@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60

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 (596) hide show
  1. package/README.md +243 -27
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
  20. package/css_error.log +0 -0
  21. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  22. package/es/Loader/Loader.js +66 -0
  23. package/es/Loader/props/defaultProps.js +3 -0
  24. package/es/Loader/props/propTypes.js +4 -0
  25. package/es/SVG/SVG.js +57 -0
  26. package/es/{svg → SVG}/SVG.module.css +31 -27
  27. package/es/SVG/SvgLoader.js +25 -0
  28. package/es/SVG/props/defaultProps.js +11 -0
  29. package/es/SVG/props/propTypes.js +15 -0
  30. package/es/css/EmptyStateVariables.module.css +39 -0
  31. package/es/emptystate/index.js +6 -0
  32. package/es/emptystate/props/defaultProps.js +8 -0
  33. package/es/emptystate/props/propTypes.js +9 -0
  34. package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
  35. package/es/emptystate/version1/index.js +1 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +28 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +29 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +28 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
  42. package/es/emptystate/version2/EmptyRoles.js +28 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +28 -0
  44. package/es/emptystate/version2/FailureLog.js +29 -0
  45. package/es/emptystate/version2/index.js +9 -0
  46. package/es/emptystate/version3/AuditLog.js +78 -0
  47. package/es/emptystate/version3/Bot.js +69 -0
  48. package/es/emptystate/version3/Contract.js +90 -0
  49. package/es/emptystate/version3/CustomModule.js +57 -0
  50. package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
  51. package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
  52. package/es/emptystate/version3/EmptyAPIs.js +64 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +88 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
  55. package/es/emptystate/version3/EmptyActivity.js +60 -0
  56. package/es/emptystate/version3/EmptyAgent.js +60 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +72 -0
  59. package/es/emptystate/version3/EmptyApproval.js +65 -0
  60. package/es/emptystate/version3/EmptyArchived.js +67 -0
  61. package/es/emptystate/version3/EmptyArticle.js +73 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +68 -0
  63. package/es/emptystate/version3/EmptyAttach.js +60 -0
  64. package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
  65. package/es/emptystate/version3/EmptyBlueprint.js +75 -0
  66. package/es/emptystate/version3/EmptyCallHistory.js +62 -0
  67. package/es/emptystate/version3/EmptyCanned.js +78 -0
  68. package/es/emptystate/version3/EmptyChat.js +78 -0
  69. package/es/emptystate/version3/EmptyCollision.js +59 -0
  70. package/es/emptystate/version3/EmptyColumn.js +65 -0
  71. package/es/emptystate/version3/EmptyContact.js +60 -0
  72. package/es/emptystate/version3/EmptyContract.js +55 -0
  73. package/es/emptystate/version3/EmptyConversation.js +60 -0
  74. package/es/emptystate/version3/EmptyCrm.js +59 -0
  75. package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
  76. package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
  77. package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
  78. package/es/emptystate/version3/EmptyDashboard.js +65 -0
  79. package/es/emptystate/version3/EmptyDelete.js +50 -0
  80. package/es/emptystate/version3/EmptyDepartment.js +59 -0
  81. package/es/emptystate/version3/EmptyError.js +83 -0
  82. package/es/emptystate/version3/EmptyFeed.js +62 -0
  83. package/es/emptystate/version3/EmptyFollowers.js +60 -0
  84. package/es/emptystate/version3/EmptyFrame.js +59 -0
  85. package/es/emptystate/version3/EmptyHappiness.js +60 -0
  86. package/es/emptystate/version3/EmptyHistory.js +59 -0
  87. package/es/emptystate/version3/EmptyInstagram.js +74 -0
  88. package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
  89. package/es/emptystate/version3/EmptyInvoice.js +64 -0
  90. package/es/emptystate/version3/EmptyLine.js +74 -0
  91. package/es/emptystate/version3/EmptyMessenger.js +60 -0
  92. package/es/emptystate/version3/EmptyNoData.js +78 -0
  93. package/es/emptystate/version3/EmptyNotification.js +59 -0
  94. package/es/emptystate/version3/EmptyPreference.js +79 -0
  95. package/es/emptystate/version3/EmptyProducts.js +62 -0
  96. package/es/emptystate/version3/EmptyReply.js +54 -0
  97. package/es/emptystate/version3/EmptyReports.js +65 -0
  98. package/es/emptystate/version3/EmptySandbox.js +81 -0
  99. package/es/emptystate/version3/EmptySchedule.js +101 -0
  100. package/es/emptystate/version3/EmptySearch.js +69 -0
  101. package/es/emptystate/version3/EmptySkills.js +107 -0
  102. package/es/emptystate/version3/EmptySla.js +54 -0
  103. package/es/emptystate/version3/EmptySnippet.js +69 -0
  104. package/es/emptystate/version3/EmptyTag.js +62 -0
  105. package/es/emptystate/version3/EmptyTask.js +75 -0
  106. package/es/emptystate/version3/EmptyTeams.js +60 -0
  107. package/es/emptystate/version3/EmptyTelegram.js +74 -0
  108. package/es/emptystate/version3/EmptyTemplate.js +71 -0
  109. package/es/emptystate/version3/EmptyTicket.js +63 -0
  110. package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
  111. package/es/emptystate/version3/EmptyTimeline.js +60 -0
  112. package/es/emptystate/version3/EmptyTopic.js +65 -0
  113. package/es/emptystate/version3/EmptyTwilio.js +74 -0
  114. package/es/emptystate/version3/EmptyWechat.js +74 -0
  115. package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
  116. package/es/emptystate/version3/EmptyZSCKey.js +87 -0
  117. package/es/emptystate/version3/Export.js +55 -0
  118. package/es/emptystate/version3/Extensions.js +61 -0
  119. package/es/emptystate/version3/Extractor.js +54 -0
  120. package/es/emptystate/version3/GCBot.js +52 -0
  121. package/es/emptystate/version3/GCConversation.js +54 -0
  122. package/es/emptystate/version3/Import.js +70 -0
  123. package/es/emptystate/version3/KBBot.js +67 -0
  124. package/es/emptystate/version3/Multilingual.js +60 -0
  125. package/es/emptystate/version3/NetworkError.js +63 -0
  126. package/es/emptystate/version3/Predictor.js +61 -0
  127. package/es/emptystate/version3/ReadRecipients.js +59 -0
  128. package/es/emptystate/version3/SupportPlan.js +75 -0
  129. package/es/emptystate/version3/Variable.js +58 -0
  130. package/es/emptystate/version3/ZiaAnamoly.js +55 -0
  131. package/es/emptystate/version3/index.js +78 -0
  132. package/es/errorstate/index.js +6 -0
  133. package/es/errorstate/props/defaultProps.js +8 -0
  134. package/es/errorstate/props/propTypes.js +9 -0
  135. package/es/errorstate/version1/EmptyInconvenience.js +33 -0
  136. package/es/errorstate/version1/NoRequestFound.js +33 -0
  137. package/es/errorstate/version1/PageNotFound.js +34 -0
  138. package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
  139. package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
  140. package/es/errorstate/version1/UrlNotFound.js +34 -0
  141. package/es/errorstate/version1/WillBeRightBack.js +34 -0
  142. package/es/errorstate/version1/index.js +7 -0
  143. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
  144. package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
  145. package/es/errorstate/version2/NotImpossible.js +69 -0
  146. package/es/errorstate/version2/index.js +2 -0
  147. package/es/errorstate/version3/ErrorInconvenience.js +104 -0
  148. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
  149. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
  150. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
  151. package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
  152. package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
  153. package/es/errorstate/version3/index.js +6 -0
  154. package/es/index.js +17 -6
  155. package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
  156. package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
  157. package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
  158. package/images/EmptyCustomDomain.svg +85 -0
  159. package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
  160. package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
  161. package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
  162. package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
  163. package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
  164. package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
  165. package/images/EmptySkills.svg +83 -0
  166. package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
  167. package/{src/svg/images → images}/FailureLog.svg +46 -46
  168. package/{es/svg/images → images}/Inconvenience.svg +719 -719
  169. package/{src/svg/images → images}/NoRequestFound.svg +247 -247
  170. package/{lib/svg/images → images}/PageNotFound.svg +405 -405
  171. package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
  172. package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
  173. package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
  174. package/{src/svg/images → images}/WillBack.svg +633 -633
  175. package/install.md +11 -0
  176. package/lib/Loader/Loader.js +94 -0
  177. package/lib/Loader/props/defaultProps.js +10 -0
  178. package/lib/Loader/props/propTypes.js +12 -0
  179. package/lib/SVG/SVG.js +87 -0
  180. package/lib/{svg → SVG}/SVG.module.css +31 -27
  181. package/lib/SVG/SvgLoader.js +50 -0
  182. package/lib/SVG/props/defaultProps.js +18 -0
  183. package/lib/SVG/props/propTypes.js +23 -0
  184. package/lib/css/EmptyStateVariables.module.css +39 -0
  185. package/lib/emptystate/index.js +15 -0
  186. package/lib/emptystate/props/defaultProps.js +15 -0
  187. package/lib/emptystate/props/propTypes.js +17 -0
  188. package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
  189. package/lib/emptystate/version1/index.js +13 -0
  190. package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
  191. package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
  192. package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
  193. package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
  194. package/lib/emptystate/version2/EmptyNetwork.js +61 -0
  195. package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
  196. package/lib/emptystate/version2/EmptyRoles.js +61 -0
  197. package/lib/emptystate/version2/EmptyWebhook.js +61 -0
  198. package/lib/emptystate/version2/FailureLog.js +62 -0
  199. package/lib/emptystate/version2/index.js +69 -0
  200. package/lib/emptystate/version3/AuditLog.js +111 -0
  201. package/lib/emptystate/version3/Bot.js +102 -0
  202. package/lib/emptystate/version3/Contract.js +123 -0
  203. package/lib/emptystate/version3/CustomModule.js +90 -0
  204. package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
  205. package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
  206. package/lib/emptystate/version3/EmptyAPIs.js +97 -0
  207. package/lib/emptystate/version3/EmptyAccounts.js +121 -0
  208. package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
  209. package/lib/emptystate/version3/EmptyActivity.js +93 -0
  210. package/lib/emptystate/version3/EmptyAgent.js +93 -0
  211. package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
  212. package/lib/emptystate/version3/EmptyApplechat.js +105 -0
  213. package/lib/emptystate/version3/EmptyApproval.js +98 -0
  214. package/lib/emptystate/version3/EmptyArchived.js +100 -0
  215. package/lib/emptystate/version3/EmptyArticle.js +106 -0
  216. package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
  217. package/lib/emptystate/version3/EmptyAttach.js +93 -0
  218. package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
  219. package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
  220. package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
  221. package/lib/emptystate/version3/EmptyCanned.js +111 -0
  222. package/lib/emptystate/version3/EmptyChat.js +111 -0
  223. package/lib/emptystate/version3/EmptyCollision.js +92 -0
  224. package/lib/emptystate/version3/EmptyColumn.js +98 -0
  225. package/lib/emptystate/version3/EmptyContact.js +93 -0
  226. package/lib/emptystate/version3/EmptyContract.js +88 -0
  227. package/lib/emptystate/version3/EmptyConversation.js +93 -0
  228. package/lib/emptystate/version3/EmptyCrm.js +92 -0
  229. package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
  230. package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
  231. package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
  232. package/lib/emptystate/version3/EmptyDashboard.js +98 -0
  233. package/lib/emptystate/version3/EmptyDelete.js +83 -0
  234. package/lib/emptystate/version3/EmptyDepartment.js +92 -0
  235. package/lib/emptystate/version3/EmptyError.js +116 -0
  236. package/lib/emptystate/version3/EmptyFeed.js +95 -0
  237. package/lib/emptystate/version3/EmptyFollowers.js +93 -0
  238. package/lib/emptystate/version3/EmptyFrame.js +92 -0
  239. package/lib/emptystate/version3/EmptyHappiness.js +93 -0
  240. package/lib/emptystate/version3/EmptyHistory.js +92 -0
  241. package/lib/emptystate/version3/EmptyInstagram.js +107 -0
  242. package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
  243. package/lib/emptystate/version3/EmptyInvoice.js +97 -0
  244. package/lib/emptystate/version3/EmptyLine.js +107 -0
  245. package/lib/emptystate/version3/EmptyMessenger.js +93 -0
  246. package/lib/emptystate/version3/EmptyNoData.js +111 -0
  247. package/lib/emptystate/version3/EmptyNotification.js +92 -0
  248. package/lib/emptystate/version3/EmptyPreference.js +112 -0
  249. package/lib/emptystate/version3/EmptyProducts.js +95 -0
  250. package/lib/emptystate/version3/EmptyReply.js +87 -0
  251. package/lib/emptystate/version3/EmptyReports.js +98 -0
  252. package/lib/emptystate/version3/EmptySandbox.js +114 -0
  253. package/lib/emptystate/version3/EmptySchedule.js +134 -0
  254. package/lib/emptystate/version3/EmptySearch.js +102 -0
  255. package/lib/emptystate/version3/EmptySkills.js +140 -0
  256. package/lib/emptystate/version3/EmptySla.js +87 -0
  257. package/lib/emptystate/version3/EmptySnippet.js +102 -0
  258. package/lib/emptystate/version3/EmptyTag.js +95 -0
  259. package/lib/emptystate/version3/EmptyTask.js +108 -0
  260. package/lib/emptystate/version3/EmptyTeams.js +93 -0
  261. package/lib/emptystate/version3/EmptyTelegram.js +107 -0
  262. package/lib/emptystate/version3/EmptyTemplate.js +104 -0
  263. package/lib/emptystate/version3/EmptyTicket.js +96 -0
  264. package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
  265. package/lib/emptystate/version3/EmptyTimeline.js +93 -0
  266. package/lib/emptystate/version3/EmptyTopic.js +98 -0
  267. package/lib/emptystate/version3/EmptyTwilio.js +107 -0
  268. package/lib/emptystate/version3/EmptyWechat.js +107 -0
  269. package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
  270. package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
  271. package/lib/emptystate/version3/Export.js +88 -0
  272. package/lib/emptystate/version3/Extensions.js +94 -0
  273. package/lib/emptystate/version3/Extractor.js +87 -0
  274. package/lib/emptystate/version3/GCBot.js +85 -0
  275. package/lib/emptystate/version3/GCConversation.js +87 -0
  276. package/lib/emptystate/version3/Import.js +103 -0
  277. package/lib/emptystate/version3/KBBot.js +100 -0
  278. package/lib/emptystate/version3/Multilingual.js +93 -0
  279. package/lib/emptystate/version3/NetworkError.js +96 -0
  280. package/lib/emptystate/version3/Predictor.js +94 -0
  281. package/lib/emptystate/version3/ReadRecipients.js +92 -0
  282. package/lib/emptystate/version3/SupportPlan.js +108 -0
  283. package/lib/emptystate/version3/Variable.js +91 -0
  284. package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
  285. package/lib/emptystate/version3/index.js +552 -0
  286. package/lib/errorstate/index.js +15 -0
  287. package/lib/errorstate/props/defaultProps.js +15 -0
  288. package/lib/errorstate/props/propTypes.js +17 -0
  289. package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
  290. package/lib/errorstate/version1/NoRequestFound.js +64 -0
  291. package/lib/errorstate/version1/PageNotFound.js +65 -0
  292. package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
  293. package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
  294. package/lib/errorstate/version1/UrlNotFound.js +65 -0
  295. package/lib/errorstate/version1/WillBeRightBack.js +65 -0
  296. package/lib/errorstate/version1/index.js +55 -0
  297. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
  298. package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
  299. package/lib/errorstate/version2/NotImpossible.js +102 -0
  300. package/lib/errorstate/version2/index.js +20 -0
  301. package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
  302. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
  303. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
  304. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
  305. package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
  306. package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
  307. package/lib/errorstate/version3/index.js +48 -0
  308. package/lib/index.js +16 -43
  309. package/package.json +76 -42
  310. package/es/svg/EmptyAccounts.js +0 -67
  311. package/es/svg/EmptyActiveCalls.js +0 -70
  312. package/es/svg/EmptyActivity.js +0 -70
  313. package/es/svg/EmptyAgent.js +0 -66
  314. package/es/svg/EmptyArchived.js +0 -65
  315. package/es/svg/EmptyAttach.js +0 -66
  316. package/es/svg/EmptyBlueprint.js +0 -66
  317. package/es/svg/EmptyBusinessHoliday.js +0 -66
  318. package/es/svg/EmptyBusinessHour.js +0 -66
  319. package/es/svg/EmptyCallHistory.js +0 -70
  320. package/es/svg/EmptyCloud.js +0 -65
  321. package/es/svg/EmptyCloudDanger.js +0 -64
  322. package/es/svg/EmptyContact.js +0 -67
  323. package/es/svg/EmptyConversation.js +0 -66
  324. package/es/svg/EmptyDashboard.js +0 -66
  325. package/es/svg/EmptyEdition.js +0 -66
  326. package/es/svg/EmptyFromAddress.js +0 -66
  327. package/es/svg/EmptyHappiness.js +0 -66
  328. package/es/svg/EmptyHistory.js +0 -67
  329. package/es/svg/EmptyImportHistory.js +0 -66
  330. package/es/svg/EmptyInvoice.js +0 -66
  331. package/es/svg/EmptyNetwork.js +0 -66
  332. package/es/svg/EmptyNotification.js +0 -66
  333. package/es/svg/EmptyProducts.js +0 -66
  334. package/es/svg/EmptyRecycleBin.js +0 -66
  335. package/es/svg/EmptyReports.js +0 -66
  336. package/es/svg/EmptyRoles.js +0 -66
  337. package/es/svg/EmptySearch.js +0 -66
  338. package/es/svg/EmptySkills.js +0 -66
  339. package/es/svg/EmptySnippet.js +0 -66
  340. package/es/svg/EmptyTag.js +0 -66
  341. package/es/svg/EmptyTask.js +0 -66
  342. package/es/svg/EmptyTeams.js +0 -66
  343. package/es/svg/EmptyTemplate.js +0 -67
  344. package/es/svg/EmptyTicket.js +0 -66
  345. package/es/svg/EmptyTimeEntry.js +0 -66
  346. package/es/svg/EmptyTopic.js +0 -66
  347. package/es/svg/EmptyWebhook.js +0 -66
  348. package/es/svg/FailureLog.js +0 -66
  349. package/es/svg/Inconvenience.js +0 -69
  350. package/es/svg/InvalidUrl.js +0 -784
  351. package/es/svg/Loader.js +0 -59
  352. package/es/svg/NoRequestFound.js +0 -69
  353. package/es/svg/PageNotFound.js +0 -69
  354. package/es/svg/SVG.js +0 -105
  355. package/es/svg/SitBack.js +0 -63
  356. package/es/svg/UnableToProcessRequest.js +0 -69
  357. package/es/svg/UnauthorizedLogin.js +0 -69
  358. package/es/svg/UrlNotFound.js +0 -69
  359. package/es/svg/WillBeRightBack.js +0 -69
  360. package/es/svg/docs/SVG__default.docs.js +0 -605
  361. package/es/svg/images/EmptyAccounts.svg +0 -55
  362. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  363. package/es/svg/images/EmptyActivity.svg +0 -85
  364. package/es/svg/images/EmptyAgent.svg +0 -52
  365. package/es/svg/images/EmptyArchived.svg +0 -38
  366. package/es/svg/images/EmptyAttach.svg +0 -39
  367. package/es/svg/images/EmptyBlueprint.svg +0 -78
  368. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  369. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  370. package/es/svg/images/EmptyCallHistory.svg +0 -46
  371. package/es/svg/images/EmptyCloud.svg +0 -38
  372. package/es/svg/images/EmptyCloudDanger.svg +0 -1
  373. package/es/svg/images/EmptyContact.svg +0 -33
  374. package/es/svg/images/EmptyConversation.svg +0 -38
  375. package/es/svg/images/EmptyDashboard.svg +0 -42
  376. package/es/svg/images/EmptyEdition.svg +0 -76
  377. package/es/svg/images/EmptyFilter.svg +0 -62
  378. package/es/svg/images/EmptyFromAddress.svg +0 -41
  379. package/es/svg/images/EmptyHappiness.svg +0 -58
  380. package/es/svg/images/EmptyHistory.svg +0 -44
  381. package/es/svg/images/EmptyInvoice.svg +0 -45
  382. package/es/svg/images/EmptyNetwork.svg +0 -50
  383. package/es/svg/images/EmptyNotification.svg +0 -38
  384. package/es/svg/images/EmptyProducts.svg +0 -57
  385. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  386. package/es/svg/images/EmptyReports.svg +0 -39
  387. package/es/svg/images/EmptyRoles.svg +0 -30
  388. package/es/svg/images/EmptySearch.svg +0 -37
  389. package/es/svg/images/EmptySkills.svg +0 -75
  390. package/es/svg/images/EmptySnippet.svg +0 -46
  391. package/es/svg/images/EmptyTag.svg +0 -43
  392. package/es/svg/images/EmptyTask.svg +0 -42
  393. package/es/svg/images/EmptyTeams.svg +0 -39
  394. package/es/svg/images/EmptyTemplate.svg +0 -39
  395. package/es/svg/images/EmptyTicket.svg +0 -33
  396. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  397. package/es/svg/images/EmptyTopic.svg +0 -41
  398. package/es/svg/images/EmptyWebhook.svg +0 -44
  399. package/es/svg/images/FailureLog.svg +0 -46
  400. package/es/svg/images/Loader.svg +0 -62
  401. package/es/svg/images/NoRequestFound.svg +0 -247
  402. package/es/svg/images/PageNotFound.svg +0 -405
  403. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  404. package/es/svg/images/SitBack.svg +0 -464
  405. package/es/svg/images/UnableToProcess.svg +0 -752
  406. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  407. package/es/svg/images/WillBack.svg +0 -633
  408. package/lib/svg/EmptyAccounts.js +0 -89
  409. package/lib/svg/EmptyActiveCalls.js +0 -92
  410. package/lib/svg/EmptyActivity.js +0 -92
  411. package/lib/svg/EmptyAgent.js +0 -88
  412. package/lib/svg/EmptyArchived.js +0 -87
  413. package/lib/svg/EmptyAttach.js +0 -88
  414. package/lib/svg/EmptyBlueprint.js +0 -88
  415. package/lib/svg/EmptyBusinessHoliday.js +0 -88
  416. package/lib/svg/EmptyBusinessHour.js +0 -88
  417. package/lib/svg/EmptyCallHistory.js +0 -92
  418. package/lib/svg/EmptyCloud.js +0 -87
  419. package/lib/svg/EmptyCloudDanger.js +0 -86
  420. package/lib/svg/EmptyContact.js +0 -89
  421. package/lib/svg/EmptyConversation.js +0 -88
  422. package/lib/svg/EmptyDashboard.js +0 -88
  423. package/lib/svg/EmptyEdition.js +0 -88
  424. package/lib/svg/EmptyFromAddress.js +0 -88
  425. package/lib/svg/EmptyHappiness.js +0 -88
  426. package/lib/svg/EmptyHistory.js +0 -89
  427. package/lib/svg/EmptyImportHistory.js +0 -88
  428. package/lib/svg/EmptyInvoice.js +0 -88
  429. package/lib/svg/EmptyNetwork.js +0 -88
  430. package/lib/svg/EmptyNotification.js +0 -88
  431. package/lib/svg/EmptyProducts.js +0 -88
  432. package/lib/svg/EmptyRecycleBin.js +0 -88
  433. package/lib/svg/EmptyReports.js +0 -88
  434. package/lib/svg/EmptyRoles.js +0 -88
  435. package/lib/svg/EmptySearch.js +0 -88
  436. package/lib/svg/EmptySkills.js +0 -88
  437. package/lib/svg/EmptySnippet.js +0 -88
  438. package/lib/svg/EmptyTag.js +0 -88
  439. package/lib/svg/EmptyTask.js +0 -88
  440. package/lib/svg/EmptyTeams.js +0 -88
  441. package/lib/svg/EmptyTemplate.js +0 -89
  442. package/lib/svg/EmptyTicket.js +0 -88
  443. package/lib/svg/EmptyTimeEntry.js +0 -88
  444. package/lib/svg/EmptyTopic.js +0 -88
  445. package/lib/svg/EmptyWebhook.js +0 -88
  446. package/lib/svg/FailureLog.js +0 -88
  447. package/lib/svg/Inconvenience.js +0 -91
  448. package/lib/svg/InvalidUrl.js +0 -803
  449. package/lib/svg/Loader.js +0 -84
  450. package/lib/svg/NoRequestFound.js +0 -91
  451. package/lib/svg/PageNotFound.js +0 -91
  452. package/lib/svg/SVG.js +0 -124
  453. package/lib/svg/SitBack.js +0 -85
  454. package/lib/svg/UnableToProcessRequest.js +0 -91
  455. package/lib/svg/UnauthorizedLogin.js +0 -91
  456. package/lib/svg/UrlNotFound.js +0 -91
  457. package/lib/svg/WillBeRightBack.js +0 -91
  458. package/lib/svg/docs/SVG__default.docs.js +0 -765
  459. package/lib/svg/images/EmptyAccounts.svg +0 -55
  460. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  461. package/lib/svg/images/EmptyActivity.svg +0 -85
  462. package/lib/svg/images/EmptyAgent.svg +0 -52
  463. package/lib/svg/images/EmptyArchived.svg +0 -38
  464. package/lib/svg/images/EmptyAttach.svg +0 -39
  465. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  466. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  467. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  468. package/lib/svg/images/EmptyCloud.svg +0 -38
  469. package/lib/svg/images/EmptyCloudDanger.svg +0 -1
  470. package/lib/svg/images/EmptyContact.svg +0 -33
  471. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  472. package/lib/svg/images/EmptyConversation.svg +0 -38
  473. package/lib/svg/images/EmptyDashboard.svg +0 -42
  474. package/lib/svg/images/EmptyEdition.svg +0 -76
  475. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  476. package/lib/svg/images/EmptyHappiness.svg +0 -58
  477. package/lib/svg/images/EmptyHistory.svg +0 -44
  478. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  479. package/lib/svg/images/EmptyInvoice.svg +0 -45
  480. package/lib/svg/images/EmptyNetwork.svg +0 -50
  481. package/lib/svg/images/EmptyNotification.svg +0 -38
  482. package/lib/svg/images/EmptyProducts.svg +0 -57
  483. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  484. package/lib/svg/images/EmptyReports.svg +0 -39
  485. package/lib/svg/images/EmptySearch.svg +0 -37
  486. package/lib/svg/images/EmptySkills.svg +0 -75
  487. package/lib/svg/images/EmptySnippet.svg +0 -46
  488. package/lib/svg/images/EmptyTag.svg +0 -43
  489. package/lib/svg/images/EmptyTask.svg +0 -42
  490. package/lib/svg/images/EmptyTeams.svg +0 -39
  491. package/lib/svg/images/EmptyTemplate.svg +0 -39
  492. package/lib/svg/images/EmptyTicket.svg +0 -33
  493. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  494. package/lib/svg/images/EmptyTopic.svg +0 -41
  495. package/lib/svg/images/FailureLog.svg +0 -46
  496. package/lib/svg/images/Inconvenience.svg +0 -719
  497. package/lib/svg/images/Loader.svg +0 -62
  498. package/lib/svg/images/NoRequestFound.svg +0 -247
  499. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  500. package/lib/svg/images/SitBack.svg +0 -464
  501. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  502. package/lib/svg/images/WillBack.svg +0 -633
  503. package/src/index.js +0 -7
  504. package/src/svg/EmptyAccounts.js +0 -39
  505. package/src/svg/EmptyActiveCalls.js +0 -47
  506. package/src/svg/EmptyActivity.js +0 -47
  507. package/src/svg/EmptyAgent.js +0 -38
  508. package/src/svg/EmptyArchived.js +0 -37
  509. package/src/svg/EmptyAttach.js +0 -38
  510. package/src/svg/EmptyBlueprint.js +0 -38
  511. package/src/svg/EmptyBusinessHoliday.js +0 -38
  512. package/src/svg/EmptyBusinessHour.js +0 -38
  513. package/src/svg/EmptyCallHistory.js +0 -47
  514. package/src/svg/EmptyCloud.js +0 -37
  515. package/src/svg/EmptyCloudDanger.js +0 -36
  516. package/src/svg/EmptyContact.js +0 -39
  517. package/src/svg/EmptyConversation.js +0 -38
  518. package/src/svg/EmptyDashboard.js +0 -38
  519. package/src/svg/EmptyEdition.js +0 -38
  520. package/src/svg/EmptyFromAddress.js +0 -38
  521. package/src/svg/EmptyHappiness.js +0 -38
  522. package/src/svg/EmptyHistory.js +0 -39
  523. package/src/svg/EmptyImportHistory.js +0 -38
  524. package/src/svg/EmptyInvoice.js +0 -38
  525. package/src/svg/EmptyNetwork.js +0 -38
  526. package/src/svg/EmptyNotification.js +0 -38
  527. package/src/svg/EmptyProducts.js +0 -38
  528. package/src/svg/EmptyRecycleBin.js +0 -38
  529. package/src/svg/EmptyReports.js +0 -38
  530. package/src/svg/EmptyRoles.js +0 -38
  531. package/src/svg/EmptySearch.js +0 -38
  532. package/src/svg/EmptySkills.js +0 -38
  533. package/src/svg/EmptySnippet.js +0 -38
  534. package/src/svg/EmptyTag.js +0 -38
  535. package/src/svg/EmptyTask.js +0 -38
  536. package/src/svg/EmptyTeams.js +0 -38
  537. package/src/svg/EmptyTemplate.js +0 -39
  538. package/src/svg/EmptyTicket.js +0 -38
  539. package/src/svg/EmptyTimeEntry.js +0 -38
  540. package/src/svg/EmptyTopic.js +0 -38
  541. package/src/svg/EmptyWebhook.js +0 -38
  542. package/src/svg/FailureLog.js +0 -38
  543. package/src/svg/Inconvenience.js +0 -41
  544. package/src/svg/InvalidUrl.js +0 -758
  545. package/src/svg/Loader.js +0 -34
  546. package/src/svg/NoRequestFound.js +0 -41
  547. package/src/svg/PageNotFound.js +0 -41
  548. package/src/svg/SVG.js +0 -91
  549. package/src/svg/SVG.module.css +0 -27
  550. package/src/svg/SitBack.js +0 -37
  551. package/src/svg/UnableToProcessRequest.js +0 -41
  552. package/src/svg/UnauthorizedLogin.js +0 -41
  553. package/src/svg/UrlNotFound.js +0 -41
  554. package/src/svg/WillBeRightBack.js +0 -41
  555. package/src/svg/docs/SVG__default.docs.js +0 -289
  556. package/src/svg/images/EmptyAccounts.svg +0 -55
  557. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  558. package/src/svg/images/EmptyActivity.svg +0 -85
  559. package/src/svg/images/EmptyAgent.svg +0 -52
  560. package/src/svg/images/EmptyArchived.svg +0 -38
  561. package/src/svg/images/EmptyAttach.svg +0 -39
  562. package/src/svg/images/EmptyBlueprint.svg +0 -78
  563. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  564. package/src/svg/images/EmptyCallHistory.svg +0 -46
  565. package/src/svg/images/EmptyCloud.svg +0 -38
  566. package/src/svg/images/EmptyCloudDanger.svg +0 -1
  567. package/src/svg/images/EmptyContact.svg +0 -33
  568. package/src/svg/images/EmptyContactInfo.svg +0 -27
  569. package/src/svg/images/EmptyConversation.svg +0 -38
  570. package/src/svg/images/EmptyDashboard.svg +0 -42
  571. package/src/svg/images/EmptyEdition.svg +0 -76
  572. package/src/svg/images/EmptyFilter.svg +0 -62
  573. package/src/svg/images/EmptyHappiness.svg +0 -58
  574. package/src/svg/images/EmptyHistory.svg +0 -44
  575. package/src/svg/images/EmptyImportHistory.svg +0 -43
  576. package/src/svg/images/EmptyInvoice.svg +0 -45
  577. package/src/svg/images/EmptyNotification.svg +0 -38
  578. package/src/svg/images/EmptyProducts.svg +0 -57
  579. package/src/svg/images/EmptyReports.svg +0 -39
  580. package/src/svg/images/EmptyRoles.svg +0 -30
  581. package/src/svg/images/EmptySearch.svg +0 -37
  582. package/src/svg/images/EmptySkills.svg +0 -75
  583. package/src/svg/images/EmptySnippet.svg +0 -46
  584. package/src/svg/images/EmptyTag.svg +0 -43
  585. package/src/svg/images/EmptyTask.svg +0 -42
  586. package/src/svg/images/EmptyTeams.svg +0 -39
  587. package/src/svg/images/EmptyTemplate.svg +0 -39
  588. package/src/svg/images/EmptyTicket.svg +0 -33
  589. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  590. package/src/svg/images/EmptyTopic.svg +0 -41
  591. package/src/svg/images/EmptyWebhook.svg +0 -44
  592. package/src/svg/images/Inconvenience.svg +0 -719
  593. package/src/svg/images/Loader.svg +0 -62
  594. package/src/svg/images/PageNotFound.svg +0 -405
  595. package/src/svg/images/SitBack.svg +0 -464
  596. package/src/svg/images/UnableToProcess.svg +0 -752
@@ -0,0 +1,55 @@
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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class ZiaAnamoly extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "ziaAnamoly"
11
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.ZIAAnomaly_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.ZIAAnomaly_svg__st2{fill:var(--zd_emptysvg_plus)}.ZIAAnomaly_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.ZIAAnomaly_svg__st4{fill:var(--zd_emptysvg_tiny_circle)}'), /*#__PURE__*/React.createElement("path", {
12
+ fill: "none",
13
+ d: "M10 22h180v160H10z"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ className: "ZIAAnomaly_svg__st1",
16
+ d: "M80.2 58.2s46.7-31.2 70.3-21.8 39.7 88.3-25.9 123.7c-65.6 35.4-95.4-41.6-95.7-55.2-.2-13.3 0-44.7 51.3-46.7z"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ className: "ZIAAnomaly_svg__st2",
19
+ d: "M14 119.3s-.1 0 0 0c-.3 0-.5-.3-.5-.5l.4-7.5c0-.3.2-.5.5-.5s.5.2.5.5l-.4 7.5c-.1.3-.3.5-.5.5z"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ className: "ZIAAnomaly_svg__st2",
22
+ d: "M17.8 115.8l-7.4-.4c-.3 0-.5-.3-.5-.5 0-.3.3-.5.5-.5l7.3.4c.3 0 .5.3.5.5.1.3-.1.5-.4.5z"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ className: "ZIAAnomaly_svg__st3",
25
+ d: "M171.2 22.8c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.2-4.7-4.7-4.7zm0 8.5c-2 0-3.7-1.7-3.7-3.8s1.7-3.8 3.7-3.8 3.7 1.7 3.7 3.8-1.7 3.8-3.7 3.8zM124.4 175.1c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4 3.4-1.5 3.4-3.4c0-1.8-1.5-3.4-3.4-3.4zm0 5.9c-1.3 0-2.4-1.1-2.4-2.5s1.1-2.5 2.4-2.5c1.3 0 2.4 1.1 2.4 2.5s-1.1 2.5-2.4 2.5z"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ className: "ZIAAnomaly_svg__st4",
28
+ d: "M60.9 22c-1.7 0-3 1.4-3 3s1.3 3 3 3 3-1.4 3-3-1.3-3-3-3zm0 5.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM189.8 131.8c-.2-.2-.5-.2-.7 0l-2.4 2.2-2.1-2.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l2.1 2.4-2.4 2.2c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l2.4-2.2 2.1 2.4c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-2.1-2.4 2.4-2.2c.2-.3.2-.7 0-.9z"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "ZIAAnomaly_svg__st1",
31
+ d: "M115.8 67S78.5 42.1 59.6 49.6s-31.8 70.6 20.7 98.9c52.5 28.3 76.3-33.3 76.5-44.2.2-10.6 0-35.8-41-37.3z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M70.4 82.3c-4.5-5.7-8.7-33.5 5.4-24.4s29.1-2.4 39.7 2.6 10.6 17.7 6.4 26.3c-4.2 8.6-47.1 4-53.6-.8s-8.7-50.8 20.9-55c34-4.8 49.5 10.6 56.2 22.6 6.8 12 2.7 29.6-.5 25-3.2-4.6 1-17.8 1-17.8-9.7 7.6-7.7 26-1.5 30.3 6.2 4.3 15-1.4 15-1.4-10.7-5.8-5.7-19.3-5.7-19.3-2.3 16.9 8.7 17.1 8.7 17.1 8.6-19.5-7.7-27.3-7.7-27.3s-6.3-26.6-38.6-33.9C83.6 19 56.5 48.2 56.4 55.5s-2.5 24.6-3.9 20.9c-1.4-3.8 1.9-20.1 1.9-20.1s-12.6 7.1-1 27.9c11.7 20.8 26.9 15.9 27.2 15 .4-1-7.3-3.2-7.6-3.2-.4 0-3 4.6-3 4.6 24.5 20.7 80 3.3 69.1-.8-11.1-4.2-74.8-.2-74.8 9.6 0 9.9 3.2 20.8 3.2 20.8s-41.3 25.2-38.4 10.5 35.8-31.6 34.1-33.6c-1.7-2-2.5 1.2-2.5 1.2 7.3 70.7 51.7 66.1 51.7 66.1S97 161.9 90.7 141.5c-6.3-20.4-4.2-29.7-4.2-29.7s39.6 6.9 57-9.9c0 0-11.9 5.1-10.8 28.5 1.1 23.5 22.9 40.1 29.4 37.2 9.6-4.3 7.8-41.1-6.9-56.7-14.7-15.6-22 14.6-11.9 33.5 8.6 16.1 14.7 16.8 18 14.5 0 0 7-25.4-10.7-39.1 0 0-10.5 44.7-30.9 52",
34
+ fill: "none",
35
+ stroke: "var(--zd_emptysvg_primary_stroke)",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeMiterlimit: 10
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M75.7 79.7S67.1 58.4 79 64.6c12 6.1 28-5.3 34.2 1.4 6.2 6.7 3.3 19.9-2.4 20.8-5.7.8-27.9 2.3-35.1-7.1zm44 44s-17.5 4.8-24.6-1.4c-7.1-6.2 9.5 16.5 15.1 18.4 5.7 1.9-5.2 18 1.4 22.2 6.8 4.3 18.6-14.6 8.1-39.2z",
41
+ fill: "var(--zd_emptysvg_secondary_fill)"
42
+ }));
43
+ }
44
+ }
45
+ ZiaAnamoly.propTypes = EmptyStateProps;
46
+ ZiaAnamoly.defaultProps = {
47
+ ...EmptyStateDefaultProps,
48
+ dataId: 'emptyZiaAnamoly'
49
+ };
50
+
51
+ // if (__DOCS__) {
52
+ // ZiaAnamoly.docs = {
53
+ // componentGroup: 'Emptystate'
54
+ // };
55
+ // }
@@ -0,0 +1,78 @@
1
+ export { default as AuditLog } from './AuditLog';
2
+ export { default as Contract } from './Contract';
3
+ export { default as CustomModule } from './CustomModule';
4
+ export { default as EmptyAccounts } from './EmptyAccounts';
5
+ export { default as EmptyActiveCalls } from './EmptyActiveCalls';
6
+ export { default as EmptyActivity } from './EmptyActivity';
7
+ export { default as EmptyAgent } from './EmptyAgent';
8
+ export { default as EmptyAgentQueue } from './EmptyAgentQueue';
9
+ export { default as EmptyApplechat } from './EmptyApplechat';
10
+ export { default as EmptyApproval } from './EmptyApproval';
11
+ export { default as EmptyArchived } from './EmptyArchived';
12
+ export { default as EmptyArticle } from './EmptyArticle';
13
+ export { default as EmptyAsapchat } from './EmptyAsapchat';
14
+ export { default as EmptyAttach } from './EmptyAttach';
15
+ export { default as EmptyBlueprint } from './EmptyBlueprint';
16
+ export { default as EmptyCallHistory } from './EmptyCallHistory';
17
+ export { default as EmptyCanned } from './EmptyCanned';
18
+ export { default as EmptyChat } from './EmptyChat';
19
+ export { default as EmptyCollision } from './EmptyCollision';
20
+ export { default as EmptyColumn } from './EmptyColumn';
21
+ export { default as EmptyContact } from './EmptyContact';
22
+ export { default as EmptyContract } from './EmptyContract';
23
+ export { default as EmptyConversation } from './EmptyConversation';
24
+ export { default as EmptyCrm } from './EmptyCrm';
25
+ export { default as EmptyCrmNotes } from './EmptyCrmNotes';
26
+ export { default as EmptyCrmPotential } from './EmptyCrmPotential';
27
+ export { default as EmptyDashboard } from './EmptyDashboard';
28
+ export { default as EmptyDelete } from './EmptyDelete';
29
+ export { default as EmptyDepartment } from './EmptyDepartment';
30
+ export { default as EmptyError } from './EmptyError';
31
+ export { default as EmptyFeed } from './EmptyFeed';
32
+ export { default as EmptyFollowers } from './EmptyFollowers';
33
+ export { default as EmptyFrame } from './EmptyFrame';
34
+ export { default as EmptyHappiness } from './EmptyHappiness';
35
+ export { default as EmptyHistory } from './EmptyHistory';
36
+ export { default as EmptyInstagram } from './EmptyInstagram';
37
+ export { default as EmptyInstantmessage } from './EmptyInstantmessage';
38
+ export { default as EmptyInvoice } from './EmptyInvoice';
39
+ export { default as EmptyLine } from './EmptyLine';
40
+ export { default as EmptyMessenger } from './EmptyMessenger';
41
+ export { default as EmptyNoData } from './EmptyNoData';
42
+ export { default as EmptyNotification } from './EmptyNotification';
43
+ export { default as EmptyPreference } from './EmptyPreference';
44
+ export { default as EmptyProducts } from './EmptyProducts';
45
+ export { default as EmptyReply } from './EmptyReply';
46
+ export { default as EmptyReports } from './EmptyReports';
47
+ export { default as EmptySandbox } from './EmptySandbox';
48
+ export { default as EmptySchedule } from './EmptySchedule';
49
+ export { default as EmptySearch } from './EmptySearch';
50
+ export { default as EmptySkills } from './EmptySkills';
51
+ export { default as EmptySla } from './EmptySla';
52
+ export { default as EmptySnippet } from './EmptySnippet';
53
+ export { default as EmptyTag } from './EmptyTag';
54
+ export { default as EmptyTask } from './EmptyTask';
55
+ export { default as EmptyTeams } from './EmptyTeams';
56
+ export { default as EmptyTelegram } from './EmptyTelegram';
57
+ export { default as EmptyTemplate } from './EmptyTemplate';
58
+ export { default as EmptyTicket } from './EmptyTicket';
59
+ export { default as EmptyTimeEntry } from './EmptyTimeEntry';
60
+ export { default as EmptyTimeline } from './EmptyTimeline';
61
+ export { default as EmptyTopic } from './EmptyTopic';
62
+ export { default as EmptyTwilio } from './EmptyTwilio';
63
+ export { default as EmptyWechat } from './EmptyWechat';
64
+ export { default as EmptyWhatsapp } from './EmptyWhatsapp';
65
+ export { default as Export } from './Export';
66
+ export { default as Extensions } from './Extensions';
67
+ export { default as Extractor } from './Extractor';
68
+ export { default as GCBot } from './GCBot';
69
+ export { default as GCConversation } from './GCConversation';
70
+ export { default as Import } from './Import';
71
+ export { default as KBBot } from './KBBot';
72
+ export { default as Multilingual } from './Multilingual';
73
+ export { default as NetworkError } from './NetworkError';
74
+ export { default as Predictor } from './Predictor';
75
+ export { default as ReadRecipients } from './ReadRecipients';
76
+ export { default as SupportPlan } from './SupportPlan';
77
+ export { default as Variable } from './Variable';
78
+ export { default as ZiaAnamoly } from './ZiaAnamoly';
@@ -0,0 +1,6 @@
1
+ import * as _v from './version1';
2
+ export { _v as v1 };
3
+ import * as _v2 from './version2';
4
+ export { _v2 as v2 };
5
+ import * as _v3 from './version3';
6
+ export { _v3 as v3 };
@@ -0,0 +1,8 @@
1
+ export const ErrorStateDefaultProps = {
2
+ alignHorizontal: true,
3
+ isRender: true,
4
+ className: '',
5
+ dataId: 'errorstate',
6
+ palette: 'default',
7
+ isFluid: false
8
+ };
@@ -0,0 +1,9 @@
1
+ import PropTypes from 'prop-types';
2
+ export const ErrorStateProps = {
3
+ alignHorizontal: PropTypes.bool,
4
+ className: PropTypes.string,
5
+ dataId: PropTypes.string,
6
+ isFluid: PropTypes.bool,
7
+ isRender: PropTypes.bool,
8
+ palette: PropTypes.oneOf(['default', 'dark'])
9
+ };
@@ -0,0 +1,33 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ import image from './../../../images/Inconvenience.svg';
7
+ export default class Inconvenience extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 508.8 313.8",
14
+ name: "Inconvenience",
15
+ isFluid: isFluid
16
+ }, this.props), /*#__PURE__*/React.createElement("image", {
17
+ xlinkHref: image,
18
+ height: "100%",
19
+ width: "100%"
20
+ }));
21
+ }
22
+ }
23
+ Inconvenience.propTypes = ErrorStateProps;
24
+ Inconvenience.defaultProps = {
25
+ ...ErrorStateDefaultProps,
26
+ dataId: 'inconvenience'
27
+ };
28
+
29
+ // if (__DOCS__) {
30
+ // Inconvenience.docs = {
31
+ // componentGroup: 'Emptystate'
32
+ // };
33
+ // }
@@ -0,0 +1,33 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ import image from './../../../images/NoRequestFound.svg';
7
+ export default class NoRequestFound extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 476.5 297.6",
14
+ name: "NoRequestFound",
15
+ isFluid: isFluid
16
+ }, this.props), /*#__PURE__*/React.createElement("image", {
17
+ xlinkHref: image,
18
+ height: "100%",
19
+ width: "100%"
20
+ }));
21
+ }
22
+ }
23
+ NoRequestFound.propTypes = ErrorStateProps;
24
+ NoRequestFound.defaultProps = {
25
+ ...ErrorStateDefaultProps,
26
+ dataId: 'noRequestFound'
27
+ };
28
+
29
+ // if (__DOCS__) {
30
+ // NoRequestFound.docs = {
31
+ // componentGroup: 'Emptystate'
32
+ // };
33
+ // }
@@ -0,0 +1,34 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ import image from './../../../images/PageNotFound.svg';
7
+ export default class PageNotFound extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 508.8 324.8",
14
+ name: "PageNotFound"
15
+ }, this.props, {
16
+ isFluid: isFluid
17
+ }), /*#__PURE__*/React.createElement("image", {
18
+ xlinkHref: image,
19
+ height: "100%",
20
+ width: "100%"
21
+ }));
22
+ }
23
+ }
24
+ PageNotFound.propTypes = ErrorStateProps;
25
+ PageNotFound.defaultProps = {
26
+ ...ErrorStateDefaultProps,
27
+ dataId: 'pageNotFound'
28
+ };
29
+
30
+ // if (__DOCS__) {
31
+ // PageNotFound.docs = {
32
+ // componentGroup: 'Emptystate'
33
+ // };
34
+ // }
@@ -0,0 +1,34 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ import image from './../../../images/UnableToProcess.svg';
7
+ export default class UnableToProcessRequest extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 587.1 331.1",
14
+ name: "UnableToProcessRequest"
15
+ }, this.props, {
16
+ isFluid: isFluid
17
+ }), /*#__PURE__*/React.createElement("image", {
18
+ xlinkHref: image,
19
+ height: "100%",
20
+ width: "100%"
21
+ }));
22
+ }
23
+ }
24
+ UnableToProcessRequest.propTypes = ErrorStateProps;
25
+ UnableToProcessRequest.defaultProps = {
26
+ ...ErrorStateDefaultProps,
27
+ dataId: 'unableToProcessRequest'
28
+ };
29
+
30
+ // if (__DOCS__) {
31
+ // UnableToProcessRequest.docs = {
32
+ // componentGroup: 'Emptystate'
33
+ // };
34
+ // }
@@ -0,0 +1,34 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ import image from './../../../images/UnauthorizedLogin.svg';
7
+ export default class UnauthorizedLogin extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 519.3 288.6",
14
+ name: "UnauthorizedLogin"
15
+ }, this.props, {
16
+ isFluid: isFluid
17
+ }), /*#__PURE__*/React.createElement("image", {
18
+ xlinkHref: image,
19
+ height: "100%",
20
+ width: "100%"
21
+ }));
22
+ }
23
+ }
24
+ UnauthorizedLogin.propTypes = ErrorStateProps;
25
+ UnauthorizedLogin.defaultProps = {
26
+ ...ErrorStateDefaultProps,
27
+ dataId: 'unauthorizedLogin'
28
+ };
29
+
30
+ // if (__DOCS__) {
31
+ // UnauthorizedLogin.docs = {
32
+ // componentGroup: 'Emptystate'
33
+ // };
34
+ // }
@@ -0,0 +1,34 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ import image from './../../../images/ReguestUrlNotFound.svg';
7
+ export default class UrlNotFound extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 614.2 310.2",
14
+ name: "UrlNotFound"
15
+ }, this.props, {
16
+ isFluid: isFluid
17
+ }), /*#__PURE__*/React.createElement("image", {
18
+ xlinkHref: image,
19
+ height: "100%",
20
+ width: "100%"
21
+ }));
22
+ }
23
+ }
24
+ UrlNotFound.propTypes = ErrorStateProps;
25
+ UrlNotFound.defaultProps = {
26
+ ...ErrorStateDefaultProps,
27
+ dataId: 'urlNotFound'
28
+ };
29
+
30
+ // if (__DOCS__) {
31
+ // UrlNotFound.docs = {
32
+ // componentGroup: 'Emptystate'
33
+ // };
34
+ // }
@@ -0,0 +1,34 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ import image from './../../../images/WillBack.svg';
7
+ export default class WillBeRightBack extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 889 490.6",
14
+ name: "WillBeRightBack"
15
+ }, this.props, {
16
+ isFluid: isFluid
17
+ }), /*#__PURE__*/React.createElement("image", {
18
+ xlinkHref: image,
19
+ height: "100%",
20
+ width: "100%"
21
+ }));
22
+ }
23
+ }
24
+ WillBeRightBack.propTypes = ErrorStateProps;
25
+ WillBeRightBack.defaultProps = {
26
+ ...ErrorStateDefaultProps,
27
+ dataId: 'willBeRightBack'
28
+ };
29
+
30
+ // if (__DOCS__) {
31
+ // WillBeRightBack.docs = {
32
+ // componentGroup: 'Emptystate'
33
+ // };
34
+ // }
@@ -0,0 +1,7 @@
1
+ export { default as EmptyInconvenience } from './EmptyInconvenience';
2
+ export { default as NoRequestFound } from './NoRequestFound';
3
+ export { default as PageNotFound } from './PageNotFound';
4
+ export { default as UnableToProcessRequest } from './UnableToProcessRequest';
5
+ export { default as UnauthorizedLogin } from './UnauthorizedLogin';
6
+ export { default as UrlNotFound } from './UrlNotFound';
7
+ export { default as WillBeRightBack } from './WillBeRightBack';
@@ -0,0 +1,34 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyUnauthorizedLogin extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 1326.83 1190.04",
10
+ name: "EmptyUnauthorizedLogin"
11
+ }, this.props), /*#__PURE__*/React.createElement("path", {
12
+ fill: "var(--zd_emptysvg_primary_stroke)",
13
+ d: "M446.05 817c-13.41 0-23.09-1.66-26.24-5.94-1.51-2.05-1.55-4.53-.13-7.38 4.37-8.74 19.18-15.77 37.14-21.13-1-.21-1.89-.44-2.79-.7-11.68-3.24-17.8-9.38-18.21-18.25-1.08-23.9 11.77-107.78 29.65-177.91q-2-2-3.9-4c-2-2.08-3.4-3.59-4.17-4.23-10.14-8.47 10.38-61.88 14.33-69.78 5.16-10.31 24.65-10.43 25.48-10.43a1.21 1.21 0 011 1.81c-10.34 18-20.75 50.1-29.94 86.12 53.19 53.64 113.23 75.9 167.53 82.74l-1.71-30.48c-10.09-2.72-106-29.62-140.57-76.17a1.18 1.18 0 01-.18-1.07l3.27-10.63a1.2 1.2 0 01.88-.82 1.23 1.23 0 011.16.36c.33.37 34.1 36.6 97.75 54.46a263.86 263.86 0 0040.68 8l-1.55-25.08C606.83 580 581.84 571 561.31 560c-16.63-9-30.41-19.36-40.94-30.9-15.49-17-19.34-31.2-20.18-35.31-29 3.61-53.62 28.78-57.8 33.26 2.66 4 12.45 19.16 11.63 24.91-1.11 7.78-13.49 7.87-14 7.87-1.8 0-3.72-2.49-7.24-7.27-2.61-3.55-5.56-7.57-8-9.17-1.63-1.09-4.86.32-7.34 3.2-2.93 3.4-4.81 9.06-.51 13.79 5.68 6.25 14 6.5 19.48 6.67 2.65.08 4.57.14 5.82.76a1.86 1.86 0 011 1.73c0 5.09-21.65 28.7-24.94 30.34-2.93 1.46-15-.34-33.43-3.73l-2.37-.43c-10.15-1.84-22.32-27.11-23.22-37.84s18.09-50.33 25.14-57.38c1.87-1.86 5.59-1.92 11.13-.18a650.42 650.42 0 01-6.78-5.75 1.21 1.21 0 01-.34-1.36c11.13-28 41.82-59 65.61-80.06a615.65 615.65 0 0149.38-39.31 1.19 1.19 0 011.59.2c1.89 2.18 3.12 6 3.85 10.84 1.57-5.77 3.37-10.47 5.37-13.31 9-12.8 55.79-26.9 69.49-30.81 3.71-33.38 22.22-55 37.49-67.39 18.31-14.87 36.56-20.4 43.14-19.47 9.22 1.31 16.81 1.72 22.6 1.28-16.74-3.53-24.78-8.37-23.92-14.45 1-7.15 14.71-12.56 18.22-12.09 6.34.83 21.94 7.82 21.15 19.42a7.86 7.86 0 01-3 5.76 12.39 12.39 0 01-1.27.89c30.79 4.92 49.11 25.59 59.07 42.12a124.76 124.76 0 0114.41 35.25 1.19 1.19 0 01-.07.72 30.23 30.23 0 00-2.42 8.41 6.34 6.34 0 01.77-1.64 5.93 5.93 0 014.23-2.46c17.57-2.7 70.67 26.4 72.92 27.65 65.5 34.2 130.42 129.5 129.84 132.43-.08.38-.2 1-2.58 2.18a19.81 19.81 0 012.15 1c10.67 5.82 23.5 40.76 21.36 53.16a10.66 10.66 0 01-4.35 7.06 10.83 10.83 0 011 .75c3.1 2.63 4 7.12 2.8 13.34-3.12 15.59-18.91 23.84-45.67 23.84-8.47 0-25.44-13.39-32-22.13-2.49-3.29-3.44-5.76-2.93-7.56 1.26-4.43 6.67-3.92 12.92-3.32 4.7.44 10 1 15.21-.16 3-.66 4.8-2.23 5.4-4.83 1.28-5.49-3.12-13.73-5.9-15.93-1.31-1-8.62 1.38-14 3.14-8.73 2.88-17 5.6-20.26 3a4 4 0 01-1.38-3.67c.44-5.29 7.37-12.82 14.62-19.15a1.16 1.16 0 01-.54-.89c-.32-3.2-2.59-6.49-6.74-9.76-10.84-8.56-31.57-14.7-43.7-17.1.91 3.69 1.8 7.25 2.66 10.64a1.24 1.24 0 01-.15.94c-11.46 18.1-39.82 35.4-84.3 51.4a588.79 588.79 0 01-62.35 18.39l2 26c57.08-10.91 109.24-35.25 149.74-59.09 0-3.63-.1-20.91-2.62-28.23-.26-.59-.47-1.09-.63-1.51l-.12-.22-.22-.37.1-.07c-.45-1.35-.17-1.5.28-1.74 1.07-.57 1.65.49 1.94 1a13.88 13.88 0 011 2.5c1.65 3.47 4.68 9.71 7.83 16.21 12.34 25.42 18.25 37.79 18.47 39.3a1.2 1.2 0 11-2.38.34c-.42-1.84-11.15-24-18.26-38.59-1.55-3.19-2.85-5.88-3.94-8.15a188.13 188.13 0 01.92 20.23 1.22 1.22 0 01-.59 1c-40.85 24.1-93.58 48.78-151.36 59.78l4 51.5a631.6 631.6 0 0071.31-18.69c48-15.86 80.85-34.83 96-55.26 1.44-7 5.38-8.39 5.62-8.47a1.21 1.21 0 011.29.35 1.22 1.22 0 01.16 1.34 58.33 58.33 0 01-4.82 7.81 34.55 34.55 0 00.11 10.8c.51 3.58 1.93 10.38 3.9 19.78 7.33 35 21 100.15 19.07 148.42a1.2 1.2 0 01-.74 1.06l-2 .85q6.56.38 8.39 3.42c1.38 2.3 2.85 4.62 4.28 6.89 6.78 10.7 12.63 19.95 7.19 23.41-4.77 3-91.45 12.5-114.79 2-3.67-1.64-5.74-3.77-6.15-6.32s-.77-4.93-1.13-7.34c-2.26-15.2-4.22-28.33-13.22-34.87-10.73-7.81-72.29-49.69-72.91-50.12a1.2 1.2 0 01-.53-.9l-3.19-41.29c-2 .38-3.46.65-4.41.82v36.63a1.2 1.2 0 01-1.14 1.2c-7 .34-68.92 3.13-77.13-1.79-2.87-1.72-4.31-13.9-4.94-29.87l-1.34-.13 1.69 27.29a1.22 1.22 0 01-.51 1.06c-.46.32-45.9 32.35-65.67 41.13s-32 39.61-33 53.69a1.21 1.21 0 01-1.2 1.12 1.21 1.21 0 01-1.19-1.13c0-.43-2.22-42.65 36.35-61.26 34.72-16.74 54.7-34.06 57.76-36.8L636 670.36c-54.53-6.78-114.82-29-168.36-82.47-17.55 69.65-30.43 152.68-29.39 175.64.31 6.89 4.78 12 13.29 15A55.55 55.55 0 00462 781.1c27.73-7.57 61-11.42 75.09-11.68 7-.14 7.95.58 8.39 1.39a1.49 1.49 0 01-.09 1.57c-2.7 4-51.72 15.62-83.07 11.19-2.54.7-5 1.43-7.48 2.19-18.21 5.71-29.62 12.28-33 19-1 2-1 3.61-.09 4.89 8.8 11.94 86.51-.84 112-5 6.75-1.11 9.76-1.6 10.58-1.6a1.21 1.21 0 110 2.41c-.66 0-4.86.69-10.19 1.57-30.8 5.05-64.98 9.97-88.09 9.97zm291.67-112.15c5.81 3.95 62.24 42.37 72.5 49.83 9.81 7.13 11.84 20.73 14.18 36.47.36 2.39.73 4.84 1.13 7.31.27 1.7 1.87 3.21 4.75 4.5 22 9.85 108 1 112.52-1.87 3.41-2.16-2.36-11.27-7.93-20.08-1.45-2.29-2.93-4.63-4.32-7-.89-1.48-3.63-2.27-7.91-2.3-1.46 0-3 .07-4.69.22-19.59 8-64.86 25.85-71 23.8a1.64 1.64 0 01-1.26-1.63c.15-4.52 33.54-16 50.94-20.51a139.09 139.09 0 0120.79-4c2.52-1 5-2 7.26-3 1.72-47.89-11.78-112.34-19-147.06-2-9.44-3.41-16.27-3.93-19.93a44.2 44.2 0 01-.48-7.57c-36 43.48-137.39 66.06-166.63 71.79zm169.95 68.67c-22.4 4.42-52.49 16-58.64 20.07 7.24-.45 34.74-10.59 58.64-20.07zm-438.79 8.35c27.72 2 64.93-6.28 73.06-10-8.28-.72-42.76 2.52-73.06 10zm169.53-111.21l1.46 26.06a1.18 1.18 0 01-.38.95c-.2.19-20.76 19.25-58.77 37.58-20.82 10-29.3 27.24-32.73 40.47 5.59-14.58 15.9-31.1 29.75-37.26 18.39-8.17 59.48-36.83 64.71-40.51l-1.66-27zm8.54.87c.56 15.77 1.77 26.38 3.78 27.58 6.29 3.77 54.91 2.41 74.63 1.51v-36.5a1.2 1.2 0 011-1.18c.08 0 2.09-.36 5.62-1.05l-4-51.52c-3.32.6-6.64 1.16-10 1.68v57.19a1.22 1.22 0 01-1.07 1.2 345.86 345.86 0 01-69.91 1.09zm-.08-2.43a341.47 341.47 0 0068.73-.94v-55.75A306.43 306.43 0 01647 615c-.49 20-.58 39.15-.13 54.1zm-3.81-.37l1.4.15c-.56-16.79-.29-37.23.15-54.13-1.64-.15-3.27-.31-4.91-.48zm-4.79-.52l2.36.27-3.36-54.48a266.72 266.72 0 01-41.62-8.16c-56.89-16-90.18-46.58-97.3-53.63l-2.49 8.1c36.13 47.93 138.69 74.75 139.72 75a1.19 1.19 0 01.9 1.1zm8.8-55.67A304.73 304.73 0 00715.6 610v-24.14H648c-.37 8.86-.69 17.84-.93 26.68zm-7.52-.71c1.71.18 3.42.35 5.12.5.34-12.49.76-22.76 1-27.73a1.21 1.21 0 011.21-1.15h69.92a1.21 1.21 0 011.21 1.2v25q4.92-.76 9.79-1.66l-2.11-27.26a1.2 1.2 0 01.94-1.27c1.19-.26 118.65-26.59 145.88-68.53-.35-1.37-1.36-5.41-2.79-11.2a27.07 27.07 0 00-6.31-.59 2.08 2.08 0 01-1.63-.49c-3.39-2.77-4.88-21.31-6.93-51.52-.32-4.76-.66-9.8-1-14.76-7.37-33.67-6-34.47-4.88-35.08a1.56 1.56 0 012 .39c2.44 2.45 3.83 14.48 5.3 34.21 4.26 19.51 10.21 44.45 15.46 65.71 12.5 2.29 34.55 8.91 45.84 17.82 4 3.18 6.5 6.47 7.36 9.8 1.37-.62 2.75-1.28 4.1-1.94 4.93-3.85 9.22-6.66 10.71-7.22a1.67 1.67 0 011.81.19 1.51 1.51 0 01.32 1.43c-.66 2-6.41 5.16-11.51 7.65-8.36 6.57-18.74 16.2-19.22 22-.09 1 .23 1.39.47 1.58 2.28 1.78 11.37-1.21 18-3.41 8.6-2.84 14-4.49 16.21-2.73 3.2 2.53 8.31 11.65 6.75 18.36-.57 2.44-2.29 5.56-7.24 6.63-5.55 1.19-11.31.64-15.95.2-6.17-.58-9.69-.8-10.38 1.59-.1.36-.21 1.8 2.54 5.45 6.67 8.85 23.09 21.17 30.11 21.17 25.47 0 40.44-7.58 43.31-21.9 1.06-5.3.39-9-2-11a7.29 7.29 0 00-2-1.17c-6.69 3-15.75 1.37-16.18 1.3a1.21 1.21 0 01-1-1.08 1.19 1.19 0 01.77-1.23c.46-.18 9.53-3.55 16.23-1.58a11.59 11.59 0 001.12-.69 8.19 8.19 0 003.51-5.61c2.11-12.19-11.25-45.8-20.13-50.64a16.12 16.12 0 00-4.36-1.68c-2.06.81-4.84 1.79-8.62 3a1.21 1.21 0 01-1.37-1.81 9.9 9.9 0 019.7-3.69 27.45 27.45 0 003.6-1.64c-5-8.83-66.42-97.47-128.35-129.81-.57-.32-54.64-30-71.41-27.39a3.54 3.54 0 00-2.6 1.43c-1.75 2.59-.31 8.82 1.37 16 4.23 18.2 10.61 45.69-19.72 63.9a1.19 1.19 0 01-1.33-.07 1.21 1.21 0 01-.46-1.26s.09-.37.22-.95c-2.83 2.46-4.85 3.9-5.13 4.1-34.55 22.71-66.44 30.88-94.82 24.3-28.84-6.74-45.55-27.27-50.73-34.61a1.21 1.21 0 01-.14.67 1.15 1.15 0 01-1.15.63c-.86-.06-20.88-2.39-16.68-67.92.06-.81.12-1.6.19-2.4-14.52 4.2-59 17.86-67.27 29.61-2.59 3.68-4.81 10.55-6.66 18.84 1.39 24.36-5.26 62.8-6.61 65.12a1.37 1.37 0 01-1.47.74c-.44-.09-1-.42-1.11-1.47-.68-5.44 1.58-40.56 6.88-64.65-.39-6.63-1.42-12-3.38-15.05-9.83 7-92.46 67-112.86 116.82 3.89 3.33 7.9 6.67 11.79 9.83 1.25.56 2.55 1.18 3.92 1.86 7.46 3.71 25.14 14.07 24.64 17.65A1.61 1.61 0 01430 524c-3.57.68-17.4-9.8-28.53-18.85a50.92 50.92 0 00-9.47-3.31c-2.91-.62-5-.5-5.82.35-6.52 6.51-25.28 45.43-24.45 55.47.89 10.68 12.9 34.16 21.25 35.68l2.37.43c8 1.46 29.13 5.34 31.92 4C420.75 596 440 574 440.82 569.8a22.37 22.37 0 00-4.46-.37c-5.9-.18-14.81-.45-21.18-7.46-5.36-5.9-3.1-12.83.47-17 3.37-3.91 7.78-5.44 10.49-3.64s5.85 6 8.57 9.75c1.88 2.55 4.45 6 5.37 6.3 2.93 0 10.88-1 11.56-5.81.65-4.53-8.28-18.86-11.77-24a1.2 1.2 0 01.09-1.47c.27-.32 28-31.41 61.1-34.88a1.22 1.22 0 011.32 1c.08.64 9.86 64 134.6 92.05a1.18 1.18 0 01.94 1.1zM495.1 499.74c-5 .32-17.63 1.84-21.21 9-5.6 11.2-22.93 60.19-14.95 66.86.89.73 2.28 2.2 4.38 4.42l2.85 3C475 548.83 485 518.2 495.1 499.74zm-82.42 11.16c6.7 5.12 12.26 9 15.13 10.26-2.46-2.29-8.39-6.39-15.13-10.26zm451.73-14.22a34.18 34.18 0 014.68.45 4377.62 4377.62 0 01-10-41.39q-1-4.1-1.82-7.83c1.37 20.15 3.23 47 6 48.84a8.07 8.07 0 011.14-.07zm-357-93.56a401.91 401.91 0 00-4.6 43.88 333.89 333.89 0 004.58-43.88zm100-38.89c-3.4 5.21-15.84 26.4-5.78 44.27.15.27 16.81 28.14 51 36.11 27.71 6.46 58.95-1.6 92.88-24a78.86 78.86 0 007.29-6.15c2-11.2 5.13-37.91-9-45.4-7.27 6.12-74.43 59.57-136.41-4.83zM755 415.76c-.1.53-.2 1-.29 1.46 16.38-10.88 20.12-25 19.66-38.17 0 .53-.06 1.08-.1 1.63-1.16 15.13-11.6 27.75-19.27 35.08zm-11.45-49.3a1.19 1.19 0 01.51.12c15.23 7.11 13.71 31.73 11.67 45 7-7.28 15.18-18.36 16.14-31.06.76-10.18-1.22-17.16-3-23.31-2.23-7.86-4.16-14.65.25-25A123.76 123.76 0 00755.07 298c-9.76-16.18-27.74-36.42-58-41-1.12-.17-2.21-.35-3.28-.53-6.42 1.79-16.4 1.73-29.8-.18-6.39-.9-24.3 5.17-41.28 19C608 287.21 590.12 308 586.25 340l1.19-.33a1.18 1.18 0 011.11.26 1.22 1.22 0 01.39 1.08c-5.3 35.84 4.8 58.49 9.67 66.93-10.42-21.41 6.9-45.33 7.66-46.36a1.19 1.19 0 01.9-.49 1.1 1.1 0 01.94.38c63.9 67.8 133.92 5.91 134.62 5.27a1.24 1.24 0 01.81-.28zm107.15 37.15c.23 1.73.58 3.87 1 6.38-.3-2.49-.64-4.66-1-6.38zm-265.5-35.35c.76 27.3 7.09 37.29 11.28 40.93-3.7-6.3-10.07-19.95-11.28-40.93zm.77-25.65c-.1 1.07-.19 2.17-.26 3.27-.1 1.48-.18 2.94-.25 4.36.2-2.5.48-5.08.84-7.72zM680.66 231c-3.2 0-14.49 4.86-15.22 10.06-.35 2.44 1.83 8.42 28.27 12.93a12.37 12.37 0 004.15-2.05 5.48 5.48 0 002.16-4c.68-10-14.23-16.24-19.06-16.87z"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ d: "M600.07 412.45s-10.29-23.67 7.17-50.13c0 0 49.36 68.09 136.3 5.35 0 0 19.24 4 9.35 52.11 0 0 36.27-36.57 14.85-76.91 0 0 6.07-17.81-7.8-38.64s-31.34-44.93-66.19-49c0 0 9.53-5.85 7.16-10.64s-5.32-11.68-19.79-14.75-25.12 14.48-16.92 25.22c0 0-42.86 1.68-69.51 53.52a80.49 80.49 0 00-6.86 19.21c-4.72 20.93-12.33 68.87 12.24 84.66z",
16
+ fill: "var(--zd_emptysvg_secondary_fill)"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M556.37 469s-13.75 90 108.81 88.8S804 482.76 804 471.5s-141.32-8.75-150.08 31.27-70-28.76-80-35a14.1 14.1 0 00-17.55 1.23z",
19
+ opacity: 0.15,
20
+ fill: "var(--zd_emptysvg_secondary_plainfill)"
21
+ }));
22
+ }
23
+ }
24
+ EmptyUnauthorizedLogin.propTypes = ErrorStateProps;
25
+ EmptyUnauthorizedLogin.defaultProps = {
26
+ ...ErrorStateDefaultProps,
27
+ dataId: 'emptyUnauthorizedLogin'
28
+ };
29
+
30
+ // if (__DOCS__) {
31
+ // EmptyUnauthorizedLogin.docs = {
32
+ // componentGroup: 'Emptystate'
33
+ // };
34
+ // }
@@ -0,0 +1,30 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyWillBeRightBack extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 1326.83 1190.04",
10
+ name: "EmptyWillBeRightBack"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyGlobe_svg__cls-2{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M485.09 849.29a233.48 233.48 0 01-67.78-9.72c-44-13.41-99.43-46.65-113.63-128.82-15.48-89.5 18.66-147.8 50-181 34-35.89 72.12-50.83 72.51-51a1.2 1.2 0 01.86 2.25c-.38.14-38.1 14.93-71.69 50.46-30.95 32.74-64.63 90.34-49.33 178.81 14 81 68.61 113.71 112 126.93 73.86 22.52 159.34 2.66 189.86-29.25.61-.47 42.08-32.66 58.06-108.73l-.64-.16a28.65 28.65 0 01-20.13-17.92 1.27 1.27 0 010-.48c1.28-12.26-1.48-21.49-8.2-27.45-8.66-7.67-23.92-9.71-41.87-5.6a62.45 62.45 0 01-8 1.29c1.15 12.95-10.55 35.65-31.94 44.65-6.1 2.58-12.69 2.28-18.82.71-1.15 17.48-9.2 34.7-13 40.84a22.76 22.76 0 00-2.13 4.72 51.29 51.29 0 0115.31-6.72 10.65 10.65 0 019.75 2.59 10.5 10.5 0 013.19 9.4c-1.46 8.81-8.54 21.6-17.44 26.91-5.43 3.23-8.88 1.55-10.82-.42-4.51-4.59-5.47-16.16-3.84-26a42.79 42.79 0 00-12.74 17.51c-11.45 29.7-31 34.59-31.83 34.78-5.71.91-10.47-.07-14.22-2.91-9.59-7.26-11.71-25.68-14-45.18-3.12-27-6.35-55-28.21-60.49-16.08-4-26.91-11.15-32.19-21.1a31.47 31.47 0 01-2.18-23.78c5.32-21.4 22.81-35.74 41.3-45.17a116.06 116.06 0 01-15.21-5c-3.19-1.46-5-3.46-5.34-6-.87-6.28 7.92-13.75 15-19.75 1.8-1.54 3.5-3 4.74-4.17 2.38-2.28 3.36-3.73 3.27-4.84-.13-1.81-3.22-4-8.34-7.6-1.47-1-3.11-2.19-4.92-3.51-3.95-2.87-5.75-6.6-5.08-10.51.79-4.57 5-9 10.09-10.46 3.65-1.09 7-.35 9.16 2 2.54 2.76 8.63 5.07 17.6 6.67a20.08 20.08 0 0019.08-7 35.46 35.46 0 01-8.24-9.77c-5.66-9.38-6.9-18-3.69-25.72 6.83-16.35 31.15-22.4 32.18-22.65 39.44-3.07 81.31 14 118.1 48 42.56 39.47 72.3 95.85 72.3 137.2a293.52 293.52 0 01-5.21 41.26c17.57 2.82 50.11-6.58 107.91-62.13a1.05 1.05 0 01.27-.2c.17-.09 17.62-10 29.82-61.81 7-29.64 43.47-27.69 82.12-25.62 33.81 1.81 68.77 3.68 91.08-13.17 19.15-14.47 41.85-31.82 62.33-47.55a116.91 116.91 0 00-31-9.37 1.2 1.2 0 01-.26-2.32l89.55-33.22a1.21 1.21 0 011.48.54 1.22 1.22 0 01-.32 1.54c-.42.32-24.91 19.3-54.88 42.32 8 4.23 15.7 9.94 21.23 17.61l45.69-68.87-109.67 41.36-4.63 31.66a1.2 1.2 0 01-1.23 1 1.21 1.21 0 01-1.16-1.11l-2.59-33.38-7.41 2.62c2.85 4.3 11 18.2 7.37 32.36-2.42 9.55-9.69 17.17-21.6 22.67-21.25 9.81-53.51-4-84.7-17.34-28-12-56.93-24.37-76-18.47-20.64 6.4-31.39 18.49-36.77 27.49a50.47 50.47 0 00-6.84 18.22 1.2 1.2 0 11-2.39-.26c0-.35 4.26-35 45.26-47.67 19.95-6.16 48 5.84 77.68 18.55 30.71 13.14 62.47 26.74 82.75 17.38 11.21-5.18 18-12.27 20.27-21.07 4-15.55-7.76-31.51-7.88-31.67a1.2 1.2 0 01-.19-1.07 1.21 1.21 0 01.75-.78l9.51-3.37-.08-.94c-3.66-1.91-25.74-12.33-60.77-6.24l-.76.13a1.2 1.2 0 11-.42-2.37l.67-.12 176.23-31.13a1.17 1.17 0 011.37.87 1.21 1.21 0 01-.76 1.45l-113 40 1.81 23.29 3.17-21.7a1.21 1.21 0 01.77-1l113.82-42.91a1.21 1.21 0 011.43 1.8l-48.73 73.45a1.19 1.19 0 01-1 .54 1.19 1.19 0 01-1-.54c-5.5-8.3-13.85-14.36-22.43-18.74-20.73 15.93-43.83 33.6-63.29 48.3-23 17.37-58.42 15.48-92.66 13.65-39.24-2.1-73.14-3.91-79.65 23.76-12 51.09-28.91 62.16-30.88 63.3-33.09 31.79-78.49 67.82-110 62.66-16.19 77-58.32 109.68-58.82 110.06-21.61 22.7-70.93 39.46-124.27 39.46zM426.8 600.17c-25.68 12.82-38.8 30.1-42.48 44.94a29.57 29.57 0 001.93 22.09c4.95 9.31 15.25 16 30.62 19.85 23.48 5.91 26.95 36 30 62.56 2.19 19 4.26 36.89 13 43.53 3.26 2.47 7.28 3.29 12.3 2.47.11 0 19.09-4.86 30.05-33.29A46 46 0 01518 742a28.74 28.74 0 013.18-8.14c3.76-6 11.77-23.13 12.76-40.23a66.78 66.78 0 01-16-7.74c-14.17-9.19-25.41-22.72-25.59-30.81a7.41 7.41 0 013.79-6.93c5.14-2.56 14.16 1.22 26.8 11.21 10.5 8.31 13.74 20.31 13.41 32.42 6.7 1.78 12.81 1.68 17.78-.42 21.77-9.16 31.41-31.18 30.46-42.25-15.09.8-28.08-4.09-32.82-10.4-1.92-2.56-2.27-5.24-1-7.55 1-1.85 3.44-3.91 9.14-3.32 9.77 1 23.92 9.52 26.5 18 .07.24.14.49.2.74a60 60 0 007.89-1.26c18.71-4.29 34.75-2 44 6.15 7.28 6.45 10.32 16.29 9 29.24a26.78 26.78 0 0018.4 16.09l.48.12a292.81 292.81 0 005.16-40.87c0-40.66-29.41-96.31-71.52-135.27-36.28-33.58-77.51-50.42-116.08-47.42-.06 0-24 6-30.34 21.21-2.89 6.95-1.7 14.87 3.53 23.54a33.53 33.53 0 007.58 9.07c.21-.33.4-.66.59-1 15.7-28.46 29.91-28.56 33.9-27.9 3.58.59 6.2 2.64 6.67 5.24.88 4.81-10.25 23.27-23.94 28.45a18.15 18.15 0 01-16.65-1.46 22.44 22.44 0 01-21.47 8c-9.64-1.72-16-4.21-19-7.41-2.08-2.26-5.1-1.8-6.71-1.32-4.16 1.22-7.76 4.9-8.4 8.56-.51 3 .91 5.81 4.12 8.15 1.81 1.31 3.44 2.46 4.9 3.49 6.08 4.29 9.14 6.45 9.36 9.4.17 2.25-1.48 4.32-4 6.75-1.29 1.23-3 2.71-4.85 4.26-6.23 5.3-14.77 12.61-14.08 17.61.23 1.64 1.52 3 4 4.09a127.91 127.91 0 0017.52 5.56 187.91 187.91 0 0144.16-14.14c29.43-5.54 55-3.66 60.71 4.46 1.18 1.67 2.13 4.47-.07 8.28-12.6 21.6-72.34 12.29-104.67 3.92zm93.31 143.29c-2.18 9.52-1.7 22 2.7 26.5 2 2 4.54 2 7.87 0 8-4.8 14.92-16.92 16.3-25.23a8 8 0 00-2.46-7.25 8.31 8.31 0 00-7.57-2 50 50 0 00-16.84 7.98zm-20.36-93.63a5.55 5.55 0 00-2.52.52c-2.41 1.19-2.47 4.14-2.46 4.72.16 7.25 11.14 20.19 24.49 28.84a63.11 63.11 0 0014.74 7.23c.17-11.24-2.94-22.23-12.57-29.84-11.71-9.3-18.19-11.47-21.68-11.47zM558 630.18c-2 0-4.17.47-5.12 2.19-.82 1.47-.55 3.13.81 4.94 3.81 5.07 15.7 10.12 30.48 9.45a1.72 1.72 0 00-.07-.21c-2.28-7.49-15.57-15.34-24.44-16.27a14.81 14.81 0 00-1.66-.1zm-127.77-31.67c32.15 8 87.7 16.14 99.1-3.52 1.28-2.2 1.34-4.06.19-5.68-5.06-7.16-30.67-8.68-58.29-3.48a173.77 173.77 0 00-41 12.68zm36.49-69.93a15.65 15.65 0 0014.39 1.15c12.78-4.83 23.07-22.25 22.44-25.77-.23-1.25-1.8-2.82-4.7-3.29-7.4-1.19-19.53 5.16-31.4 26.68-.23.42-.45.83-.73 1.23zm549.37-52.68a116 116 0 0128.43 9.3c21.47-16.49 40.24-31 49.55-38.2zm-58.25-15.17c23.91.55 37.45 8.33 38.19 8.76a1.21 1.21 0 01.58.94l.08.95 98.68-35z",
13
+ fill: "var(--zd_emptysvg_primary_stroke)"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ className: "EmptyGlobe_svg__cls-2",
16
+ d: "M426.84 598.89s-60.36 22.2-42.84 66.32 56.7 4.06 61.9 86.31 50.55 25.08 50.55 25.08 17-31.79 20.78-32.45 18.66-40 17.94-51.39 30.61 6 42.75-19.69 4.27-37.27-17.09-43.85-87.46-25.99-133.99-30.33zM932.52 464s33.16-8.78 62.89 6.55l114.05-37.82zM1011.41 476.35s38.52 5.39 56.74 29.82l48.73-73.46z"
17
+ }));
18
+ }
19
+ }
20
+ EmptyWillBeRightBack.propTypes = ErrorStateProps;
21
+ EmptyWillBeRightBack.defaultProps = {
22
+ ...ErrorStateDefaultProps,
23
+ dataId: 'emptyWillBeRightBack'
24
+ };
25
+
26
+ // if (__DOCS__) {
27
+ // EmptyWillBeRightBack.docs = {
28
+ // componentGroup: 'Emptystate'
29
+ // };
30
+ // }
@@ -0,0 +1,69 @@
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
+ import React from 'react';
3
+ import { ErrorStateProps } from './../props/propTypes';
4
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class NotImpossible extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 316.9 200",
10
+ name: "NotImpossible"
11
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.NotImpossible_svg__st2{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.NotImpossible_svg__st4{fill:none;stroke:var(--zd_emptysvg_cross);stroke-miterlimit:10}.NotImpossible_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}'), /*#__PURE__*/React.createElement("path", {
12
+ d: "M174 53.9s46.9-30.9 70.7-21.6 40 87.4-26.1 122.4-95.9-41.2-96.1-54.7c-.3-13-.1-44.2 51.5-46.1z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("circle", {
16
+ cx: 243.5,
17
+ cy: 23.1,
18
+ fill: "none",
19
+ stroke: "var(--zd_emptysvg_medium_circle)",
20
+ strokeMiterlimit: 10,
21
+ r: 3.5
22
+ }), /*#__PURE__*/React.createElement("circle", {
23
+ className: "NotImpossible_svg__st2",
24
+ cx: 167.1,
25
+ cy: 21,
26
+ r: 2.1
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ className: "NotImpossible_svg__st3",
29
+ d: "M110.7 72.3l-.3 6.1M107.4 75.2l6.3.3"
30
+ }), /*#__PURE__*/React.createElement("circle", {
31
+ cx: 253.3,
32
+ cy: 145.5,
33
+ fill: "none",
34
+ stroke: "var(--zd_emptysvg_small_circle)",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ r: 2.4
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "NotImpossible_svg__st4",
40
+ d: "M134 157.2l4.1 4.6M133.7 161.5l4.7-4.1"
41
+ }), /*#__PURE__*/React.createElement("circle", {
42
+ cx: 209.7,
43
+ cy: 179.2,
44
+ fill: "#e46370",
45
+ r: 2.1
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M16 140.6s46.9 7 49.7-6.6 30.8-22.5 110.9 10.1c0 0 48-24.1 48-25s-27.6-4.6-42.2 18.4c0 0-62-19.2-73.2-19.2 0 0 39.3-33.4 48.2-32s-31 2.1-55.6 21.6c0 0 52.1 14.2 73.7 24.1 0 0 26.2-23 49.1-17.7 0 0 2.5-.1 1.2-2.7s-27.3-21.3-65.4-25.5c0 0 .2-21.4 14.9-39 0 0-6.7 12.2 3.8 12.3l4.1-.5s-3.2 6.3 2.2 8.4l-.5 2.4s4.4-2.4 5.1.5l5.6-.7s-1.7 2.6-.9 3.8 6.5 3.2 6.5 3.2.3 6.2 1.9 6.5 3.4-1.9 5.1-.7 5.8-2.4 6.7-.5-.4 5.3 2.6 6 2.6 3.3 2.4 6.5 1.7 6.5 4.4 6.5 4.6 4.4 4.6 4.4 11.5-19 44.6-22.4c-20.7-13.7-43.1-24.5-66.7-32.3 0 0-18.6 1.6-42.9 32 0 0 59.6 12.6 66.4 30.6 0 0 0 4.7-2.8 5.8 0 0 9.2-1.8 8.8-6.5s-7.5-4.8.8-11.8 37-8.3 38.8-10.5 0-3.6 0-3.6l6.3 5.9-44.4 15.8s-.6 4.1 3.6 2.9 5.3-13.6 7.5-26.3 7.8-35.8 32.2-40.5c4.2-.7 10.8-.4 17.7 0",
48
+ fill: "none",
49
+ stroke: "var(--zd_emptysvg_primary_stroke)",
50
+ strokeWidth: 0.5,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M160.3 86.3s1.3-22.4 14.9-39c0 0-8.9 13.1 4.2 16.2 0 0 2.5 4.7 3.7 4.6l1 3.6s3.1-1.9 4.1-.9 2.9.8 4.9.3c0 0-3.2 3.4 6.7 6.9 0 0 .6 7.6 3.8 7.2s3.3-1.9 5.5-.9 3.5-1.3 4.3-.6.3 5.1 3 5.5 2.4 4.1 2.5 9 5.7 3.3 7 4.9 1.3 5.2 1.3 5.2l-1.3 3.4c.2-1.5-31-23.5-65.6-25.4z",
55
+ fill: "var(--zd_emptysvg_secondary_fill)"
56
+ }));
57
+ }
58
+ }
59
+ NotImpossible.propTypes = ErrorStateProps;
60
+ NotImpossible.defaultProps = {
61
+ ...ErrorStateDefaultProps,
62
+ dataId: 'emptyAccounts'
63
+ };
64
+
65
+ // if (__DOCS__) {
66
+ // NotImpossible.docs = {
67
+ // componentGroup: 'Emptystate'
68
+ // };
69
+ // }
@@ -0,0 +1,2 @@
1
+ export { default as EmptyUnauthorizedLogin } from './EmptyUnauthorizedLogin';
2
+ export { default as EmptyWillBeRightBack } from './EmptyWillBeRightBack';