@zohodesk/svg 1.0.0-temp.47 → 1.0.0-temp.49

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 (283) hide show
  1. package/README.md +11 -0
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +30 -30
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +8 -8
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +8 -8
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +8 -8
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +8 -8
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +8 -8
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +30 -30
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +8 -8
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +8 -8
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +8 -8
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +8 -8
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +8 -8
  14. package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +30 -30
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +8 -8
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +8 -8
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +8 -8
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +8 -8
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +8 -8
  20. package/css_error.log +0 -0
  21. package/es/Loader/Loader.js +7 -9
  22. package/es/{svg → SVG}/SVG.js +5 -6
  23. package/es/{svg → SVG}/SVG.module.css +0 -0
  24. package/es/{svg → SVG}/SvgLoader.js +1 -4
  25. package/es/{svg → SVG}/props/defaultProps.js +0 -0
  26. package/es/{svg → SVG}/props/propTypes.js +0 -0
  27. package/es/emptystate/version1/EmptyCustomDomain.js +8 -10
  28. package/es/emptystate/version2/EmptyBusinessHoliday.js +8 -9
  29. package/es/emptystate/version2/EmptyBusinessHour.js +8 -9
  30. package/es/emptystate/version2/EmptyFromAddress.js +8 -10
  31. package/es/emptystate/version2/EmptyImportHistory.js +8 -9
  32. package/es/emptystate/version2/EmptyNetwork.js +8 -10
  33. package/es/emptystate/version2/EmptyRecycleBin.js +8 -10
  34. package/es/emptystate/version2/EmptyRoles.js +8 -10
  35. package/es/emptystate/version2/EmptyWebhook.js +8 -10
  36. package/es/emptystate/version2/FailureLog.js +8 -9
  37. package/es/emptystate/version3/AuditLog.js +78 -0
  38. package/es/emptystate/version3/Contract.js +90 -0
  39. package/es/emptystate/version3/CustomModule.js +8 -10
  40. package/es/emptystate/version3/EmptyAccounts.js +8 -10
  41. package/es/emptystate/version3/EmptyActiveCalls.js +8 -9
  42. package/es/emptystate/version3/EmptyActivity.js +8 -9
  43. package/es/emptystate/version3/EmptyAgent.js +8 -9
  44. package/es/emptystate/version3/EmptyAgentQueue.js +8 -9
  45. package/es/emptystate/version3/EmptyApplechat.js +72 -0
  46. package/es/emptystate/version3/EmptyApproval.js +8 -10
  47. package/es/emptystate/version3/EmptyArchived.js +8 -10
  48. package/es/emptystate/version3/EmptyArticle.js +73 -0
  49. package/es/emptystate/version3/EmptyAsapchat.js +68 -0
  50. package/es/emptystate/version3/EmptyAttach.js +8 -9
  51. package/es/emptystate/version3/EmptyBlueprint.js +8 -9
  52. package/es/emptystate/version3/EmptyCallHistory.js +8 -9
  53. package/es/emptystate/version3/EmptyCanned.js +78 -0
  54. package/es/emptystate/version3/EmptyChat.js +78 -0
  55. package/es/emptystate/version3/EmptyCollision.js +8 -10
  56. package/es/emptystate/version3/EmptyColumn.js +8 -10
  57. package/es/emptystate/version3/EmptyContact.js +8 -9
  58. package/es/emptystate/version3/EmptyContract.js +8 -10
  59. package/es/emptystate/version3/EmptyConversation.js +8 -9
  60. package/es/emptystate/version3/EmptyCrm.js +8 -10
  61. package/es/emptystate/version3/EmptyCrmNotes.js +8 -10
  62. package/es/emptystate/version3/EmptyCrmPotential.js +8 -9
  63. package/es/emptystate/version3/EmptyDashboard.js +8 -10
  64. package/es/emptystate/version3/EmptyDelete.js +8 -10
  65. package/es/emptystate/version3/EmptyDepartment.js +8 -10
  66. package/es/emptystate/version3/EmptyError.js +8 -9
  67. package/es/emptystate/version3/EmptyFeed.js +8 -10
  68. package/es/emptystate/version3/EmptyFollowers.js +8 -10
  69. package/es/emptystate/version3/EmptyFrame.js +8 -9
  70. package/es/emptystate/version3/EmptyHappiness.js +8 -9
  71. package/es/emptystate/version3/EmptyHistory.js +8 -10
  72. package/es/emptystate/version3/EmptyInstagram.js +74 -0
  73. package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
  74. package/es/emptystate/version3/EmptyInvoice.js +8 -10
  75. package/es/emptystate/version3/EmptyLine.js +74 -0
  76. package/es/emptystate/version3/EmptyMessenger.js +60 -0
  77. package/es/emptystate/version3/EmptyNoData.js +78 -0
  78. package/es/emptystate/version3/EmptyNotification.js +8 -10
  79. package/es/emptystate/version3/EmptyPreference.js +79 -0
  80. package/es/emptystate/version3/EmptyProducts.js +8 -10
  81. package/es/emptystate/version3/EmptyReply.js +8 -10
  82. package/es/emptystate/version3/EmptyReports.js +8 -10
  83. package/es/emptystate/version3/EmptySandbox.js +70 -0
  84. package/es/emptystate/version3/EmptySchedule.js +8 -10
  85. package/es/emptystate/version3/EmptySearch.js +8 -10
  86. package/es/emptystate/version3/EmptySkills.js +8 -10
  87. package/es/emptystate/version3/EmptySla.js +8 -10
  88. package/es/emptystate/version3/EmptySnippet.js +8 -10
  89. package/es/emptystate/version3/EmptyTag.js +8 -10
  90. package/es/emptystate/version3/EmptyTask.js +8 -10
  91. package/es/emptystate/version3/EmptyTeams.js +8 -9
  92. package/es/emptystate/version3/EmptyTelegram.js +74 -0
  93. package/es/emptystate/version3/EmptyTemplate.js +8 -10
  94. package/es/emptystate/version3/EmptyTicket.js +8 -9
  95. package/es/emptystate/version3/EmptyTimeEntry.js +8 -10
  96. package/es/emptystate/version3/EmptyTimeline.js +8 -9
  97. package/es/emptystate/version3/EmptyTopic.js +8 -10
  98. package/es/emptystate/version3/EmptyTwilio.js +74 -0
  99. package/es/emptystate/version3/EmptyWechat.js +74 -0
  100. package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
  101. package/es/emptystate/version3/Export.js +8 -9
  102. package/es/emptystate/version3/Extensions.js +8 -9
  103. package/es/emptystate/version3/Extractor.js +8 -9
  104. package/es/emptystate/version3/GCBot.js +8 -9
  105. package/es/emptystate/version3/GCConversation.js +8 -9
  106. package/es/emptystate/version3/Import.js +8 -9
  107. package/es/emptystate/version3/KBBot.js +8 -9
  108. package/es/emptystate/version3/Multilingual.js +8 -9
  109. package/es/emptystate/version3/NetworkError.js +8 -9
  110. package/es/emptystate/version3/Predictor.js +8 -9
  111. package/es/emptystate/version3/ReadRecipients.js +8 -9
  112. package/es/emptystate/version3/SupportPlan.js +75 -0
  113. package/es/emptystate/version3/Variable.js +8 -9
  114. package/es/emptystate/version3/ZiaAnamoly.js +8 -9
  115. package/es/errorstate/version1/EmptyInconvenience.js +8 -9
  116. package/es/errorstate/version1/NoRequestFound.js +8 -9
  117. package/es/errorstate/version1/PageNotFound.js +8 -9
  118. package/es/errorstate/version1/UnableToProcessRequest.js +8 -9
  119. package/es/errorstate/version1/UnauthorizedLogin.js +8 -9
  120. package/es/errorstate/version1/UrlNotFound.js +8 -9
  121. package/es/errorstate/version1/WillBeRightBack.js +8 -9
  122. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +9 -11
  123. package/es/errorstate/version2/EmptyWillBeRightBack.js +8 -9
  124. package/es/errorstate/version2/NotImpossible.js +8 -9
  125. package/es/errorstate/version3/ErrorInconvenience.js +9 -11
  126. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +9 -11
  127. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +9 -11
  128. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +9 -10
  129. package/es/errorstate/version3/ErrorUrlNotFound.js +9 -11
  130. package/es/errorstate/version3/ErrorWillBeRightBack.js +9 -10
  131. package/es/index.js +14 -12
  132. package/install.md +11 -0
  133. package/lib/Loader/Loader.js +7 -32
  134. package/lib/Loader/props/propTypes.js +0 -3
  135. package/lib/{svg → SVG}/SVG.js +17 -41
  136. package/lib/{svg → SVG}/SVG.module.css +0 -0
  137. package/lib/{svg → SVG}/SvgLoader.js +4 -20
  138. package/lib/{svg → SVG}/props/defaultProps.js +0 -0
  139. package/lib/{svg → SVG}/props/propTypes.js +0 -3
  140. package/lib/emptystate/props/propTypes.js +0 -3
  141. package/lib/emptystate/version1/EmptyCustomDomain.js +6 -35
  142. package/lib/emptystate/version2/EmptyBusinessHoliday.js +6 -34
  143. package/lib/emptystate/version2/EmptyBusinessHour.js +6 -34
  144. package/lib/emptystate/version2/EmptyFromAddress.js +6 -35
  145. package/lib/emptystate/version2/EmptyImportHistory.js +6 -34
  146. package/lib/emptystate/version2/EmptyNetwork.js +6 -35
  147. package/lib/emptystate/version2/EmptyRecycleBin.js +6 -35
  148. package/lib/emptystate/version2/EmptyRoles.js +6 -35
  149. package/lib/emptystate/version2/EmptyWebhook.js +6 -35
  150. package/lib/emptystate/version2/FailureLog.js +6 -34
  151. package/lib/emptystate/version3/AuditLog.js +109 -0
  152. package/lib/emptystate/version3/Contract.js +121 -0
  153. package/lib/emptystate/version3/CustomModule.js +6 -34
  154. package/lib/emptystate/version3/EmptyAccounts.js +6 -34
  155. package/lib/emptystate/version3/EmptyActiveCalls.js +6 -33
  156. package/lib/emptystate/version3/EmptyActivity.js +6 -33
  157. package/lib/emptystate/version3/EmptyAgent.js +6 -33
  158. package/lib/emptystate/version3/EmptyAgentQueue.js +6 -33
  159. package/lib/emptystate/version3/EmptyApplechat.js +103 -0
  160. package/lib/emptystate/version3/EmptyApproval.js +6 -34
  161. package/lib/emptystate/version3/EmptyArchived.js +6 -34
  162. package/lib/emptystate/version3/EmptyArticle.js +104 -0
  163. package/lib/emptystate/version3/EmptyAsapchat.js +99 -0
  164. package/lib/emptystate/version3/EmptyAttach.js +6 -33
  165. package/lib/emptystate/version3/EmptyBlueprint.js +6 -33
  166. package/lib/emptystate/version3/EmptyCallHistory.js +6 -33
  167. package/lib/emptystate/version3/EmptyCanned.js +109 -0
  168. package/lib/emptystate/version3/EmptyChat.js +109 -0
  169. package/lib/emptystate/version3/EmptyCollision.js +6 -34
  170. package/lib/emptystate/version3/EmptyColumn.js +6 -34
  171. package/lib/emptystate/version3/EmptyContact.js +6 -33
  172. package/lib/emptystate/version3/EmptyContract.js +6 -34
  173. package/lib/emptystate/version3/EmptyConversation.js +6 -33
  174. package/lib/emptystate/version3/EmptyCrm.js +6 -34
  175. package/lib/emptystate/version3/EmptyCrmNotes.js +6 -34
  176. package/lib/emptystate/version3/EmptyCrmPotential.js +6 -33
  177. package/lib/emptystate/version3/EmptyDashboard.js +6 -34
  178. package/lib/emptystate/version3/EmptyDelete.js +6 -34
  179. package/lib/emptystate/version3/EmptyDepartment.js +6 -34
  180. package/lib/emptystate/version3/EmptyError.js +6 -33
  181. package/lib/emptystate/version3/EmptyFeed.js +6 -34
  182. package/lib/emptystate/version3/EmptyFollowers.js +6 -34
  183. package/lib/emptystate/version3/EmptyFrame.js +6 -33
  184. package/lib/emptystate/version3/EmptyHappiness.js +6 -33
  185. package/lib/emptystate/version3/EmptyHistory.js +6 -34
  186. package/lib/emptystate/version3/EmptyInstagram.js +105 -0
  187. package/lib/emptystate/version3/EmptyInstantmessage.js +107 -0
  188. package/lib/emptystate/version3/EmptyInvoice.js +6 -34
  189. package/lib/emptystate/version3/EmptyLine.js +105 -0
  190. package/lib/emptystate/version3/EmptyMessenger.js +91 -0
  191. package/lib/emptystate/version3/EmptyNoData.js +109 -0
  192. package/lib/emptystate/version3/EmptyNotification.js +6 -34
  193. package/lib/emptystate/version3/EmptyPreference.js +110 -0
  194. package/lib/emptystate/version3/EmptyProducts.js +6 -34
  195. package/lib/emptystate/version3/EmptyReply.js +6 -34
  196. package/lib/emptystate/version3/EmptyReports.js +6 -34
  197. package/lib/emptystate/version3/EmptySandbox.js +101 -0
  198. package/lib/emptystate/version3/EmptySchedule.js +6 -34
  199. package/lib/emptystate/version3/EmptySearch.js +6 -34
  200. package/lib/emptystate/version3/EmptySkills.js +6 -34
  201. package/lib/emptystate/version3/EmptySla.js +6 -34
  202. package/lib/emptystate/version3/EmptySnippet.js +6 -34
  203. package/lib/emptystate/version3/EmptyTag.js +6 -34
  204. package/lib/emptystate/version3/EmptyTask.js +6 -34
  205. package/lib/emptystate/version3/EmptyTeams.js +6 -33
  206. package/lib/emptystate/version3/EmptyTelegram.js +105 -0
  207. package/lib/emptystate/version3/EmptyTemplate.js +6 -34
  208. package/lib/emptystate/version3/EmptyTicket.js +6 -33
  209. package/lib/emptystate/version3/EmptyTimeEntry.js +6 -34
  210. package/lib/emptystate/version3/EmptyTimeline.js +6 -33
  211. package/lib/emptystate/version3/EmptyTopic.js +6 -34
  212. package/lib/emptystate/version3/EmptyTwilio.js +105 -0
  213. package/lib/emptystate/version3/EmptyWechat.js +105 -0
  214. package/lib/emptystate/version3/EmptyWhatsapp.js +105 -0
  215. package/lib/emptystate/version3/Export.js +6 -33
  216. package/lib/emptystate/version3/Extensions.js +6 -33
  217. package/lib/emptystate/version3/Extractor.js +6 -33
  218. package/lib/emptystate/version3/GCBot.js +6 -33
  219. package/lib/emptystate/version3/GCConversation.js +6 -33
  220. package/lib/emptystate/version3/Import.js +6 -33
  221. package/lib/emptystate/version3/KBBot.js +6 -33
  222. package/lib/emptystate/version3/Multilingual.js +6 -33
  223. package/lib/emptystate/version3/NetworkError.js +6 -33
  224. package/lib/emptystate/version3/Predictor.js +6 -33
  225. package/lib/emptystate/version3/ReadRecipients.js +6 -33
  226. package/lib/emptystate/version3/SupportPlan.js +106 -0
  227. package/lib/emptystate/version3/Variable.js +6 -33
  228. package/lib/emptystate/version3/ZiaAnamoly.js +6 -33
  229. package/lib/errorstate/props/propTypes.js +0 -3
  230. package/lib/errorstate/version1/EmptyInconvenience.js +6 -34
  231. package/lib/errorstate/version1/NoRequestFound.js +6 -34
  232. package/lib/errorstate/version1/PageNotFound.js +6 -34
  233. package/lib/errorstate/version1/UnableToProcessRequest.js +6 -34
  234. package/lib/errorstate/version1/UnauthorizedLogin.js +6 -34
  235. package/lib/errorstate/version1/UrlNotFound.js +6 -34
  236. package/lib/errorstate/version1/WillBeRightBack.js +6 -34
  237. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +7 -35
  238. package/lib/errorstate/version2/EmptyWillBeRightBack.js +6 -33
  239. package/lib/errorstate/version2/NotImpossible.js +6 -33
  240. package/lib/errorstate/version3/ErrorInconvenience.js +7 -35
  241. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +7 -35
  242. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +7 -35
  243. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +7 -34
  244. package/lib/errorstate/version3/ErrorUrlNotFound.js +7 -35
  245. package/lib/errorstate/version3/ErrorWillBeRightBack.js +7 -34
  246. package/lib/index.js +15 -97
  247. package/package.json +20 -20
  248. package/assets/Appearance/dark/mode/contrast/darkContrastEmptyStates.module.css +0 -37
  249. package/assets/Appearance/dark/themes/blue/contrast/blueDarkCTAThemeContrast.module.css +0 -10
  250. package/assets/Appearance/dark/themes/green/contrast/greenDarkCTAThemeContrast.module.css +0 -10
  251. package/assets/Appearance/dark/themes/orange/contrast/orangeDarkCTAThemeContrast.module.css +0 -10
  252. package/assets/Appearance/dark/themes/red/contrast/redDarkCTAThemeContrast.module.css +0 -10
  253. package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkCTAThemeContrast.module.css +0 -10
  254. package/assets/Appearance/default/mode/contrast/defaultContrastEmptyStates.module.css +0 -37
  255. package/assets/Appearance/default/themes/blue/contrast/blueDefaultCTAThemeContrast.module.css +0 -10
  256. package/assets/Appearance/default/themes/green/contrast/greenDefaultCTAThemeContrast.module.css +0 -10
  257. package/assets/Appearance/default/themes/orange/contrast/orangeDefaultCTAThemeContrast.module.css +0 -10
  258. package/assets/Appearance/default/themes/red/contrast/redDefaultCTAThemeContrast.module.css +0 -10
  259. package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultCTAThemeContrast.module.css +0 -10
  260. package/assets/Appearance/pureDark/mode/contrast/pureDarkContrastEmptyStates.module.css +0 -37
  261. package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkCTAThemeContrast.module.css +0 -10
  262. package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkCTAThemeContrast.module.css +0 -10
  263. package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkCTAThemeContrast.module.css +0 -10
  264. package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkCTAThemeContrast.module.css +0 -10
  265. package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkCTAThemeContrast.module.css +0 -10
  266. package/es/Provider.js +0 -120
  267. package/es/docs/Emptystate__version1.docs.js +0 -29
  268. package/es/docs/Emptystate__version2.docs.js +0 -45
  269. package/es/docs/Emptystate__version3.docs.js +0 -148
  270. package/es/docs/Errorstate__version1.docs.js +0 -41
  271. package/es/docs/Errorstate__version2.docs.js +0 -33
  272. package/es/docs/Errorstate__version3.docs.js +0 -39
  273. package/es/docs/SVG__common.docs.js +0 -29
  274. package/es/docs/SVGdocstyle.module.css +0 -74
  275. package/lib/Provider.js +0 -222
  276. package/lib/docs/Emptystate__version1.docs.js +0 -79
  277. package/lib/docs/Emptystate__version2.docs.js +0 -103
  278. package/lib/docs/Emptystate__version3.docs.js +0 -256
  279. package/lib/docs/Errorstate__version1.docs.js +0 -97
  280. package/lib/docs/Errorstate__version2.docs.js +0 -85
  281. package/lib/docs/Errorstate__version3.docs.js +0 -94
  282. package/lib/docs/SVG__common.docs.js +0 -79
  283. package/lib/docs/SVGdocstyle.module.css +0 -74
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyProducts extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -50,15 +49,14 @@ export default class EmptyProducts extends React.Component {
50
49
  d: "M155.17 120.64c-19.34 18-53.73 7.78-52.45-9.57.66-8.94 11.28-8.12 15.6-6.21 1.68.74 1 .91 1.52-.86l.72-2.69a9.73 9.73 0 015.59-6.55c.31-.13.62-.24.93-.34 6.22-1.93 12.61 2.2 14.22 8.47 4.6 17.87-8.44 37.74-8.44 37.74a8.44 8.44 0 00-1.35 4.6 8.61 8.61 0 108.61-8.54h-36.47c-9.28-.92-11.83 4.17-11.83 4.17a8.56 8.56 0 00-1.26 5.87 8.62 8.62 0 108.53-9.82l-2.67-.53a7.22 7.22 0 01-4.9-5l-13.62-49a7.21 7.21 0 017-9.11h75.56a7.21 7.21 0 017 9.14l-13 46.1a7.24 7.24 0 01-7 5.25H91a7.23 7.23 0 01-6.93-5.08L63.19 61.32a7.25 7.25 0 00-6.94-5.08H43.44A42.7 42.7 0 0035 57c-1.84.38-4.1.51-5-.78-1.72-2.33 5.92-2.72 8 3.39"
51
50
  }));
52
51
  }
53
-
54
52
  }
55
53
  EmptyProducts.propTypes = EmptyStateProps;
56
- EmptyProducts.defaultProps = { ...EmptyStateDefaultProps,
54
+ EmptyProducts.defaultProps = {
55
+ ...EmptyStateDefaultProps,
57
56
  dataId: 'emptyProducts'
58
57
  };
59
-
60
- if (false) {
61
- EmptyProducts.docs = {
62
- componentGroup: 'Emptystate'
63
- };
64
- }
58
+ // if (__DOCS__) {
59
+ // EmptyProducts.docs = {
60
+ // componentGroup: 'Emptystate'
61
+ // };
62
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyReply extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -42,15 +41,14 @@ export default class EmptyReply extends React.Component {
42
41
  fill: "var(--zd_emptysvg_secondary_fill)"
43
42
  }));
44
43
  }
45
-
46
44
  }
47
45
  EmptyReply.propTypes = EmptyStateProps;
48
- EmptyReply.defaultProps = { ...EmptyStateDefaultProps,
46
+ EmptyReply.defaultProps = {
47
+ ...EmptyStateDefaultProps,
49
48
  dataId: 'EmptyReply'
50
49
  };
51
-
52
- if (false) {
53
- EmptyReply.docs = {
54
- componentGroup: 'Emptystate'
55
- };
56
- }
50
+ // if (__DOCS__) {
51
+ // EmptyReply.docs = {
52
+ // componentGroup: 'Emptystate'
53
+ // };
54
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyReports extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -53,15 +52,14 @@ export default class EmptyReports extends React.Component {
53
52
  fill: "none"
54
53
  }));
55
54
  }
56
-
57
55
  }
58
56
  EmptyReports.propTypes = EmptyStateProps;
59
- EmptyReports.defaultProps = { ...EmptyStateDefaultProps,
57
+ EmptyReports.defaultProps = {
58
+ ...EmptyStateDefaultProps,
60
59
  dataId: 'emptyReports'
61
60
  };
62
-
63
- if (false) {
64
- EmptyReports.docs = {
65
- componentGroup: 'Emptystate'
66
- };
67
- }
61
+ // if (__DOCS__) {
62
+ // EmptyReports.docs = {
63
+ // componentGroup: 'Emptystate'
64
+ // };
65
+ // }
@@ -0,0 +1,70 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptySandbox extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 500 500",
10
+ name: "emptySandbox"
11
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
+ clipPath: "url(#clip0_8054_29269)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ opacity: 0.1,
15
+ d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
16
+ fill: "var(--zd_emptysvg_primary_fill)"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M35 293.249C35 293.249 34.75 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
19
+ fill: "var(--zd_emptysvg_plus)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
22
+ fill: "var(--zd_emptysvg_plus)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
25
+ fill: "var(--zd_emptysvg_medium_circle)"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
28
+ fill: "var(--zd_emptysvg_small_circle)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
31
+ fill: "var(--zd_emptysvg_tiny_circle)"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
34
+ fill: "var(--zd_emptysvg_tiny_circle)"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ opacity: 0.1,
37
+ d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5022 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
38
+ fill: "var(--zd_emptysvg_primary_fill)"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M276.976 333.245C276.976 333.245 231.303 375.983 261.65 383.615C291.69 391.247 345.945 389.72 330.312 357.056C314.986 324.392 314.986 316.76 321.729 321.95C328.473 327.139 365.563 385.141 352.689 395.52C339.815 405.9 229.771 402.236 229.771 396.436C229.771 390.636 204.942 379.341 283.107 310.044C361.272 240.747 375.678 220.294 351.769 208.999C327.86 197.704 228.851 196.177 231.303 214.188C233.756 232.199 263.182 287.759 275.137 279.211C287.092 270.664 240.806 244.105 276.976 239.831C313.147 235.557 332.764 239.831 329.393 250.21C323.569 267.306 242.952 323.476 177.354 401.626C177.354 401.626 172.143 177.556 181.646 169.008C191.148 160.46 417.979 160.46 417.979 160.46L326.634 87.5C326.634 87.5 67.9237 87.5 67.9237 94.216C67.9237 100.932 159.882 167.787 168.465 161.071C177.048 154.355 61.7931 98.4898 61.18 104.595C60.567 110.701 58.4213 355.53 62.0996 358.888C65.4714 362.246 177.354 414.447 177.354 414.447C177.354 414.447 427.482 408.342 427.482 404.068C427.482 399.794 430.854 167.787 425.03 170.534C419.205 173.282 400.201 356.14 442.195 396.436",
41
+ stroke: "var(--zd_emptysvg_primary_stroke)",
42
+ fill: "transparent",
43
+ strokeWidth: 2.5,
44
+ strokeMiterlimit: 10,
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ opacity: 0.8,
49
+ d: "M150.687 169.618L96.1247 143.364C80.1853 145.501 74.3612 157.102 72.8286 160.46C67.9241 172.365 63.9392 204.114 98.577 220.904C143.943 242.578 78.9591 274.021 79.8787 304.243C81.1048 334.465 144.863 383.919 149.767 368.045C154.365 352.476 150.687 169.618 150.687 169.618Z",
50
+ fill: "var(--zd_emptysvg_secondary_fill)"
51
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
52
+ id: "clip0_8054_29269"
53
+ }, /*#__PURE__*/React.createElement("rect", {
54
+ width: 450,
55
+ height: 400,
56
+ fill: "white",
57
+ transform: "translate(25 50)"
58
+ }))));
59
+ }
60
+ }
61
+ EmptySandbox.propTypes = EmptyStateProps;
62
+ EmptySandbox.defaultProps = {
63
+ ...EmptyStateDefaultProps,
64
+ dataId: 'emptySandbox'
65
+ };
66
+ // if (__DOCS__) {
67
+ // EmptySandbox.docs = {
68
+ // componentGroup: 'Emptystate'
69
+ // };
70
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptySchedule extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -89,15 +88,14 @@ export default class EmptySchedule extends React.Component {
89
88
  fill: "none"
90
89
  }));
91
90
  }
92
-
93
91
  }
94
92
  EmptySchedule.propTypes = EmptyStateProps;
95
- EmptySchedule.defaultProps = { ...EmptyStateDefaultProps,
93
+ EmptySchedule.defaultProps = {
94
+ ...EmptyStateDefaultProps,
96
95
  dataId: 'EmptySchedule'
97
96
  };
98
-
99
- if (false) {
100
- EmptySchedule.docs = {
101
- componentGroup: 'Emptystate'
102
- };
103
- }
97
+ // if (__DOCS__) {
98
+ // EmptySchedule.docs = {
99
+ // componentGroup: 'Emptystate'
100
+ // };
101
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptySearch extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -57,15 +56,14 @@ export default class EmptySearch extends React.Component {
57
56
  d: "M33.71 102.31H56.2a7.33 7.33 0 007.28-6.64c.75-7.62 4.37-20 19-27.59 22.32-11.51 51.78 10.62 43.75 37.18l-3.57 7.67 27.38 27.15s4.11 6.77 0 10.62-8 1.77-12.21-1.18S112 124.14 112 124.14s-26.19 12.4-42.26-8.26c0 0-1-1.53-2.09-3.42-2.2-3.73 1.4-8.42 5.52-7a3.11 3.11 0 011.5 1c2.19 2.85 9.2 15.31 25.23 12.24s19.48-19.7 15.81-32.18-25.88-16.08-34.38-8-9.65 18.57-5.6 22 7-.57 8.31-5.93 4.41-8.81 8.38-8.81 7.84-2.11 5.72-5.75-12.51-.82-16 2.68c-5.32 5.28-9.27 17.71-1 26.19s19.7 5.22 22.6 3.69 6.4-7.8 7.92-8.62"
58
57
  }));
59
58
  }
60
-
61
59
  }
62
60
  EmptySearch.propTypes = EmptyStateProps;
63
- EmptySearch.defaultProps = { ...EmptyStateDefaultProps,
61
+ EmptySearch.defaultProps = {
62
+ ...EmptyStateDefaultProps,
64
63
  dataId: 'emptySearch'
65
64
  };
66
-
67
- if (false) {
68
- EmptySearch.docs = {
69
- componentGroup: 'Emptystate'
70
- };
71
- }
65
+ // if (__DOCS__) {
66
+ // EmptySearch.docs = {
67
+ // componentGroup: 'Emptystate'
68
+ // };
69
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptySkills extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -95,15 +94,14 @@ export default class EmptySkills extends React.Component {
95
94
  r: 12.7
96
95
  })));
97
96
  }
98
-
99
97
  }
100
98
  EmptySkills.propTypes = EmptyStateProps;
101
- EmptySkills.defaultProps = { ...EmptyStateDefaultProps,
99
+ EmptySkills.defaultProps = {
100
+ ...EmptyStateDefaultProps,
102
101
  dataId: 'emptySkills'
103
102
  };
104
-
105
- if (false) {
106
- EmptySkills.docs = {
107
- componentGroup: 'Emptystate'
108
- };
109
- }
103
+ // if (__DOCS__) {
104
+ // EmptySkills.docs = {
105
+ // componentGroup: 'Emptystate'
106
+ // };
107
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptySla extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -42,15 +41,14 @@ export default class EmptySla extends React.Component {
42
41
  fill: "var(--zd_emptysvg_primary_stroke)"
43
42
  }));
44
43
  }
45
-
46
44
  }
47
45
  EmptySla.propTypes = EmptyStateProps;
48
- EmptySla.defaultProps = { ...EmptyStateDefaultProps,
46
+ EmptySla.defaultProps = {
47
+ ...EmptyStateDefaultProps,
49
48
  dataId: 'EmptySla'
50
49
  };
51
-
52
- if (false) {
53
- EmptySla.docs = {
54
- componentGroup: 'Emptystate'
55
- };
56
- }
50
+ // if (__DOCS__) {
51
+ // EmptySla.docs = {
52
+ // componentGroup: 'Emptystate'
53
+ // };
54
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptySnippet extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -57,15 +56,14 @@ export default class EmptySnippet extends React.Component {
57
56
  d: "M94.37 100.23s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.12-8.49 8 0 .02-.47-8.52-9.43-8zM88.34 121.72s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.11-8.49 8 0 .02-.47-8.51-9.43-8zM83.26 107s5.38-.77 5.38-5.79c0 0 0 5.68 4.79 5.79 0 0-4.84-.07-4.82 4.55a4.81 4.81 0 00-5.35-4.55z"
58
57
  }));
59
58
  }
60
-
61
59
  }
62
60
  EmptySnippet.propTypes = EmptyStateProps;
63
- EmptySnippet.defaultProps = { ...EmptyStateDefaultProps,
61
+ EmptySnippet.defaultProps = {
62
+ ...EmptyStateDefaultProps,
64
63
  dataId: 'emptySnippet'
65
64
  };
66
-
67
- if (false) {
68
- EmptySnippet.docs = {
69
- componentGroup: 'Emptystate'
70
- };
71
- }
65
+ // if (__DOCS__) {
66
+ // EmptySnippet.docs = {
67
+ // componentGroup: 'Emptystate'
68
+ // };
69
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyTag extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -50,15 +49,14 @@ export default class EmptyTag extends React.Component {
50
49
  d: "M78.39 112.58l7.92-1.15 4-7.14a.44.44 0 01.57 0l3.61 7.29 8.64 1c.29 0 .43.28.14.57l-6.48 5.71 1.59 7.86c0 .28-.15.43-.44.28l-6.91-3.57-7.49 3.72c-.15.14-.43 0-.43-.29l.72-8-5.77-5.57a1.08 1.08 0 01.33-.71z"
51
50
  }));
52
51
  }
53
-
54
52
  }
55
53
  EmptyTag.propTypes = EmptyStateProps;
56
- EmptyTag.defaultProps = { ...EmptyStateDefaultProps,
54
+ EmptyTag.defaultProps = {
55
+ ...EmptyStateDefaultProps,
57
56
  dataId: 'emptyTag'
58
57
  };
59
-
60
- if (false) {
61
- EmptyTag.docs = {
62
- componentGroup: 'Emptystate'
63
- };
64
- }
58
+ // if (__DOCS__) {
59
+ // EmptyTag.docs = {
60
+ // componentGroup: 'Emptystate'
61
+ // };
62
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyTask extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -63,15 +62,14 @@ export default class EmptyTask extends React.Component {
63
62
  d: "M108.63 112.84l5.97-7.49"
64
63
  }));
65
64
  }
66
-
67
65
  }
68
66
  EmptyTask.propTypes = EmptyStateProps;
69
- EmptyTask.defaultProps = { ...EmptyStateDefaultProps,
67
+ EmptyTask.defaultProps = {
68
+ ...EmptyStateDefaultProps,
70
69
  dataId: 'emptyTask'
71
70
  };
72
-
73
- if (false) {
74
- EmptyTask.docs = {
75
- componentGroup: 'Emptystate'
76
- };
77
- }
71
+ // if (__DOCS__) {
72
+ // EmptyTask.docs = {
73
+ // componentGroup: 'Emptystate'
74
+ // };
75
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyTeams extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -47,15 +46,15 @@ export default class EmptyTeams extends React.Component {
47
46
  d: "M79.93 111.64s2.31 19-10.4 20.93S58 107.65 59.14 107.65s13.24 9.55 25.08 4.61c0 0-3.27-16.21-15.91-14.23s-12.63 14-14 21.66-5.22 13.84-2.2 19.86 28.17 14.12 34-5.72c4.76-16.26-2-31-10.1-37.08a6.43 6.43 0 01-1-9.31 32 32 0 018.28-7c8.59-5 10.51-13.83 10.34-15s-2.49-.3-1.93.79S101.66 81 119 78.68c0 0 3.29-22.93-13.47-23.37s-16.57 13.36-16 25.94S101.39 94.06 105 94.06c8.2 0 11.5-14.28 11.13-19.53s-6.86 1.86 4.07 7.62c6.56 3.46 11.92 10.11 15.15 15 2.49 3.75 2.82 6.93 5.83 10 3.16 3.22 7.38 8 6.79 14.95 0 0-1.69-12.37-8.17-11s-7.44 4.53-11.37 2-5.8 14-5.8 14-6.27-19.34 10.24-22.24 17.52 11.25 15.16 24.44-18.89 19.55-25.4 1.72c0 0 14.49-6.6 21.72 0s-28 17.46-57.43 9.71"
48
47
  }));
49
48
  }
50
-
51
49
  }
52
50
  EmptyTeams.propTypes = EmptyStateProps;
53
- EmptyTeams.defaultProps = { ...EmptyStateDefaultProps,
51
+ EmptyTeams.defaultProps = {
52
+ ...EmptyStateDefaultProps,
54
53
  dataId: 'emptyTeams'
55
54
  };
56
55
 
57
- if (false) {
58
- EmptyTeams.docs = {
59
- componentGroup: 'Emptystate'
60
- };
61
- }
56
+ // if (__DOCS__) {
57
+ // EmptyTeams.docs = {
58
+ // componentGroup: 'Emptystate'
59
+ // };
60
+ // }
@@ -0,0 +1,74 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTelegram extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 500 500",
10
+ name: "emptyTelegram"
11
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
+ clipPath: "url(#telegram_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M40.543 341.908c176.402-75.574 368.142-199.294 368.142-199.294L224.62 277.978s-13.746 9.44-6.157 32.539c7.589 23.1 12.368 53.727-1.25 43.735-13.619-9.992-1.162-106.644-90.471-106.157 0 0-4.231-2.123 8.642-8.248 12.873-6.124 229.589-91.488 285.685-118.527a5.03 5.03 0 0 1 2.971-.472 5.045 5.045 0 0 1 2.712 1.307 5.065 5.065 0 0 1 1.225 5.626l-90.105 221.897s-5.036 20.229-24.621 5.86c-19.584-14.369-39.892-53.193-78.282-17.563",
15
+ stroke: "var(--zd_emptysvg_primary_stroke)",
16
+ fill: "transparent",
17
+ strokeWidth: 2.5,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ opacity: 0.8,
22
+ d: "M230.738 320.314s-6.665-8.181 16.64-36.43c23.305-28.249 147.516-133.762 149.263-122.48 1.747 11.282-76.925 182.895-85.626 166.512-8.7-16.383-56.422-32.061-80.277-7.602Z",
23
+ fill: "var(--zd_emptysvg_secondary_fill)"
24
+ })), /*#__PURE__*/React.createElement("g", {
25
+ clipPath: "url(#telegram_svg__b)"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ opacity: 0.1,
28
+ d: "M198.002 140.499s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
29
+ fill: "var(--zd_emptysvg_primary_fill)"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M32.5 293.25s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
32
+ fill: "var(--zd_emptysvg_plus)"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "m42 284.5-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
35
+ fill: "var(--zd_emptysvg_plus)"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M425.5 52C419 52 413.75 57.25 413.75 63.75C413.75 70.25 419 75.5 425.5 75.5C432 75.5 437.25 70.25 437.25 63.75C437.25 57.25 431.75 52 425.5 52ZM425.5 73.25C420.5 73.25 416.25 69 416.25 63.75C416.25 58.5 420.5 54.25 425.5 54.25C430.5 54.25 434.75 58.5 434.75 63.75C434.75 69 430.5 73.25 425.5 73.25Z",
38
+ fill: "var(--zd_emptysvg_medium_circle)"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M308.5 432.75C303.75 432.75 300 436.5 300 441.25C300 446 303.75 449.75 308.5 449.75C313.25 449.75 317 446 317 441.25C317 436.75 313.25 432.75 308.5 432.75ZM308.5 447.5C305.25 447.5 302.5 444.75 302.5 441.25C302.5 437.75 305.25 435 308.5 435C311.75 435 314.5 437.75 314.5 441.25C314.5 444.75 311.75 447.5 308.5 447.5Z",
41
+ fill: "var(--zd_emptysvg_small_circle)"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M199.75 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM472 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
44
+ fill: "var(--zd_emptysvg_tiny_circle)"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ opacity: 0.1,
47
+ d: "M287.002 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
48
+ fill: "var(--zd_emptysvg_primary_fill)"
49
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
50
+ id: "telegram_svg__a"
51
+ }, /*#__PURE__*/React.createElement("path", {
52
+ fill: "#fff",
53
+ transform: "rotate(-8.803 1191.04 .193)",
54
+ d: "M0 0h420v225.978H0z"
55
+ })), /*#__PURE__*/React.createElement("clipPath", {
56
+ id: "telegram_svg__b"
57
+ }, /*#__PURE__*/React.createElement("path", {
58
+ fill: "#fff",
59
+ transform: "translate(22.5 50)",
60
+ d: "M0 0h450v400H0z"
61
+ }))));
62
+ }
63
+ }
64
+ EmptyTelegram.propTypes = EmptyStateProps;
65
+ EmptyTelegram.defaultProps = {
66
+ ...EmptyStateDefaultProps,
67
+ dataId: 'emptyTelegram'
68
+ };
69
+
70
+ // if (__DOCS__) {
71
+ // EmptyTelegram.docs = {
72
+ // componentGroup: 'Emptystate'
73
+ // };
74
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyTemplate extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -59,15 +58,14 @@ export default class EmptyTemplate extends React.Component {
59
58
  d: "M44.61 81.45A10.42 10.42 0 0055 71v-7.7a7.53 7.53 0 014.22-6.9 6.53 6.53 0 013.19-.59c4.83.32 81.74 0 81.74 0s7.4.34 7.72 5.17 0 80.45 0 80.45.32 5.47-4.82 7.08c-4.69 1.46-73 .26-85.3 0-1.09 0-2.95-.76-3-1.84-.45-8-1.14-39.36.6-57.61a8.15 8.15 0 011.9-4.59A4 4 0 0164 83c2.53-.16 62.3-1.29 72.73-1.49a5.41 5.41 0 014.56 2.19 5.14 5.14 0 01.77 1.67c.74 3 .65 28.32-.46 30.91s-25.23 3.69-26.42.33c-1.62-4.56-2-24.92.18-26.85s25.93-2.68 28.27-1.68 1.42 50.31-1.15 57c0 0-26.13 1.18-27.12 0s-.76-20.85.2-22.17c1.28-1.79 25.4-1.64 27.12-1.19 2.56.67 3.18 22.27 1.84 23.5-2.4 2.2-70.53 2.23-74.29-1.53s-4-50.48-1-52.46 23.36-3.62 31.47-1.51c0 0 3 1.71 2.88 3.89s1.67 48.5 1.67 48.5-.18 3.47-5.8 5.19-45.67 2-45.67-7 .63-52.68.63-52.68.13-6.06 5.49-7l95.46-.77a4.22 4.22 0 014.25 4.22v4.41a4.22 4.22 0 004.22 4.23"
60
59
  }));
61
60
  }
62
-
63
61
  }
64
62
  EmptyTemplate.propTypes = EmptyStateProps;
65
- EmptyTemplate.defaultProps = { ...EmptyStateDefaultProps,
63
+ EmptyTemplate.defaultProps = {
64
+ ...EmptyStateDefaultProps,
66
65
  dataId: 'emptyTemplate'
67
66
  };
68
-
69
- if (false) {
70
- EmptyTemplate.docs = {
71
- componentGroup: 'Emptystate'
72
- };
73
- }
67
+ // if (__DOCS__) {
68
+ // EmptyTemplate.docs = {
69
+ // componentGroup: 'Emptystate'
70
+ // };
71
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyTicket extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -50,15 +49,15 @@ export default class EmptyTicket extends React.Component {
50
49
  fill: "var(--zd_emptysvg_circle_fill)"
51
50
  }));
52
51
  }
53
-
54
52
  }
55
53
  EmptyTicket.propTypes = EmptyStateProps;
56
- EmptyTicket.defaultProps = { ...EmptyStateDefaultProps,
54
+ EmptyTicket.defaultProps = {
55
+ ...EmptyStateDefaultProps,
57
56
  dataId: 'emptyTicket'
58
57
  };
59
58
 
60
- if (false) {
61
- EmptyTicket.docs = {
62
- componentGroup: 'Emptystate'
63
- };
64
- }
59
+ // if (__DOCS__) {
60
+ // EmptyTicket.docs = {
61
+ // componentGroup: 'Emptystate'
62
+ // };
63
+ // }
@@ -1,9 +1,8 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
2
  import React from 'react';
4
3
  import { EmptyStateProps } from './../props/propTypes';
5
4
  import { EmptyStateDefaultProps } from './../props/defaultProps';
6
- import SVG from './../../svg/SVG';
5
+ import SVG from './../../SVG/SVG';
7
6
  export default class EmptyTimeEntry extends React.Component {
8
7
  render() {
9
8
  return /*#__PURE__*/React.createElement(SVG, _extends({
@@ -53,15 +52,14 @@ export default class EmptyTimeEntry extends React.Component {
53
52
  d: "M34.94 145.49h43.51a22.78 22.78 0 0020-11.75 2.31 2.31 0 014.32 1.33v.11c-.51 3.88-5.6 8.79-11.89 3.3-5.7-5-20.15-14.36-16.54-38.88a33.9 33.9 0 018.4-18c3.15-3.43 7.27-6.45 12.1-6.54 0 0 .29.07.72.22a1.43 1.43 0 001.78-1.9l-.73-1.73a2 2 0 011-2.67c3.48-1.64 10.77-5.14 11-5.81.25-.87-1-7.2-5.57-7.27-2.65 0-14.54.5-15.17 1.88s3.42.5 2.91-3-5.56-1.88-4.8.51 2 3.05.44 4.31c-.55.45-11.81 6.75-8.16 12.36.67 1 1.21 1.8 1.64 2.4a3.26 3.26 0 003.92 1.06c3.06-1.32 8.37-3.59 8.73-3.59s1.39 2.76 8.22-.87 14.66-5 16.06-4.77c0 0 1.14.11 1.23-1.56 0-.91.1-4.38 5.56-7.27 2.35-1.24 14.54.5 15.18 1.88s-3.42.5-2.91-3 5.56-1.88 4.8.5-.76 4.14-.25 4.64 11.13 6.14 8 12S145 77.8 145 77.8s-13.52-12.52-23.08-11.48a1.54 1.54 0 01-1.14-.31c-.78-.64-.61-1.54 1.52-1.61 3.24-.11 31.9 5.92 32.28 36.9s-24.9 39.16-34.48 36.87c-9-2.13-27.94-6.36-28.26-39.11a28.89 28.89 0 018.39-20.89c6.09-6 16.2-10.61 32.3-4.81 0 0 22.82 9.5 16.3 38.78s-38.15 26.23-48.12 8.93S97 81.15 107.56 76.4s20.26-4.22 15 24.57c0 0-3.77-1-2.32-22.89 0 0 .43-2.59 3-.87s-.38 27.46-1.89 28.51c-.61.42-3.4-2.43-2-4.32a2.64 2.64 0 014.93 1.3c0 2.56-16.41 12.38-17.86 11.66s11.18-8.21 11.18-8.21"
54
53
  }));
55
54
  }
56
-
57
55
  }
58
56
  EmptyTimeEntry.propTypes = EmptyStateProps;
59
- EmptyTimeEntry.defaultProps = { ...EmptyStateDefaultProps,
57
+ EmptyTimeEntry.defaultProps = {
58
+ ...EmptyStateDefaultProps,
60
59
  dataId: 'EmptyTimeEntry'
61
60
  };
62
-
63
- if (false) {
64
- EmptyTimeEntry.docs = {
65
- componentGroup: 'Emptystate'
66
- };
67
- }
61
+ // if (__DOCS__) {
62
+ // EmptyTimeEntry.docs = {
63
+ // componentGroup: 'Emptystate'
64
+ // };
65
+ // }