next-ui-lib 0.1.14 → 0.1.15
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/components/card/card.d.ts +2 -1
- package/dist/components/card/card.d.ts.map +1 -1
- package/dist/components/card/card.stories.d.ts +2 -1
- package/dist/components/card/card.stories.d.ts.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/ui.cjs.js +2 -2
- package/dist/ui.es.js +170 -169
- package/dist/ui.umd.js +2 -2
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as f, jsxs as H } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as L from "react";
|
|
3
3
|
import { useState as Ve } from "react";
|
|
4
4
|
const Ce = {
|
|
5
5
|
lightBlue: {
|
|
@@ -22,7 +22,7 @@ const Ce = {
|
|
|
22
22
|
variant: n = "primary",
|
|
23
23
|
customClass: c = ""
|
|
24
24
|
}) => {
|
|
25
|
-
const
|
|
25
|
+
const l = {
|
|
26
26
|
small: "px-2 py-1 text-xs rounded-lg",
|
|
27
27
|
medium: "px-3 py-1 text-base rounded-xl",
|
|
28
28
|
large: "px-8 py-3 text-2xl rounded-2xl",
|
|
@@ -31,7 +31,7 @@ const Ce = {
|
|
|
31
31
|
return /* @__PURE__ */ f(
|
|
32
32
|
"button",
|
|
33
33
|
{
|
|
34
|
-
className: `relative flex items-center justify-center cursor-pointer transition duration-150 ease-in-out whitespace-nowrap active:translate-y-[4px] ${
|
|
34
|
+
className: `relative flex items-center justify-center cursor-pointer transition duration-150 ease-in-out whitespace-nowrap active:translate-y-[4px] ${l[o]} ${c}`,
|
|
35
35
|
style: {
|
|
36
36
|
backgroundColor: n == "primary" ? u.primary.value : u.secondary.value,
|
|
37
37
|
boxShadow: `0 ${o === "large" ? "6px" : "4px"} 0 ${n == "primary" ? u.primary.dark : u.secondary.dark}`,
|
|
@@ -67,13 +67,13 @@ const ce = "-", _e = (e) => {
|
|
|
67
67
|
conflictingClassGroupModifiers: o
|
|
68
68
|
} = e;
|
|
69
69
|
return {
|
|
70
|
-
getClassGroupId: (
|
|
71
|
-
const u =
|
|
72
|
-
return u[0] === "" && u.length !== 1 && u.shift(), Se(u, t) || De(
|
|
70
|
+
getClassGroupId: (l) => {
|
|
71
|
+
const u = l.split(ce);
|
|
72
|
+
return u[0] === "" && u.length !== 1 && u.shift(), Se(u, t) || De(l);
|
|
73
73
|
},
|
|
74
|
-
getConflictingClassGroupIds: (
|
|
75
|
-
const m = r[
|
|
76
|
-
return u && o[
|
|
74
|
+
getConflictingClassGroupIds: (l, u) => {
|
|
75
|
+
const m = r[l] || [];
|
|
76
|
+
return u && o[l] ? [...m, ...o[l]] : m;
|
|
77
77
|
}
|
|
78
78
|
};
|
|
79
79
|
}, Se = (e, t) => {
|
|
@@ -86,8 +86,8 @@ const ce = "-", _e = (e) => {
|
|
|
86
86
|
return;
|
|
87
87
|
const c = e.join(ce);
|
|
88
88
|
return t.validators.find(({
|
|
89
|
-
validator:
|
|
90
|
-
}) =>
|
|
89
|
+
validator: l
|
|
90
|
+
}) => l(c))?.classGroupId;
|
|
91
91
|
}, ye = /^\[(.+)\]$/, De = (e) => {
|
|
92
92
|
if (ye.test(e)) {
|
|
93
93
|
const t = ye.exec(e)[1], r = t?.substring(0, t.indexOf(":"));
|
|
@@ -123,8 +123,8 @@ const ce = "-", _e = (e) => {
|
|
|
123
123
|
});
|
|
124
124
|
return;
|
|
125
125
|
}
|
|
126
|
-
Object.entries(n).forEach(([c,
|
|
127
|
-
ne(
|
|
126
|
+
Object.entries(n).forEach(([c, l]) => {
|
|
127
|
+
ne(l, we(t, c), r, o);
|
|
128
128
|
});
|
|
129
129
|
});
|
|
130
130
|
}, we = (e, t) => {
|
|
@@ -144,58 +144,58 @@ const ce = "-", _e = (e) => {
|
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
147
|
-
const n = (c,
|
|
148
|
-
r.set(c,
|
|
147
|
+
const n = (c, l) => {
|
|
148
|
+
r.set(c, l), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
149
149
|
};
|
|
150
150
|
return {
|
|
151
151
|
get(c) {
|
|
152
|
-
let
|
|
153
|
-
if (
|
|
154
|
-
return
|
|
155
|
-
if ((
|
|
156
|
-
return n(c,
|
|
152
|
+
let l = r.get(c);
|
|
153
|
+
if (l !== void 0)
|
|
154
|
+
return l;
|
|
155
|
+
if ((l = o.get(c)) !== void 0)
|
|
156
|
+
return n(c, l), l;
|
|
157
157
|
},
|
|
158
|
-
set(c,
|
|
159
|
-
r.has(c) ? r.set(c,
|
|
158
|
+
set(c, l) {
|
|
159
|
+
r.has(c) ? r.set(c, l) : n(c, l);
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
|
-
},
|
|
162
|
+
}, le = "!", ie = ":", Je = ie.length, Xe = (e) => {
|
|
163
163
|
const {
|
|
164
164
|
prefix: t,
|
|
165
165
|
experimentalParseClassName: r
|
|
166
166
|
} = e;
|
|
167
167
|
let o = (n) => {
|
|
168
168
|
const c = [];
|
|
169
|
-
let
|
|
169
|
+
let l = 0, u = 0, m = 0, b;
|
|
170
170
|
for (let k = 0; k < n.length; k++) {
|
|
171
|
-
let
|
|
172
|
-
if (
|
|
173
|
-
if (
|
|
171
|
+
let C = n[k];
|
|
172
|
+
if (l === 0 && u === 0) {
|
|
173
|
+
if (C === ie) {
|
|
174
174
|
c.push(n.slice(m, k)), m = k + Je;
|
|
175
175
|
continue;
|
|
176
176
|
}
|
|
177
|
-
if (
|
|
177
|
+
if (C === "/") {
|
|
178
178
|
b = k;
|
|
179
179
|
continue;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
C === "[" ? l++ : C === "]" ? l-- : C === "(" ? u++ : C === ")" && u--;
|
|
183
183
|
}
|
|
184
|
-
const h = c.length === 0 ? n : n.substring(m),
|
|
184
|
+
const h = c.length === 0 ? n : n.substring(m), v = Ke(h), R = v !== h, N = b && b > m ? b - m : void 0;
|
|
185
185
|
return {
|
|
186
186
|
modifiers: c,
|
|
187
|
-
hasImportantModifier:
|
|
188
|
-
baseClassName:
|
|
189
|
-
maybePostfixModifierPosition:
|
|
187
|
+
hasImportantModifier: R,
|
|
188
|
+
baseClassName: v,
|
|
189
|
+
maybePostfixModifierPosition: N
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
if (t) {
|
|
193
|
-
const n = t +
|
|
194
|
-
o = (
|
|
193
|
+
const n = t + ie, c = o;
|
|
194
|
+
o = (l) => l.startsWith(n) ? c(l.substring(n.length)) : {
|
|
195
195
|
isExternal: !0,
|
|
196
196
|
modifiers: [],
|
|
197
197
|
hasImportantModifier: !1,
|
|
198
|
-
baseClassName:
|
|
198
|
+
baseClassName: l,
|
|
199
199
|
maybePostfixModifierPosition: void 0
|
|
200
200
|
};
|
|
201
201
|
}
|
|
@@ -207,15 +207,15 @@ const ce = "-", _e = (e) => {
|
|
|
207
207
|
});
|
|
208
208
|
}
|
|
209
209
|
return o;
|
|
210
|
-
}, Ke = (e) => e.endsWith(
|
|
210
|
+
}, Ke = (e) => e.endsWith(le) ? e.substring(0, e.length - 1) : e.startsWith(le) ? e.substring(1) : e, Qe = (e) => {
|
|
211
211
|
const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
212
212
|
return (o) => {
|
|
213
213
|
if (o.length <= 1)
|
|
214
214
|
return o;
|
|
215
215
|
const n = [];
|
|
216
216
|
let c = [];
|
|
217
|
-
return o.forEach((
|
|
218
|
-
|
|
217
|
+
return o.forEach((l) => {
|
|
218
|
+
l[0] === "[" || t[l] ? (n.push(...c.sort(), l), c = []) : c.push(l);
|
|
219
219
|
}), n.push(...c.sort()), n;
|
|
220
220
|
};
|
|
221
221
|
}, Ye = (e) => ({
|
|
@@ -229,40 +229,40 @@ const ce = "-", _e = (e) => {
|
|
|
229
229
|
getClassGroupId: o,
|
|
230
230
|
getConflictingClassGroupIds: n,
|
|
231
231
|
sortModifiers: c
|
|
232
|
-
} = t,
|
|
232
|
+
} = t, l = [], u = e.trim().split(Ze);
|
|
233
233
|
let m = "";
|
|
234
234
|
for (let b = u.length - 1; b >= 0; b -= 1) {
|
|
235
235
|
const h = u[b], {
|
|
236
|
-
isExternal:
|
|
237
|
-
modifiers:
|
|
238
|
-
hasImportantModifier:
|
|
236
|
+
isExternal: v,
|
|
237
|
+
modifiers: R,
|
|
238
|
+
hasImportantModifier: N,
|
|
239
239
|
baseClassName: k,
|
|
240
|
-
maybePostfixModifierPosition:
|
|
240
|
+
maybePostfixModifierPosition: C
|
|
241
241
|
} = r(h);
|
|
242
|
-
if (
|
|
242
|
+
if (v) {
|
|
243
243
|
m = h + (m.length > 0 ? " " + m : m);
|
|
244
244
|
continue;
|
|
245
245
|
}
|
|
246
|
-
let
|
|
247
|
-
if (!
|
|
248
|
-
if (!
|
|
246
|
+
let G = !!C, F = o(G ? k.substring(0, C) : k);
|
|
247
|
+
if (!F) {
|
|
248
|
+
if (!G) {
|
|
249
249
|
m = h + (m.length > 0 ? " " + m : m);
|
|
250
250
|
continue;
|
|
251
251
|
}
|
|
252
|
-
if (
|
|
252
|
+
if (F = o(k), !F) {
|
|
253
253
|
m = h + (m.length > 0 ? " " + m : m);
|
|
254
254
|
continue;
|
|
255
255
|
}
|
|
256
|
-
|
|
256
|
+
G = !1;
|
|
257
257
|
}
|
|
258
|
-
const q = c(
|
|
259
|
-
if (
|
|
258
|
+
const q = c(R).join(":"), _ = N ? q + le : q, E = _ + F;
|
|
259
|
+
if (l.includes(E))
|
|
260
260
|
continue;
|
|
261
|
-
|
|
262
|
-
const
|
|
263
|
-
for (let
|
|
264
|
-
const D =
|
|
265
|
-
|
|
261
|
+
l.push(E);
|
|
262
|
+
const B = n(F, G);
|
|
263
|
+
for (let I = 0; I < B.length; ++I) {
|
|
264
|
+
const D = B[I];
|
|
265
|
+
l.push(_ + D);
|
|
266
266
|
}
|
|
267
267
|
m = h + (m.length > 0 ? " " + m : m);
|
|
268
268
|
}
|
|
@@ -283,9 +283,9 @@ const Me = (e) => {
|
|
|
283
283
|
return r;
|
|
284
284
|
};
|
|
285
285
|
function or(e, ...t) {
|
|
286
|
-
let r, o, n, c =
|
|
287
|
-
function
|
|
288
|
-
const b = t.reduce((h,
|
|
286
|
+
let r, o, n, c = l;
|
|
287
|
+
function l(m) {
|
|
288
|
+
const b = t.reduce((h, v) => v(h), e());
|
|
289
289
|
return r = Ye(b), o = r.cache.get, n = r.cache.set, c = u, u(m);
|
|
290
290
|
}
|
|
291
291
|
function u(m) {
|
|
@@ -302,19 +302,19 @@ function or(e, ...t) {
|
|
|
302
302
|
const g = (e) => {
|
|
303
303
|
const t = (r) => r[e] || [];
|
|
304
304
|
return t.isThemeGetter = !0, t;
|
|
305
|
-
}, Ne = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ae = /^\((?:(\w[\w-]*):)?(.+)\)$/i, tr = /^\d+\/\d+$/, sr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ar = /\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$/, nr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,
|
|
305
|
+
}, Ne = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ae = /^\((?:(\w[\w-]*):)?(.+)\)$/i, tr = /^\d+\/\d+$/, sr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ar = /\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$/, nr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, lr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ir = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, j = (e) => tr.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), A = (e) => !!e && Number.isInteger(Number(e)), se = (e) => e.endsWith("%") && p(e.slice(0, -1)), M = (e) => sr.test(e), cr = () => !0, dr = (e) => (
|
|
306
306
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
307
307
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
308
308
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
309
309
|
ar.test(e) && !nr.test(e)
|
|
310
|
-
), Re = () => !1, mr = (e) =>
|
|
310
|
+
), Re = () => !1, mr = (e) => lr.test(e), pr = (e) => ir.test(e), ur = (e) => !s(e) && !a(e), fr = (e) => O(e, Pe, Re), s = (e) => Ne.test(e), T = (e) => O(e, Te, dr), ae = (e) => O(e, yr, p), ke = (e) => O(e, Fe, Re), gr = (e) => O(e, Ie, pr), Z = (e) => O(e, Ge, mr), a = (e) => Ae.test(e), U = (e) => V(e, Te), br = (e) => V(e, wr), ve = (e) => V(e, Fe), hr = (e) => V(e, Pe), xr = (e) => V(e, Ie), ee = (e) => V(e, Ge, !0), O = (e, t, r) => {
|
|
311
311
|
const o = Ne.exec(e);
|
|
312
312
|
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
313
|
-
},
|
|
313
|
+
}, V = (e, t, r = !1) => {
|
|
314
314
|
const o = Ae.exec(e);
|
|
315
315
|
return o ? o[1] ? t(o[1]) : r : !1;
|
|
316
316
|
}, Fe = (e) => e === "position" || e === "percentage", Ie = (e) => e === "image" || e === "url", Pe = (e) => e === "length" || e === "size" || e === "bg-size", Te = (e) => e === "length", yr = (e) => e === "number", wr = (e) => e === "family-name", Ge = (e) => e === "shadow", kr = () => {
|
|
317
|
-
const e = g("color"), t = g("font"), r = g("text"), o = g("font-weight"), n = g("tracking"), c = g("leading"),
|
|
317
|
+
const e = g("color"), t = g("font"), r = g("text"), o = g("font-weight"), n = g("tracking"), c = g("leading"), l = g("breakpoint"), u = g("container"), m = g("spacing"), b = g("radius"), h = g("shadow"), v = g("inset-shadow"), R = g("text-shadow"), N = g("drop-shadow"), k = g("blur"), C = g("perspective"), G = g("aspect"), F = g("ease"), q = g("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], E = () => [
|
|
318
318
|
"center",
|
|
319
319
|
"top",
|
|
320
320
|
"bottom",
|
|
@@ -332,15 +332,15 @@ const g = (e) => {
|
|
|
332
332
|
"bottom-left",
|
|
333
333
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
334
334
|
"left-bottom"
|
|
335
|
-
],
|
|
335
|
+
], B = () => [...E(), a, s], I = () => ["auto", "hidden", "clip", "visible", "scroll"], D = () => ["auto", "contain", "none"], d = () => [a, s, m], z = () => [j, "full", "auto", ...d()], de = () => [A, "none", "subgrid", a, s], me = () => ["auto", {
|
|
336
336
|
span: ["full", A, a, s]
|
|
337
|
-
}, A, a, s], J = () => [A, "auto", a, s], pe = () => ["auto", "min", "max", "fr", a, s], re = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"],
|
|
337
|
+
}, A, a, s], J = () => [A, "auto", a, s], pe = () => ["auto", "min", "max", "fr", a, s], re = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], $ = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], S = () => ["auto", ...d()], P = () => [j, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], i = () => [e, a, s], ue = () => [...E(), ve, ke, {
|
|
338
338
|
position: [a, s]
|
|
339
339
|
}], fe = () => ["no-repeat", {
|
|
340
340
|
repeat: ["", "x", "y", "space", "round"]
|
|
341
341
|
}], ge = () => ["auto", "cover", "contain", hr, fr, {
|
|
342
342
|
size: [a, s]
|
|
343
|
-
}], oe = () => [se, U,
|
|
343
|
+
}], oe = () => [se, U, T], y = () => [
|
|
344
344
|
// Deprecated since Tailwind CSS v4.0.0
|
|
345
345
|
"",
|
|
346
346
|
"none",
|
|
@@ -348,14 +348,14 @@ const g = (e) => {
|
|
|
348
348
|
b,
|
|
349
349
|
a,
|
|
350
350
|
s
|
|
351
|
-
], w = () => ["", p, U,
|
|
351
|
+
], w = () => ["", p, U, T], X = () => ["solid", "dashed", "dotted", "double"], be = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], x = () => [p, se, ve, ke], he = () => [
|
|
352
352
|
// Deprecated since Tailwind CSS v4.0.0
|
|
353
353
|
"",
|
|
354
354
|
"none",
|
|
355
355
|
k,
|
|
356
356
|
a,
|
|
357
357
|
s
|
|
358
|
-
], K = () => ["none", p, a, s], Q = () => ["none", p, a, s], te = () => [p, a, s], Y = () => [
|
|
358
|
+
], K = () => ["none", p, a, s], Q = () => ["none", p, a, s], te = () => [p, a, s], Y = () => [j, "full", ...d()];
|
|
359
359
|
return {
|
|
360
360
|
cacheSize: 500,
|
|
361
361
|
theme: {
|
|
@@ -388,7 +388,7 @@ const g = (e) => {
|
|
|
388
388
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
389
389
|
*/
|
|
390
390
|
aspect: [{
|
|
391
|
-
aspect: ["auto", "square",
|
|
391
|
+
aspect: ["auto", "square", j, s, a, G]
|
|
392
392
|
}],
|
|
393
393
|
/**
|
|
394
394
|
* Container
|
|
@@ -479,28 +479,28 @@ const g = (e) => {
|
|
|
479
479
|
* @see https://tailwindcss.com/docs/object-position
|
|
480
480
|
*/
|
|
481
481
|
"object-position": [{
|
|
482
|
-
object:
|
|
482
|
+
object: B()
|
|
483
483
|
}],
|
|
484
484
|
/**
|
|
485
485
|
* Overflow
|
|
486
486
|
* @see https://tailwindcss.com/docs/overflow
|
|
487
487
|
*/
|
|
488
488
|
overflow: [{
|
|
489
|
-
overflow:
|
|
489
|
+
overflow: I()
|
|
490
490
|
}],
|
|
491
491
|
/**
|
|
492
492
|
* Overflow X
|
|
493
493
|
* @see https://tailwindcss.com/docs/overflow
|
|
494
494
|
*/
|
|
495
495
|
"overflow-x": [{
|
|
496
|
-
"overflow-x":
|
|
496
|
+
"overflow-x": I()
|
|
497
497
|
}],
|
|
498
498
|
/**
|
|
499
499
|
* Overflow Y
|
|
500
500
|
* @see https://tailwindcss.com/docs/overflow
|
|
501
501
|
*/
|
|
502
502
|
"overflow-y": [{
|
|
503
|
-
"overflow-y":
|
|
503
|
+
"overflow-y": I()
|
|
504
504
|
}],
|
|
505
505
|
/**
|
|
506
506
|
* Overscroll Behavior
|
|
@@ -611,7 +611,7 @@ const g = (e) => {
|
|
|
611
611
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
612
612
|
*/
|
|
613
613
|
basis: [{
|
|
614
|
-
basis: [
|
|
614
|
+
basis: [j, "full", "auto", u, ...d()]
|
|
615
615
|
}],
|
|
616
616
|
/**
|
|
617
617
|
* Flex Direction
|
|
@@ -632,7 +632,7 @@ const g = (e) => {
|
|
|
632
632
|
* @see https://tailwindcss.com/docs/flex
|
|
633
633
|
*/
|
|
634
634
|
flex: [{
|
|
635
|
-
flex: [p,
|
|
635
|
+
flex: [p, j, "auto", "initial", "none", s]
|
|
636
636
|
}],
|
|
637
637
|
/**
|
|
638
638
|
* Flex Grow
|
|
@@ -765,14 +765,14 @@ const g = (e) => {
|
|
|
765
765
|
* @see https://tailwindcss.com/docs/justify-items
|
|
766
766
|
*/
|
|
767
767
|
"justify-items": [{
|
|
768
|
-
"justify-items": [
|
|
768
|
+
"justify-items": [...$(), "normal"]
|
|
769
769
|
}],
|
|
770
770
|
/**
|
|
771
771
|
* Justify Self
|
|
772
772
|
* @see https://tailwindcss.com/docs/justify-self
|
|
773
773
|
*/
|
|
774
774
|
"justify-self": [{
|
|
775
|
-
"justify-self": ["auto",
|
|
775
|
+
"justify-self": ["auto", ...$()]
|
|
776
776
|
}],
|
|
777
777
|
/**
|
|
778
778
|
* Align Content
|
|
@@ -786,7 +786,7 @@ const g = (e) => {
|
|
|
786
786
|
* @see https://tailwindcss.com/docs/align-items
|
|
787
787
|
*/
|
|
788
788
|
"align-items": [{
|
|
789
|
-
items: [
|
|
789
|
+
items: [...$(), {
|
|
790
790
|
baseline: ["", "last"]
|
|
791
791
|
}]
|
|
792
792
|
}],
|
|
@@ -795,7 +795,7 @@ const g = (e) => {
|
|
|
795
795
|
* @see https://tailwindcss.com/docs/align-self
|
|
796
796
|
*/
|
|
797
797
|
"align-self": [{
|
|
798
|
-
self: ["auto",
|
|
798
|
+
self: ["auto", ...$(), {
|
|
799
799
|
baseline: ["", "last"]
|
|
800
800
|
}]
|
|
801
801
|
}],
|
|
@@ -811,14 +811,14 @@ const g = (e) => {
|
|
|
811
811
|
* @see https://tailwindcss.com/docs/place-items
|
|
812
812
|
*/
|
|
813
813
|
"place-items": [{
|
|
814
|
-
"place-items": [
|
|
814
|
+
"place-items": [...$(), "baseline"]
|
|
815
815
|
}],
|
|
816
816
|
/**
|
|
817
817
|
* Place Self
|
|
818
818
|
* @see https://tailwindcss.com/docs/place-self
|
|
819
819
|
*/
|
|
820
820
|
"place-self": [{
|
|
821
|
-
"place-self": ["auto",
|
|
821
|
+
"place-self": ["auto", ...$()]
|
|
822
822
|
}],
|
|
823
823
|
// Spacing
|
|
824
824
|
/**
|
|
@@ -979,14 +979,14 @@ const g = (e) => {
|
|
|
979
979
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
980
980
|
*/
|
|
981
981
|
size: [{
|
|
982
|
-
size:
|
|
982
|
+
size: P()
|
|
983
983
|
}],
|
|
984
984
|
/**
|
|
985
985
|
* Width
|
|
986
986
|
* @see https://tailwindcss.com/docs/width
|
|
987
987
|
*/
|
|
988
988
|
w: [{
|
|
989
|
-
w: [u, "screen", ...
|
|
989
|
+
w: [u, "screen", ...P()]
|
|
990
990
|
}],
|
|
991
991
|
/**
|
|
992
992
|
* Min-Width
|
|
@@ -998,7 +998,7 @@ const g = (e) => {
|
|
|
998
998
|
"screen",
|
|
999
999
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1000
1000
|
"none",
|
|
1001
|
-
...
|
|
1001
|
+
...P()
|
|
1002
1002
|
]
|
|
1003
1003
|
}],
|
|
1004
1004
|
/**
|
|
@@ -1014,9 +1014,9 @@ const g = (e) => {
|
|
|
1014
1014
|
"prose",
|
|
1015
1015
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1016
1016
|
{
|
|
1017
|
-
screen: [
|
|
1017
|
+
screen: [l]
|
|
1018
1018
|
},
|
|
1019
|
-
...
|
|
1019
|
+
...P()
|
|
1020
1020
|
]
|
|
1021
1021
|
}],
|
|
1022
1022
|
/**
|
|
@@ -1024,21 +1024,21 @@ const g = (e) => {
|
|
|
1024
1024
|
* @see https://tailwindcss.com/docs/height
|
|
1025
1025
|
*/
|
|
1026
1026
|
h: [{
|
|
1027
|
-
h: ["screen", "lh", ...
|
|
1027
|
+
h: ["screen", "lh", ...P()]
|
|
1028
1028
|
}],
|
|
1029
1029
|
/**
|
|
1030
1030
|
* Min-Height
|
|
1031
1031
|
* @see https://tailwindcss.com/docs/min-height
|
|
1032
1032
|
*/
|
|
1033
1033
|
"min-h": [{
|
|
1034
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1034
|
+
"min-h": ["screen", "lh", "none", ...P()]
|
|
1035
1035
|
}],
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Max-Height
|
|
1038
1038
|
* @see https://tailwindcss.com/docs/max-height
|
|
1039
1039
|
*/
|
|
1040
1040
|
"max-h": [{
|
|
1041
|
-
"max-h": ["screen", "lh", ...
|
|
1041
|
+
"max-h": ["screen", "lh", ...P()]
|
|
1042
1042
|
}],
|
|
1043
1043
|
// ------------------
|
|
1044
1044
|
// --- Typography ---
|
|
@@ -1048,7 +1048,7 @@ const g = (e) => {
|
|
|
1048
1048
|
* @see https://tailwindcss.com/docs/font-size
|
|
1049
1049
|
*/
|
|
1050
1050
|
"font-size": [{
|
|
1051
|
-
text: ["base", r, U,
|
|
1051
|
+
text: ["base", r, U, T]
|
|
1052
1052
|
}],
|
|
1053
1053
|
/**
|
|
1054
1054
|
* Font Smoothing
|
|
@@ -1170,14 +1170,14 @@ const g = (e) => {
|
|
|
1170
1170
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1171
1171
|
*/
|
|
1172
1172
|
"placeholder-color": [{
|
|
1173
|
-
placeholder:
|
|
1173
|
+
placeholder: i()
|
|
1174
1174
|
}],
|
|
1175
1175
|
/**
|
|
1176
1176
|
* Text Color
|
|
1177
1177
|
* @see https://tailwindcss.com/docs/text-color
|
|
1178
1178
|
*/
|
|
1179
1179
|
"text-color": [{
|
|
1180
|
-
text:
|
|
1180
|
+
text: i()
|
|
1181
1181
|
}],
|
|
1182
1182
|
/**
|
|
1183
1183
|
* Text Decoration
|
|
@@ -1196,14 +1196,14 @@ const g = (e) => {
|
|
|
1196
1196
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1197
1197
|
*/
|
|
1198
1198
|
"text-decoration-thickness": [{
|
|
1199
|
-
decoration: [p, "from-font", "auto", a,
|
|
1199
|
+
decoration: [p, "from-font", "auto", a, T]
|
|
1200
1200
|
}],
|
|
1201
1201
|
/**
|
|
1202
1202
|
* Text Decoration Color
|
|
1203
1203
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1204
1204
|
*/
|
|
1205
1205
|
"text-decoration-color": [{
|
|
1206
|
-
decoration:
|
|
1206
|
+
decoration: i()
|
|
1207
1207
|
}],
|
|
1208
1208
|
/**
|
|
1209
1209
|
* Text Underline Offset
|
|
@@ -1341,7 +1341,7 @@ const g = (e) => {
|
|
|
1341
1341
|
* @see https://tailwindcss.com/docs/background-color
|
|
1342
1342
|
*/
|
|
1343
1343
|
"bg-color": [{
|
|
1344
|
-
bg:
|
|
1344
|
+
bg: i()
|
|
1345
1345
|
}],
|
|
1346
1346
|
/**
|
|
1347
1347
|
* Gradient Color Stops From Position
|
|
@@ -1369,21 +1369,21 @@ const g = (e) => {
|
|
|
1369
1369
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1370
1370
|
*/
|
|
1371
1371
|
"gradient-from": [{
|
|
1372
|
-
from:
|
|
1372
|
+
from: i()
|
|
1373
1373
|
}],
|
|
1374
1374
|
/**
|
|
1375
1375
|
* Gradient Color Stops Via
|
|
1376
1376
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1377
1377
|
*/
|
|
1378
1378
|
"gradient-via": [{
|
|
1379
|
-
via:
|
|
1379
|
+
via: i()
|
|
1380
1380
|
}],
|
|
1381
1381
|
/**
|
|
1382
1382
|
* Gradient Color Stops To
|
|
1383
1383
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1384
1384
|
*/
|
|
1385
1385
|
"gradient-to": [{
|
|
1386
|
-
to:
|
|
1386
|
+
to: i()
|
|
1387
1387
|
}],
|
|
1388
1388
|
// ---------------
|
|
1389
1389
|
// --- Borders ---
|
|
@@ -1599,70 +1599,70 @@ const g = (e) => {
|
|
|
1599
1599
|
* @see https://tailwindcss.com/docs/border-color
|
|
1600
1600
|
*/
|
|
1601
1601
|
"border-color": [{
|
|
1602
|
-
border:
|
|
1602
|
+
border: i()
|
|
1603
1603
|
}],
|
|
1604
1604
|
/**
|
|
1605
1605
|
* Border Color X
|
|
1606
1606
|
* @see https://tailwindcss.com/docs/border-color
|
|
1607
1607
|
*/
|
|
1608
1608
|
"border-color-x": [{
|
|
1609
|
-
"border-x":
|
|
1609
|
+
"border-x": i()
|
|
1610
1610
|
}],
|
|
1611
1611
|
/**
|
|
1612
1612
|
* Border Color Y
|
|
1613
1613
|
* @see https://tailwindcss.com/docs/border-color
|
|
1614
1614
|
*/
|
|
1615
1615
|
"border-color-y": [{
|
|
1616
|
-
"border-y":
|
|
1616
|
+
"border-y": i()
|
|
1617
1617
|
}],
|
|
1618
1618
|
/**
|
|
1619
1619
|
* Border Color S
|
|
1620
1620
|
* @see https://tailwindcss.com/docs/border-color
|
|
1621
1621
|
*/
|
|
1622
1622
|
"border-color-s": [{
|
|
1623
|
-
"border-s":
|
|
1623
|
+
"border-s": i()
|
|
1624
1624
|
}],
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Border Color E
|
|
1627
1627
|
* @see https://tailwindcss.com/docs/border-color
|
|
1628
1628
|
*/
|
|
1629
1629
|
"border-color-e": [{
|
|
1630
|
-
"border-e":
|
|
1630
|
+
"border-e": i()
|
|
1631
1631
|
}],
|
|
1632
1632
|
/**
|
|
1633
1633
|
* Border Color Top
|
|
1634
1634
|
* @see https://tailwindcss.com/docs/border-color
|
|
1635
1635
|
*/
|
|
1636
1636
|
"border-color-t": [{
|
|
1637
|
-
"border-t":
|
|
1637
|
+
"border-t": i()
|
|
1638
1638
|
}],
|
|
1639
1639
|
/**
|
|
1640
1640
|
* Border Color Right
|
|
1641
1641
|
* @see https://tailwindcss.com/docs/border-color
|
|
1642
1642
|
*/
|
|
1643
1643
|
"border-color-r": [{
|
|
1644
|
-
"border-r":
|
|
1644
|
+
"border-r": i()
|
|
1645
1645
|
}],
|
|
1646
1646
|
/**
|
|
1647
1647
|
* Border Color Bottom
|
|
1648
1648
|
* @see https://tailwindcss.com/docs/border-color
|
|
1649
1649
|
*/
|
|
1650
1650
|
"border-color-b": [{
|
|
1651
|
-
"border-b":
|
|
1651
|
+
"border-b": i()
|
|
1652
1652
|
}],
|
|
1653
1653
|
/**
|
|
1654
1654
|
* Border Color Left
|
|
1655
1655
|
* @see https://tailwindcss.com/docs/border-color
|
|
1656
1656
|
*/
|
|
1657
1657
|
"border-color-l": [{
|
|
1658
|
-
"border-l":
|
|
1658
|
+
"border-l": i()
|
|
1659
1659
|
}],
|
|
1660
1660
|
/**
|
|
1661
1661
|
* Divide Color
|
|
1662
1662
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1663
1663
|
*/
|
|
1664
1664
|
"divide-color": [{
|
|
1665
|
-
divide:
|
|
1665
|
+
divide: i()
|
|
1666
1666
|
}],
|
|
1667
1667
|
/**
|
|
1668
1668
|
* Outline Style
|
|
@@ -1683,14 +1683,14 @@ const g = (e) => {
|
|
|
1683
1683
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1684
1684
|
*/
|
|
1685
1685
|
"outline-w": [{
|
|
1686
|
-
outline: ["", p, U,
|
|
1686
|
+
outline: ["", p, U, T]
|
|
1687
1687
|
}],
|
|
1688
1688
|
/**
|
|
1689
1689
|
* Outline Color
|
|
1690
1690
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1691
1691
|
*/
|
|
1692
1692
|
"outline-color": [{
|
|
1693
|
-
outline:
|
|
1693
|
+
outline: i()
|
|
1694
1694
|
}],
|
|
1695
1695
|
// ---------------
|
|
1696
1696
|
// --- Effects ---
|
|
@@ -1714,21 +1714,21 @@ const g = (e) => {
|
|
|
1714
1714
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1715
1715
|
*/
|
|
1716
1716
|
"shadow-color": [{
|
|
1717
|
-
shadow:
|
|
1717
|
+
shadow: i()
|
|
1718
1718
|
}],
|
|
1719
1719
|
/**
|
|
1720
1720
|
* Inset Box Shadow
|
|
1721
1721
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1722
1722
|
*/
|
|
1723
1723
|
"inset-shadow": [{
|
|
1724
|
-
"inset-shadow": ["none",
|
|
1724
|
+
"inset-shadow": ["none", v, ee, Z]
|
|
1725
1725
|
}],
|
|
1726
1726
|
/**
|
|
1727
1727
|
* Inset Box Shadow Color
|
|
1728
1728
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1729
1729
|
*/
|
|
1730
1730
|
"inset-shadow-color": [{
|
|
1731
|
-
"inset-shadow":
|
|
1731
|
+
"inset-shadow": i()
|
|
1732
1732
|
}],
|
|
1733
1733
|
/**
|
|
1734
1734
|
* Ring Width
|
|
@@ -1749,7 +1749,7 @@ const g = (e) => {
|
|
|
1749
1749
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1750
1750
|
*/
|
|
1751
1751
|
"ring-color": [{
|
|
1752
|
-
ring:
|
|
1752
|
+
ring: i()
|
|
1753
1753
|
}],
|
|
1754
1754
|
/**
|
|
1755
1755
|
* Ring Offset Width
|
|
@@ -1758,7 +1758,7 @@ const g = (e) => {
|
|
|
1758
1758
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1759
1759
|
*/
|
|
1760
1760
|
"ring-offset-w": [{
|
|
1761
|
-
"ring-offset": [p,
|
|
1761
|
+
"ring-offset": [p, T]
|
|
1762
1762
|
}],
|
|
1763
1763
|
/**
|
|
1764
1764
|
* Ring Offset Color
|
|
@@ -1767,7 +1767,7 @@ const g = (e) => {
|
|
|
1767
1767
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1768
1768
|
*/
|
|
1769
1769
|
"ring-offset-color": [{
|
|
1770
|
-
"ring-offset":
|
|
1770
|
+
"ring-offset": i()
|
|
1771
1771
|
}],
|
|
1772
1772
|
/**
|
|
1773
1773
|
* Inset Ring Width
|
|
@@ -1781,21 +1781,21 @@ const g = (e) => {
|
|
|
1781
1781
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1782
1782
|
*/
|
|
1783
1783
|
"inset-ring-color": [{
|
|
1784
|
-
"inset-ring":
|
|
1784
|
+
"inset-ring": i()
|
|
1785
1785
|
}],
|
|
1786
1786
|
/**
|
|
1787
1787
|
* Text Shadow
|
|
1788
1788
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1789
1789
|
*/
|
|
1790
1790
|
"text-shadow": [{
|
|
1791
|
-
"text-shadow": ["none",
|
|
1791
|
+
"text-shadow": ["none", R, ee, Z]
|
|
1792
1792
|
}],
|
|
1793
1793
|
/**
|
|
1794
1794
|
* Text Shadow Color
|
|
1795
1795
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1796
1796
|
*/
|
|
1797
1797
|
"text-shadow-color": [{
|
|
1798
|
-
"text-shadow":
|
|
1798
|
+
"text-shadow": i()
|
|
1799
1799
|
}],
|
|
1800
1800
|
/**
|
|
1801
1801
|
* Opacity
|
|
@@ -1846,10 +1846,10 @@ const g = (e) => {
|
|
|
1846
1846
|
"mask-linear-to": x()
|
|
1847
1847
|
}],
|
|
1848
1848
|
"mask-image-linear-from-color": [{
|
|
1849
|
-
"mask-linear-from":
|
|
1849
|
+
"mask-linear-from": i()
|
|
1850
1850
|
}],
|
|
1851
1851
|
"mask-image-linear-to-color": [{
|
|
1852
|
-
"mask-linear-to":
|
|
1852
|
+
"mask-linear-to": i()
|
|
1853
1853
|
}],
|
|
1854
1854
|
"mask-image-t-from-pos": [{
|
|
1855
1855
|
"mask-t-from": x()
|
|
@@ -1858,10 +1858,10 @@ const g = (e) => {
|
|
|
1858
1858
|
"mask-t-to": x()
|
|
1859
1859
|
}],
|
|
1860
1860
|
"mask-image-t-from-color": [{
|
|
1861
|
-
"mask-t-from":
|
|
1861
|
+
"mask-t-from": i()
|
|
1862
1862
|
}],
|
|
1863
1863
|
"mask-image-t-to-color": [{
|
|
1864
|
-
"mask-t-to":
|
|
1864
|
+
"mask-t-to": i()
|
|
1865
1865
|
}],
|
|
1866
1866
|
"mask-image-r-from-pos": [{
|
|
1867
1867
|
"mask-r-from": x()
|
|
@@ -1870,10 +1870,10 @@ const g = (e) => {
|
|
|
1870
1870
|
"mask-r-to": x()
|
|
1871
1871
|
}],
|
|
1872
1872
|
"mask-image-r-from-color": [{
|
|
1873
|
-
"mask-r-from":
|
|
1873
|
+
"mask-r-from": i()
|
|
1874
1874
|
}],
|
|
1875
1875
|
"mask-image-r-to-color": [{
|
|
1876
|
-
"mask-r-to":
|
|
1876
|
+
"mask-r-to": i()
|
|
1877
1877
|
}],
|
|
1878
1878
|
"mask-image-b-from-pos": [{
|
|
1879
1879
|
"mask-b-from": x()
|
|
@@ -1882,10 +1882,10 @@ const g = (e) => {
|
|
|
1882
1882
|
"mask-b-to": x()
|
|
1883
1883
|
}],
|
|
1884
1884
|
"mask-image-b-from-color": [{
|
|
1885
|
-
"mask-b-from":
|
|
1885
|
+
"mask-b-from": i()
|
|
1886
1886
|
}],
|
|
1887
1887
|
"mask-image-b-to-color": [{
|
|
1888
|
-
"mask-b-to":
|
|
1888
|
+
"mask-b-to": i()
|
|
1889
1889
|
}],
|
|
1890
1890
|
"mask-image-l-from-pos": [{
|
|
1891
1891
|
"mask-l-from": x()
|
|
@@ -1894,10 +1894,10 @@ const g = (e) => {
|
|
|
1894
1894
|
"mask-l-to": x()
|
|
1895
1895
|
}],
|
|
1896
1896
|
"mask-image-l-from-color": [{
|
|
1897
|
-
"mask-l-from":
|
|
1897
|
+
"mask-l-from": i()
|
|
1898
1898
|
}],
|
|
1899
1899
|
"mask-image-l-to-color": [{
|
|
1900
|
-
"mask-l-to":
|
|
1900
|
+
"mask-l-to": i()
|
|
1901
1901
|
}],
|
|
1902
1902
|
"mask-image-x-from-pos": [{
|
|
1903
1903
|
"mask-x-from": x()
|
|
@@ -1906,10 +1906,10 @@ const g = (e) => {
|
|
|
1906
1906
|
"mask-x-to": x()
|
|
1907
1907
|
}],
|
|
1908
1908
|
"mask-image-x-from-color": [{
|
|
1909
|
-
"mask-x-from":
|
|
1909
|
+
"mask-x-from": i()
|
|
1910
1910
|
}],
|
|
1911
1911
|
"mask-image-x-to-color": [{
|
|
1912
|
-
"mask-x-to":
|
|
1912
|
+
"mask-x-to": i()
|
|
1913
1913
|
}],
|
|
1914
1914
|
"mask-image-y-from-pos": [{
|
|
1915
1915
|
"mask-y-from": x()
|
|
@@ -1918,10 +1918,10 @@ const g = (e) => {
|
|
|
1918
1918
|
"mask-y-to": x()
|
|
1919
1919
|
}],
|
|
1920
1920
|
"mask-image-y-from-color": [{
|
|
1921
|
-
"mask-y-from":
|
|
1921
|
+
"mask-y-from": i()
|
|
1922
1922
|
}],
|
|
1923
1923
|
"mask-image-y-to-color": [{
|
|
1924
|
-
"mask-y-to":
|
|
1924
|
+
"mask-y-to": i()
|
|
1925
1925
|
}],
|
|
1926
1926
|
"mask-image-radial": [{
|
|
1927
1927
|
"mask-radial": [a, s]
|
|
@@ -1933,10 +1933,10 @@ const g = (e) => {
|
|
|
1933
1933
|
"mask-radial-to": x()
|
|
1934
1934
|
}],
|
|
1935
1935
|
"mask-image-radial-from-color": [{
|
|
1936
|
-
"mask-radial-from":
|
|
1936
|
+
"mask-radial-from": i()
|
|
1937
1937
|
}],
|
|
1938
1938
|
"mask-image-radial-to-color": [{
|
|
1939
|
-
"mask-radial-to":
|
|
1939
|
+
"mask-radial-to": i()
|
|
1940
1940
|
}],
|
|
1941
1941
|
"mask-image-radial-shape": [{
|
|
1942
1942
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1948,7 +1948,7 @@ const g = (e) => {
|
|
|
1948
1948
|
}]
|
|
1949
1949
|
}],
|
|
1950
1950
|
"mask-image-radial-pos": [{
|
|
1951
|
-
"mask-radial-at":
|
|
1951
|
+
"mask-radial-at": E()
|
|
1952
1952
|
}],
|
|
1953
1953
|
"mask-image-conic-pos": [{
|
|
1954
1954
|
"mask-conic": [p]
|
|
@@ -1960,10 +1960,10 @@ const g = (e) => {
|
|
|
1960
1960
|
"mask-conic-to": x()
|
|
1961
1961
|
}],
|
|
1962
1962
|
"mask-image-conic-from-color": [{
|
|
1963
|
-
"mask-conic-from":
|
|
1963
|
+
"mask-conic-from": i()
|
|
1964
1964
|
}],
|
|
1965
1965
|
"mask-image-conic-to-color": [{
|
|
1966
|
-
"mask-conic-to":
|
|
1966
|
+
"mask-conic-to": i()
|
|
1967
1967
|
}],
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Mask Mode
|
|
@@ -2060,7 +2060,7 @@ const g = (e) => {
|
|
|
2060
2060
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2061
2061
|
"",
|
|
2062
2062
|
"none",
|
|
2063
|
-
|
|
2063
|
+
N,
|
|
2064
2064
|
ee,
|
|
2065
2065
|
Z
|
|
2066
2066
|
]
|
|
@@ -2070,7 +2070,7 @@ const g = (e) => {
|
|
|
2070
2070
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2071
2071
|
*/
|
|
2072
2072
|
"drop-shadow-color": [{
|
|
2073
|
-
"drop-shadow":
|
|
2073
|
+
"drop-shadow": i()
|
|
2074
2074
|
}],
|
|
2075
2075
|
/**
|
|
2076
2076
|
* Grayscale
|
|
@@ -2257,7 +2257,7 @@ const g = (e) => {
|
|
|
2257
2257
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2258
2258
|
*/
|
|
2259
2259
|
ease: [{
|
|
2260
|
-
ease: ["linear", "initial",
|
|
2260
|
+
ease: ["linear", "initial", F, a, s]
|
|
2261
2261
|
}],
|
|
2262
2262
|
/**
|
|
2263
2263
|
* Transition Delay
|
|
@@ -2288,14 +2288,14 @@ const g = (e) => {
|
|
|
2288
2288
|
* @see https://tailwindcss.com/docs/perspective
|
|
2289
2289
|
*/
|
|
2290
2290
|
perspective: [{
|
|
2291
|
-
perspective: [
|
|
2291
|
+
perspective: [C, a, s]
|
|
2292
2292
|
}],
|
|
2293
2293
|
/**
|
|
2294
2294
|
* Perspective Origin
|
|
2295
2295
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2296
2296
|
*/
|
|
2297
2297
|
"perspective-origin": [{
|
|
2298
|
-
"perspective-origin":
|
|
2298
|
+
"perspective-origin": B()
|
|
2299
2299
|
}],
|
|
2300
2300
|
/**
|
|
2301
2301
|
* Rotate
|
|
@@ -2391,7 +2391,7 @@ const g = (e) => {
|
|
|
2391
2391
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2392
2392
|
*/
|
|
2393
2393
|
"transform-origin": [{
|
|
2394
|
-
origin:
|
|
2394
|
+
origin: B()
|
|
2395
2395
|
}],
|
|
2396
2396
|
/**
|
|
2397
2397
|
* Transform Style
|
|
@@ -2441,7 +2441,7 @@ const g = (e) => {
|
|
|
2441
2441
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2442
2442
|
*/
|
|
2443
2443
|
accent: [{
|
|
2444
|
-
accent:
|
|
2444
|
+
accent: i()
|
|
2445
2445
|
}],
|
|
2446
2446
|
/**
|
|
2447
2447
|
* Appearance
|
|
@@ -2455,7 +2455,7 @@ const g = (e) => {
|
|
|
2455
2455
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2456
2456
|
*/
|
|
2457
2457
|
"caret-color": [{
|
|
2458
|
-
caret:
|
|
2458
|
+
caret: i()
|
|
2459
2459
|
}],
|
|
2460
2460
|
/**
|
|
2461
2461
|
* Color Scheme
|
|
@@ -2701,21 +2701,21 @@ const g = (e) => {
|
|
|
2701
2701
|
* @see https://tailwindcss.com/docs/fill
|
|
2702
2702
|
*/
|
|
2703
2703
|
fill: [{
|
|
2704
|
-
fill: ["none", ...
|
|
2704
|
+
fill: ["none", ...i()]
|
|
2705
2705
|
}],
|
|
2706
2706
|
/**
|
|
2707
2707
|
* Stroke Width
|
|
2708
2708
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2709
2709
|
*/
|
|
2710
2710
|
"stroke-w": [{
|
|
2711
|
-
stroke: [p, U,
|
|
2711
|
+
stroke: [p, U, T, ae]
|
|
2712
2712
|
}],
|
|
2713
2713
|
/**
|
|
2714
2714
|
* Stroke
|
|
2715
2715
|
* @see https://tailwindcss.com/docs/stroke
|
|
2716
2716
|
*/
|
|
2717
2717
|
stroke: [{
|
|
2718
|
-
stroke: ["none", ...
|
|
2718
|
+
stroke: ["none", ...i()]
|
|
2719
2719
|
}],
|
|
2720
2720
|
// ---------------------
|
|
2721
2721
|
// --- Accessibility ---
|
|
@@ -2784,14 +2784,14 @@ const g = (e) => {
|
|
|
2784
2784
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2785
2785
|
};
|
|
2786
2786
|
}, vr = /* @__PURE__ */ or(kr);
|
|
2787
|
-
function
|
|
2787
|
+
function W(...e) {
|
|
2788
2788
|
return vr(We(e));
|
|
2789
2789
|
}
|
|
2790
|
-
const Ee =
|
|
2790
|
+
const Ee = L.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ f(
|
|
2791
2791
|
"div",
|
|
2792
2792
|
{
|
|
2793
2793
|
ref: r,
|
|
2794
|
-
className:
|
|
2794
|
+
className: W(
|
|
2795
2795
|
"rounded-xl border bg-card text-card-foreground shadow",
|
|
2796
2796
|
e
|
|
2797
2797
|
),
|
|
@@ -2799,33 +2799,33 @@ const Ee = j.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ f(
|
|
|
2799
2799
|
}
|
|
2800
2800
|
));
|
|
2801
2801
|
Ee.displayName = "Card";
|
|
2802
|
-
const Be =
|
|
2802
|
+
const Be = L.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ f("div", { ref: r, className: W("flex", e), ...t }));
|
|
2803
2803
|
Be.displayName = "CardHeader";
|
|
2804
|
-
const $e =
|
|
2804
|
+
const $e = L.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ f(
|
|
2805
2805
|
"div",
|
|
2806
2806
|
{
|
|
2807
2807
|
ref: r,
|
|
2808
|
-
className:
|
|
2808
|
+
className: W("font-semibold leading-none tracking-tight", e),
|
|
2809
2809
|
...t
|
|
2810
2810
|
}
|
|
2811
2811
|
));
|
|
2812
2812
|
$e.displayName = "CardTitle";
|
|
2813
|
-
const je =
|
|
2813
|
+
const je = L.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ f(
|
|
2814
2814
|
"div",
|
|
2815
2815
|
{
|
|
2816
2816
|
ref: r,
|
|
2817
|
-
className:
|
|
2817
|
+
className: W("text-sm text-muted-foreground", e),
|
|
2818
2818
|
...t
|
|
2819
2819
|
}
|
|
2820
2820
|
));
|
|
2821
2821
|
je.displayName = "CardDescription";
|
|
2822
|
-
const Le =
|
|
2822
|
+
const Le = L.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ f("div", { ref: r, className: W("pt-0", e), ...t }));
|
|
2823
2823
|
Le.displayName = "CardContent";
|
|
2824
|
-
const Oe =
|
|
2824
|
+
const Oe = L.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ f(
|
|
2825
2825
|
"div",
|
|
2826
2826
|
{
|
|
2827
2827
|
ref: r,
|
|
2828
|
-
className:
|
|
2828
|
+
className: W("flex items-center pt-0", e),
|
|
2829
2829
|
...t
|
|
2830
2830
|
}
|
|
2831
2831
|
));
|
|
@@ -2866,14 +2866,15 @@ const Cr = ({
|
|
|
2866
2866
|
iconSrc: o,
|
|
2867
2867
|
customClass: n = "",
|
|
2868
2868
|
button: c = !1,
|
|
2869
|
-
buttonLabel:
|
|
2869
|
+
buttonLabel: l = "Button",
|
|
2870
2870
|
buttonPosition: u = "top-right",
|
|
2871
2871
|
bgIconColor: m = "lightBlue",
|
|
2872
2872
|
buttonColor: b = "lightBlue",
|
|
2873
2873
|
buttonVariant: h = "primary",
|
|
2874
|
-
|
|
2874
|
+
buttonSize: v = "medium",
|
|
2875
|
+
onButtonClick: R
|
|
2875
2876
|
}) => {
|
|
2876
|
-
const N =
|
|
2877
|
+
const N = R ?? (() => {
|
|
2877
2878
|
});
|
|
2878
2879
|
return /* @__PURE__ */ H(
|
|
2879
2880
|
Ee,
|
|
@@ -2898,15 +2899,15 @@ const Cr = ({
|
|
|
2898
2899
|
}
|
|
2899
2900
|
),
|
|
2900
2901
|
/* @__PURE__ */ H("div", { children: [
|
|
2901
|
-
e && /* @__PURE__ */ f($e, { className: "text-
|
|
2902
|
+
e && /* @__PURE__ */ f($e, { className: "text-main text-xl font-gabaritoBold font-medium leading-5 sm:text-lg md:text-xl", children: e }),
|
|
2902
2903
|
t && /* @__PURE__ */ f(je, { className: "text-sm sm:text-base text-gray-600", children: t })
|
|
2903
2904
|
] })
|
|
2904
2905
|
] }),
|
|
2905
2906
|
c && u === "top-right" && /* @__PURE__ */ f(
|
|
2906
2907
|
xe,
|
|
2907
2908
|
{
|
|
2908
|
-
label:
|
|
2909
|
-
size:
|
|
2909
|
+
label: l,
|
|
2910
|
+
size: v,
|
|
2910
2911
|
onClick: N,
|
|
2911
2912
|
color: b,
|
|
2912
2913
|
variant: h
|
|
@@ -2917,8 +2918,8 @@ const Cr = ({
|
|
|
2917
2918
|
c && u === "bottom-right" && /* @__PURE__ */ f(Oe, { className: "flex justify-end pt-2", children: /* @__PURE__ */ f(
|
|
2918
2919
|
xe,
|
|
2919
2920
|
{
|
|
2920
|
-
label:
|
|
2921
|
-
size:
|
|
2921
|
+
label: l,
|
|
2922
|
+
size: v,
|
|
2922
2923
|
onClick: N,
|
|
2923
2924
|
color: b,
|
|
2924
2925
|
variant: h
|