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

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 (301) hide show
  1. package/README.md +27 -1
  2. package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +1 -1
  3. package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +1 -1
  4. package/deprecated/13_sep_2024/SvgLoader.js +26 -0
  5. package/es/Loader/Loader.js +10 -21
  6. package/es/Loader/LoaderSvg.module.css +28 -0
  7. package/es/Loader/__tests__/Loader.spec.js +1 -1
  8. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +3 -9
  9. package/es/SVG/SVG.js +4 -4
  10. package/es/SVG/__tests__/SVG.spec.js +1 -1
  11. package/es/emptystate/index.js +3 -3
  12. package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
  13. package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
  14. package/es/emptystate/version1/index.js +1 -1
  15. package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  16. package/es/emptystate/version2/EmptyBusinessHour.js +4 -4
  17. package/es/emptystate/version2/EmptyFromAddress.js +4 -4
  18. package/es/emptystate/version2/EmptyImportHistory.js +4 -4
  19. package/es/emptystate/version2/EmptyNetwork.js +4 -4
  20. package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
  21. package/es/emptystate/version2/EmptyRoles.js +4 -4
  22. package/es/emptystate/version2/EmptyWebhook.js +4 -4
  23. package/es/emptystate/version2/FailureLog.js +4 -4
  24. package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
  25. package/es/emptystate/version2/index.js +9 -9
  26. package/es/emptystate/version3/AuditLog.js +3 -3
  27. package/es/emptystate/version3/Bot.js +3 -3
  28. package/es/emptystate/version3/Contract.js +3 -3
  29. package/es/emptystate/version3/CustomModule.js +3 -3
  30. package/es/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  31. package/es/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  32. package/es/emptystate/version3/EmptyAPIs.js +3 -3
  33. package/es/emptystate/version3/EmptyAccounts.js +3 -3
  34. package/es/emptystate/version3/EmptyActiveCalls.js +3 -3
  35. package/es/emptystate/version3/EmptyActivity.js +3 -3
  36. package/es/emptystate/version3/EmptyAgent.js +3 -3
  37. package/es/emptystate/version3/EmptyAgentQueue.js +3 -3
  38. package/es/emptystate/version3/EmptyApplechat.js +3 -3
  39. package/es/emptystate/version3/EmptyApproval.js +3 -3
  40. package/es/emptystate/version3/EmptyArchived.js +3 -3
  41. package/es/emptystate/version3/EmptyArticle.js +3 -3
  42. package/es/emptystate/version3/EmptyAsapchat.js +3 -3
  43. package/es/emptystate/version3/EmptyAttach.js +3 -3
  44. package/es/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  45. package/es/emptystate/version3/EmptyBlueprint.js +3 -3
  46. package/es/emptystate/version3/EmptyCallHistory.js +3 -3
  47. package/es/emptystate/version3/EmptyCanned.js +3 -3
  48. package/es/emptystate/version3/EmptyChat.js +3 -3
  49. package/es/emptystate/version3/EmptyCollision.js +3 -3
  50. package/es/emptystate/version3/EmptyColumn.js +3 -3
  51. package/es/emptystate/version3/EmptyContact.js +3 -3
  52. package/es/emptystate/version3/EmptyContract.js +3 -3
  53. package/es/emptystate/version3/EmptyConversation.js +3 -3
  54. package/es/emptystate/version3/EmptyCrm.js +3 -3
  55. package/es/emptystate/version3/EmptyCrmNotes.js +3 -3
  56. package/es/emptystate/version3/EmptyCrmPotential.js +3 -3
  57. package/es/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  58. package/es/emptystate/version3/EmptyDashboard.js +3 -3
  59. package/es/emptystate/version3/EmptyDelete.js +3 -3
  60. package/es/emptystate/version3/EmptyDepartment.js +3 -3
  61. package/es/emptystate/version3/EmptyError.js +3 -3
  62. package/es/emptystate/version3/EmptyFeed.js +3 -3
  63. package/es/emptystate/version3/EmptyFollowers.js +3 -3
  64. package/es/emptystate/version3/EmptyFrame.js +3 -3
  65. package/es/emptystate/version3/EmptyHappiness.js +3 -3
  66. package/es/emptystate/version3/EmptyHistory.js +3 -3
  67. package/es/emptystate/version3/EmptyInstagram.js +3 -3
  68. package/es/emptystate/version3/EmptyInstantmessage.js +3 -3
  69. package/es/emptystate/version3/EmptyInvoice.js +3 -3
  70. package/es/emptystate/version3/EmptyLine.js +3 -3
  71. package/es/emptystate/version3/EmptyMessenger.js +3 -3
  72. package/es/emptystate/version3/EmptyNoData.js +3 -3
  73. package/es/emptystate/version3/EmptyNotification.js +3 -3
  74. package/es/emptystate/version3/EmptyPreference.js +3 -3
  75. package/es/emptystate/version3/EmptyProducts.js +3 -3
  76. package/es/emptystate/version3/EmptyReply.js +3 -3
  77. package/es/emptystate/version3/EmptyReports.js +3 -3
  78. package/es/emptystate/version3/EmptySandbox.js +3 -3
  79. package/es/emptystate/version3/EmptySchedule.js +3 -3
  80. package/es/emptystate/version3/EmptySearch.js +3 -3
  81. package/es/emptystate/version3/EmptySkills.js +3 -3
  82. package/es/emptystate/version3/EmptySla.js +3 -3
  83. package/es/emptystate/version3/EmptySnippet.js +3 -3
  84. package/es/emptystate/version3/EmptyTag.js +3 -3
  85. package/es/emptystate/version3/EmptyTask.js +3 -3
  86. package/es/emptystate/version3/EmptyTeams.js +3 -3
  87. package/es/emptystate/version3/EmptyTelegram.js +3 -3
  88. package/es/emptystate/version3/EmptyTemplate.js +3 -3
  89. package/es/emptystate/version3/EmptyTicket.js +3 -3
  90. package/es/emptystate/version3/EmptyTimeEntry.js +3 -3
  91. package/es/emptystate/version3/EmptyTimeline.js +3 -3
  92. package/es/emptystate/version3/EmptyTopic.js +3 -3
  93. package/es/emptystate/version3/EmptyTwilio.js +3 -3
  94. package/es/emptystate/version3/EmptyWechat.js +3 -3
  95. package/es/emptystate/version3/EmptyWhatsapp.js +3 -3
  96. package/es/emptystate/version3/EmptyZSCKey.js +3 -3
  97. package/es/emptystate/version3/Export.js +3 -3
  98. package/es/emptystate/version3/Extensions.js +3 -3
  99. package/es/emptystate/version3/Extractor.js +3 -3
  100. package/es/emptystate/version3/GCBot.js +3 -3
  101. package/es/emptystate/version3/GCConversation.js +3 -3
  102. package/es/emptystate/version3/Import.js +3 -3
  103. package/es/emptystate/version3/KBBot.js +3 -3
  104. package/es/emptystate/version3/Multilingual.js +3 -3
  105. package/es/emptystate/version3/NetworkError.js +3 -3
  106. package/es/emptystate/version3/Predictor.js +3 -3
  107. package/es/emptystate/version3/ReadRecipients.js +3 -3
  108. package/es/emptystate/version3/SupportPlan.js +3 -3
  109. package/es/emptystate/version3/Variable.js +3 -3
  110. package/es/emptystate/version3/ZiaAnamoly.js +3 -3
  111. package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
  112. package/es/emptystate/version3/index.js +78 -78
  113. package/es/errorstate/index.js +3 -3
  114. package/es/errorstate/version1/EmptyInconvenience.js +4 -4
  115. package/es/errorstate/version1/NoRequestFound.js +4 -4
  116. package/es/errorstate/version1/PageNotFound.js +4 -4
  117. package/es/errorstate/version1/UnableToProcessRequest.js +4 -4
  118. package/es/errorstate/version1/UnauthorizedLogin.js +4 -4
  119. package/es/errorstate/version1/UrlNotFound.js +4 -4
  120. package/es/errorstate/version1/WillBeRightBack.js +4 -4
  121. package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
  122. package/es/errorstate/version1/index.js +7 -7
  123. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  124. package/es/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  125. package/es/errorstate/version2/NotImpossible.js +3 -3
  126. package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
  127. package/es/errorstate/version2/index.js +2 -2
  128. package/es/errorstate/version3/ErrorInconvenience.js +3 -3
  129. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  130. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  131. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  132. package/es/errorstate/version3/ErrorUrlNotFound.js +3 -3
  133. package/es/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  134. package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
  135. package/es/errorstate/version3/index.js +6 -6
  136. package/es/index.js +4 -4
  137. package/es/v1/Loader/Loader.js +10 -21
  138. package/es/v1/Loader/V1_LoaderSvg.module.css +28 -0
  139. package/es/v1/SVG/SVG.js +4 -4
  140. package/es/v1/emptystate/version1/EmptyCustomDomain.js +4 -4
  141. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  142. package/es/v1/emptystate/version2/EmptyBusinessHour.js +4 -4
  143. package/es/v1/emptystate/version2/EmptyFromAddress.js +4 -4
  144. package/es/v1/emptystate/version2/EmptyImportHistory.js +4 -4
  145. package/es/v1/emptystate/version2/EmptyNetwork.js +4 -4
  146. package/es/v1/emptystate/version2/EmptyRecycleBin.js +4 -4
  147. package/es/v1/emptystate/version2/EmptyRoles.js +4 -4
  148. package/es/v1/emptystate/version2/EmptyWebhook.js +4 -4
  149. package/es/v1/emptystate/version2/FailureLog.js +4 -4
  150. package/es/v1/emptystate/version3/Alerts.js +3 -3
  151. package/es/v1/emptystate/version3/AuditLog.js +3 -3
  152. package/es/v1/emptystate/version3/Bot.js +3 -3
  153. package/es/v1/emptystate/version3/BulkActionLog.js +75 -0
  154. package/es/v1/emptystate/version3/BusinessHours.js +3 -3
  155. package/es/v1/emptystate/version3/Company.js +3 -3
  156. package/es/v1/emptystate/version3/Contract.js +3 -3
  157. package/es/v1/emptystate/version3/CustomButton.js +3 -3
  158. package/es/v1/emptystate/version3/CustomModule.js +3 -3
  159. package/es/v1/emptystate/version3/DKIMAuthendication.js +3 -3
  160. package/es/v1/emptystate/version3/DataSharing.js +3 -3
  161. package/es/v1/emptystate/version3/DomainMapping.js +3 -3
  162. package/es/v1/emptystate/version3/EmailFailure.js +3 -3
  163. package/es/v1/emptystate/version3/EmptyAI.js +3 -3
  164. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  165. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  166. package/es/v1/emptystate/version3/EmptyAPIDashboard.js +95 -0
  167. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +3 -3
  168. package/es/v1/emptystate/version3/EmptyAccounts.js +3 -3
  169. package/es/v1/emptystate/version3/EmptyActiveCalls.js +3 -3
  170. package/es/v1/emptystate/version3/EmptyActivity.js +3 -3
  171. package/es/v1/emptystate/version3/EmptyAgent.js +3 -3
  172. package/es/v1/emptystate/version3/EmptyAgentQueue.js +3 -3
  173. package/es/v1/emptystate/version3/EmptyApplechat.js +3 -3
  174. package/es/v1/emptystate/version3/EmptyApproval.js +3 -3
  175. package/es/v1/emptystate/version3/EmptyArchived.js +3 -3
  176. package/es/v1/emptystate/version3/EmptyArticle.js +3 -3
  177. package/es/v1/emptystate/version3/EmptyAsapchat.js +3 -3
  178. package/es/v1/emptystate/version3/EmptyAttach.js +3 -3
  179. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  180. package/es/v1/emptystate/version3/EmptyBlueprint.js +3 -3
  181. package/es/v1/emptystate/version3/EmptyCallHistory.js +3 -3
  182. package/es/v1/emptystate/version3/EmptyCanned.js +3 -3
  183. package/es/v1/emptystate/version3/EmptyChat.js +3 -3
  184. package/es/v1/emptystate/version3/EmptyCollision.js +3 -3
  185. package/es/v1/emptystate/version3/EmptyColumn.js +3 -3
  186. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +3 -3
  187. package/es/v1/emptystate/version3/EmptyContact.js +3 -3
  188. package/es/v1/emptystate/version3/EmptyContract.js +3 -3
  189. package/es/v1/emptystate/version3/EmptyConversation.js +3 -3
  190. package/es/v1/emptystate/version3/EmptyCrm.js +3 -3
  191. package/es/v1/emptystate/version3/EmptyCrmNotes.js +3 -3
  192. package/es/v1/emptystate/version3/EmptyCrmPotential.js +3 -3
  193. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  194. package/es/v1/emptystate/version3/EmptyDashboard.js +3 -3
  195. package/es/v1/emptystate/version3/EmptyDelete.js +3 -3
  196. package/es/v1/emptystate/version3/EmptyDepartment.js +3 -3
  197. package/es/v1/emptystate/version3/EmptyError.js +3 -3
  198. package/es/v1/emptystate/version3/EmptyFeed.js +3 -3
  199. package/es/v1/emptystate/version3/EmptyFieldSearch.js +3 -3
  200. package/es/v1/emptystate/version3/EmptyFollowers.js +3 -3
  201. package/es/v1/emptystate/version3/EmptyFrame.js +3 -3
  202. package/es/v1/emptystate/version3/EmptyHappiness.js +3 -3
  203. package/es/v1/emptystate/version3/EmptyHistory.js +3 -3
  204. package/es/v1/emptystate/version3/EmptyInstagram.js +3 -3
  205. package/es/v1/emptystate/version3/EmptyInstantmessage.js +3 -3
  206. package/es/v1/emptystate/version3/EmptyInvoice.js +3 -3
  207. package/es/v1/emptystate/version3/EmptyLine.js +3 -3
  208. package/es/v1/emptystate/version3/EmptyMessenger.js +3 -3
  209. package/es/v1/emptystate/version3/EmptyNoData.js +3 -3
  210. package/es/v1/emptystate/version3/EmptyNotification.js +3 -3
  211. package/es/v1/emptystate/version3/{EmptyDolphin.js → EmptyPenguin.js} +8 -8
  212. package/es/v1/emptystate/version3/EmptyPreference.js +3 -3
  213. package/es/v1/emptystate/version3/EmptyProducts.js +3 -3
  214. package/es/v1/emptystate/version3/EmptyRecycleBin.js +7 -9
  215. package/es/v1/emptystate/version3/EmptyReply.js +3 -3
  216. package/es/v1/emptystate/version3/EmptyReports.js +3 -3
  217. package/es/v1/emptystate/version3/EmptySandbox.js +3 -3
  218. package/es/v1/emptystate/version3/EmptySchedule.js +3 -3
  219. package/es/v1/emptystate/version3/EmptySearch.js +3 -3
  220. package/es/v1/emptystate/version3/EmptySkills.js +3 -3
  221. package/es/v1/emptystate/version3/EmptySla.js +3 -3
  222. package/es/v1/emptystate/version3/EmptySnippet.js +3 -3
  223. package/es/v1/emptystate/version3/EmptyStarredDashboards.js +87 -0
  224. package/es/v1/emptystate/version3/EmptyStarredReports.js +83 -0
  225. package/es/v1/emptystate/version3/EmptySync.js +68 -0
  226. package/es/v1/emptystate/version3/EmptyTag.js +3 -3
  227. package/es/v1/emptystate/version3/EmptyTask.js +3 -3
  228. package/es/v1/emptystate/version3/EmptyTeams.js +3 -3
  229. package/es/v1/emptystate/version3/EmptyTelegram.js +3 -3
  230. package/es/v1/emptystate/version3/EmptyTemplate.js +3 -3
  231. package/es/v1/emptystate/version3/EmptyTicket.js +3 -3
  232. package/es/v1/emptystate/version3/EmptyTimeEntry.js +3 -3
  233. package/es/v1/emptystate/version3/EmptyTimeline.js +3 -3
  234. package/es/v1/emptystate/version3/EmptyTopic.js +3 -3
  235. package/es/v1/emptystate/version3/EmptyTrophy.js +3 -3
  236. package/es/v1/emptystate/version3/EmptyTwilio.js +3 -3
  237. package/es/v1/emptystate/version3/EmptyWechat.js +3 -3
  238. package/es/v1/emptystate/version3/EmptyWhatsapp.js +3 -3
  239. package/es/v1/emptystate/version3/EmptyZSCKey.js +3 -3
  240. package/es/v1/emptystate/version3/Export.js +3 -3
  241. package/es/v1/emptystate/version3/Extensions.js +3 -3
  242. package/es/v1/emptystate/version3/Extractor.js +3 -3
  243. package/es/v1/emptystate/version3/FieldUpdate.js +3 -3
  244. package/es/v1/emptystate/version3/FromAddress.js +3 -3
  245. package/es/v1/emptystate/version3/GCBot.js +3 -3
  246. package/es/v1/emptystate/version3/GCConversation.js +3 -3
  247. package/es/v1/emptystate/version3/HolidayLists.js +3 -3
  248. package/es/v1/emptystate/version3/Import.js +3 -3
  249. package/es/v1/emptystate/version3/Integrations.js +3 -3
  250. package/es/v1/emptystate/version3/KBBot.js +3 -3
  251. package/es/v1/emptystate/version3/Multilingual.js +3 -3
  252. package/es/v1/emptystate/version3/MyInformation.js +3 -3
  253. package/es/v1/emptystate/version3/NetworkError.js +3 -3
  254. package/es/v1/emptystate/version3/OtherConfiguration.js +3 -3
  255. package/es/v1/emptystate/version3/PortalName.js +74 -0
  256. package/es/v1/emptystate/version3/Predictor.js +3 -3
  257. package/es/v1/emptystate/version3/ReadRecipients.js +3 -3
  258. package/es/v1/emptystate/version3/RebrandingLogo.js +62 -0
  259. package/es/v1/emptystate/version3/SuccessDomain.js +137 -0
  260. package/es/v1/emptystate/version3/SupportEmailAddress.js +3 -3
  261. package/es/v1/emptystate/version3/SupportPlan.js +3 -3
  262. package/es/v1/emptystate/version3/Variable.js +3 -3
  263. package/es/v1/emptystate/version3/ZiaAnamoly.js +3 -3
  264. package/es/v1/errorstate/version1/EmptyInconvenience.js +4 -4
  265. package/es/v1/errorstate/version1/NoRequestFound.js +4 -4
  266. package/es/v1/errorstate/version1/PageNotFound.js +4 -4
  267. package/es/v1/errorstate/version1/UnableToProcessRequest.js +4 -4
  268. package/es/v1/errorstate/version1/UnauthorizedLogin.js +4 -4
  269. package/es/v1/errorstate/version1/UrlNotFound.js +4 -4
  270. package/es/v1/errorstate/version1/WillBeRightBack.js +4 -4
  271. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  272. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  273. package/es/v1/errorstate/version2/NotImpossible.js +3 -3
  274. package/es/v1/errorstate/version3/ErrorInconvenience.js +3 -3
  275. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  276. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  277. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  278. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +3 -3
  279. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  280. package/lib/Loader/Loader.js +8 -21
  281. package/lib/Loader/LoaderSvg.module.css +28 -0
  282. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +3 -9
  283. package/lib/v1/Loader/Loader.js +7 -17
  284. package/lib/v1/Loader/V1_LoaderSvg.module.css +28 -0
  285. package/lib/v1/emptystate/version3/BulkActionLog.js +96 -0
  286. package/lib/v1/emptystate/version3/EmptyAPIDashboard.js +116 -0
  287. package/lib/v1/emptystate/version3/{EmptyDolphin.js → EmptyPenguin.js} +6 -6
  288. package/lib/v1/emptystate/version3/EmptyRecycleBin.js +4 -6
  289. package/lib/v1/emptystate/version3/EmptyStarredDashboards.js +108 -0
  290. package/lib/v1/emptystate/version3/EmptyStarredReports.js +104 -0
  291. package/lib/v1/emptystate/version3/EmptySync.js +89 -0
  292. package/lib/v1/emptystate/version3/PortalName.js +95 -0
  293. package/lib/v1/emptystate/version3/RebrandingLogo.js +83 -0
  294. package/lib/v1/emptystate/version3/SuccessDomain.js +158 -0
  295. package/package.json +7 -3
  296. package/result.json +1 -1
  297. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +0 -127
  298. package/es/SVG/SvgLoader.js +0 -28
  299. package/es/v1/emptystate/version3/EmptyAPIs.js +0 -61
  300. package/lib/SVG/SvgLoader.js +0 -66
  301. package/lib/v1/emptystate/version3/EmptyAPIs.js +0 -82
@@ -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 EmptyInstagram(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 EmptyInstantmessage(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 EmptyInvoice(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 EmptyLine(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 EmptyMessenger(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 EmptyNoData(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 EmptyNotification(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
5
- export default function EmptyDolphin(props) {
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
+ export default function EmptyPenguin(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
8
- name: "dolphin",
8
+ name: "penguin",
9
9
  ...props
10
10
  }, /*#__PURE__*/React.createElement("g", {
11
11
  clipPath: "url(#a)"
@@ -73,7 +73,7 @@ export default function EmptyDolphin(props) {
73
73
  d: "M158.547 131.953h174.411v270.363H158.547z"
74
74
  }))));
75
75
  }
76
- EmptyDolphin.propTypes = EmptyStateProps;
77
- EmptyDolphin.defaultProps = { ...EmptyStateDefaultProps,
78
- dataId: 'emptyDolphin'
76
+ EmptyPenguin.propTypes = EmptyStateProps;
77
+ EmptyPenguin.defaultProps = { ...EmptyStateDefaultProps,
78
+ dataId: 'emptyPenguin'
79
79
  };
@@ -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 EmptyPreference(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 EmptyProducts(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 EmptyRecycleBin(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -38,9 +38,8 @@ export default function EmptyRecycleBin(props) {
38
38
  })), /*#__PURE__*/React.createElement("g", {
39
39
  clipPath: "url(#clip1_8054_29338)"
40
40
  }, /*#__PURE__*/React.createElement("path", {
41
- fill: "var(--zd_emptysvg_primary_fill)",
42
- d: "M361.722 199.462C367.53 194.654 348.577 162.608 319.389 127.887C290.201 93.1658 261.831 68.9167 256.023 73.7251C250.214 78.5336 269.167 110.579 298.355 145.3C327.543 180.021 355.913 204.27 361.722 199.462Z",
43
- opacity: 0.2
41
+ fill: "var(--zd_emptysvg_secondary_fill)",
42
+ d: "M361.722 199.462C367.53 194.654 348.577 162.608 319.389 127.887C290.201 93.1658 261.831 68.9167 256.023 73.7251C250.214 78.5336 269.167 110.579 298.355 145.3C327.543 180.021 355.913 204.27 361.722 199.462Z"
44
43
  }), /*#__PURE__*/React.createElement("path", {
45
44
  fill: "transparent",
46
45
  stroke: "var(--zd_emptysvg_primary_stroke)",
@@ -50,9 +49,8 @@ export default function EmptyRecycleBin(props) {
50
49
  strokeWidth: 2.5,
51
50
  d: "M354.238 211.094C354.238 211.094 255.759 147.992 226.411 67.0925C197.064 -13.8072 364.998 141.197 363.368 198.15C361.738 254.78 239.455 114.985 299.781 78.7421C346.085 50.589 355.868 115.956 334.02 117.898C316.411 119.516 409.346 192.325 330.759 226.303C262.933 255.427 169.998 234.07 145.542 227.598C144.238 227.274 144.238 225.333 145.542 225.009C174.238 221.126 295.542 206.564 350.325 232.452L325.868 412.373C325.868 412.373 226.085 433.407 137.716 412.373C137.716 412.373 124.672 212.389 147.825 220.479C165.433 226.627 151.085 347.653 143.585 403.636C141.303 420.786 152.39 436.643 169.02 440.849C199.02 448.292 248.585 456.059 300.107 445.056C314.455 441.82 325.216 429.847 326.52 415.285L354.238 211.094Z"
52
51
  }), /*#__PURE__*/React.createElement("path", {
53
- fill: "var(--zd_emptysvg_primary_fill)",
54
- d: "M175.869 393.281C175.869 393.281 170.651 272.255 175.869 262.224C181.086 252.192 265.216 265.783 292.934 259.958C327.499 252.839 316.086 314.97 268.151 325.649C230.977 333.739 286.412 365.128 292.934 385.838C299.456 406.549 175.869 393.281 175.869 393.281Z",
55
- opacity: 0.2
52
+ fill: "var(--zd_emptysvg_secondary_fill)",
53
+ d: "M175.869 393.281C175.869 393.281 170.651 272.255 175.869 262.224C181.086 252.192 265.216 265.783 292.934 259.958C327.499 252.839 316.086 314.97 268.151 325.649C230.977 333.739 286.412 365.128 292.934 385.838C299.456 406.549 175.869 393.281 175.869 393.281Z"
56
54
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
57
55
  id: "clip0_8054_29338"
58
56
  }, /*#__PURE__*/React.createElement("rect", {
@@ -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 EmptyReply(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 EmptyReports(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 EmptySandbox(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 EmptySchedule(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 EmptySearch(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 EmptySkills(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptySla(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptySnippet(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -0,0 +1,87 @@
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 EmptyStarredDashboards(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 501",
8
+ name: "emptyStarredDashboards",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ opacity: "0.05",
15
+ d: "M217.099 159.074C217.099 159.074 330.799 83.7741 388.399 106.474C445.999 129.174 485.299 319.774 325.199 405.374C165.099 490.974 92.7989 304.874 92.0989 271.874C91.5989 239.874 92.1989 163.774 217.099 159.074Z",
16
+ fill: "var(--zd_emptysvg_primary_fill)"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M419.5 388.574C422.814 388.574 425.5 385.933 425.5 382.674C425.5 379.416 422.814 376.774 419.5 376.774C416.186 376.774 413.5 379.416 413.5 382.674C413.5 385.933 416.186 388.574 419.5 388.574Z",
19
+ stroke: "var(--zd_emptysvg_primary_stroke)",
20
+ "stroke-width": "3",
21
+ "stroke-miterlimit": "10",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M161.799 416.174L171.799 427.474",
26
+ stroke: "var(--zd_emptysvg_tiny_circle)",
27
+ "stroke-width": "3",
28
+ "stroke-miterlimit": "10",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M161.199 426.875L172.399 416.774",
33
+ stroke: "var(--zd_emptysvg_tiny_circle)",
34
+ "stroke-width": "3",
35
+ "stroke-miterlimit": "10",
36
+ "stroke-linecap": "round",
37
+ "stroke-linejoin": "round"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M395.6 92.4741C400.35 92.4741 404.2 88.6239 404.2 83.8743C404.2 79.1246 400.35 75.2742 395.6 75.2742C390.85 75.2742 387 79.1246 387 83.8743C387 88.6239 390.85 92.4741 395.6 92.4741Z",
40
+ stroke: "var(--zd_emptysvg_medium_circle)",
41
+ "stroke-width": "3",
42
+ "stroke-miterlimit": "10"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M210.299 83.7742C213.116 83.7742 215.399 81.4907 215.399 78.6741C215.399 75.8574 213.116 73.5742 210.299 73.5742C207.483 73.5742 205.199 75.8574 205.199 78.6741C205.199 81.4907 207.483 83.7742 210.299 83.7742Z",
45
+ stroke: "var(--zd_emptysvg_tiny_circle)",
46
+ "stroke-width": "3",
47
+ "stroke-miterlimit": "10"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M70 278.374L69.1001 293.374",
50
+ stroke: "var(--zd_emptysvg_primary_fill)",
51
+ "stroke-width": "3",
52
+ "stroke-miterlimit": "10",
53
+ "stroke-linecap": "round",
54
+ "stroke-linejoin": "round"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M62 285.474L77.1001 286.274",
57
+ stroke: "var(--zd_emptysvg_primary_fill)",
58
+ "stroke-width": "3",
59
+ "stroke-miterlimit": "10",
60
+ "stroke-linecap": "round",
61
+ "stroke-linejoin": "round"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ opacity: "0.3",
64
+ d: "M152.709 237.26C152.709 237.26 186.309 180.36 194.309 191.36C202.309 202.36 215.709 202.96 232.809 159.56V237.26H152.709Z",
65
+ fill: "var(--zd_emptysvg_primary_fill)"
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ opacity: "0.3",
68
+ d: "M355.8 384.659C374.71 384.659 390.04 369.329 390.04 350.419C390.04 331.508 374.71 316.179 355.8 316.179C336.889 316.179 321.56 331.508 321.56 350.419C321.56 369.329 336.889 384.659 355.8 384.659Z",
69
+ fill: "var(--zd_emptysvg_primary_fill)"
70
+ }), /*#__PURE__*/React.createElement("path", {
71
+ d: "M341.44 365.919C343.31 363.359 346.76 357.909 344.48 355.279C341.44 351.779 330.43 344.569 331.02 342.169C331.44 340.479 350.56 343.099 351.02 341.279C351.48 339.459 355.3 322.179 357.5 322.859C359.7 323.539 363.13 341.999 365.8 341.769C368.47 341.539 383.85 340.799 383.85 343.009C383.85 345.429 368.85 354.429 369.38 355.799C369.91 357.169 375.73 373.119 373.89 374.079C371.67 375.229 358.72 363.729 357.49 363.809C356.47 363.869 346.67 371.039 343.38 373.459C340.47 375.379 336.26 376.269 330.99 376.319C302.9 376.939 261.91 376.919 246.5 376.849C243.1 376.849 240.3 374.149 240.3 370.649C240 350.749 239.4 286.649 239.2 271.849C239.2 270.149 240.5 268.849 242.2 268.849C248.4 268.949 262.8 268.049 279 268.949C279 268.949 275.5 163.649 276.4 161.949C278.9 156.949 356 161.049 359.3 162.849C362.5 164.749 363 233.649 359.3 236.549C356.6 238.649 302.6 237.249 287.5 236.849C285.3 236.749 283.6 235.049 283.5 232.849L281.7 167.849",
72
+ stroke: "var(--zd_emptysvg_primary_stroke)",
73
+ "stroke-width": "3",
74
+ "stroke-linecap": "round",
75
+ "stroke-linejoin": "round"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M162.61 237.759L232.71 237.259V159.559C215.61 202.959 202.11 202.359 194.21 191.359C186.31 180.359 152.61 237.259 152.61 237.259H145.51C141.91 237.259 139.01 234.459 138.81 230.859C137.81 208.859 135.11 136.959 143.21 134.259C152.91 131.059 247.71 131.059 251.01 136.559C254.21 142.159 254.71 240.259 251.01 242.059C247.31 243.959 214.91 239.759 214.01 242.059C213.11 244.359 215.21 336.059 211.21 339.759C208.71 342.059 135.71 343.159 133.41 339.759C132.11 337.759 132.81 266.459 136.41 263.859C142.71 259.159 359.21 254.159 359.01 263.259C358.96 265.379 359.49 287.689 359.87 311.779",
78
+ stroke: "var(--zd_emptysvg_primary_stroke)",
79
+ "stroke-width": "3",
80
+ "stroke-linecap": "round",
81
+ "stroke-linejoin": "round"
82
+ }));
83
+ }
84
+ EmptyStarredDashboards.propTypes = EmptyStateProps;
85
+ EmptyStarredDashboards.defaultProps = { ...EmptyStateDefaultProps,
86
+ dataId: 'emptyStarredDashboards'
87
+ };
@@ -0,0 +1,83 @@
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 EmptyStarredReports(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 501 501",
8
+ name: "emptyStarredReports",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ opacity: "0.05",
15
+ d: "M217.999 159.074C217.999 159.074 331.699 83.7741 389.299 106.474C446.899 129.174 486.199 319.774 326.099 405.374C165.999 490.974 93.6988 304.874 92.9988 271.874C92.4988 239.874 93.0988 163.774 217.999 159.074Z",
16
+ fill: "var(--zd_emptysvg_primary_fill)"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M420.4 388.574C423.714 388.574 426.4 385.933 426.4 382.674C426.4 379.416 423.714 376.774 420.4 376.774C417.086 376.774 414.4 379.416 414.4 382.674C414.4 385.933 417.086 388.574 420.4 388.574Z",
19
+ stroke: "var(--zd_emptysvg_primary_stroke)",
20
+ "stroke-width": "3",
21
+ "stroke-miterlimit": "10",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M162.699 416.174L172.699 427.474",
26
+ stroke: "var(--zd_emptysvg_tiny_circle)",
27
+ "stroke-width": "3",
28
+ "stroke-miterlimit": "10",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M162.099 426.875L173.299 416.774",
33
+ stroke: "var(--zd_emptysvg_tiny_circle)",
34
+ "stroke-width": "3",
35
+ "stroke-miterlimit": "10",
36
+ "stroke-linecap": "round",
37
+ "stroke-linejoin": "round"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M396.5 92.4741C401.25 92.4741 405.1 88.6239 405.1 83.8743C405.1 79.1246 401.25 75.2742 396.5 75.2742C391.75 75.2742 387.9 79.1246 387.9 83.8743C387.9 88.6239 391.75 92.4741 396.5 92.4741Z",
40
+ stroke: "var(--zd_emptysvg_medium_circle)",
41
+ "stroke-width": "3",
42
+ "stroke-miterlimit": "10"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M211.199 83.7742C214.016 83.7742 216.299 81.4907 216.299 78.6741C216.299 75.8574 214.016 73.5742 211.199 73.5742C208.383 73.5742 206.099 75.8574 206.099 78.6741C206.099 81.4907 208.383 83.7742 211.199 83.7742Z",
45
+ stroke: "var(--zd_emptysvg_tiny_circle)",
46
+ "stroke-width": "3",
47
+ "stroke-miterlimit": "10"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M70.8999 278.374L70 293.374",
50
+ stroke: "var(--zd_emptysvg_primary_fill)",
51
+ "stroke-width": "3",
52
+ "stroke-miterlimit": "10",
53
+ "stroke-linecap": "round",
54
+ "stroke-linejoin": "round"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M62.8999 285.474L78 286.274",
57
+ stroke: "var(--zd_emptysvg_primary_fill)",
58
+ "stroke-width": "3",
59
+ "stroke-miterlimit": "10",
60
+ "stroke-linecap": "round",
61
+ "stroke-linejoin": "round"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ opacity: "0.3",
64
+ d: "M141.583 353.834L186.383 281.434L208.783 316.834L274.083 219.934L297.083 255.634L365.983 142.234L372.683 140.434L369.383 357.534L141.583 353.834Z",
65
+ fill: "var(--zd_emptysvg_primary_fill)"
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ d: "M149.983 120.434C149.983 120.434 150.183 339.434 147.483 354.334C144.683 369.234 123.383 371.534 128.283 362.734C131.523 356.924 242.113 360.014 316.813 362.774C316.813 362.774 329.843 364.064 330.013 359.944C330.183 355.824 317.873 356.354 317.873 356.354C247.463 355.104 141.483 353.734 141.483 353.734C141.483 353.734 201.383 269.934 201.083 238.534C200.783 207.034 134.983 215.834 208.783 316.834L274.083 219.934C274.083 219.934 305.983 156.734 268.983 159.734C231.983 162.734 297.083 255.534 297.083 255.534L365.983 142.134L328.583 146.734C328.583 146.734 333.683 156.134 372.683 140.334L375.283 171.734C375.283 171.734 367.783 161.634 380.183 161.334",
68
+ stroke: "var(--zd_emptysvg_primary_stroke)",
69
+ "stroke-width": "3",
70
+ "stroke-linecap": "round",
71
+ "stroke-linejoin": "round"
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ d: "M342.203 376.714C343.823 376.564 345.343 375.914 346.653 374.954C350.753 371.954 358.333 366.484 359.233 366.424C360.463 366.344 373.403 377.844 375.633 376.694C377.473 375.744 371.653 359.784 371.123 358.414C370.593 357.044 385.593 348.044 385.593 345.624C385.593 343.404 370.213 344.154 367.543 344.384C364.873 344.614 361.443 326.154 359.243 325.474C357.043 324.794 353.223 342.064 352.763 343.894C352.303 345.724 333.173 343.104 332.763 344.784C332.173 347.184 343.173 354.394 346.223 357.894C348.503 360.524 345.053 365.974 343.183 368.534C343.183 368.534 335.623 377.344 342.223 376.714H342.203Z",
74
+ stroke: "var(--zd_emptysvg_primary_stroke)",
75
+ "stroke-width": "3",
76
+ "stroke-linecap": "round",
77
+ "stroke-linejoin": "round"
78
+ }));
79
+ }
80
+ EmptyStarredReports.propTypes = EmptyStateProps;
81
+ EmptyStarredReports.defaultProps = { ...EmptyStateDefaultProps,
82
+ dataId: 'emptyStarredReports'
83
+ };
@@ -0,0 +1,68 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
+ export default function EmptySync(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 500 500",
8
+ name: "EmailFailure",
9
+ styleName: {
10
+ fill: 'none'
11
+ },
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ fill: "var(--zd_emptysvg_primary_fill)",
15
+ d: "M217.1 158.582s113.7-75.3 171.3-52.6c57.6 22.7 96.9 213.3-63.2 298.9-160.1 85.6-232.4-100.5-233.1-133.5-.5-32 .1-108.1 125-112.8Z",
16
+ opacity: 0.05
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ stroke: "var(--zd_emptysvg_medium_circle)",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ strokeMiterlimit: 10,
22
+ strokeWidth: 3,
23
+ d: "M419.5 388.082c3.314 0 6-2.641 6-5.9 0-3.258-2.686-5.9-6-5.9s-6 2.642-6 5.9c0 3.259 2.686 5.9 6 5.9Z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ stroke: "var(--zd_emptysvg_tiny_circle)",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round",
28
+ strokeMiterlimit: 10,
29
+ strokeWidth: 3,
30
+ d: "m161.8 415.682 10.1 11.2M161.2 426.282l11.3-10"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "var(--zd_emptysvg_medium_circle)",
33
+ strokeMiterlimit: 10,
34
+ strokeWidth: 3,
35
+ d: "M395.6 91.882a8.6 8.6 0 1 0 0-17.2 8.6 8.6 0 0 0 0 17.2Z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ stroke: "var(--zd_emptysvg_tiny_circle)",
38
+ strokeMiterlimit: 10,
39
+ strokeWidth: 3,
40
+ d: "M210.4 83.282a5.1 5.1 0 1 0 0-10.2 5.1 5.1 0 0 0 0 10.2Z"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ stroke: "var(--zd_emptysvg_plus)",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeMiterlimit: 10,
46
+ strokeWidth: 3,
47
+ d: "m70 277.782-.9 15.1M62 284.882l15.1.9"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ stroke: "var(--zd_emptysvg_primary_stroke)",
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ strokeWidth: 3,
53
+ d: "M211.349 324.674s2.66-58.45 55.32-62.6c52.66-4.15 61.48 41.86 60.33 42.72m0 0c-1.15.86-24.52-8.94-24.52-8.94s18.52 4.31 19.9 1.73c1.38-2.58 5.48-21.06 7.5-17.31 2.02 3.75-2.88 24.52-2.88 24.52Zm0 0s-7.8-17.74-26.33-27.66c-35.04-18.75-81.87 8.5-89.32 47.53"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ stroke: "var(--zd_emptysvg_primary_stroke)",
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round",
58
+ strokeWidth: 3,
59
+ d: "M324.875 348.867c-16.74 26.8-51.16 39.02-79.43 23.89-18.53-9.91-26.33-27.66-26.33-27.66m0 0s-4.9 20.77-2.88 24.52c2.02 3.75 6.11-14.73 7.5-17.31 1.39-2.58 19.9 1.73 19.9 1.73s-23.36-9.81-24.52-8.94Zm0 0c-1.16.87 7.67 46.87 60.33 42.72 25.84-2.04 39.64-17.15 47-32.02 3.03-6.12 4.78-12.78 5.37-19.58l.08-.96c.29-4.63-.28-6.46-.74-9.76-.53-3.75-1.9-4.19-2.46-1.24-.8 4.17 12.66 3.96 12.66 3.96 80.67-4.2 67.71-90.2 41.76-109.33-17.8-13.13-26.93 5.87-23.43 7.84 3.5 1.97 28.48-26.47-5.3-70.97-38.01-49.89-102.54-23.88-113.82-2.77-11.28 21.11 10.11 24.22 0 12.12s-68.95 3.55-68.95 36.34c0 32.79 56.84 7.1 8.96 8.59-7.63.07-15.14 1.86-21.99 5.24a50.969 50.969 0 0 0-17.56 14.27c-17.79 22.07-17.94 54.08 1.1 75.07 10.42 11.49 31.08 16.17 50.95 17.76"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ fill: "var(--zd_emptysvg_secondary_fill)",
62
+ d: "M162.521 261.301c-8.129 28.213 18.53 40.048 32.875 42.439 5.978-18.729 25.703-62.524 78.303-59.176 52.601 3.347 65.951 49.213 63.36 68.141 11.756-2.988 35.267-15.779 35.267-43.036 0-27.258-17.135-38.455-25.703-40.646 1.395-13.947-3.586-45.189-34.669-58.579-31.082-13.389-56.386 8.369-65.153 20.921-30.604-2.869-39.45 23.91-40.048 37.658-11.357-.996-36.103 4.065-44.232 32.278Z"
63
+ }));
64
+ }
65
+ EmptySync.propTypes = EmptyStateProps;
66
+ EmptySync.defaultProps = { ...EmptyStateDefaultProps,
67
+ dataId: 'emptySync'
68
+ };
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTag(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTask(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTeams(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTelegram(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 500 500",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTemplate(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTicket(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTimeEntry(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
2
+ import { EmptyStateProps } from '../props/propTypes';
3
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
4
+ import SVG from '../../SVG/SVG';
5
5
  export default function EmptyTimeline(props) {
6
6
  return /*#__PURE__*/React.createElement(SVG, {
7
7
  viewBox: "0 0 200 200",