@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';
@@ -15,13 +16,12 @@ export default class EmptyNetwork extends React.Component {
15
16
  width: "100%"
16
17
  }));
17
18
  }
19
+
18
20
  }
19
21
  EmptyNetwork.propTypes = EmptyStateProps;
20
- EmptyNetwork.defaultProps = {
21
- ...EmptyStateDefaultProps,
22
+ EmptyNetwork.defaultProps = { ...EmptyStateDefaultProps,
22
23
  dataId: 'emptyNetwork'
23
- };
24
- // if (__DOCS__) {
24
+ }; // if (__DOCS__) {
25
25
  // EmptyNetwork.docs = {
26
26
  // componentGroup: 'Emptystate'
27
27
  // };
@@ -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';
@@ -15,13 +16,12 @@ export default class EmptyRecycleBin extends React.Component {
15
16
  width: "100%"
16
17
  }));
17
18
  }
19
+
18
20
  }
19
21
  EmptyRecycleBin.propTypes = EmptyStateProps;
20
- EmptyRecycleBin.defaultProps = {
21
- ...EmptyStateDefaultProps,
22
+ EmptyRecycleBin.defaultProps = { ...EmptyStateDefaultProps,
22
23
  dataId: 'emptyRecycleBin'
23
- };
24
- // if (__DOCS__) {
24
+ }; // if (__DOCS__) {
25
25
  // EmptyRecycleBin.docs = {
26
26
  // componentGroup: 'Emptystate'
27
27
  // };
@@ -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';
@@ -15,13 +16,12 @@ export default class EmptyRoles extends React.Component {
15
16
  width: "100%"
16
17
  }));
17
18
  }
19
+
18
20
  }
19
21
  EmptyRoles.propTypes = EmptyStateProps;
20
- EmptyRoles.defaultProps = {
21
- ...EmptyStateDefaultProps,
22
+ EmptyRoles.defaultProps = { ...EmptyStateDefaultProps,
22
23
  dataId: 'emptyRoles'
23
- };
24
- // if (__DOCS__) {
24
+ }; // if (__DOCS__) {
25
25
  // EmptyRoles.docs = {
26
26
  // componentGroup: 'Emptystate'
27
27
  // };
@@ -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';
@@ -15,13 +16,12 @@ export default class EmptyWebhook extends React.Component {
15
16
  width: "100%"
16
17
  }));
17
18
  }
19
+
18
20
  }
19
21
  EmptyWebhook.propTypes = EmptyStateProps;
20
- EmptyWebhook.defaultProps = {
21
- ...EmptyStateDefaultProps,
22
+ EmptyWebhook.defaultProps = { ...EmptyStateDefaultProps,
22
23
  dataId: 'emptyWebhook'
23
- };
24
- // if (__DOCS__) {
24
+ }; // if (__DOCS__) {
25
25
  // EmptyWebhook.docs = {
26
26
  // componentGroup: 'Emptystate'
27
27
  // };
@@ -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';
@@ -15,14 +16,12 @@ export default class FailureLog extends React.Component {
15
16
  width: "100%"
16
17
  }));
17
18
  }
19
+
18
20
  }
19
21
  FailureLog.propTypes = EmptyStateProps;
20
- FailureLog.defaultProps = {
21
- ...EmptyStateDefaultProps,
22
+ FailureLog.defaultProps = { ...EmptyStateDefaultProps,
22
23
  dataId: 'failureLog'
23
- };
24
-
25
- // if (__DOCS__) {
24
+ }; // if (__DOCS__) {
26
25
  // FailureLog.docs = {
27
26
  // componentGroup: 'Emptystate'
28
27
  // };
@@ -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';
@@ -65,13 +66,12 @@ export default class AuditLog extends React.Component {
65
66
  transform: "translate(25 50)"
66
67
  }))));
67
68
  }
69
+
68
70
  }
69
71
  AuditLog.propTypes = EmptyStateProps;
70
- AuditLog.defaultProps = {
71
- ...EmptyStateDefaultProps,
72
+ AuditLog.defaultProps = { ...EmptyStateDefaultProps,
72
73
  dataId: 'AuditLog'
73
- };
74
- // if (__DOCS__) {
74
+ }; // if (__DOCS__) {
75
75
  // AuditLog.docs = {
76
76
  // componentGroup: 'Emptystate'
77
77
  // };
@@ -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';
@@ -61,9 +62,9 @@ export default class Bot extends React.Component {
61
62
  d: "M0 0h245v327H0z"
62
63
  }))));
63
64
  }
65
+
64
66
  }
65
67
  Bot.propTypes = EmptyStateProps;
66
- Bot.defaultProps = {
67
- ...EmptyStateDefaultProps,
68
+ Bot.defaultProps = { ...EmptyStateDefaultProps,
68
69
  dataId: 'Bot'
69
70
  };
@@ -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';
@@ -77,13 +78,12 @@ export default class Contract extends React.Component {
77
78
  transform: "translate(42.5 115)"
78
79
  }))));
79
80
  }
81
+
80
82
  }
81
83
  Contract.propTypes = EmptyStateProps;
82
- Contract.defaultProps = {
83
- ...EmptyStateDefaultProps,
84
+ Contract.defaultProps = { ...EmptyStateDefaultProps,
84
85
  dataId: 'Contract'
85
- };
86
- // if (__DOCS__) {
86
+ }; // if (__DOCS__) {
87
87
  // Contract.docs = {
88
88
  // componentGroup: 'Emptystate'
89
89
  // };
@@ -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,13 +45,12 @@ export default class CustomModule extends React.Component {
44
45
  d: "M132.21 72.4S93.39 48 89.51 49.67s-8.88 4.43-6.66 14.42-22.18-2.78-21.63 1.66 29.24 29.1 32 27.44 38.99-20.79 38.99-20.79zM80.63 152.43S56.67 94.3 50 95.83s-10.2 37.73-7.14 39.26 37.77 17.34 37.77 17.34zM161 111c-.07 2.33 2.1 1.08 2.78 1.88 1 1.19 1.76 3-.56 4.8-4 3.09-11 3.46-12.3-3.5s8.62-10.15 10.8-7c.81 1.2-.72 3.15-.72 3.82z"
45
46
  })));
46
47
  }
48
+
47
49
  }
48
50
  CustomModule.propTypes = EmptyStateProps;
49
- CustomModule.defaultProps = {
50
- ...EmptyStateDefaultProps,
51
+ CustomModule.defaultProps = { ...EmptyStateDefaultProps,
51
52
  dataId: 'CustomModule'
52
- };
53
- // if (__DOCS__) {
53
+ }; // if (__DOCS__) {
54
54
  // CustomModule.docs = {
55
55
  // componentGroup: 'Emptystate'
56
56
  // };
@@ -0,0 +1,92 @@
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 EmptyAPIAuthentication extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "emptyApiAuthentication"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#APIAuthentication_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(#APIAuthentication_svg__b)"
36
+ }, /*#__PURE__*/React.createElement("path", {
37
+ opacity: 0.2,
38
+ d: "M217.705 314.596c.151-16.029-14.665-7.141-19.453-12.504-7.227-8.104-12.557-20.427 3.162-33.142 27.102-21.904 75.162-25.429 85.19 22.326 10.028 47.755-57.878 71.135-73.356 49.623-5.812-8.075 4.397-21.754 4.457-26.303Z",
39
+ fill: "var(--zd_emptysvg_primary_fill)"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M240.892 308.541c2.138-1.356 2.349-6.147-1.716-6.327-4.066-.181-1.235 16.209 2.138 15.486 5.601-1.175 9.395-19.915-.392-22.868-9.787-2.953-12.166 25.971-1.415 30.461 8.763 3.645 13.4-17.867 11.202-27.508-2.168-9.431-11.022-13.589-19.845-4.068-9.786 10.515 2.048 62.639 19.845 29.015 17.827-33.594-1.927-47.725-13.732-46.339-11.804 1.386-16.803 22.928-16.291 34.618.843 19.193 23.398 47.363 38.665 14.764 15.268-32.6-3.041-55.498-17.827-60.078-14.755-4.579-27.493 13.739-27.493 39.198s22.163 51.25 41.074 40.584c21.531-12.142 29.27-89.785-19.121-88.549-14.635.361-22.104 8.014-25.446 18.469a147.162 147.162 0 0 1-3.704 10.214M200.691 353.011H179.28v-26.032M275.854 241.142h21.41v26.001M180.003 264.221v-21.422h25.988M296.541 329.902v21.422h-25.987",
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.407 208.814c-9.606-4.097-13.521-15.637-8.432-24.796 3.704-6.628 9.967-12.986 20.326-12.654 21.351.723 16.021 23.169 10.691 22.808-5.331-.362 12.105-50.226 41.646-49.171 29.541 1.054 47.368 25.64 42.731 33.835-4.638 8.195-1.054-26.725 45.591-13.197 46.645 13.528-12.346 61.735-92.568 54.865-31.709-2.711-49.717-7.381-59.955-11.72l-.03.03Z",
50
+ fill: "var(--zd_emptysvg_primary_fill)"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M206.322 204.506c-10.901-10.726-10.75-43.447 29.481-49.141 33.124-4.67 41.225 28.08 33.124 29.316-8.1 1.235-9.907-30.582 0-43.266 12.377-15.818 24.121-17.415 40.232-15.004 26.59 4.007 42.851 35.944 36.286 45.856-2.349 2.019-5.932.452-6.113-2.621-.181-3.615 1.205-7.833.602-8.737-.993-1.477-7.528-4.731-7.528-4.731-.813.362-4.427 9.16-8.221 8.045-3.794-1.115-5.541-10.274-5.541-10.274s-9.756 1.265-9.546 2.591c.211 1.326 1.747 10.394-.241 11.539-1.987 1.145-10.419-2.38-10.419-2.38s-5.3 5.875-4.908 7.291c.391 1.417 7.468 4.339 6.595 9.702-.362 2.139-7.95 7.291-9.335 6.207-.693-.543 1.987 7.592 1.987 7.592 1.957 1.657 7.468-2.35 11.142.091 3.674 2.44-2.078 10.304-.693 12.563 1.385 2.26 7.167 3.194 7.167 3.194 2.921-3.826 8.613-7.984 10.63-6.417 2.018 1.566 2.469 8.134 4.758 8.315 2.289.181 7.498-1.506 8.101-2.199.602-.693-1.024-9.581.331-10.997 1.355-1.416 9.455 1.928 10.81 2.079 1.355.15 2.861-.633 4.156-5.062 1.295-4.429-4.577-4.821-6.866-9.34 0 0-1.867-7.834 2.409-7.502 4.276.331 9.787.18 9.787.18s-.181-9.611-1.204-10.123c-1.024-.512-9.215-.151-10.028-.693-5.722-3.977 10.208-17.505 22.374-20.548 41.135-11.238 70.344 43.386 28.638 63.211-3.674 1.747-7.92 3.435-12.648 5.032l-6.474 1.566-12.738 3.887c-29.21 6.99-66.43 10.786-94.104 7.773 0 0-79.107-8.798-80.884-49.743 0 0-8.733-38.053 63.358-36.727.271-4.761 2.108-9.039 5.902-12.805-60.919.12-132.166 2.38-134.545 5.061-4.186 4.61-2.108 225.698-2.168 233.622-.061 7.924 222.807.15 222.807.15s2.499-63.994 3.523-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: "M317.861 183.536c2.138-1.657-.602-2.682-.392-3.887.302-1.807 1.386-3.796 4.698-3.073 5.752 1.266 11.262 7.261 5.993 13.619-5.27 6.357-15.479-.181-14.274-4.49.452-1.627 3.343-1.717 3.945-2.169h.03Z",
61
+ fill: "var(--zd_emptysvg_primary_fill)"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ d: "M321.686 193.719c5.023 0 9.094-4.073 9.094-9.099 0-5.025-4.071-9.099-9.094-9.099s-9.094 4.074-9.094 9.099c0 5.026 4.071 9.099 9.094 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: "APIAuthentication_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: "APIAuthentication_svg__b"
77
+ }, /*#__PURE__*/React.createElement("path", {
78
+ fill: "#fff",
79
+ transform: "translate(118 124)",
80
+ d: "M0 0h298v252H0z"
81
+ }))));
82
+ }
83
+
84
+ }
85
+ EmptyAPIAuthentication.propTypes = EmptyStateProps;
86
+ EmptyAPIAuthentication.defaultProps = { ...EmptyStateDefaultProps,
87
+ dataId: 'emptyApiAuthentication'
88
+ }; // if (__DOCS__) {
89
+ // EmptyAPIAuthentication.docs = {
90
+ // componentGroup: 'Emptystate'
91
+ // };
92
+ // }
@@ -0,0 +1,84 @@
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 EmptyAPIConfiguration extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "emptyApiConfiguration"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#APIConfiguration_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("path", {
35
+ opacity: 0.2,
36
+ d: "M223.856 310.471c0-6.873-6.271-3.005-8.339-5.284-3.101-3.454-5.41-8.703 1.275-14.194 11.509-9.428 32.046-11.086 36.422 9.324 4.377 20.41-24.534 30.563-31.184 21.412-2.516-3.454 1.826-9.325 1.826-11.258Z",
37
+ fill: "var(--zd_emptysvg_primary_fill)"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M279.954 315.754c1.344-3.039 19.952 3.799 19.952 3.799l1.688-13.054s.276-8.807-.069-10.844c-.344-2.038-17.574.103-24.362-7.978-6.788-8.081 8.649-22.067 8.615-25.452-.035-3.384-15.265-13.123-15.265-13.123s-16.472 12.951-21.537 11.638c-5.065-1.312-7.236-22.309-7.581-25.348-.344-3.039-22.639.138-22.639.138s1.826 21.308-5.927 26.108c-7.753 4.801-21.019-12.398-23.052-12.709-2.033-.31-16.782 14.988-16.782 14.988s6.823 8.772 11.234 13.469c4.411 4.697 3.101 10.809.069 14.228-3.033 3.419-20.916 1.831-22.95 2.832-2.033 1.002-2.653 6.458-2.653 6.458l-.103 7.839s-1.413 7.287 4.686 8.116c6.099.829 24.672-1.589 22.433 9.773-2.24 11.362-14.99 15.817-9.442 24.796 5.582 8.979 9.338 9.842 12.233 8.668 2.894-1.174 18.779-13.503 22.57-11.189 3.79 2.314 5.651 22.966 7.408 24.105 1.758 1.14 14.232 1.658 19.159-.103 4.928-1.762 1.93-16.612 5.376-21.274 3.446-4.662 18.607 1.036 27.325 7.701l9.339-7.873",
40
+ stroke: "var(--zd_emptysvg_primary_stroke)",
41
+ strokeWidth: 2.5,
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round",
44
+ fill: "transparent"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ opacity: 0.2,
47
+ d: "M247.77 202.791c-10.992-4.697-15.472-17.923-9.648-28.422 4.238-7.598 11.405-14.884 23.259-14.504 24.431.828 18.332 26.557 12.233 26.142-6.099-.414 13.852-57.569 47.656-56.36 33.803 1.209 54.203 29.389 48.896 38.782-5.306 9.394-1.206-30.632 52.17-15.126 53.376 15.506-14.128 70.761-105.925 62.887-36.285-3.108-56.891-8.461-68.606-13.434l-.035.035Z",
48
+ fill: "var(--zd_emptysvg_primary_fill)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M219.066 197.852c-12.474-12.294-12.301-49.799 33.735-56.326 37.904-5.352 47.174 32.187 37.904 33.603-9.269 1.416-11.337-35.053 0-49.592 14.163-18.131 27.601-19.961 46.037-17.198 30.426 4.593 49.034 41.199 41.522 52.561-2.688 2.314-6.788.518-6.995-3.004-.207-4.144 1.378-8.979.689-10.015-1.137-1.692-8.615-5.422-8.615-5.422-.93.414-5.065 10.498-9.407 9.221-4.341-1.278-6.34-11.777-6.34-11.777s-11.165 1.451-10.923 2.97c.241 1.52 1.998 11.915-.276 13.227-2.274 1.312-11.923-2.728-11.923-2.728s-6.064 6.734-5.616 8.357c.448 1.623 8.545 4.973 7.546 11.12-.413 2.452-9.097 8.358-10.682 7.114-.793-.621 2.274 8.703 2.274 8.703 2.24 1.9 8.546-2.694 12.75.104 4.204 2.797-2.378 11.811-.793 14.401s8.201 3.66 8.201 3.66c3.343-4.386 9.856-9.151 12.164-7.356 2.309 1.796 2.826 9.325 5.445 9.532 2.618.207 8.58-1.727 9.269-2.521.689-.794-1.172-10.982.379-12.605 1.551-1.623 10.82 2.21 12.371 2.383 1.55.172 3.273-.725 4.755-5.802 1.481-5.077-5.238-5.526-7.857-10.706 0 0-2.136-8.979 2.757-8.599 4.893.38 11.199.207 11.199.207s-.207-11.016-1.378-11.603c-1.172-.587-10.545-.173-11.475-.795-6.547-4.558 11.681-20.064 25.603-23.552 47.07-12.882 80.494 49.73 32.769 72.453-4.203 2.003-9.062 3.937-14.472 5.768l-7.409 1.795-14.576 4.455c-33.424 8.012-76.015 12.364-107.682 8.91 0 0-90.522-10.084-92.555-57.016 0 0-9.993-43.617 72.5-42.098.31-5.456 2.412-10.36 6.754-14.677-69.709.138-151.238 2.728-153.96 5.802-4.79 5.284-2.412 258.698-2.481 267.781-.034 6.423 127.496 3.868 202.167 1.796l-3.135-3.523c-22.26-24.347-55.547-50.144-79.358-56.809 0 0-13.197 3.764-25.534-6.044-12.336-9.808-9.303-25.348-6.409-26.315 2.895-.967 10.372 11.5 17.16 12.501 6.789 1.002 18.436.104 17.609-18.856 0 0-3.343-9.013-16.919-13.986 0 0-6.306-3.212 1.964-6.32s26.429 5.526 29.289 16.473c2.86 10.982 2.757 24.105-10.406 36.192 0 0 12.129 2.28 16.643-19.132 0 0 47.243 48.556 91.418 84.299l20.469-.138s2.86-73.352 4.031-143.526",
51
+ stroke: "var(--zd_emptysvg_primary_stroke)",
52
+ strokeWidth: 2.5,
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round",
55
+ fill: "transparent"
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ opacity: 0.2,
58
+ d: "M346.7 173.816c2.447-1.899-.689-3.073-.448-4.455.345-2.072 1.585-4.351 5.376-3.522 6.581 1.45 12.887 8.322 6.857 15.609-6.03 7.287-17.712-.207-16.333-5.145.516-1.865 3.824-1.969 4.514-2.487h.034Z",
59
+ fill: "var(--zd_emptysvg_primary_fill)"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M351.076 185.489c5.748 0 10.407-4.67 10.407-10.43s-4.659-10.429-10.407-10.429c-5.747 0-10.406 4.669-10.406 10.429 0 5.76 4.659 10.43 10.406 10.43Z",
62
+ stroke: "var(--zd_emptysvg_primary_stroke)",
63
+ strokeWidth: 2.5,
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ fill: "transparent"
67
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
68
+ id: "APIConfiguration_svg__a"
69
+ }, /*#__PURE__*/React.createElement("path", {
70
+ fill: "#fff",
71
+ transform: "translate(25 50)",
72
+ d: "M0 0h450v400H0z"
73
+ }))));
74
+ }
75
+
76
+ }
77
+ EmptyAPIConfiguration.propTypes = EmptyStateProps;
78
+ EmptyAPIConfiguration.defaultProps = { ...EmptyStateDefaultProps,
79
+ dataId: 'emptyApiConfiguration'
80
+ }; // if (__DOCS__) {
81
+ // EmptyAPIConfiguration.docs = {
82
+ // componentGroup: 'Emptystate'
83
+ // };
84
+ // }
@@ -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,9 +57,9 @@ export default class EmptyAPIs extends React.Component {
56
57
  d: "M0 0h132.3v110.708H0z"
57
58
  }))));
58
59
  }
60
+
59
61
  }
60
62
  EmptyAPIs.propTypes = EmptyStateProps;
61
- EmptyAPIs.defaultProps = {
62
- ...EmptyStateDefaultProps,
63
+ EmptyAPIs.defaultProps = { ...EmptyStateDefaultProps,
63
64
  dataId: 'emptyApis'
64
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';
@@ -75,13 +76,12 @@ export default class EmptyAccounts extends React.Component {
75
76
  d: "M43.12 137.27s26.19 17.89 43.6 1.66a6.4 6.4 0 002-4c.65-6.42 1-24.27-14.68-29.35a17.28 17.28 0 007.88-8.3c2.6-6.49 1.34-16.24-9-18.38-17.24-3.58-19.41 15-13 22.12l3.78 4.56s-18.89 12.48-16.32 23.95c0 0 13.38 12.34 30.06 7.68 0 0 23 28.3 52.82 2.18a7.2 7.2 0 002.43-5.47c-.07-8.11-1.8-29-17-36.76 0 0-13.62 12.11-26.54-3.49s3-32.37 14.56-31 23 5.12 19.49 30.5c0 0 7.75 12.35 20.9 3.5s5.17-20.73 1.65-23.06-13.1-5.77-17.62.47a35.44 35.44 0 01-7.18 35.44 29.18 29.18 0 00-6 10.41c-.88 2.75-1.33 5.66-.39 7.71 2.27 4.95 26.73 11 40.87-2.31a4.65 4.65 0 001.47-3.5c-.06-4.26-1.32-13.89-10.87-18.18 0 0 11.51 20.26 2.12 32.84"
76
77
  }));
77
78
  }
79
+
78
80
  }
79
81
  EmptyAccounts.propTypes = EmptyStateProps;
80
- EmptyAccounts.defaultProps = {
81
- ...EmptyStateDefaultProps,
82
+ EmptyAccounts.defaultProps = { ...EmptyStateDefaultProps,
82
83
  dataId: 'emptyAccounts'
83
- };
84
- // if (__DOCS__) {
84
+ }; // if (__DOCS__) {
85
85
  // EmptyAccounts.docs = {
86
86
  // componentGroup: 'Emptystate'
87
87
  // };
@@ -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 EmptyActiveCalls extends React.Component {
46
47
  d: "M64.76 119.92h18.49S67.07 90.31 65.72 83.25s-3.66-20.63 3.86-26 13.67-4.2 15.79 0 6.75 22-4 17c0 0-7.13-4.2-6.55-17a3.4 3.4 0 00-3 2.82c-.61 2.7.49 12.49 6.46 16a7.05 7.05 0 01-4.77 1.67s6.92 21.53 19.17 36.42c0 0 5.39-8.09 13-3.32s11.51 8.81 9 15-12.39 9.25-19 6.65-10.5-9.69-10.5-9.69 12.1 12.72 24.34 3.76c0 0-12.09-2.75-13.84-10 0 0 .57-2.1 1.19-2.1a21.06 21.06 0 0016.49 9.68s-4.48 8-3.5 9.25 8.47 18.38 20.72 13.88 9.31-21.6 20.65-24.75 17.93-2.92 17.93-2.92"
47
48
  }));
48
49
  }
50
+
49
51
  }
50
52
  EmptyActiveCalls.propTypes = EmptyStateProps;
51
- EmptyActiveCalls.defaultProps = {
52
- ...EmptyStateDefaultProps,
53
+ EmptyActiveCalls.defaultProps = { ...EmptyStateDefaultProps,
53
54
  dataId: 'emptyActiveCalls'
54
- };
55
-
56
- // if (__DOCS__) {
55
+ }; // if (__DOCS__) {
57
56
  // EmptyActiveCalls.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';
@@ -46,14 +47,12 @@ export default class EmptyActivity extends React.Component {
46
47
  d: "M122 123.76s12.07-.32 12.07 1-3.38 2.87-3.54-1.92-.16-14.52-.16-14.52 17.86.32 16.25 16.44-17.86 15.32-24 12.13-10.61-12.54-6.33-23.21c5-12.39 30.24-9.43 33.14 5.09s-7 25.49-22.51 22.64C112.5 138.71 110 125.7 112 117.22a17.58 17.58 0 016-10.89l.35-.35-.37-.55a1.59 1.59 0 00-2.43-.17c-1.28 1.34-3.74 3.7-5.07 3.5-1.86-.28-.29-3-.29-3s8.62-10.24 10.48-9.26-2.35 6-2.35 6l1.56 1.7c11.62-4 22.6.73 22.6.73l1.57-1.69s-4.21-5-2.35-6 10.47 9.26 10.47 9.26 1.57 2.68-.28 3-5.9-4.39-5.9-4.39c-.62-.18-1.31.55-2 1.61l.34.27a18.55 18.55 0 016.8 14.75l-.29 14.66c-.51 7.15-7.41 8.22-7.41 8.22s-74.65.31-81.77 0-8-7.22-8-7.22.56-38.08 0-46.42 9-7.31 9-7.31h83.61a3.73 3.73 0 013.43 2.28c3.69 8.88 2 14.37 1.2 14.4-1.06 0-.06-22.19-.06-22.19 0-1.56 0-3.48.06-5.81.11-8.23-12.84-7-12.84-7l-6.89.15s-2.09 8-6.13 8.17-2.1-16.48.45-17.67 4.34 8.46 2.54 9.2c-.9.38-3.79.4-8.6.31L88 65.45h-5.59s-2.09 8-6.13 8.17-2.08-16.46.46-17.62 4.35 8.46 2.55 9.2c-.9.38-5.32.38-10.13.28h-4.71c-4.81-.09-12.1-.6-13.45 1.16-1.53 2-1 2.19-1.28 5.58v41.65"
47
48
  }));
48
49
  }
50
+
49
51
  }
50
52
  EmptyActivity.propTypes = EmptyStateProps;
51
- EmptyActivity.defaultProps = {
52
- ...EmptyStateDefaultProps,
53
+ EmptyActivity.defaultProps = { ...EmptyStateDefaultProps,
53
54
  dataId: 'emptyActivity'
54
- };
55
-
56
- // if (__DOCS__) {
55
+ }; // if (__DOCS__) {
57
56
  // EmptyActivity.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';
@@ -46,14 +47,12 @@ export default class EmptyAgent extends React.Component {
46
47
  d: "M98 91.85s-14.11-6.36-10.33-20.51 31.89-9.38 34.22 0-12.37 19.5-23 14-11.07-19.2.87-24.83 29.56 3.61 27.81 12.56-14.24 25.8-23 21.65-.82-14 2.79-12.85 5.5 1.74 4.92 16.46 3.06 50.24 3.06 50.24-8.74 11.55-9.46 11.27-8.16-9.39-7.72-10.69 5.39-50.24 5.39-50.24l.89-10.79s2.23-5.83 6.6-1 8.56 33.64 19.28 34.05"
47
48
  }));
48
49
  }
50
+
49
51
  }
50
52
  EmptyAgent.propTypes = EmptyStateProps;
51
- EmptyAgent.defaultProps = {
52
- ...EmptyStateDefaultProps,
53
+ EmptyAgent.defaultProps = { ...EmptyStateDefaultProps,
53
54
  dataId: 'emptyAgent'
54
- };
55
-
56
- // if (__DOCS__) {
55
+ }; // if (__DOCS__) {
57
56
  // EmptyAgent.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,14 +53,12 @@ export default class EmptyAgentQueue extends React.Component {
52
53
  d: "M129 149.35a5 5 0 01-1.22-.15l-13.46-3.47a.5.5 0 01-.33-.29.49.49 0 010-.44s1.8-3.41.79-5.84A4 4 0 00112 137c-7.62-2.3-10.9 4.36-11 4.65a.51.51 0 01-.59.26l-7.92-2.21a4.16 4.16 0 01-2.69-5.72l12.73-28.2a.5.5 0 01.66-.25.51.51 0 01.25.67l-12.71 28.14a3.15 3.15 0 002 4.35l7.55 2.1a10.08 10.08 0 0112-4.8 4.91 4.91 0 013.36 2.79c.93 2.24 0 5-.56 6.13l12.92 3.32a4 4 0 004.52-2.09c20.19-41.22 25.07-58.75 22.91-61.41-1.19-1.45-4.26-3.11-9.15-4.91-.86 1.79-4.5 8.26-11.44 6.57a6.6 6.6 0 01-4.5-3.26c-1.58-2.95-.7-6.77-.3-8.15-4.42-1.12-8.45-2-11.09-2.6a3.12 3.12 0 00-3.72 2.29C113.94 79.78 112.1 85 110.32 90c-.81 2.3-1.62 4.56-2.35 6.77 4.85 7.86 3.41 14.85 3.34 15.14-.93 3.78-3 4.87-4.61 4.63s-3.27-2-3.13-4.85c.22-4.51 1.56-9.5 3.3-14.79-.33-.45-11.36-15.31-27.07-15.57h-1.18l-.63.07A28.61 28.61 0 0065.74 85C52 92.6 48 104.64 50.12 113.21c1.65 6.63 6.74 10.82 13.28 10.93h.36c9.64 0 11.63-6.65 12-9.54.82-5.79-2.28-13.31-8-14.85a.52.52 0 01-.35-.62.5.5 0 01.61-.35c6.34 1.7 9.65 9.63 8.76 16-.93 6.63-6 10.52-13.4 10.39-7-.12-12.47-4.6-14.23-11.69-2.22-8.94 1.9-21.47 16.11-29.28a30.8 30.8 0 019.27-3.39 14.82 14.82 0 118.38-.21c13 1.73 22.24 12.53 24.34 15.19.68-2 1.4-4 2.13-6.09 1.77-5 3.6-10.18 4.88-15.24a4.12 4.12 0 014.9-3c2.75.6 7 1.56 11.64 2.74a.48.48 0 01.32.25.47.47 0 010 .4s-1.64 4.68.08 7.87a5.64 5.64 0 003.85 2.76c7.13 1.74 10.33-6.08 10.47-6.41a.5.5 0 01.63-.29c5.39 2 8.67 3.72 10 5.38 4.4 5.42-14.47 45.5-22.79 62.48a5 5 0 01-4.36 2.71zM107.56 98a54.86 54.86 0 00-3 13.7c-.11 2.27 1.06 3.64 2.27 3.82s2.73-.75 3.5-3.86A21.17 21.17 0 00107.56 98zm-29.2-46.15a14.23 14.23 0 000 28.45h.22l2.33-.24a14.27 14.27 0 00-2.55-28.21z"
53
54
  }));
54
55
  }
56
+
55
57
  }
56
58
  EmptyAgentQueue.propTypes = EmptyStateProps;
57
- EmptyAgentQueue.defaultProps = {
58
- ...EmptyStateDefaultProps,
59
+ EmptyAgentQueue.defaultProps = { ...EmptyStateDefaultProps,
59
60
  dataId: 'emptyAgentQueue'
60
- };
61
-
62
- // if (__DOCS__) {
61
+ }; // if (__DOCS__) {
63
62
  // EmptyAgentQueue.docs = {
64
63
  // componentGroup: 'Emptystate'
65
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';
@@ -59,13 +60,12 @@ export default class EmptyApplechat extends React.Component {
59
60
  d: "M0 0h450v400H0z"
60
61
  }))));
61
62
  }
63
+
62
64
  }
63
65
  EmptyApplechat.propTypes = EmptyStateProps;
64
- EmptyApplechat.defaultProps = {
65
- ...EmptyStateDefaultProps,
66
+ EmptyApplechat.defaultProps = { ...EmptyStateDefaultProps,
66
67
  dataId: 'emptyApplechat'
67
- };
68
- // if (__DOCS__) {
68
+ }; // if (__DOCS__) {
69
69
  // EmptyApplechat.docs = {
70
70
  // componentGroup: 'Emptystate'
71
71
  // };
@@ -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 EmptyApproval extends React.Component {
52
53
  d: "M146 125.33c1.79 5.74 4.39 16.67-1 18.42s-55.63 19.49-59.78 17-29.38-83.41-23.29-85.61 19.54-7.18 20.29-7c0 0-2-7.78 3.15-9.91s8.27-2.57 12.82 5c0 0 19.34-5.5 21.33-5s25.87 67.59 25.3 80.56c0 0 0 1.13-4.26 3.66s-48.34 16-53.45 14.1S65.5 89.2 64.93 83s51.44-20.27 53.71-17.45c2.13 2.63 7.5 19.17 13.53 35.9q1.31 3.63 2.28 7.36l1.79 6.91s-14.47-2.46-15.29-.55.54 10.38 1.77 7.24 1.91-7.51-2.59-14.89-8.88-13.92-5.19-20.07c0 0-6.15-2.46-8.6 4s5.59 12.29 3.14 14.48-18.08-1.1-18.62 4.36 8.78 5.74 9 4.37-9.46-1.09-9.6 3.14 9.19 4.92 9.19 3.15-8.64-1.23-8 3.68 9.87 3.55 9.74 3-7.91-1.76-8.55 1.41 13.55 4.69 18.76 2.72 12.12-1.34 12.12-1.34"
53
54
  }));
54
55
  }
56
+
55
57
  }
56
58
  EmptyApproval.propTypes = EmptyStateProps;
57
- EmptyApproval.defaultProps = {
58
- ...EmptyStateDefaultProps,
59
+ EmptyApproval.defaultProps = { ...EmptyStateDefaultProps,
59
60
  dataId: 'emptyApproval'
60
- };
61
- // if (__DOCS__) {
61
+ }; // if (__DOCS__) {
62
62
  // EmptyApproval.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';
@@ -54,13 +55,12 @@ export default class EmptyArchived extends React.Component {
54
55
  r: 1.35
55
56
  }));
56
57
  }
58
+
57
59
  }
58
60
  EmptyArchived.propTypes = EmptyStateProps;
59
- EmptyArchived.defaultProps = {
60
- ...EmptyStateDefaultProps,
61
+ EmptyArchived.defaultProps = { ...EmptyStateDefaultProps,
61
62
  dataId: 'emptyArchived'
62
- };
63
- // if (__DOCS__) {
63
+ }; // if (__DOCS__) {
64
64
  // EmptyArchived.docs = {
65
65
  // componentGroup: 'Emptystate'
66
66
  // };
@@ -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,13 +61,12 @@ export default class EmptyArticle extends React.Component {
60
61
  d: "M0 0h283.07v305.13H0z"
61
62
  }))));
62
63
  }
64
+
63
65
  }
64
66
  EmptyArticle.propTypes = EmptyStateProps;
65
- EmptyArticle.defaultProps = {
66
- ...EmptyStateDefaultProps,
67
+ EmptyArticle.defaultProps = { ...EmptyStateDefaultProps,
67
68
  dataId: 'emptyArticle'
68
- };
69
- // if (__DOCS__) {
69
+ }; // if (__DOCS__) {
70
70
  // EmptyArticle.docs = {
71
71
  // componentGroup: 'Emptystate'
72
72
  // };