highsoft-ui 1.0.111 → 1.0.113
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/dist/Button-Bbc4vmW_.js +45 -0
- package/dist/Container-LAkF4ShX.js +11 -0
- package/dist/CookiePolicyModal-BH2uHybE.js +90 -0
- package/dist/Footer-DY0QJnxb.js +783 -0
- package/dist/GPTInput-DRFGKJ2u.js +66 -0
- package/dist/Header-DbSqXuvO.js +383 -0
- package/dist/Logo-CZ5LYqub.js +194 -0
- package/dist/NewTag-C-3mRyvV.js +26 -0
- package/dist/Notification-_vWBqFiA.js +96 -0
- package/dist/PrefPanel-DmiRZs1n.js +1548 -0
- package/dist/Search-D_fsZ-hm.js +4673 -0
- package/dist/clsx-ROFf4vs9.js +16 -0
- package/dist/components/Button/index.js +2 -81
- package/dist/components/Container/index.js +2 -11
- package/dist/components/Footer/CookiePolicyModal.js +2 -9
- package/dist/components/Footer/index.js +2 -833
- package/dist/components/GPTInput/index.js +2 -86
- package/dist/components/Header/index.js +2 -611
- package/dist/components/Logo/index.js +2 -255
- package/dist/components/NewTag/index.js +2 -54
- package/dist/components/Notification/index.js +2 -100
- package/dist/components/PrefPanel/index.js +2 -1945
- package/dist/components/Search/index.js +2 -9
- package/dist/components/ThemeLoader/index.js +6 -34
- package/dist/components/icons/Bubble.js +37 -52
- package/dist/components/icons/MadeInNorway.js +110 -145
- package/dist/components/icons/Plane.js +17 -23
- package/dist/dist-0f0-S8_q.js +211 -0
- package/dist/dist-CjrKJb_1.js +27 -0
- package/dist/es2015-CzBBLWyD.js +1140 -0
- package/dist/esm-C1TDRARf.js +479 -0
- package/dist/highsoft-ui.css +2 -1
- package/dist/main.js +12 -28
- package/dist/php-client.js +9 -9
- package/dist/php.js +10 -16
- package/dist/utils-C4QGLbxr.js +162 -0
- package/dist/utils.js +2 -11
- package/package.json +14 -8
- package/dist/Announcement03-obPaH4LK.js +0 -23
- package/dist/Check-Cm4roSEj.js +0 -23
- package/dist/CookiePolicyModal-C5FOuvB-.js +0 -82
- package/dist/XClose-CCu1vrNS.js +0 -23
- package/dist/clsx-OuTLNxxd.js +0 -16
- package/dist/extends-hS2Bh-Yp.js +0 -12
- package/dist/index-CUCGgBGk.js +0 -5654
- package/dist/index-CYz8LhDn.js +0 -1110
- package/dist/index-DThcOQDt.js +0 -234
- package/dist/index-hYJmp-0x.js +0 -30
- package/dist/utils-BKDJp1i0.js +0 -140
- /package/dist/{components → lib/components}/Button/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Container/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Footer/CookiePolicyModal.d.ts +0 -0
- /package/dist/{components → lib/components}/Footer/index.d.ts +0 -0
- /package/dist/{components → lib/components}/GPTInput/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Header/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Logo/index.d.ts +0 -0
- /package/dist/{components → lib/components}/NewTag/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Notification/index.d.ts +0 -0
- /package/dist/{components → lib/components}/PrefPanel/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Search/index.d.ts +0 -0
- /package/dist/{components → lib/components}/ThemeLoader/index.d.ts +0 -0
- /package/dist/{components → lib/components}/icons/Bubble.d.ts +0 -0
- /package/dist/{components → lib/components}/icons/MadeInNorway.d.ts +0 -0
- /package/dist/{components → lib/components}/icons/Plane.d.ts +0 -0
- /package/dist/{main.d.ts → lib/main.d.ts} +0 -0
- /package/dist/{php-client.d.ts → lib/php-client.d.ts} +0 -0
- /package/dist/{php.d.ts → lib/php.d.ts} +0 -0
- /package/dist/{utils.d.ts → lib/utils.d.ts} +0 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { t as e } from "./clsx-ROFf4vs9.js";
|
|
2
|
+
import t from "./components/icons/Bubble.js";
|
|
3
|
+
import n from "./components/icons/Plane.js";
|
|
4
|
+
import { useLayoutEffect as r, useRef as i, useState as a } from "react";
|
|
5
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
6
|
+
var c = {
|
|
7
|
+
bottomFade: "_1KLR0a_bottomFade",
|
|
8
|
+
button: "_1KLR0a_button",
|
|
9
|
+
disclaimer: "_1KLR0a_disclaimer",
|
|
10
|
+
inputContainer: "_1KLR0a_inputContainer",
|
|
11
|
+
inputWrap: "_1KLR0a_inputWrap",
|
|
12
|
+
primary: "_1KLR0a_primary",
|
|
13
|
+
secondary: "_1KLR0a_secondary",
|
|
14
|
+
textarea: "_1KLR0a_textarea"
|
|
15
|
+
};
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region lib/components/GPTInput/index.tsx
|
|
18
|
+
function l({ variant: t = "primary", className: n, children: r, ...i }) {
|
|
19
|
+
return /* @__PURE__ */ o("button", {
|
|
20
|
+
className: e(c.button, c[t], n),
|
|
21
|
+
...i,
|
|
22
|
+
children: /* @__PURE__ */ o("span", { children: r })
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
function u({ autoFocus: u, onSubmit: d }) {
|
|
26
|
+
let f = i(null), [p, m] = a(""), h = p.trim(), g = !!h;
|
|
27
|
+
r(() => {
|
|
28
|
+
u && f.current?.focus();
|
|
29
|
+
}, [u]);
|
|
30
|
+
let _ = () => {
|
|
31
|
+
let e = f.current;
|
|
32
|
+
e && (e.style.height = "64px", e.style.height = `${e.scrollHeight + 4}px`);
|
|
33
|
+
}, v = (e) => {
|
|
34
|
+
m(e.target.value), _();
|
|
35
|
+
}, y = (e) => {
|
|
36
|
+
e.preventDefault(), d(h), m(""), requestAnimationFrame(_);
|
|
37
|
+
}, b = (e) => {
|
|
38
|
+
e.key === "Enter" && !e.shiftKey && !e.ctrlKey && !e.metaKey && y(e);
|
|
39
|
+
}, x = () => {
|
|
40
|
+
f.current?.focus();
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ s("form", {
|
|
43
|
+
className: e(c.inputWrap, { [c.active]: g }),
|
|
44
|
+
onKeyDown: b,
|
|
45
|
+
onSubmit: y,
|
|
46
|
+
children: [
|
|
47
|
+
/* @__PURE__ */ o(t, {}),
|
|
48
|
+
/* @__PURE__ */ o("textarea", {
|
|
49
|
+
className: c.textarea,
|
|
50
|
+
ref: f,
|
|
51
|
+
value: p,
|
|
52
|
+
onChange: v
|
|
53
|
+
}),
|
|
54
|
+
/* @__PURE__ */ s(l, {
|
|
55
|
+
variant: g ? "primary" : "secondary",
|
|
56
|
+
onClick: x,
|
|
57
|
+
children: [/* @__PURE__ */ o(n, {}), /* @__PURE__ */ o("span", {
|
|
58
|
+
className: "sr-only",
|
|
59
|
+
children: "Send message"
|
|
60
|
+
})]
|
|
61
|
+
})
|
|
62
|
+
]
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
//#endregion
|
|
66
|
+
export { u as n, l as t };
|
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
import { t as e } from "./Search-D_fsZ-hm.js";
|
|
2
|
+
import { a as t, c as n, i as r, l as i, r as a } from "./utils-C4QGLbxr.js";
|
|
3
|
+
import { t as o } from "./clsx-ROFf4vs9.js";
|
|
4
|
+
import { D as s, M as c, S as l, _ as u, k as d, n as f, o as p, p as m, s as h, t as g, v as _ } from "./esm-C1TDRARf.js";
|
|
5
|
+
import { t as v } from "./Button-Bbc4vmW_.js";
|
|
6
|
+
import { t as y } from "./Container-LAkF4ShX.js";
|
|
7
|
+
import { t as b } from "./PrefPanel-DmiRZs1n.js";
|
|
8
|
+
import { t as x } from "./Logo-CZ5LYqub.js";
|
|
9
|
+
import { t as S } from "./NewTag-C-3mRyvV.js";
|
|
10
|
+
import { t as C } from "./Notification-_vWBqFiA.js";
|
|
11
|
+
import { useEffect as w, useRef as T, useState as E } from "react";
|
|
12
|
+
import { Fragment as D, jsx as O, jsxs as k } from "react/jsx-runtime";
|
|
13
|
+
var A = {
|
|
14
|
+
buttons: "m_QBtq_buttons",
|
|
15
|
+
container: "m_QBtq_container",
|
|
16
|
+
content: "m_QBtq_content",
|
|
17
|
+
cta: "m_QBtq_cta",
|
|
18
|
+
gpt: "m_QBtq_gpt",
|
|
19
|
+
header: "m_QBtq_header",
|
|
20
|
+
icon: "m_QBtq_icon",
|
|
21
|
+
icons: "m_QBtq_icons",
|
|
22
|
+
links: "m_QBtq_links",
|
|
23
|
+
logo: "m_QBtq_logo",
|
|
24
|
+
main: "m_QBtq_main",
|
|
25
|
+
menu: "m_QBtq_menu",
|
|
26
|
+
mobile: "m_QBtq_mobile",
|
|
27
|
+
mobileOverlay: "m_QBtq_mobileOverlay",
|
|
28
|
+
open: "m_QBtq_open",
|
|
29
|
+
outer: "m_QBtq_outer",
|
|
30
|
+
selectableIcon: "m_QBtq_selectableIcon",
|
|
31
|
+
selected: "m_QBtq_selected",
|
|
32
|
+
selectedIcon: "m_QBtq_selectedIcon",
|
|
33
|
+
show: "m_QBtq_show",
|
|
34
|
+
skip: "m_QBtq_skip",
|
|
35
|
+
slideUp: "m_QBtq_slideUp",
|
|
36
|
+
sub: "m_QBtq_sub",
|
|
37
|
+
subContainer: "m_QBtq_subContainer",
|
|
38
|
+
subTitle: "m_QBtq_subTitle"
|
|
39
|
+
}, j = "notifications", M = "theme", N = 365 * 20, P = (e) => /^\d{1,3}(?:\.\d{1,3}){3}$/.test(e), F = () => {
|
|
40
|
+
if (typeof window > "u") return;
|
|
41
|
+
let e = window.location.hostname;
|
|
42
|
+
if (!e || e === "localhost" || P(e)) return;
|
|
43
|
+
let t = e.replace(/^www\./, ""), n = t.split(".");
|
|
44
|
+
return n.length <= 2 ? `.${t}` : `.${n.slice(-2).join(".")}`;
|
|
45
|
+
}, I = () => {
|
|
46
|
+
if (typeof document > "u") return null;
|
|
47
|
+
let e = document.cookie.split("; ").find((e) => e.startsWith(`${j}=`));
|
|
48
|
+
if (!e) return null;
|
|
49
|
+
try {
|
|
50
|
+
return JSON.parse(decodeURIComponent(e.split("=")[1]));
|
|
51
|
+
} catch {
|
|
52
|
+
return null;
|
|
53
|
+
}
|
|
54
|
+
}, L = () => {
|
|
55
|
+
if (typeof document > "u") return null;
|
|
56
|
+
let e = document.cookie.split("; ").find((e) => e.startsWith(`${M}=`));
|
|
57
|
+
if (!e) return null;
|
|
58
|
+
try {
|
|
59
|
+
return decodeURIComponent(e.split("=")[1]);
|
|
60
|
+
} catch {
|
|
61
|
+
return null;
|
|
62
|
+
}
|
|
63
|
+
}, R = (e, t) => {
|
|
64
|
+
if (typeof document > "u") return;
|
|
65
|
+
let n = new Date(Date.now() + N * 24 * 60 * 60 * 1e3).toUTCString(), r = F(), i = [
|
|
66
|
+
`${e}=${encodeURIComponent(t)}`,
|
|
67
|
+
"path=/",
|
|
68
|
+
"SameSite=Lax",
|
|
69
|
+
`expires=${n}`
|
|
70
|
+
];
|
|
71
|
+
r && i.push(`domain=${r}`), document.cookie = i.join("; ");
|
|
72
|
+
}, z = [
|
|
73
|
+
{
|
|
74
|
+
title: "Products",
|
|
75
|
+
url: "https://www.highcharts.com/products/",
|
|
76
|
+
icon: /* @__PURE__ */ O(s, {})
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
title: "Demos",
|
|
80
|
+
url: "https://www.highcharts.com/demo",
|
|
81
|
+
icon: /* @__PURE__ */ O(m, {})
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
title: "Support",
|
|
85
|
+
url: "https://www.highcharts.com/support/",
|
|
86
|
+
icon: /* @__PURE__ */ O(u, {})
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
title: "Resources",
|
|
90
|
+
url: "https://www.highcharts.com/resources/",
|
|
91
|
+
icon: /* @__PURE__ */ O(l, {})
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
title: "Pricing",
|
|
95
|
+
url: "https://shop.highcharts.com/",
|
|
96
|
+
icon: /* @__PURE__ */ O(d, {})
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
title: "Blog",
|
|
100
|
+
url: "https://www.highcharts.com/blog/home/",
|
|
101
|
+
icon: /* @__PURE__ */ O(c, {})
|
|
102
|
+
}
|
|
103
|
+
];
|
|
104
|
+
function B(e, t) {
|
|
105
|
+
return t ? e.replace(t, "") : e;
|
|
106
|
+
}
|
|
107
|
+
function V(e) {
|
|
108
|
+
let t = 2166136261;
|
|
109
|
+
for (let n = 0; n < e.length; n++) t ^= e.charCodeAt(n), t = Math.imul(t, 16777619);
|
|
110
|
+
return (t >>> 0).toString(36);
|
|
111
|
+
}
|
|
112
|
+
function H(e, t) {
|
|
113
|
+
return `${e}-${V((Array.isArray(t) ? t : [t]).map(({ url: e = "" }) => e.trim()).join("|"))}`;
|
|
114
|
+
}
|
|
115
|
+
function U({ items: e, link: n = "a", host: r = "https://www.highcharts.com", pathname: i }) {
|
|
116
|
+
let a = t();
|
|
117
|
+
return /* @__PURE__ */ O("div", {
|
|
118
|
+
className: o(A.sub, A.outer),
|
|
119
|
+
children: /* @__PURE__ */ O(y, {
|
|
120
|
+
className: A.subContainer,
|
|
121
|
+
as: "ul",
|
|
122
|
+
children: e.map(({ title: e, url: t, prefixMatch: s, icon: c, selectedIcon: l, tag: u, tagVariant: d = "success" }, f) => {
|
|
123
|
+
let p = i || typeof window < "u" && window.location.pathname, m = typeof window < "u" && window.location.origin || "http://example.com", h = new URL(t, m), g = p && (!!i || a) && h.origin === m && (s ? p.startsWith(h.pathname) : h.pathname === p);
|
|
124
|
+
return /* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(n, {
|
|
125
|
+
href: B(t, r),
|
|
126
|
+
className: o({
|
|
127
|
+
[A.selectableIcon]: l,
|
|
128
|
+
[A.selected]: g
|
|
129
|
+
}),
|
|
130
|
+
children: [/* @__PURE__ */ k("span", {
|
|
131
|
+
className: A.icons,
|
|
132
|
+
children: [/* @__PURE__ */ O("span", {
|
|
133
|
+
className: A.selectedIcon,
|
|
134
|
+
children: l
|
|
135
|
+
}), /* @__PURE__ */ O("span", {
|
|
136
|
+
className: A.icon,
|
|
137
|
+
children: c
|
|
138
|
+
})]
|
|
139
|
+
}), /* @__PURE__ */ k("span", {
|
|
140
|
+
className: A.subTitle,
|
|
141
|
+
children: [e, u && /* @__PURE__ */ O(S, {
|
|
142
|
+
variant: d,
|
|
143
|
+
icon: !1
|
|
144
|
+
})]
|
|
145
|
+
})]
|
|
146
|
+
}) }, f);
|
|
147
|
+
})
|
|
148
|
+
})
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
var W = [
|
|
152
|
+
{
|
|
153
|
+
title: "Highcharts at CSUN 2026",
|
|
154
|
+
description: "See what we're presenting",
|
|
155
|
+
url: "https://www.highcharts.com/blog/news/highcharts-at-csun-2026-accessible-data-meets-ai/",
|
|
156
|
+
tag: "new"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
title: "Grid Pro",
|
|
160
|
+
description: "50% off through March 2026",
|
|
161
|
+
url: "https://www.highcharts.com/products/grid/",
|
|
162
|
+
tag: "new"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
title: "Highcharts React v4.2.1",
|
|
166
|
+
description: "See what's new",
|
|
167
|
+
url: "https://www.highcharts.com/blog/post/highcharts-react-v4-2-1-better-docs-better-defaults-better-dx/",
|
|
168
|
+
tag: "new"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
title: "Highcharts on Discord",
|
|
172
|
+
description: "Join our server",
|
|
173
|
+
url: "https://discord.com/invite/xHxxcyyy6K",
|
|
174
|
+
tag: "new"
|
|
175
|
+
}
|
|
176
|
+
], G = [{
|
|
177
|
+
id: H("whats-new", W),
|
|
178
|
+
content: W
|
|
179
|
+
}];
|
|
180
|
+
function K() {
|
|
181
|
+
let { theme: e, setTheme: t } = i(), n = T(!1);
|
|
182
|
+
return w(() => {
|
|
183
|
+
if (n.current) return;
|
|
184
|
+
let r = L();
|
|
185
|
+
if (r && r !== e) {
|
|
186
|
+
t(r), n.current = !0;
|
|
187
|
+
return;
|
|
188
|
+
}
|
|
189
|
+
n.current = !0;
|
|
190
|
+
}, [t, e]), w(() => {
|
|
191
|
+
e && R(M, e);
|
|
192
|
+
}, [e]), null;
|
|
193
|
+
}
|
|
194
|
+
function q({ subItems: t, children: i, notifications: s = G, link: c = "a", host: l = "https://www.highcharts.com", pathname: u, cssVariable: d }) {
|
|
195
|
+
let m = r("(max-width: 374px)"), S = r("(max-width: 849px)"), w = r("(max-width: 1300px)"), M = T(null), [N, P] = E(!1), [F, L] = E([]);
|
|
196
|
+
a(() => {
|
|
197
|
+
let e = M.current;
|
|
198
|
+
if (!e) return;
|
|
199
|
+
let n = t?.length ? 72 : 0, r = 82 + F.length * 48 + n, i = -(82 + F.length * 48), a = window.scrollY, o = 0, s = null, c = null, l = () => {
|
|
200
|
+
c = null, !(!e || s === o) && (e.style.transform = `translate3d(0, ${o}px, 0)`, d && document.documentElement.style.setProperty("--header-bottom", `${r + o}px`), s = o);
|
|
201
|
+
};
|
|
202
|
+
l();
|
|
203
|
+
let u = () => {
|
|
204
|
+
let e = window.scrollY, t = e - a;
|
|
205
|
+
a = e, o = Math.min(0, Math.max(i, o - t)), c === null && (c = window.requestAnimationFrame(l));
|
|
206
|
+
};
|
|
207
|
+
return window.addEventListener("scroll", u, { passive: !0 }), () => {
|
|
208
|
+
window.removeEventListener("scroll", u), c !== null && cancelAnimationFrame(c), e.style.transform = "", d && document.documentElement.style.removeProperty("--header-bottom");
|
|
209
|
+
};
|
|
210
|
+
}, [
|
|
211
|
+
d,
|
|
212
|
+
F.length,
|
|
213
|
+
t?.length
|
|
214
|
+
]), a(() => {
|
|
215
|
+
if (!s.length) return;
|
|
216
|
+
let e = I();
|
|
217
|
+
L(e ? s.filter((t) => !t.id || !e.closed.includes(t.id)) : s);
|
|
218
|
+
}, [l, s]);
|
|
219
|
+
let V = (e) => {
|
|
220
|
+
if (e.preventDefault(), !(e.nativeEvent instanceof KeyboardEvent) || e.nativeEvent.code === "Enter" || e.nativeEvent.code === "Space") {
|
|
221
|
+
let e = document.querySelector("main");
|
|
222
|
+
e && (e.scrollIntoView(), e.getAttribute("tabindex") !== "-1" && e.setAttribute("tabindex", "-1"), e.focus());
|
|
223
|
+
}
|
|
224
|
+
}, H = () => {
|
|
225
|
+
P(!N);
|
|
226
|
+
}, W = (e) => {
|
|
227
|
+
if (L(F.filter((t) => !t.id || t.id !== e)), !e) return;
|
|
228
|
+
let t = I() ?? { closed: [] };
|
|
229
|
+
t.closed.includes(e) || R(j, JSON.stringify({ closed: [...t.closed, e] }));
|
|
230
|
+
};
|
|
231
|
+
return /* @__PURE__ */ k(n, { children: [/* @__PURE__ */ O(K, {}), /* @__PURE__ */ k("header", {
|
|
232
|
+
className: A.header,
|
|
233
|
+
children: [/* @__PURE__ */ k("div", {
|
|
234
|
+
className: A.content,
|
|
235
|
+
ref: M,
|
|
236
|
+
children: [
|
|
237
|
+
F?.map(({ id: e, content: t, variant: n, closable: r }, i) => /* @__PURE__ */ O(C, {
|
|
238
|
+
id: e,
|
|
239
|
+
content: t,
|
|
240
|
+
variant: n,
|
|
241
|
+
closable: r,
|
|
242
|
+
onClose: () => W(e)
|
|
243
|
+
}, i)),
|
|
244
|
+
/* @__PURE__ */ O("div", {
|
|
245
|
+
className: o(A.main, A.outer),
|
|
246
|
+
children: /* @__PURE__ */ k(y, {
|
|
247
|
+
as: "nav",
|
|
248
|
+
className: A.container,
|
|
249
|
+
children: [
|
|
250
|
+
/* @__PURE__ */ O(v, {
|
|
251
|
+
as: "a",
|
|
252
|
+
className: A.skip,
|
|
253
|
+
size: 500,
|
|
254
|
+
tabIndex: "0",
|
|
255
|
+
onClick: V,
|
|
256
|
+
onKeyPress: V,
|
|
257
|
+
children: "Skip to content"
|
|
258
|
+
}),
|
|
259
|
+
/* @__PURE__ */ O(c, {
|
|
260
|
+
className: A.logo,
|
|
261
|
+
href: B("https://www.highcharts.com/", l),
|
|
262
|
+
children: /* @__PURE__ */ O(x, { showText: !w || S && !m })
|
|
263
|
+
}),
|
|
264
|
+
/* @__PURE__ */ O("ul", {
|
|
265
|
+
className: A.links,
|
|
266
|
+
children: z.map(({ title: e, url: t }, n) => /* @__PURE__ */ O("li", { children: /* @__PURE__ */ O(v, {
|
|
267
|
+
variant: "plain",
|
|
268
|
+
size: 300,
|
|
269
|
+
as: c,
|
|
270
|
+
href: B(t, l),
|
|
271
|
+
children: e
|
|
272
|
+
}) }, n))
|
|
273
|
+
}),
|
|
274
|
+
/* @__PURE__ */ k("ul", {
|
|
275
|
+
className: A.buttons,
|
|
276
|
+
children: [
|
|
277
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
278
|
+
variant: "transparent",
|
|
279
|
+
as: c,
|
|
280
|
+
href: B("https://www.highcharts.com/chat/gpt/", l),
|
|
281
|
+
children: [/* @__PURE__ */ O("span", {
|
|
282
|
+
className: A.gpt,
|
|
283
|
+
children: "Highcharts GPT"
|
|
284
|
+
}), /* @__PURE__ */ O(p, {})]
|
|
285
|
+
}) }),
|
|
286
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ O(e, {}) }),
|
|
287
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ O(b, {}) }),
|
|
288
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
289
|
+
className: A.cta,
|
|
290
|
+
variant: "success",
|
|
291
|
+
as: c,
|
|
292
|
+
href: B("https://shop.highcharts.com/", l),
|
|
293
|
+
"aria-label": "Buy Now",
|
|
294
|
+
children: [/* @__PURE__ */ O(h, {}), "Buy Now"]
|
|
295
|
+
}) }),
|
|
296
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
297
|
+
className: A.cta,
|
|
298
|
+
variant: "brand",
|
|
299
|
+
as: c,
|
|
300
|
+
href: B("https://www.highcharts.com/download/", l),
|
|
301
|
+
children: [/* @__PURE__ */ O(f, {}), "Try for Free"]
|
|
302
|
+
}) }),
|
|
303
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
304
|
+
variant: N ? "white" : "transparent",
|
|
305
|
+
className: A.menu,
|
|
306
|
+
onClick: H,
|
|
307
|
+
children: [N ? "Close" : "Menu", O(N ? g : _, {})]
|
|
308
|
+
}) })
|
|
309
|
+
]
|
|
310
|
+
})
|
|
311
|
+
]
|
|
312
|
+
})
|
|
313
|
+
}),
|
|
314
|
+
!!t?.length && /* @__PURE__ */ O(U, {
|
|
315
|
+
items: t,
|
|
316
|
+
link: c,
|
|
317
|
+
host: l,
|
|
318
|
+
pathname: u
|
|
319
|
+
}),
|
|
320
|
+
i
|
|
321
|
+
]
|
|
322
|
+
}), S && /* @__PURE__ */ k(D, { children: [/* @__PURE__ */ O("div", {
|
|
323
|
+
className: o(A.mobileOverlay, { [A.open]: N }),
|
|
324
|
+
onClick: H
|
|
325
|
+
}), /* @__PURE__ */ k("nav", {
|
|
326
|
+
className: o(A.mobile, { [A.open]: N }),
|
|
327
|
+
children: [
|
|
328
|
+
/* @__PURE__ */ k("div", {
|
|
329
|
+
className: A.container,
|
|
330
|
+
children: [/* @__PURE__ */ O(c, {
|
|
331
|
+
className: A.logo,
|
|
332
|
+
href: B("https://www.highcharts.com/", l),
|
|
333
|
+
children: /* @__PURE__ */ O(x, { showText: !m })
|
|
334
|
+
}), /* @__PURE__ */ k("ul", {
|
|
335
|
+
className: A.buttons,
|
|
336
|
+
children: [
|
|
337
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
338
|
+
variant: "transparent",
|
|
339
|
+
as: c,
|
|
340
|
+
href: B("https://www.highcharts.com/chat/gpt/", l),
|
|
341
|
+
children: [/* @__PURE__ */ O("span", {
|
|
342
|
+
className: A.gpt,
|
|
343
|
+
children: "Highcharts GPT"
|
|
344
|
+
}), /* @__PURE__ */ O(p, {})]
|
|
345
|
+
}) }),
|
|
346
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ O(e, {}) }),
|
|
347
|
+
/* @__PURE__ */ O("li", { children: /* @__PURE__ */ O(b, {}) })
|
|
348
|
+
]
|
|
349
|
+
})]
|
|
350
|
+
}),
|
|
351
|
+
/* @__PURE__ */ k("ul", {
|
|
352
|
+
className: A.buttons,
|
|
353
|
+
children: [/* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
354
|
+
variant: "brand",
|
|
355
|
+
fullWidth: !0,
|
|
356
|
+
as: c,
|
|
357
|
+
href: B("https://shop.highcharts.com/", l),
|
|
358
|
+
children: [/* @__PURE__ */ O(h, {}), "Buy Now"]
|
|
359
|
+
}) }), /* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
360
|
+
variant: "success",
|
|
361
|
+
fullWidth: !0,
|
|
362
|
+
as: c,
|
|
363
|
+
href: B("https://www.highcharts.com/download/", l),
|
|
364
|
+
children: [/* @__PURE__ */ O(f, {}), "Try for Free"]
|
|
365
|
+
}) })]
|
|
366
|
+
}),
|
|
367
|
+
/* @__PURE__ */ O("ul", {
|
|
368
|
+
className: A.links,
|
|
369
|
+
children: z.map(({ title: e, url: t, icon: n }, r) => /* @__PURE__ */ O("li", { children: /* @__PURE__ */ k(v, {
|
|
370
|
+
variant: "plain",
|
|
371
|
+
size: 500,
|
|
372
|
+
fullWidth: !0,
|
|
373
|
+
as: c,
|
|
374
|
+
href: B(t, l),
|
|
375
|
+
children: [n, e]
|
|
376
|
+
}) }, r))
|
|
377
|
+
})
|
|
378
|
+
]
|
|
379
|
+
})] })]
|
|
380
|
+
})] });
|
|
381
|
+
}
|
|
382
|
+
//#endregion
|
|
383
|
+
export { U as n, q as t };
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { t as e } from "./clsx-ROFf4vs9.js";
|
|
2
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
3
|
+
var r = { logo: "xkIiMq_logo" };
|
|
4
|
+
//#endregion
|
|
5
|
+
//#region lib/components/Logo/index.tsx
|
|
6
|
+
function i({ title: i = "Highcharts", light: a, showText: o = !0, withLink: s = !1, className: c, ...l }) {
|
|
7
|
+
let u = a === void 0 ? "currentColor" : a ? "#18171c" : "#f7f7f8", d = /* @__PURE__ */ n("svg", {
|
|
8
|
+
version: "1.1",
|
|
9
|
+
id: "logo-highcharts",
|
|
10
|
+
"aria-labelledby": "logo-highcharts-title",
|
|
11
|
+
role: "img",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
14
|
+
x: "0px",
|
|
15
|
+
y: "0px",
|
|
16
|
+
viewBox: o ? "10 10 384 65" : "10 10 69 65",
|
|
17
|
+
xmlSpace: "preserve",
|
|
18
|
+
className: e(r.logo, c),
|
|
19
|
+
...l,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ t("title", {
|
|
22
|
+
id: "logo-highcharts-title",
|
|
23
|
+
children: i
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ n("g", {
|
|
26
|
+
id: "symbol",
|
|
27
|
+
transform: "translate(10, 10) scale(1)",
|
|
28
|
+
children: [
|
|
29
|
+
/* @__PURE__ */ t("polygon", {
|
|
30
|
+
fill: "#8087E8",
|
|
31
|
+
points: "41.53900146484375,0 30.315000534057617,26.209999084472656 15.566999435424805,60.650997161865234 49.85900115966797,46.16499710083008 68.02299499511719,38.49300003051758 ",
|
|
32
|
+
id: "svg_2",
|
|
33
|
+
strokeWidth: "0",
|
|
34
|
+
stroke: "#f0f0f0",
|
|
35
|
+
fillOpacity: "1",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
}),
|
|
38
|
+
/* @__PURE__ */ t("polygon", {
|
|
39
|
+
fill: "#30426B",
|
|
40
|
+
points: "47.25799560546875,31.729999542236328 49.86000061035156,46.16499710083008 68.02400207519531,38.49300003051758 ",
|
|
41
|
+
id: "svg_3",
|
|
42
|
+
strokeWidth: "0",
|
|
43
|
+
stroke: "#f0f0f0",
|
|
44
|
+
fillOpacity: "1",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ t("polygon", {
|
|
48
|
+
fill: "#6699A1",
|
|
49
|
+
points: "41.53900146484375,0 47.25799560546875,31.730998992919922 68.02299499511719,38.49300003051758 ",
|
|
50
|
+
id: "svg_4",
|
|
51
|
+
strokeWidth: "0",
|
|
52
|
+
stroke: "#f0f0f0",
|
|
53
|
+
fillOpacity: "1",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}),
|
|
56
|
+
/* @__PURE__ */ t("polygon", {
|
|
57
|
+
fill: "#78758C",
|
|
58
|
+
points: "47.25799560546875,31.729999542236328 68.02400207519531,38.49300003051758 30.31599998474121,26.208999633789062 15.566999435424805,60.650997161865234 49.86000061035156,46.16499710083008 ",
|
|
59
|
+
id: "svg_5",
|
|
60
|
+
strokeWidth: "0",
|
|
61
|
+
stroke: "#f0f0f0",
|
|
62
|
+
fillOpacity: "1",
|
|
63
|
+
strokeLinejoin: "round"
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ t("polygon", {
|
|
66
|
+
fill: "#A3EDBA",
|
|
67
|
+
points: "15.566999435424805,60.650997161865234 30.315000534057617,26.209999084472656 0,16.334999084472656 ",
|
|
68
|
+
id: "svg_6",
|
|
69
|
+
strokeWidth: "0",
|
|
70
|
+
stroke: "#f0f0f0",
|
|
71
|
+
fillOpacity: "1",
|
|
72
|
+
strokeLinejoin: "round"
|
|
73
|
+
}),
|
|
74
|
+
/* @__PURE__ */ t("polygon", {
|
|
75
|
+
fill: "#6699A1",
|
|
76
|
+
points: "49.86000061035156,46.16499710083008 53.185997009277344,64.6099967956543 68.02400207519531,38.49300003051758 ",
|
|
77
|
+
id: "svg_7",
|
|
78
|
+
strokeWidth: "0",
|
|
79
|
+
stroke: "#f0f0f0",
|
|
80
|
+
fillOpacity: "1",
|
|
81
|
+
strokeLinejoin: "round"
|
|
82
|
+
}),
|
|
83
|
+
/* @__PURE__ */ t("polygon", {
|
|
84
|
+
fill: "#8087E8",
|
|
85
|
+
points: "41.53900146484375,0 30.315000534057617,26.209999084472656 47.25799560546875,31.730998992919922 ",
|
|
86
|
+
id: "svg_8",
|
|
87
|
+
strokeWidth: "0",
|
|
88
|
+
stroke: "#f0f0f0",
|
|
89
|
+
fillOpacity: "1",
|
|
90
|
+
strokeLinejoin: "round"
|
|
91
|
+
})
|
|
92
|
+
]
|
|
93
|
+
}),
|
|
94
|
+
o && /* @__PURE__ */ n("g", {
|
|
95
|
+
id: "text-highcharts",
|
|
96
|
+
transform: "translate(108.02400207519531,31.291051292419436) scale(1)",
|
|
97
|
+
children: [
|
|
98
|
+
/* @__PURE__ */ t("path", {
|
|
99
|
+
fill: u,
|
|
100
|
+
d: "M20.7189956665039,14.058000671386722 h-17.02 v9.77 c0,1.037 -0.8130000000000002,1.851 -1.8490000000000002,1.851 c-1.037,0 -1.85,-0.8130000000000002 -1.85,-1.851 V2.07100067138672 c0,-1.037 0.8130000000000002,-1.852 1.85,-1.852 c1.036,0 1.8490000000000002,0.8130000000000002 1.8490000000000002,1.852 v8.436 h17.02 v-8.436 c0,-1.037 0.8140000000000002,-1.852 1.85,-1.852 c1.036,0 1.85,0.8130000000000002 1.85,1.852 v21.754 c0,1.037 -0.8140000000000002,1.851 -1.85,1.851 c-1.036,0 -1.85,-0.8130000000000002 -1.85,-1.851 V14.058000671386722 z",
|
|
101
|
+
id: "svg_2",
|
|
102
|
+
strokeWidth: "0px",
|
|
103
|
+
stroke: "#f0f0f0"
|
|
104
|
+
}),
|
|
105
|
+
/* @__PURE__ */ t("path", {
|
|
106
|
+
fill: u,
|
|
107
|
+
d: "M39.21699566650392,23.825000671386718 c0,1.037 -0.8140000000000002,1.851 -1.852,1.851 s-1.852,-0.8130000000000002 -1.852,-1.851 V2.07100067138672 c0,-1.037 0.8140000000000002,-1.852 1.852,-1.852 s1.852,0.8130000000000002 1.852,1.852 V23.825000671386718 z",
|
|
108
|
+
id: "svg_3",
|
|
109
|
+
strokeWidth: "0px",
|
|
110
|
+
stroke: "#f0f0f0"
|
|
111
|
+
}),
|
|
112
|
+
/* @__PURE__ */ t("path", {
|
|
113
|
+
fill: u,
|
|
114
|
+
d: "M66.3689956665039,14.724000671386719 c0,-1.036 0.8140000000000002,-1.774 1.852,-1.774 c1.034,0 1.852,0.8130000000000002 1.852,1.8490000000000002 v5.847 c0,0.4440000000000001 -0.22600000000000006,1.109 -0.5950000000000002,1.479 c-2.367,2.369 -5.549,3.773 -9.176,3.773 c-7.178,0 -12.949,-5.771 -12.949,-12.948 c0,-7.181 5.771,-12.949 12.949,-12.949 c3.6270000000000002,0 6.809,1.405 9.176,3.771 c0.7380000000000002,0.7400000000000002 0.7380000000000002,1.852 0,2.592 c-0.7410000000000002,0.7380000000000002 -1.9220000000000002,0.8130000000000002 -2.6630000000000003,0.07200000000000002 c-1.702,-1.6990000000000005 -3.923,-2.736 -6.513,-2.736 c-5.104,0 -9.249,4.144 -9.249,9.25 c0,5.104 4.146,9.25 9.249,9.25 c2.367,0 4.441,-0.8130000000000002 6.067,-2.222 V14.724000671386719 z",
|
|
115
|
+
id: "svg_4",
|
|
116
|
+
strokeWidth: "0px",
|
|
117
|
+
stroke: "#f0f0f0"
|
|
118
|
+
}),
|
|
119
|
+
/* @__PURE__ */ t("path", {
|
|
120
|
+
fill: u,
|
|
121
|
+
d: "M100.40599566650391,14.058000671386722 h-17.019 v9.77 c0,1.037 -0.8170000000000002,1.851 -1.852,1.851 c-1.037,0 -1.8490000000000002,-0.8130000000000002 -1.8490000000000002,-1.851 V2.07100067138672 c0,-1.037 0.812,-1.852 1.8490000000000002,-1.852 c1.034,0 1.852,0.8130000000000002 1.852,1.852 v8.436 h17.019 v-8.436 c0,-1.037 0.8130000000000002,-1.852 1.8490000000000002,-1.852 c1.037,0 1.852,0.8130000000000002 1.852,1.852 v21.754 c0,1.037 -0.8130000000000002,1.851 -1.852,1.851 c-1.033,0 -1.8490000000000002,-0.8130000000000002 -1.8490000000000002,-1.851 V14.058000671386722 z",
|
|
122
|
+
id: "svg_5",
|
|
123
|
+
strokeWidth: "0px",
|
|
124
|
+
stroke: "#f0f0f0"
|
|
125
|
+
}),
|
|
126
|
+
/* @__PURE__ */ t("path", {
|
|
127
|
+
fill: u,
|
|
128
|
+
d: "M125.19199566650391,25.898000671386725 c-7.182,0 -12.949,-5.771 -12.949,-12.948 c0,-7.181 5.77,-12.949 12.949,-12.949 c3.6270000000000002,0 6.809,1.405 9.176,3.771 c0.7380000000000002,0.7400000000000002 0.7380000000000002,1.852 0,2.592 c-0.7410000000000002,0.7380000000000002 -1.925,0.8130000000000002 -2.6660000000000004,0.07200000000000002 c-1.6990000000000005,-1.6990000000000005 -3.92,-2.736 -6.51,-2.736 c-5.106,0 -9.249,4.144 -9.249,9.25 c0,5.104 4.143,9.25 9.249,9.25 c2.59,0 4.884,-0.9620000000000002 6.586,-2.664 c0.7400000000000002,-0.7410000000000002 1.8490000000000002,-0.7410000000000002 2.59,0 c0.7380000000000002,0.7380000000000002 0.7380000000000002,1.85 0,2.589 C131.9999956665039,24.49200067138672 128.81799566650392,25.898000671386725 125.19199566650391,25.898000671386725 z",
|
|
129
|
+
id: "svg_6",
|
|
130
|
+
strokeWidth: "0px",
|
|
131
|
+
stroke: "#f0f0f0"
|
|
132
|
+
}),
|
|
133
|
+
/* @__PURE__ */ t("path", {
|
|
134
|
+
fill: u,
|
|
135
|
+
d: "M163.81299566650392,14.058000671386722 h-17.02 v9.77 c0,1.037 -0.8130000000000002,1.851 -1.852,1.851 c-1.034,0 -1.85,-0.8130000000000002 -1.85,-1.851 V2.07100067138672 c0,-1.037 0.8130000000000002,-1.852 1.85,-1.852 c1.035,0 1.852,0.8130000000000002 1.852,1.852 v8.436 h17.02 v-8.436 c0,-1.037 0.8130000000000002,-1.852 1.8530000000000002,-1.852 c1.034,0 1.8490000000000002,0.8130000000000002 1.8490000000000002,1.852 v21.754 c0,1.037 -0.8130000000000002,1.851 -1.8490000000000002,1.851 c-1.037,0 -1.8530000000000002,-0.8130000000000002 -1.8530000000000002,-1.851 V14.058000671386722 z",
|
|
136
|
+
id: "svg_7",
|
|
137
|
+
strokeWidth: "0px",
|
|
138
|
+
stroke: "#f0f0f0"
|
|
139
|
+
}),
|
|
140
|
+
/* @__PURE__ */ t("path", {
|
|
141
|
+
fill: u,
|
|
142
|
+
d: "M191.0019956665039,1.8490006713867189 l10.507,20.646 c0.22300000000000006,0.4430000000000001 0.4450000000000001,1.036 0.4450000000000001,1.554 c0,1.036 -0.6680000000000003,1.6280000000000001 -1.702,1.6280000000000001 c-0.7410000000000002,0 -1.481,-0.22200000000000006 -2.001,-1.258 l-3.253,-6.438 h-13.547 l-3.183,6.438 c-0.517,1.036 -1.256,1.258 -1.994,1.258 c-1.037,0 -1.702,-0.5930000000000002 -1.702,-1.6280000000000001 c0,-0.519 0.22000000000000006,-1.109 0.4420000000000001,-1.554 l10.506,-20.646 c0.6680000000000003,-1.405 2.002,-1.6280000000000001 2.74,-1.6280000000000001 C189.0039956665039,0.22100067138671875 190.33399566650388,0.4420006713867153 191.0019956665039,1.8490006713867189 zM183.22899566650392,14.429000671386717 h9.988 l-4.957,-9.99 L183.22899566650392,14.429000671386717 z",
|
|
143
|
+
id: "svg_8",
|
|
144
|
+
strokeWidth: "0px",
|
|
145
|
+
stroke: "#f0f0f0"
|
|
146
|
+
}),
|
|
147
|
+
/* @__PURE__ */ t("path", {
|
|
148
|
+
fill: u,
|
|
149
|
+
d: "M222.4029956665039,0.369000671386722 c4.441,0 8.064,3.255 8.064,7.694 c0,3.923 -2.813,6.884 -6.511,7.549 l6.731,7.104 c0.6640000000000003,0.6660000000000003 0.8890000000000002,1.85 0.14600000000000005,2.516 c-0.7360000000000002,0.7410000000000002 -2.145,0.521 -2.886,-0.2960000000000001 l-8.729,-9.176 h-6.511 v8.142 c0,1.034 -0.8150000000000002,1.774 -1.854,1.774 c-1.033,0 -1.85,-0.8130000000000002 -1.85,-1.851 V2.2190006713867163 c0,-1.035 0.8140000000000002,-1.85 1.85,-1.85 H222.4029956665039 zM212.71199566650392,3.9210006713867216 v8.288 h9.691 c2.59,0 4.367,-1.776 4.367,-4.146 c0,-2.365 -1.7770000000000001,-4.144 -4.367,-4.144 L212.71199566650392,3.9210006713867216 L212.71199566650392,3.9210006713867216 z",
|
|
150
|
+
id: "svg_9",
|
|
151
|
+
strokeWidth: "0px",
|
|
152
|
+
stroke: "#f0f0f0"
|
|
153
|
+
}),
|
|
154
|
+
/* @__PURE__ */ t("path", {
|
|
155
|
+
fill: u,
|
|
156
|
+
d: "M247.29099566650393,3.9210006713867216 h-9.249 c-1.033,0 -1.8490000000000002,-0.7400000000000002 -1.8490000000000002,-1.776 c0,-1.034 0.8130000000000002,-1.7730000000000001 1.8490000000000002,-1.7730000000000001 h22.201 c1.037,0 1.852,0.7400000000000002 1.852,1.7730000000000001 c0,1.037 -0.8130000000000002,1.776 -1.852,1.776 h-9.249 V23.826000671386723 c0,1.037 -0.8130000000000002,1.851 -1.8490000000000002,1.851 c-1.037,0 -1.854,-0.8130000000000002 -1.854,-1.851 V3.9210006713867216 z",
|
|
157
|
+
id: "svg_10",
|
|
158
|
+
strokeWidth: "0px",
|
|
159
|
+
stroke: "#f0f0f0"
|
|
160
|
+
}),
|
|
161
|
+
/* @__PURE__ */ t("path", {
|
|
162
|
+
fill: u,
|
|
163
|
+
d: "M270.9679956665039,10.359000671386724 c0,-9.25 5.698,-10.359 9.99,-10.359 c1.035,0 1.85,0.8130000000000002 1.85,1.85 c0,1.036 -0.8130000000000002,1.851 -1.85,1.851 c-3.479,0 -6.29,0.7380000000000002 -6.29,6.66 v5.18 c0,9.25 -5.698,10.358 -9.989,10.358 c-1.035,0 -1.85,-0.8130000000000002 -1.85,-1.85 s0.8140000000000002,-1.85 1.85,-1.85 c3.479,0 6.289,-0.7400000000000002 6.289,-6.66 V10.359000671386724 z",
|
|
164
|
+
id: "svg_11",
|
|
165
|
+
strokeWidth: "0px",
|
|
166
|
+
stroke: "#f0f0f0"
|
|
167
|
+
}),
|
|
168
|
+
/* @__PURE__ */ n("g", {
|
|
169
|
+
transform: "translate(280, 20) scale(0.03)",
|
|
170
|
+
children: [/* @__PURE__ */ t("circle", {
|
|
171
|
+
cx: "100",
|
|
172
|
+
cy: "100",
|
|
173
|
+
r: "88.5",
|
|
174
|
+
fill: "none",
|
|
175
|
+
stroke: u,
|
|
176
|
+
strokeWidth: "20"
|
|
177
|
+
}), /* @__PURE__ */ t("path", {
|
|
178
|
+
d: "M94.6 92C100.1 92 104.1 90.9 106.5 88.8C108.9 86.8 110.2 83.4 110.2 78.6C110.2 73.9 108.9 70.6 106.5 68.5C104.1 66.5 100.1 65.5 94.6 65.5L83.4 65.5L83.4 92L94.6 92M83.4 110.3L83.4 149.3L56.8 149.3L56.8 46.2L97.4 46.2C111 46.2 120.9 48.5 127.2 53.1C133.6 57.6 136.7 64.8 136.7 74.7C136.7 81.5 135.1 87.1 131.8 91.5C128.5 95.8 123.6 99.1 116.9 101.1C120.6 102 123.8 103.9 126.7 106.8C129.6 109.7 132.5 114.1 135.4 120.1L149.9 149.3L121.6 149.3L109 123.7C106.5 118.6 103.9 115 101.3 113.2C98.7 111.3 95.2 110.3 90.9 110.3L83.4 110.3",
|
|
179
|
+
strokeWidth: "0px",
|
|
180
|
+
stroke: "#f0f0f0",
|
|
181
|
+
fill: u
|
|
182
|
+
})]
|
|
183
|
+
})
|
|
184
|
+
]
|
|
185
|
+
})
|
|
186
|
+
]
|
|
187
|
+
});
|
|
188
|
+
return s ? /* @__PURE__ */ t("a", {
|
|
189
|
+
href: "https://www.highcharts.com",
|
|
190
|
+
children: d
|
|
191
|
+
}) : d;
|
|
192
|
+
}
|
|
193
|
+
//#endregion
|
|
194
|
+
export { i as t };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { t as e } from "./clsx-ROFf4vs9.js";
|
|
2
|
+
import { i as t } from "./esm-C1TDRARf.js";
|
|
3
|
+
import { jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
4
|
+
var i = {
|
|
5
|
+
attention: "zmzqxW_attention",
|
|
6
|
+
border: "zmzqxW_border",
|
|
7
|
+
brand: "zmzqxW_brand",
|
|
8
|
+
danger: "zmzqxW_danger",
|
|
9
|
+
icon: "zmzqxW_icon",
|
|
10
|
+
neutral: "zmzqxW_neutral",
|
|
11
|
+
success: "zmzqxW_success",
|
|
12
|
+
tag: "zmzqxW_tag"
|
|
13
|
+
};
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region lib/components/NewTag/index.tsx
|
|
16
|
+
function a({ variant: a = "success", icon: o = !0, border: s, className: c }) {
|
|
17
|
+
return /* @__PURE__ */ r("span", {
|
|
18
|
+
className: e(c, i.tag, i[a], {
|
|
19
|
+
[i.icon]: o,
|
|
20
|
+
[i.border]: s
|
|
21
|
+
}),
|
|
22
|
+
children: [o && /* @__PURE__ */ n(t, {}), "New"]
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
//#endregion
|
|
26
|
+
export { a as t };
|