@zohodesk/svg 1.0.0-temp.58 → 1.0.0-temp.59
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 +44 -0
- package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +25 -23
- package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +9 -7
- package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +9 -7
- package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +9 -7
- package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +9 -7
- package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +9 -7
- package/assets/Appearance/light/mode/SVG_LightMode.module.css +25 -23
- package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +9 -7
- package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +9 -7
- package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +9 -7
- package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +9 -7
- package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +9 -7
- package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +25 -23
- package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +9 -7
- package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +9 -7
- package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +9 -7
- package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +9 -7
- package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +9 -7
- package/es/Loader/Loader.js +5 -5
- package/es/Loader/LoaderSvg.module.css +3 -1
- package/es/Loader/__tests__/Loader.spec.js +1 -1
- package/es/SVG/SVG.js +4 -4
- package/es/SVG/SVG.module.css +2 -0
- package/es/SVG/__tests__/SVG.spec.js +1 -1
- package/es/css/EmptyStateVariables.module.css +3 -1
- package/es/emptystate/index.js +3 -3
- package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
- package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
- package/es/emptystate/version1/index.js +1 -1
- package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -4
- package/es/emptystate/version2/EmptyBusinessHour.js +4 -4
- package/es/emptystate/version2/EmptyFromAddress.js +4 -4
- package/es/emptystate/version2/EmptyImportHistory.js +4 -4
- package/es/emptystate/version2/EmptyNetwork.js +4 -4
- package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
- package/es/emptystate/version2/EmptyRoles.js +4 -4
- package/es/emptystate/version2/EmptyWebhook.js +4 -4
- package/es/emptystate/version2/FailureLog.js +4 -4
- package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
- package/es/emptystate/version2/index.js +9 -9
- package/es/emptystate/version3/AuditLog.js +3 -3
- package/es/emptystate/version3/Bot.js +3 -3
- package/es/emptystate/version3/Contract.js +3 -3
- package/es/emptystate/version3/CustomModule.js +3 -3
- package/es/emptystate/version3/EmptyAPIAuthentication.js +3 -3
- package/es/emptystate/version3/EmptyAPIConfiguration.js +3 -3
- package/es/emptystate/version3/EmptyAPIs.js +3 -3
- package/es/emptystate/version3/EmptyAccounts.js +3 -3
- package/es/emptystate/version3/EmptyActiveCalls.js +3 -3
- package/es/emptystate/version3/EmptyActivity.js +3 -3
- package/es/emptystate/version3/EmptyAgent.js +3 -3
- package/es/emptystate/version3/EmptyAgentQueue.js +3 -3
- package/es/emptystate/version3/EmptyApplechat.js +3 -3
- package/es/emptystate/version3/EmptyApproval.js +3 -3
- package/es/emptystate/version3/EmptyArchived.js +3 -3
- package/es/emptystate/version3/EmptyArticle.js +3 -3
- package/es/emptystate/version3/EmptyAsapchat.js +3 -3
- package/es/emptystate/version3/EmptyAttach.js +3 -3
- package/es/emptystate/version3/EmptyAuthenticationPending.js +3 -3
- package/es/emptystate/version3/EmptyBlueprint.js +3 -3
- package/es/emptystate/version3/EmptyCallHistory.js +3 -3
- package/es/emptystate/version3/EmptyCanned.js +3 -3
- package/es/emptystate/version3/EmptyChat.js +3 -3
- package/es/emptystate/version3/EmptyCollision.js +3 -3
- package/es/emptystate/version3/EmptyColumn.js +3 -3
- package/es/emptystate/version3/EmptyContact.js +3 -3
- package/es/emptystate/version3/EmptyContract.js +3 -3
- package/es/emptystate/version3/EmptyConversation.js +3 -3
- package/es/emptystate/version3/EmptyCrm.js +3 -3
- package/es/emptystate/version3/EmptyCrmNotes.js +3 -3
- package/es/emptystate/version3/EmptyCrmPotential.js +3 -3
- package/es/emptystate/version3/EmptyCustomerHappiness.js +3 -3
- package/es/emptystate/version3/EmptyDashboard.js +3 -3
- package/es/emptystate/version3/EmptyDelete.js +3 -3
- package/es/emptystate/version3/EmptyDepartment.js +3 -3
- package/es/emptystate/version3/EmptyError.js +3 -3
- package/es/emptystate/version3/EmptyFeed.js +3 -3
- package/es/emptystate/version3/EmptyFollowers.js +3 -3
- package/es/emptystate/version3/EmptyFrame.js +3 -3
- package/es/emptystate/version3/EmptyHappiness.js +3 -3
- package/es/emptystate/version3/EmptyHistory.js +3 -3
- package/es/emptystate/version3/EmptyInstagram.js +3 -3
- package/es/emptystate/version3/EmptyInstantmessage.js +3 -3
- package/es/emptystate/version3/EmptyInvoice.js +3 -3
- package/es/emptystate/version3/EmptyLine.js +3 -3
- package/es/emptystate/version3/EmptyMessenger.js +3 -3
- package/es/emptystate/version3/EmptyNoData.js +3 -3
- package/es/emptystate/version3/EmptyNotification.js +3 -3
- package/es/emptystate/version3/EmptyPreference.js +3 -3
- package/es/emptystate/version3/EmptyProducts.js +3 -3
- package/es/emptystate/version3/EmptyReply.js +3 -3
- package/es/emptystate/version3/EmptyReports.js +3 -3
- package/es/emptystate/version3/EmptySandbox.js +3 -3
- package/es/emptystate/version3/EmptySchedule.js +3 -3
- package/es/emptystate/version3/EmptySearch.js +3 -3
- package/es/emptystate/version3/EmptySkills.js +3 -3
- package/es/emptystate/version3/EmptySla.js +3 -3
- package/es/emptystate/version3/EmptySnippet.js +3 -3
- package/es/emptystate/version3/EmptyTag.js +3 -3
- package/es/emptystate/version3/EmptyTask.js +3 -3
- package/es/emptystate/version3/EmptyTeams.js +3 -3
- package/es/emptystate/version3/EmptyTelegram.js +3 -3
- package/es/emptystate/version3/EmptyTemplate.js +3 -3
- package/es/emptystate/version3/EmptyTicket.js +3 -3
- package/es/emptystate/version3/EmptyTimeEntry.js +3 -3
- package/es/emptystate/version3/EmptyTimeline.js +3 -3
- package/es/emptystate/version3/EmptyTopic.js +3 -3
- package/es/emptystate/version3/EmptyTwilio.js +3 -3
- package/es/emptystate/version3/EmptyWechat.js +3 -3
- package/es/emptystate/version3/EmptyWhatsapp.js +3 -3
- package/es/emptystate/version3/EmptyZSCKey.js +3 -3
- package/es/emptystate/version3/Export.js +3 -3
- package/es/emptystate/version3/Extensions.js +3 -3
- package/es/emptystate/version3/Extractor.js +3 -3
- package/es/emptystate/version3/GCBot.js +3 -3
- package/es/emptystate/version3/GCConversation.js +3 -3
- package/es/emptystate/version3/Import.js +3 -3
- package/es/emptystate/version3/KBBot.js +3 -3
- package/es/emptystate/version3/Multilingual.js +3 -3
- package/es/emptystate/version3/NetworkError.js +3 -3
- package/es/emptystate/version3/Predictor.js +3 -3
- package/es/emptystate/version3/ReadRecipients.js +3 -3
- package/es/emptystate/version3/SupportPlan.js +3 -3
- package/es/emptystate/version3/Variable.js +3 -3
- package/es/emptystate/version3/ZiaAnamoly.js +3 -3
- package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
- package/es/emptystate/version3/index.js +78 -78
- package/es/errorstate/index.js +3 -3
- package/es/errorstate/version1/EmptyInconvenience.js +4 -4
- package/es/errorstate/version1/NoRequestFound.js +4 -4
- package/es/errorstate/version1/PageNotFound.js +4 -4
- package/es/errorstate/version1/UnableToProcessRequest.js +4 -4
- package/es/errorstate/version1/UnauthorizedLogin.js +4 -4
- package/es/errorstate/version1/UrlNotFound.js +4 -4
- package/es/errorstate/version1/WillBeRightBack.js +4 -4
- package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
- package/es/errorstate/version1/index.js +7 -7
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
- package/es/errorstate/version2/EmptyWillBeRightBack.js +3 -3
- package/es/errorstate/version2/NotImpossible.js +3 -3
- package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
- package/es/errorstate/version2/index.js +2 -2
- package/es/errorstate/version3/ErrorInconvenience.js +3 -3
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
- package/es/errorstate/version3/ErrorUrlNotFound.js +3 -3
- package/es/errorstate/version3/ErrorWillBeRightBack.js +3 -3
- package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
- package/es/errorstate/version3/index.js +6 -6
- package/es/index.js +4 -4
- package/es/svg_layer.module.css +1 -0
- package/es/v1/Loader/Loader.js +5 -5
- package/es/v1/Loader/V1_LoaderSvg.module.css +3 -1
- package/es/v1/SVG/SVG.js +4 -4
- package/es/v1/emptystate/version1/EmptyCustomDomain.js +4 -4
- package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +4 -4
- package/es/v1/emptystate/version2/EmptyBusinessHour.js +4 -4
- package/es/v1/emptystate/version2/EmptyFromAddress.js +4 -4
- package/es/v1/emptystate/version2/EmptyImportHistory.js +4 -4
- package/es/v1/emptystate/version2/EmptyNetwork.js +4 -4
- package/es/v1/emptystate/version2/EmptyRecycleBin.js +4 -4
- package/es/v1/emptystate/version2/EmptyRoles.js +4 -4
- package/es/v1/emptystate/version2/EmptyWebhook.js +4 -4
- package/es/v1/emptystate/version2/FailureLog.js +4 -4
- package/es/v1/emptystate/version3/AgentRoom.js +90 -0
- package/es/v1/emptystate/version3/Alerts.js +3 -3
- package/es/v1/emptystate/version3/AuditLog.js +3 -3
- package/es/v1/emptystate/version3/Bot.js +3 -3
- package/es/v1/emptystate/version3/BuildExtension.js +241 -0
- package/es/v1/emptystate/version3/BulkActionLog.js +3 -3
- package/es/v1/emptystate/version3/BusinessHours.js +3 -3
- package/es/v1/emptystate/version3/Company.js +3 -3
- package/es/v1/emptystate/version3/Contract.js +3 -3
- package/es/v1/emptystate/version3/CustomButton.js +3 -3
- package/es/v1/emptystate/version3/CustomModule.js +3 -3
- package/es/v1/emptystate/version3/DKIMAuthendication.js +3 -3
- package/es/v1/emptystate/version3/DataSharing.js +3 -3
- package/es/v1/emptystate/version3/DomainMapping.js +3 -3
- package/es/v1/emptystate/version3/EmailFailure.js +3 -3
- package/es/v1/emptystate/version3/EmptyAI.js +3 -3
- package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +3 -3
- package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +3 -3
- package/es/v1/emptystate/version3/EmptyAPIDashboard.js +3 -3
- package/es/v1/emptystate/version3/EmptyAPIMatrix.js +3 -3
- package/es/v1/emptystate/version3/EmptyAccounts.js +3 -3
- package/es/v1/emptystate/version3/EmptyActiveCalls.js +3 -3
- package/es/v1/emptystate/version3/EmptyActivity.js +3 -3
- package/es/v1/emptystate/version3/EmptyAgent.js +3 -3
- package/es/v1/emptystate/version3/EmptyAgentQueue.js +3 -3
- package/es/v1/emptystate/version3/EmptyApplechat.js +3 -3
- package/es/v1/emptystate/version3/EmptyApproval.js +3 -3
- package/es/v1/emptystate/version3/EmptyArchived.js +3 -3
- package/es/v1/emptystate/version3/EmptyArticle.js +3 -3
- package/es/v1/emptystate/version3/EmptyAsapchat.js +3 -3
- package/es/v1/emptystate/version3/EmptyAttach.js +3 -3
- package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +3 -3
- package/es/v1/emptystate/version3/EmptyBlueprint.js +3 -3
- package/es/v1/emptystate/version3/EmptyCallHistory.js +3 -3
- package/es/v1/emptystate/version3/EmptyCanned.js +3 -3
- package/es/v1/emptystate/version3/EmptyChat.js +3 -3
- package/es/v1/emptystate/version3/EmptyCollision.js +3 -3
- package/es/v1/emptystate/version3/EmptyColumn.js +3 -3
- package/es/v1/emptystate/version3/EmptyConfigurationPending.js +3 -3
- package/es/v1/emptystate/version3/EmptyContact.js +3 -3
- package/es/v1/emptystate/version3/EmptyContract.js +3 -3
- package/es/v1/emptystate/version3/EmptyConversation.js +3 -3
- package/es/v1/emptystate/version3/EmptyCrm.js +3 -3
- package/es/v1/emptystate/version3/EmptyCrmNotes.js +3 -3
- package/es/v1/emptystate/version3/EmptyCrmPotential.js +3 -3
- package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +3 -3
- package/es/v1/emptystate/version3/EmptyDashboard.js +3 -3
- package/es/v1/emptystate/version3/EmptyDelete.js +3 -3
- package/es/v1/emptystate/version3/EmptyDepartment.js +58 -32
- package/es/v1/emptystate/version3/EmptyError.js +3 -3
- package/es/v1/emptystate/version3/EmptyFeed.js +3 -3
- package/es/v1/emptystate/version3/EmptyFieldSearch.js +3 -3
- package/es/v1/emptystate/version3/EmptyFollowers.js +3 -3
- package/es/v1/emptystate/version3/EmptyFrame.js +3 -3
- package/es/v1/emptystate/version3/EmptyHappiness.js +3 -3
- package/es/v1/emptystate/version3/EmptyHistory.js +3 -3
- package/es/v1/emptystate/version3/EmptyInstagram.js +3 -3
- package/es/v1/emptystate/version3/EmptyInstantmessage.js +3 -3
- package/es/v1/emptystate/version3/EmptyInvoice.js +3 -3
- package/es/v1/emptystate/version3/EmptyLine.js +3 -3
- package/es/v1/emptystate/version3/EmptyMessenger.js +3 -3
- package/es/v1/emptystate/version3/EmptyNoData.js +3 -3
- package/es/v1/emptystate/version3/EmptyNotification.js +3 -3
- package/es/v1/emptystate/version3/EmptyPenguin.js +3 -3
- package/es/v1/emptystate/version3/EmptyPreference.js +3 -3
- package/es/v1/emptystate/version3/EmptyProducts.js +3 -3
- package/es/v1/emptystate/version3/EmptyRecycleBin.js +3 -3
- package/es/v1/emptystate/version3/EmptyReply.js +3 -3
- package/es/v1/emptystate/version3/EmptyReports.js +3 -3
- package/es/v1/emptystate/version3/EmptySandbox.js +3 -3
- package/es/v1/emptystate/version3/EmptySchedule.js +3 -3
- package/es/v1/emptystate/version3/EmptyScheduledReplies.js +84 -0
- package/es/v1/emptystate/version3/EmptySearch.js +3 -3
- package/es/v1/emptystate/version3/EmptySkills.js +3 -3
- package/es/v1/emptystate/version3/EmptySla.js +3 -3
- package/es/v1/emptystate/version3/EmptySnippet.js +3 -3
- package/es/v1/emptystate/version3/EmptyStarredDashboards.js +5 -7
- package/es/v1/emptystate/version3/EmptyStarredReports.js +4 -5
- package/es/v1/emptystate/version3/EmptySync.js +3 -3
- package/es/v1/emptystate/version3/EmptyTag.js +3 -3
- package/es/v1/emptystate/version3/EmptyTask.js +3 -3
- package/es/v1/emptystate/version3/EmptyTeams.js +3 -3
- package/es/v1/emptystate/version3/EmptyTelegram.js +3 -3
- package/es/v1/emptystate/version3/EmptyTemplate.js +3 -3
- package/es/v1/emptystate/version3/EmptyTicket.js +3 -3
- package/es/v1/emptystate/version3/EmptyTimeEntry.js +3 -3
- package/es/v1/emptystate/version3/EmptyTimeline.js +3 -3
- package/es/v1/emptystate/version3/EmptyTopic.js +3 -3
- package/es/v1/emptystate/version3/EmptyTrophy.js +3 -3
- package/es/v1/emptystate/version3/EmptyTwilio.js +3 -3
- package/es/v1/emptystate/version3/EmptyWechat.js +3 -3
- package/es/v1/emptystate/version3/EmptyWhatsapp.js +3 -3
- package/es/v1/emptystate/version3/EmptyZSCKey.js +3 -3
- package/es/v1/emptystate/version3/Export.js +73 -38
- package/es/v1/emptystate/version3/Extensions.js +3 -3
- package/es/v1/emptystate/version3/Extractor.js +3 -3
- package/es/v1/emptystate/version3/FieldList.js +103 -0
- package/es/v1/emptystate/version3/FieldPermission.js +104 -0
- package/es/v1/emptystate/version3/FieldUpdate.js +3 -3
- package/es/v1/emptystate/version3/FromAddress.js +3 -3
- package/es/v1/emptystate/version3/GCBot.js +3 -3
- package/es/v1/emptystate/version3/GCConversation.js +3 -3
- package/es/v1/emptystate/version3/HolidayLists.js +3 -3
- package/es/v1/emptystate/version3/Import.js +58 -30
- package/es/v1/emptystate/version3/Integrations.js +3 -3
- package/es/v1/emptystate/version3/KBBot.js +3 -3
- package/es/v1/emptystate/version3/MobileSdk.js +72 -0
- package/es/v1/emptystate/version3/MultiLayout.js +96 -0
- package/es/v1/emptystate/version3/Multilingual.js +3 -3
- package/es/v1/emptystate/version3/MyInformation.js +3 -3
- package/es/v1/emptystate/version3/NetworkError.js +3 -3
- package/es/v1/emptystate/version3/OtherConfiguration.js +3 -3
- package/es/v1/emptystate/version3/PortalName.js +3 -3
- package/es/v1/emptystate/version3/Predictor.js +3 -3
- package/es/v1/emptystate/version3/Preference.js +71 -0
- package/es/v1/emptystate/version3/ReadRecipients.js +3 -3
- package/es/v1/emptystate/version3/RebrandingLogo.js +3 -3
- package/es/v1/emptystate/version3/SupportEmailAddress.js +3 -3
- package/es/v1/emptystate/version3/SupportPlan.js +3 -3
- package/es/v1/emptystate/version3/Variable.js +3 -3
- package/es/v1/emptystate/version3/Webhook.js +96 -0
- package/es/v1/emptystate/version3/ZiaAgent.js +66 -0
- package/es/v1/emptystate/version3/ZiaAnamoly.js +3 -3
- package/es/v1/errorstate/version1/EmptyInconvenience.js +4 -4
- package/es/v1/errorstate/version1/NoRequestFound.js +4 -4
- package/es/v1/errorstate/version1/PageNotFound.js +4 -4
- package/es/v1/errorstate/version1/UnableToProcessRequest.js +4 -4
- package/es/v1/errorstate/version1/UnauthorizedLogin.js +4 -4
- package/es/v1/errorstate/version1/UrlNotFound.js +4 -4
- package/es/v1/errorstate/version1/WillBeRightBack.js +4 -4
- package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
- package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +3 -3
- package/es/v1/errorstate/version2/NotImpossible.js +3 -3
- package/es/v1/errorstate/version3/ErrorInconvenience.js +3 -3
- package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
- package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
- package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
- package/es/v1/errorstate/version3/ErrorUrlNotFound.js +3 -3
- package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +3 -3
- package/lib/Loader/LoaderSvg.module.css +3 -1
- package/lib/SVG/SVG.module.css +2 -0
- package/lib/css/EmptyStateVariables.module.css +3 -1
- package/lib/svg_layer.module.css +1 -0
- package/lib/v1/Loader/V1_LoaderSvg.module.css +3 -1
- package/lib/v1/emptystate/version3/AgentRoom.js +111 -0
- package/lib/v1/emptystate/version3/BuildExtension.js +262 -0
- package/lib/v1/emptystate/version3/EmptyDepartment.js +55 -29
- package/lib/v1/emptystate/version3/EmptyScheduledReplies.js +105 -0
- package/lib/v1/emptystate/version3/EmptyStarredDashboards.js +2 -4
- package/lib/v1/emptystate/version3/EmptyStarredReports.js +1 -2
- package/lib/v1/emptystate/version3/Export.js +65 -28
- package/lib/v1/emptystate/version3/FieldList.js +124 -0
- package/lib/v1/emptystate/version3/FieldPermission.js +125 -0
- package/lib/v1/emptystate/version3/Import.js +57 -27
- package/lib/v1/emptystate/version3/MobileSdk.js +93 -0
- package/lib/v1/emptystate/version3/MultiLayout.js +117 -0
- package/lib/v1/emptystate/version3/Preference.js +92 -0
- package/lib/v1/emptystate/version3/Webhook.js +117 -0
- package/lib/v1/emptystate/version3/ZiaAgent.js +87 -0
- package/package.json +21 -10
- package/css_error.log +0 -0
- package/deprecated/13_sep_2024/SvgLoader.js +0 -26
- package/install.md +0 -11
- package/postPublish.js +0 -8
- package/prePublish.js +0 -70
- package/react-cli.config.js +0 -20
- package/result.json +0 -1
- package/unittest/index.html +0 -37
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyFeed(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyFieldSearch(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 134 134",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyFollowers(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyFrame(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyHappiness(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyHistory(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyInstagram(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyInstantmessage(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyInvoice(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyLine(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyMessenger(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyNoData(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyNotification(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyPenguin(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyPreference(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyProducts(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyRecycleBin(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyReply(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyReports(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptySandbox(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptySchedule(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
|
+
export default function EmptyScheduledReplies(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
name: "emptyScheduledReplies",
|
|
9
|
+
styleName: {
|
|
10
|
+
fill: 'none'
|
|
11
|
+
},
|
|
12
|
+
...props
|
|
13
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
"clip-path": "url(#clip0_28504_1669)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
opacity: "0.1",
|
|
17
|
+
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",
|
|
18
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M35 293.249C34.75 293.249 35 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",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
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",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
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",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
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",
|
|
30
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
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",
|
|
33
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
opacity: "0.1",
|
|
36
|
+
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",
|
|
37
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
38
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M309.015 302.855C310.218 331.122 339.588 336.686 354.123 335.934C367.656 332.175 377.428 314.884 366.903 305.111C356.378 295.337 378.932 279.549 363.144 268.272C347.357 256.995 307.511 267.52 309.015 302.855Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M379.252 92.6536L376.34 68.4201L317.284 50.4194L336.969 103.82L359.952 81.704L377.182 93.3996L373.5 76.53L406.373 57.7833L320.316 50.251",
|
|
43
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
44
|
+
"stroke-width": "2.5",
|
|
45
|
+
"stroke-linecap": "round",
|
|
46
|
+
"stroke-linejoin": "round"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M404.135 209.441C404.135 209.441 443.072 191.922 428.609 144.586C414.146 97.2501 388.637 156.45 423.147 151.372C457.656 146.319 427.382 91.0895 384.907 88.707",
|
|
49
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
50
|
+
"stroke-width": "2.5",
|
|
51
|
+
"stroke-linecap": "round",
|
|
52
|
+
"stroke-linejoin": "round"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M322.739 357C316.29 361.307 90.5116 357.698 90.5116 357.698C87.72 353.967 201.812 272.026 215.77 271.785C222.581 271.665 261.325 299.195 291.358 318.616C290.733 304.538 294.246 290.484 302.525 276.454C321.512 247.287 356.623 246.854 377.271 263.724C397.918 280.593 399.266 314.332 380.977 334.571C362.687 354.81 323.533 354.088 306.038 330.865C288.543 307.642 296.051 282.23 297.808 282.976C299.565 283.722 288.374 308.003 292.85 284.131C297.327 260.258 324.977 247.046 335.59 246.782C346.203 246.517 369.233 236.867 350.895 236.169C332.558 235.471 332.293 245.41 346.612 243.605C360.931 241.8 373.228 227.193 346.756 226.23C320.285 225.268 320.02 244.568 345.096 245.53C370.171 246.493 380.255 258.477 380.255 258.477C394.453 264.686 402.852 260.138 395.56 252.413C388.268 244.688 355.973 232.848 388.341 265.216C414.138 291.013 406.293 338.349 368.487 355.845C368.487 355.845 322.138 371.463 299.348 330.336C299.348 330.336 299.18 339.504 308.132 349.684C317.084 359.863 316.94 362.992 316.94 362.992C262.36 364.291 94.747 367.853 83.0995 362.366C66.3262 354.449 73.7864 194.272 74.2436 177.041C74.7008 159.811 331.764 170.062 330.368 167.271C328.972 164.479 83.5808 164.022 81.7038 169.124C79.8267 174.226 185.087 259.921 211.679 259.584C238.271 259.247 320.116 188.689 320.116 188.689C320.116 188.689 343.291 164.527 349.74 166.814C356.19 169.1 352.772 207.844 352.772 207.844",
|
|
55
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
56
|
+
"stroke-width": "2.5",
|
|
57
|
+
"stroke-linecap": "round",
|
|
58
|
+
"stroke-linejoin": "round"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
d: "M313.526 175.803C306.309 166.781 167.677 172.044 99.2637 175.803C117.307 199.108 197.749 241.961 209.778 247.975C221.807 253.99 322.547 187.08 313.526 175.803Z",
|
|
61
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
d: "M346.131 305.286C348.815 305.286 350.992 303.109 350.992 300.425C350.992 297.74 348.815 295.563 346.131 295.563C343.446 295.563 341.27 297.74 341.27 300.425C341.27 303.109 343.446 305.286 346.131 305.286Z",
|
|
64
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
d: "M346.129 298.089C346.129 298.089 344.445 277.61 344.806 277.104C345.167 276.599 346.274 273.494 346.947 273.759C347.621 274.024 349.354 277.465 349.354 277.465L346.683 299.148C346.683 299.148 367.427 296.838 367.908 297.03C368.389 297.223 371.975 300.279 371.807 300.929C371.638 301.578 368.847 303.335 367.908 303.335C366.969 303.335 346.129 300.471 346.129 300.471V298.137V298.089Z",
|
|
67
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
opacity: "0.2",
|
|
70
|
+
d: "M324.803 56.2646L341.342 91.5991C342.545 94.1689 354.875 78.6363 360.889 70.5488C368.658 68.7946 384.495 64.5344 385.698 61.5272C386.901 58.52 345.602 56.7658 324.803 56.2646Z",
|
|
71
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
72
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
73
|
+
id: "clip0_28504_1669"
|
|
74
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
75
|
+
width: "450",
|
|
76
|
+
height: "400",
|
|
77
|
+
fill: "white",
|
|
78
|
+
transform: "translate(25 50)"
|
|
79
|
+
}))));
|
|
80
|
+
}
|
|
81
|
+
EmptyScheduledReplies.propTypes = EmptyStateProps;
|
|
82
|
+
EmptyScheduledReplies.defaultProps = { ...EmptyStateDefaultProps,
|
|
83
|
+
dataId: 'emptyScheduledReplies'
|
|
84
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptySearch(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptySkills(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptySla(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptySnippet(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyStarredDashboards(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 501",
|
|
@@ -60,13 +60,11 @@ export default function EmptyStarredDashboards(props) {
|
|
|
60
60
|
"stroke-linecap": "round",
|
|
61
61
|
"stroke-linejoin": "round"
|
|
62
62
|
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
-
opacity: "0.3",
|
|
64
63
|
d: "M152.709 237.26C152.709 237.26 186.309 180.36 194.309 191.36C202.309 202.36 215.709 202.96 232.809 159.56V237.26H152.709Z",
|
|
65
|
-
fill: "var(--
|
|
64
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
66
65
|
}), /*#__PURE__*/React.createElement("path", {
|
|
67
|
-
opacity: "0.3",
|
|
68
66
|
d: "M355.8 384.659C374.71 384.659 390.04 369.329 390.04 350.419C390.04 331.508 374.71 316.179 355.8 316.179C336.889 316.179 321.56 331.508 321.56 350.419C321.56 369.329 336.889 384.659 355.8 384.659Z",
|
|
69
|
-
fill: "var(--
|
|
67
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
70
68
|
}), /*#__PURE__*/React.createElement("path", {
|
|
71
69
|
d: "M341.44 365.919C343.31 363.359 346.76 357.909 344.48 355.279C341.44 351.779 330.43 344.569 331.02 342.169C331.44 340.479 350.56 343.099 351.02 341.279C351.48 339.459 355.3 322.179 357.5 322.859C359.7 323.539 363.13 341.999 365.8 341.769C368.47 341.539 383.85 340.799 383.85 343.009C383.85 345.429 368.85 354.429 369.38 355.799C369.91 357.169 375.73 373.119 373.89 374.079C371.67 375.229 358.72 363.729 357.49 363.809C356.47 363.869 346.67 371.039 343.38 373.459C340.47 375.379 336.26 376.269 330.99 376.319C302.9 376.939 261.91 376.919 246.5 376.849C243.1 376.849 240.3 374.149 240.3 370.649C240 350.749 239.4 286.649 239.2 271.849C239.2 270.149 240.5 268.849 242.2 268.849C248.4 268.949 262.8 268.049 279 268.949C279 268.949 275.5 163.649 276.4 161.949C278.9 156.949 356 161.049 359.3 162.849C362.5 164.749 363 233.649 359.3 236.549C356.6 238.649 302.6 237.249 287.5 236.849C285.3 236.749 283.6 235.049 283.5 232.849L281.7 167.849",
|
|
72
70
|
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyStarredReports(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 501 501",
|
|
@@ -60,9 +60,8 @@ export default function EmptyStarredReports(props) {
|
|
|
60
60
|
"stroke-linecap": "round",
|
|
61
61
|
"stroke-linejoin": "round"
|
|
62
62
|
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
-
opacity: "0.3",
|
|
64
63
|
d: "M141.583 353.834L186.383 281.434L208.783 316.834L274.083 219.934L297.083 255.634L365.983 142.234L372.683 140.434L369.383 357.534L141.583 353.834Z",
|
|
65
|
-
fill: "var(--
|
|
64
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
66
65
|
}), /*#__PURE__*/React.createElement("path", {
|
|
67
66
|
d: "M149.983 120.434C149.983 120.434 150.183 339.434 147.483 354.334C144.683 369.234 123.383 371.534 128.283 362.734C131.523 356.924 242.113 360.014 316.813 362.774C316.813 362.774 329.843 364.064 330.013 359.944C330.183 355.824 317.873 356.354 317.873 356.354C247.463 355.104 141.483 353.734 141.483 353.734C141.483 353.734 201.383 269.934 201.083 238.534C200.783 207.034 134.983 215.834 208.783 316.834L274.083 219.934C274.083 219.934 305.983 156.734 268.983 159.734C231.983 162.734 297.083 255.534 297.083 255.534L365.983 142.134L328.583 146.734C328.583 146.734 333.683 156.134 372.683 140.334L375.283 171.734C375.283 171.734 367.783 161.634 380.183 161.334",
|
|
68
67
|
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptySync(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTag(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTask(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTeams(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTelegram(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTemplate(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTicket(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTimeEntry(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTimeline(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTopic(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default class EmptyTrophy extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EmptyStateProps } from
|
|
3
|
-
import { EmptyStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyTwilio(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|