@zohodesk/svg 1.0.0-beta.37 → 1.0.0-beta.40

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 (258) hide show
  1. package/README.md +7 -0
  2. package/lib/Provider.js +17 -17
  3. package/lib/index.js +1 -1
  4. package/lib/svg/EmptyAccounts.js +3 -3
  5. package/lib/svg/EmptyActiveCalls.js +3 -3
  6. package/lib/svg/EmptyActivity.js +3 -3
  7. package/lib/svg/EmptyAgent.js +3 -3
  8. package/lib/svg/EmptyAgentQueue.js +3 -3
  9. package/lib/svg/EmptyApproval.js +3 -3
  10. package/lib/svg/EmptyArchived.js +3 -3
  11. package/lib/svg/EmptyAttach.js +3 -3
  12. package/lib/svg/EmptyBlueprint.js +3 -3
  13. package/lib/svg/EmptyBusinessHoliday.js +3 -3
  14. package/lib/svg/EmptyBusinessHour.js +3 -3
  15. package/lib/svg/EmptyCallHistory.js +3 -3
  16. package/lib/svg/EmptyCollision.js +3 -3
  17. package/lib/svg/EmptyColumn.js +3 -3
  18. package/lib/svg/EmptyContact.js +3 -3
  19. package/lib/svg/EmptyContract.js +3 -3
  20. package/lib/svg/EmptyConversation.js +3 -3
  21. package/lib/svg/EmptyCrm.js +3 -3
  22. package/lib/svg/EmptyCrmNotes.js +3 -3
  23. package/lib/svg/EmptyCrmPotential.js +3 -3
  24. package/lib/svg/EmptyCustomDomain.js +3 -3
  25. package/lib/svg/EmptyDashboard.js +3 -3
  26. package/lib/svg/EmptyDepartment.js +3 -3
  27. package/lib/svg/EmptyError.js +3 -3
  28. package/lib/svg/EmptyFeed.js +3 -3
  29. package/lib/svg/EmptyFollowers.js +3 -3
  30. package/lib/svg/EmptyFrame.js +3 -3
  31. package/lib/svg/EmptyFromAddress.js +3 -3
  32. package/lib/svg/EmptyHappiness.js +3 -3
  33. package/lib/svg/EmptyHistory.js +3 -3
  34. package/lib/svg/EmptyImportHistory.js +3 -3
  35. package/lib/svg/EmptyInconvenience.js +3 -3
  36. package/lib/svg/EmptyInvoice.js +3 -3
  37. package/lib/svg/EmptyNetwork.js +3 -3
  38. package/lib/svg/EmptyNotification.js +3 -3
  39. package/lib/svg/EmptyProducts.js +3 -3
  40. package/lib/svg/EmptyRecycleBin.js +3 -3
  41. package/lib/svg/EmptyReply.js +3 -3
  42. package/lib/svg/EmptyReports.js +3 -3
  43. package/lib/svg/EmptyRoles.js +3 -3
  44. package/lib/svg/EmptySchedule.js +3 -3
  45. package/lib/svg/EmptySearch.js +3 -3
  46. package/lib/svg/EmptySkills.js +3 -3
  47. package/lib/svg/EmptySla.js +3 -3
  48. package/lib/svg/EmptySnippet.js +3 -3
  49. package/lib/svg/EmptyTag.js +3 -3
  50. package/lib/svg/EmptyTask.js +3 -3
  51. package/lib/svg/EmptyTeams.js +3 -3
  52. package/lib/svg/EmptyTemplate.js +3 -3
  53. package/lib/svg/EmptyTicket.js +3 -3
  54. package/lib/svg/EmptyTimeEntry.js +3 -3
  55. package/lib/svg/EmptyTimeline.js +3 -3
  56. package/lib/svg/EmptyTopic.js +3 -3
  57. package/lib/svg/EmptyUnauthorizedLogin.js +3 -3
  58. package/lib/svg/EmptyWebhook.js +3 -3
  59. package/lib/svg/EmptyWillBeRightBack.js +3 -3
  60. package/lib/svg/ErrorInconvenience.js +3 -3
  61. package/lib/svg/ErrorOopsSomethingMiss.js +3 -3
  62. package/lib/svg/ErrorUnableToProcessRequest.js +3 -3
  63. package/lib/svg/ErrorUnauthorizedLogin.js +3 -3
  64. package/lib/svg/ErrorUrlNotFound.js +3 -3
  65. package/lib/svg/ErrorWillBeRightBack.js +3 -3
  66. package/lib/svg/Extractor.js +3 -3
  67. package/lib/svg/FailureLog.js +3 -3
  68. package/lib/svg/Import.js +3 -3
  69. package/lib/svg/Loader.js +3 -3
  70. package/lib/svg/NoRequestFound.js +3 -3
  71. package/lib/svg/NotImpossible.js +3 -3
  72. package/lib/svg/PageNotFound.js +3 -3
  73. package/lib/svg/Predictor.js +3 -3
  74. package/lib/svg/SVG.js +3 -3
  75. package/lib/svg/SvgLoader.js +1 -1
  76. package/lib/svg/UnableToProcessRequest.js +3 -3
  77. package/lib/svg/UnauthorizedLogin.js +3 -3
  78. package/lib/svg/UrlNotFound.js +3 -3
  79. package/lib/svg/WillBeRightBack.js +3 -3
  80. package/lib/svg/ZiaAnamoly.js +3 -3
  81. package/lib/svg/docs/SVG__common.docs.js +3 -3
  82. package/lib/svg/docs/SVG__default.docs.js +3 -3
  83. package/lib/svg/docs/SVG__errorstate.docs.js +3 -3
  84. package/package.json +12 -6
  85. package/preprocess/index.js +2 -0
  86. package/preprocess/json/svgAppearanceVariableJson.js +151 -0
  87. package/preprocess/json/svgThemeVariableJson.js +71 -0
  88. package/preprocess/svgAppearanceColors.js +63 -0
  89. package/preprocess/svgThemeColors.js +92 -0
  90. package/src/Provider.js +14 -14
  91. package/src/index.js +1 -1
  92. package/build/Unusedfiles.json +0 -1
  93. package/es/Provider.js +0 -140
  94. package/es/index.js +0 -9
  95. package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  96. package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  97. package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  98. package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  99. package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  100. package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  101. package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  102. package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  103. package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  104. package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  105. package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  106. package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  107. package/es/svg/EmptyAccounts.js +0 -101
  108. package/es/svg/EmptyActiveCalls.js +0 -72
  109. package/es/svg/EmptyActivity.js +0 -72
  110. package/es/svg/EmptyAgent.js +0 -72
  111. package/es/svg/EmptyAgentQueue.js +0 -78
  112. package/es/svg/EmptyApproval.js +0 -78
  113. package/es/svg/EmptyArchived.js +0 -80
  114. package/es/svg/EmptyAttach.js +0 -72
  115. package/es/svg/EmptyBlueprint.js +0 -87
  116. package/es/svg/EmptyBusinessHoliday.js +0 -39
  117. package/es/svg/EmptyBusinessHour.js +0 -39
  118. package/es/svg/EmptyCallHistory.js +0 -74
  119. package/es/svg/EmptyCollision.js +0 -72
  120. package/es/svg/EmptyColumn.js +0 -78
  121. package/es/svg/EmptyContact.js +0 -72
  122. package/es/svg/EmptyContract.js +0 -68
  123. package/es/svg/EmptyConversation.js +0 -72
  124. package/es/svg/EmptyCrm.js +0 -72
  125. package/es/svg/EmptyCrmNotes.js +0 -83
  126. package/es/svg/EmptyCrmPotential.js +0 -86
  127. package/es/svg/EmptyCustomDomain.js +0 -39
  128. package/es/svg/EmptyDashboard.js +0 -78
  129. package/es/svg/EmptyDepartment.js +0 -72
  130. package/es/svg/EmptyError.js +0 -94
  131. package/es/svg/EmptyFeed.js +0 -75
  132. package/es/svg/EmptyFollowers.js +0 -73
  133. package/es/svg/EmptyFrame.js +0 -71
  134. package/es/svg/EmptyFromAddress.js +0 -39
  135. package/es/svg/EmptyHappiness.js +0 -72
  136. package/es/svg/EmptyHistory.js +0 -72
  137. package/es/svg/EmptyImportHistory.js +0 -39
  138. package/es/svg/EmptyInconvenience.js +0 -42
  139. package/es/svg/EmptyInvoice.js +0 -77
  140. package/es/svg/EmptyNetwork.js +0 -39
  141. package/es/svg/EmptyNotification.js +0 -72
  142. package/es/svg/EmptyProducts.js +0 -75
  143. package/es/svg/EmptyRecycleBin.js +0 -39
  144. package/es/svg/EmptyReply.js +0 -67
  145. package/es/svg/EmptyReports.js +0 -78
  146. package/es/svg/EmptyRoles.js +0 -39
  147. package/es/svg/EmptySchedule.js +0 -114
  148. package/es/svg/EmptySearch.js +0 -82
  149. package/es/svg/EmptySkills.js +0 -120
  150. package/es/svg/EmptySla.js +0 -67
  151. package/es/svg/EmptySnippet.js +0 -82
  152. package/es/svg/EmptyStateVariables.module.css +0 -39
  153. package/es/svg/EmptyTag.js +0 -75
  154. package/es/svg/EmptyTask.js +0 -88
  155. package/es/svg/EmptyTeams.js +0 -72
  156. package/es/svg/EmptyTemplate.js +0 -84
  157. package/es/svg/EmptyTicket.js +0 -75
  158. package/es/svg/EmptyTimeEntry.js +0 -78
  159. package/es/svg/EmptyTimeline.js +0 -72
  160. package/es/svg/EmptyTopic.js +0 -78
  161. package/es/svg/EmptyUnauthorizedLogin.js +0 -47
  162. package/es/svg/EmptyWebhook.js +0 -39
  163. package/es/svg/EmptyWillBeRightBack.js +0 -42
  164. package/es/svg/ErrorInconvenience.js +0 -113
  165. package/es/svg/ErrorOopsSomethingMiss.js +0 -114
  166. package/es/svg/ErrorUnableToProcessRequest.js +0 -114
  167. package/es/svg/ErrorUnauthorizedLogin.js +0 -113
  168. package/es/svg/ErrorUrlNotFound.js +0 -114
  169. package/es/svg/ErrorWillBeRightBack.js +0 -113
  170. package/es/svg/Extractor.js +0 -66
  171. package/es/svg/FailureLog.js +0 -39
  172. package/es/svg/Import.js +0 -82
  173. package/es/svg/Loader.js +0 -71
  174. package/es/svg/NoRequestFound.js +0 -42
  175. package/es/svg/NotImpossible.js +0 -79
  176. package/es/svg/PageNotFound.js +0 -43
  177. package/es/svg/Predictor.js +0 -73
  178. package/es/svg/SVG.js +0 -78
  179. package/es/svg/SVG.module.css +0 -26
  180. package/es/svg/SvgLoader.js +0 -28
  181. package/es/svg/UnableToProcessRequest.js +0 -43
  182. package/es/svg/UnauthorizedLogin.js +0 -43
  183. package/es/svg/UrlNotFound.js +0 -43
  184. package/es/svg/WillBeRightBack.js +0 -43
  185. package/es/svg/ZiaAnamoly.js +0 -67
  186. package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -40
  187. package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -42
  188. package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -45
  189. package/es/svg/deprecated/21_07_2021/InvalidUrl.js +0 -717
  190. package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  191. package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  192. package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  193. package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  194. package/es/svg/docs/SVG__common.docs.js +0 -49
  195. package/es/svg/docs/SVG__default.docs.js +0 -327
  196. package/es/svg/docs/SVG__errorstate.docs.js +0 -74
  197. package/es/svg/docs/SVGdocstyle.module.css +0 -8
  198. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  199. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  200. package/es/svg/images/EmptyContactInfo.svg +0 -27
  201. package/es/svg/images/EmptyCustomDomain.svg +0 -85
  202. package/es/svg/images/EmptyFilter.svg +0 -62
  203. package/es/svg/images/EmptyFromAddress.svg +0 -41
  204. package/es/svg/images/EmptyImportHistory.svg +0 -43
  205. package/es/svg/images/EmptyNetwork.svg +0 -50
  206. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  207. package/es/svg/images/EmptyRoles.svg +0 -30
  208. package/es/svg/images/EmptySkills.svg +0 -83
  209. package/es/svg/images/EmptyWebhook.svg +0 -44
  210. package/es/svg/images/FailureLog.svg +0 -46
  211. package/es/svg/images/Inconvenience.svg +0 -719
  212. package/es/svg/images/NoRequestFound.svg +0 -247
  213. package/es/svg/images/PageNotFound.svg +0 -405
  214. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  215. package/es/svg/images/UnableToProcess.svg +0 -752
  216. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  217. package/es/svg/images/WillBack.svg +0 -633
  218. package/es/svg/utils.js +0 -14
  219. package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  220. package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  221. package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  222. package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  223. package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  224. package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  225. package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  226. package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  227. package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  228. package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  229. package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  230. package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  231. package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -90
  232. package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -92
  233. package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -95
  234. package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +0 -765
  235. package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  236. package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  237. package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  238. package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  239. package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  240. package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  241. package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  242. package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  243. package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  244. package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  245. package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  246. package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  247. package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  248. package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  249. package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  250. package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  251. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
  252. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
  253. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
  254. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
  255. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  256. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  257. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  258. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
@@ -1,79 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- export default class NotImpossible extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 316.9 200",
10
- name: "NotImpossible"
11
- }, this.props), /*#__PURE__*/React.createElement("style", null, ".NotImpossible_svg__st2{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.NotImpossible_svg__st4{fill:none;stroke:var(--zd_emptysvg_cross);stroke-miterlimit:10}.NotImpossible_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}"), /*#__PURE__*/React.createElement("path", {
12
- d: "M174 53.9s46.9-30.9 70.7-21.6 40 87.4-26.1 122.4-95.9-41.2-96.1-54.7c-.3-13-.1-44.2 51.5-46.1z",
13
- opacity: 0.05,
14
- fill: "var(--zd_emptysvg_primary_fill)"
15
- }), /*#__PURE__*/React.createElement("circle", {
16
- cx: 243.5,
17
- cy: 23.1,
18
- fill: "none",
19
- stroke: "var(--zd_emptysvg_medium_circle)",
20
- strokeMiterlimit: 10,
21
- r: 3.5
22
- }), /*#__PURE__*/React.createElement("circle", {
23
- className: "NotImpossible_svg__st2",
24
- cx: 167.1,
25
- cy: 21,
26
- r: 2.1
27
- }), /*#__PURE__*/React.createElement("path", {
28
- className: "NotImpossible_svg__st3",
29
- d: "M110.7 72.3l-.3 6.1M107.4 75.2l6.3.3"
30
- }), /*#__PURE__*/React.createElement("circle", {
31
- cx: 253.3,
32
- cy: 145.5,
33
- fill: "none",
34
- stroke: "var(--zd_emptysvg_small_circle)",
35
- strokeLinecap: "round",
36
- strokeLinejoin: "round",
37
- r: 2.4
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "NotImpossible_svg__st4",
40
- d: "M134 157.2l4.1 4.6M133.7 161.5l4.7-4.1"
41
- }), /*#__PURE__*/React.createElement("circle", {
42
- cx: 209.7,
43
- cy: 179.2,
44
- fill: "#e46370",
45
- r: 2.1
46
- }), /*#__PURE__*/React.createElement("path", {
47
- d: "M16 140.6s46.9 7 49.7-6.6 30.8-22.5 110.9 10.1c0 0 48-24.1 48-25s-27.6-4.6-42.2 18.4c0 0-62-19.2-73.2-19.2 0 0 39.3-33.4 48.2-32s-31 2.1-55.6 21.6c0 0 52.1 14.2 73.7 24.1 0 0 26.2-23 49.1-17.7 0 0 2.5-.1 1.2-2.7s-27.3-21.3-65.4-25.5c0 0 .2-21.4 14.9-39 0 0-6.7 12.2 3.8 12.3l4.1-.5s-3.2 6.3 2.2 8.4l-.5 2.4s4.4-2.4 5.1.5l5.6-.7s-1.7 2.6-.9 3.8 6.5 3.2 6.5 3.2.3 6.2 1.9 6.5 3.4-1.9 5.1-.7 5.8-2.4 6.7-.5-.4 5.3 2.6 6 2.6 3.3 2.4 6.5 1.7 6.5 4.4 6.5 4.6 4.4 4.6 4.4 11.5-19 44.6-22.4c-20.7-13.7-43.1-24.5-66.7-32.3 0 0-18.6 1.6-42.9 32 0 0 59.6 12.6 66.4 30.6 0 0 0 4.7-2.8 5.8 0 0 9.2-1.8 8.8-6.5s-7.5-4.8.8-11.8 37-8.3 38.8-10.5 0-3.6 0-3.6l6.3 5.9-44.4 15.8s-.6 4.1 3.6 2.9 5.3-13.6 7.5-26.3 7.8-35.8 32.2-40.5c4.2-.7 10.8-.4 17.7 0",
48
- fill: "none",
49
- stroke: "var(--zd_emptysvg_primary_stroke)",
50
- strokeWidth: 0.5,
51
- strokeLinecap: "round",
52
- strokeLinejoin: "round"
53
- }), /*#__PURE__*/React.createElement("path", {
54
- d: "M160.3 86.3s1.3-22.4 14.9-39c0 0-8.9 13.1 4.2 16.2 0 0 2.5 4.7 3.7 4.6l1 3.6s3.1-1.9 4.1-.9 2.9.8 4.9.3c0 0-3.2 3.4 6.7 6.9 0 0 .6 7.6 3.8 7.2s3.3-1.9 5.5-.9 3.5-1.3 4.3-.6.3 5.1 3 5.5 2.4 4.1 2.5 9 5.7 3.3 7 4.9 1.3 5.2 1.3 5.2l-1.3 3.4c.2-1.5-31-23.5-65.6-25.4z",
55
- fill: "var(--zd_emptysvg_secondary_fill)"
56
- }));
57
- }
58
-
59
- }
60
- NotImpossible.propTypes = {
61
- alignHorizontal: PropTypes.bool,
62
- className: PropTypes.string,
63
- dataId: PropTypes.string,
64
- isRender: PropTypes.bool,
65
- palette: PropTypes.oneOf(['default', 'dark'])
66
- };
67
- NotImpossible.defaultProps = {
68
- alignHorizontal: true,
69
- isRender: true,
70
- className: '',
71
- dataId: 'emptyAccounts',
72
- palette: 'default'
73
- };
74
-
75
- if (false) {
76
- NotImpossible.docs = {
77
- componentGroup: 'SVG'
78
- };
79
- }
@@ -1,43 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/PageNotFound.svg';
7
- export default class PageNotFound extends React.Component {
8
- render() {
9
- let {
10
- isFluid
11
- } = this.props;
12
- return /*#__PURE__*/React.createElement(SVG, _extends({
13
- viewBox: "0 0 508.8 324.8",
14
- name: "PageNotFound"
15
- }, this.props, {
16
- isFluid: isFluid
17
- }), /*#__PURE__*/React.createElement("image", {
18
- xlinkHref: image,
19
- height: "100%",
20
- width: "100%"
21
- }));
22
- }
23
-
24
- }
25
- PageNotFound.propTypes = {
26
- alignHorizontal: PropTypes.bool,
27
- className: PropTypes.string,
28
- dataId: PropTypes.string,
29
- isFluid: PropTypes.bool,
30
- isRender: PropTypes.bool
31
- };
32
- PageNotFound.defaultProps = {
33
- alignHorizontal: true,
34
- isRender: true,
35
- className: '',
36
- dataId: 'pageNotFound'
37
- };
38
-
39
- if (false) {
40
- PageNotFound.docs = {
41
- componentGroup: 'SVG'
42
- };
43
- }
@@ -1,73 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- export default class Predictor extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "predictor"
11
- }, this.props), /*#__PURE__*/React.createElement("style", null, ".Predictor_svg__st0{fill:none}.Predictor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Predictor_svg__st2{fill:var(--zd_emptysvg_plus)}.Predictor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Predictor_svg__st4{fill:var(--zd_emptysvg_cross)}"), /*#__PURE__*/React.createElement("path", {
12
- className: "Predictor_svg__st0",
13
- d: "M0 0h200v200H0z"
14
- }), /*#__PURE__*/React.createElement("path", {
15
- className: "Predictor_svg__st0",
16
- d: "M10 22h180v160H10z"
17
- }), /*#__PURE__*/React.createElement("path", {
18
- className: "Predictor_svg__st1",
19
- d: "M80.2 58.2s46.7-31.2 70.3-21.8 39.7 88.3-25.9 123.7c-65.6 35.4-95.4-41.6-95.7-55.2-.2-13.3 0-44.7 51.3-46.7z"
20
- }), /*#__PURE__*/React.createElement("path", {
21
- className: "Predictor_svg__st2",
22
- d: "M14 119.3s-.1 0 0 0c-.3 0-.5-.3-.5-.5l.4-7.5c0-.3.2-.5.5-.5s.5.2.5.5l-.4 7.5c-.1.3-.3.5-.5.5z"
23
- }), /*#__PURE__*/React.createElement("path", {
24
- className: "Predictor_svg__st2",
25
- d: "M17.8 115.8l-7.4-.4c-.3 0-.5-.3-.5-.5 0-.3.3-.5.5-.5l7.3.4c.3 0 .5.3.5.5.1.3-.1.5-.4.5z"
26
- }), /*#__PURE__*/React.createElement("path", {
27
- className: "Predictor_svg__st3",
28
- d: "M171.2 22.8c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.2-4.7-4.7-4.7zm0 8.5c-2 0-3.7-1.7-3.7-3.8s1.7-3.8 3.7-3.8 3.7 1.7 3.7 3.8-1.7 3.8-3.7 3.8zM124.4 175.1c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4 3.4-1.5 3.4-3.4c0-1.8-1.5-3.4-3.4-3.4zm0 5.9c-1.3 0-2.4-1.1-2.4-2.5s1.1-2.5 2.4-2.5c1.3 0 2.4 1.1 2.4 2.5s-1.1 2.5-2.4 2.5z"
29
- }), /*#__PURE__*/React.createElement("path", {
30
- className: "Predictor_svg__st4",
31
- d: "M80.9 22c-1.7 0-3 1.4-3 3s1.3 3 3 3 3-1.4 3-3-1.3-3-3-3zm0 5.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM189.8 131.8c-.2-.2-.5-.2-.7 0l-2.4 2.2-2.1-2.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l2.1 2.4-2.4 2.2c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l2.4-2.2 2.1 2.4c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-2.1-2.4 2.4-2.2c.2-.3.2-.7 0-.9z"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- className: "Predictor_svg__st1",
34
- d: "M115.8 67S78.5 42.1 59.6 49.6s-31.8 70.6 20.7 98.9c52.5 28.3 76.3-33.3 76.5-44.2.2-10.6 0-35.8-41-37.3z"
35
- }), /*#__PURE__*/React.createElement("path", {
36
- className: "Predictor_svg__st0",
37
- d: "M3 36h193.5v127.5H3z"
38
- }), /*#__PURE__*/React.createElement("path", {
39
- d: "M65.5 111.2c.1-13.7-12.5-6.1-16.6-10.7-6.2-6.9-10.7-17.4 2.7-28.3 23.1-18.7 64.2-21.7 72.7 19S75 152 61.8 133.7c-5-6.9 3.7-18.6 3.7-22.5z",
40
- fill: "var(--zd_emptysvg_secondary_fill)"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- d: "M196 117.3s-24.5-5.4-29.3-2.1c-4.8 3.3-18.4 0-24.5 1.5-6 1.5-17.5 3.3-17.5 3.3M3.5 38.8s28.6 0 38.7 4S70.6 31 74.6 38.5 63.3 54.1 53.5 51.2c-9.8-2.9 33 3.8 38.2 11 5.2 7.2-5.8 6.6-9.8 5.2s-21.7-5.5-26.6-2S70.5 77.4 75 88c4.6 10.6-5 5.1-5.8 4.7-.8-.4-23.4-19.9-22.9-18.4s17.1 24 17.3 25.9c.2 1.9-1.9 7.9-7.2 3.9-5.2-3.9-21.3-23.1-20.8-24.3.5-1.2 4.8 3.8 4.8 16.1s-2.5 17.7-5.6 15.3c-3.1-2.4-5-28.4-9.8-32.2S9 63.7 3.5 63.5m38 41.6s5.2 31.4 31 35.3c24.7 3.8 35.6-6 35.6-6l.2 6.4s-21.9 11.9-51.9-.5l.5 7.2s26.5 13.8 62.8-1.2l.1 8.4s-24 17.8-70 .9c0 0-.6-9.9.2-10.1s3.2-2.8 5.3-2.7c0 0-.1-5.2 5.5-5.9 0 0 18.7 13 45.9.9 6.8-3 11.4-9.5 14.5-17.6 0 0-4.3-3.2-1.2-6.6 3.1-3.3 25.3-5 25.2-9.3-.1-4.3-36.2 3.1-37.8.3-1.7-2.8-2.1-8.3 3.1-9.2 0 0 33.3-8.2 33.5-6 .3 2.3-22.8-4.8-32.5-1.8-9.6 3-16-4.5-10.8-8.1 0 0 8.5-.9 11.3-2.3 2.7-1.4 26.8.6 27.3.7.6.1-23-2.6-23-2.6s-11.4 3.3-13.6 2c-2.2-1.3-3-5.8.6-6.8s8.5-1 8.5-1-10.7-9.4-20.4-10.1c0 0 11.4.3 25.2 9.7l11.7-.7s14.6 1.4 17.1 4.2c2.5 2.7 19.5 13.9 25.3 13.9s8.8.6 8.8.6",
43
- fill: "none",
44
- stroke: "var(--zd_emptysvg_primary_stroke)",
45
- strokeLinecap: "round",
46
- strokeLinejoin: "round",
47
- strokeMiterlimit: 10
48
- }));
49
- }
50
-
51
- }
52
- Predictor.propTypes = {
53
- alignHorizontal: PropTypes.bool,
54
- className: PropTypes.string,
55
- dataId: PropTypes.string,
56
- isRender: PropTypes.bool,
57
- size: PropTypes.oneOf(['small', 'large']),
58
- palette: PropTypes.oneOf(['default', 'dark'])
59
- };
60
- Predictor.defaultProps = {
61
- size: 'large',
62
- alignHorizontal: true,
63
- isRender: true,
64
- className: '',
65
- dataId: 'predictor',
66
- palette: 'default'
67
- };
68
-
69
- if (false) {
70
- Predictor.docs = {
71
- componentGroup: 'SVG'
72
- };
73
- }
package/es/svg/SVG.js DELETED
@@ -1,78 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import style from './SVG.module.css';
4
- import styles from './EmptyStateVariables.module.css';
5
- export default class SVG extends React.Component {
6
- render() {
7
- let {
8
- viewBox,
9
- children,
10
- name,
11
- isRender,
12
- isSymbol,
13
- size,
14
- className,
15
- alignHorizontal,
16
- isFluid,
17
- dataId,
18
- palette,
19
- styleName
20
- } = this.props;
21
- return /*#__PURE__*/React.createElement(React.Fragment, null, isSymbol ? /*#__PURE__*/React.createElement("div", {
22
- hidden: true
23
- }, /*#__PURE__*/React.createElement("svg", null, /*#__PURE__*/React.createElement("symbol", {
24
- id: name,
25
- viewBox: viewBox
26
- }, children))) : null, isRender && isSymbol ? /*#__PURE__*/React.createElement("div", {
27
- className: `${size === 'large' ? style.large : size === 'small' ? style.small : isFluid ? style.cover : ''} ${className} ${styles[palette]} ${alignHorizontal ? style.svgCenter : ''} `,
28
- "aria-hidden": "true"
29
- }, /*#__PURE__*/React.createElement("svg", {
30
- height: "100%",
31
- width: "100%",
32
- "data-id": dataId
33
- }, /*#__PURE__*/React.createElement("use", {
34
- xlinkHref: `#${name}`
35
- }))) : isRender ? /*#__PURE__*/React.createElement("div", {
36
- className: `${size === 'large' ? style.large : size === 'small' ? style.small : isFluid ? style.cover : ''} ${className} ${styles[palette]} ${alignHorizontal ? style.svgCenter : ''} `,
37
- "aria-hidden": "true"
38
- }, /*#__PURE__*/React.createElement("svg", {
39
- height: "100%",
40
- width: "100%",
41
- viewBox: viewBox,
42
- "data-id": dataId,
43
- style: styleName
44
- }, children)) : null);
45
- }
46
-
47
- }
48
- SVG.propTypes = {
49
- alignHorizontal: PropTypes.bool,
50
- children: PropTypes.node,
51
- className: PropTypes.string,
52
- dataId: PropTypes.string,
53
- isFluid: PropTypes.bool,
54
- isRender: PropTypes.bool,
55
- isSymbol: PropTypes.bool,
56
- name: PropTypes.string,
57
- size: PropTypes.oneOf(['small', 'large']),
58
- viewBox: PropTypes.string,
59
- palette: PropTypes.oneOf(['default', 'dark']),
60
- styleName: PropTypes.node
61
- };
62
- SVG.defaultProps = {
63
- alignHorizontal: true,
64
- isRender: true,
65
- className: '',
66
- dataId: 'SVG',
67
- name: '',
68
- viewBox: '',
69
- isSymbol: false,
70
- isFluid: false,
71
- palette: 'default'
72
- };
73
-
74
- if (false) {
75
- SVG.docs = {
76
- componentGroup: 'SVG'
77
- };
78
- }
@@ -1,26 +0,0 @@
1
- .cover {
2
- height: 100%;
3
- }
4
- .large {
5
- height: var(--zd_size160);
6
- width: var(--zd_size160);
7
- }
8
- .small {
9
- height: var(--zd_size130);
10
- width: var(--zd_size130);
11
- }
12
- .svgCenter {
13
- margin-left: auto;
14
- margin-right: auto;
15
- }
16
- .loaderWrapper {
17
- height: var(--zd_size40);
18
- width: var(--zd_size40);
19
- }
20
- .center {
21
- height: 100%;
22
- width: 100%;
23
- display: flex;
24
- align-items: center;
25
- justify-content: center;
26
- }
@@ -1,28 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React, { useEffect, useState } from 'react';
4
- export default function SvgLoader(props) {
5
- let uiProps = {};
6
- Object.keys(props).filter(prop => prop != "imageUrl").map(prop => {
7
- uiProps[prop] = props[prop];
8
- });
9
-
10
- let image = require(`./images/${props.imageUrl}`);
11
-
12
- return /*#__PURE__*/React.createElement("image", _extends({
13
- xlinkHref: image
14
- }, uiProps));
15
- }
16
- export function StaticSvg(props) {
17
- let uiProps = {},
18
- [image, setImage] = useState(null);
19
- Object.keys(props).filter(prop => prop != "getImage").map(prop => {
20
- uiProps[prop] = props[prop];
21
- });
22
- useEffect(() => {
23
- props.getImage().then(image => setImage(image));
24
- }, [props.getImage]);
25
- return image ? /*#__PURE__*/React.createElement("image", _extends({
26
- xlinkHref: image.default
27
- }, uiProps)) : null;
28
- }
@@ -1,43 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/UnableToProcess.svg';
7
- export default class UnableToProcessRequest extends React.Component {
8
- render() {
9
- let {
10
- isFluid
11
- } = this.props;
12
- return /*#__PURE__*/React.createElement(SVG, _extends({
13
- viewBox: "0 0 587.1 331.1",
14
- name: "UnableToProcessRequest"
15
- }, this.props, {
16
- isFluid: isFluid
17
- }), /*#__PURE__*/React.createElement("image", {
18
- xlinkHref: image,
19
- height: "100%",
20
- width: "100%"
21
- }));
22
- }
23
-
24
- }
25
- UnableToProcessRequest.propTypes = {
26
- alignHorizontal: PropTypes.bool,
27
- className: PropTypes.string,
28
- dataId: PropTypes.string,
29
- isFluid: PropTypes.bool,
30
- isRender: PropTypes.bool
31
- };
32
- UnableToProcessRequest.defaultProps = {
33
- alignHorizontal: true,
34
- isRender: true,
35
- className: '',
36
- dataId: 'unableToProcessRequest'
37
- };
38
-
39
- if (false) {
40
- UnableToProcessRequest.docs = {
41
- componentGroup: 'SVG'
42
- };
43
- }
@@ -1,43 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/UnauthorizedLogin.svg';
7
- export default class UnauthorizedLogin extends React.Component {
8
- render() {
9
- let {
10
- isFluid
11
- } = this.props;
12
- return /*#__PURE__*/React.createElement(SVG, _extends({
13
- viewBox: "0 0 519.3 288.6",
14
- name: "UnauthorizedLogin"
15
- }, this.props, {
16
- isFluid: isFluid
17
- }), /*#__PURE__*/React.createElement("image", {
18
- xlinkHref: image,
19
- height: "100%",
20
- width: "100%"
21
- }));
22
- }
23
-
24
- }
25
- UnauthorizedLogin.propTypes = {
26
- alignHorizontal: PropTypes.bool,
27
- className: PropTypes.string,
28
- dataId: PropTypes.string,
29
- isFluid: PropTypes.bool,
30
- isRender: PropTypes.bool
31
- };
32
- UnauthorizedLogin.defaultProps = {
33
- alignHorizontal: true,
34
- isRender: true,
35
- className: '',
36
- dataId: 'unauthorizedLogin'
37
- };
38
-
39
- if (false) {
40
- UnauthorizedLogin.docs = {
41
- componentGroup: 'SVG'
42
- };
43
- }
@@ -1,43 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/ReguestUrlNotFound.svg';
7
- export default class UrlNotFound extends React.Component {
8
- render() {
9
- let {
10
- isFluid
11
- } = this.props;
12
- return /*#__PURE__*/React.createElement(SVG, _extends({
13
- viewBox: "0 0 614.2 310.2",
14
- name: "UrlNotFound"
15
- }, this.props, {
16
- isFluid: isFluid
17
- }), /*#__PURE__*/React.createElement("image", {
18
- xlinkHref: image,
19
- height: "100%",
20
- width: "100%"
21
- }));
22
- }
23
-
24
- }
25
- UrlNotFound.propTypes = {
26
- alignHorizontal: PropTypes.bool,
27
- className: PropTypes.string,
28
- dataId: PropTypes.string,
29
- isFluid: PropTypes.bool,
30
- isRender: PropTypes.bool
31
- };
32
- UrlNotFound.defaultProps = {
33
- alignHorizontal: true,
34
- isRender: true,
35
- className: '',
36
- dataId: 'urlNotFound'
37
- };
38
-
39
- if (false) {
40
- UrlNotFound.docs = {
41
- componentGroup: 'SVG'
42
- };
43
- }
@@ -1,43 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- import image from './images/WillBack.svg';
7
- export default class WillBeRightBack extends React.Component {
8
- render() {
9
- let {
10
- isFluid
11
- } = this.props;
12
- return /*#__PURE__*/React.createElement(SVG, _extends({
13
- viewBox: "0 0 889 490.6",
14
- name: "WillBeRightBack"
15
- }, this.props, {
16
- isFluid: isFluid
17
- }), /*#__PURE__*/React.createElement("image", {
18
- xlinkHref: image,
19
- height: "100%",
20
- width: "100%"
21
- }));
22
- }
23
-
24
- }
25
- WillBeRightBack.propTypes = {
26
- alignHorizontal: PropTypes.bool,
27
- className: PropTypes.string,
28
- dataId: PropTypes.string,
29
- isFluid: PropTypes.bool,
30
- isRender: PropTypes.bool
31
- };
32
- WillBeRightBack.defaultProps = {
33
- alignHorizontal: true,
34
- isRender: true,
35
- className: '',
36
- dataId: 'willBeRightBack'
37
- };
38
-
39
- if (false) {
40
- WillBeRightBack.docs = {
41
- componentGroup: 'SVG'
42
- };
43
- }
@@ -1,67 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- export default class ZiaAnamoly extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "ziaAnamoly"
11
- }, this.props), /*#__PURE__*/React.createElement("style", null, ".ZIAAnomaly_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.ZIAAnomaly_svg__st2{fill:var(--zd_emptysvg_plus)}.ZIAAnomaly_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.ZIAAnomaly_svg__st4{fill:var(--zd_emptysvg_tiny_circle)}"), /*#__PURE__*/React.createElement("path", {
12
- fill: "none",
13
- d: "M10 22h180v160H10z"
14
- }), /*#__PURE__*/React.createElement("path", {
15
- className: "ZIAAnomaly_svg__st1",
16
- d: "M80.2 58.2s46.7-31.2 70.3-21.8 39.7 88.3-25.9 123.7c-65.6 35.4-95.4-41.6-95.7-55.2-.2-13.3 0-44.7 51.3-46.7z"
17
- }), /*#__PURE__*/React.createElement("path", {
18
- className: "ZIAAnomaly_svg__st2",
19
- d: "M14 119.3s-.1 0 0 0c-.3 0-.5-.3-.5-.5l.4-7.5c0-.3.2-.5.5-.5s.5.2.5.5l-.4 7.5c-.1.3-.3.5-.5.5z"
20
- }), /*#__PURE__*/React.createElement("path", {
21
- className: "ZIAAnomaly_svg__st2",
22
- d: "M17.8 115.8l-7.4-.4c-.3 0-.5-.3-.5-.5 0-.3.3-.5.5-.5l7.3.4c.3 0 .5.3.5.5.1.3-.1.5-.4.5z"
23
- }), /*#__PURE__*/React.createElement("path", {
24
- className: "ZIAAnomaly_svg__st3",
25
- d: "M171.2 22.8c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.2-4.7-4.7-4.7zm0 8.5c-2 0-3.7-1.7-3.7-3.8s1.7-3.8 3.7-3.8 3.7 1.7 3.7 3.8-1.7 3.8-3.7 3.8zM124.4 175.1c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4 3.4-1.5 3.4-3.4c0-1.8-1.5-3.4-3.4-3.4zm0 5.9c-1.3 0-2.4-1.1-2.4-2.5s1.1-2.5 2.4-2.5c1.3 0 2.4 1.1 2.4 2.5s-1.1 2.5-2.4 2.5z"
26
- }), /*#__PURE__*/React.createElement("path", {
27
- className: "ZIAAnomaly_svg__st4",
28
- d: "M60.9 22c-1.7 0-3 1.4-3 3s1.3 3 3 3 3-1.4 3-3-1.3-3-3-3zm0 5.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM189.8 131.8c-.2-.2-.5-.2-.7 0l-2.4 2.2-2.1-2.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l2.1 2.4-2.4 2.2c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l2.4-2.2 2.1 2.4c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-2.1-2.4 2.4-2.2c.2-.3.2-.7 0-.9z"
29
- }), /*#__PURE__*/React.createElement("path", {
30
- className: "ZIAAnomaly_svg__st1",
31
- d: "M115.8 67S78.5 42.1 59.6 49.6s-31.8 70.6 20.7 98.9c52.5 28.3 76.3-33.3 76.5-44.2.2-10.6 0-35.8-41-37.3z"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- d: "M70.4 82.3c-4.5-5.7-8.7-33.5 5.4-24.4s29.1-2.4 39.7 2.6 10.6 17.7 6.4 26.3c-4.2 8.6-47.1 4-53.6-.8s-8.7-50.8 20.9-55c34-4.8 49.5 10.6 56.2 22.6 6.8 12 2.7 29.6-.5 25-3.2-4.6 1-17.8 1-17.8-9.7 7.6-7.7 26-1.5 30.3 6.2 4.3 15-1.4 15-1.4-10.7-5.8-5.7-19.3-5.7-19.3-2.3 16.9 8.7 17.1 8.7 17.1 8.6-19.5-7.7-27.3-7.7-27.3s-6.3-26.6-38.6-33.9C83.6 19 56.5 48.2 56.4 55.5s-2.5 24.6-3.9 20.9c-1.4-3.8 1.9-20.1 1.9-20.1s-12.6 7.1-1 27.9c11.7 20.8 26.9 15.9 27.2 15 .4-1-7.3-3.2-7.6-3.2-.4 0-3 4.6-3 4.6 24.5 20.7 80 3.3 69.1-.8-11.1-4.2-74.8-.2-74.8 9.6 0 9.9 3.2 20.8 3.2 20.8s-41.3 25.2-38.4 10.5 35.8-31.6 34.1-33.6c-1.7-2-2.5 1.2-2.5 1.2 7.3 70.7 51.7 66.1 51.7 66.1S97 161.9 90.7 141.5c-6.3-20.4-4.2-29.7-4.2-29.7s39.6 6.9 57-9.9c0 0-11.9 5.1-10.8 28.5 1.1 23.5 22.9 40.1 29.4 37.2 9.6-4.3 7.8-41.1-6.9-56.7-14.7-15.6-22 14.6-11.9 33.5 8.6 16.1 14.7 16.8 18 14.5 0 0 7-25.4-10.7-39.1 0 0-10.5 44.7-30.9 52",
34
- fill: "none",
35
- stroke: "var(--zd_emptysvg_primary_stroke)",
36
- strokeLinecap: "round",
37
- strokeLinejoin: "round",
38
- strokeMiterlimit: 10
39
- }), /*#__PURE__*/React.createElement("path", {
40
- d: "M75.7 79.7S67.1 58.4 79 64.6c12 6.1 28-5.3 34.2 1.4 6.2 6.7 3.3 19.9-2.4 20.8-5.7.8-27.9 2.3-35.1-7.1zm44 44s-17.5 4.8-24.6-1.4c-7.1-6.2 9.5 16.5 15.1 18.4 5.7 1.9-5.2 18 1.4 22.2 6.8 4.3 18.6-14.6 8.1-39.2z",
41
- fill: "var(--zd_emptysvg_secondary_fill)"
42
- }));
43
- }
44
-
45
- }
46
- ZiaAnamoly.propTypes = {
47
- alignHorizontal: PropTypes.bool,
48
- className: PropTypes.string,
49
- dataId: PropTypes.string,
50
- isRender: PropTypes.bool,
51
- size: PropTypes.oneOf(['small', 'large']),
52
- palette: PropTypes.oneOf(['default', 'dark'])
53
- };
54
- ZiaAnamoly.defaultProps = {
55
- size: 'large',
56
- alignHorizontal: true,
57
- isRender: true,
58
- className: '',
59
- dataId: 'ziaAnamoly',
60
- palette: 'default'
61
- };
62
-
63
- if (false) {
64
- ZiaAnamoly.docs = {
65
- componentGroup: 'SVG'
66
- };
67
- }
@@ -1,40 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- export default class EmptyPageNotFound extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 1326.83 1190.04",
10
- name: "EmptyPageNotFound"
11
- }, this.props), /*#__PURE__*/React.createElement("path", {
12
- d: "M741.37 845.77a1.22 1.22 0 01-.46-.09c-301.74-122.77-415.29-104.4-456.12-82.53-16.8 9-27.33 21.86-30.45 37.18-12.22 60.07-211.64 31.1-220.12 29.84a1.2 1.2 0 11.36-2.38c2.05.3 205.63 29.91 217.4-27.94 3.26-16.05 14.22-29.47 31.67-38.82C324.83 739 439 720.33 741.31 843.25c79.58-40 197.42-100.12 209.38-108.67-5.18-1.7-28.07-4.54-57.61.32-37.53 6.19-89.76 25.27-125.43 81a1.2 1.2 0 01-1.37.5c-2.72-.85-272-84.24-321.73-84.24h-.35a1.2 1.2 0 01-.78-2.12c1.79-1.52 13.82-11.74 31.44-26-37.12-10.79-62.57-17.77-63.33-18a1.21 1.21 0 01-.43-2.11c66.79-53 159.59-74.65 211.32-84.74 14.68-7.52 26.73-11.65 34.22-10.52 5.1.78 6.65 1.47 6.68 2.94 0 2.21-3 2.92-23.81 6.8-4.84.9-10.36 1.92-16.46 3.11-41.16 21.35-104 70-143 101.49 75.26 22 194.19 58.4 256.09 86.58C745.22 781.83 856 689.85 952.7 712c.73-.08 3.85-.54 5.11-2.72 1-1.69.67-4.15-.91-7.3-5.11-10.22-117.6-92.81-287.18-111.06a1.21 1.21 0 01-1.08-1.21c0-.94 1.5-95.51 65.84-172.56a1.19 1.19 0 011.6-.22 1.21 1.21 0 01.38 1.57c-.16.28-15.08 27.83-6.39 42.79 3.63 6.25 11 9.5 21.93 9.68l17.91-2.25a1.2 1.2 0 011.14.5 1.24 1.24 0 01.08 1.25c-.06.11-4.58 9.09-4 18.21 20.63-16.92 38.58-28.45 52.82-36.24C853.58 434 873.81 432 874.66 432a1.07 1.07 0 01.47.05c78.74 25.49 148.81 58.76 200.76 86.73 18.73-51.53 54-100.87 126.28-114.7 18.88-3.21 49.08-1.77 78.4 0a1.21 1.21 0 011.13 1.27 1.18 1.18 0 01-1.28 1.13c-29.17-1.74-59.22-3.18-77.82 0-71.27 13.64-106.06 62.48-124.55 113.49 55.94 30.25 90.31 54 91 54.47a1.2 1.2 0 01-.57 2.18c-45.77 4.73-82.18 16.35-110.55 30-.44 2.74-.88 5.47-1.31 8.17-1 6.13-1.93 12.1-2.89 17.83 24.88-6.82 53.84-11.51 77.83-15.41 23.64-3.84 44-7.15 46.72-10.49 2.47-3.08 3.55-6 3.21-8.77a8.7 8.7 0 00-2.3-4.78l-.79-.72a1.21 1.21 0 011.54-1.85 9.5 9.5 0 011 .89l27 25.05a1.18 1.18 0 01.36 1.12 1.2 1.2 0 01-.77.89l-163.1 58.06c-4.16 13.31-9.31 22.08-16.62 24.16-6.1 1.75-10.74 1.27-13.8-1.41-4.8-4.21-3.68-12.18-3.63-12.51a1.2 1.2 0 01.79-1l31.29-11.14c3.19-10.57 5.8-24 8.33-38.8-17.49 5-32.55 11.15-41.76 18.85-23.4 19.57-18.32 25.74-11.28 34.28 3.56 4.32 7.59 9.22 8.16 16.45 1.68 21.42-38 29.61-39.73 29.95a1.21 1.21 0 01-1.39-.85 1.2 1.2 0 01.72-1.45c11-4.25 11.53-22.19 11.56-24.33C947.1 631 688.31 575.59 685.7 575a1.21 1.21 0 01-.69-1.93c29-36.18 56.13-62.92 79.83-82.62-1-7.79 1.72-15.58 3.23-19.16l-15.94 2c-12-.18-20.06-3.84-24.14-10.87-6.17-10.63-1.74-26.33 2.19-36.15-54.23 70.32-58.75 152-59.1 162.29 169.88 18.59 282.81 101.92 288 112.26 2 3.93 2.24 7.16.82 9.6-2.08 3.59-7 3.91-7.19 3.92a.79.79 0 01-.34 0C853 691.49 738.25 790.9 737.11 791.9a1.2 1.2 0 01-1.3.19c-62-28.37-182.69-65.29-258.07-87.25-14.7 11.9-25.69 21.09-30.34 25 55.29 2.71 299.21 77.95 318.72 84 60.18-93.08 167.48-86.75 184.77-81.69 1.42.42 2.93 1 2.93 2.24s0 3.27-106.28 57.68c-52.21 26.73-105.1 53.31-105.63 53.58a1.29 1.29 0 01-.54.12zm210.21-111.93zM688.11 573.1c11.32 2.48 71 15.94 133.08 37.2 92.32 31.65 145.52 64.56 158.13 97.83a1.14 1.14 0 01.07.41c0 .73 0 15-7.31 22.86 11.09-3.23 32.47-11.35 31.34-25.75-.51-6.48-4.12-10.86-7.62-15.11-3.64-4.42-7.08-8.59-6.31-14.49.82-6.27 6.51-13.64 17.9-23.17 9.67-8.08 25.49-14.45 43.75-19.61 1-6.12 2-12.46 3.07-18.93.35-2.15.69-4.32 1-6.5-58.63 29-81.9 66.29-82.24 66.84a1.2 1.2 0 01-2.13-.15c-.08-.19-8.12-18.86-19.24-18.86a17.44 17.44 0 01-12.76-5.85c-5.43-5.73-8.51-14.94-8-24.05l.14-2.65c.73-12.86 1.26-22.15-9.76-24.74-9.39-2.21-10-10.37-10.47-17.57-.25-3.55-.49-6.9-1.66-9.48-1.39-3.07-5.67-1.7-12.54.93-6.05 2.31-12.31 4.71-16.44 1.82-3.82-2.67-7.93-.89-12.27 1-3.28 1.43-6.67 2.92-9.9 2.19-7-1.54-8.8-22.87-9.19-28.95-4.7-1.73-24.83-9.4-28.45-14.47-3.16-4.42.36-12.06 2.44-15.79l-22.42 2.72a1.19 1.19 0 01-1.31-.92 6.33 6.33 0 00-3.55-4.7c-6.08-2.74-17.2 3.17-17.31 3.23a1.21 1.21 0 01-1.75-1.32l2-9.55c-6.11-2.52-10.25-6.5-12.32-11.85a21 21 0 01-.79-2.48c-22.94 19.24-49.15 45.14-77.18 79.91zM414.47 684.34c7.23 2 30.78 8.53 62.66 17.81 36.8-29.81 95.88-75.76 138-99.06-52.13 10.56-137.7 32.14-200.66 81.25zm598.13 3.49c-.13 1.86-.18 6.95 2.92 9.66 2.4 2.1 6.28 2.4 11.54.9 6.07-1.74 10.64-9.36 14.4-20.83zm40.67-52.67c-2.49 14.75-5 27.9-8.07 38.51l159.56-56.79-20.92-19.43v.09c.43 3.42-.82 7-3.72 10.62-3.1 3.88-18.67 6.56-48.22 11.36-24.26 3.94-53.68 8.71-78.63 15.64zm-147.16-68a5.16 5.16 0 015.19 3.16c1.36 3 1.62 6.69 1.87 10.3.49 7 1 13.59 8.62 15.39 13 3.06 12.35 14.26 11.62 27.23l-.15 2.64c-.44 8.46 2.38 17 7.38 22.26a15.1 15.1 0 0011 5.11c10.46 0 18 13.2 20.53 18.34 5.56-8 30.53-40.84 83.54-66.65 1.15-7.11 2.34-14.35 3.63-21.63 3.44-19.5 8.2-41 15.72-62.3-51.82-27.92-121.8-61.17-200.43-86.65-2.36.28-22.39 3.05-53.75 20.23-14.36 7.86-32.54 19.59-53.45 36.85a19.76 19.76 0 00.95 3.36c1.92 4.95 5.92 8.6 11.89 10.84A1.2 1.2 0 01781 507l-1.74 8.14c3.87-1.72 11.81-4.62 17.18-2.2a8.39 8.39 0 014.61 5.3l23.84-2.89a1.2 1.2 0 011.15 1.86c-2 3-6.48 11.44-3.79 15.21 2.91 4.07 21.24 11.4 28.06 13.88a1.21 1.21 0 01.79 1.07c.61 10.88 3.29 26.62 7.35 27.52 2.46.55 5.35-.71 8.42-2 4.54-2 9.68-4.22 14.61-.77 3.08 2.15 8.73 0 14.2-2.1 3.7-1.41 7.43-2.84 10.43-2.84zm171.12-45c-7.41 21-12.11 42.29-15.51 61.56-1.18 6.7-2.29 13.37-3.35 19.93 27.7-13.13 62.84-24.29 106.57-29.17-9.11-6.11-40.77-26.89-87.71-52.29zm-423.41 68.71c-5.62 0-13.35 2.42-22.54 6.62l7.79-1.46c9.27-1.73 17.5-3.25 20.7-4.32-.72-.18-1.82-.41-3.49-.67a16 16 0 00-2.46-.17z",
13
- fill: "var(--zd_emptysvg_primary_stroke)"
14
- }), /*#__PURE__*/React.createElement("path", {
15
- d: "M669.85 589.67s5.81-98.56 65.55-171.79c0 0-39 57.7 18.39 71.23 0 0 11 20.56 16.2 20.21l4.44 15.92s13.8-8.49 18.05-3.89 12.75 3.74 21.57 1.41c0 0-14.15 14.86 29.36 30.42 0 0 2.83 33.61 16.63 31.48s14.5-8.49 24.05-3.89 15.57-5.66 19.1-2.83 1.42 22.29 13.09 24.41 10.61 18 11 39.62 25.11 14.5 30.77 21.58 5.66 23 5.66 23L958 701.39c1.65-6.3-135.91-103.17-288.15-111.72z",
16
- fill: "var(--zd_emptysvg_secondary_fill)"
17
- }));
18
- }
19
-
20
- }
21
- EmptyPageNotFound.propTypes = {
22
- alignHorizontal: PropTypes.bool,
23
- className: PropTypes.string,
24
- dataId: PropTypes.string,
25
- isRender: PropTypes.bool,
26
- palette: PropTypes.oneOf(['default', 'dark'])
27
- };
28
- EmptyPageNotFound.defaultProps = {
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyPageNotFound',
33
- palette: 'default'
34
- };
35
-
36
- if (false) {
37
- EmptyPageNotFound.docs = {
38
- componentGroup: 'SVG'
39
- };
40
- }