@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,87 @@
|
|
|
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 EmptySla = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptySla, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptySla);
|
|
32
|
+
function EmptySla() {
|
|
33
|
+
_classCallCheck(this, EmptySla);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptySla, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "Sla"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptySla_svg-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptySla_svg-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
d: "M88.4 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S43.36 119.89 43.13 108c-.21-11.5 0-38.9 45.27-40.6z",
|
|
44
|
+
fill: "var(--zd_emptysvg_primary_fill)",
|
|
45
|
+
opacity: 0.05
|
|
46
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
47
|
+
d: "M158.11 150.45a2.5 2.5 0 112.51-2.5 2.51 2.51 0 01-2.51 2.5zm0-4.28a1.78 1.78 0 101.79 1.83 1.79 1.79 0 00-1.79-1.83z",
|
|
48
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
49
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
50
|
+
d: "M149.46 43.73a3.45 3.45 0 113.47-3.45 3.47 3.47 0 01-3.47 3.45zm0-6.17a2.73 2.73 0 102.75 2.72 2.74 2.74 0 00-2.75-2.72z",
|
|
51
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
52
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
+
className: "EmptySla_svg-3",
|
|
54
|
+
d: "M82.35 40.64a2.21 2.21 0 112.21-2.2 2.2 2.2 0 01-2.21 2.2zm0-3.68a1.48 1.48 0 101.49 1.48A1.49 1.49 0 0082.35 37z"
|
|
55
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
+
className: "EmptySla_svg-4",
|
|
57
|
+
d: "M32.57 106.9a.35.35 0 01-.33-.38l.3-5.42a.36.36 0 01.72 0l-.31 5.42a.35.35 0 01-.38.38z"
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
+
className: "EmptySla_svg-4",
|
|
60
|
+
d: "M35.45 104.34L30 104a.36.36 0 010-.72l5.46.3a.37.37 0 01.34.38.35.35 0 01-.35.38z"
|
|
61
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
62
|
+
className: "EmptySla_svg-3",
|
|
63
|
+
d: "M170.29 119.92a.36.36 0 01-.27-.12l-3.65-4a.36.36 0 01.54-.49l3.64 4a.35.35 0 010 .51.34.34 0 01-.26.1z"
|
|
64
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
65
|
+
className: "EmptySla_svg-3",
|
|
66
|
+
d: "M166.42 119.7a.36.36 0 01-.23-.63l4.07-3.62a.36.36 0 01.48.54l-4.08 3.62a.34.34 0 01-.24.09z"
|
|
67
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
68
|
+
d: "M101.93 94.22s-8.08 10.21-7.18 10.78 10.83 13 11.47 12.27 34-25.4 34-25.4-.49-3-2.92-1.62C129 95 109.68 109.18 109 108.23c-.9-1.23-7.07-14.01-7.07-14.01z",
|
|
69
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
71
|
+
d: "M105.4 156.63h-.15c-1.5-.29-10.69-7.45-18.34-14-5-4.23-16.69-14.49-18.07-18.39-2.21-6.26-1.62-50.79-1.59-52.68a.74.74 0 01.33-.59c.56-.42 2.67-.73 5.76-1 0-1.24.06-2.13.06-2.55a1 1 0 01.34-.75c3.71-3.64 54.81-3 60.63-2.91a.52.52 0 01.52.53.53.53 0 01-.53.52c-.14 0-14.77-.22-29.44 0-27 .47-30.16 2.09-30.46 2.6 0 .43 0 1.28-.06 2.45 7.24-.47 18.92-.54 29.14-.49 16.31.07 34 .52 35.75.91.54.12.84.18.8 9.33 0 4.31-.13 8.66-.13 8.71a.5.5 0 01-.23.42l-30.44 19.83a.53.53 0 01-.44.07.55.55 0 01-.33-.3c-.05-.1-4.6-10.57-6.39-12.79a.35.35 0 00-.34-.17c-1.59.1-4.94 5.63-6 7.44-.24.41-.44.73-.58.94 0 .38.76 2.64 11.19 14.34l.1.11c2.53-.89 21.19-15.53 32.65-24.78a.53.53 0 01.55-.07.53.53 0 01.3.47c0 .95.3 23.3-.51 27.34-.46 2.3-8.31 10.3-15.41 16.75-3.5 3.18-15.2 13.58-18.61 13.58-5.31 0-28.89-25.58-32-31.47-1.6-3-1.06-23.91-.25-46 0-1.13.08-2.15.11-3a19.34 19.34 0 00-5 .7c0 2.93-.55 46.23 1.54 52.14.89 2.54 7.53 9.24 17.74 17.93 9.53 8.11 17 13.56 17.88 13.75 1.32 0 10.34-6.53 20.23-15.66 10.83-10 17.09-17.93 17.19-21.78l.42-16.48a.52.52 0 01.52-.51.53.53 0 01.51.54l-.42 16.48c-.17 6.81-16.75 22.52-27.85 31.43-3.32 2.69-9.01 7.06-10.69 7.06zM74.35 71c0 .92-.07 2-.11 3.15-.47 12.66-1.56 42.29.12 45.49 1.57 3 8.06 10.65 15.11 17.85 7.77 7.93 14 13.06 16 13.06s9.15-5.35 17.91-13.31c9.4-8.55 14.79-14.72 15.08-16.18.69-3.44.55-21.43.51-26-2.28 1.83-8.84 7.09-15.41 12.2-16.74 13-17.2 12.51-17.68 12l-.26-.3c-12.41-13.92-11.67-15-11.31-15.56.12-.18.33-.52.59-1 2.46-4.06 5-7.83 6.87-7.95a1.42 1.42 0 011.22.56c1.64 2.05 5.29 10.21 6.28 12.47l29.69-19.35c.18-7.27.19-15.28-.1-16.75-2.57-.33-18.67-.77-35.38-.85-14.41-.08-23.7.13-29.13.47zm32.26 47.49zm-11.45-14.66z",
|
|
72
|
+
fill: "var(--zd_emptysvg_primary_stroke)"
|
|
73
|
+
}));
|
|
74
|
+
}
|
|
75
|
+
}]);
|
|
76
|
+
return EmptySla;
|
|
77
|
+
}(_react["default"].Component);
|
|
78
|
+
exports["default"] = EmptySla;
|
|
79
|
+
EmptySla.propTypes = _propTypes.EmptyStateProps;
|
|
80
|
+
EmptySla.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
81
|
+
dataId: 'EmptySla'
|
|
82
|
+
});
|
|
83
|
+
// if (__DOCS__) {
|
|
84
|
+
// EmptySla.docs = {
|
|
85
|
+
// componentGroup: 'Emptystate'
|
|
86
|
+
// };
|
|
87
|
+
// }
|
|
@@ -0,0 +1,102 @@
|
|
|
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 EmptySnippet = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptySnippet, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptySnippet);
|
|
32
|
+
function EmptySnippet() {
|
|
33
|
+
_classCallCheck(this, EmptySnippet);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptySnippet, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "snippet"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptySnippet_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptySnippet_svg__cls-3,.EmptySnippet_svg__cls-4,.EmptySnippet_svg__cls-5,.EmptySnippet_svg__cls-7,.EmptySnippet_svg__cls-8{fill:none}.EmptySnippet_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySnippet_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySnippet_svg__cls-4,.EmptySnippet_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySnippet_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptySnippet_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
|
+
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: "EmptySnippet_svg__cls-3",
|
|
56
|
+
cx: 79.62,
|
|
57
|
+
cy: 29.6,
|
|
58
|
+
rx: 2.12,
|
|
59
|
+
ry: 2.1
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
className: "EmptySnippet_svg__cls-4",
|
|
62
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
64
|
+
className: "EmptySnippet_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: "EmptySnippet_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
|
+
className: "EmptySnippet_svg__cls-6",
|
|
74
|
+
d: "M119.87 139.21s-11.87-8.72 1.14-35c13.82-27.89 38.05-42 47.15-31.63 4.7 5.42-31.72 67.7-48.29 66.63z"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
className: "EmptySnippet_svg__cls-5",
|
|
77
|
+
d: "M107.71 147.22l-31.65 6s-7.53-9.06-5-52.27c1.32-22.39-8.82-32.16-8.82-32.16L128.41 55s6.26 11.49 3.83 27.54C129.6 100 115.6 102.17 116.78 134a1.14 1.14 0 002.15.38c5.62-11.24 24.49-47.73 35-52.54 0 0-38.4 48.36-37.33 71.47 0 0 4.51-11.69 4.56-13.86.06-2.47-4.9-2.75-3.87 0s16.48-3.56 29.8-25.06 27.17-36.09 19.56-43.9c-11.08-11.37-44.18 23-49.23 42.72-5.82 22.72 1.45 26.5 5.41 27.16s12.66-8.83 12.66-8.83 2.14 9.75 4.22 11.94l-16.38 2.91"
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
79
|
+
d: "M123.26 116.23s3.32-11.21 10.42-19.74",
|
|
80
|
+
stroke: "var(--zd_emptysvg_circle_fill)",
|
|
81
|
+
strokeWidth: 3,
|
|
82
|
+
strokeLinecap: "round",
|
|
83
|
+
strokeLinejoin: "round",
|
|
84
|
+
fill: "none"
|
|
85
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
86
|
+
className: "EmptySnippet_svg__cls-6",
|
|
87
|
+
d: "M94.37 100.23s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.12-8.49 8 0 .02-.47-8.52-9.43-8zM88.34 121.72s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.11-8.49 8 0 .02-.47-8.51-9.43-8zM83.26 107s5.38-.77 5.38-5.79c0 0 0 5.68 4.79 5.79 0 0-4.84-.07-4.82 4.55a4.81 4.81 0 00-5.35-4.55z"
|
|
88
|
+
}));
|
|
89
|
+
}
|
|
90
|
+
}]);
|
|
91
|
+
return EmptySnippet;
|
|
92
|
+
}(_react["default"].Component);
|
|
93
|
+
exports["default"] = EmptySnippet;
|
|
94
|
+
EmptySnippet.propTypes = _propTypes.EmptyStateProps;
|
|
95
|
+
EmptySnippet.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
96
|
+
dataId: 'emptySnippet'
|
|
97
|
+
});
|
|
98
|
+
// if (__DOCS__) {
|
|
99
|
+
// EmptySnippet.docs = {
|
|
100
|
+
// componentGroup: 'Emptystate'
|
|
101
|
+
// };
|
|
102
|
+
// }
|
|
@@ -0,0 +1,95 @@
|
|
|
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 EmptyTag = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyTag, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyTag);
|
|
32
|
+
function EmptyTag() {
|
|
33
|
+
_classCallCheck(this, EmptyTag);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyTag, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "tag"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyTag_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTag_svg__cls-4,.EmptyTag_svg__cls-5,.EmptyTag_svg__cls-6,.EmptyTag_svg__cls-8,.EmptyTag_svg__cls-9{fill:none}.EmptyTag_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTag_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTag_svg__cls-5,.EmptyTag_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTag_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTag_svg__cls-9{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: "EmptyTag_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: "EmptyTag_svg__cls-5",
|
|
62
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
64
|
+
className: "EmptyTag_svg__cls-9",
|
|
65
|
+
cx: 165.88,
|
|
66
|
+
cy: 154.09,
|
|
67
|
+
rx: 2.45,
|
|
68
|
+
ry: 2.43
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
className: "EmptyTag_svg__cls-8",
|
|
71
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
73
|
+
className: "EmptyTag_svg__cls-7",
|
|
74
|
+
d: "M136.3 107.68s-1.24 51.51-2.14 54-45.41-1.83-46.59-3.82 42.71-48.51 48.73-50.18z"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
className: "EmptyTag_svg__cls-6",
|
|
77
|
+
d: "M171.12 53.1s-13.85 5.78-26.25-4.34-24.4 19.63-22.61 32.54c1.88 13.51-10.34 16.07-13.93 9.4s5-15.45 16.66-11.06c0 0 5.45 2 7 4.14 8.94 12.74 1.59 22-.92 25s-5.81 6.85-7.71 7.78c-3.52 1.71 7.3-9.4 12.14-8.93v4c-.15 17.83-.08 49.91-2.14 50-3.82.19-36.94-2.54-42.79-2.34a5 5 0 01-5-3.46 2.86 2.86 0 01.19-2.29c1.12-1.95 20.44-20.1 28.67-27.8a.23.23 0 01.33.32c-14.36 16.07-32.8 36-34.33 35.56-2.07-.61-27-24.87-35.67-33.4a4.37 4.37 0 01-.12-6.14c8.5-9 33.4-33.91 43-43.49A16.41 16.41 0 0196.7 74c6.6-1.05 16.18-2.64 17.87-2.46"
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
79
|
+
className: "EmptyTag_svg__cls-7",
|
|
80
|
+
d: "M78.39 112.58l7.92-1.15 4-7.14a.44.44 0 01.57 0l3.61 7.29 8.64 1c.29 0 .43.28.14.57l-6.48 5.71 1.59 7.86c0 .28-.15.43-.44.28l-6.91-3.57-7.49 3.72c-.15.14-.43 0-.43-.29l.72-8-5.77-5.57a1.08 1.08 0 01.33-.71z"
|
|
81
|
+
}));
|
|
82
|
+
}
|
|
83
|
+
}]);
|
|
84
|
+
return EmptyTag;
|
|
85
|
+
}(_react["default"].Component);
|
|
86
|
+
exports["default"] = EmptyTag;
|
|
87
|
+
EmptyTag.propTypes = _propTypes.EmptyStateProps;
|
|
88
|
+
EmptyTag.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
89
|
+
dataId: 'emptyTag'
|
|
90
|
+
});
|
|
91
|
+
// if (__DOCS__) {
|
|
92
|
+
// EmptyTag.docs = {
|
|
93
|
+
// componentGroup: 'Emptystate'
|
|
94
|
+
// };
|
|
95
|
+
// }
|
|
@@ -0,0 +1,108 @@
|
|
|
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 EmptyTask = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyTask, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyTask);
|
|
32
|
+
function EmptyTask() {
|
|
33
|
+
_classCallCheck(this, EmptyTask);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyTask, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "task"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyTask_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTask_svg__cls-3,.EmptyTask_svg__cls-4,.EmptyTask_svg__cls-5,.EmptyTask_svg__cls-7,.EmptyTask_svg__cls-8{fill:none}.EmptyTask_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTask_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTask_svg__cls-4,.EmptyTask_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTask_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTask_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
|
+
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: "EmptyTask_svg__cls-3",
|
|
56
|
+
cx: 79.62,
|
|
57
|
+
cy: 29.6,
|
|
58
|
+
rx: 2.12,
|
|
59
|
+
ry: 2.1
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
className: "EmptyTask_svg__cls-4",
|
|
62
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
64
|
+
className: "EmptyTask_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: "EmptyTask_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
|
+
className: "EmptyTask_svg__cls-6",
|
|
74
|
+
d: "M131.83 70.33l-5-1.58a12.76 12.76 0 00.65-4.46c0-4.34-3.26-7-7.26-7.24-4.36-.32-7.77 4.26-9 7.19l-7.81-2.14c-1.3-.34-2.73-.43-3.14.84l-1 3.24a2.49 2.49 0 001.64 3.12l28.47 9a2.51 2.51 0 003.15-1.58l1.19-3.72c.44-1.28-.56-2.24-1.89-2.67z"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
76
|
+
cx: 119.62,
|
|
77
|
+
cy: 63.17,
|
|
78
|
+
rx: 2.24,
|
|
79
|
+
ry: 2.22,
|
|
80
|
+
fill: "var(--zd_emptysvg_circle_fill)"
|
|
81
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
82
|
+
className: "EmptyTask_svg__cls-6",
|
|
83
|
+
d: "M98.47 118.8a3.76 3.76 0 01-.38-5.18c2.23-2.79 14.36-17.82 14.36-17.82s10.41 4.26 6.92 8.45l-15.86 19z"
|
|
84
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
85
|
+
className: "EmptyTask_svg__cls-5",
|
|
86
|
+
d: "M63.28 125.48c-1.79 5.74-4.38 16.66 1 18.42s55.64 19.48 59.79 17 29.34-83.43 23.25-85.62-19.54-7.18-20.29-7c0 0 2-7.78-3.15-9.91s-8.28-2.58-12.83 5c0 0-19.33-5.49-21.32-5S63.89 126 64.46 139c0 0 0 1.12 4.27 3.66s48.33 16 53.45 14.1 21.61-67.38 22.18-73.58-51.44-20.3-53.72-17.48c-2.12 2.63-7.5 19.17-13.52 35.9a78.29 78.29 0 00-2.28 7.36l-3.17 12.18a3.35 3.35 0 002.54 4.1 164 164 0 0016.41 2.14l10.8-2.82-6.87-5.94s-3.37 9.13-3.33 9.45 10.85-3.07 10.85-3.07l17.3-20.71s3-2.14-.33-4.15c-1.84-1.12-5.62-5.41-6.59-4.3-1.41 1.63-10.19 12.61-14.36 17.82a3.81 3.81 0 00.38 5.18c2.47 2.3 5.94 5.42 6.75 5.52s26.14-.32 42.29-.62"
|
|
87
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
88
|
+
stroke: "var(--zd_emptysvg_circle_fill)",
|
|
89
|
+
strokeWidth: 2,
|
|
90
|
+
strokeLinecap: "round",
|
|
91
|
+
strokeLinejoin: "round",
|
|
92
|
+
fill: "none",
|
|
93
|
+
d: "M108.63 112.84l5.97-7.49"
|
|
94
|
+
}));
|
|
95
|
+
}
|
|
96
|
+
}]);
|
|
97
|
+
return EmptyTask;
|
|
98
|
+
}(_react["default"].Component);
|
|
99
|
+
exports["default"] = EmptyTask;
|
|
100
|
+
EmptyTask.propTypes = _propTypes.EmptyStateProps;
|
|
101
|
+
EmptyTask.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
102
|
+
dataId: 'emptyTask'
|
|
103
|
+
});
|
|
104
|
+
// if (__DOCS__) {
|
|
105
|
+
// EmptyTask.docs = {
|
|
106
|
+
// componentGroup: 'Emptystate'
|
|
107
|
+
// };
|
|
108
|
+
// }
|
|
@@ -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 EmptyTeams = /*#__PURE__*/function (_React$Component) {
|
|
30
|
+
_inherits(EmptyTeams, _React$Component);
|
|
31
|
+
var _super = _createSuper(EmptyTeams);
|
|
32
|
+
function EmptyTeams() {
|
|
33
|
+
_classCallCheck(this, EmptyTeams);
|
|
34
|
+
return _super.apply(this, arguments);
|
|
35
|
+
}
|
|
36
|
+
_createClass(EmptyTeams, [{
|
|
37
|
+
key: "render",
|
|
38
|
+
value: function render() {
|
|
39
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
40
|
+
viewBox: "0 0 200 200",
|
|
41
|
+
name: "team"
|
|
42
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyTeams_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTeams_svg__cls-4,.EmptyTeams_svg__cls-5,.EmptyTeams_svg__cls-6,.EmptyTeams_svg__cls-8,.EmptyTeams_svg__cls-9{fill:none}.EmptyTeams_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTeams_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTeams_svg__cls-5,.EmptyTeams_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTeams_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTeams_svg__cls-9{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: "EmptyTeams_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: "EmptyTeams_svg__cls-5",
|
|
62
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
63
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
64
|
+
className: "EmptyTeams_svg__cls-9",
|
|
65
|
+
cx: 165.88,
|
|
66
|
+
cy: 154.09,
|
|
67
|
+
rx: 2.45,
|
|
68
|
+
ry: 2.43
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
className: "EmptyTeams_svg__cls-8",
|
|
71
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
73
|
+
className: "EmptyTeams_svg__cls-7",
|
|
74
|
+
d: "M80.06 113.44s.91 20.72-13 19.13-7.94-24.92-7.94-24.92 10.06 7.35 20.94 5.79zM93.18 68.15s-1.87 5-3.85 7.13c0 0-3.54 17.77 13.45 18.78 0 0 10.14 2 13-15.13a27 27 0 01-22.6-10.78zM122.61 127.05s1.68-16 5.8-14 2 1.09 11.37-2c0 0 7.62-1.56 9.18 10.63 0 0-.3 7.33-1.66 10.27 0 0-6.2-5.51-14-3.82a85.63 85.63 0 00-10.69 2.87z"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
className: "EmptyTeams_svg__cls-6",
|
|
77
|
+
d: "M79.93 111.64s2.31 19-10.4 20.93S58 107.65 59.14 107.65s13.24 9.55 25.08 4.61c0 0-3.27-16.21-15.91-14.23s-12.63 14-14 21.66-5.22 13.84-2.2 19.86 28.17 14.12 34-5.72c4.76-16.26-2-31-10.1-37.08a6.43 6.43 0 01-1-9.31 32 32 0 018.28-7c8.59-5 10.51-13.83 10.34-15s-2.49-.3-1.93.79S101.66 81 119 78.68c0 0 3.29-22.93-13.47-23.37s-16.57 13.36-16 25.94S101.39 94.06 105 94.06c8.2 0 11.5-14.28 11.13-19.53s-6.86 1.86 4.07 7.62c6.56 3.46 11.92 10.11 15.15 15 2.49 3.75 2.82 6.93 5.83 10 3.16 3.22 7.38 8 6.79 14.95 0 0-1.69-12.37-8.17-11s-7.44 4.53-11.37 2-5.8 14-5.8 14-6.27-19.34 10.24-22.24 17.52 11.25 15.16 24.44-18.89 19.55-25.4 1.72c0 0 14.49-6.6 21.72 0s-28 17.46-57.43 9.71"
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
}]);
|
|
81
|
+
return EmptyTeams;
|
|
82
|
+
}(_react["default"].Component);
|
|
83
|
+
exports["default"] = EmptyTeams;
|
|
84
|
+
EmptyTeams.propTypes = _propTypes.EmptyStateProps;
|
|
85
|
+
EmptyTeams.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
86
|
+
dataId: 'emptyTeams'
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
// if (__DOCS__) {
|
|
90
|
+
// EmptyTeams.docs = {
|
|
91
|
+
// componentGroup: 'Emptystate'
|
|
92
|
+
// };
|
|
93
|
+
// }
|