@zohodesk/svg 1.0.0-beta.5 → 1.0.0-beta.50
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 +173 -1
- 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/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
- package/es/Loader/Loader.js +68 -0
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/Provider.js +74 -0
- package/es/SVG/SVG.js +56 -0
- package/es/{svg → SVG}/SVG.module.css +2 -3
- package/es/SVG/SvgLoader.js +28 -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/docs/Emptystate__version1.docs.js +29 -0
- package/es/docs/Emptystate__version2.docs.js +45 -0
- package/es/docs/Emptystate__version3.docs.js +180 -0
- package/es/docs/Errorstate__version1.docs.js +41 -0
- package/es/docs/Errorstate__version2.docs.js +33 -0
- package/es/docs/Errorstate__version3.docs.js +39 -0
- package/es/docs/SVG__common.docs.js +29 -0
- package/es/docs/SVGdocstyle.module.css +53 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
- package/es/emptystate/version2/EmptyFromAddress.js +30 -0
- package/es/emptystate/version2/EmptyImportHistory.js +30 -0
- package/es/emptystate/version2/EmptyNetwork.js +30 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
- package/es/emptystate/version2/EmptyRoles.js +30 -0
- package/es/emptystate/version2/EmptyWebhook.js +30 -0
- package/es/emptystate/version2/FailureLog.js +30 -0
- package/es/emptystate/version3/AuditLog.js +80 -0
- package/es/emptystate/version3/CustomModule.js +59 -0
- package/es/emptystate/version3/EmptyAccounts.js +90 -0
- package/es/emptystate/version3/EmptyActiveCalls.js +61 -0
- package/es/emptystate/version3/EmptyActivity.js +61 -0
- package/es/emptystate/version3/EmptyAgent.js +61 -0
- package/es/emptystate/version3/EmptyAgentQueue.js +67 -0
- package/es/emptystate/version3/EmptyApplechat.js +74 -0
- package/es/emptystate/version3/EmptyApproval.js +67 -0
- package/es/emptystate/version3/EmptyArchived.js +69 -0
- package/es/emptystate/version3/EmptyArticle.js +75 -0
- package/es/emptystate/version3/EmptyAsapchat.js +69 -0
- package/es/emptystate/version3/EmptyAttach.js +61 -0
- package/es/emptystate/version3/EmptyBlueprint.js +76 -0
- package/es/emptystate/version3/EmptyCallHistory.js +63 -0
- package/es/emptystate/version3/EmptyCanned.js +79 -0
- package/es/emptystate/version3/EmptyChat.js +79 -0
- package/es/emptystate/version3/EmptyCollision.js +61 -0
- package/es/emptystate/version3/EmptyColumn.js +67 -0
- package/es/emptystate/version3/EmptyContact.js +61 -0
- package/es/emptystate/version3/EmptyContract.js +57 -0
- package/es/emptystate/version3/EmptyConversation.js +61 -0
- package/es/emptystate/version3/EmptyCrm.js +61 -0
- package/es/emptystate/version3/EmptyCrmNotes.js +72 -0
- package/es/emptystate/version3/EmptyCrmPotential.js +75 -0
- package/es/emptystate/version3/EmptyDashboard.js +67 -0
- package/es/emptystate/version3/EmptyDelete.js +52 -0
- package/es/emptystate/version3/EmptyDepartment.js +61 -0
- package/es/emptystate/version3/EmptyError.js +84 -0
- package/es/emptystate/version3/EmptyFeed.js +64 -0
- package/es/emptystate/version3/EmptyFollowers.js +62 -0
- package/es/emptystate/version3/EmptyFrame.js +60 -0
- package/es/emptystate/version3/EmptyHappiness.js +61 -0
- package/es/emptystate/version3/EmptyHistory.js +61 -0
- package/es/emptystate/version3/EmptyInstagram.js +75 -0
- package/es/emptystate/version3/EmptyInstantmessage.js +77 -0
- package/es/emptystate/version3/EmptyInvoice.js +66 -0
- package/es/emptystate/version3/EmptyLine.js +75 -0
- package/es/emptystate/version3/EmptyMessenger.js +62 -0
- package/es/emptystate/version3/EmptyNoData.js +80 -0
- package/es/emptystate/version3/EmptyNotification.js +61 -0
- package/es/emptystate/version3/EmptyProducts.js +64 -0
- package/es/emptystate/version3/EmptyReply.js +56 -0
- package/es/emptystate/version3/EmptyReports.js +67 -0
- package/es/emptystate/version3/EmptySchedule.js +103 -0
- package/es/emptystate/version3/EmptySearch.js +71 -0
- package/es/emptystate/version3/EmptySkills.js +109 -0
- package/es/emptystate/version3/EmptySla.js +56 -0
- package/es/emptystate/version3/EmptySnippet.js +71 -0
- package/es/emptystate/version3/EmptyTag.js +64 -0
- package/es/emptystate/version3/EmptyTask.js +77 -0
- package/es/emptystate/version3/EmptyTeams.js +61 -0
- package/es/emptystate/version3/EmptyTelegram.js +75 -0
- package/es/emptystate/version3/EmptyTemplate.js +73 -0
- package/es/emptystate/version3/EmptyTicket.js +64 -0
- package/es/emptystate/version3/EmptyTimeEntry.js +67 -0
- package/es/emptystate/version3/EmptyTimeline.js +61 -0
- package/es/emptystate/version3/EmptyTopic.js +67 -0
- package/es/emptystate/version3/EmptyTwilio.js +75 -0
- package/es/emptystate/version3/EmptyWechat.js +75 -0
- package/es/emptystate/version3/EmptyWhatsapp.js +75 -0
- package/es/emptystate/version3/Export.js +56 -0
- package/es/emptystate/version3/Extensions.js +62 -0
- package/es/emptystate/version3/Extractor.js +55 -0
- package/es/emptystate/version3/GCBot.js +53 -0
- package/es/emptystate/version3/GCConversation.js +55 -0
- package/es/emptystate/version3/Import.js +71 -0
- package/es/emptystate/version3/KBBot.js +68 -0
- package/es/emptystate/version3/Multilingual.js +61 -0
- package/es/emptystate/version3/NetworkError.js +64 -0
- package/es/emptystate/version3/Predictor.js +62 -0
- package/es/emptystate/version3/ReadRecipients.js +60 -0
- package/es/emptystate/version3/SupportPlan.js +77 -0
- package/es/emptystate/version3/Variable.js +59 -0
- package/es/emptystate/version3/ZiaAnamoly.js +56 -0
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +34 -0
- package/es/errorstate/version1/NoRequestFound.js +34 -0
- package/es/errorstate/version1/PageNotFound.js +35 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
- package/es/errorstate/version1/UrlNotFound.js +35 -0
- package/es/errorstate/version1/WillBeRightBack.js +35 -0
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +36 -0
- package/es/errorstate/version2/EmptyWillBeRightBack.js +31 -0
- package/es/errorstate/version2/NotImpossible.js +70 -0
- package/es/errorstate/version3/ErrorInconvenience.js +106 -0
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +107 -0
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +107 -0
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +114 -0
- package/es/errorstate/version3/ErrorUrlNotFound.js +107 -0
- package/es/errorstate/version3/ErrorWillBeRightBack.js +106 -0
- package/es/index.js +9 -4
- package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
- package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
- package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
- package/images/EmptyCustomDomain.svg +85 -0
- package/{es/svg/images → images}/EmptyFilter.svg +0 -0
- package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
- package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
- package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
- package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
- package/{es/svg/images → images}/EmptyRoles.svg +0 -0
- package/images/EmptySkills.svg +83 -0
- package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
- package/{es/svg/images → images}/FailureLog.svg +0 -0
- package/{es/svg/images → images}/Inconvenience.svg +0 -0
- package/{es/svg/images → images}/NoRequestFound.svg +0 -0
- package/{es/svg/images → images}/PageNotFound.svg +0 -0
- package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
- package/{es/svg/images → images}/UnableToProcess.svg +0 -0
- package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
- package/{es/svg/images → images}/WillBack.svg +0 -0
- package/lib/Loader/Loader.js +117 -0
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +15 -0
- package/lib/Provider.js +139 -0
- package/lib/SVG/SVG.js +107 -0
- package/lib/{svg → SVG}/SVG.module.css +2 -3
- package/lib/SVG/SvgLoader.js +66 -0
- package/lib/SVG/props/defaultProps.js +18 -0
- package/lib/SVG/props/propTypes.js +26 -0
- package/lib/css/EmptyStateVariables.module.css +39 -0
- package/lib/docs/Emptystate__version1.docs.js +79 -0
- package/lib/docs/Emptystate__version2.docs.js +103 -0
- package/lib/docs/Emptystate__version3.docs.js +304 -0
- package/lib/docs/Errorstate__version1.docs.js +97 -0
- package/lib/docs/Errorstate__version2.docs.js +85 -0
- package/lib/docs/Errorstate__version3.docs.js +94 -0
- package/lib/docs/SVG__common.docs.js +79 -0
- package/lib/docs/SVGdocstyle.module.css +53 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/emptystate/props/propTypes.js +20 -0
- package/lib/emptystate/version1/EmptyCustomDomain.js +88 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +88 -0
- package/lib/emptystate/version2/EmptyBusinessHour.js +88 -0
- package/lib/emptystate/version2/EmptyFromAddress.js +88 -0
- package/lib/emptystate/version2/EmptyImportHistory.js +88 -0
- package/lib/emptystate/version2/EmptyNetwork.js +88 -0
- package/lib/emptystate/version2/EmptyRecycleBin.js +88 -0
- package/lib/emptystate/version2/EmptyRoles.js +88 -0
- package/lib/emptystate/version2/EmptyWebhook.js +88 -0
- package/lib/emptystate/version2/FailureLog.js +88 -0
- package/lib/emptystate/version3/AuditLog.js +137 -0
- package/lib/emptystate/version3/CustomModule.js +116 -0
- package/lib/emptystate/version3/EmptyAccounts.js +147 -0
- package/lib/emptystate/version3/EmptyActiveCalls.js +118 -0
- package/lib/emptystate/version3/EmptyActivity.js +118 -0
- package/lib/emptystate/version3/EmptyAgent.js +118 -0
- package/lib/emptystate/version3/EmptyAgentQueue.js +124 -0
- package/lib/emptystate/version3/EmptyApplechat.js +131 -0
- package/lib/emptystate/version3/EmptyApproval.js +124 -0
- package/lib/emptystate/version3/EmptyArchived.js +126 -0
- package/lib/emptystate/version3/EmptyArticle.js +132 -0
- package/lib/emptystate/version3/EmptyAsapchat.js +126 -0
- package/lib/emptystate/version3/EmptyAttach.js +118 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +133 -0
- package/lib/emptystate/version3/EmptyCallHistory.js +120 -0
- package/lib/emptystate/version3/EmptyCanned.js +136 -0
- package/lib/emptystate/version3/EmptyChat.js +136 -0
- package/lib/emptystate/version3/EmptyCollision.js +118 -0
- package/lib/emptystate/version3/EmptyColumn.js +124 -0
- package/lib/emptystate/version3/EmptyContact.js +118 -0
- package/lib/emptystate/version3/EmptyContract.js +114 -0
- package/lib/emptystate/version3/EmptyConversation.js +118 -0
- package/lib/emptystate/version3/EmptyCrm.js +118 -0
- package/lib/emptystate/version3/EmptyCrmNotes.js +129 -0
- package/lib/emptystate/version3/EmptyCrmPotential.js +132 -0
- package/lib/emptystate/version3/EmptyDashboard.js +124 -0
- package/lib/emptystate/version3/EmptyDelete.js +109 -0
- package/lib/emptystate/version3/EmptyDepartment.js +118 -0
- package/lib/emptystate/version3/EmptyError.js +141 -0
- package/lib/emptystate/version3/EmptyFeed.js +121 -0
- package/lib/emptystate/version3/EmptyFollowers.js +119 -0
- package/lib/emptystate/version3/EmptyFrame.js +117 -0
- package/lib/emptystate/version3/EmptyHappiness.js +118 -0
- package/lib/emptystate/version3/EmptyHistory.js +118 -0
- package/lib/emptystate/version3/EmptyInstagram.js +132 -0
- package/lib/emptystate/version3/EmptyInstantmessage.js +134 -0
- package/lib/emptystate/version3/EmptyInvoice.js +123 -0
- package/lib/emptystate/version3/EmptyLine.js +132 -0
- package/lib/emptystate/version3/EmptyMessenger.js +119 -0
- package/lib/emptystate/version3/EmptyNoData.js +137 -0
- package/lib/emptystate/version3/EmptyNotification.js +118 -0
- package/lib/emptystate/version3/EmptyProducts.js +121 -0
- package/lib/emptystate/version3/EmptyReply.js +113 -0
- package/lib/emptystate/version3/EmptyReports.js +124 -0
- package/lib/emptystate/version3/EmptySchedule.js +160 -0
- package/lib/emptystate/version3/EmptySearch.js +128 -0
- package/lib/emptystate/version3/EmptySkills.js +166 -0
- package/lib/emptystate/version3/EmptySla.js +113 -0
- package/lib/emptystate/version3/EmptySnippet.js +128 -0
- package/lib/emptystate/version3/EmptyTag.js +121 -0
- package/lib/emptystate/version3/EmptyTask.js +134 -0
- package/lib/emptystate/version3/EmptyTeams.js +118 -0
- package/lib/emptystate/version3/EmptyTelegram.js +132 -0
- package/lib/emptystate/version3/EmptyTemplate.js +130 -0
- package/lib/emptystate/version3/EmptyTicket.js +121 -0
- package/lib/emptystate/version3/EmptyTimeEntry.js +124 -0
- package/lib/emptystate/version3/EmptyTimeline.js +118 -0
- package/lib/emptystate/version3/EmptyTopic.js +124 -0
- package/lib/emptystate/version3/EmptyTwilio.js +132 -0
- package/lib/emptystate/version3/EmptyWechat.js +132 -0
- package/lib/emptystate/version3/EmptyWhatsapp.js +132 -0
- package/lib/emptystate/version3/Export.js +113 -0
- package/lib/emptystate/version3/Extensions.js +119 -0
- package/lib/emptystate/version3/Extractor.js +112 -0
- package/lib/emptystate/version3/GCBot.js +110 -0
- package/lib/emptystate/version3/GCConversation.js +112 -0
- package/lib/emptystate/version3/Import.js +128 -0
- package/lib/emptystate/version3/KBBot.js +125 -0
- package/lib/emptystate/version3/Multilingual.js +118 -0
- package/lib/emptystate/version3/NetworkError.js +121 -0
- package/lib/emptystate/version3/Predictor.js +119 -0
- package/lib/emptystate/version3/ReadRecipients.js +117 -0
- package/lib/emptystate/version3/SupportPlan.js +134 -0
- package/lib/emptystate/version3/Variable.js +116 -0
- package/lib/emptystate/version3/ZiaAnamoly.js +113 -0
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +20 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +90 -0
- package/lib/errorstate/version1/NoRequestFound.js +90 -0
- package/lib/errorstate/version1/PageNotFound.js +91 -0
- package/lib/errorstate/version1/UnableToProcessRequest.js +91 -0
- package/lib/errorstate/version1/UnauthorizedLogin.js +91 -0
- package/lib/errorstate/version1/UrlNotFound.js +91 -0
- package/lib/errorstate/version1/WillBeRightBack.js +91 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +93 -0
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +88 -0
- package/lib/errorstate/version2/NotImpossible.js +127 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +163 -0
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +164 -0
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +164 -0
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +171 -0
- package/lib/errorstate/version3/ErrorUrlNotFound.js +164 -0
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +163 -0
- package/lib/index.js +71 -29
- package/package.json +29 -15
- package/.DS_Store +0 -0
- package/es/svg/EmptyAccounts.js +0 -57
- package/es/svg/EmptyActiveCalls.js +0 -64
- package/es/svg/EmptyActivity.js +0 -59
- package/es/svg/EmptyAgent.js +0 -56
- package/es/svg/EmptyArchived.js +0 -55
- package/es/svg/EmptyAttach.js +0 -56
- package/es/svg/EmptyBlueprint.js +0 -56
- package/es/svg/EmptyBusinessHoliday.js +0 -56
- package/es/svg/EmptyBusinessHour.js +0 -56
- package/es/svg/EmptyCallHistory.js +0 -64
- package/es/svg/EmptyCloud.js +0 -55
- package/es/svg/EmptyCloudDanger.js +0 -131
- package/es/svg/EmptyContact.js +0 -57
- package/es/svg/EmptyConversation.js +0 -56
- package/es/svg/EmptyDashboard.js +0 -56
- package/es/svg/EmptyEdition.js +0 -56
- package/es/svg/EmptyFromAddress.js +0 -56
- package/es/svg/EmptyHappiness.js +0 -56
- package/es/svg/EmptyHistory.js +0 -63
- package/es/svg/EmptyImportHistory.js +0 -56
- package/es/svg/EmptyInvoice.js +0 -56
- package/es/svg/EmptyNetwork.js +0 -56
- package/es/svg/EmptyNotification.js +0 -56
- package/es/svg/EmptyProducts.js +0 -56
- package/es/svg/EmptyRecycleBin.js +0 -56
- package/es/svg/EmptyReports.js +0 -56
- package/es/svg/EmptyRoles.js +0 -56
- package/es/svg/EmptySearch.js +0 -56
- package/es/svg/EmptySkills.js +0 -62
- package/es/svg/EmptySnippet.js +0 -62
- package/es/svg/EmptyTag.js +0 -56
- package/es/svg/EmptyTask.js +0 -56
- package/es/svg/EmptyTeams.js +0 -56
- package/es/svg/EmptyTemplate.js +0 -57
- package/es/svg/EmptyTicket.js +0 -56
- package/es/svg/EmptyTimeEntry.js +0 -56
- package/es/svg/EmptyTopic.js +0 -56
- package/es/svg/EmptyWebhook.js +0 -56
- package/es/svg/FailureLog.js +0 -56
- package/es/svg/Inconvenience.js +0 -65
- package/es/svg/InvalidUrl.js +0 -780
- package/es/svg/Loader.js +0 -49
- package/es/svg/NoRequestFound.js +0 -65
- package/es/svg/PageNotFound.js +0 -65
- package/es/svg/SVG.js +0 -102
- package/es/svg/SitBack.js +0 -54
- package/es/svg/UnableToProcessRequest.js +0 -65
- package/es/svg/UnauthorizedLogin.js +0 -65
- package/es/svg/UrlNotFound.js +0 -65
- package/es/svg/WillBeRightBack.js +0 -65
- 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/EmptyCallHistory.svg +0 -46
- package/es/svg/images/EmptyCloud.svg +0 -38
- 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/EmptyHappiness.svg +0 -58
- package/es/svg/images/EmptyHistory.svg +0 -44
- package/es/svg/images/EmptyInvoice.svg +0 -45
- package/es/svg/images/EmptyNotification.svg +0 -38
- package/es/svg/images/EmptyProducts.svg +0 -57
- package/es/svg/images/EmptyReports.svg +0 -39
- 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/Loader.svg +0 -62
- package/es/svg/images/SitBack.svg +0 -464
- package/lib/svg/EmptyAccounts.js +0 -79
- package/lib/svg/EmptyActiveCalls.js +0 -86
- package/lib/svg/EmptyActivity.js +0 -81
- package/lib/svg/EmptyAgent.js +0 -78
- package/lib/svg/EmptyArchived.js +0 -77
- package/lib/svg/EmptyAttach.js +0 -78
- package/lib/svg/EmptyBlueprint.js +0 -78
- package/lib/svg/EmptyBusinessHoliday.js +0 -78
- package/lib/svg/EmptyBusinessHour.js +0 -78
- package/lib/svg/EmptyCallHistory.js +0 -86
- package/lib/svg/EmptyCloud.js +0 -77
- package/lib/svg/EmptyCloudDanger.js +0 -147
- package/lib/svg/EmptyContact.js +0 -79
- package/lib/svg/EmptyConversation.js +0 -78
- package/lib/svg/EmptyDashboard.js +0 -78
- package/lib/svg/EmptyEdition.js +0 -78
- package/lib/svg/EmptyFromAddress.js +0 -78
- package/lib/svg/EmptyHappiness.js +0 -78
- package/lib/svg/EmptyHistory.js +0 -85
- package/lib/svg/EmptyImportHistory.js +0 -78
- package/lib/svg/EmptyInvoice.js +0 -78
- package/lib/svg/EmptyNetwork.js +0 -78
- package/lib/svg/EmptyNotification.js +0 -78
- package/lib/svg/EmptyProducts.js +0 -78
- package/lib/svg/EmptyRecycleBin.js +0 -78
- package/lib/svg/EmptyReports.js +0 -78
- package/lib/svg/EmptyRoles.js +0 -78
- package/lib/svg/EmptySearch.js +0 -78
- package/lib/svg/EmptySkills.js +0 -84
- package/lib/svg/EmptySnippet.js +0 -84
- package/lib/svg/EmptyTag.js +0 -78
- package/lib/svg/EmptyTask.js +0 -78
- package/lib/svg/EmptyTeams.js +0 -78
- package/lib/svg/EmptyTemplate.js +0 -79
- package/lib/svg/EmptyTicket.js +0 -78
- package/lib/svg/EmptyTimeEntry.js +0 -78
- package/lib/svg/EmptyTopic.js +0 -78
- package/lib/svg/EmptyWebhook.js +0 -78
- package/lib/svg/FailureLog.js +0 -78
- package/lib/svg/Inconvenience.js +0 -87
- package/lib/svg/InvalidUrl.js +0 -799
- package/lib/svg/Loader.js +0 -71
- package/lib/svg/NoRequestFound.js +0 -87
- package/lib/svg/PageNotFound.js +0 -87
- package/lib/svg/SVG.js +0 -121
- package/lib/svg/SitBack.js +0 -76
- package/lib/svg/UnableToProcessRequest.js +0 -87
- package/lib/svg/UnauthorizedLogin.js +0 -87
- package/lib/svg/UrlNotFound.js +0 -87
- package/lib/svg/WillBeRightBack.js +0 -87
- 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/EmptyBusinessHoliday.svg +0 -50
- 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/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/EmptyFilter.svg +0 -62
- 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/EmptyRoles.svg +0 -30
- 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/EmptyWebhook.svg +0 -44
- 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/PageNotFound.svg +0 -405
- package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/SitBack.svg +0 -464
- package/lib/svg/images/UnableToProcess.svg +0 -752
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
- package/src/.DS_Store +0 -0
- package/src/index.js +0 -7
- package/src/svg/.DS_Store +0 -0
- package/src/svg/EmptyAccounts.js +0 -30
- package/src/svg/EmptyActiveCalls.js +0 -36
- package/src/svg/EmptyActivity.js +0 -31
- package/src/svg/EmptyAgent.js +0 -29
- package/src/svg/EmptyArchived.js +0 -28
- package/src/svg/EmptyAttach.js +0 -29
- package/src/svg/EmptyBlueprint.js +0 -29
- package/src/svg/EmptyBusinessHoliday.js +0 -29
- package/src/svg/EmptyBusinessHour.js +0 -29
- package/src/svg/EmptyCallHistory.js +0 -36
- package/src/svg/EmptyCloud.js +0 -28
- package/src/svg/EmptyCloudDanger.js +0 -104
- package/src/svg/EmptyContact.js +0 -30
- package/src/svg/EmptyConversation.js +0 -29
- package/src/svg/EmptyDashboard.js +0 -29
- package/src/svg/EmptyEdition.js +0 -29
- package/src/svg/EmptyFromAddress.js +0 -29
- package/src/svg/EmptyHappiness.js +0 -29
- package/src/svg/EmptyHistory.js +0 -36
- package/src/svg/EmptyImportHistory.js +0 -29
- package/src/svg/EmptyInvoice.js +0 -29
- package/src/svg/EmptyNetwork.js +0 -29
- package/src/svg/EmptyNotification.js +0 -29
- package/src/svg/EmptyProducts.js +0 -29
- package/src/svg/EmptyRecycleBin.js +0 -29
- package/src/svg/EmptyReports.js +0 -29
- package/src/svg/EmptyRoles.js +0 -29
- package/src/svg/EmptySearch.js +0 -29
- package/src/svg/EmptySkills.js +0 -35
- package/src/svg/EmptySnippet.js +0 -35
- package/src/svg/EmptyTag.js +0 -29
- package/src/svg/EmptyTask.js +0 -29
- package/src/svg/EmptyTeams.js +0 -29
- package/src/svg/EmptyTemplate.js +0 -30
- package/src/svg/EmptyTicket.js +0 -29
- package/src/svg/EmptyTimeEntry.js +0 -29
- package/src/svg/EmptyTopic.js +0 -29
- package/src/svg/EmptyWebhook.js +0 -29
- package/src/svg/FailureLog.js +0 -29
- package/src/svg/Inconvenience.js +0 -38
- package/src/svg/InvalidUrl.js +0 -755
- package/src/svg/Loader.js +0 -25
- package/src/svg/NoRequestFound.js +0 -38
- package/src/svg/PageNotFound.js +0 -38
- package/src/svg/SVG.js +0 -88
- package/src/svg/SVG.module.css +0 -27
- package/src/svg/SitBack.js +0 -29
- package/src/svg/UnableToProcessRequest.js +0 -38
- package/src/svg/UnauthorizedLogin.js +0 -38
- package/src/svg/UrlNotFound.js +0 -38
- package/src/svg/WillBeRightBack.js +0 -38
- package/src/svg/docs/SVG__default.docs.js +0 -289
- package/src/svg/images/.DS_Store +0 -0
- 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/EmptyBusinessHour.svg +0 -42
- package/src/svg/images/EmptyCallHistory.svg +0 -46
- package/src/svg/images/EmptyCloud.svg +0 -38
- 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/EmptyFromAddress.svg +0 -41
- 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/EmptyNetwork.svg +0 -50
- package/src/svg/images/EmptyNotification.svg +0 -38
- package/src/svg/images/EmptyProducts.svg +0 -57
- package/src/svg/images/EmptyRecycleBin.svg +0 -58
- 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/FailureLog.svg +0 -46
- package/src/svg/images/Inconvenience.svg +0 -719
- package/src/svg/images/Loader.svg +0 -62
- package/src/svg/images/NoRequestFound.svg +0 -247
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/ReguestUrlNotFound.svg +0 -267
- package/src/svg/images/SitBack.svg +0 -464
- package/src/svg/images/UnableToProcess.svg +0 -752
- package/src/svg/images/UnauthorizedLogin.svg +0 -1047
- package/src/svg/images/WillBack.svg +0 -633
|
@@ -0,0 +1,164 @@
|
|
|
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
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("./../props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
15
|
+
|
|
16
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
|
|
20
|
+
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; }
|
|
21
|
+
|
|
22
|
+
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; }
|
|
23
|
+
|
|
24
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
25
|
+
|
|
26
|
+
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); }
|
|
27
|
+
|
|
28
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
29
|
+
|
|
30
|
+
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, descriptor.key, descriptor); } }
|
|
31
|
+
|
|
32
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
33
|
+
|
|
34
|
+
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); }
|
|
35
|
+
|
|
36
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
37
|
+
|
|
38
|
+
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); }; }
|
|
39
|
+
|
|
40
|
+
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); }
|
|
41
|
+
|
|
42
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
43
|
+
|
|
44
|
+
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; } }
|
|
45
|
+
|
|
46
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
47
|
+
|
|
48
|
+
var UrlNotFound = /*#__PURE__*/function (_React$Component) {
|
|
49
|
+
_inherits(UrlNotFound, _React$Component);
|
|
50
|
+
|
|
51
|
+
var _super = _createSuper(UrlNotFound);
|
|
52
|
+
|
|
53
|
+
function UrlNotFound() {
|
|
54
|
+
_classCallCheck(this, UrlNotFound);
|
|
55
|
+
|
|
56
|
+
return _super.apply(this, arguments);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
_createClass(UrlNotFound, [{
|
|
60
|
+
key: "render",
|
|
61
|
+
value: function render() {
|
|
62
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
63
|
+
viewBox: "0 0 500 500",
|
|
64
|
+
name: "UrlNotFound"
|
|
65
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.ErrorUrlNotFound_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUrlNotFound_svg__cls-10,.ErrorUrlNotFound_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUrlNotFound_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUrlNotFound_svg__cls-8{stroke:var(--zd_emptysvg_cross)}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
66
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
67
|
+
d: "M148.89 174.69s33.77-54.78 54.77-11 32.87 82.17 94 33.78 86.77-55.65 109.59-25.47 44.28 286.67-178.94 233.72c0-.05-176.65-66.72-79.42-231.03z"
|
|
68
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
69
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
70
|
+
cx: 105.87,
|
|
71
|
+
cy: 382.71,
|
|
72
|
+
r: 25.39
|
|
73
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
74
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
75
|
+
cx: 89.18,
|
|
76
|
+
cy: 139.16,
|
|
77
|
+
r: 25.39
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
79
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
80
|
+
cx: 306.65,
|
|
81
|
+
cy: 91.79,
|
|
82
|
+
r: 12.74
|
|
83
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
84
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
85
|
+
cx: 155.14,
|
|
86
|
+
cy: 428.01,
|
|
87
|
+
r: 12.74
|
|
88
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
89
|
+
className: "ErrorUrlNotFound_svg__cls-1",
|
|
90
|
+
cx: 389.43,
|
|
91
|
+
cy: 415.99,
|
|
92
|
+
r: 12.74
|
|
93
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
94
|
+
d: "M147.26 384.22l22.71 7s.88-5.55.16-15.67 7.59-17.34 7.59-17.34 15.89-17.34 15.89-19.14-21.31-58.52-23.12-69.72 7.59-50.94 7.59-50.94l2.53 27.46s17.7 1.8 21.67-1.09.72-24.92.72-24.92l-20.95-.73s-4 14.09-14.09 36.85c-8.26 18.59-19.65 95.5-23.75 126.21-.92 6.89-1.47 11.45-1.53 12.51-.37 5.78-10.48 12.28-10.48 12.28s6.86.72 9.39-4.33 14.81-14.45 19.15-7.95-6.14 13.36-11.2 18.49-15.9 2.82-18.79 0-.72-12.71-.72-12.71c-11.2-22-13-151.72-13-151.72l1.8 23.48-15.17.36 25.65-65c56-40.46 93.92 10.12 93.92 10.12l1.09 78.75 2.53-81.28c-5.28-13.48-27.46-22-27.46-22-55.63-21.67-80.56 22.76-80.56 22.76s18.79-40.82 71.53-44.43 76.94 44.43 75.86 40.46-23.48-24.57-23.48-24.57l72.26 7.48s-41.18 17.7-44.43 22.76-41.91 11.56-41.91 11.56l15.17 6.86-6 64.58-14.33.35s-6.23 46.52-6.23 49.66-16.94 13.41-22.38 17.34-3.56 25.73-3.56 25.73-.21-15.48 0-23.64-7.53-9.41-7.53-9.41c-9.62 0-10.75 8.58-10.75 8.58v23.11c0 3.49 3.22 9.67 8.6 10.08s10.87-5.17 10.87-5.17l53.77 15.83s-.13-165.23.13-174.77-3.22-8.37-2.52-6 53.46 52.51 54 54 77-45.15 77-45.15l-52-42c-4.13.17-74.75 31.47-72.94 33.73s69.49-36.1 69.49-36.1l1.91 168.32-72.06 48.33",
|
|
95
|
+
strokeLinecap: "round",
|
|
96
|
+
strokeLinejoin: "round",
|
|
97
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
98
|
+
strokeWidth: 1.5,
|
|
99
|
+
fill: "none"
|
|
100
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
101
|
+
d: "M129.31 207.53s-8.67 115.3 1.13 176.69c0 0 7 4 9-5.4 6.74-31.64 17.12-114.22 30.21-147.44 0 0 32.66 101.9 30.7 105.82s-6.8 22.07-3.92 21.55c13.22-2.4 35.92-69.89 20.9-133.25-.02 0-22.53-45.08-88.02-17.97z",
|
|
102
|
+
opacity: 0.2,
|
|
103
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
104
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
105
|
+
cx: 263.83,
|
|
106
|
+
cy: 122.29,
|
|
107
|
+
rx: 3.54,
|
|
108
|
+
ry: 3.51,
|
|
109
|
+
strokeMiterlimit: 10,
|
|
110
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
111
|
+
fill: "none"
|
|
112
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
113
|
+
cx: 269.1,
|
|
114
|
+
cy: 423.25,
|
|
115
|
+
rx: 3.54,
|
|
116
|
+
ry: 3.51,
|
|
117
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
118
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
119
|
+
cx: 74.67,
|
|
120
|
+
cy: 273.28,
|
|
121
|
+
rx: 3.31,
|
|
122
|
+
ry: 3.28,
|
|
123
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
124
|
+
strokeMiterlimit: 10,
|
|
125
|
+
fill: "none"
|
|
126
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
127
|
+
cx: 448.76,
|
|
128
|
+
cy: 278.55,
|
|
129
|
+
rx: 3.31,
|
|
130
|
+
ry: 3.28,
|
|
131
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
132
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
133
|
+
className: "ErrorUrlNotFound_svg__cls-8",
|
|
134
|
+
d: "M126.16 163.01l-.35 6.17M122.87 165.92l6.23.35"
|
|
135
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
136
|
+
cx: 406.93,
|
|
137
|
+
cy: 380.42,
|
|
138
|
+
rx: 2.46,
|
|
139
|
+
ry: 2.44,
|
|
140
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
141
|
+
strokeLinecap: "round",
|
|
142
|
+
strokeLinejoin: "round",
|
|
143
|
+
fill: "none"
|
|
144
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
145
|
+
className: "ErrorUrlNotFound_svg__cls-10",
|
|
146
|
+
d: "M405.99 118.56l4.16 4.61M405.75 122.93l4.65-4.12"
|
|
147
|
+
}));
|
|
148
|
+
}
|
|
149
|
+
}]);
|
|
150
|
+
|
|
151
|
+
return UrlNotFound;
|
|
152
|
+
}(_react["default"].Component);
|
|
153
|
+
|
|
154
|
+
exports["default"] = UrlNotFound;
|
|
155
|
+
UrlNotFound.propTypes = _propTypes.ErrorStateProps;
|
|
156
|
+
UrlNotFound.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.ErrorStateDefaultProps), {}, {
|
|
157
|
+
dataId: 'urlnotfound'
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
if (false) {
|
|
161
|
+
UrlNotFound.docs = {
|
|
162
|
+
componentGroup: 'Emptystate'
|
|
163
|
+
};
|
|
164
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
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
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("./../props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _defaultProps = require("./../props/defaultProps");
|
|
15
|
+
|
|
16
|
+
var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
|
|
20
|
+
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; }
|
|
21
|
+
|
|
22
|
+
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; }
|
|
23
|
+
|
|
24
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
25
|
+
|
|
26
|
+
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); }
|
|
27
|
+
|
|
28
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
29
|
+
|
|
30
|
+
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, descriptor.key, descriptor); } }
|
|
31
|
+
|
|
32
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
33
|
+
|
|
34
|
+
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); }
|
|
35
|
+
|
|
36
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
37
|
+
|
|
38
|
+
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); }; }
|
|
39
|
+
|
|
40
|
+
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); }
|
|
41
|
+
|
|
42
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
43
|
+
|
|
44
|
+
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; } }
|
|
45
|
+
|
|
46
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
47
|
+
|
|
48
|
+
var WillBeRightBack = /*#__PURE__*/function (_React$Component) {
|
|
49
|
+
_inherits(WillBeRightBack, _React$Component);
|
|
50
|
+
|
|
51
|
+
var _super = _createSuper(WillBeRightBack);
|
|
52
|
+
|
|
53
|
+
function WillBeRightBack() {
|
|
54
|
+
_classCallCheck(this, WillBeRightBack);
|
|
55
|
+
|
|
56
|
+
return _super.apply(this, arguments);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
_createClass(WillBeRightBack, [{
|
|
60
|
+
key: "render",
|
|
61
|
+
value: function render() {
|
|
62
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
63
|
+
viewBox: "0 0 695.38 500",
|
|
64
|
+
name: "WillBeRightBack"
|
|
65
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.ErrorWillBeRightBack_svg__cls-1,.ErrorWillBeRightBack_svg__cls-2{fill:var(--zd_emptysvg_primary_fill)}.ErrorWillBeRightBack_svg__cls-1{opacity:.05}.ErrorWillBeRightBack_svg__cls-2{opacity:.2}.ErrorWillBeRightBack_svg__cls-10,.ErrorWillBeRightBack_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorWillBeRightBack_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorWillBeRightBack_svg__cls-8{stroke:var(--zd_emptysvg_plus)}')), /*#__PURE__*/_react["default"].createElement("path", {
|
|
66
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
67
|
+
d: "M138.24 163.53S172 108.75 193 152.58s32.87 82.16 94 33.77 86.73-55.69 109.55-25.56 44.28 286.67-178.94 233.72c.05 0-176.61-66.65-79.37-230.98z"
|
|
68
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
69
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
70
|
+
cx: 95.22,
|
|
71
|
+
cy: 371.55,
|
|
72
|
+
r: 25.39
|
|
73
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
74
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
75
|
+
cx: 78.54,
|
|
76
|
+
cy: 128,
|
|
77
|
+
r: 25.39
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
79
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
80
|
+
cx: 296,
|
|
81
|
+
cy: 80.64,
|
|
82
|
+
r: 12.74
|
|
83
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
84
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
85
|
+
cx: 144.49,
|
|
86
|
+
cy: 416.85,
|
|
87
|
+
r: 12.74
|
|
88
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
89
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
90
|
+
cx: 378.78,
|
|
91
|
+
cy: 404.83,
|
|
92
|
+
r: 12.74
|
|
93
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
94
|
+
className: "ErrorWillBeRightBack_svg__cls-2",
|
|
95
|
+
d: "M197.65 260.2s-37.79 13.9-26.82 41.53 35.49 2.54 38.75 54 31.65 15.7 31.65 15.7 10.64-19.9 13-20.31 11.67-25 11.22-32.18 19.17 3.75 26.77-12.33 9.16-17.33 7.1-31.18c-3.93-26.43-54.27-38.22-101.67-15.23zM514.22 175.75s20.76-5.5 39.38 4.1l71.4-23.68zM563.61 183.49s24.11 3.37 35.52 18.67l30.51-46z"
|
|
96
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
97
|
+
d: "M197.52 185.74s-94.89 36.5-76.24 144.37 156.79 96.51 190.24 61.54c0 0 36.18-27.27 40.1-95.61h0c0-41.67-50.39-112.71-109.2-115.31a35.36 35.36 0 00-20.37 5c-7 4.39-13.45 12.08-6.06 24.33 13.14 21.78 31.17-5.26 30.42-9.39-.68-3.73-12.1-7.16-24 14.42a13.31 13.31 0 01-14 6.59c-4.57-.82-9.39-2.18-11.45-4.41-4.41-4.8-16.32 4.61-7.87 10.75s10.95 6.72 6.34 11.14-18 13.44-9.22 17.47 66.44 18.44 76.23 1.54-81.78-10.97-92.15 30.83c0 0-7.29 20.07 20.93 27.17s8.64 72.2 34.95 68c0 0 12.29-2.88 19.39-21.32 4.18-10.82 14.62-16.32 20.85-17.78a5.87 5.87 0 017.19 6.64c-.85 5.12-5.06 13-10.56 16.33-10 5.95-10.23-15.56-5.69-22.85s15.82-33.94 0-46.45-18-5.79-17.93-3.29c.19 8.84 23.62 29.57 38.21 23.43s21.32-22.08 19.2-29-18.05-14.21-20.93-9 11 12.86 26.89 9.22c14.34-3.29 30.86-1.13 32.34 15.44a19.31 19.31 0 0022.05 17.11c12.4-1.83 31.36-11.52 60-39.05h0s11.21-5.87 19.05-39.19 77.44-.66 108.15-23.85 75.34-57.78 75.34-57.78l-56.11 20.79s25.28 3.19 35.52 18.67l30.51-46L558.38 183l-3 20.26-1.82-23.45s-14.53-8.56-39.38-4.1L625 156.17l-77.77 27.55s16.92 22.63-8 34.15-75-30.34-100.53-22.46-27.81 29.21-27.81 29.21",
|
|
98
|
+
strokeLinecap: "round",
|
|
99
|
+
strokeLinejoin: "round",
|
|
100
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
101
|
+
strokeWidth: 1.5,
|
|
102
|
+
fill: "none"
|
|
103
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
104
|
+
cx: 253.18,
|
|
105
|
+
cy: 132.09,
|
|
106
|
+
rx: 3.54,
|
|
107
|
+
ry: 3.51,
|
|
108
|
+
strokeMiterlimit: 10,
|
|
109
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
110
|
+
fill: "none"
|
|
111
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
112
|
+
cx: 258.45,
|
|
113
|
+
cy: 433.05,
|
|
114
|
+
rx: 3.54,
|
|
115
|
+
ry: 3.51,
|
|
116
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
117
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
118
|
+
cx: 64.02,
|
|
119
|
+
cy: 283.08,
|
|
120
|
+
rx: 3.31,
|
|
121
|
+
ry: 3.28,
|
|
122
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
123
|
+
strokeMiterlimit: 10,
|
|
124
|
+
fill: "none"
|
|
125
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
126
|
+
cx: 438.12,
|
|
127
|
+
cy: 288.35,
|
|
128
|
+
rx: 3.31,
|
|
129
|
+
ry: 3.28,
|
|
130
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
131
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
132
|
+
className: "ErrorWillBeRightBack_svg__cls-8",
|
|
133
|
+
d: "M115.52 172.8l-.36 6.18M112.23 175.72l6.22.34"
|
|
134
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
135
|
+
cx: 396.28,
|
|
136
|
+
cy: 390.22,
|
|
137
|
+
rx: 2.46,
|
|
138
|
+
ry: 2.44,
|
|
139
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
140
|
+
strokeLinecap: "round",
|
|
141
|
+
strokeLinejoin: "round",
|
|
142
|
+
fill: "none"
|
|
143
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
144
|
+
className: "ErrorWillBeRightBack_svg__cls-10",
|
|
145
|
+
d: "M395.35 128.36l4.15 4.61M395.1 132.72l4.65-4.12"
|
|
146
|
+
}));
|
|
147
|
+
}
|
|
148
|
+
}]);
|
|
149
|
+
|
|
150
|
+
return WillBeRightBack;
|
|
151
|
+
}(_react["default"].Component);
|
|
152
|
+
|
|
153
|
+
exports["default"] = WillBeRightBack;
|
|
154
|
+
WillBeRightBack.propTypes = _propTypes.ErrorStateProps;
|
|
155
|
+
WillBeRightBack.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.ErrorStateDefaultProps), {}, {
|
|
156
|
+
dataId: 'willberightback'
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
if (false) {
|
|
160
|
+
WillBeRightBack.docs = {
|
|
161
|
+
componentGroup: 'Emptystate'
|
|
162
|
+
};
|
|
163
|
+
}
|
package/lib/index.js
CHANGED
|
@@ -1,55 +1,97 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var _react = require('react');
|
|
9
|
-
|
|
10
|
-
Object.defineProperty(exports, 'React', {
|
|
6
|
+
Object.defineProperty(exports, "Emptystate__version1", {
|
|
11
7
|
enumerable: true,
|
|
12
8
|
get: function get() {
|
|
13
|
-
return
|
|
9
|
+
return _Emptystate__version["default"];
|
|
14
10
|
}
|
|
15
11
|
});
|
|
16
|
-
|
|
17
|
-
var _reactDom = require('react-dom');
|
|
18
|
-
|
|
19
|
-
Object.defineProperty(exports, 'ReactDOM', {
|
|
12
|
+
Object.defineProperty(exports, "Emptystate__version2", {
|
|
20
13
|
enumerable: true,
|
|
21
14
|
get: function get() {
|
|
22
|
-
return
|
|
15
|
+
return _Emptystate__version2["default"];
|
|
23
16
|
}
|
|
24
17
|
});
|
|
25
|
-
|
|
26
|
-
var _server = require('react-dom/server');
|
|
27
|
-
|
|
28
|
-
Object.defineProperty(exports, 'renderToStaticMarkup', {
|
|
18
|
+
Object.defineProperty(exports, "Emptystate__version3", {
|
|
29
19
|
enumerable: true,
|
|
30
20
|
get: function get() {
|
|
31
|
-
return
|
|
21
|
+
return _Emptystate__version3["default"];
|
|
32
22
|
}
|
|
33
23
|
});
|
|
34
|
-
|
|
35
|
-
var _SVG = require('./svg/SVG');
|
|
36
|
-
|
|
37
|
-
Object.defineProperty(exports, 'SVG', {
|
|
24
|
+
Object.defineProperty(exports, "Errorstate__version1", {
|
|
38
25
|
enumerable: true,
|
|
39
26
|
get: function get() {
|
|
40
|
-
return
|
|
27
|
+
return _Errorstate__version["default"];
|
|
41
28
|
}
|
|
42
29
|
});
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
30
|
+
Object.defineProperty(exports, "Errorstate__version2", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _Errorstate__version2["default"];
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "Errorstate__version3", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _Errorstate__version3["default"];
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "React", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function get() {
|
|
45
|
+
return _react["default"];
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "ReactDOM", {
|
|
47
49
|
enumerable: true,
|
|
48
50
|
get: function get() {
|
|
49
|
-
return
|
|
51
|
+
return _reactDom["default"];
|
|
50
52
|
}
|
|
51
53
|
});
|
|
54
|
+
Object.defineProperty(exports, "Svg__common", {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function get() {
|
|
57
|
+
return _SVG__common["default"];
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "_provider", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function get() {
|
|
63
|
+
return _Provider["default"];
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(exports, "renderToStaticMarkup", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function get() {
|
|
69
|
+
return _server.renderToStaticMarkup;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
var _react = _interopRequireDefault(require("react"));
|
|
74
|
+
|
|
75
|
+
var _reactDom = _interopRequireDefault(require("react-dom"));
|
|
76
|
+
|
|
77
|
+
var _server = require("react-dom/server");
|
|
78
|
+
|
|
79
|
+
require("@zohodesk/variables/assets/sizeVariables.module.css");
|
|
80
|
+
|
|
81
|
+
var _Provider = _interopRequireDefault(require("./Provider"));
|
|
82
|
+
|
|
83
|
+
var _Emptystate__version = _interopRequireDefault(require("./docs/Emptystate__version1.docs"));
|
|
84
|
+
|
|
85
|
+
var _Emptystate__version2 = _interopRequireDefault(require("./docs/Emptystate__version2.docs"));
|
|
86
|
+
|
|
87
|
+
var _Emptystate__version3 = _interopRequireDefault(require("./docs/Emptystate__version3.docs"));
|
|
88
|
+
|
|
89
|
+
var _Errorstate__version = _interopRequireDefault(require("./docs/Errorstate__version1.docs"));
|
|
90
|
+
|
|
91
|
+
var _Errorstate__version2 = _interopRequireDefault(require("./docs/Errorstate__version2.docs"));
|
|
92
|
+
|
|
93
|
+
var _Errorstate__version3 = _interopRequireDefault(require("./docs/Errorstate__version3.docs"));
|
|
52
94
|
|
|
53
|
-
require(
|
|
95
|
+
var _SVG__common = _interopRequireDefault(require("./docs/SVG__common.docs"));
|
|
54
96
|
|
|
55
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
97
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
package/package.json
CHANGED
|
@@ -1,33 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/svg",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.50",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"jsnext:main": "es/index.js",
|
|
7
7
|
"private": false,
|
|
8
8
|
"umdVar": "Library",
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/vimalceg/fz-dnd.git"
|
|
12
|
-
},
|
|
13
9
|
"author": "",
|
|
14
10
|
"license": "ISC",
|
|
15
|
-
"bugs": {
|
|
16
|
-
"url": "https://github.com/vimalceg/fz-dnd/issues"
|
|
17
|
-
},
|
|
18
|
-
"homepage": "https://github.com/vimalceg/fz-dnd#readme",
|
|
19
11
|
"scripts": {
|
|
20
12
|
"clean": "react-cli clean lib es coverage",
|
|
21
13
|
"build": "react-cli build:component:cmjs",
|
|
22
14
|
"build:es": "react-cli build:library:es",
|
|
23
|
-
"build:dev": "npm run clean && npm run build --module:mode=dev -- -w",
|
|
15
|
+
"build:dev": "npm run clean && npm run build:variables && npm run build && npm run build:es --module:mode=dev -- -w",
|
|
16
|
+
"rtl:watch": "react-cli rtl ./src ./es -w",
|
|
24
17
|
"prepare": "npm run init && npm run build && npm run build:es",
|
|
25
|
-
"init": "npm run clean",
|
|
18
|
+
"init": "npm run clean && npm run build:variables",
|
|
19
|
+
"build:variables": "node ./preprocess/index",
|
|
26
20
|
"lint": "react-cli lint",
|
|
27
|
-
"
|
|
21
|
+
"common_package_build": "cd ../common && npm run build && cd ../components",
|
|
22
|
+
"docs": "npm run common_package_build && react-cli docs",
|
|
23
|
+
"postpublish": "react-cli postpublish",
|
|
24
|
+
"download": "rm package-lock.json && rm -rf node_modules/ && npm install",
|
|
25
|
+
"expublish": "npm publish --tag experimental-version"
|
|
26
|
+
},
|
|
27
|
+
"react-cli": {
|
|
28
|
+
"preprocess": {
|
|
29
|
+
"runner": "./preprocess/index.js"
|
|
30
|
+
},
|
|
31
|
+
"docs": {
|
|
32
|
+
"cssUniqueness": "false",
|
|
33
|
+
"disableES5Transpile": true
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@zohodesk/variables": "1.0.0-beta.29",
|
|
39
|
+
"@zohodesk/components": "1.0.0-alpha-233",
|
|
40
|
+
"@svgr/cli": "6.2.1"
|
|
28
41
|
},
|
|
29
|
-
"
|
|
30
|
-
"@zohodesk/variables": "1.0.0-beta.
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"@zohodesk/variables": "1.0.0-beta.29",
|
|
44
|
+
"@zohodesk/components": "1.0.0-alpha-233"
|
|
31
45
|
},
|
|
32
46
|
"tags": [
|
|
33
47
|
"react",
|
|
@@ -38,4 +52,4 @@
|
|
|
38
52
|
"redux",
|
|
39
53
|
"router"
|
|
40
54
|
]
|
|
41
|
-
}
|
|
55
|
+
}
|
package/.DS_Store
DELETED
|
Binary file
|
package/es/svg/EmptyAccounts.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
|
|
2
|
-
import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
|
|
3
|
-
import _createClass from 'babel-runtime/helpers/createClass';
|
|
4
|
-
import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
|
|
5
|
-
import _inherits from 'babel-runtime/helpers/inherits';
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import PropTypes from 'prop-types';
|
|
8
|
-
import SVG from './SVG';
|
|
9
|
-
import image from './images/EmptyAccounts.svg';
|
|
10
|
-
|
|
11
|
-
var EmptyAccounts = function (_React$Component) {
|
|
12
|
-
_inherits(EmptyAccounts, _React$Component);
|
|
13
|
-
|
|
14
|
-
function EmptyAccounts() {
|
|
15
|
-
_classCallCheck(this, EmptyAccounts);
|
|
16
|
-
|
|
17
|
-
return _possibleConstructorReturn(this, (EmptyAccounts.__proto__ || _Object$getPrototypeOf(EmptyAccounts)).apply(this, arguments));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
_createClass(EmptyAccounts, [{
|
|
21
|
-
key: 'render',
|
|
22
|
-
value: function render() {
|
|
23
|
-
var _props = this.props,
|
|
24
|
-
size = _props.size,
|
|
25
|
-
_props$className = _props.className,
|
|
26
|
-
className = _props$className === undefined ? '' : _props$className,
|
|
27
|
-
alignHorizontal = _props.alignHorizontal;
|
|
28
|
-
|
|
29
|
-
return React.createElement(
|
|
30
|
-
SVG,
|
|
31
|
-
{ viewBox: '0 0 181.9 139.3', name: 'accounts', size: size, className: className, alignHorizontal: alignHorizontal },
|
|
32
|
-
React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
|
|
33
|
-
);
|
|
34
|
-
}
|
|
35
|
-
}]);
|
|
36
|
-
|
|
37
|
-
return EmptyAccounts;
|
|
38
|
-
}(React.Component);
|
|
39
|
-
|
|
40
|
-
export default EmptyAccounts;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
EmptyAccounts.propTypes = {
|
|
44
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
45
|
-
className: PropTypes.string,
|
|
46
|
-
alignHorizontal: PropTypes.bool
|
|
47
|
-
};
|
|
48
|
-
EmptyAccounts.defaultProps = {
|
|
49
|
-
size: 'large',
|
|
50
|
-
alignHorizontal: true
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
if (false) {
|
|
54
|
-
EmptyAccounts.docs = {
|
|
55
|
-
componentGroup: 'SVG'
|
|
56
|
-
};
|
|
57
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
|
|
2
|
-
import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
|
|
3
|
-
import _createClass from 'babel-runtime/helpers/createClass';
|
|
4
|
-
import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
|
|
5
|
-
import _inherits from 'babel-runtime/helpers/inherits';
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import PropTypes from 'prop-types';
|
|
8
|
-
import SVG from './SVG';
|
|
9
|
-
import image from './images/EmptyActiveCalls.svg';
|
|
10
|
-
|
|
11
|
-
var EmptyActiveCalls = function (_React$Component) {
|
|
12
|
-
_inherits(EmptyActiveCalls, _React$Component);
|
|
13
|
-
|
|
14
|
-
function EmptyActiveCalls() {
|
|
15
|
-
_classCallCheck(this, EmptyActiveCalls);
|
|
16
|
-
|
|
17
|
-
return _possibleConstructorReturn(this, (EmptyActiveCalls.__proto__ || _Object$getPrototypeOf(EmptyActiveCalls)).apply(this, arguments));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
_createClass(EmptyActiveCalls, [{
|
|
21
|
-
key: 'render',
|
|
22
|
-
value: function render() {
|
|
23
|
-
var _props = this.props,
|
|
24
|
-
isRender = _props.isRender,
|
|
25
|
-
size = _props.size,
|
|
26
|
-
_props$className = _props.className,
|
|
27
|
-
className = _props$className === undefined ? '' : _props$className,
|
|
28
|
-
alignHorizontal = _props.alignHorizontal;
|
|
29
|
-
|
|
30
|
-
return React.createElement(
|
|
31
|
-
SVG,
|
|
32
|
-
{
|
|
33
|
-
viewBox: '0 0 181.9 139.3',
|
|
34
|
-
name: 'ActiveCalls',
|
|
35
|
-
isRender: isRender,
|
|
36
|
-
size: size, className: className, alignHorizontal: alignHorizontal
|
|
37
|
-
},
|
|
38
|
-
React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
}]);
|
|
42
|
-
|
|
43
|
-
return EmptyActiveCalls;
|
|
44
|
-
}(React.Component);
|
|
45
|
-
|
|
46
|
-
export default EmptyActiveCalls;
|
|
47
|
-
|
|
48
|
-
EmptyActiveCalls.propTypes = {
|
|
49
|
-
isRender: PropTypes.bool,
|
|
50
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
51
|
-
className: PropTypes.string,
|
|
52
|
-
alignHorizontal: PropTypes.bool
|
|
53
|
-
};
|
|
54
|
-
EmptyActiveCalls.defaultProps = {
|
|
55
|
-
isRender: true,
|
|
56
|
-
size: 'large',
|
|
57
|
-
alignHorizontal: true
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
if (false) {
|
|
61
|
-
EmptyActiveCalls.docs = {
|
|
62
|
-
componentGroup: 'SVG'
|
|
63
|
-
};
|
|
64
|
-
}
|