webadwaita 0.0.9 → 0.0.10
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/index.d.ts +4 -0
- package/dist/index.es.js +110 -93
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +17 -14
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,10 @@ export declare function Button({ variant, icon, circle, children, }: {
|
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
}): JSX_2.Element;
|
|
11
11
|
|
|
12
|
+
export declare function Entry({ placeholder }: {
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
}): JSX_2.Element;
|
|
15
|
+
|
|
12
16
|
export declare function Heading({ children }: any): JSX_2.Element;
|
|
13
17
|
|
|
14
18
|
export declare function List({ children }: any): JSX_2.Element;
|
package/dist/index.es.js
CHANGED
|
@@ -14,16 +14,16 @@ function sr() {
|
|
|
14
14
|
if (Re)
|
|
15
15
|
return z;
|
|
16
16
|
Re = 1;
|
|
17
|
-
var f = we, p = Symbol.for("react.element"), R = Symbol.for("react.fragment"), g = Object.prototype.hasOwnProperty,
|
|
18
|
-
function S(_, d,
|
|
19
|
-
var m,
|
|
20
|
-
|
|
17
|
+
var f = we, p = Symbol.for("react.element"), R = Symbol.for("react.fragment"), g = Object.prototype.hasOwnProperty, b = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, $ = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
18
|
+
function S(_, d, T) {
|
|
19
|
+
var m, y = {}, w = null, N = null;
|
|
20
|
+
T !== void 0 && (w = "" + T), d.key !== void 0 && (w = "" + d.key), d.ref !== void 0 && (N = d.ref);
|
|
21
21
|
for (m in d)
|
|
22
|
-
g.call(d, m) &&
|
|
22
|
+
g.call(d, m) && !$.hasOwnProperty(m) && (y[m] = d[m]);
|
|
23
23
|
if (_ && _.defaultProps)
|
|
24
24
|
for (m in d = _.defaultProps, d)
|
|
25
|
-
|
|
26
|
-
return { $$typeof: p, type: _, key: w, ref:
|
|
25
|
+
y[m] === void 0 && (y[m] = d[m]);
|
|
26
|
+
return { $$typeof: p, type: _, key: w, ref: N, props: y, _owner: b.current };
|
|
27
27
|
}
|
|
28
28
|
return z.Fragment = R, z.jsx = S, z.jsxs = S, z;
|
|
29
29
|
}
|
|
@@ -40,11 +40,11 @@ var A = {};
|
|
|
40
40
|
var _e;
|
|
41
41
|
function lr() {
|
|
42
42
|
return _e || (_e = 1, process.env.NODE_ENV !== "production" && function() {
|
|
43
|
-
var f = we, p = Symbol.for("react.element"), R = Symbol.for("react.portal"), g = Symbol.for("react.fragment"),
|
|
44
|
-
function
|
|
43
|
+
var f = we, p = Symbol.for("react.element"), R = Symbol.for("react.portal"), g = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), $ = Symbol.for("react.profiler"), S = Symbol.for("react.provider"), _ = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), T = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), Z = Symbol.iterator, ke = "@@iterator";
|
|
44
|
+
function Te(e) {
|
|
45
45
|
if (e === null || typeof e != "object")
|
|
46
46
|
return null;
|
|
47
|
-
var r = Z && e[Z] || e[
|
|
47
|
+
var r = Z && e[Z] || e[ke];
|
|
48
48
|
return typeof r == "function" ? r : null;
|
|
49
49
|
}
|
|
50
50
|
var P = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
@@ -68,7 +68,7 @@ function lr() {
|
|
|
68
68
|
var Oe = !1, Ce = !1, Se = !1, De = !1, Fe = !1, Q;
|
|
69
69
|
Q = Symbol.for("react.module.reference");
|
|
70
70
|
function ze(e) {
|
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e === g || e ===
|
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === g || e === $ || Fe || e === b || e === T || e === m || De || e === N || Oe || Ce || Se || typeof e == "object" && e !== null && (e.$$typeof === w || e.$$typeof === y || e.$$typeof === S || e.$$typeof === _ || e.$$typeof === d || // This needs to include all possible module reference object
|
|
72
72
|
// types supported by any Flight configuration anywhere since
|
|
73
73
|
// we don't know which Flight build this will end up being used
|
|
74
74
|
// with.
|
|
@@ -96,11 +96,11 @@ function lr() {
|
|
|
96
96
|
return "Fragment";
|
|
97
97
|
case R:
|
|
98
98
|
return "Portal";
|
|
99
|
-
case
|
|
99
|
+
case $:
|
|
100
100
|
return "Profiler";
|
|
101
|
-
case
|
|
101
|
+
case b:
|
|
102
102
|
return "StrictMode";
|
|
103
|
-
case
|
|
103
|
+
case T:
|
|
104
104
|
return "Suspense";
|
|
105
105
|
case m:
|
|
106
106
|
return "SuspenseList";
|
|
@@ -115,7 +115,7 @@ function lr() {
|
|
|
115
115
|
return ee(t._context) + ".Provider";
|
|
116
116
|
case d:
|
|
117
117
|
return Ae(e, e.render, "ForwardRef");
|
|
118
|
-
case
|
|
118
|
+
case y:
|
|
119
119
|
var a = e.displayName || null;
|
|
120
120
|
return a !== null ? a : j(e.type) || "Memo";
|
|
121
121
|
case w: {
|
|
@@ -129,11 +129,11 @@ function lr() {
|
|
|
129
129
|
}
|
|
130
130
|
return null;
|
|
131
131
|
}
|
|
132
|
-
var
|
|
132
|
+
var k = Object.assign, D = 0, re, te, ne, ae, ie, oe, se;
|
|
133
133
|
function le() {
|
|
134
134
|
}
|
|
135
135
|
le.__reactDisabledLog = !0;
|
|
136
|
-
function
|
|
136
|
+
function $e() {
|
|
137
137
|
{
|
|
138
138
|
if (D === 0) {
|
|
139
139
|
re = console.log, te = console.info, ne = console.warn, ae = console.error, ie = console.group, oe = console.groupCollapsed, se = console.groupEnd;
|
|
@@ -156,7 +156,7 @@ function lr() {
|
|
|
156
156
|
D++;
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function Ne() {
|
|
160
160
|
{
|
|
161
161
|
if (D--, D === 0) {
|
|
162
162
|
var e = {
|
|
@@ -165,25 +165,25 @@ function lr() {
|
|
|
165
165
|
writable: !0
|
|
166
166
|
};
|
|
167
167
|
Object.defineProperties(console, {
|
|
168
|
-
log:
|
|
168
|
+
log: k({}, e, {
|
|
169
169
|
value: re
|
|
170
170
|
}),
|
|
171
|
-
info:
|
|
171
|
+
info: k({}, e, {
|
|
172
172
|
value: te
|
|
173
173
|
}),
|
|
174
|
-
warn:
|
|
174
|
+
warn: k({}, e, {
|
|
175
175
|
value: ne
|
|
176
176
|
}),
|
|
177
|
-
error:
|
|
177
|
+
error: k({}, e, {
|
|
178
178
|
value: ae
|
|
179
179
|
}),
|
|
180
|
-
group:
|
|
180
|
+
group: k({}, e, {
|
|
181
181
|
value: ie
|
|
182
182
|
}),
|
|
183
|
-
groupCollapsed:
|
|
183
|
+
groupCollapsed: k({}, e, {
|
|
184
184
|
value: oe
|
|
185
185
|
}),
|
|
186
|
-
groupEnd:
|
|
186
|
+
groupEnd: k({}, e, {
|
|
187
187
|
value: se
|
|
188
188
|
})
|
|
189
189
|
});
|
|
@@ -210,7 +210,7 @@ function lr() {
|
|
|
210
210
|
var Ie = typeof WeakMap == "function" ? WeakMap : Map;
|
|
211
211
|
W = new Ie();
|
|
212
212
|
}
|
|
213
|
-
function
|
|
213
|
+
function ue(e, r) {
|
|
214
214
|
if (!e || B)
|
|
215
215
|
return "";
|
|
216
216
|
{
|
|
@@ -223,7 +223,7 @@ function lr() {
|
|
|
223
223
|
var s = Error.prepareStackTrace;
|
|
224
224
|
Error.prepareStackTrace = void 0;
|
|
225
225
|
var l;
|
|
226
|
-
l = V.current, V.current = null,
|
|
226
|
+
l = V.current, V.current = null, $e();
|
|
227
227
|
try {
|
|
228
228
|
if (r) {
|
|
229
229
|
var o = function() {
|
|
@@ -236,53 +236,53 @@ function lr() {
|
|
|
236
236
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
237
237
|
try {
|
|
238
238
|
Reflect.construct(o, []);
|
|
239
|
-
} catch (
|
|
240
|
-
a =
|
|
239
|
+
} catch (E) {
|
|
240
|
+
a = E;
|
|
241
241
|
}
|
|
242
242
|
Reflect.construct(e, [], o);
|
|
243
243
|
} else {
|
|
244
244
|
try {
|
|
245
245
|
o.call();
|
|
246
|
-
} catch (
|
|
247
|
-
a =
|
|
246
|
+
} catch (E) {
|
|
247
|
+
a = E;
|
|
248
248
|
}
|
|
249
249
|
e.call(o.prototype);
|
|
250
250
|
}
|
|
251
251
|
} else {
|
|
252
252
|
try {
|
|
253
253
|
throw Error();
|
|
254
|
-
} catch (
|
|
255
|
-
a =
|
|
254
|
+
} catch (E) {
|
|
255
|
+
a = E;
|
|
256
256
|
}
|
|
257
257
|
e();
|
|
258
258
|
}
|
|
259
|
-
} catch (
|
|
260
|
-
if (
|
|
261
|
-
for (var i =
|
|
259
|
+
} catch (E) {
|
|
260
|
+
if (E && a && typeof E.stack == "string") {
|
|
261
|
+
for (var i = E.stack.split(`
|
|
262
262
|
`), h = a.stack.split(`
|
|
263
|
-
`),
|
|
264
|
-
|
|
265
|
-
for (;
|
|
266
|
-
if (i[
|
|
267
|
-
if (
|
|
263
|
+
`), u = i.length - 1, c = h.length - 1; u >= 1 && c >= 0 && i[u] !== h[c]; )
|
|
264
|
+
c--;
|
|
265
|
+
for (; u >= 1 && c >= 0; u--, c--)
|
|
266
|
+
if (i[u] !== h[c]) {
|
|
267
|
+
if (u !== 1 || c !== 1)
|
|
268
268
|
do
|
|
269
|
-
if (
|
|
269
|
+
if (u--, c--, c < 0 || i[u] !== h[c]) {
|
|
270
270
|
var x = `
|
|
271
|
-
` + i[
|
|
271
|
+
` + i[u].replace(" at new ", " at ");
|
|
272
272
|
return e.displayName && x.includes("<anonymous>") && (x = x.replace("<anonymous>", e.displayName)), typeof e == "function" && W.set(e, x), x;
|
|
273
273
|
}
|
|
274
|
-
while (
|
|
274
|
+
while (u >= 1 && c >= 0);
|
|
275
275
|
break;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
} finally {
|
|
279
|
-
B = !1, V.current = l,
|
|
279
|
+
B = !1, V.current = l, Ne(), Error.prepareStackTrace = s;
|
|
280
280
|
}
|
|
281
281
|
var C = e ? e.displayName || e.name : "", Ee = C ? I(C) : "";
|
|
282
282
|
return typeof e == "function" && W.set(e, Ee), Ee;
|
|
283
283
|
}
|
|
284
284
|
function We(e, r, t) {
|
|
285
|
-
return
|
|
285
|
+
return ue(e, !1);
|
|
286
286
|
}
|
|
287
287
|
function Ye(e) {
|
|
288
288
|
var r = e.prototype;
|
|
@@ -292,11 +292,11 @@ function lr() {
|
|
|
292
292
|
if (e == null)
|
|
293
293
|
return "";
|
|
294
294
|
if (typeof e == "function")
|
|
295
|
-
return
|
|
295
|
+
return ue(e, Ye(e));
|
|
296
296
|
if (typeof e == "string")
|
|
297
297
|
return I(e);
|
|
298
298
|
switch (e) {
|
|
299
|
-
case
|
|
299
|
+
case T:
|
|
300
300
|
return I("Suspense");
|
|
301
301
|
case m:
|
|
302
302
|
return I("SuspenseList");
|
|
@@ -305,7 +305,7 @@ function lr() {
|
|
|
305
305
|
switch (e.$$typeof) {
|
|
306
306
|
case d:
|
|
307
307
|
return We(e.render);
|
|
308
|
-
case
|
|
308
|
+
case y:
|
|
309
309
|
return Y(e.type, r, t);
|
|
310
310
|
case w: {
|
|
311
311
|
var a = e, s = a._payload, l = a._init;
|
|
@@ -317,7 +317,7 @@ function lr() {
|
|
|
317
317
|
}
|
|
318
318
|
return "";
|
|
319
319
|
}
|
|
320
|
-
var L = Object.prototype.hasOwnProperty,
|
|
320
|
+
var L = Object.prototype.hasOwnProperty, ce = {}, fe = P.ReactDebugCurrentFrame;
|
|
321
321
|
function M(e) {
|
|
322
322
|
if (e) {
|
|
323
323
|
var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
|
|
@@ -337,10 +337,10 @@ function lr() {
|
|
|
337
337
|
throw h.name = "Invariant Violation", h;
|
|
338
338
|
}
|
|
339
339
|
i = e[o](r, o, a, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
340
|
-
} catch (
|
|
341
|
-
i =
|
|
340
|
+
} catch (u) {
|
|
341
|
+
i = u;
|
|
342
342
|
}
|
|
343
|
-
i && !(i instanceof Error) && (M(s), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", a || "React class", t, o, typeof i), M(null)), i instanceof Error && !(i.message in
|
|
343
|
+
i && !(i instanceof Error) && (M(s), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", a || "React class", t, o, typeof i), M(null)), i instanceof Error && !(i.message in ce) && (ce[i.message] = !0, M(s), v("Failed %s type: %s", t, i.message), M(null));
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -455,13 +455,13 @@ function lr() {
|
|
|
455
455
|
for (l in r)
|
|
456
456
|
L.call(r, l) && !Be.hasOwnProperty(l) && (o[l] = r[l]);
|
|
457
457
|
if (e && e.defaultProps) {
|
|
458
|
-
var
|
|
459
|
-
for (l in
|
|
460
|
-
o[l] === void 0 && (o[l] =
|
|
458
|
+
var u = e.defaultProps;
|
|
459
|
+
for (l in u)
|
|
460
|
+
o[l] === void 0 && (o[l] = u[l]);
|
|
461
461
|
}
|
|
462
462
|
if (i || h) {
|
|
463
|
-
var
|
|
464
|
-
i && He(o,
|
|
463
|
+
var c = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
464
|
+
i && He(o, c), h && Ke(o, c);
|
|
465
465
|
}
|
|
466
466
|
return Xe(e, i, h, s, a, F.current, o);
|
|
467
467
|
}
|
|
@@ -528,7 +528,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
528
528
|
e && e._owner && e._owner !== J.current && (a = " It was passed a child from " + j(e._owner.type) + "."), O(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, a), O(null);
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
|
-
function
|
|
531
|
+
function ye(e, r) {
|
|
532
532
|
{
|
|
533
533
|
if (typeof e != "object")
|
|
534
534
|
return;
|
|
@@ -540,7 +540,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
540
540
|
else if (K(e))
|
|
541
541
|
e._store && (e._store.validated = !0);
|
|
542
542
|
else if (e) {
|
|
543
|
-
var s =
|
|
543
|
+
var s = Te(e);
|
|
544
544
|
if (typeof s == "function" && s !== e.entries)
|
|
545
545
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
546
546
|
K(o.value) && be(o.value, r);
|
|
@@ -557,7 +557,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
557
557
|
t = r.propTypes;
|
|
558
558
|
else if (typeof r == "object" && (r.$$typeof === d || // Note: Memo only checks outer props here.
|
|
559
559
|
// Inner props are checked in the reconciler.
|
|
560
|
-
r.$$typeof ===
|
|
560
|
+
r.$$typeof === y))
|
|
561
561
|
t = r.propTypes;
|
|
562
562
|
else
|
|
563
563
|
return;
|
|
@@ -584,7 +584,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
584
584
|
e.ref !== null && (O(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), O(null));
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
|
-
function
|
|
587
|
+
function je(e, r, t, a, s, l) {
|
|
588
588
|
{
|
|
589
589
|
var o = ze(e);
|
|
590
590
|
if (!o) {
|
|
@@ -592,33 +592,33 @@ Check the top-level render call using <` + t + ">.");
|
|
|
592
592
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (i += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
593
593
|
var h = Qe(s);
|
|
594
594
|
h ? i += h : i += xe();
|
|
595
|
-
var
|
|
596
|
-
e === null ?
|
|
595
|
+
var u;
|
|
596
|
+
e === null ? u = "null" : q(e) ? u = "array" : e !== void 0 && e.$$typeof === p ? (u = "<" + (j(e.type) || "Unknown") + " />", i = " Did you accidentally export a JSX literal instead of a component?") : u = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", u, i);
|
|
597
597
|
}
|
|
598
|
-
var
|
|
599
|
-
if (
|
|
600
|
-
return
|
|
598
|
+
var c = Ze(e, r, t, s, l);
|
|
599
|
+
if (c == null)
|
|
600
|
+
return c;
|
|
601
601
|
if (o) {
|
|
602
602
|
var x = r.children;
|
|
603
603
|
if (x !== void 0)
|
|
604
604
|
if (a)
|
|
605
605
|
if (q(x)) {
|
|
606
606
|
for (var C = 0; C < x.length; C++)
|
|
607
|
-
|
|
607
|
+
ye(x[C], e);
|
|
608
608
|
Object.freeze && Object.freeze(x);
|
|
609
609
|
} else
|
|
610
610
|
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
611
611
|
else
|
|
612
|
-
|
|
612
|
+
ye(x, e);
|
|
613
613
|
}
|
|
614
|
-
return e === g ? tr(
|
|
614
|
+
return e === g ? tr(c) : rr(c), c;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
function nr(e, r, t) {
|
|
618
|
-
return
|
|
618
|
+
return je(e, r, t, !0);
|
|
619
619
|
}
|
|
620
620
|
function ar(e, r, t) {
|
|
621
|
-
return
|
|
621
|
+
return je(e, r, t, !1);
|
|
622
622
|
}
|
|
623
623
|
var ir = ar, or = nr;
|
|
624
624
|
A.Fragment = g, A.jsx = ir, A.jsxs = or;
|
|
@@ -626,7 +626,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
626
626
|
}
|
|
627
627
|
process.env.NODE_ENV === "production" ? X.exports = sr() : X.exports = lr();
|
|
628
628
|
var n = X.exports;
|
|
629
|
-
function
|
|
629
|
+
function cr() {
|
|
630
630
|
return /* @__PURE__ */ n.jsxs(
|
|
631
631
|
"svg",
|
|
632
632
|
{
|
|
@@ -664,30 +664,46 @@ function fr({
|
|
|
664
664
|
circle: R,
|
|
665
665
|
children: g
|
|
666
666
|
}) {
|
|
667
|
-
let
|
|
667
|
+
let b = "";
|
|
668
668
|
switch (f) {
|
|
669
|
+
case "pill":
|
|
670
|
+
b = `
|
|
671
|
+
${g ? "px-8 py-3" : "px-3 py-3"}
|
|
672
|
+
flex flex-row dark:bg-[#3584e4] rounded-full dark:hover:bg-[#4990e7] transition dark:text-white gap-2 items-center justify-center font-bold`;
|
|
673
|
+
break;
|
|
669
674
|
case "fill":
|
|
670
|
-
|
|
671
|
-
${g ? "px-6 py-2" : "px-
|
|
672
|
-
|
|
675
|
+
b = `
|
|
676
|
+
${g ? "px-6 py-2 min-w-32" : "px-3 py-3"}
|
|
677
|
+
${R ? "rounded-full" : "rounded-md"}
|
|
678
|
+
flex flex-row dark:bg-[#454545] dark:hover:bg-[#4b4b4b] transition dark:text-white gap-2 items-center justify-center font-bold`;
|
|
673
679
|
break;
|
|
674
680
|
default:
|
|
675
|
-
|
|
681
|
+
b = `flex flex-row dark:hover:bg-[#3e3e3e] dark:text-white gap-2 p-2 transition items-center justify-center font-bold
|
|
676
682
|
${R ? "rounded-full" : "rounded-md"}`;
|
|
677
683
|
break;
|
|
678
684
|
}
|
|
679
|
-
return /* @__PURE__ */ n.jsxs("button", { className:
|
|
685
|
+
return /* @__PURE__ */ n.jsxs("button", { className: b, children: [
|
|
680
686
|
p,
|
|
681
687
|
g
|
|
682
688
|
] });
|
|
683
689
|
}
|
|
684
|
-
function dr({
|
|
685
|
-
return /* @__PURE__ */ n.jsx(
|
|
690
|
+
function dr({ placeholder: f }) {
|
|
691
|
+
return /* @__PURE__ */ n.jsx(
|
|
692
|
+
"input",
|
|
693
|
+
{
|
|
694
|
+
type: "text",
|
|
695
|
+
placeholder: f,
|
|
696
|
+
className: "rounded-md dark:text-white py-2 px-3 dark:bg-[#3a3a3a]"
|
|
697
|
+
}
|
|
698
|
+
);
|
|
686
699
|
}
|
|
687
700
|
function vr({ children: f }) {
|
|
701
|
+
return /* @__PURE__ */ n.jsx("p", { className: "font-bold dark:text-white", children: f });
|
|
702
|
+
}
|
|
703
|
+
function hr({ children: f }) {
|
|
688
704
|
return /* @__PURE__ */ n.jsx("div", { className: "flex flex-col divide-y divide-[#242424] shadow", children: f });
|
|
689
705
|
}
|
|
690
|
-
function
|
|
706
|
+
function pr({
|
|
691
707
|
onClick: f,
|
|
692
708
|
children: p
|
|
693
709
|
}) {
|
|
@@ -701,7 +717,7 @@ function hr({
|
|
|
701
717
|
}
|
|
702
718
|
);
|
|
703
719
|
}
|
|
704
|
-
function
|
|
720
|
+
function mr() {
|
|
705
721
|
return /* @__PURE__ */ n.jsxs(
|
|
706
722
|
"svg",
|
|
707
723
|
{
|
|
@@ -727,7 +743,7 @@ function pr() {
|
|
|
727
743
|
/* @__PURE__ */ n.jsx("g", { mask: "url(#b)", children: /* @__PURE__ */ n.jsx("g", { "clip-path": "url(#c)", transform: "matrix(1 0 0 1 -36 -876)", children: /* @__PURE__ */ n.jsx("path", { d: "m 550 182 c -0.351562 0.003906 -0.695312 0.101562 -1 0.28125 v 3.4375 c 0.304688 0.179688 0.648438 0.277344 1 0.28125 c 1.105469 0 2 -0.894531 2 -2 s -0.894531 -2 -2 -2 z m 0 5 c -0.339844 0 -0.679688 0.058594 -1 0.175781 v 6.824219 h 4 v -4 c 0 -1.65625 -1.34375 -3 -3 -3 z m 0 0" }) }) }),
|
|
728
744
|
/* @__PURE__ */ n.jsx("g", { mask: "url(#d)", children: /* @__PURE__ */ n.jsx("g", { "clip-path": "url(#e)", transform: "matrix(1 0 0 1 -36 -876)", children: /* @__PURE__ */ n.jsx("path", { d: "m 569 182 v 4 c 1.105469 0 2 -0.894531 2 -2 s -0.894531 -2 -2 -2 z m 0 5 v 7 h 3 v -4 c 0 -1.65625 -1.34375 -3 -3 -3 z m 0 0" }) }) }),
|
|
729
745
|
/* @__PURE__ */ n.jsx("g", { mask: "url(#f)", children: /* @__PURE__ */ n.jsx("g", { "clip-path": "url(#g)", transform: "matrix(1 0 0 1 -36 -876)", children: /* @__PURE__ */ n.jsx("path", { d: "m 573 182.269531 v 3.449219 c 0.613281 -0.355469 0.996094 -1.007812 1 -1.71875 c 0 -0.714844 -0.382812 -1.375 -1 -1.730469 z m 0 4.90625 v 6.824219 h 2 v -4 c 0 -1.269531 -0.800781 -2.402344 -2 -2.824219 z m 0 0" }) }) }),
|
|
730
|
-
/* @__PURE__ */ n.jsxs("g", {
|
|
746
|
+
/* @__PURE__ */ n.jsxs("g", { children: [
|
|
731
747
|
/* @__PURE__ */ n.jsx("path", { d: "m 6.507812 1 c -3.027343 0 -5.507812 2.472656 -5.507812 5.5 s 2.480469 5.5 5.507812 5.5 c 3.027344 0 5.503907 -2.472656 5.503907 -5.5 s -2.476563 -5.5 -5.503907 -5.5 z m 0 2 c 1.945313 0 3.503907 1.554688 3.503907 3.5 s -1.558594 3.5 -3.503907 3.5 c -1.949218 0 -3.503906 -1.554688 -3.503906 -3.5 s 1.554688 -3.5 3.503906 -3.5 z m 0 0" }),
|
|
732
748
|
/* @__PURE__ */ n.jsx("path", { d: "m 10 8.988281 c -0.40625 0.003907 -0.773438 0.25 -0.925781 0.625 c -0.152344 0.378907 -0.0625 0.808594 0.230469 1.09375 l 4.003906 4 c 0.25 0.261719 0.625 0.367188 0.972656 0.273438 c 0.351562 -0.089844 0.625 -0.363281 0.714844 -0.714844 c 0.09375 -0.347656 -0.011719 -0.722656 -0.273438 -0.972656 l -4.003906 -4 c -0.1875 -0.195313 -0.449219 -0.304688 -0.71875 -0.304688 z m 0 0" })
|
|
733
749
|
] })
|
|
@@ -735,7 +751,7 @@ function pr() {
|
|
|
735
751
|
}
|
|
736
752
|
);
|
|
737
753
|
}
|
|
738
|
-
function
|
|
754
|
+
function xr({
|
|
739
755
|
logo: f,
|
|
740
756
|
title: p,
|
|
741
757
|
description: R
|
|
@@ -746,7 +762,7 @@ function mr({
|
|
|
746
762
|
/* @__PURE__ */ n.jsx("p", { className: "dark:text-white", children: R })
|
|
747
763
|
] });
|
|
748
764
|
}
|
|
749
|
-
function
|
|
765
|
+
function gr({
|
|
750
766
|
center: f,
|
|
751
767
|
children: p
|
|
752
768
|
}) {
|
|
@@ -759,13 +775,14 @@ function xr({
|
|
|
759
775
|
);
|
|
760
776
|
}
|
|
761
777
|
export {
|
|
762
|
-
|
|
778
|
+
cr as Arrow2TopRight,
|
|
763
779
|
fr as Button,
|
|
764
|
-
dr as
|
|
765
|
-
vr as
|
|
766
|
-
hr as
|
|
767
|
-
pr as
|
|
768
|
-
mr as
|
|
769
|
-
xr as
|
|
780
|
+
dr as Entry,
|
|
781
|
+
vr as Heading,
|
|
782
|
+
hr as List,
|
|
783
|
+
pr as ListItem,
|
|
784
|
+
mr as Loupe,
|
|
785
|
+
xr as Welcome,
|
|
786
|
+
gr as Window
|
|
770
787
|
};
|
|
771
788
|
//# sourceMappingURL=index.es.js.map
|