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

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 (581) hide show
  1. package/README.md +174 -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 +184 -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/EmptyPreference.js +81 -0
  93. package/es/emptystate/version3/EmptyProducts.js +64 -0
  94. package/es/emptystate/version3/EmptyReply.js +56 -0
  95. package/es/emptystate/version3/EmptyReports.js +67 -0
  96. package/es/emptystate/version3/EmptySandbox.js +72 -0
  97. package/es/emptystate/version3/EmptySchedule.js +103 -0
  98. package/es/emptystate/version3/EmptySearch.js +71 -0
  99. package/es/emptystate/version3/EmptySkills.js +109 -0
  100. package/es/emptystate/version3/EmptySla.js +56 -0
  101. package/es/emptystate/version3/EmptySnippet.js +71 -0
  102. package/es/emptystate/version3/EmptyTag.js +64 -0
  103. package/es/emptystate/version3/EmptyTask.js +77 -0
  104. package/es/emptystate/version3/EmptyTeams.js +61 -0
  105. package/es/emptystate/version3/EmptyTelegram.js +75 -0
  106. package/es/emptystate/version3/EmptyTemplate.js +73 -0
  107. package/es/emptystate/version3/EmptyTicket.js +64 -0
  108. package/es/emptystate/version3/EmptyTimeEntry.js +67 -0
  109. package/es/emptystate/version3/EmptyTimeline.js +61 -0
  110. package/es/emptystate/version3/EmptyTopic.js +67 -0
  111. package/es/emptystate/version3/EmptyTwilio.js +75 -0
  112. package/es/emptystate/version3/EmptyWechat.js +75 -0
  113. package/es/emptystate/version3/EmptyWhatsapp.js +75 -0
  114. package/es/emptystate/version3/Export.js +56 -0
  115. package/es/emptystate/version3/Extensions.js +62 -0
  116. package/es/emptystate/version3/Extractor.js +55 -0
  117. package/es/emptystate/version3/GCBot.js +53 -0
  118. package/es/emptystate/version3/GCConversation.js +55 -0
  119. package/es/emptystate/version3/Import.js +71 -0
  120. package/es/emptystate/version3/KBBot.js +68 -0
  121. package/es/emptystate/version3/Multilingual.js +61 -0
  122. package/es/emptystate/version3/NetworkError.js +64 -0
  123. package/es/emptystate/version3/Predictor.js +62 -0
  124. package/es/emptystate/version3/ReadRecipients.js +60 -0
  125. package/es/emptystate/version3/SupportPlan.js +77 -0
  126. package/es/emptystate/version3/Variable.js +59 -0
  127. package/es/emptystate/version3/ZiaAnamoly.js +56 -0
  128. package/es/errorstate/props/defaultProps.js +8 -0
  129. package/es/errorstate/props/propTypes.js +9 -0
  130. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  131. package/es/errorstate/version1/NoRequestFound.js +34 -0
  132. package/es/errorstate/version1/PageNotFound.js +35 -0
  133. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  134. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  135. package/es/errorstate/version1/UrlNotFound.js +35 -0
  136. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  137. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +36 -0
  138. package/es/errorstate/version2/EmptyWillBeRightBack.js +31 -0
  139. package/es/errorstate/version2/NotImpossible.js +70 -0
  140. package/es/errorstate/version3/ErrorInconvenience.js +106 -0
  141. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +107 -0
  142. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +107 -0
  143. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +114 -0
  144. package/es/errorstate/version3/ErrorUrlNotFound.js +107 -0
  145. package/es/errorstate/version3/ErrorWillBeRightBack.js +106 -0
  146. package/es/index.js +9 -4
  147. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  148. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  149. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  150. package/images/EmptyCustomDomain.svg +85 -0
  151. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  152. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  153. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  154. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  155. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  156. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  157. package/images/EmptySkills.svg +83 -0
  158. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  159. package/{es/svg/images → images}/FailureLog.svg +0 -0
  160. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  161. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  162. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  163. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  164. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  165. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  166. package/{es/svg/images → images}/WillBack.svg +0 -0
  167. package/lib/Loader/Loader.js +117 -0
  168. package/lib/Loader/props/defaultProps.js +10 -0
  169. package/lib/Loader/props/propTypes.js +15 -0
  170. package/lib/Provider.js +139 -0
  171. package/lib/SVG/SVG.js +107 -0
  172. package/lib/{svg → SVG}/SVG.module.css +2 -3
  173. package/lib/SVG/SvgLoader.js +66 -0
  174. package/lib/SVG/props/defaultProps.js +18 -0
  175. package/lib/SVG/props/propTypes.js +26 -0
  176. package/lib/css/EmptyStateVariables.module.css +39 -0
  177. package/lib/docs/Emptystate__version1.docs.js +79 -0
  178. package/lib/docs/Emptystate__version2.docs.js +103 -0
  179. package/lib/docs/Emptystate__version3.docs.js +310 -0
  180. package/lib/docs/Errorstate__version1.docs.js +97 -0
  181. package/lib/docs/Errorstate__version2.docs.js +85 -0
  182. package/lib/docs/Errorstate__version3.docs.js +94 -0
  183. package/lib/docs/SVG__common.docs.js +79 -0
  184. package/lib/docs/SVGdocstyle.module.css +53 -0
  185. package/lib/emptystate/props/defaultProps.js +15 -0
  186. package/lib/emptystate/props/propTypes.js +20 -0
  187. package/lib/emptystate/version1/EmptyCustomDomain.js +88 -0
  188. package/lib/emptystate/version2/EmptyBusinessHoliday.js +88 -0
  189. package/lib/emptystate/version2/EmptyBusinessHour.js +88 -0
  190. package/lib/emptystate/version2/EmptyFromAddress.js +88 -0
  191. package/lib/emptystate/version2/EmptyImportHistory.js +88 -0
  192. package/lib/emptystate/version2/EmptyNetwork.js +88 -0
  193. package/lib/emptystate/version2/EmptyRecycleBin.js +88 -0
  194. package/lib/emptystate/version2/EmptyRoles.js +88 -0
  195. package/lib/emptystate/version2/EmptyWebhook.js +88 -0
  196. package/lib/emptystate/version2/FailureLog.js +88 -0
  197. package/lib/emptystate/version3/AuditLog.js +137 -0
  198. package/lib/emptystate/version3/CustomModule.js +116 -0
  199. package/lib/emptystate/version3/EmptyAccounts.js +147 -0
  200. package/lib/emptystate/version3/EmptyActiveCalls.js +118 -0
  201. package/lib/emptystate/version3/EmptyActivity.js +118 -0
  202. package/lib/emptystate/version3/EmptyAgent.js +118 -0
  203. package/lib/emptystate/version3/EmptyAgentQueue.js +124 -0
  204. package/lib/emptystate/version3/EmptyApplechat.js +131 -0
  205. package/lib/emptystate/version3/EmptyApproval.js +124 -0
  206. package/lib/emptystate/version3/EmptyArchived.js +126 -0
  207. package/lib/emptystate/version3/EmptyArticle.js +132 -0
  208. package/lib/emptystate/version3/EmptyAsapchat.js +126 -0
  209. package/lib/emptystate/version3/EmptyAttach.js +118 -0
  210. package/lib/emptystate/version3/EmptyBlueprint.js +133 -0
  211. package/lib/emptystate/version3/EmptyCallHistory.js +120 -0
  212. package/lib/emptystate/version3/EmptyCanned.js +136 -0
  213. package/lib/emptystate/version3/EmptyChat.js +136 -0
  214. package/lib/emptystate/version3/EmptyCollision.js +118 -0
  215. package/lib/emptystate/version3/EmptyColumn.js +124 -0
  216. package/lib/emptystate/version3/EmptyContact.js +118 -0
  217. package/lib/emptystate/version3/EmptyContract.js +114 -0
  218. package/lib/emptystate/version3/EmptyConversation.js +118 -0
  219. package/lib/emptystate/version3/EmptyCrm.js +118 -0
  220. package/lib/emptystate/version3/EmptyCrmNotes.js +129 -0
  221. package/lib/emptystate/version3/EmptyCrmPotential.js +132 -0
  222. package/lib/emptystate/version3/EmptyDashboard.js +124 -0
  223. package/lib/emptystate/version3/EmptyDelete.js +109 -0
  224. package/lib/emptystate/version3/EmptyDepartment.js +118 -0
  225. package/lib/emptystate/version3/EmptyError.js +141 -0
  226. package/lib/emptystate/version3/EmptyFeed.js +121 -0
  227. package/lib/emptystate/version3/EmptyFollowers.js +119 -0
  228. package/lib/emptystate/version3/EmptyFrame.js +117 -0
  229. package/lib/emptystate/version3/EmptyHappiness.js +118 -0
  230. package/lib/emptystate/version3/EmptyHistory.js +118 -0
  231. package/lib/emptystate/version3/EmptyInstagram.js +132 -0
  232. package/lib/emptystate/version3/EmptyInstantmessage.js +134 -0
  233. package/lib/emptystate/version3/EmptyInvoice.js +123 -0
  234. package/lib/emptystate/version3/EmptyLine.js +132 -0
  235. package/lib/emptystate/version3/EmptyMessenger.js +119 -0
  236. package/lib/emptystate/version3/EmptyNoData.js +137 -0
  237. package/lib/emptystate/version3/EmptyNotification.js +118 -0
  238. package/lib/emptystate/version3/EmptyPreference.js +138 -0
  239. package/lib/emptystate/version3/EmptyProducts.js +121 -0
  240. package/lib/emptystate/version3/EmptyReply.js +113 -0
  241. package/lib/emptystate/version3/EmptyReports.js +124 -0
  242. package/lib/emptystate/version3/EmptySandbox.js +129 -0
  243. package/lib/emptystate/version3/EmptySchedule.js +160 -0
  244. package/lib/emptystate/version3/EmptySearch.js +128 -0
  245. package/lib/emptystate/version3/EmptySkills.js +166 -0
  246. package/lib/emptystate/version3/EmptySla.js +113 -0
  247. package/lib/emptystate/version3/EmptySnippet.js +128 -0
  248. package/lib/emptystate/version3/EmptyTag.js +121 -0
  249. package/lib/emptystate/version3/EmptyTask.js +134 -0
  250. package/lib/emptystate/version3/EmptyTeams.js +118 -0
  251. package/lib/emptystate/version3/EmptyTelegram.js +132 -0
  252. package/lib/emptystate/version3/EmptyTemplate.js +130 -0
  253. package/lib/emptystate/version3/EmptyTicket.js +121 -0
  254. package/lib/emptystate/version3/EmptyTimeEntry.js +124 -0
  255. package/lib/emptystate/version3/EmptyTimeline.js +118 -0
  256. package/lib/emptystate/version3/EmptyTopic.js +124 -0
  257. package/lib/emptystate/version3/EmptyTwilio.js +132 -0
  258. package/lib/emptystate/version3/EmptyWechat.js +132 -0
  259. package/lib/emptystate/version3/EmptyWhatsapp.js +132 -0
  260. package/lib/emptystate/version3/Export.js +113 -0
  261. package/lib/emptystate/version3/Extensions.js +119 -0
  262. package/lib/emptystate/version3/Extractor.js +112 -0
  263. package/lib/emptystate/version3/GCBot.js +110 -0
  264. package/lib/emptystate/version3/GCConversation.js +112 -0
  265. package/lib/emptystate/version3/Import.js +128 -0
  266. package/lib/emptystate/version3/KBBot.js +125 -0
  267. package/lib/emptystate/version3/Multilingual.js +118 -0
  268. package/lib/emptystate/version3/NetworkError.js +121 -0
  269. package/lib/emptystate/version3/Predictor.js +119 -0
  270. package/lib/emptystate/version3/ReadRecipients.js +117 -0
  271. package/lib/emptystate/version3/SupportPlan.js +134 -0
  272. package/lib/emptystate/version3/Variable.js +116 -0
  273. package/lib/emptystate/version3/ZiaAnamoly.js +113 -0
  274. package/lib/errorstate/props/defaultProps.js +15 -0
  275. package/lib/errorstate/props/propTypes.js +20 -0
  276. package/lib/errorstate/version1/EmptyInconvenience.js +90 -0
  277. package/lib/errorstate/version1/NoRequestFound.js +90 -0
  278. package/lib/errorstate/version1/PageNotFound.js +91 -0
  279. package/lib/errorstate/version1/UnableToProcessRequest.js +91 -0
  280. package/lib/errorstate/version1/UnauthorizedLogin.js +91 -0
  281. package/lib/errorstate/version1/UrlNotFound.js +91 -0
  282. package/lib/errorstate/version1/WillBeRightBack.js +91 -0
  283. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +93 -0
  284. package/lib/errorstate/version2/EmptyWillBeRightBack.js +88 -0
  285. package/lib/errorstate/version2/NotImpossible.js +127 -0
  286. package/lib/errorstate/version3/ErrorInconvenience.js +163 -0
  287. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +164 -0
  288. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +164 -0
  289. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +171 -0
  290. package/lib/errorstate/version3/ErrorUrlNotFound.js +164 -0
  291. package/lib/errorstate/version3/ErrorWillBeRightBack.js +163 -0
  292. package/lib/index.js +71 -29
  293. package/package.json +29 -15
  294. package/.DS_Store +0 -0
  295. package/es/svg/EmptyAccounts.js +0 -57
  296. package/es/svg/EmptyActiveCalls.js +0 -64
  297. package/es/svg/EmptyActivity.js +0 -59
  298. package/es/svg/EmptyAgent.js +0 -56
  299. package/es/svg/EmptyArchived.js +0 -55
  300. package/es/svg/EmptyAttach.js +0 -56
  301. package/es/svg/EmptyBlueprint.js +0 -56
  302. package/es/svg/EmptyBusinessHoliday.js +0 -56
  303. package/es/svg/EmptyBusinessHour.js +0 -56
  304. package/es/svg/EmptyCallHistory.js +0 -64
  305. package/es/svg/EmptyCloud.js +0 -55
  306. package/es/svg/EmptyCloudDanger.js +0 -131
  307. package/es/svg/EmptyContact.js +0 -57
  308. package/es/svg/EmptyConversation.js +0 -56
  309. package/es/svg/EmptyDashboard.js +0 -56
  310. package/es/svg/EmptyEdition.js +0 -56
  311. package/es/svg/EmptyFromAddress.js +0 -56
  312. package/es/svg/EmptyHappiness.js +0 -56
  313. package/es/svg/EmptyHistory.js +0 -63
  314. package/es/svg/EmptyImportHistory.js +0 -56
  315. package/es/svg/EmptyInvoice.js +0 -56
  316. package/es/svg/EmptyNetwork.js +0 -56
  317. package/es/svg/EmptyNotification.js +0 -56
  318. package/es/svg/EmptyProducts.js +0 -56
  319. package/es/svg/EmptyRecycleBin.js +0 -56
  320. package/es/svg/EmptyReports.js +0 -56
  321. package/es/svg/EmptyRoles.js +0 -56
  322. package/es/svg/EmptySearch.js +0 -56
  323. package/es/svg/EmptySkills.js +0 -62
  324. package/es/svg/EmptySnippet.js +0 -62
  325. package/es/svg/EmptyTag.js +0 -56
  326. package/es/svg/EmptyTask.js +0 -56
  327. package/es/svg/EmptyTeams.js +0 -56
  328. package/es/svg/EmptyTemplate.js +0 -57
  329. package/es/svg/EmptyTicket.js +0 -56
  330. package/es/svg/EmptyTimeEntry.js +0 -56
  331. package/es/svg/EmptyTopic.js +0 -56
  332. package/es/svg/EmptyWebhook.js +0 -56
  333. package/es/svg/FailureLog.js +0 -56
  334. package/es/svg/Inconvenience.js +0 -65
  335. package/es/svg/InvalidUrl.js +0 -780
  336. package/es/svg/Loader.js +0 -49
  337. package/es/svg/NoRequestFound.js +0 -65
  338. package/es/svg/PageNotFound.js +0 -65
  339. package/es/svg/SVG.js +0 -102
  340. package/es/svg/SitBack.js +0 -54
  341. package/es/svg/UnableToProcessRequest.js +0 -65
  342. package/es/svg/UnauthorizedLogin.js +0 -65
  343. package/es/svg/UrlNotFound.js +0 -65
  344. package/es/svg/WillBeRightBack.js +0 -65
  345. package/es/svg/docs/SVG__default.docs.js +0 -605
  346. package/es/svg/images/EmptyAccounts.svg +0 -55
  347. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  348. package/es/svg/images/EmptyActivity.svg +0 -85
  349. package/es/svg/images/EmptyAgent.svg +0 -52
  350. package/es/svg/images/EmptyArchived.svg +0 -38
  351. package/es/svg/images/EmptyAttach.svg +0 -39
  352. package/es/svg/images/EmptyBlueprint.svg +0 -78
  353. package/es/svg/images/EmptyCallHistory.svg +0 -46
  354. package/es/svg/images/EmptyCloud.svg +0 -38
  355. package/es/svg/images/EmptyContact.svg +0 -33
  356. package/es/svg/images/EmptyConversation.svg +0 -38
  357. package/es/svg/images/EmptyDashboard.svg +0 -42
  358. package/es/svg/images/EmptyEdition.svg +0 -76
  359. package/es/svg/images/EmptyHappiness.svg +0 -58
  360. package/es/svg/images/EmptyHistory.svg +0 -44
  361. package/es/svg/images/EmptyInvoice.svg +0 -45
  362. package/es/svg/images/EmptyNotification.svg +0 -38
  363. package/es/svg/images/EmptyProducts.svg +0 -57
  364. package/es/svg/images/EmptyReports.svg +0 -39
  365. package/es/svg/images/EmptySearch.svg +0 -37
  366. package/es/svg/images/EmptySkills.svg +0 -75
  367. package/es/svg/images/EmptySnippet.svg +0 -46
  368. package/es/svg/images/EmptyTag.svg +0 -43
  369. package/es/svg/images/EmptyTask.svg +0 -42
  370. package/es/svg/images/EmptyTeams.svg +0 -39
  371. package/es/svg/images/EmptyTemplate.svg +0 -39
  372. package/es/svg/images/EmptyTicket.svg +0 -33
  373. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  374. package/es/svg/images/EmptyTopic.svg +0 -41
  375. package/es/svg/images/Loader.svg +0 -62
  376. package/es/svg/images/SitBack.svg +0 -464
  377. package/lib/svg/EmptyAccounts.js +0 -79
  378. package/lib/svg/EmptyActiveCalls.js +0 -86
  379. package/lib/svg/EmptyActivity.js +0 -81
  380. package/lib/svg/EmptyAgent.js +0 -78
  381. package/lib/svg/EmptyArchived.js +0 -77
  382. package/lib/svg/EmptyAttach.js +0 -78
  383. package/lib/svg/EmptyBlueprint.js +0 -78
  384. package/lib/svg/EmptyBusinessHoliday.js +0 -78
  385. package/lib/svg/EmptyBusinessHour.js +0 -78
  386. package/lib/svg/EmptyCallHistory.js +0 -86
  387. package/lib/svg/EmptyCloud.js +0 -77
  388. package/lib/svg/EmptyCloudDanger.js +0 -147
  389. package/lib/svg/EmptyContact.js +0 -79
  390. package/lib/svg/EmptyConversation.js +0 -78
  391. package/lib/svg/EmptyDashboard.js +0 -78
  392. package/lib/svg/EmptyEdition.js +0 -78
  393. package/lib/svg/EmptyFromAddress.js +0 -78
  394. package/lib/svg/EmptyHappiness.js +0 -78
  395. package/lib/svg/EmptyHistory.js +0 -85
  396. package/lib/svg/EmptyImportHistory.js +0 -78
  397. package/lib/svg/EmptyInvoice.js +0 -78
  398. package/lib/svg/EmptyNetwork.js +0 -78
  399. package/lib/svg/EmptyNotification.js +0 -78
  400. package/lib/svg/EmptyProducts.js +0 -78
  401. package/lib/svg/EmptyRecycleBin.js +0 -78
  402. package/lib/svg/EmptyReports.js +0 -78
  403. package/lib/svg/EmptyRoles.js +0 -78
  404. package/lib/svg/EmptySearch.js +0 -78
  405. package/lib/svg/EmptySkills.js +0 -84
  406. package/lib/svg/EmptySnippet.js +0 -84
  407. package/lib/svg/EmptyTag.js +0 -78
  408. package/lib/svg/EmptyTask.js +0 -78
  409. package/lib/svg/EmptyTeams.js +0 -78
  410. package/lib/svg/EmptyTemplate.js +0 -79
  411. package/lib/svg/EmptyTicket.js +0 -78
  412. package/lib/svg/EmptyTimeEntry.js +0 -78
  413. package/lib/svg/EmptyTopic.js +0 -78
  414. package/lib/svg/EmptyWebhook.js +0 -78
  415. package/lib/svg/FailureLog.js +0 -78
  416. package/lib/svg/Inconvenience.js +0 -87
  417. package/lib/svg/InvalidUrl.js +0 -799
  418. package/lib/svg/Loader.js +0 -71
  419. package/lib/svg/NoRequestFound.js +0 -87
  420. package/lib/svg/PageNotFound.js +0 -87
  421. package/lib/svg/SVG.js +0 -121
  422. package/lib/svg/SitBack.js +0 -76
  423. package/lib/svg/UnableToProcessRequest.js +0 -87
  424. package/lib/svg/UnauthorizedLogin.js +0 -87
  425. package/lib/svg/UrlNotFound.js +0 -87
  426. package/lib/svg/WillBeRightBack.js +0 -87
  427. package/lib/svg/docs/SVG__default.docs.js +0 -765
  428. package/lib/svg/images/EmptyAccounts.svg +0 -55
  429. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  430. package/lib/svg/images/EmptyActivity.svg +0 -85
  431. package/lib/svg/images/EmptyAgent.svg +0 -52
  432. package/lib/svg/images/EmptyArchived.svg +0 -38
  433. package/lib/svg/images/EmptyAttach.svg +0 -39
  434. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  435. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  436. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  437. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  438. package/lib/svg/images/EmptyCloud.svg +0 -38
  439. package/lib/svg/images/EmptyContact.svg +0 -33
  440. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  441. package/lib/svg/images/EmptyConversation.svg +0 -38
  442. package/lib/svg/images/EmptyDashboard.svg +0 -42
  443. package/lib/svg/images/EmptyEdition.svg +0 -76
  444. package/lib/svg/images/EmptyFilter.svg +0 -62
  445. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  446. package/lib/svg/images/EmptyHappiness.svg +0 -58
  447. package/lib/svg/images/EmptyHistory.svg +0 -44
  448. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  449. package/lib/svg/images/EmptyInvoice.svg +0 -45
  450. package/lib/svg/images/EmptyNetwork.svg +0 -50
  451. package/lib/svg/images/EmptyNotification.svg +0 -38
  452. package/lib/svg/images/EmptyProducts.svg +0 -57
  453. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  454. package/lib/svg/images/EmptyReports.svg +0 -39
  455. package/lib/svg/images/EmptyRoles.svg +0 -30
  456. package/lib/svg/images/EmptySearch.svg +0 -37
  457. package/lib/svg/images/EmptySkills.svg +0 -75
  458. package/lib/svg/images/EmptySnippet.svg +0 -46
  459. package/lib/svg/images/EmptyTag.svg +0 -43
  460. package/lib/svg/images/EmptyTask.svg +0 -42
  461. package/lib/svg/images/EmptyTeams.svg +0 -39
  462. package/lib/svg/images/EmptyTemplate.svg +0 -39
  463. package/lib/svg/images/EmptyTicket.svg +0 -33
  464. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  465. package/lib/svg/images/EmptyTopic.svg +0 -41
  466. package/lib/svg/images/EmptyWebhook.svg +0 -44
  467. package/lib/svg/images/FailureLog.svg +0 -46
  468. package/lib/svg/images/Inconvenience.svg +0 -719
  469. package/lib/svg/images/Loader.svg +0 -62
  470. package/lib/svg/images/NoRequestFound.svg +0 -247
  471. package/lib/svg/images/PageNotFound.svg +0 -405
  472. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  473. package/lib/svg/images/SitBack.svg +0 -464
  474. package/lib/svg/images/UnableToProcess.svg +0 -752
  475. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  476. package/lib/svg/images/WillBack.svg +0 -633
  477. package/src/.DS_Store +0 -0
  478. package/src/index.js +0 -7
  479. package/src/svg/.DS_Store +0 -0
  480. package/src/svg/EmptyAccounts.js +0 -30
  481. package/src/svg/EmptyActiveCalls.js +0 -36
  482. package/src/svg/EmptyActivity.js +0 -31
  483. package/src/svg/EmptyAgent.js +0 -29
  484. package/src/svg/EmptyArchived.js +0 -28
  485. package/src/svg/EmptyAttach.js +0 -29
  486. package/src/svg/EmptyBlueprint.js +0 -29
  487. package/src/svg/EmptyBusinessHoliday.js +0 -29
  488. package/src/svg/EmptyBusinessHour.js +0 -29
  489. package/src/svg/EmptyCallHistory.js +0 -36
  490. package/src/svg/EmptyCloud.js +0 -28
  491. package/src/svg/EmptyCloudDanger.js +0 -104
  492. package/src/svg/EmptyContact.js +0 -30
  493. package/src/svg/EmptyConversation.js +0 -29
  494. package/src/svg/EmptyDashboard.js +0 -29
  495. package/src/svg/EmptyEdition.js +0 -29
  496. package/src/svg/EmptyFromAddress.js +0 -29
  497. package/src/svg/EmptyHappiness.js +0 -29
  498. package/src/svg/EmptyHistory.js +0 -36
  499. package/src/svg/EmptyImportHistory.js +0 -29
  500. package/src/svg/EmptyInvoice.js +0 -29
  501. package/src/svg/EmptyNetwork.js +0 -29
  502. package/src/svg/EmptyNotification.js +0 -29
  503. package/src/svg/EmptyProducts.js +0 -29
  504. package/src/svg/EmptyRecycleBin.js +0 -29
  505. package/src/svg/EmptyReports.js +0 -29
  506. package/src/svg/EmptyRoles.js +0 -29
  507. package/src/svg/EmptySearch.js +0 -29
  508. package/src/svg/EmptySkills.js +0 -35
  509. package/src/svg/EmptySnippet.js +0 -35
  510. package/src/svg/EmptyTag.js +0 -29
  511. package/src/svg/EmptyTask.js +0 -29
  512. package/src/svg/EmptyTeams.js +0 -29
  513. package/src/svg/EmptyTemplate.js +0 -30
  514. package/src/svg/EmptyTicket.js +0 -29
  515. package/src/svg/EmptyTimeEntry.js +0 -29
  516. package/src/svg/EmptyTopic.js +0 -29
  517. package/src/svg/EmptyWebhook.js +0 -29
  518. package/src/svg/FailureLog.js +0 -29
  519. package/src/svg/Inconvenience.js +0 -38
  520. package/src/svg/InvalidUrl.js +0 -755
  521. package/src/svg/Loader.js +0 -25
  522. package/src/svg/NoRequestFound.js +0 -38
  523. package/src/svg/PageNotFound.js +0 -38
  524. package/src/svg/SVG.js +0 -88
  525. package/src/svg/SVG.module.css +0 -27
  526. package/src/svg/SitBack.js +0 -29
  527. package/src/svg/UnableToProcessRequest.js +0 -38
  528. package/src/svg/UnauthorizedLogin.js +0 -38
  529. package/src/svg/UrlNotFound.js +0 -38
  530. package/src/svg/WillBeRightBack.js +0 -38
  531. package/src/svg/docs/SVG__default.docs.js +0 -289
  532. package/src/svg/images/.DS_Store +0 -0
  533. package/src/svg/images/EmptyAccounts.svg +0 -55
  534. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  535. package/src/svg/images/EmptyActivity.svg +0 -85
  536. package/src/svg/images/EmptyAgent.svg +0 -52
  537. package/src/svg/images/EmptyArchived.svg +0 -38
  538. package/src/svg/images/EmptyAttach.svg +0 -39
  539. package/src/svg/images/EmptyBlueprint.svg +0 -78
  540. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  541. package/src/svg/images/EmptyBusinessHour.svg +0 -42
  542. package/src/svg/images/EmptyCallHistory.svg +0 -46
  543. package/src/svg/images/EmptyCloud.svg +0 -38
  544. package/src/svg/images/EmptyContact.svg +0 -33
  545. package/src/svg/images/EmptyContactInfo.svg +0 -27
  546. package/src/svg/images/EmptyConversation.svg +0 -38
  547. package/src/svg/images/EmptyDashboard.svg +0 -42
  548. package/src/svg/images/EmptyEdition.svg +0 -76
  549. package/src/svg/images/EmptyFilter.svg +0 -62
  550. package/src/svg/images/EmptyFromAddress.svg +0 -41
  551. package/src/svg/images/EmptyHappiness.svg +0 -58
  552. package/src/svg/images/EmptyHistory.svg +0 -44
  553. package/src/svg/images/EmptyImportHistory.svg +0 -43
  554. package/src/svg/images/EmptyInvoice.svg +0 -45
  555. package/src/svg/images/EmptyNetwork.svg +0 -50
  556. package/src/svg/images/EmptyNotification.svg +0 -38
  557. package/src/svg/images/EmptyProducts.svg +0 -57
  558. package/src/svg/images/EmptyRecycleBin.svg +0 -58
  559. package/src/svg/images/EmptyReports.svg +0 -39
  560. package/src/svg/images/EmptyRoles.svg +0 -30
  561. package/src/svg/images/EmptySearch.svg +0 -37
  562. package/src/svg/images/EmptySkills.svg +0 -75
  563. package/src/svg/images/EmptySnippet.svg +0 -46
  564. package/src/svg/images/EmptyTag.svg +0 -43
  565. package/src/svg/images/EmptyTask.svg +0 -42
  566. package/src/svg/images/EmptyTeams.svg +0 -39
  567. package/src/svg/images/EmptyTemplate.svg +0 -39
  568. package/src/svg/images/EmptyTicket.svg +0 -33
  569. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  570. package/src/svg/images/EmptyTopic.svg +0 -41
  571. package/src/svg/images/EmptyWebhook.svg +0 -44
  572. package/src/svg/images/FailureLog.svg +0 -46
  573. package/src/svg/images/Inconvenience.svg +0 -719
  574. package/src/svg/images/Loader.svg +0 -62
  575. package/src/svg/images/NoRequestFound.svg +0 -247
  576. package/src/svg/images/PageNotFound.svg +0 -405
  577. package/src/svg/images/ReguestUrlNotFound.svg +0 -267
  578. package/src/svg/images/SitBack.svg +0 -464
  579. package/src/svg/images/UnableToProcess.svg +0 -752
  580. package/src/svg/images/UnauthorizedLogin.svg +0 -1047
  581. package/src/svg/images/WillBack.svg +0 -633
@@ -0,0 +1,132 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var EmptyArticle = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(EmptyArticle, _React$Component);
50
+
51
+ var _super = _createSuper(EmptyArticle);
52
+
53
+ function EmptyArticle() {
54
+ _classCallCheck(this, EmptyArticle);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(EmptyArticle, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 500 500",
64
+ name: "emptyArticle"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("g", {
66
+ clipPath: "url(#article_svg__a)"
67
+ }, /*#__PURE__*/_react["default"].createElement("path", {
68
+ opacity: 0.1,
69
+ d: "M200.502 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
70
+ fill: "var(--zd_emptysvg_primary_fill)"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "M35 293.249s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
73
+ fill: "var(--zd_emptysvg_plus)"
74
+ }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ d: "m44.5 284.498-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
76
+ fill: "var(--zd_emptysvg_plus)"
77
+ }), /*#__PURE__*/_react["default"].createElement("path", {
78
+ d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
79
+ fill: "var(--zd_emptysvg_medium_circle)"
80
+ }), /*#__PURE__*/_react["default"].createElement("path", {
81
+ d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
82
+ fill: "var(--zd_emptysvg_small_circle)"
83
+ }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ d: "M202.25 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM474.5 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
85
+ fill: "var(--zd_emptysvg_tiny_circle)"
86
+ }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ opacity: 0.1,
88
+ d: "M289.502 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
89
+ fill: "var(--zd_emptysvg_primary_fill)"
90
+ })), /*#__PURE__*/_react["default"].createElement("g", {
91
+ clipPath: "url(#article_svg__b)"
92
+ }, /*#__PURE__*/_react["default"].createElement("path", {
93
+ opacity: 0.8,
94
+ d: "M189.54 215.61s-15.909-98.336 8.02-100.256c23.928-1.921 131.322 0 126.962 23.098-4.36 23.098-60.964 24.448-37.009 36.023 23.955 11.575 65.791-.649 65.791 22.501 0 23.15-163.764 18.634-163.764 18.634ZM196.184 253.371s-16.869 9.447.675 12.379c17.544 2.933 98.492.597 92.419-6.488-6.073-7.085-93.094-5.891-93.094-5.891ZM197.714 293.263s-13.677 8.798.467 11.393c14.145 2.595 79.962.545 75.031-6.021-4.931-6.566-75.498-5.372-75.498-5.372ZM197.714 332.192s-13.677 8.798.467 11.394c14.145 2.595 79.962.545 75.031-6.021-4.931-6.567-75.498-5.373-75.498-5.373Z",
95
+ fill: "var(--zd_emptysvg_secondary_fill)"
96
+ }), /*#__PURE__*/_react["default"].createElement("path", {
97
+ d: "M385.277 89.246c-.883-3.53-169.525-4.204-234.538-4.334a25.382 25.382 0 0 0-25.434 25.123l-.233 21.255.7 157.977s-3.737 8.85-5.19-7.786c-1.454-16.636.934-151.956.934-151.956-4.386-1.375-11.342-.311-11.004 20.244.519 29.95-2.595 183.722 3.01 187.692 5.606 3.971 20.97 16.481 23.955-20.944 2.595-31.922-.597-166.982-1.583-206.275a15.407 15.407 0 0 1 1.066-6.06 15.402 15.402 0 0 1 8.463-8.589 15.389 15.389 0 0 1 6.043-1.156c4.697 0 8.902 2.595 9.94 10.641 2.725 20.243-7.345 272.792 1.038 278.684 8.383 5.891 228.387 6.54 228.387-8.331 0-14.871-4.464-281.773-5.554-286.185Z",
98
+ stroke: "var(--zd_emptysvg_primary_stroke)",
99
+ fill: "transparent",
100
+ strokeWidth: 2.5,
101
+ strokeLinecap: "round",
102
+ strokeLinejoin: "round"
103
+ })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
104
+ id: "article_svg__a"
105
+ }, /*#__PURE__*/_react["default"].createElement("path", {
106
+ fill: "#fff",
107
+ transform: "translate(25 50)",
108
+ d: "M0 0h450v400H0z"
109
+ })), /*#__PURE__*/_react["default"].createElement("clipPath", {
110
+ id: "article_svg__b"
111
+ }, /*#__PURE__*/_react["default"].createElement("path", {
112
+ fill: "#fff",
113
+ transform: "translate(108.93 83.664)",
114
+ d: "M0 0h283.07v305.13H0z"
115
+ }))));
116
+ }
117
+ }]);
118
+
119
+ return EmptyArticle;
120
+ }(_react["default"].Component);
121
+
122
+ exports["default"] = EmptyArticle;
123
+ EmptyArticle.propTypes = _propTypes.EmptyStateProps;
124
+ EmptyArticle.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
125
+ dataId: 'emptyArticle'
126
+ });
127
+
128
+ if (false) {
129
+ EmptyArticle.docs = {
130
+ componentGroup: 'Emptystate'
131
+ };
132
+ }
@@ -0,0 +1,126 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var EmptyAsapchat = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(EmptyAsapchat, _React$Component);
50
+
51
+ var _super = _createSuper(EmptyAsapchat);
52
+
53
+ function EmptyAsapchat() {
54
+ _classCallCheck(this, EmptyAsapchat);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(EmptyAsapchat, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 500 500",
64
+ name: "emptyAsapchat"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("path", {
66
+ d: "M189.399 253.531c-32.676 1.633-29.272 35.399-23.485 52.077 66.373 5.446 199.324 5.718 200.14-36.761 1.022-53.098-9.19-93.943-28.591-97.007-19.401-3.063-42.887 0-54.12 32.676-11.232 32.676-53.098 46.972-93.944 49.015Z",
67
+ fill: "var(--zd_emptysvg_secondary_fill)"
68
+ }), /*#__PURE__*/_react["default"].createElement("path", {
69
+ d: "M184.096 194.24s1.334-12.796 7.507-12.796 158.084-8.554 158.084 0c0 8.555-165.591 12.796-165.591 12.796ZM183.951 236.845s1.573-12.772 7.746-12.653c6.173.119 158.227-5.552 158.06 3.003-.167 8.554-165.806 9.65-165.806 9.65ZM183.951 279.474s.977-12.772 4.409-12.724c3.432.048 87.515-6.886 87.348 1.668-.167 8.554-91.757 11.056-91.757 11.056Z",
70
+ fill: "var(--zd_emptysvg_secondary_fill)"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "M123.464 379.217s-25.835-249.121 7.865-253.6c33.7-4.48 261.615-5.624 264.999 16.846 3.384 22.47 16.683 190.623-17.851 194.554-31.388 3.598-168.952-1-195.43-3.717a9.13 9.13 0 0 0-7.699 2.931c-10.629 11.628-43.137 46.726-44.734 43.534-1.907-3.813-11.702-188.383-7.15-189.122 4.552-.739 221.647-.167 222.6-5.29.954-5.123-165.091-7.005-167.141-6.481-2.049.524.763 52.755 2.813 55.304 2.049 2.55 162.064 4.146 162.517-4.122.453-8.268-161.183-7.458-163.685-7.148-2.503.31-6.578 46.917-3.456 50.348 3.122 3.431 98.573 1.263 98.573-2.812 0-4.074-92.948-4.765-95.117-4.765-.739 0-1.573 7.148-2.24 16.941",
73
+ stroke: "var(--zd_emptysvg_primary_stroke)",
74
+ fill: "transparent",
75
+ strokeWidth: 2.5,
76
+ strokeLinecap: "round",
77
+ strokeLinejoin: "round"
78
+ }), /*#__PURE__*/_react["default"].createElement("g", {
79
+ clipPath: "url(#asapchat_svg__a)"
80
+ }, /*#__PURE__*/_react["default"].createElement("path", {
81
+ opacity: 0.1,
82
+ d: "M198.002 140.499s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
83
+ fill: "var(--zd_emptysvg_primary_fill)"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ d: "M32.5 293.25s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
86
+ fill: "var(--zd_emptysvg_plus)"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "m42 284.5-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
89
+ fill: "var(--zd_emptysvg_plus)"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "M425.5 52C419 52 413.75 57.25 413.75 63.75C413.75 70.25 419 75.5 425.5 75.5C432 75.5 437.25 70.25 437.25 63.75C437.25 57.25 431.75 52 425.5 52ZM425.5 73.25C420.5 73.25 416.25 69 416.25 63.75C416.25 58.5 420.5 54.25 425.5 54.25C430.5 54.25 434.75 58.5 434.75 63.75C434.75 69 430.5 73.25 425.5 73.25Z",
92
+ fill: "var(--zd_emptysvg_medium_circle)"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ d: "M308.5 432.75C303.75 432.75 300 436.5 300 441.25C300 446 303.75 449.75 308.5 449.75C313.25 449.75 317 446 317 441.25C317 436.75 313.25 432.75 308.5 432.75ZM308.5 447.5C305.25 447.5 302.5 444.75 302.5 441.25C302.5 437.75 305.25 435 308.5 435C311.75 435 314.5 437.75 314.5 441.25C314.5 444.75 311.75 447.5 308.5 447.5Z",
95
+ fill: "var(--zd_emptysvg_small_circle)"
96
+ }), /*#__PURE__*/_react["default"].createElement("path", {
97
+ d: "M199.75 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM472 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
98
+ fill: "var(--zd_emptysvg_tiny_circle)"
99
+ }), /*#__PURE__*/_react["default"].createElement("path", {
100
+ opacity: 0.1,
101
+ d: "M287.002 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
102
+ fill: "var(--zd_emptysvg_primary_fill)"
103
+ })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
104
+ id: "asapchat_svg__a"
105
+ }, /*#__PURE__*/_react["default"].createElement("path", {
106
+ fill: "#fff",
107
+ transform: "translate(22.5 50)",
108
+ d: "M0 0h450v400H0z"
109
+ }))));
110
+ }
111
+ }]);
112
+
113
+ return EmptyAsapchat;
114
+ }(_react["default"].Component);
115
+
116
+ exports["default"] = EmptyAsapchat;
117
+ EmptyAsapchat.propTypes = _propTypes.EmptyStateProps;
118
+ EmptyAsapchat.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
119
+ dataId: 'emptyAsapchat'
120
+ });
121
+
122
+ if (false) {
123
+ EmptyAsapchat.docs = {
124
+ componentGroup: 'Emptystate'
125
+ };
126
+ }
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var EmptyAttach = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(EmptyAttach, _React$Component);
50
+
51
+ var _super = _createSuper(EmptyAttach);
52
+
53
+ function EmptyAttach() {
54
+ _classCallCheck(this, EmptyAttach);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(EmptyAttach, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 200 200",
64
+ name: "attach"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6,.EmptyAttach_svg__cls-7,.EmptyAttach_svg__cls-8{fill:none}.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAttach_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAttach_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/_react["default"].createElement("path", {
66
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
67
+ fill: "var(--zd_emptysvg_primary_fill)",
68
+ opacity: 0.05
69
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
70
+ cx: 156.04,
71
+ cy: 31.69,
72
+ rx: 3.54,
73
+ ry: 3.51,
74
+ strokeMiterlimit: 10,
75
+ stroke: "var(--zd_emptysvg_medium_circle)",
76
+ fill: "none"
77
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
78
+ className: "EmptyAttach_svg__cls-4",
79
+ cx: 79.62,
80
+ cy: 29.6,
81
+ rx: 2.12,
82
+ ry: 2.1
83
+ }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ className: "EmptyAttach_svg__cls-5",
85
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
86
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
87
+ className: "EmptyAttach_svg__cls-8",
88
+ cx: 165.88,
89
+ cy: 154.09,
90
+ rx: 2.45,
91
+ ry: 2.43
92
+ }), /*#__PURE__*/_react["default"].createElement("path", {
93
+ className: "EmptyAttach_svg__cls-7",
94
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
95
+ }), /*#__PURE__*/_react["default"].createElement("path", {
96
+ d: "M120.89 72.28l7.19 52.09s-56.62 7.79-58.16 4.34-7.61-51.27-5.32-51.47z",
97
+ fill: "var(--zd_emptysvg_secondary_fill)"
98
+ }), /*#__PURE__*/_react["default"].createElement("path", {
99
+ className: "EmptyAttach_svg__cls-6",
100
+ d: "M146.42 155.3c-17.09.46-60.1-.42-69.48-.77a2.4 2.4 0 01-2.33-2.39v-23.43h-4.69l-5-48.51a2.94 2.94 0 012.67-3.2l53.3-4.7 7.19 52.09s-54 7.52-54.58 5.93-1-65.57 0-66.07c1.62-.87 18.28-.24 22.81 0a1.33 1.33 0 011.26 1.16c.86 7 5.12 45.07 5.08 46.83-.14 5.91-13.49 14.69-17.54-.24-4.44-16.36-6.44-48.46-6.59-50.8-.31-5.16 13.8-16.72 17.87 17.2 3.77 31.37 3.84 34.6-2 35.48-6.86 1-11.37-47.7-11.37-47.7h60.63a3.2 3.2 0 013.21 3.09c.37 12.61 4.83 87 1.65 88.86-2.27 1.36-49.85 0-49.85 0"
101
+ }));
102
+ }
103
+ }]);
104
+
105
+ return EmptyAttach;
106
+ }(_react["default"].Component);
107
+
108
+ exports["default"] = EmptyAttach;
109
+ EmptyAttach.propTypes = _propTypes.EmptyStateProps;
110
+ EmptyAttach.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
111
+ dataId: 'emptyAttach'
112
+ });
113
+
114
+ if (false) {
115
+ EmptyAttach.docs = {
116
+ componentGroup: 'Emptystate'
117
+ };
118
+ }
@@ -0,0 +1,133 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var EmptyBlueprint = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(EmptyBlueprint, _React$Component);
50
+
51
+ var _super = _createSuper(EmptyBlueprint);
52
+
53
+ function EmptyBlueprint() {
54
+ _classCallCheck(this, EmptyBlueprint);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(EmptyBlueprint, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 200 200",
64
+ name: "blueprint"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.EmptyBlueprint_svg__cls-4{fill:var(--zd_emptysvg_plus)}.EmptyBlueprint_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyBlueprint_svg__cls-7{fill:var(--zd_emptysvg_cross)}.EmptyBlueprint_svg__cls-5{fill:var(--zd_emptysvg_primary_stroke)}.EmptyBlueprint_svg__cls-8{fill:var(--zd_emptysvg_small_circle)}.EmptyBlueprint_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}')), /*#__PURE__*/_react["default"].createElement("path", {
66
+ d: "M86.5 67.37s42.51-27.95 64-19.54 36.24 79.17-23.59 110.92S40 121.44 39.8 109.2c-.22-11.85 0-40.08 46.7-41.83z",
67
+ opacity: 0.05,
68
+ fill: "var(--zd_emptysvg_primary_fill)"
69
+ }), /*#__PURE__*/_react["default"].createElement("path", {
70
+ d: "M149.5 43a3.51 3.51 0 113.5-3.56 3.53 3.53 0 01-3.5 3.56zm0-6.36a2.85 2.85 0 102.88 2.85 2.87 2.87 0 00-2.88-2.9z",
71
+ fill: "var(--zd_emptysvg_medium_circle)"
72
+ }), /*#__PURE__*/_react["default"].createElement("path", {
73
+ className: "EmptyBlueprint_svg__cls-3",
74
+ d: "M80.25 39.77a2.23 2.23 0 112.25-2.23 2.24 2.24 0 01-2.25 2.23zm0-3.8a1.58 1.58 0 101.6 1.57 1.58 1.58 0 00-1.6-1.54z"
75
+ }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ className: "EmptyBlueprint_svg__cls-4",
77
+ d: "M28.89 108a.32.32 0 01-.31-.34l.32-5.59a.32.32 0 11.64 0l-.31 5.58a.32.32 0 01-.34.35z"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ className: "EmptyBlueprint_svg__cls-4",
80
+ d: "M31.87 105.38l-5.63-.31a.33.33 0 110-.65l5.64.31a.33.33 0 01.3.35.32.32 0 01-.31.3z"
81
+ }), /*#__PURE__*/_react["default"].createElement("path", {
82
+ className: "EmptyBlueprint_svg__cls-8",
83
+ d: "M171.1 152.88a2.54 2.54 0 112.55-2.53 2.54 2.54 0 01-2.55 2.53zm0-4.42a1.89 1.89 0 101.9 1.89 1.89 1.89 0 00-1.9-1.89z"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ className: "EmptyBlueprint_svg__cls-7",
86
+ transform: "rotate(-42.01 169.123 119.012)",
87
+ d: "M168.78 116.2h.65v5.62h-.65z"
88
+ }), /*#__PURE__*/_react["default"].createElement("path", {
89
+ className: "EmptyBlueprint_svg__cls-7",
90
+ transform: "rotate(-41.59 169.115 119.015)",
91
+ d: "M166.3 118.69h5.62v.65h-5.62z"
92
+ }), /*#__PURE__*/_react["default"].createElement("path", {
93
+ className: "EmptyBlueprint_svg__cls-5",
94
+ d: "M121.09 83.39h1.31v1.32a.33.33 0 00.66 0v-1.32h1.32a.32.32 0 00.32-.33.32.32 0 00-.32-.32h-1.32v-1.32a.33.33 0 00-.66 0v1.32h-1.31a.32.32 0 00-.33.32.33.33 0 00.33.33z"
95
+ }), /*#__PURE__*/_react["default"].createElement("path", {
96
+ className: "EmptyBlueprint_svg__cls-5",
97
+ d: "M140.77 49.62c-.22-1.15-4.7-1.17-19-.63-5.45.21-10.6.41-13.52.28a1.16 1.16 0 00-.86.35c-1.1 1.12-.9 5-.72 8.42.06 1.12.11 2.17.11 3a.63.63 0 00.23.48c2.13 2 27.55.14 30.44-.07a.32.32 0 00.3-.35.31.31 0 00-.34-.3c-14.23 1.06-29.34 1.44-30 .24 0-.84 0-1.9-.11-3-.15-3-.37-7 .54-7.93a.49.49 0 01.37-.16c2.94.13 8.1-.07 13.56-.28 7.44-.28 17.62-.67 18.32.12.4 1.65.56 10.37-.67 12.24a.52.52 0 01-.28.25c-.9.15-4.45.27-7.88.38-6.54.22-7.6.3-7.89.48s-.27.38-.24 7.19v3a.9.9 0 01-.77.89c-1.42.17-8.49 1.42-8 9.63a5.78 5.78 0 003.12 4l.1.14a6.41 6.41 0 003.91 2.67.73.73 0 01.7.73v5.3c0 2.65.05 5.6.05 7.65a.47.47 0 01-.08.32c-.12.11-.48.09-.83.07h-.55c-1.32 0-3.24 0-5.24-.08-3.88-.08-7.88-.16-8.92 0a1 1 0 00-.63.45 5.16 5.16 0 00-.6 1.6h-.58a1.24 1.24 0 00-1.3 1.2l-.23 4.88-9.9-.16a.33.33 0 00-.33.32 3.83 3.83 0 01-.26 1.32 6.15 6.15 0 00.1-1.15c0-4.7-1.69-6.26-12.23-6.81-10.27-.53-14.69.14-15.42 5.72a5 5 0 001.46 4.39c3.33 3.1 11.23 2 12.83 1.68.58 2 .13 19.2-.2 21.11-.75.09-4.11-.09-6.85-.23a78.15 78.15 0 00-8.59-.23 1.07 1.07 0 00-.71.52c-1.45 2.08-1.47 11.13-1.17 12.67.21 1.14 4.64 1.27 18.76 1.13 5.55-.06 10.8-.11 13.72.1h.09a1.17 1.17 0 00.82-.34c1.11-1.05 1-4.51.93-7.85v-2.82a.73.73 0 00-.25-.53c-2-1.89-21.41-.74-23.61-.61a.33.33 0 00-.31.35.32.32 0 00.35.3c12.55-.78 22.94-.56 23.17.48v2.84c.08 2.91.17 6.52-.73 7.37a.51.51 0 01-.42.16c-2.94-.22-8.2-.17-13.77-.11-7.36.08-17.44.18-18.12-.6-.26-1.42-.22-10.31 1.07-12.18.1-.15.2-.24.29-.25a81.63 81.63 0 018.45.24c7 .37 7.24.31 7.37.07.65-.65.87-20.82.24-22a.41.41 0 00-.44-.25c-.37.07-9.14 1.62-12.48-1.48a4.33 4.33 0 01-1.14-3.88c.6-4.67 3.63-5.73 14.74-5.15s11.61 2.41 11.61 6.16a4.49 4.49 0 01-1 3c-3.29 2.27-9.94 1.72-10 1.72a.31.31 0 00-.35.28.33.33 0 00.28.36c4.83.67 8.23.19 10.09-1.43a6.09 6.09 0 00.44-.44c.17-.13.34-.26.5-.4a4.3 4.3 0 001.48-2.91l9.18.16h.73a.33.33 0 00.33-.31l.24-5.21a.6.6 0 01.65-.56h.44a62.89 62.89 0 00-.52 13.44c.08.43.27 1.41 14.25 1.78 7 .18 15.39.13 19.5-.13.77-.07.9-1.64.75-8.85 0-1.65-.07-3.22 0-4.29a.64.64 0 00-.19-.45c-1.86-1.93-26.48-2.13-32.95-2.15a4.12 4.12 0 01.48-1.23c.11-.16.18-.18.19-.18 1-.16 5.14-.07 8.81 0 2 0 3.93.08 5.25.08h.51a1.73 1.73 0 001.32-.25 1 1 0 00.28-.79v-7.65-5.3a1.37 1.37 0 00-1.36-1.37 5.25 5.25 0 01-2.68-1.48 14.52 14.52 0 003.16.84 5.5 5.5 0 003.67-.67 7.42 7.42 0 003.54-5.79 6 6 0 00-2.58-5.21 6.85 6.85 0 00-6.25-.66 6.33 6.33 0 00-4 4.88 7.71 7.71 0 00.39 4.72 4.48 4.48 0 01-1.81-2.88c-.49-7.41 5.52-8.7 7.39-8.91a1.56 1.56 0 001.33-1.54v-3-6.66c.81-.13 4.48-.26 7.46-.36 3.61-.12 7-.23 8-.39a1.09 1.09 0 00.71-.53c1.39-2.12 1.11-11.28.76-12.74zm-2.1 59.64v4.32c.06 3 .16 7.53-.23 8.19-8.5.53-31.93.21-33-1.12a64.4 64.4 0 01.53-13.32c15.55.03 31.97.72 32.7 1.93zM117.16 82a5.72 5.72 0 013.6-4.4 6.2 6.2 0 015.63.57 5.32 5.32 0 012.32 4.66 6.75 6.75 0 01-3.23 5.26 4.9 4.9 0 01-3.23.59 14 14 0 01-4.25-1.33 6.92 6.92 0 01-.84-5.35z"
98
+ }), /*#__PURE__*/_react["default"].createElement("path", {
99
+ className: "EmptyBlueprint_svg__cls-6",
100
+ d: "M138.46 108.57L107 107.13a1.08 1.08 0 00-1.08 1.08l.72 12.2a1.08 1.08 0 001.08 1.08l30.76.72a1.08 1.08 0 001.08-1.08v-11.48a1.09 1.09 0 00-1.1-1.08zM122.74 88.16a5.25 5.25 0 10-5.25-5.25 5.25 5.25 0 005.25 5.25z"
101
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
102
+ className: "EmptyBlueprint_svg__cls-6",
103
+ cx: 79.42,
104
+ cy: 112.4,
105
+ r: 1.49
106
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
107
+ className: "EmptyBlueprint_svg__cls-6",
108
+ cx: 72.55,
109
+ cy: 112.4,
110
+ r: 1.49
111
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
112
+ className: "EmptyBlueprint_svg__cls-6",
113
+ cx: 85.93,
114
+ cy: 112.4,
115
+ r: 1.49
116
+ }));
117
+ }
118
+ }]);
119
+
120
+ return EmptyBlueprint;
121
+ }(_react["default"].Component);
122
+
123
+ exports["default"] = EmptyBlueprint;
124
+ EmptyBlueprint.propTypes = _propTypes.EmptyStateProps;
125
+ EmptyBlueprint.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
126
+ dataId: 'emptyBlueprint'
127
+ });
128
+
129
+ if (false) {
130
+ EmptyBlueprint.docs = {
131
+ componentGroup: 'Emptystate'
132
+ };
133
+ }