@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +243 -27
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
- package/css_error.log +0 -0
- package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
- package/es/Loader/Loader.js +66 -0
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/SVG/SVG.js +57 -0
- package/es/{svg → SVG}/SVG.module.css +31 -27
- package/es/SVG/SvgLoader.js +25 -0
- package/es/SVG/props/defaultProps.js +11 -0
- package/es/SVG/props/propTypes.js +15 -0
- package/es/css/EmptyStateVariables.module.css +39 -0
- package/es/emptystate/index.js +6 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
- package/es/emptystate/version1/index.js +1 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
- package/es/emptystate/version2/EmptyFromAddress.js +28 -0
- package/es/emptystate/version2/EmptyImportHistory.js +29 -0
- package/es/emptystate/version2/EmptyNetwork.js +28 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
- package/es/emptystate/version2/EmptyRoles.js +28 -0
- package/es/emptystate/version2/EmptyWebhook.js +28 -0
- package/es/emptystate/version2/FailureLog.js +29 -0
- package/es/emptystate/version2/index.js +9 -0
- package/es/emptystate/version3/AuditLog.js +78 -0
- package/es/emptystate/version3/Bot.js +69 -0
- package/es/emptystate/version3/Contract.js +90 -0
- package/es/emptystate/version3/CustomModule.js +57 -0
- package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
- package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
- package/es/emptystate/version3/EmptyAPIs.js +64 -0
- package/es/emptystate/version3/EmptyAccounts.js +88 -0
- package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
- package/es/emptystate/version3/EmptyActivity.js +60 -0
- package/es/emptystate/version3/EmptyAgent.js +60 -0
- package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
- package/es/emptystate/version3/EmptyApplechat.js +72 -0
- package/es/emptystate/version3/EmptyApproval.js +65 -0
- package/es/emptystate/version3/EmptyArchived.js +67 -0
- package/es/emptystate/version3/EmptyArticle.js +73 -0
- package/es/emptystate/version3/EmptyAsapchat.js +68 -0
- package/es/emptystate/version3/EmptyAttach.js +60 -0
- package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
- package/es/emptystate/version3/EmptyBlueprint.js +75 -0
- package/es/emptystate/version3/EmptyCallHistory.js +62 -0
- package/es/emptystate/version3/EmptyCanned.js +78 -0
- package/es/emptystate/version3/EmptyChat.js +78 -0
- package/es/emptystate/version3/EmptyCollision.js +59 -0
- package/es/emptystate/version3/EmptyColumn.js +65 -0
- package/es/emptystate/version3/EmptyContact.js +60 -0
- package/es/emptystate/version3/EmptyContract.js +55 -0
- package/es/emptystate/version3/EmptyConversation.js +60 -0
- package/es/emptystate/version3/EmptyCrm.js +59 -0
- package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
- package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
- package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
- package/es/emptystate/version3/EmptyDashboard.js +65 -0
- package/es/emptystate/version3/EmptyDelete.js +50 -0
- package/es/emptystate/version3/EmptyDepartment.js +59 -0
- package/es/emptystate/version3/EmptyError.js +83 -0
- package/es/emptystate/version3/EmptyFeed.js +62 -0
- package/es/emptystate/version3/EmptyFollowers.js +60 -0
- package/es/emptystate/version3/EmptyFrame.js +59 -0
- package/es/emptystate/version3/EmptyHappiness.js +60 -0
- package/es/emptystate/version3/EmptyHistory.js +59 -0
- package/es/emptystate/version3/EmptyInstagram.js +74 -0
- package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
- package/es/emptystate/version3/EmptyInvoice.js +64 -0
- package/es/emptystate/version3/EmptyLine.js +74 -0
- package/es/emptystate/version3/EmptyMessenger.js +60 -0
- package/es/emptystate/version3/EmptyNoData.js +78 -0
- package/es/emptystate/version3/EmptyNotification.js +59 -0
- package/es/emptystate/version3/EmptyPreference.js +79 -0
- package/es/emptystate/version3/EmptyProducts.js +62 -0
- package/es/emptystate/version3/EmptyReply.js +54 -0
- package/es/emptystate/version3/EmptyReports.js +65 -0
- package/es/emptystate/version3/EmptySandbox.js +81 -0
- package/es/emptystate/version3/EmptySchedule.js +101 -0
- package/es/emptystate/version3/EmptySearch.js +69 -0
- package/es/emptystate/version3/EmptySkills.js +107 -0
- package/es/emptystate/version3/EmptySla.js +54 -0
- package/es/emptystate/version3/EmptySnippet.js +69 -0
- package/es/emptystate/version3/EmptyTag.js +62 -0
- package/es/emptystate/version3/EmptyTask.js +75 -0
- package/es/emptystate/version3/EmptyTeams.js +60 -0
- package/es/emptystate/version3/EmptyTelegram.js +74 -0
- package/es/emptystate/version3/EmptyTemplate.js +71 -0
- package/es/emptystate/version3/EmptyTicket.js +63 -0
- package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
- package/es/emptystate/version3/EmptyTimeline.js +60 -0
- package/es/emptystate/version3/EmptyTopic.js +65 -0
- package/es/emptystate/version3/EmptyTwilio.js +74 -0
- package/es/emptystate/version3/EmptyWechat.js +74 -0
- package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
- package/es/emptystate/version3/EmptyZSCKey.js +87 -0
- package/es/emptystate/version3/Export.js +55 -0
- package/es/emptystate/version3/Extensions.js +61 -0
- package/es/emptystate/version3/Extractor.js +54 -0
- package/es/emptystate/version3/GCBot.js +52 -0
- package/es/emptystate/version3/GCConversation.js +54 -0
- package/es/emptystate/version3/Import.js +70 -0
- package/es/emptystate/version3/KBBot.js +67 -0
- package/es/emptystate/version3/Multilingual.js +60 -0
- package/es/emptystate/version3/NetworkError.js +63 -0
- package/es/emptystate/version3/Predictor.js +61 -0
- package/es/emptystate/version3/ReadRecipients.js +59 -0
- package/es/emptystate/version3/SupportPlan.js +75 -0
- package/es/emptystate/version3/Variable.js +58 -0
- package/es/emptystate/version3/ZiaAnamoly.js +55 -0
- package/es/emptystate/version3/index.js +78 -0
- package/es/errorstate/index.js +6 -0
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +33 -0
- package/es/errorstate/version1/NoRequestFound.js +33 -0
- package/es/errorstate/version1/PageNotFound.js +34 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
- package/es/errorstate/version1/UrlNotFound.js +34 -0
- package/es/errorstate/version1/WillBeRightBack.js +34 -0
- package/es/errorstate/version1/index.js +7 -0
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
- package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
- package/es/errorstate/version2/NotImpossible.js +69 -0
- package/es/errorstate/version2/index.js +2 -0
- package/es/errorstate/version3/ErrorInconvenience.js +104 -0
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
- package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
- package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
- package/es/errorstate/version3/index.js +6 -0
- package/es/index.js +17 -6
- package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
- package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
- package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
- package/images/EmptyCustomDomain.svg +85 -0
- package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
- package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
- package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
- package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
- package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
- package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
- package/images/EmptySkills.svg +83 -0
- package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
- package/{src/svg/images → images}/FailureLog.svg +46 -46
- package/{es/svg/images → images}/Inconvenience.svg +719 -719
- package/{src/svg/images → images}/NoRequestFound.svg +247 -247
- package/{lib/svg/images → images}/PageNotFound.svg +405 -405
- package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
- package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
- package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
- package/{src/svg/images → images}/WillBack.svg +633 -633
- package/install.md +11 -0
- package/lib/Loader/Loader.js +94 -0
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +12 -0
- package/lib/SVG/SVG.js +87 -0
- package/lib/{svg → SVG}/SVG.module.css +31 -27
- package/lib/SVG/SvgLoader.js +50 -0
- package/lib/SVG/props/defaultProps.js +18 -0
- package/lib/SVG/props/propTypes.js +23 -0
- package/lib/css/EmptyStateVariables.module.css +39 -0
- package/lib/emptystate/index.js +15 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/emptystate/props/propTypes.js +17 -0
- package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
- package/lib/emptystate/version1/index.js +13 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
- package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
- package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
- package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
- package/lib/emptystate/version2/EmptyNetwork.js +61 -0
- package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
- package/lib/emptystate/version2/EmptyRoles.js +61 -0
- package/lib/emptystate/version2/EmptyWebhook.js +61 -0
- package/lib/emptystate/version2/FailureLog.js +62 -0
- package/lib/emptystate/version2/index.js +69 -0
- package/lib/emptystate/version3/AuditLog.js +111 -0
- package/lib/emptystate/version3/Bot.js +102 -0
- package/lib/emptystate/version3/Contract.js +123 -0
- package/lib/emptystate/version3/CustomModule.js +90 -0
- package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
- package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
- package/lib/emptystate/version3/EmptyAPIs.js +97 -0
- package/lib/emptystate/version3/EmptyAccounts.js +121 -0
- package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
- package/lib/emptystate/version3/EmptyActivity.js +93 -0
- package/lib/emptystate/version3/EmptyAgent.js +93 -0
- package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
- package/lib/emptystate/version3/EmptyApplechat.js +105 -0
- package/lib/emptystate/version3/EmptyApproval.js +98 -0
- package/lib/emptystate/version3/EmptyArchived.js +100 -0
- package/lib/emptystate/version3/EmptyArticle.js +106 -0
- package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
- package/lib/emptystate/version3/EmptyAttach.js +93 -0
- package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
- package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
- package/lib/emptystate/version3/EmptyCanned.js +111 -0
- package/lib/emptystate/version3/EmptyChat.js +111 -0
- package/lib/emptystate/version3/EmptyCollision.js +92 -0
- package/lib/emptystate/version3/EmptyColumn.js +98 -0
- package/lib/emptystate/version3/EmptyContact.js +93 -0
- package/lib/emptystate/version3/EmptyContract.js +88 -0
- package/lib/emptystate/version3/EmptyConversation.js +93 -0
- package/lib/emptystate/version3/EmptyCrm.js +92 -0
- package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
- package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
- package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
- package/lib/emptystate/version3/EmptyDashboard.js +98 -0
- package/lib/emptystate/version3/EmptyDelete.js +83 -0
- package/lib/emptystate/version3/EmptyDepartment.js +92 -0
- package/lib/emptystate/version3/EmptyError.js +116 -0
- package/lib/emptystate/version3/EmptyFeed.js +95 -0
- package/lib/emptystate/version3/EmptyFollowers.js +93 -0
- package/lib/emptystate/version3/EmptyFrame.js +92 -0
- package/lib/emptystate/version3/EmptyHappiness.js +93 -0
- package/lib/emptystate/version3/EmptyHistory.js +92 -0
- package/lib/emptystate/version3/EmptyInstagram.js +107 -0
- package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
- package/lib/emptystate/version3/EmptyInvoice.js +97 -0
- package/lib/emptystate/version3/EmptyLine.js +107 -0
- package/lib/emptystate/version3/EmptyMessenger.js +93 -0
- package/lib/emptystate/version3/EmptyNoData.js +111 -0
- package/lib/emptystate/version3/EmptyNotification.js +92 -0
- package/lib/emptystate/version3/EmptyPreference.js +112 -0
- package/lib/emptystate/version3/EmptyProducts.js +95 -0
- package/lib/emptystate/version3/EmptyReply.js +87 -0
- package/lib/emptystate/version3/EmptyReports.js +98 -0
- package/lib/emptystate/version3/EmptySandbox.js +114 -0
- package/lib/emptystate/version3/EmptySchedule.js +134 -0
- package/lib/emptystate/version3/EmptySearch.js +102 -0
- package/lib/emptystate/version3/EmptySkills.js +140 -0
- package/lib/emptystate/version3/EmptySla.js +87 -0
- package/lib/emptystate/version3/EmptySnippet.js +102 -0
- package/lib/emptystate/version3/EmptyTag.js +95 -0
- package/lib/emptystate/version3/EmptyTask.js +108 -0
- package/lib/emptystate/version3/EmptyTeams.js +93 -0
- package/lib/emptystate/version3/EmptyTelegram.js +107 -0
- package/lib/emptystate/version3/EmptyTemplate.js +104 -0
- package/lib/emptystate/version3/EmptyTicket.js +96 -0
- package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
- package/lib/emptystate/version3/EmptyTimeline.js +93 -0
- package/lib/emptystate/version3/EmptyTopic.js +98 -0
- package/lib/emptystate/version3/EmptyTwilio.js +107 -0
- package/lib/emptystate/version3/EmptyWechat.js +107 -0
- package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
- package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
- package/lib/emptystate/version3/Export.js +88 -0
- package/lib/emptystate/version3/Extensions.js +94 -0
- package/lib/emptystate/version3/Extractor.js +87 -0
- package/lib/emptystate/version3/GCBot.js +85 -0
- package/lib/emptystate/version3/GCConversation.js +87 -0
- package/lib/emptystate/version3/Import.js +103 -0
- package/lib/emptystate/version3/KBBot.js +100 -0
- package/lib/emptystate/version3/Multilingual.js +93 -0
- package/lib/emptystate/version3/NetworkError.js +96 -0
- package/lib/emptystate/version3/Predictor.js +94 -0
- package/lib/emptystate/version3/ReadRecipients.js +92 -0
- package/lib/emptystate/version3/SupportPlan.js +108 -0
- package/lib/emptystate/version3/Variable.js +91 -0
- package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
- package/lib/emptystate/version3/index.js +552 -0
- package/lib/errorstate/index.js +15 -0
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +17 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
- package/lib/errorstate/version1/NoRequestFound.js +64 -0
- package/lib/errorstate/version1/PageNotFound.js +65 -0
- package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
- package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
- package/lib/errorstate/version1/UrlNotFound.js +65 -0
- package/lib/errorstate/version1/WillBeRightBack.js +65 -0
- package/lib/errorstate/version1/index.js +55 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
- package/lib/errorstate/version2/NotImpossible.js +102 -0
- package/lib/errorstate/version2/index.js +20 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
- package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
- package/lib/errorstate/version3/index.js +48 -0
- package/lib/index.js +16 -43
- package/package.json +76 -42
- package/es/svg/EmptyAccounts.js +0 -67
- package/es/svg/EmptyActiveCalls.js +0 -70
- package/es/svg/EmptyActivity.js +0 -70
- package/es/svg/EmptyAgent.js +0 -66
- package/es/svg/EmptyArchived.js +0 -65
- package/es/svg/EmptyAttach.js +0 -66
- package/es/svg/EmptyBlueprint.js +0 -66
- package/es/svg/EmptyBusinessHoliday.js +0 -66
- package/es/svg/EmptyBusinessHour.js +0 -66
- package/es/svg/EmptyCallHistory.js +0 -70
- package/es/svg/EmptyCloud.js +0 -65
- package/es/svg/EmptyCloudDanger.js +0 -64
- package/es/svg/EmptyContact.js +0 -67
- package/es/svg/EmptyConversation.js +0 -66
- package/es/svg/EmptyDashboard.js +0 -66
- package/es/svg/EmptyEdition.js +0 -66
- package/es/svg/EmptyFromAddress.js +0 -66
- package/es/svg/EmptyHappiness.js +0 -66
- package/es/svg/EmptyHistory.js +0 -67
- package/es/svg/EmptyImportHistory.js +0 -66
- package/es/svg/EmptyInvoice.js +0 -66
- package/es/svg/EmptyNetwork.js +0 -66
- package/es/svg/EmptyNotification.js +0 -66
- package/es/svg/EmptyProducts.js +0 -66
- package/es/svg/EmptyRecycleBin.js +0 -66
- package/es/svg/EmptyReports.js +0 -66
- package/es/svg/EmptyRoles.js +0 -66
- package/es/svg/EmptySearch.js +0 -66
- package/es/svg/EmptySkills.js +0 -66
- package/es/svg/EmptySnippet.js +0 -66
- package/es/svg/EmptyTag.js +0 -66
- package/es/svg/EmptyTask.js +0 -66
- package/es/svg/EmptyTeams.js +0 -66
- package/es/svg/EmptyTemplate.js +0 -67
- package/es/svg/EmptyTicket.js +0 -66
- package/es/svg/EmptyTimeEntry.js +0 -66
- package/es/svg/EmptyTopic.js +0 -66
- package/es/svg/EmptyWebhook.js +0 -66
- package/es/svg/FailureLog.js +0 -66
- package/es/svg/Inconvenience.js +0 -69
- package/es/svg/InvalidUrl.js +0 -784
- package/es/svg/Loader.js +0 -59
- package/es/svg/NoRequestFound.js +0 -69
- package/es/svg/PageNotFound.js +0 -69
- package/es/svg/SVG.js +0 -105
- package/es/svg/SitBack.js +0 -63
- package/es/svg/UnableToProcessRequest.js +0 -69
- package/es/svg/UnauthorizedLogin.js +0 -69
- package/es/svg/UrlNotFound.js +0 -69
- package/es/svg/WillBeRightBack.js +0 -69
- package/es/svg/docs/SVG__default.docs.js +0 -605
- package/es/svg/images/EmptyAccounts.svg +0 -55
- package/es/svg/images/EmptyActiveCalls.svg +0 -57
- package/es/svg/images/EmptyActivity.svg +0 -85
- package/es/svg/images/EmptyAgent.svg +0 -52
- package/es/svg/images/EmptyArchived.svg +0 -38
- package/es/svg/images/EmptyAttach.svg +0 -39
- package/es/svg/images/EmptyBlueprint.svg +0 -78
- package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/es/svg/images/EmptyBusinessHour.svg +0 -42
- package/es/svg/images/EmptyCallHistory.svg +0 -46
- package/es/svg/images/EmptyCloud.svg +0 -38
- package/es/svg/images/EmptyCloudDanger.svg +0 -1
- package/es/svg/images/EmptyContact.svg +0 -33
- package/es/svg/images/EmptyConversation.svg +0 -38
- package/es/svg/images/EmptyDashboard.svg +0 -42
- package/es/svg/images/EmptyEdition.svg +0 -76
- package/es/svg/images/EmptyFilter.svg +0 -62
- package/es/svg/images/EmptyFromAddress.svg +0 -41
- package/es/svg/images/EmptyHappiness.svg +0 -58
- package/es/svg/images/EmptyHistory.svg +0 -44
- package/es/svg/images/EmptyInvoice.svg +0 -45
- package/es/svg/images/EmptyNetwork.svg +0 -50
- package/es/svg/images/EmptyNotification.svg +0 -38
- package/es/svg/images/EmptyProducts.svg +0 -57
- package/es/svg/images/EmptyRecycleBin.svg +0 -58
- package/es/svg/images/EmptyReports.svg +0 -39
- package/es/svg/images/EmptyRoles.svg +0 -30
- package/es/svg/images/EmptySearch.svg +0 -37
- package/es/svg/images/EmptySkills.svg +0 -75
- package/es/svg/images/EmptySnippet.svg +0 -46
- package/es/svg/images/EmptyTag.svg +0 -43
- package/es/svg/images/EmptyTask.svg +0 -42
- package/es/svg/images/EmptyTeams.svg +0 -39
- package/es/svg/images/EmptyTemplate.svg +0 -39
- package/es/svg/images/EmptyTicket.svg +0 -33
- package/es/svg/images/EmptyTimeEntry.svg +0 -96
- package/es/svg/images/EmptyTopic.svg +0 -41
- package/es/svg/images/EmptyWebhook.svg +0 -44
- package/es/svg/images/FailureLog.svg +0 -46
- package/es/svg/images/Loader.svg +0 -62
- package/es/svg/images/NoRequestFound.svg +0 -247
- package/es/svg/images/PageNotFound.svg +0 -405
- package/es/svg/images/ReguestUrlNotFound.svg +0 -267
- package/es/svg/images/SitBack.svg +0 -464
- package/es/svg/images/UnableToProcess.svg +0 -752
- package/es/svg/images/UnauthorizedLogin.svg +0 -1047
- package/es/svg/images/WillBack.svg +0 -633
- package/lib/svg/EmptyAccounts.js +0 -89
- package/lib/svg/EmptyActiveCalls.js +0 -92
- package/lib/svg/EmptyActivity.js +0 -92
- package/lib/svg/EmptyAgent.js +0 -88
- package/lib/svg/EmptyArchived.js +0 -87
- package/lib/svg/EmptyAttach.js +0 -88
- package/lib/svg/EmptyBlueprint.js +0 -88
- package/lib/svg/EmptyBusinessHoliday.js +0 -88
- package/lib/svg/EmptyBusinessHour.js +0 -88
- package/lib/svg/EmptyCallHistory.js +0 -92
- package/lib/svg/EmptyCloud.js +0 -87
- package/lib/svg/EmptyCloudDanger.js +0 -86
- package/lib/svg/EmptyContact.js +0 -89
- package/lib/svg/EmptyConversation.js +0 -88
- package/lib/svg/EmptyDashboard.js +0 -88
- package/lib/svg/EmptyEdition.js +0 -88
- package/lib/svg/EmptyFromAddress.js +0 -88
- package/lib/svg/EmptyHappiness.js +0 -88
- package/lib/svg/EmptyHistory.js +0 -89
- package/lib/svg/EmptyImportHistory.js +0 -88
- package/lib/svg/EmptyInvoice.js +0 -88
- package/lib/svg/EmptyNetwork.js +0 -88
- package/lib/svg/EmptyNotification.js +0 -88
- package/lib/svg/EmptyProducts.js +0 -88
- package/lib/svg/EmptyRecycleBin.js +0 -88
- package/lib/svg/EmptyReports.js +0 -88
- package/lib/svg/EmptyRoles.js +0 -88
- package/lib/svg/EmptySearch.js +0 -88
- package/lib/svg/EmptySkills.js +0 -88
- package/lib/svg/EmptySnippet.js +0 -88
- package/lib/svg/EmptyTag.js +0 -88
- package/lib/svg/EmptyTask.js +0 -88
- package/lib/svg/EmptyTeams.js +0 -88
- package/lib/svg/EmptyTemplate.js +0 -89
- package/lib/svg/EmptyTicket.js +0 -88
- package/lib/svg/EmptyTimeEntry.js +0 -88
- package/lib/svg/EmptyTopic.js +0 -88
- package/lib/svg/EmptyWebhook.js +0 -88
- package/lib/svg/FailureLog.js +0 -88
- package/lib/svg/Inconvenience.js +0 -91
- package/lib/svg/InvalidUrl.js +0 -803
- package/lib/svg/Loader.js +0 -84
- package/lib/svg/NoRequestFound.js +0 -91
- package/lib/svg/PageNotFound.js +0 -91
- package/lib/svg/SVG.js +0 -124
- package/lib/svg/SitBack.js +0 -85
- package/lib/svg/UnableToProcessRequest.js +0 -91
- package/lib/svg/UnauthorizedLogin.js +0 -91
- package/lib/svg/UrlNotFound.js +0 -91
- package/lib/svg/WillBeRightBack.js +0 -91
- package/lib/svg/docs/SVG__default.docs.js +0 -765
- package/lib/svg/images/EmptyAccounts.svg +0 -55
- package/lib/svg/images/EmptyActiveCalls.svg +0 -57
- package/lib/svg/images/EmptyActivity.svg +0 -85
- package/lib/svg/images/EmptyAgent.svg +0 -52
- package/lib/svg/images/EmptyArchived.svg +0 -38
- package/lib/svg/images/EmptyAttach.svg +0 -39
- package/lib/svg/images/EmptyBlueprint.svg +0 -78
- package/lib/svg/images/EmptyBusinessHour.svg +0 -42
- package/lib/svg/images/EmptyCallHistory.svg +0 -46
- package/lib/svg/images/EmptyCloud.svg +0 -38
- package/lib/svg/images/EmptyCloudDanger.svg +0 -1
- package/lib/svg/images/EmptyContact.svg +0 -33
- package/lib/svg/images/EmptyContactInfo.svg +0 -27
- package/lib/svg/images/EmptyConversation.svg +0 -38
- package/lib/svg/images/EmptyDashboard.svg +0 -42
- package/lib/svg/images/EmptyEdition.svg +0 -76
- package/lib/svg/images/EmptyFromAddress.svg +0 -41
- package/lib/svg/images/EmptyHappiness.svg +0 -58
- package/lib/svg/images/EmptyHistory.svg +0 -44
- package/lib/svg/images/EmptyImportHistory.svg +0 -43
- package/lib/svg/images/EmptyInvoice.svg +0 -45
- package/lib/svg/images/EmptyNetwork.svg +0 -50
- package/lib/svg/images/EmptyNotification.svg +0 -38
- package/lib/svg/images/EmptyProducts.svg +0 -57
- package/lib/svg/images/EmptyRecycleBin.svg +0 -58
- package/lib/svg/images/EmptyReports.svg +0 -39
- package/lib/svg/images/EmptySearch.svg +0 -37
- package/lib/svg/images/EmptySkills.svg +0 -75
- package/lib/svg/images/EmptySnippet.svg +0 -46
- package/lib/svg/images/EmptyTag.svg +0 -43
- package/lib/svg/images/EmptyTask.svg +0 -42
- package/lib/svg/images/EmptyTeams.svg +0 -39
- package/lib/svg/images/EmptyTemplate.svg +0 -39
- package/lib/svg/images/EmptyTicket.svg +0 -33
- package/lib/svg/images/EmptyTimeEntry.svg +0 -96
- package/lib/svg/images/EmptyTopic.svg +0 -41
- package/lib/svg/images/FailureLog.svg +0 -46
- package/lib/svg/images/Inconvenience.svg +0 -719
- package/lib/svg/images/Loader.svg +0 -62
- package/lib/svg/images/NoRequestFound.svg +0 -247
- package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/SitBack.svg +0 -464
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
- package/src/index.js +0 -7
- package/src/svg/EmptyAccounts.js +0 -39
- package/src/svg/EmptyActiveCalls.js +0 -47
- package/src/svg/EmptyActivity.js +0 -47
- package/src/svg/EmptyAgent.js +0 -38
- package/src/svg/EmptyArchived.js +0 -37
- package/src/svg/EmptyAttach.js +0 -38
- package/src/svg/EmptyBlueprint.js +0 -38
- package/src/svg/EmptyBusinessHoliday.js +0 -38
- package/src/svg/EmptyBusinessHour.js +0 -38
- package/src/svg/EmptyCallHistory.js +0 -47
- package/src/svg/EmptyCloud.js +0 -37
- package/src/svg/EmptyCloudDanger.js +0 -36
- package/src/svg/EmptyContact.js +0 -39
- package/src/svg/EmptyConversation.js +0 -38
- package/src/svg/EmptyDashboard.js +0 -38
- package/src/svg/EmptyEdition.js +0 -38
- package/src/svg/EmptyFromAddress.js +0 -38
- package/src/svg/EmptyHappiness.js +0 -38
- package/src/svg/EmptyHistory.js +0 -39
- package/src/svg/EmptyImportHistory.js +0 -38
- package/src/svg/EmptyInvoice.js +0 -38
- package/src/svg/EmptyNetwork.js +0 -38
- package/src/svg/EmptyNotification.js +0 -38
- package/src/svg/EmptyProducts.js +0 -38
- package/src/svg/EmptyRecycleBin.js +0 -38
- package/src/svg/EmptyReports.js +0 -38
- package/src/svg/EmptyRoles.js +0 -38
- package/src/svg/EmptySearch.js +0 -38
- package/src/svg/EmptySkills.js +0 -38
- package/src/svg/EmptySnippet.js +0 -38
- package/src/svg/EmptyTag.js +0 -38
- package/src/svg/EmptyTask.js +0 -38
- package/src/svg/EmptyTeams.js +0 -38
- package/src/svg/EmptyTemplate.js +0 -39
- package/src/svg/EmptyTicket.js +0 -38
- package/src/svg/EmptyTimeEntry.js +0 -38
- package/src/svg/EmptyTopic.js +0 -38
- package/src/svg/EmptyWebhook.js +0 -38
- package/src/svg/FailureLog.js +0 -38
- package/src/svg/Inconvenience.js +0 -41
- package/src/svg/InvalidUrl.js +0 -758
- package/src/svg/Loader.js +0 -34
- package/src/svg/NoRequestFound.js +0 -41
- package/src/svg/PageNotFound.js +0 -41
- package/src/svg/SVG.js +0 -91
- package/src/svg/SVG.module.css +0 -27
- package/src/svg/SitBack.js +0 -37
- package/src/svg/UnableToProcessRequest.js +0 -41
- package/src/svg/UnauthorizedLogin.js +0 -41
- package/src/svg/UrlNotFound.js +0 -41
- package/src/svg/WillBeRightBack.js +0 -41
- package/src/svg/docs/SVG__default.docs.js +0 -289
- package/src/svg/images/EmptyAccounts.svg +0 -55
- package/src/svg/images/EmptyActiveCalls.svg +0 -57
- package/src/svg/images/EmptyActivity.svg +0 -85
- package/src/svg/images/EmptyAgent.svg +0 -52
- package/src/svg/images/EmptyArchived.svg +0 -38
- package/src/svg/images/EmptyAttach.svg +0 -39
- package/src/svg/images/EmptyBlueprint.svg +0 -78
- package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/src/svg/images/EmptyCallHistory.svg +0 -46
- package/src/svg/images/EmptyCloud.svg +0 -38
- package/src/svg/images/EmptyCloudDanger.svg +0 -1
- package/src/svg/images/EmptyContact.svg +0 -33
- package/src/svg/images/EmptyContactInfo.svg +0 -27
- package/src/svg/images/EmptyConversation.svg +0 -38
- package/src/svg/images/EmptyDashboard.svg +0 -42
- package/src/svg/images/EmptyEdition.svg +0 -76
- package/src/svg/images/EmptyFilter.svg +0 -62
- package/src/svg/images/EmptyHappiness.svg +0 -58
- package/src/svg/images/EmptyHistory.svg +0 -44
- package/src/svg/images/EmptyImportHistory.svg +0 -43
- package/src/svg/images/EmptyInvoice.svg +0 -45
- package/src/svg/images/EmptyNotification.svg +0 -38
- package/src/svg/images/EmptyProducts.svg +0 -57
- package/src/svg/images/EmptyReports.svg +0 -39
- package/src/svg/images/EmptyRoles.svg +0 -30
- package/src/svg/images/EmptySearch.svg +0 -37
- package/src/svg/images/EmptySkills.svg +0 -75
- package/src/svg/images/EmptySnippet.svg +0 -46
- package/src/svg/images/EmptyTag.svg +0 -43
- package/src/svg/images/EmptyTask.svg +0 -42
- package/src/svg/images/EmptyTeams.svg +0 -39
- package/src/svg/images/EmptyTemplate.svg +0 -39
- package/src/svg/images/EmptyTicket.svg +0 -33
- package/src/svg/images/EmptyTimeEntry.svg +0 -96
- package/src/svg/images/EmptyTopic.svg +0 -41
- package/src/svg/images/EmptyWebhook.svg +0 -44
- package/src/svg/images/Inconvenience.svg +0 -719
- package/src/svg/images/Loader.svg +0 -62
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/SitBack.svg +0 -464
- package/src/svg/images/UnableToProcess.svg +0 -752
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("../props/propTypes");
|
|
10
|
+
var _defaultProps = require("../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
25
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var EmptyAPIConfiguration = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyAPIConfiguration, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyAPIConfiguration);
|
|
32
|
+
function EmptyAPIConfiguration() {
|
|
33
|
+
_classCallCheck(this, EmptyAPIConfiguration);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyAPIConfiguration, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 500 500",
|
|
41
|
+
name: "emptyApiConfiguration"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("g", {
|
|
43
|
+
clipPath: "url(#APIConfiguration_svg__a)"
|
|
44
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
45
|
+
opacity: 0.1,
|
|
46
|
+
d: "M200.502 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
|
|
47
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
48
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
+
d: "M35 293.249c-.25 0 0 0 0 0-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
|
|
50
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
51
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
+
d: "m44.501 284.498-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
|
|
53
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
+
d: "M428 51.999c-6.5 0-11.75 5.25-11.75 11.75s5.25 11.75 11.75 11.75 11.75-5.25 11.75-11.75-5.5-11.75-11.75-11.75Zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5ZM311 432.748c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5Zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25Z",
|
|
56
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
d: "M202.251 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM474.5 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
|
|
59
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
opacity: 0.1,
|
|
62
|
+
d: "M289.502 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
|
|
63
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
64
|
+
})), /*#__PURE__*/_react["default"].createElement("path", {
|
|
65
|
+
opacity: 0.2,
|
|
66
|
+
d: "M223.856 310.471c0-6.873-6.271-3.005-8.339-5.284-3.101-3.454-5.41-8.703 1.275-14.194 11.509-9.428 32.046-11.086 36.422 9.324 4.377 20.41-24.534 30.563-31.184 21.412-2.516-3.454 1.826-9.325 1.826-11.258Z",
|
|
67
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
68
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
69
|
+
d: "M279.954 315.754c1.344-3.039 19.952 3.799 19.952 3.799l1.688-13.054s.276-8.807-.069-10.844c-.344-2.038-17.574.103-24.362-7.978-6.788-8.081 8.649-22.067 8.615-25.452-.035-3.384-15.265-13.123-15.265-13.123s-16.472 12.951-21.537 11.638c-5.065-1.312-7.236-22.309-7.581-25.348-.344-3.039-22.639.138-22.639.138s1.826 21.308-5.927 26.108c-7.753 4.801-21.019-12.398-23.052-12.709-2.033-.31-16.782 14.988-16.782 14.988s6.823 8.772 11.234 13.469c4.411 4.697 3.101 10.809.069 14.228-3.033 3.419-20.916 1.831-22.95 2.832-2.033 1.002-2.653 6.458-2.653 6.458l-.103 7.839s-1.413 7.287 4.686 8.116c6.099.829 24.672-1.589 22.433 9.773-2.24 11.362-14.99 15.817-9.442 24.796 5.582 8.979 9.338 9.842 12.233 8.668 2.894-1.174 18.779-13.503 22.57-11.189 3.79 2.314 5.651 22.966 7.408 24.105 1.758 1.14 14.232 1.658 19.159-.103 4.928-1.762 1.93-16.612 5.376-21.274 3.446-4.662 18.607 1.036 27.325 7.701l9.339-7.873",
|
|
70
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
71
|
+
strokeWidth: 2.5,
|
|
72
|
+
strokeLinecap: "round",
|
|
73
|
+
strokeLinejoin: "round",
|
|
74
|
+
fill: "transparent"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
opacity: 0.2,
|
|
77
|
+
d: "M247.77 202.791c-10.992-4.697-15.472-17.923-9.648-28.422 4.238-7.598 11.405-14.884 23.259-14.504 24.431.828 18.332 26.557 12.233 26.142-6.099-.414 13.852-57.569 47.656-56.36 33.803 1.209 54.203 29.389 48.896 38.782-5.306 9.394-1.206-30.632 52.17-15.126 53.376 15.506-14.128 70.761-105.925 62.887-36.285-3.108-56.891-8.461-68.606-13.434l-.035.035Z",
|
|
78
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
79
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
80
|
+
d: "M219.066 197.852c-12.474-12.294-12.301-49.799 33.735-56.326 37.904-5.352 47.174 32.187 37.904 33.603-9.269 1.416-11.337-35.053 0-49.592 14.163-18.131 27.601-19.961 46.037-17.198 30.426 4.593 49.034 41.199 41.522 52.561-2.688 2.314-6.788.518-6.995-3.004-.207-4.144 1.378-8.979.689-10.015-1.137-1.692-8.615-5.422-8.615-5.422-.93.414-5.065 10.498-9.407 9.221-4.341-1.278-6.34-11.777-6.34-11.777s-11.165 1.451-10.923 2.97c.241 1.52 1.998 11.915-.276 13.227-2.274 1.312-11.923-2.728-11.923-2.728s-6.064 6.734-5.616 8.357c.448 1.623 8.545 4.973 7.546 11.12-.413 2.452-9.097 8.358-10.682 7.114-.793-.621 2.274 8.703 2.274 8.703 2.24 1.9 8.546-2.694 12.75.104 4.204 2.797-2.378 11.811-.793 14.401s8.201 3.66 8.201 3.66c3.343-4.386 9.856-9.151 12.164-7.356 2.309 1.796 2.826 9.325 5.445 9.532 2.618.207 8.58-1.727 9.269-2.521.689-.794-1.172-10.982.379-12.605 1.551-1.623 10.82 2.21 12.371 2.383 1.55.172 3.273-.725 4.755-5.802 1.481-5.077-5.238-5.526-7.857-10.706 0 0-2.136-8.979 2.757-8.599 4.893.38 11.199.207 11.199.207s-.207-11.016-1.378-11.603c-1.172-.587-10.545-.173-11.475-.795-6.547-4.558 11.681-20.064 25.603-23.552 47.07-12.882 80.494 49.73 32.769 72.453-4.203 2.003-9.062 3.937-14.472 5.768l-7.409 1.795-14.576 4.455c-33.424 8.012-76.015 12.364-107.682 8.91 0 0-90.522-10.084-92.555-57.016 0 0-9.993-43.617 72.5-42.098.31-5.456 2.412-10.36 6.754-14.677-69.709.138-151.238 2.728-153.96 5.802-4.79 5.284-2.412 258.698-2.481 267.781-.034 6.423 127.496 3.868 202.167 1.796l-3.135-3.523c-22.26-24.347-55.547-50.144-79.358-56.809 0 0-13.197 3.764-25.534-6.044-12.336-9.808-9.303-25.348-6.409-26.315 2.895-.967 10.372 11.5 17.16 12.501 6.789 1.002 18.436.104 17.609-18.856 0 0-3.343-9.013-16.919-13.986 0 0-6.306-3.212 1.964-6.32s26.429 5.526 29.289 16.473c2.86 10.982 2.757 24.105-10.406 36.192 0 0 12.129 2.28 16.643-19.132 0 0 47.243 48.556 91.418 84.299l20.469-.138s2.86-73.352 4.031-143.526",
|
|
81
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
82
|
+
strokeWidth: 2.5,
|
|
83
|
+
strokeLinecap: "round",
|
|
84
|
+
strokeLinejoin: "round",
|
|
85
|
+
fill: "transparent"
|
|
86
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
87
|
+
opacity: 0.2,
|
|
88
|
+
d: "M346.7 173.816c2.447-1.899-.689-3.073-.448-4.455.345-2.072 1.585-4.351 5.376-3.522 6.581 1.45 12.887 8.322 6.857 15.609-6.03 7.287-17.712-.207-16.333-5.145.516-1.865 3.824-1.969 4.514-2.487h.034Z",
|
|
89
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
90
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
91
|
+
d: "M351.076 185.489c5.748 0 10.407-4.67 10.407-10.43s-4.659-10.429-10.407-10.429c-5.747 0-10.406 4.669-10.406 10.429 0 5.76 4.659 10.43 10.406 10.43Z",
|
|
92
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
93
|
+
strokeWidth: 2.5,
|
|
94
|
+
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round",
|
|
96
|
+
fill: "transparent"
|
|
97
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
98
|
+
id: "APIConfiguration_svg__a"
|
|
99
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
100
|
+
fill: "#fff",
|
|
101
|
+
transform: "translate(25 50)",
|
|
102
|
+
d: "M0 0h450v400H0z"
|
|
103
|
+
}))));
|
|
104
|
+
}
|
|
105
|
+
}]);
|
|
106
|
+
return EmptyAPIConfiguration;
|
|
107
|
+
}(_react["default"].Component);
|
|
108
|
+
exports["default"] = EmptyAPIConfiguration;
|
|
109
|
+
EmptyAPIConfiguration.propTypes = _propTypes.EmptyStateProps;
|
|
110
|
+
EmptyAPIConfiguration.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
111
|
+
dataId: 'emptyApiConfiguration'
|
|
112
|
+
});
|
|
113
|
+
// if (__DOCS__) {
|
|
114
|
+
// EmptyAPIConfiguration.docs = {
|
|
115
|
+
// componentGroup: 'Emptystate'
|
|
116
|
+
// };
|
|
117
|
+
// }
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("../props/propTypes");
|
|
10
|
+
var _defaultProps = require("../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
25
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var EmptyAPIs = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyAPIs, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyAPIs);
|
|
32
|
+
function EmptyAPIs() {
|
|
33
|
+
_classCallCheck(this, EmptyAPIs);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyAPIs, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 147 140",
|
|
41
|
+
name: "emptyApis"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("g", {
|
|
43
|
+
clipPath: "url(#APIs_svg__a)"
|
|
44
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
45
|
+
opacity: 0.1,
|
|
46
|
+
d: "M58.946 39.611s34.324-21.588 51.67-15.084c17.346 6.504 29.179 61.097-19.037 85.591-48.215 24.494-70.118-28.784-70.339-38.194-.147-9.203 0-30.929 37.706-32.313Z",
|
|
47
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
48
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
+
d: "M10.29 81.887c-.074 0 0 0 0 0a.382.382 0 0 1-.368-.346l.294-5.19c0-.207.147-.345.367-.345s.368.138.368.346l-.294 5.19c-.074.207-.22.345-.368.345Z",
|
|
50
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
51
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
+
d: "m13.082 79.466-5.44-.277a.382.382 0 0 1-.367-.346c0-.208.22-.346.368-.346l5.365.277c.22 0 .368.207.368.346.073.207-.074.346-.294.346Z",
|
|
53
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
+
d: "M125.831 15.117c-1.911 0-3.454 1.453-3.454 3.252 0 1.8 1.543 3.252 3.454 3.252 1.911 0 3.455-1.453 3.455-3.252 0-1.799-1.617-3.252-3.455-3.252Zm0 5.881c-1.47 0-2.719-1.176-2.719-2.629s1.249-2.63 2.719-2.63c1.47 0 2.72 1.177 2.72 2.63 0 1.453-1.25 2.63-2.72 2.63ZM91.433 120.497c-1.397 0-2.5 1.038-2.5 2.353 0 1.314 1.103 2.352 2.5 2.352 1.396 0 2.499-1.038 2.499-2.352 0-1.246-1.103-2.353-2.5-2.353Zm0 4.082c-.956 0-1.764-.761-1.764-1.729 0-.969.808-1.73 1.764-1.73.955 0 1.764.761 1.764 1.73 0 .968-.809 1.729-1.764 1.729Z",
|
|
56
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
d: "M59.46 14.563c-1.249 0-2.204.97-2.204 2.076 0 1.107.955 2.076 2.205 2.076s2.205-.969 2.205-2.076c0-1.107-.956-2.075-2.205-2.075Zm0 3.53c-.808 0-1.47-.623-1.47-1.385 0-.76.662-1.383 1.47-1.383.81 0 1.47.622 1.47 1.383 0 .762-.66 1.384-1.47 1.384ZM139.503 90.537a.37.37 0 0 0-.514 0l-1.764 1.522-1.544-1.66a.37.37 0 0 0-.514 0 .321.321 0 0 0 0 .484l1.543 1.66-1.764 1.523a.321.321 0 0 0 0 .484c.074.07.147.139.294.139.074 0 .147 0 .221-.07l1.764-1.522 1.543 1.66c.074.07.147.14.294.14.074 0 .147 0 .221-.07a.321.321 0 0 0 0-.484l-1.544-1.66 1.764-1.523c.147-.208.147-.484 0-.623Z",
|
|
59
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
opacity: 0.1,
|
|
62
|
+
d: "M85.113 45.7S57.697 28.471 43.806 33.66c-13.892 5.19-23.373 48.85 15.214 68.432 38.588 19.582 56.081-23.04 56.228-30.583.147-7.334 0-24.77-30.135-25.809Z",
|
|
63
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
64
|
+
})), /*#__PURE__*/_react["default"].createElement("path", {
|
|
65
|
+
d: "m58.557 48.223 3.661-3.97c1.734-1.895 4.818-2.166 6.841-.541l2.409 1.894c3.18 2.527 7.997 2.166 10.791-.812 2.698-2.977 2.313-7.49-.867-10.106l-2.409-1.895c-2.023-1.625-2.312-4.512-.578-6.407l3.854-4.241c1.734-1.895 4.818-2.166 6.841-.542 4.529 3.61 11.369 3.159 15.32-1.173l1.831-1.985c1.734-1.895 4.817-2.166 6.84-.542l7.612 6.046c2.024 1.625 2.313 4.512.578 6.407l-1.349 1.444c-3.854 4.241-3.372 10.648 1.253 14.348l.578.451c2.023 1.624 2.312 4.512.578 6.407l-4.143 4.512c-1.734 1.895-4.817 2.166-6.841.541l-4.239-3.429c-3.18-2.526-7.997-2.165-10.792.812-2.697 2.978-2.312 7.49.868 10.107l4.239 3.43c2.023 1.623 2.312 4.511.578 6.406l-5.203 5.685c-1.734 1.895-4.817 2.166-6.84.542l-6.745-5.325c-2.024-1.624-5.107-1.443-6.841.542l-3.18 3.52c-2.698 2.977-7.419 3.338-10.598.811l-.193-.09c-3.18-2.527-3.565-6.948-.867-9.926l2.89-3.249c1.735-1.895 1.542-4.782-.578-6.407l-4.817-3.88c-2.024-1.624-5.107-1.444-6.841.542l-1.35 1.443c-3.564 3.97-9.923 4.422-14.163 1.083-2.023-1.624-5.106-1.444-6.84.542l-4.433 4.873c-1.638 1.804-1.349 4.692.675 6.316 4.24 3.339 4.72 9.295 1.156 13.265l-2.89 3.159c-1.735 1.894-1.542 4.782.577 6.406l5.974 4.693c2.024 1.624 5.107 1.444 6.841-.542l1.83-2.075c2.699-2.978 7.42-3.339 10.6-.812 3.179 2.526 3.564 6.948.867 9.926l-1.831 2.075c-1.734 1.895-1.542 4.783.578 6.407l5.781 4.602c2.023 1.625 5.107 1.444 6.84-.541l4.915-5.414c3.18-3.52 8.768-3.881 12.43-.903 2.022 1.625 5.106 1.444 6.84-.541l3.661-3.971c1.735-1.895 1.542-4.782-.578-6.406l-3.372-2.708c-2.505-1.985-2.89-5.594-.674-7.94",
|
|
66
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
67
|
+
fill: "transparent",
|
|
68
|
+
strokeMiterlimit: 10,
|
|
69
|
+
strokeLinecap: "round",
|
|
70
|
+
strokeLinejoin: "round"
|
|
71
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
72
|
+
d: "M58.269 50.119c.904 0 1.638-.687 1.638-1.534s-.734-1.534-1.638-1.534c-.905 0-1.638.687-1.638 1.534s.733 1.534 1.638 1.534ZM86.402 91.898c.904 0 1.638-.687 1.638-1.534s-.734-1.534-1.638-1.534c-.905 0-1.638.687-1.638 1.534s.733 1.534 1.638 1.534Z",
|
|
73
|
+
fill: "var(--zd_emptysvg_primary_stroke)"
|
|
74
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
75
|
+
opacity: 0.2,
|
|
76
|
+
d: "M65.013 57.247c-.77-.542-1.349-1.264-1.638-2.166-.578-1.715-.193-4.15 7.226-3.249 11.177 1.444 23.317-9.204 15.224-17.416-7.323-7.399.481-11.189 6.263-7.399 4.239 2.797 14.452-.632 17.343-3.52 2.119-2.165 8.96.903 7.997 4.874-.964 3.97-7.805 13.445-1.156 19.491 6.648 6.046-16.862.993-21.198 4.692-3.95 3.34-7.13 9.836-.578 15.34 5.878 5.054-2.89 12.363-13.585 2.076-1.253-1.173-3.565 2.798-4.914 3.88-2.023 1.625-5.01 3.43-7.323 2.347-3.95-1.715 2.409-9.927 1.638-13.085-.578-2.256-3.757-4.782-5.3-5.865Z",
|
|
77
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
79
|
+
opacity: 0.2,
|
|
80
|
+
d: "M63.664 110.307c-.578.632-1.253 1.173-2.12 1.444-1.734.451-4.047.181-3.18-6.226 1.35-9.566-8.96-19.853-16.957-12.995-7.227 6.227-10.888-.45-7.227-5.323 2.794-3.61-.674-12.363-3.468-14.8-2.12-1.804.867-7.67 4.72-6.858 3.855.813 13.104 6.678 18.982.993 5.877-5.685.963 14.438 4.528 18.048 3.276 3.338 9.54 6.045 14.935.45 4.914-5.053 12.044 2.437 2.023 11.641-1.156 1.083 2.698 3.069 3.758 4.242 1.541 1.714 3.372 4.241 2.312 6.226-1.734 3.339-9.635-2.075-12.718-1.444-2.12.632-4.529 3.249-5.588 4.602Z",
|
|
81
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
82
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
83
|
+
id: "APIs_svg__a"
|
|
84
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
85
|
+
fill: "#fff",
|
|
86
|
+
transform: "translate(7.35 14.563)",
|
|
87
|
+
d: "M0 0h132.3v110.708H0z"
|
|
88
|
+
}))));
|
|
89
|
+
}
|
|
90
|
+
}]);
|
|
91
|
+
return EmptyAPIs;
|
|
92
|
+
}(_react["default"].Component);
|
|
93
|
+
exports["default"] = EmptyAPIs;
|
|
94
|
+
EmptyAPIs.propTypes = _propTypes.EmptyStateProps;
|
|
95
|
+
EmptyAPIs.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
96
|
+
dataId: 'emptyApis'
|
|
97
|
+
});
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("./../props/propTypes");
|
|
10
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
25
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var EmptyAccounts = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyAccounts, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyAccounts);
|
|
32
|
+
function EmptyAccounts() {
|
|
33
|
+
_classCallCheck(this, EmptyAccounts);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyAccounts, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "accounts"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyAccounts_svg__cls-7,.EmptyAccounts_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyAccounts_svg__cls-3,.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5,.EmptyAccounts_svg__cls-6,.EmptyAccounts_svg__cls-8{fill:none}.EmptyAccounts_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAccounts_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAccounts_svg__cls-6{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
44
|
+
opacity: 0.05,
|
|
45
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
46
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
47
|
+
cx: 156.04,
|
|
48
|
+
cy: 31.69,
|
|
49
|
+
rx: 3.54,
|
|
50
|
+
ry: 3.51,
|
|
51
|
+
strokeMiterlimit: 10,
|
|
52
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
53
|
+
fill: "none"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
55
|
+
className: "EmptyAccounts_svg__cls-8",
|
|
56
|
+
cx: 79.62,
|
|
57
|
+
cy: 29.6,
|
|
58
|
+
rx: 2.12,
|
|
59
|
+
ry: 2.1
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
className: "EmptyAccounts_svg__cls-4",
|
|
62
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
64
|
+
className: "EmptyAccounts_svg__cls-6",
|
|
65
|
+
cx: 165.88,
|
|
66
|
+
cy: 154.09,
|
|
67
|
+
rx: 2.45,
|
|
68
|
+
ry: 2.43
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
className: "EmptyAccounts_svg__cls-3",
|
|
71
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
73
|
+
opacity: 0.3
|
|
74
|
+
}, /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
75
|
+
className: "EmptyAccounts_svg__cls-7",
|
|
76
|
+
cx: 70.01,
|
|
77
|
+
cy: 92.77,
|
|
78
|
+
rx: 13.53,
|
|
79
|
+
ry: 13.42
|
|
80
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
81
|
+
className: "EmptyAccounts_svg__cls-7",
|
|
82
|
+
d: "M128.12 74.12s5.37-7.3 17.62-.47 3.25 28-11.37 26.24c0 0-4.75-.87-6.36-2-.01-.02 4.36-11.67.11-23.77z"
|
|
83
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
84
|
+
className: "EmptyAccounts_svg__cls-7",
|
|
85
|
+
cx: 104.52,
|
|
86
|
+
cy: 81.92,
|
|
87
|
+
rx: 18.72,
|
|
88
|
+
ry: 18.56
|
|
89
|
+
})), /*#__PURE__*/_react["default"].createElement("g", null, /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
90
|
+
className: "EmptyAccounts_svg__cls-9",
|
|
91
|
+
cx: 70.01,
|
|
92
|
+
cy: 92.77,
|
|
93
|
+
rx: 13.53,
|
|
94
|
+
ry: 13.42
|
|
95
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
96
|
+
className: "EmptyAccounts_svg__cls-9",
|
|
97
|
+
d: "M128.12 74.12s5.37-7.3 17.62-.47 3.25 28-11.37 26.24c0 0-4.75-.87-6.36-2-.01-.02 4.36-11.67.11-23.77z"
|
|
98
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
99
|
+
className: "EmptyAccounts_svg__cls-9",
|
|
100
|
+
cx: 104.52,
|
|
101
|
+
cy: 81.92,
|
|
102
|
+
rx: 18.72,
|
|
103
|
+
ry: 18.56
|
|
104
|
+
})), /*#__PURE__*/_react["default"].createElement("path", {
|
|
105
|
+
className: "EmptyAccounts_svg__cls-5",
|
|
106
|
+
d: "M43.12 137.27s26.19 17.89 43.6 1.66a6.4 6.4 0 002-4c.65-6.42 1-24.27-14.68-29.35a17.28 17.28 0 007.88-8.3c2.6-6.49 1.34-16.24-9-18.38-17.24-3.58-19.41 15-13 22.12l3.78 4.56s-18.89 12.48-16.32 23.95c0 0 13.38 12.34 30.06 7.68 0 0 23 28.3 52.82 2.18a7.2 7.2 0 002.43-5.47c-.07-8.11-1.8-29-17-36.76 0 0-13.62 12.11-26.54-3.49s3-32.37 14.56-31 23 5.12 19.49 30.5c0 0 7.75 12.35 20.9 3.5s5.17-20.73 1.65-23.06-13.1-5.77-17.62.47a35.44 35.44 0 01-7.18 35.44 29.18 29.18 0 00-6 10.41c-.88 2.75-1.33 5.66-.39 7.71 2.27 4.95 26.73 11 40.87-2.31a4.65 4.65 0 001.47-3.5c-.06-4.26-1.32-13.89-10.87-18.18 0 0 11.51 20.26 2.12 32.84"
|
|
107
|
+
}));
|
|
108
|
+
}
|
|
109
|
+
}]);
|
|
110
|
+
return EmptyAccounts;
|
|
111
|
+
}(_react["default"].Component);
|
|
112
|
+
exports["default"] = EmptyAccounts;
|
|
113
|
+
EmptyAccounts.propTypes = _propTypes.EmptyStateProps;
|
|
114
|
+
EmptyAccounts.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
115
|
+
dataId: 'emptyAccounts'
|
|
116
|
+
});
|
|
117
|
+
// if (__DOCS__) {
|
|
118
|
+
// EmptyAccounts.docs = {
|
|
119
|
+
// componentGroup: 'Emptystate'
|
|
120
|
+
// };
|
|
121
|
+
// }
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("./../props/propTypes");
|
|
10
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
25
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var EmptyActiveCalls = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyActiveCalls, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyActiveCalls);
|
|
32
|
+
function EmptyActiveCalls() {
|
|
33
|
+
_classCallCheck(this, EmptyActiveCalls);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyActiveCalls, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "ActiveCalls"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyActiveCalls_svg__cls-4,.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6,.EmptyActiveCalls_svg__cls-7,.EmptyActiveCalls_svg__cls-8{fill:none}.EmptyActiveCalls_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyActiveCalls_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActiveCalls_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
44
|
+
fill: "var(--zd_emptysvg_primary_fill)",
|
|
45
|
+
opacity: 0.05
|
|
46
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
47
|
+
cx: 156.04,
|
|
48
|
+
cy: 31.69,
|
|
49
|
+
rx: 3.54,
|
|
50
|
+
ry: 3.51,
|
|
51
|
+
strokeMiterlimit: 10,
|
|
52
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
53
|
+
fill: "none"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
55
|
+
className: "EmptyActiveCalls_svg__cls-7",
|
|
56
|
+
cx: 79.62,
|
|
57
|
+
cy: 29.6,
|
|
58
|
+
rx: 2.12,
|
|
59
|
+
ry: 2.1
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
className: "EmptyActiveCalls_svg__cls-5",
|
|
62
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
64
|
+
className: "EmptyActiveCalls_svg__cls-8",
|
|
65
|
+
cx: 165.88,
|
|
66
|
+
cy: 154.09,
|
|
67
|
+
rx: 2.45,
|
|
68
|
+
ry: 2.43
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
className: "EmptyActiveCalls_svg__cls-4",
|
|
71
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
73
|
+
d: "M79.93 53.67c6.28.38 9.53 13.52 8.06 18.09s-6.15 4.54-10.33-1.48-2-16.09-2-16.09c.53-.82 4.27-.52 4.27-.52zm15.35 57.76s3.88 8.57 9.94 10.57 8.88 3.58 10.12-.5c0 0-2.21-10.29-14.9-12.13 0-.02-2.16-.24-5.16 2.06z",
|
|
74
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
className: "EmptyActiveCalls_svg__cls-6",
|
|
77
|
+
d: "M64.76 119.92h18.49S67.07 90.31 65.72 83.25s-3.66-20.63 3.86-26 13.67-4.2 15.79 0 6.75 22-4 17c0 0-7.13-4.2-6.55-17a3.4 3.4 0 00-3 2.82c-.61 2.7.49 12.49 6.46 16a7.05 7.05 0 01-4.77 1.67s6.92 21.53 19.17 36.42c0 0 5.39-8.09 13-3.32s11.51 8.81 9 15-12.39 9.25-19 6.65-10.5-9.69-10.5-9.69 12.1 12.72 24.34 3.76c0 0-12.09-2.75-13.84-10 0 0 .57-2.1 1.19-2.1a21.06 21.06 0 0016.49 9.68s-4.48 8-3.5 9.25 8.47 18.38 20.72 13.88 9.31-21.6 20.65-24.75 17.93-2.92 17.93-2.92"
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
}]);
|
|
81
|
+
return EmptyActiveCalls;
|
|
82
|
+
}(_react["default"].Component);
|
|
83
|
+
exports["default"] = EmptyActiveCalls;
|
|
84
|
+
EmptyActiveCalls.propTypes = _propTypes.EmptyStateProps;
|
|
85
|
+
EmptyActiveCalls.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
86
|
+
dataId: 'emptyActiveCalls'
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
// if (__DOCS__) {
|
|
90
|
+
// EmptyActiveCalls.docs = {
|
|
91
|
+
// componentGroup: 'Emptystate'
|
|
92
|
+
// };
|
|
93
|
+
// }
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = require("./../props/propTypes");
|
|
10
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
11
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
23
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
24
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
25
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
var EmptyActivity = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyActivity, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyActivity);
|
|
32
|
+
function EmptyActivity() {
|
|
33
|
+
_classCallCheck(this, EmptyActivity);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyActivity, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "EmptyActivity"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6,.EmptyActivity_svg__cls-7,.EmptyActivity_svg__cls-8{fill:none}.EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActivity_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActivity_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
44
|
+
fill: "var(--zd_emptysvg_primary_fill)",
|
|
45
|
+
opacity: 0.05
|
|
46
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
47
|
+
cx: 156.04,
|
|
48
|
+
cy: 31.69,
|
|
49
|
+
rx: 3.54,
|
|
50
|
+
ry: 3.51,
|
|
51
|
+
strokeMiterlimit: 10,
|
|
52
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
53
|
+
fill: "none"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
55
|
+
className: "EmptyActivity_svg__cls-4",
|
|
56
|
+
cx: 79.62,
|
|
57
|
+
cy: 29.6,
|
|
58
|
+
rx: 2.12,
|
|
59
|
+
ry: 2.1
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
className: "EmptyActivity_svg__cls-5",
|
|
62
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
64
|
+
className: "EmptyActivity_svg__cls-8",
|
|
65
|
+
cx: 165.88,
|
|
66
|
+
cy: 154.09,
|
|
67
|
+
rx: 2.45,
|
|
68
|
+
ry: 2.43
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
className: "EmptyActivity_svg__cls-7",
|
|
71
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
73
|
+
d: "M52.32 87.6s-.42-19.95 4.36-22.43 82.26.24 82.26.24 7.43-.07 8.34 6.9a37.49 37.49 0 010 11.36H62.64S53 83.55 52.32 87.6zm89.31 9.77c-.65.6 1.27 3.73 4.3 7s6 5.44 6.66 4.84-1.27-3.73-4.29-7-6.01-5.43-6.67-4.84zM110 108.52c.64.62 3.68-1.48 6.78-4.68s5.1-6.28 4.46-6.89-3.67 1.48-6.78 4.68-5.07 6.28-4.46 6.89z",
|
|
74
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
className: "EmptyActivity_svg__cls-6",
|
|
77
|
+
d: "M122 123.76s12.07-.32 12.07 1-3.38 2.87-3.54-1.92-.16-14.52-.16-14.52 17.86.32 16.25 16.44-17.86 15.32-24 12.13-10.61-12.54-6.33-23.21c5-12.39 30.24-9.43 33.14 5.09s-7 25.49-22.51 22.64C112.5 138.71 110 125.7 112 117.22a17.58 17.58 0 016-10.89l.35-.35-.37-.55a1.59 1.59 0 00-2.43-.17c-1.28 1.34-3.74 3.7-5.07 3.5-1.86-.28-.29-3-.29-3s8.62-10.24 10.48-9.26-2.35 6-2.35 6l1.56 1.7c11.62-4 22.6.73 22.6.73l1.57-1.69s-4.21-5-2.35-6 10.47 9.26 10.47 9.26 1.57 2.68-.28 3-5.9-4.39-5.9-4.39c-.62-.18-1.31.55-2 1.61l.34.27a18.55 18.55 0 016.8 14.75l-.29 14.66c-.51 7.15-7.41 8.22-7.41 8.22s-74.65.31-81.77 0-8-7.22-8-7.22.56-38.08 0-46.42 9-7.31 9-7.31h83.61a3.73 3.73 0 013.43 2.28c3.69 8.88 2 14.37 1.2 14.4-1.06 0-.06-22.19-.06-22.19 0-1.56 0-3.48.06-5.81.11-8.23-12.84-7-12.84-7l-6.89.15s-2.09 8-6.13 8.17-2.1-16.48.45-17.67 4.34 8.46 2.54 9.2c-.9.38-3.79.4-8.6.31L88 65.45h-5.59s-2.09 8-6.13 8.17-2.08-16.46.46-17.62 4.35 8.46 2.55 9.2c-.9.38-5.32.38-10.13.28h-4.71c-4.81-.09-12.1-.6-13.45 1.16-1.53 2-1 2.19-1.28 5.58v41.65"
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
}]);
|
|
81
|
+
return EmptyActivity;
|
|
82
|
+
}(_react["default"].Component);
|
|
83
|
+
exports["default"] = EmptyActivity;
|
|
84
|
+
EmptyActivity.propTypes = _propTypes.EmptyStateProps;
|
|
85
|
+
EmptyActivity.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
86
|
+
dataId: 'emptyActivity'
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
// if (__DOCS__) {
|
|
90
|
+
// EmptyActivity.docs = {
|
|
91
|
+
// componentGroup: 'Emptystate'
|
|
92
|
+
// };
|
|
93
|
+
// }
|