@zohodesk/svg 1.0.0-beta.35
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 +145 -0
- package/build/Unusedfiles.json +1 -0
- package/es/Provider.js +140 -0
- package/es/index.js +9 -0
- package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/es/svg/EmptyAccounts.js +101 -0
- package/es/svg/EmptyActiveCalls.js +72 -0
- package/es/svg/EmptyActivity.js +72 -0
- package/es/svg/EmptyAgent.js +72 -0
- package/es/svg/EmptyAgentQueue.js +78 -0
- package/es/svg/EmptyApproval.js +78 -0
- package/es/svg/EmptyArchived.js +80 -0
- package/es/svg/EmptyAttach.js +72 -0
- package/es/svg/EmptyBlueprint.js +87 -0
- package/es/svg/EmptyBusinessHoliday.js +39 -0
- package/es/svg/EmptyBusinessHour.js +39 -0
- package/es/svg/EmptyCallHistory.js +74 -0
- package/es/svg/EmptyCollision.js +72 -0
- package/es/svg/EmptyColumn.js +78 -0
- package/es/svg/EmptyContact.js +72 -0
- package/es/svg/EmptyContract.js +68 -0
- package/es/svg/EmptyConversation.js +72 -0
- package/es/svg/EmptyCrm.js +72 -0
- package/es/svg/EmptyCrmNotes.js +83 -0
- package/es/svg/EmptyCrmPotential.js +86 -0
- package/es/svg/EmptyCustomDomain.js +39 -0
- package/es/svg/EmptyDashboard.js +78 -0
- package/es/svg/EmptyDepartment.js +72 -0
- package/es/svg/EmptyError.js +94 -0
- package/es/svg/EmptyFeed.js +75 -0
- package/es/svg/EmptyFollowers.js +73 -0
- package/es/svg/EmptyFrame.js +71 -0
- package/es/svg/EmptyFromAddress.js +39 -0
- package/es/svg/EmptyHappiness.js +72 -0
- package/es/svg/EmptyHistory.js +72 -0
- package/es/svg/EmptyImportHistory.js +39 -0
- package/es/svg/EmptyInconvenience.js +42 -0
- package/es/svg/EmptyInvoice.js +77 -0
- package/es/svg/EmptyNetwork.js +39 -0
- package/es/svg/EmptyNotification.js +72 -0
- package/es/svg/EmptyProducts.js +75 -0
- package/es/svg/EmptyRecycleBin.js +39 -0
- package/es/svg/EmptyReply.js +67 -0
- package/es/svg/EmptyReports.js +78 -0
- package/es/svg/EmptyRoles.js +39 -0
- package/es/svg/EmptySchedule.js +114 -0
- package/es/svg/EmptySearch.js +82 -0
- package/es/svg/EmptySkills.js +120 -0
- package/es/svg/EmptySla.js +67 -0
- package/es/svg/EmptySnippet.js +82 -0
- package/es/svg/EmptyStateVariables.module.css +39 -0
- package/es/svg/EmptyTag.js +75 -0
- package/es/svg/EmptyTask.js +88 -0
- package/es/svg/EmptyTeams.js +72 -0
- package/es/svg/EmptyTemplate.js +84 -0
- package/es/svg/EmptyTicket.js +75 -0
- package/es/svg/EmptyTimeEntry.js +78 -0
- package/es/svg/EmptyTimeline.js +72 -0
- package/es/svg/EmptyTopic.js +78 -0
- package/es/svg/EmptyUnauthorizedLogin.js +47 -0
- package/es/svg/EmptyWebhook.js +39 -0
- package/es/svg/EmptyWillBeRightBack.js +42 -0
- package/es/svg/ErrorInconvenience.js +113 -0
- package/es/svg/ErrorOopsSomethingMiss.js +114 -0
- package/es/svg/ErrorUnableToProcessRequest.js +114 -0
- package/es/svg/ErrorUnauthorizedLogin.js +113 -0
- package/es/svg/ErrorUrlNotFound.js +114 -0
- package/es/svg/ErrorWillBeRightBack.js +113 -0
- package/es/svg/Extractor.js +66 -0
- package/es/svg/FailureLog.js +39 -0
- package/es/svg/Import.js +82 -0
- package/es/svg/Loader.js +64 -0
- package/es/svg/NoRequestFound.js +42 -0
- package/es/svg/NotImpossible.js +79 -0
- package/es/svg/PageNotFound.js +43 -0
- package/es/svg/Predictor.js +73 -0
- package/es/svg/SVG.js +78 -0
- package/es/svg/SVG.module.css +26 -0
- package/es/svg/SvgLoader.js +28 -0
- package/es/svg/UnableToProcessRequest.js +43 -0
- package/es/svg/UnauthorizedLogin.js +43 -0
- package/es/svg/UrlNotFound.js +43 -0
- package/es/svg/WillBeRightBack.js +43 -0
- package/es/svg/ZiaAnamoly.js +67 -0
- package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +40 -0
- package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +42 -0
- package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +45 -0
- package/es/svg/deprecated/21_07_2021/InvalidUrl.js +717 -0
- package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/es/svg/docs/SVG__common.docs.js +49 -0
- package/es/svg/docs/SVG__default.docs.js +327 -0
- package/es/svg/docs/SVG__errorstate.docs.js +74 -0
- package/es/svg/docs/SVGdocstyle.module.css +8 -0
- package/es/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/es/svg/images/EmptyBusinessHour.svg +42 -0
- package/es/svg/images/EmptyContactInfo.svg +27 -0
- package/es/svg/images/EmptyCustomDomain.svg +85 -0
- package/es/svg/images/EmptyFilter.svg +62 -0
- package/es/svg/images/EmptyFromAddress.svg +41 -0
- package/es/svg/images/EmptyImportHistory.svg +43 -0
- package/es/svg/images/EmptyNetwork.svg +50 -0
- package/es/svg/images/EmptyRecycleBin.svg +58 -0
- package/es/svg/images/EmptyRoles.svg +30 -0
- package/es/svg/images/EmptySkills.svg +83 -0
- package/es/svg/images/EmptyWebhook.svg +44 -0
- package/es/svg/images/FailureLog.svg +46 -0
- package/es/svg/images/Inconvenience.svg +719 -0
- package/es/svg/images/NoRequestFound.svg +247 -0
- package/es/svg/images/PageNotFound.svg +405 -0
- package/es/svg/images/ReguestUrlNotFound.svg +267 -0
- package/es/svg/images/UnableToProcess.svg +752 -0
- package/es/svg/images/UnauthorizedLogin.svg +1047 -0
- package/es/svg/images/WillBack.svg +633 -0
- package/es/svg/utils.js +14 -0
- package/lib/Provider.js +213 -0
- package/lib/index.js +73 -0
- package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/lib/svg/EmptyAccounts.js +151 -0
- package/lib/svg/EmptyActiveCalls.js +122 -0
- package/lib/svg/EmptyActivity.js +122 -0
- package/lib/svg/EmptyAgent.js +122 -0
- package/lib/svg/EmptyAgentQueue.js +128 -0
- package/lib/svg/EmptyApproval.js +128 -0
- package/lib/svg/EmptyArchived.js +130 -0
- package/lib/svg/EmptyAttach.js +122 -0
- package/lib/svg/EmptyBlueprint.js +137 -0
- package/lib/svg/EmptyBusinessHoliday.js +90 -0
- package/lib/svg/EmptyBusinessHour.js +90 -0
- package/lib/svg/EmptyCallHistory.js +124 -0
- package/lib/svg/EmptyCollision.js +122 -0
- package/lib/svg/EmptyColumn.js +128 -0
- package/lib/svg/EmptyContact.js +122 -0
- package/lib/svg/EmptyContract.js +118 -0
- package/lib/svg/EmptyConversation.js +122 -0
- package/lib/svg/EmptyCrm.js +122 -0
- package/lib/svg/EmptyCrmNotes.js +133 -0
- package/lib/svg/EmptyCrmPotential.js +136 -0
- package/lib/svg/EmptyCustomDomain.js +90 -0
- package/lib/svg/EmptyDashboard.js +128 -0
- package/lib/svg/EmptyDepartment.js +122 -0
- package/lib/svg/EmptyError.js +144 -0
- package/lib/svg/EmptyFeed.js +125 -0
- package/lib/svg/EmptyFollowers.js +123 -0
- package/lib/svg/EmptyFrame.js +121 -0
- package/lib/svg/EmptyFromAddress.js +90 -0
- package/lib/svg/EmptyHappiness.js +122 -0
- package/lib/svg/EmptyHistory.js +122 -0
- package/lib/svg/EmptyImportHistory.js +90 -0
- package/lib/svg/EmptyInconvenience.js +91 -0
- package/lib/svg/EmptyInvoice.js +127 -0
- package/lib/svg/EmptyNetwork.js +90 -0
- package/lib/svg/EmptyNotification.js +122 -0
- package/lib/svg/EmptyProducts.js +125 -0
- package/lib/svg/EmptyRecycleBin.js +90 -0
- package/lib/svg/EmptyReply.js +117 -0
- package/lib/svg/EmptyReports.js +128 -0
- package/lib/svg/EmptyRoles.js +90 -0
- package/lib/svg/EmptySchedule.js +164 -0
- package/lib/svg/EmptySearch.js +132 -0
- package/lib/svg/EmptySkills.js +170 -0
- package/lib/svg/EmptySla.js +117 -0
- package/lib/svg/EmptySnippet.js +132 -0
- package/lib/svg/EmptyStateVariables.module.css +39 -0
- package/lib/svg/EmptyTag.js +125 -0
- package/lib/svg/EmptyTask.js +138 -0
- package/lib/svg/EmptyTeams.js +122 -0
- package/lib/svg/EmptyTemplate.js +134 -0
- package/lib/svg/EmptyTicket.js +125 -0
- package/lib/svg/EmptyTimeEntry.js +128 -0
- package/lib/svg/EmptyTimeline.js +122 -0
- package/lib/svg/EmptyTopic.js +128 -0
- package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
- package/lib/svg/EmptyWebhook.js +90 -0
- package/lib/svg/EmptyWillBeRightBack.js +92 -0
- package/lib/svg/ErrorInconvenience.js +163 -0
- package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
- package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
- package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
- package/lib/svg/ErrorUrlNotFound.js +164 -0
- package/lib/svg/ErrorWillBeRightBack.js +163 -0
- package/lib/svg/Extractor.js +116 -0
- package/lib/svg/FailureLog.js +90 -0
- package/lib/svg/Import.js +132 -0
- package/lib/svg/Loader.js +113 -0
- package/lib/svg/NoRequestFound.js +91 -0
- package/lib/svg/NotImpossible.js +129 -0
- package/lib/svg/PageNotFound.js +92 -0
- package/lib/svg/Predictor.js +123 -0
- package/lib/svg/SVG.js +128 -0
- package/lib/svg/SVG.module.css +26 -0
- package/lib/svg/SvgLoader.js +66 -0
- package/lib/svg/UnableToProcessRequest.js +92 -0
- package/lib/svg/UnauthorizedLogin.js +92 -0
- package/lib/svg/UrlNotFound.js +92 -0
- package/lib/svg/WillBeRightBack.js +92 -0
- package/lib/svg/ZiaAnamoly.js +117 -0
- package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +90 -0
- package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +92 -0
- package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +95 -0
- package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +765 -0
- package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/lib/svg/docs/SVG__common.docs.js +98 -0
- package/lib/svg/docs/SVG__default.docs.js +435 -0
- package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
- package/lib/svg/docs/SVGdocstyle.module.css +8 -0
- package/lib/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/lib/svg/images/EmptyBusinessHour.svg +42 -0
- package/lib/svg/images/EmptyContactInfo.svg +27 -0
- package/lib/svg/images/EmptyCustomDomain.svg +85 -0
- package/lib/svg/images/EmptyFilter.svg +62 -0
- package/lib/svg/images/EmptyFromAddress.svg +41 -0
- package/lib/svg/images/EmptyImportHistory.svg +43 -0
- package/lib/svg/images/EmptyNetwork.svg +50 -0
- package/lib/svg/images/EmptyRecycleBin.svg +58 -0
- package/lib/svg/images/EmptyRoles.svg +30 -0
- package/lib/svg/images/EmptySkills.svg +83 -0
- package/lib/svg/images/EmptyWebhook.svg +44 -0
- package/lib/svg/images/FailureLog.svg +46 -0
- package/lib/svg/images/Inconvenience.svg +719 -0
- package/lib/svg/images/NoRequestFound.svg +247 -0
- package/lib/svg/images/PageNotFound.svg +405 -0
- package/lib/svg/images/ReguestUrlNotFound.svg +267 -0
- package/lib/svg/images/UnableToProcess.svg +752 -0
- package/lib/svg/images/UnauthorizedLogin.svg +1047 -0
- package/lib/svg/images/WillBack.svg +633 -0
- package/lib/svg/utils.js +26 -0
- package/package.json +49 -0
- package/src/Provider.js +141 -0
- package/src/index.js +10 -0
- package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/src/svg/EmptyAccounts.js +121 -0
- package/src/svg/EmptyActiveCalls.js +85 -0
- package/src/svg/EmptyActivity.js +85 -0
- package/src/svg/EmptyAgent.js +85 -0
- package/src/svg/EmptyAgentQueue.js +94 -0
- package/src/svg/EmptyApproval.js +85 -0
- package/src/svg/EmptyArchived.js +94 -0
- package/src/svg/EmptyAttach.js +85 -0
- package/src/svg/EmptyBlueprint.js +106 -0
- package/src/svg/EmptyBusinessHoliday.js +34 -0
- package/src/svg/EmptyBusinessHour.js +34 -0
- package/src/svg/EmptyCallHistory.js +82 -0
- package/src/svg/EmptyCollision.js +85 -0
- package/src/svg/EmptyColumn.js +91 -0
- package/src/svg/EmptyContact.js +85 -0
- package/src/svg/EmptyContract.js +81 -0
- package/src/svg/EmptyConversation.js +85 -0
- package/src/svg/EmptyCrm.js +84 -0
- package/src/svg/EmptyCrmNotes.js +96 -0
- package/src/svg/EmptyCrmPotential.js +100 -0
- package/src/svg/EmptyCustomDomain.js +33 -0
- package/src/svg/EmptyDashboard.js +90 -0
- package/src/svg/EmptyDepartment.js +87 -0
- package/src/svg/EmptyError.js +42 -0
- package/src/svg/EmptyFeed.js +87 -0
- package/src/svg/EmptyFollowers.js +85 -0
- package/src/svg/EmptyFrame.js +83 -0
- package/src/svg/EmptyFromAddress.js +32 -0
- package/src/svg/EmptyHappiness.js +85 -0
- package/src/svg/EmptyHistory.js +84 -0
- package/src/svg/EmptyImportHistory.js +32 -0
- package/src/svg/EmptyInconvenience.js +37 -0
- package/src/svg/EmptyInvoice.js +90 -0
- package/src/svg/EmptyNetwork.js +32 -0
- package/src/svg/EmptyNotification.js +84 -0
- package/src/svg/EmptyProducts.js +88 -0
- package/src/svg/EmptyRecycleBin.js +32 -0
- package/src/svg/EmptyReply.js +81 -0
- package/src/svg/EmptyReports.js +90 -0
- package/src/svg/EmptyRoles.js +32 -0
- package/src/svg/EmptySchedule.js +131 -0
- package/src/svg/EmptySearch.js +95 -0
- package/src/svg/EmptySkills.js +116 -0
- package/src/svg/EmptySla.js +81 -0
- package/src/svg/EmptySnippet.js +96 -0
- package/src/svg/EmptyStateVariables.module.css +39 -0
- package/src/svg/EmptyTag.js +88 -0
- package/src/svg/EmptyTask.js +97 -0
- package/src/svg/EmptyTeams.js +85 -0
- package/src/svg/EmptyTemplate.js +88 -0
- package/src/svg/EmptyTicket.js +88 -0
- package/src/svg/EmptyTimeEntry.js +91 -0
- package/src/svg/EmptyTimeline.js +85 -0
- package/src/svg/EmptyTopic.js +92 -0
- package/src/svg/EmptyUnauthorizedLogin.js +44 -0
- package/src/svg/EmptyWebhook.js +32 -0
- package/src/svg/EmptyWillBeRightBack.js +44 -0
- package/src/svg/ErrorInconvenience.js +128 -0
- package/src/svg/ErrorOopsSomethingMiss.js +128 -0
- package/src/svg/ErrorUnableToProcessRequest.js +128 -0
- package/src/svg/ErrorUnauthorizedLogin.js +127 -0
- package/src/svg/ErrorUrlNotFound.js +128 -0
- package/src/svg/ErrorWillBeRightBack.js +127 -0
- package/src/svg/Extractor.js +76 -0
- package/src/svg/FailureLog.js +32 -0
- package/src/svg/Import.js +85 -0
- package/src/svg/Loader.js +73 -0
- package/src/svg/NoRequestFound.js +37 -0
- package/src/svg/NotImpossible.js +80 -0
- package/src/svg/PageNotFound.js +38 -0
- package/src/svg/Predictor.js +78 -0
- package/src/svg/SVG.js +107 -0
- package/src/svg/SVG.module.css +26 -0
- package/src/svg/SvgLoader.js +21 -0
- package/src/svg/UnableToProcessRequest.js +37 -0
- package/src/svg/UnauthorizedLogin.js +37 -0
- package/src/svg/UrlNotFound.js +37 -0
- package/src/svg/WillBeRightBack.js +37 -0
- package/src/svg/ZiaAnamoly.js +76 -0
- package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +39 -0
- package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +41 -0
- package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +48 -0
- package/src/svg/deprecated/21_07_2021/InvalidUrl.js +756 -0
- package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/src/svg/docs/SVG__common.docs.js +47 -0
- package/src/svg/docs/SVG__default.docs.js +233 -0
- package/src/svg/docs/SVG__errorstate.docs.js +75 -0
- package/src/svg/docs/SVGdocstyle.module.css +8 -0
- package/src/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/src/svg/images/EmptyBusinessHour.svg +42 -0
- package/src/svg/images/EmptyContactInfo.svg +27 -0
- package/src/svg/images/EmptyCustomDomain.svg +85 -0
- package/src/svg/images/EmptyFilter.svg +62 -0
- package/src/svg/images/EmptyFromAddress.svg +41 -0
- package/src/svg/images/EmptyImportHistory.svg +43 -0
- package/src/svg/images/EmptyNetwork.svg +50 -0
- package/src/svg/images/EmptyRecycleBin.svg +58 -0
- package/src/svg/images/EmptyRoles.svg +30 -0
- package/src/svg/images/EmptySkills.svg +83 -0
- package/src/svg/images/EmptyWebhook.svg +44 -0
- package/src/svg/images/FailureLog.svg +46 -0
- package/src/svg/images/Inconvenience.svg +719 -0
- package/src/svg/images/NoRequestFound.svg +247 -0
- package/src/svg/images/PageNotFound.svg +405 -0
- package/src/svg/images/ReguestUrlNotFound.svg +267 -0
- package/src/svg/images/UnableToProcess.svg +752 -0
- package/src/svg/images/UnauthorizedLogin.svg +1047 -0
- package/src/svg/images/WillBack.svg +633 -0
- package/src/svg/utils.js +15 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[data-theme='dark'] {
|
|
2
|
+
/* default palette */
|
|
3
|
+
--zdt_svg_default_primary_fill: var(--zdt_cta_primary_fill);
|
|
4
|
+
--zdt_svg_default_primary_stroke: var(--zdt_cta_primary_stroke);
|
|
5
|
+
--zdt_svg_default_secondary_fill: var(--zdt_cta_secondary_fill);
|
|
6
|
+
--zdt_svg_default_secondary_plainfill: var(--zdt_cta_secondary_plainfill);
|
|
7
|
+
--zdt_svg_default_plus: #479dff;
|
|
8
|
+
--zdt_svg_default_cross: #5cc1a5;
|
|
9
|
+
--zdt_svg_default_medium_circle: #ff6b6b;
|
|
10
|
+
--zdt_svg_default_tiny_circle: #4ac064;
|
|
11
|
+
--zdt_svg_default_small_circle: #ff6b6b;
|
|
12
|
+
--zdt_svg_default_circle_fill: #fff;
|
|
13
|
+
|
|
14
|
+
/* dark palette */
|
|
15
|
+
--zdt_svg_dark_primary_fill: var(--zdt_cta_primary_dark_fill);
|
|
16
|
+
--zdt_svg_dark_primary_stroke: var(--zdt_cta_primary_dark_stroke);
|
|
17
|
+
--zdt_svg_dark_secondary_fill: var(--zdt_cta_secondary_dark_fill);
|
|
18
|
+
--zdt_svg_dark_secondary_plainfill: var(--zdt_cta_secondary_dark_plainfill);
|
|
19
|
+
--zdt_svg_dark_plus: #479dff;
|
|
20
|
+
--zdt_svg_dark_cross: #5cc1a5;
|
|
21
|
+
--zdt_svg_dark_medium_circle: #ff6b6b;
|
|
22
|
+
--zdt_svg_dark_tiny_circle: #4ac064;
|
|
23
|
+
--zdt_svg_dark_small_circle: #ff6b6b;
|
|
24
|
+
--zdt_svg_dark_circle_fill: #fff;
|
|
25
|
+
|
|
26
|
+
/* danger palette */
|
|
27
|
+
--zdt_svg_danger_primary_fill: #ff6f00;
|
|
28
|
+
--zdt_svg_danger_primary_stroke: #479dff;
|
|
29
|
+
--zdt_svg_danger_secondary_fill: #334b68;
|
|
30
|
+
--zdt_svg_danger_secondary_plainfill: #334b68;
|
|
31
|
+
--zdt_svg_danger_plus: #479dff;
|
|
32
|
+
--zdt_svg_danger_cross: #5cc1a5;
|
|
33
|
+
--zdt_svg_danger_medium_circle: #ff6b6b;
|
|
34
|
+
--zdt_svg_danger_tiny_circle: #4ac064;
|
|
35
|
+
--zdt_svg_danger_small_circle: #ff6b6b;
|
|
36
|
+
--zdt_svg_danger_circle_fill: #fff;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[data-theme='default'] {
|
|
2
|
+
/* default palette */
|
|
3
|
+
--zdt_svg_default_primary_fill: var(--zdt_cta_primary_fill);
|
|
4
|
+
--zdt_svg_default_primary_stroke: var(--zdt_cta_primary_stroke);
|
|
5
|
+
--zdt_svg_default_secondary_fill: var(--zdt_cta_secondary_fill);
|
|
6
|
+
--zdt_svg_default_secondary_plainfill: var(--zdt_cta_secondary_plainfill);
|
|
7
|
+
--zdt_svg_default_plus: #3f70b7;
|
|
8
|
+
--zdt_svg_default_cross: #5cc1a5;
|
|
9
|
+
--zdt_svg_default_medium_circle: #e56471;
|
|
10
|
+
--zdt_svg_default_tiny_circle: #5cc1a5;
|
|
11
|
+
--zdt_svg_default_small_circle: #010101;
|
|
12
|
+
--zdt_svg_default_circle_fill: #fff;
|
|
13
|
+
|
|
14
|
+
/* dark palette */
|
|
15
|
+
--zdt_svg_dark_primary_fill: var(--zdt_cta_primary_dark_fill);
|
|
16
|
+
--zdt_svg_dark_primary_stroke: var(--zdt_cta_primary_dark_stroke);
|
|
17
|
+
--zdt_svg_dark_secondary_fill: var(--zdt_cta_secondary_dark_fill);
|
|
18
|
+
--zdt_svg_dark_secondary_plainfill: var(--zdt_cta_secondary_dark_plainfill);
|
|
19
|
+
--zdt_svg_dark_plus: #479dff;
|
|
20
|
+
--zdt_svg_dark_cross: #5cc1a5;
|
|
21
|
+
--zdt_svg_dark_medium_circle: #e56471;
|
|
22
|
+
--zdt_svg_dark_tiny_circle: #5cc1a5;
|
|
23
|
+
--zdt_svg_dark_small_circle: #010101;
|
|
24
|
+
--zdt_svg_dark_circle_fill: #fff;
|
|
25
|
+
|
|
26
|
+
/* danger palette */
|
|
27
|
+
--zdt_svg_danger_primary_fill: #ff6f00;
|
|
28
|
+
--zdt_svg_danger_primary_stroke: #010101;
|
|
29
|
+
--zdt_svg_danger_secondary_fill: rgba(63, 112, 183, 0.25);
|
|
30
|
+
--zdt_svg_danger_secondary_plainfill: #3f70b7;
|
|
31
|
+
--zdt_svg_danger_plus: #3f70b7;
|
|
32
|
+
--zdt_svg_danger_cross: #5cc1a5;
|
|
33
|
+
--zdt_svg_danger_medium_circle: #e56471;
|
|
34
|
+
--zdt_svg_danger_tiny_circle: #5cc1a5;
|
|
35
|
+
--zdt_svg_danger_small_circle: #010101;
|
|
36
|
+
--zdt_svg_danger_circle_fill: #fff;
|
|
37
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* svg package - multiple palette core variables */
|
|
2
|
+
[data-theme='dark'][data-palette='blue'] {
|
|
3
|
+
--zdt_cta_primary_fill: #828994;
|
|
4
|
+
--zdt_cta_primary_stroke: #479dff;
|
|
5
|
+
--zdt_cta_secondary_fill: #334b68;
|
|
6
|
+
--zdt_cta_secondary_plainfill: #334b68;
|
|
7
|
+
--zdt_cta_primary_dark_fill: #828994;
|
|
8
|
+
--zdt_cta_primary_dark_stroke: #479dff;
|
|
9
|
+
--zdt_cta_secondary_dark_fill: #334b68;
|
|
10
|
+
--zdt_cta_secondary_dark_plainfill: #334b68;
|
|
11
|
+
}
|
|
12
|
+
[data-theme='dark'][data-palette='green'] {
|
|
13
|
+
--zdt_cta_primary_fill: #45a159;
|
|
14
|
+
--zdt_cta_primary_stroke: #0e7c1c;
|
|
15
|
+
--zdt_cta_secondary_fill: rgba(69, 161, 89, 0.25);
|
|
16
|
+
--zdt_cta_secondary_plainfill: #45a159;
|
|
17
|
+
--zdt_cta_primary_dark_fill: #45a159;
|
|
18
|
+
--zdt_cta_primary_dark_stroke: #0e7526;
|
|
19
|
+
--zdt_cta_secondary_dark_fill: rgba(69, 161, 89, 0.25);
|
|
20
|
+
--zdt_cta_secondary_dark_plainfill: #45a159;
|
|
21
|
+
}
|
|
22
|
+
[data-theme='dark'][data-palette='red'] {
|
|
23
|
+
--zdt_cta_primary_fill: #e94f4f;
|
|
24
|
+
--zdt_cta_primary_stroke: #a81111;
|
|
25
|
+
--zdt_cta_secondary_fill: rgba(233, 79, 79, 0.25);
|
|
26
|
+
--zdt_cta_secondary_plainfill: #e94f4f;
|
|
27
|
+
--zdt_cta_primary_dark_fill: #e94f4f;
|
|
28
|
+
--zdt_cta_primary_dark_stroke: #a81111;
|
|
29
|
+
--zdt_cta_secondary_dark_fill: rgba(233, 79, 79, 0.25);
|
|
30
|
+
--zdt_cta_secondary_dark_plainfill: #e94f4f;
|
|
31
|
+
}
|
|
32
|
+
[data-theme='dark'][data-palette='orange'] {
|
|
33
|
+
--zdt_cta_primary_fill: #ff801f;
|
|
34
|
+
--zdt_cta_primary_stroke: #a85100;
|
|
35
|
+
--zdt_cta_secondary_fill: rgba(255, 128, 31, 0.25);
|
|
36
|
+
--zdt_cta_secondary_plainfill: #ff801f;
|
|
37
|
+
--zdt_cta_primary_dark_fill: #ff801f;
|
|
38
|
+
--zdt_cta_primary_dark_stroke: #a85100;
|
|
39
|
+
--zdt_cta_secondary_dark_fill: rgba(255, 128, 31, 0.25);
|
|
40
|
+
--zdt_cta_secondary_dark_plainfill: #ff801f;
|
|
41
|
+
}
|
|
42
|
+
[data-theme='dark'][data-palette='yellow'] {
|
|
43
|
+
--zdt_cta_primary_fill: #d79835;
|
|
44
|
+
--zdt_cta_primary_stroke: #9b6808;
|
|
45
|
+
--zdt_cta_secondary_fill: rgba(215, 152, 53, 0.25);
|
|
46
|
+
--zdt_cta_secondary_plainfill: #d79835;
|
|
47
|
+
--zdt_cta_primary_dark_fill: #d79835;
|
|
48
|
+
--zdt_cta_primary_dark_stroke: #9b6808;
|
|
49
|
+
--zdt_cta_secondary_dark_fill: rgba(215, 152, 53, 0.25);
|
|
50
|
+
--zdt_cta_secondary_dark_plainfill: #d79835;
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* svg package - multiple palette core variables */
|
|
2
|
+
[data-theme='default'][data-palette='blue'] {
|
|
3
|
+
--zdt_cta_primary_fill: #3f70b7;
|
|
4
|
+
--zdt_cta_primary_stroke: #010101;
|
|
5
|
+
--zdt_cta_secondary_fill: rgba(63, 112, 183, 0.25);
|
|
6
|
+
--zdt_cta_secondary_plainfill: #3f70b7;
|
|
7
|
+
--zdt_cta_primary_dark_fill: #a6add7;
|
|
8
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
9
|
+
--zdt_cta_secondary_dark_fill: #3f70b7;
|
|
10
|
+
--zdt_cta_secondary_dark_plainfill: #3f70b7;
|
|
11
|
+
}
|
|
12
|
+
[data-theme='default'][data-palette='green'] {
|
|
13
|
+
--zdt_cta_primary_fill: #26a942;
|
|
14
|
+
--zdt_cta_primary_stroke: #010101;
|
|
15
|
+
--zdt_cta_secondary_fill: rgba(38, 169, 66, 0.25);
|
|
16
|
+
--zdt_cta_secondary_plainfill: #26a942;
|
|
17
|
+
--zdt_cta_primary_dark_fill: #26a942;
|
|
18
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
19
|
+
--zdt_cta_secondary_dark_fill: rgba(38, 169, 66, 0.25);
|
|
20
|
+
--zdt_cta_secondary_dark_plainfill: #26a942;
|
|
21
|
+
}
|
|
22
|
+
[data-theme='default'][data-palette='red'] {
|
|
23
|
+
--zdt_cta_primary_fill: #de3535;
|
|
24
|
+
--zdt_cta_primary_stroke: #010101;
|
|
25
|
+
--zdt_cta_secondary_fill: rgba(222, 53, 53, 0.25);
|
|
26
|
+
--zdt_cta_secondary_plainfill: #de3535;
|
|
27
|
+
--zdt_cta_primary_dark_fill: #de3535;
|
|
28
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
29
|
+
--zdt_cta_secondary_dark_fill: rgba(222, 53, 53, 0.25);
|
|
30
|
+
--zdt_cta_secondary_dark_plainfill: #de3535;
|
|
31
|
+
}
|
|
32
|
+
[data-theme='default'][data-palette='orange'] {
|
|
33
|
+
--zdt_cta_primary_fill: #e57717;
|
|
34
|
+
--zdt_cta_primary_stroke: #010101;
|
|
35
|
+
--zdt_cta_secondary_fill: rgba(229, 119, 23, 0.25);
|
|
36
|
+
--zdt_cta_secondary_plainfill: #e57717;
|
|
37
|
+
--zdt_cta_primary_dark_fill: #e57717;
|
|
38
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
39
|
+
--zdt_cta_secondary_dark_fill: rgba(229, 119, 23, 0.25);
|
|
40
|
+
--zdt_cta_secondary_dark_plainfill: #e57717;
|
|
41
|
+
}
|
|
42
|
+
[data-theme='default'][data-palette='yellow'] {
|
|
43
|
+
--zdt_cta_primary_fill: #e8b923;
|
|
44
|
+
--zdt_cta_primary_stroke: #010101;
|
|
45
|
+
--zdt_cta_secondary_fill: rgba(232, 185, 35, 0.25);
|
|
46
|
+
--zdt_cta_secondary_plainfill: #e8b923;
|
|
47
|
+
--zdt_cta_primary_dark_fill: #e8b923;
|
|
48
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
49
|
+
--zdt_cta_secondary_dark_fill: rgba(232, 185, 35, 0.25);
|
|
50
|
+
--zdt_cta_secondary_dark_plainfill: #e8b923;
|
|
51
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Loader from '../Loader';
|
|
3
|
+
export default class SVG__common extends React.Component {
|
|
4
|
+
render() {
|
|
5
|
+
let boxStyle = {
|
|
6
|
+
minWidth: '15%',
|
|
7
|
+
border: '1px solid #dcdcdc',
|
|
8
|
+
padding: '5px',
|
|
9
|
+
margin: '5px',
|
|
10
|
+
flex: '1',
|
|
11
|
+
maxWidth: '25%',
|
|
12
|
+
justifyContent: 'space-between'
|
|
13
|
+
};
|
|
14
|
+
let textStyle = {
|
|
15
|
+
textAlign: 'center',
|
|
16
|
+
padding: '10px 0',
|
|
17
|
+
background: ' #f9f9f9',
|
|
18
|
+
marginTop: '10px',
|
|
19
|
+
color: '#000'
|
|
20
|
+
};
|
|
21
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
22
|
+
style: {
|
|
23
|
+
display: 'flex',
|
|
24
|
+
flexDirection: 'row',
|
|
25
|
+
alignItems: 'center',
|
|
26
|
+
justifyContent: 'center',
|
|
27
|
+
flexWrap: 'wrap',
|
|
28
|
+
height: '100%'
|
|
29
|
+
}
|
|
30
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
31
|
+
style: boxStyle
|
|
32
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
33
|
+
style: {
|
|
34
|
+
height: '40px',
|
|
35
|
+
width: '40px',
|
|
36
|
+
margin: 'auto'
|
|
37
|
+
}
|
|
38
|
+
}, /*#__PURE__*/React.createElement(Loader, null)), /*#__PURE__*/React.createElement("div", {
|
|
39
|
+
style: textStyle
|
|
40
|
+
}, "Loader")));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
if (false) {
|
|
46
|
+
SVG__common.docs = {
|
|
47
|
+
componentGroup: 'SVG'
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,327 @@
|
|
|
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 EmptyFrame from '../EmptyFrame';
|
|
10
|
+
import EmptyContact from '../EmptyContact';
|
|
11
|
+
import EmptyDashboard from '../EmptyDashboard';
|
|
12
|
+
import EmptyImportHistory from '../EmptyImportHistory';
|
|
13
|
+
import EmptyInvoice from '../EmptyInvoice';
|
|
14
|
+
import EmptyProducts from '../EmptyProducts';
|
|
15
|
+
import EmptyRecycleBin from '../EmptyRecycleBin';
|
|
16
|
+
import EmptyReports from '../EmptyReports';
|
|
17
|
+
import EmptyRoles from '../EmptyRoles';
|
|
18
|
+
import EmptySearch from '../EmptySearch';
|
|
19
|
+
import EmptyTag from '../EmptyTag';
|
|
20
|
+
import EmptyTask from '../EmptyTask';
|
|
21
|
+
import EmptyTicket from '../EmptyTicket';
|
|
22
|
+
import EmptyAttach from '../EmptyAttach';
|
|
23
|
+
import EmptyNetwork from '../EmptyNetwork';
|
|
24
|
+
import EmptyHappiness from '../EmptyHappiness';
|
|
25
|
+
import EmptyConversation from '../EmptyConversation';
|
|
26
|
+
import EmptyNotification from '../EmptyNotification';
|
|
27
|
+
import EmptyTimeEntry from '../EmptyTimeEntry';
|
|
28
|
+
import EmptyTeams from '../EmptyTeams';
|
|
29
|
+
import EmptyTopic from '../EmptyTopic';
|
|
30
|
+
import FailureLog from '../FailureLog';
|
|
31
|
+
import EmptyActiveCalls from '../EmptyActiveCalls';
|
|
32
|
+
import EmptyCallHistory from '../EmptyCallHistory';
|
|
33
|
+
import EmptyHistory from '../EmptyHistory';
|
|
34
|
+
import EmptyFromAddress from '../EmptyFromAddress';
|
|
35
|
+
import EmptyWebhook from '../EmptyWebhook';
|
|
36
|
+
import EmptyTemplate from '../EmptyTemplate';
|
|
37
|
+
import EmptySkills from '../EmptySkills';
|
|
38
|
+
import EmptySnippet from '../EmptySnippet';
|
|
39
|
+
import EmptyCustomDomain from '../EmptyCustomDomain';
|
|
40
|
+
import EmptyCrm from '../EmptyCrm';
|
|
41
|
+
import EmptyFollowers from '../EmptyFollowers';
|
|
42
|
+
import EmptyFeed from '../EmptyFeed';
|
|
43
|
+
import NotImpossible from '../NotImpossible';
|
|
44
|
+
import EmptySchedule from '../EmptySchedule';
|
|
45
|
+
import EmptyColumn from '../EmptyColumn';
|
|
46
|
+
import EmptyApproval from '../EmptyApproval';
|
|
47
|
+
import EmptyCollision from '../EmptyCollision';
|
|
48
|
+
import EmptyCrmNotes from '../EmptyCrmNotes';
|
|
49
|
+
import EmptyCrmPotential from '../EmptyCrmPotential';
|
|
50
|
+
import EmptyTimeline from '../EmptyTimeline';
|
|
51
|
+
import EmptyReply from '../EmptyReply';
|
|
52
|
+
import EmptyContract from '../EmptyContract';
|
|
53
|
+
import EmptySla from '../EmptySla';
|
|
54
|
+
import EmptyAgentQueue from '../EmptyAgentQueue';
|
|
55
|
+
import EmptyDepartment from '../EmptyDepartment';
|
|
56
|
+
import ZiaAnamoly from '../ZiaAnamoly';
|
|
57
|
+
import Predictor from '../Predictor';
|
|
58
|
+
import Extractor from '../Extractor';
|
|
59
|
+
import EmptyError from '../EmptyError';
|
|
60
|
+
import Import from '../Import';
|
|
61
|
+
import './SVGdocstyle.module.css';
|
|
62
|
+
export default class SVG__default extends React.Component {
|
|
63
|
+
render() {
|
|
64
|
+
let defaultPalette = {
|
|
65
|
+
minWidth: '45%',
|
|
66
|
+
border: '1px solid #dcdcdc',
|
|
67
|
+
padding: '5px',
|
|
68
|
+
margin: '5px',
|
|
69
|
+
flex: '1',
|
|
70
|
+
maxWidth: '25%',
|
|
71
|
+
justifyContent: 'space-between'
|
|
72
|
+
};
|
|
73
|
+
let textStyle = {
|
|
74
|
+
textAlign: 'center',
|
|
75
|
+
padding: '10px 0',
|
|
76
|
+
background: ' #f9f9f9',
|
|
77
|
+
marginTop: '10px',
|
|
78
|
+
color: '#000'
|
|
79
|
+
};
|
|
80
|
+
let darkPalette = {
|
|
81
|
+
backgroundColor: '#2c334d',
|
|
82
|
+
minWidth: '45%',
|
|
83
|
+
border: '1px solid #dcdcdc',
|
|
84
|
+
padding: '5px',
|
|
85
|
+
margin: '5px',
|
|
86
|
+
flex: '1',
|
|
87
|
+
maxWidth: '25%',
|
|
88
|
+
justifyContent: 'space-between'
|
|
89
|
+
};
|
|
90
|
+
let allSvg = {
|
|
91
|
+
EmptyAccountsDefaultPalette: /*#__PURE__*/React.createElement(EmptyAccounts, null),
|
|
92
|
+
EmptyAccountsDarkPalette: /*#__PURE__*/React.createElement(EmptyAccounts, {
|
|
93
|
+
palette: "dark"
|
|
94
|
+
}),
|
|
95
|
+
EmptyActiveCallsDefaultPalette: /*#__PURE__*/React.createElement(EmptyActiveCalls, null),
|
|
96
|
+
EmptyActiveCallsDarkPalette: /*#__PURE__*/React.createElement(EmptyActiveCalls, {
|
|
97
|
+
palette: "dark"
|
|
98
|
+
}),
|
|
99
|
+
EmptyActivityDefaultPalette: /*#__PURE__*/React.createElement(EmptyActivity, null),
|
|
100
|
+
EmptyActivityDarkPalette: /*#__PURE__*/React.createElement(EmptyActivity, {
|
|
101
|
+
palette: "dark"
|
|
102
|
+
}),
|
|
103
|
+
EmptyAgentDefaultPalette: /*#__PURE__*/React.createElement(EmptyAgent, null),
|
|
104
|
+
EmptyAgentDarkPalette: /*#__PURE__*/React.createElement(EmptyAgent, {
|
|
105
|
+
palette: "dark"
|
|
106
|
+
}),
|
|
107
|
+
EmptyApprovalDefaultPalette: /*#__PURE__*/React.createElement(EmptyApproval, null),
|
|
108
|
+
EmptyApprovalDarkPalette: /*#__PURE__*/React.createElement(EmptyApproval, {
|
|
109
|
+
palette: "dark"
|
|
110
|
+
}),
|
|
111
|
+
EmptyArchivedDefaultPalette: /*#__PURE__*/React.createElement(EmptyArchived, null),
|
|
112
|
+
EmptyArchivedDarkPalette: /*#__PURE__*/React.createElement(EmptyArchived, {
|
|
113
|
+
palette: "dark"
|
|
114
|
+
}),
|
|
115
|
+
EmptyAttachDefaultPalette: /*#__PURE__*/React.createElement(EmptyAttach, null),
|
|
116
|
+
EmptyAttachDarkPalette: /*#__PURE__*/React.createElement(EmptyAttach, {
|
|
117
|
+
palette: "dark"
|
|
118
|
+
}),
|
|
119
|
+
EmptyCallHistoryDefaultPalette: /*#__PURE__*/React.createElement(EmptyCallHistory, null),
|
|
120
|
+
EmptyCallHistoryDarkPalette: /*#__PURE__*/React.createElement(EmptyCallHistory, {
|
|
121
|
+
palette: "dark"
|
|
122
|
+
}),
|
|
123
|
+
EmptyCollisionDefaultPalette: /*#__PURE__*/React.createElement(EmptyCollision, null),
|
|
124
|
+
EmptyCollisionDarkPalette: /*#__PURE__*/React.createElement(EmptyCollision, {
|
|
125
|
+
palette: "dark"
|
|
126
|
+
}),
|
|
127
|
+
EmptyColumnDefaultPalette: /*#__PURE__*/React.createElement(EmptyColumn, null),
|
|
128
|
+
EmptyColumnDarkPalette: /*#__PURE__*/React.createElement(EmptyColumn, {
|
|
129
|
+
palette: "dark"
|
|
130
|
+
}),
|
|
131
|
+
EmptyContactDefaultPalette: /*#__PURE__*/React.createElement(EmptyContact, null),
|
|
132
|
+
EmptyContactDarkPalette: /*#__PURE__*/React.createElement(EmptyContact, {
|
|
133
|
+
palette: "dark"
|
|
134
|
+
}),
|
|
135
|
+
EmptyConversationDefaultPalette: /*#__PURE__*/React.createElement(EmptyConversation, null),
|
|
136
|
+
EmptyConversationDarkPalette: /*#__PURE__*/React.createElement(EmptyConversation, {
|
|
137
|
+
palette: "dark"
|
|
138
|
+
}),
|
|
139
|
+
EmptyCrmDefaultPalette: /*#__PURE__*/React.createElement(EmptyCrm, null),
|
|
140
|
+
EmptyCrmDarkPalette: /*#__PURE__*/React.createElement(EmptyCrm, {
|
|
141
|
+
palette: "dark"
|
|
142
|
+
}),
|
|
143
|
+
EmptyCrmNotesDefaultPalette: /*#__PURE__*/React.createElement(EmptyCrmNotes, null),
|
|
144
|
+
EmptyCrmNotesDarkPalette: /*#__PURE__*/React.createElement(EmptyCrmNotes, {
|
|
145
|
+
palette: "dark"
|
|
146
|
+
}),
|
|
147
|
+
EmptyCrmPotentialDefaultPalette: /*#__PURE__*/React.createElement(EmptyCrmPotential, null),
|
|
148
|
+
EmptyCrmPotentialDarkPalette: /*#__PURE__*/React.createElement(EmptyCrmPotential, {
|
|
149
|
+
palette: "dark"
|
|
150
|
+
}),
|
|
151
|
+
EmptyDashboardDefaultPalette: /*#__PURE__*/React.createElement(EmptyDashboard, null),
|
|
152
|
+
EmptyDashboardDarkPalette: /*#__PURE__*/React.createElement(EmptyDashboard, {
|
|
153
|
+
palette: "dark"
|
|
154
|
+
}),
|
|
155
|
+
EmptyInvoiceDefaultPalette: /*#__PURE__*/React.createElement(EmptyInvoice, null),
|
|
156
|
+
EmptyInvoiceDarkPalette: /*#__PURE__*/React.createElement(EmptyInvoice, {
|
|
157
|
+
palette: "dark"
|
|
158
|
+
}),
|
|
159
|
+
EmptyProductsDefaultPalette: /*#__PURE__*/React.createElement(EmptyProducts, null),
|
|
160
|
+
EmptyProductsDarkPalette: /*#__PURE__*/React.createElement(EmptyProducts, {
|
|
161
|
+
palette: "dark"
|
|
162
|
+
}),
|
|
163
|
+
EmptyReportsDefaultPalette: /*#__PURE__*/React.createElement(EmptyReports, null),
|
|
164
|
+
EmptyReportsDarkPalette: /*#__PURE__*/React.createElement(EmptyReports, {
|
|
165
|
+
palette: "dark"
|
|
166
|
+
}),
|
|
167
|
+
EmptySearchDefaultPalette: /*#__PURE__*/React.createElement(EmptySearch, null),
|
|
168
|
+
EmptySearchDarkPalette: /*#__PURE__*/React.createElement(EmptySearch, {
|
|
169
|
+
palette: "dark"
|
|
170
|
+
}),
|
|
171
|
+
EmptyTagDefaultPalette: /*#__PURE__*/React.createElement(EmptyTag, null),
|
|
172
|
+
EmptyTagDarkPalette: /*#__PURE__*/React.createElement(EmptyTag, {
|
|
173
|
+
palette: "dark"
|
|
174
|
+
}),
|
|
175
|
+
EmptyTaskDefaultPalette: /*#__PURE__*/React.createElement(EmptyTask, null),
|
|
176
|
+
EmptyTaskDarkPalette: /*#__PURE__*/React.createElement(EmptyTask, {
|
|
177
|
+
palette: "dark"
|
|
178
|
+
}),
|
|
179
|
+
EmptyTicketDefaultPalette: /*#__PURE__*/React.createElement(EmptyTicket, null),
|
|
180
|
+
EmptyTicketDarkPalette: /*#__PURE__*/React.createElement(EmptyTicket, {
|
|
181
|
+
palette: "dark"
|
|
182
|
+
}),
|
|
183
|
+
EmptyHappinessDefaultPalette: /*#__PURE__*/React.createElement(EmptyHappiness, null),
|
|
184
|
+
EmptyHappinessDarkPalette: /*#__PURE__*/React.createElement(EmptyHappiness, {
|
|
185
|
+
palette: "dark"
|
|
186
|
+
}),
|
|
187
|
+
EmptyNotificationDefaultPalette: /*#__PURE__*/React.createElement(EmptyNotification, null),
|
|
188
|
+
EmptyNotificationDarkPalette: /*#__PURE__*/React.createElement(EmptyNotification, {
|
|
189
|
+
palette: "dark"
|
|
190
|
+
}),
|
|
191
|
+
EmptyTimeEntryDefaultPalette: /*#__PURE__*/React.createElement(EmptyTimeEntry, null),
|
|
192
|
+
EmptyTimeEntryDarkPalette: /*#__PURE__*/React.createElement(EmptyTimeEntry, {
|
|
193
|
+
palette: "dark"
|
|
194
|
+
}),
|
|
195
|
+
EmptyTeamsDefaultPalette: /*#__PURE__*/React.createElement(EmptyTeams, null),
|
|
196
|
+
EmptyTeamsDarkPalette: /*#__PURE__*/React.createElement(EmptyTeams, {
|
|
197
|
+
palette: "dark"
|
|
198
|
+
}),
|
|
199
|
+
EmptyTopicDefaultPalette: /*#__PURE__*/React.createElement(EmptyTopic, null),
|
|
200
|
+
EmptyTopicDarkPalette: /*#__PURE__*/React.createElement(EmptyTopic, {
|
|
201
|
+
palette: "dark"
|
|
202
|
+
}),
|
|
203
|
+
EmptySnippetDefaultPalette: /*#__PURE__*/React.createElement(EmptySnippet, null),
|
|
204
|
+
EmptySnippetDarkPalette: /*#__PURE__*/React.createElement(EmptySnippet, {
|
|
205
|
+
palette: "dark"
|
|
206
|
+
}),
|
|
207
|
+
EmptyFollowersDefaultPalette: /*#__PURE__*/React.createElement(EmptyFollowers, null),
|
|
208
|
+
EmptyFollowersDarkPalette: /*#__PURE__*/React.createElement(EmptyFollowers, {
|
|
209
|
+
palette: "dark"
|
|
210
|
+
}),
|
|
211
|
+
EmptyFeedDefaultPalette: /*#__PURE__*/React.createElement(EmptyFeed, null),
|
|
212
|
+
EmptyFeedDarkPalette: /*#__PURE__*/React.createElement(EmptyFeed, {
|
|
213
|
+
palette: "dark"
|
|
214
|
+
}),
|
|
215
|
+
NotImpossibleDefaultPalette: /*#__PURE__*/React.createElement(NotImpossible, null),
|
|
216
|
+
NotImpossibleDarkPalette: /*#__PURE__*/React.createElement(NotImpossible, {
|
|
217
|
+
palette: "dark"
|
|
218
|
+
}),
|
|
219
|
+
EmptyScheduleDefaultPalette: /*#__PURE__*/React.createElement(EmptySchedule, null),
|
|
220
|
+
EmptyScheduleDarkPalette: /*#__PURE__*/React.createElement(EmptySchedule, {
|
|
221
|
+
palette: "dark"
|
|
222
|
+
}),
|
|
223
|
+
EmptyHistoryDefaultPalette: /*#__PURE__*/React.createElement(EmptyHistory, null),
|
|
224
|
+
EmptyHistoryDarkPalette: /*#__PURE__*/React.createElement(EmptyHistory, {
|
|
225
|
+
palette: "dark"
|
|
226
|
+
}),
|
|
227
|
+
EmptyTimelineDefaultPalette: /*#__PURE__*/React.createElement(EmptyTimeline, null),
|
|
228
|
+
EmptyTimelineDarkPalette: /*#__PURE__*/React.createElement(EmptyTimeline, {
|
|
229
|
+
palette: "dark"
|
|
230
|
+
}),
|
|
231
|
+
EmptyTemplateDefaultPalette: /*#__PURE__*/React.createElement(EmptyTemplate, null),
|
|
232
|
+
EmptyTemplateDarkPalette: /*#__PURE__*/React.createElement(EmptyTemplate, {
|
|
233
|
+
palette: "dark"
|
|
234
|
+
}),
|
|
235
|
+
EmptyBlueprintDefaultPalette: /*#__PURE__*/React.createElement(EmptyBlueprint, null),
|
|
236
|
+
EmptyBlueprintDarkPalette: /*#__PURE__*/React.createElement(EmptyBlueprint, {
|
|
237
|
+
palette: "dark"
|
|
238
|
+
}),
|
|
239
|
+
EmptyContractDefaultPalette: /*#__PURE__*/React.createElement(EmptyContract, null),
|
|
240
|
+
EmptyContractDarkPalette: /*#__PURE__*/React.createElement(EmptyContract, {
|
|
241
|
+
palette: "dark"
|
|
242
|
+
}),
|
|
243
|
+
EmptySlaDefaultPalette: /*#__PURE__*/React.createElement(EmptySla, null),
|
|
244
|
+
EmptySlaDarkPalette: /*#__PURE__*/React.createElement(EmptySla, {
|
|
245
|
+
palette: "dark"
|
|
246
|
+
}),
|
|
247
|
+
EmptyReplyDefaultPalette: /*#__PURE__*/React.createElement(EmptyReply, null),
|
|
248
|
+
EmptyReplyDarkPalette: /*#__PURE__*/React.createElement(EmptyReply, {
|
|
249
|
+
palette: "dark"
|
|
250
|
+
}),
|
|
251
|
+
EmptyAgentQueueDefaultPalette: /*#__PURE__*/React.createElement(EmptyAgentQueue, null),
|
|
252
|
+
EmptyAgentQueueDarkPalette: /*#__PURE__*/React.createElement(EmptyAgentQueue, {
|
|
253
|
+
palette: "dark"
|
|
254
|
+
}),
|
|
255
|
+
EmptySkillsDefaultPalette: /*#__PURE__*/React.createElement(EmptySkills, null),
|
|
256
|
+
EmptySkillsDarkPalette: /*#__PURE__*/React.createElement(EmptySkills, {
|
|
257
|
+
palette: "dark"
|
|
258
|
+
}),
|
|
259
|
+
EmptyDepartmentDefaultPalette: /*#__PURE__*/React.createElement(EmptyDepartment, null),
|
|
260
|
+
EmptyDepartmentDarkPalette: /*#__PURE__*/React.createElement(EmptyDepartment, {
|
|
261
|
+
palette: "dark"
|
|
262
|
+
}),
|
|
263
|
+
ZiaAnamolyDefaultPalette: /*#__PURE__*/React.createElement(ZiaAnamoly, null),
|
|
264
|
+
ZiaAnamolyDarkPalette: /*#__PURE__*/React.createElement(ZiaAnamoly, {
|
|
265
|
+
palette: "dark"
|
|
266
|
+
}),
|
|
267
|
+
PredictorDefaultPalette: /*#__PURE__*/React.createElement(Predictor, null),
|
|
268
|
+
PredictorDarkPalette: /*#__PURE__*/React.createElement(Predictor, {
|
|
269
|
+
palette: "dark"
|
|
270
|
+
}),
|
|
271
|
+
ExtractorDefaultPalette: /*#__PURE__*/React.createElement(Extractor, null),
|
|
272
|
+
ExtractorDarkPalette: /*#__PURE__*/React.createElement(Extractor, {
|
|
273
|
+
palette: "dark"
|
|
274
|
+
}),
|
|
275
|
+
ImportDefaultPalette: /*#__PURE__*/React.createElement(Import, null),
|
|
276
|
+
ImportDarkPalette: /*#__PURE__*/React.createElement(Import, {
|
|
277
|
+
palette: "dark"
|
|
278
|
+
}),
|
|
279
|
+
EmptyFrameDefaultPalette: /*#__PURE__*/React.createElement(EmptyFrame, null),
|
|
280
|
+
EmptyFrameDarkPalette: /*#__PURE__*/React.createElement(EmptyFrame, {
|
|
281
|
+
palette: "dark"
|
|
282
|
+
}),
|
|
283
|
+
EmptyFrameDangerPalette: /*#__PURE__*/React.createElement(EmptyFrame, {
|
|
284
|
+
palette: "danger"
|
|
285
|
+
}),
|
|
286
|
+
EmptyErrorDangerPalette: /*#__PURE__*/React.createElement(EmptyError, null),
|
|
287
|
+
EmptyErrorDarkPalette: /*#__PURE__*/React.createElement(EmptyError, {
|
|
288
|
+
palette: "dark"
|
|
289
|
+
}),
|
|
290
|
+
EmptyBusinessHoliday: /*#__PURE__*/React.createElement(EmptyBusinessHoliday, null),
|
|
291
|
+
EmptyBusinessHour: /*#__PURE__*/React.createElement(EmptyBusinessHour, null),
|
|
292
|
+
EmptyImportHistory: /*#__PURE__*/React.createElement(EmptyImportHistory, null),
|
|
293
|
+
EmptyRecycleBin: /*#__PURE__*/React.createElement(EmptyRecycleBin, null),
|
|
294
|
+
EmptyRoles: /*#__PURE__*/React.createElement(EmptyRoles, null),
|
|
295
|
+
EmptyNetwork: /*#__PURE__*/React.createElement(EmptyNetwork, null),
|
|
296
|
+
FailureLog: /*#__PURE__*/React.createElement(FailureLog, null),
|
|
297
|
+
EmptyFromAddress: /*#__PURE__*/React.createElement(EmptyFromAddress, null),
|
|
298
|
+
EmptyWebhook: /*#__PURE__*/React.createElement(EmptyWebhook, null),
|
|
299
|
+
EmptyCustomDomain: /*#__PURE__*/React.createElement(EmptyCustomDomain, null)
|
|
300
|
+
};
|
|
301
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
302
|
+
style: {
|
|
303
|
+
display: 'flex',
|
|
304
|
+
flexDirection: 'row',
|
|
305
|
+
alignItems: 'center',
|
|
306
|
+
justifyContent: 'center',
|
|
307
|
+
flexWrap: 'wrap',
|
|
308
|
+
maxWidth: '600px',
|
|
309
|
+
margin: '0 auto'
|
|
310
|
+
}
|
|
311
|
+
}, Object.keys(allSvg).map(item => {
|
|
312
|
+
let filterDarkPalettes = item.endsWith("DarkPalette");
|
|
313
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
314
|
+
style: filterDarkPalettes ? darkPalette : defaultPalette
|
|
315
|
+
}, allSvg[item], /*#__PURE__*/React.createElement("div", {
|
|
316
|
+
style: textStyle
|
|
317
|
+
}, item));
|
|
318
|
+
}));
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
if (false) {
|
|
324
|
+
SVG__default.docs = {
|
|
325
|
+
componentGroup: 'SVG'
|
|
326
|
+
};
|
|
327
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ErrorInconvenience from '../ErrorInconvenience';
|
|
3
|
+
import ErrorOopsSomethingMiss from '../ErrorOopsSomethingMiss';
|
|
4
|
+
import ErrorUnableToProcessRequest from '../ErrorUnableToProcessRequest';
|
|
5
|
+
import ErrorUnauthorizedLogin from '../ErrorUnauthorizedLogin';
|
|
6
|
+
import ErrorUrlNotFound from '../ErrorUrlNotFound';
|
|
7
|
+
import ErrorWillBeRightBack from '../ErrorWillBeRightBack';
|
|
8
|
+
import './SVGdocstyle.module.css';
|
|
9
|
+
export default class SVG__errorstate extends React.Component {
|
|
10
|
+
render() {
|
|
11
|
+
let boxStyle = {
|
|
12
|
+
minWidth: '65%',
|
|
13
|
+
border: '1px solid #dcdcdc',
|
|
14
|
+
padding: '5px',
|
|
15
|
+
margin: '5px',
|
|
16
|
+
flex: '1',
|
|
17
|
+
maxWidth: '25%',
|
|
18
|
+
justifyContent: 'space-between'
|
|
19
|
+
};
|
|
20
|
+
let textStyle = {
|
|
21
|
+
textAlign: 'center',
|
|
22
|
+
padding: '10px 0',
|
|
23
|
+
background: ' #f9f9f9',
|
|
24
|
+
marginTop: '10px',
|
|
25
|
+
color: '#000'
|
|
26
|
+
};
|
|
27
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
28
|
+
style: {
|
|
29
|
+
paddingBottom: '50px'
|
|
30
|
+
}
|
|
31
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
32
|
+
style: {
|
|
33
|
+
display: 'flex',
|
|
34
|
+
flexDirection: 'row',
|
|
35
|
+
alignItems: 'center',
|
|
36
|
+
justifyContent: 'center',
|
|
37
|
+
flexWrap: 'wrap',
|
|
38
|
+
maxWidth: '600px',
|
|
39
|
+
margin: '0 auto'
|
|
40
|
+
}
|
|
41
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42
|
+
style: boxStyle
|
|
43
|
+
}, /*#__PURE__*/React.createElement(ErrorInconvenience, null), /*#__PURE__*/React.createElement("div", {
|
|
44
|
+
style: textStyle
|
|
45
|
+
}, "Inconvenience")), /*#__PURE__*/React.createElement("div", {
|
|
46
|
+
style: boxStyle
|
|
47
|
+
}, /*#__PURE__*/React.createElement(ErrorOopsSomethingMiss, null), /*#__PURE__*/React.createElement("div", {
|
|
48
|
+
style: textStyle
|
|
49
|
+
}, "OopsSomethingMiss")), /*#__PURE__*/React.createElement("div", {
|
|
50
|
+
style: boxStyle
|
|
51
|
+
}, /*#__PURE__*/React.createElement(ErrorUnableToProcessRequest, null), /*#__PURE__*/React.createElement("div", {
|
|
52
|
+
style: textStyle
|
|
53
|
+
}, "UnableToProcessRequest")), /*#__PURE__*/React.createElement("div", {
|
|
54
|
+
style: boxStyle
|
|
55
|
+
}, /*#__PURE__*/React.createElement(ErrorUnauthorizedLogin, null), /*#__PURE__*/React.createElement("div", {
|
|
56
|
+
style: textStyle
|
|
57
|
+
}, "UnathorizedLogin")), /*#__PURE__*/React.createElement("div", {
|
|
58
|
+
style: boxStyle
|
|
59
|
+
}, /*#__PURE__*/React.createElement(ErrorUrlNotFound, null), /*#__PURE__*/React.createElement("div", {
|
|
60
|
+
style: textStyle
|
|
61
|
+
}, "UrlNotFound")), /*#__PURE__*/React.createElement("div", {
|
|
62
|
+
style: boxStyle
|
|
63
|
+
}, /*#__PURE__*/React.createElement(ErrorWillBeRightBack, null), /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
style: textStyle
|
|
65
|
+
}, "WillBeRightBack"))));
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
if (false) {
|
|
71
|
+
SVG__errorstate.docs = {
|
|
72
|
+
componentGroup: 'SVG'
|
|
73
|
+
};
|
|
74
|
+
}
|