@zohodesk/svg 1.0.0-beta.47 → 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 (276) hide show
  1. package/README.md +4 -0
  2. package/es/{svg → Loader}/Loader.js +12 -15
  3. package/es/Loader/props/defaultProps.js +3 -0
  4. package/es/Loader/props/propTypes.js +4 -0
  5. package/es/Provider.js +6 -104
  6. package/es/{svg → _svg}/SVG.js +5 -27
  7. package/es/{svg → _svg}/SVG.module.css +0 -0
  8. package/es/{svg → _svg}/SvgLoader.js +3 -3
  9. package/es/_svg/props/defaultProps.js +11 -0
  10. package/es/_svg/props/propTypes.js +15 -0
  11. package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
  12. package/es/docs/Emptystate__version1.docs.js +29 -0
  13. package/es/docs/Emptystate__version2.docs.js +45 -0
  14. package/es/docs/Emptystate__version3.docs.js +148 -0
  15. package/es/docs/Errorstate__version1.docs.js +41 -0
  16. package/es/docs/Errorstate__version2.docs.js +33 -0
  17. package/es/docs/Errorstate__version3.docs.js +39 -0
  18. package/es/docs/SVG__common.docs.js +29 -0
  19. package/es/docs/SVGdocstyle.module.css +53 -0
  20. package/es/emptystate/props/defaultProps.js +8 -0
  21. package/es/emptystate/props/propTypes.js +9 -0
  22. package/es/emptystate/version1/EmptyCustomDomain.js +31 -0
  23. package/es/emptystate/version2/EmptyBusinessHoliday.js +31 -0
  24. package/es/emptystate/version2/EmptyBusinessHour.js +31 -0
  25. package/es/emptystate/version2/EmptyFromAddress.js +31 -0
  26. package/es/emptystate/version2/EmptyImportHistory.js +31 -0
  27. package/es/emptystate/version2/EmptyNetwork.js +31 -0
  28. package/es/emptystate/version2/EmptyRecycleBin.js +31 -0
  29. package/es/emptystate/version2/EmptyRoles.js +31 -0
  30. package/es/emptystate/version2/EmptyWebhook.js +31 -0
  31. package/es/emptystate/version2/FailureLog.js +31 -0
  32. package/es/{svg → emptystate/version3}/CustomModule.js +10 -20
  33. package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -19
  34. package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -19
  35. package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -19
  36. package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -19
  37. package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -19
  38. package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -19
  39. package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -19
  40. package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -19
  41. package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -19
  42. package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -19
  43. package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -19
  44. package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -20
  45. package/es/{svg → emptystate/version3}/EmptyContact.js +9 -19
  46. package/es/{svg → emptystate/version3}/EmptyContract.js +9 -19
  47. package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -19
  48. package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -19
  49. package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -19
  50. package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -19
  51. package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -19
  52. package/es/{svg → emptystate/version3}/EmptyDelete.js +12 -22
  53. package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -19
  54. package/es/{svg → emptystate/version3}/EmptyError.js +8 -17
  55. package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -19
  56. package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -19
  57. package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -19
  58. package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -19
  59. package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -19
  60. package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -19
  61. package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -19
  62. package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -19
  63. package/es/{svg → emptystate/version3}/EmptyReply.js +8 -18
  64. package/es/{svg → emptystate/version3}/EmptyReports.js +9 -19
  65. package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -19
  66. package/es/{svg → emptystate/version3}/EmptySearch.js +9 -19
  67. package/es/{svg → emptystate/version3}/EmptySkills.js +9 -19
  68. package/es/{svg → emptystate/version3}/EmptySla.js +8 -18
  69. package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -19
  70. package/es/{svg → emptystate/version3}/EmptyTag.js +9 -19
  71. package/es/{svg → emptystate/version3}/EmptyTask.js +9 -19
  72. package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -19
  73. package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -19
  74. package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -19
  75. package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -19
  76. package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -19
  77. package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -19
  78. package/es/{svg → emptystate/version3}/Export.js +15 -25
  79. package/es/{svg → emptystate/version3}/Extensions.js +9 -19
  80. package/es/{svg → emptystate/version3}/Extractor.js +9 -19
  81. package/es/{svg → emptystate/version3}/GCBot.js +11 -21
  82. package/es/{svg → emptystate/version3}/GCConversation.js +15 -25
  83. package/es/{svg → emptystate/version3}/Import.js +8 -18
  84. package/es/{svg → emptystate/version3}/KBBot.js +11 -21
  85. package/es/{svg → emptystate/version3}/Multilingual.js +10 -20
  86. package/es/{svg → emptystate/version3}/NetworkError.js +16 -26
  87. package/es/{svg → emptystate/version3}/Predictor.js +9 -19
  88. package/es/{svg → emptystate/version3}/ReadRecipients.js +11 -21
  89. package/es/{svg → emptystate/version3}/Variable.js +11 -21
  90. package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -19
  91. package/es/errorstate/props/defaultProps.js +8 -0
  92. package/es/errorstate/props/propTypes.js +9 -0
  93. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  94. package/es/errorstate/version1/NoRequestFound.js +34 -0
  95. package/es/errorstate/version1/PageNotFound.js +35 -0
  96. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  97. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  98. package/es/errorstate/version1/UrlNotFound.js +35 -0
  99. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  100. package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
  101. package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
  102. package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
  103. package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
  104. package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
  105. package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
  106. package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
  107. package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
  108. package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
  109. package/es/index.js +7 -4
  110. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  111. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  112. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  113. package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
  114. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  115. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  116. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  117. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  118. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  119. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  120. package/{es/svg/images → images}/EmptySkills.svg +0 -0
  121. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  122. package/{es/svg/images → images}/FailureLog.svg +0 -0
  123. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  124. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  125. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  126. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  127. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  128. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  129. package/{es/svg/images → images}/WillBack.svg +0 -0
  130. package/lib/{svg → Loader}/Loader.js +15 -17
  131. package/lib/Loader/props/defaultProps.js +10 -0
  132. package/lib/Loader/props/propTypes.js +15 -0
  133. package/lib/Provider.js +9 -124
  134. package/lib/{svg → _svg}/SVG.js +8 -29
  135. package/lib/{svg → _svg}/SVG.module.css +0 -0
  136. package/lib/{svg → _svg}/SvgLoader.js +3 -3
  137. package/lib/_svg/props/defaultProps.js +18 -0
  138. package/lib/_svg/props/propTypes.js +26 -0
  139. package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
  140. package/lib/{svg/EmptyRoles.js → docs/Emptystate__version1.docs.js} +28 -39
  141. package/lib/docs/Emptystate__version2.docs.js +103 -0
  142. package/lib/docs/Emptystate__version3.docs.js +256 -0
  143. package/lib/docs/Errorstate__version1.docs.js +97 -0
  144. package/lib/docs/Errorstate__version2.docs.js +85 -0
  145. package/lib/docs/Errorstate__version3.docs.js +94 -0
  146. package/lib/docs/SVG__common.docs.js +79 -0
  147. package/lib/docs/SVGdocstyle.module.css +53 -0
  148. package/lib/emptystate/props/defaultProps.js +15 -0
  149. package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
  150. package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
  151. package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
  152. package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
  153. package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
  154. package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
  155. package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
  156. package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
  157. package/lib/emptystate/version2/EmptyRoles.js +88 -0
  158. package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
  159. package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
  160. package/lib/{svg → emptystate/version3}/CustomModule.js +20 -24
  161. package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
  162. package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
  163. package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
  164. package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
  165. package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
  166. package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
  167. package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
  168. package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
  169. package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
  170. package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
  171. package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
  172. package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
  173. package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
  174. package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
  175. package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
  176. package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
  177. package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
  178. package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
  179. package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
  180. package/lib/{svg → emptystate/version3}/EmptyDelete.js +22 -26
  181. package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
  182. package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
  183. package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
  184. package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
  185. package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
  186. package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
  187. package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
  188. package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
  189. package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
  190. package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
  191. package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
  192. package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
  193. package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
  194. package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
  195. package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
  196. package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
  197. package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
  198. package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
  199. package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
  200. package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
  201. package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
  202. package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
  203. package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
  204. package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
  205. package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
  206. package/lib/{svg → emptystate/version3}/Export.js +25 -29
  207. package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
  208. package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
  209. package/lib/{svg → emptystate/version3}/GCBot.js +21 -25
  210. package/lib/{svg → emptystate/version3}/GCConversation.js +25 -29
  211. package/lib/{svg → emptystate/version3}/Import.js +18 -22
  212. package/lib/{svg → emptystate/version3}/KBBot.js +21 -25
  213. package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
  214. package/lib/{svg → emptystate/version3}/NetworkError.js +26 -30
  215. package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
  216. package/lib/{svg → emptystate/version3}/ReadRecipients.js +21 -25
  217. package/lib/{svg → emptystate/version3}/Variable.js +21 -25
  218. package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
  219. package/lib/errorstate/props/defaultProps.js +15 -0
  220. package/lib/errorstate/props/propTypes.js +20 -0
  221. package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
  222. package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
  223. package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
  224. package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
  225. package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
  226. package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
  227. package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
  228. package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
  229. package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
  230. package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
  231. package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
  232. package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
  233. package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
  234. package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
  235. package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
  236. package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
  237. package/lib/index.js +40 -16
  238. package/package.json +3 -3
  239. package/es/svg/EmptyBusinessHoliday.js +0 -39
  240. package/es/svg/EmptyBusinessHour.js +0 -39
  241. package/es/svg/EmptyCustomDomain.js +0 -39
  242. package/es/svg/EmptyFromAddress.js +0 -39
  243. package/es/svg/EmptyImportHistory.js +0 -39
  244. package/es/svg/EmptyInconvenience.js +0 -42
  245. package/es/svg/EmptyNetwork.js +0 -39
  246. package/es/svg/EmptyRecycleBin.js +0 -39
  247. package/es/svg/EmptyRoles.js +0 -39
  248. package/es/svg/EmptyWebhook.js +0 -39
  249. package/es/svg/FailureLog.js +0 -39
  250. package/es/svg/NoRequestFound.js +0 -42
  251. package/es/svg/PageNotFound.js +0 -43
  252. package/es/svg/UnableToProcessRequest.js +0 -43
  253. package/es/svg/UnauthorizedLogin.js +0 -43
  254. package/es/svg/UrlNotFound.js +0 -43
  255. package/es/svg/WillBeRightBack.js +0 -43
  256. package/es/svg/utils.js +0 -14
  257. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  258. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  259. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  260. package/lib/svg/images/EmptyCustomDomain.svg +0 -85
  261. package/lib/svg/images/EmptyFilter.svg +0 -62
  262. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  263. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  264. package/lib/svg/images/EmptyNetwork.svg +0 -50
  265. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  266. package/lib/svg/images/EmptyRoles.svg +0 -30
  267. package/lib/svg/images/EmptySkills.svg +0 -83
  268. package/lib/svg/images/EmptyWebhook.svg +0 -44
  269. package/lib/svg/images/FailureLog.svg +0 -46
  270. package/lib/svg/images/Inconvenience.svg +0 -719
  271. package/lib/svg/images/NoRequestFound.svg +0 -247
  272. package/lib/svg/images/PageNotFound.svg +0 -405
  273. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  274. package/lib/svg/images/UnableToProcess.svg +0 -752
  275. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  276. package/lib/svg/images/WillBack.svg +0 -633
@@ -0,0 +1,35 @@
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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/PageNotFound.svg';
8
+ export default class PageNotFound extends React.Component {
9
+ render() {
10
+ let {
11
+ isFluid
12
+ } = this.props;
13
+ return /*#__PURE__*/React.createElement(SVG, _extends({
14
+ viewBox: "0 0 508.8 324.8",
15
+ name: "PageNotFound"
16
+ }, this.props, {
17
+ isFluid: isFluid
18
+ }), /*#__PURE__*/React.createElement("image", {
19
+ xlinkHref: image,
20
+ height: "100%",
21
+ width: "100%"
22
+ }));
23
+ }
24
+
25
+ }
26
+ PageNotFound.propTypes = ErrorStateProps;
27
+ PageNotFound.defaultProps = { ...ErrorStateDefaultProps,
28
+ dataId: 'pageNotFound'
29
+ };
30
+
31
+ if (false) {
32
+ PageNotFound.docs = {
33
+ componentGroup: 'Emptystate'
34
+ };
35
+ }
@@ -0,0 +1,35 @@
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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/UnableToProcess.svg';
8
+ export default class UnableToProcessRequest extends React.Component {
9
+ render() {
10
+ let {
11
+ isFluid
12
+ } = this.props;
13
+ return /*#__PURE__*/React.createElement(SVG, _extends({
14
+ viewBox: "0 0 587.1 331.1",
15
+ name: "UnableToProcessRequest"
16
+ }, this.props, {
17
+ isFluid: isFluid
18
+ }), /*#__PURE__*/React.createElement("image", {
19
+ xlinkHref: image,
20
+ height: "100%",
21
+ width: "100%"
22
+ }));
23
+ }
24
+
25
+ }
26
+ UnableToProcessRequest.propTypes = ErrorStateProps;
27
+ UnableToProcessRequest.defaultProps = { ...ErrorStateDefaultProps,
28
+ dataId: 'unableToProcessRequest'
29
+ };
30
+
31
+ if (false) {
32
+ UnableToProcessRequest.docs = {
33
+ componentGroup: 'Emptystate'
34
+ };
35
+ }
@@ -0,0 +1,35 @@
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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/UnauthorizedLogin.svg';
8
+ export default class UnauthorizedLogin extends React.Component {
9
+ render() {
10
+ let {
11
+ isFluid
12
+ } = this.props;
13
+ return /*#__PURE__*/React.createElement(SVG, _extends({
14
+ viewBox: "0 0 519.3 288.6",
15
+ name: "UnauthorizedLogin"
16
+ }, this.props, {
17
+ isFluid: isFluid
18
+ }), /*#__PURE__*/React.createElement("image", {
19
+ xlinkHref: image,
20
+ height: "100%",
21
+ width: "100%"
22
+ }));
23
+ }
24
+
25
+ }
26
+ UnauthorizedLogin.propTypes = ErrorStateProps;
27
+ UnauthorizedLogin.defaultProps = { ...ErrorStateDefaultProps,
28
+ dataId: 'unauthorizedLogin'
29
+ };
30
+
31
+ if (false) {
32
+ UnauthorizedLogin.docs = {
33
+ componentGroup: 'Emptystate'
34
+ };
35
+ }
@@ -0,0 +1,35 @@
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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/ReguestUrlNotFound.svg';
8
+ export default class UrlNotFound extends React.Component {
9
+ render() {
10
+ let {
11
+ isFluid
12
+ } = this.props;
13
+ return /*#__PURE__*/React.createElement(SVG, _extends({
14
+ viewBox: "0 0 614.2 310.2",
15
+ name: "UrlNotFound"
16
+ }, this.props, {
17
+ isFluid: isFluid
18
+ }), /*#__PURE__*/React.createElement("image", {
19
+ xlinkHref: image,
20
+ height: "100%",
21
+ width: "100%"
22
+ }));
23
+ }
24
+
25
+ }
26
+ UrlNotFound.propTypes = ErrorStateProps;
27
+ UrlNotFound.defaultProps = { ...ErrorStateDefaultProps,
28
+ dataId: 'urlNotFound'
29
+ };
30
+
31
+ if (false) {
32
+ UrlNotFound.docs = {
33
+ componentGroup: 'Emptystate'
34
+ };
35
+ }
@@ -0,0 +1,35 @@
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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
7
+ import image from './../../../images/WillBack.svg';
8
+ export default class WillBeRightBack extends React.Component {
9
+ render() {
10
+ let {
11
+ isFluid
12
+ } = this.props;
13
+ return /*#__PURE__*/React.createElement(SVG, _extends({
14
+ viewBox: "0 0 889 490.6",
15
+ name: "WillBeRightBack"
16
+ }, this.props, {
17
+ isFluid: isFluid
18
+ }), /*#__PURE__*/React.createElement("image", {
19
+ xlinkHref: image,
20
+ height: "100%",
21
+ width: "100%"
22
+ }));
23
+ }
24
+
25
+ }
26
+ WillBeRightBack.propTypes = ErrorStateProps;
27
+ WillBeRightBack.defaultProps = { ...ErrorStateDefaultProps,
28
+ dataId: 'willBeRightBack'
29
+ };
30
+
31
+ if (false) {
32
+ WillBeRightBack.docs = {
33
+ componentGroup: 'Emptystate'
34
+ };
35
+ }
@@ -1,8 +1,9 @@
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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class EmptyUnauthorizedLogin extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -23,25 +24,13 @@ export default class EmptyUnauthorizedLogin extends React.Component {
23
24
  }
24
25
 
25
26
  }
26
- EmptyUnauthorizedLogin.propTypes = {
27
- alignHorizontal: PropTypes.bool,
28
- className: PropTypes.string,
29
- dataId: PropTypes.string,
30
- isRender: PropTypes.bool,
31
- palette: PropTypes.oneOf(['default', 'dark']),
32
- isFluid: PropTypes.bool
33
- };
34
- EmptyUnauthorizedLogin.defaultProps = {
35
- alignHorizontal: true,
36
- isRender: true,
37
- className: '',
38
- dataId: 'emptyUnauthorizedLogin',
39
- palette: 'default',
40
- isFluid: false
27
+ EmptyUnauthorizedLogin.propTypes = ErrorStateProps;
28
+ EmptyUnauthorizedLogin.defaultProps = { ...ErrorStateDefaultProps,
29
+ dataId: 'emptyUnauthorizedLogin'
41
30
  };
42
31
 
43
32
  if (false) {
44
33
  EmptyUnauthorizedLogin.docs = {
45
- componentGroup: 'SVG'
34
+ componentGroup: 'Emptystate'
46
35
  };
47
36
  }
@@ -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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class EmptyWillBeRightBack extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 1326.83 1190.04",
10
11
  name: "EmptyWillBeRightBack"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyGlobe_svg__cls-2{fill:var(--zd_emptysvg_secondary_fill);}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyGlobe_svg__cls-2{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M485.09 849.29a233.48 233.48 0 01-67.78-9.72c-44-13.41-99.43-46.65-113.63-128.82-15.48-89.5 18.66-147.8 50-181 34-35.89 72.12-50.83 72.51-51a1.2 1.2 0 01.86 2.25c-.38.14-38.1 14.93-71.69 50.46-30.95 32.74-64.63 90.34-49.33 178.81 14 81 68.61 113.71 112 126.93 73.86 22.52 159.34 2.66 189.86-29.25.61-.47 42.08-32.66 58.06-108.73l-.64-.16a28.65 28.65 0 01-20.13-17.92 1.27 1.27 0 010-.48c1.28-12.26-1.48-21.49-8.2-27.45-8.66-7.67-23.92-9.71-41.87-5.6a62.45 62.45 0 01-8 1.29c1.15 12.95-10.55 35.65-31.94 44.65-6.1 2.58-12.69 2.28-18.82.71-1.15 17.48-9.2 34.7-13 40.84a22.76 22.76 0 00-2.13 4.72 51.29 51.29 0 0115.31-6.72 10.65 10.65 0 019.75 2.59 10.5 10.5 0 013.19 9.4c-1.46 8.81-8.54 21.6-17.44 26.91-5.43 3.23-8.88 1.55-10.82-.42-4.51-4.59-5.47-16.16-3.84-26a42.79 42.79 0 00-12.74 17.51c-11.45 29.7-31 34.59-31.83 34.78-5.71.91-10.47-.07-14.22-2.91-9.59-7.26-11.71-25.68-14-45.18-3.12-27-6.35-55-28.21-60.49-16.08-4-26.91-11.15-32.19-21.1a31.47 31.47 0 01-2.18-23.78c5.32-21.4 22.81-35.74 41.3-45.17a116.06 116.06 0 01-15.21-5c-3.19-1.46-5-3.46-5.34-6-.87-6.28 7.92-13.75 15-19.75 1.8-1.54 3.5-3 4.74-4.17 2.38-2.28 3.36-3.73 3.27-4.84-.13-1.81-3.22-4-8.34-7.6-1.47-1-3.11-2.19-4.92-3.51-3.95-2.87-5.75-6.6-5.08-10.51.79-4.57 5-9 10.09-10.46 3.65-1.09 7-.35 9.16 2 2.54 2.76 8.63 5.07 17.6 6.67a20.08 20.08 0 0019.08-7 35.46 35.46 0 01-8.24-9.77c-5.66-9.38-6.9-18-3.69-25.72 6.83-16.35 31.15-22.4 32.18-22.65 39.44-3.07 81.31 14 118.1 48 42.56 39.47 72.3 95.85 72.3 137.2a293.52 293.52 0 01-5.21 41.26c17.57 2.82 50.11-6.58 107.91-62.13a1.05 1.05 0 01.27-.2c.17-.09 17.62-10 29.82-61.81 7-29.64 43.47-27.69 82.12-25.62 33.81 1.81 68.77 3.68 91.08-13.17 19.15-14.47 41.85-31.82 62.33-47.55a116.91 116.91 0 00-31-9.37 1.2 1.2 0 01-.26-2.32l89.55-33.22a1.21 1.21 0 011.48.54 1.22 1.22 0 01-.32 1.54c-.42.32-24.91 19.3-54.88 42.32 8 4.23 15.7 9.94 21.23 17.61l45.69-68.87-109.67 41.36-4.63 31.66a1.2 1.2 0 01-1.23 1 1.21 1.21 0 01-1.16-1.11l-2.59-33.38-7.41 2.62c2.85 4.3 11 18.2 7.37 32.36-2.42 9.55-9.69 17.17-21.6 22.67-21.25 9.81-53.51-4-84.7-17.34-28-12-56.93-24.37-76-18.47-20.64 6.4-31.39 18.49-36.77 27.49a50.47 50.47 0 00-6.84 18.22 1.2 1.2 0 11-2.39-.26c0-.35 4.26-35 45.26-47.67 19.95-6.16 48 5.84 77.68 18.55 30.71 13.14 62.47 26.74 82.75 17.38 11.21-5.18 18-12.27 20.27-21.07 4-15.55-7.76-31.51-7.88-31.67a1.2 1.2 0 01-.19-1.07 1.21 1.21 0 01.75-.78l9.51-3.37-.08-.94c-3.66-1.91-25.74-12.33-60.77-6.24l-.76.13a1.2 1.2 0 11-.42-2.37l.67-.12 176.23-31.13a1.17 1.17 0 011.37.87 1.21 1.21 0 01-.76 1.45l-113 40 1.81 23.29 3.17-21.7a1.21 1.21 0 01.77-1l113.82-42.91a1.21 1.21 0 011.43 1.8l-48.73 73.45a1.19 1.19 0 01-1 .54 1.19 1.19 0 01-1-.54c-5.5-8.3-13.85-14.36-22.43-18.74-20.73 15.93-43.83 33.6-63.29 48.3-23 17.37-58.42 15.48-92.66 13.65-39.24-2.1-73.14-3.91-79.65 23.76-12 51.09-28.91 62.16-30.88 63.3-33.09 31.79-78.49 67.82-110 62.66-16.19 77-58.32 109.68-58.82 110.06-21.61 22.7-70.93 39.46-124.27 39.46zM426.8 600.17c-25.68 12.82-38.8 30.1-42.48 44.94a29.57 29.57 0 001.93 22.09c4.95 9.31 15.25 16 30.62 19.85 23.48 5.91 26.95 36 30 62.56 2.19 19 4.26 36.89 13 43.53 3.26 2.47 7.28 3.29 12.3 2.47.11 0 19.09-4.86 30.05-33.29A46 46 0 01518 742a28.74 28.74 0 013.18-8.14c3.76-6 11.77-23.13 12.76-40.23a66.78 66.78 0 01-16-7.74c-14.17-9.19-25.41-22.72-25.59-30.81a7.41 7.41 0 013.79-6.93c5.14-2.56 14.16 1.22 26.8 11.21 10.5 8.31 13.74 20.31 13.41 32.42 6.7 1.78 12.81 1.68 17.78-.42 21.77-9.16 31.41-31.18 30.46-42.25-15.09.8-28.08-4.09-32.82-10.4-1.92-2.56-2.27-5.24-1-7.55 1-1.85 3.44-3.91 9.14-3.32 9.77 1 23.92 9.52 26.5 18 .07.24.14.49.2.74a60 60 0 007.89-1.26c18.71-4.29 34.75-2 44 6.15 7.28 6.45 10.32 16.29 9 29.24a26.78 26.78 0 0018.4 16.09l.48.12a292.81 292.81 0 005.16-40.87c0-40.66-29.41-96.31-71.52-135.27-36.28-33.58-77.51-50.42-116.08-47.42-.06 0-24 6-30.34 21.21-2.89 6.95-1.7 14.87 3.53 23.54a33.53 33.53 0 007.58 9.07c.21-.33.4-.66.59-1 15.7-28.46 29.91-28.56 33.9-27.9 3.58.59 6.2 2.64 6.67 5.24.88 4.81-10.25 23.27-23.94 28.45a18.15 18.15 0 01-16.65-1.46 22.44 22.44 0 01-21.47 8c-9.64-1.72-16-4.21-19-7.41-2.08-2.26-5.1-1.8-6.71-1.32-4.16 1.22-7.76 4.9-8.4 8.56-.51 3 .91 5.81 4.12 8.15 1.81 1.31 3.44 2.46 4.9 3.49 6.08 4.29 9.14 6.45 9.36 9.4.17 2.25-1.48 4.32-4 6.75-1.29 1.23-3 2.71-4.85 4.26-6.23 5.3-14.77 12.61-14.08 17.61.23 1.64 1.52 3 4 4.09a127.91 127.91 0 0017.52 5.56 187.91 187.91 0 0144.16-14.14c29.43-5.54 55-3.66 60.71 4.46 1.18 1.67 2.13 4.47-.07 8.28-12.6 21.6-72.34 12.29-104.67 3.92zm93.31 143.29c-2.18 9.52-1.7 22 2.7 26.5 2 2 4.54 2 7.87 0 8-4.8 14.92-16.92 16.3-25.23a8 8 0 00-2.46-7.25 8.31 8.31 0 00-7.57-2 50 50 0 00-16.84 7.98zm-20.36-93.63a5.55 5.55 0 00-2.52.52c-2.41 1.19-2.47 4.14-2.46 4.72.16 7.25 11.14 20.19 24.49 28.84a63.11 63.11 0 0014.74 7.23c.17-11.24-2.94-22.23-12.57-29.84-11.71-9.3-18.19-11.47-21.68-11.47zM558 630.18c-2 0-4.17.47-5.12 2.19-.82 1.47-.55 3.13.81 4.94 3.81 5.07 15.7 10.12 30.48 9.45a1.72 1.72 0 00-.07-.21c-2.28-7.49-15.57-15.34-24.44-16.27a14.81 14.81 0 00-1.66-.1zm-127.77-31.67c32.15 8 87.7 16.14 99.1-3.52 1.28-2.2 1.34-4.06.19-5.68-5.06-7.16-30.67-8.68-58.29-3.48a173.77 173.77 0 00-41 12.68zm36.49-69.93a15.65 15.65 0 0014.39 1.15c12.78-4.83 23.07-22.25 22.44-25.77-.23-1.25-1.8-2.82-4.7-3.29-7.4-1.19-19.53 5.16-31.4 26.68-.23.42-.45.83-.73 1.23zm549.37-52.68a116 116 0 0128.43 9.3c21.47-16.49 40.24-31 49.55-38.2zm-58.25-15.17c23.91.55 37.45 8.33 38.19 8.76a1.21 1.21 0 01.58.94l.08.95 98.68-35z",
13
14
  fill: "var(--zd_emptysvg_primary_stroke)"
14
15
  }), /*#__PURE__*/React.createElement("path", {
@@ -18,25 +19,13 @@ export default class EmptyWillBeRightBack extends React.Component {
18
19
  }
19
20
 
20
21
  }
21
- EmptyWillBeRightBack.propTypes = {
22
- alignHorizontal: PropTypes.bool,
23
- className: PropTypes.string,
24
- dataId: PropTypes.string,
25
- isRender: PropTypes.bool,
26
- palette: PropTypes.oneOf(['default', 'dark']),
27
- isFluid: PropTypes.bool
28
- };
29
- EmptyWillBeRightBack.defaultProps = {
30
- alignHorizontal: true,
31
- isRender: true,
32
- className: '',
33
- dataId: 'emptyWillBeRightBack',
34
- palette: 'default',
35
- isFluid: false
22
+ EmptyWillBeRightBack.propTypes = ErrorStateProps;
23
+ EmptyWillBeRightBack.defaultProps = { ...ErrorStateDefaultProps,
24
+ dataId: 'emptyWillBeRightBack'
36
25
  };
37
26
 
38
27
  if (false) {
39
28
  EmptyWillBeRightBack.docs = {
40
- componentGroup: 'SVG'
29
+ componentGroup: 'Emptystate'
41
30
  };
42
31
  }
@@ -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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class NotImpossible extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 316.9 200",
10
11
  name: "NotImpossible"
11
- }, this.props), /*#__PURE__*/React.createElement("style", null, ".NotImpossible_svg__st2{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.NotImpossible_svg__st4{fill:none;stroke:var(--zd_emptysvg_cross);stroke-miterlimit:10}.NotImpossible_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}"), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.NotImpossible_svg__st2{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.NotImpossible_svg__st4{fill:none;stroke:var(--zd_emptysvg_cross);stroke-miterlimit:10}.NotImpossible_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}'), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M174 53.9s46.9-30.9 70.7-21.6 40 87.4-26.1 122.4-95.9-41.2-96.1-54.7c-.3-13-.1-44.2 51.5-46.1z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -57,23 +58,13 @@ export default class NotImpossible extends React.Component {
57
58
  }
58
59
 
59
60
  }
60
- NotImpossible.propTypes = {
61
- alignHorizontal: PropTypes.bool,
62
- className: PropTypes.string,
63
- dataId: PropTypes.string,
64
- isRender: PropTypes.bool,
65
- palette: PropTypes.oneOf(['default', 'dark'])
66
- };
67
- NotImpossible.defaultProps = {
68
- alignHorizontal: true,
69
- isRender: true,
70
- className: '',
71
- dataId: 'emptyAccounts',
72
- palette: 'default'
61
+ NotImpossible.propTypes = ErrorStateProps;
62
+ NotImpossible.defaultProps = { ...ErrorStateDefaultProps,
63
+ dataId: 'emptyAccounts'
73
64
  };
74
65
 
75
66
  if (false) {
76
67
  NotImpossible.docs = {
77
- componentGroup: 'SVG'
68
+ componentGroup: 'Emptystate'
78
69
  };
79
70
  }
@@ -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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class Inconvenience extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 622.7 500",
10
11
  name: "Inconvenience"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorInconvenience_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorInconvenience_svg__cls-10,.ErrorInconvenience_svg__cls-3,.ErrorInconvenience_svg__cls-8{fill:none}.ErrorInconvenience_svg__cls-3{stroke:var(--zd_emptysvg_primary_stroke)}.ErrorInconvenience_svg__cls-10,.ErrorInconvenience_svg__cls-3,.ErrorInconvenience_svg__cls-8{stroke-linecap:round;stroke-linejoin:round}.ErrorInconvenience_svg__cls-3{stroke-width:1.5px}.ErrorInconvenience_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorInconvenience_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorInconvenience_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorInconvenience_svg__cls-10,.ErrorInconvenience_svg__cls-3,.ErrorInconvenience_svg__cls-8{fill:none}.ErrorInconvenience_svg__cls-3{stroke:var(--zd_emptysvg_primary_stroke)}.ErrorInconvenience_svg__cls-10,.ErrorInconvenience_svg__cls-3,.ErrorInconvenience_svg__cls-8{stroke-linecap:round;stroke-linejoin:round}.ErrorInconvenience_svg__cls-3{stroke-width:1.5px}.ErrorInconvenience_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorInconvenience_svg__cls-8{stroke:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
12
13
  className: "ErrorInconvenience_svg__cls-1",
13
14
  d: "M128.67 172.1s33.78-54.78 54.78-11 32.87 82.17 94 33.78 86.77-55.65 109.55-25.52S431.32 456 208.1 403.07c0 0-176.66-66.64-79.43-230.97z"
14
15
  }), /*#__PURE__*/React.createElement("circle", {
@@ -93,21 +94,13 @@ export default class Inconvenience extends React.Component {
93
94
  }
94
95
 
95
96
  }
96
- Inconvenience.propTypes = {
97
- alignHorizontal: PropTypes.bool,
98
- className: PropTypes.string,
99
- dataId: PropTypes.string,
100
- isRender: PropTypes.bool
101
- };
102
- Inconvenience.defaultProps = {
103
- alignHorizontal: true,
104
- isRender: true,
105
- className: '',
97
+ Inconvenience.propTypes = ErrorStateProps;
98
+ Inconvenience.defaultProps = { ...ErrorStateDefaultProps,
106
99
  dataId: 'inconvenience'
107
100
  };
108
101
 
109
102
  if (false) {
110
103
  Inconvenience.docs = {
111
- componentGroup: 'SVG'
104
+ componentGroup: 'Emptystate'
112
105
  };
113
106
  }
@@ -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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class OopsSomethingMiss extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 695.38 500",
10
11
  name: "OopsSomethingMiss"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorOopsSomethingMiss_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorOopsSomethingMiss_svg__cls-10,.ErrorOopsSomethingMiss_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorOopsSomethingMiss_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorOopsSomethingMiss_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorOopsSomethingMiss_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorOopsSomethingMiss_svg__cls-10,.ErrorOopsSomethingMiss_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorOopsSomethingMiss_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorOopsSomethingMiss_svg__cls-8{stroke:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
12
13
  className: "ErrorOopsSomethingMiss_svg__cls-1",
13
14
  d: "M280.06 165.76s33.78-54.78 54.77-11 32.87 82.17 94 33.78S515.6 132.89 538.42 163s44.28 286.69-178.94 233.74c0 0-176.65-66.65-79.42-230.98z"
14
15
  }), /*#__PURE__*/React.createElement("circle", {
@@ -94,21 +95,13 @@ export default class OopsSomethingMiss extends React.Component {
94
95
  }
95
96
 
96
97
  }
97
- OopsSomethingMiss.propTypes = {
98
- alignHorizontal: PropTypes.bool,
99
- className: PropTypes.string,
100
- dataId: PropTypes.string,
101
- isRender: PropTypes.bool
102
- };
103
- OopsSomethingMiss.defaultProps = {
104
- alignHorizontal: true,
105
- isRender: true,
106
- className: '',
98
+ OopsSomethingMiss.propTypes = ErrorStateProps;
99
+ OopsSomethingMiss.defaultProps = { ...ErrorStateDefaultProps,
107
100
  dataId: 'oopssomethingmiss'
108
101
  };
109
102
 
110
103
  if (false) {
111
104
  OopsSomethingMiss.docs = {
112
- componentGroup: 'SVG'
105
+ componentGroup: 'Emptystate'
113
106
  };
114
107
  }
@@ -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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class UnableToProcessRequest extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 500 500",
10
11
  name: "UnableToProcessRequest"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorUnableToProcessRequest_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUnableToProcessRequest_svg__cls-10,.ErrorUnableToProcessRequest_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnableToProcessRequest_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnableToProcessRequest_svg__cls-8{stroke:var(--zd_emptysvg_plus))}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorUnableToProcessRequest_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUnableToProcessRequest_svg__cls-10,.ErrorUnableToProcessRequest_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnableToProcessRequest_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnableToProcessRequest_svg__cls-8{stroke:var(--zd_emptysvg_plus))}')), /*#__PURE__*/React.createElement("path", {
12
13
  className: "ErrorUnableToProcessRequest_svg__cls-1",
13
14
  d: "M147.82 163s33.78-54.77 54.77-11 32.87 82.16 94 33.78 86.73-55.69 109.55-25.57S450.46 446.92 227.24 394c0 0-176.65-66.68-79.42-231z"
14
15
  }), /*#__PURE__*/React.createElement("circle", {
@@ -94,21 +95,13 @@ export default class UnableToProcessRequest extends React.Component {
94
95
  }
95
96
 
96
97
  }
97
- UnableToProcessRequest.propTypes = {
98
- alignHorizontal: PropTypes.bool,
99
- className: PropTypes.string,
100
- dataId: PropTypes.string,
101
- isRender: PropTypes.bool
102
- };
103
- UnableToProcessRequest.defaultProps = {
104
- alignHorizontal: true,
105
- isRender: true,
106
- className: '',
98
+ UnableToProcessRequest.propTypes = ErrorStateProps;
99
+ UnableToProcessRequest.defaultProps = { ...ErrorStateDefaultProps,
107
100
  dataId: 'unabletoprocessrequest'
108
101
  };
109
102
 
110
103
  if (false) {
111
104
  UnableToProcessRequest.docs = {
112
- componentGroup: 'SVG'
105
+ componentGroup: 'Emptystate'
113
106
  };
114
107
  }
@@ -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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class UnauthorizedLogin extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 -30 500 500",
10
11
  name: "UnauthorizedLogin"
11
- }, this.props), /*#__PURE__*/React.createElement("style", null, ".bouncer_svg__st0{opacity:5.000000e-02;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.bouncer_svg__st5,.bouncer_svg__st7{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.bouncer_svg__st7{stroke:var(--zd_emptysvg_cross)}.bouncer_svg__st9{opacity:.2;fill:var(--zd_emptysvg_primary_fill);enable-background:new}"), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.bouncer_svg__st0{opacity:5.000000e-02;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.bouncer_svg__st5,.bouncer_svg__st7{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.bouncer_svg__st7{stroke:var(--zd_emptysvg_cross)}.bouncer_svg__st9{opacity:.2;fill:var(--zd_emptysvg_primary_fill);enable-background:new}'), /*#__PURE__*/React.createElement("path", {
12
13
  className: "bouncer_svg__st0",
13
14
  d: "M135.6 156.5s33.8-54.8 54.8-11 32.9 82.2 94 33.8 86.7-55.7 109.5-25.6S438.2 440.4 215 387.5c0 0-176.7-66.6-79.4-231z"
14
15
  }), /*#__PURE__*/React.createElement("circle", {
@@ -40,8 +41,8 @@ export default class UnauthorizedLogin extends React.Component {
40
41
  cx: 319.4,
41
42
  cy: 65.1,
42
43
  style: {
43
- fill: "none",
44
- stroke: "var(--zd_emptysvg_medium_circle)",
44
+ fill: 'none',
45
+ stroke: 'var(--zd_emptysvg_medium_circle)',
45
46
  strokeMiterlimit: 10
46
47
  },
47
48
  r: 3.5
@@ -49,15 +50,15 @@ export default class UnauthorizedLogin extends React.Component {
49
50
  cx: 254.7,
50
51
  cy: 426,
51
52
  style: {
52
- fill: "var(--zd_emptysvg_medium_circle)"
53
+ fill: 'var(--zd_emptysvg_medium_circle)'
53
54
  },
54
55
  r: 3.5
55
56
  }), /*#__PURE__*/React.createElement("circle", {
56
57
  cx: 60.3,
57
58
  cy: 276.1,
58
59
  style: {
59
- fill: "none",
60
- stroke: "var(--zd_emptysvg_tiny_circle)",
60
+ fill: 'none',
61
+ stroke: 'var(--zd_emptysvg_tiny_circle)',
61
62
  strokeMiterlimit: 10
62
63
  },
63
64
  r: 3.3
@@ -65,7 +66,7 @@ export default class UnauthorizedLogin extends React.Component {
65
66
  cx: 434.4,
66
67
  cy: 281.3,
67
68
  style: {
68
- fill: "var(--zd_emptysvg_tiny_circle)"
69
+ fill: 'var(--zd_emptysvg_tiny_circle)'
69
70
  },
70
71
  r: 3.3
71
72
  }), /*#__PURE__*/React.createElement("path", {
@@ -77,10 +78,10 @@ export default class UnauthorizedLogin extends React.Component {
77
78
  rx: 2.5,
78
79
  ry: 2.4,
79
80
  style: {
80
- fill: "none",
81
- stroke: "var(--zd_emptysvg_small_circle)",
82
- strokeLinecap: "round",
83
- strokeLinejoin: "round"
81
+ fill: 'none',
82
+ stroke: 'var(--zd_emptysvg_small_circle)',
83
+ strokeLinecap: 'round',
84
+ strokeLinejoin: 'round'
84
85
  }
85
86
  }), /*#__PURE__*/React.createElement("path", {
86
87
  className: "bouncer_svg__st7",
@@ -88,11 +89,11 @@ export default class UnauthorizedLogin extends React.Component {
88
89
  }), /*#__PURE__*/React.createElement("path", {
89
90
  d: "M304.9 307.9s-49.7 71.4-153 62.2c0 0-31.2-42.1-19.8-66.2 11.4-24.1 54.4-21.1 55-19.4.6 1.7-30 11.6-26.8 21.1 0 0 1.3 2.6 1.6 2.5.4-.1 8.6-13.4 21.7-18 0 0-25 18.3-22.8 23s7.6 3.1 7.6 3.1 5.8-19.2 21.2-21.8c0 0-16.7 10.1-16.2 16.3 0 0 2.4 6.2 5.6 5.9 3.2-.4 7.9-13.3 15.7-19.1 0 0-10.8 12.2-8.5 16.3 2.3 4 12.2-4 14.6-9 0 0 11.8-.8 15-2.9 3.2-2.1-22.1-13.5-27.3-14.2-5.2-.7 24.1 5.9 30.5 13.5l17.9 2.3s45.9-16.4 64.6-13.3c18.7 3.1 19.6 13.6 19.6 13.6 3.8-1 7.8-.8 11.6.4s7 3.6 9.5 6.7c0 0-15.6-10.3-36.4-1.2 0 0-19.5 31.4-58.4 48 0 0 31.8 18.7 76.1 9.2 0 0-37.1 1.3-49-7.8 0 0 56.4 7.5 79.5 4.6 0 0 39.1-22.7 21.3-61.9 0 0-18.8-17.4-53.6-11l-2.4 6s4.5-18.6 14.2-28.3c-4.2 1.7-7.7 4.8-9.9 8.7 0 0-3.6-28.1 6.9-37.9 0 0 47.4 0 45.8 41.9 0 0-1 11.7-14-1s12.3 10.7 12.7 16.2c.4 5.5 10.2-48.5-47.4-60.9s-71.5 23.5-69.9 30.1c1.6 6.6-7.6-22.2-55-29.8l14.9-13.6s37.5 17.4 75.7 0l23.6 8.2s-12.1-6.7-23.2-10c0 0-6.5-9.4-6.7-34.2 0-2.8-.1-5.6-.4-8.4-.4-4.8-.9-12.1.4-13.1 1.9-1.5 5.2 9.5 2.6 13.4-2.6 3.9-1.3-17.5-5-21.1-3.7-3.7-23.8-5.3-24.4-3.2-.6 2.1-.4 11.4 10.4 10.3 10.8-1.1 13.4-2.5 12.5-11.3-.9-8.8-2-23.8-28.1-23.4-26.1.4-26.8 18.8-27.2 26.1.4-.1.8-.1 1.2.1.4.2.7.4.9.8.9 1.3 1.1 6.7 7.6 7.3 6.5.7 14.9.9 16-7.6 0 0 3.4-2.1 5.7-1.3 2.4.7-6.2-.6-6.2-.6s-7.4-5.9-19.3-1.9c-1.8.9-3.4 2.2-4.7 3.8s-2.2 3.4-2.7 5.4l.5 3.2s1-4.3 3.2-5.8l-3-2.9c-1.1 3-1.5 6.2-1.2 9.3 0 0 1.7 16-.8 15.1-2.5-.9-5-8.1-1.9-15 0 0 3.5 9.8 1.6 11.1-1.9 1.2-1.3-10.8-.1-12.1 1.2-1.3 8.1 30-5.1 54 0 0-29.3 16.4-27.2 16.4 2.1 0-66.5 11.2-59.5 58.6 0 0 12.6-22.9 40.9-28.5 0 0-15.2-.7-32.9 11.7 0 0 4.5-23.9 54.8-41.1l24.5-15.8s8.7-17.6 8-27.2c0 0 6.2 15.8 27.6 14.3s12.6-31.3 12.6-31.3-12-8.3-24.6.9c0 0-6.6 24.2 11.3 24.5 17.8.3 12.8-22.4 11.9-24-.9-1.7-16-4.7-20.2.1 0 0-3.5 15.1 3.6 13.3 0 0 4.4.8 4.3-7l4.5-.2s-1.8 6.6 3.1 7.6c4.8 1-2.1 16.3.8 16 3-.3 22.6.5 22.6-25.5",
90
91
  style: {
91
- fill: "none",
92
- stroke: "var(--zd_emptysvg_primary_stroke)",
92
+ fill: 'none',
93
+ stroke: 'var(--zd_emptysvg_primary_stroke)',
93
94
  strokeWidth: 1.5,
94
- strokeLinecap: "round",
95
- strokeLinejoin: "round"
95
+ strokeLinecap: 'round',
96
+ strokeLinejoin: 'round'
96
97
  }
97
98
  }), /*#__PURE__*/React.createElement("path", {
98
99
  className: "bouncer_svg__st9",
@@ -101,21 +102,13 @@ export default class UnauthorizedLogin extends React.Component {
101
102
  }
102
103
 
103
104
  }
104
- UnauthorizedLogin.propTypes = {
105
- alignHorizontal: PropTypes.bool,
106
- className: PropTypes.string,
107
- dataId: PropTypes.string,
108
- isRender: PropTypes.bool
109
- };
110
- UnauthorizedLogin.defaultProps = {
111
- alignHorizontal: true,
112
- isRender: true,
113
- className: '',
105
+ UnauthorizedLogin.propTypes = ErrorStateProps;
106
+ UnauthorizedLogin.defaultProps = { ...ErrorStateDefaultProps,
114
107
  dataId: 'unauthorizedlogin'
115
108
  };
116
109
 
117
110
  if (false) {
118
111
  UnauthorizedLogin.docs = {
119
- componentGroup: 'SVG'
112
+ componentGroup: 'Emptystate'
120
113
  };
121
114
  }
@@ -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 { ErrorStateProps } from './../props/propTypes';
5
+ import { ErrorStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class UrlNotFound extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 500 500",
10
11
  name: "UrlNotFound"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorUrlNotFound_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUrlNotFound_svg__cls-10,.ErrorUrlNotFound_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUrlNotFound_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUrlNotFound_svg__cls-8{stroke:var(--zd_emptysvg_cross)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ErrorUrlNotFound_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUrlNotFound_svg__cls-10,.ErrorUrlNotFound_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUrlNotFound_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUrlNotFound_svg__cls-8{stroke:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
12
13
  className: "ErrorUrlNotFound_svg__cls-1",
13
14
  d: "M148.89 174.69s33.77-54.78 54.77-11 32.87 82.17 94 33.78 86.77-55.65 109.59-25.47 44.28 286.67-178.94 233.72c0-.05-176.65-66.72-79.42-231.03z"
14
15
  }), /*#__PURE__*/React.createElement("circle", {
@@ -94,21 +95,13 @@ export default class UrlNotFound extends React.Component {
94
95
  }
95
96
 
96
97
  }
97
- UrlNotFound.propTypes = {
98
- alignHorizontal: PropTypes.bool,
99
- className: PropTypes.string,
100
- dataId: PropTypes.string,
101
- isRender: PropTypes.bool
102
- };
103
- UrlNotFound.defaultProps = {
104
- alignHorizontal: true,
105
- isRender: true,
106
- className: '',
98
+ UrlNotFound.propTypes = ErrorStateProps;
99
+ UrlNotFound.defaultProps = { ...ErrorStateDefaultProps,
107
100
  dataId: 'urlnotfound'
108
101
  };
109
102
 
110
103
  if (false) {
111
104
  UrlNotFound.docs = {
112
- componentGroup: 'SVG'
105
+ componentGroup: 'Emptystate'
113
106
  };
114
107
  }