@zohodesk/svg 1.0.0-beta.35

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 (381) hide show
  1. package/README.md +145 -0
  2. package/build/Unusedfiles.json +1 -0
  3. package/es/Provider.js +140 -0
  4. package/es/index.js +9 -0
  5. package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  6. package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  7. package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  8. package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  9. package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  10. package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  11. package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  12. package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  13. package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  14. package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  15. package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  16. package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  17. package/es/svg/EmptyAccounts.js +101 -0
  18. package/es/svg/EmptyActiveCalls.js +72 -0
  19. package/es/svg/EmptyActivity.js +72 -0
  20. package/es/svg/EmptyAgent.js +72 -0
  21. package/es/svg/EmptyAgentQueue.js +78 -0
  22. package/es/svg/EmptyApproval.js +78 -0
  23. package/es/svg/EmptyArchived.js +80 -0
  24. package/es/svg/EmptyAttach.js +72 -0
  25. package/es/svg/EmptyBlueprint.js +87 -0
  26. package/es/svg/EmptyBusinessHoliday.js +39 -0
  27. package/es/svg/EmptyBusinessHour.js +39 -0
  28. package/es/svg/EmptyCallHistory.js +74 -0
  29. package/es/svg/EmptyCollision.js +72 -0
  30. package/es/svg/EmptyColumn.js +78 -0
  31. package/es/svg/EmptyContact.js +72 -0
  32. package/es/svg/EmptyContract.js +68 -0
  33. package/es/svg/EmptyConversation.js +72 -0
  34. package/es/svg/EmptyCrm.js +72 -0
  35. package/es/svg/EmptyCrmNotes.js +83 -0
  36. package/es/svg/EmptyCrmPotential.js +86 -0
  37. package/es/svg/EmptyCustomDomain.js +39 -0
  38. package/es/svg/EmptyDashboard.js +78 -0
  39. package/es/svg/EmptyDepartment.js +72 -0
  40. package/es/svg/EmptyError.js +94 -0
  41. package/es/svg/EmptyFeed.js +75 -0
  42. package/es/svg/EmptyFollowers.js +73 -0
  43. package/es/svg/EmptyFrame.js +71 -0
  44. package/es/svg/EmptyFromAddress.js +39 -0
  45. package/es/svg/EmptyHappiness.js +72 -0
  46. package/es/svg/EmptyHistory.js +72 -0
  47. package/es/svg/EmptyImportHistory.js +39 -0
  48. package/es/svg/EmptyInconvenience.js +42 -0
  49. package/es/svg/EmptyInvoice.js +77 -0
  50. package/es/svg/EmptyNetwork.js +39 -0
  51. package/es/svg/EmptyNotification.js +72 -0
  52. package/es/svg/EmptyProducts.js +75 -0
  53. package/es/svg/EmptyRecycleBin.js +39 -0
  54. package/es/svg/EmptyReply.js +67 -0
  55. package/es/svg/EmptyReports.js +78 -0
  56. package/es/svg/EmptyRoles.js +39 -0
  57. package/es/svg/EmptySchedule.js +114 -0
  58. package/es/svg/EmptySearch.js +82 -0
  59. package/es/svg/EmptySkills.js +120 -0
  60. package/es/svg/EmptySla.js +67 -0
  61. package/es/svg/EmptySnippet.js +82 -0
  62. package/es/svg/EmptyStateVariables.module.css +39 -0
  63. package/es/svg/EmptyTag.js +75 -0
  64. package/es/svg/EmptyTask.js +88 -0
  65. package/es/svg/EmptyTeams.js +72 -0
  66. package/es/svg/EmptyTemplate.js +84 -0
  67. package/es/svg/EmptyTicket.js +75 -0
  68. package/es/svg/EmptyTimeEntry.js +78 -0
  69. package/es/svg/EmptyTimeline.js +72 -0
  70. package/es/svg/EmptyTopic.js +78 -0
  71. package/es/svg/EmptyUnauthorizedLogin.js +47 -0
  72. package/es/svg/EmptyWebhook.js +39 -0
  73. package/es/svg/EmptyWillBeRightBack.js +42 -0
  74. package/es/svg/ErrorInconvenience.js +113 -0
  75. package/es/svg/ErrorOopsSomethingMiss.js +114 -0
  76. package/es/svg/ErrorUnableToProcessRequest.js +114 -0
  77. package/es/svg/ErrorUnauthorizedLogin.js +113 -0
  78. package/es/svg/ErrorUrlNotFound.js +114 -0
  79. package/es/svg/ErrorWillBeRightBack.js +113 -0
  80. package/es/svg/Extractor.js +66 -0
  81. package/es/svg/FailureLog.js +39 -0
  82. package/es/svg/Import.js +82 -0
  83. package/es/svg/Loader.js +64 -0
  84. package/es/svg/NoRequestFound.js +42 -0
  85. package/es/svg/NotImpossible.js +79 -0
  86. package/es/svg/PageNotFound.js +43 -0
  87. package/es/svg/Predictor.js +73 -0
  88. package/es/svg/SVG.js +78 -0
  89. package/es/svg/SVG.module.css +26 -0
  90. package/es/svg/SvgLoader.js +28 -0
  91. package/es/svg/UnableToProcessRequest.js +43 -0
  92. package/es/svg/UnauthorizedLogin.js +43 -0
  93. package/es/svg/UrlNotFound.js +43 -0
  94. package/es/svg/WillBeRightBack.js +43 -0
  95. package/es/svg/ZiaAnamoly.js +67 -0
  96. package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +40 -0
  97. package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +42 -0
  98. package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +45 -0
  99. package/es/svg/deprecated/21_07_2021/InvalidUrl.js +717 -0
  100. package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  101. package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  102. package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  103. package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  104. package/es/svg/docs/SVG__common.docs.js +49 -0
  105. package/es/svg/docs/SVG__default.docs.js +327 -0
  106. package/es/svg/docs/SVG__errorstate.docs.js +74 -0
  107. package/es/svg/docs/SVGdocstyle.module.css +8 -0
  108. package/es/svg/images/EmptyBusinessHoliday.svg +50 -0
  109. package/es/svg/images/EmptyBusinessHour.svg +42 -0
  110. package/es/svg/images/EmptyContactInfo.svg +27 -0
  111. package/es/svg/images/EmptyCustomDomain.svg +85 -0
  112. package/es/svg/images/EmptyFilter.svg +62 -0
  113. package/es/svg/images/EmptyFromAddress.svg +41 -0
  114. package/es/svg/images/EmptyImportHistory.svg +43 -0
  115. package/es/svg/images/EmptyNetwork.svg +50 -0
  116. package/es/svg/images/EmptyRecycleBin.svg +58 -0
  117. package/es/svg/images/EmptyRoles.svg +30 -0
  118. package/es/svg/images/EmptySkills.svg +83 -0
  119. package/es/svg/images/EmptyWebhook.svg +44 -0
  120. package/es/svg/images/FailureLog.svg +46 -0
  121. package/es/svg/images/Inconvenience.svg +719 -0
  122. package/es/svg/images/NoRequestFound.svg +247 -0
  123. package/es/svg/images/PageNotFound.svg +405 -0
  124. package/es/svg/images/ReguestUrlNotFound.svg +267 -0
  125. package/es/svg/images/UnableToProcess.svg +752 -0
  126. package/es/svg/images/UnauthorizedLogin.svg +1047 -0
  127. package/es/svg/images/WillBack.svg +633 -0
  128. package/es/svg/utils.js +14 -0
  129. package/lib/Provider.js +213 -0
  130. package/lib/index.js +73 -0
  131. package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  132. package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  133. package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  134. package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  135. package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  136. package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  137. package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  138. package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  139. package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  140. package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  141. package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  142. package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  143. package/lib/svg/EmptyAccounts.js +151 -0
  144. package/lib/svg/EmptyActiveCalls.js +122 -0
  145. package/lib/svg/EmptyActivity.js +122 -0
  146. package/lib/svg/EmptyAgent.js +122 -0
  147. package/lib/svg/EmptyAgentQueue.js +128 -0
  148. package/lib/svg/EmptyApproval.js +128 -0
  149. package/lib/svg/EmptyArchived.js +130 -0
  150. package/lib/svg/EmptyAttach.js +122 -0
  151. package/lib/svg/EmptyBlueprint.js +137 -0
  152. package/lib/svg/EmptyBusinessHoliday.js +90 -0
  153. package/lib/svg/EmptyBusinessHour.js +90 -0
  154. package/lib/svg/EmptyCallHistory.js +124 -0
  155. package/lib/svg/EmptyCollision.js +122 -0
  156. package/lib/svg/EmptyColumn.js +128 -0
  157. package/lib/svg/EmptyContact.js +122 -0
  158. package/lib/svg/EmptyContract.js +118 -0
  159. package/lib/svg/EmptyConversation.js +122 -0
  160. package/lib/svg/EmptyCrm.js +122 -0
  161. package/lib/svg/EmptyCrmNotes.js +133 -0
  162. package/lib/svg/EmptyCrmPotential.js +136 -0
  163. package/lib/svg/EmptyCustomDomain.js +90 -0
  164. package/lib/svg/EmptyDashboard.js +128 -0
  165. package/lib/svg/EmptyDepartment.js +122 -0
  166. package/lib/svg/EmptyError.js +144 -0
  167. package/lib/svg/EmptyFeed.js +125 -0
  168. package/lib/svg/EmptyFollowers.js +123 -0
  169. package/lib/svg/EmptyFrame.js +121 -0
  170. package/lib/svg/EmptyFromAddress.js +90 -0
  171. package/lib/svg/EmptyHappiness.js +122 -0
  172. package/lib/svg/EmptyHistory.js +122 -0
  173. package/lib/svg/EmptyImportHistory.js +90 -0
  174. package/lib/svg/EmptyInconvenience.js +91 -0
  175. package/lib/svg/EmptyInvoice.js +127 -0
  176. package/lib/svg/EmptyNetwork.js +90 -0
  177. package/lib/svg/EmptyNotification.js +122 -0
  178. package/lib/svg/EmptyProducts.js +125 -0
  179. package/lib/svg/EmptyRecycleBin.js +90 -0
  180. package/lib/svg/EmptyReply.js +117 -0
  181. package/lib/svg/EmptyReports.js +128 -0
  182. package/lib/svg/EmptyRoles.js +90 -0
  183. package/lib/svg/EmptySchedule.js +164 -0
  184. package/lib/svg/EmptySearch.js +132 -0
  185. package/lib/svg/EmptySkills.js +170 -0
  186. package/lib/svg/EmptySla.js +117 -0
  187. package/lib/svg/EmptySnippet.js +132 -0
  188. package/lib/svg/EmptyStateVariables.module.css +39 -0
  189. package/lib/svg/EmptyTag.js +125 -0
  190. package/lib/svg/EmptyTask.js +138 -0
  191. package/lib/svg/EmptyTeams.js +122 -0
  192. package/lib/svg/EmptyTemplate.js +134 -0
  193. package/lib/svg/EmptyTicket.js +125 -0
  194. package/lib/svg/EmptyTimeEntry.js +128 -0
  195. package/lib/svg/EmptyTimeline.js +122 -0
  196. package/lib/svg/EmptyTopic.js +128 -0
  197. package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
  198. package/lib/svg/EmptyWebhook.js +90 -0
  199. package/lib/svg/EmptyWillBeRightBack.js +92 -0
  200. package/lib/svg/ErrorInconvenience.js +163 -0
  201. package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
  202. package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
  203. package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
  204. package/lib/svg/ErrorUrlNotFound.js +164 -0
  205. package/lib/svg/ErrorWillBeRightBack.js +163 -0
  206. package/lib/svg/Extractor.js +116 -0
  207. package/lib/svg/FailureLog.js +90 -0
  208. package/lib/svg/Import.js +132 -0
  209. package/lib/svg/Loader.js +113 -0
  210. package/lib/svg/NoRequestFound.js +91 -0
  211. package/lib/svg/NotImpossible.js +129 -0
  212. package/lib/svg/PageNotFound.js +92 -0
  213. package/lib/svg/Predictor.js +123 -0
  214. package/lib/svg/SVG.js +128 -0
  215. package/lib/svg/SVG.module.css +26 -0
  216. package/lib/svg/SvgLoader.js +66 -0
  217. package/lib/svg/UnableToProcessRequest.js +92 -0
  218. package/lib/svg/UnauthorizedLogin.js +92 -0
  219. package/lib/svg/UrlNotFound.js +92 -0
  220. package/lib/svg/WillBeRightBack.js +92 -0
  221. package/lib/svg/ZiaAnamoly.js +117 -0
  222. package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +90 -0
  223. package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +92 -0
  224. package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +95 -0
  225. package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +765 -0
  226. package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  227. package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  228. package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  229. package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  230. package/lib/svg/docs/SVG__common.docs.js +98 -0
  231. package/lib/svg/docs/SVG__default.docs.js +435 -0
  232. package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
  233. package/lib/svg/docs/SVGdocstyle.module.css +8 -0
  234. package/lib/svg/images/EmptyBusinessHoliday.svg +50 -0
  235. package/lib/svg/images/EmptyBusinessHour.svg +42 -0
  236. package/lib/svg/images/EmptyContactInfo.svg +27 -0
  237. package/lib/svg/images/EmptyCustomDomain.svg +85 -0
  238. package/lib/svg/images/EmptyFilter.svg +62 -0
  239. package/lib/svg/images/EmptyFromAddress.svg +41 -0
  240. package/lib/svg/images/EmptyImportHistory.svg +43 -0
  241. package/lib/svg/images/EmptyNetwork.svg +50 -0
  242. package/lib/svg/images/EmptyRecycleBin.svg +58 -0
  243. package/lib/svg/images/EmptyRoles.svg +30 -0
  244. package/lib/svg/images/EmptySkills.svg +83 -0
  245. package/lib/svg/images/EmptyWebhook.svg +44 -0
  246. package/lib/svg/images/FailureLog.svg +46 -0
  247. package/lib/svg/images/Inconvenience.svg +719 -0
  248. package/lib/svg/images/NoRequestFound.svg +247 -0
  249. package/lib/svg/images/PageNotFound.svg +405 -0
  250. package/lib/svg/images/ReguestUrlNotFound.svg +267 -0
  251. package/lib/svg/images/UnableToProcess.svg +752 -0
  252. package/lib/svg/images/UnauthorizedLogin.svg +1047 -0
  253. package/lib/svg/images/WillBack.svg +633 -0
  254. package/lib/svg/utils.js +26 -0
  255. package/package.json +49 -0
  256. package/src/Provider.js +141 -0
  257. package/src/index.js +10 -0
  258. package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  259. package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  260. package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  261. package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  262. package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  263. package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  264. package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  265. package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  266. package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  267. package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  268. package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  269. package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  270. package/src/svg/EmptyAccounts.js +121 -0
  271. package/src/svg/EmptyActiveCalls.js +85 -0
  272. package/src/svg/EmptyActivity.js +85 -0
  273. package/src/svg/EmptyAgent.js +85 -0
  274. package/src/svg/EmptyAgentQueue.js +94 -0
  275. package/src/svg/EmptyApproval.js +85 -0
  276. package/src/svg/EmptyArchived.js +94 -0
  277. package/src/svg/EmptyAttach.js +85 -0
  278. package/src/svg/EmptyBlueprint.js +106 -0
  279. package/src/svg/EmptyBusinessHoliday.js +34 -0
  280. package/src/svg/EmptyBusinessHour.js +34 -0
  281. package/src/svg/EmptyCallHistory.js +82 -0
  282. package/src/svg/EmptyCollision.js +85 -0
  283. package/src/svg/EmptyColumn.js +91 -0
  284. package/src/svg/EmptyContact.js +85 -0
  285. package/src/svg/EmptyContract.js +81 -0
  286. package/src/svg/EmptyConversation.js +85 -0
  287. package/src/svg/EmptyCrm.js +84 -0
  288. package/src/svg/EmptyCrmNotes.js +96 -0
  289. package/src/svg/EmptyCrmPotential.js +100 -0
  290. package/src/svg/EmptyCustomDomain.js +33 -0
  291. package/src/svg/EmptyDashboard.js +90 -0
  292. package/src/svg/EmptyDepartment.js +87 -0
  293. package/src/svg/EmptyError.js +42 -0
  294. package/src/svg/EmptyFeed.js +87 -0
  295. package/src/svg/EmptyFollowers.js +85 -0
  296. package/src/svg/EmptyFrame.js +83 -0
  297. package/src/svg/EmptyFromAddress.js +32 -0
  298. package/src/svg/EmptyHappiness.js +85 -0
  299. package/src/svg/EmptyHistory.js +84 -0
  300. package/src/svg/EmptyImportHistory.js +32 -0
  301. package/src/svg/EmptyInconvenience.js +37 -0
  302. package/src/svg/EmptyInvoice.js +90 -0
  303. package/src/svg/EmptyNetwork.js +32 -0
  304. package/src/svg/EmptyNotification.js +84 -0
  305. package/src/svg/EmptyProducts.js +88 -0
  306. package/src/svg/EmptyRecycleBin.js +32 -0
  307. package/src/svg/EmptyReply.js +81 -0
  308. package/src/svg/EmptyReports.js +90 -0
  309. package/src/svg/EmptyRoles.js +32 -0
  310. package/src/svg/EmptySchedule.js +131 -0
  311. package/src/svg/EmptySearch.js +95 -0
  312. package/src/svg/EmptySkills.js +116 -0
  313. package/src/svg/EmptySla.js +81 -0
  314. package/src/svg/EmptySnippet.js +96 -0
  315. package/src/svg/EmptyStateVariables.module.css +39 -0
  316. package/src/svg/EmptyTag.js +88 -0
  317. package/src/svg/EmptyTask.js +97 -0
  318. package/src/svg/EmptyTeams.js +85 -0
  319. package/src/svg/EmptyTemplate.js +88 -0
  320. package/src/svg/EmptyTicket.js +88 -0
  321. package/src/svg/EmptyTimeEntry.js +91 -0
  322. package/src/svg/EmptyTimeline.js +85 -0
  323. package/src/svg/EmptyTopic.js +92 -0
  324. package/src/svg/EmptyUnauthorizedLogin.js +44 -0
  325. package/src/svg/EmptyWebhook.js +32 -0
  326. package/src/svg/EmptyWillBeRightBack.js +44 -0
  327. package/src/svg/ErrorInconvenience.js +128 -0
  328. package/src/svg/ErrorOopsSomethingMiss.js +128 -0
  329. package/src/svg/ErrorUnableToProcessRequest.js +128 -0
  330. package/src/svg/ErrorUnauthorizedLogin.js +127 -0
  331. package/src/svg/ErrorUrlNotFound.js +128 -0
  332. package/src/svg/ErrorWillBeRightBack.js +127 -0
  333. package/src/svg/Extractor.js +76 -0
  334. package/src/svg/FailureLog.js +32 -0
  335. package/src/svg/Import.js +85 -0
  336. package/src/svg/Loader.js +73 -0
  337. package/src/svg/NoRequestFound.js +37 -0
  338. package/src/svg/NotImpossible.js +80 -0
  339. package/src/svg/PageNotFound.js +38 -0
  340. package/src/svg/Predictor.js +78 -0
  341. package/src/svg/SVG.js +107 -0
  342. package/src/svg/SVG.module.css +26 -0
  343. package/src/svg/SvgLoader.js +21 -0
  344. package/src/svg/UnableToProcessRequest.js +37 -0
  345. package/src/svg/UnauthorizedLogin.js +37 -0
  346. package/src/svg/UrlNotFound.js +37 -0
  347. package/src/svg/WillBeRightBack.js +37 -0
  348. package/src/svg/ZiaAnamoly.js +76 -0
  349. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +39 -0
  350. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +41 -0
  351. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +48 -0
  352. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +756 -0
  353. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  354. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  355. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  356. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  357. package/src/svg/docs/SVG__common.docs.js +47 -0
  358. package/src/svg/docs/SVG__default.docs.js +233 -0
  359. package/src/svg/docs/SVG__errorstate.docs.js +75 -0
  360. package/src/svg/docs/SVGdocstyle.module.css +8 -0
  361. package/src/svg/images/EmptyBusinessHoliday.svg +50 -0
  362. package/src/svg/images/EmptyBusinessHour.svg +42 -0
  363. package/src/svg/images/EmptyContactInfo.svg +27 -0
  364. package/src/svg/images/EmptyCustomDomain.svg +85 -0
  365. package/src/svg/images/EmptyFilter.svg +62 -0
  366. package/src/svg/images/EmptyFromAddress.svg +41 -0
  367. package/src/svg/images/EmptyImportHistory.svg +43 -0
  368. package/src/svg/images/EmptyNetwork.svg +50 -0
  369. package/src/svg/images/EmptyRecycleBin.svg +58 -0
  370. package/src/svg/images/EmptyRoles.svg +30 -0
  371. package/src/svg/images/EmptySkills.svg +83 -0
  372. package/src/svg/images/EmptyWebhook.svg +44 -0
  373. package/src/svg/images/FailureLog.svg +46 -0
  374. package/src/svg/images/Inconvenience.svg +719 -0
  375. package/src/svg/images/NoRequestFound.svg +247 -0
  376. package/src/svg/images/PageNotFound.svg +405 -0
  377. package/src/svg/images/ReguestUrlNotFound.svg +267 -0
  378. package/src/svg/images/UnableToProcess.svg +752 -0
  379. package/src/svg/images/UnauthorizedLogin.svg +1047 -0
  380. package/src/svg/images/WillBack.svg +633 -0
  381. package/src/svg/utils.js +15 -0
@@ -0,0 +1,132 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
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); }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
+
26
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ 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
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ 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
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var Import = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(Import, _React$Component);
42
+
43
+ var _super = _createSuper(Import);
44
+
45
+ function Import() {
46
+ _classCallCheck(this, Import);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(Import, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 500 500",
56
+ name: "import"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("g", {
58
+ clipPath: "url(#Import_svg__clip0)"
59
+ }, /*#__PURE__*/_react["default"].createElement("g", {
60
+ clipPath: "url(#Import_svg__clip1)"
61
+ }, /*#__PURE__*/_react["default"].createElement("path", {
62
+ opacity: 0.1,
63
+ d: "M200.502 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75z",
64
+ fill: "var(--zd_emptysvg_primary_fill)"
65
+ }), /*#__PURE__*/_react["default"].createElement("path", {
66
+ d: "M35 293.249s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25z",
67
+ fill: "var(--zd_emptysvg_plus)"
68
+ }), /*#__PURE__*/_react["default"].createElement("path", {
69
+ d: "M44.501 284.498l-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25z",
70
+ fill: "var(--zd_emptysvg_plus)"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "M428 51.999c-6.5 0-11.75 5.25-11.75 11.75s5.25 11.75 11.75 11.75 11.75-5.25 11.75-11.75-5.5-11.75-11.75-11.75zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5zM311 432.748c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25z",
73
+ fill: "var(--zd_emptysvg_medium_circle)"
74
+ }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ d: "M202.251 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM474.5 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25z",
76
+ fill: "var(--zd_emptysvg_tiny_circle)"
77
+ }), /*#__PURE__*/_react["default"].createElement("path", {
78
+ opacity: 0.1,
79
+ d: "M289.502 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25z",
80
+ fill: "var(--zd_emptysvg_primary_fill)"
81
+ }), /*#__PURE__*/_react["default"].createElement("path", {
82
+ d: "M103.272 292.867c-15.153-8.693-21.106-33.684-13.259-53.242 5.683-14.126 15.695-27.98 31.93-27.165 33.554 1.63 25.165 49.711 16.777 48.896-8.388-.815 18.941-107.842 65.483-105.669 46.272 2.173 74.413 55.143 67.107 72.8-7.306 17.657-1.623-57.316 71.437-28.251 73.059 29.066-19.483 132.562-145.309 117.894-49.788-5.977-77.93-16.027-94.166-25.263z",
83
+ fill: "var(--zd_emptysvg_secondary_fill)"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ d: "M442.326 285.26H107.333s-61.425 2.445-59.801-55.958c.811-24.992 18.67-46.723 43.294-49.711 14.883-1.63 32.742 2.988 50.872 24.176 0 0-27.871 41.29 1.082-23.633s129.073-101.323 187.521-34.77c63.859 73.072 7.035 104.854 6.494 99.421-.541-5.433 10.282-26.077 42.212-3.531 31.93 22.546-8.929 93.445-78.742 85.567l-47.354-1.901-1.082 44.549s44.377 1.902 40.318-1.901c-4.059-4.075-65.483 46.179-58.718 47.266 7.035 1.086-52.225-53.242-54.931-48.896-7.306 11.137 24.354 6.248 39.236 4.346l-1.353-47.809s-114.19 22.818-147.202-27.707",
86
+ stroke: "var(--zd_emptysvg_primary_stroke)",
87
+ fill: "transparent",
88
+ strokeWidth: 2.5,
89
+ strokeMiterlimit: 10,
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round"
92
+ }))), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
93
+ id: "Import_svg__clip0"
94
+ }, /*#__PURE__*/_react["default"].createElement("path", {
95
+ fill: "#fff",
96
+ d: "M0 0h500v500H0z"
97
+ })), /*#__PURE__*/_react["default"].createElement("clipPath", {
98
+ id: "Import_svg__clip1"
99
+ }, /*#__PURE__*/_react["default"].createElement("path", {
100
+ fill: "#fff",
101
+ transform: "translate(25 50)",
102
+ d: "M0 0h450v400H0z"
103
+ }))));
104
+ }
105
+ }]);
106
+
107
+ return Import;
108
+ }(_react["default"].Component);
109
+
110
+ exports["default"] = Import;
111
+ Import.propTypes = {
112
+ alignHorizontal: _propTypes["default"].bool,
113
+ className: _propTypes["default"].string,
114
+ dataId: _propTypes["default"].string,
115
+ isRender: _propTypes["default"].bool,
116
+ size: _propTypes["default"].oneOf(['small', 'large']),
117
+ palette: _propTypes["default"].oneOf(['default', 'dark'])
118
+ };
119
+ Import.defaultProps = {
120
+ size: 'large',
121
+ alignHorizontal: true,
122
+ isRender: true,
123
+ className: '',
124
+ dataId: 'import',
125
+ palette: 'default'
126
+ };
127
+
128
+ if (false) {
129
+ Import.docs = {
130
+ componentGroup: 'SVG'
131
+ };
132
+ }
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ var _SVGModule = _interopRequireDefault(require("./SVG.module.css"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
+
26
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ 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
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ 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
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var Loader = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(Loader, _React$Component);
42
+
43
+ var _super = _createSuper(Loader);
44
+
45
+ function Loader() {
46
+ _classCallCheck(this, Loader);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(Loader, [{
52
+ key: "render",
53
+ value: function render() {
54
+ var dataId = this.props.dataId;
55
+ return /*#__PURE__*/_react["default"].createElement("div", {
56
+ className: _SVGModule["default"].center
57
+ }, /*#__PURE__*/_react["default"].createElement(_SVG["default"], {
58
+ viewBox: "0 0 40 40",
59
+ name: "Loader",
60
+ className: "".concat(_SVGModule["default"].loaderWrapper),
61
+ dataId: dataId,
62
+ styleName: {
63
+ animation: "loaderone 2s linear infinite"
64
+ }
65
+ }, /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, "@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}")), /*#__PURE__*/_react["default"].createElement("title", null, "loader"), /*#__PURE__*/_react["default"].createElement("circle", {
66
+ fill: "none",
67
+ stroke: "#089949",
68
+ strokeWidth: 2,
69
+ strokeLinecap: "round",
70
+ strokeLinejoin: "round",
71
+ cx: 20,
72
+ cy: 20,
73
+ r: 13,
74
+ style: {
75
+ animation: "circleAnimation_1 1.5s linear infinite",
76
+ transformOrigin: "center"
77
+ },
78
+ strokeDasharray: 82,
79
+ strokeDashoffset: 82
80
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
81
+ fill: "none",
82
+ stroke: "#17c662",
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round",
85
+ cx: 20,
86
+ cy: 20,
87
+ r: 8,
88
+ style: {
89
+ animation: "circleAnimation_2 1.2s linear infinite",
90
+ transformOrigin: "center"
91
+ },
92
+ strokeDasharray: 50,
93
+ strokeDashoffset: 50
94
+ })));
95
+ }
96
+ }]);
97
+
98
+ return Loader;
99
+ }(_react["default"].Component);
100
+
101
+ exports["default"] = Loader;
102
+ Loader.propTypes = {
103
+ dataId: _propTypes["default"].string
104
+ };
105
+ Loader.defaultProps = {
106
+ dataId: 'loader'
107
+ };
108
+
109
+ if (false) {
110
+ Loader.docs = {
111
+ componentGroup: 'SVG'
112
+ };
113
+ }
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ var _NoRequestFound = _interopRequireDefault(require("./images/NoRequestFound.svg"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ 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); }
21
+
22
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
+
24
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
+
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
+
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
+
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
+
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); }; }
33
+
34
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
35
+
36
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
37
+
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; } }
39
+
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
+
42
+ var NoRequestFound = /*#__PURE__*/function (_React$Component) {
43
+ _inherits(NoRequestFound, _React$Component);
44
+
45
+ var _super = _createSuper(NoRequestFound);
46
+
47
+ function NoRequestFound() {
48
+ _classCallCheck(this, NoRequestFound);
49
+
50
+ return _super.apply(this, arguments);
51
+ }
52
+
53
+ _createClass(NoRequestFound, [{
54
+ key: "render",
55
+ value: function render() {
56
+ var isFluid = this.props.isFluid;
57
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
58
+ viewBox: "0 0 476.5 297.6",
59
+ name: "NoRequestFound",
60
+ isFluid: isFluid
61
+ }, this.props), /*#__PURE__*/_react["default"].createElement("image", {
62
+ xlinkHref: _NoRequestFound["default"],
63
+ height: "100%",
64
+ width: "100%"
65
+ }));
66
+ }
67
+ }]);
68
+
69
+ return NoRequestFound;
70
+ }(_react["default"].Component);
71
+
72
+ exports["default"] = NoRequestFound;
73
+ NoRequestFound.propTypes = {
74
+ alignHorizontal: _propTypes["default"].bool,
75
+ className: _propTypes["default"].string,
76
+ dataId: _propTypes["default"].string,
77
+ isFluid: _propTypes["default"].bool,
78
+ isRender: _propTypes["default"].bool
79
+ };
80
+ NoRequestFound.defaultProps = {
81
+ alignHorizontal: true,
82
+ isRender: true,
83
+ className: '',
84
+ dataId: 'noRequestFound'
85
+ };
86
+
87
+ if (false) {
88
+ NoRequestFound.docs = {
89
+ componentGroup: 'SVG'
90
+ };
91
+ }
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
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); }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
+
26
+ 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ 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
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ 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
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var NotImpossible = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(NotImpossible, _React$Component);
42
+
43
+ var _super = _createSuper(NotImpossible);
44
+
45
+ function NotImpossible() {
46
+ _classCallCheck(this, NotImpossible);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(NotImpossible, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 316.9 200",
56
+ name: "NotImpossible"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("style", null, ".NotImpossible_svg__st2{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.NotImpossible_svg__st4{fill:none;stroke:var(--zd_emptysvg_cross);stroke-miterlimit:10}.NotImpossible_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}"), /*#__PURE__*/_react["default"].createElement("path", {
58
+ d: "M174 53.9s46.9-30.9 70.7-21.6 40 87.4-26.1 122.4-95.9-41.2-96.1-54.7c-.3-13-.1-44.2 51.5-46.1z",
59
+ opacity: 0.05,
60
+ fill: "var(--zd_emptysvg_primary_fill)"
61
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
62
+ cx: 243.5,
63
+ cy: 23.1,
64
+ fill: "none",
65
+ stroke: "var(--zd_emptysvg_medium_circle)",
66
+ strokeMiterlimit: 10,
67
+ r: 3.5
68
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
69
+ className: "NotImpossible_svg__st2",
70
+ cx: 167.1,
71
+ cy: 21,
72
+ r: 2.1
73
+ }), /*#__PURE__*/_react["default"].createElement("path", {
74
+ className: "NotImpossible_svg__st3",
75
+ d: "M110.7 72.3l-.3 6.1M107.4 75.2l6.3.3"
76
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
77
+ cx: 253.3,
78
+ cy: 145.5,
79
+ fill: "none",
80
+ stroke: "var(--zd_emptysvg_small_circle)",
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round",
83
+ r: 2.4
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ className: "NotImpossible_svg__st4",
86
+ d: "M134 157.2l4.1 4.6M133.7 161.5l4.7-4.1"
87
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
88
+ cx: 209.7,
89
+ cy: 179.2,
90
+ fill: "#e46370",
91
+ r: 2.1
92
+ }), /*#__PURE__*/_react["default"].createElement("path", {
93
+ d: "M16 140.6s46.9 7 49.7-6.6 30.8-22.5 110.9 10.1c0 0 48-24.1 48-25s-27.6-4.6-42.2 18.4c0 0-62-19.2-73.2-19.2 0 0 39.3-33.4 48.2-32s-31 2.1-55.6 21.6c0 0 52.1 14.2 73.7 24.1 0 0 26.2-23 49.1-17.7 0 0 2.5-.1 1.2-2.7s-27.3-21.3-65.4-25.5c0 0 .2-21.4 14.9-39 0 0-6.7 12.2 3.8 12.3l4.1-.5s-3.2 6.3 2.2 8.4l-.5 2.4s4.4-2.4 5.1.5l5.6-.7s-1.7 2.6-.9 3.8 6.5 3.2 6.5 3.2.3 6.2 1.9 6.5 3.4-1.9 5.1-.7 5.8-2.4 6.7-.5-.4 5.3 2.6 6 2.6 3.3 2.4 6.5 1.7 6.5 4.4 6.5 4.6 4.4 4.6 4.4 11.5-19 44.6-22.4c-20.7-13.7-43.1-24.5-66.7-32.3 0 0-18.6 1.6-42.9 32 0 0 59.6 12.6 66.4 30.6 0 0 0 4.7-2.8 5.8 0 0 9.2-1.8 8.8-6.5s-7.5-4.8.8-11.8 37-8.3 38.8-10.5 0-3.6 0-3.6l6.3 5.9-44.4 15.8s-.6 4.1 3.6 2.9 5.3-13.6 7.5-26.3 7.8-35.8 32.2-40.5c4.2-.7 10.8-.4 17.7 0",
94
+ fill: "none",
95
+ stroke: "var(--zd_emptysvg_primary_stroke)",
96
+ strokeWidth: 0.5,
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round"
99
+ }), /*#__PURE__*/_react["default"].createElement("path", {
100
+ d: "M160.3 86.3s1.3-22.4 14.9-39c0 0-8.9 13.1 4.2 16.2 0 0 2.5 4.7 3.7 4.6l1 3.6s3.1-1.9 4.1-.9 2.9.8 4.9.3c0 0-3.2 3.4 6.7 6.9 0 0 .6 7.6 3.8 7.2s3.3-1.9 5.5-.9 3.5-1.3 4.3-.6.3 5.1 3 5.5 2.4 4.1 2.5 9 5.7 3.3 7 4.9 1.3 5.2 1.3 5.2l-1.3 3.4c.2-1.5-31-23.5-65.6-25.4z",
101
+ fill: "var(--zd_emptysvg_secondary_fill)"
102
+ }));
103
+ }
104
+ }]);
105
+
106
+ return NotImpossible;
107
+ }(_react["default"].Component);
108
+
109
+ exports["default"] = NotImpossible;
110
+ NotImpossible.propTypes = {
111
+ alignHorizontal: _propTypes["default"].bool,
112
+ className: _propTypes["default"].string,
113
+ dataId: _propTypes["default"].string,
114
+ isRender: _propTypes["default"].bool,
115
+ palette: _propTypes["default"].oneOf(['default', 'dark'])
116
+ };
117
+ NotImpossible.defaultProps = {
118
+ alignHorizontal: true,
119
+ isRender: true,
120
+ className: '',
121
+ dataId: 'emptyAccounts',
122
+ palette: 'default'
123
+ };
124
+
125
+ if (false) {
126
+ NotImpossible.docs = {
127
+ componentGroup: 'SVG'
128
+ };
129
+ }
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ var _PageNotFound = _interopRequireDefault(require("./images/PageNotFound.svg"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ 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); }
21
+
22
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
+
24
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
+
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
+
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
+
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
+
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); }; }
33
+
34
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
35
+
36
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
37
+
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; } }
39
+
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
+
42
+ var PageNotFound = /*#__PURE__*/function (_React$Component) {
43
+ _inherits(PageNotFound, _React$Component);
44
+
45
+ var _super = _createSuper(PageNotFound);
46
+
47
+ function PageNotFound() {
48
+ _classCallCheck(this, PageNotFound);
49
+
50
+ return _super.apply(this, arguments);
51
+ }
52
+
53
+ _createClass(PageNotFound, [{
54
+ key: "render",
55
+ value: function render() {
56
+ var isFluid = this.props.isFluid;
57
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
58
+ viewBox: "0 0 508.8 324.8",
59
+ name: "PageNotFound"
60
+ }, this.props, {
61
+ isFluid: isFluid
62
+ }), /*#__PURE__*/_react["default"].createElement("image", {
63
+ xlinkHref: _PageNotFound["default"],
64
+ height: "100%",
65
+ width: "100%"
66
+ }));
67
+ }
68
+ }]);
69
+
70
+ return PageNotFound;
71
+ }(_react["default"].Component);
72
+
73
+ exports["default"] = PageNotFound;
74
+ PageNotFound.propTypes = {
75
+ alignHorizontal: _propTypes["default"].bool,
76
+ className: _propTypes["default"].string,
77
+ dataId: _propTypes["default"].string,
78
+ isFluid: _propTypes["default"].bool,
79
+ isRender: _propTypes["default"].bool
80
+ };
81
+ PageNotFound.defaultProps = {
82
+ alignHorizontal: true,
83
+ isRender: true,
84
+ className: '',
85
+ dataId: 'pageNotFound'
86
+ };
87
+
88
+ if (false) {
89
+ PageNotFound.docs = {
90
+ componentGroup: 'SVG'
91
+ };
92
+ }