@bitrise/bitkit-v2 0.3.46 → 0.3.47
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/bitkit-v2.js +216 -183
- package/dist/bitkit-v2.umd.cjs +6 -6
- package/dist/theme/recipes/Separator.recipe.d.ts +22 -0
- package/dist/theme/recipes/index.d.ts +21 -0
- package/package.json +4 -4
package/dist/bitkit-v2.js
CHANGED
|
@@ -3,7 +3,7 @@ import To, { forwardRef as c, useContext as Hl, createContext as Po, useMemo as
|
|
|
3
3
|
function Fo(e) {
|
|
4
4
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
5
5
|
}
|
|
6
|
-
var Qt = { exports: {} },
|
|
6
|
+
var Qt = { exports: {} }, Ot = {};
|
|
7
7
|
/**
|
|
8
8
|
* @license React
|
|
9
9
|
* react-jsx-runtime.production.js
|
|
@@ -15,7 +15,7 @@ var Qt = { exports: {} }, Vt = {};
|
|
|
15
15
|
*/
|
|
16
16
|
var hn;
|
|
17
17
|
function _o() {
|
|
18
|
-
if (hn) return
|
|
18
|
+
if (hn) return Ot;
|
|
19
19
|
hn = 1;
|
|
20
20
|
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
|
|
21
21
|
function l(o, i, a) {
|
|
@@ -33,9 +33,9 @@ function _o() {
|
|
|
33
33
|
props: a
|
|
34
34
|
};
|
|
35
35
|
}
|
|
36
|
-
return
|
|
36
|
+
return Ot.Fragment = t, Ot.jsx = l, Ot.jsxs = l, Ot;
|
|
37
37
|
}
|
|
38
|
-
var
|
|
38
|
+
var jt = {};
|
|
39
39
|
/**
|
|
40
40
|
* @license React
|
|
41
41
|
* react-jsx-runtime.development.js
|
|
@@ -253,7 +253,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
253
253
|
p,
|
|
254
254
|
a
|
|
255
255
|
)(), B = F(o(a)), K = {};
|
|
256
|
-
|
|
256
|
+
jt.Fragment = C, jt.jsx = function(S, N, W) {
|
|
257
257
|
var ee = 1e4 > L.recentlyCreatedOwnerStacks++;
|
|
258
258
|
return g(
|
|
259
259
|
S,
|
|
@@ -263,7 +263,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
263
263
|
ee ? Error("react-stack-top-frame") : ae,
|
|
264
264
|
ee ? F(o(S)) : B
|
|
265
265
|
);
|
|
266
|
-
},
|
|
266
|
+
}, jt.jsxs = function(S, N, W) {
|
|
267
267
|
var ee = 1e4 > L.recentlyCreatedOwnerStacks++;
|
|
268
268
|
return g(
|
|
269
269
|
S,
|
|
@@ -274,7 +274,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
274
274
|
ee ? F(o(S)) : B
|
|
275
275
|
);
|
|
276
276
|
};
|
|
277
|
-
})()),
|
|
277
|
+
})()), jt;
|
|
278
278
|
}
|
|
279
279
|
var un;
|
|
280
280
|
function qo() {
|
|
@@ -352,7 +352,7 @@ function l0(e, t) {
|
|
|
352
352
|
function ge(e, t) {
|
|
353
353
|
return e.charCodeAt(t) | 0;
|
|
354
354
|
}
|
|
355
|
-
function
|
|
355
|
+
function Dt(e, t, l) {
|
|
356
356
|
return e.slice(t, l);
|
|
357
357
|
}
|
|
358
358
|
function je(e) {
|
|
@@ -371,7 +371,7 @@ var A1 = 1, xt = 1, Tl = 0, Ee = 0, he = 0, bt = "";
|
|
|
371
371
|
function V1(e, t, l, o, i, a, s) {
|
|
372
372
|
return { value: e, root: t, parent: l, type: o, props: i, children: a, line: A1, column: xt, length: s, return: "" };
|
|
373
373
|
}
|
|
374
|
-
function
|
|
374
|
+
function Ht(e, t) {
|
|
375
375
|
return Qo(V1("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
376
376
|
}
|
|
377
377
|
function nr() {
|
|
@@ -389,10 +389,10 @@ function Le() {
|
|
|
389
389
|
function s1() {
|
|
390
390
|
return Ee;
|
|
391
391
|
}
|
|
392
|
-
function
|
|
393
|
-
return
|
|
392
|
+
function Ut(e, t) {
|
|
393
|
+
return Dt(bt, e, t);
|
|
394
394
|
}
|
|
395
|
-
function
|
|
395
|
+
function qt(e) {
|
|
396
396
|
switch (e) {
|
|
397
397
|
// \0 \t \n \r \s whitespace token
|
|
398
398
|
case 0:
|
|
@@ -437,17 +437,17 @@ function Fl(e) {
|
|
|
437
437
|
return bt = "", e;
|
|
438
438
|
}
|
|
439
439
|
function c1(e) {
|
|
440
|
-
return Bl(
|
|
440
|
+
return Bl(Ut(Ee - 1, o0(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
441
441
|
}
|
|
442
442
|
function or(e) {
|
|
443
443
|
for (; (he = Le()) && he < 33; )
|
|
444
444
|
Ie();
|
|
445
|
-
return
|
|
445
|
+
return qt(e) > 2 || qt(he) > 3 ? "" : " ";
|
|
446
446
|
}
|
|
447
447
|
function rr(e, t) {
|
|
448
448
|
for (; --t && Ie() && !(he < 48 || he > 102 || he > 57 && he < 65 || he > 70 && he < 97); )
|
|
449
449
|
;
|
|
450
|
-
return
|
|
450
|
+
return Ut(e, s1() + (t < 6 && Le() == 32 && Ie() == 32));
|
|
451
451
|
}
|
|
452
452
|
function o0(e) {
|
|
453
453
|
for (; Ie(); )
|
|
@@ -475,12 +475,12 @@ function ir(e, t) {
|
|
|
475
475
|
for (; Ie() && e + he !== 57; )
|
|
476
476
|
if (e + he === 84 && Le() === 47)
|
|
477
477
|
break;
|
|
478
|
-
return "/*" +
|
|
478
|
+
return "/*" + Ut(t, Ee - 1) + "*" + z1(e === 47 ? e : Ie());
|
|
479
479
|
}
|
|
480
480
|
function ar(e) {
|
|
481
|
-
for (; !
|
|
481
|
+
for (; !qt(Le()); )
|
|
482
482
|
Ie();
|
|
483
|
-
return
|
|
483
|
+
return Ut(e, Ee);
|
|
484
484
|
}
|
|
485
485
|
function sr(e) {
|
|
486
486
|
return Fl(h1("", null, null, null, [""], e = Pl(e), 0, [0], e));
|
|
@@ -593,15 +593,15 @@ function h1(e, t, l, o, i, a, s, d, u) {
|
|
|
593
593
|
}
|
|
594
594
|
function gn(e, t, l, o, i, a, s, d, u, m, g) {
|
|
595
595
|
for (var f = i - 1, v = i === 0 ? a : [""], p = C0(v), E = 0, w = 0, C = 0; E < o; ++E)
|
|
596
|
-
for (var I = 0, b =
|
|
596
|
+
for (var I = 0, b = Dt(e, f + 1, f = Jo(w = s[E])), x = e; I < p; ++I)
|
|
597
597
|
(x = Bl(w > 0 ? v[I] + " " + b : Y(b, /&\f/g, v[I]))) && (u[C++] = x);
|
|
598
598
|
return V1(e, t, l, i === 0 ? E0 : d, u, m, g);
|
|
599
599
|
}
|
|
600
600
|
function cr(e, t, l) {
|
|
601
|
-
return V1(e, t, l, Ll, z1(nr()),
|
|
601
|
+
return V1(e, t, l, Ll, z1(nr()), Dt(e, 2, -2), 0);
|
|
602
602
|
}
|
|
603
603
|
function mn(e, t, l, o) {
|
|
604
|
-
return V1(e, t, l, x0,
|
|
604
|
+
return V1(e, t, l, x0, Dt(e, 0, o), Dt(e, o + 1, -1), o);
|
|
605
605
|
}
|
|
606
606
|
function pt(e, t) {
|
|
607
607
|
for (var l = "", o = C0(e), i = 0; i < o; i++)
|
|
@@ -638,13 +638,13 @@ function ur(e) {
|
|
|
638
638
|
};
|
|
639
639
|
}
|
|
640
640
|
var gr = function(t, l, o) {
|
|
641
|
-
for (var i = 0, a = 0; i = a, a = Le(), i === 38 && a === 12 && (l[o] = 1), !
|
|
641
|
+
for (var i = 0, a = 0; i = a, a = Le(), i === 38 && a === 12 && (l[o] = 1), !qt(a); )
|
|
642
642
|
Ie();
|
|
643
|
-
return
|
|
643
|
+
return Ut(t, Ee);
|
|
644
644
|
}, mr = function(t, l) {
|
|
645
645
|
var o = -1, i = 44;
|
|
646
646
|
do
|
|
647
|
-
switch (
|
|
647
|
+
switch (qt(i)) {
|
|
648
648
|
case 0:
|
|
649
649
|
i === 38 && Le() === 12 && (l[o] = 1), t[o] += gr(Ee - 1, l, o);
|
|
650
650
|
break;
|
|
@@ -833,7 +833,7 @@ var wr = function(t, l, o, i) {
|
|
|
833
833
|
t.return = _l(t.value, t.length);
|
|
834
834
|
break;
|
|
835
835
|
case Nl:
|
|
836
|
-
return pt([
|
|
836
|
+
return pt([Ht(t, {
|
|
837
837
|
value: Y(t.value, "@", "@" + U)
|
|
838
838
|
})], i);
|
|
839
839
|
case E0:
|
|
@@ -842,16 +842,16 @@ var wr = function(t, l, o, i) {
|
|
|
842
842
|
// :read-(only|write)
|
|
843
843
|
case ":read-only":
|
|
844
844
|
case ":read-write":
|
|
845
|
-
return pt([
|
|
845
|
+
return pt([Ht(t, {
|
|
846
846
|
props: [Y(a, /:(read-\w+)/, ":" + E1 + "$1")]
|
|
847
847
|
})], i);
|
|
848
848
|
// :placeholder
|
|
849
849
|
case "::placeholder":
|
|
850
|
-
return pt([
|
|
850
|
+
return pt([Ht(t, {
|
|
851
851
|
props: [Y(a, /:(plac\w+)/, ":" + U + "input-$1")]
|
|
852
|
-
}),
|
|
852
|
+
}), Ht(t, {
|
|
853
853
|
props: [Y(a, /:(plac\w+)/, ":" + E1 + "$1")]
|
|
854
|
-
}),
|
|
854
|
+
}), Ht(t, {
|
|
855
855
|
props: [Y(a, /:(plac\w+)/, me + "input-$1")]
|
|
856
856
|
})], i);
|
|
857
857
|
}
|
|
@@ -1261,7 +1261,7 @@ var Rr = {
|
|
|
1261
1261
|
}
|
|
1262
1262
|
return Rr[t] !== 1 && !ql(t) && typeof l == "number" && l !== 0 ? l + "px" : l;
|
|
1263
1263
|
};
|
|
1264
|
-
function
|
|
1264
|
+
function $t(e, t, l) {
|
|
1265
1265
|
if (l == null)
|
|
1266
1266
|
return "";
|
|
1267
1267
|
var o = l;
|
|
@@ -1296,7 +1296,7 @@ function qt(e, t, l) {
|
|
|
1296
1296
|
case "function": {
|
|
1297
1297
|
if (e !== void 0) {
|
|
1298
1298
|
var u = He, m = l(e);
|
|
1299
|
-
return He = u,
|
|
1299
|
+
return He = u, $t(e, t, m);
|
|
1300
1300
|
}
|
|
1301
1301
|
break;
|
|
1302
1302
|
}
|
|
@@ -1311,7 +1311,7 @@ function Vr(e, t, l) {
|
|
|
1311
1311
|
var o = "";
|
|
1312
1312
|
if (Array.isArray(l))
|
|
1313
1313
|
for (var i = 0; i < l.length; i++)
|
|
1314
|
-
o +=
|
|
1314
|
+
o += $t(e, t, l[i]) + ";";
|
|
1315
1315
|
else
|
|
1316
1316
|
for (var a in l) {
|
|
1317
1317
|
var s = l[a];
|
|
@@ -1322,7 +1322,7 @@ function Vr(e, t, l) {
|
|
|
1322
1322
|
for (var u = 0; u < s.length; u++)
|
|
1323
1323
|
xn(s[u]) && (o += q1(a) + ":" + Cn(a, s[u]) + ";");
|
|
1324
1324
|
else {
|
|
1325
|
-
var m =
|
|
1325
|
+
var m = $t(e, t, s);
|
|
1326
1326
|
switch (a) {
|
|
1327
1327
|
case "animation":
|
|
1328
1328
|
case "animationName": {
|
|
@@ -1344,13 +1344,13 @@ function b0(e, t, l) {
|
|
|
1344
1344
|
He = void 0;
|
|
1345
1345
|
var a = e[0];
|
|
1346
1346
|
if (a == null || a.raw === void 0)
|
|
1347
|
-
o = !1, i +=
|
|
1347
|
+
o = !1, i += $t(l, t, a);
|
|
1348
1348
|
else {
|
|
1349
1349
|
var s = a;
|
|
1350
1350
|
i += s[0];
|
|
1351
1351
|
}
|
|
1352
1352
|
for (var d = 1; d < e.length; d++)
|
|
1353
|
-
if (i +=
|
|
1353
|
+
if (i += $t(l, t, e[d]), o) {
|
|
1354
1354
|
var u = a;
|
|
1355
1355
|
i += u[d];
|
|
1356
1356
|
}
|
|
@@ -1508,7 +1508,7 @@ function _r(...e) {
|
|
|
1508
1508
|
});
|
|
1509
1509
|
};
|
|
1510
1510
|
}
|
|
1511
|
-
function
|
|
1511
|
+
function Yt(e) {
|
|
1512
1512
|
const t = Object.assign({}, e);
|
|
1513
1513
|
for (let l in t)
|
|
1514
1514
|
t[l] === void 0 && delete t[l];
|
|
@@ -1668,7 +1668,7 @@ You may have forgotten to import it.`
|
|
|
1668
1668
|
const re = typeof e == "string" && e.charCodeAt(0) > 96 ? Zr : ei, ae = !oe?.includes(F) && !p(F);
|
|
1669
1669
|
return re(F) && ae;
|
|
1670
1670
|
}, b = ti(e, l, o) || I, x = n.useMemo(
|
|
1671
|
-
() => Object.assign({}, l.defaultProps,
|
|
1671
|
+
() => Object.assign({}, l.defaultProps, Yt(m)),
|
|
1672
1672
|
[m]
|
|
1673
1673
|
), { props: M, styles: y } = Kr(
|
|
1674
1674
|
x,
|
|
@@ -2332,7 +2332,7 @@ function Pa(e, t) {
|
|
|
2332
2332
|
l
|
|
2333
2333
|
);
|
|
2334
2334
|
}
|
|
2335
|
-
function
|
|
2335
|
+
function Xt() {
|
|
2336
2336
|
return {
|
|
2337
2337
|
and: (...e) => function(l) {
|
|
2338
2338
|
return e.every((o) => l.guard(o));
|
|
@@ -2347,7 +2347,7 @@ function Yt() {
|
|
|
2347
2347
|
}
|
|
2348
2348
|
function Fa() {
|
|
2349
2349
|
return {
|
|
2350
|
-
guards:
|
|
2350
|
+
guards: Xt(),
|
|
2351
2351
|
createMachine: (e) => e,
|
|
2352
2352
|
choose: (e) => function({ choose: l }) {
|
|
2353
2353
|
return l(e)?.actions;
|
|
@@ -3033,7 +3033,7 @@ const cs = async (e, t, l) => {
|
|
|
3033
3033
|
middlewareData: p
|
|
3034
3034
|
};
|
|
3035
3035
|
};
|
|
3036
|
-
async function
|
|
3036
|
+
async function Wt(e, t) {
|
|
3037
3037
|
var l;
|
|
3038
3038
|
t === void 0 && (t = {});
|
|
3039
3039
|
const {
|
|
@@ -3141,7 +3141,7 @@ const hs = (e) => ({
|
|
|
3141
3141
|
return {};
|
|
3142
3142
|
const I = Ue(i), b = ke(d), x = Ue(d) === d, M = await (u.isRTL == null ? void 0 : u.isRTL(m.floating)), y = v || (x || !w ? [M1(d)] : ls(d)), A = E !== "none";
|
|
3143
3143
|
!v && A && y.push(...as(d, w, E, M));
|
|
3144
|
-
const H = [d, ...y], j = await
|
|
3144
|
+
const H = [d, ...y], j = await Wt(t, C), V = [];
|
|
3145
3145
|
let k = ((o = a.flip) == null ? void 0 : o.overflows) || [];
|
|
3146
3146
|
if (g && V.push(j[I]), f) {
|
|
3147
3147
|
const G = ns(i, s, M);
|
|
@@ -3221,7 +3221,7 @@ const us = function(e) {
|
|
|
3221
3221
|
} = Ge(e, t);
|
|
3222
3222
|
switch (o) {
|
|
3223
3223
|
case "referenceHidden": {
|
|
3224
|
-
const a = await
|
|
3224
|
+
const a = await Wt(t, {
|
|
3225
3225
|
...i,
|
|
3226
3226
|
elementContext: "reference"
|
|
3227
3227
|
}), s = Fn(a, l.reference);
|
|
@@ -3233,7 +3233,7 @@ const us = function(e) {
|
|
|
3233
3233
|
};
|
|
3234
3234
|
}
|
|
3235
3235
|
case "escaped": {
|
|
3236
|
-
const a = await
|
|
3236
|
+
const a = await Wt(t, {
|
|
3237
3237
|
...i,
|
|
3238
3238
|
altBoundary: !0
|
|
3239
3239
|
}), s = Fn(a, l.floating);
|
|
@@ -3327,7 +3327,7 @@ const ms = function(e) {
|
|
|
3327
3327
|
} = Ge(e, t), m = {
|
|
3328
3328
|
x: l,
|
|
3329
3329
|
y: o
|
|
3330
|
-
}, g = await
|
|
3330
|
+
}, g = await Wt(t, u), f = ke(Ue(i)), v = X0(f);
|
|
3331
3331
|
let p = m[v], E = m[f];
|
|
3332
3332
|
if (a) {
|
|
3333
3333
|
const C = v === "y" ? "top" : "left", I = v === "y" ? "bottom" : "right", b = p + g[C], x = p - g[I];
|
|
@@ -3412,7 +3412,7 @@ const ms = function(e) {
|
|
|
3412
3412
|
apply: u = () => {
|
|
3413
3413
|
},
|
|
3414
3414
|
...m
|
|
3415
|
-
} = Ge(e, t), g = await
|
|
3415
|
+
} = Ge(e, t), g = await Wt(t, m), f = Ue(i), v = Rt(i), p = ke(i) === "y", {
|
|
3416
3416
|
width: E,
|
|
3417
3417
|
height: w
|
|
3418
3418
|
} = a.floating;
|
|
@@ -3465,7 +3465,7 @@ function Dn(e) {
|
|
|
3465
3465
|
return !j1() || typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof be(e).ShadowRoot;
|
|
3466
3466
|
}
|
|
3467
3467
|
const ws = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
3468
|
-
function
|
|
3468
|
+
function Kt(e) {
|
|
3469
3469
|
const {
|
|
3470
3470
|
overflow: t,
|
|
3471
3471
|
overflowX: l,
|
|
@@ -3537,17 +3537,17 @@ function et(e) {
|
|
|
3537
3537
|
}
|
|
3538
3538
|
function R2(e) {
|
|
3539
3539
|
const t = et(e);
|
|
3540
|
-
return It(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Pe(t) &&
|
|
3540
|
+
return It(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Pe(t) && Kt(t) ? t : R2(t);
|
|
3541
3541
|
}
|
|
3542
|
-
function
|
|
3542
|
+
function Gt(e, t, l) {
|
|
3543
3543
|
var o;
|
|
3544
3544
|
t === void 0 && (t = []), l === void 0 && (l = !0);
|
|
3545
3545
|
const i = R2(e), a = i === ((o = e.ownerDocument) == null ? void 0 : o.body), s = be(i);
|
|
3546
3546
|
if (a) {
|
|
3547
3547
|
const d = d0(s);
|
|
3548
|
-
return t.concat(s, s.visualViewport || [],
|
|
3548
|
+
return t.concat(s, s.visualViewport || [], Kt(i) ? i : [], d && l ? Gt(d) : []);
|
|
3549
3549
|
}
|
|
3550
|
-
return t.concat(i,
|
|
3550
|
+
return t.concat(i, Gt(i, [], l));
|
|
3551
3551
|
}
|
|
3552
3552
|
function d0(e) {
|
|
3553
3553
|
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
@@ -3639,7 +3639,7 @@ function As(e) {
|
|
|
3639
3639
|
scrollTop: 0
|
|
3640
3640
|
}, m = Be(1);
|
|
3641
3641
|
const g = Be(0), f = Pe(o);
|
|
3642
|
-
if ((f || !f && !a) && ((zt(o) !== "body" ||
|
|
3642
|
+
if ((f || !f && !a) && ((zt(o) !== "body" || Kt(s)) && (u = k1(o)), Pe(o))) {
|
|
3643
3643
|
const p = it(o);
|
|
3644
3644
|
m = Et(o), g.x = p.x + o.clientLeft, g.y = p.y + o.clientTop;
|
|
3645
3645
|
}
|
|
@@ -3723,12 +3723,12 @@ function Ls(e, t) {
|
|
|
3723
3723
|
const l = t.get(e);
|
|
3724
3724
|
if (l)
|
|
3725
3725
|
return l;
|
|
3726
|
-
let o =
|
|
3726
|
+
let o = Gt(e, [], !1).filter((d) => Ae(d) && zt(d) !== "body"), i = null;
|
|
3727
3727
|
const a = Ve(e).position === "fixed";
|
|
3728
3728
|
let s = a ? et(e) : e;
|
|
3729
3729
|
for (; Ae(s) && !It(s); ) {
|
|
3730
3730
|
const d = Ve(s), u = Q0(s);
|
|
3731
|
-
!u && d.position === "fixed" && (i = null), (a ? !u && !i : !u && d.position === "static" && !!i && Hs.has(i.position) ||
|
|
3731
|
+
!u && d.position === "fixed" && (i = null), (a ? !u && !i : !u && d.position === "static" && !!i && Hs.has(i.position) || Kt(s) && !u && O2(e, s)) ? o = o.filter((g) => g !== s) : i = d, s = et(s);
|
|
3732
3732
|
}
|
|
3733
3733
|
return t.set(e, o), o;
|
|
3734
3734
|
}
|
|
@@ -3771,7 +3771,7 @@ function Ts(e, t, l) {
|
|
|
3771
3771
|
u.x = L1(i);
|
|
3772
3772
|
}
|
|
3773
3773
|
if (o || !o && !a)
|
|
3774
|
-
if ((zt(t) !== "body" ||
|
|
3774
|
+
if ((zt(t) !== "body" || Kt(i)) && (d = k1(t)), o) {
|
|
3775
3775
|
const p = it(t, !0, a, t);
|
|
3776
3776
|
u.x = p.x + t.clientLeft, u.y = p.y + t.clientTop;
|
|
3777
3777
|
} else i && m();
|
|
@@ -3897,7 +3897,7 @@ function qs(e, t, l, o) {
|
|
|
3897
3897
|
elementResize: s = typeof ResizeObserver == "function",
|
|
3898
3898
|
layoutShift: d = typeof IntersectionObserver == "function",
|
|
3899
3899
|
animationFrame: u = !1
|
|
3900
|
-
} = o, m = en(e), g = i || a ? [...m ?
|
|
3900
|
+
} = o, m = en(e), g = i || a ? [...m ? Gt(m) : [], ...Gt(t)] : [];
|
|
3901
3901
|
g.forEach((I) => {
|
|
3902
3902
|
i && I.addEventListener("scroll", l, {
|
|
3903
3903
|
passive: !0
|
|
@@ -4568,7 +4568,7 @@ function Kc(e) {
|
|
|
4568
4568
|
function Jc(e) {
|
|
4569
4569
|
return e.startsWith("#") ? e : Kc(e) ? `#${e}` : e;
|
|
4570
4570
|
}
|
|
4571
|
-
var { and: Qc } =
|
|
4571
|
+
var { and: Qc } = Xt();
|
|
4572
4572
|
Qc("isOpenControlled", "closeOnSelect");
|
|
4573
4573
|
function ol(e, t, l) {
|
|
4574
4574
|
const o = Uc(e);
|
|
@@ -4623,7 +4623,7 @@ B2.build();
|
|
|
4623
4623
|
var T2 = (e) => e.ids?.root ?? `accordion:${e.id}`, P2 = (e, t) => e.ids?.itemTrigger?.(t) ?? `accordion:${e.id}:trigger:${t}`, e5 = (e) => e.getById(T2(e)), B1 = (e) => {
|
|
4624
4624
|
const l = `[aria-controls][data-ownedby='${CSS.escape(T2(e))}']:not([disabled])`;
|
|
4625
4625
|
return y1(e5(e), l);
|
|
4626
|
-
}, t5 = (e) => Kl(B1(e)), n5 = (e) => Jl(B1(e)), l5 = (e, t) => Aa(B1(e), P2(e, t)), o5 = (e, t) => Va(B1(e), P2(e, t)), { and: r5, not: i5 } =
|
|
4626
|
+
}, t5 = (e) => Kl(B1(e)), n5 = (e) => Jl(B1(e)), l5 = (e, t) => Aa(B1(e), P2(e, t)), o5 = (e, t) => Va(B1(e), P2(e, t)), { and: r5, not: i5 } = Xt();
|
|
4627
4627
|
r5("isExpanded", "canToggle"), i5("isExpanded");
|
|
4628
4628
|
q()([
|
|
4629
4629
|
"collapsible",
|
|
@@ -4640,7 +4640,7 @@ q()([
|
|
|
4640
4640
|
"defaultValue"
|
|
4641
4641
|
]);
|
|
4642
4642
|
q()(["value", "disabled"]);
|
|
4643
|
-
var
|
|
4643
|
+
var Tt = (e, t) => ({ x: e, y: t });
|
|
4644
4644
|
function a5(e) {
|
|
4645
4645
|
const { x: t, y: l, width: o, height: i } = e, a = t + o / 2, s = l + i / 2;
|
|
4646
4646
|
return {
|
|
@@ -4654,11 +4654,11 @@ function a5(e) {
|
|
|
4654
4654
|
maxY: l + i,
|
|
4655
4655
|
midX: a,
|
|
4656
4656
|
midY: s,
|
|
4657
|
-
center:
|
|
4657
|
+
center: Tt(a, s)
|
|
4658
4658
|
};
|
|
4659
4659
|
}
|
|
4660
4660
|
function s5(e) {
|
|
4661
|
-
const t =
|
|
4661
|
+
const t = Tt(e.minX, e.minY), l = Tt(e.maxX, e.minY), o = Tt(e.maxX, e.maxY), i = Tt(e.minX, e.maxY);
|
|
4662
4662
|
return { top: t, right: l, bottom: o, left: i };
|
|
4663
4663
|
}
|
|
4664
4664
|
function c5(e, t) {
|
|
@@ -4868,19 +4868,19 @@ var x5 = Object.defineProperty, C5 = (e, t, l) => t in e ? x5(e, t, { enumerable
|
|
|
4868
4868
|
}), P(this, "upsert", (l, o, i = "append") => {
|
|
4869
4869
|
let a = this.indexOf(l);
|
|
4870
4870
|
return a === -1 ? (i === "append" ? this.append : this.prepend)(o) : this.copy([...this.items.slice(0, a), o, ...this.items.slice(a + 1)]);
|
|
4871
|
-
}), P(this, "insert", (l, ...o) => this.copy(
|
|
4871
|
+
}), P(this, "insert", (l, ...o) => this.copy(kt(this.items, l, ...o))), P(this, "insertBefore", (l, ...o) => {
|
|
4872
4872
|
let i = this.indexOf(l);
|
|
4873
4873
|
if (i === -1)
|
|
4874
4874
|
if (this.items.length === 0) i = 0;
|
|
4875
4875
|
else return this;
|
|
4876
|
-
return this.copy(
|
|
4876
|
+
return this.copy(kt(this.items, i, ...o));
|
|
4877
4877
|
}), P(this, "insertAfter", (l, ...o) => {
|
|
4878
4878
|
let i = this.indexOf(l);
|
|
4879
4879
|
if (i === -1)
|
|
4880
4880
|
if (this.items.length === 0) i = 0;
|
|
4881
4881
|
else return this;
|
|
4882
|
-
return this.copy(
|
|
4883
|
-
}), P(this, "prepend", (...l) => this.copy(
|
|
4882
|
+
return this.copy(kt(this.items, i + 1, ...o));
|
|
4883
|
+
}), P(this, "prepend", (...l) => this.copy(kt(this.items, 0, ...l))), P(this, "append", (...l) => this.copy(kt(this.items, this.items.length, ...l))), P(this, "filter", (l) => {
|
|
4884
4884
|
const o = this.items.filter((i, a) => l(this.stringifyItem(i), a, i));
|
|
4885
4885
|
return this.copy(o);
|
|
4886
4886
|
}), P(this, "remove", (...l) => {
|
|
@@ -4955,7 +4955,7 @@ var x5 = Object.defineProperty, C5 = (e, t, l) => t in e ? x5(e, t, { enumerable
|
|
|
4955
4955
|
yield* this.items;
|
|
4956
4956
|
}
|
|
4957
4957
|
}, y5 = (e, t) => !!e?.toLowerCase().startsWith(t.toLowerCase());
|
|
4958
|
-
function
|
|
4958
|
+
function kt(e, t, ...l) {
|
|
4959
4959
|
return [...e.slice(0, t), ...l, ...e.slice(t)];
|
|
4960
4960
|
}
|
|
4961
4961
|
function o1(e, t, l) {
|
|
@@ -4984,7 +4984,7 @@ var q2 = $("combobox").parts(
|
|
|
4984
4984
|
q2.build();
|
|
4985
4985
|
var $2 = (e) => new T1(e);
|
|
4986
4986
|
$2.empty = () => new T1({ items: [] });
|
|
4987
|
-
var I5 = (e) => e.ids?.control ?? `combobox:${e.id}:control`, b5 = (e) => e.ids?.input ?? `combobox:${e.id}:input`, M5 = (e) => e.ids?.content ?? `combobox:${e.id}:content`, S5 = (e) => e.ids?.positioner ?? `combobox:${e.id}:popper`, R5 = (e) => e.ids?.trigger ?? `combobox:${e.id}:toggle-btn`, z5 = (e) => e.ids?.clearTrigger ?? `combobox:${e.id}:clear-btn`, Xe = (e) => e.getById(M5(e)), ut = (e) => e.getById(b5(e)), rl = (e) => e.getById(S5(e)), il = (e) => e.getById(I5(e)),
|
|
4987
|
+
var I5 = (e) => e.ids?.control ?? `combobox:${e.id}:control`, b5 = (e) => e.ids?.input ?? `combobox:${e.id}:input`, M5 = (e) => e.ids?.content ?? `combobox:${e.id}:content`, S5 = (e) => e.ids?.positioner ?? `combobox:${e.id}:popper`, R5 = (e) => e.ids?.trigger ?? `combobox:${e.id}:toggle-btn`, z5 = (e) => e.ids?.clearTrigger ?? `combobox:${e.id}:clear-btn`, Xe = (e) => e.getById(M5(e)), ut = (e) => e.getById(b5(e)), rl = (e) => e.getById(S5(e)), il = (e) => e.getById(I5(e)), Pt = (e) => e.getById(R5(e)), al = (e) => e.getById(z5(e)), Lt = (e, t) => {
|
|
4988
4988
|
if (t == null) return null;
|
|
4989
4989
|
const l = `[role=option][data-value="${CSS.escape(t)}"]`;
|
|
4990
4990
|
return Ra(Xe(e), l);
|
|
@@ -4992,7 +4992,7 @@ var I5 = (e) => e.ids?.control ?? `combobox:${e.id}:control`, b5 = (e) => e.ids?
|
|
|
4992
4992
|
const t = ut(e);
|
|
4993
4993
|
e.isActiveElement(t) || t?.focus({ preventScroll: !0 });
|
|
4994
4994
|
}, A5 = (e) => {
|
|
4995
|
-
const t =
|
|
4995
|
+
const t = Pt(e);
|
|
4996
4996
|
e.isActiveElement(t) || t?.focus({ preventScroll: !0 });
|
|
4997
4997
|
}, { guards: V5, createMachine: O5, choose: j5 } = Fa(), { and: de, not: Ce } = V5;
|
|
4998
4998
|
O5({
|
|
@@ -5657,7 +5657,7 @@ O5({
|
|
|
5657
5657
|
return t("disableLayer") ? void 0 : N1(() => Xe(l), {
|
|
5658
5658
|
type: "listbox",
|
|
5659
5659
|
defer: !0,
|
|
5660
|
-
exclude: () => [ut(l),
|
|
5660
|
+
exclude: () => [ut(l), Pt(l), al(l)],
|
|
5661
5661
|
onFocusOutside: t("onFocusOutside"),
|
|
5662
5662
|
onPointerDownOutside: t("onPointerDownOutside"),
|
|
5663
5663
|
onInteractOutside: t("onInteractOutside"),
|
|
@@ -5673,12 +5673,12 @@ O5({
|
|
|
5673
5673
|
return w5([
|
|
5674
5674
|
ut(e),
|
|
5675
5675
|
Xe(e),
|
|
5676
|
-
|
|
5676
|
+
Pt(e),
|
|
5677
5677
|
al(e)
|
|
5678
5678
|
]);
|
|
5679
5679
|
},
|
|
5680
5680
|
trackPlacement({ context: e, prop: t, scope: l }) {
|
|
5681
|
-
const o = () => il(l) ||
|
|
5681
|
+
const o = () => il(l) || Pt(l), i = () => rl(l);
|
|
5682
5682
|
return e.set("currentPlacement", t("positioning").placement), at(o, i, {
|
|
5683
5683
|
...t("positioning"),
|
|
5684
5684
|
defer: !0,
|
|
@@ -5699,11 +5699,11 @@ O5({
|
|
|
5699
5699
|
p({
|
|
5700
5700
|
index: C,
|
|
5701
5701
|
immediate: m,
|
|
5702
|
-
getElement: () =>
|
|
5702
|
+
getElement: () => Lt(l, f)
|
|
5703
5703
|
});
|
|
5704
5704
|
return;
|
|
5705
5705
|
}
|
|
5706
|
-
const E =
|
|
5706
|
+
const E = Lt(l, f), w = X(() => {
|
|
5707
5707
|
C1(E, { rootEl: v, block: "nearest" });
|
|
5708
5708
|
});
|
|
5709
5709
|
a.push(w);
|
|
@@ -5752,13 +5752,13 @@ O5({
|
|
|
5752
5752
|
f2(() => {
|
|
5753
5753
|
const o = e.get("highlightedValue");
|
|
5754
5754
|
if (o == null) return;
|
|
5755
|
-
const i =
|
|
5755
|
+
const i = Lt(l, o), a = Xe(l), s = t("scrollToIndexFn");
|
|
5756
5756
|
if (s) {
|
|
5757
5757
|
const d = t("collection").indexOf(o);
|
|
5758
5758
|
s({
|
|
5759
5759
|
index: d,
|
|
5760
5760
|
immediate: !0,
|
|
5761
|
-
getElement: () =>
|
|
5761
|
+
getElement: () => Lt(l, o)
|
|
5762
5762
|
});
|
|
5763
5763
|
return;
|
|
5764
5764
|
}
|
|
@@ -5798,7 +5798,7 @@ O5({
|
|
|
5798
5798
|
},
|
|
5799
5799
|
setFinalFocus({ scope: e }) {
|
|
5800
5800
|
X(() => {
|
|
5801
|
-
|
|
5801
|
+
Pt(e)?.dataset.focusable == null ? sl(e) : A5(e);
|
|
5802
5802
|
});
|
|
5803
5803
|
},
|
|
5804
5804
|
syncInputValue({ context: e, scope: t, event: l }) {
|
|
@@ -5852,7 +5852,7 @@ O5({
|
|
|
5852
5852
|
l({
|
|
5853
5853
|
index: 0,
|
|
5854
5854
|
immediate: !0,
|
|
5855
|
-
getElement: () =>
|
|
5855
|
+
getElement: () => Lt(t, o)
|
|
5856
5856
|
});
|
|
5857
5857
|
} else {
|
|
5858
5858
|
const o = Xe(t);
|
|
@@ -6150,17 +6150,17 @@ var X2 = $("menu").parts(
|
|
|
6150
6150
|
"triggerItem"
|
|
6151
6151
|
);
|
|
6152
6152
|
X2.build();
|
|
6153
|
-
var K2 = (e) => e.ids?.trigger ?? `menu:${e.id}:trigger`, k5 = (e) => e.ids?.contextTrigger ?? `menu:${e.id}:ctx-trigger`, J2 = (e) => e.ids?.content ?? `menu:${e.id}:content`, L5 = (e) => e.ids?.positioner ?? `menu:${e.id}:popper`, u0 = (e, t) => `${e.id}/${t}`, nt = (e) => e?.dataset.value ?? null, Ke = (e) => e.getById(J2(e)), hl = (e) => e.getById(L5(e)), r1 = (e) => e.getById(K2(e)), N5 = (e, t) => t ? e.getById(u0(e, t)) : null, Q1 = (e) => e.getById(k5(e)),
|
|
6153
|
+
var K2 = (e) => e.ids?.trigger ?? `menu:${e.id}:trigger`, k5 = (e) => e.ids?.contextTrigger ?? `menu:${e.id}:ctx-trigger`, J2 = (e) => e.ids?.content ?? `menu:${e.id}:content`, L5 = (e) => e.ids?.positioner ?? `menu:${e.id}:popper`, u0 = (e, t) => `${e.id}/${t}`, nt = (e) => e?.dataset.value ?? null, Ke = (e) => e.getById(J2(e)), hl = (e) => e.getById(L5(e)), r1 = (e) => e.getById(K2(e)), N5 = (e, t) => t ? e.getById(u0(e, t)) : null, Q1 = (e) => e.getById(k5(e)), Jt = (e) => {
|
|
6154
6154
|
const l = `[role^="menuitem"][data-ownedby=${CSS.escape(J2(e))}]:not([data-disabled])`;
|
|
6155
6155
|
return y1(Ke(e), l);
|
|
6156
|
-
}, B5 = (e) => Kl(
|
|
6157
|
-
const l =
|
|
6156
|
+
}, B5 = (e) => Kl(Jt(e)), T5 = (e) => Jl(Jt(e)), ln = (e, t) => t ? e.id === t || e.dataset.value === t : !1, P5 = (e, t) => {
|
|
6157
|
+
const l = Jt(e), o = l.findIndex((i) => ln(i, t.value));
|
|
6158
6158
|
return ui(l, o, { loop: t.loop ?? t.loopFocus });
|
|
6159
6159
|
}, F5 = (e, t) => {
|
|
6160
|
-
const l =
|
|
6160
|
+
const l = Jt(e), o = l.findIndex((i) => ln(i, t.value));
|
|
6161
6161
|
return mi(l, o, { loop: t.loop ?? t.loopFocus });
|
|
6162
6162
|
}, _5 = (e, t) => {
|
|
6163
|
-
const l =
|
|
6163
|
+
const l = Jt(e), o = l.find((i) => ln(i, t.value));
|
|
6164
6164
|
return q0(l, { state: t.typeaheadState, key: t.key, activeId: o?.id ?? null });
|
|
6165
6165
|
}, D5 = (e) => !!e?.getAttribute("role")?.startsWith("menuitem") && !!e?.hasAttribute("aria-controls"), q5 = "menu:select";
|
|
6166
6166
|
function $5(e, t) {
|
|
@@ -6168,7 +6168,7 @@ function $5(e, t) {
|
|
|
6168
6168
|
const l = Oe(e), o = new l.CustomEvent(q5, { detail: { value: t } });
|
|
6169
6169
|
e.dispatchEvent(o);
|
|
6170
6170
|
}
|
|
6171
|
-
var { not: Me, and: ht, or: W5 } =
|
|
6171
|
+
var { not: Me, and: ht, or: W5 } = Xt();
|
|
6172
6172
|
Me("isSubmenu"), W5("isOpenAutoFocusEvent", "isArrowDownEvent"), ht(Me("isTriggerItem"), "isOpenControlled"), Me("isTriggerItem"), ht("isSubmenu", "isOpenControlled"), Me("isPointerSuspended"), ht(Me("isPointerSuspended"), Me("isTriggerItem")), ht(
|
|
6173
6173
|
Me("isTriggerItemHighlighted"),
|
|
6174
6174
|
Me("isHighlightedItemEditable"),
|
|
@@ -6335,8 +6335,8 @@ var to = $("select").parts(
|
|
|
6335
6335
|
to.build();
|
|
6336
6336
|
var no = (e) => new T1(e);
|
|
6337
6337
|
no.empty = () => new T1({ items: [] });
|
|
6338
|
-
var Y5 = (e) => e.ids?.content ?? `select:${e.id}:content`, X5 = (e) => e.ids?.trigger ?? `select:${e.id}:trigger`, K5 = (e) => e.ids?.clearTrigger ?? `select:${e.id}:clear-trigger`, J5 = (e, t) => e.ids?.item?.(t) ?? `select:${e.id}:option:${t}`, Q5 = (e) => e.ids?.hiddenSelect ?? `select:${e.id}:select`, Z5 = (e) => e.ids?.positioner ?? `select:${e.id}:positioner`, Z1 = (e) => e.getById(Q5(e)),
|
|
6339
|
-
t4("isTriggerArrowDownEvent", "isTriggerEnterEvent"),
|
|
6338
|
+
var Y5 = (e) => e.ids?.content ?? `select:${e.id}:content`, X5 = (e) => e.ids?.trigger ?? `select:${e.id}:trigger`, K5 = (e) => e.ids?.clearTrigger ?? `select:${e.id}:clear-trigger`, J5 = (e, t) => e.ids?.item?.(t) ?? `select:${e.id}:option:${t}`, Q5 = (e) => e.ids?.hiddenSelect ?? `select:${e.id}:select`, Z5 = (e) => e.ids?.positioner ?? `select:${e.id}:positioner`, Z1 = (e) => e.getById(Q5(e)), Nt = (e) => e.getById(Y5(e)), i1 = (e) => e.getById(X5(e)), e4 = (e) => e.getById(K5(e)), ul = (e) => e.getById(Z5(e)), e0 = (e, t) => t == null ? null : e.getById(J5(e, t)), { and: Bt, not: lt, or: t4 } = Xt();
|
|
6339
|
+
t4("isTriggerArrowDownEvent", "isTriggerEnterEvent"), Bt(lt("multiple"), "hasSelectedItems"), lt("multiple"), Bt(lt("multiple"), "hasSelectedItems"), lt("multiple"), lt("multiple"), lt("multiple"), lt("multiple"), Bt("closeOnSelect", "isOpenControlled"), Bt("hasHighlightedItem", "loop", "isLastItemHighlighted"), Bt("hasHighlightedItem", "loop", "isFirstItemHighlighted");
|
|
6340
6340
|
function gl(e) {
|
|
6341
6341
|
const t = e.restoreFocus ?? e.previousEvent?.restoreFocus;
|
|
6342
6342
|
return t == null || !!t;
|
|
@@ -6539,7 +6539,7 @@ const a1 = ["value", "type", "description"], o4 = (e) => e && typeof e == "objec
|
|
|
6539
6539
|
}
|
|
6540
6540
|
}
|
|
6541
6541
|
), t;
|
|
6542
|
-
}, i4 = (e) => e,
|
|
6542
|
+
}, i4 = (e) => e, Vt = (e) => e, a4 = (e) => e, s4 = (e) => e, c4 = (e) => e, h4 = (e) => e;
|
|
6543
6543
|
function io() {
|
|
6544
6544
|
const e = (t) => t;
|
|
6545
6545
|
return new Proxy(e, {
|
|
@@ -7777,9 +7777,9 @@ const V4 = /* @__PURE__ */ Fo(A4), ze = (e) => {
|
|
|
7777
7777
|
return t[i] === void 0 && (t[i] = e(...o)), t[i];
|
|
7778
7778
|
}
|
|
7779
7779
|
return l;
|
|
7780
|
-
}, uo = 16, R1 = "px", on = "em",
|
|
7780
|
+
}, uo = 16, R1 = "px", on = "em", _t = "rem";
|
|
7781
7781
|
function go(e = "") {
|
|
7782
|
-
const t = new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`), l = new RegExp(`${R1}|${on}|${
|
|
7782
|
+
const t = new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`), l = new RegExp(`${R1}|${on}|${_t}`);
|
|
7783
7783
|
return e.match(
|
|
7784
7784
|
new RegExp(`${t.source}(${l.source})`)
|
|
7785
7785
|
)?.[1];
|
|
@@ -7790,17 +7790,17 @@ function mo(e = "") {
|
|
|
7790
7790
|
const t = go(e);
|
|
7791
7791
|
if (!t || t === R1)
|
|
7792
7792
|
return e;
|
|
7793
|
-
if (t === on || t ===
|
|
7793
|
+
if (t === on || t === _t)
|
|
7794
7794
|
return `${parseFloat(e) * uo}${R1}`;
|
|
7795
7795
|
}
|
|
7796
7796
|
function vo(e = "") {
|
|
7797
7797
|
const t = go(e);
|
|
7798
|
-
if (!t || t ===
|
|
7798
|
+
if (!t || t === _t)
|
|
7799
7799
|
return e;
|
|
7800
7800
|
if (t === on)
|
|
7801
|
-
return `${parseFloat(e)}${
|
|
7801
|
+
return `${parseFloat(e)}${_t}`;
|
|
7802
7802
|
if (t === R1)
|
|
7803
|
-
return `${parseFloat(e) / uo}${
|
|
7803
|
+
return `${parseFloat(e) / uo}${_t}`;
|
|
7804
7804
|
}
|
|
7805
7805
|
const O4 = (e) => e.charAt(0).toUpperCase() + e.slice(1);
|
|
7806
7806
|
function j4(e) {
|
|
@@ -7927,10 +7927,10 @@ const L4 = /^@|&|&$/, N4 = (e) => {
|
|
|
7927
7927
|
}), B4 = fo("width"), T4 = fo("height"), po = (e) => ({
|
|
7928
7928
|
isMin: yl(e.minMax, e.maxMin, e.min),
|
|
7929
7929
|
isMax: yl(e.maxMin, e.minMax, e.max)
|
|
7930
|
-
}), { isMin: f0, isMax: pl } = po(B4), { isMin: p0, isMax: wl } = po(T4), El = /print/i, xl = /^print$/i, P4 = /(-?\d*\.?\d+)(ch|em|ex|px|rem)/, F4 = /(\d)/,
|
|
7930
|
+
}), { isMin: f0, isMax: pl } = po(B4), { isMin: p0, isMax: wl } = po(T4), El = /print/i, xl = /^print$/i, P4 = /(-?\d*\.?\d+)(ch|em|ex|px|rem)/, F4 = /(\d)/, Ft = Number.MAX_VALUE, _4 = { ch: 8.8984375, em: 16, rem: 16, ex: 8.296875, px: 1 };
|
|
7931
7931
|
function Cl(e) {
|
|
7932
7932
|
const t = P4.exec(e) || (f0(e) || p0(e) ? F4.exec(e) : null);
|
|
7933
|
-
if (!t) return
|
|
7933
|
+
if (!t) return Ft;
|
|
7934
7934
|
if (t[0] === "0") return 0;
|
|
7935
7935
|
const l = parseFloat(t[1]), o = t[2];
|
|
7936
7936
|
return l * (_4[o] || 1);
|
|
@@ -7949,7 +7949,7 @@ const q4 = ze((e, t) => {
|
|
|
7949
7949
|
if (o && s) return -1;
|
|
7950
7950
|
if (i && a) return 1;
|
|
7951
7951
|
const d = Cl(e), u = Cl(t);
|
|
7952
|
-
return d ===
|
|
7952
|
+
return d === Ft && u === Ft ? e.localeCompare(t) : d === Ft ? 1 : u === Ft ? -1 : d !== u ? d > u ? i ? -1 : 1 : i ? 1 : -1 : e.localeCompare(t);
|
|
7953
7953
|
});
|
|
7954
7954
|
function Il(e) {
|
|
7955
7955
|
return e.sort(([t], [l]) => q4(t, l));
|
|
@@ -7992,7 +7992,7 @@ function G4(e, t, l) {
|
|
|
7992
7992
|
}
|
|
7993
7993
|
function U4(...e) {
|
|
7994
7994
|
return e.filter(
|
|
7995
|
-
(t) => we(t) && Object.keys(
|
|
7995
|
+
(t) => we(t) && Object.keys(Yt(t)).length > 0
|
|
7996
7996
|
);
|
|
7997
7997
|
}
|
|
7998
7998
|
function Y4(e) {
|
|
@@ -8026,7 +8026,7 @@ function X4(e) {
|
|
|
8026
8026
|
}), E = (x = {}) => {
|
|
8027
8027
|
const M = o({
|
|
8028
8028
|
...g,
|
|
8029
|
-
...
|
|
8029
|
+
...Yt(x)
|
|
8030
8030
|
});
|
|
8031
8031
|
let y = { ...m };
|
|
8032
8032
|
At(y, p(M));
|
|
@@ -8613,7 +8613,7 @@ function M3(e) {
|
|
|
8613
8613
|
_.enforce === R && K(_, z);
|
|
8614
8614
|
});
|
|
8615
8615
|
}
|
|
8616
|
-
const b = b3(i), x =
|
|
8616
|
+
const b = b3(i), x = Yt({
|
|
8617
8617
|
...l,
|
|
8618
8618
|
breakpoints: b.breakpoints,
|
|
8619
8619
|
sizes: {
|
|
@@ -8995,7 +8995,7 @@ function V3(...e) {
|
|
|
8995
8995
|
tokens: m
|
|
8996
8996
|
});
|
|
8997
8997
|
function p() {
|
|
8998
|
-
const { textStyles: B, layerStyles: K, animationStyles: S } = l, N =
|
|
8998
|
+
const { textStyles: B, layerStyles: K, animationStyles: S } = l, N = Yt({
|
|
8999
8999
|
textStyle: B,
|
|
9000
9000
|
layerStyle: K,
|
|
9001
9001
|
animationStyle: S
|
|
@@ -10490,7 +10490,7 @@ const Re = (e) => {
|
|
|
10490
10490
|
}, e;
|
|
10491
10491
|
},
|
|
10492
10492
|
{}
|
|
10493
|
-
), sM =
|
|
10493
|
+
), sM = Vt({
|
|
10494
10494
|
className: "button",
|
|
10495
10495
|
base: {
|
|
10496
10496
|
borderRadius: "4",
|
|
@@ -10589,12 +10589,12 @@ const Re = (e) => {
|
|
|
10589
10589
|
}
|
|
10590
10590
|
}, Ho = {
|
|
10591
10591
|
size: "lg"
|
|
10592
|
-
}, cM =
|
|
10592
|
+
}, cM = Vt({
|
|
10593
10593
|
className: "input",
|
|
10594
10594
|
base: Oo,
|
|
10595
10595
|
variants: jo,
|
|
10596
10596
|
defaultVariants: Ho
|
|
10597
|
-
}), hM =
|
|
10597
|
+
}), hM = Vt({
|
|
10598
10598
|
className: "link",
|
|
10599
10599
|
base: {
|
|
10600
10600
|
color: "currentcolor",
|
|
@@ -10612,7 +10612,39 @@ const Re = (e) => {
|
|
|
10612
10612
|
}
|
|
10613
10613
|
}
|
|
10614
10614
|
}
|
|
10615
|
-
}), dM =
|
|
10615
|
+
}), dM = Vt({
|
|
10616
|
+
className: "separator",
|
|
10617
|
+
base: {
|
|
10618
|
+
display: "block",
|
|
10619
|
+
borderColor: "separator/primary",
|
|
10620
|
+
borderStyle: "solid"
|
|
10621
|
+
},
|
|
10622
|
+
variants: {
|
|
10623
|
+
variant: {},
|
|
10624
|
+
orientation: {
|
|
10625
|
+
horizontal: {
|
|
10626
|
+
borderTopWidth: "var(--separator-thickness)",
|
|
10627
|
+
width: "100%"
|
|
10628
|
+
},
|
|
10629
|
+
vertical: {
|
|
10630
|
+
borderInlineStartWidth: "var(--separator-thickness)",
|
|
10631
|
+
minHeight: "20"
|
|
10632
|
+
}
|
|
10633
|
+
},
|
|
10634
|
+
size: {
|
|
10635
|
+
1: {
|
|
10636
|
+
"--separator-thickness": "1px"
|
|
10637
|
+
},
|
|
10638
|
+
2: {
|
|
10639
|
+
"--separator-thickness": "2px"
|
|
10640
|
+
}
|
|
10641
|
+
}
|
|
10642
|
+
},
|
|
10643
|
+
defaultVariants: {
|
|
10644
|
+
size: "1",
|
|
10645
|
+
orientation: "horizontal"
|
|
10646
|
+
}
|
|
10647
|
+
}), uM = Vt({
|
|
10616
10648
|
className: "spinner",
|
|
10617
10649
|
base: {
|
|
10618
10650
|
"--spinner-color": "currentColor",
|
|
@@ -10652,43 +10684,44 @@ const Re = (e) => {
|
|
|
10652
10684
|
defaultVariants: {
|
|
10653
10685
|
size: "lg"
|
|
10654
10686
|
}
|
|
10655
|
-
}),
|
|
10687
|
+
}), gM = Vt({
|
|
10656
10688
|
className: "textarea",
|
|
10657
10689
|
base: Oo,
|
|
10658
10690
|
variants: jo,
|
|
10659
10691
|
defaultVariants: Ho
|
|
10660
|
-
}),
|
|
10692
|
+
}), mM = {
|
|
10661
10693
|
button: sM,
|
|
10662
10694
|
input: cM,
|
|
10663
10695
|
link: hM,
|
|
10664
|
-
|
|
10665
|
-
|
|
10666
|
-
}, mM = { primary: { value: { _light: "{colors.pal.purple.30}" } } }, vM = { primary: { value: { _light: "{colors.pal.neutral.90}" } } }, fM = { fg: { base: { value: { _light: "{colors.pal.neutral.10}" } }, primary: { value: { _light: "{colors.pal.purple.10}" } }, secondary: { value: { _light: "{colors.pal.neutral.40}" } }, tertiary: { value: { _light: "{colors.pal.neutral.60}" } }, subtle: { value: { _light: "{colors.pal.neutral.70}" } }, minimal: { value: { _light: "{colors.pal.neutral.80}" } }, positive: { value: { _light: "{colors.pal.green.50}" } }, negative: { value: { _light: "{colors.pal.red.50}" } }, "on-color": { value: { _light: "{colors.pal.neutral.100}" } }, "on-contrast": { value: { _light: "{colors.pal.neutral.95}" } }, "on-disabled": { value: { _light: "{colors.pal.neutral.70}" } }, disabled: { value: { _light: "{colors.pal.neutral.80}" } } }, bg: { surface: { value: { _light: "{colors.pal.neutral.100}" } }, contrast: { value: { _light: "{colors.pal.neutral.10}" } }, moderate: { value: { _light: "{colors.pal.neutral.90}" } }, subtle: { value: { _light: "{colors.pal.neutral.93}" } }, minimal: { value: { _light: "{colors.pal.neutral.95}" } }, disabled: { value: { _light: "{colors.pal.neutral.95}" } } }, border: { minimal: { value: { _light: "{colors.pal.neutral.93}" } }, subtle: { value: { _light: "{colors.pal.neutral.90}" } }, strong: { value: { _light: "{colors.pal.neutral.80}" } }, emphasized: { value: { _light: "{colors.pal.neutral.70}" } }, critical: { value: { _light: "{colors.pal.red.50}" } }, inverse: { value: { _light: "{colors.pal.neutral.100}" } }, "on-contrast": { value: { _light: "{colors.pal.neutral.95}" } }, disabled: { value: { _light: "{colors.pal.neutral.90}" } } }, primary: { base: { value: { _light: "{colors.pal.purple.40}" } }, emphasized: { value: { _light: "{colors.pal.purple.30}" } }, contrast: { value: { _light: "{colors.pal.purple.10}" } }, muted: { value: { _light: "{colors.pal.purple.80}" } }, subtle: { value: { _light: "{colors.pal.purple.93}" } }, disabled: { value: { _light: "{colors.pal.neutral.90}" } } }, interactive: { base: { value: { _light: "{colors.pal.purple.50}" } }, strong: { value: { _light: "{colors.pal.purple.40}" } }, bold: { value: { _light: "{colors.pal.purple.60}" } }, highlight: { value: { _light: "{colors.pal.purple.70}" } }, muted: { value: { _light: "{colors.pal.purple.80}" } }, moderate: { value: { _light: "{colors.pal.purple.90}" } }, subtle: { value: { _light: "{colors.pal.purple.93}" } }, minimal: { value: { _light: "{colors.pal.purple.95}" } }, disabled: { value: { _light: "{colors.pal.neutral.90}" } } }, info: { base: { value: { _light: "{colors.pal.blue.50}" } }, strong: { value: { _light: "{colors.pal.blue.40}" } }, bold: { value: { _light: "{colors.pal.blue.60}" } }, muted: { value: { _light: "{colors.pal.blue.80}" } }, moderate: { value: { _light: "{colors.pal.blue.90}" } }, subtle: { value: { _light: "{colors.pal.blue.93}" } }, minimal: { value: { _light: "{colors.pal.blue.95}" } } }, success: { base: { value: { _light: "{colors.pal.green.50}" } }, strong: { value: { _light: "{colors.pal.green.40}" } }, bold: { value: { _light: "{colors.pal.green.60}" } }, muted: { value: { _light: "{colors.pal.green.80}" } }, moderate: { value: { _light: "{colors.pal.green.90}" } }, subtle: { value: { _light: "{colors.pal.green.93}" } }, minimal: { value: { _light: "{colors.pal.green.95}" } } }, warning: { base: { value: { _light: "{colors.pal.yellow.50}" } }, strong: { value: { _light: "{colors.pal.yellow.40}" } }, bold: { value: { _light: "{colors.pal.yellow.60}" } }, muted: { value: { _light: "{colors.pal.yellow.80}" } }, moderate: { value: { _light: "{colors.pal.yellow.90}" } }, subtle: { value: { _light: "{colors.pal.yellow.93}" } }, minimal: { value: { _light: "{colors.pal.yellow.95}" } } }, critical: { base: { value: { _light: "{colors.pal.red.50}" } }, dark: { value: { _light: "{colors.pal.red.20}" } }, strong: { value: { _light: "{colors.pal.red.40}" } }, bold: { value: { _light: "{colors.pal.red.60}" } }, muted: { value: { _light: "{colors.pal.red.80}" } }, moderate: { value: { _light: "{colors.pal.red.90}" } }, subtle: { value: { _light: "{colors.pal.red.93}" } }, minimal: { value: { _light: "{colors.pal.red.95}" } } }, neutral: { base: { value: { _light: "{colors.pal.neutral.50}" } }, strong: { value: { _light: "{colors.pal.neutral.40}" } }, bold: { value: { _light: "{colors.pal.neutral.60}" } }, muted: { value: { _light: "{colors.pal.neutral.80}" } }, moderate: { value: { _light: "{colors.pal.neutral.90}" } }, subtle: { value: { _light: "{colors.pal.neutral.93}" } }, minimal: { value: { _light: "{colors.pal.neutral.95}" } } }, orange: { base: { value: { _light: "{colors.pal.orange.50}" } }, strong: { value: { _light: "{colors.pal.orange.40}" } }, bold: { value: { _light: "{colors.pal.orange.60}" } }, muted: { value: { _light: "{colors.pal.orange.80}" } }, moderate: { value: { _light: "{colors.pal.orange.90}" } }, subtle: { value: { _light: "{colors.pal.orange.93}" } }, minimal: { value: { _light: "{colors.pal.orange.95}" } } }, turquoise: { base: { value: { _light: "{colors.pal.turquoise.50}" } }, dark: { value: { _light: "{colors.pal.turquoise.20}" } }, emphasized: { value: { _light: "{colors.pal.turquoise.30}" } }, strong: { value: { _light: "{colors.pal.turquoise.40}" } }, bold: { value: { _light: "{colors.pal.turquoise.60}" } }, muted: { value: { _light: "{colors.pal.turquoise.80}" } }, moderate: { value: { _light: "{colors.pal.turquoise.90}" } }, subtle: { value: { _light: "{colors.pal.turquoise.93}" } }, minimal: { value: { _light: "{colors.pal.turquoise.95}" } } } }, pM = { primary: { value: { _light: "{colors.sys.bg.surface}" } }, secondary: { value: { _light: "{colors.sys.bg.minimal}" } }, tertiary: { value: { _light: "{colors.sys.bg.subtle}" } }, hover: { value: { _light: "{colors.sys.bg.subtle}" } }, active: { value: { _light: "{colors.sys.bg.moderate}" } }, selected: { value: { _light: "{colors.sys.interactive.minimal}" } }, "selected-hover": { value: { _light: "{colors.sys.interactive.subtle}" } }, contrast: { value: { _light: "{colors.sys.bg.contrast}" } }, disabled: { value: { _light: "{colors.sys.bg.disabled}" } } }, wM = { regular: { value: { _light: "{colors.sys.border.subtle}" } }, minimal: { value: { _light: "{colors.sys.border.minimal}" } }, strong: { value: { _light: "{colors.sys.border.strong}" } }, hover: { value: { _light: "{colors.sys.border.emphasized}" } }, focus: { value: { _light: "{colors.sys.interactive.highlight}" } }, selected: { value: { _light: "{colors.sys.interactive}" } }, error: { value: { _light: "{colors.sys.border.critical}" } }, inverse: { value: { _light: "{colors.sys.border.inverse}" } }, "on-contrast": { value: { _light: "{colors.sys.border.on-contrast}" } }, disabled: { value: { _light: "{colors.sys.border.disabled}" } } }, EM = { primary: { value: { _light: "{colors.sys.fg.primary}" } }, secondary: { value: { _light: "{colors.sys.fg.secondary}" } }, tertiary: { value: { _light: "{colors.sys.fg.tertiary}" } }, body: { value: { _light: "{colors.sys.fg}" } }, helper: { value: { _light: "{colors.sys.fg.secondary}" } }, link: { value: { _light: "{colors.sys.interactive}" } }, "link-hover": { value: { _light: "{colors.sys.interactive.strong}" } }, selected: { value: { _light: "{colors.sys.interactive}" } }, positive: { value: { _light: "{colors.sys.fg.positive}" } }, negative: { value: { _light: "{colors.sys.fg.negative}" } }, "on-color": { value: { _light: "{colors.sys.fg.on-color}" } }, "on-contrast": { value: { _light: "{colors.sys.fg.on-contrast}" } }, "on-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } }, disabled: { value: { _light: "{colors.sys.fg.disabled}" } } }, xM = { primary: { value: { _light: "{colors.sys.fg.primary}" } }, secondary: { value: { _light: "{colors.sys.fg.secondary}" } }, tertiary: { value: { _light: "{colors.sys.fg.tertiary}" } }, interactive: { value: { _light: "{colors.sys.interactive}" } }, "interactive-hover": { value: { _light: "{colors.sys.interactive.strong}" } }, positive: { value: { _light: "{colors.sys.fg.positive}" } }, negative: { value: { _light: "{colors.sys.fg.negative}" } }, "on-color": { value: { _light: "{colors.sys.fg.on-color}" } }, "on-contrast": { value: { _light: "{colors.sys.fg.on-contrast}" } }, "on-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } }, disabled: { value: { _light: "{colors.sys.fg.disabled}" } } }, CM = { primary: { bg: { value: { _light: "{colors.sys.primary}" } }, "bg-hover": { value: { _light: "{colors.sys.primary.emphasized}" } }, "bg-active": { value: { _light: "{colors.sys.fg.primary}" } }, "bg-disabled": { value: { _light: "{colors.sys.primary.disabled}" } }, fg: { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-active": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } } }, secondary: { bg: { value: { _light: "{colors.sys.bg.surface}" } }, "bg-hover": { value: { _light: "{colors.sys.bg.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.bg.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.minimal}" } }, fg: { value: { _light: "{colors.sys.fg.primary}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.primary}" } }, "fg-active": { value: { _light: "{colors.sys.fg.primary}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } }, border: { value: { _light: "{colors.sys.border.strong}" } }, "border-hover": { value: { _light: "{colors.sys.border.emphasized}" } }, "border-active": { value: { _light: "{colors.sys.border.emphasized}" } }, "border-disabled": { value: { _light: "{colors.sys.border.disabled}" } } }, tertiary: { bg: { value: { _light: "transparent" } }, "bg-hover": { value: { _light: "{colors.sys.bg.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.bg.moderate}" } }, "bg-disabled": { value: { _light: "transparent" } }, fg: { value: { _light: "{colors.sys.interactive}" } }, "fg-hover": { value: { _light: "{colors.sys.interactive.strong}" } }, "fg-active": { value: { _light: "{colors.sys.fg.primary}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } } }, "danger-primary": { bg: { value: { _light: "{colors.sys.critical}" } }, "bg-hover": { value: { _light: "{colors.sys.critical.strong}" } }, "bg-active": { value: { _light: "{colors.sys.critical.dark}" } }, "bg-disabled": { value: { _light: "{colors.sys.primary.disabled}" } }, fg: { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-active": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } } }, "danger-secondary": { bg: { value: { _light: "{colors.sys.bg.surface}" } }, "bg-hover": { value: { _light: "{colors.sys.critical.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.critical.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.minimal}" } }, fg: { value: { _light: "{colors.sys.critical}" } }, "fg-hover": { value: { _light: "{colors.sys.critical}" } }, "fg-active": { value: { _light: "{colors.sys.critical.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } }, border: { value: { _light: "{colors.sys.critical.muted}" } }, "border-hover": { value: { _light: "{colors.sys.critical.muted}" } }, "border-active": { value: { _light: "{colors.sys.critical}" } }, "border-disabled": { value: { _light: "{colors.sys.border.disabled}" } } }, "danger-tertiary": { bg: { value: { _light: "transparent" } }, "bg-hover": { value: { _light: "{colors.sys.critical.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.critical.moderate}" } }, "bg-disabled": { value: { _light: "transparent" } }, fg: { value: { _light: "{colors.sys.critical}" } }, "fg-hover": { value: { _light: "{colors.sys.critical}" } }, "fg-active": { value: { _light: "{colors.sys.critical.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } } }, "ai-primary": { bg: { value: { _light: "{colors.sys.turquoise.strong}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.emphasized}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.dark}" } }, "bg-disabled": { value: { _light: "{colors.sys.primary.disabled}" } }, fg: { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-active": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } } }, "ai-secondary": { bg: { value: { _light: "{colors.sys.bg.surface}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.minimal}" } }, fg: { value: { _light: "{colors.sys.turquoise}" } }, "fg-hover": { value: { _light: "{colors.sys.turquoise}" } }, "fg-active": { value: { _light: "{colors.sys.turquoise.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } }, border: { value: { _light: "{colors.sys.turquoise.muted}" } }, "border-hover": { value: { _light: "{colors.sys.turquoise.muted}" } }, "border-active": { value: { _light: "{colors.sys.turquoise}" } }, "border-disabled": { value: { _light: "{colors.sys.border.disabled}" } } }, "ai-tertiary": { bg: { value: { _light: "{colors.sys.bg.transparent}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.transparent}" } }, fg: { value: { _light: "{colors.sys.turquoise}" } }, "fg-hover": { value: { _light: "{colors.sys.turquoise}" } }, "fg-active": { value: { _light: "{colors.sys.turquoise.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } } } }, yM = { text: { label: { value: { _light: "{colors.sys.fg.primary}" } }, inputValue: { value: { _light: "{colors.sys.fg}" } }, placeholder: { value: { _light: "{colors.sys.fg.subtle}" } }, helper: { value: { _light: "{colors.sys.fg.secondary}" } }, error: { value: { _light: "{colors.sys.fg.negative}" } } } }, IM = { info: { bg: { value: { _light: "{colors.sys.info.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.info.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.info.moderate}" } }, border: { value: { _light: "{colors.sys.info.muted}" } }, icon: { value: { _light: "{colors.sys.info.strong}" } }, text: { value: { _light: "{colors.sys.info.strong}" } } }, success: { bg: { value: { _light: "{colors.sys.success.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.success.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.success.moderate}" } }, border: { value: { _light: "{colors.sys.success.muted}" } }, icon: { value: { _light: "{colors.sys.success.strong}" } }, text: { value: { _light: "{colors.sys.success.strong}" } } }, warning: { bg: { value: { _light: "{colors.sys.warning.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.warning.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.warning.moderate}" } }, border: { value: { _light: "{colors.sys.warning.muted}" } }, icon: { value: { _light: "{colors.sys.warning.strong}" } }, text: { value: { _light: "{colors.sys.warning.strong}" } } }, critical: { bg: { value: { _light: "{colors.sys.critical.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.critical.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.critical.moderate}" } }, border: { value: { _light: "{colors.sys.critical.muted}" } }, icon: { value: { _light: "{colors.sys.critical.strong}" } }, text: { value: { _light: "{colors.sys.critical.strong}" } } }, progress: { bg: { value: { _light: "{colors.sys.interactive.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.interactive.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.interactive.moderate}" } }, border: { value: { _light: "{colors.sys.interactive.muted}" } }, icon: { value: { _light: "{colors.sys.interactive.strong}" } }, text: { value: { _light: "{colors.sys.interactive.strong}" } } }, neutral: { bg: { value: { _light: "{colors.sys.neutral.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.neutral.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.neutral.moderate}" } }, border: { value: { _light: "{colors.sys.neutral.muted}" } }, icon: { value: { _light: "{colors.sys.neutral.strong}" } }, text: { value: { _light: "{colors.sys.neutral.strong}" } } }, ai: { bg: { value: { _light: "{colors.sys.turquoise.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.moderate}" } }, border: { value: { _light: "{colors.sys.turquoise.muted}" } }, icon: { value: { _light: "{colors.sys.turquoise.strong}" } }, text: { value: { _light: "{colors.sys.turquoise.strong}" } } } }, bM = { overlay: { value: { _light: "{colors.sys.bg.contrast/50}" } }, "overlay-side": { value: { _light: "linear-gradient (90deg, {colors.sys.bg.contrast/0} 0%, {colors.sys.bg.contrast/32} 100%)" } }, "overlay-light": { value: { _light: "{colors.sys.bg.contrast/16}" } }, skeleton: { value: { _light: "{colors.sys.bg.subtle}" } }, "skeleton-strong": { value: { _light: "{colors.sys.fg.minimal}" } } }, MM = { "header-action": { bg: { value: { _light: "{colors.sys.bg.surface/0}" } }, "bg-hover": { value: { _light: "{colors.sys.bg.surface/20}" } }, "bg-active": { value: { _light: "{colors.sys.bg.surface/20}" } }, "bg-selected": { value: { _light: "{colors.sys.bg.surface/20}" } }, "bg-selected-hover": { value: { _light: "{colors.sys.bg.surface/10}" } } } }, SM = {
|
|
10667
|
-
brand: mM,
|
|
10668
|
-
|
|
10669
|
-
|
|
10670
|
-
|
|
10671
|
-
|
|
10672
|
-
|
|
10673
|
-
|
|
10674
|
-
|
|
10675
|
-
|
|
10676
|
-
|
|
10677
|
-
|
|
10678
|
-
|
|
10679
|
-
|
|
10680
|
-
|
|
10681
|
-
|
|
10682
|
-
|
|
10683
|
-
|
|
10684
|
-
|
|
10685
|
-
|
|
10686
|
-
|
|
10687
|
-
|
|
10688
|
-
|
|
10689
|
-
|
|
10690
|
-
|
|
10691
|
-
|
|
10696
|
+
separator: dM,
|
|
10697
|
+
spinner: uM,
|
|
10698
|
+
textarea: gM
|
|
10699
|
+
}, vM = { primary: { value: { _light: "{colors.pal.purple.30}" } } }, fM = { primary: { value: { _light: "{colors.pal.neutral.90}" } } }, pM = { fg: { base: { value: { _light: "{colors.pal.neutral.10}" } }, primary: { value: { _light: "{colors.pal.purple.10}" } }, secondary: { value: { _light: "{colors.pal.neutral.40}" } }, tertiary: { value: { _light: "{colors.pal.neutral.60}" } }, subtle: { value: { _light: "{colors.pal.neutral.70}" } }, minimal: { value: { _light: "{colors.pal.neutral.80}" } }, positive: { value: { _light: "{colors.pal.green.50}" } }, negative: { value: { _light: "{colors.pal.red.50}" } }, "on-color": { value: { _light: "{colors.pal.neutral.100}" } }, "on-contrast": { value: { _light: "{colors.pal.neutral.95}" } }, "on-disabled": { value: { _light: "{colors.pal.neutral.70}" } }, disabled: { value: { _light: "{colors.pal.neutral.80}" } } }, bg: { surface: { value: { _light: "{colors.pal.neutral.100}" } }, contrast: { value: { _light: "{colors.pal.neutral.10}" } }, moderate: { value: { _light: "{colors.pal.neutral.90}" } }, subtle: { value: { _light: "{colors.pal.neutral.93}" } }, minimal: { value: { _light: "{colors.pal.neutral.95}" } }, disabled: { value: { _light: "{colors.pal.neutral.95}" } } }, border: { minimal: { value: { _light: "{colors.pal.neutral.93}" } }, subtle: { value: { _light: "{colors.pal.neutral.90}" } }, strong: { value: { _light: "{colors.pal.neutral.80}" } }, emphasized: { value: { _light: "{colors.pal.neutral.70}" } }, critical: { value: { _light: "{colors.pal.red.50}" } }, inverse: { value: { _light: "{colors.pal.neutral.100}" } }, "on-contrast": { value: { _light: "{colors.pal.neutral.95}" } }, disabled: { value: { _light: "{colors.pal.neutral.90}" } } }, primary: { base: { value: { _light: "{colors.pal.purple.40}" } }, emphasized: { value: { _light: "{colors.pal.purple.30}" } }, contrast: { value: { _light: "{colors.pal.purple.10}" } }, muted: { value: { _light: "{colors.pal.purple.80}" } }, subtle: { value: { _light: "{colors.pal.purple.93}" } }, disabled: { value: { _light: "{colors.pal.neutral.90}" } } }, interactive: { base: { value: { _light: "{colors.pal.purple.50}" } }, strong: { value: { _light: "{colors.pal.purple.40}" } }, bold: { value: { _light: "{colors.pal.purple.60}" } }, highlight: { value: { _light: "{colors.pal.purple.70}" } }, muted: { value: { _light: "{colors.pal.purple.80}" } }, moderate: { value: { _light: "{colors.pal.purple.90}" } }, subtle: { value: { _light: "{colors.pal.purple.93}" } }, minimal: { value: { _light: "{colors.pal.purple.95}" } }, disabled: { value: { _light: "{colors.pal.neutral.90}" } } }, info: { base: { value: { _light: "{colors.pal.blue.50}" } }, strong: { value: { _light: "{colors.pal.blue.40}" } }, bold: { value: { _light: "{colors.pal.blue.60}" } }, muted: { value: { _light: "{colors.pal.blue.80}" } }, moderate: { value: { _light: "{colors.pal.blue.90}" } }, subtle: { value: { _light: "{colors.pal.blue.93}" } }, minimal: { value: { _light: "{colors.pal.blue.95}" } } }, success: { base: { value: { _light: "{colors.pal.green.50}" } }, strong: { value: { _light: "{colors.pal.green.40}" } }, bold: { value: { _light: "{colors.pal.green.60}" } }, muted: { value: { _light: "{colors.pal.green.80}" } }, moderate: { value: { _light: "{colors.pal.green.90}" } }, subtle: { value: { _light: "{colors.pal.green.93}" } }, minimal: { value: { _light: "{colors.pal.green.95}" } } }, warning: { base: { value: { _light: "{colors.pal.yellow.50}" } }, strong: { value: { _light: "{colors.pal.yellow.40}" } }, bold: { value: { _light: "{colors.pal.yellow.60}" } }, muted: { value: { _light: "{colors.pal.yellow.80}" } }, moderate: { value: { _light: "{colors.pal.yellow.90}" } }, subtle: { value: { _light: "{colors.pal.yellow.93}" } }, minimal: { value: { _light: "{colors.pal.yellow.95}" } } }, critical: { base: { value: { _light: "{colors.pal.red.50}" } }, dark: { value: { _light: "{colors.pal.red.20}" } }, strong: { value: { _light: "{colors.pal.red.40}" } }, bold: { value: { _light: "{colors.pal.red.60}" } }, muted: { value: { _light: "{colors.pal.red.80}" } }, moderate: { value: { _light: "{colors.pal.red.90}" } }, subtle: { value: { _light: "{colors.pal.red.93}" } }, minimal: { value: { _light: "{colors.pal.red.95}" } } }, neutral: { base: { value: { _light: "{colors.pal.neutral.50}" } }, strong: { value: { _light: "{colors.pal.neutral.40}" } }, bold: { value: { _light: "{colors.pal.neutral.60}" } }, muted: { value: { _light: "{colors.pal.neutral.80}" } }, moderate: { value: { _light: "{colors.pal.neutral.90}" } }, subtle: { value: { _light: "{colors.pal.neutral.93}" } }, minimal: { value: { _light: "{colors.pal.neutral.95}" } } }, orange: { base: { value: { _light: "{colors.pal.orange.50}" } }, strong: { value: { _light: "{colors.pal.orange.40}" } }, bold: { value: { _light: "{colors.pal.orange.60}" } }, muted: { value: { _light: "{colors.pal.orange.80}" } }, moderate: { value: { _light: "{colors.pal.orange.90}" } }, subtle: { value: { _light: "{colors.pal.orange.93}" } }, minimal: { value: { _light: "{colors.pal.orange.95}" } } }, turquoise: { base: { value: { _light: "{colors.pal.turquoise.50}" } }, dark: { value: { _light: "{colors.pal.turquoise.20}" } }, emphasized: { value: { _light: "{colors.pal.turquoise.30}" } }, strong: { value: { _light: "{colors.pal.turquoise.40}" } }, bold: { value: { _light: "{colors.pal.turquoise.60}" } }, muted: { value: { _light: "{colors.pal.turquoise.80}" } }, moderate: { value: { _light: "{colors.pal.turquoise.90}" } }, subtle: { value: { _light: "{colors.pal.turquoise.93}" } }, minimal: { value: { _light: "{colors.pal.turquoise.95}" } } } }, wM = { primary: { value: { _light: "{colors.sys.bg.surface}" } }, secondary: { value: { _light: "{colors.sys.bg.minimal}" } }, tertiary: { value: { _light: "{colors.sys.bg.subtle}" } }, hover: { value: { _light: "{colors.sys.bg.subtle}" } }, active: { value: { _light: "{colors.sys.bg.moderate}" } }, selected: { value: { _light: "{colors.sys.interactive.minimal}" } }, "selected-hover": { value: { _light: "{colors.sys.interactive.subtle}" } }, contrast: { value: { _light: "{colors.sys.bg.contrast}" } }, disabled: { value: { _light: "{colors.sys.bg.disabled}" } } }, EM = { regular: { value: { _light: "{colors.sys.border.subtle}" } }, minimal: { value: { _light: "{colors.sys.border.minimal}" } }, strong: { value: { _light: "{colors.sys.border.strong}" } }, hover: { value: { _light: "{colors.sys.border.emphasized}" } }, focus: { value: { _light: "{colors.sys.interactive.highlight}" } }, selected: { value: { _light: "{colors.sys.interactive}" } }, error: { value: { _light: "{colors.sys.border.critical}" } }, inverse: { value: { _light: "{colors.sys.border.inverse}" } }, "on-contrast": { value: { _light: "{colors.sys.border.on-contrast}" } }, disabled: { value: { _light: "{colors.sys.border.disabled}" } } }, xM = { primary: { value: { _light: "{colors.sys.fg.primary}" } }, secondary: { value: { _light: "{colors.sys.fg.secondary}" } }, tertiary: { value: { _light: "{colors.sys.fg.tertiary}" } }, body: { value: { _light: "{colors.sys.fg}" } }, helper: { value: { _light: "{colors.sys.fg.secondary}" } }, link: { value: { _light: "{colors.sys.interactive}" } }, "link-hover": { value: { _light: "{colors.sys.interactive.strong}" } }, selected: { value: { _light: "{colors.sys.interactive}" } }, positive: { value: { _light: "{colors.sys.fg.positive}" } }, negative: { value: { _light: "{colors.sys.fg.negative}" } }, "on-color": { value: { _light: "{colors.sys.fg.on-color}" } }, "on-contrast": { value: { _light: "{colors.sys.fg.on-contrast}" } }, "on-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } }, disabled: { value: { _light: "{colors.sys.fg.disabled}" } } }, CM = { primary: { value: { _light: "{colors.sys.fg.primary}" } }, secondary: { value: { _light: "{colors.sys.fg.secondary}" } }, tertiary: { value: { _light: "{colors.sys.fg.tertiary}" } }, interactive: { value: { _light: "{colors.sys.interactive}" } }, "interactive-hover": { value: { _light: "{colors.sys.interactive.strong}" } }, positive: { value: { _light: "{colors.sys.fg.positive}" } }, negative: { value: { _light: "{colors.sys.fg.negative}" } }, "on-color": { value: { _light: "{colors.sys.fg.on-color}" } }, "on-contrast": { value: { _light: "{colors.sys.fg.on-contrast}" } }, "on-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } }, disabled: { value: { _light: "{colors.sys.fg.disabled}" } } }, yM = { primary: { bg: { value: { _light: "{colors.sys.primary}" } }, "bg-hover": { value: { _light: "{colors.sys.primary.emphasized}" } }, "bg-active": { value: { _light: "{colors.sys.fg.primary}" } }, "bg-disabled": { value: { _light: "{colors.sys.primary.disabled}" } }, fg: { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-active": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } } }, secondary: { bg: { value: { _light: "{colors.sys.bg.surface}" } }, "bg-hover": { value: { _light: "{colors.sys.bg.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.bg.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.minimal}" } }, fg: { value: { _light: "{colors.sys.fg.primary}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.primary}" } }, "fg-active": { value: { _light: "{colors.sys.fg.primary}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } }, border: { value: { _light: "{colors.sys.border.strong}" } }, "border-hover": { value: { _light: "{colors.sys.border.emphasized}" } }, "border-active": { value: { _light: "{colors.sys.border.emphasized}" } }, "border-disabled": { value: { _light: "{colors.sys.border.disabled}" } } }, tertiary: { bg: { value: { _light: "transparent" } }, "bg-hover": { value: { _light: "{colors.sys.bg.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.bg.moderate}" } }, "bg-disabled": { value: { _light: "transparent" } }, fg: { value: { _light: "{colors.sys.interactive}" } }, "fg-hover": { value: { _light: "{colors.sys.interactive.strong}" } }, "fg-active": { value: { _light: "{colors.sys.fg.primary}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } } }, "danger-primary": { bg: { value: { _light: "{colors.sys.critical}" } }, "bg-hover": { value: { _light: "{colors.sys.critical.strong}" } }, "bg-active": { value: { _light: "{colors.sys.critical.dark}" } }, "bg-disabled": { value: { _light: "{colors.sys.primary.disabled}" } }, fg: { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-active": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } } }, "danger-secondary": { bg: { value: { _light: "{colors.sys.bg.surface}" } }, "bg-hover": { value: { _light: "{colors.sys.critical.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.critical.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.minimal}" } }, fg: { value: { _light: "{colors.sys.critical}" } }, "fg-hover": { value: { _light: "{colors.sys.critical}" } }, "fg-active": { value: { _light: "{colors.sys.critical.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } }, border: { value: { _light: "{colors.sys.critical.muted}" } }, "border-hover": { value: { _light: "{colors.sys.critical.muted}" } }, "border-active": { value: { _light: "{colors.sys.critical}" } }, "border-disabled": { value: { _light: "{colors.sys.border.disabled}" } } }, "danger-tertiary": { bg: { value: { _light: "transparent" } }, "bg-hover": { value: { _light: "{colors.sys.critical.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.critical.moderate}" } }, "bg-disabled": { value: { _light: "transparent" } }, fg: { value: { _light: "{colors.sys.critical}" } }, "fg-hover": { value: { _light: "{colors.sys.critical}" } }, "fg-active": { value: { _light: "{colors.sys.critical.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } } }, "ai-primary": { bg: { value: { _light: "{colors.sys.turquoise.strong}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.emphasized}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.dark}" } }, "bg-disabled": { value: { _light: "{colors.sys.primary.disabled}" } }, fg: { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-hover": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-active": { value: { _light: "{colors.sys.fg.on-color}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.on-disabled}" } } }, "ai-secondary": { bg: { value: { _light: "{colors.sys.bg.surface}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.minimal}" } }, fg: { value: { _light: "{colors.sys.turquoise}" } }, "fg-hover": { value: { _light: "{colors.sys.turquoise}" } }, "fg-active": { value: { _light: "{colors.sys.turquoise.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } }, border: { value: { _light: "{colors.sys.turquoise.muted}" } }, "border-hover": { value: { _light: "{colors.sys.turquoise.muted}" } }, "border-active": { value: { _light: "{colors.sys.turquoise}" } }, "border-disabled": { value: { _light: "{colors.sys.border.disabled}" } } }, "ai-tertiary": { bg: { value: { _light: "{colors.sys.bg.transparent}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.minimal}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.moderate}" } }, "bg-disabled": { value: { _light: "{colors.sys.bg.transparent}" } }, fg: { value: { _light: "{colors.sys.turquoise}" } }, "fg-hover": { value: { _light: "{colors.sys.turquoise}" } }, "fg-active": { value: { _light: "{colors.sys.turquoise.strong}" } }, "fg-disabled": { value: { _light: "{colors.sys.fg.disabled}" } } } }, IM = { text: { label: { value: { _light: "{colors.sys.fg.primary}" } }, inputValue: { value: { _light: "{colors.sys.fg}" } }, placeholder: { value: { _light: "{colors.sys.fg.subtle}" } }, helper: { value: { _light: "{colors.sys.fg.secondary}" } }, error: { value: { _light: "{colors.sys.fg.negative}" } } } }, bM = { info: { bg: { value: { _light: "{colors.sys.info.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.info.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.info.moderate}" } }, border: { value: { _light: "{colors.sys.info.muted}" } }, icon: { value: { _light: "{colors.sys.info.strong}" } }, text: { value: { _light: "{colors.sys.info.strong}" } } }, success: { bg: { value: { _light: "{colors.sys.success.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.success.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.success.moderate}" } }, border: { value: { _light: "{colors.sys.success.muted}" } }, icon: { value: { _light: "{colors.sys.success.strong}" } }, text: { value: { _light: "{colors.sys.success.strong}" } } }, warning: { bg: { value: { _light: "{colors.sys.warning.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.warning.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.warning.moderate}" } }, border: { value: { _light: "{colors.sys.warning.muted}" } }, icon: { value: { _light: "{colors.sys.warning.strong}" } }, text: { value: { _light: "{colors.sys.warning.strong}" } } }, critical: { bg: { value: { _light: "{colors.sys.critical.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.critical.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.critical.moderate}" } }, border: { value: { _light: "{colors.sys.critical.muted}" } }, icon: { value: { _light: "{colors.sys.critical.strong}" } }, text: { value: { _light: "{colors.sys.critical.strong}" } } }, progress: { bg: { value: { _light: "{colors.sys.interactive.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.interactive.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.interactive.moderate}" } }, border: { value: { _light: "{colors.sys.interactive.muted}" } }, icon: { value: { _light: "{colors.sys.interactive.strong}" } }, text: { value: { _light: "{colors.sys.interactive.strong}" } } }, neutral: { bg: { value: { _light: "{colors.sys.neutral.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.neutral.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.neutral.moderate}" } }, border: { value: { _light: "{colors.sys.neutral.muted}" } }, icon: { value: { _light: "{colors.sys.neutral.strong}" } }, text: { value: { _light: "{colors.sys.neutral.strong}" } } }, ai: { bg: { value: { _light: "{colors.sys.turquoise.minimal}" } }, "bg-hover": { value: { _light: "{colors.sys.turquoise.subtle}" } }, "bg-active": { value: { _light: "{colors.sys.turquoise.moderate}" } }, border: { value: { _light: "{colors.sys.turquoise.muted}" } }, icon: { value: { _light: "{colors.sys.turquoise.strong}" } }, text: { value: { _light: "{colors.sys.turquoise.strong}" } } } }, MM = { overlay: { value: { _light: "{colors.sys.bg.contrast/50}" } }, "overlay-side": { value: { _light: "linear-gradient (90deg, {colors.sys.bg.contrast/0} 0%, {colors.sys.bg.contrast/32} 100%)" } }, "overlay-light": { value: { _light: "{colors.sys.bg.contrast/16}" } }, skeleton: { value: { _light: "{colors.sys.bg.subtle}" } }, "skeleton-strong": { value: { _light: "{colors.sys.fg.minimal}" } } }, SM = { "header-action": { bg: { value: { _light: "{colors.sys.bg.surface/0}" } }, "bg-hover": { value: { _light: "{colors.sys.bg.surface/20}" } }, "bg-active": { value: { _light: "{colors.sys.bg.surface/20}" } }, "bg-selected": { value: { _light: "{colors.sys.bg.surface/20}" } }, "bg-selected-hover": { value: { _light: "{colors.sys.bg.surface/10}" } } } }, RM = {
|
|
10700
|
+
brand: vM,
|
|
10701
|
+
separator: fM,
|
|
10702
|
+
sys: pM,
|
|
10703
|
+
background: wM,
|
|
10704
|
+
border: EM,
|
|
10705
|
+
text: xM,
|
|
10706
|
+
icon: CM,
|
|
10707
|
+
button: yM,
|
|
10708
|
+
input: IM,
|
|
10709
|
+
status: bM,
|
|
10710
|
+
utilities: MM,
|
|
10711
|
+
ui: SM
|
|
10712
|
+
}, zM = ao.colors(rn(RM)), AM = { value: { _light: "0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1) inset, 0 0 0 3px var(--colors-purple-70)" } }, VM = { value: { _light: "0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1) inset" } }, OM = { value: { _light: "0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.1) inset" } }, jM = { value: { _light: "0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08)" } }, HM = { value: { _light: "0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.06)" } }, kM = { value: { _light: "0 0 0 3px var(--colors-purple-70)" } }, LM = { value: { _light: "0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.06)" } }, NM = { value: { _light: "0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.2)" } }, BM = {
|
|
10713
|
+
formFocus: AM,
|
|
10714
|
+
inner: VM,
|
|
10715
|
+
innerSmall: OM,
|
|
10716
|
+
large: jM,
|
|
10717
|
+
medium: HM,
|
|
10718
|
+
outline: kM,
|
|
10719
|
+
small: LM,
|
|
10720
|
+
tooltip: NM
|
|
10721
|
+
}, TM = ao.shadows(BM), PM = {
|
|
10722
|
+
colors: zM,
|
|
10723
|
+
shadows: TM
|
|
10724
|
+
}, FM = a4({
|
|
10692
10725
|
className: "field",
|
|
10693
10726
|
slots: j3.keys(),
|
|
10694
10727
|
base: {
|
|
@@ -10731,8 +10764,8 @@ const Re = (e) => {
|
|
|
10731
10764
|
}
|
|
10732
10765
|
}
|
|
10733
10766
|
}
|
|
10734
|
-
}),
|
|
10735
|
-
field:
|
|
10767
|
+
}), _M = {
|
|
10768
|
+
field: FM
|
|
10736
10769
|
}, T = {
|
|
10737
10770
|
"mono/code-2": {
|
|
10738
10771
|
value: {
|
|
@@ -10957,7 +10990,7 @@ const Re = (e) => {
|
|
|
10957
10990
|
fontSize: "3rem"
|
|
10958
10991
|
}
|
|
10959
10992
|
}
|
|
10960
|
-
},
|
|
10993
|
+
}, DM = {
|
|
10961
10994
|
...T,
|
|
10962
10995
|
"display/lg": T["sans/size-8/bold"],
|
|
10963
10996
|
"display/sm": T["sans/size-7/bold"],
|
|
@@ -11010,15 +11043,15 @@ const Re = (e) => {
|
|
|
11010
11043
|
"comp/badge/sm": T["sans/size-1/uppercase-bold"],
|
|
11011
11044
|
"comp/dialog/title": T["sans/size-5/bold"],
|
|
11012
11045
|
"comp/dialog/label": T["sans/size-2/uppercase-semibold"]
|
|
11013
|
-
},
|
|
11046
|
+
}, qM = h4(DM), $M = Ye.animations({
|
|
11014
11047
|
spin: { value: "spin 1s linear infinite" }
|
|
11015
|
-
}),
|
|
11016
|
-
pal:
|
|
11017
|
-
brand:
|
|
11018
|
-
},
|
|
11019
|
-
body:
|
|
11020
|
-
mono:
|
|
11021
|
-
},
|
|
11048
|
+
}), WM = { neutral: { 10: { value: "#201b22" }, 20: { value: "#362d39" }, 30: { value: "#49404f" }, 40: { value: "#6b6071" }, 50: { value: "#7d7184" }, 60: { value: "#94879b" }, 70: { value: "#afa4b4" }, 80: { value: "#c9c1cd" }, 90: { value: "#dfdae1" }, 93: { value: "#efebef" }, 95: { value: "#f6f4f6" }, 100: { value: "#fff" } }, purple: { 10: { value: "#2b0e3f" }, 20: { value: "#421560" }, 30: { value: "#5c2a7e" }, 40: { value: "#7b3ba5" }, 50: { value: "#9247c2" }, 60: { value: "#ae63de" }, 70: { value: "#c289e6" }, 80: { value: "#d5adeb" }, 90: { value: "#ead4f2" }, 93: { value: "#f3e7f9" }, 95: { value: "#f9f2fd" } }, red: { 10: { value: "#47060c" }, 20: { value: "#630811" }, 30: { value: "#78111c" }, 40: { value: "#a91e2e" }, 50: { value: "#d72d40" }, 60: { value: "#f7596c" }, 70: { value: "#ff8091" }, 80: { value: "#ffa8b5" }, 90: { value: "#ffccd5" }, 93: { value: "#ffe5eb" }, 95: { value: "#fff0f3" } }, orange: { 10: { value: "#421000" }, 20: { value: "#661900" }, 30: { value: "#7a2200" }, 40: { value: "#a33500" }, 50: { value: "#d45202" }, 60: { value: "#ed720c" }, 70: { value: "#fd9730" }, 80: { value: "#ffb766" }, 90: { value: "#ffd5a3" }, 93: { value: "#ffe9cf" }, 95: { value: "#fff4e5" } }, yellow: { 10: { value: "#2e1c00" }, 20: { value: "#4d2f00" }, 30: { value: "#613e00" }, 40: { value: "#875b00" }, 50: { value: "#b27e00" }, 60: { value: "#d6a200" }, 70: { value: "#ebba00" }, 80: { value: "#f9cc15" }, 90: { value: "#fbe074" }, 93: { value: "#ffefad" }, 95: { value: "#fff6d1" } }, green: { 10: { value: "#042a0f" }, 20: { value: "#064217" }, 30: { value: "#0b5620" }, 40: { value: "#167231" }, 50: { value: "#2a9d4c" }, 60: { value: "#4eb76c" }, 70: { value: "#77cf8f" }, 80: { value: "#a1deb2" }, 90: { value: "#c3eace" }, 93: { value: "#e1f4e7" }, 95: { value: "#eef9f1" } }, turquoise: { 10: { value: "#002924" }, 20: { value: "#003d36" }, 30: { value: "#005248" }, 40: { value: "#007366" }, 50: { value: "#009e8e" }, 60: { value: "#11bba9" }, 70: { value: "#55cec3" }, 80: { value: "#8ae0d7" }, 90: { value: "#aeefe8" }, 93: { value: "#d8f8f4" }, 95: { value: "#e9fbf9" } }, blue: { 10: { value: "#002442" }, 20: { value: "#00315c" }, 30: { value: "#044781" }, 40: { value: "#1066ac" }, 50: { value: "#2582d0" }, 60: { value: "#4f9bde" }, 70: { value: "#71b8ef" }, 80: { value: "#99d1f5" }, 90: { value: "#c2e7fa" }, 93: { value: "#def2fc" }, 95: { value: "#ecf8fd" } } }, GM = { purple: { darkest: { value: "#3d125f" }, dark: { value: "#500e82" }, mid: { value: "#6a3c98" }, light: { value: "#deb4ff" }, lightest: { value: "#f6eaff" } }, blue: { dark: { value: "#11258e" }, mid: { value: "#005fbe" }, light: { value: "#88e3ff" }, lightest: { value: "#d7f5ff" } }, teal: { dark: { value: "#106375" }, mid: { value: "#10c0c0" }, light: { value: "#95ffec" }, lightest: { value: "#dbfffd" } }, green: { dark: { value: "#107557" }, mid: { value: "#0fc382" }, light: { value: "#95ffcc" }, lightest: { value: "#dbfff3" } }, yellow: { mid: { value: "#ffc500" }, light: { value: "#ffe27f" }, lightest: { value: "#fff4cd" } }, orange: { dark: { value: "#ff4400" }, mid: { value: "#ffa17f" }, light: { value: "#ffd7c9" } }, red: { dark: { value: "#e5113c" }, mid: { value: "#ff9cd8" }, light: { value: "#ffd0ec" } }, neutral: { black: { value: "#000" }, dark: { value: "#7c7c7c" }, light: { value: "#dbdbdb" }, white: { value: "#fff" } } }, UM = {
|
|
11049
|
+
pal: WM,
|
|
11050
|
+
brand: GM
|
|
11051
|
+
}, YM = Ye.colors(rn(UM)), XM = { value: '"Figtree Variable", sans-serif' }, KM = { value: '"Source Code Pro Variable", monospace' }, JM = {
|
|
11052
|
+
body: XM,
|
|
11053
|
+
mono: KM
|
|
11054
|
+
}, QM = Ye.fonts(JM), ZM = { value: "1rem" }, eS = {
|
|
11022
11055
|
1: { value: "0.75rem" },
|
|
11023
11056
|
2: { value: "0.875rem" },
|
|
11024
11057
|
3: { value: "1rem" },
|
|
@@ -11027,20 +11060,20 @@ const Re = (e) => {
|
|
|
11027
11060
|
6: { value: "1.875rem" },
|
|
11028
11061
|
7: { value: "2.25rem" },
|
|
11029
11062
|
8: { value: "3rem" },
|
|
11030
|
-
base:
|
|
11031
|
-
},
|
|
11032
|
-
bold:
|
|
11033
|
-
demiBold:
|
|
11034
|
-
normal:
|
|
11035
|
-
semibold:
|
|
11036
|
-
},
|
|
11063
|
+
base: ZM
|
|
11064
|
+
}, tS = Ye.fontSizes(eS), nS = { value: 700 }, lS = { value: 600 }, oS = { value: 400 }, rS = { value: 600 }, iS = {
|
|
11065
|
+
bold: nS,
|
|
11066
|
+
demiBold: lS,
|
|
11067
|
+
normal: oS,
|
|
11068
|
+
semibold: rS
|
|
11069
|
+
}, aS = Ye.fontWeights(iS), sS = {
|
|
11037
11070
|
2: { value: "0.125rem" },
|
|
11038
11071
|
4: { value: "0.25rem" },
|
|
11039
11072
|
8: { value: "0.5rem" },
|
|
11040
11073
|
12: { value: "0.75rem" },
|
|
11041
11074
|
16: { value: "1rem" },
|
|
11042
11075
|
24: { value: "1.5rem" }
|
|
11043
|
-
},
|
|
11076
|
+
}, cS = Ye.radii(sS), ko = {
|
|
11044
11077
|
1: { value: "0.0625rem" },
|
|
11045
11078
|
2: { value: "0.125rem" },
|
|
11046
11079
|
4: { value: "0.25rem" },
|
|
@@ -11056,48 +11089,48 @@ const Re = (e) => {
|
|
|
11056
11089
|
64: { value: "4rem" },
|
|
11057
11090
|
96: { value: "6rem" },
|
|
11058
11091
|
128: { value: "8rem" }
|
|
11059
|
-
},
|
|
11060
|
-
base:
|
|
11061
|
-
dialog:
|
|
11062
|
-
dialogOverlay:
|
|
11063
|
-
fullDialog:
|
|
11064
|
-
fullDialogOverlay:
|
|
11065
|
-
header:
|
|
11066
|
-
hide:
|
|
11067
|
-
popover:
|
|
11068
|
-
tooltip:
|
|
11069
|
-
},
|
|
11070
|
-
animations:
|
|
11071
|
-
colors:
|
|
11072
|
-
fonts:
|
|
11073
|
-
fontSizes:
|
|
11074
|
-
fontWeights:
|
|
11075
|
-
radii:
|
|
11076
|
-
sizes:
|
|
11077
|
-
spacing:
|
|
11078
|
-
zIndex:
|
|
11079
|
-
},
|
|
11092
|
+
}, hS = Ye.sizes(ko), dS = Ye.spacing(ko), uS = { value: 0 }, gS = { value: 1300 }, mS = { value: 1299 }, vS = { value: 1200 }, fS = { value: 1199 }, pS = { value: 1100 }, wS = { value: -1 }, ES = { value: 1400 }, xS = { value: 1500 }, CS = {
|
|
11093
|
+
base: uS,
|
|
11094
|
+
dialog: gS,
|
|
11095
|
+
dialogOverlay: mS,
|
|
11096
|
+
fullDialog: vS,
|
|
11097
|
+
fullDialogOverlay: fS,
|
|
11098
|
+
header: pS,
|
|
11099
|
+
hide: wS,
|
|
11100
|
+
popover: ES,
|
|
11101
|
+
tooltip: xS
|
|
11102
|
+
}, yS = Ye.zIndex(CS), IS = {
|
|
11103
|
+
animations: $M,
|
|
11104
|
+
colors: YM,
|
|
11105
|
+
fonts: QM,
|
|
11106
|
+
fontSizes: tS,
|
|
11107
|
+
fontWeights: aS,
|
|
11108
|
+
radii: cS,
|
|
11109
|
+
sizes: hS,
|
|
11110
|
+
spacing: dS,
|
|
11111
|
+
zIndex: yS
|
|
11112
|
+
}, bS = s4({
|
|
11080
11113
|
spin: {
|
|
11081
11114
|
"0%": { transform: "rotate(0deg)" },
|
|
11082
11115
|
"100%": { transform: "rotate(360deg)" }
|
|
11083
11116
|
}
|
|
11084
|
-
}),
|
|
11117
|
+
}), MS = so({
|
|
11085
11118
|
preflight: !0,
|
|
11086
11119
|
cssVarsPrefix: "",
|
|
11087
11120
|
cssVarsRoot: ":where(:root, :host)",
|
|
11088
11121
|
globalCss: rM,
|
|
11089
11122
|
theme: {
|
|
11090
11123
|
breakpoints: oM,
|
|
11091
|
-
keyframes:
|
|
11092
|
-
tokens:
|
|
11093
|
-
semanticTokens:
|
|
11094
|
-
slotRecipes:
|
|
11095
|
-
recipes:
|
|
11096
|
-
textStyles:
|
|
11097
|
-
}
|
|
11098
|
-
}),
|
|
11124
|
+
keyframes: bS,
|
|
11125
|
+
tokens: IS,
|
|
11126
|
+
semanticTokens: PM,
|
|
11127
|
+
slotRecipes: _M,
|
|
11128
|
+
recipes: mM,
|
|
11129
|
+
textStyles: qM
|
|
11130
|
+
}
|
|
11131
|
+
}), SS = V3(w4, MS), zS = (e) => /* @__PURE__ */ r.jsx(Gr, { ...e, value: SS });
|
|
11099
11132
|
export {
|
|
11100
|
-
|
|
11133
|
+
zS as BitkitProvider,
|
|
11101
11134
|
N3 as IconAbortCircle16,
|
|
11102
11135
|
xv as IconAbortCircle24,
|
|
11103
11136
|
T3 as IconAbortCircleFilled16,
|
|
@@ -11622,5 +11655,5 @@ export {
|
|
|
11622
11655
|
Zb as IconXamarin24,
|
|
11623
11656
|
fv as IconXcode16,
|
|
11624
11657
|
tM as IconXcode24,
|
|
11625
|
-
|
|
11658
|
+
SS as bitriseTheme
|
|
11626
11659
|
};
|