@zohodesk/svg 1.0.0-temp.58 → 1.0.0-temp.59

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 (334) hide show
  1. package/README.md +44 -0
  2. package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +25 -23
  3. package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +9 -7
  4. package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +9 -7
  5. package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +9 -7
  6. package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +9 -7
  7. package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +9 -7
  8. package/assets/Appearance/light/mode/SVG_LightMode.module.css +25 -23
  9. package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +9 -7
  10. package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +9 -7
  11. package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +9 -7
  12. package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +9 -7
  13. package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +9 -7
  14. package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +25 -23
  15. package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +9 -7
  16. package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +9 -7
  17. package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +9 -7
  18. package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +9 -7
  19. package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +9 -7
  20. package/es/Loader/Loader.js +5 -5
  21. package/es/Loader/LoaderSvg.module.css +3 -1
  22. package/es/Loader/__tests__/Loader.spec.js +1 -1
  23. package/es/SVG/SVG.js +4 -4
  24. package/es/SVG/SVG.module.css +2 -0
  25. package/es/SVG/__tests__/SVG.spec.js +1 -1
  26. package/es/css/EmptyStateVariables.module.css +3 -1
  27. package/es/emptystate/index.js +3 -3
  28. package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
  29. package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
  30. package/es/emptystate/version1/index.js +1 -1
  31. package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  32. package/es/emptystate/version2/EmptyBusinessHour.js +4 -4
  33. package/es/emptystate/version2/EmptyFromAddress.js +4 -4
  34. package/es/emptystate/version2/EmptyImportHistory.js +4 -4
  35. package/es/emptystate/version2/EmptyNetwork.js +4 -4
  36. package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
  37. package/es/emptystate/version2/EmptyRoles.js +4 -4
  38. package/es/emptystate/version2/EmptyWebhook.js +4 -4
  39. package/es/emptystate/version2/FailureLog.js +4 -4
  40. package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
  41. package/es/emptystate/version2/index.js +9 -9
  42. package/es/emptystate/version3/AuditLog.js +3 -3
  43. package/es/emptystate/version3/Bot.js +3 -3
  44. package/es/emptystate/version3/Contract.js +3 -3
  45. package/es/emptystate/version3/CustomModule.js +3 -3
  46. package/es/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  47. package/es/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  48. package/es/emptystate/version3/EmptyAPIs.js +3 -3
  49. package/es/emptystate/version3/EmptyAccounts.js +3 -3
  50. package/es/emptystate/version3/EmptyActiveCalls.js +3 -3
  51. package/es/emptystate/version3/EmptyActivity.js +3 -3
  52. package/es/emptystate/version3/EmptyAgent.js +3 -3
  53. package/es/emptystate/version3/EmptyAgentQueue.js +3 -3
  54. package/es/emptystate/version3/EmptyApplechat.js +3 -3
  55. package/es/emptystate/version3/EmptyApproval.js +3 -3
  56. package/es/emptystate/version3/EmptyArchived.js +3 -3
  57. package/es/emptystate/version3/EmptyArticle.js +3 -3
  58. package/es/emptystate/version3/EmptyAsapchat.js +3 -3
  59. package/es/emptystate/version3/EmptyAttach.js +3 -3
  60. package/es/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  61. package/es/emptystate/version3/EmptyBlueprint.js +3 -3
  62. package/es/emptystate/version3/EmptyCallHistory.js +3 -3
  63. package/es/emptystate/version3/EmptyCanned.js +3 -3
  64. package/es/emptystate/version3/EmptyChat.js +3 -3
  65. package/es/emptystate/version3/EmptyCollision.js +3 -3
  66. package/es/emptystate/version3/EmptyColumn.js +3 -3
  67. package/es/emptystate/version3/EmptyContact.js +3 -3
  68. package/es/emptystate/version3/EmptyContract.js +3 -3
  69. package/es/emptystate/version3/EmptyConversation.js +3 -3
  70. package/es/emptystate/version3/EmptyCrm.js +3 -3
  71. package/es/emptystate/version3/EmptyCrmNotes.js +3 -3
  72. package/es/emptystate/version3/EmptyCrmPotential.js +3 -3
  73. package/es/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  74. package/es/emptystate/version3/EmptyDashboard.js +3 -3
  75. package/es/emptystate/version3/EmptyDelete.js +3 -3
  76. package/es/emptystate/version3/EmptyDepartment.js +3 -3
  77. package/es/emptystate/version3/EmptyError.js +3 -3
  78. package/es/emptystate/version3/EmptyFeed.js +3 -3
  79. package/es/emptystate/version3/EmptyFollowers.js +3 -3
  80. package/es/emptystate/version3/EmptyFrame.js +3 -3
  81. package/es/emptystate/version3/EmptyHappiness.js +3 -3
  82. package/es/emptystate/version3/EmptyHistory.js +3 -3
  83. package/es/emptystate/version3/EmptyInstagram.js +3 -3
  84. package/es/emptystate/version3/EmptyInstantmessage.js +3 -3
  85. package/es/emptystate/version3/EmptyInvoice.js +3 -3
  86. package/es/emptystate/version3/EmptyLine.js +3 -3
  87. package/es/emptystate/version3/EmptyMessenger.js +3 -3
  88. package/es/emptystate/version3/EmptyNoData.js +3 -3
  89. package/es/emptystate/version3/EmptyNotification.js +3 -3
  90. package/es/emptystate/version3/EmptyPreference.js +3 -3
  91. package/es/emptystate/version3/EmptyProducts.js +3 -3
  92. package/es/emptystate/version3/EmptyReply.js +3 -3
  93. package/es/emptystate/version3/EmptyReports.js +3 -3
  94. package/es/emptystate/version3/EmptySandbox.js +3 -3
  95. package/es/emptystate/version3/EmptySchedule.js +3 -3
  96. package/es/emptystate/version3/EmptySearch.js +3 -3
  97. package/es/emptystate/version3/EmptySkills.js +3 -3
  98. package/es/emptystate/version3/EmptySla.js +3 -3
  99. package/es/emptystate/version3/EmptySnippet.js +3 -3
  100. package/es/emptystate/version3/EmptyTag.js +3 -3
  101. package/es/emptystate/version3/EmptyTask.js +3 -3
  102. package/es/emptystate/version3/EmptyTeams.js +3 -3
  103. package/es/emptystate/version3/EmptyTelegram.js +3 -3
  104. package/es/emptystate/version3/EmptyTemplate.js +3 -3
  105. package/es/emptystate/version3/EmptyTicket.js +3 -3
  106. package/es/emptystate/version3/EmptyTimeEntry.js +3 -3
  107. package/es/emptystate/version3/EmptyTimeline.js +3 -3
  108. package/es/emptystate/version3/EmptyTopic.js +3 -3
  109. package/es/emptystate/version3/EmptyTwilio.js +3 -3
  110. package/es/emptystate/version3/EmptyWechat.js +3 -3
  111. package/es/emptystate/version3/EmptyWhatsapp.js +3 -3
  112. package/es/emptystate/version3/EmptyZSCKey.js +3 -3
  113. package/es/emptystate/version3/Export.js +3 -3
  114. package/es/emptystate/version3/Extensions.js +3 -3
  115. package/es/emptystate/version3/Extractor.js +3 -3
  116. package/es/emptystate/version3/GCBot.js +3 -3
  117. package/es/emptystate/version3/GCConversation.js +3 -3
  118. package/es/emptystate/version3/Import.js +3 -3
  119. package/es/emptystate/version3/KBBot.js +3 -3
  120. package/es/emptystate/version3/Multilingual.js +3 -3
  121. package/es/emptystate/version3/NetworkError.js +3 -3
  122. package/es/emptystate/version3/Predictor.js +3 -3
  123. package/es/emptystate/version3/ReadRecipients.js +3 -3
  124. package/es/emptystate/version3/SupportPlan.js +3 -3
  125. package/es/emptystate/version3/Variable.js +3 -3
  126. package/es/emptystate/version3/ZiaAnamoly.js +3 -3
  127. package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
  128. package/es/emptystate/version3/index.js +78 -78
  129. package/es/errorstate/index.js +3 -3
  130. package/es/errorstate/version1/EmptyInconvenience.js +4 -4
  131. package/es/errorstate/version1/NoRequestFound.js +4 -4
  132. package/es/errorstate/version1/PageNotFound.js +4 -4
  133. package/es/errorstate/version1/UnableToProcessRequest.js +4 -4
  134. package/es/errorstate/version1/UnauthorizedLogin.js +4 -4
  135. package/es/errorstate/version1/UrlNotFound.js +4 -4
  136. package/es/errorstate/version1/WillBeRightBack.js +4 -4
  137. package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
  138. package/es/errorstate/version1/index.js +7 -7
  139. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  140. package/es/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  141. package/es/errorstate/version2/NotImpossible.js +3 -3
  142. package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
  143. package/es/errorstate/version2/index.js +2 -2
  144. package/es/errorstate/version3/ErrorInconvenience.js +3 -3
  145. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  146. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  147. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  148. package/es/errorstate/version3/ErrorUrlNotFound.js +3 -3
  149. package/es/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  150. package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
  151. package/es/errorstate/version3/index.js +6 -6
  152. package/es/index.js +4 -4
  153. package/es/svg_layer.module.css +1 -0
  154. package/es/v1/Loader/Loader.js +5 -5
  155. package/es/v1/Loader/V1_LoaderSvg.module.css +3 -1
  156. package/es/v1/SVG/SVG.js +4 -4
  157. package/es/v1/emptystate/version1/EmptyCustomDomain.js +4 -4
  158. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  159. package/es/v1/emptystate/version2/EmptyBusinessHour.js +4 -4
  160. package/es/v1/emptystate/version2/EmptyFromAddress.js +4 -4
  161. package/es/v1/emptystate/version2/EmptyImportHistory.js +4 -4
  162. package/es/v1/emptystate/version2/EmptyNetwork.js +4 -4
  163. package/es/v1/emptystate/version2/EmptyRecycleBin.js +4 -4
  164. package/es/v1/emptystate/version2/EmptyRoles.js +4 -4
  165. package/es/v1/emptystate/version2/EmptyWebhook.js +4 -4
  166. package/es/v1/emptystate/version2/FailureLog.js +4 -4
  167. package/es/v1/emptystate/version3/AgentRoom.js +90 -0
  168. package/es/v1/emptystate/version3/Alerts.js +3 -3
  169. package/es/v1/emptystate/version3/AuditLog.js +3 -3
  170. package/es/v1/emptystate/version3/Bot.js +3 -3
  171. package/es/v1/emptystate/version3/BuildExtension.js +241 -0
  172. package/es/v1/emptystate/version3/BulkActionLog.js +3 -3
  173. package/es/v1/emptystate/version3/BusinessHours.js +3 -3
  174. package/es/v1/emptystate/version3/Company.js +3 -3
  175. package/es/v1/emptystate/version3/Contract.js +3 -3
  176. package/es/v1/emptystate/version3/CustomButton.js +3 -3
  177. package/es/v1/emptystate/version3/CustomModule.js +3 -3
  178. package/es/v1/emptystate/version3/DKIMAuthendication.js +3 -3
  179. package/es/v1/emptystate/version3/DataSharing.js +3 -3
  180. package/es/v1/emptystate/version3/DomainMapping.js +3 -3
  181. package/es/v1/emptystate/version3/EmailFailure.js +3 -3
  182. package/es/v1/emptystate/version3/EmptyAI.js +3 -3
  183. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  184. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  185. package/es/v1/emptystate/version3/EmptyAPIDashboard.js +3 -3
  186. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +3 -3
  187. package/es/v1/emptystate/version3/EmptyAccounts.js +3 -3
  188. package/es/v1/emptystate/version3/EmptyActiveCalls.js +3 -3
  189. package/es/v1/emptystate/version3/EmptyActivity.js +3 -3
  190. package/es/v1/emptystate/version3/EmptyAgent.js +3 -3
  191. package/es/v1/emptystate/version3/EmptyAgentQueue.js +3 -3
  192. package/es/v1/emptystate/version3/EmptyApplechat.js +3 -3
  193. package/es/v1/emptystate/version3/EmptyApproval.js +3 -3
  194. package/es/v1/emptystate/version3/EmptyArchived.js +3 -3
  195. package/es/v1/emptystate/version3/EmptyArticle.js +3 -3
  196. package/es/v1/emptystate/version3/EmptyAsapchat.js +3 -3
  197. package/es/v1/emptystate/version3/EmptyAttach.js +3 -3
  198. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  199. package/es/v1/emptystate/version3/EmptyBlueprint.js +3 -3
  200. package/es/v1/emptystate/version3/EmptyCallHistory.js +3 -3
  201. package/es/v1/emptystate/version3/EmptyCanned.js +3 -3
  202. package/es/v1/emptystate/version3/EmptyChat.js +3 -3
  203. package/es/v1/emptystate/version3/EmptyCollision.js +3 -3
  204. package/es/v1/emptystate/version3/EmptyColumn.js +3 -3
  205. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +3 -3
  206. package/es/v1/emptystate/version3/EmptyContact.js +3 -3
  207. package/es/v1/emptystate/version3/EmptyContract.js +3 -3
  208. package/es/v1/emptystate/version3/EmptyConversation.js +3 -3
  209. package/es/v1/emptystate/version3/EmptyCrm.js +3 -3
  210. package/es/v1/emptystate/version3/EmptyCrmNotes.js +3 -3
  211. package/es/v1/emptystate/version3/EmptyCrmPotential.js +3 -3
  212. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  213. package/es/v1/emptystate/version3/EmptyDashboard.js +3 -3
  214. package/es/v1/emptystate/version3/EmptyDelete.js +3 -3
  215. package/es/v1/emptystate/version3/EmptyDepartment.js +58 -32
  216. package/es/v1/emptystate/version3/EmptyError.js +3 -3
  217. package/es/v1/emptystate/version3/EmptyFeed.js +3 -3
  218. package/es/v1/emptystate/version3/EmptyFieldSearch.js +3 -3
  219. package/es/v1/emptystate/version3/EmptyFollowers.js +3 -3
  220. package/es/v1/emptystate/version3/EmptyFrame.js +3 -3
  221. package/es/v1/emptystate/version3/EmptyHappiness.js +3 -3
  222. package/es/v1/emptystate/version3/EmptyHistory.js +3 -3
  223. package/es/v1/emptystate/version3/EmptyInstagram.js +3 -3
  224. package/es/v1/emptystate/version3/EmptyInstantmessage.js +3 -3
  225. package/es/v1/emptystate/version3/EmptyInvoice.js +3 -3
  226. package/es/v1/emptystate/version3/EmptyLine.js +3 -3
  227. package/es/v1/emptystate/version3/EmptyMessenger.js +3 -3
  228. package/es/v1/emptystate/version3/EmptyNoData.js +3 -3
  229. package/es/v1/emptystate/version3/EmptyNotification.js +3 -3
  230. package/es/v1/emptystate/version3/EmptyPenguin.js +3 -3
  231. package/es/v1/emptystate/version3/EmptyPreference.js +3 -3
  232. package/es/v1/emptystate/version3/EmptyProducts.js +3 -3
  233. package/es/v1/emptystate/version3/EmptyRecycleBin.js +3 -3
  234. package/es/v1/emptystate/version3/EmptyReply.js +3 -3
  235. package/es/v1/emptystate/version3/EmptyReports.js +3 -3
  236. package/es/v1/emptystate/version3/EmptySandbox.js +3 -3
  237. package/es/v1/emptystate/version3/EmptySchedule.js +3 -3
  238. package/es/v1/emptystate/version3/EmptyScheduledReplies.js +84 -0
  239. package/es/v1/emptystate/version3/EmptySearch.js +3 -3
  240. package/es/v1/emptystate/version3/EmptySkills.js +3 -3
  241. package/es/v1/emptystate/version3/EmptySla.js +3 -3
  242. package/es/v1/emptystate/version3/EmptySnippet.js +3 -3
  243. package/es/v1/emptystate/version3/EmptyStarredDashboards.js +5 -7
  244. package/es/v1/emptystate/version3/EmptyStarredReports.js +4 -5
  245. package/es/v1/emptystate/version3/EmptySync.js +3 -3
  246. package/es/v1/emptystate/version3/EmptyTag.js +3 -3
  247. package/es/v1/emptystate/version3/EmptyTask.js +3 -3
  248. package/es/v1/emptystate/version3/EmptyTeams.js +3 -3
  249. package/es/v1/emptystate/version3/EmptyTelegram.js +3 -3
  250. package/es/v1/emptystate/version3/EmptyTemplate.js +3 -3
  251. package/es/v1/emptystate/version3/EmptyTicket.js +3 -3
  252. package/es/v1/emptystate/version3/EmptyTimeEntry.js +3 -3
  253. package/es/v1/emptystate/version3/EmptyTimeline.js +3 -3
  254. package/es/v1/emptystate/version3/EmptyTopic.js +3 -3
  255. package/es/v1/emptystate/version3/EmptyTrophy.js +3 -3
  256. package/es/v1/emptystate/version3/EmptyTwilio.js +3 -3
  257. package/es/v1/emptystate/version3/EmptyWechat.js +3 -3
  258. package/es/v1/emptystate/version3/EmptyWhatsapp.js +3 -3
  259. package/es/v1/emptystate/version3/EmptyZSCKey.js +3 -3
  260. package/es/v1/emptystate/version3/Export.js +73 -38
  261. package/es/v1/emptystate/version3/Extensions.js +3 -3
  262. package/es/v1/emptystate/version3/Extractor.js +3 -3
  263. package/es/v1/emptystate/version3/FieldList.js +103 -0
  264. package/es/v1/emptystate/version3/FieldPermission.js +104 -0
  265. package/es/v1/emptystate/version3/FieldUpdate.js +3 -3
  266. package/es/v1/emptystate/version3/FromAddress.js +3 -3
  267. package/es/v1/emptystate/version3/GCBot.js +3 -3
  268. package/es/v1/emptystate/version3/GCConversation.js +3 -3
  269. package/es/v1/emptystate/version3/HolidayLists.js +3 -3
  270. package/es/v1/emptystate/version3/Import.js +58 -30
  271. package/es/v1/emptystate/version3/Integrations.js +3 -3
  272. package/es/v1/emptystate/version3/KBBot.js +3 -3
  273. package/es/v1/emptystate/version3/MobileSdk.js +72 -0
  274. package/es/v1/emptystate/version3/MultiLayout.js +96 -0
  275. package/es/v1/emptystate/version3/Multilingual.js +3 -3
  276. package/es/v1/emptystate/version3/MyInformation.js +3 -3
  277. package/es/v1/emptystate/version3/NetworkError.js +3 -3
  278. package/es/v1/emptystate/version3/OtherConfiguration.js +3 -3
  279. package/es/v1/emptystate/version3/PortalName.js +3 -3
  280. package/es/v1/emptystate/version3/Predictor.js +3 -3
  281. package/es/v1/emptystate/version3/Preference.js +71 -0
  282. package/es/v1/emptystate/version3/ReadRecipients.js +3 -3
  283. package/es/v1/emptystate/version3/RebrandingLogo.js +3 -3
  284. package/es/v1/emptystate/version3/SupportEmailAddress.js +3 -3
  285. package/es/v1/emptystate/version3/SupportPlan.js +3 -3
  286. package/es/v1/emptystate/version3/Variable.js +3 -3
  287. package/es/v1/emptystate/version3/Webhook.js +96 -0
  288. package/es/v1/emptystate/version3/ZiaAgent.js +66 -0
  289. package/es/v1/emptystate/version3/ZiaAnamoly.js +3 -3
  290. package/es/v1/errorstate/version1/EmptyInconvenience.js +4 -4
  291. package/es/v1/errorstate/version1/NoRequestFound.js +4 -4
  292. package/es/v1/errorstate/version1/PageNotFound.js +4 -4
  293. package/es/v1/errorstate/version1/UnableToProcessRequest.js +4 -4
  294. package/es/v1/errorstate/version1/UnauthorizedLogin.js +4 -4
  295. package/es/v1/errorstate/version1/UrlNotFound.js +4 -4
  296. package/es/v1/errorstate/version1/WillBeRightBack.js +4 -4
  297. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  298. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  299. package/es/v1/errorstate/version2/NotImpossible.js +3 -3
  300. package/es/v1/errorstate/version3/ErrorInconvenience.js +3 -3
  301. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  302. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  303. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  304. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +3 -3
  305. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  306. package/lib/Loader/LoaderSvg.module.css +3 -1
  307. package/lib/SVG/SVG.module.css +2 -0
  308. package/lib/css/EmptyStateVariables.module.css +3 -1
  309. package/lib/svg_layer.module.css +1 -0
  310. package/lib/v1/Loader/V1_LoaderSvg.module.css +3 -1
  311. package/lib/v1/emptystate/version3/AgentRoom.js +111 -0
  312. package/lib/v1/emptystate/version3/BuildExtension.js +262 -0
  313. package/lib/v1/emptystate/version3/EmptyDepartment.js +55 -29
  314. package/lib/v1/emptystate/version3/EmptyScheduledReplies.js +105 -0
  315. package/lib/v1/emptystate/version3/EmptyStarredDashboards.js +2 -4
  316. package/lib/v1/emptystate/version3/EmptyStarredReports.js +1 -2
  317. package/lib/v1/emptystate/version3/Export.js +65 -28
  318. package/lib/v1/emptystate/version3/FieldList.js +124 -0
  319. package/lib/v1/emptystate/version3/FieldPermission.js +125 -0
  320. package/lib/v1/emptystate/version3/Import.js +57 -27
  321. package/lib/v1/emptystate/version3/MobileSdk.js +93 -0
  322. package/lib/v1/emptystate/version3/MultiLayout.js +117 -0
  323. package/lib/v1/emptystate/version3/Preference.js +92 -0
  324. package/lib/v1/emptystate/version3/Webhook.js +117 -0
  325. package/lib/v1/emptystate/version3/ZiaAgent.js +87 -0
  326. package/package.json +21 -10
  327. package/css_error.log +0 -0
  328. package/deprecated/13_sep_2024/SvgLoader.js +0 -26
  329. package/install.md +0 -11
  330. package/postPublish.js +0 -8
  331. package/prePublish.js +0 -70
  332. package/react-cli.config.js +0 -20
  333. package/result.json +0 -1
  334. package/unittest/index.html +0 -37
@@ -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",
@@ -0,0 +1,72 @@
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 MobileSdk(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyMobileSdk",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29324)"
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_29324)"
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ d: "M224.892 97.726C224.892 97.726 160.804 136.868 179.254 155.461C197.703 174.054 226.834 182.861 226.834 209.282C226.834 235.703 161.775 297.352 169.543 316.923C177.312 336.494 159.833 391.293 173.427 394.229C187.022 397.165 278.298 398.143 279.269 389.336C280.24 380.529 282.182 101.64 272.472 97.726C262.762 93.8118 224.892 97.726 224.892 97.726Z",
45
+ fill: "var(--zd_emptysvg_secondary_fill)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M332.029 351.501C332.352 337.148 333.971 325.732 337.531 324.427C342.063 322.796 347.565 319.534 352.744 324.101L367.309 335.844C367.309 335.844 383.493 319.534 383.169 317.251C382.846 314.968 364.072 300.942 368.928 292.461C373.783 283.98 396.764 285.611 396.764 285.611C396.764 285.611 399.677 261.473 396.44 261.147C393.203 260.821 370.546 258.864 369.251 253.318C367.633 247.773 381.227 229.833 381.227 229.833C381.227 229.833 370.546 213.524 366.986 213.524C363.425 213.524 348.536 230.485 339.797 223.309C331.058 216.133 333 197.541 330.734 197.214C328.468 196.888 320.7 197.214 320.7 197.214L321.024 243.859C321.024 243.859 352.744 244.511 350.802 274.194C348.86 300.615 319.405 308.77 304.84 293.439C287.685 275.499 299.985 249.078 318.111 247.447L320.376 350.522C320.376 350.522 311.637 353.784 310.99 344.977C310.666 338.453 312.285 318.23 299.985 320.839C287.685 323.449 283.477 337.474 273.444 331.603C263.733 325.732 262.762 321.818 264.057 318.556C265.352 315.294 278.299 298.006 275.709 293.766C273.12 289.851 251.11 288.22 249.815 286.263C248.521 284.306 247.873 270.933 249.492 265.387C251.434 260.168 267.294 262.778 272.149 259.19C277.004 255.602 270.531 238.966 263.41 229.833C263.41 229.833 269.236 216.459 275.386 214.502C281.535 212.545 298.043 232.116 304.84 223.962C309.371 218.743 304.84 134.587 305.164 91.8564C305.164 80.4399 296.101 71.3066 285.096 71.3066H159.186C148.182 71.3066 139.119 80.4399 139.119 91.5302V404.343C137.824 428.154 169.544 425.219 169.544 425.219H273.444C291.893 423.914 303.545 426.849 302.898 412.823L304.516 379.879C304.516 379.879 212.593 377.595 207.738 382.488C198.998 391.621 203.854 412.497 224.245 408.257C244.313 404.016 240.105 376.291 219.066 377.269C198.027 378.9 150.447 378.574 150.447 378.574L149.476 92.5087C149.476 92.5087 151.418 82.0708 159.186 82.0708C166.955 82.0708 286.714 82.0708 286.714 82.0708",
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("defs", null, /*#__PURE__*/React.createElement("clipPath", {
54
+ id: "clip0_8054_29324"
55
+ }, /*#__PURE__*/React.createElement("rect", {
56
+ width: "450",
57
+ height: "400",
58
+ fill: "white",
59
+ transform: "translate(25 50)"
60
+ })), /*#__PURE__*/React.createElement("clipPath", {
61
+ id: "clip1_8054_29324"
62
+ }, /*#__PURE__*/React.createElement("rect", {
63
+ width: "262.5",
64
+ height: "357.5",
65
+ fill: "white",
66
+ transform: "translate(138 70)"
67
+ }))));
68
+ }
69
+ MobileSdk.propTypes = EmptyStateProps;
70
+ MobileSdk.defaultProps = { ...EmptyStateDefaultProps,
71
+ dataId: 'emptyMobileSdk'
72
+ };
@@ -0,0 +1,96 @@
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 MultiLayout(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyMultiLayout",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29284)"
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.25C34.75 293.25 35 293.25 35 293.25C34.25 293.25 33.75 292.5 33.75 292L34.75 273.25C34.75 272.5 35.25 272 36 272C36.75 272 37.25 272.5 37.25 273.25L36.25 292C36 292.75 35.5 293.25 35 293.25Z",
21
+ fill: "var(--zd_emptysvg_plus)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M44.501 284.5L26.001 283.5C25.251 283.5 24.751 282.75 24.751 282.25C24.751 281.5 25.501 281 26.001 281L44.251 282C45.001 282 45.501 282.75 45.501 283.25C45.751 284 45.251 284.5 44.501 284.5Z",
24
+ fill: "var(--zd_emptysvg_plus)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M428 51.9995C421.5 51.9995 416.25 57.2495 416.25 63.7495C416.25 70.2495 421.5 75.4995 428 75.4995C434.5 75.4995 439.75 70.2495 439.75 63.7495C439.75 57.2495 434.25 51.9995 428 51.9995ZM428 73.2495C423 73.2495 418.75 68.9995 418.75 63.7495C418.75 58.4995 423 54.2495 428 54.2495C433 54.2495 437.25 58.4995 437.25 63.7495C437.25 68.9995 433 73.2495 428 73.2495Z",
27
+ fill: "var(--zd_emptysvg_medium_circle)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M311 432.749C306.25 432.749 302.5 436.499 302.5 441.249C302.5 445.999 306.25 449.749 311 449.749C315.75 449.749 319.5 445.999 319.5 441.249C319.5 436.749 315.75 432.749 311 432.749ZM311 447.499C307.75 447.499 305 444.749 305 441.249C305 437.749 307.75 434.999 311 434.999C314.25 434.999 317 437.749 317 441.249C317 444.749 314.25 447.499 311 447.499Z",
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.5C289.502 162.5 196.252 100.25 149.002 119C101.752 137.75 69.5017 295.5 200.752 366.25C332.002 437 391.502 283 392.002 255.75C392.502 229.25 392.002 166.25 289.502 162.5Z",
40
+ fill: "var(--zd_emptysvg_primary_fill)"
41
+ }), /*#__PURE__*/React.createElement("g", {
42
+ "clip-path": "url(#clip1_8054_29284)"
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ d: "M317.375 309.542C317.375 309.542 100.221 302.587 137.999 328.74C187.53 362.961 113.094 372.699 129.884 379.654C146.674 386.61 337.523 394.957 329.967 372.421C322.692 349.884 335.844 306.76 317.375 309.542Z",
45
+ fill: "var(--zd_emptysvg_secondary_fill)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M212.157 245.551C212.157 245.551 282.116 247.499 301.985 250.003C323.252 252.507 314.577 260.019 305.902 261.688C297.228 263.357 201.803 265.305 205.721 260.019C209.639 254.732 202.922 244.716 212.157 245.551Z",
48
+ fill: "var(--zd_emptysvg_secondary_fill)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M212.157 207.713C212.157 207.713 282.116 209.66 301.984 212.164C323.252 214.668 314.577 222.18 305.902 223.85C297.507 225.519 201.803 227.466 205.721 222.18C209.638 217.172 202.922 207.156 212.157 207.713Z",
51
+ fill: "var(--zd_emptysvg_secondary_fill)"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M95.746 169.04C101.31 169.04 105.82 164.556 105.82 159.024C105.82 153.492 101.31 149.008 95.746 149.008C90.1822 149.008 85.6719 153.492 85.6719 159.024C85.6719 164.556 90.1822 169.04 95.746 169.04Z",
54
+ fill: "var(--zd_emptysvg_secondary_fill)"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M130.445 169.04C136.009 169.04 140.519 164.556 140.519 159.024C140.519 153.492 136.009 149.008 130.445 149.008C124.881 149.008 120.371 153.492 120.371 159.024C120.371 164.556 124.881 169.04 130.445 169.04Z",
57
+ fill: "var(--zd_emptysvg_secondary_fill)"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M152.553 113.395C158.116 113.395 162.627 108.911 162.627 103.379C162.627 97.8476 158.116 93.3633 152.553 93.3633C146.989 93.3633 142.479 97.8476 142.479 103.379C142.479 108.911 146.989 113.395 152.553 113.395Z",
60
+ fill: "var(--zd_emptysvg_secondary_fill)"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M187.252 113.395C192.816 113.395 197.326 108.911 197.326 103.379C197.326 97.8476 192.816 93.3633 187.252 93.3633C181.688 93.3633 177.178 97.8476 177.178 103.379C177.178 108.911 181.688 113.395 187.252 113.395Z",
63
+ fill: "var(--zd_emptysvg_secondary_fill)"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M99.1023 229.135C103.02 202.148 143.037 195.47 158.428 211.329C173.819 227.188 172.14 264.469 149.473 271.981C126.806 279.215 118.971 272.26 118.971 272.26C118.971 272.26 110.296 268.643 104.139 258.905C104.139 258.905 80.0734 226.353 77.8347 155.128C77.8347 155.128 77.8347 149.842 78.954 138.156C80.0734 128.14 390.692 135.931 391.812 147.059C392.931 158.188 398.528 412.206 389.573 415.544C380.618 418.883 72.2379 428.899 72.2379 412.206C72.2379 395.512 71.3984 182.95 71.3984 182.95C71.3984 182.95 361.869 178.499 362.988 187.402C364.108 196.305 364.108 394.399 356.272 395.512C348.437 396.625 105.818 402.19 105.818 396.625C105.818 391.061 103.58 292.292 106.938 292.292C110.296 292.292 319.894 291.457 319.894 297.021C319.894 297.021 339.482 319.836 329.968 372.142C329.968 372.142 433.787 384.105 433.787 374.924C433.787 365.742 459.532 82.7901 435.746 81.1207C411.96 79.4514 127.646 72.2176 124.008 79.4514C120.37 86.9634 120.37 112.56 120.37 112.56",
66
+ stroke: "var(--zd_emptysvg_primary_stroke)",
67
+ "stroke-width": "2.5",
68
+ "stroke-miterlimit": "10",
69
+ "stroke-linecap": "round",
70
+ "stroke-linejoin": "round"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M105.82 265.026C105.82 265.026 104.421 244.437 124.289 245.55C144.158 246.663 164.026 263.357 164.026 263.357C164.026 263.357 136.322 286.727 105.82 265.026Z",
73
+ fill: "var(--zd_emptysvg_secondary_fill)"
74
+ }), /*#__PURE__*/React.createElement("path", {
75
+ d: "M127.366 245.829C134.321 245.829 139.959 240.223 139.959 233.309C139.959 226.394 134.321 220.789 127.366 220.789C120.411 220.789 114.773 226.394 114.773 233.309C114.773 240.223 120.411 245.829 127.366 245.829Z",
76
+ fill: "var(--zd_emptysvg_secondary_fill)"
77
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
78
+ id: "clip0_8054_29284"
79
+ }, /*#__PURE__*/React.createElement("rect", {
80
+ width: "450",
81
+ height: "400",
82
+ fill: "white",
83
+ transform: "translate(25 50)"
84
+ })), /*#__PURE__*/React.createElement("clipPath", {
85
+ id: "clip1_8054_29284"
86
+ }, /*#__PURE__*/React.createElement("rect", {
87
+ width: "377.5",
88
+ height: "347.5",
89
+ fill: "white",
90
+ transform: "translate(70 75)"
91
+ }))));
92
+ }
93
+ MultiLayout.propTypes = EmptyStateProps;
94
+ MultiLayout.defaultProps = { ...EmptyStateDefaultProps,
95
+ dataId: 'emptyMultiLayout'
96
+ };
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Multilingual(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function MyInformation(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function NetworkError(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function OtherConfiguration(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function PortalName(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Predictor(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -0,0 +1,71 @@
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 Preference(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "Preference",
9
+ ...props
10
+ }, /*#__PURE__*/React.createElement("g", {
11
+ clipPath: "url(#a)"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ fill: "var(--zd_emptysvg_primary_fill)",
14
+ d: "M200.502 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
15
+ opacity: 0.1
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "var(--zd_emptysvg_plus)",
18
+ d: "M35 293.25c-.25 0 0 0 0 0-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fill: "var(--zd_emptysvg_plus)",
21
+ d: "m44.501 284.5-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fill: "var(--zd_emptysvg_medium_circle)",
24
+ d: "M428 52c-6.5 0-11.75 5.25-11.75 11.75S421.5 75.5 428 75.5s11.75-5.25 11.75-11.75S434.25 52 428 52Zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5ZM311 432.75c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5Zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25Z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fill: "var(--zd_emptysvg_tiny_circle)",
27
+ d: "M202.251 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM474.5 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fill: "var(--zd_emptysvg_primary_fill)",
30
+ d: "M289.502 162.5s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
31
+ opacity: 0.1
32
+ }), /*#__PURE__*/React.createElement("g", {
33
+ clipPath: "url(#b)"
34
+ }, /*#__PURE__*/React.createElement("path", {
35
+ fill: "transparent",
36
+ stroke: "var(--zd_emptysvg_primary_stroke)",
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round",
39
+ strokeMiterlimit: 10,
40
+ strokeWidth: 2.5,
41
+ d: "M457.985 382.468s-105.202-94.743-115.682-133.207c-10.479-38.464-28.215-126.324-40.307-129.158-12.092-2.834-27.409-1.62-30.23 4.453-2.822 6.074 20.153 50.206 28.215 43.728 8.061-6.478-58.445-68.021-75.777-70.45-17.333-2.43-66.91 1.215-72.956 10.527-6.046 9.312 0 21.864 20.959 19.435 0 0 4.434-16.601 0-18.625-4.03-1.62 1.613 17.005 4.837 19.029 3.225 2.025 30.634-10.527 42.726-.809 12.092 9.717 45.95 72.474 33.052 70.45-13.302-2.43-.403-42.108-18.945-36.035-18.541 6.073-18.944 20.244-16.123 27.532 2.822 7.288 17.332 40.893 23.379 39.679 6.046-1.215 16.525-23.484 13.704-21.459-2.822 2.024-23.378 39.274-33.052 36.439-8.061-2.429-30.633-31.176-51.593-42.108-6.449-3.239-14.107-4.048-20.96-1.214-3.627 1.619-6.852 4.049-6.449 8.907.806 10.122 19.751 24.698 19.751 24.698s12.898-15.385 11.286-15.79c-1.613-.405-14.108 8.907-7.659 18.624 6.449 9.718 36.277 32.796 39.904 39.274 3.628 6.478 43.129 29.152 66.91 27.937 24.184-1.215 20.154-10.932 20.154-10.932s-12.092-1.214-11.286 19.84c.806 21.054 46.353 48.586 55.624 94.742"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ fill: "var(--zd_emptysvg_secondary_fill)",
44
+ d: "M135.528 167.474c3.628-8.907-6.449-7.287-7.658-11.336-2.015-6.074-2.015-14.171 9.271-17.41 19.75-5.669 46.756 3.644 41.113 31.986-5.643 28.341-47.965 25.507-51.19 10.122-1.612-5.669 7.255-10.932 8.464-13.362Z"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ fill: "transparent",
47
+ stroke: "var(--zd_emptysvg_primary_stroke)",
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ strokeMiterlimit: 10,
51
+ strokeWidth: 2.5,
52
+ d: "M131.095 200.675s-55.22 4.858-70.134-2.025c-5.24-2.429-34.261-25.912-8.465-57.898a38.405 38.405 0 0 1 29.828-14.171h68.925c14.51 0 27.812 7.693 34.261 20.649 2.418 4.454 3.627 9.717 3.627 15.791 0 20.244-16.929 36.034-37.082 36.844-15.72.405-34.261-4.454-38.695-29.152-8.061-44.942 40.71-39.678 47.562-37.654 6.853 2.025 22.572 13.361 21.766 32.391-.806 16.195-14.51 28.342-30.633 29.152-10.883.405-24.587-3.239-33.455-20.245"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ fill: "var(--zd_emptysvg_secondary_fill)",
55
+ d: "M263.751 256.25c-15 20 6.25 25 18.75 25 7.083 0 24.5 9 37.5 45 16.25 45.001 71.25 53.75 86.25 43.75s-68.75-88.75-86.25-101.25c-17.5-12.499-17.5-46.25-27.5-56.25s-10 18.75-28.75 43.75Z"
56
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
57
+ id: "a"
58
+ }, /*#__PURE__*/React.createElement("path", {
59
+ fill: "#fff",
60
+ d: "M25 50h450v400H25z"
61
+ })), /*#__PURE__*/React.createElement("clipPath", {
62
+ id: "b"
63
+ }, /*#__PURE__*/React.createElement("path", {
64
+ fill: "#fff",
65
+ d: "M40 95h420v315H40z"
66
+ }))));
67
+ }
68
+ Preference.propTypes = EmptyStateProps;
69
+ Preference.defaultProps = { ...EmptyStateDefaultProps,
70
+ dataId: 'Preference'
71
+ };
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function ReadRecipients(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function RebrandingLogo(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 SupportEmailAddress(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function SupportPlan(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Variable(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -0,0 +1,96 @@
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 Webhook(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyWebhook",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29250)"
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("path", {
42
+ d: "M75.6232 188.152C75.6232 188.152 116.626 217.696 136.186 209.095C155.747 200.493 164.775 187.031 192.612 187.031C220.448 187.031 285.149 216.948 305.462 213.208C326.151 209.469 383.329 217.696 386.714 211.339C389.724 204.981 390.852 163.096 381.448 162.723C372.044 162.349 79.7611 161.601 75.6232 166.088C71.4854 170.576 75.6232 188.152 75.6232 188.152Z",
43
+ fill: "var(--zd_emptysvg_secondary_fill)"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M137.691 118.221C137.691 118.221 178.693 147.764 198.254 139.163C217.814 130.562 226.842 117.099 254.679 117.099C282.515 117.099 347.216 147.016 367.529 143.277C387.842 139.537 445.396 147.764 448.782 141.407C451.791 135.049 452.92 93.1648 443.515 92.7909C434.111 92.4169 141.828 91.669 137.691 96.1566C133.553 100.644 137.691 118.221 137.691 118.221Z",
46
+ fill: "var(--zd_emptysvg_secondary_fill)"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M390.476 348.212C390.476 348.212 395.743 397.95 388.219 399.82C388.219 399.82 73.3664 417.396 63.9622 401.69C54.558 385.983 48.1632 169.455 56.0627 168.333C63.9622 166.837 115.121 164.967 115.121 164.967C115.121 164.967 109.102 99.1484 124.901 96.9046C140.701 94.6608 448.03 94.2868 449.535 99.8963C451.039 105.88 451.039 143.277 451.039 143.277H121.516L121.14 164.219C121.14 164.219 385.962 163.097 390.1 169.081C394.238 175.064 390.1 213.209 390.1 213.209L71.1094 212.835L388.972 225.55L390.852 332.879C390.852 332.879 448.406 335.123 449.911 329.14C451.415 322.782 450.287 159.357 450.287 159.357",
49
+ stroke: "var(--zd_emptysvg_primary_stroke)",
50
+ "stroke-width": "2.5",
51
+ "stroke-miterlimit": "10",
52
+ "stroke-linecap": "round",
53
+ "stroke-linejoin": "round"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M199.007 317.547C199.007 317.547 173.052 322.408 176.061 344.099C179.071 365.789 215.559 384.113 228.725 343.725L260.699 343.351",
56
+ stroke: "var(--zd_emptysvg_primary_stroke)",
57
+ "stroke-width": "2.5",
58
+ "stroke-miterlimit": "10",
59
+ "stroke-linecap": "round",
60
+ "stroke-linejoin": "round"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M201.265 343.351L220.825 310.816C220.825 310.816 194.87 294.361 214.807 272.671C234.744 250.607 264.461 274.541 259.195 293.987",
63
+ stroke: "var(--zd_emptysvg_primary_stroke)",
64
+ "stroke-width": "2.5",
65
+ "stroke-miterlimit": "10",
66
+ "stroke-linecap": "round",
67
+ "stroke-linejoin": "round"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M233.237 289.873L251.67 320.539C251.67 320.539 264.459 314.181 276.497 320.912C288.158 327.644 291.543 342.229 286.277 354.196C281.763 363.919 271.606 372.52 247.532 362.049",
70
+ stroke: "var(--zd_emptysvg_primary_stroke)",
71
+ "stroke-width": "2.5",
72
+ "stroke-miterlimit": "10",
73
+ "stroke-linecap": "round",
74
+ "stroke-linejoin": "round"
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ d: "M232.486 295.855C236.225 295.855 239.257 292.842 239.257 289.124C239.257 285.406 236.225 282.393 232.486 282.393C228.746 282.393 225.715 285.406 225.715 289.124C225.715 292.842 228.746 295.855 232.486 295.855Z",
77
+ fill: "var(--zd_emptysvg_primary_stroke)"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ d: "M201.639 348.959C205.379 348.959 208.41 345.945 208.41 342.228C208.41 338.51 205.379 335.496 201.639 335.496C197.9 335.496 194.868 338.51 194.868 342.228C194.868 345.945 197.9 348.959 201.639 348.959Z",
80
+ fill: "var(--zd_emptysvg_primary_stroke)"
81
+ }), /*#__PURE__*/React.createElement("path", {
82
+ d: "M262.955 349.334C266.694 349.334 269.726 346.32 269.726 342.603C269.726 338.885 266.694 335.871 262.955 335.871C259.215 335.871 256.184 338.885 256.184 342.603C256.184 346.32 259.215 349.334 262.955 349.334Z",
83
+ fill: "var(--zd_emptysvg_primary_stroke)"
84
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
85
+ id: "clip0_8054_29250"
86
+ }, /*#__PURE__*/React.createElement("rect", {
87
+ width: "450",
88
+ height: "400",
89
+ fill: "white",
90
+ transform: "translate(25 50)"
91
+ }))));
92
+ }
93
+ Webhook.propTypes = EmptyStateProps;
94
+ Webhook.defaultProps = { ...EmptyStateDefaultProps,
95
+ dataId: 'emptyWebhook'
96
+ };
@@ -0,0 +1,66 @@
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 ZiaAgent(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 148 148",
8
+ name: "ziaAgent",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ clipPath: "url(#a)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ fill: "var(--zd_emptysvg_primary_fill)",
17
+ d: "M59.348 41.588S93.906 18.5 111.37 25.456c17.464 6.956 29.378 65.342-19.166 91.538C43.66 143.19 21.608 86.21 21.386 76.146c-.148-9.842 0-33.078 37.962-34.558Z",
18
+ opacity: 0.1
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fill: "var(--zd_emptysvg_plus)",
21
+ d: "M10.36 35.002s-.074 0 0 0c-.222 0-.37-.222-.37-.37l.296-5.55c0-.222.148-.37.37-.37s.37.148.37.37l-.296 5.55c-.074.222-.222.37-.37.37Z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fill: "var(--zd_emptysvg_plus)",
24
+ d: "m13.172 32.412-5.476-.296c-.222 0-.37-.222-.37-.37 0-.222.222-.37.37-.37l5.402.296c.222 0 .37.222.37.37.074.222-.074.37-.296.37Z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fill: "var(--zd_emptysvg_medium_circle)",
27
+ d: "M126.688 15.392a3.474 3.474 0 0 0-3.478 3.478 3.474 3.474 0 0 0 3.478 3.478 3.474 3.474 0 0 0 3.478-3.478c0-1.924-1.628-3.478-3.478-3.478Zm0 6.29c-1.48 0-2.738-1.258-2.738-2.812 0-1.554 1.258-2.812 2.738-2.812s2.738 1.258 2.738 2.812c0 1.554-1.258 2.812-2.738 2.812ZM92.056 128.094a2.495 2.495 0 0 0-2.516 2.516 2.495 2.495 0 0 0 2.516 2.516 2.495 2.495 0 0 0 2.516-2.516c0-1.332-1.11-2.516-2.516-2.516Zm0 4.366c-.962 0-1.776-.814-1.776-1.85s.814-1.85 1.776-1.85c.962 0 1.776.814 1.776 1.85s-.814 1.85-1.776 1.85Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fill: "var(--zd_emptysvg_tiny_circle)",
30
+ d: "M59.866 14.8a2.226 2.226 0 0 0-2.22 2.22c0 1.184.962 2.22 2.22 2.22a2.226 2.226 0 0 0 2.22-2.22c0-1.184-.962-2.22-2.22-2.22Zm0 3.774c-.814 0-1.48-.666-1.48-1.48s.666-1.48 1.48-1.48 1.48.666 1.48 1.48-.666 1.48-1.48 1.48ZM134.939 111.999a.358.358 0 0 0-.518 0l-1.776 1.628-1.554-1.776a.358.358 0 0 0-.518 0 .358.358 0 0 0 0 .518l1.554 1.776-1.776 1.628a.358.358 0 0 0 0 .518c.074.074.148.148.296.148.074 0 .148 0 .222-.074l1.776-1.628 1.554 1.776c.074.074.148.148.296.148.074 0 .148 0 .222-.074a.358.358 0 0 0 0-.518l-1.554-1.776 1.776-1.628c.148-.222.148-.518 0-.666Z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ fill: "var(--zd_emptysvg_primary_fill)",
33
+ d: "M85.692 48.1S58.09 29.674 44.104 35.224c-13.986 5.55-23.532 52.244 15.318 73.186 38.85 20.942 56.462-24.642 56.61-32.708.148-7.844 0-26.492-30.34-27.602Z",
34
+ opacity: 0.1
35
+ })), /*#__PURE__*/React.createElement("path", {
36
+ stroke: "var(--zd_emptysvg_primary_stroke)",
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round",
39
+ strokeWidth: 1.012,
40
+ d: "M38.175 127.437s15.017-10.578 15.446-11.15c.43-.572.573-11.579.573-11.579s.286 11.436 1.86 11.293c1.575-.143 11.873 12.295 13.59 12.581 1.717.286-6.866-7.435-7.153-8.576-.286-1.144-1.288-9.147-.799-9.332.489-.185 9.341 6.663 9.341 6.663s4.161.29 4.423 0c.262-.289.43-13.494 0-13.836-.43-.342-6.776-.213-7.163-.213-.388 0-1.501-2.1-1.93-2.271-.43-.171-4.846.087-5.146.087-.3 0-.08 8.139-.08 8.139-9.355-4.856-10.797-21.128-10.797-21.128 6.479 2.52 10.277 11.6 10.277 11.6-1.327-12.137-9.827-13.128-10.909-14.297-1.079-1.168-2.52-14.206-2.52-14.206s2.43 1.978 4.587 0c2.157-1.978 4.587-22.656-1.26-22.838-5.848-.18-3.778 13.038-3.778 13.038.831 8.614 8.368 10.428 8.546 2.16.181-8.272-1.351-16.276-3.777-17.894-2.43-1.62-3.959.718-3.959.718.091-5.753 2.643-10.368 2.643-10.368 6.322-12.958 24.662-9.804 24.662-9.804l.87 72.909s1.63-1.734 3.221-1.734c1.592 0 1.055 1.64.185 1.605-.869-.035.97-.168 1.875-.367.904-.198 1.822-3.014-1.162-5.885-2.989-2.871-1.78-14.182-1.323-15.79.46-1.609 4.768-5.167 8.618-6.66 3.85-1.494 7.18-2.181 8.043-1.84.862.343 2.241 2.813 1.895 2.813-.345 0-4.367-1.78-9.19.115-4.825 1.894-5.342 2.756-5.342 2.756s1.435 4.305 7.01 4.19c5.571-.115 5.34-3.328 5.34-3.328s-3.675-2.927-7.927-.576c0 0 0 2.67 2.528 2.798 2.527.13 3.218-2.683 3.218-2.683s4.137.89 4.94 2.683c.802 1.793-.803 5.066 0 4.379.802-.688 4.597-11.384.743-17.308-3.854-5.928-5.93-5.335-5.732-9.78.2-4.444-7.805-10.863-13.045-7.406-5.236 3.457-4.35-17.283-2.866-20.542 1.484-3.258 27.179.234 29.644 11.946 2.468 11.712-6.273 6.918-6.273 5.85 0-1.067 5.861-4.368 7.568-.959 1.707 3.409 3.658 4.748 0 17.032-3.658 12.284-2.349 13.31-2.349 13.31s-4.957 1.818-4.957 3.245c0 1.426 4.21-2.031 5.051-.908.841 1.12.094 17.197-4.583 18.037-4.675.841.562-14.485 1.497-14.3.936.188-.747 11.869-3.274 15.794-2.524 3.924-11.914 20.189-21.769 22.22 0 0 5.303-1.734 14.672-9.357l.646 9.657 9.373 9.688"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ stroke: "var(--zd_emptysvg_primary_stroke)",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: 1.012,
46
+ d: "M54.515 74.633s.066 1.874.534 2.143c.468.268 13.656.335 14.127 0 .471-.335.401-1.807.401-1.807l-15.062-.335ZM52.97 50.328s-3.271-1.399-3.39 1.961c-.118 3.36-.698 17.964 3.718 14.639M70.702 108.552l1.026 1.302h3.99"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ stroke: "var(--zd_emptysvg_primary_stroke)",
49
+ strokeLinecap: "round",
50
+ strokeLinejoin: "round",
51
+ strokeWidth: 1.012,
52
+ d: "M75.695 106.571s3.303.475 4.249 1.423c0 0-1.303.311-1.833 1.211-.789 1.34-2.391 1.211-2.391 1.211"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ fill: "var(--zd_emptysvg_secondary_fill)",
55
+ d: "m73.158 70.744-16.434 1.264c-.404.844-.815.591-1.075.082l1.075-.082c.432-.905.857-3.068 1.08-7.522.538-10.768-2.964-19.651-4.445-23.016-1.482-3.365 17.779-18.844 17.779-9.422 0 7.537 1.346 28.938 2.02 38.696ZM84.853 82.325c-6.789-.216-2.829 7.806 0 11.844 0 2.961-3.637 8.479-3.098 12.248.538 3.769 6.869-1.48 9.293-2.019 2.425-.538 4.984-13.46 5.522-16.555.54-3.096-3.232-5.25-11.717-5.518Z"
56
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
57
+ id: "a"
58
+ }, /*#__PURE__*/React.createElement("path", {
59
+ fill: "#fff",
60
+ d: "M7.4 14.8h133.2v118.4H7.4z"
61
+ }))));
62
+ }
63
+ ZiaAgent.propTypes = EmptyStateProps;
64
+ ZiaAgent.defaultProps = { ...EmptyStateDefaultProps,
65
+ dataId: 'ziaAgent'
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 ZiaAnamoly(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ErrorStateProps } from '../props/propTypes';
3
- import { ErrorStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
5
- import image from '../../../../images/Inconvenience.svg';
2
+ import { ErrorStateProps } from "../props/propTypes";
3
+ import { ErrorStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ import image from "../../../../images/Inconvenience.svg";
6
6
  export default function Inconvenience(props) {
7
7
  const {
8
8
  isFluid