@zohodesk/svg 1.0.0-temp.53 → 1.0.0-temp.55
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 +60 -5
- 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/Loader.js +3 -3
- package/es/Loader/__tests__/Loader.spec.js +11 -0
- package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/es/SVG/SVG.js +5 -4
- package/es/SVG/SVG.module.css +17 -12
- package/es/SVG/SvgLoader.js +4 -1
- 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/EmptyCustomDomain.js +4 -4
- 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/EmptyBusinessHoliday.js +4 -5
- package/es/emptystate/version2/EmptyBusinessHour.js +4 -5
- package/es/emptystate/version2/EmptyFromAddress.js +4 -4
- package/es/emptystate/version2/EmptyImportHistory.js +4 -5
- package/es/emptystate/version2/EmptyNetwork.js +4 -4
- package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
- package/es/emptystate/version2/EmptyRoles.js +4 -4
- package/es/emptystate/version2/EmptyWebhook.js +4 -4
- package/es/emptystate/version2/FailureLog.js +4 -5
- 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/AuditLog.js +4 -4
- package/es/emptystate/version3/Bot.js +3 -2
- package/es/emptystate/version3/Contract.js +4 -4
- package/es/emptystate/version3/CustomModule.js +4 -4
- package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
- package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
- package/es/emptystate/version3/EmptyAPIs.js +3 -2
- package/es/emptystate/version3/EmptyAccounts.js +4 -4
- package/es/emptystate/version3/EmptyActiveCalls.js +4 -5
- package/es/emptystate/version3/EmptyActivity.js +4 -5
- package/es/emptystate/version3/EmptyAgent.js +4 -5
- package/es/emptystate/version3/EmptyAgentQueue.js +4 -5
- package/es/emptystate/version3/EmptyApplechat.js +4 -4
- package/es/emptystate/version3/EmptyApproval.js +4 -4
- package/es/emptystate/version3/EmptyArchived.js +4 -4
- package/es/emptystate/version3/EmptyArticle.js +4 -4
- package/es/emptystate/version3/EmptyAsapchat.js +4 -5
- package/es/emptystate/version3/EmptyAttach.js +4 -5
- package/es/emptystate/version3/EmptyAuthenticationPending.js +70 -0
- package/es/emptystate/version3/EmptyBlueprint.js +4 -5
- package/es/emptystate/version3/EmptyCallHistory.js +4 -5
- package/es/emptystate/version3/EmptyCanned.js +4 -5
- package/es/emptystate/version3/EmptyChat.js +4 -5
- package/es/emptystate/version3/EmptyCollision.js +4 -4
- package/es/emptystate/version3/EmptyColumn.js +4 -4
- package/es/emptystate/version3/EmptyContact.js +4 -5
- package/es/emptystate/version3/EmptyContract.js +4 -4
- package/es/emptystate/version3/EmptyConversation.js +4 -5
- package/es/emptystate/version3/EmptyCrm.js +4 -4
- package/es/emptystate/version3/EmptyCrmNotes.js +4 -4
- package/es/emptystate/version3/EmptyCrmPotential.js +4 -5
- package/es/emptystate/version3/EmptyCustomerHappiness.js +68 -0
- package/es/emptystate/version3/EmptyDashboard.js +4 -4
- package/es/emptystate/version3/EmptyDelete.js +4 -4
- package/es/emptystate/version3/EmptyDepartment.js +4 -4
- package/es/emptystate/version3/EmptyError.js +4 -5
- package/es/emptystate/version3/EmptyFeed.js +4 -4
- package/es/emptystate/version3/EmptyFollowers.js +4 -4
- package/es/emptystate/version3/EmptyFrame.js +4 -5
- package/es/emptystate/version3/EmptyHappiness.js +4 -5
- package/es/emptystate/version3/EmptyHistory.js +4 -4
- package/es/emptystate/version3/EmptyInstagram.js +4 -5
- package/es/emptystate/version3/EmptyInstantmessage.js +4 -5
- package/es/emptystate/version3/EmptyInvoice.js +4 -4
- package/es/emptystate/version3/EmptyLine.js +4 -5
- package/es/emptystate/version3/EmptyMessenger.js +4 -4
- package/es/emptystate/version3/EmptyNoData.js +4 -4
- package/es/emptystate/version3/EmptyNotification.js +4 -4
- package/es/emptystate/version3/EmptyPreference.js +4 -4
- package/es/emptystate/version3/EmptyProducts.js +4 -4
- package/es/emptystate/version3/EmptyReply.js +4 -4
- package/es/emptystate/version3/EmptyReports.js +4 -4
- package/es/emptystate/version3/EmptySandbox.js +32 -21
- package/es/emptystate/version3/EmptySchedule.js +4 -4
- package/es/emptystate/version3/EmptySearch.js +4 -4
- package/es/emptystate/version3/EmptySkills.js +4 -4
- package/es/emptystate/version3/EmptySla.js +4 -4
- package/es/emptystate/version3/EmptySnippet.js +4 -4
- package/es/emptystate/version3/EmptyTag.js +4 -4
- package/es/emptystate/version3/EmptyTask.js +4 -4
- package/es/emptystate/version3/EmptyTeams.js +4 -5
- package/es/emptystate/version3/EmptyTelegram.js +4 -5
- package/es/emptystate/version3/EmptyTemplate.js +4 -4
- package/es/emptystate/version3/EmptyTicket.js +4 -5
- package/es/emptystate/version3/EmptyTimeEntry.js +4 -4
- package/es/emptystate/version3/EmptyTimeline.js +4 -5
- package/es/emptystate/version3/EmptyTopic.js +4 -4
- package/es/emptystate/version3/EmptyTwilio.js +4 -5
- package/es/emptystate/version3/EmptyWechat.js +4 -5
- package/es/emptystate/version3/EmptyWhatsapp.js +4 -5
- package/es/emptystate/version3/EmptyZSCKey.js +88 -0
- package/es/emptystate/version3/Export.js +4 -5
- package/es/emptystate/version3/Extensions.js +4 -5
- package/es/emptystate/version3/Extractor.js +4 -5
- package/es/emptystate/version3/GCBot.js +4 -5
- package/es/emptystate/version3/GCConversation.js +4 -5
- package/es/emptystate/version3/Import.js +4 -5
- package/es/emptystate/version3/KBBot.js +4 -5
- package/es/emptystate/version3/Multilingual.js +4 -5
- package/es/emptystate/version3/NetworkError.js +4 -5
- package/es/emptystate/version3/Predictor.js +4 -5
- package/es/emptystate/version3/ReadRecipients.js +4 -5
- package/es/emptystate/version3/SupportPlan.js +4 -4
- package/es/emptystate/version3/Variable.js +4 -5
- package/es/emptystate/version3/ZiaAnamoly.js +4 -5
- 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/EmptyInconvenience.js +4 -5
- package/es/errorstate/version1/NoRequestFound.js +4 -5
- package/es/errorstate/version1/PageNotFound.js +4 -5
- package/es/errorstate/version1/UnableToProcessRequest.js +4 -5
- package/es/errorstate/version1/UnauthorizedLogin.js +4 -5
- package/es/errorstate/version1/UrlNotFound.js +4 -5
- package/es/errorstate/version1/WillBeRightBack.js +4 -5
- 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/EmptyUnauthorizedLogin.js +4 -5
- package/es/errorstate/version2/EmptyWillBeRightBack.js +4 -5
- package/es/errorstate/version2/NotImpossible.js +4 -5
- 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/ErrorInconvenience.js +4 -5
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +4 -5
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +4 -5
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +4 -5
- package/es/errorstate/version3/ErrorUrlNotFound.js +4 -5
- package/es/errorstate/version3/ErrorWillBeRightBack.js +4 -5
- 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 -15
- package/es/v1/Loader/Loader.js +62 -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/Alerts.js +90 -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/DKIMAuthendication.js +79 -0
- package/es/v1/emptystate/version3/DomainMapping.js +72 -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/FieldUpdate.js +115 -0
- package/es/v1/emptystate/version3/FromAddress.js +67 -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/OtherConfiguration.js +79 -0
- package/es/v1/emptystate/version3/Predictor.js +53 -0
- package/es/v1/emptystate/version3/ReadRecipients.js +51 -0
- package/es/v1/emptystate/version3/SupportEmailAddress.js +76 -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/Loader.js +27 -6
- package/lib/Loader/__tests__/Loader.spec.js +18 -0
- package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/lib/Loader/props/propTypes.js +3 -0
- package/lib/SVG/SVG.js +41 -19
- package/lib/SVG/SVG.module.css +17 -12
- package/lib/SVG/SvgLoader.js +22 -6
- 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 +5 -2
- package/lib/emptystate/index.js +9 -0
- package/lib/emptystate/props/propTypes.js +4 -1
- package/lib/emptystate/version1/EmptyCustomDomain.js +31 -6
- 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/version1/index.js +2 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +31 -7
- package/lib/emptystate/version2/EmptyBusinessHour.js +31 -7
- package/lib/emptystate/version2/EmptyFromAddress.js +31 -6
- package/lib/emptystate/version2/EmptyImportHistory.js +31 -7
- package/lib/emptystate/version2/EmptyNetwork.js +31 -6
- package/lib/emptystate/version2/EmptyRecycleBin.js +31 -6
- package/lib/emptystate/version2/EmptyRoles.js +31 -6
- package/lib/emptystate/version2/EmptyWebhook.js +31 -6
- package/lib/emptystate/version2/FailureLog.js +31 -7
- 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/version2/index.js +10 -0
- package/lib/emptystate/version3/AuditLog.js +30 -6
- package/lib/emptystate/version3/Bot.js +29 -4
- package/lib/emptystate/version3/Contract.js +30 -6
- package/lib/emptystate/version3/CustomModule.js +30 -6
- package/lib/emptystate/version3/EmptyAPIAuthentication.js +149 -0
- package/lib/emptystate/version3/EmptyAPIConfiguration.js +141 -0
- package/lib/emptystate/version3/EmptyAPIs.js +29 -4
- package/lib/emptystate/version3/EmptyAccounts.js +30 -6
- package/lib/emptystate/version3/EmptyActiveCalls.js +30 -7
- package/lib/emptystate/version3/EmptyActivity.js +30 -7
- package/lib/emptystate/version3/EmptyAgent.js +30 -7
- package/lib/emptystate/version3/EmptyAgentQueue.js +30 -7
- package/lib/emptystate/version3/EmptyApplechat.js +30 -6
- package/lib/emptystate/version3/EmptyApproval.js +30 -6
- package/lib/emptystate/version3/EmptyArchived.js +30 -6
- package/lib/emptystate/version3/EmptyArticle.js +30 -6
- package/lib/emptystate/version3/EmptyAsapchat.js +30 -7
- package/lib/emptystate/version3/EmptyAttach.js +30 -7
- package/lib/emptystate/version3/EmptyAuthenticationPending.js +127 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +30 -7
- package/lib/emptystate/version3/EmptyCallHistory.js +30 -7
- package/lib/emptystate/version3/EmptyCanned.js +30 -7
- package/lib/emptystate/version3/EmptyChat.js +30 -7
- package/lib/emptystate/version3/EmptyCollision.js +30 -6
- package/lib/emptystate/version3/EmptyColumn.js +30 -6
- package/lib/emptystate/version3/EmptyContact.js +30 -7
- package/lib/emptystate/version3/EmptyContract.js +30 -6
- package/lib/emptystate/version3/EmptyConversation.js +30 -7
- package/lib/emptystate/version3/EmptyCrm.js +30 -6
- package/lib/emptystate/version3/EmptyCrmNotes.js +30 -6
- package/lib/emptystate/version3/EmptyCrmPotential.js +30 -7
- package/lib/emptystate/version3/EmptyCustomerHappiness.js +125 -0
- package/lib/emptystate/version3/EmptyDashboard.js +30 -6
- package/lib/emptystate/version3/EmptyDelete.js +30 -6
- package/lib/emptystate/version3/EmptyDepartment.js +30 -6
- package/lib/emptystate/version3/EmptyError.js +30 -7
- package/lib/emptystate/version3/EmptyFeed.js +30 -6
- package/lib/emptystate/version3/EmptyFollowers.js +30 -6
- package/lib/emptystate/version3/EmptyFrame.js +30 -7
- package/lib/emptystate/version3/EmptyHappiness.js +30 -7
- package/lib/emptystate/version3/EmptyHistory.js +30 -6
- package/lib/emptystate/version3/EmptyInstagram.js +30 -7
- package/lib/emptystate/version3/EmptyInstantmessage.js +30 -7
- package/lib/emptystate/version3/EmptyInvoice.js +30 -6
- package/lib/emptystate/version3/EmptyLine.js +30 -7
- package/lib/emptystate/version3/EmptyMessenger.js +30 -6
- package/lib/emptystate/version3/EmptyNoData.js +30 -6
- package/lib/emptystate/version3/EmptyNotification.js +30 -6
- package/lib/emptystate/version3/EmptyPreference.js +30 -6
- package/lib/emptystate/version3/EmptyProducts.js +30 -6
- package/lib/emptystate/version3/EmptyReply.js +30 -6
- package/lib/emptystate/version3/EmptyReports.js +30 -6
- package/lib/emptystate/version3/EmptySandbox.js +58 -23
- package/lib/emptystate/version3/EmptySchedule.js +30 -6
- package/lib/emptystate/version3/EmptySearch.js +30 -6
- package/lib/emptystate/version3/EmptySkills.js +30 -6
- package/lib/emptystate/version3/EmptySla.js +30 -6
- package/lib/emptystate/version3/EmptySnippet.js +30 -6
- package/lib/emptystate/version3/EmptyTag.js +30 -6
- package/lib/emptystate/version3/EmptyTask.js +30 -6
- package/lib/emptystate/version3/EmptyTeams.js +30 -7
- package/lib/emptystate/version3/EmptyTelegram.js +30 -7
- package/lib/emptystate/version3/EmptyTemplate.js +30 -6
- package/lib/emptystate/version3/EmptyTicket.js +30 -7
- package/lib/emptystate/version3/EmptyTimeEntry.js +30 -6
- package/lib/emptystate/version3/EmptyTimeline.js +30 -7
- package/lib/emptystate/version3/EmptyTopic.js +30 -6
- package/lib/emptystate/version3/EmptyTwilio.js +30 -7
- package/lib/emptystate/version3/EmptyWechat.js +30 -7
- package/lib/emptystate/version3/EmptyWhatsapp.js +30 -7
- package/lib/emptystate/version3/EmptyZSCKey.js +145 -0
- package/lib/emptystate/version3/Export.js +30 -7
- package/lib/emptystate/version3/Extensions.js +30 -7
- package/lib/emptystate/version3/Extractor.js +30 -7
- package/lib/emptystate/version3/GCBot.js +30 -7
- package/lib/emptystate/version3/GCConversation.js +30 -7
- package/lib/emptystate/version3/Import.js +30 -7
- package/lib/emptystate/version3/KBBot.js +30 -7
- package/lib/emptystate/version3/Multilingual.js +30 -7
- package/lib/emptystate/version3/NetworkError.js +30 -7
- package/lib/emptystate/version3/Predictor.js +30 -7
- package/lib/emptystate/version3/ReadRecipients.js +30 -7
- package/lib/emptystate/version3/SupportPlan.js +30 -6
- package/lib/emptystate/version3/Variable.js +30 -7
- package/lib/emptystate/version3/ZiaAnamoly.js +30 -7
- package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -0
- package/lib/emptystate/version3/__tests__/version3.spec.js +26 -0
- package/lib/emptystate/version3/index.js +79 -0
- package/lib/errorstate/index.js +9 -0
- package/lib/errorstate/props/propTypes.js +3 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +31 -7
- package/lib/errorstate/version1/NoRequestFound.js +31 -7
- package/lib/errorstate/version1/PageNotFound.js +31 -7
- package/lib/errorstate/version1/UnableToProcessRequest.js +31 -7
- package/lib/errorstate/version1/UnauthorizedLogin.js +31 -7
- package/lib/errorstate/version1/UrlNotFound.js +31 -7
- package/lib/errorstate/version1/WillBeRightBack.js +31 -7
- 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/version1/index.js +8 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +30 -7
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +30 -7
- package/lib/errorstate/version2/NotImpossible.js +30 -7
- 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/version2/index.js +3 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +30 -7
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +30 -7
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +30 -7
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +30 -7
- package/lib/errorstate/version3/ErrorUrlNotFound.js +30 -7
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +30 -7
- package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -0
- package/lib/errorstate/version3/__tests__/version3.spec.js +26 -0
- package/lib/errorstate/version3/index.js +7 -0
- package/lib/index.js +10 -0
- package/lib/v1/Loader/Loader.js +80 -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/Alerts.js +110 -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/DKIMAuthendication.js +99 -0
- package/lib/v1/emptystate/version3/DomainMapping.js +92 -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/FieldUpdate.js +135 -0
- package/lib/v1/emptystate/version3/FromAddress.js +87 -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/OtherConfiguration.js +99 -0
- package/lib/v1/emptystate/version3/Predictor.js +73 -0
- package/lib/v1/emptystate/version3/ReadRecipients.js +71 -0
- package/lib/v1/emptystate/version3/SupportEmailAddress.js +96 -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 +26 -21
- package/postPublish.js +8 -0
- package/prePublish.js +70 -0
- package/react-cli.config.js +20 -0
- 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
- package/css_error.log +0 -0
|
@@ -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,76 @@
|
|
|
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 SupportEmailAddress(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "emptySupportEmailAddress",
|
|
11
|
+
styleName: {
|
|
12
|
+
fill: 'none'
|
|
13
|
+
}
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
15
|
+
"clip-path": "url(#clip0_8054_29344)"
|
|
16
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
opacity: "0.1",
|
|
18
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.4999 376.252 85.9999C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
|
|
19
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M35 293.25C34.75 293.25 35 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",
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
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",
|
|
25
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M428 52C421.5 52 416.25 57.25 416.25 63.75C416.25 70.25 421.5 75.5 428 75.5C434.5 75.5 439.75 70.25 439.75 63.75C439.75 57.25 434.25 52 428 52ZM428 73.25C423 73.25 418.75 69 418.75 63.75C418.75 58.5 423 54.25 428 54.25C433 54.25 437.25 58.5 437.25 63.75C437.25 69 433 73.25 428 73.25Z",
|
|
28
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M311 432.75C306.25 432.75 302.5 436.5 302.5 441.25C302.5 446 306.25 449.75 311 449.75C315.75 449.75 319.5 446 319.5 441.25C319.5 436.75 315.75 432.75 311 432.75ZM311 447.5C307.75 447.5 305 444.75 305 441.25C305 437.75 307.75 435 311 435C314.25 435 317 437.75 317 441.25C317 444.75 314.25 447.5 311 447.5Z",
|
|
31
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
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
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
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
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
opacity: "0.1",
|
|
40
|
+
d: "M289.502 162.5C289.502 162.5 196.252 100.25 149.002 119C101.752 137.75 69.5022 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",
|
|
41
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
43
|
+
"clip-path": "url(#clip1_8054_29296)"
|
|
44
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M147.498 315.738L195.823 270.021C195.823 270.021 296.435 315.474 276.629 320.495C256.824 325.78 147.498 315.738 147.498 315.738Z",
|
|
46
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M324.69 136.833L192.126 217.697C192.126 217.697 132.709 167.223 127.164 147.404C118.449 115.428 236.226 130.227 272.139 128.377C282.702 127.848 324.69 136.833 324.69 136.833Z",
|
|
49
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M89.9291 147.139C85.704 143.704 81.2148 140.268 76.9896 137.097C75.1411 135.776 74.0848 134.719 73.8207 134.455C68.8034 111.2 203.48 108.029 225.926 109.086C274.252 111.2 349.248 115.164 348.192 133.398C347.136 147.932 249.957 217.169 207.705 243.331C187.372 255.487 184.203 247.559 184.203 247.559C184.203 247.559 80.4225 129.698 78.8381 156.917C76.7255 189.685 70.9159 347.185 96.2669 333.708C121.618 320.231 172.32 252.315 159.38 254.43C146.441 256.808 77.5177 334.765 115.544 334.765C153.571 334.765 294.057 341.372 319.408 332.651C344.759 323.93 235.697 281.384 238.074 264.207C240.45 247.03 303.564 303.847 319.144 315.21C332.083 324.723 369.054 355.113 350.04 176.472C345.023 128.377 374.071 122.827 419.227 140.268C426.885 143.175 434.279 147.668 440.617 152.953C440.617 152.953 466.496 180.701 437.448 203.163C408.4 225.625 367.733 318.645 370.638 367.005C370.638 367.005 380.937 381.804 374.071 401.095C367.205 420.386 346.872 423.293 344.495 420.122C342.118 416.951 354.266 402.416 352.681 393.696C351.097 384.975 345.023 370.969 322.049 379.954C322.049 379.954 312.278 387.882 312.014 406.644C312.014 406.644 310.694 415.894 303.3 406.909C295.906 397.924 298.81 372.026 310.958 363.834C323.105 355.642 339.478 350.092 359.811 361.191C359.811 361.191 357.434 345.336 329.179 348.771C329.179 348.771 344.231 338.729 348.192 323.666C352.153 308.603 391.5 230.382 392.292 190.214C393.084 150.046 428.47 141.061 438.769 164.052C447.483 183.607 436.128 199.463 419.491 199.727C411.305 199.727 403.119 193.121 400.478 185.457C398.894 180.965 399.422 174.887 403.647 168.28C414.21 151.632 424.509 166.695 426.885 167.223C429.262 167.752 436.92 168.016 437.184 171.98C437.712 175.944 430.318 178.322 431.639 181.758C432.959 185.193 434.808 193.385 427.942 192.328C421.076 191.271 422.924 189.685 418.699 191.8C414.738 193.914 412.361 194.971 410.249 188.893C408.136 182.815 404.967 184.929 404.439 181.758C403.383 175.944 411.569 179.643 408.664 171.716C406.024 163.788 415.53 171.716 416.851 167.487",
|
|
52
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
53
|
+
"stroke-width": "2.5",
|
|
54
|
+
"stroke-miterlimit": "10",
|
|
55
|
+
"stroke-linecap": "round",
|
|
56
|
+
"stroke-linejoin": "round"
|
|
57
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
58
|
+
id: "clip0_8054_29296"
|
|
59
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
60
|
+
width: "450",
|
|
61
|
+
height: "400",
|
|
62
|
+
fill: "white",
|
|
63
|
+
transform: "translate(25 50)"
|
|
64
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
65
|
+
id: "clip1_8054_29296"
|
|
66
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
67
|
+
width: "380",
|
|
68
|
+
height: "315",
|
|
69
|
+
fill: "white",
|
|
70
|
+
transform: "translate(72.5 107.5)"
|
|
71
|
+
}))));
|
|
72
|
+
}
|
|
73
|
+
SupportEmailAddress.propTypes = EmptyStateProps;
|
|
74
|
+
SupportEmailAddress.defaultProps = { ...EmptyStateDefaultProps,
|
|
75
|
+
dataId: 'emptySupportEmailAddress'
|
|
76
|
+
};
|
|
@@ -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 '../../../errorstate/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 '../../../errorstate/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
|
+
};
|