@zohodesk/svg 1.0.0-temp.44 → 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 (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 +55 -107
  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
@@ -9,13 +9,21 @@ exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
12
- var _propTypes = _interopRequireDefault(require("prop-types"));
12
+ var _propTypes = require("./../props/propTypes");
13
13
 
14
- var _SVG = _interopRequireDefault(require("./SVG"));
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
15
17
 
16
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
19
 
18
- 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); }
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
19
27
 
20
28
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
29
 
@@ -25,7 +33,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
33
 
26
34
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
35
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
37
 
30
38
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
39
 
@@ -35,7 +43,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
43
 
36
44
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
45
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
47
 
40
48
  var WillBeRightBack = /*#__PURE__*/function (_React$Component) {
41
49
  _inherits(WillBeRightBack, _React$Component);
@@ -54,7 +62,7 @@ var WillBeRightBack = /*#__PURE__*/function (_React$Component) {
54
62
  return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
63
  viewBox: "0 0 695.38 500",
56
64
  name: "WillBeRightBack"
57
- }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".ErrorWillBeRightBack_svg__cls-1,.ErrorWillBeRightBack_svg__cls-2{fill:var(--zd_emptysvg_primary_fill)}.ErrorWillBeRightBack_svg__cls-1{opacity:.05}.ErrorWillBeRightBack_svg__cls-2{opacity:.2}.ErrorWillBeRightBack_svg__cls-10,.ErrorWillBeRightBack_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorWillBeRightBack_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorWillBeRightBack_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/_react["default"].createElement("path", {
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.ErrorWillBeRightBack_svg__cls-1,.ErrorWillBeRightBack_svg__cls-2{fill:var(--zd_emptysvg_primary_fill)}.ErrorWillBeRightBack_svg__cls-1{opacity:.05}.ErrorWillBeRightBack_svg__cls-2{opacity:.2}.ErrorWillBeRightBack_svg__cls-10,.ErrorWillBeRightBack_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorWillBeRightBack_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorWillBeRightBack_svg__cls-8{stroke:var(--zd_emptysvg_plus)}')), /*#__PURE__*/_react["default"].createElement("path", {
58
66
  className: "ErrorWillBeRightBack_svg__cls-1",
59
67
  d: "M138.24 163.53S172 108.75 193 152.58s32.87 82.16 94 33.77 86.73-55.69 109.55-25.56 44.28 286.67-178.94 233.72c.05 0-176.61-66.65-79.37-230.98z"
60
68
  }), /*#__PURE__*/_react["default"].createElement("circle", {
@@ -143,21 +151,13 @@ var WillBeRightBack = /*#__PURE__*/function (_React$Component) {
143
151
  }(_react["default"].Component);
144
152
 
145
153
  exports["default"] = WillBeRightBack;
146
- WillBeRightBack.propTypes = {
147
- alignHorizontal: _propTypes["default"].bool,
148
- className: _propTypes["default"].string,
149
- dataId: _propTypes["default"].string,
150
- isRender: _propTypes["default"].bool
151
- };
152
- WillBeRightBack.defaultProps = {
153
- alignHorizontal: true,
154
- isRender: true,
155
- className: '',
154
+ WillBeRightBack.propTypes = _propTypes.ErrorStateProps;
155
+ WillBeRightBack.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.ErrorStateDefaultProps), {}, {
156
156
  dataId: 'willberightback'
157
- };
157
+ });
158
158
 
159
159
  if (false) {
160
160
  WillBeRightBack.docs = {
161
- componentGroup: 'SVG'
161
+ componentGroup: 'Emptystate'
162
162
  };
163
163
  }
package/lib/index.js CHANGED
@@ -3,40 +3,58 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "React", {
6
+ Object.defineProperty(exports, "Emptystate__version1", {
7
7
  enumerable: true,
8
8
  get: function get() {
9
- return _react["default"];
9
+ return _Emptystate__version["default"];
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "ReactDOM", {
12
+ Object.defineProperty(exports, "Emptystate__version2", {
13
13
  enumerable: true,
14
14
  get: function get() {
15
- return _reactDom["default"];
15
+ return _Emptystate__version2["default"];
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "SVG", {
18
+ Object.defineProperty(exports, "Emptystate__version3", {
19
19
  enumerable: true,
20
20
  get: function get() {
21
- return _SVG["default"];
21
+ return _Emptystate__version3["default"];
22
22
  }
23
23
  });
24
- Object.defineProperty(exports, "SVG__common", {
24
+ Object.defineProperty(exports, "Errorstate__version1", {
25
25
  enumerable: true,
26
26
  get: function get() {
27
- return _SVG__common["default"];
27
+ return _Errorstate__version["default"];
28
28
  }
29
29
  });
30
- Object.defineProperty(exports, "SVG__emptystate", {
30
+ Object.defineProperty(exports, "Errorstate__version2", {
31
31
  enumerable: true,
32
32
  get: function get() {
33
- return _SVG__default["default"];
33
+ return _Errorstate__version2["default"];
34
34
  }
35
35
  });
36
- Object.defineProperty(exports, "SVG__errorstate", {
36
+ Object.defineProperty(exports, "Errorstate__version3", {
37
37
  enumerable: true,
38
38
  get: function get() {
39
- return _SVG__errorstate["default"];
39
+ return _Errorstate__version3["default"];
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "React", {
43
+ enumerable: true,
44
+ get: function get() {
45
+ return _react["default"];
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "ReactDOM", {
49
+ enumerable: true,
50
+ get: function get() {
51
+ return _reactDom["default"];
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "Svg__common", {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return _SVG__common["default"];
40
58
  }
41
59
  });
42
60
  Object.defineProperty(exports, "_provider", {
@@ -62,12 +80,18 @@ require("@zohodesk/variables/assets/sizeVariables.module.css");
62
80
 
63
81
  var _Provider = _interopRequireDefault(require("./Provider"));
64
82
 
65
- var _SVG = _interopRequireDefault(require("./svg/SVG"));
83
+ var _Emptystate__version = _interopRequireDefault(require("./docs/Emptystate__version1.docs"));
84
+
85
+ var _Emptystate__version2 = _interopRequireDefault(require("./docs/Emptystate__version2.docs"));
86
+
87
+ var _Emptystate__version3 = _interopRequireDefault(require("./docs/Emptystate__version3.docs"));
88
+
89
+ var _Errorstate__version = _interopRequireDefault(require("./docs/Errorstate__version1.docs"));
66
90
 
67
- var _SVG__default = _interopRequireDefault(require("./svg/docs/SVG__default.docs"));
91
+ var _Errorstate__version2 = _interopRequireDefault(require("./docs/Errorstate__version2.docs"));
68
92
 
69
- var _SVG__common = _interopRequireDefault(require("./svg/docs/SVG__common.docs"));
93
+ var _Errorstate__version3 = _interopRequireDefault(require("./docs/Errorstate__version3.docs"));
70
94
 
71
- var _SVG__errorstate = _interopRequireDefault(require("./svg/docs/SVG__errorstate.docs"));
95
+ var _SVG__common = _interopRequireDefault(require("./docs/SVG__common.docs"));
72
96
 
73
97
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
package/lib/svg/SVG.js CHANGED
@@ -9,11 +9,13 @@ exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
12
- var _propTypes = _interopRequireDefault(require("prop-types"));
12
+ var _propTypes = require("./props/propTypes");
13
+
14
+ var _defaultProps = require("./props/defaultProps");
13
15
 
14
16
  var _SVGModule = _interopRequireDefault(require("./SVG.module.css"));
15
17
 
16
- var _EmptyStateVariablesModule = _interopRequireDefault(require("./EmptyStateVariables.module.css"));
18
+ var _EmptyStateVariablesModule = _interopRequireDefault(require("./../css/EmptyStateVariables.module.css"));
17
19
 
18
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
21
 
@@ -25,7 +27,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
27
 
26
28
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
29
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
31
 
30
32
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
33
 
@@ -35,7 +37,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
37
 
36
38
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
39
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
41
 
40
42
  var SVG = /*#__PURE__*/function (_React$Component) {
41
43
  _inherits(SVG, _React$Component);
@@ -95,31 +97,8 @@ var SVG = /*#__PURE__*/function (_React$Component) {
95
97
  }(_react["default"].Component);
96
98
 
97
99
  exports["default"] = SVG;
98
- SVG.propTypes = {
99
- alignHorizontal: _propTypes["default"].bool,
100
- children: _propTypes["default"].node,
101
- className: _propTypes["default"].string,
102
- dataId: _propTypes["default"].string,
103
- isFluid: _propTypes["default"].bool,
104
- isRender: _propTypes["default"].bool,
105
- isSymbol: _propTypes["default"].bool,
106
- name: _propTypes["default"].string,
107
- size: _propTypes["default"].oneOf(['small', 'large']),
108
- viewBox: _propTypes["default"].string,
109
- palette: _propTypes["default"].oneOf(['default', 'dark']),
110
- styleName: _propTypes["default"].node
111
- };
112
- SVG.defaultProps = {
113
- alignHorizontal: true,
114
- isRender: true,
115
- className: '',
116
- dataId: 'SVG',
117
- name: '',
118
- viewBox: '',
119
- isSymbol: false,
120
- isFluid: false,
121
- palette: 'default'
122
- };
100
+ SVG.propTypes = _propTypes.SvgProps;
101
+ SVG.defaultProps = _defaultProps.SvgDefaultProps;
123
102
 
124
103
  if (false) {
125
104
  SVG.docs = {
@@ -26,12 +26,12 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
26
26
 
27
27
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
28
28
 
29
- 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); }
29
+ 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); }
30
30
 
31
31
  function SvgLoader(props) {
32
32
  var uiProps = {};
33
33
  Object.keys(props).filter(function (prop) {
34
- return prop != "imageUrl";
34
+ return prop != 'imageUrl';
35
35
  }).map(function (prop) {
36
36
  uiProps[prop] = props[prop];
37
37
  });
@@ -51,7 +51,7 @@ function StaticSvg(props) {
51
51
  setImage = _useState2[1];
52
52
 
53
53
  Object.keys(props).filter(function (prop) {
54
- return prop != "getImage";
54
+ return prop != 'getImage';
55
55
  }).map(function (prop) {
56
56
  uiProps[prop] = props[prop];
57
57
  });
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.SvgDefaultProps = void 0;
7
+ var SvgDefaultProps = {
8
+ alignHorizontal: true,
9
+ isRender: true,
10
+ className: '',
11
+ dataId: 'SVG',
12
+ name: '',
13
+ viewBox: '',
14
+ isSymbol: false,
15
+ isFluid: false,
16
+ palette: 'default'
17
+ };
18
+ exports.SvgDefaultProps = SvgDefaultProps;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.SvgProps = void 0;
7
+
8
+ var _propTypes = _interopRequireDefault(require("prop-types"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+
12
+ var SvgProps = {
13
+ alignHorizontal: _propTypes["default"].bool,
14
+ children: _propTypes["default"].node,
15
+ className: _propTypes["default"].string,
16
+ dataId: _propTypes["default"].string,
17
+ isFluid: _propTypes["default"].bool,
18
+ isRender: _propTypes["default"].bool,
19
+ isSymbol: _propTypes["default"].bool,
20
+ name: _propTypes["default"].string,
21
+ size: _propTypes["default"].oneOf(['small', 'large']),
22
+ viewBox: _propTypes["default"].string,
23
+ palette: _propTypes["default"].oneOf(['default', 'dark']),
24
+ styleName: _propTypes["default"].node
25
+ };
26
+ exports.SvgProps = SvgProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/svg",
3
- "version": "1.0.0-temp.44",
3
+ "version": "1.0.0-temp.45",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -18,14 +18,15 @@
18
18
  "init": "npm run clean && npm run build:variables",
19
19
  "build:variables": "node ./preprocess/index",
20
20
  "lint": "react-cli lint",
21
- "docs": "react-cli docs",
21
+ "common_package_build": "cd ../common && npm run build && cd ../components",
22
+ "docs": "npm run common_package_build && react-cli docs",
22
23
  "postpublish": "react-cli postpublish",
23
24
  "download": "rm package-lock.json && rm -rf node_modules/ && npm install",
24
25
  "expublish": "npm publish --tag experimental-version"
25
26
  },
26
27
  "react-cli": {
27
- "preprocessor": {
28
- "runner": "preprocess/index.js"
28
+ "preprocess": {
29
+ "runner": "./preprocess/index.js"
29
30
  },
30
31
  "docs": {
31
32
  "cssUniqueness": "false",
@@ -34,13 +35,13 @@
34
35
  },
35
36
  "dependencies": {},
36
37
  "devDependencies": {
37
- "@zohodesk/variables": "1.0.0-beta.29",
38
- "@zohodesk/components": "1.0.0-alpha-233",
38
+ "@zohodesk/variables": "1.0.0-temp.30",
39
+ "@zohodesk/components": "1.0.0-alpha-248",
39
40
  "@svgr/cli": "6.2.1"
40
41
  },
41
42
  "peerDependencies": {
42
- "@zohodesk/variables": "1.0.0-beta.29",
43
- "@zohodesk/components": "1.0.0-alpha-233"
43
+ "@zohodesk/variables": "1.0.0-temp.30",
44
+ "@zohodesk/components": "1.0.0-alpha-248"
44
45
  },
45
46
  "tags": [
46
47
  "react",
@@ -51,4 +52,4 @@
51
52
  "redux",
52
53
  "router"
53
54
  ]
54
- }
55
+ }
@@ -1,39 +0,0 @@
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); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/EmptyBusinessHoliday.svg';
7
- export default class EmptyBusinessHoliday extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "businessholiday"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyBusinessHoliday.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyBusinessHoliday.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyBusinessHoliday'
33
- };
34
-
35
- if (false) {
36
- EmptyBusinessHoliday.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,39 +0,0 @@
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); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/EmptyBusinessHour.svg';
7
- export default class EmptyBusinessHour extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "businesshour"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyBusinessHour.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyBusinessHour.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyBusinessHour'
33
- };
34
-
35
- if (false) {
36
- EmptyBusinessHour.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,39 +0,0 @@
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); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/EmptyCustomDomain.svg';
7
- export default class EmptyCustomDomain extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 298 123.46",
11
- name: "CustomDomain"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyCustomDomain.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyCustomDomain.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyCustomDomain'
33
- };
34
-
35
- if (false) {
36
- EmptyCustomDomain.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,39 +0,0 @@
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); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/EmptyFromAddress.svg';
7
- export default class EmptyFromAddress extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "fromAddress"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyFromAddress.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyFromAddress.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyFromAddress'
33
- };
34
-
35
- if (false) {
36
- EmptyFromAddress.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,39 +0,0 @@
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); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/EmptyImportHistory.svg';
7
- export default class EmptyImportHistory extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "importHistory"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyImportHistory.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyImportHistory.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyImportHistory'
33
- };
34
-
35
- if (false) {
36
- EmptyImportHistory.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,42 +0,0 @@
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); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/Inconvenience.svg';
7
- export default class Inconvenience extends React.Component {
8
- render() {
9
- let {
10
- isFluid
11
- } = this.props;
12
- return /*#__PURE__*/React.createElement(SVG, _extends({
13
- viewBox: "0 0 508.8 313.8",
14
- name: "Inconvenience",
15
- isFluid: isFluid
16
- }, this.props), /*#__PURE__*/React.createElement("image", {
17
- xlinkHref: image,
18
- height: "100%",
19
- width: "100%"
20
- }));
21
- }
22
-
23
- }
24
- Inconvenience.propTypes = {
25
- alignHorizontal: PropTypes.bool,
26
- className: PropTypes.string,
27
- dataId: PropTypes.string,
28
- isFluid: PropTypes.bool,
29
- isRender: PropTypes.bool
30
- };
31
- Inconvenience.defaultProps = {
32
- alignHorizontal: true,
33
- isRender: true,
34
- className: '',
35
- dataId: 'inconvenience'
36
- };
37
-
38
- if (false) {
39
- Inconvenience.docs = {
40
- componentGroup: 'SVG'
41
- };
42
- }
@@ -1,39 +0,0 @@
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); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/EmptyNetwork.svg';
7
- export default class EmptyNetwork extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "network"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyNetwork.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyNetwork.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyNetwork'
33
- };
34
-
35
- if (false) {
36
- EmptyNetwork.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }