@desafio-design-system_/reflow-ui 0.2.0 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +161 -162
- package/dist/index.js.map +1 -1
- package/dist/styles/index.css +1 -1
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
function
|
|
1
|
+
import { jsxs as be, jsx as H } from "react/jsx-runtime";
|
|
2
|
+
function ye(e) {
|
|
3
3
|
var t, r, o = "";
|
|
4
4
|
if (typeof e == "string" || typeof e == "number") o += e;
|
|
5
5
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
6
6
|
var i = e.length;
|
|
7
|
-
for (t = 0; t < i; t++) e[t] && (r =
|
|
7
|
+
for (t = 0; t < i; t++) e[t] && (r = ye(e[t])) && (o && (o += " "), o += r);
|
|
8
8
|
} else for (r in e) e[r] && (o && (o += " "), o += r);
|
|
9
9
|
return o;
|
|
10
10
|
}
|
|
11
11
|
function je() {
|
|
12
|
-
for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t =
|
|
12
|
+
for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t = ye(e)) && (o && (o += " "), o += t);
|
|
13
13
|
return o;
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const Oe = (e, t) => {
|
|
16
16
|
const r = new Array(e.length + t.length);
|
|
17
17
|
for (let o = 0; o < e.length; o++)
|
|
18
18
|
r[o] = e[o];
|
|
19
19
|
for (let o = 0; o < t.length; o++)
|
|
20
20
|
r[e.length + o] = t[o];
|
|
21
21
|
return r;
|
|
22
|
-
},
|
|
22
|
+
}, Le = (e, t) => ({
|
|
23
23
|
classGroupId: e,
|
|
24
24
|
validator: t
|
|
25
|
-
}),
|
|
25
|
+
}), ve = (e = /* @__PURE__ */ new Map(), t = null, r) => ({
|
|
26
26
|
nextPart: e,
|
|
27
27
|
validators: t,
|
|
28
28
|
classGroupId: r
|
|
29
|
-
}),
|
|
30
|
-
const t =
|
|
29
|
+
}), Z = "-", ge = [], Ee = "arbitrary..", Ve = (e) => {
|
|
30
|
+
const t = _e(e), {
|
|
31
31
|
conflictingClassGroups: r,
|
|
32
32
|
conflictingClassGroupModifiers: o
|
|
33
33
|
} = e;
|
|
34
34
|
return {
|
|
35
35
|
getClassGroupId: (a) => {
|
|
36
36
|
if (a.startsWith("[") && a.endsWith("]"))
|
|
37
|
-
return
|
|
38
|
-
const u = a.split(
|
|
39
|
-
return
|
|
37
|
+
return Fe(a);
|
|
38
|
+
const u = a.split(Z), c = u[0] === "" && u.length > 1 ? 1 : 0;
|
|
39
|
+
return ze(u, c, t);
|
|
40
40
|
},
|
|
41
41
|
getConflictingClassGroupIds: (a, u) => {
|
|
42
42
|
if (u) {
|
|
43
43
|
const c = o[a], f = r[a];
|
|
44
|
-
return c ? f ?
|
|
44
|
+
return c ? f ? Oe(f, c) : c : f || ge;
|
|
45
45
|
}
|
|
46
|
-
return r[a] ||
|
|
46
|
+
return r[a] || ge;
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
|
-
},
|
|
49
|
+
}, ze = (e, t, r) => {
|
|
50
50
|
if (e.length - t === 0)
|
|
51
51
|
return r.classGroupId;
|
|
52
52
|
const i = e[t], d = r.nextPart.get(i);
|
|
53
53
|
if (d) {
|
|
54
|
-
const f =
|
|
54
|
+
const f = ze(e, t + 1, d);
|
|
55
55
|
if (f) return f;
|
|
56
56
|
}
|
|
57
57
|
const a = r.validators;
|
|
58
58
|
if (a === null)
|
|
59
59
|
return;
|
|
60
|
-
const u = t === 0 ? e.join(
|
|
60
|
+
const u = t === 0 ? e.join(Z) : e.slice(t).join(Z), c = a.length;
|
|
61
61
|
for (let f = 0; f < c; f++) {
|
|
62
62
|
const h = a[f];
|
|
63
63
|
if (h.validator(u))
|
|
64
64
|
return h.classGroupId;
|
|
65
65
|
}
|
|
66
|
-
},
|
|
66
|
+
}, Fe = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
67
67
|
const t = e.slice(1, -1), r = t.indexOf(":"), o = t.slice(0, r);
|
|
68
|
-
return o ?
|
|
69
|
-
})(),
|
|
68
|
+
return o ? Ee + o : void 0;
|
|
69
|
+
})(), _e = (e) => {
|
|
70
70
|
const {
|
|
71
71
|
theme: t,
|
|
72
72
|
classGroups: r
|
|
73
73
|
} = e;
|
|
74
|
-
return
|
|
75
|
-
},
|
|
76
|
-
const r =
|
|
74
|
+
return Be(r, t);
|
|
75
|
+
}, Be = (e, t) => {
|
|
76
|
+
const r = ve();
|
|
77
77
|
for (const o in e) {
|
|
78
78
|
const i = e[o];
|
|
79
|
-
|
|
79
|
+
ae(i, r, o, t);
|
|
80
80
|
}
|
|
81
81
|
return r;
|
|
82
|
-
},
|
|
82
|
+
}, ae = (e, t, r, o) => {
|
|
83
83
|
const i = e.length;
|
|
84
84
|
for (let d = 0; d < i; d++) {
|
|
85
85
|
const a = e[d];
|
|
86
|
-
|
|
86
|
+
We(a, t, r, o);
|
|
87
87
|
}
|
|
88
|
-
},
|
|
88
|
+
}, We = (e, t, r, o) => {
|
|
89
89
|
if (typeof e == "string") {
|
|
90
|
-
|
|
90
|
+
$e(e, t, r);
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
93
|
if (typeof e == "function") {
|
|
94
|
-
|
|
94
|
+
Ue(e, t, r, o);
|
|
95
95
|
return;
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
},
|
|
99
|
-
const o = e === "" ? t :
|
|
97
|
+
De(e, t, r, o);
|
|
98
|
+
}, $e = (e, t, r) => {
|
|
99
|
+
const o = e === "" ? t : Ce(t, e);
|
|
100
100
|
o.classGroupId = r;
|
|
101
|
-
},
|
|
102
|
-
if (
|
|
103
|
-
|
|
101
|
+
}, Ue = (e, t, r, o) => {
|
|
102
|
+
if (Ye(e)) {
|
|
103
|
+
ae(e(o), t, r, o);
|
|
104
104
|
return;
|
|
105
105
|
}
|
|
106
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
107
|
-
},
|
|
106
|
+
t.validators === null && (t.validators = []), t.validators.push(Le(r, e));
|
|
107
|
+
}, De = (e, t, r, o) => {
|
|
108
108
|
const i = Object.entries(e), d = i.length;
|
|
109
109
|
for (let a = 0; a < d; a++) {
|
|
110
110
|
const [u, c] = i[a];
|
|
111
|
-
|
|
111
|
+
ae(c, Ce(t, u), r, o);
|
|
112
112
|
}
|
|
113
|
-
},
|
|
113
|
+
}, Ce = (e, t) => {
|
|
114
114
|
let r = e;
|
|
115
|
-
const o = t.split(
|
|
115
|
+
const o = t.split(Z), i = o.length;
|
|
116
116
|
for (let d = 0; d < i; d++) {
|
|
117
117
|
const a = o[d];
|
|
118
118
|
let u = r.nextPart.get(a);
|
|
119
|
-
u || (u =
|
|
119
|
+
u || (u = ve(), r.nextPart.set(a, u)), r = u;
|
|
120
120
|
}
|
|
121
121
|
return r;
|
|
122
|
-
},
|
|
122
|
+
}, Ye = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, qe = (e) => {
|
|
123
123
|
if (e < 1)
|
|
124
124
|
return {
|
|
125
125
|
get: () => {
|
|
@@ -143,13 +143,13 @@ const Ne = (e, t) => {
|
|
|
143
143
|
d in r ? r[d] = a : i(d, a);
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
|
-
},
|
|
146
|
+
}, ne = "!", he = ":", Xe = [], xe = (e, t, r, o, i) => ({
|
|
147
147
|
modifiers: e,
|
|
148
148
|
hasImportantModifier: t,
|
|
149
149
|
baseClassName: r,
|
|
150
150
|
maybePostfixModifierPosition: o,
|
|
151
151
|
isExternal: i
|
|
152
|
-
}),
|
|
152
|
+
}), Je = (e) => {
|
|
153
153
|
const {
|
|
154
154
|
prefix: t,
|
|
155
155
|
experimentalParseClassName: r
|
|
@@ -161,7 +161,7 @@ const Ne = (e, t) => {
|
|
|
161
161
|
for (let v = 0; v < h; v++) {
|
|
162
162
|
const w = i[v];
|
|
163
163
|
if (a === 0 && u === 0) {
|
|
164
|
-
if (w ===
|
|
164
|
+
if (w === he) {
|
|
165
165
|
d.push(i.slice(c, v)), c = v + 1;
|
|
166
166
|
continue;
|
|
167
167
|
}
|
|
@@ -174,19 +174,19 @@ const Ne = (e, t) => {
|
|
|
174
174
|
}
|
|
175
175
|
const y = d.length === 0 ? i : i.slice(c);
|
|
176
176
|
let z = y, I = !1;
|
|
177
|
-
y.endsWith(
|
|
177
|
+
y.endsWith(ne) ? (z = y.slice(0, -1), I = !0) : (
|
|
178
178
|
/**
|
|
179
179
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
180
180
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
181
181
|
*/
|
|
182
|
-
y.startsWith(
|
|
182
|
+
y.startsWith(ne) && (z = y.slice(1), I = !0)
|
|
183
183
|
);
|
|
184
184
|
const M = f && f > c ? f - c : void 0;
|
|
185
|
-
return
|
|
185
|
+
return xe(d, I, z, M);
|
|
186
186
|
};
|
|
187
187
|
if (t) {
|
|
188
|
-
const i = t +
|
|
189
|
-
o = (a) => a.startsWith(i) ? d(a.slice(i.length)) :
|
|
188
|
+
const i = t + he, d = o;
|
|
189
|
+
o = (a) => a.startsWith(i) ? d(a.slice(i.length)) : xe(Xe, !1, a, void 0, !0);
|
|
190
190
|
}
|
|
191
191
|
if (r) {
|
|
192
192
|
const i = o;
|
|
@@ -196,7 +196,7 @@ const Ne = (e, t) => {
|
|
|
196
196
|
});
|
|
197
197
|
}
|
|
198
198
|
return o;
|
|
199
|
-
},
|
|
199
|
+
}, He = (e) => {
|
|
200
200
|
const t = /* @__PURE__ */ new Map();
|
|
201
201
|
return e.orderSensitiveModifiers.forEach((r, o) => {
|
|
202
202
|
t.set(r, 1e6 + o);
|
|
@@ -209,18 +209,18 @@ const Ne = (e, t) => {
|
|
|
209
209
|
}
|
|
210
210
|
return i.length > 0 && (i.sort(), o.push(...i)), o;
|
|
211
211
|
};
|
|
212
|
-
},
|
|
213
|
-
cache:
|
|
214
|
-
parseClassName:
|
|
215
|
-
sortModifiers:
|
|
216
|
-
...
|
|
217
|
-
}),
|
|
212
|
+
}, Ke = (e) => ({
|
|
213
|
+
cache: qe(e.cacheSize),
|
|
214
|
+
parseClassName: Je(e),
|
|
215
|
+
sortModifiers: He(e),
|
|
216
|
+
...Ve(e)
|
|
217
|
+
}), Qe = /\s+/, Ze = (e, t) => {
|
|
218
218
|
const {
|
|
219
219
|
parseClassName: r,
|
|
220
220
|
getClassGroupId: o,
|
|
221
221
|
getConflictingClassGroupIds: i,
|
|
222
222
|
sortModifiers: d
|
|
223
|
-
} = t, a = [], u = e.trim().split(
|
|
223
|
+
} = t, a = [], u = e.trim().split(Qe);
|
|
224
224
|
let c = "";
|
|
225
225
|
for (let f = u.length - 1; f >= 0; f -= 1) {
|
|
226
226
|
const h = u[f], {
|
|
@@ -246,10 +246,10 @@ const Ne = (e, t) => {
|
|
|
246
246
|
}
|
|
247
247
|
w = !1;
|
|
248
248
|
}
|
|
249
|
-
const
|
|
250
|
-
if (a.indexOf(
|
|
249
|
+
const U = z.length === 0 ? "" : z.length === 1 ? z[0] : d(z).join(":"), _ = I ? U + ne : U, j = _ + P;
|
|
250
|
+
if (a.indexOf(j) > -1)
|
|
251
251
|
continue;
|
|
252
|
-
a.push(
|
|
252
|
+
a.push(j);
|
|
253
253
|
const O = i(P, w);
|
|
254
254
|
for (let G = 0; G < O.length; ++G) {
|
|
255
255
|
const B = O[G];
|
|
@@ -258,47 +258,47 @@ const Ne = (e, t) => {
|
|
|
258
258
|
c = h + (c.length > 0 ? " " + c : c);
|
|
259
259
|
}
|
|
260
260
|
return c;
|
|
261
|
-
},
|
|
261
|
+
}, eo = (...e) => {
|
|
262
262
|
let t = 0, r, o, i = "";
|
|
263
263
|
for (; t < e.length; )
|
|
264
|
-
(r = e[t++]) && (o =
|
|
264
|
+
(r = e[t++]) && (o = Ae(r)) && (i && (i += " "), i += o);
|
|
265
265
|
return i;
|
|
266
|
-
},
|
|
266
|
+
}, Ae = (e) => {
|
|
267
267
|
if (typeof e == "string")
|
|
268
268
|
return e;
|
|
269
269
|
let t, r = "";
|
|
270
270
|
for (let o = 0; o < e.length; o++)
|
|
271
|
-
e[o] && (t =
|
|
271
|
+
e[o] && (t = Ae(e[o])) && (r && (r += " "), r += t);
|
|
272
272
|
return r;
|
|
273
|
-
},
|
|
273
|
+
}, oo = (e, ...t) => {
|
|
274
274
|
let r, o, i, d;
|
|
275
275
|
const a = (c) => {
|
|
276
276
|
const f = t.reduce((h, y) => y(h), e());
|
|
277
|
-
return r =
|
|
277
|
+
return r = Ke(f), o = r.cache.get, i = r.cache.set, d = u, u(c);
|
|
278
278
|
}, u = (c) => {
|
|
279
279
|
const f = o(c);
|
|
280
280
|
if (f)
|
|
281
281
|
return f;
|
|
282
|
-
const h =
|
|
282
|
+
const h = Ze(c, r);
|
|
283
283
|
return i(c, h), h;
|
|
284
284
|
};
|
|
285
|
-
return d = a, (...c) => d(
|
|
286
|
-
},
|
|
287
|
-
const t = (r) => r[e] ||
|
|
285
|
+
return d = a, (...c) => d(eo(...c));
|
|
286
|
+
}, ro = [], b = (e) => {
|
|
287
|
+
const t = (r) => r[e] || ro;
|
|
288
288
|
return t.isThemeGetter = !0, t;
|
|
289
|
-
},
|
|
289
|
+
}, Se = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Re = /^\((?:(\w[\w-]*):)?(.+)\)$/i, to = /^\d+\/\d+$/, so = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, no = /\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$/, ao = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, io = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, lo = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, E = (e) => to.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), R = (e) => !!e && Number.isInteger(Number(e)), te = (e) => e.endsWith("%") && p(e.slice(0, -1)), S = (e) => so.test(e), co = () => !0, mo = (e) => (
|
|
290
290
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
291
291
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
292
292
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
293
|
-
|
|
294
|
-
),
|
|
295
|
-
const o =
|
|
293
|
+
no.test(e) && !ao.test(e)
|
|
294
|
+
), Ie = () => !1, po = (e) => io.test(e), uo = (e) => lo.test(e), fo = (e) => !s(e) && !n(e), bo = (e) => V(e, Ge, Ie), s = (e) => Se.test(e), N = (e) => V(e, Te, mo), se = (e) => V(e, ko, p), we = (e) => V(e, Me, Ie), go = (e) => V(e, Pe, uo), K = (e) => V(e, Ne, po), n = (e) => Re.test(e), W = (e) => F(e, Te), ho = (e) => F(e, yo), ke = (e) => F(e, Me), xo = (e) => F(e, Ge), wo = (e) => F(e, Pe), Q = (e) => F(e, Ne, !0), V = (e, t, r) => {
|
|
295
|
+
const o = Se.exec(e);
|
|
296
296
|
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
297
297
|
}, F = (e, t, r = !1) => {
|
|
298
|
-
const o =
|
|
298
|
+
const o = Re.exec(e);
|
|
299
299
|
return o ? o[1] ? t(o[1]) : r : !1;
|
|
300
|
-
},
|
|
301
|
-
const e = b("color"), t = b("font"), r = b("text"), o = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), f = b("radius"), h = b("shadow"), y = b("inset-shadow"), z = b("text-shadow"), I = b("drop-shadow"), M = b("blur"), v = b("perspective"), w = b("aspect"), P = b("ease"),
|
|
300
|
+
}, Me = (e) => e === "position" || e === "percentage", Pe = (e) => e === "image" || e === "url", Ge = (e) => e === "length" || e === "size" || e === "bg-size", Te = (e) => e === "length", ko = (e) => e === "number", yo = (e) => e === "family-name", Ne = (e) => e === "shadow", vo = () => {
|
|
301
|
+
const e = b("color"), t = b("font"), r = b("text"), o = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), f = b("radius"), h = b("shadow"), y = b("inset-shadow"), z = b("text-shadow"), I = b("drop-shadow"), M = b("blur"), v = b("perspective"), w = b("aspect"), P = b("ease"), U = b("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
|
|
302
302
|
"center",
|
|
303
303
|
"top",
|
|
304
304
|
"bottom",
|
|
@@ -316,15 +316,15 @@ const Ne = (e, t) => {
|
|
|
316
316
|
"bottom-left",
|
|
317
317
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
318
318
|
"left-bottom"
|
|
319
|
-
], O = () => [...
|
|
319
|
+
], O = () => [...j(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], m = () => [n, s, c], C = () => [E, "full", "auto", ...m()], ie = () => [R, "none", "subgrid", n, s], le = () => ["auto", {
|
|
320
320
|
span: ["full", R, n, s]
|
|
321
|
-
}, R, n, s],
|
|
321
|
+
}, R, n, s], D = () => [R, "auto", n, s], ce = () => ["auto", "min", "max", "fr", n, s], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...m()], T = () => [E, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, n, s], de = () => [...j(), ke, we, {
|
|
322
322
|
position: [n, s]
|
|
323
|
-
}],
|
|
323
|
+
}], me = () => ["no-repeat", {
|
|
324
324
|
repeat: ["", "x", "y", "space", "round"]
|
|
325
|
-
}],
|
|
325
|
+
}], pe = () => ["auto", "cover", "contain", xo, bo, {
|
|
326
326
|
size: [n, s]
|
|
327
|
-
}],
|
|
327
|
+
}], oe = () => [te, W, N], x = () => [
|
|
328
328
|
// Deprecated since Tailwind CSS v4.0.0
|
|
329
329
|
"",
|
|
330
330
|
"none",
|
|
@@ -332,14 +332,14 @@ const Ne = (e, t) => {
|
|
|
332
332
|
f,
|
|
333
333
|
n,
|
|
334
334
|
s
|
|
335
|
-
], k = () => ["", p, W,
|
|
335
|
+
], k = () => ["", p, W, N], Y = () => ["solid", "dashed", "dotted", "double"], ue = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, te, ke, we], fe = () => [
|
|
336
336
|
// Deprecated since Tailwind CSS v4.0.0
|
|
337
337
|
"",
|
|
338
338
|
"none",
|
|
339
339
|
M,
|
|
340
340
|
n,
|
|
341
341
|
s
|
|
342
|
-
],
|
|
342
|
+
], q = () => ["none", p, n, s], X = () => ["none", p, n, s], re = () => [p, n, s], J = () => [E, "full", ...m()];
|
|
343
343
|
return {
|
|
344
344
|
cacheSize: 500,
|
|
345
345
|
theme: {
|
|
@@ -347,11 +347,11 @@ const Ne = (e, t) => {
|
|
|
347
347
|
aspect: ["video"],
|
|
348
348
|
blur: [S],
|
|
349
349
|
breakpoint: [S],
|
|
350
|
-
color: [
|
|
350
|
+
color: [co],
|
|
351
351
|
container: [S],
|
|
352
352
|
"drop-shadow": [S],
|
|
353
353
|
ease: ["in", "out", "in-out"],
|
|
354
|
-
font: [
|
|
354
|
+
font: [fo],
|
|
355
355
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
356
356
|
"inset-shadow": [S],
|
|
357
357
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
@@ -644,56 +644,56 @@ const Ne = (e, t) => {
|
|
|
644
644
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
645
645
|
*/
|
|
646
646
|
"grid-cols": [{
|
|
647
|
-
"grid-cols":
|
|
647
|
+
"grid-cols": ie()
|
|
648
648
|
}],
|
|
649
649
|
/**
|
|
650
650
|
* Grid Column Start / End
|
|
651
651
|
* @see https://tailwindcss.com/docs/grid-column
|
|
652
652
|
*/
|
|
653
653
|
"col-start-end": [{
|
|
654
|
-
col:
|
|
654
|
+
col: le()
|
|
655
655
|
}],
|
|
656
656
|
/**
|
|
657
657
|
* Grid Column Start
|
|
658
658
|
* @see https://tailwindcss.com/docs/grid-column
|
|
659
659
|
*/
|
|
660
660
|
"col-start": [{
|
|
661
|
-
"col-start":
|
|
661
|
+
"col-start": D()
|
|
662
662
|
}],
|
|
663
663
|
/**
|
|
664
664
|
* Grid Column End
|
|
665
665
|
* @see https://tailwindcss.com/docs/grid-column
|
|
666
666
|
*/
|
|
667
667
|
"col-end": [{
|
|
668
|
-
"col-end":
|
|
668
|
+
"col-end": D()
|
|
669
669
|
}],
|
|
670
670
|
/**
|
|
671
671
|
* Grid Template Rows
|
|
672
672
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
673
673
|
*/
|
|
674
674
|
"grid-rows": [{
|
|
675
|
-
"grid-rows":
|
|
675
|
+
"grid-rows": ie()
|
|
676
676
|
}],
|
|
677
677
|
/**
|
|
678
678
|
* Grid Row Start / End
|
|
679
679
|
* @see https://tailwindcss.com/docs/grid-row
|
|
680
680
|
*/
|
|
681
681
|
"row-start-end": [{
|
|
682
|
-
row:
|
|
682
|
+
row: le()
|
|
683
683
|
}],
|
|
684
684
|
/**
|
|
685
685
|
* Grid Row Start
|
|
686
686
|
* @see https://tailwindcss.com/docs/grid-row
|
|
687
687
|
*/
|
|
688
688
|
"row-start": [{
|
|
689
|
-
"row-start":
|
|
689
|
+
"row-start": D()
|
|
690
690
|
}],
|
|
691
691
|
/**
|
|
692
692
|
* Grid Row End
|
|
693
693
|
* @see https://tailwindcss.com/docs/grid-row
|
|
694
694
|
*/
|
|
695
695
|
"row-end": [{
|
|
696
|
-
"row-end":
|
|
696
|
+
"row-end": D()
|
|
697
697
|
}],
|
|
698
698
|
/**
|
|
699
699
|
* Grid Auto Flow
|
|
@@ -707,14 +707,14 @@ const Ne = (e, t) => {
|
|
|
707
707
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
708
708
|
*/
|
|
709
709
|
"auto-cols": [{
|
|
710
|
-
"auto-cols":
|
|
710
|
+
"auto-cols": ce()
|
|
711
711
|
}],
|
|
712
712
|
/**
|
|
713
713
|
* Grid Auto Rows
|
|
714
714
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
715
715
|
*/
|
|
716
716
|
"auto-rows": [{
|
|
717
|
-
"auto-rows":
|
|
717
|
+
"auto-rows": ce()
|
|
718
718
|
}],
|
|
719
719
|
/**
|
|
720
720
|
* Gap
|
|
@@ -742,7 +742,7 @@ const Ne = (e, t) => {
|
|
|
742
742
|
* @see https://tailwindcss.com/docs/justify-content
|
|
743
743
|
*/
|
|
744
744
|
"justify-content": [{
|
|
745
|
-
justify: [...
|
|
745
|
+
justify: [...ee(), "normal"]
|
|
746
746
|
}],
|
|
747
747
|
/**
|
|
748
748
|
* Justify Items
|
|
@@ -763,7 +763,7 @@ const Ne = (e, t) => {
|
|
|
763
763
|
* @see https://tailwindcss.com/docs/align-content
|
|
764
764
|
*/
|
|
765
765
|
"align-content": [{
|
|
766
|
-
content: ["normal", ...
|
|
766
|
+
content: ["normal", ...ee()]
|
|
767
767
|
}],
|
|
768
768
|
/**
|
|
769
769
|
* Align Items
|
|
@@ -788,7 +788,7 @@ const Ne = (e, t) => {
|
|
|
788
788
|
* @see https://tailwindcss.com/docs/place-content
|
|
789
789
|
*/
|
|
790
790
|
"place-content": [{
|
|
791
|
-
"place-content":
|
|
791
|
+
"place-content": ee()
|
|
792
792
|
}],
|
|
793
793
|
/**
|
|
794
794
|
* Place Items
|
|
@@ -1032,7 +1032,7 @@ const Ne = (e, t) => {
|
|
|
1032
1032
|
* @see https://tailwindcss.com/docs/font-size
|
|
1033
1033
|
*/
|
|
1034
1034
|
"font-size": [{
|
|
1035
|
-
text: ["base", r, W,
|
|
1035
|
+
text: ["base", r, W, N]
|
|
1036
1036
|
}],
|
|
1037
1037
|
/**
|
|
1038
1038
|
* Font Smoothing
|
|
@@ -1049,21 +1049,21 @@ const Ne = (e, t) => {
|
|
|
1049
1049
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1050
1050
|
*/
|
|
1051
1051
|
"font-weight": [{
|
|
1052
|
-
font: [o, n,
|
|
1052
|
+
font: [o, n, se]
|
|
1053
1053
|
}],
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Font Stretch
|
|
1056
1056
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1057
1057
|
*/
|
|
1058
1058
|
"font-stretch": [{
|
|
1059
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1059
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", te, s]
|
|
1060
1060
|
}],
|
|
1061
1061
|
/**
|
|
1062
1062
|
* Font Family
|
|
1063
1063
|
* @see https://tailwindcss.com/docs/font-family
|
|
1064
1064
|
*/
|
|
1065
1065
|
"font-family": [{
|
|
1066
|
-
font: [
|
|
1066
|
+
font: [ho, s, t]
|
|
1067
1067
|
}],
|
|
1068
1068
|
/**
|
|
1069
1069
|
* Font Variant Numeric
|
|
@@ -1107,7 +1107,7 @@ const Ne = (e, t) => {
|
|
|
1107
1107
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1108
1108
|
*/
|
|
1109
1109
|
"line-clamp": [{
|
|
1110
|
-
"line-clamp": [p, "none", n,
|
|
1110
|
+
"line-clamp": [p, "none", n, se]
|
|
1111
1111
|
}],
|
|
1112
1112
|
/**
|
|
1113
1113
|
* Line Height
|
|
@@ -1173,14 +1173,14 @@ const Ne = (e, t) => {
|
|
|
1173
1173
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1174
1174
|
*/
|
|
1175
1175
|
"text-decoration-style": [{
|
|
1176
|
-
decoration: [...
|
|
1176
|
+
decoration: [...Y(), "wavy"]
|
|
1177
1177
|
}],
|
|
1178
1178
|
/**
|
|
1179
1179
|
* Text Decoration Thickness
|
|
1180
1180
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1181
1181
|
*/
|
|
1182
1182
|
"text-decoration-thickness": [{
|
|
1183
|
-
decoration: [p, "from-font", "auto", n,
|
|
1183
|
+
decoration: [p, "from-font", "auto", n, N]
|
|
1184
1184
|
}],
|
|
1185
1185
|
/**
|
|
1186
1186
|
* Text Decoration Color
|
|
@@ -1291,21 +1291,21 @@ const Ne = (e, t) => {
|
|
|
1291
1291
|
* @see https://tailwindcss.com/docs/background-position
|
|
1292
1292
|
*/
|
|
1293
1293
|
"bg-position": [{
|
|
1294
|
-
bg:
|
|
1294
|
+
bg: de()
|
|
1295
1295
|
}],
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Background Repeat
|
|
1298
1298
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1299
1299
|
*/
|
|
1300
1300
|
"bg-repeat": [{
|
|
1301
|
-
bg:
|
|
1301
|
+
bg: me()
|
|
1302
1302
|
}],
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Background Size
|
|
1305
1305
|
* @see https://tailwindcss.com/docs/background-size
|
|
1306
1306
|
*/
|
|
1307
1307
|
"bg-size": [{
|
|
1308
|
-
bg:
|
|
1308
|
+
bg: pe()
|
|
1309
1309
|
}],
|
|
1310
1310
|
/**
|
|
1311
1311
|
* Background Image
|
|
@@ -1318,7 +1318,7 @@ const Ne = (e, t) => {
|
|
|
1318
1318
|
}, R, n, s],
|
|
1319
1319
|
radial: ["", n, s],
|
|
1320
1320
|
conic: [R, n, s]
|
|
1321
|
-
},
|
|
1321
|
+
}, wo, go]
|
|
1322
1322
|
}],
|
|
1323
1323
|
/**
|
|
1324
1324
|
* Background Color
|
|
@@ -1332,21 +1332,21 @@ const Ne = (e, t) => {
|
|
|
1332
1332
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1333
1333
|
*/
|
|
1334
1334
|
"gradient-from-pos": [{
|
|
1335
|
-
from:
|
|
1335
|
+
from: oe()
|
|
1336
1336
|
}],
|
|
1337
1337
|
/**
|
|
1338
1338
|
* Gradient Color Stops Via Position
|
|
1339
1339
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1340
1340
|
*/
|
|
1341
1341
|
"gradient-via-pos": [{
|
|
1342
|
-
via:
|
|
1342
|
+
via: oe()
|
|
1343
1343
|
}],
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Gradient Color Stops To Position
|
|
1346
1346
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1347
1347
|
*/
|
|
1348
1348
|
"gradient-to-pos": [{
|
|
1349
|
-
to:
|
|
1349
|
+
to: oe()
|
|
1350
1350
|
}],
|
|
1351
1351
|
/**
|
|
1352
1352
|
* Gradient Color Stops From
|
|
@@ -1569,14 +1569,14 @@ const Ne = (e, t) => {
|
|
|
1569
1569
|
* @see https://tailwindcss.com/docs/border-style
|
|
1570
1570
|
*/
|
|
1571
1571
|
"border-style": [{
|
|
1572
|
-
border: [...
|
|
1572
|
+
border: [...Y(), "hidden", "none"]
|
|
1573
1573
|
}],
|
|
1574
1574
|
/**
|
|
1575
1575
|
* Divide Style
|
|
1576
1576
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1577
1577
|
*/
|
|
1578
1578
|
"divide-style": [{
|
|
1579
|
-
divide: [...
|
|
1579
|
+
divide: [...Y(), "hidden", "none"]
|
|
1580
1580
|
}],
|
|
1581
1581
|
/**
|
|
1582
1582
|
* Border Color
|
|
@@ -1653,7 +1653,7 @@ const Ne = (e, t) => {
|
|
|
1653
1653
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1654
1654
|
*/
|
|
1655
1655
|
"outline-style": [{
|
|
1656
|
-
outline: [...
|
|
1656
|
+
outline: [...Y(), "none", "hidden"]
|
|
1657
1657
|
}],
|
|
1658
1658
|
/**
|
|
1659
1659
|
* Outline Offset
|
|
@@ -1667,7 +1667,7 @@ const Ne = (e, t) => {
|
|
|
1667
1667
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1668
1668
|
*/
|
|
1669
1669
|
"outline-w": [{
|
|
1670
|
-
outline: ["", p, W,
|
|
1670
|
+
outline: ["", p, W, N]
|
|
1671
1671
|
}],
|
|
1672
1672
|
/**
|
|
1673
1673
|
* Outline Color
|
|
@@ -1689,8 +1689,8 @@ const Ne = (e, t) => {
|
|
|
1689
1689
|
"",
|
|
1690
1690
|
"none",
|
|
1691
1691
|
h,
|
|
1692
|
-
|
|
1693
|
-
|
|
1692
|
+
Q,
|
|
1693
|
+
K
|
|
1694
1694
|
]
|
|
1695
1695
|
}],
|
|
1696
1696
|
/**
|
|
@@ -1705,7 +1705,7 @@ const Ne = (e, t) => {
|
|
|
1705
1705
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1706
1706
|
*/
|
|
1707
1707
|
"inset-shadow": [{
|
|
1708
|
-
"inset-shadow": ["none", y,
|
|
1708
|
+
"inset-shadow": ["none", y, Q, K]
|
|
1709
1709
|
}],
|
|
1710
1710
|
/**
|
|
1711
1711
|
* Inset Box Shadow Color
|
|
@@ -1742,7 +1742,7 @@ const Ne = (e, t) => {
|
|
|
1742
1742
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1743
1743
|
*/
|
|
1744
1744
|
"ring-offset-w": [{
|
|
1745
|
-
"ring-offset": [p,
|
|
1745
|
+
"ring-offset": [p, N]
|
|
1746
1746
|
}],
|
|
1747
1747
|
/**
|
|
1748
1748
|
* Ring Offset Color
|
|
@@ -1772,7 +1772,7 @@ const Ne = (e, t) => {
|
|
|
1772
1772
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1773
1773
|
*/
|
|
1774
1774
|
"text-shadow": [{
|
|
1775
|
-
"text-shadow": ["none", z,
|
|
1775
|
+
"text-shadow": ["none", z, Q, K]
|
|
1776
1776
|
}],
|
|
1777
1777
|
/**
|
|
1778
1778
|
* Text Shadow Color
|
|
@@ -1793,14 +1793,14 @@ const Ne = (e, t) => {
|
|
|
1793
1793
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1794
1794
|
*/
|
|
1795
1795
|
"mix-blend": [{
|
|
1796
|
-
"mix-blend": [...
|
|
1796
|
+
"mix-blend": [...ue(), "plus-darker", "plus-lighter"]
|
|
1797
1797
|
}],
|
|
1798
1798
|
/**
|
|
1799
1799
|
* Background Blend Mode
|
|
1800
1800
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1801
1801
|
*/
|
|
1802
1802
|
"bg-blend": [{
|
|
1803
|
-
"bg-blend":
|
|
1803
|
+
"bg-blend": ue()
|
|
1804
1804
|
}],
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Mask Clip
|
|
@@ -1932,7 +1932,7 @@ const Ne = (e, t) => {
|
|
|
1932
1932
|
}]
|
|
1933
1933
|
}],
|
|
1934
1934
|
"mask-image-radial-pos": [{
|
|
1935
|
-
"mask-radial-at":
|
|
1935
|
+
"mask-radial-at": j()
|
|
1936
1936
|
}],
|
|
1937
1937
|
"mask-image-conic-pos": [{
|
|
1938
1938
|
"mask-conic": [p]
|
|
@@ -1968,21 +1968,21 @@ const Ne = (e, t) => {
|
|
|
1968
1968
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1969
1969
|
*/
|
|
1970
1970
|
"mask-position": [{
|
|
1971
|
-
mask:
|
|
1971
|
+
mask: de()
|
|
1972
1972
|
}],
|
|
1973
1973
|
/**
|
|
1974
1974
|
* Mask Repeat
|
|
1975
1975
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1976
1976
|
*/
|
|
1977
1977
|
"mask-repeat": [{
|
|
1978
|
-
mask:
|
|
1978
|
+
mask: me()
|
|
1979
1979
|
}],
|
|
1980
1980
|
/**
|
|
1981
1981
|
* Mask Size
|
|
1982
1982
|
* @see https://tailwindcss.com/docs/mask-size
|
|
1983
1983
|
*/
|
|
1984
1984
|
"mask-size": [{
|
|
1985
|
-
mask:
|
|
1985
|
+
mask: pe()
|
|
1986
1986
|
}],
|
|
1987
1987
|
/**
|
|
1988
1988
|
* Mask Type
|
|
@@ -2019,7 +2019,7 @@ const Ne = (e, t) => {
|
|
|
2019
2019
|
* @see https://tailwindcss.com/docs/blur
|
|
2020
2020
|
*/
|
|
2021
2021
|
blur: [{
|
|
2022
|
-
blur:
|
|
2022
|
+
blur: fe()
|
|
2023
2023
|
}],
|
|
2024
2024
|
/**
|
|
2025
2025
|
* Brightness
|
|
@@ -2045,8 +2045,8 @@ const Ne = (e, t) => {
|
|
|
2045
2045
|
"",
|
|
2046
2046
|
"none",
|
|
2047
2047
|
I,
|
|
2048
|
-
|
|
2049
|
-
|
|
2048
|
+
Q,
|
|
2049
|
+
K
|
|
2050
2050
|
]
|
|
2051
2051
|
}],
|
|
2052
2052
|
/**
|
|
@@ -2109,7 +2109,7 @@ const Ne = (e, t) => {
|
|
|
2109
2109
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2110
2110
|
*/
|
|
2111
2111
|
"backdrop-blur": [{
|
|
2112
|
-
"backdrop-blur":
|
|
2112
|
+
"backdrop-blur": fe()
|
|
2113
2113
|
}],
|
|
2114
2114
|
/**
|
|
2115
2115
|
* Backdrop Brightness
|
|
@@ -2255,7 +2255,7 @@ const Ne = (e, t) => {
|
|
|
2255
2255
|
* @see https://tailwindcss.com/docs/animation
|
|
2256
2256
|
*/
|
|
2257
2257
|
animate: [{
|
|
2258
|
-
animate: ["none",
|
|
2258
|
+
animate: ["none", U, n, s]
|
|
2259
2259
|
}],
|
|
2260
2260
|
// ------------------
|
|
2261
2261
|
// --- Transforms ---
|
|
@@ -2286,56 +2286,56 @@ const Ne = (e, t) => {
|
|
|
2286
2286
|
* @see https://tailwindcss.com/docs/rotate
|
|
2287
2287
|
*/
|
|
2288
2288
|
rotate: [{
|
|
2289
|
-
rotate:
|
|
2289
|
+
rotate: q()
|
|
2290
2290
|
}],
|
|
2291
2291
|
/**
|
|
2292
2292
|
* Rotate X
|
|
2293
2293
|
* @see https://tailwindcss.com/docs/rotate
|
|
2294
2294
|
*/
|
|
2295
2295
|
"rotate-x": [{
|
|
2296
|
-
"rotate-x":
|
|
2296
|
+
"rotate-x": q()
|
|
2297
2297
|
}],
|
|
2298
2298
|
/**
|
|
2299
2299
|
* Rotate Y
|
|
2300
2300
|
* @see https://tailwindcss.com/docs/rotate
|
|
2301
2301
|
*/
|
|
2302
2302
|
"rotate-y": [{
|
|
2303
|
-
"rotate-y":
|
|
2303
|
+
"rotate-y": q()
|
|
2304
2304
|
}],
|
|
2305
2305
|
/**
|
|
2306
2306
|
* Rotate Z
|
|
2307
2307
|
* @see https://tailwindcss.com/docs/rotate
|
|
2308
2308
|
*/
|
|
2309
2309
|
"rotate-z": [{
|
|
2310
|
-
"rotate-z":
|
|
2310
|
+
"rotate-z": q()
|
|
2311
2311
|
}],
|
|
2312
2312
|
/**
|
|
2313
2313
|
* Scale
|
|
2314
2314
|
* @see https://tailwindcss.com/docs/scale
|
|
2315
2315
|
*/
|
|
2316
2316
|
scale: [{
|
|
2317
|
-
scale:
|
|
2317
|
+
scale: X()
|
|
2318
2318
|
}],
|
|
2319
2319
|
/**
|
|
2320
2320
|
* Scale X
|
|
2321
2321
|
* @see https://tailwindcss.com/docs/scale
|
|
2322
2322
|
*/
|
|
2323
2323
|
"scale-x": [{
|
|
2324
|
-
"scale-x":
|
|
2324
|
+
"scale-x": X()
|
|
2325
2325
|
}],
|
|
2326
2326
|
/**
|
|
2327
2327
|
* Scale Y
|
|
2328
2328
|
* @see https://tailwindcss.com/docs/scale
|
|
2329
2329
|
*/
|
|
2330
2330
|
"scale-y": [{
|
|
2331
|
-
"scale-y":
|
|
2331
|
+
"scale-y": X()
|
|
2332
2332
|
}],
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Scale Z
|
|
2335
2335
|
* @see https://tailwindcss.com/docs/scale
|
|
2336
2336
|
*/
|
|
2337
2337
|
"scale-z": [{
|
|
2338
|
-
"scale-z":
|
|
2338
|
+
"scale-z": X()
|
|
2339
2339
|
}],
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Scale 3D
|
|
@@ -2347,21 +2347,21 @@ const Ne = (e, t) => {
|
|
|
2347
2347
|
* @see https://tailwindcss.com/docs/skew
|
|
2348
2348
|
*/
|
|
2349
2349
|
skew: [{
|
|
2350
|
-
skew:
|
|
2350
|
+
skew: re()
|
|
2351
2351
|
}],
|
|
2352
2352
|
/**
|
|
2353
2353
|
* Skew X
|
|
2354
2354
|
* @see https://tailwindcss.com/docs/skew
|
|
2355
2355
|
*/
|
|
2356
2356
|
"skew-x": [{
|
|
2357
|
-
"skew-x":
|
|
2357
|
+
"skew-x": re()
|
|
2358
2358
|
}],
|
|
2359
2359
|
/**
|
|
2360
2360
|
* Skew Y
|
|
2361
2361
|
* @see https://tailwindcss.com/docs/skew
|
|
2362
2362
|
*/
|
|
2363
2363
|
"skew-y": [{
|
|
2364
|
-
"skew-y":
|
|
2364
|
+
"skew-y": re()
|
|
2365
2365
|
}],
|
|
2366
2366
|
/**
|
|
2367
2367
|
* Transform
|
|
@@ -2389,28 +2389,28 @@ const Ne = (e, t) => {
|
|
|
2389
2389
|
* @see https://tailwindcss.com/docs/translate
|
|
2390
2390
|
*/
|
|
2391
2391
|
translate: [{
|
|
2392
|
-
translate:
|
|
2392
|
+
translate: J()
|
|
2393
2393
|
}],
|
|
2394
2394
|
/**
|
|
2395
2395
|
* Translate X
|
|
2396
2396
|
* @see https://tailwindcss.com/docs/translate
|
|
2397
2397
|
*/
|
|
2398
2398
|
"translate-x": [{
|
|
2399
|
-
"translate-x":
|
|
2399
|
+
"translate-x": J()
|
|
2400
2400
|
}],
|
|
2401
2401
|
/**
|
|
2402
2402
|
* Translate Y
|
|
2403
2403
|
* @see https://tailwindcss.com/docs/translate
|
|
2404
2404
|
*/
|
|
2405
2405
|
"translate-y": [{
|
|
2406
|
-
"translate-y":
|
|
2406
|
+
"translate-y": J()
|
|
2407
2407
|
}],
|
|
2408
2408
|
/**
|
|
2409
2409
|
* Translate Z
|
|
2410
2410
|
* @see https://tailwindcss.com/docs/translate
|
|
2411
2411
|
*/
|
|
2412
2412
|
"translate-z": [{
|
|
2413
|
-
"translate-z":
|
|
2413
|
+
"translate-z": J()
|
|
2414
2414
|
}],
|
|
2415
2415
|
/**
|
|
2416
2416
|
* Translate None
|
|
@@ -2692,7 +2692,7 @@ const Ne = (e, t) => {
|
|
|
2692
2692
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2693
2693
|
*/
|
|
2694
2694
|
"stroke-w": [{
|
|
2695
|
-
stroke: [p, W,
|
|
2695
|
+
stroke: [p, W, N, se]
|
|
2696
2696
|
}],
|
|
2697
2697
|
/**
|
|
2698
2698
|
* Stroke
|
|
@@ -2767,23 +2767,22 @@ const Ne = (e, t) => {
|
|
|
2767
2767
|
},
|
|
2768
2768
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2769
2769
|
};
|
|
2770
|
-
},
|
|
2770
|
+
}, $ = /* @__PURE__ */ oo(vo);
|
|
2771
2771
|
function Co(...e) {
|
|
2772
|
-
return
|
|
2772
|
+
return $(je(e));
|
|
2773
2773
|
}
|
|
2774
2774
|
function Ao({ title: e, description: t, icon: r, className: o, button: i, textarea: d, ...a }) {
|
|
2775
2775
|
const u = {
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
md: "font-medium"
|
|
2776
|
+
md: "font-medium text-sm font-inter",
|
|
2777
|
+
lg: "font-extrabold text-3xl leading-relaxed text-typography-title"
|
|
2779
2778
|
};
|
|
2780
|
-
return /* @__PURE__ */
|
|
2781
|
-
|
|
2782
|
-
/* @__PURE__ */
|
|
2783
|
-
e && /* @__PURE__ */
|
|
2784
|
-
a.header && /* @__PURE__ */
|
|
2785
|
-
|
|
2786
|
-
|
|
2779
|
+
return /* @__PURE__ */ be("div", { className: "flex flex-row", children: [
|
|
2780
|
+
r && /* @__PURE__ */ H("div", { className: $("p-3 text-primary-base", o), children: r }),
|
|
2781
|
+
/* @__PURE__ */ be("div", { className: "flex flex-col", children: [
|
|
2782
|
+
e && /* @__PURE__ */ H("h2", { className: $(u.lg), children: e }),
|
|
2783
|
+
a.header && /* @__PURE__ */ H("h4", { className: $("", u.md), children: a.header }),
|
|
2784
|
+
t && /* @__PURE__ */ H("p", { className: $("text-sm font-inter text-typography-body ml-1", u.md), children: t })
|
|
2785
|
+
] })
|
|
2787
2786
|
] });
|
|
2788
2787
|
}
|
|
2789
2788
|
export {
|