@zohodesk/svg 1.0.0-temp.44 → 1.0.0-temp.46

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 +8 -0
  2. package/assets/Appearance/dark/mode/contrast/darkContrastEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/contrast/blueDarkCTAThemeContrast.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/contrast/greenDarkCTAThemeContrast.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/contrast/orangeDarkCTAThemeContrast.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/contrast/redDarkCTAThemeContrast.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkCTAThemeContrast.module.css +10 -0
  8. package/assets/Appearance/default/mode/contrast/defaultContrastEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/contrast/blueDefaultCTAThemeContrast.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/contrast/greenDefaultCTAThemeContrast.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/contrast/orangeDefaultCTAThemeContrast.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/contrast/redDefaultCTAThemeContrast.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultCTAThemeContrast.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/contrast/pureDarkContrastEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkCTAThemeContrast.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkCTAThemeContrast.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkCTAThemeContrast.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkCTAThemeContrast.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkCTAThemeContrast.module.css +10 -0
  20. package/es/{svg → Loader}/Loader.js +12 -15
  21. package/es/Loader/props/defaultProps.js +3 -0
  22. package/es/Loader/props/propTypes.js +4 -0
  23. package/es/Provider.js +58 -110
  24. package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
  25. package/es/docs/Emptystate__version1.docs.js +29 -0
  26. package/es/docs/Emptystate__version2.docs.js +45 -0
  27. package/es/docs/Emptystate__version3.docs.js +148 -0
  28. package/es/docs/Errorstate__version1.docs.js +41 -0
  29. package/es/docs/Errorstate__version2.docs.js +33 -0
  30. package/es/docs/Errorstate__version3.docs.js +39 -0
  31. package/es/docs/SVG__common.docs.js +29 -0
  32. package/es/docs/SVGdocstyle.module.css +74 -0
  33. package/es/emptystate/props/defaultProps.js +8 -0
  34. package/es/emptystate/props/propTypes.js +9 -0
  35. package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +30 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +30 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +30 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
  42. package/es/emptystate/version2/EmptyRoles.js +30 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +30 -0
  44. package/es/emptystate/version2/FailureLog.js +30 -0
  45. package/es/{svg → emptystate/version3}/CustomModule.js +10 -21
  46. package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -20
  47. package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -20
  48. package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -20
  49. package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -20
  50. package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -20
  51. package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -20
  52. package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -20
  53. package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -20
  54. package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -20
  55. package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -20
  56. package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -20
  57. package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -21
  58. package/es/{svg → emptystate/version3}/EmptyContact.js +9 -20
  59. package/es/{svg → emptystate/version3}/EmptyContract.js +9 -20
  60. package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -20
  61. package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -20
  62. package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -20
  63. package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -20
  64. package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -20
  65. package/es/{svg → emptystate/version3}/EmptyDelete.js +12 -23
  66. package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -20
  67. package/es/{svg → emptystate/version3}/EmptyError.js +8 -18
  68. package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -20
  69. package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -20
  70. package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -20
  71. package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -20
  72. package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -20
  73. package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -20
  74. package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -20
  75. package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -20
  76. package/es/{svg → emptystate/version3}/EmptyReply.js +8 -19
  77. package/es/{svg → emptystate/version3}/EmptyReports.js +9 -20
  78. package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -20
  79. package/es/{svg → emptystate/version3}/EmptySearch.js +9 -20
  80. package/es/{svg → emptystate/version3}/EmptySkills.js +9 -20
  81. package/es/{svg → emptystate/version3}/EmptySla.js +8 -19
  82. package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -20
  83. package/es/{svg → emptystate/version3}/EmptyTag.js +9 -20
  84. package/es/{svg → emptystate/version3}/EmptyTask.js +9 -20
  85. package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -20
  86. package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -20
  87. package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -20
  88. package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -20
  89. package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -20
  90. package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -20
  91. package/es/{svg → emptystate/version3}/Export.js +15 -26
  92. package/es/{svg → emptystate/version3}/Extensions.js +9 -20
  93. package/es/{svg → emptystate/version3}/Extractor.js +9 -20
  94. package/es/{svg → emptystate/version3}/GCBot.js +11 -22
  95. package/es/{svg → emptystate/version3}/GCConversation.js +15 -26
  96. package/es/{svg → emptystate/version3}/Import.js +8 -19
  97. package/es/{svg → emptystate/version3}/KBBot.js +11 -22
  98. package/es/{svg → emptystate/version3}/Multilingual.js +10 -21
  99. package/es/{svg → emptystate/version3}/NetworkError.js +16 -27
  100. package/es/{svg → emptystate/version3}/Predictor.js +9 -20
  101. package/es/{svg → emptystate/version3}/ReadRecipients.js +11 -22
  102. package/es/{svg → emptystate/version3}/Variable.js +11 -22
  103. package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -20
  104. package/es/errorstate/props/defaultProps.js +8 -0
  105. package/es/errorstate/props/propTypes.js +9 -0
  106. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  107. package/es/errorstate/version1/NoRequestFound.js +34 -0
  108. package/es/errorstate/version1/PageNotFound.js +35 -0
  109. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  110. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  111. package/es/errorstate/version1/UrlNotFound.js +35 -0
  112. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  113. package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
  114. package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
  115. package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
  116. package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
  117. package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
  118. package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
  119. package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
  120. package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
  121. package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
  122. package/es/index.js +7 -4
  123. package/es/svg/SVG.js +5 -27
  124. package/es/svg/SvgLoader.js +3 -3
  125. package/es/svg/props/defaultProps.js +11 -0
  126. package/es/svg/props/propTypes.js +15 -0
  127. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  128. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  129. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  130. package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
  131. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  132. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  133. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  134. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  135. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  136. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  137. package/{es/svg/images → images}/EmptySkills.svg +0 -0
  138. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  139. package/{es/svg/images → images}/FailureLog.svg +0 -0
  140. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  141. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  142. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  143. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  144. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  145. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  146. package/{es/svg/images → images}/WillBack.svg +0 -0
  147. package/lib/{svg → Loader}/Loader.js +15 -17
  148. package/lib/Loader/props/defaultProps.js +10 -0
  149. package/lib/Loader/props/propTypes.js +15 -0
  150. package/lib/Provider.js +95 -127
  151. package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
  152. package/lib/docs/Emptystate__version1.docs.js +79 -0
  153. package/lib/docs/Emptystate__version2.docs.js +103 -0
  154. package/lib/docs/Emptystate__version3.docs.js +256 -0
  155. package/lib/docs/Errorstate__version1.docs.js +97 -0
  156. package/lib/docs/Errorstate__version2.docs.js +85 -0
  157. package/lib/docs/Errorstate__version3.docs.js +94 -0
  158. package/lib/docs/SVG__common.docs.js +79 -0
  159. package/lib/docs/SVGdocstyle.module.css +74 -0
  160. package/lib/emptystate/props/defaultProps.js +15 -0
  161. package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
  162. package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
  163. package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
  164. package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
  165. package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
  166. package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
  167. package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
  168. package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
  169. package/lib/{svg → emptystate/version2}/EmptyRoles.js +18 -20
  170. package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
  171. package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
  172. package/lib/{svg → emptystate/version3}/CustomModule.js +20 -24
  173. package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
  174. package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
  175. package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
  176. package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
  177. package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
  178. package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
  179. package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
  180. package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
  181. package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
  182. package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
  183. package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
  184. package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
  185. package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
  186. package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
  187. package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
  188. package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
  189. package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
  190. package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
  191. package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
  192. package/lib/{svg → emptystate/version3}/EmptyDelete.js +22 -26
  193. package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
  194. package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
  195. package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
  196. package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
  197. package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
  198. package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
  199. package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
  200. package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
  201. package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
  202. package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
  203. package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
  204. package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
  205. package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
  206. package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
  207. package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
  208. package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
  209. package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
  210. package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
  211. package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
  212. package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
  213. package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
  214. package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
  215. package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
  216. package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
  217. package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
  218. package/lib/{svg → emptystate/version3}/Export.js +25 -29
  219. package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
  220. package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
  221. package/lib/{svg → emptystate/version3}/GCBot.js +21 -25
  222. package/lib/{svg → emptystate/version3}/GCConversation.js +25 -29
  223. package/lib/{svg → emptystate/version3}/Import.js +18 -22
  224. package/lib/{svg → emptystate/version3}/KBBot.js +21 -25
  225. package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
  226. package/lib/{svg → emptystate/version3}/NetworkError.js +26 -30
  227. package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
  228. package/lib/{svg → emptystate/version3}/ReadRecipients.js +21 -25
  229. package/lib/{svg → emptystate/version3}/Variable.js +21 -25
  230. package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
  231. package/lib/errorstate/props/defaultProps.js +15 -0
  232. package/lib/errorstate/props/propTypes.js +20 -0
  233. package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
  234. package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
  235. package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
  236. package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
  237. package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
  238. package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
  239. package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
  240. package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
  241. package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
  242. package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
  243. package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
  244. package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
  245. package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
  246. package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
  247. package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
  248. package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
  249. package/lib/index.js +40 -16
  250. package/lib/svg/SVG.js +8 -29
  251. package/lib/svg/SvgLoader.js +3 -3
  252. package/lib/svg/props/defaultProps.js +18 -0
  253. package/lib/svg/props/propTypes.js +26 -0
  254. package/package.json +10 -9
  255. package/es/svg/EmptyBusinessHoliday.js +0 -39
  256. package/es/svg/EmptyBusinessHour.js +0 -39
  257. package/es/svg/EmptyCustomDomain.js +0 -39
  258. package/es/svg/EmptyFromAddress.js +0 -39
  259. package/es/svg/EmptyImportHistory.js +0 -39
  260. package/es/svg/EmptyInconvenience.js +0 -42
  261. package/es/svg/EmptyNetwork.js +0 -39
  262. package/es/svg/EmptyRecycleBin.js +0 -39
  263. package/es/svg/EmptyRoles.js +0 -39
  264. package/es/svg/EmptyWebhook.js +0 -39
  265. package/es/svg/FailureLog.js +0 -39
  266. package/es/svg/NoRequestFound.js +0 -42
  267. package/es/svg/PageNotFound.js +0 -43
  268. package/es/svg/UnableToProcessRequest.js +0 -43
  269. package/es/svg/UnauthorizedLogin.js +0 -43
  270. package/es/svg/UrlNotFound.js +0 -43
  271. package/es/svg/WillBeRightBack.js +0 -43
  272. package/es/svg/utils.js +0 -14
  273. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  274. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  275. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  276. package/lib/svg/images/EmptyCustomDomain.svg +0 -85
  277. package/lib/svg/images/EmptyFilter.svg +0 -62
  278. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  279. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  280. package/lib/svg/images/EmptyNetwork.svg +0 -50
  281. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  282. package/lib/svg/images/EmptyRoles.svg +0 -30
  283. package/lib/svg/images/EmptySkills.svg +0 -83
  284. package/lib/svg/images/EmptyWebhook.svg +0 -44
  285. package/lib/svg/images/FailureLog.svg +0 -46
  286. package/lib/svg/images/Inconvenience.svg +0 -719
  287. package/lib/svg/images/NoRequestFound.svg +0 -247
  288. package/lib/svg/images/PageNotFound.svg +0 -405
  289. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  290. package/lib/svg/images/UnableToProcess.svg +0 -752
  291. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  292. package/lib/svg/images/WillBack.svg +0 -633
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyCallHistory extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "CallHistoryEmpty"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5,.EmptyCallHistory_svg__cls-6,.EmptyCallHistory_svg__cls-7{fill:none}.EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCallHistory_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCallHistory_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5,.EmptyCallHistory_svg__cls-6,.EmptyCallHistory_svg__cls-7{fill:none}.EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCallHistory_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCallHistory_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -50,25 +51,13 @@ export default class EmptyCallHistory extends React.Component {
50
51
  }
51
52
 
52
53
  }
53
- EmptyCallHistory.propTypes = {
54
- alignHorizontal: PropTypes.bool,
55
- className: PropTypes.string,
56
- dataId: PropTypes.string,
57
- isRender: PropTypes.bool,
58
- size: PropTypes.oneOf(['small', 'large']),
59
- palette: PropTypes.oneOf(['default', 'dark'])
60
- };
61
- EmptyCallHistory.defaultProps = {
62
- size: 'large',
63
- alignHorizontal: true,
64
- isRender: true,
65
- className: '',
66
- dataId: 'emptyCallHistory',
67
- palette: 'default'
54
+ EmptyCallHistory.propTypes = EmptyStateProps;
55
+ EmptyCallHistory.defaultProps = { ...EmptyStateDefaultProps,
56
+ dataId: 'emptyCallHistory'
68
57
  };
69
58
 
70
59
  if (false) {
71
60
  EmptyCallHistory.docs = {
72
- componentGroup: 'SVG'
61
+ componentGroup: 'Emptystate'
73
62
  };
74
63
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyCollision extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "collision"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCollision_svg__cls-3,.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5,.EmptyCollision_svg__cls-6,.EmptyCollision_svg__cls-7{fill:none}.EmptyCollision_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCollision_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCollision_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCollision_svg__cls-3,.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5,.EmptyCollision_svg__cls-6,.EmptyCollision_svg__cls-7{fill:none}.EmptyCollision_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCollision_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCollision_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M83.6 67.23s46.91-30.84 70.66-21.55 40 87.37-26.06 122.41-95.89-41.18-96.15-54.69c-.24-13.07 0-44.23 51.55-46.17z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -48,25 +49,13 @@ export default class EmptyCollision extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyCollision.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyCollision.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyCollision',
65
- palette: 'default'
52
+ EmptyCollision.propTypes = EmptyStateProps;
53
+ EmptyCollision.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyCollision'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyCollision.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,17 +1,18 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyColumn extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "column"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyColumn_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate}.EmptyColumn_svg__cls-3,.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5,.EmptyColumn_svg__cls-7,.EmptyColumn_svg__cls-8{fill:none}.EmptyColumn_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyColumn_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyColumn_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyColumn_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate}.EmptyColumn_svg__cls-3,.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5,.EmptyColumn_svg__cls-7,.EmptyColumn_svg__cls-8{fill:none}.EmptyColumn_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyColumn_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyColumn_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.51S133.43 31.67 157.17 41s40 87.35-26.06 122.38S35.22 122.21 35 108.7c-.28-13.11 0-44.26 51.51-46.19z",
13
14
  style: {
14
- isolation: "isolate"
15
+ isolation: 'isolate'
15
16
  },
16
17
  opacity: 0.05,
17
18
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -54,25 +55,13 @@ export default class EmptyColumn extends React.Component {
54
55
  }
55
56
 
56
57
  }
57
- EmptyColumn.propTypes = {
58
- alignHorizontal: PropTypes.bool,
59
- className: PropTypes.string,
60
- dataId: PropTypes.string,
61
- isRender: PropTypes.bool,
62
- size: PropTypes.oneOf(['small', 'large']),
63
- palette: PropTypes.oneOf(['default', 'dark'])
64
- };
65
- EmptyColumn.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'EmptyColumn',
71
- palette: 'default'
58
+ EmptyColumn.propTypes = EmptyStateProps;
59
+ EmptyColumn.defaultProps = { ...EmptyStateDefaultProps,
60
+ dataId: 'EmptyColumn'
72
61
  };
73
62
 
74
63
  if (false) {
75
64
  EmptyColumn.docs = {
76
- componentGroup: 'SVG'
65
+ componentGroup: 'Emptystate'
77
66
  };
78
67
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyContact extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "contact"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyContact_svg__cls-4,.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6,.EmptyContact_svg__cls-7,.EmptyContact_svg__cls-8{fill:none}.EmptyContact_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyContact_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyContact_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyContact_svg__cls-4,.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6,.EmptyContact_svg__cls-7,.EmptyContact_svg__cls-8{fill:none}.EmptyContact_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyContact_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyContact_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.42 31.67 157.16 41s40 87.37-26.06 122.41-95.88-41.22-96.1-54.73c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -48,25 +49,13 @@ export default class EmptyContact extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyContact.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyContact.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyContact',
65
- palette: 'default'
52
+ EmptyContact.propTypes = EmptyStateProps;
53
+ EmptyContact.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyContact'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyContact.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyContract extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "Contract"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyContract_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyContract_svg__cls-5{fill:var(--zd_emptysvg_cross)}.EmptyContract_svg__cls-4{fill:var(--zd_emptysvg_plus)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyContract_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyContract_svg__cls-5{fill:var(--zd_emptysvg_cross)}.EmptyContract_svg__cls-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M88.2 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S43.15 119.89 42.93 108c-.21-11.5 0-38.9 45.27-40.6z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -44,25 +45,13 @@ export default class EmptyContract extends React.Component {
44
45
  }
45
46
 
46
47
  }
47
- EmptyContract.propTypes = {
48
- alignHorizontal: PropTypes.bool,
49
- className: PropTypes.string,
50
- dataId: PropTypes.string,
51
- isRender: PropTypes.bool,
52
- size: PropTypes.oneOf(['small', 'large']),
53
- palette: PropTypes.oneOf(['default', 'dark'])
54
- };
55
- EmptyContract.defaultProps = {
56
- size: 'large',
57
- alignHorizontal: true,
58
- isRender: true,
59
- className: '',
60
- dataId: 'EmptyContract',
61
- palette: 'default'
48
+ EmptyContract.propTypes = EmptyStateProps;
49
+ EmptyContract.defaultProps = { ...EmptyStateDefaultProps,
50
+ dataId: 'EmptyContract'
62
51
  };
63
52
 
64
53
  if (false) {
65
54
  EmptyContract.docs = {
66
- componentGroup: 'SVG'
55
+ componentGroup: 'Emptystate'
67
56
  };
68
57
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyConversation extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "conversation"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyConversation_svg__cls-4,.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6,.EmptyConversation_svg__cls-7,.EmptyConversation_svg__cls-8{fill:none}.EmptyConversation_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyConversation_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyConversation_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyConversation_svg__cls-4,.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6,.EmptyConversation_svg__cls-7,.EmptyConversation_svg__cls-8{fill:none}.EmptyConversation_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyConversation_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyConversation_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -48,25 +49,13 @@ export default class EmptyConversation extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyConversation.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyConversation.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyConversation',
65
- palette: 'default'
52
+ EmptyConversation.propTypes = EmptyStateProps;
53
+ EmptyConversation.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyConversation'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyConversation.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyCrm extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "Feed"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCrm_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrm_svg__cls-4,.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6,.EmptyCrm_svg__cls-8,.EmptyCrm_svg__cls-9{fill:none}.EmptyCrm_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCrm_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCrm_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrm_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrm_svg__cls-4,.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6,.EmptyCrm_svg__cls-8,.EmptyCrm_svg__cls-9{fill:none}.EmptyCrm_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCrm_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCrm_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -48,25 +49,13 @@ export default class EmptyCrm extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyCrm.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyCrm.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'EmptyFeed',
65
- palette: 'default'
52
+ EmptyCrm.propTypes = EmptyStateProps;
53
+ EmptyCrm.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'EmptyCrm'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyCrm.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyCrmNotes extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "crmnotes"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmNotes_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmNotes_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmNotes_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmNotes_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M75.45 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S29 117.2 28.74 105c-.22-11.89 0-40.12 46.71-41.87z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -59,25 +60,13 @@ export default class EmptyCrmNotes extends React.Component {
59
60
  }
60
61
 
61
62
  }
62
- EmptyCrmNotes.propTypes = {
63
- alignHorizontal: PropTypes.bool,
64
- className: PropTypes.string,
65
- dataId: PropTypes.string,
66
- isRender: PropTypes.bool,
67
- size: PropTypes.oneOf(['small', 'large']),
68
- palette: PropTypes.oneOf(['default', 'dark'])
69
- };
70
- EmptyCrmNotes.defaultProps = {
71
- size: 'large',
72
- alignHorizontal: true,
73
- isRender: true,
74
- className: '',
75
- dataId: 'emptyCrmNotes',
76
- palette: 'default'
63
+ EmptyCrmNotes.propTypes = EmptyStateProps;
64
+ EmptyCrmNotes.defaultProps = { ...EmptyStateDefaultProps,
65
+ dataId: 'emptyCrmNotes'
77
66
  };
78
67
 
79
68
  if (false) {
80
69
  EmptyCrmNotes.docs = {
81
- componentGroup: 'SVG'
70
+ componentGroup: 'Emptystate'
82
71
  };
83
72
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyCrmPotential extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "crmPotential"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCrmPotential_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmPotential_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmPotential_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmPotential_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmPotential_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmPotential_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M78.35 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S31.87 117.2 31.64 105c-.22-11.89 0-40.12 46.71-41.87z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -62,25 +63,13 @@ export default class EmptyCrmPotential extends React.Component {
62
63
  }
63
64
 
64
65
  }
65
- EmptyCrmPotential.propTypes = {
66
- alignHorizontal: PropTypes.bool,
67
- className: PropTypes.string,
68
- dataId: PropTypes.string,
69
- isRender: PropTypes.bool,
70
- size: PropTypes.oneOf(['small', 'large']),
71
- palette: PropTypes.oneOf(['default', 'dark'])
72
- };
73
- EmptyCrmPotential.defaultProps = {
74
- size: 'large',
75
- alignHorizontal: true,
76
- isRender: true,
77
- className: '',
78
- dataId: 'emptyCrmPotential',
79
- palette: 'default'
66
+ EmptyCrmPotential.propTypes = EmptyStateProps;
67
+ EmptyCrmPotential.defaultProps = { ...EmptyStateDefaultProps,
68
+ dataId: 'emptyCrmPotential'
80
69
  };
81
70
 
82
71
  if (false) {
83
72
  EmptyCrmPotential.docs = {
84
- componentGroup: 'SVG'
73
+ componentGroup: 'Emptystate'
85
74
  };
86
75
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyDashboard extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "dashboard"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyDashboard_svg__cls-3,.EmptyDashboard_svg__cls-4,.EmptyDashboard_svg__cls-5{fill:none}.EmptyDashboard_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyDashboard_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyDashboard_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDashboard_svg__cls-3,.EmptyDashboard_svg__cls-4,.EmptyDashboard_svg__cls-5{fill:none}.EmptyDashboard_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyDashboard_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyDashboard_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -54,25 +55,13 @@ export default class EmptyDashboard extends React.Component {
54
55
  }
55
56
 
56
57
  }
57
- EmptyDashboard.propTypes = {
58
- alignHorizontal: PropTypes.bool,
59
- className: PropTypes.string,
60
- dataId: PropTypes.string,
61
- isRender: PropTypes.bool,
62
- size: PropTypes.oneOf(['small', 'large']),
63
- palette: PropTypes.oneOf(['default', 'dark'])
64
- };
65
- EmptyDashboard.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'emptyDashboard',
71
- palette: 'default'
58
+ EmptyDashboard.propTypes = EmptyStateProps;
59
+ EmptyDashboard.defaultProps = { ...EmptyStateDefaultProps,
60
+ dataId: 'emptyDashboard'
72
61
  };
73
62
 
74
63
  if (false) {
75
64
  EmptyDashboard.docs = {
76
- componentGroup: 'SVG'
65
+ componentGroup: 'Emptystate'
77
66
  };
78
67
  }
@@ -1,26 +1,27 @@
1
- function _extends() { _extends = Object.assign || 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); }
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
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyDelete extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "delete"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyDelete_svg__cls-3{fill:var(--zd_emptysvg_plus)}.EmptyDelete_svg__cls-4{fill:var(--zd_emptysvg_medium_circle)}.EmptyDelete_svg__cls-5{fill:var(--zd_emptysvg_cross)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDelete_svg__cls-3{fill:var(--zd_emptysvg_plus)}.EmptyDelete_svg__cls-4{fill:var(--zd_emptysvg_medium_circle)}.EmptyDelete_svg__cls-5{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
12
13
  fill: "var(--zd_emptysvg_primary_stroke)",
13
14
  d: "M98.66 174.25a113.49 113.49 0 0 1-27.21-3.46 12.5 12.5 0 0 1-9.23-9.71l-1.76-.41a.5.5 0 0 1-.38-.45c0-.16-1-16-1.24-32.23-.46-33 2.67-35.4 3.69-36.17a1.77 1.77 0 0 1 1.73-.27 2.73 2.73 0 0 1 1.35 1.26c34.09-4.43 53.35-2 63.07.54a23.88 23.88 0 0 0 6.74-4.35c-3.66-.92-8.67-5.24-13.17-10.94-10.9-9.35-25-23.9-31-40.47-1.54-4.29-1.65-7-.34-8.18 1-1 2.9-.86 5.49.32 4.39 2 11.06 7.26 17.9 13.9a12.7 12.7 0 0 1 3.09-2.6c6.38-3.89 10.43-2.64 12.7-.9 3.6 2.74 4.7 8.32 3.66 11.92-.66 2.27-2.11 3.67-4 3.84a.44.44 0 0 0-.32.11c-.28.58 1.43 3.12 2.94 5.37 3.49 5.17 8.57 12.72 7.94 19.9a13 13 0 0 1 .21 2.66c-.11 3.89-1.76 5-3.13 5.2h-.14l-9.71 72.07a12.35 12.35 0 0 1-9.66 11 90.93 90.93 0 0 1-19.22 2.05ZM63.3 161.31a11.5 11.5 0 0 0 8.39 8.51c11.17 2.79 28.21 5.32 46 1.45a11.34 11.34 0 0 0 8.88-10.13l.05-.39c-3.73.74-34.91 6.55-63.32.56Zm-.2-1.06c28.38 6.1 59.71.24 63.33-.48L135 96.52a39.82 39.82 0 0 0-6.12-2.16h-.05c-21.39 9.36-49.77 4.4-62.11 1.5 2.33 10.52-.47 37.88-3.6 61.28a11.42 11.42 0 0 0-.02 3.11Zm-2-.46 1 .23a12.49 12.49 0 0 1 0-3c4.24-31.67 5.49-53.53 3.61-61.39-1-.24-1.83-.45-2.54-.64a1 1 0 0 1 .12-1.88l1.27-.11a1.51 1.51 0 0 0-.64-.46.79.79 0 0 0-.79.13c-4.96 3.69-3.2 49.33-2.07 67.12Zm5.38-64.94c11.75 2.75 39.55 7.8 60.82-.9-19.53-4.7-50.16-1.56-61.18-.19a10.72 10.72 0 0 1 .32 1.09Zm63.73-1.1a39 39 0 0 1 5.22 1.86l.8-5.94a23.23 23.23 0 0 1-6.06 4.08Zm-65 .13-1.71.23 2 .49c-.17-.26-.26-.5-.36-.72Zm74.34-9a12.9 12.9 0 0 1-1.84 3.15c.95-.32 1.56-1.37 1.77-3.11Zm-16.65-7.54a155 155 0 0 0 13.64 10.5 11.81 11.81 0 0 0 2.37-4.36 10.88 10.88 0 0 0 .41-2.09C137.57 72 126 56.66 114.4 45.14c-3.46 4.88-2.18 11.71-.18 17.09a57.83 57.83 0 0 0 8.68 15.11Zm4.16 4.73a25.24 25.24 0 0 0 7.53 5.64c-1.68-1.18-4.33-3.1-7.53-5.64ZM115 44.35c10 9.86 20.21 22.58 24 32.36-1.16-5.42-4.78-10.8-7.45-14.76-2.39-3.55-3.51-5.3-3-6.35a1.26 1.26 0 0 1 1.13-.68c2-.17 2.8-2 3.12-3.12.95-3.28-.05-8.36-3.3-10.85-2.91-2.22-6.91-1.88-11.58 1a12.43 12.43 0 0 0-2.92 2.4ZM92.83 29.78a1.77 1.77 0 0 0-1.23.4c-.55.5-1.2 2.1.6 7.1C97.5 52 109.31 65.1 119.49 74.33a56.79 56.79 0 0 1-6.21-11.75c-2.83-7.62-2.65-13.88.42-18.14C107.11 38 100.59 32.77 96 30.67a8.17 8.17 0 0 0-3.17-.89Z"
14
15
  }), /*#__PURE__*/React.createElement("path", {
15
16
  d: "M137.48 86.1c-3.16 2.63-15.63-7.12-27.86-21.78S90 35.64 93.18 33s15.64 7.12 27.87 21.78 19.59 28.69 16.43 31.32Zm-51 62c3.36.94 2.62-30.95-.93-32.26s-2.42 31.33-2.42 31.33Zm22.54-.93s.06-21.75 3.6-20.44 3.11 22.31-.25 21.37Zm-12.92 0s-.24-27.18 3.31-25.87 1.61 27.45 0 26.8c-3.15-1.3-3.28-.91-3.28-.91Z",
16
17
  style: {
17
- fill: "var(--zd_emptysvg_secondary_fill)"
18
+ fill: 'var(--zd_emptysvg_secondary_fill)'
18
19
  }
19
20
  }), /*#__PURE__*/React.createElement("path", {
20
21
  d: "M82.32 58.19S129 27 152.59 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
21
22
  style: {
22
- fill: "var(--zd_emptysvg_primary_fill)",
23
- isolation: "isolate",
23
+ fill: 'var(--zd_emptysvg_primary_fill)',
24
+ isolation: 'isolate',
24
25
  opacity: 0.1
25
26
  }
26
27
  }), /*#__PURE__*/React.createElement("path", {
@@ -39,25 +40,13 @@ export default class EmptyDelete extends React.Component {
39
40
  }
40
41
 
41
42
  }
42
- EmptyDelete.propTypes = {
43
- alignHorizontal: PropTypes.bool,
44
- className: PropTypes.string,
45
- dataId: PropTypes.string,
46
- isRender: PropTypes.bool,
47
- size: PropTypes.oneOf(['small', 'large']),
48
- palette: PropTypes.oneOf(['default', 'dark'])
49
- };
50
- EmptyDelete.defaultProps = {
51
- size: 'large',
52
- alignHorizontal: true,
53
- isRender: true,
54
- className: '',
55
- dataId: 'EmptyDelete',
56
- palette: 'default'
43
+ EmptyDelete.propTypes = EmptyStateProps;
44
+ EmptyDelete.defaultProps = { ...EmptyStateDefaultProps,
45
+ dataId: 'EmptyDelete'
57
46
  };
58
47
 
59
48
  if (false) {
60
49
  EmptyDelete.docs = {
61
- componentGroup: 'SVG'
50
+ componentGroup: 'Emptystate'
62
51
  };
63
52
  }