@sudobility/hr-components 1.1.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +274 -298
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/dist/user-table.d.ts +0 -33
- package/dist/user-table.d.ts.map +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,29 +1,6 @@
|
|
|
1
1
|
import { jsx as f, jsxs as $ } from "react/jsx-runtime";
|
|
2
|
-
import { cn as
|
|
2
|
+
import { cn as M } from "@sudobility/components";
|
|
3
3
|
import { useState as he } from "react";
|
|
4
|
-
const Rr = ({
|
|
5
|
-
className: e,
|
|
6
|
-
children: o,
|
|
7
|
-
disabled: r = !1,
|
|
8
|
-
onClick: t
|
|
9
|
-
}) => /* @__PURE__ */ f(
|
|
10
|
-
"div",
|
|
11
|
-
{
|
|
12
|
-
className: S(
|
|
13
|
-
"p-4 rounded-lg border transition-colors",
|
|
14
|
-
"bg-white dark:bg-gray-900",
|
|
15
|
-
"border-gray-200 dark:border-gray-700",
|
|
16
|
-
"text-gray-900 dark:text-white",
|
|
17
|
-
r && "opacity-50 cursor-not-allowed",
|
|
18
|
-
"hover:bg-gray-50 dark:hover:bg-gray-800",
|
|
19
|
-
e
|
|
20
|
-
),
|
|
21
|
-
onClick: r ? void 0 : t,
|
|
22
|
-
role: "region",
|
|
23
|
-
"aria-label": "UattendanceUcalendar",
|
|
24
|
-
children: o || "UattendanceUcalendar Component"
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
4
|
function Ce(e) {
|
|
28
5
|
var o, r, t = "";
|
|
29
6
|
if (typeof e == "string" || typeof e == "number") t += e;
|
|
@@ -57,34 +34,34 @@ const Le = (e, o) => {
|
|
|
57
34
|
conflictingClassGroupModifiers: t
|
|
58
35
|
} = e;
|
|
59
36
|
return {
|
|
60
|
-
getClassGroupId: (
|
|
61
|
-
if (
|
|
62
|
-
return We(
|
|
63
|
-
const p =
|
|
64
|
-
return
|
|
37
|
+
getClassGroupId: (a) => {
|
|
38
|
+
if (a.startsWith("[") && a.endsWith("]"))
|
|
39
|
+
return We(a);
|
|
40
|
+
const p = a.split(ee), l = p[0] === "" && p.length > 1 ? 1 : 0;
|
|
41
|
+
return Se(p, l, o);
|
|
65
42
|
},
|
|
66
|
-
getConflictingClassGroupIds: (
|
|
43
|
+
getConflictingClassGroupIds: (a, p) => {
|
|
67
44
|
if (p) {
|
|
68
|
-
const l = t[
|
|
69
|
-
return l ?
|
|
45
|
+
const l = t[a], b = r[a];
|
|
46
|
+
return l ? b ? Le(b, l) : l : b || ye;
|
|
70
47
|
}
|
|
71
|
-
return r[
|
|
48
|
+
return r[a] || ye;
|
|
72
49
|
}
|
|
73
50
|
};
|
|
74
|
-
},
|
|
51
|
+
}, Se = (e, o, r) => {
|
|
75
52
|
if (e.length - o === 0)
|
|
76
53
|
return r.classGroupId;
|
|
77
54
|
const i = e[o], d = r.nextPart.get(i);
|
|
78
55
|
if (d) {
|
|
79
|
-
const
|
|
80
|
-
if (
|
|
56
|
+
const b = Se(e, o + 1, d);
|
|
57
|
+
if (b) return b;
|
|
81
58
|
}
|
|
82
|
-
const
|
|
83
|
-
if (
|
|
59
|
+
const a = r.validators;
|
|
60
|
+
if (a === null)
|
|
84
61
|
return;
|
|
85
|
-
const p = o === 0 ? e.join(ee) : e.slice(o).join(ee), l =
|
|
86
|
-
for (let
|
|
87
|
-
const h =
|
|
62
|
+
const p = o === 0 ? e.join(ee) : e.slice(o).join(ee), l = a.length;
|
|
63
|
+
for (let b = 0; b < l; b++) {
|
|
64
|
+
const h = a[b];
|
|
88
65
|
if (h.validator(p))
|
|
89
66
|
return h.classGroupId;
|
|
90
67
|
}
|
|
@@ -107,8 +84,8 @@ const Le = (e, o) => {
|
|
|
107
84
|
}, ie = (e, o, r, t) => {
|
|
108
85
|
const i = e.length;
|
|
109
86
|
for (let d = 0; d < i; d++) {
|
|
110
|
-
const
|
|
111
|
-
$e(
|
|
87
|
+
const a = e[d];
|
|
88
|
+
$e(a, o, r, t);
|
|
112
89
|
}
|
|
113
90
|
}, $e = (e, o, r, t) => {
|
|
114
91
|
if (typeof e == "string") {
|
|
@@ -121,7 +98,7 @@ const Le = (e, o) => {
|
|
|
121
98
|
}
|
|
122
99
|
Ye(e, o, r, t);
|
|
123
100
|
}, De = (e, o, r) => {
|
|
124
|
-
const t = e === "" ? o :
|
|
101
|
+
const t = e === "" ? o : Ae(o, e);
|
|
125
102
|
t.classGroupId = r;
|
|
126
103
|
}, Je = (e, o, r, t) => {
|
|
127
104
|
if (qe(e)) {
|
|
@@ -131,17 +108,17 @@ const Le = (e, o) => {
|
|
|
131
108
|
o.validators === null && (o.validators = []), o.validators.push(Ee(r, e));
|
|
132
109
|
}, Ye = (e, o, r, t) => {
|
|
133
110
|
const i = Object.entries(e), d = i.length;
|
|
134
|
-
for (let
|
|
135
|
-
const [p, l] = i[
|
|
136
|
-
ie(l,
|
|
111
|
+
for (let a = 0; a < d; a++) {
|
|
112
|
+
const [p, l] = i[a];
|
|
113
|
+
ie(l, Ae(o, p), r, t);
|
|
137
114
|
}
|
|
138
|
-
},
|
|
115
|
+
}, Ae = (e, o) => {
|
|
139
116
|
let r = e;
|
|
140
117
|
const t = o.split(ee), i = t.length;
|
|
141
118
|
for (let d = 0; d < i; d++) {
|
|
142
|
-
const
|
|
143
|
-
let p = r.nextPart.get(
|
|
144
|
-
p || (p = ze(), r.nextPart.set(
|
|
119
|
+
const a = t[d];
|
|
120
|
+
let p = r.nextPart.get(a);
|
|
121
|
+
p || (p = ze(), r.nextPart.set(a, p)), r = p;
|
|
145
122
|
}
|
|
146
123
|
return r;
|
|
147
124
|
}, qe = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Xe = (e) => {
|
|
@@ -153,22 +130,22 @@ const Le = (e, o) => {
|
|
|
153
130
|
}
|
|
154
131
|
};
|
|
155
132
|
let o = 0, r = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
|
|
156
|
-
const i = (d,
|
|
157
|
-
r[d] =
|
|
133
|
+
const i = (d, a) => {
|
|
134
|
+
r[d] = a, o++, o > e && (o = 0, t = r, r = /* @__PURE__ */ Object.create(null));
|
|
158
135
|
};
|
|
159
136
|
return {
|
|
160
137
|
get(d) {
|
|
161
|
-
let
|
|
162
|
-
if (
|
|
163
|
-
return
|
|
164
|
-
if ((
|
|
165
|
-
return i(d,
|
|
138
|
+
let a = r[d];
|
|
139
|
+
if (a !== void 0)
|
|
140
|
+
return a;
|
|
141
|
+
if ((a = t[d]) !== void 0)
|
|
142
|
+
return i(d, a), a;
|
|
166
143
|
},
|
|
167
|
-
set(d,
|
|
168
|
-
d in r ? r[d] =
|
|
144
|
+
set(d, a) {
|
|
145
|
+
d in r ? r[d] = a : i(d, a);
|
|
169
146
|
}
|
|
170
147
|
};
|
|
171
|
-
},
|
|
148
|
+
}, ae = "!", ke = ":", He = [], xe = (e, o, r, t, i) => ({
|
|
172
149
|
modifiers: e,
|
|
173
150
|
hasImportantModifier: o,
|
|
174
151
|
baseClassName: r,
|
|
@@ -181,37 +158,37 @@ const Le = (e, o) => {
|
|
|
181
158
|
} = e;
|
|
182
159
|
let t = (i) => {
|
|
183
160
|
const d = [];
|
|
184
|
-
let
|
|
161
|
+
let a = 0, p = 0, l = 0, b;
|
|
185
162
|
const h = i.length;
|
|
186
|
-
for (let
|
|
187
|
-
const v = i[
|
|
188
|
-
if (
|
|
163
|
+
for (let S = 0; S < h; S++) {
|
|
164
|
+
const v = i[S];
|
|
165
|
+
if (a === 0 && p === 0) {
|
|
189
166
|
if (v === ke) {
|
|
190
|
-
d.push(i.slice(l,
|
|
167
|
+
d.push(i.slice(l, S)), l = S + 1;
|
|
191
168
|
continue;
|
|
192
169
|
}
|
|
193
170
|
if (v === "/") {
|
|
194
|
-
|
|
171
|
+
b = S;
|
|
195
172
|
continue;
|
|
196
173
|
}
|
|
197
174
|
}
|
|
198
|
-
v === "[" ?
|
|
175
|
+
v === "[" ? a++ : v === "]" ? a-- : v === "(" ? p++ : v === ")" && p--;
|
|
199
176
|
}
|
|
200
|
-
const
|
|
201
|
-
let w =
|
|
202
|
-
|
|
177
|
+
const u = d.length === 0 ? i : i.slice(l);
|
|
178
|
+
let w = u, A = !1;
|
|
179
|
+
u.endsWith(ae) ? (w = u.slice(0, -1), A = !0) : (
|
|
203
180
|
/**
|
|
204
181
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
205
182
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
206
183
|
*/
|
|
207
|
-
|
|
184
|
+
u.startsWith(ae) && (w = u.slice(1), A = !0)
|
|
208
185
|
);
|
|
209
|
-
const z =
|
|
186
|
+
const z = b && b > l ? b - l : void 0;
|
|
210
187
|
return xe(d, A, w, z);
|
|
211
188
|
};
|
|
212
189
|
if (o) {
|
|
213
190
|
const i = o + ke, d = t;
|
|
214
|
-
t = (
|
|
191
|
+
t = (a) => a.startsWith(i) ? d(a.slice(i.length)) : xe(He, !1, a, void 0, !0);
|
|
215
192
|
}
|
|
216
193
|
if (r) {
|
|
217
194
|
const i = t;
|
|
@@ -229,8 +206,8 @@ const Le = (e, o) => {
|
|
|
229
206
|
const t = [];
|
|
230
207
|
let i = [];
|
|
231
208
|
for (let d = 0; d < r.length; d++) {
|
|
232
|
-
const
|
|
233
|
-
p || l ? (i.length > 0 && (i.sort(), t.push(...i), i = []), t.push(
|
|
209
|
+
const a = r[d], p = a[0] === "[", l = o.has(a);
|
|
210
|
+
p || l ? (i.length > 0 && (i.sort(), t.push(...i), i = []), t.push(a)) : i.push(a);
|
|
234
211
|
}
|
|
235
212
|
return i.length > 0 && (i.sort(), t.push(...i)), t;
|
|
236
213
|
};
|
|
@@ -245,40 +222,40 @@ const Le = (e, o) => {
|
|
|
245
222
|
getClassGroupId: t,
|
|
246
223
|
getConflictingClassGroupIds: i,
|
|
247
224
|
sortModifiers: d
|
|
248
|
-
} = o,
|
|
225
|
+
} = o, a = [], p = e.trim().split(er);
|
|
249
226
|
let l = "";
|
|
250
|
-
for (let
|
|
251
|
-
const h = p[
|
|
252
|
-
isExternal:
|
|
227
|
+
for (let b = p.length - 1; b >= 0; b -= 1) {
|
|
228
|
+
const h = p[b], {
|
|
229
|
+
isExternal: u,
|
|
253
230
|
modifiers: w,
|
|
254
231
|
hasImportantModifier: A,
|
|
255
232
|
baseClassName: z,
|
|
256
|
-
maybePostfixModifierPosition:
|
|
233
|
+
maybePostfixModifierPosition: S
|
|
257
234
|
} = r(h);
|
|
258
|
-
if (
|
|
235
|
+
if (u) {
|
|
259
236
|
l = h + (l.length > 0 ? " " + l : l);
|
|
260
237
|
continue;
|
|
261
238
|
}
|
|
262
|
-
let v = !!
|
|
263
|
-
if (!
|
|
239
|
+
let v = !!S, P = t(v ? z.substring(0, S) : z);
|
|
240
|
+
if (!P) {
|
|
264
241
|
if (!v) {
|
|
265
242
|
l = h + (l.length > 0 ? " " + l : l);
|
|
266
243
|
continue;
|
|
267
244
|
}
|
|
268
|
-
if (
|
|
245
|
+
if (P = t(z), !P) {
|
|
269
246
|
l = h + (l.length > 0 ? " " + l : l);
|
|
270
247
|
continue;
|
|
271
248
|
}
|
|
272
249
|
v = !1;
|
|
273
250
|
}
|
|
274
|
-
const J = w.length === 0 ? "" : w.length === 1 ? w[0] : d(w).join(":"), _ = A ? J +
|
|
275
|
-
if (
|
|
251
|
+
const J = w.length === 0 ? "" : w.length === 1 ? w[0] : d(w).join(":"), _ = A ? J + ae : J, j = _ + P;
|
|
252
|
+
if (a.indexOf(j) > -1)
|
|
276
253
|
continue;
|
|
277
|
-
|
|
278
|
-
const L = i(
|
|
279
|
-
for (let
|
|
280
|
-
const B = L[
|
|
281
|
-
|
|
254
|
+
a.push(j);
|
|
255
|
+
const L = i(P, v);
|
|
256
|
+
for (let U = 0; U < L.length; ++U) {
|
|
257
|
+
const B = L[U];
|
|
258
|
+
a.push(_ + B);
|
|
282
259
|
}
|
|
283
260
|
l = h + (l.length > 0 ? " " + l : l);
|
|
284
261
|
}
|
|
@@ -286,44 +263,44 @@ const Le = (e, o) => {
|
|
|
286
263
|
}, or = (...e) => {
|
|
287
264
|
let o = 0, r, t, i = "";
|
|
288
265
|
for (; o < e.length; )
|
|
289
|
-
(r = e[o++]) && (t =
|
|
266
|
+
(r = e[o++]) && (t = Ne(r)) && (i && (i += " "), i += t);
|
|
290
267
|
return i;
|
|
291
|
-
},
|
|
268
|
+
}, Ne = (e) => {
|
|
292
269
|
if (typeof e == "string")
|
|
293
270
|
return e;
|
|
294
271
|
let o, r = "";
|
|
295
272
|
for (let t = 0; t < e.length; t++)
|
|
296
|
-
e[t] && (o =
|
|
273
|
+
e[t] && (o = Ne(e[t])) && (r && (r += " "), r += o);
|
|
297
274
|
return r;
|
|
298
275
|
}, tr = (e, ...o) => {
|
|
299
276
|
let r, t, i, d;
|
|
300
|
-
const
|
|
301
|
-
const
|
|
302
|
-
return r = Ze(
|
|
277
|
+
const a = (l) => {
|
|
278
|
+
const b = o.reduce((h, u) => u(h), e());
|
|
279
|
+
return r = Ze(b), t = r.cache.get, i = r.cache.set, d = p, p(l);
|
|
303
280
|
}, p = (l) => {
|
|
304
|
-
const
|
|
305
|
-
if (
|
|
306
|
-
return
|
|
281
|
+
const b = t(l);
|
|
282
|
+
if (b)
|
|
283
|
+
return b;
|
|
307
284
|
const h = rr(l, r);
|
|
308
285
|
return i(l, h), h;
|
|
309
286
|
};
|
|
310
|
-
return d =
|
|
287
|
+
return d = a, (...l) => d(or(...l));
|
|
311
288
|
}, nr = [], y = (e) => {
|
|
312
289
|
const o = (r) => r[e] || nr;
|
|
313
290
|
return o.isThemeGetter = !0, o;
|
|
314
|
-
}, Re = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ie = /^\((?:(\w[\w-]*):)?(.+)\)$/i,
|
|
291
|
+
}, Re = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ie = /^\((?:(\w[\w-]*):)?(.+)\)$/i, sr = /^\d+\/\d+$/, ar = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ir = /\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$/, lr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, cr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, dr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, V = (e) => sr.test(e), g = (e) => !!e && !Number.isNaN(Number(e)), T = (e) => !!e && Number.isInteger(Number(e)), ne = (e) => e.endsWith("%") && g(e.slice(0, -1)), I = (e) => ar.test(e), mr = () => !0, gr = (e) => (
|
|
315
292
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
316
293
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
317
294
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
318
295
|
ir.test(e) && !lr.test(e)
|
|
319
|
-
),
|
|
296
|
+
), Me = () => !1, pr = (e) => cr.test(e), ur = (e) => dr.test(e), br = (e) => !n(e) && !s(e), fr = (e) => F(e, Ue, Me), n = (e) => Re.test(e), O = (e) => F(e, Ge, gr), se = (e) => F(e, wr, g), we = (e) => F(e, Te, Me), hr = (e) => F(e, Pe, ur), Q = (e) => F(e, Oe, pr), s = (e) => Ie.test(e), D = (e) => W(e, Ge), yr = (e) => W(e, vr), ve = (e) => W(e, Te), kr = (e) => W(e, Ue), xr = (e) => W(e, Pe), Z = (e) => W(e, Oe, !0), F = (e, o, r) => {
|
|
320
297
|
const t = Re.exec(e);
|
|
321
298
|
return t ? t[1] ? o(t[1]) : r(t[2]) : !1;
|
|
322
299
|
}, W = (e, o, r = !1) => {
|
|
323
300
|
const t = Ie.exec(e);
|
|
324
301
|
return t ? t[1] ? o(t[1]) : r : !1;
|
|
325
|
-
},
|
|
326
|
-
const e = y("color"), o = y("font"), r = y("text"), t = y("font-weight"), i = y("tracking"), d = y("leading"),
|
|
302
|
+
}, Te = (e) => e === "position" || e === "percentage", Pe = (e) => e === "image" || e === "url", Ue = (e) => e === "length" || e === "size" || e === "bg-size", Ge = (e) => e === "length", wr = (e) => e === "number", vr = (e) => e === "family-name", Oe = (e) => e === "shadow", Cr = () => {
|
|
303
|
+
const e = y("color"), o = y("font"), r = y("text"), t = y("font-weight"), i = y("tracking"), d = y("leading"), a = y("breakpoint"), p = y("container"), l = y("spacing"), b = y("radius"), h = y("shadow"), u = y("inset-shadow"), w = y("text-shadow"), A = y("drop-shadow"), z = y("blur"), S = y("perspective"), v = y("aspect"), P = y("ease"), J = y("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
|
|
327
304
|
"center",
|
|
328
305
|
"top",
|
|
329
306
|
"bottom",
|
|
@@ -341,51 +318,51 @@ const Le = (e, o) => {
|
|
|
341
318
|
"bottom-left",
|
|
342
319
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
343
320
|
"left-bottom"
|
|
344
|
-
], L = () => [...j(),
|
|
345
|
-
span: ["full",
|
|
346
|
-
},
|
|
347
|
-
position: [
|
|
321
|
+
], L = () => [...j(), s, n], U = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], m = () => [s, n, l], N = () => [V, "full", "auto", ...m()], ce = () => [T, "none", "subgrid", s, n], de = () => ["auto", {
|
|
322
|
+
span: ["full", T, s, n]
|
|
323
|
+
}, T, s, n], Y = () => [T, "auto", s, n], me = () => ["auto", "min", "max", "fr", s, n], re = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], E = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], R = () => ["auto", ...m()], G = () => [V, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], c = () => [e, s, n], ge = () => [...j(), ve, we, {
|
|
324
|
+
position: [s, n]
|
|
348
325
|
}], pe = () => ["no-repeat", {
|
|
349
326
|
repeat: ["", "x", "y", "space", "round"]
|
|
350
|
-
}],
|
|
351
|
-
size: [
|
|
327
|
+
}], ue = () => ["auto", "cover", "contain", kr, fr, {
|
|
328
|
+
size: [s, n]
|
|
352
329
|
}], oe = () => [ne, D, O], x = () => [
|
|
353
330
|
// Deprecated since Tailwind CSS v4.0.0
|
|
354
331
|
"",
|
|
355
332
|
"none",
|
|
356
333
|
"full",
|
|
357
|
-
|
|
358
|
-
|
|
334
|
+
b,
|
|
335
|
+
s,
|
|
359
336
|
n
|
|
360
|
-
], C = () => ["", g, D, O], q = () => ["solid", "dashed", "dotted", "double"],
|
|
337
|
+
], C = () => ["", g, D, O], q = () => ["solid", "dashed", "dotted", "double"], be = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], k = () => [g, ne, ve, we], fe = () => [
|
|
361
338
|
// Deprecated since Tailwind CSS v4.0.0
|
|
362
339
|
"",
|
|
363
340
|
"none",
|
|
364
341
|
z,
|
|
365
|
-
|
|
342
|
+
s,
|
|
366
343
|
n
|
|
367
|
-
], X = () => ["none", g,
|
|
344
|
+
], X = () => ["none", g, s, n], H = () => ["none", g, s, n], te = () => [g, s, n], K = () => [V, "full", ...m()];
|
|
368
345
|
return {
|
|
369
346
|
cacheSize: 500,
|
|
370
347
|
theme: {
|
|
371
348
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
372
349
|
aspect: ["video"],
|
|
373
|
-
blur: [
|
|
374
|
-
breakpoint: [
|
|
350
|
+
blur: [I],
|
|
351
|
+
breakpoint: [I],
|
|
375
352
|
color: [mr],
|
|
376
|
-
container: [
|
|
377
|
-
"drop-shadow": [
|
|
353
|
+
container: [I],
|
|
354
|
+
"drop-shadow": [I],
|
|
378
355
|
ease: ["in", "out", "in-out"],
|
|
379
|
-
font: [
|
|
356
|
+
font: [br],
|
|
380
357
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
381
|
-
"inset-shadow": [
|
|
358
|
+
"inset-shadow": [I],
|
|
382
359
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
383
360
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
384
|
-
radius: [
|
|
385
|
-
shadow: [
|
|
361
|
+
radius: [I],
|
|
362
|
+
shadow: [I],
|
|
386
363
|
spacing: ["px", g],
|
|
387
|
-
text: [
|
|
388
|
-
"text-shadow": [
|
|
364
|
+
text: [I],
|
|
365
|
+
"text-shadow": [I],
|
|
389
366
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
390
367
|
},
|
|
391
368
|
classGroups: {
|
|
@@ -397,7 +374,7 @@ const Le = (e, o) => {
|
|
|
397
374
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
398
375
|
*/
|
|
399
376
|
aspect: [{
|
|
400
|
-
aspect: ["auto", "square", V, n,
|
|
377
|
+
aspect: ["auto", "square", V, n, s, v]
|
|
401
378
|
}],
|
|
402
379
|
/**
|
|
403
380
|
* Container
|
|
@@ -410,7 +387,7 @@ const Le = (e, o) => {
|
|
|
410
387
|
* @see https://tailwindcss.com/docs/columns
|
|
411
388
|
*/
|
|
412
389
|
columns: [{
|
|
413
|
-
columns: [g, n,
|
|
390
|
+
columns: [g, n, s, p]
|
|
414
391
|
}],
|
|
415
392
|
/**
|
|
416
393
|
* Break After
|
|
@@ -495,21 +472,21 @@ const Le = (e, o) => {
|
|
|
495
472
|
* @see https://tailwindcss.com/docs/overflow
|
|
496
473
|
*/
|
|
497
474
|
overflow: [{
|
|
498
|
-
overflow:
|
|
475
|
+
overflow: U()
|
|
499
476
|
}],
|
|
500
477
|
/**
|
|
501
478
|
* Overflow X
|
|
502
479
|
* @see https://tailwindcss.com/docs/overflow
|
|
503
480
|
*/
|
|
504
481
|
"overflow-x": [{
|
|
505
|
-
"overflow-x":
|
|
482
|
+
"overflow-x": U()
|
|
506
483
|
}],
|
|
507
484
|
/**
|
|
508
485
|
* Overflow Y
|
|
509
486
|
* @see https://tailwindcss.com/docs/overflow
|
|
510
487
|
*/
|
|
511
488
|
"overflow-y": [{
|
|
512
|
-
"overflow-y":
|
|
489
|
+
"overflow-y": U()
|
|
513
490
|
}],
|
|
514
491
|
/**
|
|
515
492
|
* Overscroll Behavior
|
|
@@ -542,63 +519,63 @@ const Le = (e, o) => {
|
|
|
542
519
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
543
520
|
*/
|
|
544
521
|
inset: [{
|
|
545
|
-
inset:
|
|
522
|
+
inset: N()
|
|
546
523
|
}],
|
|
547
524
|
/**
|
|
548
525
|
* Right / Left
|
|
549
526
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
550
527
|
*/
|
|
551
528
|
"inset-x": [{
|
|
552
|
-
"inset-x":
|
|
529
|
+
"inset-x": N()
|
|
553
530
|
}],
|
|
554
531
|
/**
|
|
555
532
|
* Top / Bottom
|
|
556
533
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
557
534
|
*/
|
|
558
535
|
"inset-y": [{
|
|
559
|
-
"inset-y":
|
|
536
|
+
"inset-y": N()
|
|
560
537
|
}],
|
|
561
538
|
/**
|
|
562
539
|
* Start
|
|
563
540
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
564
541
|
*/
|
|
565
542
|
start: [{
|
|
566
|
-
start:
|
|
543
|
+
start: N()
|
|
567
544
|
}],
|
|
568
545
|
/**
|
|
569
546
|
* End
|
|
570
547
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
571
548
|
*/
|
|
572
549
|
end: [{
|
|
573
|
-
end:
|
|
550
|
+
end: N()
|
|
574
551
|
}],
|
|
575
552
|
/**
|
|
576
553
|
* Top
|
|
577
554
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
578
555
|
*/
|
|
579
556
|
top: [{
|
|
580
|
-
top:
|
|
557
|
+
top: N()
|
|
581
558
|
}],
|
|
582
559
|
/**
|
|
583
560
|
* Right
|
|
584
561
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
585
562
|
*/
|
|
586
563
|
right: [{
|
|
587
|
-
right:
|
|
564
|
+
right: N()
|
|
588
565
|
}],
|
|
589
566
|
/**
|
|
590
567
|
* Bottom
|
|
591
568
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
592
569
|
*/
|
|
593
570
|
bottom: [{
|
|
594
|
-
bottom:
|
|
571
|
+
bottom: N()
|
|
595
572
|
}],
|
|
596
573
|
/**
|
|
597
574
|
* Left
|
|
598
575
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
599
576
|
*/
|
|
600
577
|
left: [{
|
|
601
|
-
left:
|
|
578
|
+
left: N()
|
|
602
579
|
}],
|
|
603
580
|
/**
|
|
604
581
|
* Visibility
|
|
@@ -610,7 +587,7 @@ const Le = (e, o) => {
|
|
|
610
587
|
* @see https://tailwindcss.com/docs/z-index
|
|
611
588
|
*/
|
|
612
589
|
z: [{
|
|
613
|
-
z: [
|
|
590
|
+
z: [T, "auto", s, n]
|
|
614
591
|
}],
|
|
615
592
|
// ------------------------
|
|
616
593
|
// --- Flexbox and Grid ---
|
|
@@ -648,21 +625,21 @@ const Le = (e, o) => {
|
|
|
648
625
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
649
626
|
*/
|
|
650
627
|
grow: [{
|
|
651
|
-
grow: ["", g,
|
|
628
|
+
grow: ["", g, s, n]
|
|
652
629
|
}],
|
|
653
630
|
/**
|
|
654
631
|
* Flex Shrink
|
|
655
632
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
656
633
|
*/
|
|
657
634
|
shrink: [{
|
|
658
|
-
shrink: ["", g,
|
|
635
|
+
shrink: ["", g, s, n]
|
|
659
636
|
}],
|
|
660
637
|
/**
|
|
661
638
|
* Order
|
|
662
639
|
* @see https://tailwindcss.com/docs/order
|
|
663
640
|
*/
|
|
664
641
|
order: [{
|
|
665
|
-
order: [
|
|
642
|
+
order: [T, "first", "last", "none", s, n]
|
|
666
643
|
}],
|
|
667
644
|
/**
|
|
668
645
|
* Grid Template Columns
|
|
@@ -898,63 +875,63 @@ const Le = (e, o) => {
|
|
|
898
875
|
* @see https://tailwindcss.com/docs/margin
|
|
899
876
|
*/
|
|
900
877
|
m: [{
|
|
901
|
-
m:
|
|
878
|
+
m: R()
|
|
902
879
|
}],
|
|
903
880
|
/**
|
|
904
881
|
* Margin X
|
|
905
882
|
* @see https://tailwindcss.com/docs/margin
|
|
906
883
|
*/
|
|
907
884
|
mx: [{
|
|
908
|
-
mx:
|
|
885
|
+
mx: R()
|
|
909
886
|
}],
|
|
910
887
|
/**
|
|
911
888
|
* Margin Y
|
|
912
889
|
* @see https://tailwindcss.com/docs/margin
|
|
913
890
|
*/
|
|
914
891
|
my: [{
|
|
915
|
-
my:
|
|
892
|
+
my: R()
|
|
916
893
|
}],
|
|
917
894
|
/**
|
|
918
895
|
* Margin Start
|
|
919
896
|
* @see https://tailwindcss.com/docs/margin
|
|
920
897
|
*/
|
|
921
898
|
ms: [{
|
|
922
|
-
ms:
|
|
899
|
+
ms: R()
|
|
923
900
|
}],
|
|
924
901
|
/**
|
|
925
902
|
* Margin End
|
|
926
903
|
* @see https://tailwindcss.com/docs/margin
|
|
927
904
|
*/
|
|
928
905
|
me: [{
|
|
929
|
-
me:
|
|
906
|
+
me: R()
|
|
930
907
|
}],
|
|
931
908
|
/**
|
|
932
909
|
* Margin Top
|
|
933
910
|
* @see https://tailwindcss.com/docs/margin
|
|
934
911
|
*/
|
|
935
912
|
mt: [{
|
|
936
|
-
mt:
|
|
913
|
+
mt: R()
|
|
937
914
|
}],
|
|
938
915
|
/**
|
|
939
916
|
* Margin Right
|
|
940
917
|
* @see https://tailwindcss.com/docs/margin
|
|
941
918
|
*/
|
|
942
919
|
mr: [{
|
|
943
|
-
mr:
|
|
920
|
+
mr: R()
|
|
944
921
|
}],
|
|
945
922
|
/**
|
|
946
923
|
* Margin Bottom
|
|
947
924
|
* @see https://tailwindcss.com/docs/margin
|
|
948
925
|
*/
|
|
949
926
|
mb: [{
|
|
950
|
-
mb:
|
|
927
|
+
mb: R()
|
|
951
928
|
}],
|
|
952
929
|
/**
|
|
953
930
|
* Margin Left
|
|
954
931
|
* @see https://tailwindcss.com/docs/margin
|
|
955
932
|
*/
|
|
956
933
|
ml: [{
|
|
957
|
-
ml:
|
|
934
|
+
ml: R()
|
|
958
935
|
}],
|
|
959
936
|
/**
|
|
960
937
|
* Space Between X
|
|
@@ -1023,7 +1000,7 @@ const Le = (e, o) => {
|
|
|
1023
1000
|
"prose",
|
|
1024
1001
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1025
1002
|
{
|
|
1026
|
-
screen: [
|
|
1003
|
+
screen: [a]
|
|
1027
1004
|
},
|
|
1028
1005
|
...G()
|
|
1029
1006
|
]
|
|
@@ -1074,7 +1051,7 @@ const Le = (e, o) => {
|
|
|
1074
1051
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1075
1052
|
*/
|
|
1076
1053
|
"font-weight": [{
|
|
1077
|
-
font: [t,
|
|
1054
|
+
font: [t, s, se]
|
|
1078
1055
|
}],
|
|
1079
1056
|
/**
|
|
1080
1057
|
* Font Stretch
|
|
@@ -1125,14 +1102,14 @@ const Le = (e, o) => {
|
|
|
1125
1102
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1126
1103
|
*/
|
|
1127
1104
|
tracking: [{
|
|
1128
|
-
tracking: [i,
|
|
1105
|
+
tracking: [i, s, n]
|
|
1129
1106
|
}],
|
|
1130
1107
|
/**
|
|
1131
1108
|
* Line Clamp
|
|
1132
1109
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1133
1110
|
*/
|
|
1134
1111
|
"line-clamp": [{
|
|
1135
|
-
"line-clamp": [g, "none",
|
|
1112
|
+
"line-clamp": [g, "none", s, se]
|
|
1136
1113
|
}],
|
|
1137
1114
|
/**
|
|
1138
1115
|
* Line Height
|
|
@@ -1150,7 +1127,7 @@ const Le = (e, o) => {
|
|
|
1150
1127
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1151
1128
|
*/
|
|
1152
1129
|
"list-image": [{
|
|
1153
|
-
"list-image": ["none",
|
|
1130
|
+
"list-image": ["none", s, n]
|
|
1154
1131
|
}],
|
|
1155
1132
|
/**
|
|
1156
1133
|
* List Style Position
|
|
@@ -1164,7 +1141,7 @@ const Le = (e, o) => {
|
|
|
1164
1141
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1165
1142
|
*/
|
|
1166
1143
|
"list-style-type": [{
|
|
1167
|
-
list: ["disc", "decimal", "none",
|
|
1144
|
+
list: ["disc", "decimal", "none", s, n]
|
|
1168
1145
|
}],
|
|
1169
1146
|
/**
|
|
1170
1147
|
* Text Alignment
|
|
@@ -1205,7 +1182,7 @@ const Le = (e, o) => {
|
|
|
1205
1182
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1206
1183
|
*/
|
|
1207
1184
|
"text-decoration-thickness": [{
|
|
1208
|
-
decoration: [g, "from-font", "auto",
|
|
1185
|
+
decoration: [g, "from-font", "auto", s, O]
|
|
1209
1186
|
}],
|
|
1210
1187
|
/**
|
|
1211
1188
|
* Text Decoration Color
|
|
@@ -1219,7 +1196,7 @@ const Le = (e, o) => {
|
|
|
1219
1196
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1220
1197
|
*/
|
|
1221
1198
|
"underline-offset": [{
|
|
1222
|
-
"underline-offset": [g, "auto",
|
|
1199
|
+
"underline-offset": [g, "auto", s, n]
|
|
1223
1200
|
}],
|
|
1224
1201
|
/**
|
|
1225
1202
|
* Text Transform
|
|
@@ -1250,7 +1227,7 @@ const Le = (e, o) => {
|
|
|
1250
1227
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1251
1228
|
*/
|
|
1252
1229
|
"vertical-align": [{
|
|
1253
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1230
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, n]
|
|
1254
1231
|
}],
|
|
1255
1232
|
/**
|
|
1256
1233
|
* Whitespace
|
|
@@ -1285,7 +1262,7 @@ const Le = (e, o) => {
|
|
|
1285
1262
|
* @see https://tailwindcss.com/docs/content
|
|
1286
1263
|
*/
|
|
1287
1264
|
content: [{
|
|
1288
|
-
content: ["none",
|
|
1265
|
+
content: ["none", s, n]
|
|
1289
1266
|
}],
|
|
1290
1267
|
// -------------------
|
|
1291
1268
|
// --- Backgrounds ---
|
|
@@ -1330,7 +1307,7 @@ const Le = (e, o) => {
|
|
|
1330
1307
|
* @see https://tailwindcss.com/docs/background-size
|
|
1331
1308
|
*/
|
|
1332
1309
|
"bg-size": [{
|
|
1333
|
-
bg:
|
|
1310
|
+
bg: ue()
|
|
1334
1311
|
}],
|
|
1335
1312
|
/**
|
|
1336
1313
|
* Background Image
|
|
@@ -1340,9 +1317,9 @@ const Le = (e, o) => {
|
|
|
1340
1317
|
bg: ["none", {
|
|
1341
1318
|
linear: [{
|
|
1342
1319
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1343
|
-
},
|
|
1344
|
-
radial: ["",
|
|
1345
|
-
conic: [
|
|
1320
|
+
}, T, s, n],
|
|
1321
|
+
radial: ["", s, n],
|
|
1322
|
+
conic: [T, s, n]
|
|
1346
1323
|
}, xr, hr]
|
|
1347
1324
|
}],
|
|
1348
1325
|
/**
|
|
@@ -1685,7 +1662,7 @@ const Le = (e, o) => {
|
|
|
1685
1662
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1686
1663
|
*/
|
|
1687
1664
|
"outline-offset": [{
|
|
1688
|
-
"outline-offset": [g,
|
|
1665
|
+
"outline-offset": [g, s, n]
|
|
1689
1666
|
}],
|
|
1690
1667
|
/**
|
|
1691
1668
|
* Outline Width
|
|
@@ -1730,7 +1707,7 @@ const Le = (e, o) => {
|
|
|
1730
1707
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1731
1708
|
*/
|
|
1732
1709
|
"inset-shadow": [{
|
|
1733
|
-
"inset-shadow": ["none",
|
|
1710
|
+
"inset-shadow": ["none", u, Z, Q]
|
|
1734
1711
|
}],
|
|
1735
1712
|
/**
|
|
1736
1713
|
* Inset Box Shadow Color
|
|
@@ -1811,21 +1788,21 @@ const Le = (e, o) => {
|
|
|
1811
1788
|
* @see https://tailwindcss.com/docs/opacity
|
|
1812
1789
|
*/
|
|
1813
1790
|
opacity: [{
|
|
1814
|
-
opacity: [g,
|
|
1791
|
+
opacity: [g, s, n]
|
|
1815
1792
|
}],
|
|
1816
1793
|
/**
|
|
1817
1794
|
* Mix Blend Mode
|
|
1818
1795
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1819
1796
|
*/
|
|
1820
1797
|
"mix-blend": [{
|
|
1821
|
-
"mix-blend": [...
|
|
1798
|
+
"mix-blend": [...be(), "plus-darker", "plus-lighter"]
|
|
1822
1799
|
}],
|
|
1823
1800
|
/**
|
|
1824
1801
|
* Background Blend Mode
|
|
1825
1802
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1826
1803
|
*/
|
|
1827
1804
|
"bg-blend": [{
|
|
1828
|
-
"bg-blend":
|
|
1805
|
+
"bg-blend": be()
|
|
1829
1806
|
}],
|
|
1830
1807
|
/**
|
|
1831
1808
|
* Mask Clip
|
|
@@ -1933,7 +1910,7 @@ const Le = (e, o) => {
|
|
|
1933
1910
|
"mask-y-to": c()
|
|
1934
1911
|
}],
|
|
1935
1912
|
"mask-image-radial": [{
|
|
1936
|
-
"mask-radial": [
|
|
1913
|
+
"mask-radial": [s, n]
|
|
1937
1914
|
}],
|
|
1938
1915
|
"mask-image-radial-from-pos": [{
|
|
1939
1916
|
"mask-radial-from": k()
|
|
@@ -2007,7 +1984,7 @@ const Le = (e, o) => {
|
|
|
2007
1984
|
* @see https://tailwindcss.com/docs/mask-size
|
|
2008
1985
|
*/
|
|
2009
1986
|
"mask-size": [{
|
|
2010
|
-
mask:
|
|
1987
|
+
mask: ue()
|
|
2011
1988
|
}],
|
|
2012
1989
|
/**
|
|
2013
1990
|
* Mask Type
|
|
@@ -2021,7 +1998,7 @@ const Le = (e, o) => {
|
|
|
2021
1998
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2022
1999
|
*/
|
|
2023
2000
|
"mask-image": [{
|
|
2024
|
-
mask: ["none",
|
|
2001
|
+
mask: ["none", s, n]
|
|
2025
2002
|
}],
|
|
2026
2003
|
// ---------------
|
|
2027
2004
|
// --- Filters ---
|
|
@@ -2035,7 +2012,7 @@ const Le = (e, o) => {
|
|
|
2035
2012
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2036
2013
|
"",
|
|
2037
2014
|
"none",
|
|
2038
|
-
|
|
2015
|
+
s,
|
|
2039
2016
|
n
|
|
2040
2017
|
]
|
|
2041
2018
|
}],
|
|
@@ -2051,14 +2028,14 @@ const Le = (e, o) => {
|
|
|
2051
2028
|
* @see https://tailwindcss.com/docs/brightness
|
|
2052
2029
|
*/
|
|
2053
2030
|
brightness: [{
|
|
2054
|
-
brightness: [g,
|
|
2031
|
+
brightness: [g, s, n]
|
|
2055
2032
|
}],
|
|
2056
2033
|
/**
|
|
2057
2034
|
* Contrast
|
|
2058
2035
|
* @see https://tailwindcss.com/docs/contrast
|
|
2059
2036
|
*/
|
|
2060
2037
|
contrast: [{
|
|
2061
|
-
contrast: [g,
|
|
2038
|
+
contrast: [g, s, n]
|
|
2062
2039
|
}],
|
|
2063
2040
|
/**
|
|
2064
2041
|
* Drop Shadow
|
|
@@ -2086,35 +2063,35 @@ const Le = (e, o) => {
|
|
|
2086
2063
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2087
2064
|
*/
|
|
2088
2065
|
grayscale: [{
|
|
2089
|
-
grayscale: ["", g,
|
|
2066
|
+
grayscale: ["", g, s, n]
|
|
2090
2067
|
}],
|
|
2091
2068
|
/**
|
|
2092
2069
|
* Hue Rotate
|
|
2093
2070
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2094
2071
|
*/
|
|
2095
2072
|
"hue-rotate": [{
|
|
2096
|
-
"hue-rotate": [g,
|
|
2073
|
+
"hue-rotate": [g, s, n]
|
|
2097
2074
|
}],
|
|
2098
2075
|
/**
|
|
2099
2076
|
* Invert
|
|
2100
2077
|
* @see https://tailwindcss.com/docs/invert
|
|
2101
2078
|
*/
|
|
2102
2079
|
invert: [{
|
|
2103
|
-
invert: ["", g,
|
|
2080
|
+
invert: ["", g, s, n]
|
|
2104
2081
|
}],
|
|
2105
2082
|
/**
|
|
2106
2083
|
* Saturate
|
|
2107
2084
|
* @see https://tailwindcss.com/docs/saturate
|
|
2108
2085
|
*/
|
|
2109
2086
|
saturate: [{
|
|
2110
|
-
saturate: [g,
|
|
2087
|
+
saturate: [g, s, n]
|
|
2111
2088
|
}],
|
|
2112
2089
|
/**
|
|
2113
2090
|
* Sepia
|
|
2114
2091
|
* @see https://tailwindcss.com/docs/sepia
|
|
2115
2092
|
*/
|
|
2116
2093
|
sepia: [{
|
|
2117
|
-
sepia: ["", g,
|
|
2094
|
+
sepia: ["", g, s, n]
|
|
2118
2095
|
}],
|
|
2119
2096
|
/**
|
|
2120
2097
|
* Backdrop Filter
|
|
@@ -2125,7 +2102,7 @@ const Le = (e, o) => {
|
|
|
2125
2102
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2126
2103
|
"",
|
|
2127
2104
|
"none",
|
|
2128
|
-
|
|
2105
|
+
s,
|
|
2129
2106
|
n
|
|
2130
2107
|
]
|
|
2131
2108
|
}],
|
|
@@ -2141,56 +2118,56 @@ const Le = (e, o) => {
|
|
|
2141
2118
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2142
2119
|
*/
|
|
2143
2120
|
"backdrop-brightness": [{
|
|
2144
|
-
"backdrop-brightness": [g,
|
|
2121
|
+
"backdrop-brightness": [g, s, n]
|
|
2145
2122
|
}],
|
|
2146
2123
|
/**
|
|
2147
2124
|
* Backdrop Contrast
|
|
2148
2125
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2149
2126
|
*/
|
|
2150
2127
|
"backdrop-contrast": [{
|
|
2151
|
-
"backdrop-contrast": [g,
|
|
2128
|
+
"backdrop-contrast": [g, s, n]
|
|
2152
2129
|
}],
|
|
2153
2130
|
/**
|
|
2154
2131
|
* Backdrop Grayscale
|
|
2155
2132
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2156
2133
|
*/
|
|
2157
2134
|
"backdrop-grayscale": [{
|
|
2158
|
-
"backdrop-grayscale": ["", g,
|
|
2135
|
+
"backdrop-grayscale": ["", g, s, n]
|
|
2159
2136
|
}],
|
|
2160
2137
|
/**
|
|
2161
2138
|
* Backdrop Hue Rotate
|
|
2162
2139
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2163
2140
|
*/
|
|
2164
2141
|
"backdrop-hue-rotate": [{
|
|
2165
|
-
"backdrop-hue-rotate": [g,
|
|
2142
|
+
"backdrop-hue-rotate": [g, s, n]
|
|
2166
2143
|
}],
|
|
2167
2144
|
/**
|
|
2168
2145
|
* Backdrop Invert
|
|
2169
2146
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2170
2147
|
*/
|
|
2171
2148
|
"backdrop-invert": [{
|
|
2172
|
-
"backdrop-invert": ["", g,
|
|
2149
|
+
"backdrop-invert": ["", g, s, n]
|
|
2173
2150
|
}],
|
|
2174
2151
|
/**
|
|
2175
2152
|
* Backdrop Opacity
|
|
2176
2153
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2177
2154
|
*/
|
|
2178
2155
|
"backdrop-opacity": [{
|
|
2179
|
-
"backdrop-opacity": [g,
|
|
2156
|
+
"backdrop-opacity": [g, s, n]
|
|
2180
2157
|
}],
|
|
2181
2158
|
/**
|
|
2182
2159
|
* Backdrop Saturate
|
|
2183
2160
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2184
2161
|
*/
|
|
2185
2162
|
"backdrop-saturate": [{
|
|
2186
|
-
"backdrop-saturate": [g,
|
|
2163
|
+
"backdrop-saturate": [g, s, n]
|
|
2187
2164
|
}],
|
|
2188
2165
|
/**
|
|
2189
2166
|
* Backdrop Sepia
|
|
2190
2167
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2191
2168
|
*/
|
|
2192
2169
|
"backdrop-sepia": [{
|
|
2193
|
-
"backdrop-sepia": ["", g,
|
|
2170
|
+
"backdrop-sepia": ["", g, s, n]
|
|
2194
2171
|
}],
|
|
2195
2172
|
// --------------
|
|
2196
2173
|
// --- Tables ---
|
|
@@ -2245,7 +2222,7 @@ const Le = (e, o) => {
|
|
|
2245
2222
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2246
2223
|
*/
|
|
2247
2224
|
transition: [{
|
|
2248
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2225
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, n]
|
|
2249
2226
|
}],
|
|
2250
2227
|
/**
|
|
2251
2228
|
* Transition Behavior
|
|
@@ -2259,28 +2236,28 @@ const Le = (e, o) => {
|
|
|
2259
2236
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2260
2237
|
*/
|
|
2261
2238
|
duration: [{
|
|
2262
|
-
duration: [g, "initial",
|
|
2239
|
+
duration: [g, "initial", s, n]
|
|
2263
2240
|
}],
|
|
2264
2241
|
/**
|
|
2265
2242
|
* Transition Timing Function
|
|
2266
2243
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2267
2244
|
*/
|
|
2268
2245
|
ease: [{
|
|
2269
|
-
ease: ["linear", "initial",
|
|
2246
|
+
ease: ["linear", "initial", P, s, n]
|
|
2270
2247
|
}],
|
|
2271
2248
|
/**
|
|
2272
2249
|
* Transition Delay
|
|
2273
2250
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2274
2251
|
*/
|
|
2275
2252
|
delay: [{
|
|
2276
|
-
delay: [g,
|
|
2253
|
+
delay: [g, s, n]
|
|
2277
2254
|
}],
|
|
2278
2255
|
/**
|
|
2279
2256
|
* Animation
|
|
2280
2257
|
* @see https://tailwindcss.com/docs/animation
|
|
2281
2258
|
*/
|
|
2282
2259
|
animate: [{
|
|
2283
|
-
animate: ["none", J,
|
|
2260
|
+
animate: ["none", J, s, n]
|
|
2284
2261
|
}],
|
|
2285
2262
|
// ------------------
|
|
2286
2263
|
// --- Transforms ---
|
|
@@ -2297,7 +2274,7 @@ const Le = (e, o) => {
|
|
|
2297
2274
|
* @see https://tailwindcss.com/docs/perspective
|
|
2298
2275
|
*/
|
|
2299
2276
|
perspective: [{
|
|
2300
|
-
perspective: [
|
|
2277
|
+
perspective: [S, s, n]
|
|
2301
2278
|
}],
|
|
2302
2279
|
/**
|
|
2303
2280
|
* Perspective Origin
|
|
@@ -2393,7 +2370,7 @@ const Le = (e, o) => {
|
|
|
2393
2370
|
* @see https://tailwindcss.com/docs/transform
|
|
2394
2371
|
*/
|
|
2395
2372
|
transform: [{
|
|
2396
|
-
transform: [
|
|
2373
|
+
transform: [s, n, "", "none", "gpu", "cpu"]
|
|
2397
2374
|
}],
|
|
2398
2375
|
/**
|
|
2399
2376
|
* Transform Origin
|
|
@@ -2478,7 +2455,7 @@ const Le = (e, o) => {
|
|
|
2478
2455
|
* @see https://tailwindcss.com/docs/cursor
|
|
2479
2456
|
*/
|
|
2480
2457
|
cursor: [{
|
|
2481
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2458
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", s, n]
|
|
2482
2459
|
}],
|
|
2483
2460
|
/**
|
|
2484
2461
|
* Field Sizing
|
|
@@ -2700,7 +2677,7 @@ const Le = (e, o) => {
|
|
|
2700
2677
|
* @see https://tailwindcss.com/docs/will-change
|
|
2701
2678
|
*/
|
|
2702
2679
|
"will-change": [{
|
|
2703
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2680
|
+
"will-change": ["auto", "scroll", "contents", "transform", s, n]
|
|
2704
2681
|
}],
|
|
2705
2682
|
// -----------
|
|
2706
2683
|
// --- SVG ---
|
|
@@ -2717,7 +2694,7 @@ const Le = (e, o) => {
|
|
|
2717
2694
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2718
2695
|
*/
|
|
2719
2696
|
"stroke-w": [{
|
|
2720
|
-
stroke: [g, D, O,
|
|
2697
|
+
stroke: [g, D, O, se]
|
|
2721
2698
|
}],
|
|
2722
2699
|
/**
|
|
2723
2700
|
* Stroke
|
|
@@ -2796,7 +2773,7 @@ const Le = (e, o) => {
|
|
|
2796
2773
|
function le(...e) {
|
|
2797
2774
|
return zr(je(e));
|
|
2798
2775
|
}
|
|
2799
|
-
const
|
|
2776
|
+
const Rr = ({
|
|
2800
2777
|
className: e,
|
|
2801
2778
|
children: o,
|
|
2802
2779
|
disabled: r
|
|
@@ -2815,40 +2792,100 @@ const Ir = ({
|
|
|
2815
2792
|
"aria-label": "CandidateCard",
|
|
2816
2793
|
children: o || "CandidateCard Component"
|
|
2817
2794
|
}
|
|
2818
|
-
),
|
|
2795
|
+
), Ir = ({
|
|
2796
|
+
className: e,
|
|
2797
|
+
children: o,
|
|
2798
|
+
disabled: r
|
|
2799
|
+
}) => /* @__PURE__ */ f(
|
|
2800
|
+
"div",
|
|
2801
|
+
{
|
|
2802
|
+
className: le(
|
|
2803
|
+
"p-4 rounded-lg border transition-colors",
|
|
2804
|
+
"bg-white dark:bg-gray-900",
|
|
2805
|
+
"border-gray-200 dark:border-gray-700",
|
|
2806
|
+
"text-gray-900 dark:text-white",
|
|
2807
|
+
r && "opacity-50 cursor-not-allowed",
|
|
2808
|
+
e
|
|
2809
|
+
),
|
|
2810
|
+
role: "region",
|
|
2811
|
+
"aria-label": "InterviewScheduler",
|
|
2812
|
+
children: o || "InterviewScheduler Component"
|
|
2813
|
+
}
|
|
2814
|
+
), Mr = ({
|
|
2815
|
+
className: e,
|
|
2816
|
+
children: o,
|
|
2817
|
+
disabled: r
|
|
2818
|
+
}) => /* @__PURE__ */ f(
|
|
2819
|
+
"div",
|
|
2820
|
+
{
|
|
2821
|
+
className: le(
|
|
2822
|
+
"p-4 rounded-lg border transition-colors",
|
|
2823
|
+
"bg-white dark:bg-gray-900",
|
|
2824
|
+
"border-gray-200 dark:border-gray-700",
|
|
2825
|
+
"text-gray-900 dark:text-white",
|
|
2826
|
+
r && "opacity-50 cursor-not-allowed",
|
|
2827
|
+
e
|
|
2828
|
+
),
|
|
2829
|
+
role: "region",
|
|
2830
|
+
"aria-label": "JobPosting",
|
|
2831
|
+
children: o || "JobPosting Component"
|
|
2832
|
+
}
|
|
2833
|
+
), Tr = ({
|
|
2834
|
+
className: e,
|
|
2835
|
+
children: o,
|
|
2836
|
+
disabled: r = !1,
|
|
2837
|
+
onClick: t
|
|
2838
|
+
}) => /* @__PURE__ */ f(
|
|
2839
|
+
"div",
|
|
2840
|
+
{
|
|
2841
|
+
className: M(
|
|
2842
|
+
"p-4 rounded-lg border transition-colors",
|
|
2843
|
+
"bg-white dark:bg-gray-900",
|
|
2844
|
+
"border-gray-200 dark:border-gray-700",
|
|
2845
|
+
"text-gray-900 dark:text-white",
|
|
2846
|
+
r && "opacity-50 cursor-not-allowed",
|
|
2847
|
+
"hover:bg-gray-50 dark:hover:bg-gray-800",
|
|
2848
|
+
e
|
|
2849
|
+
),
|
|
2850
|
+
onClick: r ? void 0 : t,
|
|
2851
|
+
role: "region",
|
|
2852
|
+
"aria-label": "UattendanceUcalendar",
|
|
2853
|
+
children: o || "UattendanceUcalendar Component"
|
|
2854
|
+
}
|
|
2855
|
+
), Pr = ({
|
|
2819
2856
|
comments: e,
|
|
2820
2857
|
onReply: o,
|
|
2821
2858
|
onDelete: r,
|
|
2822
2859
|
maxDepth: t = 5,
|
|
2823
2860
|
className: i
|
|
2824
2861
|
}) => {
|
|
2825
|
-
const [d,
|
|
2826
|
-
o && p.trim() && (o(
|
|
2862
|
+
const [d, a] = he(null), [p, l] = he(""), b = (u) => {
|
|
2863
|
+
o && p.trim() && (o(u, p), l(""), a(null));
|
|
2827
2864
|
}, h = ({
|
|
2828
|
-
comment:
|
|
2865
|
+
comment: u,
|
|
2829
2866
|
depth: w = 0
|
|
2830
2867
|
}) => {
|
|
2831
2868
|
const A = w < t;
|
|
2832
|
-
return /* @__PURE__ */ $("div", { className:
|
|
2833
|
-
/* @__PURE__ */ f("div", { className: "flex-shrink-0", children:
|
|
2869
|
+
return /* @__PURE__ */ $("div", { className: M("flex gap-3", w > 0 && "ml-8 mt-4"), children: [
|
|
2870
|
+
/* @__PURE__ */ f("div", { className: "flex-shrink-0", children: u.avatar ? /* @__PURE__ */ f(
|
|
2834
2871
|
"img",
|
|
2835
2872
|
{
|
|
2836
|
-
src:
|
|
2837
|
-
alt:
|
|
2873
|
+
src: u.avatar,
|
|
2874
|
+
alt: u.author,
|
|
2838
2875
|
className: "w-10 h-10 rounded-full bg-gray-200 dark:bg-gray-700"
|
|
2839
2876
|
}
|
|
2840
|
-
) : /* @__PURE__ */ f("div", { className: "w-10 h-10 rounded-full bg-gray-300 dark:bg-gray-600 flex items-center justify-center text-white font-semibold", children:
|
|
2877
|
+
) : /* @__PURE__ */ f("div", { className: "w-10 h-10 rounded-full bg-gray-300 dark:bg-gray-600 flex items-center justify-center text-white font-semibold", children: u.author.charAt(0).toUpperCase() }) }),
|
|
2841
2878
|
/* @__PURE__ */ $("div", { className: "flex-1 min-w-0", children: [
|
|
2842
2879
|
/* @__PURE__ */ $("div", { className: "flex items-center gap-2 mb-1", children: [
|
|
2843
|
-
/* @__PURE__ */ f("span", { className: "font-semibold text-gray-900 dark:text-white", children:
|
|
2844
|
-
/* @__PURE__ */ f("span", { className: "text-sm text-gray-600 dark:text-gray-400", children:
|
|
2880
|
+
/* @__PURE__ */ f("span", { className: "font-semibold text-gray-900 dark:text-white", children: u.author }),
|
|
2881
|
+
/* @__PURE__ */ f("span", { className: "text-sm text-gray-600 dark:text-gray-400", children: u.timestamp })
|
|
2845
2882
|
] }),
|
|
2846
|
-
/* @__PURE__ */ f("p", { className: "text-gray-700 dark:text-gray-300 mb-2", children:
|
|
2883
|
+
/* @__PURE__ */ f("p", { className: "text-gray-700 dark:text-gray-300 mb-2", children: u.content }),
|
|
2847
2884
|
/* @__PURE__ */ $("div", { className: "flex items-center gap-4 text-sm", children: [
|
|
2848
2885
|
o && A && /* @__PURE__ */ f(
|
|
2849
2886
|
"button",
|
|
2850
2887
|
{
|
|
2851
|
-
onClick: () =>
|
|
2888
|
+
onClick: () => a(u.id),
|
|
2852
2889
|
className: "text-blue-600 dark:text-blue-400 hover:underline",
|
|
2853
2890
|
children: "Reply"
|
|
2854
2891
|
}
|
|
@@ -2856,13 +2893,13 @@ const Ir = ({
|
|
|
2856
2893
|
r && /* @__PURE__ */ f(
|
|
2857
2894
|
"button",
|
|
2858
2895
|
{
|
|
2859
|
-
onClick: () => r(
|
|
2896
|
+
onClick: () => r(u.id),
|
|
2860
2897
|
className: "text-red-600 dark:text-red-400 hover:underline",
|
|
2861
2898
|
children: "Delete"
|
|
2862
2899
|
}
|
|
2863
2900
|
)
|
|
2864
2901
|
] }),
|
|
2865
|
-
d ===
|
|
2902
|
+
d === u.id && /* @__PURE__ */ $("div", { className: "mt-3 flex gap-2", children: [
|
|
2866
2903
|
/* @__PURE__ */ f(
|
|
2867
2904
|
"input",
|
|
2868
2905
|
{
|
|
@@ -2876,7 +2913,7 @@ const Ir = ({
|
|
|
2876
2913
|
/* @__PURE__ */ f(
|
|
2877
2914
|
"button",
|
|
2878
2915
|
{
|
|
2879
|
-
onClick: () => u
|
|
2916
|
+
onClick: () => b(u.id),
|
|
2880
2917
|
className: "px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 transition-colors",
|
|
2881
2918
|
children: "Post"
|
|
2882
2919
|
}
|
|
@@ -2885,64 +2922,26 @@ const Ir = ({
|
|
|
2885
2922
|
"button",
|
|
2886
2923
|
{
|
|
2887
2924
|
onClick: () => {
|
|
2888
|
-
|
|
2925
|
+
a(null), l("");
|
|
2889
2926
|
},
|
|
2890
2927
|
className: "px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-900 dark:text-white rounded-lg hover:bg-gray-300 dark:hover:bg-gray-600 transition-colors",
|
|
2891
2928
|
children: "Cancel"
|
|
2892
2929
|
}
|
|
2893
2930
|
)
|
|
2894
2931
|
] }),
|
|
2895
|
-
|
|
2932
|
+
u.replies && u.replies.length > 0 && /* @__PURE__ */ f("div", { className: "mt-4", children: u.replies.map((z) => /* @__PURE__ */ f(h, { comment: z, depth: w + 1 }, z.id)) })
|
|
2896
2933
|
] })
|
|
2897
2934
|
] });
|
|
2898
2935
|
};
|
|
2899
|
-
return /* @__PURE__ */ f("div", { className:
|
|
2900
|
-
},
|
|
2901
|
-
className: e,
|
|
2902
|
-
children: o,
|
|
2903
|
-
disabled: r
|
|
2904
|
-
}) => /* @__PURE__ */ f(
|
|
2905
|
-
"div",
|
|
2906
|
-
{
|
|
2907
|
-
className: le(
|
|
2908
|
-
"p-4 rounded-lg border transition-colors",
|
|
2909
|
-
"bg-white dark:bg-gray-900",
|
|
2910
|
-
"border-gray-200 dark:border-gray-700",
|
|
2911
|
-
"text-gray-900 dark:text-white",
|
|
2912
|
-
r && "opacity-50 cursor-not-allowed",
|
|
2913
|
-
e
|
|
2914
|
-
),
|
|
2915
|
-
role: "region",
|
|
2916
|
-
"aria-label": "InterviewScheduler",
|
|
2917
|
-
children: o || "InterviewScheduler Component"
|
|
2918
|
-
}
|
|
2919
|
-
), Tr = ({
|
|
2920
|
-
className: e,
|
|
2921
|
-
children: o,
|
|
2922
|
-
disabled: r
|
|
2923
|
-
}) => /* @__PURE__ */ f(
|
|
2924
|
-
"div",
|
|
2925
|
-
{
|
|
2926
|
-
className: le(
|
|
2927
|
-
"p-4 rounded-lg border transition-colors",
|
|
2928
|
-
"bg-white dark:bg-gray-900",
|
|
2929
|
-
"border-gray-200 dark:border-gray-700",
|
|
2930
|
-
"text-gray-900 dark:text-white",
|
|
2931
|
-
r && "opacity-50 cursor-not-allowed",
|
|
2932
|
-
e
|
|
2933
|
-
),
|
|
2934
|
-
role: "region",
|
|
2935
|
-
"aria-label": "JobPosting",
|
|
2936
|
-
children: o || "JobPosting Component"
|
|
2937
|
-
}
|
|
2938
|
-
), Pr = ({
|
|
2936
|
+
return /* @__PURE__ */ f("div", { className: M("space-y-6", i), children: e.map((u) => /* @__PURE__ */ f(h, { comment: u }, u.id)) });
|
|
2937
|
+
}, Ur = ({
|
|
2939
2938
|
className: e,
|
|
2940
2939
|
children: o,
|
|
2941
2940
|
disabled: r
|
|
2942
2941
|
}) => /* @__PURE__ */ f(
|
|
2943
2942
|
"div",
|
|
2944
2943
|
{
|
|
2945
|
-
className:
|
|
2944
|
+
className: M(
|
|
2946
2945
|
"p-4 rounded-lg border transition-colors",
|
|
2947
2946
|
"bg-white dark:bg-gray-900",
|
|
2948
2947
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -2962,7 +2961,7 @@ const Ir = ({
|
|
|
2962
2961
|
}) => /* @__PURE__ */ f(
|
|
2963
2962
|
"div",
|
|
2964
2963
|
{
|
|
2965
|
-
className:
|
|
2964
|
+
className: M(
|
|
2966
2965
|
"p-4 rounded-lg border transition-colors",
|
|
2967
2966
|
"bg-white dark:bg-gray-900",
|
|
2968
2967
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -2984,7 +2983,7 @@ const Ir = ({
|
|
|
2984
2983
|
}) => /* @__PURE__ */ f(
|
|
2985
2984
|
"div",
|
|
2986
2985
|
{
|
|
2987
|
-
className:
|
|
2986
|
+
className: M(
|
|
2988
2987
|
"p-4 rounded-lg border transition-colors",
|
|
2989
2988
|
"bg-white dark:bg-gray-900",
|
|
2990
2989
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -3005,7 +3004,7 @@ const Ir = ({
|
|
|
3005
3004
|
}) => /* @__PURE__ */ f(
|
|
3006
3005
|
"div",
|
|
3007
3006
|
{
|
|
3008
|
-
className:
|
|
3007
|
+
className: M(
|
|
3009
3008
|
"p-4 rounded-lg border transition-colors",
|
|
3010
3009
|
"bg-white dark:bg-gray-900",
|
|
3011
3010
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -3024,7 +3023,7 @@ const Ir = ({
|
|
|
3024
3023
|
}) => /* @__PURE__ */ f(
|
|
3025
3024
|
"div",
|
|
3026
3025
|
{
|
|
3027
|
-
className:
|
|
3026
|
+
className: M(
|
|
3028
3027
|
"p-4 rounded-lg border transition-colors",
|
|
3029
3028
|
"bg-white dark:bg-gray-900",
|
|
3030
3029
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -3044,7 +3043,7 @@ const Ir = ({
|
|
|
3044
3043
|
}) => /* @__PURE__ */ f(
|
|
3045
3044
|
"div",
|
|
3046
3045
|
{
|
|
3047
|
-
className:
|
|
3046
|
+
className: M(
|
|
3048
3047
|
"p-4 rounded-lg border transition-colors",
|
|
3049
3048
|
"bg-white dark:bg-gray-900",
|
|
3050
3049
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -3058,40 +3057,17 @@ const Ir = ({
|
|
|
3058
3057
|
"aria-label": "UtimesheetUentry",
|
|
3059
3058
|
children: o || "UtimesheetUentry Component"
|
|
3060
3059
|
}
|
|
3061
|
-
), Vr = ({
|
|
3062
|
-
className: e,
|
|
3063
|
-
children: o,
|
|
3064
|
-
disabled: r = !1,
|
|
3065
|
-
onClick: t
|
|
3066
|
-
}) => /* @__PURE__ */ f(
|
|
3067
|
-
"div",
|
|
3068
|
-
{
|
|
3069
|
-
className: S(
|
|
3070
|
-
"p-4 rounded-lg border transition-colors",
|
|
3071
|
-
"bg-white dark:bg-gray-900",
|
|
3072
|
-
"border-gray-200 dark:border-gray-700",
|
|
3073
|
-
"text-gray-900 dark:text-white",
|
|
3074
|
-
r && "opacity-50 cursor-not-allowed",
|
|
3075
|
-
"hover:bg-gray-50 dark:hover:bg-gray-800",
|
|
3076
|
-
e
|
|
3077
|
-
),
|
|
3078
|
-
onClick: r ? void 0 : t,
|
|
3079
|
-
role: "region",
|
|
3080
|
-
"aria-label": "UuserUtable",
|
|
3081
|
-
children: o || "UuserUtable Component"
|
|
3082
|
-
}
|
|
3083
3060
|
);
|
|
3084
3061
|
export {
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3062
|
+
Rr as CandidateCard,
|
|
3063
|
+
Pr as CommentThread,
|
|
3064
|
+
Ir as InterviewScheduler,
|
|
3065
|
+
Mr as JobPosting,
|
|
3066
|
+
Ur as OnboardingChecklist,
|
|
3090
3067
|
jr as TeamManagement,
|
|
3091
3068
|
Lr as TeamRoster,
|
|
3092
|
-
|
|
3069
|
+
Tr as UattendanceUcalendar,
|
|
3093
3070
|
Gr as UshiftUplanner,
|
|
3094
3071
|
Or as UskillUprogress,
|
|
3095
|
-
Er as UtimesheetUentry
|
|
3096
|
-
Vr as UuserUtable
|
|
3072
|
+
Er as UtimesheetUentry
|
|
3097
3073
|
};
|