@zohodesk/svg 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/light/mode/SVG_LightMode.module.css +37 -0
- package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +10 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +139 -0
- package/coverage/coverage-summary.json +140 -0
- package/coverage/favicon.png +0 -0
- package/coverage/images/EmptyBusinessHoliday.svg.html +235 -0
- package/coverage/images/EmptyBusinessHour.svg.html +211 -0
- package/coverage/images/EmptyCustomDomain.svg.html +340 -0
- package/coverage/images/EmptyFromAddress.svg.html +208 -0
- package/coverage/images/EmptyImportHistory.svg.html +214 -0
- package/coverage/images/EmptyNetwork.svg.html +235 -0
- package/coverage/images/EmptyRecycleBin.svg.html +259 -0
- package/coverage/images/EmptyRoles.svg.html +175 -0
- package/coverage/images/EmptyWebhook.svg.html +217 -0
- package/coverage/images/FailureLog.svg.html +223 -0
- package/coverage/images/Inconvenience.svg.html +2242 -0
- package/coverage/images/NoRequestFound.svg.html +826 -0
- package/coverage/images/PageNotFound.svg.html +1300 -0
- package/coverage/images/ReguestUrlNotFound.svg.html +886 -0
- package/coverage/images/UnableToProcess.svg.html +2341 -0
- package/coverage/images/UnauthorizedLogin.svg.html +3226 -0
- package/coverage/images/WillBack.svg.html +1984 -0
- package/coverage/images/index.html +356 -0
- package/coverage/index.html +311 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/src/Loader/Loader.js.html +316 -0
- package/coverage/src/Loader/index.html +116 -0
- package/coverage/src/Loader/props/defaultProps.js.html +94 -0
- package/coverage/src/Loader/props/index.html +131 -0
- package/coverage/src/Loader/props/propTypes.js.html +100 -0
- package/coverage/src/SVG/SVG.js.html +292 -0
- package/coverage/src/SVG/SVG.module.css.html +166 -0
- package/coverage/src/SVG/index.html +131 -0
- package/coverage/src/SVG/props/defaultProps.js.html +118 -0
- package/coverage/src/SVG/props/index.html +131 -0
- package/coverage/src/SVG/props/propTypes.js.html +133 -0
- package/coverage/src/css/EmptyStateVariables.module.css.html +199 -0
- package/coverage/src/css/index.html +116 -0
- package/coverage/src/emptystate/props/defaultProps.js.html +109 -0
- package/coverage/src/emptystate/props/index.html +131 -0
- package/coverage/src/emptystate/props/propTypes.js.html +115 -0
- package/coverage/src/emptystate/version1/EmptyCustomDomain.js.html +151 -0
- package/coverage/src/emptystate/version1/index.html +131 -0
- package/coverage/src/emptystate/version1/index.js.html +88 -0
- package/coverage/src/emptystate/version2/EmptyBusinessHoliday.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyBusinessHour.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyFromAddress.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyImportHistory.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyNetwork.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyRecycleBin.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyRoles.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyWebhook.js.html +151 -0
- package/coverage/src/emptystate/version2/FailureLog.js.html +154 -0
- package/coverage/src/emptystate/version2/index.html +251 -0
- package/coverage/src/emptystate/version2/index.js.html +112 -0
- package/coverage/src/emptystate/version3/AuditLog.js.html +370 -0
- package/coverage/src/emptystate/version3/Contract.js.html +397 -0
- package/coverage/src/emptystate/version3/CustomModule.js.html +304 -0
- package/coverage/src/emptystate/version3/EmptyAccounts.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyActiveCalls.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyActivity.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyAgent.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyAgentQueue.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyApplechat.js.html +310 -0
- package/coverage/src/emptystate/version3/EmptyApproval.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyArchived.js.html +253 -0
- package/coverage/src/emptystate/version3/EmptyArticle.js.html +313 -0
- package/coverage/src/emptystate/version3/EmptyAsapchat.js.html +310 -0
- package/coverage/src/emptystate/version3/EmptyAttach.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyBlueprint.js.html +322 -0
- package/coverage/src/emptystate/version3/EmptyCallHistory.js.html +241 -0
- package/coverage/src/emptystate/version3/EmptyCanned.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyChat.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyCollision.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyColumn.js.html +268 -0
- package/coverage/src/emptystate/version3/EmptyContact.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyContract.js.html +295 -0
- package/coverage/src/emptystate/version3/EmptyConversation.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyCrm.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyCrmNotes.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyCrmPotential.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyDashboard.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyDelete.js.html +271 -0
- package/coverage/src/emptystate/version3/EmptyDepartment.js.html +301 -0
- package/coverage/src/emptystate/version3/EmptyError.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyFeed.js.html +238 -0
- package/coverage/src/emptystate/version3/EmptyFollowers.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyFrame.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptyHappiness.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyHistory.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyInstagram.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyInstantmessage.js.html +337 -0
- package/coverage/src/emptystate/version3/EmptyInvoice.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyLine.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyMessenger.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyNoData.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyNotification.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyPreference.js.html +328 -0
- package/coverage/src/emptystate/version3/EmptyProducts.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyReply.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyReports.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptySandbox.js.html +337 -0
- package/coverage/src/emptystate/version3/EmptySchedule.js.html +346 -0
- package/coverage/src/emptystate/version3/EmptySearch.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptySkills.js.html +349 -0
- package/coverage/src/emptystate/version3/EmptySla.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptySnippet.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyTag.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyTask.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyTeams.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTelegram.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyTemplate.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyTicket.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptyTimeEntry.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTimeline.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTopic.js.html +271 -0
- package/coverage/src/emptystate/version3/EmptyTwilio.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyWechat.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyWhatsapp.js.html +316 -0
- package/coverage/src/emptystate/version3/Export.js.html +286 -0
- package/coverage/src/emptystate/version3/Extensions.js.html +310 -0
- package/coverage/src/emptystate/version3/Extractor.js.html +277 -0
- package/coverage/src/emptystate/version3/GCBot.js.html +280 -0
- package/coverage/src/emptystate/version3/GCConversation.js.html +283 -0
- package/coverage/src/emptystate/version3/Import.js.html +304 -0
- package/coverage/src/emptystate/version3/KBBot.js.html +280 -0
- package/coverage/src/emptystate/version3/Multilingual.js.html +286 -0
- package/coverage/src/emptystate/version3/NetworkError.js.html +307 -0
- package/coverage/src/emptystate/version3/Predictor.js.html +283 -0
- package/coverage/src/emptystate/version3/ReadRecipients.js.html +307 -0
- package/coverage/src/emptystate/version3/SupportPlan.js.html +358 -0
- package/coverage/src/emptystate/version3/Variable.js.html +304 -0
- package/coverage/src/emptystate/version3/ZiaAnamoly.js.html +277 -0
- package/coverage/src/emptystate/version3/index.html +1286 -0
- package/coverage/src/emptystate/version3/index.js.html +319 -0
- package/coverage/src/errorstate/props/defaultProps.js.html +109 -0
- package/coverage/src/errorstate/props/index.html +131 -0
- package/coverage/src/errorstate/props/propTypes.js.html +115 -0
- package/coverage/src/errorstate/version1/EmptyInconvenience.js.html +157 -0
- package/coverage/src/errorstate/version1/NoRequestFound.js.html +157 -0
- package/coverage/src/errorstate/version1/PageNotFound.js.html +157 -0
- package/coverage/src/errorstate/version1/UnableToProcessRequest.js.html +157 -0
- package/coverage/src/errorstate/version1/UnauthorizedLogin.js.html +157 -0
- package/coverage/src/errorstate/version1/UrlNotFound.js.html +157 -0
- package/coverage/src/errorstate/version1/WillBeRightBack.js.html +157 -0
- package/coverage/src/errorstate/version1/index.html +221 -0
- package/coverage/src/errorstate/version1/index.js.html +106 -0
- package/coverage/src/errorstate/version2/EmptyUnauthorizedLogin.js.html +190 -0
- package/coverage/src/errorstate/version2/EmptyWillBeRightBack.js.html +184 -0
- package/coverage/src/errorstate/version2/index.html +146 -0
- package/coverage/src/errorstate/version2/index.js.html +91 -0
- package/coverage/src/errorstate/version3/ErrorInconvenience.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorOopsSomethingMiss.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorUnableToProcessRequest.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorUnauthorizedLogin.js.html +385 -0
- package/coverage/src/errorstate/version3/ErrorUrlNotFound.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorWillBeRightBack.js.html +331 -0
- package/coverage/src/errorstate/version3/index.html +206 -0
- package/coverage/src/errorstate/version3/index.js.html +103 -0
- package/es/Loader/__tests__/Loader.spec.js +11 -0
- package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/es/SVG/__tests__/SVG.spec.js +116 -0
- package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -0
- package/es/SVG/props/propTypes.js +2 -2
- package/es/emptystate/props/propTypes.js +1 -1
- package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -0
- package/es/emptystate/version1/__tests__/version1.spec.js +12 -0
- package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -0
- package/es/emptystate/version2/__tests__/version2.spec.js +12 -0
- package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -0
- package/es/emptystate/version3/__tests__/version3.spec.js +12 -0
- package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -0
- package/es/errorstate/version1/__tests__/version1.spec.js +12 -0
- package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -0
- package/es/errorstate/version2/__tests__/version2.spec.js +12 -0
- package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -0
- package/es/errorstate/version3/__tests__/version3.spec.js +12 -0
- package/es/index.js +0 -9
- package/es/v1/Loader/Loader.js +55 -0
- package/es/v1/SVG/SVG.js +49 -0
- package/es/v1/emptystate/version1/EmptyCustomDomain.js +21 -0
- package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +21 -0
- package/es/v1/emptystate/version2/EmptyBusinessHour.js +21 -0
- package/es/v1/emptystate/version2/EmptyFromAddress.js +21 -0
- package/es/v1/emptystate/version2/EmptyImportHistory.js +21 -0
- package/es/v1/emptystate/version2/EmptyNetwork.js +21 -0
- package/es/v1/emptystate/version2/EmptyRecycleBin.js +21 -0
- package/es/v1/emptystate/version2/EmptyRoles.js +21 -0
- package/es/v1/emptystate/version2/EmptyWebhook.js +21 -0
- package/es/v1/emptystate/version2/FailureLog.js +21 -0
- package/es/v1/emptystate/version3/AuditLog.js +75 -0
- package/es/v1/emptystate/version3/Bot.js +67 -0
- package/es/v1/emptystate/version3/Contract.js +83 -0
- package/es/v1/emptystate/version3/CustomModule.js +50 -0
- package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +85 -0
- package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +77 -0
- package/es/v1/emptystate/version3/EmptyAPIs.js +62 -0
- package/es/v1/emptystate/version3/EmptyAccounts.js +81 -0
- package/es/v1/emptystate/version3/EmptyActiveCalls.js +52 -0
- package/es/v1/emptystate/version3/EmptyActivity.js +52 -0
- package/es/v1/emptystate/version3/EmptyAgent.js +52 -0
- package/es/v1/emptystate/version3/EmptyAgentQueue.js +58 -0
- package/es/v1/emptystate/version3/EmptyApplechat.js +65 -0
- package/es/v1/emptystate/version3/EmptyApproval.js +58 -0
- package/es/v1/emptystate/version3/EmptyArchived.js +60 -0
- package/es/v1/emptystate/version3/EmptyArticle.js +66 -0
- package/es/v1/emptystate/version3/EmptyAsapchat.js +60 -0
- package/es/v1/emptystate/version3/EmptyAttach.js +52 -0
- package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +67 -0
- package/es/v1/emptystate/version3/EmptyBlueprint.js +67 -0
- package/es/v1/emptystate/version3/EmptyCallHistory.js +54 -0
- package/es/v1/emptystate/version3/EmptyCanned.js +70 -0
- package/es/v1/emptystate/version3/EmptyChat.js +70 -0
- package/es/v1/emptystate/version3/EmptyCollision.js +52 -0
- package/es/v1/emptystate/version3/EmptyColumn.js +58 -0
- package/es/v1/emptystate/version3/EmptyContact.js +52 -0
- package/es/v1/emptystate/version3/EmptyContract.js +48 -0
- package/es/v1/emptystate/version3/EmptyConversation.js +52 -0
- package/es/v1/emptystate/version3/EmptyCrm.js +52 -0
- package/es/v1/emptystate/version3/EmptyCrmNotes.js +63 -0
- package/es/v1/emptystate/version3/EmptyCrmPotential.js +66 -0
- package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +65 -0
- package/es/v1/emptystate/version3/EmptyDashboard.js +58 -0
- package/es/v1/emptystate/version3/EmptyDelete.js +43 -0
- package/es/v1/emptystate/version3/EmptyDepartment.js +52 -0
- package/es/v1/emptystate/version3/EmptyError.js +75 -0
- package/es/v1/emptystate/version3/EmptyFeed.js +55 -0
- package/es/v1/emptystate/version3/EmptyFollowers.js +53 -0
- package/es/v1/emptystate/version3/EmptyFrame.js +51 -0
- package/es/v1/emptystate/version3/EmptyHappiness.js +52 -0
- package/es/v1/emptystate/version3/EmptyHistory.js +52 -0
- package/es/v1/emptystate/version3/EmptyInstagram.js +66 -0
- package/es/v1/emptystate/version3/EmptyInstantmessage.js +68 -0
- package/es/v1/emptystate/version3/EmptyInvoice.js +57 -0
- package/es/v1/emptystate/version3/EmptyLine.js +66 -0
- package/es/v1/emptystate/version3/EmptyMessenger.js +53 -0
- package/es/v1/emptystate/version3/EmptyNoData.js +71 -0
- package/es/v1/emptystate/version3/EmptyNotification.js +52 -0
- package/es/v1/emptystate/version3/EmptyPreference.js +72 -0
- package/es/v1/emptystate/version3/EmptyProducts.js +55 -0
- package/es/v1/emptystate/version3/EmptyReply.js +47 -0
- package/es/v1/emptystate/version3/EmptyReports.js +58 -0
- package/es/v1/emptystate/version3/EmptySandbox.js +74 -0
- package/es/v1/emptystate/version3/EmptySchedule.js +94 -0
- package/es/v1/emptystate/version3/EmptySearch.js +62 -0
- package/es/v1/emptystate/version3/EmptySkills.js +100 -0
- package/es/v1/emptystate/version3/EmptySla.js +47 -0
- package/es/v1/emptystate/version3/EmptySnippet.js +62 -0
- package/es/v1/emptystate/version3/EmptyTag.js +55 -0
- package/es/v1/emptystate/version3/EmptyTask.js +68 -0
- package/es/v1/emptystate/version3/EmptyTeams.js +52 -0
- package/es/v1/emptystate/version3/EmptyTelegram.js +66 -0
- package/es/v1/emptystate/version3/EmptyTemplate.js +64 -0
- package/es/v1/emptystate/version3/EmptyTicket.js +55 -0
- package/es/v1/emptystate/version3/EmptyTimeEntry.js +58 -0
- package/es/v1/emptystate/version3/EmptyTimeline.js +52 -0
- package/es/v1/emptystate/version3/EmptyTopic.js +58 -0
- package/es/v1/emptystate/version3/EmptyTwilio.js +66 -0
- package/es/v1/emptystate/version3/EmptyWechat.js +66 -0
- package/es/v1/emptystate/version3/EmptyWhatsapp.js +66 -0
- package/es/v1/emptystate/version3/EmptyZSCKey.js +85 -0
- package/es/v1/emptystate/version3/Export.js +47 -0
- package/es/v1/emptystate/version3/Extensions.js +53 -0
- package/es/v1/emptystate/version3/Extractor.js +46 -0
- package/es/v1/emptystate/version3/GCBot.js +44 -0
- package/es/v1/emptystate/version3/GCConversation.js +46 -0
- package/es/v1/emptystate/version3/Import.js +62 -0
- package/es/v1/emptystate/version3/KBBot.js +59 -0
- package/es/v1/emptystate/version3/Multilingual.js +52 -0
- package/es/v1/emptystate/version3/NetworkError.js +55 -0
- package/es/v1/emptystate/version3/Predictor.js +53 -0
- package/es/v1/emptystate/version3/ReadRecipients.js +51 -0
- package/es/v1/emptystate/version3/SupportPlan.js +68 -0
- package/es/v1/emptystate/version3/Variable.js +50 -0
- package/es/v1/emptystate/version3/ZiaAnamoly.js +47 -0
- package/es/v1/errorstate/version1/EmptyInconvenience.js +25 -0
- package/es/v1/errorstate/version1/NoRequestFound.js +25 -0
- package/es/v1/errorstate/version1/PageNotFound.js +26 -0
- package/es/v1/errorstate/version1/UnableToProcessRequest.js +26 -0
- package/es/v1/errorstate/version1/UnauthorizedLogin.js +26 -0
- package/es/v1/errorstate/version1/UrlNotFound.js +26 -0
- package/es/v1/errorstate/version1/WillBeRightBack.js +26 -0
- package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +26 -0
- package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +22 -0
- package/es/v1/errorstate/version2/NotImpossible.js +61 -0
- package/es/v1/errorstate/version3/ErrorInconvenience.js +96 -0
- package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +97 -0
- package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +97 -0
- package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +105 -0
- package/es/v1/errorstate/version3/ErrorUrlNotFound.js +97 -0
- package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +97 -0
- package/lib/Loader/__tests__/Loader.spec.js +18 -0
- package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/lib/SVG/__tests__/SVG.spec.js +123 -0
- package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -0
- package/lib/SVG/props/propTypes.js +2 -2
- package/lib/emptystate/props/propTypes.js +1 -1
- package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -0
- package/lib/emptystate/version1/__tests__/version1.spec.js +26 -0
- package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -0
- package/lib/emptystate/version2/__tests__/version2.spec.js +26 -0
- package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -0
- package/lib/emptystate/version3/__tests__/version3.spec.js +26 -0
- package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -0
- package/lib/errorstate/version1/__tests__/version1.spec.js +26 -0
- package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -0
- package/lib/errorstate/version2/__tests__/version2.spec.js +26 -0
- package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -0
- package/lib/errorstate/version3/__tests__/version3.spec.js +26 -0
- package/lib/v1/Loader/Loader.js +68 -0
- package/lib/v1/SVG/SVG.js +62 -0
- package/lib/v1/emptystate/version1/EmptyCustomDomain.js +42 -0
- package/lib/v1/emptystate/version2/EmptyBusinessHoliday.js +42 -0
- package/lib/v1/emptystate/version2/EmptyBusinessHour.js +42 -0
- package/lib/v1/emptystate/version2/EmptyFromAddress.js +42 -0
- package/lib/v1/emptystate/version2/EmptyImportHistory.js +42 -0
- package/lib/v1/emptystate/version2/EmptyNetwork.js +42 -0
- package/lib/v1/emptystate/version2/EmptyRecycleBin.js +42 -0
- package/lib/v1/emptystate/version2/EmptyRoles.js +42 -0
- package/lib/v1/emptystate/version2/EmptyWebhook.js +42 -0
- package/lib/v1/emptystate/version2/FailureLog.js +42 -0
- package/lib/v1/emptystate/version3/AuditLog.js +95 -0
- package/lib/v1/emptystate/version3/Bot.js +87 -0
- package/lib/v1/emptystate/version3/Contract.js +103 -0
- package/lib/v1/emptystate/version3/CustomModule.js +70 -0
- package/lib/v1/emptystate/version3/EmptyAPIAuthentication.js +105 -0
- package/lib/v1/emptystate/version3/EmptyAPIConfiguration.js +97 -0
- package/lib/v1/emptystate/version3/EmptyAPIs.js +82 -0
- package/lib/v1/emptystate/version3/EmptyAccounts.js +101 -0
- package/lib/v1/emptystate/version3/EmptyActiveCalls.js +72 -0
- package/lib/v1/emptystate/version3/EmptyActivity.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAgent.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAgentQueue.js +78 -0
- package/lib/v1/emptystate/version3/EmptyApplechat.js +85 -0
- package/lib/v1/emptystate/version3/EmptyApproval.js +78 -0
- package/lib/v1/emptystate/version3/EmptyArchived.js +80 -0
- package/lib/v1/emptystate/version3/EmptyArticle.js +86 -0
- package/lib/v1/emptystate/version3/EmptyAsapchat.js +80 -0
- package/lib/v1/emptystate/version3/EmptyAttach.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAuthenticationPending.js +87 -0
- package/lib/v1/emptystate/version3/EmptyBlueprint.js +87 -0
- package/lib/v1/emptystate/version3/EmptyCallHistory.js +74 -0
- package/lib/v1/emptystate/version3/EmptyCanned.js +90 -0
- package/lib/v1/emptystate/version3/EmptyChat.js +90 -0
- package/lib/v1/emptystate/version3/EmptyCollision.js +72 -0
- package/lib/v1/emptystate/version3/EmptyColumn.js +78 -0
- package/lib/v1/emptystate/version3/EmptyContact.js +72 -0
- package/lib/v1/emptystate/version3/EmptyContract.js +68 -0
- package/lib/v1/emptystate/version3/EmptyConversation.js +72 -0
- package/lib/v1/emptystate/version3/EmptyCrm.js +72 -0
- package/lib/v1/emptystate/version3/EmptyCrmNotes.js +83 -0
- package/lib/v1/emptystate/version3/EmptyCrmPotential.js +86 -0
- package/lib/v1/emptystate/version3/EmptyCustomerHappiness.js +85 -0
- package/lib/v1/emptystate/version3/EmptyDashboard.js +78 -0
- package/lib/v1/emptystate/version3/EmptyDelete.js +63 -0
- package/lib/v1/emptystate/version3/EmptyDepartment.js +72 -0
- package/lib/v1/emptystate/version3/EmptyError.js +95 -0
- package/lib/v1/emptystate/version3/EmptyFeed.js +75 -0
- package/lib/v1/emptystate/version3/EmptyFollowers.js +73 -0
- package/lib/v1/emptystate/version3/EmptyFrame.js +71 -0
- package/lib/v1/emptystate/version3/EmptyHappiness.js +72 -0
- package/lib/v1/emptystate/version3/EmptyHistory.js +72 -0
- package/lib/v1/emptystate/version3/EmptyInstagram.js +86 -0
- package/lib/v1/emptystate/version3/EmptyInstantmessage.js +88 -0
- package/lib/v1/emptystate/version3/EmptyInvoice.js +77 -0
- package/lib/v1/emptystate/version3/EmptyLine.js +86 -0
- package/lib/v1/emptystate/version3/EmptyMessenger.js +73 -0
- package/lib/v1/emptystate/version3/EmptyNoData.js +91 -0
- package/lib/v1/emptystate/version3/EmptyNotification.js +72 -0
- package/lib/v1/emptystate/version3/EmptyPreference.js +92 -0
- package/lib/v1/emptystate/version3/EmptyProducts.js +75 -0
- package/lib/v1/emptystate/version3/EmptyReply.js +67 -0
- package/lib/v1/emptystate/version3/EmptyReports.js +78 -0
- package/lib/v1/emptystate/version3/EmptySandbox.js +94 -0
- package/lib/v1/emptystate/version3/EmptySchedule.js +114 -0
- package/lib/v1/emptystate/version3/EmptySearch.js +82 -0
- package/lib/v1/emptystate/version3/EmptySkills.js +120 -0
- package/lib/v1/emptystate/version3/EmptySla.js +67 -0
- package/lib/v1/emptystate/version3/EmptySnippet.js +82 -0
- package/lib/v1/emptystate/version3/EmptyTag.js +75 -0
- package/lib/v1/emptystate/version3/EmptyTask.js +88 -0
- package/lib/v1/emptystate/version3/EmptyTeams.js +72 -0
- package/lib/v1/emptystate/version3/EmptyTelegram.js +86 -0
- package/lib/v1/emptystate/version3/EmptyTemplate.js +84 -0
- package/lib/v1/emptystate/version3/EmptyTicket.js +75 -0
- package/lib/v1/emptystate/version3/EmptyTimeEntry.js +78 -0
- package/lib/v1/emptystate/version3/EmptyTimeline.js +72 -0
- package/lib/v1/emptystate/version3/EmptyTopic.js +78 -0
- package/lib/v1/emptystate/version3/EmptyTwilio.js +86 -0
- package/lib/v1/emptystate/version3/EmptyWechat.js +86 -0
- package/lib/v1/emptystate/version3/EmptyWhatsapp.js +86 -0
- package/lib/v1/emptystate/version3/EmptyZSCKey.js +105 -0
- package/lib/v1/emptystate/version3/Export.js +67 -0
- package/lib/v1/emptystate/version3/Extensions.js +73 -0
- package/lib/v1/emptystate/version3/Extractor.js +66 -0
- package/lib/v1/emptystate/version3/GCBot.js +64 -0
- package/lib/v1/emptystate/version3/GCConversation.js +66 -0
- package/lib/v1/emptystate/version3/Import.js +82 -0
- package/lib/v1/emptystate/version3/KBBot.js +79 -0
- package/lib/v1/emptystate/version3/Multilingual.js +72 -0
- package/lib/v1/emptystate/version3/NetworkError.js +75 -0
- package/lib/v1/emptystate/version3/Predictor.js +73 -0
- package/lib/v1/emptystate/version3/ReadRecipients.js +71 -0
- package/lib/v1/emptystate/version3/SupportPlan.js +88 -0
- package/lib/v1/emptystate/version3/Variable.js +70 -0
- package/lib/v1/emptystate/version3/ZiaAnamoly.js +67 -0
- package/lib/v1/errorstate/version1/EmptyInconvenience.js +44 -0
- package/lib/v1/errorstate/version1/NoRequestFound.js +44 -0
- package/lib/v1/errorstate/version1/PageNotFound.js +45 -0
- package/lib/v1/errorstate/version1/UnableToProcessRequest.js +45 -0
- package/lib/v1/errorstate/version1/UnauthorizedLogin.js +45 -0
- package/lib/v1/errorstate/version1/UrlNotFound.js +45 -0
- package/lib/v1/errorstate/version1/WillBeRightBack.js +45 -0
- package/lib/v1/errorstate/version2/EmptyUnauthorizedLogin.js +46 -0
- package/lib/v1/errorstate/version2/EmptyWillBeRightBack.js +42 -0
- package/lib/v1/errorstate/version2/NotImpossible.js +81 -0
- package/lib/v1/errorstate/version3/ErrorInconvenience.js +116 -0
- package/lib/v1/errorstate/version3/ErrorOopsSomethingMiss.js +117 -0
- package/lib/v1/errorstate/version3/ErrorUnableToProcessRequest.js +117 -0
- package/lib/v1/errorstate/version3/ErrorUnauthorizedLogin.js +125 -0
- package/lib/v1/errorstate/version3/ErrorUrlNotFound.js +117 -0
- package/lib/v1/errorstate/version3/ErrorWillBeRightBack.js +117 -0
- package/package.json +14 -6
- package/result.json +1 -0
- package/unittest/index.html +37 -0
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +0 -37
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +0 -10
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function NetworkError(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "NetworkError"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.NetworkError_svg__cls-2{fill:var(--zd_emptysvg_plus)}.NetworkError_svg__cls-3{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M83.58 69.05s45.64-29.14 68.74-20.37S191.2 131.25 127 164.36s-93.29-38.91-93.54-51.68c-.27-12.35-.03-41.8 50.12-43.63Z",
|
|
13
|
+
style: {
|
|
14
|
+
opacity: 0.1,
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)'
|
|
16
|
+
}
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "NetworkError_svg__cls-2",
|
|
19
|
+
d: "M18 111.51a.49.49 0 0 1-.47-.52l.39-6.7a.5.5 0 0 1 .53-.47.51.51 0 0 1 .47.52l-.4 6.71a.5.5 0 0 1-.52.46Z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "NetworkError_svg__cls-2",
|
|
22
|
+
d: "m21.71 108.34-7-.38a.5.5 0 1 1 .06-1l7 .38a.5.5 0 0 1 0 1Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fill: "var(--zd_emptysvg_small_circle)",
|
|
25
|
+
d: "M139.6 186.47a3.15 3.15 0 1 1 3.25-3.15 3.2 3.2 0 0 1-3.25 3.15Zm0-5.3a2.15 2.15 0 1 0 2.25 2.15 2.21 2.21 0 0 0-2.25-2.15Z"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "NetworkError_svg__cls-3",
|
|
28
|
+
d: "M184.47 146a.46.46 0 0 1-.36-.16l-4.65-5a.49.49 0 0 1 0-.7.51.51 0 0 1 .71 0l4.64 5a.49.49 0 0 1 0 .7.48.48 0 0 1-.34.16Z"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "NetworkError_svg__cls-3",
|
|
31
|
+
d: "M179.55 145.75a.52.52 0 0 1-.38-.17.49.49 0 0 1 .05-.7l5.2-4.47a.51.51 0 0 1 .71.05.49.49 0 0 1 0 .7l-5.2 4.47a.52.52 0 0 1-.38.12ZM76.11 31.09a3.31 3.31 0 1 1 3.33-3.31 3.33 3.33 0 0 1-3.33 3.31Zm0-5.62a2.31 2.31 0 1 0 2.33 2.31 2.33 2.33 0 0 0-2.33-2.31Z"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M156.05 25.35a4.33 4.33 0 1 1 4.37-4.35 4.35 4.35 0 0 1-4.37 4.35Zm0-7.67a3.34 3.34 0 1 0 3.37 3.32 3.36 3.36 0 0 0-3.37-3.32Z",
|
|
34
|
+
style: {
|
|
35
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
36
|
+
}
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
d: "M70.93 54.19S26.22 71.38 35 122.2s73.87 45.48 89.63 29h0a32 32 0 0 0 4.44-5.92c3.32-5.7 10.67-17.76 15.88-22.52 5.83-5.32 21 16.22 24.93 24a3 3 0 0 1-2 4.13c-8.66 1.62-36.29 6.29-37.8.29-1-3.86 2.89-12.52 6.62-19.65a59.16 59.16 0 0 0 6.77-25.33h0c0-20.63-26.22-56.55-55.72-54.26 0 0-14.37 3.48-8.18 13.74S94.32 63.15 94 61.21c-.32-1.76-5.7-3.38-11.3 6.79a6.26 6.26 0 0 1-6.59 3.1c-2.15-.38-4.43-1-5.39-2.07C68.6 66.76 63 71.2 67 74.09s5.15 3.17 3 5.25-8.5 6.33-4.34 8.23 31.3 8.69 35.92.73S63 83.14 58.1 102.82c0 0-3.44 9.45 9.86 12.8s4.07 34 16.47 32c0 0 5.79-1.35 9.14-10 2-5.1 6.88-7.69 9.82-8.38a2.76 2.76 0 0 1 3.38 3.13c-.39 2.41-2.38 6.15-5 7.69-4.71 2.81-4.82-7.32-2.68-10.76s7.45-16 0-21.88-8.47-2.73-8.45-1.55c.09 4.16 11.13 13.93 18 11s10-10.4 9-13.66-8.5-6.69-9.86-4.25 5.16 6.06 12.67 4.34 16.28-.27 15.19 10.14",
|
|
39
|
+
style: {
|
|
40
|
+
fill: 'none',
|
|
41
|
+
stroke: 'var(--zd_emptysvg_primary_stroke)',
|
|
42
|
+
strokeLinecap: 'round',
|
|
43
|
+
strokeLinejoin: 'round'
|
|
44
|
+
}
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M110.51 98.21c6.3 2 8.62 5.37 5 12.94s-12.82 2.44-12.61 5.81-4.17 15-5.29 15.15-6.13 9.57-6.13 9.57-13.37 16.87-14.91-7.39-13.09-12.44-18.26-25.46S71 89.27 71 89.27c13.71 1.28 33.21 7 39.51 8.94ZM168.57 149c-2 4.13-2.42 2.44-9.82 3.42s-24.51 4.24-28.61-1.26c0 0 9.27-27.27 14.85-28.4s25.56 22.07 23.58 26.24Zm-21.85-8a1 1 0 0 0 2 0v-9.24a1 1 0 0 0-2 0Zm3.36 5.4c-.14-1.08-2-1.13-2-1.13-2.72.24-.4 2.8-.4 2.8.71.64 2.54-.64 2.4-1.72Z",
|
|
47
|
+
style: {
|
|
48
|
+
fill: 'var(--zd_emptysvg_secondary_fill)'
|
|
49
|
+
}
|
|
50
|
+
}));
|
|
51
|
+
}
|
|
52
|
+
NetworkError.propTypes = EmptyStateProps;
|
|
53
|
+
NetworkError.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyNetworkError'
|
|
55
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function Predictor(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "predictor"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("style", null, '.Predictor_svg__st0{fill:none}.Predictor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Predictor_svg__st2{fill:var(--zd_emptysvg_plus)}.Predictor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Predictor_svg__st4{fill:var(--zd_emptysvg_cross)}'), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
className: "Predictor_svg__st0",
|
|
13
|
+
d: "M0 0h200v200H0z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
className: "Predictor_svg__st0",
|
|
16
|
+
d: "M10 22h180v160H10z"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "Predictor_svg__st1",
|
|
19
|
+
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"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "Predictor_svg__st2",
|
|
22
|
+
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"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
className: "Predictor_svg__st2",
|
|
25
|
+
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"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "Predictor_svg__st3",
|
|
28
|
+
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"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "Predictor_svg__st4",
|
|
31
|
+
d: "M80.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"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
className: "Predictor_svg__st1",
|
|
34
|
+
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"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
className: "Predictor_svg__st0",
|
|
37
|
+
d: "M3 36h193.5v127.5H3z"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M65.5 111.2c.1-13.7-12.5-6.1-16.6-10.7-6.2-6.9-10.7-17.4 2.7-28.3 23.1-18.7 64.2-21.7 72.7 19S75 152 61.8 133.7c-5-6.9 3.7-18.6 3.7-22.5z",
|
|
40
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M196 117.3s-24.5-5.4-29.3-2.1c-4.8 3.3-18.4 0-24.5 1.5-6 1.5-17.5 3.3-17.5 3.3M3.5 38.8s28.6 0 38.7 4S70.6 31 74.6 38.5 63.3 54.1 53.5 51.2c-9.8-2.9 33 3.8 38.2 11 5.2 7.2-5.8 6.6-9.8 5.2s-21.7-5.5-26.6-2S70.5 77.4 75 88c4.6 10.6-5 5.1-5.8 4.7-.8-.4-23.4-19.9-22.9-18.4s17.1 24 17.3 25.9c.2 1.9-1.9 7.9-7.2 3.9-5.2-3.9-21.3-23.1-20.8-24.3.5-1.2 4.8 3.8 4.8 16.1s-2.5 17.7-5.6 15.3c-3.1-2.4-5-28.4-9.8-32.2S9 63.7 3.5 63.5m38 41.6s5.2 31.4 31 35.3c24.7 3.8 35.6-6 35.6-6l.2 6.4s-21.9 11.9-51.9-.5l.5 7.2s26.5 13.8 62.8-1.2l.1 8.4s-24 17.8-70 .9c0 0-.6-9.9.2-10.1s3.2-2.8 5.3-2.7c0 0-.1-5.2 5.5-5.9 0 0 18.7 13 45.9.9 6.8-3 11.4-9.5 14.5-17.6 0 0-4.3-3.2-1.2-6.6 3.1-3.3 25.3-5 25.2-9.3-.1-4.3-36.2 3.1-37.8.3-1.7-2.8-2.1-8.3 3.1-9.2 0 0 33.3-8.2 33.5-6 .3 2.3-22.8-4.8-32.5-1.8-9.6 3-16-4.5-10.8-8.1 0 0 8.5-.9 11.3-2.3 2.7-1.4 26.8.6 27.3.7.6.1-23-2.6-23-2.6s-11.4 3.3-13.6 2c-2.2-1.3-3-5.8.6-6.8s8.5-1 8.5-1-10.7-9.4-20.4-10.1c0 0 11.4.3 25.2 9.7l11.7-.7s14.6 1.4 17.1 4.2c2.5 2.7 19.5 13.9 25.3 13.9s8.8.6 8.8.6",
|
|
43
|
+
fill: "none",
|
|
44
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round",
|
|
47
|
+
strokeMiterlimit: 10
|
|
48
|
+
}));
|
|
49
|
+
}
|
|
50
|
+
Predictor.propTypes = EmptyStateProps;
|
|
51
|
+
Predictor.defaultProps = { ...EmptyStateDefaultProps,
|
|
52
|
+
dataId: 'emptyPredictor'
|
|
53
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function ReadRecipients(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "ReadRecipients"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ReadRecipients_svg__cls-2{fill:var(--zd_emptysvg_plus)}.ReadRecipients_svg__cls-3{fill:var(--zd_emptysvg_cross)}.ReadRecipients_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.ReadRecipients_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate;}')), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M77.57 69.05s45.64-29.14 68.74-20.37 38.88 82.57-25.31 115.68-93.29-38.91-93.54-51.68c-.28-12.35-.04-41.8 50.11-43.63Z",
|
|
13
|
+
style: {
|
|
14
|
+
opacity: 0.1,
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)'
|
|
16
|
+
}
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "ReadRecipients_svg__cls-2",
|
|
19
|
+
d: "M12 111.51a.5.5 0 0 1-.47-.52l.4-6.7a.49.49 0 0 1 .52-.47.49.49 0 0 1 .47.52l-.4 6.66a.5.5 0 0 1-.52.51Z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "ReadRecipients_svg__cls-2",
|
|
22
|
+
d: "m15.7 108.34-7-.38a.48.48 0 0 1-.47-.52.49.49 0 0 1 .53-.47l7 .38a.5.5 0 0 1 0 1Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fill: "var(--zd_emptysvg_small_circle)",
|
|
25
|
+
d: "M133.59 186.47a3.15 3.15 0 1 1 3.24-3.15 3.2 3.2 0 0 1-3.24 3.15Zm0-5.3a2.15 2.15 0 1 0 2.24 2.15 2.21 2.21 0 0 0-2.24-2.15Z"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "ReadRecipients_svg__cls-3",
|
|
28
|
+
d: "M178.46 146a.5.5 0 0 1-.37-.16l-4.64-5a.48.48 0 0 1 0-.7.5.5 0 0 1 .7 0l4.65 5a.49.49 0 0 1 0 .7.5.5 0 0 1-.34.16Z"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "ReadRecipients_svg__cls-3",
|
|
31
|
+
d: "M173.54 145.75a.52.52 0 0 1-.38-.17.49.49 0 0 1 .05-.7l5.2-4.47a.5.5 0 1 1 .66.75l-5.2 4.47a.52.52 0 0 1-.33.12ZM70.1 31.09a3.31 3.31 0 1 1 3.33-3.31 3.33 3.33 0 0 1-3.33 3.31Zm0-5.62a2.31 2.31 0 1 0 2.33 2.31 2.33 2.33 0 0 0-2.33-2.31Z"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M150 25.35a4.33 4.33 0 1 1 4.41-4.35 4.36 4.36 0 0 1-4.41 4.35Zm0-7.67a3.34 3.34 0 1 0 3.41 3.32 3.37 3.37 0 0 0-3.41-3.32Z",
|
|
34
|
+
style: {
|
|
35
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
36
|
+
}
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
className: "ReadRecipients_svg__cls-5",
|
|
39
|
+
d: "M179.76 104.89C162.61 93.42 150 92 148.69 110.9c-4.42 64.65-5.18 55.53-12 53.93s-31.5-35.71-33.44-29.7S137.58 162.9 128 164.5s-59.47-9.5-73-11.9 16-25.73 20.72-25.73-17.59 20.91-27.51 24S50.19 98.57 53 87.1s29.89 38.49 33.12 40.41 63-25.73 64.63-32.05S126.9 39.17 115.68 34c-7.34-3.32-63.23 36.24-62.9 44.82 0 .75 12.3 12.11 12.3 12.11l2.48-19.51s68.61 6.65 69.8 9.33-.43 20-.43 20S91.08 125.48 89.24 124c-1.83-1.72-20.49-27.88-20.49-28.84 0 0-15.65-22.63-23.63-21.77s-17.48 7.49-23.31.61"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
className: "ReadRecipients_svg__cls-6",
|
|
42
|
+
d: "m67.67 147.78 20.06-13.19s33.12 22.3 25.79 22.94-45.85-9.75-45.85-9.75ZM127.22 97.17l-34.85 17.59S74.36 93.1 73.6 85.81c-1.19-11.9 40.89-2.9 53.84-1.39 3.88.42-.22 12.75-.22 12.75Z"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
className: "ReadRecipients_svg__cls-5",
|
|
45
|
+
d: "M109.85 85.92s-13.92 8.79-18 11c-2.26 1.29-4.2-2.9-5.5-6.86M118.8 87s-13.91 8.79-18 11c-1.08.54-2.05 0-2.92-1.18"
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
ReadRecipients.propTypes = EmptyStateProps;
|
|
49
|
+
ReadRecipients.defaultProps = { ...EmptyStateDefaultProps,
|
|
50
|
+
dataId: 'emptyReadRecipients'
|
|
51
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function SupportPlan(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "SupportPlan"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.SupportPlan_svg__cls-1{opacity: 0.1;fill:var(--zd_emptysvg_primary_fill)}.SupportPlan_svg__cls-2{fill:var(--zd_emptysvg_plus)}.SupportPlan_svg__cls-3{fill:var(--zd_emptysvg_cross)}.SupportPlan_svg__cls-4{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;stroke-miterlimit:10}.SupportPlan_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill)}')), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
"clip-path": "url(#clip0_8054_29286)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
|
|
15
|
+
className: "SupportPlan_svg__cls-1"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M35 293.25C35 293.25 34.75 293.25 35 293.25C34.25 293.25 33.75 292.5 33.75 292L34.75 273.25C34.75 272.5 35.25 272 36 272C36.75 272 37.25 272.5 37.25 273.25L36.25 292C36 292.75 35.5 293.25 35 293.25Z",
|
|
18
|
+
className: "SupportPlan_svg__cls-2"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M44.501 284.5L26.001 283.5C25.251 283.5 24.751 282.75 24.751 282.25C24.751 281.5 25.501 281 26.001 281L44.251 282C45.001 282 45.501 282.75 45.501 283.25C45.751 284 45.251 284.5 44.501 284.5Z",
|
|
21
|
+
className: "SupportPlan_svg__cls-2"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M428 51.9995C421.5 51.9995 416.25 57.2495 416.25 63.7495C416.25 70.2495 421.5 75.4995 428 75.4995C434.5 75.4995 439.75 70.2495 439.75 63.7495C439.75 57.2495 434.25 51.9995 428 51.9995ZM428 73.2495C423 73.2495 418.75 68.9995 418.75 63.7495C418.75 58.4995 423 54.2495 428 54.2495C433 54.2495 437.25 58.4995 437.25 63.7495C437.25 68.9995 433 73.2495 428 73.2495Z",
|
|
24
|
+
style: {
|
|
25
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
26
|
+
}
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M311 432.749C306.25 432.749 302.5 436.499 302.5 441.249C302.5 445.999 306.25 449.749 311 449.749C315.75 449.749 319.5 445.999 319.5 441.249C319.5 436.749 315.75 432.749 311 432.749ZM311 447.499C307.75 447.499 305 444.749 305 441.249C305 437.749 307.75 434.999 311 434.999C314.25 434.999 317 437.749 317 441.249C317 444.749 314.25 447.499 311 447.499Z",
|
|
29
|
+
style: {
|
|
30
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
31
|
+
}
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
|
|
34
|
+
className: "SupportPlan_svg__cls-3"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
37
|
+
className: "SupportPlan_svg__cls-3"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M289.502 162.5C289.502 162.5 196.252 100.25 149.002 119C101.752 137.75 69.5017 295.5 200.752 366.25C332.002 437 391.502 283 392.002 255.75C392.502 229.25 392.002 166.25 289.502 162.5Z",
|
|
40
|
+
className: "SupportPlan_svg__cls-1"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M32.5 376.609C32.5 376.609 67.0331 373.638 81.6432 355.151C95.9213 336.334 119.165 268.989 135.103 264.697C151.041 260.406 165.319 245.88 165.319 245.88C165.319 245.88 159.011 322.799 163.659 319.498C168.308 316.527 152.702 319.498 148.717 330.392C144.732 341.286 165.984 327.421 180.926 296.059C195.868 264.697 215.459 274.271 215.459 286.816C215.459 299.36 204.169 315.866 198.524 313.886C192.879 311.905 184.246 298.37 188.895 301.011C193.544 303.322 202.509 314.876 199.853 320.488C197.196 326.1 171.96 372.317 159.675 380.57C147.389 388.823 106.215 398.397 94.5931 407.97C82.9714 417.544 143.736 385.522 163.659 388.493C163.659 388.493 160.339 413.252 169.636 414.573C178.933 415.893 415.684 420.845 422.989 409.621C430.294 398.067 427.306 259.415 427.306 259.415C427.306 259.415 352.595 281.864 354.255 292.098C355.915 302.331 378.495 276.252 348.61 270.64C318.726 265.028 321.714 302.992 326.363 302.331C331.344 301.671 327.691 274.601 311.089 269.979C294.486 265.028 286.185 311.905 295.815 318.177C305.444 324.45 311.753 277.572 269.583 271.3C227.413 265.028 221.768 419.525 247.335 322.799C272.903 226.073 165.651 233.006 165.651 233.006C165.651 233.006 159.675 98.9761 163.659 83.7905C167.644 68.6048 385.468 77.8483 407.383 77.188C429.298 76.5278 428.966 103.598 428.966 103.598L428.634 233.996",
|
|
43
|
+
className: "SupportPlan_svg__cls-4"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M98.5754 358.452C98.5754 358.452 125.471 293.748 134.769 293.748C144.066 293.748 126.468 331.712 140.414 336.333C154.36 340.955 170.298 329.731 168.306 341.945C166.313 353.83 120.823 392.784 103.224 381.56C85.6255 370.336 98.5754 358.452 98.5754 358.452Z",
|
|
46
|
+
className: "SupportPlan_svg__cls-5"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M212.802 111.852C212.802 111.852 181.922 123.737 214.131 127.698C246.339 131.66 395.429 128.358 384.139 119.445C372.85 110.532 212.802 111.852 212.802 111.852Z",
|
|
49
|
+
className: "SupportPlan_svg__cls-5"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M210.478 156.087C210.478 156.087 192.88 167.312 211.142 170.613C229.405 173.914 313.413 171.273 307.104 163.02C300.795 154.767 210.478 156.087 210.478 156.087Z",
|
|
52
|
+
className: "SupportPlan_svg__cls-5"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M210.478 192.402C210.478 192.402 192.88 203.626 211.142 206.927C229.405 210.228 313.413 207.587 307.104 199.334C300.795 191.081 210.478 192.402 210.478 192.402Z",
|
|
55
|
+
className: "SupportPlan_svg__cls-5"
|
|
56
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
57
|
+
id: "clip0_8054_29286"
|
|
58
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
59
|
+
width: "450",
|
|
60
|
+
height: "400",
|
|
61
|
+
fill: "white",
|
|
62
|
+
transform: "translate(25 50)"
|
|
63
|
+
}))));
|
|
64
|
+
}
|
|
65
|
+
SupportPlan.propTypes = EmptyStateProps;
|
|
66
|
+
SupportPlan.defaultProps = { ...EmptyStateDefaultProps,
|
|
67
|
+
dataId: 'SupportPlan'
|
|
68
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function Variable(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "Variable"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.Variable_svg__cls-5{isolation:isolate}.Variable_svg__cls-2{fill:var(--zd_emptysvg_plus)}.Variable_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.Variable_svg__cls-4{fill:var(--zd_emptysvg_cross)}.Variable_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill);}.Variable_svg__cls-6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M73.17 58.19S119.83 27 143.44 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.52-55.3c-.33-13.21 0-44.7 51.17-46.63Z",
|
|
13
|
+
style: {
|
|
14
|
+
isolation: 'isolate',
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
16
|
+
opacity: 0.1
|
|
17
|
+
}
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
className: "Variable_svg__cls-2",
|
|
20
|
+
d: "M7 119.3a.49.49 0 0 1-.47-.52l.41-7.47a.51.51 0 0 1 .53-.47.5.5 0 0 1 .47.53l-.41 7.47a.5.5 0 0 1-.51.48Z"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
className: "Variable_svg__cls-2",
|
|
23
|
+
d: "m10.81 115.77-7.34-.42a.49.49 0 0 1-.47-.53.51.51 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .47.51.49.49 0 0 1-.52.48Z"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
className: "Variable_svg__cls-3",
|
|
26
|
+
d: "M164.12 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08a4.73 4.73 0 0 0-4.68-4.74Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07a3.72 3.72 0 0 1-3.69 3.76ZM117.37 175.07a3.45 3.45 0 1 0 3.4 3.5 3.43 3.43 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
className: "Variable_svg__cls-4",
|
|
29
|
+
d: "M73.88 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 .05 0ZM182.8 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.51.51 0 0 0-.71 0 .5.5 0 0 0 0 .61l2.09 2.38-2.38 2.17a.5.5 0 0 0 0 .7.44.44 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.51.51 0 0 0 .71.05.51.51 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.48.48 0 0 0 .1-.68Z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
className: "Variable_svg__cls-5",
|
|
32
|
+
d: "M93.2 140.35s7.1 6.8 9 6 39.86-17.67 38.67-19-6.4-4.21-7.73-3.86-40.71 14.89-39.94 16.86Z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
className: "Variable_svg__cls-6",
|
|
35
|
+
d: "M106.84 161.45c9.7 4.77 59.48-28.11 57.51-30.08-3.65-3.64-33.61-9.88-37.26-7.85S78.86 138.8 80.9 142.59s25.1 16.47 29.24 16.26 50.35-22.71 47.39-27.41c-1.33-2.17-24.25-7.71-26-7.15s-41.55 15.14-40 16.9 8 7 9.56 6.24 38-17.6 37.48-19.07-11.74-6.87-13.78-6.17S84.2 137 82.44 136.91s-6.18 1.12-8.58-6S63.11 95.2 63.11 95.2s-2.46-4.63 8-6.94 45.77-7.65 47.18-6.66 10.56 25.4 9.29 35.4a3.39 3.39 0 0 1-2.39 2.8l-40.08 13.11s-6.18 2.67-9.84-6.3-7.73-28.47-7.73-28.47-2.32-4.13 4.92-6c5.9-1.47 43.38-10.37 45.28-8.2s8.93 27.55 7.73 29.73"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
className: "Variable_svg__cls-5",
|
|
38
|
+
d: "M85.82 92.53a15.41 15.41 0 0 0-7.53 4.84c-1.61 1.89-2.6 4 0 4.56 5.14 1.12 14.21-1.12 14.21 1.12S75.2 119.52 83.29 123s38.1-3.72 38.24-8.06-6.32-25.24-8.29-26.29c-4.43-2.5-20.18 1.71-27.42 3.88Z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
className: "Variable_svg__cls-6",
|
|
41
|
+
d: "M88.28 105.15 84 110.62l6.82 1.89M97 101.3l-1.27 12M101.78 101.58l6.75 2.52-4.53 5.12M156.83 73s1.69-.21 1.12 2 .15 2.73.92 3.08.28-1.54-.42.07c-.92 2.17-.07 4-1.13 5.26-.7.84-1.83-.07-1.83-.07M149.31 73s-1.69-.21-1.13 2-.14 2.73-.91 3.08-.28-1.54.42.07c.91 2.17.07 4 1.12 5.26.71.84 1.83-.07 1.83-.07M86.31 53.13 80.9 65.68M31.33 133.69s-1.41-19.07.35-19.77 23.41-3.16 25.52-.71 1.76 21.18 1.06 22.23-26.26 4.28-26.93-1.75Z"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
className: "Variable_svg__cls-6",
|
|
44
|
+
d: "M166.11 89.24c-.63.91-20.67 3.5-25.8-.07a2.2 2.2 0 0 1-.36-.91s-1.4-19.07.36-19.77 21-2.88 25-1.06c1.85 3.72 1.5 20.76.8 21.81ZM97 69.26c-.64.91-20.46 3.5-25.46-.07a3.52 3.52 0 0 1-.35-.91s-1.4-18.86.35-19.56 20.75-2.81 24.68-1c1.78 3.66 1.41 20.56.78 21.54ZM49.33 118.61h4.57M46.09 118.68h1.76M39.69 118.75l3.8-.07M35.34 118.82l3.37-.07M52.84 122.26l1.06-.07M46.3 122.33l3.87-.07M42.86 122.33h2M35.34 122.4l5.69-.07M39.84 130l-4.5.07M43.07 130h-1.76M49.47 130h-3.8M53.9 129.9l-3.45.07M36.39 126.47h-1M42.86 126.39l-3.8.07M46.37 126.39h-2M53.9 126.32h-5.7"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
Variable.propTypes = EmptyStateProps;
|
|
48
|
+
Variable.defaultProps = { ...EmptyStateDefaultProps,
|
|
49
|
+
dataId: 'emptyVariable'
|
|
50
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function ZiaAnamoly(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "ziaAnamoly"
|
|
11
|
+
}, props), /*#__PURE__*/React.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.createElement("path", {
|
|
12
|
+
fill: "none",
|
|
13
|
+
d: "M10 22h180v160H10z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
className: "ZIAAnomaly_svg__st1",
|
|
16
|
+
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"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "ZIAAnomaly_svg__st2",
|
|
19
|
+
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"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "ZIAAnomaly_svg__st2",
|
|
22
|
+
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"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
className: "ZIAAnomaly_svg__st3",
|
|
25
|
+
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"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "ZIAAnomaly_svg__st4",
|
|
28
|
+
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"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "ZIAAnomaly_svg__st1",
|
|
31
|
+
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"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
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",
|
|
34
|
+
fill: "none",
|
|
35
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
36
|
+
strokeLinecap: "round",
|
|
37
|
+
strokeLinejoin: "round",
|
|
38
|
+
strokeMiterlimit: 10
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
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",
|
|
41
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
ZiaAnamoly.propTypes = EmptyStateProps;
|
|
45
|
+
ZiaAnamoly.defaultProps = { ...EmptyStateDefaultProps,
|
|
46
|
+
dataId: 'emptyZiaAnamoly'
|
|
47
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
import image from '../../../../images/Inconvenience.svg';
|
|
8
|
+
export default function Inconvenience(props) {
|
|
9
|
+
const {
|
|
10
|
+
isFluid
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 508.8 313.8",
|
|
14
|
+
name: "Inconvenience",
|
|
15
|
+
isFluid: isFluid
|
|
16
|
+
}, props), /*#__PURE__*/React.createElement("image", {
|
|
17
|
+
xlinkHref: image,
|
|
18
|
+
height: "100%",
|
|
19
|
+
width: "100%"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
Inconvenience.propTypes = ErrorStateProps;
|
|
23
|
+
Inconvenience.defaultProps = { ...ErrorStateDefaultProps,
|
|
24
|
+
dataId: 'inconvenience'
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
import image from '../../../../images/NoRequestFound.svg';
|
|
8
|
+
export default function NoRequestFound(props) {
|
|
9
|
+
const {
|
|
10
|
+
isFluid
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 476.5 297.6",
|
|
14
|
+
name: "NoRequestFound",
|
|
15
|
+
isFluid: isFluid
|
|
16
|
+
}, props), /*#__PURE__*/React.createElement("image", {
|
|
17
|
+
xlinkHref: image,
|
|
18
|
+
height: "100%",
|
|
19
|
+
width: "100%"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
NoRequestFound.propTypes = ErrorStateProps;
|
|
23
|
+
NoRequestFound.defaultProps = { ...ErrorStateDefaultProps,
|
|
24
|
+
dataId: 'noRequestFound'
|
|
25
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
import image from '../../../../images/PageNotFound.svg';
|
|
8
|
+
export default function PageNotFound(props) {
|
|
9
|
+
const {
|
|
10
|
+
isFluid
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 508.8 324.8",
|
|
14
|
+
name: "PageNotFound"
|
|
15
|
+
}, props, {
|
|
16
|
+
isFluid: isFluid
|
|
17
|
+
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
+
xlinkHref: image,
|
|
19
|
+
height: "100%",
|
|
20
|
+
width: "100%"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
PageNotFound.propTypes = ErrorStateProps;
|
|
24
|
+
PageNotFound.defaultProps = { ...ErrorStateDefaultProps,
|
|
25
|
+
dataId: 'pageNotFound'
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
import image from '../../../../images/UnableToProcess.svg';
|
|
8
|
+
export default function UnableToProcessRequest(props) {
|
|
9
|
+
const {
|
|
10
|
+
isFluid
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 587.1 331.1",
|
|
14
|
+
name: "UnableToProcessRequest"
|
|
15
|
+
}, props, {
|
|
16
|
+
isFluid: isFluid
|
|
17
|
+
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
+
xlinkHref: image,
|
|
19
|
+
height: "100%",
|
|
20
|
+
width: "100%"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
UnableToProcessRequest.propTypes = ErrorStateProps;
|
|
24
|
+
UnableToProcessRequest.defaultProps = { ...ErrorStateDefaultProps,
|
|
25
|
+
dataId: 'unableToProcessRequest'
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
import image from '../../../../images/UnauthorizedLogin.svg';
|
|
8
|
+
export default function UnauthorizedLogin(props) {
|
|
9
|
+
const {
|
|
10
|
+
isFluid
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 519.3 288.6",
|
|
14
|
+
name: "UnauthorizedLogin"
|
|
15
|
+
}, props, {
|
|
16
|
+
isFluid: isFluid
|
|
17
|
+
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
+
xlinkHref: image,
|
|
19
|
+
height: "100%",
|
|
20
|
+
width: "100%"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
UnauthorizedLogin.propTypes = ErrorStateProps;
|
|
24
|
+
UnauthorizedLogin.defaultProps = { ...ErrorStateDefaultProps,
|
|
25
|
+
dataId: 'unauthorizedLogin'
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
import image from '../../../../images/ReguestUrlNotFound.svg';
|
|
8
|
+
export default function UrlNotFound(props) {
|
|
9
|
+
const {
|
|
10
|
+
isFluid
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 614.2 310.2",
|
|
14
|
+
name: "UrlNotFound"
|
|
15
|
+
}, props, {
|
|
16
|
+
isFluid: isFluid
|
|
17
|
+
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
+
xlinkHref: image,
|
|
19
|
+
height: "100%",
|
|
20
|
+
width: "100%"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
UrlNotFound.propTypes = ErrorStateProps;
|
|
24
|
+
UrlNotFound.defaultProps = { ...ErrorStateDefaultProps,
|
|
25
|
+
dataId: 'urlNotFound'
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
import image from '../../../../images/WillBack.svg';
|
|
8
|
+
export default function WillBeRightBack(props) {
|
|
9
|
+
const {
|
|
10
|
+
isFluid
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 889 490.6",
|
|
14
|
+
name: "WillBeRightBack"
|
|
15
|
+
}, props, {
|
|
16
|
+
isFluid: isFluid
|
|
17
|
+
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
+
xlinkHref: image,
|
|
19
|
+
height: "100%",
|
|
20
|
+
width: "100%"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
WillBeRightBack.propTypes = ErrorStateProps;
|
|
24
|
+
WillBeRightBack.defaultProps = { ...ErrorStateDefaultProps,
|
|
25
|
+
dataId: 'willBeRightBack'
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyUnauthorizedLogin(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 1326.83 1190.04",
|
|
10
|
+
name: "EmptyUnauthorizedLogin"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
fill: "var(--zd_emptysvg_primary_stroke)",
|
|
13
|
+
d: "M446.05 817c-13.41 0-23.09-1.66-26.24-5.94-1.51-2.05-1.55-4.53-.13-7.38 4.37-8.74 19.18-15.77 37.14-21.13-1-.21-1.89-.44-2.79-.7-11.68-3.24-17.8-9.38-18.21-18.25-1.08-23.9 11.77-107.78 29.65-177.91q-2-2-3.9-4c-2-2.08-3.4-3.59-4.17-4.23-10.14-8.47 10.38-61.88 14.33-69.78 5.16-10.31 24.65-10.43 25.48-10.43a1.21 1.21 0 011 1.81c-10.34 18-20.75 50.1-29.94 86.12 53.19 53.64 113.23 75.9 167.53 82.74l-1.71-30.48c-10.09-2.72-106-29.62-140.57-76.17a1.18 1.18 0 01-.18-1.07l3.27-10.63a1.2 1.2 0 01.88-.82 1.23 1.23 0 011.16.36c.33.37 34.1 36.6 97.75 54.46a263.86 263.86 0 0040.68 8l-1.55-25.08C606.83 580 581.84 571 561.31 560c-16.63-9-30.41-19.36-40.94-30.9-15.49-17-19.34-31.2-20.18-35.31-29 3.61-53.62 28.78-57.8 33.26 2.66 4 12.45 19.16 11.63 24.91-1.11 7.78-13.49 7.87-14 7.87-1.8 0-3.72-2.49-7.24-7.27-2.61-3.55-5.56-7.57-8-9.17-1.63-1.09-4.86.32-7.34 3.2-2.93 3.4-4.81 9.06-.51 13.79 5.68 6.25 14 6.5 19.48 6.67 2.65.08 4.57.14 5.82.76a1.86 1.86 0 011 1.73c0 5.09-21.65 28.7-24.94 30.34-2.93 1.46-15-.34-33.43-3.73l-2.37-.43c-10.15-1.84-22.32-27.11-23.22-37.84s18.09-50.33 25.14-57.38c1.87-1.86 5.59-1.92 11.13-.18a650.42 650.42 0 01-6.78-5.75 1.21 1.21 0 01-.34-1.36c11.13-28 41.82-59 65.61-80.06a615.65 615.65 0 0149.38-39.31 1.19 1.19 0 011.59.2c1.89 2.18 3.12 6 3.85 10.84 1.57-5.77 3.37-10.47 5.37-13.31 9-12.8 55.79-26.9 69.49-30.81 3.71-33.38 22.22-55 37.49-67.39 18.31-14.87 36.56-20.4 43.14-19.47 9.22 1.31 16.81 1.72 22.6 1.28-16.74-3.53-24.78-8.37-23.92-14.45 1-7.15 14.71-12.56 18.22-12.09 6.34.83 21.94 7.82 21.15 19.42a7.86 7.86 0 01-3 5.76 12.39 12.39 0 01-1.27.89c30.79 4.92 49.11 25.59 59.07 42.12a124.76 124.76 0 0114.41 35.25 1.19 1.19 0 01-.07.72 30.23 30.23 0 00-2.42 8.41 6.34 6.34 0 01.77-1.64 5.93 5.93 0 014.23-2.46c17.57-2.7 70.67 26.4 72.92 27.65 65.5 34.2 130.42 129.5 129.84 132.43-.08.38-.2 1-2.58 2.18a19.81 19.81 0 012.15 1c10.67 5.82 23.5 40.76 21.36 53.16a10.66 10.66 0 01-4.35 7.06 10.83 10.83 0 011 .75c3.1 2.63 4 7.12 2.8 13.34-3.12 15.59-18.91 23.84-45.67 23.84-8.47 0-25.44-13.39-32-22.13-2.49-3.29-3.44-5.76-2.93-7.56 1.26-4.43 6.67-3.92 12.92-3.32 4.7.44 10 1 15.21-.16 3-.66 4.8-2.23 5.4-4.83 1.28-5.49-3.12-13.73-5.9-15.93-1.31-1-8.62 1.38-14 3.14-8.73 2.88-17 5.6-20.26 3a4 4 0 01-1.38-3.67c.44-5.29 7.37-12.82 14.62-19.15a1.16 1.16 0 01-.54-.89c-.32-3.2-2.59-6.49-6.74-9.76-10.84-8.56-31.57-14.7-43.7-17.1.91 3.69 1.8 7.25 2.66 10.64a1.24 1.24 0 01-.15.94c-11.46 18.1-39.82 35.4-84.3 51.4a588.79 588.79 0 01-62.35 18.39l2 26c57.08-10.91 109.24-35.25 149.74-59.09 0-3.63-.1-20.91-2.62-28.23-.26-.59-.47-1.09-.63-1.51l-.12-.22-.22-.37.1-.07c-.45-1.35-.17-1.5.28-1.74 1.07-.57 1.65.49 1.94 1a13.88 13.88 0 011 2.5c1.65 3.47 4.68 9.71 7.83 16.21 12.34 25.42 18.25 37.79 18.47 39.3a1.2 1.2 0 11-2.38.34c-.42-1.84-11.15-24-18.26-38.59-1.55-3.19-2.85-5.88-3.94-8.15a188.13 188.13 0 01.92 20.23 1.22 1.22 0 01-.59 1c-40.85 24.1-93.58 48.78-151.36 59.78l4 51.5a631.6 631.6 0 0071.31-18.69c48-15.86 80.85-34.83 96-55.26 1.44-7 5.38-8.39 5.62-8.47a1.21 1.21 0 011.29.35 1.22 1.22 0 01.16 1.34 58.33 58.33 0 01-4.82 7.81 34.55 34.55 0 00.11 10.8c.51 3.58 1.93 10.38 3.9 19.78 7.33 35 21 100.15 19.07 148.42a1.2 1.2 0 01-.74 1.06l-2 .85q6.56.38 8.39 3.42c1.38 2.3 2.85 4.62 4.28 6.89 6.78 10.7 12.63 19.95 7.19 23.41-4.77 3-91.45 12.5-114.79 2-3.67-1.64-5.74-3.77-6.15-6.32s-.77-4.93-1.13-7.34c-2.26-15.2-4.22-28.33-13.22-34.87-10.73-7.81-72.29-49.69-72.91-50.12a1.2 1.2 0 01-.53-.9l-3.19-41.29c-2 .38-3.46.65-4.41.82v36.63a1.2 1.2 0 01-1.14 1.2c-7 .34-68.92 3.13-77.13-1.79-2.87-1.72-4.31-13.9-4.94-29.87l-1.34-.13 1.69 27.29a1.22 1.22 0 01-.51 1.06c-.46.32-45.9 32.35-65.67 41.13s-32 39.61-33 53.69a1.21 1.21 0 01-1.2 1.12 1.21 1.21 0 01-1.19-1.13c0-.43-2.22-42.65 36.35-61.26 34.72-16.74 54.7-34.06 57.76-36.8L636 670.36c-54.53-6.78-114.82-29-168.36-82.47-17.55 69.65-30.43 152.68-29.39 175.64.31 6.89 4.78 12 13.29 15A55.55 55.55 0 00462 781.1c27.73-7.57 61-11.42 75.09-11.68 7-.14 7.95.58 8.39 1.39a1.49 1.49 0 01-.09 1.57c-2.7 4-51.72 15.62-83.07 11.19-2.54.7-5 1.43-7.48 2.19-18.21 5.71-29.62 12.28-33 19-1 2-1 3.61-.09 4.89 8.8 11.94 86.51-.84 112-5 6.75-1.11 9.76-1.6 10.58-1.6a1.21 1.21 0 110 2.41c-.66 0-4.86.69-10.19 1.57-30.8 5.05-64.98 9.97-88.09 9.97zm291.67-112.15c5.81 3.95 62.24 42.37 72.5 49.83 9.81 7.13 11.84 20.73 14.18 36.47.36 2.39.73 4.84 1.13 7.31.27 1.7 1.87 3.21 4.75 4.5 22 9.85 108 1 112.52-1.87 3.41-2.16-2.36-11.27-7.93-20.08-1.45-2.29-2.93-4.63-4.32-7-.89-1.48-3.63-2.27-7.91-2.3-1.46 0-3 .07-4.69.22-19.59 8-64.86 25.85-71 23.8a1.64 1.64 0 01-1.26-1.63c.15-4.52 33.54-16 50.94-20.51a139.09 139.09 0 0120.79-4c2.52-1 5-2 7.26-3 1.72-47.89-11.78-112.34-19-147.06-2-9.44-3.41-16.27-3.93-19.93a44.2 44.2 0 01-.48-7.57c-36 43.48-137.39 66.06-166.63 71.79zm169.95 68.67c-22.4 4.42-52.49 16-58.64 20.07 7.24-.45 34.74-10.59 58.64-20.07zm-438.79 8.35c27.72 2 64.93-6.28 73.06-10-8.28-.72-42.76 2.52-73.06 10zm169.53-111.21l1.46 26.06a1.18 1.18 0 01-.38.95c-.2.19-20.76 19.25-58.77 37.58-20.82 10-29.3 27.24-32.73 40.47 5.59-14.58 15.9-31.1 29.75-37.26 18.39-8.17 59.48-36.83 64.71-40.51l-1.66-27zm8.54.87c.56 15.77 1.77 26.38 3.78 27.58 6.29 3.77 54.91 2.41 74.63 1.51v-36.5a1.2 1.2 0 011-1.18c.08 0 2.09-.36 5.62-1.05l-4-51.52c-3.32.6-6.64 1.16-10 1.68v57.19a1.22 1.22 0 01-1.07 1.2 345.86 345.86 0 01-69.91 1.09zm-.08-2.43a341.47 341.47 0 0068.73-.94v-55.75A306.43 306.43 0 01647 615c-.49 20-.58 39.15-.13 54.1zm-3.81-.37l1.4.15c-.56-16.79-.29-37.23.15-54.13-1.64-.15-3.27-.31-4.91-.48zm-4.79-.52l2.36.27-3.36-54.48a266.72 266.72 0 01-41.62-8.16c-56.89-16-90.18-46.58-97.3-53.63l-2.49 8.1c36.13 47.93 138.69 74.75 139.72 75a1.19 1.19 0 01.9 1.1zm8.8-55.67A304.73 304.73 0 00715.6 610v-24.14H648c-.37 8.86-.69 17.84-.93 26.68zm-7.52-.71c1.71.18 3.42.35 5.12.5.34-12.49.76-22.76 1-27.73a1.21 1.21 0 011.21-1.15h69.92a1.21 1.21 0 011.21 1.2v25q4.92-.76 9.79-1.66l-2.11-27.26a1.2 1.2 0 01.94-1.27c1.19-.26 118.65-26.59 145.88-68.53-.35-1.37-1.36-5.41-2.79-11.2a27.07 27.07 0 00-6.31-.59 2.08 2.08 0 01-1.63-.49c-3.39-2.77-4.88-21.31-6.93-51.52-.32-4.76-.66-9.8-1-14.76-7.37-33.67-6-34.47-4.88-35.08a1.56 1.56 0 012 .39c2.44 2.45 3.83 14.48 5.3 34.21 4.26 19.51 10.21 44.45 15.46 65.71 12.5 2.29 34.55 8.91 45.84 17.82 4 3.18 6.5 6.47 7.36 9.8 1.37-.62 2.75-1.28 4.1-1.94 4.93-3.85 9.22-6.66 10.71-7.22a1.67 1.67 0 011.81.19 1.51 1.51 0 01.32 1.43c-.66 2-6.41 5.16-11.51 7.65-8.36 6.57-18.74 16.2-19.22 22-.09 1 .23 1.39.47 1.58 2.28 1.78 11.37-1.21 18-3.41 8.6-2.84 14-4.49 16.21-2.73 3.2 2.53 8.31 11.65 6.75 18.36-.57 2.44-2.29 5.56-7.24 6.63-5.55 1.19-11.31.64-15.95.2-6.17-.58-9.69-.8-10.38 1.59-.1.36-.21 1.8 2.54 5.45 6.67 8.85 23.09 21.17 30.11 21.17 25.47 0 40.44-7.58 43.31-21.9 1.06-5.3.39-9-2-11a7.29 7.29 0 00-2-1.17c-6.69 3-15.75 1.37-16.18 1.3a1.21 1.21 0 01-1-1.08 1.19 1.19 0 01.77-1.23c.46-.18 9.53-3.55 16.23-1.58a11.59 11.59 0 001.12-.69 8.19 8.19 0 003.51-5.61c2.11-12.19-11.25-45.8-20.13-50.64a16.12 16.12 0 00-4.36-1.68c-2.06.81-4.84 1.79-8.62 3a1.21 1.21 0 01-1.37-1.81 9.9 9.9 0 019.7-3.69 27.45 27.45 0 003.6-1.64c-5-8.83-66.42-97.47-128.35-129.81-.57-.32-54.64-30-71.41-27.39a3.54 3.54 0 00-2.6 1.43c-1.75 2.59-.31 8.82 1.37 16 4.23 18.2 10.61 45.69-19.72 63.9a1.19 1.19 0 01-1.33-.07 1.21 1.21 0 01-.46-1.26s.09-.37.22-.95c-2.83 2.46-4.85 3.9-5.13 4.1-34.55 22.71-66.44 30.88-94.82 24.3-28.84-6.74-45.55-27.27-50.73-34.61a1.21 1.21 0 01-.14.67 1.15 1.15 0 01-1.15.63c-.86-.06-20.88-2.39-16.68-67.92.06-.81.12-1.6.19-2.4-14.52 4.2-59 17.86-67.27 29.61-2.59 3.68-4.81 10.55-6.66 18.84 1.39 24.36-5.26 62.8-6.61 65.12a1.37 1.37 0 01-1.47.74c-.44-.09-1-.42-1.11-1.47-.68-5.44 1.58-40.56 6.88-64.65-.39-6.63-1.42-12-3.38-15.05-9.83 7-92.46 67-112.86 116.82 3.89 3.33 7.9 6.67 11.79 9.83 1.25.56 2.55 1.18 3.92 1.86 7.46 3.71 25.14 14.07 24.64 17.65A1.61 1.61 0 01430 524c-3.57.68-17.4-9.8-28.53-18.85a50.92 50.92 0 00-9.47-3.31c-2.91-.62-5-.5-5.82.35-6.52 6.51-25.28 45.43-24.45 55.47.89 10.68 12.9 34.16 21.25 35.68l2.37.43c8 1.46 29.13 5.34 31.92 4C420.75 596 440 574 440.82 569.8a22.37 22.37 0 00-4.46-.37c-5.9-.18-14.81-.45-21.18-7.46-5.36-5.9-3.1-12.83.47-17 3.37-3.91 7.78-5.44 10.49-3.64s5.85 6 8.57 9.75c1.88 2.55 4.45 6 5.37 6.3 2.93 0 10.88-1 11.56-5.81.65-4.53-8.28-18.86-11.77-24a1.2 1.2 0 01.09-1.47c.27-.32 28-31.41 61.1-34.88a1.22 1.22 0 011.32 1c.08.64 9.86 64 134.6 92.05a1.18 1.18 0 01.94 1.1zM495.1 499.74c-5 .32-17.63 1.84-21.21 9-5.6 11.2-22.93 60.19-14.95 66.86.89.73 2.28 2.2 4.38 4.42l2.85 3C475 548.83 485 518.2 495.1 499.74zm-82.42 11.16c6.7 5.12 12.26 9 15.13 10.26-2.46-2.29-8.39-6.39-15.13-10.26zm451.73-14.22a34.18 34.18 0 014.68.45 4377.62 4377.62 0 01-10-41.39q-1-4.1-1.82-7.83c1.37 20.15 3.23 47 6 48.84a8.07 8.07 0 011.14-.07zm-357-93.56a401.91 401.91 0 00-4.6 43.88 333.89 333.89 0 004.58-43.88zm100-38.89c-3.4 5.21-15.84 26.4-5.78 44.27.15.27 16.81 28.14 51 36.11 27.71 6.46 58.95-1.6 92.88-24a78.86 78.86 0 007.29-6.15c2-11.2 5.13-37.91-9-45.4-7.27 6.12-74.43 59.57-136.41-4.83zM755 415.76c-.1.53-.2 1-.29 1.46 16.38-10.88 20.12-25 19.66-38.17 0 .53-.06 1.08-.1 1.63-1.16 15.13-11.6 27.75-19.27 35.08zm-11.45-49.3a1.19 1.19 0 01.51.12c15.23 7.11 13.71 31.73 11.67 45 7-7.28 15.18-18.36 16.14-31.06.76-10.18-1.22-17.16-3-23.31-2.23-7.86-4.16-14.65.25-25A123.76 123.76 0 00755.07 298c-9.76-16.18-27.74-36.42-58-41-1.12-.17-2.21-.35-3.28-.53-6.42 1.79-16.4 1.73-29.8-.18-6.39-.9-24.3 5.17-41.28 19C608 287.21 590.12 308 586.25 340l1.19-.33a1.18 1.18 0 011.11.26 1.22 1.22 0 01.39 1.08c-5.3 35.84 4.8 58.49 9.67 66.93-10.42-21.41 6.9-45.33 7.66-46.36a1.19 1.19 0 01.9-.49 1.1 1.1 0 01.94.38c63.9 67.8 133.92 5.91 134.62 5.27a1.24 1.24 0 01.81-.28zm107.15 37.15c.23 1.73.58 3.87 1 6.38-.3-2.49-.64-4.66-1-6.38zm-265.5-35.35c.76 27.3 7.09 37.29 11.28 40.93-3.7-6.3-10.07-19.95-11.28-40.93zm.77-25.65c-.1 1.07-.19 2.17-.26 3.27-.1 1.48-.18 2.94-.25 4.36.2-2.5.48-5.08.84-7.72zM680.66 231c-3.2 0-14.49 4.86-15.22 10.06-.35 2.44 1.83 8.42 28.27 12.93a12.37 12.37 0 004.15-2.05 5.48 5.48 0 002.16-4c.68-10-14.23-16.24-19.06-16.87z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M600.07 412.45s-10.29-23.67 7.17-50.13c0 0 49.36 68.09 136.3 5.35 0 0 19.24 4 9.35 52.11 0 0 36.27-36.57 14.85-76.91 0 0 6.07-17.81-7.8-38.64s-31.34-44.93-66.19-49c0 0 9.53-5.85 7.16-10.64s-5.32-11.68-19.79-14.75-25.12 14.48-16.92 25.22c0 0-42.86 1.68-69.51 53.52a80.49 80.49 0 00-6.86 19.21c-4.72 20.93-12.33 68.87 12.24 84.66z",
|
|
16
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M556.37 469s-13.75 90 108.81 88.8S804 482.76 804 471.5s-141.32-8.75-150.08 31.27-70-28.76-80-35a14.1 14.1 0 00-17.55 1.23z",
|
|
19
|
+
opacity: 0.15,
|
|
20
|
+
fill: "var(--zd_emptysvg_secondary_plainfill)"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
EmptyUnauthorizedLogin.propTypes = ErrorStateProps;
|
|
24
|
+
EmptyUnauthorizedLogin.defaultProps = { ...ErrorStateDefaultProps,
|
|
25
|
+
dataId: 'emptyUnauthorizedLogin'
|
|
26
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from '../../../errorstate/props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from '../../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyWillBeRightBack(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 1326.83 1190.04",
|
|
10
|
+
name: "EmptyWillBeRightBack"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyGlobe_svg__cls-2{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M485.09 849.29a233.48 233.48 0 01-67.78-9.72c-44-13.41-99.43-46.65-113.63-128.82-15.48-89.5 18.66-147.8 50-181 34-35.89 72.12-50.83 72.51-51a1.2 1.2 0 01.86 2.25c-.38.14-38.1 14.93-71.69 50.46-30.95 32.74-64.63 90.34-49.33 178.81 14 81 68.61 113.71 112 126.93 73.86 22.52 159.34 2.66 189.86-29.25.61-.47 42.08-32.66 58.06-108.73l-.64-.16a28.65 28.65 0 01-20.13-17.92 1.27 1.27 0 010-.48c1.28-12.26-1.48-21.49-8.2-27.45-8.66-7.67-23.92-9.71-41.87-5.6a62.45 62.45 0 01-8 1.29c1.15 12.95-10.55 35.65-31.94 44.65-6.1 2.58-12.69 2.28-18.82.71-1.15 17.48-9.2 34.7-13 40.84a22.76 22.76 0 00-2.13 4.72 51.29 51.29 0 0115.31-6.72 10.65 10.65 0 019.75 2.59 10.5 10.5 0 013.19 9.4c-1.46 8.81-8.54 21.6-17.44 26.91-5.43 3.23-8.88 1.55-10.82-.42-4.51-4.59-5.47-16.16-3.84-26a42.79 42.79 0 00-12.74 17.51c-11.45 29.7-31 34.59-31.83 34.78-5.71.91-10.47-.07-14.22-2.91-9.59-7.26-11.71-25.68-14-45.18-3.12-27-6.35-55-28.21-60.49-16.08-4-26.91-11.15-32.19-21.1a31.47 31.47 0 01-2.18-23.78c5.32-21.4 22.81-35.74 41.3-45.17a116.06 116.06 0 01-15.21-5c-3.19-1.46-5-3.46-5.34-6-.87-6.28 7.92-13.75 15-19.75 1.8-1.54 3.5-3 4.74-4.17 2.38-2.28 3.36-3.73 3.27-4.84-.13-1.81-3.22-4-8.34-7.6-1.47-1-3.11-2.19-4.92-3.51-3.95-2.87-5.75-6.6-5.08-10.51.79-4.57 5-9 10.09-10.46 3.65-1.09 7-.35 9.16 2 2.54 2.76 8.63 5.07 17.6 6.67a20.08 20.08 0 0019.08-7 35.46 35.46 0 01-8.24-9.77c-5.66-9.38-6.9-18-3.69-25.72 6.83-16.35 31.15-22.4 32.18-22.65 39.44-3.07 81.31 14 118.1 48 42.56 39.47 72.3 95.85 72.3 137.2a293.52 293.52 0 01-5.21 41.26c17.57 2.82 50.11-6.58 107.91-62.13a1.05 1.05 0 01.27-.2c.17-.09 17.62-10 29.82-61.81 7-29.64 43.47-27.69 82.12-25.62 33.81 1.81 68.77 3.68 91.08-13.17 19.15-14.47 41.85-31.82 62.33-47.55a116.91 116.91 0 00-31-9.37 1.2 1.2 0 01-.26-2.32l89.55-33.22a1.21 1.21 0 011.48.54 1.22 1.22 0 01-.32 1.54c-.42.32-24.91 19.3-54.88 42.32 8 4.23 15.7 9.94 21.23 17.61l45.69-68.87-109.67 41.36-4.63 31.66a1.2 1.2 0 01-1.23 1 1.21 1.21 0 01-1.16-1.11l-2.59-33.38-7.41 2.62c2.85 4.3 11 18.2 7.37 32.36-2.42 9.55-9.69 17.17-21.6 22.67-21.25 9.81-53.51-4-84.7-17.34-28-12-56.93-24.37-76-18.47-20.64 6.4-31.39 18.49-36.77 27.49a50.47 50.47 0 00-6.84 18.22 1.2 1.2 0 11-2.39-.26c0-.35 4.26-35 45.26-47.67 19.95-6.16 48 5.84 77.68 18.55 30.71 13.14 62.47 26.74 82.75 17.38 11.21-5.18 18-12.27 20.27-21.07 4-15.55-7.76-31.51-7.88-31.67a1.2 1.2 0 01-.19-1.07 1.21 1.21 0 01.75-.78l9.51-3.37-.08-.94c-3.66-1.91-25.74-12.33-60.77-6.24l-.76.13a1.2 1.2 0 11-.42-2.37l.67-.12 176.23-31.13a1.17 1.17 0 011.37.87 1.21 1.21 0 01-.76 1.45l-113 40 1.81 23.29 3.17-21.7a1.21 1.21 0 01.77-1l113.82-42.91a1.21 1.21 0 011.43 1.8l-48.73 73.45a1.19 1.19 0 01-1 .54 1.19 1.19 0 01-1-.54c-5.5-8.3-13.85-14.36-22.43-18.74-20.73 15.93-43.83 33.6-63.29 48.3-23 17.37-58.42 15.48-92.66 13.65-39.24-2.1-73.14-3.91-79.65 23.76-12 51.09-28.91 62.16-30.88 63.3-33.09 31.79-78.49 67.82-110 62.66-16.19 77-58.32 109.68-58.82 110.06-21.61 22.7-70.93 39.46-124.27 39.46zM426.8 600.17c-25.68 12.82-38.8 30.1-42.48 44.94a29.57 29.57 0 001.93 22.09c4.95 9.31 15.25 16 30.62 19.85 23.48 5.91 26.95 36 30 62.56 2.19 19 4.26 36.89 13 43.53 3.26 2.47 7.28 3.29 12.3 2.47.11 0 19.09-4.86 30.05-33.29A46 46 0 01518 742a28.74 28.74 0 013.18-8.14c3.76-6 11.77-23.13 12.76-40.23a66.78 66.78 0 01-16-7.74c-14.17-9.19-25.41-22.72-25.59-30.81a7.41 7.41 0 013.79-6.93c5.14-2.56 14.16 1.22 26.8 11.21 10.5 8.31 13.74 20.31 13.41 32.42 6.7 1.78 12.81 1.68 17.78-.42 21.77-9.16 31.41-31.18 30.46-42.25-15.09.8-28.08-4.09-32.82-10.4-1.92-2.56-2.27-5.24-1-7.55 1-1.85 3.44-3.91 9.14-3.32 9.77 1 23.92 9.52 26.5 18 .07.24.14.49.2.74a60 60 0 007.89-1.26c18.71-4.29 34.75-2 44 6.15 7.28 6.45 10.32 16.29 9 29.24a26.78 26.78 0 0018.4 16.09l.48.12a292.81 292.81 0 005.16-40.87c0-40.66-29.41-96.31-71.52-135.27-36.28-33.58-77.51-50.42-116.08-47.42-.06 0-24 6-30.34 21.21-2.89 6.95-1.7 14.87 3.53 23.54a33.53 33.53 0 007.58 9.07c.21-.33.4-.66.59-1 15.7-28.46 29.91-28.56 33.9-27.9 3.58.59 6.2 2.64 6.67 5.24.88 4.81-10.25 23.27-23.94 28.45a18.15 18.15 0 01-16.65-1.46 22.44 22.44 0 01-21.47 8c-9.64-1.72-16-4.21-19-7.41-2.08-2.26-5.1-1.8-6.71-1.32-4.16 1.22-7.76 4.9-8.4 8.56-.51 3 .91 5.81 4.12 8.15 1.81 1.31 3.44 2.46 4.9 3.49 6.08 4.29 9.14 6.45 9.36 9.4.17 2.25-1.48 4.32-4 6.75-1.29 1.23-3 2.71-4.85 4.26-6.23 5.3-14.77 12.61-14.08 17.61.23 1.64 1.52 3 4 4.09a127.91 127.91 0 0017.52 5.56 187.91 187.91 0 0144.16-14.14c29.43-5.54 55-3.66 60.71 4.46 1.18 1.67 2.13 4.47-.07 8.28-12.6 21.6-72.34 12.29-104.67 3.92zm93.31 143.29c-2.18 9.52-1.7 22 2.7 26.5 2 2 4.54 2 7.87 0 8-4.8 14.92-16.92 16.3-25.23a8 8 0 00-2.46-7.25 8.31 8.31 0 00-7.57-2 50 50 0 00-16.84 7.98zm-20.36-93.63a5.55 5.55 0 00-2.52.52c-2.41 1.19-2.47 4.14-2.46 4.72.16 7.25 11.14 20.19 24.49 28.84a63.11 63.11 0 0014.74 7.23c.17-11.24-2.94-22.23-12.57-29.84-11.71-9.3-18.19-11.47-21.68-11.47zM558 630.18c-2 0-4.17.47-5.12 2.19-.82 1.47-.55 3.13.81 4.94 3.81 5.07 15.7 10.12 30.48 9.45a1.72 1.72 0 00-.07-.21c-2.28-7.49-15.57-15.34-24.44-16.27a14.81 14.81 0 00-1.66-.1zm-127.77-31.67c32.15 8 87.7 16.14 99.1-3.52 1.28-2.2 1.34-4.06.19-5.68-5.06-7.16-30.67-8.68-58.29-3.48a173.77 173.77 0 00-41 12.68zm36.49-69.93a15.65 15.65 0 0014.39 1.15c12.78-4.83 23.07-22.25 22.44-25.77-.23-1.25-1.8-2.82-4.7-3.29-7.4-1.19-19.53 5.16-31.4 26.68-.23.42-.45.83-.73 1.23zm549.37-52.68a116 116 0 0128.43 9.3c21.47-16.49 40.24-31 49.55-38.2zm-58.25-15.17c23.91.55 37.45 8.33 38.19 8.76a1.21 1.21 0 01.58.94l.08.95 98.68-35z",
|
|
13
|
+
fill: "var(--zd_emptysvg_primary_stroke)"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
className: "EmptyGlobe_svg__cls-2",
|
|
16
|
+
d: "M426.84 598.89s-60.36 22.2-42.84 66.32 56.7 4.06 61.9 86.31 50.55 25.08 50.55 25.08 17-31.79 20.78-32.45 18.66-40 17.94-51.39 30.61 6 42.75-19.69 4.27-37.27-17.09-43.85-87.46-25.99-133.99-30.33zM932.52 464s33.16-8.78 62.89 6.55l114.05-37.82zM1011.41 476.35s38.52 5.39 56.74 29.82l48.73-73.46z"
|
|
17
|
+
}));
|
|
18
|
+
}
|
|
19
|
+
EmptyWillBeRightBack.propTypes = ErrorStateProps;
|
|
20
|
+
EmptyWillBeRightBack.defaultProps = { ...ErrorStateDefaultProps,
|
|
21
|
+
dataId: 'emptyWillBeRightBack'
|
|
22
|
+
};
|