@zohodesk/svg 1.1.18 → 1.1.19
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 +6 -0
- package/deprecated/13_sep_2024/SvgLoader.js +26 -0
- package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -127
- package/es/Loader/Loader.js +10 -21
- package/es/Loader/LoaderSvg.module.css +28 -0
- package/es/Loader/__tests__/Loader.spec.js +1 -1
- package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
- package/es/SVG/SVG.js +4 -4
- package/es/SVG/SVG.module.css +34 -34
- package/es/SVG/__tests__/SVG.spec.js +1 -1
- package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
- package/es/css/EmptyStateVariables.module.css +38 -38
- package/es/emptystate/index.js +3 -3
- package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
- package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
- 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__/__snapshots__/version2.spec.js.snap +208 -208
- 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__/__snapshots__/version3.spec.js.snap +5968 -5968
- 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__/__snapshots__/version1.spec.js.snap +162 -162
- 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__/__snapshots__/version2.spec.js.snap +63 -63
- 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__/__snapshots__/version3.spec.js.snap +698 -698
- 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/v1/Loader/Loader.js +10 -21
- package/es/v1/Loader/V1_LoaderSvg.module.css +28 -0
- 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/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/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/EmptyAPIMatrix.js +3 -3
- package/es/v1/emptystate/version3/EmptyAPIs.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 +3 -3
- 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/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/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 +3 -3
- package/es/v1/emptystate/version3/Extensions.js +3 -3
- package/es/v1/emptystate/version3/Extractor.js +3 -3
- 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 +3 -3
- package/es/v1/emptystate/version3/Integrations.js +3 -3
- package/es/v1/emptystate/version3/KBBot.js +3 -3
- 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/Predictor.js +3 -3
- package/es/v1/emptystate/version3/ReadRecipients.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/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/images/EmptyBusinessHoliday.svg +50 -50
- package/images/EmptyBusinessHour.svg +42 -42
- package/images/EmptyContactInfo.svg +27 -27
- package/images/EmptyCustomDomain.svg +85 -85
- package/images/EmptyFilter.svg +62 -62
- package/images/EmptyFromAddress.svg +41 -41
- package/images/EmptyImportHistory.svg +43 -43
- package/images/EmptyNetwork.svg +50 -50
- package/images/EmptyRecycleBin.svg +58 -58
- package/images/EmptyRoles.svg +30 -30
- package/images/EmptySkills.svg +83 -83
- package/images/EmptyWebhook.svg +44 -44
- package/images/FailureLog.svg +46 -46
- package/images/Inconvenience.svg +719 -719
- package/images/NoRequestFound.svg +247 -247
- package/images/PageNotFound.svg +405 -405
- package/images/ReguestUrlNotFound.svg +267 -267
- package/images/UnableToProcess.svg +752 -752
- package/images/UnauthorizedLogin.svg +1047 -1047
- package/images/WillBack.svg +633 -633
- package/install.md +11 -11
- package/lib/Loader/Loader.js +8 -21
- package/lib/Loader/LoaderSvg.module.css +28 -0
- package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
- package/lib/SVG/SVG.module.css +34 -34
- package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
- package/lib/css/EmptyStateVariables.module.css +38 -38
- package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
- package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
- package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
- package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
- package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
- package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
- package/lib/v1/Loader/Loader.js +7 -17
- package/lib/v1/Loader/V1_LoaderSvg.module.css +28 -0
- package/package.json +3 -2
- package/postPublish.js +8 -8
- package/react-cli.config.js +19 -19
- package/result.json +1 -1
- package/es/SVG/SvgLoader.js +0 -28
- package/lib/SVG/SvgLoader.js +0 -66
|
@@ -1,328 +1,328 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`SVG componet Should render palette of svg - danger 1`] = `
|
|
4
|
-
<DocumentFragment>
|
|
5
|
-
<div
|
|
6
|
-
aria-hidden="true"
|
|
7
|
-
class=" danger svgCenter "
|
|
8
|
-
>
|
|
9
|
-
<svg
|
|
10
|
-
data-id="SVG"
|
|
11
|
-
data-test-id="SVG"
|
|
12
|
-
height="100%"
|
|
13
|
-
viewBox=""
|
|
14
|
-
width="100%"
|
|
15
|
-
/>
|
|
16
|
-
</div>
|
|
17
|
-
</DocumentFragment>
|
|
18
|
-
`;
|
|
19
|
-
|
|
20
|
-
exports[`SVG componet Should render palette of svg - dark 1`] = `
|
|
21
|
-
<DocumentFragment>
|
|
22
|
-
<div
|
|
23
|
-
aria-hidden="true"
|
|
24
|
-
class=" dark svgCenter "
|
|
25
|
-
>
|
|
26
|
-
<svg
|
|
27
|
-
data-id="SVG"
|
|
28
|
-
data-test-id="SVG"
|
|
29
|
-
height="100%"
|
|
30
|
-
viewBox=""
|
|
31
|
-
width="100%"
|
|
32
|
-
/>
|
|
33
|
-
</div>
|
|
34
|
-
</DocumentFragment>
|
|
35
|
-
`;
|
|
36
|
-
|
|
37
|
-
exports[`SVG componet Should render palette of svg - default 1`] = `
|
|
38
|
-
<DocumentFragment>
|
|
39
|
-
<div
|
|
40
|
-
aria-hidden="true"
|
|
41
|
-
class=" default svgCenter "
|
|
42
|
-
>
|
|
43
|
-
<svg
|
|
44
|
-
data-id="SVG"
|
|
45
|
-
data-test-id="SVG"
|
|
46
|
-
height="100%"
|
|
47
|
-
viewBox=""
|
|
48
|
-
width="100%"
|
|
49
|
-
/>
|
|
50
|
-
</div>
|
|
51
|
-
</DocumentFragment>
|
|
52
|
-
`;
|
|
53
|
-
|
|
54
|
-
exports[`SVG componet Should render size of svg - large 1`] = `
|
|
55
|
-
<DocumentFragment>
|
|
56
|
-
<div
|
|
57
|
-
aria-hidden="true"
|
|
58
|
-
class="large default svgCenter "
|
|
59
|
-
>
|
|
60
|
-
<svg
|
|
61
|
-
data-id="SVG"
|
|
62
|
-
data-test-id="SVG"
|
|
63
|
-
height="100%"
|
|
64
|
-
viewBox=""
|
|
65
|
-
width="100%"
|
|
66
|
-
/>
|
|
67
|
-
</div>
|
|
68
|
-
</DocumentFragment>
|
|
69
|
-
`;
|
|
70
|
-
|
|
71
|
-
exports[`SVG componet Should render size of svg - small 1`] = `
|
|
72
|
-
<DocumentFragment>
|
|
73
|
-
<div
|
|
74
|
-
aria-hidden="true"
|
|
75
|
-
class="small default svgCenter "
|
|
76
|
-
>
|
|
77
|
-
<svg
|
|
78
|
-
data-id="SVG"
|
|
79
|
-
data-test-id="SVG"
|
|
80
|
-
height="100%"
|
|
81
|
-
viewBox=""
|
|
82
|
-
width="100%"
|
|
83
|
-
/>
|
|
84
|
-
</div>
|
|
85
|
-
</DocumentFragment>
|
|
86
|
-
`;
|
|
87
|
-
|
|
88
|
-
exports[`SVG componet sholud render Name in svg 1`] = `
|
|
89
|
-
<DocumentFragment>
|
|
90
|
-
<div
|
|
91
|
-
hidden=""
|
|
92
|
-
>
|
|
93
|
-
<svg>
|
|
94
|
-
<symbol
|
|
95
|
-
id="Snapshot"
|
|
96
|
-
viewBox=""
|
|
97
|
-
/>
|
|
98
|
-
</svg>
|
|
99
|
-
</div>
|
|
100
|
-
<div
|
|
101
|
-
aria-hidden="true"
|
|
102
|
-
class=" default svgCenter "
|
|
103
|
-
>
|
|
104
|
-
<svg
|
|
105
|
-
data-id="SVG"
|
|
106
|
-
data-test-id="SVG"
|
|
107
|
-
height="100%"
|
|
108
|
-
width="100%"
|
|
109
|
-
>
|
|
110
|
-
<use
|
|
111
|
-
xlink:href="#Snapshot"
|
|
112
|
-
/>
|
|
113
|
-
</svg>
|
|
114
|
-
</div>
|
|
115
|
-
</DocumentFragment>
|
|
116
|
-
`;
|
|
117
|
-
|
|
118
|
-
exports[`SVG componet sholud render alignHorizontal is false in svg 1`] = `
|
|
119
|
-
<DocumentFragment>
|
|
120
|
-
<div
|
|
121
|
-
aria-hidden="true"
|
|
122
|
-
class=" default "
|
|
123
|
-
>
|
|
124
|
-
<svg
|
|
125
|
-
data-id="SVG"
|
|
126
|
-
data-test-id="SVG"
|
|
127
|
-
height="100%"
|
|
128
|
-
viewBox=""
|
|
129
|
-
width="100%"
|
|
130
|
-
/>
|
|
131
|
-
</div>
|
|
132
|
-
</DocumentFragment>
|
|
133
|
-
`;
|
|
134
|
-
|
|
135
|
-
exports[`SVG componet sholud render alignHorizontal is false in svg 2`] = `
|
|
136
|
-
<DocumentFragment>
|
|
137
|
-
<div
|
|
138
|
-
hidden=""
|
|
139
|
-
>
|
|
140
|
-
<svg>
|
|
141
|
-
<symbol
|
|
142
|
-
id=""
|
|
143
|
-
viewBox=""
|
|
144
|
-
/>
|
|
145
|
-
</svg>
|
|
146
|
-
</div>
|
|
147
|
-
<div
|
|
148
|
-
aria-hidden="true"
|
|
149
|
-
class=" default "
|
|
150
|
-
>
|
|
151
|
-
<svg
|
|
152
|
-
data-id="SVG"
|
|
153
|
-
data-test-id="SVG"
|
|
154
|
-
height="100%"
|
|
155
|
-
width="100%"
|
|
156
|
-
>
|
|
157
|
-
<use
|
|
158
|
-
xlink:href="#"
|
|
159
|
-
/>
|
|
160
|
-
</svg>
|
|
161
|
-
</div>
|
|
162
|
-
</DocumentFragment>
|
|
163
|
-
`;
|
|
164
|
-
|
|
165
|
-
exports[`SVG componet sholud render className in svg 1`] = `
|
|
166
|
-
<DocumentFragment>
|
|
167
|
-
<div
|
|
168
|
-
aria-hidden="true"
|
|
169
|
-
class=" Snapshot default svgCenter "
|
|
170
|
-
>
|
|
171
|
-
<svg
|
|
172
|
-
data-id="SVG"
|
|
173
|
-
data-test-id="SVG"
|
|
174
|
-
height="100%"
|
|
175
|
-
viewBox=""
|
|
176
|
-
width="100%"
|
|
177
|
-
/>
|
|
178
|
-
</div>
|
|
179
|
-
</DocumentFragment>
|
|
180
|
-
`;
|
|
181
|
-
|
|
182
|
-
exports[`SVG componet sholud render isFluid is true in svg 1`] = `
|
|
183
|
-
<DocumentFragment>
|
|
184
|
-
<div
|
|
185
|
-
aria-hidden="true"
|
|
186
|
-
class="cover default svgCenter "
|
|
187
|
-
>
|
|
188
|
-
<svg
|
|
189
|
-
data-id="SVG"
|
|
190
|
-
data-test-id="SVG"
|
|
191
|
-
height="100%"
|
|
192
|
-
viewBox=""
|
|
193
|
-
width="100%"
|
|
194
|
-
/>
|
|
195
|
-
</div>
|
|
196
|
-
</DocumentFragment>
|
|
197
|
-
`;
|
|
198
|
-
|
|
199
|
-
exports[`SVG componet sholud render isFluid is true in svg with symbol 1`] = `
|
|
200
|
-
<DocumentFragment>
|
|
201
|
-
<div
|
|
202
|
-
hidden=""
|
|
203
|
-
>
|
|
204
|
-
<svg>
|
|
205
|
-
<symbol
|
|
206
|
-
id=""
|
|
207
|
-
viewBox=""
|
|
208
|
-
/>
|
|
209
|
-
</svg>
|
|
210
|
-
</div>
|
|
211
|
-
<div
|
|
212
|
-
aria-hidden="true"
|
|
213
|
-
class="cover default svgCenter "
|
|
214
|
-
>
|
|
215
|
-
<svg
|
|
216
|
-
data-id="SVG"
|
|
217
|
-
data-test-id="SVG"
|
|
218
|
-
height="100%"
|
|
219
|
-
width="100%"
|
|
220
|
-
>
|
|
221
|
-
<use
|
|
222
|
-
xlink:href="#"
|
|
223
|
-
/>
|
|
224
|
-
</svg>
|
|
225
|
-
</div>
|
|
226
|
-
</DocumentFragment>
|
|
227
|
-
`;
|
|
228
|
-
|
|
229
|
-
exports[`SVG componet sholud render isRender is false in svg 1`] = `
|
|
230
|
-
<DocumentFragment>
|
|
231
|
-
<div
|
|
232
|
-
hidden=""
|
|
233
|
-
>
|
|
234
|
-
<svg>
|
|
235
|
-
<symbol
|
|
236
|
-
id=""
|
|
237
|
-
viewBox=""
|
|
238
|
-
/>
|
|
239
|
-
</svg>
|
|
240
|
-
</div>
|
|
241
|
-
</DocumentFragment>
|
|
242
|
-
`;
|
|
243
|
-
|
|
244
|
-
exports[`SVG componet sholud render isSymbol is true in svg 1`] = `
|
|
245
|
-
<DocumentFragment>
|
|
246
|
-
<div
|
|
247
|
-
hidden=""
|
|
248
|
-
>
|
|
249
|
-
<svg>
|
|
250
|
-
<symbol
|
|
251
|
-
id=""
|
|
252
|
-
viewBox=""
|
|
253
|
-
>
|
|
254
|
-
Snapshot
|
|
255
|
-
</symbol>
|
|
256
|
-
</svg>
|
|
257
|
-
</div>
|
|
258
|
-
<div
|
|
259
|
-
aria-hidden="true"
|
|
260
|
-
class=" default svgCenter "
|
|
261
|
-
>
|
|
262
|
-
<svg
|
|
263
|
-
data-id="SVG"
|
|
264
|
-
data-test-id="SVG"
|
|
265
|
-
height="100%"
|
|
266
|
-
width="100%"
|
|
267
|
-
>
|
|
268
|
-
<use
|
|
269
|
-
xlink:href="#"
|
|
270
|
-
/>
|
|
271
|
-
</svg>
|
|
272
|
-
</div>
|
|
273
|
-
</DocumentFragment>
|
|
274
|
-
`;
|
|
275
|
-
|
|
276
|
-
exports[`SVG componet sholud render the basic strucutr of svg 1`] = `
|
|
277
|
-
<DocumentFragment>
|
|
278
|
-
<div
|
|
279
|
-
aria-hidden="true"
|
|
280
|
-
class=" default svgCenter "
|
|
281
|
-
>
|
|
282
|
-
<svg
|
|
283
|
-
data-id="SVG"
|
|
284
|
-
data-test-id="SVG"
|
|
285
|
-
height="100%"
|
|
286
|
-
viewBox=""
|
|
287
|
-
width="100%"
|
|
288
|
-
/>
|
|
289
|
-
</div>
|
|
290
|
-
</DocumentFragment>
|
|
291
|
-
`;
|
|
292
|
-
|
|
293
|
-
exports[`SVG componet sholud render viewBox in svg 1`] = `
|
|
294
|
-
<DocumentFragment>
|
|
295
|
-
<div
|
|
296
|
-
aria-hidden="true"
|
|
297
|
-
class=" default svgCenter "
|
|
298
|
-
>
|
|
299
|
-
<svg
|
|
300
|
-
data-id="SVG"
|
|
301
|
-
data-test-id="SVG"
|
|
302
|
-
height="100%"
|
|
303
|
-
viewBox="0 0 500 500"
|
|
304
|
-
width="100%"
|
|
305
|
-
/>
|
|
306
|
-
</div>
|
|
307
|
-
</DocumentFragment>
|
|
308
|
-
`;
|
|
309
|
-
|
|
310
|
-
exports[`SVG componet should render styleName in SVG 1`] = `
|
|
311
|
-
<DocumentFragment>
|
|
312
|
-
<div
|
|
313
|
-
aria-hidden="true"
|
|
314
|
-
class=" default svgCenter "
|
|
315
|
-
>
|
|
316
|
-
<svg
|
|
317
|
-
data-id="SVG"
|
|
318
|
-
data-test-id="SVG"
|
|
319
|
-
height="100%"
|
|
320
|
-
style="height: 100px; width: 100px;"
|
|
321
|
-
viewBox=""
|
|
322
|
-
width="100%"
|
|
323
|
-
>
|
|
324
|
-
Snapshot
|
|
325
|
-
</svg>
|
|
326
|
-
</div>
|
|
327
|
-
</DocumentFragment>
|
|
328
|
-
`;
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`SVG componet Should render palette of svg - danger 1`] = `
|
|
4
|
+
<DocumentFragment>
|
|
5
|
+
<div
|
|
6
|
+
aria-hidden="true"
|
|
7
|
+
class=" danger svgCenter "
|
|
8
|
+
>
|
|
9
|
+
<svg
|
|
10
|
+
data-id="SVG"
|
|
11
|
+
data-test-id="SVG"
|
|
12
|
+
height="100%"
|
|
13
|
+
viewBox=""
|
|
14
|
+
width="100%"
|
|
15
|
+
/>
|
|
16
|
+
</div>
|
|
17
|
+
</DocumentFragment>
|
|
18
|
+
`;
|
|
19
|
+
|
|
20
|
+
exports[`SVG componet Should render palette of svg - dark 1`] = `
|
|
21
|
+
<DocumentFragment>
|
|
22
|
+
<div
|
|
23
|
+
aria-hidden="true"
|
|
24
|
+
class=" dark svgCenter "
|
|
25
|
+
>
|
|
26
|
+
<svg
|
|
27
|
+
data-id="SVG"
|
|
28
|
+
data-test-id="SVG"
|
|
29
|
+
height="100%"
|
|
30
|
+
viewBox=""
|
|
31
|
+
width="100%"
|
|
32
|
+
/>
|
|
33
|
+
</div>
|
|
34
|
+
</DocumentFragment>
|
|
35
|
+
`;
|
|
36
|
+
|
|
37
|
+
exports[`SVG componet Should render palette of svg - default 1`] = `
|
|
38
|
+
<DocumentFragment>
|
|
39
|
+
<div
|
|
40
|
+
aria-hidden="true"
|
|
41
|
+
class=" default svgCenter "
|
|
42
|
+
>
|
|
43
|
+
<svg
|
|
44
|
+
data-id="SVG"
|
|
45
|
+
data-test-id="SVG"
|
|
46
|
+
height="100%"
|
|
47
|
+
viewBox=""
|
|
48
|
+
width="100%"
|
|
49
|
+
/>
|
|
50
|
+
</div>
|
|
51
|
+
</DocumentFragment>
|
|
52
|
+
`;
|
|
53
|
+
|
|
54
|
+
exports[`SVG componet Should render size of svg - large 1`] = `
|
|
55
|
+
<DocumentFragment>
|
|
56
|
+
<div
|
|
57
|
+
aria-hidden="true"
|
|
58
|
+
class="large default svgCenter "
|
|
59
|
+
>
|
|
60
|
+
<svg
|
|
61
|
+
data-id="SVG"
|
|
62
|
+
data-test-id="SVG"
|
|
63
|
+
height="100%"
|
|
64
|
+
viewBox=""
|
|
65
|
+
width="100%"
|
|
66
|
+
/>
|
|
67
|
+
</div>
|
|
68
|
+
</DocumentFragment>
|
|
69
|
+
`;
|
|
70
|
+
|
|
71
|
+
exports[`SVG componet Should render size of svg - small 1`] = `
|
|
72
|
+
<DocumentFragment>
|
|
73
|
+
<div
|
|
74
|
+
aria-hidden="true"
|
|
75
|
+
class="small default svgCenter "
|
|
76
|
+
>
|
|
77
|
+
<svg
|
|
78
|
+
data-id="SVG"
|
|
79
|
+
data-test-id="SVG"
|
|
80
|
+
height="100%"
|
|
81
|
+
viewBox=""
|
|
82
|
+
width="100%"
|
|
83
|
+
/>
|
|
84
|
+
</div>
|
|
85
|
+
</DocumentFragment>
|
|
86
|
+
`;
|
|
87
|
+
|
|
88
|
+
exports[`SVG componet sholud render Name in svg 1`] = `
|
|
89
|
+
<DocumentFragment>
|
|
90
|
+
<div
|
|
91
|
+
hidden=""
|
|
92
|
+
>
|
|
93
|
+
<svg>
|
|
94
|
+
<symbol
|
|
95
|
+
id="Snapshot"
|
|
96
|
+
viewBox=""
|
|
97
|
+
/>
|
|
98
|
+
</svg>
|
|
99
|
+
</div>
|
|
100
|
+
<div
|
|
101
|
+
aria-hidden="true"
|
|
102
|
+
class=" default svgCenter "
|
|
103
|
+
>
|
|
104
|
+
<svg
|
|
105
|
+
data-id="SVG"
|
|
106
|
+
data-test-id="SVG"
|
|
107
|
+
height="100%"
|
|
108
|
+
width="100%"
|
|
109
|
+
>
|
|
110
|
+
<use
|
|
111
|
+
xlink:href="#Snapshot"
|
|
112
|
+
/>
|
|
113
|
+
</svg>
|
|
114
|
+
</div>
|
|
115
|
+
</DocumentFragment>
|
|
116
|
+
`;
|
|
117
|
+
|
|
118
|
+
exports[`SVG componet sholud render alignHorizontal is false in svg 1`] = `
|
|
119
|
+
<DocumentFragment>
|
|
120
|
+
<div
|
|
121
|
+
aria-hidden="true"
|
|
122
|
+
class=" default "
|
|
123
|
+
>
|
|
124
|
+
<svg
|
|
125
|
+
data-id="SVG"
|
|
126
|
+
data-test-id="SVG"
|
|
127
|
+
height="100%"
|
|
128
|
+
viewBox=""
|
|
129
|
+
width="100%"
|
|
130
|
+
/>
|
|
131
|
+
</div>
|
|
132
|
+
</DocumentFragment>
|
|
133
|
+
`;
|
|
134
|
+
|
|
135
|
+
exports[`SVG componet sholud render alignHorizontal is false in svg 2`] = `
|
|
136
|
+
<DocumentFragment>
|
|
137
|
+
<div
|
|
138
|
+
hidden=""
|
|
139
|
+
>
|
|
140
|
+
<svg>
|
|
141
|
+
<symbol
|
|
142
|
+
id=""
|
|
143
|
+
viewBox=""
|
|
144
|
+
/>
|
|
145
|
+
</svg>
|
|
146
|
+
</div>
|
|
147
|
+
<div
|
|
148
|
+
aria-hidden="true"
|
|
149
|
+
class=" default "
|
|
150
|
+
>
|
|
151
|
+
<svg
|
|
152
|
+
data-id="SVG"
|
|
153
|
+
data-test-id="SVG"
|
|
154
|
+
height="100%"
|
|
155
|
+
width="100%"
|
|
156
|
+
>
|
|
157
|
+
<use
|
|
158
|
+
xlink:href="#"
|
|
159
|
+
/>
|
|
160
|
+
</svg>
|
|
161
|
+
</div>
|
|
162
|
+
</DocumentFragment>
|
|
163
|
+
`;
|
|
164
|
+
|
|
165
|
+
exports[`SVG componet sholud render className in svg 1`] = `
|
|
166
|
+
<DocumentFragment>
|
|
167
|
+
<div
|
|
168
|
+
aria-hidden="true"
|
|
169
|
+
class=" Snapshot default svgCenter "
|
|
170
|
+
>
|
|
171
|
+
<svg
|
|
172
|
+
data-id="SVG"
|
|
173
|
+
data-test-id="SVG"
|
|
174
|
+
height="100%"
|
|
175
|
+
viewBox=""
|
|
176
|
+
width="100%"
|
|
177
|
+
/>
|
|
178
|
+
</div>
|
|
179
|
+
</DocumentFragment>
|
|
180
|
+
`;
|
|
181
|
+
|
|
182
|
+
exports[`SVG componet sholud render isFluid is true in svg 1`] = `
|
|
183
|
+
<DocumentFragment>
|
|
184
|
+
<div
|
|
185
|
+
aria-hidden="true"
|
|
186
|
+
class="cover default svgCenter "
|
|
187
|
+
>
|
|
188
|
+
<svg
|
|
189
|
+
data-id="SVG"
|
|
190
|
+
data-test-id="SVG"
|
|
191
|
+
height="100%"
|
|
192
|
+
viewBox=""
|
|
193
|
+
width="100%"
|
|
194
|
+
/>
|
|
195
|
+
</div>
|
|
196
|
+
</DocumentFragment>
|
|
197
|
+
`;
|
|
198
|
+
|
|
199
|
+
exports[`SVG componet sholud render isFluid is true in svg with symbol 1`] = `
|
|
200
|
+
<DocumentFragment>
|
|
201
|
+
<div
|
|
202
|
+
hidden=""
|
|
203
|
+
>
|
|
204
|
+
<svg>
|
|
205
|
+
<symbol
|
|
206
|
+
id=""
|
|
207
|
+
viewBox=""
|
|
208
|
+
/>
|
|
209
|
+
</svg>
|
|
210
|
+
</div>
|
|
211
|
+
<div
|
|
212
|
+
aria-hidden="true"
|
|
213
|
+
class="cover default svgCenter "
|
|
214
|
+
>
|
|
215
|
+
<svg
|
|
216
|
+
data-id="SVG"
|
|
217
|
+
data-test-id="SVG"
|
|
218
|
+
height="100%"
|
|
219
|
+
width="100%"
|
|
220
|
+
>
|
|
221
|
+
<use
|
|
222
|
+
xlink:href="#"
|
|
223
|
+
/>
|
|
224
|
+
</svg>
|
|
225
|
+
</div>
|
|
226
|
+
</DocumentFragment>
|
|
227
|
+
`;
|
|
228
|
+
|
|
229
|
+
exports[`SVG componet sholud render isRender is false in svg 1`] = `
|
|
230
|
+
<DocumentFragment>
|
|
231
|
+
<div
|
|
232
|
+
hidden=""
|
|
233
|
+
>
|
|
234
|
+
<svg>
|
|
235
|
+
<symbol
|
|
236
|
+
id=""
|
|
237
|
+
viewBox=""
|
|
238
|
+
/>
|
|
239
|
+
</svg>
|
|
240
|
+
</div>
|
|
241
|
+
</DocumentFragment>
|
|
242
|
+
`;
|
|
243
|
+
|
|
244
|
+
exports[`SVG componet sholud render isSymbol is true in svg 1`] = `
|
|
245
|
+
<DocumentFragment>
|
|
246
|
+
<div
|
|
247
|
+
hidden=""
|
|
248
|
+
>
|
|
249
|
+
<svg>
|
|
250
|
+
<symbol
|
|
251
|
+
id=""
|
|
252
|
+
viewBox=""
|
|
253
|
+
>
|
|
254
|
+
Snapshot
|
|
255
|
+
</symbol>
|
|
256
|
+
</svg>
|
|
257
|
+
</div>
|
|
258
|
+
<div
|
|
259
|
+
aria-hidden="true"
|
|
260
|
+
class=" default svgCenter "
|
|
261
|
+
>
|
|
262
|
+
<svg
|
|
263
|
+
data-id="SVG"
|
|
264
|
+
data-test-id="SVG"
|
|
265
|
+
height="100%"
|
|
266
|
+
width="100%"
|
|
267
|
+
>
|
|
268
|
+
<use
|
|
269
|
+
xlink:href="#"
|
|
270
|
+
/>
|
|
271
|
+
</svg>
|
|
272
|
+
</div>
|
|
273
|
+
</DocumentFragment>
|
|
274
|
+
`;
|
|
275
|
+
|
|
276
|
+
exports[`SVG componet sholud render the basic strucutr of svg 1`] = `
|
|
277
|
+
<DocumentFragment>
|
|
278
|
+
<div
|
|
279
|
+
aria-hidden="true"
|
|
280
|
+
class=" default svgCenter "
|
|
281
|
+
>
|
|
282
|
+
<svg
|
|
283
|
+
data-id="SVG"
|
|
284
|
+
data-test-id="SVG"
|
|
285
|
+
height="100%"
|
|
286
|
+
viewBox=""
|
|
287
|
+
width="100%"
|
|
288
|
+
/>
|
|
289
|
+
</div>
|
|
290
|
+
</DocumentFragment>
|
|
291
|
+
`;
|
|
292
|
+
|
|
293
|
+
exports[`SVG componet sholud render viewBox in svg 1`] = `
|
|
294
|
+
<DocumentFragment>
|
|
295
|
+
<div
|
|
296
|
+
aria-hidden="true"
|
|
297
|
+
class=" default svgCenter "
|
|
298
|
+
>
|
|
299
|
+
<svg
|
|
300
|
+
data-id="SVG"
|
|
301
|
+
data-test-id="SVG"
|
|
302
|
+
height="100%"
|
|
303
|
+
viewBox="0 0 500 500"
|
|
304
|
+
width="100%"
|
|
305
|
+
/>
|
|
306
|
+
</div>
|
|
307
|
+
</DocumentFragment>
|
|
308
|
+
`;
|
|
309
|
+
|
|
310
|
+
exports[`SVG componet should render styleName in SVG 1`] = `
|
|
311
|
+
<DocumentFragment>
|
|
312
|
+
<div
|
|
313
|
+
aria-hidden="true"
|
|
314
|
+
class=" default svgCenter "
|
|
315
|
+
>
|
|
316
|
+
<svg
|
|
317
|
+
data-id="SVG"
|
|
318
|
+
data-test-id="SVG"
|
|
319
|
+
height="100%"
|
|
320
|
+
style="height: 100px; width: 100px;"
|
|
321
|
+
viewBox=""
|
|
322
|
+
width="100%"
|
|
323
|
+
>
|
|
324
|
+
Snapshot
|
|
325
|
+
</svg>
|
|
326
|
+
</div>
|
|
327
|
+
</DocumentFragment>
|
|
328
|
+
`;
|