@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
package/src/svg/Loader.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import SVG from './SVG';
|
|
3
|
-
import image from './images/Loader.svg';
|
|
4
|
-
import style from './SVG.module.css';
|
|
5
|
-
export default class Loader extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
return (
|
|
8
|
-
<div className={style.center}>
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 40 40'
|
|
11
|
-
name='Loader'
|
|
12
|
-
className={`${style.loaderWrapper}`}
|
|
13
|
-
>
|
|
14
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
15
|
-
</SVG>
|
|
16
|
-
</div>
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (__DOCS__) {
|
|
22
|
-
Loader.docs = {
|
|
23
|
-
componentGroup: 'SVG'
|
|
24
|
-
};
|
|
25
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/NoRequestFound.svg';
|
|
5
|
-
export default class NoRequestFound extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { isRender, className, alignHorizontal, isFluid } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 476.5 297.6'
|
|
11
|
-
name='NoRequestFound'
|
|
12
|
-
isRender={isRender}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
isFluid={isFluid}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
NoRequestFound.propTypes = {
|
|
23
|
-
isRender: PropTypes.bool,
|
|
24
|
-
alignHorizontal: PropTypes.bool,
|
|
25
|
-
className: PropTypes.string,
|
|
26
|
-
isFluid: PropTypes.bool
|
|
27
|
-
};
|
|
28
|
-
NoRequestFound.defaultProps = {
|
|
29
|
-
isRender: true,
|
|
30
|
-
className: '',
|
|
31
|
-
alignHorizontal: true
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
NoRequestFound.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/PageNotFound.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/PageNotFound.svg';
|
|
5
|
-
export default class PageNotFound extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { isRender, className, alignHorizontal, isFluid } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 508.8 324.8'
|
|
11
|
-
name='PageNotFound'
|
|
12
|
-
isRender={isRender}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
isFluid={isFluid}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
PageNotFound.propTypes = {
|
|
23
|
-
isRender: PropTypes.bool,
|
|
24
|
-
alignHorizontal: PropTypes.bool,
|
|
25
|
-
className: PropTypes.string,
|
|
26
|
-
isFluid: PropTypes.bool
|
|
27
|
-
};
|
|
28
|
-
PageNotFound.defaultProps = {
|
|
29
|
-
isRender: true,
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
className: ''
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
PageNotFound.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/SVG.js
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import style from './SVG.module.css';
|
|
4
|
-
export default class SVG extends React.Component {
|
|
5
|
-
render() {
|
|
6
|
-
let {
|
|
7
|
-
viewBox,
|
|
8
|
-
children,
|
|
9
|
-
name,
|
|
10
|
-
isRender,
|
|
11
|
-
isSymbol,
|
|
12
|
-
size,
|
|
13
|
-
className,
|
|
14
|
-
alignHorizontal,
|
|
15
|
-
isFluid
|
|
16
|
-
} = this.props;
|
|
17
|
-
return (
|
|
18
|
-
<React.Fragment>
|
|
19
|
-
{isSymbol ? (
|
|
20
|
-
<div hidden>
|
|
21
|
-
<svg>
|
|
22
|
-
<symbol id={name} viewBox={viewBox}>
|
|
23
|
-
{children}
|
|
24
|
-
</symbol>
|
|
25
|
-
</svg>
|
|
26
|
-
</div>
|
|
27
|
-
) : null}
|
|
28
|
-
{isRender && isSymbol ? (
|
|
29
|
-
<div
|
|
30
|
-
className={`${
|
|
31
|
-
size === 'large'
|
|
32
|
-
? style.large
|
|
33
|
-
: size === 'small'
|
|
34
|
-
? style.small
|
|
35
|
-
: isFluid
|
|
36
|
-
? style.cover
|
|
37
|
-
: ''
|
|
38
|
-
} ${className} ${alignHorizontal ? style.svgCenter : ''} `}
|
|
39
|
-
>
|
|
40
|
-
<svg height='100%' width='100%'>
|
|
41
|
-
<use xlinkHref={`#${name}`} />
|
|
42
|
-
</svg>
|
|
43
|
-
</div>
|
|
44
|
-
) : isRender ? (
|
|
45
|
-
<div
|
|
46
|
-
className={`${
|
|
47
|
-
size === 'large'
|
|
48
|
-
? style.large
|
|
49
|
-
: size === 'small'
|
|
50
|
-
? style.small
|
|
51
|
-
: isFluid
|
|
52
|
-
? style.cover
|
|
53
|
-
: ''
|
|
54
|
-
} ${className} ${alignHorizontal ? style.svgCenter : ''} `}
|
|
55
|
-
>
|
|
56
|
-
<svg height='100%' width='100%' viewBox={viewBox}>
|
|
57
|
-
{children}
|
|
58
|
-
</svg>
|
|
59
|
-
</div>
|
|
60
|
-
) : null}
|
|
61
|
-
</React.Fragment>
|
|
62
|
-
);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
SVG.defaultProps = {
|
|
66
|
-
name: '',
|
|
67
|
-
viewBox: '',
|
|
68
|
-
isRender: true,
|
|
69
|
-
isSymbol: false,
|
|
70
|
-
className: '',
|
|
71
|
-
isFluid: false
|
|
72
|
-
};
|
|
73
|
-
SVG.propTypes = {
|
|
74
|
-
children: PropTypes.node,
|
|
75
|
-
isRender: PropTypes.bool,
|
|
76
|
-
isSymbol: PropTypes.bool,
|
|
77
|
-
name: PropTypes.string,
|
|
78
|
-
viewBox: PropTypes.string,
|
|
79
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
80
|
-
className: PropTypes.string,
|
|
81
|
-
alignHorizontal: PropTypes.bool,
|
|
82
|
-
isFluid: PropTypes.bool
|
|
83
|
-
};
|
|
84
|
-
if (__DOCS__) {
|
|
85
|
-
SVG.docs = {
|
|
86
|
-
componentGroup: 'SVG'
|
|
87
|
-
};
|
|
88
|
-
}
|
package/src/svg/SVG.module.css
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.cover {
|
|
2
|
-
height: 100%;
|
|
3
|
-
}
|
|
4
|
-
.large {
|
|
5
|
-
height: var(--zd_size150);
|
|
6
|
-
width: var(--zd_size150);
|
|
7
|
-
}
|
|
8
|
-
.small {
|
|
9
|
-
height: var(--zd_size130);
|
|
10
|
-
width: var(--zd_size130);
|
|
11
|
-
}
|
|
12
|
-
.svgCenter {
|
|
13
|
-
margin-left: auto;
|
|
14
|
-
margin-right: auto;
|
|
15
|
-
}
|
|
16
|
-
.loaderWrapper {
|
|
17
|
-
height: var(--zd_size40);
|
|
18
|
-
width: var(--zd_size40);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.center {
|
|
22
|
-
height: 100%;
|
|
23
|
-
width: 100%;
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
}
|
package/src/svg/SitBack.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/SitBack.svg';
|
|
5
|
-
export default class SitBack extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { className, alignHorizontal } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG viewBox='0 0 334.43 256.56' name='sitBack' className={className} alignHorizontal={alignHorizontal}>
|
|
10
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
11
|
-
</SVG>
|
|
12
|
-
);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
SitBack.propTypes = {
|
|
17
|
-
className : PropTypes.string,
|
|
18
|
-
alignHorizontal: PropTypes.bool
|
|
19
|
-
}
|
|
20
|
-
SitBack.defaultProps = {
|
|
21
|
-
className: '',
|
|
22
|
-
alignHorizontal : true
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
if (__DOCS__) {
|
|
26
|
-
SitBack.docs = {
|
|
27
|
-
componentGroup: 'SVG'
|
|
28
|
-
};
|
|
29
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/UnableToProcess.svg';
|
|
5
|
-
export default class UnableToProcessRequest extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { isRender, className, alignHorizontal, isFluid } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 587.1 331.1'
|
|
11
|
-
name='UnableToProcessRequest'
|
|
12
|
-
isRender={isRender}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
isFluid={isFluid}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
UnableToProcessRequest.propTypes = {
|
|
23
|
-
isRender: PropTypes.bool,
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
isFluid: PropTypes.bool
|
|
27
|
-
};
|
|
28
|
-
UnableToProcessRequest.defaultProps = {
|
|
29
|
-
isRender: true,
|
|
30
|
-
className: '',
|
|
31
|
-
alignHorizontal: true
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
UnableToProcessRequest.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/UnauthorizedLogin.svg';
|
|
5
|
-
export default class UnauthorizedLogin extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { isRender, className, alignHorizontal, isFluid } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 519.3 288.6'
|
|
11
|
-
name='UnauthorizedLogin'
|
|
12
|
-
isRender={isRender}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
isFluid={isFluid}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
UnauthorizedLogin.propTypes = {
|
|
23
|
-
isRender: PropTypes.bool,
|
|
24
|
-
alignHorizontal: PropTypes.bool,
|
|
25
|
-
className: PropTypes.string,
|
|
26
|
-
isFluid: PropTypes.bool
|
|
27
|
-
};
|
|
28
|
-
UnauthorizedLogin.defaultProps = {
|
|
29
|
-
isRender: true,
|
|
30
|
-
className: '',
|
|
31
|
-
alignHorizontal: true
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
UnauthorizedLogin.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/UrlNotFound.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/ReguestUrlNotFound.svg';
|
|
5
|
-
export default class UrlNotFound extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { isRender, className, alignHorizontal, isFluid } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 614.2 310.2'
|
|
11
|
-
name='UrlNotFound'
|
|
12
|
-
isRender={isRender}
|
|
13
|
-
alignHorizontal={alignHorizontal}
|
|
14
|
-
className={className}
|
|
15
|
-
isFluid={isFluid}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
UrlNotFound.propTypes = {
|
|
23
|
-
isRender: PropTypes.bool,
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
isFluid: PropTypes.bool
|
|
27
|
-
};
|
|
28
|
-
UrlNotFound.defaultProps = {
|
|
29
|
-
isRender: true,
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
className: ''
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
UrlNotFound.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/WillBack.svg';
|
|
5
|
-
export default class WillBeRightBack extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { isRender, className, alignHorizontal, isFluid } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 889 490.6'
|
|
11
|
-
name='WillBeRightBack'
|
|
12
|
-
isRender={isRender}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
isFluid={isFluid}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
WillBeRightBack.propTypes = {
|
|
23
|
-
isRender: PropTypes.bool,
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
isFluid: PropTypes.bool
|
|
27
|
-
};
|
|
28
|
-
WillBeRightBack.defaultProps = {
|
|
29
|
-
isRender: true,
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
className: ''
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
WillBeRightBack.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
|
@@ -1,289 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import EmptyActivity from '../EmptyActivity';
|
|
3
|
-
import EmptyAccounts from '../EmptyAccounts';
|
|
4
|
-
import EmptyAgent from '../EmptyAgent';
|
|
5
|
-
import EmptyArchived from '../EmptyArchived';
|
|
6
|
-
import EmptyBusinessHoliday from '../EmptyBusinessHoliday';
|
|
7
|
-
import EmptyBusinessHour from '../EmptyBusinessHour';
|
|
8
|
-
import EmptyBlueprint from '../EmptyBlueprint';
|
|
9
|
-
import EmptyCloud from '../EmptyCloud';
|
|
10
|
-
import EmptyCloudDanger from '../EmptyCloudDanger';
|
|
11
|
-
import EmptyContact from '../EmptyContact';
|
|
12
|
-
import EmptyDashboard from '../EmptyDashboard';
|
|
13
|
-
import EmptyImportHistory from '../EmptyImportHistory';
|
|
14
|
-
import EmptyInvoice from '../EmptyInvoice';
|
|
15
|
-
import EmptyProducts from '../EmptyProducts';
|
|
16
|
-
import EmptyRecycleBin from '../EmptyRecycleBin';
|
|
17
|
-
import EmptyReports from '../EmptyReports';
|
|
18
|
-
import EmptyRoles from '../EmptyRoles';
|
|
19
|
-
import EmptySearch from '../EmptySearch';
|
|
20
|
-
import EmptyTag from '../EmptyTag';
|
|
21
|
-
import EmptyTask from '../EmptyTask';
|
|
22
|
-
import EmptyTicket from '../EmptyTicket';
|
|
23
|
-
import EmptyAttach from '../EmptyAttach';
|
|
24
|
-
import EmptyNetwork from '../EmptyNetwork';
|
|
25
|
-
import EmptyHappiness from '../EmptyHappiness';
|
|
26
|
-
import EmptyConversation from '../EmptyConversation';
|
|
27
|
-
import EmptyNotification from '../EmptyNotification';
|
|
28
|
-
import EmptyTimeEntry from '../EmptyTimeEntry';
|
|
29
|
-
import EmptyTeams from '../EmptyTeams';
|
|
30
|
-
import EmptyTopic from '../EmptyTopic';
|
|
31
|
-
import FailureLog from '../FailureLog';
|
|
32
|
-
import InvalidUrl from '../InvalidUrl';
|
|
33
|
-
import Inconvenience from '../Inconvenience';
|
|
34
|
-
import NoRequestFound from '../NoRequestFound';
|
|
35
|
-
import PageNotFound from '../PageNotFound';
|
|
36
|
-
import UnableToProcessRequest from '../UnableToProcessRequest';
|
|
37
|
-
import UnauthorizedLogin from '../UnauthorizedLogin';
|
|
38
|
-
import UrlNotFound from '../UrlNotFound';
|
|
39
|
-
import WillBeRightBack from '../WillBeRightBack';
|
|
40
|
-
import EmptyActiveCalls from '../EmptyActiveCalls';
|
|
41
|
-
import EmptyCallHistory from '../EmptyCallHistory';
|
|
42
|
-
import EmptyHistory from '../EmptyHistory';
|
|
43
|
-
import EmptyFromAddress from '../EmptyFromAddress';
|
|
44
|
-
import EmptyWebhook from '../EmptyWebhook';
|
|
45
|
-
import EmptyTemplate from '../EmptyTemplate';
|
|
46
|
-
import EmptyEdition from '../EmptyEdition';
|
|
47
|
-
import EmptySkills from '../EmptySkills';
|
|
48
|
-
import EmptySnippet from '../EmptySnippet';
|
|
49
|
-
import SitBack from '../SitBack';
|
|
50
|
-
import Loader from '../Loader';
|
|
51
|
-
|
|
52
|
-
export default class SVG__default extends React.Component {
|
|
53
|
-
render() {
|
|
54
|
-
let boxStyle = {
|
|
55
|
-
minWidth: '15%',
|
|
56
|
-
border: '1px solid #dcdcdc',
|
|
57
|
-
padding: '5px',
|
|
58
|
-
margin: '5px',
|
|
59
|
-
flex: '1'
|
|
60
|
-
};
|
|
61
|
-
let textStyle = {
|
|
62
|
-
textAlign: 'center',
|
|
63
|
-
padding: '10px 0',
|
|
64
|
-
background: ' #f9f9f9',
|
|
65
|
-
marginTop: '10px',
|
|
66
|
-
color: '#000'
|
|
67
|
-
};
|
|
68
|
-
return (
|
|
69
|
-
<React.Fragment>
|
|
70
|
-
<div
|
|
71
|
-
style={{
|
|
72
|
-
display: 'flex',
|
|
73
|
-
flexDirection: 'row',
|
|
74
|
-
alignItems: 'center',
|
|
75
|
-
justifyContent: 'center',
|
|
76
|
-
flexWrap: 'wrap'
|
|
77
|
-
}}
|
|
78
|
-
>
|
|
79
|
-
<div style={boxStyle}>
|
|
80
|
-
<EmptyTeams />
|
|
81
|
-
<div style={textStyle}>EmptyTeams</div>
|
|
82
|
-
</div>
|
|
83
|
-
<div style={boxStyle}>
|
|
84
|
-
<EmptyAgent />
|
|
85
|
-
<div style={textStyle}>EmptyAgent</div>
|
|
86
|
-
</div>
|
|
87
|
-
<div style={boxStyle}>
|
|
88
|
-
<EmptyTicket />
|
|
89
|
-
<div style={textStyle}>EmptyTicket</div>
|
|
90
|
-
</div>
|
|
91
|
-
<div style={boxStyle}>
|
|
92
|
-
<EmptyTask />
|
|
93
|
-
<div style={textStyle}>EmptyTask</div>
|
|
94
|
-
</div>
|
|
95
|
-
<div style={boxStyle}>
|
|
96
|
-
<EmptyContact />
|
|
97
|
-
<div style={textStyle}>EmptyContact</div>
|
|
98
|
-
</div>
|
|
99
|
-
<div style={boxStyle}>
|
|
100
|
-
<EmptyAccounts />
|
|
101
|
-
<div style={textStyle}>EmptyAccounts</div>
|
|
102
|
-
</div>
|
|
103
|
-
<div style={boxStyle}>
|
|
104
|
-
<EmptyActivity />
|
|
105
|
-
<div style={textStyle}>EmptyActivity</div>
|
|
106
|
-
</div>
|
|
107
|
-
<div style={boxStyle}>
|
|
108
|
-
<EmptyProducts />
|
|
109
|
-
<div style={textStyle}>EmptyProducts</div>
|
|
110
|
-
</div>
|
|
111
|
-
<div style={boxStyle}>
|
|
112
|
-
<EmptyDashboard />
|
|
113
|
-
<div style={textStyle}>EmptyDashboard</div>
|
|
114
|
-
</div>
|
|
115
|
-
<div style={boxStyle}>
|
|
116
|
-
<EmptyReports />
|
|
117
|
-
<div style={textStyle}>EmptyReports</div>
|
|
118
|
-
</div>
|
|
119
|
-
<div style={boxStyle}>
|
|
120
|
-
<EmptyTopic />
|
|
121
|
-
<div style={textStyle}>EmptyTopic</div>
|
|
122
|
-
</div>
|
|
123
|
-
|
|
124
|
-
<div style={boxStyle}>
|
|
125
|
-
<EmptyArchived />
|
|
126
|
-
<div style={textStyle}>EmptyArchived</div>
|
|
127
|
-
</div>
|
|
128
|
-
<div style={boxStyle}>
|
|
129
|
-
<EmptyBusinessHour />
|
|
130
|
-
<div style={textStyle}>EmptyBusinessHour</div>
|
|
131
|
-
</div>
|
|
132
|
-
<div style={boxStyle}>
|
|
133
|
-
<EmptyBusinessHoliday />
|
|
134
|
-
<div style={textStyle}>EmptyBusinessHoliday</div>
|
|
135
|
-
</div>
|
|
136
|
-
<div style={boxStyle}>
|
|
137
|
-
<EmptyBlueprint />
|
|
138
|
-
<div style={textStyle}>EmptyBlueprint</div>
|
|
139
|
-
</div>
|
|
140
|
-
|
|
141
|
-
<div style={boxStyle}>
|
|
142
|
-
<EmptyImportHistory />
|
|
143
|
-
<div style={textStyle}>EmptyImportHistory</div>
|
|
144
|
-
</div>
|
|
145
|
-
<div style={boxStyle}>
|
|
146
|
-
<EmptyInvoice />
|
|
147
|
-
<div style={textStyle}>EmptyInvoice</div>
|
|
148
|
-
</div>
|
|
149
|
-
<div style={boxStyle}>
|
|
150
|
-
<EmptyRecycleBin />
|
|
151
|
-
<div style={textStyle}>EmptyRecycleBin</div>
|
|
152
|
-
</div>
|
|
153
|
-
<div style={boxStyle}>
|
|
154
|
-
<EmptyRoles />
|
|
155
|
-
<div style={textStyle}>EmptyRoles</div>
|
|
156
|
-
</div>
|
|
157
|
-
<div style={boxStyle}>
|
|
158
|
-
<EmptySearch />
|
|
159
|
-
<div style={textStyle}>EmptySearch</div>
|
|
160
|
-
</div>
|
|
161
|
-
<div style={boxStyle}>
|
|
162
|
-
<EmptyTag />
|
|
163
|
-
<div style={textStyle}>EmptyTag</div>
|
|
164
|
-
</div>
|
|
165
|
-
<div style={boxStyle}>
|
|
166
|
-
<FailureLog />
|
|
167
|
-
<div style={textStyle}>FailureLog</div>
|
|
168
|
-
</div>
|
|
169
|
-
<div style={boxStyle}>
|
|
170
|
-
<EmptyActiveCalls />
|
|
171
|
-
<div style={textStyle}>EmptyActiveCalls</div>
|
|
172
|
-
</div>
|
|
173
|
-
<div style={boxStyle}>
|
|
174
|
-
<EmptyCallHistory />
|
|
175
|
-
<div style={textStyle}>EmptyCallHistory</div>
|
|
176
|
-
</div>
|
|
177
|
-
<div style={boxStyle}>
|
|
178
|
-
<EmptyHistory />
|
|
179
|
-
<div style={textStyle}>EmptyHistory</div>
|
|
180
|
-
</div>
|
|
181
|
-
<div style={boxStyle}>
|
|
182
|
-
<EmptyFromAddress />
|
|
183
|
-
<div style={textStyle}>EmptyFromAddress</div>
|
|
184
|
-
</div>
|
|
185
|
-
<div style={boxStyle}>
|
|
186
|
-
<EmptyWebhook />
|
|
187
|
-
<div style={textStyle}>EmptyWebhook</div>
|
|
188
|
-
</div>
|
|
189
|
-
<div style={boxStyle}>
|
|
190
|
-
<EmptyTemplate />
|
|
191
|
-
<div style={textStyle}>EmptyTemplate</div>
|
|
192
|
-
</div>
|
|
193
|
-
<div style={boxStyle}>
|
|
194
|
-
<EmptyEdition />
|
|
195
|
-
<div style={textStyle}>EmptyEdition</div>
|
|
196
|
-
</div>
|
|
197
|
-
<div style={boxStyle}>
|
|
198
|
-
<EmptyTimeEntry />
|
|
199
|
-
<div style={textStyle}>EmptyTimeEntry</div>
|
|
200
|
-
</div>
|
|
201
|
-
<div style={boxStyle}>
|
|
202
|
-
<EmptyNotification />
|
|
203
|
-
<div style={textStyle}>EmptyNotification</div>
|
|
204
|
-
</div>
|
|
205
|
-
<div style={boxStyle}>
|
|
206
|
-
<EmptyNetwork />
|
|
207
|
-
<div style={textStyle}>EmptyNetwork</div>
|
|
208
|
-
</div>
|
|
209
|
-
<div style={boxStyle}>
|
|
210
|
-
<EmptyHappiness />
|
|
211
|
-
<div style={textStyle}>EmptyHappiness</div>
|
|
212
|
-
</div>
|
|
213
|
-
<div style={boxStyle}>
|
|
214
|
-
<EmptyConversation />
|
|
215
|
-
<div style={textStyle}>EmptyConversation</div>
|
|
216
|
-
</div>
|
|
217
|
-
<div style={boxStyle}>
|
|
218
|
-
<EmptySnippet />
|
|
219
|
-
<div style={textStyle}>EmptySnippet</div>
|
|
220
|
-
</div>
|
|
221
|
-
<div style={boxStyle}>
|
|
222
|
-
<EmptySkills />
|
|
223
|
-
<div style={textStyle}>EmptySkills</div>
|
|
224
|
-
</div>
|
|
225
|
-
<div style={boxStyle}>
|
|
226
|
-
<EmptyAttach />
|
|
227
|
-
<div style={textStyle}>EmptyAttach</div>
|
|
228
|
-
</div>
|
|
229
|
-
|
|
230
|
-
<div style={boxStyle}>
|
|
231
|
-
<EmptyCloud />
|
|
232
|
-
<div style={textStyle}>EmptyCloud</div>
|
|
233
|
-
</div>
|
|
234
|
-
<div style={boxStyle}>
|
|
235
|
-
<EmptyCloudDanger />
|
|
236
|
-
<div style={textStyle}>EmptyCloudDanger</div>
|
|
237
|
-
</div>
|
|
238
|
-
<div style={boxStyle}>
|
|
239
|
-
<Inconvenience />
|
|
240
|
-
<div style={textStyle}>Inconvenience</div>
|
|
241
|
-
</div>
|
|
242
|
-
<div style={boxStyle}>
|
|
243
|
-
<InvalidUrl />
|
|
244
|
-
<div style={textStyle}>InvalidUrl</div>
|
|
245
|
-
</div>
|
|
246
|
-
<div style={boxStyle}>
|
|
247
|
-
<NoRequestFound />
|
|
248
|
-
<div style={textStyle}>NoRequestFound</div>
|
|
249
|
-
</div>
|
|
250
|
-
<div style={boxStyle}>
|
|
251
|
-
<PageNotFound />
|
|
252
|
-
<div style={textStyle}>PageNotFound</div>
|
|
253
|
-
</div>
|
|
254
|
-
<div style={boxStyle}>
|
|
255
|
-
<UnableToProcessRequest />
|
|
256
|
-
<div style={textStyle}>UnableToProcessRequest</div>
|
|
257
|
-
</div>
|
|
258
|
-
<div style={boxStyle}>
|
|
259
|
-
<UnauthorizedLogin />
|
|
260
|
-
<div style={textStyle}>UnathorizedLogin</div>
|
|
261
|
-
</div>
|
|
262
|
-
<div style={boxStyle}>
|
|
263
|
-
<UrlNotFound />
|
|
264
|
-
<div style={textStyle}>UrlNotFound</div>
|
|
265
|
-
</div>
|
|
266
|
-
<div style={boxStyle}>
|
|
267
|
-
<WillBeRightBack />
|
|
268
|
-
<div style={textStyle}>WillBeRightBack</div>
|
|
269
|
-
</div>
|
|
270
|
-
<div style={boxStyle}>
|
|
271
|
-
<SitBack />
|
|
272
|
-
<div style={textStyle}>SitBack</div>
|
|
273
|
-
</div>
|
|
274
|
-
<div style={boxStyle}>
|
|
275
|
-
<div style={{ height: '40px', width: '40px', margin: 'auto' }}>
|
|
276
|
-
<Loader />
|
|
277
|
-
</div>
|
|
278
|
-
<div style={textStyle}>Loader</div>
|
|
279
|
-
</div>
|
|
280
|
-
</div>
|
|
281
|
-
</React.Fragment>
|
|
282
|
-
);
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
if (__DOCS__) {
|
|
286
|
-
SVG__default.docs = {
|
|
287
|
-
componentGroup: 'SVG'
|
|
288
|
-
};
|
|
289
|
-
}
|
package/src/svg/images/.DS_Store
DELETED
|
Binary file
|