@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60
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 +243 -27
- 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/css_error.log +0 -0
- package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
- package/es/Loader/Loader.js +66 -0
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/SVG/SVG.js +57 -0
- package/es/{svg → SVG}/SVG.module.css +31 -27
- package/es/SVG/SvgLoader.js +25 -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/emptystate/index.js +6 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
- package/es/emptystate/version1/index.js +1 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
- package/es/emptystate/version2/EmptyFromAddress.js +28 -0
- package/es/emptystate/version2/EmptyImportHistory.js +29 -0
- package/es/emptystate/version2/EmptyNetwork.js +28 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
- package/es/emptystate/version2/EmptyRoles.js +28 -0
- package/es/emptystate/version2/EmptyWebhook.js +28 -0
- package/es/emptystate/version2/FailureLog.js +29 -0
- package/es/emptystate/version2/index.js +9 -0
- package/es/emptystate/version3/AuditLog.js +78 -0
- package/es/emptystate/version3/Bot.js +69 -0
- package/es/emptystate/version3/Contract.js +90 -0
- package/es/emptystate/version3/CustomModule.js +57 -0
- package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
- package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
- package/es/emptystate/version3/EmptyAPIs.js +64 -0
- package/es/emptystate/version3/EmptyAccounts.js +88 -0
- package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
- package/es/emptystate/version3/EmptyActivity.js +60 -0
- package/es/emptystate/version3/EmptyAgent.js +60 -0
- package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
- package/es/emptystate/version3/EmptyApplechat.js +72 -0
- package/es/emptystate/version3/EmptyApproval.js +65 -0
- package/es/emptystate/version3/EmptyArchived.js +67 -0
- package/es/emptystate/version3/EmptyArticle.js +73 -0
- package/es/emptystate/version3/EmptyAsapchat.js +68 -0
- package/es/emptystate/version3/EmptyAttach.js +60 -0
- package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
- package/es/emptystate/version3/EmptyBlueprint.js +75 -0
- package/es/emptystate/version3/EmptyCallHistory.js +62 -0
- package/es/emptystate/version3/EmptyCanned.js +78 -0
- package/es/emptystate/version3/EmptyChat.js +78 -0
- package/es/emptystate/version3/EmptyCollision.js +59 -0
- package/es/emptystate/version3/EmptyColumn.js +65 -0
- package/es/emptystate/version3/EmptyContact.js +60 -0
- package/es/emptystate/version3/EmptyContract.js +55 -0
- package/es/emptystate/version3/EmptyConversation.js +60 -0
- package/es/emptystate/version3/EmptyCrm.js +59 -0
- package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
- package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
- package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
- package/es/emptystate/version3/EmptyDashboard.js +65 -0
- package/es/emptystate/version3/EmptyDelete.js +50 -0
- package/es/emptystate/version3/EmptyDepartment.js +59 -0
- package/es/emptystate/version3/EmptyError.js +83 -0
- package/es/emptystate/version3/EmptyFeed.js +62 -0
- package/es/emptystate/version3/EmptyFollowers.js +60 -0
- package/es/emptystate/version3/EmptyFrame.js +59 -0
- package/es/emptystate/version3/EmptyHappiness.js +60 -0
- package/es/emptystate/version3/EmptyHistory.js +59 -0
- package/es/emptystate/version3/EmptyInstagram.js +74 -0
- package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
- package/es/emptystate/version3/EmptyInvoice.js +64 -0
- package/es/emptystate/version3/EmptyLine.js +74 -0
- package/es/emptystate/version3/EmptyMessenger.js +60 -0
- package/es/emptystate/version3/EmptyNoData.js +78 -0
- package/es/emptystate/version3/EmptyNotification.js +59 -0
- package/es/emptystate/version3/EmptyPreference.js +79 -0
- package/es/emptystate/version3/EmptyProducts.js +62 -0
- package/es/emptystate/version3/EmptyReply.js +54 -0
- package/es/emptystate/version3/EmptyReports.js +65 -0
- package/es/emptystate/version3/EmptySandbox.js +81 -0
- package/es/emptystate/version3/EmptySchedule.js +101 -0
- package/es/emptystate/version3/EmptySearch.js +69 -0
- package/es/emptystate/version3/EmptySkills.js +107 -0
- package/es/emptystate/version3/EmptySla.js +54 -0
- package/es/emptystate/version3/EmptySnippet.js +69 -0
- package/es/emptystate/version3/EmptyTag.js +62 -0
- package/es/emptystate/version3/EmptyTask.js +75 -0
- package/es/emptystate/version3/EmptyTeams.js +60 -0
- package/es/emptystate/version3/EmptyTelegram.js +74 -0
- package/es/emptystate/version3/EmptyTemplate.js +71 -0
- package/es/emptystate/version3/EmptyTicket.js +63 -0
- package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
- package/es/emptystate/version3/EmptyTimeline.js +60 -0
- package/es/emptystate/version3/EmptyTopic.js +65 -0
- package/es/emptystate/version3/EmptyTwilio.js +74 -0
- package/es/emptystate/version3/EmptyWechat.js +74 -0
- package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
- package/es/emptystate/version3/EmptyZSCKey.js +87 -0
- package/es/emptystate/version3/Export.js +55 -0
- package/es/emptystate/version3/Extensions.js +61 -0
- package/es/emptystate/version3/Extractor.js +54 -0
- package/es/emptystate/version3/GCBot.js +52 -0
- package/es/emptystate/version3/GCConversation.js +54 -0
- package/es/emptystate/version3/Import.js +70 -0
- package/es/emptystate/version3/KBBot.js +67 -0
- package/es/emptystate/version3/Multilingual.js +60 -0
- package/es/emptystate/version3/NetworkError.js +63 -0
- package/es/emptystate/version3/Predictor.js +61 -0
- package/es/emptystate/version3/ReadRecipients.js +59 -0
- package/es/emptystate/version3/SupportPlan.js +75 -0
- package/es/emptystate/version3/Variable.js +58 -0
- package/es/emptystate/version3/ZiaAnamoly.js +55 -0
- package/es/emptystate/version3/index.js +78 -0
- package/es/errorstate/index.js +6 -0
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +33 -0
- package/es/errorstate/version1/NoRequestFound.js +33 -0
- package/es/errorstate/version1/PageNotFound.js +34 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
- package/es/errorstate/version1/UrlNotFound.js +34 -0
- package/es/errorstate/version1/WillBeRightBack.js +34 -0
- package/es/errorstate/version1/index.js +7 -0
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
- package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
- package/es/errorstate/version2/NotImpossible.js +69 -0
- package/es/errorstate/version2/index.js +2 -0
- package/es/errorstate/version3/ErrorInconvenience.js +104 -0
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
- package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
- package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
- package/es/errorstate/version3/index.js +6 -0
- package/es/index.js +17 -6
- package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
- package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
- package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
- package/images/EmptyCustomDomain.svg +85 -0
- package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
- package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
- package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
- package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
- package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
- package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
- package/images/EmptySkills.svg +83 -0
- package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
- package/{src/svg/images → images}/FailureLog.svg +46 -46
- package/{es/svg/images → images}/Inconvenience.svg +719 -719
- package/{src/svg/images → images}/NoRequestFound.svg +247 -247
- package/{lib/svg/images → images}/PageNotFound.svg +405 -405
- package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
- package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
- package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
- package/{src/svg/images → images}/WillBack.svg +633 -633
- package/install.md +11 -0
- package/lib/Loader/Loader.js +94 -0
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +12 -0
- package/lib/SVG/SVG.js +87 -0
- package/lib/{svg → SVG}/SVG.module.css +31 -27
- package/lib/SVG/SvgLoader.js +50 -0
- package/lib/SVG/props/defaultProps.js +18 -0
- package/lib/SVG/props/propTypes.js +23 -0
- package/lib/css/EmptyStateVariables.module.css +39 -0
- package/lib/emptystate/index.js +15 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/emptystate/props/propTypes.js +17 -0
- package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
- package/lib/emptystate/version1/index.js +13 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
- package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
- package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
- package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
- package/lib/emptystate/version2/EmptyNetwork.js +61 -0
- package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
- package/lib/emptystate/version2/EmptyRoles.js +61 -0
- package/lib/emptystate/version2/EmptyWebhook.js +61 -0
- package/lib/emptystate/version2/FailureLog.js +62 -0
- package/lib/emptystate/version2/index.js +69 -0
- package/lib/emptystate/version3/AuditLog.js +111 -0
- package/lib/emptystate/version3/Bot.js +102 -0
- package/lib/emptystate/version3/Contract.js +123 -0
- package/lib/emptystate/version3/CustomModule.js +90 -0
- package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
- package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
- package/lib/emptystate/version3/EmptyAPIs.js +97 -0
- package/lib/emptystate/version3/EmptyAccounts.js +121 -0
- package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
- package/lib/emptystate/version3/EmptyActivity.js +93 -0
- package/lib/emptystate/version3/EmptyAgent.js +93 -0
- package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
- package/lib/emptystate/version3/EmptyApplechat.js +105 -0
- package/lib/emptystate/version3/EmptyApproval.js +98 -0
- package/lib/emptystate/version3/EmptyArchived.js +100 -0
- package/lib/emptystate/version3/EmptyArticle.js +106 -0
- package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
- package/lib/emptystate/version3/EmptyAttach.js +93 -0
- package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
- package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
- package/lib/emptystate/version3/EmptyCanned.js +111 -0
- package/lib/emptystate/version3/EmptyChat.js +111 -0
- package/lib/emptystate/version3/EmptyCollision.js +92 -0
- package/lib/emptystate/version3/EmptyColumn.js +98 -0
- package/lib/emptystate/version3/EmptyContact.js +93 -0
- package/lib/emptystate/version3/EmptyContract.js +88 -0
- package/lib/emptystate/version3/EmptyConversation.js +93 -0
- package/lib/emptystate/version3/EmptyCrm.js +92 -0
- package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
- package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
- package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
- package/lib/emptystate/version3/EmptyDashboard.js +98 -0
- package/lib/emptystate/version3/EmptyDelete.js +83 -0
- package/lib/emptystate/version3/EmptyDepartment.js +92 -0
- package/lib/emptystate/version3/EmptyError.js +116 -0
- package/lib/emptystate/version3/EmptyFeed.js +95 -0
- package/lib/emptystate/version3/EmptyFollowers.js +93 -0
- package/lib/emptystate/version3/EmptyFrame.js +92 -0
- package/lib/emptystate/version3/EmptyHappiness.js +93 -0
- package/lib/emptystate/version3/EmptyHistory.js +92 -0
- package/lib/emptystate/version3/EmptyInstagram.js +107 -0
- package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
- package/lib/emptystate/version3/EmptyInvoice.js +97 -0
- package/lib/emptystate/version3/EmptyLine.js +107 -0
- package/lib/emptystate/version3/EmptyMessenger.js +93 -0
- package/lib/emptystate/version3/EmptyNoData.js +111 -0
- package/lib/emptystate/version3/EmptyNotification.js +92 -0
- package/lib/emptystate/version3/EmptyPreference.js +112 -0
- package/lib/emptystate/version3/EmptyProducts.js +95 -0
- package/lib/emptystate/version3/EmptyReply.js +87 -0
- package/lib/emptystate/version3/EmptyReports.js +98 -0
- package/lib/emptystate/version3/EmptySandbox.js +114 -0
- package/lib/emptystate/version3/EmptySchedule.js +134 -0
- package/lib/emptystate/version3/EmptySearch.js +102 -0
- package/lib/emptystate/version3/EmptySkills.js +140 -0
- package/lib/emptystate/version3/EmptySla.js +87 -0
- package/lib/emptystate/version3/EmptySnippet.js +102 -0
- package/lib/emptystate/version3/EmptyTag.js +95 -0
- package/lib/emptystate/version3/EmptyTask.js +108 -0
- package/lib/emptystate/version3/EmptyTeams.js +93 -0
- package/lib/emptystate/version3/EmptyTelegram.js +107 -0
- package/lib/emptystate/version3/EmptyTemplate.js +104 -0
- package/lib/emptystate/version3/EmptyTicket.js +96 -0
- package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
- package/lib/emptystate/version3/EmptyTimeline.js +93 -0
- package/lib/emptystate/version3/EmptyTopic.js +98 -0
- package/lib/emptystate/version3/EmptyTwilio.js +107 -0
- package/lib/emptystate/version3/EmptyWechat.js +107 -0
- package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
- package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
- package/lib/emptystate/version3/Export.js +88 -0
- package/lib/emptystate/version3/Extensions.js +94 -0
- package/lib/emptystate/version3/Extractor.js +87 -0
- package/lib/emptystate/version3/GCBot.js +85 -0
- package/lib/emptystate/version3/GCConversation.js +87 -0
- package/lib/emptystate/version3/Import.js +103 -0
- package/lib/emptystate/version3/KBBot.js +100 -0
- package/lib/emptystate/version3/Multilingual.js +93 -0
- package/lib/emptystate/version3/NetworkError.js +96 -0
- package/lib/emptystate/version3/Predictor.js +94 -0
- package/lib/emptystate/version3/ReadRecipients.js +92 -0
- package/lib/emptystate/version3/SupportPlan.js +108 -0
- package/lib/emptystate/version3/Variable.js +91 -0
- package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
- package/lib/emptystate/version3/index.js +552 -0
- package/lib/errorstate/index.js +15 -0
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +17 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
- package/lib/errorstate/version1/NoRequestFound.js +64 -0
- package/lib/errorstate/version1/PageNotFound.js +65 -0
- package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
- package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
- package/lib/errorstate/version1/UrlNotFound.js +65 -0
- package/lib/errorstate/version1/WillBeRightBack.js +65 -0
- package/lib/errorstate/version1/index.js +55 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
- package/lib/errorstate/version2/NotImpossible.js +102 -0
- package/lib/errorstate/version2/index.js +20 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
- package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
- package/lib/errorstate/version3/index.js +48 -0
- package/lib/index.js +16 -43
- package/package.json +76 -42
- package/es/svg/EmptyAccounts.js +0 -67
- package/es/svg/EmptyActiveCalls.js +0 -70
- package/es/svg/EmptyActivity.js +0 -70
- package/es/svg/EmptyAgent.js +0 -66
- package/es/svg/EmptyArchived.js +0 -65
- package/es/svg/EmptyAttach.js +0 -66
- package/es/svg/EmptyBlueprint.js +0 -66
- package/es/svg/EmptyBusinessHoliday.js +0 -66
- package/es/svg/EmptyBusinessHour.js +0 -66
- package/es/svg/EmptyCallHistory.js +0 -70
- package/es/svg/EmptyCloud.js +0 -65
- package/es/svg/EmptyCloudDanger.js +0 -64
- package/es/svg/EmptyContact.js +0 -67
- package/es/svg/EmptyConversation.js +0 -66
- package/es/svg/EmptyDashboard.js +0 -66
- package/es/svg/EmptyEdition.js +0 -66
- package/es/svg/EmptyFromAddress.js +0 -66
- package/es/svg/EmptyHappiness.js +0 -66
- package/es/svg/EmptyHistory.js +0 -67
- package/es/svg/EmptyImportHistory.js +0 -66
- package/es/svg/EmptyInvoice.js +0 -66
- package/es/svg/EmptyNetwork.js +0 -66
- package/es/svg/EmptyNotification.js +0 -66
- package/es/svg/EmptyProducts.js +0 -66
- package/es/svg/EmptyRecycleBin.js +0 -66
- package/es/svg/EmptyReports.js +0 -66
- package/es/svg/EmptyRoles.js +0 -66
- package/es/svg/EmptySearch.js +0 -66
- package/es/svg/EmptySkills.js +0 -66
- package/es/svg/EmptySnippet.js +0 -66
- package/es/svg/EmptyTag.js +0 -66
- package/es/svg/EmptyTask.js +0 -66
- package/es/svg/EmptyTeams.js +0 -66
- package/es/svg/EmptyTemplate.js +0 -67
- package/es/svg/EmptyTicket.js +0 -66
- package/es/svg/EmptyTimeEntry.js +0 -66
- package/es/svg/EmptyTopic.js +0 -66
- package/es/svg/EmptyWebhook.js +0 -66
- package/es/svg/FailureLog.js +0 -66
- package/es/svg/Inconvenience.js +0 -69
- package/es/svg/InvalidUrl.js +0 -784
- package/es/svg/Loader.js +0 -59
- package/es/svg/NoRequestFound.js +0 -69
- package/es/svg/PageNotFound.js +0 -69
- package/es/svg/SVG.js +0 -105
- package/es/svg/SitBack.js +0 -63
- package/es/svg/UnableToProcessRequest.js +0 -69
- package/es/svg/UnauthorizedLogin.js +0 -69
- package/es/svg/UrlNotFound.js +0 -69
- package/es/svg/WillBeRightBack.js +0 -69
- 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/EmptyBusinessHoliday.svg +0 -50
- package/es/svg/images/EmptyBusinessHour.svg +0 -42
- package/es/svg/images/EmptyCallHistory.svg +0 -46
- package/es/svg/images/EmptyCloud.svg +0 -38
- package/es/svg/images/EmptyCloudDanger.svg +0 -1
- 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/EmptyFilter.svg +0 -62
- package/es/svg/images/EmptyFromAddress.svg +0 -41
- 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/EmptyNetwork.svg +0 -50
- package/es/svg/images/EmptyNotification.svg +0 -38
- package/es/svg/images/EmptyProducts.svg +0 -57
- package/es/svg/images/EmptyRecycleBin.svg +0 -58
- package/es/svg/images/EmptyReports.svg +0 -39
- package/es/svg/images/EmptyRoles.svg +0 -30
- 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/EmptyWebhook.svg +0 -44
- package/es/svg/images/FailureLog.svg +0 -46
- package/es/svg/images/Loader.svg +0 -62
- package/es/svg/images/NoRequestFound.svg +0 -247
- package/es/svg/images/PageNotFound.svg +0 -405
- package/es/svg/images/ReguestUrlNotFound.svg +0 -267
- package/es/svg/images/SitBack.svg +0 -464
- package/es/svg/images/UnableToProcess.svg +0 -752
- package/es/svg/images/UnauthorizedLogin.svg +0 -1047
- package/es/svg/images/WillBack.svg +0 -633
- package/lib/svg/EmptyAccounts.js +0 -89
- package/lib/svg/EmptyActiveCalls.js +0 -92
- package/lib/svg/EmptyActivity.js +0 -92
- package/lib/svg/EmptyAgent.js +0 -88
- package/lib/svg/EmptyArchived.js +0 -87
- package/lib/svg/EmptyAttach.js +0 -88
- package/lib/svg/EmptyBlueprint.js +0 -88
- package/lib/svg/EmptyBusinessHoliday.js +0 -88
- package/lib/svg/EmptyBusinessHour.js +0 -88
- package/lib/svg/EmptyCallHistory.js +0 -92
- package/lib/svg/EmptyCloud.js +0 -87
- package/lib/svg/EmptyCloudDanger.js +0 -86
- package/lib/svg/EmptyContact.js +0 -89
- package/lib/svg/EmptyConversation.js +0 -88
- package/lib/svg/EmptyDashboard.js +0 -88
- package/lib/svg/EmptyEdition.js +0 -88
- package/lib/svg/EmptyFromAddress.js +0 -88
- package/lib/svg/EmptyHappiness.js +0 -88
- package/lib/svg/EmptyHistory.js +0 -89
- package/lib/svg/EmptyImportHistory.js +0 -88
- package/lib/svg/EmptyInvoice.js +0 -88
- package/lib/svg/EmptyNetwork.js +0 -88
- package/lib/svg/EmptyNotification.js +0 -88
- package/lib/svg/EmptyProducts.js +0 -88
- package/lib/svg/EmptyRecycleBin.js +0 -88
- package/lib/svg/EmptyReports.js +0 -88
- package/lib/svg/EmptyRoles.js +0 -88
- package/lib/svg/EmptySearch.js +0 -88
- package/lib/svg/EmptySkills.js +0 -88
- package/lib/svg/EmptySnippet.js +0 -88
- package/lib/svg/EmptyTag.js +0 -88
- package/lib/svg/EmptyTask.js +0 -88
- package/lib/svg/EmptyTeams.js +0 -88
- package/lib/svg/EmptyTemplate.js +0 -89
- package/lib/svg/EmptyTicket.js +0 -88
- package/lib/svg/EmptyTimeEntry.js +0 -88
- package/lib/svg/EmptyTopic.js +0 -88
- package/lib/svg/EmptyWebhook.js +0 -88
- package/lib/svg/FailureLog.js +0 -88
- package/lib/svg/Inconvenience.js +0 -91
- package/lib/svg/InvalidUrl.js +0 -803
- package/lib/svg/Loader.js +0 -84
- package/lib/svg/NoRequestFound.js +0 -91
- package/lib/svg/PageNotFound.js +0 -91
- package/lib/svg/SVG.js +0 -124
- package/lib/svg/SitBack.js +0 -85
- package/lib/svg/UnableToProcessRequest.js +0 -91
- package/lib/svg/UnauthorizedLogin.js +0 -91
- package/lib/svg/UrlNotFound.js +0 -91
- package/lib/svg/WillBeRightBack.js +0 -91
- 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/EmptyBusinessHour.svg +0 -42
- package/lib/svg/images/EmptyCallHistory.svg +0 -46
- package/lib/svg/images/EmptyCloud.svg +0 -38
- package/lib/svg/images/EmptyCloudDanger.svg +0 -1
- 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/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/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/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/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/SitBack.svg +0 -464
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
- package/src/index.js +0 -7
- package/src/svg/EmptyAccounts.js +0 -39
- package/src/svg/EmptyActiveCalls.js +0 -47
- package/src/svg/EmptyActivity.js +0 -47
- package/src/svg/EmptyAgent.js +0 -38
- package/src/svg/EmptyArchived.js +0 -37
- package/src/svg/EmptyAttach.js +0 -38
- package/src/svg/EmptyBlueprint.js +0 -38
- package/src/svg/EmptyBusinessHoliday.js +0 -38
- package/src/svg/EmptyBusinessHour.js +0 -38
- package/src/svg/EmptyCallHistory.js +0 -47
- package/src/svg/EmptyCloud.js +0 -37
- package/src/svg/EmptyCloudDanger.js +0 -36
- package/src/svg/EmptyContact.js +0 -39
- package/src/svg/EmptyConversation.js +0 -38
- package/src/svg/EmptyDashboard.js +0 -38
- package/src/svg/EmptyEdition.js +0 -38
- package/src/svg/EmptyFromAddress.js +0 -38
- package/src/svg/EmptyHappiness.js +0 -38
- package/src/svg/EmptyHistory.js +0 -39
- package/src/svg/EmptyImportHistory.js +0 -38
- package/src/svg/EmptyInvoice.js +0 -38
- package/src/svg/EmptyNetwork.js +0 -38
- package/src/svg/EmptyNotification.js +0 -38
- package/src/svg/EmptyProducts.js +0 -38
- package/src/svg/EmptyRecycleBin.js +0 -38
- package/src/svg/EmptyReports.js +0 -38
- package/src/svg/EmptyRoles.js +0 -38
- package/src/svg/EmptySearch.js +0 -38
- package/src/svg/EmptySkills.js +0 -38
- package/src/svg/EmptySnippet.js +0 -38
- package/src/svg/EmptyTag.js +0 -38
- package/src/svg/EmptyTask.js +0 -38
- package/src/svg/EmptyTeams.js +0 -38
- package/src/svg/EmptyTemplate.js +0 -39
- package/src/svg/EmptyTicket.js +0 -38
- package/src/svg/EmptyTimeEntry.js +0 -38
- package/src/svg/EmptyTopic.js +0 -38
- package/src/svg/EmptyWebhook.js +0 -38
- package/src/svg/FailureLog.js +0 -38
- package/src/svg/Inconvenience.js +0 -41
- package/src/svg/InvalidUrl.js +0 -758
- package/src/svg/Loader.js +0 -34
- package/src/svg/NoRequestFound.js +0 -41
- package/src/svg/PageNotFound.js +0 -41
- package/src/svg/SVG.js +0 -91
- package/src/svg/SVG.module.css +0 -27
- package/src/svg/SitBack.js +0 -37
- package/src/svg/UnableToProcessRequest.js +0 -41
- package/src/svg/UnauthorizedLogin.js +0 -41
- package/src/svg/UrlNotFound.js +0 -41
- package/src/svg/WillBeRightBack.js +0 -41
- package/src/svg/docs/SVG__default.docs.js +0 -289
- 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/EmptyCallHistory.svg +0 -46
- package/src/svg/images/EmptyCloud.svg +0 -38
- package/src/svg/images/EmptyCloudDanger.svg +0 -1
- 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/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/EmptyNotification.svg +0 -38
- package/src/svg/images/EmptyProducts.svg +0 -57
- 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/Inconvenience.svg +0 -719
- package/src/svg/images/Loader.svg +0 -62
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/SitBack.svg +0 -464
- package/src/svg/images/UnableToProcess.svg +0 -752
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyHappiness.svg';
|
|
5
|
-
export default class EmptyHappiness extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='happiness'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyHappiness.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyHappiness.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyHappiness'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyHappiness.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyHistory.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyHistory.svg';
|
|
5
|
-
export default class EmptyHistory extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='accounts'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
EmptyHistory.propTypes = {
|
|
24
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
25
|
-
className: PropTypes.string,
|
|
26
|
-
alignHorizontal: PropTypes.bool,
|
|
27
|
-
dataId: PropTypes.string
|
|
28
|
-
};
|
|
29
|
-
EmptyHistory.defaultProps = {
|
|
30
|
-
size: 'large',
|
|
31
|
-
alignHorizontal: true,
|
|
32
|
-
dataId: 'emptyHistory'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (__DOCS__) {
|
|
36
|
-
EmptyHistory.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyImportHistory.svg';
|
|
5
|
-
export default class EmptyImportHistory extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='importHistory'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyImportHistory.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyImportHistory.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyImportHistory'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyImportHistory.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyInvoice.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyInvoice.svg';
|
|
5
|
-
export default class EmptyInvoice extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='invoice'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyInvoice.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyInvoice.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyInvoice'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyInvoice.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyNetwork.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyNetwork.svg';
|
|
5
|
-
export default class EmptyNetwork extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='network'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyNetwork.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyNetwork.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyNetwork'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyNetwork.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyNotification.svg';
|
|
5
|
-
export default class EmptyNotification extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='notification'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyNotification.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyNotification.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyNotification'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyNotification.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyProducts.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyProducts.svg';
|
|
5
|
-
export default class EmptyProducts extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='products'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyProducts.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyProducts.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyProducts'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyProducts.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyRecycleBin.svg';
|
|
5
|
-
export default class EmptyRecycleBin extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 149.5'
|
|
11
|
-
name='recycleBin'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyRecycleBin.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyRecycleBin.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyRecycleBin'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyRecycleBin.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyReports.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyReports.svg';
|
|
5
|
-
export default class EmptyReports extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='reports'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyReports.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyReports.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyReports'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyReports.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyRoles.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyRoles.svg';
|
|
5
|
-
export default class EmptyRoles extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='roles'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyRoles.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyRoles.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyRoles'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyRoles.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptySearch.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptySearch.svg';
|
|
5
|
-
export default class EmptySearch extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='search'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptySearch.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptySearch.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptySearch'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptySearch.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptySkills.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptySkills.svg';
|
|
5
|
-
export default class EmptySkills extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 194.4 139.3'
|
|
11
|
-
name='search'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptySkills.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptySkills.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptySkills'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptySkills.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptySnippet.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptySnippet.svg';
|
|
5
|
-
export default class EmptyRoles extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='roles'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyRoles.propTypes = {
|
|
23
|
-
alignHorizontal: PropTypes.bool,
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyRoles.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyRoles'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyRoles.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyTag.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyTag.svg';
|
|
5
|
-
export default class EmptyTag extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='tag'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyTag.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyTag.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyTag'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyTag.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyTask.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyTask.svg';
|
|
5
|
-
export default class EmptyTask extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='task'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyTask.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyTask.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyTask'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyTask.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyTeams.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyTeams.svg';
|
|
5
|
-
export default class EmptyTeams extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='team'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
EmptyTeams.propTypes = {
|
|
23
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
24
|
-
className: PropTypes.string,
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
dataId: PropTypes.string
|
|
27
|
-
};
|
|
28
|
-
EmptyTeams.defaultProps = {
|
|
29
|
-
size: 'large',
|
|
30
|
-
alignHorizontal: true,
|
|
31
|
-
dataId: 'emptyTeams'
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
if (__DOCS__) {
|
|
35
|
-
EmptyTeams.docs = {
|
|
36
|
-
componentGroup: 'SVG'
|
|
37
|
-
};
|
|
38
|
-
}
|
package/src/svg/EmptyTemplate.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import SVG from './SVG';
|
|
4
|
-
import image from './images/EmptyTemplate.svg';
|
|
5
|
-
export default class EmptyTemplate extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
let { size, className = '', alignHorizontal, dataId } = this.props;
|
|
8
|
-
return (
|
|
9
|
-
<SVG
|
|
10
|
-
viewBox='0 0 181.9 139.3'
|
|
11
|
-
name='accounts'
|
|
12
|
-
size={size}
|
|
13
|
-
className={className}
|
|
14
|
-
alignHorizontal={alignHorizontal}
|
|
15
|
-
dataId={dataId}
|
|
16
|
-
>
|
|
17
|
-
<image xlinkHref={image} height='100%' width='100%' />
|
|
18
|
-
</SVG>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
EmptyTemplate.propTypes = {
|
|
24
|
-
size: PropTypes.oneOf('small', 'large'),
|
|
25
|
-
className: PropTypes.string,
|
|
26
|
-
alignHorizontal: PropTypes.bool,
|
|
27
|
-
dataId: PropTypes.string
|
|
28
|
-
};
|
|
29
|
-
EmptyTemplate.defaultProps = {
|
|
30
|
-
size: 'large',
|
|
31
|
-
alignHorizontal: true,
|
|
32
|
-
dataId: 'emptyTemplate'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (__DOCS__) {
|
|
36
|
-
EmptyTemplate.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|