@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
@@ -1,18 +1,19 @@
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 GCConversation extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "GCConversation"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".GCConversation_svg__cls-5{isolation:isolate}.GCConversation_svg__cls-2{fill:var(--zd_emptysvg_plus)}.GCConversation_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.GCConversation_svg__cls-4{fill:var(--zd_emptysvg_cross)}.GCConversation_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.GCConversation_svg__cls-5{isolation:isolate}.GCConversation_svg__cls-2{fill:var(--zd_emptysvg_plus)}.GCConversation_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.GCConversation_svg__cls-4{fill:var(--zd_emptysvg_cross)}.GCConversation_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M78.11 58.19S124.77 27 148.38 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
13
14
  style: {
14
- isolation: "isolate",
15
- fill: "var(--zd_emptysvg_primary_fill)",
15
+ isolation: 'isolate',
16
+ fill: 'var(--zd_emptysvg_primary_fill)',
16
17
  opacity: 0.1
17
18
  }
18
19
  }), /*#__PURE__*/React.createElement("path", {
@@ -33,34 +34,23 @@ export default class GCConversation extends React.Component {
33
34
  }), /*#__PURE__*/React.createElement("path", {
34
35
  d: "m109.18 137.08-23.63.27-.62 7.65-8.26-8s-46.64 1.49-47.52-.62-2.1-26-.61-26 82-1.76 83.53.62 2.46 27 .88 26c-2.63-1.67-.61-38.39-.61-38.39L87 99.49s-10.89 5.62-9.75 5.88-.88-6.5-.88-6.5-24.77 2.38-25.12-1.14-.88-26.88.88-26.88 86.35-1.75 86.7 1.14c0 0 2.9 11.51-1.14 13.09-1.76.71-3.87 1.85-5.89.09l-5.8-4.48s-6.15 6.24-6.06 7.12 7.38 6.14 5.45 9.39-10.72 2.73-10.72 2.73-1 9.22.18 9.4 9.92.79 10.54 2.9-4.57 9-4.57 9 4.13 6.24 5.53 6.15 7-6.59 10.46-3.86 2.72 9.83 3.51 10 3.95-.09 3.95-.09l-.09-17.74s-12.21-.18-11.42-11.51c.71-10.1 12-13.26 17.66-7.46 6.68 6.85 1.93 17-5 17.56L144.4 75s3.34-1.23 3.6 2.11c.18 2.55-.44 10.19 4.22 9.13s6.41-6.32 10.1-4.12 4.13 3.77 3.69 5-5.36 7.91-4.39 9.49 9.48 2.11 10 2.81.79 5.89.18 7.91-6.86 1-8.7 2.46.61 7.64 3.43 11.24c0 0-2.2 5.09-4.57 5.88s-8.26-6.32-11.33-3.51-.71 8.78-2.64 10.19",
35
36
  style: {
36
- fill: "none",
37
- stroke: "var(--zd_emptysvg_primary_stroke)",
38
- strokeLinecap: "round",
39
- strokeLinejoin: "round"
37
+ fill: 'none',
38
+ stroke: 'var(--zd_emptysvg_primary_stroke)',
39
+ strokeLinecap: 'round',
40
+ strokeLinejoin: 'round'
40
41
  }
41
42
  }));
42
43
  }
43
44
 
44
45
  }
45
- GCConversation.propTypes = {
46
- alignHorizontal: PropTypes.bool,
47
- className: PropTypes.string,
48
- dataId: PropTypes.string,
49
- isRender: PropTypes.bool,
50
- size: PropTypes.oneOf(['small', 'large']),
51
- palette: PropTypes.oneOf(['default', 'dark'])
46
+ GCConversation.propTypes = { ...EmptyStateProps
52
47
  };
53
- GCConversation.defaultProps = {
54
- size: 'large',
55
- alignHorizontal: true,
56
- isRender: true,
57
- className: '',
58
- dataId: 'GCConversation',
59
- palette: 'default'
48
+ GCConversation.defaultProps = { ...EmptyStateDefaultProps,
49
+ dataId: 'emptyGCConversation'
60
50
  };
61
51
 
62
52
  if (false) {
63
53
  GCConversation.docs = {
64
- componentGroup: 'SVG'
54
+ componentGroup: 'Emptystate'
65
55
  };
66
56
  }
@@ -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 { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class Import extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -58,25 +59,14 @@ export default class Import extends React.Component {
58
59
  }
59
60
 
60
61
  }
61
- Import.propTypes = {
62
- alignHorizontal: PropTypes.bool,
63
- className: PropTypes.string,
64
- dataId: PropTypes.string,
65
- isRender: PropTypes.bool,
66
- size: PropTypes.oneOf(['small', 'large']),
67
- palette: PropTypes.oneOf(['default', 'dark'])
62
+ Import.propTypes = { ...EmptyStateProps
68
63
  };
69
- Import.defaultProps = {
70
- size: 'large',
71
- alignHorizontal: true,
72
- isRender: true,
73
- className: '',
74
- dataId: 'import',
75
- palette: 'default'
64
+ Import.defaultProps = { ...EmptyStateDefaultProps,
65
+ dataId: 'emptyImport'
76
66
  };
77
67
 
78
68
  if (false) {
79
69
  Import.docs = {
80
- componentGroup: 'SVG'
70
+ componentGroup: 'Emptystate'
81
71
  };
82
72
  }
@@ -1,18 +1,19 @@
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 KBBot extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "KBBot"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".KBBot_svg__cls-2{fill:var(--zd_emptysvg_plus)}.KBBot_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.KBBot_svg__cls-4{fill:var(--zd_emptysvg_cross)}.KBBot_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.KBBot_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.KBBot_svg__cls-2{fill:var(--zd_emptysvg_plus)}.KBBot_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.KBBot_svg__cls-4{fill:var(--zd_emptysvg_cross)}.KBBot_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.KBBot_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M80.05 58.19S126.71 27 150.32 36.4s39.74 88.3-25.92 123.72-95.4-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
13
14
  style: {
14
- fill: "var(--zd_emptysvg_primary_fill)",
15
- isolation: "isolate",
15
+ fill: 'var(--zd_emptysvg_primary_fill)',
16
+ isolation: 'isolate',
16
17
  opacity: 0.1
17
18
  }
18
19
  }), /*#__PURE__*/React.createElement("path", {
@@ -55,25 +56,14 @@ export default class KBBot extends React.Component {
55
56
  }
56
57
 
57
58
  }
58
- KBBot.propTypes = {
59
- alignHorizontal: PropTypes.bool,
60
- className: PropTypes.string,
61
- dataId: PropTypes.string,
62
- isRender: PropTypes.bool,
63
- size: PropTypes.oneOf(['small', 'large']),
64
- palette: PropTypes.oneOf(['default', 'dark'])
59
+ KBBot.propTypes = { ...EmptyStateProps
65
60
  };
66
- KBBot.defaultProps = {
67
- size: 'large',
68
- alignHorizontal: true,
69
- isRender: true,
70
- className: '',
71
- dataId: 'KBBot',
72
- palette: 'default'
61
+ KBBot.defaultProps = { ...EmptyStateDefaultProps,
62
+ dataId: 'emptyKBBot'
73
63
  };
74
64
 
75
65
  if (false) {
76
66
  KBBot.docs = {
77
- componentGroup: 'SVG'
67
+ componentGroup: 'Emptystate'
78
68
  };
79
69
  }
@@ -1,17 +1,18 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../_svg/SVG';
6
7
  export default class Multilingual extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "multilingual"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}.cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.cls-6{fill:var(--zd_emptysvg_secondary_fill);}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}.cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.cls-6{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M80.22 58s46.66-31.17 70.27-21.79 39.74 88.3-25.92 123.72-95.36-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
13
14
  style: {
14
- fill: "var(--zd_emptysvg_primary_fill)",
15
+ fill: 'var(--zd_emptysvg_primary_fill)',
15
16
  opacity: 0.1
16
17
  }
17
18
  }), /*#__PURE__*/React.createElement("path", {
@@ -48,25 +49,14 @@ export default class Multilingual extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- Multilingual.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
52
+ Multilingual.propTypes = { ...EmptyStateProps
58
53
  };
59
- Multilingual.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'multilingual',
65
- palette: 'default'
54
+ Multilingual.defaultProps = { ...EmptyStateDefaultProps,
55
+ dataId: 'emptyMultilingual'
66
56
  };
67
57
 
68
58
  if (false) {
69
59
  Multilingual.docs = {
70
- componentGroup: 'SVG'
60
+ componentGroup: 'Emptystate'
71
61
  };
72
62
  }
@@ -1,18 +1,19 @@
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 NetworkError extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "NetworkError"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".NetworkError_svg__cls-2{fill:var(--zd_emptysvg_plus)}.NetworkError_svg__cls-3{fill:var(--zd_emptysvg_cross)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.NetworkError_svg__cls-2{fill:var(--zd_emptysvg_plus)}.NetworkError_svg__cls-3{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M83.58 69.05s45.64-29.14 68.74-20.37S191.2 131.25 127 164.36s-93.29-38.91-93.54-51.68c-.27-12.35-.03-41.8 50.12-43.63Z",
13
14
  style: {
14
15
  opacity: 0.1,
15
- fill: "var(--zd_emptysvg_primary_fill)"
16
+ fill: 'var(--zd_emptysvg_primary_fill)'
16
17
  }
17
18
  }), /*#__PURE__*/React.createElement("path", {
18
19
  className: "NetworkError_svg__cls-2",
@@ -32,44 +33,33 @@ export default class NetworkError extends React.Component {
32
33
  }), /*#__PURE__*/React.createElement("path", {
33
34
  d: "M156.05 25.35a4.33 4.33 0 1 1 4.37-4.35 4.35 4.35 0 0 1-4.37 4.35Zm0-7.67a3.34 3.34 0 1 0 3.37 3.32 3.36 3.36 0 0 0-3.37-3.32Z",
34
35
  style: {
35
- fill: "var(--zd_emptysvg_medium_circle)"
36
+ fill: 'var(--zd_emptysvg_medium_circle)'
36
37
  }
37
38
  }), /*#__PURE__*/React.createElement("path", {
38
39
  d: "M70.93 54.19S26.22 71.38 35 122.2s73.87 45.48 89.63 29h0a32 32 0 0 0 4.44-5.92c3.32-5.7 10.67-17.76 15.88-22.52 5.83-5.32 21 16.22 24.93 24a3 3 0 0 1-2 4.13c-8.66 1.62-36.29 6.29-37.8.29-1-3.86 2.89-12.52 6.62-19.65a59.16 59.16 0 0 0 6.77-25.33h0c0-20.63-26.22-56.55-55.72-54.26 0 0-14.37 3.48-8.18 13.74S94.32 63.15 94 61.21c-.32-1.76-5.7-3.38-11.3 6.79a6.26 6.26 0 0 1-6.59 3.1c-2.15-.38-4.43-1-5.39-2.07C68.6 66.76 63 71.2 67 74.09s5.15 3.17 3 5.25-8.5 6.33-4.34 8.23 31.3 8.69 35.92.73S63 83.14 58.1 102.82c0 0-3.44 9.45 9.86 12.8s4.07 34 16.47 32c0 0 5.79-1.35 9.14-10 2-5.1 6.88-7.69 9.82-8.38a2.76 2.76 0 0 1 3.38 3.13c-.39 2.41-2.38 6.15-5 7.69-4.71 2.81-4.82-7.32-2.68-10.76s7.45-16 0-21.88-8.47-2.73-8.45-1.55c.09 4.16 11.13 13.93 18 11s10-10.4 9-13.66-8.5-6.69-9.86-4.25 5.16 6.06 12.67 4.34 16.28-.27 15.19 10.14",
39
40
  style: {
40
- fill: "none",
41
- stroke: "var(--zd_emptysvg_primary_stroke)",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round"
41
+ fill: 'none',
42
+ stroke: 'var(--zd_emptysvg_primary_stroke)',
43
+ strokeLinecap: 'round',
44
+ strokeLinejoin: 'round'
44
45
  }
45
46
  }), /*#__PURE__*/React.createElement("path", {
46
47
  d: "M110.51 98.21c6.3 2 8.62 5.37 5 12.94s-12.82 2.44-12.61 5.81-4.17 15-5.29 15.15-6.13 9.57-6.13 9.57-13.37 16.87-14.91-7.39-13.09-12.44-18.26-25.46S71 89.27 71 89.27c13.71 1.28 33.21 7 39.51 8.94ZM168.57 149c-2 4.13-2.42 2.44-9.82 3.42s-24.51 4.24-28.61-1.26c0 0 9.27-27.27 14.85-28.4s25.56 22.07 23.58 26.24Zm-21.85-8a1 1 0 0 0 2 0v-9.24a1 1 0 0 0-2 0Zm3.36 5.4c-.14-1.08-2-1.13-2-1.13-2.72.24-.4 2.8-.4 2.8.71.64 2.54-.64 2.4-1.72Z",
47
48
  style: {
48
- fill: "var(--zd_emptysvg_secondary_fill)"
49
+ fill: 'var(--zd_emptysvg_secondary_fill)'
49
50
  }
50
51
  }));
51
52
  }
52
53
 
53
54
  }
54
- NetworkError.propTypes = {
55
- alignHorizontal: PropTypes.bool,
56
- className: PropTypes.string,
57
- dataId: PropTypes.string,
58
- isRender: PropTypes.bool,
59
- size: PropTypes.oneOf(['small', 'large']),
60
- palette: PropTypes.oneOf(['default', 'dark'])
55
+ NetworkError.propTypes = { ...EmptyStateProps
61
56
  };
62
- NetworkError.defaultProps = {
63
- size: 'large',
64
- alignHorizontal: true,
65
- isRender: true,
66
- className: '',
67
- dataId: 'NetworkError',
68
- palette: 'default'
57
+ NetworkError.defaultProps = { ...EmptyStateDefaultProps,
58
+ dataId: 'emptyNetworkError'
69
59
  };
70
60
 
71
61
  if (false) {
72
62
  NetworkError.docs = {
73
- componentGroup: 'SVG'
63
+ componentGroup: 'Emptystate'
74
64
  };
75
65
  }
@@ -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 Predictor extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "predictor"
11
- }, this.props), /*#__PURE__*/React.createElement("style", null, ".Predictor_svg__st0{fill:none}.Predictor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Predictor_svg__st2{fill:var(--zd_emptysvg_plus)}.Predictor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Predictor_svg__st4{fill:var(--zd_emptysvg_cross)}"), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.Predictor_svg__st0{fill:none}.Predictor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Predictor_svg__st2{fill:var(--zd_emptysvg_plus)}.Predictor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Predictor_svg__st4{fill:var(--zd_emptysvg_cross)}'), /*#__PURE__*/React.createElement("path", {
12
13
  className: "Predictor_svg__st0",
13
14
  d: "M0 0h200v200H0z"
14
15
  }), /*#__PURE__*/React.createElement("path", {
@@ -49,25 +50,14 @@ export default class Predictor extends React.Component {
49
50
  }
50
51
 
51
52
  }
52
- Predictor.propTypes = {
53
- alignHorizontal: PropTypes.bool,
54
- className: PropTypes.string,
55
- dataId: PropTypes.string,
56
- isRender: PropTypes.bool,
57
- size: PropTypes.oneOf(['small', 'large']),
58
- palette: PropTypes.oneOf(['default', 'dark'])
53
+ Predictor.propTypes = { ...EmptyStateProps
59
54
  };
60
- Predictor.defaultProps = {
61
- size: 'large',
62
- alignHorizontal: true,
63
- isRender: true,
64
- className: '',
65
- dataId: 'predictor',
66
- palette: 'default'
55
+ Predictor.defaultProps = { ...EmptyStateDefaultProps,
56
+ dataId: 'emptyPredictor'
67
57
  };
68
58
 
69
59
  if (false) {
70
60
  Predictor.docs = {
71
- componentGroup: 'SVG'
61
+ componentGroup: 'Emptystate'
72
62
  };
73
63
  }
@@ -1,18 +1,19 @@
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 ReadRecipients extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "ReadRecipients"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ReadRecipients_svg__cls-2{fill:var(--zd_emptysvg_plus)}.ReadRecipients_svg__cls-3{fill:var(--zd_emptysvg_cross)}.ReadRecipients_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.ReadRecipients_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate;}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ReadRecipients_svg__cls-2{fill:var(--zd_emptysvg_plus)}.ReadRecipients_svg__cls-3{fill:var(--zd_emptysvg_cross)}.ReadRecipients_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.ReadRecipients_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate;}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M77.57 69.05s45.64-29.14 68.74-20.37 38.88 82.57-25.31 115.68-93.29-38.91-93.54-51.68c-.28-12.35-.04-41.8 50.11-43.63Z",
13
14
  style: {
14
15
  opacity: 0.1,
15
- fill: "var(--zd_emptysvg_primary_fill)"
16
+ fill: 'var(--zd_emptysvg_primary_fill)'
16
17
  }
17
18
  }), /*#__PURE__*/React.createElement("path", {
18
19
  className: "ReadRecipients_svg__cls-2",
@@ -32,7 +33,7 @@ export default class ReadRecipients extends React.Component {
32
33
  }), /*#__PURE__*/React.createElement("path", {
33
34
  d: "M150 25.35a4.33 4.33 0 1 1 4.41-4.35 4.36 4.36 0 0 1-4.41 4.35Zm0-7.67a3.34 3.34 0 1 0 3.41 3.32 3.37 3.37 0 0 0-3.41-3.32Z",
34
35
  style: {
35
- fill: "var(--zd_emptysvg_medium_circle)"
36
+ fill: 'var(--zd_emptysvg_medium_circle)'
36
37
  }
37
38
  }), /*#__PURE__*/React.createElement("path", {
38
39
  className: "ReadRecipients_svg__cls-5",
@@ -47,25 +48,14 @@ export default class ReadRecipients extends React.Component {
47
48
  }
48
49
 
49
50
  }
50
- ReadRecipients.propTypes = {
51
- alignHorizontal: PropTypes.bool,
52
- className: PropTypes.string,
53
- dataId: PropTypes.string,
54
- isRender: PropTypes.bool,
55
- size: PropTypes.oneOf(['small', 'large']),
56
- palette: PropTypes.oneOf(['default', 'dark'])
51
+ ReadRecipients.propTypes = { ...EmptyStateProps
57
52
  };
58
- ReadRecipients.defaultProps = {
59
- size: 'large',
60
- alignHorizontal: true,
61
- isRender: true,
62
- className: '',
63
- dataId: 'ReadRecipients',
64
- palette: 'default'
53
+ ReadRecipients.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyReadRecipients'
65
55
  };
66
56
 
67
57
  if (false) {
68
58
  ReadRecipients.docs = {
69
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
70
60
  };
71
61
  }
@@ -1,18 +1,19 @@
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 Variable extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "Variable"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".Variable_svg__cls-5{isolation:isolate}.Variable_svg__cls-2{fill:var(--zd_emptysvg_plus)}.Variable_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.Variable_svg__cls-4{fill:var(--zd_emptysvg_cross)}.Variable_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill);}.Variable_svg__cls-6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.Variable_svg__cls-5{isolation:isolate}.Variable_svg__cls-2{fill:var(--zd_emptysvg_plus)}.Variable_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.Variable_svg__cls-4{fill:var(--zd_emptysvg_cross)}.Variable_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill);}.Variable_svg__cls-6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M73.17 58.19S119.83 27 143.44 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.52-55.3c-.33-13.21 0-44.7 51.17-46.63Z",
13
14
  style: {
14
- isolation: "isolate",
15
- fill: "var(--zd_emptysvg_primary_fill)",
15
+ isolation: 'isolate',
16
+ fill: 'var(--zd_emptysvg_primary_fill)',
16
17
  opacity: 0.1
17
18
  }
18
19
  }), /*#__PURE__*/React.createElement("path", {
@@ -46,25 +47,14 @@ export default class Variable extends React.Component {
46
47
  }
47
48
 
48
49
  }
49
- Variable.propTypes = {
50
- alignHorizontal: PropTypes.bool,
51
- className: PropTypes.string,
52
- dataId: PropTypes.string,
53
- isRender: PropTypes.bool,
54
- size: PropTypes.oneOf(['small', 'large']),
55
- palette: PropTypes.oneOf(['default', 'dark'])
50
+ Variable.propTypes = { ...EmptyStateProps
56
51
  };
57
- Variable.defaultProps = {
58
- size: 'large',
59
- alignHorizontal: true,
60
- isRender: true,
61
- className: '',
62
- dataId: 'Variable',
63
- palette: 'default'
52
+ Variable.defaultProps = { ...EmptyStateDefaultProps,
53
+ dataId: 'emptyVariable'
64
54
  };
65
55
 
66
56
  if (false) {
67
57
  Variable.docs = {
68
- componentGroup: 'SVG'
58
+ componentGroup: 'Emptystate'
69
59
  };
70
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 ZiaAnamoly extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "ziaAnamoly"
11
- }, this.props), /*#__PURE__*/React.createElement("style", null, ".ZIAAnomaly_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.ZIAAnomaly_svg__st2{fill:var(--zd_emptysvg_plus)}.ZIAAnomaly_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.ZIAAnomaly_svg__st4{fill:var(--zd_emptysvg_tiny_circle)}"), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.ZIAAnomaly_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.ZIAAnomaly_svg__st2{fill:var(--zd_emptysvg_plus)}.ZIAAnomaly_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.ZIAAnomaly_svg__st4{fill:var(--zd_emptysvg_tiny_circle)}'), /*#__PURE__*/React.createElement("path", {
12
13
  fill: "none",
13
14
  d: "M10 22h180v160H10z"
14
15
  }), /*#__PURE__*/React.createElement("path", {
@@ -43,25 +44,14 @@ export default class ZiaAnamoly extends React.Component {
43
44
  }
44
45
 
45
46
  }
46
- ZiaAnamoly.propTypes = {
47
- alignHorizontal: PropTypes.bool,
48
- className: PropTypes.string,
49
- dataId: PropTypes.string,
50
- isRender: PropTypes.bool,
51
- size: PropTypes.oneOf(['small', 'large']),
52
- palette: PropTypes.oneOf(['default', 'dark'])
47
+ ZiaAnamoly.propTypes = { ...EmptyStateProps
53
48
  };
54
- ZiaAnamoly.defaultProps = {
55
- size: 'large',
56
- alignHorizontal: true,
57
- isRender: true,
58
- className: '',
59
- dataId: 'ziaAnamoly',
60
- palette: 'default'
49
+ ZiaAnamoly.defaultProps = { ...EmptyStateDefaultProps,
50
+ dataId: 'emptyZiaAnamoly'
61
51
  };
62
52
 
63
53
  if (false) {
64
54
  ZiaAnamoly.docs = {
65
- componentGroup: 'SVG'
55
+ componentGroup: 'Emptystate'
66
56
  };
67
57
  }
@@ -0,0 +1,8 @@
1
+ export const ErrorStateDefaultProps = {
2
+ alignHorizontal: true,
3
+ isRender: true,
4
+ className: '',
5
+ dataId: 'errorstate',
6
+ palette: 'default',
7
+ isFluid: false
8
+ };
@@ -0,0 +1,9 @@
1
+ import PropTypes from 'prop-types';
2
+ export const ErrorStateProps = {
3
+ alignHorizontal: PropTypes.bool,
4
+ className: PropTypes.string,
5
+ dataId: PropTypes.string,
6
+ isFluid: PropTypes.bool,
7
+ isRender: PropTypes.bool,
8
+ palette: PropTypes.oneOf(['default', 'dark'])
9
+ };
@@ -0,0 +1,34 @@
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/Inconvenience.svg';
8
+ export default class Inconvenience 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 313.8",
15
+ name: "Inconvenience",
16
+ isFluid: isFluid
17
+ }, this.props), /*#__PURE__*/React.createElement("image", {
18
+ xlinkHref: image,
19
+ height: "100%",
20
+ width: "100%"
21
+ }));
22
+ }
23
+
24
+ }
25
+ Inconvenience.propTypes = ErrorStateProps;
26
+ Inconvenience.defaultProps = { ...ErrorStateDefaultProps,
27
+ dataId: 'inconvenience'
28
+ };
29
+
30
+ if (false) {
31
+ Inconvenience.docs = {
32
+ componentGroup: 'Emptystate'
33
+ };
34
+ }
@@ -0,0 +1,34 @@
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/NoRequestFound.svg';
8
+ export default class NoRequestFound extends React.Component {
9
+ render() {
10
+ let {
11
+ isFluid
12
+ } = this.props;
13
+ return /*#__PURE__*/React.createElement(SVG, _extends({
14
+ viewBox: "0 0 476.5 297.6",
15
+ name: "NoRequestFound",
16
+ isFluid: isFluid
17
+ }, this.props), /*#__PURE__*/React.createElement("image", {
18
+ xlinkHref: image,
19
+ height: "100%",
20
+ width: "100%"
21
+ }));
22
+ }
23
+
24
+ }
25
+ NoRequestFound.propTypes = ErrorStateProps;
26
+ NoRequestFound.defaultProps = { ...ErrorStateDefaultProps,
27
+ dataId: 'noRequestFound'
28
+ };
29
+
30
+ if (false) {
31
+ NoRequestFound.docs = {
32
+ componentGroup: 'Emptystate'
33
+ };
34
+ }