@zohodesk/svg 1.1.18 → 1.1.20

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 (328) hide show
  1. package/README.md +10 -0
  2. package/deprecated/13_sep_2024/SvgLoader.js +26 -0
  3. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -127
  4. package/es/Loader/Loader.js +10 -21
  5. package/es/Loader/LoaderSvg.module.css +28 -0
  6. package/es/Loader/__tests__/Loader.spec.js +1 -1
  7. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
  8. package/es/SVG/SVG.js +4 -4
  9. package/es/SVG/SVG.module.css +34 -34
  10. package/es/SVG/__tests__/SVG.spec.js +1 -1
  11. package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  12. package/es/css/EmptyStateVariables.module.css +38 -38
  13. package/es/emptystate/index.js +3 -3
  14. package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
  15. package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  16. package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
  17. package/es/emptystate/version1/index.js +1 -1
  18. package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  19. package/es/emptystate/version2/EmptyBusinessHour.js +4 -4
  20. package/es/emptystate/version2/EmptyFromAddress.js +4 -4
  21. package/es/emptystate/version2/EmptyImportHistory.js +4 -4
  22. package/es/emptystate/version2/EmptyNetwork.js +4 -4
  23. package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
  24. package/es/emptystate/version2/EmptyRoles.js +4 -4
  25. package/es/emptystate/version2/EmptyWebhook.js +4 -4
  26. package/es/emptystate/version2/FailureLog.js +4 -4
  27. package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  28. package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
  29. package/es/emptystate/version2/index.js +9 -9
  30. package/es/emptystate/version3/AuditLog.js +3 -3
  31. package/es/emptystate/version3/Bot.js +3 -3
  32. package/es/emptystate/version3/Contract.js +3 -3
  33. package/es/emptystate/version3/CustomModule.js +3 -3
  34. package/es/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  35. package/es/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  36. package/es/emptystate/version3/EmptyAPIs.js +3 -3
  37. package/es/emptystate/version3/EmptyAccounts.js +3 -3
  38. package/es/emptystate/version3/EmptyActiveCalls.js +3 -3
  39. package/es/emptystate/version3/EmptyActivity.js +3 -3
  40. package/es/emptystate/version3/EmptyAgent.js +3 -3
  41. package/es/emptystate/version3/EmptyAgentQueue.js +3 -3
  42. package/es/emptystate/version3/EmptyApplechat.js +3 -3
  43. package/es/emptystate/version3/EmptyApproval.js +3 -3
  44. package/es/emptystate/version3/EmptyArchived.js +3 -3
  45. package/es/emptystate/version3/EmptyArticle.js +3 -3
  46. package/es/emptystate/version3/EmptyAsapchat.js +3 -3
  47. package/es/emptystate/version3/EmptyAttach.js +3 -3
  48. package/es/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  49. package/es/emptystate/version3/EmptyBlueprint.js +3 -3
  50. package/es/emptystate/version3/EmptyCallHistory.js +3 -3
  51. package/es/emptystate/version3/EmptyCanned.js +3 -3
  52. package/es/emptystate/version3/EmptyChat.js +3 -3
  53. package/es/emptystate/version3/EmptyCollision.js +3 -3
  54. package/es/emptystate/version3/EmptyColumn.js +3 -3
  55. package/es/emptystate/version3/EmptyContact.js +3 -3
  56. package/es/emptystate/version3/EmptyContract.js +3 -3
  57. package/es/emptystate/version3/EmptyConversation.js +3 -3
  58. package/es/emptystate/version3/EmptyCrm.js +3 -3
  59. package/es/emptystate/version3/EmptyCrmNotes.js +3 -3
  60. package/es/emptystate/version3/EmptyCrmPotential.js +3 -3
  61. package/es/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  62. package/es/emptystate/version3/EmptyDashboard.js +3 -3
  63. package/es/emptystate/version3/EmptyDelete.js +3 -3
  64. package/es/emptystate/version3/EmptyDepartment.js +3 -3
  65. package/es/emptystate/version3/EmptyError.js +3 -3
  66. package/es/emptystate/version3/EmptyFeed.js +3 -3
  67. package/es/emptystate/version3/EmptyFollowers.js +3 -3
  68. package/es/emptystate/version3/EmptyFrame.js +3 -3
  69. package/es/emptystate/version3/EmptyHappiness.js +3 -3
  70. package/es/emptystate/version3/EmptyHistory.js +3 -3
  71. package/es/emptystate/version3/EmptyInstagram.js +3 -3
  72. package/es/emptystate/version3/EmptyInstantmessage.js +3 -3
  73. package/es/emptystate/version3/EmptyInvoice.js +3 -3
  74. package/es/emptystate/version3/EmptyLine.js +3 -3
  75. package/es/emptystate/version3/EmptyMessenger.js +3 -3
  76. package/es/emptystate/version3/EmptyNoData.js +3 -3
  77. package/es/emptystate/version3/EmptyNotification.js +3 -3
  78. package/es/emptystate/version3/EmptyPreference.js +3 -3
  79. package/es/emptystate/version3/EmptyProducts.js +3 -3
  80. package/es/emptystate/version3/EmptyReply.js +3 -3
  81. package/es/emptystate/version3/EmptyReports.js +3 -3
  82. package/es/emptystate/version3/EmptySandbox.js +3 -3
  83. package/es/emptystate/version3/EmptySchedule.js +3 -3
  84. package/es/emptystate/version3/EmptySearch.js +3 -3
  85. package/es/emptystate/version3/EmptySkills.js +3 -3
  86. package/es/emptystate/version3/EmptySla.js +3 -3
  87. package/es/emptystate/version3/EmptySnippet.js +3 -3
  88. package/es/emptystate/version3/EmptyTag.js +3 -3
  89. package/es/emptystate/version3/EmptyTask.js +3 -3
  90. package/es/emptystate/version3/EmptyTeams.js +3 -3
  91. package/es/emptystate/version3/EmptyTelegram.js +3 -3
  92. package/es/emptystate/version3/EmptyTemplate.js +3 -3
  93. package/es/emptystate/version3/EmptyTicket.js +3 -3
  94. package/es/emptystate/version3/EmptyTimeEntry.js +3 -3
  95. package/es/emptystate/version3/EmptyTimeline.js +3 -3
  96. package/es/emptystate/version3/EmptyTopic.js +3 -3
  97. package/es/emptystate/version3/EmptyTwilio.js +3 -3
  98. package/es/emptystate/version3/EmptyWechat.js +3 -3
  99. package/es/emptystate/version3/EmptyWhatsapp.js +3 -3
  100. package/es/emptystate/version3/EmptyZSCKey.js +3 -3
  101. package/es/emptystate/version3/Export.js +3 -3
  102. package/es/emptystate/version3/Extensions.js +3 -3
  103. package/es/emptystate/version3/Extractor.js +3 -3
  104. package/es/emptystate/version3/GCBot.js +3 -3
  105. package/es/emptystate/version3/GCConversation.js +3 -3
  106. package/es/emptystate/version3/Import.js +3 -3
  107. package/es/emptystate/version3/KBBot.js +3 -3
  108. package/es/emptystate/version3/Multilingual.js +3 -3
  109. package/es/emptystate/version3/NetworkError.js +3 -3
  110. package/es/emptystate/version3/Predictor.js +3 -3
  111. package/es/emptystate/version3/ReadRecipients.js +3 -3
  112. package/es/emptystate/version3/SupportPlan.js +3 -3
  113. package/es/emptystate/version3/Variable.js +3 -3
  114. package/es/emptystate/version3/ZiaAnamoly.js +3 -3
  115. package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  116. package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
  117. package/es/emptystate/version3/index.js +78 -78
  118. package/es/errorstate/index.js +3 -3
  119. package/es/errorstate/version1/EmptyInconvenience.js +4 -4
  120. package/es/errorstate/version1/NoRequestFound.js +4 -4
  121. package/es/errorstate/version1/PageNotFound.js +4 -4
  122. package/es/errorstate/version1/UnableToProcessRequest.js +4 -4
  123. package/es/errorstate/version1/UnauthorizedLogin.js +4 -4
  124. package/es/errorstate/version1/UrlNotFound.js +4 -4
  125. package/es/errorstate/version1/WillBeRightBack.js +4 -4
  126. package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  127. package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
  128. package/es/errorstate/version1/index.js +7 -7
  129. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  130. package/es/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  131. package/es/errorstate/version2/NotImpossible.js +3 -3
  132. package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  133. package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
  134. package/es/errorstate/version2/index.js +2 -2
  135. package/es/errorstate/version3/ErrorInconvenience.js +3 -3
  136. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  137. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  138. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  139. package/es/errorstate/version3/ErrorUrlNotFound.js +3 -3
  140. package/es/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  141. package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  142. package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
  143. package/es/errorstate/version3/index.js +6 -6
  144. package/es/index.js +4 -4
  145. package/es/v1/Loader/Loader.js +10 -21
  146. package/es/v1/Loader/V1_LoaderSvg.module.css +28 -0
  147. package/es/v1/SVG/SVG.js +4 -4
  148. package/es/v1/emptystate/version1/EmptyCustomDomain.js +4 -4
  149. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  150. package/es/v1/emptystate/version2/EmptyBusinessHour.js +4 -4
  151. package/es/v1/emptystate/version2/EmptyFromAddress.js +4 -4
  152. package/es/v1/emptystate/version2/EmptyImportHistory.js +4 -4
  153. package/es/v1/emptystate/version2/EmptyNetwork.js +4 -4
  154. package/es/v1/emptystate/version2/EmptyRecycleBin.js +4 -4
  155. package/es/v1/emptystate/version2/EmptyRoles.js +4 -4
  156. package/es/v1/emptystate/version2/EmptyWebhook.js +4 -4
  157. package/es/v1/emptystate/version2/FailureLog.js +4 -4
  158. package/es/v1/emptystate/version3/Alerts.js +3 -3
  159. package/es/v1/emptystate/version3/AuditLog.js +3 -3
  160. package/es/v1/emptystate/version3/Bot.js +3 -3
  161. package/es/v1/emptystate/version3/BulkActionLog.js +75 -0
  162. package/es/v1/emptystate/version3/BusinessHours.js +3 -3
  163. package/es/v1/emptystate/version3/Company.js +3 -3
  164. package/es/v1/emptystate/version3/Contract.js +3 -3
  165. package/es/v1/emptystate/version3/CustomButton.js +3 -3
  166. package/es/v1/emptystate/version3/CustomModule.js +3 -3
  167. package/es/v1/emptystate/version3/DKIMAuthendication.js +3 -3
  168. package/es/v1/emptystate/version3/DataSharing.js +3 -3
  169. package/es/v1/emptystate/version3/DomainMapping.js +3 -3
  170. package/es/v1/emptystate/version3/EmailFailure.js +3 -3
  171. package/es/v1/emptystate/version3/EmptyAI.js +3 -3
  172. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  173. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  174. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +3 -3
  175. package/es/v1/emptystate/version3/EmptyAPIs.js +3 -3
  176. package/es/v1/emptystate/version3/EmptyAccounts.js +3 -3
  177. package/es/v1/emptystate/version3/EmptyActiveCalls.js +3 -3
  178. package/es/v1/emptystate/version3/EmptyActivity.js +3 -3
  179. package/es/v1/emptystate/version3/EmptyAgent.js +3 -3
  180. package/es/v1/emptystate/version3/EmptyAgentQueue.js +3 -3
  181. package/es/v1/emptystate/version3/EmptyApplechat.js +3 -3
  182. package/es/v1/emptystate/version3/EmptyApproval.js +3 -3
  183. package/es/v1/emptystate/version3/EmptyArchived.js +3 -3
  184. package/es/v1/emptystate/version3/EmptyArticle.js +3 -3
  185. package/es/v1/emptystate/version3/EmptyAsapchat.js +3 -3
  186. package/es/v1/emptystate/version3/EmptyAttach.js +3 -3
  187. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  188. package/es/v1/emptystate/version3/EmptyBlueprint.js +3 -3
  189. package/es/v1/emptystate/version3/EmptyCallHistory.js +3 -3
  190. package/es/v1/emptystate/version3/EmptyCanned.js +3 -3
  191. package/es/v1/emptystate/version3/EmptyChat.js +3 -3
  192. package/es/v1/emptystate/version3/EmptyCollision.js +3 -3
  193. package/es/v1/emptystate/version3/EmptyColumn.js +3 -3
  194. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +3 -3
  195. package/es/v1/emptystate/version3/EmptyContact.js +3 -3
  196. package/es/v1/emptystate/version3/EmptyContract.js +3 -3
  197. package/es/v1/emptystate/version3/EmptyConversation.js +3 -3
  198. package/es/v1/emptystate/version3/EmptyCrm.js +3 -3
  199. package/es/v1/emptystate/version3/EmptyCrmNotes.js +3 -3
  200. package/es/v1/emptystate/version3/EmptyCrmPotential.js +3 -3
  201. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  202. package/es/v1/emptystate/version3/EmptyDashboard.js +3 -3
  203. package/es/v1/emptystate/version3/EmptyDelete.js +3 -3
  204. package/es/v1/emptystate/version3/EmptyDepartment.js +3 -3
  205. package/es/v1/emptystate/version3/EmptyError.js +3 -3
  206. package/es/v1/emptystate/version3/EmptyFeed.js +3 -3
  207. package/es/v1/emptystate/version3/EmptyFieldSearch.js +3 -3
  208. package/es/v1/emptystate/version3/EmptyFollowers.js +3 -3
  209. package/es/v1/emptystate/version3/EmptyFrame.js +3 -3
  210. package/es/v1/emptystate/version3/EmptyHappiness.js +3 -3
  211. package/es/v1/emptystate/version3/EmptyHistory.js +3 -3
  212. package/es/v1/emptystate/version3/EmptyInstagram.js +3 -3
  213. package/es/v1/emptystate/version3/EmptyInstantmessage.js +3 -3
  214. package/es/v1/emptystate/version3/EmptyInvoice.js +3 -3
  215. package/es/v1/emptystate/version3/EmptyLine.js +3 -3
  216. package/es/v1/emptystate/version3/EmptyMessenger.js +3 -3
  217. package/es/v1/emptystate/version3/EmptyNoData.js +3 -3
  218. package/es/v1/emptystate/version3/EmptyNotification.js +3 -3
  219. package/es/v1/emptystate/version3/EmptyPenguin.js +3 -3
  220. package/es/v1/emptystate/version3/EmptyPreference.js +3 -3
  221. package/es/v1/emptystate/version3/EmptyProducts.js +3 -3
  222. package/es/v1/emptystate/version3/EmptyRecycleBin.js +3 -3
  223. package/es/v1/emptystate/version3/EmptyReply.js +3 -3
  224. package/es/v1/emptystate/version3/EmptyReports.js +3 -3
  225. package/es/v1/emptystate/version3/EmptySandbox.js +3 -3
  226. package/es/v1/emptystate/version3/EmptySchedule.js +3 -3
  227. package/es/v1/emptystate/version3/EmptySearch.js +3 -3
  228. package/es/v1/emptystate/version3/EmptySkills.js +3 -3
  229. package/es/v1/emptystate/version3/EmptySla.js +3 -3
  230. package/es/v1/emptystate/version3/EmptySnippet.js +3 -3
  231. package/es/v1/emptystate/version3/EmptySync.js +3 -3
  232. package/es/v1/emptystate/version3/EmptyTag.js +3 -3
  233. package/es/v1/emptystate/version3/EmptyTask.js +3 -3
  234. package/es/v1/emptystate/version3/EmptyTeams.js +3 -3
  235. package/es/v1/emptystate/version3/EmptyTelegram.js +3 -3
  236. package/es/v1/emptystate/version3/EmptyTemplate.js +3 -3
  237. package/es/v1/emptystate/version3/EmptyTicket.js +3 -3
  238. package/es/v1/emptystate/version3/EmptyTimeEntry.js +3 -3
  239. package/es/v1/emptystate/version3/EmptyTimeline.js +3 -3
  240. package/es/v1/emptystate/version3/EmptyTopic.js +3 -3
  241. package/es/v1/emptystate/version3/EmptyTrophy.js +3 -3
  242. package/es/v1/emptystate/version3/EmptyTwilio.js +3 -3
  243. package/es/v1/emptystate/version3/EmptyWechat.js +3 -3
  244. package/es/v1/emptystate/version3/EmptyWhatsapp.js +3 -3
  245. package/es/v1/emptystate/version3/EmptyZSCKey.js +3 -3
  246. package/es/v1/emptystate/version3/Export.js +3 -3
  247. package/es/v1/emptystate/version3/Extensions.js +3 -3
  248. package/es/v1/emptystate/version3/Extractor.js +3 -3
  249. package/es/v1/emptystate/version3/FieldUpdate.js +3 -3
  250. package/es/v1/emptystate/version3/FromAddress.js +3 -3
  251. package/es/v1/emptystate/version3/GCBot.js +3 -3
  252. package/es/v1/emptystate/version3/GCConversation.js +3 -3
  253. package/es/v1/emptystate/version3/HolidayLists.js +3 -3
  254. package/es/v1/emptystate/version3/Import.js +3 -3
  255. package/es/v1/emptystate/version3/Integrations.js +3 -3
  256. package/es/v1/emptystate/version3/KBBot.js +3 -3
  257. package/es/v1/emptystate/version3/Multilingual.js +3 -3
  258. package/es/v1/emptystate/version3/MyInformation.js +3 -3
  259. package/es/v1/emptystate/version3/NetworkError.js +3 -3
  260. package/es/v1/emptystate/version3/OtherConfiguration.js +3 -3
  261. package/es/v1/emptystate/version3/PortalName.js +74 -0
  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/RebrandingLogo.js +79 -0
  265. package/es/v1/emptystate/version3/SupportEmailAddress.js +3 -3
  266. package/es/v1/emptystate/version3/SupportPlan.js +3 -3
  267. package/es/v1/emptystate/version3/Variable.js +3 -3
  268. package/es/v1/emptystate/version3/ZiaAnamoly.js +3 -3
  269. package/es/v1/errorstate/version1/EmptyInconvenience.js +4 -4
  270. package/es/v1/errorstate/version1/NoRequestFound.js +4 -4
  271. package/es/v1/errorstate/version1/PageNotFound.js +4 -4
  272. package/es/v1/errorstate/version1/UnableToProcessRequest.js +4 -4
  273. package/es/v1/errorstate/version1/UnauthorizedLogin.js +4 -4
  274. package/es/v1/errorstate/version1/UrlNotFound.js +4 -4
  275. package/es/v1/errorstate/version1/WillBeRightBack.js +4 -4
  276. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  277. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  278. package/es/v1/errorstate/version2/NotImpossible.js +3 -3
  279. package/es/v1/errorstate/version3/ErrorInconvenience.js +3 -3
  280. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  281. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  282. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  283. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +3 -3
  284. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  285. package/images/EmptyBusinessHoliday.svg +50 -50
  286. package/images/EmptyBusinessHour.svg +42 -42
  287. package/images/EmptyContactInfo.svg +27 -27
  288. package/images/EmptyCustomDomain.svg +85 -85
  289. package/images/EmptyFilter.svg +62 -62
  290. package/images/EmptyFromAddress.svg +41 -41
  291. package/images/EmptyImportHistory.svg +43 -43
  292. package/images/EmptyNetwork.svg +50 -50
  293. package/images/EmptyRecycleBin.svg +58 -58
  294. package/images/EmptyRoles.svg +30 -30
  295. package/images/EmptySkills.svg +83 -83
  296. package/images/EmptyWebhook.svg +44 -44
  297. package/images/FailureLog.svg +46 -46
  298. package/images/Inconvenience.svg +719 -719
  299. package/images/NoRequestFound.svg +247 -247
  300. package/images/PageNotFound.svg +405 -405
  301. package/images/ReguestUrlNotFound.svg +267 -267
  302. package/images/UnableToProcess.svg +752 -752
  303. package/images/UnauthorizedLogin.svg +1047 -1047
  304. package/images/WillBack.svg +633 -633
  305. package/install.md +11 -11
  306. package/lib/Loader/Loader.js +8 -21
  307. package/lib/Loader/LoaderSvg.module.css +28 -0
  308. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
  309. package/lib/SVG/SVG.module.css +34 -34
  310. package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  311. package/lib/css/EmptyStateVariables.module.css +38 -38
  312. package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  313. package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  314. package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  315. package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  316. package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  317. package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  318. package/lib/v1/Loader/Loader.js +7 -17
  319. package/lib/v1/Loader/V1_LoaderSvg.module.css +28 -0
  320. package/lib/v1/emptystate/version3/BulkActionLog.js +96 -0
  321. package/lib/v1/emptystate/version3/PortalName.js +95 -0
  322. package/lib/v1/emptystate/version3/RebrandingLogo.js +100 -0
  323. package/package.json +3 -2
  324. package/postPublish.js +8 -8
  325. package/react-cli.config.js +19 -19
  326. package/result.json +1 -1
  327. package/es/SVG/SvgLoader.js +0 -28
  328. package/lib/SVG/SvgLoader.js +0 -66
@@ -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 EmptySkills(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 EmptySla(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 EmptySnippet(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 EmptySync(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 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",
@@ -0,0 +1,74 @@
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 PortalName(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyPortalName",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29268)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ opacity: "0.1",
17
+ d: "M175.502 90.4999C175.502 90.4999 292.252 12.4999 351.252 35.9999C410.252 59.4999 450.502 256.75 286.502 345.25C122.502 433.75 48.002 241.25 47.252 207.25C46.752 174 47.252 95.4999 175.502 90.4999Z",
18
+ fill: "var(--zd_emptysvg_primary_fill)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10 243.25C9.75 243.25 10 243.25 10 243.25C9.25 243.25 8.75 242.5 8.75 242L9.75 223.25C9.75 222.5 10.25 222 11 222C11.75 222 12.25 222.5 12.25 223.25L11.25 242C11 242.75 10.5 243.25 10 243.25Z",
21
+ fill: "var(--zd_emptysvg_plus)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M19.501 234.5L1.00098 233.5C0.250977 233.5 -0.249023 232.75 -0.249023 232.25C-0.249023 231.5 0.500977 231 1.00098 231L19.251 232C20.001 232 20.501 232.75 20.501 233.25C20.751 234 20.251 234.5 19.501 234.5Z",
24
+ fill: "var(--zd_emptysvg_plus)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M403 2C396.5 2 391.25 7.25 391.25 13.75C391.25 20.25 396.5 25.5 403 25.5C409.5 25.5 414.75 20.25 414.75 13.75C414.75 7.25 409.25 2 403 2ZM403 23.25C398 23.25 393.75 19 393.75 13.75C393.75 8.5 398 4.25 403 4.25C408 4.25 412.25 8.5 412.25 13.75C412.25 19 408 23.25 403 23.25Z",
27
+ fill: "var(--zd_emptysvg_medium_circle)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M311 432.75C306.25 432.75 302.5 436.5 302.5 441.25C302.5 446 306.25 449.75 311 449.75C315.75 449.75 319.5 446 319.5 441.25C319.5 436.75 315.75 432.75 311 432.75ZM311 447.5C307.75 447.5 305 444.75 305 441.25C305 437.75 307.75 435 311 435C314.25 435 317 437.75 317 441.25C317 444.75 314.25 447.5 311 447.5Z",
30
+ fill: "var(--zd_emptysvg_medium_circle)"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M177.251 0C173.001 0 169.751 3.5 169.751 7.5C169.751 11.5 173.001 15 177.251 15C181.501 15 184.751 11.5 184.751 7.5C184.751 3.5 181.501 0 177.251 0ZM177.251 12.75C174.501 12.75 172.251 10.5 172.251 7.75C172.251 5 174.501 2.75 177.251 2.75C180.001 2.75 182.251 5 182.251 7.75C182.251 10.5 180.001 12.75 177.251 12.75Z",
33
+ fill: "var(--zd_emptysvg_tiny_circle)"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M449.5 274.5C449 274 448.25 274 447.75 274.5L441.75 280L436.5 274C436 273.5 435.25 273.5 434.75 274C434.25 274.5 434.25 275.25 434.75 275.75L440 281.75L434 287.25C433.5 287.75 433.5 288.5 434 289C434.25 289.25 434.5 289.5 435 289.5C435.25 289.5 435.5 289.5 435.75 289.25L441.75 283.75L447 289.75C447.25 290 447.5 290.25 448 290.25C448.25 290.25 448.5 290.25 448.75 290C449.25 289.5 449.25 288.75 448.75 288.25L443.5 282.25L449.5 276.75C450 276 450 275 449.5 274.5Z",
36
+ fill: "var(--zd_emptysvg_tiny_circle)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ opacity: "0.1",
39
+ d: "M264.502 112.5C264.502 112.5 171.252 50.2499 124.002 68.9999C76.7522 87.7499 44.5022 245.5 175.752 316.25C307.002 387 366.502 233 367.002 205.75C367.502 179.25 367.002 116.25 264.502 112.5Z",
40
+ fill: "var(--zd_emptysvg_primary_fill)"
41
+ }), /*#__PURE__*/React.createElement("g", {
42
+ "clip-path": "url(#clip1_8054_29268)"
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ d: "M331 420.5C330.75 420.5 330.75 420.5 331 420.5C330.25 420.25 329.75 420 329.75 419.25L326 365C313.25 374 237.75 421 153.5 351.5C115.5 320.25 94.2497 275.75 94.9997 229.25C95.4997 191 110.5 159.5 139 135.75C139.25 135.5 139.5 135.5 140 135.5C140.25 135.5 146.5 136.25 150.75 142.5C156 150.25 156.25 162.5 151.5 178.75C139.75 219.25 152.5 233 170 246.5C189 261.25 194.5 271 202.75 304.75C210.75 336.75 218.25 363.5 227.75 363.5C229 363.5 229.25 363.25 229.25 363.25C229.5 363 229 361.25 228.5 360.25C226.5 354.25 222.5 341.5 241.5 323C251.5 313.25 255.25 302.75 252 292.25C247.5 277.5 230 265.25 208.75 261.25C186.75 257.5 175.5 246.25 176 237.5C176.5 230 185.25 225 199.5 224.5C200 221.75 202.75 214.5 216 211C227.5 208 250.75 193.5 252 181.75C252.5 177.75 250 174.25 245 171.5C234 165.75 223.25 170.5 214.5 174.5C208.5 177.25 204 179.25 200.75 177.25C198.5 175.75 197.25 172.25 197.25 166.25C197.25 158.25 200.25 152.5 206.25 149.5C218.75 143.25 239.5 150.25 247.25 156C248.75 157 250 157.5 251 157C253.5 156.25 255.5 151.5 257 147.25C258.75 143 260 139.25 262.75 138.5C263.75 138.25 265 138.5 266 139.25C270.25 142.25 270.75 154 271.25 165.5C271.5 171.75 272 182.5 273.5 183C277.25 182.5 302.25 153.25 304.5 133C305.5 125 302.75 120 296.25 117.25C280.75 111 272.5 111 264.5 111C258 111 252 111 243 107.75C232 103.75 223.25 111 215.5 117.5C209.75 122.25 204.5 126.5 199.25 125.5C195.25 124.75 189.75 125.25 183.5 126C171.75 127 159.75 128.25 157.5 120.5C156.25 116.75 162.25 109.25 172.5 101.75C185 92.4998 252.25 48.7498 343.5 108.75C345 110 381.75 137.75 379.5 153.75C379.5 154 379.25 154.25 379 154.5C378.75 154.75 363.5 168.5 344.25 159C340.5 157 339.75 157.75 339.75 157.75C339 158.5 340.25 163.5 341.25 167C344 177 348.25 191.75 337.25 199.75C320.5 211.75 310.25 224.75 311.25 227.5C311.5 227.75 312.25 228.25 314.25 227.75C318.25 227 322 224.75 325.5 222.5C332.75 218 340.5 213.25 348.75 224C350.75 226.5 352.5 227.75 354.25 227.75C357 227.75 359.5 225 362 222.25C365.5 218.25 370 213.5 375.75 217.5C380 220.5 383.25 227.25 380.5 234.5C378.25 240.75 368 255 323.75 251.25C304 249.5 292.25 252.25 291.5 258.25C290.5 266.75 311.5 282 333.5 285.25C339.25 286 343.25 288.25 345 291.75C348.75 299.25 342.25 311.25 335.75 322.5C330.75 331.5 325.5 340.75 327.5 345C328 346.25 329.5 347.25 331.5 347.75C337 349 343.5 346.75 350.75 341C369 326.5 384.25 296.5 384.25 285.25C384.25 279 383.25 272.5 382.25 267.5C381 260.75 380.5 257.5 382.5 256.5C384 255.75 385.75 257 387.25 258.25C388.25 259 389 259.75 390 260.75C393 263.5 396 266.25 397.5 265.75C398.5 265.25 400 263.25 400.75 255C402.75 237.25 408 189.75 383.25 161.75C382.75 161.25 382.75 160.5 383.25 160C383.75 159.5 384.5 159.5 385 160C410.5 188.75 405 237 403 255C402 263 400.75 266.75 398 267.75C395 268.75 391.75 266 387.75 262.25C387 261.5 386 260.75 385.25 260C384.25 259 383.75 258.75 383.25 258.75C383 260 383.75 263.75 384.25 267C385.25 272.25 386.25 278.75 386.25 285.25C386.25 298.25 369.25 329 351.75 343C344 349.25 336.75 351.75 330.25 350.25C327.5 349.5 325.5 348.25 324.5 346.25C322 340.75 327 331.75 332.75 321.5C338.5 311.25 345 299.25 342 293C340.75 290.25 337.5 288.5 332.5 287.75C310.25 284.5 287.25 268.75 288.5 258C289.25 252.5 295.75 246.5 323.5 248.75C366.25 252.5 375.75 239.5 377.75 233.75C380 227.75 377.5 222.25 373.75 219.75C370 217.25 367.5 219.75 363.25 224.25C360.25 227.5 357.25 230.75 353.5 230.5C351 230.5 348.5 228.75 346.25 225.75C339.25 217 333.5 220.5 326.25 225C322.5 227.25 318.5 229.75 314 230.5C311 231 309 230.5 308.25 228.75C305.75 223 322.25 207.25 335 198C344.5 191.25 340.75 177.75 338 168C336.25 162 335.25 158 337.25 156.25C338.75 155 340.75 155.5 344.5 157.25C361 165.5 374 155.5 376.25 153.5C377.5 138.5 341.5 111.5 341.25 111.25C251.5 52.2498 185.5 94.9998 173.25 104.25C162.25 112.25 158.75 118.75 159.25 120.25C161 126 172.5 125 182.75 124C189 123.5 194.75 122.75 199 123.5C203.25 124.25 207.75 120.5 213.25 116C221 109.5 230.75 101.25 243.25 105.75C251.75 109 257.75 109 264 108.75C271.75 108.75 280.75 108.5 296.75 115C304.25 118 307.5 124.25 306.5 133.25C304.75 153.25 279.75 184 274 185C273.25 185.25 272.5 185 272 184.5C269.75 182.5 269.25 176 269 165.25C268.75 155.5 268.25 143.25 265 141C264.25 140.5 264 140.5 264 140.75C262.5 141.25 261.25 145 260 148C258 153 256 158.25 252.25 159.25C250.5 159.75 248.5 159.25 246.25 157.75C237.5 151.5 218 146 207.5 151.5C202.5 154 199.75 159 199.75 166C199.75 170.75 200.5 173.75 202 174.75C204 176.25 208.5 174.25 213.5 172C222.25 168 234 162.75 246.25 169C252.5 172.25 255.25 176.5 254.75 181.75C253 194.75 229 210 216.5 213.25C202 217 201.75 225.25 201.75 225.75C201.75 226.5 201.25 227 200.5 227C187.25 227.5 179 231.5 178.5 237.75C178 245.5 189.25 255.5 209 259C231.25 263 249.5 276 254.25 291.5C256.75 299.5 256.75 311.75 243.25 324.75C225.5 342 229 353.25 231 359.25C231.75 361.5 232.25 363.25 231.25 364.5C230.5 365.5 229 365.75 227.75 365.75C216.5 365.75 209.25 340.75 200.5 305.25C192.25 272 187 262.75 168.5 248.5C150.75 234.75 137.25 220 149.25 178.25C153.75 162.75 153.5 151 149 144C146 139.5 141.75 138.25 140.5 138C112.5 161.25 97.9997 192 97.4997 229.25C96.7497 275 117.75 318.75 155 349.5C202.25 388.5 246.25 389.75 275 383.75C306 377.5 326.25 361.75 326.25 361.5C326.5 361.25 326.75 361.25 326.75 361.25L315.5 353C315 352.5 314.75 351.75 315.25 351.25C315.75 350.75 316.5 350.5 317 351L375.75 393.5C376.25 393.75 376.5 394.5 376.25 395C376 395.5 375.5 395.75 375 395.75L344 395L332 419.75C331.75 420.25 331.25 420.5 331 420.5ZM328.25 362.5L331.75 414.5L342 393.25C342.25 392.75 342.75 392.5 343.25 392.5L371.25 393.25L328.25 362.5Z",
45
+ fill: "var(--zd_emptysvg_primary_stroke)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M249.749 117.5C237.749 117.5 209.999 133.5 187.499 133.5C180.499 133.5 174.749 133.5 169.749 133.25C160.999 133 154.249 140.75 155.749 149.25C157.749 160 159.749 173.75 159.749 184.5C159.749 205 159.749 227.5 168.999 230.25C178.249 233 196.249 197 215.499 193.75C234.749 190.5 196.249 192.5 191.749 182.5C187.249 172.5 190.999 141.5 204.249 140.75C217.499 140 245.249 148.75 248.749 144C251.749 139.25 261.749 117.5 249.749 117.5Z",
48
+ fill: "var(--zd_emptysvg_secondary_fill)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M352.749 318.25C345.499 333.25 392.999 282 370.499 253.25C370.499 253.25 334.999 266.25 315.499 261.75C295.749 257.25 315.499 273.5 333.249 274.75C350.749 276.25 359.999 303 352.749 318.25Z",
51
+ fill: "var(--zd_emptysvg_secondary_fill)"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M333.998 401.5L341.498 385.25L360.498 389.75L331.748 368.25L333.998 401.5Z",
54
+ fill: "var(--zd_emptysvg_secondary_fill)"
55
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
56
+ id: "clip0_8054_29357"
57
+ }, /*#__PURE__*/React.createElement("rect", {
58
+ width: "450",
59
+ height: "400",
60
+ fill: "white",
61
+ transform: "translate(25 50)"
62
+ })), /*#__PURE__*/React.createElement("clipPath", {
63
+ id: "clip1_8054_29357"
64
+ }, /*#__PURE__*/React.createElement("rect", {
65
+ width: "310.5",
66
+ height: "343",
67
+ fill: "white",
68
+ transform: "translate(95 77.5)"
69
+ }))));
70
+ }
71
+ PortalName.propTypes = EmptyStateProps;
72
+ PortalName.defaultProps = { ...EmptyStateDefaultProps,
73
+ dataId: 'emptyPortalName'
74
+ };
@@ -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",
@@ -0,0 +1,79 @@
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 RebrandingLogo(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyRebrandingLogo",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29273)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ opacity: "0.1",
17
+ d: "M200.499 140.5C200.499 140.5 317.249 62.4999 376.249 85.9999C435.249 109.5 475.499 306.75 311.499 395.25C147.499 483.75 72.9991 291.25 72.2491 257.25C71.7491 224 72.2491 145.5 200.499 140.5Z",
18
+ fill: "var(--zd_emptysvg_primary_fill)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M34.999 293.25C34.749 293.25 34.999 293.25 34.999 293.25C34.249 293.25 33.749 292.5 33.749 292L34.749 273.25C34.749 272.5 35.249 272 35.999 272C36.749 272 37.249 272.5 37.249 273.25L36.249 292C35.999 292.75 35.499 293.25 34.999 293.25Z",
21
+ fill: "var(--zd_emptysvg_plus)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M44.499 284.5L25.999 283.5C25.249 283.5 24.749 282.75 24.749 282.25C24.749 281.5 25.499 281 25.999 281L44.249 282C44.999 282 45.499 282.75 45.499 283.25C45.749 284 45.249 284.5 44.499 284.5Z",
24
+ fill: "var(--zd_emptysvg_plus)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M428 52.0002C421.5 52.0002 416.25 57.2502 416.25 63.7502C416.25 70.2502 421.5 75.5002 428 75.5002C434.5 75.5002 439.749 70.2502 439.749 63.7502C439.749 57.2502 434.25 52.0002 428 52.0002ZM428 73.2502C423 73.2502 418.75 69.0002 418.75 63.7502C418.75 58.5002 423 54.2502 428 54.2502C433 54.2502 437.249 58.5002 437.249 63.7502C437.249 69.0002 433 73.2502 428 73.2502Z",
27
+ fill: "var(--zd_emptysvg_medium_circle)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M311 432.75C306.25 432.75 302.5 436.5 302.5 441.25C302.5 446 306.25 449.75 311 449.75C315.75 449.75 319.5 446 319.5 441.25C319.5 436.75 315.75 432.75 311 432.75ZM311 447.5C307.75 447.5 305 444.75 305 441.25C305 437.75 307.75 435 311 435C314.25 435 317 437.75 317 441.25C317 444.75 314.25 447.5 311 447.5Z",
30
+ fill: "var(--zd_emptysvg_medium_circle)"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M202.249 50C197.999 50 194.749 53.5 194.749 57.5C194.749 61.5 197.999 65 202.249 65C206.499 65 209.749 61.5 209.749 57.5C209.749 53.5 206.499 50 202.249 50ZM202.249 62.75C199.499 62.75 197.249 60.5 197.249 57.75C197.249 55 199.499 52.75 202.249 52.75C204.999 52.75 207.249 55 207.249 57.75C207.249 60.5 204.999 62.75 202.249 62.75Z",
33
+ fill: "var(--zd_emptysvg_tiny_circle)"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M474.498 324.5C473.998 324 473.248 324 472.748 324.5L466.748 330L461.498 324C460.998 323.5 460.248 323.5 459.748 324C459.248 324.5 459.248 325.25 459.748 325.75L464.998 331.75L458.998 337.25C458.498 337.75 458.498 338.5 458.998 339C459.248 339.25 459.498 339.5 459.998 339.5C460.248 339.5 460.498 339.5 460.748 339.25L466.748 333.75L471.998 339.75C472.248 340 472.498 340.25 472.998 340.25C473.248 340.25 473.498 340.25 473.748 340C474.248 339.5 474.248 338.75 473.748 338.25L468.498 332.25L474.498 326.75C474.998 326 474.998 325 474.498 324.5Z",
36
+ fill: "var(--zd_emptysvg_tiny_circle)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ opacity: "0.1",
39
+ d: "M289.499 162.5C289.499 162.5 196.249 100.25 148.999 119C101.749 137.75 69.4992 295.5 200.749 366.25C331.999 437 391.499 283 391.999 255.75C392.499 229.25 391.999 166.25 289.499 162.5Z",
40
+ fill: "var(--zd_emptysvg_primary_fill)"
41
+ }), /*#__PURE__*/React.createElement("g", {
42
+ "clip-path": "url(#clip1_8054_29273)"
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ d: "M271.292 175.665C271.292 175.665 221.405 121.322 226.019 121.031C230.633 120.741 287.151 114.638 288.593 118.997C290.035 123.647 271.292 175.665 271.292 175.665Z",
45
+ fill: "var(--zd_emptysvg_secondary_fill)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M239.572 431.398C231.209 402.337 235.246 374.73 272.445 363.396C364.72 335.207 381.445 302.369 375.966 293.941C370.199 285.223 337.326 277.086 331.847 273.89C326.656 270.693 302.434 272.437 298.974 272.437C296.667 272.437 299.551 279.411 301.857 284.933C301.857 284.933 320.312 290.163 330.982 289.292C330.982 289.292 337.614 306.437 345.976 307.6C354.339 308.472 329.828 288.71 299.839 291.617C297.532 291.907 294.36 291.907 290.035 291.617C278.5 290.745 269.85 287.548 268.984 279.992C268.119 272.437 286.286 272.727 286.286 272.727C286.286 272.727 288.593 280.574 283.114 282.608C277.635 284.642 269.561 278.249 268.696 274.761C267.831 270.984 295.225 269.24 296.955 269.24C298.685 269.24 311.95 257.034 307.913 254.128C303.876 251.222 293.495 246.282 293.495 246.282C315.987 250.932 333.865 273.89 334.73 272.146C335.596 270.402 374.236 288.42 374.236 288.42C374.236 288.42 380.003 283.48 371.064 261.684C362.125 239.889 318.582 237.273 322.043 234.367C325.503 231.752 367.892 246.573 367.892 246.573C377.408 225.649 385.482 177.699 379.715 177.118C373.947 176.537 369.045 191.648 369.91 194.264C370.775 196.879 381.733 198.913 381.733 198.913C381.733 198.913 387.212 178.571 386.347 174.793C385.482 171.306 373.659 169.853 367.892 177.409C362.125 185.255 338.191 241.632 346.842 231.752C355.492 221.871 350.014 190.195 347.418 190.486C344.823 191.067 352.032 204.144 356.069 205.307C360.106 206.76 365.008 180.315 352.032 180.315C339.056 180.315 313.68 225.068 313.68 225.068C313.68 225.068 288.881 216.059 280.519 213.153C272.156 210.247 268.984 225.94 268.984 228.265C268.984 230.589 285.421 227.683 286.286 224.487C287.151 221.29 272.445 210.538 272.445 210.538C272.445 210.538 267.543 213.153 266.678 224.487C265.812 235.82 285.421 244.538 285.421 244.538C285.421 244.538 231.498 274.18 226.019 275.343C220.54 276.796 203.238 321.549 209.871 317.771C216.791 313.993 218.233 268.077 227.749 254.128C237.265 240.179 248.799 209.375 241.59 203.854C234.381 198.332 216.503 225.068 216.503 225.068C216.503 225.068 218.233 229.136 226.596 231.461C234.958 233.786 239.572 201.82 234.381 199.495C229.191 197.17 165.463 278.83 158.543 289.582C151.622 300.335 117.884 391.294 116.442 410.765C115 430.526 209.582 447.09 223.712 426.748C237.842 406.406 121.633 400.303 145.566 413.089C169.5 425.876 215.349 397.106 215.349 397.106",
48
+ stroke: "var(--zd_emptysvg_primary_stroke)",
49
+ "stroke-width": "2.5",
50
+ "stroke-miterlimit": "10",
51
+ "stroke-linecap": "round",
52
+ "stroke-linejoin": "round"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M271.58 181.477C271.58 181.477 198.625 111.441 203.815 110.86C209.006 110.57 249.664 107.082 249.664 109.698C249.664 112.313 269.85 171.597 268.696 170.725C267.254 169.562 227.172 78.6031 227.172 78.6031C227.172 78.6031 202.085 108.535 204.68 107.664C207.275 106.792 234.093 75.9876 234.093 75.9876C234.093 75.9876 273.31 74.244 274.752 76.2782C276.193 78.3124 294.937 107.954 293.783 107.954C292.63 107.954 256.297 108.826 256.297 108.826L279.942 73.9534L317.141 74.8252L340.786 110.57L300.127 106.792L313.969 82.3809L275.04 177.118L336.749 116.091",
55
+ stroke: "var(--zd_emptysvg_primary_stroke)",
56
+ "stroke-width": "2.5",
57
+ "stroke-miterlimit": "10",
58
+ "stroke-linecap": "round",
59
+ "stroke-linejoin": "round"
60
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
61
+ id: "clip0_8054_29273"
62
+ }, /*#__PURE__*/React.createElement("rect", {
63
+ width: "450",
64
+ height: "400",
65
+ fill: "white",
66
+ transform: "translate(25 50)"
67
+ })), /*#__PURE__*/React.createElement("clipPath", {
68
+ id: "clip1_8054_29273"
69
+ }, /*#__PURE__*/React.createElement("rect", {
70
+ width: "272.5",
71
+ height: "365",
72
+ fill: "white",
73
+ transform: "translate(115 72.5)"
74
+ }))));
75
+ }
76
+ RebrandingLogo.propTypes = EmptyStateProps;
77
+ RebrandingLogo.defaultProps = { ...EmptyStateDefaultProps,
78
+ dataId: 'emptyRebrandingLogo'
79
+ };