@semcore/illustration 17.0.0 → 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.
- package/AccessDenied/index.d.ts +28 -0
- package/AccessDenied/index.js +242 -0
- package/AccessDenied/index.mjs +220 -0
- package/AccessLogIn/index.d.ts +28 -0
- package/AccessLogIn/index.js +344 -0
- package/AccessLogIn/index.mjs +322 -0
- package/AreaChart/index.d.ts +28 -0
- package/AreaChart/index.js +89 -0
- package/AreaChart/index.mjs +67 -0
- package/Blocked/index.d.ts +28 -0
- package/Blocked/index.js +493 -0
- package/Blocked/index.mjs +471 -0
- package/CHANGELOG.md +3 -73
- package/ChoroplethMapChart/index.d.ts +28 -0
- package/ChoroplethMapChart/index.js +111 -0
- package/ChoroplethMapChart/index.mjs +89 -0
- package/Coffee/index.d.ts +28 -0
- package/Coffee/index.js +96 -0
- package/Coffee/index.mjs +74 -0
- package/Collection/index.d.ts +28 -0
- package/Collection/index.js +90 -0
- package/Collection/index.mjs +68 -0
- package/CombinedChart/index.d.ts +28 -0
- package/CombinedChart/index.js +118 -0
- package/CombinedChart/index.mjs +96 -0
- package/Configuration/index.d.ts +28 -0
- package/Configuration/index.js +197 -0
- package/Configuration/index.mjs +175 -0
- package/Confirmation/index.d.ts +28 -0
- package/Confirmation/index.js +267 -0
- package/Confirmation/index.mjs +245 -0
- package/Congrats/index.d.ts +28 -0
- package/Congrats/index.js +147 -0
- package/Congrats/index.mjs +125 -0
- package/ConnectionLost/index.d.ts +28 -0
- package/ConnectionLost/index.js +299 -0
- package/ConnectionLost/index.mjs +277 -0
- package/DeletedAccount/index.d.ts +28 -0
- package/DeletedAccount/index.js +376 -0
- package/DeletedAccount/index.mjs +354 -0
- package/DeletedPage/index.d.ts +28 -0
- package/DeletedPage/index.js +81 -0
- package/DeletedPage/index.mjs +59 -0
- package/Dns/index.d.ts +28 -0
- package/Dns/index.js +180 -0
- package/Dns/index.mjs +158 -0
- package/DonutChart/index.d.ts +28 -0
- package/DonutChart/index.js +131 -0
- package/DonutChart/index.mjs +109 -0
- package/Duplicates/index.d.ts +28 -0
- package/Duplicates/index.js +108 -0
- package/Duplicates/index.mjs +86 -0
- package/Feedback/index.d.ts +28 -0
- package/Feedback/index.js +96 -0
- package/Feedback/index.mjs +74 -0
- package/FunnelChart/index.d.ts +28 -0
- package/FunnelChart/index.js +98 -0
- package/FunnelChart/index.mjs +76 -0
- package/Good/index.d.ts +28 -0
- package/Good/index.js +131 -0
- package/Good/index.mjs +109 -0
- package/HeatMapChart/index.d.ts +28 -0
- package/HeatMapChart/index.js +116 -0
- package/HeatMapChart/index.mjs +94 -0
- package/HorizontalBarChart/index.d.ts +28 -0
- package/HorizontalBarChart/index.js +102 -0
- package/HorizontalBarChart/index.mjs +80 -0
- package/KagiChart/index.d.ts +28 -0
- package/KagiChart/index.js +83 -0
- package/KagiChart/index.mjs +61 -0
- package/LineChart/index.d.ts +28 -0
- package/LineChart/index.js +86 -0
- package/LineChart/index.mjs +64 -0
- package/LollipopChart/index.d.ts +28 -0
- package/LollipopChart/index.js +103 -0
- package/LollipopChart/index.mjs +81 -0
- package/MailSent/index.d.ts +28 -0
- package/MailSent/index.js +142 -0
- package/MailSent/index.mjs +120 -0
- package/Maintenance/index.d.ts +28 -0
- package/Maintenance/index.js +363 -0
- package/Maintenance/index.mjs +341 -0
- package/Nexttime/index.d.ts +28 -0
- package/Nexttime/index.js +110 -0
- package/Nexttime/index.mjs +88 -0
- package/NoPayment/index.d.ts +28 -0
- package/NoPayment/index.js +304 -0
- package/NoPayment/index.mjs +282 -0
- package/NothingFound/index.d.ts +28 -0
- package/NothingFound/index.js +134 -0
- package/NothingFound/index.mjs +112 -0
- package/OtherData/index.d.ts +28 -0
- package/OtherData/index.js +117 -0
- package/OtherData/index.mjs +95 -0
- package/PageError/index.d.ts +28 -0
- package/PageError/index.js +224 -0
- package/PageError/index.mjs +202 -0
- package/PageNotFound/index.d.ts +28 -0
- package/PageNotFound/index.js +284 -0
- package/PageNotFound/index.mjs +262 -0
- package/PieChart/index.d.ts +28 -0
- package/PieChart/index.js +116 -0
- package/PieChart/index.mjs +94 -0
- package/Processing/index.d.ts +28 -0
- package/Processing/index.js +96 -0
- package/Processing/index.mjs +74 -0
- package/ProjectNotFound/index.d.ts +28 -0
- package/ProjectNotFound/index.js +247 -0
- package/ProjectNotFound/index.mjs +225 -0
- package/README.md +32 -5
- package/RadarChart/index.d.ts +28 -0
- package/RadarChart/index.js +95 -0
- package/RadarChart/index.mjs +73 -0
- package/RadialTreeChart/index.d.ts +28 -0
- package/RadialTreeChart/index.js +137 -0
- package/RadialTreeChart/index.mjs +115 -0
- package/SankeyChart/index.d.ts +28 -0
- package/SankeyChart/index.js +123 -0
- package/SankeyChart/index.mjs +101 -0
- package/ScatterPlotChart/index.d.ts +28 -0
- package/ScatterPlotChart/index.js +108 -0
- package/ScatterPlotChart/index.mjs +86 -0
- package/StackedAreaChart/index.d.ts +28 -0
- package/StackedAreaChart/index.js +110 -0
- package/StackedAreaChart/index.mjs +88 -0
- package/Suggestion/index.d.ts +28 -0
- package/Suggestion/index.js +94 -0
- package/Suggestion/index.mjs +72 -0
- package/Suggestions/index.d.ts +28 -0
- package/Suggestions/index.js +97 -0
- package/Suggestions/index.mjs +75 -0
- package/Table/index.d.ts +28 -0
- package/Table/index.js +81 -0
- package/Table/index.mjs +59 -0
- package/TagCloud/index.d.ts +28 -0
- package/TagCloud/index.js +108 -0
- package/TagCloud/index.mjs +86 -0
- package/TextLinksEtc/index.d.ts +28 -0
- package/TextLinksEtc/index.js +84 -0
- package/TextLinksEtc/index.mjs +62 -0
- package/Timeout/index.d.ts +28 -0
- package/Timeout/index.js +381 -0
- package/Timeout/index.mjs +359 -0
- package/UnderConstruction/index.d.ts +28 -0
- package/UnderConstruction/index.js +143 -0
- package/UnderConstruction/index.mjs +121 -0
- package/VennChart/index.d.ts +28 -0
- package/VennChart/index.js +109 -0
- package/VennChart/index.mjs +87 -0
- package/VerticalBarChart/index.d.ts +28 -0
- package/VerticalBarChart/index.js +103 -0
- package/VerticalBarChart/index.mjs +81 -0
- package/Waiting/index.d.ts +28 -0
- package/Waiting/index.js +96 -0
- package/Waiting/index.mjs +74 -0
- package/Warning/index.d.ts +28 -0
- package/Warning/index.js +91 -0
- package/Warning/index.mjs +69 -0
- package/clear.ts +25 -0
- package/lib/AccessDenied/index.js +26 -207
- package/lib/AccessDenied/index.mjs +18 -206
- package/lib/AccessLogIn/index.js +26 -309
- package/lib/AccessLogIn/index.mjs +18 -308
- package/lib/AreaChart/index.js +32 -54
- package/lib/AreaChart/index.mjs +24 -53
- package/lib/Blocked/index.js +118 -458
- package/lib/Blocked/index.mjs +110 -457
- package/lib/ChoroplethMapChart/index.js +34 -76
- package/lib/ChoroplethMapChart/index.mjs +26 -75
- package/lib/Coffee/index.js +29 -61
- package/lib/Coffee/index.mjs +21 -60
- package/lib/Collection/index.js +31 -55
- package/lib/Collection/index.mjs +23 -54
- package/lib/CombinedChart/index.js +36 -83
- package/lib/CombinedChart/index.mjs +28 -82
- package/lib/Configuration/index.js +47 -162
- package/lib/Configuration/index.mjs +39 -161
- package/lib/Confirmation/index.js +28 -232
- package/lib/Confirmation/index.mjs +20 -231
- package/lib/Congrats/index.js +23 -112
- package/lib/Congrats/index.mjs +15 -111
- package/lib/ConnectionLost/index.js +31 -264
- package/lib/ConnectionLost/index.mjs +23 -263
- package/lib/DeletedAccount/index.js +47 -341
- package/lib/DeletedAccount/index.mjs +39 -340
- package/lib/DeletedPage/index.js +23 -46
- package/lib/DeletedPage/index.mjs +15 -45
- package/lib/Dns/index.js +27 -145
- package/lib/Dns/index.mjs +19 -144
- package/lib/DonutChart/index.js +37 -96
- package/lib/DonutChart/index.mjs +29 -95
- package/lib/Duplicates/index.js +34 -73
- package/lib/Duplicates/index.mjs +26 -72
- package/lib/Feedback/index.js +31 -61
- package/lib/Feedback/index.mjs +23 -60
- package/lib/FunnelChart/index.js +33 -63
- package/lib/FunnelChart/index.mjs +25 -62
- package/lib/Good/index.js +38 -96
- package/lib/Good/index.mjs +30 -95
- package/lib/HeatMapChart/index.js +35 -81
- package/lib/HeatMapChart/index.mjs +27 -80
- package/lib/HorizontalBarChart/index.js +33 -67
- package/lib/HorizontalBarChart/index.mjs +25 -66
- package/lib/KagiChart/index.js +30 -48
- package/lib/KagiChart/index.mjs +22 -47
- package/lib/LineChart/index.js +31 -51
- package/lib/LineChart/index.mjs +23 -50
- package/lib/LollipopChart/index.js +33 -68
- package/lib/LollipopChart/index.mjs +25 -67
- package/lib/MailSent/index.js +23 -107
- package/lib/MailSent/index.mjs +15 -106
- package/lib/Maintenance/index.js +27 -328
- package/lib/Maintenance/index.mjs +19 -327
- package/lib/Nexttime/index.js +35 -75
- package/lib/Nexttime/index.mjs +27 -74
- package/lib/NoPayment/index.js +23 -269
- package/lib/NoPayment/index.mjs +15 -268
- package/lib/NothingFound/index.js +37 -99
- package/lib/NothingFound/index.mjs +29 -98
- package/lib/OtherData/index.js +35 -82
- package/lib/OtherData/index.mjs +27 -81
- package/lib/PageError/index.js +60 -189
- package/lib/PageError/index.mjs +52 -188
- package/lib/PageNotFound/index.js +78 -249
- package/lib/PageNotFound/index.mjs +70 -248
- package/lib/PieChart/index.js +35 -81
- package/lib/PieChart/index.mjs +27 -80
- package/lib/Processing/index.js +32 -61
- package/lib/Processing/index.mjs +24 -60
- package/lib/ProjectNotFound/index.js +60 -212
- package/lib/ProjectNotFound/index.mjs +52 -211
- package/lib/RadarChart/index.js +32 -60
- package/lib/RadarChart/index.mjs +24 -59
- package/lib/RadialTreeChart/index.js +38 -102
- package/lib/RadialTreeChart/index.mjs +30 -101
- package/lib/SankeyChart/index.js +36 -88
- package/lib/SankeyChart/index.mjs +28 -87
- package/lib/ScatterPlotChart/index.js +34 -73
- package/lib/ScatterPlotChart/index.mjs +26 -72
- package/lib/StackedAreaChart/index.js +36 -75
- package/lib/StackedAreaChart/index.mjs +28 -74
- package/lib/Suggestion/index.js +32 -59
- package/lib/Suggestion/index.mjs +24 -58
- package/lib/Suggestions/index.js +32 -62
- package/lib/Suggestions/index.mjs +24 -61
- package/lib/Table/index.js +29 -46
- package/lib/Table/index.mjs +21 -45
- package/lib/TagCloud/index.js +34 -73
- package/lib/TagCloud/index.mjs +26 -72
- package/lib/TextLinksEtc/index.js +30 -49
- package/lib/TextLinksEtc/index.mjs +22 -48
- package/lib/Timeout/index.js +26 -346
- package/lib/Timeout/index.mjs +18 -345
- package/lib/UnderConstruction/index.js +40 -108
- package/lib/UnderConstruction/index.mjs +32 -107
- package/lib/VennChart/index.js +34 -74
- package/lib/VennChart/index.mjs +26 -73
- package/lib/VerticalBarChart/index.js +33 -68
- package/lib/VerticalBarChart/index.mjs +25 -67
- package/lib/Waiting/index.js +33 -61
- package/lib/Waiting/index.mjs +25 -60
- package/lib/Warning/index.js +31 -56
- package/lib/Warning/index.mjs +23 -55
- package/lib/cjs/index.js +8 -7
- package/lib/cjs/index.js.map +1 -1
- package/lib/es6/index.js +8 -6
- package/lib/es6/index.js.map +1 -1
- package/lib/esm/index.mjs +8 -6
- package/package.json +173 -169
- package/transform.ts +20 -21
- package/types/svg-to-jsx.d.ts +1 -1
- package/vite.config.ts +0 -24
package/Good/index.js
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
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 Good = ({ 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: "M14.121 65.868c6.624 6.624 15.769 10.716 25.863 10.716v2.51c0 .502.414.917.916.906 21.367-.48 38.598-17.711 39.089-39.089a.906.906 0 0 0-.906-.916h-2.51c0-20.21-16.38-36.59-36.59-36.59v-2.5A.906.906 0 0 0 39.068 0c-10.356.23-19.74 4.398-26.714 11.066a.884.884 0 0 0 0 1.287l1.768 1.779C7.497 20.756 3.405 29.9 3.405 39.995H.906A.906.906 0 0 0 0 40.91c.23 10.345 4.398 19.73 11.066 26.714a.884.884 0 0 0 1.287 0l1.779-1.768-.011.011Z",
|
|
45
|
+
fill: resolvedPrimaryColor
|
|
46
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
47
|
+
d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
|
|
48
|
+
fill: resolvedPrimaryColor,
|
|
49
|
+
stroke: resolvedSecondaryColor,
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round",
|
|
52
|
+
strokeWidth: ".7"
|
|
53
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
54
|
+
d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
|
|
55
|
+
fill: "#fff",
|
|
56
|
+
stroke: resolvedSecondaryColor,
|
|
57
|
+
strokeLinecap: "round",
|
|
58
|
+
strokeLinejoin: "round",
|
|
59
|
+
strokeWidth: ".7"
|
|
60
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
61
|
+
d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.146-.638 6.25 1.286 7.053 4.378l1.226 4.669.011-.01Z",
|
|
62
|
+
fill: resolvedSecondaryColor
|
|
63
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
64
|
+
d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
|
|
65
|
+
fill: "#fff"
|
|
66
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
67
|
+
d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
|
|
68
|
+
fill: resolvedPrimaryColor
|
|
69
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
70
|
+
d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
|
|
71
|
+
fill: resolvedSecondaryColor
|
|
72
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
73
|
+
d: "m41.09 56.868-14.122 3.754-3.884-13.531a2.196 2.196 0 0 1 1.582-2.728l10.05-2.445a2.191 2.191 0 0 1 2.62 1.528l3.753 13.412v.01Z",
|
|
74
|
+
fill: resolvedPrimaryColor,
|
|
75
|
+
stroke: resolvedSecondaryColor,
|
|
76
|
+
strokeLinecap: "round",
|
|
77
|
+
strokeLinejoin: "round",
|
|
78
|
+
strokeWidth: ".7"
|
|
79
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
80
|
+
d: "M54.686 53.256 41.1 56.868l-6.984-24.924a2.183 2.183 0 0 1 1.615-2.717l9.625-2.172a2.179 2.179 0 0 1 2.586 1.55l6.733 24.651h.011Z",
|
|
81
|
+
fill: "#fff",
|
|
82
|
+
stroke: resolvedSecondaryColor,
|
|
83
|
+
strokeLinecap: "round",
|
|
84
|
+
strokeLinejoin: "round",
|
|
85
|
+
strokeWidth: ".7"
|
|
86
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
87
|
+
d: "m67.77 49.775-13.084 3.481-4.528-16.565a2.18 2.18 0 0 1 1.604-2.695l9.035-2.15a2.188 2.188 0 0 1 2.62 1.56l4.364 16.37h-.01Z",
|
|
88
|
+
fill: "#fff",
|
|
89
|
+
stroke: resolvedSecondaryColor,
|
|
90
|
+
strokeLinecap: "round",
|
|
91
|
+
strokeLinejoin: "round",
|
|
92
|
+
strokeWidth: ".7"
|
|
93
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
94
|
+
d: "M24.11 61.386 70.312 49.1",
|
|
95
|
+
stroke: resolvedSecondaryColor,
|
|
96
|
+
strokeLinecap: "round",
|
|
97
|
+
strokeLinejoin: "round",
|
|
98
|
+
strokeWidth: ".7"
|
|
99
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
100
|
+
d: "m41.504 30.427 1.637 1.714a.42.42 0 0 0 .338.12l2.433-.24a.405.405 0 0 1 .371.633l-1.222 1.767a.386.386 0 0 0-.032.404l.927 1.899a.405.405 0 0 1-.447.578l-2.423-.49a.387.387 0 0 0-.338.087l-1.91 1.538a.4.4 0 0 1-.655-.283l-.174-2.15a.412.412 0 0 0-.218-.328l-2.052-1.036c-.316-.164-.295-.622.044-.742l2.248-.84a.411.411 0 0 0 .25-.284l.546-2.172a.41.41 0 0 1 .688-.185l-.011.01Z",
|
|
101
|
+
fill: resolvedSecondaryColor
|
|
102
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
103
|
+
d: "M76.238 48.782c-1.778-6.394-8.413-10.497-14.83-9.155-1.091.229-2.106.61-3.033 1.102l-.371-.36-2.336 2.357h.011c-2.695 2.75-3.852 6.831-2.695 10.978 1.8 6.427 8.468 10.509 14.884 9.134a11.108 11.108 0 0 0 5.424-2.87l2.455-2.467-.36-.338c1.277-2.444 1.659-5.39.83-8.37l.021-.01Z",
|
|
104
|
+
fill: resolvedSecondaryColor,
|
|
105
|
+
stroke: resolvedSecondaryColor,
|
|
106
|
+
strokeLinecap: "round",
|
|
107
|
+
strokeLinejoin: "round",
|
|
108
|
+
strokeWidth: ".7"
|
|
109
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
110
|
+
d: "M78.442 46.545c1.78 6.395-1.953 12.68-8.358 14.055-6.417 1.375-13.095-2.706-14.885-9.133-1.8-6.428 1.975-12.735 8.413-14.088 6.417-1.343 13.052 2.76 14.83 9.155v.011Z",
|
|
111
|
+
fill: "#fff",
|
|
112
|
+
stroke: resolvedSecondaryColor,
|
|
113
|
+
strokeLinecap: "round",
|
|
114
|
+
strokeLinejoin: "round",
|
|
115
|
+
strokeWidth: ".7"
|
|
116
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
117
|
+
d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
|
|
118
|
+
fill: "#fff"
|
|
119
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
120
|
+
d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
|
|
121
|
+
stroke: resolvedSecondaryColor,
|
|
122
|
+
strokeLinecap: "round",
|
|
123
|
+
strokeLinejoin: "round",
|
|
124
|
+
strokeWidth: ".7"
|
|
125
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
126
|
+
d: "M63.045 46.862c.186.676-.207 1.353-.895 1.495a1.367 1.367 0 0 1-1.582-.971c-.185-.688.207-1.354.895-1.495.687-.142 1.386.294 1.582.97ZM71.371 44.559c.186.677-.207 1.353-.894 1.495a1.367 1.367 0 0 1-1.583-.971c-.185-.688.208-1.353.895-1.495.688-.142 1.386.294 1.582.971Z",
|
|
127
|
+
fill: resolvedSecondaryColor
|
|
128
|
+
}));
|
|
129
|
+
};
|
|
130
|
+
Good.displayName = "Good";
|
|
131
|
+
var stdin_default = (0, import_core.createBaseComponent)(Good);
|
package/Good/index.mjs
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
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 Good = ({ 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: "M14.121 65.868c6.624 6.624 15.769 10.716 25.863 10.716v2.51c0 .502.414.917.916.906 21.367-.48 38.598-17.711 39.089-39.089a.906.906 0 0 0-.906-.916h-2.51c0-20.21-16.38-36.59-36.59-36.59v-2.5A.906.906 0 0 0 39.068 0c-10.356.23-19.74 4.398-26.714 11.066a.884.884 0 0 0 0 1.287l1.768 1.779C7.497 20.756 3.405 29.9 3.405 39.995H.906A.906.906 0 0 0 0 40.91c.23 10.345 4.398 19.73 11.066 26.714a.884.884 0 0 0 1.287 0l1.779-1.768-.011.011Z",
|
|
20
|
+
fill: resolvedPrimaryColor
|
|
21
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22
|
+
d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
|
|
23
|
+
fill: resolvedPrimaryColor,
|
|
24
|
+
stroke: resolvedSecondaryColor,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round",
|
|
27
|
+
strokeWidth: ".7"
|
|
28
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
29
|
+
d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
stroke: resolvedSecondaryColor,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round",
|
|
34
|
+
strokeWidth: ".7"
|
|
35
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
36
|
+
d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.146-.638 6.25 1.286 7.053 4.378l1.226 4.669.011-.01Z",
|
|
37
|
+
fill: resolvedSecondaryColor
|
|
38
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
39
|
+
d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
|
|
40
|
+
fill: "#fff"
|
|
41
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
42
|
+
d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
|
|
43
|
+
fill: resolvedPrimaryColor
|
|
44
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
45
|
+
d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
|
|
46
|
+
fill: resolvedSecondaryColor
|
|
47
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
48
|
+
d: "m41.09 56.868-14.122 3.754-3.884-13.531a2.196 2.196 0 0 1 1.582-2.728l10.05-2.445a2.191 2.191 0 0 1 2.62 1.528l3.753 13.412v.01Z",
|
|
49
|
+
fill: resolvedPrimaryColor,
|
|
50
|
+
stroke: resolvedSecondaryColor,
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round",
|
|
53
|
+
strokeWidth: ".7"
|
|
54
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
55
|
+
d: "M54.686 53.256 41.1 56.868l-6.984-24.924a2.183 2.183 0 0 1 1.615-2.717l9.625-2.172a2.179 2.179 0 0 1 2.586 1.55l6.733 24.651h.011Z",
|
|
56
|
+
fill: "#fff",
|
|
57
|
+
stroke: resolvedSecondaryColor,
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round",
|
|
60
|
+
strokeWidth: ".7"
|
|
61
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
62
|
+
d: "m67.77 49.775-13.084 3.481-4.528-16.565a2.18 2.18 0 0 1 1.604-2.695l9.035-2.15a2.188 2.188 0 0 1 2.62 1.56l4.364 16.37h-.01Z",
|
|
63
|
+
fill: "#fff",
|
|
64
|
+
stroke: resolvedSecondaryColor,
|
|
65
|
+
strokeLinecap: "round",
|
|
66
|
+
strokeLinejoin: "round",
|
|
67
|
+
strokeWidth: ".7"
|
|
68
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
69
|
+
d: "M24.11 61.386 70.312 49.1",
|
|
70
|
+
stroke: resolvedSecondaryColor,
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round",
|
|
73
|
+
strokeWidth: ".7"
|
|
74
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
75
|
+
d: "m41.504 30.427 1.637 1.714a.42.42 0 0 0 .338.12l2.433-.24a.405.405 0 0 1 .371.633l-1.222 1.767a.386.386 0 0 0-.032.404l.927 1.899a.405.405 0 0 1-.447.578l-2.423-.49a.387.387 0 0 0-.338.087l-1.91 1.538a.4.4 0 0 1-.655-.283l-.174-2.15a.412.412 0 0 0-.218-.328l-2.052-1.036c-.316-.164-.295-.622.044-.742l2.248-.84a.411.411 0 0 0 .25-.284l.546-2.172a.41.41 0 0 1 .688-.185l-.011.01Z",
|
|
76
|
+
fill: resolvedSecondaryColor
|
|
77
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
78
|
+
d: "M76.238 48.782c-1.778-6.394-8.413-10.497-14.83-9.155-1.091.229-2.106.61-3.033 1.102l-.371-.36-2.336 2.357h.011c-2.695 2.75-3.852 6.831-2.695 10.978 1.8 6.427 8.468 10.509 14.884 9.134a11.108 11.108 0 0 0 5.424-2.87l2.455-2.467-.36-.338c1.277-2.444 1.659-5.39.83-8.37l.021-.01Z",
|
|
79
|
+
fill: resolvedSecondaryColor,
|
|
80
|
+
stroke: resolvedSecondaryColor,
|
|
81
|
+
strokeLinecap: "round",
|
|
82
|
+
strokeLinejoin: "round",
|
|
83
|
+
strokeWidth: ".7"
|
|
84
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
85
|
+
d: "M78.442 46.545c1.78 6.395-1.953 12.68-8.358 14.055-6.417 1.375-13.095-2.706-14.885-9.133-1.8-6.428 1.975-12.735 8.413-14.088 6.417-1.343 13.052 2.76 14.83 9.155v.011Z",
|
|
86
|
+
fill: "#fff",
|
|
87
|
+
stroke: resolvedSecondaryColor,
|
|
88
|
+
strokeLinecap: "round",
|
|
89
|
+
strokeLinejoin: "round",
|
|
90
|
+
strokeWidth: ".7"
|
|
91
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
92
|
+
d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
|
|
93
|
+
fill: "#fff"
|
|
94
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
95
|
+
d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
|
|
96
|
+
stroke: resolvedSecondaryColor,
|
|
97
|
+
strokeLinecap: "round",
|
|
98
|
+
strokeLinejoin: "round",
|
|
99
|
+
strokeWidth: ".7"
|
|
100
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
101
|
+
d: "M63.045 46.862c.186.676-.207 1.353-.895 1.495a1.367 1.367 0 0 1-1.582-.971c-.185-.688.207-1.354.895-1.495.687-.142 1.386.294 1.582.97ZM71.371 44.559c.186.677-.207 1.353-.894 1.495a1.367 1.367 0 0 1-1.583-.971c-.185-.688.208-1.353.895-1.495.688-.142 1.386.294 1.582.971Z",
|
|
102
|
+
fill: resolvedSecondaryColor
|
|
103
|
+
}));
|
|
104
|
+
};
|
|
105
|
+
Good.displayName = "Good";
|
|
106
|
+
var stdin_default = createBaseComponent(Good);
|
|
107
|
+
export {
|
|
108
|
+
stdin_default as default
|
|
109
|
+
};
|
|
@@ -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,116 @@
|
|
|
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 HeatMapChart = ({ 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: "M67.364 24.729c-2.417-7.82-7.25-15.333-13.721-20.545-.234-.23-.624-.23-.858-.077L42.34 8.783c-9.355-1.686-18.71-2.07-27.754 1.227-.312.076-.546.383-.546.766-.156 2.53-.701 13.033-.701 13.033C7.1 30.249 2.189 38.45 1.02 47.267c-.078.307.078.613.39.767L12.636 55.7c2.417 7.82 7.25 15.332 13.721 20.545.234.23.624.23.858.077l10.446-4.677c9.355 1.687 18.71 2.07 27.754-1.226.312-.077.546-.383.546-.767l.701-13.032C72.9 50.18 77.811 41.978 78.98 33.16c.078-.306-.078-.613-.39-.766l-11.226-7.666Z",
|
|
45
|
+
fill: resolvedPrimaryColor
|
|
46
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
47
|
+
d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-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.638 5.638 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.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33Z",
|
|
55
|
+
fill: "#fff"
|
|
56
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
57
|
+
d: "M65.448 18.818 11.064 30.76l-1.34-4.69c-.962-3.372 1.157-6.852 4.594-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z",
|
|
58
|
+
fill: resolvedSecondaryColor
|
|
59
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
60
|
+
d: "M18.394 23.427a1.873 1.873 0 0 1-1.415 2.367c-1.081.238-2.227-.454-2.53-1.524a1.868 1.868 0 0 1 1.427-2.366c1.092-.227 2.216.464 2.518 1.534v-.01Z",
|
|
61
|
+
fill: "#fff"
|
|
62
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
63
|
+
d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.07-.227 2.173.465 2.464 1.524v.01Z",
|
|
64
|
+
fill: resolvedPrimaryColor
|
|
65
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
66
|
+
d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.51 6.51 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l1.395 4.907 3.458-5.966v.01Z",
|
|
67
|
+
fill: resolvedSecondaryColor
|
|
68
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
69
|
+
d: "M71.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33ZM19.282 32.609l8.268 29.429",
|
|
70
|
+
stroke: resolvedSecondaryColor,
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round",
|
|
73
|
+
strokeWidth: ".7"
|
|
74
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
75
|
+
d: "m49.294 39.69-8.862 2.172a.795.795 0 0 1-.952-.562l-2.107-7.662a.786.786 0 0 1 .584-.973l8.927-2.054a.787.787 0 0 1 .94.562l2.043 7.555a.784.784 0 0 1-.573.972v-.01Z",
|
|
76
|
+
fill: resolvedSecondaryColor,
|
|
77
|
+
stroke: resolvedSecondaryColor,
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeLinejoin: "round",
|
|
80
|
+
strokeWidth: ".7"
|
|
81
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
82
|
+
d: "m62.574 36.432-8.462 2.075a.793.793 0 0 1-.951-.562l-2.021-7.5a.786.786 0 0 1 .583-.973l8.517-1.967a.787.787 0 0 1 .94.562l1.956 7.392a.8.8 0 0 1-.573.973h.01Z",
|
|
83
|
+
fill: resolvedPrimaryColor,
|
|
84
|
+
stroke: resolvedSecondaryColor,
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
|
+
strokeWidth: ".7"
|
|
88
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
89
|
+
d: "m38.863 54.75-9.187 2.41a.795.795 0 0 1-.962-.55l-2.172-7.76a.795.795 0 0 1 .573-.984l9.251-2.302c.41-.108.832.14.951.551l2.108 7.652a.79.79 0 0 1-.562.972v.011Z",
|
|
90
|
+
fill: resolvedSecondaryColor,
|
|
91
|
+
stroke: resolvedSecondaryColor,
|
|
92
|
+
strokeLinecap: "round",
|
|
93
|
+
strokeLinejoin: "round",
|
|
94
|
+
strokeWidth: ".7"
|
|
95
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
96
|
+
d: "m52.417 51.2-8.776 2.303a.795.795 0 0 1-.962-.551l-2.086-7.587a.784.784 0 0 1 .573-.973l8.84-2.194a.776.776 0 0 1 .952.562l2.02 7.479a.795.795 0 0 1-.561.973V51.2Z",
|
|
97
|
+
fill: resolvedPrimaryColor,
|
|
98
|
+
stroke: resolvedSecondaryColor,
|
|
99
|
+
strokeLinecap: "round",
|
|
100
|
+
strokeLinejoin: "round",
|
|
101
|
+
strokeWidth: ".7"
|
|
102
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
103
|
+
d: "m35.61 43.041-9.283 2.27a.797.797 0 0 1-.951-.551l-2.194-7.846a.794.794 0 0 1 .584-.984l9.348-2.15a.793.793 0 0 1 .94.561l2.13 7.728a.78.78 0 0 1-.573.972v0ZM65.589 47.736l-8.387 2.205a.788.788 0 0 1-.962-.562l-2-7.425a.789.789 0 0 1 .574-.972l8.44-2.097a.785.785 0 0 1 .951.562l1.935 7.317a.788.788 0 0 1-.562.961l.01.011Z",
|
|
104
|
+
stroke: resolvedSecondaryColor,
|
|
105
|
+
strokeLinecap: "round",
|
|
106
|
+
strokeLinejoin: "round",
|
|
107
|
+
strokeWidth: ".7"
|
|
108
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
109
|
+
d: "m57.904 40.186-2.901 4.235M64.13 38.842 56.53 49.875M65.594 44.448l-2.68 3.91M24.055 39.881l3.265-4.76M33.47 33.893l-7.814 11.263M35.375 38.938l-3.49 5.008",
|
|
110
|
+
stroke: resolvedSecondaryColor,
|
|
111
|
+
strokeMiterlimit: "10",
|
|
112
|
+
strokeWidth: ".7"
|
|
113
|
+
}));
|
|
114
|
+
};
|
|
115
|
+
HeatMapChart.displayName = "HeatMapChart";
|
|
116
|
+
var stdin_default = (0, import_core.createBaseComponent)(HeatMapChart);
|
|
@@ -0,0 +1,94 @@
|
|
|
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 HeatMapChart = ({ 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: "M67.364 24.729c-2.417-7.82-7.25-15.333-13.721-20.545-.234-.23-.624-.23-.858-.077L42.34 8.783c-9.355-1.686-18.71-2.07-27.754 1.227-.312.076-.546.383-.546.766-.156 2.53-.701 13.033-.701 13.033C7.1 30.249 2.189 38.45 1.02 47.267c-.078.307.078.613.39.767L12.636 55.7c2.417 7.82 7.25 15.332 13.721 20.545.234.23.624.23.858.077l10.446-4.677c9.355 1.687 18.71 2.07 27.754-1.226.312-.077.546-.383.546-.767l.701-13.032C72.9 50.18 77.811 41.978 78.98 33.16c.078-.306-.078-.613-.39-.766l-11.226-7.666Z",
|
|
20
|
+
fill: resolvedPrimaryColor
|
|
21
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22
|
+
d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-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.638 5.638 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.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33Z",
|
|
30
|
+
fill: "#fff"
|
|
31
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
32
|
+
d: "M65.448 18.818 11.064 30.76l-1.34-4.69c-.962-3.372 1.157-6.852 4.594-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z",
|
|
33
|
+
fill: resolvedSecondaryColor
|
|
34
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
35
|
+
d: "M18.394 23.427a1.873 1.873 0 0 1-1.415 2.367c-1.081.238-2.227-.454-2.53-1.524a1.868 1.868 0 0 1 1.427-2.366c1.092-.227 2.216.464 2.518 1.534v-.01Z",
|
|
36
|
+
fill: "#fff"
|
|
37
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
38
|
+
d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.07-.227 2.173.465 2.464 1.524v.01Z",
|
|
39
|
+
fill: resolvedPrimaryColor
|
|
40
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
41
|
+
d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.51 6.51 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l1.395 4.907 3.458-5.966v.01Z",
|
|
42
|
+
fill: resolvedSecondaryColor
|
|
43
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
44
|
+
d: "M71.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33ZM19.282 32.609l8.268 29.429",
|
|
45
|
+
stroke: resolvedSecondaryColor,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeWidth: ".7"
|
|
49
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
50
|
+
d: "m49.294 39.69-8.862 2.172a.795.795 0 0 1-.952-.562l-2.107-7.662a.786.786 0 0 1 .584-.973l8.927-2.054a.787.787 0 0 1 .94.562l2.043 7.555a.784.784 0 0 1-.573.972v-.01Z",
|
|
51
|
+
fill: resolvedSecondaryColor,
|
|
52
|
+
stroke: resolvedSecondaryColor,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round",
|
|
55
|
+
strokeWidth: ".7"
|
|
56
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
57
|
+
d: "m62.574 36.432-8.462 2.075a.793.793 0 0 1-.951-.562l-2.021-7.5a.786.786 0 0 1 .583-.973l8.517-1.967a.787.787 0 0 1 .94.562l1.956 7.392a.8.8 0 0 1-.573.973h.01Z",
|
|
58
|
+
fill: resolvedPrimaryColor,
|
|
59
|
+
stroke: resolvedSecondaryColor,
|
|
60
|
+
strokeLinecap: "round",
|
|
61
|
+
strokeLinejoin: "round",
|
|
62
|
+
strokeWidth: ".7"
|
|
63
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
64
|
+
d: "m38.863 54.75-9.187 2.41a.795.795 0 0 1-.962-.55l-2.172-7.76a.795.795 0 0 1 .573-.984l9.251-2.302c.41-.108.832.14.951.551l2.108 7.652a.79.79 0 0 1-.562.972v.011Z",
|
|
65
|
+
fill: resolvedSecondaryColor,
|
|
66
|
+
stroke: resolvedSecondaryColor,
|
|
67
|
+
strokeLinecap: "round",
|
|
68
|
+
strokeLinejoin: "round",
|
|
69
|
+
strokeWidth: ".7"
|
|
70
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
71
|
+
d: "m52.417 51.2-8.776 2.303a.795.795 0 0 1-.962-.551l-2.086-7.587a.784.784 0 0 1 .573-.973l8.84-2.194a.776.776 0 0 1 .952.562l2.02 7.479a.795.795 0 0 1-.561.973V51.2Z",
|
|
72
|
+
fill: resolvedPrimaryColor,
|
|
73
|
+
stroke: resolvedSecondaryColor,
|
|
74
|
+
strokeLinecap: "round",
|
|
75
|
+
strokeLinejoin: "round",
|
|
76
|
+
strokeWidth: ".7"
|
|
77
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
78
|
+
d: "m35.61 43.041-9.283 2.27a.797.797 0 0 1-.951-.551l-2.194-7.846a.794.794 0 0 1 .584-.984l9.348-2.15a.793.793 0 0 1 .94.561l2.13 7.728a.78.78 0 0 1-.573.972v0ZM65.589 47.736l-8.387 2.205a.788.788 0 0 1-.962-.562l-2-7.425a.789.789 0 0 1 .574-.972l8.44-2.097a.785.785 0 0 1 .951.562l1.935 7.317a.788.788 0 0 1-.562.961l.01.011Z",
|
|
79
|
+
stroke: resolvedSecondaryColor,
|
|
80
|
+
strokeLinecap: "round",
|
|
81
|
+
strokeLinejoin: "round",
|
|
82
|
+
strokeWidth: ".7"
|
|
83
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
84
|
+
d: "m57.904 40.186-2.901 4.235M64.13 38.842 56.53 49.875M65.594 44.448l-2.68 3.91M24.055 39.881l3.265-4.76M33.47 33.893l-7.814 11.263M35.375 38.938l-3.49 5.008",
|
|
85
|
+
stroke: resolvedSecondaryColor,
|
|
86
|
+
strokeMiterlimit: "10",
|
|
87
|
+
strokeWidth: ".7"
|
|
88
|
+
}));
|
|
89
|
+
};
|
|
90
|
+
HeatMapChart.displayName = "HeatMapChart";
|
|
91
|
+
var stdin_default = createBaseComponent(HeatMapChart);
|
|
92
|
+
export {
|
|
93
|
+
stdin_default as default
|
|
94
|
+
};
|
|
@@ -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,102 @@
|
|
|
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 HorizontalBarChart = ({ 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: "M26.955 1c-.451 0-.902.18-1.173.541l-13.89 13.89c-14.523 14.523-14.523 38.155 0 52.677 14.522 14.522 38.154 14.522 52.676 0l13.89-13.89c.362-.361.542-.722.542-1.173V1.992c0-.541-.451-.992-.992-.992H26.955Z",
|
|
45
|
+
fill: resolvedPrimaryColor
|
|
46
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
47
|
+
d: "M65.925 57.617s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-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.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.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.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.755 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33Z",
|
|
55
|
+
fill: "#fff"
|
|
56
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
57
|
+
d: "M65.448 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z",
|
|
58
|
+
fill: resolvedSecondaryColor
|
|
59
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
60
|
+
d: "M18.404 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.08.238-2.226-.454-2.528-1.523a1.868 1.868 0 0 1 1.426-2.367c1.092-.227 2.216.465 2.518 1.534v-.01Z",
|
|
61
|
+
fill: "#fff"
|
|
62
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
63
|
+
d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
|
|
64
|
+
fill: resolvedPrimaryColor
|
|
65
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
66
|
+
d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.51 6.51 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.395 4.907 3.458-5.966v.01Z",
|
|
67
|
+
fill: resolvedSecondaryColor
|
|
68
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
69
|
+
d: "M71.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.755 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33ZM21.44 30.445l8.96 31.396",
|
|
70
|
+
stroke: resolvedSecondaryColor,
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round",
|
|
73
|
+
strokeWidth: ".7"
|
|
74
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
75
|
+
d: "m39.11 36.056-11.824 2.799-1.697-5.955 11.953-2.723a.793.793 0 0 1 .94.562l1.21 4.344a.794.794 0 0 1-.583.984v-.011Z",
|
|
76
|
+
stroke: resolvedSecondaryColor,
|
|
77
|
+
strokeLinecap: "round",
|
|
78
|
+
strokeLinejoin: "round",
|
|
79
|
+
strokeWidth: ".7"
|
|
80
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
81
|
+
d: "m62.377 40.292-32.39 8.106-1.675-5.912 32.563-7.867a.804.804 0 0 1 .951.562l1.124 4.139a.789.789 0 0 1-.573.972Z",
|
|
82
|
+
fill: resolvedSecondaryColor,
|
|
83
|
+
stroke: resolvedSecondaryColor,
|
|
84
|
+
strokeLinecap: "round",
|
|
85
|
+
strokeLinejoin: "round",
|
|
86
|
+
strokeWidth: ".7"
|
|
87
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
88
|
+
d: "M57.244 51.393 32.69 57.89l-1.665-5.869L55.71 45.71a.795.795 0 0 1 .962.55l1.134 4.162a.795.795 0 0 1-.562.972Z",
|
|
89
|
+
fill: resolvedPrimaryColor,
|
|
90
|
+
stroke: resolvedSecondaryColor,
|
|
91
|
+
strokeLinecap: "round",
|
|
92
|
+
strokeLinejoin: "round",
|
|
93
|
+
strokeWidth: ".7"
|
|
94
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
95
|
+
d: "m26.438 35.61 2.356-3.465M34.979 30.83l-5.103 7.442M39.004 32.722l-2.72 3.968",
|
|
96
|
+
stroke: resolvedSecondaryColor,
|
|
97
|
+
strokeMiterlimit: "10",
|
|
98
|
+
strokeWidth: ".7"
|
|
99
|
+
}));
|
|
100
|
+
};
|
|
101
|
+
HorizontalBarChart.displayName = "HorizontalBarChart";
|
|
102
|
+
var stdin_default = (0, import_core.createBaseComponent)(HorizontalBarChart);
|