@zohodesk/svg 1.0.0-beta.5 → 1.0.0-beta.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +173 -1
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
- package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
- package/es/Loader/Loader.js +68 -0
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/Provider.js +74 -0
- package/es/SVG/SVG.js +56 -0
- package/es/{svg → SVG}/SVG.module.css +2 -3
- package/es/SVG/SvgLoader.js +28 -0
- package/es/SVG/props/defaultProps.js +11 -0
- package/es/SVG/props/propTypes.js +15 -0
- package/es/css/EmptyStateVariables.module.css +39 -0
- package/es/docs/Emptystate__version1.docs.js +29 -0
- package/es/docs/Emptystate__version2.docs.js +45 -0
- package/es/docs/Emptystate__version3.docs.js +180 -0
- package/es/docs/Errorstate__version1.docs.js +41 -0
- package/es/docs/Errorstate__version2.docs.js +33 -0
- package/es/docs/Errorstate__version3.docs.js +39 -0
- package/es/docs/SVG__common.docs.js +29 -0
- package/es/docs/SVGdocstyle.module.css +53 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
- package/es/emptystate/version2/EmptyFromAddress.js +30 -0
- package/es/emptystate/version2/EmptyImportHistory.js +30 -0
- package/es/emptystate/version2/EmptyNetwork.js +30 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
- package/es/emptystate/version2/EmptyRoles.js +30 -0
- package/es/emptystate/version2/EmptyWebhook.js +30 -0
- package/es/emptystate/version2/FailureLog.js +30 -0
- package/es/emptystate/version3/AuditLog.js +80 -0
- package/es/emptystate/version3/CustomModule.js +59 -0
- package/es/emptystate/version3/EmptyAccounts.js +90 -0
- package/es/emptystate/version3/EmptyActiveCalls.js +61 -0
- package/es/emptystate/version3/EmptyActivity.js +61 -0
- package/es/emptystate/version3/EmptyAgent.js +61 -0
- package/es/emptystate/version3/EmptyAgentQueue.js +67 -0
- package/es/emptystate/version3/EmptyApplechat.js +74 -0
- package/es/emptystate/version3/EmptyApproval.js +67 -0
- package/es/emptystate/version3/EmptyArchived.js +69 -0
- package/es/emptystate/version3/EmptyArticle.js +75 -0
- package/es/emptystate/version3/EmptyAsapchat.js +69 -0
- package/es/emptystate/version3/EmptyAttach.js +61 -0
- package/es/emptystate/version3/EmptyBlueprint.js +76 -0
- package/es/emptystate/version3/EmptyCallHistory.js +63 -0
- package/es/emptystate/version3/EmptyCanned.js +79 -0
- package/es/emptystate/version3/EmptyChat.js +79 -0
- package/es/emptystate/version3/EmptyCollision.js +61 -0
- package/es/emptystate/version3/EmptyColumn.js +67 -0
- package/es/emptystate/version3/EmptyContact.js +61 -0
- package/es/emptystate/version3/EmptyContract.js +57 -0
- package/es/emptystate/version3/EmptyConversation.js +61 -0
- package/es/emptystate/version3/EmptyCrm.js +61 -0
- package/es/emptystate/version3/EmptyCrmNotes.js +72 -0
- package/es/emptystate/version3/EmptyCrmPotential.js +75 -0
- package/es/emptystate/version3/EmptyDashboard.js +67 -0
- package/es/emptystate/version3/EmptyDelete.js +52 -0
- package/es/emptystate/version3/EmptyDepartment.js +61 -0
- package/es/emptystate/version3/EmptyError.js +84 -0
- package/es/emptystate/version3/EmptyFeed.js +64 -0
- package/es/emptystate/version3/EmptyFollowers.js +62 -0
- package/es/emptystate/version3/EmptyFrame.js +60 -0
- package/es/emptystate/version3/EmptyHappiness.js +61 -0
- package/es/emptystate/version3/EmptyHistory.js +61 -0
- package/es/emptystate/version3/EmptyInstagram.js +75 -0
- package/es/emptystate/version3/EmptyInstantmessage.js +77 -0
- package/es/emptystate/version3/EmptyInvoice.js +66 -0
- package/es/emptystate/version3/EmptyLine.js +75 -0
- package/es/emptystate/version3/EmptyMessenger.js +62 -0
- package/es/emptystate/version3/EmptyNoData.js +80 -0
- package/es/emptystate/version3/EmptyNotification.js +61 -0
- package/es/emptystate/version3/EmptyProducts.js +64 -0
- package/es/emptystate/version3/EmptyReply.js +56 -0
- package/es/emptystate/version3/EmptyReports.js +67 -0
- package/es/emptystate/version3/EmptySchedule.js +103 -0
- package/es/emptystate/version3/EmptySearch.js +71 -0
- package/es/emptystate/version3/EmptySkills.js +109 -0
- package/es/emptystate/version3/EmptySla.js +56 -0
- package/es/emptystate/version3/EmptySnippet.js +71 -0
- package/es/emptystate/version3/EmptyTag.js +64 -0
- package/es/emptystate/version3/EmptyTask.js +77 -0
- package/es/emptystate/version3/EmptyTeams.js +61 -0
- package/es/emptystate/version3/EmptyTelegram.js +75 -0
- package/es/emptystate/version3/EmptyTemplate.js +73 -0
- package/es/emptystate/version3/EmptyTicket.js +64 -0
- package/es/emptystate/version3/EmptyTimeEntry.js +67 -0
- package/es/emptystate/version3/EmptyTimeline.js +61 -0
- package/es/emptystate/version3/EmptyTopic.js +67 -0
- package/es/emptystate/version3/EmptyTwilio.js +75 -0
- package/es/emptystate/version3/EmptyWechat.js +75 -0
- package/es/emptystate/version3/EmptyWhatsapp.js +75 -0
- package/es/emptystate/version3/Export.js +56 -0
- package/es/emptystate/version3/Extensions.js +62 -0
- package/es/emptystate/version3/Extractor.js +55 -0
- package/es/emptystate/version3/GCBot.js +53 -0
- package/es/emptystate/version3/GCConversation.js +55 -0
- package/es/emptystate/version3/Import.js +71 -0
- package/es/emptystate/version3/KBBot.js +68 -0
- package/es/emptystate/version3/Multilingual.js +61 -0
- package/es/emptystate/version3/NetworkError.js +64 -0
- package/es/emptystate/version3/Predictor.js +62 -0
- package/es/emptystate/version3/ReadRecipients.js +60 -0
- package/es/emptystate/version3/SupportPlan.js +77 -0
- package/es/emptystate/version3/Variable.js +59 -0
- package/es/emptystate/version3/ZiaAnamoly.js +56 -0
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +34 -0
- package/es/errorstate/version1/NoRequestFound.js +34 -0
- package/es/errorstate/version1/PageNotFound.js +35 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
- package/es/errorstate/version1/UrlNotFound.js +35 -0
- package/es/errorstate/version1/WillBeRightBack.js +35 -0
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +36 -0
- package/es/errorstate/version2/EmptyWillBeRightBack.js +31 -0
- package/es/errorstate/version2/NotImpossible.js +70 -0
- package/es/errorstate/version3/ErrorInconvenience.js +106 -0
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +107 -0
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +107 -0
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +114 -0
- package/es/errorstate/version3/ErrorUrlNotFound.js +107 -0
- package/es/errorstate/version3/ErrorWillBeRightBack.js +106 -0
- package/es/index.js +9 -4
- package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
- package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
- package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
- package/images/EmptyCustomDomain.svg +85 -0
- package/{es/svg/images → images}/EmptyFilter.svg +0 -0
- package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
- package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
- package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
- package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
- package/{es/svg/images → images}/EmptyRoles.svg +0 -0
- package/images/EmptySkills.svg +83 -0
- package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
- package/{es/svg/images → images}/FailureLog.svg +0 -0
- package/{es/svg/images → images}/Inconvenience.svg +0 -0
- package/{es/svg/images → images}/NoRequestFound.svg +0 -0
- package/{es/svg/images → images}/PageNotFound.svg +0 -0
- package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
- package/{es/svg/images → images}/UnableToProcess.svg +0 -0
- package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
- package/{es/svg/images → images}/WillBack.svg +0 -0
- package/lib/Loader/Loader.js +117 -0
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +15 -0
- package/lib/Provider.js +139 -0
- package/lib/SVG/SVG.js +107 -0
- package/lib/{svg → SVG}/SVG.module.css +2 -3
- package/lib/SVG/SvgLoader.js +66 -0
- package/lib/SVG/props/defaultProps.js +18 -0
- package/lib/SVG/props/propTypes.js +26 -0
- package/lib/css/EmptyStateVariables.module.css +39 -0
- package/lib/docs/Emptystate__version1.docs.js +79 -0
- package/lib/docs/Emptystate__version2.docs.js +103 -0
- package/lib/docs/Emptystate__version3.docs.js +304 -0
- package/lib/docs/Errorstate__version1.docs.js +97 -0
- package/lib/docs/Errorstate__version2.docs.js +85 -0
- package/lib/docs/Errorstate__version3.docs.js +94 -0
- package/lib/docs/SVG__common.docs.js +79 -0
- package/lib/docs/SVGdocstyle.module.css +53 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/emptystate/props/propTypes.js +20 -0
- package/lib/emptystate/version1/EmptyCustomDomain.js +88 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +88 -0
- package/lib/emptystate/version2/EmptyBusinessHour.js +88 -0
- package/lib/emptystate/version2/EmptyFromAddress.js +88 -0
- package/lib/emptystate/version2/EmptyImportHistory.js +88 -0
- package/lib/emptystate/version2/EmptyNetwork.js +88 -0
- package/lib/emptystate/version2/EmptyRecycleBin.js +88 -0
- package/lib/emptystate/version2/EmptyRoles.js +88 -0
- package/lib/emptystate/version2/EmptyWebhook.js +88 -0
- package/lib/emptystate/version2/FailureLog.js +88 -0
- package/lib/emptystate/version3/AuditLog.js +137 -0
- package/lib/emptystate/version3/CustomModule.js +116 -0
- package/lib/emptystate/version3/EmptyAccounts.js +147 -0
- package/lib/emptystate/version3/EmptyActiveCalls.js +118 -0
- package/lib/emptystate/version3/EmptyActivity.js +118 -0
- package/lib/emptystate/version3/EmptyAgent.js +118 -0
- package/lib/emptystate/version3/EmptyAgentQueue.js +124 -0
- package/lib/emptystate/version3/EmptyApplechat.js +131 -0
- package/lib/emptystate/version3/EmptyApproval.js +124 -0
- package/lib/emptystate/version3/EmptyArchived.js +126 -0
- package/lib/emptystate/version3/EmptyArticle.js +132 -0
- package/lib/emptystate/version3/EmptyAsapchat.js +126 -0
- package/lib/emptystate/version3/EmptyAttach.js +118 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +133 -0
- package/lib/emptystate/version3/EmptyCallHistory.js +120 -0
- package/lib/emptystate/version3/EmptyCanned.js +136 -0
- package/lib/emptystate/version3/EmptyChat.js +136 -0
- package/lib/emptystate/version3/EmptyCollision.js +118 -0
- package/lib/emptystate/version3/EmptyColumn.js +124 -0
- package/lib/emptystate/version3/EmptyContact.js +118 -0
- package/lib/emptystate/version3/EmptyContract.js +114 -0
- package/lib/emptystate/version3/EmptyConversation.js +118 -0
- package/lib/emptystate/version3/EmptyCrm.js +118 -0
- package/lib/emptystate/version3/EmptyCrmNotes.js +129 -0
- package/lib/emptystate/version3/EmptyCrmPotential.js +132 -0
- package/lib/emptystate/version3/EmptyDashboard.js +124 -0
- package/lib/emptystate/version3/EmptyDelete.js +109 -0
- package/lib/emptystate/version3/EmptyDepartment.js +118 -0
- package/lib/emptystate/version3/EmptyError.js +141 -0
- package/lib/emptystate/version3/EmptyFeed.js +121 -0
- package/lib/emptystate/version3/EmptyFollowers.js +119 -0
- package/lib/emptystate/version3/EmptyFrame.js +117 -0
- package/lib/emptystate/version3/EmptyHappiness.js +118 -0
- package/lib/emptystate/version3/EmptyHistory.js +118 -0
- package/lib/emptystate/version3/EmptyInstagram.js +132 -0
- package/lib/emptystate/version3/EmptyInstantmessage.js +134 -0
- package/lib/emptystate/version3/EmptyInvoice.js +123 -0
- package/lib/emptystate/version3/EmptyLine.js +132 -0
- package/lib/emptystate/version3/EmptyMessenger.js +119 -0
- package/lib/emptystate/version3/EmptyNoData.js +137 -0
- package/lib/emptystate/version3/EmptyNotification.js +118 -0
- package/lib/emptystate/version3/EmptyProducts.js +121 -0
- package/lib/emptystate/version3/EmptyReply.js +113 -0
- package/lib/emptystate/version3/EmptyReports.js +124 -0
- package/lib/emptystate/version3/EmptySchedule.js +160 -0
- package/lib/emptystate/version3/EmptySearch.js +128 -0
- package/lib/emptystate/version3/EmptySkills.js +166 -0
- package/lib/emptystate/version3/EmptySla.js +113 -0
- package/lib/emptystate/version3/EmptySnippet.js +128 -0
- package/lib/emptystate/version3/EmptyTag.js +121 -0
- package/lib/emptystate/version3/EmptyTask.js +134 -0
- package/lib/emptystate/version3/EmptyTeams.js +118 -0
- package/lib/emptystate/version3/EmptyTelegram.js +132 -0
- package/lib/emptystate/version3/EmptyTemplate.js +130 -0
- package/lib/emptystate/version3/EmptyTicket.js +121 -0
- package/lib/emptystate/version3/EmptyTimeEntry.js +124 -0
- package/lib/emptystate/version3/EmptyTimeline.js +118 -0
- package/lib/emptystate/version3/EmptyTopic.js +124 -0
- package/lib/emptystate/version3/EmptyTwilio.js +132 -0
- package/lib/emptystate/version3/EmptyWechat.js +132 -0
- package/lib/emptystate/version3/EmptyWhatsapp.js +132 -0
- package/lib/emptystate/version3/Export.js +113 -0
- package/lib/emptystate/version3/Extensions.js +119 -0
- package/lib/emptystate/version3/Extractor.js +112 -0
- package/lib/emptystate/version3/GCBot.js +110 -0
- package/lib/emptystate/version3/GCConversation.js +112 -0
- package/lib/emptystate/version3/Import.js +128 -0
- package/lib/emptystate/version3/KBBot.js +125 -0
- package/lib/emptystate/version3/Multilingual.js +118 -0
- package/lib/emptystate/version3/NetworkError.js +121 -0
- package/lib/emptystate/version3/Predictor.js +119 -0
- package/lib/emptystate/version3/ReadRecipients.js +117 -0
- package/lib/emptystate/version3/SupportPlan.js +134 -0
- package/lib/emptystate/version3/Variable.js +116 -0
- package/lib/emptystate/version3/ZiaAnamoly.js +113 -0
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +20 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +90 -0
- package/lib/errorstate/version1/NoRequestFound.js +90 -0
- package/lib/errorstate/version1/PageNotFound.js +91 -0
- package/lib/errorstate/version1/UnableToProcessRequest.js +91 -0
- package/lib/errorstate/version1/UnauthorizedLogin.js +91 -0
- package/lib/errorstate/version1/UrlNotFound.js +91 -0
- package/lib/errorstate/version1/WillBeRightBack.js +91 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +93 -0
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +88 -0
- package/lib/errorstate/version2/NotImpossible.js +127 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +163 -0
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +164 -0
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +164 -0
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +171 -0
- package/lib/errorstate/version3/ErrorUrlNotFound.js +164 -0
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +163 -0
- package/lib/index.js +71 -29
- package/package.json +29 -15
- package/.DS_Store +0 -0
- package/es/svg/EmptyAccounts.js +0 -57
- package/es/svg/EmptyActiveCalls.js +0 -64
- package/es/svg/EmptyActivity.js +0 -59
- package/es/svg/EmptyAgent.js +0 -56
- package/es/svg/EmptyArchived.js +0 -55
- package/es/svg/EmptyAttach.js +0 -56
- package/es/svg/EmptyBlueprint.js +0 -56
- package/es/svg/EmptyBusinessHoliday.js +0 -56
- package/es/svg/EmptyBusinessHour.js +0 -56
- package/es/svg/EmptyCallHistory.js +0 -64
- package/es/svg/EmptyCloud.js +0 -55
- package/es/svg/EmptyCloudDanger.js +0 -131
- package/es/svg/EmptyContact.js +0 -57
- package/es/svg/EmptyConversation.js +0 -56
- package/es/svg/EmptyDashboard.js +0 -56
- package/es/svg/EmptyEdition.js +0 -56
- package/es/svg/EmptyFromAddress.js +0 -56
- package/es/svg/EmptyHappiness.js +0 -56
- package/es/svg/EmptyHistory.js +0 -63
- package/es/svg/EmptyImportHistory.js +0 -56
- package/es/svg/EmptyInvoice.js +0 -56
- package/es/svg/EmptyNetwork.js +0 -56
- package/es/svg/EmptyNotification.js +0 -56
- package/es/svg/EmptyProducts.js +0 -56
- package/es/svg/EmptyRecycleBin.js +0 -56
- package/es/svg/EmptyReports.js +0 -56
- package/es/svg/EmptyRoles.js +0 -56
- package/es/svg/EmptySearch.js +0 -56
- package/es/svg/EmptySkills.js +0 -62
- package/es/svg/EmptySnippet.js +0 -62
- package/es/svg/EmptyTag.js +0 -56
- package/es/svg/EmptyTask.js +0 -56
- package/es/svg/EmptyTeams.js +0 -56
- package/es/svg/EmptyTemplate.js +0 -57
- package/es/svg/EmptyTicket.js +0 -56
- package/es/svg/EmptyTimeEntry.js +0 -56
- package/es/svg/EmptyTopic.js +0 -56
- package/es/svg/EmptyWebhook.js +0 -56
- package/es/svg/FailureLog.js +0 -56
- package/es/svg/Inconvenience.js +0 -65
- package/es/svg/InvalidUrl.js +0 -780
- package/es/svg/Loader.js +0 -49
- package/es/svg/NoRequestFound.js +0 -65
- package/es/svg/PageNotFound.js +0 -65
- package/es/svg/SVG.js +0 -102
- package/es/svg/SitBack.js +0 -54
- package/es/svg/UnableToProcessRequest.js +0 -65
- package/es/svg/UnauthorizedLogin.js +0 -65
- package/es/svg/UrlNotFound.js +0 -65
- package/es/svg/WillBeRightBack.js +0 -65
- package/es/svg/docs/SVG__default.docs.js +0 -605
- package/es/svg/images/EmptyAccounts.svg +0 -55
- package/es/svg/images/EmptyActiveCalls.svg +0 -57
- package/es/svg/images/EmptyActivity.svg +0 -85
- package/es/svg/images/EmptyAgent.svg +0 -52
- package/es/svg/images/EmptyArchived.svg +0 -38
- package/es/svg/images/EmptyAttach.svg +0 -39
- package/es/svg/images/EmptyBlueprint.svg +0 -78
- package/es/svg/images/EmptyCallHistory.svg +0 -46
- package/es/svg/images/EmptyCloud.svg +0 -38
- package/es/svg/images/EmptyContact.svg +0 -33
- package/es/svg/images/EmptyConversation.svg +0 -38
- package/es/svg/images/EmptyDashboard.svg +0 -42
- package/es/svg/images/EmptyEdition.svg +0 -76
- package/es/svg/images/EmptyHappiness.svg +0 -58
- package/es/svg/images/EmptyHistory.svg +0 -44
- package/es/svg/images/EmptyInvoice.svg +0 -45
- package/es/svg/images/EmptyNotification.svg +0 -38
- package/es/svg/images/EmptyProducts.svg +0 -57
- package/es/svg/images/EmptyReports.svg +0 -39
- package/es/svg/images/EmptySearch.svg +0 -37
- package/es/svg/images/EmptySkills.svg +0 -75
- package/es/svg/images/EmptySnippet.svg +0 -46
- package/es/svg/images/EmptyTag.svg +0 -43
- package/es/svg/images/EmptyTask.svg +0 -42
- package/es/svg/images/EmptyTeams.svg +0 -39
- package/es/svg/images/EmptyTemplate.svg +0 -39
- package/es/svg/images/EmptyTicket.svg +0 -33
- package/es/svg/images/EmptyTimeEntry.svg +0 -96
- package/es/svg/images/EmptyTopic.svg +0 -41
- package/es/svg/images/Loader.svg +0 -62
- package/es/svg/images/SitBack.svg +0 -464
- package/lib/svg/EmptyAccounts.js +0 -79
- package/lib/svg/EmptyActiveCalls.js +0 -86
- package/lib/svg/EmptyActivity.js +0 -81
- package/lib/svg/EmptyAgent.js +0 -78
- package/lib/svg/EmptyArchived.js +0 -77
- package/lib/svg/EmptyAttach.js +0 -78
- package/lib/svg/EmptyBlueprint.js +0 -78
- package/lib/svg/EmptyBusinessHoliday.js +0 -78
- package/lib/svg/EmptyBusinessHour.js +0 -78
- package/lib/svg/EmptyCallHistory.js +0 -86
- package/lib/svg/EmptyCloud.js +0 -77
- package/lib/svg/EmptyCloudDanger.js +0 -147
- package/lib/svg/EmptyContact.js +0 -79
- package/lib/svg/EmptyConversation.js +0 -78
- package/lib/svg/EmptyDashboard.js +0 -78
- package/lib/svg/EmptyEdition.js +0 -78
- package/lib/svg/EmptyFromAddress.js +0 -78
- package/lib/svg/EmptyHappiness.js +0 -78
- package/lib/svg/EmptyHistory.js +0 -85
- package/lib/svg/EmptyImportHistory.js +0 -78
- package/lib/svg/EmptyInvoice.js +0 -78
- package/lib/svg/EmptyNetwork.js +0 -78
- package/lib/svg/EmptyNotification.js +0 -78
- package/lib/svg/EmptyProducts.js +0 -78
- package/lib/svg/EmptyRecycleBin.js +0 -78
- package/lib/svg/EmptyReports.js +0 -78
- package/lib/svg/EmptyRoles.js +0 -78
- package/lib/svg/EmptySearch.js +0 -78
- package/lib/svg/EmptySkills.js +0 -84
- package/lib/svg/EmptySnippet.js +0 -84
- package/lib/svg/EmptyTag.js +0 -78
- package/lib/svg/EmptyTask.js +0 -78
- package/lib/svg/EmptyTeams.js +0 -78
- package/lib/svg/EmptyTemplate.js +0 -79
- package/lib/svg/EmptyTicket.js +0 -78
- package/lib/svg/EmptyTimeEntry.js +0 -78
- package/lib/svg/EmptyTopic.js +0 -78
- package/lib/svg/EmptyWebhook.js +0 -78
- package/lib/svg/FailureLog.js +0 -78
- package/lib/svg/Inconvenience.js +0 -87
- package/lib/svg/InvalidUrl.js +0 -799
- package/lib/svg/Loader.js +0 -71
- package/lib/svg/NoRequestFound.js +0 -87
- package/lib/svg/PageNotFound.js +0 -87
- package/lib/svg/SVG.js +0 -121
- package/lib/svg/SitBack.js +0 -76
- package/lib/svg/UnableToProcessRequest.js +0 -87
- package/lib/svg/UnauthorizedLogin.js +0 -87
- package/lib/svg/UrlNotFound.js +0 -87
- package/lib/svg/WillBeRightBack.js +0 -87
- package/lib/svg/docs/SVG__default.docs.js +0 -765
- package/lib/svg/images/EmptyAccounts.svg +0 -55
- package/lib/svg/images/EmptyActiveCalls.svg +0 -57
- package/lib/svg/images/EmptyActivity.svg +0 -85
- package/lib/svg/images/EmptyAgent.svg +0 -52
- package/lib/svg/images/EmptyArchived.svg +0 -38
- package/lib/svg/images/EmptyAttach.svg +0 -39
- package/lib/svg/images/EmptyBlueprint.svg +0 -78
- package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/lib/svg/images/EmptyBusinessHour.svg +0 -42
- package/lib/svg/images/EmptyCallHistory.svg +0 -46
- package/lib/svg/images/EmptyCloud.svg +0 -38
- package/lib/svg/images/EmptyContact.svg +0 -33
- package/lib/svg/images/EmptyContactInfo.svg +0 -27
- package/lib/svg/images/EmptyConversation.svg +0 -38
- package/lib/svg/images/EmptyDashboard.svg +0 -42
- package/lib/svg/images/EmptyEdition.svg +0 -76
- package/lib/svg/images/EmptyFilter.svg +0 -62
- package/lib/svg/images/EmptyFromAddress.svg +0 -41
- package/lib/svg/images/EmptyHappiness.svg +0 -58
- package/lib/svg/images/EmptyHistory.svg +0 -44
- package/lib/svg/images/EmptyImportHistory.svg +0 -43
- package/lib/svg/images/EmptyInvoice.svg +0 -45
- package/lib/svg/images/EmptyNetwork.svg +0 -50
- package/lib/svg/images/EmptyNotification.svg +0 -38
- package/lib/svg/images/EmptyProducts.svg +0 -57
- package/lib/svg/images/EmptyRecycleBin.svg +0 -58
- package/lib/svg/images/EmptyReports.svg +0 -39
- package/lib/svg/images/EmptyRoles.svg +0 -30
- package/lib/svg/images/EmptySearch.svg +0 -37
- package/lib/svg/images/EmptySkills.svg +0 -75
- package/lib/svg/images/EmptySnippet.svg +0 -46
- package/lib/svg/images/EmptyTag.svg +0 -43
- package/lib/svg/images/EmptyTask.svg +0 -42
- package/lib/svg/images/EmptyTeams.svg +0 -39
- package/lib/svg/images/EmptyTemplate.svg +0 -39
- package/lib/svg/images/EmptyTicket.svg +0 -33
- package/lib/svg/images/EmptyTimeEntry.svg +0 -96
- package/lib/svg/images/EmptyTopic.svg +0 -41
- package/lib/svg/images/EmptyWebhook.svg +0 -44
- package/lib/svg/images/FailureLog.svg +0 -46
- package/lib/svg/images/Inconvenience.svg +0 -719
- package/lib/svg/images/Loader.svg +0 -62
- package/lib/svg/images/NoRequestFound.svg +0 -247
- package/lib/svg/images/PageNotFound.svg +0 -405
- package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/SitBack.svg +0 -464
- package/lib/svg/images/UnableToProcess.svg +0 -752
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
- package/src/.DS_Store +0 -0
- package/src/index.js +0 -7
- package/src/svg/.DS_Store +0 -0
- package/src/svg/EmptyAccounts.js +0 -30
- package/src/svg/EmptyActiveCalls.js +0 -36
- package/src/svg/EmptyActivity.js +0 -31
- package/src/svg/EmptyAgent.js +0 -29
- package/src/svg/EmptyArchived.js +0 -28
- package/src/svg/EmptyAttach.js +0 -29
- package/src/svg/EmptyBlueprint.js +0 -29
- package/src/svg/EmptyBusinessHoliday.js +0 -29
- package/src/svg/EmptyBusinessHour.js +0 -29
- package/src/svg/EmptyCallHistory.js +0 -36
- package/src/svg/EmptyCloud.js +0 -28
- package/src/svg/EmptyCloudDanger.js +0 -104
- package/src/svg/EmptyContact.js +0 -30
- package/src/svg/EmptyConversation.js +0 -29
- package/src/svg/EmptyDashboard.js +0 -29
- package/src/svg/EmptyEdition.js +0 -29
- package/src/svg/EmptyFromAddress.js +0 -29
- package/src/svg/EmptyHappiness.js +0 -29
- package/src/svg/EmptyHistory.js +0 -36
- package/src/svg/EmptyImportHistory.js +0 -29
- package/src/svg/EmptyInvoice.js +0 -29
- package/src/svg/EmptyNetwork.js +0 -29
- package/src/svg/EmptyNotification.js +0 -29
- package/src/svg/EmptyProducts.js +0 -29
- package/src/svg/EmptyRecycleBin.js +0 -29
- package/src/svg/EmptyReports.js +0 -29
- package/src/svg/EmptyRoles.js +0 -29
- package/src/svg/EmptySearch.js +0 -29
- package/src/svg/EmptySkills.js +0 -35
- package/src/svg/EmptySnippet.js +0 -35
- package/src/svg/EmptyTag.js +0 -29
- package/src/svg/EmptyTask.js +0 -29
- package/src/svg/EmptyTeams.js +0 -29
- package/src/svg/EmptyTemplate.js +0 -30
- package/src/svg/EmptyTicket.js +0 -29
- package/src/svg/EmptyTimeEntry.js +0 -29
- package/src/svg/EmptyTopic.js +0 -29
- package/src/svg/EmptyWebhook.js +0 -29
- package/src/svg/FailureLog.js +0 -29
- package/src/svg/Inconvenience.js +0 -38
- package/src/svg/InvalidUrl.js +0 -755
- package/src/svg/Loader.js +0 -25
- package/src/svg/NoRequestFound.js +0 -38
- package/src/svg/PageNotFound.js +0 -38
- package/src/svg/SVG.js +0 -88
- package/src/svg/SVG.module.css +0 -27
- package/src/svg/SitBack.js +0 -29
- package/src/svg/UnableToProcessRequest.js +0 -38
- package/src/svg/UnauthorizedLogin.js +0 -38
- package/src/svg/UrlNotFound.js +0 -38
- package/src/svg/WillBeRightBack.js +0 -38
- package/src/svg/docs/SVG__default.docs.js +0 -289
- package/src/svg/images/.DS_Store +0 -0
- package/src/svg/images/EmptyAccounts.svg +0 -55
- package/src/svg/images/EmptyActiveCalls.svg +0 -57
- package/src/svg/images/EmptyActivity.svg +0 -85
- package/src/svg/images/EmptyAgent.svg +0 -52
- package/src/svg/images/EmptyArchived.svg +0 -38
- package/src/svg/images/EmptyAttach.svg +0 -39
- package/src/svg/images/EmptyBlueprint.svg +0 -78
- package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/src/svg/images/EmptyBusinessHour.svg +0 -42
- package/src/svg/images/EmptyCallHistory.svg +0 -46
- package/src/svg/images/EmptyCloud.svg +0 -38
- package/src/svg/images/EmptyContact.svg +0 -33
- package/src/svg/images/EmptyContactInfo.svg +0 -27
- package/src/svg/images/EmptyConversation.svg +0 -38
- package/src/svg/images/EmptyDashboard.svg +0 -42
- package/src/svg/images/EmptyEdition.svg +0 -76
- package/src/svg/images/EmptyFilter.svg +0 -62
- package/src/svg/images/EmptyFromAddress.svg +0 -41
- package/src/svg/images/EmptyHappiness.svg +0 -58
- package/src/svg/images/EmptyHistory.svg +0 -44
- package/src/svg/images/EmptyImportHistory.svg +0 -43
- package/src/svg/images/EmptyInvoice.svg +0 -45
- package/src/svg/images/EmptyNetwork.svg +0 -50
- package/src/svg/images/EmptyNotification.svg +0 -38
- package/src/svg/images/EmptyProducts.svg +0 -57
- package/src/svg/images/EmptyRecycleBin.svg +0 -58
- package/src/svg/images/EmptyReports.svg +0 -39
- package/src/svg/images/EmptyRoles.svg +0 -30
- package/src/svg/images/EmptySearch.svg +0 -37
- package/src/svg/images/EmptySkills.svg +0 -75
- package/src/svg/images/EmptySnippet.svg +0 -46
- package/src/svg/images/EmptyTag.svg +0 -43
- package/src/svg/images/EmptyTask.svg +0 -42
- package/src/svg/images/EmptyTeams.svg +0 -39
- package/src/svg/images/EmptyTemplate.svg +0 -39
- package/src/svg/images/EmptyTicket.svg +0 -33
- package/src/svg/images/EmptyTimeEntry.svg +0 -96
- package/src/svg/images/EmptyTopic.svg +0 -41
- package/src/svg/images/EmptyWebhook.svg +0 -44
- package/src/svg/images/FailureLog.svg +0 -46
- package/src/svg/images/Inconvenience.svg +0 -719
- package/src/svg/images/Loader.svg +0 -62
- package/src/svg/images/NoRequestFound.svg +0 -247
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/ReguestUrlNotFound.svg +0 -267
- package/src/svg/images/SitBack.svg +0 -464
- package/src/svg/images/UnableToProcess.svg +0 -752
- package/src/svg/images/UnauthorizedLogin.svg +0 -1047
- package/src/svg/images/WillBack.svg +0 -633
package/es/Provider.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AppContainer from '@zohodesk/components/lib/AppContainer/AppContainer';
|
|
3
|
+
import { Container } from '@zohodesk/components/lib/Layout';
|
|
4
|
+
import ThemeTool from '../../common/lib/ThemeTool/ThemeTool';
|
|
5
|
+
import '@zohodesk/components/assets/Appearance/default/mode/defaultMode.module.css';
|
|
6
|
+
import '@zohodesk/components/assets/Appearance/dark/mode/darkMode.module.css';
|
|
7
|
+
/* default mode & themes */
|
|
8
|
+
|
|
9
|
+
import '../assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css';
|
|
10
|
+
import '../assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css';
|
|
11
|
+
import '../assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css';
|
|
12
|
+
import '../assets/Appearance/default/themes/red/redDefaultCTATheme.module.css';
|
|
13
|
+
import '../assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css';
|
|
14
|
+
import '../assets/Appearance/default/mode/defaultEmptyStates.module.css';
|
|
15
|
+
/* dark mode & themes */
|
|
16
|
+
|
|
17
|
+
import '../assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css';
|
|
18
|
+
import '../assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css';
|
|
19
|
+
import '../assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css';
|
|
20
|
+
import '../assets/Appearance/dark/themes/red/redDarkCTATheme.module.css';
|
|
21
|
+
import '../assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css';
|
|
22
|
+
import '../assets/Appearance/dark/mode/darkEmptyStates.module.css';
|
|
23
|
+
/* pure dark mode & themes */
|
|
24
|
+
|
|
25
|
+
import '../assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css';
|
|
26
|
+
import '../assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css';
|
|
27
|
+
import '../assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css';
|
|
28
|
+
import '../assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css';
|
|
29
|
+
import '../assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css';
|
|
30
|
+
import '../assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css';
|
|
31
|
+
export default class Provider extends React.Component {
|
|
32
|
+
constructor(props) {
|
|
33
|
+
super(props);
|
|
34
|
+
this.state = {
|
|
35
|
+
appearanceName: 'default',
|
|
36
|
+
themeName: 'blue'
|
|
37
|
+
};
|
|
38
|
+
this.setTheme = this.setTheme.bind(this);
|
|
39
|
+
this.setAppearance = this.setAppearance.bind(this);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
setAppearance(mode) {
|
|
43
|
+
this.setState({
|
|
44
|
+
appearanceName: mode
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
setTheme(theme) {
|
|
49
|
+
this.setState({
|
|
50
|
+
themeName: theme
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
render() {
|
|
55
|
+
let {
|
|
56
|
+
appearanceName,
|
|
57
|
+
themeName
|
|
58
|
+
} = this.state;
|
|
59
|
+
return /*#__PURE__*/React.createElement(AppContainer, {
|
|
60
|
+
customProps: {
|
|
61
|
+
ExtraProps: {
|
|
62
|
+
'data-mode': appearanceName,
|
|
63
|
+
'data-theme': themeName
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}, /*#__PURE__*/React.createElement(Container, {
|
|
67
|
+
scroll: "vertical"
|
|
68
|
+
}, this.props.children), /*#__PURE__*/React.createElement(ThemeTool, {
|
|
69
|
+
onThemeChange: this.setTheme,
|
|
70
|
+
onAppearanceChange: this.setAppearance
|
|
71
|
+
}));
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
}
|
package/es/SVG/SVG.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgProps } from './props/propTypes';
|
|
3
|
+
import { SvgDefaultProps } from './props/defaultProps';
|
|
4
|
+
import style from './SVG.module.css';
|
|
5
|
+
import styles from './../css/EmptyStateVariables.module.css';
|
|
6
|
+
export default class SVG extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
let {
|
|
9
|
+
viewBox,
|
|
10
|
+
children,
|
|
11
|
+
name,
|
|
12
|
+
isRender,
|
|
13
|
+
isSymbol,
|
|
14
|
+
size,
|
|
15
|
+
className,
|
|
16
|
+
alignHorizontal,
|
|
17
|
+
isFluid,
|
|
18
|
+
dataId,
|
|
19
|
+
palette,
|
|
20
|
+
styleName
|
|
21
|
+
} = this.props;
|
|
22
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, isSymbol ? /*#__PURE__*/React.createElement("div", {
|
|
23
|
+
hidden: true
|
|
24
|
+
}, /*#__PURE__*/React.createElement("svg", null, /*#__PURE__*/React.createElement("symbol", {
|
|
25
|
+
id: name,
|
|
26
|
+
viewBox: viewBox
|
|
27
|
+
}, children))) : null, isRender && isSymbol ? /*#__PURE__*/React.createElement("div", {
|
|
28
|
+
className: `${size === 'large' ? style.large : size === 'small' ? style.small : isFluid ? style.cover : ''} ${className} ${styles[palette]} ${alignHorizontal ? style.svgCenter : ''} `,
|
|
29
|
+
"aria-hidden": "true"
|
|
30
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
31
|
+
height: "100%",
|
|
32
|
+
width: "100%",
|
|
33
|
+
"data-id": dataId
|
|
34
|
+
}, /*#__PURE__*/React.createElement("use", {
|
|
35
|
+
xlinkHref: `#${name}`
|
|
36
|
+
}))) : isRender ? /*#__PURE__*/React.createElement("div", {
|
|
37
|
+
className: `${size === 'large' ? style.large : size === 'small' ? style.small : isFluid ? style.cover : ''} ${className} ${styles[palette]} ${alignHorizontal ? style.svgCenter : ''} `,
|
|
38
|
+
"aria-hidden": "true"
|
|
39
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
40
|
+
height: "100%",
|
|
41
|
+
width: "100%",
|
|
42
|
+
viewBox: viewBox,
|
|
43
|
+
"data-id": dataId,
|
|
44
|
+
style: styleName
|
|
45
|
+
}, children)) : null);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
}
|
|
49
|
+
SVG.propTypes = SvgProps;
|
|
50
|
+
SVG.defaultProps = SvgDefaultProps;
|
|
51
|
+
|
|
52
|
+
if (false) {
|
|
53
|
+
SVG.docs = {
|
|
54
|
+
componentGroup: 'SVG'
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
height: 100%;
|
|
3
3
|
}
|
|
4
4
|
.large {
|
|
5
|
-
height: var(--
|
|
6
|
-
width: var(--
|
|
5
|
+
height: var(--zd_size160);
|
|
6
|
+
width: var(--zd_size160);
|
|
7
7
|
}
|
|
8
8
|
.small {
|
|
9
9
|
height: var(--zd_size130);
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
height: var(--zd_size40);
|
|
18
18
|
width: var(--zd_size40);
|
|
19
19
|
}
|
|
20
|
-
|
|
21
20
|
.center {
|
|
22
21
|
height: 100%;
|
|
23
22
|
width: 100%;
|
|
@@ -0,0 +1,28 @@
|
|
|
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, { useEffect, useState } from 'react';
|
|
4
|
+
export default function SvgLoader(props) {
|
|
5
|
+
let uiProps = {};
|
|
6
|
+
Object.keys(props).filter(prop => prop != 'imageUrl').map(prop => {
|
|
7
|
+
uiProps[prop] = props[prop];
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
let image = require(`./images/${props.imageUrl}`);
|
|
11
|
+
|
|
12
|
+
return /*#__PURE__*/React.createElement("image", _extends({
|
|
13
|
+
xlinkHref: image
|
|
14
|
+
}, uiProps));
|
|
15
|
+
}
|
|
16
|
+
export function StaticSvg(props) {
|
|
17
|
+
let uiProps = {},
|
|
18
|
+
[image, setImage] = useState(null);
|
|
19
|
+
Object.keys(props).filter(prop => prop != 'getImage').map(prop => {
|
|
20
|
+
uiProps[prop] = props[prop];
|
|
21
|
+
});
|
|
22
|
+
useEffect(() => {
|
|
23
|
+
props.getImage().then(image => setImage(image));
|
|
24
|
+
}, [props.getImage]);
|
|
25
|
+
return image ? /*#__PURE__*/React.createElement("image", _extends({
|
|
26
|
+
xlinkHref: image.default
|
|
27
|
+
}, uiProps)) : null;
|
|
28
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export const SvgProps = {
|
|
3
|
+
alignHorizontal: PropTypes.bool,
|
|
4
|
+
children: PropTypes.node,
|
|
5
|
+
className: PropTypes.string,
|
|
6
|
+
dataId: PropTypes.string,
|
|
7
|
+
isFluid: PropTypes.bool,
|
|
8
|
+
isRender: PropTypes.bool,
|
|
9
|
+
isSymbol: PropTypes.bool,
|
|
10
|
+
name: PropTypes.string,
|
|
11
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
12
|
+
viewBox: PropTypes.string,
|
|
13
|
+
palette: PropTypes.oneOf(['default', 'dark']),
|
|
14
|
+
styleName: PropTypes.node
|
|
15
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.default {
|
|
2
|
+
/* empty svg default palette variables */
|
|
3
|
+
--zd_emptysvg_primary_fill: var(--zdt_svg_default_primary_fill);
|
|
4
|
+
--zd_emptysvg_primary_stroke: var(--zdt_svg_default_primary_stroke);
|
|
5
|
+
--zd_emptysvg_secondary_fill: var(--zdt_svg_default_secondary_fill);
|
|
6
|
+
--zd_emptysvg_secondary_plainfill: var(--zdt_svg_default_secondary_plainfill);
|
|
7
|
+
--zd_emptysvg_plus: var(--zdt_svg_default_plus);
|
|
8
|
+
--zd_emptysvg_cross: var(--zdt_svg_default_cross);
|
|
9
|
+
--zd_emptysvg_medium_circle: var(--zdt_svg_default_medium_circle);
|
|
10
|
+
--zd_emptysvg_tiny_circle: var(--zdt_svg_default_tiny_circle);
|
|
11
|
+
--zd_emptysvg_small_circle: var(--zdt_svg_default_small_circle);
|
|
12
|
+
--zd_emptysvg_circle_fill: var(--zdt_svg_default_circle_fill);
|
|
13
|
+
}
|
|
14
|
+
.dark {
|
|
15
|
+
/* empty svg dark palette variables */
|
|
16
|
+
--zd_emptysvg_primary_fill: var(--zdt_svg_dark_primary_fill);
|
|
17
|
+
--zd_emptysvg_primary_stroke: var(--zdt_svg_dark_primary_stroke);
|
|
18
|
+
--zd_emptysvg_secondary_fill: var(--zdt_svg_dark_secondary_fill);
|
|
19
|
+
--zd_emptysvg_secondary_plainfill: var(--zdt_svg_dark_secondary_plainfill);
|
|
20
|
+
--zd_emptysvg_plus: var(--zdt_svg_dark_plus);
|
|
21
|
+
--zd_emptysvg_cross: var(--zdt_svg_dark_cross);
|
|
22
|
+
--zd_emptysvg_medium_circle: var(--zdt_svg_dark_medium_circle);
|
|
23
|
+
--zd_emptysvg_tiny_circle: var(--zdt_svg_dark_tiny_circle);
|
|
24
|
+
--zd_emptysvg_small_circle: var(--zdt_svg_dark_small_circle);
|
|
25
|
+
--zd_emptysvg_circle_fill: var(--zdt_svg_dark_circle_fill);
|
|
26
|
+
}
|
|
27
|
+
.danger {
|
|
28
|
+
/* empty svg danger palette variables */
|
|
29
|
+
--zd_emptysvg_primary_fill: var(--zdt_svg_danger_primary_fill);
|
|
30
|
+
--zd_emptysvg_primary_stroke: var(--zdt_svg_danger_primary_stroke);
|
|
31
|
+
--zd_emptysvg_secondary_fill: var(--zdt_svg_danger_secondary_fill);
|
|
32
|
+
--zd_emptysvg_secondary_plainfill: var(--zdt_svg_danger_secondary_plainfill);
|
|
33
|
+
--zd_emptysvg_plus: var(--zdt_svg_danger_plus);
|
|
34
|
+
--zd_emptysvg_cross: var(--zdt_svg_danger_cross);
|
|
35
|
+
--zd_emptysvg_medium_circle: var(--zdt_svg_danger_medium_circle);
|
|
36
|
+
--zd_emptysvg_tiny_circle: var(--zdt_svg_danger_tiny_circle);
|
|
37
|
+
--zd_emptysvg_small_circle: var(--zdt_svg_danger_small_circle);
|
|
38
|
+
--zd_emptysvg_circle_fill: var(--zdt_svg_danger_circle_fill);
|
|
39
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import EmptyCustomDomain from '../emptystate/version1/EmptyCustomDomain';
|
|
3
|
+
import style from './SVGdocstyle.module.css';
|
|
4
|
+
export default class Emptystate__version1 extends React.Component {
|
|
5
|
+
render() {
|
|
6
|
+
let allSvg = {
|
|
7
|
+
EmptyCustomDomain: /*#__PURE__*/React.createElement(EmptyCustomDomain, null)
|
|
8
|
+
};
|
|
9
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
10
|
+
className: style.parent
|
|
11
|
+
}, Object.keys(allSvg).map(item => {
|
|
12
|
+
let filterDarkPalettes = item.endsWith('DarkPalette');
|
|
13
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
14
|
+
className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
|
|
15
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
16
|
+
className: style.box
|
|
17
|
+
}, allSvg[item]), /*#__PURE__*/React.createElement("div", {
|
|
18
|
+
className: style.textStyle
|
|
19
|
+
}, item));
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if (false) {
|
|
26
|
+
Emptystate__version1.docs = {
|
|
27
|
+
componentGroup: 'Emptystate'
|
|
28
|
+
};
|
|
29
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import EmptyBusinessHoliday from '../emptystate/version2/EmptyBusinessHoliday';
|
|
3
|
+
import EmptyBusinessHour from '../emptystate/version2/EmptyBusinessHour';
|
|
4
|
+
import EmptyImportHistory from '../emptystate/version2/EmptyImportHistory';
|
|
5
|
+
import EmptyRecycleBin from '../emptystate/version2/EmptyRecycleBin';
|
|
6
|
+
import EmptyRoles from '../emptystate/version2/EmptyRoles';
|
|
7
|
+
import EmptyNetwork from '../emptystate/version2/EmptyNetwork';
|
|
8
|
+
import FailureLog from '../emptystate/version2/FailureLog';
|
|
9
|
+
import EmptyFromAddress from '../emptystate/version2/EmptyFromAddress';
|
|
10
|
+
import EmptyWebhook from '../emptystate/version2/EmptyWebhook';
|
|
11
|
+
import style from './SVGdocstyle.module.css';
|
|
12
|
+
export default class Emptystate__version2 extends React.Component {
|
|
13
|
+
render() {
|
|
14
|
+
let allSvg = {
|
|
15
|
+
EmptyBusinessHoliday: /*#__PURE__*/React.createElement(EmptyBusinessHoliday, null),
|
|
16
|
+
EmptyBusinessHour: /*#__PURE__*/React.createElement(EmptyBusinessHour, null),
|
|
17
|
+
EmptyImportHistory: /*#__PURE__*/React.createElement(EmptyImportHistory, null),
|
|
18
|
+
EmptyRecycleBin: /*#__PURE__*/React.createElement(EmptyRecycleBin, null),
|
|
19
|
+
EmptyRoles: /*#__PURE__*/React.createElement(EmptyRoles, null),
|
|
20
|
+
EmptyNetwork: /*#__PURE__*/React.createElement(EmptyNetwork, null),
|
|
21
|
+
FailureLog: /*#__PURE__*/React.createElement(FailureLog, null),
|
|
22
|
+
EmptyFromAddress: /*#__PURE__*/React.createElement(EmptyFromAddress, null),
|
|
23
|
+
EmptyWebhook: /*#__PURE__*/React.createElement(EmptyWebhook, null)
|
|
24
|
+
};
|
|
25
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
className: style.parent
|
|
27
|
+
}, Object.keys(allSvg).map(item => {
|
|
28
|
+
let filterDarkPalettes = item.endsWith('DarkPalette');
|
|
29
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
30
|
+
className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
|
|
31
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
32
|
+
className: style.box
|
|
33
|
+
}, allSvg[item]), /*#__PURE__*/React.createElement("div", {
|
|
34
|
+
className: style.textStyle
|
|
35
|
+
}, item));
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
if (false) {
|
|
42
|
+
Emptystate__version2.docs = {
|
|
43
|
+
componentGroup: 'Emptystate'
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import EmptyActivity from '../emptystate/version3/EmptyActivity';
|
|
3
|
+
import EmptyAccounts from '../emptystate/version3/EmptyAccounts';
|
|
4
|
+
import EmptyAgent from '../emptystate/version3/EmptyAgent';
|
|
5
|
+
import EmptyArchived from '../emptystate/version3/EmptyArchived';
|
|
6
|
+
import EmptyBlueprint from '../emptystate/version3/EmptyBlueprint';
|
|
7
|
+
import EmptyFrame from '../emptystate/version3/EmptyFrame';
|
|
8
|
+
import EmptyContact from '../emptystate/version3/EmptyContact';
|
|
9
|
+
import EmptyDashboard from '../emptystate/version3/EmptyDashboard';
|
|
10
|
+
import EmptyInvoice from '../emptystate/version3/EmptyInvoice';
|
|
11
|
+
import EmptyProducts from '../emptystate/version3/EmptyProducts';
|
|
12
|
+
import EmptyReports from '../emptystate/version3/EmptyReports';
|
|
13
|
+
import EmptySearch from '../emptystate/version3/EmptySearch';
|
|
14
|
+
import EmptyTag from '../emptystate/version3/EmptyTag';
|
|
15
|
+
import EmptyTask from '../emptystate/version3/EmptyTask';
|
|
16
|
+
import EmptyTicket from '../emptystate/version3/EmptyTicket';
|
|
17
|
+
import EmptyAttach from '../emptystate/version3/EmptyAttach';
|
|
18
|
+
import EmptyHappiness from '../emptystate/version3/EmptyHappiness';
|
|
19
|
+
import EmptyConversation from '../emptystate/version3/EmptyConversation';
|
|
20
|
+
import EmptyNotification from '../emptystate/version3/EmptyNotification';
|
|
21
|
+
import EmptyTimeEntry from '../emptystate/version3/EmptyTimeEntry';
|
|
22
|
+
import EmptyTeams from '../emptystate/version3/EmptyTeams';
|
|
23
|
+
import EmptyTopic from '../emptystate/version3/EmptyTopic';
|
|
24
|
+
import EmptyActiveCalls from '../emptystate/version3/EmptyActiveCalls';
|
|
25
|
+
import EmptyCallHistory from '../emptystate/version3/EmptyCallHistory';
|
|
26
|
+
import EmptyHistory from '../emptystate/version3/EmptyHistory';
|
|
27
|
+
import EmptyTemplate from '../emptystate/version3/EmptyTemplate';
|
|
28
|
+
import EmptySkills from '../emptystate/version3/EmptySkills';
|
|
29
|
+
import EmptySnippet from '../emptystate/version3/EmptySnippet';
|
|
30
|
+
import EmptyCrm from '../emptystate/version3/EmptyCrm';
|
|
31
|
+
import EmptyFollowers from '../emptystate/version3/EmptyFollowers';
|
|
32
|
+
import EmptyFeed from '../emptystate/version3/EmptyFeed';
|
|
33
|
+
import EmptySchedule from '../emptystate/version3/EmptySchedule';
|
|
34
|
+
import EmptyColumn from '../emptystate/version3/EmptyColumn';
|
|
35
|
+
import EmptyApproval from '../emptystate/version3/EmptyApproval';
|
|
36
|
+
import EmptyCollision from '../emptystate/version3/EmptyCollision';
|
|
37
|
+
import EmptyCrmNotes from '../emptystate/version3/EmptyCrmNotes';
|
|
38
|
+
import EmptyCrmPotential from '../emptystate/version3/EmptyCrmPotential';
|
|
39
|
+
import EmptyTimeline from '../emptystate/version3/EmptyTimeline';
|
|
40
|
+
import EmptyReply from '../emptystate/version3/EmptyReply';
|
|
41
|
+
import EmptyContract from '../emptystate/version3/EmptyContract';
|
|
42
|
+
import EmptySla from '../emptystate/version3/EmptySla';
|
|
43
|
+
import EmptyAgentQueue from '../emptystate/version3/EmptyAgentQueue';
|
|
44
|
+
import EmptyDepartment from '../emptystate/version3/EmptyDepartment';
|
|
45
|
+
import EmptyMessenger from '../emptystate/version3/EmptyMessenger';
|
|
46
|
+
import EmptyApplechat from '../emptystate/version3/EmptyApplechat';
|
|
47
|
+
import EmptyTelegram from '../emptystate/version3/EmptyTelegram';
|
|
48
|
+
import EmptyArticle from '../emptystate/version3/EmptyArticle';
|
|
49
|
+
import EmptyAsapchat from '../emptystate/version3/EmptyAsapchat';
|
|
50
|
+
import EmptyCanned from '../emptystate/version3/EmptyCanned';
|
|
51
|
+
import EmptyChat from '../emptystate/version3/EmptyChat';
|
|
52
|
+
import EmptyInstagram from '../emptystate/version3/EmptyInstagram';
|
|
53
|
+
import EmptyInstantmessage from '../emptystate/version3/EmptyInstantmessage';
|
|
54
|
+
import EmptyLine from '../emptystate/version3/EmptyLine';
|
|
55
|
+
import EmptyWechat from '../emptystate/version3/EmptyWechat';
|
|
56
|
+
import EmptyTwilio from '../emptystate/version3/EmptyTwilio';
|
|
57
|
+
import EmptyWhatsapp from '../emptystate/version3/EmptyWhatsapp';
|
|
58
|
+
import ZiaAnamoly from '../emptystate/version3/ZiaAnamoly';
|
|
59
|
+
import Predictor from '../emptystate/version3/Predictor';
|
|
60
|
+
import Extractor from '../emptystate/version3/Extractor';
|
|
61
|
+
import EmptyError from '../emptystate/version3/EmptyError';
|
|
62
|
+
import Import from '../emptystate/version3/Import';
|
|
63
|
+
import Export from '../emptystate/version3/Export';
|
|
64
|
+
import Extensions from '../emptystate/version3/Extensions';
|
|
65
|
+
import Multilingual from '../emptystate/version3/Multilingual';
|
|
66
|
+
import EmptyDelete from '../emptystate/version3/EmptyDelete';
|
|
67
|
+
import EmptyNoData from '../emptystate/version3/EmptyNoData';
|
|
68
|
+
import GCBot from '../emptystate/version3/GCBot';
|
|
69
|
+
import GCConversation from '../emptystate/version3/GCConversation';
|
|
70
|
+
import KBBot from '../emptystate/version3/KBBot';
|
|
71
|
+
import NetworkError from '../emptystate/version3/NetworkError';
|
|
72
|
+
import Variable from '../emptystate/version3/Variable';
|
|
73
|
+
import ReadRecipients from '../emptystate/version3/ReadRecipients';
|
|
74
|
+
import CustomModule from '../emptystate/version3/CustomModule';
|
|
75
|
+
import AuditLog from '../emptystate/version3/AuditLog';
|
|
76
|
+
import SupportPlan from '../emptystate/version3/SupportPlan';
|
|
77
|
+
import style from './SVGdocstyle.module.css';
|
|
78
|
+
export default class Emptystate__version3 extends React.Component {
|
|
79
|
+
render() {
|
|
80
|
+
let allSvg = {
|
|
81
|
+
EmptyAccounts: /*#__PURE__*/React.createElement(EmptyAccounts, null),
|
|
82
|
+
EmptyActiveCalls: /*#__PURE__*/React.createElement(EmptyActiveCalls, null),
|
|
83
|
+
EmptyActivity: /*#__PURE__*/React.createElement(EmptyActivity, null),
|
|
84
|
+
EmptyAgent: /*#__PURE__*/React.createElement(EmptyAgent, null),
|
|
85
|
+
EmptyApproval: /*#__PURE__*/React.createElement(EmptyApproval, null),
|
|
86
|
+
EmptyArchived: /*#__PURE__*/React.createElement(EmptyArchived, null),
|
|
87
|
+
EmptyAttach: /*#__PURE__*/React.createElement(EmptyAttach, null),
|
|
88
|
+
EmptyCallHistory: /*#__PURE__*/React.createElement(EmptyCallHistory, null),
|
|
89
|
+
EmptyCollision: /*#__PURE__*/React.createElement(EmptyCollision, null),
|
|
90
|
+
EmptyColumn: /*#__PURE__*/React.createElement(EmptyColumn, null),
|
|
91
|
+
EmptyContact: /*#__PURE__*/React.createElement(EmptyContact, null),
|
|
92
|
+
EmptyConversation: /*#__PURE__*/React.createElement(EmptyConversation, null),
|
|
93
|
+
EmptyCrm: /*#__PURE__*/React.createElement(EmptyCrm, null),
|
|
94
|
+
EmptyCrmNotes: /*#__PURE__*/React.createElement(EmptyCrmNotes, null),
|
|
95
|
+
EmptyCrmPotential: /*#__PURE__*/React.createElement(EmptyCrmPotential, null),
|
|
96
|
+
EmptyDashboard: /*#__PURE__*/React.createElement(EmptyDashboard, null),
|
|
97
|
+
EmptyInvoice: /*#__PURE__*/React.createElement(EmptyInvoice, null),
|
|
98
|
+
EmptyProducts: /*#__PURE__*/React.createElement(EmptyProducts, null),
|
|
99
|
+
EmptyReports: /*#__PURE__*/React.createElement(EmptyReports, null),
|
|
100
|
+
EmptySearch: /*#__PURE__*/React.createElement(EmptySearch, null),
|
|
101
|
+
EmptyTag: /*#__PURE__*/React.createElement(EmptyTag, null),
|
|
102
|
+
EmptyTask: /*#__PURE__*/React.createElement(EmptyTask, null),
|
|
103
|
+
EmptyTicket: /*#__PURE__*/React.createElement(EmptyTicket, null),
|
|
104
|
+
EmptyHappiness: /*#__PURE__*/React.createElement(EmptyHappiness, null),
|
|
105
|
+
EmptyNotification: /*#__PURE__*/React.createElement(EmptyNotification, null),
|
|
106
|
+
EmptyTimeEntry: /*#__PURE__*/React.createElement(EmptyTimeEntry, null),
|
|
107
|
+
EmptyTeams: /*#__PURE__*/React.createElement(EmptyTeams, null),
|
|
108
|
+
EmptyTopic: /*#__PURE__*/React.createElement(EmptyTopic, null),
|
|
109
|
+
EmptySnippet: /*#__PURE__*/React.createElement(EmptySnippet, null),
|
|
110
|
+
EmptyFollowers: /*#__PURE__*/React.createElement(EmptyFollowers, null),
|
|
111
|
+
EmptyFeed: /*#__PURE__*/React.createElement(EmptyFeed, null),
|
|
112
|
+
EmptySchedule: /*#__PURE__*/React.createElement(EmptySchedule, null),
|
|
113
|
+
EmptyHistory: /*#__PURE__*/React.createElement(EmptyHistory, null),
|
|
114
|
+
EmptyTimeline: /*#__PURE__*/React.createElement(EmptyTimeline, null),
|
|
115
|
+
EmptyTemplate: /*#__PURE__*/React.createElement(EmptyTemplate, null),
|
|
116
|
+
EmptyBlueprint: /*#__PURE__*/React.createElement(EmptyBlueprint, null),
|
|
117
|
+
EmptyContract: /*#__PURE__*/React.createElement(EmptyContract, null),
|
|
118
|
+
EmptySla: /*#__PURE__*/React.createElement(EmptySla, null),
|
|
119
|
+
EmptyReply: /*#__PURE__*/React.createElement(EmptyReply, null),
|
|
120
|
+
EmptyAgentQueue: /*#__PURE__*/React.createElement(EmptyAgentQueue, null),
|
|
121
|
+
EmptySkills: /*#__PURE__*/React.createElement(EmptySkills, null),
|
|
122
|
+
EmptyDepartment: /*#__PURE__*/React.createElement(EmptyDepartment, null),
|
|
123
|
+
EmptyMessenger: /*#__PURE__*/React.createElement(EmptyMessenger, null),
|
|
124
|
+
EmptyApplechat: /*#__PURE__*/React.createElement(EmptyApplechat, null),
|
|
125
|
+
EmptyArticle: /*#__PURE__*/React.createElement(EmptyArticle, null),
|
|
126
|
+
EmptyAsapchat: /*#__PURE__*/React.createElement(EmptyAsapchat, null),
|
|
127
|
+
EmptyCanned: /*#__PURE__*/React.createElement(EmptyCanned, null),
|
|
128
|
+
EmptyChat: /*#__PURE__*/React.createElement(EmptyChat, null),
|
|
129
|
+
EmptyInstagram: /*#__PURE__*/React.createElement(EmptyInstagram, null),
|
|
130
|
+
EmptyInstantmessage: /*#__PURE__*/React.createElement(EmptyInstantmessage, null),
|
|
131
|
+
EmptyLine: /*#__PURE__*/React.createElement(EmptyLine, null),
|
|
132
|
+
EmptyTelegram: /*#__PURE__*/React.createElement(EmptyTelegram, null),
|
|
133
|
+
EmptyWechat: /*#__PURE__*/React.createElement(EmptyWechat, null),
|
|
134
|
+
EmptyTwilio: /*#__PURE__*/React.createElement(EmptyTwilio, null),
|
|
135
|
+
EmptyWhatsapp: /*#__PURE__*/React.createElement(EmptyWhatsapp, null),
|
|
136
|
+
ZiaAnamoly: /*#__PURE__*/React.createElement(ZiaAnamoly, null),
|
|
137
|
+
Predictor: /*#__PURE__*/React.createElement(Predictor, null),
|
|
138
|
+
Extractor: /*#__PURE__*/React.createElement(Extractor, null),
|
|
139
|
+
Import: /*#__PURE__*/React.createElement(Import, null),
|
|
140
|
+
Export: /*#__PURE__*/React.createElement(Export, null),
|
|
141
|
+
Extensions: /*#__PURE__*/React.createElement(Extensions, null),
|
|
142
|
+
Multilingual: /*#__PURE__*/React.createElement(Multilingual, null),
|
|
143
|
+
EmptyDelete: /*#__PURE__*/React.createElement(EmptyDelete, null),
|
|
144
|
+
EmptyNoData: /*#__PURE__*/React.createElement(EmptyNoData, null),
|
|
145
|
+
GCBot: /*#__PURE__*/React.createElement(GCBot, null),
|
|
146
|
+
GCConversation: /*#__PURE__*/React.createElement(GCConversation, null),
|
|
147
|
+
KBBot: /*#__PURE__*/React.createElement(KBBot, null),
|
|
148
|
+
NetworkError: /*#__PURE__*/React.createElement(NetworkError, null),
|
|
149
|
+
Variable: /*#__PURE__*/React.createElement(Variable, null),
|
|
150
|
+
ReadRecipients: /*#__PURE__*/React.createElement(ReadRecipients, null),
|
|
151
|
+
CustomModule: /*#__PURE__*/React.createElement(CustomModule, null),
|
|
152
|
+
EmptyFrame: /*#__PURE__*/React.createElement(EmptyFrame, null),
|
|
153
|
+
EmptyFrameDangerPalette: /*#__PURE__*/React.createElement(EmptyFrame, {
|
|
154
|
+
palette: "danger"
|
|
155
|
+
}),
|
|
156
|
+
EmptyError: /*#__PURE__*/React.createElement(EmptyError, null),
|
|
157
|
+
AuditLog: /*#__PURE__*/React.createElement(AuditLog, null),
|
|
158
|
+
SupportPlan: /*#__PURE__*/React.createElement(SupportPlan, null)
|
|
159
|
+
};
|
|
160
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
161
|
+
className: style.parent
|
|
162
|
+
}, Object.keys(allSvg).map(item => {
|
|
163
|
+
let filterDarkPalettes = item.endsWith('DarkPalette');
|
|
164
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
165
|
+
className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
|
|
166
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
167
|
+
className: style.box
|
|
168
|
+
}, allSvg[item]), /*#__PURE__*/React.createElement("div", {
|
|
169
|
+
className: style.textStyle
|
|
170
|
+
}, item));
|
|
171
|
+
}));
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
if (false) {
|
|
177
|
+
Emptystate__version3.docs = {
|
|
178
|
+
componentGroup: 'Emptystate'
|
|
179
|
+
};
|
|
180
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import EmptyInconvenience from '../errorstate/version1/EmptyInconvenience';
|
|
3
|
+
import NoRequestFound from '../errorstate/version1/NoRequestFound';
|
|
4
|
+
import PageNotFound from '../errorstate/version1/PageNotFound';
|
|
5
|
+
import UnableToProcessRequest from '../errorstate//version1/UnableToProcessRequest';
|
|
6
|
+
import UnauthorizedLogin from '../errorstate/version1/UnauthorizedLogin';
|
|
7
|
+
import UrlNotFound from '../errorstate/version1/UrlNotFound';
|
|
8
|
+
import WillBeRightBack from '../errorstate/version1/WillBeRightBack';
|
|
9
|
+
import style from './SVGdocstyle.module.css';
|
|
10
|
+
export default class Errorstate__version1 extends React.Component {
|
|
11
|
+
render() {
|
|
12
|
+
let allSvg = {
|
|
13
|
+
EmptyInconvenience: /*#__PURE__*/React.createElement(EmptyInconvenience, null),
|
|
14
|
+
NoRequestFound: /*#__PURE__*/React.createElement(NoRequestFound, null),
|
|
15
|
+
PageNotFound: /*#__PURE__*/React.createElement(PageNotFound, null),
|
|
16
|
+
UnableToProcessRequest: /*#__PURE__*/React.createElement(UnableToProcessRequest, null),
|
|
17
|
+
UnauthorizedLogin: /*#__PURE__*/React.createElement(UnauthorizedLogin, null),
|
|
18
|
+
UrlNotFound: /*#__PURE__*/React.createElement(UrlNotFound, null),
|
|
19
|
+
WillBeRightBack: /*#__PURE__*/React.createElement(WillBeRightBack, null)
|
|
20
|
+
};
|
|
21
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
22
|
+
className: style.parent
|
|
23
|
+
}, Object.keys(allSvg).map(item => {
|
|
24
|
+
let filterDarkPalettes = item.endsWith('DarkPalette');
|
|
25
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
|
|
27
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
28
|
+
className: style.box
|
|
29
|
+
}, allSvg[item]), /*#__PURE__*/React.createElement("div", {
|
|
30
|
+
className: style.textStyle
|
|
31
|
+
}, item));
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
if (false) {
|
|
38
|
+
Errorstate__version1.docs = {
|
|
39
|
+
componentGroup: 'Errorstate'
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import EmptyUnauthorizedLogin from '../errorstate/version2/EmptyUnauthorizedLogin';
|
|
3
|
+
import EmptyWillBeRightBack from '../errorstate/version2/EmptyWillBeRightBack';
|
|
4
|
+
import NotImpossible from '../errorstate/version2/NotImpossible';
|
|
5
|
+
import style from './SVGdocstyle.module.css';
|
|
6
|
+
export default class Errorstate__version2 extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
let allSvg = {
|
|
9
|
+
EmptyUnauthorizedLogin: /*#__PURE__*/React.createElement(EmptyUnauthorizedLogin, null),
|
|
10
|
+
EmptyWillBeRightBack: /*#__PURE__*/React.createElement(EmptyWillBeRightBack, null),
|
|
11
|
+
NotImpossible: /*#__PURE__*/React.createElement(NotImpossible, null)
|
|
12
|
+
};
|
|
13
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
14
|
+
className: style.parent
|
|
15
|
+
}, Object.keys(allSvg).map(item => {
|
|
16
|
+
let filterDarkPalettes = item.endsWith('DarkPalette');
|
|
17
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
18
|
+
className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
|
|
19
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
20
|
+
className: style.box
|
|
21
|
+
}, allSvg[item]), /*#__PURE__*/React.createElement("div", {
|
|
22
|
+
className: style.textStyle
|
|
23
|
+
}, item));
|
|
24
|
+
}));
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
if (false) {
|
|
30
|
+
Errorstate__version2.docs = {
|
|
31
|
+
componentGroup: 'Errorstate'
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ErrorInconvenience from '../errorstate/version3/ErrorInconvenience';
|
|
3
|
+
import ErrorOopsSomethingMiss from '../errorstate/version3/ErrorOopsSomethingMiss';
|
|
4
|
+
import ErrorUnableToProcessRequest from '../errorstate/version3/ErrorUnableToProcessRequest';
|
|
5
|
+
import ErrorUnauthorizedLogin from '../errorstate/version3/ErrorUnauthorizedLogin';
|
|
6
|
+
import ErrorUrlNotFound from '../errorstate/version3/ErrorUrlNotFound';
|
|
7
|
+
import ErrorWillBeRightBack from '../errorstate/version3/ErrorWillBeRightBack';
|
|
8
|
+
import style from './SVGdocstyle.module.css';
|
|
9
|
+
export default class Errorstate__version3 extends React.Component {
|
|
10
|
+
render() {
|
|
11
|
+
let allSvg = {
|
|
12
|
+
Inconvenience: /*#__PURE__*/React.createElement(ErrorInconvenience, null),
|
|
13
|
+
OopsSomethingMiss: /*#__PURE__*/React.createElement(ErrorOopsSomethingMiss, null),
|
|
14
|
+
UnableToProcessRequest: /*#__PURE__*/React.createElement(ErrorUnableToProcessRequest, null),
|
|
15
|
+
UnathorizedLogin: /*#__PURE__*/React.createElement(ErrorUnauthorizedLogin, null),
|
|
16
|
+
UrlNotFound: /*#__PURE__*/React.createElement(ErrorUrlNotFound, null),
|
|
17
|
+
WillBeRightBack: /*#__PURE__*/React.createElement(ErrorWillBeRightBack, null)
|
|
18
|
+
};
|
|
19
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
20
|
+
className: style.parent
|
|
21
|
+
}, Object.keys(allSvg).map(item => {
|
|
22
|
+
let filterDarkPalettes = item.endsWith('DarkPalette');
|
|
23
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
24
|
+
className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
|
|
25
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
className: style.box
|
|
27
|
+
}, allSvg[item]), /*#__PURE__*/React.createElement("div", {
|
|
28
|
+
className: style.textStyle
|
|
29
|
+
}, item));
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (false) {
|
|
36
|
+
Errorstate__version3.docs = {
|
|
37
|
+
componentGroup: 'Errorstate'
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Loader from '../Loader/Loader';
|
|
3
|
+
import style from './SVGdocstyle.module.css';
|
|
4
|
+
export default class SVG__common extends React.Component {
|
|
5
|
+
render() {
|
|
6
|
+
let allSvg = {
|
|
7
|
+
Loader: /*#__PURE__*/React.createElement(Loader, null)
|
|
8
|
+
};
|
|
9
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
10
|
+
className: style.parent
|
|
11
|
+
}, Object.keys(allSvg).map(item => {
|
|
12
|
+
let filterDarkPalettes = item.endsWith('DarkPalette');
|
|
13
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
14
|
+
className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
|
|
15
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
16
|
+
className: style.box
|
|
17
|
+
}, allSvg[item]), /*#__PURE__*/React.createElement("div", {
|
|
18
|
+
className: style.textStyle
|
|
19
|
+
}, item));
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if (false) {
|
|
26
|
+
SVG__common.docs = {
|
|
27
|
+
componentGroup: 'Svg'
|
|
28
|
+
};
|
|
29
|
+
}
|