@astral/ui 4.1.7 → 4.2.1
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/README.md +1 -1
- package/components/Accordion/useLogic/useLogic.js +2 -2
- package/components/ActionCellBase/MainAction/MainAction.js +1 -15
- package/components/ActionCellBase/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/components/ActionCellBase/SecondaryAction/SecondaryAction.js +1 -1
- package/components/ActionGroup/MainActions/MainActions.js +5 -19
- package/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.js +19 -19
- package/components/ActionGroup/SecondaryActions/SecondaryActions.js +2 -16
- package/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -13
- package/components/AddressAutocomplete/AddressAutocomplete.js +3 -14
- package/components/AddressAutocomplete/faker.js +7 -13
- package/components/Alert/Alert.js +1 -1
- package/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -1
- package/components/AsyncAutocomplete/faker.js +6 -12
- package/components/AsyncAutocomplete/useLogic/useLogic.js +19 -17
- package/components/AutoSaveIndicator/AutoSaveIndicator.js +2 -2
- package/components/Autocomplete/Autocomplete.js +22 -25
- package/components/Autocomplete/useLogic/useLogic.js +1 -1
- package/components/Avatar/Avatar.js +2 -14
- package/components/AvatarGroup/AvatarGroup.js +2 -13
- package/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.js +1 -2
- package/components/Badge/Badge.js +1 -15
- package/components/Banner/Banner.js +2 -13
- package/components/Banner/BannerActionButton/BannerActionButton.js +2 -14
- package/components/Banner/BannerContainer/BannerContainer.js +2 -3
- package/components/Banner/BannerTemplate/BannerTemplate.js +5 -5
- package/components/BottomDrawer/BottomDrawer.js +2 -14
- package/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/components/BulletList/BulletList.js +2 -13
- package/components/BulletListInlineItem/BulletListInlineItem.js +1 -1
- package/components/BulletListItem/BulletListItem.js +2 -13
- package/components/Button/Button.js +3 -14
- package/components/CheckableTag/CheckableTag.js +4 -16
- package/components/Checkbox/Checkbox.js +1 -1
- package/components/Checkbox/Icon/Icon.js +1 -15
- package/components/Checkbox/useLogic/useLogic.js +2 -14
- package/components/CheckboxField/CheckboxField.js +2 -14
- package/components/Chevron/Chevron.js +1 -1
- package/components/CodeField/CodeField.js +1 -1
- package/components/CodeField/hooks/useCodeState/useCodeState.js +2 -4
- package/components/Collapse/Collapse.js +1 -1
- package/components/CollapsibleTypography/CollapsibleTypography.js +7 -16
- package/components/ConfigProvider/ConfigProvider.js +18 -2
- package/components/ConfigProvider/NextFeatureFlagsContext/NextFeatureFlagsContextProvider/NextFeatureFlagsContextProvider.js +1 -15
- package/components/ConfirmAction/ConfirmAction.js +1 -1
- package/components/ConfirmDialog/ConfirmDialog.js +4 -15
- package/components/ConfirmDialog/useLogic/useLogic.js +1 -1
- package/components/ContentState/ContentState.js +1 -1
- package/components/ContentState/useLogic/useLogic.js +2 -2
- package/components/CopyTypography/CopyTypography.js +2 -2
- package/components/CopyTypography/useLogic/useLogic.js +1 -13
- package/components/Counter/Counter.js +1 -15
- package/components/DashboardAlert/DashboardAlert.js +3 -14
- package/components/DashboardLayout/Header/Header.js +1 -2
- package/components/DashboardLayout/Header/useLogic/useLogic.js +2 -2
- package/components/DashboardLayout/Main/useLogic/useLogic.js +4 -7
- package/components/DashboardLayout/PinButton/PinButton.js +2 -13
- package/components/DashboardLayout/Sidebar/MenuSidebarButton/MenuSidebarButton.js +2 -13
- package/components/DashboardLayout/Sidebar/SidebarButton/SidebarButton.js +1 -1
- package/components/DashboardLayout/Sidebar/SidebarPopover/FadePopup/useLogic/useLogic.js +1 -2
- package/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +3 -15
- package/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/useLogic/useLogic.js +1 -1
- package/components/DashboardSidebarProvider/DashboardSidebarProvider.js +5 -2
- package/components/DataGrid/Body/Body.js +5 -17
- package/components/DataGrid/Cell/Cell.js +1 -1
- package/components/DataGrid/DataGrid.js +2 -2
- package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +7 -4
- package/components/DataGrid/Head/Head.js +1 -1
- package/components/DataGrid/Head/useLogic/useLogic.js +3 -3
- package/components/DataGrid/HeadCell/HeadCell.js +3 -3
- package/components/DataGrid/Row/NestedChildren/NestedChildren.js +2 -15
- package/components/DataGrid/Row/NestedChildren/useLogic/useLogic.js +3 -3
- package/components/DataGrid/Row/Row.js +7 -21
- package/components/DataGrid/Row/useLogic/useLogic.js +6 -6
- package/components/DataGrid/Row/useLogic/utils/getColumnsMap/getColumnsMap.js +6 -14
- package/components/DataGrid/Row/useLogic/utils/mergeColumnsOptions/mergeColumnsOptions.js +6 -1
- package/components/DataGrid/faker.js +12 -15
- package/components/DataGrid/useLogic/useLogic.js +4 -3
- package/components/DataGridActionCell/MainAction/MainAction.js +1 -15
- package/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/components/DataGridActionCell/SecondaryAction/SecondaryAction.js +1 -1
- package/components/DataGridActionCell/useLogic/useLogic.js +2 -2
- package/components/DataGridInfinite/DataGridInfinite.js +6 -18
- package/components/DataGridInfinite/List/List.js +1 -15
- package/components/DataGridInfinite/useLogic/useLogic.js +6 -6
- package/components/DataGridMinimalisticPagination/DataGridMinimalisticPagination.js +2 -14
- package/components/DataGridPagination/DataGridPagination.js +2 -13
- package/components/DataGridPaginationContainer/useLogic/useLogic.js +1 -1
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/DateCalendarNextButton.js +2 -14
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/DateCalendarPrevButton.js +2 -14
- package/components/DatePicker/DateCalendar/DateCalendarHead/DateCalendarHead.js +1 -1
- package/components/DatePicker/DateCalendar/DateCalendarWrapper/DateCalendarWrapper.js +1 -1
- package/components/DatePicker/DatePicker.js +2 -2
- package/components/DatePicker/DatePickerInput/DatePickerInput.js +10 -19
- package/components/DatePicker/DatePickerPopover/DatePickerPopover.js +2 -14
- package/components/DatePicker/DayPicker/DayPicker.js +3 -15
- package/components/DatePicker/MonthPicker/MonthPicker.js +2 -18
- package/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.js +4 -5
- package/components/DatePicker/YearMonthDayPicker/YearMonthDayPicker.js +1 -1
- package/components/DatePicker/YearPicker/YearPicker.js +2 -19
- package/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.js +3 -4
- package/components/DatePicker/hooks/useCalendarNavigate/useCalendarNavigate.js +2 -4
- package/components/DatePicker/hooks/useMaskedValue/useMaskedValue.js +3 -3
- package/components/DatePicker/useLogic/useLogic.js +5 -5
- package/components/DateRangePicker/DateRangePicker.js +4 -15
- package/components/DateRangePicker/useLogic/useLogic.js +17 -21
- package/components/Description/Description.js +1 -1
- package/components/Description/Name/Name.js +2 -14
- package/components/Description/Value/Value.js +3 -14
- package/components/DescriptionList/DescriptionList.js +3 -15
- package/components/Dialog/Dialog.js +3 -15
- package/components/DialogActions/DialogActions.js +2 -14
- package/components/DialogContent/DialogContent.js +1 -1
- package/components/DialogContentText/DialogContentText.js +1 -1
- package/components/DialogTitle/DialogTitle.js +2 -14
- package/components/Divider/Divider.js +1 -1
- package/components/DropdownButton/DropdownButton.js +2 -14
- package/components/EmailField/EmailField.js +5 -14
- package/components/EmailOrPhoneField/EmailOrPhoneField.js +4 -1
- package/components/EmailOrPhoneField/useLogic/useLogic.js +5 -16
- package/components/ErrorBoundary/ErrorBoundary.js +2 -2
- package/components/ErrorBoundary/ErrorBoundary.stubs.js +15 -22
- package/components/Fab/Fab.js +2 -14
- package/components/Fab/styles.js +6 -6
- package/components/Filename/Filename.js +6 -14
- package/components/FlowButton/FlowButton.js +2 -13
- package/components/FormControl/FormControl.js +1 -1
- package/components/FormControlLabel/FormControlLabel.js +1 -1
- package/components/FormHelperText/FormHelperText.js +2 -14
- package/components/FormLabel/FormLabel.js +1 -1
- package/components/GlobalStyles/GlobalStyles.js +2 -14
- package/components/Grid/GridComponent/GridComponent.js +2 -14
- package/components/GuidTypography/GuidTypography.js +5 -14
- package/components/HintIcon/Icon/useLogic/useLogic.js +1 -1
- package/components/IconButton/IconButton.js +2 -13
- package/components/IconDropdownButton/IconDropdownButton.js +2 -14
- package/components/Iframe/Iframe.js +3 -4
- package/components/InfiniteDataList/InfiniteDataList.js +4 -5
- package/components/InfiniteTreeList/InfiniteTreeList.js +2 -2
- package/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +2 -2
- package/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +1 -1
- package/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
- package/components/InfiniteTreeList/OnTopButton/OnTopButton.js +1 -2
- package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +3 -5
- package/components/InfiniteTreeList/useLogic/hooks/useScrollManagement/useScrollManagement.js +4 -6
- package/components/InfiniteTreeList/useLogic/hooks/useStickyButton/useStickyButton.js +1 -2
- package/components/InfiniteTreeList/useLogic/useLogic.js +3 -3
- package/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.js +5 -2
- package/components/InfiniteTreeList/useLogic/utils/getInitialExpandedIds/getInitialExpandedIds.js +2 -3
- package/components/JsonViewer/JsonNode/useLogic/useLogic.js +6 -15
- package/components/JsonViewer/NodeValue/utils/formatValue/formatValue.js +2 -2
- package/components/LegacyNotification/LegacyNotification.js +16 -27
- package/components/LegacyNotification/NotificationContainer/NotificationContainer.js +1 -1
- package/components/LegacyNotification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/components/LegacyNotification/NotificationTemplate/constants.js +4 -4
- package/components/LegacyNotification/utils/notificationTemplatePropsCreator.js +5 -1
- package/components/Link/Link.js +2 -14
- package/components/List/List.js +1 -1
- package/components/ListItem/ListItem.js +1 -1
- package/components/ListItem/styles.js +6 -3
- package/components/ListItemAvatar/ListItemAvatar.js +1 -1
- package/components/ListItemButton/ListItemButton.js +2 -13
- package/components/ListItemIcon/ListItemIcon.js +1 -1
- package/components/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/components/ListItemText/ListItemText.js +1 -1
- package/components/ListSubheader/ListSubheader.js +1 -1
- package/components/MaskField/MaskField.js +6 -19
- package/components/Menu/Menu.js +2 -14
- package/components/MenuItem/MenuItem.js +2 -13
- package/components/MenuList/MenuList.js +2 -14
- package/components/MenuOrganization/MenuOrganization.js +2 -2
- package/components/MenuOrganization/OrganizationItem/OrganizationItem.js +2 -13
- package/components/MenuOrganization/OrganizationList/OrganizationList.js +1 -1
- package/components/MenuOrganization/useLogic/useLogic.js +7 -8
- package/components/MinimalisticPagination/MinimalisticPagination.js +1 -1
- package/components/NavMenu/Item/Item.js +2 -13
- package/components/NavMenu/Item/ItemButton/ItemButton.js +3 -14
- package/components/NavMenu/Item/useLogic/useLogic.js +4 -4
- package/components/Notification/Notification.js +48 -32
- package/components/Notification/NotificationContainer/NotificationContainer.js +2 -14
- package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +2 -14
- package/components/Notification/NotificationStackContainer/useLogic/useLogic.js +7 -28
- package/components/Notification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/components/Notification/NotificationTemplate/constants.js +5 -31
- package/components/Notification/utils/getNotificationTemplateProps/getNotificationTemplateProps.js +5 -1
- package/components/Notification/utils/getNotifyOptions/getNotifyOptions.js +6 -15
- package/components/NotificationList/ListItem/ListItem.js +2 -2
- package/components/NotificationList/NotificationList.js +1 -1
- package/components/NumberField/NumberField.js +3 -15
- package/components/NumberField/useLogic/useLogic.js +2 -2
- package/components/NumberedList/NumberedList.js +2 -13
- package/components/OverflowTypography/OverflowTypography.js +12 -17
- package/components/OverflowTypography/hooks/useOverflowed/useOverflowed.js +1 -1
- package/components/PageLayout/PageAlert/PageAlert.js +1 -1
- package/components/PageLayout/PageContent/PageContent.js +1 -1
- package/components/PageLayout/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActions.js +1 -1
- package/components/PageLayout/PageHeader/HeaderContent/HeaderContent.js +1 -1
- package/components/PageLayout/PageHeader/MobilePageActions/useLogic/useLogic.js +3 -3
- package/components/PageLayout/PageHeader/PageActions/MainActions/MainActions.js +1 -1
- package/components/PageLayout/PageHeader/PageActions/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -14
- package/components/PageLayout/PageHeader/PageHeader.js +1 -1
- package/components/PageLayout/PageHeader/Title/Title.js +1 -1
- package/components/PageLayout/PageHeader/hooks/usePageTitle/usePageTitle.js +3 -5
- package/components/PageLayout/PageLayout.js +1 -1
- package/components/PageLayout/PagePinnableAside/PagePinnableAside.js +1 -13
- package/components/PageLayout/PagePinnableAside/useLogic/useLogic.js +2 -2
- package/components/Pagination/Pagination.js +2 -2
- package/components/Pagination/PaginationItem/PaginationItem.js +3 -17
- package/components/Pagination/useLogic/useLogic.js +1 -13
- package/components/Paper/Paper.js +2 -14
- package/components/PasswordField/PasswordField.js +6 -15
- package/components/PdfViewer/List/List.js +1 -2
- package/components/PdfViewer/PdfDocument/PdfDocument.js +3 -14
- package/components/PdfViewer/PdfDocument/useLogic/useLogic.js +4 -6
- package/components/PdfViewer/PdfPage/PdfPage.js +2 -13
- package/components/PdfViewer/PdfPage/useLogic/useLogic.js +1 -1
- package/components/PdfViewer/PdfViewer.js +2 -2
- package/components/PdfViewer/PdfViewerPagination/useLogic/useLogic.js +1 -2
- package/components/PdfViewer/useLogic/useLogic.js +16 -29
- package/components/PdfViewer/utils/getFullPageHeight/getFullPageHeight.js +1 -2
- package/components/PdfViewer/utils/getPageHeightList/getPageHeightList.js +3 -12
- package/components/PdfViewer/utils/getPageParams/getPageParams.js +3 -12
- package/components/Popover/Popover.js +2 -14
- package/components/Product/Product.js +2 -13
- package/components/ProductSwitcher/faker.js +2 -2
- package/components/ProductSwitcher/useLogic/useLogic.js +8 -17
- package/components/Profile/MenuList/MenuList.js +3 -14
- package/components/Profile/Profile.js +1 -1
- package/components/Radio/Icon/Icon.js +1 -15
- package/components/Radio/Radio.js +1 -1
- package/components/Radio/useLogic/useLogic.js +2 -14
- package/components/RadioCard/RadioCard.js +2 -14
- package/components/RadioCard/styles.js +1 -0
- package/components/RadioField/RadioField.js +2 -14
- package/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/components/RadioGroup/RadioGroup.js +5 -4
- package/components/RadioGroup/types.d.ts +5 -1
- package/components/RadioGroup/useLogic/useLogic.d.ts +2 -1
- package/components/RadioGroup/useLogic/useLogic.js +3 -2
- package/components/RadioGroupField/RadioGroupField.js +1 -1
- package/components/Rating/Rating.js +3 -18
- package/components/RedesignBanner/RedesignBanner.js +1 -1
- package/components/ResizingDataGrid/ResizingDataGrid.js +3 -15
- package/components/ResizingDataGrid/Sliders/Sliders.js +1 -13
- package/components/ResizingDataGrid/hooks/useComputedColumns/utils/createComputedColumns/createComputedColumns.js +10 -4
- package/components/ResizingDataGridInfinite/ResizingDataGridInfinite.js +3 -15
- package/components/SearchField/SearchField.js +1 -1
- package/components/SearchField/useLogic/useLogic.js +9 -19
- package/components/Select/Select.js +10 -17
- package/components/Select/useLogic/useLogic.js +9 -9
- package/components/SideDialog/SideDialog.js +2 -14
- package/components/SideDialogActions/SideDialogActions.js +1 -1
- package/components/SideDialogContent/SideDialogContent.js +1 -1
- package/components/SideDialogHeader/SideDialogHeader.js +1 -1
- package/components/SideDialogTitle/SideDialogTitle.js +1 -1
- package/components/Skeleton/Skeleton.js +1 -15
- package/components/StaticCalendar/StaticCalendarButton/StaticCalendarButton.js +2 -13
- package/components/StaticCalendar/StaticCalendarButton/useLogic/useLogic.js +7 -4
- package/components/StaticCalendar/StaticCalendarGridButton/styles.js +4 -4
- package/components/StaticCalendar/StaticDaysCalendar/DayButton/DayButton.js +1 -2
- package/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/hooks/useDragAndDropHandlers/useDragAndDropHandlers.js +4 -4
- package/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/useLogic.js +7 -4
- package/components/StaticCalendar/StaticDaysCalendar/StaticDaysCalendar.js +5 -20
- package/components/StepSlider/StepSlider.js +4 -17
- package/components/Stepper/StepButton/StepButton.js +2 -13
- package/components/Stepper/StepLabel/StepLabel.js +2 -13
- package/components/Stepper/Stepper.js +2 -13
- package/components/StepperWizard/StepperWizard.js +2 -13
- package/components/StepperWizard/useLogic/useLogic.js +1 -1
- package/components/SvgIcon/SvgIcon.js +2 -13
- package/components/Switch/Switch.js +3 -15
- package/components/Tabs/Tab/Tab.js +2 -14
- package/components/Tabs/Tabs.js +2 -14
- package/components/Tag/Tag.js +4 -16
- package/components/Tag/useLogic/useLogic.js +1 -1
- package/components/TagBadge/TagBadge.js +2 -14
- package/components/TagsList/Tag/Tag.js +2 -13
- package/components/TagsList/TagsList.js +2 -2
- package/components/TagsList/useLogic/useLogic.js +5 -5
- package/components/TextArea/TextArea.js +2 -14
- package/components/TextField/TextField.js +15 -19
- package/components/ToggleButton/ToggleButton.js +1 -1
- package/components/ToggleButton/useLogic/useLogic.js +1 -13
- package/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -13
- package/components/Tooltip/Tooltip.js +2 -13
- package/components/Tooltip/styles.js +1 -15
- package/components/Tree/MultipleTreeList/MultipleTreeList.js +2 -14
- package/components/Tree/MultipleTreeList/TreeItem/TreeItem.js +1 -1
- package/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.js +3 -3
- package/components/Tree/MultipleTreeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/components/Tree/TreeItem/TreeItem.js +3 -14
- package/components/Tree/TreeItem/useLogic/useLogic.js +2 -2
- package/components/Tree/TreeList/TreeItem/TreeItem.js +1 -1
- package/components/Tree/TreeList/TreeItem/useLogic/useLogic.js +6 -6
- package/components/Tree/TreeList/TreeList.js +2 -13
- package/components/Tree/utils/getFormatDisabledItems/getFormatDisabledItems.js +2 -2
- package/components/TreeAsyncAutocomplete/Input/Input.js +2 -14
- package/components/TreeAsyncAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/components/TreeAsyncAutocomplete/OptionsModal/OptionsModal.js +2 -2
- package/components/TreeAsyncAutocomplete/OptionsModal/useLogic/useLogic.js +19 -22
- package/components/TreeAsyncAutocomplete/TreeAsyncAutocomplete.js +1 -1
- package/components/TreeAsyncAutocomplete/useLogic/useLogic.js +18 -18
- package/components/TreeAutocomplete/Input/Input.js +2 -13
- package/components/TreeAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/components/TreeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/components/TreeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/components/TreeAutocomplete/TreeAutocomplete.js +2 -13
- package/components/TreeAutocomplete/useLogic/useLogic.js +3 -4
- package/components/TreeLikeAutocomplete/Input/Input.js +2 -13
- package/components/TreeLikeAutocomplete/Input/useLogic/useLogic.js +6 -8
- package/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/components/TreeLikeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/components/TreeLikeAutocomplete/TreeLikeAutocomplete.js +2 -13
- package/components/TreeLikeAutocomplete/useLogic/useLogic.js +2 -2
- package/components/TreeLikeList/TreeItem/TreeItem.js +2 -2
- package/components/TreeLikeList/TreeItem/useLogic/useLogic.js +4 -4
- package/components/TreeLikeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/components/TreeLikeList/TreeLikeList.js +2 -13
- package/components/TreeLikeList/useLogic/useLogic.js +1 -1
- package/components/TreeLikeList/useLogic/utils/getChainsId/getChainsId.js +1 -1
- package/components/Typography/Typography.js +2 -14
- package/components/Typography/hooks/useTypographyColor/useTypographyColor.js +1 -2
- package/components/fileUploading/FileUploader/FIleList/FileList.js +1 -15
- package/components/fileUploading/FileUploader/FileUploader.js +1 -1
- package/components/fileUploading/FileUploader/faker.js +8 -14
- package/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/DropzoneWrapper.js +1 -15
- package/components/fileUploading/FileUploaderDropzone/FileUploaderDropzone.js +1 -15
- package/components/fileUploading/FileUploaderDropzone/HintPlaceholder/useLogic/useLogic.js +2 -14
- package/components/fileUploading/FileUploaderFile/Actions/Actions.js +2 -13
- package/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +8 -5
- package/components/fileUploading/FileUploaderFile/FileUploaderFile.js +2 -13
- package/components/fileUploading/FileUploaderFile/Progress/Progress.js +1 -1
- package/components/fileUploading/PreviewFileUploader/FileList/FileList.js +1 -15
- package/components/fileUploading/PreviewFileUploader/PreviewFileUploader.js +1 -1
- package/components/fileUploading/PreviewFileUploader/faker.js +8 -14
- package/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/HintPlaceholder.js +1 -1
- package/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/useLogic/useLogic.js +9 -18
- package/components/fileUploading/PreviewFileUploaderDropZone/PreviewFileUploaderDropZone.js +1 -15
- package/components/fileUploading/PreviewFileUploaderFile/FileError/FileError.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileError/useLogic/useLogic.js +2 -3
- package/components/fileUploading/PreviewFileUploaderFile/FileLoading/FileLoading.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileLoading/Progress/Progress.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileLoading/useLogic/useLogic.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/FilePreview.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/Preview/Preview.js +3 -3
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +3 -3
- package/components/fileUploading/hooks/useFileUploader/useFileUploader.js +29 -23
- package/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +27 -24
- package/components/fileUploading/hooks/useSelfFiles/useSelfFiles.js +22 -4
- package/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +5 -13
- package/components/fileUploading/hooks/useUploadFiles/useUploadFiles.js +2 -2
- package/components/fileUploading/restrictions/restrictFileMaxSize/restrictFileMaxSize.js +1 -1
- package/components/fileUploading/utils/rulePipe/rulePipe.js +1 -2
- package/components/hooks/useAsyncOptions/useAsyncOptions.js +3 -4
- package/components/hooks/useCheckControlled/useCheckControlled.js +1 -1
- package/components/hooks/useClickAwayEffect/useClickAwayEffect.js +1 -1
- package/components/hooks/useEscapeClickEffect/useEscapeClickEffect.js +1 -1
- package/components/hooks/useFeatureFlags/useFeatureFlags.js +1 -1
- package/components/hooks/useFocusAwayEffect/useFocusAwayEffect.js +1 -1
- package/components/hooks/useId/useId.js +1 -1
- package/components/hooks/useInputPopover/useInputPopover.js +1 -1
- package/components/hooks/useToggle/useToggle.js +2 -2
- package/components/index.d.ts +1 -1
- package/components/index.js +1 -1
- package/components/personalDataSecurity/PersonalData/PersonalData.js +4 -1
- package/components/placeholders/Placeholder/Placeholder.js +1 -2
- package/components/services/SecondsCountdown/SecondsCountdown.js +3 -6
- package/components/theme/baseTheme/baseTheme.js +5 -2
- package/components/theme/baseTheme/utils/createSnapshotTheme.js +5 -2
- package/components/theme/baseTheme/utils/writeSnapshot.js +3 -12
- package/components/theme/components/MuiButton.js +3 -3
- package/components/theme/palette/palette.js +86 -10
- package/components/transitions/Slide/Slide.js +1 -1
- package/components/utils/array/deepMap/deepMap.js +5 -2
- package/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.js +19 -8
- package/components/utils/date/format/formatDate/formatDate.js +1 -1
- package/hook-form/EditableText/EditableText.js +3 -14
- package/hook-form/EditableText/EditingForm/EditingForm.js +3 -3
- package/hook-form/EditableText/EditingForm/useLogic/useLogic.js +3 -3
- package/hook-form/Form/Form.js +3 -15
- package/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.js +7 -15
- package/hook-form/FormAddressAutocomplete/faker.js +7 -13
- package/hook-form/FormAsyncAutocomplete/FormAsyncAutocomplete.js +6 -3
- package/hook-form/FormAsyncAutocomplete/faker.js +9 -15
- package/hook-form/FormAutocomplete/FormAutocomplete.js +7 -5
- package/hook-form/FormCheckboxField/FormCheckboxField.js +6 -15
- package/hook-form/FormCodeField/FormCodeField.js +3 -14
- package/hook-form/FormDatePicker/FormDatePicker.js +8 -17
- package/hook-form/FormDateRangePicker/FormDateRangePicker.js +6 -15
- package/hook-form/FormEmailField/FormEmailField.js +5 -2
- package/hook-form/FormEmailOrPhoneField/FormEmailOrPhoneField.js +6 -3
- package/hook-form/FormFileUploader/FormFileUploader.js +2 -13
- package/hook-form/FormFileUploader/faker.js +8 -14
- package/hook-form/FormMaskField/FormMaskField.js +5 -2
- package/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +9 -15
- package/hook-form/FormNumberField/FormNumberField.js +1 -1
- package/hook-form/FormPasswordField/FormPasswordField.js +1 -1
- package/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +2 -13
- package/hook-form/FormPreviewFileUploader/faker.js +8 -14
- package/hook-form/FormRadioGroup/FormRadioGroup.d.ts +1 -4
- package/hook-form/FormRadioGroup/FormRadioGroup.js +10 -16
- package/hook-form/FormSelect/FormSelect.js +6 -3
- package/hook-form/FormSubmitButton/FormSubmitButton.js +2 -14
- package/hook-form/FormTextArea/FormTextArea.js +5 -2
- package/hook-form/FormTextField/FormTextField.js +5 -2
- package/hook-form/FormToggleButtonGroup/FormToggleButtonGroup.js +7 -15
- package/hook-form/FormTreeAsyncAutocomplete/FormTreeAsyncAutocomplete.js +5 -13
- package/hook-form/FormTreeAutocomplete/FormTreeAutocomplete.js +5 -13
- package/hook-form/FormTreeLikeAutocomplete/FormTreeLikeAutocomplete.js +5 -13
- package/hook-form/FormWizard/FormWizard.js +7 -4
- package/hook-form/FormWizard/useLogic/useLogic.js +1 -1
- package/hook-form/formLayouts/FormPageFooterContainer/useLogic/useLogic.js +1 -1
- package/hook-form/formLayouts/FormPageLayout/FormPageFooter/SecondaryActions/SecondaryActions.js +4 -18
- package/hook-form/formLayouts/FormPageLayout/FormPageLayout.js +4 -15
- package/hook-form/formLayouts/FormPageLayoutBase/FormMobileActions/FormMobileActions.js +4 -18
- package/hook-form/formLayouts/FormPageLayoutBase/FormPageLayoutBase.js +1 -1
- package/hook-form/formLayouts/FormPageLayoutBase/useLogic/useLogic.js +14 -20
- package/hook-form/formLayouts/FormWizardPageLayout/FormWizardPageLayout.js +1 -1
- package/hook-form/hooks/useForm/useForm.js +8 -16
- package/hook-form/hooks/useFormFieldErrorProps/useFormFieldErrorProps.js +1 -1
- package/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +10 -2
- package/hook-form/hooks/useFormInputProps/useFormInputProps.js +1 -12
- package/hook-form/hooks/useFormWizard/useFormWizard.js +9 -24
- package/hook-form/react-hook-form-resolver/resolver/resolver.js +4 -14
- package/hook-form/react-hook-form-resolver/utils/validateFieldsNatively/validateFieldsNatively.js +2 -2
- package/icons/FillMd/AutosaveErrorFillMd.js +1 -15
- package/icons/FillMd/AutosaveFillMd.js +1 -15
- package/icons/FillMd/AutosaveLoaderFillMd.js +1 -15
- package/icons/FillMd/BellFillMd.js +1 -15
- package/icons/FillMd/BookmarkFillMd.js +1 -15
- package/icons/FillMd/CalculatorFillMd.js +1 -15
- package/icons/FillMd/CircleErrorFillMd.js +1 -15
- package/icons/FillMd/ClockFillMd.js +1 -15
- package/icons/FillMd/CompanyPicFillMd.js +1 -15
- package/icons/FillMd/CopyMailFillMd.js +1 -15
- package/icons/FillMd/DislikeFillMd.js +1 -15
- package/icons/FillMd/DocSuccessFillMd.js +1 -15
- package/icons/FillMd/EditFillMd.js +1 -15
- package/icons/FillMd/EducationFillMd.js +1 -15
- package/icons/FillMd/ErrorFillMd.js +1 -15
- package/icons/FillMd/EyeFillMd.js +1 -15
- package/icons/FillMd/FilterFillMd.js +1 -15
- package/icons/FillMd/InfoFillMd.js +1 -15
- package/icons/FillMd/KeyFillMd.js +1 -15
- package/icons/FillMd/LikeFillMd.js +1 -15
- package/icons/FillMd/PhotoFillMd.js +1 -15
- package/icons/FillMd/PluginFillMd.js +1 -15
- package/icons/FillMd/PlusFillMd.js +1 -15
- package/icons/FillMd/ProductsFillMd.js +1 -15
- package/icons/FillMd/ProfileFillMd.js +1 -15
- package/icons/FillMd/QuestionFillMd.js +1 -15
- package/icons/FillMd/SaveFillMd.js +1 -15
- package/icons/FillMd/SendFillMd.js +1 -15
- package/icons/FillMd/SentFillMd.js +1 -15
- package/icons/FillMd/SettingsFillMd.js +1 -15
- package/icons/FillMd/StepDefaultFillMd.js +1 -15
- package/icons/FillMd/StepErrorFillMd.js +1 -15
- package/icons/FillMd/StepSuccessFillMd.js +1 -15
- package/icons/FillMd/SuccessFillMd.js +1 -15
- package/icons/FillMd/SupportFillMd.js +1 -15
- package/icons/FillMd/WarningFillMd.js +1 -15
- package/icons/FillMd/WebFillMd.js +1 -15
- package/icons/FillSm/ArrowDFillSm.js +1 -15
- package/icons/FillSm/ArrowUpFillSm.js +1 -15
- package/icons/FillSm/CircleErrorFillSm.js +1 -15
- package/icons/FillSm/ClockFillSm.js +1 -15
- package/icons/FillSm/DislikeFillSm.js +1 -15
- package/icons/FillSm/ErrorFillSm.js +1 -15
- package/icons/FillSm/InfoFillSm.js +1 -15
- package/icons/FillSm/LikeFillSm.js +1 -15
- package/icons/FillSm/LocationFillSm.js +1 -15
- package/icons/FillSm/MailFillSm.js +1 -15
- package/icons/FillSm/PauseFillSm.js +1 -15
- package/icons/FillSm/PhoneFillSm.js +1 -15
- package/icons/FillSm/PitFillSm.js +1 -15
- package/icons/FillSm/PlayFillSm.js +1 -15
- package/icons/FillSm/RectangleFillSm.js +1 -15
- package/icons/FillSm/RoundFillSm.js +1 -15
- package/icons/FillSm/SentFillSm.js +1 -15
- package/icons/FillSm/SortDownFillSm.js +1 -15
- package/icons/FillSm/SortFillSm.js +1 -15
- package/icons/FillSm/SortUpFillSm.js +1 -15
- package/icons/FillSm/StarFillSm.js +1 -15
- package/icons/FillSm/SuccessFillSm.js +1 -15
- package/icons/FillSm/UpToDateFillSm.js +1 -15
- package/icons/FillSm/WarningFillSm.js +1 -15
- package/icons/LogoFillMd/FacebookFillMd.js +1 -15
- package/icons/LogoFillMd/GoogleFillMd.js +1 -15
- package/icons/LogoFillMd/OkFillMd.js +1 -15
- package/icons/LogoFillMd/TelegramFillMd.js +1 -15
- package/icons/LogoFillMd/VkFillMd.js +1 -15
- package/icons/LogoFillMd/YoutubeFillMd.js +1 -15
- package/icons/OutlineMd/AIBotOutlineMd.js +1 -15
- package/icons/OutlineMd/AIOutlineMd.js +1 -15
- package/icons/OutlineMd/AddArrayOutlineMd.js +1 -15
- package/icons/OutlineMd/AddDocumentOutlineMd.js +1 -15
- package/icons/OutlineMd/AddOutlineMd.js +1 -15
- package/icons/OutlineMd/AddUserOutlineMd.js +1 -15
- package/icons/OutlineMd/AddWorkplaceOutlineMd.js +1 -15
- package/icons/OutlineMd/AllCheckOutlineMd.js +1 -15
- package/icons/OutlineMd/AnalyticOutlineMd.js +1 -15
- package/icons/OutlineMd/ArchiveOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrayPatternOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowDwnOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowLOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowROutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowUpOutlineMd.js +1 -15
- package/icons/OutlineMd/AttachmentOutlineMd.js +1 -1
- package/icons/OutlineMd/AutosaveErrorOutlineMd.js +1 -15
- package/icons/OutlineMd/AutosaveLoaderOutlineMd.js +1 -15
- package/icons/OutlineMd/AutosaveOutlineMd.js +1 -15
- package/icons/OutlineMd/BankOutlineMd.js +1 -15
- package/icons/OutlineMd/BasketOutlineMd.js +1 -15
- package/icons/OutlineMd/BellOutlineMd.js +1 -15
- package/icons/OutlineMd/BinOutlineMd.js +1 -15
- package/icons/OutlineMd/BlockMessageOutlineMd.js +1 -15
- package/icons/OutlineMd/BlockOutlineMd.js +1 -15
- package/icons/OutlineMd/BookOutlineMd.js +1 -15
- package/icons/OutlineMd/BoxOutlineMd.js +1 -15
- package/icons/OutlineMd/BoxesOutlineMd.js +1 -15
- package/icons/OutlineMd/CalendarOutlineMd.js +1 -15
- package/icons/OutlineMd/CancelRouteOutlineMd.js +1 -15
- package/icons/OutlineMd/CartOutlineMd.js +1 -15
- package/icons/OutlineMd/CaseOutlineMd.js +1 -15
- package/icons/OutlineMd/CashReceiptOutlineMd.js +1 -15
- package/icons/OutlineMd/CassOutlineMd.js +1 -15
- package/icons/OutlineMd/CertAddOutlineMd.js +1 -15
- package/icons/OutlineMd/CertGivenOutlineMd.js +1 -15
- package/icons/OutlineMd/CertOutlineMd.js +1 -15
- package/icons/OutlineMd/CheckListOutlineMd.js +1 -15
- package/icons/OutlineMd/CheckOutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronDOutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronLOutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronROutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronUpOutlineMd.js +1 -15
- package/icons/OutlineMd/ClockOutlineMd.js +1 -15
- package/icons/OutlineMd/ClockwiseOutlineMd.js +1 -15
- package/icons/OutlineMd/CompanyAddOutlineMd.js +1 -15
- package/icons/OutlineMd/CompanyOutlineMd.js +1 -15
- package/icons/OutlineMd/ContractorsOutlineMd.js +1 -15
- package/icons/OutlineMd/CopyOutlineMd.js +1 -15
- package/icons/OutlineMd/CreditCardOutlineMd.js +1 -15
- package/icons/OutlineMd/CrossOutlineMd.js +1 -15
- package/icons/OutlineMd/DelegateOutlineMd.js +1 -15
- package/icons/OutlineMd/DialogOutlineMd.js +1 -15
- package/icons/OutlineMd/DislikeOutlineMd.js +1 -15
- package/icons/OutlineMd/DivisionsOutlineMd.js +1 -15
- package/icons/OutlineMd/DocIncomingOutlineMd.js +1 -15
- package/icons/OutlineMd/DocNoSignatureOutlineMd.js +1 -15
- package/icons/OutlineMd/DocOutlineMd.js +1 -15
- package/icons/OutlineMd/DocPatternOutlineMd.js +1 -15
- package/icons/OutlineMd/DocRejectOutlineMd.js +1 -15
- package/icons/OutlineMd/DocSignedOutlineMd.js +1 -15
- package/icons/OutlineMd/DocsArrayOutlineMd.js +1 -15
- package/icons/OutlineMd/DocumentOutlineMd.js +1 -15
- package/icons/OutlineMd/DocumentsOutlineMd.js +1 -15
- package/icons/OutlineMd/DotsOutlineMd.js +1 -15
- package/icons/OutlineMd/DotsVOutlineMd.js +1 -15
- package/icons/OutlineMd/DoubleNextOutlineMd.js +1 -15
- package/icons/OutlineMd/DoublePreviousOutlineMd.js +1 -15
- package/icons/OutlineMd/DownOutlineMd.js +1 -15
- package/icons/OutlineMd/DownloadOutlineMd.js +1 -15
- package/icons/OutlineMd/DownloadVOutlineMd.js +1 -15
- package/icons/OutlineMd/DraftOutlineMd.js +1 -15
- package/icons/OutlineMd/DragOutlineMd.js +1 -15
- package/icons/OutlineMd/DuplicateOutlineMd.js +1 -15
- package/icons/OutlineMd/EditOutlineMd.js +1 -15
- package/icons/OutlineMd/ExportOutlineMd.js +1 -15
- package/icons/OutlineMd/EyeCrossedOutlineMd.js +1 -1
- package/icons/OutlineMd/EyeOutlineMd.js +1 -15
- package/icons/OutlineMd/Filter2OutlineMd.js +1 -15
- package/icons/OutlineMd/FilterOutlineMd.js +1 -15
- package/icons/OutlineMd/FolderClOutlineMd.js +1 -15
- package/icons/OutlineMd/FolderOpOutlineMd.js +1 -15
- package/icons/OutlineMd/FullSizeOutlineMd.js +1 -15
- package/icons/OutlineMd/GoToFolderOutlineMd.js +1 -1
- package/icons/OutlineMd/GroupOutlineMd.js +1 -15
- package/icons/OutlineMd/GroupsOutlineMd.js +1 -15
- package/icons/OutlineMd/HistoryOutlineMd.js +1 -15
- package/icons/OutlineMd/HomeOutlineMd.js +1 -15
- package/icons/OutlineMd/InArchiveOutlineMd.js +1 -15
- package/icons/OutlineMd/InfoOutlineMd.js +1 -15
- package/icons/OutlineMd/LightingOffOutlineMd.js +1 -15
- package/icons/OutlineMd/LightingOnOutlineMd.js +1 -15
- package/icons/OutlineMd/LikeOutlineMd.js +1 -15
- package/icons/OutlineMd/LinkOutlineMd.js +1 -15
- package/icons/OutlineMd/ListDataOutlineMd.js +1 -15
- package/icons/OutlineMd/LoaderOutlineMd.js +1 -15
- package/icons/OutlineMd/LockOutlineMd.js +1 -15
- package/icons/OutlineMd/LogisticOutlineMd.js +1 -15
- package/icons/OutlineMd/MailOutlineMd.js +1 -15
- package/icons/OutlineMd/MarkDocOutlineMd.js +1 -15
- package/icons/OutlineMd/MedListOutlineMd.js +1 -15
- package/icons/OutlineMd/MegaphoneOutlineMd.js +1 -15
- package/icons/OutlineMd/MenuOffOutlineMd.js +1 -15
- package/icons/OutlineMd/MenuOnOutlineMd.js +1 -15
- package/icons/OutlineMd/MessageOutlineMd.js +1 -1
- package/icons/OutlineMd/MinimizeOutlineMd.js +1 -15
- package/icons/OutlineMd/MinusOutlineMd.js +1 -15
- package/icons/OutlineMd/NewsOutlineMd.js +1 -15
- package/icons/OutlineMd/NextOutlineMd.js +1 -15
- package/icons/OutlineMd/NumberOutlineMd.js +1 -15
- package/icons/OutlineMd/OpenLinkOutlineMd.js +1 -15
- package/icons/OutlineMd/OutcomingDocumentOutlineMd.js +1 -15
- package/icons/OutlineMd/PageDotOutlineMd.js +1 -15
- package/icons/OutlineMd/PeopleOutlineMd.js +1 -15
- package/icons/OutlineMd/PhoneOutlineMd.js +1 -15
- package/icons/OutlineMd/PinOutlineMd.js +1 -15
- package/icons/OutlineMd/PreviousOutlineMd.js +1 -15
- package/icons/OutlineMd/PrintOutlineMd.js +1 -15
- package/icons/OutlineMd/ProfileOutlineMd.js +1 -15
- package/icons/OutlineMd/ProxyOutlineMd.js +1 -15
- package/icons/OutlineMd/QrOutlineMd.js +1 -15
- package/icons/OutlineMd/QuestionOutlineMd.js +1 -15
- package/icons/OutlineMd/QuitOutlineMd.js +1 -15
- package/icons/OutlineMd/ReestablishOutlineMd.js +1 -15
- package/icons/OutlineMd/RefreshOutlineMd.js +1 -15
- package/icons/OutlineMd/RequirementOutlineMd.js +1 -15
- package/icons/OutlineMd/RetryOutlineMd.js +1 -15
- package/icons/OutlineMd/RouteOutlineMd.js +1 -15
- package/icons/OutlineMd/SaveCheckOutlineMd.js +1 -15
- package/icons/OutlineMd/SaveOutlineMd.js +1 -15
- package/icons/OutlineMd/SearchOutlineMd.js +1 -15
- package/icons/OutlineMd/SendOutlineMd.js +1 -15
- package/icons/OutlineMd/SentMessageOutlineMd.js +1 -15
- package/icons/OutlineMd/SettingsOutlineMd.js +1 -15
- package/icons/OutlineMd/ShareOutlineMd.js +1 -15
- package/icons/OutlineMd/SortOutlineMd.js +1 -15
- package/icons/OutlineMd/Sorting2OutlineMd.js +1 -15
- package/icons/OutlineMd/SortingOutlineMd.js +1 -15
- package/icons/OutlineMd/SortingVOutlineMd.js +1 -15
- package/icons/OutlineMd/StorageOutlineMd.js +1 -15
- package/icons/OutlineMd/SupportOutlineMd.js +1 -15
- package/icons/OutlineMd/TagOutlineMd.js +1 -1
- package/icons/OutlineMd/TransferOutlineMd.js +1 -15
- package/icons/OutlineMd/TreeOutlineMd.js +1 -15
- package/icons/OutlineMd/UnGroupOutlineMd.js +1 -15
- package/icons/OutlineMd/UnlinkOutlineMd.js +1 -15
- package/icons/OutlineMd/UnlockOutlineMd.js +1 -15
- package/icons/OutlineMd/UnpinOutlineMd.js +1 -15
- package/icons/OutlineMd/UnreadOutlineMd.js +1 -15
- package/icons/OutlineMd/UpOutlineMd.js +1 -15
- package/icons/OutlineMd/UploadOutlineMd.js +1 -15
- package/icons/OutlineMd/UserArrowDownOutlineMd.js +1 -15
- package/icons/OutlineMd/UserArrowUpOutlineMd.js +1 -15
- package/icons/OutlineMd/UserCheckOutlineMd.js +1 -15
- package/icons/OutlineMd/UserCrossOutlineMd.js +1 -15
- package/icons/OutlineSm/AddOutlineSm.js +1 -15
- package/icons/OutlineSm/AddSmOutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowDwnOutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowLOutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowROutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowUpOutlineSm.js +1 -15
- package/icons/OutlineSm/BlockOutlineSm.js +1 -15
- package/icons/OutlineSm/CheckOutlineSm.js +1 -15
- package/icons/OutlineSm/ClockOutlineSm.js +1 -15
- package/icons/OutlineSm/CopyOutlineSm.js +1 -1
- package/icons/OutlineSm/CrossOutlineSm.js +1 -15
- package/icons/OutlineSm/CrossSmOutlineSm.js +1 -15
- package/icons/OutlineSm/DislikeOutlineSm.js +1 -15
- package/icons/OutlineSm/DocumentOutlineSm.js +1 -15
- package/icons/OutlineSm/DocumentsOutlineSm.js +1 -15
- package/icons/OutlineSm/DotOutlineSm.js +1 -15
- package/icons/OutlineSm/DoubleCheckOutlineSm.js +1 -15
- package/icons/OutlineSm/DownloadVOutlineSm.js +1 -15
- package/icons/OutlineSm/EditOutlineSm.js +1 -15
- package/icons/OutlineSm/InfoOutlineSm.js +1 -15
- package/icons/OutlineSm/LikeOutlineSm.js +1 -15
- package/icons/OutlineSm/LoaderOutlineSm.js +1 -15
- package/icons/OutlineSm/MessageOutlineSm.js +1 -15
- package/icons/OutlineSm/OpenLinkOutlineSm.js +1 -15
- package/icons/OutlineSm/PageOutlineSm.js +1 -15
- package/icons/OutlineSm/ProfileOutlineSm.js +1 -15
- package/icons/OutlineSm/RefreshOutlineSm.js +1 -15
- package/icons/OutlineSm/RequestOutlineSm.js +1 -15
- package/icons/OutlineSm/RouteOutlineSm.js +1 -15
- package/icons/OutlineSm/SearchOutlineSm.js +1 -15
- package/icons/OutlineSm/SortingOutlineSm.js +1 -15
- package/icons/OutlineSm/SuccessOutlineSm.js +1 -15
- package/icons/OutlineSm/TransferOutlineSm.js +1 -15
- package/node/components/Accordion/useLogic/useLogic.js +2 -2
- package/node/components/ActionCellBase/MainAction/MainAction.js +1 -15
- package/node/components/ActionCellBase/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/node/components/ActionCellBase/SecondaryAction/SecondaryAction.js +1 -1
- package/node/components/ActionGroup/MainActions/MainActions.js +5 -19
- package/node/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.js +19 -19
- package/node/components/ActionGroup/SecondaryActions/SecondaryActions.js +2 -16
- package/node/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -13
- package/node/components/AddressAutocomplete/AddressAutocomplete.js +3 -14
- package/node/components/AddressAutocomplete/faker.js +7 -13
- package/node/components/Alert/Alert.js +1 -1
- package/node/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -1
- package/node/components/AsyncAutocomplete/faker.js +6 -12
- package/node/components/AsyncAutocomplete/useLogic/useLogic.js +19 -17
- package/node/components/AutoSaveIndicator/AutoSaveIndicator.js +2 -2
- package/node/components/Autocomplete/Autocomplete.js +22 -25
- package/node/components/Autocomplete/useLogic/useLogic.js +1 -1
- package/node/components/Avatar/Avatar.js +2 -14
- package/node/components/AvatarGroup/AvatarGroup.js +2 -13
- package/node/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.js +1 -2
- package/node/components/Badge/Badge.js +1 -15
- package/node/components/Banner/Banner.js +2 -13
- package/node/components/Banner/BannerActionButton/BannerActionButton.js +2 -14
- package/node/components/Banner/BannerContainer/BannerContainer.js +2 -3
- package/node/components/Banner/BannerTemplate/BannerTemplate.js +5 -5
- package/node/components/BottomDrawer/BottomDrawer.js +2 -14
- package/node/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/node/components/BulletList/BulletList.js +2 -13
- package/node/components/BulletListInlineItem/BulletListInlineItem.js +1 -1
- package/node/components/BulletListItem/BulletListItem.js +2 -13
- package/node/components/Button/Button.js +3 -14
- package/node/components/CheckableTag/CheckableTag.js +4 -16
- package/node/components/Checkbox/Checkbox.js +1 -1
- package/node/components/Checkbox/Icon/Icon.js +1 -15
- package/node/components/Checkbox/useLogic/useLogic.js +2 -14
- package/node/components/CheckboxField/CheckboxField.js +2 -14
- package/node/components/Chevron/Chevron.js +1 -1
- package/node/components/CodeField/CodeField.js +1 -1
- package/node/components/CodeField/hooks/useCodeState/useCodeState.js +2 -4
- package/node/components/Collapse/Collapse.js +1 -1
- package/node/components/CollapsibleTypography/CollapsibleTypography.js +7 -16
- package/node/components/ConfigProvider/ConfigProvider.js +18 -2
- package/node/components/ConfigProvider/NextFeatureFlagsContext/NextFeatureFlagsContextProvider/NextFeatureFlagsContextProvider.js +1 -15
- package/node/components/ConfirmAction/ConfirmAction.js +1 -1
- package/node/components/ConfirmDialog/ConfirmDialog.js +4 -15
- package/node/components/ConfirmDialog/useLogic/useLogic.js +1 -1
- package/node/components/ContentState/ContentState.js +1 -1
- package/node/components/ContentState/useLogic/useLogic.js +2 -2
- package/node/components/CopyTypography/CopyTypography.js +2 -2
- package/node/components/CopyTypography/useLogic/useLogic.js +1 -13
- package/node/components/Counter/Counter.js +1 -15
- package/node/components/DashboardAlert/DashboardAlert.js +3 -14
- package/node/components/DashboardLayout/Header/Header.js +1 -2
- package/node/components/DashboardLayout/Header/useLogic/useLogic.js +2 -2
- package/node/components/DashboardLayout/Main/useLogic/useLogic.js +4 -7
- package/node/components/DashboardLayout/PinButton/PinButton.js +2 -13
- package/node/components/DashboardLayout/Sidebar/MenuSidebarButton/MenuSidebarButton.js +2 -13
- package/node/components/DashboardLayout/Sidebar/SidebarButton/SidebarButton.js +1 -1
- package/node/components/DashboardLayout/Sidebar/SidebarPopover/FadePopup/useLogic/useLogic.js +1 -2
- package/node/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +3 -15
- package/node/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/useLogic/useLogic.js +1 -1
- package/node/components/DashboardSidebarProvider/DashboardSidebarProvider.js +5 -2
- package/node/components/DataGrid/Body/Body.js +5 -17
- package/node/components/DataGrid/Cell/Cell.js +1 -1
- package/node/components/DataGrid/DataGrid.js +2 -2
- package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +7 -4
- package/node/components/DataGrid/Head/Head.js +1 -1
- package/node/components/DataGrid/Head/useLogic/useLogic.js +3 -3
- package/node/components/DataGrid/HeadCell/HeadCell.js +3 -3
- package/node/components/DataGrid/Row/NestedChildren/NestedChildren.js +2 -15
- package/node/components/DataGrid/Row/NestedChildren/useLogic/useLogic.js +3 -3
- package/node/components/DataGrid/Row/Row.js +7 -21
- package/node/components/DataGrid/Row/useLogic/useLogic.js +6 -6
- package/node/components/DataGrid/Row/useLogic/utils/getColumnsMap/getColumnsMap.js +6 -14
- package/node/components/DataGrid/Row/useLogic/utils/mergeColumnsOptions/mergeColumnsOptions.js +6 -1
- package/node/components/DataGrid/faker.js +12 -15
- package/node/components/DataGrid/useLogic/useLogic.js +4 -3
- package/node/components/DataGridActionCell/MainAction/MainAction.js +1 -15
- package/node/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/node/components/DataGridActionCell/SecondaryAction/SecondaryAction.js +1 -1
- package/node/components/DataGridActionCell/useLogic/useLogic.js +2 -2
- package/node/components/DataGridInfinite/DataGridInfinite.js +6 -18
- package/node/components/DataGridInfinite/List/List.js +1 -15
- package/node/components/DataGridInfinite/useLogic/useLogic.js +6 -6
- package/node/components/DataGridMinimalisticPagination/DataGridMinimalisticPagination.js +2 -14
- package/node/components/DataGridPagination/DataGridPagination.js +2 -13
- package/node/components/DataGridPaginationContainer/useLogic/useLogic.js +1 -1
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/DateCalendarNextButton.js +2 -14
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/DateCalendarPrevButton.js +2 -14
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/DateCalendarHead.js +1 -1
- package/node/components/DatePicker/DateCalendar/DateCalendarWrapper/DateCalendarWrapper.js +1 -1
- package/node/components/DatePicker/DatePicker.js +2 -2
- package/node/components/DatePicker/DatePickerInput/DatePickerInput.js +10 -19
- package/node/components/DatePicker/DatePickerPopover/DatePickerPopover.js +2 -14
- package/node/components/DatePicker/DayPicker/DayPicker.js +3 -15
- package/node/components/DatePicker/MonthPicker/MonthPicker.js +2 -18
- package/node/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.js +4 -5
- package/node/components/DatePicker/YearMonthDayPicker/YearMonthDayPicker.js +1 -1
- package/node/components/DatePicker/YearPicker/YearPicker.js +2 -19
- package/node/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.js +3 -4
- package/node/components/DatePicker/hooks/useCalendarNavigate/useCalendarNavigate.js +2 -4
- package/node/components/DatePicker/hooks/useMaskedValue/useMaskedValue.js +3 -3
- package/node/components/DatePicker/useLogic/useLogic.js +5 -5
- package/node/components/DateRangePicker/DateRangePicker.js +4 -15
- package/node/components/DateRangePicker/useLogic/useLogic.js +17 -21
- package/node/components/Description/Description.js +1 -1
- package/node/components/Description/Name/Name.js +2 -14
- package/node/components/Description/Value/Value.js +3 -14
- package/node/components/DescriptionList/DescriptionList.js +3 -15
- package/node/components/Dialog/Dialog.js +3 -15
- package/node/components/DialogActions/DialogActions.js +2 -14
- package/node/components/DialogContent/DialogContent.js +1 -1
- package/node/components/DialogContentText/DialogContentText.js +1 -1
- package/node/components/DialogTitle/DialogTitle.js +2 -14
- package/node/components/Divider/Divider.js +1 -1
- package/node/components/DropdownButton/DropdownButton.js +2 -14
- package/node/components/EmailField/EmailField.js +5 -14
- package/node/components/EmailOrPhoneField/EmailOrPhoneField.js +4 -1
- package/node/components/EmailOrPhoneField/useLogic/useLogic.js +5 -16
- package/node/components/ErrorBoundary/ErrorBoundary.js +2 -2
- package/node/components/ErrorBoundary/ErrorBoundary.stubs.js +13 -20
- package/node/components/Fab/Fab.js +2 -14
- package/node/components/Fab/styles.js +6 -6
- package/node/components/Filename/Filename.js +6 -14
- package/node/components/FlowButton/FlowButton.js +2 -13
- package/node/components/FormControl/FormControl.js +1 -1
- package/node/components/FormControlLabel/FormControlLabel.js +1 -1
- package/node/components/FormHelperText/FormHelperText.js +2 -14
- package/node/components/FormLabel/FormLabel.js +1 -1
- package/node/components/GlobalStyles/GlobalStyles.js +2 -14
- package/node/components/Grid/GridComponent/GridComponent.js +2 -14
- package/node/components/GuidTypography/GuidTypography.js +5 -14
- package/node/components/HintIcon/Icon/useLogic/useLogic.js +1 -1
- package/node/components/IconButton/IconButton.js +2 -13
- package/node/components/IconDropdownButton/IconDropdownButton.js +2 -14
- package/node/components/Iframe/Iframe.js +3 -4
- package/node/components/InfiniteDataList/InfiniteDataList.js +4 -5
- package/node/components/InfiniteTreeList/InfiniteTreeList.js +2 -2
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +2 -2
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +1 -1
- package/node/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
- package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.js +1 -2
- package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +3 -5
- package/node/components/InfiniteTreeList/useLogic/hooks/useScrollManagement/useScrollManagement.js +4 -6
- package/node/components/InfiniteTreeList/useLogic/hooks/useStickyButton/useStickyButton.js +1 -2
- package/node/components/InfiniteTreeList/useLogic/useLogic.js +3 -3
- package/node/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.js +5 -2
- package/node/components/InfiniteTreeList/useLogic/utils/getInitialExpandedIds/getInitialExpandedIds.js +2 -3
- package/node/components/JsonViewer/JsonNode/useLogic/useLogic.js +6 -15
- package/node/components/JsonViewer/NodeValue/utils/formatValue/formatValue.js +2 -2
- package/node/components/LegacyNotification/LegacyNotification.js +16 -27
- package/node/components/LegacyNotification/NotificationContainer/NotificationContainer.js +1 -1
- package/node/components/LegacyNotification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/node/components/LegacyNotification/NotificationTemplate/constants.js +4 -4
- package/node/components/LegacyNotification/utils/notificationTemplatePropsCreator.js +5 -1
- package/node/components/Link/Link.js +2 -14
- package/node/components/List/List.js +1 -1
- package/node/components/ListItem/ListItem.js +1 -1
- package/node/components/ListItem/styles.js +6 -3
- package/node/components/ListItemAvatar/ListItemAvatar.js +1 -1
- package/node/components/ListItemButton/ListItemButton.js +2 -13
- package/node/components/ListItemIcon/ListItemIcon.js +1 -1
- package/node/components/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/node/components/ListItemText/ListItemText.js +1 -1
- package/node/components/ListSubheader/ListSubheader.js +1 -1
- package/node/components/MaskField/MaskField.js +6 -19
- package/node/components/Menu/Menu.js +2 -14
- package/node/components/MenuItem/MenuItem.js +2 -13
- package/node/components/MenuList/MenuList.js +2 -14
- package/node/components/MenuOrganization/MenuOrganization.js +2 -2
- package/node/components/MenuOrganization/OrganizationItem/OrganizationItem.js +2 -13
- package/node/components/MenuOrganization/OrganizationList/OrganizationList.js +1 -1
- package/node/components/MenuOrganization/useLogic/useLogic.js +7 -8
- package/node/components/MinimalisticPagination/MinimalisticPagination.js +1 -1
- package/node/components/NavMenu/Item/Item.js +2 -13
- package/node/components/NavMenu/Item/ItemButton/ItemButton.js +3 -14
- package/node/components/NavMenu/Item/useLogic/useLogic.js +4 -4
- package/node/components/Notification/Notification.js +48 -32
- package/node/components/Notification/NotificationContainer/NotificationContainer.js +2 -14
- package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +2 -14
- package/node/components/Notification/NotificationStackContainer/useLogic/useLogic.js +7 -28
- package/node/components/Notification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/node/components/Notification/NotificationTemplate/constants.js +5 -31
- package/node/components/Notification/utils/getNotificationTemplateProps/getNotificationTemplateProps.js +5 -1
- package/node/components/Notification/utils/getNotifyOptions/getNotifyOptions.js +6 -15
- package/node/components/NotificationList/ListItem/ListItem.js +2 -2
- package/node/components/NotificationList/NotificationList.js +1 -1
- package/node/components/NumberField/NumberField.js +3 -15
- package/node/components/NumberField/useLogic/useLogic.js +2 -2
- package/node/components/NumberedList/NumberedList.js +2 -13
- package/node/components/OverflowTypography/OverflowTypography.js +12 -17
- package/node/components/OverflowTypography/hooks/useOverflowed/useOverflowed.js +1 -1
- package/node/components/PageLayout/PageAlert/PageAlert.js +1 -1
- package/node/components/PageLayout/PageContent/PageContent.js +1 -1
- package/node/components/PageLayout/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActions.js +1 -1
- package/node/components/PageLayout/PageHeader/HeaderContent/HeaderContent.js +1 -1
- package/node/components/PageLayout/PageHeader/MobilePageActions/useLogic/useLogic.js +3 -3
- package/node/components/PageLayout/PageHeader/PageActions/MainActions/MainActions.js +1 -1
- package/node/components/PageLayout/PageHeader/PageActions/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -14
- package/node/components/PageLayout/PageHeader/PageHeader.js +1 -1
- package/node/components/PageLayout/PageHeader/Title/Title.js +1 -1
- package/node/components/PageLayout/PageHeader/hooks/usePageTitle/usePageTitle.js +3 -5
- package/node/components/PageLayout/PageLayout.js +1 -1
- package/node/components/PageLayout/PagePinnableAside/PagePinnableAside.js +1 -13
- package/node/components/PageLayout/PagePinnableAside/useLogic/useLogic.js +2 -2
- package/node/components/Pagination/Pagination.js +2 -2
- package/node/components/Pagination/PaginationItem/PaginationItem.js +3 -17
- package/node/components/Pagination/useLogic/useLogic.js +1 -13
- package/node/components/Paper/Paper.js +2 -14
- package/node/components/PasswordField/PasswordField.js +6 -15
- package/node/components/PdfViewer/List/List.js +1 -2
- package/node/components/PdfViewer/PdfDocument/PdfDocument.js +3 -14
- package/node/components/PdfViewer/PdfDocument/useLogic/useLogic.js +4 -6
- package/node/components/PdfViewer/PdfPage/PdfPage.js +2 -13
- package/node/components/PdfViewer/PdfPage/useLogic/useLogic.js +1 -1
- package/node/components/PdfViewer/PdfViewer.js +2 -2
- package/node/components/PdfViewer/PdfViewerPagination/useLogic/useLogic.js +1 -2
- package/node/components/PdfViewer/useLogic/useLogic.js +16 -29
- package/node/components/PdfViewer/utils/getFullPageHeight/getFullPageHeight.js +1 -2
- package/node/components/PdfViewer/utils/getPageHeightList/getPageHeightList.js +3 -12
- package/node/components/PdfViewer/utils/getPageParams/getPageParams.js +3 -12
- package/node/components/Popover/Popover.js +2 -14
- package/node/components/Product/Product.js +2 -13
- package/node/components/ProductSwitcher/faker.js +2 -2
- package/node/components/ProductSwitcher/useLogic/useLogic.js +8 -17
- package/node/components/Profile/MenuList/MenuList.js +3 -14
- package/node/components/Profile/Profile.js +1 -1
- package/node/components/Radio/Icon/Icon.js +1 -15
- package/node/components/Radio/Radio.js +1 -1
- package/node/components/Radio/useLogic/useLogic.js +2 -14
- package/node/components/RadioCard/RadioCard.js +2 -14
- package/node/components/RadioCard/styles.js +1 -0
- package/node/components/RadioField/RadioField.js +2 -14
- package/node/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/node/components/RadioGroup/RadioGroup.js +5 -5
- package/node/components/RadioGroup/types.d.ts +5 -1
- package/node/components/RadioGroup/useLogic/useLogic.d.ts +2 -1
- package/node/components/RadioGroup/useLogic/useLogic.js +3 -2
- package/node/components/RadioGroupField/RadioGroupField.js +1 -1
- package/node/components/Rating/Rating.js +3 -18
- package/node/components/RedesignBanner/RedesignBanner.js +1 -1
- package/node/components/ResizingDataGrid/ResizingDataGrid.js +3 -15
- package/node/components/ResizingDataGrid/Sliders/Sliders.js +1 -13
- package/node/components/ResizingDataGrid/hooks/useComputedColumns/utils/createComputedColumns/createComputedColumns.js +10 -4
- package/node/components/ResizingDataGridInfinite/ResizingDataGridInfinite.js +3 -15
- package/node/components/SearchField/SearchField.js +1 -1
- package/node/components/SearchField/useLogic/useLogic.js +9 -19
- package/node/components/Select/Select.js +10 -17
- package/node/components/Select/useLogic/useLogic.js +9 -9
- package/node/components/SideDialog/SideDialog.js +2 -14
- package/node/components/SideDialogActions/SideDialogActions.js +1 -1
- package/node/components/SideDialogContent/SideDialogContent.js +1 -1
- package/node/components/SideDialogHeader/SideDialogHeader.js +1 -1
- package/node/components/SideDialogTitle/SideDialogTitle.js +1 -1
- package/node/components/Skeleton/Skeleton.js +1 -15
- package/node/components/StaticCalendar/StaticCalendarButton/StaticCalendarButton.js +2 -13
- package/node/components/StaticCalendar/StaticCalendarButton/useLogic/useLogic.js +7 -4
- package/node/components/StaticCalendar/StaticCalendarGridButton/styles.js +4 -4
- package/node/components/StaticCalendar/StaticDaysCalendar/DayButton/DayButton.js +1 -2
- package/node/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/hooks/useDragAndDropHandlers/useDragAndDropHandlers.js +4 -4
- package/node/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/useLogic.js +7 -4
- package/node/components/StaticCalendar/StaticDaysCalendar/StaticDaysCalendar.js +5 -20
- package/node/components/StepSlider/StepSlider.js +4 -17
- package/node/components/Stepper/StepButton/StepButton.js +2 -13
- package/node/components/Stepper/StepLabel/StepLabel.js +2 -13
- package/node/components/Stepper/Stepper.js +2 -13
- package/node/components/StepperWizard/StepperWizard.js +2 -13
- package/node/components/StepperWizard/useLogic/useLogic.js +1 -1
- package/node/components/SvgIcon/SvgIcon.js +2 -13
- package/node/components/Switch/Switch.js +3 -15
- package/node/components/Tabs/Tab/Tab.js +2 -14
- package/node/components/Tabs/Tabs.js +2 -14
- package/node/components/Tag/Tag.js +4 -16
- package/node/components/Tag/useLogic/useLogic.js +1 -1
- package/node/components/TagBadge/TagBadge.js +2 -14
- package/node/components/TagsList/Tag/Tag.js +2 -13
- package/node/components/TagsList/TagsList.js +2 -2
- package/node/components/TagsList/useLogic/useLogic.js +5 -5
- package/node/components/TextArea/TextArea.js +2 -14
- package/node/components/TextField/TextField.js +15 -19
- package/node/components/ToggleButton/ToggleButton.js +1 -1
- package/node/components/ToggleButton/useLogic/useLogic.js +1 -13
- package/node/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -13
- package/node/components/Tooltip/Tooltip.js +2 -13
- package/node/components/Tooltip/styles.js +1 -15
- package/node/components/Tree/MultipleTreeList/MultipleTreeList.js +2 -14
- package/node/components/Tree/MultipleTreeList/TreeItem/TreeItem.js +1 -1
- package/node/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.js +3 -3
- package/node/components/Tree/MultipleTreeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/node/components/Tree/TreeItem/TreeItem.js +3 -14
- package/node/components/Tree/TreeItem/useLogic/useLogic.js +2 -2
- package/node/components/Tree/TreeList/TreeItem/TreeItem.js +1 -1
- package/node/components/Tree/TreeList/TreeItem/useLogic/useLogic.js +6 -6
- package/node/components/Tree/TreeList/TreeList.js +2 -13
- package/node/components/Tree/utils/getFormatDisabledItems/getFormatDisabledItems.js +2 -2
- package/node/components/TreeAsyncAutocomplete/Input/Input.js +2 -14
- package/node/components/TreeAsyncAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/node/components/TreeAsyncAutocomplete/OptionsModal/OptionsModal.js +2 -2
- package/node/components/TreeAsyncAutocomplete/OptionsModal/useLogic/useLogic.js +19 -22
- package/node/components/TreeAsyncAutocomplete/TreeAsyncAutocomplete.js +1 -1
- package/node/components/TreeAsyncAutocomplete/useLogic/useLogic.js +18 -18
- package/node/components/TreeAutocomplete/Input/Input.js +2 -13
- package/node/components/TreeAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/node/components/TreeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/node/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/node/components/TreeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/node/components/TreeAutocomplete/TreeAutocomplete.js +2 -13
- package/node/components/TreeAutocomplete/useLogic/useLogic.js +3 -4
- package/node/components/TreeLikeAutocomplete/Input/Input.js +2 -13
- package/node/components/TreeLikeAutocomplete/Input/useLogic/useLogic.js +6 -8
- package/node/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/node/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/node/components/TreeLikeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/node/components/TreeLikeAutocomplete/TreeLikeAutocomplete.js +2 -13
- package/node/components/TreeLikeAutocomplete/useLogic/useLogic.js +2 -2
- package/node/components/TreeLikeList/TreeItem/TreeItem.js +2 -2
- package/node/components/TreeLikeList/TreeItem/useLogic/useLogic.js +4 -4
- package/node/components/TreeLikeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/node/components/TreeLikeList/TreeLikeList.js +2 -13
- package/node/components/TreeLikeList/useLogic/useLogic.js +1 -1
- package/node/components/TreeLikeList/useLogic/utils/getChainsId/getChainsId.js +1 -1
- package/node/components/Typography/Typography.js +2 -14
- package/node/components/Typography/hooks/useTypographyColor/useTypographyColor.js +1 -2
- package/node/components/fileUploading/FileUploader/FIleList/FileList.js +1 -15
- package/node/components/fileUploading/FileUploader/FileUploader.js +1 -1
- package/node/components/fileUploading/FileUploader/faker.js +8 -14
- package/node/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/DropzoneWrapper.js +1 -15
- package/node/components/fileUploading/FileUploaderDropzone/FileUploaderDropzone.js +1 -15
- package/node/components/fileUploading/FileUploaderDropzone/HintPlaceholder/useLogic/useLogic.js +2 -14
- package/node/components/fileUploading/FileUploaderFile/Actions/Actions.js +2 -13
- package/node/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +8 -5
- package/node/components/fileUploading/FileUploaderFile/FileUploaderFile.js +2 -13
- package/node/components/fileUploading/FileUploaderFile/Progress/Progress.js +1 -1
- package/node/components/fileUploading/PreviewFileUploader/FileList/FileList.js +1 -15
- package/node/components/fileUploading/PreviewFileUploader/PreviewFileUploader.js +1 -1
- package/node/components/fileUploading/PreviewFileUploader/faker.js +8 -14
- package/node/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/HintPlaceholder.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/useLogic/useLogic.js +9 -18
- package/node/components/fileUploading/PreviewFileUploaderDropZone/PreviewFileUploaderDropZone.js +1 -15
- package/node/components/fileUploading/PreviewFileUploaderFile/FileError/FileError.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileError/useLogic/useLogic.js +2 -3
- package/node/components/fileUploading/PreviewFileUploaderFile/FileLoading/FileLoading.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileLoading/Progress/Progress.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileLoading/useLogic/useLogic.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/FilePreview.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/Preview/Preview.js +3 -3
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +3 -3
- package/node/components/fileUploading/hooks/useFileUploader/useFileUploader.js +29 -23
- package/node/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +27 -24
- package/node/components/fileUploading/hooks/useSelfFiles/useSelfFiles.js +22 -4
- package/node/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +5 -13
- package/node/components/fileUploading/hooks/useUploadFiles/useUploadFiles.js +2 -2
- package/node/components/fileUploading/restrictions/restrictFileMaxSize/restrictFileMaxSize.js +1 -1
- package/node/components/fileUploading/utils/rulePipe/rulePipe.js +1 -2
- package/node/components/hooks/useAsyncOptions/useAsyncOptions.js +3 -4
- package/node/components/hooks/useCheckControlled/useCheckControlled.js +1 -1
- package/node/components/hooks/useClickAwayEffect/useClickAwayEffect.js +1 -1
- package/node/components/hooks/useEscapeClickEffect/useEscapeClickEffect.js +1 -1
- package/node/components/hooks/useFeatureFlags/useFeatureFlags.js +1 -1
- package/node/components/hooks/useFocusAwayEffect/useFocusAwayEffect.js +1 -1
- package/node/components/hooks/useId/useId.js +1 -1
- package/node/components/hooks/useInputPopover/useInputPopover.js +1 -1
- package/node/components/hooks/useToggle/useToggle.js +2 -2
- package/node/components/index.d.ts +1 -1
- package/node/components/index.js +3 -2
- package/node/components/personalDataSecurity/PersonalData/PersonalData.js +4 -1
- package/node/components/placeholders/Placeholder/Placeholder.js +1 -2
- package/node/components/services/SecondsCountdown/SecondsCountdown.js +3 -6
- package/node/components/theme/baseTheme/baseTheme.js +5 -2
- package/node/components/theme/baseTheme/utils/createSnapshotTheme.js +5 -2
- package/node/components/theme/baseTheme/utils/writeSnapshot.js +3 -12
- package/node/components/theme/components/MuiButton.js +3 -3
- package/node/components/theme/palette/palette.js +86 -10
- package/node/components/transitions/Slide/Slide.js +1 -1
- package/node/components/utils/array/deepMap/deepMap.js +5 -2
- package/node/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.js +19 -8
- package/node/components/utils/date/format/formatDate/formatDate.js +1 -1
- package/node/hook-form/EditableText/EditableText.js +3 -14
- package/node/hook-form/EditableText/EditingForm/EditingForm.js +3 -3
- package/node/hook-form/EditableText/EditingForm/useLogic/useLogic.js +3 -3
- package/node/hook-form/Form/Form.js +3 -15
- package/node/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.js +7 -15
- package/node/hook-form/FormAddressAutocomplete/faker.js +7 -13
- package/node/hook-form/FormAsyncAutocomplete/FormAsyncAutocomplete.js +6 -3
- package/node/hook-form/FormAsyncAutocomplete/faker.js +9 -15
- package/node/hook-form/FormAutocomplete/FormAutocomplete.js +7 -5
- package/node/hook-form/FormCheckboxField/FormCheckboxField.js +6 -15
- package/node/hook-form/FormCodeField/FormCodeField.js +3 -14
- package/node/hook-form/FormDatePicker/FormDatePicker.js +8 -17
- package/node/hook-form/FormDateRangePicker/FormDateRangePicker.js +6 -15
- package/node/hook-form/FormEmailField/FormEmailField.js +5 -2
- package/node/hook-form/FormEmailOrPhoneField/FormEmailOrPhoneField.js +6 -3
- package/node/hook-form/FormFileUploader/FormFileUploader.js +2 -13
- package/node/hook-form/FormFileUploader/faker.js +8 -14
- package/node/hook-form/FormMaskField/FormMaskField.js +5 -2
- package/node/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +9 -15
- package/node/hook-form/FormNumberField/FormNumberField.js +1 -1
- package/node/hook-form/FormPasswordField/FormPasswordField.js +1 -1
- package/node/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +2 -13
- package/node/hook-form/FormPreviewFileUploader/faker.js +8 -14
- package/node/hook-form/FormRadioGroup/FormRadioGroup.d.ts +1 -4
- package/node/hook-form/FormRadioGroup/FormRadioGroup.js +10 -17
- package/node/hook-form/FormSelect/FormSelect.js +6 -3
- package/node/hook-form/FormSubmitButton/FormSubmitButton.js +2 -14
- package/node/hook-form/FormTextArea/FormTextArea.js +5 -2
- package/node/hook-form/FormTextField/FormTextField.js +5 -2
- package/node/hook-form/FormToggleButtonGroup/FormToggleButtonGroup.js +7 -15
- package/node/hook-form/FormTreeAsyncAutocomplete/FormTreeAsyncAutocomplete.js +5 -13
- package/node/hook-form/FormTreeAutocomplete/FormTreeAutocomplete.js +5 -13
- package/node/hook-form/FormTreeLikeAutocomplete/FormTreeLikeAutocomplete.js +5 -13
- package/node/hook-form/FormWizard/FormWizard.js +7 -4
- package/node/hook-form/FormWizard/useLogic/useLogic.js +1 -1
- package/node/hook-form/formLayouts/FormPageFooterContainer/useLogic/useLogic.js +1 -1
- package/node/hook-form/formLayouts/FormPageLayout/FormPageFooter/SecondaryActions/SecondaryActions.js +4 -18
- package/node/hook-form/formLayouts/FormPageLayout/FormPageLayout.js +4 -15
- package/node/hook-form/formLayouts/FormPageLayoutBase/FormMobileActions/FormMobileActions.js +4 -18
- package/node/hook-form/formLayouts/FormPageLayoutBase/FormPageLayoutBase.js +1 -1
- package/node/hook-form/formLayouts/FormPageLayoutBase/useLogic/useLogic.js +14 -20
- package/node/hook-form/formLayouts/FormWizardPageLayout/FormWizardPageLayout.js +1 -1
- package/node/hook-form/hooks/useForm/useForm.js +8 -16
- package/node/hook-form/hooks/useFormFieldErrorProps/useFormFieldErrorProps.js +1 -1
- package/node/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +10 -2
- package/node/hook-form/hooks/useFormInputProps/useFormInputProps.js +1 -12
- package/node/hook-form/hooks/useFormWizard/useFormWizard.js +9 -24
- package/node/hook-form/react-hook-form-resolver/resolver/resolver.js +4 -14
- package/node/hook-form/react-hook-form-resolver/utils/validateFieldsNatively/validateFieldsNatively.js +2 -2
- package/node/icons/FillMd/AutosaveErrorFillMd.js +1 -15
- package/node/icons/FillMd/AutosaveFillMd.js +1 -15
- package/node/icons/FillMd/AutosaveLoaderFillMd.js +1 -15
- package/node/icons/FillMd/BellFillMd.js +1 -15
- package/node/icons/FillMd/BookmarkFillMd.js +1 -15
- package/node/icons/FillMd/CalculatorFillMd.js +1 -15
- package/node/icons/FillMd/CircleErrorFillMd.js +1 -15
- package/node/icons/FillMd/ClockFillMd.js +1 -15
- package/node/icons/FillMd/CompanyPicFillMd.js +1 -15
- package/node/icons/FillMd/CopyMailFillMd.js +1 -15
- package/node/icons/FillMd/DislikeFillMd.js +1 -15
- package/node/icons/FillMd/DocSuccessFillMd.js +1 -15
- package/node/icons/FillMd/EditFillMd.js +1 -15
- package/node/icons/FillMd/EducationFillMd.js +1 -15
- package/node/icons/FillMd/ErrorFillMd.js +1 -15
- package/node/icons/FillMd/EyeFillMd.js +1 -15
- package/node/icons/FillMd/FilterFillMd.js +1 -15
- package/node/icons/FillMd/InfoFillMd.js +1 -15
- package/node/icons/FillMd/KeyFillMd.js +1 -15
- package/node/icons/FillMd/LikeFillMd.js +1 -15
- package/node/icons/FillMd/PhotoFillMd.js +1 -15
- package/node/icons/FillMd/PluginFillMd.js +1 -15
- package/node/icons/FillMd/PlusFillMd.js +1 -15
- package/node/icons/FillMd/ProductsFillMd.js +1 -15
- package/node/icons/FillMd/ProfileFillMd.js +1 -15
- package/node/icons/FillMd/QuestionFillMd.js +1 -15
- package/node/icons/FillMd/SaveFillMd.js +1 -15
- package/node/icons/FillMd/SendFillMd.js +1 -15
- package/node/icons/FillMd/SentFillMd.js +1 -15
- package/node/icons/FillMd/SettingsFillMd.js +1 -15
- package/node/icons/FillMd/StepDefaultFillMd.js +1 -15
- package/node/icons/FillMd/StepErrorFillMd.js +1 -15
- package/node/icons/FillMd/StepSuccessFillMd.js +1 -15
- package/node/icons/FillMd/SuccessFillMd.js +1 -15
- package/node/icons/FillMd/SupportFillMd.js +1 -15
- package/node/icons/FillMd/WarningFillMd.js +1 -15
- package/node/icons/FillMd/WebFillMd.js +1 -15
- package/node/icons/FillSm/ArrowDFillSm.js +1 -15
- package/node/icons/FillSm/ArrowUpFillSm.js +1 -15
- package/node/icons/FillSm/CircleErrorFillSm.js +1 -15
- package/node/icons/FillSm/ClockFillSm.js +1 -15
- package/node/icons/FillSm/DislikeFillSm.js +1 -15
- package/node/icons/FillSm/ErrorFillSm.js +1 -15
- package/node/icons/FillSm/InfoFillSm.js +1 -15
- package/node/icons/FillSm/LikeFillSm.js +1 -15
- package/node/icons/FillSm/LocationFillSm.js +1 -15
- package/node/icons/FillSm/MailFillSm.js +1 -15
- package/node/icons/FillSm/PauseFillSm.js +1 -15
- package/node/icons/FillSm/PhoneFillSm.js +1 -15
- package/node/icons/FillSm/PitFillSm.js +1 -15
- package/node/icons/FillSm/PlayFillSm.js +1 -15
- package/node/icons/FillSm/RectangleFillSm.js +1 -15
- package/node/icons/FillSm/RoundFillSm.js +1 -15
- package/node/icons/FillSm/SentFillSm.js +1 -15
- package/node/icons/FillSm/SortDownFillSm.js +1 -15
- package/node/icons/FillSm/SortFillSm.js +1 -15
- package/node/icons/FillSm/SortUpFillSm.js +1 -15
- package/node/icons/FillSm/StarFillSm.js +1 -15
- package/node/icons/FillSm/SuccessFillSm.js +1 -15
- package/node/icons/FillSm/UpToDateFillSm.js +1 -15
- package/node/icons/FillSm/WarningFillSm.js +1 -15
- package/node/icons/LogoFillMd/FacebookFillMd.js +1 -15
- package/node/icons/LogoFillMd/GoogleFillMd.js +1 -15
- package/node/icons/LogoFillMd/OkFillMd.js +1 -15
- package/node/icons/LogoFillMd/TelegramFillMd.js +1 -15
- package/node/icons/LogoFillMd/VkFillMd.js +1 -15
- package/node/icons/LogoFillMd/YoutubeFillMd.js +1 -15
- package/node/icons/OutlineMd/AIBotOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AIOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddArrayOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddDocumentOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddUserOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddWorkplaceOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AllCheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AnalyticOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArchiveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrayPatternOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowDwnOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowLOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowROutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowUpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AttachmentOutlineMd.js +1 -1
- package/node/icons/OutlineMd/AutosaveErrorOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AutosaveLoaderOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AutosaveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BankOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BasketOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BellOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BinOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BlockMessageOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BlockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BookOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BoxOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BoxesOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CalendarOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CancelRouteOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CartOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CaseOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CashReceiptOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CassOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CertAddOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CertGivenOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CertOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CheckListOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronDOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronLOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronROutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronUpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ClockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ClockwiseOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CompanyAddOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CompanyOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ContractorsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CopyOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CreditCardOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CrossOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DelegateOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DialogOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DislikeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DivisionsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocIncomingOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocNoSignatureOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocPatternOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocRejectOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocSignedOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocsArrayOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocumentOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocumentsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DotsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DotsVOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DoubleNextOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DoublePreviousOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DownOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DownloadOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DownloadVOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DraftOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DragOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DuplicateOutlineMd.js +1 -15
- package/node/icons/OutlineMd/EditOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ExportOutlineMd.js +1 -15
- package/node/icons/OutlineMd/EyeCrossedOutlineMd.js +1 -1
- package/node/icons/OutlineMd/EyeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/Filter2OutlineMd.js +1 -15
- package/node/icons/OutlineMd/FilterOutlineMd.js +1 -15
- package/node/icons/OutlineMd/FolderClOutlineMd.js +1 -15
- package/node/icons/OutlineMd/FolderOpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/FullSizeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/GoToFolderOutlineMd.js +1 -1
- package/node/icons/OutlineMd/GroupOutlineMd.js +1 -15
- package/node/icons/OutlineMd/GroupsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/HistoryOutlineMd.js +1 -15
- package/node/icons/OutlineMd/HomeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/InArchiveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/InfoOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LightingOffOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LightingOnOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LikeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LinkOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ListDataOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LoaderOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LogisticOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MailOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MarkDocOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MedListOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MegaphoneOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MenuOffOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MenuOnOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MessageOutlineMd.js +1 -1
- package/node/icons/OutlineMd/MinimizeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MinusOutlineMd.js +1 -15
- package/node/icons/OutlineMd/NewsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/NextOutlineMd.js +1 -15
- package/node/icons/OutlineMd/NumberOutlineMd.js +1 -15
- package/node/icons/OutlineMd/OpenLinkOutlineMd.js +1 -15
- package/node/icons/OutlineMd/OutcomingDocumentOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PageDotOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PeopleOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PhoneOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PinOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PreviousOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PrintOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ProfileOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ProxyOutlineMd.js +1 -15
- package/node/icons/OutlineMd/QrOutlineMd.js +1 -15
- package/node/icons/OutlineMd/QuestionOutlineMd.js +1 -15
- package/node/icons/OutlineMd/QuitOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ReestablishOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RefreshOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RequirementOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RetryOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RouteOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SaveCheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SaveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SearchOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SendOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SentMessageOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SettingsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ShareOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SortOutlineMd.js +1 -15
- package/node/icons/OutlineMd/Sorting2OutlineMd.js +1 -15
- package/node/icons/OutlineMd/SortingOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SortingVOutlineMd.js +1 -15
- package/node/icons/OutlineMd/StorageOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SupportOutlineMd.js +1 -15
- package/node/icons/OutlineMd/TagOutlineMd.js +1 -1
- package/node/icons/OutlineMd/TransferOutlineMd.js +1 -15
- package/node/icons/OutlineMd/TreeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnGroupOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnlinkOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnlockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnpinOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnreadOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UploadOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserArrowDownOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserArrowUpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserCheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserCrossOutlineMd.js +1 -15
- package/node/icons/OutlineSm/AddOutlineSm.js +1 -15
- package/node/icons/OutlineSm/AddSmOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowDwnOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowLOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowROutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowUpOutlineSm.js +1 -15
- package/node/icons/OutlineSm/BlockOutlineSm.js +1 -15
- package/node/icons/OutlineSm/CheckOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ClockOutlineSm.js +1 -15
- package/node/icons/OutlineSm/CopyOutlineSm.js +1 -1
- package/node/icons/OutlineSm/CrossOutlineSm.js +1 -15
- package/node/icons/OutlineSm/CrossSmOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DislikeOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DocumentOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DocumentsOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DotOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DoubleCheckOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DownloadVOutlineSm.js +1 -15
- package/node/icons/OutlineSm/EditOutlineSm.js +1 -15
- package/node/icons/OutlineSm/InfoOutlineSm.js +1 -15
- package/node/icons/OutlineSm/LikeOutlineSm.js +1 -15
- package/node/icons/OutlineSm/LoaderOutlineSm.js +1 -15
- package/node/icons/OutlineSm/MessageOutlineSm.js +1 -15
- package/node/icons/OutlineSm/OpenLinkOutlineSm.js +1 -15
- package/node/icons/OutlineSm/PageOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ProfileOutlineSm.js +1 -15
- package/node/icons/OutlineSm/RefreshOutlineSm.js +1 -15
- package/node/icons/OutlineSm/RequestOutlineSm.js +1 -15
- package/node/icons/OutlineSm/RouteOutlineSm.js +1 -15
- package/node/icons/OutlineSm/SearchOutlineSm.js +1 -15
- package/node/icons/OutlineSm/SortingOutlineSm.js +1 -15
- package/node/icons/OutlineSm/SuccessOutlineSm.js +1 -15
- package/node/icons/OutlineSm/TransferOutlineSm.js +1 -15
- package/package.json +1 -1
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const ListDataOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.25 6A.75.75 0 0 1 3 5.25h.01a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 6Zm5 0A.75.75 0 0 1 8 5.25h13a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 6Zm-5 6a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm5 0a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Zm-5 6a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm5 0a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const ListDataOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.25 6A.75.75 0 0 1 3 5.25h.01a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 6Zm5 0A.75.75 0 0 1 8 5.25h13a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 6Zm-5 6a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm5 0a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Zm-5 6a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm5 0a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Z" }) }));
|
|
20
6
|
exports.default = ListDataOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const LoaderOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.998 3.315a9.75 9.75 0 0 1 5.037-1.046l.326.026a9.75 9.75 0 0 1 4.542 1.636l.268.188a9.75 9.75 0 0 1 2.932 3.427l.145.293.029.071a.75.75 0 0 1-1.35.637l-.036-.068-.122-.248a8.25 8.25 0 0 0-2.481-2.9l-.227-.16a8.25 8.25 0 0 0-3.844-1.383l-.275-.022a8.25 8.25 0 0 0-7.328 3.586l-.151.231a8.25 8.25 0 0 0 6.691 12.662l.276.005.078.004a.75.75 0 0 1 0 1.492l-.078.004-.327-.006A9.75 9.75 0 0 1 4.195 6.78l.18-.273a9.75 9.75 0 0 1 3.623-3.192" }) })));
|
|
19
|
-
};
|
|
5
|
+
const LoaderOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.998 3.315a9.75 9.75 0 0 1 5.037-1.046l.326.026a9.75 9.75 0 0 1 4.542 1.636l.268.188a9.75 9.75 0 0 1 2.932 3.427l.145.293.029.071a.75.75 0 0 1-1.35.637l-.036-.068-.122-.248a8.25 8.25 0 0 0-2.481-2.9l-.227-.16a8.25 8.25 0 0 0-3.844-1.383l-.275-.022a8.25 8.25 0 0 0-7.328 3.586l-.151.231a8.25 8.25 0 0 0 6.691 12.662l.276.005.078.004a.75.75 0 0 1 0 1.492l-.078.004-.327-.006A9.75 9.75 0 0 1 4.195 6.78l.18-.273a9.75 9.75 0 0 1 3.623-3.192" }) }));
|
|
20
6
|
exports.default = LoaderOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const LockOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6.25 7a5.75 5.75 0 1 1 11.5 0v2.25H19A2.75 2.75 0 0 1 21.75 12v8A2.75 2.75 0 0 1 19 22.75H5A2.75 2.75 0 0 1 2.25 20v-8A2.75 2.75 0 0 1 5 9.25h1.25V7Zm1.5 2.25h8.5V7a4.25 4.25 0 0 0-8.5 0v2.25ZM5 10.75c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25v-8c0-.69-.56-1.25-1.25-1.25H5Zm7 2.5a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4a.75.75 0 0 1 .75-.75Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const LockOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M6.25 7a5.75 5.75 0 1 1 11.5 0v2.25H19A2.75 2.75 0 0 1 21.75 12v8A2.75 2.75 0 0 1 19 22.75H5A2.75 2.75 0 0 1 2.25 20v-8A2.75 2.75 0 0 1 5 9.25h1.25V7Zm1.5 2.25h8.5V7a4.25 4.25 0 0 0-8.5 0v2.25ZM5 10.75c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25v-8c0-.69-.56-1.25-1.25-1.25H5Zm7 2.5a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4a.75.75 0 0 1 .75-.75Z" }) }));
|
|
20
6
|
exports.default = LockOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const LogisticOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.89 2.293a1.75 1.75 0 0 1 2.392-.577L22.23 8.33a1.75 1.75 0 0 1 .615 2.365L16.59 21.653a1.751 1.751 0 0 1-2.419.635l-11.88-7.105-.064-.043a.75.75 0 0 1 .766-1.28l.068.036L14.94 21a.25.25 0 0 0 .346-.09l6.254-10.96a.25.25 0 0 0-.088-.337L19.03 8.148 17.976 9.99a1.75 1.75 0 0 1-2.423.63l-3.34-2.013a1.75 1.75 0 0 1-.617-2.367l1.097-1.92L10.507 3a.25.25 0 0 0-.342.081l-.664 1.074a.75.75 0 0 1-1.275-.79l.664-1.073Zm-3.214 7.964.077.004a.75.75 0 0 1 0 1.492l-.077.004h-4a.75.75 0 0 1 0-1.5h4Zm7.223-3.272a.25.25 0 0 0 .088.339l3.34 2.012a.25.25 0 0 0 .346-.09l1.07-1.874-3.765-2.276-1.08 1.889Zm-4.705-.728.077.004a.75.75 0 0 1 0 1.492l-.077.004h-5a.75.75 0 0 1 0-1.5h5Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const LogisticOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.89 2.293a1.75 1.75 0 0 1 2.392-.577L22.23 8.33a1.75 1.75 0 0 1 .615 2.365L16.59 21.653a1.751 1.751 0 0 1-2.419.635l-11.88-7.105-.064-.043a.75.75 0 0 1 .766-1.28l.068.036L14.94 21a.25.25 0 0 0 .346-.09l6.254-10.96a.25.25 0 0 0-.088-.337L19.03 8.148 17.976 9.99a1.75 1.75 0 0 1-2.423.63l-3.34-2.013a1.75 1.75 0 0 1-.617-2.367l1.097-1.92L10.507 3a.25.25 0 0 0-.342.081l-.664 1.074a.75.75 0 0 1-1.275-.79l.664-1.073Zm-3.214 7.964.077.004a.75.75 0 0 1 0 1.492l-.077.004h-4a.75.75 0 0 1 0-1.5h4Zm7.223-3.272a.25.25 0 0 0 .088.339l3.34 2.012a.25.25 0 0 0 .346-.09l1.07-1.874-3.765-2.276-1.08 1.889Zm-4.705-.728.077.004a.75.75 0 0 1 0 1.492l-.077.004h-5a.75.75 0 0 1 0-1.5h5Z" }) }));
|
|
20
6
|
exports.default = LogisticOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MailOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M1.25 6A2.75 2.75 0 0 1 4 3.25h16A2.75 2.75 0 0 1 22.75 6v12A2.75 2.75 0 0 1 20 20.75H4A2.75 2.75 0 0 1 1.25 18V6Zm1.922-.936L12 11.568l8.828-6.504A1.245 1.245 0 0 0 20 4.75H4c-.318 0-.607.118-.828.314ZM21.25 6.616l-8.805 6.488a.75.75 0 0 1-.89 0L2.75 6.616V18c0 .69.56 1.25 1.25 1.25h16c.69 0 1.25-.56 1.25-1.25V6.616Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MailOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M1.25 6A2.75 2.75 0 0 1 4 3.25h16A2.75 2.75 0 0 1 22.75 6v12A2.75 2.75 0 0 1 20 20.75H4A2.75 2.75 0 0 1 1.25 18V6Zm1.922-.936L12 11.568l8.828-6.504A1.245 1.245 0 0 0 20 4.75H4c-.318 0-.607.118-.828.314ZM21.25 6.616l-8.805 6.488a.75.75 0 0 1-.89 0L2.75 6.616V18c0 .69.56 1.25 1.25 1.25h16c.69 0 1.25-.56 1.25-1.25V6.616Z" }) }));
|
|
20
6
|
exports.default = MailOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MarkDocOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M1.752 20V4a2.75 2.75 0 0 1 2.75-2.75h8c.199 0 .39.08.53.22l6 6a.75.75 0 0 1-.53 1.28h-6a.75.75 0 0 1-.75-.75V2.75h-7.25c-.69 0-1.25.56-1.25 1.25v16c0 .69.56 1.25 1.25 1.25h3a.75.75 0 0 1 0 1.5h-3A2.75 2.75 0 0 1 1.752 20zm9.03 1v-1.5a.75.75 0 0 1 1.5 0V21c0 .138.111.25.25.25h1.488a.75.75 0 0 1 0 1.5H12.53a1.75 1.75 0 0 1-1.75-1.75zm10.695-2.25a.75.75 0 0 1 .757.743l.014 1.49a1.75 1.75 0 0 1-1.75 1.767h-1.502a.75.75 0 0 1 0-1.5h1.502a.25.25 0 0 0 .25-.252l-.014-1.491a.75.75 0 0 1 .743-.757zm-2.972-4.5a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 .75-.75h4zm-3.25 4h2.5v-2.5h-2.5v2.5zm-1.236-7a.75.75 0 0 1 0 1.5h-1.502a.25.25 0 0 0-.25.252l.014 1.491a.75.75 0 0 1-1.5.014l-.014-1.49a1.75 1.75 0 0 1 1.75-1.767h1.503zm6.715 3.25V13a.25.25 0 0 0-.25-.25h-1.488a.75.75 0 0 1 0-1.5h1.488c.967 0 1.75.784 1.75 1.75v1.5a.75.75 0 1 1-1.5 0zm-7.482-7.25h3.44l-3.44-3.44v3.44z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MarkDocOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M1.752 20V4a2.75 2.75 0 0 1 2.75-2.75h8c.199 0 .39.08.53.22l6 6a.75.75 0 0 1-.53 1.28h-6a.75.75 0 0 1-.75-.75V2.75h-7.25c-.69 0-1.25.56-1.25 1.25v16c0 .69.56 1.25 1.25 1.25h3a.75.75 0 0 1 0 1.5h-3A2.75 2.75 0 0 1 1.752 20zm9.03 1v-1.5a.75.75 0 0 1 1.5 0V21c0 .138.111.25.25.25h1.488a.75.75 0 0 1 0 1.5H12.53a1.75 1.75 0 0 1-1.75-1.75zm10.695-2.25a.75.75 0 0 1 .757.743l.014 1.49a1.75 1.75 0 0 1-1.75 1.767h-1.502a.75.75 0 0 1 0-1.5h1.502a.25.25 0 0 0 .25-.252l-.014-1.491a.75.75 0 0 1 .743-.757zm-2.972-4.5a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 .75-.75h4zm-3.25 4h2.5v-2.5h-2.5v2.5zm-1.236-7a.75.75 0 0 1 0 1.5h-1.502a.25.25 0 0 0-.25.252l.014 1.491a.75.75 0 0 1-1.5.014l-.014-1.49a1.75 1.75 0 0 1 1.75-1.767h1.503zm6.715 3.25V13a.25.25 0 0 0-.25-.25h-1.488a.75.75 0 0 1 0-1.5h1.488c.967 0 1.75.784 1.75 1.75v1.5a.75.75 0 1 1-1.5 0zm-7.482-7.25h3.44l-3.44-3.44v3.44z" }) }));
|
|
20
6
|
exports.default = MarkDocOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MedListOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.25 6c0-.69-.56-1.25-1.25-1.25h-1.25v2h-9.5v-2H6c-.69 0-1.25.56-1.25 1.25v14c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25V6zM16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5h8zm0-6a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5h8zm-6-7.5c-.69 0-1.25.56-1.25 1.25v1.25h6.5V4c0-.69-.56-1.25-1.25-1.25h-4zM20.75 20A2.75 2.75 0 0 1 18 22.75H6A2.75 2.75 0 0 1 3.25 20V6A2.75 2.75 0 0 1 6 3.25h1.356a2.749 2.749 0 0 1 2.644-2h4c1.258 0 2.317.846 2.644 2H18A2.75 2.75 0 0 1 20.75 6v14z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MedListOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M19.25 6c0-.69-.56-1.25-1.25-1.25h-1.25v2h-9.5v-2H6c-.69 0-1.25.56-1.25 1.25v14c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25V6zM16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5h8zm0-6a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5h8zm-6-7.5c-.69 0-1.25.56-1.25 1.25v1.25h6.5V4c0-.69-.56-1.25-1.25-1.25h-4zM20.75 20A2.75 2.75 0 0 1 18 22.75H6A2.75 2.75 0 0 1 3.25 20V6A2.75 2.75 0 0 1 6 3.25h1.356a2.749 2.749 0 0 1 2.644-2h4c1.258 0 2.317.846 2.644 2H18A2.75 2.75 0 0 1 20.75 6v14z" }) }));
|
|
20
6
|
exports.default = MedListOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MegaphoneOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10.25 14.752c-.101-.003-.202-.008-.304-.008l-2.196.001V20c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-5.248Zm10-3.752c0-.98-.627-1.81-1.5-2.12v4.238A2.248 2.248 0 0 0 20.25 11Zm-3-5.105a10.749 10.749 0 0 1-7.28 2.85H7.75v4.5h2.195A10.75 10.75 0 0 1 17.25 16.1V5.895ZM21.75 11a3.751 3.751 0 0 1-3 3.675V19a.75.75 0 0 1-1.5 0v-.717l-.357-.405a9.248 9.248 0 0 0-5.143-2.955V20a1.75 1.75 0 0 1-1.571 1.741L10 21.75H8A1.75 1.75 0 0 1 6.25 20v-5.254l-1.248.002a2.75 2.75 0 0 1-2.752-2.75v-2a2.75 2.75 0 0 1 2.748-2.75l4.97-.004a9.251 9.251 0 0 0 6.919-3.118l.363-.411V3a.75.75 0 0 1 1.5 0v4.324c1.712.348 3 1.862 3 3.676Zm-18 .998c0 .69.56 1.25 1.251 1.25l1.249-.002v-4.5l-1.251.002c-.69 0-1.249.56-1.249 1.25v2Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MegaphoneOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M10.25 14.752c-.101-.003-.202-.008-.304-.008l-2.196.001V20c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-5.248Zm10-3.752c0-.98-.627-1.81-1.5-2.12v4.238A2.248 2.248 0 0 0 20.25 11Zm-3-5.105a10.749 10.749 0 0 1-7.28 2.85H7.75v4.5h2.195A10.75 10.75 0 0 1 17.25 16.1V5.895ZM21.75 11a3.751 3.751 0 0 1-3 3.675V19a.75.75 0 0 1-1.5 0v-.717l-.357-.405a9.248 9.248 0 0 0-5.143-2.955V20a1.75 1.75 0 0 1-1.571 1.741L10 21.75H8A1.75 1.75 0 0 1 6.25 20v-5.254l-1.248.002a2.75 2.75 0 0 1-2.752-2.75v-2a2.75 2.75 0 0 1 2.748-2.75l4.97-.004a9.251 9.251 0 0 0 6.919-3.118l.363-.411V3a.75.75 0 0 1 1.5 0v4.324c1.712.348 3 1.862 3 3.676Zm-18 .998c0 .69.56 1.25 1.251 1.25l1.249-.002v-4.5l-1.251.002c-.69 0-1.249.56-1.249 1.25v2Z" }) }));
|
|
20
6
|
exports.default = MegaphoneOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MenuOffOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.25 6A.75.75 0 0 1 3 5.25h11a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 6Zm19.28.47a.75.75 0 0 1 0 1.06L17.06 12l4.47 4.47a.75.75 0 1 1-1.06 1.06L14.94 12l5.53-5.53a.75.75 0 0 1 1.06 0ZM2.25 12a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm0 6a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MenuOffOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.25 6A.75.75 0 0 1 3 5.25h11a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 6Zm19.28.47a.75.75 0 0 1 0 1.06L17.06 12l4.47 4.47a.75.75 0 1 1-1.06 1.06L14.94 12l5.53-5.53a.75.75 0 0 1 1.06 0ZM2.25 12a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm0 6a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z" }) }));
|
|
20
6
|
exports.default = MenuOffOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MenuOnOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.25 6A.75.75 0 0 1 3 5.25h18a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 6Zm0 6a.75.75 0 0 1 .75-.75h18a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm0 6a.75.75 0 0 1 .75-.75h18a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MenuOnOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.25 6A.75.75 0 0 1 3 5.25h18a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 6Zm0 6a.75.75 0 0 1 .75-.75h18a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm0 6a.75.75 0 0 1 .75-.75h18a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z" }) }));
|
|
20
6
|
exports.default = MenuOnOutlineMd;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
5
|
-
const MessageOutlineMd = (props) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon,
|
|
5
|
+
const MessageOutlineMd = (props) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75a9.713 9.713 0 0 1-4.353-1.024l-4.483 1.006a.75.75 0 0 1-.896-.896l1.003-4.487A9.712 9.712 0 0 1 2.25 12ZM12 3.75a8.25 8.25 0 0 0-7.276 12.142.75.75 0 0 1 .07.518l-.804 3.6 3.595-.807a.75.75 0 0 1 .519.071A8.25 8.25 0 1 0 12 3.75ZM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Zm4 0a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75Zm4 0a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5H16a.75.75 0 0 1-.75-.75Z" }) }));
|
|
6
6
|
exports.default = MessageOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MinimizeOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21.526 1.418a.75.75 0 0 1 1.056 1.056l-.052.056-6.72 6.72H19l.077.004a.75.75 0 0 1 0 1.492L19 10.75h-5a.75.75 0 0 1-.75-.75V5a.75.75 0 0 1 1.5 0v3.19l6.72-6.72.056-.052ZM10.75 19a.75.75 0 1 1-1.5 0v-3.19l-6.72 6.72a.75.75 0 1 1-1.06-1.06l6.72-6.72H5a.75.75 0 0 1 0-1.5h5a.75.75 0 0 1 .75.75v5Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MinimizeOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M21.526 1.418a.75.75 0 0 1 1.056 1.056l-.052.056-6.72 6.72H19l.077.004a.75.75 0 0 1 0 1.492L19 10.75h-5a.75.75 0 0 1-.75-.75V5a.75.75 0 0 1 1.5 0v3.19l6.72-6.72.056-.052ZM10.75 19a.75.75 0 1 1-1.5 0v-3.19l-6.72 6.72a.75.75 0 1 1-1.06-1.06l6.72-6.72H5a.75.75 0 0 1 0-1.5h5a.75.75 0 0 1 .75.75v5Z" }) }));
|
|
20
6
|
exports.default = MinimizeOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const MinusOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const MinusOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" }) }));
|
|
20
6
|
exports.default = MinusOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const NewsOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21.25 2.75H7.75V20c0 .45-.11.875-.303 1.25H20c.69 0 1.25-.56 1.25-1.25V2.75ZM18 17.25a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h4Zm0-4a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5h7Zm0-8a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-7a.75.75 0 0 1-.75-.75V6a.75.75 0 0 1 .75-.75h7Zm-6.25 4h5.5v-2.5h-5.5v2.5Zm11 10.75A2.75 2.75 0 0 1 20 22.75H4A2.75 2.75 0 0 1 1.25 20V9c0-.966.784-1.75 1.75-1.75h3.25V2l.004-.077A.75.75 0 0 1 7 1.25h15l.077.004A.75.75 0 0 1 22.75 2v18Zm-20 0c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25V8.75H3a.25.25 0 0 0-.25.25v11Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const NewsOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M21.25 2.75H7.75V20c0 .45-.11.875-.303 1.25H20c.69 0 1.25-.56 1.25-1.25V2.75ZM18 17.25a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h4Zm0-4a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5h7Zm0-8a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-7a.75.75 0 0 1-.75-.75V6a.75.75 0 0 1 .75-.75h7Zm-6.25 4h5.5v-2.5h-5.5v2.5Zm11 10.75A2.75 2.75 0 0 1 20 22.75H4A2.75 2.75 0 0 1 1.25 20V9c0-.966.784-1.75 1.75-1.75h3.25V2l.004-.077A.75.75 0 0 1 7 1.25h15l.077.004A.75.75 0 0 1 22.75 2v18Zm-20 0c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25V8.75H3a.25.25 0 0 0-.25.25v11Z" }) }));
|
|
20
6
|
exports.default = NewsOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const NextOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06L13.94 12 8.47 6.53a.75.75 0 0 1 0-1.06Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const NextOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06L13.94 12 8.47 6.53a.75.75 0 0 1 0-1.06Z" }) }));
|
|
20
6
|
exports.default = NextOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const NumberOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.38 6.818V17h-1.233V8.11h-.06L9.601 9.762V8.51l2.546-1.69z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const NumberOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M13.38 6.818V17h-1.233V8.11h-.06L9.601 9.762V8.51l2.546-1.69z" }) }));
|
|
20
6
|
exports.default = NumberOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const OpenLinkOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.25 3a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-1.5 0V4.81l-8.72 8.72a.75.75 0 1 1-1.06-1.06l8.72-8.72H16a.75.75 0 0 1-.75-.75ZM5 6.75c-.69 0-1.25.56-1.25 1.25v11c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25v-6a.75.75 0 0 1 1.5 0v6A2.75 2.75 0 0 1 16 21.75H5A2.75 2.75 0 0 1 2.25 19V8A2.75 2.75 0 0 1 5 5.25h6a.75.75 0 0 1 0 1.5H5Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const OpenLinkOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M15.25 3a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-1.5 0V4.81l-8.72 8.72a.75.75 0 1 1-1.06-1.06l8.72-8.72H16a.75.75 0 0 1-.75-.75ZM5 6.75c-.69 0-1.25.56-1.25 1.25v11c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25v-6a.75.75 0 0 1 1.5 0v6A2.75 2.75 0 0 1 16 21.75H5A2.75 2.75 0 0 1 2.25 19V8A2.75 2.75 0 0 1 5 5.25h6a.75.75 0 0 1 0 1.5H5Z" }) }));
|
|
20
6
|
exports.default = OpenLinkOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const OutcomingDocumentOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.97 13.97a.75.75 0 0 1 1.004-.052l.056.052 3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l2.22-2.22H3a.75.75 0 0 1 0-1.5h8.19l-2.22-2.22-.052-.056a.75.75 0 0 1 .052-1.004ZM4.25 12V4A2.75 2.75 0 0 1 7 1.25h8c.199 0 .39.08.53.22l6 6c.14.14.22.331.22.53v12A2.75 2.75 0 0 1 19 22.75h-2a.75.75 0 0 1 0-1.5h2c.69 0 1.25-.56 1.25-1.25V8.75H15a.75.75 0 0 1-.75-.75V2.75H7c-.69 0-1.25.56-1.25 1.25v8a.75.75 0 0 1-1.5 0Zm11.5-4.75h3.44l-3.44-3.44v3.44Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const OutcomingDocumentOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.97 13.97a.75.75 0 0 1 1.004-.052l.056.052 3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l2.22-2.22H3a.75.75 0 0 1 0-1.5h8.19l-2.22-2.22-.052-.056a.75.75 0 0 1 .052-1.004ZM4.25 12V4A2.75 2.75 0 0 1 7 1.25h8c.199 0 .39.08.53.22l6 6c.14.14.22.331.22.53v12A2.75 2.75 0 0 1 19 22.75h-2a.75.75 0 0 1 0-1.5h2c.69 0 1.25-.56 1.25-1.25V8.75H15a.75.75 0 0 1-.75-.75V2.75H7c-.69 0-1.25.56-1.25 1.25v8a.75.75 0 0 1-1.5 0Zm11.5-4.75h3.44l-3.44-3.44v3.44Z" }) }));
|
|
20
6
|
exports.default = OutcomingDocumentOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const PageDotOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("circle", { cx: "12", cy: "12", r: "2" }) })));
|
|
19
|
-
};
|
|
5
|
+
const PageDotOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("circle", { cx: "12", cy: "12", r: "2" }) }));
|
|
20
6
|
exports.default = PageDotOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const PeopleOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9 3.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5ZM4.25 7a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm10-4a.75.75 0 0 1 .75-.75 4.75 4.75 0 1 1 0 9.5.75.75 0 0 1 0-1.5 3.25 3.25 0 0 0 0-6.5.75.75 0 0 1-.75-.75Zm-13 16A4.75 4.75 0 0 1 6 14.25h6A4.75 4.75 0 0 1 16.75 19v2a.75.75 0 0 1-1.5 0v-2A3.25 3.25 0 0 0 12 15.75H6A3.25 3.25 0 0 0 2.75 19v2a.75.75 0 0 1-1.5 0v-2Zm15.5-4a.75.75 0 0 1 .75-.75h.5A4.75 4.75 0 0 1 22.75 19v2a.75.75 0 0 1-1.5 0v-2A3.25 3.25 0 0 0 18 15.75h-.5a.75.75 0 0 1-.75-.75Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const PeopleOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M9 3.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5ZM4.25 7a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm10-4a.75.75 0 0 1 .75-.75 4.75 4.75 0 1 1 0 9.5.75.75 0 0 1 0-1.5 3.25 3.25 0 0 0 0-6.5.75.75 0 0 1-.75-.75Zm-13 16A4.75 4.75 0 0 1 6 14.25h6A4.75 4.75 0 0 1 16.75 19v2a.75.75 0 0 1-1.5 0v-2A3.25 3.25 0 0 0 12 15.75H6A3.25 3.25 0 0 0 2.75 19v2a.75.75 0 0 1-1.5 0v-2Zm15.5-4a.75.75 0 0 1 .75-.75h.5A4.75 4.75 0 0 1 22.75 19v2a.75.75 0 0 1-1.5 0v-2A3.25 3.25 0 0 0 18 15.75h-.5a.75.75 0 0 1-.75-.75Z" }) }));
|
|
20
6
|
exports.default = PeopleOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const PhoneOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.786 1.54a2.75 2.75 0 0 1 3.876.976l2.365 4.224a1.947 1.947 0 0 1-1.303 2.857l-.474.099a11.154 11.154 0 0 0 2.15 3.026 11.145 11.145 0 0 0 3.137 2.22.05.05 0 0 0 .013-.013.074.074 0 0 0 .01-.034l.046-.457a1.941 1.941 0 0 1 2.845-1.52l3.625 1.933a2.75 2.75 0 0 1 1.273 3.414l-1.124 2.92c-.402 1.047-1.436 1.808-2.635 1.695a16.67 16.67 0 0 1-5.13-1.353c-.34-.136-.679-.283-1.014-.44a19.617 19.617 0 0 1-5.526-3.91 19.599 19.599 0 0 1-3.885-5.54l-.005-.012-.005-.011a23.4 23.4 0 0 1-.306-.756.759.759 0 0 1-.06-.133l-.072-.218a20.033 20.033 0 0 1-.975-3.636c-.081-.5-.126-.944-.14-1.313-.013-.344 0-.671.058-.928a2.75 2.75 0 0 1 1.223-1.797L4.786 1.54Zm2.567 1.709a1.25 1.25 0 0 0-1.761-.444L3.559 4.099A1.25 1.25 0 0 0 3 4.924l-.004.019-.004.019c-.014.057-.034.228-.022.54.011.296.049.678.122 1.13.145.905.429 2.068.906 3.369l.004.01.046.138a.76.76 0 0 1 .034.078c.098.258.204.521.317.788a18.101 18.101 0 0 0 3.583 5.103 18.12 18.12 0 0 0 5.102 3.611c.311.147.626.283.942.409l.013.005.013.006a15.175 15.175 0 0 0 4.678 1.238c.448.042.902-.242 1.094-.74l1.124-2.92a1.25 1.25 0 0 0-.579-1.552l-3.624-1.934a.441.441 0 0 0-.647.346l-.046.458c-.1.996-1.146 1.73-2.153 1.256a12.645 12.645 0 0 1-3.563-2.52 12.634 12.634 0 0 1-2.504-3.572c-.4-.859.155-1.783 1.004-1.96l.582-.12a.447.447 0 0 0 .299-.657L7.353 3.25Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const PhoneOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M4.786 1.54a2.75 2.75 0 0 1 3.876.976l2.365 4.224a1.947 1.947 0 0 1-1.303 2.857l-.474.099a11.154 11.154 0 0 0 2.15 3.026 11.145 11.145 0 0 0 3.137 2.22.05.05 0 0 0 .013-.013.074.074 0 0 0 .01-.034l.046-.457a1.941 1.941 0 0 1 2.845-1.52l3.625 1.933a2.75 2.75 0 0 1 1.273 3.414l-1.124 2.92c-.402 1.047-1.436 1.808-2.635 1.695a16.67 16.67 0 0 1-5.13-1.353c-.34-.136-.679-.283-1.014-.44a19.617 19.617 0 0 1-5.526-3.91 19.599 19.599 0 0 1-3.885-5.54l-.005-.012-.005-.011a23.4 23.4 0 0 1-.306-.756.759.759 0 0 1-.06-.133l-.072-.218a20.033 20.033 0 0 1-.975-3.636c-.081-.5-.126-.944-.14-1.313-.013-.344 0-.671.058-.928a2.75 2.75 0 0 1 1.223-1.797L4.786 1.54Zm2.567 1.709a1.25 1.25 0 0 0-1.761-.444L3.559 4.099A1.25 1.25 0 0 0 3 4.924l-.004.019-.004.019c-.014.057-.034.228-.022.54.011.296.049.678.122 1.13.145.905.429 2.068.906 3.369l.004.01.046.138a.76.76 0 0 1 .034.078c.098.258.204.521.317.788a18.101 18.101 0 0 0 3.583 5.103 18.12 18.12 0 0 0 5.102 3.611c.311.147.626.283.942.409l.013.005.013.006a15.175 15.175 0 0 0 4.678 1.238c.448.042.902-.242 1.094-.74l1.124-2.92a1.25 1.25 0 0 0-.579-1.552l-3.624-1.934a.441.441 0 0 0-.647.346l-.046.458c-.1.996-1.146 1.73-2.153 1.256a12.645 12.645 0 0 1-3.563-2.52 12.634 12.634 0 0 1-2.504-3.572c-.4-.859.155-1.783 1.004-1.96l.582-.12a.447.447 0 0 0 .299-.657L7.353 3.25Z" }) }));
|
|
20
6
|
exports.default = PhoneOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const PinOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.246 21v-5.25H6.508c-1.084 0-1.654-1.284-.928-2.088l2.666-2.951V7.288l-2.663-2.95c-.726-.804-.155-2.088.928-2.088h10.982c1.016 0 1.58 1.13 1.047 1.934l-.121.156-2.673 2.948v3.423l2.673 2.95.12.155c.534.804-.03 1.934-1.046 1.934h-4.747V21a.75.75 0 0 1-1.5 0Zm-1.5-10.192c0 .27-.088.533-.249.749l-.074.088L7.07 14.25h9.858l-2.36-2.604a1.25 1.25 0 0 1-.323-.838V7.192c0-.31.115-.609.323-.838l2.36-2.604H7.073l2.35 2.604.074.09c.16.216.249.478.249.748v3.616Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const PinOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.246 21v-5.25H6.508c-1.084 0-1.654-1.284-.928-2.088l2.666-2.951V7.288l-2.663-2.95c-.726-.804-.155-2.088.928-2.088h10.982c1.016 0 1.58 1.13 1.047 1.934l-.121.156-2.673 2.948v3.423l2.673 2.95.12.155c.534.804-.03 1.934-1.046 1.934h-4.747V21a.75.75 0 0 1-1.5 0Zm-1.5-10.192c0 .27-.088.533-.249.749l-.074.088L7.07 14.25h9.858l-2.36-2.604a1.25 1.25 0 0 1-.323-.838V7.192c0-.31.115-.609.323-.838l2.36-2.604H7.073l2.35 2.604.074.09c.16.216.249.478.249.748v3.616Z" }) }));
|
|
20
6
|
exports.default = PinOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const PreviousOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.53 5.47a.75.75 0 0 1 0 1.06L10.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const PreviousOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M15.53 5.47a.75.75 0 0 1 0 1.06L10.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0Z" }) }));
|
|
20
6
|
exports.default = PreviousOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const PrintOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.25 2A.75.75 0 0 1 6 1.25h12a.75.75 0 0 1 .75.75v6.25H20A2.75 2.75 0 0 1 22.75 11v5A2.75 2.75 0 0 1 20 18.75h-1.25V22a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75v-3.25H4A2.75 2.75 0 0 1 1.25 16v-5A2.75 2.75 0 0 1 4 8.25h1.25V2Zm1.5 6.25h10.5v-5.5H6.75v5.5Zm-1.5 9V14a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 .75.75v3.25H20c.69 0 1.25-.56 1.25-1.25v-5c0-.69-.56-1.25-1.25-1.25H4c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h1.25Zm1.5-2.5v6.5h10.5v-6.5H6.75Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const PrintOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.25 2A.75.75 0 0 1 6 1.25h12a.75.75 0 0 1 .75.75v6.25H20A2.75 2.75 0 0 1 22.75 11v5A2.75 2.75 0 0 1 20 18.75h-1.25V22a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75v-3.25H4A2.75 2.75 0 0 1 1.25 16v-5A2.75 2.75 0 0 1 4 8.25h1.25V2Zm1.5 6.25h10.5v-5.5H6.75v5.5Zm-1.5 9V14a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 .75.75v3.25H20c.69 0 1.25-.56 1.25-1.25v-5c0-.69-.56-1.25-1.25-1.25H4c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h1.25Zm1.5-2.5v6.5h10.5v-6.5H6.75Z" }) }));
|
|
20
6
|
exports.default = PrintOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const ProfileOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 3.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5ZM7.25 7a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm-3 12A4.75 4.75 0 0 1 9 14.25h6A4.75 4.75 0 0 1 19.75 19v2a.75.75 0 0 1-1.5 0v-2A3.25 3.25 0 0 0 15 15.75H9A3.25 3.25 0 0 0 5.75 19v2a.75.75 0 0 1-1.5 0v-2Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const ProfileOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 3.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5ZM7.25 7a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm-3 12A4.75 4.75 0 0 1 9 14.25h6A4.75 4.75 0 0 1 19.75 19v2a.75.75 0 0 1-1.5 0v-2A3.25 3.25 0 0 0 15 15.75H9A3.25 3.25 0 0 0 5.75 19v2a.75.75 0 0 1-1.5 0v-2Z" }) }));
|
|
20
6
|
exports.default = ProfileOutlineMd;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
4
|
const SvgIcon_1 = require("../../components/SvgIcon");
|
|
16
|
-
const ProxyOutlineMd = (
|
|
17
|
-
var props = __rest(_a, []);
|
|
18
|
-
return ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, Object.assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.737 1.298a.75.75 0 0 1 .526 0l8 3A.75.75 0 0 1 20.75 5v7c0 3.325-2.128 6.014-4.144 7.81a20.397 20.397 0 0 1-2.843 2.11c-.397.244-.74.434-.998.565a5.723 5.723 0 0 1-.334.159c-.045.019-.095.039-.143.055h-.003c-.021.008-.143.051-.285.051s-.264-.043-.285-.05l-.003-.001a2.039 2.039 0 0 1-.143-.055 5.723 5.723 0 0 1-.335-.159c-.258-.131-.6-.321-.997-.565a20.397 20.397 0 0 1-2.843-2.11C5.378 18.014 3.25 15.325 3.25 12V5a.75.75 0 0 1 .487-.702l8-3ZM4.75 5.52V12c0 2.675 1.73 4.986 3.642 6.69.943.84 1.896 1.502 2.63 1.952a13.114 13.114 0 0 0 .978.549l.086-.043c.218-.111.525-.28.892-.506a18.89 18.89 0 0 0 2.63-1.952c1.912-1.704 3.642-4.015 3.642-6.69V5.52L12 2.8 4.75 5.52Zm12.257 2.927a.75.75 0 0 1 .046 1.06l-5.5 6a.75.75 0 0 1-1.083.023l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.946 2.946 4.971-5.423a.75.75 0 0 1 1.06-.046Z" }) })));
|
|
19
|
-
};
|
|
5
|
+
const ProxyOutlineMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.737 1.298a.75.75 0 0 1 .526 0l8 3A.75.75 0 0 1 20.75 5v7c0 3.325-2.128 6.014-4.144 7.81a20.397 20.397 0 0 1-2.843 2.11c-.397.244-.74.434-.998.565a5.723 5.723 0 0 1-.334.159c-.045.019-.095.039-.143.055h-.003c-.021.008-.143.051-.285.051s-.264-.043-.285-.05l-.003-.001a2.039 2.039 0 0 1-.143-.055 5.723 5.723 0 0 1-.335-.159c-.258-.131-.6-.321-.997-.565a20.397 20.397 0 0 1-2.843-2.11C5.378 18.014 3.25 15.325 3.25 12V5a.75.75 0 0 1 .487-.702l8-3ZM4.75 5.52V12c0 2.675 1.73 4.986 3.642 6.69.943.84 1.896 1.502 2.63 1.952a13.114 13.114 0 0 0 .978.549l.086-.043c.218-.111.525-.28.892-.506a18.89 18.89 0 0 0 2.63-1.952c1.912-1.704 3.642-4.015 3.642-6.69V5.52L12 2.8 4.75 5.52Zm12.257 2.927a.75.75 0 0 1 .046 1.06l-5.5 6a.75.75 0 0 1-1.083.023l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.946 2.946 4.971-5.423a.75.75 0 0 1 1.06-.046Z" }) }));
|
|
20
6
|
exports.default = ProxyOutlineMd;
|