@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,5 +1,5 @@
1
1
  import React from 'react';
2
- import * as index from '../index';
2
+ import * as index from "../index";
3
3
  import { render } from "@testing-library/react";
4
4
  describe('SVG componet', () => {
5
5
  test.each(Object.keys(index))('Rendering all svgs in version3 ErrorState %s', key => {
@@ -1,6 +1,6 @@
1
- export { default as ErrorInconvenience } from './ErrorInconvenience';
2
- export { default as ErrorOopsSomethingMiss } from './ErrorOopsSomethingMiss';
3
- export { default as ErrorUnableToProcessRequest } from './ErrorUnableToProcessRequest';
4
- export { default as ErrorUnauthorizedLogin } from './ErrorUnauthorizedLogin';
5
- export { default as ErrorUrlNotFound } from './ErrorUrlNotFound';
6
- export { default as ErrorWillBeRightBack } from './ErrorWillBeRightBack';
1
+ export { default as ErrorInconvenience } from "./ErrorInconvenience";
2
+ export { default as ErrorOopsSomethingMiss } from "./ErrorOopsSomethingMiss";
3
+ export { default as ErrorUnableToProcessRequest } from "./ErrorUnableToProcessRequest";
4
+ export { default as ErrorUnauthorizedLogin } from "./ErrorUnauthorizedLogin";
5
+ export { default as ErrorUrlNotFound } from "./ErrorUrlNotFound";
6
+ export { default as ErrorWillBeRightBack } from "./ErrorWillBeRightBack";
package/es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export { default as SVG } from './SVG/SVG';
2
- export { default as Loader } from './Loader/Loader';
3
- import * as _EmptyState from './emptystate/';
1
+ export { default as SVG } from "./SVG/SVG";
2
+ export { default as Loader } from "./Loader/Loader";
3
+ import * as _EmptyState from "./emptystate/";
4
4
  export { _EmptyState as EmptyState };
5
- import * as _ErrorState from './errorstate';
5
+ import * as _ErrorState from "./errorstate";
6
6
  export { _ErrorState as ErrorState };
@@ -1,8 +1,9 @@
1
1
  import React, { memo } from 'react';
2
- import defaultProps from './props/defaultProps';
3
- import propTypes from './props/propTypes';
4
- import SVG from '../SVG/SVG';
5
- import cssStyle from '../../SVG/SVG.module.css';
2
+ import defaultProps from "./props/defaultProps";
3
+ import propTypes from "./props/propTypes";
4
+ import SVG from "../SVG/SVG";
5
+ import cssStyle from "../../SVG/SVG.module.css";
6
+ import style from "./V1_LoaderSvg.module.css";
6
7
 
7
8
  function Loader(props) {
8
9
  const {
@@ -10,26 +11,14 @@ function Loader(props) {
10
11
  isCover,
11
12
  className
12
13
  } = props;
13
- const viewBoxStyle = {
14
- animation: 'loaderone 2s linear infinite'
15
- };
16
- const defsStyle = {
17
- animation: 'circleAnimation_1 1.5s linear infinite',
18
- transformOrigin: 'center'
19
- };
20
- const circleStyle = {
21
- animation: 'circleAnimation_2 1.2s linear infinite',
22
- transformOrigin: 'center'
23
- };
24
14
  return /*#__PURE__*/React.createElement("div", {
25
15
  className: `${isCover ? cssStyle.center : cssStyle.loader} ${className}`
26
16
  }, /*#__PURE__*/React.createElement(SVG, {
27
17
  viewBox: "0 0 40 40",
28
18
  name: "Loader",
29
- className: `${cssStyle.loaderWrapper}`,
30
- dataId: dataId,
31
- styleName: viewBoxStyle
32
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, `@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}`)), /*#__PURE__*/React.createElement("circle", {
19
+ className: `${cssStyle.loaderWrapper} ${style.container}`,
20
+ dataId: dataId
21
+ }, /*#__PURE__*/React.createElement("circle", {
33
22
  fill: "none",
34
23
  stroke: "#089949",
35
24
  strokeWidth: 2,
@@ -38,7 +27,7 @@ function Loader(props) {
38
27
  cx: 20,
39
28
  cy: 20,
40
29
  r: 13,
41
- style: defsStyle,
30
+ className: style.outerCircle,
42
31
  strokeDasharray: 82,
43
32
  strokeDashoffset: 82
44
33
  }), /*#__PURE__*/React.createElement("circle", {
@@ -49,7 +38,7 @@ function Loader(props) {
49
38
  cx: 20,
50
39
  cy: 20,
51
40
  r: 8,
52
- style: circleStyle,
41
+ className: style.innerCircle,
53
42
  strokeDasharray: 50,
54
43
  strokeDashoffset: 50
55
44
  })));
@@ -0,0 +1,28 @@
1
+ [dir=ltr] .container > svg{
2
+ animation: loaderone-ltr 2s linear infinite;
3
+ }[dir=rtl] .container > svg{
4
+ animation: loaderone-rtl 2s linear infinite;
5
+ }
6
+ .outerCircle{
7
+ transform-origin: center;
8
+ }
9
+ [dir=ltr] .outerCircle{
10
+ animation: outerCircleAnimation 1.5s linear infinite;
11
+ }
12
+ [dir=rtl] .outerCircle{
13
+ animation: outerCircleAnimation 1.5s linear infinite;
14
+ }
15
+ .innerCircle{
16
+ transform-origin: center;
17
+ }
18
+ [dir=ltr] .innerCircle{
19
+ animation: innerCircleAnimation 1.2s linear infinite;
20
+ }
21
+ [dir=rtl] .innerCircle{
22
+ animation: innerCircleAnimation 1.2s linear infinite;
23
+ }
24
+
25
+ @keyframes outerCircleAnimation{to{stroke-dashoffset:-82}}
26
+ @keyframes innerCircleAnimation{to{stroke-dashoffset:-50}}
27
+ @keyframes loaderone-ltr{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}
28
+ @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
package/es/v1/SVG/SVG.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { SvgProps } from './props/propTypes';
3
- import { SvgDefaultProps } from './props/defaultProps';
4
- import style from '../../SVG/SVG.module.css';
5
- import styles from '../../css/EmptyStateVariables.module.css';
2
+ import { SvgProps } from "./props/propTypes";
3
+ import { SvgDefaultProps } from "./props/defaultProps";
4
+ import style from "../../SVG/SVG.module.css";
5
+ import styles from "../../css/EmptyStateVariables.module.css";
6
6
  export default function SVG(props) {
7
7
  const {
8
8
  viewBox,
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyCustomDomain.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyCustomDomain.svg";
6
6
  export default function EmptyCustomDomain(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 298 123.46",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyBusinessHoliday.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyBusinessHoliday.svg";
6
6
  export default function EmptyBusinessHoliday(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 139.3",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyBusinessHour.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyBusinessHour.svg";
6
6
  export default function EmptyBusinessHour(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 139.3",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyFromAddress.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyFromAddress.svg";
6
6
  export default function EmptyFromAddress(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 139.3",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyImportHistory.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyImportHistory.svg";
6
6
  export default function EmptyImportHistory(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 139.3",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyNetwork.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyNetwork.svg";
6
6
  export default function EmptyNetwork(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 139.3",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyRecycleBin.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyRecycleBin.svg";
6
6
  export default function EmptyRecycleBin(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 149.5",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyRoles.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyRoles.svg";
6
6
  export default function EmptyRoles(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 139.3",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/EmptyWebhook.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/EmptyWebhook.svg";
6
6
  export default function EmptyWebhook(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 181.9 139.3",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/FailureLog.svg';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/FailureLog.svg";
6
6
  export default function FailureLog(props) {
7
7
  return /*#__PURE__*/React.createElement(SVG, {
8
8
  viewBox: "0 0 189.4 139.3",
@@ -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 Alerts(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 AuditLog(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 Bot(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -0,0 +1,75 @@
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 BulkActionLog(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyBulkActionLog",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29263)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ opacity: "0.1",
17
+ d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
18
+ fill: "var(--zd_emptysvg_primary_fill)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
21
+ fill: "var(--zd_emptysvg_plus)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
24
+ fill: "var(--zd_emptysvg_plus)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
27
+ fill: "var(--zd_emptysvg_medium_circle)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
30
+ fill: "var(--zd_emptysvg_medium_circle)"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
33
+ fill: "var(--zd_emptysvg_tiny_circle)"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
36
+ fill: "var(--zd_emptysvg_tiny_circle)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ opacity: "0.1",
39
+ d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
40
+ fill: "var(--zd_emptysvg_primary_fill)"
41
+ }), /*#__PURE__*/React.createElement("g", {
42
+ "clip-path": "url(#clip1_8054_29263)"
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ d: "M439.749 282.664C439.749 282.664 439.749 282.871 439.697 283.207V282.664H439.749Z",
45
+ fill: "var(--zd_emptysvg_primary_stroke)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M349.468 362.248C349.468 362.248 128.995 374.732 128.091 359.069C127.186 343.406 115.943 152.994 122.017 142.319C123.335 139.993 133.932 137.873 149.854 136.064C149.854 136.064 123.8 143.87 124.136 147.669C124.472 151.469 127.703 184.242 124.136 189.36C120.569 194.478 84.3582 192.229 85.3145 195.744C86.2708 199.259 83.4019 385.071 92.319 389.853C101.236 394.634 320.778 398.253 323.802 397.038C325.766 396.263 325.637 386.079 325.301 379.075C325.12 375.379 327.756 372.174 331.401 371.631C342.98 369.951 366.035 365.867 366.63 359.845C367.405 351.806 397.956 364.549 394.156 334.618C394.156 334.618 163.346 347.102 162.441 331.439C161.536 315.776 150.293 125.364 156.367 114.689C162.441 104.014 366.061 97.2425 378.648 109.235C391.236 121.228 289.271 222.806 280.612 229.552C271.953 236.298 246.236 183.725 237.655 182.33C229.074 180.934 197.954 212.881 207.673 216.938C217.391 220.996 267.637 298.175 283.843 283.468C300.049 268.761 397.646 98.7933 408.269 103.73C418.892 108.667 416.023 322.264 408.269 328.751",
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: "M250.241 181.916C250.241 181.916 273.322 215.207 279.37 214.716C285.418 214.225 370.686 118.334 365.129 114.301C359.572 110.269 169.418 112.285 169.418 122.366C169.418 132.446 174.458 322.626 185.055 325.65C195.652 328.674 376.734 331.698 392.888 317.069C409.043 302.439 399.945 136.995 399.945 136.995C399.945 136.995 307.646 291.868 285.961 297.399C264.275 302.931 190.612 217.688 192.111 209.624C193.61 201.56 229.563 155.398 250.241 181.891V181.916Z",
55
+ fill: "var(--zd_emptysvg_secondary_fill)"
56
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
57
+ id: "clip0_8054_29263"
58
+ }, /*#__PURE__*/React.createElement("rect", {
59
+ width: "450",
60
+ height: "400",
61
+ fill: "white",
62
+ transform: "translate(25 50)"
63
+ })), /*#__PURE__*/React.createElement("clipPath", {
64
+ id: "clip1_8054_29263"
65
+ }, /*#__PURE__*/React.createElement("rect", {
66
+ width: "355.754",
67
+ height: "296.978",
68
+ fill: "white",
69
+ transform: "translate(83.9961 101.583)"
70
+ }))));
71
+ }
72
+ BulkActionLog.propTypes = EmptyStateProps;
73
+ BulkActionLog.defaultProps = { ...EmptyStateDefaultProps,
74
+ dataId: 'emptyBulkActionLog'
75
+ };
@@ -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 BusinessHours(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 Company(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 Contract(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 CustomButton(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 150 150",
@@ -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 CustomModule(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 DKIMAuthendication(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 450 400",
@@ -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 DataSharing(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 DomainMapping(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 EmailFailure(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 EmptyAI(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 EmptyAPIAuthentication(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 EmptyAPIConfiguration(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 EmptyAPIMatrix(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 EmptyAPIs(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 147 140",
@@ -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 EmptyAccounts(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 EmptyActiveCalls(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 EmptyActivity(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",