@zohodesk/svg 1.0.0-beta.5 → 1.0.0-beta.51
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 +174 -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 +184 -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/EmptyPreference.js +81 -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/EmptySandbox.js +72 -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 +310 -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/EmptyPreference.js +138 -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/EmptySandbox.js +129 -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,106 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { ErrorStateProps } from './../props/propTypes';
|
|
5
|
+
import { ErrorStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../SVG/SVG';
|
|
7
|
+
export default class WillBeRightBack extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 695.38 500",
|
|
11
|
+
name: "WillBeRightBack"
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.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.createElement("path", {
|
|
13
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
14
|
+
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"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
16
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
17
|
+
cx: 95.22,
|
|
18
|
+
cy: 371.55,
|
|
19
|
+
r: 25.39
|
|
20
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
21
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
22
|
+
cx: 78.54,
|
|
23
|
+
cy: 128,
|
|
24
|
+
r: 25.39
|
|
25
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
26
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
27
|
+
cx: 296,
|
|
28
|
+
cy: 80.64,
|
|
29
|
+
r: 12.74
|
|
30
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
31
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
32
|
+
cx: 144.49,
|
|
33
|
+
cy: 416.85,
|
|
34
|
+
r: 12.74
|
|
35
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
36
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
37
|
+
cx: 378.78,
|
|
38
|
+
cy: 404.83,
|
|
39
|
+
r: 12.74
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
className: "ErrorWillBeRightBack_svg__cls-2",
|
|
42
|
+
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"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
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",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round",
|
|
47
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
48
|
+
strokeWidth: 1.5,
|
|
49
|
+
fill: "none"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
51
|
+
cx: 253.18,
|
|
52
|
+
cy: 132.09,
|
|
53
|
+
rx: 3.54,
|
|
54
|
+
ry: 3.51,
|
|
55
|
+
strokeMiterlimit: 10,
|
|
56
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
57
|
+
fill: "none"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
59
|
+
cx: 258.45,
|
|
60
|
+
cy: 433.05,
|
|
61
|
+
rx: 3.54,
|
|
62
|
+
ry: 3.51,
|
|
63
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
64
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
65
|
+
cx: 64.02,
|
|
66
|
+
cy: 283.08,
|
|
67
|
+
rx: 3.31,
|
|
68
|
+
ry: 3.28,
|
|
69
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
70
|
+
strokeMiterlimit: 10,
|
|
71
|
+
fill: "none"
|
|
72
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
73
|
+
cx: 438.12,
|
|
74
|
+
cy: 288.35,
|
|
75
|
+
rx: 3.31,
|
|
76
|
+
ry: 3.28,
|
|
77
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
78
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
className: "ErrorWillBeRightBack_svg__cls-8",
|
|
80
|
+
d: "M115.52 172.8l-.36 6.18M112.23 175.72l6.22.34"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
82
|
+
cx: 396.28,
|
|
83
|
+
cy: 390.22,
|
|
84
|
+
rx: 2.46,
|
|
85
|
+
ry: 2.44,
|
|
86
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
87
|
+
strokeLinecap: "round",
|
|
88
|
+
strokeLinejoin: "round",
|
|
89
|
+
fill: "none"
|
|
90
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
91
|
+
className: "ErrorWillBeRightBack_svg__cls-10",
|
|
92
|
+
d: "M395.35 128.36l4.15 4.61M395.1 132.72l4.65-4.12"
|
|
93
|
+
}));
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
}
|
|
97
|
+
WillBeRightBack.propTypes = ErrorStateProps;
|
|
98
|
+
WillBeRightBack.defaultProps = { ...ErrorStateDefaultProps,
|
|
99
|
+
dataId: 'willberightback'
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
if (false) {
|
|
103
|
+
WillBeRightBack.docs = {
|
|
104
|
+
componentGroup: 'Emptystate'
|
|
105
|
+
};
|
|
106
|
+
}
|
package/es/index.js
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
export { default as React } from 'react';
|
|
2
2
|
export { default as ReactDOM } from 'react-dom';
|
|
3
3
|
export { renderToStaticMarkup } from 'react-dom/server';
|
|
4
|
-
import '@zohodesk/variables/
|
|
5
|
-
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
4
|
+
import '@zohodesk/variables/assets/sizeVariables.module.css';
|
|
5
|
+
export { default as _provider } from './Provider';
|
|
6
|
+
export { default as Emptystate__version1 } from './docs/Emptystate__version1.docs';
|
|
7
|
+
export { default as Emptystate__version2 } from './docs/Emptystate__version2.docs';
|
|
8
|
+
export { default as Emptystate__version3 } from './docs/Emptystate__version3.docs';
|
|
9
|
+
export { default as Errorstate__version1 } from './docs/Errorstate__version1.docs';
|
|
10
|
+
export { default as Errorstate__version2 } from './docs/Errorstate__version2.docs';
|
|
11
|
+
export { default as Errorstate__version3 } from './docs/Errorstate__version3.docs';
|
|
12
|
+
export { default as Svg__common } from './docs/SVG__common.docs';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 24.1.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{opacity:0.35;fill:#E5E5E5;enable-background:new ;}
|
|
7
|
+
.st1{opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;}
|
|
8
|
+
.st2{opacity:0.7;}
|
|
9
|
+
.st3{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;}
|
|
10
|
+
.st4{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;}
|
|
11
|
+
.st5{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;}
|
|
12
|
+
.st6{opacity:0.5;fill:#DCF6FF;enable-background:new ;}
|
|
13
|
+
.st7{opacity:0.2;enable-background:new ;}
|
|
14
|
+
.st8{fill:#FFFFFF;}
|
|
15
|
+
.st9{fill:#BBEAFF;}
|
|
16
|
+
.st10{fill:none;stroke:#5A5C5D;stroke-miterlimit:10;}
|
|
17
|
+
.st11{fill:#5A5C5D;}
|
|
18
|
+
.st12{opacity:5.000000e-02;enable-background:new ;}
|
|
19
|
+
.st13{fill:#EB4A62;}
|
|
20
|
+
</style>
|
|
21
|
+
<g id="Layer_2_1_">
|
|
22
|
+
<g id="Layer_1-2">
|
|
23
|
+
<path class="st0" d="M288.2,78.1h-75.1c-1.5,0-2.9-1-3.4-2.4c-0.2-0.5-0.3-1-0.3-1.5c-0.1-2,1.4-3.7,3.4-3.7c0.1,0,0.1,0,0.2,0
|
|
24
|
+
h41.3c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H137.1c-1.8,0-3.3-1.3-3.6-3.1c-0.1-0.8,0-1.7,0.2-2.5
|
|
25
|
+
c0.5-1.5,1.9-2.6,3.5-2.5h38.5c5.3,0,9.6-4.3,9.6-9.6v0l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6l0,0
|
|
26
|
+
C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h57.3c1.8,0,3.3,1.3,3.6,3c0.1,0.6,0.1,1.3,0.1,1.9c-0.2,1.8-1.8,3.2-3.6,3.2H34.7
|
|
27
|
+
c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6H143c2,0,3.6,1.6,3.6,3.6c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,1.1
|
|
28
|
+
c-0.3,1.7-1.8,2.9-3.5,2.9H63c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h69.2c2,0,3.6,1.5,3.6,3.5v0.1
|
|
29
|
+
c-0.1,2-1.7,3.5-3.6,3.5h-29.5c-5.1-0.1-9.5,3.8-9.9,8.9c-0.4,5.3,3.7,9.9,8.9,10.2c0.2,0,0.4,0,0.6,0h114.2
|
|
30
|
+
c5.2,0.1,9.5-3.9,9.9-9c0.3-5.3-3.7-9.9-9-10.2c-0.2,0-0.4,0-0.6,0h-14.6c-2,0-3.6-1.5-3.6-3.5v-0.1c0.1-1.9,1.7-3.5,3.6-3.4h86.1
|
|
31
|
+
c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0C297.9,82.3,293.5,78,288.2,78.1z"/>
|
|
32
|
+
<polygon class="st1" points="76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1
|
|
33
|
+
"/>
|
|
34
|
+
<g class="st2">
|
|
35
|
+
<circle class="st3" cx="66.6" cy="22.8" r="4.3"/>
|
|
36
|
+
</g>
|
|
37
|
+
<g class="st2">
|
|
38
|
+
<circle class="st4" cx="192.3" cy="117.8" r="4.3"/>
|
|
39
|
+
</g>
|
|
40
|
+
<polygon class="st1" points="139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4
|
|
41
|
+
138.3,15.6 "/>
|
|
42
|
+
<polygon class="st1" points="215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7
|
|
43
|
+
214.2,0.9 "/>
|
|
44
|
+
<g class="st2">
|
|
45
|
+
<circle class="st5" cx="260.9" cy="54.3" r="8"/>
|
|
46
|
+
</g>
|
|
47
|
+
<circle class="st6" cx="140.3" cy="72.2" r="45.1"/>
|
|
48
|
+
<path class="st7" d="M182.2,64.4L168,57.2c1.1-10.5-0.9-19.3-5.5-24.6c10.5,7.1,17.4,18.3,19.2,30.8c0,0.3,0.3,0.3,0.4,0.3
|
|
49
|
+
s0.3-0.3,0.3-0.4C178.9,38.4,155.9,21,131,24.5c-5.8,0.8-11.4,2.7-16.5,5.7c-0.1,0-0.1,0.1-0.1,0.1c-7.6,4.4-13.7,10.9-17.6,18.7
|
|
50
|
+
c-3.9,7.8-5.5,16.5-4.6,25.2v0.3c2.4,23.1,21.9,40.6,45.1,40.6h0.4c0.2,0,0.4-0.2,0.4-0.4s-0.2-0.4-0.4-0.4l0,0
|
|
51
|
+
c-5.2,0.1-10.4-0.8-15.3-2.6c0.6,0.1,1.1,0.2,1.7,0.2c2.2,0,4.3-0.3,6.3-1c0.1-0.1,0.3-0.3,0.3-0.4s-0.3-0.3-0.4-0.3
|
|
52
|
+
c-4.8,1.4-9.1,1.3-12.7-0.4l8.9-17.7l1,0.4c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3,0-0.4
|
|
53
|
+
c0,0-0.1,0-0.1,0l-1-0.4l4.9-9.5c0.1-0.1,0.1-0.3-0.1-0.4c0,0,0,0-0.1,0c-0.1-0.1-0.4,0-0.4,0.1l-4.9,9.5l-18.6-9.5
|
|
54
|
+
c1-8,3.5-15.7,7.2-22.9l16,8.1c0.1,0,0.1,0.1,0.1,0.1c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-16-8.1
|
|
55
|
+
c3.6-7.2,8.4-13.8,14.3-19.5l18.6,9.3l-3,5.9c-0.1,0.1-0.1,0.3,0.1,0.4c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.1
|
|
56
|
+
c0.2,0,0.3-0.1,0.3-0.3l3-5.9l18.6,9.4c-0.3,1.9-0.6,3.7-1,5.8c-0.1,0.3,0.1,0.4,0.3,0.4c0.3,0.2,0.4-0.1,0.4-0.3
|
|
57
|
+
c0.4-1.9,0.7-3.8,1-5.5l14,7.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3C182.5,64.7,182.4,64.4,182.2,64.4z
|
|
58
|
+
M93,75l13.8,6.9c-0.3,2.6-0.4,5.3-0.3,7.9c0.3,7.1,2.3,12.8,5.8,16.7C101.6,99.3,94.6,87.8,93,75z M125.8,91.7l-9.1,17.6
|
|
59
|
+
c-5.8-3.2-9.2-9.9-9.7-19.4c-0.1-2.6,0-5.1,0.3-7.6L125.8,91.7z M106.8,81.3l-14-7.1c-0.8-8.4,0.7-16.8,4.4-24.4l16.7,8.5
|
|
60
|
+
C110.4,65.6,108,73.4,106.8,81.3L106.8,81.3z M114.5,57.7l-16.7-8.5c3.9-7.5,9.8-13.7,17-18l4.9,2.5c0.1,0,0.1,0.1,0.1,0.1
|
|
61
|
+
c0.2,0,0.3-0.1,0.3-0.3c0.1-0.2,0-0.4-0.1-0.4l-4.5-2.3c11.2-6.4,24.6-7.5,36.7-3.2c-5.1-0.4-10.8,1.3-16.7,5.3
|
|
62
|
+
c-2.2,1.5-4.2,3.1-6.2,4.9l-3.3-1.6c-0.2-0.1-0.4,0-0.4,0.1c-0.1,0.2,0,0.4,0.1,0.4l2.9,1.6C122.8,44,118.1,50.5,114.5,57.7
|
|
63
|
+
L114.5,57.7z M130,38.1c1.8-1.7,3.8-3.3,6-4.6c7.9-5.3,15.4-6.5,21.3-3.8l-8.9,17.6L130,38.1z M149,47.6l9-17.6
|
|
64
|
+
c7.2,3.9,10.8,14.1,9.4,26.9L149,47.6z"/>
|
|
65
|
+
<path class="st7" d="M143.8,57.1c-0.1-0.1-0.3-0.1-0.4,0c0,0,0,0.1-0.1,0.1l-3,5.9c-0.1,0.2,0,0.4,0.1,0.4c0.1,0,0.1,0.1,0.1,0.1
|
|
66
|
+
c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3l3-5.9C144,57.5,143.9,57.2,143.8,57.1z"/>
|
|
67
|
+
<rect x="134.2" y="74.7" class="st8" width="62.5" height="38.3"/>
|
|
68
|
+
<rect x="134.5" y="65.3" class="st9" width="62.2" height="8.4"/>
|
|
69
|
+
<polyline class="st10" points="195.5,106.1 195.5,65.8 132.5,65.8 132.5,114.7 195.5,114.7 195.5,112.1 "/>
|
|
70
|
+
<line class="st10" x1="132.5" y1="74.7" x2="195.5" y2="74.7"/>
|
|
71
|
+
<circle class="st11" cx="137.8" cy="70.4" r="1.1"/>
|
|
72
|
+
<circle class="st11" cx="141.9" cy="70.4" r="1.1"/>
|
|
73
|
+
<path class="st12" d="M134.5,75.3L134.5,75.3V77l0.9-1.7L134.5,75.3z M134.1,108.8v0.9c4.4-2,8.5-4.8,12-8.2l9.6,4.9
|
|
74
|
+
c0.1,0,0.1,0.1,0.1,0.2c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-9.4-4.8c5.7-5.6,10.4-12.1,14-19.2
|
|
75
|
+
l16.7,8.4c-5.8,11.3-16.1,19.5-28.4,22.8h2.6c11.5-3.8,21-12,26.5-22.8c2.4-4.7,4-9.9,4.6-15.1l-0.6,0.2l0,0
|
|
76
|
+
c-0.6,5-2.1,9.9-4.3,14.4L161,81.2c1-1.9,1.9-3.9,2.6-5.9h-0.9c-0.9,1.9-1.6,3.7-2.6,5.6l-10.9-5.6h-1.7l12.4,6.2
|
|
77
|
+
c-3.6,7.1-8.3,13.5-14,19l-11.7-5.9v0.9l11.2,5.6 M134.5,75.2L134.5,75.2V77l0.9-1.7L134.5,75.2z M134.5,75.2L134.5,75.2V77
|
|
78
|
+
l0.9-1.7L134.5,75.2z"/>
|
|
79
|
+
<path class="st13" d="M154.1,98.8l7.8-13.5c0.7-1.1,2.1-1.5,3.2-0.9c0.4,0.2,0.7,0.5,0.9,0.9l7.8,13.5c0.7,1.1,0.3,2.6-0.9,3.2
|
|
80
|
+
c-0.3,0.2-0.7,0.3-1.1,0.3h-15.6c-1.3,0-2.4-1-2.4-2.3C153.8,99.6,153.9,99.2,154.1,98.8z"/>
|
|
81
|
+
<path class="st8" d="M163.2,99.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9S163.2,100.1,163.2,99.6z M165,91
|
|
82
|
+
c0,0.6-0.2,2-0.4,4l-0.2,2.1h-0.5l-0.2-2.1c-0.2-2.1-0.4-3.5-0.4-4s0.3-0.9,0.8-0.9S165,90.4,165,91z"/>
|
|
83
|
+
</g>
|
|
84
|
+
</g>
|
|
85
|
+
</svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{opacity:5.000000e-02;fill:#3F70B7;enable-background:new ;}
|
|
7
|
+
.st1{fill:none;stroke:#E56471;stroke-miterlimit:10;}
|
|
8
|
+
.st2{fill:none;stroke:#5CC1A5;stroke-miterlimit:10;}
|
|
9
|
+
.st3{fill:none;stroke:#3F70B7;stroke-linecap:round;stroke-linejoin:round;}
|
|
10
|
+
.st4{fill:none;stroke:#010101;stroke-linecap:round;stroke-linejoin:round;}
|
|
11
|
+
.st5{fill:none;stroke:#000000;stroke-miterlimit:10;}
|
|
12
|
+
.st6{opacity:0.25;fill:#3F70B7;enable-background:new ;}
|
|
13
|
+
.st7{opacity:0.25;}
|
|
14
|
+
.st8{clip-path:url(#SVGID_2_);}
|
|
15
|
+
.st9{fill:none;stroke:#3F70B7;stroke-width:0.5;stroke-miterlimit:10;}
|
|
16
|
+
.st10{clip-path:url(#SVGID_4_);}
|
|
17
|
+
</style>
|
|
18
|
+
<title>ReactEmpty</title>
|
|
19
|
+
<path class="st0" d="M86.5,62.5c0,0,46.9-30.9,70.7-21.5s40,87.4-26.1,122.4S35.2,122.2,35,108.7C34.7,95.6,35,64.4,86.5,62.5z"/>
|
|
20
|
+
<ellipse class="st1" cx="156" cy="31.7" rx="3.5" ry="3.5"/>
|
|
21
|
+
<ellipse class="st2" cx="79.6" cy="29.6" rx="2.1" ry="2.1"/>
|
|
22
|
+
<line class="st3" x1="23.3" y1="100.9" x2="22.9" y2="107"/>
|
|
23
|
+
<line class="st3" x1="20" y1="103.8" x2="26.2" y2="104.1"/>
|
|
24
|
+
<ellipse class="st4" cx="165.9" cy="154.1" rx="2.4" ry="2.4"/>
|
|
25
|
+
<line class="st2" x1="175.6" y1="117.2" x2="179.8" y2="121.8"/>
|
|
26
|
+
<line class="st2" x1="175.4" y1="121.6" x2="180" y2="117.4"/>
|
|
27
|
+
<path class="st5" d="M25.9,124.2c0,0,28.6-2.9,35.8-25.2s29.5-22.8,35.6-24.2l0.7-0.2c6.6-2.4,11.3-8.9,11.3-16.3
|
|
28
|
+
c0-9.5-7.7-17.2-17.2-17.2s-17.1,7.7-17.1,17.2c0,8.2,5.7,15,13.4,16.7l0,0c2.1,0.7,4.5,1.6,7.3,1.9c2.2,0.2,4.5,0.3,6.8,0.2
|
|
29
|
+
c5.3-0.2,18.5,2.2,23.3,13.8c6.3,15.4,16.9,30.2,36.4,30.2c0,0-44.3,6.3-51.1-23c0,0,3.2,1.1,0,15.1s-18.7,28.8-44.6,14.8
|
|
30
|
+
s-30.6,18.7-5,22.3s58.3-18.4,72.7-22s24.1,5,24.1,12.2c0,20.2-79.2,33.1-83.2-42.5"/>
|
|
31
|
+
<circle class="st6" cx="97.2" cy="58.1" r="17.1"/>
|
|
32
|
+
<g class="st7">
|
|
33
|
+
<g>
|
|
34
|
+
<defs>
|
|
35
|
+
<circle id="SVGID_1_" cx="147.6" cy="58.7" r="12.7"/>
|
|
36
|
+
</defs>
|
|
37
|
+
<clipPath id="SVGID_2_">
|
|
38
|
+
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
|
39
|
+
</clipPath>
|
|
40
|
+
<g class="st8">
|
|
41
|
+
<line class="st9" x1="162.5" y1="47.7" x2="158.4" y2="73.7"/>
|
|
42
|
+
<line class="st9" x1="160.9" y1="47.5" x2="156.8" y2="73.5"/>
|
|
43
|
+
<line class="st9" x1="159.3" y1="47.2" x2="155.2" y2="73.2"/>
|
|
44
|
+
<line class="st9" x1="157.7" y1="47" x2="153.6" y2="73"/>
|
|
45
|
+
<line class="st9" x1="156.1" y1="46.7" x2="151.9" y2="72.7"/>
|
|
46
|
+
<line class="st9" x1="154.5" y1="46.5" x2="150.4" y2="72.4"/>
|
|
47
|
+
<line class="st9" x1="152.9" y1="46.2" x2="148.7" y2="72.2"/>
|
|
48
|
+
<line class="st9" x1="151.3" y1="45.9" x2="147.1" y2="71.9"/>
|
|
49
|
+
<line class="st9" x1="149.7" y1="45.7" x2="145.5" y2="71.7"/>
|
|
50
|
+
<line class="st9" x1="148.1" y1="45.4" x2="143.9" y2="71.4"/>
|
|
51
|
+
<line class="st9" x1="146.5" y1="45.2" x2="142.3" y2="71.2"/>
|
|
52
|
+
<line class="st9" x1="144.9" y1="44.9" x2="140.7" y2="70.9"/>
|
|
53
|
+
<line class="st9" x1="143.2" y1="44.7" x2="139.1" y2="70.7"/>
|
|
54
|
+
<line class="st9" x1="141.6" y1="44.4" x2="137.5" y2="70.4"/>
|
|
55
|
+
<line class="st9" x1="140" y1="44.2" x2="135.9" y2="70.2"/>
|
|
56
|
+
<line class="st9" x1="138.4" y1="43.9" x2="134.3" y2="69.9"/>
|
|
57
|
+
<line class="st9" x1="136.8" y1="43.6" x2="132.7" y2="69.6"/>
|
|
58
|
+
</g>
|
|
59
|
+
</g>
|
|
60
|
+
<circle class="st9" cx="147.6" cy="58.7" r="12.7"/>
|
|
61
|
+
</g>
|
|
62
|
+
<g class="st7">
|
|
63
|
+
<g>
|
|
64
|
+
<defs>
|
|
65
|
+
<circle id="SVGID_3_" cx="34.3" cy="61.8" r="12.7"/>
|
|
66
|
+
</defs>
|
|
67
|
+
<clipPath id="SVGID_4_">
|
|
68
|
+
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
|
|
69
|
+
</clipPath>
|
|
70
|
+
<g class="st10">
|
|
71
|
+
<line class="st9" x1="47.7" y1="50.6" x2="43.5" y2="76.6"/>
|
|
72
|
+
<line class="st9" x1="44.5" y1="50.1" x2="40.3" y2="76.1"/>
|
|
73
|
+
<line class="st9" x1="41.2" y1="49.6" x2="37.1" y2="75.6"/>
|
|
74
|
+
<line class="st9" x1="38" y1="49" x2="33.9" y2="75.1"/>
|
|
75
|
+
<line class="st9" x1="34.8" y1="48.5" x2="30.7" y2="74.5"/>
|
|
76
|
+
<line class="st9" x1="31.6" y1="48" x2="27.5" y2="74"/>
|
|
77
|
+
<line class="st9" x1="28.4" y1="47.5" x2="24.2" y2="73.5"/>
|
|
78
|
+
<line class="st9" x1="25.2" y1="47" x2="21" y2="73"/>
|
|
79
|
+
</g>
|
|
80
|
+
</g>
|
|
81
|
+
<circle class="st9" cx="34.3" cy="61.8" r="12.7"/>
|
|
82
|
+
</g>
|
|
83
|
+
</svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _defaultProps = require("./props/defaultProps");
|
|
13
|
+
|
|
14
|
+
var _propTypes = require("./props/propTypes");
|
|
15
|
+
|
|
16
|
+
var _SVG = _interopRequireDefault(require("./../SVG/SVG"));
|
|
17
|
+
|
|
18
|
+
var _SVGModule = _interopRequireDefault(require("./../SVG/SVG.module.css"));
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
|
+
|
|
22
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
23
|
+
|
|
24
|
+
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); } }
|
|
25
|
+
|
|
26
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
27
|
+
|
|
28
|
+
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); }
|
|
29
|
+
|
|
30
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
31
|
+
|
|
32
|
+
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); }; }
|
|
33
|
+
|
|
34
|
+
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); }
|
|
35
|
+
|
|
36
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
|
+
|
|
38
|
+
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; } }
|
|
39
|
+
|
|
40
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
41
|
+
|
|
42
|
+
var Loader = /*#__PURE__*/function (_React$PureComponent) {
|
|
43
|
+
_inherits(Loader, _React$PureComponent);
|
|
44
|
+
|
|
45
|
+
var _super = _createSuper(Loader);
|
|
46
|
+
|
|
47
|
+
function Loader(props) {
|
|
48
|
+
var _this;
|
|
49
|
+
|
|
50
|
+
_classCallCheck(this, Loader);
|
|
51
|
+
|
|
52
|
+
_this = _super.call(this, props);
|
|
53
|
+
_this.viewBoxStyle = {
|
|
54
|
+
animation: 'loaderone 2s linear infinite'
|
|
55
|
+
};
|
|
56
|
+
_this.defsStyle = {
|
|
57
|
+
animation: 'circleAnimation_1 1.5s linear infinite',
|
|
58
|
+
transformOrigin: 'center'
|
|
59
|
+
};
|
|
60
|
+
_this.circleStyle = {
|
|
61
|
+
animation: 'circleAnimation_2 1.2s linear infinite',
|
|
62
|
+
transformOrigin: 'center'
|
|
63
|
+
};
|
|
64
|
+
return _this;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
_createClass(Loader, [{
|
|
68
|
+
key: "render",
|
|
69
|
+
value: function render() {
|
|
70
|
+
var dataId = this.props.dataId;
|
|
71
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
72
|
+
className: _SVGModule["default"].center
|
|
73
|
+
}, /*#__PURE__*/_react["default"].createElement(_SVG["default"], {
|
|
74
|
+
viewBox: "0 0 40 40",
|
|
75
|
+
name: "Loader",
|
|
76
|
+
className: "".concat(_SVGModule["default"].loaderWrapper),
|
|
77
|
+
dataId: dataId,
|
|
78
|
+
styleName: this.viewBoxStyle
|
|
79
|
+
}, /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}')), /*#__PURE__*/_react["default"].createElement("title", null, 'loader'), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
80
|
+
fill: "none",
|
|
81
|
+
stroke: "#089949",
|
|
82
|
+
strokeWidth: 2,
|
|
83
|
+
strokeLinecap: "round",
|
|
84
|
+
strokeLinejoin: "round",
|
|
85
|
+
cx: 20,
|
|
86
|
+
cy: 20,
|
|
87
|
+
r: 13,
|
|
88
|
+
style: this.defsStyle,
|
|
89
|
+
strokeDasharray: 82,
|
|
90
|
+
strokeDashoffset: 82
|
|
91
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
92
|
+
fill: "none",
|
|
93
|
+
stroke: "#17c662",
|
|
94
|
+
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round",
|
|
96
|
+
cx: 20,
|
|
97
|
+
cy: 20,
|
|
98
|
+
r: 8,
|
|
99
|
+
style: this.circleStyle,
|
|
100
|
+
strokeDasharray: 50,
|
|
101
|
+
strokeDashoffset: 50
|
|
102
|
+
})));
|
|
103
|
+
}
|
|
104
|
+
}]);
|
|
105
|
+
|
|
106
|
+
return Loader;
|
|
107
|
+
}(_react["default"].PureComponent);
|
|
108
|
+
|
|
109
|
+
exports["default"] = Loader;
|
|
110
|
+
Loader.propTypes = _propTypes.LoaderProps;
|
|
111
|
+
Loader.defaultProps = _defaultProps.LoaderDefaultProps;
|
|
112
|
+
|
|
113
|
+
if (false) {
|
|
114
|
+
Loader.docs = {
|
|
115
|
+
componentGroup: 'SVG'
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.LoaderProps = void 0;
|
|
7
|
+
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
|
|
12
|
+
var LoaderProps = {
|
|
13
|
+
dataId: _propTypes["default"].string
|
|
14
|
+
};
|
|
15
|
+
exports.LoaderProps = LoaderProps;
|
package/lib/Provider.js
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
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 _AppContainer = _interopRequireDefault(require("@zohodesk/components/lib/AppContainer/AppContainer"));
|
|
13
|
+
|
|
14
|
+
var _Layout = require("@zohodesk/components/lib/Layout");
|
|
15
|
+
|
|
16
|
+
var _ThemeTool = _interopRequireDefault(require("../../common/lib/ThemeTool/ThemeTool"));
|
|
17
|
+
|
|
18
|
+
require("@zohodesk/components/assets/Appearance/default/mode/defaultMode.module.css");
|
|
19
|
+
|
|
20
|
+
require("@zohodesk/components/assets/Appearance/dark/mode/darkMode.module.css");
|
|
21
|
+
|
|
22
|
+
require("../assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css");
|
|
23
|
+
|
|
24
|
+
require("../assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css");
|
|
25
|
+
|
|
26
|
+
require("../assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css");
|
|
27
|
+
|
|
28
|
+
require("../assets/Appearance/default/themes/red/redDefaultCTATheme.module.css");
|
|
29
|
+
|
|
30
|
+
require("../assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css");
|
|
31
|
+
|
|
32
|
+
require("../assets/Appearance/default/mode/defaultEmptyStates.module.css");
|
|
33
|
+
|
|
34
|
+
require("../assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css");
|
|
35
|
+
|
|
36
|
+
require("../assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css");
|
|
37
|
+
|
|
38
|
+
require("../assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css");
|
|
39
|
+
|
|
40
|
+
require("../assets/Appearance/dark/themes/red/redDarkCTATheme.module.css");
|
|
41
|
+
|
|
42
|
+
require("../assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css");
|
|
43
|
+
|
|
44
|
+
require("../assets/Appearance/dark/mode/darkEmptyStates.module.css");
|
|
45
|
+
|
|
46
|
+
require("../assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css");
|
|
47
|
+
|
|
48
|
+
require("../assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css");
|
|
49
|
+
|
|
50
|
+
require("../assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css");
|
|
51
|
+
|
|
52
|
+
require("../assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css");
|
|
53
|
+
|
|
54
|
+
require("../assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css");
|
|
55
|
+
|
|
56
|
+
require("../assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css");
|
|
57
|
+
|
|
58
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
59
|
+
|
|
60
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
61
|
+
|
|
62
|
+
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); } }
|
|
63
|
+
|
|
64
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
65
|
+
|
|
66
|
+
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); }
|
|
67
|
+
|
|
68
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
69
|
+
|
|
70
|
+
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); }; }
|
|
71
|
+
|
|
72
|
+
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); }
|
|
73
|
+
|
|
74
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
75
|
+
|
|
76
|
+
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; } }
|
|
77
|
+
|
|
78
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
79
|
+
|
|
80
|
+
var Provider = /*#__PURE__*/function (_React$Component) {
|
|
81
|
+
_inherits(Provider, _React$Component);
|
|
82
|
+
|
|
83
|
+
var _super = _createSuper(Provider);
|
|
84
|
+
|
|
85
|
+
function Provider(props) {
|
|
86
|
+
var _this;
|
|
87
|
+
|
|
88
|
+
_classCallCheck(this, Provider);
|
|
89
|
+
|
|
90
|
+
_this = _super.call(this, props);
|
|
91
|
+
_this.state = {
|
|
92
|
+
appearanceName: 'default',
|
|
93
|
+
themeName: 'blue'
|
|
94
|
+
};
|
|
95
|
+
_this.setTheme = _this.setTheme.bind(_assertThisInitialized(_this));
|
|
96
|
+
_this.setAppearance = _this.setAppearance.bind(_assertThisInitialized(_this));
|
|
97
|
+
return _this;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
_createClass(Provider, [{
|
|
101
|
+
key: "setAppearance",
|
|
102
|
+
value: function setAppearance(mode) {
|
|
103
|
+
this.setState({
|
|
104
|
+
appearanceName: mode
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
}, {
|
|
108
|
+
key: "setTheme",
|
|
109
|
+
value: function setTheme(theme) {
|
|
110
|
+
this.setState({
|
|
111
|
+
themeName: theme
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
}, {
|
|
115
|
+
key: "render",
|
|
116
|
+
value: function render() {
|
|
117
|
+
var _this$state = this.state,
|
|
118
|
+
appearanceName = _this$state.appearanceName,
|
|
119
|
+
themeName = _this$state.themeName;
|
|
120
|
+
return /*#__PURE__*/_react["default"].createElement(_AppContainer["default"], {
|
|
121
|
+
customProps: {
|
|
122
|
+
ExtraProps: {
|
|
123
|
+
'data-mode': appearanceName,
|
|
124
|
+
'data-theme': themeName
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
128
|
+
scroll: "vertical"
|
|
129
|
+
}, this.props.children), /*#__PURE__*/_react["default"].createElement(_ThemeTool["default"], {
|
|
130
|
+
onThemeChange: this.setTheme,
|
|
131
|
+
onAppearanceChange: this.setAppearance
|
|
132
|
+
}));
|
|
133
|
+
}
|
|
134
|
+
}]);
|
|
135
|
+
|
|
136
|
+
return Provider;
|
|
137
|
+
}(_react["default"].Component);
|
|
138
|
+
|
|
139
|
+
exports["default"] = Provider;
|