@astral/ui 4.69.0 → 4.71.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.d.ts +1 -0
- package/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.d.ts +3 -2
- package/components/ActionGroup/MainActions/styles.d.ts +2 -1
- package/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +2 -1
- package/components/Alert/styles.d.ts +4 -1
- package/components/AutoSaveIndicator/ErrorState/styles.d.ts +2 -1
- package/components/AutoSaveIndicator/styles.d.ts +4 -1
- package/components/BottomDrawer/styles.d.ts +1 -0
- package/components/Button/Button.d.ts +2 -1
- package/components/Button/types.d.ts +4 -3
- package/components/CardGridInfinite/Card/SecondaryActionButton/styles.d.ts +2 -1
- package/components/CheckableTag/CheckableTag.d.ts +0 -1
- package/components/CheckableTag/CheckableTag.js +0 -1
- package/components/Chip/styles.d.ts +1 -0
- package/components/CodeField/styles.d.ts +1 -0
- package/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
- package/components/CollapsibleTypography/styles.d.ts +3 -1
- package/components/ConfirmAction/styles.d.ts +1 -0
- package/components/ConfirmDialog/styles.d.ts +2 -1
- package/components/CopyTypography/styles.d.ts +1 -0
- package/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
- package/components/DashboardAlert/styles.d.ts +2 -1
- package/components/DashboardLayout/Container/styles.js +1 -1
- package/components/DashboardLayout/DashboardLayout.d.ts +1 -1
- package/components/DashboardLayout/DashboardLayout.js +1 -1
- package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.js +5 -5
- package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.js +1 -1
- package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.js +1 -1
- package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.d.ts +6 -6
- package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.js +8 -8
- package/{node/components → components/DashboardLayout}/DashboardSidebar/types.d.ts +1 -1
- package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.js +3 -3
- package/{node/components → components/DashboardLayout}/DashboardSidebar/useLogic/useLogic.d.ts +2 -2
- package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/useLogic.js +7 -7
- package/components/DashboardLayout/Header/styles.d.ts +2 -1
- package/components/DashboardLayout/Header/styles.js +1 -1
- package/components/DashboardLayout/index.d.ts +1 -0
- package/components/DashboardLayout/public.d.ts +1 -1
- package/components/DashboardSidebarButton/styles.d.ts +2 -1
- package/components/DashboardSidebarPopover/styles.d.ts +1 -0
- package/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +1 -1
- package/components/DataGrid/Cell/Cell.js +5 -2
- package/components/DataGrid/Cell/constants.d.ts +1 -0
- package/components/DataGrid/Cell/constants.js +1 -0
- package/components/DataGrid/Cell/styles.d.ts +1 -0
- package/components/DataGrid/Cell/styles.js +4 -0
- package/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
- package/components/DataGrid/Cell/useLogic/useLogic.js +6 -2
- package/components/DataGrid/DataGrid.js +2 -2
- package/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
- package/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
- package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
- package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
- package/components/DataGrid/Row/NestedChildren/styles.d.ts +2 -1
- package/components/DataGrid/Row/styles.d.ts +3 -1
- package/components/DataGrid/types.d.ts +8 -0
- package/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.d.ts +2 -1
- package/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.d.ts +2 -1
- package/components/DataGridActionCell/SecondaryActionsButton/styles.d.ts +2 -1
- package/components/DataGridPagination/styles.d.ts +1 -0
- package/components/DataGridPaginationContainer/styles.d.ts +1 -0
- package/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
- package/components/DatePicker/styles.d.ts +2 -1
- package/components/Description/Description.d.ts +4 -0
- package/components/Description/Description.js +5 -2
- package/components/Description/Value/Value.d.ts +1 -1
- package/components/Description/Value/styles.d.ts +2 -0
- package/components/Description/constants.d.ts +1 -0
- package/components/Description/constants.js +1 -0
- package/components/Description/styles.js +4 -0
- package/components/DescriptionList/DescriptionList.d.ts +1 -1
- package/components/DescriptionList/DescriptionList.js +4 -3
- package/components/DescriptionList/styles.d.ts +2 -1
- package/components/DescriptionList/types.d.ts +2 -2
- package/components/Fieldset/styles.d.ts +2 -0
- package/components/Filename/styles.d.ts +1 -0
- package/components/FlowButton/styles.d.ts +3 -1
- package/components/IconButton/IconButton.d.ts +2 -1
- package/components/IconButton/styles.d.ts +2 -1
- package/components/JsonViewer/NodeValue/styles.d.ts +3 -0
- package/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -1
- package/components/MenuGroup/styles.d.ts +1 -0
- package/components/MenuOrganization/OrganizationButton/styles.d.ts +3 -1
- package/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
- package/components/MenuOrganization/OrganizationItem/styles.d.ts +2 -1
- package/components/MenuOrganization/styles.d.ts +1 -0
- package/components/MinimalisticPagination/styles.d.ts +1 -0
- package/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
- package/components/NewStepper/Step/Description/styles.d.ts +1 -0
- package/components/NewStepper/Step/Label/styles.d.ts +2 -0
- package/components/NewStepper/Step/styles.d.ts +2 -1
- package/components/NotFoundPage/styles.d.ts +2 -0
- package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
- package/components/Notification/NotificationStackContainer/styles.d.ts +2 -1
- package/components/Notification/NotificationTemplate/styles.d.ts +4 -1
- package/components/NotificationList/ListItem/ListItem.js +1 -1
- package/components/NotificationList/ListItem/styles.d.ts +1 -0
- package/components/OverflowTypography/OverflowTypography.d.ts +1 -0
- package/components/OverflowTypography/styles.d.ts +2 -0
- package/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
- package/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
- package/components/PageHeader/MobilePageActions/styles.d.ts +1 -1
- package/components/PageHeader/PageActions/PageActions.d.ts +1 -1
- package/components/PageHeader/PageActions/SecondaryActions/styles.d.ts +2 -1
- package/components/PageHeader/PageActions/SecondaryVisibleActions/styles.d.ts +2 -1
- package/components/PageHeader/PageActions/styles.d.ts +2 -1
- package/components/PageHeader/Title/styles.d.ts +3 -1
- package/components/Pagination/PaginationItem/PaginationItem.js +1 -1
- package/components/Pagination/PaginationItem/styles.d.ts +3 -1
- package/components/PinButton/styles.d.ts +3 -1
- package/components/Product/styles.d.ts +2 -1
- package/components/ProductSwitcher/Content/styles.d.ts +1 -0
- package/components/Profile/styles.d.ts +2 -1
- package/components/SearchField/styles.d.ts +2 -1
- package/components/StaticCalendar/StaticCalendarButton/styles.d.ts +2 -1
- package/components/Tag/styles.d.ts +2 -1
- package/components/Tree/TreeItem/styles.d.ts +4 -1
- package/components/Typography/Typography.d.ts +1 -0
- package/components/Typography/Typography.js +13 -4
- package/components/Typography/constants.d.ts +1 -0
- package/components/Typography/constants.js +2 -1
- package/components/Typography/styles.js +4 -0
- package/components/Typography/types.d.ts +4 -0
- package/components/WelcomeScreen/styles.d.ts +2 -0
- package/components/fileUploading/FileInfo/styles.d.ts +1 -0
- package/components/index.d.ts +1 -1
- package/components/placeholders/Placeholder/styles.d.ts +2 -0
- package/hook-form/EditableText/EditingForm/styles.d.ts +3 -1
- package/hook-form/EditableText/styles.d.ts +1 -0
- package/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.d.ts +2 -1
- package/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.d.ts +4 -2
- package/hook-form/FormPageLayout/FormPageFooter/styles.d.ts +2 -1
- package/hook-form/FormPageLayoutBase/FormMobileActions/styles.d.ts +2 -1
- package/hook-form/FormWizard/Footer/styles.d.ts +2 -1
- package/hook-form/FormWizardPageLayout/FormWizardFooter/styles.d.ts +2 -1
- package/node/components/Accordion/styles.d.ts +1 -0
- package/node/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.d.ts +3 -2
- package/node/components/ActionGroup/MainActions/styles.d.ts +2 -1
- package/node/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +2 -1
- package/node/components/Alert/styles.d.ts +4 -1
- package/node/components/AutoSaveIndicator/ErrorState/styles.d.ts +2 -1
- package/node/components/AutoSaveIndicator/styles.d.ts +4 -1
- package/node/components/BottomDrawer/styles.d.ts +1 -0
- package/node/components/Button/Button.d.ts +2 -1
- package/node/components/Button/types.d.ts +4 -3
- package/node/components/CardGridInfinite/Card/SecondaryActionButton/styles.d.ts +2 -1
- package/node/components/CheckableTag/CheckableTag.d.ts +0 -1
- package/node/components/CheckableTag/CheckableTag.js +0 -1
- package/node/components/Chip/styles.d.ts +1 -0
- package/node/components/CodeField/styles.d.ts +1 -0
- package/node/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
- package/node/components/CollapsibleTypography/styles.d.ts +3 -1
- package/node/components/ConfirmAction/styles.d.ts +1 -0
- package/node/components/ConfirmDialog/styles.d.ts +2 -1
- package/node/components/CopyTypography/styles.d.ts +1 -0
- package/node/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
- package/node/components/DashboardAlert/styles.d.ts +2 -1
- package/node/components/DashboardLayout/Container/styles.js +6 -6
- package/node/components/DashboardLayout/DashboardLayout.d.ts +1 -1
- package/node/components/DashboardLayout/DashboardLayout.js +1 -1
- package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.js +5 -5
- package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.js +1 -1
- package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.js +1 -1
- package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.d.ts +1 -1
- package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.js +12 -12
- package/{components → node/components/DashboardLayout}/DashboardSidebar/types.d.ts +1 -1
- package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.js +3 -3
- package/{components → node/components/DashboardLayout}/DashboardSidebar/useLogic/useLogic.d.ts +2 -2
- package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/useLogic.js +7 -7
- package/node/components/DashboardLayout/Header/styles.d.ts +2 -1
- package/node/components/DashboardLayout/Header/styles.js +20 -20
- package/node/components/DashboardLayout/index.d.ts +1 -0
- package/node/components/DashboardLayout/public.d.ts +1 -1
- package/node/components/DashboardSidebarButton/styles.d.ts +2 -1
- package/node/components/DashboardSidebarPopover/styles.d.ts +1 -0
- package/node/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +1 -1
- package/node/components/DataGrid/Cell/Cell.js +5 -2
- package/node/components/DataGrid/Cell/constants.d.ts +1 -0
- package/node/components/DataGrid/Cell/constants.js +1 -0
- package/node/components/DataGrid/Cell/styles.d.ts +1 -0
- package/node/components/DataGrid/Cell/styles.js +4 -0
- package/node/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
- package/node/components/DataGrid/Cell/useLogic/useLogic.js +5 -1
- package/node/components/DataGrid/DataGrid.js +2 -2
- package/node/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
- package/node/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
- package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
- package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
- package/node/components/DataGrid/Row/NestedChildren/styles.d.ts +2 -1
- package/node/components/DataGrid/Row/styles.d.ts +3 -1
- package/node/components/DataGrid/types.d.ts +8 -0
- package/node/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.d.ts +2 -1
- package/node/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.d.ts +2 -1
- package/node/components/DataGridActionCell/SecondaryActionsButton/styles.d.ts +2 -1
- package/node/components/DataGridPagination/styles.d.ts +1 -0
- package/node/components/DataGridPaginationContainer/styles.d.ts +1 -0
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
- package/node/components/DatePicker/styles.d.ts +2 -1
- package/node/components/Description/Description.d.ts +4 -0
- package/node/components/Description/Description.js +5 -2
- package/node/components/Description/Value/Value.d.ts +1 -1
- package/node/components/Description/Value/styles.d.ts +2 -0
- package/node/components/Description/constants.d.ts +1 -0
- package/node/components/Description/constants.js +1 -0
- package/node/components/Description/styles.js +4 -0
- package/node/components/DescriptionList/DescriptionList.d.ts +1 -1
- package/node/components/DescriptionList/DescriptionList.js +4 -3
- package/node/components/DescriptionList/styles.d.ts +2 -1
- package/node/components/DescriptionList/types.d.ts +2 -2
- package/node/components/Fieldset/styles.d.ts +2 -0
- package/node/components/Filename/styles.d.ts +1 -0
- package/node/components/FlowButton/styles.d.ts +3 -1
- package/node/components/IconButton/IconButton.d.ts +2 -1
- package/node/components/IconButton/styles.d.ts +2 -1
- package/node/components/JsonViewer/NodeValue/styles.d.ts +3 -0
- package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -1
- package/node/components/MenuGroup/styles.d.ts +1 -0
- package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +3 -1
- package/node/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
- package/node/components/MenuOrganization/OrganizationItem/styles.d.ts +2 -1
- package/node/components/MenuOrganization/styles.d.ts +1 -0
- package/node/components/MinimalisticPagination/styles.d.ts +1 -0
- package/node/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
- package/node/components/NewStepper/Step/Description/styles.d.ts +1 -0
- package/node/components/NewStepper/Step/Label/styles.d.ts +2 -0
- package/node/components/NewStepper/Step/styles.d.ts +2 -1
- package/node/components/NotFoundPage/styles.d.ts +2 -0
- package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
- package/node/components/Notification/NotificationStackContainer/styles.d.ts +2 -1
- package/node/components/Notification/NotificationTemplate/styles.d.ts +4 -1
- package/node/components/NotificationList/ListItem/ListItem.js +1 -1
- package/node/components/NotificationList/ListItem/styles.d.ts +1 -0
- package/node/components/OverflowTypography/OverflowTypography.d.ts +1 -0
- package/node/components/OverflowTypography/styles.d.ts +2 -0
- package/node/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
- package/node/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
- package/node/components/PageHeader/MobilePageActions/styles.d.ts +1 -1
- package/node/components/PageHeader/PageActions/PageActions.d.ts +1 -1
- package/node/components/PageHeader/PageActions/SecondaryActions/styles.d.ts +2 -1
- package/node/components/PageHeader/PageActions/SecondaryVisibleActions/styles.d.ts +2 -1
- package/node/components/PageHeader/PageActions/styles.d.ts +2 -1
- package/node/components/PageHeader/Title/styles.d.ts +3 -1
- package/node/components/Pagination/PaginationItem/PaginationItem.js +1 -1
- package/node/components/Pagination/PaginationItem/styles.d.ts +3 -1
- package/node/components/PinButton/styles.d.ts +3 -1
- package/node/components/Product/styles.d.ts +2 -1
- package/node/components/ProductSwitcher/Content/styles.d.ts +1 -0
- package/node/components/Profile/styles.d.ts +2 -1
- package/node/components/SearchField/styles.d.ts +2 -1
- package/node/components/StaticCalendar/StaticCalendarButton/styles.d.ts +2 -1
- package/node/components/Tag/styles.d.ts +2 -1
- package/node/components/Tree/TreeItem/styles.d.ts +4 -1
- package/node/components/Typography/Typography.d.ts +1 -0
- package/node/components/Typography/Typography.js +13 -4
- package/node/components/Typography/constants.d.ts +1 -0
- package/node/components/Typography/constants.js +2 -1
- package/node/components/Typography/styles.js +4 -0
- package/node/components/Typography/types.d.ts +4 -0
- package/node/components/WelcomeScreen/styles.d.ts +2 -0
- package/node/components/fileUploading/FileInfo/styles.d.ts +1 -0
- package/node/components/index.d.ts +1 -1
- package/node/components/placeholders/Placeholder/styles.d.ts +2 -0
- package/node/hook-form/EditableText/EditingForm/styles.d.ts +3 -1
- package/node/hook-form/EditableText/styles.d.ts +1 -0
- package/node/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.d.ts +2 -1
- package/node/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.d.ts +4 -2
- package/node/hook-form/FormPageLayout/FormPageFooter/styles.d.ts +2 -1
- package/node/hook-form/FormPageLayoutBase/FormMobileActions/styles.d.ts +2 -1
- package/node/hook-form/FormWizard/Footer/styles.d.ts +2 -1
- package/node/hook-form/FormWizardPageLayout/FormWizardFooter/styles.d.ts +2 -1
- package/package.json +1 -1
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.js +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.js +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.js +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/types.js +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.js +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.js +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.d.ts +0 -0
- /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.js +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.js +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.js +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.js +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/types.js +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.js +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.js +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.d.ts +0 -0
- /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.js +0 -0
package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js
CHANGED
|
@@ -16,7 +16,7 @@ const NotificationStackContainer = ({ containerId = constants_1.NOTIFY_CONTAINER
|
|
|
16
16
|
});
|
|
17
17
|
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { className: (0, classNames_1.classNames)({
|
|
18
18
|
[constants_1.notifyClassnames.container]: isStackExpanded,
|
|
19
|
-
}), children: [(0, jsx_runtime_1.jsx)("div", { className: constants_1.notifyClassnames.stackHost, children: (0, jsx_runtime_1.jsx)(styles_1.Inner, { ...props, className: (0, classNames_1.classNames)(constants_1.notifyClassnames.stack, props.className), ...{ stacked: true }, containerId: containerId, pauseOnFocusLoss: true, position: constants_1.NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${constants_1.notifyClassnames.body}`, toastClassName: constants_1.notifyClassnames.root, progressClassName: `${constants_1.notifyClassnames.progress}` }) }), isVisibleCloseButton && ((0, jsx_runtime_1.jsx)(styles_1.CloseButton, {
|
|
19
|
+
}), children: [(0, jsx_runtime_1.jsx)("div", { className: constants_1.notifyClassnames.stackHost, children: (0, jsx_runtime_1.jsx)(styles_1.Inner, { ...props, className: (0, classNames_1.classNames)(constants_1.notifyClassnames.stack, props.className), ...{ stacked: true }, containerId: containerId, pauseOnFocusLoss: true, position: constants_1.NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${constants_1.notifyClassnames.body}`, toastClassName: constants_1.notifyClassnames.root, progressClassName: `${constants_1.notifyClassnames.progress}` }) }), isVisibleCloseButton && ((0, jsx_runtime_1.jsx)(styles_1.CloseButton, { variant: "light", color: "grey", className: (0, classNames_1.classNames)({
|
|
20
20
|
[constants_1.notifyClassnames.closeButtonAnimationOut]: isStartedClosingNotify,
|
|
21
21
|
}), onClick: closeAll, children: "\u0421\u043A\u0440\u044B\u0442\u044C \u0432\u0441\u0435" })), (0, jsx_runtime_1.jsx)(styles_1.StaticInner, { containerId: staticContainerId, position: constants_1.NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${constants_1.notifyClassnames.body}`, toastClassName: constants_1.notifyClassnames.root, progressClassName: `${constants_1.notifyClassnames.progress}` }), bannerContainer] }));
|
|
22
22
|
};
|
|
@@ -9,12 +9,13 @@ export declare const Inner: import("@emotion/styled/dist/declarations/src/types"
|
|
|
9
9
|
export declare const StaticInner: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("react-toastify-next").ToastContainerProps & {
|
|
10
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
11
|
}, {}, {}>;
|
|
12
|
-
export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
12
|
+
export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
13
13
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
14
14
|
loading?: boolean | undefined;
|
|
15
15
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
16
16
|
component?: import("react").ElementType | undefined;
|
|
17
17
|
selected?: boolean | undefined;
|
|
18
|
+
size?: "large" | "medium" | undefined;
|
|
18
19
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
19
20
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
21
|
}, {}, {}>;
|
|
@@ -21,6 +21,7 @@ export declare const Content: import("@emotion/styled/dist/declarations/src/type
|
|
|
21
21
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
22
22
|
isUpperCase?: boolean | undefined;
|
|
23
23
|
withoutCalt?: boolean | undefined;
|
|
24
|
+
isTabularNums?: boolean | undefined;
|
|
24
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
25
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
26
27
|
}, {}, {}>;
|
|
@@ -32,12 +33,13 @@ export declare const IconWrapper: import("@emotion/styled/dist/declarations/src/
|
|
|
32
33
|
theme?: import("@emotion/react").Theme | undefined;
|
|
33
34
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
34
35
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
35
|
-
export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
36
|
+
export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
36
37
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
37
38
|
loading?: boolean | undefined;
|
|
38
39
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
39
40
|
component?: import("react").ElementType | undefined;
|
|
40
41
|
selected?: boolean | undefined;
|
|
42
|
+
size?: "large" | "medium" | undefined;
|
|
41
43
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
42
44
|
theme?: import("@emotion/react").Theme | undefined;
|
|
43
45
|
}, {}, {}>;
|
|
@@ -48,6 +50,7 @@ export declare const Title: import("@emotion/styled/dist/declarations/src/types"
|
|
|
48
50
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
49
51
|
isUpperCase?: boolean | undefined;
|
|
50
52
|
withoutCalt?: boolean | undefined;
|
|
53
|
+
isTabularNums?: boolean | undefined;
|
|
51
54
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
52
55
|
theme?: import("@emotion/react").Theme | undefined;
|
|
53
56
|
}, {}, {}>;
|
|
@@ -24,6 +24,6 @@ const ListItem = ({ id, title, date, text, priority = 'ordinary', actions, isUnr
|
|
|
24
24
|
onViewNotification,
|
|
25
25
|
isUnread,
|
|
26
26
|
});
|
|
27
|
-
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { ref: ref, className: rootCva({ hasCloseButton: isDeleteButtonVisible }), children: [(0, jsx_runtime_1.jsx)(styles_1.IconSlot, { children: (0, jsx_runtime_1.jsx)(styles_1.Priority, { priority: priority }) }), (0, jsx_runtime_1.jsxs)(styles_1.ListItemContent, { children: [(0, jsx_runtime_1.jsxs)(styles_1.TitleWrapper, { children: [(0, jsx_runtime_1.jsx)(styles_1.Title, { variant: isUnread ? 'h6' : 'body1', children: title }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { colorIntensity: "600", color: "grey", children: (0, utils_1.getDateFormat)(date) })] }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { variant: "body1", color: "grey", colorIntensity: "800", children: text }), actions && (0, jsx_runtime_1.jsx)(styles_1.Actions, { children: actions })] }), isDeleteButtonVisible && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { onClick: handleDelete, variant: "text",
|
|
27
|
+
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { ref: ref, className: rootCva({ hasCloseButton: isDeleteButtonVisible }), children: [(0, jsx_runtime_1.jsx)(styles_1.IconSlot, { children: (0, jsx_runtime_1.jsx)(styles_1.Priority, { priority: priority }) }), (0, jsx_runtime_1.jsxs)(styles_1.ListItemContent, { children: [(0, jsx_runtime_1.jsxs)(styles_1.TitleWrapper, { children: [(0, jsx_runtime_1.jsx)(styles_1.Title, { variant: isUnread ? 'h6' : 'body1', children: title }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { colorIntensity: "600", color: "grey", children: (0, utils_1.getDateFormat)(date) })] }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { variant: "body1", color: "grey", colorIntensity: "800", children: text }), actions && (0, jsx_runtime_1.jsx)(styles_1.Actions, { children: actions })] }), isDeleteButtonVisible && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { onClick: handleDelete, variant: "text", color: "grey", children: (0, jsx_runtime_1.jsx)(CrossOutlineMd_1.CrossOutlineMd, {}) }))] }));
|
|
28
28
|
};
|
|
29
29
|
exports.ListItem = ListItem;
|
|
@@ -11,6 +11,7 @@ export declare const Title: import("@emotion/styled/dist/declarations/src/types"
|
|
|
11
11
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
12
12
|
isUpperCase?: boolean | undefined;
|
|
13
13
|
withoutCalt?: boolean | undefined;
|
|
14
|
+
isTabularNums?: boolean | undefined;
|
|
14
15
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
15
16
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
17
|
}, {}, {}>;
|
|
@@ -344,6 +344,7 @@ export declare const OverflowTypography: import("react").ForwardRefExoticCompone
|
|
|
344
344
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
345
345
|
isUpperCase?: boolean | undefined;
|
|
346
346
|
withoutCalt?: boolean | undefined;
|
|
347
|
+
isTabularNums?: boolean | undefined;
|
|
347
348
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
348
349
|
children?: import("react").ReactNode;
|
|
349
350
|
} & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -10,6 +10,7 @@ export declare const StyledTypography: import("@emotion/styled/dist/declarations
|
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
} & OverflowTypographyWrapperProps, {}, {}>;
|
|
@@ -20,6 +21,7 @@ export declare const Wrapper: import("@emotion/styled/dist/declarations/src/type
|
|
|
20
21
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
21
22
|
isUpperCase?: boolean | undefined;
|
|
22
23
|
withoutCalt?: boolean | undefined;
|
|
24
|
+
isTabularNums?: boolean | undefined;
|
|
23
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
27
|
} & {
|
|
@@ -6,6 +6,7 @@ export declare const TitleWrapper: import("@emotion/styled/dist/declarations/src
|
|
|
6
6
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -6,6 +6,7 @@ export declare const StyledTypography: import("@emotion/styled/dist/declarations
|
|
|
6
6
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -20,7 +20,7 @@ export declare const SecondaryActionsWrapper: import("@emotion/styled/dist/decla
|
|
|
20
20
|
export declare const StyledMainActions: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../ActionGroup").MainActionsProps<import("react").ElementType>, "actions"> & {
|
|
21
21
|
actions?: import("../..").MainAction<import("react").ElementType>[] | undefined;
|
|
22
22
|
className?: string | undefined;
|
|
23
|
-
size: "
|
|
23
|
+
size: import("../..").ButtonSize;
|
|
24
24
|
spacing?: number | undefined;
|
|
25
25
|
} & {
|
|
26
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type ElementType } from 'react';
|
|
2
2
|
export declare const PageActions: <TMainActionComponent extends ElementType = ElementType, TSecondaryActionComponent extends ElementType = ElementType>(props: import("../..").ActionGroupProps<TMainActionComponent, TSecondaryActionComponent> & {
|
|
3
3
|
isLoading?: boolean | undefined;
|
|
4
|
-
size?: "
|
|
4
|
+
size?: import("../..").ButtonSize | undefined;
|
|
5
5
|
spacing?: number | undefined;
|
|
6
6
|
withCollapseOnLaptop?: boolean | undefined;
|
|
7
7
|
} & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledMobileButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
2
|
+
export declare const StyledMobileButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
3
3
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
6
6
|
component?: import("react").ElementType | undefined;
|
|
7
7
|
selected?: boolean | undefined;
|
|
8
|
+
size?: "large" | "medium" | undefined;
|
|
8
9
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledMobileButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
2
|
+
export declare const StyledMobileButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
3
3
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
6
6
|
component?: import("react").ElementType | undefined;
|
|
7
7
|
selected?: boolean | undefined;
|
|
8
|
+
size?: "large" | "medium" | undefined;
|
|
8
9
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -25,12 +25,13 @@ export declare const ActionWrapper: import("@emotion/styled/dist/declarations/sr
|
|
|
25
25
|
} & {
|
|
26
26
|
$spacing: number;
|
|
27
27
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
28
|
-
export declare const FocusModeButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
28
|
+
export declare const FocusModeButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
29
29
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
30
30
|
loading?: boolean | undefined;
|
|
31
31
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
32
32
|
component?: import("react").ElementType | undefined;
|
|
33
33
|
selected?: boolean | undefined;
|
|
34
|
+
size?: "large" | "medium" | undefined;
|
|
34
35
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
35
36
|
theme?: import("@emotion/react").Theme | undefined;
|
|
36
37
|
}, {}, {}>;
|
|
@@ -6,18 +6,20 @@ export declare const TitleWrapper: import("@emotion/styled/dist/declarations/src
|
|
|
6
6
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
} & {
|
|
12
13
|
$hasDescription?: boolean | undefined;
|
|
13
14
|
$hasBreadcrumbs?: boolean | undefined;
|
|
14
15
|
}, {}, {}>;
|
|
15
|
-
export declare const BackButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
16
|
+
export declare const BackButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
16
17
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
17
18
|
loading?: boolean | undefined;
|
|
18
19
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
19
20
|
component?: import("react").ElementType | undefined;
|
|
20
21
|
selected?: boolean | undefined;
|
|
22
|
+
size?: "large" | "medium" | undefined;
|
|
21
23
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
22
24
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
25
|
}, {}, {}>;
|
|
@@ -18,7 +18,7 @@ const PaginationItem = ({ pageNumber, type, selected, disabled, onClick, onItemC
|
|
|
18
18
|
if (type === 'start-ellipsis' || type === 'end-ellipsis') {
|
|
19
19
|
return ((0, jsx_runtime_1.jsx)(styles_1.Ellipsis, { className: ellipsisCva({ disabled: restPropsDisabled }), children: "\u2026" }));
|
|
20
20
|
}
|
|
21
|
-
const PaginationButton = ({ children, ...rest }) => ((0, jsx_runtime_1.jsx)(styles_1.StyledButton, { variant: "text", color: "grey",
|
|
21
|
+
const PaginationButton = ({ children, ...rest }) => ((0, jsx_runtime_1.jsx)(styles_1.StyledButton, { variant: "text", color: "grey", selected: selected, disabled: disabled || restPropsDisabled, onClick: (e) => {
|
|
22
22
|
onItemClick(pageNumber, onClick, e);
|
|
23
23
|
}, ...rest, children: children }));
|
|
24
24
|
if (type === 'page') {
|
|
@@ -6,15 +6,17 @@ export declare const Ellipsis: import("@emotion/styled/dist/declarations/src/typ
|
|
|
6
6
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
12
|
-
export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
13
|
+
export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
13
14
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
14
15
|
loading?: boolean | undefined;
|
|
15
16
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
16
17
|
component?: import("react").ElementType | undefined;
|
|
17
18
|
selected?: boolean | undefined;
|
|
19
|
+
size?: "large" | "medium" | undefined;
|
|
18
20
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
19
21
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
22
|
}, {}, {}>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const TogglerButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
2
|
+
export declare const TogglerButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
3
3
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
6
6
|
component?: import("react").ElementType | undefined;
|
|
7
7
|
selected?: boolean | undefined;
|
|
8
|
+
size?: "large" | "medium" | undefined;
|
|
8
9
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -15,6 +16,7 @@ export declare const Content: import("@emotion/styled/dist/declarations/src/type
|
|
|
15
16
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
16
17
|
isUpperCase?: boolean | undefined;
|
|
17
18
|
withoutCalt?: boolean | undefined;
|
|
19
|
+
isTabularNums?: boolean | undefined;
|
|
18
20
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
19
21
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
22
|
}, {}, {}>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
2
|
+
export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
3
3
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
6
6
|
component?: import("react").ElementType | undefined;
|
|
7
7
|
selected?: boolean | undefined;
|
|
8
|
+
size?: "large" | "medium" | undefined;
|
|
8
9
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -20,6 +20,7 @@ export declare const ProductName: import("@emotion/styled/dist/declarations/src/
|
|
|
20
20
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
21
21
|
isUpperCase?: boolean | undefined;
|
|
22
22
|
withoutCalt?: boolean | undefined;
|
|
23
|
+
isTabularNums?: boolean | undefined;
|
|
23
24
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
25
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
26
|
}, {}, {}>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type AvatarProps } from '../Avatar';
|
|
3
|
-
export declare const ProfileRoot: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
3
|
+
export declare const ProfileRoot: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
4
4
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
5
5
|
loading?: boolean | undefined;
|
|
6
6
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
7
7
|
component?: import("react").ElementType | undefined;
|
|
8
8
|
selected?: boolean | undefined;
|
|
9
|
+
size?: "large" | "medium" | undefined;
|
|
9
10
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -7,12 +7,13 @@ export declare const SearchIcon: import("@emotion/styled/dist/declarations/src/t
|
|
|
7
7
|
} & import("react").SVGProps<SVGSVGElement> & {
|
|
8
8
|
theme?: import("@emotion/react").Theme | undefined;
|
|
9
9
|
}, {}, {}>;
|
|
10
|
-
export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
10
|
+
export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
11
11
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
12
12
|
loading?: boolean | undefined;
|
|
13
13
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
14
14
|
component?: import("react").ElementType | undefined;
|
|
15
15
|
selected?: boolean | undefined;
|
|
16
|
+
size?: "large" | "medium" | undefined;
|
|
16
17
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
17
18
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
19
|
} & {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Wrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
2
|
+
export declare const Wrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
3
3
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
6
6
|
component?: import("react").ElementType | undefined;
|
|
7
7
|
selected?: boolean | undefined;
|
|
8
|
+
size?: "large" | "medium" | undefined;
|
|
8
9
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -28,12 +28,13 @@ export declare const IconWrapper: import("@emotion/styled/dist/declarations/src/
|
|
|
28
28
|
theme?: import("@emotion/react").Theme | undefined;
|
|
29
29
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
30
30
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
31
|
-
export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material/Button").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
31
|
+
export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material/Button").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
32
32
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
33
33
|
loading?: boolean | undefined;
|
|
34
34
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
35
35
|
component?: import("react").ElementType | undefined;
|
|
36
36
|
selected?: boolean | undefined;
|
|
37
|
+
size?: "large" | "medium" | undefined;
|
|
37
38
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
38
39
|
theme?: import("@emotion/react").Theme | undefined;
|
|
39
40
|
} & {
|
|
@@ -14,12 +14,13 @@ export declare const ItemContent: import("@emotion/styled/dist/declarations/src/
|
|
|
14
14
|
$isDisabled: boolean;
|
|
15
15
|
$level: number;
|
|
16
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
|
-
export declare const CollapseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
17
|
+
export declare const CollapseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
18
18
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
19
19
|
loading?: boolean | undefined;
|
|
20
20
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
21
21
|
component?: import("react").ElementType | undefined;
|
|
22
22
|
selected?: boolean | undefined;
|
|
23
|
+
size?: "large" | "medium" | undefined;
|
|
23
24
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
24
25
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
26
|
} & {
|
|
@@ -48,6 +49,7 @@ export declare const Label: import("@emotion/styled/dist/declarations/src/types"
|
|
|
48
49
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
49
50
|
isUpperCase?: boolean | undefined;
|
|
50
51
|
withoutCalt?: boolean | undefined;
|
|
52
|
+
isTabularNums?: boolean | undefined;
|
|
51
53
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
52
54
|
theme?: import("@emotion/react").Theme | undefined;
|
|
53
55
|
}, {}, {}>;
|
|
@@ -394,6 +396,7 @@ export declare const Note: import("@emotion/styled/dist/declarations/src/types")
|
|
|
394
396
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
395
397
|
isUpperCase?: boolean | undefined;
|
|
396
398
|
withoutCalt?: boolean | undefined;
|
|
399
|
+
isTabularNums?: boolean | undefined;
|
|
397
400
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
398
401
|
children?: import("react").ReactNode;
|
|
399
402
|
} & import("react").RefAttributes<HTMLElement> & {
|
|
@@ -13,4 +13,5 @@ export declare const Typography: import("react").ForwardRefExoticComponent<impor
|
|
|
13
13
|
component?: ComponentProp | undefined;
|
|
14
14
|
isUpperCase?: boolean | undefined;
|
|
15
15
|
withoutCalt?: boolean | undefined;
|
|
16
|
+
isTabularNums?: boolean | undefined;
|
|
16
17
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement>>;
|
|
@@ -4,12 +4,21 @@ exports.Typography = void 0;
|
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_1 = require("react");
|
|
6
6
|
const classNames_1 = require("../utils/classNames");
|
|
7
|
+
const cva_1 = require("../utils/cva");
|
|
7
8
|
const constants_1 = require("./constants");
|
|
8
9
|
const hooks_1 = require("./hooks");
|
|
9
10
|
const styles_1 = require("./styles");
|
|
10
|
-
|
|
11
|
+
const typographyCva = (0, cva_1.cva)(constants_1.typographyClassnames.root, {
|
|
12
|
+
variants: {
|
|
13
|
+
isTabularNums: {
|
|
14
|
+
true: constants_1.typographyClassnames.tabularNums,
|
|
15
|
+
},
|
|
16
|
+
withoutCalt: {
|
|
17
|
+
true: constants_1.typographyClassnames.withoutCalt,
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
});
|
|
21
|
+
exports.Typography = (0, react_1.forwardRef)(({ children, color, colorIntensity = '800', component, withoutCalt, className, isTabularNums, ...props }, ref) => {
|
|
11
22
|
const typographyColor = (0, hooks_1.useTypographyColor)({ color, colorIntensity });
|
|
12
|
-
return ((0, jsx_runtime_1.jsx)(styles_1.TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: (0, classNames_1.classNames)(
|
|
13
|
-
[constants_1.typographyClassnames.withoutCalt]: withoutCalt,
|
|
14
|
-
}), children: children }));
|
|
23
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: (0, classNames_1.classNames)(typographyCva({ isTabularNums, withoutCalt }), className), children: children }));
|
|
15
24
|
});
|
|
@@ -4,5 +4,6 @@ exports.typographyClassnames = void 0;
|
|
|
4
4
|
const createUIKitClassname_1 = require("../utils/createUIKitClassname");
|
|
5
5
|
exports.typographyClassnames = {
|
|
6
6
|
root: (0, createUIKitClassname_1.createUIKitClassname)('typography'),
|
|
7
|
-
withoutCalt: 'typography_without-calt',
|
|
7
|
+
withoutCalt: (0, createUIKitClassname_1.createUIKitClassname)('typography_without-calt'),
|
|
8
|
+
tabularNums: (0, createUIKitClassname_1.createUIKitClassname)('typography_tabular-nums'),
|
|
8
9
|
};
|
|
@@ -15,4 +15,8 @@ exports.TypographyWrapper = (0, styled_1.styled)(Typography_1.default, {
|
|
|
15
15
|
.${constants_1.typographyClassnames.withoutCalt} {
|
|
16
16
|
font-feature-settings: "calt" 0;
|
|
17
17
|
}
|
|
18
|
+
|
|
19
|
+
&.${constants_1.typographyClassnames.tabularNums} {
|
|
20
|
+
font-feature-settings: "tnum" 1;
|
|
21
|
+
}
|
|
18
22
|
`;
|
|
@@ -35,4 +35,8 @@ export type TypographyProps = TypographyPropsBase & {
|
|
|
35
35
|
* Отключает контекстные альтернативы шрифта. Подробнее в [документации](https://ui-kit.astral.ru/?path=/docs/getting-started-fonts--docs)
|
|
36
36
|
*/
|
|
37
37
|
withoutCalt?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Включает моноширинные цифры.
|
|
40
|
+
*/
|
|
41
|
+
isTabularNums?: boolean;
|
|
38
42
|
} & HTMLAttributes<HTMLParagraphElement>;
|
|
@@ -22,6 +22,7 @@ export declare const Greeting: import("@emotion/styled/dist/declarations/src/typ
|
|
|
22
22
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
23
23
|
isUpperCase?: boolean | undefined;
|
|
24
24
|
withoutCalt?: boolean | undefined;
|
|
25
|
+
isTabularNums?: boolean | undefined;
|
|
25
26
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
26
27
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
28
|
}, {}, {}>;
|
|
@@ -32,6 +33,7 @@ export declare const UserName: import("@emotion/styled/dist/declarations/src/typ
|
|
|
32
33
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
33
34
|
isUpperCase?: boolean | undefined;
|
|
34
35
|
withoutCalt?: boolean | undefined;
|
|
36
|
+
isTabularNums?: boolean | undefined;
|
|
35
37
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
36
38
|
theme?: import("@emotion/react").Theme | undefined;
|
|
37
39
|
}, {}, {}>;
|
|
@@ -350,6 +350,7 @@ export declare const FileSize: import("@emotion/styled/dist/declarations/src/typ
|
|
|
350
350
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
351
351
|
isUpperCase?: boolean | undefined;
|
|
352
352
|
withoutCalt?: boolean | undefined;
|
|
353
|
+
isTabularNums?: boolean | undefined;
|
|
353
354
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
354
355
|
theme?: import("@emotion/react").Theme | undefined;
|
|
355
356
|
}, {}, {}>;
|
|
@@ -34,7 +34,7 @@ export { Counter, type CounterProps } from './Counter';
|
|
|
34
34
|
export { DashboardAlert, type DashboardAlertProps } from './DashboardAlert';
|
|
35
35
|
export { type DashboardLayoutProps, DashboardLayout, } from './DashboardLayout';
|
|
36
36
|
export { DashboardContext, type DashboardContextProps, } from './DashboardContext';
|
|
37
|
-
export type { DashboardSidebarProps } from './
|
|
37
|
+
export type { DashboardSidebarProps } from './DashboardLayout';
|
|
38
38
|
export { DashboardSidebarButton as SidebarButton } from './DashboardSidebarButton';
|
|
39
39
|
export { DashboardSidebarCounter as SidebarCounter, type DashboardSidebarCounterProps as SidebarCounterProps, } from './DashboardSidebarCounter';
|
|
40
40
|
export { DashboardMenuSidebarButton as MenuSidebarButton, type DashboardMenuSidebarButtonProps as MenuSidebarButtonProps, } from './DashboardMenuSidebarButton';
|
|
@@ -18,6 +18,7 @@ export declare const Title: import("@emotion/styled/dist/declarations/src/types"
|
|
|
18
18
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
19
19
|
isUpperCase?: boolean | undefined;
|
|
20
20
|
withoutCalt?: boolean | undefined;
|
|
21
|
+
isTabularNums?: boolean | undefined;
|
|
21
22
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
22
23
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
24
|
} & WithSize, {}, {}>;
|
|
@@ -28,6 +29,7 @@ export declare const Description: import("@emotion/styled/dist/declarations/src/
|
|
|
28
29
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
29
30
|
isUpperCase?: boolean | undefined;
|
|
30
31
|
withoutCalt?: boolean | undefined;
|
|
32
|
+
isTabularNums?: boolean | undefined;
|
|
31
33
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
32
34
|
theme?: import("@emotion/react").Theme | undefined;
|
|
33
35
|
} & WithSize, {}, {}>;
|
|
@@ -10,6 +10,7 @@ export declare const Description: import("@emotion/styled/dist/declarations/src/
|
|
|
10
10
|
component?: import("../../../components/Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -17,12 +18,13 @@ export declare const FormFooter: import("@emotion/styled/dist/declarations/src/t
|
|
|
17
18
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
19
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
19
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
20
|
-
export declare const CancelButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
21
|
+
export declare const CancelButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
21
22
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
22
23
|
loading?: boolean | undefined;
|
|
23
24
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
24
25
|
component?: import("react").ElementType | undefined;
|
|
25
26
|
selected?: boolean | undefined;
|
|
27
|
+
size?: "large" | "medium" | undefined;
|
|
26
28
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
27
29
|
theme?: import("@emotion/react").Theme | undefined;
|
|
28
30
|
}, {}, {}>;
|
|
@@ -6,6 +6,7 @@ export declare const DisplayValue: import("@emotion/styled/dist/declarations/src
|
|
|
6
6
|
component?: import("../../components/Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
} & {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const MobileResetButtonWrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
2
|
+
export declare const MobileResetButtonWrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
|
|
3
3
|
variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
|
|
6
6
|
component?: import("react").ElementType | undefined;
|
|
7
7
|
selected?: boolean | undefined;
|
|
8
|
+
size?: "large" | "medium" | undefined;
|
|
8
9
|
} & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|