@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60
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 +243 -27
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
- package/css_error.log +0 -0
- package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
- package/es/Loader/Loader.js +66 -0
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/SVG/SVG.js +57 -0
- package/es/{svg → SVG}/SVG.module.css +31 -27
- package/es/SVG/SvgLoader.js +25 -0
- package/es/SVG/props/defaultProps.js +11 -0
- package/es/SVG/props/propTypes.js +15 -0
- package/es/css/EmptyStateVariables.module.css +39 -0
- package/es/emptystate/index.js +6 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
- package/es/emptystate/version1/index.js +1 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
- package/es/emptystate/version2/EmptyFromAddress.js +28 -0
- package/es/emptystate/version2/EmptyImportHistory.js +29 -0
- package/es/emptystate/version2/EmptyNetwork.js +28 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
- package/es/emptystate/version2/EmptyRoles.js +28 -0
- package/es/emptystate/version2/EmptyWebhook.js +28 -0
- package/es/emptystate/version2/FailureLog.js +29 -0
- package/es/emptystate/version2/index.js +9 -0
- package/es/emptystate/version3/AuditLog.js +78 -0
- package/es/emptystate/version3/Bot.js +69 -0
- package/es/emptystate/version3/Contract.js +90 -0
- package/es/emptystate/version3/CustomModule.js +57 -0
- package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
- package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
- package/es/emptystate/version3/EmptyAPIs.js +64 -0
- package/es/emptystate/version3/EmptyAccounts.js +88 -0
- package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
- package/es/emptystate/version3/EmptyActivity.js +60 -0
- package/es/emptystate/version3/EmptyAgent.js +60 -0
- package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
- package/es/emptystate/version3/EmptyApplechat.js +72 -0
- package/es/emptystate/version3/EmptyApproval.js +65 -0
- package/es/emptystate/version3/EmptyArchived.js +67 -0
- package/es/emptystate/version3/EmptyArticle.js +73 -0
- package/es/emptystate/version3/EmptyAsapchat.js +68 -0
- package/es/emptystate/version3/EmptyAttach.js +60 -0
- package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
- package/es/emptystate/version3/EmptyBlueprint.js +75 -0
- package/es/emptystate/version3/EmptyCallHistory.js +62 -0
- package/es/emptystate/version3/EmptyCanned.js +78 -0
- package/es/emptystate/version3/EmptyChat.js +78 -0
- package/es/emptystate/version3/EmptyCollision.js +59 -0
- package/es/emptystate/version3/EmptyColumn.js +65 -0
- package/es/emptystate/version3/EmptyContact.js +60 -0
- package/es/emptystate/version3/EmptyContract.js +55 -0
- package/es/emptystate/version3/EmptyConversation.js +60 -0
- package/es/emptystate/version3/EmptyCrm.js +59 -0
- package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
- package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
- package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
- package/es/emptystate/version3/EmptyDashboard.js +65 -0
- package/es/emptystate/version3/EmptyDelete.js +50 -0
- package/es/emptystate/version3/EmptyDepartment.js +59 -0
- package/es/emptystate/version3/EmptyError.js +83 -0
- package/es/emptystate/version3/EmptyFeed.js +62 -0
- package/es/emptystate/version3/EmptyFollowers.js +60 -0
- package/es/emptystate/version3/EmptyFrame.js +59 -0
- package/es/emptystate/version3/EmptyHappiness.js +60 -0
- package/es/emptystate/version3/EmptyHistory.js +59 -0
- package/es/emptystate/version3/EmptyInstagram.js +74 -0
- package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
- package/es/emptystate/version3/EmptyInvoice.js +64 -0
- package/es/emptystate/version3/EmptyLine.js +74 -0
- package/es/emptystate/version3/EmptyMessenger.js +60 -0
- package/es/emptystate/version3/EmptyNoData.js +78 -0
- package/es/emptystate/version3/EmptyNotification.js +59 -0
- package/es/emptystate/version3/EmptyPreference.js +79 -0
- package/es/emptystate/version3/EmptyProducts.js +62 -0
- package/es/emptystate/version3/EmptyReply.js +54 -0
- package/es/emptystate/version3/EmptyReports.js +65 -0
- package/es/emptystate/version3/EmptySandbox.js +81 -0
- package/es/emptystate/version3/EmptySchedule.js +101 -0
- package/es/emptystate/version3/EmptySearch.js +69 -0
- package/es/emptystate/version3/EmptySkills.js +107 -0
- package/es/emptystate/version3/EmptySla.js +54 -0
- package/es/emptystate/version3/EmptySnippet.js +69 -0
- package/es/emptystate/version3/EmptyTag.js +62 -0
- package/es/emptystate/version3/EmptyTask.js +75 -0
- package/es/emptystate/version3/EmptyTeams.js +60 -0
- package/es/emptystate/version3/EmptyTelegram.js +74 -0
- package/es/emptystate/version3/EmptyTemplate.js +71 -0
- package/es/emptystate/version3/EmptyTicket.js +63 -0
- package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
- package/es/emptystate/version3/EmptyTimeline.js +60 -0
- package/es/emptystate/version3/EmptyTopic.js +65 -0
- package/es/emptystate/version3/EmptyTwilio.js +74 -0
- package/es/emptystate/version3/EmptyWechat.js +74 -0
- package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
- package/es/emptystate/version3/EmptyZSCKey.js +87 -0
- package/es/emptystate/version3/Export.js +55 -0
- package/es/emptystate/version3/Extensions.js +61 -0
- package/es/emptystate/version3/Extractor.js +54 -0
- package/es/emptystate/version3/GCBot.js +52 -0
- package/es/emptystate/version3/GCConversation.js +54 -0
- package/es/emptystate/version3/Import.js +70 -0
- package/es/emptystate/version3/KBBot.js +67 -0
- package/es/emptystate/version3/Multilingual.js +60 -0
- package/es/emptystate/version3/NetworkError.js +63 -0
- package/es/emptystate/version3/Predictor.js +61 -0
- package/es/emptystate/version3/ReadRecipients.js +59 -0
- package/es/emptystate/version3/SupportPlan.js +75 -0
- package/es/emptystate/version3/Variable.js +58 -0
- package/es/emptystate/version3/ZiaAnamoly.js +55 -0
- package/es/emptystate/version3/index.js +78 -0
- package/es/errorstate/index.js +6 -0
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +33 -0
- package/es/errorstate/version1/NoRequestFound.js +33 -0
- package/es/errorstate/version1/PageNotFound.js +34 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
- package/es/errorstate/version1/UrlNotFound.js +34 -0
- package/es/errorstate/version1/WillBeRightBack.js +34 -0
- package/es/errorstate/version1/index.js +7 -0
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
- package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
- package/es/errorstate/version2/NotImpossible.js +69 -0
- package/es/errorstate/version2/index.js +2 -0
- package/es/errorstate/version3/ErrorInconvenience.js +104 -0
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
- package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
- package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
- package/es/errorstate/version3/index.js +6 -0
- package/es/index.js +17 -6
- package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
- package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
- package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
- package/images/EmptyCustomDomain.svg +85 -0
- package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
- package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
- package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
- package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
- package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
- package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
- package/images/EmptySkills.svg +83 -0
- package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
- package/{src/svg/images → images}/FailureLog.svg +46 -46
- package/{es/svg/images → images}/Inconvenience.svg +719 -719
- package/{src/svg/images → images}/NoRequestFound.svg +247 -247
- package/{lib/svg/images → images}/PageNotFound.svg +405 -405
- package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
- package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
- package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
- package/{src/svg/images → images}/WillBack.svg +633 -633
- package/install.md +11 -0
- package/lib/Loader/Loader.js +94 -0
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +12 -0
- package/lib/SVG/SVG.js +87 -0
- package/lib/{svg → SVG}/SVG.module.css +31 -27
- package/lib/SVG/SvgLoader.js +50 -0
- package/lib/SVG/props/defaultProps.js +18 -0
- package/lib/SVG/props/propTypes.js +23 -0
- package/lib/css/EmptyStateVariables.module.css +39 -0
- package/lib/emptystate/index.js +15 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/emptystate/props/propTypes.js +17 -0
- package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
- package/lib/emptystate/version1/index.js +13 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
- package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
- package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
- package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
- package/lib/emptystate/version2/EmptyNetwork.js +61 -0
- package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
- package/lib/emptystate/version2/EmptyRoles.js +61 -0
- package/lib/emptystate/version2/EmptyWebhook.js +61 -0
- package/lib/emptystate/version2/FailureLog.js +62 -0
- package/lib/emptystate/version2/index.js +69 -0
- package/lib/emptystate/version3/AuditLog.js +111 -0
- package/lib/emptystate/version3/Bot.js +102 -0
- package/lib/emptystate/version3/Contract.js +123 -0
- package/lib/emptystate/version3/CustomModule.js +90 -0
- package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
- package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
- package/lib/emptystate/version3/EmptyAPIs.js +97 -0
- package/lib/emptystate/version3/EmptyAccounts.js +121 -0
- package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
- package/lib/emptystate/version3/EmptyActivity.js +93 -0
- package/lib/emptystate/version3/EmptyAgent.js +93 -0
- package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
- package/lib/emptystate/version3/EmptyApplechat.js +105 -0
- package/lib/emptystate/version3/EmptyApproval.js +98 -0
- package/lib/emptystate/version3/EmptyArchived.js +100 -0
- package/lib/emptystate/version3/EmptyArticle.js +106 -0
- package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
- package/lib/emptystate/version3/EmptyAttach.js +93 -0
- package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
- package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
- package/lib/emptystate/version3/EmptyCanned.js +111 -0
- package/lib/emptystate/version3/EmptyChat.js +111 -0
- package/lib/emptystate/version3/EmptyCollision.js +92 -0
- package/lib/emptystate/version3/EmptyColumn.js +98 -0
- package/lib/emptystate/version3/EmptyContact.js +93 -0
- package/lib/emptystate/version3/EmptyContract.js +88 -0
- package/lib/emptystate/version3/EmptyConversation.js +93 -0
- package/lib/emptystate/version3/EmptyCrm.js +92 -0
- package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
- package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
- package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
- package/lib/emptystate/version3/EmptyDashboard.js +98 -0
- package/lib/emptystate/version3/EmptyDelete.js +83 -0
- package/lib/emptystate/version3/EmptyDepartment.js +92 -0
- package/lib/emptystate/version3/EmptyError.js +116 -0
- package/lib/emptystate/version3/EmptyFeed.js +95 -0
- package/lib/emptystate/version3/EmptyFollowers.js +93 -0
- package/lib/emptystate/version3/EmptyFrame.js +92 -0
- package/lib/emptystate/version3/EmptyHappiness.js +93 -0
- package/lib/emptystate/version3/EmptyHistory.js +92 -0
- package/lib/emptystate/version3/EmptyInstagram.js +107 -0
- package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
- package/lib/emptystate/version3/EmptyInvoice.js +97 -0
- package/lib/emptystate/version3/EmptyLine.js +107 -0
- package/lib/emptystate/version3/EmptyMessenger.js +93 -0
- package/lib/emptystate/version3/EmptyNoData.js +111 -0
- package/lib/emptystate/version3/EmptyNotification.js +92 -0
- package/lib/emptystate/version3/EmptyPreference.js +112 -0
- package/lib/emptystate/version3/EmptyProducts.js +95 -0
- package/lib/emptystate/version3/EmptyReply.js +87 -0
- package/lib/emptystate/version3/EmptyReports.js +98 -0
- package/lib/emptystate/version3/EmptySandbox.js +114 -0
- package/lib/emptystate/version3/EmptySchedule.js +134 -0
- package/lib/emptystate/version3/EmptySearch.js +102 -0
- package/lib/emptystate/version3/EmptySkills.js +140 -0
- package/lib/emptystate/version3/EmptySla.js +87 -0
- package/lib/emptystate/version3/EmptySnippet.js +102 -0
- package/lib/emptystate/version3/EmptyTag.js +95 -0
- package/lib/emptystate/version3/EmptyTask.js +108 -0
- package/lib/emptystate/version3/EmptyTeams.js +93 -0
- package/lib/emptystate/version3/EmptyTelegram.js +107 -0
- package/lib/emptystate/version3/EmptyTemplate.js +104 -0
- package/lib/emptystate/version3/EmptyTicket.js +96 -0
- package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
- package/lib/emptystate/version3/EmptyTimeline.js +93 -0
- package/lib/emptystate/version3/EmptyTopic.js +98 -0
- package/lib/emptystate/version3/EmptyTwilio.js +107 -0
- package/lib/emptystate/version3/EmptyWechat.js +107 -0
- package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
- package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
- package/lib/emptystate/version3/Export.js +88 -0
- package/lib/emptystate/version3/Extensions.js +94 -0
- package/lib/emptystate/version3/Extractor.js +87 -0
- package/lib/emptystate/version3/GCBot.js +85 -0
- package/lib/emptystate/version3/GCConversation.js +87 -0
- package/lib/emptystate/version3/Import.js +103 -0
- package/lib/emptystate/version3/KBBot.js +100 -0
- package/lib/emptystate/version3/Multilingual.js +93 -0
- package/lib/emptystate/version3/NetworkError.js +96 -0
- package/lib/emptystate/version3/Predictor.js +94 -0
- package/lib/emptystate/version3/ReadRecipients.js +92 -0
- package/lib/emptystate/version3/SupportPlan.js +108 -0
- package/lib/emptystate/version3/Variable.js +91 -0
- package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
- package/lib/emptystate/version3/index.js +552 -0
- package/lib/errorstate/index.js +15 -0
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +17 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
- package/lib/errorstate/version1/NoRequestFound.js +64 -0
- package/lib/errorstate/version1/PageNotFound.js +65 -0
- package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
- package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
- package/lib/errorstate/version1/UrlNotFound.js +65 -0
- package/lib/errorstate/version1/WillBeRightBack.js +65 -0
- package/lib/errorstate/version1/index.js +55 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
- package/lib/errorstate/version2/NotImpossible.js +102 -0
- package/lib/errorstate/version2/index.js +20 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
- package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
- package/lib/errorstate/version3/index.js +48 -0
- package/lib/index.js +16 -43
- package/package.json +76 -42
- package/es/svg/EmptyAccounts.js +0 -67
- package/es/svg/EmptyActiveCalls.js +0 -70
- package/es/svg/EmptyActivity.js +0 -70
- package/es/svg/EmptyAgent.js +0 -66
- package/es/svg/EmptyArchived.js +0 -65
- package/es/svg/EmptyAttach.js +0 -66
- package/es/svg/EmptyBlueprint.js +0 -66
- package/es/svg/EmptyBusinessHoliday.js +0 -66
- package/es/svg/EmptyBusinessHour.js +0 -66
- package/es/svg/EmptyCallHistory.js +0 -70
- package/es/svg/EmptyCloud.js +0 -65
- package/es/svg/EmptyCloudDanger.js +0 -64
- package/es/svg/EmptyContact.js +0 -67
- package/es/svg/EmptyConversation.js +0 -66
- package/es/svg/EmptyDashboard.js +0 -66
- package/es/svg/EmptyEdition.js +0 -66
- package/es/svg/EmptyFromAddress.js +0 -66
- package/es/svg/EmptyHappiness.js +0 -66
- package/es/svg/EmptyHistory.js +0 -67
- package/es/svg/EmptyImportHistory.js +0 -66
- package/es/svg/EmptyInvoice.js +0 -66
- package/es/svg/EmptyNetwork.js +0 -66
- package/es/svg/EmptyNotification.js +0 -66
- package/es/svg/EmptyProducts.js +0 -66
- package/es/svg/EmptyRecycleBin.js +0 -66
- package/es/svg/EmptyReports.js +0 -66
- package/es/svg/EmptyRoles.js +0 -66
- package/es/svg/EmptySearch.js +0 -66
- package/es/svg/EmptySkills.js +0 -66
- package/es/svg/EmptySnippet.js +0 -66
- package/es/svg/EmptyTag.js +0 -66
- package/es/svg/EmptyTask.js +0 -66
- package/es/svg/EmptyTeams.js +0 -66
- package/es/svg/EmptyTemplate.js +0 -67
- package/es/svg/EmptyTicket.js +0 -66
- package/es/svg/EmptyTimeEntry.js +0 -66
- package/es/svg/EmptyTopic.js +0 -66
- package/es/svg/EmptyWebhook.js +0 -66
- package/es/svg/FailureLog.js +0 -66
- package/es/svg/Inconvenience.js +0 -69
- package/es/svg/InvalidUrl.js +0 -784
- package/es/svg/Loader.js +0 -59
- package/es/svg/NoRequestFound.js +0 -69
- package/es/svg/PageNotFound.js +0 -69
- package/es/svg/SVG.js +0 -105
- package/es/svg/SitBack.js +0 -63
- package/es/svg/UnableToProcessRequest.js +0 -69
- package/es/svg/UnauthorizedLogin.js +0 -69
- package/es/svg/UrlNotFound.js +0 -69
- package/es/svg/WillBeRightBack.js +0 -69
- package/es/svg/docs/SVG__default.docs.js +0 -605
- package/es/svg/images/EmptyAccounts.svg +0 -55
- package/es/svg/images/EmptyActiveCalls.svg +0 -57
- package/es/svg/images/EmptyActivity.svg +0 -85
- package/es/svg/images/EmptyAgent.svg +0 -52
- package/es/svg/images/EmptyArchived.svg +0 -38
- package/es/svg/images/EmptyAttach.svg +0 -39
- package/es/svg/images/EmptyBlueprint.svg +0 -78
- package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/es/svg/images/EmptyBusinessHour.svg +0 -42
- package/es/svg/images/EmptyCallHistory.svg +0 -46
- package/es/svg/images/EmptyCloud.svg +0 -38
- package/es/svg/images/EmptyCloudDanger.svg +0 -1
- package/es/svg/images/EmptyContact.svg +0 -33
- package/es/svg/images/EmptyConversation.svg +0 -38
- package/es/svg/images/EmptyDashboard.svg +0 -42
- package/es/svg/images/EmptyEdition.svg +0 -76
- package/es/svg/images/EmptyFilter.svg +0 -62
- package/es/svg/images/EmptyFromAddress.svg +0 -41
- package/es/svg/images/EmptyHappiness.svg +0 -58
- package/es/svg/images/EmptyHistory.svg +0 -44
- package/es/svg/images/EmptyInvoice.svg +0 -45
- package/es/svg/images/EmptyNetwork.svg +0 -50
- package/es/svg/images/EmptyNotification.svg +0 -38
- package/es/svg/images/EmptyProducts.svg +0 -57
- package/es/svg/images/EmptyRecycleBin.svg +0 -58
- package/es/svg/images/EmptyReports.svg +0 -39
- package/es/svg/images/EmptyRoles.svg +0 -30
- package/es/svg/images/EmptySearch.svg +0 -37
- package/es/svg/images/EmptySkills.svg +0 -75
- package/es/svg/images/EmptySnippet.svg +0 -46
- package/es/svg/images/EmptyTag.svg +0 -43
- package/es/svg/images/EmptyTask.svg +0 -42
- package/es/svg/images/EmptyTeams.svg +0 -39
- package/es/svg/images/EmptyTemplate.svg +0 -39
- package/es/svg/images/EmptyTicket.svg +0 -33
- package/es/svg/images/EmptyTimeEntry.svg +0 -96
- package/es/svg/images/EmptyTopic.svg +0 -41
- package/es/svg/images/EmptyWebhook.svg +0 -44
- package/es/svg/images/FailureLog.svg +0 -46
- package/es/svg/images/Loader.svg +0 -62
- package/es/svg/images/NoRequestFound.svg +0 -247
- package/es/svg/images/PageNotFound.svg +0 -405
- package/es/svg/images/ReguestUrlNotFound.svg +0 -267
- package/es/svg/images/SitBack.svg +0 -464
- package/es/svg/images/UnableToProcess.svg +0 -752
- package/es/svg/images/UnauthorizedLogin.svg +0 -1047
- package/es/svg/images/WillBack.svg +0 -633
- package/lib/svg/EmptyAccounts.js +0 -89
- package/lib/svg/EmptyActiveCalls.js +0 -92
- package/lib/svg/EmptyActivity.js +0 -92
- package/lib/svg/EmptyAgent.js +0 -88
- package/lib/svg/EmptyArchived.js +0 -87
- package/lib/svg/EmptyAttach.js +0 -88
- package/lib/svg/EmptyBlueprint.js +0 -88
- package/lib/svg/EmptyBusinessHoliday.js +0 -88
- package/lib/svg/EmptyBusinessHour.js +0 -88
- package/lib/svg/EmptyCallHistory.js +0 -92
- package/lib/svg/EmptyCloud.js +0 -87
- package/lib/svg/EmptyCloudDanger.js +0 -86
- package/lib/svg/EmptyContact.js +0 -89
- package/lib/svg/EmptyConversation.js +0 -88
- package/lib/svg/EmptyDashboard.js +0 -88
- package/lib/svg/EmptyEdition.js +0 -88
- package/lib/svg/EmptyFromAddress.js +0 -88
- package/lib/svg/EmptyHappiness.js +0 -88
- package/lib/svg/EmptyHistory.js +0 -89
- package/lib/svg/EmptyImportHistory.js +0 -88
- package/lib/svg/EmptyInvoice.js +0 -88
- package/lib/svg/EmptyNetwork.js +0 -88
- package/lib/svg/EmptyNotification.js +0 -88
- package/lib/svg/EmptyProducts.js +0 -88
- package/lib/svg/EmptyRecycleBin.js +0 -88
- package/lib/svg/EmptyReports.js +0 -88
- package/lib/svg/EmptyRoles.js +0 -88
- package/lib/svg/EmptySearch.js +0 -88
- package/lib/svg/EmptySkills.js +0 -88
- package/lib/svg/EmptySnippet.js +0 -88
- package/lib/svg/EmptyTag.js +0 -88
- package/lib/svg/EmptyTask.js +0 -88
- package/lib/svg/EmptyTeams.js +0 -88
- package/lib/svg/EmptyTemplate.js +0 -89
- package/lib/svg/EmptyTicket.js +0 -88
- package/lib/svg/EmptyTimeEntry.js +0 -88
- package/lib/svg/EmptyTopic.js +0 -88
- package/lib/svg/EmptyWebhook.js +0 -88
- package/lib/svg/FailureLog.js +0 -88
- package/lib/svg/Inconvenience.js +0 -91
- package/lib/svg/InvalidUrl.js +0 -803
- package/lib/svg/Loader.js +0 -84
- package/lib/svg/NoRequestFound.js +0 -91
- package/lib/svg/PageNotFound.js +0 -91
- package/lib/svg/SVG.js +0 -124
- package/lib/svg/SitBack.js +0 -85
- package/lib/svg/UnableToProcessRequest.js +0 -91
- package/lib/svg/UnauthorizedLogin.js +0 -91
- package/lib/svg/UrlNotFound.js +0 -91
- package/lib/svg/WillBeRightBack.js +0 -91
- package/lib/svg/docs/SVG__default.docs.js +0 -765
- package/lib/svg/images/EmptyAccounts.svg +0 -55
- package/lib/svg/images/EmptyActiveCalls.svg +0 -57
- package/lib/svg/images/EmptyActivity.svg +0 -85
- package/lib/svg/images/EmptyAgent.svg +0 -52
- package/lib/svg/images/EmptyArchived.svg +0 -38
- package/lib/svg/images/EmptyAttach.svg +0 -39
- package/lib/svg/images/EmptyBlueprint.svg +0 -78
- package/lib/svg/images/EmptyBusinessHour.svg +0 -42
- package/lib/svg/images/EmptyCallHistory.svg +0 -46
- package/lib/svg/images/EmptyCloud.svg +0 -38
- package/lib/svg/images/EmptyCloudDanger.svg +0 -1
- package/lib/svg/images/EmptyContact.svg +0 -33
- package/lib/svg/images/EmptyContactInfo.svg +0 -27
- package/lib/svg/images/EmptyConversation.svg +0 -38
- package/lib/svg/images/EmptyDashboard.svg +0 -42
- package/lib/svg/images/EmptyEdition.svg +0 -76
- package/lib/svg/images/EmptyFromAddress.svg +0 -41
- package/lib/svg/images/EmptyHappiness.svg +0 -58
- package/lib/svg/images/EmptyHistory.svg +0 -44
- package/lib/svg/images/EmptyImportHistory.svg +0 -43
- package/lib/svg/images/EmptyInvoice.svg +0 -45
- package/lib/svg/images/EmptyNetwork.svg +0 -50
- package/lib/svg/images/EmptyNotification.svg +0 -38
- package/lib/svg/images/EmptyProducts.svg +0 -57
- package/lib/svg/images/EmptyRecycleBin.svg +0 -58
- package/lib/svg/images/EmptyReports.svg +0 -39
- package/lib/svg/images/EmptySearch.svg +0 -37
- package/lib/svg/images/EmptySkills.svg +0 -75
- package/lib/svg/images/EmptySnippet.svg +0 -46
- package/lib/svg/images/EmptyTag.svg +0 -43
- package/lib/svg/images/EmptyTask.svg +0 -42
- package/lib/svg/images/EmptyTeams.svg +0 -39
- package/lib/svg/images/EmptyTemplate.svg +0 -39
- package/lib/svg/images/EmptyTicket.svg +0 -33
- package/lib/svg/images/EmptyTimeEntry.svg +0 -96
- package/lib/svg/images/EmptyTopic.svg +0 -41
- package/lib/svg/images/FailureLog.svg +0 -46
- package/lib/svg/images/Inconvenience.svg +0 -719
- package/lib/svg/images/Loader.svg +0 -62
- package/lib/svg/images/NoRequestFound.svg +0 -247
- package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/SitBack.svg +0 -464
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
- package/src/index.js +0 -7
- package/src/svg/EmptyAccounts.js +0 -39
- package/src/svg/EmptyActiveCalls.js +0 -47
- package/src/svg/EmptyActivity.js +0 -47
- package/src/svg/EmptyAgent.js +0 -38
- package/src/svg/EmptyArchived.js +0 -37
- package/src/svg/EmptyAttach.js +0 -38
- package/src/svg/EmptyBlueprint.js +0 -38
- package/src/svg/EmptyBusinessHoliday.js +0 -38
- package/src/svg/EmptyBusinessHour.js +0 -38
- package/src/svg/EmptyCallHistory.js +0 -47
- package/src/svg/EmptyCloud.js +0 -37
- package/src/svg/EmptyCloudDanger.js +0 -36
- package/src/svg/EmptyContact.js +0 -39
- package/src/svg/EmptyConversation.js +0 -38
- package/src/svg/EmptyDashboard.js +0 -38
- package/src/svg/EmptyEdition.js +0 -38
- package/src/svg/EmptyFromAddress.js +0 -38
- package/src/svg/EmptyHappiness.js +0 -38
- package/src/svg/EmptyHistory.js +0 -39
- package/src/svg/EmptyImportHistory.js +0 -38
- package/src/svg/EmptyInvoice.js +0 -38
- package/src/svg/EmptyNetwork.js +0 -38
- package/src/svg/EmptyNotification.js +0 -38
- package/src/svg/EmptyProducts.js +0 -38
- package/src/svg/EmptyRecycleBin.js +0 -38
- package/src/svg/EmptyReports.js +0 -38
- package/src/svg/EmptyRoles.js +0 -38
- package/src/svg/EmptySearch.js +0 -38
- package/src/svg/EmptySkills.js +0 -38
- package/src/svg/EmptySnippet.js +0 -38
- package/src/svg/EmptyTag.js +0 -38
- package/src/svg/EmptyTask.js +0 -38
- package/src/svg/EmptyTeams.js +0 -38
- package/src/svg/EmptyTemplate.js +0 -39
- package/src/svg/EmptyTicket.js +0 -38
- package/src/svg/EmptyTimeEntry.js +0 -38
- package/src/svg/EmptyTopic.js +0 -38
- package/src/svg/EmptyWebhook.js +0 -38
- package/src/svg/FailureLog.js +0 -38
- package/src/svg/Inconvenience.js +0 -41
- package/src/svg/InvalidUrl.js +0 -758
- package/src/svg/Loader.js +0 -34
- package/src/svg/NoRequestFound.js +0 -41
- package/src/svg/PageNotFound.js +0 -41
- package/src/svg/SVG.js +0 -91
- package/src/svg/SVG.module.css +0 -27
- package/src/svg/SitBack.js +0 -37
- package/src/svg/UnableToProcessRequest.js +0 -41
- package/src/svg/UnauthorizedLogin.js +0 -41
- package/src/svg/UrlNotFound.js +0 -41
- package/src/svg/WillBeRightBack.js +0 -41
- package/src/svg/docs/SVG__default.docs.js +0 -289
- package/src/svg/images/EmptyAccounts.svg +0 -55
- package/src/svg/images/EmptyActiveCalls.svg +0 -57
- package/src/svg/images/EmptyActivity.svg +0 -85
- package/src/svg/images/EmptyAgent.svg +0 -52
- package/src/svg/images/EmptyArchived.svg +0 -38
- package/src/svg/images/EmptyAttach.svg +0 -39
- package/src/svg/images/EmptyBlueprint.svg +0 -78
- package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/src/svg/images/EmptyCallHistory.svg +0 -46
- package/src/svg/images/EmptyCloud.svg +0 -38
- package/src/svg/images/EmptyCloudDanger.svg +0 -1
- package/src/svg/images/EmptyContact.svg +0 -33
- package/src/svg/images/EmptyContactInfo.svg +0 -27
- package/src/svg/images/EmptyConversation.svg +0 -38
- package/src/svg/images/EmptyDashboard.svg +0 -42
- package/src/svg/images/EmptyEdition.svg +0 -76
- package/src/svg/images/EmptyFilter.svg +0 -62
- package/src/svg/images/EmptyHappiness.svg +0 -58
- package/src/svg/images/EmptyHistory.svg +0 -44
- package/src/svg/images/EmptyImportHistory.svg +0 -43
- package/src/svg/images/EmptyInvoice.svg +0 -45
- package/src/svg/images/EmptyNotification.svg +0 -38
- package/src/svg/images/EmptyProducts.svg +0 -57
- package/src/svg/images/EmptyReports.svg +0 -39
- package/src/svg/images/EmptyRoles.svg +0 -30
- package/src/svg/images/EmptySearch.svg +0 -37
- package/src/svg/images/EmptySkills.svg +0 -75
- package/src/svg/images/EmptySnippet.svg +0 -46
- package/src/svg/images/EmptyTag.svg +0 -43
- package/src/svg/images/EmptyTask.svg +0 -42
- package/src/svg/images/EmptyTeams.svg +0 -39
- package/src/svg/images/EmptyTemplate.svg +0 -39
- package/src/svg/images/EmptyTicket.svg +0 -33
- package/src/svg/images/EmptyTimeEntry.svg +0 -96
- package/src/svg/images/EmptyTopic.svg +0 -41
- package/src/svg/images/EmptyWebhook.svg +0 -44
- package/src/svg/images/Inconvenience.svg +0 -719
- package/src/svg/images/Loader.svg +0 -62
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/SitBack.svg +0 -464
- package/src/svg/images/UnableToProcess.svg +0 -752
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("./../props/propTypes");
|
|
10
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
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); }; }
|
|
25
|
+
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); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
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; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var UnableToProcessRequest = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(UnableToProcessRequest, _React$Component);
|
|
31
|
+
var _super = _createSuper(UnableToProcessRequest);
|
|
32
|
+
function UnableToProcessRequest() {
|
|
33
|
+
_classCallCheck(this, UnableToProcessRequest);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(UnableToProcessRequest, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 500 500",
|
|
41
|
+
name: "UnableToProcessRequest"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.ErrorUnableToProcessRequest_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUnableToProcessRequest_svg__cls-10,.ErrorUnableToProcessRequest_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnableToProcessRequest_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnableToProcessRequest_svg__cls-8{stroke:var(--zd_emptysvg_plus))}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
44
|
+
d: "M147.82 163s33.78-54.77 54.77-11 32.87 82.16 94 33.78 86.73-55.69 109.55-25.57S450.46 446.92 227.24 394c0 0-176.65-66.68-79.42-231z"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
46
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
47
|
+
cx: 104.8,
|
|
48
|
+
cy: 371.02,
|
|
49
|
+
r: 25.39
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
51
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
52
|
+
cx: 88.11,
|
|
53
|
+
cy: 127.46,
|
|
54
|
+
r: 25.39
|
|
55
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
56
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
57
|
+
cx: 305.58,
|
|
58
|
+
cy: 80.1,
|
|
59
|
+
r: 12.74
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
61
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
62
|
+
cx: 154.07,
|
|
63
|
+
cy: 416.31,
|
|
64
|
+
r: 12.74
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
66
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
67
|
+
cx: 388.36,
|
|
68
|
+
cy: 404.29,
|
|
69
|
+
r: 12.74
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
71
|
+
d: "M297 255.54s-110.07 41.88-93 62.4 36.49 23.37 19.38 54.15-.57 37.63 12 37.63 47.47-5.82 54.89-21.78 6.73-132.4 6.73-132.4z",
|
|
72
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
73
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
74
|
+
d: "M233.85 228.91s51.63 1.49 50.52 13.36-88.71 13.37-105-3 101.33-17.25 120.26.84-86.11 31.46-126.2 4.36c0 0-2-2.64 0-3.93s1.83 88.22-.87 95.27-21.28 21.77-35.69 15.05-14.41-28.18-14.73-39.71-1-38.74 24-40.34 27.54 21.45 30.43 35.54 0-63.08-8-63.08-52.52 12.17-57 34.26-5.76 71.73 10.89 83.58 46.75 7.68 50.59 13.76.92 13.91 4.35 17.91 53.12 47.29 111.71 4.71a15.46 15.46 0 006.35-12l.72-19.46a3.07 3.07 0 00-3.81-3.1c-14.64 3.6-66.91 14.15-109.25-6.77 0 0-2.29-10.87 5.71-9.15 7 1.49 65.43 15.1 92.94 7.7a20.09 20.09 0 0114.66 2c1.55.82 3.41.54 5.46-2.26 5.88-8 78.5-143.52 75.07-160.68s-23.44-41.74-37.74-40.6-72.62 17.16-72.62 17.16-48-13.16-52.61-6.87 29.75 66 48.61 60.62c15-4.27-31.45-58.33-40-59.47s16 43.46 34.88 53.18 14.87-21.73 20-25.73 53.75-24 62.9-21.16 21.73 20.58 18.87 33.16-56 83.49-59.47 85.2.4-40.64 1.41-39.47-1.51 50.18-1.14 52-64 22.67-111.87-3.72c0 0-3.23-4.67.34-4.67s56.51 25.24 108.34 2.9",
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round",
|
|
77
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
78
|
+
strokeWidth: 1.5,
|
|
79
|
+
fill: "none"
|
|
80
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
81
|
+
cx: 262.76,
|
|
82
|
+
cy: 118.03,
|
|
83
|
+
rx: 3.54,
|
|
84
|
+
ry: 3.51,
|
|
85
|
+
strokeMiterlimit: 10,
|
|
86
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
87
|
+
fill: "none"
|
|
88
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
89
|
+
cx: 268.03,
|
|
90
|
+
cy: 418.99,
|
|
91
|
+
rx: 3.54,
|
|
92
|
+
ry: 3.51,
|
|
93
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
94
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
95
|
+
cx: 73.6,
|
|
96
|
+
cy: 269.02,
|
|
97
|
+
rx: 3.31,
|
|
98
|
+
ry: 3.28,
|
|
99
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
100
|
+
strokeMiterlimit: 10,
|
|
101
|
+
fill: "none"
|
|
102
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
103
|
+
cx: 447.7,
|
|
104
|
+
cy: 274.29,
|
|
105
|
+
rx: 3.31,
|
|
106
|
+
ry: 3.28,
|
|
107
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
108
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
109
|
+
className: "ErrorUnableToProcessRequest_svg__cls-8",
|
|
110
|
+
d: "M125.09 158.74l-.35 6.18M121.8 161.66l6.23.35"
|
|
111
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
112
|
+
cx: 405.86,
|
|
113
|
+
cy: 376.16,
|
|
114
|
+
rx: 2.46,
|
|
115
|
+
ry: 2.44,
|
|
116
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
117
|
+
strokeLinecap: "round",
|
|
118
|
+
strokeLinejoin: "round",
|
|
119
|
+
fill: "none"
|
|
120
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
121
|
+
className: "ErrorUnableToProcessRequest_svg__cls-10",
|
|
122
|
+
d: "M404.92 114.3l4.16 4.61M404.68 118.67l4.65-4.13"
|
|
123
|
+
}));
|
|
124
|
+
}
|
|
125
|
+
}]);
|
|
126
|
+
return UnableToProcessRequest;
|
|
127
|
+
}(_react["default"].Component);
|
|
128
|
+
exports["default"] = UnableToProcessRequest;
|
|
129
|
+
UnableToProcessRequest.propTypes = _propTypes.ErrorStateProps;
|
|
130
|
+
UnableToProcessRequest.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.ErrorStateDefaultProps), {}, {
|
|
131
|
+
dataId: 'unabletoprocessrequest'
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
// if (__DOCS__) {
|
|
135
|
+
// UnableToProcessRequest.docs = {
|
|
136
|
+
// componentGroup: 'Emptystate'
|
|
137
|
+
// };
|
|
138
|
+
// }
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("./../props/propTypes");
|
|
10
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
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); }; }
|
|
25
|
+
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); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
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; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var UnauthorizedLogin = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(UnauthorizedLogin, _React$Component);
|
|
31
|
+
var _super = _createSuper(UnauthorizedLogin);
|
|
32
|
+
function UnauthorizedLogin() {
|
|
33
|
+
_classCallCheck(this, UnauthorizedLogin);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(UnauthorizedLogin, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 -30 500 500",
|
|
41
|
+
name: "UnauthorizedLogin"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("style", null, '.bouncer_svg__st0{opacity:5.000000e-02;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.bouncer_svg__st5,.bouncer_svg__st7{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.bouncer_svg__st7{stroke:var(--zd_emptysvg_cross)}.bouncer_svg__st9{fill:var(--zd_emptysvg_secondary_fill);enable-background:new}'), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
className: "bouncer_svg__st0",
|
|
44
|
+
d: "M135.6 156.5s33.8-54.8 54.8-11 32.9 82.2 94 33.8 86.7-55.7 109.5-25.6S438.2 440.4 215 387.5c0 0-176.7-66.6-79.4-231z"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
46
|
+
className: "bouncer_svg__st0",
|
|
47
|
+
cx: 92.6,
|
|
48
|
+
cy: 364.5,
|
|
49
|
+
r: 25.4
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
51
|
+
className: "bouncer_svg__st0",
|
|
52
|
+
cx: 75.9,
|
|
53
|
+
cy: 121,
|
|
54
|
+
r: 25.4
|
|
55
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
56
|
+
className: "bouncer_svg__st0",
|
|
57
|
+
cx: 293.4,
|
|
58
|
+
cy: 73.6,
|
|
59
|
+
r: 12.7
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
61
|
+
className: "bouncer_svg__st0",
|
|
62
|
+
cx: 141.8,
|
|
63
|
+
cy: 409.8,
|
|
64
|
+
r: 12.7
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
66
|
+
className: "bouncer_svg__st0",
|
|
67
|
+
cx: 376.1,
|
|
68
|
+
cy: 397.8,
|
|
69
|
+
r: 12.7
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
71
|
+
cx: 319.4,
|
|
72
|
+
cy: 65.1,
|
|
73
|
+
style: {
|
|
74
|
+
fill: 'none',
|
|
75
|
+
stroke: 'var(--zd_emptysvg_medium_circle)',
|
|
76
|
+
strokeMiterlimit: 10
|
|
77
|
+
},
|
|
78
|
+
r: 3.5
|
|
79
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
80
|
+
cx: 254.7,
|
|
81
|
+
cy: 426,
|
|
82
|
+
style: {
|
|
83
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
84
|
+
},
|
|
85
|
+
r: 3.5
|
|
86
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
87
|
+
cx: 60.3,
|
|
88
|
+
cy: 276.1,
|
|
89
|
+
style: {
|
|
90
|
+
fill: 'none',
|
|
91
|
+
stroke: 'var(--zd_emptysvg_tiny_circle)',
|
|
92
|
+
strokeMiterlimit: 10
|
|
93
|
+
},
|
|
94
|
+
r: 3.3
|
|
95
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
96
|
+
cx: 434.4,
|
|
97
|
+
cy: 281.3,
|
|
98
|
+
style: {
|
|
99
|
+
fill: 'var(--zd_emptysvg_tiny_circle)'
|
|
100
|
+
},
|
|
101
|
+
r: 3.3
|
|
102
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
103
|
+
className: "bouncer_svg__st5",
|
|
104
|
+
d: "m111.8 165.8-.4 6.2M108.5 168.7l6.2.4"
|
|
105
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
106
|
+
cx: 392.5,
|
|
107
|
+
cy: 383.2,
|
|
108
|
+
rx: 2.5,
|
|
109
|
+
ry: 2.4,
|
|
110
|
+
style: {
|
|
111
|
+
fill: 'none',
|
|
112
|
+
stroke: 'var(--zd_emptysvg_small_circle)',
|
|
113
|
+
strokeLinecap: 'round',
|
|
114
|
+
strokeLinejoin: 'round'
|
|
115
|
+
}
|
|
116
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
117
|
+
className: "bouncer_svg__st7",
|
|
118
|
+
d: "m391.6 121.3 4.2 4.7M391.4 125.7l4.6-4.1"
|
|
119
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
120
|
+
d: "M304.9 307.9s-49.7 71.4-153 62.2c0 0-31.2-42.1-19.8-66.2 11.4-24.1 54.4-21.1 55-19.4.6 1.7-30 11.6-26.8 21.1 0 0 1.3 2.6 1.6 2.5.4-.1 8.6-13.4 21.7-18 0 0-25 18.3-22.8 23s7.6 3.1 7.6 3.1 5.8-19.2 21.2-21.8c0 0-16.7 10.1-16.2 16.3 0 0 2.4 6.2 5.6 5.9 3.2-.4 7.9-13.3 15.7-19.1 0 0-10.8 12.2-8.5 16.3 2.3 4 12.2-4 14.6-9 0 0 11.8-.8 15-2.9 3.2-2.1-22.1-13.5-27.3-14.2-5.2-.7 24.1 5.9 30.5 13.5l17.9 2.3s45.9-16.4 64.6-13.3c18.7 3.1 19.6 13.6 19.6 13.6 3.8-1 7.8-.8 11.6.4s7 3.6 9.5 6.7c0 0-15.6-10.3-36.4-1.2 0 0-19.5 31.4-58.4 48 0 0 31.8 18.7 76.1 9.2 0 0-37.1 1.3-49-7.8 0 0 56.4 7.5 79.5 4.6 0 0 39.1-22.7 21.3-61.9 0 0-18.8-17.4-53.6-11l-2.4 6s4.5-18.6 14.2-28.3c-4.2 1.7-7.7 4.8-9.9 8.7 0 0-3.6-28.1 6.9-37.9 0 0 47.4 0 45.8 41.9 0 0-1 11.7-14-1s12.3 10.7 12.7 16.2c.4 5.5 10.2-48.5-47.4-60.9s-71.5 23.5-69.9 30.1c1.6 6.6-7.6-22.2-55-29.8l14.9-13.6s37.5 17.4 75.7 0l23.6 8.2s-12.1-6.7-23.2-10c0 0-6.5-9.4-6.7-34.2 0-2.8-.1-5.6-.4-8.4-.4-4.8-.9-12.1.4-13.1 1.9-1.5 5.2 9.5 2.6 13.4-2.6 3.9-1.3-17.5-5-21.1-3.7-3.7-23.8-5.3-24.4-3.2-.6 2.1-.4 11.4 10.4 10.3 10.8-1.1 13.4-2.5 12.5-11.3-.9-8.8-2-23.8-28.1-23.4-26.1.4-26.8 18.8-27.2 26.1.4-.1.8-.1 1.2.1.4.2.7.4.9.8.9 1.3 1.1 6.7 7.6 7.3 6.5.7 14.9.9 16-7.6 0 0 3.4-2.1 5.7-1.3 2.4.7-6.2-.6-6.2-.6s-7.4-5.9-19.3-1.9c-1.8.9-3.4 2.2-4.7 3.8s-2.2 3.4-2.7 5.4l.5 3.2s1-4.3 3.2-5.8l-3-2.9c-1.1 3-1.5 6.2-1.2 9.3 0 0 1.7 16-.8 15.1-2.5-.9-5-8.1-1.9-15 0 0 3.5 9.8 1.6 11.1-1.9 1.2-1.3-10.8-.1-12.1 1.2-1.3 8.1 30-5.1 54 0 0-29.3 16.4-27.2 16.4 2.1 0-66.5 11.2-59.5 58.6 0 0 12.6-22.9 40.9-28.5 0 0-15.2-.7-32.9 11.7 0 0 4.5-23.9 54.8-41.1l24.5-15.8s8.7-17.6 8-27.2c0 0 6.2 15.8 27.6 14.3s12.6-31.3 12.6-31.3-12-8.3-24.6.9c0 0-6.6 24.2 11.3 24.5 17.8.3 12.8-22.4 11.9-24-.9-1.7-16-4.7-20.2.1 0 0-3.5 15.1 3.6 13.3 0 0 4.4.8 4.3-7l4.5-.2s-1.8 6.6 3.1 7.6c4.8 1-2.1 16.3.8 16 3-.3 22.6.5 22.6-25.5",
|
|
121
|
+
style: {
|
|
122
|
+
fill: 'none',
|
|
123
|
+
stroke: 'var(--zd_emptysvg_primary_stroke)',
|
|
124
|
+
strokeWidth: 1.5,
|
|
125
|
+
strokeLinecap: 'round',
|
|
126
|
+
strokeLinejoin: 'round'
|
|
127
|
+
}
|
|
128
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
129
|
+
className: "bouncer_svg__st9",
|
|
130
|
+
d: "m229.4 153.6 2.8-2.4s16.7-2.1 18.6 2.3c1.9 4.4-3 8.9-10.3 9-7.2.1-11.5-3.1-11.1-8.9zM259.5 154.5l2.8-2.6s16.6-2.3 18.5 2.5c1.9 4.8-3 9.7-10.2 9.8-7.2.1-11.5-3.5-11.1-9.7zM251.3 200.4s-13.8-4.8-7.8-24.1c0 0 11.1-8.4 24.8-.3 0 0 6.8 21.6-8.6 24.4-2.3 1.1-5.1 1.1-8.4 0z"
|
|
131
|
+
}));
|
|
132
|
+
}
|
|
133
|
+
}]);
|
|
134
|
+
return UnauthorizedLogin;
|
|
135
|
+
}(_react["default"].Component);
|
|
136
|
+
exports["default"] = UnauthorizedLogin;
|
|
137
|
+
UnauthorizedLogin.propTypes = _propTypes.ErrorStateProps;
|
|
138
|
+
UnauthorizedLogin.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.ErrorStateDefaultProps), {}, {
|
|
139
|
+
dataId: 'unauthorizedlogin'
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
// if (__DOCS__) {
|
|
143
|
+
// UnauthorizedLogin.docs = {
|
|
144
|
+
// componentGroup: 'Emptystate'
|
|
145
|
+
// };
|
|
146
|
+
// }
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("./../props/propTypes");
|
|
10
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
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); }; }
|
|
25
|
+
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); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
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; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var UrlNotFound = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(UrlNotFound, _React$Component);
|
|
31
|
+
var _super = _createSuper(UrlNotFound);
|
|
32
|
+
function UrlNotFound() {
|
|
33
|
+
_classCallCheck(this, UrlNotFound);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(UrlNotFound, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 500 500",
|
|
41
|
+
name: "UrlNotFound"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.ErrorUrlNotFound_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUrlNotFound_svg__cls-10,.ErrorUrlNotFound_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUrlNotFound_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUrlNotFound_svg__cls-8{stroke:var(--zd_emptysvg_cross)}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
44
|
+
d: "M148.89 174.69s33.77-54.78 54.77-11 32.87 82.17 94 33.78 86.77-55.65 109.59-25.47 44.28 286.67-178.94 233.72c0-.05-176.65-66.72-79.42-231.03z"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
46
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
47
|
+
cx: 105.87,
|
|
48
|
+
cy: 382.71,
|
|
49
|
+
r: 25.39
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
51
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
52
|
+
cx: 89.18,
|
|
53
|
+
cy: 139.16,
|
|
54
|
+
r: 25.39
|
|
55
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
56
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
57
|
+
cx: 306.65,
|
|
58
|
+
cy: 91.79,
|
|
59
|
+
r: 12.74
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
61
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
62
|
+
cx: 155.14,
|
|
63
|
+
cy: 428.01,
|
|
64
|
+
r: 12.74
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
66
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
67
|
+
cx: 389.43,
|
|
68
|
+
cy: 415.99,
|
|
69
|
+
r: 12.74
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
71
|
+
d: "M147.26 384.22l22.71 7s.88-5.55.16-15.67 7.59-17.34 7.59-17.34 15.89-17.34 15.89-19.14-21.31-58.52-23.12-69.72 7.59-50.94 7.59-50.94l2.53 27.46s17.7 1.8 21.67-1.09.72-24.92.72-24.92l-20.95-.73s-4 14.09-14.09 36.85c-8.26 18.59-19.65 95.5-23.75 126.21-.92 6.89-1.47 11.45-1.53 12.51-.37 5.78-10.48 12.28-10.48 12.28s6.86.72 9.39-4.33 14.81-14.45 19.15-7.95-6.14 13.36-11.2 18.49-15.9 2.82-18.79 0-.72-12.71-.72-12.71c-11.2-22-13-151.72-13-151.72l1.8 23.48-15.17.36 25.65-65c56-40.46 93.92 10.12 93.92 10.12l1.09 78.75 2.53-81.28c-5.28-13.48-27.46-22-27.46-22-55.63-21.67-80.56 22.76-80.56 22.76s18.79-40.82 71.53-44.43 76.94 44.43 75.86 40.46-23.48-24.57-23.48-24.57l72.26 7.48s-41.18 17.7-44.43 22.76-41.91 11.56-41.91 11.56l15.17 6.86-6 64.58-14.33.35s-6.23 46.52-6.23 49.66-16.94 13.41-22.38 17.34-3.56 25.73-3.56 25.73-.21-15.48 0-23.64-7.53-9.41-7.53-9.41c-9.62 0-10.75 8.58-10.75 8.58v23.11c0 3.49 3.22 9.67 8.6 10.08s10.87-5.17 10.87-5.17l53.77 15.83s-.13-165.23.13-174.77-3.22-8.37-2.52-6 53.46 52.51 54 54 77-45.15 77-45.15l-52-42c-4.13.17-74.75 31.47-72.94 33.73s69.49-36.1 69.49-36.1l1.91 168.32-72.06 48.33",
|
|
72
|
+
strokeLinecap: "round",
|
|
73
|
+
strokeLinejoin: "round",
|
|
74
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
75
|
+
strokeWidth: 1.5,
|
|
76
|
+
fill: "none"
|
|
77
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
78
|
+
d: "M129.31 207.53s-8.67 115.3 1.13 176.69c0 0 7 4 9-5.4 6.74-31.64 17.12-114.22 30.21-147.44 0 0 32.66 101.9 30.7 105.82s-6.8 22.07-3.92 21.55c13.22-2.4 35.92-69.89 20.9-133.25-.02 0-22.53-45.08-88.02-17.97z",
|
|
79
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
80
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
81
|
+
cx: 263.83,
|
|
82
|
+
cy: 122.29,
|
|
83
|
+
rx: 3.54,
|
|
84
|
+
ry: 3.51,
|
|
85
|
+
strokeMiterlimit: 10,
|
|
86
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
87
|
+
fill: "none"
|
|
88
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
89
|
+
cx: 269.1,
|
|
90
|
+
cy: 423.25,
|
|
91
|
+
rx: 3.54,
|
|
92
|
+
ry: 3.51,
|
|
93
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
94
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
95
|
+
cx: 74.67,
|
|
96
|
+
cy: 273.28,
|
|
97
|
+
rx: 3.31,
|
|
98
|
+
ry: 3.28,
|
|
99
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
100
|
+
strokeMiterlimit: 10,
|
|
101
|
+
fill: "none"
|
|
102
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
103
|
+
cx: 448.76,
|
|
104
|
+
cy: 278.55,
|
|
105
|
+
rx: 3.31,
|
|
106
|
+
ry: 3.28,
|
|
107
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
108
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
109
|
+
className: "ErrorUrlNotFound_svg__cls-8",
|
|
110
|
+
d: "M126.16 163.01l-.35 6.17M122.87 165.92l6.23.35"
|
|
111
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
112
|
+
cx: 406.93,
|
|
113
|
+
cy: 380.42,
|
|
114
|
+
rx: 2.46,
|
|
115
|
+
ry: 2.44,
|
|
116
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
117
|
+
strokeLinecap: "round",
|
|
118
|
+
strokeLinejoin: "round",
|
|
119
|
+
fill: "none"
|
|
120
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
121
|
+
className: "ErrorUrlNotFound_svg__cls-10",
|
|
122
|
+
d: "M405.99 118.56l4.16 4.61M405.75 122.93l4.65-4.12"
|
|
123
|
+
}));
|
|
124
|
+
}
|
|
125
|
+
}]);
|
|
126
|
+
return UrlNotFound;
|
|
127
|
+
}(_react["default"].Component);
|
|
128
|
+
exports["default"] = UrlNotFound;
|
|
129
|
+
UrlNotFound.propTypes = _propTypes.ErrorStateProps;
|
|
130
|
+
UrlNotFound.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.ErrorStateDefaultProps), {}, {
|
|
131
|
+
dataId: 'urlnotfound'
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
// if (__DOCS__) {
|
|
135
|
+
// UrlNotFound.docs = {
|
|
136
|
+
// componentGroup: 'Emptystate'
|
|
137
|
+
// };
|
|
138
|
+
// }
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("./../props/propTypes");
|
|
10
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
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); }; }
|
|
25
|
+
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); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
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; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var WillBeRightBack = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(WillBeRightBack, _React$Component);
|
|
31
|
+
var _super = _createSuper(WillBeRightBack);
|
|
32
|
+
function WillBeRightBack() {
|
|
33
|
+
_classCallCheck(this, WillBeRightBack);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(WillBeRightBack, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 695.38 500",
|
|
41
|
+
name: "WillBeRightBack"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.ErrorWillBeRightBack_svg__cls-1,.ErrorWillBeRightBack_svg__cls-2{fill:var(--zd_emptysvg_secondary_fill)}.ErrorWillBeRightBack_svg__cls-1{opacity:.05}.ErrorWillBeRightBack_svg__cls-10,.ErrorWillBeRightBack_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorWillBeRightBack_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorWillBeRightBack_svg__cls-8{stroke:var(--zd_emptysvg_plus)}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
44
|
+
d: "M138.24 163.53S172 108.75 193 152.58s32.87 82.16 94 33.77 86.73-55.69 109.55-25.56 44.28 286.67-178.94 233.72c.05 0-176.61-66.65-79.37-230.98z"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
46
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
47
|
+
cx: 95.22,
|
|
48
|
+
cy: 371.55,
|
|
49
|
+
r: 25.39
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
51
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
52
|
+
cx: 78.54,
|
|
53
|
+
cy: 128,
|
|
54
|
+
r: 25.39
|
|
55
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
56
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
57
|
+
cx: 296,
|
|
58
|
+
cy: 80.64,
|
|
59
|
+
r: 12.74
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
61
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
62
|
+
cx: 144.49,
|
|
63
|
+
cy: 416.85,
|
|
64
|
+
r: 12.74
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
66
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
67
|
+
cx: 378.78,
|
|
68
|
+
cy: 404.83,
|
|
69
|
+
r: 12.74
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
71
|
+
className: "ErrorWillBeRightBack_svg__cls-2",
|
|
72
|
+
d: "M197.65 260.2s-37.79 13.9-26.82 41.53 35.49 2.54 38.75 54 31.65 15.7 31.65 15.7 10.64-19.9 13-20.31 11.67-25 11.22-32.18 19.17 3.75 26.77-12.33 9.16-17.33 7.1-31.18c-3.93-26.43-54.27-38.22-101.67-15.23zM514.22 175.75s20.76-5.5 39.38 4.1l71.4-23.68zM563.61 183.49s24.11 3.37 35.52 18.67l30.51-46z"
|
|
73
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
74
|
+
d: "M197.52 185.74s-94.89 36.5-76.24 144.37 156.79 96.51 190.24 61.54c0 0 36.18-27.27 40.1-95.61h0c0-41.67-50.39-112.71-109.2-115.31a35.36 35.36 0 00-20.37 5c-7 4.39-13.45 12.08-6.06 24.33 13.14 21.78 31.17-5.26 30.42-9.39-.68-3.73-12.1-7.16-24 14.42a13.31 13.31 0 01-14 6.59c-4.57-.82-9.39-2.18-11.45-4.41-4.41-4.8-16.32 4.61-7.87 10.75s10.95 6.72 6.34 11.14-18 13.44-9.22 17.47 66.44 18.44 76.23 1.54-81.78-10.97-92.15 30.83c0 0-7.29 20.07 20.93 27.17s8.64 72.2 34.95 68c0 0 12.29-2.88 19.39-21.32 4.18-10.82 14.62-16.32 20.85-17.78a5.87 5.87 0 017.19 6.64c-.85 5.12-5.06 13-10.56 16.33-10 5.95-10.23-15.56-5.69-22.85s15.82-33.94 0-46.45-18-5.79-17.93-3.29c.19 8.84 23.62 29.57 38.21 23.43s21.32-22.08 19.2-29-18.05-14.21-20.93-9 11 12.86 26.89 9.22c14.34-3.29 30.86-1.13 32.34 15.44a19.31 19.31 0 0022.05 17.11c12.4-1.83 31.36-11.52 60-39.05h0s11.21-5.87 19.05-39.19 77.44-.66 108.15-23.85 75.34-57.78 75.34-57.78l-56.11 20.79s25.28 3.19 35.52 18.67l30.51-46L558.38 183l-3 20.26-1.82-23.45s-14.53-8.56-39.38-4.1L625 156.17l-77.77 27.55s16.92 22.63-8 34.15-75-30.34-100.53-22.46-27.81 29.21-27.81 29.21",
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round",
|
|
77
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
78
|
+
strokeWidth: 1.5,
|
|
79
|
+
fill: "none"
|
|
80
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
81
|
+
cx: 253.18,
|
|
82
|
+
cy: 132.09,
|
|
83
|
+
rx: 3.54,
|
|
84
|
+
ry: 3.51,
|
|
85
|
+
strokeMiterlimit: 10,
|
|
86
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
87
|
+
fill: "none"
|
|
88
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
89
|
+
cx: 258.45,
|
|
90
|
+
cy: 433.05,
|
|
91
|
+
rx: 3.54,
|
|
92
|
+
ry: 3.51,
|
|
93
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
94
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
95
|
+
cx: 64.02,
|
|
96
|
+
cy: 283.08,
|
|
97
|
+
rx: 3.31,
|
|
98
|
+
ry: 3.28,
|
|
99
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
100
|
+
strokeMiterlimit: 10,
|
|
101
|
+
fill: "none"
|
|
102
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
103
|
+
cx: 438.12,
|
|
104
|
+
cy: 288.35,
|
|
105
|
+
rx: 3.31,
|
|
106
|
+
ry: 3.28,
|
|
107
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
108
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
109
|
+
className: "ErrorWillBeRightBack_svg__cls-8",
|
|
110
|
+
d: "M115.52 172.8l-.36 6.18M112.23 175.72l6.22.34"
|
|
111
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
112
|
+
cx: 396.28,
|
|
113
|
+
cy: 390.22,
|
|
114
|
+
rx: 2.46,
|
|
115
|
+
ry: 2.44,
|
|
116
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
117
|
+
strokeLinecap: "round",
|
|
118
|
+
strokeLinejoin: "round",
|
|
119
|
+
fill: "none"
|
|
120
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
121
|
+
className: "ErrorWillBeRightBack_svg__cls-10",
|
|
122
|
+
d: "M395.35 128.36l4.15 4.61M395.1 132.72l4.65-4.12"
|
|
123
|
+
}));
|
|
124
|
+
}
|
|
125
|
+
}]);
|
|
126
|
+
return WillBeRightBack;
|
|
127
|
+
}(_react["default"].Component);
|
|
128
|
+
exports["default"] = WillBeRightBack;
|
|
129
|
+
WillBeRightBack.propTypes = _propTypes.ErrorStateProps;
|
|
130
|
+
WillBeRightBack.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.ErrorStateDefaultProps), {}, {
|
|
131
|
+
dataId: 'willberightback'
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
// if (__DOCS__) {
|
|
135
|
+
// WillBeRightBack.docs = {
|
|
136
|
+
// componentGroup: 'Emptystate'
|
|
137
|
+
// };
|
|
138
|
+
// }
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "ErrorInconvenience", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _ErrorInconvenience["default"];
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "ErrorOopsSomethingMiss", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _ErrorOopsSomethingMiss["default"];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "ErrorUnableToProcessRequest", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _ErrorUnableToProcessRequest["default"];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "ErrorUnauthorizedLogin", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _ErrorUnauthorizedLogin["default"];
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "ErrorUrlNotFound", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _ErrorUrlNotFound["default"];
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "ErrorWillBeRightBack", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _ErrorWillBeRightBack["default"];
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
var _ErrorInconvenience = _interopRequireDefault(require("./ErrorInconvenience"));
|
|
43
|
+
var _ErrorOopsSomethingMiss = _interopRequireDefault(require("./ErrorOopsSomethingMiss"));
|
|
44
|
+
var _ErrorUnableToProcessRequest = _interopRequireDefault(require("./ErrorUnableToProcessRequest"));
|
|
45
|
+
var _ErrorUnauthorizedLogin = _interopRequireDefault(require("./ErrorUnauthorizedLogin"));
|
|
46
|
+
var _ErrorUrlNotFound = _interopRequireDefault(require("./ErrorUrlNotFound"));
|
|
47
|
+
var _ErrorWillBeRightBack = _interopRequireDefault(require("./ErrorWillBeRightBack"));
|
|
48
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|