@zohodesk/svg 1.0.0-beta.35
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 +145 -0
- package/build/Unusedfiles.json +1 -0
- package/es/Provider.js +140 -0
- package/es/index.js +9 -0
- package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/es/svg/EmptyAccounts.js +101 -0
- package/es/svg/EmptyActiveCalls.js +72 -0
- package/es/svg/EmptyActivity.js +72 -0
- package/es/svg/EmptyAgent.js +72 -0
- package/es/svg/EmptyAgentQueue.js +78 -0
- package/es/svg/EmptyApproval.js +78 -0
- package/es/svg/EmptyArchived.js +80 -0
- package/es/svg/EmptyAttach.js +72 -0
- package/es/svg/EmptyBlueprint.js +87 -0
- package/es/svg/EmptyBusinessHoliday.js +39 -0
- package/es/svg/EmptyBusinessHour.js +39 -0
- package/es/svg/EmptyCallHistory.js +74 -0
- package/es/svg/EmptyCollision.js +72 -0
- package/es/svg/EmptyColumn.js +78 -0
- package/es/svg/EmptyContact.js +72 -0
- package/es/svg/EmptyContract.js +68 -0
- package/es/svg/EmptyConversation.js +72 -0
- package/es/svg/EmptyCrm.js +72 -0
- package/es/svg/EmptyCrmNotes.js +83 -0
- package/es/svg/EmptyCrmPotential.js +86 -0
- package/es/svg/EmptyCustomDomain.js +39 -0
- package/es/svg/EmptyDashboard.js +78 -0
- package/es/svg/EmptyDepartment.js +72 -0
- package/es/svg/EmptyError.js +94 -0
- package/es/svg/EmptyFeed.js +75 -0
- package/es/svg/EmptyFollowers.js +73 -0
- package/es/svg/EmptyFrame.js +71 -0
- package/es/svg/EmptyFromAddress.js +39 -0
- package/es/svg/EmptyHappiness.js +72 -0
- package/es/svg/EmptyHistory.js +72 -0
- package/es/svg/EmptyImportHistory.js +39 -0
- package/es/svg/EmptyInconvenience.js +42 -0
- package/es/svg/EmptyInvoice.js +77 -0
- package/es/svg/EmptyNetwork.js +39 -0
- package/es/svg/EmptyNotification.js +72 -0
- package/es/svg/EmptyProducts.js +75 -0
- package/es/svg/EmptyRecycleBin.js +39 -0
- package/es/svg/EmptyReply.js +67 -0
- package/es/svg/EmptyReports.js +78 -0
- package/es/svg/EmptyRoles.js +39 -0
- package/es/svg/EmptySchedule.js +114 -0
- package/es/svg/EmptySearch.js +82 -0
- package/es/svg/EmptySkills.js +120 -0
- package/es/svg/EmptySla.js +67 -0
- package/es/svg/EmptySnippet.js +82 -0
- package/es/svg/EmptyStateVariables.module.css +39 -0
- package/es/svg/EmptyTag.js +75 -0
- package/es/svg/EmptyTask.js +88 -0
- package/es/svg/EmptyTeams.js +72 -0
- package/es/svg/EmptyTemplate.js +84 -0
- package/es/svg/EmptyTicket.js +75 -0
- package/es/svg/EmptyTimeEntry.js +78 -0
- package/es/svg/EmptyTimeline.js +72 -0
- package/es/svg/EmptyTopic.js +78 -0
- package/es/svg/EmptyUnauthorizedLogin.js +47 -0
- package/es/svg/EmptyWebhook.js +39 -0
- package/es/svg/EmptyWillBeRightBack.js +42 -0
- package/es/svg/ErrorInconvenience.js +113 -0
- package/es/svg/ErrorOopsSomethingMiss.js +114 -0
- package/es/svg/ErrorUnableToProcessRequest.js +114 -0
- package/es/svg/ErrorUnauthorizedLogin.js +113 -0
- package/es/svg/ErrorUrlNotFound.js +114 -0
- package/es/svg/ErrorWillBeRightBack.js +113 -0
- package/es/svg/Extractor.js +66 -0
- package/es/svg/FailureLog.js +39 -0
- package/es/svg/Import.js +82 -0
- package/es/svg/Loader.js +64 -0
- package/es/svg/NoRequestFound.js +42 -0
- package/es/svg/NotImpossible.js +79 -0
- package/es/svg/PageNotFound.js +43 -0
- package/es/svg/Predictor.js +73 -0
- package/es/svg/SVG.js +78 -0
- package/es/svg/SVG.module.css +26 -0
- package/es/svg/SvgLoader.js +28 -0
- package/es/svg/UnableToProcessRequest.js +43 -0
- package/es/svg/UnauthorizedLogin.js +43 -0
- package/es/svg/UrlNotFound.js +43 -0
- package/es/svg/WillBeRightBack.js +43 -0
- package/es/svg/ZiaAnamoly.js +67 -0
- package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +40 -0
- package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +42 -0
- package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +45 -0
- package/es/svg/deprecated/21_07_2021/InvalidUrl.js +717 -0
- package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/es/svg/docs/SVG__common.docs.js +49 -0
- package/es/svg/docs/SVG__default.docs.js +327 -0
- package/es/svg/docs/SVG__errorstate.docs.js +74 -0
- package/es/svg/docs/SVGdocstyle.module.css +8 -0
- package/es/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/es/svg/images/EmptyBusinessHour.svg +42 -0
- package/es/svg/images/EmptyContactInfo.svg +27 -0
- package/es/svg/images/EmptyCustomDomain.svg +85 -0
- package/es/svg/images/EmptyFilter.svg +62 -0
- package/es/svg/images/EmptyFromAddress.svg +41 -0
- package/es/svg/images/EmptyImportHistory.svg +43 -0
- package/es/svg/images/EmptyNetwork.svg +50 -0
- package/es/svg/images/EmptyRecycleBin.svg +58 -0
- package/es/svg/images/EmptyRoles.svg +30 -0
- package/es/svg/images/EmptySkills.svg +83 -0
- package/es/svg/images/EmptyWebhook.svg +44 -0
- package/es/svg/images/FailureLog.svg +46 -0
- package/es/svg/images/Inconvenience.svg +719 -0
- package/es/svg/images/NoRequestFound.svg +247 -0
- package/es/svg/images/PageNotFound.svg +405 -0
- package/es/svg/images/ReguestUrlNotFound.svg +267 -0
- package/es/svg/images/UnableToProcess.svg +752 -0
- package/es/svg/images/UnauthorizedLogin.svg +1047 -0
- package/es/svg/images/WillBack.svg +633 -0
- package/es/svg/utils.js +14 -0
- package/lib/Provider.js +213 -0
- package/lib/index.js +73 -0
- package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/lib/svg/EmptyAccounts.js +151 -0
- package/lib/svg/EmptyActiveCalls.js +122 -0
- package/lib/svg/EmptyActivity.js +122 -0
- package/lib/svg/EmptyAgent.js +122 -0
- package/lib/svg/EmptyAgentQueue.js +128 -0
- package/lib/svg/EmptyApproval.js +128 -0
- package/lib/svg/EmptyArchived.js +130 -0
- package/lib/svg/EmptyAttach.js +122 -0
- package/lib/svg/EmptyBlueprint.js +137 -0
- package/lib/svg/EmptyBusinessHoliday.js +90 -0
- package/lib/svg/EmptyBusinessHour.js +90 -0
- package/lib/svg/EmptyCallHistory.js +124 -0
- package/lib/svg/EmptyCollision.js +122 -0
- package/lib/svg/EmptyColumn.js +128 -0
- package/lib/svg/EmptyContact.js +122 -0
- package/lib/svg/EmptyContract.js +118 -0
- package/lib/svg/EmptyConversation.js +122 -0
- package/lib/svg/EmptyCrm.js +122 -0
- package/lib/svg/EmptyCrmNotes.js +133 -0
- package/lib/svg/EmptyCrmPotential.js +136 -0
- package/lib/svg/EmptyCustomDomain.js +90 -0
- package/lib/svg/EmptyDashboard.js +128 -0
- package/lib/svg/EmptyDepartment.js +122 -0
- package/lib/svg/EmptyError.js +144 -0
- package/lib/svg/EmptyFeed.js +125 -0
- package/lib/svg/EmptyFollowers.js +123 -0
- package/lib/svg/EmptyFrame.js +121 -0
- package/lib/svg/EmptyFromAddress.js +90 -0
- package/lib/svg/EmptyHappiness.js +122 -0
- package/lib/svg/EmptyHistory.js +122 -0
- package/lib/svg/EmptyImportHistory.js +90 -0
- package/lib/svg/EmptyInconvenience.js +91 -0
- package/lib/svg/EmptyInvoice.js +127 -0
- package/lib/svg/EmptyNetwork.js +90 -0
- package/lib/svg/EmptyNotification.js +122 -0
- package/lib/svg/EmptyProducts.js +125 -0
- package/lib/svg/EmptyRecycleBin.js +90 -0
- package/lib/svg/EmptyReply.js +117 -0
- package/lib/svg/EmptyReports.js +128 -0
- package/lib/svg/EmptyRoles.js +90 -0
- package/lib/svg/EmptySchedule.js +164 -0
- package/lib/svg/EmptySearch.js +132 -0
- package/lib/svg/EmptySkills.js +170 -0
- package/lib/svg/EmptySla.js +117 -0
- package/lib/svg/EmptySnippet.js +132 -0
- package/lib/svg/EmptyStateVariables.module.css +39 -0
- package/lib/svg/EmptyTag.js +125 -0
- package/lib/svg/EmptyTask.js +138 -0
- package/lib/svg/EmptyTeams.js +122 -0
- package/lib/svg/EmptyTemplate.js +134 -0
- package/lib/svg/EmptyTicket.js +125 -0
- package/lib/svg/EmptyTimeEntry.js +128 -0
- package/lib/svg/EmptyTimeline.js +122 -0
- package/lib/svg/EmptyTopic.js +128 -0
- package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
- package/lib/svg/EmptyWebhook.js +90 -0
- package/lib/svg/EmptyWillBeRightBack.js +92 -0
- package/lib/svg/ErrorInconvenience.js +163 -0
- package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
- package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
- package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
- package/lib/svg/ErrorUrlNotFound.js +164 -0
- package/lib/svg/ErrorWillBeRightBack.js +163 -0
- package/lib/svg/Extractor.js +116 -0
- package/lib/svg/FailureLog.js +90 -0
- package/lib/svg/Import.js +132 -0
- package/lib/svg/Loader.js +113 -0
- package/lib/svg/NoRequestFound.js +91 -0
- package/lib/svg/NotImpossible.js +129 -0
- package/lib/svg/PageNotFound.js +92 -0
- package/lib/svg/Predictor.js +123 -0
- package/lib/svg/SVG.js +128 -0
- package/lib/svg/SVG.module.css +26 -0
- package/lib/svg/SvgLoader.js +66 -0
- package/lib/svg/UnableToProcessRequest.js +92 -0
- package/lib/svg/UnauthorizedLogin.js +92 -0
- package/lib/svg/UrlNotFound.js +92 -0
- package/lib/svg/WillBeRightBack.js +92 -0
- package/lib/svg/ZiaAnamoly.js +117 -0
- package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +90 -0
- package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +92 -0
- package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +95 -0
- package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +765 -0
- package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/lib/svg/docs/SVG__common.docs.js +98 -0
- package/lib/svg/docs/SVG__default.docs.js +435 -0
- package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
- package/lib/svg/docs/SVGdocstyle.module.css +8 -0
- package/lib/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/lib/svg/images/EmptyBusinessHour.svg +42 -0
- package/lib/svg/images/EmptyContactInfo.svg +27 -0
- package/lib/svg/images/EmptyCustomDomain.svg +85 -0
- package/lib/svg/images/EmptyFilter.svg +62 -0
- package/lib/svg/images/EmptyFromAddress.svg +41 -0
- package/lib/svg/images/EmptyImportHistory.svg +43 -0
- package/lib/svg/images/EmptyNetwork.svg +50 -0
- package/lib/svg/images/EmptyRecycleBin.svg +58 -0
- package/lib/svg/images/EmptyRoles.svg +30 -0
- package/lib/svg/images/EmptySkills.svg +83 -0
- package/lib/svg/images/EmptyWebhook.svg +44 -0
- package/lib/svg/images/FailureLog.svg +46 -0
- package/lib/svg/images/Inconvenience.svg +719 -0
- package/lib/svg/images/NoRequestFound.svg +247 -0
- package/lib/svg/images/PageNotFound.svg +405 -0
- package/lib/svg/images/ReguestUrlNotFound.svg +267 -0
- package/lib/svg/images/UnableToProcess.svg +752 -0
- package/lib/svg/images/UnauthorizedLogin.svg +1047 -0
- package/lib/svg/images/WillBack.svg +633 -0
- package/lib/svg/utils.js +26 -0
- package/package.json +49 -0
- package/src/Provider.js +141 -0
- package/src/index.js +10 -0
- package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/src/svg/EmptyAccounts.js +121 -0
- package/src/svg/EmptyActiveCalls.js +85 -0
- package/src/svg/EmptyActivity.js +85 -0
- package/src/svg/EmptyAgent.js +85 -0
- package/src/svg/EmptyAgentQueue.js +94 -0
- package/src/svg/EmptyApproval.js +85 -0
- package/src/svg/EmptyArchived.js +94 -0
- package/src/svg/EmptyAttach.js +85 -0
- package/src/svg/EmptyBlueprint.js +106 -0
- package/src/svg/EmptyBusinessHoliday.js +34 -0
- package/src/svg/EmptyBusinessHour.js +34 -0
- package/src/svg/EmptyCallHistory.js +82 -0
- package/src/svg/EmptyCollision.js +85 -0
- package/src/svg/EmptyColumn.js +91 -0
- package/src/svg/EmptyContact.js +85 -0
- package/src/svg/EmptyContract.js +81 -0
- package/src/svg/EmptyConversation.js +85 -0
- package/src/svg/EmptyCrm.js +84 -0
- package/src/svg/EmptyCrmNotes.js +96 -0
- package/src/svg/EmptyCrmPotential.js +100 -0
- package/src/svg/EmptyCustomDomain.js +33 -0
- package/src/svg/EmptyDashboard.js +90 -0
- package/src/svg/EmptyDepartment.js +87 -0
- package/src/svg/EmptyError.js +42 -0
- package/src/svg/EmptyFeed.js +87 -0
- package/src/svg/EmptyFollowers.js +85 -0
- package/src/svg/EmptyFrame.js +83 -0
- package/src/svg/EmptyFromAddress.js +32 -0
- package/src/svg/EmptyHappiness.js +85 -0
- package/src/svg/EmptyHistory.js +84 -0
- package/src/svg/EmptyImportHistory.js +32 -0
- package/src/svg/EmptyInconvenience.js +37 -0
- package/src/svg/EmptyInvoice.js +90 -0
- package/src/svg/EmptyNetwork.js +32 -0
- package/src/svg/EmptyNotification.js +84 -0
- package/src/svg/EmptyProducts.js +88 -0
- package/src/svg/EmptyRecycleBin.js +32 -0
- package/src/svg/EmptyReply.js +81 -0
- package/src/svg/EmptyReports.js +90 -0
- package/src/svg/EmptyRoles.js +32 -0
- package/src/svg/EmptySchedule.js +131 -0
- package/src/svg/EmptySearch.js +95 -0
- package/src/svg/EmptySkills.js +116 -0
- package/src/svg/EmptySla.js +81 -0
- package/src/svg/EmptySnippet.js +96 -0
- package/src/svg/EmptyStateVariables.module.css +39 -0
- package/src/svg/EmptyTag.js +88 -0
- package/src/svg/EmptyTask.js +97 -0
- package/src/svg/EmptyTeams.js +85 -0
- package/src/svg/EmptyTemplate.js +88 -0
- package/src/svg/EmptyTicket.js +88 -0
- package/src/svg/EmptyTimeEntry.js +91 -0
- package/src/svg/EmptyTimeline.js +85 -0
- package/src/svg/EmptyTopic.js +92 -0
- package/src/svg/EmptyUnauthorizedLogin.js +44 -0
- package/src/svg/EmptyWebhook.js +32 -0
- package/src/svg/EmptyWillBeRightBack.js +44 -0
- package/src/svg/ErrorInconvenience.js +128 -0
- package/src/svg/ErrorOopsSomethingMiss.js +128 -0
- package/src/svg/ErrorUnableToProcessRequest.js +128 -0
- package/src/svg/ErrorUnauthorizedLogin.js +127 -0
- package/src/svg/ErrorUrlNotFound.js +128 -0
- package/src/svg/ErrorWillBeRightBack.js +127 -0
- package/src/svg/Extractor.js +76 -0
- package/src/svg/FailureLog.js +32 -0
- package/src/svg/Import.js +85 -0
- package/src/svg/Loader.js +73 -0
- package/src/svg/NoRequestFound.js +37 -0
- package/src/svg/NotImpossible.js +80 -0
- package/src/svg/PageNotFound.js +38 -0
- package/src/svg/Predictor.js +78 -0
- package/src/svg/SVG.js +107 -0
- package/src/svg/SVG.module.css +26 -0
- package/src/svg/SvgLoader.js +21 -0
- package/src/svg/UnableToProcessRequest.js +37 -0
- package/src/svg/UnauthorizedLogin.js +37 -0
- package/src/svg/UrlNotFound.js +37 -0
- package/src/svg/WillBeRightBack.js +37 -0
- package/src/svg/ZiaAnamoly.js +76 -0
- package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +39 -0
- package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +41 -0
- package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +48 -0
- package/src/svg/deprecated/21_07_2021/InvalidUrl.js +756 -0
- package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/src/svg/docs/SVG__common.docs.js +47 -0
- package/src/svg/docs/SVG__default.docs.js +233 -0
- package/src/svg/docs/SVG__errorstate.docs.js +75 -0
- package/src/svg/docs/SVGdocstyle.module.css +8 -0
- package/src/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/src/svg/images/EmptyBusinessHour.svg +42 -0
- package/src/svg/images/EmptyContactInfo.svg +27 -0
- package/src/svg/images/EmptyCustomDomain.svg +85 -0
- package/src/svg/images/EmptyFilter.svg +62 -0
- package/src/svg/images/EmptyFromAddress.svg +41 -0
- package/src/svg/images/EmptyImportHistory.svg +43 -0
- package/src/svg/images/EmptyNetwork.svg +50 -0
- package/src/svg/images/EmptyRecycleBin.svg +58 -0
- package/src/svg/images/EmptyRoles.svg +30 -0
- package/src/svg/images/EmptySkills.svg +83 -0
- package/src/svg/images/EmptyWebhook.svg +44 -0
- package/src/svg/images/FailureLog.svg +46 -0
- package/src/svg/images/Inconvenience.svg +719 -0
- package/src/svg/images/NoRequestFound.svg +247 -0
- package/src/svg/images/PageNotFound.svg +405 -0
- package/src/svg/images/ReguestUrlNotFound.svg +267 -0
- package/src/svg/images/UnableToProcess.svg +752 -0
- package/src/svg/images/UnauthorizedLogin.svg +1047 -0
- package/src/svg/images/WillBack.svg +633 -0
- package/src/svg/utils.js +15 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
var _WillBack = _interopRequireDefault(require("./images/WillBack.svg"));
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
|
|
20
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
21
|
+
|
|
22
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
23
|
+
|
|
24
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
25
|
+
|
|
26
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
27
|
+
|
|
28
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
29
|
+
|
|
30
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
31
|
+
|
|
32
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
33
|
+
|
|
34
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
35
|
+
|
|
36
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
|
+
|
|
38
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
39
|
+
|
|
40
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
41
|
+
|
|
42
|
+
var WillBeRightBack = /*#__PURE__*/function (_React$Component) {
|
|
43
|
+
_inherits(WillBeRightBack, _React$Component);
|
|
44
|
+
|
|
45
|
+
var _super = _createSuper(WillBeRightBack);
|
|
46
|
+
|
|
47
|
+
function WillBeRightBack() {
|
|
48
|
+
_classCallCheck(this, WillBeRightBack);
|
|
49
|
+
|
|
50
|
+
return _super.apply(this, arguments);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
_createClass(WillBeRightBack, [{
|
|
54
|
+
key: "render",
|
|
55
|
+
value: function render() {
|
|
56
|
+
var isFluid = this.props.isFluid;
|
|
57
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
58
|
+
viewBox: "0 0 889 490.6",
|
|
59
|
+
name: "WillBeRightBack"
|
|
60
|
+
}, this.props, {
|
|
61
|
+
isFluid: isFluid
|
|
62
|
+
}), /*#__PURE__*/_react["default"].createElement("image", {
|
|
63
|
+
xlinkHref: _WillBack["default"],
|
|
64
|
+
height: "100%",
|
|
65
|
+
width: "100%"
|
|
66
|
+
}));
|
|
67
|
+
}
|
|
68
|
+
}]);
|
|
69
|
+
|
|
70
|
+
return WillBeRightBack;
|
|
71
|
+
}(_react["default"].Component);
|
|
72
|
+
|
|
73
|
+
exports["default"] = WillBeRightBack;
|
|
74
|
+
WillBeRightBack.propTypes = {
|
|
75
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
76
|
+
className: _propTypes["default"].string,
|
|
77
|
+
dataId: _propTypes["default"].string,
|
|
78
|
+
isFluid: _propTypes["default"].bool,
|
|
79
|
+
isRender: _propTypes["default"].bool
|
|
80
|
+
};
|
|
81
|
+
WillBeRightBack.defaultProps = {
|
|
82
|
+
alignHorizontal: true,
|
|
83
|
+
isRender: true,
|
|
84
|
+
className: '',
|
|
85
|
+
dataId: 'willBeRightBack'
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
if (false) {
|
|
89
|
+
WillBeRightBack.docs = {
|
|
90
|
+
componentGroup: 'SVG'
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
+
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
25
|
+
|
|
26
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
27
|
+
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
|
|
30
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
|
+
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
|
+
|
|
34
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
39
|
+
|
|
40
|
+
var ZiaAnamoly = /*#__PURE__*/function (_React$Component) {
|
|
41
|
+
_inherits(ZiaAnamoly, _React$Component);
|
|
42
|
+
|
|
43
|
+
var _super = _createSuper(ZiaAnamoly);
|
|
44
|
+
|
|
45
|
+
function ZiaAnamoly() {
|
|
46
|
+
_classCallCheck(this, ZiaAnamoly);
|
|
47
|
+
|
|
48
|
+
return _super.apply(this, arguments);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
_createClass(ZiaAnamoly, [{
|
|
52
|
+
key: "render",
|
|
53
|
+
value: function render() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
55
|
+
viewBox: "0 0 200 200",
|
|
56
|
+
name: "ziaAnamoly"
|
|
57
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("style", null, ".ZIAAnomaly_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.ZIAAnomaly_svg__st2{fill:var(--zd_emptysvg_plus)}.ZIAAnomaly_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.ZIAAnomaly_svg__st4{fill:var(--zd_emptysvg_tiny_circle)}"), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
fill: "none",
|
|
59
|
+
d: "M10 22h180v160H10z"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
className: "ZIAAnomaly_svg__st1",
|
|
62
|
+
d: "M80.2 58.2s46.7-31.2 70.3-21.8 39.7 88.3-25.9 123.7c-65.6 35.4-95.4-41.6-95.7-55.2-.2-13.3 0-44.7 51.3-46.7z"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
64
|
+
className: "ZIAAnomaly_svg__st2",
|
|
65
|
+
d: "M14 119.3s-.1 0 0 0c-.3 0-.5-.3-.5-.5l.4-7.5c0-.3.2-.5.5-.5s.5.2.5.5l-.4 7.5c-.1.3-.3.5-.5.5z"
|
|
66
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
67
|
+
className: "ZIAAnomaly_svg__st2",
|
|
68
|
+
d: "M17.8 115.8l-7.4-.4c-.3 0-.5-.3-.5-.5 0-.3.3-.5.5-.5l7.3.4c.3 0 .5.3.5.5.1.3-.1.5-.4.5z"
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
className: "ZIAAnomaly_svg__st3",
|
|
71
|
+
d: "M171.2 22.8c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.2-4.7-4.7-4.7zm0 8.5c-2 0-3.7-1.7-3.7-3.8s1.7-3.8 3.7-3.8 3.7 1.7 3.7 3.8-1.7 3.8-3.7 3.8zM124.4 175.1c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4 3.4-1.5 3.4-3.4c0-1.8-1.5-3.4-3.4-3.4zm0 5.9c-1.3 0-2.4-1.1-2.4-2.5s1.1-2.5 2.4-2.5c1.3 0 2.4 1.1 2.4 2.5s-1.1 2.5-2.4 2.5z"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
73
|
+
className: "ZIAAnomaly_svg__st4",
|
|
74
|
+
d: "M60.9 22c-1.7 0-3 1.4-3 3s1.3 3 3 3 3-1.4 3-3-1.3-3-3-3zm0 5.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM189.8 131.8c-.2-.2-.5-.2-.7 0l-2.4 2.2-2.1-2.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l2.1 2.4-2.4 2.2c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l2.4-2.2 2.1 2.4c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-2.1-2.4 2.4-2.2c.2-.3.2-.7 0-.9z"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
className: "ZIAAnomaly_svg__st1",
|
|
77
|
+
d: "M115.8 67S78.5 42.1 59.6 49.6s-31.8 70.6 20.7 98.9c52.5 28.3 76.3-33.3 76.5-44.2.2-10.6 0-35.8-41-37.3z"
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
79
|
+
d: "M70.4 82.3c-4.5-5.7-8.7-33.5 5.4-24.4s29.1-2.4 39.7 2.6 10.6 17.7 6.4 26.3c-4.2 8.6-47.1 4-53.6-.8s-8.7-50.8 20.9-55c34-4.8 49.5 10.6 56.2 22.6 6.8 12 2.7 29.6-.5 25-3.2-4.6 1-17.8 1-17.8-9.7 7.6-7.7 26-1.5 30.3 6.2 4.3 15-1.4 15-1.4-10.7-5.8-5.7-19.3-5.7-19.3-2.3 16.9 8.7 17.1 8.7 17.1 8.6-19.5-7.7-27.3-7.7-27.3s-6.3-26.6-38.6-33.9C83.6 19 56.5 48.2 56.4 55.5s-2.5 24.6-3.9 20.9c-1.4-3.8 1.9-20.1 1.9-20.1s-12.6 7.1-1 27.9c11.7 20.8 26.9 15.9 27.2 15 .4-1-7.3-3.2-7.6-3.2-.4 0-3 4.6-3 4.6 24.5 20.7 80 3.3 69.1-.8-11.1-4.2-74.8-.2-74.8 9.6 0 9.9 3.2 20.8 3.2 20.8s-41.3 25.2-38.4 10.5 35.8-31.6 34.1-33.6c-1.7-2-2.5 1.2-2.5 1.2 7.3 70.7 51.7 66.1 51.7 66.1S97 161.9 90.7 141.5c-6.3-20.4-4.2-29.7-4.2-29.7s39.6 6.9 57-9.9c0 0-11.9 5.1-10.8 28.5 1.1 23.5 22.9 40.1 29.4 37.2 9.6-4.3 7.8-41.1-6.9-56.7-14.7-15.6-22 14.6-11.9 33.5 8.6 16.1 14.7 16.8 18 14.5 0 0 7-25.4-10.7-39.1 0 0-10.5 44.7-30.9 52",
|
|
80
|
+
fill: "none",
|
|
81
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
82
|
+
strokeLinecap: "round",
|
|
83
|
+
strokeLinejoin: "round",
|
|
84
|
+
strokeMiterlimit: 10
|
|
85
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
86
|
+
d: "M75.7 79.7S67.1 58.4 79 64.6c12 6.1 28-5.3 34.2 1.4 6.2 6.7 3.3 19.9-2.4 20.8-5.7.8-27.9 2.3-35.1-7.1zm44 44s-17.5 4.8-24.6-1.4c-7.1-6.2 9.5 16.5 15.1 18.4 5.7 1.9-5.2 18 1.4 22.2 6.8 4.3 18.6-14.6 8.1-39.2z",
|
|
87
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
88
|
+
}));
|
|
89
|
+
}
|
|
90
|
+
}]);
|
|
91
|
+
|
|
92
|
+
return ZiaAnamoly;
|
|
93
|
+
}(_react["default"].Component);
|
|
94
|
+
|
|
95
|
+
exports["default"] = ZiaAnamoly;
|
|
96
|
+
ZiaAnamoly.propTypes = {
|
|
97
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
98
|
+
className: _propTypes["default"].string,
|
|
99
|
+
dataId: _propTypes["default"].string,
|
|
100
|
+
isRender: _propTypes["default"].bool,
|
|
101
|
+
size: _propTypes["default"].oneOf(['small', 'large']),
|
|
102
|
+
palette: _propTypes["default"].oneOf(['default', 'dark'])
|
|
103
|
+
};
|
|
104
|
+
ZiaAnamoly.defaultProps = {
|
|
105
|
+
size: 'large',
|
|
106
|
+
alignHorizontal: true,
|
|
107
|
+
isRender: true,
|
|
108
|
+
className: '',
|
|
109
|
+
dataId: 'ziaAnamoly',
|
|
110
|
+
palette: 'default'
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
if (false) {
|
|
114
|
+
ZiaAnamoly.docs = {
|
|
115
|
+
componentGroup: 'SVG'
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
+
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
25
|
+
|
|
26
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
27
|
+
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
|
|
30
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
|
+
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
|
+
|
|
34
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
39
|
+
|
|
40
|
+
var EmptyPageNotFound = /*#__PURE__*/function (_React$Component) {
|
|
41
|
+
_inherits(EmptyPageNotFound, _React$Component);
|
|
42
|
+
|
|
43
|
+
var _super = _createSuper(EmptyPageNotFound);
|
|
44
|
+
|
|
45
|
+
function EmptyPageNotFound() {
|
|
46
|
+
_classCallCheck(this, EmptyPageNotFound);
|
|
47
|
+
|
|
48
|
+
return _super.apply(this, arguments);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
_createClass(EmptyPageNotFound, [{
|
|
52
|
+
key: "render",
|
|
53
|
+
value: function render() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
55
|
+
viewBox: "0 0 1326.83 1190.04",
|
|
56
|
+
name: "EmptyPageNotFound"
|
|
57
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
d: "M741.37 845.77a1.22 1.22 0 01-.46-.09c-301.74-122.77-415.29-104.4-456.12-82.53-16.8 9-27.33 21.86-30.45 37.18-12.22 60.07-211.64 31.1-220.12 29.84a1.2 1.2 0 11.36-2.38c2.05.3 205.63 29.91 217.4-27.94 3.26-16.05 14.22-29.47 31.67-38.82C324.83 739 439 720.33 741.31 843.25c79.58-40 197.42-100.12 209.38-108.67-5.18-1.7-28.07-4.54-57.61.32-37.53 6.19-89.76 25.27-125.43 81a1.2 1.2 0 01-1.37.5c-2.72-.85-272-84.24-321.73-84.24h-.35a1.2 1.2 0 01-.78-2.12c1.79-1.52 13.82-11.74 31.44-26-37.12-10.79-62.57-17.77-63.33-18a1.21 1.21 0 01-.43-2.11c66.79-53 159.59-74.65 211.32-84.74 14.68-7.52 26.73-11.65 34.22-10.52 5.1.78 6.65 1.47 6.68 2.94 0 2.21-3 2.92-23.81 6.8-4.84.9-10.36 1.92-16.46 3.11-41.16 21.35-104 70-143 101.49 75.26 22 194.19 58.4 256.09 86.58C745.22 781.83 856 689.85 952.7 712c.73-.08 3.85-.54 5.11-2.72 1-1.69.67-4.15-.91-7.3-5.11-10.22-117.6-92.81-287.18-111.06a1.21 1.21 0 01-1.08-1.21c0-.94 1.5-95.51 65.84-172.56a1.19 1.19 0 011.6-.22 1.21 1.21 0 01.38 1.57c-.16.28-15.08 27.83-6.39 42.79 3.63 6.25 11 9.5 21.93 9.68l17.91-2.25a1.2 1.2 0 011.14.5 1.24 1.24 0 01.08 1.25c-.06.11-4.58 9.09-4 18.21 20.63-16.92 38.58-28.45 52.82-36.24C853.58 434 873.81 432 874.66 432a1.07 1.07 0 01.47.05c78.74 25.49 148.81 58.76 200.76 86.73 18.73-51.53 54-100.87 126.28-114.7 18.88-3.21 49.08-1.77 78.4 0a1.21 1.21 0 011.13 1.27 1.18 1.18 0 01-1.28 1.13c-29.17-1.74-59.22-3.18-77.82 0-71.27 13.64-106.06 62.48-124.55 113.49 55.94 30.25 90.31 54 91 54.47a1.2 1.2 0 01-.57 2.18c-45.77 4.73-82.18 16.35-110.55 30-.44 2.74-.88 5.47-1.31 8.17-1 6.13-1.93 12.1-2.89 17.83 24.88-6.82 53.84-11.51 77.83-15.41 23.64-3.84 44-7.15 46.72-10.49 2.47-3.08 3.55-6 3.21-8.77a8.7 8.7 0 00-2.3-4.78l-.79-.72a1.21 1.21 0 011.54-1.85 9.5 9.5 0 011 .89l27 25.05a1.18 1.18 0 01.36 1.12 1.2 1.2 0 01-.77.89l-163.1 58.06c-4.16 13.31-9.31 22.08-16.62 24.16-6.1 1.75-10.74 1.27-13.8-1.41-4.8-4.21-3.68-12.18-3.63-12.51a1.2 1.2 0 01.79-1l31.29-11.14c3.19-10.57 5.8-24 8.33-38.8-17.49 5-32.55 11.15-41.76 18.85-23.4 19.57-18.32 25.74-11.28 34.28 3.56 4.32 7.59 9.22 8.16 16.45 1.68 21.42-38 29.61-39.73 29.95a1.21 1.21 0 01-1.39-.85 1.2 1.2 0 01.72-1.45c11-4.25 11.53-22.19 11.56-24.33C947.1 631 688.31 575.59 685.7 575a1.21 1.21 0 01-.69-1.93c29-36.18 56.13-62.92 79.83-82.62-1-7.79 1.72-15.58 3.23-19.16l-15.94 2c-12-.18-20.06-3.84-24.14-10.87-6.17-10.63-1.74-26.33 2.19-36.15-54.23 70.32-58.75 152-59.1 162.29 169.88 18.59 282.81 101.92 288 112.26 2 3.93 2.24 7.16.82 9.6-2.08 3.59-7 3.91-7.19 3.92a.79.79 0 01-.34 0C853 691.49 738.25 790.9 737.11 791.9a1.2 1.2 0 01-1.3.19c-62-28.37-182.69-65.29-258.07-87.25-14.7 11.9-25.69 21.09-30.34 25 55.29 2.71 299.21 77.95 318.72 84 60.18-93.08 167.48-86.75 184.77-81.69 1.42.42 2.93 1 2.93 2.24s0 3.27-106.28 57.68c-52.21 26.73-105.1 53.31-105.63 53.58a1.29 1.29 0 01-.54.12zm210.21-111.93zM688.11 573.1c11.32 2.48 71 15.94 133.08 37.2 92.32 31.65 145.52 64.56 158.13 97.83a1.14 1.14 0 01.07.41c0 .73 0 15-7.31 22.86 11.09-3.23 32.47-11.35 31.34-25.75-.51-6.48-4.12-10.86-7.62-15.11-3.64-4.42-7.08-8.59-6.31-14.49.82-6.27 6.51-13.64 17.9-23.17 9.67-8.08 25.49-14.45 43.75-19.61 1-6.12 2-12.46 3.07-18.93.35-2.15.69-4.32 1-6.5-58.63 29-81.9 66.29-82.24 66.84a1.2 1.2 0 01-2.13-.15c-.08-.19-8.12-18.86-19.24-18.86a17.44 17.44 0 01-12.76-5.85c-5.43-5.73-8.51-14.94-8-24.05l.14-2.65c.73-12.86 1.26-22.15-9.76-24.74-9.39-2.21-10-10.37-10.47-17.57-.25-3.55-.49-6.9-1.66-9.48-1.39-3.07-5.67-1.7-12.54.93-6.05 2.31-12.31 4.71-16.44 1.82-3.82-2.67-7.93-.89-12.27 1-3.28 1.43-6.67 2.92-9.9 2.19-7-1.54-8.8-22.87-9.19-28.95-4.7-1.73-24.83-9.4-28.45-14.47-3.16-4.42.36-12.06 2.44-15.79l-22.42 2.72a1.19 1.19 0 01-1.31-.92 6.33 6.33 0 00-3.55-4.7c-6.08-2.74-17.2 3.17-17.31 3.23a1.21 1.21 0 01-1.75-1.32l2-9.55c-6.11-2.52-10.25-6.5-12.32-11.85a21 21 0 01-.79-2.48c-22.94 19.24-49.15 45.14-77.18 79.91zM414.47 684.34c7.23 2 30.78 8.53 62.66 17.81 36.8-29.81 95.88-75.76 138-99.06-52.13 10.56-137.7 32.14-200.66 81.25zm598.13 3.49c-.13 1.86-.18 6.95 2.92 9.66 2.4 2.1 6.28 2.4 11.54.9 6.07-1.74 10.64-9.36 14.4-20.83zm40.67-52.67c-2.49 14.75-5 27.9-8.07 38.51l159.56-56.79-20.92-19.43v.09c.43 3.42-.82 7-3.72 10.62-3.1 3.88-18.67 6.56-48.22 11.36-24.26 3.94-53.68 8.71-78.63 15.64zm-147.16-68a5.16 5.16 0 015.19 3.16c1.36 3 1.62 6.69 1.87 10.3.49 7 1 13.59 8.62 15.39 13 3.06 12.35 14.26 11.62 27.23l-.15 2.64c-.44 8.46 2.38 17 7.38 22.26a15.1 15.1 0 0011 5.11c10.46 0 18 13.2 20.53 18.34 5.56-8 30.53-40.84 83.54-66.65 1.15-7.11 2.34-14.35 3.63-21.63 3.44-19.5 8.2-41 15.72-62.3-51.82-27.92-121.8-61.17-200.43-86.65-2.36.28-22.39 3.05-53.75 20.23-14.36 7.86-32.54 19.59-53.45 36.85a19.76 19.76 0 00.95 3.36c1.92 4.95 5.92 8.6 11.89 10.84A1.2 1.2 0 01781 507l-1.74 8.14c3.87-1.72 11.81-4.62 17.18-2.2a8.39 8.39 0 014.61 5.3l23.84-2.89a1.2 1.2 0 011.15 1.86c-2 3-6.48 11.44-3.79 15.21 2.91 4.07 21.24 11.4 28.06 13.88a1.21 1.21 0 01.79 1.07c.61 10.88 3.29 26.62 7.35 27.52 2.46.55 5.35-.71 8.42-2 4.54-2 9.68-4.22 14.61-.77 3.08 2.15 8.73 0 14.2-2.1 3.7-1.41 7.43-2.84 10.43-2.84zm171.12-45c-7.41 21-12.11 42.29-15.51 61.56-1.18 6.7-2.29 13.37-3.35 19.93 27.7-13.13 62.84-24.29 106.57-29.17-9.11-6.11-40.77-26.89-87.71-52.29zm-423.41 68.71c-5.62 0-13.35 2.42-22.54 6.62l7.79-1.46c9.27-1.73 17.5-3.25 20.7-4.32-.72-.18-1.82-.41-3.49-.67a16 16 0 00-2.46-.17z",
|
|
59
|
+
fill: "var(--zd_emptysvg_primary_stroke)"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
d: "M669.85 589.67s5.81-98.56 65.55-171.79c0 0-39 57.7 18.39 71.23 0 0 11 20.56 16.2 20.21l4.44 15.92s13.8-8.49 18.05-3.89 12.75 3.74 21.57 1.41c0 0-14.15 14.86 29.36 30.42 0 0 2.83 33.61 16.63 31.48s14.5-8.49 24.05-3.89 15.57-5.66 19.1-2.83 1.42 22.29 13.09 24.41 10.61 18 11 39.62 25.11 14.5 30.77 21.58 5.66 23 5.66 23L958 701.39c1.65-6.3-135.91-103.17-288.15-111.72z",
|
|
62
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
63
|
+
}));
|
|
64
|
+
}
|
|
65
|
+
}]);
|
|
66
|
+
|
|
67
|
+
return EmptyPageNotFound;
|
|
68
|
+
}(_react["default"].Component);
|
|
69
|
+
|
|
70
|
+
exports["default"] = EmptyPageNotFound;
|
|
71
|
+
EmptyPageNotFound.propTypes = {
|
|
72
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
73
|
+
className: _propTypes["default"].string,
|
|
74
|
+
dataId: _propTypes["default"].string,
|
|
75
|
+
isRender: _propTypes["default"].bool,
|
|
76
|
+
palette: _propTypes["default"].oneOf(['default', 'dark'])
|
|
77
|
+
};
|
|
78
|
+
EmptyPageNotFound.defaultProps = {
|
|
79
|
+
alignHorizontal: true,
|
|
80
|
+
isRender: true,
|
|
81
|
+
className: '',
|
|
82
|
+
dataId: 'emptyPageNotFound',
|
|
83
|
+
palette: 'default'
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
if (false) {
|
|
87
|
+
EmptyPageNotFound.docs = {
|
|
88
|
+
componentGroup: 'SVG'
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
+
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
25
|
+
|
|
26
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
27
|
+
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
|
|
30
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
|
+
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
|
+
|
|
34
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
39
|
+
|
|
40
|
+
var EmptyUnableToProcess = /*#__PURE__*/function (_React$Component) {
|
|
41
|
+
_inherits(EmptyUnableToProcess, _React$Component);
|
|
42
|
+
|
|
43
|
+
var _super = _createSuper(EmptyUnableToProcess);
|
|
44
|
+
|
|
45
|
+
function EmptyUnableToProcess() {
|
|
46
|
+
_classCallCheck(this, EmptyUnableToProcess);
|
|
47
|
+
|
|
48
|
+
return _super.apply(this, arguments);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
_createClass(EmptyUnableToProcess, [{
|
|
52
|
+
key: "render",
|
|
53
|
+
value: function render() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
55
|
+
viewBox: "0 0 1326.83 1190.04",
|
|
56
|
+
name: "EmptyUnableToProcess"
|
|
57
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
d: "M83.55 1070c-17.24 0-27.27-.58-27.58-.6a1.2 1.2 0 11.15-2.4c1 .06 96.64 5.56 210-18.13.61-.09 54.87-7.81 124.31 12.86 18.61 1.84 67.71 3.69 71.05-9.87-.58-.76-3.41-3.32-13.91-.74-14 3.43-64.4 10.15-79 .61a1.21 1.21 0 01-.55-1.08c.08-1.2 2.09-29.45 20.62-34a77.22 77.22 0 0119.74-2.27c3.47 0 5.92 0 8-.9-5.07-1.77-15.56-6.11-15.93-11.76-.13-1.92-.1-9 .09-18.12-2.76-.38-5.52-.8-8.26-1.25C298 966.85 236.52 912.8 219.3 830.2c-16.64-79.8-9.53-135.71 21.13-166.18 33.74-33.53 84.74-23 85.26-22.92a1.2 1.2 0 01.76.54 243.44 243.44 0 0015.47 21.93 16.61 16.61 0 014-2c13.52-4.84 37.16 4.26 46.3 14.82 4.68 5.42 4.12 9.46 2.83 11.9-.18.34-4.06 7.46-9.49 8.54a22.85 22.85 0 012.36 9.21 169.77 169.77 0 0025.4 13.61c.44-.37.9-.72 1.36-1.06 14.83-10.69 22.44-16.21 24.69-17.84l-.27-.79A53.12 53.12 0 01419.24 688c-14.62-14.31-18.13-39.29-8.94-63.65 8.55-22.65 30.34-47.53 65.89-49.42 27.94-1.51 51.15 8.42 65.33 27.9s17.3 46.59 8.08 70.7c-2.27 5.93-4.32 11.19-6.32 15.85a51.09 51.09 0 005.65-8.41 1.2 1.2 0 011.63-.49c2.59 1.37 14.82 8.08 16.49 13.1 2.78-.78 14.36-6.09 61-33.16 22.6-13.13 43-25.35 43.23-25.47.85-.51 14.67-8.82 27.13-12.94-1.28-3.7-2.5-7.15-3.63-10.31-3.57-10.08-6.15-17.36-6.52-21.16-1.18-12.39-.85-26.84 10.52-40.12 17.74-20.72 57.19-32.62 120.59-36.38 48.1-2.86 89.85 0 126.67 2.45 33 2.23 61.59 4.15 86.88 1.47 25.92-2.76 50.55-13.51 71.24-31.09l36.2-30.77a1.23 1.23 0 011-.26 1.16 1.16 0 01.83.61c.1.18 8.86 16.91-.09 30.69a65.26 65.26 0 0035.75-25.84c-12.58-.28-23-4.17-27.73-8.91-.69-.69-1.47-1.5-2.34-2.4-9 6.64-21.17 11.43-35.41 8.55a1.21 1.21 0 01-.14-2.33c.08 0 7.81-2.66 10.13-7.73a7.21 7.21 0 000-6c-4.32-10.53-19-26.12-23.8-25.2-1.58.29-2.37.44-2.83-.42a1.25 1.25 0 01.2-1.42c.83-.86 10.76-2.1 19.61 2.22s22.23 18.33 31 27.58l1.38 1.45q1.21-1 2.34-2c-14.67-8.57-23.13-36.53-27.54-51.08-1-3.13-1.7-5.61-2.29-7.2-3.7-9.94-19.07-15.72-19.22-15.78a1.2 1.2 0 01.53-2.33c68.57 6.28 84.78 50.6 87.33 59.42.34 1 3.52 3 5.43 4.27 3.81 2.49 6.17 4.09 6.53 5.72a2.43 2.43 0 01-.6 2.44c-1.16 1.11-3.21.63-3.61.52-9.78-.92-11 .62-11 .66a1.19 1.19 0 00.28.57c1 1.39 5.11 1.13 7.85.95 3-.2 4.82-.31 5.52.94a1.53 1.53 0 01.1 1.19c-.6 1.94-8.28 6.11-14.77 9.34q-1.24 2.38-2.57 4.58a64.2 64.2 0 0024.27-6.09c25-11.68 68.54-.55 70.38-.07a1.2 1.2 0 11-.61 2.33c-.44-.11-44.57-11.4-68.75-.07a67 67 0 01-26.8 6.28c-16.51 25-41.14 28.91-41.41 28.95a1.21 1.21 0 01-1.09-2c9.28-10.82 4.35-24.9 2.45-29.3l-35 29.74c-21.06 17.9-46.15 28.85-72.55 31.65-25.49 2.72-54.13.78-87.29-1.46-36.76-2.48-78.42-5.3-126.37-2.45-61.84 3.67-101.85 15.64-118.91 35.55-10.78 12.59-11.07 26.43-9.94 38.32.33 3.5 2.88 10.67 6.39 20.58 1.14 3.2 2.37 6.66 3.66 10.41 5.27-1.53 10.12-2.15 13.4-.89a6.65 6.65 0 014.2 4.44c1.42 4.6.14 8.62-2.32 12a5.28 5.28 0 013.62 2.09c3.9 5.13 9.21 26.55 3.49 33-1.25 1.4-3.44 2.56-7.12 1.3 13 56 18 132-25.48 205.84-13.87 23.58-36.78 44.41-65.29 61.33C638 965 656.54 1001.12 657.35 1006c.26 1.58 1.61 4.81 3.16 8.56 5.33 12.8 14.25 34.22 3.62 43.88-11 10-50.46 12.8-69 7.21-6.25-1.89-9.86-4.62-10.73-8.11s-.33-9.72 3-14.91c3.08-4.81 8-8 14.26-9.16 7-1.32 11-6.51 13.23-11.82-8.62-1.81-33.84-32.76-50.3-54a378.11 378.11 0 01-92.54 18.22c-2.5 33.66-10.71 41.72-13.21 43.4a4.19 4.19 0 01-3.74.8c-1.23-.41-2.75-.92-4.16-43.33a339.34 339.34 0 01-48-2.72c-.18 8.8-.21 15.63-.08 17.64.27 4 10.41 8.55 16.73 10.44a1.2 1.2 0 01.42 2.08c-3.23 2.65-6.75 2.67-11.62 2.71a75.24 75.24 0 00-19.18 2.2c-15.28 3.76-18.29 26.75-18.72 31.11 14.54 8.43 63.35 1.9 76.47-1.31 14.39-3.54 16.68 1.87 16.89 2.5a1.22 1.22 0 01.05.6c-3.31 18.72-66.75 12.92-74 12.2-69.16-20.56-122.89-12.92-123.43-12.84-77.18 16.07-146.3 18.65-182.92 18.65zm533.94-48.34c-2.44 6.17-7 12.53-15.33 14.11-5.66 1.07-9.93 3.79-12.68 8.08a18.48 18.48 0 00-2.7 13c.65 2.57 3.79 4.78 9.09 6.39 19.12 5.79 57.12 2 66.64-6.69 9.37-8.52.86-29-4.22-41.18-1.68-4-3-7.23-3.32-9.09-.71-4.24-18.11-38.33-31.89-64.81a313 313 0 01-56 25.21c19.71 25.4 42.36 52.11 48.59 52.54h.19a42.16 42.16 0 002.11-10.79 1.21 1.21 0 01.89-1.13 1.23 1.23 0 011.34.54c.45.74 4.38 7.4 2 11.3q-1.35 2.27-4.71 2.55zm-164.1-35.07c.72 21.3 1.67 38.21 2.82 41.12a3 3 0 001.34-.54c4.43-3 10.16-15.57 12.13-41.25-5.43.38-10.85.6-16.29.7zm166.47 26.31a44.79 44.79 0 01-1.46 6.18 2.71 2.71 0 001.73-1.14c.73-1.18.37-3.18-.27-5.01zm-216.81-31.38a340.5 340.5 0 0047.87 2.75c-.11-3.34-.22-6.92-.32-10.77-.74-27-1-54.23-1.05-54.5a1.23 1.23 0 01.24-.74c.44-.59 44.58-60.21 47.57-72.41 1.7-7 11.66-8 22.21-9.14s21.71-2.29 25.68-9.09c7.67-13.14-2.1-78.21-17.31-98.31-5.19 1.59-34.31 9.73-71.2 4.79a169.79 169.79 0 01-43-11.68c-9 8.33-13.34 23.58-16 33-2 7.19-2.81 9.68-4.63 9.93-.58.09-1.43-.1-2.19-1.37-3.4-5.66-3.17-15.41-2.95-24.84.05-2.23.1-4.43.1-6.53a27 27 0 00-5.71-16.65 1.21 1.21 0 010-1.62 11.52 11.52 0 003.1-7A195.1 195.1 0 01341.58 667c-2.4 2.46-3.68 5.93-3.8 10.37-.91 32.47 40 40.91 40.45 41a1.18 1.18 0 011 1.08c.3 3.63 2.7 35.69-3.11 42.46-1.3 1.53-3.89 2.25-8 2.23-7.61-.06-19.39-2.76-29.37-6-.57 21.76 14.64 65 35.15 67.34 20.8 2.39 55.26-33.42 55.61-33.78a1.21 1.21 0 012.05.59l8.21 39.71a15.92 15.92 0 007.6 4.88 9.41 9.41 0 00.5-2.45c0-2.87-1.54-11.85-3.32-22.25-4.84-28.19-8.58-51.93-5.24-56.93 5.18-7.77 70.84-14.15 80.75-7.84 10.11 6.43 18 70.35 17.18 73.75-.79 3.14-28.22 12.58-48.93 16.83-12.93 2.66-28.42 4.57-39.42 1.81-3.67 10.08-14.26 30.94-27.33 56.3-7.39 14.37-13.78 26.78-14.87 30-1.91 5.72-3.17 34.9-3.64 55.42zM452 919.37c.21 19.69.67 44.13 1.35 64.86q8.26-.15 16.53-.68a.92.92 0 010-.16c2.37-36.82 27.32-90.65 27.57-91.19a1.22 1.22 0 01.89-.68 1.23 1.23 0 011.06.34c.24.24 24.1 24.11 41.82 43 5.15 5.49 11.76 7.18 17.85 7.23 10.65-5.44 26.89-13.27 30.53-12.36a1.68 1.68 0 011.34 1.47c.23 2.68-7.29 6.78-11.31 8.57a53.48 53.48 0 01-19.92 4.71 374.4 374.4 0 00-6.82 3.55c3.88 5.25 8.18 10.94 12.66 16.74A310.55 310.55 0 00622 939.45c-4.34-8.32-8.25-15.75-11.08-21.1l-46.59-95.41c-.64-2.07-13.85-46.55 2.63-62.46 5.6-5.4 22.23-13.05 39.84-21.16 16.53-7.6 39.15-18 38.91-21.64v-2.07c.09-4.49.06-8.36-.05-11.68-2.31-5.21-4.2-10.69-4.24-10.79-3.08-9.26-1.81-10.21-1.12-10.73.5-.37 1.36-.63 2.63.25 3.59 2.48 4.81 11.42 5.14 20.82 1.55 3.47 3 6.26 4 7.18 4-2.91 27.21-30.77 41.35-48.24.83-1.26 4.51-2.18 19 6.19-2-8.3-4.22-16.13-6.42-23.4a52.49 52.49 0 01-7.83 3.73 1.2 1.2 0 01-1.23-2 65.38 65.38 0 017.74-6c-1.87-6-3.73-11.55-5.48-16.66-9.87 3.3-21.35 9.5-26.68 12.73-.21.12-20.64 12.34-43.26 25.48-60.56 35.19-62.51 34.09-63.68 33.39a1.63 1.63 0 01-.7-1.23c0-2.29-7.27-7.6-14.36-11.49a52.31 52.31 0 01-10.3 12.84c-12.62 25.63-26.7 28.46-84.87 26.22a1.17 1.17 0 01-.91-.48c-.13-.17-3.12-4.21-1.47-7.42 1.15-2.24 4.16-3.31 8.92-3.23 1.27 0 2.91.12 4.86.22 9.44.52 25.23 1.37 41.27-2.16 12.54-2.76 22.73-7.73 30.48-14.82 2.81-5.93 5.55-13.1 8.85-21.73 8.93-23.36 5.95-49.57-7.77-68.42s-36.16-28.32-63.26-26.92c-34.39 1.83-55.49 25.93-63.77 47.87-8.85 23.46-5.56 47.44 8.37 61.08A50.1 50.1 0 00438.13 697c-4.57-13.93-17-55.6-8.43-73.29 4.14-8.56 18.67-14.13 39.86-15.28 20.31-1.08 44.91 2.32 49.18 9.15 6.94 11.11 14.3 63.64 10.09 72.06-2.12 4.24-17.84 10-35.05 12.92-10.69 1.79-32.41 4.15-51.8-1.71a1.21 1.21 0 01-.46 1.27s-7.36 5.35-25.42 18.37l-.23.18a166.32 166.32 0 0041.09 11c40 5.4 70.73-4.82 71-4.92a1.21 1.21 0 011.33.39c15.06 18.77 27 86.23 18 101.67-4.58 7.86-16.76 9.14-27.5 10.28-9.69 1-18.83 2-20.14 7.31-2.97 12.35-43.77 67.68-47.65 72.97zm46.93-24.58c-4.1 9.11-24.45 55.75-26.63 88.6a375.27 375.27 0 0090.84-17.8c-6.54-8.5-11.47-15.15-13-17.23a1.2 1.2 0 01.4-1.78c.93-.5 2.48-1.32 4.43-2.34a25 25 0 01-15.49-7.72c-15.43-16.42-35.48-36.6-40.58-41.73zM306.29 641.86c-17.6 0-44.07 3.9-64.18 23.89-30 29.85-36.91 85-20.45 164 9.85 47.23 45.17 129.57 171.07 150.29 2.63.43 5.28.83 7.92 1.19.48-20.59 1.71-49.74 3.76-55.87 1.14-3.43 7.26-15.32 15-30.37 10-19.43 23.1-44.85 27.18-55.86a18 18 0 01-8.91-5.89 1.23 1.23 0 01-.22-.48L429.6 795c-7.18 7.2-36.45 35.1-56 32.88-13.6-1.61-23.12-18.36-27.6-28.21-6.31-14-10.22-31-9.73-42.36-7.72-2.67-14-5.58-15.72-7.67-3-3.66.68-11.75 3.18-16.24 3.54-6.39 10.42-15.69 14.85-15.06a3.4 3.4 0 012.37 1.37c1.89 2.5 1.11 8-.07 16.44-.76 5.42-1.7 12.06-2.11 19.43 9.75 3.23 21.6 6.08 29.27 6.13 4.3.09 5.72-.85 6.18-1.38 4.23-5 3.36-29.61 2.6-39.82-6.21-1.49-42.37-11.51-41.49-43.22.14-5.17 1.74-9.28 4.7-12.18a243.88 243.88 0 01-15.38-21.75 105.2 105.2 0 00-18.36-1.5zm281.48 290.28c-3.61.66-12.86 4.8-22.31 9.46.51-.08 1-.17 1.51-.27 9.8-1.91 18.24-6.83 20.8-9.19zM648.19 709c0 2.28 0 4.53-.07 6.64v1.86c.34 5-15.09 12.39-40.3 24-16.65 7.66-33.88 15.59-39.17 20.7-15.43 14.9-2.21 59.4-2.08 59.85l46.51 95.2c.55 1 5.06 9.56 11 21 28.09-16.69 50.64-37.23 64.3-60.47 43.51-74 37.94-150.17 24.78-205.9l-.35-.2c-13.69-8.14-17.13-7.71-17.64-7.58-18.23 22.52-40.37 49.14-43.14 49.14-1.1-.02-2.46-1.76-3.84-4.24zM449.66 837.48a46.23 46.23 0 009 1.17c28.13 1.08 72.69-15.21 76.21-18.31.39-5-7.6-65.51-16.15-71s-73 .48-77.45 7.15c-3.08 4.61 2.35 36.27 5.6 55.19 1.88 10.94 3.36 19.58 3.36 22.65a11.69 11.69 0 01-.57 3.15zm-64.79-122.31a29.52 29.52 0 015.65 17.42c0 2.11 0 4.34-.1 6.59-.21 9-.43 18.28 2.51 23.39a56.44 56.44 0 002.53-7.82c2.64-9.39 6.88-24.45 15.9-33.36a172.63 172.63 0 01-23.62-12.64 13.73 13.73 0 01-2.87 6.42zm-46.72 5.54c-2.16 0-7.86 5.9-12.28 13.86-3.52 6.34-4.9 11.77-3.43 13.53s6.93 4.21 14 6.68c.44-7.21 1.35-13.67 2.1-19 1-6.95 1.82-12.95.53-14.65a1.07 1.07 0 00-.78-.44zm117.9-.83c53.52 2 68.58-.62 79.68-20.15-22.44 16.55-55 14.79-69.11 14-1.92-.1-3.53-.19-4.78-.22-3.65-.09-6 .6-6.73 1.92s.28 3.39.94 4.45zm196.28-9zm-308.9-45.43a193.62 193.62 0 0042 38.92 20.92 20.92 0 00-2.87-8 1.21 1.21 0 011.14-1.85c4.07.37 8-5.19 9.21-7.39 1.7-3.21-.44-6.76-2.53-9.18-8.58-9.91-31.3-18.54-43.67-14.13a14.42 14.42 0 00-3.28 1.63zM441 698c19.29 6.38 41.57 4 52.36 2.15 18.59-3.12 31.92-8.86 33.29-11.61 3.91-7.82-3.46-59.28-10-69.71-3-4.82-23.76-9.27-47-8-20.29 1.1-34.07 6.17-37.83 13.92-8.41 17.5 5.4 61.87 9.18 73.25zm200.82-13.19c.06 2 1.51 6.7 3.36 11.6-.72-7.32-2.06-10.41-3.34-11.56zm-.57-.38zm74-14.21c2.75 1.37 4.77 1.36 6 0 4.47-5 .12-25-3.6-29.9a3 3 0 00-2.23-1.17 6.54 6.54 0 00-1.57.08 34.7 34.7 0 01-5.78 4.64 452.17 452.17 0 017.18 26.39zm-19.9-6.41l-.13.15zm6.1-40.3c1.7 4.93 3.49 10.31 5.29 16.06a23.91 23.91 0 015.79-2.52c3-3.2 4.8-7.11 3.43-11.56a4.33 4.33 0 00-2.75-2.9c-2.72-1-6.96-.45-11.76.96zm448.2-175.07c.79.81 1.5 1.55 2.13 2.17 3.94 3.94 14.32 8.29 27.57 8.3q1.83-2.86 3.49-6.1a1.16 1.16 0 01.53-.54 114.22 114.22 0 0012.83-7.19c-.66 0-1.44.07-2.09.11-3.67.23-8.24.53-10-2a2.78 2.78 0 01-.38-3.16c.73-1.27 2.93-2.82 13.49-1.81a3.62 3.62 0 001.46.11v-.2c-.27-.81-3.54-2.94-5.49-4.21-3.65-2.37-5.91-3.9-6.36-5.43-2.44-8.43-17.15-48.63-78.13-57.06 5.08 2.85 11.59 7.58 14 14 .62 1.67 1.38 4.18 2.34 7.36 4.37 14.45 12.89 42.57 27.06 50.05 5.37-5.27 8.69-10.66 9.41-13.39 1.13-4.32 6-7.9 11.25-8.33 4.38-.33 7.83 1.56 9.45 5.23a13.71 13.71 0 011 2.92 2.32 2.32 0 01.84 1.35c.29 1.32-.16 5.51-3.43 9.36-3.08 3.63-9.44 7.79-22.17 7.12a17.25 17.25 0 01-5.73-1.34q-1.5 1.45-3.07 2.72zm-32.84 8.27c11.58 1.18 21.58-3.06 29.17-8.62-.39-.41-.79-.84-1.21-1.27-8.68-9.12-21.81-22.91-30.35-27.08a28.89 28.89 0 00-9.88-2.66c7.41 5 16.87 16.79 20 24.41a9.61 9.61 0 010 7.93c-1.61 3.47-5.02 5.87-7.73 7.33zm37.73-12.71a14.86 14.86 0 004 .77c11.75.63 17.48-3.05 20.2-6.27a13.24 13.24 0 001.81-2.75 3.73 3.73 0 01-2.31.14 3.1 3.1 0 01-2.28-2.45c-.45-2.45 1.6-4.2 3.87-4.66a5.58 5.58 0 01.68-.1c-.13-.39-.3-.82-.5-1.27-1.62-3.68-5.12-4-7.06-3.81-4.24.34-8.24 3.22-9.11 6.54-.84 3.17-4.1 8.57-9.3 13.86zm26.38-12.93a3.47 3.47 0 00-1.48.35c-.5.23-1.29.75-1.14 1.58a.67.67 0 00.54.56 1.5 1.5 0 001.48-.54 2.92 2.92 0 00.6-1.92z",
|
|
59
|
+
fill: "var(--zd_emptysvg_primary_stroke)"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
d: "M449.08 834.38s-16.95-74.59-8.77-78.51 73.6-17.47 79.11-7.5 17.87 57.72 16.65 72.44c0 0-62.91 24.85-86.99 13.57z",
|
|
62
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
63
|
+
}));
|
|
64
|
+
}
|
|
65
|
+
}]);
|
|
66
|
+
|
|
67
|
+
return EmptyUnableToProcess;
|
|
68
|
+
}(_react["default"].Component);
|
|
69
|
+
|
|
70
|
+
exports["default"] = EmptyUnableToProcess;
|
|
71
|
+
EmptyUnableToProcess.propTypes = {
|
|
72
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
73
|
+
className: _propTypes["default"].string,
|
|
74
|
+
dataId: _propTypes["default"].string,
|
|
75
|
+
isRender: _propTypes["default"].bool,
|
|
76
|
+
palette: _propTypes["default"].oneOf(['default', 'dark']),
|
|
77
|
+
isFluid: _propTypes["default"].bool
|
|
78
|
+
};
|
|
79
|
+
EmptyUnableToProcess.defaultProps = {
|
|
80
|
+
alignHorizontal: true,
|
|
81
|
+
isRender: true,
|
|
82
|
+
className: '',
|
|
83
|
+
dataId: 'emptyUnableToProcess',
|
|
84
|
+
palette: 'default',
|
|
85
|
+
isFluid: false
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
if (false) {
|
|
89
|
+
EmptyUnableToProcess.docs = {
|
|
90
|
+
componentGroup: 'SVG'
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
+
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
25
|
+
|
|
26
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
27
|
+
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
|
|
30
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
|
+
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
|
+
|
|
34
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
39
|
+
|
|
40
|
+
var EmptyUrlNotFound = /*#__PURE__*/function (_React$Component) {
|
|
41
|
+
_inherits(EmptyUrlNotFound, _React$Component);
|
|
42
|
+
|
|
43
|
+
var _super = _createSuper(EmptyUrlNotFound);
|
|
44
|
+
|
|
45
|
+
function EmptyUrlNotFound() {
|
|
46
|
+
_classCallCheck(this, EmptyUrlNotFound);
|
|
47
|
+
|
|
48
|
+
return _super.apply(this, arguments);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
_createClass(EmptyUrlNotFound, [{
|
|
52
|
+
key: "render",
|
|
53
|
+
value: function render() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
55
|
+
viewBox: "0 0 1326.83 1190.04",
|
|
56
|
+
name: "EmptyUrlNotFound"
|
|
57
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".EmptyBox_svg__cls-1{fill:var(--zd_emptysvg_secondary_plainfill);opacity:.15}")), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
className: "EmptyBox_svg__cls-1",
|
|
59
|
+
d: "M777.05 792.77c2.67-8-13.34-23.79 10.68-31.92s58.72-13.46 58.72-13.46 26.7 40 40 45.38-55 20.65-75.56 37-33.84-37-33.84-37zM512.5 878.28c2.67-8-12.6-35 11.42-43.18 15.3-5.18 40.49-2 57.3-7.25a11.27 11.27 0 0114.6 11.48c-1.08 16.45 9.6 35.6 7.47 43.17-3.9 13.84 5.85 59.13-56.92 32.8-24.21-10.15-33.87-37.02-33.87-37.02zM646.15 933c-2.83-5.66-25.28-11.91-16.85-29 5.37-10.86 20.4-22.55 26.56-34.24 2.76-5.25 31.49-8.84 35.4-4.38 8.15 9.3 7.6 24.24 10.49 29.39 5.28 9.4 29.28 20.53-18 39.87-18.22 7.5-37.6-1.64-37.6-1.64zM425.05 571.71l44.67 55.13 292.84-46.79-47.17-51.43-290.34 43.09zM284.24 496.01l300.69-49.52-50.68-52.21-288.99 48.61 38.98 53.12z"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
className: "EmptyBox_svg__cls-1",
|
|
62
|
+
d: "M420.59 579.54l-50.07 41.3-130.67-82.16 44.39-42.67 136.35 83.53zM715.39 528.62l-130.46-82.13 43.92-38.45 130.27 80.08-43.73 40.5z"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
64
|
+
d: "M418 818.3q-1.9 0-3.36-.09c-4-.25-6-.9-6.59-2.19-3.76-7.51-63.33-45-117.83-77.55a14.18 14.18 0 01-6.88-12.54l3.38-126a6.25 6.25 0 019.3-5.27L365 633.44a1.2 1.2 0 11-1.18 2.1l-68.93-38.77a3.83 3.83 0 00-5.7 3.24l-3.39 126a11.77 11.77 0 005.72 10.4c34.08 20.37 113.86 68.78 118.74 78.54 2.73 3 43.85.12 151-17.1 73.84-11.86 144-25 149.89-27 .13-.73.23-2.66.32-5.62-44 8.51-266 43-293.52 47.23a1.21 1.21 0 01-1.39-1.2l2.87-231-128.8-78.73a1.22 1.22 0 01-.3-.26c-1.1-1.32-2.31-2.79-3.6-4.36l-1.9.28c-3.59 3.37-41 38.5-46.08 44.23 4.6 6.72 78.94 51.13 129.13 80.11l30-25.56a1.21 1.21 0 011.7.14 1.19 1.19 0 01-.14 1.69l-30.61 26.11a1.21 1.21 0 01-1.38.13c-21.67-12.51-129.83-75.26-131.18-82.43a1.55 1.55 0 01.3-1.29c3.61-4.52 45.16-43.48 46.93-45.14a1.13 1.13 0 01.65-.31l.83-.13c-16.24-19.72-43.27-53.05-43.27-56.3 0-1.69 0-3.28 145.5-26.85 71.43-11.57 143.78-22.84 144.5-23a1.24 1.24 0 011 .28c5.53 4.78 54 46.93 54 56.49a2.63 2.63 0 01-.89 2.06c-6.11 5.23-249.22 42-296.25 49l2.55 3.09 129.21 79a1.18 1.18 0 01.57 1l-2.85 230.26c92.23-14.3 258.21-40.39 292.54-47 .57-26.3 0-109.27-.61-167.85L472.24 634a1.17 1.17 0 01-1.15-.45l-47-61.09a1.2 1.2 0 01-.17-1.17 1.22 1.22 0 01.91-.75c1.11-.2 111.31-19.77 141.1-21.63 4.91-.3 9-3 12.36-7.89 1.67-35.13 4.08-74 6.64-75.66a1.58 1.58 0 011.24-.14c3.09 1.17 5.39 31.31 2.11 53-1.52 10-4.09 17.92-7.6 23.46-.09 1.75-.17 3.46-.25 5.12L708.08 529l2.35-2-124.08-76.08a1.2 1.2 0 01-.25-1.85c30-31.67 46.52-47.1 49.16-46 1.29.56 130.64 71.22 131.28 80.55a1.75 1.75 0 01-.87 1.67c-5.77 3.49-38.33 30.69-51.13 41.44l1.48.9a1.24 1.24 0 01.22.18c.13.13 13.43 13.44 26.12 27.11 26.36 28.39 24.54 30.58 23.44 31.89-3.56 4.27-37 6.88-46.31 7.53.17 7 1.1 44.79 1.58 82.42 1.09 84.58-1 86-2.15 86.73a30.78 30.78 0 01-5.23 1.28c-.16 4.5-.36 7.21-.63 7.6-2.9 4.31-247.61 45.93-295.06 45.93zm294-226a1.2 1.2 0 011.2 1.19c.48 44.29 1.36 138 .5 168.82 1.88-.38 3.14-.67 3.7-.86 2.72-6.75 1.26-103.94-.41-168.28a1.2 1.2 0 011.13-1.23c17.65-1.17 43.53-4.05 45.77-6.74.28-3.57-24.81-31.14-49.31-55.66l-2-1.25-3.21 2.71a1.21 1.21 0 01-.61.27l-129.42 18.1a1.25 1.25 0 01-1-.3 1.26 1.26 0 01-.39-1c0-1 .09-2 .14-3a17.11 17.11 0 01-12 6.16C538.62 553 442.2 569.9 427.22 572.55l45.34 58.94 239.3-39.14a.68.68 0 01.2-.02zM585.74 470.2c-1.58 9.93-3.51 40.9-4.78 66 9.04-19.89 6.69-55.28 4.78-66zm3.13-20.55l123.5 75.71c12.15-10.21 44.52-37.29 51.62-41.9-1.15-1.89-9.69-9.75-64.23-41.43-31.78-18.46-62.08-35.09-65.23-36.67-4.01 1.43-29.53 27.32-45.66 44.29zM244.28 439c2.75 5.23 26.12 34.31 43.39 55.3 83.71-12.56 289.9-44.26 296.5-48.71a.88.88 0 000-.22c0-6.36-31.37-35.8-52.75-54.29C454.65 403 258.54 434.14 244.28 439zm390.41-33.66z",
|
|
65
|
+
fill: "var(--zd_emptysvg_primary_stroke)"
|
|
66
|
+
}));
|
|
67
|
+
}
|
|
68
|
+
}]);
|
|
69
|
+
|
|
70
|
+
return EmptyUrlNotFound;
|
|
71
|
+
}(_react["default"].Component);
|
|
72
|
+
|
|
73
|
+
exports["default"] = EmptyUrlNotFound;
|
|
74
|
+
EmptyUrlNotFound.propTypes = {
|
|
75
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
76
|
+
className: _propTypes["default"].string,
|
|
77
|
+
dataId: _propTypes["default"].string,
|
|
78
|
+
isRender: _propTypes["default"].bool,
|
|
79
|
+
palette: _propTypes["default"].oneOf(['default', 'dark']),
|
|
80
|
+
isFluid: _propTypes["default"].bool
|
|
81
|
+
};
|
|
82
|
+
EmptyUrlNotFound.defaultProps = {
|
|
83
|
+
alignHorizontal: true,
|
|
84
|
+
isRender: true,
|
|
85
|
+
className: '',
|
|
86
|
+
dataId: 'emptyUrlNotFound',
|
|
87
|
+
palette: 'default',
|
|
88
|
+
isFluid: false
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
if (false) {
|
|
92
|
+
EmptyUrlNotFound.docs = {
|
|
93
|
+
componentGroup: 'SVG'
|
|
94
|
+
};
|
|
95
|
+
}
|