@hari_digitus/sms-ui-library 4.0.16 → 5.0.1
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 +510 -0
- package/dist/form-controls.cjs.js +161 -0
- package/dist/form-controls.es.js +11584 -0
- package/dist/sms-ui-library.css +1 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts +19 -0
- package/dist/types/components/DatePicker/DatePicker.d.ts +22 -0
- package/dist/types/components/DragDropUpload/DragDropUpload.d.ts +26 -0
- package/dist/types/components/InputFields/Input.d.ts +14 -0
- package/dist/types/components/MultiSelect/MultiSelect.d.ts +22 -0
- package/dist/types/components/RadioButton/RadioButton.d.ts +15 -0
- package/dist/types/components/Select/Select.d.ts +41 -0
- package/dist/types/components/SingleSelect/SingleSelect.d.ts +25 -0
- package/dist/types/components/TextArea/textarea.d.ts +6 -0
- package/dist/types/components/ToggleButton/ToggleSwitch.d.ts +15 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +7 -0
- package/dist/types/icons/icon.d.ts +4 -4
- package/dist/types/index.d.ts +13 -9
- package/package.json +24 -18
- package/Readme.md +0 -462
- package/dist/notifications.cjs.js +0 -85
- package/dist/notifications.es.js +0 -3721
- package/dist/types/components/Loader/Loader.d.ts +0 -1
- package/dist/types/components/Modal/Modal.d.ts +0 -12
- package/dist/types/components/Modal/Modal.types.d.ts +0 -11
- package/dist/types/components/Popover/Popover.d.ts +0 -15
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +0 -20
- package/dist/types/components/Toast/Toast.d.ts +0 -3
- package/dist/types/components/Toast/Toast.types.d.ts +0 -7
package/dist/notifications.es.js
DELETED
|
@@ -1,3721 +0,0 @@
|
|
|
1
|
-
import mr, { useState as ar, useRef as sr, useCallback as Kr, useEffect as Xr } from "react";
|
|
2
|
-
import Zr from "react-dom";
|
|
3
|
-
function gr(r) {
|
|
4
|
-
var n, a, o = "";
|
|
5
|
-
if (typeof r == "string" || typeof r == "number") o += r;
|
|
6
|
-
else if (typeof r == "object") if (Array.isArray(r)) {
|
|
7
|
-
var c = r.length;
|
|
8
|
-
for (n = 0; n < c; n++) r[n] && (a = gr(r[n])) && (o && (o += " "), o += a);
|
|
9
|
-
} else for (a in r) r[a] && (o && (o += " "), o += a);
|
|
10
|
-
return o;
|
|
11
|
-
}
|
|
12
|
-
function Qr() {
|
|
13
|
-
for (var r, n, a = 0, o = "", c = arguments.length; a < c; a++) (r = arguments[a]) && (n = gr(r)) && (o && (o += " "), o += n);
|
|
14
|
-
return o;
|
|
15
|
-
}
|
|
16
|
-
const Be = "-", et = (r) => {
|
|
17
|
-
const n = tt(r), {
|
|
18
|
-
conflictingClassGroups: a,
|
|
19
|
-
conflictingClassGroupModifiers: o
|
|
20
|
-
} = r;
|
|
21
|
-
return {
|
|
22
|
-
getClassGroupId: (d) => {
|
|
23
|
-
const h = d.split(Be);
|
|
24
|
-
return h[0] === "" && h.length !== 1 && h.shift(), br(h, n) || rt(d);
|
|
25
|
-
},
|
|
26
|
-
getConflictingClassGroupIds: (d, h) => {
|
|
27
|
-
const u = a[d] || [];
|
|
28
|
-
return h && o[d] ? [...u, ...o[d]] : u;
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
}, br = (r, n) => {
|
|
32
|
-
var d;
|
|
33
|
-
if (r.length === 0)
|
|
34
|
-
return n.classGroupId;
|
|
35
|
-
const a = r[0], o = n.nextPart.get(a), c = o ? br(r.slice(1), o) : void 0;
|
|
36
|
-
if (c)
|
|
37
|
-
return c;
|
|
38
|
-
if (n.validators.length === 0)
|
|
39
|
-
return;
|
|
40
|
-
const m = r.join(Be);
|
|
41
|
-
return (d = n.validators.find(({
|
|
42
|
-
validator: h
|
|
43
|
-
}) => h(m))) == null ? void 0 : d.classGroupId;
|
|
44
|
-
}, ir = /^\[(.+)\]$/, rt = (r) => {
|
|
45
|
-
if (ir.test(r)) {
|
|
46
|
-
const n = ir.exec(r)[1], a = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
47
|
-
if (a)
|
|
48
|
-
return "arbitrary.." + a;
|
|
49
|
-
}
|
|
50
|
-
}, tt = (r) => {
|
|
51
|
-
const {
|
|
52
|
-
theme: n,
|
|
53
|
-
classGroups: a
|
|
54
|
-
} = r, o = {
|
|
55
|
-
nextPart: /* @__PURE__ */ new Map(),
|
|
56
|
-
validators: []
|
|
57
|
-
};
|
|
58
|
-
for (const c in a)
|
|
59
|
-
We(a[c], o, c, n);
|
|
60
|
-
return o;
|
|
61
|
-
}, We = (r, n, a, o) => {
|
|
62
|
-
r.forEach((c) => {
|
|
63
|
-
if (typeof c == "string") {
|
|
64
|
-
const m = c === "" ? n : lr(n, c);
|
|
65
|
-
m.classGroupId = a;
|
|
66
|
-
return;
|
|
67
|
-
}
|
|
68
|
-
if (typeof c == "function") {
|
|
69
|
-
if (ot(c)) {
|
|
70
|
-
We(c(o), n, a, o);
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
n.validators.push({
|
|
74
|
-
validator: c,
|
|
75
|
-
classGroupId: a
|
|
76
|
-
});
|
|
77
|
-
return;
|
|
78
|
-
}
|
|
79
|
-
Object.entries(c).forEach(([m, d]) => {
|
|
80
|
-
We(d, lr(n, m), a, o);
|
|
81
|
-
});
|
|
82
|
-
});
|
|
83
|
-
}, lr = (r, n) => {
|
|
84
|
-
let a = r;
|
|
85
|
-
return n.split(Be).forEach((o) => {
|
|
86
|
-
a.nextPart.has(o) || a.nextPart.set(o, {
|
|
87
|
-
nextPart: /* @__PURE__ */ new Map(),
|
|
88
|
-
validators: []
|
|
89
|
-
}), a = a.nextPart.get(o);
|
|
90
|
-
}), a;
|
|
91
|
-
}, ot = (r) => r.isThemeGetter, nt = (r) => {
|
|
92
|
-
if (r < 1)
|
|
93
|
-
return {
|
|
94
|
-
get: () => {
|
|
95
|
-
},
|
|
96
|
-
set: () => {
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
let n = 0, a = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
100
|
-
const c = (m, d) => {
|
|
101
|
-
a.set(m, d), n++, n > r && (n = 0, o = a, a = /* @__PURE__ */ new Map());
|
|
102
|
-
};
|
|
103
|
-
return {
|
|
104
|
-
get(m) {
|
|
105
|
-
let d = a.get(m);
|
|
106
|
-
if (d !== void 0)
|
|
107
|
-
return d;
|
|
108
|
-
if ((d = o.get(m)) !== void 0)
|
|
109
|
-
return c(m, d), d;
|
|
110
|
-
},
|
|
111
|
-
set(m, d) {
|
|
112
|
-
a.has(m) ? a.set(m, d) : c(m, d);
|
|
113
|
-
}
|
|
114
|
-
};
|
|
115
|
-
}, Ne = "!", Ve = ":", at = Ve.length, st = (r) => {
|
|
116
|
-
const {
|
|
117
|
-
prefix: n,
|
|
118
|
-
experimentalParseClassName: a
|
|
119
|
-
} = r;
|
|
120
|
-
let o = (c) => {
|
|
121
|
-
const m = [];
|
|
122
|
-
let d = 0, h = 0, u = 0, E;
|
|
123
|
-
for (let S = 0; S < c.length; S++) {
|
|
124
|
-
let z = c[S];
|
|
125
|
-
if (d === 0 && h === 0) {
|
|
126
|
-
if (z === Ve) {
|
|
127
|
-
m.push(c.slice(u, S)), u = S + at;
|
|
128
|
-
continue;
|
|
129
|
-
}
|
|
130
|
-
if (z === "/") {
|
|
131
|
-
E = S;
|
|
132
|
-
continue;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
z === "[" ? d++ : z === "]" ? d-- : z === "(" ? h++ : z === ")" && h--;
|
|
136
|
-
}
|
|
137
|
-
const w = m.length === 0 ? c : c.substring(u), C = it(w), F = C !== w, L = E && E > u ? E - u : void 0;
|
|
138
|
-
return {
|
|
139
|
-
modifiers: m,
|
|
140
|
-
hasImportantModifier: F,
|
|
141
|
-
baseClassName: C,
|
|
142
|
-
maybePostfixModifierPosition: L
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
if (n) {
|
|
146
|
-
const c = n + Ve, m = o;
|
|
147
|
-
o = (d) => d.startsWith(c) ? m(d.substring(c.length)) : {
|
|
148
|
-
isExternal: !0,
|
|
149
|
-
modifiers: [],
|
|
150
|
-
hasImportantModifier: !1,
|
|
151
|
-
baseClassName: d,
|
|
152
|
-
maybePostfixModifierPosition: void 0
|
|
153
|
-
};
|
|
154
|
-
}
|
|
155
|
-
if (a) {
|
|
156
|
-
const c = o;
|
|
157
|
-
o = (m) => a({
|
|
158
|
-
className: m,
|
|
159
|
-
parseClassName: c
|
|
160
|
-
});
|
|
161
|
-
}
|
|
162
|
-
return o;
|
|
163
|
-
}, it = (r) => r.endsWith(Ne) ? r.substring(0, r.length - 1) : r.startsWith(Ne) ? r.substring(1) : r, lt = (r) => {
|
|
164
|
-
const n = Object.fromEntries(r.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
165
|
-
return (o) => {
|
|
166
|
-
if (o.length <= 1)
|
|
167
|
-
return o;
|
|
168
|
-
const c = [];
|
|
169
|
-
let m = [];
|
|
170
|
-
return o.forEach((d) => {
|
|
171
|
-
d[0] === "[" || n[d] ? (c.push(...m.sort(), d), m = []) : m.push(d);
|
|
172
|
-
}), c.push(...m.sort()), c;
|
|
173
|
-
};
|
|
174
|
-
}, ct = (r) => ({
|
|
175
|
-
cache: nt(r.cacheSize),
|
|
176
|
-
parseClassName: st(r),
|
|
177
|
-
sortModifiers: lt(r),
|
|
178
|
-
...et(r)
|
|
179
|
-
}), dt = /\s+/, ut = (r, n) => {
|
|
180
|
-
const {
|
|
181
|
-
parseClassName: a,
|
|
182
|
-
getClassGroupId: o,
|
|
183
|
-
getConflictingClassGroupIds: c,
|
|
184
|
-
sortModifiers: m
|
|
185
|
-
} = n, d = [], h = r.trim().split(dt);
|
|
186
|
-
let u = "";
|
|
187
|
-
for (let E = h.length - 1; E >= 0; E -= 1) {
|
|
188
|
-
const w = h[E], {
|
|
189
|
-
isExternal: C,
|
|
190
|
-
modifiers: F,
|
|
191
|
-
hasImportantModifier: L,
|
|
192
|
-
baseClassName: S,
|
|
193
|
-
maybePostfixModifierPosition: z
|
|
194
|
-
} = a(w);
|
|
195
|
-
if (C) {
|
|
196
|
-
u = w + (u.length > 0 ? " " + u : u);
|
|
197
|
-
continue;
|
|
198
|
-
}
|
|
199
|
-
let $ = !!z, j = o($ ? S.substring(0, z) : S);
|
|
200
|
-
if (!j) {
|
|
201
|
-
if (!$) {
|
|
202
|
-
u = w + (u.length > 0 ? " " + u : u);
|
|
203
|
-
continue;
|
|
204
|
-
}
|
|
205
|
-
if (j = o(S), !j) {
|
|
206
|
-
u = w + (u.length > 0 ? " " + u : u);
|
|
207
|
-
continue;
|
|
208
|
-
}
|
|
209
|
-
$ = !1;
|
|
210
|
-
}
|
|
211
|
-
const b = m(F).join(":"), U = L ? b + Ne : b, B = U + j;
|
|
212
|
-
if (d.includes(B))
|
|
213
|
-
continue;
|
|
214
|
-
d.push(B);
|
|
215
|
-
const G = c(j, $);
|
|
216
|
-
for (let D = 0; D < G.length; ++D) {
|
|
217
|
-
const Y = G[D];
|
|
218
|
-
d.push(U + Y);
|
|
219
|
-
}
|
|
220
|
-
u = w + (u.length > 0 ? " " + u : u);
|
|
221
|
-
}
|
|
222
|
-
return u;
|
|
223
|
-
};
|
|
224
|
-
function ft() {
|
|
225
|
-
let r = 0, n, a, o = "";
|
|
226
|
-
for (; r < arguments.length; )
|
|
227
|
-
(n = arguments[r++]) && (a = hr(n)) && (o && (o += " "), o += a);
|
|
228
|
-
return o;
|
|
229
|
-
}
|
|
230
|
-
const hr = (r) => {
|
|
231
|
-
if (typeof r == "string")
|
|
232
|
-
return r;
|
|
233
|
-
let n, a = "";
|
|
234
|
-
for (let o = 0; o < r.length; o++)
|
|
235
|
-
r[o] && (n = hr(r[o])) && (a && (a += " "), a += n);
|
|
236
|
-
return a;
|
|
237
|
-
};
|
|
238
|
-
function pt(r, ...n) {
|
|
239
|
-
let a, o, c, m = d;
|
|
240
|
-
function d(u) {
|
|
241
|
-
const E = n.reduce((w, C) => C(w), r());
|
|
242
|
-
return a = ct(E), o = a.cache.get, c = a.cache.set, m = h, h(u);
|
|
243
|
-
}
|
|
244
|
-
function h(u) {
|
|
245
|
-
const E = o(u);
|
|
246
|
-
if (E)
|
|
247
|
-
return E;
|
|
248
|
-
const w = ut(u, a);
|
|
249
|
-
return c(u, w), w;
|
|
250
|
-
}
|
|
251
|
-
return function() {
|
|
252
|
-
return m(ft.apply(null, arguments));
|
|
253
|
-
};
|
|
254
|
-
}
|
|
255
|
-
const O = (r) => {
|
|
256
|
-
const n = (a) => a[r] || [];
|
|
257
|
-
return n.isThemeGetter = !0, n;
|
|
258
|
-
}, vr = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, xr = /^\((?:(\w[\w-]*):)?(.+)\)$/i, mt = /^\d+\/\d+$/, gt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, bt = /\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$/, ht = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, vt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, xt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, be = (r) => mt.test(r), v = (r) => !!r && !Number.isNaN(Number(r)), te = (r) => !!r && Number.isInteger(Number(r)), Ge = (r) => r.endsWith("%") && v(r.slice(0, -1)), ee = (r) => gt.test(r), yt = () => !0, wt = (r) => (
|
|
259
|
-
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
260
|
-
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
261
|
-
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
262
|
-
bt.test(r) && !ht.test(r)
|
|
263
|
-
), yr = () => !1, kt = (r) => vt.test(r), Rt = (r) => xt.test(r), Et = (r) => !i(r) && !l(r), _t = (r) => ve(r, Rr, yr), i = (r) => vr.test(r), le = (r) => ve(r, Er, wt), $e = (r) => ve(r, Pt, v), cr = (r) => ve(r, wr, yr), Ct = (r) => ve(r, kr, Rt), Ae = (r) => ve(r, _r, kt), l = (r) => xr.test(r), _e = (r) => xe(r, Er), St = (r) => xe(r, At), dr = (r) => xe(r, wr), jt = (r) => xe(r, Rr), Tt = (r) => xe(r, kr), Oe = (r) => xe(r, _r, !0), ve = (r, n, a) => {
|
|
264
|
-
const o = vr.exec(r);
|
|
265
|
-
return o ? o[1] ? n(o[1]) : a(o[2]) : !1;
|
|
266
|
-
}, xe = (r, n, a = !1) => {
|
|
267
|
-
const o = xr.exec(r);
|
|
268
|
-
return o ? o[1] ? n(o[1]) : a : !1;
|
|
269
|
-
}, wr = (r) => r === "position" || r === "percentage", kr = (r) => r === "image" || r === "url", Rr = (r) => r === "length" || r === "size" || r === "bg-size", Er = (r) => r === "length", Pt = (r) => r === "number", At = (r) => r === "family-name", _r = (r) => r === "shadow", Ot = () => {
|
|
270
|
-
const r = O("color"), n = O("font"), a = O("text"), o = O("font-weight"), c = O("tracking"), m = O("leading"), d = O("breakpoint"), h = O("container"), u = O("spacing"), E = O("radius"), w = O("shadow"), C = O("inset-shadow"), F = O("text-shadow"), L = O("drop-shadow"), S = O("blur"), z = O("perspective"), $ = O("aspect"), j = O("ease"), b = O("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [
|
|
271
|
-
"center",
|
|
272
|
-
"top",
|
|
273
|
-
"bottom",
|
|
274
|
-
"left",
|
|
275
|
-
"right",
|
|
276
|
-
"top-left",
|
|
277
|
-
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
278
|
-
"left-top",
|
|
279
|
-
"top-right",
|
|
280
|
-
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
281
|
-
"right-top",
|
|
282
|
-
"bottom-right",
|
|
283
|
-
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
284
|
-
"right-bottom",
|
|
285
|
-
"bottom-left",
|
|
286
|
-
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
287
|
-
"left-bottom"
|
|
288
|
-
], G = () => [...B(), l, i], D = () => ["auto", "hidden", "clip", "visible", "scroll"], Y = () => ["auto", "contain", "none"], f = () => [l, i, u], M = () => [be, "full", "auto", ...f()], ce = () => [te, "none", "subgrid", l, i], de = () => ["auto", {
|
|
289
|
-
span: ["full", te, l, i]
|
|
290
|
-
}, te, l, i], ne = () => [te, "auto", l, i], K = () => ["auto", "min", "max", "fr", l, i], X = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], J = () => ["auto", ...f()], Z = () => [be, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...f()], p = () => [r, l, i], ye = () => [...B(), dr, cr, {
|
|
291
|
-
position: [l, i]
|
|
292
|
-
}], we = () => ["no-repeat", {
|
|
293
|
-
repeat: ["", "x", "y", "space", "round"]
|
|
294
|
-
}], ke = () => ["auto", "cover", "contain", jt, _t, {
|
|
295
|
-
size: [l, i]
|
|
296
|
-
}], ue = () => [Ge, _e, le], I = () => [
|
|
297
|
-
// Deprecated since Tailwind CSS v4.0.0
|
|
298
|
-
"",
|
|
299
|
-
"none",
|
|
300
|
-
"full",
|
|
301
|
-
E,
|
|
302
|
-
l,
|
|
303
|
-
i
|
|
304
|
-
], W = () => ["", v, _e, le], fe = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], T = () => [v, Ge, dr, cr], ae = () => [
|
|
305
|
-
// Deprecated since Tailwind CSS v4.0.0
|
|
306
|
-
"",
|
|
307
|
-
"none",
|
|
308
|
-
S,
|
|
309
|
-
l,
|
|
310
|
-
i
|
|
311
|
-
], re = () => ["none", v, l, i], Q = () => ["none", v, l, i], Re = () => [v, l, i], se = () => [be, "full", ...f()];
|
|
312
|
-
return {
|
|
313
|
-
cacheSize: 500,
|
|
314
|
-
theme: {
|
|
315
|
-
animate: ["spin", "ping", "pulse", "bounce"],
|
|
316
|
-
aspect: ["video"],
|
|
317
|
-
blur: [ee],
|
|
318
|
-
breakpoint: [ee],
|
|
319
|
-
color: [yt],
|
|
320
|
-
container: [ee],
|
|
321
|
-
"drop-shadow": [ee],
|
|
322
|
-
ease: ["in", "out", "in-out"],
|
|
323
|
-
font: [Et],
|
|
324
|
-
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
325
|
-
"inset-shadow": [ee],
|
|
326
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
327
|
-
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
328
|
-
radius: [ee],
|
|
329
|
-
shadow: [ee],
|
|
330
|
-
spacing: ["px", v],
|
|
331
|
-
text: [ee],
|
|
332
|
-
"text-shadow": [ee],
|
|
333
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
334
|
-
},
|
|
335
|
-
classGroups: {
|
|
336
|
-
// --------------
|
|
337
|
-
// --- Layout ---
|
|
338
|
-
// --------------
|
|
339
|
-
/**
|
|
340
|
-
* Aspect Ratio
|
|
341
|
-
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
342
|
-
*/
|
|
343
|
-
aspect: [{
|
|
344
|
-
aspect: ["auto", "square", be, i, l, $]
|
|
345
|
-
}],
|
|
346
|
-
/**
|
|
347
|
-
* Container
|
|
348
|
-
* @see https://tailwindcss.com/docs/container
|
|
349
|
-
* @deprecated since Tailwind CSS v4.0.0
|
|
350
|
-
*/
|
|
351
|
-
container: ["container"],
|
|
352
|
-
/**
|
|
353
|
-
* Columns
|
|
354
|
-
* @see https://tailwindcss.com/docs/columns
|
|
355
|
-
*/
|
|
356
|
-
columns: [{
|
|
357
|
-
columns: [v, i, l, h]
|
|
358
|
-
}],
|
|
359
|
-
/**
|
|
360
|
-
* Break After
|
|
361
|
-
* @see https://tailwindcss.com/docs/break-after
|
|
362
|
-
*/
|
|
363
|
-
"break-after": [{
|
|
364
|
-
"break-after": U()
|
|
365
|
-
}],
|
|
366
|
-
/**
|
|
367
|
-
* Break Before
|
|
368
|
-
* @see https://tailwindcss.com/docs/break-before
|
|
369
|
-
*/
|
|
370
|
-
"break-before": [{
|
|
371
|
-
"break-before": U()
|
|
372
|
-
}],
|
|
373
|
-
/**
|
|
374
|
-
* Break Inside
|
|
375
|
-
* @see https://tailwindcss.com/docs/break-inside
|
|
376
|
-
*/
|
|
377
|
-
"break-inside": [{
|
|
378
|
-
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
379
|
-
}],
|
|
380
|
-
/**
|
|
381
|
-
* Box Decoration Break
|
|
382
|
-
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
383
|
-
*/
|
|
384
|
-
"box-decoration": [{
|
|
385
|
-
"box-decoration": ["slice", "clone"]
|
|
386
|
-
}],
|
|
387
|
-
/**
|
|
388
|
-
* Box Sizing
|
|
389
|
-
* @see https://tailwindcss.com/docs/box-sizing
|
|
390
|
-
*/
|
|
391
|
-
box: [{
|
|
392
|
-
box: ["border", "content"]
|
|
393
|
-
}],
|
|
394
|
-
/**
|
|
395
|
-
* Display
|
|
396
|
-
* @see https://tailwindcss.com/docs/display
|
|
397
|
-
*/
|
|
398
|
-
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
|
399
|
-
/**
|
|
400
|
-
* Screen Reader Only
|
|
401
|
-
* @see https://tailwindcss.com/docs/display#screen-reader-only
|
|
402
|
-
*/
|
|
403
|
-
sr: ["sr-only", "not-sr-only"],
|
|
404
|
-
/**
|
|
405
|
-
* Floats
|
|
406
|
-
* @see https://tailwindcss.com/docs/float
|
|
407
|
-
*/
|
|
408
|
-
float: [{
|
|
409
|
-
float: ["right", "left", "none", "start", "end"]
|
|
410
|
-
}],
|
|
411
|
-
/**
|
|
412
|
-
* Clear
|
|
413
|
-
* @see https://tailwindcss.com/docs/clear
|
|
414
|
-
*/
|
|
415
|
-
clear: [{
|
|
416
|
-
clear: ["left", "right", "both", "none", "start", "end"]
|
|
417
|
-
}],
|
|
418
|
-
/**
|
|
419
|
-
* Isolation
|
|
420
|
-
* @see https://tailwindcss.com/docs/isolation
|
|
421
|
-
*/
|
|
422
|
-
isolation: ["isolate", "isolation-auto"],
|
|
423
|
-
/**
|
|
424
|
-
* Object Fit
|
|
425
|
-
* @see https://tailwindcss.com/docs/object-fit
|
|
426
|
-
*/
|
|
427
|
-
"object-fit": [{
|
|
428
|
-
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
429
|
-
}],
|
|
430
|
-
/**
|
|
431
|
-
* Object Position
|
|
432
|
-
* @see https://tailwindcss.com/docs/object-position
|
|
433
|
-
*/
|
|
434
|
-
"object-position": [{
|
|
435
|
-
object: G()
|
|
436
|
-
}],
|
|
437
|
-
/**
|
|
438
|
-
* Overflow
|
|
439
|
-
* @see https://tailwindcss.com/docs/overflow
|
|
440
|
-
*/
|
|
441
|
-
overflow: [{
|
|
442
|
-
overflow: D()
|
|
443
|
-
}],
|
|
444
|
-
/**
|
|
445
|
-
* Overflow X
|
|
446
|
-
* @see https://tailwindcss.com/docs/overflow
|
|
447
|
-
*/
|
|
448
|
-
"overflow-x": [{
|
|
449
|
-
"overflow-x": D()
|
|
450
|
-
}],
|
|
451
|
-
/**
|
|
452
|
-
* Overflow Y
|
|
453
|
-
* @see https://tailwindcss.com/docs/overflow
|
|
454
|
-
*/
|
|
455
|
-
"overflow-y": [{
|
|
456
|
-
"overflow-y": D()
|
|
457
|
-
}],
|
|
458
|
-
/**
|
|
459
|
-
* Overscroll Behavior
|
|
460
|
-
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
461
|
-
*/
|
|
462
|
-
overscroll: [{
|
|
463
|
-
overscroll: Y()
|
|
464
|
-
}],
|
|
465
|
-
/**
|
|
466
|
-
* Overscroll Behavior X
|
|
467
|
-
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
468
|
-
*/
|
|
469
|
-
"overscroll-x": [{
|
|
470
|
-
"overscroll-x": Y()
|
|
471
|
-
}],
|
|
472
|
-
/**
|
|
473
|
-
* Overscroll Behavior Y
|
|
474
|
-
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
475
|
-
*/
|
|
476
|
-
"overscroll-y": [{
|
|
477
|
-
"overscroll-y": Y()
|
|
478
|
-
}],
|
|
479
|
-
/**
|
|
480
|
-
* Position
|
|
481
|
-
* @see https://tailwindcss.com/docs/position
|
|
482
|
-
*/
|
|
483
|
-
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
484
|
-
/**
|
|
485
|
-
* Top / Right / Bottom / Left
|
|
486
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
487
|
-
*/
|
|
488
|
-
inset: [{
|
|
489
|
-
inset: M()
|
|
490
|
-
}],
|
|
491
|
-
/**
|
|
492
|
-
* Right / Left
|
|
493
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
494
|
-
*/
|
|
495
|
-
"inset-x": [{
|
|
496
|
-
"inset-x": M()
|
|
497
|
-
}],
|
|
498
|
-
/**
|
|
499
|
-
* Top / Bottom
|
|
500
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
501
|
-
*/
|
|
502
|
-
"inset-y": [{
|
|
503
|
-
"inset-y": M()
|
|
504
|
-
}],
|
|
505
|
-
/**
|
|
506
|
-
* Start
|
|
507
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
508
|
-
*/
|
|
509
|
-
start: [{
|
|
510
|
-
start: M()
|
|
511
|
-
}],
|
|
512
|
-
/**
|
|
513
|
-
* End
|
|
514
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
515
|
-
*/
|
|
516
|
-
end: [{
|
|
517
|
-
end: M()
|
|
518
|
-
}],
|
|
519
|
-
/**
|
|
520
|
-
* Top
|
|
521
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
522
|
-
*/
|
|
523
|
-
top: [{
|
|
524
|
-
top: M()
|
|
525
|
-
}],
|
|
526
|
-
/**
|
|
527
|
-
* Right
|
|
528
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
529
|
-
*/
|
|
530
|
-
right: [{
|
|
531
|
-
right: M()
|
|
532
|
-
}],
|
|
533
|
-
/**
|
|
534
|
-
* Bottom
|
|
535
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
536
|
-
*/
|
|
537
|
-
bottom: [{
|
|
538
|
-
bottom: M()
|
|
539
|
-
}],
|
|
540
|
-
/**
|
|
541
|
-
* Left
|
|
542
|
-
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
543
|
-
*/
|
|
544
|
-
left: [{
|
|
545
|
-
left: M()
|
|
546
|
-
}],
|
|
547
|
-
/**
|
|
548
|
-
* Visibility
|
|
549
|
-
* @see https://tailwindcss.com/docs/visibility
|
|
550
|
-
*/
|
|
551
|
-
visibility: ["visible", "invisible", "collapse"],
|
|
552
|
-
/**
|
|
553
|
-
* Z-Index
|
|
554
|
-
* @see https://tailwindcss.com/docs/z-index
|
|
555
|
-
*/
|
|
556
|
-
z: [{
|
|
557
|
-
z: [te, "auto", l, i]
|
|
558
|
-
}],
|
|
559
|
-
// ------------------------
|
|
560
|
-
// --- Flexbox and Grid ---
|
|
561
|
-
// ------------------------
|
|
562
|
-
/**
|
|
563
|
-
* Flex Basis
|
|
564
|
-
* @see https://tailwindcss.com/docs/flex-basis
|
|
565
|
-
*/
|
|
566
|
-
basis: [{
|
|
567
|
-
basis: [be, "full", "auto", h, ...f()]
|
|
568
|
-
}],
|
|
569
|
-
/**
|
|
570
|
-
* Flex Direction
|
|
571
|
-
* @see https://tailwindcss.com/docs/flex-direction
|
|
572
|
-
*/
|
|
573
|
-
"flex-direction": [{
|
|
574
|
-
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
575
|
-
}],
|
|
576
|
-
/**
|
|
577
|
-
* Flex Wrap
|
|
578
|
-
* @see https://tailwindcss.com/docs/flex-wrap
|
|
579
|
-
*/
|
|
580
|
-
"flex-wrap": [{
|
|
581
|
-
flex: ["nowrap", "wrap", "wrap-reverse"]
|
|
582
|
-
}],
|
|
583
|
-
/**
|
|
584
|
-
* Flex
|
|
585
|
-
* @see https://tailwindcss.com/docs/flex
|
|
586
|
-
*/
|
|
587
|
-
flex: [{
|
|
588
|
-
flex: [v, be, "auto", "initial", "none", i]
|
|
589
|
-
}],
|
|
590
|
-
/**
|
|
591
|
-
* Flex Grow
|
|
592
|
-
* @see https://tailwindcss.com/docs/flex-grow
|
|
593
|
-
*/
|
|
594
|
-
grow: [{
|
|
595
|
-
grow: ["", v, l, i]
|
|
596
|
-
}],
|
|
597
|
-
/**
|
|
598
|
-
* Flex Shrink
|
|
599
|
-
* @see https://tailwindcss.com/docs/flex-shrink
|
|
600
|
-
*/
|
|
601
|
-
shrink: [{
|
|
602
|
-
shrink: ["", v, l, i]
|
|
603
|
-
}],
|
|
604
|
-
/**
|
|
605
|
-
* Order
|
|
606
|
-
* @see https://tailwindcss.com/docs/order
|
|
607
|
-
*/
|
|
608
|
-
order: [{
|
|
609
|
-
order: [te, "first", "last", "none", l, i]
|
|
610
|
-
}],
|
|
611
|
-
/**
|
|
612
|
-
* Grid Template Columns
|
|
613
|
-
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
614
|
-
*/
|
|
615
|
-
"grid-cols": [{
|
|
616
|
-
"grid-cols": ce()
|
|
617
|
-
}],
|
|
618
|
-
/**
|
|
619
|
-
* Grid Column Start / End
|
|
620
|
-
* @see https://tailwindcss.com/docs/grid-column
|
|
621
|
-
*/
|
|
622
|
-
"col-start-end": [{
|
|
623
|
-
col: de()
|
|
624
|
-
}],
|
|
625
|
-
/**
|
|
626
|
-
* Grid Column Start
|
|
627
|
-
* @see https://tailwindcss.com/docs/grid-column
|
|
628
|
-
*/
|
|
629
|
-
"col-start": [{
|
|
630
|
-
"col-start": ne()
|
|
631
|
-
}],
|
|
632
|
-
/**
|
|
633
|
-
* Grid Column End
|
|
634
|
-
* @see https://tailwindcss.com/docs/grid-column
|
|
635
|
-
*/
|
|
636
|
-
"col-end": [{
|
|
637
|
-
"col-end": ne()
|
|
638
|
-
}],
|
|
639
|
-
/**
|
|
640
|
-
* Grid Template Rows
|
|
641
|
-
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
642
|
-
*/
|
|
643
|
-
"grid-rows": [{
|
|
644
|
-
"grid-rows": ce()
|
|
645
|
-
}],
|
|
646
|
-
/**
|
|
647
|
-
* Grid Row Start / End
|
|
648
|
-
* @see https://tailwindcss.com/docs/grid-row
|
|
649
|
-
*/
|
|
650
|
-
"row-start-end": [{
|
|
651
|
-
row: de()
|
|
652
|
-
}],
|
|
653
|
-
/**
|
|
654
|
-
* Grid Row Start
|
|
655
|
-
* @see https://tailwindcss.com/docs/grid-row
|
|
656
|
-
*/
|
|
657
|
-
"row-start": [{
|
|
658
|
-
"row-start": ne()
|
|
659
|
-
}],
|
|
660
|
-
/**
|
|
661
|
-
* Grid Row End
|
|
662
|
-
* @see https://tailwindcss.com/docs/grid-row
|
|
663
|
-
*/
|
|
664
|
-
"row-end": [{
|
|
665
|
-
"row-end": ne()
|
|
666
|
-
}],
|
|
667
|
-
/**
|
|
668
|
-
* Grid Auto Flow
|
|
669
|
-
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
670
|
-
*/
|
|
671
|
-
"grid-flow": [{
|
|
672
|
-
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
673
|
-
}],
|
|
674
|
-
/**
|
|
675
|
-
* Grid Auto Columns
|
|
676
|
-
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
677
|
-
*/
|
|
678
|
-
"auto-cols": [{
|
|
679
|
-
"auto-cols": K()
|
|
680
|
-
}],
|
|
681
|
-
/**
|
|
682
|
-
* Grid Auto Rows
|
|
683
|
-
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
684
|
-
*/
|
|
685
|
-
"auto-rows": [{
|
|
686
|
-
"auto-rows": K()
|
|
687
|
-
}],
|
|
688
|
-
/**
|
|
689
|
-
* Gap
|
|
690
|
-
* @see https://tailwindcss.com/docs/gap
|
|
691
|
-
*/
|
|
692
|
-
gap: [{
|
|
693
|
-
gap: f()
|
|
694
|
-
}],
|
|
695
|
-
/**
|
|
696
|
-
* Gap X
|
|
697
|
-
* @see https://tailwindcss.com/docs/gap
|
|
698
|
-
*/
|
|
699
|
-
"gap-x": [{
|
|
700
|
-
"gap-x": f()
|
|
701
|
-
}],
|
|
702
|
-
/**
|
|
703
|
-
* Gap Y
|
|
704
|
-
* @see https://tailwindcss.com/docs/gap
|
|
705
|
-
*/
|
|
706
|
-
"gap-y": [{
|
|
707
|
-
"gap-y": f()
|
|
708
|
-
}],
|
|
709
|
-
/**
|
|
710
|
-
* Justify Content
|
|
711
|
-
* @see https://tailwindcss.com/docs/justify-content
|
|
712
|
-
*/
|
|
713
|
-
"justify-content": [{
|
|
714
|
-
justify: [...X(), "normal"]
|
|
715
|
-
}],
|
|
716
|
-
/**
|
|
717
|
-
* Justify Items
|
|
718
|
-
* @see https://tailwindcss.com/docs/justify-items
|
|
719
|
-
*/
|
|
720
|
-
"justify-items": [{
|
|
721
|
-
"justify-items": [...q(), "normal"]
|
|
722
|
-
}],
|
|
723
|
-
/**
|
|
724
|
-
* Justify Self
|
|
725
|
-
* @see https://tailwindcss.com/docs/justify-self
|
|
726
|
-
*/
|
|
727
|
-
"justify-self": [{
|
|
728
|
-
"justify-self": ["auto", ...q()]
|
|
729
|
-
}],
|
|
730
|
-
/**
|
|
731
|
-
* Align Content
|
|
732
|
-
* @see https://tailwindcss.com/docs/align-content
|
|
733
|
-
*/
|
|
734
|
-
"align-content": [{
|
|
735
|
-
content: ["normal", ...X()]
|
|
736
|
-
}],
|
|
737
|
-
/**
|
|
738
|
-
* Align Items
|
|
739
|
-
* @see https://tailwindcss.com/docs/align-items
|
|
740
|
-
*/
|
|
741
|
-
"align-items": [{
|
|
742
|
-
items: [...q(), {
|
|
743
|
-
baseline: ["", "last"]
|
|
744
|
-
}]
|
|
745
|
-
}],
|
|
746
|
-
/**
|
|
747
|
-
* Align Self
|
|
748
|
-
* @see https://tailwindcss.com/docs/align-self
|
|
749
|
-
*/
|
|
750
|
-
"align-self": [{
|
|
751
|
-
self: ["auto", ...q(), {
|
|
752
|
-
baseline: ["", "last"]
|
|
753
|
-
}]
|
|
754
|
-
}],
|
|
755
|
-
/**
|
|
756
|
-
* Place Content
|
|
757
|
-
* @see https://tailwindcss.com/docs/place-content
|
|
758
|
-
*/
|
|
759
|
-
"place-content": [{
|
|
760
|
-
"place-content": X()
|
|
761
|
-
}],
|
|
762
|
-
/**
|
|
763
|
-
* Place Items
|
|
764
|
-
* @see https://tailwindcss.com/docs/place-items
|
|
765
|
-
*/
|
|
766
|
-
"place-items": [{
|
|
767
|
-
"place-items": [...q(), "baseline"]
|
|
768
|
-
}],
|
|
769
|
-
/**
|
|
770
|
-
* Place Self
|
|
771
|
-
* @see https://tailwindcss.com/docs/place-self
|
|
772
|
-
*/
|
|
773
|
-
"place-self": [{
|
|
774
|
-
"place-self": ["auto", ...q()]
|
|
775
|
-
}],
|
|
776
|
-
// Spacing
|
|
777
|
-
/**
|
|
778
|
-
* Padding
|
|
779
|
-
* @see https://tailwindcss.com/docs/padding
|
|
780
|
-
*/
|
|
781
|
-
p: [{
|
|
782
|
-
p: f()
|
|
783
|
-
}],
|
|
784
|
-
/**
|
|
785
|
-
* Padding X
|
|
786
|
-
* @see https://tailwindcss.com/docs/padding
|
|
787
|
-
*/
|
|
788
|
-
px: [{
|
|
789
|
-
px: f()
|
|
790
|
-
}],
|
|
791
|
-
/**
|
|
792
|
-
* Padding Y
|
|
793
|
-
* @see https://tailwindcss.com/docs/padding
|
|
794
|
-
*/
|
|
795
|
-
py: [{
|
|
796
|
-
py: f()
|
|
797
|
-
}],
|
|
798
|
-
/**
|
|
799
|
-
* Padding Start
|
|
800
|
-
* @see https://tailwindcss.com/docs/padding
|
|
801
|
-
*/
|
|
802
|
-
ps: [{
|
|
803
|
-
ps: f()
|
|
804
|
-
}],
|
|
805
|
-
/**
|
|
806
|
-
* Padding End
|
|
807
|
-
* @see https://tailwindcss.com/docs/padding
|
|
808
|
-
*/
|
|
809
|
-
pe: [{
|
|
810
|
-
pe: f()
|
|
811
|
-
}],
|
|
812
|
-
/**
|
|
813
|
-
* Padding Top
|
|
814
|
-
* @see https://tailwindcss.com/docs/padding
|
|
815
|
-
*/
|
|
816
|
-
pt: [{
|
|
817
|
-
pt: f()
|
|
818
|
-
}],
|
|
819
|
-
/**
|
|
820
|
-
* Padding Right
|
|
821
|
-
* @see https://tailwindcss.com/docs/padding
|
|
822
|
-
*/
|
|
823
|
-
pr: [{
|
|
824
|
-
pr: f()
|
|
825
|
-
}],
|
|
826
|
-
/**
|
|
827
|
-
* Padding Bottom
|
|
828
|
-
* @see https://tailwindcss.com/docs/padding
|
|
829
|
-
*/
|
|
830
|
-
pb: [{
|
|
831
|
-
pb: f()
|
|
832
|
-
}],
|
|
833
|
-
/**
|
|
834
|
-
* Padding Left
|
|
835
|
-
* @see https://tailwindcss.com/docs/padding
|
|
836
|
-
*/
|
|
837
|
-
pl: [{
|
|
838
|
-
pl: f()
|
|
839
|
-
}],
|
|
840
|
-
/**
|
|
841
|
-
* Margin
|
|
842
|
-
* @see https://tailwindcss.com/docs/margin
|
|
843
|
-
*/
|
|
844
|
-
m: [{
|
|
845
|
-
m: J()
|
|
846
|
-
}],
|
|
847
|
-
/**
|
|
848
|
-
* Margin X
|
|
849
|
-
* @see https://tailwindcss.com/docs/margin
|
|
850
|
-
*/
|
|
851
|
-
mx: [{
|
|
852
|
-
mx: J()
|
|
853
|
-
}],
|
|
854
|
-
/**
|
|
855
|
-
* Margin Y
|
|
856
|
-
* @see https://tailwindcss.com/docs/margin
|
|
857
|
-
*/
|
|
858
|
-
my: [{
|
|
859
|
-
my: J()
|
|
860
|
-
}],
|
|
861
|
-
/**
|
|
862
|
-
* Margin Start
|
|
863
|
-
* @see https://tailwindcss.com/docs/margin
|
|
864
|
-
*/
|
|
865
|
-
ms: [{
|
|
866
|
-
ms: J()
|
|
867
|
-
}],
|
|
868
|
-
/**
|
|
869
|
-
* Margin End
|
|
870
|
-
* @see https://tailwindcss.com/docs/margin
|
|
871
|
-
*/
|
|
872
|
-
me: [{
|
|
873
|
-
me: J()
|
|
874
|
-
}],
|
|
875
|
-
/**
|
|
876
|
-
* Margin Top
|
|
877
|
-
* @see https://tailwindcss.com/docs/margin
|
|
878
|
-
*/
|
|
879
|
-
mt: [{
|
|
880
|
-
mt: J()
|
|
881
|
-
}],
|
|
882
|
-
/**
|
|
883
|
-
* Margin Right
|
|
884
|
-
* @see https://tailwindcss.com/docs/margin
|
|
885
|
-
*/
|
|
886
|
-
mr: [{
|
|
887
|
-
mr: J()
|
|
888
|
-
}],
|
|
889
|
-
/**
|
|
890
|
-
* Margin Bottom
|
|
891
|
-
* @see https://tailwindcss.com/docs/margin
|
|
892
|
-
*/
|
|
893
|
-
mb: [{
|
|
894
|
-
mb: J()
|
|
895
|
-
}],
|
|
896
|
-
/**
|
|
897
|
-
* Margin Left
|
|
898
|
-
* @see https://tailwindcss.com/docs/margin
|
|
899
|
-
*/
|
|
900
|
-
ml: [{
|
|
901
|
-
ml: J()
|
|
902
|
-
}],
|
|
903
|
-
/**
|
|
904
|
-
* Space Between X
|
|
905
|
-
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
906
|
-
*/
|
|
907
|
-
"space-x": [{
|
|
908
|
-
"space-x": f()
|
|
909
|
-
}],
|
|
910
|
-
/**
|
|
911
|
-
* Space Between X Reverse
|
|
912
|
-
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
913
|
-
*/
|
|
914
|
-
"space-x-reverse": ["space-x-reverse"],
|
|
915
|
-
/**
|
|
916
|
-
* Space Between Y
|
|
917
|
-
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
918
|
-
*/
|
|
919
|
-
"space-y": [{
|
|
920
|
-
"space-y": f()
|
|
921
|
-
}],
|
|
922
|
-
/**
|
|
923
|
-
* Space Between Y Reverse
|
|
924
|
-
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
925
|
-
*/
|
|
926
|
-
"space-y-reverse": ["space-y-reverse"],
|
|
927
|
-
// --------------
|
|
928
|
-
// --- Sizing ---
|
|
929
|
-
// --------------
|
|
930
|
-
/**
|
|
931
|
-
* Size
|
|
932
|
-
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
933
|
-
*/
|
|
934
|
-
size: [{
|
|
935
|
-
size: Z()
|
|
936
|
-
}],
|
|
937
|
-
/**
|
|
938
|
-
* Width
|
|
939
|
-
* @see https://tailwindcss.com/docs/width
|
|
940
|
-
*/
|
|
941
|
-
w: [{
|
|
942
|
-
w: [h, "screen", ...Z()]
|
|
943
|
-
}],
|
|
944
|
-
/**
|
|
945
|
-
* Min-Width
|
|
946
|
-
* @see https://tailwindcss.com/docs/min-width
|
|
947
|
-
*/
|
|
948
|
-
"min-w": [{
|
|
949
|
-
"min-w": [
|
|
950
|
-
h,
|
|
951
|
-
"screen",
|
|
952
|
-
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
953
|
-
"none",
|
|
954
|
-
...Z()
|
|
955
|
-
]
|
|
956
|
-
}],
|
|
957
|
-
/**
|
|
958
|
-
* Max-Width
|
|
959
|
-
* @see https://tailwindcss.com/docs/max-width
|
|
960
|
-
*/
|
|
961
|
-
"max-w": [{
|
|
962
|
-
"max-w": [
|
|
963
|
-
h,
|
|
964
|
-
"screen",
|
|
965
|
-
"none",
|
|
966
|
-
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
967
|
-
"prose",
|
|
968
|
-
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
969
|
-
{
|
|
970
|
-
screen: [d]
|
|
971
|
-
},
|
|
972
|
-
...Z()
|
|
973
|
-
]
|
|
974
|
-
}],
|
|
975
|
-
/**
|
|
976
|
-
* Height
|
|
977
|
-
* @see https://tailwindcss.com/docs/height
|
|
978
|
-
*/
|
|
979
|
-
h: [{
|
|
980
|
-
h: ["screen", ...Z()]
|
|
981
|
-
}],
|
|
982
|
-
/**
|
|
983
|
-
* Min-Height
|
|
984
|
-
* @see https://tailwindcss.com/docs/min-height
|
|
985
|
-
*/
|
|
986
|
-
"min-h": [{
|
|
987
|
-
"min-h": ["screen", "none", ...Z()]
|
|
988
|
-
}],
|
|
989
|
-
/**
|
|
990
|
-
* Max-Height
|
|
991
|
-
* @see https://tailwindcss.com/docs/max-height
|
|
992
|
-
*/
|
|
993
|
-
"max-h": [{
|
|
994
|
-
"max-h": ["screen", ...Z()]
|
|
995
|
-
}],
|
|
996
|
-
// ------------------
|
|
997
|
-
// --- Typography ---
|
|
998
|
-
// ------------------
|
|
999
|
-
/**
|
|
1000
|
-
* Font Size
|
|
1001
|
-
* @see https://tailwindcss.com/docs/font-size
|
|
1002
|
-
*/
|
|
1003
|
-
"font-size": [{
|
|
1004
|
-
text: ["base", a, _e, le]
|
|
1005
|
-
}],
|
|
1006
|
-
/**
|
|
1007
|
-
* Font Smoothing
|
|
1008
|
-
* @see https://tailwindcss.com/docs/font-smoothing
|
|
1009
|
-
*/
|
|
1010
|
-
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1011
|
-
/**
|
|
1012
|
-
* Font Style
|
|
1013
|
-
* @see https://tailwindcss.com/docs/font-style
|
|
1014
|
-
*/
|
|
1015
|
-
"font-style": ["italic", "not-italic"],
|
|
1016
|
-
/**
|
|
1017
|
-
* Font Weight
|
|
1018
|
-
* @see https://tailwindcss.com/docs/font-weight
|
|
1019
|
-
*/
|
|
1020
|
-
"font-weight": [{
|
|
1021
|
-
font: [o, l, $e]
|
|
1022
|
-
}],
|
|
1023
|
-
/**
|
|
1024
|
-
* Font Stretch
|
|
1025
|
-
* @see https://tailwindcss.com/docs/font-stretch
|
|
1026
|
-
*/
|
|
1027
|
-
"font-stretch": [{
|
|
1028
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ge, i]
|
|
1029
|
-
}],
|
|
1030
|
-
/**
|
|
1031
|
-
* Font Family
|
|
1032
|
-
* @see https://tailwindcss.com/docs/font-family
|
|
1033
|
-
*/
|
|
1034
|
-
"font-family": [{
|
|
1035
|
-
font: [St, i, n]
|
|
1036
|
-
}],
|
|
1037
|
-
/**
|
|
1038
|
-
* Font Variant Numeric
|
|
1039
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1040
|
-
*/
|
|
1041
|
-
"fvn-normal": ["normal-nums"],
|
|
1042
|
-
/**
|
|
1043
|
-
* Font Variant Numeric
|
|
1044
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1045
|
-
*/
|
|
1046
|
-
"fvn-ordinal": ["ordinal"],
|
|
1047
|
-
/**
|
|
1048
|
-
* Font Variant Numeric
|
|
1049
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1050
|
-
*/
|
|
1051
|
-
"fvn-slashed-zero": ["slashed-zero"],
|
|
1052
|
-
/**
|
|
1053
|
-
* Font Variant Numeric
|
|
1054
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1055
|
-
*/
|
|
1056
|
-
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
1057
|
-
/**
|
|
1058
|
-
* Font Variant Numeric
|
|
1059
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1060
|
-
*/
|
|
1061
|
-
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
1062
|
-
/**
|
|
1063
|
-
* Font Variant Numeric
|
|
1064
|
-
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1065
|
-
*/
|
|
1066
|
-
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
1067
|
-
/**
|
|
1068
|
-
* Letter Spacing
|
|
1069
|
-
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1070
|
-
*/
|
|
1071
|
-
tracking: [{
|
|
1072
|
-
tracking: [c, l, i]
|
|
1073
|
-
}],
|
|
1074
|
-
/**
|
|
1075
|
-
* Line Clamp
|
|
1076
|
-
* @see https://tailwindcss.com/docs/line-clamp
|
|
1077
|
-
*/
|
|
1078
|
-
"line-clamp": [{
|
|
1079
|
-
"line-clamp": [v, "none", l, $e]
|
|
1080
|
-
}],
|
|
1081
|
-
/**
|
|
1082
|
-
* Line Height
|
|
1083
|
-
* @see https://tailwindcss.com/docs/line-height
|
|
1084
|
-
*/
|
|
1085
|
-
leading: [{
|
|
1086
|
-
leading: [
|
|
1087
|
-
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1088
|
-
m,
|
|
1089
|
-
...f()
|
|
1090
|
-
]
|
|
1091
|
-
}],
|
|
1092
|
-
/**
|
|
1093
|
-
* List Style Image
|
|
1094
|
-
* @see https://tailwindcss.com/docs/list-style-image
|
|
1095
|
-
*/
|
|
1096
|
-
"list-image": [{
|
|
1097
|
-
"list-image": ["none", l, i]
|
|
1098
|
-
}],
|
|
1099
|
-
/**
|
|
1100
|
-
* List Style Position
|
|
1101
|
-
* @see https://tailwindcss.com/docs/list-style-position
|
|
1102
|
-
*/
|
|
1103
|
-
"list-style-position": [{
|
|
1104
|
-
list: ["inside", "outside"]
|
|
1105
|
-
}],
|
|
1106
|
-
/**
|
|
1107
|
-
* List Style Type
|
|
1108
|
-
* @see https://tailwindcss.com/docs/list-style-type
|
|
1109
|
-
*/
|
|
1110
|
-
"list-style-type": [{
|
|
1111
|
-
list: ["disc", "decimal", "none", l, i]
|
|
1112
|
-
}],
|
|
1113
|
-
/**
|
|
1114
|
-
* Text Alignment
|
|
1115
|
-
* @see https://tailwindcss.com/docs/text-align
|
|
1116
|
-
*/
|
|
1117
|
-
"text-alignment": [{
|
|
1118
|
-
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1119
|
-
}],
|
|
1120
|
-
/**
|
|
1121
|
-
* Placeholder Color
|
|
1122
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1123
|
-
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1124
|
-
*/
|
|
1125
|
-
"placeholder-color": [{
|
|
1126
|
-
placeholder: p()
|
|
1127
|
-
}],
|
|
1128
|
-
/**
|
|
1129
|
-
* Text Color
|
|
1130
|
-
* @see https://tailwindcss.com/docs/text-color
|
|
1131
|
-
*/
|
|
1132
|
-
"text-color": [{
|
|
1133
|
-
text: p()
|
|
1134
|
-
}],
|
|
1135
|
-
/**
|
|
1136
|
-
* Text Decoration
|
|
1137
|
-
* @see https://tailwindcss.com/docs/text-decoration
|
|
1138
|
-
*/
|
|
1139
|
-
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1140
|
-
/**
|
|
1141
|
-
* Text Decoration Style
|
|
1142
|
-
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1143
|
-
*/
|
|
1144
|
-
"text-decoration-style": [{
|
|
1145
|
-
decoration: [...fe(), "wavy"]
|
|
1146
|
-
}],
|
|
1147
|
-
/**
|
|
1148
|
-
* Text Decoration Thickness
|
|
1149
|
-
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1150
|
-
*/
|
|
1151
|
-
"text-decoration-thickness": [{
|
|
1152
|
-
decoration: [v, "from-font", "auto", l, le]
|
|
1153
|
-
}],
|
|
1154
|
-
/**
|
|
1155
|
-
* Text Decoration Color
|
|
1156
|
-
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1157
|
-
*/
|
|
1158
|
-
"text-decoration-color": [{
|
|
1159
|
-
decoration: p()
|
|
1160
|
-
}],
|
|
1161
|
-
/**
|
|
1162
|
-
* Text Underline Offset
|
|
1163
|
-
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1164
|
-
*/
|
|
1165
|
-
"underline-offset": [{
|
|
1166
|
-
"underline-offset": [v, "auto", l, i]
|
|
1167
|
-
}],
|
|
1168
|
-
/**
|
|
1169
|
-
* Text Transform
|
|
1170
|
-
* @see https://tailwindcss.com/docs/text-transform
|
|
1171
|
-
*/
|
|
1172
|
-
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1173
|
-
/**
|
|
1174
|
-
* Text Overflow
|
|
1175
|
-
* @see https://tailwindcss.com/docs/text-overflow
|
|
1176
|
-
*/
|
|
1177
|
-
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1178
|
-
/**
|
|
1179
|
-
* Text Wrap
|
|
1180
|
-
* @see https://tailwindcss.com/docs/text-wrap
|
|
1181
|
-
*/
|
|
1182
|
-
"text-wrap": [{
|
|
1183
|
-
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1184
|
-
}],
|
|
1185
|
-
/**
|
|
1186
|
-
* Text Indent
|
|
1187
|
-
* @see https://tailwindcss.com/docs/text-indent
|
|
1188
|
-
*/
|
|
1189
|
-
indent: [{
|
|
1190
|
-
indent: f()
|
|
1191
|
-
}],
|
|
1192
|
-
/**
|
|
1193
|
-
* Vertical Alignment
|
|
1194
|
-
* @see https://tailwindcss.com/docs/vertical-align
|
|
1195
|
-
*/
|
|
1196
|
-
"vertical-align": [{
|
|
1197
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l, i]
|
|
1198
|
-
}],
|
|
1199
|
-
/**
|
|
1200
|
-
* Whitespace
|
|
1201
|
-
* @see https://tailwindcss.com/docs/whitespace
|
|
1202
|
-
*/
|
|
1203
|
-
whitespace: [{
|
|
1204
|
-
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1205
|
-
}],
|
|
1206
|
-
/**
|
|
1207
|
-
* Word Break
|
|
1208
|
-
* @see https://tailwindcss.com/docs/word-break
|
|
1209
|
-
*/
|
|
1210
|
-
break: [{
|
|
1211
|
-
break: ["normal", "words", "all", "keep"]
|
|
1212
|
-
}],
|
|
1213
|
-
/**
|
|
1214
|
-
* Overflow Wrap
|
|
1215
|
-
* @see https://tailwindcss.com/docs/overflow-wrap
|
|
1216
|
-
*/
|
|
1217
|
-
wrap: [{
|
|
1218
|
-
wrap: ["break-word", "anywhere", "normal"]
|
|
1219
|
-
}],
|
|
1220
|
-
/**
|
|
1221
|
-
* Hyphens
|
|
1222
|
-
* @see https://tailwindcss.com/docs/hyphens
|
|
1223
|
-
*/
|
|
1224
|
-
hyphens: [{
|
|
1225
|
-
hyphens: ["none", "manual", "auto"]
|
|
1226
|
-
}],
|
|
1227
|
-
/**
|
|
1228
|
-
* Content
|
|
1229
|
-
* @see https://tailwindcss.com/docs/content
|
|
1230
|
-
*/
|
|
1231
|
-
content: [{
|
|
1232
|
-
content: ["none", l, i]
|
|
1233
|
-
}],
|
|
1234
|
-
// -------------------
|
|
1235
|
-
// --- Backgrounds ---
|
|
1236
|
-
// -------------------
|
|
1237
|
-
/**
|
|
1238
|
-
* Background Attachment
|
|
1239
|
-
* @see https://tailwindcss.com/docs/background-attachment
|
|
1240
|
-
*/
|
|
1241
|
-
"bg-attachment": [{
|
|
1242
|
-
bg: ["fixed", "local", "scroll"]
|
|
1243
|
-
}],
|
|
1244
|
-
/**
|
|
1245
|
-
* Background Clip
|
|
1246
|
-
* @see https://tailwindcss.com/docs/background-clip
|
|
1247
|
-
*/
|
|
1248
|
-
"bg-clip": [{
|
|
1249
|
-
"bg-clip": ["border", "padding", "content", "text"]
|
|
1250
|
-
}],
|
|
1251
|
-
/**
|
|
1252
|
-
* Background Origin
|
|
1253
|
-
* @see https://tailwindcss.com/docs/background-origin
|
|
1254
|
-
*/
|
|
1255
|
-
"bg-origin": [{
|
|
1256
|
-
"bg-origin": ["border", "padding", "content"]
|
|
1257
|
-
}],
|
|
1258
|
-
/**
|
|
1259
|
-
* Background Position
|
|
1260
|
-
* @see https://tailwindcss.com/docs/background-position
|
|
1261
|
-
*/
|
|
1262
|
-
"bg-position": [{
|
|
1263
|
-
bg: ye()
|
|
1264
|
-
}],
|
|
1265
|
-
/**
|
|
1266
|
-
* Background Repeat
|
|
1267
|
-
* @see https://tailwindcss.com/docs/background-repeat
|
|
1268
|
-
*/
|
|
1269
|
-
"bg-repeat": [{
|
|
1270
|
-
bg: we()
|
|
1271
|
-
}],
|
|
1272
|
-
/**
|
|
1273
|
-
* Background Size
|
|
1274
|
-
* @see https://tailwindcss.com/docs/background-size
|
|
1275
|
-
*/
|
|
1276
|
-
"bg-size": [{
|
|
1277
|
-
bg: ke()
|
|
1278
|
-
}],
|
|
1279
|
-
/**
|
|
1280
|
-
* Background Image
|
|
1281
|
-
* @see https://tailwindcss.com/docs/background-image
|
|
1282
|
-
*/
|
|
1283
|
-
"bg-image": [{
|
|
1284
|
-
bg: ["none", {
|
|
1285
|
-
linear: [{
|
|
1286
|
-
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1287
|
-
}, te, l, i],
|
|
1288
|
-
radial: ["", l, i],
|
|
1289
|
-
conic: [te, l, i]
|
|
1290
|
-
}, Tt, Ct]
|
|
1291
|
-
}],
|
|
1292
|
-
/**
|
|
1293
|
-
* Background Color
|
|
1294
|
-
* @see https://tailwindcss.com/docs/background-color
|
|
1295
|
-
*/
|
|
1296
|
-
"bg-color": [{
|
|
1297
|
-
bg: p()
|
|
1298
|
-
}],
|
|
1299
|
-
/**
|
|
1300
|
-
* Gradient Color Stops From Position
|
|
1301
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1302
|
-
*/
|
|
1303
|
-
"gradient-from-pos": [{
|
|
1304
|
-
from: ue()
|
|
1305
|
-
}],
|
|
1306
|
-
/**
|
|
1307
|
-
* Gradient Color Stops Via Position
|
|
1308
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1309
|
-
*/
|
|
1310
|
-
"gradient-via-pos": [{
|
|
1311
|
-
via: ue()
|
|
1312
|
-
}],
|
|
1313
|
-
/**
|
|
1314
|
-
* Gradient Color Stops To Position
|
|
1315
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1316
|
-
*/
|
|
1317
|
-
"gradient-to-pos": [{
|
|
1318
|
-
to: ue()
|
|
1319
|
-
}],
|
|
1320
|
-
/**
|
|
1321
|
-
* Gradient Color Stops From
|
|
1322
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1323
|
-
*/
|
|
1324
|
-
"gradient-from": [{
|
|
1325
|
-
from: p()
|
|
1326
|
-
}],
|
|
1327
|
-
/**
|
|
1328
|
-
* Gradient Color Stops Via
|
|
1329
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1330
|
-
*/
|
|
1331
|
-
"gradient-via": [{
|
|
1332
|
-
via: p()
|
|
1333
|
-
}],
|
|
1334
|
-
/**
|
|
1335
|
-
* Gradient Color Stops To
|
|
1336
|
-
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1337
|
-
*/
|
|
1338
|
-
"gradient-to": [{
|
|
1339
|
-
to: p()
|
|
1340
|
-
}],
|
|
1341
|
-
// ---------------
|
|
1342
|
-
// --- Borders ---
|
|
1343
|
-
// ---------------
|
|
1344
|
-
/**
|
|
1345
|
-
* Border Radius
|
|
1346
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1347
|
-
*/
|
|
1348
|
-
rounded: [{
|
|
1349
|
-
rounded: I()
|
|
1350
|
-
}],
|
|
1351
|
-
/**
|
|
1352
|
-
* Border Radius Start
|
|
1353
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1354
|
-
*/
|
|
1355
|
-
"rounded-s": [{
|
|
1356
|
-
"rounded-s": I()
|
|
1357
|
-
}],
|
|
1358
|
-
/**
|
|
1359
|
-
* Border Radius End
|
|
1360
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1361
|
-
*/
|
|
1362
|
-
"rounded-e": [{
|
|
1363
|
-
"rounded-e": I()
|
|
1364
|
-
}],
|
|
1365
|
-
/**
|
|
1366
|
-
* Border Radius Top
|
|
1367
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1368
|
-
*/
|
|
1369
|
-
"rounded-t": [{
|
|
1370
|
-
"rounded-t": I()
|
|
1371
|
-
}],
|
|
1372
|
-
/**
|
|
1373
|
-
* Border Radius Right
|
|
1374
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1375
|
-
*/
|
|
1376
|
-
"rounded-r": [{
|
|
1377
|
-
"rounded-r": I()
|
|
1378
|
-
}],
|
|
1379
|
-
/**
|
|
1380
|
-
* Border Radius Bottom
|
|
1381
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1382
|
-
*/
|
|
1383
|
-
"rounded-b": [{
|
|
1384
|
-
"rounded-b": I()
|
|
1385
|
-
}],
|
|
1386
|
-
/**
|
|
1387
|
-
* Border Radius Left
|
|
1388
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1389
|
-
*/
|
|
1390
|
-
"rounded-l": [{
|
|
1391
|
-
"rounded-l": I()
|
|
1392
|
-
}],
|
|
1393
|
-
/**
|
|
1394
|
-
* Border Radius Start Start
|
|
1395
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1396
|
-
*/
|
|
1397
|
-
"rounded-ss": [{
|
|
1398
|
-
"rounded-ss": I()
|
|
1399
|
-
}],
|
|
1400
|
-
/**
|
|
1401
|
-
* Border Radius Start End
|
|
1402
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1403
|
-
*/
|
|
1404
|
-
"rounded-se": [{
|
|
1405
|
-
"rounded-se": I()
|
|
1406
|
-
}],
|
|
1407
|
-
/**
|
|
1408
|
-
* Border Radius End End
|
|
1409
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1410
|
-
*/
|
|
1411
|
-
"rounded-ee": [{
|
|
1412
|
-
"rounded-ee": I()
|
|
1413
|
-
}],
|
|
1414
|
-
/**
|
|
1415
|
-
* Border Radius End Start
|
|
1416
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1417
|
-
*/
|
|
1418
|
-
"rounded-es": [{
|
|
1419
|
-
"rounded-es": I()
|
|
1420
|
-
}],
|
|
1421
|
-
/**
|
|
1422
|
-
* Border Radius Top Left
|
|
1423
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1424
|
-
*/
|
|
1425
|
-
"rounded-tl": [{
|
|
1426
|
-
"rounded-tl": I()
|
|
1427
|
-
}],
|
|
1428
|
-
/**
|
|
1429
|
-
* Border Radius Top Right
|
|
1430
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1431
|
-
*/
|
|
1432
|
-
"rounded-tr": [{
|
|
1433
|
-
"rounded-tr": I()
|
|
1434
|
-
}],
|
|
1435
|
-
/**
|
|
1436
|
-
* Border Radius Bottom Right
|
|
1437
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1438
|
-
*/
|
|
1439
|
-
"rounded-br": [{
|
|
1440
|
-
"rounded-br": I()
|
|
1441
|
-
}],
|
|
1442
|
-
/**
|
|
1443
|
-
* Border Radius Bottom Left
|
|
1444
|
-
* @see https://tailwindcss.com/docs/border-radius
|
|
1445
|
-
*/
|
|
1446
|
-
"rounded-bl": [{
|
|
1447
|
-
"rounded-bl": I()
|
|
1448
|
-
}],
|
|
1449
|
-
/**
|
|
1450
|
-
* Border Width
|
|
1451
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1452
|
-
*/
|
|
1453
|
-
"border-w": [{
|
|
1454
|
-
border: W()
|
|
1455
|
-
}],
|
|
1456
|
-
/**
|
|
1457
|
-
* Border Width X
|
|
1458
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1459
|
-
*/
|
|
1460
|
-
"border-w-x": [{
|
|
1461
|
-
"border-x": W()
|
|
1462
|
-
}],
|
|
1463
|
-
/**
|
|
1464
|
-
* Border Width Y
|
|
1465
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1466
|
-
*/
|
|
1467
|
-
"border-w-y": [{
|
|
1468
|
-
"border-y": W()
|
|
1469
|
-
}],
|
|
1470
|
-
/**
|
|
1471
|
-
* Border Width Start
|
|
1472
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1473
|
-
*/
|
|
1474
|
-
"border-w-s": [{
|
|
1475
|
-
"border-s": W()
|
|
1476
|
-
}],
|
|
1477
|
-
/**
|
|
1478
|
-
* Border Width End
|
|
1479
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1480
|
-
*/
|
|
1481
|
-
"border-w-e": [{
|
|
1482
|
-
"border-e": W()
|
|
1483
|
-
}],
|
|
1484
|
-
/**
|
|
1485
|
-
* Border Width Top
|
|
1486
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1487
|
-
*/
|
|
1488
|
-
"border-w-t": [{
|
|
1489
|
-
"border-t": W()
|
|
1490
|
-
}],
|
|
1491
|
-
/**
|
|
1492
|
-
* Border Width Right
|
|
1493
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1494
|
-
*/
|
|
1495
|
-
"border-w-r": [{
|
|
1496
|
-
"border-r": W()
|
|
1497
|
-
}],
|
|
1498
|
-
/**
|
|
1499
|
-
* Border Width Bottom
|
|
1500
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1501
|
-
*/
|
|
1502
|
-
"border-w-b": [{
|
|
1503
|
-
"border-b": W()
|
|
1504
|
-
}],
|
|
1505
|
-
/**
|
|
1506
|
-
* Border Width Left
|
|
1507
|
-
* @see https://tailwindcss.com/docs/border-width
|
|
1508
|
-
*/
|
|
1509
|
-
"border-w-l": [{
|
|
1510
|
-
"border-l": W()
|
|
1511
|
-
}],
|
|
1512
|
-
/**
|
|
1513
|
-
* Divide Width X
|
|
1514
|
-
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1515
|
-
*/
|
|
1516
|
-
"divide-x": [{
|
|
1517
|
-
"divide-x": W()
|
|
1518
|
-
}],
|
|
1519
|
-
/**
|
|
1520
|
-
* Divide Width X Reverse
|
|
1521
|
-
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1522
|
-
*/
|
|
1523
|
-
"divide-x-reverse": ["divide-x-reverse"],
|
|
1524
|
-
/**
|
|
1525
|
-
* Divide Width Y
|
|
1526
|
-
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1527
|
-
*/
|
|
1528
|
-
"divide-y": [{
|
|
1529
|
-
"divide-y": W()
|
|
1530
|
-
}],
|
|
1531
|
-
/**
|
|
1532
|
-
* Divide Width Y Reverse
|
|
1533
|
-
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1534
|
-
*/
|
|
1535
|
-
"divide-y-reverse": ["divide-y-reverse"],
|
|
1536
|
-
/**
|
|
1537
|
-
* Border Style
|
|
1538
|
-
* @see https://tailwindcss.com/docs/border-style
|
|
1539
|
-
*/
|
|
1540
|
-
"border-style": [{
|
|
1541
|
-
border: [...fe(), "hidden", "none"]
|
|
1542
|
-
}],
|
|
1543
|
-
/**
|
|
1544
|
-
* Divide Style
|
|
1545
|
-
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1546
|
-
*/
|
|
1547
|
-
"divide-style": [{
|
|
1548
|
-
divide: [...fe(), "hidden", "none"]
|
|
1549
|
-
}],
|
|
1550
|
-
/**
|
|
1551
|
-
* Border Color
|
|
1552
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1553
|
-
*/
|
|
1554
|
-
"border-color": [{
|
|
1555
|
-
border: p()
|
|
1556
|
-
}],
|
|
1557
|
-
/**
|
|
1558
|
-
* Border Color X
|
|
1559
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1560
|
-
*/
|
|
1561
|
-
"border-color-x": [{
|
|
1562
|
-
"border-x": p()
|
|
1563
|
-
}],
|
|
1564
|
-
/**
|
|
1565
|
-
* Border Color Y
|
|
1566
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1567
|
-
*/
|
|
1568
|
-
"border-color-y": [{
|
|
1569
|
-
"border-y": p()
|
|
1570
|
-
}],
|
|
1571
|
-
/**
|
|
1572
|
-
* Border Color S
|
|
1573
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1574
|
-
*/
|
|
1575
|
-
"border-color-s": [{
|
|
1576
|
-
"border-s": p()
|
|
1577
|
-
}],
|
|
1578
|
-
/**
|
|
1579
|
-
* Border Color E
|
|
1580
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1581
|
-
*/
|
|
1582
|
-
"border-color-e": [{
|
|
1583
|
-
"border-e": p()
|
|
1584
|
-
}],
|
|
1585
|
-
/**
|
|
1586
|
-
* Border Color Top
|
|
1587
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1588
|
-
*/
|
|
1589
|
-
"border-color-t": [{
|
|
1590
|
-
"border-t": p()
|
|
1591
|
-
}],
|
|
1592
|
-
/**
|
|
1593
|
-
* Border Color Right
|
|
1594
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1595
|
-
*/
|
|
1596
|
-
"border-color-r": [{
|
|
1597
|
-
"border-r": p()
|
|
1598
|
-
}],
|
|
1599
|
-
/**
|
|
1600
|
-
* Border Color Bottom
|
|
1601
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1602
|
-
*/
|
|
1603
|
-
"border-color-b": [{
|
|
1604
|
-
"border-b": p()
|
|
1605
|
-
}],
|
|
1606
|
-
/**
|
|
1607
|
-
* Border Color Left
|
|
1608
|
-
* @see https://tailwindcss.com/docs/border-color
|
|
1609
|
-
*/
|
|
1610
|
-
"border-color-l": [{
|
|
1611
|
-
"border-l": p()
|
|
1612
|
-
}],
|
|
1613
|
-
/**
|
|
1614
|
-
* Divide Color
|
|
1615
|
-
* @see https://tailwindcss.com/docs/divide-color
|
|
1616
|
-
*/
|
|
1617
|
-
"divide-color": [{
|
|
1618
|
-
divide: p()
|
|
1619
|
-
}],
|
|
1620
|
-
/**
|
|
1621
|
-
* Outline Style
|
|
1622
|
-
* @see https://tailwindcss.com/docs/outline-style
|
|
1623
|
-
*/
|
|
1624
|
-
"outline-style": [{
|
|
1625
|
-
outline: [...fe(), "none", "hidden"]
|
|
1626
|
-
}],
|
|
1627
|
-
/**
|
|
1628
|
-
* Outline Offset
|
|
1629
|
-
* @see https://tailwindcss.com/docs/outline-offset
|
|
1630
|
-
*/
|
|
1631
|
-
"outline-offset": [{
|
|
1632
|
-
"outline-offset": [v, l, i]
|
|
1633
|
-
}],
|
|
1634
|
-
/**
|
|
1635
|
-
* Outline Width
|
|
1636
|
-
* @see https://tailwindcss.com/docs/outline-width
|
|
1637
|
-
*/
|
|
1638
|
-
"outline-w": [{
|
|
1639
|
-
outline: ["", v, _e, le]
|
|
1640
|
-
}],
|
|
1641
|
-
/**
|
|
1642
|
-
* Outline Color
|
|
1643
|
-
* @see https://tailwindcss.com/docs/outline-color
|
|
1644
|
-
*/
|
|
1645
|
-
"outline-color": [{
|
|
1646
|
-
outline: p()
|
|
1647
|
-
}],
|
|
1648
|
-
// ---------------
|
|
1649
|
-
// --- Effects ---
|
|
1650
|
-
// ---------------
|
|
1651
|
-
/**
|
|
1652
|
-
* Box Shadow
|
|
1653
|
-
* @see https://tailwindcss.com/docs/box-shadow
|
|
1654
|
-
*/
|
|
1655
|
-
shadow: [{
|
|
1656
|
-
shadow: [
|
|
1657
|
-
// Deprecated since Tailwind CSS v4.0.0
|
|
1658
|
-
"",
|
|
1659
|
-
"none",
|
|
1660
|
-
w,
|
|
1661
|
-
Oe,
|
|
1662
|
-
Ae
|
|
1663
|
-
]
|
|
1664
|
-
}],
|
|
1665
|
-
/**
|
|
1666
|
-
* Box Shadow Color
|
|
1667
|
-
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1668
|
-
*/
|
|
1669
|
-
"shadow-color": [{
|
|
1670
|
-
shadow: p()
|
|
1671
|
-
}],
|
|
1672
|
-
/**
|
|
1673
|
-
* Inset Box Shadow
|
|
1674
|
-
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1675
|
-
*/
|
|
1676
|
-
"inset-shadow": [{
|
|
1677
|
-
"inset-shadow": ["none", C, Oe, Ae]
|
|
1678
|
-
}],
|
|
1679
|
-
/**
|
|
1680
|
-
* Inset Box Shadow Color
|
|
1681
|
-
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1682
|
-
*/
|
|
1683
|
-
"inset-shadow-color": [{
|
|
1684
|
-
"inset-shadow": p()
|
|
1685
|
-
}],
|
|
1686
|
-
/**
|
|
1687
|
-
* Ring Width
|
|
1688
|
-
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1689
|
-
*/
|
|
1690
|
-
"ring-w": [{
|
|
1691
|
-
ring: W()
|
|
1692
|
-
}],
|
|
1693
|
-
/**
|
|
1694
|
-
* Ring Width Inset
|
|
1695
|
-
* @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
|
|
1696
|
-
* @deprecated since Tailwind CSS v4.0.0
|
|
1697
|
-
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1698
|
-
*/
|
|
1699
|
-
"ring-w-inset": ["ring-inset"],
|
|
1700
|
-
/**
|
|
1701
|
-
* Ring Color
|
|
1702
|
-
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1703
|
-
*/
|
|
1704
|
-
"ring-color": [{
|
|
1705
|
-
ring: p()
|
|
1706
|
-
}],
|
|
1707
|
-
/**
|
|
1708
|
-
* Ring Offset Width
|
|
1709
|
-
* @see https://v3.tailwindcss.com/docs/ring-offset-width
|
|
1710
|
-
* @deprecated since Tailwind CSS v4.0.0
|
|
1711
|
-
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1712
|
-
*/
|
|
1713
|
-
"ring-offset-w": [{
|
|
1714
|
-
"ring-offset": [v, le]
|
|
1715
|
-
}],
|
|
1716
|
-
/**
|
|
1717
|
-
* Ring Offset Color
|
|
1718
|
-
* @see https://v3.tailwindcss.com/docs/ring-offset-color
|
|
1719
|
-
* @deprecated since Tailwind CSS v4.0.0
|
|
1720
|
-
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1721
|
-
*/
|
|
1722
|
-
"ring-offset-color": [{
|
|
1723
|
-
"ring-offset": p()
|
|
1724
|
-
}],
|
|
1725
|
-
/**
|
|
1726
|
-
* Inset Ring Width
|
|
1727
|
-
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1728
|
-
*/
|
|
1729
|
-
"inset-ring-w": [{
|
|
1730
|
-
"inset-ring": W()
|
|
1731
|
-
}],
|
|
1732
|
-
/**
|
|
1733
|
-
* Inset Ring Color
|
|
1734
|
-
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1735
|
-
*/
|
|
1736
|
-
"inset-ring-color": [{
|
|
1737
|
-
"inset-ring": p()
|
|
1738
|
-
}],
|
|
1739
|
-
/**
|
|
1740
|
-
* Text Shadow
|
|
1741
|
-
* @see https://tailwindcss.com/docs/text-shadow
|
|
1742
|
-
*/
|
|
1743
|
-
"text-shadow": [{
|
|
1744
|
-
"text-shadow": ["none", F, Oe, Ae]
|
|
1745
|
-
}],
|
|
1746
|
-
/**
|
|
1747
|
-
* Text Shadow Color
|
|
1748
|
-
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1749
|
-
*/
|
|
1750
|
-
"text-shadow-color": [{
|
|
1751
|
-
"text-shadow": p()
|
|
1752
|
-
}],
|
|
1753
|
-
/**
|
|
1754
|
-
* Opacity
|
|
1755
|
-
* @see https://tailwindcss.com/docs/opacity
|
|
1756
|
-
*/
|
|
1757
|
-
opacity: [{
|
|
1758
|
-
opacity: [v, l, i]
|
|
1759
|
-
}],
|
|
1760
|
-
/**
|
|
1761
|
-
* Mix Blend Mode
|
|
1762
|
-
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1763
|
-
*/
|
|
1764
|
-
"mix-blend": [{
|
|
1765
|
-
"mix-blend": [...pe(), "plus-darker", "plus-lighter"]
|
|
1766
|
-
}],
|
|
1767
|
-
/**
|
|
1768
|
-
* Background Blend Mode
|
|
1769
|
-
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1770
|
-
*/
|
|
1771
|
-
"bg-blend": [{
|
|
1772
|
-
"bg-blend": pe()
|
|
1773
|
-
}],
|
|
1774
|
-
/**
|
|
1775
|
-
* Mask Clip
|
|
1776
|
-
* @see https://tailwindcss.com/docs/mask-clip
|
|
1777
|
-
*/
|
|
1778
|
-
"mask-clip": [{
|
|
1779
|
-
"mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1780
|
-
}, "mask-no-clip"],
|
|
1781
|
-
/**
|
|
1782
|
-
* Mask Composite
|
|
1783
|
-
* @see https://tailwindcss.com/docs/mask-composite
|
|
1784
|
-
*/
|
|
1785
|
-
"mask-composite": [{
|
|
1786
|
-
mask: ["add", "subtract", "intersect", "exclude"]
|
|
1787
|
-
}],
|
|
1788
|
-
/**
|
|
1789
|
-
* Mask Image
|
|
1790
|
-
* @see https://tailwindcss.com/docs/mask-image
|
|
1791
|
-
*/
|
|
1792
|
-
"mask-image-linear-pos": [{
|
|
1793
|
-
"mask-linear": [v]
|
|
1794
|
-
}],
|
|
1795
|
-
"mask-image-linear-from-pos": [{
|
|
1796
|
-
"mask-linear-from": T()
|
|
1797
|
-
}],
|
|
1798
|
-
"mask-image-linear-to-pos": [{
|
|
1799
|
-
"mask-linear-to": T()
|
|
1800
|
-
}],
|
|
1801
|
-
"mask-image-linear-from-color": [{
|
|
1802
|
-
"mask-linear-from": p()
|
|
1803
|
-
}],
|
|
1804
|
-
"mask-image-linear-to-color": [{
|
|
1805
|
-
"mask-linear-to": p()
|
|
1806
|
-
}],
|
|
1807
|
-
"mask-image-t-from-pos": [{
|
|
1808
|
-
"mask-t-from": T()
|
|
1809
|
-
}],
|
|
1810
|
-
"mask-image-t-to-pos": [{
|
|
1811
|
-
"mask-t-to": T()
|
|
1812
|
-
}],
|
|
1813
|
-
"mask-image-t-from-color": [{
|
|
1814
|
-
"mask-t-from": p()
|
|
1815
|
-
}],
|
|
1816
|
-
"mask-image-t-to-color": [{
|
|
1817
|
-
"mask-t-to": p()
|
|
1818
|
-
}],
|
|
1819
|
-
"mask-image-r-from-pos": [{
|
|
1820
|
-
"mask-r-from": T()
|
|
1821
|
-
}],
|
|
1822
|
-
"mask-image-r-to-pos": [{
|
|
1823
|
-
"mask-r-to": T()
|
|
1824
|
-
}],
|
|
1825
|
-
"mask-image-r-from-color": [{
|
|
1826
|
-
"mask-r-from": p()
|
|
1827
|
-
}],
|
|
1828
|
-
"mask-image-r-to-color": [{
|
|
1829
|
-
"mask-r-to": p()
|
|
1830
|
-
}],
|
|
1831
|
-
"mask-image-b-from-pos": [{
|
|
1832
|
-
"mask-b-from": T()
|
|
1833
|
-
}],
|
|
1834
|
-
"mask-image-b-to-pos": [{
|
|
1835
|
-
"mask-b-to": T()
|
|
1836
|
-
}],
|
|
1837
|
-
"mask-image-b-from-color": [{
|
|
1838
|
-
"mask-b-from": p()
|
|
1839
|
-
}],
|
|
1840
|
-
"mask-image-b-to-color": [{
|
|
1841
|
-
"mask-b-to": p()
|
|
1842
|
-
}],
|
|
1843
|
-
"mask-image-l-from-pos": [{
|
|
1844
|
-
"mask-l-from": T()
|
|
1845
|
-
}],
|
|
1846
|
-
"mask-image-l-to-pos": [{
|
|
1847
|
-
"mask-l-to": T()
|
|
1848
|
-
}],
|
|
1849
|
-
"mask-image-l-from-color": [{
|
|
1850
|
-
"mask-l-from": p()
|
|
1851
|
-
}],
|
|
1852
|
-
"mask-image-l-to-color": [{
|
|
1853
|
-
"mask-l-to": p()
|
|
1854
|
-
}],
|
|
1855
|
-
"mask-image-x-from-pos": [{
|
|
1856
|
-
"mask-x-from": T()
|
|
1857
|
-
}],
|
|
1858
|
-
"mask-image-x-to-pos": [{
|
|
1859
|
-
"mask-x-to": T()
|
|
1860
|
-
}],
|
|
1861
|
-
"mask-image-x-from-color": [{
|
|
1862
|
-
"mask-x-from": p()
|
|
1863
|
-
}],
|
|
1864
|
-
"mask-image-x-to-color": [{
|
|
1865
|
-
"mask-x-to": p()
|
|
1866
|
-
}],
|
|
1867
|
-
"mask-image-y-from-pos": [{
|
|
1868
|
-
"mask-y-from": T()
|
|
1869
|
-
}],
|
|
1870
|
-
"mask-image-y-to-pos": [{
|
|
1871
|
-
"mask-y-to": T()
|
|
1872
|
-
}],
|
|
1873
|
-
"mask-image-y-from-color": [{
|
|
1874
|
-
"mask-y-from": p()
|
|
1875
|
-
}],
|
|
1876
|
-
"mask-image-y-to-color": [{
|
|
1877
|
-
"mask-y-to": p()
|
|
1878
|
-
}],
|
|
1879
|
-
"mask-image-radial": [{
|
|
1880
|
-
"mask-radial": [l, i]
|
|
1881
|
-
}],
|
|
1882
|
-
"mask-image-radial-from-pos": [{
|
|
1883
|
-
"mask-radial-from": T()
|
|
1884
|
-
}],
|
|
1885
|
-
"mask-image-radial-to-pos": [{
|
|
1886
|
-
"mask-radial-to": T()
|
|
1887
|
-
}],
|
|
1888
|
-
"mask-image-radial-from-color": [{
|
|
1889
|
-
"mask-radial-from": p()
|
|
1890
|
-
}],
|
|
1891
|
-
"mask-image-radial-to-color": [{
|
|
1892
|
-
"mask-radial-to": p()
|
|
1893
|
-
}],
|
|
1894
|
-
"mask-image-radial-shape": [{
|
|
1895
|
-
"mask-radial": ["circle", "ellipse"]
|
|
1896
|
-
}],
|
|
1897
|
-
"mask-image-radial-size": [{
|
|
1898
|
-
"mask-radial": [{
|
|
1899
|
-
closest: ["side", "corner"],
|
|
1900
|
-
farthest: ["side", "corner"]
|
|
1901
|
-
}]
|
|
1902
|
-
}],
|
|
1903
|
-
"mask-image-radial-pos": [{
|
|
1904
|
-
"mask-radial-at": B()
|
|
1905
|
-
}],
|
|
1906
|
-
"mask-image-conic-pos": [{
|
|
1907
|
-
"mask-conic": [v]
|
|
1908
|
-
}],
|
|
1909
|
-
"mask-image-conic-from-pos": [{
|
|
1910
|
-
"mask-conic-from": T()
|
|
1911
|
-
}],
|
|
1912
|
-
"mask-image-conic-to-pos": [{
|
|
1913
|
-
"mask-conic-to": T()
|
|
1914
|
-
}],
|
|
1915
|
-
"mask-image-conic-from-color": [{
|
|
1916
|
-
"mask-conic-from": p()
|
|
1917
|
-
}],
|
|
1918
|
-
"mask-image-conic-to-color": [{
|
|
1919
|
-
"mask-conic-to": p()
|
|
1920
|
-
}],
|
|
1921
|
-
/**
|
|
1922
|
-
* Mask Mode
|
|
1923
|
-
* @see https://tailwindcss.com/docs/mask-mode
|
|
1924
|
-
*/
|
|
1925
|
-
"mask-mode": [{
|
|
1926
|
-
mask: ["alpha", "luminance", "match"]
|
|
1927
|
-
}],
|
|
1928
|
-
/**
|
|
1929
|
-
* Mask Origin
|
|
1930
|
-
* @see https://tailwindcss.com/docs/mask-origin
|
|
1931
|
-
*/
|
|
1932
|
-
"mask-origin": [{
|
|
1933
|
-
"mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1934
|
-
}],
|
|
1935
|
-
/**
|
|
1936
|
-
* Mask Position
|
|
1937
|
-
* @see https://tailwindcss.com/docs/mask-position
|
|
1938
|
-
*/
|
|
1939
|
-
"mask-position": [{
|
|
1940
|
-
mask: ye()
|
|
1941
|
-
}],
|
|
1942
|
-
/**
|
|
1943
|
-
* Mask Repeat
|
|
1944
|
-
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1945
|
-
*/
|
|
1946
|
-
"mask-repeat": [{
|
|
1947
|
-
mask: we()
|
|
1948
|
-
}],
|
|
1949
|
-
/**
|
|
1950
|
-
* Mask Size
|
|
1951
|
-
* @see https://tailwindcss.com/docs/mask-size
|
|
1952
|
-
*/
|
|
1953
|
-
"mask-size": [{
|
|
1954
|
-
mask: ke()
|
|
1955
|
-
}],
|
|
1956
|
-
/**
|
|
1957
|
-
* Mask Type
|
|
1958
|
-
* @see https://tailwindcss.com/docs/mask-type
|
|
1959
|
-
*/
|
|
1960
|
-
"mask-type": [{
|
|
1961
|
-
"mask-type": ["alpha", "luminance"]
|
|
1962
|
-
}],
|
|
1963
|
-
/**
|
|
1964
|
-
* Mask Image
|
|
1965
|
-
* @see https://tailwindcss.com/docs/mask-image
|
|
1966
|
-
*/
|
|
1967
|
-
"mask-image": [{
|
|
1968
|
-
mask: ["none", l, i]
|
|
1969
|
-
}],
|
|
1970
|
-
// ---------------
|
|
1971
|
-
// --- Filters ---
|
|
1972
|
-
// ---------------
|
|
1973
|
-
/**
|
|
1974
|
-
* Filter
|
|
1975
|
-
* @see https://tailwindcss.com/docs/filter
|
|
1976
|
-
*/
|
|
1977
|
-
filter: [{
|
|
1978
|
-
filter: [
|
|
1979
|
-
// Deprecated since Tailwind CSS v3.0.0
|
|
1980
|
-
"",
|
|
1981
|
-
"none",
|
|
1982
|
-
l,
|
|
1983
|
-
i
|
|
1984
|
-
]
|
|
1985
|
-
}],
|
|
1986
|
-
/**
|
|
1987
|
-
* Blur
|
|
1988
|
-
* @see https://tailwindcss.com/docs/blur
|
|
1989
|
-
*/
|
|
1990
|
-
blur: [{
|
|
1991
|
-
blur: ae()
|
|
1992
|
-
}],
|
|
1993
|
-
/**
|
|
1994
|
-
* Brightness
|
|
1995
|
-
* @see https://tailwindcss.com/docs/brightness
|
|
1996
|
-
*/
|
|
1997
|
-
brightness: [{
|
|
1998
|
-
brightness: [v, l, i]
|
|
1999
|
-
}],
|
|
2000
|
-
/**
|
|
2001
|
-
* Contrast
|
|
2002
|
-
* @see https://tailwindcss.com/docs/contrast
|
|
2003
|
-
*/
|
|
2004
|
-
contrast: [{
|
|
2005
|
-
contrast: [v, l, i]
|
|
2006
|
-
}],
|
|
2007
|
-
/**
|
|
2008
|
-
* Drop Shadow
|
|
2009
|
-
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2010
|
-
*/
|
|
2011
|
-
"drop-shadow": [{
|
|
2012
|
-
"drop-shadow": [
|
|
2013
|
-
// Deprecated since Tailwind CSS v4.0.0
|
|
2014
|
-
"",
|
|
2015
|
-
"none",
|
|
2016
|
-
L,
|
|
2017
|
-
Oe,
|
|
2018
|
-
Ae
|
|
2019
|
-
]
|
|
2020
|
-
}],
|
|
2021
|
-
/**
|
|
2022
|
-
* Drop Shadow Color
|
|
2023
|
-
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2024
|
-
*/
|
|
2025
|
-
"drop-shadow-color": [{
|
|
2026
|
-
"drop-shadow": p()
|
|
2027
|
-
}],
|
|
2028
|
-
/**
|
|
2029
|
-
* Grayscale
|
|
2030
|
-
* @see https://tailwindcss.com/docs/grayscale
|
|
2031
|
-
*/
|
|
2032
|
-
grayscale: [{
|
|
2033
|
-
grayscale: ["", v, l, i]
|
|
2034
|
-
}],
|
|
2035
|
-
/**
|
|
2036
|
-
* Hue Rotate
|
|
2037
|
-
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2038
|
-
*/
|
|
2039
|
-
"hue-rotate": [{
|
|
2040
|
-
"hue-rotate": [v, l, i]
|
|
2041
|
-
}],
|
|
2042
|
-
/**
|
|
2043
|
-
* Invert
|
|
2044
|
-
* @see https://tailwindcss.com/docs/invert
|
|
2045
|
-
*/
|
|
2046
|
-
invert: [{
|
|
2047
|
-
invert: ["", v, l, i]
|
|
2048
|
-
}],
|
|
2049
|
-
/**
|
|
2050
|
-
* Saturate
|
|
2051
|
-
* @see https://tailwindcss.com/docs/saturate
|
|
2052
|
-
*/
|
|
2053
|
-
saturate: [{
|
|
2054
|
-
saturate: [v, l, i]
|
|
2055
|
-
}],
|
|
2056
|
-
/**
|
|
2057
|
-
* Sepia
|
|
2058
|
-
* @see https://tailwindcss.com/docs/sepia
|
|
2059
|
-
*/
|
|
2060
|
-
sepia: [{
|
|
2061
|
-
sepia: ["", v, l, i]
|
|
2062
|
-
}],
|
|
2063
|
-
/**
|
|
2064
|
-
* Backdrop Filter
|
|
2065
|
-
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
2066
|
-
*/
|
|
2067
|
-
"backdrop-filter": [{
|
|
2068
|
-
"backdrop-filter": [
|
|
2069
|
-
// Deprecated since Tailwind CSS v3.0.0
|
|
2070
|
-
"",
|
|
2071
|
-
"none",
|
|
2072
|
-
l,
|
|
2073
|
-
i
|
|
2074
|
-
]
|
|
2075
|
-
}],
|
|
2076
|
-
/**
|
|
2077
|
-
* Backdrop Blur
|
|
2078
|
-
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2079
|
-
*/
|
|
2080
|
-
"backdrop-blur": [{
|
|
2081
|
-
"backdrop-blur": ae()
|
|
2082
|
-
}],
|
|
2083
|
-
/**
|
|
2084
|
-
* Backdrop Brightness
|
|
2085
|
-
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2086
|
-
*/
|
|
2087
|
-
"backdrop-brightness": [{
|
|
2088
|
-
"backdrop-brightness": [v, l, i]
|
|
2089
|
-
}],
|
|
2090
|
-
/**
|
|
2091
|
-
* Backdrop Contrast
|
|
2092
|
-
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2093
|
-
*/
|
|
2094
|
-
"backdrop-contrast": [{
|
|
2095
|
-
"backdrop-contrast": [v, l, i]
|
|
2096
|
-
}],
|
|
2097
|
-
/**
|
|
2098
|
-
* Backdrop Grayscale
|
|
2099
|
-
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2100
|
-
*/
|
|
2101
|
-
"backdrop-grayscale": [{
|
|
2102
|
-
"backdrop-grayscale": ["", v, l, i]
|
|
2103
|
-
}],
|
|
2104
|
-
/**
|
|
2105
|
-
* Backdrop Hue Rotate
|
|
2106
|
-
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2107
|
-
*/
|
|
2108
|
-
"backdrop-hue-rotate": [{
|
|
2109
|
-
"backdrop-hue-rotate": [v, l, i]
|
|
2110
|
-
}],
|
|
2111
|
-
/**
|
|
2112
|
-
* Backdrop Invert
|
|
2113
|
-
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2114
|
-
*/
|
|
2115
|
-
"backdrop-invert": [{
|
|
2116
|
-
"backdrop-invert": ["", v, l, i]
|
|
2117
|
-
}],
|
|
2118
|
-
/**
|
|
2119
|
-
* Backdrop Opacity
|
|
2120
|
-
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2121
|
-
*/
|
|
2122
|
-
"backdrop-opacity": [{
|
|
2123
|
-
"backdrop-opacity": [v, l, i]
|
|
2124
|
-
}],
|
|
2125
|
-
/**
|
|
2126
|
-
* Backdrop Saturate
|
|
2127
|
-
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2128
|
-
*/
|
|
2129
|
-
"backdrop-saturate": [{
|
|
2130
|
-
"backdrop-saturate": [v, l, i]
|
|
2131
|
-
}],
|
|
2132
|
-
/**
|
|
2133
|
-
* Backdrop Sepia
|
|
2134
|
-
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2135
|
-
*/
|
|
2136
|
-
"backdrop-sepia": [{
|
|
2137
|
-
"backdrop-sepia": ["", v, l, i]
|
|
2138
|
-
}],
|
|
2139
|
-
// --------------
|
|
2140
|
-
// --- Tables ---
|
|
2141
|
-
// --------------
|
|
2142
|
-
/**
|
|
2143
|
-
* Border Collapse
|
|
2144
|
-
* @see https://tailwindcss.com/docs/border-collapse
|
|
2145
|
-
*/
|
|
2146
|
-
"border-collapse": [{
|
|
2147
|
-
border: ["collapse", "separate"]
|
|
2148
|
-
}],
|
|
2149
|
-
/**
|
|
2150
|
-
* Border Spacing
|
|
2151
|
-
* @see https://tailwindcss.com/docs/border-spacing
|
|
2152
|
-
*/
|
|
2153
|
-
"border-spacing": [{
|
|
2154
|
-
"border-spacing": f()
|
|
2155
|
-
}],
|
|
2156
|
-
/**
|
|
2157
|
-
* Border Spacing X
|
|
2158
|
-
* @see https://tailwindcss.com/docs/border-spacing
|
|
2159
|
-
*/
|
|
2160
|
-
"border-spacing-x": [{
|
|
2161
|
-
"border-spacing-x": f()
|
|
2162
|
-
}],
|
|
2163
|
-
/**
|
|
2164
|
-
* Border Spacing Y
|
|
2165
|
-
* @see https://tailwindcss.com/docs/border-spacing
|
|
2166
|
-
*/
|
|
2167
|
-
"border-spacing-y": [{
|
|
2168
|
-
"border-spacing-y": f()
|
|
2169
|
-
}],
|
|
2170
|
-
/**
|
|
2171
|
-
* Table Layout
|
|
2172
|
-
* @see https://tailwindcss.com/docs/table-layout
|
|
2173
|
-
*/
|
|
2174
|
-
"table-layout": [{
|
|
2175
|
-
table: ["auto", "fixed"]
|
|
2176
|
-
}],
|
|
2177
|
-
/**
|
|
2178
|
-
* Caption Side
|
|
2179
|
-
* @see https://tailwindcss.com/docs/caption-side
|
|
2180
|
-
*/
|
|
2181
|
-
caption: [{
|
|
2182
|
-
caption: ["top", "bottom"]
|
|
2183
|
-
}],
|
|
2184
|
-
// ---------------------------------
|
|
2185
|
-
// --- Transitions and Animation ---
|
|
2186
|
-
// ---------------------------------
|
|
2187
|
-
/**
|
|
2188
|
-
* Transition Property
|
|
2189
|
-
* @see https://tailwindcss.com/docs/transition-property
|
|
2190
|
-
*/
|
|
2191
|
-
transition: [{
|
|
2192
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", l, i]
|
|
2193
|
-
}],
|
|
2194
|
-
/**
|
|
2195
|
-
* Transition Behavior
|
|
2196
|
-
* @see https://tailwindcss.com/docs/transition-behavior
|
|
2197
|
-
*/
|
|
2198
|
-
"transition-behavior": [{
|
|
2199
|
-
transition: ["normal", "discrete"]
|
|
2200
|
-
}],
|
|
2201
|
-
/**
|
|
2202
|
-
* Transition Duration
|
|
2203
|
-
* @see https://tailwindcss.com/docs/transition-duration
|
|
2204
|
-
*/
|
|
2205
|
-
duration: [{
|
|
2206
|
-
duration: [v, "initial", l, i]
|
|
2207
|
-
}],
|
|
2208
|
-
/**
|
|
2209
|
-
* Transition Timing Function
|
|
2210
|
-
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2211
|
-
*/
|
|
2212
|
-
ease: [{
|
|
2213
|
-
ease: ["linear", "initial", j, l, i]
|
|
2214
|
-
}],
|
|
2215
|
-
/**
|
|
2216
|
-
* Transition Delay
|
|
2217
|
-
* @see https://tailwindcss.com/docs/transition-delay
|
|
2218
|
-
*/
|
|
2219
|
-
delay: [{
|
|
2220
|
-
delay: [v, l, i]
|
|
2221
|
-
}],
|
|
2222
|
-
/**
|
|
2223
|
-
* Animation
|
|
2224
|
-
* @see https://tailwindcss.com/docs/animation
|
|
2225
|
-
*/
|
|
2226
|
-
animate: [{
|
|
2227
|
-
animate: ["none", b, l, i]
|
|
2228
|
-
}],
|
|
2229
|
-
// ------------------
|
|
2230
|
-
// --- Transforms ---
|
|
2231
|
-
// ------------------
|
|
2232
|
-
/**
|
|
2233
|
-
* Backface Visibility
|
|
2234
|
-
* @see https://tailwindcss.com/docs/backface-visibility
|
|
2235
|
-
*/
|
|
2236
|
-
backface: [{
|
|
2237
|
-
backface: ["hidden", "visible"]
|
|
2238
|
-
}],
|
|
2239
|
-
/**
|
|
2240
|
-
* Perspective
|
|
2241
|
-
* @see https://tailwindcss.com/docs/perspective
|
|
2242
|
-
*/
|
|
2243
|
-
perspective: [{
|
|
2244
|
-
perspective: [z, l, i]
|
|
2245
|
-
}],
|
|
2246
|
-
/**
|
|
2247
|
-
* Perspective Origin
|
|
2248
|
-
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2249
|
-
*/
|
|
2250
|
-
"perspective-origin": [{
|
|
2251
|
-
"perspective-origin": G()
|
|
2252
|
-
}],
|
|
2253
|
-
/**
|
|
2254
|
-
* Rotate
|
|
2255
|
-
* @see https://tailwindcss.com/docs/rotate
|
|
2256
|
-
*/
|
|
2257
|
-
rotate: [{
|
|
2258
|
-
rotate: re()
|
|
2259
|
-
}],
|
|
2260
|
-
/**
|
|
2261
|
-
* Rotate X
|
|
2262
|
-
* @see https://tailwindcss.com/docs/rotate
|
|
2263
|
-
*/
|
|
2264
|
-
"rotate-x": [{
|
|
2265
|
-
"rotate-x": re()
|
|
2266
|
-
}],
|
|
2267
|
-
/**
|
|
2268
|
-
* Rotate Y
|
|
2269
|
-
* @see https://tailwindcss.com/docs/rotate
|
|
2270
|
-
*/
|
|
2271
|
-
"rotate-y": [{
|
|
2272
|
-
"rotate-y": re()
|
|
2273
|
-
}],
|
|
2274
|
-
/**
|
|
2275
|
-
* Rotate Z
|
|
2276
|
-
* @see https://tailwindcss.com/docs/rotate
|
|
2277
|
-
*/
|
|
2278
|
-
"rotate-z": [{
|
|
2279
|
-
"rotate-z": re()
|
|
2280
|
-
}],
|
|
2281
|
-
/**
|
|
2282
|
-
* Scale
|
|
2283
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2284
|
-
*/
|
|
2285
|
-
scale: [{
|
|
2286
|
-
scale: Q()
|
|
2287
|
-
}],
|
|
2288
|
-
/**
|
|
2289
|
-
* Scale X
|
|
2290
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2291
|
-
*/
|
|
2292
|
-
"scale-x": [{
|
|
2293
|
-
"scale-x": Q()
|
|
2294
|
-
}],
|
|
2295
|
-
/**
|
|
2296
|
-
* Scale Y
|
|
2297
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2298
|
-
*/
|
|
2299
|
-
"scale-y": [{
|
|
2300
|
-
"scale-y": Q()
|
|
2301
|
-
}],
|
|
2302
|
-
/**
|
|
2303
|
-
* Scale Z
|
|
2304
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2305
|
-
*/
|
|
2306
|
-
"scale-z": [{
|
|
2307
|
-
"scale-z": Q()
|
|
2308
|
-
}],
|
|
2309
|
-
/**
|
|
2310
|
-
* Scale 3D
|
|
2311
|
-
* @see https://tailwindcss.com/docs/scale
|
|
2312
|
-
*/
|
|
2313
|
-
"scale-3d": ["scale-3d"],
|
|
2314
|
-
/**
|
|
2315
|
-
* Skew
|
|
2316
|
-
* @see https://tailwindcss.com/docs/skew
|
|
2317
|
-
*/
|
|
2318
|
-
skew: [{
|
|
2319
|
-
skew: Re()
|
|
2320
|
-
}],
|
|
2321
|
-
/**
|
|
2322
|
-
* Skew X
|
|
2323
|
-
* @see https://tailwindcss.com/docs/skew
|
|
2324
|
-
*/
|
|
2325
|
-
"skew-x": [{
|
|
2326
|
-
"skew-x": Re()
|
|
2327
|
-
}],
|
|
2328
|
-
/**
|
|
2329
|
-
* Skew Y
|
|
2330
|
-
* @see https://tailwindcss.com/docs/skew
|
|
2331
|
-
*/
|
|
2332
|
-
"skew-y": [{
|
|
2333
|
-
"skew-y": Re()
|
|
2334
|
-
}],
|
|
2335
|
-
/**
|
|
2336
|
-
* Transform
|
|
2337
|
-
* @see https://tailwindcss.com/docs/transform
|
|
2338
|
-
*/
|
|
2339
|
-
transform: [{
|
|
2340
|
-
transform: [l, i, "", "none", "gpu", "cpu"]
|
|
2341
|
-
}],
|
|
2342
|
-
/**
|
|
2343
|
-
* Transform Origin
|
|
2344
|
-
* @see https://tailwindcss.com/docs/transform-origin
|
|
2345
|
-
*/
|
|
2346
|
-
"transform-origin": [{
|
|
2347
|
-
origin: G()
|
|
2348
|
-
}],
|
|
2349
|
-
/**
|
|
2350
|
-
* Transform Style
|
|
2351
|
-
* @see https://tailwindcss.com/docs/transform-style
|
|
2352
|
-
*/
|
|
2353
|
-
"transform-style": [{
|
|
2354
|
-
transform: ["3d", "flat"]
|
|
2355
|
-
}],
|
|
2356
|
-
/**
|
|
2357
|
-
* Translate
|
|
2358
|
-
* @see https://tailwindcss.com/docs/translate
|
|
2359
|
-
*/
|
|
2360
|
-
translate: [{
|
|
2361
|
-
translate: se()
|
|
2362
|
-
}],
|
|
2363
|
-
/**
|
|
2364
|
-
* Translate X
|
|
2365
|
-
* @see https://tailwindcss.com/docs/translate
|
|
2366
|
-
*/
|
|
2367
|
-
"translate-x": [{
|
|
2368
|
-
"translate-x": se()
|
|
2369
|
-
}],
|
|
2370
|
-
/**
|
|
2371
|
-
* Translate Y
|
|
2372
|
-
* @see https://tailwindcss.com/docs/translate
|
|
2373
|
-
*/
|
|
2374
|
-
"translate-y": [{
|
|
2375
|
-
"translate-y": se()
|
|
2376
|
-
}],
|
|
2377
|
-
/**
|
|
2378
|
-
* Translate Z
|
|
2379
|
-
* @see https://tailwindcss.com/docs/translate
|
|
2380
|
-
*/
|
|
2381
|
-
"translate-z": [{
|
|
2382
|
-
"translate-z": se()
|
|
2383
|
-
}],
|
|
2384
|
-
/**
|
|
2385
|
-
* Translate None
|
|
2386
|
-
* @see https://tailwindcss.com/docs/translate
|
|
2387
|
-
*/
|
|
2388
|
-
"translate-none": ["translate-none"],
|
|
2389
|
-
// ---------------------
|
|
2390
|
-
// --- Interactivity ---
|
|
2391
|
-
// ---------------------
|
|
2392
|
-
/**
|
|
2393
|
-
* Accent Color
|
|
2394
|
-
* @see https://tailwindcss.com/docs/accent-color
|
|
2395
|
-
*/
|
|
2396
|
-
accent: [{
|
|
2397
|
-
accent: p()
|
|
2398
|
-
}],
|
|
2399
|
-
/**
|
|
2400
|
-
* Appearance
|
|
2401
|
-
* @see https://tailwindcss.com/docs/appearance
|
|
2402
|
-
*/
|
|
2403
|
-
appearance: [{
|
|
2404
|
-
appearance: ["none", "auto"]
|
|
2405
|
-
}],
|
|
2406
|
-
/**
|
|
2407
|
-
* Caret Color
|
|
2408
|
-
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2409
|
-
*/
|
|
2410
|
-
"caret-color": [{
|
|
2411
|
-
caret: p()
|
|
2412
|
-
}],
|
|
2413
|
-
/**
|
|
2414
|
-
* Color Scheme
|
|
2415
|
-
* @see https://tailwindcss.com/docs/color-scheme
|
|
2416
|
-
*/
|
|
2417
|
-
"color-scheme": [{
|
|
2418
|
-
scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
|
|
2419
|
-
}],
|
|
2420
|
-
/**
|
|
2421
|
-
* Cursor
|
|
2422
|
-
* @see https://tailwindcss.com/docs/cursor
|
|
2423
|
-
*/
|
|
2424
|
-
cursor: [{
|
|
2425
|
-
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", l, i]
|
|
2426
|
-
}],
|
|
2427
|
-
/**
|
|
2428
|
-
* Field Sizing
|
|
2429
|
-
* @see https://tailwindcss.com/docs/field-sizing
|
|
2430
|
-
*/
|
|
2431
|
-
"field-sizing": [{
|
|
2432
|
-
"field-sizing": ["fixed", "content"]
|
|
2433
|
-
}],
|
|
2434
|
-
/**
|
|
2435
|
-
* Pointer Events
|
|
2436
|
-
* @see https://tailwindcss.com/docs/pointer-events
|
|
2437
|
-
*/
|
|
2438
|
-
"pointer-events": [{
|
|
2439
|
-
"pointer-events": ["auto", "none"]
|
|
2440
|
-
}],
|
|
2441
|
-
/**
|
|
2442
|
-
* Resize
|
|
2443
|
-
* @see https://tailwindcss.com/docs/resize
|
|
2444
|
-
*/
|
|
2445
|
-
resize: [{
|
|
2446
|
-
resize: ["none", "", "y", "x"]
|
|
2447
|
-
}],
|
|
2448
|
-
/**
|
|
2449
|
-
* Scroll Behavior
|
|
2450
|
-
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2451
|
-
*/
|
|
2452
|
-
"scroll-behavior": [{
|
|
2453
|
-
scroll: ["auto", "smooth"]
|
|
2454
|
-
}],
|
|
2455
|
-
/**
|
|
2456
|
-
* Scroll Margin
|
|
2457
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2458
|
-
*/
|
|
2459
|
-
"scroll-m": [{
|
|
2460
|
-
"scroll-m": f()
|
|
2461
|
-
}],
|
|
2462
|
-
/**
|
|
2463
|
-
* Scroll Margin X
|
|
2464
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2465
|
-
*/
|
|
2466
|
-
"scroll-mx": [{
|
|
2467
|
-
"scroll-mx": f()
|
|
2468
|
-
}],
|
|
2469
|
-
/**
|
|
2470
|
-
* Scroll Margin Y
|
|
2471
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2472
|
-
*/
|
|
2473
|
-
"scroll-my": [{
|
|
2474
|
-
"scroll-my": f()
|
|
2475
|
-
}],
|
|
2476
|
-
/**
|
|
2477
|
-
* Scroll Margin Start
|
|
2478
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2479
|
-
*/
|
|
2480
|
-
"scroll-ms": [{
|
|
2481
|
-
"scroll-ms": f()
|
|
2482
|
-
}],
|
|
2483
|
-
/**
|
|
2484
|
-
* Scroll Margin End
|
|
2485
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2486
|
-
*/
|
|
2487
|
-
"scroll-me": [{
|
|
2488
|
-
"scroll-me": f()
|
|
2489
|
-
}],
|
|
2490
|
-
/**
|
|
2491
|
-
* Scroll Margin Top
|
|
2492
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2493
|
-
*/
|
|
2494
|
-
"scroll-mt": [{
|
|
2495
|
-
"scroll-mt": f()
|
|
2496
|
-
}],
|
|
2497
|
-
/**
|
|
2498
|
-
* Scroll Margin Right
|
|
2499
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2500
|
-
*/
|
|
2501
|
-
"scroll-mr": [{
|
|
2502
|
-
"scroll-mr": f()
|
|
2503
|
-
}],
|
|
2504
|
-
/**
|
|
2505
|
-
* Scroll Margin Bottom
|
|
2506
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2507
|
-
*/
|
|
2508
|
-
"scroll-mb": [{
|
|
2509
|
-
"scroll-mb": f()
|
|
2510
|
-
}],
|
|
2511
|
-
/**
|
|
2512
|
-
* Scroll Margin Left
|
|
2513
|
-
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2514
|
-
*/
|
|
2515
|
-
"scroll-ml": [{
|
|
2516
|
-
"scroll-ml": f()
|
|
2517
|
-
}],
|
|
2518
|
-
/**
|
|
2519
|
-
* Scroll Padding
|
|
2520
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2521
|
-
*/
|
|
2522
|
-
"scroll-p": [{
|
|
2523
|
-
"scroll-p": f()
|
|
2524
|
-
}],
|
|
2525
|
-
/**
|
|
2526
|
-
* Scroll Padding X
|
|
2527
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2528
|
-
*/
|
|
2529
|
-
"scroll-px": [{
|
|
2530
|
-
"scroll-px": f()
|
|
2531
|
-
}],
|
|
2532
|
-
/**
|
|
2533
|
-
* Scroll Padding Y
|
|
2534
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2535
|
-
*/
|
|
2536
|
-
"scroll-py": [{
|
|
2537
|
-
"scroll-py": f()
|
|
2538
|
-
}],
|
|
2539
|
-
/**
|
|
2540
|
-
* Scroll Padding Start
|
|
2541
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2542
|
-
*/
|
|
2543
|
-
"scroll-ps": [{
|
|
2544
|
-
"scroll-ps": f()
|
|
2545
|
-
}],
|
|
2546
|
-
/**
|
|
2547
|
-
* Scroll Padding End
|
|
2548
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2549
|
-
*/
|
|
2550
|
-
"scroll-pe": [{
|
|
2551
|
-
"scroll-pe": f()
|
|
2552
|
-
}],
|
|
2553
|
-
/**
|
|
2554
|
-
* Scroll Padding Top
|
|
2555
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2556
|
-
*/
|
|
2557
|
-
"scroll-pt": [{
|
|
2558
|
-
"scroll-pt": f()
|
|
2559
|
-
}],
|
|
2560
|
-
/**
|
|
2561
|
-
* Scroll Padding Right
|
|
2562
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2563
|
-
*/
|
|
2564
|
-
"scroll-pr": [{
|
|
2565
|
-
"scroll-pr": f()
|
|
2566
|
-
}],
|
|
2567
|
-
/**
|
|
2568
|
-
* Scroll Padding Bottom
|
|
2569
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2570
|
-
*/
|
|
2571
|
-
"scroll-pb": [{
|
|
2572
|
-
"scroll-pb": f()
|
|
2573
|
-
}],
|
|
2574
|
-
/**
|
|
2575
|
-
* Scroll Padding Left
|
|
2576
|
-
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2577
|
-
*/
|
|
2578
|
-
"scroll-pl": [{
|
|
2579
|
-
"scroll-pl": f()
|
|
2580
|
-
}],
|
|
2581
|
-
/**
|
|
2582
|
-
* Scroll Snap Align
|
|
2583
|
-
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
2584
|
-
*/
|
|
2585
|
-
"snap-align": [{
|
|
2586
|
-
snap: ["start", "end", "center", "align-none"]
|
|
2587
|
-
}],
|
|
2588
|
-
/**
|
|
2589
|
-
* Scroll Snap Stop
|
|
2590
|
-
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
2591
|
-
*/
|
|
2592
|
-
"snap-stop": [{
|
|
2593
|
-
snap: ["normal", "always"]
|
|
2594
|
-
}],
|
|
2595
|
-
/**
|
|
2596
|
-
* Scroll Snap Type
|
|
2597
|
-
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2598
|
-
*/
|
|
2599
|
-
"snap-type": [{
|
|
2600
|
-
snap: ["none", "x", "y", "both"]
|
|
2601
|
-
}],
|
|
2602
|
-
/**
|
|
2603
|
-
* Scroll Snap Type Strictness
|
|
2604
|
-
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2605
|
-
*/
|
|
2606
|
-
"snap-strictness": [{
|
|
2607
|
-
snap: ["mandatory", "proximity"]
|
|
2608
|
-
}],
|
|
2609
|
-
/**
|
|
2610
|
-
* Touch Action
|
|
2611
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2612
|
-
*/
|
|
2613
|
-
touch: [{
|
|
2614
|
-
touch: ["auto", "none", "manipulation"]
|
|
2615
|
-
}],
|
|
2616
|
-
/**
|
|
2617
|
-
* Touch Action X
|
|
2618
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2619
|
-
*/
|
|
2620
|
-
"touch-x": [{
|
|
2621
|
-
"touch-pan": ["x", "left", "right"]
|
|
2622
|
-
}],
|
|
2623
|
-
/**
|
|
2624
|
-
* Touch Action Y
|
|
2625
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2626
|
-
*/
|
|
2627
|
-
"touch-y": [{
|
|
2628
|
-
"touch-pan": ["y", "up", "down"]
|
|
2629
|
-
}],
|
|
2630
|
-
/**
|
|
2631
|
-
* Touch Action Pinch Zoom
|
|
2632
|
-
* @see https://tailwindcss.com/docs/touch-action
|
|
2633
|
-
*/
|
|
2634
|
-
"touch-pz": ["touch-pinch-zoom"],
|
|
2635
|
-
/**
|
|
2636
|
-
* User Select
|
|
2637
|
-
* @see https://tailwindcss.com/docs/user-select
|
|
2638
|
-
*/
|
|
2639
|
-
select: [{
|
|
2640
|
-
select: ["none", "text", "all", "auto"]
|
|
2641
|
-
}],
|
|
2642
|
-
/**
|
|
2643
|
-
* Will Change
|
|
2644
|
-
* @see https://tailwindcss.com/docs/will-change
|
|
2645
|
-
*/
|
|
2646
|
-
"will-change": [{
|
|
2647
|
-
"will-change": ["auto", "scroll", "contents", "transform", l, i]
|
|
2648
|
-
}],
|
|
2649
|
-
// -----------
|
|
2650
|
-
// --- SVG ---
|
|
2651
|
-
// -----------
|
|
2652
|
-
/**
|
|
2653
|
-
* Fill
|
|
2654
|
-
* @see https://tailwindcss.com/docs/fill
|
|
2655
|
-
*/
|
|
2656
|
-
fill: [{
|
|
2657
|
-
fill: ["none", ...p()]
|
|
2658
|
-
}],
|
|
2659
|
-
/**
|
|
2660
|
-
* Stroke Width
|
|
2661
|
-
* @see https://tailwindcss.com/docs/stroke-width
|
|
2662
|
-
*/
|
|
2663
|
-
"stroke-w": [{
|
|
2664
|
-
stroke: [v, _e, le, $e]
|
|
2665
|
-
}],
|
|
2666
|
-
/**
|
|
2667
|
-
* Stroke
|
|
2668
|
-
* @see https://tailwindcss.com/docs/stroke
|
|
2669
|
-
*/
|
|
2670
|
-
stroke: [{
|
|
2671
|
-
stroke: ["none", ...p()]
|
|
2672
|
-
}],
|
|
2673
|
-
// ---------------------
|
|
2674
|
-
// --- Accessibility ---
|
|
2675
|
-
// ---------------------
|
|
2676
|
-
/**
|
|
2677
|
-
* Forced Color Adjust
|
|
2678
|
-
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
2679
|
-
*/
|
|
2680
|
-
"forced-color-adjust": [{
|
|
2681
|
-
"forced-color-adjust": ["auto", "none"]
|
|
2682
|
-
}]
|
|
2683
|
-
},
|
|
2684
|
-
conflictingClassGroups: {
|
|
2685
|
-
overflow: ["overflow-x", "overflow-y"],
|
|
2686
|
-
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2687
|
-
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
2688
|
-
"inset-x": ["right", "left"],
|
|
2689
|
-
"inset-y": ["top", "bottom"],
|
|
2690
|
-
flex: ["basis", "grow", "shrink"],
|
|
2691
|
-
gap: ["gap-x", "gap-y"],
|
|
2692
|
-
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
2693
|
-
px: ["pr", "pl"],
|
|
2694
|
-
py: ["pt", "pb"],
|
|
2695
|
-
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
2696
|
-
mx: ["mr", "ml"],
|
|
2697
|
-
my: ["mt", "mb"],
|
|
2698
|
-
size: ["w", "h"],
|
|
2699
|
-
"font-size": ["leading"],
|
|
2700
|
-
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
2701
|
-
"fvn-ordinal": ["fvn-normal"],
|
|
2702
|
-
"fvn-slashed-zero": ["fvn-normal"],
|
|
2703
|
-
"fvn-figure": ["fvn-normal"],
|
|
2704
|
-
"fvn-spacing": ["fvn-normal"],
|
|
2705
|
-
"fvn-fraction": ["fvn-normal"],
|
|
2706
|
-
"line-clamp": ["display", "overflow"],
|
|
2707
|
-
rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
|
|
2708
|
-
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
2709
|
-
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
2710
|
-
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
2711
|
-
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
2712
|
-
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2713
|
-
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2714
|
-
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2715
|
-
"border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2716
|
-
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2717
|
-
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2718
|
-
"border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2719
|
-
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2720
|
-
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2721
|
-
translate: ["translate-x", "translate-y", "translate-none"],
|
|
2722
|
-
"translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
|
|
2723
|
-
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
2724
|
-
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
2725
|
-
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
2726
|
-
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
2727
|
-
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
2728
|
-
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
2729
|
-
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
2730
|
-
"touch-x": ["touch"],
|
|
2731
|
-
"touch-y": ["touch"],
|
|
2732
|
-
"touch-pz": ["touch"]
|
|
2733
|
-
},
|
|
2734
|
-
conflictingClassGroupModifiers: {
|
|
2735
|
-
"font-size": ["leading"]
|
|
2736
|
-
},
|
|
2737
|
-
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2738
|
-
};
|
|
2739
|
-
}, zt = /* @__PURE__ */ pt(Ot);
|
|
2740
|
-
function Ce(...r) {
|
|
2741
|
-
return zt(Qr(r));
|
|
2742
|
-
}
|
|
2743
|
-
var ze = { exports: {} }, Se = {};
|
|
2744
|
-
/**
|
|
2745
|
-
* @license React
|
|
2746
|
-
* react-jsx-runtime.production.min.js
|
|
2747
|
-
*
|
|
2748
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
2749
|
-
*
|
|
2750
|
-
* This source code is licensed under the MIT license found in the
|
|
2751
|
-
* LICENSE file in the root directory of this source tree.
|
|
2752
|
-
*/
|
|
2753
|
-
var ur;
|
|
2754
|
-
function Mt() {
|
|
2755
|
-
if (ur) return Se;
|
|
2756
|
-
ur = 1;
|
|
2757
|
-
var r = mr, n = Symbol.for("react.element"), a = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, c = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
2758
|
-
function d(h, u, E) {
|
|
2759
|
-
var w, C = {}, F = null, L = null;
|
|
2760
|
-
E !== void 0 && (F = "" + E), u.key !== void 0 && (F = "" + u.key), u.ref !== void 0 && (L = u.ref);
|
|
2761
|
-
for (w in u) o.call(u, w) && !m.hasOwnProperty(w) && (C[w] = u[w]);
|
|
2762
|
-
if (h && h.defaultProps) for (w in u = h.defaultProps, u) C[w] === void 0 && (C[w] = u[w]);
|
|
2763
|
-
return { $$typeof: n, type: h, key: F, ref: L, props: C, _owner: c.current };
|
|
2764
|
-
}
|
|
2765
|
-
return Se.Fragment = a, Se.jsx = d, Se.jsxs = d, Se;
|
|
2766
|
-
}
|
|
2767
|
-
var je = {};
|
|
2768
|
-
/**
|
|
2769
|
-
* @license React
|
|
2770
|
-
* react-jsx-runtime.development.js
|
|
2771
|
-
*
|
|
2772
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
2773
|
-
*
|
|
2774
|
-
* This source code is licensed under the MIT license found in the
|
|
2775
|
-
* LICENSE file in the root directory of this source tree.
|
|
2776
|
-
*/
|
|
2777
|
-
var fr;
|
|
2778
|
-
function It() {
|
|
2779
|
-
return fr || (fr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
2780
|
-
var r = mr, n = Symbol.for("react.element"), a = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), c = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), h = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), E = Symbol.for("react.suspense"), w = Symbol.for("react.suspense_list"), C = Symbol.for("react.memo"), F = Symbol.for("react.lazy"), L = Symbol.for("react.offscreen"), S = Symbol.iterator, z = "@@iterator";
|
|
2781
|
-
function $(e) {
|
|
2782
|
-
if (e === null || typeof e != "object")
|
|
2783
|
-
return null;
|
|
2784
|
-
var t = S && e[S] || e[z];
|
|
2785
|
-
return typeof t == "function" ? t : null;
|
|
2786
|
-
}
|
|
2787
|
-
var j = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
2788
|
-
function b(e) {
|
|
2789
|
-
{
|
|
2790
|
-
for (var t = arguments.length, s = new Array(t > 1 ? t - 1 : 0), g = 1; g < t; g++)
|
|
2791
|
-
s[g - 1] = arguments[g];
|
|
2792
|
-
U("error", e, s);
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
function U(e, t, s) {
|
|
2796
|
-
{
|
|
2797
|
-
var g = j.ReactDebugCurrentFrame, R = g.getStackAddendum();
|
|
2798
|
-
R !== "" && (t += "%s", s = s.concat([R]));
|
|
2799
|
-
var _ = s.map(function(k) {
|
|
2800
|
-
return String(k);
|
|
2801
|
-
});
|
|
2802
|
-
_.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, _);
|
|
2803
|
-
}
|
|
2804
|
-
}
|
|
2805
|
-
var B = !1, G = !1, D = !1, Y = !1, f = !1, M;
|
|
2806
|
-
M = Symbol.for("react.module.reference");
|
|
2807
|
-
function ce(e) {
|
|
2808
|
-
return !!(typeof e == "string" || typeof e == "function" || e === o || e === m || f || e === c || e === E || e === w || Y || e === L || B || G || D || typeof e == "object" && e !== null && (e.$$typeof === F || e.$$typeof === C || e.$$typeof === d || e.$$typeof === h || e.$$typeof === u || // This needs to include all possible module reference object
|
|
2809
|
-
// types supported by any Flight configuration anywhere since
|
|
2810
|
-
// we don't know which Flight build this will end up being used
|
|
2811
|
-
// with.
|
|
2812
|
-
e.$$typeof === M || e.getModuleId !== void 0));
|
|
2813
|
-
}
|
|
2814
|
-
function de(e, t, s) {
|
|
2815
|
-
var g = e.displayName;
|
|
2816
|
-
if (g)
|
|
2817
|
-
return g;
|
|
2818
|
-
var R = t.displayName || t.name || "";
|
|
2819
|
-
return R !== "" ? s + "(" + R + ")" : s;
|
|
2820
|
-
}
|
|
2821
|
-
function ne(e) {
|
|
2822
|
-
return e.displayName || "Context";
|
|
2823
|
-
}
|
|
2824
|
-
function K(e) {
|
|
2825
|
-
if (e == null)
|
|
2826
|
-
return null;
|
|
2827
|
-
if (typeof e.tag == "number" && b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
2828
|
-
return e.displayName || e.name || null;
|
|
2829
|
-
if (typeof e == "string")
|
|
2830
|
-
return e;
|
|
2831
|
-
switch (e) {
|
|
2832
|
-
case o:
|
|
2833
|
-
return "Fragment";
|
|
2834
|
-
case a:
|
|
2835
|
-
return "Portal";
|
|
2836
|
-
case m:
|
|
2837
|
-
return "Profiler";
|
|
2838
|
-
case c:
|
|
2839
|
-
return "StrictMode";
|
|
2840
|
-
case E:
|
|
2841
|
-
return "Suspense";
|
|
2842
|
-
case w:
|
|
2843
|
-
return "SuspenseList";
|
|
2844
|
-
}
|
|
2845
|
-
if (typeof e == "object")
|
|
2846
|
-
switch (e.$$typeof) {
|
|
2847
|
-
case h:
|
|
2848
|
-
var t = e;
|
|
2849
|
-
return ne(t) + ".Consumer";
|
|
2850
|
-
case d:
|
|
2851
|
-
var s = e;
|
|
2852
|
-
return ne(s._context) + ".Provider";
|
|
2853
|
-
case u:
|
|
2854
|
-
return de(e, e.render, "ForwardRef");
|
|
2855
|
-
case C:
|
|
2856
|
-
var g = e.displayName || null;
|
|
2857
|
-
return g !== null ? g : K(e.type) || "Memo";
|
|
2858
|
-
case F: {
|
|
2859
|
-
var R = e, _ = R._payload, k = R._init;
|
|
2860
|
-
try {
|
|
2861
|
-
return K(k(_));
|
|
2862
|
-
} catch {
|
|
2863
|
-
return null;
|
|
2864
|
-
}
|
|
2865
|
-
}
|
|
2866
|
-
}
|
|
2867
|
-
return null;
|
|
2868
|
-
}
|
|
2869
|
-
var X = Object.assign, q = 0, J, Z, p, ye, we, ke, ue;
|
|
2870
|
-
function I() {
|
|
2871
|
-
}
|
|
2872
|
-
I.__reactDisabledLog = !0;
|
|
2873
|
-
function W() {
|
|
2874
|
-
{
|
|
2875
|
-
if (q === 0) {
|
|
2876
|
-
J = console.log, Z = console.info, p = console.warn, ye = console.error, we = console.group, ke = console.groupCollapsed, ue = console.groupEnd;
|
|
2877
|
-
var e = {
|
|
2878
|
-
configurable: !0,
|
|
2879
|
-
enumerable: !0,
|
|
2880
|
-
value: I,
|
|
2881
|
-
writable: !0
|
|
2882
|
-
};
|
|
2883
|
-
Object.defineProperties(console, {
|
|
2884
|
-
info: e,
|
|
2885
|
-
log: e,
|
|
2886
|
-
warn: e,
|
|
2887
|
-
error: e,
|
|
2888
|
-
group: e,
|
|
2889
|
-
groupCollapsed: e,
|
|
2890
|
-
groupEnd: e
|
|
2891
|
-
});
|
|
2892
|
-
}
|
|
2893
|
-
q++;
|
|
2894
|
-
}
|
|
2895
|
-
}
|
|
2896
|
-
function fe() {
|
|
2897
|
-
{
|
|
2898
|
-
if (q--, q === 0) {
|
|
2899
|
-
var e = {
|
|
2900
|
-
configurable: !0,
|
|
2901
|
-
enumerable: !0,
|
|
2902
|
-
writable: !0
|
|
2903
|
-
};
|
|
2904
|
-
Object.defineProperties(console, {
|
|
2905
|
-
log: X({}, e, {
|
|
2906
|
-
value: J
|
|
2907
|
-
}),
|
|
2908
|
-
info: X({}, e, {
|
|
2909
|
-
value: Z
|
|
2910
|
-
}),
|
|
2911
|
-
warn: X({}, e, {
|
|
2912
|
-
value: p
|
|
2913
|
-
}),
|
|
2914
|
-
error: X({}, e, {
|
|
2915
|
-
value: ye
|
|
2916
|
-
}),
|
|
2917
|
-
group: X({}, e, {
|
|
2918
|
-
value: we
|
|
2919
|
-
}),
|
|
2920
|
-
groupCollapsed: X({}, e, {
|
|
2921
|
-
value: ke
|
|
2922
|
-
}),
|
|
2923
|
-
groupEnd: X({}, e, {
|
|
2924
|
-
value: ue
|
|
2925
|
-
})
|
|
2926
|
-
});
|
|
2927
|
-
}
|
|
2928
|
-
q < 0 && b("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
2929
|
-
}
|
|
2930
|
-
}
|
|
2931
|
-
var pe = j.ReactCurrentDispatcher, T;
|
|
2932
|
-
function ae(e, t, s) {
|
|
2933
|
-
{
|
|
2934
|
-
if (T === void 0)
|
|
2935
|
-
try {
|
|
2936
|
-
throw Error();
|
|
2937
|
-
} catch (R) {
|
|
2938
|
-
var g = R.stack.trim().match(/\n( *(at )?)/);
|
|
2939
|
-
T = g && g[1] || "";
|
|
2940
|
-
}
|
|
2941
|
-
return `
|
|
2942
|
-
` + T + e;
|
|
2943
|
-
}
|
|
2944
|
-
}
|
|
2945
|
-
var re = !1, Q;
|
|
2946
|
-
{
|
|
2947
|
-
var Re = typeof WeakMap == "function" ? WeakMap : Map;
|
|
2948
|
-
Q = new Re();
|
|
2949
|
-
}
|
|
2950
|
-
function se(e, t) {
|
|
2951
|
-
if (!e || re)
|
|
2952
|
-
return "";
|
|
2953
|
-
{
|
|
2954
|
-
var s = Q.get(e);
|
|
2955
|
-
if (s !== void 0)
|
|
2956
|
-
return s;
|
|
2957
|
-
}
|
|
2958
|
-
var g;
|
|
2959
|
-
re = !0;
|
|
2960
|
-
var R = Error.prepareStackTrace;
|
|
2961
|
-
Error.prepareStackTrace = void 0;
|
|
2962
|
-
var _;
|
|
2963
|
-
_ = pe.current, pe.current = null, W();
|
|
2964
|
-
try {
|
|
2965
|
-
if (t) {
|
|
2966
|
-
var k = function() {
|
|
2967
|
-
throw Error();
|
|
2968
|
-
};
|
|
2969
|
-
if (Object.defineProperty(k.prototype, "props", {
|
|
2970
|
-
set: function() {
|
|
2971
|
-
throw Error();
|
|
2972
|
-
}
|
|
2973
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
2974
|
-
try {
|
|
2975
|
-
Reflect.construct(k, []);
|
|
2976
|
-
} catch (V) {
|
|
2977
|
-
g = V;
|
|
2978
|
-
}
|
|
2979
|
-
Reflect.construct(e, [], k);
|
|
2980
|
-
} else {
|
|
2981
|
-
try {
|
|
2982
|
-
k.call();
|
|
2983
|
-
} catch (V) {
|
|
2984
|
-
g = V;
|
|
2985
|
-
}
|
|
2986
|
-
e.call(k.prototype);
|
|
2987
|
-
}
|
|
2988
|
-
} else {
|
|
2989
|
-
try {
|
|
2990
|
-
throw Error();
|
|
2991
|
-
} catch (V) {
|
|
2992
|
-
g = V;
|
|
2993
|
-
}
|
|
2994
|
-
e();
|
|
2995
|
-
}
|
|
2996
|
-
} catch (V) {
|
|
2997
|
-
if (V && g && typeof V.stack == "string") {
|
|
2998
|
-
for (var x = V.stack.split(`
|
|
2999
|
-
`), N = g.stack.split(`
|
|
3000
|
-
`), P = x.length - 1, A = N.length - 1; P >= 1 && A >= 0 && x[P] !== N[A]; )
|
|
3001
|
-
A--;
|
|
3002
|
-
for (; P >= 1 && A >= 0; P--, A--)
|
|
3003
|
-
if (x[P] !== N[A]) {
|
|
3004
|
-
if (P !== 1 || A !== 1)
|
|
3005
|
-
do
|
|
3006
|
-
if (P--, A--, A < 0 || x[P] !== N[A]) {
|
|
3007
|
-
var H = `
|
|
3008
|
-
` + x[P].replace(" at new ", " at ");
|
|
3009
|
-
return e.displayName && H.includes("<anonymous>") && (H = H.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, H), H;
|
|
3010
|
-
}
|
|
3011
|
-
while (P >= 1 && A >= 0);
|
|
3012
|
-
break;
|
|
3013
|
-
}
|
|
3014
|
-
}
|
|
3015
|
-
} finally {
|
|
3016
|
-
re = !1, pe.current = _, fe(), Error.prepareStackTrace = R;
|
|
3017
|
-
}
|
|
3018
|
-
var ge = e ? e.displayName || e.name : "", ie = ge ? ae(ge) : "";
|
|
3019
|
-
return typeof e == "function" && Q.set(e, ie), ie;
|
|
3020
|
-
}
|
|
3021
|
-
function Cr(e, t, s) {
|
|
3022
|
-
return se(e, !1);
|
|
3023
|
-
}
|
|
3024
|
-
function Sr(e) {
|
|
3025
|
-
var t = e.prototype;
|
|
3026
|
-
return !!(t && t.isReactComponent);
|
|
3027
|
-
}
|
|
3028
|
-
function Te(e, t, s) {
|
|
3029
|
-
if (e == null)
|
|
3030
|
-
return "";
|
|
3031
|
-
if (typeof e == "function")
|
|
3032
|
-
return se(e, Sr(e));
|
|
3033
|
-
if (typeof e == "string")
|
|
3034
|
-
return ae(e);
|
|
3035
|
-
switch (e) {
|
|
3036
|
-
case E:
|
|
3037
|
-
return ae("Suspense");
|
|
3038
|
-
case w:
|
|
3039
|
-
return ae("SuspenseList");
|
|
3040
|
-
}
|
|
3041
|
-
if (typeof e == "object")
|
|
3042
|
-
switch (e.$$typeof) {
|
|
3043
|
-
case u:
|
|
3044
|
-
return Cr(e.render);
|
|
3045
|
-
case C:
|
|
3046
|
-
return Te(e.type, t, s);
|
|
3047
|
-
case F: {
|
|
3048
|
-
var g = e, R = g._payload, _ = g._init;
|
|
3049
|
-
try {
|
|
3050
|
-
return Te(_(R), t, s);
|
|
3051
|
-
} catch {
|
|
3052
|
-
}
|
|
3053
|
-
}
|
|
3054
|
-
}
|
|
3055
|
-
return "";
|
|
3056
|
-
}
|
|
3057
|
-
var Ee = Object.prototype.hasOwnProperty, Ye = {}, Ue = j.ReactDebugCurrentFrame;
|
|
3058
|
-
function Pe(e) {
|
|
3059
|
-
if (e) {
|
|
3060
|
-
var t = e._owner, s = Te(e.type, e._source, t ? t.type : null);
|
|
3061
|
-
Ue.setExtraStackFrame(s);
|
|
3062
|
-
} else
|
|
3063
|
-
Ue.setExtraStackFrame(null);
|
|
3064
|
-
}
|
|
3065
|
-
function jr(e, t, s, g, R) {
|
|
3066
|
-
{
|
|
3067
|
-
var _ = Function.call.bind(Ee);
|
|
3068
|
-
for (var k in e)
|
|
3069
|
-
if (_(e, k)) {
|
|
3070
|
-
var x = void 0;
|
|
3071
|
-
try {
|
|
3072
|
-
if (typeof e[k] != "function") {
|
|
3073
|
-
var N = Error((g || "React class") + ": " + s + " type `" + k + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[k] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
3074
|
-
throw N.name = "Invariant Violation", N;
|
|
3075
|
-
}
|
|
3076
|
-
x = e[k](t, k, g, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
3077
|
-
} catch (P) {
|
|
3078
|
-
x = P;
|
|
3079
|
-
}
|
|
3080
|
-
x && !(x instanceof Error) && (Pe(R), b("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", g || "React class", s, k, typeof x), Pe(null)), x instanceof Error && !(x.message in Ye) && (Ye[x.message] = !0, Pe(R), b("Failed %s type: %s", s, x.message), Pe(null));
|
|
3081
|
-
}
|
|
3082
|
-
}
|
|
3083
|
-
}
|
|
3084
|
-
var Tr = Array.isArray;
|
|
3085
|
-
function Me(e) {
|
|
3086
|
-
return Tr(e);
|
|
3087
|
-
}
|
|
3088
|
-
function Pr(e) {
|
|
3089
|
-
{
|
|
3090
|
-
var t = typeof Symbol == "function" && Symbol.toStringTag, s = t && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
3091
|
-
return s;
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
function Ar(e) {
|
|
3095
|
-
try {
|
|
3096
|
-
return qe(e), !1;
|
|
3097
|
-
} catch {
|
|
3098
|
-
return !0;
|
|
3099
|
-
}
|
|
3100
|
-
}
|
|
3101
|
-
function qe(e) {
|
|
3102
|
-
return "" + e;
|
|
3103
|
-
}
|
|
3104
|
-
function Je(e) {
|
|
3105
|
-
if (Ar(e))
|
|
3106
|
-
return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Pr(e)), qe(e);
|
|
3107
|
-
}
|
|
3108
|
-
var He = j.ReactCurrentOwner, Or = {
|
|
3109
|
-
key: !0,
|
|
3110
|
-
ref: !0,
|
|
3111
|
-
__self: !0,
|
|
3112
|
-
__source: !0
|
|
3113
|
-
}, Ke, Xe;
|
|
3114
|
-
function zr(e) {
|
|
3115
|
-
if (Ee.call(e, "ref")) {
|
|
3116
|
-
var t = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
3117
|
-
if (t && t.isReactWarning)
|
|
3118
|
-
return !1;
|
|
3119
|
-
}
|
|
3120
|
-
return e.ref !== void 0;
|
|
3121
|
-
}
|
|
3122
|
-
function Mr(e) {
|
|
3123
|
-
if (Ee.call(e, "key")) {
|
|
3124
|
-
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
3125
|
-
if (t && t.isReactWarning)
|
|
3126
|
-
return !1;
|
|
3127
|
-
}
|
|
3128
|
-
return e.key !== void 0;
|
|
3129
|
-
}
|
|
3130
|
-
function Ir(e, t) {
|
|
3131
|
-
typeof e.ref == "string" && He.current;
|
|
3132
|
-
}
|
|
3133
|
-
function Fr(e, t) {
|
|
3134
|
-
{
|
|
3135
|
-
var s = function() {
|
|
3136
|
-
Ke || (Ke = !0, b("%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://reactjs.org/link/special-props)", t));
|
|
3137
|
-
};
|
|
3138
|
-
s.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
3139
|
-
get: s,
|
|
3140
|
-
configurable: !0
|
|
3141
|
-
});
|
|
3142
|
-
}
|
|
3143
|
-
}
|
|
3144
|
-
function Dr(e, t) {
|
|
3145
|
-
{
|
|
3146
|
-
var s = function() {
|
|
3147
|
-
Xe || (Xe = !0, b("%s: `ref` 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://reactjs.org/link/special-props)", t));
|
|
3148
|
-
};
|
|
3149
|
-
s.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
3150
|
-
get: s,
|
|
3151
|
-
configurable: !0
|
|
3152
|
-
});
|
|
3153
|
-
}
|
|
3154
|
-
}
|
|
3155
|
-
var Lr = function(e, t, s, g, R, _, k) {
|
|
3156
|
-
var x = {
|
|
3157
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
3158
|
-
$$typeof: n,
|
|
3159
|
-
// Built-in properties that belong on the element
|
|
3160
|
-
type: e,
|
|
3161
|
-
key: t,
|
|
3162
|
-
ref: s,
|
|
3163
|
-
props: k,
|
|
3164
|
-
// Record the component responsible for creating this element.
|
|
3165
|
-
_owner: _
|
|
3166
|
-
};
|
|
3167
|
-
return x._store = {}, Object.defineProperty(x._store, "validated", {
|
|
3168
|
-
configurable: !1,
|
|
3169
|
-
enumerable: !1,
|
|
3170
|
-
writable: !0,
|
|
3171
|
-
value: !1
|
|
3172
|
-
}), Object.defineProperty(x, "_self", {
|
|
3173
|
-
configurable: !1,
|
|
3174
|
-
enumerable: !1,
|
|
3175
|
-
writable: !1,
|
|
3176
|
-
value: g
|
|
3177
|
-
}), Object.defineProperty(x, "_source", {
|
|
3178
|
-
configurable: !1,
|
|
3179
|
-
enumerable: !1,
|
|
3180
|
-
writable: !1,
|
|
3181
|
-
value: R
|
|
3182
|
-
}), Object.freeze && (Object.freeze(x.props), Object.freeze(x)), x;
|
|
3183
|
-
};
|
|
3184
|
-
function Gr(e, t, s, g, R) {
|
|
3185
|
-
{
|
|
3186
|
-
var _, k = {}, x = null, N = null;
|
|
3187
|
-
s !== void 0 && (Je(s), x = "" + s), Mr(t) && (Je(t.key), x = "" + t.key), zr(t) && (N = t.ref, Ir(t, R));
|
|
3188
|
-
for (_ in t)
|
|
3189
|
-
Ee.call(t, _) && !Or.hasOwnProperty(_) && (k[_] = t[_]);
|
|
3190
|
-
if (e && e.defaultProps) {
|
|
3191
|
-
var P = e.defaultProps;
|
|
3192
|
-
for (_ in P)
|
|
3193
|
-
k[_] === void 0 && (k[_] = P[_]);
|
|
3194
|
-
}
|
|
3195
|
-
if (x || N) {
|
|
3196
|
-
var A = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
3197
|
-
x && Fr(k, A), N && Dr(k, A);
|
|
3198
|
-
}
|
|
3199
|
-
return Lr(e, x, N, R, g, He.current, k);
|
|
3200
|
-
}
|
|
3201
|
-
}
|
|
3202
|
-
var Ie = j.ReactCurrentOwner, Ze = j.ReactDebugCurrentFrame;
|
|
3203
|
-
function me(e) {
|
|
3204
|
-
if (e) {
|
|
3205
|
-
var t = e._owner, s = Te(e.type, e._source, t ? t.type : null);
|
|
3206
|
-
Ze.setExtraStackFrame(s);
|
|
3207
|
-
} else
|
|
3208
|
-
Ze.setExtraStackFrame(null);
|
|
3209
|
-
}
|
|
3210
|
-
var Fe;
|
|
3211
|
-
Fe = !1;
|
|
3212
|
-
function De(e) {
|
|
3213
|
-
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
3214
|
-
}
|
|
3215
|
-
function Qe() {
|
|
3216
|
-
{
|
|
3217
|
-
if (Ie.current) {
|
|
3218
|
-
var e = K(Ie.current.type);
|
|
3219
|
-
if (e)
|
|
3220
|
-
return `
|
|
3221
|
-
|
|
3222
|
-
Check the render method of \`` + e + "`.";
|
|
3223
|
-
}
|
|
3224
|
-
return "";
|
|
3225
|
-
}
|
|
3226
|
-
}
|
|
3227
|
-
function $r(e) {
|
|
3228
|
-
return "";
|
|
3229
|
-
}
|
|
3230
|
-
var er = {};
|
|
3231
|
-
function Wr(e) {
|
|
3232
|
-
{
|
|
3233
|
-
var t = Qe();
|
|
3234
|
-
if (!t) {
|
|
3235
|
-
var s = typeof e == "string" ? e : e.displayName || e.name;
|
|
3236
|
-
s && (t = `
|
|
3237
|
-
|
|
3238
|
-
Check the top-level render call using <` + s + ">.");
|
|
3239
|
-
}
|
|
3240
|
-
return t;
|
|
3241
|
-
}
|
|
3242
|
-
}
|
|
3243
|
-
function rr(e, t) {
|
|
3244
|
-
{
|
|
3245
|
-
if (!e._store || e._store.validated || e.key != null)
|
|
3246
|
-
return;
|
|
3247
|
-
e._store.validated = !0;
|
|
3248
|
-
var s = Wr(t);
|
|
3249
|
-
if (er[s])
|
|
3250
|
-
return;
|
|
3251
|
-
er[s] = !0;
|
|
3252
|
-
var g = "";
|
|
3253
|
-
e && e._owner && e._owner !== Ie.current && (g = " It was passed a child from " + K(e._owner.type) + "."), me(e), b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, g), me(null);
|
|
3254
|
-
}
|
|
3255
|
-
}
|
|
3256
|
-
function tr(e, t) {
|
|
3257
|
-
{
|
|
3258
|
-
if (typeof e != "object")
|
|
3259
|
-
return;
|
|
3260
|
-
if (Me(e))
|
|
3261
|
-
for (var s = 0; s < e.length; s++) {
|
|
3262
|
-
var g = e[s];
|
|
3263
|
-
De(g) && rr(g, t);
|
|
3264
|
-
}
|
|
3265
|
-
else if (De(e))
|
|
3266
|
-
e._store && (e._store.validated = !0);
|
|
3267
|
-
else if (e) {
|
|
3268
|
-
var R = $(e);
|
|
3269
|
-
if (typeof R == "function" && R !== e.entries)
|
|
3270
|
-
for (var _ = R.call(e), k; !(k = _.next()).done; )
|
|
3271
|
-
De(k.value) && rr(k.value, t);
|
|
3272
|
-
}
|
|
3273
|
-
}
|
|
3274
|
-
}
|
|
3275
|
-
function Nr(e) {
|
|
3276
|
-
{
|
|
3277
|
-
var t = e.type;
|
|
3278
|
-
if (t == null || typeof t == "string")
|
|
3279
|
-
return;
|
|
3280
|
-
var s;
|
|
3281
|
-
if (typeof t == "function")
|
|
3282
|
-
s = t.propTypes;
|
|
3283
|
-
else if (typeof t == "object" && (t.$$typeof === u || // Note: Memo only checks outer props here.
|
|
3284
|
-
// Inner props are checked in the reconciler.
|
|
3285
|
-
t.$$typeof === C))
|
|
3286
|
-
s = t.propTypes;
|
|
3287
|
-
else
|
|
3288
|
-
return;
|
|
3289
|
-
if (s) {
|
|
3290
|
-
var g = K(t);
|
|
3291
|
-
jr(s, e.props, "prop", g, e);
|
|
3292
|
-
} else if (t.PropTypes !== void 0 && !Fe) {
|
|
3293
|
-
Fe = !0;
|
|
3294
|
-
var R = K(t);
|
|
3295
|
-
b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", R || "Unknown");
|
|
3296
|
-
}
|
|
3297
|
-
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
3298
|
-
}
|
|
3299
|
-
}
|
|
3300
|
-
function Vr(e) {
|
|
3301
|
-
{
|
|
3302
|
-
for (var t = Object.keys(e.props), s = 0; s < t.length; s++) {
|
|
3303
|
-
var g = t[s];
|
|
3304
|
-
if (g !== "children" && g !== "key") {
|
|
3305
|
-
me(e), b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", g), me(null);
|
|
3306
|
-
break;
|
|
3307
|
-
}
|
|
3308
|
-
}
|
|
3309
|
-
e.ref !== null && (me(e), b("Invalid attribute `ref` supplied to `React.Fragment`."), me(null));
|
|
3310
|
-
}
|
|
3311
|
-
}
|
|
3312
|
-
var or = {};
|
|
3313
|
-
function nr(e, t, s, g, R, _) {
|
|
3314
|
-
{
|
|
3315
|
-
var k = ce(e);
|
|
3316
|
-
if (!k) {
|
|
3317
|
-
var x = "";
|
|
3318
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (x += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
3319
|
-
var N = $r();
|
|
3320
|
-
N ? x += N : x += Qe();
|
|
3321
|
-
var P;
|
|
3322
|
-
e === null ? P = "null" : Me(e) ? P = "array" : e !== void 0 && e.$$typeof === n ? (P = "<" + (K(e.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : P = typeof e, b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", P, x);
|
|
3323
|
-
}
|
|
3324
|
-
var A = Gr(e, t, s, R, _);
|
|
3325
|
-
if (A == null)
|
|
3326
|
-
return A;
|
|
3327
|
-
if (k) {
|
|
3328
|
-
var H = t.children;
|
|
3329
|
-
if (H !== void 0)
|
|
3330
|
-
if (g)
|
|
3331
|
-
if (Me(H)) {
|
|
3332
|
-
for (var ge = 0; ge < H.length; ge++)
|
|
3333
|
-
tr(H[ge], e);
|
|
3334
|
-
Object.freeze && Object.freeze(H);
|
|
3335
|
-
} else
|
|
3336
|
-
b("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
3337
|
-
else
|
|
3338
|
-
tr(H, e);
|
|
3339
|
-
}
|
|
3340
|
-
if (Ee.call(t, "key")) {
|
|
3341
|
-
var ie = K(e), V = Object.keys(t).filter(function(Hr) {
|
|
3342
|
-
return Hr !== "key";
|
|
3343
|
-
}), Le = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
3344
|
-
if (!or[ie + Le]) {
|
|
3345
|
-
var Jr = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
|
|
3346
|
-
b(`A props object containing a "key" prop is being spread into JSX:
|
|
3347
|
-
let props = %s;
|
|
3348
|
-
<%s {...props} />
|
|
3349
|
-
React keys must be passed directly to JSX without using spread:
|
|
3350
|
-
let props = %s;
|
|
3351
|
-
<%s key={someKey} {...props} />`, Le, ie, Jr, ie), or[ie + Le] = !0;
|
|
3352
|
-
}
|
|
3353
|
-
}
|
|
3354
|
-
return e === o ? Vr(A) : Nr(A), A;
|
|
3355
|
-
}
|
|
3356
|
-
}
|
|
3357
|
-
function Br(e, t, s) {
|
|
3358
|
-
return nr(e, t, s, !0);
|
|
3359
|
-
}
|
|
3360
|
-
function Yr(e, t, s) {
|
|
3361
|
-
return nr(e, t, s, !1);
|
|
3362
|
-
}
|
|
3363
|
-
var Ur = Yr, qr = Br;
|
|
3364
|
-
je.Fragment = o, je.jsx = Ur, je.jsxs = qr;
|
|
3365
|
-
})()), je;
|
|
3366
|
-
}
|
|
3367
|
-
var pr;
|
|
3368
|
-
function Ft() {
|
|
3369
|
-
return pr || (pr = 1, process.env.NODE_ENV === "production" ? ze.exports = Mt() : ze.exports = It()), ze.exports;
|
|
3370
|
-
}
|
|
3371
|
-
var y = Ft();
|
|
3372
|
-
function Gt() {
|
|
3373
|
-
return /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
3374
|
-
/* @__PURE__ */ y.jsx("div", { className: "fixed inset-0 z-[9999] bg-black/40 flex items-center justify-center", children: /* @__PURE__ */ y.jsxs("div", { className: "loader", children: [
|
|
3375
|
-
/* @__PURE__ */ y.jsx("span", {}),
|
|
3376
|
-
/* @__PURE__ */ y.jsx("span", {}),
|
|
3377
|
-
/* @__PURE__ */ y.jsx("span", {}),
|
|
3378
|
-
/* @__PURE__ */ y.jsx("span", {}),
|
|
3379
|
-
/* @__PURE__ */ y.jsx("span", {}),
|
|
3380
|
-
/* @__PURE__ */ y.jsx("span", {})
|
|
3381
|
-
] }) }),
|
|
3382
|
-
/* @__PURE__ */ y.jsx("style", { children: `
|
|
3383
|
-
.loader {
|
|
3384
|
-
display: flex;
|
|
3385
|
-
align-items: center;
|
|
3386
|
-
gap: 5px;
|
|
3387
|
-
}
|
|
3388
|
-
|
|
3389
|
-
.loader span {
|
|
3390
|
-
display: block;
|
|
3391
|
-
width: 8px;
|
|
3392
|
-
height: 42px;
|
|
3393
|
-
border-radius: 5px;
|
|
3394
|
-
background: currentColor;
|
|
3395
|
-
animation: bar-wave 1s ease-in-out infinite;
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
.loader span:nth-child(1) {
|
|
3399
|
-
animation-delay: 0s;
|
|
3400
|
-
color: #FFCA29;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
.loader span:nth-child(2) {
|
|
3404
|
-
animation-delay: 0.1s;
|
|
3405
|
-
color: #003B71;
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
.loader span:nth-child(3) {
|
|
3409
|
-
animation-delay: 0.2s;
|
|
3410
|
-
color: #FFCA29;
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
.loader span:nth-child(4) {
|
|
3414
|
-
animation-delay: 0.3s;
|
|
3415
|
-
color: #003B71;
|
|
3416
|
-
}
|
|
3417
|
-
|
|
3418
|
-
.loader span:nth-child(5) {
|
|
3419
|
-
animation-delay: 0.4s;
|
|
3420
|
-
color: #FFCA29;
|
|
3421
|
-
}
|
|
3422
|
-
|
|
3423
|
-
.loader span:nth-child(6) {
|
|
3424
|
-
animation-delay: 0.5s;
|
|
3425
|
-
color: #003B71;
|
|
3426
|
-
}
|
|
3427
|
-
|
|
3428
|
-
@keyframes bar-wave {
|
|
3429
|
-
0%,100% {
|
|
3430
|
-
transform: scaleY(0.2);
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
50% {
|
|
3434
|
-
transform: scaleY(1);
|
|
3435
|
-
}
|
|
3436
|
-
}
|
|
3437
|
-
` })
|
|
3438
|
-
] });
|
|
3439
|
-
}
|
|
3440
|
-
const $t = ({
|
|
3441
|
-
value: r,
|
|
3442
|
-
showLabel: n = !1,
|
|
3443
|
-
label: a,
|
|
3444
|
-
showPercentage: o = !0,
|
|
3445
|
-
height: c = "h-2",
|
|
3446
|
-
containerClassName: m,
|
|
3447
|
-
progressClassName: d,
|
|
3448
|
-
wrapperClassName: h,
|
|
3449
|
-
labelClassName: u,
|
|
3450
|
-
percentageClassName: E,
|
|
3451
|
-
backgroundColor: w = "bg-gray-200",
|
|
3452
|
-
progressColor: C = "bg-[#02245A]",
|
|
3453
|
-
animated: F = !0,
|
|
3454
|
-
striped: L = !1,
|
|
3455
|
-
orientation: S = "horizontal",
|
|
3456
|
-
dataTestId: z
|
|
3457
|
-
}) => {
|
|
3458
|
-
const $ = Math.min(Math.max(r, 0), 100), j = S === "vertical";
|
|
3459
|
-
return /* @__PURE__ */ y.jsxs(
|
|
3460
|
-
"div",
|
|
3461
|
-
{
|
|
3462
|
-
className: Ce(
|
|
3463
|
-
"flex items-center gap-2",
|
|
3464
|
-
j && "flex-col items-start",
|
|
3465
|
-
h
|
|
3466
|
-
),
|
|
3467
|
-
"data-testid": z,
|
|
3468
|
-
children: [
|
|
3469
|
-
n && a && /* @__PURE__ */ y.jsx(
|
|
3470
|
-
"span",
|
|
3471
|
-
{
|
|
3472
|
-
className: Ce(
|
|
3473
|
-
"text-sm font-medium text-[#414651] whitespace-nowrap",
|
|
3474
|
-
u
|
|
3475
|
-
),
|
|
3476
|
-
children: a
|
|
3477
|
-
}
|
|
3478
|
-
),
|
|
3479
|
-
/* @__PURE__ */ y.jsx(
|
|
3480
|
-
"div",
|
|
3481
|
-
{
|
|
3482
|
-
className: Ce(
|
|
3483
|
-
"w-full rounded-full overflow-hidden relative",
|
|
3484
|
-
j ? "w-2 h-32" : c,
|
|
3485
|
-
w,
|
|
3486
|
-
m
|
|
3487
|
-
),
|
|
3488
|
-
children: /* @__PURE__ */ y.jsx(
|
|
3489
|
-
"div",
|
|
3490
|
-
{
|
|
3491
|
-
className: Ce(
|
|
3492
|
-
"h-full rounded-full",
|
|
3493
|
-
C,
|
|
3494
|
-
F && "transition-all duration-300",
|
|
3495
|
-
L && "bg-[linear-gradient(45deg,rgba(255,255,255,.15)_25%,transparent_25%,transparent_50%,rgba(255,255,255,.15)_50%,rgba(255,255,255,.15)_75%,transparent_75%,transparent)] bg-[length:1rem_1rem]",
|
|
3496
|
-
d
|
|
3497
|
-
),
|
|
3498
|
-
style: {
|
|
3499
|
-
width: j ? "100%" : `${$}%`,
|
|
3500
|
-
height: j ? `${$}%` : "100%"
|
|
3501
|
-
},
|
|
3502
|
-
role: "progressbar",
|
|
3503
|
-
"aria-valuenow": $,
|
|
3504
|
-
"aria-valuemin": 0,
|
|
3505
|
-
"aria-valuemax": 100
|
|
3506
|
-
}
|
|
3507
|
-
)
|
|
3508
|
-
}
|
|
3509
|
-
),
|
|
3510
|
-
o && /* @__PURE__ */ y.jsxs(
|
|
3511
|
-
"span",
|
|
3512
|
-
{
|
|
3513
|
-
className: Ce(
|
|
3514
|
-
"text-xs text-gray-600 whitespace-nowrap",
|
|
3515
|
-
E
|
|
3516
|
-
),
|
|
3517
|
-
children: [
|
|
3518
|
-
$,
|
|
3519
|
-
"%"
|
|
3520
|
-
]
|
|
3521
|
-
}
|
|
3522
|
-
)
|
|
3523
|
-
]
|
|
3524
|
-
}
|
|
3525
|
-
);
|
|
3526
|
-
}, he = 7, oe = 6, Wt = ({
|
|
3527
|
-
text: r,
|
|
3528
|
-
maxLength: n = 40,
|
|
3529
|
-
maxWidth: a = 280,
|
|
3530
|
-
position: o = "top",
|
|
3531
|
-
bgColor: c = "#1a1a1a",
|
|
3532
|
-
textColor: m = "#fff",
|
|
3533
|
-
borderColor: d = "#1a1a1a",
|
|
3534
|
-
className: h,
|
|
3535
|
-
style: u
|
|
3536
|
-
}) => {
|
|
3537
|
-
const [E, w] = ar(!1), [C, F] = ar({
|
|
3538
|
-
box: { x: 0, y: 0 },
|
|
3539
|
-
arrow: { x: 0, y: 0 },
|
|
3540
|
-
rotate: 0
|
|
3541
|
-
}), L = sr(null), S = sr(null), z = r.length > n, $ = z ? r.slice(0, n) + "…" : r, j = Kr(() => {
|
|
3542
|
-
if (!L.current || !S.current) return;
|
|
3543
|
-
const b = L.current.getBoundingClientRect(), U = S.current.offsetWidth || a, B = S.current.offsetHeight || 44;
|
|
3544
|
-
let G = 0, D = 0, Y = 0, f = 0, M = 0;
|
|
3545
|
-
o === "top" ? (G = b.left + b.width / 2 - U / 2, D = b.top - B - he - oe, Y = b.left + b.width / 2 - 6, f = b.top - he - oe, M = 0) : o === "bottom" ? (G = b.left + b.width / 2 - U / 2, D = b.bottom + he + oe, Y = b.left + b.width / 2 - 6, f = b.bottom + oe, M = 180) : o === "left" ? (G = b.left - U - he - oe, D = b.top + b.height / 2 - B / 2, Y = b.left - he - oe, f = b.top + b.height / 2 - 6, M = 90) : o === "right" && (G = b.right + he + oe, D = b.top + b.height / 2 - B / 2, Y = b.right + oe, f = b.top + b.height / 2 - 6, M = -90);
|
|
3546
|
-
const ce = window.innerWidth, de = window.innerHeight;
|
|
3547
|
-
G = Math.max(8, Math.min(G, ce - U - 8)), D = Math.max(8, Math.min(D, de - B - 8)), F({ box: { x: G, y: D }, arrow: { x: Y, y: f }, rotate: M });
|
|
3548
|
-
}, [o, a]);
|
|
3549
|
-
return Xr(() => {
|
|
3550
|
-
E && setTimeout(j, 0);
|
|
3551
|
-
}, [E, j]), z ? /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
3552
|
-
/* @__PURE__ */ y.jsx(
|
|
3553
|
-
"span",
|
|
3554
|
-
{
|
|
3555
|
-
ref: L,
|
|
3556
|
-
className: h,
|
|
3557
|
-
style: {
|
|
3558
|
-
display: "block",
|
|
3559
|
-
whiteSpace: "nowrap",
|
|
3560
|
-
overflow: "hidden",
|
|
3561
|
-
textOverflow: "ellipsis",
|
|
3562
|
-
cursor: "default",
|
|
3563
|
-
maxWidth: "100%",
|
|
3564
|
-
...u
|
|
3565
|
-
},
|
|
3566
|
-
onMouseEnter: () => w(!0),
|
|
3567
|
-
onMouseLeave: () => w(!1),
|
|
3568
|
-
children: $
|
|
3569
|
-
}
|
|
3570
|
-
),
|
|
3571
|
-
E && /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
3572
|
-
/* @__PURE__ */ y.jsx(
|
|
3573
|
-
"div",
|
|
3574
|
-
{
|
|
3575
|
-
ref: S,
|
|
3576
|
-
style: {
|
|
3577
|
-
position: "fixed",
|
|
3578
|
-
left: C.box.x,
|
|
3579
|
-
top: C.box.y,
|
|
3580
|
-
background: c,
|
|
3581
|
-
border: `1px solid ${d}`,
|
|
3582
|
-
borderRadius: 8,
|
|
3583
|
-
padding: "8px 12px",
|
|
3584
|
-
fontSize: 13,
|
|
3585
|
-
color: m,
|
|
3586
|
-
maxWidth: a,
|
|
3587
|
-
lineHeight: 1.5,
|
|
3588
|
-
zIndex: 99999,
|
|
3589
|
-
pointerEvents: "none",
|
|
3590
|
-
boxShadow: "0 2px 8px rgba(0,0,0,0.12)",
|
|
3591
|
-
wordBreak: "break-word",
|
|
3592
|
-
whiteSpace: "normal"
|
|
3593
|
-
},
|
|
3594
|
-
children: r
|
|
3595
|
-
}
|
|
3596
|
-
),
|
|
3597
|
-
/* @__PURE__ */ y.jsx(
|
|
3598
|
-
"div",
|
|
3599
|
-
{
|
|
3600
|
-
style: {
|
|
3601
|
-
position: "fixed",
|
|
3602
|
-
left: C.arrow.x,
|
|
3603
|
-
top: C.arrow.y,
|
|
3604
|
-
width: 12,
|
|
3605
|
-
height: 7,
|
|
3606
|
-
zIndex: 1e5,
|
|
3607
|
-
pointerEvents: "none",
|
|
3608
|
-
transform: `rotate(${C.rotate}deg)`,
|
|
3609
|
-
transformOrigin: "center"
|
|
3610
|
-
},
|
|
3611
|
-
children: /* @__PURE__ */ y.jsx(
|
|
3612
|
-
"svg",
|
|
3613
|
-
{
|
|
3614
|
-
width: "12",
|
|
3615
|
-
height: "7",
|
|
3616
|
-
viewBox: "0 0 12 7",
|
|
3617
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3618
|
-
children: /* @__PURE__ */ y.jsx("polygon", { points: "6,7 0,0 12,0", fill: c })
|
|
3619
|
-
}
|
|
3620
|
-
)
|
|
3621
|
-
}
|
|
3622
|
-
)
|
|
3623
|
-
] })
|
|
3624
|
-
] }) : /* @__PURE__ */ y.jsx("span", { className: h, style: u, children: r });
|
|
3625
|
-
};
|
|
3626
|
-
function Nt({
|
|
3627
|
-
message: r,
|
|
3628
|
-
type: n,
|
|
3629
|
-
isVisible: a,
|
|
3630
|
-
onClose: o
|
|
3631
|
-
}) {
|
|
3632
|
-
return console.log("message =", r), a ? /* @__PURE__ */ y.jsx(
|
|
3633
|
-
"div",
|
|
3634
|
-
{
|
|
3635
|
-
style: {
|
|
3636
|
-
position: "fixed",
|
|
3637
|
-
top: "20px",
|
|
3638
|
-
right: "20px",
|
|
3639
|
-
zIndex: 99999,
|
|
3640
|
-
backgroundColor: n === "success" ? "#D4EDDA" : n === "error" ? "#FADBD8" : n === "warning" ? "#FDEBD0" : "#D6EAF8",
|
|
3641
|
-
color: n === "success" ? "#1E7E34" : n === "error" ? "#C0392B" : n === "warning" ? "#B9770E" : "#1F618D",
|
|
3642
|
-
padding: "12px 20px",
|
|
3643
|
-
borderRadius: "6px",
|
|
3644
|
-
display: "flex",
|
|
3645
|
-
alignItems: "center",
|
|
3646
|
-
gap: "10px",
|
|
3647
|
-
boxShadow: "0 4px 12px rgba(0,0,0,0.1)",
|
|
3648
|
-
borderLeft: "4px solid " + (n === "success" ? "#28A745" : n === "error" ? "#E74C3C" : n === "warning" ? "#F39C12" : "#3498DB")
|
|
3649
|
-
},
|
|
3650
|
-
children: /* @__PURE__ */ y.jsx("span", { children: r })
|
|
3651
|
-
}
|
|
3652
|
-
) : null;
|
|
3653
|
-
}
|
|
3654
|
-
const Vt = ({ isOpen: r, onClose: n, title: a, children: o, footer: c, width: m = "450px", showCloseIcon: d }) => r ? Zr.createPortal(
|
|
3655
|
-
/* @__PURE__ */ y.jsx(
|
|
3656
|
-
"div",
|
|
3657
|
-
{
|
|
3658
|
-
onClick: n,
|
|
3659
|
-
style: {
|
|
3660
|
-
position: "fixed",
|
|
3661
|
-
inset: 0,
|
|
3662
|
-
background: "rgba(0,0,0,0.5)",
|
|
3663
|
-
display: "flex",
|
|
3664
|
-
justifyContent: "center",
|
|
3665
|
-
alignItems: "center",
|
|
3666
|
-
zIndex: 9999
|
|
3667
|
-
},
|
|
3668
|
-
children: /* @__PURE__ */ y.jsxs(
|
|
3669
|
-
"div",
|
|
3670
|
-
{
|
|
3671
|
-
onClick: (h) => h.stopPropagation(),
|
|
3672
|
-
style: {
|
|
3673
|
-
background: "#fff",
|
|
3674
|
-
borderRadius: "8px",
|
|
3675
|
-
boxShadow: "0 4px 20px rgba(0,0,0,0.2)",
|
|
3676
|
-
width: m,
|
|
3677
|
-
maxWidth: "90%",
|
|
3678
|
-
overflow: "hidden"
|
|
3679
|
-
},
|
|
3680
|
-
children: [
|
|
3681
|
-
(a || d) && /* @__PURE__ */ y.jsxs("div", { style: {
|
|
3682
|
-
display: "flex",
|
|
3683
|
-
justifyContent: "flex-end",
|
|
3684
|
-
alignItems: "center",
|
|
3685
|
-
padding: "16px"
|
|
3686
|
-
}, children: [
|
|
3687
|
-
a && /* @__PURE__ */ y.jsx("h3", { style: { margin: 0, fontSize: "16px", fontWeight: 600, marginRight: "auto" }, children: a }),
|
|
3688
|
-
d && /* @__PURE__ */ y.jsx(
|
|
3689
|
-
"button",
|
|
3690
|
-
{
|
|
3691
|
-
onClick: n,
|
|
3692
|
-
style: { border: "none", background: "transparent", cursor: "pointer", fontSize: "18px" },
|
|
3693
|
-
children: "✕"
|
|
3694
|
-
}
|
|
3695
|
-
)
|
|
3696
|
-
] }),
|
|
3697
|
-
/* @__PURE__ */ y.jsx("div", { style: { paddingTop: "20px", paddingBottom: "6px", paddingLeft: "16px", paddingRight: "16px" }, children: o }),
|
|
3698
|
-
c && /* @__PURE__ */ y.jsx("div", { style: {
|
|
3699
|
-
display: "flex",
|
|
3700
|
-
justifyContent: "flex-end",
|
|
3701
|
-
gap: "10px",
|
|
3702
|
-
paddingLeft: "16px",
|
|
3703
|
-
paddingRight: "16px",
|
|
3704
|
-
paddingBottom: "16px",
|
|
3705
|
-
paddingTop: "10px"
|
|
3706
|
-
}, children: c })
|
|
3707
|
-
]
|
|
3708
|
-
}
|
|
3709
|
-
)
|
|
3710
|
-
}
|
|
3711
|
-
),
|
|
3712
|
-
document.body
|
|
3713
|
-
) : null;
|
|
3714
|
-
export {
|
|
3715
|
-
Gt as Loader,
|
|
3716
|
-
Vt as Modal,
|
|
3717
|
-
$t as ProgressBar,
|
|
3718
|
-
Wt as TextPopover,
|
|
3719
|
-
Nt as Toast,
|
|
3720
|
-
Ce as cn
|
|
3721
|
-
};
|