@dimasbaguspm/versaur 0.0.12 → 0.0.14
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/js/bottom-sheet-CBLNEX4F.js +281 -0
- package/dist/js/bottom-sheet.atoms-DFMOaMsU.js +78 -0
- package/dist/js/{calendar-De5dCVnE.js → calendar-B9rIZCdo.js} +318 -163
- package/dist/js/{index-DOdDlCoL.js → cn-BKwT3erk.js} +463 -788
- package/dist/js/enforce-subpath-import.js +1 -0
- package/dist/js/feedbacks/index.js +1 -1
- package/dist/js/{form-layout-BBDs1Y8m.js → form-layout-PLH-7bWq.js} +58 -57
- package/dist/js/forms/index.js +1 -1
- package/dist/js/index-Dmu_fHni.js +329 -0
- package/dist/js/index.js +32 -31
- package/dist/js/layouts/index.js +1 -1
- package/dist/js/{menu-Du409VIG.js → menu-oRrbZAAy.js} +56 -60
- package/dist/js/navigation/index.js +1 -1
- package/dist/js/overlays/index.js +5 -4
- package/dist/js/primitive/index.js +2 -2
- package/dist/js/{skeleton-BNZyaRjo.js → skeleton-Ma-Fcs06.js} +6 -5
- package/dist/js/{switch-input-B-pwBWbi.js → switch-input-o8oO4Rf4.js} +482 -435
- package/dist/js/{tabs-BbOkYchB.js → tabs-DSeR5XxX.js} +6 -5
- package/dist/js/{tile-6SeBYc08.js → tile-8hqVMf2m.js} +110 -139
- package/dist/types/forms/chip-input/types.d.ts +16 -0
- package/dist/types/forms/date-range-picker-input/date-range-picker-input.d.ts +10 -0
- package/dist/types/forms/date-range-picker-input/index.d.ts +2 -0
- package/dist/types/forms/date-range-picker-input/types.d.ts +64 -0
- package/dist/types/forms/date-range-picker-input/use-date-range-picker.d.ts +13 -0
- package/dist/types/overlays/bottom-sheet/bottom-sheet.atoms.d.ts +17 -0
- package/dist/types/overlays/bottom-sheet/bottom-sheet.d.ts +7 -0
- package/dist/types/overlays/bottom-sheet/index.d.ts +2 -0
- package/dist/types/overlays/bottom-sheet/types.d.ts +22 -0
- package/dist/types/overlays/drawer/drawer.atoms.d.ts +2 -1
- package/dist/types/overlays/drawer/drawer.d.ts +1 -0
- package/dist/types/overlays/drawer/types.d.ts +6 -3
- package/dist/types/overlays/index.d.ts +1 -0
- package/dist/types/primitive/calendar/calendar.atoms.d.ts +13 -0
- package/dist/types/primitive/calendar/index.d.ts +1 -1
- package/dist/types/primitive/calendar/types.d.ts +38 -4
- package/dist/types/primitive/calendar/use-calendar.d.ts +18 -0
- package/package.json +1 -1
- package/dist/js/drawer-Cn7sreJG.js +0 -221
|
@@ -1,372 +1,79 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* react-jsx-runtime.production.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var he;
|
|
13
|
-
function Le() {
|
|
14
|
-
if (he) return oe;
|
|
15
|
-
he = 1;
|
|
16
|
-
var e = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
|
|
17
|
-
function o(t, i, l) {
|
|
18
|
-
var c = null;
|
|
19
|
-
if (l !== void 0 && (c = "" + l), i.key !== void 0 && (c = "" + i.key), "key" in i) {
|
|
20
|
-
l = {};
|
|
21
|
-
for (var b in i)
|
|
22
|
-
b !== "key" && (l[b] = i[b]);
|
|
23
|
-
} else l = i;
|
|
24
|
-
return i = l.ref, {
|
|
25
|
-
$$typeof: e,
|
|
26
|
-
type: t,
|
|
27
|
-
key: c,
|
|
28
|
-
ref: i !== void 0 ? i : null,
|
|
29
|
-
props: l
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
return oe.Fragment = n, oe.jsx = o, oe.jsxs = o, oe;
|
|
33
|
-
}
|
|
34
|
-
var te = {};
|
|
35
|
-
/**
|
|
36
|
-
* @license React
|
|
37
|
-
* react-jsx-runtime.development.js
|
|
38
|
-
*
|
|
39
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
40
|
-
*
|
|
41
|
-
* This source code is licensed under the MIT license found in the
|
|
42
|
-
* LICENSE file in the root directory of this source tree.
|
|
43
|
-
*/
|
|
44
|
-
var ke;
|
|
45
|
-
function Fe() {
|
|
46
|
-
return ke || (ke = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
-
function e(r) {
|
|
48
|
-
if (r == null) return null;
|
|
49
|
-
if (typeof r == "function")
|
|
50
|
-
return r.$$typeof === se ? null : r.displayName || r.name || null;
|
|
51
|
-
if (typeof r == "string") return r;
|
|
52
|
-
switch (r) {
|
|
53
|
-
case E:
|
|
54
|
-
return "Fragment";
|
|
55
|
-
case N:
|
|
56
|
-
return "Profiler";
|
|
57
|
-
case P:
|
|
58
|
-
return "StrictMode";
|
|
59
|
-
case F:
|
|
60
|
-
return "Suspense";
|
|
61
|
-
case I:
|
|
62
|
-
return "SuspenseList";
|
|
63
|
-
case z:
|
|
64
|
-
return "Activity";
|
|
65
|
-
}
|
|
66
|
-
if (typeof r == "object")
|
|
67
|
-
switch (typeof r.tag == "number" && console.error(
|
|
68
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
|
-
), r.$$typeof) {
|
|
70
|
-
case T:
|
|
71
|
-
return "Portal";
|
|
72
|
-
case Y:
|
|
73
|
-
return (r.displayName || "Context") + ".Provider";
|
|
74
|
-
case J:
|
|
75
|
-
return (r._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case L:
|
|
77
|
-
var m = r.render;
|
|
78
|
-
return r = r.displayName, r || (r = m.displayName || m.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
|
|
79
|
-
case U:
|
|
80
|
-
return m = r.displayName || null, m !== null ? m : e(r.type) || "Memo";
|
|
81
|
-
case u:
|
|
82
|
-
m = r._payload, r = r._init;
|
|
83
|
-
try {
|
|
84
|
-
return e(r(m));
|
|
85
|
-
} catch {
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
return null;
|
|
89
|
-
}
|
|
90
|
-
function n(r) {
|
|
91
|
-
return "" + r;
|
|
92
|
-
}
|
|
93
|
-
function o(r) {
|
|
94
|
-
try {
|
|
95
|
-
n(r);
|
|
96
|
-
var m = !1;
|
|
97
|
-
} catch {
|
|
98
|
-
m = !0;
|
|
99
|
-
}
|
|
100
|
-
if (m) {
|
|
101
|
-
m = console;
|
|
102
|
-
var k = m.error, g = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
103
|
-
return k.call(
|
|
104
|
-
m,
|
|
105
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
106
|
-
g
|
|
107
|
-
), n(r);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
function t(r) {
|
|
111
|
-
if (r === E) return "<>";
|
|
112
|
-
if (typeof r == "object" && r !== null && r.$$typeof === u)
|
|
113
|
-
return "<...>";
|
|
114
|
-
try {
|
|
115
|
-
var m = e(r);
|
|
116
|
-
return m ? "<" + m + ">" : "<...>";
|
|
117
|
-
} catch {
|
|
118
|
-
return "<...>";
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
function i() {
|
|
122
|
-
var r = X.A;
|
|
123
|
-
return r === null ? null : r.getOwner();
|
|
124
|
-
}
|
|
125
|
-
function l() {
|
|
126
|
-
return Error("react-stack-top-frame");
|
|
127
|
-
}
|
|
128
|
-
function c(r) {
|
|
129
|
-
if (D.call(r, "key")) {
|
|
130
|
-
var m = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
131
|
-
if (m && m.isReactWarning) return !1;
|
|
132
|
-
}
|
|
133
|
-
return r.key !== void 0;
|
|
134
|
-
}
|
|
135
|
-
function b(r, m) {
|
|
136
|
-
function k() {
|
|
137
|
-
G || (G = !0, console.error(
|
|
138
|
-
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
139
|
-
m
|
|
140
|
-
));
|
|
141
|
-
}
|
|
142
|
-
k.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
143
|
-
get: k,
|
|
144
|
-
configurable: !0
|
|
145
|
-
});
|
|
146
|
-
}
|
|
147
|
-
function f() {
|
|
148
|
-
var r = e(this.type);
|
|
149
|
-
return C[r] || (C[r] = !0, console.error(
|
|
150
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
151
|
-
)), r = this.props.ref, r !== void 0 ? r : null;
|
|
152
|
-
}
|
|
153
|
-
function h(r, m, k, g, w, _, H, v) {
|
|
154
|
-
return k = _.ref, r = {
|
|
155
|
-
$$typeof: M,
|
|
156
|
-
type: r,
|
|
157
|
-
key: m,
|
|
158
|
-
props: _,
|
|
159
|
-
_owner: w
|
|
160
|
-
}, (k !== void 0 ? k : null) !== null ? Object.defineProperty(r, "ref", {
|
|
161
|
-
enumerable: !1,
|
|
162
|
-
get: f
|
|
163
|
-
}) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
|
|
164
|
-
configurable: !1,
|
|
165
|
-
enumerable: !1,
|
|
166
|
-
writable: !0,
|
|
167
|
-
value: 0
|
|
168
|
-
}), Object.defineProperty(r, "_debugInfo", {
|
|
169
|
-
configurable: !1,
|
|
170
|
-
enumerable: !1,
|
|
171
|
-
writable: !0,
|
|
172
|
-
value: null
|
|
173
|
-
}), Object.defineProperty(r, "_debugStack", {
|
|
174
|
-
configurable: !1,
|
|
175
|
-
enumerable: !1,
|
|
176
|
-
writable: !0,
|
|
177
|
-
value: H
|
|
178
|
-
}), Object.defineProperty(r, "_debugTask", {
|
|
179
|
-
configurable: !1,
|
|
180
|
-
enumerable: !1,
|
|
181
|
-
writable: !0,
|
|
182
|
-
value: v
|
|
183
|
-
}), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
|
|
184
|
-
}
|
|
185
|
-
function x(r, m, k, g, w, _, H, v) {
|
|
186
|
-
var y = m.children;
|
|
187
|
-
if (y !== void 0)
|
|
188
|
-
if (g)
|
|
189
|
-
if (ae(y)) {
|
|
190
|
-
for (g = 0; g < y.length; g++)
|
|
191
|
-
A(y[g]);
|
|
192
|
-
Object.freeze && Object.freeze(y);
|
|
193
|
-
} else
|
|
194
|
-
console.error(
|
|
195
|
-
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
196
|
-
);
|
|
197
|
-
else A(y);
|
|
198
|
-
if (D.call(m, "key")) {
|
|
199
|
-
y = e(r);
|
|
200
|
-
var O = Object.keys(m).filter(function(re) {
|
|
201
|
-
return re !== "key";
|
|
202
|
-
});
|
|
203
|
-
g = 0 < O.length ? "{key: someKey, " + O.join(": ..., ") + ": ...}" : "{key: someKey}", ee[y + g] || (O = 0 < O.length ? "{" + O.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
204
|
-
`A props object containing a "key" prop is being spread into JSX:
|
|
205
|
-
let props = %s;
|
|
206
|
-
<%s {...props} />
|
|
207
|
-
React keys must be passed directly to JSX without using spread:
|
|
208
|
-
let props = %s;
|
|
209
|
-
<%s key={someKey} {...props} />`,
|
|
210
|
-
g,
|
|
211
|
-
y,
|
|
212
|
-
O,
|
|
213
|
-
y
|
|
214
|
-
), ee[y + g] = !0);
|
|
215
|
-
}
|
|
216
|
-
if (y = null, k !== void 0 && (o(k), y = "" + k), c(m) && (o(m.key), y = "" + m.key), "key" in m) {
|
|
217
|
-
k = {};
|
|
218
|
-
for (var $ in m)
|
|
219
|
-
$ !== "key" && (k[$] = m[$]);
|
|
220
|
-
} else k = m;
|
|
221
|
-
return y && b(
|
|
222
|
-
k,
|
|
223
|
-
typeof r == "function" ? r.displayName || r.name || "Unknown" : r
|
|
224
|
-
), h(
|
|
225
|
-
r,
|
|
226
|
-
y,
|
|
227
|
-
_,
|
|
228
|
-
w,
|
|
229
|
-
i(),
|
|
230
|
-
k,
|
|
231
|
-
H,
|
|
232
|
-
v
|
|
233
|
-
);
|
|
234
|
-
}
|
|
235
|
-
function A(r) {
|
|
236
|
-
typeof r == "object" && r !== null && r.$$typeof === M && r._store && (r._store.validated = 1);
|
|
237
|
-
}
|
|
238
|
-
var S = Ve, M = Symbol.for("react.transitional.element"), T = Symbol.for("react.portal"), E = Symbol.for("react.fragment"), P = Symbol.for("react.strict_mode"), N = Symbol.for("react.profiler"), J = Symbol.for("react.consumer"), Y = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), F = Symbol.for("react.suspense"), I = Symbol.for("react.suspense_list"), U = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), z = Symbol.for("react.activity"), se = Symbol.for("react.client.reference"), X = S.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, D = Object.prototype.hasOwnProperty, ae = Array.isArray, B = console.createTask ? console.createTask : function() {
|
|
239
|
-
return null;
|
|
240
|
-
};
|
|
241
|
-
S = {
|
|
242
|
-
"react-stack-bottom-frame": function(r) {
|
|
243
|
-
return r();
|
|
244
|
-
}
|
|
245
|
-
};
|
|
246
|
-
var G, C = {}, j = S["react-stack-bottom-frame"].bind(
|
|
247
|
-
S,
|
|
248
|
-
l
|
|
249
|
-
)(), d = B(t(l)), ee = {};
|
|
250
|
-
te.Fragment = E, te.jsx = function(r, m, k, g, w) {
|
|
251
|
-
var _ = 1e4 > X.recentlyCreatedOwnerStacks++;
|
|
252
|
-
return x(
|
|
253
|
-
r,
|
|
254
|
-
m,
|
|
255
|
-
k,
|
|
256
|
-
!1,
|
|
257
|
-
g,
|
|
258
|
-
w,
|
|
259
|
-
_ ? Error("react-stack-top-frame") : j,
|
|
260
|
-
_ ? B(t(r)) : d
|
|
261
|
-
);
|
|
262
|
-
}, te.jsxs = function(r, m, k, g, w) {
|
|
263
|
-
var _ = 1e4 > X.recentlyCreatedOwnerStacks++;
|
|
264
|
-
return x(
|
|
265
|
-
r,
|
|
266
|
-
m,
|
|
267
|
-
k,
|
|
268
|
-
!0,
|
|
269
|
-
g,
|
|
270
|
-
w,
|
|
271
|
-
_ ? Error("react-stack-top-frame") : j,
|
|
272
|
-
_ ? B(t(r)) : d
|
|
273
|
-
);
|
|
274
|
-
};
|
|
275
|
-
}()), te;
|
|
276
|
-
}
|
|
277
|
-
var xe;
|
|
278
|
-
function $e() {
|
|
279
|
-
return xe || (xe = 1, process.env.NODE_ENV === "production" ? le.exports = Le() : le.exports = Fe()), le.exports;
|
|
280
|
-
}
|
|
281
|
-
var Rr = $e();
|
|
282
|
-
function Se(e) {
|
|
283
|
-
var n, o, t = "";
|
|
284
|
-
if (typeof e == "string" || typeof e == "number") t += e;
|
|
285
|
-
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
286
|
-
var i = e.length;
|
|
287
|
-
for (n = 0; n < i; n++) e[n] && (o = Se(e[n])) && (t && (t += " "), t += o);
|
|
288
|
-
} else for (o in e) e[o] && (t && (t += " "), t += o);
|
|
289
|
-
return t;
|
|
290
|
-
}
|
|
291
|
-
function Te() {
|
|
292
|
-
for (var e, n, o = 0, t = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (n = Se(e)) && (t && (t += " "), t += n);
|
|
293
|
-
return t;
|
|
294
|
-
}
|
|
295
|
-
const ge = "-", We = (e) => {
|
|
296
|
-
const n = Ue(e), {
|
|
297
|
-
conflictingClassGroups: o,
|
|
1
|
+
import { c as Ie } from "./index-Dmu_fHni.js";
|
|
2
|
+
const ne = "-", Pe = (e) => {
|
|
3
|
+
const n = Ge(e), {
|
|
4
|
+
conflictingClassGroups: s,
|
|
298
5
|
conflictingClassGroupModifiers: t
|
|
299
6
|
} = e;
|
|
300
7
|
return {
|
|
301
|
-
getClassGroupId: (
|
|
302
|
-
const
|
|
303
|
-
return
|
|
8
|
+
getClassGroupId: (i) => {
|
|
9
|
+
const u = i.split(ne);
|
|
10
|
+
return u[0] === "" && u.length !== 1 && u.shift(), xe(u, n) || Re(i);
|
|
304
11
|
},
|
|
305
|
-
getConflictingClassGroupIds: (
|
|
306
|
-
const
|
|
307
|
-
return
|
|
12
|
+
getConflictingClassGroupIds: (i, u) => {
|
|
13
|
+
const p = s[i] || [];
|
|
14
|
+
return u && t[i] ? [...p, ...t[i]] : p;
|
|
308
15
|
}
|
|
309
16
|
};
|
|
310
|
-
},
|
|
17
|
+
}, xe = (e, n) => {
|
|
311
18
|
if (e.length === 0)
|
|
312
19
|
return n.classGroupId;
|
|
313
|
-
const
|
|
314
|
-
if (
|
|
315
|
-
return
|
|
20
|
+
const s = e[0], t = n.nextPart.get(s), c = t ? xe(e.slice(1), t) : void 0;
|
|
21
|
+
if (c)
|
|
22
|
+
return c;
|
|
316
23
|
if (n.validators.length === 0)
|
|
317
24
|
return;
|
|
318
|
-
const
|
|
25
|
+
const m = e.join(ne);
|
|
319
26
|
return n.validators.find(({
|
|
320
|
-
validator:
|
|
321
|
-
}) =>
|
|
322
|
-
},
|
|
323
|
-
if (
|
|
324
|
-
const n =
|
|
325
|
-
if (
|
|
326
|
-
return "arbitrary.." +
|
|
27
|
+
validator: i
|
|
28
|
+
}) => i(m))?.classGroupId;
|
|
29
|
+
}, fe = /^\[(.+)\]$/, Re = (e) => {
|
|
30
|
+
if (fe.test(e)) {
|
|
31
|
+
const n = fe.exec(e)[1], s = n?.substring(0, n.indexOf(":"));
|
|
32
|
+
if (s)
|
|
33
|
+
return "arbitrary.." + s;
|
|
327
34
|
}
|
|
328
|
-
},
|
|
35
|
+
}, Ge = (e) => {
|
|
329
36
|
const {
|
|
330
37
|
theme: n,
|
|
331
|
-
classGroups:
|
|
38
|
+
classGroups: s
|
|
332
39
|
} = e, t = {
|
|
333
40
|
nextPart: /* @__PURE__ */ new Map(),
|
|
334
41
|
validators: []
|
|
335
42
|
};
|
|
336
|
-
for (const
|
|
337
|
-
|
|
43
|
+
for (const c in s)
|
|
44
|
+
re(s[c], t, c, n);
|
|
338
45
|
return t;
|
|
339
|
-
},
|
|
340
|
-
e.forEach((
|
|
341
|
-
if (typeof
|
|
342
|
-
const
|
|
343
|
-
|
|
46
|
+
}, re = (e, n, s, t) => {
|
|
47
|
+
e.forEach((c) => {
|
|
48
|
+
if (typeof c == "string") {
|
|
49
|
+
const m = c === "" ? n : be(n, c);
|
|
50
|
+
m.classGroupId = s;
|
|
344
51
|
return;
|
|
345
52
|
}
|
|
346
|
-
if (typeof
|
|
347
|
-
if (
|
|
348
|
-
|
|
53
|
+
if (typeof c == "function") {
|
|
54
|
+
if (Te(c)) {
|
|
55
|
+
re(c(t), n, s, t);
|
|
349
56
|
return;
|
|
350
57
|
}
|
|
351
58
|
n.validators.push({
|
|
352
|
-
validator:
|
|
353
|
-
classGroupId:
|
|
59
|
+
validator: c,
|
|
60
|
+
classGroupId: s
|
|
354
61
|
});
|
|
355
62
|
return;
|
|
356
63
|
}
|
|
357
|
-
Object.entries(
|
|
358
|
-
|
|
64
|
+
Object.entries(c).forEach(([m, i]) => {
|
|
65
|
+
re(i, be(n, m), s, t);
|
|
359
66
|
});
|
|
360
67
|
});
|
|
361
|
-
},
|
|
362
|
-
let
|
|
363
|
-
return n.split(
|
|
364
|
-
|
|
68
|
+
}, be = (e, n) => {
|
|
69
|
+
let s = e;
|
|
70
|
+
return n.split(ne).forEach((t) => {
|
|
71
|
+
s.nextPart.has(t) || s.nextPart.set(t, {
|
|
365
72
|
nextPart: /* @__PURE__ */ new Map(),
|
|
366
73
|
validators: []
|
|
367
|
-
}),
|
|
368
|
-
}),
|
|
369
|
-
},
|
|
74
|
+
}), s = s.nextPart.get(t);
|
|
75
|
+
}), s;
|
|
76
|
+
}, Te = (e) => e.isThemeGetter, Ee = (e) => {
|
|
370
77
|
if (e < 1)
|
|
371
78
|
return {
|
|
372
79
|
get: () => {
|
|
@@ -374,178 +81,178 @@ const ge = "-", We = (e) => {
|
|
|
374
81
|
set: () => {
|
|
375
82
|
}
|
|
376
83
|
};
|
|
377
|
-
let n = 0,
|
|
378
|
-
const
|
|
379
|
-
|
|
84
|
+
let n = 0, s = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
|
|
85
|
+
const c = (m, i) => {
|
|
86
|
+
s.set(m, i), n++, n > e && (n = 0, t = s, s = /* @__PURE__ */ new Map());
|
|
380
87
|
};
|
|
381
88
|
return {
|
|
382
|
-
get(
|
|
383
|
-
let
|
|
384
|
-
if (
|
|
385
|
-
return
|
|
386
|
-
if ((
|
|
387
|
-
return
|
|
89
|
+
get(m) {
|
|
90
|
+
let i = s.get(m);
|
|
91
|
+
if (i !== void 0)
|
|
92
|
+
return i;
|
|
93
|
+
if ((i = t.get(m)) !== void 0)
|
|
94
|
+
return c(m, i), i;
|
|
388
95
|
},
|
|
389
|
-
set(
|
|
390
|
-
|
|
96
|
+
set(m, i) {
|
|
97
|
+
s.has(m) ? s.set(m, i) : c(m, i);
|
|
391
98
|
}
|
|
392
99
|
};
|
|
393
|
-
},
|
|
100
|
+
}, te = "!", se = ":", Ne = se.length, Le = (e) => {
|
|
394
101
|
const {
|
|
395
102
|
prefix: n,
|
|
396
|
-
experimentalParseClassName:
|
|
103
|
+
experimentalParseClassName: s
|
|
397
104
|
} = e;
|
|
398
|
-
let t = (
|
|
399
|
-
const
|
|
400
|
-
let
|
|
401
|
-
for (let
|
|
402
|
-
let
|
|
403
|
-
if (
|
|
404
|
-
if (
|
|
405
|
-
|
|
105
|
+
let t = (c) => {
|
|
106
|
+
const m = [];
|
|
107
|
+
let i = 0, u = 0, p = 0, g;
|
|
108
|
+
for (let k = 0; k < c.length; k++) {
|
|
109
|
+
let y = c[k];
|
|
110
|
+
if (i === 0 && u === 0) {
|
|
111
|
+
if (y === se) {
|
|
112
|
+
m.push(c.slice(p, k)), p = k + Ne;
|
|
406
113
|
continue;
|
|
407
114
|
}
|
|
408
|
-
if (
|
|
409
|
-
|
|
115
|
+
if (y === "/") {
|
|
116
|
+
g = k;
|
|
410
117
|
continue;
|
|
411
118
|
}
|
|
412
119
|
}
|
|
413
|
-
|
|
120
|
+
y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
|
|
414
121
|
}
|
|
415
|
-
const
|
|
122
|
+
const h = m.length === 0 ? c : c.substring(p), M = Ve(h), O = M !== h, F = g && g > p ? g - p : void 0;
|
|
416
123
|
return {
|
|
417
|
-
modifiers:
|
|
418
|
-
hasImportantModifier:
|
|
419
|
-
baseClassName:
|
|
420
|
-
maybePostfixModifierPosition:
|
|
124
|
+
modifiers: m,
|
|
125
|
+
hasImportantModifier: O,
|
|
126
|
+
baseClassName: M,
|
|
127
|
+
maybePostfixModifierPosition: F
|
|
421
128
|
};
|
|
422
129
|
};
|
|
423
130
|
if (n) {
|
|
424
|
-
const
|
|
425
|
-
t = (
|
|
131
|
+
const c = n + se, m = t;
|
|
132
|
+
t = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
|
|
426
133
|
isExternal: !0,
|
|
427
134
|
modifiers: [],
|
|
428
135
|
hasImportantModifier: !1,
|
|
429
|
-
baseClassName:
|
|
136
|
+
baseClassName: i,
|
|
430
137
|
maybePostfixModifierPosition: void 0
|
|
431
138
|
};
|
|
432
139
|
}
|
|
433
|
-
if (
|
|
434
|
-
const
|
|
435
|
-
t = (
|
|
436
|
-
className:
|
|
437
|
-
parseClassName:
|
|
140
|
+
if (s) {
|
|
141
|
+
const c = t;
|
|
142
|
+
t = (m) => s({
|
|
143
|
+
className: m,
|
|
144
|
+
parseClassName: c
|
|
438
145
|
});
|
|
439
146
|
}
|
|
440
147
|
return t;
|
|
441
|
-
},
|
|
148
|
+
}, Ve = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, je = (e) => {
|
|
442
149
|
const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
|
|
443
150
|
return (t) => {
|
|
444
151
|
if (t.length <= 1)
|
|
445
152
|
return t;
|
|
446
|
-
const
|
|
447
|
-
let
|
|
448
|
-
return t.forEach((
|
|
449
|
-
|
|
450
|
-
}),
|
|
153
|
+
const c = [];
|
|
154
|
+
let m = [];
|
|
155
|
+
return t.forEach((i) => {
|
|
156
|
+
i[0] === "[" || n[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
|
|
157
|
+
}), c.push(...m.sort()), c;
|
|
451
158
|
};
|
|
452
|
-
},
|
|
453
|
-
cache:
|
|
454
|
-
parseClassName:
|
|
455
|
-
sortModifiers:
|
|
456
|
-
...
|
|
457
|
-
}),
|
|
159
|
+
}, Oe = (e) => ({
|
|
160
|
+
cache: Ee(e.cacheSize),
|
|
161
|
+
parseClassName: Le(e),
|
|
162
|
+
sortModifiers: je(e),
|
|
163
|
+
...Pe(e)
|
|
164
|
+
}), Fe = /\s+/, _e = (e, n) => {
|
|
458
165
|
const {
|
|
459
|
-
parseClassName:
|
|
166
|
+
parseClassName: s,
|
|
460
167
|
getClassGroupId: t,
|
|
461
|
-
getConflictingClassGroupIds:
|
|
462
|
-
sortModifiers:
|
|
463
|
-
} = n,
|
|
464
|
-
let
|
|
465
|
-
for (let
|
|
466
|
-
const
|
|
467
|
-
isExternal:
|
|
468
|
-
modifiers:
|
|
469
|
-
hasImportantModifier:
|
|
470
|
-
baseClassName:
|
|
471
|
-
maybePostfixModifierPosition:
|
|
472
|
-
} =
|
|
473
|
-
if (
|
|
474
|
-
|
|
168
|
+
getConflictingClassGroupIds: c,
|
|
169
|
+
sortModifiers: m
|
|
170
|
+
} = n, i = [], u = e.trim().split(Fe);
|
|
171
|
+
let p = "";
|
|
172
|
+
for (let g = u.length - 1; g >= 0; g -= 1) {
|
|
173
|
+
const h = u[g], {
|
|
174
|
+
isExternal: M,
|
|
175
|
+
modifiers: O,
|
|
176
|
+
hasImportantModifier: F,
|
|
177
|
+
baseClassName: k,
|
|
178
|
+
maybePostfixModifierPosition: y
|
|
179
|
+
} = s(h);
|
|
180
|
+
if (M) {
|
|
181
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
475
182
|
continue;
|
|
476
183
|
}
|
|
477
|
-
let
|
|
478
|
-
if (!
|
|
479
|
-
if (!
|
|
480
|
-
|
|
184
|
+
let G = !!y, A = t(G ? k.substring(0, y) : k);
|
|
185
|
+
if (!A) {
|
|
186
|
+
if (!G) {
|
|
187
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
481
188
|
continue;
|
|
482
189
|
}
|
|
483
|
-
if (
|
|
484
|
-
|
|
190
|
+
if (A = t(k), !A) {
|
|
191
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
485
192
|
continue;
|
|
486
193
|
}
|
|
487
|
-
|
|
194
|
+
G = !1;
|
|
488
195
|
}
|
|
489
|
-
const
|
|
490
|
-
if (
|
|
196
|
+
const $ = m(O).join(":"), _ = F ? $ + te : $, T = _ + A;
|
|
197
|
+
if (i.includes(T))
|
|
491
198
|
continue;
|
|
492
|
-
|
|
493
|
-
const
|
|
494
|
-
for (let I = 0; I <
|
|
495
|
-
const
|
|
496
|
-
|
|
199
|
+
i.push(T);
|
|
200
|
+
const E = c(A, G);
|
|
201
|
+
for (let I = 0; I < E.length; ++I) {
|
|
202
|
+
const B = E[I];
|
|
203
|
+
i.push(_ + B);
|
|
497
204
|
}
|
|
498
|
-
|
|
205
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
499
206
|
}
|
|
500
|
-
return
|
|
207
|
+
return p;
|
|
501
208
|
};
|
|
502
|
-
function
|
|
503
|
-
let e = 0, n,
|
|
209
|
+
function Be() {
|
|
210
|
+
let e = 0, n, s, t = "";
|
|
504
211
|
for (; e < arguments.length; )
|
|
505
|
-
(n = arguments[e++]) && (
|
|
212
|
+
(n = arguments[e++]) && (s = we(n)) && (t && (t += " "), t += s);
|
|
506
213
|
return t;
|
|
507
214
|
}
|
|
508
|
-
const
|
|
215
|
+
const we = (e) => {
|
|
509
216
|
if (typeof e == "string")
|
|
510
217
|
return e;
|
|
511
|
-
let n,
|
|
218
|
+
let n, s = "";
|
|
512
219
|
for (let t = 0; t < e.length; t++)
|
|
513
|
-
e[t] && (n =
|
|
514
|
-
return
|
|
220
|
+
e[t] && (n = we(e[t])) && (s && (s += " "), s += n);
|
|
221
|
+
return s;
|
|
515
222
|
};
|
|
516
|
-
function
|
|
517
|
-
let
|
|
518
|
-
function
|
|
519
|
-
const
|
|
520
|
-
return
|
|
223
|
+
function We(e, ...n) {
|
|
224
|
+
let s, t, c, m = i;
|
|
225
|
+
function i(p) {
|
|
226
|
+
const g = n.reduce((h, M) => M(h), e());
|
|
227
|
+
return s = Oe(g), t = s.cache.get, c = s.cache.set, m = u, u(p);
|
|
521
228
|
}
|
|
522
|
-
function
|
|
523
|
-
const
|
|
524
|
-
if (
|
|
525
|
-
return
|
|
526
|
-
const
|
|
527
|
-
return
|
|
229
|
+
function u(p) {
|
|
230
|
+
const g = t(p);
|
|
231
|
+
if (g)
|
|
232
|
+
return g;
|
|
233
|
+
const h = _e(p, s);
|
|
234
|
+
return c(p, h), h;
|
|
528
235
|
}
|
|
529
236
|
return function() {
|
|
530
|
-
return
|
|
237
|
+
return m(Be.apply(null, arguments));
|
|
531
238
|
};
|
|
532
239
|
}
|
|
533
|
-
const
|
|
534
|
-
const n = (
|
|
240
|
+
const f = (e) => {
|
|
241
|
+
const n = (s) => s[e] || [];
|
|
535
242
|
return n.isThemeGetter = !0, n;
|
|
536
|
-
},
|
|
243
|
+
}, ke = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, $e = /^\d+\/\d+$/, Ue = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qe = /\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$/, He = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Je = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Xe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => $e.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => Ue.test(e), De = () => !0, Ke = (e) => (
|
|
537
244
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
538
245
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
539
246
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
540
|
-
|
|
541
|
-
),
|
|
542
|
-
const t =
|
|
543
|
-
return t ? t[1] ? n(t[1]) :
|
|
544
|
-
},
|
|
545
|
-
const t =
|
|
546
|
-
return t ? t[1] ? n(t[1]) :
|
|
547
|
-
},
|
|
548
|
-
const e =
|
|
247
|
+
qe.test(e) && !He.test(e)
|
|
248
|
+
), ve = () => !1, Qe = (e) => Je.test(e), Ye = (e) => Xe.test(e), Ze = (e) => !o(e) && !r(e), eo = (e) => V(e, Me, ve), o = (e) => ke.test(e), R = (e) => V(e, Se, Ke), oe = (e) => V(e, no, d), ge = (e) => V(e, ze, ve), oo = (e) => V(e, Ce, Ye), D = (e) => V(e, Ae, Qe), r = (e) => ye.test(e), W = (e) => j(e, Se), ro = (e) => j(e, ao), he = (e) => j(e, ze), to = (e) => j(e, Me), so = (e) => j(e, Ce), K = (e) => j(e, Ae, !0), V = (e, n, s) => {
|
|
249
|
+
const t = ke.exec(e);
|
|
250
|
+
return t ? t[1] ? n(t[1]) : s(t[2]) : !1;
|
|
251
|
+
}, j = (e, n, s = !1) => {
|
|
252
|
+
const t = ye.exec(e);
|
|
253
|
+
return t ? t[1] ? n(t[1]) : s : !1;
|
|
254
|
+
}, ze = (e) => e === "position" || e === "percentage", Ce = (e) => e === "image" || e === "url", Me = (e) => e === "length" || e === "size" || e === "bg-size", Se = (e) => e === "length", no = (e) => e === "number", ao = (e) => e === "family-name", Ae = (e) => e === "shadow", io = () => {
|
|
255
|
+
const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), M = f("inset-shadow"), O = f("text-shadow"), F = f("drop-shadow"), k = f("blur"), y = f("perspective"), G = f("aspect"), A = f("ease"), $ = f("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
|
|
549
256
|
"center",
|
|
550
257
|
"top",
|
|
551
258
|
"bottom",
|
|
@@ -563,51 +270,51 @@ const R = (e) => {
|
|
|
563
270
|
"bottom-left",
|
|
564
271
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
565
272
|
"left-bottom"
|
|
566
|
-
],
|
|
567
|
-
span: ["full",
|
|
568
|
-
},
|
|
569
|
-
position: [
|
|
570
|
-
}],
|
|
273
|
+
], E = () => [...T(), r, o], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], l = () => [r, o, p], v = () => [L, "full", "auto", ...l()], ae = () => [S, "none", "subgrid", r, o], ie = () => ["auto", {
|
|
274
|
+
span: ["full", S, r, o]
|
|
275
|
+
}, S, r, o], U = () => [S, "auto", r, o], le = () => ["auto", "min", "max", "fr", r, o], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], N = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...l()], P = () => [L, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, r, o], ce = () => [...T(), he, ge, {
|
|
276
|
+
position: [r, o]
|
|
277
|
+
}], de = () => ["no-repeat", {
|
|
571
278
|
repeat: ["", "x", "y", "space", "round"]
|
|
572
|
-
}],
|
|
573
|
-
size: [
|
|
574
|
-
}],
|
|
279
|
+
}], me = () => ["auto", "cover", "contain", to, eo, {
|
|
280
|
+
size: [r, o]
|
|
281
|
+
}], Y = () => [ee, W, R], x = () => [
|
|
575
282
|
// Deprecated since Tailwind CSS v4.0.0
|
|
576
283
|
"",
|
|
577
284
|
"none",
|
|
578
285
|
"full",
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
], w = () => ["",
|
|
286
|
+
g,
|
|
287
|
+
r,
|
|
288
|
+
o
|
|
289
|
+
], w = () => ["", d, W, R], q = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, he, ge], ue = () => [
|
|
583
290
|
// Deprecated since Tailwind CSS v4.0.0
|
|
584
291
|
"",
|
|
585
292
|
"none",
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
],
|
|
293
|
+
k,
|
|
294
|
+
r,
|
|
295
|
+
o
|
|
296
|
+
], H = () => ["none", d, r, o], J = () => ["none", d, r, o], Z = () => [d, r, o], X = () => [L, "full", ...l()];
|
|
590
297
|
return {
|
|
591
298
|
cacheSize: 500,
|
|
592
299
|
theme: {
|
|
593
300
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
594
301
|
aspect: ["video"],
|
|
595
|
-
blur: [
|
|
596
|
-
breakpoint: [
|
|
597
|
-
color: [
|
|
598
|
-
container: [
|
|
599
|
-
"drop-shadow": [
|
|
302
|
+
blur: [C],
|
|
303
|
+
breakpoint: [C],
|
|
304
|
+
color: [De],
|
|
305
|
+
container: [C],
|
|
306
|
+
"drop-shadow": [C],
|
|
600
307
|
ease: ["in", "out", "in-out"],
|
|
601
|
-
font: [
|
|
308
|
+
font: [Ze],
|
|
602
309
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
603
|
-
"inset-shadow": [
|
|
310
|
+
"inset-shadow": [C],
|
|
604
311
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
605
312
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
606
|
-
radius: [
|
|
607
|
-
shadow: [
|
|
608
|
-
spacing: ["px",
|
|
609
|
-
text: [
|
|
610
|
-
"text-shadow": [
|
|
313
|
+
radius: [C],
|
|
314
|
+
shadow: [C],
|
|
315
|
+
spacing: ["px", d],
|
|
316
|
+
text: [C],
|
|
317
|
+
"text-shadow": [C],
|
|
611
318
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
612
319
|
},
|
|
613
320
|
classGroups: {
|
|
@@ -619,7 +326,7 @@ const R = (e) => {
|
|
|
619
326
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
620
327
|
*/
|
|
621
328
|
aspect: [{
|
|
622
|
-
aspect: ["auto", "square",
|
|
329
|
+
aspect: ["auto", "square", L, o, r, G]
|
|
623
330
|
}],
|
|
624
331
|
/**
|
|
625
332
|
* Container
|
|
@@ -632,21 +339,21 @@ const R = (e) => {
|
|
|
632
339
|
* @see https://tailwindcss.com/docs/columns
|
|
633
340
|
*/
|
|
634
341
|
columns: [{
|
|
635
|
-
columns: [
|
|
342
|
+
columns: [d, o, r, u]
|
|
636
343
|
}],
|
|
637
344
|
/**
|
|
638
345
|
* Break After
|
|
639
346
|
* @see https://tailwindcss.com/docs/break-after
|
|
640
347
|
*/
|
|
641
348
|
"break-after": [{
|
|
642
|
-
"break-after":
|
|
349
|
+
"break-after": _()
|
|
643
350
|
}],
|
|
644
351
|
/**
|
|
645
352
|
* Break Before
|
|
646
353
|
* @see https://tailwindcss.com/docs/break-before
|
|
647
354
|
*/
|
|
648
355
|
"break-before": [{
|
|
649
|
-
"break-before":
|
|
356
|
+
"break-before": _()
|
|
650
357
|
}],
|
|
651
358
|
/**
|
|
652
359
|
* Break Inside
|
|
@@ -710,7 +417,7 @@ const R = (e) => {
|
|
|
710
417
|
* @see https://tailwindcss.com/docs/object-position
|
|
711
418
|
*/
|
|
712
419
|
"object-position": [{
|
|
713
|
-
object:
|
|
420
|
+
object: E()
|
|
714
421
|
}],
|
|
715
422
|
/**
|
|
716
423
|
* Overflow
|
|
@@ -738,21 +445,21 @@ const R = (e) => {
|
|
|
738
445
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
739
446
|
*/
|
|
740
447
|
overscroll: [{
|
|
741
|
-
overscroll:
|
|
448
|
+
overscroll: B()
|
|
742
449
|
}],
|
|
743
450
|
/**
|
|
744
451
|
* Overscroll Behavior X
|
|
745
452
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
746
453
|
*/
|
|
747
454
|
"overscroll-x": [{
|
|
748
|
-
"overscroll-x":
|
|
455
|
+
"overscroll-x": B()
|
|
749
456
|
}],
|
|
750
457
|
/**
|
|
751
458
|
* Overscroll Behavior Y
|
|
752
459
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
753
460
|
*/
|
|
754
461
|
"overscroll-y": [{
|
|
755
|
-
"overscroll-y":
|
|
462
|
+
"overscroll-y": B()
|
|
756
463
|
}],
|
|
757
464
|
/**
|
|
758
465
|
* Position
|
|
@@ -764,63 +471,63 @@ const R = (e) => {
|
|
|
764
471
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
765
472
|
*/
|
|
766
473
|
inset: [{
|
|
767
|
-
inset:
|
|
474
|
+
inset: v()
|
|
768
475
|
}],
|
|
769
476
|
/**
|
|
770
477
|
* Right / Left
|
|
771
478
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
772
479
|
*/
|
|
773
480
|
"inset-x": [{
|
|
774
|
-
"inset-x":
|
|
481
|
+
"inset-x": v()
|
|
775
482
|
}],
|
|
776
483
|
/**
|
|
777
484
|
* Top / Bottom
|
|
778
485
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
779
486
|
*/
|
|
780
487
|
"inset-y": [{
|
|
781
|
-
"inset-y":
|
|
488
|
+
"inset-y": v()
|
|
782
489
|
}],
|
|
783
490
|
/**
|
|
784
491
|
* Start
|
|
785
492
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
786
493
|
*/
|
|
787
494
|
start: [{
|
|
788
|
-
start:
|
|
495
|
+
start: v()
|
|
789
496
|
}],
|
|
790
497
|
/**
|
|
791
498
|
* End
|
|
792
499
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
793
500
|
*/
|
|
794
501
|
end: [{
|
|
795
|
-
end:
|
|
502
|
+
end: v()
|
|
796
503
|
}],
|
|
797
504
|
/**
|
|
798
505
|
* Top
|
|
799
506
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
800
507
|
*/
|
|
801
508
|
top: [{
|
|
802
|
-
top:
|
|
509
|
+
top: v()
|
|
803
510
|
}],
|
|
804
511
|
/**
|
|
805
512
|
* Right
|
|
806
513
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
807
514
|
*/
|
|
808
515
|
right: [{
|
|
809
|
-
right:
|
|
516
|
+
right: v()
|
|
810
517
|
}],
|
|
811
518
|
/**
|
|
812
519
|
* Bottom
|
|
813
520
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
814
521
|
*/
|
|
815
522
|
bottom: [{
|
|
816
|
-
bottom:
|
|
523
|
+
bottom: v()
|
|
817
524
|
}],
|
|
818
525
|
/**
|
|
819
526
|
* Left
|
|
820
527
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
821
528
|
*/
|
|
822
529
|
left: [{
|
|
823
|
-
left:
|
|
530
|
+
left: v()
|
|
824
531
|
}],
|
|
825
532
|
/**
|
|
826
533
|
* Visibility
|
|
@@ -832,7 +539,7 @@ const R = (e) => {
|
|
|
832
539
|
* @see https://tailwindcss.com/docs/z-index
|
|
833
540
|
*/
|
|
834
541
|
z: [{
|
|
835
|
-
z: [
|
|
542
|
+
z: [S, "auto", r, o]
|
|
836
543
|
}],
|
|
837
544
|
// ------------------------
|
|
838
545
|
// --- Flexbox and Grid ---
|
|
@@ -842,7 +549,7 @@ const R = (e) => {
|
|
|
842
549
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
843
550
|
*/
|
|
844
551
|
basis: [{
|
|
845
|
-
basis: [
|
|
552
|
+
basis: [L, "full", "auto", u, ...l()]
|
|
846
553
|
}],
|
|
847
554
|
/**
|
|
848
555
|
* Flex Direction
|
|
@@ -863,84 +570,84 @@ const R = (e) => {
|
|
|
863
570
|
* @see https://tailwindcss.com/docs/flex
|
|
864
571
|
*/
|
|
865
572
|
flex: [{
|
|
866
|
-
flex: [
|
|
573
|
+
flex: [d, L, "auto", "initial", "none", o]
|
|
867
574
|
}],
|
|
868
575
|
/**
|
|
869
576
|
* Flex Grow
|
|
870
577
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
871
578
|
*/
|
|
872
579
|
grow: [{
|
|
873
|
-
grow: ["",
|
|
580
|
+
grow: ["", d, r, o]
|
|
874
581
|
}],
|
|
875
582
|
/**
|
|
876
583
|
* Flex Shrink
|
|
877
584
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
878
585
|
*/
|
|
879
586
|
shrink: [{
|
|
880
|
-
shrink: ["",
|
|
587
|
+
shrink: ["", d, r, o]
|
|
881
588
|
}],
|
|
882
589
|
/**
|
|
883
590
|
* Order
|
|
884
591
|
* @see https://tailwindcss.com/docs/order
|
|
885
592
|
*/
|
|
886
593
|
order: [{
|
|
887
|
-
order: [
|
|
594
|
+
order: [S, "first", "last", "none", r, o]
|
|
888
595
|
}],
|
|
889
596
|
/**
|
|
890
597
|
* Grid Template Columns
|
|
891
598
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
892
599
|
*/
|
|
893
600
|
"grid-cols": [{
|
|
894
|
-
"grid-cols":
|
|
601
|
+
"grid-cols": ae()
|
|
895
602
|
}],
|
|
896
603
|
/**
|
|
897
604
|
* Grid Column Start / End
|
|
898
605
|
* @see https://tailwindcss.com/docs/grid-column
|
|
899
606
|
*/
|
|
900
607
|
"col-start-end": [{
|
|
901
|
-
col:
|
|
608
|
+
col: ie()
|
|
902
609
|
}],
|
|
903
610
|
/**
|
|
904
611
|
* Grid Column Start
|
|
905
612
|
* @see https://tailwindcss.com/docs/grid-column
|
|
906
613
|
*/
|
|
907
614
|
"col-start": [{
|
|
908
|
-
"col-start":
|
|
615
|
+
"col-start": U()
|
|
909
616
|
}],
|
|
910
617
|
/**
|
|
911
618
|
* Grid Column End
|
|
912
619
|
* @see https://tailwindcss.com/docs/grid-column
|
|
913
620
|
*/
|
|
914
621
|
"col-end": [{
|
|
915
|
-
"col-end":
|
|
622
|
+
"col-end": U()
|
|
916
623
|
}],
|
|
917
624
|
/**
|
|
918
625
|
* Grid Template Rows
|
|
919
626
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
920
627
|
*/
|
|
921
628
|
"grid-rows": [{
|
|
922
|
-
"grid-rows":
|
|
629
|
+
"grid-rows": ae()
|
|
923
630
|
}],
|
|
924
631
|
/**
|
|
925
632
|
* Grid Row Start / End
|
|
926
633
|
* @see https://tailwindcss.com/docs/grid-row
|
|
927
634
|
*/
|
|
928
635
|
"row-start-end": [{
|
|
929
|
-
row:
|
|
636
|
+
row: ie()
|
|
930
637
|
}],
|
|
931
638
|
/**
|
|
932
639
|
* Grid Row Start
|
|
933
640
|
* @see https://tailwindcss.com/docs/grid-row
|
|
934
641
|
*/
|
|
935
642
|
"row-start": [{
|
|
936
|
-
"row-start":
|
|
643
|
+
"row-start": U()
|
|
937
644
|
}],
|
|
938
645
|
/**
|
|
939
646
|
* Grid Row End
|
|
940
647
|
* @see https://tailwindcss.com/docs/grid-row
|
|
941
648
|
*/
|
|
942
649
|
"row-end": [{
|
|
943
|
-
"row-end":
|
|
650
|
+
"row-end": U()
|
|
944
651
|
}],
|
|
945
652
|
/**
|
|
946
653
|
* Grid Auto Flow
|
|
@@ -954,70 +661,70 @@ const R = (e) => {
|
|
|
954
661
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
955
662
|
*/
|
|
956
663
|
"auto-cols": [{
|
|
957
|
-
"auto-cols":
|
|
664
|
+
"auto-cols": le()
|
|
958
665
|
}],
|
|
959
666
|
/**
|
|
960
667
|
* Grid Auto Rows
|
|
961
668
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
962
669
|
*/
|
|
963
670
|
"auto-rows": [{
|
|
964
|
-
"auto-rows":
|
|
671
|
+
"auto-rows": le()
|
|
965
672
|
}],
|
|
966
673
|
/**
|
|
967
674
|
* Gap
|
|
968
675
|
* @see https://tailwindcss.com/docs/gap
|
|
969
676
|
*/
|
|
970
677
|
gap: [{
|
|
971
|
-
gap:
|
|
678
|
+
gap: l()
|
|
972
679
|
}],
|
|
973
680
|
/**
|
|
974
681
|
* Gap X
|
|
975
682
|
* @see https://tailwindcss.com/docs/gap
|
|
976
683
|
*/
|
|
977
684
|
"gap-x": [{
|
|
978
|
-
"gap-x":
|
|
685
|
+
"gap-x": l()
|
|
979
686
|
}],
|
|
980
687
|
/**
|
|
981
688
|
* Gap Y
|
|
982
689
|
* @see https://tailwindcss.com/docs/gap
|
|
983
690
|
*/
|
|
984
691
|
"gap-y": [{
|
|
985
|
-
"gap-y":
|
|
692
|
+
"gap-y": l()
|
|
986
693
|
}],
|
|
987
694
|
/**
|
|
988
695
|
* Justify Content
|
|
989
696
|
* @see https://tailwindcss.com/docs/justify-content
|
|
990
697
|
*/
|
|
991
698
|
"justify-content": [{
|
|
992
|
-
justify: [...
|
|
699
|
+
justify: [...Q(), "normal"]
|
|
993
700
|
}],
|
|
994
701
|
/**
|
|
995
702
|
* Justify Items
|
|
996
703
|
* @see https://tailwindcss.com/docs/justify-items
|
|
997
704
|
*/
|
|
998
705
|
"justify-items": [{
|
|
999
|
-
"justify-items": [...
|
|
706
|
+
"justify-items": [...N(), "normal"]
|
|
1000
707
|
}],
|
|
1001
708
|
/**
|
|
1002
709
|
* Justify Self
|
|
1003
710
|
* @see https://tailwindcss.com/docs/justify-self
|
|
1004
711
|
*/
|
|
1005
712
|
"justify-self": [{
|
|
1006
|
-
"justify-self": ["auto", ...
|
|
713
|
+
"justify-self": ["auto", ...N()]
|
|
1007
714
|
}],
|
|
1008
715
|
/**
|
|
1009
716
|
* Align Content
|
|
1010
717
|
* @see https://tailwindcss.com/docs/align-content
|
|
1011
718
|
*/
|
|
1012
719
|
"align-content": [{
|
|
1013
|
-
content: ["normal", ...
|
|
720
|
+
content: ["normal", ...Q()]
|
|
1014
721
|
}],
|
|
1015
722
|
/**
|
|
1016
723
|
* Align Items
|
|
1017
724
|
* @see https://tailwindcss.com/docs/align-items
|
|
1018
725
|
*/
|
|
1019
726
|
"align-items": [{
|
|
1020
|
-
items: [...
|
|
727
|
+
items: [...N(), {
|
|
1021
728
|
baseline: ["", "last"]
|
|
1022
729
|
}]
|
|
1023
730
|
}],
|
|
@@ -1026,7 +733,7 @@ const R = (e) => {
|
|
|
1026
733
|
* @see https://tailwindcss.com/docs/align-self
|
|
1027
734
|
*/
|
|
1028
735
|
"align-self": [{
|
|
1029
|
-
self: ["auto", ...
|
|
736
|
+
self: ["auto", ...N(), {
|
|
1030
737
|
baseline: ["", "last"]
|
|
1031
738
|
}]
|
|
1032
739
|
}],
|
|
@@ -1035,21 +742,21 @@ const R = (e) => {
|
|
|
1035
742
|
* @see https://tailwindcss.com/docs/place-content
|
|
1036
743
|
*/
|
|
1037
744
|
"place-content": [{
|
|
1038
|
-
"place-content":
|
|
745
|
+
"place-content": Q()
|
|
1039
746
|
}],
|
|
1040
747
|
/**
|
|
1041
748
|
* Place Items
|
|
1042
749
|
* @see https://tailwindcss.com/docs/place-items
|
|
1043
750
|
*/
|
|
1044
751
|
"place-items": [{
|
|
1045
|
-
"place-items": [...
|
|
752
|
+
"place-items": [...N(), "baseline"]
|
|
1046
753
|
}],
|
|
1047
754
|
/**
|
|
1048
755
|
* Place Self
|
|
1049
756
|
* @see https://tailwindcss.com/docs/place-self
|
|
1050
757
|
*/
|
|
1051
758
|
"place-self": [{
|
|
1052
|
-
"place-self": ["auto", ...
|
|
759
|
+
"place-self": ["auto", ...N()]
|
|
1053
760
|
}],
|
|
1054
761
|
// Spacing
|
|
1055
762
|
/**
|
|
@@ -1057,133 +764,133 @@ const R = (e) => {
|
|
|
1057
764
|
* @see https://tailwindcss.com/docs/padding
|
|
1058
765
|
*/
|
|
1059
766
|
p: [{
|
|
1060
|
-
p:
|
|
767
|
+
p: l()
|
|
1061
768
|
}],
|
|
1062
769
|
/**
|
|
1063
770
|
* Padding X
|
|
1064
771
|
* @see https://tailwindcss.com/docs/padding
|
|
1065
772
|
*/
|
|
1066
773
|
px: [{
|
|
1067
|
-
px:
|
|
774
|
+
px: l()
|
|
1068
775
|
}],
|
|
1069
776
|
/**
|
|
1070
777
|
* Padding Y
|
|
1071
778
|
* @see https://tailwindcss.com/docs/padding
|
|
1072
779
|
*/
|
|
1073
780
|
py: [{
|
|
1074
|
-
py:
|
|
781
|
+
py: l()
|
|
1075
782
|
}],
|
|
1076
783
|
/**
|
|
1077
784
|
* Padding Start
|
|
1078
785
|
* @see https://tailwindcss.com/docs/padding
|
|
1079
786
|
*/
|
|
1080
787
|
ps: [{
|
|
1081
|
-
ps:
|
|
788
|
+
ps: l()
|
|
1082
789
|
}],
|
|
1083
790
|
/**
|
|
1084
791
|
* Padding End
|
|
1085
792
|
* @see https://tailwindcss.com/docs/padding
|
|
1086
793
|
*/
|
|
1087
794
|
pe: [{
|
|
1088
|
-
pe:
|
|
795
|
+
pe: l()
|
|
1089
796
|
}],
|
|
1090
797
|
/**
|
|
1091
798
|
* Padding Top
|
|
1092
799
|
* @see https://tailwindcss.com/docs/padding
|
|
1093
800
|
*/
|
|
1094
801
|
pt: [{
|
|
1095
|
-
pt:
|
|
802
|
+
pt: l()
|
|
1096
803
|
}],
|
|
1097
804
|
/**
|
|
1098
805
|
* Padding Right
|
|
1099
806
|
* @see https://tailwindcss.com/docs/padding
|
|
1100
807
|
*/
|
|
1101
808
|
pr: [{
|
|
1102
|
-
pr:
|
|
809
|
+
pr: l()
|
|
1103
810
|
}],
|
|
1104
811
|
/**
|
|
1105
812
|
* Padding Bottom
|
|
1106
813
|
* @see https://tailwindcss.com/docs/padding
|
|
1107
814
|
*/
|
|
1108
815
|
pb: [{
|
|
1109
|
-
pb:
|
|
816
|
+
pb: l()
|
|
1110
817
|
}],
|
|
1111
818
|
/**
|
|
1112
819
|
* Padding Left
|
|
1113
820
|
* @see https://tailwindcss.com/docs/padding
|
|
1114
821
|
*/
|
|
1115
822
|
pl: [{
|
|
1116
|
-
pl:
|
|
823
|
+
pl: l()
|
|
1117
824
|
}],
|
|
1118
825
|
/**
|
|
1119
826
|
* Margin
|
|
1120
827
|
* @see https://tailwindcss.com/docs/margin
|
|
1121
828
|
*/
|
|
1122
829
|
m: [{
|
|
1123
|
-
m:
|
|
830
|
+
m: z()
|
|
1124
831
|
}],
|
|
1125
832
|
/**
|
|
1126
833
|
* Margin X
|
|
1127
834
|
* @see https://tailwindcss.com/docs/margin
|
|
1128
835
|
*/
|
|
1129
836
|
mx: [{
|
|
1130
|
-
mx:
|
|
837
|
+
mx: z()
|
|
1131
838
|
}],
|
|
1132
839
|
/**
|
|
1133
840
|
* Margin Y
|
|
1134
841
|
* @see https://tailwindcss.com/docs/margin
|
|
1135
842
|
*/
|
|
1136
843
|
my: [{
|
|
1137
|
-
my:
|
|
844
|
+
my: z()
|
|
1138
845
|
}],
|
|
1139
846
|
/**
|
|
1140
847
|
* Margin Start
|
|
1141
848
|
* @see https://tailwindcss.com/docs/margin
|
|
1142
849
|
*/
|
|
1143
850
|
ms: [{
|
|
1144
|
-
ms:
|
|
851
|
+
ms: z()
|
|
1145
852
|
}],
|
|
1146
853
|
/**
|
|
1147
854
|
* Margin End
|
|
1148
855
|
* @see https://tailwindcss.com/docs/margin
|
|
1149
856
|
*/
|
|
1150
857
|
me: [{
|
|
1151
|
-
me:
|
|
858
|
+
me: z()
|
|
1152
859
|
}],
|
|
1153
860
|
/**
|
|
1154
861
|
* Margin Top
|
|
1155
862
|
* @see https://tailwindcss.com/docs/margin
|
|
1156
863
|
*/
|
|
1157
864
|
mt: [{
|
|
1158
|
-
mt:
|
|
865
|
+
mt: z()
|
|
1159
866
|
}],
|
|
1160
867
|
/**
|
|
1161
868
|
* Margin Right
|
|
1162
869
|
* @see https://tailwindcss.com/docs/margin
|
|
1163
870
|
*/
|
|
1164
871
|
mr: [{
|
|
1165
|
-
mr:
|
|
872
|
+
mr: z()
|
|
1166
873
|
}],
|
|
1167
874
|
/**
|
|
1168
875
|
* Margin Bottom
|
|
1169
876
|
* @see https://tailwindcss.com/docs/margin
|
|
1170
877
|
*/
|
|
1171
878
|
mb: [{
|
|
1172
|
-
mb:
|
|
879
|
+
mb: z()
|
|
1173
880
|
}],
|
|
1174
881
|
/**
|
|
1175
882
|
* Margin Left
|
|
1176
883
|
* @see https://tailwindcss.com/docs/margin
|
|
1177
884
|
*/
|
|
1178
885
|
ml: [{
|
|
1179
|
-
ml:
|
|
886
|
+
ml: z()
|
|
1180
887
|
}],
|
|
1181
888
|
/**
|
|
1182
889
|
* Space Between X
|
|
1183
890
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1184
891
|
*/
|
|
1185
892
|
"space-x": [{
|
|
1186
|
-
"space-x":
|
|
893
|
+
"space-x": l()
|
|
1187
894
|
}],
|
|
1188
895
|
/**
|
|
1189
896
|
* Space Between X Reverse
|
|
@@ -1195,7 +902,7 @@ const R = (e) => {
|
|
|
1195
902
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1196
903
|
*/
|
|
1197
904
|
"space-y": [{
|
|
1198
|
-
"space-y":
|
|
905
|
+
"space-y": l()
|
|
1199
906
|
}],
|
|
1200
907
|
/**
|
|
1201
908
|
* Space Between Y Reverse
|
|
@@ -1210,14 +917,14 @@ const R = (e) => {
|
|
|
1210
917
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1211
918
|
*/
|
|
1212
919
|
size: [{
|
|
1213
|
-
size:
|
|
920
|
+
size: P()
|
|
1214
921
|
}],
|
|
1215
922
|
/**
|
|
1216
923
|
* Width
|
|
1217
924
|
* @see https://tailwindcss.com/docs/width
|
|
1218
925
|
*/
|
|
1219
926
|
w: [{
|
|
1220
|
-
w: [
|
|
927
|
+
w: [u, "screen", ...P()]
|
|
1221
928
|
}],
|
|
1222
929
|
/**
|
|
1223
930
|
* Min-Width
|
|
@@ -1225,11 +932,11 @@ const R = (e) => {
|
|
|
1225
932
|
*/
|
|
1226
933
|
"min-w": [{
|
|
1227
934
|
"min-w": [
|
|
1228
|
-
|
|
935
|
+
u,
|
|
1229
936
|
"screen",
|
|
1230
937
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1231
938
|
"none",
|
|
1232
|
-
...
|
|
939
|
+
...P()
|
|
1233
940
|
]
|
|
1234
941
|
}],
|
|
1235
942
|
/**
|
|
@@ -1238,16 +945,16 @@ const R = (e) => {
|
|
|
1238
945
|
*/
|
|
1239
946
|
"max-w": [{
|
|
1240
947
|
"max-w": [
|
|
1241
|
-
|
|
948
|
+
u,
|
|
1242
949
|
"screen",
|
|
1243
950
|
"none",
|
|
1244
951
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1245
952
|
"prose",
|
|
1246
953
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1247
954
|
{
|
|
1248
|
-
screen: [
|
|
955
|
+
screen: [i]
|
|
1249
956
|
},
|
|
1250
|
-
...
|
|
957
|
+
...P()
|
|
1251
958
|
]
|
|
1252
959
|
}],
|
|
1253
960
|
/**
|
|
@@ -1255,21 +962,21 @@ const R = (e) => {
|
|
|
1255
962
|
* @see https://tailwindcss.com/docs/height
|
|
1256
963
|
*/
|
|
1257
964
|
h: [{
|
|
1258
|
-
h: ["screen", "lh", ...
|
|
965
|
+
h: ["screen", "lh", ...P()]
|
|
1259
966
|
}],
|
|
1260
967
|
/**
|
|
1261
968
|
* Min-Height
|
|
1262
969
|
* @see https://tailwindcss.com/docs/min-height
|
|
1263
970
|
*/
|
|
1264
971
|
"min-h": [{
|
|
1265
|
-
"min-h": ["screen", "lh", "none", ...
|
|
972
|
+
"min-h": ["screen", "lh", "none", ...P()]
|
|
1266
973
|
}],
|
|
1267
974
|
/**
|
|
1268
975
|
* Max-Height
|
|
1269
976
|
* @see https://tailwindcss.com/docs/max-height
|
|
1270
977
|
*/
|
|
1271
978
|
"max-h": [{
|
|
1272
|
-
"max-h": ["screen", "lh", ...
|
|
979
|
+
"max-h": ["screen", "lh", ...P()]
|
|
1273
980
|
}],
|
|
1274
981
|
// ------------------
|
|
1275
982
|
// --- Typography ---
|
|
@@ -1279,7 +986,7 @@ const R = (e) => {
|
|
|
1279
986
|
* @see https://tailwindcss.com/docs/font-size
|
|
1280
987
|
*/
|
|
1281
988
|
"font-size": [{
|
|
1282
|
-
text: ["base",
|
|
989
|
+
text: ["base", s, W, R]
|
|
1283
990
|
}],
|
|
1284
991
|
/**
|
|
1285
992
|
* Font Smoothing
|
|
@@ -1296,21 +1003,21 @@ const R = (e) => {
|
|
|
1296
1003
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1297
1004
|
*/
|
|
1298
1005
|
"font-weight": [{
|
|
1299
|
-
font: [t,
|
|
1006
|
+
font: [t, r, oe]
|
|
1300
1007
|
}],
|
|
1301
1008
|
/**
|
|
1302
1009
|
* Font Stretch
|
|
1303
1010
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1304
1011
|
*/
|
|
1305
1012
|
"font-stretch": [{
|
|
1306
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1013
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, o]
|
|
1307
1014
|
}],
|
|
1308
1015
|
/**
|
|
1309
1016
|
* Font Family
|
|
1310
1017
|
* @see https://tailwindcss.com/docs/font-family
|
|
1311
1018
|
*/
|
|
1312
1019
|
"font-family": [{
|
|
1313
|
-
font: [
|
|
1020
|
+
font: [ro, o, n]
|
|
1314
1021
|
}],
|
|
1315
1022
|
/**
|
|
1316
1023
|
* Font Variant Numeric
|
|
@@ -1347,14 +1054,14 @@ const R = (e) => {
|
|
|
1347
1054
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1348
1055
|
*/
|
|
1349
1056
|
tracking: [{
|
|
1350
|
-
tracking: [
|
|
1057
|
+
tracking: [c, r, o]
|
|
1351
1058
|
}],
|
|
1352
1059
|
/**
|
|
1353
1060
|
* Line Clamp
|
|
1354
1061
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1355
1062
|
*/
|
|
1356
1063
|
"line-clamp": [{
|
|
1357
|
-
"line-clamp": [
|
|
1064
|
+
"line-clamp": [d, "none", r, oe]
|
|
1358
1065
|
}],
|
|
1359
1066
|
/**
|
|
1360
1067
|
* Line Height
|
|
@@ -1363,8 +1070,8 @@ const R = (e) => {
|
|
|
1363
1070
|
leading: [{
|
|
1364
1071
|
leading: [
|
|
1365
1072
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1366
|
-
|
|
1367
|
-
...
|
|
1073
|
+
m,
|
|
1074
|
+
...l()
|
|
1368
1075
|
]
|
|
1369
1076
|
}],
|
|
1370
1077
|
/**
|
|
@@ -1372,7 +1079,7 @@ const R = (e) => {
|
|
|
1372
1079
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1373
1080
|
*/
|
|
1374
1081
|
"list-image": [{
|
|
1375
|
-
"list-image": ["none",
|
|
1082
|
+
"list-image": ["none", r, o]
|
|
1376
1083
|
}],
|
|
1377
1084
|
/**
|
|
1378
1085
|
* List Style Position
|
|
@@ -1386,7 +1093,7 @@ const R = (e) => {
|
|
|
1386
1093
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1387
1094
|
*/
|
|
1388
1095
|
"list-style-type": [{
|
|
1389
|
-
list: ["disc", "decimal", "none",
|
|
1096
|
+
list: ["disc", "decimal", "none", r, o]
|
|
1390
1097
|
}],
|
|
1391
1098
|
/**
|
|
1392
1099
|
* Text Alignment
|
|
@@ -1401,14 +1108,14 @@ const R = (e) => {
|
|
|
1401
1108
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1402
1109
|
*/
|
|
1403
1110
|
"placeholder-color": [{
|
|
1404
|
-
placeholder:
|
|
1111
|
+
placeholder: a()
|
|
1405
1112
|
}],
|
|
1406
1113
|
/**
|
|
1407
1114
|
* Text Color
|
|
1408
1115
|
* @see https://tailwindcss.com/docs/text-color
|
|
1409
1116
|
*/
|
|
1410
1117
|
"text-color": [{
|
|
1411
|
-
text:
|
|
1118
|
+
text: a()
|
|
1412
1119
|
}],
|
|
1413
1120
|
/**
|
|
1414
1121
|
* Text Decoration
|
|
@@ -1420,28 +1127,28 @@ const R = (e) => {
|
|
|
1420
1127
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1421
1128
|
*/
|
|
1422
1129
|
"text-decoration-style": [{
|
|
1423
|
-
decoration: [...
|
|
1130
|
+
decoration: [...q(), "wavy"]
|
|
1424
1131
|
}],
|
|
1425
1132
|
/**
|
|
1426
1133
|
* Text Decoration Thickness
|
|
1427
1134
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1428
1135
|
*/
|
|
1429
1136
|
"text-decoration-thickness": [{
|
|
1430
|
-
decoration: [
|
|
1137
|
+
decoration: [d, "from-font", "auto", r, R]
|
|
1431
1138
|
}],
|
|
1432
1139
|
/**
|
|
1433
1140
|
* Text Decoration Color
|
|
1434
1141
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1435
1142
|
*/
|
|
1436
1143
|
"text-decoration-color": [{
|
|
1437
|
-
decoration:
|
|
1144
|
+
decoration: a()
|
|
1438
1145
|
}],
|
|
1439
1146
|
/**
|
|
1440
1147
|
* Text Underline Offset
|
|
1441
1148
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1442
1149
|
*/
|
|
1443
1150
|
"underline-offset": [{
|
|
1444
|
-
"underline-offset": [
|
|
1151
|
+
"underline-offset": [d, "auto", r, o]
|
|
1445
1152
|
}],
|
|
1446
1153
|
/**
|
|
1447
1154
|
* Text Transform
|
|
@@ -1465,14 +1172,14 @@ const R = (e) => {
|
|
|
1465
1172
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1466
1173
|
*/
|
|
1467
1174
|
indent: [{
|
|
1468
|
-
indent:
|
|
1175
|
+
indent: l()
|
|
1469
1176
|
}],
|
|
1470
1177
|
/**
|
|
1471
1178
|
* Vertical Alignment
|
|
1472
1179
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1473
1180
|
*/
|
|
1474
1181
|
"vertical-align": [{
|
|
1475
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1182
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", r, o]
|
|
1476
1183
|
}],
|
|
1477
1184
|
/**
|
|
1478
1185
|
* Whitespace
|
|
@@ -1507,7 +1214,7 @@ const R = (e) => {
|
|
|
1507
1214
|
* @see https://tailwindcss.com/docs/content
|
|
1508
1215
|
*/
|
|
1509
1216
|
content: [{
|
|
1510
|
-
content: ["none",
|
|
1217
|
+
content: ["none", r, o]
|
|
1511
1218
|
}],
|
|
1512
1219
|
// -------------------
|
|
1513
1220
|
// --- Backgrounds ---
|
|
@@ -1538,21 +1245,21 @@ const R = (e) => {
|
|
|
1538
1245
|
* @see https://tailwindcss.com/docs/background-position
|
|
1539
1246
|
*/
|
|
1540
1247
|
"bg-position": [{
|
|
1541
|
-
bg:
|
|
1248
|
+
bg: ce()
|
|
1542
1249
|
}],
|
|
1543
1250
|
/**
|
|
1544
1251
|
* Background Repeat
|
|
1545
1252
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1546
1253
|
*/
|
|
1547
1254
|
"bg-repeat": [{
|
|
1548
|
-
bg:
|
|
1255
|
+
bg: de()
|
|
1549
1256
|
}],
|
|
1550
1257
|
/**
|
|
1551
1258
|
* Background Size
|
|
1552
1259
|
* @see https://tailwindcss.com/docs/background-size
|
|
1553
1260
|
*/
|
|
1554
1261
|
"bg-size": [{
|
|
1555
|
-
bg:
|
|
1262
|
+
bg: me()
|
|
1556
1263
|
}],
|
|
1557
1264
|
/**
|
|
1558
1265
|
* Background Image
|
|
@@ -1562,59 +1269,59 @@ const R = (e) => {
|
|
|
1562
1269
|
bg: ["none", {
|
|
1563
1270
|
linear: [{
|
|
1564
1271
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1565
|
-
},
|
|
1566
|
-
radial: ["",
|
|
1567
|
-
conic: [
|
|
1568
|
-
},
|
|
1272
|
+
}, S, r, o],
|
|
1273
|
+
radial: ["", r, o],
|
|
1274
|
+
conic: [S, r, o]
|
|
1275
|
+
}, so, oo]
|
|
1569
1276
|
}],
|
|
1570
1277
|
/**
|
|
1571
1278
|
* Background Color
|
|
1572
1279
|
* @see https://tailwindcss.com/docs/background-color
|
|
1573
1280
|
*/
|
|
1574
1281
|
"bg-color": [{
|
|
1575
|
-
bg:
|
|
1282
|
+
bg: a()
|
|
1576
1283
|
}],
|
|
1577
1284
|
/**
|
|
1578
1285
|
* Gradient Color Stops From Position
|
|
1579
1286
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1580
1287
|
*/
|
|
1581
1288
|
"gradient-from-pos": [{
|
|
1582
|
-
from:
|
|
1289
|
+
from: Y()
|
|
1583
1290
|
}],
|
|
1584
1291
|
/**
|
|
1585
1292
|
* Gradient Color Stops Via Position
|
|
1586
1293
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1587
1294
|
*/
|
|
1588
1295
|
"gradient-via-pos": [{
|
|
1589
|
-
via:
|
|
1296
|
+
via: Y()
|
|
1590
1297
|
}],
|
|
1591
1298
|
/**
|
|
1592
1299
|
* Gradient Color Stops To Position
|
|
1593
1300
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1594
1301
|
*/
|
|
1595
1302
|
"gradient-to-pos": [{
|
|
1596
|
-
to:
|
|
1303
|
+
to: Y()
|
|
1597
1304
|
}],
|
|
1598
1305
|
/**
|
|
1599
1306
|
* Gradient Color Stops From
|
|
1600
1307
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1601
1308
|
*/
|
|
1602
1309
|
"gradient-from": [{
|
|
1603
|
-
from:
|
|
1310
|
+
from: a()
|
|
1604
1311
|
}],
|
|
1605
1312
|
/**
|
|
1606
1313
|
* Gradient Color Stops Via
|
|
1607
1314
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1608
1315
|
*/
|
|
1609
1316
|
"gradient-via": [{
|
|
1610
|
-
via:
|
|
1317
|
+
via: a()
|
|
1611
1318
|
}],
|
|
1612
1319
|
/**
|
|
1613
1320
|
* Gradient Color Stops To
|
|
1614
1321
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1615
1322
|
*/
|
|
1616
1323
|
"gradient-to": [{
|
|
1617
|
-
to:
|
|
1324
|
+
to: a()
|
|
1618
1325
|
}],
|
|
1619
1326
|
// ---------------
|
|
1620
1327
|
// --- Borders ---
|
|
@@ -1624,105 +1331,105 @@ const R = (e) => {
|
|
|
1624
1331
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1625
1332
|
*/
|
|
1626
1333
|
rounded: [{
|
|
1627
|
-
rounded:
|
|
1334
|
+
rounded: x()
|
|
1628
1335
|
}],
|
|
1629
1336
|
/**
|
|
1630
1337
|
* Border Radius Start
|
|
1631
1338
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1632
1339
|
*/
|
|
1633
1340
|
"rounded-s": [{
|
|
1634
|
-
"rounded-s":
|
|
1341
|
+
"rounded-s": x()
|
|
1635
1342
|
}],
|
|
1636
1343
|
/**
|
|
1637
1344
|
* Border Radius End
|
|
1638
1345
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1639
1346
|
*/
|
|
1640
1347
|
"rounded-e": [{
|
|
1641
|
-
"rounded-e":
|
|
1348
|
+
"rounded-e": x()
|
|
1642
1349
|
}],
|
|
1643
1350
|
/**
|
|
1644
1351
|
* Border Radius Top
|
|
1645
1352
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1646
1353
|
*/
|
|
1647
1354
|
"rounded-t": [{
|
|
1648
|
-
"rounded-t":
|
|
1355
|
+
"rounded-t": x()
|
|
1649
1356
|
}],
|
|
1650
1357
|
/**
|
|
1651
1358
|
* Border Radius Right
|
|
1652
1359
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1653
1360
|
*/
|
|
1654
1361
|
"rounded-r": [{
|
|
1655
|
-
"rounded-r":
|
|
1362
|
+
"rounded-r": x()
|
|
1656
1363
|
}],
|
|
1657
1364
|
/**
|
|
1658
1365
|
* Border Radius Bottom
|
|
1659
1366
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1660
1367
|
*/
|
|
1661
1368
|
"rounded-b": [{
|
|
1662
|
-
"rounded-b":
|
|
1369
|
+
"rounded-b": x()
|
|
1663
1370
|
}],
|
|
1664
1371
|
/**
|
|
1665
1372
|
* Border Radius Left
|
|
1666
1373
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1667
1374
|
*/
|
|
1668
1375
|
"rounded-l": [{
|
|
1669
|
-
"rounded-l":
|
|
1376
|
+
"rounded-l": x()
|
|
1670
1377
|
}],
|
|
1671
1378
|
/**
|
|
1672
1379
|
* Border Radius Start Start
|
|
1673
1380
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1674
1381
|
*/
|
|
1675
1382
|
"rounded-ss": [{
|
|
1676
|
-
"rounded-ss":
|
|
1383
|
+
"rounded-ss": x()
|
|
1677
1384
|
}],
|
|
1678
1385
|
/**
|
|
1679
1386
|
* Border Radius Start End
|
|
1680
1387
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1681
1388
|
*/
|
|
1682
1389
|
"rounded-se": [{
|
|
1683
|
-
"rounded-se":
|
|
1390
|
+
"rounded-se": x()
|
|
1684
1391
|
}],
|
|
1685
1392
|
/**
|
|
1686
1393
|
* Border Radius End End
|
|
1687
1394
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1688
1395
|
*/
|
|
1689
1396
|
"rounded-ee": [{
|
|
1690
|
-
"rounded-ee":
|
|
1397
|
+
"rounded-ee": x()
|
|
1691
1398
|
}],
|
|
1692
1399
|
/**
|
|
1693
1400
|
* Border Radius End Start
|
|
1694
1401
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1695
1402
|
*/
|
|
1696
1403
|
"rounded-es": [{
|
|
1697
|
-
"rounded-es":
|
|
1404
|
+
"rounded-es": x()
|
|
1698
1405
|
}],
|
|
1699
1406
|
/**
|
|
1700
1407
|
* Border Radius Top Left
|
|
1701
1408
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1702
1409
|
*/
|
|
1703
1410
|
"rounded-tl": [{
|
|
1704
|
-
"rounded-tl":
|
|
1411
|
+
"rounded-tl": x()
|
|
1705
1412
|
}],
|
|
1706
1413
|
/**
|
|
1707
1414
|
* Border Radius Top Right
|
|
1708
1415
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1709
1416
|
*/
|
|
1710
1417
|
"rounded-tr": [{
|
|
1711
|
-
"rounded-tr":
|
|
1418
|
+
"rounded-tr": x()
|
|
1712
1419
|
}],
|
|
1713
1420
|
/**
|
|
1714
1421
|
* Border Radius Bottom Right
|
|
1715
1422
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1716
1423
|
*/
|
|
1717
1424
|
"rounded-br": [{
|
|
1718
|
-
"rounded-br":
|
|
1425
|
+
"rounded-br": x()
|
|
1719
1426
|
}],
|
|
1720
1427
|
/**
|
|
1721
1428
|
* Border Radius Bottom Left
|
|
1722
1429
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1723
1430
|
*/
|
|
1724
1431
|
"rounded-bl": [{
|
|
1725
|
-
"rounded-bl":
|
|
1432
|
+
"rounded-bl": x()
|
|
1726
1433
|
}],
|
|
1727
1434
|
/**
|
|
1728
1435
|
* Border Width
|
|
@@ -1816,112 +1523,112 @@ const R = (e) => {
|
|
|
1816
1523
|
* @see https://tailwindcss.com/docs/border-style
|
|
1817
1524
|
*/
|
|
1818
1525
|
"border-style": [{
|
|
1819
|
-
border: [...
|
|
1526
|
+
border: [...q(), "hidden", "none"]
|
|
1820
1527
|
}],
|
|
1821
1528
|
/**
|
|
1822
1529
|
* Divide Style
|
|
1823
1530
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1824
1531
|
*/
|
|
1825
1532
|
"divide-style": [{
|
|
1826
|
-
divide: [...
|
|
1533
|
+
divide: [...q(), "hidden", "none"]
|
|
1827
1534
|
}],
|
|
1828
1535
|
/**
|
|
1829
1536
|
* Border Color
|
|
1830
1537
|
* @see https://tailwindcss.com/docs/border-color
|
|
1831
1538
|
*/
|
|
1832
1539
|
"border-color": [{
|
|
1833
|
-
border:
|
|
1540
|
+
border: a()
|
|
1834
1541
|
}],
|
|
1835
1542
|
/**
|
|
1836
1543
|
* Border Color X
|
|
1837
1544
|
* @see https://tailwindcss.com/docs/border-color
|
|
1838
1545
|
*/
|
|
1839
1546
|
"border-color-x": [{
|
|
1840
|
-
"border-x":
|
|
1547
|
+
"border-x": a()
|
|
1841
1548
|
}],
|
|
1842
1549
|
/**
|
|
1843
1550
|
* Border Color Y
|
|
1844
1551
|
* @see https://tailwindcss.com/docs/border-color
|
|
1845
1552
|
*/
|
|
1846
1553
|
"border-color-y": [{
|
|
1847
|
-
"border-y":
|
|
1554
|
+
"border-y": a()
|
|
1848
1555
|
}],
|
|
1849
1556
|
/**
|
|
1850
1557
|
* Border Color S
|
|
1851
1558
|
* @see https://tailwindcss.com/docs/border-color
|
|
1852
1559
|
*/
|
|
1853
1560
|
"border-color-s": [{
|
|
1854
|
-
"border-s":
|
|
1561
|
+
"border-s": a()
|
|
1855
1562
|
}],
|
|
1856
1563
|
/**
|
|
1857
1564
|
* Border Color E
|
|
1858
1565
|
* @see https://tailwindcss.com/docs/border-color
|
|
1859
1566
|
*/
|
|
1860
1567
|
"border-color-e": [{
|
|
1861
|
-
"border-e":
|
|
1568
|
+
"border-e": a()
|
|
1862
1569
|
}],
|
|
1863
1570
|
/**
|
|
1864
1571
|
* Border Color Top
|
|
1865
1572
|
* @see https://tailwindcss.com/docs/border-color
|
|
1866
1573
|
*/
|
|
1867
1574
|
"border-color-t": [{
|
|
1868
|
-
"border-t":
|
|
1575
|
+
"border-t": a()
|
|
1869
1576
|
}],
|
|
1870
1577
|
/**
|
|
1871
1578
|
* Border Color Right
|
|
1872
1579
|
* @see https://tailwindcss.com/docs/border-color
|
|
1873
1580
|
*/
|
|
1874
1581
|
"border-color-r": [{
|
|
1875
|
-
"border-r":
|
|
1582
|
+
"border-r": a()
|
|
1876
1583
|
}],
|
|
1877
1584
|
/**
|
|
1878
1585
|
* Border Color Bottom
|
|
1879
1586
|
* @see https://tailwindcss.com/docs/border-color
|
|
1880
1587
|
*/
|
|
1881
1588
|
"border-color-b": [{
|
|
1882
|
-
"border-b":
|
|
1589
|
+
"border-b": a()
|
|
1883
1590
|
}],
|
|
1884
1591
|
/**
|
|
1885
1592
|
* Border Color Left
|
|
1886
1593
|
* @see https://tailwindcss.com/docs/border-color
|
|
1887
1594
|
*/
|
|
1888
1595
|
"border-color-l": [{
|
|
1889
|
-
"border-l":
|
|
1596
|
+
"border-l": a()
|
|
1890
1597
|
}],
|
|
1891
1598
|
/**
|
|
1892
1599
|
* Divide Color
|
|
1893
1600
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1894
1601
|
*/
|
|
1895
1602
|
"divide-color": [{
|
|
1896
|
-
divide:
|
|
1603
|
+
divide: a()
|
|
1897
1604
|
}],
|
|
1898
1605
|
/**
|
|
1899
1606
|
* Outline Style
|
|
1900
1607
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1901
1608
|
*/
|
|
1902
1609
|
"outline-style": [{
|
|
1903
|
-
outline: [...
|
|
1610
|
+
outline: [...q(), "none", "hidden"]
|
|
1904
1611
|
}],
|
|
1905
1612
|
/**
|
|
1906
1613
|
* Outline Offset
|
|
1907
1614
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1908
1615
|
*/
|
|
1909
1616
|
"outline-offset": [{
|
|
1910
|
-
"outline-offset": [
|
|
1617
|
+
"outline-offset": [d, r, o]
|
|
1911
1618
|
}],
|
|
1912
1619
|
/**
|
|
1913
1620
|
* Outline Width
|
|
1914
1621
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1915
1622
|
*/
|
|
1916
1623
|
"outline-w": [{
|
|
1917
|
-
outline: ["",
|
|
1624
|
+
outline: ["", d, W, R]
|
|
1918
1625
|
}],
|
|
1919
1626
|
/**
|
|
1920
1627
|
* Outline Color
|
|
1921
1628
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1922
1629
|
*/
|
|
1923
1630
|
"outline-color": [{
|
|
1924
|
-
outline:
|
|
1631
|
+
outline: a()
|
|
1925
1632
|
}],
|
|
1926
1633
|
// ---------------
|
|
1927
1634
|
// --- Effects ---
|
|
@@ -1935,9 +1642,9 @@ const R = (e) => {
|
|
|
1935
1642
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1936
1643
|
"",
|
|
1937
1644
|
"none",
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1645
|
+
h,
|
|
1646
|
+
K,
|
|
1647
|
+
D
|
|
1941
1648
|
]
|
|
1942
1649
|
}],
|
|
1943
1650
|
/**
|
|
@@ -1945,21 +1652,21 @@ const R = (e) => {
|
|
|
1945
1652
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1946
1653
|
*/
|
|
1947
1654
|
"shadow-color": [{
|
|
1948
|
-
shadow:
|
|
1655
|
+
shadow: a()
|
|
1949
1656
|
}],
|
|
1950
1657
|
/**
|
|
1951
1658
|
* Inset Box Shadow
|
|
1952
1659
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1953
1660
|
*/
|
|
1954
1661
|
"inset-shadow": [{
|
|
1955
|
-
"inset-shadow": ["none",
|
|
1662
|
+
"inset-shadow": ["none", M, K, D]
|
|
1956
1663
|
}],
|
|
1957
1664
|
/**
|
|
1958
1665
|
* Inset Box Shadow Color
|
|
1959
1666
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1960
1667
|
*/
|
|
1961
1668
|
"inset-shadow-color": [{
|
|
1962
|
-
"inset-shadow":
|
|
1669
|
+
"inset-shadow": a()
|
|
1963
1670
|
}],
|
|
1964
1671
|
/**
|
|
1965
1672
|
* Ring Width
|
|
@@ -1980,7 +1687,7 @@ const R = (e) => {
|
|
|
1980
1687
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1981
1688
|
*/
|
|
1982
1689
|
"ring-color": [{
|
|
1983
|
-
ring:
|
|
1690
|
+
ring: a()
|
|
1984
1691
|
}],
|
|
1985
1692
|
/**
|
|
1986
1693
|
* Ring Offset Width
|
|
@@ -1989,7 +1696,7 @@ const R = (e) => {
|
|
|
1989
1696
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1990
1697
|
*/
|
|
1991
1698
|
"ring-offset-w": [{
|
|
1992
|
-
"ring-offset": [
|
|
1699
|
+
"ring-offset": [d, R]
|
|
1993
1700
|
}],
|
|
1994
1701
|
/**
|
|
1995
1702
|
* Ring Offset Color
|
|
@@ -1998,7 +1705,7 @@ const R = (e) => {
|
|
|
1998
1705
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1999
1706
|
*/
|
|
2000
1707
|
"ring-offset-color": [{
|
|
2001
|
-
"ring-offset":
|
|
1708
|
+
"ring-offset": a()
|
|
2002
1709
|
}],
|
|
2003
1710
|
/**
|
|
2004
1711
|
* Inset Ring Width
|
|
@@ -2012,42 +1719,42 @@ const R = (e) => {
|
|
|
2012
1719
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2013
1720
|
*/
|
|
2014
1721
|
"inset-ring-color": [{
|
|
2015
|
-
"inset-ring":
|
|
1722
|
+
"inset-ring": a()
|
|
2016
1723
|
}],
|
|
2017
1724
|
/**
|
|
2018
1725
|
* Text Shadow
|
|
2019
1726
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2020
1727
|
*/
|
|
2021
1728
|
"text-shadow": [{
|
|
2022
|
-
"text-shadow": ["none",
|
|
1729
|
+
"text-shadow": ["none", O, K, D]
|
|
2023
1730
|
}],
|
|
2024
1731
|
/**
|
|
2025
1732
|
* Text Shadow Color
|
|
2026
1733
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2027
1734
|
*/
|
|
2028
1735
|
"text-shadow-color": [{
|
|
2029
|
-
"text-shadow":
|
|
1736
|
+
"text-shadow": a()
|
|
2030
1737
|
}],
|
|
2031
1738
|
/**
|
|
2032
1739
|
* Opacity
|
|
2033
1740
|
* @see https://tailwindcss.com/docs/opacity
|
|
2034
1741
|
*/
|
|
2035
1742
|
opacity: [{
|
|
2036
|
-
opacity: [
|
|
1743
|
+
opacity: [d, r, o]
|
|
2037
1744
|
}],
|
|
2038
1745
|
/**
|
|
2039
1746
|
* Mix Blend Mode
|
|
2040
1747
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2041
1748
|
*/
|
|
2042
1749
|
"mix-blend": [{
|
|
2043
|
-
"mix-blend": [...
|
|
1750
|
+
"mix-blend": [...pe(), "plus-darker", "plus-lighter"]
|
|
2044
1751
|
}],
|
|
2045
1752
|
/**
|
|
2046
1753
|
* Background Blend Mode
|
|
2047
1754
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2048
1755
|
*/
|
|
2049
1756
|
"bg-blend": [{
|
|
2050
|
-
"bg-blend":
|
|
1757
|
+
"bg-blend": pe()
|
|
2051
1758
|
}],
|
|
2052
1759
|
/**
|
|
2053
1760
|
* Mask Clip
|
|
@@ -2068,106 +1775,106 @@ const R = (e) => {
|
|
|
2068
1775
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2069
1776
|
*/
|
|
2070
1777
|
"mask-image-linear-pos": [{
|
|
2071
|
-
"mask-linear": [
|
|
1778
|
+
"mask-linear": [d]
|
|
2072
1779
|
}],
|
|
2073
1780
|
"mask-image-linear-from-pos": [{
|
|
2074
|
-
"mask-linear-from":
|
|
1781
|
+
"mask-linear-from": b()
|
|
2075
1782
|
}],
|
|
2076
1783
|
"mask-image-linear-to-pos": [{
|
|
2077
|
-
"mask-linear-to":
|
|
1784
|
+
"mask-linear-to": b()
|
|
2078
1785
|
}],
|
|
2079
1786
|
"mask-image-linear-from-color": [{
|
|
2080
|
-
"mask-linear-from":
|
|
1787
|
+
"mask-linear-from": a()
|
|
2081
1788
|
}],
|
|
2082
1789
|
"mask-image-linear-to-color": [{
|
|
2083
|
-
"mask-linear-to":
|
|
1790
|
+
"mask-linear-to": a()
|
|
2084
1791
|
}],
|
|
2085
1792
|
"mask-image-t-from-pos": [{
|
|
2086
|
-
"mask-t-from":
|
|
1793
|
+
"mask-t-from": b()
|
|
2087
1794
|
}],
|
|
2088
1795
|
"mask-image-t-to-pos": [{
|
|
2089
|
-
"mask-t-to":
|
|
1796
|
+
"mask-t-to": b()
|
|
2090
1797
|
}],
|
|
2091
1798
|
"mask-image-t-from-color": [{
|
|
2092
|
-
"mask-t-from":
|
|
1799
|
+
"mask-t-from": a()
|
|
2093
1800
|
}],
|
|
2094
1801
|
"mask-image-t-to-color": [{
|
|
2095
|
-
"mask-t-to":
|
|
1802
|
+
"mask-t-to": a()
|
|
2096
1803
|
}],
|
|
2097
1804
|
"mask-image-r-from-pos": [{
|
|
2098
|
-
"mask-r-from":
|
|
1805
|
+
"mask-r-from": b()
|
|
2099
1806
|
}],
|
|
2100
1807
|
"mask-image-r-to-pos": [{
|
|
2101
|
-
"mask-r-to":
|
|
1808
|
+
"mask-r-to": b()
|
|
2102
1809
|
}],
|
|
2103
1810
|
"mask-image-r-from-color": [{
|
|
2104
|
-
"mask-r-from":
|
|
1811
|
+
"mask-r-from": a()
|
|
2105
1812
|
}],
|
|
2106
1813
|
"mask-image-r-to-color": [{
|
|
2107
|
-
"mask-r-to":
|
|
1814
|
+
"mask-r-to": a()
|
|
2108
1815
|
}],
|
|
2109
1816
|
"mask-image-b-from-pos": [{
|
|
2110
|
-
"mask-b-from":
|
|
1817
|
+
"mask-b-from": b()
|
|
2111
1818
|
}],
|
|
2112
1819
|
"mask-image-b-to-pos": [{
|
|
2113
|
-
"mask-b-to":
|
|
1820
|
+
"mask-b-to": b()
|
|
2114
1821
|
}],
|
|
2115
1822
|
"mask-image-b-from-color": [{
|
|
2116
|
-
"mask-b-from":
|
|
1823
|
+
"mask-b-from": a()
|
|
2117
1824
|
}],
|
|
2118
1825
|
"mask-image-b-to-color": [{
|
|
2119
|
-
"mask-b-to":
|
|
1826
|
+
"mask-b-to": a()
|
|
2120
1827
|
}],
|
|
2121
1828
|
"mask-image-l-from-pos": [{
|
|
2122
|
-
"mask-l-from":
|
|
1829
|
+
"mask-l-from": b()
|
|
2123
1830
|
}],
|
|
2124
1831
|
"mask-image-l-to-pos": [{
|
|
2125
|
-
"mask-l-to":
|
|
1832
|
+
"mask-l-to": b()
|
|
2126
1833
|
}],
|
|
2127
1834
|
"mask-image-l-from-color": [{
|
|
2128
|
-
"mask-l-from":
|
|
1835
|
+
"mask-l-from": a()
|
|
2129
1836
|
}],
|
|
2130
1837
|
"mask-image-l-to-color": [{
|
|
2131
|
-
"mask-l-to":
|
|
1838
|
+
"mask-l-to": a()
|
|
2132
1839
|
}],
|
|
2133
1840
|
"mask-image-x-from-pos": [{
|
|
2134
|
-
"mask-x-from":
|
|
1841
|
+
"mask-x-from": b()
|
|
2135
1842
|
}],
|
|
2136
1843
|
"mask-image-x-to-pos": [{
|
|
2137
|
-
"mask-x-to":
|
|
1844
|
+
"mask-x-to": b()
|
|
2138
1845
|
}],
|
|
2139
1846
|
"mask-image-x-from-color": [{
|
|
2140
|
-
"mask-x-from":
|
|
1847
|
+
"mask-x-from": a()
|
|
2141
1848
|
}],
|
|
2142
1849
|
"mask-image-x-to-color": [{
|
|
2143
|
-
"mask-x-to":
|
|
1850
|
+
"mask-x-to": a()
|
|
2144
1851
|
}],
|
|
2145
1852
|
"mask-image-y-from-pos": [{
|
|
2146
|
-
"mask-y-from":
|
|
1853
|
+
"mask-y-from": b()
|
|
2147
1854
|
}],
|
|
2148
1855
|
"mask-image-y-to-pos": [{
|
|
2149
|
-
"mask-y-to":
|
|
1856
|
+
"mask-y-to": b()
|
|
2150
1857
|
}],
|
|
2151
1858
|
"mask-image-y-from-color": [{
|
|
2152
|
-
"mask-y-from":
|
|
1859
|
+
"mask-y-from": a()
|
|
2153
1860
|
}],
|
|
2154
1861
|
"mask-image-y-to-color": [{
|
|
2155
|
-
"mask-y-to":
|
|
1862
|
+
"mask-y-to": a()
|
|
2156
1863
|
}],
|
|
2157
1864
|
"mask-image-radial": [{
|
|
2158
|
-
"mask-radial": [
|
|
1865
|
+
"mask-radial": [r, o]
|
|
2159
1866
|
}],
|
|
2160
1867
|
"mask-image-radial-from-pos": [{
|
|
2161
|
-
"mask-radial-from":
|
|
1868
|
+
"mask-radial-from": b()
|
|
2162
1869
|
}],
|
|
2163
1870
|
"mask-image-radial-to-pos": [{
|
|
2164
|
-
"mask-radial-to":
|
|
1871
|
+
"mask-radial-to": b()
|
|
2165
1872
|
}],
|
|
2166
1873
|
"mask-image-radial-from-color": [{
|
|
2167
|
-
"mask-radial-from":
|
|
1874
|
+
"mask-radial-from": a()
|
|
2168
1875
|
}],
|
|
2169
1876
|
"mask-image-radial-to-color": [{
|
|
2170
|
-
"mask-radial-to":
|
|
1877
|
+
"mask-radial-to": a()
|
|
2171
1878
|
}],
|
|
2172
1879
|
"mask-image-radial-shape": [{
|
|
2173
1880
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -2179,22 +1886,22 @@ const R = (e) => {
|
|
|
2179
1886
|
}]
|
|
2180
1887
|
}],
|
|
2181
1888
|
"mask-image-radial-pos": [{
|
|
2182
|
-
"mask-radial-at":
|
|
1889
|
+
"mask-radial-at": T()
|
|
2183
1890
|
}],
|
|
2184
1891
|
"mask-image-conic-pos": [{
|
|
2185
|
-
"mask-conic": [
|
|
1892
|
+
"mask-conic": [d]
|
|
2186
1893
|
}],
|
|
2187
1894
|
"mask-image-conic-from-pos": [{
|
|
2188
|
-
"mask-conic-from":
|
|
1895
|
+
"mask-conic-from": b()
|
|
2189
1896
|
}],
|
|
2190
1897
|
"mask-image-conic-to-pos": [{
|
|
2191
|
-
"mask-conic-to":
|
|
1898
|
+
"mask-conic-to": b()
|
|
2192
1899
|
}],
|
|
2193
1900
|
"mask-image-conic-from-color": [{
|
|
2194
|
-
"mask-conic-from":
|
|
1901
|
+
"mask-conic-from": a()
|
|
2195
1902
|
}],
|
|
2196
1903
|
"mask-image-conic-to-color": [{
|
|
2197
|
-
"mask-conic-to":
|
|
1904
|
+
"mask-conic-to": a()
|
|
2198
1905
|
}],
|
|
2199
1906
|
/**
|
|
2200
1907
|
* Mask Mode
|
|
@@ -2215,21 +1922,21 @@ const R = (e) => {
|
|
|
2215
1922
|
* @see https://tailwindcss.com/docs/mask-position
|
|
2216
1923
|
*/
|
|
2217
1924
|
"mask-position": [{
|
|
2218
|
-
mask:
|
|
1925
|
+
mask: ce()
|
|
2219
1926
|
}],
|
|
2220
1927
|
/**
|
|
2221
1928
|
* Mask Repeat
|
|
2222
1929
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2223
1930
|
*/
|
|
2224
1931
|
"mask-repeat": [{
|
|
2225
|
-
mask:
|
|
1932
|
+
mask: de()
|
|
2226
1933
|
}],
|
|
2227
1934
|
/**
|
|
2228
1935
|
* Mask Size
|
|
2229
1936
|
* @see https://tailwindcss.com/docs/mask-size
|
|
2230
1937
|
*/
|
|
2231
1938
|
"mask-size": [{
|
|
2232
|
-
mask:
|
|
1939
|
+
mask: me()
|
|
2233
1940
|
}],
|
|
2234
1941
|
/**
|
|
2235
1942
|
* Mask Type
|
|
@@ -2243,7 +1950,7 @@ const R = (e) => {
|
|
|
2243
1950
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2244
1951
|
*/
|
|
2245
1952
|
"mask-image": [{
|
|
2246
|
-
mask: ["none",
|
|
1953
|
+
mask: ["none", r, o]
|
|
2247
1954
|
}],
|
|
2248
1955
|
// ---------------
|
|
2249
1956
|
// --- Filters ---
|
|
@@ -2257,8 +1964,8 @@ const R = (e) => {
|
|
|
2257
1964
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2258
1965
|
"",
|
|
2259
1966
|
"none",
|
|
2260
|
-
|
|
2261
|
-
|
|
1967
|
+
r,
|
|
1968
|
+
o
|
|
2262
1969
|
]
|
|
2263
1970
|
}],
|
|
2264
1971
|
/**
|
|
@@ -2266,21 +1973,21 @@ const R = (e) => {
|
|
|
2266
1973
|
* @see https://tailwindcss.com/docs/blur
|
|
2267
1974
|
*/
|
|
2268
1975
|
blur: [{
|
|
2269
|
-
blur:
|
|
1976
|
+
blur: ue()
|
|
2270
1977
|
}],
|
|
2271
1978
|
/**
|
|
2272
1979
|
* Brightness
|
|
2273
1980
|
* @see https://tailwindcss.com/docs/brightness
|
|
2274
1981
|
*/
|
|
2275
1982
|
brightness: [{
|
|
2276
|
-
brightness: [
|
|
1983
|
+
brightness: [d, r, o]
|
|
2277
1984
|
}],
|
|
2278
1985
|
/**
|
|
2279
1986
|
* Contrast
|
|
2280
1987
|
* @see https://tailwindcss.com/docs/contrast
|
|
2281
1988
|
*/
|
|
2282
1989
|
contrast: [{
|
|
2283
|
-
contrast: [
|
|
1990
|
+
contrast: [d, r, o]
|
|
2284
1991
|
}],
|
|
2285
1992
|
/**
|
|
2286
1993
|
* Drop Shadow
|
|
@@ -2291,9 +1998,9 @@ const R = (e) => {
|
|
|
2291
1998
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2292
1999
|
"",
|
|
2293
2000
|
"none",
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2001
|
+
F,
|
|
2002
|
+
K,
|
|
2003
|
+
D
|
|
2297
2004
|
]
|
|
2298
2005
|
}],
|
|
2299
2006
|
/**
|
|
@@ -2301,42 +2008,42 @@ const R = (e) => {
|
|
|
2301
2008
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2302
2009
|
*/
|
|
2303
2010
|
"drop-shadow-color": [{
|
|
2304
|
-
"drop-shadow":
|
|
2011
|
+
"drop-shadow": a()
|
|
2305
2012
|
}],
|
|
2306
2013
|
/**
|
|
2307
2014
|
* Grayscale
|
|
2308
2015
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2309
2016
|
*/
|
|
2310
2017
|
grayscale: [{
|
|
2311
|
-
grayscale: ["",
|
|
2018
|
+
grayscale: ["", d, r, o]
|
|
2312
2019
|
}],
|
|
2313
2020
|
/**
|
|
2314
2021
|
* Hue Rotate
|
|
2315
2022
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2316
2023
|
*/
|
|
2317
2024
|
"hue-rotate": [{
|
|
2318
|
-
"hue-rotate": [
|
|
2025
|
+
"hue-rotate": [d, r, o]
|
|
2319
2026
|
}],
|
|
2320
2027
|
/**
|
|
2321
2028
|
* Invert
|
|
2322
2029
|
* @see https://tailwindcss.com/docs/invert
|
|
2323
2030
|
*/
|
|
2324
2031
|
invert: [{
|
|
2325
|
-
invert: ["",
|
|
2032
|
+
invert: ["", d, r, o]
|
|
2326
2033
|
}],
|
|
2327
2034
|
/**
|
|
2328
2035
|
* Saturate
|
|
2329
2036
|
* @see https://tailwindcss.com/docs/saturate
|
|
2330
2037
|
*/
|
|
2331
2038
|
saturate: [{
|
|
2332
|
-
saturate: [
|
|
2039
|
+
saturate: [d, r, o]
|
|
2333
2040
|
}],
|
|
2334
2041
|
/**
|
|
2335
2042
|
* Sepia
|
|
2336
2043
|
* @see https://tailwindcss.com/docs/sepia
|
|
2337
2044
|
*/
|
|
2338
2045
|
sepia: [{
|
|
2339
|
-
sepia: ["",
|
|
2046
|
+
sepia: ["", d, r, o]
|
|
2340
2047
|
}],
|
|
2341
2048
|
/**
|
|
2342
2049
|
* Backdrop Filter
|
|
@@ -2347,8 +2054,8 @@ const R = (e) => {
|
|
|
2347
2054
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2348
2055
|
"",
|
|
2349
2056
|
"none",
|
|
2350
|
-
|
|
2351
|
-
|
|
2057
|
+
r,
|
|
2058
|
+
o
|
|
2352
2059
|
]
|
|
2353
2060
|
}],
|
|
2354
2061
|
/**
|
|
@@ -2356,63 +2063,63 @@ const R = (e) => {
|
|
|
2356
2063
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2357
2064
|
*/
|
|
2358
2065
|
"backdrop-blur": [{
|
|
2359
|
-
"backdrop-blur":
|
|
2066
|
+
"backdrop-blur": ue()
|
|
2360
2067
|
}],
|
|
2361
2068
|
/**
|
|
2362
2069
|
* Backdrop Brightness
|
|
2363
2070
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2364
2071
|
*/
|
|
2365
2072
|
"backdrop-brightness": [{
|
|
2366
|
-
"backdrop-brightness": [
|
|
2073
|
+
"backdrop-brightness": [d, r, o]
|
|
2367
2074
|
}],
|
|
2368
2075
|
/**
|
|
2369
2076
|
* Backdrop Contrast
|
|
2370
2077
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2371
2078
|
*/
|
|
2372
2079
|
"backdrop-contrast": [{
|
|
2373
|
-
"backdrop-contrast": [
|
|
2080
|
+
"backdrop-contrast": [d, r, o]
|
|
2374
2081
|
}],
|
|
2375
2082
|
/**
|
|
2376
2083
|
* Backdrop Grayscale
|
|
2377
2084
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2378
2085
|
*/
|
|
2379
2086
|
"backdrop-grayscale": [{
|
|
2380
|
-
"backdrop-grayscale": ["",
|
|
2087
|
+
"backdrop-grayscale": ["", d, r, o]
|
|
2381
2088
|
}],
|
|
2382
2089
|
/**
|
|
2383
2090
|
* Backdrop Hue Rotate
|
|
2384
2091
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2385
2092
|
*/
|
|
2386
2093
|
"backdrop-hue-rotate": [{
|
|
2387
|
-
"backdrop-hue-rotate": [
|
|
2094
|
+
"backdrop-hue-rotate": [d, r, o]
|
|
2388
2095
|
}],
|
|
2389
2096
|
/**
|
|
2390
2097
|
* Backdrop Invert
|
|
2391
2098
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2392
2099
|
*/
|
|
2393
2100
|
"backdrop-invert": [{
|
|
2394
|
-
"backdrop-invert": ["",
|
|
2101
|
+
"backdrop-invert": ["", d, r, o]
|
|
2395
2102
|
}],
|
|
2396
2103
|
/**
|
|
2397
2104
|
* Backdrop Opacity
|
|
2398
2105
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2399
2106
|
*/
|
|
2400
2107
|
"backdrop-opacity": [{
|
|
2401
|
-
"backdrop-opacity": [
|
|
2108
|
+
"backdrop-opacity": [d, r, o]
|
|
2402
2109
|
}],
|
|
2403
2110
|
/**
|
|
2404
2111
|
* Backdrop Saturate
|
|
2405
2112
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2406
2113
|
*/
|
|
2407
2114
|
"backdrop-saturate": [{
|
|
2408
|
-
"backdrop-saturate": [
|
|
2115
|
+
"backdrop-saturate": [d, r, o]
|
|
2409
2116
|
}],
|
|
2410
2117
|
/**
|
|
2411
2118
|
* Backdrop Sepia
|
|
2412
2119
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2413
2120
|
*/
|
|
2414
2121
|
"backdrop-sepia": [{
|
|
2415
|
-
"backdrop-sepia": ["",
|
|
2122
|
+
"backdrop-sepia": ["", d, r, o]
|
|
2416
2123
|
}],
|
|
2417
2124
|
// --------------
|
|
2418
2125
|
// --- Tables ---
|
|
@@ -2429,21 +2136,21 @@ const R = (e) => {
|
|
|
2429
2136
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2430
2137
|
*/
|
|
2431
2138
|
"border-spacing": [{
|
|
2432
|
-
"border-spacing":
|
|
2139
|
+
"border-spacing": l()
|
|
2433
2140
|
}],
|
|
2434
2141
|
/**
|
|
2435
2142
|
* Border Spacing X
|
|
2436
2143
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2437
2144
|
*/
|
|
2438
2145
|
"border-spacing-x": [{
|
|
2439
|
-
"border-spacing-x":
|
|
2146
|
+
"border-spacing-x": l()
|
|
2440
2147
|
}],
|
|
2441
2148
|
/**
|
|
2442
2149
|
* Border Spacing Y
|
|
2443
2150
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2444
2151
|
*/
|
|
2445
2152
|
"border-spacing-y": [{
|
|
2446
|
-
"border-spacing-y":
|
|
2153
|
+
"border-spacing-y": l()
|
|
2447
2154
|
}],
|
|
2448
2155
|
/**
|
|
2449
2156
|
* Table Layout
|
|
@@ -2467,7 +2174,7 @@ const R = (e) => {
|
|
|
2467
2174
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2468
2175
|
*/
|
|
2469
2176
|
transition: [{
|
|
2470
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2177
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", r, o]
|
|
2471
2178
|
}],
|
|
2472
2179
|
/**
|
|
2473
2180
|
* Transition Behavior
|
|
@@ -2481,28 +2188,28 @@ const R = (e) => {
|
|
|
2481
2188
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2482
2189
|
*/
|
|
2483
2190
|
duration: [{
|
|
2484
|
-
duration: [
|
|
2191
|
+
duration: [d, "initial", r, o]
|
|
2485
2192
|
}],
|
|
2486
2193
|
/**
|
|
2487
2194
|
* Transition Timing Function
|
|
2488
2195
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2489
2196
|
*/
|
|
2490
2197
|
ease: [{
|
|
2491
|
-
ease: ["linear", "initial",
|
|
2198
|
+
ease: ["linear", "initial", A, r, o]
|
|
2492
2199
|
}],
|
|
2493
2200
|
/**
|
|
2494
2201
|
* Transition Delay
|
|
2495
2202
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2496
2203
|
*/
|
|
2497
2204
|
delay: [{
|
|
2498
|
-
delay: [
|
|
2205
|
+
delay: [d, r, o]
|
|
2499
2206
|
}],
|
|
2500
2207
|
/**
|
|
2501
2208
|
* Animation
|
|
2502
2209
|
* @see https://tailwindcss.com/docs/animation
|
|
2503
2210
|
*/
|
|
2504
2211
|
animate: [{
|
|
2505
|
-
animate: ["none",
|
|
2212
|
+
animate: ["none", $, r, o]
|
|
2506
2213
|
}],
|
|
2507
2214
|
// ------------------
|
|
2508
2215
|
// --- Transforms ---
|
|
@@ -2519,70 +2226,70 @@ const R = (e) => {
|
|
|
2519
2226
|
* @see https://tailwindcss.com/docs/perspective
|
|
2520
2227
|
*/
|
|
2521
2228
|
perspective: [{
|
|
2522
|
-
perspective: [
|
|
2229
|
+
perspective: [y, r, o]
|
|
2523
2230
|
}],
|
|
2524
2231
|
/**
|
|
2525
2232
|
* Perspective Origin
|
|
2526
2233
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2527
2234
|
*/
|
|
2528
2235
|
"perspective-origin": [{
|
|
2529
|
-
"perspective-origin":
|
|
2236
|
+
"perspective-origin": E()
|
|
2530
2237
|
}],
|
|
2531
2238
|
/**
|
|
2532
2239
|
* Rotate
|
|
2533
2240
|
* @see https://tailwindcss.com/docs/rotate
|
|
2534
2241
|
*/
|
|
2535
2242
|
rotate: [{
|
|
2536
|
-
rotate:
|
|
2243
|
+
rotate: H()
|
|
2537
2244
|
}],
|
|
2538
2245
|
/**
|
|
2539
2246
|
* Rotate X
|
|
2540
2247
|
* @see https://tailwindcss.com/docs/rotate
|
|
2541
2248
|
*/
|
|
2542
2249
|
"rotate-x": [{
|
|
2543
|
-
"rotate-x":
|
|
2250
|
+
"rotate-x": H()
|
|
2544
2251
|
}],
|
|
2545
2252
|
/**
|
|
2546
2253
|
* Rotate Y
|
|
2547
2254
|
* @see https://tailwindcss.com/docs/rotate
|
|
2548
2255
|
*/
|
|
2549
2256
|
"rotate-y": [{
|
|
2550
|
-
"rotate-y":
|
|
2257
|
+
"rotate-y": H()
|
|
2551
2258
|
}],
|
|
2552
2259
|
/**
|
|
2553
2260
|
* Rotate Z
|
|
2554
2261
|
* @see https://tailwindcss.com/docs/rotate
|
|
2555
2262
|
*/
|
|
2556
2263
|
"rotate-z": [{
|
|
2557
|
-
"rotate-z":
|
|
2264
|
+
"rotate-z": H()
|
|
2558
2265
|
}],
|
|
2559
2266
|
/**
|
|
2560
2267
|
* Scale
|
|
2561
2268
|
* @see https://tailwindcss.com/docs/scale
|
|
2562
2269
|
*/
|
|
2563
2270
|
scale: [{
|
|
2564
|
-
scale:
|
|
2271
|
+
scale: J()
|
|
2565
2272
|
}],
|
|
2566
2273
|
/**
|
|
2567
2274
|
* Scale X
|
|
2568
2275
|
* @see https://tailwindcss.com/docs/scale
|
|
2569
2276
|
*/
|
|
2570
2277
|
"scale-x": [{
|
|
2571
|
-
"scale-x":
|
|
2278
|
+
"scale-x": J()
|
|
2572
2279
|
}],
|
|
2573
2280
|
/**
|
|
2574
2281
|
* Scale Y
|
|
2575
2282
|
* @see https://tailwindcss.com/docs/scale
|
|
2576
2283
|
*/
|
|
2577
2284
|
"scale-y": [{
|
|
2578
|
-
"scale-y":
|
|
2285
|
+
"scale-y": J()
|
|
2579
2286
|
}],
|
|
2580
2287
|
/**
|
|
2581
2288
|
* Scale Z
|
|
2582
2289
|
* @see https://tailwindcss.com/docs/scale
|
|
2583
2290
|
*/
|
|
2584
2291
|
"scale-z": [{
|
|
2585
|
-
"scale-z":
|
|
2292
|
+
"scale-z": J()
|
|
2586
2293
|
}],
|
|
2587
2294
|
/**
|
|
2588
2295
|
* Scale 3D
|
|
@@ -2594,35 +2301,35 @@ const R = (e) => {
|
|
|
2594
2301
|
* @see https://tailwindcss.com/docs/skew
|
|
2595
2302
|
*/
|
|
2596
2303
|
skew: [{
|
|
2597
|
-
skew:
|
|
2304
|
+
skew: Z()
|
|
2598
2305
|
}],
|
|
2599
2306
|
/**
|
|
2600
2307
|
* Skew X
|
|
2601
2308
|
* @see https://tailwindcss.com/docs/skew
|
|
2602
2309
|
*/
|
|
2603
2310
|
"skew-x": [{
|
|
2604
|
-
"skew-x":
|
|
2311
|
+
"skew-x": Z()
|
|
2605
2312
|
}],
|
|
2606
2313
|
/**
|
|
2607
2314
|
* Skew Y
|
|
2608
2315
|
* @see https://tailwindcss.com/docs/skew
|
|
2609
2316
|
*/
|
|
2610
2317
|
"skew-y": [{
|
|
2611
|
-
"skew-y":
|
|
2318
|
+
"skew-y": Z()
|
|
2612
2319
|
}],
|
|
2613
2320
|
/**
|
|
2614
2321
|
* Transform
|
|
2615
2322
|
* @see https://tailwindcss.com/docs/transform
|
|
2616
2323
|
*/
|
|
2617
2324
|
transform: [{
|
|
2618
|
-
transform: [
|
|
2325
|
+
transform: [r, o, "", "none", "gpu", "cpu"]
|
|
2619
2326
|
}],
|
|
2620
2327
|
/**
|
|
2621
2328
|
* Transform Origin
|
|
2622
2329
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2623
2330
|
*/
|
|
2624
2331
|
"transform-origin": [{
|
|
2625
|
-
origin:
|
|
2332
|
+
origin: E()
|
|
2626
2333
|
}],
|
|
2627
2334
|
/**
|
|
2628
2335
|
* Transform Style
|
|
@@ -2636,28 +2343,28 @@ const R = (e) => {
|
|
|
2636
2343
|
* @see https://tailwindcss.com/docs/translate
|
|
2637
2344
|
*/
|
|
2638
2345
|
translate: [{
|
|
2639
|
-
translate:
|
|
2346
|
+
translate: X()
|
|
2640
2347
|
}],
|
|
2641
2348
|
/**
|
|
2642
2349
|
* Translate X
|
|
2643
2350
|
* @see https://tailwindcss.com/docs/translate
|
|
2644
2351
|
*/
|
|
2645
2352
|
"translate-x": [{
|
|
2646
|
-
"translate-x":
|
|
2353
|
+
"translate-x": X()
|
|
2647
2354
|
}],
|
|
2648
2355
|
/**
|
|
2649
2356
|
* Translate Y
|
|
2650
2357
|
* @see https://tailwindcss.com/docs/translate
|
|
2651
2358
|
*/
|
|
2652
2359
|
"translate-y": [{
|
|
2653
|
-
"translate-y":
|
|
2360
|
+
"translate-y": X()
|
|
2654
2361
|
}],
|
|
2655
2362
|
/**
|
|
2656
2363
|
* Translate Z
|
|
2657
2364
|
* @see https://tailwindcss.com/docs/translate
|
|
2658
2365
|
*/
|
|
2659
2366
|
"translate-z": [{
|
|
2660
|
-
"translate-z":
|
|
2367
|
+
"translate-z": X()
|
|
2661
2368
|
}],
|
|
2662
2369
|
/**
|
|
2663
2370
|
* Translate None
|
|
@@ -2672,7 +2379,7 @@ const R = (e) => {
|
|
|
2672
2379
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2673
2380
|
*/
|
|
2674
2381
|
accent: [{
|
|
2675
|
-
accent:
|
|
2382
|
+
accent: a()
|
|
2676
2383
|
}],
|
|
2677
2384
|
/**
|
|
2678
2385
|
* Appearance
|
|
@@ -2686,7 +2393,7 @@ const R = (e) => {
|
|
|
2686
2393
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2687
2394
|
*/
|
|
2688
2395
|
"caret-color": [{
|
|
2689
|
-
caret:
|
|
2396
|
+
caret: a()
|
|
2690
2397
|
}],
|
|
2691
2398
|
/**
|
|
2692
2399
|
* Color Scheme
|
|
@@ -2700,7 +2407,7 @@ const R = (e) => {
|
|
|
2700
2407
|
* @see https://tailwindcss.com/docs/cursor
|
|
2701
2408
|
*/
|
|
2702
2409
|
cursor: [{
|
|
2703
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2410
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", r, o]
|
|
2704
2411
|
}],
|
|
2705
2412
|
/**
|
|
2706
2413
|
* Field Sizing
|
|
@@ -2735,126 +2442,126 @@ const R = (e) => {
|
|
|
2735
2442
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2736
2443
|
*/
|
|
2737
2444
|
"scroll-m": [{
|
|
2738
|
-
"scroll-m":
|
|
2445
|
+
"scroll-m": l()
|
|
2739
2446
|
}],
|
|
2740
2447
|
/**
|
|
2741
2448
|
* Scroll Margin X
|
|
2742
2449
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2743
2450
|
*/
|
|
2744
2451
|
"scroll-mx": [{
|
|
2745
|
-
"scroll-mx":
|
|
2452
|
+
"scroll-mx": l()
|
|
2746
2453
|
}],
|
|
2747
2454
|
/**
|
|
2748
2455
|
* Scroll Margin Y
|
|
2749
2456
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2750
2457
|
*/
|
|
2751
2458
|
"scroll-my": [{
|
|
2752
|
-
"scroll-my":
|
|
2459
|
+
"scroll-my": l()
|
|
2753
2460
|
}],
|
|
2754
2461
|
/**
|
|
2755
2462
|
* Scroll Margin Start
|
|
2756
2463
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2757
2464
|
*/
|
|
2758
2465
|
"scroll-ms": [{
|
|
2759
|
-
"scroll-ms":
|
|
2466
|
+
"scroll-ms": l()
|
|
2760
2467
|
}],
|
|
2761
2468
|
/**
|
|
2762
2469
|
* Scroll Margin End
|
|
2763
2470
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2764
2471
|
*/
|
|
2765
2472
|
"scroll-me": [{
|
|
2766
|
-
"scroll-me":
|
|
2473
|
+
"scroll-me": l()
|
|
2767
2474
|
}],
|
|
2768
2475
|
/**
|
|
2769
2476
|
* Scroll Margin Top
|
|
2770
2477
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2771
2478
|
*/
|
|
2772
2479
|
"scroll-mt": [{
|
|
2773
|
-
"scroll-mt":
|
|
2480
|
+
"scroll-mt": l()
|
|
2774
2481
|
}],
|
|
2775
2482
|
/**
|
|
2776
2483
|
* Scroll Margin Right
|
|
2777
2484
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2778
2485
|
*/
|
|
2779
2486
|
"scroll-mr": [{
|
|
2780
|
-
"scroll-mr":
|
|
2487
|
+
"scroll-mr": l()
|
|
2781
2488
|
}],
|
|
2782
2489
|
/**
|
|
2783
2490
|
* Scroll Margin Bottom
|
|
2784
2491
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2785
2492
|
*/
|
|
2786
2493
|
"scroll-mb": [{
|
|
2787
|
-
"scroll-mb":
|
|
2494
|
+
"scroll-mb": l()
|
|
2788
2495
|
}],
|
|
2789
2496
|
/**
|
|
2790
2497
|
* Scroll Margin Left
|
|
2791
2498
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2792
2499
|
*/
|
|
2793
2500
|
"scroll-ml": [{
|
|
2794
|
-
"scroll-ml":
|
|
2501
|
+
"scroll-ml": l()
|
|
2795
2502
|
}],
|
|
2796
2503
|
/**
|
|
2797
2504
|
* Scroll Padding
|
|
2798
2505
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2799
2506
|
*/
|
|
2800
2507
|
"scroll-p": [{
|
|
2801
|
-
"scroll-p":
|
|
2508
|
+
"scroll-p": l()
|
|
2802
2509
|
}],
|
|
2803
2510
|
/**
|
|
2804
2511
|
* Scroll Padding X
|
|
2805
2512
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2806
2513
|
*/
|
|
2807
2514
|
"scroll-px": [{
|
|
2808
|
-
"scroll-px":
|
|
2515
|
+
"scroll-px": l()
|
|
2809
2516
|
}],
|
|
2810
2517
|
/**
|
|
2811
2518
|
* Scroll Padding Y
|
|
2812
2519
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2813
2520
|
*/
|
|
2814
2521
|
"scroll-py": [{
|
|
2815
|
-
"scroll-py":
|
|
2522
|
+
"scroll-py": l()
|
|
2816
2523
|
}],
|
|
2817
2524
|
/**
|
|
2818
2525
|
* Scroll Padding Start
|
|
2819
2526
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2820
2527
|
*/
|
|
2821
2528
|
"scroll-ps": [{
|
|
2822
|
-
"scroll-ps":
|
|
2529
|
+
"scroll-ps": l()
|
|
2823
2530
|
}],
|
|
2824
2531
|
/**
|
|
2825
2532
|
* Scroll Padding End
|
|
2826
2533
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2827
2534
|
*/
|
|
2828
2535
|
"scroll-pe": [{
|
|
2829
|
-
"scroll-pe":
|
|
2536
|
+
"scroll-pe": l()
|
|
2830
2537
|
}],
|
|
2831
2538
|
/**
|
|
2832
2539
|
* Scroll Padding Top
|
|
2833
2540
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2834
2541
|
*/
|
|
2835
2542
|
"scroll-pt": [{
|
|
2836
|
-
"scroll-pt":
|
|
2543
|
+
"scroll-pt": l()
|
|
2837
2544
|
}],
|
|
2838
2545
|
/**
|
|
2839
2546
|
* Scroll Padding Right
|
|
2840
2547
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2841
2548
|
*/
|
|
2842
2549
|
"scroll-pr": [{
|
|
2843
|
-
"scroll-pr":
|
|
2550
|
+
"scroll-pr": l()
|
|
2844
2551
|
}],
|
|
2845
2552
|
/**
|
|
2846
2553
|
* Scroll Padding Bottom
|
|
2847
2554
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2848
2555
|
*/
|
|
2849
2556
|
"scroll-pb": [{
|
|
2850
|
-
"scroll-pb":
|
|
2557
|
+
"scroll-pb": l()
|
|
2851
2558
|
}],
|
|
2852
2559
|
/**
|
|
2853
2560
|
* Scroll Padding Left
|
|
2854
2561
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2855
2562
|
*/
|
|
2856
2563
|
"scroll-pl": [{
|
|
2857
|
-
"scroll-pl":
|
|
2564
|
+
"scroll-pl": l()
|
|
2858
2565
|
}],
|
|
2859
2566
|
/**
|
|
2860
2567
|
* Scroll Snap Align
|
|
@@ -2922,7 +2629,7 @@ const R = (e) => {
|
|
|
2922
2629
|
* @see https://tailwindcss.com/docs/will-change
|
|
2923
2630
|
*/
|
|
2924
2631
|
"will-change": [{
|
|
2925
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2632
|
+
"will-change": ["auto", "scroll", "contents", "transform", r, o]
|
|
2926
2633
|
}],
|
|
2927
2634
|
// -----------
|
|
2928
2635
|
// --- SVG ---
|
|
@@ -2932,21 +2639,21 @@ const R = (e) => {
|
|
|
2932
2639
|
* @see https://tailwindcss.com/docs/fill
|
|
2933
2640
|
*/
|
|
2934
2641
|
fill: [{
|
|
2935
|
-
fill: ["none", ...
|
|
2642
|
+
fill: ["none", ...a()]
|
|
2936
2643
|
}],
|
|
2937
2644
|
/**
|
|
2938
2645
|
* Stroke Width
|
|
2939
2646
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2940
2647
|
*/
|
|
2941
2648
|
"stroke-w": [{
|
|
2942
|
-
stroke: [
|
|
2649
|
+
stroke: [d, W, R, oe]
|
|
2943
2650
|
}],
|
|
2944
2651
|
/**
|
|
2945
2652
|
* Stroke
|
|
2946
2653
|
* @see https://tailwindcss.com/docs/stroke
|
|
2947
2654
|
*/
|
|
2948
2655
|
stroke: [{
|
|
2949
|
-
stroke: ["none", ...
|
|
2656
|
+
stroke: ["none", ...a()]
|
|
2950
2657
|
}],
|
|
2951
2658
|
// ---------------------
|
|
2952
2659
|
// --- Accessibility ---
|
|
@@ -3014,42 +2721,10 @@ const R = (e) => {
|
|
|
3014
2721
|
},
|
|
3015
2722
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3016
2723
|
};
|
|
3017
|
-
},
|
|
3018
|
-
function
|
|
3019
|
-
return
|
|
2724
|
+
}, lo = /* @__PURE__ */ We(io);
|
|
2725
|
+
function mo(...e) {
|
|
2726
|
+
return lo(Ie(e));
|
|
3020
2727
|
}
|
|
3021
|
-
const Ee = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Ae = Te, Ar = (e, n) => (o) => {
|
|
3022
|
-
var t;
|
|
3023
|
-
if (n?.variants == null) return Ae(e, o?.class, o?.className);
|
|
3024
|
-
const { variants: i, defaultVariants: l } = n, c = Object.keys(i).map((h) => {
|
|
3025
|
-
const x = o?.[h], A = l?.[h];
|
|
3026
|
-
if (x === null) return null;
|
|
3027
|
-
const S = Ee(x) || Ee(A);
|
|
3028
|
-
return i[h][S];
|
|
3029
|
-
}), b = o && Object.entries(o).reduce((h, x) => {
|
|
3030
|
-
let [A, S] = x;
|
|
3031
|
-
return S === void 0 || (h[A] = S), h;
|
|
3032
|
-
}, {}), f = n == null || (t = n.compoundVariants) === null || t === void 0 ? void 0 : t.reduce((h, x) => {
|
|
3033
|
-
let { class: A, className: S, ...M } = x;
|
|
3034
|
-
return Object.entries(M).every((T) => {
|
|
3035
|
-
let [E, P] = T;
|
|
3036
|
-
return Array.isArray(P) ? P.includes({
|
|
3037
|
-
...l,
|
|
3038
|
-
...b
|
|
3039
|
-
}[E]) : {
|
|
3040
|
-
...l,
|
|
3041
|
-
...b
|
|
3042
|
-
}[E] === P;
|
|
3043
|
-
}) ? [
|
|
3044
|
-
...h,
|
|
3045
|
-
A,
|
|
3046
|
-
S
|
|
3047
|
-
] : h;
|
|
3048
|
-
}, []);
|
|
3049
|
-
return Ae(e, c, f, o?.class, o?.className);
|
|
3050
|
-
};
|
|
3051
2728
|
export {
|
|
3052
|
-
|
|
3053
|
-
Ar as c,
|
|
3054
|
-
Rr as j
|
|
2729
|
+
mo as c
|
|
3055
2730
|
};
|