@zohodesk/svg 1.3.0 → 1.3.2

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 (322) hide show
  1. package/README.md +8 -0
  2. package/_react-cli.config.js +20 -0
  3. package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +33 -33
  4. package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +9 -9
  5. package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +9 -9
  6. package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +9 -9
  7. package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +9 -9
  8. package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +9 -9
  9. package/assets/Appearance/light/mode/SVG_LightMode.module.css +33 -33
  10. package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +9 -9
  11. package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +9 -9
  12. package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +9 -9
  13. package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +9 -9
  14. package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +9 -9
  15. package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +33 -33
  16. package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +9 -9
  17. package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +9 -9
  18. package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +9 -9
  19. package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +9 -9
  20. package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +9 -9
  21. package/cbt.config.js +41 -0
  22. package/es/Loader/Loader.js +5 -5
  23. package/es/Loader/__tests__/Loader.spec.js +1 -1
  24. package/es/SVG/SVG.js +4 -4
  25. package/es/SVG/__tests__/SVG.spec.js +1 -1
  26. package/es/emptystate/index.js +3 -3
  27. package/es/emptystate/version1/EmptyCustomDomain.js +9 -8
  28. package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
  29. package/es/emptystate/version1/index.js +1 -1
  30. package/es/emptystate/version2/EmptyBusinessHoliday.js +9 -8
  31. package/es/emptystate/version2/EmptyBusinessHour.js +9 -8
  32. package/es/emptystate/version2/EmptyFromAddress.js +9 -8
  33. package/es/emptystate/version2/EmptyImportHistory.js +9 -8
  34. package/es/emptystate/version2/EmptyNetwork.js +9 -8
  35. package/es/emptystate/version2/EmptyRecycleBin.js +9 -8
  36. package/es/emptystate/version2/EmptyRoles.js +9 -8
  37. package/es/emptystate/version2/EmptyWebhook.js +9 -8
  38. package/es/emptystate/version2/FailureLog.js +9 -8
  39. package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
  40. package/es/emptystate/version2/index.js +9 -9
  41. package/es/emptystate/version3/AuditLog.js +8 -7
  42. package/es/emptystate/version3/Bot.js +8 -7
  43. package/es/emptystate/version3/Contract.js +8 -7
  44. package/es/emptystate/version3/CustomModule.js +8 -7
  45. package/es/emptystate/version3/EmptyAPIAuthentication.js +8 -7
  46. package/es/emptystate/version3/EmptyAPIConfiguration.js +8 -7
  47. package/es/emptystate/version3/EmptyAPIs.js +8 -7
  48. package/es/emptystate/version3/EmptyAccounts.js +8 -7
  49. package/es/emptystate/version3/EmptyActiveCalls.js +8 -7
  50. package/es/emptystate/version3/EmptyActivity.js +8 -7
  51. package/es/emptystate/version3/EmptyAgent.js +8 -7
  52. package/es/emptystate/version3/EmptyAgentQueue.js +8 -7
  53. package/es/emptystate/version3/EmptyApplechat.js +8 -7
  54. package/es/emptystate/version3/EmptyApproval.js +8 -7
  55. package/es/emptystate/version3/EmptyArchived.js +8 -7
  56. package/es/emptystate/version3/EmptyArticle.js +8 -7
  57. package/es/emptystate/version3/EmptyAsapchat.js +8 -7
  58. package/es/emptystate/version3/EmptyAttach.js +8 -7
  59. package/es/emptystate/version3/EmptyAuthenticationPending.js +8 -7
  60. package/es/emptystate/version3/EmptyBlueprint.js +8 -7
  61. package/es/emptystate/version3/EmptyCallHistory.js +8 -7
  62. package/es/emptystate/version3/EmptyCanned.js +8 -7
  63. package/es/emptystate/version3/EmptyChat.js +8 -7
  64. package/es/emptystate/version3/EmptyCollision.js +8 -7
  65. package/es/emptystate/version3/EmptyColumn.js +8 -7
  66. package/es/emptystate/version3/EmptyContact.js +8 -7
  67. package/es/emptystate/version3/EmptyContract.js +8 -7
  68. package/es/emptystate/version3/EmptyConversation.js +8 -7
  69. package/es/emptystate/version3/EmptyCrm.js +8 -7
  70. package/es/emptystate/version3/EmptyCrmNotes.js +8 -7
  71. package/es/emptystate/version3/EmptyCrmPotential.js +8 -7
  72. package/es/emptystate/version3/EmptyCustomerHappiness.js +8 -7
  73. package/es/emptystate/version3/EmptyDashboard.js +8 -7
  74. package/es/emptystate/version3/EmptyDelete.js +8 -7
  75. package/es/emptystate/version3/EmptyDepartment.js +8 -7
  76. package/es/emptystate/version3/EmptyError.js +8 -7
  77. package/es/emptystate/version3/EmptyFeed.js +8 -7
  78. package/es/emptystate/version3/EmptyFollowers.js +8 -7
  79. package/es/emptystate/version3/EmptyFrame.js +8 -7
  80. package/es/emptystate/version3/EmptyHappiness.js +8 -7
  81. package/es/emptystate/version3/EmptyHistory.js +8 -7
  82. package/es/emptystate/version3/EmptyInstagram.js +8 -7
  83. package/es/emptystate/version3/EmptyInstantmessage.js +8 -7
  84. package/es/emptystate/version3/EmptyInvoice.js +8 -7
  85. package/es/emptystate/version3/EmptyLine.js +8 -7
  86. package/es/emptystate/version3/EmptyMessenger.js +8 -7
  87. package/es/emptystate/version3/EmptyNoData.js +8 -7
  88. package/es/emptystate/version3/EmptyNotification.js +8 -7
  89. package/es/emptystate/version3/EmptyPreference.js +8 -7
  90. package/es/emptystate/version3/EmptyProducts.js +8 -7
  91. package/es/emptystate/version3/EmptyReply.js +8 -7
  92. package/es/emptystate/version3/EmptyReports.js +8 -7
  93. package/es/emptystate/version3/EmptySandbox.js +8 -7
  94. package/es/emptystate/version3/EmptySchedule.js +8 -7
  95. package/es/emptystate/version3/EmptySearch.js +8 -7
  96. package/es/emptystate/version3/EmptySkills.js +8 -7
  97. package/es/emptystate/version3/EmptySla.js +8 -7
  98. package/es/emptystate/version3/EmptySnippet.js +8 -7
  99. package/es/emptystate/version3/EmptyTag.js +8 -7
  100. package/es/emptystate/version3/EmptyTask.js +8 -7
  101. package/es/emptystate/version3/EmptyTeams.js +8 -7
  102. package/es/emptystate/version3/EmptyTelegram.js +8 -7
  103. package/es/emptystate/version3/EmptyTemplate.js +8 -7
  104. package/es/emptystate/version3/EmptyTicket.js +8 -7
  105. package/es/emptystate/version3/EmptyTimeEntry.js +8 -7
  106. package/es/emptystate/version3/EmptyTimeline.js +8 -7
  107. package/es/emptystate/version3/EmptyTopic.js +8 -7
  108. package/es/emptystate/version3/EmptyTwilio.js +8 -7
  109. package/es/emptystate/version3/EmptyWechat.js +8 -7
  110. package/es/emptystate/version3/EmptyWhatsapp.js +8 -7
  111. package/es/emptystate/version3/EmptyZSCKey.js +8 -7
  112. package/es/emptystate/version3/Export.js +8 -7
  113. package/es/emptystate/version3/Extensions.js +8 -7
  114. package/es/emptystate/version3/Extractor.js +8 -7
  115. package/es/emptystate/version3/GCBot.js +8 -7
  116. package/es/emptystate/version3/GCConversation.js +8 -7
  117. package/es/emptystate/version3/Import.js +8 -7
  118. package/es/emptystate/version3/KBBot.js +8 -7
  119. package/es/emptystate/version3/Multilingual.js +8 -7
  120. package/es/emptystate/version3/NetworkError.js +8 -7
  121. package/es/emptystate/version3/Predictor.js +8 -7
  122. package/es/emptystate/version3/ReadRecipients.js +8 -7
  123. package/es/emptystate/version3/SupportPlan.js +8 -7
  124. package/es/emptystate/version3/Variable.js +8 -7
  125. package/es/emptystate/version3/ZiaAnamoly.js +8 -7
  126. package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
  127. package/es/emptystate/version3/index.js +78 -78
  128. package/es/errorstate/index.js +3 -3
  129. package/es/errorstate/version1/EmptyInconvenience.js +9 -8
  130. package/es/errorstate/version1/NoRequestFound.js +9 -8
  131. package/es/errorstate/version1/PageNotFound.js +10 -8
  132. package/es/errorstate/version1/UnableToProcessRequest.js +10 -8
  133. package/es/errorstate/version1/UnauthorizedLogin.js +10 -8
  134. package/es/errorstate/version1/UrlNotFound.js +10 -8
  135. package/es/errorstate/version1/WillBeRightBack.js +10 -8
  136. package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
  137. package/es/errorstate/version1/index.js +7 -7
  138. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +8 -7
  139. package/es/errorstate/version2/EmptyWillBeRightBack.js +8 -7
  140. package/es/errorstate/version2/NotImpossible.js +8 -7
  141. package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
  142. package/es/errorstate/version2/index.js +2 -2
  143. package/es/errorstate/version3/ErrorInconvenience.js +8 -7
  144. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +8 -7
  145. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +8 -7
  146. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +8 -7
  147. package/es/errorstate/version3/ErrorUrlNotFound.js +8 -7
  148. package/es/errorstate/version3/ErrorWillBeRightBack.js +8 -7
  149. package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
  150. package/es/errorstate/version3/index.js +6 -6
  151. package/es/index.js +4 -4
  152. package/es/v1/Loader/Loader.js +5 -5
  153. package/es/v1/SVG/SVG.js +4 -4
  154. package/es/v1/emptystate/version1/EmptyCustomDomain.js +9 -8
  155. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +9 -8
  156. package/es/v1/emptystate/version2/EmptyBusinessHour.js +9 -8
  157. package/es/v1/emptystate/version2/EmptyFromAddress.js +9 -8
  158. package/es/v1/emptystate/version2/EmptyImportHistory.js +9 -8
  159. package/es/v1/emptystate/version2/EmptyNetwork.js +9 -8
  160. package/es/v1/emptystate/version2/EmptyRecycleBin.js +9 -8
  161. package/es/v1/emptystate/version2/EmptyRoles.js +9 -8
  162. package/es/v1/emptystate/version2/EmptyWebhook.js +9 -8
  163. package/es/v1/emptystate/version2/FailureLog.js +9 -8
  164. package/es/v1/emptystate/version3/AddFolder.js +8 -7
  165. package/es/v1/emptystate/version3/AgentRoom.js +8 -7
  166. package/es/v1/emptystate/version3/Alerts.js +8 -7
  167. package/es/v1/emptystate/version3/AllowListBlockList.js +8 -7
  168. package/es/v1/emptystate/version3/AuditLog.js +8 -7
  169. package/es/v1/emptystate/version3/Bot.js +8 -7
  170. package/es/v1/emptystate/version3/BuildExtension.js +8 -7
  171. package/es/v1/emptystate/version3/BulkActionLog.js +8 -7
  172. package/es/v1/emptystate/version3/BusinessHours.js +8 -7
  173. package/es/v1/emptystate/version3/Company.js +8 -7
  174. package/es/v1/emptystate/version3/Contract.js +8 -7
  175. package/es/v1/emptystate/version3/CustomButton.js +8 -7
  176. package/es/v1/emptystate/version3/CustomModule.js +8 -7
  177. package/es/v1/emptystate/version3/DKIMAuthendication.js +8 -7
  178. package/es/v1/emptystate/version3/DataSharing.js +8 -7
  179. package/es/v1/emptystate/version3/DomainMapping.js +8 -7
  180. package/es/v1/emptystate/version3/EmailFailure.js +8 -7
  181. package/es/v1/emptystate/version3/EmptyAI.js +8 -7
  182. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +8 -7
  183. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +8 -7
  184. package/es/v1/emptystate/version3/EmptyAPIDashboard.js +8 -7
  185. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +8 -7
  186. package/es/v1/emptystate/version3/EmptyAccounts.js +8 -7
  187. package/es/v1/emptystate/version3/EmptyActiveCalls.js +8 -7
  188. package/es/v1/emptystate/version3/EmptyActivity.js +8 -7
  189. package/es/v1/emptystate/version3/EmptyAgent.js +8 -7
  190. package/es/v1/emptystate/version3/EmptyAgentQueue.js +8 -7
  191. package/es/v1/emptystate/version3/EmptyAllowList.js +8 -7
  192. package/es/v1/emptystate/version3/EmptyApplechat.js +8 -7
  193. package/es/v1/emptystate/version3/EmptyApproval.js +8 -7
  194. package/es/v1/emptystate/version3/EmptyArchived.js +8 -7
  195. package/es/v1/emptystate/version3/EmptyArticle.js +8 -7
  196. package/es/v1/emptystate/version3/EmptyAsapchat.js +8 -7
  197. package/es/v1/emptystate/version3/EmptyAttach.js +8 -7
  198. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +8 -7
  199. package/es/v1/emptystate/version3/EmptyBlockList.js +8 -7
  200. package/es/v1/emptystate/version3/EmptyBlueprint.js +8 -7
  201. package/es/v1/emptystate/version3/EmptyCallHistory.js +8 -7
  202. package/es/v1/emptystate/version3/EmptyCanned.js +8 -7
  203. package/es/v1/emptystate/version3/EmptyChat.js +8 -7
  204. package/es/v1/emptystate/version3/EmptyCollision.js +8 -7
  205. package/es/v1/emptystate/version3/EmptyColumn.js +8 -7
  206. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +8 -7
  207. package/es/v1/emptystate/version3/EmptyContact.js +8 -7
  208. package/es/v1/emptystate/version3/EmptyContract.js +8 -7
  209. package/es/v1/emptystate/version3/EmptyConversation.js +8 -7
  210. package/es/v1/emptystate/version3/EmptyCrm.js +8 -7
  211. package/es/v1/emptystate/version3/EmptyCrmNotes.js +8 -7
  212. package/es/v1/emptystate/version3/EmptyCrmPotential.js +8 -7
  213. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +8 -7
  214. package/es/v1/emptystate/version3/EmptyDashboard.js +8 -7
  215. package/es/v1/emptystate/version3/EmptyDelete.js +8 -7
  216. package/es/v1/emptystate/version3/EmptyDepartment.js +8 -7
  217. package/es/v1/emptystate/version3/EmptyError.js +8 -7
  218. package/es/v1/emptystate/version3/EmptyFeed.js +8 -7
  219. package/es/v1/emptystate/version3/EmptyFieldSearch.js +8 -7
  220. package/es/v1/emptystate/version3/EmptyFollowers.js +8 -7
  221. package/es/v1/emptystate/version3/EmptyFrame.js +8 -7
  222. package/es/v1/emptystate/version3/EmptyHappiness.js +8 -7
  223. package/es/v1/emptystate/version3/EmptyHistory.js +8 -7
  224. package/es/v1/emptystate/version3/EmptyInstagram.js +8 -7
  225. package/es/v1/emptystate/version3/EmptyInstantmessage.js +8 -7
  226. package/es/v1/emptystate/version3/EmptyIntegration.js +8 -7
  227. package/es/v1/emptystate/version3/EmptyInvoice.js +8 -7
  228. package/es/v1/emptystate/version3/EmptyLine.js +8 -7
  229. package/es/v1/emptystate/version3/EmptyMessenger.js +8 -7
  230. package/es/v1/emptystate/version3/EmptyNoData.js +8 -7
  231. package/es/v1/emptystate/version3/EmptyNotification.js +8 -7
  232. package/es/v1/emptystate/version3/EmptyPenguin.js +8 -7
  233. package/es/v1/emptystate/version3/EmptyPreference.js +8 -7
  234. package/es/v1/emptystate/version3/EmptyProducts.js +8 -7
  235. package/es/v1/emptystate/version3/EmptyRecycleBin.js +8 -7
  236. package/es/v1/emptystate/version3/EmptyReply.js +8 -7
  237. package/es/v1/emptystate/version3/EmptyReports.js +8 -7
  238. package/es/v1/emptystate/version3/EmptySandbox.js +8 -7
  239. package/es/v1/emptystate/version3/EmptySchedule.js +8 -7
  240. package/es/v1/emptystate/version3/EmptyScheduledReplies.js +8 -7
  241. package/es/v1/emptystate/version3/EmptySearch.js +8 -7
  242. package/es/v1/emptystate/version3/EmptySearchError.js +8 -7
  243. package/es/v1/emptystate/version3/EmptySkills.js +8 -7
  244. package/es/v1/emptystate/version3/EmptySla.js +8 -7
  245. package/es/v1/emptystate/version3/EmptySnippet.js +8 -7
  246. package/es/v1/emptystate/version3/EmptyStarredDashboards.js +8 -7
  247. package/es/v1/emptystate/version3/EmptyStarredReports.js +8 -7
  248. package/es/v1/emptystate/version3/EmptySync.js +8 -7
  249. package/es/v1/emptystate/version3/EmptyTag.js +8 -7
  250. package/es/v1/emptystate/version3/EmptyTask.js +8 -7
  251. package/es/v1/emptystate/version3/EmptyTeams.js +8 -7
  252. package/es/v1/emptystate/version3/EmptyTelegram.js +8 -7
  253. package/es/v1/emptystate/version3/EmptyTemplate.js +8 -7
  254. package/es/v1/emptystate/version3/EmptyTicket.js +8 -7
  255. package/es/v1/emptystate/version3/EmptyTimeEntry.js +8 -7
  256. package/es/v1/emptystate/version3/EmptyTimeline.js +8 -7
  257. package/es/v1/emptystate/version3/EmptyTopic.js +8 -7
  258. package/es/v1/emptystate/version3/EmptyTrophy.js +8 -7
  259. package/es/v1/emptystate/version3/EmptyTwilio.js +8 -7
  260. package/es/v1/emptystate/version3/EmptyWechat.js +8 -7
  261. package/es/v1/emptystate/version3/EmptyWhatsapp.js +8 -7
  262. package/es/v1/emptystate/version3/EmptyZSCKey.js +8 -7
  263. package/es/v1/emptystate/version3/Export.js +9 -7
  264. package/es/v1/emptystate/version3/Extensions.js +8 -7
  265. package/es/v1/emptystate/version3/Extractor.js +8 -7
  266. package/es/v1/emptystate/version3/FieldList.js +8 -7
  267. package/es/v1/emptystate/version3/FieldPermission.js +8 -7
  268. package/es/v1/emptystate/version3/FieldUpdate.js +8 -7
  269. package/es/v1/emptystate/version3/FromAddress.js +8 -7
  270. package/es/v1/emptystate/version3/GCBot.js +8 -7
  271. package/es/v1/emptystate/version3/GCConversation.js +8 -7
  272. package/es/v1/emptystate/version3/HolidayLists.js +8 -7
  273. package/es/v1/emptystate/version3/Import.js +9 -7
  274. package/es/v1/emptystate/version3/Integrations.js +8 -7
  275. package/es/v1/emptystate/version3/KBBot.js +8 -7
  276. package/es/v1/emptystate/version3/MobileSdk.js +8 -7
  277. package/es/v1/emptystate/version3/MultiLayout.js +8 -7
  278. package/es/v1/emptystate/version3/Multilingual.js +8 -7
  279. package/es/v1/emptystate/version3/MyInformation.js +8 -7
  280. package/es/v1/emptystate/version3/NetworkError.js +8 -7
  281. package/es/v1/emptystate/version3/OtherConfiguration.js +8 -7
  282. package/es/v1/emptystate/version3/PaymentGateway.js +54 -0
  283. package/es/v1/emptystate/version3/PaymentPage.js +58 -0
  284. package/es/v1/emptystate/version3/PortalName.js +8 -7
  285. package/es/v1/emptystate/version3/Predictor.js +8 -7
  286. package/es/v1/emptystate/version3/Preference.js +8 -7
  287. package/es/v1/emptystate/version3/Profile.js +80 -0
  288. package/es/v1/emptystate/version3/ReadRecipients.js +8 -7
  289. package/es/v1/emptystate/version3/RebrandingLogo.js +8 -7
  290. package/es/v1/emptystate/version3/ShareFolder.js +8 -7
  291. package/es/v1/emptystate/version3/SuccessDomain.js +5 -4
  292. package/es/v1/emptystate/version3/SupportEmailAddress.js +8 -7
  293. package/es/v1/emptystate/version3/SupportPlan.js +8 -7
  294. package/es/v1/emptystate/version3/Variable.js +8 -7
  295. package/es/v1/emptystate/version3/WeCom.js +8 -7
  296. package/es/v1/emptystate/version3/Webhook.js +8 -7
  297. package/es/v1/emptystate/version3/ZiaAgent.js +8 -7
  298. package/es/v1/emptystate/version3/ZiaAnamoly.js +8 -7
  299. package/es/v1/errorstate/version1/EmptyInconvenience.js +9 -8
  300. package/es/v1/errorstate/version1/NoRequestFound.js +9 -8
  301. package/es/v1/errorstate/version1/PageNotFound.js +10 -8
  302. package/es/v1/errorstate/version1/UnableToProcessRequest.js +10 -8
  303. package/es/v1/errorstate/version1/UnauthorizedLogin.js +10 -8
  304. package/es/v1/errorstate/version1/UrlNotFound.js +10 -8
  305. package/es/v1/errorstate/version1/WillBeRightBack.js +10 -8
  306. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +8 -7
  307. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +8 -7
  308. package/es/v1/errorstate/version2/NotImpossible.js +8 -7
  309. package/es/v1/errorstate/version3/ErrorInconvenience.js +8 -7
  310. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +8 -7
  311. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +8 -7
  312. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +8 -7
  313. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +8 -7
  314. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +8 -7
  315. package/lib/emptystate/version3/EmptyActiveCalls.js +0 -0
  316. package/lib/emptystate/version3/EmptyCallHistory.js +0 -0
  317. package/lib/v1/emptystate/version3/EmptyActiveCalls.js +0 -0
  318. package/lib/v1/emptystate/version3/EmptyCallHistory.js +0 -0
  319. package/lib/v1/emptystate/version3/PaymentGateway.js +74 -0
  320. package/lib/v1/emptystate/version3/PaymentPage.js +78 -0
  321. package/lib/v1/emptystate/version3/Profile.js +99 -0
  322. package/package.json +8 -12
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyCrm extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "Feed",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrm_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrm_svg__cls-4,.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6,.EmptyCrm_svg__cls-8,.EmptyCrm_svg__cls-9{fill:none}.EmptyCrm_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCrm_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCrm_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "Feed"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrm_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrm_svg__cls-4,.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6,.EmptyCrm_svg__cls-8,.EmptyCrm_svg__cls-9{fill:none}.EmptyCrm_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCrm_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCrm_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyCrmNotes extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "crmnotes",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmNotes_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmNotes_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "crmnotes"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmNotes_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmNotes_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M75.45 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S29 117.2 28.74 105c-.22-11.89 0-40.12 46.71-41.87z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyCrmPotential extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "crmPotential",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmPotential_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmPotential_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmPotential_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "crmPotential"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmPotential_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmPotential_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmPotential_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M78.35 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S31.87 117.2 31.64 105c-.22-11.89 0-40.12 46.71-41.87z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
4
+ import { EmptyStateProps } from '../props/propTypes';
5
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
6
+ import SVG from '../../SVG/SVG';
5
7
  export default class CustomerHappiness extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "attach",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "attach"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#CustomerHappiness_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("g", {
14
15
  clipPath: "url(#CustomerHappiness_svg__b)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyDashboard extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "dashboard",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDashboard_svg__cls-3,.EmptyDashboard_svg__cls-4,.EmptyDashboard_svg__cls-5{fill:none}.EmptyDashboard_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyDashboard_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyDashboard_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "dashboard"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDashboard_svg__cls-3,.EmptyDashboard_svg__cls-4,.EmptyDashboard_svg__cls-5{fill:none}.EmptyDashboard_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyDashboard_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyDashboard_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyDelete extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "delete",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDelete_svg__cls-3{fill:var(--zd_emptysvg_plus)}.EmptyDelete_svg__cls-4{fill:var(--zd_emptysvg_medium_circle)}.EmptyDelete_svg__cls-5{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "delete"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDelete_svg__cls-3{fill:var(--zd_emptysvg_plus)}.EmptyDelete_svg__cls-4{fill:var(--zd_emptysvg_medium_circle)}.EmptyDelete_svg__cls-5{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
12
13
  fill: "var(--zd_emptysvg_primary_stroke)",
13
14
  d: "M98.66 174.25a113.49 113.49 0 0 1-27.21-3.46 12.5 12.5 0 0 1-9.23-9.71l-1.76-.41a.5.5 0 0 1-.38-.45c0-.16-1-16-1.24-32.23-.46-33 2.67-35.4 3.69-36.17a1.77 1.77 0 0 1 1.73-.27 2.73 2.73 0 0 1 1.35 1.26c34.09-4.43 53.35-2 63.07.54a23.88 23.88 0 0 0 6.74-4.35c-3.66-.92-8.67-5.24-13.17-10.94-10.9-9.35-25-23.9-31-40.47-1.54-4.29-1.65-7-.34-8.18 1-1 2.9-.86 5.49.32 4.39 2 11.06 7.26 17.9 13.9a12.7 12.7 0 0 1 3.09-2.6c6.38-3.89 10.43-2.64 12.7-.9 3.6 2.74 4.7 8.32 3.66 11.92-.66 2.27-2.11 3.67-4 3.84a.44.44 0 0 0-.32.11c-.28.58 1.43 3.12 2.94 5.37 3.49 5.17 8.57 12.72 7.94 19.9a13 13 0 0 1 .21 2.66c-.11 3.89-1.76 5-3.13 5.2h-.14l-9.71 72.07a12.35 12.35 0 0 1-9.66 11 90.93 90.93 0 0 1-19.22 2.05ZM63.3 161.31a11.5 11.5 0 0 0 8.39 8.51c11.17 2.79 28.21 5.32 46 1.45a11.34 11.34 0 0 0 8.88-10.13l.05-.39c-3.73.74-34.91 6.55-63.32.56Zm-.2-1.06c28.38 6.1 59.71.24 63.33-.48L135 96.52a39.82 39.82 0 0 0-6.12-2.16h-.05c-21.39 9.36-49.77 4.4-62.11 1.5 2.33 10.52-.47 37.88-3.6 61.28a11.42 11.42 0 0 0-.02 3.11Zm-2-.46 1 .23a12.49 12.49 0 0 1 0-3c4.24-31.67 5.49-53.53 3.61-61.39-1-.24-1.83-.45-2.54-.64a1 1 0 0 1 .12-1.88l1.27-.11a1.51 1.51 0 0 0-.64-.46.79.79 0 0 0-.79.13c-4.96 3.69-3.2 49.33-2.07 67.12Zm5.38-64.94c11.75 2.75 39.55 7.8 60.82-.9-19.53-4.7-50.16-1.56-61.18-.19a10.72 10.72 0 0 1 .32 1.09Zm63.73-1.1a39 39 0 0 1 5.22 1.86l.8-5.94a23.23 23.23 0 0 1-6.06 4.08Zm-65 .13-1.71.23 2 .49c-.17-.26-.26-.5-.36-.72Zm74.34-9a12.9 12.9 0 0 1-1.84 3.15c.95-.32 1.56-1.37 1.77-3.11Zm-16.65-7.54a155 155 0 0 0 13.64 10.5 11.81 11.81 0 0 0 2.37-4.36 10.88 10.88 0 0 0 .41-2.09C137.57 72 126 56.66 114.4 45.14c-3.46 4.88-2.18 11.71-.18 17.09a57.83 57.83 0 0 0 8.68 15.11Zm4.16 4.73a25.24 25.24 0 0 0 7.53 5.64c-1.68-1.18-4.33-3.1-7.53-5.64ZM115 44.35c10 9.86 20.21 22.58 24 32.36-1.16-5.42-4.78-10.8-7.45-14.76-2.39-3.55-3.51-5.3-3-6.35a1.26 1.26 0 0 1 1.13-.68c2-.17 2.8-2 3.12-3.12.95-3.28-.05-8.36-3.3-10.85-2.91-2.22-6.91-1.88-11.58 1a12.43 12.43 0 0 0-2.92 2.4ZM92.83 29.78a1.77 1.77 0 0 0-1.23.4c-.55.5-1.2 2.1.6 7.1C97.5 52 109.31 65.1 119.49 74.33a56.79 56.79 0 0 1-6.21-11.75c-2.83-7.62-2.65-13.88.42-18.14C107.11 38 100.59 32.77 96 30.67a8.17 8.17 0 0 0-3.17-.89Z"
14
15
  }), /*#__PURE__*/React.createElement("path", {
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyDepartment extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "department",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDepartment_svg__cls-4{fill:var(--zd_emptysvg_primary_fill)}.EmptyDepartment_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyDepartment_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyDepartment_svg__cls-5{fill:var(--zd_emptysvg_medium_circle)}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "department"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDepartment_svg__cls-4{fill:var(--zd_emptysvg_primary_fill)}.EmptyDepartment_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyDepartment_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyDepartment_svg__cls-5{fill:var(--zd_emptysvg_medium_circle)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M85.65 63.06s46.91-30.84 70.66-21.55 40 87.37-26.07 122.41-95.89-41.18-96.14-54.69c-.24-13.07 0-44.23 51.55-46.17z",
13
14
  opacity: 0.05,
14
15
  className: "EmptyDepartment_svg__cls-4"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyError extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "EmptyError",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyError_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyError_svg__cls-3,.EmptyError_svg__cls-4,.EmptyError_svg__cls-5{fill:none}.EmptyError_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyError_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyError_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyError_svg_fill{fill: #DE3535;opacity: 0.3}.EmptyError_svg_line{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "EmptyError"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyError_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyError_svg__cls-3,.EmptyError_svg__cls-4,.EmptyError_svg__cls-5{fill:none}.EmptyError_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyError_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyError_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyError_svg_fill{fill: #DE3535;opacity: 0.3}.EmptyError_svg_line{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}')), /*#__PURE__*/React.createElement("path", {
12
13
  class: "EmptyError_svg__cls-1",
13
14
  d: "M217.5,155.3c0,0,113.7-75.3,171.3-52.6s96.9,213.4-63.2,298.9S93.2,301,92.6,268 C92,236.1,92.6,160,217.5,155.3z"
14
15
  }), /*#__PURE__*/React.createElement("path", {
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyFeed extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "Feed",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFeed_svg__cls-4,.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6,.EmptyFeed_svg__cls-7,.EmptyFeed_svg__cls-8{fill:none}.EmptyFeed_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFeed_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFeed_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "Feed"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFeed_svg__cls-4,.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6,.EmptyFeed_svg__cls-7,.EmptyFeed_svg__cls-8{fill:none}.EmptyFeed_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFeed_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFeed_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyFollowers extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "Followers",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFollowers_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyFollowers_svg__cls-3,.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5,EmptyFollowers_svg__cls-7,.EmptyFollowers_svg__cls-8{fill:none;stroke-width:3px}.EmptyFollowers_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFollowers_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFollowers_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "Followers"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFollowers_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyFollowers_svg__cls-3,.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5,EmptyFollowers_svg__cls-7,.EmptyFollowers_svg__cls-8{fill:none;stroke-width:3px}.EmptyFollowers_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFollowers_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFollowers_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M212 153.52s111.42-74.45 167.82-52S474.7 312.38 317.89 397 90.15 297.57 89.55 265c-.55-31.6 0-106.8 122.45-111.48z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyFrame extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "emptyFrame",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFrame_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyFrame_svg__cls-3,.EmptyFrame_svg__cls-4,.EmptyFrame_svg__cls-5{fill:none}.EmptyFrame_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFrame_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFrame_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "emptyFrame"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFrame_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyFrame_svg__cls-3,.EmptyFrame_svg__cls-4,.EmptyFrame_svg__cls-5{fill:none}.EmptyFrame_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFrame_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFrame_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  className: "EmptyFrame_svg__cls-1",
13
14
  d: "M87.55 64.35s46.92-30.84 70.66-21.56 40 87.37-26.06 122.42S36.26 124 36 110.51c-.24-13.06 0-44.22 51.55-46.16z"
14
15
  }), /*#__PURE__*/React.createElement("ellipse", {
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyHappiness extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "happiness",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyHappiness_svg__cls-3,.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5,.EmptyHappiness_svg__cls-6,.EmptyHappiness_svg__cls-7{fill:none}.EmptyHappiness_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHappiness_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHappiness_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "happiness"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyHappiness_svg__cls-3,.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5,.EmptyHappiness_svg__cls-6,.EmptyHappiness_svg__cls-7{fill:none}.EmptyHappiness_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHappiness_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHappiness_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyHistory extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "accounts",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyHistory_svg__cls-3,.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5,.EmptyHistory_svg__cls-6,.EmptyHistory_svg__cls-7{fill:none}.EmptyHistory_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHistory_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "accounts"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyHistory_svg__cls-3,.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5,.EmptyHistory_svg__cls-6,.EmptyHistory_svg__cls-7{fill:none}.EmptyHistory_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHistory_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyInstagram extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyInstagram",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyInstagram"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#instagram_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  opacity: 0.8,
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyInstantmessage extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyInstantmessage",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("path", {
11
+ name: "emptyInstantmessage"
12
+ }, this.props), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M317.98 373.083c7.705 0 13.952-6.247 13.952-13.953 0-7.706-6.247-13.952-13.952-13.952-7.706 0-13.953 6.246-13.953 13.952 0 7.706 6.247 13.953 13.953 13.953ZM386.859 330.678c15.341 0 27.778-12.437 27.778-27.778 0-15.342-12.437-27.779-27.778-27.779-15.342 0-27.779 12.437-27.779 27.779 0 15.341 12.437 27.778 27.779 27.778ZM238.015 134.565c15.342 0 27.778-12.437 27.778-27.779 0-15.341-12.436-27.778-27.778-27.778-15.342 0-27.779 12.437-27.779 27.778 0 15.342 12.437 27.779 27.779 27.779Z",
13
14
  fill: "var(--zd_emptysvg_secondary_fill)"
14
15
  }), /*#__PURE__*/React.createElement("path", {
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyInvoice extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "invoice",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyInvoice_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyInvoice_svg__cls-3,.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5,.EmptyInvoice_svg__cls-7,.EmptyInvoice_svg__cls-8{fill:none}.EmptyInvoice_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyInvoice_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyInvoice_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "invoice"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyInvoice_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyInvoice_svg__cls-3,.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5,.EmptyInvoice_svg__cls-7,.EmptyInvoice_svg__cls-8{fill:none}.EmptyInvoice_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyInvoice_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyInvoice_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyLine extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyLine",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyLine"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#line_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  d: "M254.349 223.031s17.968 28.302 20.17 29.473c2.201 1.172-.48-35.669-.853-37.107-.373-1.438 23.082-1.243 23.366 1.438.284 2.681 0 52.288 0 56.088 0 3.799 34.782 1.455 38.421 2.432 3.64.977 2.433-11.789 1.776-13.458-.657-1.669-26.242-.764-26.242-.764s1.776-10.368 1.438-10.795c-.337-.426-1.438 1.456-1.438 1.456s24.484 0 26.917.391c2.432.391 0-7.652 0-12.18 0-4.527-25.124-2.521-26.899-2.521-1.776 0 1.775-9.854 1.775-10.653 0-.799-5.095-.781-1.775 1.278 3.32 2.06 18.926 0 24.484 0 5.557 0 2.432-8.274 2.432-11.789 0-3.515-52.075-1.953-49.252-2.006 2.823-.054 0 54.49 0 58.112s-6.96 2.325-11.771 2.325c-4.812 0-27.449-35.225-27.449-35.225v34.213c0 2.06-11.506.16-11.878 2.433-.373 2.272 5.876 0 12.535 0 2.467 0-.835-53.265 1.917-56.372 2.504-2.734-8.291-5.966-14.452-4.67-6.161 1.297-2.433 47.353-2.433 53.052 0 5.699-5.326 6.552-8.558 7.102-3.231.55-14.204-13.369-14.204-7.102 0 6.268 4.83 7.102 4.83 7.102 11.079-1.527 9.197-4.368 9.197-9.73v-48.719c0-2.184-11.541-.852-14.027 0-2.485.852 0 43.641 0 45.062 0 1.42-29.419 1.935-29.633 0-.213-1.936 17.01-1.421 19.531-.657 2.521.763 3.178 8.877 2.148 11.683-1.03 2.805-35.208.55-40.943 0-5.734-.551-2.734-59.053 7.422-58.592 10.156.462 6.942 46.909 6.942 46.909s-22.442 37.942-49.714 18.501c0 0 53.265 65.693 123.184 82.577 0 0-192.872-39.202-126.646-169.204 60.544-118.815 260.873-61.059 264.548 42.328 3.675 103.387-139.642 158.409-145.679 156.598-6.036-1.811 0-58.591 0-58.591",
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyMessenger extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyMessenger",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyMessenger"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#messenger_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  opacity: 0.1,
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
4
+ import { EmptyStateProps } from '../props/propTypes';
5
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
6
+ import SVG from '../../SVG/SVG';
5
7
  export default class EmptyNoData extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "nodata",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("path", {
11
+ name: "nodata"
12
+ }, this.props), /*#__PURE__*/React.createElement("path", {
12
13
  opacity: 0.1,
13
14
  d: "M217.1 158.5s113.7-75.3 171.3-52.6c57.6 22.7 96.9 213.3-63.2 298.9C165.1 490.4 92.8 304.3 92.1 271.3c-.5-32 .1-108.1 125-112.8Z",
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyNotification extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "notification",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyNotification_svg__cls-3,.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5,.EmptyNotification_svg__cls-6,.EmptyNotification_svg__cls-7{fill:none}.EmptyNotification_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyNotification_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyNotification_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "notification"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyNotification_svg__cls-3,.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5,.EmptyNotification_svg__cls-6,.EmptyNotification_svg__cls-7{fill:none}.EmptyNotification_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyNotification_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyNotification_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyPreference extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyPreference",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyPreference"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#clip0_8054_29289)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  opacity: 0.1,
@@ -1,14 +1,15 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyProducts extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "products",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyProducts_svg__cls-4,.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6,.EmptyProducts_svg__cls-7,.EmptyProducts_svg__cls-8{fill:none}.EmptyProducts_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyProducts_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyProducts_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "products"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyProducts_svg__cls-4,.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6,.EmptyProducts_svg__cls-7,.EmptyProducts_svg__cls-8{fill:none}.EmptyProducts_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyProducts_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyProducts_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05