@zohodesk/svg 1.0.0-temp.53 → 1.0.0-temp.55
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 +60 -5
- package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +10 -0
- package/assets/Appearance/light/mode/SVG_LightMode.module.css +37 -0
- package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +10 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +139 -0
- package/coverage/coverage-summary.json +140 -0
- package/coverage/favicon.png +0 -0
- package/coverage/images/EmptyBusinessHoliday.svg.html +235 -0
- package/coverage/images/EmptyBusinessHour.svg.html +211 -0
- package/coverage/images/EmptyCustomDomain.svg.html +340 -0
- package/coverage/images/EmptyFromAddress.svg.html +208 -0
- package/coverage/images/EmptyImportHistory.svg.html +214 -0
- package/coverage/images/EmptyNetwork.svg.html +235 -0
- package/coverage/images/EmptyRecycleBin.svg.html +259 -0
- package/coverage/images/EmptyRoles.svg.html +175 -0
- package/coverage/images/EmptyWebhook.svg.html +217 -0
- package/coverage/images/FailureLog.svg.html +223 -0
- package/coverage/images/Inconvenience.svg.html +2242 -0
- package/coverage/images/NoRequestFound.svg.html +826 -0
- package/coverage/images/PageNotFound.svg.html +1300 -0
- package/coverage/images/ReguestUrlNotFound.svg.html +886 -0
- package/coverage/images/UnableToProcess.svg.html +2341 -0
- package/coverage/images/UnauthorizedLogin.svg.html +3226 -0
- package/coverage/images/WillBack.svg.html +1984 -0
- package/coverage/images/index.html +356 -0
- package/coverage/index.html +311 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/src/Loader/Loader.js.html +316 -0
- package/coverage/src/Loader/index.html +116 -0
- package/coverage/src/Loader/props/defaultProps.js.html +94 -0
- package/coverage/src/Loader/props/index.html +131 -0
- package/coverage/src/Loader/props/propTypes.js.html +100 -0
- package/coverage/src/SVG/SVG.js.html +292 -0
- package/coverage/src/SVG/SVG.module.css.html +166 -0
- package/coverage/src/SVG/index.html +131 -0
- package/coverage/src/SVG/props/defaultProps.js.html +118 -0
- package/coverage/src/SVG/props/index.html +131 -0
- package/coverage/src/SVG/props/propTypes.js.html +133 -0
- package/coverage/src/css/EmptyStateVariables.module.css.html +199 -0
- package/coverage/src/css/index.html +116 -0
- package/coverage/src/emptystate/props/defaultProps.js.html +109 -0
- package/coverage/src/emptystate/props/index.html +131 -0
- package/coverage/src/emptystate/props/propTypes.js.html +115 -0
- package/coverage/src/emptystate/version1/EmptyCustomDomain.js.html +151 -0
- package/coverage/src/emptystate/version1/index.html +131 -0
- package/coverage/src/emptystate/version1/index.js.html +88 -0
- package/coverage/src/emptystate/version2/EmptyBusinessHoliday.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyBusinessHour.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyFromAddress.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyImportHistory.js.html +154 -0
- package/coverage/src/emptystate/version2/EmptyNetwork.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyRecycleBin.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyRoles.js.html +151 -0
- package/coverage/src/emptystate/version2/EmptyWebhook.js.html +151 -0
- package/coverage/src/emptystate/version2/FailureLog.js.html +154 -0
- package/coverage/src/emptystate/version2/index.html +251 -0
- package/coverage/src/emptystate/version2/index.js.html +112 -0
- package/coverage/src/emptystate/version3/AuditLog.js.html +370 -0
- package/coverage/src/emptystate/version3/Contract.js.html +397 -0
- package/coverage/src/emptystate/version3/CustomModule.js.html +304 -0
- package/coverage/src/emptystate/version3/EmptyAccounts.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyActiveCalls.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyActivity.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyAgent.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyAgentQueue.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyApplechat.js.html +310 -0
- package/coverage/src/emptystate/version3/EmptyApproval.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyArchived.js.html +253 -0
- package/coverage/src/emptystate/version3/EmptyArticle.js.html +313 -0
- package/coverage/src/emptystate/version3/EmptyAsapchat.js.html +310 -0
- package/coverage/src/emptystate/version3/EmptyAttach.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyBlueprint.js.html +322 -0
- package/coverage/src/emptystate/version3/EmptyCallHistory.js.html +241 -0
- package/coverage/src/emptystate/version3/EmptyCanned.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyChat.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyCollision.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyColumn.js.html +268 -0
- package/coverage/src/emptystate/version3/EmptyContact.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyContract.js.html +295 -0
- package/coverage/src/emptystate/version3/EmptyConversation.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyCrm.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyCrmNotes.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyCrmPotential.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyDashboard.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyDelete.js.html +271 -0
- package/coverage/src/emptystate/version3/EmptyDepartment.js.html +301 -0
- package/coverage/src/emptystate/version3/EmptyError.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyFeed.js.html +238 -0
- package/coverage/src/emptystate/version3/EmptyFollowers.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyFrame.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptyHappiness.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyHistory.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyInstagram.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyInstantmessage.js.html +337 -0
- package/coverage/src/emptystate/version3/EmptyInvoice.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyLine.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyMessenger.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyNoData.js.html +331 -0
- package/coverage/src/emptystate/version3/EmptyNotification.js.html +247 -0
- package/coverage/src/emptystate/version3/EmptyPreference.js.html +328 -0
- package/coverage/src/emptystate/version3/EmptyProducts.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyReply.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyReports.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptySandbox.js.html +337 -0
- package/coverage/src/emptystate/version3/EmptySchedule.js.html +346 -0
- package/coverage/src/emptystate/version3/EmptySearch.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptySkills.js.html +349 -0
- package/coverage/src/emptystate/version3/EmptySla.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptySnippet.js.html +283 -0
- package/coverage/src/emptystate/version3/EmptyTag.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyTask.js.html +286 -0
- package/coverage/src/emptystate/version3/EmptyTeams.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTelegram.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyTemplate.js.html +259 -0
- package/coverage/src/emptystate/version3/EmptyTicket.js.html +262 -0
- package/coverage/src/emptystate/version3/EmptyTimeEntry.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTimeline.js.html +250 -0
- package/coverage/src/emptystate/version3/EmptyTopic.js.html +271 -0
- package/coverage/src/emptystate/version3/EmptyTwilio.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyWechat.js.html +316 -0
- package/coverage/src/emptystate/version3/EmptyWhatsapp.js.html +316 -0
- package/coverage/src/emptystate/version3/Export.js.html +286 -0
- package/coverage/src/emptystate/version3/Extensions.js.html +310 -0
- package/coverage/src/emptystate/version3/Extractor.js.html +277 -0
- package/coverage/src/emptystate/version3/GCBot.js.html +280 -0
- package/coverage/src/emptystate/version3/GCConversation.js.html +283 -0
- package/coverage/src/emptystate/version3/Import.js.html +304 -0
- package/coverage/src/emptystate/version3/KBBot.js.html +280 -0
- package/coverage/src/emptystate/version3/Multilingual.js.html +286 -0
- package/coverage/src/emptystate/version3/NetworkError.js.html +307 -0
- package/coverage/src/emptystate/version3/Predictor.js.html +283 -0
- package/coverage/src/emptystate/version3/ReadRecipients.js.html +307 -0
- package/coverage/src/emptystate/version3/SupportPlan.js.html +358 -0
- package/coverage/src/emptystate/version3/Variable.js.html +304 -0
- package/coverage/src/emptystate/version3/ZiaAnamoly.js.html +277 -0
- package/coverage/src/emptystate/version3/index.html +1286 -0
- package/coverage/src/emptystate/version3/index.js.html +319 -0
- package/coverage/src/errorstate/props/defaultProps.js.html +109 -0
- package/coverage/src/errorstate/props/index.html +131 -0
- package/coverage/src/errorstate/props/propTypes.js.html +115 -0
- package/coverage/src/errorstate/version1/EmptyInconvenience.js.html +157 -0
- package/coverage/src/errorstate/version1/NoRequestFound.js.html +157 -0
- package/coverage/src/errorstate/version1/PageNotFound.js.html +157 -0
- package/coverage/src/errorstate/version1/UnableToProcessRequest.js.html +157 -0
- package/coverage/src/errorstate/version1/UnauthorizedLogin.js.html +157 -0
- package/coverage/src/errorstate/version1/UrlNotFound.js.html +157 -0
- package/coverage/src/errorstate/version1/WillBeRightBack.js.html +157 -0
- package/coverage/src/errorstate/version1/index.html +221 -0
- package/coverage/src/errorstate/version1/index.js.html +106 -0
- package/coverage/src/errorstate/version2/EmptyUnauthorizedLogin.js.html +190 -0
- package/coverage/src/errorstate/version2/EmptyWillBeRightBack.js.html +184 -0
- package/coverage/src/errorstate/version2/index.html +146 -0
- package/coverage/src/errorstate/version2/index.js.html +91 -0
- package/coverage/src/errorstate/version3/ErrorInconvenience.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorOopsSomethingMiss.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorUnableToProcessRequest.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorUnauthorizedLogin.js.html +385 -0
- package/coverage/src/errorstate/version3/ErrorUrlNotFound.js.html +331 -0
- package/coverage/src/errorstate/version3/ErrorWillBeRightBack.js.html +331 -0
- package/coverage/src/errorstate/version3/index.html +206 -0
- package/coverage/src/errorstate/version3/index.js.html +103 -0
- package/es/Loader/Loader.js +3 -3
- package/es/Loader/__tests__/Loader.spec.js +11 -0
- package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/es/SVG/SVG.js +5 -4
- package/es/SVG/SVG.module.css +17 -12
- package/es/SVG/SvgLoader.js +4 -1
- package/es/SVG/__tests__/SVG.spec.js +116 -0
- package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -0
- package/es/SVG/props/propTypes.js +2 -2
- package/es/emptystate/props/propTypes.js +1 -1
- package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
- package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -0
- package/es/emptystate/version1/__tests__/version1.spec.js +12 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -5
- package/es/emptystate/version2/EmptyBusinessHour.js +4 -5
- package/es/emptystate/version2/EmptyFromAddress.js +4 -4
- package/es/emptystate/version2/EmptyImportHistory.js +4 -5
- 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 -5
- package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -0
- package/es/emptystate/version2/__tests__/version2.spec.js +12 -0
- package/es/emptystate/version3/AuditLog.js +4 -4
- package/es/emptystate/version3/Bot.js +3 -2
- package/es/emptystate/version3/Contract.js +4 -4
- package/es/emptystate/version3/CustomModule.js +4 -4
- package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
- package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
- package/es/emptystate/version3/EmptyAPIs.js +3 -2
- package/es/emptystate/version3/EmptyAccounts.js +4 -4
- package/es/emptystate/version3/EmptyActiveCalls.js +4 -5
- package/es/emptystate/version3/EmptyActivity.js +4 -5
- package/es/emptystate/version3/EmptyAgent.js +4 -5
- package/es/emptystate/version3/EmptyAgentQueue.js +4 -5
- package/es/emptystate/version3/EmptyApplechat.js +4 -4
- package/es/emptystate/version3/EmptyApproval.js +4 -4
- package/es/emptystate/version3/EmptyArchived.js +4 -4
- package/es/emptystate/version3/EmptyArticle.js +4 -4
- package/es/emptystate/version3/EmptyAsapchat.js +4 -5
- package/es/emptystate/version3/EmptyAttach.js +4 -5
- package/es/emptystate/version3/EmptyAuthenticationPending.js +70 -0
- package/es/emptystate/version3/EmptyBlueprint.js +4 -5
- package/es/emptystate/version3/EmptyCallHistory.js +4 -5
- package/es/emptystate/version3/EmptyCanned.js +4 -5
- package/es/emptystate/version3/EmptyChat.js +4 -5
- package/es/emptystate/version3/EmptyCollision.js +4 -4
- package/es/emptystate/version3/EmptyColumn.js +4 -4
- package/es/emptystate/version3/EmptyContact.js +4 -5
- package/es/emptystate/version3/EmptyContract.js +4 -4
- package/es/emptystate/version3/EmptyConversation.js +4 -5
- package/es/emptystate/version3/EmptyCrm.js +4 -4
- package/es/emptystate/version3/EmptyCrmNotes.js +4 -4
- package/es/emptystate/version3/EmptyCrmPotential.js +4 -5
- package/es/emptystate/version3/EmptyCustomerHappiness.js +68 -0
- package/es/emptystate/version3/EmptyDashboard.js +4 -4
- package/es/emptystate/version3/EmptyDelete.js +4 -4
- package/es/emptystate/version3/EmptyDepartment.js +4 -4
- package/es/emptystate/version3/EmptyError.js +4 -5
- package/es/emptystate/version3/EmptyFeed.js +4 -4
- package/es/emptystate/version3/EmptyFollowers.js +4 -4
- package/es/emptystate/version3/EmptyFrame.js +4 -5
- package/es/emptystate/version3/EmptyHappiness.js +4 -5
- package/es/emptystate/version3/EmptyHistory.js +4 -4
- package/es/emptystate/version3/EmptyInstagram.js +4 -5
- package/es/emptystate/version3/EmptyInstantmessage.js +4 -5
- package/es/emptystate/version3/EmptyInvoice.js +4 -4
- package/es/emptystate/version3/EmptyLine.js +4 -5
- package/es/emptystate/version3/EmptyMessenger.js +4 -4
- package/es/emptystate/version3/EmptyNoData.js +4 -4
- package/es/emptystate/version3/EmptyNotification.js +4 -4
- package/es/emptystate/version3/EmptyPreference.js +4 -4
- package/es/emptystate/version3/EmptyProducts.js +4 -4
- package/es/emptystate/version3/EmptyReply.js +4 -4
- package/es/emptystate/version3/EmptyReports.js +4 -4
- package/es/emptystate/version3/EmptySandbox.js +32 -21
- package/es/emptystate/version3/EmptySchedule.js +4 -4
- package/es/emptystate/version3/EmptySearch.js +4 -4
- package/es/emptystate/version3/EmptySkills.js +4 -4
- package/es/emptystate/version3/EmptySla.js +4 -4
- package/es/emptystate/version3/EmptySnippet.js +4 -4
- package/es/emptystate/version3/EmptyTag.js +4 -4
- package/es/emptystate/version3/EmptyTask.js +4 -4
- package/es/emptystate/version3/EmptyTeams.js +4 -5
- package/es/emptystate/version3/EmptyTelegram.js +4 -5
- package/es/emptystate/version3/EmptyTemplate.js +4 -4
- package/es/emptystate/version3/EmptyTicket.js +4 -5
- package/es/emptystate/version3/EmptyTimeEntry.js +4 -4
- package/es/emptystate/version3/EmptyTimeline.js +4 -5
- package/es/emptystate/version3/EmptyTopic.js +4 -4
- package/es/emptystate/version3/EmptyTwilio.js +4 -5
- package/es/emptystate/version3/EmptyWechat.js +4 -5
- package/es/emptystate/version3/EmptyWhatsapp.js +4 -5
- package/es/emptystate/version3/EmptyZSCKey.js +88 -0
- package/es/emptystate/version3/Export.js +4 -5
- package/es/emptystate/version3/Extensions.js +4 -5
- package/es/emptystate/version3/Extractor.js +4 -5
- package/es/emptystate/version3/GCBot.js +4 -5
- package/es/emptystate/version3/GCConversation.js +4 -5
- package/es/emptystate/version3/Import.js +4 -5
- package/es/emptystate/version3/KBBot.js +4 -5
- package/es/emptystate/version3/Multilingual.js +4 -5
- package/es/emptystate/version3/NetworkError.js +4 -5
- package/es/emptystate/version3/Predictor.js +4 -5
- package/es/emptystate/version3/ReadRecipients.js +4 -5
- package/es/emptystate/version3/SupportPlan.js +4 -4
- package/es/emptystate/version3/Variable.js +4 -5
- package/es/emptystate/version3/ZiaAnamoly.js +4 -5
- package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -0
- package/es/emptystate/version3/__tests__/version3.spec.js +12 -0
- package/es/errorstate/version1/EmptyInconvenience.js +4 -5
- package/es/errorstate/version1/NoRequestFound.js +4 -5
- package/es/errorstate/version1/PageNotFound.js +4 -5
- package/es/errorstate/version1/UnableToProcessRequest.js +4 -5
- package/es/errorstate/version1/UnauthorizedLogin.js +4 -5
- package/es/errorstate/version1/UrlNotFound.js +4 -5
- package/es/errorstate/version1/WillBeRightBack.js +4 -5
- package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -0
- package/es/errorstate/version1/__tests__/version1.spec.js +12 -0
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +4 -5
- package/es/errorstate/version2/EmptyWillBeRightBack.js +4 -5
- package/es/errorstate/version2/NotImpossible.js +4 -5
- package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -0
- package/es/errorstate/version2/__tests__/version2.spec.js +12 -0
- package/es/errorstate/version3/ErrorInconvenience.js +4 -5
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +4 -5
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +4 -5
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +4 -5
- package/es/errorstate/version3/ErrorUrlNotFound.js +4 -5
- package/es/errorstate/version3/ErrorWillBeRightBack.js +4 -5
- package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -0
- package/es/errorstate/version3/__tests__/version3.spec.js +12 -0
- package/es/index.js +0 -15
- package/es/v1/Loader/Loader.js +62 -0
- package/es/v1/SVG/SVG.js +49 -0
- package/es/v1/emptystate/version1/EmptyCustomDomain.js +21 -0
- package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +21 -0
- package/es/v1/emptystate/version2/EmptyBusinessHour.js +21 -0
- package/es/v1/emptystate/version2/EmptyFromAddress.js +21 -0
- package/es/v1/emptystate/version2/EmptyImportHistory.js +21 -0
- package/es/v1/emptystate/version2/EmptyNetwork.js +21 -0
- package/es/v1/emptystate/version2/EmptyRecycleBin.js +21 -0
- package/es/v1/emptystate/version2/EmptyRoles.js +21 -0
- package/es/v1/emptystate/version2/EmptyWebhook.js +21 -0
- package/es/v1/emptystate/version2/FailureLog.js +21 -0
- package/es/v1/emptystate/version3/Alerts.js +90 -0
- package/es/v1/emptystate/version3/AuditLog.js +75 -0
- package/es/v1/emptystate/version3/Bot.js +67 -0
- package/es/v1/emptystate/version3/Contract.js +83 -0
- package/es/v1/emptystate/version3/CustomModule.js +50 -0
- package/es/v1/emptystate/version3/DKIMAuthendication.js +79 -0
- package/es/v1/emptystate/version3/DomainMapping.js +72 -0
- package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +85 -0
- package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +77 -0
- package/es/v1/emptystate/version3/EmptyAPIs.js +62 -0
- package/es/v1/emptystate/version3/EmptyAccounts.js +81 -0
- package/es/v1/emptystate/version3/EmptyActiveCalls.js +52 -0
- package/es/v1/emptystate/version3/EmptyActivity.js +52 -0
- package/es/v1/emptystate/version3/EmptyAgent.js +52 -0
- package/es/v1/emptystate/version3/EmptyAgentQueue.js +58 -0
- package/es/v1/emptystate/version3/EmptyApplechat.js +65 -0
- package/es/v1/emptystate/version3/EmptyApproval.js +58 -0
- package/es/v1/emptystate/version3/EmptyArchived.js +60 -0
- package/es/v1/emptystate/version3/EmptyArticle.js +66 -0
- package/es/v1/emptystate/version3/EmptyAsapchat.js +60 -0
- package/es/v1/emptystate/version3/EmptyAttach.js +52 -0
- package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +67 -0
- package/es/v1/emptystate/version3/EmptyBlueprint.js +67 -0
- package/es/v1/emptystate/version3/EmptyCallHistory.js +54 -0
- package/es/v1/emptystate/version3/EmptyCanned.js +70 -0
- package/es/v1/emptystate/version3/EmptyChat.js +70 -0
- package/es/v1/emptystate/version3/EmptyCollision.js +52 -0
- package/es/v1/emptystate/version3/EmptyColumn.js +58 -0
- package/es/v1/emptystate/version3/EmptyContact.js +52 -0
- package/es/v1/emptystate/version3/EmptyContract.js +48 -0
- package/es/v1/emptystate/version3/EmptyConversation.js +52 -0
- package/es/v1/emptystate/version3/EmptyCrm.js +52 -0
- package/es/v1/emptystate/version3/EmptyCrmNotes.js +63 -0
- package/es/v1/emptystate/version3/EmptyCrmPotential.js +66 -0
- package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +65 -0
- package/es/v1/emptystate/version3/EmptyDashboard.js +58 -0
- package/es/v1/emptystate/version3/EmptyDelete.js +43 -0
- package/es/v1/emptystate/version3/EmptyDepartment.js +52 -0
- package/es/v1/emptystate/version3/EmptyError.js +75 -0
- package/es/v1/emptystate/version3/EmptyFeed.js +55 -0
- package/es/v1/emptystate/version3/EmptyFollowers.js +53 -0
- package/es/v1/emptystate/version3/EmptyFrame.js +51 -0
- package/es/v1/emptystate/version3/EmptyHappiness.js +52 -0
- package/es/v1/emptystate/version3/EmptyHistory.js +52 -0
- package/es/v1/emptystate/version3/EmptyInstagram.js +66 -0
- package/es/v1/emptystate/version3/EmptyInstantmessage.js +68 -0
- package/es/v1/emptystate/version3/EmptyInvoice.js +57 -0
- package/es/v1/emptystate/version3/EmptyLine.js +66 -0
- package/es/v1/emptystate/version3/EmptyMessenger.js +53 -0
- package/es/v1/emptystate/version3/EmptyNoData.js +71 -0
- package/es/v1/emptystate/version3/EmptyNotification.js +52 -0
- package/es/v1/emptystate/version3/EmptyPreference.js +72 -0
- package/es/v1/emptystate/version3/EmptyProducts.js +55 -0
- package/es/v1/emptystate/version3/EmptyReply.js +47 -0
- package/es/v1/emptystate/version3/EmptyReports.js +58 -0
- package/es/v1/emptystate/version3/EmptySandbox.js +74 -0
- package/es/v1/emptystate/version3/EmptySchedule.js +94 -0
- package/es/v1/emptystate/version3/EmptySearch.js +62 -0
- package/es/v1/emptystate/version3/EmptySkills.js +100 -0
- package/es/v1/emptystate/version3/EmptySla.js +47 -0
- package/es/v1/emptystate/version3/EmptySnippet.js +62 -0
- package/es/v1/emptystate/version3/EmptyTag.js +55 -0
- package/es/v1/emptystate/version3/EmptyTask.js +68 -0
- package/es/v1/emptystate/version3/EmptyTeams.js +52 -0
- package/es/v1/emptystate/version3/EmptyTelegram.js +66 -0
- package/es/v1/emptystate/version3/EmptyTemplate.js +64 -0
- package/es/v1/emptystate/version3/EmptyTicket.js +55 -0
- package/es/v1/emptystate/version3/EmptyTimeEntry.js +58 -0
- package/es/v1/emptystate/version3/EmptyTimeline.js +52 -0
- package/es/v1/emptystate/version3/EmptyTopic.js +58 -0
- package/es/v1/emptystate/version3/EmptyTwilio.js +66 -0
- package/es/v1/emptystate/version3/EmptyWechat.js +66 -0
- package/es/v1/emptystate/version3/EmptyWhatsapp.js +66 -0
- package/es/v1/emptystate/version3/EmptyZSCKey.js +85 -0
- package/es/v1/emptystate/version3/Export.js +47 -0
- package/es/v1/emptystate/version3/Extensions.js +53 -0
- package/es/v1/emptystate/version3/Extractor.js +46 -0
- package/es/v1/emptystate/version3/FieldUpdate.js +115 -0
- package/es/v1/emptystate/version3/FromAddress.js +67 -0
- package/es/v1/emptystate/version3/GCBot.js +44 -0
- package/es/v1/emptystate/version3/GCConversation.js +46 -0
- package/es/v1/emptystate/version3/Import.js +62 -0
- package/es/v1/emptystate/version3/KBBot.js +59 -0
- package/es/v1/emptystate/version3/Multilingual.js +52 -0
- package/es/v1/emptystate/version3/NetworkError.js +55 -0
- package/es/v1/emptystate/version3/OtherConfiguration.js +79 -0
- package/es/v1/emptystate/version3/Predictor.js +53 -0
- package/es/v1/emptystate/version3/ReadRecipients.js +51 -0
- package/es/v1/emptystate/version3/SupportEmailAddress.js +76 -0
- package/es/v1/emptystate/version3/SupportPlan.js +68 -0
- package/es/v1/emptystate/version3/Variable.js +50 -0
- package/es/v1/emptystate/version3/ZiaAnamoly.js +47 -0
- package/es/v1/errorstate/version1/EmptyInconvenience.js +25 -0
- package/es/v1/errorstate/version1/NoRequestFound.js +25 -0
- package/es/v1/errorstate/version1/PageNotFound.js +26 -0
- package/es/v1/errorstate/version1/UnableToProcessRequest.js +26 -0
- package/es/v1/errorstate/version1/UnauthorizedLogin.js +26 -0
- package/es/v1/errorstate/version1/UrlNotFound.js +26 -0
- package/es/v1/errorstate/version1/WillBeRightBack.js +26 -0
- package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +26 -0
- package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +22 -0
- package/es/v1/errorstate/version2/NotImpossible.js +61 -0
- package/es/v1/errorstate/version3/ErrorInconvenience.js +96 -0
- package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +97 -0
- package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +97 -0
- package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +105 -0
- package/es/v1/errorstate/version3/ErrorUrlNotFound.js +97 -0
- package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +97 -0
- package/lib/Loader/Loader.js +27 -6
- package/lib/Loader/__tests__/Loader.spec.js +18 -0
- package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -0
- package/lib/Loader/props/propTypes.js +3 -0
- package/lib/SVG/SVG.js +41 -19
- package/lib/SVG/SVG.module.css +17 -12
- package/lib/SVG/SvgLoader.js +22 -6
- package/lib/SVG/__tests__/SVG.spec.js +123 -0
- package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -0
- package/lib/SVG/props/propTypes.js +5 -2
- package/lib/emptystate/index.js +9 -0
- package/lib/emptystate/props/propTypes.js +4 -1
- package/lib/emptystate/version1/EmptyCustomDomain.js +31 -6
- package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -0
- package/lib/emptystate/version1/__tests__/version1.spec.js +26 -0
- package/lib/emptystate/version1/index.js +2 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +31 -7
- package/lib/emptystate/version2/EmptyBusinessHour.js +31 -7
- package/lib/emptystate/version2/EmptyFromAddress.js +31 -6
- package/lib/emptystate/version2/EmptyImportHistory.js +31 -7
- package/lib/emptystate/version2/EmptyNetwork.js +31 -6
- package/lib/emptystate/version2/EmptyRecycleBin.js +31 -6
- package/lib/emptystate/version2/EmptyRoles.js +31 -6
- package/lib/emptystate/version2/EmptyWebhook.js +31 -6
- package/lib/emptystate/version2/FailureLog.js +31 -7
- package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -0
- package/lib/emptystate/version2/__tests__/version2.spec.js +26 -0
- package/lib/emptystate/version2/index.js +10 -0
- package/lib/emptystate/version3/AuditLog.js +30 -6
- package/lib/emptystate/version3/Bot.js +29 -4
- package/lib/emptystate/version3/Contract.js +30 -6
- package/lib/emptystate/version3/CustomModule.js +30 -6
- package/lib/emptystate/version3/EmptyAPIAuthentication.js +149 -0
- package/lib/emptystate/version3/EmptyAPIConfiguration.js +141 -0
- package/lib/emptystate/version3/EmptyAPIs.js +29 -4
- package/lib/emptystate/version3/EmptyAccounts.js +30 -6
- package/lib/emptystate/version3/EmptyActiveCalls.js +30 -7
- package/lib/emptystate/version3/EmptyActivity.js +30 -7
- package/lib/emptystate/version3/EmptyAgent.js +30 -7
- package/lib/emptystate/version3/EmptyAgentQueue.js +30 -7
- package/lib/emptystate/version3/EmptyApplechat.js +30 -6
- package/lib/emptystate/version3/EmptyApproval.js +30 -6
- package/lib/emptystate/version3/EmptyArchived.js +30 -6
- package/lib/emptystate/version3/EmptyArticle.js +30 -6
- package/lib/emptystate/version3/EmptyAsapchat.js +30 -7
- package/lib/emptystate/version3/EmptyAttach.js +30 -7
- package/lib/emptystate/version3/EmptyAuthenticationPending.js +127 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +30 -7
- package/lib/emptystate/version3/EmptyCallHistory.js +30 -7
- package/lib/emptystate/version3/EmptyCanned.js +30 -7
- package/lib/emptystate/version3/EmptyChat.js +30 -7
- package/lib/emptystate/version3/EmptyCollision.js +30 -6
- package/lib/emptystate/version3/EmptyColumn.js +30 -6
- package/lib/emptystate/version3/EmptyContact.js +30 -7
- package/lib/emptystate/version3/EmptyContract.js +30 -6
- package/lib/emptystate/version3/EmptyConversation.js +30 -7
- package/lib/emptystate/version3/EmptyCrm.js +30 -6
- package/lib/emptystate/version3/EmptyCrmNotes.js +30 -6
- package/lib/emptystate/version3/EmptyCrmPotential.js +30 -7
- package/lib/emptystate/version3/EmptyCustomerHappiness.js +125 -0
- package/lib/emptystate/version3/EmptyDashboard.js +30 -6
- package/lib/emptystate/version3/EmptyDelete.js +30 -6
- package/lib/emptystate/version3/EmptyDepartment.js +30 -6
- package/lib/emptystate/version3/EmptyError.js +30 -7
- package/lib/emptystate/version3/EmptyFeed.js +30 -6
- package/lib/emptystate/version3/EmptyFollowers.js +30 -6
- package/lib/emptystate/version3/EmptyFrame.js +30 -7
- package/lib/emptystate/version3/EmptyHappiness.js +30 -7
- package/lib/emptystate/version3/EmptyHistory.js +30 -6
- package/lib/emptystate/version3/EmptyInstagram.js +30 -7
- package/lib/emptystate/version3/EmptyInstantmessage.js +30 -7
- package/lib/emptystate/version3/EmptyInvoice.js +30 -6
- package/lib/emptystate/version3/EmptyLine.js +30 -7
- package/lib/emptystate/version3/EmptyMessenger.js +30 -6
- package/lib/emptystate/version3/EmptyNoData.js +30 -6
- package/lib/emptystate/version3/EmptyNotification.js +30 -6
- package/lib/emptystate/version3/EmptyPreference.js +30 -6
- package/lib/emptystate/version3/EmptyProducts.js +30 -6
- package/lib/emptystate/version3/EmptyReply.js +30 -6
- package/lib/emptystate/version3/EmptyReports.js +30 -6
- package/lib/emptystate/version3/EmptySandbox.js +58 -23
- package/lib/emptystate/version3/EmptySchedule.js +30 -6
- package/lib/emptystate/version3/EmptySearch.js +30 -6
- package/lib/emptystate/version3/EmptySkills.js +30 -6
- package/lib/emptystate/version3/EmptySla.js +30 -6
- package/lib/emptystate/version3/EmptySnippet.js +30 -6
- package/lib/emptystate/version3/EmptyTag.js +30 -6
- package/lib/emptystate/version3/EmptyTask.js +30 -6
- package/lib/emptystate/version3/EmptyTeams.js +30 -7
- package/lib/emptystate/version3/EmptyTelegram.js +30 -7
- package/lib/emptystate/version3/EmptyTemplate.js +30 -6
- package/lib/emptystate/version3/EmptyTicket.js +30 -7
- package/lib/emptystate/version3/EmptyTimeEntry.js +30 -6
- package/lib/emptystate/version3/EmptyTimeline.js +30 -7
- package/lib/emptystate/version3/EmptyTopic.js +30 -6
- package/lib/emptystate/version3/EmptyTwilio.js +30 -7
- package/lib/emptystate/version3/EmptyWechat.js +30 -7
- package/lib/emptystate/version3/EmptyWhatsapp.js +30 -7
- package/lib/emptystate/version3/EmptyZSCKey.js +145 -0
- package/lib/emptystate/version3/Export.js +30 -7
- package/lib/emptystate/version3/Extensions.js +30 -7
- package/lib/emptystate/version3/Extractor.js +30 -7
- package/lib/emptystate/version3/GCBot.js +30 -7
- package/lib/emptystate/version3/GCConversation.js +30 -7
- package/lib/emptystate/version3/Import.js +30 -7
- package/lib/emptystate/version3/KBBot.js +30 -7
- package/lib/emptystate/version3/Multilingual.js +30 -7
- package/lib/emptystate/version3/NetworkError.js +30 -7
- package/lib/emptystate/version3/Predictor.js +30 -7
- package/lib/emptystate/version3/ReadRecipients.js +30 -7
- package/lib/emptystate/version3/SupportPlan.js +30 -6
- package/lib/emptystate/version3/Variable.js +30 -7
- package/lib/emptystate/version3/ZiaAnamoly.js +30 -7
- package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -0
- package/lib/emptystate/version3/__tests__/version3.spec.js +26 -0
- package/lib/emptystate/version3/index.js +79 -0
- package/lib/errorstate/index.js +9 -0
- package/lib/errorstate/props/propTypes.js +3 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +31 -7
- package/lib/errorstate/version1/NoRequestFound.js +31 -7
- package/lib/errorstate/version1/PageNotFound.js +31 -7
- package/lib/errorstate/version1/UnableToProcessRequest.js +31 -7
- package/lib/errorstate/version1/UnauthorizedLogin.js +31 -7
- package/lib/errorstate/version1/UrlNotFound.js +31 -7
- package/lib/errorstate/version1/WillBeRightBack.js +31 -7
- package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -0
- package/lib/errorstate/version1/__tests__/version1.spec.js +26 -0
- package/lib/errorstate/version1/index.js +8 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +30 -7
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +30 -7
- package/lib/errorstate/version2/NotImpossible.js +30 -7
- package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -0
- package/lib/errorstate/version2/__tests__/version2.spec.js +26 -0
- package/lib/errorstate/version2/index.js +3 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +30 -7
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +30 -7
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +30 -7
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +30 -7
- package/lib/errorstate/version3/ErrorUrlNotFound.js +30 -7
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +30 -7
- package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -0
- package/lib/errorstate/version3/__tests__/version3.spec.js +26 -0
- package/lib/errorstate/version3/index.js +7 -0
- package/lib/index.js +10 -0
- package/lib/v1/Loader/Loader.js +80 -0
- package/lib/v1/SVG/SVG.js +62 -0
- package/lib/v1/emptystate/version1/EmptyCustomDomain.js +42 -0
- package/lib/v1/emptystate/version2/EmptyBusinessHoliday.js +42 -0
- package/lib/v1/emptystate/version2/EmptyBusinessHour.js +42 -0
- package/lib/v1/emptystate/version2/EmptyFromAddress.js +42 -0
- package/lib/v1/emptystate/version2/EmptyImportHistory.js +42 -0
- package/lib/v1/emptystate/version2/EmptyNetwork.js +42 -0
- package/lib/v1/emptystate/version2/EmptyRecycleBin.js +42 -0
- package/lib/v1/emptystate/version2/EmptyRoles.js +42 -0
- package/lib/v1/emptystate/version2/EmptyWebhook.js +42 -0
- package/lib/v1/emptystate/version2/FailureLog.js +42 -0
- package/lib/v1/emptystate/version3/Alerts.js +110 -0
- package/lib/v1/emptystate/version3/AuditLog.js +95 -0
- package/lib/v1/emptystate/version3/Bot.js +87 -0
- package/lib/v1/emptystate/version3/Contract.js +103 -0
- package/lib/v1/emptystate/version3/CustomModule.js +70 -0
- package/lib/v1/emptystate/version3/DKIMAuthendication.js +99 -0
- package/lib/v1/emptystate/version3/DomainMapping.js +92 -0
- package/lib/v1/emptystate/version3/EmptyAPIAuthentication.js +105 -0
- package/lib/v1/emptystate/version3/EmptyAPIConfiguration.js +97 -0
- package/lib/v1/emptystate/version3/EmptyAPIs.js +82 -0
- package/lib/v1/emptystate/version3/EmptyAccounts.js +101 -0
- package/lib/v1/emptystate/version3/EmptyActiveCalls.js +72 -0
- package/lib/v1/emptystate/version3/EmptyActivity.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAgent.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAgentQueue.js +78 -0
- package/lib/v1/emptystate/version3/EmptyApplechat.js +85 -0
- package/lib/v1/emptystate/version3/EmptyApproval.js +78 -0
- package/lib/v1/emptystate/version3/EmptyArchived.js +80 -0
- package/lib/v1/emptystate/version3/EmptyArticle.js +86 -0
- package/lib/v1/emptystate/version3/EmptyAsapchat.js +80 -0
- package/lib/v1/emptystate/version3/EmptyAttach.js +72 -0
- package/lib/v1/emptystate/version3/EmptyAuthenticationPending.js +87 -0
- package/lib/v1/emptystate/version3/EmptyBlueprint.js +87 -0
- package/lib/v1/emptystate/version3/EmptyCallHistory.js +74 -0
- package/lib/v1/emptystate/version3/EmptyCanned.js +90 -0
- package/lib/v1/emptystate/version3/EmptyChat.js +90 -0
- package/lib/v1/emptystate/version3/EmptyCollision.js +72 -0
- package/lib/v1/emptystate/version3/EmptyColumn.js +78 -0
- package/lib/v1/emptystate/version3/EmptyContact.js +72 -0
- package/lib/v1/emptystate/version3/EmptyContract.js +68 -0
- package/lib/v1/emptystate/version3/EmptyConversation.js +72 -0
- package/lib/v1/emptystate/version3/EmptyCrm.js +72 -0
- package/lib/v1/emptystate/version3/EmptyCrmNotes.js +83 -0
- package/lib/v1/emptystate/version3/EmptyCrmPotential.js +86 -0
- package/lib/v1/emptystate/version3/EmptyCustomerHappiness.js +85 -0
- package/lib/v1/emptystate/version3/EmptyDashboard.js +78 -0
- package/lib/v1/emptystate/version3/EmptyDelete.js +63 -0
- package/lib/v1/emptystate/version3/EmptyDepartment.js +72 -0
- package/lib/v1/emptystate/version3/EmptyError.js +95 -0
- package/lib/v1/emptystate/version3/EmptyFeed.js +75 -0
- package/lib/v1/emptystate/version3/EmptyFollowers.js +73 -0
- package/lib/v1/emptystate/version3/EmptyFrame.js +71 -0
- package/lib/v1/emptystate/version3/EmptyHappiness.js +72 -0
- package/lib/v1/emptystate/version3/EmptyHistory.js +72 -0
- package/lib/v1/emptystate/version3/EmptyInstagram.js +86 -0
- package/lib/v1/emptystate/version3/EmptyInstantmessage.js +88 -0
- package/lib/v1/emptystate/version3/EmptyInvoice.js +77 -0
- package/lib/v1/emptystate/version3/EmptyLine.js +86 -0
- package/lib/v1/emptystate/version3/EmptyMessenger.js +73 -0
- package/lib/v1/emptystate/version3/EmptyNoData.js +91 -0
- package/lib/v1/emptystate/version3/EmptyNotification.js +72 -0
- package/lib/v1/emptystate/version3/EmptyPreference.js +92 -0
- package/lib/v1/emptystate/version3/EmptyProducts.js +75 -0
- package/lib/v1/emptystate/version3/EmptyReply.js +67 -0
- package/lib/v1/emptystate/version3/EmptyReports.js +78 -0
- package/lib/v1/emptystate/version3/EmptySandbox.js +94 -0
- package/lib/v1/emptystate/version3/EmptySchedule.js +114 -0
- package/lib/v1/emptystate/version3/EmptySearch.js +82 -0
- package/lib/v1/emptystate/version3/EmptySkills.js +120 -0
- package/lib/v1/emptystate/version3/EmptySla.js +67 -0
- package/lib/v1/emptystate/version3/EmptySnippet.js +82 -0
- package/lib/v1/emptystate/version3/EmptyTag.js +75 -0
- package/lib/v1/emptystate/version3/EmptyTask.js +88 -0
- package/lib/v1/emptystate/version3/EmptyTeams.js +72 -0
- package/lib/v1/emptystate/version3/EmptyTelegram.js +86 -0
- package/lib/v1/emptystate/version3/EmptyTemplate.js +84 -0
- package/lib/v1/emptystate/version3/EmptyTicket.js +75 -0
- package/lib/v1/emptystate/version3/EmptyTimeEntry.js +78 -0
- package/lib/v1/emptystate/version3/EmptyTimeline.js +72 -0
- package/lib/v1/emptystate/version3/EmptyTopic.js +78 -0
- package/lib/v1/emptystate/version3/EmptyTwilio.js +86 -0
- package/lib/v1/emptystate/version3/EmptyWechat.js +86 -0
- package/lib/v1/emptystate/version3/EmptyWhatsapp.js +86 -0
- package/lib/v1/emptystate/version3/EmptyZSCKey.js +105 -0
- package/lib/v1/emptystate/version3/Export.js +67 -0
- package/lib/v1/emptystate/version3/Extensions.js +73 -0
- package/lib/v1/emptystate/version3/Extractor.js +66 -0
- package/lib/v1/emptystate/version3/FieldUpdate.js +135 -0
- package/lib/v1/emptystate/version3/FromAddress.js +87 -0
- package/lib/v1/emptystate/version3/GCBot.js +64 -0
- package/lib/v1/emptystate/version3/GCConversation.js +66 -0
- package/lib/v1/emptystate/version3/Import.js +82 -0
- package/lib/v1/emptystate/version3/KBBot.js +79 -0
- package/lib/v1/emptystate/version3/Multilingual.js +72 -0
- package/lib/v1/emptystate/version3/NetworkError.js +75 -0
- package/lib/v1/emptystate/version3/OtherConfiguration.js +99 -0
- package/lib/v1/emptystate/version3/Predictor.js +73 -0
- package/lib/v1/emptystate/version3/ReadRecipients.js +71 -0
- package/lib/v1/emptystate/version3/SupportEmailAddress.js +96 -0
- package/lib/v1/emptystate/version3/SupportPlan.js +88 -0
- package/lib/v1/emptystate/version3/Variable.js +70 -0
- package/lib/v1/emptystate/version3/ZiaAnamoly.js +67 -0
- package/lib/v1/errorstate/version1/EmptyInconvenience.js +44 -0
- package/lib/v1/errorstate/version1/NoRequestFound.js +44 -0
- package/lib/v1/errorstate/version1/PageNotFound.js +45 -0
- package/lib/v1/errorstate/version1/UnableToProcessRequest.js +45 -0
- package/lib/v1/errorstate/version1/UnauthorizedLogin.js +45 -0
- package/lib/v1/errorstate/version1/UrlNotFound.js +45 -0
- package/lib/v1/errorstate/version1/WillBeRightBack.js +45 -0
- package/lib/v1/errorstate/version2/EmptyUnauthorizedLogin.js +46 -0
- package/lib/v1/errorstate/version2/EmptyWillBeRightBack.js +42 -0
- package/lib/v1/errorstate/version2/NotImpossible.js +81 -0
- package/lib/v1/errorstate/version3/ErrorInconvenience.js +116 -0
- package/lib/v1/errorstate/version3/ErrorOopsSomethingMiss.js +117 -0
- package/lib/v1/errorstate/version3/ErrorUnableToProcessRequest.js +117 -0
- package/lib/v1/errorstate/version3/ErrorUnauthorizedLogin.js +125 -0
- package/lib/v1/errorstate/version3/ErrorUrlNotFound.js +117 -0
- package/lib/v1/errorstate/version3/ErrorWillBeRightBack.js +117 -0
- package/package.json +26 -21
- package/postPublish.js +8 -0
- package/prePublish.js +70 -0
- package/react-cli.config.js +20 -0
- package/result.json +1 -0
- package/unittest/index.html +37 -0
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +0 -37
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +0 -10
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +0 -10
- package/css_error.log +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import * as index from '../index';
|
|
3
|
+
import { render } from "@testing-library/react";
|
|
4
|
+
describe('SVG componet', () => {
|
|
5
|
+
test.each(Object.keys(index))('Rendering all svgs in version1 emptystate %s', key => {
|
|
6
|
+
let Component = index[key];
|
|
7
|
+
const {
|
|
8
|
+
asFragment
|
|
9
|
+
} = render( /*#__PURE__*/React.createElement(Component, null));
|
|
10
|
+
expect(asFragment()).toMatchSnapshot();
|
|
11
|
+
});
|
|
12
|
+
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,14 +16,12 @@ export default class EmptyBusinessHoliday extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyBusinessHoliday.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyBusinessHoliday.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyBusinessHoliday.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyBusinessHoliday'
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
26
25
|
// EmptyBusinessHoliday.docs = {
|
|
27
26
|
// componentGroup: 'Emptystate'
|
|
28
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,14 +16,12 @@ export default class EmptyBusinessHour extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyBusinessHour.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyBusinessHour.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyBusinessHour.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyBusinessHour'
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
26
25
|
// EmptyBusinessHour.docs = {
|
|
27
26
|
// componentGroup: 'Emptystate'
|
|
28
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,13 +16,12 @@ export default class EmptyFromAddress extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyFromAddress.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyFromAddress.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyFromAddress.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyFromAddress'
|
|
23
|
-
};
|
|
24
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
25
25
|
// EmptyFromAddress.docs = {
|
|
26
26
|
// componentGroup: 'Emptystate'
|
|
27
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,14 +16,12 @@ export default class EmptyImportHistory extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyImportHistory.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyImportHistory.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyImportHistory.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyImportHistory'
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
26
25
|
// EmptyImportHistory.docs = {
|
|
27
26
|
// componentGroup: 'Emptystate'
|
|
28
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,13 +16,12 @@ export default class EmptyNetwork extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyNetwork.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyNetwork.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyNetwork.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyNetwork'
|
|
23
|
-
};
|
|
24
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
25
25
|
// EmptyNetwork.docs = {
|
|
26
26
|
// componentGroup: 'Emptystate'
|
|
27
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,13 +16,12 @@ export default class EmptyRecycleBin extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyRecycleBin.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyRecycleBin.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyRecycleBin.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyRecycleBin'
|
|
23
|
-
};
|
|
24
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
25
25
|
// EmptyRecycleBin.docs = {
|
|
26
26
|
// componentGroup: 'Emptystate'
|
|
27
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,13 +16,12 @@ export default class EmptyRoles extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyRoles.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyRoles.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyRoles.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyRoles'
|
|
23
|
-
};
|
|
24
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
25
25
|
// EmptyRoles.docs = {
|
|
26
26
|
// componentGroup: 'Emptystate'
|
|
27
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,13 +16,12 @@ export default class EmptyWebhook extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
EmptyWebhook.propTypes = EmptyStateProps;
|
|
20
|
-
EmptyWebhook.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
EmptyWebhook.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'emptyWebhook'
|
|
23
|
-
};
|
|
24
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
25
25
|
// EmptyWebhook.docs = {
|
|
26
26
|
// componentGroup: 'Emptystate'
|
|
27
27
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -15,14 +16,12 @@ export default class FailureLog extends React.Component {
|
|
|
15
16
|
width: "100%"
|
|
16
17
|
}));
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
FailureLog.propTypes = EmptyStateProps;
|
|
20
|
-
FailureLog.defaultProps = {
|
|
21
|
-
...EmptyStateDefaultProps,
|
|
22
|
+
FailureLog.defaultProps = { ...EmptyStateDefaultProps,
|
|
22
23
|
dataId: 'failureLog'
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
// if (__DOCS__) {
|
|
24
|
+
}; // if (__DOCS__) {
|
|
26
25
|
// FailureLog.docs = {
|
|
27
26
|
// componentGroup: 'Emptystate'
|
|
28
27
|
// };
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyBusinessHoliday 1`] = `
|
|
4
|
+
<DocumentFragment>
|
|
5
|
+
<div
|
|
6
|
+
aria-hidden="true"
|
|
7
|
+
class="large default svgCenter "
|
|
8
|
+
>
|
|
9
|
+
<svg
|
|
10
|
+
data-id="emptyBusinessHoliday"
|
|
11
|
+
data-test-id="emptyBusinessHoliday"
|
|
12
|
+
height="100%"
|
|
13
|
+
viewBox="0 0 181.9 139.3"
|
|
14
|
+
width="100%"
|
|
15
|
+
>
|
|
16
|
+
<image
|
|
17
|
+
height="100%"
|
|
18
|
+
width="100%"
|
|
19
|
+
xlink:href="EmptyBusinessHoliday.svg"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</div>
|
|
23
|
+
</DocumentFragment>
|
|
24
|
+
`;
|
|
25
|
+
|
|
26
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyBusinessHour 1`] = `
|
|
27
|
+
<DocumentFragment>
|
|
28
|
+
<div
|
|
29
|
+
aria-hidden="true"
|
|
30
|
+
class="large default svgCenter "
|
|
31
|
+
>
|
|
32
|
+
<svg
|
|
33
|
+
data-id="emptyBusinessHour"
|
|
34
|
+
data-test-id="emptyBusinessHour"
|
|
35
|
+
height="100%"
|
|
36
|
+
viewBox="0 0 181.9 139.3"
|
|
37
|
+
width="100%"
|
|
38
|
+
>
|
|
39
|
+
<image
|
|
40
|
+
height="100%"
|
|
41
|
+
width="100%"
|
|
42
|
+
xlink:href="EmptyBusinessHour.svg"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
</div>
|
|
46
|
+
</DocumentFragment>
|
|
47
|
+
`;
|
|
48
|
+
|
|
49
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyFromAddress 1`] = `
|
|
50
|
+
<DocumentFragment>
|
|
51
|
+
<div
|
|
52
|
+
aria-hidden="true"
|
|
53
|
+
class="large default svgCenter "
|
|
54
|
+
>
|
|
55
|
+
<svg
|
|
56
|
+
data-id="emptyFromAddress"
|
|
57
|
+
data-test-id="emptyFromAddress"
|
|
58
|
+
height="100%"
|
|
59
|
+
viewBox="0 0 181.9 139.3"
|
|
60
|
+
width="100%"
|
|
61
|
+
>
|
|
62
|
+
<image
|
|
63
|
+
height="100%"
|
|
64
|
+
width="100%"
|
|
65
|
+
xlink:href="EmptyFromAddress.svg"
|
|
66
|
+
/>
|
|
67
|
+
</svg>
|
|
68
|
+
</div>
|
|
69
|
+
</DocumentFragment>
|
|
70
|
+
`;
|
|
71
|
+
|
|
72
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyImportHistory 1`] = `
|
|
73
|
+
<DocumentFragment>
|
|
74
|
+
<div
|
|
75
|
+
aria-hidden="true"
|
|
76
|
+
class="large default svgCenter "
|
|
77
|
+
>
|
|
78
|
+
<svg
|
|
79
|
+
data-id="emptyImportHistory"
|
|
80
|
+
data-test-id="emptyImportHistory"
|
|
81
|
+
height="100%"
|
|
82
|
+
viewBox="0 0 181.9 139.3"
|
|
83
|
+
width="100%"
|
|
84
|
+
>
|
|
85
|
+
<image
|
|
86
|
+
height="100%"
|
|
87
|
+
width="100%"
|
|
88
|
+
xlink:href="EmptyImportHistory.svg"
|
|
89
|
+
/>
|
|
90
|
+
</svg>
|
|
91
|
+
</div>
|
|
92
|
+
</DocumentFragment>
|
|
93
|
+
`;
|
|
94
|
+
|
|
95
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyNetwork 1`] = `
|
|
96
|
+
<DocumentFragment>
|
|
97
|
+
<div
|
|
98
|
+
aria-hidden="true"
|
|
99
|
+
class="large default svgCenter "
|
|
100
|
+
>
|
|
101
|
+
<svg
|
|
102
|
+
data-id="emptyNetwork"
|
|
103
|
+
data-test-id="emptyNetwork"
|
|
104
|
+
height="100%"
|
|
105
|
+
viewBox="0 0 181.9 139.3"
|
|
106
|
+
width="100%"
|
|
107
|
+
>
|
|
108
|
+
<image
|
|
109
|
+
height="100%"
|
|
110
|
+
width="100%"
|
|
111
|
+
xlink:href="EmptyNetwork.svg"
|
|
112
|
+
/>
|
|
113
|
+
</svg>
|
|
114
|
+
</div>
|
|
115
|
+
</DocumentFragment>
|
|
116
|
+
`;
|
|
117
|
+
|
|
118
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyRecycleBin 1`] = `
|
|
119
|
+
<DocumentFragment>
|
|
120
|
+
<div
|
|
121
|
+
aria-hidden="true"
|
|
122
|
+
class="large default svgCenter "
|
|
123
|
+
>
|
|
124
|
+
<svg
|
|
125
|
+
data-id="emptyRecycleBin"
|
|
126
|
+
data-test-id="emptyRecycleBin"
|
|
127
|
+
height="100%"
|
|
128
|
+
viewBox="0 0 181.9 149.5"
|
|
129
|
+
width="100%"
|
|
130
|
+
>
|
|
131
|
+
<image
|
|
132
|
+
height="100%"
|
|
133
|
+
width="100%"
|
|
134
|
+
xlink:href="EmptyRecycleBin.svg"
|
|
135
|
+
/>
|
|
136
|
+
</svg>
|
|
137
|
+
</div>
|
|
138
|
+
</DocumentFragment>
|
|
139
|
+
`;
|
|
140
|
+
|
|
141
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyRoles 1`] = `
|
|
142
|
+
<DocumentFragment>
|
|
143
|
+
<div
|
|
144
|
+
aria-hidden="true"
|
|
145
|
+
class="large default svgCenter "
|
|
146
|
+
>
|
|
147
|
+
<svg
|
|
148
|
+
data-id="emptyRoles"
|
|
149
|
+
data-test-id="emptyRoles"
|
|
150
|
+
height="100%"
|
|
151
|
+
viewBox="0 0 181.9 139.3"
|
|
152
|
+
width="100%"
|
|
153
|
+
>
|
|
154
|
+
<image
|
|
155
|
+
height="100%"
|
|
156
|
+
width="100%"
|
|
157
|
+
xlink:href="EmptyRoles.svg"
|
|
158
|
+
/>
|
|
159
|
+
</svg>
|
|
160
|
+
</div>
|
|
161
|
+
</DocumentFragment>
|
|
162
|
+
`;
|
|
163
|
+
|
|
164
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate EmptyWebhook 1`] = `
|
|
165
|
+
<DocumentFragment>
|
|
166
|
+
<div
|
|
167
|
+
aria-hidden="true"
|
|
168
|
+
class="large default svgCenter "
|
|
169
|
+
>
|
|
170
|
+
<svg
|
|
171
|
+
data-id="emptyWebhook"
|
|
172
|
+
data-test-id="emptyWebhook"
|
|
173
|
+
height="100%"
|
|
174
|
+
viewBox="0 0 181.9 139.3"
|
|
175
|
+
width="100%"
|
|
176
|
+
>
|
|
177
|
+
<image
|
|
178
|
+
height="100%"
|
|
179
|
+
width="100%"
|
|
180
|
+
xlink:href="EmptyWebhook.svg"
|
|
181
|
+
/>
|
|
182
|
+
</svg>
|
|
183
|
+
</div>
|
|
184
|
+
</DocumentFragment>
|
|
185
|
+
`;
|
|
186
|
+
|
|
187
|
+
exports[`SVG componet Rendering all svgs in version2 emptystate FailureLog 1`] = `
|
|
188
|
+
<DocumentFragment>
|
|
189
|
+
<div
|
|
190
|
+
aria-hidden="true"
|
|
191
|
+
class="large default svgCenter "
|
|
192
|
+
>
|
|
193
|
+
<svg
|
|
194
|
+
data-id="failureLog"
|
|
195
|
+
data-test-id="failureLog"
|
|
196
|
+
height="100%"
|
|
197
|
+
viewBox="0 0 189.4 139.3"
|
|
198
|
+
width="100%"
|
|
199
|
+
>
|
|
200
|
+
<image
|
|
201
|
+
height="100%"
|
|
202
|
+
width="100%"
|
|
203
|
+
xlink:href="FailureLog.svg"
|
|
204
|
+
/>
|
|
205
|
+
</svg>
|
|
206
|
+
</div>
|
|
207
|
+
</DocumentFragment>
|
|
208
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import * as index from '../index';
|
|
3
|
+
import { render } from '@testing-library/react';
|
|
4
|
+
describe('SVG componet', () => {
|
|
5
|
+
test.each(Object.keys(index))('Rendering all svgs in version2 emptystate %s', key => {
|
|
6
|
+
let Component = index[key];
|
|
7
|
+
const {
|
|
8
|
+
asFragment
|
|
9
|
+
} = render( /*#__PURE__*/React.createElement(Component, null));
|
|
10
|
+
expect(asFragment()).toMatchSnapshot();
|
|
11
|
+
});
|
|
12
|
+
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -65,13 +66,12 @@ export default class AuditLog extends React.Component {
|
|
|
65
66
|
transform: "translate(25 50)"
|
|
66
67
|
}))));
|
|
67
68
|
}
|
|
69
|
+
|
|
68
70
|
}
|
|
69
71
|
AuditLog.propTypes = EmptyStateProps;
|
|
70
|
-
AuditLog.defaultProps = {
|
|
71
|
-
...EmptyStateDefaultProps,
|
|
72
|
+
AuditLog.defaultProps = { ...EmptyStateDefaultProps,
|
|
72
73
|
dataId: 'AuditLog'
|
|
73
|
-
};
|
|
74
|
-
// if (__DOCS__) {
|
|
74
|
+
}; // if (__DOCS__) {
|
|
75
75
|
// AuditLog.docs = {
|
|
76
76
|
// componentGroup: 'Emptystate'
|
|
77
77
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from '../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from '../props/defaultProps';
|
|
@@ -61,9 +62,9 @@ export default class Bot extends React.Component {
|
|
|
61
62
|
d: "M0 0h245v327H0z"
|
|
62
63
|
}))));
|
|
63
64
|
}
|
|
65
|
+
|
|
64
66
|
}
|
|
65
67
|
Bot.propTypes = EmptyStateProps;
|
|
66
|
-
Bot.defaultProps = {
|
|
67
|
-
...EmptyStateDefaultProps,
|
|
68
|
+
Bot.defaultProps = { ...EmptyStateDefaultProps,
|
|
68
69
|
dataId: 'Bot'
|
|
69
70
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -77,13 +78,12 @@ export default class Contract extends React.Component {
|
|
|
77
78
|
transform: "translate(42.5 115)"
|
|
78
79
|
}))));
|
|
79
80
|
}
|
|
81
|
+
|
|
80
82
|
}
|
|
81
83
|
Contract.propTypes = EmptyStateProps;
|
|
82
|
-
Contract.defaultProps = {
|
|
83
|
-
...EmptyStateDefaultProps,
|
|
84
|
+
Contract.defaultProps = { ...EmptyStateDefaultProps,
|
|
84
85
|
dataId: 'Contract'
|
|
85
|
-
};
|
|
86
|
-
// if (__DOCS__) {
|
|
86
|
+
}; // if (__DOCS__) {
|
|
87
87
|
// Contract.docs = {
|
|
88
88
|
// componentGroup: 'Emptystate'
|
|
89
89
|
// };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import { EmptyStateProps } from './../props/propTypes';
|
|
4
5
|
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
@@ -44,13 +45,12 @@ export default class CustomModule extends React.Component {
|
|
|
44
45
|
d: "M132.21 72.4S93.39 48 89.51 49.67s-8.88 4.43-6.66 14.42-22.18-2.78-21.63 1.66 29.24 29.1 32 27.44 38.99-20.79 38.99-20.79zM80.63 152.43S56.67 94.3 50 95.83s-10.2 37.73-7.14 39.26 37.77 17.34 37.77 17.34zM161 111c-.07 2.33 2.1 1.08 2.78 1.88 1 1.19 1.76 3-.56 4.8-4 3.09-11 3.46-12.3-3.5s8.62-10.15 10.8-7c.81 1.2-.72 3.15-.72 3.82z"
|
|
45
46
|
})));
|
|
46
47
|
}
|
|
48
|
+
|
|
47
49
|
}
|
|
48
50
|
CustomModule.propTypes = EmptyStateProps;
|
|
49
|
-
CustomModule.defaultProps = {
|
|
50
|
-
...EmptyStateDefaultProps,
|
|
51
|
+
CustomModule.defaultProps = { ...EmptyStateDefaultProps,
|
|
51
52
|
dataId: 'CustomModule'
|
|
52
|
-
};
|
|
53
|
-
// if (__DOCS__) {
|
|
53
|
+
}; // if (__DOCS__) {
|
|
54
54
|
// CustomModule.docs = {
|
|
55
55
|
// componentGroup: 'Emptystate'
|
|
56
56
|
// };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from '../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from '../props/defaultProps';
|
|
6
|
+
import SVG from '../../SVG/SVG';
|
|
7
|
+
export default class EmptyAPIAuthentication extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 500 500",
|
|
11
|
+
name: "emptyApiAuthentication"
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#APIAuthentication_svg__a)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
opacity: 0.1,
|
|
16
|
+
d: "M200.502 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
|
|
17
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M35 293.249c-.25 0 0 0 0 0-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
|
|
20
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "m44.501 284.498-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
|
|
23
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M428 51.999c-6.5 0-11.75 5.25-11.75 11.75s5.25 11.75 11.75 11.75 11.75-5.25 11.75-11.75-5.5-11.75-11.75-11.75Zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5ZM311 432.748c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5Zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25Z",
|
|
26
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M202.251 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM474.5 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
|
|
29
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
opacity: 0.1,
|
|
32
|
+
d: "M289.502 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
|
|
33
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
34
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
35
|
+
clipPath: "url(#APIAuthentication_svg__b)"
|
|
36
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
opacity: 0.2,
|
|
38
|
+
d: "M217.705 314.596c.151-16.029-14.665-7.141-19.453-12.504-7.227-8.104-12.557-20.427 3.162-33.142 27.102-21.904 75.162-25.429 85.19 22.326 10.028 47.755-57.878 71.135-73.356 49.623-5.812-8.075 4.397-21.754 4.457-26.303Z",
|
|
39
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
d: "M240.892 308.541c2.138-1.356 2.349-6.147-1.716-6.327-4.066-.181-1.235 16.209 2.138 15.486 5.601-1.175 9.395-19.915-.392-22.868-9.787-2.953-12.166 25.971-1.415 30.461 8.763 3.645 13.4-17.867 11.202-27.508-2.168-9.431-11.022-13.589-19.845-4.068-9.786 10.515 2.048 62.639 19.845 29.015 17.827-33.594-1.927-47.725-13.732-46.339-11.804 1.386-16.803 22.928-16.291 34.618.843 19.193 23.398 47.363 38.665 14.764 15.268-32.6-3.041-55.498-17.827-60.078-14.755-4.579-27.493 13.739-27.493 39.198s22.163 51.25 41.074 40.584c21.531-12.142 29.27-89.785-19.121-88.549-14.635.361-22.104 8.014-25.446 18.469a147.162 147.162 0 0 1-3.704 10.214M200.691 353.011H179.28v-26.032M275.854 241.142h21.41v26.001M180.003 264.221v-21.422h25.988M296.541 329.902v21.422h-25.987",
|
|
42
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
43
|
+
strokeWidth: 2.5,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round",
|
|
46
|
+
fill: "transparent"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
opacity: 0.2,
|
|
49
|
+
d: "M231.407 208.814c-9.606-4.097-13.521-15.637-8.432-24.796 3.704-6.628 9.967-12.986 20.326-12.654 21.351.723 16.021 23.169 10.691 22.808-5.331-.362 12.105-50.226 41.646-49.171 29.541 1.054 47.368 25.64 42.731 33.835-4.638 8.195-1.054-26.725 45.591-13.197 46.645 13.528-12.346 61.735-92.568 54.865-31.709-2.711-49.717-7.381-59.955-11.72l-.03.03Z",
|
|
50
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M206.322 204.506c-10.901-10.726-10.75-43.447 29.481-49.141 33.124-4.67 41.225 28.08 33.124 29.316-8.1 1.235-9.907-30.582 0-43.266 12.377-15.818 24.121-17.415 40.232-15.004 26.59 4.007 42.851 35.944 36.286 45.856-2.349 2.019-5.932.452-6.113-2.621-.181-3.615 1.205-7.833.602-8.737-.993-1.477-7.528-4.731-7.528-4.731-.813.362-4.427 9.16-8.221 8.045-3.794-1.115-5.541-10.274-5.541-10.274s-9.756 1.265-9.546 2.591c.211 1.326 1.747 10.394-.241 11.539-1.987 1.145-10.419-2.38-10.419-2.38s-5.3 5.875-4.908 7.291c.391 1.417 7.468 4.339 6.595 9.702-.362 2.139-7.95 7.291-9.335 6.207-.693-.543 1.987 7.592 1.987 7.592 1.957 1.657 7.468-2.35 11.142.091 3.674 2.44-2.078 10.304-.693 12.563 1.385 2.26 7.167 3.194 7.167 3.194 2.921-3.826 8.613-7.984 10.63-6.417 2.018 1.566 2.469 8.134 4.758 8.315 2.289.181 7.498-1.506 8.101-2.199.602-.693-1.024-9.581.331-10.997 1.355-1.416 9.455 1.928 10.81 2.079 1.355.15 2.861-.633 4.156-5.062 1.295-4.429-4.577-4.821-6.866-9.34 0 0-1.867-7.834 2.409-7.502 4.276.331 9.787.18 9.787.18s-.181-9.611-1.204-10.123c-1.024-.512-9.215-.151-10.028-.693-5.722-3.977 10.208-17.505 22.374-20.548 41.135-11.238 70.344 43.386 28.638 63.211-3.674 1.747-7.92 3.435-12.648 5.032l-6.474 1.566-12.738 3.887c-29.21 6.99-66.43 10.786-94.104 7.773 0 0-79.107-8.798-80.884-49.743 0 0-8.733-38.053 63.358-36.727.271-4.761 2.108-9.039 5.902-12.805-60.919.12-132.166 2.38-134.545 5.061-4.186 4.61-2.108 225.698-2.168 233.622-.061 7.924 222.807.15 222.807.15s2.499-63.994 3.523-125.216",
|
|
53
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
54
|
+
strokeWidth: 2.5,
|
|
55
|
+
strokeLinecap: "round",
|
|
56
|
+
strokeLinejoin: "round",
|
|
57
|
+
fill: "transparent"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
opacity: 0.2,
|
|
60
|
+
d: "M317.861 183.536c2.138-1.657-.602-2.682-.392-3.887.302-1.807 1.386-3.796 4.698-3.073 5.752 1.266 11.262 7.261 5.993 13.619-5.27 6.357-15.479-.181-14.274-4.49.452-1.627 3.343-1.717 3.945-2.169h.03Z",
|
|
61
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
d: "M321.686 193.719c5.023 0 9.094-4.073 9.094-9.099 0-5.025-4.071-9.099-9.094-9.099s-9.094 4.074-9.094 9.099c0 5.026 4.071 9.099 9.094 9.099Z",
|
|
64
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
65
|
+
strokeWidth: 2.5,
|
|
66
|
+
strokeLinecap: "round",
|
|
67
|
+
strokeLinejoin: "round",
|
|
68
|
+
fill: "transparent"
|
|
69
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
70
|
+
id: "APIAuthentication_svg__a"
|
|
71
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#fff",
|
|
73
|
+
transform: "translate(25 50)",
|
|
74
|
+
d: "M0 0h450v400H0z"
|
|
75
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
76
|
+
id: "APIAuthentication_svg__b"
|
|
77
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
fill: "#fff",
|
|
79
|
+
transform: "translate(118 124)",
|
|
80
|
+
d: "M0 0h298v252H0z"
|
|
81
|
+
}))));
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
}
|
|
85
|
+
EmptyAPIAuthentication.propTypes = EmptyStateProps;
|
|
86
|
+
EmptyAPIAuthentication.defaultProps = { ...EmptyStateDefaultProps,
|
|
87
|
+
dataId: 'emptyApiAuthentication'
|
|
88
|
+
}; // if (__DOCS__) {
|
|
89
|
+
// EmptyAPIAuthentication.docs = {
|
|
90
|
+
// componentGroup: 'Emptystate'
|
|
91
|
+
// };
|
|
92
|
+
// }
|