@zohodesk/svg 1.0.0-temp.43 → 1.0.0-temp.45

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 (293) hide show
  1. package/README.md +16 -0
  2. package/assets/Appearance/dark/mode/contrast/darkContrastEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +1 -1
  4. package/assets/Appearance/dark/themes/blue/contrast/blueDarkCTAThemeContrast.module.css +10 -0
  5. package/assets/Appearance/dark/themes/green/contrast/greenDarkCTAThemeContrast.module.css +10 -0
  6. package/assets/Appearance/dark/themes/orange/contrast/orangeDarkCTAThemeContrast.module.css +10 -0
  7. package/assets/Appearance/dark/themes/red/contrast/redDarkCTAThemeContrast.module.css +10 -0
  8. package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkCTAThemeContrast.module.css +10 -0
  9. package/assets/Appearance/default/mode/contrast/defaultContrastEmptyStates.module.css +37 -0
  10. package/assets/Appearance/default/themes/blue/contrast/blueDefaultCTAThemeContrast.module.css +10 -0
  11. package/assets/Appearance/default/themes/green/contrast/greenDefaultCTAThemeContrast.module.css +10 -0
  12. package/assets/Appearance/default/themes/orange/contrast/orangeDefaultCTAThemeContrast.module.css +10 -0
  13. package/assets/Appearance/default/themes/red/contrast/redDefaultCTAThemeContrast.module.css +10 -0
  14. package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultCTAThemeContrast.module.css +10 -0
  15. package/assets/Appearance/pureDark/mode/contrast/pureDarkContrastEmptyStates.module.css +37 -0
  16. package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkCTAThemeContrast.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkCTAThemeContrast.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkCTAThemeContrast.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkCTAThemeContrast.module.css +10 -0
  20. package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkCTAThemeContrast.module.css +10 -0
  21. package/es/{svg → Loader}/Loader.js +12 -15
  22. package/es/Loader/props/defaultProps.js +3 -0
  23. package/es/Loader/props/propTypes.js +4 -0
  24. package/es/Provider.js +55 -107
  25. package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
  26. package/es/docs/Emptystate__version1.docs.js +29 -0
  27. package/es/docs/Emptystate__version2.docs.js +45 -0
  28. package/es/docs/Emptystate__version3.docs.js +148 -0
  29. package/es/docs/Errorstate__version1.docs.js +41 -0
  30. package/es/docs/Errorstate__version2.docs.js +33 -0
  31. package/es/docs/Errorstate__version3.docs.js +39 -0
  32. package/es/docs/SVG__common.docs.js +29 -0
  33. package/es/docs/SVGdocstyle.module.css +74 -0
  34. package/es/emptystate/props/defaultProps.js +8 -0
  35. package/es/emptystate/props/propTypes.js +9 -0
  36. package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
  37. package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
  38. package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
  39. package/es/emptystate/version2/EmptyFromAddress.js +30 -0
  40. package/es/emptystate/version2/EmptyImportHistory.js +30 -0
  41. package/es/emptystate/version2/EmptyNetwork.js +30 -0
  42. package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
  43. package/es/emptystate/version2/EmptyRoles.js +30 -0
  44. package/es/emptystate/version2/EmptyWebhook.js +30 -0
  45. package/es/emptystate/version2/FailureLog.js +30 -0
  46. package/es/emptystate/version3/CustomModule.js +59 -0
  47. package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -20
  48. package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -20
  49. package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -20
  50. package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -20
  51. package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -20
  52. package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -20
  53. package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -20
  54. package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -20
  55. package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -20
  56. package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -20
  57. package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -20
  58. package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -21
  59. package/es/{svg → emptystate/version3}/EmptyContact.js +9 -20
  60. package/es/{svg → emptystate/version3}/EmptyContract.js +9 -20
  61. package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -20
  62. package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -20
  63. package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -20
  64. package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -20
  65. package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -20
  66. package/es/emptystate/version3/EmptyDelete.js +52 -0
  67. package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -20
  68. package/es/{svg → emptystate/version3}/EmptyError.js +8 -18
  69. package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -20
  70. package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -20
  71. package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -20
  72. package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -20
  73. package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -20
  74. package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -20
  75. package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -20
  76. package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -20
  77. package/es/{svg → emptystate/version3}/EmptyReply.js +8 -19
  78. package/es/{svg → emptystate/version3}/EmptyReports.js +9 -20
  79. package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -20
  80. package/es/{svg → emptystate/version3}/EmptySearch.js +9 -20
  81. package/es/{svg → emptystate/version3}/EmptySkills.js +9 -20
  82. package/es/{svg → emptystate/version3}/EmptySla.js +8 -19
  83. package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -20
  84. package/es/{svg → emptystate/version3}/EmptyTag.js +9 -20
  85. package/es/{svg → emptystate/version3}/EmptyTask.js +9 -20
  86. package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -20
  87. package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -20
  88. package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -20
  89. package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -20
  90. package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -20
  91. package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -20
  92. package/es/{svg → emptystate/version3}/Export.js +15 -26
  93. package/es/{svg → emptystate/version3}/Extensions.js +9 -20
  94. package/es/{svg → emptystate/version3}/Extractor.js +9 -20
  95. package/es/emptystate/version3/GCBot.js +53 -0
  96. package/es/emptystate/version3/GCConversation.js +55 -0
  97. package/es/{svg → emptystate/version3}/Import.js +8 -19
  98. package/es/emptystate/version3/KBBot.js +68 -0
  99. package/es/{svg → emptystate/version3}/Multilingual.js +10 -21
  100. package/es/emptystate/version3/NetworkError.js +64 -0
  101. package/es/{svg → emptystate/version3}/Predictor.js +9 -20
  102. package/es/emptystate/version3/ReadRecipients.js +60 -0
  103. package/es/emptystate/version3/Variable.js +59 -0
  104. package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -20
  105. package/es/errorstate/props/defaultProps.js +8 -0
  106. package/es/errorstate/props/propTypes.js +9 -0
  107. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  108. package/es/errorstate/version1/NoRequestFound.js +34 -0
  109. package/es/errorstate/version1/PageNotFound.js +35 -0
  110. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  111. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  112. package/es/errorstate/version1/UrlNotFound.js +35 -0
  113. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  114. package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
  115. package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
  116. package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
  117. package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
  118. package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
  119. package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
  120. package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
  121. package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
  122. package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
  123. package/es/index.js +7 -4
  124. package/es/svg/SVG.js +5 -27
  125. package/es/svg/SvgLoader.js +3 -3
  126. package/es/svg/props/defaultProps.js +11 -0
  127. package/es/svg/props/propTypes.js +15 -0
  128. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  129. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  130. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  131. package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
  132. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  133. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  134. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  135. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  136. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  137. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  138. package/{es/svg/images → images}/EmptySkills.svg +0 -0
  139. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  140. package/{es/svg/images → images}/FailureLog.svg +0 -0
  141. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  142. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  143. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  144. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  145. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  146. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  147. package/{es/svg/images → images}/WillBack.svg +0 -0
  148. package/lib/{svg → Loader}/Loader.js +15 -17
  149. package/lib/Loader/props/defaultProps.js +10 -0
  150. package/lib/Loader/props/propTypes.js +15 -0
  151. package/lib/Provider.js +95 -127
  152. package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
  153. package/lib/docs/Emptystate__version1.docs.js +79 -0
  154. package/lib/docs/Emptystate__version2.docs.js +103 -0
  155. package/lib/docs/Emptystate__version3.docs.js +256 -0
  156. package/lib/docs/Errorstate__version1.docs.js +97 -0
  157. package/lib/docs/Errorstate__version2.docs.js +85 -0
  158. package/lib/docs/Errorstate__version3.docs.js +94 -0
  159. package/lib/docs/SVG__common.docs.js +79 -0
  160. package/lib/docs/SVGdocstyle.module.css +74 -0
  161. package/lib/emptystate/props/defaultProps.js +15 -0
  162. package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
  163. package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
  164. package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
  165. package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
  166. package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
  167. package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
  168. package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
  169. package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
  170. package/lib/{svg → emptystate/version2}/EmptyRoles.js +18 -20
  171. package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
  172. package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
  173. package/lib/emptystate/version3/CustomModule.js +116 -0
  174. package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
  175. package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
  176. package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
  177. package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
  178. package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
  179. package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
  180. package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
  181. package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
  182. package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
  183. package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
  184. package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
  185. package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
  186. package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
  187. package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
  188. package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
  189. package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
  190. package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
  191. package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
  192. package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
  193. package/lib/emptystate/version3/EmptyDelete.js +109 -0
  194. package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
  195. package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
  196. package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
  197. package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
  198. package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
  199. package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
  200. package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
  201. package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
  202. package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
  203. package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
  204. package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
  205. package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
  206. package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
  207. package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
  208. package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
  209. package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
  210. package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
  211. package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
  212. package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
  213. package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
  214. package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
  215. package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
  216. package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
  217. package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
  218. package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
  219. package/lib/{svg → emptystate/version3}/Export.js +25 -29
  220. package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
  221. package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
  222. package/lib/emptystate/version3/GCBot.js +110 -0
  223. package/lib/emptystate/version3/GCConversation.js +112 -0
  224. package/lib/{svg → emptystate/version3}/Import.js +18 -22
  225. package/lib/emptystate/version3/KBBot.js +125 -0
  226. package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
  227. package/lib/emptystate/version3/NetworkError.js +121 -0
  228. package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
  229. package/lib/emptystate/version3/ReadRecipients.js +117 -0
  230. package/lib/emptystate/version3/Variable.js +116 -0
  231. package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
  232. package/lib/errorstate/props/defaultProps.js +15 -0
  233. package/lib/errorstate/props/propTypes.js +20 -0
  234. package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
  235. package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
  236. package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
  237. package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
  238. package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
  239. package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
  240. package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
  241. package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
  242. package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
  243. package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
  244. package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
  245. package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
  246. package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
  247. package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
  248. package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
  249. package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
  250. package/lib/index.js +40 -16
  251. package/lib/svg/SVG.js +8 -29
  252. package/lib/svg/SvgLoader.js +3 -3
  253. package/lib/svg/props/defaultProps.js +18 -0
  254. package/lib/svg/props/propTypes.js +26 -0
  255. package/package.json +10 -9
  256. package/es/svg/EmptyBusinessHoliday.js +0 -39
  257. package/es/svg/EmptyBusinessHour.js +0 -39
  258. package/es/svg/EmptyCustomDomain.js +0 -39
  259. package/es/svg/EmptyFromAddress.js +0 -39
  260. package/es/svg/EmptyImportHistory.js +0 -39
  261. package/es/svg/EmptyInconvenience.js +0 -42
  262. package/es/svg/EmptyNetwork.js +0 -39
  263. package/es/svg/EmptyRecycleBin.js +0 -39
  264. package/es/svg/EmptyRoles.js +0 -39
  265. package/es/svg/EmptyWebhook.js +0 -39
  266. package/es/svg/FailureLog.js +0 -39
  267. package/es/svg/NoRequestFound.js +0 -42
  268. package/es/svg/PageNotFound.js +0 -43
  269. package/es/svg/UnableToProcessRequest.js +0 -43
  270. package/es/svg/UnauthorizedLogin.js +0 -43
  271. package/es/svg/UrlNotFound.js +0 -43
  272. package/es/svg/WillBeRightBack.js +0 -43
  273. package/es/svg/utils.js +0 -14
  274. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  275. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  276. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  277. package/lib/svg/images/EmptyCustomDomain.svg +0 -85
  278. package/lib/svg/images/EmptyFilter.svg +0 -62
  279. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  280. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  281. package/lib/svg/images/EmptyNetwork.svg +0 -50
  282. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  283. package/lib/svg/images/EmptyRoles.svg +0 -30
  284. package/lib/svg/images/EmptySkills.svg +0 -83
  285. package/lib/svg/images/EmptyWebhook.svg +0 -44
  286. package/lib/svg/images/FailureLog.svg +0 -46
  287. package/lib/svg/images/Inconvenience.svg +0 -719
  288. package/lib/svg/images/NoRequestFound.svg +0 -247
  289. package/lib/svg/images/PageNotFound.svg +0 -405
  290. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  291. package/lib/svg/images/UnableToProcess.svg +0 -752
  292. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  293. package/lib/svg/images/WillBack.svg +0 -633
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ import EmptyBusinessHoliday from '../emptystate/version2/EmptyBusinessHoliday';
3
+ import EmptyBusinessHour from '../emptystate/version2/EmptyBusinessHour';
4
+ import EmptyImportHistory from '../emptystate/version2/EmptyImportHistory';
5
+ import EmptyRecycleBin from '../emptystate/version2/EmptyRecycleBin';
6
+ import EmptyRoles from '../emptystate/version2/EmptyRoles';
7
+ import EmptyNetwork from '../emptystate/version2/EmptyNetwork';
8
+ import FailureLog from '../emptystate/version2/FailureLog';
9
+ import EmptyFromAddress from '../emptystate/version2/EmptyFromAddress';
10
+ import EmptyWebhook from '../emptystate/version2/EmptyWebhook';
11
+ import style from './SVGdocstyle.module.css';
12
+ export default class Emptystate__version2 extends React.Component {
13
+ render() {
14
+ let allSvg = {
15
+ EmptyBusinessHoliday: /*#__PURE__*/React.createElement(EmptyBusinessHoliday, null),
16
+ EmptyBusinessHour: /*#__PURE__*/React.createElement(EmptyBusinessHour, null),
17
+ EmptyImportHistory: /*#__PURE__*/React.createElement(EmptyImportHistory, null),
18
+ EmptyRecycleBin: /*#__PURE__*/React.createElement(EmptyRecycleBin, null),
19
+ EmptyRoles: /*#__PURE__*/React.createElement(EmptyRoles, null),
20
+ EmptyNetwork: /*#__PURE__*/React.createElement(EmptyNetwork, null),
21
+ FailureLog: /*#__PURE__*/React.createElement(FailureLog, null),
22
+ EmptyFromAddress: /*#__PURE__*/React.createElement(EmptyFromAddress, null),
23
+ EmptyWebhook: /*#__PURE__*/React.createElement(EmptyWebhook, null)
24
+ };
25
+ return /*#__PURE__*/React.createElement("div", {
26
+ className: style.parent
27
+ }, Object.keys(allSvg).map(item => {
28
+ let filterDarkPalettes = item.endsWith('DarkPalette');
29
+ return /*#__PURE__*/React.createElement("div", {
30
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
31
+ }, /*#__PURE__*/React.createElement("div", {
32
+ className: style.box
33
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
34
+ className: style.textStyle
35
+ }, item));
36
+ }));
37
+ }
38
+
39
+ }
40
+
41
+ if (false) {
42
+ Emptystate__version2.docs = {
43
+ componentGroup: 'Emptystate'
44
+ };
45
+ }
@@ -0,0 +1,148 @@
1
+ import React from 'react';
2
+ import EmptyActivity from '../emptystate/version3/EmptyActivity';
3
+ import EmptyAccounts from '../emptystate/version3/EmptyAccounts';
4
+ import EmptyAgent from '../emptystate/version3/EmptyAgent';
5
+ import EmptyArchived from '../emptystate/version3/EmptyArchived';
6
+ import EmptyBlueprint from '../emptystate/version3/EmptyBlueprint';
7
+ import EmptyFrame from '../emptystate/version3/EmptyFrame';
8
+ import EmptyContact from '../emptystate/version3/EmptyContact';
9
+ import EmptyDashboard from '../emptystate/version3/EmptyDashboard';
10
+ import EmptyInvoice from '../emptystate/version3/EmptyInvoice';
11
+ import EmptyProducts from '../emptystate/version3/EmptyProducts';
12
+ import EmptyReports from '../emptystate/version3/EmptyReports';
13
+ import EmptySearch from '../emptystate/version3/EmptySearch';
14
+ import EmptyTag from '../emptystate/version3/EmptyTag';
15
+ import EmptyTask from '../emptystate/version3/EmptyTask';
16
+ import EmptyTicket from '../emptystate/version3/EmptyTicket';
17
+ import EmptyAttach from '../emptystate/version3/EmptyAttach';
18
+ import EmptyHappiness from '../emptystate/version3/EmptyHappiness';
19
+ import EmptyConversation from '../emptystate/version3/EmptyConversation';
20
+ import EmptyNotification from '../emptystate/version3/EmptyNotification';
21
+ import EmptyTimeEntry from '../emptystate/version3/EmptyTimeEntry';
22
+ import EmptyTeams from '../emptystate/version3/EmptyTeams';
23
+ import EmptyTopic from '../emptystate/version3/EmptyTopic';
24
+ import EmptyActiveCalls from '../emptystate/version3/EmptyActiveCalls';
25
+ import EmptyCallHistory from '../emptystate/version3/EmptyCallHistory';
26
+ import EmptyHistory from '../emptystate/version3/EmptyHistory';
27
+ import EmptyTemplate from '../emptystate/version3/EmptyTemplate';
28
+ import EmptySkills from '../emptystate/version3/EmptySkills';
29
+ import EmptySnippet from '../emptystate/version3/EmptySnippet';
30
+ import EmptyCrm from '../emptystate/version3/EmptyCrm';
31
+ import EmptyFollowers from '../emptystate/version3/EmptyFollowers';
32
+ import EmptyFeed from '../emptystate/version3/EmptyFeed';
33
+ import EmptySchedule from '../emptystate/version3/EmptySchedule';
34
+ import EmptyColumn from '../emptystate/version3/EmptyColumn';
35
+ import EmptyApproval from '../emptystate/version3/EmptyApproval';
36
+ import EmptyCollision from '../emptystate/version3/EmptyCollision';
37
+ import EmptyCrmNotes from '../emptystate/version3/EmptyCrmNotes';
38
+ import EmptyCrmPotential from '../emptystate/version3/EmptyCrmPotential';
39
+ import EmptyTimeline from '../emptystate/version3/EmptyTimeline';
40
+ import EmptyReply from '../emptystate/version3/EmptyReply';
41
+ import EmptyContract from '../emptystate/version3/EmptyContract';
42
+ import EmptySla from '../emptystate/version3/EmptySla';
43
+ import EmptyAgentQueue from '../emptystate/version3/EmptyAgentQueue';
44
+ import EmptyDepartment from '../emptystate/version3/EmptyDepartment';
45
+ import ZiaAnamoly from '../emptystate/version3/ZiaAnamoly';
46
+ import Predictor from '../emptystate/version3/Predictor';
47
+ import Extractor from '../emptystate/version3/Extractor';
48
+ import EmptyError from '../emptystate/version3/EmptyError';
49
+ import Import from '../emptystate/version3/Import';
50
+ import Export from '../emptystate/version3/Export';
51
+ import Extensions from '../emptystate/version3/Extensions';
52
+ import Multilingual from '../emptystate/version3/Multilingual';
53
+ import EmptyDelete from '../emptystate/version3/EmptyDelete';
54
+ import GCBot from '../emptystate/version3/GCBot';
55
+ import GCConversation from '../emptystate/version3/GCConversation';
56
+ import KBBot from '../emptystate/version3/KBBot';
57
+ import NetworkError from '../emptystate/version3/NetworkError';
58
+ import Variable from '../emptystate/version3/Variable';
59
+ import ReadRecipients from '../emptystate/version3/ReadRecipients';
60
+ import CustomModule from '../emptystate/version3/CustomModule';
61
+ import style from './SVGdocstyle.module.css';
62
+ export default class Emptystate__version3 extends React.Component {
63
+ render() {
64
+ let allSvg = {
65
+ EmptyAccounts: /*#__PURE__*/React.createElement(EmptyAccounts, null),
66
+ EmptyActiveCalls: /*#__PURE__*/React.createElement(EmptyActiveCalls, null),
67
+ EmptyActivity: /*#__PURE__*/React.createElement(EmptyActivity, null),
68
+ EmptyAgent: /*#__PURE__*/React.createElement(EmptyAgent, null),
69
+ EmptyApproval: /*#__PURE__*/React.createElement(EmptyApproval, null),
70
+ EmptyArchived: /*#__PURE__*/React.createElement(EmptyArchived, null),
71
+ EmptyAttach: /*#__PURE__*/React.createElement(EmptyAttach, null),
72
+ EmptyCallHistory: /*#__PURE__*/React.createElement(EmptyCallHistory, null),
73
+ EmptyCollision: /*#__PURE__*/React.createElement(EmptyCollision, null),
74
+ EmptyColumn: /*#__PURE__*/React.createElement(EmptyColumn, null),
75
+ EmptyContact: /*#__PURE__*/React.createElement(EmptyContact, null),
76
+ EmptyConversation: /*#__PURE__*/React.createElement(EmptyConversation, null),
77
+ EmptyCrm: /*#__PURE__*/React.createElement(EmptyCrm, null),
78
+ EmptyCrmNotes: /*#__PURE__*/React.createElement(EmptyCrmNotes, null),
79
+ EmptyCrmPotential: /*#__PURE__*/React.createElement(EmptyCrmPotential, null),
80
+ EmptyDashboard: /*#__PURE__*/React.createElement(EmptyDashboard, null),
81
+ EmptyInvoice: /*#__PURE__*/React.createElement(EmptyInvoice, null),
82
+ EmptyProducts: /*#__PURE__*/React.createElement(EmptyProducts, null),
83
+ EmptyReports: /*#__PURE__*/React.createElement(EmptyReports, null),
84
+ EmptySearch: /*#__PURE__*/React.createElement(EmptySearch, null),
85
+ EmptyTag: /*#__PURE__*/React.createElement(EmptyTag, null),
86
+ EmptyTask: /*#__PURE__*/React.createElement(EmptyTask, null),
87
+ EmptyTicket: /*#__PURE__*/React.createElement(EmptyTicket, null),
88
+ EmptyHappiness: /*#__PURE__*/React.createElement(EmptyHappiness, null),
89
+ EmptyNotification: /*#__PURE__*/React.createElement(EmptyNotification, null),
90
+ EmptyTimeEntry: /*#__PURE__*/React.createElement(EmptyTimeEntry, null),
91
+ EmptyTeams: /*#__PURE__*/React.createElement(EmptyTeams, null),
92
+ EmptyTopic: /*#__PURE__*/React.createElement(EmptyTopic, null),
93
+ EmptySnippet: /*#__PURE__*/React.createElement(EmptySnippet, null),
94
+ EmptyFollowers: /*#__PURE__*/React.createElement(EmptyFollowers, null),
95
+ EmptyFeed: /*#__PURE__*/React.createElement(EmptyFeed, null),
96
+ EmptySchedule: /*#__PURE__*/React.createElement(EmptySchedule, null),
97
+ EmptyHistory: /*#__PURE__*/React.createElement(EmptyHistory, null),
98
+ EmptyTimeline: /*#__PURE__*/React.createElement(EmptyTimeline, null),
99
+ EmptyTemplate: /*#__PURE__*/React.createElement(EmptyTemplate, null),
100
+ EmptyBlueprint: /*#__PURE__*/React.createElement(EmptyBlueprint, null),
101
+ EmptyContract: /*#__PURE__*/React.createElement(EmptyContract, null),
102
+ EmptySla: /*#__PURE__*/React.createElement(EmptySla, null),
103
+ EmptyReply: /*#__PURE__*/React.createElement(EmptyReply, null),
104
+ EmptyAgentQueue: /*#__PURE__*/React.createElement(EmptyAgentQueue, null),
105
+ EmptySkills: /*#__PURE__*/React.createElement(EmptySkills, null),
106
+ EmptyDepartment: /*#__PURE__*/React.createElement(EmptyDepartment, null),
107
+ ZiaAnamoly: /*#__PURE__*/React.createElement(ZiaAnamoly, null),
108
+ Predictor: /*#__PURE__*/React.createElement(Predictor, null),
109
+ Extractor: /*#__PURE__*/React.createElement(Extractor, null),
110
+ Import: /*#__PURE__*/React.createElement(Import, null),
111
+ Export: /*#__PURE__*/React.createElement(Export, null),
112
+ Extensions: /*#__PURE__*/React.createElement(Extensions, null),
113
+ Multilingual: /*#__PURE__*/React.createElement(Multilingual, null),
114
+ EmptyDelete: /*#__PURE__*/React.createElement(EmptyDelete, null),
115
+ GCBot: /*#__PURE__*/React.createElement(GCBot, null),
116
+ GCConversation: /*#__PURE__*/React.createElement(GCConversation, null),
117
+ KBBot: /*#__PURE__*/React.createElement(KBBot, null),
118
+ NetworkError: /*#__PURE__*/React.createElement(NetworkError, null),
119
+ Variable: /*#__PURE__*/React.createElement(Variable, null),
120
+ ReadRecipients: /*#__PURE__*/React.createElement(ReadRecipients, null),
121
+ CustomModule: /*#__PURE__*/React.createElement(CustomModule, null),
122
+ EmptyFrame: /*#__PURE__*/React.createElement(EmptyFrame, null),
123
+ EmptyFrameDangerPalette: /*#__PURE__*/React.createElement(EmptyFrame, {
124
+ palette: "danger"
125
+ }),
126
+ EmptyError: /*#__PURE__*/React.createElement(EmptyError, null)
127
+ };
128
+ return /*#__PURE__*/React.createElement("div", {
129
+ className: style.parent
130
+ }, Object.keys(allSvg).map(item => {
131
+ let filterDarkPalettes = item.endsWith('DarkPalette');
132
+ return /*#__PURE__*/React.createElement("div", {
133
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
134
+ }, /*#__PURE__*/React.createElement("div", {
135
+ className: style.box
136
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
137
+ className: style.textStyle
138
+ }, item));
139
+ }));
140
+ }
141
+
142
+ }
143
+
144
+ if (false) {
145
+ Emptystate__version3.docs = {
146
+ componentGroup: 'Emptystate'
147
+ };
148
+ }
@@ -0,0 +1,41 @@
1
+ import React from 'react';
2
+ import EmptyInconvenience from '../errorstate/version1/EmptyInconvenience';
3
+ import NoRequestFound from '../errorstate/version1/NoRequestFound';
4
+ import PageNotFound from '../errorstate/version1/PageNotFound';
5
+ import UnableToProcessRequest from '../errorstate//version1/UnableToProcessRequest';
6
+ import UnauthorizedLogin from '../errorstate/version1/UnauthorizedLogin';
7
+ import UrlNotFound from '../errorstate/version1/UrlNotFound';
8
+ import WillBeRightBack from '../errorstate/version1/WillBeRightBack';
9
+ import style from './SVGdocstyle.module.css';
10
+ export default class Errorstate__version1 extends React.Component {
11
+ render() {
12
+ let allSvg = {
13
+ EmptyInconvenience: /*#__PURE__*/React.createElement(EmptyInconvenience, null),
14
+ NoRequestFound: /*#__PURE__*/React.createElement(NoRequestFound, null),
15
+ PageNotFound: /*#__PURE__*/React.createElement(PageNotFound, null),
16
+ UnableToProcessRequest: /*#__PURE__*/React.createElement(UnableToProcessRequest, null),
17
+ UnauthorizedLogin: /*#__PURE__*/React.createElement(UnauthorizedLogin, null),
18
+ UrlNotFound: /*#__PURE__*/React.createElement(UrlNotFound, null),
19
+ WillBeRightBack: /*#__PURE__*/React.createElement(WillBeRightBack, null)
20
+ };
21
+ return /*#__PURE__*/React.createElement("div", {
22
+ className: style.parent
23
+ }, Object.keys(allSvg).map(item => {
24
+ let filterDarkPalettes = item.endsWith('DarkPalette');
25
+ return /*#__PURE__*/React.createElement("div", {
26
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
27
+ }, /*#__PURE__*/React.createElement("div", {
28
+ className: style.box
29
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
30
+ className: style.textStyle
31
+ }, item));
32
+ }));
33
+ }
34
+
35
+ }
36
+
37
+ if (false) {
38
+ Errorstate__version1.docs = {
39
+ componentGroup: 'Errorstate'
40
+ };
41
+ }
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import EmptyUnauthorizedLogin from '../errorstate/version2/EmptyUnauthorizedLogin';
3
+ import EmptyWillBeRightBack from '../errorstate/version2/EmptyWillBeRightBack';
4
+ import NotImpossible from '../errorstate/version2/NotImpossible';
5
+ import style from './SVGdocstyle.module.css';
6
+ export default class Errorstate__version2 extends React.Component {
7
+ render() {
8
+ let allSvg = {
9
+ EmptyUnauthorizedLogin: /*#__PURE__*/React.createElement(EmptyUnauthorizedLogin, null),
10
+ EmptyWillBeRightBack: /*#__PURE__*/React.createElement(EmptyWillBeRightBack, null),
11
+ NotImpossible: /*#__PURE__*/React.createElement(NotImpossible, null)
12
+ };
13
+ return /*#__PURE__*/React.createElement("div", {
14
+ className: style.parent
15
+ }, Object.keys(allSvg).map(item => {
16
+ let filterDarkPalettes = item.endsWith('DarkPalette');
17
+ return /*#__PURE__*/React.createElement("div", {
18
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
19
+ }, /*#__PURE__*/React.createElement("div", {
20
+ className: style.box
21
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
22
+ className: style.textStyle
23
+ }, item));
24
+ }));
25
+ }
26
+
27
+ }
28
+
29
+ if (false) {
30
+ Errorstate__version2.docs = {
31
+ componentGroup: 'Errorstate'
32
+ };
33
+ }
@@ -0,0 +1,39 @@
1
+ import React from 'react';
2
+ import ErrorInconvenience from '../errorstate/version3/ErrorInconvenience';
3
+ import ErrorOopsSomethingMiss from '../errorstate/version3/ErrorOopsSomethingMiss';
4
+ import ErrorUnableToProcessRequest from '../errorstate/version3/ErrorUnableToProcessRequest';
5
+ import ErrorUnauthorizedLogin from '../errorstate/version3/ErrorUnauthorizedLogin';
6
+ import ErrorUrlNotFound from '../errorstate/version3/ErrorUrlNotFound';
7
+ import ErrorWillBeRightBack from '../errorstate/version3/ErrorWillBeRightBack';
8
+ import style from './SVGdocstyle.module.css';
9
+ export default class Errorstate__version3 extends React.Component {
10
+ render() {
11
+ let allSvg = {
12
+ Inconvenience: /*#__PURE__*/React.createElement(ErrorInconvenience, null),
13
+ OopsSomethingMiss: /*#__PURE__*/React.createElement(ErrorOopsSomethingMiss, null),
14
+ UnableToProcessRequest: /*#__PURE__*/React.createElement(ErrorUnableToProcessRequest, null),
15
+ UnathorizedLogin: /*#__PURE__*/React.createElement(ErrorUnauthorizedLogin, null),
16
+ UrlNotFound: /*#__PURE__*/React.createElement(ErrorUrlNotFound, null),
17
+ WillBeRightBack: /*#__PURE__*/React.createElement(ErrorWillBeRightBack, null)
18
+ };
19
+ return /*#__PURE__*/React.createElement("div", {
20
+ className: style.parent
21
+ }, Object.keys(allSvg).map(item => {
22
+ let filterDarkPalettes = item.endsWith('DarkPalette');
23
+ return /*#__PURE__*/React.createElement("div", {
24
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
25
+ }, /*#__PURE__*/React.createElement("div", {
26
+ className: style.box
27
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
28
+ className: style.textStyle
29
+ }, item));
30
+ }));
31
+ }
32
+
33
+ }
34
+
35
+ if (false) {
36
+ Errorstate__version3.docs = {
37
+ componentGroup: 'Errorstate'
38
+ };
39
+ }
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import Loader from '../Loader/Loader';
3
+ import style from './SVGdocstyle.module.css';
4
+ export default class SVG__common extends React.Component {
5
+ render() {
6
+ let allSvg = {
7
+ Loader: /*#__PURE__*/React.createElement(Loader, null)
8
+ };
9
+ return /*#__PURE__*/React.createElement("div", {
10
+ className: style.parent
11
+ }, Object.keys(allSvg).map(item => {
12
+ let filterDarkPalettes = item.endsWith('DarkPalette');
13
+ return /*#__PURE__*/React.createElement("div", {
14
+ className: filterDarkPalettes ? style.darkPalette : style.defaultPalette
15
+ }, /*#__PURE__*/React.createElement("div", {
16
+ className: style.box
17
+ }, allSvg[item]), /*#__PURE__*/React.createElement("div", {
18
+ className: style.textStyle
19
+ }, item));
20
+ }));
21
+ }
22
+
23
+ }
24
+
25
+ if (false) {
26
+ SVG__common.docs = {
27
+ componentGroup: 'Svg'
28
+ };
29
+ }
@@ -0,0 +1,74 @@
1
+ [data-mode='default'] {
2
+ background: #fff;
3
+ color: #000;
4
+ }
5
+
6
+ [data-mode='dark'] {
7
+ background: #232b38;
8
+ color: #e2e4e6;
9
+ }
10
+
11
+ [data-mode='pureDark'] {
12
+ background: #212121;
13
+ color: #e2e4e6;
14
+ }
15
+
16
+ [data-mode='default']:global(.contrast) {
17
+ background: #fff;
18
+ color: #000;
19
+ border-color: #000;
20
+ }
21
+
22
+ [data-mode='dark']:global(.contrast) {
23
+ background-color: #101319;
24
+ color: #fff;
25
+ border-color: #fff;
26
+ }
27
+
28
+ [data-mode='pureDark']:global(.contrast) {
29
+ background-color: #080808;
30
+ color: #fff;
31
+ border-color: #fff;
32
+ }
33
+
34
+ .parent {
35
+ display: flex;
36
+ flex-direction: row;
37
+ align-items: center;
38
+ justify-content: center;
39
+ flex-wrap: wrap;
40
+ }
41
+
42
+ .box {
43
+ height: 200px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ }
48
+
49
+ .defaultPalette {
50
+ border: 1px solid #dcdcdc;
51
+ padding: 5px;
52
+ margin: 5px;
53
+ width: 24%;
54
+ justify-content: space-between
55
+ }
56
+
57
+ .darkPalette {
58
+ background-color: #2c334d;
59
+ min-width: 45%;
60
+ border: 1px solid #dcdcdc;
61
+ padding: 5px;
62
+ margin: 5px;
63
+ flex: 1;
64
+ max-width: 25%;
65
+ justify-content: space-between
66
+ }
67
+
68
+ .textStyle {
69
+ text-align: center;
70
+ padding: 10px 0;
71
+ background: #f9f9f9;
72
+ margin-top: 10px;
73
+ color: #000
74
+ }
@@ -0,0 +1,8 @@
1
+ export const EmptyStateDefaultProps = {
2
+ size: 'large',
3
+ alignHorizontal: true,
4
+ isRender: true,
5
+ className: '',
6
+ dataId: 'emptyState',
7
+ palette: 'default'
8
+ };
@@ -0,0 +1,9 @@
1
+ import PropTypes from 'prop-types';
2
+ export const EmptyStateProps = {
3
+ alignHorizontal: PropTypes.bool,
4
+ className: PropTypes.string,
5
+ dataId: PropTypes.string,
6
+ isRender: PropTypes.bool,
7
+ size: PropTypes.oneOf(['small', 'large']),
8
+ palette: PropTypes.oneOf(['default', 'dark'])
9
+ };
@@ -0,0 +1,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/EmptyCustomDomain.svg';
8
+ export default class EmptyCustomDomain extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 298 123.46",
12
+ name: "CustomDomain"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyCustomDomain.propTypes = EmptyStateProps;
22
+ EmptyCustomDomain.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyCustomDomain'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyCustomDomain.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/EmptyBusinessHoliday.svg';
8
+ export default class EmptyBusinessHoliday extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "businessholiday"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyBusinessHoliday.propTypes = EmptyStateProps;
22
+ EmptyBusinessHoliday.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyBusinessHoliday'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyBusinessHoliday.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/EmptyBusinessHour.svg';
8
+ export default class EmptyBusinessHour extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "businesshour"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyBusinessHour.propTypes = EmptyStateProps;
22
+ EmptyBusinessHour.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyBusinessHour'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyBusinessHour.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/EmptyFromAddress.svg';
8
+ export default class EmptyFromAddress extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "fromAddress"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyFromAddress.propTypes = EmptyStateProps;
22
+ EmptyFromAddress.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyFromAddress'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyFromAddress.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/EmptyImportHistory.svg';
8
+ export default class EmptyImportHistory extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "importHistory"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyImportHistory.propTypes = EmptyStateProps;
22
+ EmptyImportHistory.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyImportHistory'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyImportHistory.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/EmptyNetwork.svg';
8
+ export default class EmptyNetwork extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 139.3",
12
+ name: "network"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyNetwork.propTypes = EmptyStateProps;
22
+ EmptyNetwork.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyNetwork'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyNetwork.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/EmptyRecycleBin.svg';
8
+ export default class EmptyRecycleBin extends React.Component {
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(SVG, _extends({
11
+ viewBox: "0 0 181.9 149.5",
12
+ name: "recycleBin"
13
+ }, this.props), /*#__PURE__*/React.createElement("image", {
14
+ xlinkHref: image,
15
+ height: "100%",
16
+ width: "100%"
17
+ }));
18
+ }
19
+
20
+ }
21
+ EmptyRecycleBin.propTypes = EmptyStateProps;
22
+ EmptyRecycleBin.defaultProps = { ...EmptyStateDefaultProps,
23
+ dataId: 'emptyRecycleBin'
24
+ };
25
+
26
+ if (false) {
27
+ EmptyRecycleBin.docs = {
28
+ componentGroup: 'Emptystate'
29
+ };
30
+ }