@zohodesk/svg 1.0.0-beta.5 → 1.0.0-beta.50

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 (577) hide show
  1. package/README.md +173 -1
  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/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  21. package/es/Loader/Loader.js +68 -0
  22. package/es/Loader/props/defaultProps.js +3 -0
  23. package/es/Loader/props/propTypes.js +4 -0
  24. package/es/Provider.js +74 -0
  25. package/es/SVG/SVG.js +56 -0
  26. package/es/{svg → SVG}/SVG.module.css +2 -3
  27. package/es/SVG/SvgLoader.js +28 -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/docs/Emptystate__version1.docs.js +29 -0
  32. package/es/docs/Emptystate__version2.docs.js +45 -0
  33. package/es/docs/Emptystate__version3.docs.js +180 -0
  34. package/es/docs/Errorstate__version1.docs.js +41 -0
  35. package/es/docs/Errorstate__version2.docs.js +33 -0
  36. package/es/docs/Errorstate__version3.docs.js +39 -0
  37. package/es/docs/SVG__common.docs.js +29 -0
  38. package/es/docs/SVGdocstyle.module.css +53 -0
  39. package/es/emptystate/props/defaultProps.js +8 -0
  40. package/es/emptystate/props/propTypes.js +9 -0
  41. package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
  42. package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
  43. package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
  44. package/es/emptystate/version2/EmptyFromAddress.js +30 -0
  45. package/es/emptystate/version2/EmptyImportHistory.js +30 -0
  46. package/es/emptystate/version2/EmptyNetwork.js +30 -0
  47. package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
  48. package/es/emptystate/version2/EmptyRoles.js +30 -0
  49. package/es/emptystate/version2/EmptyWebhook.js +30 -0
  50. package/es/emptystate/version2/FailureLog.js +30 -0
  51. package/es/emptystate/version3/AuditLog.js +80 -0
  52. package/es/emptystate/version3/CustomModule.js +59 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +90 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +61 -0
  55. package/es/emptystate/version3/EmptyActivity.js +61 -0
  56. package/es/emptystate/version3/EmptyAgent.js +61 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +67 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +74 -0
  59. package/es/emptystate/version3/EmptyApproval.js +67 -0
  60. package/es/emptystate/version3/EmptyArchived.js +69 -0
  61. package/es/emptystate/version3/EmptyArticle.js +75 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +69 -0
  63. package/es/emptystate/version3/EmptyAttach.js +61 -0
  64. package/es/emptystate/version3/EmptyBlueprint.js +76 -0
  65. package/es/emptystate/version3/EmptyCallHistory.js +63 -0
  66. package/es/emptystate/version3/EmptyCanned.js +79 -0
  67. package/es/emptystate/version3/EmptyChat.js +79 -0
  68. package/es/emptystate/version3/EmptyCollision.js +61 -0
  69. package/es/emptystate/version3/EmptyColumn.js +67 -0
  70. package/es/emptystate/version3/EmptyContact.js +61 -0
  71. package/es/emptystate/version3/EmptyContract.js +57 -0
  72. package/es/emptystate/version3/EmptyConversation.js +61 -0
  73. package/es/emptystate/version3/EmptyCrm.js +61 -0
  74. package/es/emptystate/version3/EmptyCrmNotes.js +72 -0
  75. package/es/emptystate/version3/EmptyCrmPotential.js +75 -0
  76. package/es/emptystate/version3/EmptyDashboard.js +67 -0
  77. package/es/emptystate/version3/EmptyDelete.js +52 -0
  78. package/es/emptystate/version3/EmptyDepartment.js +61 -0
  79. package/es/emptystate/version3/EmptyError.js +84 -0
  80. package/es/emptystate/version3/EmptyFeed.js +64 -0
  81. package/es/emptystate/version3/EmptyFollowers.js +62 -0
  82. package/es/emptystate/version3/EmptyFrame.js +60 -0
  83. package/es/emptystate/version3/EmptyHappiness.js +61 -0
  84. package/es/emptystate/version3/EmptyHistory.js +61 -0
  85. package/es/emptystate/version3/EmptyInstagram.js +75 -0
  86. package/es/emptystate/version3/EmptyInstantmessage.js +77 -0
  87. package/es/emptystate/version3/EmptyInvoice.js +66 -0
  88. package/es/emptystate/version3/EmptyLine.js +75 -0
  89. package/es/emptystate/version3/EmptyMessenger.js +62 -0
  90. package/es/emptystate/version3/EmptyNoData.js +80 -0
  91. package/es/emptystate/version3/EmptyNotification.js +61 -0
  92. package/es/emptystate/version3/EmptyProducts.js +64 -0
  93. package/es/emptystate/version3/EmptyReply.js +56 -0
  94. package/es/emptystate/version3/EmptyReports.js +67 -0
  95. package/es/emptystate/version3/EmptySchedule.js +103 -0
  96. package/es/emptystate/version3/EmptySearch.js +71 -0
  97. package/es/emptystate/version3/EmptySkills.js +109 -0
  98. package/es/emptystate/version3/EmptySla.js +56 -0
  99. package/es/emptystate/version3/EmptySnippet.js +71 -0
  100. package/es/emptystate/version3/EmptyTag.js +64 -0
  101. package/es/emptystate/version3/EmptyTask.js +77 -0
  102. package/es/emptystate/version3/EmptyTeams.js +61 -0
  103. package/es/emptystate/version3/EmptyTelegram.js +75 -0
  104. package/es/emptystate/version3/EmptyTemplate.js +73 -0
  105. package/es/emptystate/version3/EmptyTicket.js +64 -0
  106. package/es/emptystate/version3/EmptyTimeEntry.js +67 -0
  107. package/es/emptystate/version3/EmptyTimeline.js +61 -0
  108. package/es/emptystate/version3/EmptyTopic.js +67 -0
  109. package/es/emptystate/version3/EmptyTwilio.js +75 -0
  110. package/es/emptystate/version3/EmptyWechat.js +75 -0
  111. package/es/emptystate/version3/EmptyWhatsapp.js +75 -0
  112. package/es/emptystate/version3/Export.js +56 -0
  113. package/es/emptystate/version3/Extensions.js +62 -0
  114. package/es/emptystate/version3/Extractor.js +55 -0
  115. package/es/emptystate/version3/GCBot.js +53 -0
  116. package/es/emptystate/version3/GCConversation.js +55 -0
  117. package/es/emptystate/version3/Import.js +71 -0
  118. package/es/emptystate/version3/KBBot.js +68 -0
  119. package/es/emptystate/version3/Multilingual.js +61 -0
  120. package/es/emptystate/version3/NetworkError.js +64 -0
  121. package/es/emptystate/version3/Predictor.js +62 -0
  122. package/es/emptystate/version3/ReadRecipients.js +60 -0
  123. package/es/emptystate/version3/SupportPlan.js +77 -0
  124. package/es/emptystate/version3/Variable.js +59 -0
  125. package/es/emptystate/version3/ZiaAnamoly.js +56 -0
  126. package/es/errorstate/props/defaultProps.js +8 -0
  127. package/es/errorstate/props/propTypes.js +9 -0
  128. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  129. package/es/errorstate/version1/NoRequestFound.js +34 -0
  130. package/es/errorstate/version1/PageNotFound.js +35 -0
  131. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  132. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  133. package/es/errorstate/version1/UrlNotFound.js +35 -0
  134. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  135. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +36 -0
  136. package/es/errorstate/version2/EmptyWillBeRightBack.js +31 -0
  137. package/es/errorstate/version2/NotImpossible.js +70 -0
  138. package/es/errorstate/version3/ErrorInconvenience.js +106 -0
  139. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +107 -0
  140. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +107 -0
  141. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +114 -0
  142. package/es/errorstate/version3/ErrorUrlNotFound.js +107 -0
  143. package/es/errorstate/version3/ErrorWillBeRightBack.js +106 -0
  144. package/es/index.js +9 -4
  145. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  146. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  147. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  148. package/images/EmptyCustomDomain.svg +85 -0
  149. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  150. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  151. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  152. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  153. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  154. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  155. package/images/EmptySkills.svg +83 -0
  156. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  157. package/{es/svg/images → images}/FailureLog.svg +0 -0
  158. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  159. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  160. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  161. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  162. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  163. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  164. package/{es/svg/images → images}/WillBack.svg +0 -0
  165. package/lib/Loader/Loader.js +117 -0
  166. package/lib/Loader/props/defaultProps.js +10 -0
  167. package/lib/Loader/props/propTypes.js +15 -0
  168. package/lib/Provider.js +139 -0
  169. package/lib/SVG/SVG.js +107 -0
  170. package/lib/{svg → SVG}/SVG.module.css +2 -3
  171. package/lib/SVG/SvgLoader.js +66 -0
  172. package/lib/SVG/props/defaultProps.js +18 -0
  173. package/lib/SVG/props/propTypes.js +26 -0
  174. package/lib/css/EmptyStateVariables.module.css +39 -0
  175. package/lib/docs/Emptystate__version1.docs.js +79 -0
  176. package/lib/docs/Emptystate__version2.docs.js +103 -0
  177. package/lib/docs/Emptystate__version3.docs.js +304 -0
  178. package/lib/docs/Errorstate__version1.docs.js +97 -0
  179. package/lib/docs/Errorstate__version2.docs.js +85 -0
  180. package/lib/docs/Errorstate__version3.docs.js +94 -0
  181. package/lib/docs/SVG__common.docs.js +79 -0
  182. package/lib/docs/SVGdocstyle.module.css +53 -0
  183. package/lib/emptystate/props/defaultProps.js +15 -0
  184. package/lib/emptystate/props/propTypes.js +20 -0
  185. package/lib/emptystate/version1/EmptyCustomDomain.js +88 -0
  186. package/lib/emptystate/version2/EmptyBusinessHoliday.js +88 -0
  187. package/lib/emptystate/version2/EmptyBusinessHour.js +88 -0
  188. package/lib/emptystate/version2/EmptyFromAddress.js +88 -0
  189. package/lib/emptystate/version2/EmptyImportHistory.js +88 -0
  190. package/lib/emptystate/version2/EmptyNetwork.js +88 -0
  191. package/lib/emptystate/version2/EmptyRecycleBin.js +88 -0
  192. package/lib/emptystate/version2/EmptyRoles.js +88 -0
  193. package/lib/emptystate/version2/EmptyWebhook.js +88 -0
  194. package/lib/emptystate/version2/FailureLog.js +88 -0
  195. package/lib/emptystate/version3/AuditLog.js +137 -0
  196. package/lib/emptystate/version3/CustomModule.js +116 -0
  197. package/lib/emptystate/version3/EmptyAccounts.js +147 -0
  198. package/lib/emptystate/version3/EmptyActiveCalls.js +118 -0
  199. package/lib/emptystate/version3/EmptyActivity.js +118 -0
  200. package/lib/emptystate/version3/EmptyAgent.js +118 -0
  201. package/lib/emptystate/version3/EmptyAgentQueue.js +124 -0
  202. package/lib/emptystate/version3/EmptyApplechat.js +131 -0
  203. package/lib/emptystate/version3/EmptyApproval.js +124 -0
  204. package/lib/emptystate/version3/EmptyArchived.js +126 -0
  205. package/lib/emptystate/version3/EmptyArticle.js +132 -0
  206. package/lib/emptystate/version3/EmptyAsapchat.js +126 -0
  207. package/lib/emptystate/version3/EmptyAttach.js +118 -0
  208. package/lib/emptystate/version3/EmptyBlueprint.js +133 -0
  209. package/lib/emptystate/version3/EmptyCallHistory.js +120 -0
  210. package/lib/emptystate/version3/EmptyCanned.js +136 -0
  211. package/lib/emptystate/version3/EmptyChat.js +136 -0
  212. package/lib/emptystate/version3/EmptyCollision.js +118 -0
  213. package/lib/emptystate/version3/EmptyColumn.js +124 -0
  214. package/lib/emptystate/version3/EmptyContact.js +118 -0
  215. package/lib/emptystate/version3/EmptyContract.js +114 -0
  216. package/lib/emptystate/version3/EmptyConversation.js +118 -0
  217. package/lib/emptystate/version3/EmptyCrm.js +118 -0
  218. package/lib/emptystate/version3/EmptyCrmNotes.js +129 -0
  219. package/lib/emptystate/version3/EmptyCrmPotential.js +132 -0
  220. package/lib/emptystate/version3/EmptyDashboard.js +124 -0
  221. package/lib/emptystate/version3/EmptyDelete.js +109 -0
  222. package/lib/emptystate/version3/EmptyDepartment.js +118 -0
  223. package/lib/emptystate/version3/EmptyError.js +141 -0
  224. package/lib/emptystate/version3/EmptyFeed.js +121 -0
  225. package/lib/emptystate/version3/EmptyFollowers.js +119 -0
  226. package/lib/emptystate/version3/EmptyFrame.js +117 -0
  227. package/lib/emptystate/version3/EmptyHappiness.js +118 -0
  228. package/lib/emptystate/version3/EmptyHistory.js +118 -0
  229. package/lib/emptystate/version3/EmptyInstagram.js +132 -0
  230. package/lib/emptystate/version3/EmptyInstantmessage.js +134 -0
  231. package/lib/emptystate/version3/EmptyInvoice.js +123 -0
  232. package/lib/emptystate/version3/EmptyLine.js +132 -0
  233. package/lib/emptystate/version3/EmptyMessenger.js +119 -0
  234. package/lib/emptystate/version3/EmptyNoData.js +137 -0
  235. package/lib/emptystate/version3/EmptyNotification.js +118 -0
  236. package/lib/emptystate/version3/EmptyProducts.js +121 -0
  237. package/lib/emptystate/version3/EmptyReply.js +113 -0
  238. package/lib/emptystate/version3/EmptyReports.js +124 -0
  239. package/lib/emptystate/version3/EmptySchedule.js +160 -0
  240. package/lib/emptystate/version3/EmptySearch.js +128 -0
  241. package/lib/emptystate/version3/EmptySkills.js +166 -0
  242. package/lib/emptystate/version3/EmptySla.js +113 -0
  243. package/lib/emptystate/version3/EmptySnippet.js +128 -0
  244. package/lib/emptystate/version3/EmptyTag.js +121 -0
  245. package/lib/emptystate/version3/EmptyTask.js +134 -0
  246. package/lib/emptystate/version3/EmptyTeams.js +118 -0
  247. package/lib/emptystate/version3/EmptyTelegram.js +132 -0
  248. package/lib/emptystate/version3/EmptyTemplate.js +130 -0
  249. package/lib/emptystate/version3/EmptyTicket.js +121 -0
  250. package/lib/emptystate/version3/EmptyTimeEntry.js +124 -0
  251. package/lib/emptystate/version3/EmptyTimeline.js +118 -0
  252. package/lib/emptystate/version3/EmptyTopic.js +124 -0
  253. package/lib/emptystate/version3/EmptyTwilio.js +132 -0
  254. package/lib/emptystate/version3/EmptyWechat.js +132 -0
  255. package/lib/emptystate/version3/EmptyWhatsapp.js +132 -0
  256. package/lib/emptystate/version3/Export.js +113 -0
  257. package/lib/emptystate/version3/Extensions.js +119 -0
  258. package/lib/emptystate/version3/Extractor.js +112 -0
  259. package/lib/emptystate/version3/GCBot.js +110 -0
  260. package/lib/emptystate/version3/GCConversation.js +112 -0
  261. package/lib/emptystate/version3/Import.js +128 -0
  262. package/lib/emptystate/version3/KBBot.js +125 -0
  263. package/lib/emptystate/version3/Multilingual.js +118 -0
  264. package/lib/emptystate/version3/NetworkError.js +121 -0
  265. package/lib/emptystate/version3/Predictor.js +119 -0
  266. package/lib/emptystate/version3/ReadRecipients.js +117 -0
  267. package/lib/emptystate/version3/SupportPlan.js +134 -0
  268. package/lib/emptystate/version3/Variable.js +116 -0
  269. package/lib/emptystate/version3/ZiaAnamoly.js +113 -0
  270. package/lib/errorstate/props/defaultProps.js +15 -0
  271. package/lib/errorstate/props/propTypes.js +20 -0
  272. package/lib/errorstate/version1/EmptyInconvenience.js +90 -0
  273. package/lib/errorstate/version1/NoRequestFound.js +90 -0
  274. package/lib/errorstate/version1/PageNotFound.js +91 -0
  275. package/lib/errorstate/version1/UnableToProcessRequest.js +91 -0
  276. package/lib/errorstate/version1/UnauthorizedLogin.js +91 -0
  277. package/lib/errorstate/version1/UrlNotFound.js +91 -0
  278. package/lib/errorstate/version1/WillBeRightBack.js +91 -0
  279. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +93 -0
  280. package/lib/errorstate/version2/EmptyWillBeRightBack.js +88 -0
  281. package/lib/errorstate/version2/NotImpossible.js +127 -0
  282. package/lib/errorstate/version3/ErrorInconvenience.js +163 -0
  283. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +164 -0
  284. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +164 -0
  285. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +171 -0
  286. package/lib/errorstate/version3/ErrorUrlNotFound.js +164 -0
  287. package/lib/errorstate/version3/ErrorWillBeRightBack.js +163 -0
  288. package/lib/index.js +71 -29
  289. package/package.json +29 -15
  290. package/.DS_Store +0 -0
  291. package/es/svg/EmptyAccounts.js +0 -57
  292. package/es/svg/EmptyActiveCalls.js +0 -64
  293. package/es/svg/EmptyActivity.js +0 -59
  294. package/es/svg/EmptyAgent.js +0 -56
  295. package/es/svg/EmptyArchived.js +0 -55
  296. package/es/svg/EmptyAttach.js +0 -56
  297. package/es/svg/EmptyBlueprint.js +0 -56
  298. package/es/svg/EmptyBusinessHoliday.js +0 -56
  299. package/es/svg/EmptyBusinessHour.js +0 -56
  300. package/es/svg/EmptyCallHistory.js +0 -64
  301. package/es/svg/EmptyCloud.js +0 -55
  302. package/es/svg/EmptyCloudDanger.js +0 -131
  303. package/es/svg/EmptyContact.js +0 -57
  304. package/es/svg/EmptyConversation.js +0 -56
  305. package/es/svg/EmptyDashboard.js +0 -56
  306. package/es/svg/EmptyEdition.js +0 -56
  307. package/es/svg/EmptyFromAddress.js +0 -56
  308. package/es/svg/EmptyHappiness.js +0 -56
  309. package/es/svg/EmptyHistory.js +0 -63
  310. package/es/svg/EmptyImportHistory.js +0 -56
  311. package/es/svg/EmptyInvoice.js +0 -56
  312. package/es/svg/EmptyNetwork.js +0 -56
  313. package/es/svg/EmptyNotification.js +0 -56
  314. package/es/svg/EmptyProducts.js +0 -56
  315. package/es/svg/EmptyRecycleBin.js +0 -56
  316. package/es/svg/EmptyReports.js +0 -56
  317. package/es/svg/EmptyRoles.js +0 -56
  318. package/es/svg/EmptySearch.js +0 -56
  319. package/es/svg/EmptySkills.js +0 -62
  320. package/es/svg/EmptySnippet.js +0 -62
  321. package/es/svg/EmptyTag.js +0 -56
  322. package/es/svg/EmptyTask.js +0 -56
  323. package/es/svg/EmptyTeams.js +0 -56
  324. package/es/svg/EmptyTemplate.js +0 -57
  325. package/es/svg/EmptyTicket.js +0 -56
  326. package/es/svg/EmptyTimeEntry.js +0 -56
  327. package/es/svg/EmptyTopic.js +0 -56
  328. package/es/svg/EmptyWebhook.js +0 -56
  329. package/es/svg/FailureLog.js +0 -56
  330. package/es/svg/Inconvenience.js +0 -65
  331. package/es/svg/InvalidUrl.js +0 -780
  332. package/es/svg/Loader.js +0 -49
  333. package/es/svg/NoRequestFound.js +0 -65
  334. package/es/svg/PageNotFound.js +0 -65
  335. package/es/svg/SVG.js +0 -102
  336. package/es/svg/SitBack.js +0 -54
  337. package/es/svg/UnableToProcessRequest.js +0 -65
  338. package/es/svg/UnauthorizedLogin.js +0 -65
  339. package/es/svg/UrlNotFound.js +0 -65
  340. package/es/svg/WillBeRightBack.js +0 -65
  341. package/es/svg/docs/SVG__default.docs.js +0 -605
  342. package/es/svg/images/EmptyAccounts.svg +0 -55
  343. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  344. package/es/svg/images/EmptyActivity.svg +0 -85
  345. package/es/svg/images/EmptyAgent.svg +0 -52
  346. package/es/svg/images/EmptyArchived.svg +0 -38
  347. package/es/svg/images/EmptyAttach.svg +0 -39
  348. package/es/svg/images/EmptyBlueprint.svg +0 -78
  349. package/es/svg/images/EmptyCallHistory.svg +0 -46
  350. package/es/svg/images/EmptyCloud.svg +0 -38
  351. package/es/svg/images/EmptyContact.svg +0 -33
  352. package/es/svg/images/EmptyConversation.svg +0 -38
  353. package/es/svg/images/EmptyDashboard.svg +0 -42
  354. package/es/svg/images/EmptyEdition.svg +0 -76
  355. package/es/svg/images/EmptyHappiness.svg +0 -58
  356. package/es/svg/images/EmptyHistory.svg +0 -44
  357. package/es/svg/images/EmptyInvoice.svg +0 -45
  358. package/es/svg/images/EmptyNotification.svg +0 -38
  359. package/es/svg/images/EmptyProducts.svg +0 -57
  360. package/es/svg/images/EmptyReports.svg +0 -39
  361. package/es/svg/images/EmptySearch.svg +0 -37
  362. package/es/svg/images/EmptySkills.svg +0 -75
  363. package/es/svg/images/EmptySnippet.svg +0 -46
  364. package/es/svg/images/EmptyTag.svg +0 -43
  365. package/es/svg/images/EmptyTask.svg +0 -42
  366. package/es/svg/images/EmptyTeams.svg +0 -39
  367. package/es/svg/images/EmptyTemplate.svg +0 -39
  368. package/es/svg/images/EmptyTicket.svg +0 -33
  369. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  370. package/es/svg/images/EmptyTopic.svg +0 -41
  371. package/es/svg/images/Loader.svg +0 -62
  372. package/es/svg/images/SitBack.svg +0 -464
  373. package/lib/svg/EmptyAccounts.js +0 -79
  374. package/lib/svg/EmptyActiveCalls.js +0 -86
  375. package/lib/svg/EmptyActivity.js +0 -81
  376. package/lib/svg/EmptyAgent.js +0 -78
  377. package/lib/svg/EmptyArchived.js +0 -77
  378. package/lib/svg/EmptyAttach.js +0 -78
  379. package/lib/svg/EmptyBlueprint.js +0 -78
  380. package/lib/svg/EmptyBusinessHoliday.js +0 -78
  381. package/lib/svg/EmptyBusinessHour.js +0 -78
  382. package/lib/svg/EmptyCallHistory.js +0 -86
  383. package/lib/svg/EmptyCloud.js +0 -77
  384. package/lib/svg/EmptyCloudDanger.js +0 -147
  385. package/lib/svg/EmptyContact.js +0 -79
  386. package/lib/svg/EmptyConversation.js +0 -78
  387. package/lib/svg/EmptyDashboard.js +0 -78
  388. package/lib/svg/EmptyEdition.js +0 -78
  389. package/lib/svg/EmptyFromAddress.js +0 -78
  390. package/lib/svg/EmptyHappiness.js +0 -78
  391. package/lib/svg/EmptyHistory.js +0 -85
  392. package/lib/svg/EmptyImportHistory.js +0 -78
  393. package/lib/svg/EmptyInvoice.js +0 -78
  394. package/lib/svg/EmptyNetwork.js +0 -78
  395. package/lib/svg/EmptyNotification.js +0 -78
  396. package/lib/svg/EmptyProducts.js +0 -78
  397. package/lib/svg/EmptyRecycleBin.js +0 -78
  398. package/lib/svg/EmptyReports.js +0 -78
  399. package/lib/svg/EmptyRoles.js +0 -78
  400. package/lib/svg/EmptySearch.js +0 -78
  401. package/lib/svg/EmptySkills.js +0 -84
  402. package/lib/svg/EmptySnippet.js +0 -84
  403. package/lib/svg/EmptyTag.js +0 -78
  404. package/lib/svg/EmptyTask.js +0 -78
  405. package/lib/svg/EmptyTeams.js +0 -78
  406. package/lib/svg/EmptyTemplate.js +0 -79
  407. package/lib/svg/EmptyTicket.js +0 -78
  408. package/lib/svg/EmptyTimeEntry.js +0 -78
  409. package/lib/svg/EmptyTopic.js +0 -78
  410. package/lib/svg/EmptyWebhook.js +0 -78
  411. package/lib/svg/FailureLog.js +0 -78
  412. package/lib/svg/Inconvenience.js +0 -87
  413. package/lib/svg/InvalidUrl.js +0 -799
  414. package/lib/svg/Loader.js +0 -71
  415. package/lib/svg/NoRequestFound.js +0 -87
  416. package/lib/svg/PageNotFound.js +0 -87
  417. package/lib/svg/SVG.js +0 -121
  418. package/lib/svg/SitBack.js +0 -76
  419. package/lib/svg/UnableToProcessRequest.js +0 -87
  420. package/lib/svg/UnauthorizedLogin.js +0 -87
  421. package/lib/svg/UrlNotFound.js +0 -87
  422. package/lib/svg/WillBeRightBack.js +0 -87
  423. package/lib/svg/docs/SVG__default.docs.js +0 -765
  424. package/lib/svg/images/EmptyAccounts.svg +0 -55
  425. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  426. package/lib/svg/images/EmptyActivity.svg +0 -85
  427. package/lib/svg/images/EmptyAgent.svg +0 -52
  428. package/lib/svg/images/EmptyArchived.svg +0 -38
  429. package/lib/svg/images/EmptyAttach.svg +0 -39
  430. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  431. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  432. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  433. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  434. package/lib/svg/images/EmptyCloud.svg +0 -38
  435. package/lib/svg/images/EmptyContact.svg +0 -33
  436. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  437. package/lib/svg/images/EmptyConversation.svg +0 -38
  438. package/lib/svg/images/EmptyDashboard.svg +0 -42
  439. package/lib/svg/images/EmptyEdition.svg +0 -76
  440. package/lib/svg/images/EmptyFilter.svg +0 -62
  441. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  442. package/lib/svg/images/EmptyHappiness.svg +0 -58
  443. package/lib/svg/images/EmptyHistory.svg +0 -44
  444. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  445. package/lib/svg/images/EmptyInvoice.svg +0 -45
  446. package/lib/svg/images/EmptyNetwork.svg +0 -50
  447. package/lib/svg/images/EmptyNotification.svg +0 -38
  448. package/lib/svg/images/EmptyProducts.svg +0 -57
  449. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  450. package/lib/svg/images/EmptyReports.svg +0 -39
  451. package/lib/svg/images/EmptyRoles.svg +0 -30
  452. package/lib/svg/images/EmptySearch.svg +0 -37
  453. package/lib/svg/images/EmptySkills.svg +0 -75
  454. package/lib/svg/images/EmptySnippet.svg +0 -46
  455. package/lib/svg/images/EmptyTag.svg +0 -43
  456. package/lib/svg/images/EmptyTask.svg +0 -42
  457. package/lib/svg/images/EmptyTeams.svg +0 -39
  458. package/lib/svg/images/EmptyTemplate.svg +0 -39
  459. package/lib/svg/images/EmptyTicket.svg +0 -33
  460. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  461. package/lib/svg/images/EmptyTopic.svg +0 -41
  462. package/lib/svg/images/EmptyWebhook.svg +0 -44
  463. package/lib/svg/images/FailureLog.svg +0 -46
  464. package/lib/svg/images/Inconvenience.svg +0 -719
  465. package/lib/svg/images/Loader.svg +0 -62
  466. package/lib/svg/images/NoRequestFound.svg +0 -247
  467. package/lib/svg/images/PageNotFound.svg +0 -405
  468. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  469. package/lib/svg/images/SitBack.svg +0 -464
  470. package/lib/svg/images/UnableToProcess.svg +0 -752
  471. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  472. package/lib/svg/images/WillBack.svg +0 -633
  473. package/src/.DS_Store +0 -0
  474. package/src/index.js +0 -7
  475. package/src/svg/.DS_Store +0 -0
  476. package/src/svg/EmptyAccounts.js +0 -30
  477. package/src/svg/EmptyActiveCalls.js +0 -36
  478. package/src/svg/EmptyActivity.js +0 -31
  479. package/src/svg/EmptyAgent.js +0 -29
  480. package/src/svg/EmptyArchived.js +0 -28
  481. package/src/svg/EmptyAttach.js +0 -29
  482. package/src/svg/EmptyBlueprint.js +0 -29
  483. package/src/svg/EmptyBusinessHoliday.js +0 -29
  484. package/src/svg/EmptyBusinessHour.js +0 -29
  485. package/src/svg/EmptyCallHistory.js +0 -36
  486. package/src/svg/EmptyCloud.js +0 -28
  487. package/src/svg/EmptyCloudDanger.js +0 -104
  488. package/src/svg/EmptyContact.js +0 -30
  489. package/src/svg/EmptyConversation.js +0 -29
  490. package/src/svg/EmptyDashboard.js +0 -29
  491. package/src/svg/EmptyEdition.js +0 -29
  492. package/src/svg/EmptyFromAddress.js +0 -29
  493. package/src/svg/EmptyHappiness.js +0 -29
  494. package/src/svg/EmptyHistory.js +0 -36
  495. package/src/svg/EmptyImportHistory.js +0 -29
  496. package/src/svg/EmptyInvoice.js +0 -29
  497. package/src/svg/EmptyNetwork.js +0 -29
  498. package/src/svg/EmptyNotification.js +0 -29
  499. package/src/svg/EmptyProducts.js +0 -29
  500. package/src/svg/EmptyRecycleBin.js +0 -29
  501. package/src/svg/EmptyReports.js +0 -29
  502. package/src/svg/EmptyRoles.js +0 -29
  503. package/src/svg/EmptySearch.js +0 -29
  504. package/src/svg/EmptySkills.js +0 -35
  505. package/src/svg/EmptySnippet.js +0 -35
  506. package/src/svg/EmptyTag.js +0 -29
  507. package/src/svg/EmptyTask.js +0 -29
  508. package/src/svg/EmptyTeams.js +0 -29
  509. package/src/svg/EmptyTemplate.js +0 -30
  510. package/src/svg/EmptyTicket.js +0 -29
  511. package/src/svg/EmptyTimeEntry.js +0 -29
  512. package/src/svg/EmptyTopic.js +0 -29
  513. package/src/svg/EmptyWebhook.js +0 -29
  514. package/src/svg/FailureLog.js +0 -29
  515. package/src/svg/Inconvenience.js +0 -38
  516. package/src/svg/InvalidUrl.js +0 -755
  517. package/src/svg/Loader.js +0 -25
  518. package/src/svg/NoRequestFound.js +0 -38
  519. package/src/svg/PageNotFound.js +0 -38
  520. package/src/svg/SVG.js +0 -88
  521. package/src/svg/SVG.module.css +0 -27
  522. package/src/svg/SitBack.js +0 -29
  523. package/src/svg/UnableToProcessRequest.js +0 -38
  524. package/src/svg/UnauthorizedLogin.js +0 -38
  525. package/src/svg/UrlNotFound.js +0 -38
  526. package/src/svg/WillBeRightBack.js +0 -38
  527. package/src/svg/docs/SVG__default.docs.js +0 -289
  528. package/src/svg/images/.DS_Store +0 -0
  529. package/src/svg/images/EmptyAccounts.svg +0 -55
  530. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  531. package/src/svg/images/EmptyActivity.svg +0 -85
  532. package/src/svg/images/EmptyAgent.svg +0 -52
  533. package/src/svg/images/EmptyArchived.svg +0 -38
  534. package/src/svg/images/EmptyAttach.svg +0 -39
  535. package/src/svg/images/EmptyBlueprint.svg +0 -78
  536. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  537. package/src/svg/images/EmptyBusinessHour.svg +0 -42
  538. package/src/svg/images/EmptyCallHistory.svg +0 -46
  539. package/src/svg/images/EmptyCloud.svg +0 -38
  540. package/src/svg/images/EmptyContact.svg +0 -33
  541. package/src/svg/images/EmptyContactInfo.svg +0 -27
  542. package/src/svg/images/EmptyConversation.svg +0 -38
  543. package/src/svg/images/EmptyDashboard.svg +0 -42
  544. package/src/svg/images/EmptyEdition.svg +0 -76
  545. package/src/svg/images/EmptyFilter.svg +0 -62
  546. package/src/svg/images/EmptyFromAddress.svg +0 -41
  547. package/src/svg/images/EmptyHappiness.svg +0 -58
  548. package/src/svg/images/EmptyHistory.svg +0 -44
  549. package/src/svg/images/EmptyImportHistory.svg +0 -43
  550. package/src/svg/images/EmptyInvoice.svg +0 -45
  551. package/src/svg/images/EmptyNetwork.svg +0 -50
  552. package/src/svg/images/EmptyNotification.svg +0 -38
  553. package/src/svg/images/EmptyProducts.svg +0 -57
  554. package/src/svg/images/EmptyRecycleBin.svg +0 -58
  555. package/src/svg/images/EmptyReports.svg +0 -39
  556. package/src/svg/images/EmptyRoles.svg +0 -30
  557. package/src/svg/images/EmptySearch.svg +0 -37
  558. package/src/svg/images/EmptySkills.svg +0 -75
  559. package/src/svg/images/EmptySnippet.svg +0 -46
  560. package/src/svg/images/EmptyTag.svg +0 -43
  561. package/src/svg/images/EmptyTask.svg +0 -42
  562. package/src/svg/images/EmptyTeams.svg +0 -39
  563. package/src/svg/images/EmptyTemplate.svg +0 -39
  564. package/src/svg/images/EmptyTicket.svg +0 -33
  565. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  566. package/src/svg/images/EmptyTopic.svg +0 -41
  567. package/src/svg/images/EmptyWebhook.svg +0 -44
  568. package/src/svg/images/FailureLog.svg +0 -46
  569. package/src/svg/images/Inconvenience.svg +0 -719
  570. package/src/svg/images/Loader.svg +0 -62
  571. package/src/svg/images/NoRequestFound.svg +0 -247
  572. package/src/svg/images/PageNotFound.svg +0 -405
  573. package/src/svg/images/ReguestUrlNotFound.svg +0 -267
  574. package/src/svg/images/SitBack.svg +0 -464
  575. package/src/svg/images/UnableToProcess.svg +0 -752
  576. package/src/svg/images/UnauthorizedLogin.svg +0 -1047
  577. package/src/svg/images/WillBack.svg +0 -633
@@ -0,0 +1,107 @@
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
+
3
+ import React from 'react';
4
+ import { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class OopsSomethingMiss extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 695.38 500",
11
+ name: "OopsSomethingMiss"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorOopsSomethingMiss_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorOopsSomethingMiss_svg__cls-10,.ErrorOopsSomethingMiss_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorOopsSomethingMiss_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorOopsSomethingMiss_svg__cls-8{stroke:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
13
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
14
+ d: "M280.06 165.76s33.78-54.78 54.77-11 32.87 82.17 94 33.78S515.6 132.89 538.42 163s44.28 286.69-178.94 233.74c0 0-176.65-66.65-79.42-230.98z"
15
+ }), /*#__PURE__*/React.createElement("circle", {
16
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
17
+ cx: 237.04,
18
+ cy: 373.78,
19
+ r: 25.39
20
+ }), /*#__PURE__*/React.createElement("circle", {
21
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
22
+ cx: 220.36,
23
+ cy: 130.23,
24
+ r: 25.39
25
+ }), /*#__PURE__*/React.createElement("circle", {
26
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
27
+ cx: 437.82,
28
+ cy: 82.86,
29
+ r: 12.74
30
+ }), /*#__PURE__*/React.createElement("circle", {
31
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
32
+ cx: 286.31,
33
+ cy: 419.08,
34
+ r: 12.74
35
+ }), /*#__PURE__*/React.createElement("circle", {
36
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
37
+ cx: 520.6,
38
+ cy: 407.06,
39
+ r: 12.74
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M83.93 402.4c15.42-1.84 27.8-6.31 29.7-15.65 5.51-27.12 61.58-45 222 20.22 0 0 96.06-48.26 96.06-50.09s-55.16-9.2-84.57 36.76c0 0-124.09-38.5-146.61-38.33 0 0 78.59-66.92 96.52-64.16s-62 4.14-111.23 43.2c0 0 104.33 28.47 147.53 48.26 0 0 52.4-46 98.36-35.39 0 0 5-.29 2.44-5.36s-54.62-42.57-131-50.8c0 0 .35-42.82 29.81-78.11 0 0-13.36 24.32 7.54 24.67l8.22-1s-6.51 12.67 4.45 16.79l-1 4.8s8.92-4.8 10.29 1l11.3-1.37s-3.42 5.13-1.71 7.53 13 6.51 13 6.51.68 12.34 3.77 13 6.85-3.77 10.28-1.37 11.64-4.8 13.36-1-.69 10.62 5.14 12 5.13 6.52 4.79 13 3.43 13 8.92 13 9.24 8.91 9.24 8.91 23-38 89.28-44.9c0 0-57.48-40-133.49-64.67 0 0-37.23 3.29-85.85 64 0 0 119.21 25.19 132.88 61.25 0 0 .08 9.46-5.61 11.67 0 0 18.36-3.68 17.63-13s-15-9.66 1.61-23.53 74.15-16.57 77.75-21.1 0-7.23 0-7.23l12.66 11.76-88.92 31.65s-1.21 8.13 7.22 5.72 10.56-27.13 15.08-52.75 15.67-71.74 64.5-81c8.35-1.43 21.64-.84 35.52 0",
42
+ strokeWidth: 1.5,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ stroke: "var(--zd_emptysvg_primary_stroke)",
46
+ fill: "none"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M303.15 291.07S305.8 246.26 333 213c0 0-17.72 26.28 8.37 32.39 0 0 5 9.36 7.36 9.19l2 7.24s6.28-3.87 8.21-1.77 5.8 1.7 9.85.64c0 0-6.43 6.76 13.35 13.83 0 0 1.29 15.33 7.57 14.31s6.57-3.85 10.95-1.76 7.08-2.57 8.69-1.29.64 10.14 5.95 11.1 4.83 8.21 5 18 11.42 6.57 14 9.85 2.57 10.45 2.57 10.45l-2.59 6.76c.6-2.94-61.95-46.94-131.13-50.87z",
49
+ opacity: 0.2,
50
+ fill: "var(--zd_emptysvg_primary_fill)"
51
+ }), /*#__PURE__*/React.createElement("ellipse", {
52
+ cx: 395,
53
+ cy: 127.76,
54
+ rx: 3.54,
55
+ ry: 3.51,
56
+ strokeMiterlimit: 10,
57
+ stroke: "var(--zd_emptysvg_medium_circle)",
58
+ fill: "none"
59
+ }), /*#__PURE__*/React.createElement("ellipse", {
60
+ cx: 400.27,
61
+ cy: 428.72,
62
+ rx: 3.54,
63
+ ry: 3.51,
64
+ fill: "var(--zd_emptysvg_medium_circle)"
65
+ }), /*#__PURE__*/React.createElement("ellipse", {
66
+ cx: 205.84,
67
+ cy: 278.75,
68
+ rx: 3.31,
69
+ ry: 3.28,
70
+ stroke: "var(--zd_emptysvg_tiny_circle)",
71
+ strokeMiterlimit: 10,
72
+ fill: "none"
73
+ }), /*#__PURE__*/React.createElement("ellipse", {
74
+ cx: 579.94,
75
+ cy: 284.02,
76
+ rx: 3.31,
77
+ ry: 3.28,
78
+ fill: "var(--zd_emptysvg_tiny_circle)"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ className: "ErrorOopsSomethingMiss_svg__cls-8",
81
+ d: "M257.33 168.47l-.35 6.18M254.04 171.39l6.23.35"
82
+ }), /*#__PURE__*/React.createElement("ellipse", {
83
+ cx: 538.1,
84
+ cy: 385.89,
85
+ rx: 2.46,
86
+ ry: 2.44,
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ stroke: "var(--zd_emptysvg_small_circle)",
90
+ fill: "none"
91
+ }), /*#__PURE__*/React.createElement("path", {
92
+ className: "ErrorOopsSomethingMiss_svg__cls-10",
93
+ d: "M537.16 124.03l4.16 4.61M536.92 128.4l4.65-4.13"
94
+ }));
95
+ }
96
+
97
+ }
98
+ OopsSomethingMiss.propTypes = ErrorStateProps;
99
+ OopsSomethingMiss.defaultProps = { ...ErrorStateDefaultProps,
100
+ dataId: 'oopssomethingmiss'
101
+ };
102
+
103
+ if (false) {
104
+ OopsSomethingMiss.docs = {
105
+ componentGroup: 'Emptystate'
106
+ };
107
+ }
@@ -0,0 +1,107 @@
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
+
3
+ import React from 'react';
4
+ import { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class UnableToProcessRequest extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "UnableToProcessRequest"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorUnableToProcessRequest_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUnableToProcessRequest_svg__cls-10,.ErrorUnableToProcessRequest_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnableToProcessRequest_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnableToProcessRequest_svg__cls-8{stroke:var(--zd_emptysvg_plus))}')), /*#__PURE__*/React.createElement("path", {
13
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
14
+ d: "M147.82 163s33.78-54.77 54.77-11 32.87 82.16 94 33.78 86.73-55.69 109.55-25.57S450.46 446.92 227.24 394c0 0-176.65-66.68-79.42-231z"
15
+ }), /*#__PURE__*/React.createElement("circle", {
16
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
17
+ cx: 104.8,
18
+ cy: 371.02,
19
+ r: 25.39
20
+ }), /*#__PURE__*/React.createElement("circle", {
21
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
22
+ cx: 88.11,
23
+ cy: 127.46,
24
+ r: 25.39
25
+ }), /*#__PURE__*/React.createElement("circle", {
26
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
27
+ cx: 305.58,
28
+ cy: 80.1,
29
+ r: 12.74
30
+ }), /*#__PURE__*/React.createElement("circle", {
31
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
32
+ cx: 154.07,
33
+ cy: 416.31,
34
+ r: 12.74
35
+ }), /*#__PURE__*/React.createElement("circle", {
36
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
37
+ cx: 388.36,
38
+ cy: 404.29,
39
+ r: 12.74
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M297 255.54s-110.07 41.88-93 62.4 36.49 23.37 19.38 54.15-.57 37.63 12 37.63 47.47-5.82 54.89-21.78 6.73-132.4 6.73-132.4z",
42
+ opacity: 0.2,
43
+ fill: "var(--zd_emptysvg_primary_fill)"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M233.85 228.91s51.63 1.49 50.52 13.36-88.71 13.37-105-3 101.33-17.25 120.26.84-86.11 31.46-126.2 4.36c0 0-2-2.64 0-3.93s1.83 88.22-.87 95.27-21.28 21.77-35.69 15.05-14.41-28.18-14.73-39.71-1-38.74 24-40.34 27.54 21.45 30.43 35.54 0-63.08-8-63.08-52.52 12.17-57 34.26-5.76 71.73 10.89 83.58 46.75 7.68 50.59 13.76.92 13.91 4.35 17.91 53.12 47.29 111.71 4.71a15.46 15.46 0 006.35-12l.72-19.46a3.07 3.07 0 00-3.81-3.1c-14.64 3.6-66.91 14.15-109.25-6.77 0 0-2.29-10.87 5.71-9.15 7 1.49 65.43 15.1 92.94 7.7a20.09 20.09 0 0114.66 2c1.55.82 3.41.54 5.46-2.26 5.88-8 78.5-143.52 75.07-160.68s-23.44-41.74-37.74-40.6-72.62 17.16-72.62 17.16-48-13.16-52.61-6.87 29.75 66 48.61 60.62c15-4.27-31.45-58.33-40-59.47s16 43.46 34.88 53.18 14.87-21.73 20-25.73 53.75-24 62.9-21.16 21.73 20.58 18.87 33.16-56 83.49-59.47 85.2.4-40.64 1.41-39.47-1.51 50.18-1.14 52-64 22.67-111.87-3.72c0 0-3.23-4.67.34-4.67s56.51 25.24 108.34 2.9",
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round",
48
+ stroke: "var(--zd_emptysvg_primary_stroke)",
49
+ strokeWidth: 1.5,
50
+ fill: "none"
51
+ }), /*#__PURE__*/React.createElement("ellipse", {
52
+ cx: 262.76,
53
+ cy: 118.03,
54
+ rx: 3.54,
55
+ ry: 3.51,
56
+ strokeMiterlimit: 10,
57
+ stroke: "var(--zd_emptysvg_medium_circle)",
58
+ fill: "none"
59
+ }), /*#__PURE__*/React.createElement("ellipse", {
60
+ cx: 268.03,
61
+ cy: 418.99,
62
+ rx: 3.54,
63
+ ry: 3.51,
64
+ fill: "var(--zd_emptysvg_medium_circle)"
65
+ }), /*#__PURE__*/React.createElement("ellipse", {
66
+ cx: 73.6,
67
+ cy: 269.02,
68
+ rx: 3.31,
69
+ ry: 3.28,
70
+ stroke: "var(--zd_emptysvg_tiny_circle)",
71
+ strokeMiterlimit: 10,
72
+ fill: "none"
73
+ }), /*#__PURE__*/React.createElement("ellipse", {
74
+ cx: 447.7,
75
+ cy: 274.29,
76
+ rx: 3.31,
77
+ ry: 3.28,
78
+ fill: "var(--zd_emptysvg_tiny_circle)"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ className: "ErrorUnableToProcessRequest_svg__cls-8",
81
+ d: "M125.09 158.74l-.35 6.18M121.8 161.66l6.23.35"
82
+ }), /*#__PURE__*/React.createElement("ellipse", {
83
+ cx: 405.86,
84
+ cy: 376.16,
85
+ rx: 2.46,
86
+ ry: 2.44,
87
+ stroke: "var(--zd_emptysvg_small_circle)",
88
+ strokeLinecap: "round",
89
+ strokeLinejoin: "round",
90
+ fill: "none"
91
+ }), /*#__PURE__*/React.createElement("path", {
92
+ className: "ErrorUnableToProcessRequest_svg__cls-10",
93
+ d: "M404.92 114.3l4.16 4.61M404.68 118.67l4.65-4.13"
94
+ }));
95
+ }
96
+
97
+ }
98
+ UnableToProcessRequest.propTypes = ErrorStateProps;
99
+ UnableToProcessRequest.defaultProps = { ...ErrorStateDefaultProps,
100
+ dataId: 'unabletoprocessrequest'
101
+ };
102
+
103
+ if (false) {
104
+ UnableToProcessRequest.docs = {
105
+ componentGroup: 'Emptystate'
106
+ };
107
+ }
@@ -0,0 +1,114 @@
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
+
3
+ import React from 'react';
4
+ import { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class UnauthorizedLogin extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 -30 500 500",
11
+ name: "UnauthorizedLogin"
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.bouncer_svg__st0{opacity:5.000000e-02;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.bouncer_svg__st5,.bouncer_svg__st7{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.bouncer_svg__st7{stroke:var(--zd_emptysvg_cross)}.bouncer_svg__st9{opacity:.2;fill:var(--zd_emptysvg_primary_fill);enable-background:new}'), /*#__PURE__*/React.createElement("path", {
13
+ className: "bouncer_svg__st0",
14
+ d: "M135.6 156.5s33.8-54.8 54.8-11 32.9 82.2 94 33.8 86.7-55.7 109.5-25.6S438.2 440.4 215 387.5c0 0-176.7-66.6-79.4-231z"
15
+ }), /*#__PURE__*/React.createElement("circle", {
16
+ className: "bouncer_svg__st0",
17
+ cx: 92.6,
18
+ cy: 364.5,
19
+ r: 25.4
20
+ }), /*#__PURE__*/React.createElement("circle", {
21
+ className: "bouncer_svg__st0",
22
+ cx: 75.9,
23
+ cy: 121,
24
+ r: 25.4
25
+ }), /*#__PURE__*/React.createElement("circle", {
26
+ className: "bouncer_svg__st0",
27
+ cx: 293.4,
28
+ cy: 73.6,
29
+ r: 12.7
30
+ }), /*#__PURE__*/React.createElement("circle", {
31
+ className: "bouncer_svg__st0",
32
+ cx: 141.8,
33
+ cy: 409.8,
34
+ r: 12.7
35
+ }), /*#__PURE__*/React.createElement("circle", {
36
+ className: "bouncer_svg__st0",
37
+ cx: 376.1,
38
+ cy: 397.8,
39
+ r: 12.7
40
+ }), /*#__PURE__*/React.createElement("circle", {
41
+ cx: 319.4,
42
+ cy: 65.1,
43
+ style: {
44
+ fill: 'none',
45
+ stroke: 'var(--zd_emptysvg_medium_circle)',
46
+ strokeMiterlimit: 10
47
+ },
48
+ r: 3.5
49
+ }), /*#__PURE__*/React.createElement("circle", {
50
+ cx: 254.7,
51
+ cy: 426,
52
+ style: {
53
+ fill: 'var(--zd_emptysvg_medium_circle)'
54
+ },
55
+ r: 3.5
56
+ }), /*#__PURE__*/React.createElement("circle", {
57
+ cx: 60.3,
58
+ cy: 276.1,
59
+ style: {
60
+ fill: 'none',
61
+ stroke: 'var(--zd_emptysvg_tiny_circle)',
62
+ strokeMiterlimit: 10
63
+ },
64
+ r: 3.3
65
+ }), /*#__PURE__*/React.createElement("circle", {
66
+ cx: 434.4,
67
+ cy: 281.3,
68
+ style: {
69
+ fill: 'var(--zd_emptysvg_tiny_circle)'
70
+ },
71
+ r: 3.3
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ className: "bouncer_svg__st5",
74
+ d: "m111.8 165.8-.4 6.2M108.5 168.7l6.2.4"
75
+ }), /*#__PURE__*/React.createElement("ellipse", {
76
+ cx: 392.5,
77
+ cy: 383.2,
78
+ rx: 2.5,
79
+ ry: 2.4,
80
+ style: {
81
+ fill: 'none',
82
+ stroke: 'var(--zd_emptysvg_small_circle)',
83
+ strokeLinecap: 'round',
84
+ strokeLinejoin: 'round'
85
+ }
86
+ }), /*#__PURE__*/React.createElement("path", {
87
+ className: "bouncer_svg__st7",
88
+ d: "m391.6 121.3 4.2 4.7M391.4 125.7l4.6-4.1"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ d: "M304.9 307.9s-49.7 71.4-153 62.2c0 0-31.2-42.1-19.8-66.2 11.4-24.1 54.4-21.1 55-19.4.6 1.7-30 11.6-26.8 21.1 0 0 1.3 2.6 1.6 2.5.4-.1 8.6-13.4 21.7-18 0 0-25 18.3-22.8 23s7.6 3.1 7.6 3.1 5.8-19.2 21.2-21.8c0 0-16.7 10.1-16.2 16.3 0 0 2.4 6.2 5.6 5.9 3.2-.4 7.9-13.3 15.7-19.1 0 0-10.8 12.2-8.5 16.3 2.3 4 12.2-4 14.6-9 0 0 11.8-.8 15-2.9 3.2-2.1-22.1-13.5-27.3-14.2-5.2-.7 24.1 5.9 30.5 13.5l17.9 2.3s45.9-16.4 64.6-13.3c18.7 3.1 19.6 13.6 19.6 13.6 3.8-1 7.8-.8 11.6.4s7 3.6 9.5 6.7c0 0-15.6-10.3-36.4-1.2 0 0-19.5 31.4-58.4 48 0 0 31.8 18.7 76.1 9.2 0 0-37.1 1.3-49-7.8 0 0 56.4 7.5 79.5 4.6 0 0 39.1-22.7 21.3-61.9 0 0-18.8-17.4-53.6-11l-2.4 6s4.5-18.6 14.2-28.3c-4.2 1.7-7.7 4.8-9.9 8.7 0 0-3.6-28.1 6.9-37.9 0 0 47.4 0 45.8 41.9 0 0-1 11.7-14-1s12.3 10.7 12.7 16.2c.4 5.5 10.2-48.5-47.4-60.9s-71.5 23.5-69.9 30.1c1.6 6.6-7.6-22.2-55-29.8l14.9-13.6s37.5 17.4 75.7 0l23.6 8.2s-12.1-6.7-23.2-10c0 0-6.5-9.4-6.7-34.2 0-2.8-.1-5.6-.4-8.4-.4-4.8-.9-12.1.4-13.1 1.9-1.5 5.2 9.5 2.6 13.4-2.6 3.9-1.3-17.5-5-21.1-3.7-3.7-23.8-5.3-24.4-3.2-.6 2.1-.4 11.4 10.4 10.3 10.8-1.1 13.4-2.5 12.5-11.3-.9-8.8-2-23.8-28.1-23.4-26.1.4-26.8 18.8-27.2 26.1.4-.1.8-.1 1.2.1.4.2.7.4.9.8.9 1.3 1.1 6.7 7.6 7.3 6.5.7 14.9.9 16-7.6 0 0 3.4-2.1 5.7-1.3 2.4.7-6.2-.6-6.2-.6s-7.4-5.9-19.3-1.9c-1.8.9-3.4 2.2-4.7 3.8s-2.2 3.4-2.7 5.4l.5 3.2s1-4.3 3.2-5.8l-3-2.9c-1.1 3-1.5 6.2-1.2 9.3 0 0 1.7 16-.8 15.1-2.5-.9-5-8.1-1.9-15 0 0 3.5 9.8 1.6 11.1-1.9 1.2-1.3-10.8-.1-12.1 1.2-1.3 8.1 30-5.1 54 0 0-29.3 16.4-27.2 16.4 2.1 0-66.5 11.2-59.5 58.6 0 0 12.6-22.9 40.9-28.5 0 0-15.2-.7-32.9 11.7 0 0 4.5-23.9 54.8-41.1l24.5-15.8s8.7-17.6 8-27.2c0 0 6.2 15.8 27.6 14.3s12.6-31.3 12.6-31.3-12-8.3-24.6.9c0 0-6.6 24.2 11.3 24.5 17.8.3 12.8-22.4 11.9-24-.9-1.7-16-4.7-20.2.1 0 0-3.5 15.1 3.6 13.3 0 0 4.4.8 4.3-7l4.5-.2s-1.8 6.6 3.1 7.6c4.8 1-2.1 16.3.8 16 3-.3 22.6.5 22.6-25.5",
91
+ style: {
92
+ fill: 'none',
93
+ stroke: 'var(--zd_emptysvg_primary_stroke)',
94
+ strokeWidth: 1.5,
95
+ strokeLinecap: 'round',
96
+ strokeLinejoin: 'round'
97
+ }
98
+ }), /*#__PURE__*/React.createElement("path", {
99
+ className: "bouncer_svg__st9",
100
+ d: "m229.4 153.6 2.8-2.4s16.7-2.1 18.6 2.3c1.9 4.4-3 8.9-10.3 9-7.2.1-11.5-3.1-11.1-8.9zM259.5 154.5l2.8-2.6s16.6-2.3 18.5 2.5c1.9 4.8-3 9.7-10.2 9.8-7.2.1-11.5-3.5-11.1-9.7zM251.3 200.4s-13.8-4.8-7.8-24.1c0 0 11.1-8.4 24.8-.3 0 0 6.8 21.6-8.6 24.4-2.3 1.1-5.1 1.1-8.4 0z"
101
+ }));
102
+ }
103
+
104
+ }
105
+ UnauthorizedLogin.propTypes = ErrorStateProps;
106
+ UnauthorizedLogin.defaultProps = { ...ErrorStateDefaultProps,
107
+ dataId: 'unauthorizedlogin'
108
+ };
109
+
110
+ if (false) {
111
+ UnauthorizedLogin.docs = {
112
+ componentGroup: 'Emptystate'
113
+ };
114
+ }
@@ -0,0 +1,107 @@
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
+
3
+ import React from 'react';
4
+ import { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class UrlNotFound extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "UrlNotFound"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorUrlNotFound_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUrlNotFound_svg__cls-10,.ErrorUrlNotFound_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUrlNotFound_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUrlNotFound_svg__cls-8{stroke:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
13
+ className: "ErrorUrlNotFound_svg__cls-1",
14
+ d: "M148.89 174.69s33.77-54.78 54.77-11 32.87 82.17 94 33.78 86.77-55.65 109.59-25.47 44.28 286.67-178.94 233.72c0-.05-176.65-66.72-79.42-231.03z"
15
+ }), /*#__PURE__*/React.createElement("circle", {
16
+ className: "ErrorUrlNotFound_svg__cls-1",
17
+ cx: 105.87,
18
+ cy: 382.71,
19
+ r: 25.39
20
+ }), /*#__PURE__*/React.createElement("circle", {
21
+ className: "ErrorUrlNotFound_svg__cls-1",
22
+ cx: 89.18,
23
+ cy: 139.16,
24
+ r: 25.39
25
+ }), /*#__PURE__*/React.createElement("circle", {
26
+ className: "ErrorUrlNotFound_svg__cls-1",
27
+ cx: 306.65,
28
+ cy: 91.79,
29
+ r: 12.74
30
+ }), /*#__PURE__*/React.createElement("circle", {
31
+ className: "ErrorUrlNotFound_svg__cls-1",
32
+ cx: 155.14,
33
+ cy: 428.01,
34
+ r: 12.74
35
+ }), /*#__PURE__*/React.createElement("circle", {
36
+ className: "ErrorUrlNotFound_svg__cls-1",
37
+ cx: 389.43,
38
+ cy: 415.99,
39
+ r: 12.74
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M147.26 384.22l22.71 7s.88-5.55.16-15.67 7.59-17.34 7.59-17.34 15.89-17.34 15.89-19.14-21.31-58.52-23.12-69.72 7.59-50.94 7.59-50.94l2.53 27.46s17.7 1.8 21.67-1.09.72-24.92.72-24.92l-20.95-.73s-4 14.09-14.09 36.85c-8.26 18.59-19.65 95.5-23.75 126.21-.92 6.89-1.47 11.45-1.53 12.51-.37 5.78-10.48 12.28-10.48 12.28s6.86.72 9.39-4.33 14.81-14.45 19.15-7.95-6.14 13.36-11.2 18.49-15.9 2.82-18.79 0-.72-12.71-.72-12.71c-11.2-22-13-151.72-13-151.72l1.8 23.48-15.17.36 25.65-65c56-40.46 93.92 10.12 93.92 10.12l1.09 78.75 2.53-81.28c-5.28-13.48-27.46-22-27.46-22-55.63-21.67-80.56 22.76-80.56 22.76s18.79-40.82 71.53-44.43 76.94 44.43 75.86 40.46-23.48-24.57-23.48-24.57l72.26 7.48s-41.18 17.7-44.43 22.76-41.91 11.56-41.91 11.56l15.17 6.86-6 64.58-14.33.35s-6.23 46.52-6.23 49.66-16.94 13.41-22.38 17.34-3.56 25.73-3.56 25.73-.21-15.48 0-23.64-7.53-9.41-7.53-9.41c-9.62 0-10.75 8.58-10.75 8.58v23.11c0 3.49 3.22 9.67 8.6 10.08s10.87-5.17 10.87-5.17l53.77 15.83s-.13-165.23.13-174.77-3.22-8.37-2.52-6 53.46 52.51 54 54 77-45.15 77-45.15l-52-42c-4.13.17-74.75 31.47-72.94 33.73s69.49-36.1 69.49-36.1l1.91 168.32-72.06 48.33",
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round",
44
+ stroke: "var(--zd_emptysvg_primary_stroke)",
45
+ strokeWidth: 1.5,
46
+ fill: "none"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M129.31 207.53s-8.67 115.3 1.13 176.69c0 0 7 4 9-5.4 6.74-31.64 17.12-114.22 30.21-147.44 0 0 32.66 101.9 30.7 105.82s-6.8 22.07-3.92 21.55c13.22-2.4 35.92-69.89 20.9-133.25-.02 0-22.53-45.08-88.02-17.97z",
49
+ opacity: 0.2,
50
+ fill: "var(--zd_emptysvg_primary_fill)"
51
+ }), /*#__PURE__*/React.createElement("ellipse", {
52
+ cx: 263.83,
53
+ cy: 122.29,
54
+ rx: 3.54,
55
+ ry: 3.51,
56
+ strokeMiterlimit: 10,
57
+ stroke: "var(--zd_emptysvg_medium_circle)",
58
+ fill: "none"
59
+ }), /*#__PURE__*/React.createElement("ellipse", {
60
+ cx: 269.1,
61
+ cy: 423.25,
62
+ rx: 3.54,
63
+ ry: 3.51,
64
+ fill: "var(--zd_emptysvg_medium_circle)"
65
+ }), /*#__PURE__*/React.createElement("ellipse", {
66
+ cx: 74.67,
67
+ cy: 273.28,
68
+ rx: 3.31,
69
+ ry: 3.28,
70
+ stroke: "var(--zd_emptysvg_tiny_circle)",
71
+ strokeMiterlimit: 10,
72
+ fill: "none"
73
+ }), /*#__PURE__*/React.createElement("ellipse", {
74
+ cx: 448.76,
75
+ cy: 278.55,
76
+ rx: 3.31,
77
+ ry: 3.28,
78
+ fill: "var(--zd_emptysvg_tiny_circle)"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ className: "ErrorUrlNotFound_svg__cls-8",
81
+ d: "M126.16 163.01l-.35 6.17M122.87 165.92l6.23.35"
82
+ }), /*#__PURE__*/React.createElement("ellipse", {
83
+ cx: 406.93,
84
+ cy: 380.42,
85
+ rx: 2.46,
86
+ ry: 2.44,
87
+ stroke: "var(--zd_emptysvg_small_circle)",
88
+ strokeLinecap: "round",
89
+ strokeLinejoin: "round",
90
+ fill: "none"
91
+ }), /*#__PURE__*/React.createElement("path", {
92
+ className: "ErrorUrlNotFound_svg__cls-10",
93
+ d: "M405.99 118.56l4.16 4.61M405.75 122.93l4.65-4.12"
94
+ }));
95
+ }
96
+
97
+ }
98
+ UrlNotFound.propTypes = ErrorStateProps;
99
+ UrlNotFound.defaultProps = { ...ErrorStateDefaultProps,
100
+ dataId: 'urlnotfound'
101
+ };
102
+
103
+ if (false) {
104
+ UrlNotFound.docs = {
105
+ componentGroup: 'Emptystate'
106
+ };
107
+ }
@@ -0,0 +1,106 @@
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
+
3
+ import React from 'react';
4
+ import { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class WillBeRightBack extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 695.38 500",
11
+ name: "WillBeRightBack"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorWillBeRightBack_svg__cls-1,.ErrorWillBeRightBack_svg__cls-2{fill:var(--zd_emptysvg_primary_fill)}.ErrorWillBeRightBack_svg__cls-1{opacity:.05}.ErrorWillBeRightBack_svg__cls-2{opacity:.2}.ErrorWillBeRightBack_svg__cls-10,.ErrorWillBeRightBack_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorWillBeRightBack_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorWillBeRightBack_svg__cls-8{stroke:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
13
+ className: "ErrorWillBeRightBack_svg__cls-1",
14
+ d: "M138.24 163.53S172 108.75 193 152.58s32.87 82.16 94 33.77 86.73-55.69 109.55-25.56 44.28 286.67-178.94 233.72c.05 0-176.61-66.65-79.37-230.98z"
15
+ }), /*#__PURE__*/React.createElement("circle", {
16
+ className: "ErrorWillBeRightBack_svg__cls-1",
17
+ cx: 95.22,
18
+ cy: 371.55,
19
+ r: 25.39
20
+ }), /*#__PURE__*/React.createElement("circle", {
21
+ className: "ErrorWillBeRightBack_svg__cls-1",
22
+ cx: 78.54,
23
+ cy: 128,
24
+ r: 25.39
25
+ }), /*#__PURE__*/React.createElement("circle", {
26
+ className: "ErrorWillBeRightBack_svg__cls-1",
27
+ cx: 296,
28
+ cy: 80.64,
29
+ r: 12.74
30
+ }), /*#__PURE__*/React.createElement("circle", {
31
+ className: "ErrorWillBeRightBack_svg__cls-1",
32
+ cx: 144.49,
33
+ cy: 416.85,
34
+ r: 12.74
35
+ }), /*#__PURE__*/React.createElement("circle", {
36
+ className: "ErrorWillBeRightBack_svg__cls-1",
37
+ cx: 378.78,
38
+ cy: 404.83,
39
+ r: 12.74
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ className: "ErrorWillBeRightBack_svg__cls-2",
42
+ d: "M197.65 260.2s-37.79 13.9-26.82 41.53 35.49 2.54 38.75 54 31.65 15.7 31.65 15.7 10.64-19.9 13-20.31 11.67-25 11.22-32.18 19.17 3.75 26.77-12.33 9.16-17.33 7.1-31.18c-3.93-26.43-54.27-38.22-101.67-15.23zM514.22 175.75s20.76-5.5 39.38 4.1l71.4-23.68zM563.61 183.49s24.11 3.37 35.52 18.67l30.51-46z"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M197.52 185.74s-94.89 36.5-76.24 144.37 156.79 96.51 190.24 61.54c0 0 36.18-27.27 40.1-95.61h0c0-41.67-50.39-112.71-109.2-115.31a35.36 35.36 0 00-20.37 5c-7 4.39-13.45 12.08-6.06 24.33 13.14 21.78 31.17-5.26 30.42-9.39-.68-3.73-12.1-7.16-24 14.42a13.31 13.31 0 01-14 6.59c-4.57-.82-9.39-2.18-11.45-4.41-4.41-4.8-16.32 4.61-7.87 10.75s10.95 6.72 6.34 11.14-18 13.44-9.22 17.47 66.44 18.44 76.23 1.54-81.78-10.97-92.15 30.83c0 0-7.29 20.07 20.93 27.17s8.64 72.2 34.95 68c0 0 12.29-2.88 19.39-21.32 4.18-10.82 14.62-16.32 20.85-17.78a5.87 5.87 0 017.19 6.64c-.85 5.12-5.06 13-10.56 16.33-10 5.95-10.23-15.56-5.69-22.85s15.82-33.94 0-46.45-18-5.79-17.93-3.29c.19 8.84 23.62 29.57 38.21 23.43s21.32-22.08 19.2-29-18.05-14.21-20.93-9 11 12.86 26.89 9.22c14.34-3.29 30.86-1.13 32.34 15.44a19.31 19.31 0 0022.05 17.11c12.4-1.83 31.36-11.52 60-39.05h0s11.21-5.87 19.05-39.19 77.44-.66 108.15-23.85 75.34-57.78 75.34-57.78l-56.11 20.79s25.28 3.19 35.52 18.67l30.51-46L558.38 183l-3 20.26-1.82-23.45s-14.53-8.56-39.38-4.1L625 156.17l-77.77 27.55s16.92 22.63-8 34.15-75-30.34-100.53-22.46-27.81 29.21-27.81 29.21",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round",
47
+ stroke: "var(--zd_emptysvg_primary_stroke)",
48
+ strokeWidth: 1.5,
49
+ fill: "none"
50
+ }), /*#__PURE__*/React.createElement("ellipse", {
51
+ cx: 253.18,
52
+ cy: 132.09,
53
+ rx: 3.54,
54
+ ry: 3.51,
55
+ strokeMiterlimit: 10,
56
+ stroke: "var(--zd_emptysvg_medium_circle)",
57
+ fill: "none"
58
+ }), /*#__PURE__*/React.createElement("ellipse", {
59
+ cx: 258.45,
60
+ cy: 433.05,
61
+ rx: 3.54,
62
+ ry: 3.51,
63
+ fill: "var(--zd_emptysvg_medium_circle)"
64
+ }), /*#__PURE__*/React.createElement("ellipse", {
65
+ cx: 64.02,
66
+ cy: 283.08,
67
+ rx: 3.31,
68
+ ry: 3.28,
69
+ stroke: "var(--zd_emptysvg_tiny_circle)",
70
+ strokeMiterlimit: 10,
71
+ fill: "none"
72
+ }), /*#__PURE__*/React.createElement("ellipse", {
73
+ cx: 438.12,
74
+ cy: 288.35,
75
+ rx: 3.31,
76
+ ry: 3.28,
77
+ fill: "var(--zd_emptysvg_tiny_circle)"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ className: "ErrorWillBeRightBack_svg__cls-8",
80
+ d: "M115.52 172.8l-.36 6.18M112.23 175.72l6.22.34"
81
+ }), /*#__PURE__*/React.createElement("ellipse", {
82
+ cx: 396.28,
83
+ cy: 390.22,
84
+ rx: 2.46,
85
+ ry: 2.44,
86
+ stroke: "var(--zd_emptysvg_small_circle)",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ fill: "none"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ className: "ErrorWillBeRightBack_svg__cls-10",
92
+ d: "M395.35 128.36l4.15 4.61M395.1 132.72l4.65-4.12"
93
+ }));
94
+ }
95
+
96
+ }
97
+ WillBeRightBack.propTypes = ErrorStateProps;
98
+ WillBeRightBack.defaultProps = { ...ErrorStateDefaultProps,
99
+ dataId: 'willberightback'
100
+ };
101
+
102
+ if (false) {
103
+ WillBeRightBack.docs = {
104
+ componentGroup: 'Emptystate'
105
+ };
106
+ }
package/es/index.js CHANGED
@@ -1,7 +1,12 @@
1
1
  export { default as React } from 'react';
2
2
  export { default as ReactDOM } from 'react-dom';
3
3
  export { renderToStaticMarkup } from 'react-dom/server';
4
- import '@zohodesk/variables/lib/sizeVariables.module.css';
5
-
6
- export { default as SVG } from './svg/SVG';
7
- export { default as SVG__default } from './svg/docs/SVG__default.docs';
4
+ import '@zohodesk/variables/assets/sizeVariables.module.css';
5
+ export { default as _provider } from './Provider';
6
+ export { default as Emptystate__version1 } from './docs/Emptystate__version1.docs';
7
+ export { default as Emptystate__version2 } from './docs/Emptystate__version2.docs';
8
+ export { default as Emptystate__version3 } from './docs/Emptystate__version3.docs';
9
+ export { default as Errorstate__version1 } from './docs/Errorstate__version1.docs';
10
+ export { default as Errorstate__version2 } from './docs/Errorstate__version2.docs';
11
+ export { default as Errorstate__version3 } from './docs/Errorstate__version3.docs';
12
+ export { default as Svg__common } from './docs/SVG__common.docs';
File without changes
File without changes
@@ -0,0 +1,85 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.1.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:0.35;fill:#E5E5E5;enable-background:new ;}
7
+ .st1{opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;}
8
+ .st2{opacity:0.7;}
9
+ .st3{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;}
10
+ .st4{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;}
11
+ .st5{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;}
12
+ .st6{opacity:0.5;fill:#DCF6FF;enable-background:new ;}
13
+ .st7{opacity:0.2;enable-background:new ;}
14
+ .st8{fill:#FFFFFF;}
15
+ .st9{fill:#BBEAFF;}
16
+ .st10{fill:none;stroke:#5A5C5D;stroke-miterlimit:10;}
17
+ .st11{fill:#5A5C5D;}
18
+ .st12{opacity:5.000000e-02;enable-background:new ;}
19
+ .st13{fill:#EB4A62;}
20
+ </style>
21
+ <g id="Layer_2_1_">
22
+ <g id="Layer_1-2">
23
+ <path class="st0" d="M288.2,78.1h-75.1c-1.5,0-2.9-1-3.4-2.4c-0.2-0.5-0.3-1-0.3-1.5c-0.1-2,1.4-3.7,3.4-3.7c0.1,0,0.1,0,0.2,0
24
+ h41.3c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H137.1c-1.8,0-3.3-1.3-3.6-3.1c-0.1-0.8,0-1.7,0.2-2.5
25
+ c0.5-1.5,1.9-2.6,3.5-2.5h38.5c5.3,0,9.6-4.3,9.6-9.6v0l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6l0,0
26
+ C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h57.3c1.8,0,3.3,1.3,3.6,3c0.1,0.6,0.1,1.3,0.1,1.9c-0.2,1.8-1.8,3.2-3.6,3.2H34.7
27
+ c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6H143c2,0,3.6,1.6,3.6,3.6c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,1.1
28
+ c-0.3,1.7-1.8,2.9-3.5,2.9H63c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h69.2c2,0,3.6,1.5,3.6,3.5v0.1
29
+ c-0.1,2-1.7,3.5-3.6,3.5h-29.5c-5.1-0.1-9.5,3.8-9.9,8.9c-0.4,5.3,3.7,9.9,8.9,10.2c0.2,0,0.4,0,0.6,0h114.2
30
+ c5.2,0.1,9.5-3.9,9.9-9c0.3-5.3-3.7-9.9-9-10.2c-0.2,0-0.4,0-0.6,0h-14.6c-2,0-3.6-1.5-3.6-3.5v-0.1c0.1-1.9,1.7-3.5,3.6-3.4h86.1
31
+ c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0C297.9,82.3,293.5,78,288.2,78.1z"/>
32
+ <polygon class="st1" points="76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1
33
+ "/>
34
+ <g class="st2">
35
+ <circle class="st3" cx="66.6" cy="22.8" r="4.3"/>
36
+ </g>
37
+ <g class="st2">
38
+ <circle class="st4" cx="192.3" cy="117.8" r="4.3"/>
39
+ </g>
40
+ <polygon class="st1" points="139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4
41
+ 138.3,15.6 "/>
42
+ <polygon class="st1" points="215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7
43
+ 214.2,0.9 "/>
44
+ <g class="st2">
45
+ <circle class="st5" cx="260.9" cy="54.3" r="8"/>
46
+ </g>
47
+ <circle class="st6" cx="140.3" cy="72.2" r="45.1"/>
48
+ <path class="st7" d="M182.2,64.4L168,57.2c1.1-10.5-0.9-19.3-5.5-24.6c10.5,7.1,17.4,18.3,19.2,30.8c0,0.3,0.3,0.3,0.4,0.3
49
+ s0.3-0.3,0.3-0.4C178.9,38.4,155.9,21,131,24.5c-5.8,0.8-11.4,2.7-16.5,5.7c-0.1,0-0.1,0.1-0.1,0.1c-7.6,4.4-13.7,10.9-17.6,18.7
50
+ c-3.9,7.8-5.5,16.5-4.6,25.2v0.3c2.4,23.1,21.9,40.6,45.1,40.6h0.4c0.2,0,0.4-0.2,0.4-0.4s-0.2-0.4-0.4-0.4l0,0
51
+ c-5.2,0.1-10.4-0.8-15.3-2.6c0.6,0.1,1.1,0.2,1.7,0.2c2.2,0,4.3-0.3,6.3-1c0.1-0.1,0.3-0.3,0.3-0.4s-0.3-0.3-0.4-0.3
52
+ c-4.8,1.4-9.1,1.3-12.7-0.4l8.9-17.7l1,0.4c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3,0-0.4
53
+ c0,0-0.1,0-0.1,0l-1-0.4l4.9-9.5c0.1-0.1,0.1-0.3-0.1-0.4c0,0,0,0-0.1,0c-0.1-0.1-0.4,0-0.4,0.1l-4.9,9.5l-18.6-9.5
54
+ c1-8,3.5-15.7,7.2-22.9l16,8.1c0.1,0,0.1,0.1,0.1,0.1c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-16-8.1
55
+ c3.6-7.2,8.4-13.8,14.3-19.5l18.6,9.3l-3,5.9c-0.1,0.1-0.1,0.3,0.1,0.4c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.1
56
+ c0.2,0,0.3-0.1,0.3-0.3l3-5.9l18.6,9.4c-0.3,1.9-0.6,3.7-1,5.8c-0.1,0.3,0.1,0.4,0.3,0.4c0.3,0.2,0.4-0.1,0.4-0.3
57
+ c0.4-1.9,0.7-3.8,1-5.5l14,7.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3C182.5,64.7,182.4,64.4,182.2,64.4z
58
+ M93,75l13.8,6.9c-0.3,2.6-0.4,5.3-0.3,7.9c0.3,7.1,2.3,12.8,5.8,16.7C101.6,99.3,94.6,87.8,93,75z M125.8,91.7l-9.1,17.6
59
+ c-5.8-3.2-9.2-9.9-9.7-19.4c-0.1-2.6,0-5.1,0.3-7.6L125.8,91.7z M106.8,81.3l-14-7.1c-0.8-8.4,0.7-16.8,4.4-24.4l16.7,8.5
60
+ C110.4,65.6,108,73.4,106.8,81.3L106.8,81.3z M114.5,57.7l-16.7-8.5c3.9-7.5,9.8-13.7,17-18l4.9,2.5c0.1,0,0.1,0.1,0.1,0.1
61
+ c0.2,0,0.3-0.1,0.3-0.3c0.1-0.2,0-0.4-0.1-0.4l-4.5-2.3c11.2-6.4,24.6-7.5,36.7-3.2c-5.1-0.4-10.8,1.3-16.7,5.3
62
+ c-2.2,1.5-4.2,3.1-6.2,4.9l-3.3-1.6c-0.2-0.1-0.4,0-0.4,0.1c-0.1,0.2,0,0.4,0.1,0.4l2.9,1.6C122.8,44,118.1,50.5,114.5,57.7
63
+ L114.5,57.7z M130,38.1c1.8-1.7,3.8-3.3,6-4.6c7.9-5.3,15.4-6.5,21.3-3.8l-8.9,17.6L130,38.1z M149,47.6l9-17.6
64
+ c7.2,3.9,10.8,14.1,9.4,26.9L149,47.6z"/>
65
+ <path class="st7" d="M143.8,57.1c-0.1-0.1-0.3-0.1-0.4,0c0,0,0,0.1-0.1,0.1l-3,5.9c-0.1,0.2,0,0.4,0.1,0.4c0.1,0,0.1,0.1,0.1,0.1
66
+ c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3l3-5.9C144,57.5,143.9,57.2,143.8,57.1z"/>
67
+ <rect x="134.2" y="74.7" class="st8" width="62.5" height="38.3"/>
68
+ <rect x="134.5" y="65.3" class="st9" width="62.2" height="8.4"/>
69
+ <polyline class="st10" points="195.5,106.1 195.5,65.8 132.5,65.8 132.5,114.7 195.5,114.7 195.5,112.1 "/>
70
+ <line class="st10" x1="132.5" y1="74.7" x2="195.5" y2="74.7"/>
71
+ <circle class="st11" cx="137.8" cy="70.4" r="1.1"/>
72
+ <circle class="st11" cx="141.9" cy="70.4" r="1.1"/>
73
+ <path class="st12" d="M134.5,75.3L134.5,75.3V77l0.9-1.7L134.5,75.3z M134.1,108.8v0.9c4.4-2,8.5-4.8,12-8.2l9.6,4.9
74
+ c0.1,0,0.1,0.1,0.1,0.2c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-9.4-4.8c5.7-5.6,10.4-12.1,14-19.2
75
+ l16.7,8.4c-5.8,11.3-16.1,19.5-28.4,22.8h2.6c11.5-3.8,21-12,26.5-22.8c2.4-4.7,4-9.9,4.6-15.1l-0.6,0.2l0,0
76
+ c-0.6,5-2.1,9.9-4.3,14.4L161,81.2c1-1.9,1.9-3.9,2.6-5.9h-0.9c-0.9,1.9-1.6,3.7-2.6,5.6l-10.9-5.6h-1.7l12.4,6.2
77
+ c-3.6,7.1-8.3,13.5-14,19l-11.7-5.9v0.9l11.2,5.6 M134.5,75.2L134.5,75.2V77l0.9-1.7L134.5,75.2z M134.5,75.2L134.5,75.2V77
78
+ l0.9-1.7L134.5,75.2z"/>
79
+ <path class="st13" d="M154.1,98.8l7.8-13.5c0.7-1.1,2.1-1.5,3.2-0.9c0.4,0.2,0.7,0.5,0.9,0.9l7.8,13.5c0.7,1.1,0.3,2.6-0.9,3.2
80
+ c-0.3,0.2-0.7,0.3-1.1,0.3h-15.6c-1.3,0-2.4-1-2.4-2.3C153.8,99.6,153.9,99.2,154.1,98.8z"/>
81
+ <path class="st8" d="M163.2,99.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9S163.2,100.1,163.2,99.6z M165,91
82
+ c0,0.6-0.2,2-0.4,4l-0.2,2.1h-0.5l-0.2-2.1c-0.2-2.1-0.4-3.5-0.4-4s0.3-0.9,0.8-0.9S165,90.4,165,91z"/>
83
+ </g>
84
+ </g>
85
+ </svg>