@batijs/elements 0.0.6 → 0.0.7
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/elements/full.js +658 -641
- package/package.json +4 -4
package/dist/elements/full.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
function
|
|
1
|
+
function De(t) {
|
|
2
2
|
return Object.keys(t).reduce((i, r) => {
|
|
3
3
|
const o = t[r];
|
|
4
|
-
return i[r] = Object.assign({}, o),
|
|
4
|
+
return i[r] = Object.assign({}, o), _t(o.value) && !xe(o.value) && !Array.isArray(o.value) && (i[r].value = Object.assign({}, o.value)), Array.isArray(o.value) && (i[r].value = o.value.slice(0)), i;
|
|
5
5
|
}, {});
|
|
6
6
|
}
|
|
7
|
-
function
|
|
7
|
+
function be(t) {
|
|
8
8
|
return t ? Object.keys(t).reduce((i, r) => {
|
|
9
9
|
const o = t[r];
|
|
10
|
-
return i[r] =
|
|
10
|
+
return i[r] = _t(o) && "value" in o ? o : {
|
|
11
11
|
value: o
|
|
12
|
-
}, i[r].attribute || (i[r].attribute =
|
|
12
|
+
}, i[r].attribute || (i[r].attribute = Te(r)), i[r].parse = "parse" in i[r] ? i[r].parse : typeof i[r].value != "string", i;
|
|
13
13
|
}, {}) : {};
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function we(t) {
|
|
16
16
|
return Object.keys(t).reduce((i, r) => (i[r] = t[r].value, i), {});
|
|
17
17
|
}
|
|
18
|
-
function
|
|
19
|
-
const i =
|
|
18
|
+
function Le(t, e) {
|
|
19
|
+
const i = De(e);
|
|
20
20
|
return Object.keys(e).forEach((o) => {
|
|
21
|
-
const M = i[o],
|
|
22
|
-
|
|
21
|
+
const M = i[o], l = t.getAttribute(M.attribute), n = t[o];
|
|
22
|
+
l && (M.value = M.parse ? $t(l) : l), n != null && (M.value = Array.isArray(n) ? n.slice(0) : n), M.reflect && Ut(t, M.attribute, M.value), Object.defineProperty(t, o, {
|
|
23
23
|
get() {
|
|
24
24
|
return M.value;
|
|
25
25
|
},
|
|
26
26
|
set(c) {
|
|
27
27
|
const s = M.value;
|
|
28
|
-
M.value = c, M.reflect &&
|
|
28
|
+
M.value = c, M.reflect && Ut(this, M.attribute, M.value);
|
|
29
29
|
for (let a = 0, u = this.__propertyChangedCallbacks.length; a < u; a++)
|
|
30
30
|
this.__propertyChangedCallbacks[a](o, c, s);
|
|
31
31
|
},
|
|
@@ -34,7 +34,7 @@ function be(t, e) {
|
|
|
34
34
|
});
|
|
35
35
|
}), i;
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function $t(t) {
|
|
38
38
|
if (t)
|
|
39
39
|
try {
|
|
40
40
|
return JSON.parse(t);
|
|
@@ -42,26 +42,26 @@ function Ht(t) {
|
|
|
42
42
|
return t;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function Ut(t, e, i) {
|
|
46
46
|
if (i == null || i === !1)
|
|
47
47
|
return t.removeAttribute(e);
|
|
48
48
|
let r = JSON.stringify(i);
|
|
49
49
|
t.__updating[e] = !0, r === "true" && (r = ""), t.setAttribute(e, r), Promise.resolve().then(() => delete t.__updating[e]);
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function Te(t) {
|
|
52
52
|
return t.replace(/\.?([A-Z]+)/g, (e, i) => "-" + i.toLowerCase()).replace("_", "-").replace(/^-/, "");
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function _t(t) {
|
|
55
55
|
return t != null && (typeof t == "object" || typeof t == "function");
|
|
56
56
|
}
|
|
57
|
-
function
|
|
57
|
+
function xe(t) {
|
|
58
58
|
return Object.prototype.toString.call(t) === "[object Function]";
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function Ae(t) {
|
|
61
61
|
return typeof t == "function" && t.toString().indexOf("class") === 0;
|
|
62
62
|
}
|
|
63
|
-
let
|
|
64
|
-
function
|
|
63
|
+
let xt;
|
|
64
|
+
function ze(t, e) {
|
|
65
65
|
const i = Object.keys(e);
|
|
66
66
|
return class extends t {
|
|
67
67
|
static get observedAttributes() {
|
|
@@ -73,16 +73,16 @@ function Ae(t, e) {
|
|
|
73
73
|
connectedCallback() {
|
|
74
74
|
if (this.__initialized)
|
|
75
75
|
return;
|
|
76
|
-
this.__releaseCallbacks = [], this.__propertyChangedCallbacks = [], this.__updating = {}, this.props =
|
|
77
|
-
const o =
|
|
76
|
+
this.__releaseCallbacks = [], this.__propertyChangedCallbacks = [], this.__updating = {}, this.props = Le(this, e);
|
|
77
|
+
const o = we(this.props), M = this.Component, l = xt;
|
|
78
78
|
try {
|
|
79
|
-
|
|
79
|
+
xt = this, this.__initialized = !0, Ae(M) ? new M(o, {
|
|
80
80
|
element: this
|
|
81
81
|
}) : M(o, {
|
|
82
82
|
element: this
|
|
83
83
|
});
|
|
84
84
|
} finally {
|
|
85
|
-
|
|
85
|
+
xt = l;
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
async disconnectedCallback() {
|
|
@@ -94,11 +94,11 @@ function Ae(t, e) {
|
|
|
94
94
|
o(this);
|
|
95
95
|
delete this.__initialized, this.__released = !0;
|
|
96
96
|
}
|
|
97
|
-
attributeChangedCallback(o, M,
|
|
97
|
+
attributeChangedCallback(o, M, l) {
|
|
98
98
|
if (this.__initialized && !this.__updating[o] && (o = this.lookupProp(o), o in e)) {
|
|
99
|
-
if (
|
|
99
|
+
if (l == null && !this[o])
|
|
100
100
|
return;
|
|
101
|
-
this[o] = e[o].parse ?
|
|
101
|
+
this[o] = e[o].parse ? $t(l) : l;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
lookupProp(o) {
|
|
@@ -118,7 +118,7 @@ function Ae(t, e) {
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function he(t, e = {}, i = {}) {
|
|
122
122
|
const {
|
|
123
123
|
BaseElement: r = HTMLElement,
|
|
124
124
|
extension: o
|
|
@@ -126,84 +126,84 @@ function xe(t, e = {}, i = {}) {
|
|
|
126
126
|
return (M) => {
|
|
127
127
|
if (!t)
|
|
128
128
|
throw new Error("tag is required to register a Component");
|
|
129
|
-
let
|
|
130
|
-
return
|
|
129
|
+
let l = customElements.get(t);
|
|
130
|
+
return l ? (l.prototype.Component = M, l) : (l = ze(r, be(e)), l.prototype.Component = M, l.prototype.registeredTag = t, customElements.define(t, l, o), l);
|
|
131
131
|
};
|
|
132
132
|
}
|
|
133
|
-
const Xt = (t, e) => t === e,
|
|
133
|
+
const Xt = (t, e) => t === e, Y = Symbol("solid-proxy"), ht = Symbol("solid-track"), at = {
|
|
134
134
|
equals: Xt
|
|
135
135
|
};
|
|
136
|
-
let
|
|
137
|
-
const
|
|
136
|
+
let Kt = oe;
|
|
137
|
+
const G = 1, ct = 2, qt = {
|
|
138
138
|
owned: null,
|
|
139
139
|
cleanups: null,
|
|
140
140
|
context: null,
|
|
141
141
|
owner: null
|
|
142
142
|
};
|
|
143
143
|
var y = null;
|
|
144
|
-
let
|
|
145
|
-
function
|
|
146
|
-
const i = b, r = y, o = t.length === 0, M = e === void 0 ? r : e,
|
|
144
|
+
let At = null, b = null, A = null, W = null, yt = 0;
|
|
145
|
+
function nt(t, e) {
|
|
146
|
+
const i = b, r = y, o = t.length === 0, M = e === void 0 ? r : e, l = o ? qt : {
|
|
147
147
|
owned: null,
|
|
148
148
|
cleanups: null,
|
|
149
149
|
context: M ? M.context : null,
|
|
150
150
|
owner: M
|
|
151
|
-
},
|
|
152
|
-
y =
|
|
151
|
+
}, n = o ? t : () => t(() => Q(() => bt(l)));
|
|
152
|
+
y = l, b = null;
|
|
153
153
|
try {
|
|
154
|
-
return
|
|
154
|
+
return q(n, !0);
|
|
155
155
|
} finally {
|
|
156
156
|
b = i, y = r;
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
function
|
|
160
|
-
e = e ? Object.assign({},
|
|
159
|
+
function F(t, e) {
|
|
160
|
+
e = e ? Object.assign({}, at, e) : at;
|
|
161
161
|
const i = {
|
|
162
162
|
value: t,
|
|
163
163
|
observers: null,
|
|
164
164
|
observerSlots: null,
|
|
165
165
|
comparator: e.equals || void 0
|
|
166
|
-
}, r = (o) => (typeof o == "function" && (o = o(i.value)),
|
|
167
|
-
return [
|
|
168
|
-
}
|
|
169
|
-
function h(t, e, i) {
|
|
170
|
-
const r = It(t, e, !1, R);
|
|
171
|
-
$(r);
|
|
172
|
-
}
|
|
173
|
-
function Kt(t, e, i) {
|
|
174
|
-
$t = Ee;
|
|
175
|
-
const r = It(t, e, !1, R);
|
|
176
|
-
(!i || !i.render) && (r.user = !0), P ? P.push(r) : $(r);
|
|
166
|
+
}, r = (o) => (typeof o == "function" && (o = o(i.value)), re(i, o));
|
|
167
|
+
return [ie.bind(i), r];
|
|
177
168
|
}
|
|
178
169
|
function m(t, e, i) {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
const r =
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
170
|
+
const r = Dt(t, e, !1, G);
|
|
171
|
+
K(r);
|
|
172
|
+
}
|
|
173
|
+
function te(t, e, i) {
|
|
174
|
+
Kt = Oe;
|
|
175
|
+
const r = Dt(t, e, !1, G);
|
|
176
|
+
(!i || !i.render) && (r.user = !0), W ? W.push(r) : K(r);
|
|
177
|
+
}
|
|
178
|
+
function T(t, e, i) {
|
|
179
|
+
i = i ? Object.assign({}, at, i) : at;
|
|
180
|
+
const r = Dt(t, e, !0, 0);
|
|
181
|
+
return r.observers = null, r.observerSlots = null, r.comparator = i.equals || void 0, K(r), ie.bind(r);
|
|
182
|
+
}
|
|
183
|
+
function me(t, e = Xt, i) {
|
|
184
|
+
const r = /* @__PURE__ */ new Map(), o = Dt((M) => {
|
|
185
|
+
const l = t();
|
|
186
|
+
for (const [n, c] of r.entries())
|
|
187
|
+
if (e(n, l) !== e(n, M))
|
|
188
188
|
for (const s of c.values())
|
|
189
|
-
s.state =
|
|
190
|
-
return
|
|
191
|
-
}, void 0, !0,
|
|
192
|
-
return
|
|
193
|
-
const
|
|
194
|
-
if (
|
|
195
|
-
let
|
|
196
|
-
(
|
|
197
|
-
|
|
189
|
+
s.state = G, s.pure ? A.push(s) : W.push(s);
|
|
190
|
+
return l;
|
|
191
|
+
}, void 0, !0, G);
|
|
192
|
+
return K(o), (M) => {
|
|
193
|
+
const l = b;
|
|
194
|
+
if (l) {
|
|
195
|
+
let n;
|
|
196
|
+
(n = r.get(M)) ? n.add(l) : r.set(M, n = /* @__PURE__ */ new Set([l])), Ot(() => {
|
|
197
|
+
n.delete(l), !n.size && r.delete(M);
|
|
198
198
|
});
|
|
199
199
|
}
|
|
200
200
|
return e(M, o.value);
|
|
201
201
|
};
|
|
202
202
|
}
|
|
203
|
-
function
|
|
204
|
-
return
|
|
203
|
+
function ee(t) {
|
|
204
|
+
return q(t, !1);
|
|
205
205
|
}
|
|
206
|
-
function
|
|
206
|
+
function Q(t) {
|
|
207
207
|
if (b === null)
|
|
208
208
|
return t();
|
|
209
209
|
const e = b;
|
|
@@ -214,59 +214,59 @@ function Z(t) {
|
|
|
214
214
|
b = e;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
|
-
function
|
|
217
|
+
function fe(t, e, i) {
|
|
218
218
|
const r = Array.isArray(t);
|
|
219
219
|
let o, M = i && i.defer;
|
|
220
|
-
return (
|
|
221
|
-
let
|
|
220
|
+
return (l) => {
|
|
221
|
+
let n;
|
|
222
222
|
if (r) {
|
|
223
|
-
|
|
223
|
+
n = Array(t.length);
|
|
224
224
|
for (let s = 0; s < t.length; s++)
|
|
225
|
-
|
|
225
|
+
n[s] = t[s]();
|
|
226
226
|
} else
|
|
227
|
-
|
|
227
|
+
n = t();
|
|
228
228
|
if (M) {
|
|
229
229
|
M = !1;
|
|
230
230
|
return;
|
|
231
231
|
}
|
|
232
|
-
const c =
|
|
233
|
-
return o =
|
|
232
|
+
const c = Q(() => e(n, o, l));
|
|
233
|
+
return o = n, c;
|
|
234
234
|
};
|
|
235
235
|
}
|
|
236
|
-
function
|
|
237
|
-
|
|
236
|
+
function pe(t) {
|
|
237
|
+
te(() => Q(t));
|
|
238
238
|
}
|
|
239
|
-
function
|
|
239
|
+
function Ot(t) {
|
|
240
240
|
return y === null || (y.cleanups === null ? y.cleanups = [t] : y.cleanups.push(t)), t;
|
|
241
241
|
}
|
|
242
|
-
function
|
|
242
|
+
function mt() {
|
|
243
243
|
return b;
|
|
244
244
|
}
|
|
245
|
-
function
|
|
245
|
+
function Ce(t, e) {
|
|
246
246
|
const i = Symbol("context");
|
|
247
247
|
return {
|
|
248
248
|
id: i,
|
|
249
|
-
Provider:
|
|
249
|
+
Provider: ke(i),
|
|
250
250
|
defaultValue: t
|
|
251
251
|
};
|
|
252
252
|
}
|
|
253
|
-
function
|
|
253
|
+
function vt(t) {
|
|
254
254
|
return y && y.context && y.context[t.id] !== void 0 ? y.context[t.id] : t.defaultValue;
|
|
255
255
|
}
|
|
256
|
-
function
|
|
257
|
-
const e =
|
|
256
|
+
function kt(t) {
|
|
257
|
+
const e = T(t), i = T(() => ft(e()));
|
|
258
258
|
return i.toArray = () => {
|
|
259
259
|
const r = i();
|
|
260
260
|
return Array.isArray(r) ? r : r != null ? [r] : [];
|
|
261
261
|
}, i;
|
|
262
262
|
}
|
|
263
|
-
function
|
|
263
|
+
function ie() {
|
|
264
264
|
if (this.sources && this.state)
|
|
265
|
-
if (this.state ===
|
|
266
|
-
|
|
265
|
+
if (this.state === G)
|
|
266
|
+
K(this);
|
|
267
267
|
else {
|
|
268
|
-
const t =
|
|
269
|
-
|
|
268
|
+
const t = A;
|
|
269
|
+
A = null, q(() => ut(this), !1), A = t;
|
|
270
270
|
}
|
|
271
271
|
if (b) {
|
|
272
272
|
const t = this.observers ? this.observers.length : 0;
|
|
@@ -274,34 +274,34 @@ function te() {
|
|
|
274
274
|
}
|
|
275
275
|
return this.value;
|
|
276
276
|
}
|
|
277
|
-
function
|
|
277
|
+
function re(t, e, i) {
|
|
278
278
|
let r = t.value;
|
|
279
|
-
return (!t.comparator || !t.comparator(r, e)) && (t.value = e, t.observers && t.observers.length &&
|
|
279
|
+
return (!t.comparator || !t.comparator(r, e)) && (t.value = e, t.observers && t.observers.length && q(() => {
|
|
280
280
|
for (let o = 0; o < t.observers.length; o += 1) {
|
|
281
|
-
const M = t.observers[o],
|
|
282
|
-
|
|
281
|
+
const M = t.observers[o], l = At && At.running;
|
|
282
|
+
l && At.disposed.has(M), (l ? !M.tState : !M.state) && (M.pure ? A.push(M) : W.push(M), M.observers && Me(M)), l || (M.state = G);
|
|
283
283
|
}
|
|
284
|
-
if (
|
|
285
|
-
throw
|
|
284
|
+
if (A.length > 1e6)
|
|
285
|
+
throw A = [], new Error();
|
|
286
286
|
}, !1)), e;
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function K(t) {
|
|
289
289
|
if (!t.fn)
|
|
290
290
|
return;
|
|
291
|
-
|
|
292
|
-
const e = y, i = b, r =
|
|
293
|
-
b = y = t,
|
|
291
|
+
bt(t);
|
|
292
|
+
const e = y, i = b, r = yt;
|
|
293
|
+
b = y = t, Ee(t, t.value, r), b = i, y = e;
|
|
294
294
|
}
|
|
295
|
-
function
|
|
295
|
+
function Ee(t, e, i) {
|
|
296
296
|
let r;
|
|
297
297
|
try {
|
|
298
298
|
r = t.fn(e);
|
|
299
299
|
} catch (o) {
|
|
300
|
-
return t.pure && (t.state =
|
|
300
|
+
return t.pure && (t.state = G, t.owned && t.owned.forEach(bt), t.owned = null), t.updatedAt = i + 1, le(o);
|
|
301
301
|
}
|
|
302
|
-
(!t.updatedAt || t.updatedAt <= i) && (t.updatedAt != null && "observers" in t ?
|
|
302
|
+
(!t.updatedAt || t.updatedAt <= i) && (t.updatedAt != null && "observers" in t ? re(t, r) : t.value = r, t.updatedAt = i);
|
|
303
303
|
}
|
|
304
|
-
function
|
|
304
|
+
function Dt(t, e, i, r = G, o) {
|
|
305
305
|
const M = {
|
|
306
306
|
fn: t,
|
|
307
307
|
state: r,
|
|
@@ -315,86 +315,86 @@ function It(t, e, i, r = R, o) {
|
|
|
315
315
|
context: y ? y.context : null,
|
|
316
316
|
pure: i
|
|
317
317
|
};
|
|
318
|
-
return y === null || y !==
|
|
318
|
+
return y === null || y !== qt && (y.owned ? y.owned.push(M) : y.owned = [M]), M;
|
|
319
319
|
}
|
|
320
|
-
function
|
|
320
|
+
function st(t) {
|
|
321
321
|
if (t.state === 0)
|
|
322
322
|
return;
|
|
323
|
-
if (t.state ===
|
|
324
|
-
return
|
|
325
|
-
if (t.suspense &&
|
|
323
|
+
if (t.state === ct)
|
|
324
|
+
return ut(t);
|
|
325
|
+
if (t.suspense && Q(t.suspense.inFallback))
|
|
326
326
|
return t.suspense.effects.push(t);
|
|
327
327
|
const e = [t];
|
|
328
|
-
for (; (t = t.owner) && (!t.updatedAt || t.updatedAt <
|
|
328
|
+
for (; (t = t.owner) && (!t.updatedAt || t.updatedAt < yt); )
|
|
329
329
|
t.state && e.push(t);
|
|
330
330
|
for (let i = e.length - 1; i >= 0; i--)
|
|
331
|
-
if (t = e[i], t.state ===
|
|
332
|
-
|
|
333
|
-
else if (t.state ===
|
|
334
|
-
const r =
|
|
335
|
-
|
|
331
|
+
if (t = e[i], t.state === G)
|
|
332
|
+
K(t);
|
|
333
|
+
else if (t.state === ct) {
|
|
334
|
+
const r = A;
|
|
335
|
+
A = null, q(() => ut(t, e[0]), !1), A = r;
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
|
-
function
|
|
339
|
-
if (
|
|
338
|
+
function q(t, e) {
|
|
339
|
+
if (A)
|
|
340
340
|
return t();
|
|
341
341
|
let i = !1;
|
|
342
|
-
e || (
|
|
342
|
+
e || (A = []), W ? i = !0 : W = [], yt++;
|
|
343
343
|
try {
|
|
344
344
|
const r = t();
|
|
345
|
-
return
|
|
345
|
+
return Se(i), r;
|
|
346
346
|
} catch (r) {
|
|
347
|
-
i || (
|
|
347
|
+
i || (W = null), A = null, le(r);
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
function
|
|
351
|
-
if (
|
|
350
|
+
function Se(t) {
|
|
351
|
+
if (A && (oe(A), A = null), t)
|
|
352
352
|
return;
|
|
353
|
-
const e =
|
|
354
|
-
|
|
353
|
+
const e = W;
|
|
354
|
+
W = null, e.length && q(() => Kt(e), !1);
|
|
355
355
|
}
|
|
356
|
-
function
|
|
356
|
+
function oe(t) {
|
|
357
357
|
for (let e = 0; e < t.length; e++)
|
|
358
|
-
|
|
358
|
+
st(t[e]);
|
|
359
359
|
}
|
|
360
|
-
function
|
|
360
|
+
function Oe(t) {
|
|
361
361
|
let e, i = 0;
|
|
362
362
|
for (e = 0; e < t.length; e++) {
|
|
363
363
|
const r = t[e];
|
|
364
|
-
r.user ? t[i++] = r :
|
|
364
|
+
r.user ? t[i++] = r : st(r);
|
|
365
365
|
}
|
|
366
366
|
for (e = 0; e < i; e++)
|
|
367
|
-
|
|
367
|
+
st(t[e]);
|
|
368
368
|
}
|
|
369
|
-
function
|
|
369
|
+
function ut(t, e) {
|
|
370
370
|
t.state = 0;
|
|
371
371
|
for (let i = 0; i < t.sources.length; i += 1) {
|
|
372
372
|
const r = t.sources[i];
|
|
373
373
|
if (r.sources) {
|
|
374
374
|
const o = r.state;
|
|
375
|
-
o ===
|
|
375
|
+
o === G ? r !== e && (!r.updatedAt || r.updatedAt < yt) && st(r) : o === ct && ut(r, e);
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function Me(t) {
|
|
380
380
|
for (let e = 0; e < t.observers.length; e += 1) {
|
|
381
381
|
const i = t.observers[e];
|
|
382
|
-
i.state || (i.state =
|
|
382
|
+
i.state || (i.state = ct, i.pure ? A.push(i) : W.push(i), i.observers && Me(i));
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
|
-
function
|
|
385
|
+
function bt(t) {
|
|
386
386
|
let e;
|
|
387
387
|
if (t.sources)
|
|
388
388
|
for (; t.sources.length; ) {
|
|
389
389
|
const i = t.sources.pop(), r = t.sourceSlots.pop(), o = i.observers;
|
|
390
390
|
if (o && o.length) {
|
|
391
|
-
const M = o.pop(),
|
|
392
|
-
r < o.length && (M.sourceSlots[
|
|
391
|
+
const M = o.pop(), l = i.observerSlots.pop();
|
|
392
|
+
r < o.length && (M.sourceSlots[l] = r, o[r] = M, i.observerSlots[r] = l);
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
if (t.owned) {
|
|
396
396
|
for (e = t.owned.length - 1; e >= 0; e--)
|
|
397
|
-
|
|
397
|
+
bt(t.owned[e]);
|
|
398
398
|
t.owned = null;
|
|
399
399
|
}
|
|
400
400
|
if (t.cleanups) {
|
|
@@ -404,92 +404,92 @@ function yt(t) {
|
|
|
404
404
|
}
|
|
405
405
|
t.state = 0;
|
|
406
406
|
}
|
|
407
|
-
function
|
|
407
|
+
function ve(t) {
|
|
408
408
|
return t instanceof Error ? t : new Error(typeof t == "string" ? t : "Unknown error", {
|
|
409
409
|
cause: t
|
|
410
410
|
});
|
|
411
411
|
}
|
|
412
|
-
function
|
|
413
|
-
throw
|
|
412
|
+
function le(t, e = y) {
|
|
413
|
+
throw ve(t);
|
|
414
414
|
}
|
|
415
|
-
function
|
|
415
|
+
function ft(t) {
|
|
416
416
|
if (typeof t == "function" && !t.length)
|
|
417
|
-
return
|
|
417
|
+
return ft(t());
|
|
418
418
|
if (Array.isArray(t)) {
|
|
419
419
|
const e = [];
|
|
420
420
|
for (let i = 0; i < t.length; i++) {
|
|
421
|
-
const r =
|
|
421
|
+
const r = ft(t[i]);
|
|
422
422
|
Array.isArray(r) ? e.push.apply(e, r) : e.push(r);
|
|
423
423
|
}
|
|
424
424
|
return e;
|
|
425
425
|
}
|
|
426
426
|
return t;
|
|
427
427
|
}
|
|
428
|
-
function
|
|
428
|
+
function ke(t, e) {
|
|
429
429
|
return function(r) {
|
|
430
430
|
let o;
|
|
431
|
-
return
|
|
431
|
+
return m(() => o = Q(() => (y.context = {
|
|
432
432
|
...y.context,
|
|
433
433
|
[t]: r.value
|
|
434
|
-
},
|
|
434
|
+
}, kt(() => r.children))), void 0), o;
|
|
435
435
|
};
|
|
436
436
|
}
|
|
437
|
-
const
|
|
438
|
-
function
|
|
437
|
+
const Ye = Symbol("fallback");
|
|
438
|
+
function Zt(t) {
|
|
439
439
|
for (let e = 0; e < t.length; e++)
|
|
440
440
|
t[e]();
|
|
441
441
|
}
|
|
442
|
-
function
|
|
443
|
-
let r = [], o = [], M = [],
|
|
444
|
-
return
|
|
442
|
+
function Qe(t, e, i = {}) {
|
|
443
|
+
let r = [], o = [], M = [], l = 0, n = e.length > 1 ? [] : null;
|
|
444
|
+
return Ot(() => Zt(M)), () => {
|
|
445
445
|
let c = t() || [], s, a;
|
|
446
|
-
return c[
|
|
447
|
-
let g = c.length, d, f, p,
|
|
446
|
+
return c[ht], Q(() => {
|
|
447
|
+
let g = c.length, d, f, p, O, U, v, k, E, C;
|
|
448
448
|
if (g === 0)
|
|
449
|
-
|
|
450
|
-
else if (
|
|
449
|
+
l !== 0 && (Zt(M), M = [], r = [], o = [], l = 0, n && (n = [])), i.fallback && (r = [Ye], o[0] = nt((Tt) => (M[0] = Tt, i.fallback())), l = 1);
|
|
450
|
+
else if (l === 0) {
|
|
451
451
|
for (o = new Array(g), a = 0; a < g; a++)
|
|
452
|
-
r[a] = c[a], o[a] =
|
|
453
|
-
|
|
452
|
+
r[a] = c[a], o[a] = nt(u);
|
|
453
|
+
l = g;
|
|
454
454
|
} else {
|
|
455
|
-
for (p = new Array(g),
|
|
455
|
+
for (p = new Array(g), O = new Array(g), n && (U = new Array(g)), v = 0, k = Math.min(l, g); v < k && r[v] === c[v]; v++)
|
|
456
456
|
;
|
|
457
|
-
for (
|
|
458
|
-
p[E] = o[
|
|
457
|
+
for (k = l - 1, E = g - 1; k >= v && E >= v && r[k] === c[E]; k--, E--)
|
|
458
|
+
p[E] = o[k], O[E] = M[k], n && (U[E] = n[k]);
|
|
459
459
|
for (d = /* @__PURE__ */ new Map(), f = new Array(E + 1), a = E; a >= v; a--)
|
|
460
460
|
C = c[a], s = d.get(C), f[a] = s === void 0 ? -1 : s, d.set(C, a);
|
|
461
|
-
for (s = v; s <=
|
|
462
|
-
C = r[s], a = d.get(C), a !== void 0 && a !== -1 ? (p[a] = o[s],
|
|
461
|
+
for (s = v; s <= k; s++)
|
|
462
|
+
C = r[s], a = d.get(C), a !== void 0 && a !== -1 ? (p[a] = o[s], O[a] = M[s], n && (U[a] = n[s]), a = f[a], d.set(C, a)) : M[s]();
|
|
463
463
|
for (a = v; a < g; a++)
|
|
464
|
-
a in p ? (o[a] = p[a], M[a] =
|
|
465
|
-
o = o.slice(0,
|
|
464
|
+
a in p ? (o[a] = p[a], M[a] = O[a], n && (n[a] = U[a], n[a](a))) : o[a] = nt(u);
|
|
465
|
+
o = o.slice(0, l = g), r = c.slice(0);
|
|
466
466
|
}
|
|
467
467
|
return o;
|
|
468
468
|
});
|
|
469
469
|
function u(g) {
|
|
470
|
-
if (M[a] = g,
|
|
471
|
-
const [d, f] =
|
|
472
|
-
return
|
|
470
|
+
if (M[a] = g, n) {
|
|
471
|
+
const [d, f] = F(a);
|
|
472
|
+
return n[a] = f, e(c[a], d);
|
|
473
473
|
}
|
|
474
474
|
return e(c[a]);
|
|
475
475
|
}
|
|
476
476
|
};
|
|
477
477
|
}
|
|
478
|
-
function
|
|
479
|
-
return
|
|
478
|
+
function x(t, e) {
|
|
479
|
+
return Q(() => t(e || {}));
|
|
480
480
|
}
|
|
481
|
-
function
|
|
481
|
+
function Mt() {
|
|
482
482
|
return !0;
|
|
483
483
|
}
|
|
484
|
-
const
|
|
484
|
+
const pt = {
|
|
485
485
|
get(t, e, i) {
|
|
486
|
-
return e ===
|
|
486
|
+
return e === Y ? i : t.get(e);
|
|
487
487
|
},
|
|
488
488
|
has(t, e) {
|
|
489
|
-
return e ===
|
|
489
|
+
return e === Y ? !0 : t.has(e);
|
|
490
490
|
},
|
|
491
|
-
set:
|
|
492
|
-
deleteProperty:
|
|
491
|
+
set: Mt,
|
|
492
|
+
deleteProperty: Mt,
|
|
493
493
|
getOwnPropertyDescriptor(t, e) {
|
|
494
494
|
return {
|
|
495
495
|
configurable: !0,
|
|
@@ -497,152 +497,152 @@ const mt = {
|
|
|
497
497
|
get() {
|
|
498
498
|
return t.get(e);
|
|
499
499
|
},
|
|
500
|
-
set:
|
|
501
|
-
deleteProperty:
|
|
500
|
+
set: Mt,
|
|
501
|
+
deleteProperty: Mt
|
|
502
502
|
};
|
|
503
503
|
},
|
|
504
504
|
ownKeys(t) {
|
|
505
505
|
return t.keys();
|
|
506
506
|
}
|
|
507
507
|
};
|
|
508
|
-
function
|
|
508
|
+
function zt(t) {
|
|
509
509
|
return (t = typeof t == "function" ? t() : t) ? t : {};
|
|
510
510
|
}
|
|
511
|
-
function
|
|
511
|
+
function Ue() {
|
|
512
512
|
for (let t = 0, e = this.length; t < e; ++t) {
|
|
513
513
|
const i = this[t]();
|
|
514
514
|
if (i !== void 0)
|
|
515
515
|
return i;
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
-
function
|
|
518
|
+
function Ze(...t) {
|
|
519
519
|
let e = !1;
|
|
520
520
|
for (let M = 0; M < t.length; M++) {
|
|
521
|
-
const
|
|
522
|
-
e = e || !!
|
|
521
|
+
const l = t[M];
|
|
522
|
+
e = e || !!l && Y in l, t[M] = typeof l == "function" ? (e = !0, T(l)) : l;
|
|
523
523
|
}
|
|
524
524
|
if (e)
|
|
525
525
|
return new Proxy({
|
|
526
526
|
get(M) {
|
|
527
|
-
for (let
|
|
528
|
-
const
|
|
529
|
-
if (
|
|
530
|
-
return
|
|
527
|
+
for (let l = t.length - 1; l >= 0; l--) {
|
|
528
|
+
const n = zt(t[l])[M];
|
|
529
|
+
if (n !== void 0)
|
|
530
|
+
return n;
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
533
|
has(M) {
|
|
534
|
-
for (let
|
|
535
|
-
if (M in
|
|
534
|
+
for (let l = t.length - 1; l >= 0; l--)
|
|
535
|
+
if (M in zt(t[l]))
|
|
536
536
|
return !0;
|
|
537
537
|
return !1;
|
|
538
538
|
},
|
|
539
539
|
keys() {
|
|
540
540
|
const M = [];
|
|
541
|
-
for (let
|
|
542
|
-
M.push(...Object.keys(
|
|
541
|
+
for (let l = 0; l < t.length; l++)
|
|
542
|
+
M.push(...Object.keys(zt(t[l])));
|
|
543
543
|
return [...new Set(M)];
|
|
544
544
|
}
|
|
545
|
-
},
|
|
545
|
+
}, pt);
|
|
546
546
|
const i = {}, r = {}, o = /* @__PURE__ */ new Set();
|
|
547
547
|
for (let M = t.length - 1; M >= 0; M--) {
|
|
548
|
-
const
|
|
549
|
-
if (!
|
|
548
|
+
const l = t[M];
|
|
549
|
+
if (!l)
|
|
550
550
|
continue;
|
|
551
|
-
const
|
|
552
|
-
for (let c = 0, s =
|
|
553
|
-
const a =
|
|
551
|
+
const n = Object.getOwnPropertyNames(l);
|
|
552
|
+
for (let c = 0, s = n.length; c < s; c++) {
|
|
553
|
+
const a = n[c];
|
|
554
554
|
if (a === "__proto__" || a === "constructor")
|
|
555
555
|
continue;
|
|
556
|
-
const u = Object.getOwnPropertyDescriptor(
|
|
556
|
+
const u = Object.getOwnPropertyDescriptor(l, a);
|
|
557
557
|
if (!o.has(a))
|
|
558
558
|
u.get ? (o.add(a), Object.defineProperty(i, a, {
|
|
559
559
|
enumerable: !0,
|
|
560
560
|
configurable: !0,
|
|
561
|
-
get:
|
|
561
|
+
get: Ue.bind(r[a] = [u.get.bind(l)])
|
|
562
562
|
})) : (u.value !== void 0 && o.add(a), i[a] = u.value);
|
|
563
563
|
else {
|
|
564
564
|
const g = r[a];
|
|
565
|
-
g ? u.get ? g.push(u.get.bind(
|
|
565
|
+
g ? u.get ? g.push(u.get.bind(l)) : u.value !== void 0 && g.push(() => u.value) : i[a] === void 0 && (i[a] = u.value);
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
return i;
|
|
570
570
|
}
|
|
571
|
-
function
|
|
572
|
-
if (
|
|
573
|
-
const o = new Set(e.length > 1 ? e.flat() : e[0]), M = e.map((
|
|
574
|
-
get(
|
|
575
|
-
return
|
|
571
|
+
function We(t, ...e) {
|
|
572
|
+
if (Y in t) {
|
|
573
|
+
const o = new Set(e.length > 1 ? e.flat() : e[0]), M = e.map((l) => new Proxy({
|
|
574
|
+
get(n) {
|
|
575
|
+
return l.includes(n) ? t[n] : void 0;
|
|
576
576
|
},
|
|
577
|
-
has(
|
|
578
|
-
return
|
|
577
|
+
has(n) {
|
|
578
|
+
return l.includes(n) && n in t;
|
|
579
579
|
},
|
|
580
580
|
keys() {
|
|
581
|
-
return
|
|
581
|
+
return l.filter((n) => n in t);
|
|
582
582
|
}
|
|
583
|
-
},
|
|
583
|
+
}, pt));
|
|
584
584
|
return M.push(new Proxy({
|
|
585
|
-
get(
|
|
586
|
-
return o.has(
|
|
585
|
+
get(l) {
|
|
586
|
+
return o.has(l) ? void 0 : t[l];
|
|
587
587
|
},
|
|
588
|
-
has(
|
|
589
|
-
return o.has(
|
|
588
|
+
has(l) {
|
|
589
|
+
return o.has(l) ? !1 : l in t;
|
|
590
590
|
},
|
|
591
591
|
keys() {
|
|
592
|
-
return Object.keys(t).filter((
|
|
592
|
+
return Object.keys(t).filter((l) => !o.has(l));
|
|
593
593
|
}
|
|
594
|
-
},
|
|
594
|
+
}, pt)), M;
|
|
595
595
|
}
|
|
596
596
|
const i = {}, r = e.map(() => ({}));
|
|
597
597
|
for (const o of Object.getOwnPropertyNames(t)) {
|
|
598
|
-
const M = Object.getOwnPropertyDescriptor(t, o),
|
|
599
|
-
let
|
|
598
|
+
const M = Object.getOwnPropertyDescriptor(t, o), l = !M.get && !M.set && M.enumerable && M.writable && M.configurable;
|
|
599
|
+
let n = !1, c = 0;
|
|
600
600
|
for (const s of e)
|
|
601
|
-
s.includes(o) && (
|
|
602
|
-
|
|
601
|
+
s.includes(o) && (n = !0, l ? r[c][o] = M.value : Object.defineProperty(r[c], o, M)), ++c;
|
|
602
|
+
n || (l ? i[o] = M.value : Object.defineProperty(i, o, M));
|
|
603
603
|
}
|
|
604
604
|
return [...r, i];
|
|
605
605
|
}
|
|
606
|
-
const
|
|
607
|
-
function
|
|
606
|
+
const Ge = (t) => `Stale read from <${t}>.`;
|
|
607
|
+
function ne(t) {
|
|
608
608
|
const e = "fallback" in t && {
|
|
609
609
|
fallback: () => t.fallback
|
|
610
610
|
};
|
|
611
|
-
return
|
|
611
|
+
return T(Qe(() => t.each, t.children, e || void 0));
|
|
612
612
|
}
|
|
613
|
-
function
|
|
613
|
+
function Pe(t) {
|
|
614
614
|
let e = !1;
|
|
615
|
-
const i = (M,
|
|
615
|
+
const i = (M, l) => M[0] === l[0] && (e ? M[1] === l[1] : !M[1] == !l[1]) && M[2] === l[2], r = kt(() => t.children), o = T(() => {
|
|
616
616
|
let M = r();
|
|
617
617
|
Array.isArray(M) || (M = [M]);
|
|
618
|
-
for (let
|
|
619
|
-
const
|
|
620
|
-
if (
|
|
621
|
-
return e = !!M[
|
|
618
|
+
for (let l = 0; l < M.length; l++) {
|
|
619
|
+
const n = M[l].when;
|
|
620
|
+
if (n)
|
|
621
|
+
return e = !!M[l].keyed, [l, n, M[l]];
|
|
622
622
|
}
|
|
623
623
|
return [-1];
|
|
624
624
|
}, void 0, {
|
|
625
625
|
equals: i
|
|
626
626
|
});
|
|
627
|
-
return
|
|
628
|
-
const [M,
|
|
627
|
+
return T(() => {
|
|
628
|
+
const [M, l, n] = o();
|
|
629
629
|
if (M < 0)
|
|
630
630
|
return t.fallback;
|
|
631
|
-
const c =
|
|
632
|
-
return typeof c == "function" && c.length > 0 ?
|
|
633
|
-
if (
|
|
634
|
-
throw
|
|
635
|
-
return
|
|
631
|
+
const c = n.children;
|
|
632
|
+
return typeof c == "function" && c.length > 0 ? Q(() => c(e ? l : () => {
|
|
633
|
+
if (Q(o)[0] !== M)
|
|
634
|
+
throw Ge("Match");
|
|
635
|
+
return n.when;
|
|
636
636
|
})) : c;
|
|
637
637
|
}, void 0, void 0);
|
|
638
638
|
}
|
|
639
|
-
function
|
|
639
|
+
function Wt(t) {
|
|
640
640
|
return t;
|
|
641
641
|
}
|
|
642
|
-
const
|
|
642
|
+
const Re = ["allowfullscreen", "async", "autofocus", "autoplay", "checked", "controls", "default", "disabled", "formnovalidate", "hidden", "indeterminate", "ismap", "loop", "multiple", "muted", "nomodule", "novalidate", "open", "playsinline", "readonly", "required", "reversed", "seamless", "selected"], Be = /* @__PURE__ */ new Set(["className", "value", "readOnly", "formNoValidate", "isMap", "noModule", "playsInline", ...Re]), Ve = /* @__PURE__ */ new Set(["innerHTML", "textContent", "innerText", "children"]), Je = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(null), {
|
|
643
643
|
className: "class",
|
|
644
644
|
htmlFor: "for"
|
|
645
|
-
}),
|
|
645
|
+
}), He = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(null), {
|
|
646
646
|
class: "className",
|
|
647
647
|
formnovalidate: {
|
|
648
648
|
$: "formNoValidate",
|
|
@@ -667,85 +667,85 @@ const Ge = ["allowfullscreen", "async", "autofocus", "autoplay", "checked", "con
|
|
|
667
667
|
TEXTAREA: 1
|
|
668
668
|
}
|
|
669
669
|
});
|
|
670
|
-
function
|
|
671
|
-
const i =
|
|
670
|
+
function Fe(t, e) {
|
|
671
|
+
const i = He[t];
|
|
672
672
|
return typeof i == "object" ? i[e] ? i.$ : void 0 : i;
|
|
673
673
|
}
|
|
674
|
-
const
|
|
674
|
+
const $e = /* @__PURE__ */ new Set(["beforeinput", "click", "dblclick", "contextmenu", "focusin", "focusout", "input", "keydown", "keyup", "mousedown", "mousemove", "mouseout", "mouseover", "mouseup", "pointerdown", "pointermove", "pointerout", "pointerover", "pointerup", "touchend", "touchmove", "touchstart"]), _e = {
|
|
675
675
|
xlink: "http://www.w3.org/1999/xlink",
|
|
676
676
|
xml: "http://www.w3.org/XML/1998/namespace"
|
|
677
677
|
};
|
|
678
678
|
function Xe(t, e, i) {
|
|
679
|
-
let r = i.length, o = e.length, M = r,
|
|
680
|
-
for (;
|
|
681
|
-
if (e[
|
|
682
|
-
|
|
679
|
+
let r = i.length, o = e.length, M = r, l = 0, n = 0, c = e[o - 1].nextSibling, s = null;
|
|
680
|
+
for (; l < o || n < M; ) {
|
|
681
|
+
if (e[l] === i[n]) {
|
|
682
|
+
l++, n++;
|
|
683
683
|
continue;
|
|
684
684
|
}
|
|
685
685
|
for (; e[o - 1] === i[M - 1]; )
|
|
686
686
|
o--, M--;
|
|
687
|
-
if (o ===
|
|
688
|
-
const a = M < r ?
|
|
689
|
-
for (;
|
|
690
|
-
t.insertBefore(i[
|
|
691
|
-
} else if (M ===
|
|
692
|
-
for (;
|
|
693
|
-
(!s || !s.has(e[
|
|
694
|
-
else if (e[
|
|
687
|
+
if (o === l) {
|
|
688
|
+
const a = M < r ? n ? i[n - 1].nextSibling : i[M - n] : c;
|
|
689
|
+
for (; n < M; )
|
|
690
|
+
t.insertBefore(i[n++], a);
|
|
691
|
+
} else if (M === n)
|
|
692
|
+
for (; l < o; )
|
|
693
|
+
(!s || !s.has(e[l])) && e[l].remove(), l++;
|
|
694
|
+
else if (e[l] === i[M - 1] && i[n] === e[o - 1]) {
|
|
695
695
|
const a = e[--o].nextSibling;
|
|
696
|
-
t.insertBefore(i[
|
|
696
|
+
t.insertBefore(i[n++], e[l++].nextSibling), t.insertBefore(i[--M], a), e[o] = i[M];
|
|
697
697
|
} else {
|
|
698
698
|
if (!s) {
|
|
699
699
|
s = /* @__PURE__ */ new Map();
|
|
700
|
-
let u =
|
|
700
|
+
let u = n;
|
|
701
701
|
for (; u < M; )
|
|
702
702
|
s.set(i[u], u++);
|
|
703
703
|
}
|
|
704
|
-
const a = s.get(e[
|
|
704
|
+
const a = s.get(e[l]);
|
|
705
705
|
if (a != null)
|
|
706
|
-
if (
|
|
707
|
-
let u =
|
|
706
|
+
if (n < a && a < M) {
|
|
707
|
+
let u = l, g = 1, d;
|
|
708
708
|
for (; ++u < o && u < M && !((d = s.get(e[u])) == null || d !== a + g); )
|
|
709
709
|
g++;
|
|
710
|
-
if (g > a -
|
|
711
|
-
const f = e[
|
|
712
|
-
for (;
|
|
713
|
-
t.insertBefore(i[
|
|
710
|
+
if (g > a - n) {
|
|
711
|
+
const f = e[l];
|
|
712
|
+
for (; n < a; )
|
|
713
|
+
t.insertBefore(i[n++], f);
|
|
714
714
|
} else
|
|
715
|
-
t.replaceChild(i[
|
|
715
|
+
t.replaceChild(i[n++], e[l++]);
|
|
716
716
|
} else
|
|
717
|
-
|
|
717
|
+
l++;
|
|
718
718
|
else
|
|
719
|
-
e[
|
|
719
|
+
e[l++].remove();
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
}
|
|
723
|
-
const
|
|
724
|
-
function
|
|
723
|
+
const Gt = "_$DX_DELEGATE";
|
|
724
|
+
function S(t, e, i) {
|
|
725
725
|
let r;
|
|
726
726
|
const o = () => {
|
|
727
|
-
const
|
|
728
|
-
return
|
|
729
|
-
}, M = e ? () =>
|
|
727
|
+
const l = document.createElement("template");
|
|
728
|
+
return l.innerHTML = t, i ? l.content.firstChild.firstChild : l.content.firstChild;
|
|
729
|
+
}, M = e ? () => Q(() => document.importNode(r || (r = o()), !0)) : () => (r || (r = o())).cloneNode(!0);
|
|
730
730
|
return M.cloneNode = M, M;
|
|
731
731
|
}
|
|
732
|
-
function
|
|
733
|
-
const i = e[
|
|
732
|
+
function wt(t, e = window.document) {
|
|
733
|
+
const i = e[Gt] || (e[Gt] = /* @__PURE__ */ new Set());
|
|
734
734
|
for (let r = 0, o = t.length; r < o; r++) {
|
|
735
735
|
const M = t[r];
|
|
736
|
-
i.has(M) || (i.add(M), e.addEventListener(M,
|
|
736
|
+
i.has(M) || (i.add(M), e.addEventListener(M, ri));
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
|
-
function
|
|
739
|
+
function h(t, e, i) {
|
|
740
740
|
i == null ? t.removeAttribute(e) : t.setAttribute(e, i);
|
|
741
741
|
}
|
|
742
|
-
function
|
|
742
|
+
function Ke(t, e, i, r) {
|
|
743
743
|
r == null ? t.removeAttributeNS(e, i) : t.setAttributeNS(e, i, r);
|
|
744
744
|
}
|
|
745
|
-
function
|
|
745
|
+
function gt(t, e) {
|
|
746
746
|
e == null ? t.removeAttribute("class") : t.className = e;
|
|
747
747
|
}
|
|
748
|
-
function
|
|
748
|
+
function qe(t, e, i, r) {
|
|
749
749
|
if (r)
|
|
750
750
|
Array.isArray(i) ? (t[`$$${e}`] = i[0], t[`$$${e}Data`] = i[1]) : t[`$$${e}`] = i;
|
|
751
751
|
else if (Array.isArray(i)) {
|
|
@@ -754,22 +754,22 @@ function _e(t, e, i, r) {
|
|
|
754
754
|
} else
|
|
755
755
|
t.addEventListener(e, i);
|
|
756
756
|
}
|
|
757
|
-
function
|
|
757
|
+
function Yt(t, e, i = {}) {
|
|
758
758
|
const r = Object.keys(e || {}), o = Object.keys(i);
|
|
759
|
-
let M,
|
|
760
|
-
for (M = 0,
|
|
761
|
-
const
|
|
762
|
-
!
|
|
759
|
+
let M, l;
|
|
760
|
+
for (M = 0, l = o.length; M < l; M++) {
|
|
761
|
+
const n = o[M];
|
|
762
|
+
!n || n === "undefined" || e[n] || (Pt(t, n, !1), delete i[n]);
|
|
763
763
|
}
|
|
764
|
-
for (M = 0,
|
|
765
|
-
const
|
|
766
|
-
!
|
|
764
|
+
for (M = 0, l = r.length; M < l; M++) {
|
|
765
|
+
const n = r[M], c = !!e[n];
|
|
766
|
+
!n || n === "undefined" || i[n] === c || !c || (Pt(t, n, !0), i[n] = c);
|
|
767
767
|
}
|
|
768
768
|
return i;
|
|
769
769
|
}
|
|
770
|
-
function
|
|
770
|
+
function ae(t, e, i) {
|
|
771
771
|
if (!e)
|
|
772
|
-
return i ?
|
|
772
|
+
return i ? h(t, "style") : e;
|
|
773
773
|
const r = t.style;
|
|
774
774
|
if (typeof e == "string")
|
|
775
775
|
return r.cssText = e;
|
|
@@ -781,49 +781,49 @@ function ne(t, e, i) {
|
|
|
781
781
|
o = e[M], o !== i[M] && (r.setProperty(M, o), i[M] = o);
|
|
782
782
|
return i;
|
|
783
783
|
}
|
|
784
|
-
function
|
|
784
|
+
function ti(t, e = {}, i, r) {
|
|
785
785
|
const o = {};
|
|
786
|
-
return r ||
|
|
786
|
+
return r || m(() => o.children = X(t, e.children, o.children)), m(() => e.ref && e.ref(t)), m(() => ei(t, e, i, !0, o, !0)), o;
|
|
787
787
|
}
|
|
788
|
-
function
|
|
789
|
-
return
|
|
788
|
+
function it(t, e, i) {
|
|
789
|
+
return Q(() => t(e, i));
|
|
790
790
|
}
|
|
791
791
|
function w(t, e, i, r) {
|
|
792
792
|
if (i !== void 0 && !r && (r = []), typeof e != "function")
|
|
793
793
|
return X(t, e, r, i);
|
|
794
|
-
|
|
794
|
+
m((o) => X(t, e(), o, i), r);
|
|
795
795
|
}
|
|
796
|
-
function
|
|
796
|
+
function ei(t, e, i, r, o = {}, M = !1) {
|
|
797
797
|
e || (e = {});
|
|
798
|
-
for (const
|
|
799
|
-
if (!(
|
|
800
|
-
if (
|
|
798
|
+
for (const l in o)
|
|
799
|
+
if (!(l in e)) {
|
|
800
|
+
if (l === "children")
|
|
801
801
|
continue;
|
|
802
|
-
o[
|
|
802
|
+
o[l] = Rt(t, l, null, o[l], i, M);
|
|
803
803
|
}
|
|
804
|
-
for (const
|
|
805
|
-
if (
|
|
804
|
+
for (const l in e) {
|
|
805
|
+
if (l === "children") {
|
|
806
806
|
r || X(t, e.children);
|
|
807
807
|
continue;
|
|
808
808
|
}
|
|
809
|
-
const
|
|
810
|
-
o[
|
|
809
|
+
const n = e[l];
|
|
810
|
+
o[l] = Rt(t, l, n, o[l], i, M);
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
|
-
function
|
|
813
|
+
function ii(t) {
|
|
814
814
|
return t.toLowerCase().replace(/-([a-z])/g, (e, i) => i.toUpperCase());
|
|
815
815
|
}
|
|
816
|
-
function
|
|
816
|
+
function Pt(t, e, i) {
|
|
817
817
|
const r = e.trim().split(/\s+/);
|
|
818
818
|
for (let o = 0, M = r.length; o < M; o++)
|
|
819
819
|
t.classList.toggle(r[o], i);
|
|
820
820
|
}
|
|
821
|
-
function
|
|
822
|
-
let
|
|
821
|
+
function Rt(t, e, i, r, o, M) {
|
|
822
|
+
let l, n, c, s, a;
|
|
823
823
|
if (e === "style")
|
|
824
|
-
return
|
|
824
|
+
return ae(t, i, r);
|
|
825
825
|
if (e === "classList")
|
|
826
|
-
return
|
|
826
|
+
return Yt(t, i, r);
|
|
827
827
|
if (i === r)
|
|
828
828
|
return r;
|
|
829
829
|
if (e === "ref")
|
|
@@ -835,23 +835,23 @@ function Gt(t, e, i, r, o, M) {
|
|
|
835
835
|
const u = e.slice(10);
|
|
836
836
|
r && t.removeEventListener(u, r, !0), i && t.addEventListener(u, i, !0);
|
|
837
837
|
} else if (e.slice(0, 2) === "on") {
|
|
838
|
-
const u = e.slice(2).toLowerCase(), g =
|
|
838
|
+
const u = e.slice(2).toLowerCase(), g = $e.has(u);
|
|
839
839
|
if (!g && r) {
|
|
840
840
|
const d = Array.isArray(r) ? r[0] : r;
|
|
841
841
|
t.removeEventListener(u, d);
|
|
842
842
|
}
|
|
843
|
-
(g || i) && (
|
|
843
|
+
(g || i) && (qe(t, u, i, g), g && wt([u]));
|
|
844
844
|
} else if (e.slice(0, 5) === "attr:")
|
|
845
|
-
|
|
846
|
-
else if ((a = e.slice(0, 5) === "prop:") || (c =
|
|
847
|
-
a && (e = e.slice(5),
|
|
845
|
+
h(t, e.slice(5), i);
|
|
846
|
+
else if ((a = e.slice(0, 5) === "prop:") || (c = Ve.has(e)) || !o && ((s = Fe(e, t.tagName)) || (n = Be.has(e))) || (l = t.nodeName.includes("-")))
|
|
847
|
+
a && (e = e.slice(5), n = !0), e === "class" || e === "className" ? gt(t, i) : l && !n && !c ? t[ii(e)] = i : t[s || e] = i;
|
|
848
848
|
else {
|
|
849
|
-
const u = o && e.indexOf(":") > -1 &&
|
|
850
|
-
u ?
|
|
849
|
+
const u = o && e.indexOf(":") > -1 && _e[e.split(":")[0]];
|
|
850
|
+
u ? Ke(t, u, e, i) : h(t, Je[e] || e, i);
|
|
851
851
|
}
|
|
852
852
|
return i;
|
|
853
853
|
}
|
|
854
|
-
function
|
|
854
|
+
function ri(t) {
|
|
855
855
|
const e = `$$${t.type}`;
|
|
856
856
|
let i = t.composedPath && t.composedPath()[0] || t.target;
|
|
857
857
|
for (t.target !== i && Object.defineProperty(t, "target", {
|
|
@@ -877,38 +877,38 @@ function X(t, e, i, r, o) {
|
|
|
877
877
|
i = i();
|
|
878
878
|
if (e === i)
|
|
879
879
|
return i;
|
|
880
|
-
const M = typeof e,
|
|
881
|
-
if (t =
|
|
882
|
-
if (M === "number" && (e = e.toString()),
|
|
883
|
-
let
|
|
884
|
-
|
|
880
|
+
const M = typeof e, l = r !== void 0;
|
|
881
|
+
if (t = l && i[0] && i[0].parentNode || t, M === "string" || M === "number")
|
|
882
|
+
if (M === "number" && (e = e.toString()), l) {
|
|
883
|
+
let n = i[0];
|
|
884
|
+
n && n.nodeType === 3 ? n.data = e : n = document.createTextNode(e), i = $(t, i, r, n);
|
|
885
885
|
} else
|
|
886
886
|
i !== "" && typeof i == "string" ? i = t.firstChild.data = e : i = t.textContent = e;
|
|
887
887
|
else if (e == null || M === "boolean")
|
|
888
|
-
i =
|
|
888
|
+
i = $(t, i, r);
|
|
889
889
|
else {
|
|
890
890
|
if (M === "function")
|
|
891
|
-
return
|
|
892
|
-
let
|
|
893
|
-
for (; typeof
|
|
894
|
-
|
|
895
|
-
i = X(t,
|
|
891
|
+
return m(() => {
|
|
892
|
+
let n = e();
|
|
893
|
+
for (; typeof n == "function"; )
|
|
894
|
+
n = n();
|
|
895
|
+
i = X(t, n, i, r);
|
|
896
896
|
}), () => i;
|
|
897
897
|
if (Array.isArray(e)) {
|
|
898
|
-
const
|
|
899
|
-
if (
|
|
900
|
-
return
|
|
901
|
-
if (
|
|
902
|
-
if (i =
|
|
898
|
+
const n = [], c = i && Array.isArray(i);
|
|
899
|
+
if (Ct(n, e, i, o))
|
|
900
|
+
return m(() => i = X(t, n, i, r, !0)), () => i;
|
|
901
|
+
if (n.length === 0) {
|
|
902
|
+
if (i = $(t, i, r), l)
|
|
903
903
|
return i;
|
|
904
904
|
} else
|
|
905
|
-
c ? i.length === 0 ?
|
|
906
|
-
i =
|
|
905
|
+
c ? i.length === 0 ? Bt(t, n, r) : Xe(t, i, n) : (i && $(t), Bt(t, n));
|
|
906
|
+
i = n;
|
|
907
907
|
} else if (e.nodeType) {
|
|
908
908
|
if (Array.isArray(i)) {
|
|
909
|
-
if (
|
|
910
|
-
return i =
|
|
911
|
-
|
|
909
|
+
if (l)
|
|
910
|
+
return i = $(t, i, r, e);
|
|
911
|
+
$(t, i, null, e);
|
|
912
912
|
} else
|
|
913
913
|
i == null || i === "" || !t.firstChild ? t.appendChild(e) : t.replaceChild(e, t.firstChild);
|
|
914
914
|
i = e;
|
|
@@ -917,44 +917,44 @@ function X(t, e, i, r, o) {
|
|
|
917
917
|
}
|
|
918
918
|
return i;
|
|
919
919
|
}
|
|
920
|
-
function
|
|
920
|
+
function Ct(t, e, i, r) {
|
|
921
921
|
let o = !1;
|
|
922
|
-
for (let M = 0,
|
|
923
|
-
let
|
|
924
|
-
if (!(
|
|
925
|
-
if ((s = typeof
|
|
926
|
-
t.push(
|
|
927
|
-
else if (Array.isArray(
|
|
928
|
-
o =
|
|
922
|
+
for (let M = 0, l = e.length; M < l; M++) {
|
|
923
|
+
let n = e[M], c = i && i[M], s;
|
|
924
|
+
if (!(n == null || n === !0 || n === !1))
|
|
925
|
+
if ((s = typeof n) == "object" && n.nodeType)
|
|
926
|
+
t.push(n);
|
|
927
|
+
else if (Array.isArray(n))
|
|
928
|
+
o = Ct(t, n, c) || o;
|
|
929
929
|
else if (s === "function")
|
|
930
930
|
if (r) {
|
|
931
|
-
for (; typeof
|
|
932
|
-
|
|
933
|
-
o =
|
|
931
|
+
for (; typeof n == "function"; )
|
|
932
|
+
n = n();
|
|
933
|
+
o = Ct(t, Array.isArray(n) ? n : [n], Array.isArray(c) ? c : [c]) || o;
|
|
934
934
|
} else
|
|
935
|
-
t.push(
|
|
935
|
+
t.push(n), o = !0;
|
|
936
936
|
else {
|
|
937
|
-
const a = String(
|
|
937
|
+
const a = String(n);
|
|
938
938
|
c && c.nodeType === 3 && c.data === a ? t.push(c) : t.push(document.createTextNode(a));
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
941
|
return o;
|
|
942
942
|
}
|
|
943
|
-
function
|
|
943
|
+
function Bt(t, e, i = null) {
|
|
944
944
|
for (let r = 0, o = e.length; r < o; r++)
|
|
945
945
|
t.insertBefore(e[r], i);
|
|
946
946
|
}
|
|
947
|
-
function
|
|
947
|
+
function $(t, e, i, r) {
|
|
948
948
|
if (i === void 0)
|
|
949
949
|
return t.textContent = "";
|
|
950
950
|
const o = r || document.createTextNode("");
|
|
951
951
|
if (e.length) {
|
|
952
952
|
let M = !1;
|
|
953
|
-
for (let
|
|
954
|
-
const
|
|
955
|
-
if (o !==
|
|
956
|
-
const c =
|
|
957
|
-
!M && !
|
|
953
|
+
for (let l = e.length - 1; l >= 0; l--) {
|
|
954
|
+
const n = e[l];
|
|
955
|
+
if (o !== n) {
|
|
956
|
+
const c = n.parentNode === t;
|
|
957
|
+
!M && !l ? c ? t.replaceChild(o, n) : t.insertBefore(o, i) : c && n.remove();
|
|
958
958
|
} else
|
|
959
959
|
M = !0;
|
|
960
960
|
}
|
|
@@ -962,20 +962,20 @@ function H(t, e, i, r) {
|
|
|
962
962
|
t.insertBefore(o, i);
|
|
963
963
|
return [o];
|
|
964
964
|
}
|
|
965
|
-
function
|
|
965
|
+
function oi(t) {
|
|
966
966
|
const e = Object.keys(t), i = {};
|
|
967
967
|
for (let r = 0; r < e.length; r++) {
|
|
968
|
-
const [o, M] =
|
|
968
|
+
const [o, M] = F(t[e[r]]);
|
|
969
969
|
Object.defineProperty(i, e[r], {
|
|
970
970
|
get: o,
|
|
971
|
-
set(
|
|
972
|
-
M(() =>
|
|
971
|
+
set(l) {
|
|
972
|
+
M(() => l);
|
|
973
973
|
}
|
|
974
974
|
});
|
|
975
975
|
}
|
|
976
976
|
return i;
|
|
977
977
|
}
|
|
978
|
-
function
|
|
978
|
+
function Mi(t) {
|
|
979
979
|
if (t.assignedSlot && t.assignedSlot._$owner)
|
|
980
980
|
return t.assignedSlot._$owner;
|
|
981
981
|
let e = t.parentNode;
|
|
@@ -983,107 +983,107 @@ function ri(t) {
|
|
|
983
983
|
e = e.parentNode;
|
|
984
984
|
return e && e.assignedSlot ? e.assignedSlot._$owner : t._$owner;
|
|
985
985
|
}
|
|
986
|
-
function
|
|
986
|
+
function li(t) {
|
|
987
987
|
return (e, i) => {
|
|
988
988
|
const { element: r } = i;
|
|
989
|
-
return
|
|
990
|
-
const M =
|
|
991
|
-
r.addPropertyChangedCallback((
|
|
989
|
+
return nt((o) => {
|
|
990
|
+
const M = oi(e);
|
|
991
|
+
r.addPropertyChangedCallback((n, c) => M[n] = c), r.addReleaseCallback(() => {
|
|
992
992
|
r.renderRoot.textContent = "", o();
|
|
993
993
|
});
|
|
994
|
-
const
|
|
995
|
-
return w(r.renderRoot,
|
|
996
|
-
},
|
|
994
|
+
const l = t(M, i);
|
|
995
|
+
return w(r.renderRoot, l);
|
|
996
|
+
}, Mi(r));
|
|
997
997
|
};
|
|
998
998
|
}
|
|
999
|
-
function
|
|
1000
|
-
return arguments.length === 2 && (i = e, e = {}),
|
|
999
|
+
function ni(t, e, i) {
|
|
1000
|
+
return arguments.length === 2 && (i = e, e = {}), he(t, e)(li(i));
|
|
1001
1001
|
}
|
|
1002
|
-
const ni = `.bati-widget,[data-theme]{background-color:hsl(var(--b1) / var(--tw-bg-opacity, 1));color:hsl(var(--bc) / var(--tw-text-opacity, 1))}html{-webkit-tap-highlight-color:transparent}.bati-widget{color-scheme:light;--pf: 259 94% 44%;--sf: 314 100% 40%;--af: 174 75% 39%;--nf: 214 20% 14%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 259 94% 51%;--pc: 259 96% 91%;--s: 314 100% 47%;--sc: 314 100% 91%;--a: 174 75% 46%;--ac: 174 75% 11%;--n: 214 20% 21%;--nc: 212 19% 87%;--b1: 0 0% 100%;--b2: 0 0% 95%;--b3: 180 2% 90%;--bc: 215 28% 17%}@media (prefers-color-scheme: dark){.bati-widget{color-scheme:dark;--pf: 262 80% 43%;--sf: 316 70% 43%;--af: 175 70% 34%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 262 80% 50%;--pc: 0 0% 100%;--s: 316 70% 50%;--sc: 0 0% 100%;--a: 175 70% 41%;--ac: 0 0% 100%;--n: 213 18% 20%;--nf: 212 17% 17%;--nc: 220 13% 69%;--b1: 212 18% 14%;--b2: 213 18% 12%;--b3: 213 18% 10%;--bc: 220 13% 69%}}[data-theme=light]{color-scheme:light;--pf: 259 94% 44%;--sf: 314 100% 40%;--af: 174 75% 39%;--nf: 214 20% 14%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 259 94% 51%;--pc: 259 96% 91%;--s: 314 100% 47%;--sc: 314 100% 91%;--a: 174 75% 46%;--ac: 174 75% 11%;--n: 214 20% 21%;--nc: 212 19% 87%;--b1: 0 0% 100%;--b2: 0 0% 95%;--b3: 180 2% 90%;--bc: 215 28% 17%}[data-theme=dark]{color-scheme:dark;--pf: 262 80% 43%;--sf: 316 70% 43%;--af: 175 70% 34%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 262 80% 50%;--pc: 0 0% 100%;--s: 316 70% 50%;--sc: 0 0% 100%;--a: 175 70% 41%;--ac: 0 0% 100%;--n: 213 18% 20%;--nf: 212 17% 17%;--nc: 220 13% 69%;--b1: 212 18% 14%;--b2: 213 18% 12%;--b3: 213 18% 10%;--bc: 220 13% 69%}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }@media (hover:hover){.link-hover:hover{text-decoration-line:underline}.checkbox-success:hover{--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity))}.label a:hover{--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity))}.menu li>*:not(ul):not(.menu-title):not(details):active,.menu li>*:not(ul):not(.menu-title):not(details).active,.menu li>details>summary:active{--tw-bg-opacity: 1;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-text-opacity: 1;color:hsl(var(--nc) / var(--tw-text-opacity))}}.card{position:relative;display:flex;flex-direction:column;border-radius:var(--rounded-box, 1rem)}.card:focus{outline:2px solid transparent;outline-offset:2px}.card-body{display:flex;flex:1 1 auto;flex-direction:column;padding:var(--padding-card, 2rem);gap:.5rem}.card-body :where(p){flex-grow:1}.card figure{display:flex;align-items:center;justify-content:center}.card.image-full{display:grid}.card.image-full:before{position:relative;content:"";z-index:10;--tw-bg-opacity: 1;background-color:hsl(var(--n) / var(--tw-bg-opacity));opacity:.75;border-radius:var(--rounded-box, 1rem)}.card.image-full:before,.card.image-full>*{grid-column-start:1;grid-row-start:1}.card.image-full>figure img{height:100%;-o-object-fit:cover;object-fit:cover}.card.image-full>.card-body{position:relative;z-index:20;--tw-text-opacity: 1;color:hsl(var(--nc) / var(--tw-text-opacity))}.checkbox{flex-shrink:0;--chkbg: var(--bc);--chkfg: var(--b1);height:1.5rem;width:1.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: .2;border-radius:var(--rounded-btn, .5rem)}.divider{display:flex;flex-direction:row;align-items:center;align-self:stretch;margin-top:1rem;margin-bottom:1rem;height:1rem;white-space:nowrap}.divider:before,.divider:after{content:"";flex-grow:1;height:.125rem;width:100%}@media (hover: hover){.btm-nav>*.disabled:hover,.btm-nav>*[disabled]:hover{pointer-events:none;--tw-border-opacity: 0;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-bg-opacity: .1;color:hsl(var(--bc) / var(--tw-text-opacity));--tw-text-opacity: .2}:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):not(.active):hover,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(.active):hover{cursor:pointer;background-color:hsl(var(--bc) / .1);--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}}.footer{display:grid;width:100%;grid-auto-flow:row;place-items:start;row-gap:2.5rem;-moz-column-gap:1rem;column-gap:1rem;font-size:.875rem;line-height:1.25rem}.footer>*{display:grid;place-items:start;gap:.5rem}.footer-center{place-items:center;text-align:center}.footer-center>*{place-items:center}@media (min-width: 48rem){.footer{grid-auto-flow:column}.footer-center{grid-auto-flow:row dense}}.form-control{display:flex;flex-direction:column}.label{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:space-between;padding:.5rem .25rem}.input{flex-shrink:1;height:3rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:2;line-height:1.5rem;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));border-radius:var(--rounded-btn, .5rem)}.input-group>.input{isolation:isolate}.input-group>*,.input-group>.input,.input-group>.textarea,.input-group>.select{border-radius:0}.join{display:inline-flex;align-items:stretch;border-radius:var(--rounded-btn, .5rem)}.join :where(.join-item){border-radius:0}.join .join-item:not(:first-child):not(:last-child),.join *:not(:first-child):not(:last-child) .join-item{border-radius:0}.join .join-item:first-child:not(:last-child),.join *:first-child:not(:last-child) .join-item{border-top-right-radius:0;border-bottom-right-radius:0}.join :where(.join-item:first-child:not(:last-child)),.join :where(*:first-child:not(:last-child) .join-item){border-bottom-left-radius:inherit;border-top-left-radius:inherit}.join .join-item:last-child:not(:first-child),.join *:last-child:not(:first-child) .join-item{border-bottom-left-radius:0;border-top-left-radius:0}.join :where(.join-item:last-child:not(:first-child)),.join :where(*:last-child:not(:first-child) .join-item){border-top-right-radius:inherit;border-bottom-right-radius:inherit}:where(.join *){border-radius:inherit}.kbd{display:inline-flex;align-items:center;justify-content:center;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: .2;--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));padding-left:.5rem;padding-right:.5rem;border-radius:var(--rounded-btn, .5rem);border-bottom-width:2px;min-height:2.2em;min-width:2.2em}.link{cursor:pointer;text-decoration-line:underline}.link-hover{text-decoration-line:none}.menu li.disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:hsl(var(--bc) / .3)}.select{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2;min-height:3rem;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));font-weight:600;border-radius:var(--rounded-btn, .5rem);background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16px) calc(1px + 50%);background-size:4px 4px,4px 4px;background-repeat:no-repeat}.select[multiple]{height:auto}.stack{display:inline-grid;place-items:center;align-items:flex-end}.stack>*{grid-column-start:1;grid-row-start:1;transform:translateY(10%) scale(.9);z-index:1;width:100%;opacity:.6}.stack>*:nth-child(2){transform:translateY(5%) scale(.95);z-index:2;opacity:.8}.stack>*:nth-child(1){transform:translateY(0) scale(1);z-index:3;opacity:1}.btm-nav>*:where(.active){border-top-width:2px;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity))}.btm-nav>*.disabled,.btm-nav>*[disabled]{pointer-events:none;--tw-border-opacity: 0;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-bg-opacity: .1;color:hsl(var(--bc) / var(--tw-text-opacity));--tw-text-opacity: .2}.btm-nav>* .label{font-size:1rem;line-height:1.5rem}@keyframes button-pop{0%{transform:scale(var(--btn-focus-scale, .98))}40%{transform:scale(1.02)}to{transform:scale(1)}}.card :where(figure:first-child){overflow:hidden;border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-start-radius:unset;border-end-end-radius:unset}.card :where(figure:last-child){overflow:hidden;border-start-start-radius:unset;border-start-end-radius:unset;border-end-start-radius:inherit;border-end-end-radius:inherit}.card:focus-visible{outline:2px solid currentColor;outline-offset:2px}.card.bordered{border-width:1px;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity))}.card.compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600}.card.image-full :where(figure){overflow:hidden;border-radius:inherit}.checkbox:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / 1)}.checkbox:checked,.checkbox[checked=true],.checkbox[aria-checked=true]{--tw-bg-opacity: 1;background-color:hsl(var(--bc) / var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(-45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.checkbox:indeterminate{--tw-bg-opacity: 1;background-color:hsl(var(--bc) / var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(-90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(0deg,hsl(var(--chkbg)) 43%,hsl(var(--chkfg)) 43%,hsl(var(--chkfg)) 57%,hsl(var(--chkbg)) 57%)}.checkbox-success{--chkbg: var(--su);--chkfg: var(--suc);--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity))}.checkbox-success:focus-visible{outline-color:hsl(var(--su) / 1)}.checkbox-success:checked,.checkbox-success[checked=true],.checkbox-success[aria-checked=true]{--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--su) / var(--tw-bg-opacity));--tw-text-opacity: 1;color:hsl(var(--suc) / var(--tw-text-opacity))}.checkbox:disabled{cursor:not-allowed;border-color:transparent;--tw-bg-opacity: 1;background-color:hsl(var(--bc) / var(--tw-bg-opacity));opacity:.2}@keyframes checkmark{0%{background-position-y:5px}50%{background-position-y:-2px}to{background-position-y:0}}[dir=rtl] .checkbox:checked,[dir=rtl] .checkbox[checked=true],[dir=rtl] .checkbox[aria-checked=true]{background-image:linear-gradient(45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(-45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.divider:before{background-color:hsl(var(--bc) / var(--tw-bg-opacity));--tw-bg-opacity: .1}.divider:after{background-color:hsl(var(--bc) / var(--tw-bg-opacity));--tw-bg-opacity: .1}.divider:not(:empty){gap:1rem}.label-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity))}.input[list]::-webkit-calendar-picker-indicator{line-height:1em}.input:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / .2)}.input-disabled,.input:disabled,.input[disabled]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));--tw-text-opacity: .2}.input-disabled::-moz-placeholder,.input:disabled::-moz-placeholder,.input[disabled]::-moz-placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.input-disabled::placeholder,.input:disabled::placeholder,.input[disabled]::placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.join>:where(*:not(:first-child)){margin-top:0;margin-bottom:0;margin-left:-1px}.join-item:focus{isolation:isolate}.link:focus{outline:2px solid transparent;outline-offset:2px}.link:focus-visible{outline:2px solid currentColor;outline-offset:2px}:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):not(summary):not(.active).focus,:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):not(summary):not(.active):focus,:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):is(summary):not(.active):focus-visible,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(summary):not(.active).focus,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(summary):not(.active):focus,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):is(summary):not(.active):focus-visible{cursor:pointer;background-color:hsl(var(--bc) / .1);--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.menu li>*:not(ul):not(.menu-title):not(details):active,.menu li>*:not(ul):not(.menu-title):not(details).active,.menu li>details>summary:active{--tw-bg-opacity: 1;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-text-opacity: 1;color:hsl(var(--nc) / var(--tw-text-opacity))}.mockup-browser .mockup-browser-toolbar .input{position:relative;margin-left:auto;margin-right:auto;display:block;height:1.75rem;width:24rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));padding-left:2rem}.mockup-browser .mockup-browser-toolbar .input:before{content:"";position:absolute;top:50%;left:.5rem;aspect-ratio:1 / 1;height:.75rem;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:2px;border-color:currentColor;opacity:.6}.mockup-browser .mockup-browser-toolbar .input:after{content:"";position:absolute;top:50%;left:1.25rem;height:.5rem;--tw-translate-y: 25%;--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:1px;border-color:currentColor;opacity:.6}@keyframes modal-pop{0%{opacity:0}}@keyframes progress-loading{50%{background-position-x:-115%}}@keyframes radiomark{0%{box-shadow:0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset}50%{box-shadow:0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset}to{box-shadow:0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset}}@keyframes rating-pop{0%{transform:translateY(-.125em)}40%{transform:translateY(-.125em)}to{transform:translateY(0)}}.select:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / .2)}.select-disabled,.select:disabled,.select[disabled]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));--tw-text-opacity: .2}.select-disabled::-moz-placeholder,.select:disabled::-moz-placeholder,.select[disabled]::-moz-placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.select-disabled::placeholder,.select:disabled::placeholder,.select[disabled]::placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.select-multiple,.select[multiple],.select[size].select:not([size="1"]){background-image:none;padding-right:1rem}[dir=rtl] .select{background-position:calc(0% + 12px) calc(1px + 50%),calc(0% + 16px) calc(1px + 50%)}.table tr.active,.table tr.active:nth-child(2n),.table-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity))}.table-zebra tr.active,.table-zebra tr.active:nth-child(2n),.table-zebra-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1;background-color:hsl(var(--b3) / var(--tw-bg-opacity))}@keyframes toast-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.tooltip.tooltip-primary{--tooltip-color: hsl(var(--p));--tooltip-text-color: hsl(var(--pc))}.tooltip.tooltip-secondary{--tooltip-color: hsl(var(--s));--tooltip-text-color: hsl(var(--sc))}.tooltip.tooltip-accent{--tooltip-color: hsl(var(--a));--tooltip-text-color: hsl(var(--ac))}.tooltip.tooltip-info{--tooltip-color: hsl(var(--in));--tooltip-text-color: hsl(var(--inc))}.tooltip.tooltip-success{--tooltip-color: hsl(var(--su));--tooltip-text-color: hsl(var(--suc))}.tooltip.tooltip-warning{--tooltip-color: hsl(var(--wa));--tooltip-text-color: hsl(var(--wac))}.tooltip.tooltip-error{--tooltip-color: hsl(var(--er));--tooltip-text-color: hsl(var(--erc))}.btm-nav-xs>*:where(.active){border-top-width:1px}.btm-nav-sm>*:where(.active){border-top-width:2px}.btm-nav-md>*:where(.active){border-top-width:2px}.btm-nav-lg>*:where(.active){border-top-width:4px}.join.join-vertical{flex-direction:column}.join.join-vertical .join-item:first-child:not(:last-child),.join.join-vertical *:first-child:not(:last-child) .join-item{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:inherit;border-top-right-radius:inherit}.join.join-vertical .join-item:last-child:not(:first-child),.join.join-vertical *:last-child:not(:first-child) .join-item{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.join.join-horizontal{flex-direction:row}.join.join-horizontal .join-item:first-child:not(:last-child),.join.join-horizontal *:first-child:not(:last-child) .join-item{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-top-left-radius:inherit}.join.join-horizontal .join-item:last-child:not(:first-child),.join.join-horizontal *:last-child:not(:first-child) .join-item{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:inherit;border-top-right-radius:inherit}.kbd-lg{padding-left:1rem;padding-right:1rem;font-size:1.125rem;line-height:1.75rem;min-height:2.5em;min-width:2.5em}.tooltip{position:relative;display:inline-block;--tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px))}.tooltip:before{position:absolute;pointer-events:none;z-index:1;content:var(--tw-content);--tw-content: attr(data-tip)}.tooltip:before,.tooltip-top:before{transform:translate(-50%);top:auto;left:50%;right:auto;bottom:var(--tooltip-offset)}.tooltip-bottom:before{transform:translate(-50%);top:var(--tooltip-offset);left:50%;right:auto;bottom:auto}.card-compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card-compact .card-title{margin-bottom:.25rem}.card-normal .card-body{padding:var(--padding-card, 2rem);font-size:1rem;line-height:1.5rem}.card-normal .card-title{margin-bottom:.75rem}.join.join-vertical>:where(*:not(:first-child)){margin-left:0;margin-right:0;margin-top:-1px}.join.join-horizontal>:where(*:not(:first-child)){margin-top:0;margin-bottom:0;margin-left:-1px}.tooltip{position:relative;display:inline-block;text-align:center;--tooltip-tail: .1875rem;--tooltip-color: hsl(var(--n));--tooltip-text-color: hsl(var(--nc));--tooltip-tail-offset: calc(100% + .0625rem - var(--tooltip-tail))}.tooltip:before,.tooltip:after{opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-delay:.1s;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tooltip:after{position:absolute;content:"";border-style:solid;border-width:var(--tooltip-tail, 0);width:0;height:0;display:block}.tooltip:before{max-width:20rem;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.25rem;background-color:var(--tooltip-color);color:var(--tooltip-text-color);width:-moz-max-content;width:max-content}.tooltip.tooltip-open:before,.tooltip.tooltip-open:after,.tooltip:hover:before,.tooltip:hover:after{opacity:1;transition-delay:75ms}.tooltip:has(:focus-visible):after,.tooltip:has(:focus-visible):before{opacity:1;transition-delay:75ms}.tooltip:not([data-tip]):hover:before,.tooltip:not([data-tip]):hover:after{visibility:hidden;opacity:0}.tooltip:after,.tooltip-top:after{transform:translate(-50%);border-color:var(--tooltip-color) transparent transparent transparent;top:auto;left:50%;right:auto;bottom:var(--tooltip-tail-offset)}.tooltip-bottom:after{transform:translate(-50%);border-color:transparent transparent var(--tooltip-color) transparent;top:var(--tooltip-tail-offset);left:50%;right:auto;bottom:auto}.bati-widget{--lm: "";--lm2: ""}.listbox{position:relative;display:inline-flex;cursor:pointer;align-items:center;min-height:3rem;height:3rem;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2}.listbox[multiple]{height:auto}.listbox [role=combobox]{flex-grow:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:2px solid transparent;outline-offset:2px}.listbox [role=listbox]{position:absolute;top:100%;left:0;z-index:50;width:100%;overflow-y:auto}.listbox [role=combobox]:not([aria-expanded=true])~[role=listbox]{display:none}.listbox [role=listbox] [role=option]{min-height:3rem;box-sizing:border-box;display:inline-flex;height:3rem;width:100%;align-items:center;border-radius:0;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2}.listbox{border-radius:var(--rounded-btn, .5rem);border-width:1px;border-style:solid;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));padding-right:2.5rem;font-weight:600;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16px) calc(1px + 50%);background-size:4px 4px,4px 4px;background-repeat:no-repeat}.listbox:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / .2)}.listbox [role=listbox]{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.listbox [role=listbox] [role=option][aria-selected=true]{border-width:2px;border-style:solid;border-color:hsl(var(--bc) / .2)}.listbox [role=listbox] [role=option][aria-disabled=true]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));opacity:.2}.listbox [role=listbox] [role=option]:last-of-type{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.listbox-primary{--tw-border-opacity: 1;border-color:hsl(var(--p) / var(--tw-border-opacity))}.listbox-primary:focus{outline-color:hsl(var(--p) / 1)}.listbox-primary [role=listbox] [role=option][aria-selected=true]{--tw-border-opacity: 1;border-color:hsl(var(--p) / var(--tw-border-opacity))}.listbox-success{--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity))}.listbox-success:focus{outline-color:hsl(var(--su) / 1)}.listbox-success [role=listbox] [role=option][aria-selected=true]{--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity))}.listbox-disabled,.listbox:disabled,.listbox[disabled],.listbox[aria-disabled=true]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));--tw-text-opacity: .2}.listbox-disabled::-moz-placeholder,.listbox:disabled::-moz-placeholder,.listbox[disabled]::-moz-placeholder,.listbox[aria-disabled=true]::-moz-placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.listbox-disabled::placeholder,.listbox:disabled::placeholder,.listbox[disabled]::placeholder,.listbox[aria-disabled=true]::placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.listbox-disabled,.listbox:disabled,.listbox[disabled],.listbox[aria-disabled=true]{outline:2px solid transparent!important;outline-offset:2px!important}.listbox-multiple,.listbox[multiple],.listbox[size].listbox:not([size="1"]){background-image:none;padding-right:1rem}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-top-2{top:-.5rem}.bottom-0{bottom:0}.left-2{left:.5rem}.left-2\\.5{left:.625rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-2{top:.5rem}.top-2\\.5{top:.625rem}.z-10{z-index:10}.z-30{z-index:30}.mx-auto{margin-left:auto;margin-right:auto}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.max-h-4{max-height:1rem}.w-4\\/5{width:80%}.w-full{width:100%}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.cursor-default{cursor:default}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\\[repeat\\(auto-fit\\,_minmax\\(14rem\\,_1fr\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-2\\.5{gap:.625rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.rounded{border-radius:.25rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-l-0{border-left-width:0px}.border-solid{border-style:solid}.border-base-200{--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity))}.border-primary{--tw-border-opacity: 1;border-color:hsl(var(--p) / var(--tw-border-opacity))}.border-success{--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity))}.bg-base-100{--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity))}.bg-base-200{--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity))}.bg-base-300{--tw-bg-opacity: 1;background-color:hsl(var(--b3) / var(--tw-bg-opacity))}.fill-base-100{fill:hsl(var(--b1) / 1)}.fill-neutral-800{fill:#262626}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pb-4{padding-bottom:1rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.text-left{text-align:left}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-8xl{font-size:6rem;line-height:1}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.leading-10{line-height:2.5rem}.text-base-content{--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.decoration-amber-500{text-decoration-color:#f59e0b}.decoration-fuchsia-700{text-decoration-color:#a21caf}.decoration-sky-500{text-decoration-color:#0ea5e9}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-1{outline-width:1px}.outline-offset-2{outline-offset:2px}.outline-amber-500{outline-color:#f59e0b}.outline-fuchsia-700{outline-color:#a21caf}.outline-sky-500{outline-color:#0ea5e9}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:opacity-100:hover{opacity:1}.hover\\:outline:hover{outline-style:solid}.group:hover .group-hover\\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (prefers-color-scheme: dark){.dark\\:fill-neutral-200{fill:#e5e5e5}}@media (min-width: 640px){.sm\\:w-auto{width:auto}}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){.xl\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
|
|
1003
|
-
`,
|
|
1004
|
-
function
|
|
1005
|
-
let e = t[
|
|
1006
|
-
if (!e && (Object.defineProperty(t,
|
|
1007
|
-
value: e = new Proxy(t,
|
|
1002
|
+
const ai = `.bati-widget,[data-theme]{background-color:hsl(var(--b1) / var(--tw-bg-opacity, 1));color:hsl(var(--bc) / var(--tw-text-opacity, 1))}html{-webkit-tap-highlight-color:transparent}.bati-widget{color-scheme:light;--pf: 259 94% 44%;--sf: 314 100% 40%;--af: 174 75% 39%;--nf: 214 20% 14%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 259 94% 51%;--pc: 259 96% 91%;--s: 314 100% 47%;--sc: 314 100% 91%;--a: 174 75% 46%;--ac: 174 75% 11%;--n: 214 20% 21%;--nc: 212 19% 87%;--b1: 0 0% 100%;--b2: 0 0% 95%;--b3: 180 2% 90%;--bc: 215 28% 17%}@media (prefers-color-scheme: dark){.bati-widget{color-scheme:dark;--pf: 262 80% 43%;--sf: 316 70% 43%;--af: 175 70% 34%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 262 80% 50%;--pc: 0 0% 100%;--s: 316 70% 50%;--sc: 0 0% 100%;--a: 175 70% 41%;--ac: 0 0% 100%;--n: 213 18% 20%;--nf: 212 17% 17%;--nc: 220 13% 69%;--b1: 212 18% 14%;--b2: 213 18% 12%;--b3: 213 18% 10%;--bc: 220 13% 69%}}[data-theme=light]{color-scheme:light;--pf: 259 94% 44%;--sf: 314 100% 40%;--af: 174 75% 39%;--nf: 214 20% 14%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 259 94% 51%;--pc: 259 96% 91%;--s: 314 100% 47%;--sc: 314 100% 91%;--a: 174 75% 46%;--ac: 174 75% 11%;--n: 214 20% 21%;--nc: 212 19% 87%;--b1: 0 0% 100%;--b2: 0 0% 95%;--b3: 180 2% 90%;--bc: 215 28% 17%}[data-theme=dark]{color-scheme:dark;--pf: 262 80% 43%;--sf: 316 70% 43%;--af: 175 70% 34%;--in: 198 93% 60%;--su: 158 64% 52%;--wa: 43 96% 56%;--er: 0 91% 71%;--inc: 198 100% 12%;--suc: 158 100% 10%;--wac: 43 100% 11%;--erc: 0 100% 14%;--rounded-box: 1rem;--rounded-btn: .5rem;--rounded-badge: 1.9rem;--animation-btn: .25s;--animation-input: .2s;--btn-text-case: uppercase;--btn-focus-scale: .95;--border-btn: 1px;--tab-border: 1px;--tab-radius: .5rem;--p: 262 80% 50%;--pc: 0 0% 100%;--s: 316 70% 50%;--sc: 0 0% 100%;--a: 175 70% 41%;--ac: 0 0% 100%;--n: 213 18% 20%;--nf: 212 17% 17%;--nc: 220 13% 69%;--b1: 212 18% 14%;--b2: 213 18% 12%;--b3: 213 18% 10%;--bc: 220 13% 69%}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }@media (hover:hover){.link-hover:hover{text-decoration-line:underline}.checkbox-success:hover{--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity))}.label a:hover{--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity))}.menu li>*:not(ul):not(.menu-title):not(details):active,.menu li>*:not(ul):not(.menu-title):not(details).active,.menu li>details>summary:active{--tw-bg-opacity: 1;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-text-opacity: 1;color:hsl(var(--nc) / var(--tw-text-opacity))}}.card{position:relative;display:flex;flex-direction:column;border-radius:var(--rounded-box, 1rem)}.card:focus{outline:2px solid transparent;outline-offset:2px}.card-body{display:flex;flex:1 1 auto;flex-direction:column;padding:var(--padding-card, 2rem);gap:.5rem}.card-body :where(p){flex-grow:1}.card figure{display:flex;align-items:center;justify-content:center}.card.image-full{display:grid}.card.image-full:before{position:relative;content:"";z-index:10;--tw-bg-opacity: 1;background-color:hsl(var(--n) / var(--tw-bg-opacity));opacity:.75;border-radius:var(--rounded-box, 1rem)}.card.image-full:before,.card.image-full>*{grid-column-start:1;grid-row-start:1}.card.image-full>figure img{height:100%;-o-object-fit:cover;object-fit:cover}.card.image-full>.card-body{position:relative;z-index:20;--tw-text-opacity: 1;color:hsl(var(--nc) / var(--tw-text-opacity))}.checkbox{flex-shrink:0;--chkbg: var(--bc);--chkfg: var(--b1);height:1.5rem;width:1.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: .2;border-radius:var(--rounded-btn, .5rem)}.divider{display:flex;flex-direction:row;align-items:center;align-self:stretch;margin-top:1rem;margin-bottom:1rem;height:1rem;white-space:nowrap}.divider:before,.divider:after{content:"";flex-grow:1;height:.125rem;width:100%}@media (hover: hover){.btm-nav>*.disabled:hover,.btm-nav>*[disabled]:hover{pointer-events:none;--tw-border-opacity: 0;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-bg-opacity: .1;color:hsl(var(--bc) / var(--tw-text-opacity));--tw-text-opacity: .2}:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):not(.active):hover,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(.active):hover{cursor:pointer;background-color:hsl(var(--bc) / .1);--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}}.footer{display:grid;width:100%;grid-auto-flow:row;place-items:start;row-gap:2.5rem;-moz-column-gap:1rem;column-gap:1rem;font-size:.875rem;line-height:1.25rem}.footer>*{display:grid;place-items:start;gap:.5rem}.footer-center{place-items:center;text-align:center}.footer-center>*{place-items:center}@media (min-width: 48rem){.footer{grid-auto-flow:column}.footer-center{grid-auto-flow:row dense}}.form-control{display:flex;flex-direction:column}.label{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:space-between;padding:.5rem .25rem}.input{flex-shrink:1;height:3rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:2;line-height:1.5rem;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));border-radius:var(--rounded-btn, .5rem)}.input-group>.input{isolation:isolate}.input-group>*,.input-group>.input,.input-group>.textarea,.input-group>.select{border-radius:0}.join{display:inline-flex;align-items:stretch;border-radius:var(--rounded-btn, .5rem)}.join :where(.join-item){border-radius:0}.join .join-item:not(:first-child):not(:last-child),.join *:not(:first-child):not(:last-child) .join-item{border-radius:0}.join .join-item:first-child:not(:last-child),.join *:first-child:not(:last-child) .join-item{border-top-right-radius:0;border-bottom-right-radius:0}.join :where(.join-item:first-child:not(:last-child)),.join :where(*:first-child:not(:last-child) .join-item){border-bottom-left-radius:inherit;border-top-left-radius:inherit}.join .join-item:last-child:not(:first-child),.join *:last-child:not(:first-child) .join-item{border-bottom-left-radius:0;border-top-left-radius:0}.join :where(.join-item:last-child:not(:first-child)),.join :where(*:last-child:not(:first-child) .join-item){border-top-right-radius:inherit;border-bottom-right-radius:inherit}:where(.join *){border-radius:inherit}.kbd{display:inline-flex;align-items:center;justify-content:center;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: .2;--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));padding-left:.5rem;padding-right:.5rem;border-radius:var(--rounded-btn, .5rem);border-bottom-width:2px;min-height:2.2em;min-width:2.2em}.link{cursor:pointer;text-decoration-line:underline}.link-hover{text-decoration-line:none}.menu li.disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:hsl(var(--bc) / .3)}.select{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2;min-height:3rem;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));font-weight:600;border-radius:var(--rounded-btn, .5rem);background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16px) calc(1px + 50%);background-size:4px 4px,4px 4px;background-repeat:no-repeat}.select[multiple]{height:auto}.stack{display:inline-grid;place-items:center;align-items:flex-end}.stack>*{grid-column-start:1;grid-row-start:1;transform:translateY(10%) scale(.9);z-index:1;width:100%;opacity:.6}.stack>*:nth-child(2){transform:translateY(5%) scale(.95);z-index:2;opacity:.8}.stack>*:nth-child(1){transform:translateY(0) scale(1);z-index:3;opacity:1}.btm-nav>*:where(.active){border-top-width:2px;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity))}.btm-nav>*.disabled,.btm-nav>*[disabled]{pointer-events:none;--tw-border-opacity: 0;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-bg-opacity: .1;color:hsl(var(--bc) / var(--tw-text-opacity));--tw-text-opacity: .2}.btm-nav>* .label{font-size:1rem;line-height:1.5rem}@keyframes button-pop{0%{transform:scale(var(--btn-focus-scale, .98))}40%{transform:scale(1.02)}to{transform:scale(1)}}.card :where(figure:first-child){overflow:hidden;border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-start-radius:unset;border-end-end-radius:unset}.card :where(figure:last-child){overflow:hidden;border-start-start-radius:unset;border-start-end-radius:unset;border-end-start-radius:inherit;border-end-end-radius:inherit}.card:focus-visible{outline:2px solid currentColor;outline-offset:2px}.card.bordered{border-width:1px;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity))}.card.compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600}.card.image-full :where(figure){overflow:hidden;border-radius:inherit}.checkbox:focus-visible{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / 1)}.checkbox:checked,.checkbox[checked=true],.checkbox[aria-checked=true]{--tw-bg-opacity: 1;background-color:hsl(var(--bc) / var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(-45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.checkbox:indeterminate{--tw-bg-opacity: 1;background-color:hsl(var(--bc) / var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input, .2s) ease-out;background-image:linear-gradient(90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(-90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(0deg,hsl(var(--chkbg)) 43%,hsl(var(--chkfg)) 43%,hsl(var(--chkfg)) 57%,hsl(var(--chkbg)) 57%)}.checkbox-success{--chkbg: var(--su);--chkfg: var(--suc);--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity))}.checkbox-success:focus-visible{outline-color:hsl(var(--su) / 1)}.checkbox-success:checked,.checkbox-success[checked=true],.checkbox-success[aria-checked=true]{--tw-border-opacity: 1;border-color:hsl(var(--su) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--su) / var(--tw-bg-opacity));--tw-text-opacity: 1;color:hsl(var(--suc) / var(--tw-text-opacity))}.checkbox:disabled{cursor:not-allowed;border-color:transparent;--tw-bg-opacity: 1;background-color:hsl(var(--bc) / var(--tw-bg-opacity));opacity:.2}@keyframes checkmark{0%{background-position-y:5px}50%{background-position-y:-2px}to{background-position-y:0}}[dir=rtl] .checkbox:checked,[dir=rtl] .checkbox[checked=true],[dir=rtl] .checkbox[aria-checked=true]{background-image:linear-gradient(45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(-45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.divider:before{background-color:hsl(var(--bc) / var(--tw-bg-opacity));--tw-bg-opacity: .1}.divider:after{background-color:hsl(var(--bc) / var(--tw-bg-opacity));--tw-bg-opacity: .1}.divider:not(:empty){gap:1rem}.label-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity))}.input[list]::-webkit-calendar-picker-indicator{line-height:1em}.input:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / .2)}.input-disabled,.input:disabled,.input[disabled]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));--tw-text-opacity: .2}.input-disabled::-moz-placeholder,.input:disabled::-moz-placeholder,.input[disabled]::-moz-placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.input-disabled::placeholder,.input:disabled::placeholder,.input[disabled]::placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.join>:where(*:not(:first-child)){margin-top:0;margin-bottom:0;margin-left:-1px}.join-item:focus{isolation:isolate}.link:focus{outline:2px solid transparent;outline-offset:2px}.link:focus-visible{outline:2px solid currentColor;outline-offset:2px}:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):not(summary):not(.active).focus,:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):not(summary):not(.active):focus,:where(.menu li:not(.menu-title):not(.disabled)>*:not(ul):not(details):not(.menu-title)):is(summary):not(.active):focus-visible,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(summary):not(.active).focus,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):not(summary):not(.active):focus,:where(.menu li:not(.menu-title):not(.disabled)>details>summary:not(.menu-title)):is(summary):not(.active):focus-visible{cursor:pointer;background-color:hsl(var(--bc) / .1);--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.menu li>*:not(ul):not(.menu-title):not(details):active,.menu li>*:not(ul):not(.menu-title):not(details).active,.menu li>details>summary:active{--tw-bg-opacity: 1;background-color:hsl(var(--n) / var(--tw-bg-opacity));--tw-text-opacity: 1;color:hsl(var(--nc) / var(--tw-text-opacity))}.mockup-browser .mockup-browser-toolbar .input{position:relative;margin-left:auto;margin-right:auto;display:block;height:1.75rem;width:24rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));padding-left:2rem}.mockup-browser .mockup-browser-toolbar .input:before{content:"";position:absolute;top:50%;left:.5rem;aspect-ratio:1 / 1;height:.75rem;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:2px;border-color:currentColor;opacity:.6}.mockup-browser .mockup-browser-toolbar .input:after{content:"";position:absolute;top:50%;left:1.25rem;height:.5rem;--tw-translate-y: 25%;--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:1px;border-color:currentColor;opacity:.6}@keyframes modal-pop{0%{opacity:0}}@keyframes progress-loading{50%{background-position-x:-115%}}@keyframes radiomark{0%{box-shadow:0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset}50%{box-shadow:0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset}to{box-shadow:0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset}}@keyframes rating-pop{0%{transform:translateY(-.125em)}40%{transform:translateY(-.125em)}to{transform:translateY(0)}}.select:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / .2)}.select-disabled,.select:disabled,.select[disabled]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));--tw-text-opacity: .2}.select-disabled::-moz-placeholder,.select:disabled::-moz-placeholder,.select[disabled]::-moz-placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.select-disabled::placeholder,.select:disabled::placeholder,.select[disabled]::placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.select-multiple,.select[multiple],.select[size].select:not([size="1"]){background-image:none;padding-right:1rem}[dir=rtl] .select{background-position:calc(0% + 12px) calc(1px + 50%),calc(0% + 16px) calc(1px + 50%)}.table tr.active,.table tr.active:nth-child(2n),.table-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity))}.table-zebra tr.active,.table-zebra tr.active:nth-child(2n),.table-zebra-zebra tbody tr:nth-child(2n){--tw-bg-opacity: 1;background-color:hsl(var(--b3) / var(--tw-bg-opacity))}@keyframes toast-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.tooltip.tooltip-primary{--tooltip-color: hsl(var(--p));--tooltip-text-color: hsl(var(--pc))}.tooltip.tooltip-secondary{--tooltip-color: hsl(var(--s));--tooltip-text-color: hsl(var(--sc))}.tooltip.tooltip-accent{--tooltip-color: hsl(var(--a));--tooltip-text-color: hsl(var(--ac))}.tooltip.tooltip-info{--tooltip-color: hsl(var(--in));--tooltip-text-color: hsl(var(--inc))}.tooltip.tooltip-success{--tooltip-color: hsl(var(--su));--tooltip-text-color: hsl(var(--suc))}.tooltip.tooltip-warning{--tooltip-color: hsl(var(--wa));--tooltip-text-color: hsl(var(--wac))}.tooltip.tooltip-error{--tooltip-color: hsl(var(--er));--tooltip-text-color: hsl(var(--erc))}.btm-nav-xs>*:where(.active){border-top-width:1px}.btm-nav-sm>*:where(.active){border-top-width:2px}.btm-nav-md>*:where(.active){border-top-width:2px}.btm-nav-lg>*:where(.active){border-top-width:4px}.join.join-vertical{flex-direction:column}.join.join-vertical .join-item:first-child:not(:last-child),.join.join-vertical *:first-child:not(:last-child) .join-item{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:inherit;border-top-right-radius:inherit}.join.join-vertical .join-item:last-child:not(:first-child),.join.join-vertical *:last-child:not(:first-child) .join-item{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.join.join-horizontal{flex-direction:row}.join.join-horizontal .join-item:first-child:not(:last-child),.join.join-horizontal *:first-child:not(:last-child) .join-item{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-top-left-radius:inherit}.join.join-horizontal .join-item:last-child:not(:first-child),.join.join-horizontal *:last-child:not(:first-child) .join-item{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:inherit;border-top-right-radius:inherit}.kbd-lg{padding-left:1rem;padding-right:1rem;font-size:1.125rem;line-height:1.75rem;min-height:2.5em;min-width:2.5em}.tooltip{position:relative;display:inline-block;--tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px))}.tooltip:before{position:absolute;pointer-events:none;z-index:1;content:var(--tw-content);--tw-content: attr(data-tip)}.tooltip:before,.tooltip-top:before{transform:translate(-50%);top:auto;left:50%;right:auto;bottom:var(--tooltip-offset)}.tooltip-bottom:before{transform:translate(-50%);top:var(--tooltip-offset);left:50%;right:auto;bottom:auto}.card-compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card-compact .card-title{margin-bottom:.25rem}.card-normal .card-body{padding:var(--padding-card, 2rem);font-size:1rem;line-height:1.5rem}.card-normal .card-title{margin-bottom:.75rem}.join.join-vertical>:where(*:not(:first-child)){margin-left:0;margin-right:0;margin-top:-1px}.join.join-horizontal>:where(*:not(:first-child)){margin-top:0;margin-bottom:0;margin-left:-1px}.tooltip{position:relative;display:inline-block;text-align:center;--tooltip-tail: .1875rem;--tooltip-color: hsl(var(--n));--tooltip-text-color: hsl(var(--nc));--tooltip-tail-offset: calc(100% + .0625rem - var(--tooltip-tail))}.tooltip:before,.tooltip:after{opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-delay:.1s;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tooltip:after{position:absolute;content:"";border-style:solid;border-width:var(--tooltip-tail, 0);width:0;height:0;display:block}.tooltip:before{max-width:20rem;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.25rem;background-color:var(--tooltip-color);color:var(--tooltip-text-color);width:-moz-max-content;width:max-content}.tooltip.tooltip-open:before,.tooltip.tooltip-open:after,.tooltip:hover:before,.tooltip:hover:after{opacity:1;transition-delay:75ms}.tooltip:has(:focus-visible):after,.tooltip:has(:focus-visible):before{opacity:1;transition-delay:75ms}.tooltip:not([data-tip]):hover:before,.tooltip:not([data-tip]):hover:after{visibility:hidden;opacity:0}.tooltip:after,.tooltip-top:after{transform:translate(-50%);border-color:var(--tooltip-color) transparent transparent transparent;top:auto;left:50%;right:auto;bottom:var(--tooltip-tail-offset)}.tooltip-bottom:after{transform:translate(-50%);border-color:transparent transparent var(--tooltip-color) transparent;top:var(--tooltip-tail-offset);left:50%;right:auto;bottom:auto}.bati-widget{--lm: "";--lm2: ""}.listbox{position:relative;display:inline-flex;cursor:pointer;align-items:center;min-height:3rem;height:3rem;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2}.listbox[multiple]{height:auto}.listbox [role=combobox]{flex-grow:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:2px solid transparent;outline-offset:2px}.listbox [role=listbox]{position:absolute;top:100%;left:0;z-index:50;width:100%;overflow:visible}.listbox [role=combobox]:not([aria-expanded=true])~[role=listbox]{display:none}.listbox [role=listbox] [role=option]{min-height:3rem;box-sizing:border-box;display:inline-flex;height:3rem;width:100%;align-items:center;border-radius:0;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2}.listbox{border-radius:var(--rounded-btn, .5rem);border-width:2px;border-style:solid;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));padding-right:2.5rem;font-weight:600;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16px) calc(1px + 50%);background-size:4px 4px,4px 4px;background-repeat:no-repeat}.listbox:focus{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:hsl(var(--bc) / .2)}.listbox [role=listbox]{border-radius:.25rem;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: hsl(var(--b3) / 1);--tw-shadow: var(--tw-shadow-colored)}.listbox [role=listbox] [role=option][aria-selected=true]{border-radius:.25rem;border-width:2px;border-style:solid;border-color:hsl(var(--bc) / .2)}.listbox [role=listbox] [role=option][aria-disabled=true]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));opacity:.2}.listbox [role=listbox] [role=option]:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.listbox [role=listbox] [role=option]:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.listbox-primary{border-color:hsl(var(--p) / .6)}.listbox-primary:focus{outline-color:hsl(var(--p) / 1)}.listbox-primary [role=listbox] [role=option][aria-selected=true]{border-color:hsl(var(--p) / .6);background-color:hsl(var(--p) / .1)}.listbox-primary [role=listbox] [role=option]:hover{background-color:hsl(var(--p) / .1)}.listbox-success{border-color:hsl(var(--su) / .6)}.listbox-success:focus{outline-color:hsl(var(--su) / 1)}.listbox-success [role=listbox] [role=option][aria-selected=true]{border-color:hsl(var(--su) / .6);background-color:hsl(var(--su) / .1)}.listbox-success [role=listbox] [role=option]:hover{background-color:hsl(var(--su) / .1)}.listbox-disabled,.listbox:disabled,.listbox[disabled],.listbox[aria-disabled=true]{cursor:not-allowed;--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity));--tw-text-opacity: .2}.listbox-disabled::-moz-placeholder,.listbox:disabled::-moz-placeholder,.listbox[disabled]::-moz-placeholder,.listbox[aria-disabled=true]::-moz-placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.listbox-disabled::placeholder,.listbox:disabled::placeholder,.listbox[disabled]::placeholder,.listbox[aria-disabled=true]::placeholder{color:hsl(var(--bc) / var(--tw-placeholder-opacity));--tw-placeholder-opacity: .2}.listbox-disabled,.listbox:disabled,.listbox[disabled],.listbox[aria-disabled=true]{outline:2px solid transparent!important;outline-offset:2px!important}.listbox-multiple,.listbox[multiple],.listbox[size].listbox:not([size="1"]){background-image:none;padding-right:1rem}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-top-2{top:-.5rem}.bottom-0{bottom:0}.left-2{left:.5rem}.left-2\\.5{left:.625rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-2{top:.5rem}.top-2\\.5{top:.625rem}.z-10{z-index:10}.z-30{z-index:30}.mx-auto{margin-left:auto;margin-right:auto}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.max-h-4{max-height:1rem}.w-4\\/5{width:80%}.w-full{width:100%}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.cursor-default{cursor:default}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\\[repeat\\(auto-fit\\,_minmax\\(14rem\\,_1fr\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.gap-0{gap:0px}.gap-2{gap:.5rem}.gap-2\\.5{gap:.625rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.rounded{border-radius:.25rem}.rounded-xl{border-radius:.75rem}.border-0{border-width:0px}.border-2{border-width:2px}.border-l-0{border-left-width:0px}.border-r-0{border-right-width:0px}.border-solid{border-style:solid}.border-base-200{--tw-border-opacity: 1;border-color:hsl(var(--b2) / var(--tw-border-opacity))}.border-primary\\/60{border-color:hsl(var(--p) / .6)}.border-success\\/60{border-color:hsl(var(--su) / .6)}.bg-base-100{--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity))}.bg-base-200{--tw-bg-opacity: 1;background-color:hsl(var(--b2) / var(--tw-bg-opacity))}.bg-base-300{--tw-bg-opacity: 1;background-color:hsl(var(--b3) / var(--tw-bg-opacity))}.fill-base-100{fill:hsl(var(--b1) / 1)}.fill-neutral-800{fill:#262626}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pb-4{padding-bottom:1rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.text-left{text-align:left}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-8xl{font-size:6rem;line-height:1}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.leading-10{line-height:2.5rem}.leading-5{line-height:1.25rem}.text-base-content{--tw-text-opacity: 1;color:hsl(var(--bc) / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.decoration-amber-500{text-decoration-color:#f59e0b}.decoration-fuchsia-700{text-decoration-color:#a21caf}.decoration-sky-500{text-decoration-color:#0ea5e9}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-2{outline-width:2px}.outline-offset-2{outline-offset:2px}.outline-amber-500\\/60{outline-color:#f59e0b99}.outline-fuchsia-700\\/60{outline-color:#a21caf99}.outline-sky-500\\/60{outline-color:#0ea5e999}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:opacity-100:hover{opacity:1}.hover\\:outline:hover{outline-style:solid}.group:hover .group-hover\\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (prefers-color-scheme: dark){.dark\\:fill-neutral-200{fill:#e5e5e5}}@media (min-width: 640px){.sm\\:w-auto{width:auto}}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){.xl\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
|
|
1003
|
+
`, Et = Symbol("store-raw"), _ = Symbol("store-node"), V = Symbol("store-has"), ce = Symbol("store-self");
|
|
1004
|
+
function se(t) {
|
|
1005
|
+
let e = t[Y];
|
|
1006
|
+
if (!e && (Object.defineProperty(t, Y, {
|
|
1007
|
+
value: e = new Proxy(t, ui)
|
|
1008
1008
|
}), !Array.isArray(t))) {
|
|
1009
1009
|
const i = Object.keys(t), r = Object.getOwnPropertyDescriptors(t);
|
|
1010
1010
|
for (let o = 0, M = i.length; o < M; o++) {
|
|
1011
|
-
const
|
|
1012
|
-
r[
|
|
1013
|
-
enumerable: r[
|
|
1014
|
-
get: r[
|
|
1011
|
+
const l = i[o];
|
|
1012
|
+
r[l].get && Object.defineProperty(t, l, {
|
|
1013
|
+
enumerable: r[l].enumerable,
|
|
1014
|
+
get: r[l].get.bind(e)
|
|
1015
1015
|
});
|
|
1016
1016
|
}
|
|
1017
1017
|
}
|
|
1018
1018
|
return e;
|
|
1019
1019
|
}
|
|
1020
|
-
function
|
|
1020
|
+
function dt(t) {
|
|
1021
1021
|
let e;
|
|
1022
|
-
return t != null && typeof t == "object" && (t[
|
|
1022
|
+
return t != null && typeof t == "object" && (t[Y] || !(e = Object.getPrototypeOf(t)) || e === Object.prototype || Array.isArray(t));
|
|
1023
1023
|
}
|
|
1024
|
-
function
|
|
1024
|
+
function rt(t, e = /* @__PURE__ */ new Set()) {
|
|
1025
1025
|
let i, r, o, M;
|
|
1026
|
-
if (i = t != null && t[
|
|
1026
|
+
if (i = t != null && t[Et])
|
|
1027
1027
|
return i;
|
|
1028
|
-
if (!
|
|
1028
|
+
if (!dt(t) || e.has(t))
|
|
1029
1029
|
return t;
|
|
1030
1030
|
if (Array.isArray(t)) {
|
|
1031
1031
|
Object.isFrozen(t) ? t = t.slice(0) : e.add(t);
|
|
1032
|
-
for (let
|
|
1033
|
-
o = t[
|
|
1032
|
+
for (let l = 0, n = t.length; l < n; l++)
|
|
1033
|
+
o = t[l], (r = rt(o, e)) !== o && (t[l] = r);
|
|
1034
1034
|
} else {
|
|
1035
1035
|
Object.isFrozen(t) ? t = Object.assign({}, t) : e.add(t);
|
|
1036
|
-
const
|
|
1037
|
-
for (let c = 0, s =
|
|
1038
|
-
M =
|
|
1036
|
+
const l = Object.keys(t), n = Object.getOwnPropertyDescriptors(t);
|
|
1037
|
+
for (let c = 0, s = l.length; c < s; c++)
|
|
1038
|
+
M = l[c], !n[M].get && (o = t[M], (r = rt(o, e)) !== o && (t[M] = r));
|
|
1039
1039
|
}
|
|
1040
1040
|
return t;
|
|
1041
1041
|
}
|
|
1042
|
-
function
|
|
1042
|
+
function Nt(t, e) {
|
|
1043
1043
|
let i = t[e];
|
|
1044
1044
|
return i || Object.defineProperty(t, e, {
|
|
1045
1045
|
value: i = /* @__PURE__ */ Object.create(null)
|
|
1046
1046
|
}), i;
|
|
1047
1047
|
}
|
|
1048
|
-
function
|
|
1048
|
+
function ot(t, e, i) {
|
|
1049
1049
|
if (t[e])
|
|
1050
1050
|
return t[e];
|
|
1051
|
-
const [r, o] =
|
|
1051
|
+
const [r, o] = F(i, {
|
|
1052
1052
|
equals: !1,
|
|
1053
1053
|
internal: !0
|
|
1054
1054
|
});
|
|
1055
1055
|
return r.$ = o, t[e] = r;
|
|
1056
1056
|
}
|
|
1057
|
-
function
|
|
1057
|
+
function ci(t, e) {
|
|
1058
1058
|
const i = Reflect.getOwnPropertyDescriptor(t, e);
|
|
1059
|
-
return !i || i.get || !i.configurable || e ===
|
|
1059
|
+
return !i || i.get || !i.configurable || e === Y || e === _ || (delete i.value, delete i.writable, i.get = () => t[Y][e]), i;
|
|
1060
1060
|
}
|
|
1061
|
-
function
|
|
1062
|
-
|
|
1061
|
+
function ue(t) {
|
|
1062
|
+
mt() && ot(Nt(t, _), ce)();
|
|
1063
1063
|
}
|
|
1064
|
-
function
|
|
1065
|
-
return
|
|
1064
|
+
function si(t) {
|
|
1065
|
+
return ue(t), Reflect.ownKeys(t);
|
|
1066
1066
|
}
|
|
1067
|
-
const
|
|
1067
|
+
const ui = {
|
|
1068
1068
|
get(t, e, i) {
|
|
1069
|
-
if (e ===
|
|
1069
|
+
if (e === Et)
|
|
1070
1070
|
return t;
|
|
1071
|
-
if (e ===
|
|
1071
|
+
if (e === Y)
|
|
1072
1072
|
return i;
|
|
1073
|
-
if (e ===
|
|
1074
|
-
return
|
|
1075
|
-
const r =
|
|
1073
|
+
if (e === ht)
|
|
1074
|
+
return ue(t), i;
|
|
1075
|
+
const r = Nt(t, _), o = r[e];
|
|
1076
1076
|
let M = o ? o() : t[e];
|
|
1077
|
-
if (e ===
|
|
1077
|
+
if (e === _ || e === V || e === "__proto__")
|
|
1078
1078
|
return M;
|
|
1079
1079
|
if (!o) {
|
|
1080
|
-
const
|
|
1081
|
-
|
|
1080
|
+
const l = Object.getOwnPropertyDescriptor(t, e);
|
|
1081
|
+
mt() && (typeof M != "function" || t.hasOwnProperty(e)) && !(l && l.get) && (M = ot(r, e, M)());
|
|
1082
1082
|
}
|
|
1083
|
-
return
|
|
1083
|
+
return dt(M) ? se(M) : M;
|
|
1084
1084
|
},
|
|
1085
1085
|
has(t, e) {
|
|
1086
|
-
return e ===
|
|
1086
|
+
return e === Et || e === Y || e === ht || e === _ || e === V || e === "__proto__" ? !0 : (mt() && ot(Nt(t, V), e)(), e in t);
|
|
1087
1087
|
},
|
|
1088
1088
|
set() {
|
|
1089
1089
|
return !0;
|
|
@@ -1091,83 +1091,83 @@ const ci = {
|
|
|
1091
1091
|
deleteProperty() {
|
|
1092
1092
|
return !0;
|
|
1093
1093
|
},
|
|
1094
|
-
ownKeys:
|
|
1095
|
-
getOwnPropertyDescriptor:
|
|
1094
|
+
ownKeys: si,
|
|
1095
|
+
getOwnPropertyDescriptor: ci
|
|
1096
1096
|
};
|
|
1097
|
-
function
|
|
1097
|
+
function jt(t, e, i, r = !1) {
|
|
1098
1098
|
if (!r && t[e] === i)
|
|
1099
1099
|
return;
|
|
1100
1100
|
const o = t[e], M = t.length;
|
|
1101
1101
|
i === void 0 ? (delete t[e], t[V] && t[V][e] && o !== void 0 && t[V][e].$()) : (t[e] = i, t[V] && t[V][e] && o === void 0 && t[V][e].$());
|
|
1102
|
-
let
|
|
1103
|
-
if ((
|
|
1102
|
+
let l = Nt(t, _), n;
|
|
1103
|
+
if ((n = ot(l, e, o)) && n.$(() => i), Array.isArray(t) && t.length !== M) {
|
|
1104
1104
|
for (let c = t.length; c < M; c++)
|
|
1105
|
-
(
|
|
1106
|
-
(
|
|
1105
|
+
(n = l[c]) && n.$();
|
|
1106
|
+
(n = ot(l, "length", M)) && n.$(t.length);
|
|
1107
1107
|
}
|
|
1108
|
-
(
|
|
1108
|
+
(n = l[ce]) && n.$();
|
|
1109
1109
|
}
|
|
1110
|
-
function
|
|
1110
|
+
function ge(t, e) {
|
|
1111
1111
|
const i = Object.keys(e);
|
|
1112
1112
|
for (let r = 0; r < i.length; r += 1) {
|
|
1113
1113
|
const o = i[r];
|
|
1114
|
-
|
|
1114
|
+
jt(t, o, e[o]);
|
|
1115
1115
|
}
|
|
1116
1116
|
}
|
|
1117
|
-
function
|
|
1118
|
-
if (typeof e == "function" && (e = e(t)), e =
|
|
1117
|
+
function gi(t, e) {
|
|
1118
|
+
if (typeof e == "function" && (e = e(t)), e = rt(e), Array.isArray(e)) {
|
|
1119
1119
|
if (t === e)
|
|
1120
1120
|
return;
|
|
1121
1121
|
let i = 0, r = e.length;
|
|
1122
1122
|
for (; i < r; i++) {
|
|
1123
1123
|
const o = e[i];
|
|
1124
|
-
t[i] !== o &&
|
|
1124
|
+
t[i] !== o && jt(t, i, o);
|
|
1125
1125
|
}
|
|
1126
|
-
|
|
1126
|
+
jt(t, "length", r);
|
|
1127
1127
|
} else
|
|
1128
|
-
|
|
1128
|
+
ge(t, e);
|
|
1129
1129
|
}
|
|
1130
|
-
function
|
|
1130
|
+
function et(t, e, i = []) {
|
|
1131
1131
|
let r, o = t;
|
|
1132
1132
|
if (e.length > 1) {
|
|
1133
1133
|
r = e.shift();
|
|
1134
|
-
const
|
|
1134
|
+
const l = typeof r, n = Array.isArray(t);
|
|
1135
1135
|
if (Array.isArray(r)) {
|
|
1136
1136
|
for (let c = 0; c < r.length; c++)
|
|
1137
|
-
|
|
1137
|
+
et(t, [r[c]].concat(e), i);
|
|
1138
1138
|
return;
|
|
1139
|
-
} else if (
|
|
1139
|
+
} else if (n && l === "function") {
|
|
1140
1140
|
for (let c = 0; c < t.length; c++)
|
|
1141
|
-
r(t[c], c) &&
|
|
1141
|
+
r(t[c], c) && et(t, [c].concat(e), i);
|
|
1142
1142
|
return;
|
|
1143
|
-
} else if (
|
|
1143
|
+
} else if (n && l === "object") {
|
|
1144
1144
|
const {
|
|
1145
1145
|
from: c = 0,
|
|
1146
1146
|
to: s = t.length - 1,
|
|
1147
1147
|
by: a = 1
|
|
1148
1148
|
} = r;
|
|
1149
1149
|
for (let u = c; u <= s; u += a)
|
|
1150
|
-
|
|
1150
|
+
et(t, [u].concat(e), i);
|
|
1151
1151
|
return;
|
|
1152
1152
|
} else if (e.length > 1) {
|
|
1153
|
-
|
|
1153
|
+
et(t[r], e, [r].concat(i));
|
|
1154
1154
|
return;
|
|
1155
1155
|
}
|
|
1156
1156
|
o = t[r], i = [r].concat(i);
|
|
1157
1157
|
}
|
|
1158
1158
|
let M = e[0];
|
|
1159
|
-
typeof M == "function" && (M = M(o, i), M === o) || r === void 0 && M == null || (M =
|
|
1159
|
+
typeof M == "function" && (M = M(o, i), M === o) || r === void 0 && M == null || (M = rt(M), r === void 0 || dt(o) && dt(M) && !Array.isArray(M) ? ge(o, M) : jt(t, r, M));
|
|
1160
1160
|
}
|
|
1161
|
-
function
|
|
1162
|
-
const i =
|
|
1163
|
-
function M(...
|
|
1164
|
-
|
|
1165
|
-
r &&
|
|
1161
|
+
function di(...[t, e]) {
|
|
1162
|
+
const i = rt(t || {}), r = Array.isArray(i), o = se(i);
|
|
1163
|
+
function M(...l) {
|
|
1164
|
+
ee(() => {
|
|
1165
|
+
r && l.length === 1 ? gi(i, l[0]) : et(i, l);
|
|
1166
1166
|
});
|
|
1167
1167
|
}
|
|
1168
1168
|
return [o, M];
|
|
1169
1169
|
}
|
|
1170
|
-
const
|
|
1170
|
+
const Ni = {
|
|
1171
1171
|
label: "Framework",
|
|
1172
1172
|
inview: !0,
|
|
1173
1173
|
features: [
|
|
@@ -1183,13 +1183,14 @@ const gi = {
|
|
|
1183
1183
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjEzZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDIyOCI+PHBhdGggZmlsbD0iIzAwRDhGRiIgZD0iTTIxMC40ODMgNzMuODI0YTE3MS40OSAxNzEuNDkgMCAwIDAtOC4yNC0yLjU5N2MuNDY1LTEuOS44OTMtMy43NzcgMS4yNzMtNS42MjFjNi4yMzgtMzAuMjgxIDIuMTYtNTQuNjc2LTExLjc2OS02Mi43MDhjLTEzLjM1NS03LjctMzUuMTk2LjMyOS01Ny4yNTQgMTkuNTI2YTE3MS4yMyAxNzEuMjMgMCAwIDAtNi4zNzUgNS44NDhhMTU1Ljg2NiAxNTUuODY2IDAgMCAwLTQuMjQxLTMuOTE3QzEwMC43NTkgMy44MjkgNzcuNTg3LTQuODIyIDYzLjY3MyAzLjIzM0M1MC4zMyAxMC45NTcgNDYuMzc5IDMzLjg5IDUxLjk5NSA2Mi41ODhhMTcwLjk3NCAxNzAuOTc0IDAgMCAwIDEuODkyIDguNDhjLTMuMjguOTMyLTYuNDQ1IDEuOTI0LTkuNDc0IDIuOThDMTcuMzA5IDgzLjQ5OCAwIDk4LjMwNyAwIDExMy42NjhjMCAxNS44NjUgMTguNTgyIDMxLjc3OCA0Ni44MTIgNDEuNDI3YTE0NS41MiAxNDUuNTIgMCAwIDAgNi45MjEgMi4xNjVhMTY3LjQ2NyAxNjcuNDY3IDAgMCAwLTIuMDEgOS4xMzhjLTUuMzU0IDI4LjItMS4xNzMgNTAuNTkxIDEyLjEzNCA1OC4yNjZjMTMuNzQ0IDcuOTI2IDM2LjgxMi0uMjIgNTkuMjczLTE5Ljg1NWExNDUuNTY3IDE0NS41NjcgMCAwIDAgNS4zNDItNC45MjNhMTY4LjA2NCAxNjguMDY0IDAgMCAwIDYuOTIgNi4zMTRjMjEuNzU4IDE4LjcyMiA0My4yNDYgMjYuMjgyIDU2LjU0IDE4LjU4NmMxMy43MzEtNy45NDkgMTguMTk0LTMyLjAwMyAxMi40LTYxLjI2OGExNDUuMDE2IDE0NS4wMTYgMCAwIDAtMS41MzUtNi44NDJjMS42Mi0uNDggMy4yMS0uOTc0IDQuNzYtMS40ODhjMjkuMzQ4LTkuNzIzIDQ4LjQ0My0yNS40NDMgNDguNDQzLTQxLjUyYzAtMTUuNDE3LTE3Ljg2OC0zMC4zMjYtNDUuNTE3LTM5Ljg0NFptLTYuMzY1IDcwLjk4NGMtMS40LjQ2My0yLjgzNi45MS00LjMgMS4zNDVjLTMuMjQtMTAuMjU3LTcuNjEyLTIxLjE2My0xMi45NjMtMzIuNDMyYzUuMTA2LTExIDkuMzEtMjEuNzY3IDEyLjQ1OS0zMS45NTdjMi42MTkuNzU4IDUuMTYgMS41NTcgNy42MSAyLjRjMjMuNjkgOC4xNTYgMzguMTQgMjAuMjEzIDM4LjE0IDI5LjUwNGMwIDkuODk2LTE1LjYwNiAyMi43NDMtNDAuOTQ2IDMxLjE0Wm0tMTAuNTE0IDIwLjgzNGMyLjU2MiAxMi45NCAyLjkyNyAyNC42NCAxLjIzIDMzLjc4N2MtMS41MjQgOC4yMTktNC41OSAxMy42OTgtOC4zODIgMTUuODkzYy04LjA2NyA0LjY3LTI1LjMyLTEuNC00My45MjctMTcuNDEyYTE1Ni43MjYgMTU2LjcyNiAwIDAgMS02LjQzNy01Ljg3YzcuMjE0LTcuODg5IDE0LjQyMy0xNy4wNiAyMS40NTktMjcuMjQ2YzEyLjM3Ni0xLjA5OCAyNC4wNjgtMi44OTQgMzQuNjcxLTUuMzQ1YTEzNC4xNyAxMzQuMTcgMCAwIDEgMS4zODYgNi4xOTNaTTg3LjI3NiAyMTQuNTE1Yy03Ljg4MiAyLjc4My0xNC4xNiAyLjg2My0xNy45NTUuNjc1Yy04LjA3NS00LjY1Ny0xMS40MzItMjIuNjM2LTYuODUzLTQ2Ljc1MmExNTYuOTIzIDE1Ni45MjMgMCAwIDEgMS44NjktOC40OTljMTAuNDg2IDIuMzIgMjIuMDkzIDMuOTg4IDM0LjQ5OCA0Ljk5NGM3LjA4NCA5Ljk2NyAxNC41MDEgMTkuMTI4IDIxLjk3NiAyNy4xNWExMzQuNjY4IDEzNC42NjggMCAwIDEtNC44NzcgNC40OTJjLTkuOTMzIDguNjgyLTE5Ljg4NiAxNC44NDItMjguNjU4IDE3Ljk0Wk01MC4zNSAxNDQuNzQ3Yy0xMi40ODMtNC4yNjctMjIuNzkyLTkuODEyLTI5Ljg1OC0xNS44NjNjLTYuMzUtNS40MzctOS41NTUtMTAuODM2LTkuNTU1LTE1LjIxNmMwLTkuMzIyIDEzLjg5Ny0yMS4yMTIgMzcuMDc2LTI5LjI5M2MyLjgxMy0uOTggNS43NTctMS45MDUgOC44MTItMi43NzNjMy4yMDQgMTAuNDIgNy40MDYgMjEuMzE1IDEyLjQ3NyAzMi4zMzJjLTUuMTM3IDExLjE4LTkuMzk5IDIyLjI0OS0xMi42MzQgMzIuNzkyYTEzNC43MTggMTM0LjcxOCAwIDAgMS02LjMxOC0xLjk3OVptMTIuMzc4LTg0LjI2Yy00LjgxMS0yNC41ODctMS42MTYtNDMuMTM0IDYuNDI1LTQ3Ljc4OWM4LjU2NC00Ljk1OCAyNy41MDIgMi4xMTEgNDcuNDYzIDE5LjgzNWExNDQuMzE4IDE0NC4zMTggMCAwIDEgMy44NDEgMy41NDVjLTcuNDM4IDcuOTg3LTE0Ljc4NyAxNy4wOC0yMS44MDggMjYuOTg4Yy0xMi4wNCAxLjExNi0yMy41NjUgMi45MDgtMzQuMTYxIDUuMzA5YTE2MC4zNDIgMTYwLjM0MiAwIDAgMS0xLjc2LTcuODg3Wm0xMTAuNDI3IDI3LjI2OGEzNDcuOCAzNDcuOCAwIDAgMC03Ljc4NS0xMi44MDNjOC4xNjggMS4wMzMgMTUuOTk0IDIuNDA0IDIzLjM0MyA0LjA4Yy0yLjIwNiA3LjA3Mi00Ljk1NiAxNC40NjUtOC4xOTMgMjIuMDQ1YTM4MS4xNTEgMzgxLjE1MSAwIDAgMC03LjM2NS0xMy4zMjJabS00NS4wMzItNDMuODYxYzUuMDQ0IDUuNDY1IDEwLjA5NiAxMS41NjYgMTUuMDY1IDE4LjE4NmEzMjIuMDQgMzIyLjA0IDAgMCAwLTMwLjI1Ny0uMDA2YzQuOTc0LTYuNTU5IDEwLjA2OS0xMi42NTIgMTUuMTkyLTE4LjE4Wk04Mi44MDIgODcuODNhMzIzLjE2NyAzMjMuMTY3IDAgMCAwLTcuMjI3IDEzLjIzOGMtMy4xODQtNy41NTMtNS45MDktMTQuOTgtOC4xMzQtMjIuMTUyYzcuMzA0LTEuNjM0IDE1LjA5My0yLjk3IDIzLjIwOS0zLjk4NGEzMjEuNTI0IDMyMS41MjQgMCAwIDAtNy44NDggMTIuODk3Wm04LjA4MSA2NS4zNTJjLTguMzg1LS45MzYtMTYuMjkxLTIuMjAzLTIzLjU5My0zLjc5M2MyLjI2LTcuMyA1LjA0NS0xNC44ODUgOC4yOTgtMjIuNmEzMjEuMTg3IDMyMS4xODcgMCAwIDAgNy4yNTcgMTMuMjQ2YzIuNTk0IDQuNDggNS4yOCA4Ljg2OCA4LjAzOCAxMy4xNDdabTM3LjU0MiAzMS4wM2MtNS4xODQtNS41OTItMTAuMzU0LTExLjc3OS0xNS40MDMtMTguNDMzYzQuOTAyLjE5MiA5Ljg5OS4yOSAxNC45NzguMjljNS4yMTggMCAxMC4zNzYtLjExNyAxNS40NTMtLjM0M2MtNC45ODUgNi43NzQtMTAuMDE4IDEyLjk3LTE1LjAyOCAxOC40ODZabTUyLjE5OC01Ny44MTdjMy40MjIgNy44IDYuMzA2IDE1LjM0NSA4LjU5NiAyMi41MmMtNy40MjIgMS42OTQtMTUuNDM2IDMuMDU4LTIzLjg4IDQuMDcxYTM4Mi40MTcgMzgyLjQxNyAwIDAgMCA3Ljg1OS0xMy4wMjZhMzQ3LjQwMyAzNDcuNDAzIDAgMCAwIDcuNDI1LTEzLjU2NVptLTE2Ljg5OCA4LjEwMWEzNTguNTU3IDM1OC41NTcgMCAwIDEtMTIuMjgxIDE5LjgxNWEzMjkuNCAzMjkuNCAwIDAgMS0yMy40NDQuODIzYy03Ljk2NyAwLTE1LjcxNi0uMjQ4LTIzLjE3OC0uNzMyYTMxMC4yMDIgMzEwLjIwMiAwIDAgMS0xMi41MTMtMTkuODQ2aC4wMDFhMzA3LjQxIDMwNy40MSAwIDAgMS0xMC45MjMtMjAuNjI3YTMxMC4yNzggMzEwLjI3OCAwIDAgMSAxMC44OS0yMC42MzdsLS4wMDEuMDAxYTMwNy4zMTggMzA3LjMxOCAwIDAgMSAxMi40MTMtMTkuNzYxYzcuNjEzLS41NzYgMTUuNDItLjg3NiAyMy4zMS0uODc2SDEyOGM3LjkyNiAwIDE1Ljc0My4zMDMgMjMuMzU0Ljg4M2EzMjkuMzU3IDMyOS4zNTcgMCAwIDEgMTIuMzM1IDE5LjY5NWEzNTguNDg5IDM1OC40ODkgMCAwIDEgMTEuMDM2IDIwLjU0YTMyOS40NzIgMzI5LjQ3MiAwIDAgMS0xMSAyMC43MjJabTIyLjU2LTEyMi4xMjRjOC41NzIgNC45NDQgMTEuOTA2IDI0Ljg4MSA2LjUyIDUxLjAyNmMtLjM0NCAxLjY2OC0uNzMgMy4zNjctMS4xNSA1LjA5Yy0xMC42MjItMi40NTItMjIuMTU1LTQuMjc1LTM0LjIzLTUuNDA4Yy03LjAzNC0xMC4wMTctMTQuMzIzLTE5LjEyNC0yMS42NC0yNy4wMDhhMTYwLjc4OSAxNjAuNzg5IDAgMCAxIDUuODg4LTUuNGMxOC45LTE2LjQ0NyAzNi41NjQtMjIuOTQxIDQ0LjYxMi0xOC4zWk0xMjggOTAuODA4YzEyLjYyNSAwIDIyLjg2IDEwLjIzNSAyMi44NiAyMi44NnMtMTAuMjM1IDIyLjg2LTIyLjg2IDIyLjg2cy0yMi44Ni0xMC4yMzUtMjIuODYtMjIuODZzMTAuMjM1LTIyLjg2IDIyLjg2LTIyLjg2WiIvPjwvc3ZnPg=="
|
|
1184
1184
|
},
|
|
1185
1185
|
{
|
|
1186
|
-
label: "Vue
|
|
1186
|
+
label: "Vue",
|
|
1187
1187
|
value: "vue",
|
|
1188
1188
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjE2ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDIyMSI+PHBhdGggZmlsbD0iIzQxQjg4MyIgZD0iTTIwNC44IDBIMjU2TDEyOCAyMjAuOEwwIDBoOTcuOTJMMTI4IDUxLjJMMTU3LjQ0IDBoNDcuMzZaIi8+PHBhdGggZmlsbD0iIzQxQjg4MyIgZD0ibTAgMGwxMjggMjIwLjhMMjU2IDBoLTUxLjJMMTI4IDEzMi40OEw1MC41NiAwSDBaIi8+PHBhdGggZmlsbD0iIzM1NDk1RSIgZD0iTTUwLjU2IDBMMTI4IDEzMy4xMkwyMDQuOCAwaC00Ny4zNkwxMjggNTEuMkw5Ny45MiAwSDUwLjU2WiIvPjwvc3ZnPg==",
|
|
1189
|
-
disabled: !0
|
|
1189
|
+
disabled: !0,
|
|
1190
|
+
alt: "Coming Soon"
|
|
1190
1191
|
}
|
|
1191
1192
|
]
|
|
1192
|
-
},
|
|
1193
|
+
}, ji = {
|
|
1193
1194
|
label: "Auth",
|
|
1194
1195
|
features: [
|
|
1195
1196
|
{
|
|
@@ -1199,19 +1200,21 @@ const gi = {
|
|
|
1199
1200
|
selected: !0
|
|
1200
1201
|
},
|
|
1201
1202
|
{
|
|
1202
|
-
label: "Auth0
|
|
1203
|
+
label: "Auth0",
|
|
1203
1204
|
value: "auth0",
|
|
1204
1205
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjllbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAyNTYgMjg1Ij48cGF0aCBkPSJNMjIwLjQxMiAwaC05Mi40MTVsMjguNTYyIDg5LjAwNmg5Mi40MTZsLTc0Ljc3IDUzLjA3N2wyOC41NyA4OS41MTFjNDguMTI4LTM1LjA2IDYzLjg1NC04OC4xMiA0Ni4yMDgtMTQyLjU4OEwyMjAuNDEzIDBaTTcuMDE4IDg5LjAwNmg5Mi40MTZMMTI3Ljk5NyAwSDM1LjU4OUw3LjAxOSA4OS4wMDZjLTE3LjY1NSA1NC40NjgtMS45MiAxMDcuNTI5IDQ2LjIwNyAxNDIuNTg4bDI4LjU2My04OS41MWwtNzQuNzctNTMuMDc4Wm00Ni4yMDggMTQyLjU4OGw3NC43NyA1Mi45N2w3NC43Ny01Mi45N2wtNzQuNzctNTMuODQ3bC03NC43NyA1My44NDdaIi8+PC9zdmc+",
|
|
1205
|
-
disabled: !0
|
|
1206
|
+
disabled: !0,
|
|
1207
|
+
alt: "Coming Soon"
|
|
1206
1208
|
},
|
|
1207
1209
|
{
|
|
1208
|
-
label: "Firebase
|
|
1210
|
+
label: "Firebase",
|
|
1209
1211
|
value: "firebase",
|
|
1210
1212
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjczZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDM1MSI+PGRlZnM+PGZpbHRlciBpZD0ibG9nb3NGaXJlYmFzZTAiIHdpZHRoPSIyMDAlIiBoZWlnaHQ9IjIwMCUiIHg9Ii01MCUiIHk9Ii01MCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PGZlR2F1c3NpYW5CbHVyIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dCbHVySW5uZXIxIiBzdGREZXZpYXRpb249IjE3LjUiLz48ZmVPZmZzZXQgaW49InNoYWRvd0JsdXJJbm5lcjEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0SW5uZXIxIi8+PGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRJbm5lcjEiIGluMj0iU291cmNlQWxwaGEiIGsyPSItMSIgazM9IjEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiByZXN1bHQ9InNoYWRvd0lubmVySW5uZXIxIi8+PGZlQ29sb3JNYXRyaXggaW49InNoYWRvd0lubmVySW5uZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMDYgMCIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImxvZ29zRmlyZWJhc2UxIiB3aWR0aD0iMjAwJSIgaGVpZ2h0PSIyMDAlIiB4PSItNTAlIiB5PSItNTAlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxmZUdhdXNzaWFuQmx1ciBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIgc3RkRGV2aWF0aW9uPSIzLjUiLz48ZmVPZmZzZXQgZHg9IjEiIGR5PSItOSIgaW49InNoYWRvd0JsdXJJbm5lcjEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0SW5uZXIxIi8+PGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRJbm5lcjEiIGluMj0iU291cmNlQWxwaGEiIGsyPSItMSIgazM9IjEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiByZXN1bHQ9InNoYWRvd0lubmVySW5uZXIxIi8+PGZlQ29sb3JNYXRyaXggaW49InNoYWRvd0lubmVySW5uZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMDkgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJsb2dvc0ZpcmViYXNlMiIgZD0ibTEuMjUzIDI4MC43MzJsMS42MDUtMy4xMzFsOTkuMzUzLTE4OC41MThsLTQ0LjE1LTgzLjQ3NUM1NC4zOTItMS4yODMgNDUuMDc0LjQ3NCA0My44NyA4LjE4OEwxLjI1MyAyODAuNzMyWiIvPjxwYXRoIGlkPSJsb2dvc0ZpcmViYXNlMyIgZD0ibTEzNC40MTcgMTQ4Ljk3NGwzMi4wMzktMzIuODEybC0zMi4wMzktNjEuMDA3Yy0zLjA0Mi01Ljc5MS0xMC40MzMtNi4zOTgtMTMuNDQzLS41OWwtMTcuNzA1IDM0LjEwOWwtLjUzIDEuNzQ0bDMxLjY3OCA1OC41NTZaIi8+PC9kZWZzPjxwYXRoIGZpbGw9IiNGRkMyNEEiIGQ9Im0wIDI4Mi45OThsMi4xMjMtMi45NzJMMTAyLjUyNyA4OS41MTJsLjIxMi0yLjAxN0w1OC40OCA0LjM1OEM1NC43Ny0yLjYwNiA0NC4zMy0uODQ1IDQzLjExNCA2Ljk1MUwwIDI4Mi45OThaIi8+PHVzZSBmaWxsPSIjRkZBNzEyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGhyZWY9IiNsb2dvc0ZpcmViYXNlMiIvPjx1c2UgZmlsdGVyPSJ1cmwoI2xvZ29zRmlyZWJhc2UwKSIgaHJlZj0iI2xvZ29zRmlyZWJhc2UyIi8+PHBhdGggZmlsbD0iI0Y0QkQ2MiIgZD0ibTEzNS4wMDUgMTUwLjM4bDMyLjk1NS0zMy43NWwtMzIuOTY1LTYyLjkzYy0zLjEyOS01Ljk1Ny0xMS44NjYtNS45NzUtMTQuOTYyIDBMMTAyLjQyIDg3LjI4N3YyLjg2bDMyLjU4NCA2MC4yMzNaIi8+PHVzZSBmaWxsPSIjRkZBNTBFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGhyZWY9IiNsb2dvc0ZpcmViYXNlMyIvPjx1c2UgZmlsdGVyPSJ1cmwoI2xvZ29zRmlyZWJhc2UxKSIgaHJlZj0iI2xvZ29zRmlyZWJhc2UzIi8+PHBhdGggZmlsbD0iI0Y2ODIwQyIgZD0ibTAgMjgyLjk5OGwuOTYyLS45NjhsMy40OTYtMS40MmwxMjguNDc3LTEyOGwxLjYyOC00LjQzMWwtMzIuMDUtNjEuMDc0eiIvPjxwYXRoIGZpbGw9IiNGREUwNjgiIGQ9Im0xMzkuMTIxIDM0Ny41NTFsMTE2LjI3NS02NC44NDdsLTMzLjIwNC0yMDQuNDk1Yy0xLjAzOS02LjM5OC04Ljg4OC04LjkyNy0xMy40NjgtNC4zNEwwIDI4Mi45OThsMTE1LjYwOCA2NC41NDhhMjQuMTI2IDI0LjEyNiAwIDAgMCAyMy41MTMuMDA1Ii8+PHBhdGggZmlsbD0iI0ZDQ0EzRiIgZD0iTTI1NC4zNTQgMjgyLjE2TDIyMS40MDIgNzkuMjE4Yy0xLjAzLTYuMzUtNy41NTgtOC45NzctMTIuMTAzLTQuNDI0TDEuMjkgMjgyLjZsMTE0LjMzOSA2My45MDhhMjMuOTQzIDIzLjk0MyAwIDAgMCAyMy4zMzQuMDA2bDExNS4zOTItNjQuMzU1WiIvPjxwYXRoIGZpbGw9IiNFRUFCMzciIGQ9Ik0xMzkuMTIgMzQ1LjY0YTI0LjEyNiAyNC4xMjYgMCAwIDEtMjMuNTEyLS4wMDVMLjkzMSAyODIuMDE1bC0uOTMuOTgzbDExNS42MDcgNjQuNTQ4YTI0LjEyNiAyNC4xMjYgMCAwIDAgMjMuNTEzLjAwNWwxMTYuMjc1LTY0Ljg0N2wtLjI4NS0xLjc1MmwtMTE1Ljk5IDY0LjY4OVoiLz48L3N2Zz4=",
|
|
1211
|
-
disabled: !0
|
|
1213
|
+
disabled: !0,
|
|
1214
|
+
alt: "Coming Soon"
|
|
1212
1215
|
}
|
|
1213
1216
|
]
|
|
1214
|
-
},
|
|
1217
|
+
}, Ii = {
|
|
1215
1218
|
label: "RPC",
|
|
1216
1219
|
features: [
|
|
1217
1220
|
{
|
|
@@ -1221,13 +1224,14 @@ const gi = {
|
|
|
1221
1224
|
selected: !0
|
|
1222
1225
|
},
|
|
1223
1226
|
{
|
|
1224
|
-
label: "tRPC
|
|
1227
|
+
label: "tRPC",
|
|
1225
1228
|
value: "trpc",
|
|
1226
1229
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjg0ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDMwNSI+PHBhdGggZmlsbD0iIzM5OENDQiIgZD0iTTI4LjU3IDI0NC40ODRoMjEuOTgydjExLjE1M0gyOC41NzF2MjUuMzA4YTE2Ljg4IDE2Ljg4IDAgMCAwIC43MzggNS4zNjRhOC4xNTIgOC4xNTIgMCAwIDAgMi4wODggMy40YTcuODE1IDcuODE1IDAgMCAwIDMuMyAxLjg1MWMxLjIzNS4zMyAyLjUwNC41MSAzLjc4LjUzNmwuNTQ3LjAwMmMxLjE1IDAgMi4zMzggMCAzLjU2My0uMTYybC43MjctLjA5bDEuNDA5LS4xNmMuNDYxLS4wNTQuOTE1LS4xMTMgMS4zNjYtLjE4OGwuNjYtLjEwNWwxLjI0LS4xODRjLjQwMS0uMDYuNzktLjEyNCAxLjE3NS0uMTk5bC45MTgtLjE4NGwuNDI3LS4wOWwuNzktLjE3NmwuMzY2LS4wODdsMS40NzYgMTAuMzlhMTguNTA1IDE4LjUwNSAwIDAgMS0zLjc1MiAxLjZhMzUuOSAzNS45IDAgMCAxLTQuNTEzIDEuMTEzYy0xLjYuMy0zLjI2NC41MjYtNS4wMDIuNjg4YTU0LjI4IDU0LjI4IDAgMCAxLTUuMDg5LjIzOGEyOC4zOTYgMjguMzk2IDAgMCAxLTguNzUyLTEuMjVhMTYuODMgMTYuODMgMCAwIDEtNi43MjctNC4wMDJhMTcuMzQzIDE3LjM0MyAwIDAgMS00LjMwMi02Ljg1MmEyOS4xOTYgMjkuMTk2IDAgMCAxLTEuNTI1LTEwLjAwM3YtMjYuNzU4SDB2LTExLjE1M2gxMy40NDF2LTE0LjQxN2gxNS4xM3YxNC40MTdabTUzLjg4IDI5LjI3MXYyOS42MDlINjcuMTU2di03OS4yMzZoMjYuNjJhNDIuNTIgNDIuNTIgMCAwIDEgMTEuOTE2IDEuNTVhMjYuNjcgMjYuNjcgMCAwIDEgOS4xNCA0LjU1MmExOS44OCAxOS44OCAwIDAgMSA1Ljc5IDcuNTAyYTI0LjU3IDI0LjU3IDAgMCAxIDIuMDUgMTAuMzRhMjYuNzIgMjYuNzIgMCAwIDEtMS4wMTIgNy42NGEyMC4zMzEgMjAuMzMxIDAgMCAxLTcuNDAzIDEwLjgwNGEzMC4wOTYgMzAuMDk2IDAgMCAxLTUuOTAxIDMuNDg4bDE3LjAzIDMyLjY5N3YuNzEzaC0xNi40NDNMOTQuMDQgMjczLjc1NUg4Mi40NVptLjAxMi0xMi40MjhoMTEuMzE1YTE3Ljg2OCAxNy44NjggMCAwIDAgNi4yNTItMWExMC44NjYgMTAuODY2IDAgMCAwIDQuMzktMi45MTRhMTAuNTI4IDEwLjUyOCAwIDAgMCAyLjExMi0zLjU4OWMuNDQ4LTEuMzU4LjY5Mi0yLjc3NS43MjMtNC4yMDNsLjAwMi0uNTM2YTE1LjEwNCAxNS4xMDQgMCAwIDAtLjk1LTUuNTc2YTkuODY1IDkuODY1IDAgMCAwLTIuODUtNC4wMDFhMTIuMDY2IDEyLjA2NiAwIDAgMC00LjE0LTIuMTc2YTE5LjE0MyAxOS4xNDMgMCAwIDAtNC45Ny0uNzZsLTExLjg4NC0uMDAzdjI0Ljc1OFptNjcuODQ1IDQyLjAzN0gxMzUuMDR2LTc5LjIzNmgyNy4wOTVhMzQuNDEgMzQuNDEgMCAwIDEgMTEuNzAzIDEuODc2YTI2LjYzMyAyNi42MzMgMCAwIDEgOC45MjggNS4yMDFhMjMuMzA3IDIzLjMwNyAwIDAgMSA1LjYyNyA4LjA1M2EyNi4zNTggMjYuMzU4IDAgMCAxIDEuOTg4IDkuNzIzdi42NjdhMjQuMTcgMjQuMTcgMCAwIDEtMS45ODggOS44NTNhMjIuNTA3IDIyLjUwNyAwIDAgMS01LjYyNyA3Ljc3N2EyNi4zNyAyNi4zNyAwIDAgMS04Ljk2NSA1LjE3N2EzNC43MjMgMzQuNzIzIDAgMCAxLTExLjcwNCAxLjg1aC0xMS44MDNsLjAxMyAyOS4wNTlabTAtNDEuNDYyaDExLjgwM2ExNS4wMDQgMTUuMDA0IDAgMCAwIDUuNjY0LS45ODhhMTEuNTUzIDExLjU1MyAwIDAgMCA0LjAyNi0yLjY2M2ExMS4xNzggMTEuMTc4IDAgMCAwIDIuMzY0LTMuODg5Yy41My0xLjQ3Ni44LTMuMDMzLjgtNC42MDFhMTYuMzY3IDE2LjM2NyAwIDAgMC0uOC01LjE2NGExMS45NjYgMTEuOTY2IDAgMCAwLTIuMzY0LTQuMjAyYTExLjU5IDExLjU5IDAgMCAwLTQuMDI2LTIuODI1YTE0LjI2NyAxNC4yNjcgMCAwIDAtNS42NjQtMS4wMzhoLTExLjgwM3YyNS4zN1ptMTAzLjA0MiAyNy40MmEyNS4zMDcgMjUuMzA3IDAgMCAxLTUuOTAyIDguMTY1YTI2LjA0NSAyNi4wNDUgMCAwIDEtOC44MTUgNS4yMDJhMzMuNjQ3IDMzLjY0NyAwIDAgMS0xMC41NTggMS44MTRsLS43Ny0uMDAxYTMwLjc1OSAzMC43NTkgMCAwIDEtOS4wNTMtMS4yNWEyNS4zNDUgMjUuMzQ1IDAgMCAxLTcuNTAyLTMuNjc3YTI1LjcwNyAyNS43MDcgMCAwIDEtNS40MTQtNS4zODlhMzMuNjcyIDMzLjY3MiAwIDAgMS00LjAwMS02Ljk2NGE0MS41NzUgNDEuNTc1IDAgMCAxLTIuNDEzLTguMzc4YTUzLjQwOCA1My40MDggMCAwIDEtLjg1MS05LjY5di0xMC42NjZhNTMuNDMgNTMuNDMgMCAwIDEgLjc2My05LjExNWEzOS40MTEgMzkuNDExIDAgMCAxIDEuOTUtNy4xNjFsLjMzOC0uODY2YTMwLjQwOSAzMC40MDkgMCAwIDEgNC41NzctOC4wNTNhMjkuMjcxIDI5LjI3MSAwIDAgMSA2LjQxNC01Ljk3NmEyNi4xNTggMjYuMTU4IDAgMCAxIDcuMDUyLTMuMTg5YTI5LjEwOCAyOS4xMDggMCAwIDEgNy40OC0xLjExbC43Ni0uMDAzYTMzLjc2IDMzLjc2IDAgMCAxIDExLjYxNiAxLjg1YTIzLjc1NyAyMy43NTcgMCAwIDEgMTQuMzQyIDEzLjY1NWEzNy40MTEgMzcuNDExIDAgMCAxIDIuNjEzIDExLjE1M2gtMTUuMjNjLS4wOS0yLjEyLS40NDItNC4yMi0xLjA1LTYuMjUyYTEyLjM1NCAxMi4zNTQgMCAwIDAtMi40MjUtNC40NjNhMTAuNDE2IDEwLjQxNiAwIDAgMC00LjA1Mi0yLjYzOWExNi43MyAxNi43MyAwIDAgMC01LjgwMS0uOWExNC4yNDIgMTQuMjQyIDAgMCAwLTMuMzUxLjM4OGMtMSAuMjQzLTEuOTU5LjYyNi0yLjg1MSAxLjEzN2ExMS4zMjggMTEuMzI4IDAgMCAwLTMuNzUxIDMuNzUyYTIxLjk2OSAyMS45NjkgMCAwIDAtMi41MDEgNS42MzlhMzQuMDEgMzQuMDEgMCAwIDAtMS4wMjUgNS41MjZhNTguNzY3IDU4Ljc2NyAwIDAgMC0uMzI1IDYuNTAydjEwLjc2NmE2MS4yOCA2MS4yOCAwIDAgMCAuNTEyIDguNDY1YTI4LjkyIDI4LjkyIDAgMCAwIDEuNiA2LjUwMmExNS45OTIgMTUuOTkyIDAgMCAwIDEuODI2IDMuMzc2Yy42NjcuOTYgMS40ODcgMS44MDQgMi40MjYgMi41YTEwLjAwMyAxMC4wMDMgMCAwIDAgMy4yODggMS42YTE0LjU2IDE0LjU2IDAgMCAwIDQuMDUyLjUyNmExNy45MTggMTcuOTE4IDAgMCAwIDUuMzg5LS43NjNhMTAuMzAzIDEwLjMwMyAwIDAgMCA0LjA4OC0yLjRhMTEuMjUzIDExLjI1MyAwIDAgMCAyLjY2NC00LjE5YTIwLjk2OSAyMC45NjkgMCAwIDAgMS4yNS02LjE1SDI1NmEzMC4zOTYgMzAuMzk2IDAgMCAxLTIuNjUgMTAuNzI3Wk0xODYuMzggOTIuNDAybDM4LjQ4NiAyMi4yMnY0NC40NjJsLTM4LjQ4NiAyMi4yMmwtMTcuMDg1LTkuODgxbC00MS41NDUgMjMuOTg0bC00MS4yOTYtMjMuODQ3bC0xNi44NDYgOS43NDNsLTM4LjQ4Ni0yMi4yNTZWMTE0LjYybDM4LjQ4Ni0yMi4yMTlsMzguNDg2IDIyLjIydjQ0LjQyNWwtMTEuNjQzIDYuNzMzbDMxLjI5OSAxOC4wNzRsMzEuNTQ4LTE4LjIxMmwtMTEuNDA1LTYuNTk1VjExNC42MmwzOC40ODctMjIuMjE5Wk0xNTcuODk2IDEyNi4ydjI3LjEybDIzLjQ4MiAxMy41NTV2LTI3LjEyTDE1Ny44OTYgMTI2LjJabTU2Ljk2Ny0uMDM3bC0yMy40ODIgMTMuNTU0djI3LjE1OGwyMy40ODItMTMuNTkydi0yNy4xMlptLTE3My43MzggMHYyNy4xMmwyMy40ODEgMTMuNTU0di0yNy4xMmwtMjMuNDgxLTEzLjU1NFptNTYuOTY2IDBMNzQuNjEgMTM5LjcxNnYyNy4xMmwyMy40ODItMTMuNTU0di0yNy4xMlptODguMjg5LTIyLjE4MmwtMjMuNDgyIDEzLjU1NGwyMy40ODIgMTMuNTY3bDIzLjQ4MS0xMy41NjdsLTIzLjQ4MS0xMy41NTRabS0xMTYuNzcyLS4wMzdsLTIzLjQ4MiAxMy41OTFsMjMuNDgyIDEzLjUzbDIzLjQ4Mi0xMy41M2wtMjMuNDgyLTEzLjU5MVptMTkuMTQzLTY4LjkydjExLjU0bC0zNS42MSAyMC41N3YzNC43NzJsLTEwLjAwMyA1Ljc3N1Y2MS4zNTVMODguNzUgMzUuMDIzWk0xMjcuMjM3IDBsMzguNTEyIDIyLjIxOXYxMi4yMTlsNDYuNjEzIDI2LjkxN3Y0Ni4wMzlsLTEwLjAwMy01Ljc3N1Y2Ny4xMzJsLTM2LjYxLTIxLjE0MXYyMC42NjZsLTM4LjQ4NyAyMi4yMTlsLTM4LjQ4Ni0yMi4yMTlWMjIuMjE5TDEyNy4yMzcgMFpNOTguNzggMzMuNzZ2MjcuMTJsMjMuNDU3IDEzLjU1NFY0Ny4zMjZMOTguNzc5IDMzLjc2Wm01Ni45NDIgMGwtMjMuNDU3IDEzLjU2NnYyNy4wOTZMMTU1LjcyIDYwLjg4VjMzLjc2Wm0tMjguNDg0LTIyLjIwN0wxMDMuNzggMjUuMTA3bDIzLjQ1NyAxMy41NTRsMjMuNDgyLTEzLjU1NGwtMjMuNDgyLTEzLjU1NFoiLz48L3N2Zz4=",
|
|
1227
|
-
disabled: !0
|
|
1230
|
+
disabled: !0,
|
|
1231
|
+
alt: "Coming Soon"
|
|
1228
1232
|
}
|
|
1229
1233
|
]
|
|
1230
|
-
},
|
|
1234
|
+
}, yi = {
|
|
1231
1235
|
label: "Server",
|
|
1232
1236
|
features: [
|
|
1233
1237
|
{
|
|
@@ -1241,7 +1245,7 @@ const gi = {
|
|
|
1241
1245
|
value: "express"
|
|
1242
1246
|
}
|
|
1243
1247
|
]
|
|
1244
|
-
},
|
|
1248
|
+
}, Di = {
|
|
1245
1249
|
label: "CSS",
|
|
1246
1250
|
features: [
|
|
1247
1251
|
{
|
|
@@ -1251,13 +1255,14 @@ const gi = {
|
|
|
1251
1255
|
selected: !0
|
|
1252
1256
|
},
|
|
1253
1257
|
{
|
|
1254
|
-
label: "MUI
|
|
1258
|
+
label: "MUI",
|
|
1255
1259
|
value: "mui",
|
|
1256
1260
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjE2ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDIyMiI+PHBhdGggZmlsbD0iIzAwN0ZGRiIgZD0iTTIxNS43NzEgMTUxLjEwN2E3LjExMSA3LjExMSAwIDAgMCAzLjU3LTYuMTQ0bC4xMjgtNDEuMTUzYTcuMTExIDcuMTExIDAgMCAxIDMuNTctNi4xNDVsMjIuMzA4LTEyLjgxNEE3LjExMSA3LjExMSAwIDAgMSAyNTYgOTEuMDE2djc0LjgxOGE3LjExIDcuMTEgMCAwIDEtMy41NyA2LjE2NmwtODQuMTkgNDguMzU3YTcuMTExIDcuMTExIDAgMCAxLTcuMDcuMDA3bC02Ni4wNy0zNy43OWE3LjExMSA3LjExMSAwIDAgMS0zLjU4NS02LjE3MnYtMzcuNzI2YzAtLjA0Mi4wNS0uMDcuMDkzLS4wNWMuMDM1LjAyMi4wODUgMCAuMDg1LS4wNXYtLjA0MmMwLS4wMjguMDE0LS4wNTcuMDQzLS4wNzFsNTQuNDE2LTMxLjI2MWMuMDUtLjAyOS4wMjgtLjEwNy0uMDI5LS4xMDdhLjA1Ny4wNTcgMCAwIDEtLjA1Ny0uMDU3bC4xMDctMzYuOTg2YTcuMTExIDcuMTExIDAgMCAwLTEwLjY2Ny02LjE4N0w5NS4wNjQgODcuMTdhNy4xMTEgNy4xMTEgMCAwIDEtNy4wOTcgMGwtNDAuNTctMjMuMzZhNy4xMTEgNy4xMTEgMCAwIDAtMTAuNjYgNi4xNTh2NjYuODQ2YTcuMTExIDcuMTExIDAgMCAxLTEwLjYzOCA2LjE4TDMuNTg0IDEzMC4xMkE3LjExMSA3LjExMSAwIDAgMSAwIDEyMy45MzVMLjIgNy4wOTVBNy4xMTEgNy4xMTEgMCAwIDEgMTAuODUxLjk0Nkw4Ny45NzQgNDUuMjRhNy4xMTEgNy4xMTEgMCAwIDAgNy4wODMgMGw3Ny4xLTQ0LjI5NmE3LjExMSA3LjExMSAwIDAgMSAxMC42NTMgNi4xNzJ2MTE2Ljg2N2E3LjExMSA3LjExMSAwIDAgMS0zLjU2MiA2LjE2NmwtNDAuMzc4IDIzLjI1NGE3LjExMSA3LjExMSAwIDAgMCAuMDI4IDEyLjMzOGwyMi4yNzMgMTIuNjhhNy4xMTEgNy4xMTEgMCAwIDAgNy4wNjEtLjAxNWw0Ny41NC0yNy4zWm00LjY3Mi0xMDQuODM1YTcuMTExIDcuMTExIDAgMCAwIDEwLjc2NyA2LjA5NGwyMS4zMzQtMTIuOEE3LjExMSA3LjExMSAwIDAgMCAyNTYgMzMuNDcyVjcuMzg3QTcuMTExIDcuMTExIDAgMCAwIDI0NS4yMzMgMS4zTDIyMy45IDE0LjFhNy4xMTEgNy4xMTEgMCAwIDAtMy40NTcgNi4wOTV2MjYuMDg0di0uMDA3WiIvPjwvc3ZnPg==",
|
|
1257
|
-
disabled: !0
|
|
1261
|
+
disabled: !0,
|
|
1262
|
+
alt: "Coming Soon"
|
|
1258
1263
|
}
|
|
1259
1264
|
]
|
|
1260
|
-
},
|
|
1265
|
+
}, bi = {
|
|
1261
1266
|
label: "Database",
|
|
1262
1267
|
features: [
|
|
1263
1268
|
{
|
|
@@ -1272,7 +1277,7 @@ const gi = {
|
|
|
1272
1277
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyLjIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNTEyIDIzMi43MjciPjxwYXRoIGZpbGw9IiM0RDRENEQiIGQ9Ik00MzMuNjY3IDExNS4yMzhjMCAzNS4zMzMtMTQuMTY3IDQxLjY2Ni0zMC4wMDIgNDEuNjY2SDM3MFY3My41NzFoMzMuNjY2YzE1LjgzNSAwIDMwLjAwMiA2LjMzNCAzMC4wMDIgNDEuNjY3Wm0tMTcuMTY3LjAwNGMwLTI0LjY2Ny03LjUtMjUuODMzLTE4LjMzMy0yNS44MzNoLTEwLjQ5OXY1MS42NjZoMTAuNWMxMC44MzMgMCAxOC4zMzItMS4xNjcgMTguMzMyLTI1LjgzM1ptLTE3OC4zMzYgNDEuNjYyVjczLjU3MWg1My4wMDF2MTUuODM0aC0zNS4zMzR2MTdoMjYuNjY2djE1LjY2NmgtMjYuNjY2djE5aDM1LjMzNHYxNS44MzNoLTUzWk0zMjAgMjMyLjcyN2gxNy40NTVWMEgzMjB2MjMyLjcyN1pNNDY4Ljk5NSAxMTkuOTF2MjEuMTY2aDE0LjY2OGM5LjE2NiAwIDExLjUtNiAxMS41LTEwLjVjMC0zLjUtMS42NjgtMTAuNjY2LTE0LjE2OC0xMC42NjZoLTEyWm0wLTMwLjUwMnYxNS44MzNoMTJjNi44MzMgMCAxMC44MzMtMyAxMC44MzMtOHMtNC03LjgzMy0xMC44MzMtNy44MzNoLTEyWk00NTEuMzM0IDczLjU3aDMzLjk5OGMxNy44MzYgMCAyMy4xNjggMTIuNSAyMy4xNjggMjEuNWMwIDguMzM0LTUuMzMyIDE0LjMzNC05IDE2YzEwLjY2NyA1LjE2NyAxMi41IDE1LjY2NyAxMi41IDIxYzAgNy0zLjUgMjQuODMzLTI2LjY2OCAyNC44MzNoLTMzLjk5OFY3My41NzFabS0zMTQuNjY1IDQxLjY2N2MwIDM1LjMzMy0xNC4xNjcgNDEuNjY2LTMwIDQxLjY2Nkg3My4wMDJWNzMuNTcxaDMzLjY2N2MxNS44MzMgMCAzMCA2LjMzNCAzMCA0MS42NjdabTUxLjk5NyAyNi41MDdjOSAwIDEzLjY2Ni0zIDE1LjMzMy01di05LjE2NmgtMTQuMzM0di0xNC4zMzRoMjguNXYzMy4xNjdjLTIuNSAzLjgzMy0xNi4xNjYgMTEuMzMzLTI4LjY2NiAxMS4zMzNjLTIwLjUgMC0zNy44MzMtOC0zNy44MzMtNDMuMzMzczE3LjUtNDEuNjY2IDMzLjMzMy00MS42NjZjMjQuODMzIDAgMzEgMTMgMzMgMjQuNWwtMTQuNjY3IDMuMzMzYy0uODMzLTUuMzM0LTUuNS0xMi0xNi4xNjYtMTJjLTEwLjgzNCAwLTE4LjMzNCAxLjE2Ni0xOC4zMzQgMjUuODMzYzAgMjQuNjY3IDcuODM0IDI3LjMzMyAxOS44MzQgMjcuMzMzWk0xMTkuNSAxMTUuMjQyYzAtMjQuNjY3LTcuNS0yNS44MzMtMTguMzMzLTI1LjgzM2gtMTAuNXY1MS42NjZoMTAuNWMxMC44MzMgMCAxOC4zMzMtMS4xNjcgMTguMzMzLTI1LjgzM1pNMCAxNTYuOTA0VjczLjU3MWg1M3YxNS44MzRIMTcuNjY3djE3aDI2LjY2NnYxNS42NjZIMTcuNjY3djE5SDUzdjE1LjgzM0gwWiIvPjwvc3ZnPg=="
|
|
1273
1278
|
}
|
|
1274
1279
|
]
|
|
1275
|
-
},
|
|
1280
|
+
}, wi = {
|
|
1276
1281
|
label: "Analytics",
|
|
1277
1282
|
features: [
|
|
1278
1283
|
{
|
|
@@ -1282,19 +1287,21 @@ const gi = {
|
|
|
1282
1287
|
selected: !0
|
|
1283
1288
|
},
|
|
1284
1289
|
{
|
|
1285
|
-
label: "Google Analytics
|
|
1290
|
+
label: "Google Analytics",
|
|
1286
1291
|
value: "google-analytics",
|
|
1287
1292
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjkxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI4NCI+PHBhdGggZmlsbD0iI0Y5QUIwMCIgZD0iTTI1Ni4wMDMgMjQ3LjkzM2EzNS4yMjQgMzUuMjI0IDAgMCAxLTM5LjM3NiAzNS4xNjFjLTE4LjA0NC0yLjY3LTMxLjI2Ni0xOC4zNzEtMzAuODI2LTM2LjYwNlYzNi44NDVDMTg1LjM2NSAxOC41OTEgMTk4LjYyIDIuODgxIDIxNi42ODcuMjRhMzUuMjIxIDM1LjIyMSAwIDAgMSAzOS4zMTYgMzUuMTZ2MjEyLjUzM1oiLz48cGF0aCBmaWxsPSIjRTM3NDAwIiBkPSJNMzUuMTAxIDIxMy4xOTNjMTkuMzg2IDAgMzUuMTAxIDE1LjcxNiAzNS4xMDEgMzUuMTAxYzAgMTkuMzg2LTE1LjcxNSAzNS4xMDEtMzUuMTAxIDM1LjEwMVMwIDI2Ny42OCAwIDI0OC4yOTVjMC0xOS4zODYgMTUuNzE1LTM1LjEwMiAzNS4xMDEtMzUuMTAyWm05Mi4zNTgtMTA2LjM4N2MtMTkuNDc3IDEuMDY4LTM0LjU5IDE3LjQwNi0zNC4xMzcgMzYuOTA4djk0LjI4NWMwIDI1LjU4OCAxMS4yNTkgNDEuMTIyIDI3Ljc1NSA0NC40MzNhMzUuMTYxIDM1LjE2MSAwIDAgMCA0Mi4xNDYtMzQuNTZWMTQyLjA4OWEzNS4yMjIgMzUuMjIyIDAgMCAwLTM1Ljc2NC0zNS4yODJaIi8+PC9zdmc+",
|
|
1288
|
-
disabled: !0
|
|
1293
|
+
disabled: !0,
|
|
1294
|
+
alt: "Coming Soon"
|
|
1289
1295
|
},
|
|
1290
1296
|
{
|
|
1291
|
-
label: "Segment
|
|
1297
|
+
label: "Segment",
|
|
1292
1298
|
value: "segment",
|
|
1293
1299
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjk3ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI2NSI+PHBhdGggZmlsbD0iIzRGQjU4QiIgZD0ibTIzMy41NiAxNDEuOTI3bC4xNy4wMTNsMTcuODkyIDEuODdhNC45MjcgNC45MjcgMCAwIDEgMy4yMjUgMS43MDdsLjEzMy4xNjNsLS4xNy4wODVhNC45MyA0LjkzIDAgMCAxIDEuMDIgMy43NGExMzMuMjcyIDEzMy4yNzIgMCAwIDEtNDEuNjA0IDgxLjA4M2ExMjguODYgMTI4Ljg2IDAgMCAxLTg3LjYyOSAzNC4zOGExMjcuNDg4IDEyNy40ODggMCAwIDEtNDYuMTU2LTguNTdsLS44MDItLjMxMmE0LjcxNiA0LjcxNiAwIDAgMS0yLjY4Ni0yLjUzM2wtLjA3Ny0uMTg3YTQuODkxIDQuODkxIDAgMCAxLS4wODMtMy42Nmw3LjA2Mi0xNy4yM2E0Ljg0NiA0Ljg0NiAwIDAgMSA2LjExOC0yLjc5OWwuMTYzLjA2YzM2LjA5NyAxMy45MzkgNzYuOTggNi4wODkgMTA1LjM0OS0yMC4yMjdhMTA0LjQ1NSAxMDQuNDU1IDAgMCAwIDMyLjg5MS02My4zMmE0LjkzIDQuOTMgMCAwIDEgNS4wMTMtNC4yN2wuMTcuMDA3Wm0tMTkwLjA4IDY0LjMxbC4yNTEtLjAwMmwuMjUzLjAwMmM4LjEyLjA5MyAxNC42NTggNi42NTkgMTQuNzQ2IDE0Ljc0OXYuMjUzYzAgLjA4NCAwIC4xNjgtLjAwMi4yNTJjLS4xNDEgOC4yODQtNi45NyAxNC44ODYtMTUuMjU0IDE0Ljc0NWMtOC4yODQtLjE0MS0xNC44ODUtNi45Ny0xNC43NDUtMTUuMjU0Yy4xMzktOC4xMTUgNi42OTUtMTQuNjE1IDE0Ljc1LTE0Ljc0NVpNNC45MyAxNDcuMDgyaDE0Ni4zMTZhNC45NzMgNC45NzMgMCAwIDEgNC45MjggNC44NDRsLjAwMi4xNzF2MTguMzE2YTQuOTc0IDQuOTc0IDAgMCAxLTQuNzYgNS4wMWwtLjE3LjAwNUg0LjkzQTQuOTc1IDQuOTc1IDAgMCAxIDAgMTcwLjU4NHYtMTguNjU5YTQuOTc1IDQuOTc1IDAgMCAxIDQuNzU1LTQuODM4bC4xNzUtLjAwNVpNMTY5LjU2IDcuMzExYTQuOTc0IDQuOTc0IDAgMCAxIDIuODQ4IDIuNjM1YTUuMDk2IDUuMDk2IDAgMCAxIDAgMy44NjdsLTYuMzc1IDE2Ljk5OWE0Ljg0NSA0Ljg0NSAwIDAgMS02LjE2MiAyLjk3NEExMDEuMjI4IDEwMS4yMjggMCAwIDAgNjIuMTMgNTEuMjUyYTEwNS4yNjcgMTA1LjI2NyAwIDAgMC0zNC41MDcgNTQuOTlhNC45MyA0LjkzIDAgMCAxLTQuNzYgMy42OThoLTEuMTA1TDQuMjUgMTA1LjczM2E0Ljg4NiA0Ljg4NiAwIDAgMS0zLjEwMy0yLjI5NWgtLjA4NUE0LjkyOSA0LjkyOSAwIDAgMSAuNTEgOTkuNTdhMTMzLjM5MyAxMzMuMzkzIDAgMCAxIDQ0LjQxLTcwLjIwNEM3OS43MzkuNyAxMjcuMDE5LTcuNjY2IDE2OS41NiA3LjMxMVptLTY0LjgwNyA3My40MzRIMjUxLjA3YTQuOTcyIDQuOTcyIDAgMCAxIDQuOTIyIDQuNjdsLjAwOC4xNzR2MTguMzE3YTQuOTczIDQuOTczIDAgMCAxLTQuNzYgNS4wMWwtLjE3LjAwNUgxMDQuNzU0YTQuOTcyIDQuOTcyIDAgMCAxLTQuODg2LTQuODQybC0uMDAyLS4xNzNWODUuNzU5YTQuOTcyIDQuOTcyIDAgMCAxIDQuNzE1LTUuMDA4bC4xNzMtLjAwNlptMTAxLjU3Mi01NS44ODNsLjI1Mi0uMDAybC4yNTMuMDAyYzguMTIuMDkzIDE0LjY1OCA2LjY1OSAxNC43NDYgMTQuNzQ4di4yNTNjMCAuMDg1IDAgLjE3LS4wMDIuMjUzYy0uMTQgOC4yODQtNi45NyAxNC44ODUtMTUuMjU0IDE0Ljc0NGMtOC4yODQtLjE0LTE0Ljg4NS02Ljk3LTE0Ljc0NC0xNS4yNTNjLjEzOC04LjExNiA2LjY5NC0xNC42MTYgMTQuNzQ5LTE0Ljc0NVoiLz48L3N2Zz4=",
|
|
1294
|
-
disabled: !0
|
|
1300
|
+
disabled: !0,
|
|
1301
|
+
alt: "Coming Soon"
|
|
1295
1302
|
}
|
|
1296
1303
|
]
|
|
1297
|
-
},
|
|
1304
|
+
}, Li = {
|
|
1298
1305
|
disabled: !0,
|
|
1299
1306
|
label: "Hosting",
|
|
1300
1307
|
features: [
|
|
@@ -1303,19 +1310,21 @@ const gi = {
|
|
|
1303
1310
|
selected: !0
|
|
1304
1311
|
},
|
|
1305
1312
|
{
|
|
1306
|
-
label: "Vercel
|
|
1313
|
+
label: "Vercel",
|
|
1307
1314
|
value: "vercel",
|
|
1308
1315
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjE2ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDIyMiI+PHBhdGggZD0ibTEyOCAwbDEyOCAyMjEuNzA1SDB6Ii8+PC9zdmc+",
|
|
1309
|
-
disabled: !0
|
|
1316
|
+
disabled: !0,
|
|
1317
|
+
alt: "Coming Soon"
|
|
1310
1318
|
},
|
|
1311
1319
|
{
|
|
1312
|
-
label: "Netlify
|
|
1320
|
+
label: "Netlify",
|
|
1313
1321
|
value: "netlify",
|
|
1314
1322
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjE0ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDIyNiI+PHBhdGggZmlsbD0iIzA1QkRCQSIgZD0iTTY5LjE4MSAxODguMDg3aC0yLjQxN2wtMTIuMDY1LTEyLjA2NXYtMi40MTdsMTguNDQ0LTE4LjQ0NGgxMi43NzhsMS43MDQgMS43MDR2MTIuNzc4ek01NC42OTkgNTEuNjI4di0yLjQxN2wxMi4wNjUtMTIuMDY1aDIuNDE3TDg3LjYyNSA1NS41OXYxMi43NzhsLTEuNzA0IDEuNzA0SDczLjE0M3oiLz48cGF0aCBmaWxsPSIjMDE0ODQ3IiBkPSJNMTYwLjkwNiAxNDkuMTk4aC0xNy41NTJsLTEuNDY2LTEuNDY2di00MS4wODljMC03LjMxLTIuODczLTEyLjk3Ni0xMS42ODktMTMuMTc0Yy00LjUzNy0uMTE5LTkuNzI3IDAtMTUuMjc0LjIxOGwtLjgzMy44NTJ2NTMuMTczbC0xLjQ2NiAxLjQ2Nkg5NS4wNzRsLTEuNDY2LTEuNDY2di03MC4xOWwxLjQ2Ni0xLjQ2N2gzOS41MDNjMTUuMzU0IDAgMjcuNzk1IDEyLjQ0MSAyNy43OTUgMjcuNzk1djQzLjg4MmwtMS40NjYgMS40NjZaIi8+PHBhdGggZmlsbD0iIzA1QkRCQSIgZD0iTTcxLjY3NyAxMjIuODg5SDEuNDY2TDAgMTIxLjQyM1YxMDMuODNsMS40NjYtMS40NjZoNzAuMjExbDEuNDY2IDEuNDY2djE3LjU5M3ptMTgyLjg1NyAwaC03MC4yMTFsLTEuNDY2LTEuNDY2VjEwMy44M2wxLjQ2Ni0xLjQ2Nmg3MC4yMTFMMjU2IDEwMy44M3YxNy41OTN6TTExNy44NzYgNTQuMTI0VjEuNDY2TDExOS4zNDIgMGgxNy41OTNsMS40NjYgMS40NjZ2NTIuNjU4bC0xLjQ2NiAxLjQ2NmgtMTcuNTkzem0wIDE2OS42NjN2LTUyLjY1OGwxLjQ2Ni0xLjQ2NmgxNy41OTNsMS40NjYgMS40NjZ2NTIuNjU4bC0xLjQ2NiAxLjQ2NWgtMTcuNTkzeiIvPjwvc3ZnPg==",
|
|
1315
|
-
disabled: !0
|
|
1323
|
+
disabled: !0,
|
|
1324
|
+
alt: "Coming Soon"
|
|
1316
1325
|
}
|
|
1317
1326
|
]
|
|
1318
|
-
},
|
|
1327
|
+
}, Ti = {
|
|
1319
1328
|
disabled: !0,
|
|
1320
1329
|
label: "Error tracking",
|
|
1321
1330
|
features: [
|
|
@@ -1324,36 +1333,38 @@ const gi = {
|
|
|
1324
1333
|
selected: !0
|
|
1325
1334
|
},
|
|
1326
1335
|
{
|
|
1327
|
-
label: "Sentry
|
|
1336
|
+
label: "Sentry",
|
|
1328
1337
|
value: "sentry",
|
|
1329
1338
|
image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjEzZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDIyNyI+PHBhdGggZmlsbD0iIzM2MkQ1OSIgZD0iTTE0OC4zNjggMTIuNDAzYTIzLjkzNSAyMy45MzUgMCAwIDAtNDEuMDAzIDBMNzMuNjQgNzAuMTY1YzUyLjQyNiAyNi4xNzQgODcuMDUgNzguMTc3IDkwLjk3NSAxMzYuNjQyaC0yMy42NzljLTMuOTE4LTUwLjExMy0zNC4wNjEtOTQuNDEtNzkuMjM4LTExNi40NDhsLTMxLjIxMyA1My45N2E4MS41OTUgODEuNTk1IDAgMCAxIDQ3LjMwNyA2Mi4zNzVoLTU0LjM4YTMuODk1IDMuODk1IDAgMCAxLTMuMTc4LTUuNjlsMTUuMDY5LTI1LjYyNmE1NS4wNDYgNTUuMDQ2IDAgMCAwLTE3LjIyMS05LjczOEwzLjE2NyAxOTEuMjc3YTIzLjI2OSAyMy4yNjkgMCAwIDAgOC42NjIgMzEuOTgyYTIzLjg4NCAyMy44ODQgMCAwIDAgMTEuNTgzIDMuMDc1aDc0LjQ3MWE5OS40MzIgOTkuNDMyIDAgMCAwLTQxLjAwMy04OC43MmwxMS44NC0yMC41YzM1LjY3OSAyNC41MDQgNTUuNzU0IDY2LjAzOCA1Mi43OSAxMDkuMjJoNjMuMDk0YzIuOTktNjUuNDMtMjkuMDQ3LTEyNy41MTItODQuMTA3LTE2Mi45ODZsMjMuOTM1LTQxLjAwMmEzLjk0NyAzLjk0NyAwIDAgMSA1LjM4Mi0xLjM4NGMyLjcxNiAxLjQ4NiAxMDMuOTkzIDE3OC4yMDggMTA1Ljg5IDE4MC4yNThhMy44OTUgMy44OTUgMCAwIDEtMy40ODYgNS43OTJoLTI0LjM5NmMuMzA3IDYuNTI2LjMwNyAxMy4wMzUgMCAxOS41MjhoMjQuNDk5QTIzLjUyOCAyMy41MjggMCAwIDAgMjU2IDIwMi45MWEyMy4wMTUgMjMuMDE1IDAgMCAwLTMuMTc4LTExLjY4NUwxNDguMzY4IDEyLjQwM1oiLz48L3N2Zz4=",
|
|
1330
|
-
disabled: !0
|
|
1339
|
+
disabled: !0,
|
|
1340
|
+
alt: "Coming Soon"
|
|
1331
1341
|
},
|
|
1332
1342
|
{
|
|
1333
|
-
label: "Logrocket
|
|
1343
|
+
label: "Logrocket",
|
|
1334
1344
|
value: "logrocket",
|
|
1335
1345
|
image: "",
|
|
1336
|
-
disabled: !0
|
|
1346
|
+
disabled: !0,
|
|
1347
|
+
alt: "Coming Soon"
|
|
1337
1348
|
}
|
|
1338
1349
|
]
|
|
1339
|
-
},
|
|
1340
|
-
framework:
|
|
1341
|
-
auth:
|
|
1342
|
-
rpc:
|
|
1343
|
-
server:
|
|
1344
|
-
uikit:
|
|
1345
|
-
db:
|
|
1346
|
-
analytics:
|
|
1347
|
-
hosting:
|
|
1348
|
-
error:
|
|
1350
|
+
}, St = {
|
|
1351
|
+
framework: Ni,
|
|
1352
|
+
auth: ji,
|
|
1353
|
+
rpc: Ii,
|
|
1354
|
+
server: yi,
|
|
1355
|
+
uikit: Di,
|
|
1356
|
+
db: bi,
|
|
1357
|
+
analytics: wi,
|
|
1358
|
+
hosting: Li,
|
|
1359
|
+
error: Ti
|
|
1349
1360
|
};
|
|
1350
|
-
function
|
|
1361
|
+
function Vt(t, e) {
|
|
1351
1362
|
return Object.keys(t).reduce(function(i, r) {
|
|
1352
1363
|
return e(t, r) && (i[r] = t[r]), i;
|
|
1353
1364
|
}, {});
|
|
1354
1365
|
}
|
|
1355
|
-
function
|
|
1356
|
-
const [t, e] =
|
|
1366
|
+
function xi() {
|
|
1367
|
+
const [t, e] = di(St), i = T(() => Vt(t, (a, u) => !!a[u].inview)), r = T(() => Vt(t, (a, u) => !a[u].inview));
|
|
1357
1368
|
function o(a) {
|
|
1358
1369
|
e(a, "inview", (u) => !u);
|
|
1359
1370
|
}
|
|
@@ -1362,18 +1373,18 @@ function Li() {
|
|
|
1362
1373
|
var f;
|
|
1363
1374
|
return {
|
|
1364
1375
|
...d,
|
|
1365
|
-
selected: u ? u === d.value : (f =
|
|
1376
|
+
selected: u ? u === d.value : (f = St[a].features.find((p) => p.value === d.value)) == null ? void 0 : f.selected
|
|
1366
1377
|
};
|
|
1367
1378
|
}));
|
|
1368
1379
|
}
|
|
1369
|
-
const
|
|
1380
|
+
const l = T(() => Object.assign({}, ...Object.entries(i()).map(([a, u]) => {
|
|
1370
1381
|
var g;
|
|
1371
1382
|
return {
|
|
1372
1383
|
[a]: (g = u.features.find((d) => d.selected)) == null ? void 0 : g.value
|
|
1373
1384
|
};
|
|
1374
|
-
}))), [
|
|
1385
|
+
}))), [n, c] = F(0);
|
|
1375
1386
|
function s(a) {
|
|
1376
|
-
|
|
1387
|
+
ee(() => {
|
|
1377
1388
|
Object.keys(t).forEach((u) => {
|
|
1378
1389
|
e(u, "inview", a.includes(u));
|
|
1379
1390
|
}), c(1);
|
|
@@ -1384,59 +1395,59 @@ function Li() {
|
|
|
1384
1395
|
drawerFeatures: r,
|
|
1385
1396
|
moveFeature: o,
|
|
1386
1397
|
selectFeature: M,
|
|
1387
|
-
featuresValues:
|
|
1398
|
+
featuresValues: l,
|
|
1388
1399
|
currentFeatures: t,
|
|
1389
|
-
getBottomPanel:
|
|
1400
|
+
getBottomPanel: n,
|
|
1390
1401
|
setBottomPanel: c,
|
|
1391
1402
|
selectPreset: s
|
|
1392
1403
|
};
|
|
1393
1404
|
}
|
|
1394
|
-
const
|
|
1395
|
-
function
|
|
1396
|
-
const e =
|
|
1397
|
-
return
|
|
1405
|
+
const Lt = Ce(void 0);
|
|
1406
|
+
function Ai(t) {
|
|
1407
|
+
const e = xi();
|
|
1408
|
+
return x(Lt.Provider, {
|
|
1398
1409
|
value: e,
|
|
1399
1410
|
get children() {
|
|
1400
1411
|
return t.children;
|
|
1401
1412
|
}
|
|
1402
1413
|
});
|
|
1403
1414
|
}
|
|
1404
|
-
function
|
|
1415
|
+
function zi(t, e) {
|
|
1405
1416
|
const i = e();
|
|
1406
1417
|
i && (t.setAttribute("data-flip-name", i), t.style.viewTransitionName = i);
|
|
1407
1418
|
}
|
|
1408
|
-
function
|
|
1419
|
+
function de(t) {
|
|
1409
1420
|
var e, i, r = "";
|
|
1410
1421
|
if (typeof t == "string" || typeof t == "number")
|
|
1411
1422
|
r += t;
|
|
1412
1423
|
else if (typeof t == "object")
|
|
1413
1424
|
if (Array.isArray(t))
|
|
1414
1425
|
for (e = 0; e < t.length; e++)
|
|
1415
|
-
t[e] && (i =
|
|
1426
|
+
t[e] && (i = de(t[e])) && (r && (r += " "), r += i);
|
|
1416
1427
|
else
|
|
1417
1428
|
for (e in t)
|
|
1418
1429
|
t[e] && (r && (r += " "), r += e);
|
|
1419
1430
|
return r;
|
|
1420
1431
|
}
|
|
1421
|
-
function
|
|
1432
|
+
function It() {
|
|
1422
1433
|
for (var t, e, i = 0, r = ""; i < arguments.length; )
|
|
1423
|
-
(t = arguments[i++]) && (e =
|
|
1434
|
+
(t = arguments[i++]) && (e = de(t)) && (r && (r += " "), r += e);
|
|
1424
1435
|
return r;
|
|
1425
1436
|
}
|
|
1426
|
-
const
|
|
1427
|
-
function
|
|
1437
|
+
const hi = /* @__PURE__ */ S('<div><label class="label"><span class="label-text">');
|
|
1438
|
+
function mi(t) {
|
|
1428
1439
|
return (() => {
|
|
1429
|
-
const e =
|
|
1430
|
-
return
|
|
1431
|
-
const M =
|
|
1432
|
-
return M !== o._v$ &&
|
|
1440
|
+
const e = hi(), i = e.firstChild, r = i.firstChild;
|
|
1441
|
+
return it(zi, e, () => t.flipLabel), w(r, () => t.label), w(e, () => t.children, null), m((o) => {
|
|
1442
|
+
const M = It("form-control", t.class), l = t.style;
|
|
1443
|
+
return M !== o._v$ && gt(e, o._v$ = M), o._v$2 = ae(e, l, o._v$2), o;
|
|
1433
1444
|
}, {
|
|
1434
1445
|
_v$: void 0,
|
|
1435
1446
|
_v$2: void 0
|
|
1436
1447
|
}), e;
|
|
1437
1448
|
})();
|
|
1438
1449
|
}
|
|
1439
|
-
const
|
|
1450
|
+
const fi = /* @__PURE__ */ S('<div><div class="inline-flex gap-2" aria-haspopup="listbox" role="combobox" tabindex="-1"></div><div role="listbox" tabindex="-1">'), Jt = /* @__PURE__ */ S('<img class="max-w-5 max-h-4">'), pi = /* @__PURE__ */ S('<div class="inline-flex gap-2" role="option"><div class="inline-flex flex-col gap-0 leading-5"><span>'), Ci = /* @__PURE__ */ S('<span class="text-xs">'), I = {
|
|
1440
1451
|
Close: 0,
|
|
1441
1452
|
CloseSelect: 1,
|
|
1442
1453
|
First: 2,
|
|
@@ -1449,10 +1460,10 @@ const hi = /* @__PURE__ */ Y('<div><div class="inline-flex gap-2" aria-haspopup=
|
|
|
1449
1460
|
Select: 9,
|
|
1450
1461
|
Type: 10
|
|
1451
1462
|
};
|
|
1452
|
-
function
|
|
1463
|
+
function Ht(t = [], e, i = []) {
|
|
1453
1464
|
return t.filter((r) => r.toLowerCase().indexOf(e.toLowerCase()) === 0 && i.indexOf(r) < 0);
|
|
1454
1465
|
}
|
|
1455
|
-
function
|
|
1466
|
+
function Ei(t, e) {
|
|
1456
1467
|
const {
|
|
1457
1468
|
key: i,
|
|
1458
1469
|
altKey: r,
|
|
@@ -1484,17 +1495,17 @@ function fi(t, e) {
|
|
|
1484
1495
|
return I.CloseSelect;
|
|
1485
1496
|
}
|
|
1486
1497
|
}
|
|
1487
|
-
function
|
|
1488
|
-
const r = [...t.slice(i), ...t.slice(0, i)], o =
|
|
1498
|
+
function Si(t, e, i = 0) {
|
|
1499
|
+
const r = [...t.slice(i), ...t.slice(0, i)], o = Ht(r, e)[0], M = (l) => l.every((n) => n === l[0]);
|
|
1489
1500
|
if (o)
|
|
1490
1501
|
return t.indexOf(o);
|
|
1491
1502
|
if (M(e.split(""))) {
|
|
1492
|
-
const
|
|
1493
|
-
return t.indexOf(
|
|
1503
|
+
const l = Ht(r, e[0]);
|
|
1504
|
+
return t.indexOf(l[0]);
|
|
1494
1505
|
} else
|
|
1495
1506
|
return -1;
|
|
1496
1507
|
}
|
|
1497
|
-
function
|
|
1508
|
+
function Oi(t, e, i) {
|
|
1498
1509
|
switch (i) {
|
|
1499
1510
|
case I.First:
|
|
1500
1511
|
return 0;
|
|
@@ -1512,71 +1523,71 @@ function Ci(t, e, i) {
|
|
|
1512
1523
|
return t;
|
|
1513
1524
|
}
|
|
1514
1525
|
}
|
|
1515
|
-
function
|
|
1526
|
+
function Ft(t) {
|
|
1516
1527
|
const e = t.getBoundingClientRect();
|
|
1517
1528
|
return e.top >= 0 && e.left >= 0 && e.bottom <= (window.innerHeight || document.documentElement.clientHeight) && e.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
1518
1529
|
}
|
|
1519
|
-
function
|
|
1530
|
+
function vi(t) {
|
|
1520
1531
|
return t && t.clientHeight < t.scrollHeight;
|
|
1521
1532
|
}
|
|
1522
|
-
function
|
|
1533
|
+
function ki(t, e) {
|
|
1523
1534
|
const {
|
|
1524
1535
|
offsetHeight: i,
|
|
1525
1536
|
offsetTop: r
|
|
1526
1537
|
} = t, {
|
|
1527
1538
|
offsetHeight: o,
|
|
1528
1539
|
scrollTop: M
|
|
1529
|
-
} = e,
|
|
1530
|
-
|
|
1540
|
+
} = e, l = r < M, n = r + i > M + o;
|
|
1541
|
+
l ? e.scrollTo(0, r) : n && e.scrollTo(0, r - o + i);
|
|
1531
1542
|
}
|
|
1532
|
-
function
|
|
1543
|
+
function Yi(t) {
|
|
1533
1544
|
let e, i, r;
|
|
1534
|
-
const [o, M] =
|
|
1545
|
+
const [o, M] = F(0), [l, n] = F(0), [c, s] = F(!1);
|
|
1535
1546
|
let a = "", u = null, g = !1;
|
|
1536
|
-
const [d, f] =
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
}),
|
|
1547
|
+
const [d, f] = We(t, ["options", "class", "onChange"]), p = T(() => t.options.map((N, D) => N.disabled ? -1 : D).filter((N) => N !== -1)), O = T(() => t.options[l()]);
|
|
1548
|
+
pe(() => {
|
|
1549
|
+
n(0);
|
|
1550
|
+
}), te(fe(l, (N) => {
|
|
1540
1551
|
var D;
|
|
1541
1552
|
(D = t.onChange) == null || D.call(t, t.options[N].value);
|
|
1542
1553
|
}));
|
|
1543
|
-
const
|
|
1554
|
+
const U = me(o);
|
|
1544
1555
|
function v(N) {
|
|
1545
|
-
t.options[N].disabled || (E(N),
|
|
1556
|
+
t.options[N].disabled || (E(N), n(N)), C(!1);
|
|
1546
1557
|
}
|
|
1547
|
-
function
|
|
1558
|
+
function k() {
|
|
1548
1559
|
g = !0;
|
|
1549
1560
|
}
|
|
1550
1561
|
function E(N) {
|
|
1551
1562
|
M(p()[N]);
|
|
1552
1563
|
const D = e.querySelectorAll("[role=option]");
|
|
1553
|
-
|
|
1564
|
+
vi(r) && ki(D[N], r), Ft(D[N]) || D[N].scrollIntoView({
|
|
1554
1565
|
behavior: "smooth",
|
|
1555
1566
|
block: "nearest"
|
|
1556
1567
|
});
|
|
1557
1568
|
}
|
|
1558
1569
|
function C(N, D = !0) {
|
|
1559
|
-
c() !== N && (s(N), !N && !
|
|
1570
|
+
c() !== N && (s(N), !N && !Ft(i) && i.scrollIntoView({
|
|
1560
1571
|
behavior: "smooth",
|
|
1561
1572
|
block: "nearest"
|
|
1562
1573
|
}), D && e.focus());
|
|
1563
1574
|
}
|
|
1564
|
-
function
|
|
1575
|
+
function Tt() {
|
|
1565
1576
|
if (g) {
|
|
1566
1577
|
g = !1;
|
|
1567
1578
|
return;
|
|
1568
1579
|
}
|
|
1569
|
-
c() && (
|
|
1580
|
+
c() && (n(o()), C(!1, !1));
|
|
1570
1581
|
}
|
|
1571
|
-
function
|
|
1582
|
+
function Ne() {
|
|
1572
1583
|
t.disabled || C(!c());
|
|
1573
1584
|
}
|
|
1574
|
-
function
|
|
1585
|
+
function je(N) {
|
|
1575
1586
|
if (t.disabled)
|
|
1576
1587
|
return;
|
|
1577
1588
|
const {
|
|
1578
1589
|
key: D
|
|
1579
|
-
} = N,
|
|
1590
|
+
} = N, P = p().length - 1, j = Ei(N, c());
|
|
1580
1591
|
switch (j) {
|
|
1581
1592
|
case I.Last:
|
|
1582
1593
|
case I.First:
|
|
@@ -1585,86 +1596,92 @@ function vi(t) {
|
|
|
1585
1596
|
case I.Previous:
|
|
1586
1597
|
case I.PageUp:
|
|
1587
1598
|
case I.PageDown:
|
|
1588
|
-
return N.preventDefault(), E(
|
|
1599
|
+
return N.preventDefault(), E(Oi(p().findIndex(U), P, j));
|
|
1589
1600
|
case I.CloseSelect:
|
|
1590
|
-
N.preventDefault(),
|
|
1601
|
+
N.preventDefault(), n(o());
|
|
1591
1602
|
case I.Close:
|
|
1592
1603
|
return N.preventDefault(), C(!1);
|
|
1593
1604
|
case I.Type:
|
|
1594
|
-
return
|
|
1605
|
+
return Ie(D);
|
|
1595
1606
|
case I.Open:
|
|
1596
1607
|
return N.preventDefault(), C(!0);
|
|
1597
1608
|
}
|
|
1598
1609
|
}
|
|
1599
|
-
function
|
|
1610
|
+
function Ie(N) {
|
|
1600
1611
|
C(!0);
|
|
1601
|
-
const D =
|
|
1602
|
-
|
|
1612
|
+
const D = ye(N), P = Si(t.options.map((j) => j.label), D, o() + 1);
|
|
1613
|
+
P >= 0 ? E(P) : (clearTimeout(u), a = "");
|
|
1603
1614
|
}
|
|
1604
|
-
function
|
|
1615
|
+
function ye(N) {
|
|
1605
1616
|
return typeof u == "number" && clearTimeout(u), u = setTimeout(() => {
|
|
1606
1617
|
a = "";
|
|
1607
1618
|
}, 500), a += N, a;
|
|
1608
1619
|
}
|
|
1609
1620
|
return (() => {
|
|
1610
|
-
const N =
|
|
1611
|
-
return
|
|
1621
|
+
const N = fi(), D = N.firstChild, P = D.nextSibling;
|
|
1622
|
+
return it((j) => e = j, N), ti(N, Ze(f, {
|
|
1612
1623
|
get "aria-disabled"() {
|
|
1613
1624
|
return t.disabled;
|
|
1614
1625
|
},
|
|
1615
1626
|
get class() {
|
|
1616
|
-
return
|
|
1627
|
+
return It("listbox", d.class);
|
|
1617
1628
|
},
|
|
1618
1629
|
get tabIndex() {
|
|
1619
1630
|
return t.disabled ? -1 : 0;
|
|
1620
1631
|
},
|
|
1621
|
-
onBlur:
|
|
1622
|
-
onClick:
|
|
1623
|
-
onKeyDown:
|
|
1624
|
-
}), !1, !0),
|
|
1625
|
-
const j =
|
|
1632
|
+
onBlur: Tt,
|
|
1633
|
+
onClick: Ne,
|
|
1634
|
+
onKeyDown: je
|
|
1635
|
+
}), !1, !0), it((j) => i = j, D), w(D, (() => {
|
|
1636
|
+
const j = T(() => !!O().image);
|
|
1626
1637
|
return () => j() && (() => {
|
|
1627
|
-
const
|
|
1628
|
-
return
|
|
1629
|
-
const
|
|
1630
|
-
return
|
|
1638
|
+
const Z = Jt();
|
|
1639
|
+
return m((L) => {
|
|
1640
|
+
const R = O().image, H = `${O().value} logo`;
|
|
1641
|
+
return R !== L._v$6 && h(Z, "src", L._v$6 = R), H !== L._v$7 && h(Z, "alt", L._v$7 = H), L;
|
|
1631
1642
|
}, {
|
|
1632
1643
|
_v$6: void 0,
|
|
1633
1644
|
_v$7: void 0
|
|
1634
|
-
}),
|
|
1645
|
+
}), Z;
|
|
1635
1646
|
})();
|
|
1636
|
-
})(), null), w(D, () =>
|
|
1647
|
+
})(), null), w(D, () => O().label, null), it((j) => r = j, P), w(P, x(ne, {
|
|
1637
1648
|
get each() {
|
|
1638
1649
|
return t.options;
|
|
1639
1650
|
},
|
|
1640
|
-
children: (j,
|
|
1641
|
-
const L =
|
|
1642
|
-
return L.$$mousedown =
|
|
1643
|
-
|
|
1651
|
+
children: (j, Z) => (() => {
|
|
1652
|
+
const L = pi(), R = L.firstChild, H = R.firstChild;
|
|
1653
|
+
return L.$$mousedown = k, L.$$click = (z) => {
|
|
1654
|
+
z.stopPropagation(), v(Z());
|
|
1644
1655
|
}, w(L, (() => {
|
|
1645
|
-
const
|
|
1646
|
-
return () =>
|
|
1647
|
-
const
|
|
1648
|
-
return
|
|
1649
|
-
const
|
|
1650
|
-
return
|
|
1656
|
+
const z = T(() => !!j.image);
|
|
1657
|
+
return () => z() && (() => {
|
|
1658
|
+
const B = Jt();
|
|
1659
|
+
return m((J) => {
|
|
1660
|
+
const tt = j.image, Qt = `${j.value} logo`;
|
|
1661
|
+
return tt !== J._v$11 && h(B, "src", J._v$11 = tt), Qt !== J._v$12 && h(B, "alt", J._v$12 = Qt), J;
|
|
1651
1662
|
}, {
|
|
1652
1663
|
_v$11: void 0,
|
|
1653
1664
|
_v$12: void 0
|
|
1654
|
-
}),
|
|
1665
|
+
}), B;
|
|
1666
|
+
})();
|
|
1667
|
+
})(), R), w(H, () => j.label), w(R, (() => {
|
|
1668
|
+
const z = T(() => !!j.alt);
|
|
1669
|
+
return () => z() && (() => {
|
|
1670
|
+
const B = Ci();
|
|
1671
|
+
return w(B, () => j.alt), B;
|
|
1655
1672
|
})();
|
|
1656
|
-
})(), null),
|
|
1657
|
-
const
|
|
1658
|
-
return
|
|
1673
|
+
})(), null), m((z) => {
|
|
1674
|
+
const B = `listboxitem-${t.id}-${Z()}`, J = U(Z()), tt = j.disabled;
|
|
1675
|
+
return B !== z._v$8 && h(L, "id", z._v$8 = B), J !== z._v$9 && h(L, "aria-selected", z._v$9 = J), tt !== z._v$10 && h(L, "aria-disabled", z._v$10 = tt), z;
|
|
1659
1676
|
}, {
|
|
1660
1677
|
_v$8: void 0,
|
|
1661
1678
|
_v$9: void 0,
|
|
1662
1679
|
_v$10: void 0
|
|
1663
1680
|
}), L;
|
|
1664
1681
|
})()
|
|
1665
|
-
})),
|
|
1666
|
-
const
|
|
1667
|
-
return
|
|
1682
|
+
})), m((j) => {
|
|
1683
|
+
const Z = `listbox-${t.id}`, L = c(), R = `combo-${t.id}`, H = `listbox-${t.id}`, z = `listboxitem-${t.id}-${o()}`;
|
|
1684
|
+
return Z !== j._v$ && h(D, "aria-controls", j._v$ = Z), L !== j._v$2 && h(D, "aria-expanded", j._v$2 = L), R !== j._v$3 && h(D, "id", j._v$3 = R), H !== j._v$4 && h(P, "id", j._v$4 = H), z !== j._v$5 && h(P, "aria-activedescendant", j._v$5 = z), j;
|
|
1668
1685
|
}, {
|
|
1669
1686
|
_v$: void 0,
|
|
1670
1687
|
_v$2: void 0,
|
|
@@ -1674,28 +1691,28 @@ function vi(t) {
|
|
|
1674
1691
|
}), N;
|
|
1675
1692
|
})();
|
|
1676
1693
|
}
|
|
1677
|
-
|
|
1678
|
-
const
|
|
1679
|
-
function
|
|
1694
|
+
wt(["click", "mousedown"]);
|
|
1695
|
+
const Qi = /* @__PURE__ */ S('<div class="grid grid-cols-[repeat(auto-fit,_minmax(14rem,_1fr))] gap-4 px-4 box-border w-full relative guy"><span class="absolute -top-2 right-4 link link-hover opacity-80 hover:opacity-100 z-30">← presets'), Ui = /* @__PURE__ */ S('<div class="join group w-full"><div class="join-item flex justify-center items-center px-2 border-2 border-r-0 border-solid bg-base-100"><input type="checkbox" class="checkbox rounded bg-base-100">');
|
|
1696
|
+
function Zi() {
|
|
1680
1697
|
const {
|
|
1681
1698
|
currentFeatures: t,
|
|
1682
1699
|
selectFeature: e,
|
|
1683
1700
|
moveFeature: i,
|
|
1684
1701
|
setBottomPanel: r
|
|
1685
|
-
} =
|
|
1702
|
+
} = vt(Lt), o = T(() => Object.keys(t));
|
|
1686
1703
|
return (() => {
|
|
1687
|
-
const M =
|
|
1688
|
-
return
|
|
1704
|
+
const M = Qi(), l = M.firstChild;
|
|
1705
|
+
return l.$$click = () => r(0), w(M, x(ne, {
|
|
1689
1706
|
get each() {
|
|
1690
1707
|
return o();
|
|
1691
1708
|
},
|
|
1692
|
-
children: (
|
|
1693
|
-
const s = t[
|
|
1694
|
-
return
|
|
1709
|
+
children: (n, c) => {
|
|
1710
|
+
const s = t[n];
|
|
1711
|
+
return x(mi, {
|
|
1695
1712
|
get label() {
|
|
1696
1713
|
return s.label;
|
|
1697
1714
|
},
|
|
1698
|
-
flipLabel:
|
|
1715
|
+
flipLabel: n,
|
|
1699
1716
|
class: "w-full sm:w-auto",
|
|
1700
1717
|
get style() {
|
|
1701
1718
|
return {
|
|
@@ -1703,9 +1720,9 @@ function Yi() {
|
|
|
1703
1720
|
};
|
|
1704
1721
|
},
|
|
1705
1722
|
get children() {
|
|
1706
|
-
const a =
|
|
1707
|
-
return g.addEventListener("change", () => i(
|
|
1708
|
-
id:
|
|
1723
|
+
const a = Ui(), u = a.firstChild, g = u.firstChild;
|
|
1724
|
+
return g.addEventListener("change", () => i(n)), w(a, x(Yi, {
|
|
1725
|
+
id: n,
|
|
1709
1726
|
class: "text-xs join-item border-l-0 pl-1 w-full",
|
|
1710
1727
|
get disabled() {
|
|
1711
1728
|
return s.disabled;
|
|
@@ -1716,31 +1733,31 @@ function Yi() {
|
|
|
1716
1733
|
"listbox-success": !!s.inview
|
|
1717
1734
|
};
|
|
1718
1735
|
},
|
|
1719
|
-
onChange: (d) => e(
|
|
1736
|
+
onChange: (d) => e(n, d || void 0),
|
|
1720
1737
|
get options() {
|
|
1721
1738
|
return s.features;
|
|
1722
1739
|
}
|
|
1723
|
-
}), null),
|
|
1740
|
+
}), null), m((d) => {
|
|
1724
1741
|
const f = {
|
|
1725
|
-
"border-success": !!s.inview,
|
|
1742
|
+
"border-success/60": !!s.inview,
|
|
1726
1743
|
"border-base-200 bg-base-200 opacity-70": !!s.disabled,
|
|
1727
|
-
"border-primary": !s.inview && !s.disabled
|
|
1728
|
-
}, p = !!s.inview,
|
|
1729
|
-
return d._v$ =
|
|
1744
|
+
"border-primary/60": !s.inview && !s.disabled
|
|
1745
|
+
}, p = !!s.inview, O = !s.disabled, U = s.disabled;
|
|
1746
|
+
return d._v$ = Yt(u, f, d._v$), p !== d._v$2 && g.classList.toggle("checkbox-success", d._v$2 = p), O !== d._v$3 && g.classList.toggle("border-solid", d._v$3 = O), U !== d._v$4 && (g.disabled = d._v$4 = U), d;
|
|
1730
1747
|
}, {
|
|
1731
1748
|
_v$: void 0,
|
|
1732
1749
|
_v$2: void 0,
|
|
1733
1750
|
_v$3: void 0,
|
|
1734
1751
|
_v$4: void 0
|
|
1735
|
-
}),
|
|
1752
|
+
}), m(() => g.checked = s.inview), a;
|
|
1736
1753
|
}
|
|
1737
1754
|
});
|
|
1738
1755
|
}
|
|
1739
1756
|
}), null), M;
|
|
1740
1757
|
})();
|
|
1741
1758
|
}
|
|
1742
|
-
|
|
1743
|
-
function
|
|
1759
|
+
wt(["click"]);
|
|
1760
|
+
function Wi(t) {
|
|
1744
1761
|
let e;
|
|
1745
1762
|
async function i() {
|
|
1746
1763
|
clearTimeout(e);
|
|
@@ -1753,20 +1770,20 @@ function Qi(t) {
|
|
|
1753
1770
|
}, 3e3);
|
|
1754
1771
|
}
|
|
1755
1772
|
}
|
|
1756
|
-
t.addEventListener("click", i),
|
|
1773
|
+
t.addEventListener("click", i), Ot(() => t.removeEventListener("click", i));
|
|
1757
1774
|
}
|
|
1758
|
-
const
|
|
1759
|
-
function
|
|
1775
|
+
const Gi = /* @__PURE__ */ S('<button type="button"><div class="card-body"><h2></h2><p class="text-left">'), Pi = /* @__PURE__ */ S('<span class="font-bold">Vike'), Ri = /* @__PURE__ */ S('<span class="font-bold">manually assembling'), Bi = /* @__PURE__ */ S('<div class="w-full px-4 box-border grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-4">');
|
|
1776
|
+
function lt(t) {
|
|
1760
1777
|
const {
|
|
1761
1778
|
selectPreset: e
|
|
1762
|
-
} =
|
|
1779
|
+
} = vt(Lt), i = kt(() => t.children);
|
|
1763
1780
|
return (() => {
|
|
1764
|
-
const r =
|
|
1765
|
-
return r.$$click = () => !t.disabled && e(t.features), w(M, () => t.title), w(
|
|
1766
|
-
const c =
|
|
1781
|
+
const r = Gi(), o = r.firstChild, M = o.firstChild, l = M.nextSibling;
|
|
1782
|
+
return r.$$click = () => !t.disabled && e(t.features), w(M, () => t.title), w(l, i), m((n) => {
|
|
1783
|
+
const c = It("card card-compact border-0 bg-base-100", t.class), s = {
|
|
1767
1784
|
"cursor-default opacity-50": t.disabled
|
|
1768
|
-
}, a =
|
|
1769
|
-
return c !==
|
|
1785
|
+
}, a = It("card-title", t.titleClass);
|
|
1786
|
+
return c !== n._v$ && gt(r, n._v$ = c), n._v$2 = Yt(r, s, n._v$2), a !== n._v$3 && gt(M, n._v$3 = a), n;
|
|
1770
1787
|
}, {
|
|
1771
1788
|
_v$: void 0,
|
|
1772
1789
|
_v$2: void 0,
|
|
@@ -1774,30 +1791,30 @@ function ot(t) {
|
|
|
1774
1791
|
}), r;
|
|
1775
1792
|
})();
|
|
1776
1793
|
}
|
|
1777
|
-
function
|
|
1794
|
+
function Vi() {
|
|
1778
1795
|
return (() => {
|
|
1779
|
-
const t =
|
|
1780
|
-
return w(t,
|
|
1796
|
+
const t = Bi();
|
|
1797
|
+
return w(t, x(lt, {
|
|
1781
1798
|
title: "Plain Vike",
|
|
1782
|
-
class: "hover:outline outline-amber-500 outline-
|
|
1799
|
+
class: "hover:outline outline-amber-500/60 outline-2 outline-offset-2",
|
|
1783
1800
|
titleClass: "underline decoration-amber-500",
|
|
1784
1801
|
features: ["framework"],
|
|
1785
1802
|
get children() {
|
|
1786
|
-
return ["For trying out ",
|
|
1803
|
+
return ["For trying out ", Pi(), ", or", " ", Ri(), " your stack"];
|
|
1787
1804
|
}
|
|
1788
|
-
}), null), w(t,
|
|
1805
|
+
}), null), w(t, x(lt, {
|
|
1789
1806
|
title: "Frontend only",
|
|
1790
|
-
class: "hover:outline outline-sky-500 outline-
|
|
1807
|
+
class: "hover:outline outline-sky-500/60 outline-2 outline-offset-2",
|
|
1791
1808
|
titleClass: "underline decoration-sky-500",
|
|
1792
1809
|
features: ["framework", "uikit"],
|
|
1793
1810
|
children: "If a backend isn't needed, or a backend already exists"
|
|
1794
|
-
}), null), w(t,
|
|
1811
|
+
}), null), w(t, x(lt, {
|
|
1795
1812
|
title: "Full-stack",
|
|
1796
|
-
class: "hover:outline outline-fuchsia-700 outline-
|
|
1813
|
+
class: "hover:outline outline-fuchsia-700/60 outline-2 outline-offset-2",
|
|
1797
1814
|
titleClass: "underline decoration-fuchsia-700",
|
|
1798
1815
|
features: ["framework", "rpc", "auth", "db", "uikit", "server"],
|
|
1799
1816
|
children: "Frontend + Server + Database"
|
|
1800
|
-
}), null), w(t,
|
|
1817
|
+
}), null), w(t, x(lt, {
|
|
1801
1818
|
title: "E-commerce",
|
|
1802
1819
|
features: ["framework"],
|
|
1803
1820
|
disabled: !0,
|
|
@@ -1805,63 +1822,63 @@ function Pi() {
|
|
|
1805
1822
|
}), null), t;
|
|
1806
1823
|
})();
|
|
1807
1824
|
}
|
|
1808
|
-
|
|
1809
|
-
const
|
|
1810
|
-
function
|
|
1825
|
+
wt(["click"]);
|
|
1826
|
+
const Ji = /* @__PURE__ */ S('<div class="flex flex-col bg-base-300 px-4 py-8 rounded-xl shadow-2xl font-sans bati-widget"><div class="px-4 flex"><kbd class="group relative flex-1 justify-start pl-10 tooltip-primary text-left inline-flex tooltip-bottom kbd kbd-lg select-all flex-wrap leading-10 gap-2.5" data-tip="Copied to clipboard!"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right absolute top-2.5 left-2.5 opacity-50"><polyline points="9 18 15 12 9 6"></polyline></svg></kbd></div><div class="divider"></div><div class="w-full flex relative py-1">');
|
|
1827
|
+
function Hi(t) {
|
|
1811
1828
|
const {
|
|
1812
1829
|
featuresValues: e,
|
|
1813
1830
|
getBottomPanel: i
|
|
1814
|
-
} =
|
|
1831
|
+
} = vt(Lt), r = Object.keys(St);
|
|
1815
1832
|
function o() {
|
|
1816
|
-
return r.filter((
|
|
1833
|
+
return r.filter((l) => e()[l]).map((l) => `--${e()[l]}`);
|
|
1817
1834
|
}
|
|
1818
|
-
const M =
|
|
1835
|
+
const M = T(() => ["pnpm", "create", "@batijs/app", ...o(), "my-app"]);
|
|
1819
1836
|
return (() => {
|
|
1820
|
-
const
|
|
1837
|
+
const l = Ji(), n = l.firstChild, c = n.firstChild;
|
|
1821
1838
|
c.firstChild;
|
|
1822
|
-
const s =
|
|
1823
|
-
return
|
|
1839
|
+
const s = n.nextSibling, a = s.nextSibling;
|
|
1840
|
+
return it(Wi, c, () => !0), w(c, () => M().join(" "), null), w(a, x(Pe, {
|
|
1824
1841
|
get children() {
|
|
1825
|
-
return [
|
|
1842
|
+
return [x(Wt, {
|
|
1826
1843
|
get when() {
|
|
1827
1844
|
return i() === 0;
|
|
1828
1845
|
},
|
|
1829
1846
|
get children() {
|
|
1830
|
-
return
|
|
1847
|
+
return x(Vi, {});
|
|
1831
1848
|
}
|
|
1832
|
-
}),
|
|
1849
|
+
}), x(Wt, {
|
|
1833
1850
|
get when() {
|
|
1834
1851
|
return i() === 1;
|
|
1835
1852
|
},
|
|
1836
1853
|
get children() {
|
|
1837
|
-
return
|
|
1854
|
+
return x(Zi, {});
|
|
1838
1855
|
}
|
|
1839
1856
|
})];
|
|
1840
1857
|
}
|
|
1841
|
-
})),
|
|
1858
|
+
})), m((u) => {
|
|
1842
1859
|
const g = t.theme, d = !t.widget;
|
|
1843
|
-
return g !== u._v$ &&
|
|
1860
|
+
return g !== u._v$ && h(l, "data-theme", u._v$ = g), d !== u._v$2 && l.classList.toggle("w-4/5", u._v$2 = d), u;
|
|
1844
1861
|
}, {
|
|
1845
1862
|
_v$: void 0,
|
|
1846
1863
|
_v$2: void 0
|
|
1847
|
-
}),
|
|
1864
|
+
}), l;
|
|
1848
1865
|
})();
|
|
1849
1866
|
}
|
|
1850
|
-
const
|
|
1851
|
-
function
|
|
1852
|
-
return
|
|
1867
|
+
const Fi = /* @__PURE__ */ S("<style>");
|
|
1868
|
+
function $i(t) {
|
|
1869
|
+
return x(Ai, {
|
|
1853
1870
|
get children() {
|
|
1854
1871
|
return [(() => {
|
|
1855
|
-
const e =
|
|
1856
|
-
return w(e,
|
|
1857
|
-
})(),
|
|
1872
|
+
const e = Fi();
|
|
1873
|
+
return w(e, ai), e;
|
|
1874
|
+
})(), T(() => t.children)];
|
|
1858
1875
|
}
|
|
1859
1876
|
});
|
|
1860
1877
|
}
|
|
1861
|
-
function
|
|
1862
|
-
return
|
|
1878
|
+
function _i(t) {
|
|
1879
|
+
return x($i, {
|
|
1863
1880
|
get children() {
|
|
1864
|
-
return
|
|
1881
|
+
return x(Hi, {
|
|
1865
1882
|
widget: !0,
|
|
1866
1883
|
get theme() {
|
|
1867
1884
|
return t.theme;
|
|
@@ -1870,4 +1887,4 @@ function Hi(t) {
|
|
|
1870
1887
|
}
|
|
1871
1888
|
});
|
|
1872
1889
|
}
|
|
1873
|
-
|
|
1890
|
+
ni("bati-widget", { theme: "" }, _i);
|