@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60

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 (596) hide show
  1. package/README.md +243 -27
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
  20. package/css_error.log +0 -0
  21. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  22. package/es/Loader/Loader.js +66 -0
  23. package/es/Loader/props/defaultProps.js +3 -0
  24. package/es/Loader/props/propTypes.js +4 -0
  25. package/es/SVG/SVG.js +57 -0
  26. package/es/{svg → SVG}/SVG.module.css +31 -27
  27. package/es/SVG/SvgLoader.js +25 -0
  28. package/es/SVG/props/defaultProps.js +11 -0
  29. package/es/SVG/props/propTypes.js +15 -0
  30. package/es/css/EmptyStateVariables.module.css +39 -0
  31. package/es/emptystate/index.js +6 -0
  32. package/es/emptystate/props/defaultProps.js +8 -0
  33. package/es/emptystate/props/propTypes.js +9 -0
  34. package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
  35. package/es/emptystate/version1/index.js +1 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +28 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +29 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +28 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
  42. package/es/emptystate/version2/EmptyRoles.js +28 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +28 -0
  44. package/es/emptystate/version2/FailureLog.js +29 -0
  45. package/es/emptystate/version2/index.js +9 -0
  46. package/es/emptystate/version3/AuditLog.js +78 -0
  47. package/es/emptystate/version3/Bot.js +69 -0
  48. package/es/emptystate/version3/Contract.js +90 -0
  49. package/es/emptystate/version3/CustomModule.js +57 -0
  50. package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
  51. package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
  52. package/es/emptystate/version3/EmptyAPIs.js +64 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +88 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
  55. package/es/emptystate/version3/EmptyActivity.js +60 -0
  56. package/es/emptystate/version3/EmptyAgent.js +60 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +72 -0
  59. package/es/emptystate/version3/EmptyApproval.js +65 -0
  60. package/es/emptystate/version3/EmptyArchived.js +67 -0
  61. package/es/emptystate/version3/EmptyArticle.js +73 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +68 -0
  63. package/es/emptystate/version3/EmptyAttach.js +60 -0
  64. package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
  65. package/es/emptystate/version3/EmptyBlueprint.js +75 -0
  66. package/es/emptystate/version3/EmptyCallHistory.js +62 -0
  67. package/es/emptystate/version3/EmptyCanned.js +78 -0
  68. package/es/emptystate/version3/EmptyChat.js +78 -0
  69. package/es/emptystate/version3/EmptyCollision.js +59 -0
  70. package/es/emptystate/version3/EmptyColumn.js +65 -0
  71. package/es/emptystate/version3/EmptyContact.js +60 -0
  72. package/es/emptystate/version3/EmptyContract.js +55 -0
  73. package/es/emptystate/version3/EmptyConversation.js +60 -0
  74. package/es/emptystate/version3/EmptyCrm.js +59 -0
  75. package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
  76. package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
  77. package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
  78. package/es/emptystate/version3/EmptyDashboard.js +65 -0
  79. package/es/emptystate/version3/EmptyDelete.js +50 -0
  80. package/es/emptystate/version3/EmptyDepartment.js +59 -0
  81. package/es/emptystate/version3/EmptyError.js +83 -0
  82. package/es/emptystate/version3/EmptyFeed.js +62 -0
  83. package/es/emptystate/version3/EmptyFollowers.js +60 -0
  84. package/es/emptystate/version3/EmptyFrame.js +59 -0
  85. package/es/emptystate/version3/EmptyHappiness.js +60 -0
  86. package/es/emptystate/version3/EmptyHistory.js +59 -0
  87. package/es/emptystate/version3/EmptyInstagram.js +74 -0
  88. package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
  89. package/es/emptystate/version3/EmptyInvoice.js +64 -0
  90. package/es/emptystate/version3/EmptyLine.js +74 -0
  91. package/es/emptystate/version3/EmptyMessenger.js +60 -0
  92. package/es/emptystate/version3/EmptyNoData.js +78 -0
  93. package/es/emptystate/version3/EmptyNotification.js +59 -0
  94. package/es/emptystate/version3/EmptyPreference.js +79 -0
  95. package/es/emptystate/version3/EmptyProducts.js +62 -0
  96. package/es/emptystate/version3/EmptyReply.js +54 -0
  97. package/es/emptystate/version3/EmptyReports.js +65 -0
  98. package/es/emptystate/version3/EmptySandbox.js +81 -0
  99. package/es/emptystate/version3/EmptySchedule.js +101 -0
  100. package/es/emptystate/version3/EmptySearch.js +69 -0
  101. package/es/emptystate/version3/EmptySkills.js +107 -0
  102. package/es/emptystate/version3/EmptySla.js +54 -0
  103. package/es/emptystate/version3/EmptySnippet.js +69 -0
  104. package/es/emptystate/version3/EmptyTag.js +62 -0
  105. package/es/emptystate/version3/EmptyTask.js +75 -0
  106. package/es/emptystate/version3/EmptyTeams.js +60 -0
  107. package/es/emptystate/version3/EmptyTelegram.js +74 -0
  108. package/es/emptystate/version3/EmptyTemplate.js +71 -0
  109. package/es/emptystate/version3/EmptyTicket.js +63 -0
  110. package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
  111. package/es/emptystate/version3/EmptyTimeline.js +60 -0
  112. package/es/emptystate/version3/EmptyTopic.js +65 -0
  113. package/es/emptystate/version3/EmptyTwilio.js +74 -0
  114. package/es/emptystate/version3/EmptyWechat.js +74 -0
  115. package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
  116. package/es/emptystate/version3/EmptyZSCKey.js +87 -0
  117. package/es/emptystate/version3/Export.js +55 -0
  118. package/es/emptystate/version3/Extensions.js +61 -0
  119. package/es/emptystate/version3/Extractor.js +54 -0
  120. package/es/emptystate/version3/GCBot.js +52 -0
  121. package/es/emptystate/version3/GCConversation.js +54 -0
  122. package/es/emptystate/version3/Import.js +70 -0
  123. package/es/emptystate/version3/KBBot.js +67 -0
  124. package/es/emptystate/version3/Multilingual.js +60 -0
  125. package/es/emptystate/version3/NetworkError.js +63 -0
  126. package/es/emptystate/version3/Predictor.js +61 -0
  127. package/es/emptystate/version3/ReadRecipients.js +59 -0
  128. package/es/emptystate/version3/SupportPlan.js +75 -0
  129. package/es/emptystate/version3/Variable.js +58 -0
  130. package/es/emptystate/version3/ZiaAnamoly.js +55 -0
  131. package/es/emptystate/version3/index.js +78 -0
  132. package/es/errorstate/index.js +6 -0
  133. package/es/errorstate/props/defaultProps.js +8 -0
  134. package/es/errorstate/props/propTypes.js +9 -0
  135. package/es/errorstate/version1/EmptyInconvenience.js +33 -0
  136. package/es/errorstate/version1/NoRequestFound.js +33 -0
  137. package/es/errorstate/version1/PageNotFound.js +34 -0
  138. package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
  139. package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
  140. package/es/errorstate/version1/UrlNotFound.js +34 -0
  141. package/es/errorstate/version1/WillBeRightBack.js +34 -0
  142. package/es/errorstate/version1/index.js +7 -0
  143. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
  144. package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
  145. package/es/errorstate/version2/NotImpossible.js +69 -0
  146. package/es/errorstate/version2/index.js +2 -0
  147. package/es/errorstate/version3/ErrorInconvenience.js +104 -0
  148. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
  149. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
  150. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
  151. package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
  152. package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
  153. package/es/errorstate/version3/index.js +6 -0
  154. package/es/index.js +17 -6
  155. package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
  156. package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
  157. package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
  158. package/images/EmptyCustomDomain.svg +85 -0
  159. package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
  160. package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
  161. package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
  162. package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
  163. package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
  164. package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
  165. package/images/EmptySkills.svg +83 -0
  166. package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
  167. package/{src/svg/images → images}/FailureLog.svg +46 -46
  168. package/{es/svg/images → images}/Inconvenience.svg +719 -719
  169. package/{src/svg/images → images}/NoRequestFound.svg +247 -247
  170. package/{lib/svg/images → images}/PageNotFound.svg +405 -405
  171. package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
  172. package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
  173. package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
  174. package/{src/svg/images → images}/WillBack.svg +633 -633
  175. package/install.md +11 -0
  176. package/lib/Loader/Loader.js +94 -0
  177. package/lib/Loader/props/defaultProps.js +10 -0
  178. package/lib/Loader/props/propTypes.js +12 -0
  179. package/lib/SVG/SVG.js +87 -0
  180. package/lib/{svg → SVG}/SVG.module.css +31 -27
  181. package/lib/SVG/SvgLoader.js +50 -0
  182. package/lib/SVG/props/defaultProps.js +18 -0
  183. package/lib/SVG/props/propTypes.js +23 -0
  184. package/lib/css/EmptyStateVariables.module.css +39 -0
  185. package/lib/emptystate/index.js +15 -0
  186. package/lib/emptystate/props/defaultProps.js +15 -0
  187. package/lib/emptystate/props/propTypes.js +17 -0
  188. package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
  189. package/lib/emptystate/version1/index.js +13 -0
  190. package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
  191. package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
  192. package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
  193. package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
  194. package/lib/emptystate/version2/EmptyNetwork.js +61 -0
  195. package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
  196. package/lib/emptystate/version2/EmptyRoles.js +61 -0
  197. package/lib/emptystate/version2/EmptyWebhook.js +61 -0
  198. package/lib/emptystate/version2/FailureLog.js +62 -0
  199. package/lib/emptystate/version2/index.js +69 -0
  200. package/lib/emptystate/version3/AuditLog.js +111 -0
  201. package/lib/emptystate/version3/Bot.js +102 -0
  202. package/lib/emptystate/version3/Contract.js +123 -0
  203. package/lib/emptystate/version3/CustomModule.js +90 -0
  204. package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
  205. package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
  206. package/lib/emptystate/version3/EmptyAPIs.js +97 -0
  207. package/lib/emptystate/version3/EmptyAccounts.js +121 -0
  208. package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
  209. package/lib/emptystate/version3/EmptyActivity.js +93 -0
  210. package/lib/emptystate/version3/EmptyAgent.js +93 -0
  211. package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
  212. package/lib/emptystate/version3/EmptyApplechat.js +105 -0
  213. package/lib/emptystate/version3/EmptyApproval.js +98 -0
  214. package/lib/emptystate/version3/EmptyArchived.js +100 -0
  215. package/lib/emptystate/version3/EmptyArticle.js +106 -0
  216. package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
  217. package/lib/emptystate/version3/EmptyAttach.js +93 -0
  218. package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
  219. package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
  220. package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
  221. package/lib/emptystate/version3/EmptyCanned.js +111 -0
  222. package/lib/emptystate/version3/EmptyChat.js +111 -0
  223. package/lib/emptystate/version3/EmptyCollision.js +92 -0
  224. package/lib/emptystate/version3/EmptyColumn.js +98 -0
  225. package/lib/emptystate/version3/EmptyContact.js +93 -0
  226. package/lib/emptystate/version3/EmptyContract.js +88 -0
  227. package/lib/emptystate/version3/EmptyConversation.js +93 -0
  228. package/lib/emptystate/version3/EmptyCrm.js +92 -0
  229. package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
  230. package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
  231. package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
  232. package/lib/emptystate/version3/EmptyDashboard.js +98 -0
  233. package/lib/emptystate/version3/EmptyDelete.js +83 -0
  234. package/lib/emptystate/version3/EmptyDepartment.js +92 -0
  235. package/lib/emptystate/version3/EmptyError.js +116 -0
  236. package/lib/emptystate/version3/EmptyFeed.js +95 -0
  237. package/lib/emptystate/version3/EmptyFollowers.js +93 -0
  238. package/lib/emptystate/version3/EmptyFrame.js +92 -0
  239. package/lib/emptystate/version3/EmptyHappiness.js +93 -0
  240. package/lib/emptystate/version3/EmptyHistory.js +92 -0
  241. package/lib/emptystate/version3/EmptyInstagram.js +107 -0
  242. package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
  243. package/lib/emptystate/version3/EmptyInvoice.js +97 -0
  244. package/lib/emptystate/version3/EmptyLine.js +107 -0
  245. package/lib/emptystate/version3/EmptyMessenger.js +93 -0
  246. package/lib/emptystate/version3/EmptyNoData.js +111 -0
  247. package/lib/emptystate/version3/EmptyNotification.js +92 -0
  248. package/lib/emptystate/version3/EmptyPreference.js +112 -0
  249. package/lib/emptystate/version3/EmptyProducts.js +95 -0
  250. package/lib/emptystate/version3/EmptyReply.js +87 -0
  251. package/lib/emptystate/version3/EmptyReports.js +98 -0
  252. package/lib/emptystate/version3/EmptySandbox.js +114 -0
  253. package/lib/emptystate/version3/EmptySchedule.js +134 -0
  254. package/lib/emptystate/version3/EmptySearch.js +102 -0
  255. package/lib/emptystate/version3/EmptySkills.js +140 -0
  256. package/lib/emptystate/version3/EmptySla.js +87 -0
  257. package/lib/emptystate/version3/EmptySnippet.js +102 -0
  258. package/lib/emptystate/version3/EmptyTag.js +95 -0
  259. package/lib/emptystate/version3/EmptyTask.js +108 -0
  260. package/lib/emptystate/version3/EmptyTeams.js +93 -0
  261. package/lib/emptystate/version3/EmptyTelegram.js +107 -0
  262. package/lib/emptystate/version3/EmptyTemplate.js +104 -0
  263. package/lib/emptystate/version3/EmptyTicket.js +96 -0
  264. package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
  265. package/lib/emptystate/version3/EmptyTimeline.js +93 -0
  266. package/lib/emptystate/version3/EmptyTopic.js +98 -0
  267. package/lib/emptystate/version3/EmptyTwilio.js +107 -0
  268. package/lib/emptystate/version3/EmptyWechat.js +107 -0
  269. package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
  270. package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
  271. package/lib/emptystate/version3/Export.js +88 -0
  272. package/lib/emptystate/version3/Extensions.js +94 -0
  273. package/lib/emptystate/version3/Extractor.js +87 -0
  274. package/lib/emptystate/version3/GCBot.js +85 -0
  275. package/lib/emptystate/version3/GCConversation.js +87 -0
  276. package/lib/emptystate/version3/Import.js +103 -0
  277. package/lib/emptystate/version3/KBBot.js +100 -0
  278. package/lib/emptystate/version3/Multilingual.js +93 -0
  279. package/lib/emptystate/version3/NetworkError.js +96 -0
  280. package/lib/emptystate/version3/Predictor.js +94 -0
  281. package/lib/emptystate/version3/ReadRecipients.js +92 -0
  282. package/lib/emptystate/version3/SupportPlan.js +108 -0
  283. package/lib/emptystate/version3/Variable.js +91 -0
  284. package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
  285. package/lib/emptystate/version3/index.js +552 -0
  286. package/lib/errorstate/index.js +15 -0
  287. package/lib/errorstate/props/defaultProps.js +15 -0
  288. package/lib/errorstate/props/propTypes.js +17 -0
  289. package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
  290. package/lib/errorstate/version1/NoRequestFound.js +64 -0
  291. package/lib/errorstate/version1/PageNotFound.js +65 -0
  292. package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
  293. package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
  294. package/lib/errorstate/version1/UrlNotFound.js +65 -0
  295. package/lib/errorstate/version1/WillBeRightBack.js +65 -0
  296. package/lib/errorstate/version1/index.js +55 -0
  297. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
  298. package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
  299. package/lib/errorstate/version2/NotImpossible.js +102 -0
  300. package/lib/errorstate/version2/index.js +20 -0
  301. package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
  302. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
  303. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
  304. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
  305. package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
  306. package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
  307. package/lib/errorstate/version3/index.js +48 -0
  308. package/lib/index.js +16 -43
  309. package/package.json +76 -42
  310. package/es/svg/EmptyAccounts.js +0 -67
  311. package/es/svg/EmptyActiveCalls.js +0 -70
  312. package/es/svg/EmptyActivity.js +0 -70
  313. package/es/svg/EmptyAgent.js +0 -66
  314. package/es/svg/EmptyArchived.js +0 -65
  315. package/es/svg/EmptyAttach.js +0 -66
  316. package/es/svg/EmptyBlueprint.js +0 -66
  317. package/es/svg/EmptyBusinessHoliday.js +0 -66
  318. package/es/svg/EmptyBusinessHour.js +0 -66
  319. package/es/svg/EmptyCallHistory.js +0 -70
  320. package/es/svg/EmptyCloud.js +0 -65
  321. package/es/svg/EmptyCloudDanger.js +0 -64
  322. package/es/svg/EmptyContact.js +0 -67
  323. package/es/svg/EmptyConversation.js +0 -66
  324. package/es/svg/EmptyDashboard.js +0 -66
  325. package/es/svg/EmptyEdition.js +0 -66
  326. package/es/svg/EmptyFromAddress.js +0 -66
  327. package/es/svg/EmptyHappiness.js +0 -66
  328. package/es/svg/EmptyHistory.js +0 -67
  329. package/es/svg/EmptyImportHistory.js +0 -66
  330. package/es/svg/EmptyInvoice.js +0 -66
  331. package/es/svg/EmptyNetwork.js +0 -66
  332. package/es/svg/EmptyNotification.js +0 -66
  333. package/es/svg/EmptyProducts.js +0 -66
  334. package/es/svg/EmptyRecycleBin.js +0 -66
  335. package/es/svg/EmptyReports.js +0 -66
  336. package/es/svg/EmptyRoles.js +0 -66
  337. package/es/svg/EmptySearch.js +0 -66
  338. package/es/svg/EmptySkills.js +0 -66
  339. package/es/svg/EmptySnippet.js +0 -66
  340. package/es/svg/EmptyTag.js +0 -66
  341. package/es/svg/EmptyTask.js +0 -66
  342. package/es/svg/EmptyTeams.js +0 -66
  343. package/es/svg/EmptyTemplate.js +0 -67
  344. package/es/svg/EmptyTicket.js +0 -66
  345. package/es/svg/EmptyTimeEntry.js +0 -66
  346. package/es/svg/EmptyTopic.js +0 -66
  347. package/es/svg/EmptyWebhook.js +0 -66
  348. package/es/svg/FailureLog.js +0 -66
  349. package/es/svg/Inconvenience.js +0 -69
  350. package/es/svg/InvalidUrl.js +0 -784
  351. package/es/svg/Loader.js +0 -59
  352. package/es/svg/NoRequestFound.js +0 -69
  353. package/es/svg/PageNotFound.js +0 -69
  354. package/es/svg/SVG.js +0 -105
  355. package/es/svg/SitBack.js +0 -63
  356. package/es/svg/UnableToProcessRequest.js +0 -69
  357. package/es/svg/UnauthorizedLogin.js +0 -69
  358. package/es/svg/UrlNotFound.js +0 -69
  359. package/es/svg/WillBeRightBack.js +0 -69
  360. package/es/svg/docs/SVG__default.docs.js +0 -605
  361. package/es/svg/images/EmptyAccounts.svg +0 -55
  362. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  363. package/es/svg/images/EmptyActivity.svg +0 -85
  364. package/es/svg/images/EmptyAgent.svg +0 -52
  365. package/es/svg/images/EmptyArchived.svg +0 -38
  366. package/es/svg/images/EmptyAttach.svg +0 -39
  367. package/es/svg/images/EmptyBlueprint.svg +0 -78
  368. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  369. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  370. package/es/svg/images/EmptyCallHistory.svg +0 -46
  371. package/es/svg/images/EmptyCloud.svg +0 -38
  372. package/es/svg/images/EmptyCloudDanger.svg +0 -1
  373. package/es/svg/images/EmptyContact.svg +0 -33
  374. package/es/svg/images/EmptyConversation.svg +0 -38
  375. package/es/svg/images/EmptyDashboard.svg +0 -42
  376. package/es/svg/images/EmptyEdition.svg +0 -76
  377. package/es/svg/images/EmptyFilter.svg +0 -62
  378. package/es/svg/images/EmptyFromAddress.svg +0 -41
  379. package/es/svg/images/EmptyHappiness.svg +0 -58
  380. package/es/svg/images/EmptyHistory.svg +0 -44
  381. package/es/svg/images/EmptyInvoice.svg +0 -45
  382. package/es/svg/images/EmptyNetwork.svg +0 -50
  383. package/es/svg/images/EmptyNotification.svg +0 -38
  384. package/es/svg/images/EmptyProducts.svg +0 -57
  385. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  386. package/es/svg/images/EmptyReports.svg +0 -39
  387. package/es/svg/images/EmptyRoles.svg +0 -30
  388. package/es/svg/images/EmptySearch.svg +0 -37
  389. package/es/svg/images/EmptySkills.svg +0 -75
  390. package/es/svg/images/EmptySnippet.svg +0 -46
  391. package/es/svg/images/EmptyTag.svg +0 -43
  392. package/es/svg/images/EmptyTask.svg +0 -42
  393. package/es/svg/images/EmptyTeams.svg +0 -39
  394. package/es/svg/images/EmptyTemplate.svg +0 -39
  395. package/es/svg/images/EmptyTicket.svg +0 -33
  396. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  397. package/es/svg/images/EmptyTopic.svg +0 -41
  398. package/es/svg/images/EmptyWebhook.svg +0 -44
  399. package/es/svg/images/FailureLog.svg +0 -46
  400. package/es/svg/images/Loader.svg +0 -62
  401. package/es/svg/images/NoRequestFound.svg +0 -247
  402. package/es/svg/images/PageNotFound.svg +0 -405
  403. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  404. package/es/svg/images/SitBack.svg +0 -464
  405. package/es/svg/images/UnableToProcess.svg +0 -752
  406. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  407. package/es/svg/images/WillBack.svg +0 -633
  408. package/lib/svg/EmptyAccounts.js +0 -89
  409. package/lib/svg/EmptyActiveCalls.js +0 -92
  410. package/lib/svg/EmptyActivity.js +0 -92
  411. package/lib/svg/EmptyAgent.js +0 -88
  412. package/lib/svg/EmptyArchived.js +0 -87
  413. package/lib/svg/EmptyAttach.js +0 -88
  414. package/lib/svg/EmptyBlueprint.js +0 -88
  415. package/lib/svg/EmptyBusinessHoliday.js +0 -88
  416. package/lib/svg/EmptyBusinessHour.js +0 -88
  417. package/lib/svg/EmptyCallHistory.js +0 -92
  418. package/lib/svg/EmptyCloud.js +0 -87
  419. package/lib/svg/EmptyCloudDanger.js +0 -86
  420. package/lib/svg/EmptyContact.js +0 -89
  421. package/lib/svg/EmptyConversation.js +0 -88
  422. package/lib/svg/EmptyDashboard.js +0 -88
  423. package/lib/svg/EmptyEdition.js +0 -88
  424. package/lib/svg/EmptyFromAddress.js +0 -88
  425. package/lib/svg/EmptyHappiness.js +0 -88
  426. package/lib/svg/EmptyHistory.js +0 -89
  427. package/lib/svg/EmptyImportHistory.js +0 -88
  428. package/lib/svg/EmptyInvoice.js +0 -88
  429. package/lib/svg/EmptyNetwork.js +0 -88
  430. package/lib/svg/EmptyNotification.js +0 -88
  431. package/lib/svg/EmptyProducts.js +0 -88
  432. package/lib/svg/EmptyRecycleBin.js +0 -88
  433. package/lib/svg/EmptyReports.js +0 -88
  434. package/lib/svg/EmptyRoles.js +0 -88
  435. package/lib/svg/EmptySearch.js +0 -88
  436. package/lib/svg/EmptySkills.js +0 -88
  437. package/lib/svg/EmptySnippet.js +0 -88
  438. package/lib/svg/EmptyTag.js +0 -88
  439. package/lib/svg/EmptyTask.js +0 -88
  440. package/lib/svg/EmptyTeams.js +0 -88
  441. package/lib/svg/EmptyTemplate.js +0 -89
  442. package/lib/svg/EmptyTicket.js +0 -88
  443. package/lib/svg/EmptyTimeEntry.js +0 -88
  444. package/lib/svg/EmptyTopic.js +0 -88
  445. package/lib/svg/EmptyWebhook.js +0 -88
  446. package/lib/svg/FailureLog.js +0 -88
  447. package/lib/svg/Inconvenience.js +0 -91
  448. package/lib/svg/InvalidUrl.js +0 -803
  449. package/lib/svg/Loader.js +0 -84
  450. package/lib/svg/NoRequestFound.js +0 -91
  451. package/lib/svg/PageNotFound.js +0 -91
  452. package/lib/svg/SVG.js +0 -124
  453. package/lib/svg/SitBack.js +0 -85
  454. package/lib/svg/UnableToProcessRequest.js +0 -91
  455. package/lib/svg/UnauthorizedLogin.js +0 -91
  456. package/lib/svg/UrlNotFound.js +0 -91
  457. package/lib/svg/WillBeRightBack.js +0 -91
  458. package/lib/svg/docs/SVG__default.docs.js +0 -765
  459. package/lib/svg/images/EmptyAccounts.svg +0 -55
  460. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  461. package/lib/svg/images/EmptyActivity.svg +0 -85
  462. package/lib/svg/images/EmptyAgent.svg +0 -52
  463. package/lib/svg/images/EmptyArchived.svg +0 -38
  464. package/lib/svg/images/EmptyAttach.svg +0 -39
  465. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  466. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  467. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  468. package/lib/svg/images/EmptyCloud.svg +0 -38
  469. package/lib/svg/images/EmptyCloudDanger.svg +0 -1
  470. package/lib/svg/images/EmptyContact.svg +0 -33
  471. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  472. package/lib/svg/images/EmptyConversation.svg +0 -38
  473. package/lib/svg/images/EmptyDashboard.svg +0 -42
  474. package/lib/svg/images/EmptyEdition.svg +0 -76
  475. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  476. package/lib/svg/images/EmptyHappiness.svg +0 -58
  477. package/lib/svg/images/EmptyHistory.svg +0 -44
  478. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  479. package/lib/svg/images/EmptyInvoice.svg +0 -45
  480. package/lib/svg/images/EmptyNetwork.svg +0 -50
  481. package/lib/svg/images/EmptyNotification.svg +0 -38
  482. package/lib/svg/images/EmptyProducts.svg +0 -57
  483. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  484. package/lib/svg/images/EmptyReports.svg +0 -39
  485. package/lib/svg/images/EmptySearch.svg +0 -37
  486. package/lib/svg/images/EmptySkills.svg +0 -75
  487. package/lib/svg/images/EmptySnippet.svg +0 -46
  488. package/lib/svg/images/EmptyTag.svg +0 -43
  489. package/lib/svg/images/EmptyTask.svg +0 -42
  490. package/lib/svg/images/EmptyTeams.svg +0 -39
  491. package/lib/svg/images/EmptyTemplate.svg +0 -39
  492. package/lib/svg/images/EmptyTicket.svg +0 -33
  493. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  494. package/lib/svg/images/EmptyTopic.svg +0 -41
  495. package/lib/svg/images/FailureLog.svg +0 -46
  496. package/lib/svg/images/Inconvenience.svg +0 -719
  497. package/lib/svg/images/Loader.svg +0 -62
  498. package/lib/svg/images/NoRequestFound.svg +0 -247
  499. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  500. package/lib/svg/images/SitBack.svg +0 -464
  501. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  502. package/lib/svg/images/WillBack.svg +0 -633
  503. package/src/index.js +0 -7
  504. package/src/svg/EmptyAccounts.js +0 -39
  505. package/src/svg/EmptyActiveCalls.js +0 -47
  506. package/src/svg/EmptyActivity.js +0 -47
  507. package/src/svg/EmptyAgent.js +0 -38
  508. package/src/svg/EmptyArchived.js +0 -37
  509. package/src/svg/EmptyAttach.js +0 -38
  510. package/src/svg/EmptyBlueprint.js +0 -38
  511. package/src/svg/EmptyBusinessHoliday.js +0 -38
  512. package/src/svg/EmptyBusinessHour.js +0 -38
  513. package/src/svg/EmptyCallHistory.js +0 -47
  514. package/src/svg/EmptyCloud.js +0 -37
  515. package/src/svg/EmptyCloudDanger.js +0 -36
  516. package/src/svg/EmptyContact.js +0 -39
  517. package/src/svg/EmptyConversation.js +0 -38
  518. package/src/svg/EmptyDashboard.js +0 -38
  519. package/src/svg/EmptyEdition.js +0 -38
  520. package/src/svg/EmptyFromAddress.js +0 -38
  521. package/src/svg/EmptyHappiness.js +0 -38
  522. package/src/svg/EmptyHistory.js +0 -39
  523. package/src/svg/EmptyImportHistory.js +0 -38
  524. package/src/svg/EmptyInvoice.js +0 -38
  525. package/src/svg/EmptyNetwork.js +0 -38
  526. package/src/svg/EmptyNotification.js +0 -38
  527. package/src/svg/EmptyProducts.js +0 -38
  528. package/src/svg/EmptyRecycleBin.js +0 -38
  529. package/src/svg/EmptyReports.js +0 -38
  530. package/src/svg/EmptyRoles.js +0 -38
  531. package/src/svg/EmptySearch.js +0 -38
  532. package/src/svg/EmptySkills.js +0 -38
  533. package/src/svg/EmptySnippet.js +0 -38
  534. package/src/svg/EmptyTag.js +0 -38
  535. package/src/svg/EmptyTask.js +0 -38
  536. package/src/svg/EmptyTeams.js +0 -38
  537. package/src/svg/EmptyTemplate.js +0 -39
  538. package/src/svg/EmptyTicket.js +0 -38
  539. package/src/svg/EmptyTimeEntry.js +0 -38
  540. package/src/svg/EmptyTopic.js +0 -38
  541. package/src/svg/EmptyWebhook.js +0 -38
  542. package/src/svg/FailureLog.js +0 -38
  543. package/src/svg/Inconvenience.js +0 -41
  544. package/src/svg/InvalidUrl.js +0 -758
  545. package/src/svg/Loader.js +0 -34
  546. package/src/svg/NoRequestFound.js +0 -41
  547. package/src/svg/PageNotFound.js +0 -41
  548. package/src/svg/SVG.js +0 -91
  549. package/src/svg/SVG.module.css +0 -27
  550. package/src/svg/SitBack.js +0 -37
  551. package/src/svg/UnableToProcessRequest.js +0 -41
  552. package/src/svg/UnauthorizedLogin.js +0 -41
  553. package/src/svg/UrlNotFound.js +0 -41
  554. package/src/svg/WillBeRightBack.js +0 -41
  555. package/src/svg/docs/SVG__default.docs.js +0 -289
  556. package/src/svg/images/EmptyAccounts.svg +0 -55
  557. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  558. package/src/svg/images/EmptyActivity.svg +0 -85
  559. package/src/svg/images/EmptyAgent.svg +0 -52
  560. package/src/svg/images/EmptyArchived.svg +0 -38
  561. package/src/svg/images/EmptyAttach.svg +0 -39
  562. package/src/svg/images/EmptyBlueprint.svg +0 -78
  563. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  564. package/src/svg/images/EmptyCallHistory.svg +0 -46
  565. package/src/svg/images/EmptyCloud.svg +0 -38
  566. package/src/svg/images/EmptyCloudDanger.svg +0 -1
  567. package/src/svg/images/EmptyContact.svg +0 -33
  568. package/src/svg/images/EmptyContactInfo.svg +0 -27
  569. package/src/svg/images/EmptyConversation.svg +0 -38
  570. package/src/svg/images/EmptyDashboard.svg +0 -42
  571. package/src/svg/images/EmptyEdition.svg +0 -76
  572. package/src/svg/images/EmptyFilter.svg +0 -62
  573. package/src/svg/images/EmptyHappiness.svg +0 -58
  574. package/src/svg/images/EmptyHistory.svg +0 -44
  575. package/src/svg/images/EmptyImportHistory.svg +0 -43
  576. package/src/svg/images/EmptyInvoice.svg +0 -45
  577. package/src/svg/images/EmptyNotification.svg +0 -38
  578. package/src/svg/images/EmptyProducts.svg +0 -57
  579. package/src/svg/images/EmptyReports.svg +0 -39
  580. package/src/svg/images/EmptyRoles.svg +0 -30
  581. package/src/svg/images/EmptySearch.svg +0 -37
  582. package/src/svg/images/EmptySkills.svg +0 -75
  583. package/src/svg/images/EmptySnippet.svg +0 -46
  584. package/src/svg/images/EmptyTag.svg +0 -43
  585. package/src/svg/images/EmptyTask.svg +0 -42
  586. package/src/svg/images/EmptyTeams.svg +0 -39
  587. package/src/svg/images/EmptyTemplate.svg +0 -39
  588. package/src/svg/images/EmptyTicket.svg +0 -33
  589. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  590. package/src/svg/images/EmptyTopic.svg +0 -41
  591. package/src/svg/images/EmptyWebhook.svg +0 -44
  592. package/src/svg/images/Inconvenience.svg +0 -719
  593. package/src/svg/images/Loader.svg +0 -62
  594. package/src/svg/images/PageNotFound.svg +0 -405
  595. package/src/svg/images/SitBack.svg +0 -464
  596. package/src/svg/images/UnableToProcess.svg +0 -752
package/lib/index.js CHANGED
@@ -1,55 +1,28 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
- exports.SVG__default = exports.SVG = exports.renderToStaticMarkup = exports.ReactDOM = exports.React = undefined;
7
-
8
- var _react = require('react');
9
-
10
- Object.defineProperty(exports, 'React', {
11
- enumerable: true,
12
- get: function get() {
13
- return _interopRequireDefault(_react).default;
14
- }
15
- });
16
-
17
- var _reactDom = require('react-dom');
18
-
19
- Object.defineProperty(exports, 'ReactDOM', {
20
- enumerable: true,
21
- get: function get() {
22
- return _interopRequireDefault(_reactDom).default;
23
- }
24
- });
25
-
26
- var _server = require('react-dom/server');
27
-
28
- Object.defineProperty(exports, 'renderToStaticMarkup', {
29
- enumerable: true,
30
- get: function get() {
31
- return _server.renderToStaticMarkup;
32
- }
33
- });
34
-
35
- var _SVG = require('./svg/SVG');
36
-
37
- Object.defineProperty(exports, 'SVG', {
7
+ exports.ErrorState = exports.EmptyState = void 0;
8
+ Object.defineProperty(exports, "Loader", {
38
9
  enumerable: true,
39
10
  get: function get() {
40
- return _interopRequireDefault(_SVG).default;
11
+ return _Loader["default"];
41
12
  }
42
13
  });
43
-
44
- var _SVG__default = require('./svg/docs/SVG__default.docs');
45
-
46
- Object.defineProperty(exports, 'SVG__default', {
14
+ Object.defineProperty(exports, "SVG", {
47
15
  enumerable: true,
48
16
  get: function get() {
49
- return _interopRequireDefault(_SVG__default).default;
17
+ return _SVG["default"];
50
18
  }
51
19
  });
52
-
53
- require('@zohodesk/variables/lib/sizeVariables.module.css');
54
-
55
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
+ var _SVG = _interopRequireDefault(require("./SVG/SVG"));
21
+ var _Loader = _interopRequireDefault(require("./Loader/Loader"));
22
+ var _EmptyState = _interopRequireWildcard(require("./emptystate/"));
23
+ exports.EmptyState = _EmptyState;
24
+ var _ErrorState = _interopRequireWildcard(require("./errorstate"));
25
+ exports.ErrorState = _ErrorState;
26
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
27
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
28
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
package/package.json CHANGED
@@ -1,42 +1,76 @@
1
- {
2
- "name": "@zohodesk/svg",
3
- "version": "1.0.0-beta.6",
4
- "main": "lib/index",
5
- "module": "es/index.js",
6
- "jsnext:main": "es/index.js",
7
- "private": false,
8
- "umdVar": "Library",
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/vimalceg/fz-dnd.git"
12
- },
13
- "author": "",
14
- "license": "ISC",
15
- "bugs": {
16
- "url": "https://github.com/vimalceg/fz-dnd/issues"
17
- },
18
- "homepage": "https://github.com/vimalceg/fz-dnd#readme",
19
- "scripts": {
20
- "clean": "react-cli clean lib es coverage",
21
- "build": "react-cli build:component:cmjs",
22
- "build:es": "react-cli build:library:es",
23
- "build:dev": "npm run clean && npm run build --module:mode=dev -- -w",
24
- "prepare": "npm run init && npm run build && npm run build:es",
25
- "init": "npm run clean",
26
- "lint": "react-cli lint",
27
- "docs": "react-cli docs",
28
- "postpublish": "react-cli postpublish"
29
- },
30
- "dependencies": {
31
- "@zohodesk/variables": "1.0.0-beta.14"
32
- },
33
- "tags": [
34
- "react",
35
- "redux"
36
- ],
37
- "keywords": [
38
- "react",
39
- "redux",
40
- "router"
41
- ]
42
- }
1
+ {
2
+ "name": "@zohodesk/svg",
3
+ "version": "1.0.0-beta.60",
4
+ "main": "lib/index",
5
+ "module": "es/index.js",
6
+ "jsnext:main": "es/index.js",
7
+ "private": false,
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
+ "author": "Z Team",
12
+ "homepage": "https://www.npmjs.com/search?q=@zohodesk",
13
+ "license": "ISC",
14
+ "keywords": [
15
+ "DOT",
16
+ "ZOHODESK",
17
+ "ZTEAM",
18
+ "LIBRARY"
19
+ ],
20
+ "scripts": {
21
+ "clean": "react-cli clean lib es coverage assets && mkdir assets",
22
+ "build:lib": "react-cli build:component:cmjs",
23
+ "build:es": "react-cli build:library:es",
24
+ "build": "npm run build:lib && npm run build:es",
25
+ "build:local": " npm run build && npm run rtl && npm run cssVariableConvert",
26
+ "build:watch": "npm run clean && npm run build:variables && npm run build && npm run build:es --module:mode=dev -- -w",
27
+ "rtl:watch": "react-cli rtl ./src ./es -w",
28
+ "prepare": "npm run init && npm run build && npm run rtl && npm run cssVariableConvert",
29
+ "init": "npm run clean && npm run build:variables",
30
+ "build:variables": "node ./preprocess/index",
31
+ "rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es",
32
+ "lint": "react-cli lint",
33
+ "common_package_build": "cd ../common && npm run build && cd ../svg",
34
+ "docs": "react-cli docs",
35
+ "postpublish": "react-cli postpublish",
36
+ "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
37
+ "expublish": "npm publish --tag experimental-version",
38
+ "cssVariableConvert": "react-cli variableConverter ./lib ./lib && react-cli variableConverter ./es ./es",
39
+ "variable:addignore": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableIgnore.js ./src",
40
+ "variable:convert": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/pxParserPostcss.js ./src",
41
+ "variable:check": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableErrorCheck.js ./src ./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json"
42
+ },
43
+ "react-cli": {
44
+ "preprocess": {
45
+ "runner": "./preprocess/index.js"
46
+ },
47
+ "css": {
48
+ "plugins": {
49
+ "hasRTL": true,
50
+ "cssVariableReplacement": true
51
+ },
52
+ "patterns": {
53
+ "cssVariableReplacement": [
54
+ "**/src/**",
55
+ "**/lib/**",
56
+ "**/es/**",
57
+ "!**/node_modules/**"
58
+ ]
59
+ },
60
+ "cssVariableReplacementConfig": "./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json"
61
+ },
62
+ "docs": {
63
+ "cssUniqueness": "false",
64
+ "disableES5Transpile": true
65
+ }
66
+ },
67
+ "dependencies": {},
68
+ "devDependencies": {
69
+ "@zohodesk/variables": "1.0.0-beta.31",
70
+ "@svgr/cli": "6.2.1",
71
+ "@zohodesk-private/css-variable-migrator": "^1.0.5"
72
+ },
73
+ "peerDependencies": {
74
+ "@zohodesk/variables": "1.0.0-beta.31"
75
+ }
76
+ }
@@ -1,67 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import PropTypes from 'prop-types';
8
- import SVG from './SVG';
9
- import image from './images/EmptyAccounts.svg';
10
-
11
- var EmptyAccounts = function (_React$Component) {
12
- _inherits(EmptyAccounts, _React$Component);
13
-
14
- function EmptyAccounts() {
15
- _classCallCheck(this, EmptyAccounts);
16
-
17
- return _possibleConstructorReturn(this, (EmptyAccounts.__proto__ || _Object$getPrototypeOf(EmptyAccounts)).apply(this, arguments));
18
- }
19
-
20
- _createClass(EmptyAccounts, [{
21
- key: 'render',
22
- value: function render() {
23
- var _props = this.props,
24
- size = _props.size,
25
- _props$className = _props.className,
26
- className = _props$className === undefined ? '' : _props$className,
27
- alignHorizontal = _props.alignHorizontal,
28
- dataId = _props.dataId;
29
-
30
- return React.createElement(
31
- SVG,
32
- {
33
- viewBox: '0 0 181.9 139.3',
34
- name: 'accounts',
35
- size: size,
36
- className: className,
37
- alignHorizontal: alignHorizontal,
38
- dataId: dataId
39
- },
40
- React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
41
- );
42
- }
43
- }]);
44
-
45
- return EmptyAccounts;
46
- }(React.Component);
47
-
48
- export default EmptyAccounts;
49
-
50
-
51
- EmptyAccounts.propTypes = {
52
- size: PropTypes.oneOf('small', 'large'),
53
- className: PropTypes.string,
54
- alignHorizontal: PropTypes.bool,
55
- dataId: PropTypes.string
56
- };
57
- EmptyAccounts.defaultProps = {
58
- size: 'large',
59
- alignHorizontal: true,
60
- dataId: 'emptyAccounts'
61
- };
62
-
63
- if (false) {
64
- EmptyAccounts.docs = {
65
- componentGroup: 'SVG'
66
- };
67
- }
@@ -1,70 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import PropTypes from 'prop-types';
8
- import SVG from './SVG';
9
- import image from './images/EmptyActiveCalls.svg';
10
-
11
- var EmptyActiveCalls = function (_React$Component) {
12
- _inherits(EmptyActiveCalls, _React$Component);
13
-
14
- function EmptyActiveCalls() {
15
- _classCallCheck(this, EmptyActiveCalls);
16
-
17
- return _possibleConstructorReturn(this, (EmptyActiveCalls.__proto__ || _Object$getPrototypeOf(EmptyActiveCalls)).apply(this, arguments));
18
- }
19
-
20
- _createClass(EmptyActiveCalls, [{
21
- key: 'render',
22
- value: function render() {
23
- var _props = this.props,
24
- isRender = _props.isRender,
25
- size = _props.size,
26
- _props$className = _props.className,
27
- className = _props$className === undefined ? '' : _props$className,
28
- alignHorizontal = _props.alignHorizontal,
29
- dataId = _props.dataId;
30
-
31
- return React.createElement(
32
- SVG,
33
- {
34
- viewBox: '0 0 181.9 139.3',
35
- name: 'ActiveCalls',
36
- isRender: isRender,
37
- size: size,
38
- className: className,
39
- alignHorizontal: alignHorizontal,
40
- dataId: dataId
41
- },
42
- React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
43
- );
44
- }
45
- }]);
46
-
47
- return EmptyActiveCalls;
48
- }(React.Component);
49
-
50
- export default EmptyActiveCalls;
51
-
52
- EmptyActiveCalls.propTypes = {
53
- isRender: PropTypes.bool,
54
- size: PropTypes.oneOf('small', 'large'),
55
- className: PropTypes.string,
56
- alignHorizontal: PropTypes.bool,
57
- dataId: PropTypes.string
58
- };
59
- EmptyActiveCalls.defaultProps = {
60
- isRender: true,
61
- size: 'large',
62
- alignHorizontal: true,
63
- dataId: 'emptyActiveCalls'
64
- };
65
-
66
- if (false) {
67
- EmptyActiveCalls.docs = {
68
- componentGroup: 'SVG'
69
- };
70
- }
@@ -1,70 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import PropTypes from 'prop-types';
8
- import SVG from './SVG';
9
- import image from './images/EmptyActivity.svg';
10
-
11
- var EmptyActivity = function (_React$Component) {
12
- _inherits(EmptyActivity, _React$Component);
13
-
14
- function EmptyActivity() {
15
- _classCallCheck(this, EmptyActivity);
16
-
17
- return _possibleConstructorReturn(this, (EmptyActivity.__proto__ || _Object$getPrototypeOf(EmptyActivity)).apply(this, arguments));
18
- }
19
-
20
- _createClass(EmptyActivity, [{
21
- key: 'render',
22
- value: function render() {
23
- var _props = this.props,
24
- isRender = _props.isRender,
25
- size = _props.size,
26
- _props$className = _props.className,
27
- className = _props$className === undefined ? '' : _props$className,
28
- alignHorizontal = _props.alignHorizontal,
29
- dataId = _props.dataId;
30
-
31
- return React.createElement(
32
- SVG,
33
- {
34
- viewBox: '0 0 181.9 139.3',
35
- name: 'EmptyActivity',
36
- isRender: isRender,
37
- size: size,
38
- className: className,
39
- alignHorizontal: alignHorizontal,
40
- dataId: dataId
41
- },
42
- React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
43
- );
44
- }
45
- }]);
46
-
47
- return EmptyActivity;
48
- }(React.Component);
49
-
50
- export default EmptyActivity;
51
-
52
- EmptyActivity.propTypes = {
53
- isRender: PropTypes.bool,
54
- size: PropTypes.oneOf('small', 'large'),
55
- className: PropTypes.string,
56
- alignCenter: PropTypes.bool,
57
- dataId: PropTypes.string
58
- };
59
- EmptyActivity.defaultProps = {
60
- isRender: true,
61
- size: 'large',
62
- alignHorizontal: true,
63
- dataId: 'emptyActivity'
64
- };
65
-
66
- if (false) {
67
- EmptyActivity.docs = {
68
- componentGroup: 'SVG'
69
- };
70
- }
@@ -1,66 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import PropTypes from 'prop-types';
8
- import SVG from './SVG';
9
- import image from './images/EmptyAgent.svg';
10
-
11
- var EmptyAgent = function (_React$Component) {
12
- _inherits(EmptyAgent, _React$Component);
13
-
14
- function EmptyAgent() {
15
- _classCallCheck(this, EmptyAgent);
16
-
17
- return _possibleConstructorReturn(this, (EmptyAgent.__proto__ || _Object$getPrototypeOf(EmptyAgent)).apply(this, arguments));
18
- }
19
-
20
- _createClass(EmptyAgent, [{
21
- key: 'render',
22
- value: function render() {
23
- var _props = this.props,
24
- size = _props.size,
25
- _props$className = _props.className,
26
- className = _props$className === undefined ? '' : _props$className,
27
- alignHorizontal = _props.alignHorizontal,
28
- dataId = _props.dataId;
29
-
30
- return React.createElement(
31
- SVG,
32
- {
33
- viewBox: '0 0 181.9 139.3',
34
- name: 'agent',
35
- size: size,
36
- className: className,
37
- alignHorizontal: alignHorizontal,
38
- dataId: dataId
39
- },
40
- React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
41
- );
42
- }
43
- }]);
44
-
45
- return EmptyAgent;
46
- }(React.Component);
47
-
48
- export default EmptyAgent;
49
-
50
- EmptyAgent.propTypes = {
51
- size: PropTypes.oneOf('small', 'large'),
52
- className: PropTypes.string,
53
- alignHorizontal: PropTypes.bool,
54
- dataId: PropTypes.string
55
- };
56
- EmptyAgent.defaultProps = {
57
- size: 'large',
58
- alignHorizontal: true,
59
- dataId: 'emptyAgent'
60
- };
61
-
62
- if (false) {
63
- EmptyAgent.docs = {
64
- componentGroup: 'SVG'
65
- };
66
- }
@@ -1,65 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import PropTypes from 'prop-types';
8
- import SVG from './SVG';
9
- import image from './images/EmptyArchived.svg';
10
-
11
- var EmptyArchived = function (_React$Component) {
12
- _inherits(EmptyArchived, _React$Component);
13
-
14
- function EmptyArchived() {
15
- _classCallCheck(this, EmptyArchived);
16
-
17
- return _possibleConstructorReturn(this, (EmptyArchived.__proto__ || _Object$getPrototypeOf(EmptyArchived)).apply(this, arguments));
18
- }
19
-
20
- _createClass(EmptyArchived, [{
21
- key: 'render',
22
- value: function render() {
23
- var _props = this.props,
24
- size = _props.size,
25
- _props$className = _props.className,
26
- className = _props$className === undefined ? '' : _props$className,
27
- alignHorizontal = _props.alignHorizontal,
28
- dataId = _props.dataId;
29
-
30
- return React.createElement(
31
- SVG,
32
- {
33
- viewBox: '0 0 181.9 139.3',
34
- name: 'archived',
35
- size: size,
36
- className: className,
37
- alignHorizontal: alignHorizontal,
38
- dataId: dataId
39
- },
40
- React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
41
- );
42
- }
43
- }]);
44
-
45
- return EmptyArchived;
46
- }(React.Component);
47
-
48
- export default EmptyArchived;
49
-
50
- EmptyArchived.propTypes = {
51
- size: PropTypes.oneOf('small', 'large'),
52
- className: PropTypes.string,
53
- alignHorizontal: PropTypes.bool,
54
- dataId: PropTypes.string
55
- };
56
- EmptyArchived.defaultProps = {
57
- size: 'large',
58
- alignHorizontal: true,
59
- dataId: 'emptyArchived'
60
- };
61
- if (false) {
62
- EmptyArchived.docs = {
63
- componentGroup: 'SVG'
64
- };
65
- }
@@ -1,66 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import PropTypes from 'prop-types';
8
- import SVG from './SVG';
9
- import image from './images/EmptyAttach.svg';
10
-
11
- var EmptyAttach = function (_React$Component) {
12
- _inherits(EmptyAttach, _React$Component);
13
-
14
- function EmptyAttach() {
15
- _classCallCheck(this, EmptyAttach);
16
-
17
- return _possibleConstructorReturn(this, (EmptyAttach.__proto__ || _Object$getPrototypeOf(EmptyAttach)).apply(this, arguments));
18
- }
19
-
20
- _createClass(EmptyAttach, [{
21
- key: 'render',
22
- value: function render() {
23
- var _props = this.props,
24
- size = _props.size,
25
- _props$className = _props.className,
26
- className = _props$className === undefined ? '' : _props$className,
27
- alignHorizontal = _props.alignHorizontal,
28
- dataId = _props.dataId;
29
-
30
- return React.createElement(
31
- SVG,
32
- {
33
- viewBox: '0 0 181.9 139.3',
34
- name: 'attach',
35
- size: size,
36
- className: className,
37
- alignHorizontal: alignHorizontal,
38
- dataId: dataId
39
- },
40
- React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
41
- );
42
- }
43
- }]);
44
-
45
- return EmptyAttach;
46
- }(React.Component);
47
-
48
- export default EmptyAttach;
49
-
50
- EmptyAttach.propTypes = {
51
- size: PropTypes.oneOf('small', 'large'),
52
- className: PropTypes.string,
53
- alignHorizontal: PropTypes.bool,
54
- dataId: PropTypes.string
55
- };
56
- EmptyAttach.defaultProps = {
57
- size: 'large',
58
- alignHorizontal: true,
59
- dataId: 'emptyAttach'
60
- };
61
-
62
- if (false) {
63
- EmptyAttach.docs = {
64
- componentGroup: 'SVG'
65
- };
66
- }
@@ -1,66 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React from 'react';
7
- import PropTypes from 'prop-types';
8
- import SVG from './SVG';
9
- import image from './images/EmptyBlueprint.svg';
10
-
11
- var EmptyBlueprint = function (_React$Component) {
12
- _inherits(EmptyBlueprint, _React$Component);
13
-
14
- function EmptyBlueprint() {
15
- _classCallCheck(this, EmptyBlueprint);
16
-
17
- return _possibleConstructorReturn(this, (EmptyBlueprint.__proto__ || _Object$getPrototypeOf(EmptyBlueprint)).apply(this, arguments));
18
- }
19
-
20
- _createClass(EmptyBlueprint, [{
21
- key: 'render',
22
- value: function render() {
23
- var _props = this.props,
24
- size = _props.size,
25
- _props$className = _props.className,
26
- className = _props$className === undefined ? '' : _props$className,
27
- alignHorizontal = _props.alignHorizontal,
28
- dataId = _props.dataId;
29
-
30
- return React.createElement(
31
- SVG,
32
- {
33
- viewBox: '0 0 298 123.5',
34
- name: 'blueprint',
35
- size: size,
36
- className: className,
37
- alignHorizontal: alignHorizontal,
38
- dataId: dataId
39
- },
40
- React.createElement('image', { xlinkHref: image, height: '100%', width: '100%' })
41
- );
42
- }
43
- }]);
44
-
45
- return EmptyBlueprint;
46
- }(React.Component);
47
-
48
- export default EmptyBlueprint;
49
-
50
- EmptyBlueprint.propTypes = {
51
- size: PropTypes.oneOf('small', 'large'),
52
- className: PropTypes.string,
53
- alignHorizontal: PropTypes.bool,
54
- dataId: PropTypes.string
55
- };
56
- EmptyBlueprint.defaultProps = {
57
- size: 'large',
58
- alignHorizontal: true,
59
- dataId: 'emptyBlueprint'
60
- };
61
-
62
- if (false) {
63
- EmptyBlueprint.docs = {
64
- componentGroup: 'SVG'
65
- };
66
- }