@zohodesk/svg 1.0.0-beta.4 → 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 (359) hide show
  1. package/README.md +142 -1
  2. package/lib/Provider.js +213 -0
  3. package/lib/index.js +48 -27
  4. package/lib/svg/EmptyAccounts.js +108 -36
  5. package/lib/svg/EmptyActiveCalls.js +79 -43
  6. package/lib/svg/EmptyActivity.js +79 -38
  7. package/lib/svg/EmptyAgent.js +79 -35
  8. package/lib/svg/EmptyAgentQueue.js +128 -0
  9. package/lib/svg/EmptyApproval.js +128 -0
  10. package/lib/svg/EmptyArchived.js +88 -35
  11. package/lib/svg/EmptyAttach.js +79 -35
  12. package/lib/svg/EmptyBlueprint.js +94 -35
  13. package/lib/svg/EmptyBusinessHoliday.js +47 -35
  14. package/lib/svg/EmptyBusinessHour.js +47 -35
  15. package/lib/svg/EmptyCallHistory.js +81 -43
  16. package/lib/svg/EmptyCollision.js +122 -0
  17. package/lib/svg/EmptyColumn.js +128 -0
  18. package/lib/svg/EmptyContact.js +79 -36
  19. package/lib/svg/EmptyContract.js +118 -0
  20. package/lib/svg/EmptyConversation.js +79 -35
  21. package/lib/svg/EmptyCrm.js +122 -0
  22. package/lib/svg/EmptyCrmNotes.js +133 -0
  23. package/lib/svg/EmptyCrmPotential.js +136 -0
  24. package/lib/svg/EmptyCustomDomain.js +90 -0
  25. package/lib/svg/EmptyDashboard.js +86 -36
  26. package/lib/svg/EmptyDepartment.js +122 -0
  27. package/lib/svg/EmptyError.js +144 -0
  28. package/lib/svg/EmptyFeed.js +125 -0
  29. package/lib/svg/EmptyFollowers.js +123 -0
  30. package/lib/svg/EmptyFrame.js +121 -0
  31. package/lib/svg/EmptyFromAddress.js +47 -35
  32. package/lib/svg/EmptyHappiness.js +79 -35
  33. package/lib/svg/EmptyHistory.js +79 -42
  34. package/lib/svg/EmptyImportHistory.js +47 -35
  35. package/lib/svg/EmptyInconvenience.js +91 -0
  36. package/lib/svg/EmptyInvoice.js +84 -35
  37. package/lib/svg/EmptyNetwork.js +47 -35
  38. package/lib/svg/EmptyNotification.js +79 -35
  39. package/lib/svg/EmptyProducts.js +82 -35
  40. package/lib/svg/EmptyRecycleBin.js +47 -35
  41. package/lib/svg/EmptyReply.js +117 -0
  42. package/lib/svg/EmptyReports.js +85 -35
  43. package/lib/svg/EmptyRoles.js +47 -35
  44. package/lib/svg/EmptySchedule.js +164 -0
  45. package/lib/svg/EmptySearch.js +89 -35
  46. package/lib/svg/EmptySkills.js +127 -41
  47. package/lib/svg/EmptySla.js +117 -0
  48. package/lib/svg/EmptySnippet.js +98 -50
  49. package/lib/svg/EmptyStateVariables.module.css +39 -0
  50. package/lib/svg/EmptyTag.js +82 -35
  51. package/lib/svg/EmptyTask.js +95 -35
  52. package/lib/svg/EmptyTeams.js +79 -35
  53. package/lib/svg/EmptyTemplate.js +91 -36
  54. package/lib/svg/EmptyTicket.js +82 -35
  55. package/lib/svg/EmptyTimeEntry.js +85 -35
  56. package/lib/svg/EmptyTimeline.js +122 -0
  57. package/lib/svg/EmptyTopic.js +85 -35
  58. package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
  59. package/lib/svg/EmptyWebhook.js +47 -35
  60. package/lib/svg/EmptyWillBeRightBack.js +92 -0
  61. package/lib/svg/ErrorInconvenience.js +163 -0
  62. package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
  63. package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
  64. package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
  65. package/lib/svg/ErrorUrlNotFound.js +164 -0
  66. package/lib/svg/ErrorWillBeRightBack.js +163 -0
  67. package/lib/svg/Extractor.js +116 -0
  68. package/lib/svg/FailureLog.js +47 -35
  69. package/lib/svg/Import.js +132 -0
  70. package/lib/svg/Loader.js +77 -33
  71. package/lib/svg/NoRequestFound.js +47 -43
  72. package/lib/svg/NotImpossible.js +129 -0
  73. package/lib/svg/PageNotFound.js +49 -44
  74. package/lib/svg/Predictor.js +123 -0
  75. package/lib/svg/SVG.js +88 -81
  76. package/lib/svg/SVG.module.css +9 -2
  77. package/lib/svg/SvgLoader.js +66 -0
  78. package/lib/svg/UnableToProcessRequest.js +48 -43
  79. package/lib/svg/UnauthorizedLogin.js +48 -43
  80. package/lib/svg/UrlNotFound.js +49 -44
  81. package/lib/svg/WillBeRightBack.js +49 -44
  82. package/lib/svg/ZiaAnamoly.js +117 -0
  83. package/lib/svg/docs/SVG__common.docs.js +98 -0
  84. package/lib/svg/docs/SVG__default.docs.js +327 -657
  85. package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
  86. package/lib/svg/docs/SVGdocstyle.module.css +8 -0
  87. package/lib/svg/images/EmptyCustomDomain.svg +85 -0
  88. package/lib/svg/images/EmptySkills.svg +75 -67
  89. package/lib/svg/utils.js +26 -0
  90. package/package.json +20 -6
  91. package/preprocess/index.js +2 -0
  92. package/preprocess/json/svgAppearanceVariableJson.js +151 -0
  93. package/preprocess/json/svgThemeVariableJson.js +71 -0
  94. package/preprocess/svgAppearanceColors.js +63 -0
  95. package/preprocess/svgThemeColors.js +92 -0
  96. package/src/Provider.js +141 -0
  97. package/src/index.js +5 -1
  98. package/src/svg/EmptyAccounts.js +100 -9
  99. package/src/svg/EmptyActiveCalls.js +63 -14
  100. package/src/svg/EmptyActivity.js +63 -9
  101. package/src/svg/EmptyAgent.js +65 -9
  102. package/src/svg/EmptyAgentQueue.js +94 -0
  103. package/src/svg/EmptyApproval.js +85 -0
  104. package/src/svg/EmptyArchived.js +74 -8
  105. package/src/svg/EmptyAttach.js +65 -9
  106. package/src/svg/EmptyBlueprint.js +85 -8
  107. package/src/svg/EmptyBusinessHoliday.js +11 -6
  108. package/src/svg/EmptyBusinessHour.js +11 -6
  109. package/src/svg/EmptyCallHistory.js +60 -14
  110. package/src/svg/EmptyCollision.js +85 -0
  111. package/src/svg/EmptyColumn.js +91 -0
  112. package/src/svg/EmptyContact.js +64 -9
  113. package/src/svg/EmptyContract.js +81 -0
  114. package/src/svg/EmptyConversation.js +65 -9
  115. package/src/svg/EmptyCrm.js +84 -0
  116. package/src/svg/EmptyCrmNotes.js +96 -0
  117. package/src/svg/EmptyCrmPotential.js +100 -0
  118. package/src/svg/EmptyCustomDomain.js +33 -0
  119. package/src/svg/EmptyDashboard.js +71 -10
  120. package/src/svg/EmptyDepartment.js +87 -0
  121. package/src/svg/EmptyError.js +42 -0
  122. package/src/svg/EmptyFeed.js +87 -0
  123. package/src/svg/EmptyFollowers.js +85 -0
  124. package/src/svg/EmptyFrame.js +83 -0
  125. package/src/svg/EmptyFromAddress.js +11 -8
  126. package/src/svg/EmptyHappiness.js +65 -9
  127. package/src/svg/EmptyHistory.js +63 -15
  128. package/src/svg/EmptyImportHistory.js +11 -8
  129. package/src/svg/{Inconvenience.js → EmptyInconvenience.js} +7 -8
  130. package/src/svg/EmptyInvoice.js +70 -9
  131. package/src/svg/EmptyNetwork.js +11 -8
  132. package/src/svg/EmptyNotification.js +65 -10
  133. package/src/svg/EmptyProducts.js +68 -9
  134. package/src/svg/EmptyRecycleBin.js +10 -7
  135. package/src/svg/EmptyReply.js +81 -0
  136. package/src/svg/EmptyReports.js +70 -9
  137. package/src/svg/EmptyRoles.js +11 -8
  138. package/src/svg/EmptySchedule.js +131 -0
  139. package/src/svg/EmptySearch.js +75 -9
  140. package/src/svg/EmptySkills.js +95 -14
  141. package/src/svg/EmptySla.js +81 -0
  142. package/src/svg/EmptySnippet.js +78 -17
  143. package/src/svg/EmptyStateVariables.module.css +39 -0
  144. package/src/svg/EmptyTag.js +67 -8
  145. package/src/svg/EmptyTask.js +78 -10
  146. package/src/svg/EmptyTeams.js +65 -9
  147. package/src/svg/EmptyTemplate.js +69 -11
  148. package/src/svg/EmptyTicket.js +69 -10
  149. package/src/svg/EmptyTimeEntry.js +72 -10
  150. package/src/svg/EmptyTimeline.js +85 -0
  151. package/src/svg/EmptyTopic.js +72 -9
  152. package/src/svg/EmptyUnauthorizedLogin.js +44 -0
  153. package/src/svg/EmptyWebhook.js +11 -8
  154. package/src/svg/EmptyWillBeRightBack.js +44 -0
  155. package/src/svg/ErrorInconvenience.js +128 -0
  156. package/src/svg/ErrorOopsSomethingMiss.js +128 -0
  157. package/src/svg/ErrorUnableToProcessRequest.js +128 -0
  158. package/src/svg/ErrorUnauthorizedLogin.js +127 -0
  159. package/src/svg/ErrorUrlNotFound.js +128 -0
  160. package/src/svg/ErrorWillBeRightBack.js +127 -0
  161. package/src/svg/Extractor.js +76 -0
  162. package/src/svg/FailureLog.js +11 -8
  163. package/src/svg/Import.js +85 -0
  164. package/src/svg/Loader.js +63 -9
  165. package/src/svg/NoRequestFound.js +7 -8
  166. package/src/svg/NotImpossible.js +80 -0
  167. package/src/svg/PageNotFound.js +8 -8
  168. package/src/svg/Predictor.js +78 -0
  169. package/src/svg/SVG.js +36 -17
  170. package/src/svg/SVG.module.css +9 -2
  171. package/src/svg/SvgLoader.js +21 -0
  172. package/src/svg/UnableToProcessRequest.js +8 -9
  173. package/src/svg/UnauthorizedLogin.js +7 -8
  174. package/src/svg/UrlNotFound.js +9 -10
  175. package/src/svg/WillBeRightBack.js +9 -10
  176. package/src/svg/ZiaAnamoly.js +76 -0
  177. package/src/svg/docs/SVG__common.docs.js +47 -0
  178. package/src/svg/docs/SVG__default.docs.js +172 -228
  179. package/src/svg/docs/SVG__errorstate.docs.js +75 -0
  180. package/src/svg/docs/SVGdocstyle.module.css +8 -0
  181. package/src/svg/images/EmptyCustomDomain.svg +85 -0
  182. package/src/svg/images/EmptySkills.svg +75 -67
  183. package/src/svg/utils.js +15 -0
  184. package/.DS_Store +0 -0
  185. package/es/index.js +0 -6
  186. package/es/svg/EmptyAccounts.js +0 -57
  187. package/es/svg/EmptyActiveCalls.js +0 -64
  188. package/es/svg/EmptyActivity.js +0 -59
  189. package/es/svg/EmptyAgent.js +0 -56
  190. package/es/svg/EmptyArchived.js +0 -55
  191. package/es/svg/EmptyAttach.js +0 -56
  192. package/es/svg/EmptyBlueprint.js +0 -56
  193. package/es/svg/EmptyBusinessHoliday.js +0 -56
  194. package/es/svg/EmptyBusinessHour.js +0 -56
  195. package/es/svg/EmptyCallHistory.js +0 -64
  196. package/es/svg/EmptyCloud.js +0 -55
  197. package/es/svg/EmptyCloudDanger.js +0 -131
  198. package/es/svg/EmptyContact.js +0 -57
  199. package/es/svg/EmptyConversation.js +0 -56
  200. package/es/svg/EmptyDashboard.js +0 -56
  201. package/es/svg/EmptyEdition.js +0 -56
  202. package/es/svg/EmptyFromAddress.js +0 -56
  203. package/es/svg/EmptyHappiness.js +0 -56
  204. package/es/svg/EmptyHistory.js +0 -63
  205. package/es/svg/EmptyImportHistory.js +0 -56
  206. package/es/svg/EmptyInvoice.js +0 -56
  207. package/es/svg/EmptyNetwork.js +0 -56
  208. package/es/svg/EmptyNotification.js +0 -56
  209. package/es/svg/EmptyProducts.js +0 -56
  210. package/es/svg/EmptyRecycleBin.js +0 -56
  211. package/es/svg/EmptyReports.js +0 -56
  212. package/es/svg/EmptyRoles.js +0 -56
  213. package/es/svg/EmptySearch.js +0 -56
  214. package/es/svg/EmptySkills.js +0 -62
  215. package/es/svg/EmptySnippet.js +0 -62
  216. package/es/svg/EmptyTag.js +0 -56
  217. package/es/svg/EmptyTask.js +0 -56
  218. package/es/svg/EmptyTeams.js +0 -56
  219. package/es/svg/EmptyTemplate.js +0 -57
  220. package/es/svg/EmptyTicket.js +0 -56
  221. package/es/svg/EmptyTimeEntry.js +0 -56
  222. package/es/svg/EmptyTopic.js +0 -56
  223. package/es/svg/EmptyWebhook.js +0 -56
  224. package/es/svg/FailureLog.js +0 -56
  225. package/es/svg/Inconvenience.js +0 -65
  226. package/es/svg/InvalidUrl.js +0 -780
  227. package/es/svg/Loader.js +0 -50
  228. package/es/svg/NoRequestFound.js +0 -65
  229. package/es/svg/PageNotFound.js +0 -65
  230. package/es/svg/SVG.js +0 -102
  231. package/es/svg/SVG.module.css +0 -19
  232. package/es/svg/SitBack.js +0 -54
  233. package/es/svg/UnableToProcessRequest.js +0 -65
  234. package/es/svg/UnauthorizedLogin.js +0 -65
  235. package/es/svg/UrlNotFound.js +0 -65
  236. package/es/svg/WillBeRightBack.js +0 -65
  237. package/es/svg/docs/SVG__default.docs.js +0 -605
  238. package/es/svg/images/EmptyAccounts.svg +0 -55
  239. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  240. package/es/svg/images/EmptyActivity.svg +0 -85
  241. package/es/svg/images/EmptyAgent.svg +0 -52
  242. package/es/svg/images/EmptyArchived.svg +0 -38
  243. package/es/svg/images/EmptyAttach.svg +0 -39
  244. package/es/svg/images/EmptyBlueprint.svg +0 -78
  245. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  246. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  247. package/es/svg/images/EmptyCallHistory.svg +0 -46
  248. package/es/svg/images/EmptyCloud.svg +0 -38
  249. package/es/svg/images/EmptyContact.svg +0 -33
  250. package/es/svg/images/EmptyContactInfo.svg +0 -27
  251. package/es/svg/images/EmptyConversation.svg +0 -38
  252. package/es/svg/images/EmptyDashboard.svg +0 -42
  253. package/es/svg/images/EmptyEdition.svg +0 -76
  254. package/es/svg/images/EmptyFilter.svg +0 -62
  255. package/es/svg/images/EmptyFromAddress.svg +0 -41
  256. package/es/svg/images/EmptyHappiness.svg +0 -58
  257. package/es/svg/images/EmptyHistory.svg +0 -44
  258. package/es/svg/images/EmptyImportHistory.svg +0 -43
  259. package/es/svg/images/EmptyInvoice.svg +0 -45
  260. package/es/svg/images/EmptyNetwork.svg +0 -50
  261. package/es/svg/images/EmptyNotification.svg +0 -38
  262. package/es/svg/images/EmptyProducts.svg +0 -57
  263. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  264. package/es/svg/images/EmptyReports.svg +0 -39
  265. package/es/svg/images/EmptyRoles.svg +0 -30
  266. package/es/svg/images/EmptySearch.svg +0 -37
  267. package/es/svg/images/EmptySkills.svg +0 -75
  268. package/es/svg/images/EmptySnippet.svg +0 -46
  269. package/es/svg/images/EmptyTag.svg +0 -43
  270. package/es/svg/images/EmptyTask.svg +0 -42
  271. package/es/svg/images/EmptyTeams.svg +0 -39
  272. package/es/svg/images/EmptyTemplate.svg +0 -39
  273. package/es/svg/images/EmptyTicket.svg +0 -33
  274. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  275. package/es/svg/images/EmptyTopic.svg +0 -41
  276. package/es/svg/images/EmptyWebhook.svg +0 -44
  277. package/es/svg/images/FailureLog.svg +0 -46
  278. package/es/svg/images/Inconvenience.svg +0 -719
  279. package/es/svg/images/Loader.svg +0 -62
  280. package/es/svg/images/NoRequestFound.svg +0 -247
  281. package/es/svg/images/PageNotFound.svg +0 -405
  282. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  283. package/es/svg/images/SitBack.svg +0 -464
  284. package/es/svg/images/UnableToProcess.svg +0 -752
  285. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  286. package/es/svg/images/WillBack.svg +0 -633
  287. package/lib/svg/EmptyCloud.js +0 -77
  288. package/lib/svg/EmptyCloudDanger.js +0 -147
  289. package/lib/svg/EmptyEdition.js +0 -78
  290. package/lib/svg/Inconvenience.js +0 -87
  291. package/lib/svg/InvalidUrl.js +0 -799
  292. package/lib/svg/SitBack.js +0 -76
  293. package/lib/svg/images/EmptyAccounts.svg +0 -55
  294. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  295. package/lib/svg/images/EmptyActivity.svg +0 -85
  296. package/lib/svg/images/EmptyAgent.svg +0 -52
  297. package/lib/svg/images/EmptyArchived.svg +0 -38
  298. package/lib/svg/images/EmptyAttach.svg +0 -39
  299. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  300. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  301. package/lib/svg/images/EmptyCloud.svg +0 -38
  302. package/lib/svg/images/EmptyContact.svg +0 -33
  303. package/lib/svg/images/EmptyConversation.svg +0 -38
  304. package/lib/svg/images/EmptyDashboard.svg +0 -42
  305. package/lib/svg/images/EmptyEdition.svg +0 -76
  306. package/lib/svg/images/EmptyHappiness.svg +0 -58
  307. package/lib/svg/images/EmptyHistory.svg +0 -44
  308. package/lib/svg/images/EmptyInvoice.svg +0 -45
  309. package/lib/svg/images/EmptyNotification.svg +0 -38
  310. package/lib/svg/images/EmptyProducts.svg +0 -57
  311. package/lib/svg/images/EmptyReports.svg +0 -39
  312. package/lib/svg/images/EmptySearch.svg +0 -37
  313. package/lib/svg/images/EmptySnippet.svg +0 -46
  314. package/lib/svg/images/EmptyTag.svg +0 -43
  315. package/lib/svg/images/EmptyTask.svg +0 -42
  316. package/lib/svg/images/EmptyTeams.svg +0 -39
  317. package/lib/svg/images/EmptyTemplate.svg +0 -39
  318. package/lib/svg/images/EmptyTicket.svg +0 -33
  319. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  320. package/lib/svg/images/EmptyTopic.svg +0 -41
  321. package/lib/svg/images/Loader.svg +0 -62
  322. package/lib/svg/images/SitBack.svg +0 -464
  323. package/src/.DS_Store +0 -0
  324. package/src/svg/.DS_Store +0 -0
  325. package/src/svg/EmptyCloud.js +0 -28
  326. package/src/svg/EmptyCloudDanger.js +0 -104
  327. package/src/svg/EmptyEdition.js +0 -29
  328. package/src/svg/InvalidUrl.js +0 -755
  329. package/src/svg/SitBack.js +0 -29
  330. package/src/svg/images/EmptyAccounts.svg +0 -55
  331. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  332. package/src/svg/images/EmptyActivity.svg +0 -85
  333. package/src/svg/images/EmptyAgent.svg +0 -52
  334. package/src/svg/images/EmptyArchived.svg +0 -38
  335. package/src/svg/images/EmptyAttach.svg +0 -39
  336. package/src/svg/images/EmptyBlueprint.svg +0 -78
  337. package/src/svg/images/EmptyCallHistory.svg +0 -46
  338. package/src/svg/images/EmptyCloud.svg +0 -38
  339. package/src/svg/images/EmptyContact.svg +0 -33
  340. package/src/svg/images/EmptyConversation.svg +0 -38
  341. package/src/svg/images/EmptyDashboard.svg +0 -42
  342. package/src/svg/images/EmptyEdition.svg +0 -76
  343. package/src/svg/images/EmptyHappiness.svg +0 -58
  344. package/src/svg/images/EmptyHistory.svg +0 -44
  345. package/src/svg/images/EmptyInvoice.svg +0 -45
  346. package/src/svg/images/EmptyNotification.svg +0 -38
  347. package/src/svg/images/EmptyProducts.svg +0 -57
  348. package/src/svg/images/EmptyReports.svg +0 -39
  349. package/src/svg/images/EmptySearch.svg +0 -37
  350. package/src/svg/images/EmptySnippet.svg +0 -46
  351. package/src/svg/images/EmptyTag.svg +0 -43
  352. package/src/svg/images/EmptyTask.svg +0 -42
  353. package/src/svg/images/EmptyTeams.svg +0 -39
  354. package/src/svg/images/EmptyTemplate.svg +0 -39
  355. package/src/svg/images/EmptyTicket.svg +0 -33
  356. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  357. package/src/svg/images/EmptyTopic.svg +0 -41
  358. package/src/svg/images/Loader.svg +0 -62
  359. package/src/svg/images/SitBack.svg +0 -464
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _ErrorInconvenience = _interopRequireDefault(require("../ErrorInconvenience"));
13
+
14
+ var _ErrorOopsSomethingMiss = _interopRequireDefault(require("../ErrorOopsSomethingMiss"));
15
+
16
+ var _ErrorUnableToProcessRequest = _interopRequireDefault(require("../ErrorUnableToProcessRequest"));
17
+
18
+ var _ErrorUnauthorizedLogin = _interopRequireDefault(require("../ErrorUnauthorizedLogin"));
19
+
20
+ var _ErrorUrlNotFound = _interopRequireDefault(require("../ErrorUrlNotFound"));
21
+
22
+ var _ErrorWillBeRightBack = _interopRequireDefault(require("../ErrorWillBeRightBack"));
23
+
24
+ require("./SVGdocstyle.module.css");
25
+
26
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var SVG__errorstate = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(SVG__errorstate, _React$Component);
50
+
51
+ var _super = _createSuper(SVG__errorstate);
52
+
53
+ function SVG__errorstate() {
54
+ _classCallCheck(this, SVG__errorstate);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(SVG__errorstate, [{
60
+ key: "render",
61
+ value: function render() {
62
+ var boxStyle = {
63
+ minWidth: '65%',
64
+ border: '1px solid #dcdcdc',
65
+ padding: '5px',
66
+ margin: '5px',
67
+ flex: '1',
68
+ maxWidth: '25%',
69
+ justifyContent: 'space-between'
70
+ };
71
+ var textStyle = {
72
+ textAlign: 'center',
73
+ padding: '10px 0',
74
+ background: ' #f9f9f9',
75
+ marginTop: '10px',
76
+ color: '#000'
77
+ };
78
+ return /*#__PURE__*/_react["default"].createElement("div", {
79
+ style: {
80
+ paddingBottom: '50px'
81
+ }
82
+ }, /*#__PURE__*/_react["default"].createElement("div", {
83
+ style: {
84
+ display: 'flex',
85
+ flexDirection: 'row',
86
+ alignItems: 'center',
87
+ justifyContent: 'center',
88
+ flexWrap: 'wrap',
89
+ maxWidth: '600px',
90
+ margin: '0 auto'
91
+ }
92
+ }, /*#__PURE__*/_react["default"].createElement("div", {
93
+ style: boxStyle
94
+ }, /*#__PURE__*/_react["default"].createElement(_ErrorInconvenience["default"], null), /*#__PURE__*/_react["default"].createElement("div", {
95
+ style: textStyle
96
+ }, "Inconvenience")), /*#__PURE__*/_react["default"].createElement("div", {
97
+ style: boxStyle
98
+ }, /*#__PURE__*/_react["default"].createElement(_ErrorOopsSomethingMiss["default"], null), /*#__PURE__*/_react["default"].createElement("div", {
99
+ style: textStyle
100
+ }, "OopsSomethingMiss")), /*#__PURE__*/_react["default"].createElement("div", {
101
+ style: boxStyle
102
+ }, /*#__PURE__*/_react["default"].createElement(_ErrorUnableToProcessRequest["default"], null), /*#__PURE__*/_react["default"].createElement("div", {
103
+ style: textStyle
104
+ }, "UnableToProcessRequest")), /*#__PURE__*/_react["default"].createElement("div", {
105
+ style: boxStyle
106
+ }, /*#__PURE__*/_react["default"].createElement(_ErrorUnauthorizedLogin["default"], null), /*#__PURE__*/_react["default"].createElement("div", {
107
+ style: textStyle
108
+ }, "UnathorizedLogin")), /*#__PURE__*/_react["default"].createElement("div", {
109
+ style: boxStyle
110
+ }, /*#__PURE__*/_react["default"].createElement(_ErrorUrlNotFound["default"], null), /*#__PURE__*/_react["default"].createElement("div", {
111
+ style: textStyle
112
+ }, "UrlNotFound")), /*#__PURE__*/_react["default"].createElement("div", {
113
+ style: boxStyle
114
+ }, /*#__PURE__*/_react["default"].createElement(_ErrorWillBeRightBack["default"], null), /*#__PURE__*/_react["default"].createElement("div", {
115
+ style: textStyle
116
+ }, "WillBeRightBack"))));
117
+ }
118
+ }]);
119
+
120
+ return SVG__errorstate;
121
+ }(_react["default"].Component);
122
+
123
+ exports["default"] = SVG__errorstate;
124
+
125
+ if (false) {
126
+ SVG__errorstate.docs = {
127
+ componentGroup: 'SVG'
128
+ };
129
+ }
@@ -0,0 +1,8 @@
1
+ [data-mode='default'] {
2
+ background: #fff;
3
+ color: #000;
4
+ }
5
+ [data-mode='dark'] {
6
+ background: #232B38;
7
+ color: #E2E4E6;
8
+ }
@@ -0,0 +1,85 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.1.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:0.35;fill:#E5E5E5;enable-background:new ;}
7
+ .st1{opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;}
8
+ .st2{opacity:0.7;}
9
+ .st3{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;}
10
+ .st4{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;}
11
+ .st5{fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;}
12
+ .st6{opacity:0.5;fill:#DCF6FF;enable-background:new ;}
13
+ .st7{opacity:0.2;enable-background:new ;}
14
+ .st8{fill:#FFFFFF;}
15
+ .st9{fill:#BBEAFF;}
16
+ .st10{fill:none;stroke:#5A5C5D;stroke-miterlimit:10;}
17
+ .st11{fill:#5A5C5D;}
18
+ .st12{opacity:5.000000e-02;enable-background:new ;}
19
+ .st13{fill:#EB4A62;}
20
+ </style>
21
+ <g id="Layer_2_1_">
22
+ <g id="Layer_1-2">
23
+ <path class="st0" d="M288.2,78.1h-75.1c-1.5,0-2.9-1-3.4-2.4c-0.2-0.5-0.3-1-0.3-1.5c-0.1-2,1.4-3.7,3.4-3.7c0.1,0,0.1,0,0.2,0
24
+ h41.3c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H137.1c-1.8,0-3.3-1.3-3.6-3.1c-0.1-0.8,0-1.7,0.2-2.5
25
+ c0.5-1.5,1.9-2.6,3.5-2.5h38.5c5.3,0,9.6-4.3,9.6-9.6v0l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6l0,0
26
+ C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h57.3c1.8,0,3.3,1.3,3.6,3c0.1,0.6,0.1,1.3,0.1,1.9c-0.2,1.8-1.8,3.2-3.6,3.2H34.7
27
+ c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6H143c2,0,3.6,1.6,3.6,3.6c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,1.1
28
+ c-0.3,1.7-1.8,2.9-3.5,2.9H63c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h69.2c2,0,3.6,1.5,3.6,3.5v0.1
29
+ c-0.1,2-1.7,3.5-3.6,3.5h-29.5c-5.1-0.1-9.5,3.8-9.9,8.9c-0.4,5.3,3.7,9.9,8.9,10.2c0.2,0,0.4,0,0.6,0h114.2
30
+ c5.2,0.1,9.5-3.9,9.9-9c0.3-5.3-3.7-9.9-9-10.2c-0.2,0-0.4,0-0.6,0h-14.6c-2,0-3.6-1.5-3.6-3.5v-0.1c0.1-1.9,1.7-3.5,3.6-3.4h86.1
31
+ c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0C297.9,82.3,293.5,78,288.2,78.1z"/>
32
+ <polygon class="st1" points="76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1
33
+ "/>
34
+ <g class="st2">
35
+ <circle class="st3" cx="66.6" cy="22.8" r="4.3"/>
36
+ </g>
37
+ <g class="st2">
38
+ <circle class="st4" cx="192.3" cy="117.8" r="4.3"/>
39
+ </g>
40
+ <polygon class="st1" points="139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4
41
+ 138.3,15.6 "/>
42
+ <polygon class="st1" points="215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7
43
+ 214.2,0.9 "/>
44
+ <g class="st2">
45
+ <circle class="st5" cx="260.9" cy="54.3" r="8"/>
46
+ </g>
47
+ <circle class="st6" cx="140.3" cy="72.2" r="45.1"/>
48
+ <path class="st7" d="M182.2,64.4L168,57.2c1.1-10.5-0.9-19.3-5.5-24.6c10.5,7.1,17.4,18.3,19.2,30.8c0,0.3,0.3,0.3,0.4,0.3
49
+ s0.3-0.3,0.3-0.4C178.9,38.4,155.9,21,131,24.5c-5.8,0.8-11.4,2.7-16.5,5.7c-0.1,0-0.1,0.1-0.1,0.1c-7.6,4.4-13.7,10.9-17.6,18.7
50
+ c-3.9,7.8-5.5,16.5-4.6,25.2v0.3c2.4,23.1,21.9,40.6,45.1,40.6h0.4c0.2,0,0.4-0.2,0.4-0.4s-0.2-0.4-0.4-0.4l0,0
51
+ c-5.2,0.1-10.4-0.8-15.3-2.6c0.6,0.1,1.1,0.2,1.7,0.2c2.2,0,4.3-0.3,6.3-1c0.1-0.1,0.3-0.3,0.3-0.4s-0.3-0.3-0.4-0.3
52
+ c-4.8,1.4-9.1,1.3-12.7-0.4l8.9-17.7l1,0.4c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3,0-0.4
53
+ c0,0-0.1,0-0.1,0l-1-0.4l4.9-9.5c0.1-0.1,0.1-0.3-0.1-0.4c0,0,0,0-0.1,0c-0.1-0.1-0.4,0-0.4,0.1l-4.9,9.5l-18.6-9.5
54
+ c1-8,3.5-15.7,7.2-22.9l16,8.1c0.1,0,0.1,0.1,0.1,0.1c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-16-8.1
55
+ c3.6-7.2,8.4-13.8,14.3-19.5l18.6,9.3l-3,5.9c-0.1,0.1-0.1,0.3,0.1,0.4c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.1
56
+ c0.2,0,0.3-0.1,0.3-0.3l3-5.9l18.6,9.4c-0.3,1.9-0.6,3.7-1,5.8c-0.1,0.3,0.1,0.4,0.3,0.4c0.3,0.2,0.4-0.1,0.4-0.3
57
+ c0.4-1.9,0.7-3.8,1-5.5l14,7.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3C182.5,64.7,182.4,64.4,182.2,64.4z
58
+ M93,75l13.8,6.9c-0.3,2.6-0.4,5.3-0.3,7.9c0.3,7.1,2.3,12.8,5.8,16.7C101.6,99.3,94.6,87.8,93,75z M125.8,91.7l-9.1,17.6
59
+ c-5.8-3.2-9.2-9.9-9.7-19.4c-0.1-2.6,0-5.1,0.3-7.6L125.8,91.7z M106.8,81.3l-14-7.1c-0.8-8.4,0.7-16.8,4.4-24.4l16.7,8.5
60
+ C110.4,65.6,108,73.4,106.8,81.3L106.8,81.3z M114.5,57.7l-16.7-8.5c3.9-7.5,9.8-13.7,17-18l4.9,2.5c0.1,0,0.1,0.1,0.1,0.1
61
+ c0.2,0,0.3-0.1,0.3-0.3c0.1-0.2,0-0.4-0.1-0.4l-4.5-2.3c11.2-6.4,24.6-7.5,36.7-3.2c-5.1-0.4-10.8,1.3-16.7,5.3
62
+ c-2.2,1.5-4.2,3.1-6.2,4.9l-3.3-1.6c-0.2-0.1-0.4,0-0.4,0.1c-0.1,0.2,0,0.4,0.1,0.4l2.9,1.6C122.8,44,118.1,50.5,114.5,57.7
63
+ L114.5,57.7z M130,38.1c1.8-1.7,3.8-3.3,6-4.6c7.9-5.3,15.4-6.5,21.3-3.8l-8.9,17.6L130,38.1z M149,47.6l9-17.6
64
+ c7.2,3.9,10.8,14.1,9.4,26.9L149,47.6z"/>
65
+ <path class="st7" d="M143.8,57.1c-0.1-0.1-0.3-0.1-0.4,0c0,0,0,0.1-0.1,0.1l-3,5.9c-0.1,0.2,0,0.4,0.1,0.4c0.1,0,0.1,0.1,0.1,0.1
66
+ c0,0,0,0,0,0c0.2,0,0.3-0.1,0.3-0.3l3-5.9C144,57.5,143.9,57.2,143.8,57.1z"/>
67
+ <rect x="134.2" y="74.7" class="st8" width="62.5" height="38.3"/>
68
+ <rect x="134.5" y="65.3" class="st9" width="62.2" height="8.4"/>
69
+ <polyline class="st10" points="195.5,106.1 195.5,65.8 132.5,65.8 132.5,114.7 195.5,114.7 195.5,112.1 "/>
70
+ <line class="st10" x1="132.5" y1="74.7" x2="195.5" y2="74.7"/>
71
+ <circle class="st11" cx="137.8" cy="70.4" r="1.1"/>
72
+ <circle class="st11" cx="141.9" cy="70.4" r="1.1"/>
73
+ <path class="st12" d="M134.5,75.3L134.5,75.3V77l0.9-1.7L134.5,75.3z M134.1,108.8v0.9c4.4-2,8.5-4.8,12-8.2l9.6,4.9
74
+ c0.1,0,0.1,0.1,0.1,0.2c0.2,0,0.3-0.1,0.3-0.3c0.1-0.1,0.1-0.3-0.1-0.4c0,0-0.1,0-0.1,0l-9.4-4.8c5.7-5.6,10.4-12.1,14-19.2
75
+ l16.7,8.4c-5.8,11.3-16.1,19.5-28.4,22.8h2.6c11.5-3.8,21-12,26.5-22.8c2.4-4.7,4-9.9,4.6-15.1l-0.6,0.2l0,0
76
+ c-0.6,5-2.1,9.9-4.3,14.4L161,81.2c1-1.9,1.9-3.9,2.6-5.9h-0.9c-0.9,1.9-1.6,3.7-2.6,5.6l-10.9-5.6h-1.7l12.4,6.2
77
+ c-3.6,7.1-8.3,13.5-14,19l-11.7-5.9v0.9l11.2,5.6 M134.5,75.2L134.5,75.2V77l0.9-1.7L134.5,75.2z M134.5,75.2L134.5,75.2V77
78
+ l0.9-1.7L134.5,75.2z"/>
79
+ <path class="st13" d="M154.1,98.8l7.8-13.5c0.7-1.1,2.1-1.5,3.2-0.9c0.4,0.2,0.7,0.5,0.9,0.9l7.8,13.5c0.7,1.1,0.3,2.6-0.9,3.2
80
+ c-0.3,0.2-0.7,0.3-1.1,0.3h-15.6c-1.3,0-2.4-1-2.4-2.3C153.8,99.6,153.9,99.2,154.1,98.8z"/>
81
+ <path class="st8" d="M163.2,99.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9S163.2,100.1,163.2,99.6z M165,91
82
+ c0,0.6-0.2,2-0.4,4l-0.2,2.1h-0.5l-0.2-2.1c-0.2-2.1-0.4-3.5-0.4-4s0.3-0.9,0.8-0.9S165,90.4,165,91z"/>
83
+ </g>
84
+ </g>
85
+ </svg>
@@ -1,75 +1,83 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
2
+ <!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
3
  <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 194.4 139.3" style="enable-background:new 0 0 194.4 139.3;" xml:space="preserve">
4
+ viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
5
5
  <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#CED5DE;}
8
- .st2{fill:#E7E9EC;}
9
- .st3{fill:#788190;}
10
- .st4{opacity:0.5;}
11
- .st5{opacity:0.4;fill:#E7E9EC;enable-background:new ;}
12
- .st6{fill:#FFFFFF;}
6
+ .st0{opacity:5.000000e-02;fill:#3F70B7;enable-background:new ;}
7
+ .st1{fill:none;stroke:#E56471;stroke-miterlimit:10;}
8
+ .st2{fill:none;stroke:#5CC1A5;stroke-miterlimit:10;}
9
+ .st3{fill:none;stroke:#3F70B7;stroke-linecap:round;stroke-linejoin:round;}
10
+ .st4{fill:none;stroke:#010101;stroke-linecap:round;stroke-linejoin:round;}
11
+ .st5{fill:none;stroke:#000000;stroke-miterlimit:10;}
12
+ .st6{opacity:0.25;fill:#3F70B7;enable-background:new ;}
13
+ .st7{opacity:0.25;}
14
+ .st8{clip-path:url(#SVGID_2_);}
15
+ .st9{fill:none;stroke:#3F70B7;stroke-width:0.5;stroke-miterlimit:10;}
16
+ .st10{clip-path:url(#SVGID_4_);}
13
17
  </style>
14
- <title>skills</title>
15
- <g>
16
- <g id="Layer_1-2">
17
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
18
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
19
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
20
- <circle class="st1" cx="46.2" cy="68.8" r="5.1"/>
21
- <path class="st1" d="M43.5,62c-11.4-20.5-13.8-39.3-4.5-48.7c3.9-3.9,9.5-5.8,16.1-5.8c10.5,0,23.6,4.6,37.2,12.9
22
- c-9.2,6-17.7,12.9-25.4,20.7c-6.5,6.5-12.4,13.5-17.7,21c0.7,0.3,1.4,0.8,2,1.3c5.2-7.4,11-14.3,17.4-20.6
23
- c7.9-7.9,16.6-15,25.9-21.1c9.4,6.1,18.1,13.1,25.9,21.1c6.4,6.4,12.2,13.2,17.4,20.6c0.6-0.6,1.3-1,2-1.3
24
- c-5.3-7.5-11.2-14.5-17.7-20.9c-7.7-7.8-16.3-14.7-25.4-20.7c13.6-8.3,26.7-12.9,37.2-12.9c6.6,0,12.2,1.9,16.1,5.8
25
- c9.3,9.3,6.9,28.2-4.4,48.7c0.7,0.3,1.4,0.7,2,1.2c11.8-21.5,14.2-41.5,4.1-51.5c-11-10.9-33.6-7.2-57.2,7.5
26
- C71,4.4,48.3,0.7,37.4,11.6c-10.1,10-7.7,30.1,4.2,51.6C42.1,62.7,42.8,62.3,43.5,62z"/>
27
- <path class="st1" d="M154.5,89.3c-1.9-5.2-4.2-10.2-6.8-14.9c-0.6,0.5-1.3,0.9-2.1,1.2c2.6,4.7,4.8,9.5,6.6,14.5
28
- c5.4,15.2,4.7,27.4-2.1,34.2c-10.1,10-31.1,6.5-53.3-7.2c9.2-6,17.7-12.9,25.4-20.7c6.5-6.5,12.4-13.5,17.7-21
29
- c-0.7-0.3-1.4-0.8-2-1.3c-5.2,7.3-11,14.2-17.4,20.6c-7.9,7.9-16.6,14.9-25.9,21c-9.4-6.1-18.1-13.1-25.9-21
30
- c-6.4-6.4-12.2-13.3-17.4-20.6c-0.6,0.6-1.3,1-2,1.3c5.3,7.5,11.2,14.5,17.7,21c7.7,7.8,16.2,14.7,25.4,20.7
31
- c-22.2,13.6-43.2,17.2-53.3,7.2c-6.8-6.8-7.6-19-2.2-34.2c1.8-5,4-9.8,6.6-14.5c-0.8-0.3-1.5-0.7-2.1-1.2c-2.7,4.8-5,9.8-6.8,14.9
32
- c-5.8,16.2-4.8,29.2,2.7,36.7c4.3,4.3,10.4,6.3,17.6,6.3c11.2,0,25.2-4.9,39.6-13.8c14.3,8.9,28.3,13.8,39.6,13.8
33
- c7.2,0,13.3-2,17.6-6.3C159.3,118.5,160.2,105.5,154.5,89.3z"/>
34
- <circle class="st1" cx="142.9" cy="68.8" r="5.1"/>
35
- <path class="st1" d="M98.9,45c-0.1,0-0.2,0.1-0.2,0.2l0,0L98.9,45z"/>
36
- <path class="st2" d="M69,82.1c-3.2,0-3.9-2.6-3.9-5.7s0.7-5.7,3.9-5.7V82.1z M118.7,82.9c3.2,0,3.9-2.6,3.9-5.7s-0.7-5.7-3.9-5.7
37
- V82.9z"/>
38
- <path class="st2" d="M113.1,65.8v18.4c0,10.1-7.8,18.5-17.9,19.3c-0.5,0-1,0.1-1.4,0.1c-10.7,0-19.3-8.7-19.3-19.3V65.8H113.1z"/>
39
- <circle class="st3" cx="86" cy="81.4" r="1.6"/>
40
- <circle class="st3" cx="99.9" cy="81.4" r="1.6"/>
41
- <path class="st3" d="M97.8,88.1c0,2.8-2.2,5-5,5s-5-2.2-5-5"/>
42
- <path class="st1" d="M116.4,83.9c0-0.3-0.2-0.5-0.5-0.5c-0.2,0-0.5,0.2-0.5,0.4c0,0,0,0,0,0c-0.1,5.2-2.4,8.9-6.8,11
43
- c-2,0.9-4.1,1.5-6.3,1.6c-0.3-2.1-2.2-3.6-4.3-3.4s-3.6,2.2-3.4,4.3s2.2,3.6,4.3,3.4c1.8-0.2,3.2-1.6,3.4-3.4
44
- C104.7,97.3,116.2,96,116.4,83.9z"/>
45
- <g class="st4">
46
- <path class="st3" d="M113.1,73.9v8.9c0,0.8,0.6,1.4,1.4,1.4h2.7c0.8,0,1.4-0.6,1.4-1.4v-9.9"/>
47
- <path class="st3" d="M70.4,68.5L70.4,68.5c-0.8,0-1.4,0.7-1.4,1.5v12.7c0,0.8,0.6,1.4,1.4,1.4h2.7c0.8,0,1.4-0.6,1.4-1.4V68.5
48
- H70.4z"/>
18
+ <title>ReactEmpty</title>
19
+ <path class="st0" d="M86.5,62.5c0,0,46.9-30.9,70.7-21.5s40,87.4-26.1,122.4S35.2,122.2,35,108.7C34.7,95.6,35,64.4,86.5,62.5z"/>
20
+ <ellipse class="st1" cx="156" cy="31.7" rx="3.5" ry="3.5"/>
21
+ <ellipse class="st2" cx="79.6" cy="29.6" rx="2.1" ry="2.1"/>
22
+ <line class="st3" x1="23.3" y1="100.9" x2="22.9" y2="107"/>
23
+ <line class="st3" x1="20" y1="103.8" x2="26.2" y2="104.1"/>
24
+ <ellipse class="st4" cx="165.9" cy="154.1" rx="2.4" ry="2.4"/>
25
+ <line class="st2" x1="175.6" y1="117.2" x2="179.8" y2="121.8"/>
26
+ <line class="st2" x1="175.4" y1="121.6" x2="180" y2="117.4"/>
27
+ <path class="st5" d="M25.9,124.2c0,0,28.6-2.9,35.8-25.2s29.5-22.8,35.6-24.2l0.7-0.2c6.6-2.4,11.3-8.9,11.3-16.3
28
+ c0-9.5-7.7-17.2-17.2-17.2s-17.1,7.7-17.1,17.2c0,8.2,5.7,15,13.4,16.7l0,0c2.1,0.7,4.5,1.6,7.3,1.9c2.2,0.2,4.5,0.3,6.8,0.2
29
+ c5.3-0.2,18.5,2.2,23.3,13.8c6.3,15.4,16.9,30.2,36.4,30.2c0,0-44.3,6.3-51.1-23c0,0,3.2,1.1,0,15.1s-18.7,28.8-44.6,14.8
30
+ s-30.6,18.7-5,22.3s58.3-18.4,72.7-22s24.1,5,24.1,12.2c0,20.2-79.2,33.1-83.2-42.5"/>
31
+ <circle class="st6" cx="97.2" cy="58.1" r="17.1"/>
32
+ <g class="st7">
33
+ <g>
34
+ <defs>
35
+ <circle id="SVGID_1_" cx="147.6" cy="58.7" r="12.7"/>
36
+ </defs>
37
+ <clipPath id="SVGID_2_">
38
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
39
+ </clipPath>
40
+ <g class="st8">
41
+ <line class="st9" x1="162.5" y1="47.7" x2="158.4" y2="73.7"/>
42
+ <line class="st9" x1="160.9" y1="47.5" x2="156.8" y2="73.5"/>
43
+ <line class="st9" x1="159.3" y1="47.2" x2="155.2" y2="73.2"/>
44
+ <line class="st9" x1="157.7" y1="47" x2="153.6" y2="73"/>
45
+ <line class="st9" x1="156.1" y1="46.7" x2="151.9" y2="72.7"/>
46
+ <line class="st9" x1="154.5" y1="46.5" x2="150.4" y2="72.4"/>
47
+ <line class="st9" x1="152.9" y1="46.2" x2="148.7" y2="72.2"/>
48
+ <line class="st9" x1="151.3" y1="45.9" x2="147.1" y2="71.9"/>
49
+ <line class="st9" x1="149.7" y1="45.7" x2="145.5" y2="71.7"/>
50
+ <line class="st9" x1="148.1" y1="45.4" x2="143.9" y2="71.4"/>
51
+ <line class="st9" x1="146.5" y1="45.2" x2="142.3" y2="71.2"/>
52
+ <line class="st9" x1="144.9" y1="44.9" x2="140.7" y2="70.9"/>
53
+ <line class="st9" x1="143.2" y1="44.7" x2="139.1" y2="70.7"/>
54
+ <line class="st9" x1="141.6" y1="44.4" x2="137.5" y2="70.4"/>
55
+ <line class="st9" x1="140" y1="44.2" x2="135.9" y2="70.2"/>
56
+ <line class="st9" x1="138.4" y1="43.9" x2="134.3" y2="69.9"/>
57
+ <line class="st9" x1="136.8" y1="43.6" x2="132.7" y2="69.6"/>
49
58
  </g>
50
- <path class="st1" d="M126.5,69.5C126.5,69.5,126.5,69.5,126.5,69.5c-0.6,3.9-4.2,6.6-8,6c-0.3,0-0.5-0.1-0.8-0.2
51
- c-1.5,1.4-3.6,2.1-5.7,1.8c-3.3-0.5-5.8-3.4-5.9-6.7c-2.7,3.8-8.1,4.7-11.9,2c-1-0.7-1.9-1.7-2.5-2.8c-1.6,1.3-4,1.1-5.4-0.5
52
- c-0.6-0.8-0.9-1.8-0.8-2.8c-1.9,2.9-5.4,4.5-8.9,4c-5.1-0.8-8.5-5.6-7.7-10.6c0.5-3.1,2.5-5.7,5.3-7c-0.8-3.3,1.2-6.7,4.5-7.5
53
- c0.7-0.2,1.5-0.2,2.3-0.1c0.5,0.1,1,0.2,1.5,0.4c0.4-0.8,0.8-1.5,1.4-2.2c3.2-3.8,8.9-4.3,12.7-1.1c0.4,0.4,0.8,0.8,1.2,1.2
54
- c0.7-0.9,1.5-1.8,2.4-2.4c1.9-1.3,4.1-1.8,6.4-1.5c5,0.8,8.4,5.5,7.7,10.5c0,0.1,0,0.2,0,0.2c0.6-0.1,1.2-0.1,1.9,0
55
- c3.8,0.6,6.5,4.1,5.9,8c0,0,0,0,0,0c-0.1,0.4-0.2,0.8-0.3,1.2c-0.2,0.7-0.6,1.4-1,2C124.7,62.2,127.1,65.7,126.5,69.5z"/>
56
- <path class="st5" d="M122.2,58.3c-0.1,0.4-0.2,0.8-0.3,1.2c-9.7-2.4-17.7-9.2-21.4-18.5c1.9-1.3,4.1-1.8,6.4-1.5
57
- c5,0.8,8.4,5.5,7.7,10.5c0,0.1,0,0.2,0,0.2c0.6-0.1,1.2-0.1,1.9,0C120.2,50.9,122.8,54.4,122.2,58.3
58
- C122.2,58.3,122.2,58.3,122.2,58.3z"/>
59
- <path class="st1" d="M20.3,3c-4.2,0-7.5,3.4-7.6,7.6c0,0.6,0.1,1.2,0.2,1.8v0.1c0.9,3.8,7.3,11.9,7.3,11.9l0,0
60
- c0,0,6.5-8.1,7.3-11.9v-0.1c0.1-0.6,0.2-1.2,0.2-1.8C27.8,6.4,24.4,3,20.3,3z M20.3,13c-1.5,0-2.8-1.2-2.8-2.8
61
- c0-1.5,1.2-2.8,2.8-2.8c1.5,0,2.8,1.2,2.8,2.8c0,0,0,0,0,0c0.1,1.5-1.1,2.8-2.7,2.9C20.3,13.1,20.3,13.1,20.3,13L20.3,13z"/>
62
- <path class="st1" d="M193.7,58h-14.8c-0.4,0-0.7,0.3-0.7,0.7v9.4h-9.4c-0.4,0-0.7,0.3-0.7,0.7v14.8c0,0.4,0.3,0.7,0.7,0.7h14.8
63
- c0.4,0,0.7-0.3,0.7-0.7l0,0v-9.3h9.4c0.4,0,0.7-0.3,0.7-0.7l0,0V58.8C194.4,58.3,194.1,58,193.7,58C193.7,58,193.7,58,193.7,58z
64
- M193,72.8h-13.4V59.5H193V72.8z"/>
65
- <path class="st6" d="M176,71L176,71c-0.3,0-0.6,0.2-0.7,0.5l-2.3,5.7l0,0l-1.4,3.5c-0.1,0.4,0,0.8,0.4,0.9c0.4,0.1,0.8,0,0.9-0.4
66
- c0,0,0,0,0,0l1.2-3h3.3l1.1,3c0.1,0.3,0.4,0.5,0.7,0.5c0.1,0,0.2,0,0.2,0c0.4-0.1,0.6-0.5,0.4-0.9l-3.3-9.2
67
- C176.5,71.2,176.3,71,176,71z M174.8,76.7l1.2-3l1.1,3H174.8z"/>
68
- <path class="st1" d="M181.8,63.5h0.6c0.5,1.7,1.3,3.2,2.5,4.4c-0.6,0.3-1.2,0.6-1.9,0.8c-0.4,0.1-0.6,0.5-0.5,0.9
69
- c0.1,0.3,0.4,0.5,0.7,0.5c0.1,0,0.1,0,0.2,0c0.9-0.3,1.7-0.7,2.5-1.1c1.3,1.1,2.7,2,4.2,2.6c0.1,0,0.2,0,0.3,0
70
- c0.3,0,0.6-0.2,0.7-0.4c0.1-0.4,0-0.8-0.4-0.9c-1.3-0.5-2.5-1.2-3.5-2c1.1-0.8,2-1.9,2.6-3.2c0.1-0.4-0.1-0.8-0.4-0.9
71
- c-0.4-0.1-0.8,0-0.9,0.4c0,0,0,0,0,0c-0.5,1.1-1.3,2-2.3,2.7c-1-1.1-1.8-2.3-2.2-3.7h6.9c0.4,0,0.7-0.3,0.7-0.7
72
- c0-0.4-0.3-0.7-0.7-0.7h-9.1c-0.4,0-0.7,0.3-0.7,0.7C181,63.2,181.4,63.5,181.8,63.5L181.8,63.5z"/>
73
59
  </g>
60
+ <circle class="st9" cx="147.6" cy="58.7" r="12.7"/>
61
+ </g>
62
+ <g class="st7">
63
+ <g>
64
+ <defs>
65
+ <circle id="SVGID_3_" cx="34.3" cy="61.8" r="12.7"/>
66
+ </defs>
67
+ <clipPath id="SVGID_4_">
68
+ <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
69
+ </clipPath>
70
+ <g class="st10">
71
+ <line class="st9" x1="47.7" y1="50.6" x2="43.5" y2="76.6"/>
72
+ <line class="st9" x1="44.5" y1="50.1" x2="40.3" y2="76.1"/>
73
+ <line class="st9" x1="41.2" y1="49.6" x2="37.1" y2="75.6"/>
74
+ <line class="st9" x1="38" y1="49" x2="33.9" y2="75.1"/>
75
+ <line class="st9" x1="34.8" y1="48.5" x2="30.7" y2="74.5"/>
76
+ <line class="st9" x1="31.6" y1="48" x2="27.5" y2="74"/>
77
+ <line class="st9" x1="28.4" y1="47.5" x2="24.2" y2="73.5"/>
78
+ <line class="st9" x1="25.2" y1="47" x2="21" y2="73"/>
79
+ </g>
80
+ </g>
81
+ <circle class="st9" cx="34.3" cy="61.8" r="12.7"/>
74
82
  </g>
75
83
  </svg>
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.emptyStatePropTypes = exports.emptyStateDefaultProps = void 0;
7
+
8
+ var _propTypes = _interopRequireDefault(require("prop-types"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+
12
+ var emptyStatePropTypes = {
13
+ size: _propTypes["default"].oneOf(['small', 'large']),
14
+ className: _propTypes["default"].string,
15
+ alignHorizontal: _propTypes["default"].bool,
16
+ dataId: _propTypes["default"].string,
17
+ isRender: _propTypes["default"].bool
18
+ };
19
+ exports.emptyStatePropTypes = emptyStatePropTypes;
20
+ var emptyStateDefaultProps = {
21
+ size: 'large',
22
+ alignHorizontal: true,
23
+ isRender: true,
24
+ className: ''
25
+ };
26
+ exports.emptyStateDefaultProps = emptyStateDefaultProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/svg",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0-beta.40",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -20,14 +20,28 @@
20
20
  "clean": "react-cli clean lib es coverage",
21
21
  "build": "react-cli build:component:cmjs",
22
22
  "build:es": "react-cli build:library:es",
23
- "build:dev": "npm run clean && npm run build --module:mode=dev -- -w",
23
+ "build:dev": "npm run clean && npm run build:es --module:mode=dev -- -w",
24
24
  "prepare": "npm run init && npm run build && npm run build:es",
25
- "init": "npm run clean",
25
+ "init": "npm run clean && npm run build:variables",
26
+ "build:variables": "node ./preprocess/index",
26
27
  "lint": "react-cli lint",
27
- "docs": "react-cli docs"
28
+ "docs": "react-cli docs",
29
+ "postpublish": "react-cli postpublish",
30
+ "download": "rm package-lock.json && rm -rf node_modules/ && npm install"
28
31
  },
29
- "dependencies": {
30
- "@zohodesk/variables": "1.0.0-beta.11"
32
+ "react-cli": {
33
+ "preprocessor": {
34
+ "runner": "preprocess/index.js"
35
+ }
36
+ },
37
+ "devDependencies": {
38
+ "@zohodesk/variables": "1.0.0-beta.29",
39
+ "@zohodesk/components": "1.0.0-alpha-225",
40
+ "@svgr/cli": "5.5.0"
41
+ },
42
+ "peerDependencies": {
43
+ "@zohodesk/variables": "1.0.0-beta.29",
44
+ "@zohodesk/components": "1.0.0-alpha-225"
31
45
  },
32
46
  "tags": [
33
47
  "react",
@@ -0,0 +1,2 @@
1
+ require('./svgThemeColors');
2
+ require('./svgAppearanceColors');
@@ -0,0 +1,151 @@
1
+ /* sample =>
2
+ {
3
+ "comment": "comment name",
4
+ "data": {
5
+ "--zdt_variable_name": {
6
+ 'lightMode': ['green'],
7
+ 'nightMode': ['red]
8
+ }
9
+ }
10
+ }
11
+ */
12
+
13
+ const svgAppearanceVariables = [
14
+ {
15
+ "comment": "default palette",
16
+ "data": {
17
+ "default_primary_fill": {
18
+ 'light': ['var(--zdt_cta_primary_fill)'],
19
+ 'dark': ['var(--zdt_cta_primary_fill)']
20
+ },
21
+ "default_primary_stroke": {
22
+ 'light': ['var(--zdt_cta_primary_stroke)'],
23
+ 'dark': ['var(--zdt_cta_primary_stroke)']
24
+ },
25
+ "default_secondary_fill": {
26
+ 'light': ['var(--zdt_cta_secondary_fill)'],
27
+ 'dark': ['var(--zdt_cta_secondary_fill)']
28
+ },
29
+ "default_secondary_plainfill": {
30
+ 'light': ['var(--zdt_cta_secondary_plainfill)'],
31
+ 'dark': ['var(--zdt_cta_secondary_plainfill)']
32
+ },
33
+ "default_plus": {
34
+ 'light': ['#3f70b7'],
35
+ 'dark': ['#479dff']
36
+ },
37
+ "default_cross": {
38
+ 'light': ['#5cc1a5'],
39
+ 'dark': ['#5cc1a5']
40
+ },
41
+ "default_medium_circle": {
42
+ 'light': ['#e56471'],
43
+ 'dark': ['#ff6b6b']
44
+ },
45
+ "default_tiny_circle": {
46
+ 'light': ['#5cc1a5'],
47
+ 'dark': ['#4ac064']
48
+ },
49
+ "default_small_circle": {
50
+ 'light': ['#010101'],
51
+ 'dark': ['#ff6b6b']
52
+ },
53
+ "default_circle_fill": {
54
+ 'light': ['var(--dot_white)'],
55
+ 'dark': ['var(--dot_white)']
56
+ }
57
+ }
58
+ },
59
+ {
60
+ "comment": "dark palette",
61
+ "data": {
62
+ "dark_primary_fill": {
63
+ 'light': ['var(--zdt_cta_primary_dark_fill)'],
64
+ 'dark': ['var(--zdt_cta_primary_dark_fill)']
65
+ },
66
+ "dark_primary_stroke": {
67
+ 'light': ['var(--zdt_cta_primary_dark_stroke)'],
68
+ 'dark': ['var(--zdt_cta_primary_dark_stroke)']
69
+ },
70
+ "dark_secondary_fill": {
71
+ 'light': ['var(--zdt_cta_secondary_dark_fill)'],
72
+ 'dark': ['var(--zdt_cta_secondary_dark_fill)']
73
+ },
74
+ "dark_secondary_plainfill": {
75
+ 'light': ['var(--zdt_cta_secondary_dark_plainfill)'],
76
+ 'dark': ['var(--zdt_cta_secondary_dark_plainfill)']
77
+ },
78
+ "dark_plus": {
79
+ 'light': ['#479dff'],
80
+ 'dark': ['#479dff']
81
+ },
82
+ "dark_cross": {
83
+ 'light': ['#5cc1a5'],
84
+ 'dark': ['#5cc1a5']
85
+ },
86
+ "dark_medium_circle": {
87
+ 'light': ['#e56471'],
88
+ 'dark': ['#ff6b6b']
89
+ },
90
+ "dark_tiny_circle": {
91
+ 'light': ['#5cc1a5'],
92
+ 'dark': ['#4ac064']
93
+ },
94
+ "dark_small_circle": {
95
+ 'light': ['#010101'],
96
+ 'dark': ['#ff6b6b']
97
+ },
98
+ "dark_circle_fill": {
99
+ 'light': ['var(--dot_white)'],
100
+ 'dark': ['var(--dot_white)']
101
+ }
102
+ }
103
+ },
104
+ {
105
+ "comment": "danger palette",
106
+ "data": {
107
+ "danger_primary_fill": {
108
+ 'light': ['#ff6f00'],
109
+ 'dark': ['#ff6f00']
110
+ },
111
+ "danger_primary_stroke": {
112
+ 'light': ['#010101'],
113
+ 'dark': ['#479dff']
114
+ },
115
+ "danger_secondary_fill": {
116
+ 'light': ['rgba(63, 112, 183, 0.25)'],
117
+ 'dark': ['#334b68']
118
+ },
119
+ "danger_secondary_plainfill": {
120
+ 'light': ['#3f70b7'],
121
+ 'dark': ['#334b68']
122
+ },
123
+ "danger_plus": {
124
+ 'light': ['#3f70b7'],
125
+ 'dark': ['#479dff']
126
+ },
127
+ "danger_cross": {
128
+ 'light': ['#5cc1a5'],
129
+ 'dark': ['#5cc1a5']
130
+ },
131
+ "danger_medium_circle": {
132
+ 'light': ['#e56471'],
133
+ 'dark': ['#ff6b6b']
134
+ },
135
+ "danger_tiny_circle": {
136
+ 'light': ['#5cc1a5'],
137
+ 'dark': ['#4ac064']
138
+ },
139
+ "danger_small_circle": {
140
+ 'light': ['#010101'],
141
+ 'dark': ['#ff6b6b']
142
+ },
143
+ "danger_circle_fill": {
144
+ 'light': ['var(--dot_white)'],
145
+ 'dark': ['var(--dot_white)']
146
+ }
147
+ }
148
+ }
149
+ ];
150
+
151
+ module.exports = { svgAppearanceVariables: svgAppearanceVariables };