@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 class GCConversation 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 class Import 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 class KBBot 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 class Multilingual 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 class NetworkError 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 class Predictor 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 class ReadRecipients 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 class SupportPlan 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 class Variable 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 class ZiaAnamoly extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import * as index from
|
|
2
|
+
import * as index from "../index.js";
|
|
3
3
|
import { render } from "@testing-library/react";
|
|
4
4
|
describe('SVG componet', () => {
|
|
5
5
|
test.each(Object.keys(index))('Rendering all svgs in version3 emptystate %s', key => {
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
export { default as AuditLog } from
|
|
2
|
-
export { default as Contract } from
|
|
3
|
-
export { default as CustomModule } from
|
|
4
|
-
export { default as EmptyAccounts } from
|
|
5
|
-
export { default as EmptyActiveCalls } from
|
|
6
|
-
export { default as EmptyActivity } from
|
|
7
|
-
export { default as EmptyAgent } from
|
|
8
|
-
export { default as EmptyAgentQueue } from
|
|
9
|
-
export { default as EmptyApplechat } from
|
|
10
|
-
export { default as EmptyApproval } from
|
|
11
|
-
export { default as EmptyArchived } from
|
|
12
|
-
export { default as EmptyArticle } from
|
|
13
|
-
export { default as EmptyAsapchat } from
|
|
14
|
-
export { default as EmptyAttach } from
|
|
15
|
-
export { default as EmptyBlueprint } from
|
|
16
|
-
export { default as EmptyCallHistory } from
|
|
17
|
-
export { default as EmptyCanned } from
|
|
18
|
-
export { default as EmptyChat } from
|
|
19
|
-
export { default as EmptyCollision } from
|
|
20
|
-
export { default as EmptyColumn } from
|
|
21
|
-
export { default as EmptyContact } from
|
|
22
|
-
export { default as EmptyContract } from
|
|
23
|
-
export { default as EmptyConversation } from
|
|
24
|
-
export { default as EmptyCrm } from
|
|
25
|
-
export { default as EmptyCrmNotes } from
|
|
26
|
-
export { default as EmptyCrmPotential } from
|
|
27
|
-
export { default as EmptyDashboard } from
|
|
28
|
-
export { default as EmptyDelete } from
|
|
29
|
-
export { default as EmptyDepartment } from
|
|
30
|
-
export { default as EmptyError } from
|
|
31
|
-
export { default as EmptyFeed } from
|
|
32
|
-
export { default as EmptyFollowers } from
|
|
33
|
-
export { default as EmptyFrame } from
|
|
34
|
-
export { default as EmptyHappiness } from
|
|
35
|
-
export { default as EmptyHistory } from
|
|
36
|
-
export { default as EmptyInstagram } from
|
|
37
|
-
export { default as EmptyInstantmessage } from
|
|
38
|
-
export { default as EmptyInvoice } from
|
|
39
|
-
export { default as EmptyLine } from
|
|
40
|
-
export { default as EmptyMessenger } from
|
|
41
|
-
export { default as EmptyNoData } from
|
|
42
|
-
export { default as EmptyNotification } from
|
|
43
|
-
export { default as EmptyPreference } from
|
|
44
|
-
export { default as EmptyProducts } from
|
|
45
|
-
export { default as EmptyReply } from
|
|
46
|
-
export { default as EmptyReports } from
|
|
47
|
-
export { default as EmptySandbox } from
|
|
48
|
-
export { default as EmptySchedule } from
|
|
49
|
-
export { default as EmptySearch } from
|
|
50
|
-
export { default as EmptySkills } from
|
|
51
|
-
export { default as EmptySla } from
|
|
52
|
-
export { default as EmptySnippet } from
|
|
53
|
-
export { default as EmptyTag } from
|
|
54
|
-
export { default as EmptyTask } from
|
|
55
|
-
export { default as EmptyTeams } from
|
|
56
|
-
export { default as EmptyTelegram } from
|
|
57
|
-
export { default as EmptyTemplate } from
|
|
58
|
-
export { default as EmptyTicket } from
|
|
59
|
-
export { default as EmptyTimeEntry } from
|
|
60
|
-
export { default as EmptyTimeline } from
|
|
61
|
-
export { default as EmptyTopic } from
|
|
62
|
-
export { default as EmptyTwilio } from
|
|
63
|
-
export { default as EmptyWechat } from
|
|
64
|
-
export { default as EmptyWhatsapp } from
|
|
65
|
-
export { default as Export } from
|
|
66
|
-
export { default as Extensions } from
|
|
67
|
-
export { default as Extractor } from
|
|
68
|
-
export { default as GCBot } from
|
|
69
|
-
export { default as GCConversation } from
|
|
70
|
-
export { default as Import } from
|
|
71
|
-
export { default as KBBot } from
|
|
72
|
-
export { default as Multilingual } from
|
|
73
|
-
export { default as NetworkError } from
|
|
74
|
-
export { default as Predictor } from
|
|
75
|
-
export { default as ReadRecipients } from
|
|
76
|
-
export { default as SupportPlan } from
|
|
77
|
-
export { default as Variable } from
|
|
78
|
-
export { default as ZiaAnamoly } from
|
|
1
|
+
export { default as AuditLog } from "./AuditLog";
|
|
2
|
+
export { default as Contract } from "./Contract";
|
|
3
|
+
export { default as CustomModule } from "./CustomModule";
|
|
4
|
+
export { default as EmptyAccounts } from "./EmptyAccounts";
|
|
5
|
+
export { default as EmptyActiveCalls } from "./EmptyActiveCalls";
|
|
6
|
+
export { default as EmptyActivity } from "./EmptyActivity";
|
|
7
|
+
export { default as EmptyAgent } from "./EmptyAgent";
|
|
8
|
+
export { default as EmptyAgentQueue } from "./EmptyAgentQueue";
|
|
9
|
+
export { default as EmptyApplechat } from "./EmptyApplechat";
|
|
10
|
+
export { default as EmptyApproval } from "./EmptyApproval";
|
|
11
|
+
export { default as EmptyArchived } from "./EmptyArchived";
|
|
12
|
+
export { default as EmptyArticle } from "./EmptyArticle";
|
|
13
|
+
export { default as EmptyAsapchat } from "./EmptyAsapchat";
|
|
14
|
+
export { default as EmptyAttach } from "./EmptyAttach";
|
|
15
|
+
export { default as EmptyBlueprint } from "./EmptyBlueprint";
|
|
16
|
+
export { default as EmptyCallHistory } from "./EmptyCallHistory";
|
|
17
|
+
export { default as EmptyCanned } from "./EmptyCanned";
|
|
18
|
+
export { default as EmptyChat } from "./EmptyChat";
|
|
19
|
+
export { default as EmptyCollision } from "./EmptyCollision";
|
|
20
|
+
export { default as EmptyColumn } from "./EmptyColumn";
|
|
21
|
+
export { default as EmptyContact } from "./EmptyContact";
|
|
22
|
+
export { default as EmptyContract } from "./EmptyContract";
|
|
23
|
+
export { default as EmptyConversation } from "./EmptyConversation";
|
|
24
|
+
export { default as EmptyCrm } from "./EmptyCrm";
|
|
25
|
+
export { default as EmptyCrmNotes } from "./EmptyCrmNotes";
|
|
26
|
+
export { default as EmptyCrmPotential } from "./EmptyCrmPotential";
|
|
27
|
+
export { default as EmptyDashboard } from "./EmptyDashboard";
|
|
28
|
+
export { default as EmptyDelete } from "./EmptyDelete";
|
|
29
|
+
export { default as EmptyDepartment } from "./EmptyDepartment";
|
|
30
|
+
export { default as EmptyError } from "./EmptyError";
|
|
31
|
+
export { default as EmptyFeed } from "./EmptyFeed";
|
|
32
|
+
export { default as EmptyFollowers } from "./EmptyFollowers";
|
|
33
|
+
export { default as EmptyFrame } from "./EmptyFrame";
|
|
34
|
+
export { default as EmptyHappiness } from "./EmptyHappiness";
|
|
35
|
+
export { default as EmptyHistory } from "./EmptyHistory";
|
|
36
|
+
export { default as EmptyInstagram } from "./EmptyInstagram";
|
|
37
|
+
export { default as EmptyInstantmessage } from "./EmptyInstantmessage";
|
|
38
|
+
export { default as EmptyInvoice } from "./EmptyInvoice";
|
|
39
|
+
export { default as EmptyLine } from "./EmptyLine";
|
|
40
|
+
export { default as EmptyMessenger } from "./EmptyMessenger";
|
|
41
|
+
export { default as EmptyNoData } from "./EmptyNoData";
|
|
42
|
+
export { default as EmptyNotification } from "./EmptyNotification";
|
|
43
|
+
export { default as EmptyPreference } from "./EmptyPreference";
|
|
44
|
+
export { default as EmptyProducts } from "./EmptyProducts";
|
|
45
|
+
export { default as EmptyReply } from "./EmptyReply";
|
|
46
|
+
export { default as EmptyReports } from "./EmptyReports";
|
|
47
|
+
export { default as EmptySandbox } from "./EmptySandbox";
|
|
48
|
+
export { default as EmptySchedule } from "./EmptySchedule";
|
|
49
|
+
export { default as EmptySearch } from "./EmptySearch";
|
|
50
|
+
export { default as EmptySkills } from "./EmptySkills";
|
|
51
|
+
export { default as EmptySla } from "./EmptySla";
|
|
52
|
+
export { default as EmptySnippet } from "./EmptySnippet";
|
|
53
|
+
export { default as EmptyTag } from "./EmptyTag";
|
|
54
|
+
export { default as EmptyTask } from "./EmptyTask";
|
|
55
|
+
export { default as EmptyTeams } from "./EmptyTeams";
|
|
56
|
+
export { default as EmptyTelegram } from "./EmptyTelegram";
|
|
57
|
+
export { default as EmptyTemplate } from "./EmptyTemplate";
|
|
58
|
+
export { default as EmptyTicket } from "./EmptyTicket";
|
|
59
|
+
export { default as EmptyTimeEntry } from "./EmptyTimeEntry";
|
|
60
|
+
export { default as EmptyTimeline } from "./EmptyTimeline";
|
|
61
|
+
export { default as EmptyTopic } from "./EmptyTopic";
|
|
62
|
+
export { default as EmptyTwilio } from "./EmptyTwilio";
|
|
63
|
+
export { default as EmptyWechat } from "./EmptyWechat";
|
|
64
|
+
export { default as EmptyWhatsapp } from "./EmptyWhatsapp";
|
|
65
|
+
export { default as Export } from "./Export";
|
|
66
|
+
export { default as Extensions } from "./Extensions";
|
|
67
|
+
export { default as Extractor } from "./Extractor";
|
|
68
|
+
export { default as GCBot } from "./GCBot";
|
|
69
|
+
export { default as GCConversation } from "./GCConversation";
|
|
70
|
+
export { default as Import } from "./Import";
|
|
71
|
+
export { default as KBBot } from "./KBBot";
|
|
72
|
+
export { default as Multilingual } from "./Multilingual";
|
|
73
|
+
export { default as NetworkError } from "./NetworkError";
|
|
74
|
+
export { default as Predictor } from "./Predictor";
|
|
75
|
+
export { default as ReadRecipients } from "./ReadRecipients";
|
|
76
|
+
export { default as SupportPlan } from "./SupportPlan";
|
|
77
|
+
export { default as Variable } from "./Variable";
|
|
78
|
+
export { default as ZiaAnamoly } from "./ZiaAnamoly";
|
package/es/errorstate/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as _v from
|
|
1
|
+
import * as _v from "./version1";
|
|
2
2
|
export { _v as v1 };
|
|
3
|
-
import * as _v2 from
|
|
3
|
+
import * as _v2 from "./version2";
|
|
4
4
|
export { _v2 as v2 };
|
|
5
|
-
import * as _v3 from
|
|
5
|
+
import * as _v3 from "./version3";
|
|
6
6
|
export { _v3 as v3 };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
5
|
-
import image from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
|
+
import image from "./../../../images/Inconvenience.svg";
|
|
6
6
|
export default class Inconvenience extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
5
|
-
import image from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
|
+
import image from "./../../../images/NoRequestFound.svg";
|
|
6
6
|
export default class NoRequestFound extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
5
|
-
import image from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
|
+
import image from "./../../../images/PageNotFound.svg";
|
|
6
6
|
export default class PageNotFound extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
5
|
-
import image from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
|
+
import image from "./../../../images/UnableToProcess.svg";
|
|
6
6
|
export default class UnableToProcessRequest extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
5
|
-
import image from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
|
+
import image from "./../../../images/UnauthorizedLogin.svg";
|
|
6
6
|
export default class UnauthorizedLogin extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
5
|
-
import image from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
|
+
import image from "./../../../images/ReguestUrlNotFound.svg";
|
|
6
6
|
export default class UrlNotFound extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
5
|
-
import image from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
|
+
import image from "./../../../images/WillBack.svg";
|
|
6
6
|
export default class WillBeRightBack extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import * as index from
|
|
2
|
+
import * as index from "../index";
|
|
3
3
|
import { render } from "@testing-library/react";
|
|
4
4
|
describe('SVG componet', () => {
|
|
5
5
|
test.each(Object.keys(index))('Rendering all svgs in version1 ErrorState %s', key => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as EmptyInconvenience } from
|
|
2
|
-
export { default as NoRequestFound } from
|
|
3
|
-
export { default as PageNotFound } from
|
|
4
|
-
export { default as UnableToProcessRequest } from
|
|
5
|
-
export { default as UnauthorizedLogin } from
|
|
6
|
-
export { default as UrlNotFound } from
|
|
7
|
-
export { default as WillBeRightBack } from
|
|
1
|
+
export { default as EmptyInconvenience } from "./EmptyInconvenience";
|
|
2
|
+
export { default as NoRequestFound } from "./NoRequestFound";
|
|
3
|
+
export { default as PageNotFound } from "./PageNotFound";
|
|
4
|
+
export { default as UnableToProcessRequest } from "./UnableToProcessRequest";
|
|
5
|
+
export { default as UnauthorizedLogin } from "./UnauthorizedLogin";
|
|
6
|
+
export { default as UrlNotFound } from "./UrlNotFound";
|
|
7
|
+
export { default as WillBeRightBack } from "./WillBeRightBack";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class EmptyUnauthorizedLogin 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 { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class EmptyWillBeRightBack 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 { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class NotImpossible extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import * as index from
|
|
2
|
+
import * as index from "../index";
|
|
3
3
|
import { render } from "@testing-library/react";
|
|
4
4
|
describe('SVG componet', () => {
|
|
5
5
|
test.each(Object.keys(index))('Rendering all svgs in version2 ErrorState %s', key => {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as EmptyUnauthorizedLogin } from
|
|
2
|
-
export { default as EmptyWillBeRightBack } from
|
|
1
|
+
export { default as EmptyUnauthorizedLogin } from "./EmptyUnauthorizedLogin";
|
|
2
|
+
export { default as EmptyWillBeRightBack } from "./EmptyWillBeRightBack";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class Inconvenience 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 { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class OopsSomethingMiss 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 { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class UnableToProcessRequest 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 { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class UnauthorizedLogin 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 { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class UrlNotFound 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 { ErrorStateProps } from
|
|
3
|
-
import { ErrorStateDefaultProps } from
|
|
4
|
-
import SVG from
|
|
2
|
+
import { ErrorStateProps } from "./../props/propTypes";
|
|
3
|
+
import { ErrorStateDefaultProps } from "./../props/defaultProps";
|
|
4
|
+
import SVG from "./../../SVG/SVG";
|
|
5
5
|
export default class WillBeRightBack extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import * as index from
|
|
2
|
+
import * as index from "../index";
|
|
3
3
|
import { render } from "@testing-library/react";
|
|
4
4
|
describe('SVG componet', () => {
|
|
5
5
|
test.each(Object.keys(index))('Rendering all svgs in version3 ErrorState %s', key => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as ErrorInconvenience } from
|
|
2
|
-
export { default as ErrorOopsSomethingMiss } from
|
|
3
|
-
export { default as ErrorUnableToProcessRequest } from
|
|
4
|
-
export { default as ErrorUnauthorizedLogin } from
|
|
5
|
-
export { default as ErrorUrlNotFound } from
|
|
6
|
-
export { default as ErrorWillBeRightBack } from
|
|
1
|
+
export { default as ErrorInconvenience } from "./ErrorInconvenience";
|
|
2
|
+
export { default as ErrorOopsSomethingMiss } from "./ErrorOopsSomethingMiss";
|
|
3
|
+
export { default as ErrorUnableToProcessRequest } from "./ErrorUnableToProcessRequest";
|
|
4
|
+
export { default as ErrorUnauthorizedLogin } from "./ErrorUnauthorizedLogin";
|
|
5
|
+
export { default as ErrorUrlNotFound } from "./ErrorUrlNotFound";
|
|
6
|
+
export { default as ErrorWillBeRightBack } from "./ErrorWillBeRightBack";
|
package/es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as SVG } from
|
|
2
|
-
export { default as Loader } from
|
|
3
|
-
import * as _EmptyState from
|
|
1
|
+
export { default as SVG } from "./SVG/SVG";
|
|
2
|
+
export { default as Loader } from "./Loader/Loader";
|
|
3
|
+
import * as _EmptyState from "./emptystate/";
|
|
4
4
|
export { _EmptyState as EmptyState };
|
|
5
|
-
import * as _ErrorState from
|
|
5
|
+
import * as _ErrorState from "./errorstate";
|
|
6
6
|
export { _ErrorState as ErrorState };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer dot-svg, dot-svg.theme, dot-svg.variables, dot-svg.base, dot-svg.molecule;
|