@zohodesk/svg 1.0.0-temp.58 → 1.0.0-temp.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -0
- package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +25 -23
- package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +11 -9
- package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +11 -9
- package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +11 -9
- package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +11 -9
- package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +11 -9
- package/assets/Appearance/light/mode/SVG_LightMode.module.css +25 -23
- package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +11 -9
- package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +11 -9
- package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +11 -9
- package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +11 -9
- package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +11 -9
- package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +25 -23
- package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +11 -9
- package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +11 -9
- package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +11 -9
- package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +11 -9
- package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +11 -9
- 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/AddFolder.js +101 -0
- package/es/v1/emptystate/version3/AgentRoom.js +90 -0
- package/es/v1/emptystate/version3/Alerts.js +3 -3
- package/es/v1/emptystate/version3/AllowListBlockList.js +93 -0
- 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/EmptyAllowList.js +90 -0
- 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/EmptyBlockList.js +90 -0
- 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/EmptyIntegration.js +56 -0
- 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/ShareFolder.js +113 -0
- 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/AddFolder.js +123 -0
- package/lib/v1/emptystate/version3/AgentRoom.js +111 -0
- package/lib/v1/emptystate/version3/AllowListBlockList.js +113 -0
- package/lib/v1/emptystate/version3/BuildExtension.js +262 -0
- package/lib/v1/emptystate/version3/EmptyAllowList.js +111 -0
- package/lib/v1/emptystate/version3/EmptyBlockList.js +111 -0
- package/lib/v1/emptystate/version3/EmptyDepartment.js +55 -29
- package/lib/v1/emptystate/version3/EmptyIntegration.js +114 -0
- 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/ShareFolder.js +135 -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 EmptyArticle(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 EmptyAsapchat(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 EmptyAttach(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 AuthenticationPending(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 500 500",
|
|
@@ -0,0 +1,90 @@
|
|
|
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 EmptyBlockList(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
+
viewBox: "0 0 160 160",
|
|
8
|
+
styleName: {
|
|
9
|
+
fill: 'none'
|
|
10
|
+
},
|
|
11
|
+
name: "emptyBlockList",
|
|
12
|
+
...props
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
opacity: "0.05",
|
|
15
|
+
d: "M69.4717 50.7196C69.4717 50.7196 106.08 26.6236 124.576 33.8876C143.072 41.1516 155.744 102.144 104.256 129.536C52.7677 156.928 29.4717 97.3436 29.2797 86.7836C29.0877 76.5756 29.2797 52.2236 69.4717 50.7196Z",
|
|
16
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M152.374 58.3516C153.893 58.3516 155.126 57.1194 155.126 55.5996C155.126 54.0797 153.893 52.8476 152.374 52.8476C150.854 52.8476 149.622 54.0797 149.622 55.5996C149.622 57.1194 150.854 58.3516 152.374 58.3516Z",
|
|
19
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
20
|
+
strokeWidth: "0.967742",
|
|
21
|
+
strokeMiterlimit: "10"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M64.096 26.6234C65.015 26.6234 65.76 25.8927 65.76 24.9914C65.76 24.0901 65.015 23.3594 64.096 23.3594C63.1769 23.3594 62.4319 24.0901 62.4319 24.9914C62.4319 25.8927 63.1769 26.6234 64.096 26.6234Z",
|
|
24
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
25
|
+
strokeWidth: "0.967742",
|
|
26
|
+
strokeMiterlimit: "10"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M20.1595 80.6716L19.8715 85.4716",
|
|
29
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
30
|
+
strokeWidth: "0.967742",
|
|
31
|
+
strokeMiterlimit: "10",
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M17.5995 82.9435L22.4315 83.1995",
|
|
36
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
37
|
+
strokeWidth: "0.967742",
|
|
38
|
+
strokeMiterlimit: "10",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M141.392 134.16C142.452 134.16 143.312 133.315 143.312 132.272C143.312 131.23 142.452 130.384 141.392 130.384C140.332 130.384 139.472 131.23 139.472 132.272C139.472 133.315 140.332 134.16 141.392 134.16Z",
|
|
43
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
44
|
+
strokeWidth: "0.967742",
|
|
45
|
+
strokeMiterlimit: "10",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M21.4644 137.034L24.6964 140.65",
|
|
50
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
51
|
+
strokeWidth: "0.967742",
|
|
52
|
+
strokeMiterlimit: "10",
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M21.273 140.458L24.889 137.226",
|
|
57
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
58
|
+
strokeWidth: "0.967742",
|
|
59
|
+
strokeMiterlimit: "10",
|
|
60
|
+
strokeLinecap: "round",
|
|
61
|
+
strokeLinejoin: "round"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
d: "M79.8949 51.3291C83.2423 52.8577 82.7586 48.9233 84.3259 48.4203C86.6994 47.6592 89.7759 47.6914 90.9755 52.174C93.0395 59.8944 89.2922 70.3042 78.3534 67.9501C67.4082 65.5959 68.84 49.1878 74.7996 47.9494C77.0312 47.485 78.9468 50.897 79.8949 51.3355V51.3291Z",
|
|
64
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
d: "M51.9997 79.2049C48.82 77.6892 49.3811 81.6106 47.9235 82.1137C45.7177 82.8748 42.8346 82.849 41.5834 78.3793C39.4292 70.6848 42.6411 60.3007 52.9736 62.629C63.3061 64.9574 62.4289 81.3204 56.8757 82.5652C54.7924 83.0296 52.9027 79.6306 51.9997 79.1984V79.2049Z",
|
|
67
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M111.421 80.211C108.048 78.7405 108.59 82.6619 107.035 83.1908C104.675 83.9906 101.598 84.0035 100.328 79.5403C98.1477 71.8522 101.727 61.3842 112.705 63.5707C123.682 65.7507 122.502 82.1847 116.575 83.5133C114.349 84.0099 112.382 80.6303 111.428 80.211H111.421Z",
|
|
70
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
d: "M37.1331 104.623C37.1331 104.623 33.6115 90.2791 48.0331 88.3055C52.3029 87.725 56.2308 85.5514 58.701 82.017C60.7069 79.1533 62.2935 75.2447 61.8872 70.2397C60.9068 58.0949 39.6098 56.4502 40.3515 73.4646C41.1061 90.608 63.1513 84.2873 65.4539 98.1091C67.7565 111.931 63.6738 106.474 63.1513 105.546C60.9971 101.714 55.5987 77.2442 77.7407 72.8841C82.1071 72.0263 86.1447 69.8269 88.8987 66.3312C91.1432 63.4804 92.9492 59.4816 92.8589 54.0122C92.6267 39.9646 68.5627 38.0039 68.2144 56.0825C67.8661 74.1612 97.8058 67.1374 99.5343 91.6658C101.263 116.194 95.3872 108.145 95.1614 105.92C94.826 102.676 92.5106 88.6731 109.667 88.4409C126.823 88.2087 125.443 59.6557 109.667 61.4939C93.8908 63.3385 94.8131 87.7508 114.04 89.2471C118.51 89.5954 121.442 92.3912 123.254 95.5",
|
|
73
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
74
|
+
strokeLinecap: "round",
|
|
75
|
+
strokeLinejoin: "round"
|
|
76
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M120.567 117.639C118.813 117.245 128.384 96.9868 128.384 96.9868C129.184 97.3222 129.996 97.7543 130.809 98.2961C141.903 105.629 134.324 116.794 132.97 117.981C128.313 122.057 124.024 122.386 120.561 121.309C111.57 118.51 108.558 106.965 115.014 100.115C117.542 97.4318 121.044 95.613 124.888 96.0903C124.888 96.0903 127.668 96.7159 130.08 99.0378C130.08 99.0378 122.315 118.032 120.561 117.639H120.567Z",
|
|
78
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
79
|
+
strokeLinecap: "round",
|
|
80
|
+
strokeLinejoin: "round"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
opacity: "0.5",
|
|
83
|
+
d: "M113.366 106.837C115.862 97.9791 123.264 97.308 126.653 98.0798C122.794 104.992 116.103 118.816 120.21 118.816C124.317 118.816 129.236 106.401 131.182 100.194C135.712 103.918 137.926 114.085 130.276 118.816C122.626 123.547 110.245 117.91 113.366 106.837Z",
|
|
84
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
85
|
+
}));
|
|
86
|
+
}
|
|
87
|
+
EmptyBlockList.propTypes = EmptyStateProps;
|
|
88
|
+
EmptyBlockList.defaultProps = { ...EmptyStateDefaultProps,
|
|
89
|
+
dataId: 'emptyBlockList'
|
|
90
|
+
};
|
|
@@ -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 EmptyBlueprint(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 EmptyCallHistory(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 EmptyCanned(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 EmptyChat(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 EmptyCollision(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 EmptyColumn(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 EmptyConfigurationPending 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 EmptyContact(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 EmptyContract(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 EmptyConversation(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 EmptyCrm(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 EmptyCrmNotes(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 EmptyCrmPotential(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 CustomerHappiness(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 EmptyDashboard(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 EmptyDelete(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
7
|
viewBox: "0 0 200 200",
|
|
@@ -1,49 +1,75 @@
|
|
|
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 EmptyDepartment(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
-
viewBox: "0 0
|
|
8
|
-
name: "
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
name: "emptyDepartment",
|
|
9
|
+
styleName: {
|
|
10
|
+
fill: 'none'
|
|
11
|
+
},
|
|
9
12
|
...props
|
|
10
|
-
}, /*#__PURE__*/React.createElement("
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
"clip-path": "url(#clip0_8054_29298)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
opacity: "0.1",
|
|
17
|
+
d: "M200.701 140.5C200.701 140.5 317.451 62.4999 376.451 85.9999C435.451 109.5 475.701 306.75 311.701 395.25C147.701 483.75 73.2008 291.25 72.4508 257.25C71.9508 224 72.4508 145.5 200.701 140.5Z",
|
|
18
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
14
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
-
d: "
|
|
16
|
-
|
|
20
|
+
d: "M35.1992 293.25C34.9492 293.25 35.1992 293.25 35.1992 293.25C34.4492 293.25 33.9492 292.5 33.9492 292L34.9492 273.25C34.9492 272.5 35.4492 272 36.1992 272C36.9492 272 37.4492 272.5 37.4492 273.25L36.4492 292C36.1992 292.75 35.6992 293.25 35.1992 293.25Z",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
17
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
d: "M44.7002 284.5L26.2002 283.5C25.4502 283.5 24.9502 282.75 24.9502 282.25C24.9502 281.5 25.7002 281 26.2002 281L44.4502 282C45.2002 282 45.7002 282.75 45.7002 283.25C45.9502 284 45.4502 284.5 44.7002 284.5Z",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
20
25
|
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
|
|
22
|
-
|
|
26
|
+
d: "M428.199 52.0002C421.699 52.0002 416.449 57.2502 416.449 63.7502C416.449 70.2502 421.699 75.5002 428.199 75.5002C434.699 75.5002 439.949 70.2502 439.949 63.7502C439.949 57.2502 434.449 52.0002 428.199 52.0002ZM428.199 73.2502C423.199 73.2502 418.949 69.0002 418.949 63.7502C418.949 58.5002 423.199 54.2502 428.199 54.2502C433.199 54.2502 437.449 58.5002 437.449 63.7502C437.449 69.0002 433.199 73.2502 428.199 73.2502Z",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
23
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
|
|
25
|
-
|
|
29
|
+
d: "M311.199 432.75C306.449 432.75 302.699 436.5 302.699 441.25C302.699 446 306.449 449.75 311.199 449.75C315.949 449.75 319.699 446 319.699 441.25C319.699 436.75 315.949 432.75 311.199 432.75ZM311.199 447.5C307.949 447.5 305.199 444.75 305.199 441.25C305.199 437.75 307.949 435 311.199 435C314.449 435 317.199 437.75 317.199 441.25C317.199 444.75 314.449 447.5 311.199 447.5Z",
|
|
30
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
26
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
|
|
28
|
-
|
|
32
|
+
d: "M202.45 50C198.2 50 194.95 53.5 194.95 57.5C194.95 61.5 198.2 65 202.45 65C206.7 65 209.95 61.5 209.95 57.5C209.95 53.5 206.7 50 202.45 50ZM202.45 62.75C199.7 62.75 197.45 60.5 197.45 57.75C197.45 55 199.7 52.75 202.45 52.75C205.2 52.75 207.45 55 207.45 57.75C207.45 60.5 205.2 62.75 202.45 62.75Z",
|
|
33
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
29
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
d: "M176.31 116.96h1v6.2h-1z"
|
|
35
|
+
d: "M474.699 324.5C474.199 324 473.449 324 472.949 324.5L466.949 330L461.699 324C461.199 323.5 460.449 323.5 459.949 324C459.449 324.5 459.449 325.25 459.949 325.75L465.199 331.75L459.199 337.25C458.699 337.75 458.699 338.5 459.199 339C459.449 339.25 459.699 339.5 460.199 339.5C460.449 339.5 460.699 339.5 460.949 339.25L466.949 333.75L472.199 339.75C472.449 340 472.699 340.25 473.199 340.25C473.449 340.25 473.699 340.25 473.949 340C474.449 339.5 474.449 338.75 473.949 338.25L468.699 332.25L474.699 326.75C475.199 326 475.199 325 474.699 324.5Z",
|
|
36
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
33
37
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
opacity: "0.1",
|
|
39
|
+
d: "M289.701 162.5C289.701 162.5 196.451 100.25 149.201 119C101.951 137.75 69.7009 295.5 200.951 366.25C332.201 437 391.701 283 392.201 255.75C392.701 229.25 392.201 166.25 289.701 162.5Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
42
|
+
"clip-path": "url(#clip1_8054_29298)"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
d: "M157.649 280.533C157.649 280.533 155.251 298.498 148.091 299.681C144.958 300.192 144.575 298.498 145.118 296.452C146.077 292.872 149.465 290.474 153.205 290.346C165.033 289.995 193.355 289.164 194.41 289.164C195.721 289.164 196.392 384.967 195.081 386.629C193.771 388.291 102.922 386.949 100.94 386.629C98.9586 386.309 99.9495 293.159 100.621 291.849C101.292 290.538 143.392 290.506 143.392 290.506C143.392 290.506 141.282 245.945 143.392 243.963C145.502 241.981 262.083 243.963 262.083 243.963C262.083 243.963 258.79 190.739 262.083 190.739C265.376 190.739 214.517 193.041 213.142 190.739C211.768 188.438 208.571 93.5613 213.142 92.6343C217.714 91.7072 307.571 87.5836 310.32 92.6343C313.069 97.6849 313.645 191.059 310.896 191.059C308.147 191.059 266.686 191.283 266.686 191.283C266.686 191.283 265.312 243.452 266.846 244.219C268.38 244.986 374.892 243.26 377.162 244.986C379.432 246.712 377.162 289.547 377.162 289.547C377.162 289.547 424.28 287.821 425.559 289.1C426.838 290.378 426.518 387.684 425.559 387.396C424.6 387.109 327.518 388.963 327.518 387.396C327.518 385.83 327.199 289.1 328.797 288.748C330.395 288.396 371.056 288.748 371.056 288.748",
|
|
45
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
46
|
+
"stroke-width": "2.5",
|
|
47
|
+
"stroke-linecap": "round",
|
|
48
|
+
"stroke-linejoin": "round"
|
|
37
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
|
|
39
|
-
|
|
50
|
+
d: "M231.235 178.784C228.358 178.784 226.025 176.546 225.929 173.669C225.417 156.983 224.458 105.261 231.587 104.814C240.09 104.27 295.999 100.147 299.26 107.819C302.52 115.491 304.47 174.692 300.634 176.61C297.438 178.209 247.538 178.656 231.203 178.784H231.235Z",
|
|
51
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
40
52
|
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
-
|
|
42
|
-
|
|
53
|
+
d: "M353.764 377.327C346.955 377.327 341.425 371.893 341.329 365.084C341.009 343.858 340.881 302.302 344.845 301.695C350.151 300.864 390.621 299.233 393.881 301.695C397.142 304.156 376.3 330.72 383.652 329.058C391.004 327.396 410.216 310.262 413.061 317.614C415.906 324.966 416.322 372.245 413.061 374.962C410.664 376.944 373.519 377.263 353.732 377.295L353.764 377.327Z",
|
|
54
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
43
55
|
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}))
|
|
56
|
+
d: "M124.342 377.327C117.533 377.327 112.003 371.893 111.907 365.084C111.587 343.858 111.459 302.302 115.423 301.695C120.729 300.864 161.199 299.233 164.46 301.695C167.72 304.156 146.878 330.72 154.23 329.058C161.583 327.396 180.794 310.262 183.639 317.614C186.484 324.966 186.9 372.245 183.639 374.962C181.242 376.944 144.097 377.263 124.31 377.295L124.342 377.327Z",
|
|
57
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
58
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
59
|
+
id: "clip0_8054_29298"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
61
|
+
width: "450",
|
|
62
|
+
height: "400",
|
|
63
|
+
fill: "white",
|
|
64
|
+
transform: "translate(25 50)"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
66
|
+
id: "clip1_8054_29298"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
68
|
+
width: "329.829",
|
|
69
|
+
height: "301.059",
|
|
70
|
+
fill: "white",
|
|
71
|
+
transform: "translate(98 88)"
|
|
72
|
+
}))));
|
|
47
73
|
}
|
|
48
74
|
EmptyDepartment.propTypes = EmptyStateProps;
|
|
49
75
|
EmptyDepartment.defaultProps = { ...EmptyStateDefaultProps,
|
|
@@ -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 EmptyError(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 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",
|