@spear-ai/spectral 1.3.3 → 1.3.5
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/assets/spectral.css +1 -1
- package/dist/components/Icons/DeleteIcon.d.ts +5 -0
- package/dist/components/Icons/DeleteIcon.d.ts.map +1 -0
- package/dist/components/Icons/EraserIcon.d.ts +5 -0
- package/dist/components/Icons/EraserIcon.d.ts.map +1 -0
- package/dist/components/Icons/GoToFirstIcon.d.ts +5 -0
- package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -0
- package/dist/components/Icons/GoToLastIcon.d.ts +5 -0
- package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -0
- package/dist/components/Icons/LabelIcon.d.ts +5 -0
- package/dist/components/Icons/LabelIcon.d.ts.map +1 -0
- package/dist/components/Icons/LassoIcon.d.ts +5 -0
- package/dist/components/Icons/LassoIcon.d.ts.map +1 -0
- package/dist/components/Icons/LineToolIcon.d.ts +5 -0
- package/dist/components/Icons/LineToolIcon.d.ts.map +1 -0
- package/dist/components/Icons/LiveViewIcon.d.ts +5 -0
- package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -0
- package/dist/components/Icons/MetadataIcon.d.ts +5 -0
- package/dist/components/Icons/MetadataIcon.d.ts.map +1 -0
- package/dist/components/Icons/OntologyIcon.d.ts +5 -0
- package/dist/components/Icons/OntologyIcon.d.ts.map +1 -0
- package/dist/components/Icons/PlayIcon.d.ts +5 -0
- package/dist/components/Icons/PlayIcon.d.ts.map +1 -0
- package/dist/components/Icons/PlusIcon.d.ts +5 -0
- package/dist/components/Icons/PlusIcon.d.ts.map +1 -0
- package/dist/components/Icons/ResetIcon.d.ts +5 -0
- package/dist/components/Icons/ResetIcon.d.ts.map +1 -0
- package/dist/components/Icons/ScissorsIcon.d.ts +5 -0
- package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -0
- package/dist/components/Icons/TrashIcon.d.ts +5 -0
- package/dist/components/Icons/TrashIcon.d.ts.map +1 -0
- package/dist/components/Icons/UndoIcon.d.ts +5 -0
- package/dist/components/Icons/UndoIcon.d.ts.map +1 -0
- package/dist/components/Icons/ZoomAllIcon.d.ts +5 -0
- package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -0
- package/dist/components/Icons/ZoomXIcon.d.ts +5 -0
- package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -0
- package/dist/components/Icons/ZoomYIcon.d.ts +5 -0
- package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +20 -0
- package/dist/components/Icons/index.d.ts.map +1 -0
- package/dist/components/LabelingTools/LabelingTools.d.ts +2 -0
- package/dist/components/LabelingTools/LabelingTools.d.ts.map +1 -0
- package/dist/components/Toolbar/Toolbar.d.ts +8 -0
- package/dist/components/Toolbar/Toolbar.d.ts.map +1 -0
- package/dist/favicon-invert.svg +4 -4
- package/dist/favicon.svg +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +71 -63
- package/dist/logo/wordmark-dark-side-by-side.svg +5 -5
- package/dist/logo/wordmark-light-side-by-side.svg +5 -5
- package/dist/spectral.cjs.js +12 -12
- package/package.json +12 -3
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "./assets/spectral.css";
|
|
3
|
-
import { jsxs as
|
|
3
|
+
import { jsxs as oe, jsx as x, Fragment as Dn } from "react/jsx-runtime";
|
|
4
4
|
import * as f from "react";
|
|
5
|
-
import D, { forwardRef as
|
|
5
|
+
import D, { forwardRef as ie, createElement as Nn, useState as dt, useLayoutEffect as ao, useEffect as Ke, useMemo as io, isValidElement as ki, cloneElement as Ti, useRef as it, useCallback as q, createContext as Qt, useContext as ft, createRef as Oi, useId as Di, useImperativeHandle as Ni } from "react";
|
|
6
6
|
import * as so from "react-dom";
|
|
7
7
|
import Mi from "react-dom";
|
|
8
8
|
function lo(e) {
|
|
@@ -2741,7 +2741,7 @@ const te = (e) => {
|
|
|
2741
2741
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2742
2742
|
};
|
|
2743
2743
|
}, ps = /* @__PURE__ */ Yi(fs);
|
|
2744
|
-
function
|
|
2744
|
+
function ae(...e) {
|
|
2745
2745
|
return ps(co(e));
|
|
2746
2746
|
}
|
|
2747
2747
|
const Ar = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, kr = co, Yn = (e, t) => (n) => {
|
|
@@ -2814,7 +2814,7 @@ var vs = {
|
|
|
2814
2814
|
* This source code is licensed under the ISC license.
|
|
2815
2815
|
* See the LICENSE file in the root directory of this source tree.
|
|
2816
2816
|
*/
|
|
2817
|
-
const bs =
|
|
2817
|
+
const bs = ie(
|
|
2818
2818
|
({
|
|
2819
2819
|
color: e = "currentColor",
|
|
2820
2820
|
size: t = 24,
|
|
@@ -2850,7 +2850,7 @@ const bs = ae(
|
|
|
2850
2850
|
* See the LICENSE file in the root directory of this source tree.
|
|
2851
2851
|
*/
|
|
2852
2852
|
const ws = (e, t) => {
|
|
2853
|
-
const n =
|
|
2853
|
+
const n = ie(
|
|
2854
2854
|
({ className: r, ...o }, a) => Nn(bs, {
|
|
2855
2855
|
ref: a,
|
|
2856
2856
|
iconNode: t,
|
|
@@ -2900,7 +2900,7 @@ const ys = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], Co =
|
|
|
2900
2900
|
size: "default"
|
|
2901
2901
|
}
|
|
2902
2902
|
}
|
|
2903
|
-
), Cs =
|
|
2903
|
+
), Cs = ie(
|
|
2904
2904
|
({
|
|
2905
2905
|
className: e,
|
|
2906
2906
|
variant: t,
|
|
@@ -2928,15 +2928,15 @@ const ys = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], Co =
|
|
|
2928
2928
|
outline: "bg-button-outline-bg--disabled border-button-outline-border--disabled text-button-outline-text--disabled pointer-events-none",
|
|
2929
2929
|
ghost: "bg-transparent text-button-ghost-text--disabled pointer-events-none"
|
|
2930
2930
|
}
|
|
2931
|
-
}, v =
|
|
2931
|
+
}, v = ae(
|
|
2932
2932
|
xs({ variant: t, state: o, size: u }),
|
|
2933
2933
|
o === "error" && m.error[t || "primary"],
|
|
2934
2934
|
o === "loading" && m.loading[t || "primary"],
|
|
2935
2935
|
u,
|
|
2936
2936
|
e
|
|
2937
2937
|
);
|
|
2938
|
-
return /* @__PURE__ */
|
|
2939
|
-
/* @__PURE__ */
|
|
2938
|
+
return /* @__PURE__ */ oe("div", { className: ae("flex flex-col justify-items-center", u), children: [
|
|
2939
|
+
/* @__PURE__ */ oe(
|
|
2940
2940
|
"button",
|
|
2941
2941
|
{
|
|
2942
2942
|
className: v,
|
|
@@ -2960,14 +2960,14 @@ const ys = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], Co =
|
|
|
2960
2960
|
}
|
|
2961
2961
|
);
|
|
2962
2962
|
Cs.displayName = "Button";
|
|
2963
|
-
const Es =
|
|
2963
|
+
const Es = ie(
|
|
2964
2964
|
({ className: e, title: t, icon: n, width: r = "full", isLoading: o = !1, children: a, ...i }, s) => {
|
|
2965
|
-
const l = t || n, c =
|
|
2965
|
+
const l = t || n, c = ae(
|
|
2966
2966
|
"!font-sans shadow-neumorphic-large relative bg-card-bg rounded-2xl p-4.5 focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
2967
2967
|
r === "full" ? "w-full" : "w-fit",
|
|
2968
2968
|
e
|
|
2969
2969
|
);
|
|
2970
|
-
return /* @__PURE__ */
|
|
2970
|
+
return /* @__PURE__ */ oe("div", { ref: s, className: c, "aria-busy": o, ...i, children: [
|
|
2971
2971
|
o && /* @__PURE__ */ x(
|
|
2972
2972
|
"div",
|
|
2973
2973
|
{
|
|
@@ -2978,11 +2978,11 @@ const Es = ae(
|
|
|
2978
2978
|
children: /* @__PURE__ */ x(Co, { className: "text-muted-foreground animate-spin", size: 24 })
|
|
2979
2979
|
}
|
|
2980
2980
|
),
|
|
2981
|
-
l && /* @__PURE__ */
|
|
2981
|
+
l && /* @__PURE__ */ oe("div", { className: ae("mb-6 flex items-center", t ? "justify-between" : "justify-end"), children: [
|
|
2982
2982
|
t && /* @__PURE__ */ x("h3", { className: "text-card-text m-0 min-w-0 flex-1 truncate font-semibold", children: t }),
|
|
2983
2983
|
n && /* @__PURE__ */ x("div", { className: "size-5 flex-shrink-0 overflow-hidden [&>svg]:size-5", "aria-hidden": "true", children: n })
|
|
2984
2984
|
] }),
|
|
2985
|
-
/* @__PURE__ */ x("div", { className:
|
|
2985
|
+
/* @__PURE__ */ x("div", { className: ae("min-h-40 p-4", l && "pt-0"), children: a })
|
|
2986
2986
|
] });
|
|
2987
2987
|
}
|
|
2988
2988
|
);
|
|
@@ -4214,7 +4214,7 @@ var Gl = f.forwardRef(
|
|
|
4214
4214
|
), Go = f.forwardRef(
|
|
4215
4215
|
(e, t) => {
|
|
4216
4216
|
const { __scopeDialog: n, trapFocus: r, onOpenAutoFocus: o, onCloseAutoFocus: a, ...i } = e, s = be(qe, n), l = f.useRef(null), c = fe(t, l);
|
|
4217
|
-
return ko(), /* @__PURE__ */
|
|
4217
|
+
return ko(), /* @__PURE__ */ oe(Dn, { children: [
|
|
4218
4218
|
/* @__PURE__ */ x(
|
|
4219
4219
|
qn,
|
|
4220
4220
|
{
|
|
@@ -4238,7 +4238,7 @@ var Gl = f.forwardRef(
|
|
|
4238
4238
|
)
|
|
4239
4239
|
}
|
|
4240
4240
|
),
|
|
4241
|
-
/* @__PURE__ */
|
|
4241
|
+
/* @__PURE__ */ oe(Dn, { children: [
|
|
4242
4242
|
/* @__PURE__ */ x(Xl, { titleId: s.titleId }),
|
|
4243
4243
|
/* @__PURE__ */ x(ql, { contentRef: l, descriptionId: s.descriptionId })
|
|
4244
4244
|
] })
|
|
@@ -5345,11 +5345,11 @@ const $e = {
|
|
|
5345
5345
|
style: { height: a }
|
|
5346
5346
|
}
|
|
5347
5347
|
}, { className: l, style: c } = s[o];
|
|
5348
|
-
return /* @__PURE__ */
|
|
5348
|
+
return /* @__PURE__ */ oe($e.Root, { direction: o, children: [
|
|
5349
5349
|
/* @__PURE__ */ x($e.Trigger, { asChild: !0, children: e }),
|
|
5350
|
-
/* @__PURE__ */
|
|
5350
|
+
/* @__PURE__ */ oe($e.Portal, { children: [
|
|
5351
5351
|
/* @__PURE__ */ x($e.Overlay, { className: "fixed inset-0 bg-transparent" }),
|
|
5352
|
-
/* @__PURE__ */
|
|
5352
|
+
/* @__PURE__ */ oe($e.Content, { className: `bg-drawer-bg z-10 flex flex-col p-4 outline-none ${l}`, style: c, children: [
|
|
5353
5353
|
/* @__PURE__ */ x($e.Close, {}),
|
|
5354
5354
|
/* @__PURE__ */ x($e.Title, { className: "text-text-primary mb-2 text-lg font-semibold", children: t }),
|
|
5355
5355
|
/* @__PURE__ */ x($e.Description, { className: "!text-text-secondary mb-2 !text-xs uppercase", children: n }),
|
|
@@ -7124,7 +7124,7 @@ function of({ className: e, align: t = "center", sideOffset: n = 4, width: r = 3
|
|
|
7124
7124
|
"data-slot": "popover-content",
|
|
7125
7125
|
align: t,
|
|
7126
7126
|
sideOffset: n,
|
|
7127
|
-
className:
|
|
7127
|
+
className: ae(
|
|
7128
7128
|
"bg-popover-bg text-popover-text data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0",
|
|
7129
7129
|
"data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2",
|
|
7130
7130
|
"data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 h-fit",
|
|
@@ -7137,7 +7137,7 @@ function of({ className: e, align: t = "center", sideOffset: n = 4, width: r = 3
|
|
|
7137
7137
|
) });
|
|
7138
7138
|
}
|
|
7139
7139
|
function af({ className: e, ...t }) {
|
|
7140
|
-
return /* @__PURE__ */ x("div", { "data-slot": "skeleton", className:
|
|
7140
|
+
return /* @__PURE__ */ x("div", { "data-slot": "skeleton", className: ae("bg-accent animate-pulse rounded-md", e), ...t });
|
|
7141
7141
|
}
|
|
7142
7142
|
function fd(e, t, { checkForDefaultPrevented: n = !0 } = {}) {
|
|
7143
7143
|
return function(o) {
|
|
@@ -7150,7 +7150,7 @@ function pd(...e) {
|
|
|
7150
7150
|
n && (typeof n == "function" ? n(t) : typeof n == "object" && "current" in n && (n.current = t));
|
|
7151
7151
|
};
|
|
7152
7152
|
}
|
|
7153
|
-
const vt =
|
|
7153
|
+
const vt = ie(function({ children: t, ...n }, r) {
|
|
7154
7154
|
if (!ki(t))
|
|
7155
7155
|
return t == null ? null : /* @__PURE__ */ x("span", { ...n, ref: r });
|
|
7156
7156
|
const o = t, a = o.props ?? {}, i = { ...a, ...n };
|
|
@@ -7203,7 +7203,7 @@ function gd(e) {
|
|
|
7203
7203
|
);
|
|
7204
7204
|
return [s, l];
|
|
7205
7205
|
}
|
|
7206
|
-
const fn = Qt(null), ja =
|
|
7206
|
+
const fn = Qt(null), ja = ie(
|
|
7207
7207
|
({
|
|
7208
7208
|
asChild: e,
|
|
7209
7209
|
className: t,
|
|
@@ -7260,7 +7260,7 @@ const fn = Qt(null), ja = ae(
|
|
|
7260
7260
|
setActiveIndex: S,
|
|
7261
7261
|
updateAtIndex: I
|
|
7262
7262
|
}, z = e ? vt : "div", T = w;
|
|
7263
|
-
return /* @__PURE__ */ x(fn.Provider, { value: O, children: /* @__PURE__ */
|
|
7263
|
+
return /* @__PURE__ */ x(fn.Provider, { value: O, children: /* @__PURE__ */ oe(
|
|
7264
7264
|
z,
|
|
7265
7265
|
{
|
|
7266
7266
|
ref: T,
|
|
@@ -7301,7 +7301,7 @@ function oo(e, t) {
|
|
|
7301
7301
|
i[l] - i[l - 1] < s && (i[l] = at(i[l - 1] + s, n, r));
|
|
7302
7302
|
return i;
|
|
7303
7303
|
}
|
|
7304
|
-
const Ga =
|
|
7304
|
+
const Ga = ie(
|
|
7305
7305
|
({ asChild: e, className: t, onPointerDown: n, ...r }, o) => {
|
|
7306
7306
|
const a = ft(fn);
|
|
7307
7307
|
if (!a) throw new Error("SliderTrack must be used within Slider");
|
|
@@ -7336,7 +7336,7 @@ const Ga = ae(
|
|
|
7336
7336
|
}
|
|
7337
7337
|
);
|
|
7338
7338
|
Ga.displayName = "SliderTrack";
|
|
7339
|
-
const Ya =
|
|
7339
|
+
const Ya = ie(
|
|
7340
7340
|
({ asChild: e, className: t, style: n, ...r }, o) => {
|
|
7341
7341
|
const a = ft(fn);
|
|
7342
7342
|
if (!a) throw new Error("SliderRange must be used within Slider");
|
|
@@ -7354,7 +7354,7 @@ const Ya = ae(
|
|
|
7354
7354
|
}
|
|
7355
7355
|
);
|
|
7356
7356
|
Ya.displayName = "SliderRange";
|
|
7357
|
-
const Xa =
|
|
7357
|
+
const Xa = ie(
|
|
7358
7358
|
({ asChild: e, className: t, index: n, onKeyDown: r, onPointerDown: o, ...a }, i) => {
|
|
7359
7359
|
const s = ft(fn);
|
|
7360
7360
|
if (!s) throw new Error("SliderThumb must be used within Slider");
|
|
@@ -7490,7 +7490,7 @@ const sf = ({
|
|
|
7490
7490
|
...p
|
|
7491
7491
|
}) => {
|
|
7492
7492
|
const m = n || t || [r];
|
|
7493
|
-
return /* @__PURE__ */
|
|
7493
|
+
return /* @__PURE__ */ oe(
|
|
7494
7494
|
ja,
|
|
7495
7495
|
{
|
|
7496
7496
|
"data-slot": "slider",
|
|
@@ -7505,7 +7505,7 @@ const sf = ({
|
|
|
7505
7505
|
onValueCommit: c,
|
|
7506
7506
|
disabled: u,
|
|
7507
7507
|
name: d,
|
|
7508
|
-
className:
|
|
7508
|
+
className: ae(
|
|
7509
7509
|
"relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50 data-[orientation=vertical]:h-full data-[orientation=vertical]:min-h-44 data-[orientation=vertical]:w-auto data-[orientation=vertical]:flex-col",
|
|
7510
7510
|
e
|
|
7511
7511
|
),
|
|
@@ -7515,14 +7515,14 @@ const sf = ({
|
|
|
7515
7515
|
Ga,
|
|
7516
7516
|
{
|
|
7517
7517
|
"data-slot": "slider-track",
|
|
7518
|
-
className:
|
|
7518
|
+
className: ae(
|
|
7519
7519
|
"bg-slider-track relative grow overflow-hidden rounded-full data-[orientation=horizontal]:h-1.5 data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-1.5"
|
|
7520
7520
|
),
|
|
7521
7521
|
children: /* @__PURE__ */ x(
|
|
7522
7522
|
Ya,
|
|
7523
7523
|
{
|
|
7524
7524
|
"data-slot": "slider-range",
|
|
7525
|
-
className:
|
|
7525
|
+
className: ae(
|
|
7526
7526
|
"bg-slider-range absolute data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full"
|
|
7527
7527
|
)
|
|
7528
7528
|
}
|
|
@@ -7557,7 +7557,7 @@ function pr(e) {
|
|
|
7557
7557
|
function bd(e, t, n) {
|
|
7558
7558
|
return Math.min(n, Math.max(t, e));
|
|
7559
7559
|
}
|
|
7560
|
-
const Ja = Qt(null), ei =
|
|
7560
|
+
const Ja = Qt(null), ei = ie(
|
|
7561
7561
|
({
|
|
7562
7562
|
asChild: e,
|
|
7563
7563
|
className: t,
|
|
@@ -7607,7 +7607,7 @@ const Ja = Qt(null), ei = ae(
|
|
|
7607
7607
|
},
|
|
7608
7608
|
[p, P]
|
|
7609
7609
|
), k = e ? vt : "button", I = h;
|
|
7610
|
-
return /* @__PURE__ */ x(Ja.Provider, { value: { checked: E, disabled: c }, children: /* @__PURE__ */
|
|
7610
|
+
return /* @__PURE__ */ x(Ja.Provider, { value: { checked: E, disabled: c }, children: /* @__PURE__ */ oe(
|
|
7611
7611
|
k,
|
|
7612
7612
|
{
|
|
7613
7613
|
id: w,
|
|
@@ -7660,7 +7660,7 @@ const Ja = Qt(null), ei = ae(
|
|
|
7660
7660
|
}
|
|
7661
7661
|
);
|
|
7662
7662
|
ei.displayName = "Switch";
|
|
7663
|
-
const ti =
|
|
7663
|
+
const ti = ie(({ asChild: e, className: t, ...n }, r) => {
|
|
7664
7664
|
const o = ft(Ja);
|
|
7665
7665
|
if (!o) throw new Error("SwitchThumb must be used within Switch");
|
|
7666
7666
|
return /* @__PURE__ */ x(
|
|
@@ -7679,12 +7679,12 @@ const ti = ae(({ asChild: e, className: t, ...n }, r) => {
|
|
|
7679
7679
|
);
|
|
7680
7680
|
});
|
|
7681
7681
|
ti.displayName = "SwitchThumb";
|
|
7682
|
-
const wd = Yn("text-sm leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"), Gt =
|
|
7682
|
+
const wd = Yn("text-sm leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"), Gt = ie(({ className: e, htmlFor: t, ...n }, r) => (
|
|
7683
7683
|
// eslint-disable-next-line jsx-a11y/label-has-associated-control
|
|
7684
|
-
/* @__PURE__ */ x("label", { htmlFor: t, ref: r, className:
|
|
7684
|
+
/* @__PURE__ */ x("label", { htmlFor: t, ref: r, className: ae(wd(), e), ...n })
|
|
7685
7685
|
));
|
|
7686
7686
|
Gt.displayName = "Label";
|
|
7687
|
-
const yd =
|
|
7687
|
+
const yd = ie(
|
|
7688
7688
|
({
|
|
7689
7689
|
className: e,
|
|
7690
7690
|
disabled: t,
|
|
@@ -7700,13 +7700,13 @@ const yd = ae(
|
|
|
7700
7700
|
...d
|
|
7701
7701
|
}, p) => {
|
|
7702
7702
|
const m = u === "squared";
|
|
7703
|
-
return /* @__PURE__ */
|
|
7703
|
+
return /* @__PURE__ */ oe("div", { className: "flex items-center", "data-testid": "switch-container", children: [
|
|
7704
7704
|
r === "left" && !c && /* @__PURE__ */ x(Gt, { htmlFor: n, className: "mr-2", "data-testid": "switch-label-left", children: o }),
|
|
7705
7705
|
/* @__PURE__ */ x(
|
|
7706
7706
|
ei,
|
|
7707
7707
|
{
|
|
7708
7708
|
"data-testid": "switch-root",
|
|
7709
|
-
className:
|
|
7709
|
+
className: ae(
|
|
7710
7710
|
m ? "peer data-[state=checked]:bg-switch-bg--checked data-[state=unchecked]:bg-switch-bg inline-flex h-6 w-10 shrink-0 items-center rounded-sm border-2 border-transparent transition-all outline-none focus-visible:ring-[3px] focus-visible:ring-black disabled:cursor-not-allowed disabled:opacity-50 [&_span]:rounded-[4px]" : "focus-visible:ring-ring focus-visible:ring-offset-background peer data-[state=checked]:bg-switch-bg--checked data-[state=unchecked]:bg-switch-bg inline-flex h-6 w-10 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-2xs transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-hidden disabled:cursor-not-allowed disabled:opacity-50",
|
|
7711
7711
|
e
|
|
7712
7712
|
),
|
|
@@ -7721,7 +7721,7 @@ const yd = ae(
|
|
|
7721
7721
|
children: /* @__PURE__ */ x(
|
|
7722
7722
|
ti,
|
|
7723
7723
|
{
|
|
7724
|
-
className:
|
|
7724
|
+
className: ae(
|
|
7725
7725
|
m ? "bg-switch-thumb pointer-events-none block size-5 rounded-full shadow-xs ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0 data-[state=checked]:rtl:-translate-x-4" : "bg-switch-thumb pointer-events-none block h-5 w-5 rounded-full shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0"
|
|
7726
7726
|
)
|
|
7727
7727
|
}
|
|
@@ -7734,7 +7734,7 @@ const yd = ae(
|
|
|
7734
7734
|
}
|
|
7735
7735
|
);
|
|
7736
7736
|
yd.displayName = "Switch";
|
|
7737
|
-
const xd =
|
|
7737
|
+
const xd = ie(function({
|
|
7738
7738
|
pressed: t,
|
|
7739
7739
|
defaultPressed: n = !1,
|
|
7740
7740
|
onPressedChange: r,
|
|
@@ -7792,7 +7792,7 @@ const xd = ae(function({
|
|
|
7792
7792
|
outline: "border-toggle-outline-border hover:bg-toggle-bg--hover"
|
|
7793
7793
|
},
|
|
7794
7794
|
size: {
|
|
7795
|
-
default: 'h-9 px-
|
|
7795
|
+
default: 'h-9 px-3 min-w-9 [&_svg:not([class*="size-"]):not([width]):not([height])]:size-4',
|
|
7796
7796
|
sm: 'h-8 px-1.5 min-w-8 [&_svg:not([class*="size-"]):not([width]):not([height])]:size-3',
|
|
7797
7797
|
lg: 'h-10 px-2.5 min-w-10 [&_svg:not([class*="size-"]):not([width]):not([height])]:size-5'
|
|
7798
7798
|
},
|
|
@@ -7807,13 +7807,13 @@ const xd = ae(function({
|
|
|
7807
7807
|
layout: "default"
|
|
7808
7808
|
}
|
|
7809
7809
|
}
|
|
7810
|
-
), lf =
|
|
7810
|
+
), lf = ie(
|
|
7811
7811
|
({ className: e, variant: t, size: n, layout: r, ...o }, a) => /* @__PURE__ */ x(
|
|
7812
7812
|
xd,
|
|
7813
7813
|
{
|
|
7814
7814
|
ref: a,
|
|
7815
7815
|
"data-slot": "toggle",
|
|
7816
|
-
className:
|
|
7816
|
+
className: ae(ni({ variant: t, size: n, layout: r }), e),
|
|
7817
7817
|
...o
|
|
7818
7818
|
}
|
|
7819
7819
|
)
|
|
@@ -7869,7 +7869,7 @@ const xd = ae(function({
|
|
|
7869
7869
|
}),
|
|
7870
7870
|
[o, R, y, r, a, n, P, t, g]
|
|
7871
7871
|
), k = a;
|
|
7872
|
-
return /* @__PURE__ */
|
|
7872
|
+
return /* @__PURE__ */ oe(
|
|
7873
7873
|
"div",
|
|
7874
7874
|
{
|
|
7875
7875
|
...v,
|
|
@@ -7888,7 +7888,7 @@ const xd = ae(function({
|
|
|
7888
7888
|
]
|
|
7889
7889
|
}
|
|
7890
7890
|
);
|
|
7891
|
-
}, Ed =
|
|
7891
|
+
}, Ed = ie(function({ value: t, disabled: n, className: r, children: o, onKeyDown: a, onClick: i, ...s }, l) {
|
|
7892
7892
|
const c = ft(ri);
|
|
7893
7893
|
if (!c) throw new Error("ToggleGroupItem must be used within ToggleGroup");
|
|
7894
7894
|
const { type: u, orientation: d, groupDisabled: p, setValue: m, isItemPressed: v, itemsSnapshot: h, register: g } = c, b = it(null);
|
|
@@ -7944,15 +7944,15 @@ const xd = ae(function({
|
|
|
7944
7944
|
"data-variant": t,
|
|
7945
7945
|
"data-size": n,
|
|
7946
7946
|
"data-layout": r,
|
|
7947
|
-
className:
|
|
7948
|
-
|
|
7947
|
+
className: ae(
|
|
7948
|
+
"group/toggle-group [&[data-variant='outline']]:bg-toggle-group-bg flex h-fit w-fit items-center rounded-md [&_button:first-of-type]:rounded-l-md [&_button:last-of-type]:rounded-r-md [&[data-variant='outline']]:gap-0.25",
|
|
7949
7949
|
e
|
|
7950
7950
|
),
|
|
7951
7951
|
...a,
|
|
7952
7952
|
children: /* @__PURE__ */ x(oi.Provider, { value: { variant: t, size: n, layout: r }, children: o })
|
|
7953
7953
|
}
|
|
7954
7954
|
);
|
|
7955
|
-
|
|
7955
|
+
ie(({ className: e, children: t, variant: n, size: r, value: o, layout: a, ...i }, s) => {
|
|
7956
7956
|
const l = ft(oi);
|
|
7957
7957
|
return /* @__PURE__ */ x(
|
|
7958
7958
|
Ed,
|
|
@@ -7963,7 +7963,7 @@ ae(({ className: e, children: t, variant: n, size: r, value: o, layout: a, ...i
|
|
|
7963
7963
|
"data-size": l.size || r,
|
|
7964
7964
|
"data-layout": l.layout || a,
|
|
7965
7965
|
value: o,
|
|
7966
|
-
className:
|
|
7966
|
+
className: ae(
|
|
7967
7967
|
ni({
|
|
7968
7968
|
variant: l.variant || n,
|
|
7969
7969
|
size: l.size || r,
|
|
@@ -7977,6 +7977,13 @@ ae(({ className: e, children: t, variant: n, size: r, value: o, layout: a, ...i
|
|
|
7977
7977
|
}
|
|
7978
7978
|
);
|
|
7979
7979
|
});
|
|
7980
|
+
const uf = ({ title: e, description: t, children: n }) => /* @__PURE__ */ oe("div", { className: "bg-background text-text-primary border-border-primary flex h-[72px] w-full justify-between border-b", children: [
|
|
7981
|
+
/* @__PURE__ */ oe("div", { className: "flex w-auto flex-col justify-center", children: [
|
|
7982
|
+
e && /* @__PURE__ */ x("h3", { className: "w-fit font-semibold", children: e }),
|
|
7983
|
+
t && /* @__PURE__ */ x("p", { className: "text-text-secondary m-0 w-fit text-sm", children: t })
|
|
7984
|
+
] }),
|
|
7985
|
+
/* @__PURE__ */ x("div", { className: "flex items-center", children: n })
|
|
7986
|
+
] });
|
|
7980
7987
|
var Sd = Object.freeze({
|
|
7981
7988
|
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
|
|
7982
7989
|
position: "absolute",
|
|
@@ -8000,7 +8007,7 @@ var Sd = Object.freeze({
|
|
|
8000
8007
|
)
|
|
8001
8008
|
);
|
|
8002
8009
|
ai.displayName = Rd;
|
|
8003
|
-
var Pd = ai, [pn,
|
|
8010
|
+
var Pd = ai, [pn, df] = Jt("Tooltip", [
|
|
8004
8011
|
cn
|
|
8005
8012
|
]), mn = cn(), ii = "TooltipProvider", Ad = 700, Un = "tooltip.open", [kd, mr] = pn(ii), si = (e) => {
|
|
8006
8013
|
const {
|
|
@@ -8181,7 +8188,7 @@ var ut = "TooltipContent", di = f.forwardRef(
|
|
|
8181
8188
|
onPointerDownOutside: i,
|
|
8182
8189
|
onFocusOutside: (d) => d.preventDefault(),
|
|
8183
8190
|
onDismiss: u,
|
|
8184
|
-
children: /* @__PURE__ */
|
|
8191
|
+
children: /* @__PURE__ */ oe(
|
|
8185
8192
|
Ma,
|
|
8186
8193
|
{
|
|
8187
8194
|
"data-state": l.stateAttribute,
|
|
@@ -8310,18 +8317,18 @@ function Wd(e) {
|
|
|
8310
8317
|
return n.pop(), t.length === 1 && n.length === 1 && t[0].x === n[0].x && t[0].y === n[0].y ? t : t.concat(n);
|
|
8311
8318
|
}
|
|
8312
8319
|
var Hd = si, Vd = li, Ud = ci, jd = ui, Gd = di, Yd = mi;
|
|
8313
|
-
const Xd = ({ delayDuration: e = 0, ...t }) => /* @__PURE__ */ x(Hd, { "data-slot": "tooltip-provider", delayDuration: e, ...t }),
|
|
8320
|
+
const Xd = ({ delayDuration: e = 0, ...t }) => /* @__PURE__ */ x(Hd, { "data-slot": "tooltip-provider", delayDuration: e, ...t }), ff = ({ ...e }) => /* @__PURE__ */ x(Xd, { children: /* @__PURE__ */ x(Vd, { "data-slot": "tooltip", ...e }) }), pf = ({ ...e }) => /* @__PURE__ */ x(Ud, { asChild: !0, "data-slot": "tooltip-trigger", ...e }), mf = ({
|
|
8314
8321
|
className: e,
|
|
8315
8322
|
children: t,
|
|
8316
8323
|
sideOffset: n = 0,
|
|
8317
8324
|
showArrow: r = !1,
|
|
8318
8325
|
...o
|
|
8319
|
-
}) => /* @__PURE__ */ x(jd, { children: /* @__PURE__ */
|
|
8326
|
+
}) => /* @__PURE__ */ x(jd, { children: /* @__PURE__ */ oe(
|
|
8320
8327
|
Gd,
|
|
8321
8328
|
{
|
|
8322
8329
|
"data-slot": "tooltip-content",
|
|
8323
8330
|
sideOffset: n,
|
|
8324
|
-
className:
|
|
8331
|
+
className: ae(
|
|
8325
8332
|
"bg-tooltip-bg text-text-primary pointer-events-auto z-50 w-fit rounded-md px-3 py-1.5 text-xs shadow-lg will-change-transform outline-none select-none",
|
|
8326
8333
|
"data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
|
|
8327
8334
|
"data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95",
|
|
@@ -8336,7 +8343,7 @@ const Xd = ({ delayDuration: e = 0, ...t }) => /* @__PURE__ */ x(Hd, { "data-slo
|
|
|
8336
8343
|
]
|
|
8337
8344
|
}
|
|
8338
8345
|
) });
|
|
8339
|
-
function
|
|
8346
|
+
function hf(e) {
|
|
8340
8347
|
const t = it(null);
|
|
8341
8348
|
return Ke(() => {
|
|
8342
8349
|
const n = (r) => {
|
|
@@ -8347,7 +8354,7 @@ function mf(e) {
|
|
|
8347
8354
|
};
|
|
8348
8355
|
}, [e]), t;
|
|
8349
8356
|
}
|
|
8350
|
-
const
|
|
8357
|
+
const gf = (e = "dark") => {
|
|
8351
8358
|
const [t, n] = dt(() => {
|
|
8352
8359
|
if (typeof window > "u") return e;
|
|
8353
8360
|
const a = localStorage.getItem("theme");
|
|
@@ -8373,10 +8380,11 @@ export {
|
|
|
8373
8380
|
yd as Switch,
|
|
8374
8381
|
lf as Toggle,
|
|
8375
8382
|
cf as ToggleGroup,
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
hf as
|
|
8383
|
+
uf as Toolbar,
|
|
8384
|
+
ff as Tooltip,
|
|
8385
|
+
mf as TooltipContent,
|
|
8386
|
+
pf as TooltipTrigger,
|
|
8387
|
+
ae as cn,
|
|
8388
|
+
hf as useOutsideClick,
|
|
8389
|
+
gf as useTheme
|
|
8382
8390
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width=
|
|
2
|
-
<path d=
|
|
3
|
-
<path opacity=
|
|
4
|
-
<path opacity=
|
|
5
|
-
<path d=
|
|
1
|
+
<svg width='320' height='84' viewBox='0 0 320 84' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
2
|
+
<path d='M18.265 42.2371C24.5816 35.6677 35.0319 35.4588 41.6063 41.7707C48.1807 48.0825 48.3898 58.5249 42.0731 65.0943L35.3323 72.1049C29.0157 78.6744 18.5654 78.8832 11.991 72.5714C5.41655 66.2596 5.20755 55.8172 11.5242 49.2477L18.265 42.2371Z' fill='white'/>
|
|
3
|
+
<path opacity='0.67' d='M72.4133 48.8111C78.7453 55.2295 78.7523 65.5614 72.3912 71.9881C65.98 78.4654 55.5278 78.5229 49.0455 72.1165L11.7372 35.2449L11.5863 35.0939C5.25442 28.6755 5.24746 18.3437 11.6085 11.917C18.0197 5.4397 28.472 5.38205 34.9542 11.7884L72.2626 48.6602L72.4133 48.8111Z' fill='white'/>
|
|
4
|
+
<path opacity='0.42' d='M48.3926 11.9951C54.7092 5.42574 65.1594 5.21687 71.7338 11.5286C78.3083 17.8405 78.5173 28.2829 72.2007 34.8523L65.4599 41.863C65.441 41.8826 65.4217 41.9018 65.4028 41.9214L41.9438 18.702L48.3926 11.9951Z' fill='white'/>
|
|
5
|
+
<path d='M105.6 65.108C103.872 65.044 102.187 64.724 100.544 64.148C98.9227 63.5507 97.4933 62.7507 96.256 61.748C95.04 60.724 94.1547 59.5507 93.6 58.228L98.208 56.244C98.528 56.9693 99.104 57.652 99.936 58.292C100.768 58.932 101.728 59.444 102.816 59.828C103.904 60.212 105.003 60.404 106.112 60.404C107.285 60.404 108.384 60.2227 109.408 59.86C110.432 59.4973 111.264 58.964 111.904 58.26C112.565 57.5347 112.896 56.6707 112.896 55.668C112.896 54.6013 112.533 53.7693 111.808 53.172C111.104 52.5533 110.208 52.0733 109.12 51.732C108.053 51.3693 106.965 51.028 105.856 50.708C103.659 50.1533 101.696 49.492 99.968 48.724C98.24 47.9347 96.8747 46.9427 95.872 45.748C94.8907 44.532 94.4 42.9853 94.4 41.108C94.4 39.124 94.944 37.4067 96.032 35.956C97.1413 34.5053 98.592 33.3853 100.384 32.596C102.176 31.8067 104.096 31.412 106.144 31.412C108.725 31.412 111.083 31.9667 113.216 33.076C115.349 34.1853 116.939 35.6893 117.984 37.588L113.664 40.116C113.301 39.348 112.747 38.676 112 38.1C111.253 37.5027 110.4 37.0333 109.44 36.692C108.48 36.3507 107.499 36.1693 106.496 36.148C105.259 36.1053 104.096 36.2653 103.008 36.628C101.941 36.9907 101.077 37.5453 100.416 38.292C99.776 39.0173 99.456 39.924 99.456 41.012C99.456 42.0787 99.7973 42.8893 100.48 43.444C101.184 43.9987 102.091 44.4467 103.2 44.788C104.331 45.108 105.557 45.4813 106.88 45.908C108.821 46.5267 110.635 47.2413 112.32 48.052C114.005 48.8627 115.36 49.876 116.384 51.092C117.429 52.308 117.941 53.812 117.92 55.604C117.92 57.5667 117.333 59.284 116.16 60.756C114.987 62.2067 113.461 63.316 111.584 64.084C109.728 64.852 107.733 65.1933 105.6 65.108ZM128.779 80.5H123.403V32.5H128.779V37.972C129.867 36.0947 131.317 34.58 133.131 33.428C134.944 32.2547 137.099 31.668 139.595 31.668C141.92 31.668 144.096 32.1053 146.123 32.98C148.171 33.8547 149.963 35.0707 151.499 36.628C153.035 38.164 154.24 39.9453 155.115 41.972C155.989 43.9987 156.427 46.1747 156.427 48.5C156.427 50.8253 155.989 53.012 155.115 55.06C154.24 57.108 153.035 58.9107 151.499 60.468C149.963 62.004 148.171 63.2093 146.123 64.084C144.096 64.9587 141.92 65.396 139.595 65.396C137.099 65.396 134.944 64.82 133.131 63.668C131.317 62.4947 129.867 60.9693 128.779 59.092V80.5ZM139.531 36.884C137.461 36.884 135.648 37.4067 134.091 38.452C132.533 39.4973 131.328 40.8947 130.475 42.644C129.643 44.3933 129.227 46.3453 129.227 48.5C129.227 50.6333 129.643 52.5853 130.475 54.356C131.328 56.1267 132.523 57.5347 134.059 58.58C135.616 59.6253 137.44 60.148 139.531 60.148C141.6 60.148 143.499 59.636 145.227 58.612C146.955 57.5667 148.341 56.1693 149.387 54.42C150.432 52.6493 150.955 50.676 150.955 48.5C150.955 46.3667 150.443 44.4253 149.419 42.676C148.395 40.9053 147.019 39.4973 145.291 38.452C143.563 37.4067 141.643 36.884 139.531 36.884ZM175.67 65.332C172.726 65.332 170.038 64.5747 167.606 63.06C165.195 61.5453 163.265 59.5187 161.814 56.98C160.385 54.42 159.67 51.5933 159.67 48.5C159.67 46.1533 160.086 43.9667 160.918 41.94C161.75 39.892 162.891 38.1 164.342 36.564C165.814 35.0067 167.521 33.7907 169.462 32.916C171.403 32.0413 173.473 31.604 175.67 31.604C178.081 31.604 180.289 32.0947 182.294 33.076C184.321 34.036 186.049 35.38 187.478 37.108C188.929 38.836 190.006 40.8413 190.71 43.124C191.435 45.4067 191.702 47.8493 191.51 50.452H165.398C165.654 52.2653 166.251 53.8867 167.19 55.316C168.129 56.724 169.323 57.844 170.774 58.676C172.246 59.508 173.878 59.9347 175.67 59.956C177.59 59.956 179.329 59.4653 180.886 58.484C182.443 57.4813 183.702 56.116 184.662 54.388L190.134 55.668C188.854 58.5053 186.923 60.8307 184.342 62.644C181.761 64.436 178.87 65.332 175.67 65.332ZM165.238 46.228H186.102C185.931 44.436 185.355 42.804 184.374 41.332C183.393 39.8387 182.145 38.644 180.63 37.748C179.115 36.852 177.462 36.404 175.67 36.404C173.878 36.404 172.235 36.8413 170.742 37.716C169.249 38.5907 168.011 39.7747 167.03 41.268C166.07 42.74 165.473 44.3933 165.238 46.228ZM218.763 56.052L223.563 58.644C222.112 60.6707 220.267 62.292 218.027 63.508C215.808 64.724 213.398 65.332 210.795 65.332C207.851 65.332 205.163 64.5747 202.731 63.06C200.32 61.5453 198.39 59.5187 196.939 56.98C195.51 54.42 194.795 51.5933 194.795 48.5C194.795 46.1533 195.211 43.9667 196.043 41.94C196.875 39.892 198.016 38.1 199.467 36.564C200.939 35.0067 202.646 33.7907 204.587 32.916C206.528 32.0413 208.598 31.604 210.795 31.604C213.398 31.604 215.808 32.212 218.027 33.428C220.267 34.644 222.112 36.276 223.563 38.324L218.763 40.916C217.739 39.6573 216.523 38.6867 215.115 38.004C213.707 37.3213 212.267 36.98 210.795 36.98C208.811 36.98 207.008 37.5133 205.387 38.58C203.787 39.6253 202.518 41.0227 201.579 42.772C200.64 44.5213 200.171 46.4307 200.171 48.5C200.171 50.5693 200.64 52.4787 201.579 54.228C202.539 55.956 203.819 57.3427 205.419 58.388C207.04 59.4333 208.832 59.956 210.795 59.956C212.374 59.956 213.856 59.5933 215.243 58.868C216.63 58.1427 217.803 57.204 218.763 56.052ZM245.916 37.876H238.652L238.62 64.5H233.244L233.276 37.876H227.772V32.5H233.276L233.244 22.452H238.62L238.652 32.5H245.916V37.876ZM251.653 64.5V32.5H257.029V36.5C258.159 35.0067 259.589 33.8227 261.317 32.948C263.045 32.052 264.922 31.604 266.949 31.604C268.186 31.604 269.381 31.764 270.533 32.084L268.357 37.46C267.482 37.1827 266.629 37.044 265.797 37.044C264.197 37.044 262.725 37.4387 261.381 38.228C260.058 38.996 259.002 40.0413 258.213 41.364C257.423 42.6867 257.029 44.1587 257.029 45.78V64.5H251.653ZM298.568 32.5H303.944V64.5H298.568L298.344 59.092C297.341 60.948 295.955 62.452 294.184 63.604C292.435 64.756 290.344 65.332 287.912 65.332C285.565 65.332 283.368 64.8947 281.32 64.02C279.272 63.124 277.459 61.8973 275.88 60.34C274.323 58.7613 273.107 56.948 272.232 54.9C271.357 52.852 270.92 50.644 270.92 48.276C270.92 45.9933 271.347 43.8387 272.2 41.812C273.053 39.7853 274.237 38.0147 275.752 36.5C277.288 34.964 279.059 33.7693 281.064 32.916C283.069 32.0413 285.224 31.604 287.528 31.604C290.045 31.604 292.253 32.2013 294.152 33.396C296.051 34.5693 297.587 36.0947 298.76 37.972L298.568 32.5ZM287.816 60.116C289.928 60.116 291.752 59.604 293.288 58.58C294.845 57.5347 296.04 56.1267 296.872 54.356C297.725 52.5853 298.152 50.6333 298.152 48.5C298.152 46.324 297.725 44.3613 296.872 42.612C296.019 40.8413 294.813 39.444 293.256 38.42C291.72 37.3747 289.907 36.852 287.816 36.852C285.704 36.852 283.784 37.3747 282.056 38.42C280.328 39.4653 278.952 40.8733 277.928 42.644C276.925 44.3933 276.424 46.3453 276.424 48.5C276.424 50.6547 276.947 52.6173 277.992 54.388C279.037 56.1373 280.424 57.5347 282.152 58.58C283.88 59.604 285.768 60.116 287.816 60.116ZM310.715 64.5V16.5H316.091V64.5H310.715Z' fill='white'/>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width=
|
|
2
|
-
<path d=
|
|
3
|
-
<path opacity=
|
|
4
|
-
<path opacity=
|
|
5
|
-
<path d=
|
|
1
|
+
<svg width='320' height='84' viewBox='0 0 320 84' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
2
|
+
<path d='M18.265 42.2371C24.5816 35.6677 35.0319 35.4588 41.6063 41.7707C48.1807 48.0825 48.3898 58.5249 42.0731 65.0943L35.3323 72.1049C29.0157 78.6744 18.5654 78.8833 11.991 72.5714C5.41655 66.2596 5.20755 55.8172 11.5242 49.2478L18.265 42.2371Z' fill='black'/>
|
|
3
|
+
<path opacity='0.67' d='M72.4135 48.8111C78.7455 55.2295 78.7525 65.5614 72.3914 71.9881C65.9802 78.4654 55.528 78.5229 49.0458 72.1165L11.7374 35.2449L11.5866 35.0939C5.25467 28.6755 5.24771 18.3437 11.6088 11.917C18.02 5.4397 28.4722 5.38205 34.9544 11.7884L72.2628 48.6602L72.4135 48.8111Z' fill='black'/>
|
|
4
|
+
<path opacity='0.42' d='M48.3924 11.9951C54.709 5.42574 65.1592 5.21687 71.7336 11.5286C78.308 17.8405 78.517 28.2829 72.2004 34.8523L65.4596 41.863C65.4407 41.8826 65.4215 41.9018 65.4025 41.9214L41.9436 18.702L48.3924 11.9951Z' fill='black'/>
|
|
5
|
+
<path d='M105.6 65.108C103.872 65.044 102.187 64.724 100.544 64.148C98.9227 63.5507 97.4933 62.7507 96.256 61.748C95.04 60.724 94.1547 59.5507 93.6 58.228L98.208 56.244C98.528 56.9693 99.104 57.652 99.936 58.292C100.768 58.932 101.728 59.444 102.816 59.828C103.904 60.212 105.003 60.404 106.112 60.404C107.285 60.404 108.384 60.2227 109.408 59.86C110.432 59.4973 111.264 58.964 111.904 58.26C112.565 57.5347 112.896 56.6707 112.896 55.668C112.896 54.6013 112.533 53.7693 111.808 53.172C111.104 52.5533 110.208 52.0733 109.12 51.732C108.053 51.3693 106.965 51.028 105.856 50.708C103.659 50.1533 101.696 49.492 99.968 48.724C98.24 47.9347 96.8747 46.9427 95.872 45.748C94.8907 44.532 94.4 42.9853 94.4 41.108C94.4 39.124 94.944 37.4067 96.032 35.956C97.1413 34.5053 98.592 33.3853 100.384 32.596C102.176 31.8067 104.096 31.412 106.144 31.412C108.725 31.412 111.083 31.9667 113.216 33.076C115.349 34.1853 116.939 35.6893 117.984 37.588L113.664 40.116C113.301 39.348 112.747 38.676 112 38.1C111.253 37.5027 110.4 37.0333 109.44 36.692C108.48 36.3507 107.499 36.1693 106.496 36.148C105.259 36.1053 104.096 36.2653 103.008 36.628C101.941 36.9907 101.077 37.5453 100.416 38.292C99.776 39.0173 99.456 39.924 99.456 41.012C99.456 42.0787 99.7973 42.8893 100.48 43.444C101.184 43.9987 102.091 44.4467 103.2 44.788C104.331 45.108 105.557 45.4813 106.88 45.908C108.821 46.5267 110.635 47.2413 112.32 48.052C114.005 48.8627 115.36 49.876 116.384 51.092C117.429 52.308 117.941 53.812 117.92 55.604C117.92 57.5667 117.333 59.284 116.16 60.756C114.987 62.2067 113.461 63.316 111.584 64.084C109.728 64.852 107.733 65.1933 105.6 65.108ZM128.779 80.5H123.403V32.5H128.779V37.972C129.867 36.0947 131.317 34.58 133.131 33.428C134.944 32.2547 137.099 31.668 139.595 31.668C141.92 31.668 144.096 32.1053 146.123 32.98C148.171 33.8547 149.963 35.0707 151.499 36.628C153.035 38.164 154.24 39.9453 155.115 41.972C155.989 43.9987 156.427 46.1747 156.427 48.5C156.427 50.8253 155.989 53.012 155.115 55.06C154.24 57.108 153.035 58.9107 151.499 60.468C149.963 62.004 148.171 63.2093 146.123 64.084C144.096 64.9587 141.92 65.396 139.595 65.396C137.099 65.396 134.944 64.82 133.131 63.668C131.317 62.4947 129.867 60.9693 128.779 59.092V80.5ZM139.531 36.884C137.461 36.884 135.648 37.4067 134.091 38.452C132.533 39.4973 131.328 40.8947 130.475 42.644C129.643 44.3933 129.227 46.3453 129.227 48.5C129.227 50.6333 129.643 52.5853 130.475 54.356C131.328 56.1267 132.523 57.5347 134.059 58.58C135.616 59.6253 137.44 60.148 139.531 60.148C141.6 60.148 143.499 59.636 145.227 58.612C146.955 57.5667 148.341 56.1693 149.387 54.42C150.432 52.6493 150.955 50.676 150.955 48.5C150.955 46.3667 150.443 44.4253 149.419 42.676C148.395 40.9053 147.019 39.4973 145.291 38.452C143.563 37.4067 141.643 36.884 139.531 36.884ZM175.67 65.332C172.726 65.332 170.038 64.5747 167.606 63.06C165.195 61.5453 163.265 59.5187 161.814 56.98C160.385 54.42 159.67 51.5933 159.67 48.5C159.67 46.1533 160.086 43.9667 160.918 41.94C161.75 39.892 162.891 38.1 164.342 36.564C165.814 35.0067 167.521 33.7907 169.462 32.916C171.403 32.0413 173.473 31.604 175.67 31.604C178.081 31.604 180.289 32.0947 182.294 33.076C184.321 34.036 186.049 35.38 187.478 37.108C188.929 38.836 190.006 40.8413 190.71 43.124C191.435 45.4067 191.702 47.8493 191.51 50.452H165.398C165.654 52.2653 166.251 53.8867 167.19 55.316C168.129 56.724 169.323 57.844 170.774 58.676C172.246 59.508 173.878 59.9347 175.67 59.956C177.59 59.956 179.329 59.4653 180.886 58.484C182.443 57.4813 183.702 56.116 184.662 54.388L190.134 55.668C188.854 58.5053 186.923 60.8307 184.342 62.644C181.761 64.436 178.87 65.332 175.67 65.332ZM165.238 46.228H186.102C185.931 44.436 185.355 42.804 184.374 41.332C183.393 39.8387 182.145 38.644 180.63 37.748C179.115 36.852 177.462 36.404 175.67 36.404C173.878 36.404 172.235 36.8413 170.742 37.716C169.249 38.5907 168.011 39.7747 167.03 41.268C166.07 42.74 165.473 44.3933 165.238 46.228ZM218.763 56.052L223.563 58.644C222.112 60.6707 220.267 62.292 218.027 63.508C215.808 64.724 213.398 65.332 210.795 65.332C207.851 65.332 205.163 64.5747 202.731 63.06C200.32 61.5453 198.39 59.5187 196.939 56.98C195.51 54.42 194.795 51.5933 194.795 48.5C194.795 46.1533 195.211 43.9667 196.043 41.94C196.875 39.892 198.016 38.1 199.467 36.564C200.939 35.0067 202.646 33.7907 204.587 32.916C206.528 32.0413 208.598 31.604 210.795 31.604C213.398 31.604 215.808 32.212 218.027 33.428C220.267 34.644 222.112 36.276 223.563 38.324L218.763 40.916C217.739 39.6573 216.523 38.6867 215.115 38.004C213.707 37.3213 212.267 36.98 210.795 36.98C208.811 36.98 207.008 37.5133 205.387 38.58C203.787 39.6253 202.518 41.0227 201.579 42.772C200.64 44.5213 200.171 46.4307 200.171 48.5C200.171 50.5693 200.64 52.4787 201.579 54.228C202.539 55.956 203.819 57.3427 205.419 58.388C207.04 59.4333 208.832 59.956 210.795 59.956C212.374 59.956 213.856 59.5933 215.243 58.868C216.63 58.1427 217.803 57.204 218.763 56.052ZM245.916 37.876H238.652L238.62 64.5H233.244L233.276 37.876H227.772V32.5H233.276L233.244 22.452H238.62L238.652 32.5H245.916V37.876ZM251.653 64.5V32.5H257.029V36.5C258.159 35.0067 259.589 33.8227 261.317 32.948C263.045 32.052 264.922 31.604 266.949 31.604C268.186 31.604 269.381 31.764 270.533 32.084L268.357 37.46C267.482 37.1827 266.629 37.044 265.797 37.044C264.197 37.044 262.725 37.4387 261.381 38.228C260.058 38.996 259.002 40.0413 258.213 41.364C257.423 42.6867 257.029 44.1587 257.029 45.78V64.5H251.653ZM298.568 32.5H303.944V64.5H298.568L298.344 59.092C297.341 60.948 295.955 62.452 294.184 63.604C292.435 64.756 290.344 65.332 287.912 65.332C285.565 65.332 283.368 64.8947 281.32 64.02C279.272 63.124 277.459 61.8973 275.88 60.34C274.323 58.7613 273.107 56.948 272.232 54.9C271.357 52.852 270.92 50.644 270.92 48.276C270.92 45.9933 271.347 43.8387 272.2 41.812C273.053 39.7853 274.237 38.0147 275.752 36.5C277.288 34.964 279.059 33.7693 281.064 32.916C283.069 32.0413 285.224 31.604 287.528 31.604C290.045 31.604 292.253 32.2013 294.152 33.396C296.051 34.5693 297.587 36.0947 298.76 37.972L298.568 32.5ZM287.816 60.116C289.928 60.116 291.752 59.604 293.288 58.58C294.845 57.5347 296.04 56.1267 296.872 54.356C297.725 52.5853 298.152 50.6333 298.152 48.5C298.152 46.324 297.725 44.3613 296.872 42.612C296.019 40.8413 294.813 39.444 293.256 38.42C291.72 37.3747 289.907 36.852 287.816 36.852C285.704 36.852 283.784 37.3747 282.056 38.42C280.328 39.4653 278.952 40.8733 277.928 42.644C276.925 44.3933 276.424 46.3453 276.424 48.5C276.424 50.6547 276.947 52.6173 277.992 54.388C279.037 56.1373 280.424 57.5347 282.152 58.58C283.88 59.604 285.768 60.116 287.816 60.116ZM310.715 64.5V16.5H316.091V64.5H310.715Z' fill='black'/>
|
|
6
6
|
</svg>
|