@zohodesk/svg 1.0.0 → 1.1.1
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 +8 -0
- package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/light/mode/SVG_LightMode.module.css +37 -0
- package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +10 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +139 -0
- package/coverage/coverage-summary.json +140 -0
- package/coverage/favicon.png +0 -0
- package/coverage/images/EmptyBusinessHoliday.svg.html +235 -0
- package/coverage/images/EmptyBusinessHour.svg.html +211 -0
- package/coverage/images/EmptyCustomDomain.svg.html +340 -0
- package/coverage/images/EmptyFromAddress.svg.html +208 -0
- package/coverage/images/EmptyImportHistory.svg.html +214 -0
- package/coverage/images/EmptyNetwork.svg.html +235 -0
- package/coverage/images/EmptyRecycleBin.svg.html +259 -0
- package/coverage/images/EmptyRoles.svg.html +175 -0
- package/coverage/images/EmptyWebhook.svg.html +217 -0
- package/coverage/images/FailureLog.svg.html +223 -0
- package/coverage/images/Inconvenience.svg.html +2242 -0
- package/coverage/images/NoRequestFound.svg.html +826 -0
- package/coverage/images/PageNotFound.svg.html +1300 -0
- package/coverage/images/ReguestUrlNotFound.svg.html +886 -0
- package/coverage/images/UnableToProcess.svg.html +2341 -0
- package/coverage/images/UnauthorizedLogin.svg.html +3226 -0
- package/coverage/images/WillBack.svg.html +1984 -0
- package/coverage/images/index.html +356 -0
- package/coverage/index.html +311 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/src/Loader/Loader.js.html +316 -0
- package/coverage/src/Loader/index.html +116 -0
- package/coverage/src/Loader/props/defaultProps.js.html +94 -0
- package/coverage/src/Loader/props/index.html +131 -0
- package/coverage/src/Loader/props/propTypes.js.html +100 -0
- package/coverage/src/SVG/SVG.js.html +292 -0
- package/coverage/src/SVG/SVG.module.css.html +166 -0
- package/coverage/src/SVG/index.html +131 -0
- package/coverage/src/SVG/props/defaultProps.js.html +118 -0
- package/coverage/src/SVG/props/index.html +131 -0
- package/coverage/src/SVG/props/propTypes.js.html +133 -0
- package/coverage/src/css/EmptyStateVariables.module.css.html +199 -0
- package/coverage/src/css/index.html +116 -0
- package/coverage/src/emptystate/props/defaultProps.js.html +109 -0
- package/coverage/src/emptystate/props/index.html +131 -0
- package/coverage/src/emptystate/props/propTypes.js.html +115 -0
- package/coverage/src/emptystate/version1/EmptyCustomDomain.js.html +151 -0
- package/coverage/src/emptystate/version1/index.html +131 -0
- package/coverage/src/emptystate/version1/index.js.html +88 -0
- package/coverage/src/emptystate/version2/EmptyBusinessHoliday.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyBusinessHour.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyFromAddress.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyImportHistory.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyNetwork.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyRecycleBin.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyRoles.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyWebhook.js.html +151 -0
- package/coverage/src/emptystate/version2/FailureLog.js.html +154 -0
- package/coverage/src/emptystate/version2/index.html +251 -0
- package/coverage/src/emptystate/version2/index.js.html +112 -0
- package/coverage/src/emptystate/version3/AuditLog.js.html +370 -0
- package/coverage/src/emptystate/version3/Contract.js.html +397 -0
- package/coverage/src/emptystate/version3/CustomModule.js.html +304 -0
- package/coverage/src/emptystate/version3/EmptyAccounts.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyActiveCalls.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyActivity.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyAgent.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyAgentQueue.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyApplechat.js.html +310 -0
- package/coverage/src/emptystate/version3/EmptyApproval.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyArchived.js.html +253 -0
- package/coverage/src/emptystate/version3/EmptyArticle.js.html +313 -0
- package/coverage/src/emptystate/version3/EmptyAsapchat.js.html +310 -0
- package/coverage/src/emptystate/version3/EmptyAttach.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyBlueprint.js.html +322 -0
- package/coverage/src/emptystate/version3/EmptyCallHistory.js.html +241 -0
- package/coverage/src/emptystate/version3/EmptyCanned.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyChat.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyCollision.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyColumn.js.html +268 -0
- package/coverage/src/emptystate/version3/EmptyContact.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyContract.js.html +295 -0
- package/coverage/src/emptystate/version3/EmptyConversation.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyCrm.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyCrmNotes.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyCrmPotential.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyDashboard.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyDelete.js.html +271 -0
- package/coverage/src/emptystate/version3/EmptyDepartment.js.html +301 -0
- package/coverage/src/emptystate/version3/EmptyError.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyFeed.js.html +238 -0
- package/coverage/src/emptystate/version3/EmptyFollowers.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyFrame.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptyHappiness.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyHistory.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyInstagram.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyInstantmessage.js.html +337 -0
- package/coverage/src/emptystate/version3/EmptyInvoice.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyLine.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyMessenger.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyNoData.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyNotification.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyPreference.js.html +328 -0
- package/coverage/src/emptystate/version3/EmptyProducts.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyReply.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyReports.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptySandbox.js.html +337 -0
- package/coverage/src/emptystate/version3/EmptySchedule.js.html +346 -0
- package/coverage/src/emptystate/version3/EmptySearch.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptySkills.js.html +349 -0
- package/coverage/src/emptystate/version3/EmptySla.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptySnippet.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyTag.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyTask.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyTeams.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTelegram.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyTemplate.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyTicket.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptyTimeEntry.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTimeline.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTopic.js.html +271 -0
- package/coverage/src/emptystate/version3/EmptyTwilio.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyWechat.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyWhatsapp.js.html +316 -0
- package/coverage/src/emptystate/version3/Export.js.html +286 -0
- package/coverage/src/emptystate/version3/Extensions.js.html +310 -0
- package/coverage/src/emptystate/version3/Extractor.js.html +277 -0
- package/coverage/src/emptystate/version3/GCBot.js.html +280 -0
- package/coverage/src/emptystate/version3/GCConversation.js.html +283 -0
- package/coverage/src/emptystate/version3/Import.js.html +304 -0
- package/coverage/src/emptystate/version3/KBBot.js.html +280 -0
- package/coverage/src/emptystate/version3/Multilingual.js.html +286 -0
- package/coverage/src/emptystate/version3/NetworkError.js.html +307 -0
- package/coverage/src/emptystate/version3/Predictor.js.html +283 -0
- package/coverage/src/emptystate/version3/ReadRecipients.js.html +307 -0
- package/coverage/src/emptystate/version3/SupportPlan.js.html +358 -0
- package/coverage/src/emptystate/version3/Variable.js.html +304 -0
- package/coverage/src/emptystate/version3/ZiaAnamoly.js.html +277 -0
- package/coverage/src/emptystate/version3/index.html +1286 -0
- package/coverage/src/emptystate/version3/index.js.html +319 -0
- package/coverage/src/errorstate/props/defaultProps.js.html +109 -0
- package/coverage/src/errorstate/props/index.html +131 -0
- package/coverage/src/errorstate/props/propTypes.js.html +115 -0
- package/coverage/src/errorstate/version1/EmptyInconvenience.js.html +157 -0
- package/coverage/src/errorstate/version1/NoRequestFound.js.html +157 -0
- package/coverage/src/errorstate/version1/PageNotFound.js.html +157 -0
- package/coverage/src/errorstate/version1/UnableToProcessRequest.js.html +157 -0
- package/coverage/src/errorstate/version1/UnauthorizedLogin.js.html +157 -0
- package/coverage/src/errorstate/version1/UrlNotFound.js.html +157 -0
- package/coverage/src/errorstate/version1/WillBeRightBack.js.html +157 -0
- package/coverage/src/errorstate/version1/index.html +221 -0
- package/coverage/src/errorstate/version1/index.js.html +106 -0
- package/coverage/src/errorstate/version2/EmptyUnauthorizedLogin.js.html +190 -0
- package/coverage/src/errorstate/version2/EmptyWillBeRightBack.js.html +184 -0
- package/coverage/src/errorstate/version2/index.html +146 -0
- package/coverage/src/errorstate/version2/index.js.html +91 -0
- package/coverage/src/errorstate/version3/ErrorInconvenience.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorOopsSomethingMiss.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorUnableToProcessRequest.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorUnauthorizedLogin.js.html +385 -0
- package/coverage/src/errorstate/version3/ErrorUrlNotFound.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorWillBeRightBack.js.html +331 -0
- package/coverage/src/errorstate/version3/index.html +206 -0
- package/coverage/src/errorstate/version3/index.js.html +103 -0
- package/es/Loader/__tests__/Loader.spec.js +11 -0
- package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/es/SVG/__tests__/SVG.spec.js +116 -0
- package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -0
- package/es/SVG/props/propTypes.js +2 -2
- package/es/emptystate/props/propTypes.js +1 -1
- package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -0
- package/es/emptystate/version1/__tests__/version1.spec.js +12 -0
- package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -0
- package/es/emptystate/version2/__tests__/version2.spec.js +12 -0
- package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -0
- package/es/emptystate/version3/__tests__/version3.spec.js +12 -0
- package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -0
- package/es/errorstate/version1/__tests__/version1.spec.js +12 -0
- package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -0
- package/es/errorstate/version2/__tests__/version2.spec.js +12 -0
- package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -0
- package/es/errorstate/version3/__tests__/version3.spec.js +12 -0
- package/es/index.js +0 -9
- package/es/v1/Loader/Loader.js +55 -0
- package/es/v1/SVG/SVG.js +49 -0
- package/es/v1/emptystate/version1/EmptyCustomDomain.js +21 -0
- package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +21 -0
- package/es/v1/emptystate/version2/EmptyBusinessHour.js +21 -0
- package/es/v1/emptystate/version2/EmptyFromAddress.js +21 -0
- package/es/v1/emptystate/version2/EmptyImportHistory.js +21 -0
- package/es/v1/emptystate/version2/EmptyNetwork.js +21 -0
- package/es/v1/emptystate/version2/EmptyRecycleBin.js +21 -0
- package/es/v1/emptystate/version2/EmptyRoles.js +21 -0
- package/es/v1/emptystate/version2/EmptyWebhook.js +21 -0
- package/es/v1/emptystate/version2/FailureLog.js +21 -0
- package/es/v1/emptystate/version3/AuditLog.js +75 -0
- package/es/v1/emptystate/version3/Bot.js +67 -0
- package/es/v1/emptystate/version3/Contract.js +83 -0
- package/es/v1/emptystate/version3/CustomModule.js +50 -0
- package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +85 -0
- package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +77 -0
- package/es/v1/emptystate/version3/EmptyAPIs.js +62 -0
- package/es/v1/emptystate/version3/EmptyAccounts.js +81 -0
- package/es/v1/emptystate/version3/EmptyActiveCalls.js +52 -0
- package/es/v1/emptystate/version3/EmptyActivity.js +52 -0
- package/es/v1/emptystate/version3/EmptyAgent.js +52 -0
- package/es/v1/emptystate/version3/EmptyAgentQueue.js +58 -0
- package/es/v1/emptystate/version3/EmptyApplechat.js +65 -0
- package/es/v1/emptystate/version3/EmptyApproval.js +58 -0
- package/es/v1/emptystate/version3/EmptyArchived.js +60 -0
- package/es/v1/emptystate/version3/EmptyArticle.js +66 -0
- package/es/v1/emptystate/version3/EmptyAsapchat.js +60 -0
- package/es/v1/emptystate/version3/EmptyAttach.js +52 -0
- package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +67 -0
- package/es/v1/emptystate/version3/EmptyBlueprint.js +67 -0
- package/es/v1/emptystate/version3/EmptyCallHistory.js +54 -0
- package/es/v1/emptystate/version3/EmptyCanned.js +70 -0
- package/es/v1/emptystate/version3/EmptyChat.js +70 -0
- package/es/v1/emptystate/version3/EmptyCollision.js +52 -0
- package/es/v1/emptystate/version3/EmptyColumn.js +58 -0
- package/es/v1/emptystate/version3/EmptyContact.js +52 -0
- package/es/v1/emptystate/version3/EmptyContract.js +48 -0
- package/es/v1/emptystate/version3/EmptyConversation.js +52 -0
- package/es/v1/emptystate/version3/EmptyCrm.js +52 -0
- package/es/v1/emptystate/version3/EmptyCrmNotes.js +63 -0
- package/es/v1/emptystate/version3/EmptyCrmPotential.js +66 -0
- package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +65 -0
- package/es/v1/emptystate/version3/EmptyDashboard.js +58 -0
- package/es/v1/emptystate/version3/EmptyDelete.js +43 -0
- package/es/v1/emptystate/version3/EmptyDepartment.js +52 -0
- package/es/v1/emptystate/version3/EmptyError.js +75 -0
- package/es/v1/emptystate/version3/EmptyFeed.js +55 -0
- package/es/v1/emptystate/version3/EmptyFollowers.js +53 -0
- package/es/v1/emptystate/version3/EmptyFrame.js +51 -0
- package/es/v1/emptystate/version3/EmptyHappiness.js +52 -0
- package/es/v1/emptystate/version3/EmptyHistory.js +52 -0
- package/es/v1/emptystate/version3/EmptyInstagram.js +66 -0
- package/es/v1/emptystate/version3/EmptyInstantmessage.js +68 -0
- package/es/v1/emptystate/version3/EmptyInvoice.js +57 -0
- package/es/v1/emptystate/version3/EmptyLine.js +66 -0
- package/es/v1/emptystate/version3/EmptyMessenger.js +53 -0
- package/es/v1/emptystate/version3/EmptyNoData.js +71 -0
- package/es/v1/emptystate/version3/EmptyNotification.js +52 -0
- package/es/v1/emptystate/version3/EmptyPreference.js +72 -0
- package/es/v1/emptystate/version3/EmptyProducts.js +55 -0
- package/es/v1/emptystate/version3/EmptyReply.js +47 -0
- package/es/v1/emptystate/version3/EmptyReports.js +58 -0
- package/es/v1/emptystate/version3/EmptySandbox.js +74 -0
- package/es/v1/emptystate/version3/EmptySchedule.js +94 -0
- package/es/v1/emptystate/version3/EmptySearch.js +62 -0
- package/es/v1/emptystate/version3/EmptySkills.js +100 -0
- package/es/v1/emptystate/version3/EmptySla.js +47 -0
- package/es/v1/emptystate/version3/EmptySnippet.js +62 -0
- package/es/v1/emptystate/version3/EmptyTag.js +55 -0
- package/es/v1/emptystate/version3/EmptyTask.js +68 -0
- package/es/v1/emptystate/version3/EmptyTeams.js +52 -0
- package/es/v1/emptystate/version3/EmptyTelegram.js +66 -0
- package/es/v1/emptystate/version3/EmptyTemplate.js +64 -0
- package/es/v1/emptystate/version3/EmptyTicket.js +55 -0
- package/es/v1/emptystate/version3/EmptyTimeEntry.js +58 -0
- package/es/v1/emptystate/version3/EmptyTimeline.js +52 -0
- package/es/v1/emptystate/version3/EmptyTopic.js +58 -0
- package/es/v1/emptystate/version3/EmptyTwilio.js +66 -0
- package/es/v1/emptystate/version3/EmptyWechat.js +66 -0
- package/es/v1/emptystate/version3/EmptyWhatsapp.js +66 -0
- package/es/v1/emptystate/version3/EmptyZSCKey.js +85 -0
- package/es/v1/emptystate/version3/Export.js +47 -0
- package/es/v1/emptystate/version3/Extensions.js +53 -0
- package/es/v1/emptystate/version3/Extractor.js +46 -0
- package/es/v1/emptystate/version3/GCBot.js +44 -0
- package/es/v1/emptystate/version3/GCConversation.js +46 -0
- package/es/v1/emptystate/version3/Import.js +62 -0
- package/es/v1/emptystate/version3/KBBot.js +59 -0
- package/es/v1/emptystate/version3/Multilingual.js +52 -0
- package/es/v1/emptystate/version3/NetworkError.js +55 -0
- package/es/v1/emptystate/version3/Predictor.js +53 -0
- package/es/v1/emptystate/version3/ReadRecipients.js +51 -0
- package/es/v1/emptystate/version3/SupportPlan.js +68 -0
- package/es/v1/emptystate/version3/Variable.js +50 -0
- package/es/v1/emptystate/version3/ZiaAnamoly.js +47 -0
- package/es/v1/errorstate/version1/EmptyInconvenience.js +25 -0
- package/es/v1/errorstate/version1/NoRequestFound.js +25 -0
- package/es/v1/errorstate/version1/PageNotFound.js +26 -0
- package/es/v1/errorstate/version1/UnableToProcessRequest.js +26 -0
- package/es/v1/errorstate/version1/UnauthorizedLogin.js +26 -0
- package/es/v1/errorstate/version1/UrlNotFound.js +26 -0
- package/es/v1/errorstate/version1/WillBeRightBack.js +26 -0
- package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +26 -0
- package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +22 -0
- package/es/v1/errorstate/version2/NotImpossible.js +61 -0
- package/es/v1/errorstate/version3/ErrorInconvenience.js +96 -0
- package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +97 -0
- package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +97 -0
- package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +105 -0
- package/es/v1/errorstate/version3/ErrorUrlNotFound.js +97 -0
- package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +97 -0
- package/lib/Loader/__tests__/Loader.spec.js +18 -0
- package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/lib/SVG/__tests__/SVG.spec.js +123 -0
- package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -0
- package/lib/SVG/props/propTypes.js +2 -2
- package/lib/emptystate/props/propTypes.js +1 -1
- package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -0
- package/lib/emptystate/version1/__tests__/version1.spec.js +26 -0
- package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -0
- package/lib/emptystate/version2/__tests__/version2.spec.js +26 -0
- package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -0
- package/lib/emptystate/version3/__tests__/version3.spec.js +26 -0
- package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -0
- package/lib/errorstate/version1/__tests__/version1.spec.js +26 -0
- package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -0
- package/lib/errorstate/version2/__tests__/version2.spec.js +26 -0
- package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -0
- package/lib/errorstate/version3/__tests__/version3.spec.js +26 -0
- package/lib/v1/Loader/Loader.js +68 -0
- package/lib/v1/SVG/SVG.js +62 -0
- package/lib/v1/emptystate/version1/EmptyCustomDomain.js +42 -0
- package/lib/v1/emptystate/version2/EmptyBusinessHoliday.js +42 -0
- package/lib/v1/emptystate/version2/EmptyBusinessHour.js +42 -0
- package/lib/v1/emptystate/version2/EmptyFromAddress.js +42 -0
- package/lib/v1/emptystate/version2/EmptyImportHistory.js +42 -0
- package/lib/v1/emptystate/version2/EmptyNetwork.js +42 -0
- package/lib/v1/emptystate/version2/EmptyRecycleBin.js +42 -0
- package/lib/v1/emptystate/version2/EmptyRoles.js +42 -0
- package/lib/v1/emptystate/version2/EmptyWebhook.js +42 -0
- package/lib/v1/emptystate/version2/FailureLog.js +42 -0
- package/lib/v1/emptystate/version3/AuditLog.js +95 -0
- package/lib/v1/emptystate/version3/Bot.js +87 -0
- package/lib/v1/emptystate/version3/Contract.js +103 -0
- package/lib/v1/emptystate/version3/CustomModule.js +70 -0
- package/lib/v1/emptystate/version3/EmptyAPIAuthentication.js +105 -0
- package/lib/v1/emptystate/version3/EmptyAPIConfiguration.js +97 -0
- package/lib/v1/emptystate/version3/EmptyAPIs.js +82 -0
- package/lib/v1/emptystate/version3/EmptyAccounts.js +101 -0
- package/lib/v1/emptystate/version3/EmptyActiveCalls.js +72 -0
- package/lib/v1/emptystate/version3/EmptyActivity.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAgent.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAgentQueue.js +78 -0
- package/lib/v1/emptystate/version3/EmptyApplechat.js +85 -0
- package/lib/v1/emptystate/version3/EmptyApproval.js +78 -0
- package/lib/v1/emptystate/version3/EmptyArchived.js +80 -0
- package/lib/v1/emptystate/version3/EmptyArticle.js +86 -0
- package/lib/v1/emptystate/version3/EmptyAsapchat.js +80 -0
- package/lib/v1/emptystate/version3/EmptyAttach.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAuthenticationPending.js +87 -0
- package/lib/v1/emptystate/version3/EmptyBlueprint.js +87 -0
- package/lib/v1/emptystate/version3/EmptyCallHistory.js +74 -0
- package/lib/v1/emptystate/version3/EmptyCanned.js +90 -0
- package/lib/v1/emptystate/version3/EmptyChat.js +90 -0
- package/lib/v1/emptystate/version3/EmptyCollision.js +72 -0
- package/lib/v1/emptystate/version3/EmptyColumn.js +78 -0
- package/lib/v1/emptystate/version3/EmptyContact.js +72 -0
- package/lib/v1/emptystate/version3/EmptyContract.js +68 -0
- package/lib/v1/emptystate/version3/EmptyConversation.js +72 -0
- package/lib/v1/emptystate/version3/EmptyCrm.js +72 -0
- package/lib/v1/emptystate/version3/EmptyCrmNotes.js +83 -0
- package/lib/v1/emptystate/version3/EmptyCrmPotential.js +86 -0
- package/lib/v1/emptystate/version3/EmptyCustomerHappiness.js +85 -0
- package/lib/v1/emptystate/version3/EmptyDashboard.js +78 -0
- package/lib/v1/emptystate/version3/EmptyDelete.js +63 -0
- package/lib/v1/emptystate/version3/EmptyDepartment.js +72 -0
- package/lib/v1/emptystate/version3/EmptyError.js +95 -0
- package/lib/v1/emptystate/version3/EmptyFeed.js +75 -0
- package/lib/v1/emptystate/version3/EmptyFollowers.js +73 -0
- package/lib/v1/emptystate/version3/EmptyFrame.js +71 -0
- package/lib/v1/emptystate/version3/EmptyHappiness.js +72 -0
- package/lib/v1/emptystate/version3/EmptyHistory.js +72 -0
- package/lib/v1/emptystate/version3/EmptyInstagram.js +86 -0
- package/lib/v1/emptystate/version3/EmptyInstantmessage.js +88 -0
- package/lib/v1/emptystate/version3/EmptyInvoice.js +77 -0
- package/lib/v1/emptystate/version3/EmptyLine.js +86 -0
- package/lib/v1/emptystate/version3/EmptyMessenger.js +73 -0
- package/lib/v1/emptystate/version3/EmptyNoData.js +91 -0
- package/lib/v1/emptystate/version3/EmptyNotification.js +72 -0
- package/lib/v1/emptystate/version3/EmptyPreference.js +92 -0
- package/lib/v1/emptystate/version3/EmptyProducts.js +75 -0
- package/lib/v1/emptystate/version3/EmptyReply.js +67 -0
- package/lib/v1/emptystate/version3/EmptyReports.js +78 -0
- package/lib/v1/emptystate/version3/EmptySandbox.js +94 -0
- package/lib/v1/emptystate/version3/EmptySchedule.js +114 -0
- package/lib/v1/emptystate/version3/EmptySearch.js +82 -0
- package/lib/v1/emptystate/version3/EmptySkills.js +120 -0
- package/lib/v1/emptystate/version3/EmptySla.js +67 -0
- package/lib/v1/emptystate/version3/EmptySnippet.js +82 -0
- package/lib/v1/emptystate/version3/EmptyTag.js +75 -0
- package/lib/v1/emptystate/version3/EmptyTask.js +88 -0
- package/lib/v1/emptystate/version3/EmptyTeams.js +72 -0
- package/lib/v1/emptystate/version3/EmptyTelegram.js +86 -0
- package/lib/v1/emptystate/version3/EmptyTemplate.js +84 -0
- package/lib/v1/emptystate/version3/EmptyTicket.js +75 -0
- package/lib/v1/emptystate/version3/EmptyTimeEntry.js +78 -0
- package/lib/v1/emptystate/version3/EmptyTimeline.js +72 -0
- package/lib/v1/emptystate/version3/EmptyTopic.js +78 -0
- package/lib/v1/emptystate/version3/EmptyTwilio.js +86 -0
- package/lib/v1/emptystate/version3/EmptyWechat.js +86 -0
- package/lib/v1/emptystate/version3/EmptyWhatsapp.js +86 -0
- package/lib/v1/emptystate/version3/EmptyZSCKey.js +105 -0
- package/lib/v1/emptystate/version3/Export.js +67 -0
- package/lib/v1/emptystate/version3/Extensions.js +73 -0
- package/lib/v1/emptystate/version3/Extractor.js +66 -0
- package/lib/v1/emptystate/version3/GCBot.js +64 -0
- package/lib/v1/emptystate/version3/GCConversation.js +66 -0
- package/lib/v1/emptystate/version3/Import.js +82 -0
- package/lib/v1/emptystate/version3/KBBot.js +79 -0
- package/lib/v1/emptystate/version3/Multilingual.js +72 -0
- package/lib/v1/emptystate/version3/NetworkError.js +75 -0
- package/lib/v1/emptystate/version3/Predictor.js +73 -0
- package/lib/v1/emptystate/version3/ReadRecipients.js +71 -0
- package/lib/v1/emptystate/version3/SupportPlan.js +88 -0
- package/lib/v1/emptystate/version3/Variable.js +70 -0
- package/lib/v1/emptystate/version3/ZiaAnamoly.js +67 -0
- package/lib/v1/errorstate/version1/EmptyInconvenience.js +44 -0
- package/lib/v1/errorstate/version1/NoRequestFound.js +44 -0
- package/lib/v1/errorstate/version1/PageNotFound.js +45 -0
- package/lib/v1/errorstate/version1/UnableToProcessRequest.js +45 -0
- package/lib/v1/errorstate/version1/UnauthorizedLogin.js +45 -0
- package/lib/v1/errorstate/version1/UrlNotFound.js +45 -0
- package/lib/v1/errorstate/version1/WillBeRightBack.js +45 -0
- package/lib/v1/errorstate/version2/EmptyUnauthorizedLogin.js +46 -0
- package/lib/v1/errorstate/version2/EmptyWillBeRightBack.js +42 -0
- package/lib/v1/errorstate/version2/NotImpossible.js +81 -0
- package/lib/v1/errorstate/version3/ErrorInconvenience.js +116 -0
- package/lib/v1/errorstate/version3/ErrorOopsSomethingMiss.js +117 -0
- package/lib/v1/errorstate/version3/ErrorUnableToProcessRequest.js +117 -0
- package/lib/v1/errorstate/version3/ErrorUnauthorizedLogin.js +125 -0
- package/lib/v1/errorstate/version3/ErrorUrlNotFound.js +117 -0
- package/lib/v1/errorstate/version3/ErrorWillBeRightBack.js +117 -0
- package/package.json +14 -6
- package/result.json +1 -0
- package/unittest/index.html +37 -0
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +0 -37
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +0 -10
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyInstagram(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "emptyInstagram"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#instagram_svg__a)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
opacity: 0.8,
|
|
15
|
+
d: "M217.69 259.748c9.951-16.661-8.113-18.483-8.901-27.724-1.181-13.915 1.812-30.84 23.001-32.292 36.469-2.482 79.555 30.021 58.839 87.528-20.716 57.508-92.815 30.84-92.815-3.326 0-12.701 17.041-19.434 19.876-24.186ZM311.321 173.54c2.416-4.066-1.969-4.515-2.153-6.733-.288-3.379.42-7.498 5.567-7.921 8.874-.607 19.324 7.288 14.283 21.255-5.041 13.968-22.528 7.472-22.528-.818 0-3.142 4.149-4.674 4.831-5.783Z",
|
|
16
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M330.33 175.838s-10.765 20.779-23.499 8.264c-12.734-12.515 4.805-30.787 15.753-24.503 10.949 6.284 22.108 33.322-18.694 33.031-40.801-.29-26.518 17.823-26.518 17.823 48.862 56.425-37.992 106.169 3.019 84.941 41.012-21.229 10.266-84.941-3.019-94.631-13.286-9.691-85.647-12.146-93.497 40.028a58.877 58.877 0 0 0 .625 23.198 58.71 58.71 0 0 0 9.536 21.133 65.862 65.862 0 0 0 24.172 20.242 65.477 65.477 0 0 0 30.755 6.638c37.388-.713 116.313-2.35 117.705-3.275 1.812-1.214 9.636-142.58-11.474-165.604s-213.538-5.465-220.759-4.251c-7.22 1.215-2.442 151.901-4.227 209.118-.945 30.1 232.338 20.436 234.622 13.598 2.284-6.839.762-32.371.762-32.371",
|
|
19
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
20
|
+
fill: "transparent",
|
|
21
|
+
strokeWidth: 2.5,
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
25
|
+
clipPath: "url(#instagram_svg__b)"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
opacity: 0.1,
|
|
28
|
+
d: "M198.002 140.499s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
|
|
29
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M32.5 293.25s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
|
|
32
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "m42 284.5-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
|
|
35
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
d: "M425.5 52C419 52 413.75 57.25 413.75 63.75C413.75 70.25 419 75.5 425.5 75.5C432 75.5 437.25 70.25 437.25 63.75C437.25 57.25 431.75 52 425.5 52ZM425.5 73.25C420.5 73.25 416.25 69 416.25 63.75C416.25 58.5 420.5 54.25 425.5 54.25C430.5 54.25 434.75 58.5 434.75 63.75C434.75 69 430.5 73.25 425.5 73.25Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "M308.5 432.75C303.75 432.75 300 436.5 300 441.25C300 446 303.75 449.75 308.5 449.75C313.25 449.75 317 446 317 441.25C317 436.75 313.25 432.75 308.5 432.75ZM308.5 447.5C305.25 447.5 302.5 444.75 302.5 441.25C302.5 437.75 305.25 435 308.5 435C311.75 435 314.5 437.75 314.5 441.25C314.5 444.75 311.75 447.5 308.5 447.5Z",
|
|
41
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M199.75 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM472 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
|
|
44
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
opacity: 0.1,
|
|
47
|
+
d: "M287.002 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
|
|
48
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
49
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
50
|
+
id: "instagram_svg__a"
|
|
51
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
fill: "#fff",
|
|
53
|
+
transform: "translate(129 130)",
|
|
54
|
+
d: "M0 0h242v239.983H0z"
|
|
55
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
56
|
+
id: "instagram_svg__b"
|
|
57
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
fill: "#fff",
|
|
59
|
+
transform: "translate(22.5 50)",
|
|
60
|
+
d: "M0 0h450v400H0z"
|
|
61
|
+
}))));
|
|
62
|
+
}
|
|
63
|
+
EmptyInstagram.propTypes = EmptyStateProps;
|
|
64
|
+
EmptyInstagram.defaultProps = { ...EmptyStateDefaultProps,
|
|
65
|
+
dataId: 'emptyInstagram'
|
|
66
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyInstantmessage(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "emptyInstantmessage"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M317.98 373.083c7.705 0 13.952-6.247 13.952-13.953 0-7.706-6.247-13.952-13.952-13.952-7.706 0-13.953 6.246-13.953 13.952 0 7.706 6.247 13.953 13.953 13.953ZM386.859 330.678c15.341 0 27.778-12.437 27.778-27.778 0-15.342-12.437-27.779-27.778-27.779-15.342 0-27.779 12.437-27.779 27.779 0 15.341 12.437 27.778 27.779 27.778ZM238.015 134.565c15.342 0 27.778-12.437 27.778-27.779 0-15.341-12.436-27.778-27.778-27.778-15.342 0-27.779 12.437-27.779 27.778 0 15.342 12.437 27.779 27.779 27.779Z",
|
|
13
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M260.847 202.875c44.193 44.888 7.681 141.629-90.175 156.738-38.216 5.914-75.507-17.929-84.409-55.557-5.787-24.495-8.207-59.871 31.272-88.007 92.132-65.637 150.93-32.051 168.902-15.026 10.522 9.996 50.801 75.655-14.499 129.023l13.952 60.376-56.82-38.827s-62.985 14.458-107.073-11.974A45.415 45.415 0 0 1 99.5 296.312c1.515-14.331 10.186-28.999 38.764-30.346 57.135-2.673 25.4 49.791 10.522 39.711-14.878-10.081-6.65-37.059 15.952-39.774 22.601-2.715 16.835-17.993 23.822-19.929 6.987-1.936 27.358-1.326 25.506 15.404-1.852 16.731-26.474 14.731-28.915 2.231-2.441-12.5 25.884-41.184 38.679-44.761 19.908-5.577 26.095 18.056 13.216 27.357-12.879 9.302-26.242-19.655-14.121-34.975 0 0 27.758-39.585 105.222-42.468l48.97-2.23-56.82 11.09s-4.208.694-4.924 6.797c-.715 6.103-3.072 13.637-5.177 9.828-2.104-3.809 11.28-24.559-9.28-34.113 0 0-.716-.947 2.883-.968 3.598-.021 62.649 3.893 78.453 3.767a1.282 1.282 0 0 1 1.268 1.572 1.284 1.284 0 0 1-.384.659l-44.698 41.099s-3.346 4.083-6.314-1.325c-2.967-5.409-3.409-16.52-16.077-12.501",
|
|
16
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
17
|
+
fill: "transparent",
|
|
18
|
+
strokeWidth: 2.5,
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
opacity: 0.8,
|
|
23
|
+
d: "M174.353 332.151c-12.627 2.104-20.455-13.848-10.859-22.392 4.209-3.766 11.195-7.239 22.265-9.785 42.909-9.849 36.891-40.805 41.478-40.216 4.588.589 14.731 3.094 24.833-14.542 9.722-17.003 27.694 69.741-77.717 86.935Z",
|
|
24
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M205.373 134.313s-2.252 13.258 0 13.258 8.418-7.513 13.995-6.629c5.576.884 43.014 5.135 46.297-30.893 3.283-36.028-43.52-45.246-64.522-23.149-13.089 13.7-8.228 28.768-2.693 38.174 0 0 24.727-26.642 26.347-25.253 1.62 1.389 8.754 9.218 9.575 9.091.821-.126 15.868-9.912 16.331-8.986.463.926-17.488 22.181-18.077 21.234-.59-.947-8.166-9.701-9.218-9.807-1.052-.105-14.731 9.113-14.731 9.113M398.35 309.443a12.839 12.839 0 0 0 4.209-4.545 2.38 2.38 0 0 0 0-2.336c-2.757-4.735-9.807-8.418-12.858-9.702a2.424 2.424 0 0 0-2.694.505c-4.609 4.483-1.789 8.418-1.789 8.418-9.407-1.283-28.789-20.329-22.854-18.94 4.377.968 6.734-2.672 7.702-4.671a2.44 2.44 0 0 0 0-2.252c-1.536-2.736-5.766-10.144-6.692-10.396-.926-.253-13.826-.337-10.754 14.878 3.073 15.215 25.485 33.987 48.087 32.387 22.601-1.599 23.864-26.831 11.174-48.612-11.174-19.171-47.413-30.262-67.173-4.209-19.761 26.053-2.526 51.917-2.526 51.917l-10.143 17.761 24.222-5.577s25.485 18.183 51.411-5.661",
|
|
27
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
28
|
+
fill: "transparent",
|
|
29
|
+
strokeWidth: 2.5,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
33
|
+
clipPath: "url(#instantmessage_svg__a)"
|
|
34
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
opacity: 0.1,
|
|
36
|
+
d: "M198.002 140.499s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
|
|
37
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M32.5 293.25s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "m42 284.5-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
|
|
43
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M425.5 52C419 52 413.75 57.25 413.75 63.75C413.75 70.25 419 75.5 425.5 75.5C432 75.5 437.25 70.25 437.25 63.75C437.25 57.25 431.75 52 425.5 52ZM425.5 73.25C420.5 73.25 416.25 69 416.25 63.75C416.25 58.5 420.5 54.25 425.5 54.25C430.5 54.25 434.75 58.5 434.75 63.75C434.75 69 430.5 73.25 425.5 73.25Z",
|
|
46
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M308.5 432.75C303.75 432.75 300 436.5 300 441.25C300 446 303.75 449.75 308.5 449.75C313.25 449.75 317 446 317 441.25C317 436.75 313.25 432.75 308.5 432.75ZM308.5 447.5C305.25 447.5 302.5 444.75 302.5 441.25C302.5 437.75 305.25 435 308.5 435C311.75 435 314.5 437.75 314.5 441.25C314.5 444.75 311.75 447.5 308.5 447.5Z",
|
|
49
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M199.75 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM472 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
|
|
52
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
opacity: 0.1,
|
|
55
|
+
d: "M287.002 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
|
|
56
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
57
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
58
|
+
id: "instantmessage_svg__a"
|
|
59
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "#fff",
|
|
61
|
+
transform: "translate(22.5 50)",
|
|
62
|
+
d: "M0 0h450v400H0z"
|
|
63
|
+
}))));
|
|
64
|
+
}
|
|
65
|
+
EmptyInstantmessage.propTypes = EmptyStateProps;
|
|
66
|
+
EmptyInstantmessage.defaultProps = { ...EmptyStateDefaultProps,
|
|
67
|
+
dataId: 'emptyInstantmessage'
|
|
68
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyInvoice(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "invoice"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyInvoice_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyInvoice_svg__cls-3,.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5,.EmptyInvoice_svg__cls-7,.EmptyInvoice_svg__cls-8{fill:none}.EmptyInvoice_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyInvoice_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyInvoice_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
+
opacity: 0.05,
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
+
cx: 156.04,
|
|
17
|
+
cy: 31.69,
|
|
18
|
+
rx: 3.54,
|
|
19
|
+
ry: 3.51,
|
|
20
|
+
strokeMiterlimit: 10,
|
|
21
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
+
fill: "none"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
+
className: "EmptyInvoice_svg__cls-7",
|
|
25
|
+
cx: 79.62,
|
|
26
|
+
cy: 29.6,
|
|
27
|
+
rx: 2.12,
|
|
28
|
+
ry: 2.1
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "EmptyInvoice_svg__cls-4",
|
|
31
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
+
className: "EmptyInvoice_svg__cls-8",
|
|
34
|
+
cx: 165.88,
|
|
35
|
+
cy: 154.09,
|
|
36
|
+
rx: 2.45,
|
|
37
|
+
ry: 2.43
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
className: "EmptyInvoice_svg__cls-3",
|
|
40
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
42
|
+
className: "EmptyInvoice_svg__cls-6",
|
|
43
|
+
cx: 57.41,
|
|
44
|
+
cy: 113.21,
|
|
45
|
+
r: 14.89
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
className: "EmptyInvoice_svg__cls-6",
|
|
48
|
+
d: "M48.34 130.44l.37 17.69a.83.83 0 001.37.63l7-6.81 6.75 7c.75.67 1.1-1.59 1.1-2.6v-18.77M75.54 73.14s-4.64-1.26 5.62-3S124.53 69 124.42 72c0 0-43.42 2.82-48.88 1.14zM84 103.87s-2.54-.29-1.3-2.77c.81-1.6 40.16-4.64 41.79-.79 1.05 2.42-40.49 3.56-40.49 3.56z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
className: "EmptyInvoice_svg__cls-5",
|
|
51
|
+
d: "M65 134.94s1.12 12.34 0 14-7.85-7-7.85-7-6.13 8.84-8.67 7.23c0 0-1-14.15-.47-17.87a1.82 1.82 0 011.48-1.53c4.18-.79 17.77-1.64 22.24-12.22C77 105 63.59 94.05 49.83 99.06c-11.42 4.16-14.58 28.31 6.72 28.88s19-19 16.21-24.11C69.08 97 61 94.65 58.27 94.46a1.84 1.84 0 01-1.71-1.76l.93-27.7a19.26 19.26 0 012.18-10 14.82 14.82 0 0112.86-8.07c14-.85 74.65 0 74.65 0s17.71-.38 17.67 23.58a55.92 55.92 0 00-22.83 0s-1.3-20.23 6.68-20.57c0 0-7.62-3.26-8.79 17.3L142 136a21.76 21.76 0 01-1.41 8.57c-1.62 4.15-4.88 8.75-11.26 7.25a12.85 12.85 0 01-9.21-8.87l-1-3.34h-43s-2.63-1.65 46.72-1.24c0 0-2.6 9.27 2.06 13.74 1.85 1.77 11.39 3.09 11.39 3.09H69s-1.7-18.13 1.81-25.2 16-20.9-2.31-37c0 0 .39-18.28.68-25.54.44-11.25 55.12-7.4 58.14-4.37s5.38 7.39 1 8.4-53.87 2.87-54.11.67c-.2-1.78 44-4.51 49.53-1.63 4.45 2.29 3.45 19.6 3.3 25.84a4 4 0 01-.25 1.18 5.28 5.28 0 01-2.47 2.94 6.87 6.87 0 01-2.28.73c-11.11 1.57-33.26 2.45-38 2.65a1.41 1.41 0 01-1.45-1.08c-.15-.6-.31-1.47.15-1.69 3.47-1.6 43.07-6 44.9 2.1 1.4 6.18 1 15.16.28 19.29a2.79 2.79 0 01-2.48 2.3c-6.34.62-23.75 2.68-23.59.42.24-3.43 20.32-3.12 20.32-3.12"
|
|
52
|
+
}));
|
|
53
|
+
}
|
|
54
|
+
EmptyInvoice.propTypes = EmptyStateProps;
|
|
55
|
+
EmptyInvoice.defaultProps = { ...EmptyStateDefaultProps,
|
|
56
|
+
dataId: 'emptyInvoice'
|
|
57
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyLine(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "emptyLine"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#line_svg__a)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M254.349 223.031s17.968 28.302 20.17 29.473c2.201 1.172-.48-35.669-.853-37.107-.373-1.438 23.082-1.243 23.366 1.438.284 2.681 0 52.288 0 56.088 0 3.799 34.782 1.455 38.421 2.432 3.64.977 2.433-11.789 1.776-13.458-.657-1.669-26.242-.764-26.242-.764s1.776-10.368 1.438-10.795c-.337-.426-1.438 1.456-1.438 1.456s24.484 0 26.917.391c2.432.391 0-7.652 0-12.18 0-4.527-25.124-2.521-26.899-2.521-1.776 0 1.775-9.854 1.775-10.653 0-.799-5.095-.781-1.775 1.278 3.32 2.06 18.926 0 24.484 0 5.557 0 2.432-8.274 2.432-11.789 0-3.515-52.075-1.953-49.252-2.006 2.823-.054 0 54.49 0 58.112s-6.96 2.325-11.771 2.325c-4.812 0-27.449-35.225-27.449-35.225v34.213c0 2.06-11.506.16-11.878 2.433-.373 2.272 5.876 0 12.535 0 2.467 0-.835-53.265 1.917-56.372 2.504-2.734-8.291-5.966-14.452-4.67-6.161 1.297-2.433 47.353-2.433 53.052 0 5.699-5.326 6.552-8.558 7.102-3.231.55-14.204-13.369-14.204-7.102 0 6.268 4.83 7.102 4.83 7.102 11.079-1.527 9.197-4.368 9.197-9.73v-48.719c0-2.184-11.541-.852-14.027 0-2.485.852 0 43.641 0 45.062 0 1.42-29.419 1.935-29.633 0-.213-1.936 17.01-1.421 19.531-.657 2.521.763 3.178 8.877 2.148 11.683-1.03 2.805-35.208.55-40.943 0-5.734-.551-2.734-59.053 7.422-58.592 10.156.462 6.942 46.909 6.942 46.909s-22.442 37.942-49.714 18.501c0 0 53.265 65.693 123.184 82.577 0 0-192.872-39.202-126.646-169.204 60.544-118.815 260.873-61.059 264.548 42.328 3.675 103.387-139.642 158.409-145.679 156.598-6.036-1.811 0-58.591 0-58.591",
|
|
15
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
16
|
+
fill: "transparent",
|
|
17
|
+
strokeWidth: 2.5,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
opacity: 0.8,
|
|
22
|
+
d: "M170.528 216.443c5.948 6.072 3.374 44.174 12.269 45.399 8.895 1.225 19.939-.497 20.187 3.658.249 4.154.515 6.427-2.148 6.693-2.663.267-36.078-.266-36.256-1.402-.177-1.137 0-60.367 5.948-54.348ZM214.878 270.631s-3.285-51.045.834-51.151c4.119-.107 7.865-1.421 7.635 1.171-.231 2.593 1.97 49.359 0 50.46-1.971 1.101-8.469-.48-8.469-.48ZM241.917 271.484s-6.143-52.394 1.634-50.814c7.776 1.58 33.539 40.836 35.722 39.735 2.184-1.101-3.551-39.167 1.279-41.369 10.653-4.776 8.38 49.022 2.184 51.49-6.197 2.467-36.451-36.078-36.451-36.078s4.19 36.93 1.101 36.965c-3.09.036-5.469.071-5.469.071ZM334.226 216.781s-30.628-2.095-31.338.692c-.71 2.788-1.953 52.395 0 54.046 1.953 1.651 32.172 2.486 32.172 1.083 0-1.402 1.971-9.232-.834-9.374-2.806-.142-24.857.408-25.461-.71-.604-1.119.692-13.423 1.403-13.423.71 0 25.815 1.775 25.567-.142-.249-1.918 1.775-10.067-1.652-10.067-3.426 0-23.773 1.544-25.176.142-1.403-1.403 1.119-14.559 2.521-14.559 1.403 0 22.94 3.089 23.224.994.049-2.9-.094-5.801-.426-8.682Z",
|
|
23
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
24
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
25
|
+
clipPath: "url(#line_svg__b)"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
opacity: 0.1,
|
|
28
|
+
d: "M198.002 140.499s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
|
|
29
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M32.5 293.25s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
|
|
32
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "m42 284.5-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
|
|
35
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
d: "M425.5 52C419 52 413.75 57.25 413.75 63.75C413.75 70.25 419 75.5 425.5 75.5C432 75.5 437.25 70.25 437.25 63.75C437.25 57.25 431.75 52 425.5 52ZM425.5 73.25C420.5 73.25 416.25 69 416.25 63.75C416.25 58.5 420.5 54.25 425.5 54.25C430.5 54.25 434.75 58.5 434.75 63.75C434.75 69 430.5 73.25 425.5 73.25Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "M308.5 432.75C303.75 432.75 300 436.5 300 441.25C300 446 303.75 449.75 308.5 449.75C313.25 449.75 317 446 317 441.25C317 436.75 313.25 432.75 308.5 432.75ZM308.5 447.5C305.25 447.5 302.5 444.75 302.5 441.25C302.5 437.75 305.25 435 308.5 435C311.75 435 314.5 437.75 314.5 441.25C314.5 444.75 311.75 447.5 308.5 447.5Z",
|
|
41
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M199.75 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM472 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
|
|
44
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
opacity: 0.1,
|
|
47
|
+
d: "M287.002 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
|
|
48
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
49
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
50
|
+
id: "line_svg__a"
|
|
51
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
fill: "#fff",
|
|
53
|
+
transform: "translate(110 126)",
|
|
54
|
+
d: "M0 0h280.19v266.963H0z"
|
|
55
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
56
|
+
id: "line_svg__b"
|
|
57
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
fill: "#fff",
|
|
59
|
+
transform: "translate(22.5 50)",
|
|
60
|
+
d: "M0 0h450v400H0z"
|
|
61
|
+
}))));
|
|
62
|
+
}
|
|
63
|
+
EmptyLine.propTypes = EmptyStateProps;
|
|
64
|
+
EmptyLine.defaultProps = { ...EmptyStateDefaultProps,
|
|
65
|
+
dataId: 'emptyLine'
|
|
66
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyMessenger(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "emptyMessenger"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#messenger_svg__a)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
opacity: 0.1,
|
|
15
|
+
d: "M198.002 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
|
|
16
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M32.5 293.249s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
|
|
19
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "m42 284.498-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M425.5 51.999C419 51.999 413.75 57.249 413.75 63.749C413.75 70.249 419 75.499 425.5 75.499C432 75.499 437.25 70.249 437.25 63.749C437.25 57.249 431.75 51.999 425.5 51.999ZM425.5 73.249C420.5 73.249 416.25 68.999 416.25 63.749C416.25 58.499 420.5 54.249 425.5 54.249C430.5 54.249 434.75 58.499 434.75 63.749C434.75 68.999 430.5 73.249 425.5 73.249Z",
|
|
25
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M308.5 432.748C303.75 432.748 300 436.498 300 441.248C300 445.998 303.75 449.748 308.5 449.748C313.25 449.748 317 445.998 317 441.248C317 436.748 313.25 432.748 308.5 432.748ZM308.5 447.498C305.25 447.498 302.5 444.748 302.5 441.248C302.5 437.748 305.25 434.998 308.5 434.998C311.75 434.998 314.5 437.748 314.5 441.248C314.5 444.748 311.75 447.498 308.5 447.498Z",
|
|
28
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M199.75 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM472 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
|
|
31
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
opacity: 0.1,
|
|
34
|
+
d: "M287.002 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
|
|
35
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
36
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
37
|
+
clipPath: "url(#messenger_svg__b)"
|
|
38
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M175.568 274.12s54.344-71.148 65.312-50.535c20.773 39.234 54.426-3.422 70.152-8.108 15.725-4.687-45.058 65.901-51.934 57.897-6.876-8.005-30.557-31.458-37.766-28.451-7.208 3.007-45.764 29.197-45.764 29.197Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M173.344 320.031s-6.835 40.209 0 40.209c6.834 0 25.821-22.81 42.523-20.094 16.702 2.717 130.727 15.553 140.594-93.688 9.868-109.242-132.222-137.298-196.059-70.505-39.74 41.473-24.928 87.239-8.185 115.794 0 0 72.707-41.889 75.844-41.474 3.137.415 26.237 26.958 28.023 29.737 1.787 2.778 56.358-61.568 54.946-64.409-1.413-2.841-47.156 26.958-49.628 27.248-2.472.291-24.118-23.349-29.083-27.6-3.843-3.277-41.048 35.252-61.655 57.047",
|
|
43
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
44
|
+
fill: "transparent",
|
|
45
|
+
strokeWidth: 2.5,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
})));
|
|
49
|
+
}
|
|
50
|
+
EmptyMessenger.propTypes = EmptyStateProps;
|
|
51
|
+
EmptyMessenger.defaultProps = { ...EmptyStateDefaultProps,
|
|
52
|
+
dataId: 'emptyMessenger'
|
|
53
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyNoData(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "nodata"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
opacity: 0.1,
|
|
13
|
+
d: "M217.1 158.5s113.7-75.3 171.3-52.6c57.6 22.7 96.9 213.3-63.2 298.9C165.1 490.4 92.8 304.3 92.1 271.3c-.5-32 .1-108.1 125-112.8Z",
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M419.5 388c3.314 0 6-2.642 6-5.9 0-3.259-2.686-5.9-6-5.9s-6 2.641-6 5.9c0 3.258 2.686 5.9 6 5.9Z",
|
|
17
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
18
|
+
fill: "transparent",
|
|
19
|
+
strokeWidth: 3,
|
|
20
|
+
strokeMiterlimit: 10,
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "m161.8 415.6 10.1 11.2M161.2 426.2l11.3-10",
|
|
25
|
+
stroke: "var(--zd_emptysvg_cross)",
|
|
26
|
+
strokeWidth: 3,
|
|
27
|
+
strokeMiterlimit: 10,
|
|
28
|
+
strokeLinecap: "round",
|
|
29
|
+
strokeLinejoin: "round"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M395.6 91.8a8.6 8.6 0 1 0 0-17.2 8.6 8.6 0 0 0 0 17.2Z",
|
|
32
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
33
|
+
fill: "transparent",
|
|
34
|
+
strokeWidth: 3,
|
|
35
|
+
strokeMiterlimit: 10
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
d: "M210.4 83.2a5.1 5.1 0 1 0 0-10.2 5.1 5.1 0 0 0 0 10.2Z",
|
|
38
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
39
|
+
fill: "transparent",
|
|
40
|
+
strokeWidth: 3,
|
|
41
|
+
strokeMiterlimit: 10
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "m70 277.7-.9 15.1M62 284.8l15.1.9",
|
|
44
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
45
|
+
strokeWidth: 3,
|
|
46
|
+
strokeMiterlimit: 10,
|
|
47
|
+
strokeLinecap: "round",
|
|
48
|
+
strokeLinejoin: "round"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
50
|
+
clipPath: "url(#NoData_svg__a)",
|
|
51
|
+
fill: "transparent"
|
|
52
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M183.5 322.5c0 9.2 55.667 29.833 83.5 39l16 5.5c26.5-11.5 80.2-34.6 83-35 3.5-.5-.5-35-3.5-41.5s-22.5 6.5-29 6.5-48.5-52-49.5-53-40 52.5-46 53-50.5-16-54.5-17.5 0 31.5 0 43Z",
|
|
54
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M421.169 243.599s-78.588 45.757-85.631 42.173c-7.043-3.585-48.688-46.39-48.688-51.029 0-4.639 79.179-39.537 83.881-40.064 4.702-.527 47.655 41.414 47.001 44.281-.654 2.868-47.317-47.465-49.152-49.953-1.834-2.488 40.064-17.164 40.486-19.505.421-2.34-97.756-23.49-100.898-23.49-3.142 0-39.937 17.08-38.883 18.134 1.054 1.055 92.779 24.439 91.957 21.804-.822-2.636-102.205-25.43-102.205-25.43l-46.263.527s-96.681 42.025-94.319 42.299c2.362.274 49.658-9.721 53.601-8.435 3.943 1.286 72.495-28.298 71.968-30.406-.528-2.109-76.333 32.241-77.345 36.331-1.012 4.091 114.541 25.304 115.342 29.837.801 4.534-.232 138.664-2.783 138.664-2.552 0-2.109-128.626-2.109-128.626s-39.157 42.172-47.781 41.687c-8.625-.485-106.106-39.157-111.019-42.172-4.914-3.016 43.037-34.476 43.037-33.591 0 .886-37.703 30.617-37.703 30.617l44.703 19.843s1.518 72.093 2.594 76.88c1.075 4.787 105.431 47.908 110.724 47.381 5.292-.527 96.343-43.122 97.397-45.251 1.054-2.13-2.636-55.499-2.636-55.499",
|
|
57
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
58
|
+
strokeWidth: 3,
|
|
59
|
+
strokeMiterlimit: 10
|
|
60
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
61
|
+
id: "NoData_svg__a"
|
|
62
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
fill: "#fff",
|
|
64
|
+
transform: "translate(117 145)",
|
|
65
|
+
d: "M0 0h304.696v237.41H0z"
|
|
66
|
+
}))));
|
|
67
|
+
}
|
|
68
|
+
EmptyNoData.propTypes = EmptyStateProps;
|
|
69
|
+
EmptyNoData.defaultProps = { ...EmptyStateDefaultProps,
|
|
70
|
+
dataId: 'EmptyNoData'
|
|
71
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyNotification(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "notification"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyNotification_svg__cls-3,.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5,.EmptyNotification_svg__cls-6,.EmptyNotification_svg__cls-7{fill:none}.EmptyNotification_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyNotification_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyNotification_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
+
opacity: 0.05,
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
+
cx: 156.04,
|
|
17
|
+
cy: 31.69,
|
|
18
|
+
rx: 3.54,
|
|
19
|
+
ry: 3.51,
|
|
20
|
+
strokeMiterlimit: 10,
|
|
21
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
+
fill: "none"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
+
className: "EmptyNotification_svg__cls-3",
|
|
25
|
+
cx: 79.62,
|
|
26
|
+
cy: 29.6,
|
|
27
|
+
rx: 2.12,
|
|
28
|
+
ry: 2.1
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "EmptyNotification_svg__cls-4",
|
|
31
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
+
className: "EmptyNotification_svg__cls-7",
|
|
34
|
+
cx: 165.88,
|
|
35
|
+
cy: 154.09,
|
|
36
|
+
rx: 2.45,
|
|
37
|
+
ry: 2.43
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
className: "EmptyNotification_svg__cls-6",
|
|
40
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M56.29 115.94s-9.66.19-3.59 9.34 66.58 34.34 81.41 26.6c0 0 3.54-1.23 2-3S109 119.27 56.29 115.94z",
|
|
43
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
className: "EmptyNotification_svg__cls-5",
|
|
46
|
+
d: "M138.63 150.66s-34.89-34.54-82.34-34.72a5.33 5.33 0 00-3.59 9.34c5.52 4.73 16.55 11.32 38.38 19.78 55.53 21.52 49.6-1.53 45.93-18.68s-4.78-18.37 1.44-34.29 3.77-32.76-13.38-38.58-30-3.68-40.42 16.84-43.17 31.54-43.17 44.09 29.39 30.28 60.32 37.95c0 0-1 11.49 8.8 13.32s17.46-10.8 11.34-23.66-23.52 1.89-16.17 16.59 30-8.68 28.48-27.36-5.2-25.41 1.84-43.17.07-38.2-20.71-39.18c0 0 3.69-16.83 13.25-16.53 8.28.25 8.24 8.06 6.71 12.93-3.26 10.36-6.14 18.12-28.41 21.57a53.81 53.81 0 01-13.33-.28"
|
|
47
|
+
}));
|
|
48
|
+
}
|
|
49
|
+
EmptyNotification.propTypes = EmptyStateProps;
|
|
50
|
+
EmptyNotification.defaultProps = { ...EmptyStateDefaultProps,
|
|
51
|
+
dataId: 'emptyNotification'
|
|
52
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyPreference(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "emptyPreference"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#clip0_8054_29289)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
opacity: 0.1,
|
|
15
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
|
|
16
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M35 293.249C35 293.249 34.75 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
19
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
25
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
|
|
28
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
|
|
31
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
34
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
opacity: 0.1,
|
|
37
|
+
d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
39
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
40
|
+
clipPath: "url(#clip1_8054_29289)"
|
|
41
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
opacity: 0.8,
|
|
43
|
+
d: "M156.954 261.627C156.954 249.069 145.341 256.045 141.624 251.859C135.818 245.58 131.637 235.813 144.179 225.813C165.547 208.603 203.406 205.813 211.303 243.487C219.2 281.162 165.547 299.301 153.47 282.324C148.825 275.813 156.954 265.115 156.954 261.627Z",
|
|
44
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M3.66211 243.256H36.8755C36.8755 243.256 38.0368 233.256 41.753 231.395C45.4692 229.535 78.4503 232.558 84.0245 226.512C89.5988 220.232 92.1537 209.07 84.0245 200.232C75.8954 191.395 63.5855 175.349 63.5855 175.349C63.5855 175.349 90.9924 147.442 94.7086 147.907C98.4248 148.372 122.812 180.465 137.212 171.628C151.613 162.791 148.361 123.721 148.361 123.721C148.361 123.721 189.471 118.139 190.168 123.721C190.865 129.302 194.581 167.907 203.871 170.465C213.162 173.023 243.588 149.302 243.588 149.302C243.588 149.302 271.692 167.442 271.692 173.488C271.692 179.535 243.124 205.349 255.433 220.232C267.743 235.116 299.563 231.395 300.26 235.116C300.957 238.837 300.26 255.116 300.26 255.116H221.988C221.988 255.116 220.594 200.465 170.194 204.651C125.135 208.372 111.664 258.837 137.677 283.721C168.335 313.023 213.162 291.395 215.717 260.465L40.5917 257.907C40.5917 257.907 37.8045 271.395 49.1853 272.791C60.3339 274.419 94.7086 270 90.2956 290.93C86.1149 311.86 62.4242 319.767 72.6437 336.512C82.8632 353.256 89.8311 354.651 95.1731 352.558C100.515 350.465 130.012 327.907 136.98 332.093C143.948 336.279 147.2 374.419 150.451 376.512C153.703 378.605 176.697 379.767 185.755 376.512C194.813 373.256 189.471 346.046 195.975 337.442C202.478 328.837 230.117 339.535 246.375 351.86C246.375 351.86 268.905 341.628 272.156 330.93C275.408 320.232 243.356 294.419 255.666 280.465C261.704 273.488 271.459 272.558 280.518 272.326C290.273 272.093 298.402 280 297.937 289.767C297.937 290 297.937 290 297.937 290.232C297.705 292.791 319.77 290.232 323.021 286.279C326.273 282.558 327.434 275.814 322.557 270.698L309.783 256.279C309.783 256.279 325.344 239.07 327.667 239.302C329.989 239.535 345.086 257.907 353.215 252.326C361.577 246.744 358.79 223.721 358.79 223.721C358.79 223.721 382.945 219.535 383.642 222.791C384.106 226.046 387.126 248.837 392.7 250.232C398.274 251.395 415.926 236.744 415.926 236.744C415.926 236.744 432.881 246.977 433.113 250.465C433.346 254.186 416.855 270 424.52 278.605C432.184 287.209 450.998 284.419 451.462 286.512C451.927 288.605 451.927 296.977 451.927 296.977L404.777 299.07C404.777 299.07 402.455 266.744 372.725 270.465C346.015 273.721 339.512 304.186 355.538 318.139C374.584 334.884 400.597 320.698 401.294 302.326L297.473 305.116C297.473 305.116 294.686 314.186 303.512 314.419C310.247 314.419 330.454 311.86 328.364 324.419C326.273 336.977 312.57 342.093 318.841 351.86C325.344 361.395 329.293 362.325 332.544 360.93C335.796 359.535 352.751 345.581 356.932 347.907C361.112 350.232 363.899 372.791 365.758 373.953C367.616 375.116 381.319 375.349 386.661 373.256C392.003 371.163 388.287 355.116 391.771 349.767C395.255 344.419 412.21 350.232 421.965 357.209C421.965 357.209 434.971 350.698 436.83 344.186C438.688 337.674 418.945 323.256 425.913 314.651C432.881 306.046 448.907 311.628 452.391 306.279C452.391 306.279 456.572 303.953 457.036 297.907",
|
|
47
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
48
|
+
fill: "transparent",
|
|
49
|
+
strokeWidth: 2.5,
|
|
50
|
+
strokeMiterlimit: 10,
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
54
|
+
id: "clip0_8054_29289"
|
|
55
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
56
|
+
width: 450,
|
|
57
|
+
height: 400,
|
|
58
|
+
fill: "white",
|
|
59
|
+
transform: "translate(25 50)"
|
|
60
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
61
|
+
id: "clip1_8054_29289"
|
|
62
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
63
|
+
width: 455,
|
|
64
|
+
height: 260,
|
|
65
|
+
fill: "white",
|
|
66
|
+
transform: "translate(2.5 120)"
|
|
67
|
+
}))));
|
|
68
|
+
}
|
|
69
|
+
EmptyPreference.propTypes = EmptyStateProps;
|
|
70
|
+
EmptyPreference.defaultProps = { ...EmptyStateDefaultProps,
|
|
71
|
+
dataId: 'emptyPreference'
|
|
72
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../../emptystate/props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../../emptystate/props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default function EmptyProducts(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "products"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyProducts_svg__cls-4,.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6,.EmptyProducts_svg__cls-7,.EmptyProducts_svg__cls-8{fill:none}.EmptyProducts_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyProducts_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyProducts_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
+
fill: "var(--zd_emptysvg_primary_fill)",
|
|
14
|
+
opacity: 0.05
|
|
15
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
+
cx: 156.04,
|
|
17
|
+
cy: 31.69,
|
|
18
|
+
rx: 3.54,
|
|
19
|
+
ry: 3.51,
|
|
20
|
+
strokeMiterlimit: 10,
|
|
21
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
+
fill: "none"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
+
className: "EmptyProducts_svg__cls-7",
|
|
25
|
+
cx: 79.62,
|
|
26
|
+
cy: 29.6,
|
|
27
|
+
rx: 2.12,
|
|
28
|
+
ry: 2.1
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "EmptyProducts_svg__cls-5",
|
|
31
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
+
className: "EmptyProducts_svg__cls-8",
|
|
34
|
+
cx: 165.88,
|
|
35
|
+
cy: 154.09,
|
|
36
|
+
rx: 2.45,
|
|
37
|
+
ry: 2.43
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
className: "EmptyProducts_svg__cls-4",
|
|
40
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M139 112.51h-.09a.82.82 0 01-.72-.9c.7-6.15-2.71-8.59-2.75-8.62a.81.81 0 01-.2-1.13.83.83 0 011.15-.2c.17.12 4.25 3 3.43 10.13a.81.81 0 01-.82.72zm-.39 1.3a.7.7 0 000 1.4.7.7 0 100-1.4z",
|
|
43
|
+
fill: "var(--zd_emptysvg_circle_fill)"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M151.36 145.35a8.55 8.55 0 11-8.55-8.48 8.52 8.52 0 018.55 8.48zm-49.92-8.48a8.48 8.48 0 108.55 8.48 8.52 8.52 0 00-8.55-8.48zm4.7-20.61c8.67 17.33 35.37 12.3 37.08 7s4.27-26.62-8-29.12-13.61 11.35-13.61 11.35c-20.97-5.19-15.47 10.77-15.47 10.77z",
|
|
46
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
className: "EmptyProducts_svg__cls-6",
|
|
49
|
+
d: "M155.17 120.64c-19.34 18-53.73 7.78-52.45-9.57.66-8.94 11.28-8.12 15.6-6.21 1.68.74 1 .91 1.52-.86l.72-2.69a9.73 9.73 0 015.59-6.55c.31-.13.62-.24.93-.34 6.22-1.93 12.61 2.2 14.22 8.47 4.6 17.87-8.44 37.74-8.44 37.74a8.44 8.44 0 00-1.35 4.6 8.61 8.61 0 108.61-8.54h-36.47c-9.28-.92-11.83 4.17-11.83 4.17a8.56 8.56 0 00-1.26 5.87 8.62 8.62 0 108.53-9.82l-2.67-.53a7.22 7.22 0 01-4.9-5l-13.62-49a7.21 7.21 0 017-9.11h75.56a7.21 7.21 0 017 9.14l-13 46.1a7.24 7.24 0 01-7 5.25H91a7.23 7.23 0 01-6.93-5.08L63.19 61.32a7.25 7.25 0 00-6.94-5.08H43.44A42.7 42.7 0 0035 57c-1.84.38-4.1.51-5-.78-1.72-2.33 5.92-2.72 8 3.39"
|
|
50
|
+
}));
|
|
51
|
+
}
|
|
52
|
+
EmptyProducts.propTypes = EmptyStateProps;
|
|
53
|
+
EmptyProducts.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyProducts'
|
|
55
|
+
};
|