@semcore/illustration 17.0.0-prerelease.4 → 17.0.1-prerelease.0

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 (272) hide show
  1. package/AccessDenied/index.d.ts +28 -0
  2. package/AccessDenied/index.js +242 -0
  3. package/AccessDenied/index.mjs +220 -0
  4. package/AccessLogIn/index.d.ts +28 -0
  5. package/AccessLogIn/index.js +344 -0
  6. package/AccessLogIn/index.mjs +322 -0
  7. package/AreaChart/index.d.ts +28 -0
  8. package/AreaChart/index.js +89 -0
  9. package/AreaChart/index.mjs +67 -0
  10. package/Blocked/index.d.ts +28 -0
  11. package/Blocked/index.js +493 -0
  12. package/Blocked/index.mjs +471 -0
  13. package/CHANGELOG.md +3 -73
  14. package/ChoroplethMapChart/index.d.ts +28 -0
  15. package/ChoroplethMapChart/index.js +111 -0
  16. package/ChoroplethMapChart/index.mjs +89 -0
  17. package/Coffee/index.d.ts +28 -0
  18. package/Coffee/index.js +96 -0
  19. package/Coffee/index.mjs +74 -0
  20. package/Collection/index.d.ts +28 -0
  21. package/Collection/index.js +90 -0
  22. package/Collection/index.mjs +68 -0
  23. package/CombinedChart/index.d.ts +28 -0
  24. package/CombinedChart/index.js +118 -0
  25. package/CombinedChart/index.mjs +96 -0
  26. package/Configuration/index.d.ts +28 -0
  27. package/Configuration/index.js +197 -0
  28. package/Configuration/index.mjs +175 -0
  29. package/Confirmation/index.d.ts +28 -0
  30. package/Confirmation/index.js +267 -0
  31. package/Confirmation/index.mjs +245 -0
  32. package/Congrats/index.d.ts +28 -0
  33. package/Congrats/index.js +147 -0
  34. package/Congrats/index.mjs +125 -0
  35. package/ConnectionLost/index.d.ts +28 -0
  36. package/ConnectionLost/index.js +299 -0
  37. package/ConnectionLost/index.mjs +277 -0
  38. package/DeletedAccount/index.d.ts +28 -0
  39. package/DeletedAccount/index.js +376 -0
  40. package/DeletedAccount/index.mjs +354 -0
  41. package/DeletedPage/index.d.ts +28 -0
  42. package/DeletedPage/index.js +81 -0
  43. package/DeletedPage/index.mjs +59 -0
  44. package/Dns/index.d.ts +28 -0
  45. package/Dns/index.js +180 -0
  46. package/Dns/index.mjs +158 -0
  47. package/DonutChart/index.d.ts +28 -0
  48. package/DonutChart/index.js +131 -0
  49. package/DonutChart/index.mjs +109 -0
  50. package/Duplicates/index.d.ts +28 -0
  51. package/Duplicates/index.js +108 -0
  52. package/Duplicates/index.mjs +86 -0
  53. package/Feedback/index.d.ts +28 -0
  54. package/Feedback/index.js +96 -0
  55. package/Feedback/index.mjs +74 -0
  56. package/FunnelChart/index.d.ts +28 -0
  57. package/FunnelChart/index.js +98 -0
  58. package/FunnelChart/index.mjs +76 -0
  59. package/Good/index.d.ts +28 -0
  60. package/Good/index.js +131 -0
  61. package/Good/index.mjs +109 -0
  62. package/HeatMapChart/index.d.ts +28 -0
  63. package/HeatMapChart/index.js +116 -0
  64. package/HeatMapChart/index.mjs +94 -0
  65. package/HorizontalBarChart/index.d.ts +28 -0
  66. package/HorizontalBarChart/index.js +102 -0
  67. package/HorizontalBarChart/index.mjs +80 -0
  68. package/KagiChart/index.d.ts +28 -0
  69. package/KagiChart/index.js +83 -0
  70. package/KagiChart/index.mjs +61 -0
  71. package/LineChart/index.d.ts +28 -0
  72. package/LineChart/index.js +86 -0
  73. package/LineChart/index.mjs +64 -0
  74. package/LollipopChart/index.d.ts +28 -0
  75. package/LollipopChart/index.js +103 -0
  76. package/LollipopChart/index.mjs +81 -0
  77. package/MailSent/index.d.ts +28 -0
  78. package/MailSent/index.js +142 -0
  79. package/MailSent/index.mjs +120 -0
  80. package/Maintenance/index.d.ts +28 -0
  81. package/Maintenance/index.js +363 -0
  82. package/Maintenance/index.mjs +341 -0
  83. package/Nexttime/index.d.ts +28 -0
  84. package/Nexttime/index.js +110 -0
  85. package/Nexttime/index.mjs +88 -0
  86. package/NoPayment/index.d.ts +28 -0
  87. package/NoPayment/index.js +304 -0
  88. package/NoPayment/index.mjs +282 -0
  89. package/NothingFound/index.d.ts +28 -0
  90. package/NothingFound/index.js +134 -0
  91. package/NothingFound/index.mjs +112 -0
  92. package/OtherData/index.d.ts +28 -0
  93. package/OtherData/index.js +117 -0
  94. package/OtherData/index.mjs +95 -0
  95. package/PageError/index.d.ts +28 -0
  96. package/PageError/index.js +224 -0
  97. package/PageError/index.mjs +202 -0
  98. package/PageNotFound/index.d.ts +28 -0
  99. package/PageNotFound/index.js +284 -0
  100. package/PageNotFound/index.mjs +262 -0
  101. package/PieChart/index.d.ts +28 -0
  102. package/PieChart/index.js +116 -0
  103. package/PieChart/index.mjs +94 -0
  104. package/Processing/index.d.ts +28 -0
  105. package/Processing/index.js +96 -0
  106. package/Processing/index.mjs +74 -0
  107. package/ProjectNotFound/index.d.ts +28 -0
  108. package/ProjectNotFound/index.js +247 -0
  109. package/ProjectNotFound/index.mjs +225 -0
  110. package/README.md +32 -5
  111. package/RadarChart/index.d.ts +28 -0
  112. package/RadarChart/index.js +95 -0
  113. package/RadarChart/index.mjs +73 -0
  114. package/RadialTreeChart/index.d.ts +28 -0
  115. package/RadialTreeChart/index.js +137 -0
  116. package/RadialTreeChart/index.mjs +115 -0
  117. package/SankeyChart/index.d.ts +28 -0
  118. package/SankeyChart/index.js +123 -0
  119. package/SankeyChart/index.mjs +101 -0
  120. package/ScatterPlotChart/index.d.ts +28 -0
  121. package/ScatterPlotChart/index.js +108 -0
  122. package/ScatterPlotChart/index.mjs +86 -0
  123. package/StackedAreaChart/index.d.ts +28 -0
  124. package/StackedAreaChart/index.js +110 -0
  125. package/StackedAreaChart/index.mjs +88 -0
  126. package/Suggestion/index.d.ts +28 -0
  127. package/Suggestion/index.js +94 -0
  128. package/Suggestion/index.mjs +72 -0
  129. package/Suggestions/index.d.ts +28 -0
  130. package/Suggestions/index.js +97 -0
  131. package/Suggestions/index.mjs +75 -0
  132. package/Table/index.d.ts +28 -0
  133. package/Table/index.js +81 -0
  134. package/Table/index.mjs +59 -0
  135. package/TagCloud/index.d.ts +28 -0
  136. package/TagCloud/index.js +108 -0
  137. package/TagCloud/index.mjs +86 -0
  138. package/TextLinksEtc/index.d.ts +28 -0
  139. package/TextLinksEtc/index.js +84 -0
  140. package/TextLinksEtc/index.mjs +62 -0
  141. package/Timeout/index.d.ts +28 -0
  142. package/Timeout/index.js +381 -0
  143. package/Timeout/index.mjs +359 -0
  144. package/UnderConstruction/index.d.ts +28 -0
  145. package/UnderConstruction/index.js +143 -0
  146. package/UnderConstruction/index.mjs +121 -0
  147. package/VennChart/index.d.ts +28 -0
  148. package/VennChart/index.js +109 -0
  149. package/VennChart/index.mjs +87 -0
  150. package/VerticalBarChart/index.d.ts +28 -0
  151. package/VerticalBarChart/index.js +103 -0
  152. package/VerticalBarChart/index.mjs +81 -0
  153. package/Waiting/index.d.ts +28 -0
  154. package/Waiting/index.js +96 -0
  155. package/Waiting/index.mjs +74 -0
  156. package/Warning/index.d.ts +28 -0
  157. package/Warning/index.js +91 -0
  158. package/Warning/index.mjs +69 -0
  159. package/clear.ts +25 -0
  160. package/lib/AccessDenied/index.js +26 -207
  161. package/lib/AccessDenied/index.mjs +18 -206
  162. package/lib/AccessLogIn/index.js +26 -309
  163. package/lib/AccessLogIn/index.mjs +18 -308
  164. package/lib/AreaChart/index.js +32 -54
  165. package/lib/AreaChart/index.mjs +24 -53
  166. package/lib/Blocked/index.js +118 -458
  167. package/lib/Blocked/index.mjs +110 -457
  168. package/lib/ChoroplethMapChart/index.js +34 -76
  169. package/lib/ChoroplethMapChart/index.mjs +26 -75
  170. package/lib/Coffee/index.js +29 -61
  171. package/lib/Coffee/index.mjs +21 -60
  172. package/lib/Collection/index.js +31 -55
  173. package/lib/Collection/index.mjs +23 -54
  174. package/lib/CombinedChart/index.js +36 -83
  175. package/lib/CombinedChart/index.mjs +28 -82
  176. package/lib/Configuration/index.js +47 -162
  177. package/lib/Configuration/index.mjs +39 -161
  178. package/lib/Confirmation/index.js +28 -232
  179. package/lib/Confirmation/index.mjs +20 -231
  180. package/lib/Congrats/index.js +23 -112
  181. package/lib/Congrats/index.mjs +15 -111
  182. package/lib/ConnectionLost/index.js +31 -264
  183. package/lib/ConnectionLost/index.mjs +23 -263
  184. package/lib/DeletedAccount/index.js +47 -341
  185. package/lib/DeletedAccount/index.mjs +39 -340
  186. package/lib/DeletedPage/index.js +23 -46
  187. package/lib/DeletedPage/index.mjs +15 -45
  188. package/lib/Dns/index.js +27 -145
  189. package/lib/Dns/index.mjs +19 -144
  190. package/lib/DonutChart/index.js +37 -96
  191. package/lib/DonutChart/index.mjs +29 -95
  192. package/lib/Duplicates/index.js +34 -73
  193. package/lib/Duplicates/index.mjs +26 -72
  194. package/lib/Feedback/index.js +31 -61
  195. package/lib/Feedback/index.mjs +23 -60
  196. package/lib/FunnelChart/index.js +33 -63
  197. package/lib/FunnelChart/index.mjs +25 -62
  198. package/lib/Good/index.js +38 -96
  199. package/lib/Good/index.mjs +30 -95
  200. package/lib/HeatMapChart/index.js +35 -81
  201. package/lib/HeatMapChart/index.mjs +27 -80
  202. package/lib/HorizontalBarChart/index.js +33 -67
  203. package/lib/HorizontalBarChart/index.mjs +25 -66
  204. package/lib/KagiChart/index.js +30 -48
  205. package/lib/KagiChart/index.mjs +22 -47
  206. package/lib/LineChart/index.js +31 -51
  207. package/lib/LineChart/index.mjs +23 -50
  208. package/lib/LollipopChart/index.js +33 -68
  209. package/lib/LollipopChart/index.mjs +25 -67
  210. package/lib/MailSent/index.js +23 -107
  211. package/lib/MailSent/index.mjs +15 -106
  212. package/lib/Maintenance/index.js +27 -328
  213. package/lib/Maintenance/index.mjs +19 -327
  214. package/lib/Nexttime/index.js +35 -75
  215. package/lib/Nexttime/index.mjs +27 -74
  216. package/lib/NoPayment/index.js +23 -269
  217. package/lib/NoPayment/index.mjs +15 -268
  218. package/lib/NothingFound/index.js +37 -99
  219. package/lib/NothingFound/index.mjs +29 -98
  220. package/lib/OtherData/index.js +35 -82
  221. package/lib/OtherData/index.mjs +27 -81
  222. package/lib/PageError/index.js +60 -189
  223. package/lib/PageError/index.mjs +52 -188
  224. package/lib/PageNotFound/index.js +78 -249
  225. package/lib/PageNotFound/index.mjs +70 -248
  226. package/lib/PieChart/index.js +35 -81
  227. package/lib/PieChart/index.mjs +27 -80
  228. package/lib/Processing/index.js +32 -61
  229. package/lib/Processing/index.mjs +24 -60
  230. package/lib/ProjectNotFound/index.js +60 -212
  231. package/lib/ProjectNotFound/index.mjs +52 -211
  232. package/lib/RadarChart/index.js +32 -60
  233. package/lib/RadarChart/index.mjs +24 -59
  234. package/lib/RadialTreeChart/index.js +38 -102
  235. package/lib/RadialTreeChart/index.mjs +30 -101
  236. package/lib/SankeyChart/index.js +36 -88
  237. package/lib/SankeyChart/index.mjs +28 -87
  238. package/lib/ScatterPlotChart/index.js +34 -73
  239. package/lib/ScatterPlotChart/index.mjs +26 -72
  240. package/lib/StackedAreaChart/index.js +36 -75
  241. package/lib/StackedAreaChart/index.mjs +28 -74
  242. package/lib/Suggestion/index.js +32 -59
  243. package/lib/Suggestion/index.mjs +24 -58
  244. package/lib/Suggestions/index.js +32 -62
  245. package/lib/Suggestions/index.mjs +24 -61
  246. package/lib/Table/index.js +29 -46
  247. package/lib/Table/index.mjs +21 -45
  248. package/lib/TagCloud/index.js +34 -73
  249. package/lib/TagCloud/index.mjs +26 -72
  250. package/lib/TextLinksEtc/index.js +30 -49
  251. package/lib/TextLinksEtc/index.mjs +22 -48
  252. package/lib/Timeout/index.js +26 -346
  253. package/lib/Timeout/index.mjs +18 -345
  254. package/lib/UnderConstruction/index.js +40 -108
  255. package/lib/UnderConstruction/index.mjs +32 -107
  256. package/lib/VennChart/index.js +34 -74
  257. package/lib/VennChart/index.mjs +26 -73
  258. package/lib/VerticalBarChart/index.js +33 -68
  259. package/lib/VerticalBarChart/index.mjs +25 -67
  260. package/lib/Waiting/index.js +33 -61
  261. package/lib/Waiting/index.mjs +25 -60
  262. package/lib/Warning/index.js +31 -56
  263. package/lib/Warning/index.mjs +23 -55
  264. package/lib/cjs/index.js +8 -7
  265. package/lib/cjs/index.js.map +1 -1
  266. package/lib/es6/index.js +8 -6
  267. package/lib/es6/index.js.map +1 -1
  268. package/lib/esm/index.mjs +8 -6
  269. package/package.json +174 -170
  270. package/transform.ts +20 -21
  271. package/types/svg-to-jsx.d.ts +1 -1
  272. package/vite.config.ts +0 -24
@@ -0,0 +1,118 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
20
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
+ var stdin_exports = {};
22
+ __export(stdin_exports, {
23
+ default: () => stdin_default
24
+ });
25
+ module.exports = __toCommonJS(stdin_exports);
26
+ var import_react = __toESM(require("react"));
27
+ var import_core = require("@semcore/core");
28
+ var import_flex_box = require("@semcore/flex-box");
29
+ var import_useColorResolver = require("@semcore/core/lib/utils/use/useColorResolver");
30
+ const CombinedChart = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
31
+ const colorResolver = (0, import_useColorResolver.useColorResolver)();
32
+ const resolvedPrimaryColor = colorResolver(primaryColor);
33
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
34
+ return /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
35
+ ref,
36
+ width,
37
+ height,
38
+ viewBox,
39
+ fill,
40
+ tag: "svg",
41
+ "aria-hidden": true,
42
+ ...props
43
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
44
+ d: "M40.25 4.302V1.908c0-.495-.489-.908-.977-.908C19.98 3.229 5 19.82 5 39.959c0 19.727 15.793 35.74 35.25 35.74v2.393c0 .495.489.908.977.908C60.52 76.771 75.5 60.181 75.5 40.041c0-19.81-15.793-35.74-35.25-35.74Z",
45
+ fill: resolvedPrimaryColor
46
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
47
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
48
+ fill: resolvedPrimaryColor,
49
+ stroke: resolvedSecondaryColor,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ strokeWidth: ".7"
53
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
54
+ d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
55
+ fill: "#fff"
56
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
57
+ d: "M65.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.135-.637 6.226 1.286 7.025 4.377l1.221 4.67Z",
58
+ fill: resolvedSecondaryColor
59
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
60
+ d: "M18.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
61
+ fill: "#fff"
62
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
63
+ d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.227 2.172.464 2.464 1.523v.011Z",
64
+ fill: resolvedPrimaryColor
65
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
66
+ d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.965v.01Z",
67
+ fill: resolvedSecondaryColor
68
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
69
+ d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
70
+ stroke: resolvedSecondaryColor,
71
+ strokeLinecap: "round",
72
+ strokeLinejoin: "round",
73
+ strokeWidth: ".7"
74
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
75
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67",
76
+ stroke: resolvedSecondaryColor,
77
+ strokeLinecap: "round",
78
+ strokeLinejoin: "round",
79
+ strokeWidth: ".7"
80
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
81
+ d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z",
82
+ fill: resolvedPrimaryColor,
83
+ stroke: resolvedSecondaryColor,
84
+ strokeLinecap: "round",
85
+ strokeLinejoin: "round",
86
+ strokeWidth: ".7"
87
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
88
+ d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
89
+ fill: resolvedSecondaryColor
90
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
91
+ d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137",
92
+ stroke: resolvedSecondaryColor,
93
+ strokeLinecap: "round",
94
+ strokeLinejoin: "round",
95
+ strokeWidth: ".7"
96
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
97
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67",
98
+ stroke: resolvedSecondaryColor,
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round",
101
+ strokeWidth: ".7"
102
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
103
+ d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z",
104
+ fill: "#fff",
105
+ stroke: resolvedSecondaryColor,
106
+ strokeLinecap: "round",
107
+ strokeLinejoin: "round",
108
+ strokeWidth: ".7"
109
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
110
+ d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
111
+ stroke: resolvedSecondaryColor,
112
+ strokeLinecap: "round",
113
+ strokeLinejoin: "round",
114
+ strokeWidth: ".7"
115
+ }));
116
+ };
117
+ CombinedChart.displayName = "CombinedChart";
118
+ var stdin_default = (0, import_core.createBaseComponent)(CombinedChart);
@@ -0,0 +1,96 @@
1
+ import React from "react";
2
+ import { createBaseComponent } from "@semcore/core";
3
+ import { Box } from "@semcore/flex-box";
4
+ import { useColorResolver } from "@semcore/core/lib/utils/use/useColorResolver";
5
+ const CombinedChart = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
6
+ const colorResolver = useColorResolver();
7
+ const resolvedPrimaryColor = colorResolver(primaryColor);
8
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
9
+ return /* @__PURE__ */ React.createElement(Box, {
10
+ ref,
11
+ width,
12
+ height,
13
+ viewBox,
14
+ fill,
15
+ tag: "svg",
16
+ "aria-hidden": true,
17
+ ...props
18
+ }, /* @__PURE__ */ React.createElement("path", {
19
+ d: "M40.25 4.302V1.908c0-.495-.489-.908-.977-.908C19.98 3.229 5 19.82 5 39.959c0 19.727 15.793 35.74 35.25 35.74v2.393c0 .495.489.908.977.908C60.52 76.771 75.5 60.181 75.5 40.041c0-19.81-15.793-35.74-35.25-35.74Z",
20
+ fill: resolvedPrimaryColor
21
+ }), /* @__PURE__ */ React.createElement("path", {
22
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
23
+ fill: resolvedPrimaryColor,
24
+ stroke: resolvedSecondaryColor,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ strokeWidth: ".7"
28
+ }), /* @__PURE__ */ React.createElement("path", {
29
+ d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
30
+ fill: "#fff"
31
+ }), /* @__PURE__ */ React.createElement("path", {
32
+ d: "M65.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.135-.637 6.226 1.286 7.025 4.377l1.221 4.67Z",
33
+ fill: resolvedSecondaryColor
34
+ }), /* @__PURE__ */ React.createElement("path", {
35
+ d: "M18.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
36
+ fill: "#fff"
37
+ }), /* @__PURE__ */ React.createElement("path", {
38
+ d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.227 2.172.464 2.464 1.523v.011Z",
39
+ fill: resolvedPrimaryColor
40
+ }), /* @__PURE__ */ React.createElement("path", {
41
+ d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.965v.01Z",
42
+ fill: resolvedSecondaryColor
43
+ }), /* @__PURE__ */ React.createElement("path", {
44
+ d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
45
+ stroke: resolvedSecondaryColor,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round",
48
+ strokeWidth: ".7"
49
+ }), /* @__PURE__ */ React.createElement("path", {
50
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67",
51
+ stroke: resolvedSecondaryColor,
52
+ strokeLinecap: "round",
53
+ strokeLinejoin: "round",
54
+ strokeWidth: ".7"
55
+ }), /* @__PURE__ */ React.createElement("path", {
56
+ d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z",
57
+ fill: resolvedPrimaryColor,
58
+ stroke: resolvedSecondaryColor,
59
+ strokeLinecap: "round",
60
+ strokeLinejoin: "round",
61
+ strokeWidth: ".7"
62
+ }), /* @__PURE__ */ React.createElement("path", {
63
+ d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
64
+ fill: resolvedSecondaryColor
65
+ }), /* @__PURE__ */ React.createElement("path", {
66
+ d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137",
67
+ stroke: resolvedSecondaryColor,
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round",
70
+ strokeWidth: ".7"
71
+ }), /* @__PURE__ */ React.createElement("path", {
72
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67",
73
+ stroke: resolvedSecondaryColor,
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round",
76
+ strokeWidth: ".7"
77
+ }), /* @__PURE__ */ React.createElement("path", {
78
+ d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z",
79
+ fill: "#fff",
80
+ stroke: resolvedSecondaryColor,
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round",
83
+ strokeWidth: ".7"
84
+ }), /* @__PURE__ */ React.createElement("path", {
85
+ d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
86
+ stroke: resolvedSecondaryColor,
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ strokeWidth: ".7"
90
+ }));
91
+ };
92
+ CombinedChart.displayName = "CombinedChart";
93
+ var stdin_default = createBaseComponent(CombinedChart);
94
+ export {
95
+ stdin_default as default
96
+ };
@@ -0,0 +1,28 @@
1
+
2
+ import { BoxProps } from '@semcore/flex-box';
3
+ import { Intergalactic } from '@semcore/core';
4
+
5
+ type IllustrationProps = BoxProps & {
6
+ /**
7
+ * Main color of the illustration
8
+ **/
9
+ primaryColor?: string;
10
+ /**
11
+ * Secondary color of the illustration
12
+ **/
13
+ secondaryColor?: string;
14
+ /**
15
+ * Changes background fill of the illustration
16
+ **/
17
+ fill?: string;
18
+ /**
19
+ * Width of the illustration
20
+ **/
21
+ width?: string | number;
22
+ /**
23
+ * Height of the illustration
24
+ **/
25
+ height?: string | number;
26
+ }
27
+ declare const Illustration: Intergalactic.Component<'svg', IllustrationProps>;
28
+ export default Illustration;
@@ -0,0 +1,197 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
20
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
+ var stdin_exports = {};
22
+ __export(stdin_exports, {
23
+ default: () => stdin_default
24
+ });
25
+ module.exports = __toCommonJS(stdin_exports);
26
+ var import_react = __toESM(require("react"));
27
+ var import_core = require("@semcore/core");
28
+ var import_flex_box = require("@semcore/flex-box");
29
+ var import_useColorResolver = require("@semcore/core/lib/utils/use/useColorResolver");
30
+ const Configuration = ({ fill = "none", width = "130", height = "130", viewBox = "0 0 130 130", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
31
+ const colorResolver = (0, import_useColorResolver.useColorResolver)();
32
+ const resolvedPrimaryColor = colorResolver(primaryColor);
33
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
34
+ return /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
35
+ ref,
36
+ width,
37
+ height,
38
+ viewBox,
39
+ fill,
40
+ tag: "svg",
41
+ "aria-hidden": true,
42
+ ...props
43
+ }, /* @__PURE__ */ import_react.default.createElement("path", {
44
+ d: "M39.054 17.323 3.292 53.088a1.474 1.474 0 0 0 0 2.09l71.53 71.53c.579.576 1.51.576 2.09 0l35.765-35.768c3.421-3.422 8.687-3.883 12.604-1.383.743.476 1.719-.078 1.719-.96V4.478c0-.815-.662-1.477-1.477-1.477H41.397c-.882 0-1.433.974-.957 1.72 2.5 3.919 2.039 9.182-1.386 12.603Z",
45
+ fill: resolvedPrimaryColor
46
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
47
+ d: "M105.24 112.53H16.584c-5.4 0-9.775-4.376-9.775-9.781V46.558c0-5.405 4.376-9.781 9.775-9.781h88.656c5.41 0 9.78 4.376 9.78 9.78v56.192a9.77 9.77 0 0 1-9.78 9.781Z",
48
+ fill: resolvedSecondaryColor,
49
+ stroke: resolvedSecondaryColor,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ strokeMiterlimit: "10"
53
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
54
+ d: "M9.277 46.557v7.192c43.883 1.993 46.318.688 67.965-16.972h-58.19c-5.4 0-9.775 4.376-9.775 9.78Z",
55
+ fill: "#fff",
56
+ stroke: resolvedSecondaryColor,
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ strokeMiterlimit: "10"
60
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
61
+ d: "M18.059 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995Z",
62
+ fill: resolvedPrimaryColor,
63
+ stroke: resolvedSecondaryColor,
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ strokeMiterlimit: "10"
67
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
68
+ d: "M28.126 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995ZM38.19 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995Z",
69
+ stroke: resolvedSecondaryColor,
70
+ strokeMiterlimit: "10"
71
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
72
+ d: "M85.121 14.162s-11.043 4-10.776 5.855c.118.89-.584.241-.665-.325-.267-1.856 10.777-5.856 10.777-5.856 2.559-.75 3.785-.588.665.325Z",
73
+ fill: "#fff",
74
+ fillRule: "evenodd"
75
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
76
+ d: "M84.457 13.838s-11.044 4-10.777 5.855c.111.774 1.049.977 2.573.813 6.734-.774 16.24-9.701 8.204-6.668Z",
77
+ stroke: resolvedSecondaryColor,
78
+ strokeLinecap: "round",
79
+ strokeLinejoin: "round",
80
+ strokeMiterlimit: "10"
81
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
82
+ d: "M82.29 16.375s-2.646 1.516-5.68 3.527c-4.39 2.898-9.606 6.82-8.891 8.673.426 1.094 3.138.226 5.87-.982 9.13-2.863 21.502-18.314 8.7-11.218Z",
83
+ fill: resolvedPrimaryColor,
84
+ fillRule: "evenodd",
85
+ stroke: resolvedSecondaryColor,
86
+ strokeLinecap: "round",
87
+ strokeLinejoin: "round",
88
+ strokeMiterlimit: "10"
89
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
90
+ d: "M80.847 17.812c-2.538 1.537-7.33 4.572-10.264 7.192-1.054.782-4.34 4.259-1.054 3.486-1.038-3.68 15.356-12.028 11.318-10.678Z",
91
+ fill: "#fff"
92
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
93
+ d: "M79.043 20.65c-6.373 7.936-11.241 15.683-9.419 17.049 1.752 1.313 7.984-5.283 7.984-5.283 6.979-5.903 10.866-23.518 1.435-11.767Z",
94
+ fill: resolvedPrimaryColor,
95
+ fillRule: "evenodd",
96
+ stroke: resolvedSecondaryColor,
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round",
99
+ strokeMiterlimit: "10"
100
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
101
+ d: "M71.447 36.948c-4.348-.925 11.321-19.651 7.986-15.986-3.452 4.3-8.377 10.77-9.522 14.75-.456 1.589-.119 2.138 1.536 1.236Z",
102
+ fill: "#fff"
103
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
104
+ d: "M89.405 28.723v-.006c-.075-.364-.33-.748-.717-1.054-1.183-.943-3.55-1.135-5.347 2.359l-1.956 4.81s-3.218 8.498-6.603 7.227c-1.147-.429-.952-2.479-.774-3.689.084-.57.22-1.127.4-1.672 1.139-3.452 2.571-8.084 5.5-15.695.651-1.688 1.761-3.188 3.266-4.189 7.697-5.103 15.942 6.681 6.231 11.909Z",
105
+ fill: resolvedPrimaryColor,
106
+ fillRule: "evenodd",
107
+ stroke: resolvedSecondaryColor,
108
+ strokeLinecap: "round",
109
+ strokeLinejoin: "round",
110
+ strokeMiterlimit: "10"
111
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
112
+ d: "M75.606 37.006c.555-2.296 1.2-5.096 2.216-8.916-1.137 3.236-2.321 6.65-3.15 9.492l.934-.576Z",
113
+ fill: "#fff"
114
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
115
+ d: "m53.033 72.369 2.443.868 3.733-3.035c.782-.512 1.75-.39 2.25.072l3.664 3.388c.665.615.704 1.578.248 2.237l-2.568 4.114 1.057 2.367 4.84.612c.801-.03 1.475.746 1.505 1.547l.195 4.968c.03.801-.579 1.627-1.374 1.82l-4.776.99-.868 2.442 3.035 3.733c.511.782.389 1.75-.073 2.251l-3.388 3.663a1.717 1.717 0 0 1-2.237.248l-4.114-2.568c-.79.354-1.577.704-2.367 1.057l-.612 4.841c-.128.806-.904 1.48-1.705 1.51l-4.968.195c-.802.03-1.628-.579-1.658-1.38l-.988-4.782-2.442-.868-3.9 2.882a1.718 1.718 0 0 1-2.25-.072l-3.664-3.388c-.501-.462-.699-1.416-.242-2.078l2.726-4.12c-.512-.782-.865-1.572-1.057-2.367l-4.84-.612c-.807-.128-1.48-.904-1.511-1.706l-.195-4.968c-.03-.8.579-1.627 1.38-1.658l4.776-.99c.123-.968.418-1.622.868-2.442l-3.043-3.892c-.506-.623-.384-1.591.23-2.256l3.389-3.664c.462-.5 1.416-.698 2.078-.242l4.12 2.726c.79-.353 1.577-.703 2.367-1.057l.612-4.84c-.03-.801.746-1.474 1.547-1.505l4.968-.194c.801-.031 1.627.578 1.82 1.374l.99 4.779Zm-4.723 6.445c-4.968.195-8.971 4.526-8.776 9.494.194 4.968 4.526 8.971 9.494 8.777 4.968-.195 8.971-4.526 8.776-9.494-.195-4.969-4.526-8.974-9.494-8.777ZM86.245 53.247l2.027.81 3.244-2.431c.676-.407 1.485-.27 1.892.136l2.973 2.974c.54.54.54 1.352.137 1.891l-2.298 3.377.81 2.028 4.052.676c.676 0 1.216.676 1.216 1.352v4.19c0 .675-.54 1.351-1.216 1.485l-4.053.676-.809 2.028 2.431 3.243c.406.676.27 1.486-.136 1.892l-2.974 2.974a1.45 1.45 0 0 1-1.891.136l-3.378-2.298-2.027.81-.676 4.053c-.137.676-.81 1.215-1.486 1.215h-4.19c-.675 0-1.351-.54-1.351-1.215l-.676-4.053-2.028-.81-3.377 2.298a1.444 1.444 0 0 1-1.892-.136l-2.973-2.974c-.406-.406-.54-1.216-.137-1.755l2.432-3.377c-.407-.676-.676-1.352-.81-2.028l-4.053-.676c-.676-.137-1.216-.81-1.216-1.486v-4.19c0-.675.54-1.351 1.216-1.351l4.053-.676c.136-.81.406-1.352.81-2.028l-2.432-3.377c-.406-.54-.27-1.352.27-1.892l2.974-2.973c.406-.407 1.216-.54 1.755-.137l3.377 2.432 2.028-.81.676-4.053c0-.676.676-1.216 1.352-1.216h4.19c.675 0 1.351.54 1.485 1.216l.679 4.05Zm-4.19 5.269c-4.189 0-7.702 3.513-7.702 7.703 0 4.189 3.513 7.702 7.702 7.702 4.19 0 7.703-3.513 7.703-7.702 0-4.19-3.513-7.703-7.703-7.703Z",
116
+ fill: "#fff",
117
+ fillRule: "evenodd",
118
+ stroke: resolvedSecondaryColor,
119
+ strokeLinecap: "round",
120
+ strokeLinejoin: "round",
121
+ strokeMiterlimit: "10"
122
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
123
+ d: "M81.163 34.748c-1.176.367-3.296 1.62-3.88 2.449-42.019 59.468-62.418 62.982-62.418 70.874 0 3.947 4.187 4.462 4.187 4.462-5.4 0-9.775-4.376-9.775-9.781V53.078H32.54c27.01 0 36.794-11.672 43.537-16.298 1.352-.93 3.861-1.823 5.085-2.032Z",
124
+ fill: resolvedPrimaryColor,
125
+ fillRule: "evenodd",
126
+ stroke: resolvedSecondaryColor,
127
+ strokeLinecap: "round",
128
+ strokeLinejoin: "round",
129
+ strokeMiterlimit: "10"
130
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
131
+ d: "M34.015 73.294C63.15 58.412 73.1 37.47 80.11 35.156M28.126 76.094a110.31 110.31 0 0 0 4.448-2.075",
132
+ stroke: resolvedSecondaryColor,
133
+ strokeLinecap: "round",
134
+ strokeLinejoin: "round",
135
+ strokeMiterlimit: "10"
136
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
137
+ d: "M54.3 52.643c9.496-3.391 21.441-15.617 24.598-17.21",
138
+ stroke: resolvedSecondaryColor,
139
+ strokeLinecap: "round",
140
+ strokeLinejoin: "round",
141
+ strokeMiterlimit: "10"
142
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
143
+ d: "M105.241 112.53c7.831 0 10.259-6.53 9.773-13.926C124 109 117 112.53 105.241 112.53Z",
144
+ fill: resolvedPrimaryColor,
145
+ fillRule: "evenodd",
146
+ stroke: resolvedSecondaryColor,
147
+ strokeLinecap: "round",
148
+ strokeLinejoin: "round",
149
+ strokeMiterlimit: "10"
150
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
151
+ d: "M118.472 103.707C106.5 87.5 97.254 71.635 90.565 53.079h24.458c0 25.274-1.266 34.984 3.449 50.628Z",
152
+ fill: resolvedPrimaryColor,
153
+ fillRule: "evenodd",
154
+ stroke: resolvedSecondaryColor,
155
+ strokeLinecap: "round",
156
+ strokeLinejoin: "round",
157
+ strokeMiterlimit: "10"
158
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
159
+ d: "M112.46 90.528c1.914 6.04 5.369 11.338 5.369 11.338",
160
+ stroke: resolvedSecondaryColor,
161
+ strokeLinecap: "round",
162
+ strokeLinejoin: "round",
163
+ strokeMiterlimit: "10"
164
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
165
+ d: "M115.023 46.56v6.517H90.565c-1.825-5.06-2.78-11.844-5.947-16.296h20.624a9.773 9.773 0 0 1 9.781 9.778Z",
166
+ fill: "#fff",
167
+ fillRule: "evenodd",
168
+ stroke: resolvedSecondaryColor,
169
+ strokeLinecap: "round",
170
+ strokeLinejoin: "round",
171
+ strokeMiterlimit: "10"
172
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
173
+ d: "M83.505 33.702c-5.469 2.76-10.092 6.29-8.723 8.362 8.411 4.806 41.87-10.627 47.997-20.76C126.04 6.51 99.007-3.333 80.229 20.28l10.459 5.325s-.512 4.8-7.183 8.097Z",
174
+ fill: resolvedPrimaryColor
175
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
176
+ d: "M126 21.5C99.821 41.379 76.963 45.369 74.782 42.064c-1.37-2.072 3.254-5.603 8.723-8.362 6.67-3.296 7.183-8.098 7.183-8.098",
177
+ stroke: resolvedSecondaryColor,
178
+ strokeLinecap: "round",
179
+ strokeLinejoin: "round",
180
+ strokeMiterlimit: "10"
181
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
182
+ d: "M90.145 28.416s-1.123 2.912-6.144 5.603c-6.588 3.169-12.307 8.193-6.588 8.521-3.517-1.43 2.107-5.945 7.864-8.791 1.27-.629 3.767-1.99 4.868-5.333Z",
183
+ fill: "#fff",
184
+ fillRule: "evenodd"
185
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
186
+ d: "M80.226 20.28C91 4.5 107.5 6 107.5 6",
187
+ stroke: resolvedSecondaryColor,
188
+ strokeLinecap: "round",
189
+ strokeLinejoin: "round",
190
+ strokeMiterlimit: "10"
191
+ }), /* @__PURE__ */ import_react.default.createElement("path", {
192
+ d: "M105.153 6.22s7.054 14.967 20.134 16.43c.588-.433 1.159-.862 1.713-1.288V4.477c0-.815-.662-1.477-1.477-1.477h-15.917c-1.441 1.13-2.778 2.433-4.453 3.22Z",
193
+ fill: resolvedSecondaryColor
194
+ }));
195
+ };
196
+ Configuration.displayName = "Configuration";
197
+ var stdin_default = (0, import_core.createBaseComponent)(Configuration);
@@ -0,0 +1,175 @@
1
+ import React from "react";
2
+ import { createBaseComponent } from "@semcore/core";
3
+ import { Box } from "@semcore/flex-box";
4
+ import { useColorResolver } from "@semcore/core/lib/utils/use/useColorResolver";
5
+ const Configuration = ({ fill = "none", width = "130", height = "130", viewBox = "0 0 130 130", primaryColor = "#E0E1E9", secondaryColor = "#6C6E79", ...props }, ref) => {
6
+ const colorResolver = useColorResolver();
7
+ const resolvedPrimaryColor = colorResolver(primaryColor);
8
+ const resolvedSecondaryColor = colorResolver(secondaryColor);
9
+ return /* @__PURE__ */ React.createElement(Box, {
10
+ ref,
11
+ width,
12
+ height,
13
+ viewBox,
14
+ fill,
15
+ tag: "svg",
16
+ "aria-hidden": true,
17
+ ...props
18
+ }, /* @__PURE__ */ React.createElement("path", {
19
+ d: "M39.054 17.323 3.292 53.088a1.474 1.474 0 0 0 0 2.09l71.53 71.53c.579.576 1.51.576 2.09 0l35.765-35.768c3.421-3.422 8.687-3.883 12.604-1.383.743.476 1.719-.078 1.719-.96V4.478c0-.815-.662-1.477-1.477-1.477H41.397c-.882 0-1.433.974-.957 1.72 2.5 3.919 2.039 9.182-1.386 12.603Z",
20
+ fill: resolvedPrimaryColor
21
+ }), /* @__PURE__ */ React.createElement("path", {
22
+ d: "M105.24 112.53H16.584c-5.4 0-9.775-4.376-9.775-9.781V46.558c0-5.405 4.376-9.781 9.775-9.781h88.656c5.41 0 9.78 4.376 9.78 9.78v56.192a9.77 9.77 0 0 1-9.78 9.781Z",
23
+ fill: resolvedSecondaryColor,
24
+ stroke: resolvedSecondaryColor,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ strokeMiterlimit: "10"
28
+ }), /* @__PURE__ */ React.createElement("path", {
29
+ d: "M9.277 46.557v7.192c43.883 1.993 46.318.688 67.965-16.972h-58.19c-5.4 0-9.775 4.376-9.775 9.78Z",
30
+ fill: "#fff",
31
+ stroke: resolvedSecondaryColor,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round",
34
+ strokeMiterlimit: "10"
35
+ }), /* @__PURE__ */ React.createElement("path", {
36
+ d: "M18.059 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995Z",
37
+ fill: resolvedPrimaryColor,
38
+ stroke: resolvedSecondaryColor,
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round",
41
+ strokeMiterlimit: "10"
42
+ }), /* @__PURE__ */ React.createElement("path", {
43
+ d: "M28.126 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995ZM38.19 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995Z",
44
+ stroke: resolvedSecondaryColor,
45
+ strokeMiterlimit: "10"
46
+ }), /* @__PURE__ */ React.createElement("path", {
47
+ d: "M85.121 14.162s-11.043 4-10.776 5.855c.118.89-.584.241-.665-.325-.267-1.856 10.777-5.856 10.777-5.856 2.559-.75 3.785-.588.665.325Z",
48
+ fill: "#fff",
49
+ fillRule: "evenodd"
50
+ }), /* @__PURE__ */ React.createElement("path", {
51
+ d: "M84.457 13.838s-11.044 4-10.777 5.855c.111.774 1.049.977 2.573.813 6.734-.774 16.24-9.701 8.204-6.668Z",
52
+ stroke: resolvedSecondaryColor,
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round",
55
+ strokeMiterlimit: "10"
56
+ }), /* @__PURE__ */ React.createElement("path", {
57
+ d: "M82.29 16.375s-2.646 1.516-5.68 3.527c-4.39 2.898-9.606 6.82-8.891 8.673.426 1.094 3.138.226 5.87-.982 9.13-2.863 21.502-18.314 8.7-11.218Z",
58
+ fill: resolvedPrimaryColor,
59
+ fillRule: "evenodd",
60
+ stroke: resolvedSecondaryColor,
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round",
63
+ strokeMiterlimit: "10"
64
+ }), /* @__PURE__ */ React.createElement("path", {
65
+ d: "M80.847 17.812c-2.538 1.537-7.33 4.572-10.264 7.192-1.054.782-4.34 4.259-1.054 3.486-1.038-3.68 15.356-12.028 11.318-10.678Z",
66
+ fill: "#fff"
67
+ }), /* @__PURE__ */ React.createElement("path", {
68
+ d: "M79.043 20.65c-6.373 7.936-11.241 15.683-9.419 17.049 1.752 1.313 7.984-5.283 7.984-5.283 6.979-5.903 10.866-23.518 1.435-11.767Z",
69
+ fill: resolvedPrimaryColor,
70
+ fillRule: "evenodd",
71
+ stroke: resolvedSecondaryColor,
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round",
74
+ strokeMiterlimit: "10"
75
+ }), /* @__PURE__ */ React.createElement("path", {
76
+ d: "M71.447 36.948c-4.348-.925 11.321-19.651 7.986-15.986-3.452 4.3-8.377 10.77-9.522 14.75-.456 1.589-.119 2.138 1.536 1.236Z",
77
+ fill: "#fff"
78
+ }), /* @__PURE__ */ React.createElement("path", {
79
+ d: "M89.405 28.723v-.006c-.075-.364-.33-.748-.717-1.054-1.183-.943-3.55-1.135-5.347 2.359l-1.956 4.81s-3.218 8.498-6.603 7.227c-1.147-.429-.952-2.479-.774-3.689.084-.57.22-1.127.4-1.672 1.139-3.452 2.571-8.084 5.5-15.695.651-1.688 1.761-3.188 3.266-4.189 7.697-5.103 15.942 6.681 6.231 11.909Z",
80
+ fill: resolvedPrimaryColor,
81
+ fillRule: "evenodd",
82
+ stroke: resolvedSecondaryColor,
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round",
85
+ strokeMiterlimit: "10"
86
+ }), /* @__PURE__ */ React.createElement("path", {
87
+ d: "M75.606 37.006c.555-2.296 1.2-5.096 2.216-8.916-1.137 3.236-2.321 6.65-3.15 9.492l.934-.576Z",
88
+ fill: "#fff"
89
+ }), /* @__PURE__ */ React.createElement("path", {
90
+ d: "m53.033 72.369 2.443.868 3.733-3.035c.782-.512 1.75-.39 2.25.072l3.664 3.388c.665.615.704 1.578.248 2.237l-2.568 4.114 1.057 2.367 4.84.612c.801-.03 1.475.746 1.505 1.547l.195 4.968c.03.801-.579 1.627-1.374 1.82l-4.776.99-.868 2.442 3.035 3.733c.511.782.389 1.75-.073 2.251l-3.388 3.663a1.717 1.717 0 0 1-2.237.248l-4.114-2.568c-.79.354-1.577.704-2.367 1.057l-.612 4.841c-.128.806-.904 1.48-1.705 1.51l-4.968.195c-.802.03-1.628-.579-1.658-1.38l-.988-4.782-2.442-.868-3.9 2.882a1.718 1.718 0 0 1-2.25-.072l-3.664-3.388c-.501-.462-.699-1.416-.242-2.078l2.726-4.12c-.512-.782-.865-1.572-1.057-2.367l-4.84-.612c-.807-.128-1.48-.904-1.511-1.706l-.195-4.968c-.03-.8.579-1.627 1.38-1.658l4.776-.99c.123-.968.418-1.622.868-2.442l-3.043-3.892c-.506-.623-.384-1.591.23-2.256l3.389-3.664c.462-.5 1.416-.698 2.078-.242l4.12 2.726c.79-.353 1.577-.703 2.367-1.057l.612-4.84c-.03-.801.746-1.474 1.547-1.505l4.968-.194c.801-.031 1.627.578 1.82 1.374l.99 4.779Zm-4.723 6.445c-4.968.195-8.971 4.526-8.776 9.494.194 4.968 4.526 8.971 9.494 8.777 4.968-.195 8.971-4.526 8.776-9.494-.195-4.969-4.526-8.974-9.494-8.777ZM86.245 53.247l2.027.81 3.244-2.431c.676-.407 1.485-.27 1.892.136l2.973 2.974c.54.54.54 1.352.137 1.891l-2.298 3.377.81 2.028 4.052.676c.676 0 1.216.676 1.216 1.352v4.19c0 .675-.54 1.351-1.216 1.485l-4.053.676-.809 2.028 2.431 3.243c.406.676.27 1.486-.136 1.892l-2.974 2.974a1.45 1.45 0 0 1-1.891.136l-3.378-2.298-2.027.81-.676 4.053c-.137.676-.81 1.215-1.486 1.215h-4.19c-.675 0-1.351-.54-1.351-1.215l-.676-4.053-2.028-.81-3.377 2.298a1.444 1.444 0 0 1-1.892-.136l-2.973-2.974c-.406-.406-.54-1.216-.137-1.755l2.432-3.377c-.407-.676-.676-1.352-.81-2.028l-4.053-.676c-.676-.137-1.216-.81-1.216-1.486v-4.19c0-.675.54-1.351 1.216-1.351l4.053-.676c.136-.81.406-1.352.81-2.028l-2.432-3.377c-.406-.54-.27-1.352.27-1.892l2.974-2.973c.406-.407 1.216-.54 1.755-.137l3.377 2.432 2.028-.81.676-4.053c0-.676.676-1.216 1.352-1.216h4.19c.675 0 1.351.54 1.485 1.216l.679 4.05Zm-4.19 5.269c-4.189 0-7.702 3.513-7.702 7.703 0 4.189 3.513 7.702 7.702 7.702 4.19 0 7.703-3.513 7.703-7.702 0-4.19-3.513-7.703-7.703-7.703Z",
91
+ fill: "#fff",
92
+ fillRule: "evenodd",
93
+ stroke: resolvedSecondaryColor,
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round",
96
+ strokeMiterlimit: "10"
97
+ }), /* @__PURE__ */ React.createElement("path", {
98
+ d: "M81.163 34.748c-1.176.367-3.296 1.62-3.88 2.449-42.019 59.468-62.418 62.982-62.418 70.874 0 3.947 4.187 4.462 4.187 4.462-5.4 0-9.775-4.376-9.775-9.781V53.078H32.54c27.01 0 36.794-11.672 43.537-16.298 1.352-.93 3.861-1.823 5.085-2.032Z",
99
+ fill: resolvedPrimaryColor,
100
+ fillRule: "evenodd",
101
+ stroke: resolvedSecondaryColor,
102
+ strokeLinecap: "round",
103
+ strokeLinejoin: "round",
104
+ strokeMiterlimit: "10"
105
+ }), /* @__PURE__ */ React.createElement("path", {
106
+ d: "M34.015 73.294C63.15 58.412 73.1 37.47 80.11 35.156M28.126 76.094a110.31 110.31 0 0 0 4.448-2.075",
107
+ stroke: resolvedSecondaryColor,
108
+ strokeLinecap: "round",
109
+ strokeLinejoin: "round",
110
+ strokeMiterlimit: "10"
111
+ }), /* @__PURE__ */ React.createElement("path", {
112
+ d: "M54.3 52.643c9.496-3.391 21.441-15.617 24.598-17.21",
113
+ stroke: resolvedSecondaryColor,
114
+ strokeLinecap: "round",
115
+ strokeLinejoin: "round",
116
+ strokeMiterlimit: "10"
117
+ }), /* @__PURE__ */ React.createElement("path", {
118
+ d: "M105.241 112.53c7.831 0 10.259-6.53 9.773-13.926C124 109 117 112.53 105.241 112.53Z",
119
+ fill: resolvedPrimaryColor,
120
+ fillRule: "evenodd",
121
+ stroke: resolvedSecondaryColor,
122
+ strokeLinecap: "round",
123
+ strokeLinejoin: "round",
124
+ strokeMiterlimit: "10"
125
+ }), /* @__PURE__ */ React.createElement("path", {
126
+ d: "M118.472 103.707C106.5 87.5 97.254 71.635 90.565 53.079h24.458c0 25.274-1.266 34.984 3.449 50.628Z",
127
+ fill: resolvedPrimaryColor,
128
+ fillRule: "evenodd",
129
+ stroke: resolvedSecondaryColor,
130
+ strokeLinecap: "round",
131
+ strokeLinejoin: "round",
132
+ strokeMiterlimit: "10"
133
+ }), /* @__PURE__ */ React.createElement("path", {
134
+ d: "M112.46 90.528c1.914 6.04 5.369 11.338 5.369 11.338",
135
+ stroke: resolvedSecondaryColor,
136
+ strokeLinecap: "round",
137
+ strokeLinejoin: "round",
138
+ strokeMiterlimit: "10"
139
+ }), /* @__PURE__ */ React.createElement("path", {
140
+ d: "M115.023 46.56v6.517H90.565c-1.825-5.06-2.78-11.844-5.947-16.296h20.624a9.773 9.773 0 0 1 9.781 9.778Z",
141
+ fill: "#fff",
142
+ fillRule: "evenodd",
143
+ stroke: resolvedSecondaryColor,
144
+ strokeLinecap: "round",
145
+ strokeLinejoin: "round",
146
+ strokeMiterlimit: "10"
147
+ }), /* @__PURE__ */ React.createElement("path", {
148
+ d: "M83.505 33.702c-5.469 2.76-10.092 6.29-8.723 8.362 8.411 4.806 41.87-10.627 47.997-20.76C126.04 6.51 99.007-3.333 80.229 20.28l10.459 5.325s-.512 4.8-7.183 8.097Z",
149
+ fill: resolvedPrimaryColor
150
+ }), /* @__PURE__ */ React.createElement("path", {
151
+ d: "M126 21.5C99.821 41.379 76.963 45.369 74.782 42.064c-1.37-2.072 3.254-5.603 8.723-8.362 6.67-3.296 7.183-8.098 7.183-8.098",
152
+ stroke: resolvedSecondaryColor,
153
+ strokeLinecap: "round",
154
+ strokeLinejoin: "round",
155
+ strokeMiterlimit: "10"
156
+ }), /* @__PURE__ */ React.createElement("path", {
157
+ d: "M90.145 28.416s-1.123 2.912-6.144 5.603c-6.588 3.169-12.307 8.193-6.588 8.521-3.517-1.43 2.107-5.945 7.864-8.791 1.27-.629 3.767-1.99 4.868-5.333Z",
158
+ fill: "#fff",
159
+ fillRule: "evenodd"
160
+ }), /* @__PURE__ */ React.createElement("path", {
161
+ d: "M80.226 20.28C91 4.5 107.5 6 107.5 6",
162
+ stroke: resolvedSecondaryColor,
163
+ strokeLinecap: "round",
164
+ strokeLinejoin: "round",
165
+ strokeMiterlimit: "10"
166
+ }), /* @__PURE__ */ React.createElement("path", {
167
+ d: "M105.153 6.22s7.054 14.967 20.134 16.43c.588-.433 1.159-.862 1.713-1.288V4.477c0-.815-.662-1.477-1.477-1.477h-15.917c-1.441 1.13-2.778 2.433-4.453 3.22Z",
168
+ fill: resolvedSecondaryColor
169
+ }));
170
+ };
171
+ Configuration.displayName = "Configuration";
172
+ var stdin_default = createBaseComponent(Configuration);
173
+ export {
174
+ stdin_default as default
175
+ };
@@ -0,0 +1,28 @@
1
+
2
+ import { BoxProps } from '@semcore/flex-box';
3
+ import { Intergalactic } from '@semcore/core';
4
+
5
+ type IllustrationProps = BoxProps & {
6
+ /**
7
+ * Main color of the illustration
8
+ **/
9
+ primaryColor?: string;
10
+ /**
11
+ * Secondary color of the illustration
12
+ **/
13
+ secondaryColor?: string;
14
+ /**
15
+ * Changes background fill of the illustration
16
+ **/
17
+ fill?: string;
18
+ /**
19
+ * Width of the illustration
20
+ **/
21
+ width?: string | number;
22
+ /**
23
+ * Height of the illustration
24
+ **/
25
+ height?: string | number;
26
+ }
27
+ declare const Illustration: Intergalactic.Component<'svg', IllustrationProps>;
28
+ export default Illustration;