@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';
@@ -62,14 +63,12 @@ export default class EmptyInstantmessage extends React.Component {
62
63
  d: "M0 0h450v400H0z"
63
64
  }))));
64
65
  }
66
+
65
67
  }
66
68
  EmptyInstantmessage.propTypes = EmptyStateProps;
67
- EmptyInstantmessage.defaultProps = {
68
- ...EmptyStateDefaultProps,
69
+ EmptyInstantmessage.defaultProps = { ...EmptyStateDefaultProps,
69
70
  dataId: 'emptyInstantmessage'
70
- };
71
-
72
- // if (__DOCS__) {
71
+ }; // if (__DOCS__) {
73
72
  // EmptyInstantmessage.docs = {
74
73
  // componentGroup: 'Emptystate'
75
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';
@@ -51,13 +52,12 @@ export default class EmptyInvoice extends React.Component {
51
52
  d: "M65 134.94s1.12 12.34 0 14-7.85-7-7.85-7-6.13 8.84-8.67 7.23c0 0-1-14.15-.47-17.87a1.82 1.82 0 011.48-1.53c4.18-.79 17.77-1.64 22.24-12.22C77 105 63.59 94.05 49.83 99.06c-11.42 4.16-14.58 28.31 6.72 28.88s19-19 16.21-24.11C69.08 97 61 94.65 58.27 94.46a1.84 1.84 0 01-1.71-1.76l.93-27.7a19.26 19.26 0 012.18-10 14.82 14.82 0 0112.86-8.07c14-.85 74.65 0 74.65 0s17.71-.38 17.67 23.58a55.92 55.92 0 00-22.83 0s-1.3-20.23 6.68-20.57c0 0-7.62-3.26-8.79 17.3L142 136a21.76 21.76 0 01-1.41 8.57c-1.62 4.15-4.88 8.75-11.26 7.25a12.85 12.85 0 01-9.21-8.87l-1-3.34h-43s-2.63-1.65 46.72-1.24c0 0-2.6 9.27 2.06 13.74 1.85 1.77 11.39 3.09 11.39 3.09H69s-1.7-18.13 1.81-25.2 16-20.9-2.31-37c0 0 .39-18.28.68-25.54.44-11.25 55.12-7.4 58.14-4.37s5.38 7.39 1 8.4-53.87 2.87-54.11.67c-.2-1.78 44-4.51 49.53-1.63 4.45 2.29 3.45 19.6 3.3 25.84a4 4 0 01-.25 1.18 5.28 5.28 0 01-2.47 2.94 6.87 6.87 0 01-2.28.73c-11.11 1.57-33.26 2.45-38 2.65a1.41 1.41 0 01-1.45-1.08c-.15-.6-.31-1.47.15-1.69 3.47-1.6 43.07-6 44.9 2.1 1.4 6.18 1 15.16.28 19.29a2.79 2.79 0 01-2.48 2.3c-6.34.62-23.75 2.68-23.59.42.24-3.43 20.32-3.12 20.32-3.12"
52
53
  }));
53
54
  }
55
+
54
56
  }
55
57
  EmptyInvoice.propTypes = EmptyStateProps;
56
- EmptyInvoice.defaultProps = {
57
- ...EmptyStateDefaultProps,
58
+ EmptyInvoice.defaultProps = { ...EmptyStateDefaultProps,
58
59
  dataId: 'emptyInvoice'
59
- };
60
- // if (__DOCS__) {
60
+ }; // if (__DOCS__) {
61
61
  // EmptyInvoice.docs = {
62
62
  // componentGroup: 'Emptystate'
63
63
  // };
@@ -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 EmptyLine extends React.Component {
60
61
  d: "M0 0h450v400H0z"
61
62
  }))));
62
63
  }
64
+
63
65
  }
64
66
  EmptyLine.propTypes = EmptyStateProps;
65
- EmptyLine.defaultProps = {
66
- ...EmptyStateDefaultProps,
67
+ EmptyLine.defaultProps = { ...EmptyStateDefaultProps,
67
68
  dataId: 'emptyLine'
68
- };
69
-
70
- // if (__DOCS__) {
69
+ }; // if (__DOCS__) {
71
70
  // EmptyLine.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';
@@ -47,13 +48,12 @@ export default class EmptyMessenger extends React.Component {
47
48
  strokeLinejoin: "round"
48
49
  })));
49
50
  }
51
+
50
52
  }
51
53
  EmptyMessenger.propTypes = EmptyStateProps;
52
- EmptyMessenger.defaultProps = {
53
- ...EmptyStateDefaultProps,
54
+ EmptyMessenger.defaultProps = { ...EmptyStateDefaultProps,
54
55
  dataId: 'emptyMessenger'
55
- };
56
- // if (__DOCS__) {
56
+ }; // if (__DOCS__) {
57
57
  // EmptyMessenger.docs = {
58
58
  // componentGroup: 'Emptystate'
59
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';
@@ -65,13 +66,12 @@ export default class EmptyNoData extends React.Component {
65
66
  d: "M0 0h304.696v237.41H0z"
66
67
  }))));
67
68
  }
69
+
68
70
  }
69
71
  EmptyNoData.propTypes = EmptyStateProps;
70
- EmptyNoData.defaultProps = {
71
- ...EmptyStateDefaultProps,
72
+ EmptyNoData.defaultProps = { ...EmptyStateDefaultProps,
72
73
  dataId: 'EmptyNoData'
73
- };
74
- // if (__DOCS__) {
74
+ }; // if (__DOCS__) {
75
75
  // EmptyNoData.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';
@@ -46,13 +47,12 @@ export default class EmptyNotification extends React.Component {
46
47
  d: "M138.63 150.66s-34.89-34.54-82.34-34.72a5.33 5.33 0 00-3.59 9.34c5.52 4.73 16.55 11.32 38.38 19.78 55.53 21.52 49.6-1.53 45.93-18.68s-4.78-18.37 1.44-34.29 3.77-32.76-13.38-38.58-30-3.68-40.42 16.84-43.17 31.54-43.17 44.09 29.39 30.28 60.32 37.95c0 0-1 11.49 8.8 13.32s17.46-10.8 11.34-23.66-23.52 1.89-16.17 16.59 30-8.68 28.48-27.36-5.2-25.41 1.84-43.17.07-38.2-20.71-39.18c0 0 3.69-16.83 13.25-16.53 8.28.25 8.24 8.06 6.71 12.93-3.26 10.36-6.14 18.12-28.41 21.57a53.81 53.81 0 01-13.33-.28"
47
48
  }));
48
49
  }
50
+
49
51
  }
50
52
  EmptyNotification.propTypes = EmptyStateProps;
51
- EmptyNotification.defaultProps = {
52
- ...EmptyStateDefaultProps,
53
+ EmptyNotification.defaultProps = { ...EmptyStateDefaultProps,
53
54
  dataId: 'emptyNotification'
54
- };
55
- // if (__DOCS__) {
55
+ }; // if (__DOCS__) {
56
56
  // EmptyNotification.docs = {
57
57
  // componentGroup: 'Emptystate'
58
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';
@@ -66,13 +67,12 @@ export default class EmptyPreference extends React.Component {
66
67
  transform: "translate(2.5 120)"
67
68
  }))));
68
69
  }
70
+
69
71
  }
70
72
  EmptyPreference.propTypes = EmptyStateProps;
71
- EmptyPreference.defaultProps = {
72
- ...EmptyStateDefaultProps,
73
+ EmptyPreference.defaultProps = { ...EmptyStateDefaultProps,
73
74
  dataId: 'emptyPreference'
74
- };
75
- // if (__DOCS__) {
75
+ }; // if (__DOCS__) {
76
76
  // EmptyPreference.docs = {
77
77
  // componentGroup: 'Emptystate'
78
78
  // };
@@ -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,13 +50,12 @@ export default class EmptyProducts extends React.Component {
49
50
  d: "M155.17 120.64c-19.34 18-53.73 7.78-52.45-9.57.66-8.94 11.28-8.12 15.6-6.21 1.68.74 1 .91 1.52-.86l.72-2.69a9.73 9.73 0 015.59-6.55c.31-.13.62-.24.93-.34 6.22-1.93 12.61 2.2 14.22 8.47 4.6 17.87-8.44 37.74-8.44 37.74a8.44 8.44 0 00-1.35 4.6 8.61 8.61 0 108.61-8.54h-36.47c-9.28-.92-11.83 4.17-11.83 4.17a8.56 8.56 0 00-1.26 5.87 8.62 8.62 0 108.53-9.82l-2.67-.53a7.22 7.22 0 01-4.9-5l-13.62-49a7.21 7.21 0 017-9.11h75.56a7.21 7.21 0 017 9.14l-13 46.1a7.24 7.24 0 01-7 5.25H91a7.23 7.23 0 01-6.93-5.08L63.19 61.32a7.25 7.25 0 00-6.94-5.08H43.44A42.7 42.7 0 0035 57c-1.84.38-4.1.51-5-.78-1.72-2.33 5.92-2.72 8 3.39"
50
51
  }));
51
52
  }
53
+
52
54
  }
53
55
  EmptyProducts.propTypes = EmptyStateProps;
54
- EmptyProducts.defaultProps = {
55
- ...EmptyStateDefaultProps,
56
+ EmptyProducts.defaultProps = { ...EmptyStateDefaultProps,
56
57
  dataId: 'emptyProducts'
57
- };
58
- // if (__DOCS__) {
58
+ }; // if (__DOCS__) {
59
59
  // EmptyProducts.docs = {
60
60
  // componentGroup: 'Emptystate'
61
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';
@@ -41,13 +42,12 @@ export default class EmptyReply extends React.Component {
41
42
  fill: "var(--zd_emptysvg_secondary_fill)"
42
43
  }));
43
44
  }
45
+
44
46
  }
45
47
  EmptyReply.propTypes = EmptyStateProps;
46
- EmptyReply.defaultProps = {
47
- ...EmptyStateDefaultProps,
48
+ EmptyReply.defaultProps = { ...EmptyStateDefaultProps,
48
49
  dataId: 'EmptyReply'
49
- };
50
- // if (__DOCS__) {
50
+ }; // if (__DOCS__) {
51
51
  // EmptyReply.docs = {
52
52
  // componentGroup: 'Emptystate'
53
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';
@@ -52,13 +53,12 @@ export default class EmptyReports extends React.Component {
52
53
  fill: "none"
53
54
  }));
54
55
  }
56
+
55
57
  }
56
58
  EmptyReports.propTypes = EmptyStateProps;
57
- EmptyReports.defaultProps = {
58
- ...EmptyStateDefaultProps,
59
+ EmptyReports.defaultProps = { ...EmptyStateDefaultProps,
59
60
  dataId: 'emptyReports'
60
- };
61
- // if (__DOCS__) {
61
+ }; // if (__DOCS__) {
62
62
  // EmptyReports.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';
@@ -9,10 +10,10 @@ export default class EmptySandbox extends React.Component {
9
10
  viewBox: "0 0 500 500",
10
11
  name: "emptySandbox"
11
12
  }, this.props), /*#__PURE__*/React.createElement("g", {
12
- clipPath: "url(#clip0_8054_29269)"
13
+ clipPath: "url(#clip0_18737_19763)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
- opacity: 0.1,
15
- d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
15
+ opacity: 0.05,
16
+ d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
16
17
  fill: "var(--zd_emptysvg_primary_fill)"
17
18
  }), /*#__PURE__*/React.createElement("path", {
18
19
  d: "M35 293.249C35 293.249 34.75 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
@@ -25,7 +26,7 @@ export default class EmptySandbox extends React.Component {
25
26
  fill: "var(--zd_emptysvg_medium_circle)"
26
27
  }), /*#__PURE__*/React.createElement("path", {
27
28
  d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
28
- fill: "var(--zd_emptysvg_small_circle)"
29
+ fill: "var(--zd_emptysvg_medium_circle)"
29
30
  }), /*#__PURE__*/React.createElement("path", {
30
31
  d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
31
32
  fill: "var(--zd_emptysvg_tiny_circle)"
@@ -33,37 +34,47 @@ export default class EmptySandbox extends React.Component {
33
34
  d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
34
35
  fill: "var(--zd_emptysvg_tiny_circle)"
35
36
  }), /*#__PURE__*/React.createElement("path", {
36
- opacity: 0.1,
37
- d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5022 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
37
+ opacity: 0.05,
38
+ d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
39
+ fill: "var(--zd_emptysvg_primary_fill)"
40
+ })), /*#__PURE__*/React.createElement("g", {
41
+ "clip-path": "url(#clip1_18737_19763)"
42
+ }, /*#__PURE__*/React.createElement("path", {
43
+ opacity: 0.05,
44
+ d: "M334.411 134.382C334.411 134.382 307.24 120.947 306.405 124.381C305.571 127.815 300.586 157.773 304.783 158.933C309.002 160.117 307.31 148.027 318.948 148.584C330.586 149.141 334.411 134.382 334.411 134.382Z",
38
45
  fill: "var(--zd_emptysvg_primary_fill)"
39
46
  }), /*#__PURE__*/React.createElement("path", {
40
- d: "M276.976 333.245C276.976 333.245 231.303 375.983 261.65 383.615C291.69 391.247 345.945 389.72 330.312 357.056C314.986 324.392 314.986 316.76 321.729 321.95C328.473 327.139 365.563 385.141 352.689 395.52C339.815 405.9 229.771 402.236 229.771 396.436C229.771 390.636 204.942 379.341 283.107 310.044C361.272 240.747 375.678 220.294 351.769 208.999C327.86 197.704 228.851 196.177 231.303 214.188C233.756 232.199 263.182 287.759 275.137 279.211C287.092 270.664 240.806 244.105 276.976 239.831C313.147 235.557 332.764 239.831 329.393 250.21C323.569 267.306 242.952 323.476 177.354 401.626C177.354 401.626 172.143 177.556 181.646 169.008C191.148 160.46 417.979 160.46 417.979 160.46L326.634 87.5C326.634 87.5 67.9237 87.5 67.9237 94.216C67.9237 100.932 159.882 167.787 168.465 161.071C177.048 154.355 61.7931 98.4898 61.18 104.595C60.567 110.701 58.4213 355.53 62.0996 358.888C65.4714 362.246 177.354 414.447 177.354 414.447C177.354 414.447 427.482 408.342 427.482 404.068C427.482 399.794 430.854 167.787 425.03 170.534C419.205 173.282 400.201 356.14 442.195 396.436",
41
- stroke: "var(--zd_emptysvg_primary_stroke)",
42
- fill: "transparent",
43
- strokeWidth: 2.5,
44
- strokeMiterlimit: 10,
45
- strokeLinecap: "round",
46
- strokeLinejoin: "round"
47
- }), /*#__PURE__*/React.createElement("path", {
48
- opacity: 0.8,
49
- d: "M150.687 169.618L96.1247 143.364C80.1853 145.501 74.3612 157.102 72.8286 160.46C67.9241 172.365 63.9392 204.114 98.577 220.904C143.943 242.578 78.9591 274.021 79.8787 304.243C81.1048 334.465 144.863 383.919 149.767 368.045C154.365 352.476 150.687 169.618 150.687 169.618Z",
47
+ d: "M380.754 226.344C380.754 226.344 310.579 160.627 267.736 171.325C233.494 179.864 224.012 94.5394 124.974 239.501L240.426 290.923L380.777 226.32L380.754 226.344Z",
50
48
  fill: "var(--zd_emptysvg_secondary_fill)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M76.2192 240.545C76.2192 240.545 68.1978 301.041 78.1666 315.961C92.2388 337.078 242.304 392.839 242.304 392.839C242.304 392.839 255.518 305.658 242.304 319.442C232.242 329.931 251.577 392.839 251.577 392.839L430.482 304.684L434.91 214.602L243.533 304.521L76.5438 231.472L142.616 187.267C142.616 187.267 124.348 238.944 110.322 239.524C89.9901 240.383 190.327 150.092 206.579 139.464C222.83 128.837 246.616 151.392 257.79 161.648C268.965 171.882 251.554 176.569 261.082 167.519C270.611 158.469 293.168 156.706 293.168 156.706C292.472 142.62 300.818 116.19 300.818 116.19L322.309 122.966L332.533 85.6057C323.445 79.8741 323.376 66.1367 323.376 66.1367L359.704 77.3679C354.928 90.4555 337.054 87.4621 337.054 87.4621L326.204 123.708L350.315 131.435C349.04 140.764 330.006 173.761 330.006 173.761C330.006 173.761 302.325 164.619 306.892 164.943C318.623 165.756 389.633 218.941 390.167 222.561C390.167 222.561 419.795 210.866 417.917 209.288C416.039 207.71 373.475 202.675 373.475 202.675",
51
+ stroke: "var(--zd_emptysvg_primary_stroke)",
52
+ "stroke-width": "2.5",
53
+ "stroke-linecap": "round",
54
+ "stroke-linejoin": "round",
55
+ fill: "transparent"
51
56
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
52
- id: "clip0_8054_29269"
57
+ id: "clip0_18737_19763"
53
58
  }, /*#__PURE__*/React.createElement("rect", {
54
59
  width: 450,
55
60
  height: 400,
56
61
  fill: "white",
57
62
  transform: "translate(25 50)"
63
+ })), /*#__PURE__*/React.createElement("clipPath", {
64
+ id: "clip1_18737_19763"
65
+ }, /*#__PURE__*/React.createElement("rect", {
66
+ width: "364",
67
+ height: "329",
68
+ fill: "white",
69
+ transform: "translate(72 65)"
58
70
  }))));
59
71
  }
72
+
60
73
  }
61
74
  EmptySandbox.propTypes = EmptyStateProps;
62
- EmptySandbox.defaultProps = {
63
- ...EmptyStateDefaultProps,
75
+ EmptySandbox.defaultProps = { ...EmptyStateDefaultProps,
64
76
  dataId: 'emptySandbox'
65
- };
66
- // if (__DOCS__) {
77
+ }; // if (__DOCS__) {
67
78
  // EmptySandbox.docs = {
68
79
  // componentGroup: 'Emptystate'
69
80
  // };
@@ -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';
@@ -88,13 +89,12 @@ export default class EmptySchedule extends React.Component {
88
89
  fill: "none"
89
90
  }));
90
91
  }
92
+
91
93
  }
92
94
  EmptySchedule.propTypes = EmptyStateProps;
93
- EmptySchedule.defaultProps = {
94
- ...EmptyStateDefaultProps,
95
+ EmptySchedule.defaultProps = { ...EmptyStateDefaultProps,
95
96
  dataId: 'EmptySchedule'
96
- };
97
- // if (__DOCS__) {
97
+ }; // if (__DOCS__) {
98
98
  // EmptySchedule.docs = {
99
99
  // componentGroup: 'Emptystate'
100
100
  // };
@@ -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,13 +57,12 @@ export default class EmptySearch extends React.Component {
56
57
  d: "M33.71 102.31H56.2a7.33 7.33 0 007.28-6.64c.75-7.62 4.37-20 19-27.59 22.32-11.51 51.78 10.62 43.75 37.18l-3.57 7.67 27.38 27.15s4.11 6.77 0 10.62-8 1.77-12.21-1.18S112 124.14 112 124.14s-26.19 12.4-42.26-8.26c0 0-1-1.53-2.09-3.42-2.2-3.73 1.4-8.42 5.52-7a3.11 3.11 0 011.5 1c2.19 2.85 9.2 15.31 25.23 12.24s19.48-19.7 15.81-32.18-25.88-16.08-34.38-8-9.65 18.57-5.6 22 7-.57 8.31-5.93 4.41-8.81 8.38-8.81 7.84-2.11 5.72-5.75-12.51-.82-16 2.68c-5.32 5.28-9.27 17.71-1 26.19s19.7 5.22 22.6 3.69 6.4-7.8 7.92-8.62"
57
58
  }));
58
59
  }
60
+
59
61
  }
60
62
  EmptySearch.propTypes = EmptyStateProps;
61
- EmptySearch.defaultProps = {
62
- ...EmptyStateDefaultProps,
63
+ EmptySearch.defaultProps = { ...EmptyStateDefaultProps,
63
64
  dataId: 'emptySearch'
64
- };
65
- // if (__DOCS__) {
65
+ }; // if (__DOCS__) {
66
66
  // EmptySearch.docs = {
67
67
  // componentGroup: 'Emptystate'
68
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';
@@ -94,13 +95,12 @@ export default class EmptySkills extends React.Component {
94
95
  r: 12.7
95
96
  })));
96
97
  }
98
+
97
99
  }
98
100
  EmptySkills.propTypes = EmptyStateProps;
99
- EmptySkills.defaultProps = {
100
- ...EmptyStateDefaultProps,
101
+ EmptySkills.defaultProps = { ...EmptyStateDefaultProps,
101
102
  dataId: 'emptySkills'
102
- };
103
- // if (__DOCS__) {
103
+ }; // if (__DOCS__) {
104
104
  // EmptySkills.docs = {
105
105
  // componentGroup: 'Emptystate'
106
106
  // };
@@ -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,13 +42,12 @@ export default class EmptySla extends React.Component {
41
42
  fill: "var(--zd_emptysvg_primary_stroke)"
42
43
  }));
43
44
  }
45
+
44
46
  }
45
47
  EmptySla.propTypes = EmptyStateProps;
46
- EmptySla.defaultProps = {
47
- ...EmptyStateDefaultProps,
48
+ EmptySla.defaultProps = { ...EmptyStateDefaultProps,
48
49
  dataId: 'EmptySla'
49
- };
50
- // if (__DOCS__) {
50
+ }; // if (__DOCS__) {
51
51
  // EmptySla.docs = {
52
52
  // componentGroup: 'Emptystate'
53
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';
@@ -56,13 +57,12 @@ export default class EmptySnippet extends React.Component {
56
57
  d: "M94.37 100.23s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.12-8.49 8 0 .02-.47-8.52-9.43-8zM88.34 121.72s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.11-8.49 8 0 .02-.47-8.51-9.43-8zM83.26 107s5.38-.77 5.38-5.79c0 0 0 5.68 4.79 5.79 0 0-4.84-.07-4.82 4.55a4.81 4.81 0 00-5.35-4.55z"
57
58
  }));
58
59
  }
60
+
59
61
  }
60
62
  EmptySnippet.propTypes = EmptyStateProps;
61
- EmptySnippet.defaultProps = {
62
- ...EmptyStateDefaultProps,
63
+ EmptySnippet.defaultProps = { ...EmptyStateDefaultProps,
63
64
  dataId: 'emptySnippet'
64
- };
65
- // if (__DOCS__) {
65
+ }; // if (__DOCS__) {
66
66
  // EmptySnippet.docs = {
67
67
  // componentGroup: 'Emptystate'
68
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';
@@ -49,13 +50,12 @@ export default class EmptyTag extends React.Component {
49
50
  d: "M78.39 112.58l7.92-1.15 4-7.14a.44.44 0 01.57 0l3.61 7.29 8.64 1c.29 0 .43.28.14.57l-6.48 5.71 1.59 7.86c0 .28-.15.43-.44.28l-6.91-3.57-7.49 3.72c-.15.14-.43 0-.43-.29l.72-8-5.77-5.57a1.08 1.08 0 01.33-.71z"
50
51
  }));
51
52
  }
53
+
52
54
  }
53
55
  EmptyTag.propTypes = EmptyStateProps;
54
- EmptyTag.defaultProps = {
55
- ...EmptyStateDefaultProps,
56
+ EmptyTag.defaultProps = { ...EmptyStateDefaultProps,
56
57
  dataId: 'emptyTag'
57
- };
58
- // if (__DOCS__) {
58
+ }; // if (__DOCS__) {
59
59
  // EmptyTag.docs = {
60
60
  // componentGroup: 'Emptystate'
61
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';
@@ -62,13 +63,12 @@ export default class EmptyTask extends React.Component {
62
63
  d: "M108.63 112.84l5.97-7.49"
63
64
  }));
64
65
  }
66
+
65
67
  }
66
68
  EmptyTask.propTypes = EmptyStateProps;
67
- EmptyTask.defaultProps = {
68
- ...EmptyStateDefaultProps,
69
+ EmptyTask.defaultProps = { ...EmptyStateDefaultProps,
69
70
  dataId: 'emptyTask'
70
- };
71
- // if (__DOCS__) {
71
+ }; // if (__DOCS__) {
72
72
  // EmptyTask.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';
@@ -46,14 +47,12 @@ export default class EmptyTeams extends React.Component {
46
47
  d: "M79.93 111.64s2.31 19-10.4 20.93S58 107.65 59.14 107.65s13.24 9.55 25.08 4.61c0 0-3.27-16.21-15.91-14.23s-12.63 14-14 21.66-5.22 13.84-2.2 19.86 28.17 14.12 34-5.72c4.76-16.26-2-31-10.1-37.08a6.43 6.43 0 01-1-9.31 32 32 0 018.28-7c8.59-5 10.51-13.83 10.34-15s-2.49-.3-1.93.79S101.66 81 119 78.68c0 0 3.29-22.93-13.47-23.37s-16.57 13.36-16 25.94S101.39 94.06 105 94.06c8.2 0 11.5-14.28 11.13-19.53s-6.86 1.86 4.07 7.62c6.56 3.46 11.92 10.11 15.15 15 2.49 3.75 2.82 6.93 5.83 10 3.16 3.22 7.38 8 6.79 14.95 0 0-1.69-12.37-8.17-11s-7.44 4.53-11.37 2-5.8 14-5.8 14-6.27-19.34 10.24-22.24 17.52 11.25 15.16 24.44-18.89 19.55-25.4 1.72c0 0 14.49-6.6 21.72 0s-28 17.46-57.43 9.71"
47
48
  }));
48
49
  }
50
+
49
51
  }
50
52
  EmptyTeams.propTypes = EmptyStateProps;
51
- EmptyTeams.defaultProps = {
52
- ...EmptyStateDefaultProps,
53
+ EmptyTeams.defaultProps = { ...EmptyStateDefaultProps,
53
54
  dataId: 'emptyTeams'
54
- };
55
-
56
- // if (__DOCS__) {
55
+ }; // if (__DOCS__) {
57
56
  // EmptyTeams.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';
@@ -60,14 +61,12 @@ export default class EmptyTelegram extends React.Component {
60
61
  d: "M0 0h450v400H0z"
61
62
  }))));
62
63
  }
64
+
63
65
  }
64
66
  EmptyTelegram.propTypes = EmptyStateProps;
65
- EmptyTelegram.defaultProps = {
66
- ...EmptyStateDefaultProps,
67
+ EmptyTelegram.defaultProps = { ...EmptyStateDefaultProps,
67
68
  dataId: 'emptyTelegram'
68
- };
69
-
70
- // if (__DOCS__) {
69
+ }; // if (__DOCS__) {
71
70
  // EmptyTelegram.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';
@@ -58,13 +59,12 @@ export default class EmptyTemplate extends React.Component {
58
59
  d: "M44.61 81.45A10.42 10.42 0 0055 71v-7.7a7.53 7.53 0 014.22-6.9 6.53 6.53 0 013.19-.59c4.83.32 81.74 0 81.74 0s7.4.34 7.72 5.17 0 80.45 0 80.45.32 5.47-4.82 7.08c-4.69 1.46-73 .26-85.3 0-1.09 0-2.95-.76-3-1.84-.45-8-1.14-39.36.6-57.61a8.15 8.15 0 011.9-4.59A4 4 0 0164 83c2.53-.16 62.3-1.29 72.73-1.49a5.41 5.41 0 014.56 2.19 5.14 5.14 0 01.77 1.67c.74 3 .65 28.32-.46 30.91s-25.23 3.69-26.42.33c-1.62-4.56-2-24.92.18-26.85s25.93-2.68 28.27-1.68 1.42 50.31-1.15 57c0 0-26.13 1.18-27.12 0s-.76-20.85.2-22.17c1.28-1.79 25.4-1.64 27.12-1.19 2.56.67 3.18 22.27 1.84 23.5-2.4 2.2-70.53 2.23-74.29-1.53s-4-50.48-1-52.46 23.36-3.62 31.47-1.51c0 0 3 1.71 2.88 3.89s1.67 48.5 1.67 48.5-.18 3.47-5.8 5.19-45.67 2-45.67-7 .63-52.68.63-52.68.13-6.06 5.49-7l95.46-.77a4.22 4.22 0 014.25 4.22v4.41a4.22 4.22 0 004.22 4.23"
59
60
  }));
60
61
  }
62
+
61
63
  }
62
64
  EmptyTemplate.propTypes = EmptyStateProps;
63
- EmptyTemplate.defaultProps = {
64
- ...EmptyStateDefaultProps,
65
+ EmptyTemplate.defaultProps = { ...EmptyStateDefaultProps,
65
66
  dataId: 'emptyTemplate'
66
- };
67
- // if (__DOCS__) {
67
+ }; // if (__DOCS__) {
68
68
  // EmptyTemplate.docs = {
69
69
  // componentGroup: 'Emptystate'
70
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';
@@ -49,14 +50,12 @@ export default class EmptyTicket extends React.Component {
49
50
  fill: "var(--zd_emptysvg_circle_fill)"
50
51
  }));
51
52
  }
53
+
52
54
  }
53
55
  EmptyTicket.propTypes = EmptyStateProps;
54
- EmptyTicket.defaultProps = {
55
- ...EmptyStateDefaultProps,
56
+ EmptyTicket.defaultProps = { ...EmptyStateDefaultProps,
56
57
  dataId: 'emptyTicket'
57
- };
58
-
59
- // if (__DOCS__) {
58
+ }; // if (__DOCS__) {
60
59
  // EmptyTicket.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';
@@ -52,13 +53,12 @@ export default class EmptyTimeEntry extends React.Component {
52
53
  d: "M34.94 145.49h43.51a22.78 22.78 0 0020-11.75 2.31 2.31 0 014.32 1.33v.11c-.51 3.88-5.6 8.79-11.89 3.3-5.7-5-20.15-14.36-16.54-38.88a33.9 33.9 0 018.4-18c3.15-3.43 7.27-6.45 12.1-6.54 0 0 .29.07.72.22a1.43 1.43 0 001.78-1.9l-.73-1.73a2 2 0 011-2.67c3.48-1.64 10.77-5.14 11-5.81.25-.87-1-7.2-5.57-7.27-2.65 0-14.54.5-15.17 1.88s3.42.5 2.91-3-5.56-1.88-4.8.51 2 3.05.44 4.31c-.55.45-11.81 6.75-8.16 12.36.67 1 1.21 1.8 1.64 2.4a3.26 3.26 0 003.92 1.06c3.06-1.32 8.37-3.59 8.73-3.59s1.39 2.76 8.22-.87 14.66-5 16.06-4.77c0 0 1.14.11 1.23-1.56 0-.91.1-4.38 5.56-7.27 2.35-1.24 14.54.5 15.18 1.88s-3.42.5-2.91-3 5.56-1.88 4.8.5-.76 4.14-.25 4.64 11.13 6.14 8 12S145 77.8 145 77.8s-13.52-12.52-23.08-11.48a1.54 1.54 0 01-1.14-.31c-.78-.64-.61-1.54 1.52-1.61 3.24-.11 31.9 5.92 32.28 36.9s-24.9 39.16-34.48 36.87c-9-2.13-27.94-6.36-28.26-39.11a28.89 28.89 0 018.39-20.89c6.09-6 16.2-10.61 32.3-4.81 0 0 22.82 9.5 16.3 38.78s-38.15 26.23-48.12 8.93S97 81.15 107.56 76.4s20.26-4.22 15 24.57c0 0-3.77-1-2.32-22.89 0 0 .43-2.59 3-.87s-.38 27.46-1.89 28.51c-.61.42-3.4-2.43-2-4.32a2.64 2.64 0 014.93 1.3c0 2.56-16.41 12.38-17.86 11.66s11.18-8.21 11.18-8.21"
53
54
  }));
54
55
  }
56
+
55
57
  }
56
58
  EmptyTimeEntry.propTypes = EmptyStateProps;
57
- EmptyTimeEntry.defaultProps = {
58
- ...EmptyStateDefaultProps,
59
+ EmptyTimeEntry.defaultProps = { ...EmptyStateDefaultProps,
59
60
  dataId: 'EmptyTimeEntry'
60
- };
61
- // if (__DOCS__) {
61
+ }; // if (__DOCS__) {
62
62
  // EmptyTimeEntry.docs = {
63
63
  // componentGroup: 'Emptystate'
64
64
  // };