react-attendance-calendar 2.3.4 → 2.3.6
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/README.md +42 -3
- package/dist/AttendanceCalendar.d.ts +4 -1
- package/dist/AttendanceCalendar.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +555 -534
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import $e, { useRef as Le, useState as Fe, useEffect as De, useMemo as fe } from "react";
|
|
2
2
|
var ce = { exports: {} }, se = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
@@ -10,23 +10,23 @@ var ce = { exports: {} }, se = {};
|
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
var ke;
|
|
13
|
-
function
|
|
13
|
+
function Ye() {
|
|
14
14
|
if (ke) return se;
|
|
15
15
|
ke = 1;
|
|
16
16
|
var e = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
|
|
17
|
-
function o(t, i,
|
|
18
|
-
var
|
|
19
|
-
if (
|
|
20
|
-
|
|
21
|
-
for (var
|
|
22
|
-
|
|
23
|
-
} else
|
|
24
|
-
return i =
|
|
17
|
+
function o(t, i, d) {
|
|
18
|
+
var c = null;
|
|
19
|
+
if (d !== void 0 && (c = "" + d), i.key !== void 0 && (c = "" + i.key), "key" in i) {
|
|
20
|
+
d = {};
|
|
21
|
+
for (var p in i)
|
|
22
|
+
p !== "key" && (d[p] = i[p]);
|
|
23
|
+
} else d = i;
|
|
24
|
+
return i = d.ref, {
|
|
25
25
|
$$typeof: e,
|
|
26
26
|
type: t,
|
|
27
|
-
key:
|
|
27
|
+
key: c,
|
|
28
28
|
ref: i !== void 0 ? i : null,
|
|
29
|
-
props:
|
|
29
|
+
props: d
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
return se.Fragment = n, se.jsx = o, se.jsxs = o, se;
|
|
@@ -42,41 +42,41 @@ var ae = {};
|
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
43
|
*/
|
|
44
44
|
var we;
|
|
45
|
-
function
|
|
45
|
+
function We() {
|
|
46
46
|
return we || (we = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
47
47
|
function e(r) {
|
|
48
48
|
if (r == null) return null;
|
|
49
49
|
if (typeof r == "function")
|
|
50
|
-
return r.$$typeof ===
|
|
50
|
+
return r.$$typeof === U ? null : r.displayName || r.name || null;
|
|
51
51
|
if (typeof r == "string") return r;
|
|
52
52
|
switch (r) {
|
|
53
|
-
case
|
|
53
|
+
case O:
|
|
54
54
|
return "Fragment";
|
|
55
|
-
case
|
|
55
|
+
case C:
|
|
56
56
|
return "Profiler";
|
|
57
|
-
case
|
|
57
|
+
case j:
|
|
58
58
|
return "StrictMode";
|
|
59
|
-
case
|
|
59
|
+
case $:
|
|
60
60
|
return "Suspense";
|
|
61
|
-
case
|
|
61
|
+
case V:
|
|
62
62
|
return "SuspenseList";
|
|
63
|
-
case
|
|
63
|
+
case X:
|
|
64
64
|
return "Activity";
|
|
65
65
|
}
|
|
66
66
|
if (typeof r == "object")
|
|
67
67
|
switch (typeof r.tag == "number" && console.error(
|
|
68
68
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
69
|
), r.$$typeof) {
|
|
70
|
-
case
|
|
70
|
+
case S:
|
|
71
71
|
return "Portal";
|
|
72
72
|
case F:
|
|
73
73
|
return r.displayName || "Context";
|
|
74
|
-
case
|
|
74
|
+
case W:
|
|
75
75
|
return (r._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case
|
|
76
|
+
case D:
|
|
77
77
|
var f = r.render;
|
|
78
78
|
return r = r.displayName, r || (r = f.displayName || f.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
|
|
79
|
-
case
|
|
79
|
+
case m:
|
|
80
80
|
return f = r.displayName || null, f !== null ? f : e(r.type) || "Memo";
|
|
81
81
|
case _:
|
|
82
82
|
f = r._payload, r = r._init;
|
|
@@ -99,8 +99,8 @@ function Ye() {
|
|
|
99
99
|
}
|
|
100
100
|
if (f) {
|
|
101
101
|
f = console;
|
|
102
|
-
var
|
|
103
|
-
return
|
|
102
|
+
var g = f.error, x = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
103
|
+
return g.call(
|
|
104
104
|
f,
|
|
105
105
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
106
106
|
x
|
|
@@ -108,7 +108,7 @@ function Ye() {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
function t(r) {
|
|
111
|
-
if (r ===
|
|
111
|
+
if (r === O) return "<>";
|
|
112
112
|
if (typeof r == "object" && r !== null && r.$$typeof === _)
|
|
113
113
|
return "<...>";
|
|
114
114
|
try {
|
|
@@ -119,48 +119,48 @@ function Ye() {
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
function i() {
|
|
122
|
-
var r =
|
|
122
|
+
var r = Y.A;
|
|
123
123
|
return r === null ? null : r.getOwner();
|
|
124
124
|
}
|
|
125
|
-
function
|
|
125
|
+
function d() {
|
|
126
126
|
return Error("react-stack-top-frame");
|
|
127
127
|
}
|
|
128
|
-
function
|
|
129
|
-
if (
|
|
128
|
+
function c(r) {
|
|
129
|
+
if (k.call(r, "key")) {
|
|
130
130
|
var f = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
131
131
|
if (f && f.isReactWarning) return !1;
|
|
132
132
|
}
|
|
133
133
|
return r.key !== void 0;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
136
|
-
function
|
|
137
|
-
|
|
135
|
+
function p(r, f) {
|
|
136
|
+
function g() {
|
|
137
|
+
A || (A = !0, console.error(
|
|
138
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
139
|
f
|
|
140
140
|
));
|
|
141
141
|
}
|
|
142
|
-
|
|
143
|
-
get:
|
|
142
|
+
g.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
143
|
+
get: g,
|
|
144
144
|
configurable: !0
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function u() {
|
|
148
148
|
var r = e(this.type);
|
|
149
|
-
return
|
|
149
|
+
return G[r] || (G[r] = !0, console.error(
|
|
150
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
151
|
)), r = this.props.ref, r !== void 0 ? r : null;
|
|
152
152
|
}
|
|
153
|
-
function
|
|
154
|
-
var
|
|
153
|
+
function y(r, f, g, x, B, ee) {
|
|
154
|
+
var h = g.ref;
|
|
155
155
|
return r = {
|
|
156
|
-
$$typeof:
|
|
156
|
+
$$typeof: R,
|
|
157
157
|
type: r,
|
|
158
158
|
key: f,
|
|
159
|
-
props:
|
|
159
|
+
props: g,
|
|
160
160
|
_owner: x
|
|
161
|
-
}, (
|
|
161
|
+
}, (h !== void 0 ? h : null) !== null ? Object.defineProperty(r, "ref", {
|
|
162
162
|
enumerable: !1,
|
|
163
|
-
get:
|
|
163
|
+
get: u
|
|
164
164
|
}) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
|
|
165
165
|
configurable: !1,
|
|
166
166
|
enumerable: !1,
|
|
@@ -175,33 +175,33 @@ function Ye() {
|
|
|
175
175
|
configurable: !1,
|
|
176
176
|
enumerable: !1,
|
|
177
177
|
writable: !0,
|
|
178
|
-
value:
|
|
178
|
+
value: B
|
|
179
179
|
}), Object.defineProperty(r, "_debugTask", {
|
|
180
180
|
configurable: !1,
|
|
181
181
|
enumerable: !1,
|
|
182
182
|
writable: !0,
|
|
183
|
-
value:
|
|
183
|
+
value: ee
|
|
184
184
|
}), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
|
|
185
185
|
}
|
|
186
|
-
function w(r, f,
|
|
187
|
-
var
|
|
188
|
-
if (
|
|
186
|
+
function w(r, f, g, x, B, ee) {
|
|
187
|
+
var h = f.children;
|
|
188
|
+
if (h !== void 0)
|
|
189
189
|
if (x)
|
|
190
|
-
if (
|
|
191
|
-
for (x = 0; x <
|
|
192
|
-
|
|
193
|
-
Object.freeze && Object.freeze(
|
|
190
|
+
if (T(h)) {
|
|
191
|
+
for (x = 0; x < h.length; x++)
|
|
192
|
+
M(h[x]);
|
|
193
|
+
Object.freeze && Object.freeze(h);
|
|
194
194
|
} else
|
|
195
195
|
console.error(
|
|
196
196
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
197
197
|
);
|
|
198
|
-
else
|
|
199
|
-
if (
|
|
200
|
-
|
|
201
|
-
var
|
|
202
|
-
return
|
|
198
|
+
else M(h);
|
|
199
|
+
if (k.call(f, "key")) {
|
|
200
|
+
h = e(r);
|
|
201
|
+
var q = Object.keys(f).filter(function(re) {
|
|
202
|
+
return re !== "key";
|
|
203
203
|
});
|
|
204
|
-
x = 0 <
|
|
204
|
+
x = 0 < q.length ? "{key: someKey, " + q.join(": ..., ") + ": ...}" : "{key: someKey}", Z[h + x] || (q = 0 < q.length ? "{" + q.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
205
205
|
`A props object containing a "key" prop is being spread into JSX:
|
|
206
206
|
let props = %s;
|
|
207
207
|
<%s {...props} />
|
|
@@ -209,85 +209,85 @@ React keys must be passed directly to JSX without using spread:
|
|
|
209
209
|
let props = %s;
|
|
210
210
|
<%s key={someKey} {...props} />`,
|
|
211
211
|
x,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
),
|
|
212
|
+
h,
|
|
213
|
+
q,
|
|
214
|
+
h
|
|
215
|
+
), Z[h + x] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (
|
|
218
|
-
|
|
219
|
-
for (var
|
|
220
|
-
|
|
221
|
-
} else
|
|
222
|
-
return
|
|
223
|
-
|
|
217
|
+
if (h = null, g !== void 0 && (o(g), h = "" + g), c(f) && (o(f.key), h = "" + f.key), "key" in f) {
|
|
218
|
+
g = {};
|
|
219
|
+
for (var Q in f)
|
|
220
|
+
Q !== "key" && (g[Q] = f[Q]);
|
|
221
|
+
} else g = f;
|
|
222
|
+
return h && p(
|
|
223
|
+
g,
|
|
224
224
|
typeof r == "function" ? r.displayName || r.name || "Unknown" : r
|
|
225
|
-
),
|
|
225
|
+
), y(
|
|
226
226
|
r,
|
|
227
|
+
h,
|
|
227
228
|
g,
|
|
228
|
-
b,
|
|
229
229
|
i(),
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
B,
|
|
231
|
+
ee
|
|
232
232
|
);
|
|
233
233
|
}
|
|
234
|
-
function
|
|
234
|
+
function M(r) {
|
|
235
235
|
L(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === _ && (r._payload.status === "fulfilled" ? L(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
|
|
236
236
|
}
|
|
237
237
|
function L(r) {
|
|
238
|
-
return typeof r == "object" && r !== null && r.$$typeof ===
|
|
238
|
+
return typeof r == "object" && r !== null && r.$$typeof === R;
|
|
239
239
|
}
|
|
240
|
-
var
|
|
240
|
+
var P = $e, R = Symbol.for("react.transitional.element"), S = Symbol.for("react.portal"), O = Symbol.for("react.fragment"), j = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), W = Symbol.for("react.consumer"), F = Symbol.for("react.context"), D = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), V = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), X = Symbol.for("react.activity"), U = Symbol.for("react.client.reference"), Y = P.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, k = Object.prototype.hasOwnProperty, T = Array.isArray, z = console.createTask ? console.createTask : function() {
|
|
241
241
|
return null;
|
|
242
242
|
};
|
|
243
|
-
|
|
243
|
+
P = {
|
|
244
244
|
react_stack_bottom_frame: function(r) {
|
|
245
245
|
return r();
|
|
246
246
|
}
|
|
247
247
|
};
|
|
248
|
-
var
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
)(),
|
|
252
|
-
ae.Fragment =
|
|
253
|
-
var x = 1e4 >
|
|
248
|
+
var A, G = {}, l = P.react_stack_bottom_frame.bind(
|
|
249
|
+
P,
|
|
250
|
+
d
|
|
251
|
+
)(), N = z(t(d)), Z = {};
|
|
252
|
+
ae.Fragment = O, ae.jsx = function(r, f, g) {
|
|
253
|
+
var x = 1e4 > Y.recentlyCreatedOwnerStacks++;
|
|
254
254
|
return w(
|
|
255
255
|
r,
|
|
256
256
|
f,
|
|
257
|
-
|
|
257
|
+
g,
|
|
258
258
|
!1,
|
|
259
|
-
x ? Error("react-stack-top-frame") :
|
|
260
|
-
x ?
|
|
259
|
+
x ? Error("react-stack-top-frame") : l,
|
|
260
|
+
x ? z(t(r)) : N
|
|
261
261
|
);
|
|
262
|
-
}, ae.jsxs = function(r, f,
|
|
263
|
-
var x = 1e4 >
|
|
262
|
+
}, ae.jsxs = function(r, f, g) {
|
|
263
|
+
var x = 1e4 > Y.recentlyCreatedOwnerStacks++;
|
|
264
264
|
return w(
|
|
265
265
|
r,
|
|
266
266
|
f,
|
|
267
|
-
|
|
267
|
+
g,
|
|
268
268
|
!0,
|
|
269
|
-
x ? Error("react-stack-top-frame") :
|
|
270
|
-
x ?
|
|
269
|
+
x ? Error("react-stack-top-frame") : l,
|
|
270
|
+
x ? z(t(r)) : N
|
|
271
271
|
);
|
|
272
272
|
};
|
|
273
273
|
})()), ae;
|
|
274
274
|
}
|
|
275
275
|
var ve;
|
|
276
276
|
function Ve() {
|
|
277
|
-
return ve || (ve = 1, process.env.NODE_ENV === "production" ? ce.exports =
|
|
277
|
+
return ve || (ve = 1, process.env.NODE_ENV === "production" ? ce.exports = Ye() : ce.exports = We()), ce.exports;
|
|
278
278
|
}
|
|
279
|
-
var
|
|
280
|
-
function
|
|
279
|
+
var E = Ve();
|
|
280
|
+
function Ae(e) {
|
|
281
281
|
var n, o, t = "";
|
|
282
282
|
if (typeof e == "string" || typeof e == "number") t += e;
|
|
283
283
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
284
284
|
var i = e.length;
|
|
285
|
-
for (n = 0; n < i; n++) e[n] && (o =
|
|
285
|
+
for (n = 0; n < i; n++) e[n] && (o = Ae(e[n])) && (t && (t += " "), t += o);
|
|
286
286
|
} else for (o in e) e[o] && (t && (t += " "), t += o);
|
|
287
287
|
return t;
|
|
288
288
|
}
|
|
289
289
|
function Ue() {
|
|
290
|
-
for (var e, n, o = 0, t = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (n =
|
|
290
|
+
for (var e, n, o = 0, t = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (n = Ae(e)) && (t && (t += " "), t += n);
|
|
291
291
|
return t;
|
|
292
292
|
}
|
|
293
293
|
const ye = "-", Be = (e) => {
|
|
@@ -296,27 +296,27 @@ const ye = "-", Be = (e) => {
|
|
|
296
296
|
conflictingClassGroupModifiers: t
|
|
297
297
|
} = e;
|
|
298
298
|
return {
|
|
299
|
-
getClassGroupId: (
|
|
300
|
-
const
|
|
301
|
-
return
|
|
299
|
+
getClassGroupId: (c) => {
|
|
300
|
+
const p = c.split(ye);
|
|
301
|
+
return p[0] === "" && p.length !== 1 && p.shift(), _e(p, n) || qe(c);
|
|
302
302
|
},
|
|
303
|
-
getConflictingClassGroupIds: (
|
|
304
|
-
const
|
|
305
|
-
return
|
|
303
|
+
getConflictingClassGroupIds: (c, p) => {
|
|
304
|
+
const u = o[c] || [];
|
|
305
|
+
return p && t[c] ? [...u, ...t[c]] : u;
|
|
306
306
|
}
|
|
307
307
|
};
|
|
308
|
-
},
|
|
308
|
+
}, _e = (e, n) => {
|
|
309
309
|
if (e.length === 0)
|
|
310
310
|
return n.classGroupId;
|
|
311
|
-
const o = e[0], t = n.nextPart.get(o), i = t ?
|
|
311
|
+
const o = e[0], t = n.nextPart.get(o), i = t ? _e(e.slice(1), t) : void 0;
|
|
312
312
|
if (i)
|
|
313
313
|
return i;
|
|
314
314
|
if (n.validators.length === 0)
|
|
315
315
|
return;
|
|
316
|
-
const
|
|
316
|
+
const d = e.join(ye);
|
|
317
317
|
return n.validators.find(({
|
|
318
|
-
validator:
|
|
319
|
-
}) =>
|
|
318
|
+
validator: c
|
|
319
|
+
}) => c(d))?.classGroupId;
|
|
320
320
|
}, Re = /^\[(.+)\]$/, qe = (e) => {
|
|
321
321
|
if (Re.test(e)) {
|
|
322
322
|
const n = Re.exec(e)[1], o = n?.substring(0, n.indexOf(":"));
|
|
@@ -337,8 +337,8 @@ const ye = "-", Be = (e) => {
|
|
|
337
337
|
}, ge = (e, n, o, t) => {
|
|
338
338
|
e.forEach((i) => {
|
|
339
339
|
if (typeof i == "string") {
|
|
340
|
-
const
|
|
341
|
-
|
|
340
|
+
const d = i === "" ? n : Ee(n, i);
|
|
341
|
+
d.classGroupId = o;
|
|
342
342
|
return;
|
|
343
343
|
}
|
|
344
344
|
if (typeof i == "function") {
|
|
@@ -352,8 +352,8 @@ const ye = "-", Be = (e) => {
|
|
|
352
352
|
});
|
|
353
353
|
return;
|
|
354
354
|
}
|
|
355
|
-
Object.entries(i).forEach(([
|
|
356
|
-
ge(
|
|
355
|
+
Object.entries(i).forEach(([d, c]) => {
|
|
356
|
+
ge(c, Ee(n, d), o, t);
|
|
357
357
|
});
|
|
358
358
|
});
|
|
359
359
|
}, Ee = (e, n) => {
|
|
@@ -364,7 +364,7 @@ const ye = "-", Be = (e) => {
|
|
|
364
364
|
validators: []
|
|
365
365
|
}), o = o.nextPart.get(t);
|
|
366
366
|
}), o;
|
|
367
|
-
}, Xe = (e) => e.isThemeGetter,
|
|
367
|
+
}, Xe = (e) => e.isThemeGetter, Ze = (e) => {
|
|
368
368
|
if (e < 1)
|
|
369
369
|
return {
|
|
370
370
|
get: () => {
|
|
@@ -373,65 +373,65 @@ const ye = "-", Be = (e) => {
|
|
|
373
373
|
}
|
|
374
374
|
};
|
|
375
375
|
let n = 0, o = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
|
|
376
|
-
const i = (
|
|
377
|
-
o.set(
|
|
376
|
+
const i = (d, c) => {
|
|
377
|
+
o.set(d, c), n++, n > e && (n = 0, t = o, o = /* @__PURE__ */ new Map());
|
|
378
378
|
};
|
|
379
379
|
return {
|
|
380
|
-
get(
|
|
381
|
-
let
|
|
382
|
-
if (
|
|
383
|
-
return
|
|
384
|
-
if ((
|
|
385
|
-
return i(
|
|
380
|
+
get(d) {
|
|
381
|
+
let c = o.get(d);
|
|
382
|
+
if (c !== void 0)
|
|
383
|
+
return c;
|
|
384
|
+
if ((c = t.get(d)) !== void 0)
|
|
385
|
+
return i(d, c), c;
|
|
386
386
|
},
|
|
387
|
-
set(
|
|
388
|
-
o.has(
|
|
387
|
+
set(d, c) {
|
|
388
|
+
o.has(d) ? o.set(d, c) : i(d, c);
|
|
389
389
|
}
|
|
390
390
|
};
|
|
391
|
-
}, he = "!", xe = ":",
|
|
391
|
+
}, he = "!", xe = ":", Qe = xe.length, He = (e) => {
|
|
392
392
|
const {
|
|
393
393
|
prefix: n,
|
|
394
394
|
experimentalParseClassName: o
|
|
395
395
|
} = e;
|
|
396
396
|
let t = (i) => {
|
|
397
|
-
const
|
|
398
|
-
let
|
|
399
|
-
for (let
|
|
400
|
-
let
|
|
401
|
-
if (
|
|
402
|
-
if (
|
|
403
|
-
|
|
397
|
+
const d = [];
|
|
398
|
+
let c = 0, p = 0, u = 0, y;
|
|
399
|
+
for (let R = 0; R < i.length; R++) {
|
|
400
|
+
let S = i[R];
|
|
401
|
+
if (c === 0 && p === 0) {
|
|
402
|
+
if (S === xe) {
|
|
403
|
+
d.push(i.slice(u, R)), u = R + Qe;
|
|
404
404
|
continue;
|
|
405
405
|
}
|
|
406
|
-
if (
|
|
407
|
-
|
|
406
|
+
if (S === "/") {
|
|
407
|
+
y = R;
|
|
408
408
|
continue;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
|
|
411
|
+
S === "[" ? c++ : S === "]" ? c-- : S === "(" ? p++ : S === ")" && p--;
|
|
412
412
|
}
|
|
413
|
-
const w =
|
|
413
|
+
const w = d.length === 0 ? i : i.substring(u), M = Ke(w), L = M !== w, P = y && y > u ? y - u : void 0;
|
|
414
414
|
return {
|
|
415
|
-
modifiers:
|
|
415
|
+
modifiers: d,
|
|
416
416
|
hasImportantModifier: L,
|
|
417
|
-
baseClassName:
|
|
418
|
-
maybePostfixModifierPosition:
|
|
417
|
+
baseClassName: M,
|
|
418
|
+
maybePostfixModifierPosition: P
|
|
419
419
|
};
|
|
420
420
|
};
|
|
421
421
|
if (n) {
|
|
422
|
-
const i = n + xe,
|
|
423
|
-
t = (
|
|
422
|
+
const i = n + xe, d = t;
|
|
423
|
+
t = (c) => c.startsWith(i) ? d(c.substring(i.length)) : {
|
|
424
424
|
isExternal: !0,
|
|
425
425
|
modifiers: [],
|
|
426
426
|
hasImportantModifier: !1,
|
|
427
|
-
baseClassName:
|
|
427
|
+
baseClassName: c,
|
|
428
428
|
maybePostfixModifierPosition: void 0
|
|
429
429
|
};
|
|
430
430
|
}
|
|
431
431
|
if (o) {
|
|
432
432
|
const i = t;
|
|
433
|
-
t = (
|
|
434
|
-
className:
|
|
433
|
+
t = (d) => o({
|
|
434
|
+
className: d,
|
|
435
435
|
parseClassName: i
|
|
436
436
|
});
|
|
437
437
|
}
|
|
@@ -442,14 +442,14 @@ const ye = "-", Be = (e) => {
|
|
|
442
442
|
if (t.length <= 1)
|
|
443
443
|
return t;
|
|
444
444
|
const i = [];
|
|
445
|
-
let
|
|
446
|
-
return t.forEach((
|
|
447
|
-
|
|
448
|
-
}), i.push(...
|
|
445
|
+
let d = [];
|
|
446
|
+
return t.forEach((c) => {
|
|
447
|
+
c[0] === "[" || n[c] ? (i.push(...d.sort(), c), d = []) : d.push(c);
|
|
448
|
+
}), i.push(...d.sort()), i;
|
|
449
449
|
};
|
|
450
450
|
}, rr = (e) => ({
|
|
451
|
-
cache:
|
|
452
|
-
parseClassName:
|
|
451
|
+
cache: Ze(e.cacheSize),
|
|
452
|
+
parseClassName: He(e),
|
|
453
453
|
sortModifiers: er(e),
|
|
454
454
|
...Be(e)
|
|
455
455
|
}), tr = /\s+/, or = (e, n) => {
|
|
@@ -457,45 +457,45 @@ const ye = "-", Be = (e) => {
|
|
|
457
457
|
parseClassName: o,
|
|
458
458
|
getClassGroupId: t,
|
|
459
459
|
getConflictingClassGroupIds: i,
|
|
460
|
-
sortModifiers:
|
|
461
|
-
} = n,
|
|
462
|
-
let
|
|
463
|
-
for (let
|
|
464
|
-
const w =
|
|
465
|
-
isExternal:
|
|
460
|
+
sortModifiers: d
|
|
461
|
+
} = n, c = [], p = e.trim().split(tr);
|
|
462
|
+
let u = "";
|
|
463
|
+
for (let y = p.length - 1; y >= 0; y -= 1) {
|
|
464
|
+
const w = p[y], {
|
|
465
|
+
isExternal: M,
|
|
466
466
|
modifiers: L,
|
|
467
|
-
hasImportantModifier:
|
|
468
|
-
baseClassName:
|
|
469
|
-
maybePostfixModifierPosition:
|
|
467
|
+
hasImportantModifier: P,
|
|
468
|
+
baseClassName: R,
|
|
469
|
+
maybePostfixModifierPosition: S
|
|
470
470
|
} = o(w);
|
|
471
|
-
if (
|
|
472
|
-
|
|
471
|
+
if (M) {
|
|
472
|
+
u = w + (u.length > 0 ? " " + u : u);
|
|
473
473
|
continue;
|
|
474
474
|
}
|
|
475
|
-
let
|
|
476
|
-
if (!
|
|
477
|
-
if (!
|
|
478
|
-
|
|
475
|
+
let O = !!S, j = t(O ? R.substring(0, S) : R);
|
|
476
|
+
if (!j) {
|
|
477
|
+
if (!O) {
|
|
478
|
+
u = w + (u.length > 0 ? " " + u : u);
|
|
479
479
|
continue;
|
|
480
480
|
}
|
|
481
|
-
if (
|
|
482
|
-
|
|
481
|
+
if (j = t(R), !j) {
|
|
482
|
+
u = w + (u.length > 0 ? " " + u : u);
|
|
483
483
|
continue;
|
|
484
484
|
}
|
|
485
|
-
|
|
485
|
+
O = !1;
|
|
486
486
|
}
|
|
487
|
-
const
|
|
488
|
-
if (
|
|
487
|
+
const C = d(L).join(":"), W = P ? C + he : C, F = W + j;
|
|
488
|
+
if (c.includes(F))
|
|
489
489
|
continue;
|
|
490
|
-
|
|
491
|
-
const
|
|
492
|
-
for (let
|
|
493
|
-
const
|
|
494
|
-
|
|
490
|
+
c.push(F);
|
|
491
|
+
const D = i(j, O);
|
|
492
|
+
for (let $ = 0; $ < D.length; ++$) {
|
|
493
|
+
const V = D[$];
|
|
494
|
+
c.push(W + V);
|
|
495
495
|
}
|
|
496
|
-
|
|
496
|
+
u = w + (u.length > 0 ? " " + u : u);
|
|
497
497
|
}
|
|
498
|
-
return
|
|
498
|
+
return u;
|
|
499
499
|
};
|
|
500
500
|
function nr() {
|
|
501
501
|
let e = 0, n, o, t = "";
|
|
@@ -512,38 +512,38 @@ const Te = (e) => {
|
|
|
512
512
|
return o;
|
|
513
513
|
};
|
|
514
514
|
function sr(e, ...n) {
|
|
515
|
-
let o, t, i,
|
|
516
|
-
function
|
|
517
|
-
const
|
|
518
|
-
return o = rr(
|
|
515
|
+
let o, t, i, d = c;
|
|
516
|
+
function c(u) {
|
|
517
|
+
const y = n.reduce((w, M) => M(w), e());
|
|
518
|
+
return o = rr(y), t = o.cache.get, i = o.cache.set, d = p, p(u);
|
|
519
519
|
}
|
|
520
|
-
function
|
|
521
|
-
const
|
|
522
|
-
if (
|
|
523
|
-
return
|
|
524
|
-
const w = or(
|
|
525
|
-
return i(
|
|
520
|
+
function p(u) {
|
|
521
|
+
const y = t(u);
|
|
522
|
+
if (y)
|
|
523
|
+
return y;
|
|
524
|
+
const w = or(u, o);
|
|
525
|
+
return i(u, w), w;
|
|
526
526
|
}
|
|
527
527
|
return function() {
|
|
528
|
-
return
|
|
528
|
+
return d(nr.apply(null, arguments));
|
|
529
529
|
};
|
|
530
530
|
}
|
|
531
|
-
const
|
|
531
|
+
const v = (e) => {
|
|
532
532
|
const n = (o) => o[e] || [];
|
|
533
533
|
return n.isThemeGetter = !0, n;
|
|
534
|
-
},
|
|
534
|
+
}, ze = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Me = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ar = /^\d+\/\d+$/, ir = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, lr = /\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$/, cr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, dr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ur = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, te = (e) => ar.test(e), b = (e) => !!e && !Number.isNaN(Number(e)), H = (e) => !!e && Number.isInteger(Number(e)), pe = (e) => e.endsWith("%") && b(e.slice(0, -1)), J = (e) => ir.test(e), mr = () => !0, fr = (e) => (
|
|
535
535
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
536
536
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
537
537
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
538
538
|
lr.test(e) && !cr.test(e)
|
|
539
|
-
),
|
|
540
|
-
const t =
|
|
539
|
+
), Pe = () => !1, pr = (e) => dr.test(e), br = (e) => ur.test(e), gr = (e) => !s(e) && !a(e), hr = (e) => oe(e, Ie, Pe), s = (e) => ze.test(e), K = (e) => oe(e, Oe, fr), be = (e) => oe(e, vr, b), Se = (e) => oe(e, je, Pe), xr = (e) => oe(e, Ne, br), de = (e) => oe(e, Ge, pr), a = (e) => Me.test(e), ie = (e) => ne(e, Oe), yr = (e) => ne(e, Rr), Ce = (e) => ne(e, je), kr = (e) => ne(e, Ie), wr = (e) => ne(e, Ne), ue = (e) => ne(e, Ge, !0), oe = (e, n, o) => {
|
|
540
|
+
const t = ze.exec(e);
|
|
541
541
|
return t ? t[1] ? n(t[1]) : o(t[2]) : !1;
|
|
542
|
-
},
|
|
543
|
-
const t =
|
|
542
|
+
}, ne = (e, n, o = !1) => {
|
|
543
|
+
const t = Me.exec(e);
|
|
544
544
|
return t ? t[1] ? n(t[1]) : o : !1;
|
|
545
545
|
}, je = (e) => e === "position" || e === "percentage", Ne = (e) => e === "image" || e === "url", Ie = (e) => e === "length" || e === "size" || e === "bg-size", Oe = (e) => e === "length", vr = (e) => e === "number", Rr = (e) => e === "family-name", Ge = (e) => e === "shadow", Er = () => {
|
|
546
|
-
const e =
|
|
546
|
+
const e = v("color"), n = v("font"), o = v("text"), t = v("font-weight"), i = v("tracking"), d = v("leading"), c = v("breakpoint"), p = v("container"), u = v("spacing"), y = v("radius"), w = v("shadow"), M = v("inset-shadow"), L = v("text-shadow"), P = v("drop-shadow"), R = v("blur"), S = v("perspective"), O = v("aspect"), j = v("ease"), C = v("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [
|
|
547
547
|
"center",
|
|
548
548
|
"top",
|
|
549
549
|
"bottom",
|
|
@@ -561,51 +561,51 @@ const A = (e) => {
|
|
|
561
561
|
"bottom-left",
|
|
562
562
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
563
563
|
"left-bottom"
|
|
564
|
-
],
|
|
564
|
+
], D = () => [...F(), a, s], $ = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", "contain", "none"], m = () => [a, s, u], _ = () => [te, "full", "auto", ...m()], X = () => [H, "none", "subgrid", a, s], U = () => ["auto", {
|
|
565
565
|
span: ["full", H, a, s]
|
|
566
|
-
}, H, a, s],
|
|
566
|
+
}, H, a, s], Y = () => [H, "auto", a, s], k = () => ["auto", "min", "max", "fr", a, s], T = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], z = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...m()], G = () => [te, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, a, s], N = () => [...F(), Ce, Se, {
|
|
567
567
|
position: [a, s]
|
|
568
|
-
}],
|
|
568
|
+
}], Z = () => ["no-repeat", {
|
|
569
569
|
repeat: ["", "x", "y", "space", "round"]
|
|
570
570
|
}], r = () => ["auto", "cover", "contain", kr, hr, {
|
|
571
571
|
size: [a, s]
|
|
572
|
-
}], f = () => [pe, ie,
|
|
572
|
+
}], f = () => [pe, ie, K], g = () => [
|
|
573
573
|
// Deprecated since Tailwind CSS v4.0.0
|
|
574
574
|
"",
|
|
575
575
|
"none",
|
|
576
576
|
"full",
|
|
577
|
-
|
|
577
|
+
y,
|
|
578
578
|
a,
|
|
579
579
|
s
|
|
580
|
-
], x = () => ["",
|
|
580
|
+
], x = () => ["", b, ie, K], B = () => ["solid", "dashed", "dotted", "double"], ee = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], h = () => [b, pe, Ce, Se], q = () => [
|
|
581
581
|
// Deprecated since Tailwind CSS v4.0.0
|
|
582
582
|
"",
|
|
583
583
|
"none",
|
|
584
|
-
|
|
584
|
+
R,
|
|
585
585
|
a,
|
|
586
586
|
s
|
|
587
|
-
],
|
|
587
|
+
], Q = () => ["none", b, a, s], re = () => ["none", b, a, s], me = () => [b, a, s], le = () => [te, "full", ...m()];
|
|
588
588
|
return {
|
|
589
589
|
cacheSize: 500,
|
|
590
590
|
theme: {
|
|
591
591
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
592
592
|
aspect: ["video"],
|
|
593
|
-
blur: [
|
|
594
|
-
breakpoint: [
|
|
593
|
+
blur: [J],
|
|
594
|
+
breakpoint: [J],
|
|
595
595
|
color: [mr],
|
|
596
|
-
container: [
|
|
597
|
-
"drop-shadow": [
|
|
596
|
+
container: [J],
|
|
597
|
+
"drop-shadow": [J],
|
|
598
598
|
ease: ["in", "out", "in-out"],
|
|
599
599
|
font: [gr],
|
|
600
600
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
601
|
-
"inset-shadow": [
|
|
601
|
+
"inset-shadow": [J],
|
|
602
602
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
603
603
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
604
|
-
radius: [
|
|
605
|
-
shadow: [
|
|
606
|
-
spacing: ["px",
|
|
607
|
-
text: [
|
|
608
|
-
"text-shadow": [
|
|
604
|
+
radius: [J],
|
|
605
|
+
shadow: [J],
|
|
606
|
+
spacing: ["px", b],
|
|
607
|
+
text: [J],
|
|
608
|
+
"text-shadow": [J],
|
|
609
609
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
610
610
|
},
|
|
611
611
|
classGroups: {
|
|
@@ -617,7 +617,7 @@ const A = (e) => {
|
|
|
617
617
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
618
618
|
*/
|
|
619
619
|
aspect: [{
|
|
620
|
-
aspect: ["auto", "square",
|
|
620
|
+
aspect: ["auto", "square", te, s, a, O]
|
|
621
621
|
}],
|
|
622
622
|
/**
|
|
623
623
|
* Container
|
|
@@ -630,21 +630,21 @@ const A = (e) => {
|
|
|
630
630
|
* @see https://tailwindcss.com/docs/columns
|
|
631
631
|
*/
|
|
632
632
|
columns: [{
|
|
633
|
-
columns: [
|
|
633
|
+
columns: [b, s, a, p]
|
|
634
634
|
}],
|
|
635
635
|
/**
|
|
636
636
|
* Break After
|
|
637
637
|
* @see https://tailwindcss.com/docs/break-after
|
|
638
638
|
*/
|
|
639
639
|
"break-after": [{
|
|
640
|
-
"break-after":
|
|
640
|
+
"break-after": W()
|
|
641
641
|
}],
|
|
642
642
|
/**
|
|
643
643
|
* Break Before
|
|
644
644
|
* @see https://tailwindcss.com/docs/break-before
|
|
645
645
|
*/
|
|
646
646
|
"break-before": [{
|
|
647
|
-
"break-before":
|
|
647
|
+
"break-before": W()
|
|
648
648
|
}],
|
|
649
649
|
/**
|
|
650
650
|
* Break Inside
|
|
@@ -708,49 +708,49 @@ const A = (e) => {
|
|
|
708
708
|
* @see https://tailwindcss.com/docs/object-position
|
|
709
709
|
*/
|
|
710
710
|
"object-position": [{
|
|
711
|
-
object:
|
|
711
|
+
object: D()
|
|
712
712
|
}],
|
|
713
713
|
/**
|
|
714
714
|
* Overflow
|
|
715
715
|
* @see https://tailwindcss.com/docs/overflow
|
|
716
716
|
*/
|
|
717
717
|
overflow: [{
|
|
718
|
-
overflow:
|
|
718
|
+
overflow: $()
|
|
719
719
|
}],
|
|
720
720
|
/**
|
|
721
721
|
* Overflow X
|
|
722
722
|
* @see https://tailwindcss.com/docs/overflow
|
|
723
723
|
*/
|
|
724
724
|
"overflow-x": [{
|
|
725
|
-
"overflow-x":
|
|
725
|
+
"overflow-x": $()
|
|
726
726
|
}],
|
|
727
727
|
/**
|
|
728
728
|
* Overflow Y
|
|
729
729
|
* @see https://tailwindcss.com/docs/overflow
|
|
730
730
|
*/
|
|
731
731
|
"overflow-y": [{
|
|
732
|
-
"overflow-y":
|
|
732
|
+
"overflow-y": $()
|
|
733
733
|
}],
|
|
734
734
|
/**
|
|
735
735
|
* Overscroll Behavior
|
|
736
736
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
737
737
|
*/
|
|
738
738
|
overscroll: [{
|
|
739
|
-
overscroll:
|
|
739
|
+
overscroll: V()
|
|
740
740
|
}],
|
|
741
741
|
/**
|
|
742
742
|
* Overscroll Behavior X
|
|
743
743
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
744
744
|
*/
|
|
745
745
|
"overscroll-x": [{
|
|
746
|
-
"overscroll-x":
|
|
746
|
+
"overscroll-x": V()
|
|
747
747
|
}],
|
|
748
748
|
/**
|
|
749
749
|
* Overscroll Behavior Y
|
|
750
750
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
751
751
|
*/
|
|
752
752
|
"overscroll-y": [{
|
|
753
|
-
"overscroll-y":
|
|
753
|
+
"overscroll-y": V()
|
|
754
754
|
}],
|
|
755
755
|
/**
|
|
756
756
|
* Position
|
|
@@ -840,7 +840,7 @@ const A = (e) => {
|
|
|
840
840
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
841
841
|
*/
|
|
842
842
|
basis: [{
|
|
843
|
-
basis: [
|
|
843
|
+
basis: [te, "full", "auto", p, ...m()]
|
|
844
844
|
}],
|
|
845
845
|
/**
|
|
846
846
|
* Flex Direction
|
|
@@ -861,21 +861,21 @@ const A = (e) => {
|
|
|
861
861
|
* @see https://tailwindcss.com/docs/flex
|
|
862
862
|
*/
|
|
863
863
|
flex: [{
|
|
864
|
-
flex: [
|
|
864
|
+
flex: [b, te, "auto", "initial", "none", s]
|
|
865
865
|
}],
|
|
866
866
|
/**
|
|
867
867
|
* Flex Grow
|
|
868
868
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
869
869
|
*/
|
|
870
870
|
grow: [{
|
|
871
|
-
grow: ["",
|
|
871
|
+
grow: ["", b, a, s]
|
|
872
872
|
}],
|
|
873
873
|
/**
|
|
874
874
|
* Flex Shrink
|
|
875
875
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
876
876
|
*/
|
|
877
877
|
shrink: [{
|
|
878
|
-
shrink: ["",
|
|
878
|
+
shrink: ["", b, a, s]
|
|
879
879
|
}],
|
|
880
880
|
/**
|
|
881
881
|
* Order
|
|
@@ -889,56 +889,56 @@ const A = (e) => {
|
|
|
889
889
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
890
890
|
*/
|
|
891
891
|
"grid-cols": [{
|
|
892
|
-
"grid-cols":
|
|
892
|
+
"grid-cols": X()
|
|
893
893
|
}],
|
|
894
894
|
/**
|
|
895
895
|
* Grid Column Start / End
|
|
896
896
|
* @see https://tailwindcss.com/docs/grid-column
|
|
897
897
|
*/
|
|
898
898
|
"col-start-end": [{
|
|
899
|
-
col:
|
|
899
|
+
col: U()
|
|
900
900
|
}],
|
|
901
901
|
/**
|
|
902
902
|
* Grid Column Start
|
|
903
903
|
* @see https://tailwindcss.com/docs/grid-column
|
|
904
904
|
*/
|
|
905
905
|
"col-start": [{
|
|
906
|
-
"col-start":
|
|
906
|
+
"col-start": Y()
|
|
907
907
|
}],
|
|
908
908
|
/**
|
|
909
909
|
* Grid Column End
|
|
910
910
|
* @see https://tailwindcss.com/docs/grid-column
|
|
911
911
|
*/
|
|
912
912
|
"col-end": [{
|
|
913
|
-
"col-end":
|
|
913
|
+
"col-end": Y()
|
|
914
914
|
}],
|
|
915
915
|
/**
|
|
916
916
|
* Grid Template Rows
|
|
917
917
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
918
918
|
*/
|
|
919
919
|
"grid-rows": [{
|
|
920
|
-
"grid-rows":
|
|
920
|
+
"grid-rows": X()
|
|
921
921
|
}],
|
|
922
922
|
/**
|
|
923
923
|
* Grid Row Start / End
|
|
924
924
|
* @see https://tailwindcss.com/docs/grid-row
|
|
925
925
|
*/
|
|
926
926
|
"row-start-end": [{
|
|
927
|
-
row:
|
|
927
|
+
row: U()
|
|
928
928
|
}],
|
|
929
929
|
/**
|
|
930
930
|
* Grid Row Start
|
|
931
931
|
* @see https://tailwindcss.com/docs/grid-row
|
|
932
932
|
*/
|
|
933
933
|
"row-start": [{
|
|
934
|
-
"row-start":
|
|
934
|
+
"row-start": Y()
|
|
935
935
|
}],
|
|
936
936
|
/**
|
|
937
937
|
* Grid Row End
|
|
938
938
|
* @see https://tailwindcss.com/docs/grid-row
|
|
939
939
|
*/
|
|
940
940
|
"row-end": [{
|
|
941
|
-
"row-end":
|
|
941
|
+
"row-end": Y()
|
|
942
942
|
}],
|
|
943
943
|
/**
|
|
944
944
|
* Grid Auto Flow
|
|
@@ -952,70 +952,70 @@ const A = (e) => {
|
|
|
952
952
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
953
953
|
*/
|
|
954
954
|
"auto-cols": [{
|
|
955
|
-
"auto-cols":
|
|
955
|
+
"auto-cols": k()
|
|
956
956
|
}],
|
|
957
957
|
/**
|
|
958
958
|
* Grid Auto Rows
|
|
959
959
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
960
960
|
*/
|
|
961
961
|
"auto-rows": [{
|
|
962
|
-
"auto-rows":
|
|
962
|
+
"auto-rows": k()
|
|
963
963
|
}],
|
|
964
964
|
/**
|
|
965
965
|
* Gap
|
|
966
966
|
* @see https://tailwindcss.com/docs/gap
|
|
967
967
|
*/
|
|
968
968
|
gap: [{
|
|
969
|
-
gap:
|
|
969
|
+
gap: m()
|
|
970
970
|
}],
|
|
971
971
|
/**
|
|
972
972
|
* Gap X
|
|
973
973
|
* @see https://tailwindcss.com/docs/gap
|
|
974
974
|
*/
|
|
975
975
|
"gap-x": [{
|
|
976
|
-
"gap-x":
|
|
976
|
+
"gap-x": m()
|
|
977
977
|
}],
|
|
978
978
|
/**
|
|
979
979
|
* Gap Y
|
|
980
980
|
* @see https://tailwindcss.com/docs/gap
|
|
981
981
|
*/
|
|
982
982
|
"gap-y": [{
|
|
983
|
-
"gap-y":
|
|
983
|
+
"gap-y": m()
|
|
984
984
|
}],
|
|
985
985
|
/**
|
|
986
986
|
* Justify Content
|
|
987
987
|
* @see https://tailwindcss.com/docs/justify-content
|
|
988
988
|
*/
|
|
989
989
|
"justify-content": [{
|
|
990
|
-
justify: [...
|
|
990
|
+
justify: [...T(), "normal"]
|
|
991
991
|
}],
|
|
992
992
|
/**
|
|
993
993
|
* Justify Items
|
|
994
994
|
* @see https://tailwindcss.com/docs/justify-items
|
|
995
995
|
*/
|
|
996
996
|
"justify-items": [{
|
|
997
|
-
"justify-items": [...
|
|
997
|
+
"justify-items": [...z(), "normal"]
|
|
998
998
|
}],
|
|
999
999
|
/**
|
|
1000
1000
|
* Justify Self
|
|
1001
1001
|
* @see https://tailwindcss.com/docs/justify-self
|
|
1002
1002
|
*/
|
|
1003
1003
|
"justify-self": [{
|
|
1004
|
-
"justify-self": ["auto", ...
|
|
1004
|
+
"justify-self": ["auto", ...z()]
|
|
1005
1005
|
}],
|
|
1006
1006
|
/**
|
|
1007
1007
|
* Align Content
|
|
1008
1008
|
* @see https://tailwindcss.com/docs/align-content
|
|
1009
1009
|
*/
|
|
1010
1010
|
"align-content": [{
|
|
1011
|
-
content: ["normal", ...
|
|
1011
|
+
content: ["normal", ...T()]
|
|
1012
1012
|
}],
|
|
1013
1013
|
/**
|
|
1014
1014
|
* Align Items
|
|
1015
1015
|
* @see https://tailwindcss.com/docs/align-items
|
|
1016
1016
|
*/
|
|
1017
1017
|
"align-items": [{
|
|
1018
|
-
items: [...
|
|
1018
|
+
items: [...z(), {
|
|
1019
1019
|
baseline: ["", "last"]
|
|
1020
1020
|
}]
|
|
1021
1021
|
}],
|
|
@@ -1024,7 +1024,7 @@ const A = (e) => {
|
|
|
1024
1024
|
* @see https://tailwindcss.com/docs/align-self
|
|
1025
1025
|
*/
|
|
1026
1026
|
"align-self": [{
|
|
1027
|
-
self: ["auto", ...
|
|
1027
|
+
self: ["auto", ...z(), {
|
|
1028
1028
|
baseline: ["", "last"]
|
|
1029
1029
|
}]
|
|
1030
1030
|
}],
|
|
@@ -1033,21 +1033,21 @@ const A = (e) => {
|
|
|
1033
1033
|
* @see https://tailwindcss.com/docs/place-content
|
|
1034
1034
|
*/
|
|
1035
1035
|
"place-content": [{
|
|
1036
|
-
"place-content":
|
|
1036
|
+
"place-content": T()
|
|
1037
1037
|
}],
|
|
1038
1038
|
/**
|
|
1039
1039
|
* Place Items
|
|
1040
1040
|
* @see https://tailwindcss.com/docs/place-items
|
|
1041
1041
|
*/
|
|
1042
1042
|
"place-items": [{
|
|
1043
|
-
"place-items": [...
|
|
1043
|
+
"place-items": [...z(), "baseline"]
|
|
1044
1044
|
}],
|
|
1045
1045
|
/**
|
|
1046
1046
|
* Place Self
|
|
1047
1047
|
* @see https://tailwindcss.com/docs/place-self
|
|
1048
1048
|
*/
|
|
1049
1049
|
"place-self": [{
|
|
1050
|
-
"place-self": ["auto", ...
|
|
1050
|
+
"place-self": ["auto", ...z()]
|
|
1051
1051
|
}],
|
|
1052
1052
|
// Spacing
|
|
1053
1053
|
/**
|
|
@@ -1055,133 +1055,133 @@ const A = (e) => {
|
|
|
1055
1055
|
* @see https://tailwindcss.com/docs/padding
|
|
1056
1056
|
*/
|
|
1057
1057
|
p: [{
|
|
1058
|
-
p:
|
|
1058
|
+
p: m()
|
|
1059
1059
|
}],
|
|
1060
1060
|
/**
|
|
1061
1061
|
* Padding X
|
|
1062
1062
|
* @see https://tailwindcss.com/docs/padding
|
|
1063
1063
|
*/
|
|
1064
1064
|
px: [{
|
|
1065
|
-
px:
|
|
1065
|
+
px: m()
|
|
1066
1066
|
}],
|
|
1067
1067
|
/**
|
|
1068
1068
|
* Padding Y
|
|
1069
1069
|
* @see https://tailwindcss.com/docs/padding
|
|
1070
1070
|
*/
|
|
1071
1071
|
py: [{
|
|
1072
|
-
py:
|
|
1072
|
+
py: m()
|
|
1073
1073
|
}],
|
|
1074
1074
|
/**
|
|
1075
1075
|
* Padding Start
|
|
1076
1076
|
* @see https://tailwindcss.com/docs/padding
|
|
1077
1077
|
*/
|
|
1078
1078
|
ps: [{
|
|
1079
|
-
ps:
|
|
1079
|
+
ps: m()
|
|
1080
1080
|
}],
|
|
1081
1081
|
/**
|
|
1082
1082
|
* Padding End
|
|
1083
1083
|
* @see https://tailwindcss.com/docs/padding
|
|
1084
1084
|
*/
|
|
1085
1085
|
pe: [{
|
|
1086
|
-
pe:
|
|
1086
|
+
pe: m()
|
|
1087
1087
|
}],
|
|
1088
1088
|
/**
|
|
1089
1089
|
* Padding Top
|
|
1090
1090
|
* @see https://tailwindcss.com/docs/padding
|
|
1091
1091
|
*/
|
|
1092
1092
|
pt: [{
|
|
1093
|
-
pt:
|
|
1093
|
+
pt: m()
|
|
1094
1094
|
}],
|
|
1095
1095
|
/**
|
|
1096
1096
|
* Padding Right
|
|
1097
1097
|
* @see https://tailwindcss.com/docs/padding
|
|
1098
1098
|
*/
|
|
1099
1099
|
pr: [{
|
|
1100
|
-
pr:
|
|
1100
|
+
pr: m()
|
|
1101
1101
|
}],
|
|
1102
1102
|
/**
|
|
1103
1103
|
* Padding Bottom
|
|
1104
1104
|
* @see https://tailwindcss.com/docs/padding
|
|
1105
1105
|
*/
|
|
1106
1106
|
pb: [{
|
|
1107
|
-
pb:
|
|
1107
|
+
pb: m()
|
|
1108
1108
|
}],
|
|
1109
1109
|
/**
|
|
1110
1110
|
* Padding Left
|
|
1111
1111
|
* @see https://tailwindcss.com/docs/padding
|
|
1112
1112
|
*/
|
|
1113
1113
|
pl: [{
|
|
1114
|
-
pl:
|
|
1114
|
+
pl: m()
|
|
1115
1115
|
}],
|
|
1116
1116
|
/**
|
|
1117
1117
|
* Margin
|
|
1118
1118
|
* @see https://tailwindcss.com/docs/margin
|
|
1119
1119
|
*/
|
|
1120
1120
|
m: [{
|
|
1121
|
-
m:
|
|
1121
|
+
m: A()
|
|
1122
1122
|
}],
|
|
1123
1123
|
/**
|
|
1124
1124
|
* Margin X
|
|
1125
1125
|
* @see https://tailwindcss.com/docs/margin
|
|
1126
1126
|
*/
|
|
1127
1127
|
mx: [{
|
|
1128
|
-
mx:
|
|
1128
|
+
mx: A()
|
|
1129
1129
|
}],
|
|
1130
1130
|
/**
|
|
1131
1131
|
* Margin Y
|
|
1132
1132
|
* @see https://tailwindcss.com/docs/margin
|
|
1133
1133
|
*/
|
|
1134
1134
|
my: [{
|
|
1135
|
-
my:
|
|
1135
|
+
my: A()
|
|
1136
1136
|
}],
|
|
1137
1137
|
/**
|
|
1138
1138
|
* Margin Start
|
|
1139
1139
|
* @see https://tailwindcss.com/docs/margin
|
|
1140
1140
|
*/
|
|
1141
1141
|
ms: [{
|
|
1142
|
-
ms:
|
|
1142
|
+
ms: A()
|
|
1143
1143
|
}],
|
|
1144
1144
|
/**
|
|
1145
1145
|
* Margin End
|
|
1146
1146
|
* @see https://tailwindcss.com/docs/margin
|
|
1147
1147
|
*/
|
|
1148
1148
|
me: [{
|
|
1149
|
-
me:
|
|
1149
|
+
me: A()
|
|
1150
1150
|
}],
|
|
1151
1151
|
/**
|
|
1152
1152
|
* Margin Top
|
|
1153
1153
|
* @see https://tailwindcss.com/docs/margin
|
|
1154
1154
|
*/
|
|
1155
1155
|
mt: [{
|
|
1156
|
-
mt:
|
|
1156
|
+
mt: A()
|
|
1157
1157
|
}],
|
|
1158
1158
|
/**
|
|
1159
1159
|
* Margin Right
|
|
1160
1160
|
* @see https://tailwindcss.com/docs/margin
|
|
1161
1161
|
*/
|
|
1162
1162
|
mr: [{
|
|
1163
|
-
mr:
|
|
1163
|
+
mr: A()
|
|
1164
1164
|
}],
|
|
1165
1165
|
/**
|
|
1166
1166
|
* Margin Bottom
|
|
1167
1167
|
* @see https://tailwindcss.com/docs/margin
|
|
1168
1168
|
*/
|
|
1169
1169
|
mb: [{
|
|
1170
|
-
mb:
|
|
1170
|
+
mb: A()
|
|
1171
1171
|
}],
|
|
1172
1172
|
/**
|
|
1173
1173
|
* Margin Left
|
|
1174
1174
|
* @see https://tailwindcss.com/docs/margin
|
|
1175
1175
|
*/
|
|
1176
1176
|
ml: [{
|
|
1177
|
-
ml:
|
|
1177
|
+
ml: A()
|
|
1178
1178
|
}],
|
|
1179
1179
|
/**
|
|
1180
1180
|
* Space Between X
|
|
1181
1181
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1182
1182
|
*/
|
|
1183
1183
|
"space-x": [{
|
|
1184
|
-
"space-x":
|
|
1184
|
+
"space-x": m()
|
|
1185
1185
|
}],
|
|
1186
1186
|
/**
|
|
1187
1187
|
* Space Between X Reverse
|
|
@@ -1193,7 +1193,7 @@ const A = (e) => {
|
|
|
1193
1193
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1194
1194
|
*/
|
|
1195
1195
|
"space-y": [{
|
|
1196
|
-
"space-y":
|
|
1196
|
+
"space-y": m()
|
|
1197
1197
|
}],
|
|
1198
1198
|
/**
|
|
1199
1199
|
* Space Between Y Reverse
|
|
@@ -1208,14 +1208,14 @@ const A = (e) => {
|
|
|
1208
1208
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1209
1209
|
*/
|
|
1210
1210
|
size: [{
|
|
1211
|
-
size:
|
|
1211
|
+
size: G()
|
|
1212
1212
|
}],
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Width
|
|
1215
1215
|
* @see https://tailwindcss.com/docs/width
|
|
1216
1216
|
*/
|
|
1217
1217
|
w: [{
|
|
1218
|
-
w: [
|
|
1218
|
+
w: [p, "screen", ...G()]
|
|
1219
1219
|
}],
|
|
1220
1220
|
/**
|
|
1221
1221
|
* Min-Width
|
|
@@ -1223,11 +1223,11 @@ const A = (e) => {
|
|
|
1223
1223
|
*/
|
|
1224
1224
|
"min-w": [{
|
|
1225
1225
|
"min-w": [
|
|
1226
|
-
|
|
1226
|
+
p,
|
|
1227
1227
|
"screen",
|
|
1228
1228
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1229
1229
|
"none",
|
|
1230
|
-
...
|
|
1230
|
+
...G()
|
|
1231
1231
|
]
|
|
1232
1232
|
}],
|
|
1233
1233
|
/**
|
|
@@ -1236,16 +1236,16 @@ const A = (e) => {
|
|
|
1236
1236
|
*/
|
|
1237
1237
|
"max-w": [{
|
|
1238
1238
|
"max-w": [
|
|
1239
|
-
|
|
1239
|
+
p,
|
|
1240
1240
|
"screen",
|
|
1241
1241
|
"none",
|
|
1242
1242
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1243
1243
|
"prose",
|
|
1244
1244
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1245
1245
|
{
|
|
1246
|
-
screen: [
|
|
1246
|
+
screen: [c]
|
|
1247
1247
|
},
|
|
1248
|
-
...
|
|
1248
|
+
...G()
|
|
1249
1249
|
]
|
|
1250
1250
|
}],
|
|
1251
1251
|
/**
|
|
@@ -1253,21 +1253,21 @@ const A = (e) => {
|
|
|
1253
1253
|
* @see https://tailwindcss.com/docs/height
|
|
1254
1254
|
*/
|
|
1255
1255
|
h: [{
|
|
1256
|
-
h: ["screen", "lh", ...
|
|
1256
|
+
h: ["screen", "lh", ...G()]
|
|
1257
1257
|
}],
|
|
1258
1258
|
/**
|
|
1259
1259
|
* Min-Height
|
|
1260
1260
|
* @see https://tailwindcss.com/docs/min-height
|
|
1261
1261
|
*/
|
|
1262
1262
|
"min-h": [{
|
|
1263
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1263
|
+
"min-h": ["screen", "lh", "none", ...G()]
|
|
1264
1264
|
}],
|
|
1265
1265
|
/**
|
|
1266
1266
|
* Max-Height
|
|
1267
1267
|
* @see https://tailwindcss.com/docs/max-height
|
|
1268
1268
|
*/
|
|
1269
1269
|
"max-h": [{
|
|
1270
|
-
"max-h": ["screen", "lh", ...
|
|
1270
|
+
"max-h": ["screen", "lh", ...G()]
|
|
1271
1271
|
}],
|
|
1272
1272
|
// ------------------
|
|
1273
1273
|
// --- Typography ---
|
|
@@ -1277,7 +1277,7 @@ const A = (e) => {
|
|
|
1277
1277
|
* @see https://tailwindcss.com/docs/font-size
|
|
1278
1278
|
*/
|
|
1279
1279
|
"font-size": [{
|
|
1280
|
-
text: ["base", o, ie,
|
|
1280
|
+
text: ["base", o, ie, K]
|
|
1281
1281
|
}],
|
|
1282
1282
|
/**
|
|
1283
1283
|
* Font Smoothing
|
|
@@ -1352,7 +1352,7 @@ const A = (e) => {
|
|
|
1352
1352
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1353
1353
|
*/
|
|
1354
1354
|
"line-clamp": [{
|
|
1355
|
-
"line-clamp": [
|
|
1355
|
+
"line-clamp": [b, "none", a, be]
|
|
1356
1356
|
}],
|
|
1357
1357
|
/**
|
|
1358
1358
|
* Line Height
|
|
@@ -1361,8 +1361,8 @@ const A = (e) => {
|
|
|
1361
1361
|
leading: [{
|
|
1362
1362
|
leading: [
|
|
1363
1363
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1364
|
-
|
|
1365
|
-
...
|
|
1364
|
+
d,
|
|
1365
|
+
...m()
|
|
1366
1366
|
]
|
|
1367
1367
|
}],
|
|
1368
1368
|
/**
|
|
@@ -1399,14 +1399,14 @@ const A = (e) => {
|
|
|
1399
1399
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1400
1400
|
*/
|
|
1401
1401
|
"placeholder-color": [{
|
|
1402
|
-
placeholder:
|
|
1402
|
+
placeholder: l()
|
|
1403
1403
|
}],
|
|
1404
1404
|
/**
|
|
1405
1405
|
* Text Color
|
|
1406
1406
|
* @see https://tailwindcss.com/docs/text-color
|
|
1407
1407
|
*/
|
|
1408
1408
|
"text-color": [{
|
|
1409
|
-
text:
|
|
1409
|
+
text: l()
|
|
1410
1410
|
}],
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Text Decoration
|
|
@@ -1418,28 +1418,28 @@ const A = (e) => {
|
|
|
1418
1418
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1419
1419
|
*/
|
|
1420
1420
|
"text-decoration-style": [{
|
|
1421
|
-
decoration: [...
|
|
1421
|
+
decoration: [...B(), "wavy"]
|
|
1422
1422
|
}],
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Text Decoration Thickness
|
|
1425
1425
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1426
1426
|
*/
|
|
1427
1427
|
"text-decoration-thickness": [{
|
|
1428
|
-
decoration: [
|
|
1428
|
+
decoration: [b, "from-font", "auto", a, K]
|
|
1429
1429
|
}],
|
|
1430
1430
|
/**
|
|
1431
1431
|
* Text Decoration Color
|
|
1432
1432
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1433
1433
|
*/
|
|
1434
1434
|
"text-decoration-color": [{
|
|
1435
|
-
decoration:
|
|
1435
|
+
decoration: l()
|
|
1436
1436
|
}],
|
|
1437
1437
|
/**
|
|
1438
1438
|
* Text Underline Offset
|
|
1439
1439
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1440
1440
|
*/
|
|
1441
1441
|
"underline-offset": [{
|
|
1442
|
-
"underline-offset": [
|
|
1442
|
+
"underline-offset": [b, "auto", a, s]
|
|
1443
1443
|
}],
|
|
1444
1444
|
/**
|
|
1445
1445
|
* Text Transform
|
|
@@ -1463,7 +1463,7 @@ const A = (e) => {
|
|
|
1463
1463
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1464
1464
|
*/
|
|
1465
1465
|
indent: [{
|
|
1466
|
-
indent:
|
|
1466
|
+
indent: m()
|
|
1467
1467
|
}],
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Vertical Alignment
|
|
@@ -1536,14 +1536,14 @@ const A = (e) => {
|
|
|
1536
1536
|
* @see https://tailwindcss.com/docs/background-position
|
|
1537
1537
|
*/
|
|
1538
1538
|
"bg-position": [{
|
|
1539
|
-
bg:
|
|
1539
|
+
bg: N()
|
|
1540
1540
|
}],
|
|
1541
1541
|
/**
|
|
1542
1542
|
* Background Repeat
|
|
1543
1543
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1544
1544
|
*/
|
|
1545
1545
|
"bg-repeat": [{
|
|
1546
|
-
bg:
|
|
1546
|
+
bg: Z()
|
|
1547
1547
|
}],
|
|
1548
1548
|
/**
|
|
1549
1549
|
* Background Size
|
|
@@ -1570,7 +1570,7 @@ const A = (e) => {
|
|
|
1570
1570
|
* @see https://tailwindcss.com/docs/background-color
|
|
1571
1571
|
*/
|
|
1572
1572
|
"bg-color": [{
|
|
1573
|
-
bg:
|
|
1573
|
+
bg: l()
|
|
1574
1574
|
}],
|
|
1575
1575
|
/**
|
|
1576
1576
|
* Gradient Color Stops From Position
|
|
@@ -1598,21 +1598,21 @@ const A = (e) => {
|
|
|
1598
1598
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1599
1599
|
*/
|
|
1600
1600
|
"gradient-from": [{
|
|
1601
|
-
from:
|
|
1601
|
+
from: l()
|
|
1602
1602
|
}],
|
|
1603
1603
|
/**
|
|
1604
1604
|
* Gradient Color Stops Via
|
|
1605
1605
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1606
1606
|
*/
|
|
1607
1607
|
"gradient-via": [{
|
|
1608
|
-
via:
|
|
1608
|
+
via: l()
|
|
1609
1609
|
}],
|
|
1610
1610
|
/**
|
|
1611
1611
|
* Gradient Color Stops To
|
|
1612
1612
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1613
1613
|
*/
|
|
1614
1614
|
"gradient-to": [{
|
|
1615
|
-
to:
|
|
1615
|
+
to: l()
|
|
1616
1616
|
}],
|
|
1617
1617
|
// ---------------
|
|
1618
1618
|
// --- Borders ---
|
|
@@ -1622,105 +1622,105 @@ const A = (e) => {
|
|
|
1622
1622
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1623
1623
|
*/
|
|
1624
1624
|
rounded: [{
|
|
1625
|
-
rounded:
|
|
1625
|
+
rounded: g()
|
|
1626
1626
|
}],
|
|
1627
1627
|
/**
|
|
1628
1628
|
* Border Radius Start
|
|
1629
1629
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1630
1630
|
*/
|
|
1631
1631
|
"rounded-s": [{
|
|
1632
|
-
"rounded-s":
|
|
1632
|
+
"rounded-s": g()
|
|
1633
1633
|
}],
|
|
1634
1634
|
/**
|
|
1635
1635
|
* Border Radius End
|
|
1636
1636
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1637
1637
|
*/
|
|
1638
1638
|
"rounded-e": [{
|
|
1639
|
-
"rounded-e":
|
|
1639
|
+
"rounded-e": g()
|
|
1640
1640
|
}],
|
|
1641
1641
|
/**
|
|
1642
1642
|
* Border Radius Top
|
|
1643
1643
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1644
1644
|
*/
|
|
1645
1645
|
"rounded-t": [{
|
|
1646
|
-
"rounded-t":
|
|
1646
|
+
"rounded-t": g()
|
|
1647
1647
|
}],
|
|
1648
1648
|
/**
|
|
1649
1649
|
* Border Radius Right
|
|
1650
1650
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1651
1651
|
*/
|
|
1652
1652
|
"rounded-r": [{
|
|
1653
|
-
"rounded-r":
|
|
1653
|
+
"rounded-r": g()
|
|
1654
1654
|
}],
|
|
1655
1655
|
/**
|
|
1656
1656
|
* Border Radius Bottom
|
|
1657
1657
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1658
1658
|
*/
|
|
1659
1659
|
"rounded-b": [{
|
|
1660
|
-
"rounded-b":
|
|
1660
|
+
"rounded-b": g()
|
|
1661
1661
|
}],
|
|
1662
1662
|
/**
|
|
1663
1663
|
* Border Radius Left
|
|
1664
1664
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1665
1665
|
*/
|
|
1666
1666
|
"rounded-l": [{
|
|
1667
|
-
"rounded-l":
|
|
1667
|
+
"rounded-l": g()
|
|
1668
1668
|
}],
|
|
1669
1669
|
/**
|
|
1670
1670
|
* Border Radius Start Start
|
|
1671
1671
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1672
1672
|
*/
|
|
1673
1673
|
"rounded-ss": [{
|
|
1674
|
-
"rounded-ss":
|
|
1674
|
+
"rounded-ss": g()
|
|
1675
1675
|
}],
|
|
1676
1676
|
/**
|
|
1677
1677
|
* Border Radius Start End
|
|
1678
1678
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1679
1679
|
*/
|
|
1680
1680
|
"rounded-se": [{
|
|
1681
|
-
"rounded-se":
|
|
1681
|
+
"rounded-se": g()
|
|
1682
1682
|
}],
|
|
1683
1683
|
/**
|
|
1684
1684
|
* Border Radius End End
|
|
1685
1685
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1686
1686
|
*/
|
|
1687
1687
|
"rounded-ee": [{
|
|
1688
|
-
"rounded-ee":
|
|
1688
|
+
"rounded-ee": g()
|
|
1689
1689
|
}],
|
|
1690
1690
|
/**
|
|
1691
1691
|
* Border Radius End Start
|
|
1692
1692
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1693
1693
|
*/
|
|
1694
1694
|
"rounded-es": [{
|
|
1695
|
-
"rounded-es":
|
|
1695
|
+
"rounded-es": g()
|
|
1696
1696
|
}],
|
|
1697
1697
|
/**
|
|
1698
1698
|
* Border Radius Top Left
|
|
1699
1699
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1700
1700
|
*/
|
|
1701
1701
|
"rounded-tl": [{
|
|
1702
|
-
"rounded-tl":
|
|
1702
|
+
"rounded-tl": g()
|
|
1703
1703
|
}],
|
|
1704
1704
|
/**
|
|
1705
1705
|
* Border Radius Top Right
|
|
1706
1706
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1707
1707
|
*/
|
|
1708
1708
|
"rounded-tr": [{
|
|
1709
|
-
"rounded-tr":
|
|
1709
|
+
"rounded-tr": g()
|
|
1710
1710
|
}],
|
|
1711
1711
|
/**
|
|
1712
1712
|
* Border Radius Bottom Right
|
|
1713
1713
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1714
1714
|
*/
|
|
1715
1715
|
"rounded-br": [{
|
|
1716
|
-
"rounded-br":
|
|
1716
|
+
"rounded-br": g()
|
|
1717
1717
|
}],
|
|
1718
1718
|
/**
|
|
1719
1719
|
* Border Radius Bottom Left
|
|
1720
1720
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1721
1721
|
*/
|
|
1722
1722
|
"rounded-bl": [{
|
|
1723
|
-
"rounded-bl":
|
|
1723
|
+
"rounded-bl": g()
|
|
1724
1724
|
}],
|
|
1725
1725
|
/**
|
|
1726
1726
|
* Border Width
|
|
@@ -1814,112 +1814,112 @@ const A = (e) => {
|
|
|
1814
1814
|
* @see https://tailwindcss.com/docs/border-style
|
|
1815
1815
|
*/
|
|
1816
1816
|
"border-style": [{
|
|
1817
|
-
border: [...
|
|
1817
|
+
border: [...B(), "hidden", "none"]
|
|
1818
1818
|
}],
|
|
1819
1819
|
/**
|
|
1820
1820
|
* Divide Style
|
|
1821
1821
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1822
1822
|
*/
|
|
1823
1823
|
"divide-style": [{
|
|
1824
|
-
divide: [...
|
|
1824
|
+
divide: [...B(), "hidden", "none"]
|
|
1825
1825
|
}],
|
|
1826
1826
|
/**
|
|
1827
1827
|
* Border Color
|
|
1828
1828
|
* @see https://tailwindcss.com/docs/border-color
|
|
1829
1829
|
*/
|
|
1830
1830
|
"border-color": [{
|
|
1831
|
-
border:
|
|
1831
|
+
border: l()
|
|
1832
1832
|
}],
|
|
1833
1833
|
/**
|
|
1834
1834
|
* Border Color X
|
|
1835
1835
|
* @see https://tailwindcss.com/docs/border-color
|
|
1836
1836
|
*/
|
|
1837
1837
|
"border-color-x": [{
|
|
1838
|
-
"border-x":
|
|
1838
|
+
"border-x": l()
|
|
1839
1839
|
}],
|
|
1840
1840
|
/**
|
|
1841
1841
|
* Border Color Y
|
|
1842
1842
|
* @see https://tailwindcss.com/docs/border-color
|
|
1843
1843
|
*/
|
|
1844
1844
|
"border-color-y": [{
|
|
1845
|
-
"border-y":
|
|
1845
|
+
"border-y": l()
|
|
1846
1846
|
}],
|
|
1847
1847
|
/**
|
|
1848
1848
|
* Border Color S
|
|
1849
1849
|
* @see https://tailwindcss.com/docs/border-color
|
|
1850
1850
|
*/
|
|
1851
1851
|
"border-color-s": [{
|
|
1852
|
-
"border-s":
|
|
1852
|
+
"border-s": l()
|
|
1853
1853
|
}],
|
|
1854
1854
|
/**
|
|
1855
1855
|
* Border Color E
|
|
1856
1856
|
* @see https://tailwindcss.com/docs/border-color
|
|
1857
1857
|
*/
|
|
1858
1858
|
"border-color-e": [{
|
|
1859
|
-
"border-e":
|
|
1859
|
+
"border-e": l()
|
|
1860
1860
|
}],
|
|
1861
1861
|
/**
|
|
1862
1862
|
* Border Color Top
|
|
1863
1863
|
* @see https://tailwindcss.com/docs/border-color
|
|
1864
1864
|
*/
|
|
1865
1865
|
"border-color-t": [{
|
|
1866
|
-
"border-t":
|
|
1866
|
+
"border-t": l()
|
|
1867
1867
|
}],
|
|
1868
1868
|
/**
|
|
1869
1869
|
* Border Color Right
|
|
1870
1870
|
* @see https://tailwindcss.com/docs/border-color
|
|
1871
1871
|
*/
|
|
1872
1872
|
"border-color-r": [{
|
|
1873
|
-
"border-r":
|
|
1873
|
+
"border-r": l()
|
|
1874
1874
|
}],
|
|
1875
1875
|
/**
|
|
1876
1876
|
* Border Color Bottom
|
|
1877
1877
|
* @see https://tailwindcss.com/docs/border-color
|
|
1878
1878
|
*/
|
|
1879
1879
|
"border-color-b": [{
|
|
1880
|
-
"border-b":
|
|
1880
|
+
"border-b": l()
|
|
1881
1881
|
}],
|
|
1882
1882
|
/**
|
|
1883
1883
|
* Border Color Left
|
|
1884
1884
|
* @see https://tailwindcss.com/docs/border-color
|
|
1885
1885
|
*/
|
|
1886
1886
|
"border-color-l": [{
|
|
1887
|
-
"border-l":
|
|
1887
|
+
"border-l": l()
|
|
1888
1888
|
}],
|
|
1889
1889
|
/**
|
|
1890
1890
|
* Divide Color
|
|
1891
1891
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1892
1892
|
*/
|
|
1893
1893
|
"divide-color": [{
|
|
1894
|
-
divide:
|
|
1894
|
+
divide: l()
|
|
1895
1895
|
}],
|
|
1896
1896
|
/**
|
|
1897
1897
|
* Outline Style
|
|
1898
1898
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1899
1899
|
*/
|
|
1900
1900
|
"outline-style": [{
|
|
1901
|
-
outline: [...
|
|
1901
|
+
outline: [...B(), "none", "hidden"]
|
|
1902
1902
|
}],
|
|
1903
1903
|
/**
|
|
1904
1904
|
* Outline Offset
|
|
1905
1905
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1906
1906
|
*/
|
|
1907
1907
|
"outline-offset": [{
|
|
1908
|
-
"outline-offset": [
|
|
1908
|
+
"outline-offset": [b, a, s]
|
|
1909
1909
|
}],
|
|
1910
1910
|
/**
|
|
1911
1911
|
* Outline Width
|
|
1912
1912
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1913
1913
|
*/
|
|
1914
1914
|
"outline-w": [{
|
|
1915
|
-
outline: ["",
|
|
1915
|
+
outline: ["", b, ie, K]
|
|
1916
1916
|
}],
|
|
1917
1917
|
/**
|
|
1918
1918
|
* Outline Color
|
|
1919
1919
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1920
1920
|
*/
|
|
1921
1921
|
"outline-color": [{
|
|
1922
|
-
outline:
|
|
1922
|
+
outline: l()
|
|
1923
1923
|
}],
|
|
1924
1924
|
// ---------------
|
|
1925
1925
|
// --- Effects ---
|
|
@@ -1943,21 +1943,21 @@ const A = (e) => {
|
|
|
1943
1943
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1944
1944
|
*/
|
|
1945
1945
|
"shadow-color": [{
|
|
1946
|
-
shadow:
|
|
1946
|
+
shadow: l()
|
|
1947
1947
|
}],
|
|
1948
1948
|
/**
|
|
1949
1949
|
* Inset Box Shadow
|
|
1950
1950
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1951
1951
|
*/
|
|
1952
1952
|
"inset-shadow": [{
|
|
1953
|
-
"inset-shadow": ["none",
|
|
1953
|
+
"inset-shadow": ["none", M, ue, de]
|
|
1954
1954
|
}],
|
|
1955
1955
|
/**
|
|
1956
1956
|
* Inset Box Shadow Color
|
|
1957
1957
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1958
1958
|
*/
|
|
1959
1959
|
"inset-shadow-color": [{
|
|
1960
|
-
"inset-shadow":
|
|
1960
|
+
"inset-shadow": l()
|
|
1961
1961
|
}],
|
|
1962
1962
|
/**
|
|
1963
1963
|
* Ring Width
|
|
@@ -1978,7 +1978,7 @@ const A = (e) => {
|
|
|
1978
1978
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1979
1979
|
*/
|
|
1980
1980
|
"ring-color": [{
|
|
1981
|
-
ring:
|
|
1981
|
+
ring: l()
|
|
1982
1982
|
}],
|
|
1983
1983
|
/**
|
|
1984
1984
|
* Ring Offset Width
|
|
@@ -1987,7 +1987,7 @@ const A = (e) => {
|
|
|
1987
1987
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1988
1988
|
*/
|
|
1989
1989
|
"ring-offset-w": [{
|
|
1990
|
-
"ring-offset": [
|
|
1990
|
+
"ring-offset": [b, K]
|
|
1991
1991
|
}],
|
|
1992
1992
|
/**
|
|
1993
1993
|
* Ring Offset Color
|
|
@@ -1996,7 +1996,7 @@ const A = (e) => {
|
|
|
1996
1996
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1997
1997
|
*/
|
|
1998
1998
|
"ring-offset-color": [{
|
|
1999
|
-
"ring-offset":
|
|
1999
|
+
"ring-offset": l()
|
|
2000
2000
|
}],
|
|
2001
2001
|
/**
|
|
2002
2002
|
* Inset Ring Width
|
|
@@ -2010,7 +2010,7 @@ const A = (e) => {
|
|
|
2010
2010
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2011
2011
|
*/
|
|
2012
2012
|
"inset-ring-color": [{
|
|
2013
|
-
"inset-ring":
|
|
2013
|
+
"inset-ring": l()
|
|
2014
2014
|
}],
|
|
2015
2015
|
/**
|
|
2016
2016
|
* Text Shadow
|
|
@@ -2024,28 +2024,28 @@ const A = (e) => {
|
|
|
2024
2024
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2025
2025
|
*/
|
|
2026
2026
|
"text-shadow-color": [{
|
|
2027
|
-
"text-shadow":
|
|
2027
|
+
"text-shadow": l()
|
|
2028
2028
|
}],
|
|
2029
2029
|
/**
|
|
2030
2030
|
* Opacity
|
|
2031
2031
|
* @see https://tailwindcss.com/docs/opacity
|
|
2032
2032
|
*/
|
|
2033
2033
|
opacity: [{
|
|
2034
|
-
opacity: [
|
|
2034
|
+
opacity: [b, a, s]
|
|
2035
2035
|
}],
|
|
2036
2036
|
/**
|
|
2037
2037
|
* Mix Blend Mode
|
|
2038
2038
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2039
2039
|
*/
|
|
2040
2040
|
"mix-blend": [{
|
|
2041
|
-
"mix-blend": [...
|
|
2041
|
+
"mix-blend": [...ee(), "plus-darker", "plus-lighter"]
|
|
2042
2042
|
}],
|
|
2043
2043
|
/**
|
|
2044
2044
|
* Background Blend Mode
|
|
2045
2045
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2046
2046
|
*/
|
|
2047
2047
|
"bg-blend": [{
|
|
2048
|
-
"bg-blend":
|
|
2048
|
+
"bg-blend": ee()
|
|
2049
2049
|
}],
|
|
2050
2050
|
/**
|
|
2051
2051
|
* Mask Clip
|
|
@@ -2066,106 +2066,106 @@ const A = (e) => {
|
|
|
2066
2066
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2067
2067
|
*/
|
|
2068
2068
|
"mask-image-linear-pos": [{
|
|
2069
|
-
"mask-linear": [
|
|
2069
|
+
"mask-linear": [b]
|
|
2070
2070
|
}],
|
|
2071
2071
|
"mask-image-linear-from-pos": [{
|
|
2072
|
-
"mask-linear-from":
|
|
2072
|
+
"mask-linear-from": h()
|
|
2073
2073
|
}],
|
|
2074
2074
|
"mask-image-linear-to-pos": [{
|
|
2075
|
-
"mask-linear-to":
|
|
2075
|
+
"mask-linear-to": h()
|
|
2076
2076
|
}],
|
|
2077
2077
|
"mask-image-linear-from-color": [{
|
|
2078
|
-
"mask-linear-from":
|
|
2078
|
+
"mask-linear-from": l()
|
|
2079
2079
|
}],
|
|
2080
2080
|
"mask-image-linear-to-color": [{
|
|
2081
|
-
"mask-linear-to":
|
|
2081
|
+
"mask-linear-to": l()
|
|
2082
2082
|
}],
|
|
2083
2083
|
"mask-image-t-from-pos": [{
|
|
2084
|
-
"mask-t-from":
|
|
2084
|
+
"mask-t-from": h()
|
|
2085
2085
|
}],
|
|
2086
2086
|
"mask-image-t-to-pos": [{
|
|
2087
|
-
"mask-t-to":
|
|
2087
|
+
"mask-t-to": h()
|
|
2088
2088
|
}],
|
|
2089
2089
|
"mask-image-t-from-color": [{
|
|
2090
|
-
"mask-t-from":
|
|
2090
|
+
"mask-t-from": l()
|
|
2091
2091
|
}],
|
|
2092
2092
|
"mask-image-t-to-color": [{
|
|
2093
|
-
"mask-t-to":
|
|
2093
|
+
"mask-t-to": l()
|
|
2094
2094
|
}],
|
|
2095
2095
|
"mask-image-r-from-pos": [{
|
|
2096
|
-
"mask-r-from":
|
|
2096
|
+
"mask-r-from": h()
|
|
2097
2097
|
}],
|
|
2098
2098
|
"mask-image-r-to-pos": [{
|
|
2099
|
-
"mask-r-to":
|
|
2099
|
+
"mask-r-to": h()
|
|
2100
2100
|
}],
|
|
2101
2101
|
"mask-image-r-from-color": [{
|
|
2102
|
-
"mask-r-from":
|
|
2102
|
+
"mask-r-from": l()
|
|
2103
2103
|
}],
|
|
2104
2104
|
"mask-image-r-to-color": [{
|
|
2105
|
-
"mask-r-to":
|
|
2105
|
+
"mask-r-to": l()
|
|
2106
2106
|
}],
|
|
2107
2107
|
"mask-image-b-from-pos": [{
|
|
2108
|
-
"mask-b-from":
|
|
2108
|
+
"mask-b-from": h()
|
|
2109
2109
|
}],
|
|
2110
2110
|
"mask-image-b-to-pos": [{
|
|
2111
|
-
"mask-b-to":
|
|
2111
|
+
"mask-b-to": h()
|
|
2112
2112
|
}],
|
|
2113
2113
|
"mask-image-b-from-color": [{
|
|
2114
|
-
"mask-b-from":
|
|
2114
|
+
"mask-b-from": l()
|
|
2115
2115
|
}],
|
|
2116
2116
|
"mask-image-b-to-color": [{
|
|
2117
|
-
"mask-b-to":
|
|
2117
|
+
"mask-b-to": l()
|
|
2118
2118
|
}],
|
|
2119
2119
|
"mask-image-l-from-pos": [{
|
|
2120
|
-
"mask-l-from":
|
|
2120
|
+
"mask-l-from": h()
|
|
2121
2121
|
}],
|
|
2122
2122
|
"mask-image-l-to-pos": [{
|
|
2123
|
-
"mask-l-to":
|
|
2123
|
+
"mask-l-to": h()
|
|
2124
2124
|
}],
|
|
2125
2125
|
"mask-image-l-from-color": [{
|
|
2126
|
-
"mask-l-from":
|
|
2126
|
+
"mask-l-from": l()
|
|
2127
2127
|
}],
|
|
2128
2128
|
"mask-image-l-to-color": [{
|
|
2129
|
-
"mask-l-to":
|
|
2129
|
+
"mask-l-to": l()
|
|
2130
2130
|
}],
|
|
2131
2131
|
"mask-image-x-from-pos": [{
|
|
2132
|
-
"mask-x-from":
|
|
2132
|
+
"mask-x-from": h()
|
|
2133
2133
|
}],
|
|
2134
2134
|
"mask-image-x-to-pos": [{
|
|
2135
|
-
"mask-x-to":
|
|
2135
|
+
"mask-x-to": h()
|
|
2136
2136
|
}],
|
|
2137
2137
|
"mask-image-x-from-color": [{
|
|
2138
|
-
"mask-x-from":
|
|
2138
|
+
"mask-x-from": l()
|
|
2139
2139
|
}],
|
|
2140
2140
|
"mask-image-x-to-color": [{
|
|
2141
|
-
"mask-x-to":
|
|
2141
|
+
"mask-x-to": l()
|
|
2142
2142
|
}],
|
|
2143
2143
|
"mask-image-y-from-pos": [{
|
|
2144
|
-
"mask-y-from":
|
|
2144
|
+
"mask-y-from": h()
|
|
2145
2145
|
}],
|
|
2146
2146
|
"mask-image-y-to-pos": [{
|
|
2147
|
-
"mask-y-to":
|
|
2147
|
+
"mask-y-to": h()
|
|
2148
2148
|
}],
|
|
2149
2149
|
"mask-image-y-from-color": [{
|
|
2150
|
-
"mask-y-from":
|
|
2150
|
+
"mask-y-from": l()
|
|
2151
2151
|
}],
|
|
2152
2152
|
"mask-image-y-to-color": [{
|
|
2153
|
-
"mask-y-to":
|
|
2153
|
+
"mask-y-to": l()
|
|
2154
2154
|
}],
|
|
2155
2155
|
"mask-image-radial": [{
|
|
2156
2156
|
"mask-radial": [a, s]
|
|
2157
2157
|
}],
|
|
2158
2158
|
"mask-image-radial-from-pos": [{
|
|
2159
|
-
"mask-radial-from":
|
|
2159
|
+
"mask-radial-from": h()
|
|
2160
2160
|
}],
|
|
2161
2161
|
"mask-image-radial-to-pos": [{
|
|
2162
|
-
"mask-radial-to":
|
|
2162
|
+
"mask-radial-to": h()
|
|
2163
2163
|
}],
|
|
2164
2164
|
"mask-image-radial-from-color": [{
|
|
2165
|
-
"mask-radial-from":
|
|
2165
|
+
"mask-radial-from": l()
|
|
2166
2166
|
}],
|
|
2167
2167
|
"mask-image-radial-to-color": [{
|
|
2168
|
-
"mask-radial-to":
|
|
2168
|
+
"mask-radial-to": l()
|
|
2169
2169
|
}],
|
|
2170
2170
|
"mask-image-radial-shape": [{
|
|
2171
2171
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -2180,19 +2180,19 @@ const A = (e) => {
|
|
|
2180
2180
|
"mask-radial-at": F()
|
|
2181
2181
|
}],
|
|
2182
2182
|
"mask-image-conic-pos": [{
|
|
2183
|
-
"mask-conic": [
|
|
2183
|
+
"mask-conic": [b]
|
|
2184
2184
|
}],
|
|
2185
2185
|
"mask-image-conic-from-pos": [{
|
|
2186
|
-
"mask-conic-from":
|
|
2186
|
+
"mask-conic-from": h()
|
|
2187
2187
|
}],
|
|
2188
2188
|
"mask-image-conic-to-pos": [{
|
|
2189
|
-
"mask-conic-to":
|
|
2189
|
+
"mask-conic-to": h()
|
|
2190
2190
|
}],
|
|
2191
2191
|
"mask-image-conic-from-color": [{
|
|
2192
|
-
"mask-conic-from":
|
|
2192
|
+
"mask-conic-from": l()
|
|
2193
2193
|
}],
|
|
2194
2194
|
"mask-image-conic-to-color": [{
|
|
2195
|
-
"mask-conic-to":
|
|
2195
|
+
"mask-conic-to": l()
|
|
2196
2196
|
}],
|
|
2197
2197
|
/**
|
|
2198
2198
|
* Mask Mode
|
|
@@ -2213,14 +2213,14 @@ const A = (e) => {
|
|
|
2213
2213
|
* @see https://tailwindcss.com/docs/mask-position
|
|
2214
2214
|
*/
|
|
2215
2215
|
"mask-position": [{
|
|
2216
|
-
mask:
|
|
2216
|
+
mask: N()
|
|
2217
2217
|
}],
|
|
2218
2218
|
/**
|
|
2219
2219
|
* Mask Repeat
|
|
2220
2220
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2221
2221
|
*/
|
|
2222
2222
|
"mask-repeat": [{
|
|
2223
|
-
mask:
|
|
2223
|
+
mask: Z()
|
|
2224
2224
|
}],
|
|
2225
2225
|
/**
|
|
2226
2226
|
* Mask Size
|
|
@@ -2264,21 +2264,21 @@ const A = (e) => {
|
|
|
2264
2264
|
* @see https://tailwindcss.com/docs/blur
|
|
2265
2265
|
*/
|
|
2266
2266
|
blur: [{
|
|
2267
|
-
blur:
|
|
2267
|
+
blur: q()
|
|
2268
2268
|
}],
|
|
2269
2269
|
/**
|
|
2270
2270
|
* Brightness
|
|
2271
2271
|
* @see https://tailwindcss.com/docs/brightness
|
|
2272
2272
|
*/
|
|
2273
2273
|
brightness: [{
|
|
2274
|
-
brightness: [
|
|
2274
|
+
brightness: [b, a, s]
|
|
2275
2275
|
}],
|
|
2276
2276
|
/**
|
|
2277
2277
|
* Contrast
|
|
2278
2278
|
* @see https://tailwindcss.com/docs/contrast
|
|
2279
2279
|
*/
|
|
2280
2280
|
contrast: [{
|
|
2281
|
-
contrast: [
|
|
2281
|
+
contrast: [b, a, s]
|
|
2282
2282
|
}],
|
|
2283
2283
|
/**
|
|
2284
2284
|
* Drop Shadow
|
|
@@ -2289,7 +2289,7 @@ const A = (e) => {
|
|
|
2289
2289
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2290
2290
|
"",
|
|
2291
2291
|
"none",
|
|
2292
|
-
|
|
2292
|
+
P,
|
|
2293
2293
|
ue,
|
|
2294
2294
|
de
|
|
2295
2295
|
]
|
|
@@ -2299,42 +2299,42 @@ const A = (e) => {
|
|
|
2299
2299
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2300
2300
|
*/
|
|
2301
2301
|
"drop-shadow-color": [{
|
|
2302
|
-
"drop-shadow":
|
|
2302
|
+
"drop-shadow": l()
|
|
2303
2303
|
}],
|
|
2304
2304
|
/**
|
|
2305
2305
|
* Grayscale
|
|
2306
2306
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2307
2307
|
*/
|
|
2308
2308
|
grayscale: [{
|
|
2309
|
-
grayscale: ["",
|
|
2309
|
+
grayscale: ["", b, a, s]
|
|
2310
2310
|
}],
|
|
2311
2311
|
/**
|
|
2312
2312
|
* Hue Rotate
|
|
2313
2313
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2314
2314
|
*/
|
|
2315
2315
|
"hue-rotate": [{
|
|
2316
|
-
"hue-rotate": [
|
|
2316
|
+
"hue-rotate": [b, a, s]
|
|
2317
2317
|
}],
|
|
2318
2318
|
/**
|
|
2319
2319
|
* Invert
|
|
2320
2320
|
* @see https://tailwindcss.com/docs/invert
|
|
2321
2321
|
*/
|
|
2322
2322
|
invert: [{
|
|
2323
|
-
invert: ["",
|
|
2323
|
+
invert: ["", b, a, s]
|
|
2324
2324
|
}],
|
|
2325
2325
|
/**
|
|
2326
2326
|
* Saturate
|
|
2327
2327
|
* @see https://tailwindcss.com/docs/saturate
|
|
2328
2328
|
*/
|
|
2329
2329
|
saturate: [{
|
|
2330
|
-
saturate: [
|
|
2330
|
+
saturate: [b, a, s]
|
|
2331
2331
|
}],
|
|
2332
2332
|
/**
|
|
2333
2333
|
* Sepia
|
|
2334
2334
|
* @see https://tailwindcss.com/docs/sepia
|
|
2335
2335
|
*/
|
|
2336
2336
|
sepia: [{
|
|
2337
|
-
sepia: ["",
|
|
2337
|
+
sepia: ["", b, a, s]
|
|
2338
2338
|
}],
|
|
2339
2339
|
/**
|
|
2340
2340
|
* Backdrop Filter
|
|
@@ -2354,63 +2354,63 @@ const A = (e) => {
|
|
|
2354
2354
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2355
2355
|
*/
|
|
2356
2356
|
"backdrop-blur": [{
|
|
2357
|
-
"backdrop-blur":
|
|
2357
|
+
"backdrop-blur": q()
|
|
2358
2358
|
}],
|
|
2359
2359
|
/**
|
|
2360
2360
|
* Backdrop Brightness
|
|
2361
2361
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2362
2362
|
*/
|
|
2363
2363
|
"backdrop-brightness": [{
|
|
2364
|
-
"backdrop-brightness": [
|
|
2364
|
+
"backdrop-brightness": [b, a, s]
|
|
2365
2365
|
}],
|
|
2366
2366
|
/**
|
|
2367
2367
|
* Backdrop Contrast
|
|
2368
2368
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2369
2369
|
*/
|
|
2370
2370
|
"backdrop-contrast": [{
|
|
2371
|
-
"backdrop-contrast": [
|
|
2371
|
+
"backdrop-contrast": [b, a, s]
|
|
2372
2372
|
}],
|
|
2373
2373
|
/**
|
|
2374
2374
|
* Backdrop Grayscale
|
|
2375
2375
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2376
2376
|
*/
|
|
2377
2377
|
"backdrop-grayscale": [{
|
|
2378
|
-
"backdrop-grayscale": ["",
|
|
2378
|
+
"backdrop-grayscale": ["", b, a, s]
|
|
2379
2379
|
}],
|
|
2380
2380
|
/**
|
|
2381
2381
|
* Backdrop Hue Rotate
|
|
2382
2382
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2383
2383
|
*/
|
|
2384
2384
|
"backdrop-hue-rotate": [{
|
|
2385
|
-
"backdrop-hue-rotate": [
|
|
2385
|
+
"backdrop-hue-rotate": [b, a, s]
|
|
2386
2386
|
}],
|
|
2387
2387
|
/**
|
|
2388
2388
|
* Backdrop Invert
|
|
2389
2389
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2390
2390
|
*/
|
|
2391
2391
|
"backdrop-invert": [{
|
|
2392
|
-
"backdrop-invert": ["",
|
|
2392
|
+
"backdrop-invert": ["", b, a, s]
|
|
2393
2393
|
}],
|
|
2394
2394
|
/**
|
|
2395
2395
|
* Backdrop Opacity
|
|
2396
2396
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2397
2397
|
*/
|
|
2398
2398
|
"backdrop-opacity": [{
|
|
2399
|
-
"backdrop-opacity": [
|
|
2399
|
+
"backdrop-opacity": [b, a, s]
|
|
2400
2400
|
}],
|
|
2401
2401
|
/**
|
|
2402
2402
|
* Backdrop Saturate
|
|
2403
2403
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2404
2404
|
*/
|
|
2405
2405
|
"backdrop-saturate": [{
|
|
2406
|
-
"backdrop-saturate": [
|
|
2406
|
+
"backdrop-saturate": [b, a, s]
|
|
2407
2407
|
}],
|
|
2408
2408
|
/**
|
|
2409
2409
|
* Backdrop Sepia
|
|
2410
2410
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2411
2411
|
*/
|
|
2412
2412
|
"backdrop-sepia": [{
|
|
2413
|
-
"backdrop-sepia": ["",
|
|
2413
|
+
"backdrop-sepia": ["", b, a, s]
|
|
2414
2414
|
}],
|
|
2415
2415
|
// --------------
|
|
2416
2416
|
// --- Tables ---
|
|
@@ -2427,21 +2427,21 @@ const A = (e) => {
|
|
|
2427
2427
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2428
2428
|
*/
|
|
2429
2429
|
"border-spacing": [{
|
|
2430
|
-
"border-spacing":
|
|
2430
|
+
"border-spacing": m()
|
|
2431
2431
|
}],
|
|
2432
2432
|
/**
|
|
2433
2433
|
* Border Spacing X
|
|
2434
2434
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2435
2435
|
*/
|
|
2436
2436
|
"border-spacing-x": [{
|
|
2437
|
-
"border-spacing-x":
|
|
2437
|
+
"border-spacing-x": m()
|
|
2438
2438
|
}],
|
|
2439
2439
|
/**
|
|
2440
2440
|
* Border Spacing Y
|
|
2441
2441
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2442
2442
|
*/
|
|
2443
2443
|
"border-spacing-y": [{
|
|
2444
|
-
"border-spacing-y":
|
|
2444
|
+
"border-spacing-y": m()
|
|
2445
2445
|
}],
|
|
2446
2446
|
/**
|
|
2447
2447
|
* Table Layout
|
|
@@ -2479,28 +2479,28 @@ const A = (e) => {
|
|
|
2479
2479
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2480
2480
|
*/
|
|
2481
2481
|
duration: [{
|
|
2482
|
-
duration: [
|
|
2482
|
+
duration: [b, "initial", a, s]
|
|
2483
2483
|
}],
|
|
2484
2484
|
/**
|
|
2485
2485
|
* Transition Timing Function
|
|
2486
2486
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2487
2487
|
*/
|
|
2488
2488
|
ease: [{
|
|
2489
|
-
ease: ["linear", "initial",
|
|
2489
|
+
ease: ["linear", "initial", j, a, s]
|
|
2490
2490
|
}],
|
|
2491
2491
|
/**
|
|
2492
2492
|
* Transition Delay
|
|
2493
2493
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2494
2494
|
*/
|
|
2495
2495
|
delay: [{
|
|
2496
|
-
delay: [
|
|
2496
|
+
delay: [b, a, s]
|
|
2497
2497
|
}],
|
|
2498
2498
|
/**
|
|
2499
2499
|
* Animation
|
|
2500
2500
|
* @see https://tailwindcss.com/docs/animation
|
|
2501
2501
|
*/
|
|
2502
2502
|
animate: [{
|
|
2503
|
-
animate: ["none",
|
|
2503
|
+
animate: ["none", C, a, s]
|
|
2504
2504
|
}],
|
|
2505
2505
|
// ------------------
|
|
2506
2506
|
// --- Transforms ---
|
|
@@ -2517,70 +2517,70 @@ const A = (e) => {
|
|
|
2517
2517
|
* @see https://tailwindcss.com/docs/perspective
|
|
2518
2518
|
*/
|
|
2519
2519
|
perspective: [{
|
|
2520
|
-
perspective: [
|
|
2520
|
+
perspective: [S, a, s]
|
|
2521
2521
|
}],
|
|
2522
2522
|
/**
|
|
2523
2523
|
* Perspective Origin
|
|
2524
2524
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2525
2525
|
*/
|
|
2526
2526
|
"perspective-origin": [{
|
|
2527
|
-
"perspective-origin":
|
|
2527
|
+
"perspective-origin": D()
|
|
2528
2528
|
}],
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Rotate
|
|
2531
2531
|
* @see https://tailwindcss.com/docs/rotate
|
|
2532
2532
|
*/
|
|
2533
2533
|
rotate: [{
|
|
2534
|
-
rotate:
|
|
2534
|
+
rotate: Q()
|
|
2535
2535
|
}],
|
|
2536
2536
|
/**
|
|
2537
2537
|
* Rotate X
|
|
2538
2538
|
* @see https://tailwindcss.com/docs/rotate
|
|
2539
2539
|
*/
|
|
2540
2540
|
"rotate-x": [{
|
|
2541
|
-
"rotate-x":
|
|
2541
|
+
"rotate-x": Q()
|
|
2542
2542
|
}],
|
|
2543
2543
|
/**
|
|
2544
2544
|
* Rotate Y
|
|
2545
2545
|
* @see https://tailwindcss.com/docs/rotate
|
|
2546
2546
|
*/
|
|
2547
2547
|
"rotate-y": [{
|
|
2548
|
-
"rotate-y":
|
|
2548
|
+
"rotate-y": Q()
|
|
2549
2549
|
}],
|
|
2550
2550
|
/**
|
|
2551
2551
|
* Rotate Z
|
|
2552
2552
|
* @see https://tailwindcss.com/docs/rotate
|
|
2553
2553
|
*/
|
|
2554
2554
|
"rotate-z": [{
|
|
2555
|
-
"rotate-z":
|
|
2555
|
+
"rotate-z": Q()
|
|
2556
2556
|
}],
|
|
2557
2557
|
/**
|
|
2558
2558
|
* Scale
|
|
2559
2559
|
* @see https://tailwindcss.com/docs/scale
|
|
2560
2560
|
*/
|
|
2561
2561
|
scale: [{
|
|
2562
|
-
scale:
|
|
2562
|
+
scale: re()
|
|
2563
2563
|
}],
|
|
2564
2564
|
/**
|
|
2565
2565
|
* Scale X
|
|
2566
2566
|
* @see https://tailwindcss.com/docs/scale
|
|
2567
2567
|
*/
|
|
2568
2568
|
"scale-x": [{
|
|
2569
|
-
"scale-x":
|
|
2569
|
+
"scale-x": re()
|
|
2570
2570
|
}],
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Scale Y
|
|
2573
2573
|
* @see https://tailwindcss.com/docs/scale
|
|
2574
2574
|
*/
|
|
2575
2575
|
"scale-y": [{
|
|
2576
|
-
"scale-y":
|
|
2576
|
+
"scale-y": re()
|
|
2577
2577
|
}],
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Scale Z
|
|
2580
2580
|
* @see https://tailwindcss.com/docs/scale
|
|
2581
2581
|
*/
|
|
2582
2582
|
"scale-z": [{
|
|
2583
|
-
"scale-z":
|
|
2583
|
+
"scale-z": re()
|
|
2584
2584
|
}],
|
|
2585
2585
|
/**
|
|
2586
2586
|
* Scale 3D
|
|
@@ -2620,7 +2620,7 @@ const A = (e) => {
|
|
|
2620
2620
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2621
2621
|
*/
|
|
2622
2622
|
"transform-origin": [{
|
|
2623
|
-
origin:
|
|
2623
|
+
origin: D()
|
|
2624
2624
|
}],
|
|
2625
2625
|
/**
|
|
2626
2626
|
* Transform Style
|
|
@@ -2670,7 +2670,7 @@ const A = (e) => {
|
|
|
2670
2670
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2671
2671
|
*/
|
|
2672
2672
|
accent: [{
|
|
2673
|
-
accent:
|
|
2673
|
+
accent: l()
|
|
2674
2674
|
}],
|
|
2675
2675
|
/**
|
|
2676
2676
|
* Appearance
|
|
@@ -2684,7 +2684,7 @@ const A = (e) => {
|
|
|
2684
2684
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2685
2685
|
*/
|
|
2686
2686
|
"caret-color": [{
|
|
2687
|
-
caret:
|
|
2687
|
+
caret: l()
|
|
2688
2688
|
}],
|
|
2689
2689
|
/**
|
|
2690
2690
|
* Color Scheme
|
|
@@ -2733,126 +2733,126 @@ const A = (e) => {
|
|
|
2733
2733
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2734
2734
|
*/
|
|
2735
2735
|
"scroll-m": [{
|
|
2736
|
-
"scroll-m":
|
|
2736
|
+
"scroll-m": m()
|
|
2737
2737
|
}],
|
|
2738
2738
|
/**
|
|
2739
2739
|
* Scroll Margin X
|
|
2740
2740
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2741
2741
|
*/
|
|
2742
2742
|
"scroll-mx": [{
|
|
2743
|
-
"scroll-mx":
|
|
2743
|
+
"scroll-mx": m()
|
|
2744
2744
|
}],
|
|
2745
2745
|
/**
|
|
2746
2746
|
* Scroll Margin Y
|
|
2747
2747
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2748
2748
|
*/
|
|
2749
2749
|
"scroll-my": [{
|
|
2750
|
-
"scroll-my":
|
|
2750
|
+
"scroll-my": m()
|
|
2751
2751
|
}],
|
|
2752
2752
|
/**
|
|
2753
2753
|
* Scroll Margin Start
|
|
2754
2754
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2755
2755
|
*/
|
|
2756
2756
|
"scroll-ms": [{
|
|
2757
|
-
"scroll-ms":
|
|
2757
|
+
"scroll-ms": m()
|
|
2758
2758
|
}],
|
|
2759
2759
|
/**
|
|
2760
2760
|
* Scroll Margin End
|
|
2761
2761
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2762
2762
|
*/
|
|
2763
2763
|
"scroll-me": [{
|
|
2764
|
-
"scroll-me":
|
|
2764
|
+
"scroll-me": m()
|
|
2765
2765
|
}],
|
|
2766
2766
|
/**
|
|
2767
2767
|
* Scroll Margin Top
|
|
2768
2768
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2769
2769
|
*/
|
|
2770
2770
|
"scroll-mt": [{
|
|
2771
|
-
"scroll-mt":
|
|
2771
|
+
"scroll-mt": m()
|
|
2772
2772
|
}],
|
|
2773
2773
|
/**
|
|
2774
2774
|
* Scroll Margin Right
|
|
2775
2775
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2776
2776
|
*/
|
|
2777
2777
|
"scroll-mr": [{
|
|
2778
|
-
"scroll-mr":
|
|
2778
|
+
"scroll-mr": m()
|
|
2779
2779
|
}],
|
|
2780
2780
|
/**
|
|
2781
2781
|
* Scroll Margin Bottom
|
|
2782
2782
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2783
2783
|
*/
|
|
2784
2784
|
"scroll-mb": [{
|
|
2785
|
-
"scroll-mb":
|
|
2785
|
+
"scroll-mb": m()
|
|
2786
2786
|
}],
|
|
2787
2787
|
/**
|
|
2788
2788
|
* Scroll Margin Left
|
|
2789
2789
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2790
2790
|
*/
|
|
2791
2791
|
"scroll-ml": [{
|
|
2792
|
-
"scroll-ml":
|
|
2792
|
+
"scroll-ml": m()
|
|
2793
2793
|
}],
|
|
2794
2794
|
/**
|
|
2795
2795
|
* Scroll Padding
|
|
2796
2796
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2797
2797
|
*/
|
|
2798
2798
|
"scroll-p": [{
|
|
2799
|
-
"scroll-p":
|
|
2799
|
+
"scroll-p": m()
|
|
2800
2800
|
}],
|
|
2801
2801
|
/**
|
|
2802
2802
|
* Scroll Padding X
|
|
2803
2803
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2804
2804
|
*/
|
|
2805
2805
|
"scroll-px": [{
|
|
2806
|
-
"scroll-px":
|
|
2806
|
+
"scroll-px": m()
|
|
2807
2807
|
}],
|
|
2808
2808
|
/**
|
|
2809
2809
|
* Scroll Padding Y
|
|
2810
2810
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2811
2811
|
*/
|
|
2812
2812
|
"scroll-py": [{
|
|
2813
|
-
"scroll-py":
|
|
2813
|
+
"scroll-py": m()
|
|
2814
2814
|
}],
|
|
2815
2815
|
/**
|
|
2816
2816
|
* Scroll Padding Start
|
|
2817
2817
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2818
2818
|
*/
|
|
2819
2819
|
"scroll-ps": [{
|
|
2820
|
-
"scroll-ps":
|
|
2820
|
+
"scroll-ps": m()
|
|
2821
2821
|
}],
|
|
2822
2822
|
/**
|
|
2823
2823
|
* Scroll Padding End
|
|
2824
2824
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2825
2825
|
*/
|
|
2826
2826
|
"scroll-pe": [{
|
|
2827
|
-
"scroll-pe":
|
|
2827
|
+
"scroll-pe": m()
|
|
2828
2828
|
}],
|
|
2829
2829
|
/**
|
|
2830
2830
|
* Scroll Padding Top
|
|
2831
2831
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2832
2832
|
*/
|
|
2833
2833
|
"scroll-pt": [{
|
|
2834
|
-
"scroll-pt":
|
|
2834
|
+
"scroll-pt": m()
|
|
2835
2835
|
}],
|
|
2836
2836
|
/**
|
|
2837
2837
|
* Scroll Padding Right
|
|
2838
2838
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2839
2839
|
*/
|
|
2840
2840
|
"scroll-pr": [{
|
|
2841
|
-
"scroll-pr":
|
|
2841
|
+
"scroll-pr": m()
|
|
2842
2842
|
}],
|
|
2843
2843
|
/**
|
|
2844
2844
|
* Scroll Padding Bottom
|
|
2845
2845
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2846
2846
|
*/
|
|
2847
2847
|
"scroll-pb": [{
|
|
2848
|
-
"scroll-pb":
|
|
2848
|
+
"scroll-pb": m()
|
|
2849
2849
|
}],
|
|
2850
2850
|
/**
|
|
2851
2851
|
* Scroll Padding Left
|
|
2852
2852
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2853
2853
|
*/
|
|
2854
2854
|
"scroll-pl": [{
|
|
2855
|
-
"scroll-pl":
|
|
2855
|
+
"scroll-pl": m()
|
|
2856
2856
|
}],
|
|
2857
2857
|
/**
|
|
2858
2858
|
* Scroll Snap Align
|
|
@@ -2930,21 +2930,21 @@ const A = (e) => {
|
|
|
2930
2930
|
* @see https://tailwindcss.com/docs/fill
|
|
2931
2931
|
*/
|
|
2932
2932
|
fill: [{
|
|
2933
|
-
fill: ["none", ...
|
|
2933
|
+
fill: ["none", ...l()]
|
|
2934
2934
|
}],
|
|
2935
2935
|
/**
|
|
2936
2936
|
* Stroke Width
|
|
2937
2937
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2938
2938
|
*/
|
|
2939
2939
|
"stroke-w": [{
|
|
2940
|
-
stroke: [
|
|
2940
|
+
stroke: [b, ie, K, be]
|
|
2941
2941
|
}],
|
|
2942
2942
|
/**
|
|
2943
2943
|
* Stroke
|
|
2944
2944
|
* @see https://tailwindcss.com/docs/stroke
|
|
2945
2945
|
*/
|
|
2946
2946
|
stroke: [{
|
|
2947
|
-
stroke: ["none", ...
|
|
2947
|
+
stroke: ["none", ...l()]
|
|
2948
2948
|
}],
|
|
2949
2949
|
// ---------------------
|
|
2950
2950
|
// --- Accessibility ---
|
|
@@ -3012,9 +3012,9 @@ const A = (e) => {
|
|
|
3012
3012
|
},
|
|
3013
3013
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3014
3014
|
};
|
|
3015
|
-
},
|
|
3016
|
-
function
|
|
3017
|
-
return
|
|
3015
|
+
}, Sr = /* @__PURE__ */ sr(Er);
|
|
3016
|
+
function I(...e) {
|
|
3017
|
+
return Sr(Ue(e));
|
|
3018
3018
|
}
|
|
3019
3019
|
const Cr = [
|
|
3020
3020
|
"Sun",
|
|
@@ -3025,19 +3025,19 @@ const Cr = [
|
|
|
3025
3025
|
"Fri",
|
|
3026
3026
|
"Sat"
|
|
3027
3027
|
];
|
|
3028
|
-
function
|
|
3029
|
-
const i = new Date(e, n, 1).getDay(),
|
|
3030
|
-
for (let
|
|
3031
|
-
|
|
3032
|
-
day:
|
|
3028
|
+
function Ar({ year: e, monthIndex: n }, o) {
|
|
3029
|
+
const i = new Date(e, n, 1).getDay(), d = new Date(e, n + 1, 0).getDate(), c = new Date(e, n, 0).getDate(), p = [];
|
|
3030
|
+
for (let y = 0; y < i; y++)
|
|
3031
|
+
p.push({
|
|
3032
|
+
day: c - i + 1 + y,
|
|
3033
3033
|
inCurrentMonth: !1
|
|
3034
3034
|
});
|
|
3035
|
-
for (let
|
|
3036
|
-
|
|
3037
|
-
let
|
|
3038
|
-
for (;
|
|
3039
|
-
|
|
3040
|
-
return
|
|
3035
|
+
for (let y = 1; y <= d; y++)
|
|
3036
|
+
p.push({ day: y, inCurrentMonth: !0 });
|
|
3037
|
+
let u = 1;
|
|
3038
|
+
for (; p.length % o !== 0; )
|
|
3039
|
+
p.push({ day: u, inCurrentMonth: !1 }), u++;
|
|
3040
|
+
return p;
|
|
3041
3041
|
}
|
|
3042
3042
|
function Tr({
|
|
3043
3043
|
view: e = { year: (/* @__PURE__ */ new Date()).getFullYear(), monthIndex: (/* @__PURE__ */ new Date()).getMonth() },
|
|
@@ -3045,59 +3045,63 @@ function Tr({
|
|
|
3045
3045
|
attendanceData: o,
|
|
3046
3046
|
onDateClick: t,
|
|
3047
3047
|
showNavigation: i = !0,
|
|
3048
|
-
showWeekdayHeaders:
|
|
3049
|
-
className:
|
|
3048
|
+
showWeekdayHeaders: d = !0,
|
|
3049
|
+
className: c = "",
|
|
3050
|
+
// Size customization props
|
|
3051
|
+
cellSize: p,
|
|
3052
|
+
cellHeight: u,
|
|
3053
|
+
cellWidth: y,
|
|
3050
3054
|
// Customization props
|
|
3051
|
-
cellClassName:
|
|
3052
|
-
presentCellClassName:
|
|
3053
|
-
absentCellClassName:
|
|
3054
|
-
navigationButtonClassName:
|
|
3055
|
-
weekdayHeaderClassName:
|
|
3056
|
-
monthTitleClassName:
|
|
3057
|
-
containerClassName:
|
|
3055
|
+
cellClassName: w = "",
|
|
3056
|
+
presentCellClassName: M = "",
|
|
3057
|
+
absentCellClassName: L = "",
|
|
3058
|
+
navigationButtonClassName: P = "",
|
|
3059
|
+
weekdayHeaderClassName: R = "",
|
|
3060
|
+
monthTitleClassName: S = "",
|
|
3061
|
+
containerClassName: O = ""
|
|
3058
3062
|
}) {
|
|
3059
|
-
const
|
|
3060
|
-
|
|
3061
|
-
if (!
|
|
3062
|
-
const
|
|
3063
|
-
const
|
|
3064
|
-
|
|
3063
|
+
const j = Le(null), [C, W] = Fe(7);
|
|
3064
|
+
De(() => {
|
|
3065
|
+
if (!j.current) return;
|
|
3066
|
+
const k = j.current, T = new ResizeObserver((z) => {
|
|
3067
|
+
const N = (z[0]?.contentRect.width ?? k.clientWidth) >= 8 * 64 + 156;
|
|
3068
|
+
W(N ? 14 : 7);
|
|
3065
3069
|
});
|
|
3066
|
-
return
|
|
3070
|
+
return T.observe(k), () => T.disconnect();
|
|
3067
3071
|
}, []);
|
|
3068
|
-
const
|
|
3072
|
+
const F = fe(() => Ar(e, C), [e, C]), D = fe(() => Array.from({ length: C }).map((k, T) => Cr[T % 7]), [C]), $ = fe(
|
|
3069
3073
|
() => new Date(e.year, e.monthIndex).toLocaleString("en-US", {
|
|
3070
3074
|
month: "long"
|
|
3071
3075
|
}),
|
|
3072
3076
|
[e]
|
|
3073
|
-
),
|
|
3074
|
-
const
|
|
3075
|
-
|
|
3076
|
-
},
|
|
3077
|
-
const
|
|
3078
|
-
|
|
3079
|
-
},
|
|
3077
|
+
), V = () => {
|
|
3078
|
+
const k = e.monthIndex - 1;
|
|
3079
|
+
k < 0 ? n({ year: e.year - 1, monthIndex: 11 }) : n({ ...e, monthIndex: k });
|
|
3080
|
+
}, m = () => {
|
|
3081
|
+
const k = e.monthIndex + 1;
|
|
3082
|
+
k > 11 ? n({ year: e.year + 1, monthIndex: 0 }) : n({ ...e, monthIndex: k });
|
|
3083
|
+
}, X = (() => {
|
|
3080
3084
|
if (o)
|
|
3081
3085
|
return Array.isArray(o) ? o.find(
|
|
3082
|
-
(
|
|
3086
|
+
(k) => k.year === e.year && k.monthIndex === e.monthIndex
|
|
3083
3087
|
) : o.year === e.year && o.monthIndex === e.monthIndex ? o : void 0;
|
|
3084
|
-
})(),
|
|
3085
|
-
t &&
|
|
3088
|
+
})(), U = X !== void 0, Y = (k) => {
|
|
3089
|
+
t && U && t(k, e.monthIndex, e.year);
|
|
3086
3090
|
};
|
|
3087
|
-
return /* @__PURE__ */
|
|
3088
|
-
i && /* @__PURE__ */
|
|
3089
|
-
/* @__PURE__ */
|
|
3090
|
-
/* @__PURE__ */
|
|
3091
|
+
return /* @__PURE__ */ E.jsxs("div", { className: I("w-full", c, O), children: [
|
|
3092
|
+
i && /* @__PURE__ */ E.jsxs("div", { className: "flex items-center justify-between mb-8", children: [
|
|
3093
|
+
/* @__PURE__ */ E.jsxs("div", { className: "flex items-center gap-3", children: [
|
|
3094
|
+
/* @__PURE__ */ E.jsx(
|
|
3091
3095
|
"button",
|
|
3092
3096
|
{
|
|
3093
|
-
onClick:
|
|
3094
|
-
className:
|
|
3097
|
+
onClick: V,
|
|
3098
|
+
className: I(
|
|
3095
3099
|
"size-10 rounded-xl border-2 border-slate-200 text-slate-700 grid place-items-center",
|
|
3096
3100
|
"transition-colors duration-200 hover:bg-slate-50",
|
|
3097
|
-
|
|
3101
|
+
P
|
|
3098
3102
|
),
|
|
3099
3103
|
"aria-label": "Previous month",
|
|
3100
|
-
children: /* @__PURE__ */
|
|
3104
|
+
children: /* @__PURE__ */ E.jsx(
|
|
3101
3105
|
"svg",
|
|
3102
3106
|
{
|
|
3103
3107
|
width: "16",
|
|
@@ -3106,22 +3110,22 @@ function Tr({
|
|
|
3106
3110
|
fill: "none",
|
|
3107
3111
|
stroke: "currentColor",
|
|
3108
3112
|
strokeWidth: "2",
|
|
3109
|
-
children: /* @__PURE__ */
|
|
3113
|
+
children: /* @__PURE__ */ E.jsx("polyline", { points: "15,18 9,12 15,6" })
|
|
3110
3114
|
}
|
|
3111
3115
|
)
|
|
3112
3116
|
}
|
|
3113
3117
|
),
|
|
3114
|
-
/* @__PURE__ */
|
|
3118
|
+
/* @__PURE__ */ E.jsx(
|
|
3115
3119
|
"button",
|
|
3116
3120
|
{
|
|
3117
|
-
onClick:
|
|
3118
|
-
className:
|
|
3121
|
+
onClick: m,
|
|
3122
|
+
className: I(
|
|
3119
3123
|
"size-10 rounded-xl border-2 border-slate-200 text-slate-700 grid place-items-center",
|
|
3120
3124
|
"transition-colors duration-200 hover:bg-slate-50",
|
|
3121
|
-
|
|
3125
|
+
P
|
|
3122
3126
|
),
|
|
3123
3127
|
"aria-label": "Next month",
|
|
3124
|
-
children: /* @__PURE__ */
|
|
3128
|
+
children: /* @__PURE__ */ E.jsx(
|
|
3125
3129
|
"svg",
|
|
3126
3130
|
{
|
|
3127
3131
|
width: "16",
|
|
@@ -3130,85 +3134,102 @@ function Tr({
|
|
|
3130
3134
|
fill: "none",
|
|
3131
3135
|
stroke: "currentColor",
|
|
3132
3136
|
strokeWidth: "2",
|
|
3133
|
-
children: /* @__PURE__ */
|
|
3137
|
+
children: /* @__PURE__ */ E.jsx("polyline", { points: "9,18 15,12 9,6" })
|
|
3134
3138
|
}
|
|
3135
3139
|
)
|
|
3136
3140
|
}
|
|
3137
3141
|
)
|
|
3138
3142
|
] }),
|
|
3139
|
-
/* @__PURE__ */
|
|
3143
|
+
/* @__PURE__ */ E.jsxs(
|
|
3140
3144
|
"h2",
|
|
3141
3145
|
{
|
|
3142
|
-
className:
|
|
3146
|
+
className: I(
|
|
3143
3147
|
"text-2xl font-bold text-slate-900",
|
|
3144
|
-
|
|
3148
|
+
S
|
|
3145
3149
|
),
|
|
3146
3150
|
children: [
|
|
3147
|
-
|
|
3151
|
+
$,
|
|
3148
3152
|
" ",
|
|
3149
3153
|
e.year
|
|
3150
3154
|
]
|
|
3151
3155
|
}
|
|
3152
3156
|
),
|
|
3153
|
-
/* @__PURE__ */
|
|
3157
|
+
/* @__PURE__ */ E.jsx("div", { className: "w-20" }),
|
|
3154
3158
|
" "
|
|
3155
3159
|
] }),
|
|
3156
|
-
|
|
3160
|
+
d && /* @__PURE__ */ E.jsx(
|
|
3157
3161
|
"div",
|
|
3158
3162
|
{
|
|
3159
|
-
className:
|
|
3160
|
-
style: { gridTemplateColumns: `repeat(${
|
|
3161
|
-
children:
|
|
3163
|
+
className: I("grid gap-4 text-center mb-6"),
|
|
3164
|
+
style: { gridTemplateColumns: `repeat(${C}, minmax(0, 1fr))` },
|
|
3165
|
+
children: D.map((k, T) => /* @__PURE__ */ E.jsx(
|
|
3162
3166
|
"div",
|
|
3163
3167
|
{
|
|
3164
|
-
className:
|
|
3168
|
+
className: I(
|
|
3165
3169
|
"text-sm font-semibold uppercase tracking-wide py-2",
|
|
3166
3170
|
"text-slate-500 bg-transparent rounded-xl",
|
|
3167
|
-
|
|
3171
|
+
R
|
|
3168
3172
|
),
|
|
3169
|
-
children:
|
|
3173
|
+
children: k
|
|
3170
3174
|
},
|
|
3171
|
-
|
|
3175
|
+
T
|
|
3172
3176
|
))
|
|
3173
3177
|
}
|
|
3174
3178
|
),
|
|
3175
|
-
/* @__PURE__ */
|
|
3179
|
+
/* @__PURE__ */ E.jsx(
|
|
3176
3180
|
"div",
|
|
3177
3181
|
{
|
|
3178
|
-
ref:
|
|
3179
|
-
className:
|
|
3180
|
-
style: { gridTemplateColumns: `repeat(${
|
|
3181
|
-
children:
|
|
3182
|
-
const
|
|
3182
|
+
ref: j,
|
|
3183
|
+
className: I("grid gap-4"),
|
|
3184
|
+
style: { gridTemplateColumns: `repeat(${C}, minmax(0, 1fr))` },
|
|
3185
|
+
children: F.map((k, T) => {
|
|
3186
|
+
const z = U && k.inCurrentMonth && X?.presentDays.has(k.day), A = U && k.inCurrentMonth && X?.absentDays.has(k.day), l = p ? {
|
|
3187
|
+
width: `${p}px`,
|
|
3188
|
+
height: `${p}px`,
|
|
3189
|
+
fontSize: p > 40 ? "text-base" : "text-sm"
|
|
3190
|
+
} : u || y ? {
|
|
3191
|
+
width: y ? `${y}px` : void 0,
|
|
3192
|
+
height: u ? `${u}px` : void 0,
|
|
3193
|
+
fontSize: u && u > 40 || y && y > 40 ? "text-base" : "text-sm"
|
|
3194
|
+
} : {
|
|
3195
|
+
width: void 0,
|
|
3196
|
+
height: void 0,
|
|
3197
|
+
fontSize: C >= 14 ? "text-sm" : "text-base"
|
|
3198
|
+
}, N = I(
|
|
3183
3199
|
"rounded-2xl grid place-items-center font-semibold cursor-pointer",
|
|
3184
3200
|
"transition-all duration-200",
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3201
|
+
!p && !u && !y && (C >= 14 ? "size-8 sm:size-12 text-sm" : "size-12 sm:size-14 text-base"),
|
|
3202
|
+
l.fontSize,
|
|
3203
|
+
w
|
|
3204
|
+
), Z = t && k.inCurrentMonth && U;
|
|
3205
|
+
let r = N;
|
|
3206
|
+
return k.inCurrentMonth ? z ? r = I(
|
|
3207
|
+
N,
|
|
3191
3208
|
"bg-emerald-500 text-white border-2 border-emerald-500",
|
|
3192
|
-
|
|
3193
|
-
) :
|
|
3194
|
-
|
|
3209
|
+
M
|
|
3210
|
+
) : A ? r = I(
|
|
3211
|
+
N,
|
|
3195
3212
|
"bg-amber-500 text-white border-2 border-amber-500",
|
|
3196
|
-
|
|
3197
|
-
) :
|
|
3198
|
-
|
|
3213
|
+
L
|
|
3214
|
+
) : r = I(
|
|
3215
|
+
N,
|
|
3199
3216
|
"text-slate-700 border-2 border-slate-200"
|
|
3200
|
-
) :
|
|
3201
|
-
|
|
3217
|
+
) : r = I(
|
|
3218
|
+
N,
|
|
3202
3219
|
"text-slate-400 border-2 border-slate-200"
|
|
3203
|
-
), /* @__PURE__ */
|
|
3220
|
+
), /* @__PURE__ */ E.jsx("div", { className: I("flex items-center justify-center"), children: /* @__PURE__ */ E.jsx(
|
|
3204
3221
|
"div",
|
|
3205
3222
|
{
|
|
3206
|
-
className:
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3223
|
+
className: r,
|
|
3224
|
+
style: {
|
|
3225
|
+
width: l.width,
|
|
3226
|
+
height: l.height
|
|
3227
|
+
},
|
|
3228
|
+
onClick: () => Z && Y(k.day),
|
|
3229
|
+
title: Z ? `Click to interact with ${k.day}` : void 0,
|
|
3230
|
+
children: k.day
|
|
3210
3231
|
}
|
|
3211
|
-
) },
|
|
3232
|
+
) }, T);
|
|
3212
3233
|
})
|
|
3213
3234
|
}
|
|
3214
3235
|
)
|
|
@@ -3216,6 +3237,6 @@ function Tr({
|
|
|
3216
3237
|
}
|
|
3217
3238
|
export {
|
|
3218
3239
|
Tr as AttendanceCalendar,
|
|
3219
|
-
|
|
3240
|
+
I as cn
|
|
3220
3241
|
};
|
|
3221
3242
|
//# sourceMappingURL=index.js.map
|