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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. package/README.md +8 -0
  2. package/assets/Appearance/dark/mode/contrast/darkContrastEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/contrast/blueDarkCTAThemeContrast.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/contrast/greenDarkCTAThemeContrast.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/contrast/orangeDarkCTAThemeContrast.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/contrast/redDarkCTAThemeContrast.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkCTAThemeContrast.module.css +10 -0
  8. package/assets/Appearance/default/mode/contrast/defaultContrastEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/contrast/blueDefaultCTAThemeContrast.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/contrast/greenDefaultCTAThemeContrast.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/contrast/orangeDefaultCTAThemeContrast.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/contrast/redDefaultCTAThemeContrast.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultCTAThemeContrast.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/contrast/pureDarkContrastEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkCTAThemeContrast.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkCTAThemeContrast.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkCTAThemeContrast.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkCTAThemeContrast.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkCTAThemeContrast.module.css +10 -0
  20. package/es/{svg → Loader}/Loader.js +12 -15
  21. package/es/Loader/props/defaultProps.js +3 -0
  22. package/es/Loader/props/propTypes.js +4 -0
  23. package/es/Provider.js +58 -110
  24. package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
  25. package/es/docs/Emptystate__version1.docs.js +29 -0
  26. package/es/docs/Emptystate__version2.docs.js +45 -0
  27. package/es/docs/Emptystate__version3.docs.js +148 -0
  28. package/es/docs/Errorstate__version1.docs.js +41 -0
  29. package/es/docs/Errorstate__version2.docs.js +33 -0
  30. package/es/docs/Errorstate__version3.docs.js +39 -0
  31. package/es/docs/SVG__common.docs.js +29 -0
  32. package/es/docs/SVGdocstyle.module.css +74 -0
  33. package/es/emptystate/props/defaultProps.js +8 -0
  34. package/es/emptystate/props/propTypes.js +9 -0
  35. package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +30 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +30 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +30 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
  42. package/es/emptystate/version2/EmptyRoles.js +30 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +30 -0
  44. package/es/emptystate/version2/FailureLog.js +30 -0
  45. package/es/{svg → emptystate/version3}/CustomModule.js +10 -21
  46. package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -20
  47. package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -20
  48. package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -20
  49. package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -20
  50. package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -20
  51. package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -20
  52. package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -20
  53. package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -20
  54. package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -20
  55. package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -20
  56. package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -20
  57. package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -21
  58. package/es/{svg → emptystate/version3}/EmptyContact.js +9 -20
  59. package/es/{svg → emptystate/version3}/EmptyContract.js +9 -20
  60. package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -20
  61. package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -20
  62. package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -20
  63. package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -20
  64. package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -20
  65. package/es/{svg → emptystate/version3}/EmptyDelete.js +12 -23
  66. package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -20
  67. package/es/{svg → emptystate/version3}/EmptyError.js +8 -18
  68. package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -20
  69. package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -20
  70. package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -20
  71. package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -20
  72. package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -20
  73. package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -20
  74. package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -20
  75. package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -20
  76. package/es/{svg → emptystate/version3}/EmptyReply.js +8 -19
  77. package/es/{svg → emptystate/version3}/EmptyReports.js +9 -20
  78. package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -20
  79. package/es/{svg → emptystate/version3}/EmptySearch.js +9 -20
  80. package/es/{svg → emptystate/version3}/EmptySkills.js +9 -20
  81. package/es/{svg → emptystate/version3}/EmptySla.js +8 -19
  82. package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -20
  83. package/es/{svg → emptystate/version3}/EmptyTag.js +9 -20
  84. package/es/{svg → emptystate/version3}/EmptyTask.js +9 -20
  85. package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -20
  86. package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -20
  87. package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -20
  88. package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -20
  89. package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -20
  90. package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -20
  91. package/es/{svg → emptystate/version3}/Export.js +15 -26
  92. package/es/{svg → emptystate/version3}/Extensions.js +9 -20
  93. package/es/{svg → emptystate/version3}/Extractor.js +9 -20
  94. package/es/{svg → emptystate/version3}/GCBot.js +11 -22
  95. package/es/{svg → emptystate/version3}/GCConversation.js +15 -26
  96. package/es/{svg → emptystate/version3}/Import.js +8 -19
  97. package/es/{svg → emptystate/version3}/KBBot.js +11 -22
  98. package/es/{svg → emptystate/version3}/Multilingual.js +10 -21
  99. package/es/{svg → emptystate/version3}/NetworkError.js +16 -27
  100. package/es/{svg → emptystate/version3}/Predictor.js +9 -20
  101. package/es/{svg → emptystate/version3}/ReadRecipients.js +11 -22
  102. package/es/{svg → emptystate/version3}/Variable.js +11 -22
  103. package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -20
  104. package/es/errorstate/props/defaultProps.js +8 -0
  105. package/es/errorstate/props/propTypes.js +9 -0
  106. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  107. package/es/errorstate/version1/NoRequestFound.js +34 -0
  108. package/es/errorstate/version1/PageNotFound.js +35 -0
  109. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  110. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  111. package/es/errorstate/version1/UrlNotFound.js +35 -0
  112. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  113. package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
  114. package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
  115. package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
  116. package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
  117. package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
  118. package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
  119. package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
  120. package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
  121. package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
  122. package/es/index.js +7 -4
  123. package/es/svg/SVG.js +5 -27
  124. package/es/svg/SvgLoader.js +3 -3
  125. package/es/svg/props/defaultProps.js +11 -0
  126. package/es/svg/props/propTypes.js +15 -0
  127. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  128. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  129. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  130. package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
  131. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  132. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  133. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  134. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  135. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  136. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  137. package/{es/svg/images → images}/EmptySkills.svg +0 -0
  138. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  139. package/{es/svg/images → images}/FailureLog.svg +0 -0
  140. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  141. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  142. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  143. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  144. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  145. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  146. package/{es/svg/images → images}/WillBack.svg +0 -0
  147. package/lib/{svg → Loader}/Loader.js +15 -17
  148. package/lib/Loader/props/defaultProps.js +10 -0
  149. package/lib/Loader/props/propTypes.js +15 -0
  150. package/lib/Provider.js +95 -127
  151. package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
  152. package/lib/docs/Emptystate__version1.docs.js +79 -0
  153. package/lib/docs/Emptystate__version2.docs.js +103 -0
  154. package/lib/docs/Emptystate__version3.docs.js +256 -0
  155. package/lib/docs/Errorstate__version1.docs.js +97 -0
  156. package/lib/docs/Errorstate__version2.docs.js +85 -0
  157. package/lib/docs/Errorstate__version3.docs.js +94 -0
  158. package/lib/docs/SVG__common.docs.js +79 -0
  159. package/lib/docs/SVGdocstyle.module.css +74 -0
  160. package/lib/emptystate/props/defaultProps.js +15 -0
  161. package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
  162. package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
  163. package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
  164. package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
  165. package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
  166. package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
  167. package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
  168. package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
  169. package/lib/{svg → emptystate/version2}/EmptyRoles.js +18 -20
  170. package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
  171. package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
  172. package/lib/{svg → emptystate/version3}/CustomModule.js +20 -24
  173. package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
  174. package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
  175. package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
  176. package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
  177. package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
  178. package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
  179. package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
  180. package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
  181. package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
  182. package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
  183. package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
  184. package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
  185. package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
  186. package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
  187. package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
  188. package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
  189. package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
  190. package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
  191. package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
  192. package/lib/{svg → emptystate/version3}/EmptyDelete.js +22 -26
  193. package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
  194. package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
  195. package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
  196. package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
  197. package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
  198. package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
  199. package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
  200. package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
  201. package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
  202. package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
  203. package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
  204. package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
  205. package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
  206. package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
  207. package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
  208. package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
  209. package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
  210. package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
  211. package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
  212. package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
  213. package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
  214. package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
  215. package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
  216. package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
  217. package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
  218. package/lib/{svg → emptystate/version3}/Export.js +25 -29
  219. package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
  220. package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
  221. package/lib/{svg → emptystate/version3}/GCBot.js +21 -25
  222. package/lib/{svg → emptystate/version3}/GCConversation.js +25 -29
  223. package/lib/{svg → emptystate/version3}/Import.js +18 -22
  224. package/lib/{svg → emptystate/version3}/KBBot.js +21 -25
  225. package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
  226. package/lib/{svg → emptystate/version3}/NetworkError.js +26 -30
  227. package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
  228. package/lib/{svg → emptystate/version3}/ReadRecipients.js +21 -25
  229. package/lib/{svg → emptystate/version3}/Variable.js +21 -25
  230. package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
  231. package/lib/errorstate/props/defaultProps.js +15 -0
  232. package/lib/errorstate/props/propTypes.js +20 -0
  233. package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
  234. package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
  235. package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
  236. package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
  237. package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
  238. package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
  239. package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
  240. package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
  241. package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
  242. package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
  243. package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
  244. package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
  245. package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
  246. package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
  247. package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
  248. package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
  249. package/lib/index.js +40 -16
  250. package/lib/svg/SVG.js +8 -29
  251. package/lib/svg/SvgLoader.js +3 -3
  252. package/lib/svg/props/defaultProps.js +18 -0
  253. package/lib/svg/props/propTypes.js +26 -0
  254. package/package.json +10 -9
  255. package/es/svg/EmptyBusinessHoliday.js +0 -39
  256. package/es/svg/EmptyBusinessHour.js +0 -39
  257. package/es/svg/EmptyCustomDomain.js +0 -39
  258. package/es/svg/EmptyFromAddress.js +0 -39
  259. package/es/svg/EmptyImportHistory.js +0 -39
  260. package/es/svg/EmptyInconvenience.js +0 -42
  261. package/es/svg/EmptyNetwork.js +0 -39
  262. package/es/svg/EmptyRecycleBin.js +0 -39
  263. package/es/svg/EmptyRoles.js +0 -39
  264. package/es/svg/EmptyWebhook.js +0 -39
  265. package/es/svg/FailureLog.js +0 -39
  266. package/es/svg/NoRequestFound.js +0 -42
  267. package/es/svg/PageNotFound.js +0 -43
  268. package/es/svg/UnableToProcessRequest.js +0 -43
  269. package/es/svg/UnauthorizedLogin.js +0 -43
  270. package/es/svg/UrlNotFound.js +0 -43
  271. package/es/svg/WillBeRightBack.js +0 -43
  272. package/es/svg/utils.js +0 -14
  273. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  274. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  275. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  276. package/lib/svg/images/EmptyCustomDomain.svg +0 -85
  277. package/lib/svg/images/EmptyFilter.svg +0 -62
  278. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  279. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  280. package/lib/svg/images/EmptyNetwork.svg +0 -50
  281. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  282. package/lib/svg/images/EmptyRoles.svg +0 -30
  283. package/lib/svg/images/EmptySkills.svg +0 -83
  284. package/lib/svg/images/EmptyWebhook.svg +0 -44
  285. package/lib/svg/images/FailureLog.svg +0 -46
  286. package/lib/svg/images/Inconvenience.svg +0 -719
  287. package/lib/svg/images/NoRequestFound.svg +0 -247
  288. package/lib/svg/images/PageNotFound.svg +0 -405
  289. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  290. package/lib/svg/images/UnableToProcess.svg +0 -752
  291. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  292. package/lib/svg/images/WillBack.svg +0 -633
@@ -0,0 +1,30 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ import image from './../../../images/EmptyRoles.svg';
8
+ export default class EmptyRoles extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "roles"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyRoles.propTypes = EmptyStateProps;
22
+ EmptyRoles.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyRoles'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyRoles.docs = {
28
+ componentGroup: 'Emptystate'
29
+ };
30
+ }
@@ -0,0 +1,30 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ import image from './../../../images/EmptyWebhook.svg';
8
+ export default class EmptyWebhook extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "emptyWebhook"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyWebhook.propTypes = EmptyStateProps;
22
+ EmptyWebhook.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyWebhook'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyWebhook.docs = {
28
+ componentGroup: 'Emptystate'
29
+ };
30
+ }
@@ -0,0 +1,30 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ import image from './../../../images/FailureLog.svg';
8
+ export default class FailureLog extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 189.4 139.3",
12
+ name: "failurelog"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ FailureLog.propTypes = EmptyStateProps;
22
+ FailureLog.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'failureLog'
24
+ };
25
+
26
+ if (false) {
27
+ FailureLog.docs = {
28
+ componentGroup: 'Emptystate'
29
+ };
30
+ }
@@ -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 CustomModule extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "CustomModule"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".customModule_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.customModule_svg__cls-2{fill:var(--zd_emptysvg_plus)}.customModule_svg__cls-3{fill:var(--zd_emptysvg_cross)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.customModule_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.customModule_svg__cls-2{fill:var(--zd_emptysvg_plus)}.customModule_svg__cls-3{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M84.86 69.05s45.64-29.14 68.74-20.37 38.88 82.57-25.35 115.68S35 125.45 34.71 112.68c-.24-12.35 0-41.8 50.15-43.63z",
13
14
  style: {
14
- isolation: "isolate"
15
+ isolation: 'isolate'
15
16
  },
16
17
  opacity: 0.1,
17
18
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -46,25 +47,13 @@ export default class CustomModule extends React.Component {
46
47
  }
47
48
 
48
49
  }
49
- CustomModule.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'])
56
- };
57
- CustomModule.defaultProps = {
58
- size: 'large',
59
- alignHorizontal: true,
60
- isRender: true,
61
- className: '',
62
- dataId: 'CustomModule',
63
- palette: 'default'
50
+ CustomModule.propTypes = EmptyStateProps;
51
+ CustomModule.defaultProps = { ...EmptyStateDefaultProps,
52
+ dataId: 'CustomModule'
64
53
  };
65
54
 
66
55
  if (false) {
67
56
  CustomModule.docs = {
68
- componentGroup: 'SVG'
57
+ componentGroup: 'Emptystate'
69
58
  };
70
59
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyAccounts extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "accounts"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyAccounts_svg__cls-7,.EmptyAccounts_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyAccounts_svg__cls-3,.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5,.EmptyAccounts_svg__cls-6,.EmptyAccounts_svg__cls-8{fill:none}.EmptyAccounts_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAccounts_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAccounts_svg__cls-6{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyAccounts_svg__cls-7,.EmptyAccounts_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyAccounts_svg__cls-3,.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5,.EmptyAccounts_svg__cls-6,.EmptyAccounts_svg__cls-8{fill:none}.EmptyAccounts_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAccounts_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAccounts_svg__cls-6{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -77,25 +78,13 @@ export default class EmptyAccounts extends React.Component {
77
78
  }
78
79
 
79
80
  }
80
- EmptyAccounts.propTypes = {
81
- alignHorizontal: PropTypes.bool,
82
- className: PropTypes.string,
83
- dataId: PropTypes.string,
84
- isRender: PropTypes.bool,
85
- size: PropTypes.oneOf(['small', 'large']),
86
- palette: PropTypes.oneOf(['default', 'dark'])
87
- };
88
- EmptyAccounts.defaultProps = {
89
- size: 'large',
90
- alignHorizontal: true,
91
- isRender: true,
92
- className: '',
93
- dataId: 'emptyAccounts',
94
- palette: 'default'
81
+ EmptyAccounts.propTypes = EmptyStateProps;
82
+ EmptyAccounts.defaultProps = { ...EmptyStateDefaultProps,
83
+ dataId: 'emptyAccounts'
95
84
  };
96
85
 
97
86
  if (false) {
98
87
  EmptyAccounts.docs = {
99
- componentGroup: 'SVG'
88
+ componentGroup: 'Emptystate'
100
89
  };
101
90
  }
@@ -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 EmptyActiveCalls extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "ActiveCalls"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyActiveCalls_svg__cls-4,.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6,.EmptyActiveCalls_svg__cls-7,.EmptyActiveCalls_svg__cls-8{fill:none}.EmptyActiveCalls_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyActiveCalls_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActiveCalls_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyActiveCalls_svg__cls-4,.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6,.EmptyActiveCalls_svg__cls-7,.EmptyActiveCalls_svg__cls-8{fill:none}.EmptyActiveCalls_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyActiveCalls_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActiveCalls_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -48,25 +49,13 @@ export default class EmptyActiveCalls extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyActiveCalls.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyActiveCalls.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyActiveCalls',
65
- palette: 'default'
52
+ EmptyActiveCalls.propTypes = EmptyStateProps;
53
+ EmptyActiveCalls.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyActiveCalls'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyActiveCalls.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyActivity extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "EmptyActivity"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6,.EmptyActivity_svg__cls-7,.EmptyActivity_svg__cls-8{fill:none}.EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActivity_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActivity_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6,.EmptyActivity_svg__cls-7,.EmptyActivity_svg__cls-8{fill:none}.EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActivity_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActivity_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -48,25 +49,13 @@ export default class EmptyActivity extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyActivity.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyActivity.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyActivity',
65
- palette: 'default'
52
+ EmptyActivity.propTypes = EmptyStateProps;
53
+ EmptyActivity.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyActivity'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyActivity.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyAgent extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "agent"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyAgent_svg__cls-4,.EmptyAgent_svg__cls-5,.EmptyAgent_svg__cls-6,.EmptyAgent_svg__cls-7,.EmptyAgent_svg__cls-8{fill:none}.EmptyAgent_svg__cls-4,.EmptyAgent_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAgent_svg__cls-7{stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAgent_svg__cls-5,.EmptyAgent_svg__cls-8{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAgent_svg__cls-6{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyAgent_svg__cls-8{stroke:var(--zd_emptysvg_primary_stroke)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyAgent_svg__cls-4,.EmptyAgent_svg__cls-5,.EmptyAgent_svg__cls-6,.EmptyAgent_svg__cls-7,.EmptyAgent_svg__cls-8{fill:none}.EmptyAgent_svg__cls-4,.EmptyAgent_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAgent_svg__cls-7{stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAgent_svg__cls-5,.EmptyAgent_svg__cls-8{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAgent_svg__cls-6{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyAgent_svg__cls-8{stroke:var(--zd_emptysvg_primary_stroke)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -48,25 +49,13 @@ export default class EmptyAgent extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyAgent.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyAgent.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyAgent',
65
- palette: 'default'
52
+ EmptyAgent.propTypes = EmptyStateProps;
53
+ EmptyAgent.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyAgent'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyAgent.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyAgentQueue extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "EmptyAgentQueue"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".agentQueue_svg__cls-4,.agentQueue_svg__cls-6{fill:var(--zd_emptysvg_primary_fill)}.agentQueue_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.agentQueue_svg__cls-7{fill:var(--zd_emptysvg_cross)}.agentQueue_svg__cls-5{fill:var(--zd_emptysvg_small_circle)}.agentQueue_svg__cls-8{fill:var(--zd_emptysvg_primary_stroke);}.agentQueue_svg__cls-6{opacity:.25}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.agentQueue_svg__cls-4,.agentQueue_svg__cls-6{fill:var(--zd_emptysvg_primary_fill)}.agentQueue_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.agentQueue_svg__cls-7{fill:var(--zd_emptysvg_cross)}.agentQueue_svg__cls-5{fill:var(--zd_emptysvg_small_circle)}.agentQueue_svg__cls-8{fill:var(--zd_emptysvg_primary_stroke);}.agentQueue_svg__cls-6{opacity:.25}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M80.12 59.9S127 29.06 150.78 38.35s40 87.37-26.06 122.41-95.89-41.18-96.15-54.69c-.24-13.07 0-44.23 51.55-46.17z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -54,25 +55,13 @@ export default class EmptyAgentQueue extends React.Component {
54
55
  }
55
56
 
56
57
  }
57
- EmptyAgentQueue.propTypes = {
58
- alignHorizontal: PropTypes.bool,
59
- className: PropTypes.string,
60
- dataId: PropTypes.string,
61
- isRender: PropTypes.bool,
62
- size: PropTypes.oneOf(['small', 'large']),
63
- palette: PropTypes.oneOf(['default', 'dark'])
64
- };
65
- EmptyAgentQueue.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'emptyAgentQueue',
71
- palette: 'default'
58
+ EmptyAgentQueue.propTypes = EmptyStateProps;
59
+ EmptyAgentQueue.defaultProps = { ...EmptyStateDefaultProps,
60
+ dataId: 'emptyAgentQueue'
72
61
  };
73
62
 
74
63
  if (false) {
75
64
  EmptyAgentQueue.docs = {
76
- componentGroup: 'SVG'
65
+ componentGroup: 'Emptystate'
77
66
  };
78
67
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyApproval extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "archived"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyApproval_svg__cls-3,.EmptyApproval_svg__cls-4,.EmptyApproval_svg__cls-5,.EmptyApproval_svg__cls-6,.EmptyApproval_svg__cls-7{fill:none}.EmptyApproval_svg__cls-3,.EmptyApproval_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyApproval_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyApproval_svg__cls-4,.EmptyApproval_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyApproval_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyApproval_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyApproval_svg__cls-3,.EmptyApproval_svg__cls-4,.EmptyApproval_svg__cls-5,.EmptyApproval_svg__cls-6,.EmptyApproval_svg__cls-7{fill:none}.EmptyApproval_svg__cls-3,.EmptyApproval_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyApproval_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyApproval_svg__cls-4,.EmptyApproval_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyApproval_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyApproval_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.43 62.37s46.91-30.84 70.66-21.56 40 87.37-26.06 122.42-95.89-41.23-96.15-54.7c-.24-13.07 0-44.22 51.55-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -54,25 +55,13 @@ export default class EmptyApproval extends React.Component {
54
55
  }
55
56
 
56
57
  }
57
- EmptyApproval.propTypes = {
58
- alignHorizontal: PropTypes.bool,
59
- className: PropTypes.string,
60
- dataId: PropTypes.string,
61
- isRender: PropTypes.bool,
62
- size: PropTypes.oneOf(['small', 'large']),
63
- palette: PropTypes.oneOf(['default', 'dark'])
64
- };
65
- EmptyApproval.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'emptyArchived',
71
- palette: 'default'
58
+ EmptyApproval.propTypes = EmptyStateProps;
59
+ EmptyApproval.defaultProps = { ...EmptyStateDefaultProps,
60
+ dataId: 'emptyApproval'
72
61
  };
73
62
 
74
63
  if (false) {
75
64
  EmptyApproval.docs = {
76
- componentGroup: 'SVG'
65
+ componentGroup: 'Emptystate'
77
66
  };
78
67
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyArchived extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "archived"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5,.EmptyArchived_svg__cls-6,.EmptyArchived_svg__cls-8{fill:none}.EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyArchived_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyArchived_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-7{fill:var(--zd_emptysvg_circle_fill)}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5,.EmptyArchived_svg__cls-6,.EmptyArchived_svg__cls-8{fill:none}.EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyArchived_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyArchived_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-7{fill:var(--zd_emptysvg_circle_fill)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -56,25 +57,13 @@ export default class EmptyArchived extends React.Component {
56
57
  }
57
58
 
58
59
  }
59
- EmptyArchived.propTypes = {
60
- alignHorizontal: PropTypes.bool,
61
- className: PropTypes.string,
62
- dataId: PropTypes.string,
63
- isRender: PropTypes.bool,
64
- size: PropTypes.oneOf(['small', 'large']),
65
- palette: PropTypes.oneOf(['default', 'dark'])
66
- };
67
- EmptyArchived.defaultProps = {
68
- size: 'large',
69
- alignHorizontal: true,
70
- isRender: true,
71
- className: '',
72
- dataId: 'emptyArchived',
73
- palette: 'default'
60
+ EmptyArchived.propTypes = EmptyStateProps;
61
+ EmptyArchived.defaultProps = { ...EmptyStateDefaultProps,
62
+ dataId: 'emptyArchived'
74
63
  };
75
64
 
76
65
  if (false) {
77
66
  EmptyArchived.docs = {
78
- componentGroup: 'SVG'
67
+ componentGroup: 'Emptystate'
79
68
  };
80
69
  }
@@ -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 EmptyAttach extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "attach"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6,.EmptyAttach_svg__cls-7,.EmptyAttach_svg__cls-8{fill:none}.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAttach_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAttach_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6,.EmptyAttach_svg__cls-7,.EmptyAttach_svg__cls-8{fill:none}.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAttach_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAttach_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -48,25 +49,13 @@ export default class EmptyAttach extends React.Component {
48
49
  }
49
50
 
50
51
  }
51
- EmptyAttach.propTypes = {
52
- alignHorizontal: PropTypes.bool,
53
- className: PropTypes.string,
54
- dataId: PropTypes.string,
55
- isRender: PropTypes.bool,
56
- size: PropTypes.oneOf(['small', 'large']),
57
- palette: PropTypes.oneOf(['default', 'dark'])
58
- };
59
- EmptyAttach.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyAttach',
65
- palette: 'default'
52
+ EmptyAttach.propTypes = EmptyStateProps;
53
+ EmptyAttach.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyAttach'
66
55
  };
67
56
 
68
57
  if (false) {
69
58
  EmptyAttach.docs = {
70
- componentGroup: 'SVG'
59
+ componentGroup: 'Emptystate'
71
60
  };
72
61
  }
@@ -1,14 +1,15 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
6
7
  export default class EmptyBlueprint extends React.Component {
7
8
  render() {
8
9
  return /*#__PURE__*/React.createElement(SVG, _extends({
9
10
  viewBox: "0 0 200 200",
10
11
  name: "blueprint"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyBlueprint_svg__cls-4{fill:var(--zd_emptysvg_plus)}.EmptyBlueprint_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyBlueprint_svg__cls-7{fill:var(--zd_emptysvg_cross)}.EmptyBlueprint_svg__cls-5{fill:var(--zd_emptysvg_primary_stroke)}.EmptyBlueprint_svg__cls-8{fill:var(--zd_emptysvg_small_circle)}.EmptyBlueprint_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, '.EmptyBlueprint_svg__cls-4{fill:var(--zd_emptysvg_plus)}.EmptyBlueprint_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyBlueprint_svg__cls-7{fill:var(--zd_emptysvg_cross)}.EmptyBlueprint_svg__cls-5{fill:var(--zd_emptysvg_primary_stroke)}.EmptyBlueprint_svg__cls-8{fill:var(--zd_emptysvg_small_circle)}.EmptyBlueprint_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.5 67.37s42.51-27.95 64-19.54 36.24 79.17-23.59 110.92S40 121.44 39.8 109.2c-.22-11.85 0-40.08 46.7-41.83z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -63,25 +64,13 @@ export default class EmptyBlueprint extends React.Component {
63
64
  }
64
65
 
65
66
  }
66
- EmptyBlueprint.propTypes = {
67
- alignHorizontal: PropTypes.bool,
68
- className: PropTypes.string,
69
- dataId: PropTypes.string,
70
- isRender: PropTypes.bool,
71
- size: PropTypes.oneOf(['small', 'large']),
72
- palette: PropTypes.oneOf(['default', 'dark'])
73
- };
74
- EmptyBlueprint.defaultProps = {
75
- size: 'large',
76
- alignHorizontal: true,
77
- isRender: true,
78
- className: '',
79
- dataId: 'emptyBlueprint',
80
- palette: 'default'
67
+ EmptyBlueprint.propTypes = EmptyStateProps;
68
+ EmptyBlueprint.defaultProps = { ...EmptyStateDefaultProps,
69
+ dataId: 'emptyBlueprint'
81
70
  };
82
71
 
83
72
  if (false) {
84
73
  EmptyBlueprint.docs = {
85
- componentGroup: 'SVG'
74
+ componentGroup: 'Emptystate'
86
75
  };
87
76
  }