react-attendance-calendar 2.3.5 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -5
- package/dist/AttendanceCalendar.d.ts +6 -1
- package/dist/AttendanceCalendar.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +681 -689
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Le, { useRef as Fe, useState as
|
|
2
|
-
var
|
|
1
|
+
import Le, { useRef as Fe, useState as De, useMemo as re, useEffect as Ye } from "react";
|
|
2
|
+
var ue = { exports: {} }, ie = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.js
|
|
@@ -9,29 +9,29 @@ var ce = { exports: {} }, se = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
15
|
-
|
|
12
|
+
var we;
|
|
13
|
+
function Ve() {
|
|
14
|
+
if (we) return ie;
|
|
15
|
+
we = 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 b in i)
|
|
22
|
+
b !== "key" && (d[b] = i[b]);
|
|
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
|
-
return
|
|
32
|
+
return ie.Fragment = n, ie.jsx = o, ie.jsxs = o, ie;
|
|
33
33
|
}
|
|
34
|
-
var
|
|
34
|
+
var le = {};
|
|
35
35
|
/**
|
|
36
36
|
* @license React
|
|
37
37
|
* react-jsx-runtime.development.js
|
|
@@ -41,44 +41,44 @@ var ae = {};
|
|
|
41
41
|
* This source code is licensed under the MIT license found in the
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
43
|
*/
|
|
44
|
-
var
|
|
45
|
-
function
|
|
46
|
-
return
|
|
44
|
+
var ve;
|
|
45
|
+
function Ue() {
|
|
46
|
+
return ve || (ve = 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 === ae ? null : r.displayName || r.name || null;
|
|
51
51
|
if (typeof r == "string") return r;
|
|
52
52
|
switch (r) {
|
|
53
|
-
case
|
|
53
|
+
case P:
|
|
54
54
|
return "Fragment";
|
|
55
|
-
case
|
|
55
|
+
case F:
|
|
56
56
|
return "Profiler";
|
|
57
|
-
case
|
|
57
|
+
case G:
|
|
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 q:
|
|
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 C:
|
|
71
71
|
return "Portal";
|
|
72
|
-
case
|
|
72
|
+
case D:
|
|
73
73
|
return r.displayName || "Context";
|
|
74
|
-
case
|
|
74
|
+
case _:
|
|
75
75
|
return (r._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case
|
|
76
|
+
case N:
|
|
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
|
-
case
|
|
81
|
+
case A:
|
|
82
82
|
f = r._payload, r = r._init;
|
|
83
83
|
try {
|
|
84
84
|
return e(r(f));
|
|
@@ -99,17 +99,17 @@ function Ye() {
|
|
|
99
99
|
}
|
|
100
100
|
if (f) {
|
|
101
101
|
f = console;
|
|
102
|
-
var
|
|
103
|
-
return
|
|
102
|
+
var g = f.error, y = 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
|
+
y
|
|
107
107
|
), n(r);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
function t(r) {
|
|
111
|
-
if (r ===
|
|
112
|
-
if (typeof r == "object" && r !== null && r.$$typeof ===
|
|
111
|
+
if (r === P) return "<>";
|
|
112
|
+
if (typeof r == "object" && r !== null && r.$$typeof === A)
|
|
113
113
|
return "<...>";
|
|
114
114
|
try {
|
|
115
115
|
var f = e(r);
|
|
@@ -119,48 +119,48 @@ function Ye() {
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
function i() {
|
|
122
|
-
var r =
|
|
122
|
+
var r = z.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 (Y.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 b(r, f) {
|
|
136
|
+
function g() {
|
|
137
|
+
T || (T = !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 O[r] || (O[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 k(r, f,
|
|
154
|
-
var
|
|
153
|
+
function k(r, f, g, y, S, B) {
|
|
154
|
+
var p = g.ref;
|
|
155
155
|
return r = {
|
|
156
|
-
$$typeof:
|
|
156
|
+
$$typeof: v,
|
|
157
157
|
type: r,
|
|
158
158
|
key: f,
|
|
159
|
-
props:
|
|
160
|
-
_owner:
|
|
161
|
-
}, (
|
|
159
|
+
props: g,
|
|
160
|
+
_owner: y
|
|
161
|
+
}, (p !== void 0 ? p : 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,134 +175,134 @@ function Ye() {
|
|
|
175
175
|
configurable: !1,
|
|
176
176
|
enumerable: !1,
|
|
177
177
|
writable: !0,
|
|
178
|
-
value:
|
|
178
|
+
value: S
|
|
179
179
|
}), Object.defineProperty(r, "_debugTask", {
|
|
180
180
|
configurable: !1,
|
|
181
181
|
enumerable: !1,
|
|
182
182
|
writable: !0,
|
|
183
|
-
value:
|
|
183
|
+
value: B
|
|
184
184
|
}), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
187
|
-
var
|
|
188
|
-
if (
|
|
189
|
-
if (
|
|
190
|
-
if (
|
|
191
|
-
for (
|
|
192
|
-
|
|
193
|
-
Object.freeze && Object.freeze(
|
|
186
|
+
function R(r, f, g, y, S, B) {
|
|
187
|
+
var p = f.children;
|
|
188
|
+
if (p !== void 0)
|
|
189
|
+
if (y)
|
|
190
|
+
if (Q(p)) {
|
|
191
|
+
for (y = 0; y < p.length; y++)
|
|
192
|
+
M(p[y]);
|
|
193
|
+
Object.freeze && Object.freeze(p);
|
|
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 U = Object.keys(f).filter(function(
|
|
202
|
-
return
|
|
198
|
+
else M(p);
|
|
199
|
+
if (Y.call(f, "key")) {
|
|
200
|
+
p = e(r);
|
|
201
|
+
var U = Object.keys(f).filter(function(ee) {
|
|
202
|
+
return ee !== "key";
|
|
203
203
|
});
|
|
204
|
-
|
|
204
|
+
y = 0 < U.length ? "{key: someKey, " + U.join(": ..., ") + ": ...}" : "{key: someKey}", h[p + y] || (U = 0 < U.length ? "{" + U.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} />
|
|
208
208
|
React keys must be passed directly to JSX without using spread:
|
|
209
209
|
let props = %s;
|
|
210
210
|
<%s key={someKey} {...props} />`,
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
y,
|
|
212
|
+
p,
|
|
213
213
|
U,
|
|
214
|
-
|
|
215
|
-
),
|
|
214
|
+
p
|
|
215
|
+
), h[p + y] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (
|
|
218
|
-
|
|
219
|
-
for (var
|
|
220
|
-
|
|
221
|
-
} else
|
|
222
|
-
return
|
|
223
|
-
|
|
217
|
+
if (p = null, g !== void 0 && (o(g), p = "" + g), c(f) && (o(f.key), p = "" + f.key), "key" in f) {
|
|
218
|
+
g = {};
|
|
219
|
+
for (var J in f)
|
|
220
|
+
J !== "key" && (g[J] = f[J]);
|
|
221
|
+
} else g = f;
|
|
222
|
+
return p && b(
|
|
223
|
+
g,
|
|
224
224
|
typeof r == "function" ? r.displayName || r.name || "Unknown" : r
|
|
225
225
|
), k(
|
|
226
226
|
r,
|
|
227
|
+
p,
|
|
227
228
|
g,
|
|
228
|
-
b,
|
|
229
229
|
i(),
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
S,
|
|
231
|
+
B
|
|
232
232
|
);
|
|
233
233
|
}
|
|
234
|
-
function
|
|
235
|
-
L(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof ===
|
|
234
|
+
function M(r) {
|
|
235
|
+
L(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === A && (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 === v;
|
|
239
239
|
}
|
|
240
|
-
var
|
|
240
|
+
var j = Le, v = Symbol.for("react.transitional.element"), C = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), G = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), _ = Symbol.for("react.consumer"), D = Symbol.for("react.context"), N = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), V = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), q = Symbol.for("react.activity"), ae = Symbol.for("react.client.reference"), z = j.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Y = Object.prototype.hasOwnProperty, Q = Array.isArray, I = console.createTask ? console.createTask : function() {
|
|
241
241
|
return null;
|
|
242
242
|
};
|
|
243
|
-
|
|
243
|
+
j = {
|
|
244
244
|
react_stack_bottom_frame: function(r) {
|
|
245
245
|
return r();
|
|
246
246
|
}
|
|
247
247
|
};
|
|
248
|
-
var
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
)(),
|
|
252
|
-
|
|
253
|
-
var
|
|
254
|
-
return
|
|
248
|
+
var T, O = {}, l = j.react_stack_bottom_frame.bind(
|
|
249
|
+
j,
|
|
250
|
+
d
|
|
251
|
+
)(), K = I(t(d)), h = {};
|
|
252
|
+
le.Fragment = P, le.jsx = function(r, f, g) {
|
|
253
|
+
var y = 1e4 > z.recentlyCreatedOwnerStacks++;
|
|
254
|
+
return R(
|
|
255
255
|
r,
|
|
256
256
|
f,
|
|
257
|
-
|
|
257
|
+
g,
|
|
258
258
|
!1,
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
y ? Error("react-stack-top-frame") : l,
|
|
260
|
+
y ? I(t(r)) : K
|
|
261
261
|
);
|
|
262
|
-
},
|
|
263
|
-
var
|
|
264
|
-
return
|
|
262
|
+
}, le.jsxs = function(r, f, g) {
|
|
263
|
+
var y = 1e4 > z.recentlyCreatedOwnerStacks++;
|
|
264
|
+
return R(
|
|
265
265
|
r,
|
|
266
266
|
f,
|
|
267
|
-
|
|
267
|
+
g,
|
|
268
268
|
!0,
|
|
269
|
-
|
|
270
|
-
|
|
269
|
+
y ? Error("react-stack-top-frame") : l,
|
|
270
|
+
y ? I(t(r)) : K
|
|
271
271
|
);
|
|
272
272
|
};
|
|
273
|
-
})()),
|
|
273
|
+
})()), le;
|
|
274
274
|
}
|
|
275
|
-
var
|
|
276
|
-
function
|
|
277
|
-
return
|
|
275
|
+
var Re;
|
|
276
|
+
function We() {
|
|
277
|
+
return Re || (Re = 1, process.env.NODE_ENV === "production" ? ue.exports = Ve() : ue.exports = Ue()), ue.exports;
|
|
278
278
|
}
|
|
279
|
-
var
|
|
280
|
-
function
|
|
279
|
+
var w = We();
|
|
280
|
+
function Te(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 = Te(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
|
-
function
|
|
290
|
-
for (var e, n, o = 0, t = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (n =
|
|
289
|
+
function qe() {
|
|
290
|
+
for (var e, n, o = 0, t = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (n = Te(e)) && (t && (t += " "), t += n);
|
|
291
291
|
return t;
|
|
292
292
|
}
|
|
293
|
-
const
|
|
294
|
-
const n =
|
|
293
|
+
const ke = "-", Be = (e) => {
|
|
294
|
+
const n = Xe(e), {
|
|
295
295
|
conflictingClassGroups: o,
|
|
296
296
|
conflictingClassGroupModifiers: t
|
|
297
297
|
} = e;
|
|
298
298
|
return {
|
|
299
|
-
getClassGroupId: (
|
|
300
|
-
const
|
|
301
|
-
return
|
|
299
|
+
getClassGroupId: (c) => {
|
|
300
|
+
const b = c.split(ke);
|
|
301
|
+
return b[0] === "" && b.length !== 1 && b.shift(), Se(b, n) || Je(c);
|
|
302
302
|
},
|
|
303
|
-
getConflictingClassGroupIds: (
|
|
304
|
-
const
|
|
305
|
-
return
|
|
303
|
+
getConflictingClassGroupIds: (c, b) => {
|
|
304
|
+
const u = o[c] || [];
|
|
305
|
+
return b && t[c] ? [...u, ...t[c]] : u;
|
|
306
306
|
}
|
|
307
307
|
};
|
|
308
308
|
}, Se = (e, n) => {
|
|
@@ -313,17 +313,17 @@ const ye = "-", Be = (e) => {
|
|
|
313
313
|
return i;
|
|
314
314
|
if (n.validators.length === 0)
|
|
315
315
|
return;
|
|
316
|
-
const
|
|
316
|
+
const d = e.join(ke);
|
|
317
317
|
return n.validators.find(({
|
|
318
|
-
validator:
|
|
319
|
-
}) =>
|
|
320
|
-
},
|
|
321
|
-
if (
|
|
322
|
-
const n =
|
|
318
|
+
validator: c
|
|
319
|
+
}) => c(d))?.classGroupId;
|
|
320
|
+
}, Ee = /^\[(.+)\]$/, Je = (e) => {
|
|
321
|
+
if (Ee.test(e)) {
|
|
322
|
+
const n = Ee.exec(e)[1], o = n?.substring(0, n.indexOf(":"));
|
|
323
323
|
if (o)
|
|
324
324
|
return "arbitrary.." + o;
|
|
325
325
|
}
|
|
326
|
-
},
|
|
326
|
+
}, Xe = (e) => {
|
|
327
327
|
const {
|
|
328
328
|
theme: n,
|
|
329
329
|
classGroups: o
|
|
@@ -332,18 +332,18 @@ const ye = "-", Be = (e) => {
|
|
|
332
332
|
validators: []
|
|
333
333
|
};
|
|
334
334
|
for (const i in o)
|
|
335
|
-
|
|
335
|
+
he(o[i], t, i, n);
|
|
336
336
|
return t;
|
|
337
|
-
},
|
|
337
|
+
}, he = (e, n, o, t) => {
|
|
338
338
|
e.forEach((i) => {
|
|
339
339
|
if (typeof i == "string") {
|
|
340
|
-
const
|
|
341
|
-
|
|
340
|
+
const d = i === "" ? n : Ae(n, i);
|
|
341
|
+
d.classGroupId = o;
|
|
342
342
|
return;
|
|
343
343
|
}
|
|
344
344
|
if (typeof i == "function") {
|
|
345
|
-
if (
|
|
346
|
-
|
|
345
|
+
if (Ze(i)) {
|
|
346
|
+
he(i(t), n, o, t);
|
|
347
347
|
return;
|
|
348
348
|
}
|
|
349
349
|
n.validators.push({
|
|
@@ -352,19 +352,19 @@ const ye = "-", Be = (e) => {
|
|
|
352
352
|
});
|
|
353
353
|
return;
|
|
354
354
|
}
|
|
355
|
-
Object.entries(i).forEach(([
|
|
356
|
-
|
|
355
|
+
Object.entries(i).forEach(([d, c]) => {
|
|
356
|
+
he(c, Ae(n, d), o, t);
|
|
357
357
|
});
|
|
358
358
|
});
|
|
359
|
-
},
|
|
359
|
+
}, Ae = (e, n) => {
|
|
360
360
|
let o = e;
|
|
361
|
-
return n.split(
|
|
361
|
+
return n.split(ke).forEach((t) => {
|
|
362
362
|
o.nextPart.has(t) || o.nextPart.set(t, {
|
|
363
363
|
nextPart: /* @__PURE__ */ new Map(),
|
|
364
364
|
validators: []
|
|
365
365
|
}), o = o.nextPart.get(t);
|
|
366
366
|
}), o;
|
|
367
|
-
},
|
|
367
|
+
}, Ze = (e) => e.isThemeGetter, Qe = (e) => {
|
|
368
368
|
if (e < 1)
|
|
369
369
|
return {
|
|
370
370
|
get: () => {
|
|
@@ -373,177 +373,177 @@ 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
|
-
},
|
|
391
|
+
}, xe = "!", ye = ":", Ke = ye.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, b = 0, u = 0, k;
|
|
399
|
+
for (let v = 0; v < i.length; v++) {
|
|
400
|
+
let C = i[v];
|
|
401
|
+
if (c === 0 && b === 0) {
|
|
402
|
+
if (C === ye) {
|
|
403
|
+
d.push(i.slice(u, v)), u = v + Ke;
|
|
404
404
|
continue;
|
|
405
405
|
}
|
|
406
|
-
if (
|
|
407
|
-
k =
|
|
406
|
+
if (C === "/") {
|
|
407
|
+
k = v;
|
|
408
408
|
continue;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
|
|
411
|
+
C === "[" ? c++ : C === "]" ? c-- : C === "(" ? b++ : C === ")" && b--;
|
|
412
412
|
}
|
|
413
|
-
const
|
|
413
|
+
const R = d.length === 0 ? i : i.substring(u), M = er(R), L = M !== R, j = k && k > u ? k - u : void 0;
|
|
414
414
|
return {
|
|
415
|
-
modifiers:
|
|
415
|
+
modifiers: d,
|
|
416
416
|
hasImportantModifier: L,
|
|
417
|
-
baseClassName:
|
|
418
|
-
maybePostfixModifierPosition:
|
|
417
|
+
baseClassName: M,
|
|
418
|
+
maybePostfixModifierPosition: j
|
|
419
419
|
};
|
|
420
420
|
};
|
|
421
421
|
if (n) {
|
|
422
|
-
const i = n +
|
|
423
|
-
t = (
|
|
422
|
+
const i = n + ye, 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
|
}
|
|
438
438
|
return t;
|
|
439
|
-
},
|
|
439
|
+
}, er = (e) => e.endsWith(xe) ? e.substring(0, e.length - 1) : e.startsWith(xe) ? e.substring(1) : e, rr = (e) => {
|
|
440
440
|
const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
|
|
441
441
|
return (t) => {
|
|
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
|
-
},
|
|
451
|
-
cache:
|
|
452
|
-
parseClassName:
|
|
453
|
-
sortModifiers:
|
|
450
|
+
}, tr = (e) => ({
|
|
451
|
+
cache: Qe(e.cacheSize),
|
|
452
|
+
parseClassName: He(e),
|
|
453
|
+
sortModifiers: rr(e),
|
|
454
454
|
...Be(e)
|
|
455
|
-
}),
|
|
455
|
+
}), or = /\s+/, nr = (e, n) => {
|
|
456
456
|
const {
|
|
457
457
|
parseClassName: o,
|
|
458
458
|
getClassGroupId: t,
|
|
459
459
|
getConflictingClassGroupIds: i,
|
|
460
|
-
sortModifiers:
|
|
461
|
-
} = n,
|
|
462
|
-
let
|
|
463
|
-
for (let k =
|
|
464
|
-
const
|
|
465
|
-
isExternal:
|
|
460
|
+
sortModifiers: d
|
|
461
|
+
} = n, c = [], b = e.trim().split(or);
|
|
462
|
+
let u = "";
|
|
463
|
+
for (let k = b.length - 1; k >= 0; k -= 1) {
|
|
464
|
+
const R = b[k], {
|
|
465
|
+
isExternal: M,
|
|
466
466
|
modifiers: L,
|
|
467
|
-
hasImportantModifier:
|
|
468
|
-
baseClassName:
|
|
469
|
-
maybePostfixModifierPosition:
|
|
470
|
-
} = o(
|
|
471
|
-
if (
|
|
472
|
-
|
|
467
|
+
hasImportantModifier: j,
|
|
468
|
+
baseClassName: v,
|
|
469
|
+
maybePostfixModifierPosition: C
|
|
470
|
+
} = o(R);
|
|
471
|
+
if (M) {
|
|
472
|
+
u = R + (u.length > 0 ? " " + u : u);
|
|
473
473
|
continue;
|
|
474
474
|
}
|
|
475
|
-
let
|
|
476
|
-
if (!
|
|
477
|
-
if (!
|
|
478
|
-
|
|
475
|
+
let P = !!C, G = t(P ? v.substring(0, C) : v);
|
|
476
|
+
if (!G) {
|
|
477
|
+
if (!P) {
|
|
478
|
+
u = R + (u.length > 0 ? " " + u : u);
|
|
479
479
|
continue;
|
|
480
480
|
}
|
|
481
|
-
if (
|
|
482
|
-
|
|
481
|
+
if (G = t(v), !G) {
|
|
482
|
+
u = R + (u.length > 0 ? " " + u : u);
|
|
483
483
|
continue;
|
|
484
484
|
}
|
|
485
|
-
|
|
485
|
+
P = !1;
|
|
486
486
|
}
|
|
487
|
-
const
|
|
488
|
-
if (
|
|
487
|
+
const F = d(L).join(":"), _ = j ? F + xe : F, D = _ + G;
|
|
488
|
+
if (c.includes(D))
|
|
489
489
|
continue;
|
|
490
|
-
|
|
491
|
-
const
|
|
492
|
-
for (let
|
|
493
|
-
const
|
|
494
|
-
|
|
490
|
+
c.push(D);
|
|
491
|
+
const N = i(G, P);
|
|
492
|
+
for (let $ = 0; $ < N.length; ++$) {
|
|
493
|
+
const V = N[$];
|
|
494
|
+
c.push(_ + V);
|
|
495
495
|
}
|
|
496
|
-
|
|
496
|
+
u = R + (u.length > 0 ? " " + u : u);
|
|
497
497
|
}
|
|
498
|
-
return
|
|
498
|
+
return u;
|
|
499
499
|
};
|
|
500
|
-
function
|
|
500
|
+
function sr() {
|
|
501
501
|
let e = 0, n, o, t = "";
|
|
502
502
|
for (; e < arguments.length; )
|
|
503
|
-
(n = arguments[e++]) && (o =
|
|
503
|
+
(n = arguments[e++]) && (o = Me(n)) && (t && (t += " "), t += o);
|
|
504
504
|
return t;
|
|
505
505
|
}
|
|
506
|
-
const
|
|
506
|
+
const Me = (e) => {
|
|
507
507
|
if (typeof e == "string")
|
|
508
508
|
return e;
|
|
509
509
|
let n, o = "";
|
|
510
510
|
for (let t = 0; t < e.length; t++)
|
|
511
|
-
e[t] && (n =
|
|
511
|
+
e[t] && (n = Me(e[t])) && (o && (o += " "), o += n);
|
|
512
512
|
return o;
|
|
513
513
|
};
|
|
514
|
-
function
|
|
515
|
-
let o, t, i,
|
|
516
|
-
function
|
|
517
|
-
const k = n.reduce((
|
|
518
|
-
return o =
|
|
514
|
+
function ar(e, ...n) {
|
|
515
|
+
let o, t, i, d = c;
|
|
516
|
+
function c(u) {
|
|
517
|
+
const k = n.reduce((R, M) => M(R), e());
|
|
518
|
+
return o = tr(k), t = o.cache.get, i = o.cache.set, d = b, b(u);
|
|
519
519
|
}
|
|
520
|
-
function
|
|
521
|
-
const k = t(
|
|
520
|
+
function b(u) {
|
|
521
|
+
const k = t(u);
|
|
522
522
|
if (k)
|
|
523
523
|
return k;
|
|
524
|
-
const
|
|
525
|
-
return i(
|
|
524
|
+
const R = nr(u, o);
|
|
525
|
+
return i(u, R), R;
|
|
526
526
|
}
|
|
527
527
|
return function() {
|
|
528
|
-
return
|
|
528
|
+
return d(sr.apply(null, arguments));
|
|
529
529
|
};
|
|
530
530
|
}
|
|
531
|
-
const
|
|
531
|
+
const E = (e) => {
|
|
532
532
|
const n = (o) => o[e] || [];
|
|
533
533
|
return n.isThemeGetter = !0, n;
|
|
534
|
-
},
|
|
534
|
+
}, je = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Pe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ir = /^\d+\/\d+$/, lr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, cr = /\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$/, dr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ur = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, mr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, te = (e) => ir.test(e), x = (e) => !!e && !Number.isNaN(Number(e)), X = (e) => !!e && Number.isInteger(Number(e)), be = (e) => e.endsWith("%") && x(e.slice(0, -1)), W = (e) => lr.test(e), fr = () => !0, pr = (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
|
-
|
|
539
|
-
),
|
|
540
|
-
const t =
|
|
538
|
+
cr.test(e) && !dr.test(e)
|
|
539
|
+
), Ne = () => !1, br = (e) => ur.test(e), gr = (e) => mr.test(e), hr = (e) => !s(e) && !a(e), xr = (e) => ne(e, Oe, Ne), s = (e) => je.test(e), H = (e) => ne(e, Ge, pr), ge = (e) => ne(e, Rr, x), _e = (e) => ne(e, ze, Ne), yr = (e) => ne(e, Ie, gr), me = (e) => ne(e, $e, br), a = (e) => Pe.test(e), ce = (e) => se(e, Ge), kr = (e) => se(e, Er), Ce = (e) => se(e, ze), wr = (e) => se(e, Oe), vr = (e) => se(e, Ie), fe = (e) => se(e, $e, !0), ne = (e, n, o) => {
|
|
540
|
+
const t = je.exec(e);
|
|
541
541
|
return t ? t[1] ? n(t[1]) : o(t[2]) : !1;
|
|
542
|
-
},
|
|
542
|
+
}, se = (e, n, o = !1) => {
|
|
543
543
|
const t = Pe.exec(e);
|
|
544
544
|
return t ? t[1] ? n(t[1]) : o : !1;
|
|
545
|
-
},
|
|
546
|
-
const e =
|
|
545
|
+
}, ze = (e) => e === "position" || e === "percentage", Ie = (e) => e === "image" || e === "url", Oe = (e) => e === "length" || e === "size" || e === "bg-size", Ge = (e) => e === "length", Rr = (e) => e === "number", Er = (e) => e === "family-name", $e = (e) => e === "shadow", Ar = () => {
|
|
546
|
+
const e = E("color"), n = E("font"), o = E("text"), t = E("font-weight"), i = E("tracking"), d = E("leading"), c = E("breakpoint"), b = E("container"), u = E("spacing"), k = E("radius"), R = E("shadow"), M = E("inset-shadow"), L = E("text-shadow"), j = E("drop-shadow"), v = E("blur"), C = E("perspective"), P = E("aspect"), G = E("ease"), F = E("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [
|
|
547
547
|
"center",
|
|
548
548
|
"top",
|
|
549
549
|
"bottom",
|
|
@@ -561,15 +561,15 @@ 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
|
-
],
|
|
565
|
-
span: ["full",
|
|
566
|
-
},
|
|
564
|
+
], N = () => [...D(), a, s], $ = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", "contain", "none"], m = () => [a, s, u], A = () => [te, "full", "auto", ...m()], q = () => [X, "none", "subgrid", a, s], ae = () => ["auto", {
|
|
565
|
+
span: ["full", X, a, s]
|
|
566
|
+
}, X, a, s], z = () => [X, "auto", a, s], Y = () => ["auto", "min", "max", "fr", a, s], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], I = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], T = () => ["auto", ...m()], O = () => [te, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, a, s], K = () => [...D(), Ce, _e, {
|
|
567
567
|
position: [a, s]
|
|
568
|
-
}],
|
|
568
|
+
}], h = () => ["no-repeat", {
|
|
569
569
|
repeat: ["", "x", "y", "space", "round"]
|
|
570
|
-
}], r = () => ["auto", "cover", "contain",
|
|
570
|
+
}], r = () => ["auto", "cover", "contain", wr, xr, {
|
|
571
571
|
size: [a, s]
|
|
572
|
-
}], f = () => [
|
|
572
|
+
}], f = () => [be, ce, H], g = () => [
|
|
573
573
|
// Deprecated since Tailwind CSS v4.0.0
|
|
574
574
|
"",
|
|
575
575
|
"none",
|
|
@@ -577,35 +577,35 @@ const A = (e) => {
|
|
|
577
577
|
k,
|
|
578
578
|
a,
|
|
579
579
|
s
|
|
580
|
-
],
|
|
580
|
+
], y = () => ["", x, ce, H], S = () => ["solid", "dashed", "dotted", "double"], B = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], p = () => [x, be, Ce, _e], U = () => [
|
|
581
581
|
// Deprecated since Tailwind CSS v4.0.0
|
|
582
582
|
"",
|
|
583
583
|
"none",
|
|
584
|
-
|
|
584
|
+
v,
|
|
585
585
|
a,
|
|
586
586
|
s
|
|
587
|
-
],
|
|
587
|
+
], J = () => ["none", x, a, s], ee = () => ["none", x, a, s], pe = () => [x, a, s], de = () => [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: [
|
|
595
|
-
color: [
|
|
596
|
-
container: [
|
|
597
|
-
"drop-shadow": [
|
|
593
|
+
blur: [W],
|
|
594
|
+
breakpoint: [W],
|
|
595
|
+
color: [fr],
|
|
596
|
+
container: [W],
|
|
597
|
+
"drop-shadow": [W],
|
|
598
598
|
ease: ["in", "out", "in-out"],
|
|
599
|
-
font: [
|
|
599
|
+
font: [hr],
|
|
600
600
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
601
|
-
"inset-shadow": [
|
|
601
|
+
"inset-shadow": [W],
|
|
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: [W],
|
|
605
|
+
shadow: [W],
|
|
606
|
+
spacing: ["px", x],
|
|
607
|
+
text: [W],
|
|
608
|
+
"text-shadow": [W],
|
|
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, P]
|
|
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: [x, s, a, b]
|
|
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": _()
|
|
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": _()
|
|
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: N()
|
|
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
|
|
@@ -762,63 +762,63 @@ const A = (e) => {
|
|
|
762
762
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
763
763
|
*/
|
|
764
764
|
inset: [{
|
|
765
|
-
inset:
|
|
765
|
+
inset: A()
|
|
766
766
|
}],
|
|
767
767
|
/**
|
|
768
768
|
* Right / Left
|
|
769
769
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
770
770
|
*/
|
|
771
771
|
"inset-x": [{
|
|
772
|
-
"inset-x":
|
|
772
|
+
"inset-x": A()
|
|
773
773
|
}],
|
|
774
774
|
/**
|
|
775
775
|
* Top / Bottom
|
|
776
776
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
777
777
|
*/
|
|
778
778
|
"inset-y": [{
|
|
779
|
-
"inset-y":
|
|
779
|
+
"inset-y": A()
|
|
780
780
|
}],
|
|
781
781
|
/**
|
|
782
782
|
* Start
|
|
783
783
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
784
784
|
*/
|
|
785
785
|
start: [{
|
|
786
|
-
start:
|
|
786
|
+
start: A()
|
|
787
787
|
}],
|
|
788
788
|
/**
|
|
789
789
|
* End
|
|
790
790
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
791
791
|
*/
|
|
792
792
|
end: [{
|
|
793
|
-
end:
|
|
793
|
+
end: A()
|
|
794
794
|
}],
|
|
795
795
|
/**
|
|
796
796
|
* Top
|
|
797
797
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
798
798
|
*/
|
|
799
799
|
top: [{
|
|
800
|
-
top:
|
|
800
|
+
top: A()
|
|
801
801
|
}],
|
|
802
802
|
/**
|
|
803
803
|
* Right
|
|
804
804
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
805
805
|
*/
|
|
806
806
|
right: [{
|
|
807
|
-
right:
|
|
807
|
+
right: A()
|
|
808
808
|
}],
|
|
809
809
|
/**
|
|
810
810
|
* Bottom
|
|
811
811
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
812
812
|
*/
|
|
813
813
|
bottom: [{
|
|
814
|
-
bottom:
|
|
814
|
+
bottom: A()
|
|
815
815
|
}],
|
|
816
816
|
/**
|
|
817
817
|
* Left
|
|
818
818
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
819
819
|
*/
|
|
820
820
|
left: [{
|
|
821
|
-
left:
|
|
821
|
+
left: A()
|
|
822
822
|
}],
|
|
823
823
|
/**
|
|
824
824
|
* Visibility
|
|
@@ -830,7 +830,7 @@ const A = (e) => {
|
|
|
830
830
|
* @see https://tailwindcss.com/docs/z-index
|
|
831
831
|
*/
|
|
832
832
|
z: [{
|
|
833
|
-
z: [
|
|
833
|
+
z: [X, "auto", a, s]
|
|
834
834
|
}],
|
|
835
835
|
// ------------------------
|
|
836
836
|
// --- Flexbox and Grid ---
|
|
@@ -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", b, ...m()]
|
|
844
844
|
}],
|
|
845
845
|
/**
|
|
846
846
|
* Flex Direction
|
|
@@ -861,84 +861,84 @@ const A = (e) => {
|
|
|
861
861
|
* @see https://tailwindcss.com/docs/flex
|
|
862
862
|
*/
|
|
863
863
|
flex: [{
|
|
864
|
-
flex: [
|
|
864
|
+
flex: [x, 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: ["", x, 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: ["", x, a, s]
|
|
879
879
|
}],
|
|
880
880
|
/**
|
|
881
881
|
* Order
|
|
882
882
|
* @see https://tailwindcss.com/docs/order
|
|
883
883
|
*/
|
|
884
884
|
order: [{
|
|
885
|
-
order: [
|
|
885
|
+
order: [X, "first", "last", "none", a, s]
|
|
886
886
|
}],
|
|
887
887
|
/**
|
|
888
888
|
* Grid Template Columns
|
|
889
889
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
890
890
|
*/
|
|
891
891
|
"grid-cols": [{
|
|
892
|
-
"grid-cols":
|
|
892
|
+
"grid-cols": q()
|
|
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: ae()
|
|
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": z()
|
|
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": z()
|
|
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": q()
|
|
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: ae()
|
|
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": z()
|
|
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": z()
|
|
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": Y()
|
|
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": Y()
|
|
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: [...Q(), "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": [...I(), "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", ...I()]
|
|
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", ...Q()]
|
|
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: [...I(), {
|
|
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", ...I(), {
|
|
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": Q()
|
|
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": [...I(), "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", ...I()]
|
|
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: T()
|
|
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: T()
|
|
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: T()
|
|
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: T()
|
|
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: T()
|
|
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: T()
|
|
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: T()
|
|
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: T()
|
|
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: T()
|
|
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: O()
|
|
1212
1212
|
}],
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Width
|
|
1215
1215
|
* @see https://tailwindcss.com/docs/width
|
|
1216
1216
|
*/
|
|
1217
1217
|
w: [{
|
|
1218
|
-
w: [
|
|
1218
|
+
w: [b, "screen", ...O()]
|
|
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
|
+
b,
|
|
1227
1227
|
"screen",
|
|
1228
1228
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1229
1229
|
"none",
|
|
1230
|
-
...
|
|
1230
|
+
...O()
|
|
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
|
+
b,
|
|
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
|
+
...O()
|
|
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", ...O()]
|
|
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", ...O()]
|
|
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", ...O()]
|
|
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,
|
|
1280
|
+
text: ["base", o, ce, H]
|
|
1281
1281
|
}],
|
|
1282
1282
|
/**
|
|
1283
1283
|
* Font Smoothing
|
|
@@ -1294,21 +1294,21 @@ const A = (e) => {
|
|
|
1294
1294
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1295
1295
|
*/
|
|
1296
1296
|
"font-weight": [{
|
|
1297
|
-
font: [t, a,
|
|
1297
|
+
font: [t, a, ge]
|
|
1298
1298
|
}],
|
|
1299
1299
|
/**
|
|
1300
1300
|
* Font Stretch
|
|
1301
1301
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1302
1302
|
*/
|
|
1303
1303
|
"font-stretch": [{
|
|
1304
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1304
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", be, s]
|
|
1305
1305
|
}],
|
|
1306
1306
|
/**
|
|
1307
1307
|
* Font Family
|
|
1308
1308
|
* @see https://tailwindcss.com/docs/font-family
|
|
1309
1309
|
*/
|
|
1310
1310
|
"font-family": [{
|
|
1311
|
-
font: [
|
|
1311
|
+
font: [kr, s, n]
|
|
1312
1312
|
}],
|
|
1313
1313
|
/**
|
|
1314
1314
|
* Font Variant Numeric
|
|
@@ -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": [x, "none", a, ge]
|
|
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: [...S(), "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: [x, "from-font", "auto", a, H]
|
|
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": [x, "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: K()
|
|
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: h()
|
|
1547
1547
|
}],
|
|
1548
1548
|
/**
|
|
1549
1549
|
* Background Size
|
|
@@ -1560,17 +1560,17 @@ const A = (e) => {
|
|
|
1560
1560
|
bg: ["none", {
|
|
1561
1561
|
linear: [{
|
|
1562
1562
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1563
|
-
},
|
|
1563
|
+
}, X, a, s],
|
|
1564
1564
|
radial: ["", a, s],
|
|
1565
|
-
conic: [
|
|
1566
|
-
},
|
|
1565
|
+
conic: [X, a, s]
|
|
1566
|
+
}, vr, yr]
|
|
1567
1567
|
}],
|
|
1568
1568
|
/**
|
|
1569
1569
|
* Background Color
|
|
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,175 +1622,175 @@ 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
|
|
1727
1727
|
* @see https://tailwindcss.com/docs/border-width
|
|
1728
1728
|
*/
|
|
1729
1729
|
"border-w": [{
|
|
1730
|
-
border:
|
|
1730
|
+
border: y()
|
|
1731
1731
|
}],
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Border Width X
|
|
1734
1734
|
* @see https://tailwindcss.com/docs/border-width
|
|
1735
1735
|
*/
|
|
1736
1736
|
"border-w-x": [{
|
|
1737
|
-
"border-x":
|
|
1737
|
+
"border-x": y()
|
|
1738
1738
|
}],
|
|
1739
1739
|
/**
|
|
1740
1740
|
* Border Width Y
|
|
1741
1741
|
* @see https://tailwindcss.com/docs/border-width
|
|
1742
1742
|
*/
|
|
1743
1743
|
"border-w-y": [{
|
|
1744
|
-
"border-y":
|
|
1744
|
+
"border-y": y()
|
|
1745
1745
|
}],
|
|
1746
1746
|
/**
|
|
1747
1747
|
* Border Width Start
|
|
1748
1748
|
* @see https://tailwindcss.com/docs/border-width
|
|
1749
1749
|
*/
|
|
1750
1750
|
"border-w-s": [{
|
|
1751
|
-
"border-s":
|
|
1751
|
+
"border-s": y()
|
|
1752
1752
|
}],
|
|
1753
1753
|
/**
|
|
1754
1754
|
* Border Width End
|
|
1755
1755
|
* @see https://tailwindcss.com/docs/border-width
|
|
1756
1756
|
*/
|
|
1757
1757
|
"border-w-e": [{
|
|
1758
|
-
"border-e":
|
|
1758
|
+
"border-e": y()
|
|
1759
1759
|
}],
|
|
1760
1760
|
/**
|
|
1761
1761
|
* Border Width Top
|
|
1762
1762
|
* @see https://tailwindcss.com/docs/border-width
|
|
1763
1763
|
*/
|
|
1764
1764
|
"border-w-t": [{
|
|
1765
|
-
"border-t":
|
|
1765
|
+
"border-t": y()
|
|
1766
1766
|
}],
|
|
1767
1767
|
/**
|
|
1768
1768
|
* Border Width Right
|
|
1769
1769
|
* @see https://tailwindcss.com/docs/border-width
|
|
1770
1770
|
*/
|
|
1771
1771
|
"border-w-r": [{
|
|
1772
|
-
"border-r":
|
|
1772
|
+
"border-r": y()
|
|
1773
1773
|
}],
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Border Width Bottom
|
|
1776
1776
|
* @see https://tailwindcss.com/docs/border-width
|
|
1777
1777
|
*/
|
|
1778
1778
|
"border-w-b": [{
|
|
1779
|
-
"border-b":
|
|
1779
|
+
"border-b": y()
|
|
1780
1780
|
}],
|
|
1781
1781
|
/**
|
|
1782
1782
|
* Border Width Left
|
|
1783
1783
|
* @see https://tailwindcss.com/docs/border-width
|
|
1784
1784
|
*/
|
|
1785
1785
|
"border-w-l": [{
|
|
1786
|
-
"border-l":
|
|
1786
|
+
"border-l": y()
|
|
1787
1787
|
}],
|
|
1788
1788
|
/**
|
|
1789
1789
|
* Divide Width X
|
|
1790
1790
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1791
1791
|
*/
|
|
1792
1792
|
"divide-x": [{
|
|
1793
|
-
"divide-x":
|
|
1793
|
+
"divide-x": y()
|
|
1794
1794
|
}],
|
|
1795
1795
|
/**
|
|
1796
1796
|
* Divide Width X Reverse
|
|
@@ -1802,7 +1802,7 @@ const A = (e) => {
|
|
|
1802
1802
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1803
1803
|
*/
|
|
1804
1804
|
"divide-y": [{
|
|
1805
|
-
"divide-y":
|
|
1805
|
+
"divide-y": y()
|
|
1806
1806
|
}],
|
|
1807
1807
|
/**
|
|
1808
1808
|
* Divide Width Y Reverse
|
|
@@ -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: [...S(), "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: [...S(), "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: [...S(), "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": [x, 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: ["", x, ce, H]
|
|
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 ---
|
|
@@ -1933,9 +1933,9 @@ const A = (e) => {
|
|
|
1933
1933
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1934
1934
|
"",
|
|
1935
1935
|
"none",
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1936
|
+
R,
|
|
1937
|
+
fe,
|
|
1938
|
+
me
|
|
1939
1939
|
]
|
|
1940
1940
|
}],
|
|
1941
1941
|
/**
|
|
@@ -1943,28 +1943,28 @@ 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, fe, me]
|
|
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
|
|
1964
1964
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1965
1965
|
*/
|
|
1966
1966
|
"ring-w": [{
|
|
1967
|
-
ring:
|
|
1967
|
+
ring: y()
|
|
1968
1968
|
}],
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Ring Width Inset
|
|
@@ -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": [x, H]
|
|
1991
1991
|
}],
|
|
1992
1992
|
/**
|
|
1993
1993
|
* Ring Offset Color
|
|
@@ -1996,56 +1996,56 @@ 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
|
|
2003
2003
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2004
2004
|
*/
|
|
2005
2005
|
"inset-ring-w": [{
|
|
2006
|
-
"inset-ring":
|
|
2006
|
+
"inset-ring": y()
|
|
2007
2007
|
}],
|
|
2008
2008
|
/**
|
|
2009
2009
|
* Inset Ring Color
|
|
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
|
|
2017
2017
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2018
2018
|
*/
|
|
2019
2019
|
"text-shadow": [{
|
|
2020
|
-
"text-shadow": ["none", L,
|
|
2020
|
+
"text-shadow": ["none", L, fe, me]
|
|
2021
2021
|
}],
|
|
2022
2022
|
/**
|
|
2023
2023
|
* Text Shadow Color
|
|
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: [x, 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": [...B(), "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": B()
|
|
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": [x]
|
|
2070
2070
|
}],
|
|
2071
2071
|
"mask-image-linear-from-pos": [{
|
|
2072
|
-
"mask-linear-from":
|
|
2072
|
+
"mask-linear-from": p()
|
|
2073
2073
|
}],
|
|
2074
2074
|
"mask-image-linear-to-pos": [{
|
|
2075
|
-
"mask-linear-to":
|
|
2075
|
+
"mask-linear-to": p()
|
|
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": p()
|
|
2085
2085
|
}],
|
|
2086
2086
|
"mask-image-t-to-pos": [{
|
|
2087
|
-
"mask-t-to":
|
|
2087
|
+
"mask-t-to": p()
|
|
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": p()
|
|
2097
2097
|
}],
|
|
2098
2098
|
"mask-image-r-to-pos": [{
|
|
2099
|
-
"mask-r-to":
|
|
2099
|
+
"mask-r-to": p()
|
|
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": p()
|
|
2109
2109
|
}],
|
|
2110
2110
|
"mask-image-b-to-pos": [{
|
|
2111
|
-
"mask-b-to":
|
|
2111
|
+
"mask-b-to": p()
|
|
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": p()
|
|
2121
2121
|
}],
|
|
2122
2122
|
"mask-image-l-to-pos": [{
|
|
2123
|
-
"mask-l-to":
|
|
2123
|
+
"mask-l-to": p()
|
|
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": p()
|
|
2133
2133
|
}],
|
|
2134
2134
|
"mask-image-x-to-pos": [{
|
|
2135
|
-
"mask-x-to":
|
|
2135
|
+
"mask-x-to": p()
|
|
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": p()
|
|
2145
2145
|
}],
|
|
2146
2146
|
"mask-image-y-to-pos": [{
|
|
2147
|
-
"mask-y-to":
|
|
2147
|
+
"mask-y-to": p()
|
|
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": p()
|
|
2160
2160
|
}],
|
|
2161
2161
|
"mask-image-radial-to-pos": [{
|
|
2162
|
-
"mask-radial-to":
|
|
2162
|
+
"mask-radial-to": p()
|
|
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"]
|
|
@@ -2177,22 +2177,22 @@ const A = (e) => {
|
|
|
2177
2177
|
}]
|
|
2178
2178
|
}],
|
|
2179
2179
|
"mask-image-radial-pos": [{
|
|
2180
|
-
"mask-radial-at":
|
|
2180
|
+
"mask-radial-at": D()
|
|
2181
2181
|
}],
|
|
2182
2182
|
"mask-image-conic-pos": [{
|
|
2183
|
-
"mask-conic": [
|
|
2183
|
+
"mask-conic": [x]
|
|
2184
2184
|
}],
|
|
2185
2185
|
"mask-image-conic-from-pos": [{
|
|
2186
|
-
"mask-conic-from":
|
|
2186
|
+
"mask-conic-from": p()
|
|
2187
2187
|
}],
|
|
2188
2188
|
"mask-image-conic-to-pos": [{
|
|
2189
|
-
"mask-conic-to":
|
|
2189
|
+
"mask-conic-to": p()
|
|
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: K()
|
|
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: h()
|
|
2224
2224
|
}],
|
|
2225
2225
|
/**
|
|
2226
2226
|
* Mask Size
|
|
@@ -2271,14 +2271,14 @@ const A = (e) => {
|
|
|
2271
2271
|
* @see https://tailwindcss.com/docs/brightness
|
|
2272
2272
|
*/
|
|
2273
2273
|
brightness: [{
|
|
2274
|
-
brightness: [
|
|
2274
|
+
brightness: [x, 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: [x, a, s]
|
|
2282
2282
|
}],
|
|
2283
2283
|
/**
|
|
2284
2284
|
* Drop Shadow
|
|
@@ -2289,9 +2289,9 @@ const A = (e) => {
|
|
|
2289
2289
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2290
2290
|
"",
|
|
2291
2291
|
"none",
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2292
|
+
j,
|
|
2293
|
+
fe,
|
|
2294
|
+
me
|
|
2295
2295
|
]
|
|
2296
2296
|
}],
|
|
2297
2297
|
/**
|
|
@@ -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: ["", x, 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": [x, 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: ["", x, 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: [x, 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: ["", x, a, s]
|
|
2338
2338
|
}],
|
|
2339
2339
|
/**
|
|
2340
2340
|
* Backdrop Filter
|
|
@@ -2361,56 +2361,56 @@ const A = (e) => {
|
|
|
2361
2361
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2362
2362
|
*/
|
|
2363
2363
|
"backdrop-brightness": [{
|
|
2364
|
-
"backdrop-brightness": [
|
|
2364
|
+
"backdrop-brightness": [x, 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": [x, 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": ["", x, 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": [x, 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": ["", x, 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": [x, 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": [x, 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": ["", x, 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: [x, "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", G, 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: [x, 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", F, 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: [C, 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": N()
|
|
2528
2528
|
}],
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Rotate
|
|
2531
2531
|
* @see https://tailwindcss.com/docs/rotate
|
|
2532
2532
|
*/
|
|
2533
2533
|
rotate: [{
|
|
2534
|
-
rotate:
|
|
2534
|
+
rotate: J()
|
|
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": J()
|
|
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": J()
|
|
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": J()
|
|
2556
2556
|
}],
|
|
2557
2557
|
/**
|
|
2558
2558
|
* Scale
|
|
2559
2559
|
* @see https://tailwindcss.com/docs/scale
|
|
2560
2560
|
*/
|
|
2561
2561
|
scale: [{
|
|
2562
|
-
scale:
|
|
2562
|
+
scale: ee()
|
|
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": ee()
|
|
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": ee()
|
|
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": ee()
|
|
2584
2584
|
}],
|
|
2585
2585
|
/**
|
|
2586
2586
|
* Scale 3D
|
|
@@ -2592,21 +2592,21 @@ const A = (e) => {
|
|
|
2592
2592
|
* @see https://tailwindcss.com/docs/skew
|
|
2593
2593
|
*/
|
|
2594
2594
|
skew: [{
|
|
2595
|
-
skew:
|
|
2595
|
+
skew: pe()
|
|
2596
2596
|
}],
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Skew X
|
|
2599
2599
|
* @see https://tailwindcss.com/docs/skew
|
|
2600
2600
|
*/
|
|
2601
2601
|
"skew-x": [{
|
|
2602
|
-
"skew-x":
|
|
2602
|
+
"skew-x": pe()
|
|
2603
2603
|
}],
|
|
2604
2604
|
/**
|
|
2605
2605
|
* Skew Y
|
|
2606
2606
|
* @see https://tailwindcss.com/docs/skew
|
|
2607
2607
|
*/
|
|
2608
2608
|
"skew-y": [{
|
|
2609
|
-
"skew-y":
|
|
2609
|
+
"skew-y": pe()
|
|
2610
2610
|
}],
|
|
2611
2611
|
/**
|
|
2612
2612
|
* Transform
|
|
@@ -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: N()
|
|
2624
2624
|
}],
|
|
2625
2625
|
/**
|
|
2626
2626
|
* Transform Style
|
|
@@ -2634,28 +2634,28 @@ const A = (e) => {
|
|
|
2634
2634
|
* @see https://tailwindcss.com/docs/translate
|
|
2635
2635
|
*/
|
|
2636
2636
|
translate: [{
|
|
2637
|
-
translate:
|
|
2637
|
+
translate: de()
|
|
2638
2638
|
}],
|
|
2639
2639
|
/**
|
|
2640
2640
|
* Translate X
|
|
2641
2641
|
* @see https://tailwindcss.com/docs/translate
|
|
2642
2642
|
*/
|
|
2643
2643
|
"translate-x": [{
|
|
2644
|
-
"translate-x":
|
|
2644
|
+
"translate-x": de()
|
|
2645
2645
|
}],
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Translate Y
|
|
2648
2648
|
* @see https://tailwindcss.com/docs/translate
|
|
2649
2649
|
*/
|
|
2650
2650
|
"translate-y": [{
|
|
2651
|
-
"translate-y":
|
|
2651
|
+
"translate-y": de()
|
|
2652
2652
|
}],
|
|
2653
2653
|
/**
|
|
2654
2654
|
* Translate Z
|
|
2655
2655
|
* @see https://tailwindcss.com/docs/translate
|
|
2656
2656
|
*/
|
|
2657
2657
|
"translate-z": [{
|
|
2658
|
-
"translate-z":
|
|
2658
|
+
"translate-z": de()
|
|
2659
2659
|
}],
|
|
2660
2660
|
/**
|
|
2661
2661
|
* Translate None
|
|
@@ -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: [x, ce, H, ge]
|
|
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,210 +3012,202 @@ 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
|
+
}, _r = /* @__PURE__ */ ar(Ar);
|
|
3016
|
+
function Z(...e) {
|
|
3017
|
+
return _r(qe(e));
|
|
3018
3018
|
}
|
|
3019
|
-
const Cr = [
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
"Tue",
|
|
3023
|
-
"Wed",
|
|
3024
|
-
"Thu",
|
|
3025
|
-
"Fri",
|
|
3026
|
-
"Sat"
|
|
3027
|
-
];
|
|
3028
|
-
function _r({ year: e, monthIndex: n }, o) {
|
|
3029
|
-
const i = new Date(e, n, 1).getDay(), c = new Date(e, n + 1, 0).getDate(), l = new Date(e, n, 0).getDate(), h = [];
|
|
3019
|
+
const Cr = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
|
|
3020
|
+
function Tr({ year: e, monthIndex: n }, o) {
|
|
3021
|
+
const i = new Date(e, n, 1).getDay(), d = new Date(e, n + 1, 0).getDate(), c = new Date(e, n, 0).getDate(), b = [];
|
|
3030
3022
|
for (let k = 0; k < i; k++)
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
for (
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
for (; h.length % o !== 0; )
|
|
3039
|
-
h.push({ day: m, inCurrentMonth: !1 }), m++;
|
|
3040
|
-
return h;
|
|
3023
|
+
b.push({ day: c - i + 1 + k, inCurrentMonth: !1 });
|
|
3024
|
+
for (let k = 1; k <= d; k++)
|
|
3025
|
+
b.push({ day: k, inCurrentMonth: !0 });
|
|
3026
|
+
let u = 1;
|
|
3027
|
+
for (; b.length % o !== 0; )
|
|
3028
|
+
b.push({ day: u++, inCurrentMonth: !1 });
|
|
3029
|
+
return b;
|
|
3041
3030
|
}
|
|
3042
|
-
function
|
|
3031
|
+
function oe({
|
|
3032
|
+
direction: e,
|
|
3033
|
+
onClick: n,
|
|
3034
|
+
className: o
|
|
3035
|
+
}) {
|
|
3036
|
+
return /* @__PURE__ */ w.jsx(
|
|
3037
|
+
"button",
|
|
3038
|
+
{
|
|
3039
|
+
onClick: n,
|
|
3040
|
+
className: Z(
|
|
3041
|
+
"size-9 rounded-xl border-2 border-slate-200 text-slate-600 grid place-items-center shrink-0",
|
|
3042
|
+
"transition-all duration-200 hover:bg-slate-50 hover:border-slate-300 active:scale-95",
|
|
3043
|
+
o
|
|
3044
|
+
),
|
|
3045
|
+
"aria-label": e === "prev" ? "Previous month" : "Next month",
|
|
3046
|
+
children: /* @__PURE__ */ w.jsx(
|
|
3047
|
+
"svg",
|
|
3048
|
+
{
|
|
3049
|
+
width: "14",
|
|
3050
|
+
height: "14",
|
|
3051
|
+
viewBox: "0 0 24 24",
|
|
3052
|
+
fill: "none",
|
|
3053
|
+
stroke: "currentColor",
|
|
3054
|
+
strokeWidth: "2.5",
|
|
3055
|
+
strokeLinecap: "round",
|
|
3056
|
+
strokeLinejoin: "round",
|
|
3057
|
+
children: e === "prev" ? /* @__PURE__ */ w.jsx("polyline", { points: "15,18 9,12 15,6" }) : /* @__PURE__ */ w.jsx("polyline", { points: "9,18 15,12 9,6" })
|
|
3058
|
+
}
|
|
3059
|
+
)
|
|
3060
|
+
}
|
|
3061
|
+
);
|
|
3062
|
+
}
|
|
3063
|
+
function Mr({
|
|
3043
3064
|
view: e = { year: (/* @__PURE__ */ new Date()).getFullYear(), monthIndex: (/* @__PURE__ */ new Date()).getMonth() },
|
|
3044
3065
|
onChangeView: n,
|
|
3045
3066
|
attendanceData: o,
|
|
3046
3067
|
onDateClick: t,
|
|
3047
3068
|
showNavigation: i = !0,
|
|
3048
|
-
showWeekdayHeaders:
|
|
3049
|
-
className:
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3069
|
+
showWeekdayHeaders: d = !0,
|
|
3070
|
+
className: c = "",
|
|
3071
|
+
cellSize: b,
|
|
3072
|
+
cellHeight: u,
|
|
3073
|
+
cellWidth: k,
|
|
3074
|
+
monthTitlePosition: R = "center",
|
|
3075
|
+
cellClassName: M = "",
|
|
3076
|
+
presentCellClassName: L = "",
|
|
3077
|
+
absentCellClassName: j = "",
|
|
3078
|
+
navigationButtonClassName: v = "",
|
|
3079
|
+
weekdayHeaderClassName: C = "",
|
|
3080
|
+
monthTitleClassName: P = "",
|
|
3081
|
+
containerClassName: G = ""
|
|
3058
3082
|
}) {
|
|
3059
|
-
const
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3083
|
+
const F = Fe(null), [_, D] = De(7), N = re(() => {
|
|
3084
|
+
const h = /* @__PURE__ */ new Date();
|
|
3085
|
+
return { day: h.getDate(), month: h.getMonth(), year: h.getFullYear() };
|
|
3086
|
+
}, []);
|
|
3087
|
+
Ye(() => {
|
|
3088
|
+
if (!F.current) return;
|
|
3089
|
+
const h = F.current, r = new ResizeObserver((f) => {
|
|
3090
|
+
const g = f[0]?.contentRect.width ?? h.clientWidth;
|
|
3091
|
+
D(g >= 700 ? 14 : 7);
|
|
3065
3092
|
});
|
|
3066
|
-
return
|
|
3093
|
+
return r.observe(h), () => r.disconnect();
|
|
3067
3094
|
}, []);
|
|
3068
|
-
const
|
|
3069
|
-
() =>
|
|
3070
|
-
|
|
3071
|
-
|
|
3095
|
+
const $ = re(() => Tr(e, _), [e, _]), V = re(
|
|
3096
|
+
() => Array.from({ length: _ }).map((h, r) => Cr[r % 7]),
|
|
3097
|
+
[_]
|
|
3098
|
+
), m = re(
|
|
3099
|
+
() => new Date(e.year, e.monthIndex).toLocaleString("en-US", { month: "long" }),
|
|
3072
3100
|
[e]
|
|
3073
|
-
),
|
|
3074
|
-
const
|
|
3075
|
-
|
|
3076
|
-
},
|
|
3077
|
-
const
|
|
3078
|
-
|
|
3079
|
-
},
|
|
3101
|
+
), A = () => {
|
|
3102
|
+
const h = e.monthIndex - 1;
|
|
3103
|
+
h < 0 ? n({ year: e.year - 1, monthIndex: 11 }) : n({ ...e, monthIndex: h });
|
|
3104
|
+
}, q = () => {
|
|
3105
|
+
const h = e.monthIndex + 1;
|
|
3106
|
+
h > 11 ? n({ year: e.year + 1, monthIndex: 0 }) : n({ ...e, monthIndex: h });
|
|
3107
|
+
}, z = (() => {
|
|
3080
3108
|
if (o)
|
|
3081
3109
|
return Array.isArray(o) ? o.find(
|
|
3082
|
-
(
|
|
3110
|
+
(h) => h.year === e.year && h.monthIndex === e.monthIndex
|
|
3083
3111
|
) : o.year === e.year && o.monthIndex === e.monthIndex ? o : void 0;
|
|
3084
|
-
})(),
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
"size-10 rounded-xl border-2 border-slate-200 text-slate-700 grid place-items-center",
|
|
3096
|
-
"transition-colors duration-200 hover:bg-slate-50",
|
|
3097
|
-
w
|
|
3098
|
-
),
|
|
3099
|
-
"aria-label": "Previous month",
|
|
3100
|
-
children: /* @__PURE__ */ C.jsx(
|
|
3101
|
-
"svg",
|
|
3102
|
-
{
|
|
3103
|
-
width: "16",
|
|
3104
|
-
height: "16",
|
|
3105
|
-
viewBox: "0 0 24 24",
|
|
3106
|
-
fill: "none",
|
|
3107
|
-
stroke: "currentColor",
|
|
3108
|
-
strokeWidth: "2",
|
|
3109
|
-
children: /* @__PURE__ */ C.jsx("polyline", { points: "15,18 9,12 15,6" })
|
|
3110
|
-
}
|
|
3111
|
-
)
|
|
3112
|
-
}
|
|
3113
|
-
),
|
|
3114
|
-
/* @__PURE__ */ C.jsx(
|
|
3115
|
-
"button",
|
|
3116
|
-
{
|
|
3117
|
-
onClick: $,
|
|
3118
|
-
className: P(
|
|
3119
|
-
"size-10 rounded-xl border-2 border-slate-200 text-slate-700 grid place-items-center",
|
|
3120
|
-
"transition-colors duration-200 hover:bg-slate-50",
|
|
3121
|
-
w
|
|
3122
|
-
),
|
|
3123
|
-
"aria-label": "Next month",
|
|
3124
|
-
children: /* @__PURE__ */ C.jsx(
|
|
3125
|
-
"svg",
|
|
3126
|
-
{
|
|
3127
|
-
width: "16",
|
|
3128
|
-
height: "16",
|
|
3129
|
-
viewBox: "0 0 24 24",
|
|
3130
|
-
fill: "none",
|
|
3131
|
-
stroke: "currentColor",
|
|
3132
|
-
strokeWidth: "2",
|
|
3133
|
-
children: /* @__PURE__ */ C.jsx("polyline", { points: "9,18 15,12 9,6" })
|
|
3134
|
-
}
|
|
3135
|
-
)
|
|
3136
|
-
}
|
|
3137
|
-
)
|
|
3138
|
-
] }),
|
|
3139
|
-
/* @__PURE__ */ C.jsxs(
|
|
3140
|
-
"h2",
|
|
3141
|
-
{
|
|
3142
|
-
className: P(
|
|
3143
|
-
"text-2xl font-bold text-slate-900",
|
|
3144
|
-
L
|
|
3145
|
-
),
|
|
3146
|
-
children: [
|
|
3147
|
-
Y,
|
|
3148
|
-
" ",
|
|
3149
|
-
e.year
|
|
3150
|
-
]
|
|
3151
|
-
}
|
|
3112
|
+
})(), Y = z !== void 0, Q = re(() => b ? { width: `${b}px`, height: `${b}px` } : u || k ? {
|
|
3113
|
+
...k ? { width: `${k}px` } : {},
|
|
3114
|
+
...u ? { height: `${u}px` } : {}
|
|
3115
|
+
} : {}, [b, u, k]), I = !!(b || u || k), T = re(() => b ? b > 40 ? "text-base" : "text-sm" : u || k ? (u ?? k ?? 0) > 40 ? "text-base" : "text-sm" : _ >= 14 ? "text-xs sm:text-sm" : "text-sm sm:text-base", [b, u, k, _]), O = (h) => {
|
|
3116
|
+
t && Y && t(h, e.monthIndex, e.year);
|
|
3117
|
+
}, l = /* @__PURE__ */ w.jsxs(
|
|
3118
|
+
"h2",
|
|
3119
|
+
{
|
|
3120
|
+
className: Z(
|
|
3121
|
+
"text-xl sm:text-2xl font-bold text-slate-900 leading-tight",
|
|
3122
|
+
P
|
|
3152
3123
|
),
|
|
3153
|
-
|
|
3154
|
-
|
|
3124
|
+
children: [
|
|
3125
|
+
m,
|
|
3126
|
+
" ",
|
|
3127
|
+
/* @__PURE__ */ w.jsx("span", { className: "text-slate-500 font-semibold", children: e.year })
|
|
3128
|
+
]
|
|
3129
|
+
}
|
|
3130
|
+
), K = () => i ? R === "center" ? /* @__PURE__ */ w.jsxs("div", { className: "flex items-center justify-between mb-6 gap-2", children: [
|
|
3131
|
+
/* @__PURE__ */ w.jsx(oe, { direction: "prev", onClick: A, className: v }),
|
|
3132
|
+
l,
|
|
3133
|
+
/* @__PURE__ */ w.jsx(oe, { direction: "next", onClick: q, className: v })
|
|
3134
|
+
] }) : R === "left" ? /* @__PURE__ */ w.jsxs("div", { className: "flex items-center justify-between mb-6 gap-2", children: [
|
|
3135
|
+
l,
|
|
3136
|
+
/* @__PURE__ */ w.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
3137
|
+
/* @__PURE__ */ w.jsx(oe, { direction: "prev", onClick: A, className: v }),
|
|
3138
|
+
/* @__PURE__ */ w.jsx(oe, { direction: "next", onClick: q, className: v })
|
|
3139
|
+
] })
|
|
3140
|
+
] }) : /* @__PURE__ */ w.jsxs("div", { className: "flex items-center justify-between mb-6 gap-2", children: [
|
|
3141
|
+
/* @__PURE__ */ w.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
3142
|
+
/* @__PURE__ */ w.jsx(oe, { direction: "prev", onClick: A, className: v }),
|
|
3143
|
+
/* @__PURE__ */ w.jsx(oe, { direction: "next", onClick: q, className: v })
|
|
3155
3144
|
] }),
|
|
3156
|
-
|
|
3145
|
+
l
|
|
3146
|
+
] }) : null;
|
|
3147
|
+
return /* @__PURE__ */ w.jsxs("div", { className: Z("w-full", c, G), children: [
|
|
3148
|
+
K(),
|
|
3149
|
+
d && /* @__PURE__ */ w.jsx(
|
|
3157
3150
|
"div",
|
|
3158
3151
|
{
|
|
3159
|
-
className:
|
|
3160
|
-
style: { gridTemplateColumns: `repeat(${
|
|
3161
|
-
children:
|
|
3152
|
+
className: "grid gap-1.5 sm:gap-2 text-center mb-2",
|
|
3153
|
+
style: { gridTemplateColumns: `repeat(${_}, minmax(0, 1fr))` },
|
|
3154
|
+
children: V.map((h, r) => /* @__PURE__ */ w.jsx(
|
|
3162
3155
|
"div",
|
|
3163
3156
|
{
|
|
3164
|
-
className:
|
|
3165
|
-
"text-
|
|
3166
|
-
"text-slate-
|
|
3167
|
-
|
|
3157
|
+
className: Z(
|
|
3158
|
+
"text-xs font-semibold uppercase tracking-wider py-1.5",
|
|
3159
|
+
"text-slate-400",
|
|
3160
|
+
C
|
|
3168
3161
|
),
|
|
3169
|
-
children:
|
|
3162
|
+
children: h
|
|
3170
3163
|
},
|
|
3171
|
-
|
|
3164
|
+
r
|
|
3172
3165
|
))
|
|
3173
3166
|
}
|
|
3174
3167
|
),
|
|
3175
|
-
/* @__PURE__ */
|
|
3168
|
+
/* @__PURE__ */ w.jsx(
|
|
3176
3169
|
"div",
|
|
3177
3170
|
{
|
|
3178
|
-
ref:
|
|
3179
|
-
className:
|
|
3180
|
-
style: { gridTemplateColumns: `repeat(${
|
|
3181
|
-
children:
|
|
3182
|
-
const
|
|
3183
|
-
"
|
|
3171
|
+
ref: F,
|
|
3172
|
+
className: "grid gap-1.5 sm:gap-2",
|
|
3173
|
+
style: { gridTemplateColumns: `repeat(${_}, minmax(0, 1fr))` },
|
|
3174
|
+
children: $.map((h, r) => {
|
|
3175
|
+
const f = Y && h.inCurrentMonth && z?.presentDays.has(h.day), g = Y && h.inCurrentMonth && z?.absentDays.has(h.day), y = h.inCurrentMonth && h.day === N.day && e.monthIndex === N.month && e.year === N.year, S = !!(t && h.inCurrentMonth && Y), B = Z(
|
|
3176
|
+
"grid place-items-center font-semibold rounded-2xl",
|
|
3184
3177
|
"transition-all duration-200",
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
"
|
|
3196
|
-
|
|
3197
|
-
) :
|
|
3198
|
-
|
|
3199
|
-
"
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
"text-slate-400 border-2 border-slate-200"
|
|
3203
|
-
), /* @__PURE__ */ C.jsx("div", { className: P("flex items-center justify-center"), children: /* @__PURE__ */ C.jsx(
|
|
3178
|
+
// Responsive default: fill the grid column as a square
|
|
3179
|
+
!I && "w-full aspect-square",
|
|
3180
|
+
T,
|
|
3181
|
+
S && "cursor-pointer hover:scale-105 active:scale-95",
|
|
3182
|
+
!S && h.inCurrentMonth && "cursor-default",
|
|
3183
|
+
M
|
|
3184
|
+
);
|
|
3185
|
+
let p = "";
|
|
3186
|
+
return h.inCurrentMonth ? f ? p = Z(
|
|
3187
|
+
"bg-emerald-500 text-white shadow-sm shadow-emerald-200",
|
|
3188
|
+
y && "ring-2 ring-offset-1 ring-emerald-400",
|
|
3189
|
+
L
|
|
3190
|
+
) : g ? p = Z(
|
|
3191
|
+
"bg-amber-500 text-white shadow-sm shadow-amber-200",
|
|
3192
|
+
y && "ring-2 ring-offset-1 ring-amber-400",
|
|
3193
|
+
j
|
|
3194
|
+
) : y ? p = "bg-slate-900 text-white" : p = "text-slate-600 border border-slate-200 hover:border-slate-300 hover:bg-slate-50" : p = "text-slate-300 border border-slate-100", /* @__PURE__ */ w.jsx("div", { className: "flex items-center justify-center p-0.5", children: /* @__PURE__ */ w.jsx(
|
|
3204
3195
|
"div",
|
|
3205
3196
|
{
|
|
3206
|
-
className:
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3197
|
+
className: Z(B, p),
|
|
3198
|
+
style: Q,
|
|
3199
|
+
onClick: () => S && O(h.day),
|
|
3200
|
+
title: S ? `${h.day} ${m} ${e.year}` : void 0,
|
|
3201
|
+
children: h.day
|
|
3210
3202
|
}
|
|
3211
|
-
) },
|
|
3203
|
+
) }, r);
|
|
3212
3204
|
})
|
|
3213
3205
|
}
|
|
3214
3206
|
)
|
|
3215
3207
|
] });
|
|
3216
3208
|
}
|
|
3217
3209
|
export {
|
|
3218
|
-
|
|
3219
|
-
|
|
3210
|
+
Mr as AttendanceCalendar,
|
|
3211
|
+
Z as cn
|
|
3220
3212
|
};
|
|
3221
3213
|
//# sourceMappingURL=index.js.map
|