@zohodesk/svg 1.1.17 → 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.
Files changed (326) hide show
  1. package/README.md +11 -0
  2. package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +1 -1
  3. package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +1 -1
  4. package/deprecated/13_sep_2024/SvgLoader.js +26 -0
  5. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -127
  6. package/es/Loader/Loader.js +10 -21
  7. package/es/Loader/LoaderSvg.module.css +28 -0
  8. package/es/Loader/__tests__/Loader.spec.js +1 -1
  9. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
  10. package/es/SVG/SVG.js +4 -4
  11. package/es/SVG/SVG.module.css +34 -34
  12. package/es/SVG/__tests__/SVG.spec.js +1 -1
  13. package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  14. package/es/css/EmptyStateVariables.module.css +38 -38
  15. package/es/emptystate/index.js +3 -3
  16. package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
  17. package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  18. package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
  19. package/es/emptystate/version1/index.js +1 -1
  20. package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  21. package/es/emptystate/version2/EmptyBusinessHour.js +4 -4
  22. package/es/emptystate/version2/EmptyFromAddress.js +4 -4
  23. package/es/emptystate/version2/EmptyImportHistory.js +4 -4
  24. package/es/emptystate/version2/EmptyNetwork.js +4 -4
  25. package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
  26. package/es/emptystate/version2/EmptyRoles.js +4 -4
  27. package/es/emptystate/version2/EmptyWebhook.js +4 -4
  28. package/es/emptystate/version2/FailureLog.js +4 -4
  29. package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  30. package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
  31. package/es/emptystate/version2/index.js +9 -9
  32. package/es/emptystate/version3/AuditLog.js +3 -3
  33. package/es/emptystate/version3/Bot.js +3 -3
  34. package/es/emptystate/version3/Contract.js +3 -3
  35. package/es/emptystate/version3/CustomModule.js +3 -3
  36. package/es/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  37. package/es/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  38. package/es/emptystate/version3/EmptyAPIs.js +3 -3
  39. package/es/emptystate/version3/EmptyAccounts.js +3 -3
  40. package/es/emptystate/version3/EmptyActiveCalls.js +3 -3
  41. package/es/emptystate/version3/EmptyActivity.js +3 -3
  42. package/es/emptystate/version3/EmptyAgent.js +3 -3
  43. package/es/emptystate/version3/EmptyAgentQueue.js +3 -3
  44. package/es/emptystate/version3/EmptyApplechat.js +3 -3
  45. package/es/emptystate/version3/EmptyApproval.js +3 -3
  46. package/es/emptystate/version3/EmptyArchived.js +3 -3
  47. package/es/emptystate/version3/EmptyArticle.js +3 -3
  48. package/es/emptystate/version3/EmptyAsapchat.js +3 -3
  49. package/es/emptystate/version3/EmptyAttach.js +3 -3
  50. package/es/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  51. package/es/emptystate/version3/EmptyBlueprint.js +3 -3
  52. package/es/emptystate/version3/EmptyCallHistory.js +3 -3
  53. package/es/emptystate/version3/EmptyCanned.js +3 -3
  54. package/es/emptystate/version3/EmptyChat.js +3 -3
  55. package/es/emptystate/version3/EmptyCollision.js +3 -3
  56. package/es/emptystate/version3/EmptyColumn.js +3 -3
  57. package/es/emptystate/version3/EmptyContact.js +3 -3
  58. package/es/emptystate/version3/EmptyContract.js +3 -3
  59. package/es/emptystate/version3/EmptyConversation.js +3 -3
  60. package/es/emptystate/version3/EmptyCrm.js +3 -3
  61. package/es/emptystate/version3/EmptyCrmNotes.js +3 -3
  62. package/es/emptystate/version3/EmptyCrmPotential.js +3 -3
  63. package/es/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  64. package/es/emptystate/version3/EmptyDashboard.js +3 -3
  65. package/es/emptystate/version3/EmptyDelete.js +3 -3
  66. package/es/emptystate/version3/EmptyDepartment.js +3 -3
  67. package/es/emptystate/version3/EmptyError.js +3 -3
  68. package/es/emptystate/version3/EmptyFeed.js +3 -3
  69. package/es/emptystate/version3/EmptyFollowers.js +3 -3
  70. package/es/emptystate/version3/EmptyFrame.js +3 -3
  71. package/es/emptystate/version3/EmptyHappiness.js +3 -3
  72. package/es/emptystate/version3/EmptyHistory.js +3 -3
  73. package/es/emptystate/version3/EmptyInstagram.js +3 -3
  74. package/es/emptystate/version3/EmptyInstantmessage.js +3 -3
  75. package/es/emptystate/version3/EmptyInvoice.js +3 -3
  76. package/es/emptystate/version3/EmptyLine.js +3 -3
  77. package/es/emptystate/version3/EmptyMessenger.js +3 -3
  78. package/es/emptystate/version3/EmptyNoData.js +3 -3
  79. package/es/emptystate/version3/EmptyNotification.js +3 -3
  80. package/es/emptystate/version3/EmptyPreference.js +3 -3
  81. package/es/emptystate/version3/EmptyProducts.js +3 -3
  82. package/es/emptystate/version3/EmptyReply.js +3 -3
  83. package/es/emptystate/version3/EmptyReports.js +3 -3
  84. package/es/emptystate/version3/EmptySandbox.js +3 -3
  85. package/es/emptystate/version3/EmptySchedule.js +3 -3
  86. package/es/emptystate/version3/EmptySearch.js +3 -3
  87. package/es/emptystate/version3/EmptySkills.js +3 -3
  88. package/es/emptystate/version3/EmptySla.js +3 -3
  89. package/es/emptystate/version3/EmptySnippet.js +3 -3
  90. package/es/emptystate/version3/EmptyTag.js +3 -3
  91. package/es/emptystate/version3/EmptyTask.js +3 -3
  92. package/es/emptystate/version3/EmptyTeams.js +3 -3
  93. package/es/emptystate/version3/EmptyTelegram.js +3 -3
  94. package/es/emptystate/version3/EmptyTemplate.js +3 -3
  95. package/es/emptystate/version3/EmptyTicket.js +3 -3
  96. package/es/emptystate/version3/EmptyTimeEntry.js +3 -3
  97. package/es/emptystate/version3/EmptyTimeline.js +3 -3
  98. package/es/emptystate/version3/EmptyTopic.js +3 -3
  99. package/es/emptystate/version3/EmptyTwilio.js +3 -3
  100. package/es/emptystate/version3/EmptyWechat.js +3 -3
  101. package/es/emptystate/version3/EmptyWhatsapp.js +3 -3
  102. package/es/emptystate/version3/EmptyZSCKey.js +3 -3
  103. package/es/emptystate/version3/Export.js +3 -3
  104. package/es/emptystate/version3/Extensions.js +3 -3
  105. package/es/emptystate/version3/Extractor.js +3 -3
  106. package/es/emptystate/version3/GCBot.js +3 -3
  107. package/es/emptystate/version3/GCConversation.js +3 -3
  108. package/es/emptystate/version3/Import.js +3 -3
  109. package/es/emptystate/version3/KBBot.js +3 -3
  110. package/es/emptystate/version3/Multilingual.js +3 -3
  111. package/es/emptystate/version3/NetworkError.js +3 -3
  112. package/es/emptystate/version3/Predictor.js +3 -3
  113. package/es/emptystate/version3/ReadRecipients.js +3 -3
  114. package/es/emptystate/version3/SupportPlan.js +3 -3
  115. package/es/emptystate/version3/Variable.js +3 -3
  116. package/es/emptystate/version3/ZiaAnamoly.js +3 -3
  117. package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  118. package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
  119. package/es/emptystate/version3/index.js +78 -78
  120. package/es/errorstate/index.js +3 -3
  121. package/es/errorstate/version1/EmptyInconvenience.js +4 -4
  122. package/es/errorstate/version1/NoRequestFound.js +4 -4
  123. package/es/errorstate/version1/PageNotFound.js +4 -4
  124. package/es/errorstate/version1/UnableToProcessRequest.js +4 -4
  125. package/es/errorstate/version1/UnauthorizedLogin.js +4 -4
  126. package/es/errorstate/version1/UrlNotFound.js +4 -4
  127. package/es/errorstate/version1/WillBeRightBack.js +4 -4
  128. package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  129. package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
  130. package/es/errorstate/version1/index.js +7 -7
  131. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  132. package/es/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  133. package/es/errorstate/version2/NotImpossible.js +3 -3
  134. package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  135. package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
  136. package/es/errorstate/version2/index.js +2 -2
  137. package/es/errorstate/version3/ErrorInconvenience.js +3 -3
  138. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  139. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  140. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  141. package/es/errorstate/version3/ErrorUrlNotFound.js +3 -3
  142. package/es/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  143. package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  144. package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
  145. package/es/errorstate/version3/index.js +6 -6
  146. package/es/index.js +4 -4
  147. package/es/v1/Loader/Loader.js +10 -21
  148. package/es/v1/Loader/V1_LoaderSvg.module.css +28 -0
  149. package/es/v1/SVG/SVG.js +4 -4
  150. package/es/v1/emptystate/version1/EmptyCustomDomain.js +4 -4
  151. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  152. package/es/v1/emptystate/version2/EmptyBusinessHour.js +4 -4
  153. package/es/v1/emptystate/version2/EmptyFromAddress.js +4 -4
  154. package/es/v1/emptystate/version2/EmptyImportHistory.js +4 -4
  155. package/es/v1/emptystate/version2/EmptyNetwork.js +4 -4
  156. package/es/v1/emptystate/version2/EmptyRecycleBin.js +4 -4
  157. package/es/v1/emptystate/version2/EmptyRoles.js +4 -4
  158. package/es/v1/emptystate/version2/EmptyWebhook.js +4 -4
  159. package/es/v1/emptystate/version2/FailureLog.js +4 -4
  160. package/es/v1/emptystate/version3/Alerts.js +3 -3
  161. package/es/v1/emptystate/version3/AuditLog.js +3 -3
  162. package/es/v1/emptystate/version3/Bot.js +3 -3
  163. package/es/v1/emptystate/version3/BusinessHours.js +3 -3
  164. package/es/v1/emptystate/version3/Company.js +3 -3
  165. package/es/v1/emptystate/version3/Contract.js +3 -3
  166. package/es/v1/emptystate/version3/CustomButton.js +3 -3
  167. package/es/v1/emptystate/version3/CustomModule.js +3 -3
  168. package/es/v1/emptystate/version3/DKIMAuthendication.js +3 -3
  169. package/es/v1/emptystate/version3/DataSharing.js +3 -3
  170. package/es/v1/emptystate/version3/DomainMapping.js +3 -3
  171. package/es/v1/emptystate/version3/EmailFailure.js +3 -3
  172. package/es/v1/emptystate/version3/EmptyAI.js +3 -3
  173. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  174. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  175. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +3 -3
  176. package/es/v1/emptystate/version3/EmptyAPIs.js +3 -3
  177. package/es/v1/emptystate/version3/EmptyAccounts.js +3 -3
  178. package/es/v1/emptystate/version3/EmptyActiveCalls.js +3 -3
  179. package/es/v1/emptystate/version3/EmptyActivity.js +3 -3
  180. package/es/v1/emptystate/version3/EmptyAgent.js +3 -3
  181. package/es/v1/emptystate/version3/EmptyAgentQueue.js +3 -3
  182. package/es/v1/emptystate/version3/EmptyApplechat.js +3 -3
  183. package/es/v1/emptystate/version3/EmptyApproval.js +3 -3
  184. package/es/v1/emptystate/version3/EmptyArchived.js +3 -3
  185. package/es/v1/emptystate/version3/EmptyArticle.js +3 -3
  186. package/es/v1/emptystate/version3/EmptyAsapchat.js +3 -3
  187. package/es/v1/emptystate/version3/EmptyAttach.js +3 -3
  188. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  189. package/es/v1/emptystate/version3/EmptyBlueprint.js +3 -3
  190. package/es/v1/emptystate/version3/EmptyCallHistory.js +3 -3
  191. package/es/v1/emptystate/version3/EmptyCanned.js +3 -3
  192. package/es/v1/emptystate/version3/EmptyChat.js +3 -3
  193. package/es/v1/emptystate/version3/EmptyCollision.js +3 -3
  194. package/es/v1/emptystate/version3/EmptyColumn.js +3 -3
  195. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +3 -3
  196. package/es/v1/emptystate/version3/EmptyContact.js +3 -3
  197. package/es/v1/emptystate/version3/EmptyContract.js +3 -3
  198. package/es/v1/emptystate/version3/EmptyConversation.js +3 -3
  199. package/es/v1/emptystate/version3/EmptyCrm.js +3 -3
  200. package/es/v1/emptystate/version3/EmptyCrmNotes.js +3 -3
  201. package/es/v1/emptystate/version3/EmptyCrmPotential.js +3 -3
  202. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  203. package/es/v1/emptystate/version3/EmptyDashboard.js +3 -3
  204. package/es/v1/emptystate/version3/EmptyDelete.js +3 -3
  205. package/es/v1/emptystate/version3/EmptyDepartment.js +3 -3
  206. package/es/v1/emptystate/version3/EmptyError.js +3 -3
  207. package/es/v1/emptystate/version3/EmptyFeed.js +3 -3
  208. package/es/v1/emptystate/version3/EmptyFieldSearch.js +3 -3
  209. package/es/v1/emptystate/version3/EmptyFollowers.js +3 -3
  210. package/es/v1/emptystate/version3/EmptyFrame.js +3 -3
  211. package/es/v1/emptystate/version3/EmptyHappiness.js +3 -3
  212. package/es/v1/emptystate/version3/EmptyHistory.js +3 -3
  213. package/es/v1/emptystate/version3/EmptyInstagram.js +3 -3
  214. package/es/v1/emptystate/version3/EmptyInstantmessage.js +3 -3
  215. package/es/v1/emptystate/version3/EmptyInvoice.js +3 -3
  216. package/es/v1/emptystate/version3/EmptyLine.js +3 -3
  217. package/es/v1/emptystate/version3/EmptyMessenger.js +3 -3
  218. package/es/v1/emptystate/version3/EmptyNoData.js +3 -3
  219. package/es/v1/emptystate/version3/EmptyNotification.js +3 -3
  220. package/es/v1/emptystate/version3/EmptyPenguin.js +3 -3
  221. package/es/v1/emptystate/version3/EmptyPreference.js +3 -3
  222. package/es/v1/emptystate/version3/EmptyProducts.js +3 -3
  223. package/es/v1/emptystate/version3/EmptyRecycleBin.js +3 -3
  224. package/es/v1/emptystate/version3/EmptyReply.js +3 -3
  225. package/es/v1/emptystate/version3/EmptyReports.js +3 -3
  226. package/es/v1/emptystate/version3/EmptySandbox.js +3 -3
  227. package/es/v1/emptystate/version3/EmptySchedule.js +3 -3
  228. package/es/v1/emptystate/version3/EmptySearch.js +3 -3
  229. package/es/v1/emptystate/version3/EmptySkills.js +3 -3
  230. package/es/v1/emptystate/version3/EmptySla.js +3 -3
  231. package/es/v1/emptystate/version3/EmptySnippet.js +3 -3
  232. package/es/v1/emptystate/version3/EmptySync.js +68 -0
  233. package/es/v1/emptystate/version3/EmptyTag.js +3 -3
  234. package/es/v1/emptystate/version3/EmptyTask.js +3 -3
  235. package/es/v1/emptystate/version3/EmptyTeams.js +3 -3
  236. package/es/v1/emptystate/version3/EmptyTelegram.js +3 -3
  237. package/es/v1/emptystate/version3/EmptyTemplate.js +3 -3
  238. package/es/v1/emptystate/version3/EmptyTicket.js +3 -3
  239. package/es/v1/emptystate/version3/EmptyTimeEntry.js +3 -3
  240. package/es/v1/emptystate/version3/EmptyTimeline.js +3 -3
  241. package/es/v1/emptystate/version3/EmptyTopic.js +3 -3
  242. package/es/v1/emptystate/version3/EmptyTrophy.js +3 -3
  243. package/es/v1/emptystate/version3/EmptyTwilio.js +3 -3
  244. package/es/v1/emptystate/version3/EmptyWechat.js +3 -3
  245. package/es/v1/emptystate/version3/EmptyWhatsapp.js +3 -3
  246. package/es/v1/emptystate/version3/EmptyZSCKey.js +3 -3
  247. package/es/v1/emptystate/version3/Export.js +3 -3
  248. package/es/v1/emptystate/version3/Extensions.js +3 -3
  249. package/es/v1/emptystate/version3/Extractor.js +3 -3
  250. package/es/v1/emptystate/version3/FieldUpdate.js +3 -3
  251. package/es/v1/emptystate/version3/FromAddress.js +3 -3
  252. package/es/v1/emptystate/version3/GCBot.js +3 -3
  253. package/es/v1/emptystate/version3/GCConversation.js +3 -3
  254. package/es/v1/emptystate/version3/HolidayLists.js +3 -3
  255. package/es/v1/emptystate/version3/Import.js +3 -3
  256. package/es/v1/emptystate/version3/Integrations.js +3 -3
  257. package/es/v1/emptystate/version3/KBBot.js +3 -3
  258. package/es/v1/emptystate/version3/Multilingual.js +3 -3
  259. package/es/v1/emptystate/version3/MyInformation.js +3 -3
  260. package/es/v1/emptystate/version3/NetworkError.js +3 -3
  261. package/es/v1/emptystate/version3/OtherConfiguration.js +3 -3
  262. package/es/v1/emptystate/version3/Predictor.js +3 -3
  263. package/es/v1/emptystate/version3/ReadRecipients.js +3 -3
  264. package/es/v1/emptystate/version3/SupportEmailAddress.js +3 -3
  265. package/es/v1/emptystate/version3/SupportPlan.js +3 -3
  266. package/es/v1/emptystate/version3/Variable.js +3 -3
  267. package/es/v1/emptystate/version3/ZiaAnamoly.js +3 -3
  268. package/es/v1/errorstate/version1/EmptyInconvenience.js +4 -4
  269. package/es/v1/errorstate/version1/NoRequestFound.js +4 -4
  270. package/es/v1/errorstate/version1/PageNotFound.js +4 -4
  271. package/es/v1/errorstate/version1/UnableToProcessRequest.js +4 -4
  272. package/es/v1/errorstate/version1/UnauthorizedLogin.js +4 -4
  273. package/es/v1/errorstate/version1/UrlNotFound.js +4 -4
  274. package/es/v1/errorstate/version1/WillBeRightBack.js +4 -4
  275. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  276. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  277. package/es/v1/errorstate/version2/NotImpossible.js +3 -3
  278. package/es/v1/errorstate/version3/ErrorInconvenience.js +3 -3
  279. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  280. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  281. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  282. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +3 -3
  283. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  284. package/images/EmptyBusinessHoliday.svg +50 -50
  285. package/images/EmptyBusinessHour.svg +42 -42
  286. package/images/EmptyContactInfo.svg +27 -27
  287. package/images/EmptyCustomDomain.svg +85 -85
  288. package/images/EmptyFilter.svg +62 -62
  289. package/images/EmptyFromAddress.svg +41 -41
  290. package/images/EmptyImportHistory.svg +43 -43
  291. package/images/EmptyNetwork.svg +50 -50
  292. package/images/EmptyRecycleBin.svg +58 -58
  293. package/images/EmptyRoles.svg +30 -30
  294. package/images/EmptySkills.svg +83 -83
  295. package/images/EmptyWebhook.svg +44 -44
  296. package/images/FailureLog.svg +46 -46
  297. package/images/Inconvenience.svg +719 -719
  298. package/images/NoRequestFound.svg +247 -247
  299. package/images/PageNotFound.svg +405 -405
  300. package/images/ReguestUrlNotFound.svg +267 -267
  301. package/images/UnableToProcess.svg +752 -752
  302. package/images/UnauthorizedLogin.svg +1047 -1047
  303. package/images/WillBack.svg +633 -633
  304. package/install.md +11 -11
  305. package/lib/Loader/Loader.js +8 -21
  306. package/lib/Loader/LoaderSvg.module.css +28 -0
  307. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
  308. package/lib/SVG/SVG.module.css +34 -34
  309. package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  310. package/lib/css/EmptyStateVariables.module.css +38 -38
  311. package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  312. package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  313. package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  314. package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  315. package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  316. package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  317. package/lib/v1/Loader/Loader.js +7 -17
  318. package/lib/v1/Loader/V1_LoaderSvg.module.css +28 -0
  319. package/lib/v1/emptystate/version3/EmptySync.js +89 -0
  320. package/package.json +3 -2
  321. package/postPublish.js +8 -8
  322. package/prePublish.js +70 -70
  323. package/react-cli.config.js +19 -19
  324. package/result.json +1 -1
  325. package/es/SVG/SvgLoader.js +0 -28
  326. package/lib/SVG/SvgLoader.js +0 -66
@@ -0,0 +1,68 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ export default function EmptySync(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "EmailFailure",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ fill: "var(--zd_emptysvg_primary_fill)",
15
+ d: "M217.1 158.582s113.7-75.3 171.3-52.6c57.6 22.7 96.9 213.3-63.2 298.9-160.1 85.6-232.4-100.5-233.1-133.5-.5-32 .1-108.1 125-112.8Z",
16
+ opacity: 0.05
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ stroke: "var(--zd_emptysvg_medium_circle)",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ strokeMiterlimit: 10,
22
+ strokeWidth: 3,
23
+ d: "M419.5 388.082c3.314 0 6-2.641 6-5.9 0-3.258-2.686-5.9-6-5.9s-6 2.642-6 5.9c0 3.259 2.686 5.9 6 5.9Z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ stroke: "var(--zd_emptysvg_tiny_circle)",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round",
28
+ strokeMiterlimit: 10,
29
+ strokeWidth: 3,
30
+ d: "m161.8 415.682 10.1 11.2M161.2 426.282l11.3-10"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "var(--zd_emptysvg_medium_circle)",
33
+ strokeMiterlimit: 10,
34
+ strokeWidth: 3,
35
+ d: "M395.6 91.882a8.6 8.6 0 1 0 0-17.2 8.6 8.6 0 0 0 0 17.2Z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ stroke: "var(--zd_emptysvg_tiny_circle)",
38
+ strokeMiterlimit: 10,
39
+ strokeWidth: 3,
40
+ d: "M210.4 83.282a5.1 5.1 0 1 0 0-10.2 5.1 5.1 0 0 0 0 10.2Z"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ stroke: "var(--zd_emptysvg_plus)",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeMiterlimit: 10,
46
+ strokeWidth: 3,
47
+ d: "m70 277.782-.9 15.1M62 284.882l15.1.9"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ stroke: "var(--zd_emptysvg_primary_stroke)",
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ strokeWidth: 3,
53
+ d: "M211.349 324.674s2.66-58.45 55.32-62.6c52.66-4.15 61.48 41.86 60.33 42.72m0 0c-1.15.86-24.52-8.94-24.52-8.94s18.52 4.31 19.9 1.73c1.38-2.58 5.48-21.06 7.5-17.31 2.02 3.75-2.88 24.52-2.88 24.52Zm0 0s-7.8-17.74-26.33-27.66c-35.04-18.75-81.87 8.5-89.32 47.53"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ stroke: "var(--zd_emptysvg_primary_stroke)",
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round",
58
+ strokeWidth: 3,
59
+ d: "M324.875 348.867c-16.74 26.8-51.16 39.02-79.43 23.89-18.53-9.91-26.33-27.66-26.33-27.66m0 0s-4.9 20.77-2.88 24.52c2.02 3.75 6.11-14.73 7.5-17.31 1.39-2.58 19.9 1.73 19.9 1.73s-23.36-9.81-24.52-8.94Zm0 0c-1.16.87 7.67 46.87 60.33 42.72 25.84-2.04 39.64-17.15 47-32.02 3.03-6.12 4.78-12.78 5.37-19.58l.08-.96c.29-4.63-.28-6.46-.74-9.76-.53-3.75-1.9-4.19-2.46-1.24-.8 4.17 12.66 3.96 12.66 3.96 80.67-4.2 67.71-90.2 41.76-109.33-17.8-13.13-26.93 5.87-23.43 7.84 3.5 1.97 28.48-26.47-5.3-70.97-38.01-49.89-102.54-23.88-113.82-2.77-11.28 21.11 10.11 24.22 0 12.12s-68.95 3.55-68.95 36.34c0 32.79 56.84 7.1 8.96 8.59-7.63.07-15.14 1.86-21.99 5.24a50.969 50.969 0 0 0-17.56 14.27c-17.79 22.07-17.94 54.08 1.1 75.07 10.42 11.49 31.08 16.17 50.95 17.76"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ fill: "var(--zd_emptysvg_secondary_fill)",
62
+ d: "M162.521 261.301c-8.129 28.213 18.53 40.048 32.875 42.439 5.978-18.729 25.703-62.524 78.303-59.176 52.601 3.347 65.951 49.213 63.36 68.141 11.756-2.988 35.267-15.779 35.267-43.036 0-27.258-17.135-38.455-25.703-40.646 1.395-13.947-3.586-45.189-34.669-58.579-31.082-13.389-56.386 8.369-65.153 20.921-30.604-2.869-39.45 23.91-40.048 37.658-11.357-.996-36.103 4.065-44.232 32.278Z"
63
+ }));
64
+ }
65
+ EmptySync.propTypes = EmptyStateProps;
66
+ EmptySync.defaultProps = { ...EmptyStateDefaultProps,
67
+ dataId: 'emptySync'
68
+ };
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTag(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTask(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTeams(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTelegram(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTemplate(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTicket(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTimeEntry(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTimeline(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTopic(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default class EmptyTrophy extends React.Component {
6
6
  render() {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyTwilio(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyWechat(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyWhatsapp(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyZSCKey(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Export(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Extensions(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Extractor(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function FieldUpdate(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function FromAddress(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function GCBot(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function GCConversation(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function HolidayLists(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Import(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Integrations(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function KBBot(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Multilingual(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function MyInformation(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function NetworkError(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function OtherConfiguration(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Predictor(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function ReadRecipients(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function SupportEmailAddress(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function SupportPlan(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Variable(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function ZiaAnamoly(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/Inconvenience.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/Inconvenience.svg";
6
6
  export default function Inconvenience(props) {
7
7
  const {
8
8
  isFluid
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/NoRequestFound.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/NoRequestFound.svg";
6
6
  export default function NoRequestFound(props) {
7
7
  const {
8
8
  isFluid
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/PageNotFound.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/PageNotFound.svg";
6
6
  export default function PageNotFound(props) {
7
7
  const {
8
8
  isFluid
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/UnableToProcess.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/UnableToProcess.svg";
6
6
  export default function UnableToProcessRequest(props) {
7
7
  const {
8
8
  isFluid
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/UnauthorizedLogin.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/UnauthorizedLogin.svg";
6
6
  export default function UnauthorizedLogin(props) {
7
7
  const {
8
8
  isFluid
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/ReguestUrlNotFound.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/ReguestUrlNotFound.svg";
6
6
  export default function UrlNotFound(props) {
7
7
  const {
8
8
  isFluid
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/WillBack.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/WillBack.svg";
6
6
  export default function WillBeRightBack(props) {
7
7
  const {
8
8
  isFluid