@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,130 @@
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 EmptyArchived = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(EmptyArchived, _React$Component);
42
+
43
+ var _super = _createSuper(EmptyArchived);
44
+
45
+ function EmptyArchived() {
46
+ _classCallCheck(this, EmptyArchived);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(EmptyArchived, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 200 200",
56
+ name: "archived"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5,.EmptyArchived_svg__cls-6,.EmptyArchived_svg__cls-8{fill:none}.EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyArchived_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyArchived_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-7{fill:var(--zd_emptysvg_circle_fill)}")), /*#__PURE__*/_react["default"].createElement("path", {
58
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
59
+ opacity: 0.05,
60
+ fill: "var(--zd_emptysvg_primary_fill)"
61
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
62
+ cx: 156.04,
63
+ cy: 31.69,
64
+ rx: 3.54,
65
+ ry: 3.51,
66
+ strokeMiterlimit: 10,
67
+ stroke: "var(--zd_emptysvg_medium_circle)",
68
+ fill: "none"
69
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
70
+ className: "EmptyArchived_svg__cls-3",
71
+ cx: 79.62,
72
+ cy: 29.6,
73
+ rx: 2.12,
74
+ ry: 2.1
75
+ }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ className: "EmptyArchived_svg__cls-4",
77
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
78
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
79
+ className: "EmptyArchived_svg__cls-8",
80
+ cx: 165.88,
81
+ cy: 154.09,
82
+ rx: 2.45,
83
+ ry: 2.43
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ className: "EmptyArchived_svg__cls-6",
86
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "M59.14 102.89l77.54.31s-5 34.74-3.78 43.49l12.79-2.93s-3.69-34.4-1.13-42.76l11.64-.38s3.89 54-15.82 63c0 0-63.67 8.45-77.24-4.91 0-.03-10.14-18.16-4-55.82z",
89
+ fill: "var(--zd_emptysvg_secondary_fill)"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ className: "EmptyArchived_svg__cls-5",
92
+ d: "M130.4 100.4s1.79-30.18 4.09-34.79c0 0-51.13-11.36-73.66-7.61 0 0-3.53 27.27-3.68 44-.07 7.66-5 54.76 10.06 61.52s69.53 3.41 76.2-.44c9.39-5.4 13.17-32.6 12.79-61.14 0 0-9.76-1.5-11.64.37s-.52 29.32 1.13 42.81c.46 3.73.38 17.27-7.51 17.27s-6.38-40.17-1.5-57.82l-71.83-1.07 4.77-59.19 77.82 10S135.52 92.44 136.82 102l8.67-2.17s6.73-26 10.74-31.65l-9.23-.67"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ className: "EmptyArchived_svg__cls-7",
95
+ d: "M110.9 129.37H93.33a1.5 1.5 0 110-3h17.57a1.5 1.5 0 010 3z"
96
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
97
+ className: "EmptyArchived_svg__cls-7",
98
+ cx: 86.82,
99
+ cy: 127.87,
100
+ r: 1.35
101
+ }));
102
+ }
103
+ }]);
104
+
105
+ return EmptyArchived;
106
+ }(_react["default"].Component);
107
+
108
+ exports["default"] = EmptyArchived;
109
+ EmptyArchived.propTypes = {
110
+ alignHorizontal: _propTypes["default"].bool,
111
+ className: _propTypes["default"].string,
112
+ dataId: _propTypes["default"].string,
113
+ isRender: _propTypes["default"].bool,
114
+ size: _propTypes["default"].oneOf(['small', 'large']),
115
+ palette: _propTypes["default"].oneOf(['default', 'dark'])
116
+ };
117
+ EmptyArchived.defaultProps = {
118
+ size: 'large',
119
+ alignHorizontal: true,
120
+ isRender: true,
121
+ className: '',
122
+ dataId: 'emptyArchived',
123
+ palette: 'default'
124
+ };
125
+
126
+ if (false) {
127
+ EmptyArchived.docs = {
128
+ componentGroup: 'SVG'
129
+ };
130
+ }
@@ -0,0 +1,122 @@
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 EmptyAttach = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(EmptyAttach, _React$Component);
42
+
43
+ var _super = _createSuper(EmptyAttach);
44
+
45
+ function EmptyAttach() {
46
+ _classCallCheck(this, EmptyAttach);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(EmptyAttach, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 200 200",
56
+ name: "attach"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6,.EmptyAttach_svg__cls-7,.EmptyAttach_svg__cls-8{fill:none}.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAttach_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAttach_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/_react["default"].createElement("path", {
58
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
59
+ fill: "var(--zd_emptysvg_primary_fill)",
60
+ opacity: 0.05
61
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
62
+ cx: 156.04,
63
+ cy: 31.69,
64
+ rx: 3.54,
65
+ ry: 3.51,
66
+ strokeMiterlimit: 10,
67
+ stroke: "var(--zd_emptysvg_medium_circle)",
68
+ fill: "none"
69
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
70
+ className: "EmptyAttach_svg__cls-4",
71
+ cx: 79.62,
72
+ cy: 29.6,
73
+ rx: 2.12,
74
+ ry: 2.1
75
+ }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ className: "EmptyAttach_svg__cls-5",
77
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
78
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
79
+ className: "EmptyAttach_svg__cls-8",
80
+ cx: 165.88,
81
+ cy: 154.09,
82
+ rx: 2.45,
83
+ ry: 2.43
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ className: "EmptyAttach_svg__cls-7",
86
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "M120.89 72.28l7.19 52.09s-56.62 7.79-58.16 4.34-7.61-51.27-5.32-51.47z",
89
+ fill: "var(--zd_emptysvg_secondary_fill)"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ className: "EmptyAttach_svg__cls-6",
92
+ d: "M146.42 155.3c-17.09.46-60.1-.42-69.48-.77a2.4 2.4 0 01-2.33-2.39v-23.43h-4.69l-5-48.51a2.94 2.94 0 012.67-3.2l53.3-4.7 7.19 52.09s-54 7.52-54.58 5.93-1-65.57 0-66.07c1.62-.87 18.28-.24 22.81 0a1.33 1.33 0 011.26 1.16c.86 7 5.12 45.07 5.08 46.83-.14 5.91-13.49 14.69-17.54-.24-4.44-16.36-6.44-48.46-6.59-50.8-.31-5.16 13.8-16.72 17.87 17.2 3.77 31.37 3.84 34.6-2 35.48-6.86 1-11.37-47.7-11.37-47.7h60.63a3.2 3.2 0 013.21 3.09c.37 12.61 4.83 87 1.65 88.86-2.27 1.36-49.85 0-49.85 0"
93
+ }));
94
+ }
95
+ }]);
96
+
97
+ return EmptyAttach;
98
+ }(_react["default"].Component);
99
+
100
+ exports["default"] = EmptyAttach;
101
+ EmptyAttach.propTypes = {
102
+ alignHorizontal: _propTypes["default"].bool,
103
+ className: _propTypes["default"].string,
104
+ dataId: _propTypes["default"].string,
105
+ isRender: _propTypes["default"].bool,
106
+ size: _propTypes["default"].oneOf(['small', 'large']),
107
+ palette: _propTypes["default"].oneOf(['default', 'dark'])
108
+ };
109
+ EmptyAttach.defaultProps = {
110
+ size: 'large',
111
+ alignHorizontal: true,
112
+ isRender: true,
113
+ className: '',
114
+ dataId: 'emptyAttach',
115
+ palette: 'default'
116
+ };
117
+
118
+ if (false) {
119
+ EmptyAttach.docs = {
120
+ componentGroup: 'SVG'
121
+ };
122
+ }
@@ -0,0 +1,137 @@
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 EmptyBlueprint = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(EmptyBlueprint, _React$Component);
42
+
43
+ var _super = _createSuper(EmptyBlueprint);
44
+
45
+ function EmptyBlueprint() {
46
+ _classCallCheck(this, EmptyBlueprint);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(EmptyBlueprint, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 200 200",
56
+ name: "blueprint"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".EmptyBlueprint_svg__cls-4{fill:var(--zd_emptysvg_plus)}.EmptyBlueprint_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyBlueprint_svg__cls-7{fill:var(--zd_emptysvg_cross)}.EmptyBlueprint_svg__cls-5{fill:var(--zd_emptysvg_primary_stroke)}.EmptyBlueprint_svg__cls-8{fill:var(--zd_emptysvg_small_circle)}.EmptyBlueprint_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}")), /*#__PURE__*/_react["default"].createElement("path", {
58
+ d: "M86.5 67.37s42.51-27.95 64-19.54 36.24 79.17-23.59 110.92S40 121.44 39.8 109.2c-.22-11.85 0-40.08 46.7-41.83z",
59
+ opacity: 0.05,
60
+ fill: "var(--zd_emptysvg_primary_fill)"
61
+ }), /*#__PURE__*/_react["default"].createElement("path", {
62
+ d: "M149.5 43a3.51 3.51 0 113.5-3.56 3.53 3.53 0 01-3.5 3.56zm0-6.36a2.85 2.85 0 102.88 2.85 2.87 2.87 0 00-2.88-2.9z",
63
+ fill: "var(--zd_emptysvg_medium_circle)"
64
+ }), /*#__PURE__*/_react["default"].createElement("path", {
65
+ className: "EmptyBlueprint_svg__cls-3",
66
+ d: "M80.25 39.77a2.23 2.23 0 112.25-2.23 2.24 2.24 0 01-2.25 2.23zm0-3.8a1.58 1.58 0 101.6 1.57 1.58 1.58 0 00-1.6-1.54z"
67
+ }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ className: "EmptyBlueprint_svg__cls-4",
69
+ d: "M28.89 108a.32.32 0 01-.31-.34l.32-5.59a.32.32 0 11.64 0l-.31 5.58a.32.32 0 01-.34.35z"
70
+ }), /*#__PURE__*/_react["default"].createElement("path", {
71
+ className: "EmptyBlueprint_svg__cls-4",
72
+ d: "M31.87 105.38l-5.63-.31a.33.33 0 110-.65l5.64.31a.33.33 0 01.3.35.32.32 0 01-.31.3z"
73
+ }), /*#__PURE__*/_react["default"].createElement("path", {
74
+ className: "EmptyBlueprint_svg__cls-8",
75
+ d: "M171.1 152.88a2.54 2.54 0 112.55-2.53 2.54 2.54 0 01-2.55 2.53zm0-4.42a1.89 1.89 0 101.9 1.89 1.89 1.89 0 00-1.9-1.89z"
76
+ }), /*#__PURE__*/_react["default"].createElement("path", {
77
+ className: "EmptyBlueprint_svg__cls-7",
78
+ transform: "rotate(-42.01 169.123 119.012)",
79
+ d: "M168.78 116.2h.65v5.62h-.65z"
80
+ }), /*#__PURE__*/_react["default"].createElement("path", {
81
+ className: "EmptyBlueprint_svg__cls-7",
82
+ transform: "rotate(-41.59 169.115 119.015)",
83
+ d: "M166.3 118.69h5.62v.65h-5.62z"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ className: "EmptyBlueprint_svg__cls-5",
86
+ d: "M121.09 83.39h1.31v1.32a.33.33 0 00.66 0v-1.32h1.32a.32.32 0 00.32-.33.32.32 0 00-.32-.32h-1.32v-1.32a.33.33 0 00-.66 0v1.32h-1.31a.32.32 0 00-.33.32.33.33 0 00.33.33z"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ className: "EmptyBlueprint_svg__cls-5",
89
+ d: "M140.77 49.62c-.22-1.15-4.7-1.17-19-.63-5.45.21-10.6.41-13.52.28a1.16 1.16 0 00-.86.35c-1.1 1.12-.9 5-.72 8.42.06 1.12.11 2.17.11 3a.63.63 0 00.23.48c2.13 2 27.55.14 30.44-.07a.32.32 0 00.3-.35.31.31 0 00-.34-.3c-14.23 1.06-29.34 1.44-30 .24 0-.84 0-1.9-.11-3-.15-3-.37-7 .54-7.93a.49.49 0 01.37-.16c2.94.13 8.1-.07 13.56-.28 7.44-.28 17.62-.67 18.32.12.4 1.65.56 10.37-.67 12.24a.52.52 0 01-.28.25c-.9.15-4.45.27-7.88.38-6.54.22-7.6.3-7.89.48s-.27.38-.24 7.19v3a.9.9 0 01-.77.89c-1.42.17-8.49 1.42-8 9.63a5.78 5.78 0 003.12 4l.1.14a6.41 6.41 0 003.91 2.67.73.73 0 01.7.73v5.3c0 2.65.05 5.6.05 7.65a.47.47 0 01-.08.32c-.12.11-.48.09-.83.07h-.55c-1.32 0-3.24 0-5.24-.08-3.88-.08-7.88-.16-8.92 0a1 1 0 00-.63.45 5.16 5.16 0 00-.6 1.6h-.58a1.24 1.24 0 00-1.3 1.2l-.23 4.88-9.9-.16a.33.33 0 00-.33.32 3.83 3.83 0 01-.26 1.32 6.15 6.15 0 00.1-1.15c0-4.7-1.69-6.26-12.23-6.81-10.27-.53-14.69.14-15.42 5.72a5 5 0 001.46 4.39c3.33 3.1 11.23 2 12.83 1.68.58 2 .13 19.2-.2 21.11-.75.09-4.11-.09-6.85-.23a78.15 78.15 0 00-8.59-.23 1.07 1.07 0 00-.71.52c-1.45 2.08-1.47 11.13-1.17 12.67.21 1.14 4.64 1.27 18.76 1.13 5.55-.06 10.8-.11 13.72.1h.09a1.17 1.17 0 00.82-.34c1.11-1.05 1-4.51.93-7.85v-2.82a.73.73 0 00-.25-.53c-2-1.89-21.41-.74-23.61-.61a.33.33 0 00-.31.35.32.32 0 00.35.3c12.55-.78 22.94-.56 23.17.48v2.84c.08 2.91.17 6.52-.73 7.37a.51.51 0 01-.42.16c-2.94-.22-8.2-.17-13.77-.11-7.36.08-17.44.18-18.12-.6-.26-1.42-.22-10.31 1.07-12.18.1-.15.2-.24.29-.25a81.63 81.63 0 018.45.24c7 .37 7.24.31 7.37.07.65-.65.87-20.82.24-22a.41.41 0 00-.44-.25c-.37.07-9.14 1.62-12.48-1.48a4.33 4.33 0 01-1.14-3.88c.6-4.67 3.63-5.73 14.74-5.15s11.61 2.41 11.61 6.16a4.49 4.49 0 01-1 3c-3.29 2.27-9.94 1.72-10 1.72a.31.31 0 00-.35.28.33.33 0 00.28.36c4.83.67 8.23.19 10.09-1.43a6.09 6.09 0 00.44-.44c.17-.13.34-.26.5-.4a4.3 4.3 0 001.48-2.91l9.18.16h.73a.33.33 0 00.33-.31l.24-5.21a.6.6 0 01.65-.56h.44a62.89 62.89 0 00-.52 13.44c.08.43.27 1.41 14.25 1.78 7 .18 15.39.13 19.5-.13.77-.07.9-1.64.75-8.85 0-1.65-.07-3.22 0-4.29a.64.64 0 00-.19-.45c-1.86-1.93-26.48-2.13-32.95-2.15a4.12 4.12 0 01.48-1.23c.11-.16.18-.18.19-.18 1-.16 5.14-.07 8.81 0 2 0 3.93.08 5.25.08h.51a1.73 1.73 0 001.32-.25 1 1 0 00.28-.79v-7.65-5.3a1.37 1.37 0 00-1.36-1.37 5.25 5.25 0 01-2.68-1.48 14.52 14.52 0 003.16.84 5.5 5.5 0 003.67-.67 7.42 7.42 0 003.54-5.79 6 6 0 00-2.58-5.21 6.85 6.85 0 00-6.25-.66 6.33 6.33 0 00-4 4.88 7.71 7.71 0 00.39 4.72 4.48 4.48 0 01-1.81-2.88c-.49-7.41 5.52-8.7 7.39-8.91a1.56 1.56 0 001.33-1.54v-3-6.66c.81-.13 4.48-.26 7.46-.36 3.61-.12 7-.23 8-.39a1.09 1.09 0 00.71-.53c1.39-2.12 1.11-11.28.76-12.74zm-2.1 59.64v4.32c.06 3 .16 7.53-.23 8.19-8.5.53-31.93.21-33-1.12a64.4 64.4 0 01.53-13.32c15.55.03 31.97.72 32.7 1.93zM117.16 82a5.72 5.72 0 013.6-4.4 6.2 6.2 0 015.63.57 5.32 5.32 0 012.32 4.66 6.75 6.75 0 01-3.23 5.26 4.9 4.9 0 01-3.23.59 14 14 0 01-4.25-1.33 6.92 6.92 0 01-.84-5.35z"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ className: "EmptyBlueprint_svg__cls-6",
92
+ d: "M138.46 108.57L107 107.13a1.08 1.08 0 00-1.08 1.08l.72 12.2a1.08 1.08 0 001.08 1.08l30.76.72a1.08 1.08 0 001.08-1.08v-11.48a1.09 1.09 0 00-1.1-1.08zM122.74 88.16a5.25 5.25 0 10-5.25-5.25 5.25 5.25 0 005.25 5.25z"
93
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
94
+ className: "EmptyBlueprint_svg__cls-6",
95
+ cx: 79.42,
96
+ cy: 112.4,
97
+ r: 1.49
98
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
99
+ className: "EmptyBlueprint_svg__cls-6",
100
+ cx: 72.55,
101
+ cy: 112.4,
102
+ r: 1.49
103
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
104
+ className: "EmptyBlueprint_svg__cls-6",
105
+ cx: 85.93,
106
+ cy: 112.4,
107
+ r: 1.49
108
+ }));
109
+ }
110
+ }]);
111
+
112
+ return EmptyBlueprint;
113
+ }(_react["default"].Component);
114
+
115
+ exports["default"] = EmptyBlueprint;
116
+ EmptyBlueprint.propTypes = {
117
+ alignHorizontal: _propTypes["default"].bool,
118
+ className: _propTypes["default"].string,
119
+ dataId: _propTypes["default"].string,
120
+ isRender: _propTypes["default"].bool,
121
+ size: _propTypes["default"].oneOf(['small', 'large']),
122
+ palette: _propTypes["default"].oneOf(['default', 'dark'])
123
+ };
124
+ EmptyBlueprint.defaultProps = {
125
+ size: 'large',
126
+ alignHorizontal: true,
127
+ isRender: true,
128
+ className: '',
129
+ dataId: 'emptyBlueprint',
130
+ palette: 'default'
131
+ };
132
+
133
+ if (false) {
134
+ EmptyBlueprint.docs = {
135
+ componentGroup: 'SVG'
136
+ };
137
+ }
@@ -0,0 +1,90 @@
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 _EmptyBusinessHoliday = _interopRequireDefault(require("./images/EmptyBusinessHoliday.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 EmptyBusinessHoliday = /*#__PURE__*/function (_React$Component) {
43
+ _inherits(EmptyBusinessHoliday, _React$Component);
44
+
45
+ var _super = _createSuper(EmptyBusinessHoliday);
46
+
47
+ function EmptyBusinessHoliday() {
48
+ _classCallCheck(this, EmptyBusinessHoliday);
49
+
50
+ return _super.apply(this, arguments);
51
+ }
52
+
53
+ _createClass(EmptyBusinessHoliday, [{
54
+ key: "render",
55
+ value: function render() {
56
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
57
+ viewBox: "0 0 181.9 139.3",
58
+ name: "businessholiday"
59
+ }, this.props), /*#__PURE__*/_react["default"].createElement("image", {
60
+ xlinkHref: _EmptyBusinessHoliday["default"],
61
+ height: "100%",
62
+ width: "100%"
63
+ }));
64
+ }
65
+ }]);
66
+
67
+ return EmptyBusinessHoliday;
68
+ }(_react["default"].Component);
69
+
70
+ exports["default"] = EmptyBusinessHoliday;
71
+ EmptyBusinessHoliday.propTypes = {
72
+ alignHorizontal: _propTypes["default"].bool,
73
+ className: _propTypes["default"].string,
74
+ dataId: _propTypes["default"].string,
75
+ isRender: _propTypes["default"].bool,
76
+ size: _propTypes["default"].oneOf(['small', 'large'])
77
+ };
78
+ EmptyBusinessHoliday.defaultProps = {
79
+ size: 'large',
80
+ alignHorizontal: true,
81
+ isRender: true,
82
+ className: '',
83
+ dataId: 'emptyBusinessHoliday'
84
+ };
85
+
86
+ if (false) {
87
+ EmptyBusinessHoliday.docs = {
88
+ componentGroup: 'SVG'
89
+ };
90
+ }
@@ -0,0 +1,90 @@
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 _EmptyBusinessHour = _interopRequireDefault(require("./images/EmptyBusinessHour.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 EmptyBusinessHour = /*#__PURE__*/function (_React$Component) {
43
+ _inherits(EmptyBusinessHour, _React$Component);
44
+
45
+ var _super = _createSuper(EmptyBusinessHour);
46
+
47
+ function EmptyBusinessHour() {
48
+ _classCallCheck(this, EmptyBusinessHour);
49
+
50
+ return _super.apply(this, arguments);
51
+ }
52
+
53
+ _createClass(EmptyBusinessHour, [{
54
+ key: "render",
55
+ value: function render() {
56
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
57
+ viewBox: "0 0 181.9 139.3",
58
+ name: "businesshour"
59
+ }, this.props), /*#__PURE__*/_react["default"].createElement("image", {
60
+ xlinkHref: _EmptyBusinessHour["default"],
61
+ height: "100%",
62
+ width: "100%"
63
+ }));
64
+ }
65
+ }]);
66
+
67
+ return EmptyBusinessHour;
68
+ }(_react["default"].Component);
69
+
70
+ exports["default"] = EmptyBusinessHour;
71
+ EmptyBusinessHour.propTypes = {
72
+ alignHorizontal: _propTypes["default"].bool,
73
+ className: _propTypes["default"].string,
74
+ dataId: _propTypes["default"].string,
75
+ isRender: _propTypes["default"].bool,
76
+ size: _propTypes["default"].oneOf(['small', 'large'])
77
+ };
78
+ EmptyBusinessHour.defaultProps = {
79
+ size: 'large',
80
+ alignHorizontal: true,
81
+ isRender: true,
82
+ className: '',
83
+ dataId: 'emptyBusinessHour'
84
+ };
85
+
86
+ if (false) {
87
+ EmptyBusinessHour.docs = {
88
+ componentGroup: 'SVG'
89
+ };
90
+ }