@srimandir/common 2.34.0 → 2.36.0
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/common.js +212 -197
- package/dist/common.js.map +1 -1
- package/dist/common.umd.cjs +1 -1
- package/dist/common.umd.cjs.map +1 -1
- package/dist/components/BottomSheet/BottomSheet.d.ts +8 -0
- package/dist/components/BottomSheet/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/common.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as T, jsxs as Ve } from "react/jsx-runtime";
|
|
2
2
|
import { useEffect as We, createContext as $e, useContext as Ue } from "react";
|
|
3
|
-
const De = "_overlay_15iql_3",
|
|
3
|
+
const De = "_overlay_15iql_3", He = "_sheet_15iql_14", Ke = "_handle_15iql_66", qe = "_closeBtn_15iql_75", Je = "_closeBtnOutside_15iql_100", Ye = "_header_15iql_116", Ze = "_body_15iql_25", Xe = "_footer_15iql_128", N = {
|
|
4
4
|
overlay: De,
|
|
5
|
-
sheet:
|
|
6
|
-
handle:
|
|
7
|
-
closeBtn:
|
|
5
|
+
sheet: He,
|
|
6
|
+
handle: Ke,
|
|
7
|
+
closeBtn: qe,
|
|
8
8
|
closeBtnOutside: Je,
|
|
9
9
|
header: Ye,
|
|
10
10
|
body: Ze,
|
|
11
11
|
footer: Xe
|
|
12
|
-
}, se = (...e) => e.filter(Boolean).join(" "), Qe = () => /* @__PURE__ */
|
|
12
|
+
}, se = (...e) => e.filter(Boolean).join(" "), Qe = () => /* @__PURE__ */ T("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ T(
|
|
13
13
|
"path",
|
|
14
14
|
{
|
|
15
15
|
d: "M12 4L4 12M4 4l8 8",
|
|
@@ -23,57 +23,72 @@ const De = "_overlay_15iql_3", Ke = "_sheet_15iql_14", qe = "_handle_15iql_66",
|
|
|
23
23
|
children: t,
|
|
24
24
|
header: o,
|
|
25
25
|
footer: a,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
onScroll: d,
|
|
27
|
+
showCloseButton: l = !0,
|
|
28
|
+
closeButtonOutside: u = !1,
|
|
29
|
+
showDragHandle: b = !1,
|
|
30
|
+
closeOnBackdropClick: m = !0,
|
|
31
|
+
closeOnEscape: g = !0,
|
|
31
32
|
lockBodyScroll: f = !0,
|
|
32
|
-
ariaLabel:
|
|
33
|
-
className:
|
|
34
|
-
overlayClassName:
|
|
35
|
-
"data-testid":
|
|
33
|
+
ariaLabel: P,
|
|
34
|
+
className: S = "",
|
|
35
|
+
overlayClassName: E = "",
|
|
36
|
+
"data-testid": y
|
|
36
37
|
}) => (We(() => {
|
|
37
38
|
if (!e) return;
|
|
38
|
-
const
|
|
39
|
-
|
|
39
|
+
const h = (k) => {
|
|
40
|
+
k.key === "Escape" && r("escape");
|
|
40
41
|
};
|
|
41
|
-
|
|
42
|
-
const
|
|
42
|
+
g && document.addEventListener("keydown", h);
|
|
43
|
+
const z = document.body.style.overflow;
|
|
43
44
|
return f && (document.body.style.overflow = "hidden"), () => {
|
|
44
|
-
|
|
45
|
+
g && document.removeEventListener("keydown", h), f && (document.body.style.overflow = z);
|
|
45
46
|
};
|
|
46
|
-
}, [e, r,
|
|
47
|
+
}, [e, r, g, f]), e ? /* @__PURE__ */ T(
|
|
47
48
|
"div",
|
|
48
49
|
{
|
|
49
|
-
className: se(N.overlay,
|
|
50
|
+
className: se(N.overlay, E),
|
|
50
51
|
role: "presentation",
|
|
51
|
-
onClick: (
|
|
52
|
-
|
|
52
|
+
onClick: (h) => {
|
|
53
|
+
m && h.target === h.currentTarget && r("backdrop");
|
|
53
54
|
},
|
|
54
55
|
children: /* @__PURE__ */ Ve(
|
|
55
56
|
"div",
|
|
56
57
|
{
|
|
57
|
-
className: se(N.sheet,
|
|
58
|
+
className: se(N.sheet, S),
|
|
58
59
|
role: "dialog",
|
|
59
60
|
"aria-modal": "true",
|
|
60
|
-
"aria-label":
|
|
61
|
-
"data-testid":
|
|
61
|
+
"aria-label": P,
|
|
62
|
+
"data-testid": y,
|
|
62
63
|
children: [
|
|
63
|
-
|
|
64
|
-
|
|
64
|
+
b && /* @__PURE__ */ T("div", { className: N.handle, "aria-hidden": "true" }),
|
|
65
|
+
l && /* @__PURE__ */ T(
|
|
65
66
|
"button",
|
|
66
67
|
{
|
|
67
68
|
type: "button",
|
|
68
|
-
className: se(N.closeBtn,
|
|
69
|
+
className: se(N.closeBtn, u && N.closeBtnOutside),
|
|
69
70
|
onClick: () => r("close_button"),
|
|
70
71
|
"aria-label": "Close",
|
|
71
|
-
children: /* @__PURE__ */
|
|
72
|
+
children: /* @__PURE__ */ T(Qe, {})
|
|
72
73
|
}
|
|
73
74
|
),
|
|
74
|
-
o && /* @__PURE__ */
|
|
75
|
-
/* @__PURE__ */
|
|
76
|
-
|
|
75
|
+
o && /* @__PURE__ */ T("div", { className: N.header, children: o }),
|
|
76
|
+
/* @__PURE__ */ T(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: N.body,
|
|
80
|
+
onScroll: d ? (h) => {
|
|
81
|
+
const z = h.currentTarget;
|
|
82
|
+
d({
|
|
83
|
+
scrollTop: z.scrollTop,
|
|
84
|
+
scrollHeight: z.scrollHeight,
|
|
85
|
+
clientHeight: z.clientHeight
|
|
86
|
+
});
|
|
87
|
+
} : void 0,
|
|
88
|
+
children: t
|
|
89
|
+
}
|
|
90
|
+
),
|
|
91
|
+
a && /* @__PURE__ */ T("div", { className: N.footer, children: a })
|
|
77
92
|
]
|
|
78
93
|
}
|
|
79
94
|
)
|
|
@@ -139,9 +154,9 @@ const oo = (e, r) => {
|
|
|
139
154
|
return;
|
|
140
155
|
const u = r === 0 ? e.join(Q) : e.slice(r).join(Q), b = l.length;
|
|
141
156
|
for (let m = 0; m < b; m++) {
|
|
142
|
-
const
|
|
143
|
-
if (
|
|
144
|
-
return
|
|
157
|
+
const g = l[m];
|
|
158
|
+
if (g.validator(u))
|
|
159
|
+
return g.classGroupId;
|
|
145
160
|
}
|
|
146
161
|
}, so = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
147
162
|
const r = e.slice(1, -1), t = r.indexOf(":"), o = r.slice(0, t);
|
|
@@ -223,13 +238,13 @@ const oo = (e, r) => {
|
|
|
223
238
|
d in t ? t[d] = l : a(d, l);
|
|
224
239
|
}
|
|
225
240
|
};
|
|
226
|
-
}, ie = "!", we = ":",
|
|
241
|
+
}, ie = "!", we = ":", go = [], ye = (e, r, t, o, a) => ({
|
|
227
242
|
modifiers: e,
|
|
228
243
|
hasImportantModifier: r,
|
|
229
244
|
baseClassName: t,
|
|
230
245
|
maybePostfixModifierPosition: o,
|
|
231
246
|
isExternal: a
|
|
232
|
-
}),
|
|
247
|
+
}), fo = (e) => {
|
|
233
248
|
const {
|
|
234
249
|
prefix: r,
|
|
235
250
|
experimentalParseClassName: t
|
|
@@ -237,36 +252,36 @@ const oo = (e, r) => {
|
|
|
237
252
|
let o = (a) => {
|
|
238
253
|
const d = [];
|
|
239
254
|
let l = 0, u = 0, b = 0, m;
|
|
240
|
-
const
|
|
241
|
-
for (let
|
|
242
|
-
const
|
|
255
|
+
const g = a.length;
|
|
256
|
+
for (let y = 0; y < g; y++) {
|
|
257
|
+
const h = a[y];
|
|
243
258
|
if (l === 0 && u === 0) {
|
|
244
|
-
if (
|
|
245
|
-
d.push(a.slice(b,
|
|
259
|
+
if (h === we) {
|
|
260
|
+
d.push(a.slice(b, y)), b = y + 1;
|
|
246
261
|
continue;
|
|
247
262
|
}
|
|
248
|
-
if (
|
|
249
|
-
m =
|
|
263
|
+
if (h === "/") {
|
|
264
|
+
m = y;
|
|
250
265
|
continue;
|
|
251
266
|
}
|
|
252
267
|
}
|
|
253
|
-
|
|
268
|
+
h === "[" ? l++ : h === "]" ? l-- : h === "(" ? u++ : h === ")" && u--;
|
|
254
269
|
}
|
|
255
|
-
const
|
|
256
|
-
let P =
|
|
257
|
-
|
|
270
|
+
const f = d.length === 0 ? a : a.slice(b);
|
|
271
|
+
let P = f, S = !1;
|
|
272
|
+
f.endsWith(ie) ? (P = f.slice(0, -1), S = !0) : (
|
|
258
273
|
/**
|
|
259
274
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
260
275
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
261
276
|
*/
|
|
262
|
-
|
|
277
|
+
f.startsWith(ie) && (P = f.slice(1), S = !0)
|
|
263
278
|
);
|
|
264
279
|
const E = m && m > b ? m - b : void 0;
|
|
265
|
-
return ye(d,
|
|
280
|
+
return ye(d, S, P, E);
|
|
266
281
|
};
|
|
267
282
|
if (r) {
|
|
268
283
|
const a = r + we, d = o;
|
|
269
|
-
o = (l) => l.startsWith(a) ? d(l.slice(a.length)) : ye(
|
|
284
|
+
o = (l) => l.startsWith(a) ? d(l.slice(a.length)) : ye(go, !1, l, void 0, !0);
|
|
270
285
|
}
|
|
271
286
|
if (t) {
|
|
272
287
|
const a = o;
|
|
@@ -291,7 +306,7 @@ const oo = (e, r) => {
|
|
|
291
306
|
};
|
|
292
307
|
}, xo = (e) => ({
|
|
293
308
|
cache: bo(e.cacheSize),
|
|
294
|
-
parseClassName:
|
|
309
|
+
parseClassName: fo(e),
|
|
295
310
|
sortModifiers: ho(e),
|
|
296
311
|
postfixLookupClassGroupIds: wo(e),
|
|
297
312
|
...no(e)
|
|
@@ -310,47 +325,47 @@ const oo = (e, r) => {
|
|
|
310
325
|
postfixLookupClassGroupIds: l
|
|
311
326
|
} = r, u = [], b = e.trim().split(yo);
|
|
312
327
|
let m = "";
|
|
313
|
-
for (let
|
|
314
|
-
const
|
|
328
|
+
for (let g = b.length - 1; g >= 0; g -= 1) {
|
|
329
|
+
const f = b[g], {
|
|
315
330
|
isExternal: P,
|
|
316
|
-
modifiers:
|
|
331
|
+
modifiers: S,
|
|
317
332
|
hasImportantModifier: E,
|
|
318
|
-
baseClassName:
|
|
319
|
-
maybePostfixModifierPosition:
|
|
320
|
-
} = t(
|
|
333
|
+
baseClassName: y,
|
|
334
|
+
maybePostfixModifierPosition: h
|
|
335
|
+
} = t(f);
|
|
321
336
|
if (P) {
|
|
322
|
-
m =
|
|
337
|
+
m = f + (m.length > 0 ? " " + m : m);
|
|
323
338
|
continue;
|
|
324
339
|
}
|
|
325
|
-
let
|
|
326
|
-
if (
|
|
327
|
-
const M =
|
|
328
|
-
|
|
329
|
-
const i =
|
|
330
|
-
i && i !==
|
|
340
|
+
let z = !!h, k;
|
|
341
|
+
if (z) {
|
|
342
|
+
const M = y.substring(0, h);
|
|
343
|
+
k = o(M);
|
|
344
|
+
const i = k && l[k] ? o(y) : void 0;
|
|
345
|
+
i && i !== k && (k = i, z = !1);
|
|
331
346
|
} else
|
|
332
|
-
|
|
333
|
-
if (!
|
|
334
|
-
if (!
|
|
335
|
-
m =
|
|
347
|
+
k = o(y);
|
|
348
|
+
if (!k) {
|
|
349
|
+
if (!z) {
|
|
350
|
+
m = f + (m.length > 0 ? " " + m : m);
|
|
336
351
|
continue;
|
|
337
352
|
}
|
|
338
|
-
if (
|
|
339
|
-
m =
|
|
353
|
+
if (k = o(y), !k) {
|
|
354
|
+
m = f + (m.length > 0 ? " " + m : m);
|
|
340
355
|
continue;
|
|
341
356
|
}
|
|
342
|
-
|
|
357
|
+
z = !1;
|
|
343
358
|
}
|
|
344
|
-
const U =
|
|
359
|
+
const U = S.length === 0 ? "" : S.length === 1 ? S[0] : d(S).join(":"), F = E ? U + ie : U, V = F + k;
|
|
345
360
|
if (u.indexOf(V) > -1)
|
|
346
361
|
continue;
|
|
347
362
|
u.push(V);
|
|
348
|
-
const W = a(
|
|
363
|
+
const W = a(k, z);
|
|
349
364
|
for (let M = 0; M < W.length; ++M) {
|
|
350
365
|
const i = W[M];
|
|
351
366
|
u.push(F + i);
|
|
352
367
|
}
|
|
353
|
-
m =
|
|
368
|
+
m = f + (m.length > 0 ? " " + m : m);
|
|
354
369
|
}
|
|
355
370
|
return m;
|
|
356
371
|
}, vo = (...e) => {
|
|
@@ -368,32 +383,32 @@ const oo = (e, r) => {
|
|
|
368
383
|
}, Co = (e, ...r) => {
|
|
369
384
|
let t, o, a, d;
|
|
370
385
|
const l = (b) => {
|
|
371
|
-
const m = r.reduce((
|
|
386
|
+
const m = r.reduce((g, f) => f(g), e());
|
|
372
387
|
return t = xo(m), o = t.cache.get, a = t.cache.set, d = u, u(b);
|
|
373
388
|
}, u = (b) => {
|
|
374
389
|
const m = o(b);
|
|
375
390
|
if (m)
|
|
376
391
|
return m;
|
|
377
|
-
const
|
|
378
|
-
return a(b,
|
|
392
|
+
const g = ko(b, t);
|
|
393
|
+
return a(b, g), g;
|
|
379
394
|
};
|
|
380
395
|
return d = l, (...b) => d(vo(...b));
|
|
381
|
-
}, zo = [],
|
|
396
|
+
}, zo = [], x = (e) => {
|
|
382
397
|
const r = (t) => t[e] || zo;
|
|
383
398
|
return r.isThemeGetter = !0, r.themeKey = e, r;
|
|
384
|
-
},
|
|
399
|
+
}, Te = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Pe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ao = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, So = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Lo = /\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$/, Io = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix|color|light-dark)\(.+\)$/, To = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Po = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, G = (e) => Ao.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), I = (e) => !!e && Number.isInteger(Number(e)), ae = (e) => e.endsWith("%") && p(e.slice(0, -1)), R = (e) => So.test(e), Me = () => !0, Mo = (e) => (
|
|
385
400
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
386
401
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
387
402
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
388
403
|
Lo.test(e) && !Io.test(e)
|
|
389
|
-
), ce = () => !1, Ro = (e) =>
|
|
390
|
-
const o =
|
|
404
|
+
), ce = () => !1, Ro = (e) => To.test(e), No = (e) => Po.test(e), Go = (e) => !n(e) && !s(e), _o = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), Eo = (e) => _(e, Ge, ce), n = (e) => Te.test(e), O = (e) => _(e, _e, Mo), ke = (e) => _(e, Uo, p), Bo = (e) => _(e, Be, Me), Oo = (e) => _(e, Ee, ce), ve = (e) => _(e, Re, ce), jo = (e) => _(e, Ne, No), Z = (e) => _(e, Oe, Ro), s = (e) => Pe.test(e), D = (e) => j(e, _e), Fo = (e) => j(e, Ee), Ce = (e) => j(e, Re), Vo = (e) => j(e, Ge), Wo = (e) => j(e, Ne), X = (e) => j(e, Oe, !0), $o = (e) => j(e, Be, !0), _ = (e, r, t) => {
|
|
405
|
+
const o = Te.exec(e);
|
|
391
406
|
return o ? o[1] ? r(o[1]) : t(o[2]) : !1;
|
|
392
407
|
}, j = (e, r, t = !1) => {
|
|
393
|
-
const o =
|
|
408
|
+
const o = Pe.exec(e);
|
|
394
409
|
return o ? o[1] ? r(o[1]) : t : !1;
|
|
395
410
|
}, Re = (e) => e === "position" || e === "percentage", Ne = (e) => e === "image" || e === "url", Ge = (e) => e === "length" || e === "size" || e === "bg-size", _e = (e) => e === "length", Uo = (e) => e === "number", Ee = (e) => e === "family-name", Be = (e) => e === "number" || e === "weight", Oe = (e) => e === "shadow", Do = () => {
|
|
396
|
-
const e =
|
|
411
|
+
const e = x("color"), r = x("font"), t = x("text"), o = x("font-weight"), a = x("tracking"), d = x("leading"), l = x("breakpoint"), u = x("container"), b = x("spacing"), m = x("radius"), g = x("shadow"), f = x("inset-shadow"), P = x("text-shadow"), S = x("drop-shadow"), E = x("blur"), y = x("perspective"), h = x("aspect"), z = x("ease"), k = x("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [
|
|
397
412
|
"center",
|
|
398
413
|
"top",
|
|
399
414
|
"bottom",
|
|
@@ -411,15 +426,15 @@ const oo = (e, r) => {
|
|
|
411
426
|
"bottom-left",
|
|
412
427
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
413
428
|
"left-bottom"
|
|
414
|
-
], V = () => [...F(), s, n], W = () => ["auto", "hidden", "clip", "visible", "scroll"], M = () => ["auto", "contain", "none"], i = () => [s, n, b],
|
|
415
|
-
span: ["full",
|
|
416
|
-
},
|
|
429
|
+
], V = () => [...F(), s, n], W = () => ["auto", "hidden", "clip", "visible", "scroll"], M = () => ["auto", "contain", "none"], i = () => [s, n, b], A = () => [G, "full", "auto", ...i()], de = () => [I, "none", "subgrid", s, n], me = () => ["auto", {
|
|
430
|
+
span: ["full", I, s, n]
|
|
431
|
+
}, I, s, n], H = () => [I, "auto", s, n], pe = () => ["auto", "min", "max", "fr", s, n], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], $ = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], L = () => ["auto", ...i()], B = () => [G, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...i()], oe = () => [u, G, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...i()], te = () => [G, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...i()], c = () => [e, s, n], ue = () => [...F(), Ce, ve, {
|
|
417
432
|
position: [s, n]
|
|
418
433
|
}], be = () => ["no-repeat", {
|
|
419
434
|
repeat: ["", "x", "y", "space", "round"]
|
|
420
|
-
}],
|
|
435
|
+
}], ge = () => ["auto", "cover", "contain", Vo, Eo, {
|
|
421
436
|
size: [s, n]
|
|
422
|
-
}], re = () => [ae, D, O],
|
|
437
|
+
}], re = () => [ae, D, O], v = () => [
|
|
423
438
|
// Deprecated since Tailwind CSS v4.0.0
|
|
424
439
|
"",
|
|
425
440
|
"none",
|
|
@@ -427,14 +442,14 @@ const oo = (e, r) => {
|
|
|
427
442
|
m,
|
|
428
443
|
s,
|
|
429
444
|
n
|
|
430
|
-
],
|
|
445
|
+
], C = () => ["", p, D, O], K = () => ["solid", "dashed", "dotted", "double"], fe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], w = () => [p, ae, Ce, ve], he = () => [
|
|
431
446
|
// Deprecated since Tailwind CSS v4.0.0
|
|
432
447
|
"",
|
|
433
448
|
"none",
|
|
434
449
|
E,
|
|
435
450
|
s,
|
|
436
451
|
n
|
|
437
|
-
],
|
|
452
|
+
], q = () => ["none", p, s, n], J = () => ["none", p, s, n], ne = () => [p, s, n], Y = () => [G, "full", ...i()];
|
|
438
453
|
return {
|
|
439
454
|
cacheSize: 500,
|
|
440
455
|
theme: {
|
|
@@ -467,7 +482,7 @@ const oo = (e, r) => {
|
|
|
467
482
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
468
483
|
*/
|
|
469
484
|
aspect: [{
|
|
470
|
-
aspect: ["auto", "square", G, n, s,
|
|
485
|
+
aspect: ["auto", "square", G, n, s, h]
|
|
471
486
|
}],
|
|
472
487
|
/**
|
|
473
488
|
* Container
|
|
@@ -624,21 +639,21 @@ const oo = (e, r) => {
|
|
|
624
639
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
625
640
|
*/
|
|
626
641
|
inset: [{
|
|
627
|
-
inset:
|
|
642
|
+
inset: A()
|
|
628
643
|
}],
|
|
629
644
|
/**
|
|
630
645
|
* Inset Inline
|
|
631
646
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
632
647
|
*/
|
|
633
648
|
"inset-x": [{
|
|
634
|
-
"inset-x":
|
|
649
|
+
"inset-x": A()
|
|
635
650
|
}],
|
|
636
651
|
/**
|
|
637
652
|
* Inset Block
|
|
638
653
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
639
654
|
*/
|
|
640
655
|
"inset-y": [{
|
|
641
|
-
"inset-y":
|
|
656
|
+
"inset-y": A()
|
|
642
657
|
}],
|
|
643
658
|
/**
|
|
644
659
|
* Inset Inline Start
|
|
@@ -646,12 +661,12 @@ const oo = (e, r) => {
|
|
|
646
661
|
* @todo class group will be renamed to `inset-s` in next major release
|
|
647
662
|
*/
|
|
648
663
|
start: [{
|
|
649
|
-
"inset-s":
|
|
664
|
+
"inset-s": A(),
|
|
650
665
|
/**
|
|
651
666
|
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-s-*` utilities.
|
|
652
667
|
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
653
668
|
*/
|
|
654
|
-
start:
|
|
669
|
+
start: A()
|
|
655
670
|
}],
|
|
656
671
|
/**
|
|
657
672
|
* Inset Inline End
|
|
@@ -659,54 +674,54 @@ const oo = (e, r) => {
|
|
|
659
674
|
* @todo class group will be renamed to `inset-e` in next major release
|
|
660
675
|
*/
|
|
661
676
|
end: [{
|
|
662
|
-
"inset-e":
|
|
677
|
+
"inset-e": A(),
|
|
663
678
|
/**
|
|
664
679
|
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-e-*` utilities.
|
|
665
680
|
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
666
681
|
*/
|
|
667
|
-
end:
|
|
682
|
+
end: A()
|
|
668
683
|
}],
|
|
669
684
|
/**
|
|
670
685
|
* Inset Block Start
|
|
671
686
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
672
687
|
*/
|
|
673
688
|
"inset-bs": [{
|
|
674
|
-
"inset-bs":
|
|
689
|
+
"inset-bs": A()
|
|
675
690
|
}],
|
|
676
691
|
/**
|
|
677
692
|
* Inset Block End
|
|
678
693
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
679
694
|
*/
|
|
680
695
|
"inset-be": [{
|
|
681
|
-
"inset-be":
|
|
696
|
+
"inset-be": A()
|
|
682
697
|
}],
|
|
683
698
|
/**
|
|
684
699
|
* Top
|
|
685
700
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
686
701
|
*/
|
|
687
702
|
top: [{
|
|
688
|
-
top:
|
|
703
|
+
top: A()
|
|
689
704
|
}],
|
|
690
705
|
/**
|
|
691
706
|
* Right
|
|
692
707
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
693
708
|
*/
|
|
694
709
|
right: [{
|
|
695
|
-
right:
|
|
710
|
+
right: A()
|
|
696
711
|
}],
|
|
697
712
|
/**
|
|
698
713
|
* Bottom
|
|
699
714
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
700
715
|
*/
|
|
701
716
|
bottom: [{
|
|
702
|
-
bottom:
|
|
717
|
+
bottom: A()
|
|
703
718
|
}],
|
|
704
719
|
/**
|
|
705
720
|
* Left
|
|
706
721
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
707
722
|
*/
|
|
708
723
|
left: [{
|
|
709
|
-
left:
|
|
724
|
+
left: A()
|
|
710
725
|
}],
|
|
711
726
|
/**
|
|
712
727
|
* Visibility
|
|
@@ -718,7 +733,7 @@ const oo = (e, r) => {
|
|
|
718
733
|
* @see https://tailwindcss.com/docs/z-index
|
|
719
734
|
*/
|
|
720
735
|
z: [{
|
|
721
|
-
z: [
|
|
736
|
+
z: [I, "auto", s, n]
|
|
722
737
|
}],
|
|
723
738
|
// ------------------------
|
|
724
739
|
// --- Flexbox and Grid ---
|
|
@@ -770,7 +785,7 @@ const oo = (e, r) => {
|
|
|
770
785
|
* @see https://tailwindcss.com/docs/order
|
|
771
786
|
*/
|
|
772
787
|
order: [{
|
|
773
|
-
order: [
|
|
788
|
+
order: [I, "first", "last", "none", s, n]
|
|
774
789
|
}],
|
|
775
790
|
/**
|
|
776
791
|
* Grid Template Columns
|
|
@@ -791,14 +806,14 @@ const oo = (e, r) => {
|
|
|
791
806
|
* @see https://tailwindcss.com/docs/grid-column
|
|
792
807
|
*/
|
|
793
808
|
"col-start": [{
|
|
794
|
-
"col-start":
|
|
809
|
+
"col-start": H()
|
|
795
810
|
}],
|
|
796
811
|
/**
|
|
797
812
|
* Grid Column End
|
|
798
813
|
* @see https://tailwindcss.com/docs/grid-column
|
|
799
814
|
*/
|
|
800
815
|
"col-end": [{
|
|
801
|
-
"col-end":
|
|
816
|
+
"col-end": H()
|
|
802
817
|
}],
|
|
803
818
|
/**
|
|
804
819
|
* Grid Template Rows
|
|
@@ -819,14 +834,14 @@ const oo = (e, r) => {
|
|
|
819
834
|
* @see https://tailwindcss.com/docs/grid-row
|
|
820
835
|
*/
|
|
821
836
|
"row-start": [{
|
|
822
|
-
"row-start":
|
|
837
|
+
"row-start": H()
|
|
823
838
|
}],
|
|
824
839
|
/**
|
|
825
840
|
* Grid Row End
|
|
826
841
|
* @see https://tailwindcss.com/docs/grid-row
|
|
827
842
|
*/
|
|
828
843
|
"row-end": [{
|
|
829
|
-
"row-end":
|
|
844
|
+
"row-end": H()
|
|
830
845
|
}],
|
|
831
846
|
/**
|
|
832
847
|
* Grid Auto Flow
|
|
@@ -1020,77 +1035,77 @@ const oo = (e, r) => {
|
|
|
1020
1035
|
* @see https://tailwindcss.com/docs/margin
|
|
1021
1036
|
*/
|
|
1022
1037
|
m: [{
|
|
1023
|
-
m:
|
|
1038
|
+
m: L()
|
|
1024
1039
|
}],
|
|
1025
1040
|
/**
|
|
1026
1041
|
* Margin Inline
|
|
1027
1042
|
* @see https://tailwindcss.com/docs/margin
|
|
1028
1043
|
*/
|
|
1029
1044
|
mx: [{
|
|
1030
|
-
mx:
|
|
1045
|
+
mx: L()
|
|
1031
1046
|
}],
|
|
1032
1047
|
/**
|
|
1033
1048
|
* Margin Block
|
|
1034
1049
|
* @see https://tailwindcss.com/docs/margin
|
|
1035
1050
|
*/
|
|
1036
1051
|
my: [{
|
|
1037
|
-
my:
|
|
1052
|
+
my: L()
|
|
1038
1053
|
}],
|
|
1039
1054
|
/**
|
|
1040
1055
|
* Margin Inline Start
|
|
1041
1056
|
* @see https://tailwindcss.com/docs/margin
|
|
1042
1057
|
*/
|
|
1043
1058
|
ms: [{
|
|
1044
|
-
ms:
|
|
1059
|
+
ms: L()
|
|
1045
1060
|
}],
|
|
1046
1061
|
/**
|
|
1047
1062
|
* Margin Inline End
|
|
1048
1063
|
* @see https://tailwindcss.com/docs/margin
|
|
1049
1064
|
*/
|
|
1050
1065
|
me: [{
|
|
1051
|
-
me:
|
|
1066
|
+
me: L()
|
|
1052
1067
|
}],
|
|
1053
1068
|
/**
|
|
1054
1069
|
* Margin Block Start
|
|
1055
1070
|
* @see https://tailwindcss.com/docs/margin
|
|
1056
1071
|
*/
|
|
1057
1072
|
mbs: [{
|
|
1058
|
-
mbs:
|
|
1073
|
+
mbs: L()
|
|
1059
1074
|
}],
|
|
1060
1075
|
/**
|
|
1061
1076
|
* Margin Block End
|
|
1062
1077
|
* @see https://tailwindcss.com/docs/margin
|
|
1063
1078
|
*/
|
|
1064
1079
|
mbe: [{
|
|
1065
|
-
mbe:
|
|
1080
|
+
mbe: L()
|
|
1066
1081
|
}],
|
|
1067
1082
|
/**
|
|
1068
1083
|
* Margin Top
|
|
1069
1084
|
* @see https://tailwindcss.com/docs/margin
|
|
1070
1085
|
*/
|
|
1071
1086
|
mt: [{
|
|
1072
|
-
mt:
|
|
1087
|
+
mt: L()
|
|
1073
1088
|
}],
|
|
1074
1089
|
/**
|
|
1075
1090
|
* Margin Right
|
|
1076
1091
|
* @see https://tailwindcss.com/docs/margin
|
|
1077
1092
|
*/
|
|
1078
1093
|
mr: [{
|
|
1079
|
-
mr:
|
|
1094
|
+
mr: L()
|
|
1080
1095
|
}],
|
|
1081
1096
|
/**
|
|
1082
1097
|
* Margin Bottom
|
|
1083
1098
|
* @see https://tailwindcss.com/docs/margin
|
|
1084
1099
|
*/
|
|
1085
1100
|
mb: [{
|
|
1086
|
-
mb:
|
|
1101
|
+
mb: L()
|
|
1087
1102
|
}],
|
|
1088
1103
|
/**
|
|
1089
1104
|
* Margin Left
|
|
1090
1105
|
* @see https://tailwindcss.com/docs/margin
|
|
1091
1106
|
*/
|
|
1092
1107
|
ml: [{
|
|
1093
|
-
ml:
|
|
1108
|
+
ml: L()
|
|
1094
1109
|
}],
|
|
1095
1110
|
/**
|
|
1096
1111
|
* Space Between X
|
|
@@ -1384,7 +1399,7 @@ const oo = (e, r) => {
|
|
|
1384
1399
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1385
1400
|
*/
|
|
1386
1401
|
"text-decoration-style": [{
|
|
1387
|
-
decoration: [...
|
|
1402
|
+
decoration: [...K(), "wavy"]
|
|
1388
1403
|
}],
|
|
1389
1404
|
/**
|
|
1390
1405
|
* Text Decoration Thickness
|
|
@@ -1436,7 +1451,7 @@ const oo = (e, r) => {
|
|
|
1436
1451
|
* @see https://tailwindcss.com/docs/tab-size
|
|
1437
1452
|
*/
|
|
1438
1453
|
"tab-size": [{
|
|
1439
|
-
tab: [
|
|
1454
|
+
tab: [I, s, n]
|
|
1440
1455
|
}],
|
|
1441
1456
|
/**
|
|
1442
1457
|
* Vertical Alignment
|
|
@@ -1523,7 +1538,7 @@ const oo = (e, r) => {
|
|
|
1523
1538
|
* @see https://tailwindcss.com/docs/background-size
|
|
1524
1539
|
*/
|
|
1525
1540
|
"bg-size": [{
|
|
1526
|
-
bg:
|
|
1541
|
+
bg: ge()
|
|
1527
1542
|
}],
|
|
1528
1543
|
/**
|
|
1529
1544
|
* Background Image
|
|
@@ -1533,9 +1548,9 @@ const oo = (e, r) => {
|
|
|
1533
1548
|
bg: ["none", {
|
|
1534
1549
|
linear: [{
|
|
1535
1550
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1536
|
-
},
|
|
1551
|
+
}, I, s, n],
|
|
1537
1552
|
radial: ["", s, n],
|
|
1538
|
-
conic: ["",
|
|
1553
|
+
conic: ["", I, s, n]
|
|
1539
1554
|
}, Wo, jo]
|
|
1540
1555
|
}],
|
|
1541
1556
|
/**
|
|
@@ -1595,189 +1610,189 @@ const oo = (e, r) => {
|
|
|
1595
1610
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1596
1611
|
*/
|
|
1597
1612
|
rounded: [{
|
|
1598
|
-
rounded:
|
|
1613
|
+
rounded: v()
|
|
1599
1614
|
}],
|
|
1600
1615
|
/**
|
|
1601
1616
|
* Border Radius Start
|
|
1602
1617
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1603
1618
|
*/
|
|
1604
1619
|
"rounded-s": [{
|
|
1605
|
-
"rounded-s":
|
|
1620
|
+
"rounded-s": v()
|
|
1606
1621
|
}],
|
|
1607
1622
|
/**
|
|
1608
1623
|
* Border Radius End
|
|
1609
1624
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1610
1625
|
*/
|
|
1611
1626
|
"rounded-e": [{
|
|
1612
|
-
"rounded-e":
|
|
1627
|
+
"rounded-e": v()
|
|
1613
1628
|
}],
|
|
1614
1629
|
/**
|
|
1615
1630
|
* Border Radius Top
|
|
1616
1631
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1617
1632
|
*/
|
|
1618
1633
|
"rounded-t": [{
|
|
1619
|
-
"rounded-t":
|
|
1634
|
+
"rounded-t": v()
|
|
1620
1635
|
}],
|
|
1621
1636
|
/**
|
|
1622
1637
|
* Border Radius Right
|
|
1623
1638
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1624
1639
|
*/
|
|
1625
1640
|
"rounded-r": [{
|
|
1626
|
-
"rounded-r":
|
|
1641
|
+
"rounded-r": v()
|
|
1627
1642
|
}],
|
|
1628
1643
|
/**
|
|
1629
1644
|
* Border Radius Bottom
|
|
1630
1645
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1631
1646
|
*/
|
|
1632
1647
|
"rounded-b": [{
|
|
1633
|
-
"rounded-b":
|
|
1648
|
+
"rounded-b": v()
|
|
1634
1649
|
}],
|
|
1635
1650
|
/**
|
|
1636
1651
|
* Border Radius Left
|
|
1637
1652
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1638
1653
|
*/
|
|
1639
1654
|
"rounded-l": [{
|
|
1640
|
-
"rounded-l":
|
|
1655
|
+
"rounded-l": v()
|
|
1641
1656
|
}],
|
|
1642
1657
|
/**
|
|
1643
1658
|
* Border Radius Start Start
|
|
1644
1659
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1645
1660
|
*/
|
|
1646
1661
|
"rounded-ss": [{
|
|
1647
|
-
"rounded-ss":
|
|
1662
|
+
"rounded-ss": v()
|
|
1648
1663
|
}],
|
|
1649
1664
|
/**
|
|
1650
1665
|
* Border Radius Start End
|
|
1651
1666
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1652
1667
|
*/
|
|
1653
1668
|
"rounded-se": [{
|
|
1654
|
-
"rounded-se":
|
|
1669
|
+
"rounded-se": v()
|
|
1655
1670
|
}],
|
|
1656
1671
|
/**
|
|
1657
1672
|
* Border Radius End End
|
|
1658
1673
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1659
1674
|
*/
|
|
1660
1675
|
"rounded-ee": [{
|
|
1661
|
-
"rounded-ee":
|
|
1676
|
+
"rounded-ee": v()
|
|
1662
1677
|
}],
|
|
1663
1678
|
/**
|
|
1664
1679
|
* Border Radius End Start
|
|
1665
1680
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1666
1681
|
*/
|
|
1667
1682
|
"rounded-es": [{
|
|
1668
|
-
"rounded-es":
|
|
1683
|
+
"rounded-es": v()
|
|
1669
1684
|
}],
|
|
1670
1685
|
/**
|
|
1671
1686
|
* Border Radius Top Left
|
|
1672
1687
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1673
1688
|
*/
|
|
1674
1689
|
"rounded-tl": [{
|
|
1675
|
-
"rounded-tl":
|
|
1690
|
+
"rounded-tl": v()
|
|
1676
1691
|
}],
|
|
1677
1692
|
/**
|
|
1678
1693
|
* Border Radius Top Right
|
|
1679
1694
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1680
1695
|
*/
|
|
1681
1696
|
"rounded-tr": [{
|
|
1682
|
-
"rounded-tr":
|
|
1697
|
+
"rounded-tr": v()
|
|
1683
1698
|
}],
|
|
1684
1699
|
/**
|
|
1685
1700
|
* Border Radius Bottom Right
|
|
1686
1701
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1687
1702
|
*/
|
|
1688
1703
|
"rounded-br": [{
|
|
1689
|
-
"rounded-br":
|
|
1704
|
+
"rounded-br": v()
|
|
1690
1705
|
}],
|
|
1691
1706
|
/**
|
|
1692
1707
|
* Border Radius Bottom Left
|
|
1693
1708
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1694
1709
|
*/
|
|
1695
1710
|
"rounded-bl": [{
|
|
1696
|
-
"rounded-bl":
|
|
1711
|
+
"rounded-bl": v()
|
|
1697
1712
|
}],
|
|
1698
1713
|
/**
|
|
1699
1714
|
* Border Width
|
|
1700
1715
|
* @see https://tailwindcss.com/docs/border-width
|
|
1701
1716
|
*/
|
|
1702
1717
|
"border-w": [{
|
|
1703
|
-
border:
|
|
1718
|
+
border: C()
|
|
1704
1719
|
}],
|
|
1705
1720
|
/**
|
|
1706
1721
|
* Border Width Inline
|
|
1707
1722
|
* @see https://tailwindcss.com/docs/border-width
|
|
1708
1723
|
*/
|
|
1709
1724
|
"border-w-x": [{
|
|
1710
|
-
"border-x":
|
|
1725
|
+
"border-x": C()
|
|
1711
1726
|
}],
|
|
1712
1727
|
/**
|
|
1713
1728
|
* Border Width Block
|
|
1714
1729
|
* @see https://tailwindcss.com/docs/border-width
|
|
1715
1730
|
*/
|
|
1716
1731
|
"border-w-y": [{
|
|
1717
|
-
"border-y":
|
|
1732
|
+
"border-y": C()
|
|
1718
1733
|
}],
|
|
1719
1734
|
/**
|
|
1720
1735
|
* Border Width Inline Start
|
|
1721
1736
|
* @see https://tailwindcss.com/docs/border-width
|
|
1722
1737
|
*/
|
|
1723
1738
|
"border-w-s": [{
|
|
1724
|
-
"border-s":
|
|
1739
|
+
"border-s": C()
|
|
1725
1740
|
}],
|
|
1726
1741
|
/**
|
|
1727
1742
|
* Border Width Inline End
|
|
1728
1743
|
* @see https://tailwindcss.com/docs/border-width
|
|
1729
1744
|
*/
|
|
1730
1745
|
"border-w-e": [{
|
|
1731
|
-
"border-e":
|
|
1746
|
+
"border-e": C()
|
|
1732
1747
|
}],
|
|
1733
1748
|
/**
|
|
1734
1749
|
* Border Width Block Start
|
|
1735
1750
|
* @see https://tailwindcss.com/docs/border-width
|
|
1736
1751
|
*/
|
|
1737
1752
|
"border-w-bs": [{
|
|
1738
|
-
"border-bs":
|
|
1753
|
+
"border-bs": C()
|
|
1739
1754
|
}],
|
|
1740
1755
|
/**
|
|
1741
1756
|
* Border Width Block End
|
|
1742
1757
|
* @see https://tailwindcss.com/docs/border-width
|
|
1743
1758
|
*/
|
|
1744
1759
|
"border-w-be": [{
|
|
1745
|
-
"border-be":
|
|
1760
|
+
"border-be": C()
|
|
1746
1761
|
}],
|
|
1747
1762
|
/**
|
|
1748
1763
|
* Border Width Top
|
|
1749
1764
|
* @see https://tailwindcss.com/docs/border-width
|
|
1750
1765
|
*/
|
|
1751
1766
|
"border-w-t": [{
|
|
1752
|
-
"border-t":
|
|
1767
|
+
"border-t": C()
|
|
1753
1768
|
}],
|
|
1754
1769
|
/**
|
|
1755
1770
|
* Border Width Right
|
|
1756
1771
|
* @see https://tailwindcss.com/docs/border-width
|
|
1757
1772
|
*/
|
|
1758
1773
|
"border-w-r": [{
|
|
1759
|
-
"border-r":
|
|
1774
|
+
"border-r": C()
|
|
1760
1775
|
}],
|
|
1761
1776
|
/**
|
|
1762
1777
|
* Border Width Bottom
|
|
1763
1778
|
* @see https://tailwindcss.com/docs/border-width
|
|
1764
1779
|
*/
|
|
1765
1780
|
"border-w-b": [{
|
|
1766
|
-
"border-b":
|
|
1781
|
+
"border-b": C()
|
|
1767
1782
|
}],
|
|
1768
1783
|
/**
|
|
1769
1784
|
* Border Width Left
|
|
1770
1785
|
* @see https://tailwindcss.com/docs/border-width
|
|
1771
1786
|
*/
|
|
1772
1787
|
"border-w-l": [{
|
|
1773
|
-
"border-l":
|
|
1788
|
+
"border-l": C()
|
|
1774
1789
|
}],
|
|
1775
1790
|
/**
|
|
1776
1791
|
* Divide Width X
|
|
1777
1792
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1778
1793
|
*/
|
|
1779
1794
|
"divide-x": [{
|
|
1780
|
-
"divide-x":
|
|
1795
|
+
"divide-x": C()
|
|
1781
1796
|
}],
|
|
1782
1797
|
/**
|
|
1783
1798
|
* Divide Width X Reverse
|
|
@@ -1789,7 +1804,7 @@ const oo = (e, r) => {
|
|
|
1789
1804
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1790
1805
|
*/
|
|
1791
1806
|
"divide-y": [{
|
|
1792
|
-
"divide-y":
|
|
1807
|
+
"divide-y": C()
|
|
1793
1808
|
}],
|
|
1794
1809
|
/**
|
|
1795
1810
|
* Divide Width Y Reverse
|
|
@@ -1801,14 +1816,14 @@ const oo = (e, r) => {
|
|
|
1801
1816
|
* @see https://tailwindcss.com/docs/border-style
|
|
1802
1817
|
*/
|
|
1803
1818
|
"border-style": [{
|
|
1804
|
-
border: [...
|
|
1819
|
+
border: [...K(), "hidden", "none"]
|
|
1805
1820
|
}],
|
|
1806
1821
|
/**
|
|
1807
1822
|
* Divide Style
|
|
1808
1823
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1809
1824
|
*/
|
|
1810
1825
|
"divide-style": [{
|
|
1811
|
-
divide: [...
|
|
1826
|
+
divide: [...K(), "hidden", "none"]
|
|
1812
1827
|
}],
|
|
1813
1828
|
/**
|
|
1814
1829
|
* Border Color
|
|
@@ -1899,7 +1914,7 @@ const oo = (e, r) => {
|
|
|
1899
1914
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1900
1915
|
*/
|
|
1901
1916
|
"outline-style": [{
|
|
1902
|
-
outline: [...
|
|
1917
|
+
outline: [...K(), "none", "hidden"]
|
|
1903
1918
|
}],
|
|
1904
1919
|
/**
|
|
1905
1920
|
* Outline Offset
|
|
@@ -1936,7 +1951,7 @@ const oo = (e, r) => {
|
|
|
1936
1951
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1937
1952
|
"inner",
|
|
1938
1953
|
"none",
|
|
1939
|
-
|
|
1954
|
+
g,
|
|
1940
1955
|
X,
|
|
1941
1956
|
Z
|
|
1942
1957
|
]
|
|
@@ -1953,7 +1968,7 @@ const oo = (e, r) => {
|
|
|
1953
1968
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1954
1969
|
*/
|
|
1955
1970
|
"inset-shadow": [{
|
|
1956
|
-
"inset-shadow": ["none",
|
|
1971
|
+
"inset-shadow": ["none", f, X, Z]
|
|
1957
1972
|
}],
|
|
1958
1973
|
/**
|
|
1959
1974
|
* Inset Box Shadow Color
|
|
@@ -1967,7 +1982,7 @@ const oo = (e, r) => {
|
|
|
1967
1982
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1968
1983
|
*/
|
|
1969
1984
|
"ring-w": [{
|
|
1970
|
-
ring:
|
|
1985
|
+
ring: C()
|
|
1971
1986
|
}],
|
|
1972
1987
|
/**
|
|
1973
1988
|
* Ring Width Inset
|
|
@@ -2006,7 +2021,7 @@ const oo = (e, r) => {
|
|
|
2006
2021
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2007
2022
|
*/
|
|
2008
2023
|
"inset-ring-w": [{
|
|
2009
|
-
"inset-ring":
|
|
2024
|
+
"inset-ring": C()
|
|
2010
2025
|
}],
|
|
2011
2026
|
/**
|
|
2012
2027
|
* Inset Ring Color
|
|
@@ -2041,14 +2056,14 @@ const oo = (e, r) => {
|
|
|
2041
2056
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2042
2057
|
*/
|
|
2043
2058
|
"mix-blend": [{
|
|
2044
|
-
"mix-blend": [...
|
|
2059
|
+
"mix-blend": [...fe(), "plus-darker", "plus-lighter"]
|
|
2045
2060
|
}],
|
|
2046
2061
|
/**
|
|
2047
2062
|
* Background Blend Mode
|
|
2048
2063
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2049
2064
|
*/
|
|
2050
2065
|
"bg-blend": [{
|
|
2051
|
-
"bg-blend":
|
|
2066
|
+
"bg-blend": fe()
|
|
2052
2067
|
}],
|
|
2053
2068
|
/**
|
|
2054
2069
|
* Mask Clip
|
|
@@ -2072,10 +2087,10 @@ const oo = (e, r) => {
|
|
|
2072
2087
|
"mask-linear": [p]
|
|
2073
2088
|
}],
|
|
2074
2089
|
"mask-image-linear-from-pos": [{
|
|
2075
|
-
"mask-linear-from":
|
|
2090
|
+
"mask-linear-from": w()
|
|
2076
2091
|
}],
|
|
2077
2092
|
"mask-image-linear-to-pos": [{
|
|
2078
|
-
"mask-linear-to":
|
|
2093
|
+
"mask-linear-to": w()
|
|
2079
2094
|
}],
|
|
2080
2095
|
"mask-image-linear-from-color": [{
|
|
2081
2096
|
"mask-linear-from": c()
|
|
@@ -2084,10 +2099,10 @@ const oo = (e, r) => {
|
|
|
2084
2099
|
"mask-linear-to": c()
|
|
2085
2100
|
}],
|
|
2086
2101
|
"mask-image-t-from-pos": [{
|
|
2087
|
-
"mask-t-from":
|
|
2102
|
+
"mask-t-from": w()
|
|
2088
2103
|
}],
|
|
2089
2104
|
"mask-image-t-to-pos": [{
|
|
2090
|
-
"mask-t-to":
|
|
2105
|
+
"mask-t-to": w()
|
|
2091
2106
|
}],
|
|
2092
2107
|
"mask-image-t-from-color": [{
|
|
2093
2108
|
"mask-t-from": c()
|
|
@@ -2096,10 +2111,10 @@ const oo = (e, r) => {
|
|
|
2096
2111
|
"mask-t-to": c()
|
|
2097
2112
|
}],
|
|
2098
2113
|
"mask-image-r-from-pos": [{
|
|
2099
|
-
"mask-r-from":
|
|
2114
|
+
"mask-r-from": w()
|
|
2100
2115
|
}],
|
|
2101
2116
|
"mask-image-r-to-pos": [{
|
|
2102
|
-
"mask-r-to":
|
|
2117
|
+
"mask-r-to": w()
|
|
2103
2118
|
}],
|
|
2104
2119
|
"mask-image-r-from-color": [{
|
|
2105
2120
|
"mask-r-from": c()
|
|
@@ -2108,10 +2123,10 @@ const oo = (e, r) => {
|
|
|
2108
2123
|
"mask-r-to": c()
|
|
2109
2124
|
}],
|
|
2110
2125
|
"mask-image-b-from-pos": [{
|
|
2111
|
-
"mask-b-from":
|
|
2126
|
+
"mask-b-from": w()
|
|
2112
2127
|
}],
|
|
2113
2128
|
"mask-image-b-to-pos": [{
|
|
2114
|
-
"mask-b-to":
|
|
2129
|
+
"mask-b-to": w()
|
|
2115
2130
|
}],
|
|
2116
2131
|
"mask-image-b-from-color": [{
|
|
2117
2132
|
"mask-b-from": c()
|
|
@@ -2120,10 +2135,10 @@ const oo = (e, r) => {
|
|
|
2120
2135
|
"mask-b-to": c()
|
|
2121
2136
|
}],
|
|
2122
2137
|
"mask-image-l-from-pos": [{
|
|
2123
|
-
"mask-l-from":
|
|
2138
|
+
"mask-l-from": w()
|
|
2124
2139
|
}],
|
|
2125
2140
|
"mask-image-l-to-pos": [{
|
|
2126
|
-
"mask-l-to":
|
|
2141
|
+
"mask-l-to": w()
|
|
2127
2142
|
}],
|
|
2128
2143
|
"mask-image-l-from-color": [{
|
|
2129
2144
|
"mask-l-from": c()
|
|
@@ -2132,10 +2147,10 @@ const oo = (e, r) => {
|
|
|
2132
2147
|
"mask-l-to": c()
|
|
2133
2148
|
}],
|
|
2134
2149
|
"mask-image-x-from-pos": [{
|
|
2135
|
-
"mask-x-from":
|
|
2150
|
+
"mask-x-from": w()
|
|
2136
2151
|
}],
|
|
2137
2152
|
"mask-image-x-to-pos": [{
|
|
2138
|
-
"mask-x-to":
|
|
2153
|
+
"mask-x-to": w()
|
|
2139
2154
|
}],
|
|
2140
2155
|
"mask-image-x-from-color": [{
|
|
2141
2156
|
"mask-x-from": c()
|
|
@@ -2144,10 +2159,10 @@ const oo = (e, r) => {
|
|
|
2144
2159
|
"mask-x-to": c()
|
|
2145
2160
|
}],
|
|
2146
2161
|
"mask-image-y-from-pos": [{
|
|
2147
|
-
"mask-y-from":
|
|
2162
|
+
"mask-y-from": w()
|
|
2148
2163
|
}],
|
|
2149
2164
|
"mask-image-y-to-pos": [{
|
|
2150
|
-
"mask-y-to":
|
|
2165
|
+
"mask-y-to": w()
|
|
2151
2166
|
}],
|
|
2152
2167
|
"mask-image-y-from-color": [{
|
|
2153
2168
|
"mask-y-from": c()
|
|
@@ -2159,10 +2174,10 @@ const oo = (e, r) => {
|
|
|
2159
2174
|
"mask-radial": [s, n]
|
|
2160
2175
|
}],
|
|
2161
2176
|
"mask-image-radial-from-pos": [{
|
|
2162
|
-
"mask-radial-from":
|
|
2177
|
+
"mask-radial-from": w()
|
|
2163
2178
|
}],
|
|
2164
2179
|
"mask-image-radial-to-pos": [{
|
|
2165
|
-
"mask-radial-to":
|
|
2180
|
+
"mask-radial-to": w()
|
|
2166
2181
|
}],
|
|
2167
2182
|
"mask-image-radial-from-color": [{
|
|
2168
2183
|
"mask-radial-from": c()
|
|
@@ -2186,10 +2201,10 @@ const oo = (e, r) => {
|
|
|
2186
2201
|
"mask-conic": [p]
|
|
2187
2202
|
}],
|
|
2188
2203
|
"mask-image-conic-from-pos": [{
|
|
2189
|
-
"mask-conic-from":
|
|
2204
|
+
"mask-conic-from": w()
|
|
2190
2205
|
}],
|
|
2191
2206
|
"mask-image-conic-to-pos": [{
|
|
2192
|
-
"mask-conic-to":
|
|
2207
|
+
"mask-conic-to": w()
|
|
2193
2208
|
}],
|
|
2194
2209
|
"mask-image-conic-from-color": [{
|
|
2195
2210
|
"mask-conic-from": c()
|
|
@@ -2230,7 +2245,7 @@ const oo = (e, r) => {
|
|
|
2230
2245
|
* @see https://tailwindcss.com/docs/mask-size
|
|
2231
2246
|
*/
|
|
2232
2247
|
"mask-size": [{
|
|
2233
|
-
mask:
|
|
2248
|
+
mask: ge()
|
|
2234
2249
|
}],
|
|
2235
2250
|
/**
|
|
2236
2251
|
* Mask Type
|
|
@@ -2292,7 +2307,7 @@ const oo = (e, r) => {
|
|
|
2292
2307
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2293
2308
|
"",
|
|
2294
2309
|
"none",
|
|
2295
|
-
|
|
2310
|
+
S,
|
|
2296
2311
|
X,
|
|
2297
2312
|
Z
|
|
2298
2313
|
]
|
|
@@ -2489,7 +2504,7 @@ const oo = (e, r) => {
|
|
|
2489
2504
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2490
2505
|
*/
|
|
2491
2506
|
ease: [{
|
|
2492
|
-
ease: ["linear", "initial",
|
|
2507
|
+
ease: ["linear", "initial", z, s, n]
|
|
2493
2508
|
}],
|
|
2494
2509
|
/**
|
|
2495
2510
|
* Transition Delay
|
|
@@ -2503,7 +2518,7 @@ const oo = (e, r) => {
|
|
|
2503
2518
|
* @see https://tailwindcss.com/docs/animation
|
|
2504
2519
|
*/
|
|
2505
2520
|
animate: [{
|
|
2506
|
-
animate: ["none",
|
|
2521
|
+
animate: ["none", k, s, n]
|
|
2507
2522
|
}],
|
|
2508
2523
|
// ------------------
|
|
2509
2524
|
// --- Transforms ---
|
|
@@ -2520,7 +2535,7 @@ const oo = (e, r) => {
|
|
|
2520
2535
|
* @see https://tailwindcss.com/docs/perspective
|
|
2521
2536
|
*/
|
|
2522
2537
|
perspective: [{
|
|
2523
|
-
perspective: [
|
|
2538
|
+
perspective: [y, s, n]
|
|
2524
2539
|
}],
|
|
2525
2540
|
/**
|
|
2526
2541
|
* Perspective Origin
|
|
@@ -2534,28 +2549,28 @@ const oo = (e, r) => {
|
|
|
2534
2549
|
* @see https://tailwindcss.com/docs/rotate
|
|
2535
2550
|
*/
|
|
2536
2551
|
rotate: [{
|
|
2537
|
-
rotate:
|
|
2552
|
+
rotate: q()
|
|
2538
2553
|
}],
|
|
2539
2554
|
/**
|
|
2540
2555
|
* Rotate X
|
|
2541
2556
|
* @see https://tailwindcss.com/docs/rotate
|
|
2542
2557
|
*/
|
|
2543
2558
|
"rotate-x": [{
|
|
2544
|
-
"rotate-x":
|
|
2559
|
+
"rotate-x": q()
|
|
2545
2560
|
}],
|
|
2546
2561
|
/**
|
|
2547
2562
|
* Rotate Y
|
|
2548
2563
|
* @see https://tailwindcss.com/docs/rotate
|
|
2549
2564
|
*/
|
|
2550
2565
|
"rotate-y": [{
|
|
2551
|
-
"rotate-y":
|
|
2566
|
+
"rotate-y": q()
|
|
2552
2567
|
}],
|
|
2553
2568
|
/**
|
|
2554
2569
|
* Rotate Z
|
|
2555
2570
|
* @see https://tailwindcss.com/docs/rotate
|
|
2556
2571
|
*/
|
|
2557
2572
|
"rotate-z": [{
|
|
2558
|
-
"rotate-z":
|
|
2573
|
+
"rotate-z": q()
|
|
2559
2574
|
}],
|
|
2560
2575
|
/**
|
|
2561
2576
|
* Scale
|
|
@@ -2670,7 +2685,7 @@ const oo = (e, r) => {
|
|
|
2670
2685
|
* @see https://tailwindcss.com/docs/zoom
|
|
2671
2686
|
*/
|
|
2672
2687
|
zoom: [{
|
|
2673
|
-
zoom: [
|
|
2688
|
+
zoom: [I, s, n]
|
|
2674
2689
|
}],
|
|
2675
2690
|
// ---------------------
|
|
2676
2691
|
// --- Interactivity ---
|
|
@@ -3080,9 +3095,9 @@ const oo = (e, r) => {
|
|
|
3080
3095
|
postfixLookupClassGroups: ["container-type"],
|
|
3081
3096
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3082
3097
|
};
|
|
3083
|
-
},
|
|
3098
|
+
}, Ho = /* @__PURE__ */ Co(Do);
|
|
3084
3099
|
function Yo(...e) {
|
|
3085
|
-
return
|
|
3100
|
+
return Ho(eo(e));
|
|
3086
3101
|
}
|
|
3087
3102
|
const je = {
|
|
3088
3103
|
"+1": {
|
|
@@ -3232,7 +3247,7 @@ const je = {
|
|
|
3232
3247
|
function ot(e, r) {
|
|
3233
3248
|
const t = $e(null), o = ({ locale: d, children: l }) => {
|
|
3234
3249
|
const b = { locale: d, t: (m) => e[d]?.[m] || (r ? e[r]?.[m] : void 0) || "" };
|
|
3235
|
-
return /* @__PURE__ */
|
|
3250
|
+
return /* @__PURE__ */ T(t.Provider, { value: b, children: l });
|
|
3236
3251
|
};
|
|
3237
3252
|
function a() {
|
|
3238
3253
|
return Ue(t);
|