rechtspilot-ui 1.2.0 → 1.2.1
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/chunks-native.cjs +1 -6
- package/dist/chunks-native.js +311 -488
- package/dist/chunks.cjs +1 -6
- package/dist/chunks.js +708 -885
- package/dist/icons.es.js +2 -4
- package/dist/icons.native.es.js +2 -4
- package/dist/index.cjs +91 -91
- package/dist/index.es.js +1136 -1137
- package/dist/index.native.cjs +5 -5
- package/dist/index.native.es.js +142 -143
- package/package.json +1 -1
package/dist/chunks-native.js
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const t = e(import.meta.url);
|
|
1
|
+
import { Fragment as e, jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
3
2
|
//#region \0rolldown/runtime.js
|
|
4
|
-
var
|
|
5
|
-
let
|
|
6
|
-
for (var i in e) n
|
|
3
|
+
var r = Object.defineProperty, i = (e, t) => {
|
|
4
|
+
let n = {};
|
|
5
|
+
for (var i in e) r(n, i, {
|
|
7
6
|
get: e[i],
|
|
8
7
|
enumerable: !0
|
|
9
8
|
});
|
|
10
|
-
return t || n
|
|
11
|
-
}, a =
|
|
12
|
-
if (t !== void 0) return t.apply(this, arguments);
|
|
13
|
-
throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
|
|
14
|
-
}), o = {
|
|
9
|
+
return t || r(n, Symbol.toStringTag, { value: "Module" }), n;
|
|
10
|
+
}, a = {
|
|
15
11
|
25: "hsla(100, 71%, 96%, 1)",
|
|
16
12
|
50: "hsla(100, 31%, 92%, 1)",
|
|
17
13
|
100: "hsla(100, 71%, 88%, 1)",
|
|
@@ -25,7 +21,7 @@ var n = Object.defineProperty, r = (e, t) => () => (t || e((t = { exports: {} })
|
|
|
25
21
|
800: "hsla(120, 50%, 24%, 1)",
|
|
26
22
|
900: "hsla(130, 52%, 18%, 1)",
|
|
27
23
|
950: "hsla(130, 52%, 14%, 1)"
|
|
28
|
-
},
|
|
24
|
+
}, o = {
|
|
29
25
|
"0-A8": "hsla(0, 0%, 100%, 0.8)",
|
|
30
26
|
25: "hsla(180, 7%, 97%, 1)",
|
|
31
27
|
50: "hsla(150, 7%, 95%, 1)",
|
|
@@ -43,9 +39,9 @@ var n = Object.defineProperty, r = (e, t) => () => (t || e((t = { exports: {} })
|
|
|
43
39
|
"800-A16": "hsla(150, 7%, 16%, .16)",
|
|
44
40
|
900: "hsla(150, 7%, 12%, 1)",
|
|
45
41
|
950: "hsla(150, 10%, 8%, 1)"
|
|
46
|
-
},
|
|
47
|
-
primary:
|
|
48
|
-
neutral:
|
|
42
|
+
}, s = {
|
|
43
|
+
primary: a,
|
|
44
|
+
neutral: o,
|
|
49
45
|
fg: {
|
|
50
46
|
primary: "hsla(130, 52%, 18%, 1)",
|
|
51
47
|
secondary: "hsla(150, 8%, 39%, 1)",
|
|
@@ -60,10 +56,10 @@ var n = Object.defineProperty, r = (e, t) => () => (t || e((t = { exports: {} })
|
|
|
60
56
|
},
|
|
61
57
|
bg: {
|
|
62
58
|
base: "hsla(0, 0%, 100%, 1)",
|
|
63
|
-
primary:
|
|
59
|
+
primary: a[50],
|
|
64
60
|
secondary: "hsla(180, 7%, 97%, 1)",
|
|
65
61
|
elevated: "hsla(0, 0%, 100%, 0.6)",
|
|
66
|
-
tertiary:
|
|
62
|
+
tertiary: o[50]
|
|
67
63
|
},
|
|
68
64
|
sf: {
|
|
69
65
|
primary: "hsla(100, 71%, 58%, 1)",
|
|
@@ -71,9 +67,9 @@ var n = Object.defineProperty, r = (e, t) => () => (t || e((t = { exports: {} })
|
|
|
71
67
|
tertiary: "hsla(180, 7%, 97%, 1)",
|
|
72
68
|
tertiaryHover: "hsla(180, 7%, 94%, 1)",
|
|
73
69
|
light: {
|
|
74
|
-
action:
|
|
70
|
+
action: a[25],
|
|
75
71
|
error: "hsla(17, 100%, 97%, 1)",
|
|
76
|
-
tertiary:
|
|
72
|
+
tertiary: o[50],
|
|
77
73
|
warning: "hsla(40, 100%, 97%, 1)"
|
|
78
74
|
},
|
|
79
75
|
base: "hsla(150, 7%, 16%, 0.04)",
|
|
@@ -93,7 +89,7 @@ var n = Object.defineProperty, r = (e, t) => () => (t || e((t = { exports: {} })
|
|
|
93
89
|
cream: "hsla(17, 100%, 97%, 1)",
|
|
94
90
|
coralTint: "hsla(17, 100%, 85%, 1)",
|
|
95
91
|
signatureInk: "hsla(222, 77%, 51%, 1)"
|
|
96
|
-
},
|
|
92
|
+
}, c = {
|
|
97
93
|
title: {
|
|
98
94
|
fontFamily: "Lora",
|
|
99
95
|
fontWeight: 500
|
|
@@ -110,190 +106,17 @@ var n = Object.defineProperty, r = (e, t) => () => (t || e((t = { exports: {} })
|
|
|
110
106
|
fontFamily: "Inter",
|
|
111
107
|
fontWeight: 600
|
|
112
108
|
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
else r = n;
|
|
119
|
-
return n = r.ref, {
|
|
120
|
-
$$typeof: t,
|
|
121
|
-
type: e,
|
|
122
|
-
key: i,
|
|
123
|
-
ref: n === void 0 ? null : n,
|
|
124
|
-
props: r
|
|
125
|
-
};
|
|
126
|
-
}
|
|
127
|
-
e.Fragment = n, e.jsx = r, e.jsxs = r;
|
|
128
|
-
})), d = /* @__PURE__ */ r(((e) => {
|
|
129
|
-
process.env.NODE_ENV !== "production" && (function() {
|
|
130
|
-
function t(e) {
|
|
131
|
-
if (e == null) return null;
|
|
132
|
-
if (typeof e == "function") return e.$$typeof === k ? null : e.displayName || e.name || null;
|
|
133
|
-
if (typeof e == "string") return e;
|
|
134
|
-
switch (e) {
|
|
135
|
-
case v: return "Fragment";
|
|
136
|
-
case b: return "Profiler";
|
|
137
|
-
case y: return "StrictMode";
|
|
138
|
-
case w: return "Suspense";
|
|
139
|
-
case T: return "SuspenseList";
|
|
140
|
-
case O: return "Activity";
|
|
141
|
-
}
|
|
142
|
-
if (typeof e == "object") switch (typeof e.tag == "number" && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), e.$$typeof) {
|
|
143
|
-
case _: return "Portal";
|
|
144
|
-
case S: return e.displayName || "Context";
|
|
145
|
-
case x: return (e._context.displayName || "Context") + ".Consumer";
|
|
146
|
-
case C:
|
|
147
|
-
var n = e.render;
|
|
148
|
-
return e = e.displayName, e ||= (e = n.displayName || n.name || "", e === "" ? "ForwardRef" : "ForwardRef(" + e + ")"), e;
|
|
149
|
-
case E: return n = e.displayName || null, n === null ? t(e.type) || "Memo" : n;
|
|
150
|
-
case D:
|
|
151
|
-
n = e._payload, e = e._init;
|
|
152
|
-
try {
|
|
153
|
-
return t(e(n));
|
|
154
|
-
} catch {}
|
|
155
|
-
}
|
|
156
|
-
return null;
|
|
157
|
-
}
|
|
158
|
-
function n(e) {
|
|
159
|
-
return "" + e;
|
|
160
|
-
}
|
|
161
|
-
function r(e) {
|
|
162
|
-
try {
|
|
163
|
-
n(e);
|
|
164
|
-
var t = !1;
|
|
165
|
-
} catch {
|
|
166
|
-
t = !0;
|
|
167
|
-
}
|
|
168
|
-
if (t) {
|
|
169
|
-
t = console;
|
|
170
|
-
var r = t.error, i = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
171
|
-
return r.call(t, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", i), n(e);
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
function i(e) {
|
|
175
|
-
if (e === v) return "<>";
|
|
176
|
-
if (typeof e == "object" && e && e.$$typeof === D) return "<...>";
|
|
177
|
-
try {
|
|
178
|
-
var n = t(e);
|
|
179
|
-
return n ? "<" + n + ">" : "<...>";
|
|
180
|
-
} catch {
|
|
181
|
-
return "<...>";
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
function o() {
|
|
185
|
-
var e = A.A;
|
|
186
|
-
return e === null ? null : e.getOwner();
|
|
187
|
-
}
|
|
188
|
-
function s() {
|
|
189
|
-
return Error("react-stack-top-frame");
|
|
190
|
-
}
|
|
191
|
-
function c(e) {
|
|
192
|
-
if (j.call(e, "key")) {
|
|
193
|
-
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
194
|
-
if (t && t.isReactWarning) return !1;
|
|
195
|
-
}
|
|
196
|
-
return e.key !== void 0;
|
|
197
|
-
}
|
|
198
|
-
function l(e, t) {
|
|
199
|
-
function n() {
|
|
200
|
-
P || (P = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", t));
|
|
201
|
-
}
|
|
202
|
-
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
203
|
-
get: n,
|
|
204
|
-
configurable: !0
|
|
205
|
-
});
|
|
206
|
-
}
|
|
207
|
-
function u() {
|
|
208
|
-
var e = t(this.type);
|
|
209
|
-
return F[e] || (F[e] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")), e = this.props.ref, e === void 0 ? null : e;
|
|
210
|
-
}
|
|
211
|
-
function d(e, t, n, r, i, a) {
|
|
212
|
-
var o = n.ref;
|
|
213
|
-
return e = {
|
|
214
|
-
$$typeof: g,
|
|
215
|
-
type: e,
|
|
216
|
-
key: t,
|
|
217
|
-
props: n,
|
|
218
|
-
_owner: r
|
|
219
|
-
}, (o === void 0 ? null : o) === null ? Object.defineProperty(e, "ref", {
|
|
220
|
-
enumerable: !1,
|
|
221
|
-
value: null
|
|
222
|
-
}) : Object.defineProperty(e, "ref", {
|
|
223
|
-
enumerable: !1,
|
|
224
|
-
get: u
|
|
225
|
-
}), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
226
|
-
configurable: !1,
|
|
227
|
-
enumerable: !1,
|
|
228
|
-
writable: !0,
|
|
229
|
-
value: 0
|
|
230
|
-
}), Object.defineProperty(e, "_debugInfo", {
|
|
231
|
-
configurable: !1,
|
|
232
|
-
enumerable: !1,
|
|
233
|
-
writable: !0,
|
|
234
|
-
value: null
|
|
235
|
-
}), Object.defineProperty(e, "_debugStack", {
|
|
236
|
-
configurable: !1,
|
|
237
|
-
enumerable: !1,
|
|
238
|
-
writable: !0,
|
|
239
|
-
value: i
|
|
240
|
-
}), Object.defineProperty(e, "_debugTask", {
|
|
241
|
-
configurable: !1,
|
|
242
|
-
enumerable: !1,
|
|
243
|
-
writable: !0,
|
|
244
|
-
value: a
|
|
245
|
-
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
246
|
-
}
|
|
247
|
-
function f(e, n, i, a, s, u) {
|
|
248
|
-
var f = n.children;
|
|
249
|
-
if (f !== void 0) if (a) if (M(f)) {
|
|
250
|
-
for (a = 0; a < f.length; a++) p(f[a]);
|
|
251
|
-
Object.freeze && Object.freeze(f);
|
|
252
|
-
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
253
|
-
else p(f);
|
|
254
|
-
if (j.call(n, "key")) {
|
|
255
|
-
f = t(e);
|
|
256
|
-
var m = Object.keys(n).filter(function(e) {
|
|
257
|
-
return e !== "key";
|
|
258
|
-
});
|
|
259
|
-
a = 0 < m.length ? "{key: someKey, " + m.join(": ..., ") + ": ...}" : "{key: someKey}", R[f + a] || (m = 0 < m.length ? "{" + m.join(": ..., ") + ": ...}" : "{}", console.error("A props object containing a \"key\" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />", a, f, m, f), R[f + a] = !0);
|
|
260
|
-
}
|
|
261
|
-
if (f = null, i !== void 0 && (r(i), f = "" + i), c(n) && (r(n.key), f = "" + n.key), "key" in n) for (var h in i = {}, n) h !== "key" && (i[h] = n[h]);
|
|
262
|
-
else i = n;
|
|
263
|
-
return f && l(i, typeof e == "function" ? e.displayName || e.name || "Unknown" : e), d(e, f, i, o(), s, u);
|
|
264
|
-
}
|
|
265
|
-
function p(e) {
|
|
266
|
-
m(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e && e.$$typeof === D && (e._payload.status === "fulfilled" ? m(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
267
|
-
}
|
|
268
|
-
function m(e) {
|
|
269
|
-
return typeof e == "object" && !!e && e.$$typeof === g;
|
|
270
|
-
}
|
|
271
|
-
var h = a("react"), g = Symbol.for("react.transitional.element"), _ = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), b = Symbol.for("react.profiler"), x = Symbol.for("react.consumer"), S = Symbol.for("react.context"), C = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), T = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), O = Symbol.for("react.activity"), k = Symbol.for("react.client.reference"), A = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, j = Object.prototype.hasOwnProperty, M = Array.isArray, N = console.createTask ? console.createTask : function() {
|
|
272
|
-
return null;
|
|
273
|
-
};
|
|
274
|
-
h = { react_stack_bottom_frame: function(e) {
|
|
275
|
-
return e();
|
|
276
|
-
} };
|
|
277
|
-
var P, F = {}, I = h.react_stack_bottom_frame.bind(h, s)(), L = N(i(s)), R = {};
|
|
278
|
-
e.Fragment = v, e.jsx = function(e, t, n) {
|
|
279
|
-
var r = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
280
|
-
return f(e, t, n, !1, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
281
|
-
}, e.jsxs = function(e, t, n) {
|
|
282
|
-
var r = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
283
|
-
return f(e, t, n, !0, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
284
|
-
};
|
|
285
|
-
})();
|
|
286
|
-
})), f = /* @__PURE__ */ r(((e, t) => {
|
|
287
|
-
process.env.NODE_ENV === "production" ? t.exports = u() : t.exports = d();
|
|
288
|
-
})), p = f();
|
|
289
|
-
function m({ color: e = c.primary[800] }) {
|
|
290
|
-
return /* @__PURE__ */ (0, p.jsx)("svg", {
|
|
109
|
+
};
|
|
110
|
+
//#endregion
|
|
111
|
+
//#region src/icons/ArrowUp.tsx
|
|
112
|
+
function l({ color: e = s.primary[800] }) {
|
|
113
|
+
return /* @__PURE__ */ t("svg", {
|
|
291
114
|
width: "14",
|
|
292
115
|
height: "18",
|
|
293
116
|
viewBox: "0 0 14 18",
|
|
294
117
|
fill: "none",
|
|
295
118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
296
|
-
children: /* @__PURE__ */ (
|
|
119
|
+
children: /* @__PURE__ */ t("path", {
|
|
297
120
|
id: "Icon",
|
|
298
121
|
d: "M1 7L6.99998 1M6.99998 1L13 7M6.99998 1V17",
|
|
299
122
|
stroke: e,
|
|
@@ -305,18 +128,18 @@ function m({ color: e = c.primary[800] }) {
|
|
|
305
128
|
}
|
|
306
129
|
//#endregion
|
|
307
130
|
//#region src/lib/utils.ts
|
|
308
|
-
var
|
|
131
|
+
var u = (e) => e === "small" ? "24" : e === "large" ? "64" : isNaN(Number(e)) ? "24" : `${e}`;
|
|
309
132
|
//#endregion
|
|
310
133
|
//#region src/icons/Attach.tsx
|
|
311
|
-
function
|
|
312
|
-
return /* @__PURE__ */ (
|
|
134
|
+
function d({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
135
|
+
return /* @__PURE__ */ t("svg", {
|
|
313
136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
314
|
-
width:
|
|
315
|
-
height:
|
|
137
|
+
width: u(n),
|
|
138
|
+
height: u(n),
|
|
316
139
|
viewBox: "0 0 24 24",
|
|
317
140
|
fill: "none",
|
|
318
|
-
...
|
|
319
|
-
children: /* @__PURE__ */ (
|
|
141
|
+
...r,
|
|
142
|
+
children: /* @__PURE__ */ t("path", {
|
|
320
143
|
d: "M14 2C11.2386 2 9 4.23858 9 7V15C9 16.6569 10.3431 18 12 18C13.6569 18 15 16.6569 15 15V7C15 6.44772 14.5523 6 14 6C13.4477 6 13 6.44772 13 7V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V7C11 5.34315 12.3431 4 14 4C15.6569 4 17 5.34315 17 7V15C17 17.7614 14.7614 20 12 20C9.23858 20 7 17.7614 7 15V11C7 10.4477 6.55228 10 6 10C5.44772 10 5 10.4477 5 11V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15V7C19 4.23858 16.7614 2 14 2Z",
|
|
321
144
|
fill: e
|
|
322
145
|
})
|
|
@@ -324,15 +147,15 @@ function g({ color: e = c.fg.tertiary, size: t = "small", ...n }) {
|
|
|
324
147
|
}
|
|
325
148
|
//#endregion
|
|
326
149
|
//#region src/icons/Calendar.tsx
|
|
327
|
-
function
|
|
328
|
-
return /* @__PURE__ */ (
|
|
150
|
+
function f({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
151
|
+
return /* @__PURE__ */ t("svg", {
|
|
329
152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
330
|
-
width:
|
|
331
|
-
height:
|
|
153
|
+
width: u(n),
|
|
154
|
+
height: u(n),
|
|
332
155
|
viewBox: "0 0 24 24",
|
|
333
156
|
fill: "none",
|
|
334
|
-
...
|
|
335
|
-
children: /* @__PURE__ */ (
|
|
157
|
+
...r,
|
|
158
|
+
children: /* @__PURE__ */ t("path", {
|
|
336
159
|
d: "M4 10H20M8 5V3M16 5V3M6 20H18C19.1046 20 20 19.1046 20 18V7C20 5.89543 19.1046 5 18 5H6C4.89543 5 4 5.89543 4 7V18C4 19.1046 4.89543 20 6 20Z",
|
|
337
160
|
stroke: e,
|
|
338
161
|
strokeWidth: "2",
|
|
@@ -343,23 +166,23 @@ function _({ color: e = c.fg.tertiary, size: t = "small", ...n }) {
|
|
|
343
166
|
}
|
|
344
167
|
//#endregion
|
|
345
168
|
//#region src/icons/Chevron.tsx
|
|
346
|
-
function
|
|
347
|
-
return /* @__PURE__ */ (
|
|
169
|
+
function p({ color: e = s.primary[900], size: n = "small", direction: r = "right", ...i }) {
|
|
170
|
+
return /* @__PURE__ */ t("svg", {
|
|
348
171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
349
|
-
width:
|
|
350
|
-
height:
|
|
172
|
+
width: u(n),
|
|
173
|
+
height: u(n),
|
|
351
174
|
viewBox: "0 0 24 24",
|
|
352
175
|
fill: "none",
|
|
353
176
|
style: { transform: `${(() => {
|
|
354
|
-
switch (
|
|
177
|
+
switch (r) {
|
|
355
178
|
case "right": return "rotate(180deg)";
|
|
356
179
|
case "up": return "rotate(90deg)";
|
|
357
180
|
case "down": return "rotate(-90deg)";
|
|
358
181
|
default: return "rotate(0deg)";
|
|
359
182
|
}
|
|
360
183
|
})()}` },
|
|
361
|
-
...
|
|
362
|
-
children: /* @__PURE__ */ (
|
|
184
|
+
...i,
|
|
185
|
+
children: /* @__PURE__ */ t("path", {
|
|
363
186
|
d: "M14.2929 19.7071C14.6834 20.0976 15.3166 20.0976 15.7071 19.7071C16.0976 19.3166 16.0976 18.6834 15.7071 18.2929L14.2929 19.7071ZM8 12L7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12C7 12.2652 7.10536 12.5196 7.29289 12.7071L8 12ZM15.7071 5.70711C16.0976 5.31658 16.0976 4.68342 15.7071 4.29289C15.3166 3.90237 14.6834 3.90237 14.2929 4.29289L15.7071 5.70711ZM15.7071 18.2929L8.70711 11.2929L7.29289 12.7071L14.2929 19.7071L15.7071 18.2929ZM8.70711 12.7071L15.7071 5.70711L14.2929 4.29289L7.29289 11.2929L8.70711 12.7071Z",
|
|
364
187
|
fill: e
|
|
365
188
|
})
|
|
@@ -367,15 +190,15 @@ function v({ color: e = c.primary[900], size: t = "small", direction: n = "right
|
|
|
367
190
|
}
|
|
368
191
|
//#endregion
|
|
369
192
|
//#region src/icons/Check.tsx
|
|
370
|
-
function
|
|
371
|
-
return /* @__PURE__ */ (
|
|
193
|
+
function m({ color: e = s.sf.primary, size: n = "small", ...r }) {
|
|
194
|
+
return /* @__PURE__ */ t("svg", {
|
|
372
195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
373
|
-
width:
|
|
374
|
-
height:
|
|
196
|
+
width: u(n),
|
|
197
|
+
height: u(n),
|
|
375
198
|
viewBox: "0 0 24 24",
|
|
376
199
|
fill: "none",
|
|
377
|
-
...
|
|
378
|
-
children: /* @__PURE__ */ (
|
|
200
|
+
...r,
|
|
201
|
+
children: /* @__PURE__ */ t("path", {
|
|
379
202
|
d: "M7 12L11 16L17 7",
|
|
380
203
|
stroke: e,
|
|
381
204
|
strokeWidth: "2",
|
|
@@ -386,17 +209,17 @@ function y({ color: e = c.sf.primary, size: t = "small", ...n }) {
|
|
|
386
209
|
}
|
|
387
210
|
//#endregion
|
|
388
211
|
//#region src/icons/CheckCircle.tsx
|
|
389
|
-
function
|
|
390
|
-
return /* @__PURE__ */ (
|
|
212
|
+
function h({ size: e = "small", color: n = s.primary[600], ...r }) {
|
|
213
|
+
return /* @__PURE__ */ t("svg", {
|
|
391
214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
392
|
-
width:
|
|
393
|
-
height:
|
|
215
|
+
width: u(e),
|
|
216
|
+
height: u(e),
|
|
394
217
|
viewBox: "0 0 24 24",
|
|
395
218
|
fill: "none",
|
|
396
|
-
...
|
|
397
|
-
children: /* @__PURE__ */ (
|
|
219
|
+
...r,
|
|
220
|
+
children: /* @__PURE__ */ t("path", {
|
|
398
221
|
d: "M15 9.5L10.5 15L8.5 13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
|
|
399
|
-
stroke:
|
|
222
|
+
stroke: n,
|
|
400
223
|
strokeWidth: "2",
|
|
401
224
|
strokeLinecap: "round",
|
|
402
225
|
strokeLinejoin: "round"
|
|
@@ -405,15 +228,15 @@ function b({ size: e = "small", color: t = c.primary[600], ...n }) {
|
|
|
405
228
|
}
|
|
406
229
|
//#endregion
|
|
407
230
|
//#region src/icons/Close.tsx
|
|
408
|
-
function
|
|
409
|
-
return /* @__PURE__ */ (
|
|
231
|
+
function g({ color: e = s.primary[900], size: n = "small", ...r }) {
|
|
232
|
+
return /* @__PURE__ */ t("svg", {
|
|
410
233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
411
|
-
width:
|
|
412
|
-
height:
|
|
234
|
+
width: u(n),
|
|
235
|
+
height: u(n),
|
|
413
236
|
viewBox: "0 0 24 24",
|
|
414
237
|
fill: "none",
|
|
415
|
-
...
|
|
416
|
-
children: /* @__PURE__ */ (
|
|
238
|
+
...r,
|
|
239
|
+
children: /* @__PURE__ */ t("path", {
|
|
417
240
|
d: "M7 7.00003L17 17M17 7.00003L7 17",
|
|
418
241
|
stroke: e,
|
|
419
242
|
strokeWidth: "2",
|
|
@@ -424,17 +247,17 @@ function x({ color: e = c.primary[900], size: t = "small", ...n }) {
|
|
|
424
247
|
}
|
|
425
248
|
//#endregion
|
|
426
249
|
//#region src/icons/Cloud.tsx
|
|
427
|
-
function
|
|
428
|
-
return /* @__PURE__ */ (
|
|
250
|
+
function _({ size: e = "small", color: n = s.primary[900], ...r }) {
|
|
251
|
+
return /* @__PURE__ */ t("svg", {
|
|
429
252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
430
|
-
width:
|
|
431
|
-
height:
|
|
253
|
+
width: u(e),
|
|
254
|
+
height: u(e),
|
|
432
255
|
viewBox: "0 0 24 24",
|
|
433
256
|
fill: "none",
|
|
434
|
-
...
|
|
435
|
-
children: /* @__PURE__ */ (
|
|
257
|
+
...r,
|
|
258
|
+
children: /* @__PURE__ */ t("path", {
|
|
436
259
|
d: "M12 12V18.5M12 18.5L14.5 16M12 18.5L9.5 16M7 19C4.23858 19 2 16.7614 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C15.3137 5 18 7.68629 18 11C20.2091 11 22 12.7909 22 15C22 17.2091 20.2091 19 18 19",
|
|
437
|
-
stroke:
|
|
260
|
+
stroke: n,
|
|
438
261
|
strokeWidth: "2",
|
|
439
262
|
strokeLinecap: "round",
|
|
440
263
|
strokeLinejoin: "round"
|
|
@@ -443,19 +266,19 @@ function S({ size: e = "small", color: t = c.primary[900], ...n }) {
|
|
|
443
266
|
}
|
|
444
267
|
//#endregion
|
|
445
268
|
//#region src/icons/Compose.tsx
|
|
446
|
-
function
|
|
447
|
-
return /* @__PURE__ */ (
|
|
269
|
+
function v({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
270
|
+
return /* @__PURE__ */ n("svg", {
|
|
448
271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
449
|
-
width:
|
|
450
|
-
height:
|
|
272
|
+
width: u(r),
|
|
273
|
+
height: u(r),
|
|
451
274
|
viewBox: "0 0 24 24",
|
|
452
275
|
fill: "none",
|
|
453
|
-
...
|
|
454
|
-
children: [/* @__PURE__ */ (
|
|
276
|
+
...i,
|
|
277
|
+
children: [/* @__PURE__ */ t("path", {
|
|
455
278
|
d: "M17.1923 3.70714C17.5828 3.31661 18.216 3.31661 18.6065 3.70714L20.0207 5.12135C20.4113 5.51188 20.4113 6.14504 20.0207 6.53556L12.2426 14.3137H9.41413V11.4853L17.1923 3.70714Z",
|
|
456
279
|
stroke: e,
|
|
457
280
|
strokeWidth: "2"
|
|
458
|
-
}), /* @__PURE__ */ (
|
|
281
|
+
}), /* @__PURE__ */ t("path", {
|
|
459
282
|
d: "M11 4.00003H6C4.89543 4.00003 4 4.89546 4 6.00003V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V13",
|
|
460
283
|
stroke: e,
|
|
461
284
|
strokeWidth: "2",
|
|
@@ -465,20 +288,20 @@ function C({ color: e = c.primary[900], size: t = "small", ...n }) {
|
|
|
465
288
|
}
|
|
466
289
|
//#endregion
|
|
467
290
|
//#region src/icons/Data.tsx
|
|
468
|
-
function
|
|
469
|
-
return /* @__PURE__ */ (
|
|
291
|
+
function y({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
292
|
+
return /* @__PURE__ */ n("svg", {
|
|
470
293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
471
|
-
width:
|
|
472
|
-
height:
|
|
294
|
+
width: u(r),
|
|
295
|
+
height: u(r),
|
|
473
296
|
viewBox: "0 0 24 24",
|
|
474
297
|
fill: "none",
|
|
475
|
-
...
|
|
476
|
-
children: [/* @__PURE__ */ (
|
|
298
|
+
...i,
|
|
299
|
+
children: [/* @__PURE__ */ t("path", {
|
|
477
300
|
d: "M13 3.50003V7.00003C13 8.1046 13.8954 9.00003 15 9.00003H18.5M9 13H12M9 17H15.5",
|
|
478
301
|
stroke: e,
|
|
479
302
|
strokeWidth: "2",
|
|
480
303
|
strokeLinecap: "round"
|
|
481
|
-
}), /* @__PURE__ */ (
|
|
304
|
+
}), /* @__PURE__ */ t("path", {
|
|
482
305
|
d: "M5 5.00003C5 3.89546 5.89543 3.00003 7 3.00003H13L19 9.00003V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19V5.00003Z",
|
|
483
306
|
stroke: e,
|
|
484
307
|
strokeWidth: "2"
|
|
@@ -487,16 +310,16 @@ function w({ color: e = c.primary[900], size: t = "small", ...n }) {
|
|
|
487
310
|
}
|
|
488
311
|
//#endregion
|
|
489
312
|
//#region src/icons/DoubleChevron.tsx
|
|
490
|
-
function
|
|
491
|
-
return /* @__PURE__ */ (
|
|
313
|
+
function b({ color: e = s.primary[900], size: n = "small", direction: r = "right", ...i }) {
|
|
314
|
+
return /* @__PURE__ */ t("svg", {
|
|
492
315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
|
-
width:
|
|
494
|
-
height:
|
|
316
|
+
width: u(n),
|
|
317
|
+
height: u(n),
|
|
495
318
|
viewBox: "0 0 24 24",
|
|
496
319
|
fill: "none",
|
|
497
|
-
style: { transform: `${
|
|
498
|
-
...
|
|
499
|
-
children: /* @__PURE__ */ (
|
|
320
|
+
style: { transform: `${r === "left" && "rotate(180deg)"}` },
|
|
321
|
+
...i,
|
|
322
|
+
children: /* @__PURE__ */ t("path", {
|
|
500
323
|
fillRule: "evenodd",
|
|
501
324
|
clipRule: "evenodd",
|
|
502
325
|
d: "M13.2929 7.29289C12.9024 7.68342 12.9024 8.31658 13.2929 8.70711L16.5858 12L13.2929 15.2929C12.9024 15.6834 12.9024 16.3166 13.2929 16.7071C13.6834 17.0976 14.3166 17.0976 14.7071 16.7071L18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L14.7071 7.29289C14.3166 6.90237 13.6834 6.90237 13.2929 7.29289ZM6.29289 7.29289C5.90237 7.68342 5.90237 8.31658 6.29289 8.70711L9.58579 12L6.29289 15.2929C5.90237 15.6834 5.90237 16.3166 6.29289 16.7071C6.68342 17.0976 7.31658 17.0976 7.70711 16.7071L11.7071 12.7071C12.0976 12.3166 12.0976 11.6834 11.7071 11.2929L7.70711 7.29289C7.31658 6.90237 6.68342 6.90237 6.29289 7.29289Z",
|
|
@@ -506,23 +329,23 @@ function T({ color: e = c.primary[900], size: t = "small", direction: n = "right
|
|
|
506
329
|
}
|
|
507
330
|
//#endregion
|
|
508
331
|
//#region src/icons/Edit.tsx
|
|
509
|
-
function
|
|
510
|
-
return /* @__PURE__ */ (
|
|
332
|
+
function x({ size: e = "small", color: r = s.fg.tertiary, ...i }) {
|
|
333
|
+
return /* @__PURE__ */ n("svg", {
|
|
511
334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
512
|
-
width:
|
|
513
|
-
height:
|
|
335
|
+
width: u(e),
|
|
336
|
+
height: u(e),
|
|
514
337
|
viewBox: "0 0 24 24",
|
|
515
338
|
fill: "none",
|
|
516
|
-
...
|
|
517
|
-
children: [/* @__PURE__ */ (
|
|
339
|
+
...i,
|
|
340
|
+
children: [/* @__PURE__ */ t("path", {
|
|
518
341
|
d: "M10.8553 5.89466L11.5833 5.16667L13.75 3L17 6.25L14.8333 8.41667L14.1053 9.14466M10.8553 5.89466L4 12.75V16H7.25L14.1053 9.14466M10.8553 5.89466L14.1053 9.14466",
|
|
519
|
-
stroke:
|
|
342
|
+
stroke: r,
|
|
520
343
|
strokeWidth: "2",
|
|
521
344
|
strokeLinecap: "round",
|
|
522
345
|
strokeLinejoin: "round"
|
|
523
|
-
}), /* @__PURE__ */ (
|
|
346
|
+
}), /* @__PURE__ */ t("path", {
|
|
524
347
|
d: "M4 20L20 20",
|
|
525
|
-
stroke:
|
|
348
|
+
stroke: r,
|
|
526
349
|
strokeWidth: "2",
|
|
527
350
|
strokeLinecap: "round",
|
|
528
351
|
strokeLinejoin: "round"
|
|
@@ -531,15 +354,15 @@ function E({ size: e = "small", color: t = c.fg.tertiary, ...n }) {
|
|
|
531
354
|
}
|
|
532
355
|
//#endregion
|
|
533
356
|
//#region src/icons/Email.tsx
|
|
534
|
-
function
|
|
535
|
-
return /* @__PURE__ */ (
|
|
357
|
+
function S({ color: e = s.primary[900], size: n = "small", ...r }) {
|
|
358
|
+
return /* @__PURE__ */ t("svg", {
|
|
536
359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
537
|
-
width:
|
|
538
|
-
height:
|
|
360
|
+
width: u(n),
|
|
361
|
+
height: u(n),
|
|
539
362
|
viewBox: "0 0 24 24",
|
|
540
363
|
fill: "none",
|
|
541
|
-
...
|
|
542
|
-
children: /* @__PURE__ */ (
|
|
364
|
+
...r,
|
|
365
|
+
children: /* @__PURE__ */ t("path", {
|
|
543
366
|
d: "M21 5H22C22 4.44772 21.5523 4 21 4V5ZM21 19V20C21.5523 20 22 19.5523 22 19H21ZM3 19H2C2 19.5523 2.44772 20 3 20V19ZM3 5V4C2.44772 4 2 4.44772 2 5H3ZM12 13L11.3668 13.774C11.7351 14.0754 12.2649 14.0754 12.6332 13.774L12 13ZM20 5V19H22V5H20ZM21 18H3V20H21V18ZM4 19V5H2V19H4ZM3 6H21V4H3V6ZM20.3668 4.86241L11.3668 12.226L12.6332 13.774L21.6332 6.41033L20.3668 4.86241ZM12.6332 12.226L3.63324 4.86241L2.36676 6.41033L11.3668 13.774L12.6332 12.226Z",
|
|
544
367
|
fill: e
|
|
545
368
|
})
|
|
@@ -547,15 +370,15 @@ function D({ color: e = c.primary[900], size: t = "small", ...n }) {
|
|
|
547
370
|
}
|
|
548
371
|
//#endregion
|
|
549
372
|
//#region src/icons/Enter.tsx
|
|
550
|
-
function
|
|
551
|
-
return /* @__PURE__ */ (
|
|
373
|
+
function C({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
374
|
+
return /* @__PURE__ */ t("svg", {
|
|
552
375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
553
|
-
width:
|
|
554
|
-
height:
|
|
376
|
+
width: u(n),
|
|
377
|
+
height: u(n),
|
|
555
378
|
viewBox: "0 0 24 24",
|
|
556
379
|
fill: "none",
|
|
557
|
-
...
|
|
558
|
-
children: /* @__PURE__ */ (
|
|
380
|
+
...r,
|
|
381
|
+
children: /* @__PURE__ */ t("path", {
|
|
559
382
|
d: "M20 5V15H4M4 15L8 11M4 15L8 19",
|
|
560
383
|
stroke: e,
|
|
561
384
|
strokeWidth: "2",
|
|
@@ -566,23 +389,23 @@ function O({ color: e = c.fg.tertiary, size: t = "small", ...n }) {
|
|
|
566
389
|
}
|
|
567
390
|
//#endregion
|
|
568
391
|
//#region src/icons/ErrorCircle.tsx
|
|
569
|
-
function
|
|
570
|
-
return /* @__PURE__ */ (
|
|
392
|
+
function w({ size: e = "small", color: r = s.primary[600], ...i }) {
|
|
393
|
+
return /* @__PURE__ */ n("svg", {
|
|
571
394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
572
|
-
width:
|
|
573
|
-
height:
|
|
395
|
+
width: u(e),
|
|
396
|
+
height: u(e),
|
|
574
397
|
viewBox: "0 0 24 24",
|
|
575
398
|
fill: "none",
|
|
576
|
-
...
|
|
577
|
-
children: [/* @__PURE__ */ (
|
|
399
|
+
...i,
|
|
400
|
+
children: [/* @__PURE__ */ t("path", {
|
|
578
401
|
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
|
|
579
|
-
stroke:
|
|
402
|
+
stroke: r,
|
|
580
403
|
strokeWidth: "2",
|
|
581
404
|
strokeLinecap: "round",
|
|
582
405
|
strokeLinejoin: "round"
|
|
583
|
-
}), /* @__PURE__ */ (
|
|
406
|
+
}), /* @__PURE__ */ t("path", {
|
|
584
407
|
d: "M9 9L15 15M15 9L9 15",
|
|
585
|
-
stroke:
|
|
408
|
+
stroke: r,
|
|
586
409
|
strokeWidth: "2",
|
|
587
410
|
strokeLinecap: "round"
|
|
588
411
|
})]
|
|
@@ -590,20 +413,20 @@ function k({ size: e = "small", color: t = c.primary[600], ...n }) {
|
|
|
590
413
|
}
|
|
591
414
|
//#endregion
|
|
592
415
|
//#region src/icons/Home.tsx
|
|
593
|
-
function
|
|
594
|
-
return /* @__PURE__ */ (
|
|
416
|
+
function T({ color: e = s.white, size: r = "small", ...i }) {
|
|
417
|
+
return /* @__PURE__ */ n("svg", {
|
|
595
418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
596
|
-
width:
|
|
597
|
-
height:
|
|
419
|
+
width: u(r),
|
|
420
|
+
height: u(r),
|
|
598
421
|
viewBox: "0 0 32 32",
|
|
599
422
|
fill: "none",
|
|
600
|
-
...
|
|
601
|
-
children: [/* @__PURE__ */ (
|
|
423
|
+
...i,
|
|
424
|
+
children: [/* @__PURE__ */ t("path", {
|
|
602
425
|
d: "M5.33334 11.6667L16 3L26.6667 11.6667V26.6667H5.33334V11.6667Z",
|
|
603
426
|
stroke: e,
|
|
604
427
|
strokeWidth: "2",
|
|
605
428
|
strokeLinejoin: "round"
|
|
606
|
-
}), /* @__PURE__ */ (
|
|
429
|
+
}), /* @__PURE__ */ t("path", {
|
|
607
430
|
d: "M12 17.3333H20V26.6667H12V17.3333Z",
|
|
608
431
|
stroke: e,
|
|
609
432
|
strokeWidth: "2",
|
|
@@ -613,21 +436,21 @@ function A({ color: e = c.white, size: t = "small", ...n }) {
|
|
|
613
436
|
}
|
|
614
437
|
//#endregion
|
|
615
438
|
//#region src/icons/Info.tsx
|
|
616
|
-
function
|
|
617
|
-
return /* @__PURE__ */ (
|
|
439
|
+
function E({ color: e = "#7D8983", ...r }) {
|
|
440
|
+
return /* @__PURE__ */ n("svg", {
|
|
618
441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
619
442
|
width: "20",
|
|
620
443
|
height: "20",
|
|
621
444
|
viewBox: "0 0 20 20",
|
|
622
445
|
fill: "none",
|
|
623
|
-
...
|
|
624
|
-
children: [/* @__PURE__ */ (
|
|
446
|
+
...r,
|
|
447
|
+
children: [/* @__PURE__ */ t("path", {
|
|
625
448
|
d: "M9.16667 9.16667H10L10 13.3333M17.5 10C17.5 14.1421 14.1421 17.5 10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5C14.1421 2.5 17.5 5.85786 17.5 10Z",
|
|
626
449
|
stroke: e,
|
|
627
450
|
strokeWidth: "1.5",
|
|
628
451
|
strokeLinecap: "round",
|
|
629
452
|
strokeLinejoin: "round"
|
|
630
|
-
}), /* @__PURE__ */ (
|
|
453
|
+
}), /* @__PURE__ */ t("rect", {
|
|
631
454
|
x: "9.37504",
|
|
632
455
|
y: "6.04167",
|
|
633
456
|
width: "1.25",
|
|
@@ -641,15 +464,15 @@ function j({ color: e = "#7D8983", ...t }) {
|
|
|
641
464
|
}
|
|
642
465
|
//#endregion
|
|
643
466
|
//#region src/icons/Login.tsx
|
|
644
|
-
function
|
|
645
|
-
return /* @__PURE__ */ (
|
|
467
|
+
function D({ color: e = s.fg.accent.error, size: n = "small", ...r }) {
|
|
468
|
+
return /* @__PURE__ */ t("svg", {
|
|
646
469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
647
|
-
width:
|
|
648
|
-
height:
|
|
470
|
+
width: u(n),
|
|
471
|
+
height: u(n),
|
|
649
472
|
viewBox: "0 0 24 24",
|
|
650
473
|
fill: "none",
|
|
651
|
-
...
|
|
652
|
-
children: /* @__PURE__ */ (
|
|
474
|
+
...r,
|
|
475
|
+
children: /* @__PURE__ */ t("path", {
|
|
653
476
|
d: "M15 4.00012L19 4.00012C19.5523 4.00012 20 4.44784 20 5.00012L20 19.0001C20 19.5524 19.5523 20.0001 19 20.0001H15M14.5 12.0001H4M14.5 12.0001L11 15.5001M14.5 12.0001L11 8.50012",
|
|
654
477
|
stroke: e,
|
|
655
478
|
strokeWidth: "1.5",
|
|
@@ -660,9 +483,9 @@ function M({ color: e = c.fg.accent.error, size: t = "small", ...n }) {
|
|
|
660
483
|
}
|
|
661
484
|
//#endregion
|
|
662
485
|
//#region src/icons/Logo.tsx
|
|
663
|
-
function
|
|
664
|
-
return /* @__PURE__ */ (
|
|
665
|
-
...
|
|
486
|
+
function O({ full: r = !0 }) {
|
|
487
|
+
return /* @__PURE__ */ n("svg", {
|
|
488
|
+
...r ? {
|
|
666
489
|
width: "135",
|
|
667
490
|
height: "40",
|
|
668
491
|
viewBox: "0 0 135 40"
|
|
@@ -674,69 +497,69 @@ function N({ full: e = !0 }) {
|
|
|
674
497
|
fill: "none",
|
|
675
498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
676
499
|
children: [
|
|
677
|
-
|
|
678
|
-
/* @__PURE__ */ (
|
|
500
|
+
r && /* @__PURE__ */ n(e, { children: [
|
|
501
|
+
/* @__PURE__ */ t("path", {
|
|
679
502
|
d: "M42.8828 24.6605L38.5744 19.8648H37.1901V24.6605H34.5391V11.5986H40.7971C43.6039 11.5986 45.4759 13.256 45.4759 15.7317C45.4759 17.9157 44.0141 19.4747 41.7329 19.8069L46.1195 24.661H42.8834L42.8828 24.6605ZM40.7971 17.4666C42.0252 17.4666 42.8435 16.7647 42.8435 15.7311C42.8435 14.6976 42.0252 13.9962 40.7971 13.9962H37.1901V17.4666H40.7971Z",
|
|
680
503
|
fill: "#134B33"
|
|
681
504
|
}),
|
|
682
|
-
/* @__PURE__ */ (
|
|
505
|
+
/* @__PURE__ */ t("path", {
|
|
683
506
|
d: "M55.6923 20.4886H48.2843C48.5372 21.892 49.532 22.7502 50.7212 22.7502C51.4811 22.7502 52.4365 22.6524 53.1384 21.4631L55.4393 21.951C54.5817 23.9782 52.8462 24.9533 50.7212 24.9533C47.9718 24.9533 45.7305 22.8676 45.7305 19.8068C45.7305 16.7461 47.9724 14.6408 50.76 14.6408C53.3526 14.6408 55.595 16.6483 55.6923 19.6118V20.4897V20.4886ZM48.3619 18.6755H53.0603C52.7287 17.4278 51.7935 16.8816 50.76 16.8816C49.7849 16.8816 48.6743 17.4666 48.3619 18.6755Z",
|
|
684
507
|
fill: "#134B33"
|
|
685
508
|
}),
|
|
686
|
-
/* @__PURE__ */ (
|
|
509
|
+
/* @__PURE__ */ t("path", {
|
|
687
510
|
d: "M64.1299 20.7033L66.5084 21.3075C65.9627 23.5302 63.9546 24.9533 61.6346 24.9533C58.7879 24.9533 56.4297 22.8676 56.4297 19.8068C56.4297 16.7461 58.7885 14.6408 61.6346 14.6408C63.8961 14.6408 65.8649 16.0441 66.5084 18.2276L64.0327 18.9295C63.6814 17.565 62.7653 16.9996 61.6346 16.9996C60.016 16.9996 58.9251 18.15 58.9251 19.8074C58.9251 21.4648 60.0165 22.5945 61.6346 22.5945C62.7653 22.5945 63.6814 22.0487 64.1299 20.7038V20.7033Z",
|
|
688
511
|
fill: "#134B33"
|
|
689
512
|
}),
|
|
690
|
-
/* @__PURE__ */ (
|
|
513
|
+
/* @__PURE__ */ t("path", {
|
|
691
514
|
d: "M77.2127 18.7334V24.6605H74.6392V19.2797C74.6392 17.9151 73.8596 16.9985 72.6704 16.9985C71.2086 16.9985 70.2532 17.9736 70.2532 20.352V24.6605H67.6797V10.624H70.2532V15.8092C71.013 15.0488 72.0269 14.6397 73.3139 14.6397C75.6531 14.6397 77.2127 16.3162 77.2127 18.7334Z",
|
|
692
515
|
fill: "#134B33"
|
|
693
516
|
}),
|
|
694
|
-
/* @__PURE__ */ (
|
|
517
|
+
/* @__PURE__ */ t("path", {
|
|
695
518
|
d: "M88.6166 21.5609C88.7526 22.5551 89.6108 22.8862 90.6241 22.8862C91.5796 22.8862 92.1444 22.4574 92.1444 21.9111C92.1444 21.5609 91.9112 21.2097 91.0721 21.0343L89.0836 20.6246C87.329 20.2548 86.3354 19.26 86.3354 17.8567C86.3354 15.9851 87.8556 14.6402 90.3128 14.6402C92.6131 14.6402 94.2115 15.8295 94.5431 17.5256L92.0865 18.0129C91.9893 17.2334 91.307 16.668 90.2346 16.668C89.1623 16.668 88.9094 17.1749 88.9094 17.6234C88.9094 17.9359 89.0257 18.2669 89.7862 18.4423L92.1062 18.9492C93.822 19.319 94.66 20.3914 94.66 21.6975C94.66 23.8416 92.925 24.9533 90.3903 24.9533C88.2462 24.9533 86.2769 24.1153 86.0234 22.087L88.6166 21.5609Z",
|
|
696
519
|
fill: "#134B33"
|
|
697
520
|
}),
|
|
698
|
-
/* @__PURE__ */ (
|
|
521
|
+
/* @__PURE__ */ t("path", {
|
|
699
522
|
d: "M106.434 19.8063C106.434 22.8671 104.133 24.9527 101.657 24.9527C100.331 24.9527 99.259 24.5627 98.4407 23.8995V27.9747H95.8672V14.9325H98.4407V15.712C99.259 15.0297 100.331 14.6397 101.657 14.6397C104.133 14.6397 106.434 16.745 106.434 19.8058V19.8063ZM103.938 19.8063C103.938 18.0123 102.768 16.8816 101.208 16.8816C99.8238 16.8816 98.4401 18.0123 98.4401 19.8063C98.4401 21.6003 99.8238 22.7108 101.208 22.7108C102.767 22.7108 103.938 21.5997 103.938 19.8063Z",
|
|
700
523
|
fill: "#134B33"
|
|
701
524
|
}),
|
|
702
|
-
/* @__PURE__ */ (
|
|
525
|
+
/* @__PURE__ */ t("path", {
|
|
703
526
|
d: "M110.588 12.0274C110.588 12.885 109.925 13.528 109.029 13.528C108.132 13.528 107.469 12.885 107.469 12.0274C107.469 11.1698 108.112 10.4869 109.029 10.4869C109.946 10.4869 110.588 11.208 110.588 12.0274ZM107.742 24.6605V14.9325H110.315V24.6605H107.742Z",
|
|
704
527
|
fill: "#134B33"
|
|
705
528
|
}),
|
|
706
|
-
/* @__PURE__ */ (
|
|
529
|
+
/* @__PURE__ */ t("path", {
|
|
707
530
|
d: "M112.402 24.6605V10.624H114.976V24.6605H112.402Z",
|
|
708
531
|
fill: "#134B33"
|
|
709
532
|
}),
|
|
710
|
-
/* @__PURE__ */ (
|
|
533
|
+
/* @__PURE__ */ t("path", {
|
|
711
534
|
d: "M126.692 19.8063C126.692 22.8671 124.294 24.9139 121.447 24.9139C118.601 24.9139 116.145 22.8671 116.145 19.8063C116.145 16.7455 118.542 14.6987 121.447 14.6987C124.352 14.6987 126.692 16.7455 126.692 19.8063ZM124.197 19.8063C124.197 17.9932 122.793 16.9012 121.447 16.9012C120.102 16.9012 118.64 17.9932 118.64 19.8063C118.64 21.6194 120.044 22.7108 121.447 22.7108C122.851 22.7108 124.197 21.6194 124.197 19.8063Z",
|
|
712
535
|
fill: "#134B33"
|
|
713
536
|
}),
|
|
714
|
-
/* @__PURE__ */ (
|
|
537
|
+
/* @__PURE__ */ t("path", {
|
|
715
538
|
d: "M83.6447 22.5546C82.787 22.5464 82.2216 22.0477 82.2216 20.8781V17.0373H85.3993V14.9325H82.2216V11.9881H79.6482V14.9325H77.5625V17.0373H79.6482V21.0731C79.6482 23.7438 81.1684 24.9527 83.4693 24.9527C84.2876 24.9527 84.9896 24.7774 86.0035 24.2316L85.2939 22.1766C85.2939 22.1766 84.2488 22.5601 83.6447 22.5546Z",
|
|
716
539
|
fill: "#134B33"
|
|
717
540
|
}),
|
|
718
|
-
/* @__PURE__ */ (
|
|
541
|
+
/* @__PURE__ */ t("path", {
|
|
719
542
|
d: "M132.578 22.5546C131.721 22.5464 131.155 22.0477 131.155 20.8781V17.0373H134.333V14.9325H131.155V11.9881H128.582V14.9325H126.496V17.0373H128.582V21.0731C128.582 23.7438 130.102 24.9527 132.403 24.9527C133.221 24.9527 133.923 24.7774 134.937 24.2316L134.227 22.1766C134.227 22.1766 133.182 22.5601 132.578 22.5546Z",
|
|
720
543
|
fill: "#134B33"
|
|
721
544
|
})
|
|
722
545
|
] }),
|
|
723
|
-
/* @__PURE__ */ (
|
|
546
|
+
/* @__PURE__ */ t("path", {
|
|
724
547
|
d: "M24.3321 14.5687H24.0901V12.3879C25.039 11.9001 26.663 10.9649 27.0307 10.1122C27.4584 9.11742 27.264 8.19422 26.4527 7.36772C25.1521 6.04301 23.6072 5.06464 22.1126 4.11905L22.0383 4.07206C20.3673 3.01448 18.8028 2.32891 17.2563 1.97602C17.2328 1.96947 17.2082 1.96455 17.2033 1.96401C17.1929 1.96127 17.1825 1.95854 17.1716 1.95636C16.9913 1.91648 16.7564 1.86622 16.5401 1.83126C15.7256 1.66847 15.0215 1.59309 14.3239 1.59309C13.6263 1.59309 12.9178 1.66957 12.1312 1.82689C11.8919 1.86677 11.6592 1.91648 11.4636 1.95964C11.4363 1.9651 11.4237 1.96783 11.4172 1.97001C9.8532 2.32728 8.28049 3.01503 6.60945 4.07261L6.53406 4.12068C5.04056 5.06628 3.4957 6.0441 2.19558 7.36881C1.38437 8.19532 1.19044 9.11906 1.61817 10.1138C1.98581 10.9655 3.60987 11.9007 4.55875 12.3885V14.5692H4.31729C2.53973 14.5692 1.09375 16.0152 1.09375 17.7922V21.001C1.09375 22.7786 2.53973 24.2245 4.31729 24.2245H4.84117C5.33554 25.9934 6.78425 27.3765 7.9489 28.4887L8.06526 28.6002C10.0417 30.4897 11.9722 31.4086 13.9672 31.4086H14.6806C16.675 31.4086 18.6056 30.4903 20.5825 28.6002L20.6989 28.4887C21.8641 27.3765 23.3122 25.9934 23.8066 24.2245H24.331C26.1086 24.2245 27.5546 22.7786 27.5546 21.001V17.7922C27.5546 16.0152 26.1086 14.5692 24.331 14.5692L24.3321 14.5687Z",
|
|
725
548
|
fill: "#134C33"
|
|
726
549
|
}),
|
|
727
|
-
/* @__PURE__ */ (
|
|
550
|
+
/* @__PURE__ */ t("path", {
|
|
728
551
|
d: "M22.6438 11.7597V13.6476C20.6936 13.0304 17.6809 12.3022 14.3219 12.3022C10.9629 12.3022 7.94909 13.0304 6 13.6476V11.7597C8.76632 10.7273 11.5146 10.2039 14.1689 10.2039C14.1952 10.2039 14.2208 10.205 14.2465 10.2061C14.2957 10.2083 14.347 10.2083 14.3978 10.2061C14.4235 10.205 14.4492 10.2039 14.4754 10.2039C17.1297 10.2039 19.878 10.7273 22.6443 11.7597H22.6438Z",
|
|
729
552
|
fill: "white"
|
|
730
553
|
}),
|
|
731
|
-
/* @__PURE__ */ (
|
|
554
|
+
/* @__PURE__ */ t("path", {
|
|
732
555
|
d: "M15.6827 25.6569C14.7027 25.6569 13.9051 26.2037 13.9051 26.8756C13.9051 27.5475 14.7021 28.0943 15.6827 28.0943C16.3087 28.0943 16.8927 27.8654 17.2122 27.4967C18.4539 27.3558 19.5656 27.0706 20.5199 26.6494C20.2615 26.9106 19.995 27.1662 19.7032 27.4448L19.5863 27.5562C17.8672 29.1994 16.3087 29.9648 14.6814 29.9648H13.9679C12.3406 29.9648 10.7821 29.1994 9.06298 27.5562L8.94608 27.4443C7.61427 26.1731 6.10547 24.732 6.10547 22.9326V20.3701C6.10711 20.3493 6.1082 20.328 6.1082 20.3067V15.3274C8.14907 16.5259 11.1388 17.2132 14.3247 17.2132C17.5105 17.2132 20.4997 16.5265 22.5411 15.3274V20.3067C22.5411 20.3296 22.5422 20.3515 22.5438 20.3706V22.9326C22.5438 23.2014 22.5045 23.5259 22.4439 23.7591C22.4193 23.8542 22.3718 23.9421 22.3035 24.0208C21.1798 25.3133 19.5454 26.0841 17.3062 26.3774C17.02 25.9393 16.3863 25.6574 15.6827 25.6574V25.6569Z",
|
|
733
556
|
fill: "white"
|
|
734
557
|
}),
|
|
735
|
-
/* @__PURE__ */ (
|
|
558
|
+
/* @__PURE__ */ t("path", {
|
|
736
559
|
d: "M9.76685 21.3091C10.6369 21.3091 11.3423 20.6037 11.3423 19.7336C11.3423 18.8636 10.6369 18.1582 9.76685 18.1582C8.89676 18.1582 8.19141 18.8636 8.19141 19.7336C8.19141 20.6037 8.89676 21.3091 9.76685 21.3091Z",
|
|
737
560
|
fill: "#134C33"
|
|
738
561
|
}),
|
|
739
|
-
/* @__PURE__ */ (
|
|
562
|
+
/* @__PURE__ */ t("path", {
|
|
740
563
|
d: "M18.8762 21.3091C19.7463 21.3091 20.4517 20.6037 20.4517 19.7336C20.4517 18.8636 19.7463 18.1582 18.8762 18.1582C18.0061 18.1582 17.3008 18.8636 17.3008 19.7336C17.3008 20.6037 18.0061 21.3091 18.8762 21.3091Z",
|
|
741
564
|
fill: "#134C33"
|
|
742
565
|
})
|
|
@@ -745,41 +568,41 @@ function N({ full: e = !0 }) {
|
|
|
745
568
|
}
|
|
746
569
|
//#endregion
|
|
747
570
|
//#region src/icons/LogoOutlined.tsx
|
|
748
|
-
function
|
|
749
|
-
return /* @__PURE__ */ (
|
|
571
|
+
function k({ size: e = "large" }) {
|
|
572
|
+
return /* @__PURE__ */ n("svg", {
|
|
750
573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
751
574
|
width: e === "small" ? "28" : "36",
|
|
752
575
|
height: e === "small" ? "28" : "36",
|
|
753
576
|
viewBox: "0 0 36 36",
|
|
754
577
|
fill: "none",
|
|
755
578
|
children: [
|
|
756
|
-
/* @__PURE__ */ (
|
|
579
|
+
/* @__PURE__ */ t("path", {
|
|
757
580
|
fillRule: "evenodd",
|
|
758
581
|
clipRule: "evenodd",
|
|
759
582
|
d: "M17.9665 34C15.6771 34 13.4997 32.9823 11.3097 30.889L11.1938 30.7786C10.1002 29.7342 8.77495 28.4685 8.06699 26.8089C5.80215 26.6794 4 24.7959 4 22.4999V19.2911C4 17.2027 5.49132 15.4557 7.46554 15.0597V14.5418C5.13133 13.2417 4.7473 12.3524 4.61455 12.0454C4.01093 10.6431 4.29553 9.24355 5.41484 8.10239C6.80456 6.68646 8.40349 5.67476 9.94943 4.69639L10.021 4.6505C11.8018 3.52409 13.4849 2.78991 15.1701 2.40479C15.1887 2.40042 15.2133 2.39495 15.245 2.3884C15.4318 2.34688 15.6749 2.29444 15.9344 2.25128C16.786 2.08194 17.5672 2 18.3238 2C19.0804 2 19.8561 2.08139 20.735 2.25565C20.9797 2.29608 21.2354 2.35125 21.408 2.38949L21.4282 2.39441C21.4544 2.39987 21.4839 2.40642 21.5167 2.41462C23.1807 2.79646 24.8512 3.52737 26.6227 4.64887L26.697 4.69585C28.2451 5.67586 29.8435 6.68755 31.2321 8.10184C32.352 9.243 32.6366 10.6426 32.0341 12.0437C31.9008 12.3524 31.5168 13.2417 29.182 14.5418V15.0597C31.1562 15.4557 32.6481 17.2027 32.6481 19.2911V22.4999C32.6481 24.7964 30.8454 26.6794 28.5806 26.8089C27.8726 28.4685 26.5473 29.7336 25.4537 30.7781L25.3368 30.8895C23.1473 32.9823 20.9694 34 18.6805 34H17.9671H17.9665Z",
|
|
760
583
|
fill: "white"
|
|
761
584
|
}),
|
|
762
|
-
/* @__PURE__ */ (
|
|
585
|
+
/* @__PURE__ */ t("path", {
|
|
763
586
|
d: "M9.37891 15.7972H9.37945L9.37891 15.7966V15.7972Z",
|
|
764
587
|
fill: "#B6FF9C"
|
|
765
588
|
}),
|
|
766
|
-
/* @__PURE__ */ (
|
|
589
|
+
/* @__PURE__ */ t("path", {
|
|
767
590
|
d: "M28.3321 16.0687H28.0901V13.8879C29.039 13.4001 30.663 12.4649 31.0307 11.6122C31.4584 10.6174 31.264 9.69422 30.4527 8.86771C29.1521 7.543 27.6072 6.56463 26.1126 5.61904L26.0383 5.57206C24.3673 4.51448 22.8028 3.82891 21.2563 3.47602C21.2328 3.46946 21.2082 3.46454 21.2033 3.464C21.1929 3.46127 21.1825 3.45854 21.1716 3.45635C20.9913 3.41647 20.7564 3.36622 20.5401 3.33126C19.7256 3.16847 19.0215 3.09308 18.3239 3.09308C17.6263 3.09308 16.9178 3.16956 16.1312 3.32688C15.8919 3.36676 15.6592 3.41647 15.4636 3.45963C15.4363 3.46509 15.4237 3.46782 15.4172 3.47001C13.8532 3.82727 12.2805 4.51502 10.6094 5.5726L10.5341 5.62068C9.04056 6.56627 7.4957 7.5441 6.19558 8.8688C5.38437 9.69531 5.19044 10.6191 5.61817 11.6138C5.98581 12.4655 7.60987 13.4007 8.55875 13.8885V16.0692H8.31729C6.53973 16.0692 5.09375 17.5152 5.09375 19.2922V22.501C5.09375 24.2786 6.53973 25.7245 8.31729 25.7245H8.84117C9.33554 27.4934 10.7843 28.8765 11.9489 29.9887L12.0653 30.1002C14.0417 31.9897 15.9722 32.9085 17.9672 32.9085H18.6806C20.675 32.9085 22.6056 31.9903 24.5825 30.1002L24.6989 29.9887C25.8641 28.8765 27.3122 27.4934 27.8066 25.7245H28.331C30.1086 25.7245 31.5546 24.2786 31.5546 22.501V19.2922C31.5546 17.5152 30.1086 16.0692 28.331 16.0692L28.3321 16.0687Z",
|
|
768
591
|
fill: "#134C33"
|
|
769
592
|
}),
|
|
770
|
-
/* @__PURE__ */ (
|
|
593
|
+
/* @__PURE__ */ t("path", {
|
|
771
594
|
d: "M26.6438 13.2597V15.1476C24.6936 14.5304 21.6809 13.8022 18.3219 13.8022C14.9629 13.8022 11.9491 14.5304 10 15.1476V13.2597C12.7663 12.2273 15.5146 11.7039 18.1689 11.7039C18.1952 11.7039 18.2208 11.705 18.2465 11.7061C18.2957 11.7083 18.347 11.7083 18.3978 11.7061C18.4235 11.705 18.4492 11.7039 18.4754 11.7039C21.1297 11.7039 23.878 12.2273 26.6443 13.2597H26.6438Z",
|
|
772
595
|
fill: "white"
|
|
773
596
|
}),
|
|
774
|
-
/* @__PURE__ */ (
|
|
597
|
+
/* @__PURE__ */ t("path", {
|
|
775
598
|
d: "M19.6827 27.1569C18.7027 27.1569 17.9051 27.7037 17.9051 28.3756C17.9051 29.0475 18.7021 29.5943 19.6827 29.5943C20.3087 29.5943 20.8927 29.3654 21.2122 28.9967C22.4539 28.8558 23.5656 28.5706 24.5199 28.1494C24.2615 28.4106 23.995 28.6662 23.7032 28.9448L23.5863 29.0562C21.8672 30.6994 20.3087 31.4647 18.6814 31.4647H17.9679C16.3406 31.4647 14.7821 30.6994 13.063 29.0562L12.9461 28.9443C11.6143 27.6731 10.1055 26.232 10.1055 24.4326V21.87C10.1071 21.8493 10.1082 21.828 10.1082 21.8067V16.8274C12.1491 18.0259 15.1388 18.7131 18.3247 18.7131C21.5105 18.7131 24.4997 18.0265 26.5411 16.8274V21.8067C26.5411 21.8296 26.5422 21.8515 26.5438 21.8706V24.4326C26.5438 24.7014 26.5045 25.0259 26.4439 25.2591C26.4193 25.3542 26.3718 25.4421 26.3035 25.5208C25.1798 26.8133 23.5454 27.584 21.3062 27.8774C21.02 27.4393 20.3863 27.1574 19.6827 27.1574V27.1569Z",
|
|
776
599
|
fill: "white"
|
|
777
600
|
}),
|
|
778
|
-
/* @__PURE__ */ (
|
|
601
|
+
/* @__PURE__ */ t("path", {
|
|
779
602
|
d: "M13.7669 22.8091C14.6369 22.8091 15.3423 22.1037 15.3423 21.2336C15.3423 20.3636 14.6369 19.6582 13.7669 19.6582C12.8968 19.6582 12.1914 20.3636 12.1914 21.2336C12.1914 22.1037 12.8968 22.8091 13.7669 22.8091Z",
|
|
780
603
|
fill: "#134C33"
|
|
781
604
|
}),
|
|
782
|
-
/* @__PURE__ */ (
|
|
605
|
+
/* @__PURE__ */ t("path", {
|
|
783
606
|
d: "M22.8762 22.8091C23.7463 22.8091 24.4517 22.1037 24.4517 21.2336C24.4517 20.3636 23.7463 19.6582 22.8762 19.6582C22.0061 19.6582 21.3008 20.3636 21.3008 21.2336C21.3008 22.1037 22.0061 22.8091 22.8762 22.8091Z",
|
|
784
607
|
fill: "#134C33"
|
|
785
608
|
})
|
|
@@ -788,15 +611,15 @@ function P({ size: e = "large" }) {
|
|
|
788
611
|
}
|
|
789
612
|
//#endregion
|
|
790
613
|
//#region src/icons/Menu.tsx
|
|
791
|
-
function
|
|
792
|
-
return /* @__PURE__ */ (
|
|
614
|
+
function A({ color: e = s.primary[900], size: n = "small", ...r }) {
|
|
615
|
+
return /* @__PURE__ */ t("svg", {
|
|
793
616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
794
|
-
width:
|
|
795
|
-
height:
|
|
617
|
+
width: u(n),
|
|
618
|
+
height: u(n),
|
|
796
619
|
viewBox: "0 0 24 24",
|
|
797
620
|
fill: "none",
|
|
798
|
-
...
|
|
799
|
-
children: /* @__PURE__ */ (
|
|
621
|
+
...r,
|
|
622
|
+
children: /* @__PURE__ */ t("path", {
|
|
800
623
|
d: "M3 12H21M3 6H21M3 18H11",
|
|
801
624
|
stroke: e,
|
|
802
625
|
strokeWidth: "2",
|
|
@@ -806,15 +629,15 @@ function F({ color: e = c.primary[900], size: t = "small", ...n }) {
|
|
|
806
629
|
}
|
|
807
630
|
//#endregion
|
|
808
631
|
//#region src/icons/Message.tsx
|
|
809
|
-
function
|
|
810
|
-
return /* @__PURE__ */ (
|
|
632
|
+
function j({ color: e = s.white, size: n = "small", ...r }) {
|
|
633
|
+
return /* @__PURE__ */ t("svg", {
|
|
811
634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
812
|
-
width:
|
|
813
|
-
height:
|
|
635
|
+
width: u(n),
|
|
636
|
+
height: u(n),
|
|
814
637
|
viewBox: "0 0 32 32",
|
|
815
638
|
fill: "none",
|
|
816
|
-
...
|
|
817
|
-
children: /* @__PURE__ */ (
|
|
639
|
+
...r,
|
|
640
|
+
children: /* @__PURE__ */ t("path", {
|
|
818
641
|
d: "M20 13.3335H12M16 18.6668H12M4 26.6668H21.3333C25.0152 26.6668 28 23.6821 28 20.0002V12.0002C28 8.31826 25.0152 5.3335 21.3333 5.3335H10.6667C6.98477 5.3335 4 8.31826 4 12.0002V26.6668Z",
|
|
819
642
|
stroke: e,
|
|
820
643
|
strokeWidth: "2",
|
|
@@ -825,42 +648,42 @@ function I({ color: e = c.white, size: t = "small", ...n }) {
|
|
|
825
648
|
}
|
|
826
649
|
//#endregion
|
|
827
650
|
//#region src/icons/Pilot.tsx
|
|
828
|
-
function
|
|
829
|
-
return /* @__PURE__ */ (
|
|
651
|
+
function M({ color: e = s.darkGreen, size: r = "small", ...i }) {
|
|
652
|
+
return /* @__PURE__ */ n("svg", {
|
|
830
653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
831
|
-
width:
|
|
832
|
-
height:
|
|
654
|
+
width: r === "small" ? "20" : "29",
|
|
655
|
+
height: r === "large" ? "36" : "40",
|
|
833
656
|
viewBox: "0 0 29 33",
|
|
834
657
|
fill: "none",
|
|
835
|
-
...
|
|
658
|
+
...i,
|
|
836
659
|
children: [
|
|
837
|
-
/* @__PURE__ */ (
|
|
660
|
+
/* @__PURE__ */ t("path", {
|
|
838
661
|
fillRule: "evenodd",
|
|
839
662
|
clipRule: "evenodd",
|
|
840
663
|
d: "M13.9665 32.5C11.6771 32.5 9.49965 31.4823 7.30965 29.389L7.19384 29.2786C6.10021 28.2342 4.77495 26.9685 4.06699 25.3089C1.80215 25.1794 0 23.2959 0 20.9999V17.7911C0 15.7027 1.49132 13.9557 3.46554 13.5597V13.0418C1.13133 11.7417 0.747299 10.8524 0.614555 10.5454C0.0109254 9.1431 0.295534 7.74355 1.41484 6.60239C2.80456 5.18646 4.40349 4.17476 5.94943 3.19639L6.021 3.1505C7.80184 2.02409 9.4849 1.28991 11.1701 0.904785C11.1887 0.900415 11.2133 0.894953 11.245 0.888398C11.4318 0.846881 11.6749 0.794439 11.9344 0.751283C12.786 0.581939 13.5672 0.5 14.3238 0.5C15.0804 0.5 15.8561 0.581394 16.735 0.755654C16.9797 0.796078 17.2354 0.851252 17.408 0.889491L17.4282 0.894406C17.4544 0.899869 17.4839 0.906424 17.5167 0.914618C19.1807 1.29646 20.8512 2.02737 22.6227 3.14887L22.697 3.19585C24.2451 4.17586 25.8435 5.18755 27.2321 6.60184C28.352 7.743 28.6366 9.14255 28.0341 10.5437C27.9008 10.8524 27.5168 11.7417 25.182 13.0418V13.5597C27.1562 13.9557 28.6481 15.7027 28.6481 17.7911V20.9999C28.6481 23.2964 26.8454 25.1794 24.5806 25.3089C23.8726 26.9685 22.5473 28.2336 21.4537 29.2781L21.3368 29.3895C19.1473 31.4823 16.9694 32.5 14.6805 32.5H13.9671H13.9665Z",
|
|
841
664
|
fill: "white"
|
|
842
665
|
}),
|
|
843
|
-
/* @__PURE__ */ (
|
|
666
|
+
/* @__PURE__ */ t("path", {
|
|
844
667
|
d: "M5.37793 14.2972H5.37848L5.37793 14.2966V14.2972Z",
|
|
845
668
|
fill: "#B6FF9C"
|
|
846
669
|
}),
|
|
847
|
-
/* @__PURE__ */ (
|
|
670
|
+
/* @__PURE__ */ t("path", {
|
|
848
671
|
d: "M24.3311 14.5687H24.0891V12.3879C25.038 11.9001 26.6621 10.9649 27.0297 10.1122C27.4574 9.11741 27.263 8.19422 26.4518 7.36771C25.1511 6.043 23.6062 5.06463 22.1116 4.11904L22.0373 4.07206C20.3663 3.01448 18.8018 2.32891 17.2553 1.97602C17.2318 1.96946 17.2072 1.96454 17.2023 1.964C17.1919 1.96127 17.1815 1.95854 17.1706 1.95635C16.9903 1.91647 16.7555 1.86622 16.5391 1.83126C15.7246 1.66847 15.0205 1.59308 14.3229 1.59308C13.6253 1.59308 12.9168 1.66956 12.1302 1.82688C11.8909 1.86676 11.6582 1.91647 11.4626 1.95963C11.4353 1.96509 11.4228 1.96782 11.4162 1.97001C9.85223 2.32727 8.27951 3.01502 6.60847 4.0726L6.53309 4.12068C5.03958 5.06627 3.49473 6.0441 2.1946 7.3688C1.38339 8.19531 1.18946 9.11905 1.61719 10.1138C1.98483 10.9655 3.6089 11.9007 4.55777 12.3885V14.5692H4.31632C2.53875 14.5692 1.09277 16.0152 1.09277 17.7922V21.001C1.09277 22.7786 2.53875 24.2245 4.31632 24.2245H4.84019C5.33457 25.9934 6.78328 27.3765 7.94793 28.4887L8.06428 28.6002C10.0407 30.4897 11.9712 31.4085 13.9662 31.4085H14.6796C16.6741 31.4085 18.6046 30.4903 20.5815 28.6002L20.6979 28.4887C21.8631 27.3765 23.3112 25.9934 23.8056 24.2245H24.33C26.1076 24.2245 27.5536 22.7786 27.5536 21.001V17.7922C27.5536 16.0152 26.1076 14.5692 24.33 14.5692L24.3311 14.5687Z",
|
|
849
672
|
fill: e
|
|
850
673
|
}),
|
|
851
|
-
/* @__PURE__ */ (
|
|
674
|
+
/* @__PURE__ */ t("path", {
|
|
852
675
|
d: "M22.6448 11.7597V13.6476C20.6946 13.0304 17.6819 12.3022 14.3229 12.3022C10.9638 12.3022 7.95007 13.0304 6.00098 13.6476V11.7597C8.76729 10.7273 11.5156 10.2039 14.1699 10.2039C14.1961 10.2039 14.2218 10.205 14.2475 10.2061C14.2966 10.2083 14.348 10.2083 14.3988 10.2061C14.4245 10.205 14.4501 10.2039 14.4764 10.2039C17.1307 10.2039 19.879 10.7273 22.6453 11.7597H22.6448Z",
|
|
853
676
|
fill: "white"
|
|
854
677
|
}),
|
|
855
|
-
/* @__PURE__ */ (
|
|
678
|
+
/* @__PURE__ */ t("path", {
|
|
856
679
|
d: "M15.6817 25.6569C14.7017 25.6569 13.9041 26.2037 13.9041 26.8756C13.9041 27.5475 14.7012 28.0943 15.6817 28.0943C16.3077 28.0943 16.8917 27.8654 17.2113 27.4967C18.4529 27.3558 19.5646 27.0706 20.5189 26.6494C20.2606 26.9106 19.994 27.1662 19.7023 27.4448L19.5854 27.5562C17.8662 29.1994 16.3077 29.9647 14.6804 29.9647H13.967C12.3396 29.9647 10.7811 29.1994 9.062 27.5562L8.9451 27.4443C7.61329 26.1731 6.10449 24.732 6.10449 22.9326V20.37C6.10613 20.3493 6.10722 20.328 6.10722 20.3067V15.3274C8.14809 16.5259 11.1378 17.2131 14.3237 17.2131C17.5095 17.2131 20.4987 16.5265 22.5401 15.3274V20.3067C22.5401 20.3296 22.5412 20.3515 22.5429 20.3706V22.9326C22.5429 23.2014 22.5035 23.5259 22.4429 23.7591C22.4183 23.8542 22.3708 23.9421 22.3025 24.0208C21.1788 25.3133 19.5444 26.084 17.3052 26.3774C17.019 25.9393 16.3853 25.6574 15.6817 25.6574V25.6569Z",
|
|
857
680
|
fill: "white"
|
|
858
681
|
}),
|
|
859
|
-
/* @__PURE__ */ (
|
|
682
|
+
/* @__PURE__ */ t("path", {
|
|
860
683
|
d: "M9.76783 21.3091C10.6379 21.3091 11.3433 20.6037 11.3433 19.7336C11.3433 18.8636 10.6379 18.1582 9.76783 18.1582C8.89774 18.1582 8.19238 18.8636 8.19238 19.7336C8.19238 20.6037 8.89774 21.3091 9.76783 21.3091Z",
|
|
861
684
|
fill: e
|
|
862
685
|
}),
|
|
863
|
-
/* @__PURE__ */ (
|
|
686
|
+
/* @__PURE__ */ t("path", {
|
|
864
687
|
d: "M18.8782 21.3091C19.7483 21.3091 20.4536 20.6037 20.4536 19.7336C20.4536 18.8636 19.7483 18.1582 18.8782 18.1582C18.0081 18.1582 17.3027 18.8636 17.3027 19.7336C17.3027 20.6037 18.0081 21.3091 18.8782 21.3091Z",
|
|
865
688
|
fill: e
|
|
866
689
|
})
|
|
@@ -869,15 +692,15 @@ function L({ color: e = c.darkGreen, size: t = "small", ...n }) {
|
|
|
869
692
|
}
|
|
870
693
|
//#endregion
|
|
871
694
|
//#region src/icons/Retry.tsx
|
|
872
|
-
function
|
|
873
|
-
return /* @__PURE__ */ (
|
|
695
|
+
function N({ color: e = s.fg.accent.action, ...n }) {
|
|
696
|
+
return /* @__PURE__ */ t("svg", {
|
|
874
697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
875
698
|
width: "20",
|
|
876
699
|
height: "20",
|
|
877
700
|
viewBox: "0 0 20 20",
|
|
878
701
|
fill: "none",
|
|
879
|
-
...
|
|
880
|
-
children: /* @__PURE__ */ (
|
|
702
|
+
...n,
|
|
703
|
+
children: /* @__PURE__ */ t("path", {
|
|
881
704
|
d: "M16.2638 12.2224C15.3486 14.8117 12.8792 16.6668 9.97648 16.6668C6.29458 16.6668 3.30981 13.6821 3.30981 10.0002C3.30981 6.31826 6.29458 3.3335 9.97648 3.3335C12.5564 3.3335 14.1667 4.5835 15.8334 6.66683M15.8334 6.66683V3.3335M15.8334 6.66683H12.5001",
|
|
882
705
|
stroke: e,
|
|
883
706
|
strokeWidth: "1.5",
|
|
@@ -888,17 +711,17 @@ function R({ color: e = c.fg.accent.action, ...t }) {
|
|
|
888
711
|
}
|
|
889
712
|
//#endregion
|
|
890
713
|
//#region src/icons/Rotate.tsx
|
|
891
|
-
function
|
|
892
|
-
return /* @__PURE__ */ (
|
|
714
|
+
function P({ size: e = "small", color: n = s.primary[600], ...r }) {
|
|
715
|
+
return /* @__PURE__ */ t("svg", {
|
|
893
716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
894
|
-
width:
|
|
895
|
-
height:
|
|
717
|
+
width: u(e),
|
|
718
|
+
height: u(e),
|
|
896
719
|
viewBox: "0 0 24 24",
|
|
897
720
|
fill: "none",
|
|
898
|
-
...
|
|
899
|
-
children: /* @__PURE__ */ (
|
|
721
|
+
...r,
|
|
722
|
+
children: /* @__PURE__ */ t("path", {
|
|
900
723
|
d: "M5 20V16M5 16H9M5 16C6.38324 18.3912 9.03887 20 12 20C16.4183 20 20 16.4183 20 12M19.0118 4V8H15.0118M4 12C4 7.58172 7.58172 4 12 4C14.9611 4 17.6168 5.60879 19 8",
|
|
901
|
-
stroke:
|
|
724
|
+
stroke: n,
|
|
902
725
|
strokeWidth: "2",
|
|
903
726
|
strokeLinecap: "round",
|
|
904
727
|
strokeLinejoin: "round"
|
|
@@ -907,27 +730,27 @@ function z({ size: e = "small", color: t = c.primary[600], ...n }) {
|
|
|
907
730
|
}
|
|
908
731
|
//#endregion
|
|
909
732
|
//#region src/icons/UserCircle.tsx
|
|
910
|
-
function
|
|
911
|
-
return
|
|
733
|
+
function F({ color: e = s.fg.accent.action, size: n = "small", ...r }) {
|
|
734
|
+
return n === "small" ? /* @__PURE__ */ t("svg", {
|
|
912
735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
913
736
|
width: "32",
|
|
914
737
|
height: "32",
|
|
915
738
|
viewBox: "0 0 32 32",
|
|
916
739
|
fill: "none",
|
|
917
|
-
...
|
|
918
|
-
children: /* @__PURE__ */ (
|
|
740
|
+
...r,
|
|
741
|
+
children: /* @__PURE__ */ t("path", {
|
|
919
742
|
d: "M8.15458 25.0804C9.9275 22.7924 12.6674 21.3333 16 21.3333C19.3326 21.3333 22.0725 22.7924 23.8454 25.0804M8.15458 25.0804C10.2582 26.8996 13.0006 28 16 28C18.9994 28 21.7418 26.8996 23.8454 25.0804M8.15458 25.0804C5.61003 22.88 4 19.628 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16C28 19.628 26.39 22.88 23.8454 25.0804M20 13.3333C20 15.5425 18.2091 17.3333 16 17.3333C13.7909 17.3333 12 15.5425 12 13.3333C12 11.1242 13.7909 9.33333 16 9.33333C18.2091 9.33333 20 11.1242 20 13.3333Z",
|
|
920
743
|
stroke: e,
|
|
921
744
|
strokeWidth: "2",
|
|
922
745
|
strokeLinejoin: "round"
|
|
923
746
|
})
|
|
924
|
-
}) : /* @__PURE__ */ (
|
|
747
|
+
}) : /* @__PURE__ */ t("svg", {
|
|
925
748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
926
749
|
width: "64",
|
|
927
750
|
height: "64",
|
|
928
751
|
viewBox: "0 0 64 64",
|
|
929
752
|
fill: "none",
|
|
930
|
-
children: /* @__PURE__ */ (
|
|
753
|
+
children: /* @__PURE__ */ t("path", {
|
|
931
754
|
d: "M16.3092 50.1609C19.855 45.5848 25.3348 42.6667 32 42.6667C38.6652 42.6667 44.145 45.5848 47.6908 50.1609M16.3092 50.1609C20.5165 53.7992 26.0012 56 32 56C37.9988 56 43.4835 53.7992 47.6908 50.1609M16.3092 50.1609C11.2201 45.76 8 39.2561 8 32C8 18.7452 18.7452 8 32 8C45.2548 8 56 18.7452 56 32C56 39.2561 52.7799 45.76 47.6908 50.1609M40 26.6667C40 31.0849 36.4183 34.6667 32 34.6667C27.5817 34.6667 24 31.0849 24 26.6667C24 22.2484 27.5817 18.6667 32 18.6667C36.4183 18.6667 40 22.2484 40 26.6667Z",
|
|
932
755
|
stroke: e,
|
|
933
756
|
strokeWidth: "3",
|
|
@@ -937,17 +760,17 @@ function B({ color: e = c.fg.accent.action, size: t = "small", ...n }) {
|
|
|
937
760
|
}
|
|
938
761
|
//#endregion
|
|
939
762
|
//#region src/icons/FileDownload.tsx
|
|
940
|
-
function
|
|
941
|
-
return /* @__PURE__ */ (
|
|
763
|
+
function I({ size: e = "small", color: n = s.fg.accent.action, ...r }) {
|
|
764
|
+
return /* @__PURE__ */ t("svg", {
|
|
942
765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
943
|
-
width:
|
|
944
|
-
height:
|
|
766
|
+
width: u(e),
|
|
767
|
+
height: u(e),
|
|
945
768
|
viewBox: "0 0 24 24",
|
|
946
769
|
fill: "none",
|
|
947
|
-
...
|
|
948
|
-
children: /* @__PURE__ */ (
|
|
770
|
+
...r,
|
|
771
|
+
children: /* @__PURE__ */ t("path", {
|
|
949
772
|
d: "M13 3H6C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H7.5M13 3L19 9M13 3V8C13 8.55228 13.4477 9 14 9H19M19 9V20C19 20.5523 18.5523 21 18 21H16.5M12 14V20M12 20L14.5 17.5M12 20L9.5 17.5",
|
|
950
|
-
stroke:
|
|
773
|
+
stroke: n,
|
|
951
774
|
strokeWidth: "2",
|
|
952
775
|
strokeLinecap: "round",
|
|
953
776
|
strokeLinejoin: "round"
|
|
@@ -956,17 +779,17 @@ function V({ size: e = "small", color: t = c.fg.accent.action, ...n }) {
|
|
|
956
779
|
}
|
|
957
780
|
//#endregion
|
|
958
781
|
//#region src/icons/Send.tsx
|
|
959
|
-
function
|
|
960
|
-
return /* @__PURE__ */ (
|
|
782
|
+
function L({ size: e = "small", color: n = s.fg.accent.action, ...r }) {
|
|
783
|
+
return /* @__PURE__ */ t("svg", {
|
|
961
784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
962
|
-
width:
|
|
963
|
-
height:
|
|
785
|
+
width: u(e),
|
|
786
|
+
height: u(e),
|
|
964
787
|
viewBox: "0 0 24 24",
|
|
965
788
|
fill: "none",
|
|
966
|
-
...
|
|
967
|
-
children: /* @__PURE__ */ (
|
|
789
|
+
...r,
|
|
790
|
+
children: /* @__PURE__ */ t("path", {
|
|
968
791
|
d: "M6.00049 12H9.00049M6.00049 12L3.82205 4.5933C3.69916 4.17549 4.13207 3.81122 4.52273 4.00372L19.8403 11.5515C20.2123 11.7348 20.2123 12.2652 19.8403 12.4485L4.52273 19.9963C4.13207 20.1888 3.69916 19.8245 3.82205 19.4067L6.00049 12Z",
|
|
969
|
-
stroke:
|
|
792
|
+
stroke: n,
|
|
970
793
|
strokeWidth: "2",
|
|
971
794
|
strokeLinecap: "round",
|
|
972
795
|
strokeLinejoin: "round"
|
|
@@ -975,28 +798,28 @@ function H({ size: e = "small", color: t = c.fg.accent.action, ...n }) {
|
|
|
975
798
|
}
|
|
976
799
|
//#endregion
|
|
977
800
|
//#region src/icons/Sparkles.tsx
|
|
978
|
-
function
|
|
979
|
-
return /* @__PURE__ */ (
|
|
801
|
+
function R({ size: e = "small", color: r = s.primary[600], ...i }) {
|
|
802
|
+
return /* @__PURE__ */ n("svg", {
|
|
980
803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
981
|
-
width:
|
|
982
|
-
height:
|
|
804
|
+
width: u(e),
|
|
805
|
+
height: u(e),
|
|
983
806
|
viewBox: "0 0 24 24",
|
|
984
807
|
fill: "none",
|
|
985
|
-
...
|
|
986
|
-
children: [/* @__PURE__ */ (
|
|
808
|
+
...i,
|
|
809
|
+
children: [/* @__PURE__ */ n("g", {
|
|
987
810
|
clipPath: "url(#clip0_8172_9230)",
|
|
988
|
-
children: [/* @__PURE__ */ (
|
|
811
|
+
children: [/* @__PURE__ */ t("path", {
|
|
989
812
|
d: "M0.833008 6.04168C2.34815 6.04168 3.29645 6.37685 3.87631 6.95671C4.45617 7.53657 4.79134 8.48487 4.79134 10H6.04134C6.04134 8.48487 6.37651 7.53657 6.95637 6.95671C7.53623 6.37685 8.48453 6.04168 9.99967 6.04168V4.79168C8.48453 4.79168 7.53623 4.45651 6.95637 3.87664C6.37651 3.29678 6.04134 2.34848 6.04134 0.833344H4.79134C4.79134 2.34848 4.45617 3.29678 3.87631 3.87664C3.29645 4.45651 2.34815 4.79168 0.833008 4.79168V6.04168Z",
|
|
990
|
-
fill:
|
|
991
|
-
}), /* @__PURE__ */ (
|
|
813
|
+
fill: r
|
|
814
|
+
}), /* @__PURE__ */ t("path", {
|
|
992
815
|
d: "M5.83301 13.125C8.07153 13.125 9.54066 13.6193 10.4605 14.5392C11.3804 15.459 11.8747 16.9282 11.8747 19.1667H13.1247C13.1247 16.9282 13.619 15.459 14.5388 14.5392C15.4587 13.6193 16.9278 13.125 19.1663 13.125V11.875C16.9278 11.875 15.4587 11.3807 14.5388 10.4608C13.619 9.541 13.1247 8.07186 13.1247 5.83334H11.8747C11.8747 8.07186 11.3804 9.541 10.4605 10.4608C9.54066 11.3807 8.07153 11.875 5.83301 11.875V13.125Z",
|
|
993
|
-
fill:
|
|
816
|
+
fill: r
|
|
994
817
|
})]
|
|
995
|
-
}), /* @__PURE__ */ (
|
|
818
|
+
}), /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", {
|
|
996
819
|
id: "clip0_8172_9230",
|
|
997
|
-
children: /* @__PURE__ */ (
|
|
998
|
-
width:
|
|
999
|
-
height:
|
|
820
|
+
children: /* @__PURE__ */ t("rect", {
|
|
821
|
+
width: u(e),
|
|
822
|
+
height: u(e),
|
|
1000
823
|
fill: "white"
|
|
1001
824
|
})
|
|
1002
825
|
}) })]
|
|
@@ -1004,17 +827,17 @@ function U({ size: e = "small", color: t = c.primary[600], ...n }) {
|
|
|
1004
827
|
}
|
|
1005
828
|
//#endregion
|
|
1006
829
|
//#region src/icons/Ellipses.tsx
|
|
1007
|
-
function
|
|
1008
|
-
return /* @__PURE__ */ (
|
|
830
|
+
function z({ color: e = s.fg.tertiary, ...n }) {
|
|
831
|
+
return /* @__PURE__ */ t("svg", {
|
|
1009
832
|
width: "24",
|
|
1010
833
|
height: "24",
|
|
1011
834
|
viewBox: "0 0 24 24",
|
|
1012
835
|
fill: "none",
|
|
1013
836
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1014
|
-
...
|
|
1015
|
-
children: /* @__PURE__ */ (
|
|
837
|
+
...n,
|
|
838
|
+
children: /* @__PURE__ */ t("g", {
|
|
1016
839
|
id: "icon / 24 / Options",
|
|
1017
|
-
children: /* @__PURE__ */ (
|
|
840
|
+
children: /* @__PURE__ */ t("path", {
|
|
1018
841
|
id: "Union",
|
|
1019
842
|
fillRule: "evenodd",
|
|
1020
843
|
clipRule: "evenodd",
|
|
@@ -1026,17 +849,17 @@ function W({ color: e = c.fg.tertiary, ...t }) {
|
|
|
1026
849
|
}
|
|
1027
850
|
//#endregion
|
|
1028
851
|
//#region src/icons/Copy.tsx
|
|
1029
|
-
function
|
|
1030
|
-
return /* @__PURE__ */ (
|
|
852
|
+
function B({ size: e = "small", color: n = s.primary[900], ...r }) {
|
|
853
|
+
return /* @__PURE__ */ t("svg", {
|
|
1031
854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1032
|
-
width:
|
|
1033
|
-
height:
|
|
855
|
+
width: u(e),
|
|
856
|
+
height: u(e),
|
|
1034
857
|
viewBox: "0 0 24 24",
|
|
1035
858
|
fill: "none",
|
|
1036
|
-
...
|
|
1037
|
-
children: /* @__PURE__ */ (
|
|
859
|
+
...r,
|
|
860
|
+
children: /* @__PURE__ */ t("path", {
|
|
1038
861
|
d: "M9 9V5.25C9 4.00736 10.0074 3 11.25 3H18.75C19.9926 3 21 4.00736 21 5.25V12.75C21 13.9926 19.9926 15 18.75 15H15M12.75 9H5.25C4.00736 9 3 10.0074 3 11.25V18.75C3 19.9926 4.00736 21 5.25 21H12.75C13.9926 21 15 19.9926 15 18.75V11.25C15 10.0074 13.9926 9 12.75 9Z",
|
|
1039
|
-
stroke:
|
|
862
|
+
stroke: n,
|
|
1040
863
|
strokeWidth: "2",
|
|
1041
864
|
strokeLinecap: "round",
|
|
1042
865
|
strokeLinejoin: "round"
|
|
@@ -1045,19 +868,19 @@ function G({ size: e = "small", color: t = c.primary[900], ...n }) {
|
|
|
1045
868
|
}
|
|
1046
869
|
//#endregion
|
|
1047
870
|
//#region src/icons/User.tsx
|
|
1048
|
-
function
|
|
1049
|
-
return /* @__PURE__ */ (
|
|
871
|
+
function V({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
872
|
+
return /* @__PURE__ */ n("svg", {
|
|
1050
873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1051
|
-
width:
|
|
1052
|
-
height:
|
|
874
|
+
width: u(r),
|
|
875
|
+
height: u(r),
|
|
1053
876
|
viewBox: "0 0 24 24",
|
|
1054
877
|
fill: "none",
|
|
1055
878
|
stroke: e,
|
|
1056
879
|
strokeWidth: "2",
|
|
1057
880
|
strokeLinecap: "round",
|
|
1058
881
|
strokeLinejoin: "round",
|
|
1059
|
-
...
|
|
1060
|
-
children: [/* @__PURE__ */ (
|
|
882
|
+
...i,
|
|
883
|
+
children: [/* @__PURE__ */ t("path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }), /* @__PURE__ */ t("circle", {
|
|
1061
884
|
cx: "12",
|
|
1062
885
|
cy: "7",
|
|
1063
886
|
r: "4"
|
|
@@ -1066,21 +889,21 @@ function K({ color: e = c.primary[900], size: t = "small", ...n }) {
|
|
|
1066
889
|
}
|
|
1067
890
|
//#endregion
|
|
1068
891
|
//#region src/icons/Peek.tsx
|
|
1069
|
-
function
|
|
1070
|
-
return /* @__PURE__ */ (
|
|
892
|
+
function H({ color: e = s.fg.tertiary, size: r = "small", ...i }) {
|
|
893
|
+
return /* @__PURE__ */ n("svg", {
|
|
1071
894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1072
|
-
width:
|
|
1073
|
-
height:
|
|
895
|
+
width: u(r),
|
|
896
|
+
height: u(r),
|
|
1074
897
|
viewBox: "0 0 24 24",
|
|
1075
898
|
fill: "none",
|
|
1076
|
-
...
|
|
1077
|
-
children: [/* @__PURE__ */ (
|
|
899
|
+
...i,
|
|
900
|
+
children: [/* @__PURE__ */ t("path", {
|
|
1078
901
|
d: "M2.42012 12.7132C2.28394 12.4975 2.21584 12.3897 2.17772 12.2234C2.14909 12.0985 2.14909 11.9015 2.17772 11.7766C2.21584 11.6103 2.28394 11.5025 2.42012 11.2868C3.54553 9.50484 6.8954 5 12.0004 5C17.1054 5 20.4553 9.50484 21.5807 11.2868C21.7169 11.5025 21.785 11.6103 21.8231 11.7766C21.8517 11.9015 21.8517 12.0985 21.8231 12.2234C21.785 12.3897 21.7169 12.4975 21.5807 12.7132C20.4553 14.4952 17.1054 19 12.0004 19C6.8954 19 3.54553 14.4952 2.42012 12.7132Z",
|
|
1079
902
|
stroke: e,
|
|
1080
903
|
strokeWidth: "1.5",
|
|
1081
904
|
strokeLinecap: "round",
|
|
1082
905
|
strokeLinejoin: "round"
|
|
1083
|
-
}), /* @__PURE__ */ (
|
|
906
|
+
}), /* @__PURE__ */ t("path", {
|
|
1084
907
|
d: "M12.0004 15C13.6573 15 15.0004 13.6569 15.0004 12C15.0004 10.3431 13.6573 9 12.0004 9C10.3435 9 9.0004 10.3431 9.0004 12C9.0004 13.6569 10.3435 15 12.0004 15Z",
|
|
1085
908
|
stroke: e,
|
|
1086
909
|
strokeWidth: "1.5",
|
|
@@ -1091,23 +914,23 @@ function q({ color: e = c.fg.tertiary, size: t = "small", ...n }) {
|
|
|
1091
914
|
}
|
|
1092
915
|
//#endregion
|
|
1093
916
|
//#region src/icons/Download.tsx
|
|
1094
|
-
function
|
|
1095
|
-
return /* @__PURE__ */ (
|
|
917
|
+
function U({ size: e = "small", color: r = s.fg.accent.action, ...i }) {
|
|
918
|
+
return /* @__PURE__ */ n("svg", {
|
|
1096
919
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1097
|
-
width:
|
|
1098
|
-
height:
|
|
920
|
+
width: u(e),
|
|
921
|
+
height: u(e),
|
|
1099
922
|
viewBox: "0 0 24 24",
|
|
1100
923
|
fill: "none",
|
|
1101
|
-
...
|
|
1102
|
-
children: [/* @__PURE__ */ (
|
|
924
|
+
...i,
|
|
925
|
+
children: [/* @__PURE__ */ t("path", {
|
|
1103
926
|
d: "M12 6V16M12 16L16 11.7692M12 16L8 11.7692",
|
|
1104
|
-
stroke:
|
|
927
|
+
stroke: r,
|
|
1105
928
|
strokeWidth: "2",
|
|
1106
929
|
strokeLinecap: "round",
|
|
1107
930
|
strokeLinejoin: "round"
|
|
1108
|
-
}), /* @__PURE__ */ (
|
|
931
|
+
}), /* @__PURE__ */ t("path", {
|
|
1109
932
|
d: "M4 17L4 20L20 20L20 17",
|
|
1110
|
-
stroke:
|
|
933
|
+
stroke: r,
|
|
1111
934
|
strokeWidth: "2",
|
|
1112
935
|
strokeLinecap: "round",
|
|
1113
936
|
strokeLinejoin: "round"
|
|
@@ -1116,15 +939,15 @@ function J({ size: e = "small", color: t = c.fg.accent.action, ...n }) {
|
|
|
1116
939
|
}
|
|
1117
940
|
//#endregion
|
|
1118
941
|
//#region src/icons/Window.tsx
|
|
1119
|
-
function
|
|
1120
|
-
return /* @__PURE__ */ (
|
|
942
|
+
function W({ color: e = s.fg.primary, size: n = "small", ...r }) {
|
|
943
|
+
return /* @__PURE__ */ t("svg", {
|
|
1121
944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1122
|
-
width:
|
|
1123
|
-
height:
|
|
945
|
+
width: u(n),
|
|
946
|
+
height: u(n),
|
|
1124
947
|
viewBox: "0 0 24 24",
|
|
1125
948
|
fill: "none",
|
|
1126
|
-
...
|
|
1127
|
-
children: /* @__PURE__ */ (
|
|
949
|
+
...r,
|
|
950
|
+
children: /* @__PURE__ */ t("path", {
|
|
1128
951
|
d: "M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799L5.63803 4.32698ZM11 4V3H9V4H10H11ZM9 20V21H11V20H10H9ZM20 8.8H19V15.2H20H21V8.8H20ZM15.2 20V19H8.8V20V21H15.2V20ZM4 15.2H5V8.8H4H3V15.2H4ZM8.8 4V5H15.2V4V3H8.8V4ZM8.8 20V19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.63803 19.673L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V20ZM4 15.2H3C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L4.32698 18.362L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H4ZM5.63803 19.673L6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L4.32698 18.362L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L5.63803 19.673ZM20 15.2H19C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L19.673 18.362L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H20ZM15.2 20V21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L18.362 19.673L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V20ZM19.673 18.362L18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.362 19.673L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L19.673 18.362ZM20 8.8H21C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L19.673 5.63803L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H20ZM15.2 4V5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.362 4.32698L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V4ZM19.673 5.63803L20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L18.362 4.32698L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L19.673 5.63803ZM4 8.8H5C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L4.32698 5.63803L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H4ZM8.8 4V3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L5.63803 4.32698L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V4ZM4.32698 5.63803L5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.63803 4.32698L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L4.32698 5.63803ZM10 4H9V20H10H11V4H10Z",
|
|
1129
952
|
fill: e
|
|
1130
953
|
})
|
|
@@ -1132,42 +955,42 @@ function Y({ color: e = c.fg.primary, size: t = "small", ...n }) {
|
|
|
1132
955
|
}
|
|
1133
956
|
//#endregion
|
|
1134
957
|
//#region src/icons/index.native.ts
|
|
1135
|
-
var
|
|
1136
|
-
ArrowUp: () =>
|
|
1137
|
-
Attach: () =>
|
|
1138
|
-
Calendar: () =>
|
|
1139
|
-
Check: () =>
|
|
1140
|
-
CheckCircle: () =>
|
|
1141
|
-
Chevron: () =>
|
|
1142
|
-
Close: () =>
|
|
1143
|
-
Cloud: () =>
|
|
1144
|
-
Compose: () =>
|
|
1145
|
-
Copy: () =>
|
|
1146
|
-
Data: () =>
|
|
1147
|
-
DoubleChevron: () =>
|
|
1148
|
-
Download: () =>
|
|
1149
|
-
Edit: () =>
|
|
1150
|
-
Ellipses: () =>
|
|
1151
|
-
Email: () =>
|
|
1152
|
-
Enter: () =>
|
|
1153
|
-
ErrorCircle: () =>
|
|
1154
|
-
FileDownload: () =>
|
|
1155
|
-
Home: () =>
|
|
1156
|
-
Info: () =>
|
|
1157
|
-
Login: () =>
|
|
1158
|
-
Logo: () =>
|
|
1159
|
-
LogoOutlined: () =>
|
|
1160
|
-
Menu: () =>
|
|
1161
|
-
Message: () =>
|
|
1162
|
-
Peek: () =>
|
|
1163
|
-
Pilot: () =>
|
|
1164
|
-
Retry: () =>
|
|
1165
|
-
Rotate: () =>
|
|
1166
|
-
Send: () =>
|
|
1167
|
-
Sparkles: () =>
|
|
1168
|
-
User: () =>
|
|
1169
|
-
UserCircle: () =>
|
|
1170
|
-
Window: () =>
|
|
958
|
+
var G = /* @__PURE__ */ i({
|
|
959
|
+
ArrowUp: () => l,
|
|
960
|
+
Attach: () => d,
|
|
961
|
+
Calendar: () => f,
|
|
962
|
+
Check: () => m,
|
|
963
|
+
CheckCircle: () => h,
|
|
964
|
+
Chevron: () => p,
|
|
965
|
+
Close: () => g,
|
|
966
|
+
Cloud: () => _,
|
|
967
|
+
Compose: () => v,
|
|
968
|
+
Copy: () => B,
|
|
969
|
+
Data: () => y,
|
|
970
|
+
DoubleChevron: () => b,
|
|
971
|
+
Download: () => U,
|
|
972
|
+
Edit: () => x,
|
|
973
|
+
Ellipses: () => z,
|
|
974
|
+
Email: () => S,
|
|
975
|
+
Enter: () => C,
|
|
976
|
+
ErrorCircle: () => w,
|
|
977
|
+
FileDownload: () => I,
|
|
978
|
+
Home: () => T,
|
|
979
|
+
Info: () => E,
|
|
980
|
+
Login: () => D,
|
|
981
|
+
Logo: () => O,
|
|
982
|
+
LogoOutlined: () => k,
|
|
983
|
+
Menu: () => A,
|
|
984
|
+
Message: () => j,
|
|
985
|
+
Peek: () => H,
|
|
986
|
+
Pilot: () => M,
|
|
987
|
+
Retry: () => N,
|
|
988
|
+
Rotate: () => P,
|
|
989
|
+
Send: () => L,
|
|
990
|
+
Sparkles: () => R,
|
|
991
|
+
User: () => V,
|
|
992
|
+
UserCircle: () => F,
|
|
993
|
+
Window: () => W
|
|
1171
994
|
});
|
|
1172
995
|
//#endregion
|
|
1173
|
-
export {
|
|
996
|
+
export { g as A, C, y as D, b as E, d as F, l as I, s as L, m as M, p as N, v as O, f as P, c as R, w as S, x as T, k as _, V as a, E as b, R as c, F as d, P as f, A as g, j as h, H as i, h as j, _ as k, L as l, M as m, W as n, B as o, N as p, U as r, z as s, G as t, I as u, O as v, S as w, T as x, D as y };
|