@zohodesk/svg 1.0.0-temp.54 → 1.0.0

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 (292) hide show
  1. package/README.md +247 -231
  2. package/assets/Appearance/dark/themes/blue/{blue_SVGTheme_DarkTheme.module.css → blueDarkCTATheme.module.css} +1 -1
  3. package/assets/Appearance/dark/themes/green/{green_SVGTheme_DarkTheme.module.css → greenDarkCTATheme.module.css} +1 -1
  4. package/assets/Appearance/dark/themes/orange/{orange_SVGTheme_DarkTheme.module.css → orangeDarkCTATheme.module.css} +1 -1
  5. package/assets/Appearance/dark/themes/red/{red_SVGTheme_DarkTheme.module.css → redDarkCTATheme.module.css} +1 -1
  6. package/assets/Appearance/dark/themes/yellow/{yellow_SVGTheme_DarkTheme.module.css → yellowDarkCTATheme.module.css} +1 -1
  7. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  8. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  9. package/assets/Appearance/{light/themes/green/green_SVGTheme_LightTheme.module.css → default/themes/green/greenDefaultCTATheme.module.css} +7 -7
  10. package/assets/Appearance/{light/themes/orange/orange_SVGTheme_LightTheme.module.css → default/themes/orange/orangeDefaultCTATheme.module.css} +7 -7
  11. package/assets/Appearance/{light/themes/red/red_SVGTheme_LightTheme.module.css → default/themes/red/redDefaultCTATheme.module.css} +7 -7
  12. package/assets/Appearance/{light/themes/yellow/yellow_SVGTheme_LightTheme.module.css → default/themes/yellow/yellowDefaultCTATheme.module.css} +7 -7
  13. package/assets/Appearance/pureDark/themes/blue/{blue_SVGTheme_PureDarkTheme.module.css → bluePureDarkCTATheme.module.css} +1 -1
  14. package/assets/Appearance/pureDark/themes/green/{green_SVGTheme_PureDarkTheme.module.css → greenPureDarkCTATheme.module.css} +1 -1
  15. package/assets/Appearance/pureDark/themes/orange/{orange_SVGTheme_PureDarkTheme.module.css → orangePureDarkCTATheme.module.css} +1 -1
  16. package/assets/Appearance/pureDark/themes/red/{red_SVGTheme_PureDarkTheme.module.css → redPureDarkCTATheme.module.css} +1 -1
  17. package/assets/Appearance/pureDark/themes/yellow/{yellow_SVGTheme_PureDarkTheme.module.css → yellowPureDarkCTATheme.module.css} +1 -1
  18. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -127
  19. package/es/Loader/Loader.js +3 -3
  20. package/es/SVG/SVG.js +5 -4
  21. package/es/SVG/SVG.module.css +31 -27
  22. package/es/SVG/SvgLoader.js +4 -1
  23. package/es/css/EmptyStateVariables.module.css +38 -38
  24. package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
  25. package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -5
  26. package/es/emptystate/version2/EmptyBusinessHour.js +4 -5
  27. package/es/emptystate/version2/EmptyFromAddress.js +4 -4
  28. package/es/emptystate/version2/EmptyImportHistory.js +4 -5
  29. package/es/emptystate/version2/EmptyNetwork.js +4 -4
  30. package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
  31. package/es/emptystate/version2/EmptyRoles.js +4 -4
  32. package/es/emptystate/version2/EmptyWebhook.js +4 -4
  33. package/es/emptystate/version2/FailureLog.js +4 -5
  34. package/es/emptystate/version3/AuditLog.js +4 -4
  35. package/es/emptystate/version3/Bot.js +3 -2
  36. package/es/emptystate/version3/Contract.js +4 -4
  37. package/es/emptystate/version3/CustomModule.js +4 -4
  38. package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
  39. package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
  40. package/es/emptystate/version3/EmptyAPIs.js +3 -2
  41. package/es/emptystate/version3/EmptyAccounts.js +4 -4
  42. package/es/emptystate/version3/EmptyActiveCalls.js +4 -5
  43. package/es/emptystate/version3/EmptyActivity.js +4 -5
  44. package/es/emptystate/version3/EmptyAgent.js +4 -5
  45. package/es/emptystate/version3/EmptyAgentQueue.js +4 -5
  46. package/es/emptystate/version3/EmptyApplechat.js +4 -4
  47. package/es/emptystate/version3/EmptyApproval.js +4 -4
  48. package/es/emptystate/version3/EmptyArchived.js +4 -4
  49. package/es/emptystate/version3/EmptyArticle.js +4 -4
  50. package/es/emptystate/version3/EmptyAsapchat.js +4 -5
  51. package/es/emptystate/version3/EmptyAttach.js +4 -5
  52. package/es/emptystate/version3/EmptyAuthenticationPending.js +3 -2
  53. package/es/emptystate/version3/EmptyBlueprint.js +4 -5
  54. package/es/emptystate/version3/EmptyCallHistory.js +4 -5
  55. package/es/emptystate/version3/EmptyCanned.js +4 -5
  56. package/es/emptystate/version3/EmptyChat.js +4 -5
  57. package/es/emptystate/version3/EmptyCollision.js +4 -4
  58. package/es/emptystate/version3/EmptyColumn.js +4 -4
  59. package/es/emptystate/version3/EmptyContact.js +4 -5
  60. package/es/emptystate/version3/EmptyContract.js +4 -4
  61. package/es/emptystate/version3/EmptyConversation.js +4 -5
  62. package/es/emptystate/version3/EmptyCrm.js +4 -4
  63. package/es/emptystate/version3/EmptyCrmNotes.js +4 -4
  64. package/es/emptystate/version3/EmptyCrmPotential.js +4 -5
  65. package/es/emptystate/version3/EmptyCustomerHappiness.js +3 -2
  66. package/es/emptystate/version3/EmptyDashboard.js +4 -4
  67. package/es/emptystate/version3/EmptyDelete.js +4 -4
  68. package/es/emptystate/version3/EmptyDepartment.js +4 -4
  69. package/es/emptystate/version3/EmptyError.js +4 -5
  70. package/es/emptystate/version3/EmptyFeed.js +4 -4
  71. package/es/emptystate/version3/EmptyFollowers.js +4 -4
  72. package/es/emptystate/version3/EmptyFrame.js +4 -5
  73. package/es/emptystate/version3/EmptyHappiness.js +4 -5
  74. package/es/emptystate/version3/EmptyHistory.js +4 -4
  75. package/es/emptystate/version3/EmptyInstagram.js +4 -5
  76. package/es/emptystate/version3/EmptyInstantmessage.js +4 -5
  77. package/es/emptystate/version3/EmptyInvoice.js +4 -4
  78. package/es/emptystate/version3/EmptyLine.js +4 -5
  79. package/es/emptystate/version3/EmptyMessenger.js +4 -4
  80. package/es/emptystate/version3/EmptyNoData.js +4 -4
  81. package/es/emptystate/version3/EmptyNotification.js +4 -4
  82. package/es/emptystate/version3/EmptyPreference.js +4 -4
  83. package/es/emptystate/version3/EmptyProducts.js +4 -4
  84. package/es/emptystate/version3/EmptyReply.js +4 -4
  85. package/es/emptystate/version3/EmptyReports.js +4 -4
  86. package/es/emptystate/version3/EmptySandbox.js +32 -21
  87. package/es/emptystate/version3/EmptySchedule.js +4 -4
  88. package/es/emptystate/version3/EmptySearch.js +4 -4
  89. package/es/emptystate/version3/EmptySkills.js +4 -4
  90. package/es/emptystate/version3/EmptySla.js +4 -4
  91. package/es/emptystate/version3/EmptySnippet.js +4 -4
  92. package/es/emptystate/version3/EmptyTag.js +4 -4
  93. package/es/emptystate/version3/EmptyTask.js +4 -4
  94. package/es/emptystate/version3/EmptyTeams.js +4 -5
  95. package/es/emptystate/version3/EmptyTelegram.js +4 -5
  96. package/es/emptystate/version3/EmptyTemplate.js +4 -4
  97. package/es/emptystate/version3/EmptyTicket.js +4 -5
  98. package/es/emptystate/version3/EmptyTimeEntry.js +4 -4
  99. package/es/emptystate/version3/EmptyTimeline.js +4 -5
  100. package/es/emptystate/version3/EmptyTopic.js +4 -4
  101. package/es/emptystate/version3/EmptyTwilio.js +4 -5
  102. package/es/emptystate/version3/EmptyWechat.js +4 -5
  103. package/es/emptystate/version3/EmptyWhatsapp.js +4 -5
  104. package/es/emptystate/version3/EmptyZSCKey.js +88 -0
  105. package/es/emptystate/version3/Export.js +4 -5
  106. package/es/emptystate/version3/Extensions.js +4 -5
  107. package/es/emptystate/version3/Extractor.js +4 -5
  108. package/es/emptystate/version3/GCBot.js +4 -5
  109. package/es/emptystate/version3/GCConversation.js +4 -5
  110. package/es/emptystate/version3/Import.js +4 -5
  111. package/es/emptystate/version3/KBBot.js +4 -5
  112. package/es/emptystate/version3/Multilingual.js +4 -5
  113. package/es/emptystate/version3/NetworkError.js +4 -5
  114. package/es/emptystate/version3/Predictor.js +4 -5
  115. package/es/emptystate/version3/ReadRecipients.js +4 -5
  116. package/es/emptystate/version3/SupportPlan.js +4 -4
  117. package/es/emptystate/version3/Variable.js +4 -5
  118. package/es/emptystate/version3/ZiaAnamoly.js +4 -5
  119. package/es/errorstate/version1/EmptyInconvenience.js +4 -5
  120. package/es/errorstate/version1/NoRequestFound.js +4 -5
  121. package/es/errorstate/version1/PageNotFound.js +4 -5
  122. package/es/errorstate/version1/UnableToProcessRequest.js +4 -5
  123. package/es/errorstate/version1/UnauthorizedLogin.js +4 -5
  124. package/es/errorstate/version1/UrlNotFound.js +4 -5
  125. package/es/errorstate/version1/WillBeRightBack.js +4 -5
  126. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +4 -5
  127. package/es/errorstate/version2/EmptyWillBeRightBack.js +4 -5
  128. package/es/errorstate/version2/NotImpossible.js +4 -5
  129. package/es/errorstate/version3/ErrorInconvenience.js +4 -5
  130. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +4 -5
  131. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +4 -5
  132. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +4 -5
  133. package/es/errorstate/version3/ErrorUrlNotFound.js +4 -5
  134. package/es/errorstate/version3/ErrorWillBeRightBack.js +4 -5
  135. package/es/index.js +0 -3
  136. package/images/EmptyBusinessHoliday.svg +50 -50
  137. package/images/EmptyBusinessHour.svg +42 -42
  138. package/images/EmptyContactInfo.svg +27 -27
  139. package/images/EmptyCustomDomain.svg +85 -85
  140. package/images/EmptyFilter.svg +62 -62
  141. package/images/EmptyFromAddress.svg +41 -41
  142. package/images/EmptyImportHistory.svg +43 -43
  143. package/images/EmptyNetwork.svg +50 -50
  144. package/images/EmptyRecycleBin.svg +58 -58
  145. package/images/EmptyRoles.svg +30 -30
  146. package/images/EmptySkills.svg +83 -83
  147. package/images/EmptyWebhook.svg +44 -44
  148. package/images/FailureLog.svg +46 -46
  149. package/images/Inconvenience.svg +719 -719
  150. package/images/NoRequestFound.svg +247 -247
  151. package/images/PageNotFound.svg +405 -405
  152. package/images/ReguestUrlNotFound.svg +267 -267
  153. package/images/UnableToProcess.svg +752 -752
  154. package/images/UnauthorizedLogin.svg +1047 -1047
  155. package/images/WillBack.svg +633 -633
  156. package/install.md +11 -11
  157. package/lib/Loader/Loader.js +27 -6
  158. package/lib/Loader/props/propTypes.js +3 -0
  159. package/lib/SVG/SVG.js +41 -19
  160. package/lib/SVG/SVG.module.css +31 -27
  161. package/lib/SVG/SvgLoader.js +22 -6
  162. package/lib/SVG/props/propTypes.js +3 -0
  163. package/lib/css/EmptyStateVariables.module.css +38 -38
  164. package/lib/emptystate/index.js +9 -0
  165. package/lib/emptystate/props/propTypes.js +3 -0
  166. package/lib/emptystate/version1/EmptyCustomDomain.js +31 -6
  167. package/lib/emptystate/version1/index.js +2 -0
  168. package/lib/emptystate/version2/EmptyBusinessHoliday.js +31 -7
  169. package/lib/emptystate/version2/EmptyBusinessHour.js +31 -7
  170. package/lib/emptystate/version2/EmptyFromAddress.js +31 -6
  171. package/lib/emptystate/version2/EmptyImportHistory.js +31 -7
  172. package/lib/emptystate/version2/EmptyNetwork.js +31 -6
  173. package/lib/emptystate/version2/EmptyRecycleBin.js +31 -6
  174. package/lib/emptystate/version2/EmptyRoles.js +31 -6
  175. package/lib/emptystate/version2/EmptyWebhook.js +31 -6
  176. package/lib/emptystate/version2/FailureLog.js +31 -7
  177. package/lib/emptystate/version2/index.js +10 -0
  178. package/lib/emptystate/version3/AuditLog.js +30 -6
  179. package/lib/emptystate/version3/Bot.js +29 -4
  180. package/lib/emptystate/version3/Contract.js +30 -6
  181. package/lib/emptystate/version3/CustomModule.js +30 -6
  182. package/lib/emptystate/version3/EmptyAPIAuthentication.js +149 -0
  183. package/lib/emptystate/version3/EmptyAPIConfiguration.js +141 -0
  184. package/lib/emptystate/version3/EmptyAPIs.js +29 -4
  185. package/lib/emptystate/version3/EmptyAccounts.js +30 -6
  186. package/lib/emptystate/version3/EmptyActiveCalls.js +30 -7
  187. package/lib/emptystate/version3/EmptyActivity.js +30 -7
  188. package/lib/emptystate/version3/EmptyAgent.js +30 -7
  189. package/lib/emptystate/version3/EmptyAgentQueue.js +30 -7
  190. package/lib/emptystate/version3/EmptyApplechat.js +30 -6
  191. package/lib/emptystate/version3/EmptyApproval.js +30 -6
  192. package/lib/emptystate/version3/EmptyArchived.js +30 -6
  193. package/lib/emptystate/version3/EmptyArticle.js +30 -6
  194. package/lib/emptystate/version3/EmptyAsapchat.js +30 -7
  195. package/lib/emptystate/version3/EmptyAttach.js +30 -7
  196. package/lib/emptystate/version3/EmptyAuthenticationPending.js +29 -4
  197. package/lib/emptystate/version3/EmptyBlueprint.js +30 -7
  198. package/lib/emptystate/version3/EmptyCallHistory.js +30 -7
  199. package/lib/emptystate/version3/EmptyCanned.js +30 -7
  200. package/lib/emptystate/version3/EmptyChat.js +30 -7
  201. package/lib/emptystate/version3/EmptyCollision.js +30 -6
  202. package/lib/emptystate/version3/EmptyColumn.js +30 -6
  203. package/lib/emptystate/version3/EmptyContact.js +30 -7
  204. package/lib/emptystate/version3/EmptyContract.js +30 -6
  205. package/lib/emptystate/version3/EmptyConversation.js +30 -7
  206. package/lib/emptystate/version3/EmptyCrm.js +30 -6
  207. package/lib/emptystate/version3/EmptyCrmNotes.js +30 -6
  208. package/lib/emptystate/version3/EmptyCrmPotential.js +30 -7
  209. package/lib/emptystate/version3/EmptyCustomerHappiness.js +29 -4
  210. package/lib/emptystate/version3/EmptyDashboard.js +30 -6
  211. package/lib/emptystate/version3/EmptyDelete.js +30 -6
  212. package/lib/emptystate/version3/EmptyDepartment.js +30 -6
  213. package/lib/emptystate/version3/EmptyError.js +30 -7
  214. package/lib/emptystate/version3/EmptyFeed.js +30 -6
  215. package/lib/emptystate/version3/EmptyFollowers.js +30 -6
  216. package/lib/emptystate/version3/EmptyFrame.js +30 -7
  217. package/lib/emptystate/version3/EmptyHappiness.js +30 -7
  218. package/lib/emptystate/version3/EmptyHistory.js +30 -6
  219. package/lib/emptystate/version3/EmptyInstagram.js +30 -7
  220. package/lib/emptystate/version3/EmptyInstantmessage.js +30 -7
  221. package/lib/emptystate/version3/EmptyInvoice.js +30 -6
  222. package/lib/emptystate/version3/EmptyLine.js +30 -7
  223. package/lib/emptystate/version3/EmptyMessenger.js +30 -6
  224. package/lib/emptystate/version3/EmptyNoData.js +30 -6
  225. package/lib/emptystate/version3/EmptyNotification.js +30 -6
  226. package/lib/emptystate/version3/EmptyPreference.js +30 -6
  227. package/lib/emptystate/version3/EmptyProducts.js +30 -6
  228. package/lib/emptystate/version3/EmptyReply.js +30 -6
  229. package/lib/emptystate/version3/EmptyReports.js +30 -6
  230. package/lib/emptystate/version3/EmptySandbox.js +58 -23
  231. package/lib/emptystate/version3/EmptySchedule.js +30 -6
  232. package/lib/emptystate/version3/EmptySearch.js +30 -6
  233. package/lib/emptystate/version3/EmptySkills.js +30 -6
  234. package/lib/emptystate/version3/EmptySla.js +30 -6
  235. package/lib/emptystate/version3/EmptySnippet.js +30 -6
  236. package/lib/emptystate/version3/EmptyTag.js +30 -6
  237. package/lib/emptystate/version3/EmptyTask.js +30 -6
  238. package/lib/emptystate/version3/EmptyTeams.js +30 -7
  239. package/lib/emptystate/version3/EmptyTelegram.js +30 -7
  240. package/lib/emptystate/version3/EmptyTemplate.js +30 -6
  241. package/lib/emptystate/version3/EmptyTicket.js +30 -7
  242. package/lib/emptystate/version3/EmptyTimeEntry.js +30 -6
  243. package/lib/emptystate/version3/EmptyTimeline.js +30 -7
  244. package/lib/emptystate/version3/EmptyTopic.js +30 -6
  245. package/lib/emptystate/version3/EmptyTwilio.js +30 -7
  246. package/lib/emptystate/version3/EmptyWechat.js +30 -7
  247. package/lib/emptystate/version3/EmptyWhatsapp.js +30 -7
  248. package/lib/emptystate/version3/EmptyZSCKey.js +145 -0
  249. package/lib/emptystate/version3/Export.js +30 -7
  250. package/lib/emptystate/version3/Extensions.js +30 -7
  251. package/lib/emptystate/version3/Extractor.js +30 -7
  252. package/lib/emptystate/version3/GCBot.js +30 -7
  253. package/lib/emptystate/version3/GCConversation.js +30 -7
  254. package/lib/emptystate/version3/Import.js +30 -7
  255. package/lib/emptystate/version3/KBBot.js +30 -7
  256. package/lib/emptystate/version3/Multilingual.js +30 -7
  257. package/lib/emptystate/version3/NetworkError.js +30 -7
  258. package/lib/emptystate/version3/Predictor.js +30 -7
  259. package/lib/emptystate/version3/ReadRecipients.js +30 -7
  260. package/lib/emptystate/version3/SupportPlan.js +30 -6
  261. package/lib/emptystate/version3/Variable.js +30 -7
  262. package/lib/emptystate/version3/ZiaAnamoly.js +30 -7
  263. package/lib/emptystate/version3/index.js +79 -0
  264. package/lib/errorstate/index.js +9 -0
  265. package/lib/errorstate/props/propTypes.js +3 -0
  266. package/lib/errorstate/version1/EmptyInconvenience.js +31 -7
  267. package/lib/errorstate/version1/NoRequestFound.js +31 -7
  268. package/lib/errorstate/version1/PageNotFound.js +31 -7
  269. package/lib/errorstate/version1/UnableToProcessRequest.js +31 -7
  270. package/lib/errorstate/version1/UnauthorizedLogin.js +31 -7
  271. package/lib/errorstate/version1/UrlNotFound.js +31 -7
  272. package/lib/errorstate/version1/WillBeRightBack.js +31 -7
  273. package/lib/errorstate/version1/index.js +8 -0
  274. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +30 -7
  275. package/lib/errorstate/version2/EmptyWillBeRightBack.js +30 -7
  276. package/lib/errorstate/version2/NotImpossible.js +30 -7
  277. package/lib/errorstate/version2/index.js +3 -0
  278. package/lib/errorstate/version3/ErrorInconvenience.js +30 -7
  279. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +30 -7
  280. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +30 -7
  281. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +30 -7
  282. package/lib/errorstate/version3/ErrorUrlNotFound.js +30 -7
  283. package/lib/errorstate/version3/ErrorWillBeRightBack.js +30 -7
  284. package/lib/errorstate/version3/index.js +7 -0
  285. package/lib/index.js +10 -0
  286. package/package.json +75 -68
  287. package/postPublish.js +8 -0
  288. package/prePublish.js +70 -0
  289. package/assets/Appearance/light/mode/SVG_LightMode.module.css +0 -37
  290. package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +0 -10
  291. /package/assets/Appearance/dark/mode/{SVG_DarkMode.module.css → darkEmptyStates.module.css} +0 -0
  292. /package/assets/Appearance/pureDark/mode/{SVG_PureDarkMode.module.css → pureDarkEmptyStates.module.css} +0 -0
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -46,14 +47,12 @@ export default class EmptyTimeline extends React.Component {
46
47
  d: "M78.56 147.23c-28.72-23.13-11-53.38-11-53.38C80 73.08 98.12 71.9 98.12 71.9v7.44s10.2-3.17 16.42-7.75c11.78-8.68 8.3.48 4.74-1.33-4-2-21.61-14.6-21.61-14.6v8.45c0 2-1.36 1.38-3.32 1.85a48.52 48.52 0 00-10.25 3.91c-16.06 7.91-21.82 22.5-23.94 34.55-3.81 21.63 6.56 38.88 19.09 46.33 18.44 10.95 58.8 6.06 59.56-30.38.9-43-40.37-35.18-40.37-35.18s0 18.39.4 30.38 8.79 8 8.79 4.8-31.16-3.62-31.16-3.62l-4.41 3.45 4.68 2.89 19-2.34"
47
48
  }));
48
49
  }
50
+
49
51
  }
50
52
  EmptyTimeline.propTypes = EmptyStateProps;
51
- EmptyTimeline.defaultProps = {
52
- ...EmptyStateDefaultProps,
53
+ EmptyTimeline.defaultProps = { ...EmptyStateDefaultProps,
53
54
  dataId: 'emptyTimeline'
54
- };
55
-
56
- // if (__DOCS__) {
55
+ }; // if (__DOCS__) {
57
56
  // EmptyTimeline.docs = {
58
57
  // componentGroup: 'Emptystate'
59
58
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -52,13 +53,12 @@ export default class EmptyTopic extends React.Component {
52
53
  d: "M42.1 124.6a.61.61 0 01-.45-.48c-.33-1.72-1.55-8.6.07-8.33 1.83.3 70.68 16.69 72.85 17.21h.11c.62 0 6 .07 7-5.47S140.9 81.65 143.49 76a.62.62 0 01.92-.25l2.72 1.84a.63.63 0 01.25.68c-1.43 4.89-15 50.45-27.51 64.23a.7.7 0 01-.19.15 3.06 3.06 0 01-2.89 0 .63.63 0 00-.61 0 5.05 5.05 0 01-3.6.19c-2.37-.77-65.03-16.84-70.48-18.24z"
53
54
  }));
54
55
  }
56
+
55
57
  }
56
58
  EmptyTopic.propTypes = EmptyStateProps;
57
- EmptyTopic.defaultProps = {
58
- ...EmptyStateDefaultProps,
59
+ EmptyTopic.defaultProps = { ...EmptyStateDefaultProps,
59
60
  dataId: 'emptyTopic'
60
- };
61
- // if (__DOCS__) {
61
+ }; // if (__DOCS__) {
62
62
  // EmptyTopic.docs = {
63
63
  // componentGroup: 'Emptystate'
64
64
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -60,14 +61,12 @@ export default class EmptyTwilio extends React.Component {
60
61
  d: "M0 0h450v400H0z"
61
62
  }))));
62
63
  }
64
+
63
65
  }
64
66
  EmptyTwilio.propTypes = EmptyStateProps;
65
- EmptyTwilio.defaultProps = {
66
- ...EmptyStateDefaultProps,
67
+ EmptyTwilio.defaultProps = { ...EmptyStateDefaultProps,
67
68
  dataId: 'emptyTwilio'
68
- };
69
-
70
- // if (__DOCS__) {
69
+ }; // if (__DOCS__) {
71
70
  // EmptyTwilio.docs = {
72
71
  // componentGroup: 'Emptystate'
73
72
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -60,14 +61,12 @@ export default class EmptyWechat extends React.Component {
60
61
  d: "M0 0h450v400H0z"
61
62
  }))));
62
63
  }
64
+
63
65
  }
64
66
  EmptyWechat.propTypes = EmptyStateProps;
65
- EmptyWechat.defaultProps = {
66
- ...EmptyStateDefaultProps,
67
+ EmptyWechat.defaultProps = { ...EmptyStateDefaultProps,
67
68
  dataId: 'emptyWechat'
68
- };
69
-
70
- // if (__DOCS__) {
69
+ }; // if (__DOCS__) {
71
70
  // EmptyWechat.docs = {
72
71
  // componentGroup: 'Emptystate'
73
72
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -60,14 +61,12 @@ export default class EmptyWhatsapp extends React.Component {
60
61
  d: "M0 0h450v400H0z"
61
62
  }))));
62
63
  }
64
+
63
65
  }
64
66
  EmptyWhatsapp.propTypes = EmptyStateProps;
65
- EmptyWhatsapp.defaultProps = {
66
- ...EmptyStateDefaultProps,
67
+ EmptyWhatsapp.defaultProps = { ...EmptyStateDefaultProps,
67
68
  dataId: 'emptyWhatsapp'
68
- };
69
-
70
- // if (__DOCS__) {
69
+ }; // if (__DOCS__) {
71
70
  // EmptyWhatsapp.docs = {
72
71
  // componentGroup: 'Emptystate'
73
72
  // };
@@ -0,0 +1,88 @@
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 EmptyZSCKey extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "emptyZSCKey"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#ZSCKey_svg__a)"
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ opacity: 0.1,
16
+ 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",
17
+ fill: "var(--zd_emptysvg_primary_fill)"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M35 293.249c-.25 0 0 0 0 0-.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",
20
+ fill: "var(--zd_emptysvg_plus)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "m44.501 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",
23
+ fill: "var(--zd_emptysvg_plus)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M428 51.999c-6.5 0-11.75 5.25-11.75 11.75s5.25 11.75 11.75 11.75 11.75-5.25 11.75-11.75-5.5-11.75-11.75-11.75Zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5ZM311 432.748c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5Zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25Z",
26
+ fill: "var(--zd_emptysvg_medium_circle)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M202.251 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",
29
+ fill: "var(--zd_emptysvg_cross)"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ opacity: 0.1,
32
+ 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",
33
+ fill: "var(--zd_emptysvg_primary_fill)"
34
+ })), /*#__PURE__*/React.createElement("g", {
35
+ clipPath: "url(#ZSCKey_svg__b)"
36
+ }, /*#__PURE__*/React.createElement("path", {
37
+ opacity: 0.2,
38
+ d: "M149.162 284.739s163.405 8.345 165.484 4.097c2.08-4.248 2.773-32.81-3.466-33.112-6.238-.301-157.979-.904-160.782 2.139-2.803 3.043-1.236 26.906-1.236 26.906v-.03ZM149.162 340.176s163.405 8.346 165.484 4.098c2.08-4.249 2.773-32.811-3.466-33.112-6.238-.302-157.979-.904-160.782 2.139-2.803 3.043-1.236 26.905-1.236 26.905v-.03Z",
39
+ fill: "var(--zd_emptysvg_primary_fill)"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M184.393 320.441v14.01M177.853 329.992l13.049-5.092M178.636 323.454l11.512 7.984M215.735 320.441v14.01M209.195 329.992l13.05-5.092M209.949 323.454l11.543 7.984M247.048 320.441v14.01M240.538 329.992l13.05-5.092M241.292 323.454l11.512 7.984M278.391 320.441v14.01M271.851 329.992l13.079-5.092M272.635 323.454l11.512 7.984",
42
+ stroke: "var(--zd_emptysvg_primary_stroke)",
43
+ strokeWidth: 2.5,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round",
46
+ fill: "transparent"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ opacity: 0.2,
49
+ d: "M231.497 208.814c-9.614-4.097-13.531-15.637-8.438-24.796 3.707-6.628 9.975-12.986 20.342-12.654 21.368.723 16.033 23.169 10.699 22.808-5.334-.362 12.115-50.226 41.68-49.171 29.565 1.054 47.406 25.64 42.765 33.835-4.641 8.195-1.055-26.725 45.628-13.197 46.682 13.528-12.357 61.735-92.642 54.865-31.735-2.711-49.757-7.381-60.004-11.72l-.03.03Z",
50
+ fill: "var(--zd_emptysvg_primary_fill)"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M206.393 204.506c-10.91-10.726-10.759-43.447 29.504-49.141 33.151-4.67 41.258 28.08 33.151 29.316-8.107 1.235-9.915-30.582 0-43.266 12.386-15.818 24.14-17.415 40.263-15.004 26.612 4.007 42.886 35.944 36.316 45.856-2.351 2.019-5.937.452-6.118-2.621-.181-3.615 1.205-7.833.603-8.737-.995-1.477-7.535-4.731-7.535-4.731-.813.362-4.43 9.16-8.227 8.045-3.797-1.115-5.545-10.274-5.545-10.274s-9.765 1.265-9.554 2.591c.211 1.326 1.748 10.394-.241 11.539-1.989 1.145-10.428-2.38-10.428-2.38s-5.304 5.875-4.912 7.291c.392 1.417 7.474 4.339 6.6 9.702-.361 2.139-7.956 7.291-9.342 6.207-.694-.543 1.989 7.592 1.989 7.592 1.959 1.657 7.474-2.35 11.15.091 3.677 2.44-2.079 10.304-.693 12.563 1.387 2.26 7.173 3.194 7.173 3.194 2.923-3.826 8.619-7.984 10.638-6.417 2.02 1.566 2.472 8.134 4.762 8.315 2.291.181 7.504-1.506 8.107-2.199.603-.693-1.025-9.581.332-10.997 1.356-1.416 9.463 1.928 10.819 2.079 1.356.15 2.863-.633 4.159-5.062 1.296-4.429-4.581-4.821-6.872-9.34 0 0-1.868-7.834 2.411-7.502 4.28.331 9.795.18 9.795.18s-.181-9.611-1.205-10.123c-1.025-.512-9.222-.151-10.036-.693-5.726-3.977 10.216-17.505 22.392-20.548 41.167-11.238 70.401 43.386 28.66 63.211-3.676 1.747-7.926 3.435-12.657 5.032l-6.48 1.566-12.748 3.887c-29.233 6.99-66.483 10.786-94.179 7.773 0 0-79.17-8.798-80.949-49.743 0 0-8.739-38.053 63.409-36.727.272-4.761 2.11-9.039 5.907-12.805-60.968.12-132.272 2.38-134.653 5.061-4.189 4.61-2.11 225.698-2.17 233.622-.06 7.924 222.986.15 222.986.15s2.501-63.994 3.526-125.216",
53
+ stroke: "var(--zd_emptysvg_primary_stroke)",
54
+ strokeWidth: 2.5,
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round",
57
+ fill: "transparent"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ opacity: 0.2,
60
+ d: "M318.021 183.536c2.14-1.657-.602-2.682-.391-3.887.301-1.807 1.386-3.796 4.701-3.073 5.756 1.266 11.271 7.261 5.997 13.619-5.274 6.357-15.49-.181-14.285-4.49.452-1.627 3.346-1.717 3.948-2.169h.03Z",
61
+ fill: "var(--zd_emptysvg_primary_fill)"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ d: "M321.849 193.719c5.026 0 9.101-4.073 9.101-9.099 0-5.025-4.075-9.099-9.101-9.099-5.027 0-9.102 4.074-9.102 9.099 0 5.026 4.075 9.099 9.102 9.099Z",
64
+ stroke: "var(--zd_emptysvg_primary_stroke)",
65
+ strokeWidth: 2.5,
66
+ strokeLinecap: "round",
67
+ strokeLinejoin: "round",
68
+ fill: "transparent"
69
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
70
+ id: "ZSCKey_svg__a"
71
+ }, /*#__PURE__*/React.createElement("path", {
72
+ fill: "#fff",
73
+ transform: "translate(25 50)",
74
+ d: "M0 0h450v400H0z"
75
+ })), /*#__PURE__*/React.createElement("clipPath", {
76
+ id: "ZSCKey_svg__b"
77
+ }, /*#__PURE__*/React.createElement("path", {
78
+ fill: "#fff",
79
+ transform: "translate(118 124)",
80
+ d: "M0 0h298.239v252H0z"
81
+ }))));
82
+ }
83
+
84
+ }
85
+ EmptyZSCKey.propTypes = EmptyStateProps;
86
+ EmptyZSCKey.defaultProps = { ...EmptyStateDefaultProps,
87
+ dataId: 'emptyZSCKey'
88
+ };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -41,14 +42,12 @@ export default class Export extends React.Component {
41
42
  }
42
43
  }));
43
44
  }
45
+
44
46
  }
45
47
  Export.propTypes = EmptyStateProps;
46
- Export.defaultProps = {
47
- ...EmptyStateDefaultProps,
48
+ Export.defaultProps = { ...EmptyStateDefaultProps,
48
49
  dataId: 'emptyExport'
49
- };
50
-
51
- // if (__DOCS__) {
50
+ }; // if (__DOCS__) {
52
51
  // Export.docs = {
53
52
  // componentGroup: 'Emptystate'
54
53
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -47,14 +48,12 @@ export default class Extensions extends React.Component {
47
48
  d: "M59.8465 113.763C59.8465 113.763 56.842 134.924 61.811 136.89C66.78 138.856 132.071 137.353 132.071 137.353C132.071 137.353 115.43 115.035 97.7497 117.001C80.0692 118.966 62.6199 97.8046 59.8465 113.763Z"
48
49
  }));
49
50
  }
51
+
50
52
  }
51
53
  Extensions.propTypes = EmptyStateProps;
52
- Extensions.defaultProps = {
53
- ...EmptyStateDefaultProps,
54
+ Extensions.defaultProps = { ...EmptyStateDefaultProps,
54
55
  dataId: 'emptExtensions'
55
- };
56
-
57
- // if (__DOCS__) {
56
+ }; // if (__DOCS__) {
58
57
  // Extensions.docs = {
59
58
  // componentGroup: 'Emptystate'
60
59
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -40,14 +41,12 @@ export default class Extractor extends React.Component {
40
41
  d: "M72.7 35.4s1.9 33.3-.8 34.1c-2.7.8-17.5 1.6-17.5-.8 0-2.4 18-19.1 21.3-18.6 3.3.5 66.5.8 68.5 2.4 1.1.8 1.6 13.5 1.7 26.2.1 12.7.5 89.7.5 89.7l-11.4.4c-10.2 0-80.2 2-80.9-.7s-.7-60.8-.7-60.8v-30s80.7-2.5 82.3 3.8c1.6 6.4-66.8 5.4-67.1 4-.4-1.5-.1-9.7-.1-9.7s49.8-3.2 65.9 2.1"
41
42
  }));
42
43
  }
44
+
43
45
  }
44
46
  Extractor.propTypes = EmptyStateProps;
45
- Extractor.defaultProps = {
46
- ...EmptyStateDefaultProps,
47
+ Extractor.defaultProps = { ...EmptyStateDefaultProps,
47
48
  dataId: 'emptyExtractor'
48
- };
49
-
50
- // if (__DOCS__) {
49
+ }; // if (__DOCS__) {
51
50
  // Extractor.docs = {
52
51
  // componentGroup: 'Emptystate'
53
52
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -38,14 +39,12 @@ export default class GCBot extends React.Component {
38
39
  d: "M108.43 122.26c5.17-1.7 2.12-10.64-1.92-7.87s-4.61 11.06 7.16 12 14.75-6.1 13.9-9.5-6.45-4.54-6.95 1.27 7.3 8.94 14.32 7.54 4.89-10.65 1.84-10.51-5.6 5.6 2.71 10.87 13.95.59 12.3-16.85c-2-20.84-43.54-31.28-55.41-.88-8.49 21.74 9.29 31.54 12.44 33.69S96 156 97.38 156.43s26.43-10 26.43-10a29.06 29.06 0 0 0 21.63-5.43 34.1 34.1 0 0 0 12.21-38.62 36 36 0 0 0-13.88-18c-1.55-8.82-9.93-13.69-19.12-14.32l-.25-5.14c-4.65-1.47-4-5.19-2.32-6.72a2.75 2.75 0 0 1 4.46 2.5c-.25 2.69-3.74 3.43-3.74 3.43v5.86h-1.38a17.77 17.77 0 0 0-16.87 13s25.77-.1 28.83-.31a2.37 2.37 0 0 0 2.23-2.52 5.08 5.08 0 0 0-.7-2.19c-1.52-2.67-19-1.05-19-1.05s-2.32.48-2.29 3.85l.08 1.23c-8 .24-22.31 6.76-26.53 21.89 0 0-8.29 22.8 13.62 38.69M76 83.34a13.39 13.39 0 0 0 6 7.49s-6.51.38-9.37-3.75c0 0-14.8 8.23-24.31-2.09s1.5-31.78 18.34-26.48c0 0 5.5 2.78 4.28 7.74s-6 2-3.67-.43 9.28-2.11 9.56 7.87S68 83.49 67 83.06c-2-1-3.14-4.86-1.37-7.73s-.75 7.52-4.71 7.18.27-8.93-3.15-7.59c-2.33.92-5 8.34-4.44 8.55s1.48-18.32 5.19-21c5.4-3.9 7.87 8.75-6.7 12.65"
39
40
  }));
40
41
  }
42
+
41
43
  }
42
44
  GCBot.propTypes = EmptyStateProps;
43
- GCBot.defaultProps = {
44
- ...EmptyStateDefaultProps,
45
+ GCBot.defaultProps = { ...EmptyStateDefaultProps,
45
46
  dataId: 'emptyGCBot'
46
- };
47
-
48
- // if (__DOCS__) {
47
+ }; // if (__DOCS__) {
49
48
  // GCBot.docs = {
50
49
  // componentGroup: 'Emptystate'
51
50
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -40,14 +41,12 @@ export default class GCConversation extends React.Component {
40
41
  }
41
42
  }));
42
43
  }
44
+
43
45
  }
44
46
  GCConversation.propTypes = EmptyStateProps;
45
- GCConversation.defaultProps = {
46
- ...EmptyStateDefaultProps,
47
+ GCConversation.defaultProps = { ...EmptyStateDefaultProps,
47
48
  dataId: 'emptyGCConversation'
48
- };
49
-
50
- // if (__DOCS__) {
49
+ }; // if (__DOCS__) {
51
50
  // GCConversation.docs = {
52
51
  // componentGroup: 'Emptystate'
53
52
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -56,14 +57,12 @@ export default class Import extends React.Component {
56
57
  d: "M0 0h450v400H0z"
57
58
  }))));
58
59
  }
60
+
59
61
  }
60
62
  Import.propTypes = EmptyStateProps;
61
- Import.defaultProps = {
62
- ...EmptyStateDefaultProps,
63
+ Import.defaultProps = { ...EmptyStateDefaultProps,
63
64
  dataId: 'emptyImport'
64
- };
65
-
66
- // if (__DOCS__) {
65
+ }; // if (__DOCS__) {
67
66
  // Import.docs = {
68
67
  // componentGroup: 'Emptystate'
69
68
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -53,14 +54,12 @@ export default class KBBot extends React.Component {
53
54
  d: "M93.45 149.82s2.86-8 5.1-6 8.41-1.91 10.21-.31-.75 6.34-.75 6.34Z"
54
55
  }));
55
56
  }
57
+
56
58
  }
57
59
  KBBot.propTypes = EmptyStateProps;
58
- KBBot.defaultProps = {
59
- ...EmptyStateDefaultProps,
60
+ KBBot.defaultProps = { ...EmptyStateDefaultProps,
60
61
  dataId: 'emptyKBBot'
61
- };
62
-
63
- // if (__DOCS__) {
62
+ }; // if (__DOCS__) {
64
63
  // KBBot.docs = {
65
64
  // componentGroup: 'Emptystate'
66
65
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -46,14 +47,12 @@ export default class Multilingual extends React.Component {
46
47
  d: "M130.34 71.78s4.15 13.08 17 17.23M134.86 64.3v-4.28"
47
48
  }));
48
49
  }
50
+
49
51
  }
50
52
  Multilingual.propTypes = EmptyStateProps;
51
- Multilingual.defaultProps = {
52
- ...EmptyStateDefaultProps,
53
+ Multilingual.defaultProps = { ...EmptyStateDefaultProps,
53
54
  dataId: 'emptyMultilingual'
54
- };
55
-
56
- // if (__DOCS__) {
55
+ }; // if (__DOCS__) {
57
56
  // Multilingual.docs = {
58
57
  // componentGroup: 'Emptystate'
59
58
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -49,14 +50,12 @@ export default class NetworkError extends React.Component {
49
50
  }
50
51
  }));
51
52
  }
53
+
52
54
  }
53
55
  NetworkError.propTypes = EmptyStateProps;
54
- NetworkError.defaultProps = {
55
- ...EmptyStateDefaultProps,
56
+ NetworkError.defaultProps = { ...EmptyStateDefaultProps,
56
57
  dataId: 'emptyNetworkError'
57
- };
58
-
59
- // if (__DOCS__) {
58
+ }; // if (__DOCS__) {
60
59
  // NetworkError.docs = {
61
60
  // componentGroup: 'Emptystate'
62
61
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -47,14 +48,12 @@ export default class Predictor extends React.Component {
47
48
  strokeMiterlimit: 10
48
49
  }));
49
50
  }
51
+
50
52
  }
51
53
  Predictor.propTypes = EmptyStateProps;
52
- Predictor.defaultProps = {
53
- ...EmptyStateDefaultProps,
54
+ Predictor.defaultProps = { ...EmptyStateDefaultProps,
54
55
  dataId: 'emptyPredictor'
55
- };
56
-
57
- // if (__DOCS__) {
56
+ }; // if (__DOCS__) {
58
57
  // Predictor.docs = {
59
58
  // componentGroup: 'Emptystate'
60
59
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -45,14 +46,12 @@ export default class ReadRecipients extends React.Component {
45
46
  d: "M109.85 85.92s-13.92 8.79-18 11c-2.26 1.29-4.2-2.9-5.5-6.86M118.8 87s-13.91 8.79-18 11c-1.08.54-2.05 0-2.92-1.18"
46
47
  }));
47
48
  }
49
+
48
50
  }
49
51
  ReadRecipients.propTypes = EmptyStateProps;
50
- ReadRecipients.defaultProps = {
51
- ...EmptyStateDefaultProps,
52
+ ReadRecipients.defaultProps = { ...EmptyStateDefaultProps,
52
53
  dataId: 'emptyReadRecipients'
53
- };
54
-
55
- // if (__DOCS__) {
54
+ }; // if (__DOCS__) {
56
55
  // ReadRecipients.docs = {
57
56
  // componentGroup: 'Emptystate'
58
57
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -62,13 +63,12 @@ export default class SupportPlan extends React.Component {
62
63
  transform: "translate(25 50)"
63
64
  }))));
64
65
  }
66
+
65
67
  }
66
68
  SupportPlan.propTypes = EmptyStateProps;
67
- SupportPlan.defaultProps = {
68
- ...EmptyStateDefaultProps,
69
+ SupportPlan.defaultProps = { ...EmptyStateDefaultProps,
69
70
  dataId: 'SupportPlan'
70
- };
71
- // if (__DOCS__) {
71
+ }; // if (__DOCS__) {
72
72
  // SupportPlan.docs = {
73
73
  // componentGroup: 'Emptystate'
74
74
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -44,14 +45,12 @@ export default class Variable extends React.Component {
44
45
  d: "M166.11 89.24c-.63.91-20.67 3.5-25.8-.07a2.2 2.2 0 0 1-.36-.91s-1.4-19.07.36-19.77 21-2.88 25-1.06c1.85 3.72 1.5 20.76.8 21.81ZM97 69.26c-.64.91-20.46 3.5-25.46-.07a3.52 3.52 0 0 1-.35-.91s-1.4-18.86.35-19.56 20.75-2.81 24.68-1c1.78 3.66 1.41 20.56.78 21.54ZM49.33 118.61h4.57M46.09 118.68h1.76M39.69 118.75l3.8-.07M35.34 118.82l3.37-.07M52.84 122.26l1.06-.07M46.3 122.33l3.87-.07M42.86 122.33h2M35.34 122.4l5.69-.07M39.84 130l-4.5.07M43.07 130h-1.76M49.47 130h-3.8M53.9 129.9l-3.45.07M36.39 126.47h-1M42.86 126.39l-3.8.07M46.37 126.39h-2M53.9 126.32h-5.7"
45
46
  }));
46
47
  }
48
+
47
49
  }
48
50
  Variable.propTypes = EmptyStateProps;
49
- Variable.defaultProps = {
50
- ...EmptyStateDefaultProps,
51
+ Variable.defaultProps = { ...EmptyStateDefaultProps,
51
52
  dataId: 'emptyVariable'
52
- };
53
-
54
- // if (__DOCS__) {
53
+ }; // if (__DOCS__) {
55
54
  // Variable.docs = {
56
55
  // componentGroup: 'Emptystate'
57
56
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { EmptyStateProps } from './../props/propTypes';
4
5
  import { EmptyStateDefaultProps } from './../props/defaultProps';
@@ -41,14 +42,12 @@ export default class ZiaAnamoly extends React.Component {
41
42
  fill: "var(--zd_emptysvg_secondary_fill)"
42
43
  }));
43
44
  }
45
+
44
46
  }
45
47
  ZiaAnamoly.propTypes = EmptyStateProps;
46
- ZiaAnamoly.defaultProps = {
47
- ...EmptyStateDefaultProps,
48
+ ZiaAnamoly.defaultProps = { ...EmptyStateDefaultProps,
48
49
  dataId: 'emptyZiaAnamoly'
49
- };
50
-
51
- // if (__DOCS__) {
50
+ }; // if (__DOCS__) {
52
51
  // ZiaAnamoly.docs = {
53
52
  // componentGroup: 'Emptystate'
54
53
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { ErrorStateProps } from './../props/propTypes';
4
5
  import { ErrorStateDefaultProps } from './../props/defaultProps';
@@ -19,14 +20,12 @@ export default class Inconvenience extends React.Component {
19
20
  width: "100%"
20
21
  }));
21
22
  }
23
+
22
24
  }
23
25
  Inconvenience.propTypes = ErrorStateProps;
24
- Inconvenience.defaultProps = {
25
- ...ErrorStateDefaultProps,
26
+ Inconvenience.defaultProps = { ...ErrorStateDefaultProps,
26
27
  dataId: 'inconvenience'
27
- };
28
-
29
- // if (__DOCS__) {
28
+ }; // if (__DOCS__) {
30
29
  // Inconvenience.docs = {
31
30
  // componentGroup: 'Emptystate'
32
31
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { ErrorStateProps } from './../props/propTypes';
4
5
  import { ErrorStateDefaultProps } from './../props/defaultProps';
@@ -19,14 +20,12 @@ export default class NoRequestFound extends React.Component {
19
20
  width: "100%"
20
21
  }));
21
22
  }
23
+
22
24
  }
23
25
  NoRequestFound.propTypes = ErrorStateProps;
24
- NoRequestFound.defaultProps = {
25
- ...ErrorStateDefaultProps,
26
+ NoRequestFound.defaultProps = { ...ErrorStateDefaultProps,
26
27
  dataId: 'noRequestFound'
27
- };
28
-
29
- // if (__DOCS__) {
28
+ }; // if (__DOCS__) {
30
29
  // NoRequestFound.docs = {
31
30
  // componentGroup: 'Emptystate'
32
31
  // };
@@ -1,4 +1,5 @@
1
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
+
2
3
  import React from 'react';
3
4
  import { ErrorStateProps } from './../props/propTypes';
4
5
  import { ErrorStateDefaultProps } from './../props/defaultProps';
@@ -20,14 +21,12 @@ export default class PageNotFound extends React.Component {
20
21
  width: "100%"
21
22
  }));
22
23
  }
24
+
23
25
  }
24
26
  PageNotFound.propTypes = ErrorStateProps;
25
- PageNotFound.defaultProps = {
26
- ...ErrorStateDefaultProps,
27
+ PageNotFound.defaultProps = { ...ErrorStateDefaultProps,
27
28
  dataId: 'pageNotFound'
28
- };
29
-
30
- // if (__DOCS__) {
29
+ }; // if (__DOCS__) {
31
30
  // PageNotFound.docs = {
32
31
  // componentGroup: 'Emptystate'
33
32
  // };