@zohodesk/svg 1.0.0-beta.45 → 1.0.0-beta.48

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 (282) hide show
  1. package/README.md +12 -0
  2. package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
  8. package/es/{svg → Loader}/Loader.js +12 -15
  9. package/es/Loader/props/defaultProps.js +3 -0
  10. package/es/Loader/props/propTypes.js +4 -0
  11. package/es/Provider.js +18 -84
  12. package/es/{svg → _svg}/SVG.js +5 -27
  13. package/es/{svg → _svg}/SVG.module.css +0 -0
  14. package/es/{svg → _svg}/SvgLoader.js +3 -3
  15. package/es/_svg/props/defaultProps.js +11 -0
  16. package/es/_svg/props/propTypes.js +15 -0
  17. package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
  18. package/es/docs/Emptystate__version1.docs.js +29 -0
  19. package/es/docs/Emptystate__version2.docs.js +45 -0
  20. package/es/docs/Emptystate__version3.docs.js +148 -0
  21. package/es/docs/Errorstate__version1.docs.js +41 -0
  22. package/es/docs/Errorstate__version2.docs.js +33 -0
  23. package/es/docs/Errorstate__version3.docs.js +39 -0
  24. package/es/docs/SVG__common.docs.js +29 -0
  25. package/es/docs/SVGdocstyle.module.css +53 -0
  26. package/es/emptystate/props/defaultProps.js +8 -0
  27. package/es/emptystate/props/propTypes.js +9 -0
  28. package/es/emptystate/version1/EmptyCustomDomain.js +31 -0
  29. package/es/emptystate/version2/EmptyBusinessHoliday.js +31 -0
  30. package/es/emptystate/version2/EmptyBusinessHour.js +31 -0
  31. package/es/emptystate/version2/EmptyFromAddress.js +31 -0
  32. package/es/emptystate/version2/EmptyImportHistory.js +31 -0
  33. package/es/emptystate/version2/EmptyNetwork.js +31 -0
  34. package/es/emptystate/version2/EmptyRecycleBin.js +31 -0
  35. package/es/emptystate/version2/EmptyRoles.js +31 -0
  36. package/es/emptystate/version2/EmptyWebhook.js +31 -0
  37. package/es/emptystate/version2/FailureLog.js +31 -0
  38. package/es/emptystate/version3/CustomModule.js +60 -0
  39. package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -19
  40. package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -19
  41. package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -19
  42. package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -19
  43. package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -19
  44. package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -19
  45. package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -19
  46. package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -19
  47. package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -19
  48. package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -19
  49. package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -19
  50. package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -20
  51. package/es/{svg → emptystate/version3}/EmptyContact.js +9 -19
  52. package/es/{svg → emptystate/version3}/EmptyContract.js +9 -19
  53. package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -19
  54. package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -19
  55. package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -19
  56. package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -19
  57. package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -19
  58. package/es/{svg → emptystate/version3}/EmptyDelete.js +12 -22
  59. package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -19
  60. package/es/{svg → emptystate/version3}/EmptyError.js +8 -17
  61. package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -19
  62. package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -19
  63. package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -19
  64. package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -19
  65. package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -19
  66. package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -19
  67. package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -19
  68. package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -19
  69. package/es/{svg → emptystate/version3}/EmptyReply.js +8 -18
  70. package/es/{svg → emptystate/version3}/EmptyReports.js +9 -19
  71. package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -19
  72. package/es/{svg → emptystate/version3}/EmptySearch.js +9 -19
  73. package/es/{svg → emptystate/version3}/EmptySkills.js +9 -19
  74. package/es/{svg → emptystate/version3}/EmptySla.js +8 -18
  75. package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -19
  76. package/es/{svg → emptystate/version3}/EmptyTag.js +9 -19
  77. package/es/{svg → emptystate/version3}/EmptyTask.js +9 -19
  78. package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -19
  79. package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -19
  80. package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -19
  81. package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -19
  82. package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -19
  83. package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -19
  84. package/es/{svg → emptystate/version3}/Export.js +15 -25
  85. package/es/{svg → emptystate/version3}/Extensions.js +9 -19
  86. package/es/{svg → emptystate/version3}/Extractor.js +9 -19
  87. package/es/{svg → emptystate/version3}/GCBot.js +11 -21
  88. package/es/{svg → emptystate/version3}/GCConversation.js +15 -25
  89. package/es/{svg → emptystate/version3}/Import.js +8 -18
  90. package/es/{svg → emptystate/version3}/KBBot.js +11 -21
  91. package/es/{svg → emptystate/version3}/Multilingual.js +10 -20
  92. package/es/{svg → emptystate/version3}/NetworkError.js +16 -26
  93. package/es/{svg → emptystate/version3}/Predictor.js +9 -19
  94. package/es/{svg → emptystate/version3}/ReadRecipients.js +11 -21
  95. package/es/{svg → emptystate/version3}/Variable.js +11 -21
  96. package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -19
  97. package/es/errorstate/props/defaultProps.js +8 -0
  98. package/es/errorstate/props/propTypes.js +9 -0
  99. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  100. package/es/errorstate/version1/NoRequestFound.js +34 -0
  101. package/es/errorstate/version1/PageNotFound.js +35 -0
  102. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  103. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  104. package/es/errorstate/version1/UrlNotFound.js +35 -0
  105. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  106. package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
  107. package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
  108. package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
  109. package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
  110. package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
  111. package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
  112. package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
  113. package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
  114. package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
  115. package/es/index.js +7 -4
  116. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  117. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  118. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  119. package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
  120. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  121. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  122. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  123. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  124. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  125. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  126. package/{es/svg/images → images}/EmptySkills.svg +0 -0
  127. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  128. package/{es/svg/images → images}/FailureLog.svg +0 -0
  129. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  130. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  131. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  132. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  133. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  134. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  135. package/{es/svg/images → images}/WillBack.svg +0 -0
  136. package/lib/{svg → Loader}/Loader.js +15 -17
  137. package/lib/Loader/props/defaultProps.js +10 -0
  138. package/lib/Loader/props/propTypes.js +15 -0
  139. package/lib/Provider.js +25 -99
  140. package/lib/{svg → _svg}/SVG.js +8 -29
  141. package/lib/{svg → _svg}/SVG.module.css +0 -0
  142. package/lib/{svg → _svg}/SvgLoader.js +3 -3
  143. package/lib/_svg/props/defaultProps.js +18 -0
  144. package/lib/_svg/props/propTypes.js +26 -0
  145. package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
  146. package/lib/{svg/EmptyRoles.js → docs/Emptystate__version1.docs.js} +28 -39
  147. package/lib/docs/Emptystate__version2.docs.js +103 -0
  148. package/lib/docs/Emptystate__version3.docs.js +256 -0
  149. package/lib/docs/Errorstate__version1.docs.js +97 -0
  150. package/lib/docs/Errorstate__version2.docs.js +85 -0
  151. package/lib/docs/Errorstate__version3.docs.js +94 -0
  152. package/lib/docs/SVG__common.docs.js +79 -0
  153. package/lib/docs/SVGdocstyle.module.css +53 -0
  154. package/lib/emptystate/props/defaultProps.js +15 -0
  155. package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
  156. package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
  157. package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
  158. package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
  159. package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
  160. package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
  161. package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
  162. package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
  163. package/lib/emptystate/version2/EmptyRoles.js +88 -0
  164. package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
  165. package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
  166. package/lib/emptystate/version3/CustomModule.js +116 -0
  167. package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
  168. package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
  169. package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
  170. package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
  171. package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
  172. package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
  173. package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
  174. package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
  175. package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
  176. package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
  177. package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
  178. package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
  179. package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
  180. package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
  181. package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
  182. package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
  183. package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
  184. package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
  185. package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
  186. package/lib/{svg → emptystate/version3}/EmptyDelete.js +22 -26
  187. package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
  188. package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
  189. package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
  190. package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
  191. package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
  192. package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
  193. package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
  194. package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
  195. package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
  196. package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
  197. package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
  198. package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
  199. package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
  200. package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
  201. package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
  202. package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
  203. package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
  204. package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
  205. package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
  206. package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
  207. package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
  208. package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
  209. package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
  210. package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
  211. package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
  212. package/lib/{svg → emptystate/version3}/Export.js +25 -29
  213. package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
  214. package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
  215. package/lib/{svg → emptystate/version3}/GCBot.js +21 -25
  216. package/lib/{svg → emptystate/version3}/GCConversation.js +25 -29
  217. package/lib/{svg → emptystate/version3}/Import.js +18 -22
  218. package/lib/{svg → emptystate/version3}/KBBot.js +21 -25
  219. package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
  220. package/lib/{svg → emptystate/version3}/NetworkError.js +26 -30
  221. package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
  222. package/lib/{svg → emptystate/version3}/ReadRecipients.js +21 -25
  223. package/lib/{svg → emptystate/version3}/Variable.js +21 -25
  224. package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
  225. package/lib/errorstate/props/defaultProps.js +15 -0
  226. package/lib/errorstate/props/propTypes.js +20 -0
  227. package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
  228. package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
  229. package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
  230. package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
  231. package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
  232. package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
  233. package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
  234. package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
  235. package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
  236. package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
  237. package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
  238. package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
  239. package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
  240. package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
  241. package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
  242. package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
  243. package/lib/index.js +40 -16
  244. package/package.json +3 -3
  245. package/es/svg/EmptyBusinessHoliday.js +0 -39
  246. package/es/svg/EmptyBusinessHour.js +0 -39
  247. package/es/svg/EmptyCustomDomain.js +0 -39
  248. package/es/svg/EmptyFromAddress.js +0 -39
  249. package/es/svg/EmptyImportHistory.js +0 -39
  250. package/es/svg/EmptyInconvenience.js +0 -42
  251. package/es/svg/EmptyNetwork.js +0 -39
  252. package/es/svg/EmptyRecycleBin.js +0 -39
  253. package/es/svg/EmptyRoles.js +0 -39
  254. package/es/svg/EmptyWebhook.js +0 -39
  255. package/es/svg/FailureLog.js +0 -39
  256. package/es/svg/NoRequestFound.js +0 -42
  257. package/es/svg/PageNotFound.js +0 -43
  258. package/es/svg/UnableToProcessRequest.js +0 -43
  259. package/es/svg/UnauthorizedLogin.js +0 -43
  260. package/es/svg/UrlNotFound.js +0 -43
  261. package/es/svg/WillBeRightBack.js +0 -43
  262. package/es/svg/utils.js +0 -14
  263. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  264. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  265. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  266. package/lib/svg/images/EmptyCustomDomain.svg +0 -85
  267. package/lib/svg/images/EmptyFilter.svg +0 -62
  268. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  269. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  270. package/lib/svg/images/EmptyNetwork.svg +0 -50
  271. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  272. package/lib/svg/images/EmptyRoles.svg +0 -30
  273. package/lib/svg/images/EmptySkills.svg +0 -83
  274. package/lib/svg/images/EmptyWebhook.svg +0 -44
  275. package/lib/svg/images/FailureLog.svg +0 -46
  276. package/lib/svg/images/Inconvenience.svg +0 -719
  277. package/lib/svg/images/NoRequestFound.svg +0 -247
  278. package/lib/svg/images/PageNotFound.svg +0 -405
  279. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  280. package/lib/svg/images/UnableToProcess.svg +0 -752
  281. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  282. package/lib/svg/images/WillBack.svg +0 -633
@@ -0,0 +1,41 @@
1
+ import React from 'react';
2
+ import EmptyInconvenience from '../errorstate/version1/EmptyInconvenience';
3
+ import NoRequestFound from '../errorstate/version1/NoRequestFound';
4
+ import PageNotFound from '../errorstate/version1/PageNotFound';
5
+ import UnableToProcessRequest from '../errorstate//version1/UnableToProcessRequest';
6
+ import UnauthorizedLogin from '../errorstate/version1/UnauthorizedLogin';
7
+ import UrlNotFound from '../errorstate/version1/UrlNotFound';
8
+ import WillBeRightBack from '../errorstate/version1/WillBeRightBack';
9
+ import style from './SVGdocstyle.module.css';
10
+ export default class Errorstate__version1 extends React.Component {
11
+ render() {
12
+ let allSvg = {
13
+ EmptyInconvenience: /*#__PURE__*/React.createElement(EmptyInconvenience, null),
14
+ NoRequestFound: /*#__PURE__*/React.createElement(NoRequestFound, null),
15
+ PageNotFound: /*#__PURE__*/React.createElement(PageNotFound, null),
16
+ UnableToProcessRequest: /*#__PURE__*/React.createElement(UnableToProcessRequest, null),
17
+ UnauthorizedLogin: /*#__PURE__*/React.createElement(UnauthorizedLogin, null),
18
+ UrlNotFound: /*#__PURE__*/React.createElement(UrlNotFound, null),
19
+ WillBeRightBack: /*#__PURE__*/React.createElement(WillBeRightBack, null)
20
+ };
21
+ return /*#__PURE__*/React.createElement("div", {
22
+ className: style.parent
23
+ }, Object.keys(allSvg).map(item => {
24
+ let filterDarkPalettes = item.endsWith('DarkPalette');
25
+ return /*#__PURE__*/React.createElement("div", {
26
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
27
+ }, /*#__PURE__*/React.createElement("div", {
28
+ className: style.box
29
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
30
+ className: style.textStyle
31
+ }, item));
32
+ }));
33
+ }
34
+
35
+ }
36
+
37
+ if (false) {
38
+ Errorstate__version1.docs = {
39
+ componentGroup: 'Errorstate'
40
+ };
41
+ }
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import EmptyUnauthorizedLogin from '../errorstate/version2/EmptyUnauthorizedLogin';
3
+ import EmptyWillBeRightBack from '../errorstate/version2/EmptyWillBeRightBack';
4
+ import NotImpossible from '../errorstate/version2/NotImpossible';
5
+ import style from './SVGdocstyle.module.css';
6
+ export default class Errorstate__version2 extends React.Component {
7
+ render() {
8
+ let allSvg = {
9
+ EmptyUnauthorizedLogin: /*#__PURE__*/React.createElement(EmptyUnauthorizedLogin, null),
10
+ EmptyWillBeRightBack: /*#__PURE__*/React.createElement(EmptyWillBeRightBack, null),
11
+ NotImpossible: /*#__PURE__*/React.createElement(NotImpossible, null)
12
+ };
13
+ return /*#__PURE__*/React.createElement("div", {
14
+ className: style.parent
15
+ }, Object.keys(allSvg).map(item => {
16
+ let filterDarkPalettes = item.endsWith('DarkPalette');
17
+ return /*#__PURE__*/React.createElement("div", {
18
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
19
+ }, /*#__PURE__*/React.createElement("div", {
20
+ className: style.box
21
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
22
+ className: style.textStyle
23
+ }, item));
24
+ }));
25
+ }
26
+
27
+ }
28
+
29
+ if (false) {
30
+ Errorstate__version2.docs = {
31
+ componentGroup: 'Errorstate'
32
+ };
33
+ }
@@ -0,0 +1,39 @@
1
+ import React from 'react';
2
+ import ErrorInconvenience from '../errorstate/version3/ErrorInconvenience';
3
+ import ErrorOopsSomethingMiss from '../errorstate/version3/ErrorOopsSomethingMiss';
4
+ import ErrorUnableToProcessRequest from '../errorstate/version3/ErrorUnableToProcessRequest';
5
+ import ErrorUnauthorizedLogin from '../errorstate/version3/ErrorUnauthorizedLogin';
6
+ import ErrorUrlNotFound from '../errorstate/version3/ErrorUrlNotFound';
7
+ import ErrorWillBeRightBack from '../errorstate/version3/ErrorWillBeRightBack';
8
+ import style from './SVGdocstyle.module.css';
9
+ export default class Errorstate__version3 extends React.Component {
10
+ render() {
11
+ let allSvg = {
12
+ Inconvenience: /*#__PURE__*/React.createElement(ErrorInconvenience, null),
13
+ OopsSomethingMiss: /*#__PURE__*/React.createElement(ErrorOopsSomethingMiss, null),
14
+ UnableToProcessRequest: /*#__PURE__*/React.createElement(ErrorUnableToProcessRequest, null),
15
+ UnathorizedLogin: /*#__PURE__*/React.createElement(ErrorUnauthorizedLogin, null),
16
+ UrlNotFound: /*#__PURE__*/React.createElement(ErrorUrlNotFound, null),
17
+ WillBeRightBack: /*#__PURE__*/React.createElement(ErrorWillBeRightBack, null)
18
+ };
19
+ return /*#__PURE__*/React.createElement("div", {
20
+ className: style.parent
21
+ }, Object.keys(allSvg).map(item => {
22
+ let filterDarkPalettes = item.endsWith('DarkPalette');
23
+ return /*#__PURE__*/React.createElement("div", {
24
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
25
+ }, /*#__PURE__*/React.createElement("div", {
26
+ className: style.box
27
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
28
+ className: style.textStyle
29
+ }, item));
30
+ }));
31
+ }
32
+
33
+ }
34
+
35
+ if (false) {
36
+ Errorstate__version3.docs = {
37
+ componentGroup: 'Errorstate'
38
+ };
39
+ }
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import Loader from '../Loader/Loader';
3
+ import style from './SVGdocstyle.module.css';
4
+ export default class SVG__common extends React.Component {
5
+ render() {
6
+ let allSvg = {
7
+ Loader: /*#__PURE__*/React.createElement(Loader, null)
8
+ };
9
+ return /*#__PURE__*/React.createElement("div", {
10
+ className: style.parent
11
+ }, Object.keys(allSvg).map(item => {
12
+ let filterDarkPalettes = item.endsWith('DarkPalette');
13
+ return /*#__PURE__*/React.createElement("div", {
14
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
15
+ }, /*#__PURE__*/React.createElement("div", {
16
+ className: style.box
17
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
18
+ className: style.textStyle
19
+ }, item));
20
+ }));
21
+ }
22
+
23
+ }
24
+
25
+ if (false) {
26
+ SVG__common.docs = {
27
+ componentGroup: 'Svg'
28
+ };
29
+ }
@@ -0,0 +1,53 @@
1
+ [data-mode='default'] {
2
+ background: #fff;
3
+ color: #000;
4
+ }
5
+ [data-mode='dark'] {
6
+ background: #232b38;
7
+ color: #e2e4e6;
8
+ }
9
+ [data-mode='pureDark'] {
10
+ background: #212121;
11
+ color: #e2e4e6;
12
+ }
13
+
14
+
15
+ .parent{
16
+ display: flex;
17
+ flex-direction: row;
18
+ align-items: center;
19
+ justify-content: center;
20
+ flex-wrap: wrap;
21
+ }
22
+
23
+ .box{
24
+ height:200px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: center;
28
+ }
29
+
30
+ .defaultPalette{
31
+ border: 1px solid #dcdcdc;
32
+ padding: 5px;
33
+ margin: 5px;
34
+ width: 24%;
35
+ justify-content: space-between
36
+ }
37
+ .darkPalette{
38
+ background-color: #2c334d;
39
+ min-width: 45%;
40
+ border: 1px solid #dcdcdc;
41
+ padding: 5px;
42
+ margin: 5px;
43
+ flex: 1;
44
+ max-width: 25%;
45
+ justify-content: space-between
46
+ }
47
+ .textStyle{
48
+ text-align: center;
49
+ padding: 10px 0;
50
+ background: #f9f9f9;
51
+ margin-top: 10px;
52
+ color: #000
53
+ }
@@ -0,0 +1,8 @@
1
+ export const EmptyStateDefaultProps = {
2
+ size: 'large',
3
+ alignHorizontal: true,
4
+ isRender: true,
5
+ className: '',
6
+ dataId: 'emptyState',
7
+ palette: 'default'
8
+ };
@@ -0,0 +1,9 @@
1
+ import PropTypes from 'prop-types';
2
+ export const EmptyStateProps = {
3
+ alignHorizontal: PropTypes.bool,
4
+ className: PropTypes.string,
5
+ dataId: PropTypes.string,
6
+ isRender: PropTypes.bool,
7
+ size: PropTypes.oneOf(['small', 'large']),
8
+ palette: PropTypes.oneOf(['default', 'dark'])
9
+ };
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyCustomDomain.svg';
8
+ export default class EmptyCustomDomain extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 298 123.46",
12
+ name: "CustomDomain"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyCustomDomain.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyCustomDomain.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyCustomDomain'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyCustomDomain.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyBusinessHoliday.svg';
8
+ export default class EmptyBusinessHoliday extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "businessholiday"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyBusinessHoliday.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyBusinessHoliday.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyBusinessHoliday'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyBusinessHoliday.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyBusinessHour.svg';
8
+ export default class EmptyBusinessHour extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "businesshour"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyBusinessHour.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyBusinessHour.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyBusinessHour'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyBusinessHour.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyFromAddress.svg';
8
+ export default class EmptyFromAddress extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "fromAddress"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyFromAddress.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyFromAddress.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyFromAddress'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyFromAddress.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyImportHistory.svg';
8
+ export default class EmptyImportHistory extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "importHistory"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyImportHistory.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyImportHistory.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyImportHistory'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyImportHistory.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyNetwork.svg';
8
+ export default class EmptyNetwork extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "network"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyNetwork.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyNetwork.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyNetwork'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyNetwork.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyRecycleBin.svg';
8
+ export default class EmptyRecycleBin extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 149.5",
12
+ name: "recycleBin"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyRecycleBin.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyRecycleBin.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyRecycleBin'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyRecycleBin.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyRoles.svg';
8
+ export default class EmptyRoles extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "roles"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyRoles.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyRoles.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyRoles'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyRoles.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/EmptyWebhook.svg';
8
+ export default class EmptyWebhook extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "emptyWebhook"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyWebhook.propTypes = { ...EmptyStateProps
22
+ };
23
+ EmptyWebhook.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'emptyWebhook'
25
+ };
26
+
27
+ if (false) {
28
+ EmptyWebhook.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,31 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/FailureLog.svg';
8
+ export default class FailureLog extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 189.4 139.3",
12
+ name: "failurelog"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ FailureLog.propTypes = { ...EmptyStateProps
22
+ };
23
+ FailureLog.defaultProps = { ...EmptyStateDefaultProps,
24
+ dataId: 'failureLog'
25
+ };
26
+
27
+ if (false) {
28
+ FailureLog.docs = {
29
+ componentGroup: 'Emptystate'
30
+ };
31
+ }
@@ -0,0 +1,60 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ export default class CustomModule extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "CustomModule"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.customModule_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.customModule_svg__cls-2{fill:var(--zd_emptysvg_plus)}.customModule_svg__cls-3{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M84.86 69.05s45.64-29.14 68.74-20.37 38.88 82.57-25.35 115.68S35 125.45 34.71 112.68c-.24-12.35 0-41.8 50.15-43.63z",
14
+ style: {
15
+ isolation: 'isolate'
16
+ },
17
+ opacity: 0.1,
18
+ fill: "var(--zd_emptysvg_primary_fill)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ className: "customModule_svg__cls-2",
21
+ d: "M19.31 111.51a.5.5 0 01-.47-.52l.4-6.7a.49.49 0 01.52-.47.49.49 0 01.47.52l-.42 6.66a.5.5 0 01-.5.51z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ className: "customModule_svg__cls-2",
24
+ d: "M23 108.34l-7-.34a.48.48 0 01-.47-.52.49.49 0 01.53-.47l7 .38a.5.5 0 010 1z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M140.88 186.47a3.15 3.15 0 113.24-3.15 3.2 3.2 0 01-3.24 3.15zm0-5.3a2.15 2.15 0 102.24 2.15 2.21 2.21 0 00-2.24-2.15z",
27
+ fill: "var(--zd_emptysvg_small_circle)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ className: "customModule_svg__cls-3",
30
+ d: "M185.75 146a.5.5 0 01-.37-.16l-4.64-5a.48.48 0 010-.7.5.5 0 01.7 0l4.65 5a.49.49 0 010 .7.5.5 0 01-.34.16z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ className: "customModule_svg__cls-3",
33
+ d: "M180.83 145.75a.52.52 0 01-.38-.17.49.49 0 01.05-.7l5.2-4.47a.5.5 0 11.66.75l-5.2 4.47a.52.52 0 01-.33.12zM77.39 31.09a3.31 3.31 0 113.33-3.31 3.33 3.33 0 01-3.33 3.31zm0-5.62a2.31 2.31 0 102.33 2.31 2.33 2.33 0 00-2.33-2.31z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M157.33 25.35A4.33 4.33 0 11161.7 21a4.36 4.36 0 01-4.37 4.35zm0-7.67A3.34 3.34 0 10160.7 21a3.37 3.37 0 00-3.37-3.32z",
36
+ fill: "var(--zd_emptysvg_medium_circle)"
37
+ }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
38
+ d: "M66.43 47.65c-.5 1.49-15.52 26.14-22.34 20.35-1.69-1.44 48.16-25.81 48.16-25.81s58.57 24.32 60.06 26.31-62 35.24-62 35.24L36.15 73l-3 66.53 55.6 32.26 68-29.5-.05-38.36c-6.31.46-10.84 9.56-4.9 15.88 5 5.35 15.35 2.72 16.18-6.46.93-10.26-10.19-10.66-10.19-10.66l.21-16.26a33.14 33.14 0 013.55 0c.77.13 0 6.6 3 9.15s8.27-3.28 9.54-3.27 4.93 5.73 4.93 5.73-4.84 6.2-4.34 8.11 8.37 2.69 9.52 2.82 0 8.51 0 8.51-8-.66-9.78 2.26 4.67 7.88 4.8 8.65-5.61 6.33-5.61 6.33l-5.07-4.21c-1.77-1.65-3.72-.59-5.33 0a2.51 2.51 0 00-1.39 1.33l-.13 5.49a34.64 34.64 0 01-8 .29c-2.3-.24.57-9.28-3.69-8.42s-5.91 5.66-9.29 3.58-3.7-3.51-3.26-4.6 5-7.08 4.18-8.5-8.62-2.1-9.06-2.76-.64-5.35 0-7.21 6.23-.74 8-2-.42-7-2.92-10.27c0 0 2.09-4.58 4.28-5.23s7.4 5.92 10.25 3.42.78-8 2.59-9.22h1.62c-.17-6.36-.27-11.2-.64-11.94-1.49-3-58.08 31.77-58.08 31.77l-.85 55.44",
39
+ fill: "none",
40
+ stroke: "var(--zd_emptysvg_primary_stroke)",
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ className: "customModule_svg__cls-6",
45
+ d: "M132.21 72.4S93.39 48 89.51 49.67s-8.88 4.43-6.66 14.42-22.18-2.78-21.63 1.66 29.24 29.1 32 27.44 38.99-20.79 38.99-20.79zM80.63 152.43S56.67 94.3 50 95.83s-10.2 37.73-7.14 39.26 37.77 17.34 37.77 17.34zM161 111c-.07 2.33 2.1 1.08 2.78 1.88 1 1.19 1.76 3-.56 4.8-4 3.09-11 3.46-12.3-3.5s8.62-10.15 10.8-7c.81 1.2-.72 3.15-.72 3.82z"
46
+ })));
47
+ }
48
+
49
+ }
50
+ CustomModule.propTypes = { ...EmptyStateProps
51
+ };
52
+ CustomModule.defaultProps = { ...EmptyStateDefaultProps,
53
+ dataId: 'CustomModule'
54
+ };
55
+
56
+ if (false) {
57
+ CustomModule.docs = {
58
+ componentGroup: 'Emptystate'
59
+ };
60
+ }
@@ -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 EmptyAccounts extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "accounts"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyAccounts_svg__cls-7,.EmptyAccounts_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyAccounts_svg__cls-3,.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5,.EmptyAccounts_svg__cls-6,.EmptyAccounts_svg__cls-8{fill:none}.EmptyAccounts_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAccounts_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAccounts_svg__cls-6{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, '.EmptyAccounts_svg__cls-7,.EmptyAccounts_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyAccounts_svg__cls-3,.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5,.EmptyAccounts_svg__cls-6,.EmptyAccounts_svg__cls-8{fill:none}.EmptyAccounts_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAccounts_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAccounts_svg__cls-6{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)"
@@ -77,25 +78,14 @@ export default class EmptyAccounts extends React.Component {
77
78
  }
78
79
 
79
80
  }
80
- EmptyAccounts.propTypes = {
81
- alignHorizontal: PropTypes.bool,
82
- className: PropTypes.string,
83
- dataId: PropTypes.string,
84
- isRender: PropTypes.bool,
85
- size: PropTypes.oneOf(['small', 'large']),
86
- palette: PropTypes.oneOf(['default', 'dark'])
81
+ EmptyAccounts.propTypes = { ...EmptyStateProps
87
82
  };
88
- EmptyAccounts.defaultProps = {
89
- size: 'large',
90
- alignHorizontal: true,
91
- isRender: true,
92
- className: '',
93
- dataId: 'emptyAccounts',
94
- palette: 'default'
83
+ EmptyAccounts.defaultProps = { ...EmptyStateDefaultProps,
84
+ dataId: 'emptyAccounts'
95
85
  };
96
86
 
97
87
  if (false) {
98
88
  EmptyAccounts.docs = {
99
- componentGroup: 'SVG'
89
+ componentGroup: 'Emptystate'
100
90
  };
101
91
  }