@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 EmptyWechat(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyWhatsapp(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function EmptyZSCKey(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,44 +1,79 @@
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
+ const fillNone = {
6
+ fill: 'none'
7
+ };
5
8
  export default function Export(props) {
6
9
  return /*#__PURE__*/React.createElement(SVG, {
7
- viewBox: "0 0 200 200",
8
- name: "export",
9
- ...props
10
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
11
- d: "M80.46 58s46.65-31.17 70.27-21.79 39.74 88.3-25.92 123.72-95.36-41.62-95.62-55.27C29 91.42 29.19 59.93 80.46 58Z",
12
- style: {
13
- fill: 'var(--zd_emptysvg_primary_fill)',
14
- opacity: 0.1
15
- }
16
- }), /*#__PURE__*/React.createElement("path", {
17
- className: "cls-2",
18
- d: "M14.22 119.11a.51.51 0 0 1-.47-.53l.42-7.47a.48.48 0 0 1 .52-.47.51.51 0 0 1 .47.53l-.41 7.47a.51.51 0 0 1-.53.47Z"
19
- }), /*#__PURE__*/React.createElement("path", {
20
- className: "cls-2",
21
- d: "m18.1 115.58-7.34-.42a.49.49 0 0 1-.47-.52.49.49 0 0 1 .52-.47l7.35.42a.5.5 0 0 1 0 1Z"
22
- }), /*#__PURE__*/React.createElement("path", {
23
- className: "cls-3",
24
- d: "M171.41 22.61a4.75 4.75 0 1 0 4.67 4.74 4.72 4.72 0 0 0-4.67-4.74Zm0 8.5a3.76 3.76 0 1 1 3.68-3.76 3.73 3.73 0 0 1-3.68 3.76ZM124.66 174.88a3.45 3.45 0 1 0 3.39 3.45 3.43 3.43 0 0 0-3.39-3.45Zm0 5.9a2.45 2.45 0 1 1 2.4-2.45 2.43 2.43 0 0 1-2.4 2.45Z"
25
- }), /*#__PURE__*/React.createElement("path", {
26
- className: "cls-4",
27
- d: "M81.16 21.77a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 2-2.05 2 2 0 0 1-2 2.05ZM190.08 131.62a.49.49 0 0 0-.7 0l-2.38 2.11-2.11-2.4a.5.5 0 1 0-.75.65l2.13 2.42-2.38 2.17a.49.49 0 0 0 0 .7.49.49 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.12 2.41a.5.5 0 0 0 .7.05.51.51 0 0 0 .05-.71l-2.13-2.42 2.38-2.16a.49.49 0 0 0 0-.7Z"
28
- }), /*#__PURE__*/React.createElement("path", {
29
- d: "M53.45 128.89c-5.58-3.24-7.84-12.38-4.89-19.6 2.15-5.25 5.78-10.27 11.79-10 12.39.57 9.29 18.31 6.19 18s7-39.72 24.18-38.87 27.48 20.28 24.79 26.76-.62-21.1 26.49-10.39-7.17 48.8-53.72 43.38c-18.44-2.17-28.9-5.84-34.83-9.28Z",
30
- style: {
31
- fill: 'var(--zd_emptysvg_secondary_fill)'
32
- }
33
- }), /*#__PURE__*/React.createElement("path", {
34
- d: "M176 115.21h-68.14l-.52-17.59c5.47-.73 17.21-2.53 14.5 1.58-1 1.51-22.85-18.41-20.3-18S81.32 100 79.86 98.52s15-.73 15-.73l-.37 16.4-42.14 1s-22.72.85-22.13-20.64c.26-9.2 6.89-17.2 16-18.27 5.52-.65 12.12 1.14 18.79 8.89 0 0-10.32 15.21.36-8.69s47.76-37.24 69.31-12.73c23.61 26.86 2.56 38.62 2.38 36.63s2.5-7.37 15.56-1.27c16.91 7.89 11.26 41.8-21 29.29 0 0-54.89 29.46-89.6-5.46",
35
- style: {
36
- fill: 'none',
37
- stroke: 'var(--zd_emptysvg_primary_stroke)',
38
- strokeLinecap: 'round',
39
- strokeLinejoin: 'round'
40
- }
41
- }));
10
+ viewBox: "0 0 500 500",
11
+ name: "Export",
12
+ ...props,
13
+ styleName: fillNone
14
+ }, /*#__PURE__*/React.createElement("g", {
15
+ "clip-path": "url(#clip0_8054_29303)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ opacity: "0.1",
18
+ 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.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
19
+ fill: "var(--zd_emptysvg_primary_fill)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ 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",
22
+ fill: "var(--zd_emptysvg_plus)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ 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",
25
+ fill: "var(--zd_emptysvg_plus)"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ 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",
28
+ fill: "var(--zd_emptysvg_medium_circle)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ 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",
31
+ fill: "var(--zd_emptysvg_small_circle)"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ 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",
34
+ fill: "var(--zd_emptysvg_tiny_circle)"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ 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",
37
+ fill: "var(--zd_emptysvg_cross)"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ opacity: "0.1",
40
+ d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5022 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",
41
+ fill: "var(--zd_emptysvg_primary_fill)"
42
+ })), /*#__PURE__*/React.createElement("g", {
43
+ "clip-path": "url(#clip1_8054_29303)"
44
+ }, /*#__PURE__*/React.createElement("path", {
45
+ d: "M169.27 231.823C169.27 231.823 154.634 241.172 169.858 244.109C185.081 247.047 255.274 244.697 250.012 237.672C244.75 230.648 169.27 231.823 169.27 231.823Z",
46
+ fill: "var(--zd_emptysvg_secondary_fill)"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M169.27 276.191C169.27 276.191 154.634 285.54 169.858 288.477C185.081 291.415 255.274 289.065 250.012 282.04C244.75 275.016 169.27 276.191 169.27 276.191Z",
49
+ fill: "var(--zd_emptysvg_secondary_fill)"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M167.635 316.496C167.635 316.496 149.627 326.586 168.35 329.728C187.099 332.869 273.587 330.366 267.099 322.78C260.612 315.194 167.635 316.471 167.635 316.471V316.496Z",
52
+ fill: "var(--zd_emptysvg_secondary_fill)"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M345.567 293.304C345.567 293.304 348.556 393.969 343.984 399.436C339.437 404.902 115.144 398.542 110.597 402.169C106.051 405.796 112.232 419.027 114.659 406.843C117.085 394.659 110.367 194.53 110.367 194.53L179.333 115.857L179.155 122.626L180.074 181.35C180.074 181.35 117.698 184.542 112.692 184.083C107.685 183.623 180.534 108.961 180.534 108.961L301.455 108.756L322.885 83.622C322.885 83.622 399.514 170.596 400.868 175.168C402.222 179.715 356.244 176.088 356.244 176.088C356.244 176.088 356.704 273.126 357.164 276.778C357.624 280.431 293.409 279.511 293.409 279.511C293.409 279.511 290.216 177.416 292.055 172.001C293.868 166.586 303.447 171.541 306.614 174.734C309.782 177.927 255.171 178.821 247.431 177.467C239.692 176.113 324.367 69.1136 325.618 66.3805C326.87 63.6474 410.779 163.137 410.779 163.137C410.779 163.137 428.097 185.079 425.542 187.199C422.988 189.319 370.855 190.596 370.855 190.596L371.289 237.187",
55
+ stroke: "var(--zd_emptysvg_primary_stroke)",
56
+ "stroke-width": "2.5543",
57
+ "stroke-linecap": "round",
58
+ "stroke-linejoin": "round"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ d: "M300.203 269.907V167.863C300.203 167.863 262.936 173.712 262.936 170.647C262.936 167.582 318.364 90.876 323.294 94.8863C328.223 98.8965 392.592 167.556 390.114 169.114C387.636 170.672 351.927 164.491 351.927 171.566C351.927 178.642 354.712 269.09 350.088 269.907C345.465 270.724 321.455 267.25 316.525 269.907C311.595 272.563 300.203 269.907 300.203 269.907Z",
61
+ fill: "var(--zd_emptysvg_secondary_fill)"
62
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
63
+ id: "clip0_8054_29303"
64
+ }, /*#__PURE__*/React.createElement("rect", {
65
+ width: "450",
66
+ height: "400",
67
+ fill: "white",
68
+ transform: "translate(25 50)"
69
+ })), /*#__PURE__*/React.createElement("clipPath", {
70
+ id: "clip1_8054_29303"
71
+ }, /*#__PURE__*/React.createElement("rect", {
72
+ width: "319.39",
73
+ height: "348.151",
74
+ fill: "white",
75
+ transform: "translate(107.737 65)"
76
+ }))));
42
77
  }
43
78
  Export.propTypes = EmptyStateProps;
44
79
  Export.defaultProps = { ...EmptyStateDefaultProps,
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Extensions(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function Extractor(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -0,0 +1,103 @@
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 FieldList(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyFieldList",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29278)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ opacity: "0.1",
17
+ d: "M198.002 140.5C198.002 140.5 314.752 62.5004 373.752 86.0004C432.752 109.5 473.002 306.75 309.002 395.25C145.002 483.75 70.5016 291.25 69.7516 257.25C69.2516 224 69.7516 145.5 198.002 140.5Z",
18
+ fill: "var(--zd_emptysvg_primary_fill)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M32.5 293.25C32.25 293.25 32.5 293.25 32.5 293.25C31.75 293.25 31.25 292.5 31.25 292L32.25 273.25C32.25 272.5 32.75 272 33.5 272C34.25 272 34.75 272.5 34.75 273.25L33.75 292C33.5 292.75 33 293.25 32.5 293.25Z",
21
+ fill: "var(--zd_emptysvg_plus)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M42.001 284.5L23.501 283.5C22.751 283.5 22.251 282.75 22.251 282.25C22.251 281.5 23.001 281 23.501 281L41.751 282C42.501 282 43.001 282.75 43.001 283.25C43.251 284 42.751 284.5 42.001 284.5Z",
24
+ fill: "var(--zd_emptysvg_plus)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M425.5 51.9995C419 51.9995 413.75 57.2495 413.75 63.7495C413.75 70.2495 419 75.4995 425.5 75.4995C432 75.4995 437.25 70.2495 437.25 63.7495C437.25 57.2495 431.75 51.9995 425.5 51.9995ZM425.5 73.2495C420.5 73.2495 416.25 68.9995 416.25 63.7495C416.25 58.4995 420.5 54.2495 425.5 54.2495C430.5 54.2495 434.75 58.4995 434.75 63.7495C434.75 68.9995 430.5 73.2495 425.5 73.2495Z",
27
+ fill: "var(--zd_emptysvg_medium_circle)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M308.5 432.749C303.75 432.749 300 436.499 300 441.249C300 445.999 303.75 449.749 308.5 449.749C313.25 449.749 317 445.999 317 441.249C317 436.749 313.25 432.749 308.5 432.749ZM308.5 447.499C305.25 447.499 302.5 444.749 302.5 441.249C302.5 437.749 305.25 434.999 308.5 434.999C311.75 434.999 314.5 437.749 314.5 441.249C314.5 444.749 311.75 447.499 308.5 447.499Z",
30
+ fill: "var(--zd_emptysvg_medium_circle)"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M199.751 50C195.501 50 192.251 53.5 192.251 57.5C192.251 61.5 195.501 65 199.751 65C204.001 65 207.251 61.5 207.251 57.5C207.251 53.5 204.001 50 199.751 50ZM199.751 62.75C197.001 62.75 194.751 60.5 194.751 57.75C194.751 55 197.001 52.75 199.751 52.75C202.501 52.75 204.751 55 204.751 57.75C204.751 60.5 202.501 62.75 199.751 62.75Z",
33
+ fill: "var(--zd_emptysvg_tiny_circle)"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M472 274.5C471.5 274 470.75 274 470.25 274.5L464.25 280L459 274C458.5 273.5 457.75 273.5 457.25 274C456.75 274.5 456.75 275.25 457.25 275.75L462.5 281.75L456.5 287.25C456 287.75 456 288.5 456.5 289C456.75 289.25 457 289.5 457.5 289.5C457.75 289.5 458 289.5 458.25 289.25L464.25 283.75L469.5 289.75C469.75 290 470 290.25 470.5 290.25C470.75 290.25 471 290.25 471.25 290C471.75 289.5 471.75 288.75 471.25 288.25L466 282.25L472 276.75C472.5 276 472.5 275 472 274.5Z",
36
+ fill: "var(--zd_emptysvg_tiny_circle)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ opacity: "0.1",
39
+ d: "M287.002 162.5C287.002 162.5 193.752 100.25 146.502 119C99.2517 137.75 67.0017 295.5 198.252 366.25C329.502 437 389.002 283 389.502 255.75C390.002 229.25 389.502 166.25 287.002 162.5Z",
40
+ fill: "var(--zd_emptysvg_primary_fill)"
41
+ }), /*#__PURE__*/React.createElement("g", {
42
+ "clip-path": "url(#clip1_8054_29278)"
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ d: "M210.101 113.464C210.101 113.464 184.859 123.265 211.187 126.532C237.516 129.799 359.387 127.077 350.159 119.726C340.93 112.375 210.101 113.464 210.101 113.464Z",
45
+ fill: "var(--zd_emptysvg_secondary_fill)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M209.014 146.678C209.014 146.678 194.628 155.935 209.557 158.658C224.486 161.38 293.157 159.202 288 152.396C282.843 145.317 209.014 146.678 209.014 146.678Z",
48
+ fill: "var(--zd_emptysvg_secondary_fill)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M150.658 235.434C150.658 235.434 125.415 245.235 151.744 248.502C178.072 251.497 299.944 249.047 290.715 241.696C281.487 234.345 150.658 235.434 150.658 235.434Z",
51
+ fill: "var(--zd_emptysvg_secondary_fill)"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M149.3 268.377C149.3 268.377 134.915 277.634 149.843 280.356C164.772 283.351 233.443 280.901 228.286 274.094C223.4 267.288 149.3 268.377 149.3 268.377Z",
54
+ fill: "var(--zd_emptysvg_secondary_fill)"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M95.0143 265.654C95.0143 259.392 89.3143 262.932 87.6858 260.754C84.9715 257.759 82.8001 252.858 88.7715 247.958C99.0858 239.518 117.543 238.156 121.343 256.397C125.143 274.639 99.0858 283.623 93.3858 275.455C91.2143 272.461 95.0143 267.288 95.0143 265.654Z",
57
+ fill: "var(--zd_emptysvg_secondary_fill)"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M227.472 340.525C227.472 340.525 202.229 350.326 228.557 353.593C254.886 356.588 376.757 354.138 367.529 346.787C358.572 339.164 227.472 340.525 227.472 340.525Z",
60
+ fill: "var(--zd_emptysvg_secondary_fill)"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M226.387 373.741C226.387 373.741 212.001 382.997 226.93 385.72C241.859 388.715 310.53 386.264 305.373 379.458C300.216 372.652 226.387 373.741 226.387 373.741Z",
63
+ fill: "var(--zd_emptysvg_secondary_fill)"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M172.101 370.746C172.101 364.484 166.401 368.023 164.773 365.845C162.058 362.851 159.887 357.95 165.858 353.049C176.173 344.609 194.63 343.248 198.43 361.489C202.23 379.73 176.173 388.715 170.473 380.547C168.03 377.825 171.83 372.38 172.101 370.746Z",
66
+ fill: "var(--zd_emptysvg_secondary_fill)"
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ d: "M170.743 142.867C170.743 136.605 176.443 140.144 178.072 137.966C180.786 134.972 182.958 130.071 176.986 125.17C166.672 116.73 148.215 115.369 144.415 133.61C140.615 151.851 166.672 160.836 172.372 152.668C174.815 149.946 170.743 144.773 170.743 142.867Z",
69
+ fill: "var(--zd_emptysvg_secondary_fill)"
70
+ }), /*#__PURE__*/React.createElement("path", {
71
+ d: "M322.742 181.528L211.456 182.344C211.456 182.344 134.914 189.695 133.828 178.805C132.742 167.915 131.114 95.4947 136.542 95.4947C141.971 95.4947 403.356 90.0496 404.442 99.0341C404.442 99.0341 405.256 179.077 403.356 179.077C401.456 179.077 332.785 178.805 332.785 178.805",
72
+ stroke: "var(--zd_emptysvg_primary_stroke)",
73
+ "stroke-width": "2.5",
74
+ "stroke-miterlimit": "10",
75
+ "stroke-linecap": "round",
76
+ "stroke-linejoin": "round"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M322.743 181.527C322.743 181.527 316.5 295.33 324.643 300.503C329.529 303.498 326.543 227.266 321.929 219.915C317.043 212.837 68.1434 218.282 63.5291 218.282C58.9148 218.282 62.7148 292.335 65.4291 298.87C68.1434 305.404 212.272 300.775 212.272 300.775H312.7L313.515 328.273H139.258C139.258 328.273 139.258 406.411 142.515 406.411C145.772 406.411 414.758 397.971 414.758 397.971C414.758 397.971 417.2 329.362 411.5 325.823C405.529 322.556 322.743 325.823 322.743 325.823C322.743 325.823 296.686 360.944 438.643 311.666",
79
+ stroke: "var(--zd_emptysvg_primary_stroke)",
80
+ "stroke-width": "2.5",
81
+ "stroke-miterlimit": "10",
82
+ "stroke-linecap": "round",
83
+ "stroke-linejoin": "round"
84
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
85
+ id: "clip0_8054_29278"
86
+ }, /*#__PURE__*/React.createElement("rect", {
87
+ width: "450",
88
+ height: "400",
89
+ fill: "white",
90
+ transform: "translate(22.5 50)"
91
+ })), /*#__PURE__*/React.createElement("clipPath", {
92
+ id: "clip1_8054_29278"
93
+ }, /*#__PURE__*/React.createElement("rect", {
94
+ width: "380",
95
+ height: "315",
96
+ fill: "white",
97
+ transform: "translate(60 92.5)"
98
+ }))));
99
+ }
100
+ FieldList.propTypes = EmptyStateProps;
101
+ FieldList.defaultProps = { ...EmptyStateDefaultProps,
102
+ dataId: 'emptyFieldList'
103
+ };
@@ -0,0 +1,104 @@
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 FieldPermission(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "emptyFieldPermission",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("g", {
14
+ "clip-path": "url(#clip0_8054_29272)"
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_29272)"
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ d: "M215.245 117.068C215.245 117.068 190.462 126.716 216.226 129.737C241.99 132.759 360.948 130.347 352.015 123.111C343.083 115.875 215.219 117.094 215.219 117.094L215.245 117.068Z",
45
+ fill: "var(--zd_emptysvg_secondary_fill)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M214.106 149.378C214.106 149.378 200.138 158.337 214.663 161.12C229.214 163.903 296.301 161.676 291.264 154.97C286.228 148.265 214.106 149.378 214.106 149.378Z",
48
+ fill: "var(--zd_emptysvg_secondary_fill)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M157.119 235.787C157.119 235.787 132.336 245.435 158.1 248.457C183.864 251.478 302.822 249.066 293.889 241.83C284.957 234.594 157.093 235.813 157.093 235.813L157.119 235.787Z",
51
+ fill: "var(--zd_emptysvg_secondary_fill)"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M155.979 268.07C155.979 268.07 142.011 277.029 156.536 279.812C171.061 282.595 238.174 280.369 233.138 273.663C228.101 266.957 155.979 268.07 155.979 268.07Z",
54
+ fill: "var(--zd_emptysvg_secondary_fill)"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M102.834 265.235C102.887 259.245 97.3472 262.558 95.5713 260.57C92.8677 257.548 90.8798 252.936 96.7641 248.192C106.889 240.028 124.834 238.703 128.571 256.541C132.308 274.379 106.969 283.1 101.164 275.069C98.9906 272.047 102.807 266.958 102.834 265.235Z",
57
+ fill: "var(--zd_emptysvg_secondary_fill)"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M232.262 338.178C232.262 338.178 207.479 347.827 233.243 350.848C259.006 353.87 377.964 351.458 369.032 344.222C360.099 336.986 232.235 338.205 232.235 338.205L232.262 338.178Z",
60
+ fill: "var(--zd_emptysvg_secondary_fill)"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M231.122 370.463C231.122 370.463 217.153 379.422 231.678 382.205C246.204 384.988 313.316 382.762 308.28 376.056C303.244 369.35 231.122 370.463 231.122 370.463Z",
63
+ fill: "var(--zd_emptysvg_secondary_fill)"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M177.979 367.626C178.032 361.636 172.493 364.949 170.717 362.961C168.013 359.94 166.025 355.328 171.91 350.583C182.035 342.419 199.979 341.094 203.717 358.933C207.454 376.771 182.114 385.491 176.31 377.46C174.136 374.438 177.953 369.349 177.979 367.626Z",
66
+ fill: "var(--zd_emptysvg_secondary_fill)"
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ d: "M176.839 145.826C176.786 139.835 182.326 143.149 184.102 141.161C186.805 138.139 188.793 133.527 182.909 128.782C172.784 120.619 154.839 119.293 151.102 137.132C147.365 154.97 172.704 163.691 178.509 155.659C180.682 152.638 176.866 147.549 176.839 145.826Z",
69
+ fill: "var(--zd_emptysvg_secondary_fill)"
70
+ }), /*#__PURE__*/React.createElement("path", {
71
+ d: "M380.908 184.816L403.729 184.365C405.532 184.365 404.869 103.178 404.869 103.178C403.968 94.2721 148.664 99.6793 143.336 99.6793C138.009 99.6793 139.785 170.052 140.659 180.761C141.534 191.469 310.243 181.529 316.499 185.001C321.243 187.626 322.383 191.416 319.626 192.37C317.718 193.033 315.598 192.635 313.875 191.548C304.253 185.452 264.309 156.879 293.465 133.633C326.783 107.074 397.076 127.935 383.664 164.513C370.252 201.064 305.578 190.382 291.716 161.199C277.827 132.016 359.836 123.296 362.725 162.339C362.725 162.339 358.086 186.221 325.034 189.667C325.034 189.667 325.034 279.336 327.34 294.364C327.34 294.364 327.923 304.145 335.45 301.945C341.202 300.249 338.605 281.721 339.956 281.165C341.308 280.608 353.13 281.297 353.13 281.297L353.262 288.931L343.111 287.95L339.93 274.618L353.527 275.174L353.686 266.825L339.903 265.977L338.127 199.129",
72
+ stroke: "var(--zd_emptysvg_primary_stroke)",
73
+ "stroke-width": "2.65058",
74
+ "stroke-linecap": "round",
75
+ "stroke-linejoin": "round"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M315.916 219.115C311.463 211.985 76.5154 219.115 72.0624 219.115C67.6095 219.115 71.1612 291.264 73.8383 297.519C76.5154 303.748 217.261 299.295 217.261 299.295H315.253L316.101 326.119H146.04C146.04 326.119 146.04 402.084 149.353 402.084C152.667 402.084 415.26 393.814 415.26 393.814C415.26 393.814 417.725 326.94 411.946 323.627C406.168 320.314 325.246 323.627 325.246 323.627C325.246 323.627 299.933 357.846 438.426 309.977",
78
+ stroke: "var(--zd_emptysvg_primary_stroke)",
79
+ "stroke-width": "2.65058",
80
+ "stroke-linecap": "round",
81
+ "stroke-linejoin": "round"
82
+ }), /*#__PURE__*/React.createElement("path", {
83
+ d: "M354.057 169.496C345.628 179.462 331.235 181.901 319.705 175.778C304.703 167.853 288.402 155.793 304.12 146.436C329.777 131.142 357.078 150.73 359.066 158.761C359.756 161.571 357.423 165.52 354.083 169.47L354.057 169.496Z",
84
+ fill: "var(--zd_emptysvg_secondary_fill)"
85
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
86
+ id: "clip0_8054_29272"
87
+ }, /*#__PURE__*/React.createElement("rect", {
88
+ width: "450",
89
+ height: "400",
90
+ fill: "white",
91
+ transform: "translate(25 50)"
92
+ })), /*#__PURE__*/React.createElement("clipPath", {
93
+ id: "clip1_8054_29272"
94
+ }, /*#__PURE__*/React.createElement("rect", {
95
+ width: "371.108",
96
+ height: "306.672",
97
+ fill: "white",
98
+ transform: "translate(68.6426 96.7368)"
99
+ }))));
100
+ }
101
+ FieldPermission.propTypes = EmptyStateProps;
102
+ FieldPermission.defaultProps = { ...EmptyStateDefaultProps,
103
+ dataId: 'emptyFieldPermission'
104
+ };
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function FieldUpdate(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function FromAddress(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function GCBot(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function GCConversation(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from '../props/propTypes';
3
- import { EmptyStateDefaultProps } from '../props/defaultProps';
4
- import SVG from '../../SVG/SVG';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
5
  export default function HolidayLists(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,58 +1,86 @@
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
+ const fillNone = {
6
+ fill: 'none'
7
+ };
5
8
  export default function Import(props) {
6
9
  return /*#__PURE__*/React.createElement(SVG, {
7
10
  viewBox: "0 0 500 500",
8
11
  name: "import",
9
- ...props
12
+ ...props,
13
+ styleName: fillNone
10
14
  }, /*#__PURE__*/React.createElement("g", {
11
- clipPath: "url(#Import_svg__clip0)"
15
+ "clip-path": "url(#clip0_8054_29261)"
12
16
  }, /*#__PURE__*/React.createElement("g", {
13
- clipPath: "url(#Import_svg__clip1)"
17
+ "clip-path": "url(#clip1_8054_29261)"
14
18
  }, /*#__PURE__*/React.createElement("path", {
15
- opacity: 0.1,
16
- 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",
19
+ opacity: "0.1",
20
+ 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.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
17
21
  fill: "var(--zd_emptysvg_primary_fill)"
18
22
  }), /*#__PURE__*/React.createElement("path", {
19
- d: "M35 293.249s-.25 0 0 0c-.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",
23
+ 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",
20
24
  fill: "var(--zd_emptysvg_plus)"
21
25
  }), /*#__PURE__*/React.createElement("path", {
22
- d: "M44.501 284.498l-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",
26
+ 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",
23
27
  fill: "var(--zd_emptysvg_plus)"
24
28
  }), /*#__PURE__*/React.createElement("path", {
25
- d: "M428 51.999c-6.5 0-11.75 5.25-11.75 11.75s5.25 11.75 11.75 11.75 11.75-5.25 11.75-11.75-5.5-11.75-11.75-11.75zm0 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.748c-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",
29
+ 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",
26
30
  fill: "var(--zd_emptysvg_medium_circle)"
27
31
  }), /*#__PURE__*/React.createElement("path", {
28
- 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",
32
+ 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",
33
+ fill: "var(--zd_emptysvg_small_circle)"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ 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",
29
36
  fill: "var(--zd_emptysvg_tiny_circle)"
30
37
  }), /*#__PURE__*/React.createElement("path", {
31
- opacity: 0.1,
32
- d: "M289.502 162.499s-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",
38
+ 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",
39
+ fill: "var(--zd_emptysvg_cross)"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ opacity: "0.1",
42
+ d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5022 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",
33
43
  fill: "var(--zd_emptysvg_primary_fill)"
44
+ })), /*#__PURE__*/React.createElement("g", {
45
+ "clip-path": "url(#clip2_8054_29261)"
46
+ }, /*#__PURE__*/React.createElement("path", {
47
+ d: "M150.052 242.996C150.052 242.996 134.913 252.666 150.66 255.704C166.406 258.743 239.009 256.312 233.566 249.047C228.124 241.781 150.052 242.996 150.052 242.996Z",
48
+ fill: "var(--zd_emptysvg_secondary_fill)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M150.052 288.888C150.052 288.888 134.913 298.558 150.66 301.596C166.406 304.634 239.009 302.204 233.566 294.938C228.124 287.673 150.052 288.888 150.052 288.888Z",
51
+ fill: "var(--zd_emptysvg_secondary_fill)"
34
52
  }), /*#__PURE__*/React.createElement("path", {
35
- d: "M103.272 292.867c-15.153-8.693-21.106-33.684-13.259-53.242 5.683-14.126 15.695-27.98 31.93-27.165 33.554 1.63 25.165 49.711 16.777 48.896-8.388-.815 18.941-107.842 65.483-105.669 46.272 2.173 74.413 55.143 67.107 72.8-7.306 17.657-1.623-57.316 71.437-28.251 73.059 29.066-19.483 132.562-145.309 117.894-49.788-5.977-77.93-16.027-94.166-25.263z",
53
+ d: "M148.361 330.579C148.361 330.579 129.735 341.015 149.101 344.265C168.494 347.514 257.953 344.925 251.242 337.078C244.531 329.232 148.361 330.553 148.361 330.553V330.579Z",
36
54
  fill: "var(--zd_emptysvg_secondary_fill)"
37
55
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M442.326 285.26H107.333s-61.425 2.445-59.801-55.958c.811-24.992 18.67-46.723 43.294-49.711 14.883-1.63 32.742 2.988 50.872 24.176 0 0-27.871 41.29 1.082-23.633s129.073-101.323 187.521-34.77c63.859 73.072 7.035 104.854 6.494 99.421-.541-5.433 10.282-26.077 42.212-3.531 31.93 22.546-8.929 93.445-78.742 85.567l-47.354-1.901-1.082 44.549s44.377 1.902 40.318-1.901c-4.059-4.075-65.483 46.179-58.718 47.266 7.035 1.086-52.225-53.242-54.931-48.896-7.306 11.137 24.354 6.248 39.236 4.346l-1.353-47.809s-114.19 22.818-147.202-27.707",
56
+ d: "M330.001 267.859C330.001 267.859 256.05 184.503 254.65 179.8C253.25 175.097 300.806 178.849 300.806 178.849C300.806 178.849 300.331 78.4783 299.855 74.7002C299.38 70.9221 365.8 71.8733 365.8 71.8733C365.8 71.8733 369.103 177.475 367.201 183.076C365.325 188.677 355.417 183.552 352.141 180.249C348.865 176.947 405.351 176.022 413.357 177.422C421.362 178.823 333.779 289.497 332.484 292.324C331.19 295.151 244.399 192.244 244.399 192.244C244.399 192.244 226.486 169.549 229.128 167.356C231.77 165.163 285.694 163.842 285.694 163.842L285.245 115.652L160.171 115.863C160.171 115.863 84.794 193.142 89.9723 193.618C95.1507 194.094 159.669 190.791 159.669 190.791L158.718 130.051L158.903 123.049L87.5945 204.424C87.5945 204.424 94.5431 411.427 92.0331 424.029C89.5232 436.632 83.1559 422.946 87.8323 419.194C92.5087 415.443 324.505 422.021 329.235 416.367C333.937 410.713 330.873 306.591 330.873 306.591",
39
57
  stroke: "var(--zd_emptysvg_primary_stroke)",
40
- fill: "transparent",
41
- strokeWidth: 2.5,
42
- strokeMiterlimit: 10,
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
58
+ "stroke-width": "2.64203",
59
+ "stroke-linecap": "round",
60
+ "stroke-linejoin": "round"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M361.15 82.5718V188.121C361.15 188.121 399.697 182.071 399.697 185.241C399.697 188.411 342.365 267.752 337.266 263.604C332.167 259.456 265.588 188.438 268.151 186.826C270.713 185.215 307.649 191.608 307.649 184.29C307.649 176.972 304.769 83.4172 309.551 82.5718C314.333 81.7263 339.168 85.3195 344.268 82.5718C349.367 79.8241 361.15 82.5718 361.15 82.5718Z",
63
+ fill: "var(--zd_emptysvg_secondary_fill)"
45
64
  }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
46
- id: "Import_svg__clip0"
47
- }, /*#__PURE__*/React.createElement("path", {
48
- fill: "#fff",
49
- d: "M0 0h500v500H0z"
65
+ id: "clip0_8054_29261"
66
+ }, /*#__PURE__*/React.createElement("rect", {
67
+ width: "500",
68
+ height: "500",
69
+ fill: "white"
50
70
  })), /*#__PURE__*/React.createElement("clipPath", {
51
- id: "Import_svg__clip1"
52
- }, /*#__PURE__*/React.createElement("path", {
53
- fill: "#fff",
54
- transform: "translate(25 50)",
55
- d: "M0 0h450v400H0z"
71
+ id: "clip1_8054_29261"
72
+ }, /*#__PURE__*/React.createElement("rect", {
73
+ width: "450",
74
+ height: "400",
75
+ fill: "white",
76
+ transform: "translate(25 50)"
77
+ })), /*#__PURE__*/React.createElement("clipPath", {
78
+ id: "clip2_8054_29261"
79
+ }, /*#__PURE__*/React.createElement("rect", {
80
+ width: "330.359",
81
+ height: "360.109",
82
+ fill: "white",
83
+ transform: "translate(84.8203 70.4453)"
56
84
  }))));
57
85
  }
58
86
  Import.propTypes = EmptyStateProps;