@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,71 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptySearch extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "search"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySearch_svg__cls-4,.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6,.EmptySearch_svg__cls-7,.EmptySearch_svg__cls-8{fill:none}.EmptySearch_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySearch_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptySearch_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
14
+ fill: "var(--zd_emptysvg_primary_fill)",
15
+ opacity: 0.05
16
+ }), /*#__PURE__*/React.createElement("ellipse", {
17
+ cx: 156.04,
18
+ cy: 31.69,
19
+ rx: 3.54,
20
+ ry: 3.51,
21
+ strokeMiterlimit: 10,
22
+ stroke: "var(--zd_emptysvg_medium_circle)",
23
+ fill: "none"
24
+ }), /*#__PURE__*/React.createElement("ellipse", {
25
+ className: "EmptySearch_svg__cls-4",
26
+ cx: 79.62,
27
+ cy: 29.6,
28
+ rx: 2.12,
29
+ ry: 2.1
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "EmptySearch_svg__cls-5",
32
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
33
+ }), /*#__PURE__*/React.createElement("ellipse", {
34
+ className: "EmptySearch_svg__cls-8",
35
+ cx: 165.88,
36
+ cy: 154.09,
37
+ rx: 2.45,
38
+ ry: 2.43
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "EmptySearch_svg__cls-7",
41
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M101.35 87.13s4.94 2.24 6.06 9.58",
44
+ stroke: "var(--zd_emptysvg_circle_fill)",
45
+ strokeWidth: 2,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round",
48
+ fill: "none"
49
+ }), /*#__PURE__*/React.createElement("ellipse", {
50
+ cx: 95.28,
51
+ cy: 96.71,
52
+ rx: 21.41,
53
+ ry: 21.23,
54
+ fill: "var(--zd_emptysvg_secondary_fill)"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ className: "EmptySearch_svg__cls-6",
57
+ d: "M33.71 102.31H56.2a7.33 7.33 0 007.28-6.64c.75-7.62 4.37-20 19-27.59 22.32-11.51 51.78 10.62 43.75 37.18l-3.57 7.67 27.38 27.15s4.11 6.77 0 10.62-8 1.77-12.21-1.18S112 124.14 112 124.14s-26.19 12.4-42.26-8.26c0 0-1-1.53-2.09-3.42-2.2-3.73 1.4-8.42 5.52-7a3.11 3.11 0 011.5 1c2.19 2.85 9.2 15.31 25.23 12.24s19.48-19.7 15.81-32.18-25.88-16.08-34.38-8-9.65 18.57-5.6 22 7-.57 8.31-5.93 4.41-8.81 8.38-8.81 7.84-2.11 5.72-5.75-12.51-.82-16 2.68c-5.32 5.28-9.27 17.71-1 26.19s19.7 5.22 22.6 3.69 6.4-7.8 7.92-8.62"
58
+ }));
59
+ }
60
+
61
+ }
62
+ EmptySearch.propTypes = EmptyStateProps;
63
+ EmptySearch.defaultProps = { ...EmptyStateDefaultProps,
64
+ dataId: 'emptySearch'
65
+ };
66
+
67
+ if (false) {
68
+ EmptySearch.docs = {
69
+ componentGroup: 'Emptystate'
70
+ };
71
+ }
@@ -0,0 +1,109 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptySkills extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "search"
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.EmptySkills_svg__st2,.EmptySkills_svg__st4{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.EmptySkills_svg__st4{stroke:var(--zd_emptysvg_cross)}.EmptySkills_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySkills_svg__st7{opacity:.25}.EmptySkills_svg__st9{fill:none;stroke:var(--zd_emptysvg_primary_fill);stroke-width:.5;stroke-miterlimit:10}'), /*#__PURE__*/React.createElement("path", {
13
+ d: "M86.5 62.5s46.9-30.9 70.7-21.5 40 87.4-26.1 122.4-95.9-41.2-96.1-54.7c-.3-13.1 0-44.3 51.5-46.2z",
14
+ opacity: 0.05,
15
+ fill: "var(--zd_emptysvg_primary_fill)"
16
+ }), /*#__PURE__*/React.createElement("circle", {
17
+ cx: 156,
18
+ cy: 31.7,
19
+ fill: "none",
20
+ stroke: "var(--zd_emptysvg_medium_circle)",
21
+ strokeMiterlimit: 10,
22
+ r: 3.5
23
+ }), /*#__PURE__*/React.createElement("circle", {
24
+ className: "EmptySkills_svg__st2",
25
+ cx: 79.6,
26
+ cy: 29.6,
27
+ r: 2.1
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ className: "EmptySkills_svg__st3",
30
+ d: "M23.3 100.9l-.4 6.1M20 103.8l6.2.3"
31
+ }), /*#__PURE__*/React.createElement("circle", {
32
+ cx: 165.9,
33
+ cy: 154.1,
34
+ fill: "none",
35
+ stroke: "var(--zd_emptysvg_medium_circle)",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ r: 2.4
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "EmptySkills_svg__st4",
41
+ d: "M175.6 117.2l4.2 4.6M175.4 121.6l4.6-4.2"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M25.9 124.2s28.6-2.9 35.8-25.2 29.5-22.8 35.6-24.2l.7-.2c6.6-2.4 11.3-8.9 11.3-16.3 0-9.5-7.7-17.2-17.2-17.2S75 48.8 75 58.3c0 8.2 5.7 15 13.4 16.7h0c2.1.7 4.5 1.6 7.3 1.9 2.2.2 4.5.3 6.8.2 5.3-.2 18.5 2.2 23.3 13.8 6.3 15.4 16.9 30.2 36.4 30.2 0 0-44.3 6.3-51.1-23 0 0 3.2 1.1 0 15.1S92.4 142 66.5 128s-30.6 18.7-5 22.3 58.3-18.4 72.7-22 24.1 5 24.1 12.2c0 20.2-79.2 33.1-83.2-42.5",
44
+ fill: "none",
45
+ stroke: "var(--zd_emptysvg_primary_stroke)",
46
+ strokeMiterlimit: 10
47
+ }), /*#__PURE__*/React.createElement("circle", {
48
+ cx: 97.2,
49
+ cy: 58.1,
50
+ r: 17.1,
51
+ fill: "var(--zd_emptysvg_secondary_fill)"
52
+ }), /*#__PURE__*/React.createElement("g", {
53
+ className: "EmptySkills_svg__st7"
54
+ }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("circle", {
55
+ id: "EmptySkills_svg__SVGID_1_",
56
+ cx: 147.6,
57
+ cy: 58.7,
58
+ r: 12.7
59
+ })), /*#__PURE__*/React.createElement("clipPath", {
60
+ id: "EmptySkills_svg__SVGID_2_"
61
+ }, /*#__PURE__*/React.createElement("use", {
62
+ xlinkHref: "#EmptySkills_svg__SVGID_1_",
63
+ overflow: "visible"
64
+ })), /*#__PURE__*/React.createElement("g", {
65
+ clipPath: "url(#EmptySkills_svg__SVGID_2_)"
66
+ }, /*#__PURE__*/React.createElement("path", {
67
+ className: "EmptySkills_svg__st9",
68
+ d: "M162.5 47.7l-4.1 26M160.9 47.5l-4.1 26M159.3 47.2l-4.1 26M157.7 47l-4.1 26M156.1 46.7l-4.2 26M154.5 46.5l-4.1 25.9M152.9 46.2l-4.2 26M151.3 45.9l-4.2 26M149.7 45.7l-4.2 26M148.1 45.4l-4.2 26M146.5 45.2l-4.2 26M144.9 44.9l-4.2 26M143.2 44.7l-4.1 26M141.6 44.4l-4.1 26M140 44.2l-4.1 26M138.4 43.9l-4.1 26M136.8 43.6l-4.1 26"
69
+ })), /*#__PURE__*/React.createElement("circle", {
70
+ className: "EmptySkills_svg__st9",
71
+ cx: 147.6,
72
+ cy: 58.7,
73
+ r: 12.7
74
+ })), /*#__PURE__*/React.createElement("g", {
75
+ className: "EmptySkills_svg__st7"
76
+ }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("circle", {
77
+ id: "EmptySkills_svg__SVGID_3_",
78
+ cx: 34.3,
79
+ cy: 61.8,
80
+ r: 12.7
81
+ })), /*#__PURE__*/React.createElement("clipPath", {
82
+ id: "EmptySkills_svg__SVGID_4_"
83
+ }, /*#__PURE__*/React.createElement("use", {
84
+ xlinkHref: "#EmptySkills_svg__SVGID_3_",
85
+ overflow: "visible"
86
+ })), /*#__PURE__*/React.createElement("g", {
87
+ clipPath: "url(#EmptySkills_svg__SVGID_4_)"
88
+ }, /*#__PURE__*/React.createElement("path", {
89
+ className: "EmptySkills_svg__st9",
90
+ d: "M47.7 50.6l-4.2 26M44.5 50.1l-4.2 26M41.2 49.6l-4.1 26M38 49l-4.1 26.1M34.8 48.5l-4.1 26M31.6 48l-4.1 26M28.4 47.5l-4.2 26M25.2 47L21 73"
91
+ })), /*#__PURE__*/React.createElement("circle", {
92
+ className: "EmptySkills_svg__st9",
93
+ cx: 34.3,
94
+ cy: 61.8,
95
+ r: 12.7
96
+ })));
97
+ }
98
+
99
+ }
100
+ EmptySkills.propTypes = EmptyStateProps;
101
+ EmptySkills.defaultProps = { ...EmptyStateDefaultProps,
102
+ dataId: 'emptySkills'
103
+ };
104
+
105
+ if (false) {
106
+ EmptySkills.docs = {
107
+ componentGroup: 'Emptystate'
108
+ };
109
+ }
@@ -0,0 +1,56 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptySla extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "Sla"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySla_svg-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptySla_svg-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M88.4 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S43.36 119.89 43.13 108c-.21-11.5 0-38.9 45.27-40.6z",
14
+ fill: "var(--zd_emptysvg_primary_fill)",
15
+ opacity: 0.05
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M158.11 150.45a2.5 2.5 0 112.51-2.5 2.51 2.51 0 01-2.51 2.5zm0-4.28a1.78 1.78 0 101.79 1.83 1.79 1.79 0 00-1.79-1.83z",
18
+ fill: "var(--zd_emptysvg_small_circle)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M149.46 43.73a3.45 3.45 0 113.47-3.45 3.47 3.47 0 01-3.47 3.45zm0-6.17a2.73 2.73 0 102.75 2.72 2.74 2.74 0 00-2.75-2.72z",
21
+ fill: "var(--zd_emptysvg_medium_circle)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ className: "EmptySla_svg-3",
24
+ d: "M82.35 40.64a2.21 2.21 0 112.21-2.2 2.2 2.2 0 01-2.21 2.2zm0-3.68a1.48 1.48 0 101.49 1.48A1.49 1.49 0 0082.35 37z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ className: "EmptySla_svg-4",
27
+ d: "M32.57 106.9a.35.35 0 01-.33-.38l.3-5.42a.36.36 0 01.72 0l-.31 5.42a.35.35 0 01-.38.38z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ className: "EmptySla_svg-4",
30
+ d: "M35.45 104.34L30 104a.36.36 0 010-.72l5.46.3a.37.37 0 01.34.38.35.35 0 01-.35.38z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ className: "EmptySla_svg-3",
33
+ d: "M170.29 119.92a.36.36 0 01-.27-.12l-3.65-4a.36.36 0 01.54-.49l3.64 4a.35.35 0 010 .51.34.34 0 01-.26.1z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ className: "EmptySla_svg-3",
36
+ d: "M166.42 119.7a.36.36 0 01-.23-.63l4.07-3.62a.36.36 0 01.48.54l-4.08 3.62a.34.34 0 01-.24.09z"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M101.93 94.22s-8.08 10.21-7.18 10.78 10.83 13 11.47 12.27 34-25.4 34-25.4-.49-3-2.92-1.62C129 95 109.68 109.18 109 108.23c-.9-1.23-7.07-14.01-7.07-14.01z",
39
+ fill: "var(--zd_emptysvg_secondary_fill)"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M105.4 156.63h-.15c-1.5-.29-10.69-7.45-18.34-14-5-4.23-16.69-14.49-18.07-18.39-2.21-6.26-1.62-50.79-1.59-52.68a.74.74 0 01.33-.59c.56-.42 2.67-.73 5.76-1 0-1.24.06-2.13.06-2.55a1 1 0 01.34-.75c3.71-3.64 54.81-3 60.63-2.91a.52.52 0 01.52.53.53.53 0 01-.53.52c-.14 0-14.77-.22-29.44 0-27 .47-30.16 2.09-30.46 2.6 0 .43 0 1.28-.06 2.45 7.24-.47 18.92-.54 29.14-.49 16.31.07 34 .52 35.75.91.54.12.84.18.8 9.33 0 4.31-.13 8.66-.13 8.71a.5.5 0 01-.23.42l-30.44 19.83a.53.53 0 01-.44.07.55.55 0 01-.33-.3c-.05-.1-4.6-10.57-6.39-12.79a.35.35 0 00-.34-.17c-1.59.1-4.94 5.63-6 7.44-.24.41-.44.73-.58.94 0 .38.76 2.64 11.19 14.34l.1.11c2.53-.89 21.19-15.53 32.65-24.78a.53.53 0 01.55-.07.53.53 0 01.3.47c0 .95.3 23.3-.51 27.34-.46 2.3-8.31 10.3-15.41 16.75-3.5 3.18-15.2 13.58-18.61 13.58-5.31 0-28.89-25.58-32-31.47-1.6-3-1.06-23.91-.25-46 0-1.13.08-2.15.11-3a19.34 19.34 0 00-5 .7c0 2.93-.55 46.23 1.54 52.14.89 2.54 7.53 9.24 17.74 17.93 9.53 8.11 17 13.56 17.88 13.75 1.32 0 10.34-6.53 20.23-15.66 10.83-10 17.09-17.93 17.19-21.78l.42-16.48a.52.52 0 01.52-.51.53.53 0 01.51.54l-.42 16.48c-.17 6.81-16.75 22.52-27.85 31.43-3.32 2.69-9.01 7.06-10.69 7.06zM74.35 71c0 .92-.07 2-.11 3.15-.47 12.66-1.56 42.29.12 45.49 1.57 3 8.06 10.65 15.11 17.85 7.77 7.93 14 13.06 16 13.06s9.15-5.35 17.91-13.31c9.4-8.55 14.79-14.72 15.08-16.18.69-3.44.55-21.43.51-26-2.28 1.83-8.84 7.09-15.41 12.2-16.74 13-17.2 12.51-17.68 12l-.26-.3c-12.41-13.92-11.67-15-11.31-15.56.12-.18.33-.52.59-1 2.46-4.06 5-7.83 6.87-7.95a1.42 1.42 0 011.22.56c1.64 2.05 5.29 10.21 6.28 12.47l29.69-19.35c.18-7.27.19-15.28-.1-16.75-2.57-.33-18.67-.77-35.38-.85-14.41-.08-23.7.13-29.13.47zm32.26 47.49zm-11.45-14.66z",
42
+ fill: "var(--zd_emptysvg_primary_stroke)"
43
+ }));
44
+ }
45
+
46
+ }
47
+ EmptySla.propTypes = EmptyStateProps;
48
+ EmptySla.defaultProps = { ...EmptyStateDefaultProps,
49
+ dataId: 'EmptySla'
50
+ };
51
+
52
+ if (false) {
53
+ EmptySla.docs = {
54
+ componentGroup: 'Emptystate'
55
+ };
56
+ }
@@ -0,0 +1,71 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptySnippet extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "snippet"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySnippet_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptySnippet_svg__cls-3,.EmptySnippet_svg__cls-4,.EmptySnippet_svg__cls-5,.EmptySnippet_svg__cls-7,.EmptySnippet_svg__cls-8{fill:none}.EmptySnippet_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySnippet_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySnippet_svg__cls-4,.EmptySnippet_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySnippet_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptySnippet_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
14
+ opacity: 0.05,
15
+ fill: "var(--zd_emptysvg_primary_fill)"
16
+ }), /*#__PURE__*/React.createElement("ellipse", {
17
+ cx: 156.04,
18
+ cy: 31.69,
19
+ rx: 3.54,
20
+ ry: 3.51,
21
+ strokeMiterlimit: 10,
22
+ stroke: "var(--zd_emptysvg_medium_circle)",
23
+ fill: "none"
24
+ }), /*#__PURE__*/React.createElement("ellipse", {
25
+ className: "EmptySnippet_svg__cls-3",
26
+ cx: 79.62,
27
+ cy: 29.6,
28
+ rx: 2.12,
29
+ ry: 2.1
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "EmptySnippet_svg__cls-4",
32
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
33
+ }), /*#__PURE__*/React.createElement("ellipse", {
34
+ className: "EmptySnippet_svg__cls-8",
35
+ cx: 165.88,
36
+ cy: 154.09,
37
+ rx: 2.45,
38
+ ry: 2.43
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "EmptySnippet_svg__cls-7",
41
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ className: "EmptySnippet_svg__cls-6",
44
+ d: "M119.87 139.21s-11.87-8.72 1.14-35c13.82-27.89 38.05-42 47.15-31.63 4.7 5.42-31.72 67.7-48.29 66.63z"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ className: "EmptySnippet_svg__cls-5",
47
+ d: "M107.71 147.22l-31.65 6s-7.53-9.06-5-52.27c1.32-22.39-8.82-32.16-8.82-32.16L128.41 55s6.26 11.49 3.83 27.54C129.6 100 115.6 102.17 116.78 134a1.14 1.14 0 002.15.38c5.62-11.24 24.49-47.73 35-52.54 0 0-38.4 48.36-37.33 71.47 0 0 4.51-11.69 4.56-13.86.06-2.47-4.9-2.75-3.87 0s16.48-3.56 29.8-25.06 27.17-36.09 19.56-43.9c-11.08-11.37-44.18 23-49.23 42.72-5.82 22.72 1.45 26.5 5.41 27.16s12.66-8.83 12.66-8.83 2.14 9.75 4.22 11.94l-16.38 2.91"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M123.26 116.23s3.32-11.21 10.42-19.74",
50
+ stroke: "var(--zd_emptysvg_circle_fill)",
51
+ strokeWidth: 3,
52
+ strokeLinecap: "round",
53
+ strokeLinejoin: "round",
54
+ fill: "none"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ className: "EmptySnippet_svg__cls-6",
57
+ d: "M94.37 100.23s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.12-8.49 8 0 .02-.47-8.52-9.43-8zM88.34 121.72s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.11-8.49 8 0 .02-.47-8.51-9.43-8zM83.26 107s5.38-.77 5.38-5.79c0 0 0 5.68 4.79 5.79 0 0-4.84-.07-4.82 4.55a4.81 4.81 0 00-5.35-4.55z"
58
+ }));
59
+ }
60
+
61
+ }
62
+ EmptySnippet.propTypes = EmptyStateProps;
63
+ EmptySnippet.defaultProps = { ...EmptyStateDefaultProps,
64
+ dataId: 'emptySnippet'
65
+ };
66
+
67
+ if (false) {
68
+ EmptySnippet.docs = {
69
+ componentGroup: 'Emptystate'
70
+ };
71
+ }
@@ -0,0 +1,64 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptyTag extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "tag"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTag_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTag_svg__cls-4,.EmptyTag_svg__cls-5,.EmptyTag_svg__cls-6,.EmptyTag_svg__cls-8,.EmptyTag_svg__cls-9{fill:none}.EmptyTag_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTag_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTag_svg__cls-5,.EmptyTag_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTag_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTag_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
14
+ fill: "var(--zd_emptysvg_primary_fill)",
15
+ opacity: 0.05
16
+ }), /*#__PURE__*/React.createElement("ellipse", {
17
+ cx: 156.04,
18
+ cy: 31.69,
19
+ rx: 3.54,
20
+ ry: 3.51,
21
+ strokeMiterlimit: 10,
22
+ stroke: "var(--zd_emptysvg_medium_circle)",
23
+ fill: "none"
24
+ }), /*#__PURE__*/React.createElement("ellipse", {
25
+ className: "EmptyTag_svg__cls-4",
26
+ cx: 79.62,
27
+ cy: 29.6,
28
+ rx: 2.12,
29
+ ry: 2.1
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "EmptyTag_svg__cls-5",
32
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
33
+ }), /*#__PURE__*/React.createElement("ellipse", {
34
+ className: "EmptyTag_svg__cls-9",
35
+ cx: 165.88,
36
+ cy: 154.09,
37
+ rx: 2.45,
38
+ ry: 2.43
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "EmptyTag_svg__cls-8",
41
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ className: "EmptyTag_svg__cls-7",
44
+ d: "M136.3 107.68s-1.24 51.51-2.14 54-45.41-1.83-46.59-3.82 42.71-48.51 48.73-50.18z"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ className: "EmptyTag_svg__cls-6",
47
+ d: "M171.12 53.1s-13.85 5.78-26.25-4.34-24.4 19.63-22.61 32.54c1.88 13.51-10.34 16.07-13.93 9.4s5-15.45 16.66-11.06c0 0 5.45 2 7 4.14 8.94 12.74 1.59 22-.92 25s-5.81 6.85-7.71 7.78c-3.52 1.71 7.3-9.4 12.14-8.93v4c-.15 17.83-.08 49.91-2.14 50-3.82.19-36.94-2.54-42.79-2.34a5 5 0 01-5-3.46 2.86 2.86 0 01.19-2.29c1.12-1.95 20.44-20.1 28.67-27.8a.23.23 0 01.33.32c-14.36 16.07-32.8 36-34.33 35.56-2.07-.61-27-24.87-35.67-33.4a4.37 4.37 0 01-.12-6.14c8.5-9 33.4-33.91 43-43.49A16.41 16.41 0 0196.7 74c6.6-1.05 16.18-2.64 17.87-2.46"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ className: "EmptyTag_svg__cls-7",
50
+ d: "M78.39 112.58l7.92-1.15 4-7.14a.44.44 0 01.57 0l3.61 7.29 8.64 1c.29 0 .43.28.14.57l-6.48 5.71 1.59 7.86c0 .28-.15.43-.44.28l-6.91-3.57-7.49 3.72c-.15.14-.43 0-.43-.29l.72-8-5.77-5.57a1.08 1.08 0 01.33-.71z"
51
+ }));
52
+ }
53
+
54
+ }
55
+ EmptyTag.propTypes = EmptyStateProps;
56
+ EmptyTag.defaultProps = { ...EmptyStateDefaultProps,
57
+ dataId: 'emptyTag'
58
+ };
59
+
60
+ if (false) {
61
+ EmptyTag.docs = {
62
+ componentGroup: 'Emptystate'
63
+ };
64
+ }
@@ -0,0 +1,77 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptyTask extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "task"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTask_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTask_svg__cls-3,.EmptyTask_svg__cls-4,.EmptyTask_svg__cls-5,.EmptyTask_svg__cls-7,.EmptyTask_svg__cls-8{fill:none}.EmptyTask_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTask_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTask_svg__cls-4,.EmptyTask_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTask_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTask_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
14
+ opacity: 0.05,
15
+ fill: "var(--zd_emptysvg_primary_fill)"
16
+ }), /*#__PURE__*/React.createElement("ellipse", {
17
+ cx: 156.04,
18
+ cy: 31.69,
19
+ rx: 3.54,
20
+ ry: 3.51,
21
+ strokeMiterlimit: 10,
22
+ stroke: "var(--zd_emptysvg_medium_circle)",
23
+ fill: "none"
24
+ }), /*#__PURE__*/React.createElement("ellipse", {
25
+ className: "EmptyTask_svg__cls-3",
26
+ cx: 79.62,
27
+ cy: 29.6,
28
+ rx: 2.12,
29
+ ry: 2.1
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "EmptyTask_svg__cls-4",
32
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
33
+ }), /*#__PURE__*/React.createElement("ellipse", {
34
+ className: "EmptyTask_svg__cls-8",
35
+ cx: 165.88,
36
+ cy: 154.09,
37
+ rx: 2.45,
38
+ ry: 2.43
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "EmptyTask_svg__cls-7",
41
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ className: "EmptyTask_svg__cls-6",
44
+ d: "M131.83 70.33l-5-1.58a12.76 12.76 0 00.65-4.46c0-4.34-3.26-7-7.26-7.24-4.36-.32-7.77 4.26-9 7.19l-7.81-2.14c-1.3-.34-2.73-.43-3.14.84l-1 3.24a2.49 2.49 0 001.64 3.12l28.47 9a2.51 2.51 0 003.15-1.58l1.19-3.72c.44-1.28-.56-2.24-1.89-2.67z"
45
+ }), /*#__PURE__*/React.createElement("ellipse", {
46
+ cx: 119.62,
47
+ cy: 63.17,
48
+ rx: 2.24,
49
+ ry: 2.22,
50
+ fill: "var(--zd_emptysvg_circle_fill)"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ className: "EmptyTask_svg__cls-6",
53
+ d: "M98.47 118.8a3.76 3.76 0 01-.38-5.18c2.23-2.79 14.36-17.82 14.36-17.82s10.41 4.26 6.92 8.45l-15.86 19z"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ className: "EmptyTask_svg__cls-5",
56
+ d: "M63.28 125.48c-1.79 5.74-4.38 16.66 1 18.42s55.64 19.48 59.79 17 29.34-83.43 23.25-85.62-19.54-7.18-20.29-7c0 0 2-7.78-3.15-9.91s-8.28-2.58-12.83 5c0 0-19.33-5.49-21.32-5S63.89 126 64.46 139c0 0 0 1.12 4.27 3.66s48.33 16 53.45 14.1 21.61-67.38 22.18-73.58-51.44-20.3-53.72-17.48c-2.12 2.63-7.5 19.17-13.52 35.9a78.29 78.29 0 00-2.28 7.36l-3.17 12.18a3.35 3.35 0 002.54 4.1 164 164 0 0016.41 2.14l10.8-2.82-6.87-5.94s-3.37 9.13-3.33 9.45 10.85-3.07 10.85-3.07l17.3-20.71s3-2.14-.33-4.15c-1.84-1.12-5.62-5.41-6.59-4.3-1.41 1.63-10.19 12.61-14.36 17.82a3.81 3.81 0 00.38 5.18c2.47 2.3 5.94 5.42 6.75 5.52s26.14-.32 42.29-.62"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ stroke: "var(--zd_emptysvg_circle_fill)",
59
+ strokeWidth: 2,
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round",
62
+ fill: "none",
63
+ d: "M108.63 112.84l5.97-7.49"
64
+ }));
65
+ }
66
+
67
+ }
68
+ EmptyTask.propTypes = EmptyStateProps;
69
+ EmptyTask.defaultProps = { ...EmptyStateDefaultProps,
70
+ dataId: 'emptyTask'
71
+ };
72
+
73
+ if (false) {
74
+ EmptyTask.docs = {
75
+ componentGroup: 'Emptystate'
76
+ };
77
+ }
@@ -0,0 +1,61 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptyTeams extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "team"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTeams_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTeams_svg__cls-4,.EmptyTeams_svg__cls-5,.EmptyTeams_svg__cls-6,.EmptyTeams_svg__cls-8,.EmptyTeams_svg__cls-9{fill:none}.EmptyTeams_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTeams_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTeams_svg__cls-5,.EmptyTeams_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTeams_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTeams_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
14
+ fill: "var(--zd_emptysvg_primary_fill)",
15
+ opacity: 0.05
16
+ }), /*#__PURE__*/React.createElement("ellipse", {
17
+ cx: 156.04,
18
+ cy: 31.69,
19
+ rx: 3.54,
20
+ ry: 3.51,
21
+ strokeMiterlimit: 10,
22
+ stroke: "var(--zd_emptysvg_medium_circle)",
23
+ fill: "none"
24
+ }), /*#__PURE__*/React.createElement("ellipse", {
25
+ className: "EmptyTeams_svg__cls-4",
26
+ cx: 79.62,
27
+ cy: 29.6,
28
+ rx: 2.12,
29
+ ry: 2.1
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "EmptyTeams_svg__cls-5",
32
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
33
+ }), /*#__PURE__*/React.createElement("ellipse", {
34
+ className: "EmptyTeams_svg__cls-9",
35
+ cx: 165.88,
36
+ cy: 154.09,
37
+ rx: 2.45,
38
+ ry: 2.43
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "EmptyTeams_svg__cls-8",
41
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ className: "EmptyTeams_svg__cls-7",
44
+ d: "M80.06 113.44s.91 20.72-13 19.13-7.94-24.92-7.94-24.92 10.06 7.35 20.94 5.79zM93.18 68.15s-1.87 5-3.85 7.13c0 0-3.54 17.77 13.45 18.78 0 0 10.14 2 13-15.13a27 27 0 01-22.6-10.78zM122.61 127.05s1.68-16 5.8-14 2 1.09 11.37-2c0 0 7.62-1.56 9.18 10.63 0 0-.3 7.33-1.66 10.27 0 0-6.2-5.51-14-3.82a85.63 85.63 0 00-10.69 2.87z"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ className: "EmptyTeams_svg__cls-6",
47
+ d: "M79.93 111.64s2.31 19-10.4 20.93S58 107.65 59.14 107.65s13.24 9.55 25.08 4.61c0 0-3.27-16.21-15.91-14.23s-12.63 14-14 21.66-5.22 13.84-2.2 19.86 28.17 14.12 34-5.72c4.76-16.26-2-31-10.1-37.08a6.43 6.43 0 01-1-9.31 32 32 0 018.28-7c8.59-5 10.51-13.83 10.34-15s-2.49-.3-1.93.79S101.66 81 119 78.68c0 0 3.29-22.93-13.47-23.37s-16.57 13.36-16 25.94S101.39 94.06 105 94.06c8.2 0 11.5-14.28 11.13-19.53s-6.86 1.86 4.07 7.62c6.56 3.46 11.92 10.11 15.15 15 2.49 3.75 2.82 6.93 5.83 10 3.16 3.22 7.38 8 6.79 14.95 0 0-1.69-12.37-8.17-11s-7.44 4.53-11.37 2-5.8 14-5.8 14-6.27-19.34 10.24-22.24 17.52 11.25 15.16 24.44-18.89 19.55-25.4 1.72c0 0 14.49-6.6 21.72 0s-28 17.46-57.43 9.71"
48
+ }));
49
+ }
50
+
51
+ }
52
+ EmptyTeams.propTypes = EmptyStateProps;
53
+ EmptyTeams.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyTeams'
55
+ };
56
+
57
+ if (false) {
58
+ EmptyTeams.docs = {
59
+ componentGroup: 'Emptystate'
60
+ };
61
+ }
@@ -0,0 +1,75 @@
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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class EmptyTelegram extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "emptyTelegram"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#telegram_svg__a)"
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ d: "M40.543 341.908c176.402-75.574 368.142-199.294 368.142-199.294L224.62 277.978s-13.746 9.44-6.157 32.539c7.589 23.1 12.368 53.727-1.25 43.735-13.619-9.992-1.162-106.644-90.471-106.157 0 0-4.231-2.123 8.642-8.248 12.873-6.124 229.589-91.488 285.685-118.527a5.03 5.03 0 0 1 2.971-.472 5.045 5.045 0 0 1 2.712 1.307 5.065 5.065 0 0 1 1.225 5.626l-90.105 221.897s-5.036 20.229-24.621 5.86c-19.584-14.369-39.892-53.193-78.282-17.563",
16
+ stroke: "var(--zd_emptysvg_primary_stroke)",
17
+ fill: "transparent",
18
+ strokeWidth: 2.5,
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ opacity: 0.8,
23
+ d: "M230.738 320.314s-6.665-8.181 16.64-36.43c23.305-28.249 147.516-133.762 149.263-122.48 1.747 11.282-76.925 182.895-85.626 166.512-8.7-16.383-56.422-32.061-80.277-7.602Z",
24
+ fill: "var(--zd_emptysvg_secondary_fill)"
25
+ })), /*#__PURE__*/React.createElement("g", {
26
+ clipPath: "url(#telegram_svg__b)"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ opacity: 0.1,
29
+ 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",
30
+ fill: "var(--zd_emptysvg_primary_fill)"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ 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",
33
+ fill: "var(--zd_emptysvg_plus)"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ 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",
36
+ fill: "var(--zd_emptysvg_plus)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ 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",
39
+ fill: "var(--zd_emptysvg_medium_circle)"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ 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",
42
+ fill: "var(--zd_emptysvg_small_circle)"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ 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",
45
+ fill: "var(--zd_emptysvg_tiny_circle)"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ opacity: 0.1,
48
+ 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",
49
+ fill: "var(--zd_emptysvg_primary_fill)"
50
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
51
+ id: "telegram_svg__a"
52
+ }, /*#__PURE__*/React.createElement("path", {
53
+ fill: "#fff",
54
+ transform: "rotate(-8.803 1191.04 .193)",
55
+ d: "M0 0h420v225.978H0z"
56
+ })), /*#__PURE__*/React.createElement("clipPath", {
57
+ id: "telegram_svg__b"
58
+ }, /*#__PURE__*/React.createElement("path", {
59
+ fill: "#fff",
60
+ transform: "translate(22.5 50)",
61
+ d: "M0 0h450v400H0z"
62
+ }))));
63
+ }
64
+
65
+ }
66
+ EmptyTelegram.propTypes = EmptyStateProps;
67
+ EmptyTelegram.defaultProps = { ...EmptyStateDefaultProps,
68
+ dataId: 'emptyTelegram'
69
+ };
70
+
71
+ if (false) {
72
+ EmptyTelegram.docs = {
73
+ componentGroup: 'Emptystate'
74
+ };
75
+ }