commerce-toolkit 0.0.17 → 0.0.18
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/components/card/index.d.ts +1 -0
- package/dist/components/card/index.d.ts.map +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +447 -407
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as i, jsxs as
|
|
1
|
+
import { jsx as i, jsxs as T, Fragment as et } from "react/jsx-runtime";
|
|
2
2
|
import * as m from "react";
|
|
3
|
-
import I, { useState as we, useEffect as tt, createContext as ee, useMemo as te, use as re, forwardRef as rt, createElement as Ce, useCallback as
|
|
3
|
+
import I, { useState as we, useEffect as tt, createContext as ee, useMemo as te, use as re, forwardRef as rt, createElement as Ce, useCallback as Wt } from "react";
|
|
4
4
|
import "react-dom";
|
|
5
|
-
function
|
|
6
|
-
return /* @__PURE__ */ i(
|
|
5
|
+
function Qo({ className: e, colorScheme: t = "light", items: r, ...o }) {
|
|
6
|
+
return /* @__PURE__ */ i(bo, { colorScheme: t, items: r, children: /* @__PURE__ */ i(mo, { className: e, ...o, children: r.map((n) => /* @__PURE__ */ i(
|
|
7
7
|
go,
|
|
8
8
|
{
|
|
9
9
|
content: n.content,
|
|
10
10
|
title: n.title,
|
|
11
11
|
value: n.value,
|
|
12
|
-
children: /* @__PURE__ */
|
|
13
|
-
/* @__PURE__ */ i(
|
|
14
|
-
/* @__PURE__ */ i(
|
|
12
|
+
children: /* @__PURE__ */ T(fo, { children: [
|
|
13
|
+
/* @__PURE__ */ i(ho, {}),
|
|
14
|
+
/* @__PURE__ */ i(po, {})
|
|
15
15
|
] })
|
|
16
16
|
},
|
|
17
17
|
n.value
|
|
@@ -45,9 +45,9 @@ function Re(e, t = []) {
|
|
|
45
45
|
);
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
return n.scopeName = e, [o,
|
|
48
|
+
return n.scopeName = e, [o, Ht(n, ...t)];
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Ht(...e) {
|
|
51
51
|
const t = e[0];
|
|
52
52
|
if (e.length === 1) return t;
|
|
53
53
|
const r = () => {
|
|
@@ -91,8 +91,8 @@ function Y(...e) {
|
|
|
91
91
|
}
|
|
92
92
|
// @__NO_SIDE_EFFECTS__
|
|
93
93
|
function Ae(e) {
|
|
94
|
-
const t = /* @__PURE__ */
|
|
95
|
-
const { children: a, ...s } = o, l = m.Children.toArray(a), c = l.find(
|
|
94
|
+
const t = /* @__PURE__ */ qt(e), r = m.forwardRef((o, n) => {
|
|
95
|
+
const { children: a, ...s } = o, l = m.Children.toArray(a), c = l.find(Zt);
|
|
96
96
|
if (c) {
|
|
97
97
|
const f = c.props.children, p = l.map((h) => h === c ? m.Children.count(f) > 1 ? m.Children.only(null) : m.isValidElement(f) ? f.props.children : null : h);
|
|
98
98
|
return /* @__PURE__ */ i(t, { ...s, ref: n, children: m.isValidElement(f) ? m.cloneElement(f, void 0, p) : null });
|
|
@@ -102,22 +102,22 @@ function Ae(e) {
|
|
|
102
102
|
return r.displayName = `${e}.Slot`, r;
|
|
103
103
|
}
|
|
104
104
|
// @__NO_SIDE_EFFECTS__
|
|
105
|
-
function
|
|
105
|
+
function qt(e) {
|
|
106
106
|
const t = m.forwardRef((r, o) => {
|
|
107
107
|
const { children: n, ...a } = r;
|
|
108
108
|
if (m.isValidElement(n)) {
|
|
109
|
-
const s =
|
|
109
|
+
const s = Jt(n), l = Xt(a, n.props);
|
|
110
110
|
return n.type !== m.Fragment && (l.ref = o ? ot(o, s) : s), m.cloneElement(n, l);
|
|
111
111
|
}
|
|
112
112
|
return m.Children.count(n) > 1 ? m.Children.only(null) : null;
|
|
113
113
|
});
|
|
114
114
|
return t.displayName = `${e}.SlotClone`, t;
|
|
115
115
|
}
|
|
116
|
-
var
|
|
117
|
-
function
|
|
118
|
-
return m.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId ===
|
|
116
|
+
var Kt = Symbol("radix.slottable");
|
|
117
|
+
function Zt(e) {
|
|
118
|
+
return m.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === Kt;
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function Xt(e, t) {
|
|
121
121
|
const r = { ...t };
|
|
122
122
|
for (const o in t) {
|
|
123
123
|
const n = e[o], a = t[o];
|
|
@@ -128,11 +128,11 @@ function Zt(e, t) {
|
|
|
128
128
|
}
|
|
129
129
|
return { ...e, ...r };
|
|
130
130
|
}
|
|
131
|
-
function
|
|
131
|
+
function Jt(e) {
|
|
132
132
|
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning;
|
|
133
133
|
return r ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning, r ? e.props.ref : e.props.ref || e.ref);
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function Yt(e) {
|
|
136
136
|
const t = e + "CollectionProvider", [r, o] = Re(t), [n, a] = r(
|
|
137
137
|
t,
|
|
138
138
|
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
@@ -150,8 +150,8 @@ function Jt(e) {
|
|
|
150
150
|
f.displayName = l;
|
|
151
151
|
const p = e + "CollectionItemSlot", h = "data-radix-collection-item", N = /* @__PURE__ */ Ae(p), w = I.forwardRef(
|
|
152
152
|
(k, C) => {
|
|
153
|
-
const { scope: P, children: y, ..._ } = k, S = I.useRef(null),
|
|
154
|
-
return I.useEffect(() => (E.itemMap.set(S, { ref: S, ..._ }), () => void E.itemMap.delete(S))), /* @__PURE__ */ i(N, { [h]: "", ref:
|
|
153
|
+
const { scope: P, children: y, ..._ } = k, S = I.useRef(null), O = Y(C, S), E = a(p, P);
|
|
154
|
+
return I.useEffect(() => (E.itemMap.set(S, { ref: S, ..._ }), () => void E.itemMap.delete(S))), /* @__PURE__ */ i(N, { [h]: "", ref: O, children: y });
|
|
155
155
|
}
|
|
156
156
|
);
|
|
157
157
|
w.displayName = p;
|
|
@@ -179,7 +179,7 @@ function nt(e, t, { checkForDefaultPrevented: r = !0 } = {}) {
|
|
|
179
179
|
};
|
|
180
180
|
}
|
|
181
181
|
var Q = globalThis?.document ? m.useLayoutEffect : () => {
|
|
182
|
-
},
|
|
182
|
+
}, Qt = m[" useInsertionEffect ".trim().toString()] || Q;
|
|
183
183
|
function Se({
|
|
184
184
|
prop: e,
|
|
185
185
|
defaultProp: t,
|
|
@@ -187,7 +187,7 @@ function Se({
|
|
|
187
187
|
},
|
|
188
188
|
caller: o
|
|
189
189
|
}) {
|
|
190
|
-
const [n, a, s] =
|
|
190
|
+
const [n, a, s] = er({
|
|
191
191
|
defaultProp: t,
|
|
192
192
|
onChange: r
|
|
193
193
|
}), l = e !== void 0, c = l ? e : n;
|
|
@@ -203,7 +203,7 @@ function Se({
|
|
|
203
203
|
const f = m.useCallback(
|
|
204
204
|
(p) => {
|
|
205
205
|
if (l) {
|
|
206
|
-
const h =
|
|
206
|
+
const h = tr(p) ? p(e) : p;
|
|
207
207
|
h !== e && s.current?.(h);
|
|
208
208
|
} else
|
|
209
209
|
a(p);
|
|
@@ -212,21 +212,21 @@ function Se({
|
|
|
212
212
|
);
|
|
213
213
|
return [c, f];
|
|
214
214
|
}
|
|
215
|
-
function
|
|
215
|
+
function er({
|
|
216
216
|
defaultProp: e,
|
|
217
217
|
onChange: t
|
|
218
218
|
}) {
|
|
219
219
|
const [r, o] = m.useState(e), n = m.useRef(r), a = m.useRef(t);
|
|
220
|
-
return
|
|
220
|
+
return Qt(() => {
|
|
221
221
|
a.current = t;
|
|
222
222
|
}, [t]), m.useEffect(() => {
|
|
223
223
|
n.current !== r && (a.current?.(r), n.current = r);
|
|
224
224
|
}, [r, n]), [r, o, a];
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function tr(e) {
|
|
227
227
|
return typeof e == "function";
|
|
228
228
|
}
|
|
229
|
-
var
|
|
229
|
+
var rr = [
|
|
230
230
|
"a",
|
|
231
231
|
"button",
|
|
232
232
|
"div",
|
|
@@ -244,23 +244,23 @@ var tr = [
|
|
|
244
244
|
"span",
|
|
245
245
|
"svg",
|
|
246
246
|
"ul"
|
|
247
|
-
], oe =
|
|
247
|
+
], oe = rr.reduce((e, t) => {
|
|
248
248
|
const r = /* @__PURE__ */ Ae(`Primitive.${t}`), o = m.forwardRef((n, a) => {
|
|
249
249
|
const { asChild: s, ...l } = n, c = s ? r : t;
|
|
250
250
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ i(c, { ...l, ref: a });
|
|
251
251
|
});
|
|
252
252
|
return o.displayName = `Primitive.${t}`, { ...e, [t]: o };
|
|
253
253
|
}, {});
|
|
254
|
-
function
|
|
254
|
+
function or(e, t) {
|
|
255
255
|
return m.useReducer((r, o) => t[r][o] ?? r, e);
|
|
256
256
|
}
|
|
257
257
|
var at = (e) => {
|
|
258
|
-
const { present: t, children: r } = e, o =
|
|
258
|
+
const { present: t, children: r } = e, o = nr(t), n = typeof r == "function" ? r({ present: o.isPresent }) : m.Children.only(r), a = Y(o.ref, ar(n));
|
|
259
259
|
return typeof r == "function" || o.isPresent ? m.cloneElement(n, { ref: a }) : null;
|
|
260
260
|
};
|
|
261
261
|
at.displayName = "Presence";
|
|
262
|
-
function
|
|
263
|
-
const [t, r] = m.useState(), o = m.useRef(null), n = m.useRef(e), a = m.useRef("none"), s = e ? "mounted" : "unmounted", [l, c] =
|
|
262
|
+
function nr(e) {
|
|
263
|
+
const [t, r] = m.useState(), o = m.useRef(null), n = m.useRef(e), a = m.useRef("none"), s = e ? "mounted" : "unmounted", [l, c] = or(s, {
|
|
264
264
|
mounted: {
|
|
265
265
|
UNMOUNT: "unmounted",
|
|
266
266
|
ANIMATION_OUT: "unmountSuspended"
|
|
@@ -311,19 +311,19 @@ function or(e) {
|
|
|
311
311
|
function de(e) {
|
|
312
312
|
return e?.animationName || "none";
|
|
313
313
|
}
|
|
314
|
-
function
|
|
314
|
+
function ar(e) {
|
|
315
315
|
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning;
|
|
316
316
|
return r ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning, r ? e.props.ref : e.props.ref || e.ref);
|
|
317
317
|
}
|
|
318
|
-
var
|
|
319
|
-
}),
|
|
318
|
+
var sr = m[" useId ".trim().toString()] || (() => {
|
|
319
|
+
}), ir = 0;
|
|
320
320
|
function st(e) {
|
|
321
|
-
const [t, r] = m.useState(
|
|
321
|
+
const [t, r] = m.useState(sr());
|
|
322
322
|
return Q(() => {
|
|
323
|
-
r((o) => o ?? String(
|
|
323
|
+
r((o) => o ?? String(ir++));
|
|
324
324
|
}, [e]), t ? `radix-${t}` : "";
|
|
325
325
|
}
|
|
326
|
-
var pe = "Collapsible", [
|
|
326
|
+
var pe = "Collapsible", [lr, it] = Re(pe), [cr, Me] = lr(pe), lt = m.forwardRef(
|
|
327
327
|
(e, t) => {
|
|
328
328
|
const {
|
|
329
329
|
__scopeCollapsible: r,
|
|
@@ -339,7 +339,7 @@ var pe = "Collapsible", [ir, it] = Re(pe), [lr, Me] = ir(pe), lt = m.forwardRef(
|
|
|
339
339
|
caller: pe
|
|
340
340
|
});
|
|
341
341
|
return /* @__PURE__ */ i(
|
|
342
|
-
|
|
342
|
+
cr,
|
|
343
343
|
{
|
|
344
344
|
scope: r,
|
|
345
345
|
disabled: a,
|
|
@@ -383,11 +383,11 @@ dt.displayName = ct;
|
|
|
383
383
|
var Ee = "CollapsibleContent", ut = m.forwardRef(
|
|
384
384
|
(e, t) => {
|
|
385
385
|
const { forceMount: r, ...o } = e, n = Me(Ee, e.__scopeCollapsible);
|
|
386
|
-
return /* @__PURE__ */ i(at, { present: r || n.open, children: ({ present: a }) => /* @__PURE__ */ i(
|
|
386
|
+
return /* @__PURE__ */ i(at, { present: r || n.open, children: ({ present: a }) => /* @__PURE__ */ i(dr, { ...o, ref: t, present: a }) });
|
|
387
387
|
}
|
|
388
388
|
);
|
|
389
389
|
ut.displayName = Ee;
|
|
390
|
-
var
|
|
390
|
+
var dr = m.forwardRef((e, t) => {
|
|
391
391
|
const { __scopeCollapsible: r, present: o, children: n, ...a } = e, s = Me(Ee, r), [l, c] = m.useState(o), f = m.useRef(null), p = Y(t, f), h = m.useRef(0), N = h.current, w = m.useRef(0), A = w.current, k = s.open || l, C = m.useRef(k), P = m.useRef(void 0);
|
|
392
392
|
return m.useEffect(() => {
|
|
393
393
|
const y = requestAnimationFrame(() => C.current = !1);
|
|
@@ -423,25 +423,25 @@ var cr = m.forwardRef((e, t) => {
|
|
|
423
423
|
function ze(e) {
|
|
424
424
|
return e ? "open" : "closed";
|
|
425
425
|
}
|
|
426
|
-
var
|
|
427
|
-
function
|
|
428
|
-
const t = m.useContext(
|
|
426
|
+
var ur = lt, fr = dt, mr = ut, pr = m.createContext(void 0);
|
|
427
|
+
function br(e) {
|
|
428
|
+
const t = m.useContext(pr);
|
|
429
429
|
return e || t || "ltr";
|
|
430
430
|
}
|
|
431
|
-
var
|
|
432
|
-
|
|
431
|
+
var B = "Accordion", gr = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"], [Te, hr, vr] = Yt(B), [be] = Re(B, [
|
|
432
|
+
vr,
|
|
433
433
|
it
|
|
434
434
|
]), Oe = it(), ft = I.forwardRef(
|
|
435
435
|
(e, t) => {
|
|
436
436
|
const { type: r, ...o } = e, n = o, a = o;
|
|
437
|
-
return /* @__PURE__ */ i(Te.Provider, { scope: e.__scopeAccordion, children: r === "multiple" ? /* @__PURE__ */ i(
|
|
437
|
+
return /* @__PURE__ */ i(Te.Provider, { scope: e.__scopeAccordion, children: r === "multiple" ? /* @__PURE__ */ i(wr, { ...a, ref: t }) : /* @__PURE__ */ i(kr, { ...n, ref: t }) });
|
|
438
438
|
}
|
|
439
439
|
);
|
|
440
|
-
ft.displayName =
|
|
441
|
-
var [mt,
|
|
442
|
-
|
|
440
|
+
ft.displayName = B;
|
|
441
|
+
var [mt, xr] = be(B), [pt, yr] = be(
|
|
442
|
+
B,
|
|
443
443
|
{ collapsible: !1 }
|
|
444
|
-
),
|
|
444
|
+
), kr = I.forwardRef(
|
|
445
445
|
(e, t) => {
|
|
446
446
|
const {
|
|
447
447
|
value: r,
|
|
@@ -454,7 +454,7 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
454
454
|
prop: r,
|
|
455
455
|
defaultProp: o ?? "",
|
|
456
456
|
onChange: n,
|
|
457
|
-
caller:
|
|
457
|
+
caller: B
|
|
458
458
|
});
|
|
459
459
|
return /* @__PURE__ */ i(
|
|
460
460
|
mt,
|
|
@@ -463,11 +463,11 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
463
463
|
value: I.useMemo(() => l ? [l] : [], [l]),
|
|
464
464
|
onItemOpen: c,
|
|
465
465
|
onItemClose: I.useCallback(() => a && c(""), [a, c]),
|
|
466
|
-
children: /* @__PURE__ */ i(pt, { scope: e.__scopeAccordion, collapsible: a, children: /* @__PURE__ */ i(
|
|
466
|
+
children: /* @__PURE__ */ i(pt, { scope: e.__scopeAccordion, collapsible: a, children: /* @__PURE__ */ i(bt, { ...s, ref: t }) })
|
|
467
467
|
}
|
|
468
468
|
);
|
|
469
469
|
}
|
|
470
|
-
),
|
|
470
|
+
), wr = I.forwardRef((e, t) => {
|
|
471
471
|
const {
|
|
472
472
|
value: r,
|
|
473
473
|
defaultValue: o,
|
|
@@ -478,7 +478,7 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
478
478
|
prop: r,
|
|
479
479
|
defaultProp: o ?? [],
|
|
480
480
|
onChange: n,
|
|
481
|
-
caller:
|
|
481
|
+
caller: B
|
|
482
482
|
}), c = I.useCallback(
|
|
483
483
|
(p) => l((h = []) => [...h, p]),
|
|
484
484
|
[l]
|
|
@@ -493,18 +493,18 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
493
493
|
value: s,
|
|
494
494
|
onItemOpen: c,
|
|
495
495
|
onItemClose: f,
|
|
496
|
-
children: /* @__PURE__ */ i(pt, { scope: e.__scopeAccordion, collapsible: !0, children: /* @__PURE__ */ i(
|
|
496
|
+
children: /* @__PURE__ */ i(pt, { scope: e.__scopeAccordion, collapsible: !0, children: /* @__PURE__ */ i(bt, { ...a, ref: t }) })
|
|
497
497
|
}
|
|
498
498
|
);
|
|
499
|
-
}), [
|
|
499
|
+
}), [Cr, ge] = be(B), bt = I.forwardRef(
|
|
500
500
|
(e, t) => {
|
|
501
|
-
const { __scopeAccordion: r, disabled: o, dir: n, orientation: a = "vertical", ...s } = e, l = I.useRef(null), c = Y(l, t), f =
|
|
501
|
+
const { __scopeAccordion: r, disabled: o, dir: n, orientation: a = "vertical", ...s } = e, l = I.useRef(null), c = Y(l, t), f = hr(r), h = br(n) === "ltr", N = nt(e.onKeyDown, (w) => {
|
|
502
502
|
if (!gr.includes(w.key)) return;
|
|
503
|
-
const A = w.target, k = f().filter((
|
|
503
|
+
const A = w.target, k = f().filter((g) => !g.ref.current?.disabled), C = k.findIndex((g) => g.ref.current === A), P = k.length;
|
|
504
504
|
if (C === -1) return;
|
|
505
505
|
w.preventDefault();
|
|
506
506
|
let y = C;
|
|
507
|
-
const _ = 0, S = P - 1,
|
|
507
|
+
const _ = 0, S = P - 1, O = () => {
|
|
508
508
|
y = C + 1, y > S && (y = _);
|
|
509
509
|
}, E = () => {
|
|
510
510
|
y = C - 1, y < _ && (y = S);
|
|
@@ -517,13 +517,13 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
517
517
|
y = S;
|
|
518
518
|
break;
|
|
519
519
|
case "ArrowRight":
|
|
520
|
-
a === "horizontal" && (h ?
|
|
520
|
+
a === "horizontal" && (h ? O() : E());
|
|
521
521
|
break;
|
|
522
522
|
case "ArrowDown":
|
|
523
|
-
a === "vertical" &&
|
|
523
|
+
a === "vertical" && O();
|
|
524
524
|
break;
|
|
525
525
|
case "ArrowLeft":
|
|
526
|
-
a === "horizontal" && (h ? E() :
|
|
526
|
+
a === "horizontal" && (h ? E() : O());
|
|
527
527
|
break;
|
|
528
528
|
case "ArrowUp":
|
|
529
529
|
a === "vertical" && E();
|
|
@@ -533,7 +533,7 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
533
533
|
k[D].ref.current?.focus();
|
|
534
534
|
});
|
|
535
535
|
return /* @__PURE__ */ i(
|
|
536
|
-
|
|
536
|
+
Cr,
|
|
537
537
|
{
|
|
538
538
|
scope: r,
|
|
539
539
|
disabled: o,
|
|
@@ -551,18 +551,18 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
551
551
|
}
|
|
552
552
|
);
|
|
553
553
|
}
|
|
554
|
-
), me = "AccordionItem", [
|
|
554
|
+
), me = "AccordionItem", [Ar, Le] = be(me), gt = I.forwardRef(
|
|
555
555
|
(e, t) => {
|
|
556
|
-
const { __scopeAccordion: r, value: o, ...n } = e, a =
|
|
556
|
+
const { __scopeAccordion: r, value: o, ...n } = e, a = ge(me, r), s = xr(me, r), l = Oe(r), c = st(), f = o && s.value.includes(o) || !1, p = a.disabled || e.disabled;
|
|
557
557
|
return /* @__PURE__ */ i(
|
|
558
|
-
|
|
558
|
+
Ar,
|
|
559
559
|
{
|
|
560
560
|
scope: r,
|
|
561
561
|
open: f,
|
|
562
562
|
disabled: p,
|
|
563
563
|
triggerId: c,
|
|
564
564
|
children: /* @__PURE__ */ i(
|
|
565
|
-
|
|
565
|
+
ur,
|
|
566
566
|
{
|
|
567
567
|
"data-orientation": a.orientation,
|
|
568
568
|
"data-state": wt(f),
|
|
@@ -580,10 +580,10 @@ var [mt, vr] = ge(L), [pt, xr] = ge(
|
|
|
580
580
|
);
|
|
581
581
|
}
|
|
582
582
|
);
|
|
583
|
-
|
|
583
|
+
gt.displayName = me;
|
|
584
584
|
var ht = "AccordionHeader", vt = I.forwardRef(
|
|
585
585
|
(e, t) => {
|
|
586
|
-
const { __scopeAccordion: r, ...o } = e, n =
|
|
586
|
+
const { __scopeAccordion: r, ...o } = e, n = ge(B, r), a = Le(ht, r);
|
|
587
587
|
return /* @__PURE__ */ i(
|
|
588
588
|
oe.h3,
|
|
589
589
|
{
|
|
@@ -599,9 +599,9 @@ var ht = "AccordionHeader", vt = I.forwardRef(
|
|
|
599
599
|
vt.displayName = ht;
|
|
600
600
|
var Ne = "AccordionTrigger", xt = I.forwardRef(
|
|
601
601
|
(e, t) => {
|
|
602
|
-
const { __scopeAccordion: r, ...o } = e, n =
|
|
602
|
+
const { __scopeAccordion: r, ...o } = e, n = ge(B, r), a = Le(Ne, r), s = yr(Ne, r), l = Oe(r);
|
|
603
603
|
return /* @__PURE__ */ i(Te.ItemSlot, { scope: r, children: /* @__PURE__ */ i(
|
|
604
|
-
|
|
604
|
+
fr,
|
|
605
605
|
{
|
|
606
606
|
"aria-disabled": a.open && !s.collapsible || void 0,
|
|
607
607
|
"data-orientation": n.orientation,
|
|
@@ -616,9 +616,9 @@ var Ne = "AccordionTrigger", xt = I.forwardRef(
|
|
|
616
616
|
xt.displayName = Ne;
|
|
617
617
|
var yt = "AccordionContent", kt = I.forwardRef(
|
|
618
618
|
(e, t) => {
|
|
619
|
-
const { __scopeAccordion: r, ...o } = e, n =
|
|
619
|
+
const { __scopeAccordion: r, ...o } = e, n = ge(B, r), a = Le(yt, r), s = Oe(r);
|
|
620
620
|
return /* @__PURE__ */ i(
|
|
621
|
-
|
|
621
|
+
mr,
|
|
622
622
|
{
|
|
623
623
|
role: "region",
|
|
624
624
|
"aria-labelledby": a.triggerId,
|
|
@@ -639,7 +639,7 @@ kt.displayName = yt;
|
|
|
639
639
|
function wt(e) {
|
|
640
640
|
return e ? "open" : "closed";
|
|
641
641
|
}
|
|
642
|
-
var
|
|
642
|
+
var Nr = ft, Pr = gt, _r = vt, Ir = xt, Rr = kt;
|
|
643
643
|
function Ct(e) {
|
|
644
644
|
var t, r, o = "";
|
|
645
645
|
if (typeof e == "string" || typeof e == "number") o += e;
|
|
@@ -649,19 +649,19 @@ function Ct(e) {
|
|
|
649
649
|
} else for (r in e) e[r] && (o && (o += " "), o += r);
|
|
650
650
|
return o;
|
|
651
651
|
}
|
|
652
|
-
function
|
|
652
|
+
function Sr() {
|
|
653
653
|
for (var e, t, r = 0, o = "", n = arguments.length; r < n; r++) (e = arguments[r]) && (t = Ct(e)) && (o && (o += " "), o += t);
|
|
654
654
|
return o;
|
|
655
655
|
}
|
|
656
|
-
const
|
|
657
|
-
const t =
|
|
656
|
+
const Be = "-", Mr = (e) => {
|
|
657
|
+
const t = zr(e), {
|
|
658
658
|
conflictingClassGroups: r,
|
|
659
659
|
conflictingClassGroupModifiers: o
|
|
660
660
|
} = e;
|
|
661
661
|
return {
|
|
662
662
|
getClassGroupId: (s) => {
|
|
663
|
-
const l = s.split(
|
|
664
|
-
return l[0] === "" && l.length !== 1 && l.shift(), At(l, t) ||
|
|
663
|
+
const l = s.split(Be);
|
|
664
|
+
return l[0] === "" && l.length !== 1 && l.shift(), At(l, t) || Er(s);
|
|
665
665
|
},
|
|
666
666
|
getConflictingClassGroupIds: (s, l) => {
|
|
667
667
|
const c = r[s] || [];
|
|
@@ -676,17 +676,17 @@ const Le = "-", Sr = (e) => {
|
|
|
676
676
|
return n;
|
|
677
677
|
if (t.validators.length === 0)
|
|
678
678
|
return;
|
|
679
|
-
const a = e.join(
|
|
679
|
+
const a = e.join(Be);
|
|
680
680
|
return t.validators.find(({
|
|
681
681
|
validator: s
|
|
682
682
|
}) => s(a))?.classGroupId;
|
|
683
|
-
}, Ze = /^\[(.+)\]$/,
|
|
683
|
+
}, Ze = /^\[(.+)\]$/, Er = (e) => {
|
|
684
684
|
if (Ze.test(e)) {
|
|
685
685
|
const t = Ze.exec(e)[1], r = t?.substring(0, t.indexOf(":"));
|
|
686
686
|
if (r)
|
|
687
687
|
return "arbitrary.." + r;
|
|
688
688
|
}
|
|
689
|
-
},
|
|
689
|
+
}, zr = (e) => {
|
|
690
690
|
const {
|
|
691
691
|
theme: t,
|
|
692
692
|
classGroups: r
|
|
@@ -705,7 +705,7 @@ const Le = "-", Sr = (e) => {
|
|
|
705
705
|
return;
|
|
706
706
|
}
|
|
707
707
|
if (typeof n == "function") {
|
|
708
|
-
if (
|
|
708
|
+
if (Tr(n)) {
|
|
709
709
|
Pe(n(o), t, r, o);
|
|
710
710
|
return;
|
|
711
711
|
}
|
|
@@ -721,13 +721,13 @@ const Le = "-", Sr = (e) => {
|
|
|
721
721
|
});
|
|
722
722
|
}, Xe = (e, t) => {
|
|
723
723
|
let r = e;
|
|
724
|
-
return t.split(
|
|
724
|
+
return t.split(Be).forEach((o) => {
|
|
725
725
|
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
726
726
|
nextPart: /* @__PURE__ */ new Map(),
|
|
727
727
|
validators: []
|
|
728
728
|
}), r = r.nextPart.get(o);
|
|
729
729
|
}), r;
|
|
730
|
-
},
|
|
730
|
+
}, Tr = (e) => e.isThemeGetter, Or = (e) => {
|
|
731
731
|
if (e < 1)
|
|
732
732
|
return {
|
|
733
733
|
get: () => {
|
|
@@ -751,7 +751,7 @@ const Le = "-", Sr = (e) => {
|
|
|
751
751
|
r.has(a) ? r.set(a, s) : n(a, s);
|
|
752
752
|
}
|
|
753
753
|
};
|
|
754
|
-
}, _e = "!", Ie = ":",
|
|
754
|
+
}, _e = "!", Ie = ":", Lr = Ie.length, Br = (e) => {
|
|
755
755
|
const {
|
|
756
756
|
prefix: t,
|
|
757
757
|
experimentalParseClassName: r
|
|
@@ -763,7 +763,7 @@ const Le = "-", Sr = (e) => {
|
|
|
763
763
|
let k = n[A];
|
|
764
764
|
if (s === 0 && l === 0) {
|
|
765
765
|
if (k === Ie) {
|
|
766
|
-
a.push(n.slice(c, A)), c = A +
|
|
766
|
+
a.push(n.slice(c, A)), c = A + Lr;
|
|
767
767
|
continue;
|
|
768
768
|
}
|
|
769
769
|
if (k === "/") {
|
|
@@ -773,7 +773,7 @@ const Le = "-", Sr = (e) => {
|
|
|
773
773
|
}
|
|
774
774
|
k === "[" ? s++ : k === "]" ? s-- : k === "(" ? l++ : k === ")" && l--;
|
|
775
775
|
}
|
|
776
|
-
const p = a.length === 0 ? n : n.substring(c), h =
|
|
776
|
+
const p = a.length === 0 ? n : n.substring(c), h = Dr(p), N = h !== p, w = f && f > c ? f - c : void 0;
|
|
777
777
|
return {
|
|
778
778
|
modifiers: a,
|
|
779
779
|
hasImportantModifier: N,
|
|
@@ -799,7 +799,7 @@ const Le = "-", Sr = (e) => {
|
|
|
799
799
|
});
|
|
800
800
|
}
|
|
801
801
|
return o;
|
|
802
|
-
},
|
|
802
|
+
}, Dr = (e) => e.endsWith(_e) ? e.substring(0, e.length - 1) : e.startsWith(_e) ? e.substring(1) : e, $r = (e) => {
|
|
803
803
|
const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
804
804
|
return (o) => {
|
|
805
805
|
if (o.length <= 1)
|
|
@@ -810,18 +810,18 @@ const Le = "-", Sr = (e) => {
|
|
|
810
810
|
s[0] === "[" || t[s] ? (n.push(...a.sort(), s), a = []) : a.push(s);
|
|
811
811
|
}), n.push(...a.sort()), n;
|
|
812
812
|
};
|
|
813
|
-
},
|
|
814
|
-
cache:
|
|
813
|
+
}, Vr = (e) => ({
|
|
814
|
+
cache: Or(e.cacheSize),
|
|
815
815
|
parseClassName: Br(e),
|
|
816
|
-
sortModifiers:
|
|
817
|
-
...
|
|
818
|
-
}),
|
|
816
|
+
sortModifiers: $r(e),
|
|
817
|
+
...Mr(e)
|
|
818
|
+
}), Gr = /\s+/, jr = (e, t) => {
|
|
819
819
|
const {
|
|
820
820
|
parseClassName: r,
|
|
821
821
|
getClassGroupId: o,
|
|
822
822
|
getConflictingClassGroupIds: n,
|
|
823
823
|
sortModifiers: a
|
|
824
|
-
} = t, s = [], l = e.trim().split(
|
|
824
|
+
} = t, s = [], l = e.trim().split(Gr);
|
|
825
825
|
let c = "";
|
|
826
826
|
for (let f = l.length - 1; f >= 0; f -= 1) {
|
|
827
827
|
const p = l[f], {
|
|
@@ -851,16 +851,16 @@ const Le = "-", Sr = (e) => {
|
|
|
851
851
|
if (s.includes(S))
|
|
852
852
|
continue;
|
|
853
853
|
s.push(S);
|
|
854
|
-
const
|
|
855
|
-
for (let E = 0; E <
|
|
856
|
-
const D =
|
|
854
|
+
const O = n(P, C);
|
|
855
|
+
for (let E = 0; E < O.length; ++E) {
|
|
856
|
+
const D = O[E];
|
|
857
857
|
s.push(_ + D);
|
|
858
858
|
}
|
|
859
859
|
c = p + (c.length > 0 ? " " + c : c);
|
|
860
860
|
}
|
|
861
861
|
return c;
|
|
862
862
|
};
|
|
863
|
-
function
|
|
863
|
+
function Ur() {
|
|
864
864
|
let e = 0, t, r, o = "";
|
|
865
865
|
for (; e < arguments.length; )
|
|
866
866
|
(t = arguments[e++]) && (r = Nt(t)) && (o && (o += " "), o += r);
|
|
@@ -874,38 +874,38 @@ const Nt = (e) => {
|
|
|
874
874
|
e[o] && (t = Nt(e[o])) && (r && (r += " "), r += t);
|
|
875
875
|
return r;
|
|
876
876
|
};
|
|
877
|
-
function
|
|
877
|
+
function Fr(e, ...t) {
|
|
878
878
|
let r, o, n, a = s;
|
|
879
879
|
function s(c) {
|
|
880
880
|
const f = t.reduce((p, h) => h(p), e());
|
|
881
|
-
return r =
|
|
881
|
+
return r = Vr(f), o = r.cache.get, n = r.cache.set, a = l, l(c);
|
|
882
882
|
}
|
|
883
883
|
function l(c) {
|
|
884
884
|
const f = o(c);
|
|
885
885
|
if (f)
|
|
886
886
|
return f;
|
|
887
|
-
const p =
|
|
887
|
+
const p = jr(c, r);
|
|
888
888
|
return n(c, p), p;
|
|
889
889
|
}
|
|
890
890
|
return function() {
|
|
891
|
-
return a(
|
|
891
|
+
return a(Ur.apply(null, arguments));
|
|
892
892
|
};
|
|
893
893
|
}
|
|
894
894
|
const R = (e) => {
|
|
895
895
|
const t = (r) => r[e] || [];
|
|
896
896
|
return t.isThemeGetter = !0, t;
|
|
897
|
-
}, Pt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, _t = /^\((?:(\w[\w-]*):)?(.+)\)$/i,
|
|
897
|
+
}, Pt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, _t = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Wr = /^\d+\/\d+$/, Hr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Kr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Zr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Xr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, H = (e) => Wr.test(e), x = (e) => !!e && !Number.isNaN(Number(e)), j = (e) => !!e && Number.isInteger(Number(e)), ye = (e) => e.endsWith("%") && x(e.slice(0, -1)), G = (e) => Hr.test(e), Jr = () => !0, Yr = (e) => (
|
|
898
898
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
899
899
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
900
900
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
901
|
-
|
|
902
|
-
), It = () => !1,
|
|
901
|
+
qr.test(e) && !Kr.test(e)
|
|
902
|
+
), It = () => !1, Qr = (e) => Zr.test(e), eo = (e) => Xr.test(e), to = (e) => !d(e) && !u(e), ro = (e) => q(e, Mt, It), d = (e) => Pt.test(e), F = (e) => q(e, Et, Yr), ke = (e) => q(e, io, x), Je = (e) => q(e, Rt, It), oo = (e) => q(e, St, eo), ue = (e) => q(e, zt, Qr), u = (e) => _t.test(e), X = (e) => K(e, Et), no = (e) => K(e, lo), Ye = (e) => K(e, Rt), ao = (e) => K(e, Mt), so = (e) => K(e, St), fe = (e) => K(e, zt, !0), q = (e, t, r) => {
|
|
903
903
|
const o = Pt.exec(e);
|
|
904
904
|
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
905
905
|
}, K = (e, t, r = !1) => {
|
|
906
906
|
const o = _t.exec(e);
|
|
907
907
|
return o ? o[1] ? t(o[1]) : r : !1;
|
|
908
|
-
}, Rt = (e) => e === "position" || e === "percentage", St = (e) => e === "image" || e === "url", Mt = (e) => e === "length" || e === "size" || e === "bg-size", Et = (e) => e === "length",
|
|
908
|
+
}, Rt = (e) => e === "position" || e === "percentage", St = (e) => e === "image" || e === "url", Mt = (e) => e === "length" || e === "size" || e === "bg-size", Et = (e) => e === "length", io = (e) => e === "number", lo = (e) => e === "family-name", zt = (e) => e === "shadow", co = () => {
|
|
909
909
|
const e = R("color"), t = R("font"), r = R("text"), o = R("font-weight"), n = R("tracking"), a = R("leading"), s = R("breakpoint"), l = R("container"), c = R("spacing"), f = R("radius"), p = R("shadow"), h = R("inset-shadow"), N = R("text-shadow"), w = R("drop-shadow"), A = R("blur"), k = R("perspective"), C = R("aspect"), P = R("ease"), y = R("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], S = () => [
|
|
910
910
|
"center",
|
|
911
911
|
"top",
|
|
@@ -924,13 +924,13 @@ const R = (e) => {
|
|
|
924
924
|
"bottom-left",
|
|
925
925
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
926
926
|
"left-bottom"
|
|
927
|
-
],
|
|
927
|
+
], O = () => [...S(), u, d], E = () => ["auto", "hidden", "clip", "visible", "scroll"], D = () => ["auto", "contain", "none"], g = () => [u, d, c], $ = () => [H, "full", "auto", ...g()], Ve = () => [j, "none", "subgrid", u, d], Ge = () => ["auto", {
|
|
928
928
|
span: ["full", j, u, d]
|
|
929
|
-
}, j, u, d], ae = () => [j, "auto", u, d], je = () => ["auto", "min", "max", "fr", u, d], he = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], W = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], V = () => ["auto", ...
|
|
929
|
+
}, j, u, d], ae = () => [j, "auto", u, d], je = () => ["auto", "min", "max", "fr", u, d], he = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], W = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], V = () => ["auto", ...g()], U = () => [H, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...g()], b = () => [e, u, d], Ue = () => [...S(), Ye, Je, {
|
|
930
930
|
position: [u, d]
|
|
931
931
|
}], Fe = () => ["no-repeat", {
|
|
932
932
|
repeat: ["", "x", "y", "space", "round"]
|
|
933
|
-
}], We = () => ["auto", "cover", "contain",
|
|
933
|
+
}], We = () => ["auto", "cover", "contain", ao, ro, {
|
|
934
934
|
size: [u, d]
|
|
935
935
|
}], ve = () => [ye, X, F], z = () => [
|
|
936
936
|
// Deprecated since Tailwind CSS v4.0.0
|
|
@@ -940,14 +940,14 @@ const R = (e) => {
|
|
|
940
940
|
f,
|
|
941
941
|
u,
|
|
942
942
|
d
|
|
943
|
-
],
|
|
943
|
+
], L = () => ["", x, X, F], se = () => ["solid", "dashed", "dotted", "double"], He = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], M = () => [x, ye, Ye, Je], qe = () => [
|
|
944
944
|
// Deprecated since Tailwind CSS v4.0.0
|
|
945
945
|
"",
|
|
946
946
|
"none",
|
|
947
947
|
A,
|
|
948
948
|
u,
|
|
949
949
|
d
|
|
950
|
-
], ie = () => ["none",
|
|
950
|
+
], ie = () => ["none", x, u, d], le = () => ["none", x, u, d], xe = () => [x, u, d], ce = () => [H, "full", ...g()];
|
|
951
951
|
return {
|
|
952
952
|
cacheSize: 500,
|
|
953
953
|
theme: {
|
|
@@ -955,18 +955,18 @@ const R = (e) => {
|
|
|
955
955
|
aspect: ["video"],
|
|
956
956
|
blur: [G],
|
|
957
957
|
breakpoint: [G],
|
|
958
|
-
color: [
|
|
958
|
+
color: [Jr],
|
|
959
959
|
container: [G],
|
|
960
960
|
"drop-shadow": [G],
|
|
961
961
|
ease: ["in", "out", "in-out"],
|
|
962
|
-
font: [
|
|
962
|
+
font: [to],
|
|
963
963
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
964
964
|
"inset-shadow": [G],
|
|
965
965
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
966
966
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
967
967
|
radius: [G],
|
|
968
968
|
shadow: [G],
|
|
969
|
-
spacing: ["px",
|
|
969
|
+
spacing: ["px", x],
|
|
970
970
|
text: [G],
|
|
971
971
|
"text-shadow": [G],
|
|
972
972
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
@@ -993,7 +993,7 @@ const R = (e) => {
|
|
|
993
993
|
* @see https://tailwindcss.com/docs/columns
|
|
994
994
|
*/
|
|
995
995
|
columns: [{
|
|
996
|
-
columns: [
|
|
996
|
+
columns: [x, d, u, l]
|
|
997
997
|
}],
|
|
998
998
|
/**
|
|
999
999
|
* Break After
|
|
@@ -1071,7 +1071,7 @@ const R = (e) => {
|
|
|
1071
1071
|
* @see https://tailwindcss.com/docs/object-position
|
|
1072
1072
|
*/
|
|
1073
1073
|
"object-position": [{
|
|
1074
|
-
object:
|
|
1074
|
+
object: O()
|
|
1075
1075
|
}],
|
|
1076
1076
|
/**
|
|
1077
1077
|
* Overflow
|
|
@@ -1203,7 +1203,7 @@ const R = (e) => {
|
|
|
1203
1203
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1204
1204
|
*/
|
|
1205
1205
|
basis: [{
|
|
1206
|
-
basis: [H, "full", "auto", l, ...
|
|
1206
|
+
basis: [H, "full", "auto", l, ...g()]
|
|
1207
1207
|
}],
|
|
1208
1208
|
/**
|
|
1209
1209
|
* Flex Direction
|
|
@@ -1224,21 +1224,21 @@ const R = (e) => {
|
|
|
1224
1224
|
* @see https://tailwindcss.com/docs/flex
|
|
1225
1225
|
*/
|
|
1226
1226
|
flex: [{
|
|
1227
|
-
flex: [
|
|
1227
|
+
flex: [x, H, "auto", "initial", "none", d]
|
|
1228
1228
|
}],
|
|
1229
1229
|
/**
|
|
1230
1230
|
* Flex Grow
|
|
1231
1231
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1232
1232
|
*/
|
|
1233
1233
|
grow: [{
|
|
1234
|
-
grow: ["",
|
|
1234
|
+
grow: ["", x, u, d]
|
|
1235
1235
|
}],
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Flex Shrink
|
|
1238
1238
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1239
1239
|
*/
|
|
1240
1240
|
shrink: [{
|
|
1241
|
-
shrink: ["",
|
|
1241
|
+
shrink: ["", x, u, d]
|
|
1242
1242
|
}],
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Order
|
|
@@ -1329,21 +1329,21 @@ const R = (e) => {
|
|
|
1329
1329
|
* @see https://tailwindcss.com/docs/gap
|
|
1330
1330
|
*/
|
|
1331
1331
|
gap: [{
|
|
1332
|
-
gap:
|
|
1332
|
+
gap: g()
|
|
1333
1333
|
}],
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Gap X
|
|
1336
1336
|
* @see https://tailwindcss.com/docs/gap
|
|
1337
1337
|
*/
|
|
1338
1338
|
"gap-x": [{
|
|
1339
|
-
"gap-x":
|
|
1339
|
+
"gap-x": g()
|
|
1340
1340
|
}],
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Gap Y
|
|
1343
1343
|
* @see https://tailwindcss.com/docs/gap
|
|
1344
1344
|
*/
|
|
1345
1345
|
"gap-y": [{
|
|
1346
|
-
"gap-y":
|
|
1346
|
+
"gap-y": g()
|
|
1347
1347
|
}],
|
|
1348
1348
|
/**
|
|
1349
1349
|
* Justify Content
|
|
@@ -1418,63 +1418,63 @@ const R = (e) => {
|
|
|
1418
1418
|
* @see https://tailwindcss.com/docs/padding
|
|
1419
1419
|
*/
|
|
1420
1420
|
p: [{
|
|
1421
|
-
p:
|
|
1421
|
+
p: g()
|
|
1422
1422
|
}],
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Padding X
|
|
1425
1425
|
* @see https://tailwindcss.com/docs/padding
|
|
1426
1426
|
*/
|
|
1427
1427
|
px: [{
|
|
1428
|
-
px:
|
|
1428
|
+
px: g()
|
|
1429
1429
|
}],
|
|
1430
1430
|
/**
|
|
1431
1431
|
* Padding Y
|
|
1432
1432
|
* @see https://tailwindcss.com/docs/padding
|
|
1433
1433
|
*/
|
|
1434
1434
|
py: [{
|
|
1435
|
-
py:
|
|
1435
|
+
py: g()
|
|
1436
1436
|
}],
|
|
1437
1437
|
/**
|
|
1438
1438
|
* Padding Start
|
|
1439
1439
|
* @see https://tailwindcss.com/docs/padding
|
|
1440
1440
|
*/
|
|
1441
1441
|
ps: [{
|
|
1442
|
-
ps:
|
|
1442
|
+
ps: g()
|
|
1443
1443
|
}],
|
|
1444
1444
|
/**
|
|
1445
1445
|
* Padding End
|
|
1446
1446
|
* @see https://tailwindcss.com/docs/padding
|
|
1447
1447
|
*/
|
|
1448
1448
|
pe: [{
|
|
1449
|
-
pe:
|
|
1449
|
+
pe: g()
|
|
1450
1450
|
}],
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Padding Top
|
|
1453
1453
|
* @see https://tailwindcss.com/docs/padding
|
|
1454
1454
|
*/
|
|
1455
1455
|
pt: [{
|
|
1456
|
-
pt:
|
|
1456
|
+
pt: g()
|
|
1457
1457
|
}],
|
|
1458
1458
|
/**
|
|
1459
1459
|
* Padding Right
|
|
1460
1460
|
* @see https://tailwindcss.com/docs/padding
|
|
1461
1461
|
*/
|
|
1462
1462
|
pr: [{
|
|
1463
|
-
pr:
|
|
1463
|
+
pr: g()
|
|
1464
1464
|
}],
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Padding Bottom
|
|
1467
1467
|
* @see https://tailwindcss.com/docs/padding
|
|
1468
1468
|
*/
|
|
1469
1469
|
pb: [{
|
|
1470
|
-
pb:
|
|
1470
|
+
pb: g()
|
|
1471
1471
|
}],
|
|
1472
1472
|
/**
|
|
1473
1473
|
* Padding Left
|
|
1474
1474
|
* @see https://tailwindcss.com/docs/padding
|
|
1475
1475
|
*/
|
|
1476
1476
|
pl: [{
|
|
1477
|
-
pl:
|
|
1477
|
+
pl: g()
|
|
1478
1478
|
}],
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Margin
|
|
@@ -1544,7 +1544,7 @@ const R = (e) => {
|
|
|
1544
1544
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1545
1545
|
*/
|
|
1546
1546
|
"space-x": [{
|
|
1547
|
-
"space-x":
|
|
1547
|
+
"space-x": g()
|
|
1548
1548
|
}],
|
|
1549
1549
|
/**
|
|
1550
1550
|
* Space Between X Reverse
|
|
@@ -1556,7 +1556,7 @@ const R = (e) => {
|
|
|
1556
1556
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1557
1557
|
*/
|
|
1558
1558
|
"space-y": [{
|
|
1559
|
-
"space-y":
|
|
1559
|
+
"space-y": g()
|
|
1560
1560
|
}],
|
|
1561
1561
|
/**
|
|
1562
1562
|
* Space Between Y Reverse
|
|
@@ -1671,7 +1671,7 @@ const R = (e) => {
|
|
|
1671
1671
|
* @see https://tailwindcss.com/docs/font-family
|
|
1672
1672
|
*/
|
|
1673
1673
|
"font-family": [{
|
|
1674
|
-
font: [
|
|
1674
|
+
font: [no, d, t]
|
|
1675
1675
|
}],
|
|
1676
1676
|
/**
|
|
1677
1677
|
* Font Variant Numeric
|
|
@@ -1715,7 +1715,7 @@ const R = (e) => {
|
|
|
1715
1715
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1716
1716
|
*/
|
|
1717
1717
|
"line-clamp": [{
|
|
1718
|
-
"line-clamp": [
|
|
1718
|
+
"line-clamp": [x, "none", u, ke]
|
|
1719
1719
|
}],
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Line Height
|
|
@@ -1725,7 +1725,7 @@ const R = (e) => {
|
|
|
1725
1725
|
leading: [
|
|
1726
1726
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1727
1727
|
a,
|
|
1728
|
-
...
|
|
1728
|
+
...g()
|
|
1729
1729
|
]
|
|
1730
1730
|
}],
|
|
1731
1731
|
/**
|
|
@@ -1762,14 +1762,14 @@ const R = (e) => {
|
|
|
1762
1762
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1763
1763
|
*/
|
|
1764
1764
|
"placeholder-color": [{
|
|
1765
|
-
placeholder:
|
|
1765
|
+
placeholder: b()
|
|
1766
1766
|
}],
|
|
1767
1767
|
/**
|
|
1768
1768
|
* Text Color
|
|
1769
1769
|
* @see https://tailwindcss.com/docs/text-color
|
|
1770
1770
|
*/
|
|
1771
1771
|
"text-color": [{
|
|
1772
|
-
text:
|
|
1772
|
+
text: b()
|
|
1773
1773
|
}],
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Text Decoration
|
|
@@ -1788,21 +1788,21 @@ const R = (e) => {
|
|
|
1788
1788
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1789
1789
|
*/
|
|
1790
1790
|
"text-decoration-thickness": [{
|
|
1791
|
-
decoration: [
|
|
1791
|
+
decoration: [x, "from-font", "auto", u, F]
|
|
1792
1792
|
}],
|
|
1793
1793
|
/**
|
|
1794
1794
|
* Text Decoration Color
|
|
1795
1795
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1796
1796
|
*/
|
|
1797
1797
|
"text-decoration-color": [{
|
|
1798
|
-
decoration:
|
|
1798
|
+
decoration: b()
|
|
1799
1799
|
}],
|
|
1800
1800
|
/**
|
|
1801
1801
|
* Text Underline Offset
|
|
1802
1802
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1803
1803
|
*/
|
|
1804
1804
|
"underline-offset": [{
|
|
1805
|
-
"underline-offset": [
|
|
1805
|
+
"underline-offset": [x, "auto", u, d]
|
|
1806
1806
|
}],
|
|
1807
1807
|
/**
|
|
1808
1808
|
* Text Transform
|
|
@@ -1826,7 +1826,7 @@ const R = (e) => {
|
|
|
1826
1826
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1827
1827
|
*/
|
|
1828
1828
|
indent: [{
|
|
1829
|
-
indent:
|
|
1829
|
+
indent: g()
|
|
1830
1830
|
}],
|
|
1831
1831
|
/**
|
|
1832
1832
|
* Vertical Alignment
|
|
@@ -1926,14 +1926,14 @@ const R = (e) => {
|
|
|
1926
1926
|
}, j, u, d],
|
|
1927
1927
|
radial: ["", u, d],
|
|
1928
1928
|
conic: [j, u, d]
|
|
1929
|
-
},
|
|
1929
|
+
}, so, oo]
|
|
1930
1930
|
}],
|
|
1931
1931
|
/**
|
|
1932
1932
|
* Background Color
|
|
1933
1933
|
* @see https://tailwindcss.com/docs/background-color
|
|
1934
1934
|
*/
|
|
1935
1935
|
"bg-color": [{
|
|
1936
|
-
bg:
|
|
1936
|
+
bg: b()
|
|
1937
1937
|
}],
|
|
1938
1938
|
/**
|
|
1939
1939
|
* Gradient Color Stops From Position
|
|
@@ -1961,21 +1961,21 @@ const R = (e) => {
|
|
|
1961
1961
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1962
1962
|
*/
|
|
1963
1963
|
"gradient-from": [{
|
|
1964
|
-
from:
|
|
1964
|
+
from: b()
|
|
1965
1965
|
}],
|
|
1966
1966
|
/**
|
|
1967
1967
|
* Gradient Color Stops Via
|
|
1968
1968
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1969
1969
|
*/
|
|
1970
1970
|
"gradient-via": [{
|
|
1971
|
-
via:
|
|
1971
|
+
via: b()
|
|
1972
1972
|
}],
|
|
1973
1973
|
/**
|
|
1974
1974
|
* Gradient Color Stops To
|
|
1975
1975
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1976
1976
|
*/
|
|
1977
1977
|
"gradient-to": [{
|
|
1978
|
-
to:
|
|
1978
|
+
to: b()
|
|
1979
1979
|
}],
|
|
1980
1980
|
// ---------------
|
|
1981
1981
|
// --- Borders ---
|
|
@@ -2090,70 +2090,70 @@ const R = (e) => {
|
|
|
2090
2090
|
* @see https://tailwindcss.com/docs/border-width
|
|
2091
2091
|
*/
|
|
2092
2092
|
"border-w": [{
|
|
2093
|
-
border:
|
|
2093
|
+
border: L()
|
|
2094
2094
|
}],
|
|
2095
2095
|
/**
|
|
2096
2096
|
* Border Width X
|
|
2097
2097
|
* @see https://tailwindcss.com/docs/border-width
|
|
2098
2098
|
*/
|
|
2099
2099
|
"border-w-x": [{
|
|
2100
|
-
"border-x":
|
|
2100
|
+
"border-x": L()
|
|
2101
2101
|
}],
|
|
2102
2102
|
/**
|
|
2103
2103
|
* Border Width Y
|
|
2104
2104
|
* @see https://tailwindcss.com/docs/border-width
|
|
2105
2105
|
*/
|
|
2106
2106
|
"border-w-y": [{
|
|
2107
|
-
"border-y":
|
|
2107
|
+
"border-y": L()
|
|
2108
2108
|
}],
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Border Width Start
|
|
2111
2111
|
* @see https://tailwindcss.com/docs/border-width
|
|
2112
2112
|
*/
|
|
2113
2113
|
"border-w-s": [{
|
|
2114
|
-
"border-s":
|
|
2114
|
+
"border-s": L()
|
|
2115
2115
|
}],
|
|
2116
2116
|
/**
|
|
2117
2117
|
* Border Width End
|
|
2118
2118
|
* @see https://tailwindcss.com/docs/border-width
|
|
2119
2119
|
*/
|
|
2120
2120
|
"border-w-e": [{
|
|
2121
|
-
"border-e":
|
|
2121
|
+
"border-e": L()
|
|
2122
2122
|
}],
|
|
2123
2123
|
/**
|
|
2124
2124
|
* Border Width Top
|
|
2125
2125
|
* @see https://tailwindcss.com/docs/border-width
|
|
2126
2126
|
*/
|
|
2127
2127
|
"border-w-t": [{
|
|
2128
|
-
"border-t":
|
|
2128
|
+
"border-t": L()
|
|
2129
2129
|
}],
|
|
2130
2130
|
/**
|
|
2131
2131
|
* Border Width Right
|
|
2132
2132
|
* @see https://tailwindcss.com/docs/border-width
|
|
2133
2133
|
*/
|
|
2134
2134
|
"border-w-r": [{
|
|
2135
|
-
"border-r":
|
|
2135
|
+
"border-r": L()
|
|
2136
2136
|
}],
|
|
2137
2137
|
/**
|
|
2138
2138
|
* Border Width Bottom
|
|
2139
2139
|
* @see https://tailwindcss.com/docs/border-width
|
|
2140
2140
|
*/
|
|
2141
2141
|
"border-w-b": [{
|
|
2142
|
-
"border-b":
|
|
2142
|
+
"border-b": L()
|
|
2143
2143
|
}],
|
|
2144
2144
|
/**
|
|
2145
2145
|
* Border Width Left
|
|
2146
2146
|
* @see https://tailwindcss.com/docs/border-width
|
|
2147
2147
|
*/
|
|
2148
2148
|
"border-w-l": [{
|
|
2149
|
-
"border-l":
|
|
2149
|
+
"border-l": L()
|
|
2150
2150
|
}],
|
|
2151
2151
|
/**
|
|
2152
2152
|
* Divide Width X
|
|
2153
2153
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2154
2154
|
*/
|
|
2155
2155
|
"divide-x": [{
|
|
2156
|
-
"divide-x":
|
|
2156
|
+
"divide-x": L()
|
|
2157
2157
|
}],
|
|
2158
2158
|
/**
|
|
2159
2159
|
* Divide Width X Reverse
|
|
@@ -2165,7 +2165,7 @@ const R = (e) => {
|
|
|
2165
2165
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2166
2166
|
*/
|
|
2167
2167
|
"divide-y": [{
|
|
2168
|
-
"divide-y":
|
|
2168
|
+
"divide-y": L()
|
|
2169
2169
|
}],
|
|
2170
2170
|
/**
|
|
2171
2171
|
* Divide Width Y Reverse
|
|
@@ -2191,70 +2191,70 @@ const R = (e) => {
|
|
|
2191
2191
|
* @see https://tailwindcss.com/docs/border-color
|
|
2192
2192
|
*/
|
|
2193
2193
|
"border-color": [{
|
|
2194
|
-
border:
|
|
2194
|
+
border: b()
|
|
2195
2195
|
}],
|
|
2196
2196
|
/**
|
|
2197
2197
|
* Border Color X
|
|
2198
2198
|
* @see https://tailwindcss.com/docs/border-color
|
|
2199
2199
|
*/
|
|
2200
2200
|
"border-color-x": [{
|
|
2201
|
-
"border-x":
|
|
2201
|
+
"border-x": b()
|
|
2202
2202
|
}],
|
|
2203
2203
|
/**
|
|
2204
2204
|
* Border Color Y
|
|
2205
2205
|
* @see https://tailwindcss.com/docs/border-color
|
|
2206
2206
|
*/
|
|
2207
2207
|
"border-color-y": [{
|
|
2208
|
-
"border-y":
|
|
2208
|
+
"border-y": b()
|
|
2209
2209
|
}],
|
|
2210
2210
|
/**
|
|
2211
2211
|
* Border Color S
|
|
2212
2212
|
* @see https://tailwindcss.com/docs/border-color
|
|
2213
2213
|
*/
|
|
2214
2214
|
"border-color-s": [{
|
|
2215
|
-
"border-s":
|
|
2215
|
+
"border-s": b()
|
|
2216
2216
|
}],
|
|
2217
2217
|
/**
|
|
2218
2218
|
* Border Color E
|
|
2219
2219
|
* @see https://tailwindcss.com/docs/border-color
|
|
2220
2220
|
*/
|
|
2221
2221
|
"border-color-e": [{
|
|
2222
|
-
"border-e":
|
|
2222
|
+
"border-e": b()
|
|
2223
2223
|
}],
|
|
2224
2224
|
/**
|
|
2225
2225
|
* Border Color Top
|
|
2226
2226
|
* @see https://tailwindcss.com/docs/border-color
|
|
2227
2227
|
*/
|
|
2228
2228
|
"border-color-t": [{
|
|
2229
|
-
"border-t":
|
|
2229
|
+
"border-t": b()
|
|
2230
2230
|
}],
|
|
2231
2231
|
/**
|
|
2232
2232
|
* Border Color Right
|
|
2233
2233
|
* @see https://tailwindcss.com/docs/border-color
|
|
2234
2234
|
*/
|
|
2235
2235
|
"border-color-r": [{
|
|
2236
|
-
"border-r":
|
|
2236
|
+
"border-r": b()
|
|
2237
2237
|
}],
|
|
2238
2238
|
/**
|
|
2239
2239
|
* Border Color Bottom
|
|
2240
2240
|
* @see https://tailwindcss.com/docs/border-color
|
|
2241
2241
|
*/
|
|
2242
2242
|
"border-color-b": [{
|
|
2243
|
-
"border-b":
|
|
2243
|
+
"border-b": b()
|
|
2244
2244
|
}],
|
|
2245
2245
|
/**
|
|
2246
2246
|
* Border Color Left
|
|
2247
2247
|
* @see https://tailwindcss.com/docs/border-color
|
|
2248
2248
|
*/
|
|
2249
2249
|
"border-color-l": [{
|
|
2250
|
-
"border-l":
|
|
2250
|
+
"border-l": b()
|
|
2251
2251
|
}],
|
|
2252
2252
|
/**
|
|
2253
2253
|
* Divide Color
|
|
2254
2254
|
* @see https://tailwindcss.com/docs/divide-color
|
|
2255
2255
|
*/
|
|
2256
2256
|
"divide-color": [{
|
|
2257
|
-
divide:
|
|
2257
|
+
divide: b()
|
|
2258
2258
|
}],
|
|
2259
2259
|
/**
|
|
2260
2260
|
* Outline Style
|
|
@@ -2268,21 +2268,21 @@ const R = (e) => {
|
|
|
2268
2268
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2269
2269
|
*/
|
|
2270
2270
|
"outline-offset": [{
|
|
2271
|
-
"outline-offset": [
|
|
2271
|
+
"outline-offset": [x, u, d]
|
|
2272
2272
|
}],
|
|
2273
2273
|
/**
|
|
2274
2274
|
* Outline Width
|
|
2275
2275
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2276
2276
|
*/
|
|
2277
2277
|
"outline-w": [{
|
|
2278
|
-
outline: ["",
|
|
2278
|
+
outline: ["", x, X, F]
|
|
2279
2279
|
}],
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Outline Color
|
|
2282
2282
|
* @see https://tailwindcss.com/docs/outline-color
|
|
2283
2283
|
*/
|
|
2284
2284
|
"outline-color": [{
|
|
2285
|
-
outline:
|
|
2285
|
+
outline: b()
|
|
2286
2286
|
}],
|
|
2287
2287
|
// ---------------
|
|
2288
2288
|
// --- Effects ---
|
|
@@ -2306,7 +2306,7 @@ const R = (e) => {
|
|
|
2306
2306
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
2307
2307
|
*/
|
|
2308
2308
|
"shadow-color": [{
|
|
2309
|
-
shadow:
|
|
2309
|
+
shadow: b()
|
|
2310
2310
|
}],
|
|
2311
2311
|
/**
|
|
2312
2312
|
* Inset Box Shadow
|
|
@@ -2320,14 +2320,14 @@ const R = (e) => {
|
|
|
2320
2320
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
2321
2321
|
*/
|
|
2322
2322
|
"inset-shadow-color": [{
|
|
2323
|
-
"inset-shadow":
|
|
2323
|
+
"inset-shadow": b()
|
|
2324
2324
|
}],
|
|
2325
2325
|
/**
|
|
2326
2326
|
* Ring Width
|
|
2327
2327
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
2328
2328
|
*/
|
|
2329
2329
|
"ring-w": [{
|
|
2330
|
-
ring:
|
|
2330
|
+
ring: L()
|
|
2331
2331
|
}],
|
|
2332
2332
|
/**
|
|
2333
2333
|
* Ring Width Inset
|
|
@@ -2341,7 +2341,7 @@ const R = (e) => {
|
|
|
2341
2341
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
2342
2342
|
*/
|
|
2343
2343
|
"ring-color": [{
|
|
2344
|
-
ring:
|
|
2344
|
+
ring: b()
|
|
2345
2345
|
}],
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Ring Offset Width
|
|
@@ -2350,7 +2350,7 @@ const R = (e) => {
|
|
|
2350
2350
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2351
2351
|
*/
|
|
2352
2352
|
"ring-offset-w": [{
|
|
2353
|
-
"ring-offset": [
|
|
2353
|
+
"ring-offset": [x, F]
|
|
2354
2354
|
}],
|
|
2355
2355
|
/**
|
|
2356
2356
|
* Ring Offset Color
|
|
@@ -2359,21 +2359,21 @@ const R = (e) => {
|
|
|
2359
2359
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2360
2360
|
*/
|
|
2361
2361
|
"ring-offset-color": [{
|
|
2362
|
-
"ring-offset":
|
|
2362
|
+
"ring-offset": b()
|
|
2363
2363
|
}],
|
|
2364
2364
|
/**
|
|
2365
2365
|
* Inset Ring Width
|
|
2366
2366
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2367
2367
|
*/
|
|
2368
2368
|
"inset-ring-w": [{
|
|
2369
|
-
"inset-ring":
|
|
2369
|
+
"inset-ring": L()
|
|
2370
2370
|
}],
|
|
2371
2371
|
/**
|
|
2372
2372
|
* Inset Ring Color
|
|
2373
2373
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2374
2374
|
*/
|
|
2375
2375
|
"inset-ring-color": [{
|
|
2376
|
-
"inset-ring":
|
|
2376
|
+
"inset-ring": b()
|
|
2377
2377
|
}],
|
|
2378
2378
|
/**
|
|
2379
2379
|
* Text Shadow
|
|
@@ -2387,14 +2387,14 @@ const R = (e) => {
|
|
|
2387
2387
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2388
2388
|
*/
|
|
2389
2389
|
"text-shadow-color": [{
|
|
2390
|
-
"text-shadow":
|
|
2390
|
+
"text-shadow": b()
|
|
2391
2391
|
}],
|
|
2392
2392
|
/**
|
|
2393
2393
|
* Opacity
|
|
2394
2394
|
* @see https://tailwindcss.com/docs/opacity
|
|
2395
2395
|
*/
|
|
2396
2396
|
opacity: [{
|
|
2397
|
-
opacity: [
|
|
2397
|
+
opacity: [x, u, d]
|
|
2398
2398
|
}],
|
|
2399
2399
|
/**
|
|
2400
2400
|
* Mix Blend Mode
|
|
@@ -2429,7 +2429,7 @@ const R = (e) => {
|
|
|
2429
2429
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2430
2430
|
*/
|
|
2431
2431
|
"mask-image-linear-pos": [{
|
|
2432
|
-
"mask-linear": [
|
|
2432
|
+
"mask-linear": [x]
|
|
2433
2433
|
}],
|
|
2434
2434
|
"mask-image-linear-from-pos": [{
|
|
2435
2435
|
"mask-linear-from": M()
|
|
@@ -2438,10 +2438,10 @@ const R = (e) => {
|
|
|
2438
2438
|
"mask-linear-to": M()
|
|
2439
2439
|
}],
|
|
2440
2440
|
"mask-image-linear-from-color": [{
|
|
2441
|
-
"mask-linear-from":
|
|
2441
|
+
"mask-linear-from": b()
|
|
2442
2442
|
}],
|
|
2443
2443
|
"mask-image-linear-to-color": [{
|
|
2444
|
-
"mask-linear-to":
|
|
2444
|
+
"mask-linear-to": b()
|
|
2445
2445
|
}],
|
|
2446
2446
|
"mask-image-t-from-pos": [{
|
|
2447
2447
|
"mask-t-from": M()
|
|
@@ -2450,10 +2450,10 @@ const R = (e) => {
|
|
|
2450
2450
|
"mask-t-to": M()
|
|
2451
2451
|
}],
|
|
2452
2452
|
"mask-image-t-from-color": [{
|
|
2453
|
-
"mask-t-from":
|
|
2453
|
+
"mask-t-from": b()
|
|
2454
2454
|
}],
|
|
2455
2455
|
"mask-image-t-to-color": [{
|
|
2456
|
-
"mask-t-to":
|
|
2456
|
+
"mask-t-to": b()
|
|
2457
2457
|
}],
|
|
2458
2458
|
"mask-image-r-from-pos": [{
|
|
2459
2459
|
"mask-r-from": M()
|
|
@@ -2462,10 +2462,10 @@ const R = (e) => {
|
|
|
2462
2462
|
"mask-r-to": M()
|
|
2463
2463
|
}],
|
|
2464
2464
|
"mask-image-r-from-color": [{
|
|
2465
|
-
"mask-r-from":
|
|
2465
|
+
"mask-r-from": b()
|
|
2466
2466
|
}],
|
|
2467
2467
|
"mask-image-r-to-color": [{
|
|
2468
|
-
"mask-r-to":
|
|
2468
|
+
"mask-r-to": b()
|
|
2469
2469
|
}],
|
|
2470
2470
|
"mask-image-b-from-pos": [{
|
|
2471
2471
|
"mask-b-from": M()
|
|
@@ -2474,10 +2474,10 @@ const R = (e) => {
|
|
|
2474
2474
|
"mask-b-to": M()
|
|
2475
2475
|
}],
|
|
2476
2476
|
"mask-image-b-from-color": [{
|
|
2477
|
-
"mask-b-from":
|
|
2477
|
+
"mask-b-from": b()
|
|
2478
2478
|
}],
|
|
2479
2479
|
"mask-image-b-to-color": [{
|
|
2480
|
-
"mask-b-to":
|
|
2480
|
+
"mask-b-to": b()
|
|
2481
2481
|
}],
|
|
2482
2482
|
"mask-image-l-from-pos": [{
|
|
2483
2483
|
"mask-l-from": M()
|
|
@@ -2486,10 +2486,10 @@ const R = (e) => {
|
|
|
2486
2486
|
"mask-l-to": M()
|
|
2487
2487
|
}],
|
|
2488
2488
|
"mask-image-l-from-color": [{
|
|
2489
|
-
"mask-l-from":
|
|
2489
|
+
"mask-l-from": b()
|
|
2490
2490
|
}],
|
|
2491
2491
|
"mask-image-l-to-color": [{
|
|
2492
|
-
"mask-l-to":
|
|
2492
|
+
"mask-l-to": b()
|
|
2493
2493
|
}],
|
|
2494
2494
|
"mask-image-x-from-pos": [{
|
|
2495
2495
|
"mask-x-from": M()
|
|
@@ -2498,10 +2498,10 @@ const R = (e) => {
|
|
|
2498
2498
|
"mask-x-to": M()
|
|
2499
2499
|
}],
|
|
2500
2500
|
"mask-image-x-from-color": [{
|
|
2501
|
-
"mask-x-from":
|
|
2501
|
+
"mask-x-from": b()
|
|
2502
2502
|
}],
|
|
2503
2503
|
"mask-image-x-to-color": [{
|
|
2504
|
-
"mask-x-to":
|
|
2504
|
+
"mask-x-to": b()
|
|
2505
2505
|
}],
|
|
2506
2506
|
"mask-image-y-from-pos": [{
|
|
2507
2507
|
"mask-y-from": M()
|
|
@@ -2510,10 +2510,10 @@ const R = (e) => {
|
|
|
2510
2510
|
"mask-y-to": M()
|
|
2511
2511
|
}],
|
|
2512
2512
|
"mask-image-y-from-color": [{
|
|
2513
|
-
"mask-y-from":
|
|
2513
|
+
"mask-y-from": b()
|
|
2514
2514
|
}],
|
|
2515
2515
|
"mask-image-y-to-color": [{
|
|
2516
|
-
"mask-y-to":
|
|
2516
|
+
"mask-y-to": b()
|
|
2517
2517
|
}],
|
|
2518
2518
|
"mask-image-radial": [{
|
|
2519
2519
|
"mask-radial": [u, d]
|
|
@@ -2525,10 +2525,10 @@ const R = (e) => {
|
|
|
2525
2525
|
"mask-radial-to": M()
|
|
2526
2526
|
}],
|
|
2527
2527
|
"mask-image-radial-from-color": [{
|
|
2528
|
-
"mask-radial-from":
|
|
2528
|
+
"mask-radial-from": b()
|
|
2529
2529
|
}],
|
|
2530
2530
|
"mask-image-radial-to-color": [{
|
|
2531
|
-
"mask-radial-to":
|
|
2531
|
+
"mask-radial-to": b()
|
|
2532
2532
|
}],
|
|
2533
2533
|
"mask-image-radial-shape": [{
|
|
2534
2534
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -2543,7 +2543,7 @@ const R = (e) => {
|
|
|
2543
2543
|
"mask-radial-at": S()
|
|
2544
2544
|
}],
|
|
2545
2545
|
"mask-image-conic-pos": [{
|
|
2546
|
-
"mask-conic": [
|
|
2546
|
+
"mask-conic": [x]
|
|
2547
2547
|
}],
|
|
2548
2548
|
"mask-image-conic-from-pos": [{
|
|
2549
2549
|
"mask-conic-from": M()
|
|
@@ -2552,10 +2552,10 @@ const R = (e) => {
|
|
|
2552
2552
|
"mask-conic-to": M()
|
|
2553
2553
|
}],
|
|
2554
2554
|
"mask-image-conic-from-color": [{
|
|
2555
|
-
"mask-conic-from":
|
|
2555
|
+
"mask-conic-from": b()
|
|
2556
2556
|
}],
|
|
2557
2557
|
"mask-image-conic-to-color": [{
|
|
2558
|
-
"mask-conic-to":
|
|
2558
|
+
"mask-conic-to": b()
|
|
2559
2559
|
}],
|
|
2560
2560
|
/**
|
|
2561
2561
|
* Mask Mode
|
|
@@ -2634,14 +2634,14 @@ const R = (e) => {
|
|
|
2634
2634
|
* @see https://tailwindcss.com/docs/brightness
|
|
2635
2635
|
*/
|
|
2636
2636
|
brightness: [{
|
|
2637
|
-
brightness: [
|
|
2637
|
+
brightness: [x, u, d]
|
|
2638
2638
|
}],
|
|
2639
2639
|
/**
|
|
2640
2640
|
* Contrast
|
|
2641
2641
|
* @see https://tailwindcss.com/docs/contrast
|
|
2642
2642
|
*/
|
|
2643
2643
|
contrast: [{
|
|
2644
|
-
contrast: [
|
|
2644
|
+
contrast: [x, u, d]
|
|
2645
2645
|
}],
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Drop Shadow
|
|
@@ -2662,42 +2662,42 @@ const R = (e) => {
|
|
|
2662
2662
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2663
2663
|
*/
|
|
2664
2664
|
"drop-shadow-color": [{
|
|
2665
|
-
"drop-shadow":
|
|
2665
|
+
"drop-shadow": b()
|
|
2666
2666
|
}],
|
|
2667
2667
|
/**
|
|
2668
2668
|
* Grayscale
|
|
2669
2669
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2670
2670
|
*/
|
|
2671
2671
|
grayscale: [{
|
|
2672
|
-
grayscale: ["",
|
|
2672
|
+
grayscale: ["", x, u, d]
|
|
2673
2673
|
}],
|
|
2674
2674
|
/**
|
|
2675
2675
|
* Hue Rotate
|
|
2676
2676
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2677
2677
|
*/
|
|
2678
2678
|
"hue-rotate": [{
|
|
2679
|
-
"hue-rotate": [
|
|
2679
|
+
"hue-rotate": [x, u, d]
|
|
2680
2680
|
}],
|
|
2681
2681
|
/**
|
|
2682
2682
|
* Invert
|
|
2683
2683
|
* @see https://tailwindcss.com/docs/invert
|
|
2684
2684
|
*/
|
|
2685
2685
|
invert: [{
|
|
2686
|
-
invert: ["",
|
|
2686
|
+
invert: ["", x, u, d]
|
|
2687
2687
|
}],
|
|
2688
2688
|
/**
|
|
2689
2689
|
* Saturate
|
|
2690
2690
|
* @see https://tailwindcss.com/docs/saturate
|
|
2691
2691
|
*/
|
|
2692
2692
|
saturate: [{
|
|
2693
|
-
saturate: [
|
|
2693
|
+
saturate: [x, u, d]
|
|
2694
2694
|
}],
|
|
2695
2695
|
/**
|
|
2696
2696
|
* Sepia
|
|
2697
2697
|
* @see https://tailwindcss.com/docs/sepia
|
|
2698
2698
|
*/
|
|
2699
2699
|
sepia: [{
|
|
2700
|
-
sepia: ["",
|
|
2700
|
+
sepia: ["", x, u, d]
|
|
2701
2701
|
}],
|
|
2702
2702
|
/**
|
|
2703
2703
|
* Backdrop Filter
|
|
@@ -2724,56 +2724,56 @@ const R = (e) => {
|
|
|
2724
2724
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2725
2725
|
*/
|
|
2726
2726
|
"backdrop-brightness": [{
|
|
2727
|
-
"backdrop-brightness": [
|
|
2727
|
+
"backdrop-brightness": [x, u, d]
|
|
2728
2728
|
}],
|
|
2729
2729
|
/**
|
|
2730
2730
|
* Backdrop Contrast
|
|
2731
2731
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2732
2732
|
*/
|
|
2733
2733
|
"backdrop-contrast": [{
|
|
2734
|
-
"backdrop-contrast": [
|
|
2734
|
+
"backdrop-contrast": [x, u, d]
|
|
2735
2735
|
}],
|
|
2736
2736
|
/**
|
|
2737
2737
|
* Backdrop Grayscale
|
|
2738
2738
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2739
2739
|
*/
|
|
2740
2740
|
"backdrop-grayscale": [{
|
|
2741
|
-
"backdrop-grayscale": ["",
|
|
2741
|
+
"backdrop-grayscale": ["", x, u, d]
|
|
2742
2742
|
}],
|
|
2743
2743
|
/**
|
|
2744
2744
|
* Backdrop Hue Rotate
|
|
2745
2745
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2746
2746
|
*/
|
|
2747
2747
|
"backdrop-hue-rotate": [{
|
|
2748
|
-
"backdrop-hue-rotate": [
|
|
2748
|
+
"backdrop-hue-rotate": [x, u, d]
|
|
2749
2749
|
}],
|
|
2750
2750
|
/**
|
|
2751
2751
|
* Backdrop Invert
|
|
2752
2752
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2753
2753
|
*/
|
|
2754
2754
|
"backdrop-invert": [{
|
|
2755
|
-
"backdrop-invert": ["",
|
|
2755
|
+
"backdrop-invert": ["", x, u, d]
|
|
2756
2756
|
}],
|
|
2757
2757
|
/**
|
|
2758
2758
|
* Backdrop Opacity
|
|
2759
2759
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2760
2760
|
*/
|
|
2761
2761
|
"backdrop-opacity": [{
|
|
2762
|
-
"backdrop-opacity": [
|
|
2762
|
+
"backdrop-opacity": [x, u, d]
|
|
2763
2763
|
}],
|
|
2764
2764
|
/**
|
|
2765
2765
|
* Backdrop Saturate
|
|
2766
2766
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2767
2767
|
*/
|
|
2768
2768
|
"backdrop-saturate": [{
|
|
2769
|
-
"backdrop-saturate": [
|
|
2769
|
+
"backdrop-saturate": [x, u, d]
|
|
2770
2770
|
}],
|
|
2771
2771
|
/**
|
|
2772
2772
|
* Backdrop Sepia
|
|
2773
2773
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2774
2774
|
*/
|
|
2775
2775
|
"backdrop-sepia": [{
|
|
2776
|
-
"backdrop-sepia": ["",
|
|
2776
|
+
"backdrop-sepia": ["", x, u, d]
|
|
2777
2777
|
}],
|
|
2778
2778
|
// --------------
|
|
2779
2779
|
// --- Tables ---
|
|
@@ -2790,21 +2790,21 @@ const R = (e) => {
|
|
|
2790
2790
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2791
2791
|
*/
|
|
2792
2792
|
"border-spacing": [{
|
|
2793
|
-
"border-spacing":
|
|
2793
|
+
"border-spacing": g()
|
|
2794
2794
|
}],
|
|
2795
2795
|
/**
|
|
2796
2796
|
* Border Spacing X
|
|
2797
2797
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2798
2798
|
*/
|
|
2799
2799
|
"border-spacing-x": [{
|
|
2800
|
-
"border-spacing-x":
|
|
2800
|
+
"border-spacing-x": g()
|
|
2801
2801
|
}],
|
|
2802
2802
|
/**
|
|
2803
2803
|
* Border Spacing Y
|
|
2804
2804
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2805
2805
|
*/
|
|
2806
2806
|
"border-spacing-y": [{
|
|
2807
|
-
"border-spacing-y":
|
|
2807
|
+
"border-spacing-y": g()
|
|
2808
2808
|
}],
|
|
2809
2809
|
/**
|
|
2810
2810
|
* Table Layout
|
|
@@ -2842,7 +2842,7 @@ const R = (e) => {
|
|
|
2842
2842
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2843
2843
|
*/
|
|
2844
2844
|
duration: [{
|
|
2845
|
-
duration: [
|
|
2845
|
+
duration: [x, "initial", u, d]
|
|
2846
2846
|
}],
|
|
2847
2847
|
/**
|
|
2848
2848
|
* Transition Timing Function
|
|
@@ -2856,7 +2856,7 @@ const R = (e) => {
|
|
|
2856
2856
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2857
2857
|
*/
|
|
2858
2858
|
delay: [{
|
|
2859
|
-
delay: [
|
|
2859
|
+
delay: [x, u, d]
|
|
2860
2860
|
}],
|
|
2861
2861
|
/**
|
|
2862
2862
|
* Animation
|
|
@@ -2887,7 +2887,7 @@ const R = (e) => {
|
|
|
2887
2887
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2888
2888
|
*/
|
|
2889
2889
|
"perspective-origin": [{
|
|
2890
|
-
"perspective-origin":
|
|
2890
|
+
"perspective-origin": O()
|
|
2891
2891
|
}],
|
|
2892
2892
|
/**
|
|
2893
2893
|
* Rotate
|
|
@@ -2983,7 +2983,7 @@ const R = (e) => {
|
|
|
2983
2983
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2984
2984
|
*/
|
|
2985
2985
|
"transform-origin": [{
|
|
2986
|
-
origin:
|
|
2986
|
+
origin: O()
|
|
2987
2987
|
}],
|
|
2988
2988
|
/**
|
|
2989
2989
|
* Transform Style
|
|
@@ -3033,7 +3033,7 @@ const R = (e) => {
|
|
|
3033
3033
|
* @see https://tailwindcss.com/docs/accent-color
|
|
3034
3034
|
*/
|
|
3035
3035
|
accent: [{
|
|
3036
|
-
accent:
|
|
3036
|
+
accent: b()
|
|
3037
3037
|
}],
|
|
3038
3038
|
/**
|
|
3039
3039
|
* Appearance
|
|
@@ -3047,7 +3047,7 @@ const R = (e) => {
|
|
|
3047
3047
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
3048
3048
|
*/
|
|
3049
3049
|
"caret-color": [{
|
|
3050
|
-
caret:
|
|
3050
|
+
caret: b()
|
|
3051
3051
|
}],
|
|
3052
3052
|
/**
|
|
3053
3053
|
* Color Scheme
|
|
@@ -3096,126 +3096,126 @@ const R = (e) => {
|
|
|
3096
3096
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3097
3097
|
*/
|
|
3098
3098
|
"scroll-m": [{
|
|
3099
|
-
"scroll-m":
|
|
3099
|
+
"scroll-m": g()
|
|
3100
3100
|
}],
|
|
3101
3101
|
/**
|
|
3102
3102
|
* Scroll Margin X
|
|
3103
3103
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3104
3104
|
*/
|
|
3105
3105
|
"scroll-mx": [{
|
|
3106
|
-
"scroll-mx":
|
|
3106
|
+
"scroll-mx": g()
|
|
3107
3107
|
}],
|
|
3108
3108
|
/**
|
|
3109
3109
|
* Scroll Margin Y
|
|
3110
3110
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3111
3111
|
*/
|
|
3112
3112
|
"scroll-my": [{
|
|
3113
|
-
"scroll-my":
|
|
3113
|
+
"scroll-my": g()
|
|
3114
3114
|
}],
|
|
3115
3115
|
/**
|
|
3116
3116
|
* Scroll Margin Start
|
|
3117
3117
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3118
3118
|
*/
|
|
3119
3119
|
"scroll-ms": [{
|
|
3120
|
-
"scroll-ms":
|
|
3120
|
+
"scroll-ms": g()
|
|
3121
3121
|
}],
|
|
3122
3122
|
/**
|
|
3123
3123
|
* Scroll Margin End
|
|
3124
3124
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3125
3125
|
*/
|
|
3126
3126
|
"scroll-me": [{
|
|
3127
|
-
"scroll-me":
|
|
3127
|
+
"scroll-me": g()
|
|
3128
3128
|
}],
|
|
3129
3129
|
/**
|
|
3130
3130
|
* Scroll Margin Top
|
|
3131
3131
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3132
3132
|
*/
|
|
3133
3133
|
"scroll-mt": [{
|
|
3134
|
-
"scroll-mt":
|
|
3134
|
+
"scroll-mt": g()
|
|
3135
3135
|
}],
|
|
3136
3136
|
/**
|
|
3137
3137
|
* Scroll Margin Right
|
|
3138
3138
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3139
3139
|
*/
|
|
3140
3140
|
"scroll-mr": [{
|
|
3141
|
-
"scroll-mr":
|
|
3141
|
+
"scroll-mr": g()
|
|
3142
3142
|
}],
|
|
3143
3143
|
/**
|
|
3144
3144
|
* Scroll Margin Bottom
|
|
3145
3145
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3146
3146
|
*/
|
|
3147
3147
|
"scroll-mb": [{
|
|
3148
|
-
"scroll-mb":
|
|
3148
|
+
"scroll-mb": g()
|
|
3149
3149
|
}],
|
|
3150
3150
|
/**
|
|
3151
3151
|
* Scroll Margin Left
|
|
3152
3152
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3153
3153
|
*/
|
|
3154
3154
|
"scroll-ml": [{
|
|
3155
|
-
"scroll-ml":
|
|
3155
|
+
"scroll-ml": g()
|
|
3156
3156
|
}],
|
|
3157
3157
|
/**
|
|
3158
3158
|
* Scroll Padding
|
|
3159
3159
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3160
3160
|
*/
|
|
3161
3161
|
"scroll-p": [{
|
|
3162
|
-
"scroll-p":
|
|
3162
|
+
"scroll-p": g()
|
|
3163
3163
|
}],
|
|
3164
3164
|
/**
|
|
3165
3165
|
* Scroll Padding X
|
|
3166
3166
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3167
3167
|
*/
|
|
3168
3168
|
"scroll-px": [{
|
|
3169
|
-
"scroll-px":
|
|
3169
|
+
"scroll-px": g()
|
|
3170
3170
|
}],
|
|
3171
3171
|
/**
|
|
3172
3172
|
* Scroll Padding Y
|
|
3173
3173
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3174
3174
|
*/
|
|
3175
3175
|
"scroll-py": [{
|
|
3176
|
-
"scroll-py":
|
|
3176
|
+
"scroll-py": g()
|
|
3177
3177
|
}],
|
|
3178
3178
|
/**
|
|
3179
3179
|
* Scroll Padding Start
|
|
3180
3180
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3181
3181
|
*/
|
|
3182
3182
|
"scroll-ps": [{
|
|
3183
|
-
"scroll-ps":
|
|
3183
|
+
"scroll-ps": g()
|
|
3184
3184
|
}],
|
|
3185
3185
|
/**
|
|
3186
3186
|
* Scroll Padding End
|
|
3187
3187
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3188
3188
|
*/
|
|
3189
3189
|
"scroll-pe": [{
|
|
3190
|
-
"scroll-pe":
|
|
3190
|
+
"scroll-pe": g()
|
|
3191
3191
|
}],
|
|
3192
3192
|
/**
|
|
3193
3193
|
* Scroll Padding Top
|
|
3194
3194
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3195
3195
|
*/
|
|
3196
3196
|
"scroll-pt": [{
|
|
3197
|
-
"scroll-pt":
|
|
3197
|
+
"scroll-pt": g()
|
|
3198
3198
|
}],
|
|
3199
3199
|
/**
|
|
3200
3200
|
* Scroll Padding Right
|
|
3201
3201
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3202
3202
|
*/
|
|
3203
3203
|
"scroll-pr": [{
|
|
3204
|
-
"scroll-pr":
|
|
3204
|
+
"scroll-pr": g()
|
|
3205
3205
|
}],
|
|
3206
3206
|
/**
|
|
3207
3207
|
* Scroll Padding Bottom
|
|
3208
3208
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3209
3209
|
*/
|
|
3210
3210
|
"scroll-pb": [{
|
|
3211
|
-
"scroll-pb":
|
|
3211
|
+
"scroll-pb": g()
|
|
3212
3212
|
}],
|
|
3213
3213
|
/**
|
|
3214
3214
|
* Scroll Padding Left
|
|
3215
3215
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3216
3216
|
*/
|
|
3217
3217
|
"scroll-pl": [{
|
|
3218
|
-
"scroll-pl":
|
|
3218
|
+
"scroll-pl": g()
|
|
3219
3219
|
}],
|
|
3220
3220
|
/**
|
|
3221
3221
|
* Scroll Snap Align
|
|
@@ -3293,21 +3293,21 @@ const R = (e) => {
|
|
|
3293
3293
|
* @see https://tailwindcss.com/docs/fill
|
|
3294
3294
|
*/
|
|
3295
3295
|
fill: [{
|
|
3296
|
-
fill: ["none", ...
|
|
3296
|
+
fill: ["none", ...b()]
|
|
3297
3297
|
}],
|
|
3298
3298
|
/**
|
|
3299
3299
|
* Stroke Width
|
|
3300
3300
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
3301
3301
|
*/
|
|
3302
3302
|
"stroke-w": [{
|
|
3303
|
-
stroke: [
|
|
3303
|
+
stroke: [x, X, F, ke]
|
|
3304
3304
|
}],
|
|
3305
3305
|
/**
|
|
3306
3306
|
* Stroke
|
|
3307
3307
|
* @see https://tailwindcss.com/docs/stroke
|
|
3308
3308
|
*/
|
|
3309
3309
|
stroke: [{
|
|
3310
|
-
stroke: ["none", ...
|
|
3310
|
+
stroke: ["none", ...b()]
|
|
3311
3311
|
}],
|
|
3312
3312
|
// ---------------------
|
|
3313
3313
|
// --- Accessibility ---
|
|
@@ -3375,16 +3375,16 @@ const R = (e) => {
|
|
|
3375
3375
|
},
|
|
3376
3376
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3377
3377
|
};
|
|
3378
|
-
},
|
|
3379
|
-
function
|
|
3380
|
-
return
|
|
3378
|
+
}, uo = /* @__PURE__ */ Fr(co);
|
|
3379
|
+
function v(...e) {
|
|
3380
|
+
return uo(Sr(e));
|
|
3381
3381
|
}
|
|
3382
|
-
function
|
|
3382
|
+
function fo({ children: e, className: t, ...r }) {
|
|
3383
3383
|
const { colorScheme: o } = De(), { value: n } = $e();
|
|
3384
3384
|
return /* @__PURE__ */ i(
|
|
3385
|
-
|
|
3385
|
+
Pr,
|
|
3386
3386
|
{
|
|
3387
|
-
className:
|
|
3387
|
+
className: v(
|
|
3388
3388
|
"focus:outline-2 has-[:focus-visible]:ring-2 has-[:focus-visible]:ring-[var(--accordion-focus,hsl(var(--primary)))] has-[:focus-visible]:ring-offset-4",
|
|
3389
3389
|
{
|
|
3390
3390
|
light: "ring-offset-[var(--acordion-light-offset,hsl(var(--background)))]",
|
|
@@ -3399,17 +3399,17 @@ function uo({ children: e, className: t, ...r }) {
|
|
|
3399
3399
|
}
|
|
3400
3400
|
);
|
|
3401
3401
|
}
|
|
3402
|
-
function fo({ className: e, ...t }) {
|
|
3403
|
-
return /* @__PURE__ */ i(Ar, { className: x(e), ...t, "data-slot": "accordion-root" });
|
|
3404
|
-
}
|
|
3405
3402
|
function mo({ className: e, ...t }) {
|
|
3403
|
+
return /* @__PURE__ */ i(Nr, { className: v(e), ...t, "data-slot": "accordion-root" });
|
|
3404
|
+
}
|
|
3405
|
+
function po({ className: e, ...t }) {
|
|
3406
3406
|
const { colorScheme: r } = De(), { content: o } = $e(), [n, a] = we(!1);
|
|
3407
3407
|
return tt(() => {
|
|
3408
3408
|
a(!0);
|
|
3409
3409
|
}, []), /* @__PURE__ */ i(
|
|
3410
|
-
|
|
3410
|
+
Rr,
|
|
3411
3411
|
{
|
|
3412
|
-
className:
|
|
3412
|
+
className: v(
|
|
3413
3413
|
"overflow-hidden",
|
|
3414
3414
|
// We need to delay the animation until the component is mounted to avoid the animation from being triggered when the component is first rendered.
|
|
3415
3415
|
n && "data-[state=closed]:animate-collapse data-[state=open]:animate-expand"
|
|
@@ -3418,7 +3418,7 @@ function mo({ className: e, ...t }) {
|
|
|
3418
3418
|
children: /* @__PURE__ */ i(
|
|
3419
3419
|
"div",
|
|
3420
3420
|
{
|
|
3421
|
-
className:
|
|
3421
|
+
className: v(
|
|
3422
3422
|
"py-3 text-base font-light leading-normal [font-family:var(--accordion-content-font-family,var(--font-family-body))]",
|
|
3423
3423
|
{
|
|
3424
3424
|
light: "text-[var(--accordion-light-content-text,hsl(var(--foreground)))]",
|
|
@@ -3434,7 +3434,7 @@ function mo({ className: e, ...t }) {
|
|
|
3434
3434
|
);
|
|
3435
3435
|
}
|
|
3436
3436
|
const Tt = ee(void 0);
|
|
3437
|
-
function
|
|
3437
|
+
function bo({
|
|
3438
3438
|
children: e,
|
|
3439
3439
|
colorScheme: t = "light",
|
|
3440
3440
|
items: r
|
|
@@ -3477,12 +3477,12 @@ function $e() {
|
|
|
3477
3477
|
throw new Error("useAccordionItem must be used within an AccordionItemProvider");
|
|
3478
3478
|
return e;
|
|
3479
3479
|
}
|
|
3480
|
-
function
|
|
3480
|
+
function ho({ className: e, ...t }) {
|
|
3481
3481
|
const { colorScheme: r } = De(), { title: o } = $e();
|
|
3482
|
-
return /* @__PURE__ */ i(
|
|
3483
|
-
|
|
3482
|
+
return /* @__PURE__ */ i(_r, { children: /* @__PURE__ */ T(
|
|
3483
|
+
Ir,
|
|
3484
3484
|
{
|
|
3485
|
-
className:
|
|
3485
|
+
className: v(
|
|
3486
3486
|
"group flex w-full cursor-pointer items-start gap-8 border-none py-3 text-start focus:outline-none @md:py-4",
|
|
3487
3487
|
e
|
|
3488
3488
|
),
|
|
@@ -3492,7 +3492,7 @@ function bo({ className: e, ...t }) {
|
|
|
3492
3492
|
/* @__PURE__ */ i(
|
|
3493
3493
|
"div",
|
|
3494
3494
|
{
|
|
3495
|
-
className:
|
|
3495
|
+
className: v(
|
|
3496
3496
|
"flex-1 select-none text-sm font-normal uppercase transition-colors duration-300 ease-out [font-family:var(--accordion-title-font-family,var(--font-family-mono))]",
|
|
3497
3497
|
{
|
|
3498
3498
|
light: "text-[var(--accordion-light-title-text,hsl(var(--contrast-400)))] group-hover:text-[var(--accordion-light-title-text-hover,hsl(var(--foreground)))]",
|
|
@@ -3502,10 +3502,10 @@ function bo({ className: e, ...t }) {
|
|
|
3502
3502
|
children: o
|
|
3503
3503
|
}
|
|
3504
3504
|
),
|
|
3505
|
-
/* @__PURE__ */
|
|
3505
|
+
/* @__PURE__ */ T(
|
|
3506
3506
|
"svg",
|
|
3507
3507
|
{
|
|
3508
|
-
className:
|
|
3508
|
+
className: v(
|
|
3509
3509
|
"mt-1 shrink-0 [&>line]:origin-center [&>line]:transition [&>line]:duration-300 [&>line]:ease-out",
|
|
3510
3510
|
{
|
|
3511
3511
|
light: "stroke-[var(--accordion-light-title-icon,hsl(var(--contrast-500)))] group-hover:stroke-[var(--accordion-light-title-icon-hover,hsl(var(--foreground)))]",
|
|
@@ -3545,34 +3545,34 @@ function bo({ className: e, ...t }) {
|
|
|
3545
3545
|
}
|
|
3546
3546
|
) });
|
|
3547
3547
|
}
|
|
3548
|
-
function
|
|
3548
|
+
function en({ className: e, variant: t, message: r, description: o, action: n, dismiss: a }) {
|
|
3549
3549
|
return /* @__PURE__ */ i(
|
|
3550
|
-
|
|
3550
|
+
xo,
|
|
3551
3551
|
{
|
|
3552
3552
|
action: n,
|
|
3553
3553
|
description: o,
|
|
3554
3554
|
dismiss: a,
|
|
3555
3555
|
message: r,
|
|
3556
3556
|
variant: t,
|
|
3557
|
-
children: /* @__PURE__ */
|
|
3558
|
-
/* @__PURE__ */
|
|
3559
|
-
/* @__PURE__ */ i(
|
|
3560
|
-
/* @__PURE__ */ i(
|
|
3557
|
+
children: /* @__PURE__ */ T(vo, { className: e, children: [
|
|
3558
|
+
/* @__PURE__ */ T(yo, { children: [
|
|
3559
|
+
/* @__PURE__ */ i(ko, {}),
|
|
3560
|
+
/* @__PURE__ */ i(wo, {})
|
|
3561
3561
|
] }),
|
|
3562
|
-
/* @__PURE__ */
|
|
3563
|
-
/* @__PURE__ */ i(
|
|
3564
|
-
/* @__PURE__ */ i(
|
|
3562
|
+
/* @__PURE__ */ T(Co, { children: [
|
|
3563
|
+
/* @__PURE__ */ i(Eo, {}),
|
|
3564
|
+
/* @__PURE__ */ i(zo, {})
|
|
3565
3565
|
] })
|
|
3566
3566
|
] })
|
|
3567
3567
|
}
|
|
3568
3568
|
);
|
|
3569
3569
|
}
|
|
3570
|
-
function
|
|
3570
|
+
function vo({ className: e, children: t, ...r }) {
|
|
3571
3571
|
const { variant: o } = ne();
|
|
3572
3572
|
return /* @__PURE__ */ i(
|
|
3573
3573
|
"div",
|
|
3574
3574
|
{
|
|
3575
|
-
className:
|
|
3575
|
+
className: v(
|
|
3576
3576
|
"flex max-w-[356px] items-center justify-between gap-2 rounded-xl border border-[var(--alert-border,color-mix(in_oklab,hsl(var(--foreground))_10%,transparent))] py-3 pe-3 ps-4 shadow",
|
|
3577
3577
|
{
|
|
3578
3578
|
success: "bg-[var(--alert-success-background,color-mix(in_oklab,hsl(var(--success)),white_75%))]",
|
|
@@ -3589,8 +3589,8 @@ function ho({ className: e, children: t, ...r }) {
|
|
|
3589
3589
|
}
|
|
3590
3590
|
);
|
|
3591
3591
|
}
|
|
3592
|
-
const
|
|
3593
|
-
function
|
|
3592
|
+
const Lt = ee(void 0);
|
|
3593
|
+
function xo({
|
|
3594
3594
|
children: e,
|
|
3595
3595
|
message: t,
|
|
3596
3596
|
description: r,
|
|
@@ -3608,31 +3608,31 @@ function vo({
|
|
|
3608
3608
|
}),
|
|
3609
3609
|
[t, r, o, n, a]
|
|
3610
3610
|
);
|
|
3611
|
-
return /* @__PURE__ */ i(
|
|
3611
|
+
return /* @__PURE__ */ i(Lt.Provider, { value: s, children: e });
|
|
3612
3612
|
}
|
|
3613
3613
|
function ne() {
|
|
3614
|
-
const e = re(
|
|
3614
|
+
const e = re(Lt);
|
|
3615
3615
|
if (e === void 0)
|
|
3616
3616
|
throw new Error("useAlert must be used within a AlertProvider");
|
|
3617
3617
|
return e;
|
|
3618
3618
|
}
|
|
3619
|
-
function
|
|
3619
|
+
function yo({ children: e, className: t, ...r }) {
|
|
3620
3620
|
return /* @__PURE__ */ i(
|
|
3621
3621
|
"div",
|
|
3622
3622
|
{
|
|
3623
|
-
className:
|
|
3623
|
+
className: v("[font-family:var(--alert-font-family,var(--font-family-body))]", t),
|
|
3624
3624
|
"data-slot": "alert-header",
|
|
3625
3625
|
...r,
|
|
3626
3626
|
children: e
|
|
3627
3627
|
}
|
|
3628
3628
|
);
|
|
3629
3629
|
}
|
|
3630
|
-
function
|
|
3630
|
+
function ko({ children: e, className: t, ...r }) {
|
|
3631
3631
|
const { message: o } = ne();
|
|
3632
3632
|
return /* @__PURE__ */ i(
|
|
3633
3633
|
"h5",
|
|
3634
3634
|
{
|
|
3635
|
-
className:
|
|
3635
|
+
className: v(
|
|
3636
3636
|
"text-sm font-normal text-[var(--alert-message-text,hsl(var(--foreground)))]",
|
|
3637
3637
|
t
|
|
3638
3638
|
),
|
|
@@ -3642,12 +3642,12 @@ function yo({ children: e, className: t, ...r }) {
|
|
|
3642
3642
|
}
|
|
3643
3643
|
);
|
|
3644
3644
|
}
|
|
3645
|
-
function
|
|
3645
|
+
function wo({ className: e, ...t }) {
|
|
3646
3646
|
const { description: r } = ne();
|
|
3647
3647
|
return /* @__PURE__ */ i(
|
|
3648
3648
|
"p",
|
|
3649
3649
|
{
|
|
3650
|
-
className:
|
|
3650
|
+
className: v(
|
|
3651
3651
|
"text-xs font-medium text-[color:var(--alert-description-text,color-mix(in_oklab,hsl(var(--foreground))_50%,transparent))]",
|
|
3652
3652
|
e
|
|
3653
3653
|
),
|
|
@@ -3657,8 +3657,8 @@ function ko({ className: e, ...t }) {
|
|
|
3657
3657
|
}
|
|
3658
3658
|
);
|
|
3659
3659
|
}
|
|
3660
|
-
function
|
|
3661
|
-
return /* @__PURE__ */ i("div", { className:
|
|
3660
|
+
function Co({ children: e, className: t, ...r }) {
|
|
3661
|
+
return /* @__PURE__ */ i("div", { className: v("flex items-center gap-1", t), "data-slot": "alert-actions", ...r, children: e });
|
|
3662
3662
|
}
|
|
3663
3663
|
/**
|
|
3664
3664
|
* @license lucide-react v0.545.0 - ISC
|
|
@@ -3666,13 +3666,13 @@ function wo({ children: e, className: t, ...r }) {
|
|
|
3666
3666
|
* This source code is licensed under the ISC license.
|
|
3667
3667
|
* See the LICENSE file in the root directory of this source tree.
|
|
3668
3668
|
*/
|
|
3669
|
-
const
|
|
3669
|
+
const Ao = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), No = (e) => e.replace(
|
|
3670
3670
|
/^([A-Z])|[\s-_]+(\w)/g,
|
|
3671
3671
|
(t, r, o) => o ? o.toUpperCase() : r.toLowerCase()
|
|
3672
3672
|
), Qe = (e) => {
|
|
3673
|
-
const t =
|
|
3673
|
+
const t = No(e);
|
|
3674
3674
|
return t.charAt(0).toUpperCase() + t.slice(1);
|
|
3675
|
-
},
|
|
3675
|
+
}, Bt = (...e) => e.filter((t, r, o) => !!t && t.trim() !== "" && o.indexOf(t) === r).join(" ").trim(), Po = (e) => {
|
|
3676
3676
|
for (const t in e)
|
|
3677
3677
|
if (t.startsWith("aria-") || t === "role" || t === "title")
|
|
3678
3678
|
return !0;
|
|
@@ -3683,7 +3683,7 @@ const Co = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), Ao = (
|
|
|
3683
3683
|
* This source code is licensed under the ISC license.
|
|
3684
3684
|
* See the LICENSE file in the root directory of this source tree.
|
|
3685
3685
|
*/
|
|
3686
|
-
var
|
|
3686
|
+
var _o = {
|
|
3687
3687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3688
3688
|
width: 24,
|
|
3689
3689
|
height: 24,
|
|
@@ -3700,7 +3700,7 @@ var Po = {
|
|
|
3700
3700
|
* This source code is licensed under the ISC license.
|
|
3701
3701
|
* See the LICENSE file in the root directory of this source tree.
|
|
3702
3702
|
*/
|
|
3703
|
-
const
|
|
3703
|
+
const Io = rt(
|
|
3704
3704
|
({
|
|
3705
3705
|
color: e = "currentColor",
|
|
3706
3706
|
size: t = 24,
|
|
@@ -3714,13 +3714,13 @@ const _o = rt(
|
|
|
3714
3714
|
"svg",
|
|
3715
3715
|
{
|
|
3716
3716
|
ref: c,
|
|
3717
|
-
...
|
|
3717
|
+
..._o,
|
|
3718
3718
|
width: t,
|
|
3719
3719
|
height: t,
|
|
3720
3720
|
stroke: e,
|
|
3721
3721
|
strokeWidth: o ? Number(r) * 24 / Number(t) : r,
|
|
3722
|
-
className:
|
|
3723
|
-
...!a && !
|
|
3722
|
+
className: Bt("lucide", n),
|
|
3723
|
+
...!a && !Po(l) && { "aria-hidden": "true" },
|
|
3724
3724
|
...l
|
|
3725
3725
|
},
|
|
3726
3726
|
[
|
|
@@ -3737,11 +3737,11 @@ const _o = rt(
|
|
|
3737
3737
|
*/
|
|
3738
3738
|
const Dt = (e, t) => {
|
|
3739
3739
|
const r = rt(
|
|
3740
|
-
({ className: o, ...n }, a) => Ce(
|
|
3740
|
+
({ className: o, ...n }, a) => Ce(Io, {
|
|
3741
3741
|
ref: a,
|
|
3742
3742
|
iconNode: t,
|
|
3743
|
-
className:
|
|
3744
|
-
`lucide-${
|
|
3743
|
+
className: Bt(
|
|
3744
|
+
`lucide-${Ao(Qe(e))}`,
|
|
3745
3745
|
`lucide-${e}`,
|
|
3746
3746
|
o
|
|
3747
3747
|
),
|
|
@@ -3756,17 +3756,17 @@ const Dt = (e, t) => {
|
|
|
3756
3756
|
* This source code is licensed under the ISC license.
|
|
3757
3757
|
* See the LICENSE file in the root directory of this source tree.
|
|
3758
3758
|
*/
|
|
3759
|
-
const
|
|
3759
|
+
const Ro = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], So = Dt("loader-circle", Ro);
|
|
3760
3760
|
/**
|
|
3761
3761
|
* @license lucide-react v0.545.0 - ISC
|
|
3762
3762
|
*
|
|
3763
3763
|
* This source code is licensed under the ISC license.
|
|
3764
3764
|
* See the LICENSE file in the root directory of this source tree.
|
|
3765
3765
|
*/
|
|
3766
|
-
const
|
|
3766
|
+
const Mo = [
|
|
3767
3767
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
3768
3768
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
3769
|
-
], $t = Dt("x",
|
|
3769
|
+
], $t = Dt("x", Mo);
|
|
3770
3770
|
function Vt({
|
|
3771
3771
|
variant: e = "primary",
|
|
3772
3772
|
size: t = "large",
|
|
@@ -3778,11 +3778,11 @@ function Vt({
|
|
|
3778
3778
|
children: l,
|
|
3779
3779
|
...c
|
|
3780
3780
|
}) {
|
|
3781
|
-
return /* @__PURE__ */
|
|
3781
|
+
return /* @__PURE__ */ T(
|
|
3782
3782
|
"button",
|
|
3783
3783
|
{
|
|
3784
3784
|
"aria-busy": o,
|
|
3785
|
-
className:
|
|
3785
|
+
className: v(
|
|
3786
3786
|
"after:ease-[cubic-bezier(0,0.25,0,1)] relative z-0 inline-flex h-fit select-none items-center justify-center overflow-hidden border text-center font-semibold leading-normal [font-family:var(--button-font-family,var(--font-family-body))] after:absolute after:inset-0 after:-z-10 after:-translate-x-[105%] after:transition-[opacity,transform] after:duration-300 focus-visible:outline-2 focus-visible:outline-[var(--button-focus,hsl(var(--primary)))] disabled:pointer-events-none disabled:opacity-30",
|
|
3787
3787
|
{
|
|
3788
3788
|
primary: "border-[var(--button-primary-border,hsl(var(--primary)))] bg-[var(--button-primary-background,hsl(var(--primary)))] text-[var(--button-primary-text,hsl(var(--foreground)))] after:bg-[var(--button-primary-background-hover,color-mix(in_oklab,hsl(var(--primary)),white_75%))] focus-visible:outline-offset-2",
|
|
@@ -3809,7 +3809,7 @@ function Vt({
|
|
|
3809
3809
|
/* @__PURE__ */ i(
|
|
3810
3810
|
"span",
|
|
3811
3811
|
{
|
|
3812
|
-
className:
|
|
3812
|
+
className: v(
|
|
3813
3813
|
"inline-flex items-center justify-center transition-all duration-300 ease-in-out",
|
|
3814
3814
|
o ? "-translate-y-10 opacity-0" : "translate-y-0 opacity-100",
|
|
3815
3815
|
r === "circle" && "aspect-square",
|
|
@@ -3833,14 +3833,14 @@ function Vt({
|
|
|
3833
3833
|
/* @__PURE__ */ i(
|
|
3834
3834
|
"span",
|
|
3835
3835
|
{
|
|
3836
|
-
className:
|
|
3836
|
+
className: v(
|
|
3837
3837
|
"absolute inset-0 grid place-content-center transition-all duration-300 ease-in-out",
|
|
3838
3838
|
o ? "translate-y-0 opacity-100" : "translate-y-10 opacity-0"
|
|
3839
3839
|
),
|
|
3840
3840
|
children: /* @__PURE__ */ i(
|
|
3841
|
-
|
|
3841
|
+
So,
|
|
3842
3842
|
{
|
|
3843
|
-
className:
|
|
3843
|
+
className: v(
|
|
3844
3844
|
"animate-spin",
|
|
3845
3845
|
e === "tertiary" && "text-[var(--button-loader-icon,hsl(var(--foreground)))]"
|
|
3846
3846
|
)
|
|
@@ -3852,13 +3852,13 @@ function Vt({
|
|
|
3852
3852
|
}
|
|
3853
3853
|
);
|
|
3854
3854
|
}
|
|
3855
|
-
function
|
|
3855
|
+
function Eo({ children: e, ...t }) {
|
|
3856
3856
|
const { action: r } = ne();
|
|
3857
3857
|
if (!r) return null;
|
|
3858
3858
|
const { label: o, onClick: n } = r;
|
|
3859
3859
|
return /* @__PURE__ */ i(Vt, { "data-slot": "alert-button", onClick: n, size: "x-small", variant: "ghost", ...t, children: o });
|
|
3860
3860
|
}
|
|
3861
|
-
function
|
|
3861
|
+
function zo({ ...e }) {
|
|
3862
3862
|
const { dismiss: t } = ne(), { label: r, onClick: o } = t;
|
|
3863
3863
|
return /* @__PURE__ */ i(
|
|
3864
3864
|
Vt,
|
|
@@ -3874,11 +3874,11 @@ function Eo({ ...e }) {
|
|
|
3874
3874
|
}
|
|
3875
3875
|
);
|
|
3876
3876
|
}
|
|
3877
|
-
function
|
|
3877
|
+
function tn({ className: e, children: t, ...r }) {
|
|
3878
3878
|
return /* @__PURE__ */ i(
|
|
3879
3879
|
"span",
|
|
3880
3880
|
{
|
|
3881
|
-
className:
|
|
3881
|
+
className: v(
|
|
3882
3882
|
"origin-left font-semibold leading-normal text-[var(--animated-underline-text,hsl(var(--foreground)))] transition-[background-size] duration-300 [background:linear-gradient(0deg,var(--animated-underline-hover,hsl(var(--primary))),var(--animated-underline-hover,hsl(var(--primary))))_no-repeat_left_bottom_/_0_2px] [font-family:var(--animated-underline-font-family,var(--font-family-body))] hover:bg-[size:100%_2px] group-focus/underline:bg-[size:100%_2px]",
|
|
3883
3883
|
e
|
|
3884
3884
|
),
|
|
@@ -3887,7 +3887,7 @@ function Qo({ className: e, children: t, ...r }) {
|
|
|
3887
3887
|
}
|
|
3888
3888
|
);
|
|
3889
3889
|
}
|
|
3890
|
-
function
|
|
3890
|
+
function rn({
|
|
3891
3891
|
children: e,
|
|
3892
3892
|
shape: t = "rounded",
|
|
3893
3893
|
className: r,
|
|
@@ -3897,7 +3897,7 @@ function en({
|
|
|
3897
3897
|
return /* @__PURE__ */ i(
|
|
3898
3898
|
"span",
|
|
3899
3899
|
{
|
|
3900
|
-
className:
|
|
3900
|
+
className: v(
|
|
3901
3901
|
"px-2 py-0.5 text-xs uppercase tracking-tighter text-[var(--badge-text,hsl(var(--foreground)))] [font-family:var(--badge-font-family,var(--font-family-mono))]",
|
|
3902
3902
|
{
|
|
3903
3903
|
pill: "rounded-full",
|
|
@@ -3917,23 +3917,23 @@ function en({
|
|
|
3917
3917
|
}
|
|
3918
3918
|
);
|
|
3919
3919
|
}
|
|
3920
|
-
const
|
|
3920
|
+
const on = ({
|
|
3921
3921
|
id: e,
|
|
3922
3922
|
children: t,
|
|
3923
3923
|
hideDismiss: r = !1,
|
|
3924
3924
|
className: o,
|
|
3925
3925
|
onDismiss: n
|
|
3926
|
-
}) => /* @__PURE__ */ i(
|
|
3926
|
+
}) => /* @__PURE__ */ i(To, { hideDismiss: r, id: e, onDismiss: n, children: /* @__PURE__ */ i(Oo, { className: o, children: /* @__PURE__ */ T(Lo, { children: [
|
|
3927
3927
|
/* @__PURE__ */ i(Bo, { children: t }),
|
|
3928
|
-
/* @__PURE__ */ i(
|
|
3928
|
+
/* @__PURE__ */ i(Do, {})
|
|
3929
3929
|
] }) }) }), Gt = ee(void 0);
|
|
3930
|
-
function
|
|
3930
|
+
function To({ id: e, hideDismiss: t, onDismiss: r, children: o }) {
|
|
3931
3931
|
const [n, a] = we(!1), [s, l] = we(!1);
|
|
3932
3932
|
tt(() => {
|
|
3933
3933
|
const p = localStorage.getItem(`${e}-hidden-banner`) === "true";
|
|
3934
3934
|
a(p), l(!0);
|
|
3935
3935
|
}, [e]);
|
|
3936
|
-
const c =
|
|
3936
|
+
const c = Wt(() => {
|
|
3937
3937
|
a(!0), localStorage.setItem(`${e}-hidden-banner`, "true"), r?.();
|
|
3938
3938
|
}, [e, r]), f = te(
|
|
3939
3939
|
() => ({
|
|
@@ -3953,12 +3953,12 @@ function jt() {
|
|
|
3953
3953
|
throw new Error("useBanner must be used within a BannerProvider");
|
|
3954
3954
|
return e;
|
|
3955
3955
|
}
|
|
3956
|
-
function
|
|
3956
|
+
function Oo({ children: e, className: t, ...r }) {
|
|
3957
3957
|
const { id: o, isDismissed: n } = jt();
|
|
3958
3958
|
return /* @__PURE__ */ i(
|
|
3959
3959
|
"div",
|
|
3960
3960
|
{
|
|
3961
|
-
className:
|
|
3961
|
+
className: v(
|
|
3962
3962
|
"overflow-hidden bg-[var(--banner-background,hsl(var(--primary)))] transition-all duration-300 ease-in @container",
|
|
3963
3963
|
n ? "pointer-events-none max-h-0" : "max-h-32",
|
|
3964
3964
|
t
|
|
@@ -3970,11 +3970,11 @@ function To({ children: e, className: t, ...r }) {
|
|
|
3970
3970
|
}
|
|
3971
3971
|
);
|
|
3972
3972
|
}
|
|
3973
|
-
function
|
|
3973
|
+
function Lo({ className: e, children: t }) {
|
|
3974
3974
|
return /* @__PURE__ */ i(
|
|
3975
3975
|
"div",
|
|
3976
3976
|
{
|
|
3977
|
-
className:
|
|
3977
|
+
className: v("flex items-center justify-between gap-4 px-8 py-3", e),
|
|
3978
3978
|
"data-slot": "banner-content",
|
|
3979
3979
|
children: t
|
|
3980
3980
|
}
|
|
@@ -3984,7 +3984,7 @@ function Bo({ children: e, className: t, ...r }) {
|
|
|
3984
3984
|
return /* @__PURE__ */ i(
|
|
3985
3985
|
"div",
|
|
3986
3986
|
{
|
|
3987
|
-
className:
|
|
3987
|
+
className: v(
|
|
3988
3988
|
"flex-1 text-sm text-[var(--banner-text,hsl(var(--foreground)))] [font-family:var(--banner-font-family,var(--font-family-body))] @xl:text-center @xl:text-base",
|
|
3989
3989
|
t
|
|
3990
3990
|
),
|
|
@@ -3994,13 +3994,13 @@ function Bo({ children: e, className: t, ...r }) {
|
|
|
3994
3994
|
}
|
|
3995
3995
|
);
|
|
3996
3996
|
}
|
|
3997
|
-
function
|
|
3997
|
+
function Do({ className: e, ...t }) {
|
|
3998
3998
|
const { hideDismiss: r, handleDismiss: o } = jt();
|
|
3999
3999
|
return r ? null : /* @__PURE__ */ i(
|
|
4000
4000
|
"button",
|
|
4001
4001
|
{
|
|
4002
4002
|
"aria-label": "Dismiss banner",
|
|
4003
|
-
className:
|
|
4003
|
+
className: v(
|
|
4004
4004
|
"flex h-8 w-8 items-center justify-center rounded-full bg-[var(--banner-close-background,transparent)] text-[var(--banner-close-icon,color-mix(in_oklab,hsl(var(--foreground))_50%,transparent))] transition-colors duration-300 hover:bg-[var(--banner-close-background-hover,color-mix(in_oklab,hsl(var(--background))_40%,transparent))] hover:text-[var(--banner-close-icon-hover,hsl(var(--foreground)))] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--banner-focus,hsl(var(--foreground)))]",
|
|
4005
4005
|
e
|
|
4006
4006
|
),
|
|
@@ -4013,7 +4013,7 @@ function Lo({ className: e, ...t }) {
|
|
|
4013
4013
|
}
|
|
4014
4014
|
);
|
|
4015
4015
|
}
|
|
4016
|
-
function
|
|
4016
|
+
function nn({
|
|
4017
4017
|
author: e,
|
|
4018
4018
|
content: t,
|
|
4019
4019
|
date: r,
|
|
@@ -4023,7 +4023,7 @@ function rn({
|
|
|
4023
4023
|
className: s
|
|
4024
4024
|
}) {
|
|
4025
4025
|
return /* @__PURE__ */ i(
|
|
4026
|
-
|
|
4026
|
+
$o,
|
|
4027
4027
|
{
|
|
4028
4028
|
author: e,
|
|
4029
4029
|
content: t,
|
|
@@ -4031,21 +4031,21 @@ function rn({
|
|
|
4031
4031
|
image: n,
|
|
4032
4032
|
link: o,
|
|
4033
4033
|
title: a,
|
|
4034
|
-
children: /* @__PURE__ */
|
|
4035
|
-
/* @__PURE__ */ i(
|
|
4036
|
-
/* @__PURE__ */ i(jo, {}),
|
|
4034
|
+
children: /* @__PURE__ */ T(Vo, { className: s, children: [
|
|
4035
|
+
/* @__PURE__ */ i(Go, {}),
|
|
4037
4036
|
/* @__PURE__ */ i(Uo, {}),
|
|
4038
|
-
/* @__PURE__ */
|
|
4039
|
-
|
|
4040
|
-
/* @__PURE__ */ i(Ho, {})
|
|
4037
|
+
/* @__PURE__ */ i(Fo, {}),
|
|
4038
|
+
/* @__PURE__ */ T(Wo, { children: [
|
|
4039
|
+
/* @__PURE__ */ i(Ho, {}),
|
|
4040
|
+
/* @__PURE__ */ i(qo, {})
|
|
4041
4041
|
] }),
|
|
4042
|
-
/* @__PURE__ */ i(
|
|
4042
|
+
/* @__PURE__ */ i(jo, {})
|
|
4043
4043
|
] })
|
|
4044
4044
|
}
|
|
4045
4045
|
);
|
|
4046
4046
|
}
|
|
4047
4047
|
const Ut = ee(void 0);
|
|
4048
|
-
function
|
|
4048
|
+
function $o({
|
|
4049
4049
|
children: e,
|
|
4050
4050
|
title: t,
|
|
4051
4051
|
author: r,
|
|
@@ -4073,7 +4073,7 @@ function Z() {
|
|
|
4073
4073
|
throw new Error("useBlogPostCard must be used within a BlogPostCardProvider");
|
|
4074
4074
|
return e;
|
|
4075
4075
|
}
|
|
4076
|
-
function
|
|
4076
|
+
function Vo({
|
|
4077
4077
|
as: e,
|
|
4078
4078
|
className: t,
|
|
4079
4079
|
children: r,
|
|
@@ -4082,7 +4082,7 @@ function $o({
|
|
|
4082
4082
|
return /* @__PURE__ */ i(
|
|
4083
4083
|
e ?? "article",
|
|
4084
4084
|
{
|
|
4085
|
-
className:
|
|
4085
|
+
className: v(
|
|
4086
4086
|
"group relative w-full max-w-md @container [font-family:var(--blog-post-card-font-family,var(--font-family-body))]",
|
|
4087
4087
|
t
|
|
4088
4088
|
),
|
|
@@ -4092,11 +4092,11 @@ function $o({
|
|
|
4092
4092
|
}
|
|
4093
4093
|
);
|
|
4094
4094
|
}
|
|
4095
|
-
function
|
|
4095
|
+
function an({ children: e, className: t, ...r }) {
|
|
4096
4096
|
return /* @__PURE__ */ i(
|
|
4097
4097
|
"div",
|
|
4098
4098
|
{
|
|
4099
|
-
className:
|
|
4099
|
+
className: v(
|
|
4100
4100
|
"p-4 text-5xl font-bold leading-none tracking-tighter [color:var(--blog-post-card-empty-text,color-mix(in_oklab,hsl(var(--foreground))_15%,transparent))]",
|
|
4101
4101
|
t
|
|
4102
4102
|
),
|
|
@@ -4105,13 +4105,13 @@ function on({ children: e, className: t, ...r }) {
|
|
|
4105
4105
|
}
|
|
4106
4106
|
);
|
|
4107
4107
|
}
|
|
4108
|
-
function
|
|
4108
|
+
function Go({ className: e, ...t }) {
|
|
4109
4109
|
const { image: r, title: o } = Z(), n = "h-full w-full object-cover transition-transform duration-500 ease-out group-hover:scale-110", a = () => {
|
|
4110
4110
|
if (!r)
|
|
4111
4111
|
return /* @__PURE__ */ i(
|
|
4112
4112
|
"div",
|
|
4113
4113
|
{
|
|
4114
|
-
className:
|
|
4114
|
+
className: v(
|
|
4115
4115
|
"p-4 text-5xl font-bold leading-none tracking-tighter [color:var(--blog-post-card-empty-text,color-mix(in_oklab,hsl(var(--foreground))_15%,transparent))]",
|
|
4116
4116
|
e
|
|
4117
4117
|
),
|
|
@@ -4125,7 +4125,7 @@ function Vo({ className: e, ...t }) {
|
|
|
4125
4125
|
return /* @__PURE__ */ i(
|
|
4126
4126
|
"div",
|
|
4127
4127
|
{
|
|
4128
|
-
className:
|
|
4128
|
+
className: v(
|
|
4129
4129
|
"relative aspect-[4/3] w-full overflow-hidden rounded-2xl bg-[var(--blog-post-card-image-background,hsl(var(--contrast-100)))]",
|
|
4130
4130
|
e
|
|
4131
4131
|
),
|
|
@@ -4134,21 +4134,21 @@ function Vo({ className: e, ...t }) {
|
|
|
4134
4134
|
}
|
|
4135
4135
|
);
|
|
4136
4136
|
}
|
|
4137
|
-
function
|
|
4137
|
+
function jo({ className: e, ...t }) {
|
|
4138
4138
|
const {
|
|
4139
4139
|
link: { href: r, ariaLabel: o, render: n }
|
|
4140
|
-
} = Z(), a =
|
|
4140
|
+
} = Z(), a = v(
|
|
4141
4141
|
"absolute inset-0 rounded-b-lg rounded-t-2xl focus:outline-none focus-visible:ring-2 focus-visible:ring-[var(--blog-post-card-focus,hsl(var(--primary)))] focus-visible:ring-offset-4",
|
|
4142
4142
|
e
|
|
4143
4143
|
);
|
|
4144
4144
|
return n ? n({ href: r, ariaLabel: o, className: a, ...t }) : /* @__PURE__ */ i("a", { className: a, href: r, ...t, children: /* @__PURE__ */ i("span", { className: "sr-only", children: o }) });
|
|
4145
4145
|
}
|
|
4146
|
-
function
|
|
4146
|
+
function Uo({ className: e, ...t }) {
|
|
4147
4147
|
const { title: r } = Z();
|
|
4148
4148
|
return /* @__PURE__ */ i(
|
|
4149
4149
|
"h5",
|
|
4150
4150
|
{
|
|
4151
|
-
className:
|
|
4151
|
+
className: v(
|
|
4152
4152
|
"mt-4 text-lg font-medium leading-snug text-[var(--blog-post-card-title-text,hsl(var(--foreground)))]",
|
|
4153
4153
|
e
|
|
4154
4154
|
),
|
|
@@ -4158,12 +4158,12 @@ function jo({ className: e, ...t }) {
|
|
|
4158
4158
|
}
|
|
4159
4159
|
);
|
|
4160
4160
|
}
|
|
4161
|
-
function
|
|
4161
|
+
function Fo({ className: e, ...t }) {
|
|
4162
4162
|
const { content: r } = Z();
|
|
4163
4163
|
return /* @__PURE__ */ i(
|
|
4164
4164
|
"p",
|
|
4165
4165
|
{
|
|
4166
|
-
className:
|
|
4166
|
+
className: v(
|
|
4167
4167
|
"mt-1.5 line-clamp-3 text-sm font-normal text-[var(--blog-post-card-content-text,hsl(var(--contrast-400)))]",
|
|
4168
4168
|
e
|
|
4169
4169
|
),
|
|
@@ -4173,11 +4173,11 @@ function Uo({ className: e, ...t }) {
|
|
|
4173
4173
|
}
|
|
4174
4174
|
);
|
|
4175
4175
|
}
|
|
4176
|
-
function
|
|
4176
|
+
function Wo({ children: e, className: t, ...r }) {
|
|
4177
4177
|
return /* @__PURE__ */ i(
|
|
4178
4178
|
"div",
|
|
4179
4179
|
{
|
|
4180
|
-
className:
|
|
4180
|
+
className: v(
|
|
4181
4181
|
"mt-3 text-sm text-[var(--blog-post-card-author-date-text,hsl(var(--foreground)))]",
|
|
4182
4182
|
t
|
|
4183
4183
|
),
|
|
@@ -4187,7 +4187,7 @@ function Fo({ children: e, className: t, ...r }) {
|
|
|
4187
4187
|
}
|
|
4188
4188
|
);
|
|
4189
4189
|
}
|
|
4190
|
-
function
|
|
4190
|
+
function Ho({ className: e, ...t }) {
|
|
4191
4191
|
const { date: r } = Z();
|
|
4192
4192
|
return /* @__PURE__ */ i("time", { dateTime: r, ...t, "data-slot": "blog-post-card-date", children: new Date(r).toLocaleDateString("en-US", {
|
|
4193
4193
|
year: "numeric",
|
|
@@ -4195,14 +4195,14 @@ function Wo({ className: e, ...t }) {
|
|
|
4195
4195
|
day: "numeric"
|
|
4196
4196
|
}) });
|
|
4197
4197
|
}
|
|
4198
|
-
function
|
|
4198
|
+
function qo({ className: e, ...t }) {
|
|
4199
4199
|
const { author: r } = Z();
|
|
4200
4200
|
if (r != null)
|
|
4201
|
-
return /* @__PURE__ */
|
|
4201
|
+
return /* @__PURE__ */ T(et, { children: [
|
|
4202
4202
|
/* @__PURE__ */ i(
|
|
4203
4203
|
"span",
|
|
4204
4204
|
{
|
|
4205
|
-
className:
|
|
4205
|
+
className: v("after:mx-2 after:content-['•']", e),
|
|
4206
4206
|
"data-slot": "blog-post-card-author",
|
|
4207
4207
|
...t
|
|
4208
4208
|
}
|
|
@@ -4210,11 +4210,11 @@ function Ho({ className: e, ...t }) {
|
|
|
4210
4210
|
/* @__PURE__ */ i("span", { children: r })
|
|
4211
4211
|
] });
|
|
4212
4212
|
}
|
|
4213
|
-
function
|
|
4213
|
+
function Ft({ className: e, ...t }) {
|
|
4214
4214
|
return /* @__PURE__ */ i(
|
|
4215
4215
|
"div",
|
|
4216
4216
|
{
|
|
4217
|
-
className:
|
|
4217
|
+
className: v(
|
|
4218
4218
|
"bg-[var(--skeleton,color-mix(in_oklab,hsl(var(--contrast-300))_15%,transparent))]",
|
|
4219
4219
|
e
|
|
4220
4220
|
),
|
|
@@ -4227,13 +4227,13 @@ function J({ characterCount: e = 10, className: t, ...r }) {
|
|
|
4227
4227
|
return /* @__PURE__ */ i(
|
|
4228
4228
|
"div",
|
|
4229
4229
|
{
|
|
4230
|
-
className:
|
|
4230
|
+
className: v("flex h-[1lh] items-center", t),
|
|
4231
4231
|
"data-slot": "skeleton-text",
|
|
4232
4232
|
...r,
|
|
4233
4233
|
children: /* @__PURE__ */ i(
|
|
4234
4234
|
"div",
|
|
4235
4235
|
{
|
|
4236
|
-
className:
|
|
4236
|
+
className: v(
|
|
4237
4237
|
"h-[1ex] max-w-full rounded-[inherit] bg-[var(--skeleton,color-mix(in_oklab,hsl(var(--contrast-300))_15%,transparent))]"
|
|
4238
4238
|
),
|
|
4239
4239
|
style: { width: e === "full" ? "100%" : `${e}ch` }
|
|
@@ -4242,16 +4242,16 @@ function J({ characterCount: e = 10, className: t, ...r }) {
|
|
|
4242
4242
|
}
|
|
4243
4243
|
);
|
|
4244
4244
|
}
|
|
4245
|
-
function
|
|
4245
|
+
function sn({
|
|
4246
4246
|
className: e,
|
|
4247
4247
|
aspectRatio: t = "4:3",
|
|
4248
4248
|
...r
|
|
4249
4249
|
}) {
|
|
4250
|
-
return /* @__PURE__ */
|
|
4250
|
+
return /* @__PURE__ */ T("div", { className: v("w-full max-w-md @container", e), ...r, children: [
|
|
4251
4251
|
/* @__PURE__ */ i(
|
|
4252
|
-
|
|
4252
|
+
Ft,
|
|
4253
4253
|
{
|
|
4254
|
-
className:
|
|
4254
|
+
className: v(
|
|
4255
4255
|
"mb-4 w-full rounded-2xl",
|
|
4256
4256
|
{
|
|
4257
4257
|
"5:6": "aspect-[5/6]",
|
|
@@ -4263,7 +4263,7 @@ function nn({
|
|
|
4263
4263
|
}
|
|
4264
4264
|
),
|
|
4265
4265
|
/* @__PURE__ */ i(J, { characterCount: 25, className: "mt-4 rounded text-lg" }),
|
|
4266
|
-
/* @__PURE__ */
|
|
4266
|
+
/* @__PURE__ */ T("div", { className: "mt-1.5", children: [
|
|
4267
4267
|
/* @__PURE__ */ i(J, { characterCount: "full", className: "rounded text-sm" }),
|
|
4268
4268
|
/* @__PURE__ */ i(J, { characterCount: "full", className: "rounded text-sm" }),
|
|
4269
4269
|
/* @__PURE__ */ i(J, { characterCount: 15, className: "rounded text-sm" })
|
|
@@ -4271,7 +4271,7 @@ function nn({
|
|
|
4271
4271
|
/* @__PURE__ */ i(J, { characterCount: 10, className: "mt-3 rounded text-sm" })
|
|
4272
4272
|
] });
|
|
4273
4273
|
}
|
|
4274
|
-
function
|
|
4274
|
+
function ln({
|
|
4275
4275
|
variant: e = "primary",
|
|
4276
4276
|
size: t = "large",
|
|
4277
4277
|
shape: r = "pill",
|
|
@@ -4280,7 +4280,7 @@ function an({
|
|
|
4280
4280
|
render: a,
|
|
4281
4281
|
...s
|
|
4282
4282
|
}) {
|
|
4283
|
-
const l =
|
|
4283
|
+
const l = v(
|
|
4284
4284
|
"relative z-0 inline-flex h-fit select-none items-center justify-center overflow-hidden border text-center font-semibold leading-normal [font-family:var(--button-font-family,var(--font-family-body))] after:absolute after:inset-0 after:-z-10 after:-translate-x-[105%] after:transition after:duration-300 after:[animation-timing-function:cubic-bezier(0,0.25,0,1)] hover:after:translate-x-0 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--button-focus,hsl(var(--primary)))] focus-visible:ring-offset-2",
|
|
4285
4285
|
{
|
|
4286
4286
|
primary: "border-[var(--button-primary-border,hsl(var(--primary)))] bg-[var(--button-primary-background,hsl(var(--primary)))] text-[var(--button-primary-text,hsl(var(--foreground)))] after:bg-[var(--button-primary-background-hover,color-mix(in_oklab,hsl(var(--primary)),white_75%))]",
|
|
@@ -4298,7 +4298,7 @@ function an({
|
|
|
4298
4298
|
), c = /* @__PURE__ */ i(
|
|
4299
4299
|
"span",
|
|
4300
4300
|
{
|
|
4301
|
-
className:
|
|
4301
|
+
className: v(
|
|
4302
4302
|
"inline-flex items-center justify-center",
|
|
4303
4303
|
r === "circle" && "aspect-square",
|
|
4304
4304
|
{
|
|
@@ -4327,44 +4327,84 @@ function an({
|
|
|
4327
4327
|
}
|
|
4328
4328
|
return /* @__PURE__ */ i(et, { children: f() });
|
|
4329
4329
|
}
|
|
4330
|
+
function cn({ as: e, className: t, children: r, link: o, ...n }) {
|
|
4331
|
+
return /* @__PURE__ */ T(Zo, { as: e, className: t, ...n, children: [
|
|
4332
|
+
r,
|
|
4333
|
+
/* @__PURE__ */ i(Ko, { link: o })
|
|
4334
|
+
] });
|
|
4335
|
+
}
|
|
4336
|
+
function Ko({ link: e }) {
|
|
4337
|
+
if (!e) return null;
|
|
4338
|
+
const { href: t, ariaLabel: r, render: o } = e, n = v(
|
|
4339
|
+
"absolute inset-0 rounded-2xl",
|
|
4340
|
+
"focus:outline-none focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-[var(--card-focus,hsl(var(--primary)))]"
|
|
4341
|
+
);
|
|
4342
|
+
return o ? o({ href: t, ariaLabel: r, className: n }) : /* @__PURE__ */ i("a", { className: n, "data-slot": "card-link", href: t, children: /* @__PURE__ */ i("span", { className: "sr-only", children: r }) });
|
|
4343
|
+
}
|
|
4344
|
+
function Zo({
|
|
4345
|
+
as: e,
|
|
4346
|
+
className: t,
|
|
4347
|
+
children: r
|
|
4348
|
+
}) {
|
|
4349
|
+
return /* @__PURE__ */ i(
|
|
4350
|
+
e ?? "div",
|
|
4351
|
+
{
|
|
4352
|
+
className: v(
|
|
4353
|
+
"group/card relative w-full rounded-2xl border p-6 @container",
|
|
4354
|
+
"border-[var(--card-border-color,hsl(var(--contrast-200)))] bg-[var(--card-background,hsl(var(--background)))] has-[a]:hover:bg-[var(--card-hover-background,color-mix(in_oklab,hsl(var(--contrast-100))_50%,transparent))]",
|
|
4355
|
+
"transition-colors duration-300 ease-linear",
|
|
4356
|
+
t
|
|
4357
|
+
),
|
|
4358
|
+
"data-slot": "card-root",
|
|
4359
|
+
children: r
|
|
4360
|
+
}
|
|
4361
|
+
);
|
|
4362
|
+
}
|
|
4363
|
+
function dn({ className: e, ...t }) {
|
|
4364
|
+
return /* @__PURE__ */ i("div", { className: v("@container", e), ...t, children: /* @__PURE__ */ i(Ft, {}) });
|
|
4365
|
+
}
|
|
4330
4366
|
export {
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4367
|
+
Qo as Accordion,
|
|
4368
|
+
po as AccordionContent,
|
|
4369
|
+
fo as AccordionItem,
|
|
4334
4370
|
go as AccordionItemProvider,
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4371
|
+
bo as AccordionProvider,
|
|
4372
|
+
mo as AccordionRoot,
|
|
4373
|
+
ho as AccordionTrigger,
|
|
4374
|
+
en as Alert,
|
|
4375
|
+
Co as AlertActions,
|
|
4376
|
+
Eo as AlertButton,
|
|
4377
|
+
zo as AlertCloseButton,
|
|
4378
|
+
wo as AlertDescription,
|
|
4379
|
+
yo as AlertHeader,
|
|
4380
|
+
vo as AlertRoot,
|
|
4381
|
+
ko as AlertTitle,
|
|
4382
|
+
tn as AnimatedUnderline,
|
|
4383
|
+
rn as Badge,
|
|
4384
|
+
on as Banner,
|
|
4385
|
+
Lo as BannerContent,
|
|
4386
|
+
Do as BannerDismiss,
|
|
4387
|
+
To as BannerProvider,
|
|
4388
|
+
Oo as BannerRoot,
|
|
4353
4389
|
Bo as BannerText,
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4390
|
+
nn as BlogPostCard,
|
|
4391
|
+
qo as BlogPostCardAuthor,
|
|
4392
|
+
Fo as BlogPostCardContent,
|
|
4393
|
+
Ho as BlogPostCardDate,
|
|
4394
|
+
Wo as BlogPostCardDetails,
|
|
4395
|
+
an as BlogPostCardFallback,
|
|
4396
|
+
Go as BlogPostCardImage,
|
|
4397
|
+
jo as BlogPostCardLink,
|
|
4398
|
+
$o as BlogPostCardProvider,
|
|
4399
|
+
Vo as BlogPostCardRoot,
|
|
4400
|
+
sn as BlogPostCardSkeleton,
|
|
4401
|
+
Uo as BlogPostCardTitle,
|
|
4366
4402
|
Vt as Button,
|
|
4367
|
-
|
|
4403
|
+
ln as ButtonLink,
|
|
4404
|
+
cn as Card,
|
|
4405
|
+
Ko as CardLink,
|
|
4406
|
+
Zo as CardRoot,
|
|
4407
|
+
dn as CardSkeleton,
|
|
4368
4408
|
De as useAccordion,
|
|
4369
4409
|
$e as useAccordionItem,
|
|
4370
4410
|
jt as useBanner,
|