@desafio-design-system_/reflow-ui 0.5.0 → 0.5.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +675 -520
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,125 +1,127 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { jsxs as U, jsx as g, Fragment as Be } from "react/jsx-runtime";
|
|
2
|
+
import * as h from "react";
|
|
3
|
+
import { createContext as We } from "react";
|
|
4
|
+
function Me(e) {
|
|
5
|
+
var o, t, r = "";
|
|
6
|
+
if (typeof e == "string" || typeof e == "number") r += e;
|
|
5
7
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
6
8
|
var l = e.length;
|
|
7
|
-
for (
|
|
8
|
-
} else for (
|
|
9
|
-
return
|
|
9
|
+
for (o = 0; o < l; o++) e[o] && (t = Me(e[o])) && (r && (r += " "), r += t);
|
|
10
|
+
} else for (t in e) e[t] && (r && (r += " "), r += t);
|
|
11
|
+
return r;
|
|
10
12
|
}
|
|
11
|
-
function
|
|
12
|
-
for (var e,
|
|
13
|
-
return
|
|
13
|
+
function Ne() {
|
|
14
|
+
for (var e, o, t = 0, r = "", l = arguments.length; t < l; t++) (e = arguments[t]) && (o = Me(e)) && (r && (r += " "), r += o);
|
|
15
|
+
return r;
|
|
14
16
|
}
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
for (let
|
|
18
|
-
|
|
19
|
-
for (let
|
|
20
|
-
|
|
21
|
-
return
|
|
22
|
-
},
|
|
17
|
+
const $e = (e, o) => {
|
|
18
|
+
const t = new Array(e.length + o.length);
|
|
19
|
+
for (let r = 0; r < e.length; r++)
|
|
20
|
+
t[r] = e[r];
|
|
21
|
+
for (let r = 0; r < o.length; r++)
|
|
22
|
+
t[e.length + r] = o[r];
|
|
23
|
+
return t;
|
|
24
|
+
}, Ue = (e, o) => ({
|
|
23
25
|
classGroupId: e,
|
|
24
|
-
validator:
|
|
25
|
-
}),
|
|
26
|
+
validator: o
|
|
27
|
+
}), Se = (e = /* @__PURE__ */ new Map(), o = null, t) => ({
|
|
26
28
|
nextPart: e,
|
|
27
|
-
validators:
|
|
28
|
-
classGroupId:
|
|
29
|
-
}),
|
|
30
|
-
const
|
|
31
|
-
conflictingClassGroups:
|
|
32
|
-
conflictingClassGroupModifiers:
|
|
29
|
+
validators: o,
|
|
30
|
+
classGroupId: t
|
|
31
|
+
}), te = "-", xe = [], De = "arbitrary..", Ye = (e) => {
|
|
32
|
+
const o = Xe(e), {
|
|
33
|
+
conflictingClassGroups: t,
|
|
34
|
+
conflictingClassGroupModifiers: r
|
|
33
35
|
} = e;
|
|
34
36
|
return {
|
|
35
|
-
getClassGroupId: (
|
|
36
|
-
if (
|
|
37
|
-
return
|
|
38
|
-
const
|
|
39
|
-
return
|
|
37
|
+
getClassGroupId: (n) => {
|
|
38
|
+
if (n.startsWith("[") && n.endsWith("]"))
|
|
39
|
+
return qe(n);
|
|
40
|
+
const d = n.split(te), c = d[0] === "" && d.length > 1 ? 1 : 0;
|
|
41
|
+
return He(d, c, o);
|
|
40
42
|
},
|
|
41
|
-
getConflictingClassGroupIds: (
|
|
42
|
-
if (
|
|
43
|
-
const c =
|
|
44
|
-
return c ?
|
|
43
|
+
getConflictingClassGroupIds: (n, d) => {
|
|
44
|
+
if (d) {
|
|
45
|
+
const c = r[n], p = t[n];
|
|
46
|
+
return c ? p ? $e(p, c) : c : p || xe;
|
|
45
47
|
}
|
|
46
|
-
return
|
|
48
|
+
return t[n] || xe;
|
|
47
49
|
}
|
|
48
50
|
};
|
|
49
|
-
},
|
|
50
|
-
if (e.length -
|
|
51
|
-
return
|
|
52
|
-
const l = e[
|
|
51
|
+
}, He = (e, o, t) => {
|
|
52
|
+
if (e.length - o === 0)
|
|
53
|
+
return t.classGroupId;
|
|
54
|
+
const l = e[o], i = t.nextPart.get(l);
|
|
53
55
|
if (i) {
|
|
54
|
-
const
|
|
55
|
-
if (
|
|
56
|
+
const p = He(e, o + 1, i);
|
|
57
|
+
if (p) return p;
|
|
56
58
|
}
|
|
57
|
-
const
|
|
58
|
-
if (
|
|
59
|
+
const n = t.validators;
|
|
60
|
+
if (n === null)
|
|
59
61
|
return;
|
|
60
|
-
const
|
|
61
|
-
for (let
|
|
62
|
-
const b =
|
|
63
|
-
if (b.validator(
|
|
62
|
+
const d = o === 0 ? e.join(te) : e.slice(o).join(te), c = n.length;
|
|
63
|
+
for (let p = 0; p < c; p++) {
|
|
64
|
+
const b = n[p];
|
|
65
|
+
if (b.validator(d))
|
|
64
66
|
return b.classGroupId;
|
|
65
67
|
}
|
|
66
|
-
},
|
|
67
|
-
const
|
|
68
|
-
return
|
|
69
|
-
})(),
|
|
68
|
+
}, qe = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
69
|
+
const o = e.slice(1, -1), t = o.indexOf(":"), r = o.slice(0, t);
|
|
70
|
+
return r ? De + r : void 0;
|
|
71
|
+
})(), Xe = (e) => {
|
|
70
72
|
const {
|
|
71
|
-
theme:
|
|
72
|
-
classGroups:
|
|
73
|
+
theme: o,
|
|
74
|
+
classGroups: t
|
|
73
75
|
} = e;
|
|
74
|
-
return
|
|
75
|
-
},
|
|
76
|
-
const
|
|
77
|
-
for (const
|
|
78
|
-
const l = e[
|
|
79
|
-
|
|
76
|
+
return Je(t, o);
|
|
77
|
+
}, Je = (e, o) => {
|
|
78
|
+
const t = Se();
|
|
79
|
+
for (const r in e) {
|
|
80
|
+
const l = e[r];
|
|
81
|
+
ie(l, t, r, o);
|
|
80
82
|
}
|
|
81
|
-
return
|
|
82
|
-
},
|
|
83
|
+
return t;
|
|
84
|
+
}, ie = (e, o, t, r) => {
|
|
83
85
|
const l = e.length;
|
|
84
86
|
for (let i = 0; i < l; i++) {
|
|
85
|
-
const
|
|
86
|
-
|
|
87
|
+
const n = e[i];
|
|
88
|
+
Ke(n, o, t, r);
|
|
87
89
|
}
|
|
88
|
-
},
|
|
90
|
+
}, Ke = (e, o, t, r) => {
|
|
89
91
|
if (typeof e == "string") {
|
|
90
|
-
|
|
92
|
+
Qe(e, o, t);
|
|
91
93
|
return;
|
|
92
94
|
}
|
|
93
95
|
if (typeof e == "function") {
|
|
94
|
-
|
|
96
|
+
et(e, o, t, r);
|
|
95
97
|
return;
|
|
96
98
|
}
|
|
97
|
-
|
|
98
|
-
},
|
|
99
|
-
const
|
|
100
|
-
|
|
101
|
-
},
|
|
102
|
-
if (
|
|
103
|
-
|
|
99
|
+
tt(e, o, t, r);
|
|
100
|
+
}, Qe = (e, o, t) => {
|
|
101
|
+
const r = e === "" ? o : Re(o, e);
|
|
102
|
+
r.classGroupId = t;
|
|
103
|
+
}, et = (e, o, t, r) => {
|
|
104
|
+
if (rt(e)) {
|
|
105
|
+
ie(e(r), o, t, r);
|
|
104
106
|
return;
|
|
105
107
|
}
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
+
o.validators === null && (o.validators = []), o.validators.push(Ue(t, e));
|
|
109
|
+
}, tt = (e, o, t, r) => {
|
|
108
110
|
const l = Object.entries(e), i = l.length;
|
|
109
|
-
for (let
|
|
110
|
-
const [
|
|
111
|
-
|
|
111
|
+
for (let n = 0; n < i; n++) {
|
|
112
|
+
const [d, c] = l[n];
|
|
113
|
+
ie(c, Re(o, d), t, r);
|
|
112
114
|
}
|
|
113
|
-
}, Re = (e,
|
|
114
|
-
let
|
|
115
|
-
const
|
|
115
|
+
}, Re = (e, o) => {
|
|
116
|
+
let t = e;
|
|
117
|
+
const r = o.split(te), l = r.length;
|
|
116
118
|
for (let i = 0; i < l; i++) {
|
|
117
|
-
const
|
|
118
|
-
let
|
|
119
|
-
|
|
119
|
+
const n = r[i];
|
|
120
|
+
let d = t.nextPart.get(n);
|
|
121
|
+
d || (d = Se(), t.nextPart.set(n, d)), t = d;
|
|
120
122
|
}
|
|
121
|
-
return
|
|
122
|
-
},
|
|
123
|
+
return t;
|
|
124
|
+
}, rt = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, ot = (e) => {
|
|
123
125
|
if (e < 1)
|
|
124
126
|
return {
|
|
125
127
|
get: () => {
|
|
@@ -127,178 +129,178 @@ const Le = (e, r) => {
|
|
|
127
129
|
set: () => {
|
|
128
130
|
}
|
|
129
131
|
};
|
|
130
|
-
let
|
|
131
|
-
const l = (i,
|
|
132
|
-
|
|
132
|
+
let o = 0, t = /* @__PURE__ */ Object.create(null), r = /* @__PURE__ */ Object.create(null);
|
|
133
|
+
const l = (i, n) => {
|
|
134
|
+
t[i] = n, o++, o > e && (o = 0, r = t, t = /* @__PURE__ */ Object.create(null));
|
|
133
135
|
};
|
|
134
136
|
return {
|
|
135
137
|
get(i) {
|
|
136
|
-
let
|
|
137
|
-
if (
|
|
138
|
-
return
|
|
139
|
-
if ((
|
|
140
|
-
return l(i,
|
|
138
|
+
let n = t[i];
|
|
139
|
+
if (n !== void 0)
|
|
140
|
+
return n;
|
|
141
|
+
if ((n = r[i]) !== void 0)
|
|
142
|
+
return l(i, n), n;
|
|
141
143
|
},
|
|
142
|
-
set(i,
|
|
143
|
-
i in
|
|
144
|
+
set(i, n) {
|
|
145
|
+
i in t ? t[i] = n : l(i, n);
|
|
144
146
|
}
|
|
145
147
|
};
|
|
146
|
-
},
|
|
148
|
+
}, le = "!", ye = ":", nt = [], we = (e, o, t, r, l) => ({
|
|
147
149
|
modifiers: e,
|
|
148
|
-
hasImportantModifier:
|
|
149
|
-
baseClassName:
|
|
150
|
-
maybePostfixModifierPosition:
|
|
150
|
+
hasImportantModifier: o,
|
|
151
|
+
baseClassName: t,
|
|
152
|
+
maybePostfixModifierPosition: r,
|
|
151
153
|
isExternal: l
|
|
152
|
-
}),
|
|
154
|
+
}), at = (e) => {
|
|
153
155
|
const {
|
|
154
|
-
prefix:
|
|
155
|
-
experimentalParseClassName:
|
|
156
|
+
prefix: o,
|
|
157
|
+
experimentalParseClassName: t
|
|
156
158
|
} = e;
|
|
157
|
-
let
|
|
159
|
+
let r = (l) => {
|
|
158
160
|
const i = [];
|
|
159
|
-
let
|
|
161
|
+
let n = 0, d = 0, c = 0, p;
|
|
160
162
|
const b = l.length;
|
|
161
|
-
for (let
|
|
162
|
-
const k = l[
|
|
163
|
-
if (
|
|
164
|
-
if (k ===
|
|
165
|
-
i.push(l.slice(c,
|
|
163
|
+
for (let C = 0; C < b; C++) {
|
|
164
|
+
const k = l[C];
|
|
165
|
+
if (n === 0 && d === 0) {
|
|
166
|
+
if (k === ye) {
|
|
167
|
+
i.push(l.slice(c, C)), c = C + 1;
|
|
166
168
|
continue;
|
|
167
169
|
}
|
|
168
170
|
if (k === "/") {
|
|
169
|
-
|
|
171
|
+
p = C;
|
|
170
172
|
continue;
|
|
171
173
|
}
|
|
172
174
|
}
|
|
173
|
-
k === "[" ?
|
|
175
|
+
k === "[" ? n++ : k === "]" ? n-- : k === "(" ? d++ : k === ")" && d--;
|
|
174
176
|
}
|
|
175
177
|
const x = i.length === 0 ? l : l.slice(c);
|
|
176
|
-
let y = x,
|
|
177
|
-
x.endsWith(
|
|
178
|
+
let y = x, A = !1;
|
|
179
|
+
x.endsWith(le) ? (y = x.slice(0, -1), A = !0) : (
|
|
178
180
|
/**
|
|
179
181
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
180
182
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
181
183
|
*/
|
|
182
|
-
x.startsWith(
|
|
184
|
+
x.startsWith(le) && (y = x.slice(1), A = !0)
|
|
183
185
|
);
|
|
184
|
-
const
|
|
185
|
-
return
|
|
186
|
+
const M = p && p > c ? p - c : void 0;
|
|
187
|
+
return we(i, A, y, M);
|
|
186
188
|
};
|
|
187
|
-
if (r) {
|
|
188
|
-
const l = r + he, i = t;
|
|
189
|
-
t = (a) => a.startsWith(l) ? i(a.slice(l.length)) : xe(Ke, !1, a, void 0, !0);
|
|
190
|
-
}
|
|
191
189
|
if (o) {
|
|
192
|
-
const l =
|
|
193
|
-
|
|
190
|
+
const l = o + ye, i = r;
|
|
191
|
+
r = (n) => n.startsWith(l) ? i(n.slice(l.length)) : we(nt, !1, n, void 0, !0);
|
|
192
|
+
}
|
|
193
|
+
if (t) {
|
|
194
|
+
const l = r;
|
|
195
|
+
r = (i) => t({
|
|
194
196
|
className: i,
|
|
195
197
|
parseClassName: l
|
|
196
198
|
});
|
|
197
199
|
}
|
|
198
|
-
return
|
|
199
|
-
},
|
|
200
|
-
const
|
|
201
|
-
return e.orderSensitiveModifiers.forEach((
|
|
202
|
-
|
|
203
|
-
}), (
|
|
204
|
-
const
|
|
200
|
+
return r;
|
|
201
|
+
}, st = (e) => {
|
|
202
|
+
const o = /* @__PURE__ */ new Map();
|
|
203
|
+
return e.orderSensitiveModifiers.forEach((t, r) => {
|
|
204
|
+
o.set(t, 1e6 + r);
|
|
205
|
+
}), (t) => {
|
|
206
|
+
const r = [];
|
|
205
207
|
let l = [];
|
|
206
|
-
for (let i = 0; i <
|
|
207
|
-
const
|
|
208
|
-
|
|
208
|
+
for (let i = 0; i < t.length; i++) {
|
|
209
|
+
const n = t[i], d = n[0] === "[", c = o.has(n);
|
|
210
|
+
d || c ? (l.length > 0 && (l.sort(), r.push(...l), l = []), r.push(n)) : l.push(n);
|
|
209
211
|
}
|
|
210
|
-
return l.length > 0 && (l.sort(),
|
|
212
|
+
return l.length > 0 && (l.sort(), r.push(...l)), r;
|
|
211
213
|
};
|
|
212
|
-
},
|
|
213
|
-
cache:
|
|
214
|
-
parseClassName:
|
|
215
|
-
sortModifiers:
|
|
216
|
-
...
|
|
217
|
-
}),
|
|
214
|
+
}, lt = (e) => ({
|
|
215
|
+
cache: ot(e.cacheSize),
|
|
216
|
+
parseClassName: at(e),
|
|
217
|
+
sortModifiers: st(e),
|
|
218
|
+
...Ye(e)
|
|
219
|
+
}), it = /\s+/, ct = (e, o) => {
|
|
218
220
|
const {
|
|
219
|
-
parseClassName:
|
|
220
|
-
getClassGroupId:
|
|
221
|
+
parseClassName: t,
|
|
222
|
+
getClassGroupId: r,
|
|
221
223
|
getConflictingClassGroupIds: l,
|
|
222
224
|
sortModifiers: i
|
|
223
|
-
} =
|
|
225
|
+
} = o, n = [], d = e.trim().split(it);
|
|
224
226
|
let c = "";
|
|
225
|
-
for (let
|
|
226
|
-
const b =
|
|
227
|
+
for (let p = d.length - 1; p >= 0; p -= 1) {
|
|
228
|
+
const b = d[p], {
|
|
227
229
|
isExternal: x,
|
|
228
230
|
modifiers: y,
|
|
229
|
-
hasImportantModifier:
|
|
230
|
-
baseClassName:
|
|
231
|
-
maybePostfixModifierPosition:
|
|
232
|
-
} =
|
|
231
|
+
hasImportantModifier: A,
|
|
232
|
+
baseClassName: M,
|
|
233
|
+
maybePostfixModifierPosition: C
|
|
234
|
+
} = t(b);
|
|
233
235
|
if (x) {
|
|
234
236
|
c = b + (c.length > 0 ? " " + c : c);
|
|
235
237
|
continue;
|
|
236
238
|
}
|
|
237
|
-
let k = !!
|
|
238
|
-
if (!
|
|
239
|
+
let k = !!C, P = r(k ? M.substring(0, C) : M);
|
|
240
|
+
if (!P) {
|
|
239
241
|
if (!k) {
|
|
240
242
|
c = b + (c.length > 0 ? " " + c : c);
|
|
241
243
|
continue;
|
|
242
244
|
}
|
|
243
|
-
if (
|
|
245
|
+
if (P = r(M), !P) {
|
|
244
246
|
c = b + (c.length > 0 ? " " + c : c);
|
|
245
247
|
continue;
|
|
246
248
|
}
|
|
247
249
|
k = !1;
|
|
248
250
|
}
|
|
249
|
-
const D = y.length === 0 ? "" : y.length === 1 ? y[0] : i(y).join(":"),
|
|
250
|
-
if (
|
|
251
|
+
const D = y.length === 0 ? "" : y.length === 1 ? y[0] : i(y).join(":"), B = A ? D + le : D, O = B + P;
|
|
252
|
+
if (n.indexOf(O) > -1)
|
|
251
253
|
continue;
|
|
252
|
-
|
|
253
|
-
const
|
|
254
|
-
for (let
|
|
255
|
-
const
|
|
256
|
-
|
|
254
|
+
n.push(O);
|
|
255
|
+
const G = l(P, k);
|
|
256
|
+
for (let E = 0; E < G.length; ++E) {
|
|
257
|
+
const W = G[E];
|
|
258
|
+
n.push(B + W);
|
|
257
259
|
}
|
|
258
260
|
c = b + (c.length > 0 ? " " + c : c);
|
|
259
261
|
}
|
|
260
262
|
return c;
|
|
261
|
-
},
|
|
262
|
-
let
|
|
263
|
-
for (;
|
|
264
|
-
(
|
|
263
|
+
}, dt = (...e) => {
|
|
264
|
+
let o = 0, t, r, l = "";
|
|
265
|
+
for (; o < e.length; )
|
|
266
|
+
(t = e[o++]) && (r = Te(t)) && (l && (l += " "), l += r);
|
|
265
267
|
return l;
|
|
266
|
-
},
|
|
268
|
+
}, Te = (e) => {
|
|
267
269
|
if (typeof e == "string")
|
|
268
270
|
return e;
|
|
269
|
-
let
|
|
270
|
-
for (let
|
|
271
|
-
e[
|
|
272
|
-
return
|
|
273
|
-
},
|
|
274
|
-
let
|
|
275
|
-
const
|
|
276
|
-
const
|
|
277
|
-
return
|
|
278
|
-
},
|
|
279
|
-
const
|
|
280
|
-
if (
|
|
281
|
-
return
|
|
282
|
-
const b =
|
|
271
|
+
let o, t = "";
|
|
272
|
+
for (let r = 0; r < e.length; r++)
|
|
273
|
+
e[r] && (o = Te(e[r])) && (t && (t += " "), t += o);
|
|
274
|
+
return t;
|
|
275
|
+
}, mt = (e, ...o) => {
|
|
276
|
+
let t, r, l, i;
|
|
277
|
+
const n = (c) => {
|
|
278
|
+
const p = o.reduce((b, x) => x(b), e());
|
|
279
|
+
return t = lt(p), r = t.cache.get, l = t.cache.set, i = d, d(c);
|
|
280
|
+
}, d = (c) => {
|
|
281
|
+
const p = r(c);
|
|
282
|
+
if (p)
|
|
283
|
+
return p;
|
|
284
|
+
const b = ct(c, t);
|
|
283
285
|
return l(c, b), b;
|
|
284
286
|
};
|
|
285
|
-
return i =
|
|
286
|
-
},
|
|
287
|
-
const
|
|
288
|
-
return
|
|
289
|
-
},
|
|
287
|
+
return i = n, (...c) => i(dt(...c));
|
|
288
|
+
}, pt = [], w = (e) => {
|
|
289
|
+
const o = (t) => t[e] || pt;
|
|
290
|
+
return o.isThemeGetter = !0, o;
|
|
291
|
+
}, Pe = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ee = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ut = /^\d+\/\d+$/, ft = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, gt = /\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$/, bt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ht = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, xt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _ = (e) => ut.test(e), f = (e) => !!e && !Number.isNaN(Number(e)), T = (e) => !!e && Number.isInteger(Number(e)), ae = (e) => e.endsWith("%") && f(e.slice(0, -1)), R = (e) => ft.test(e), yt = () => !0, wt = (e) => (
|
|
290
292
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
291
293
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
292
294
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
293
|
-
|
|
294
|
-
),
|
|
295
|
-
const
|
|
296
|
-
return
|
|
297
|
-
}, F = (e,
|
|
298
|
-
const
|
|
299
|
-
return
|
|
300
|
-
},
|
|
301
|
-
const e =
|
|
295
|
+
gt.test(e) && !bt.test(e)
|
|
296
|
+
), je = () => !1, vt = (e) => ht.test(e), kt = (e) => xt.test(e), zt = (e) => !a(e) && !s(e), Ct = (e) => L(e, Ge, je), a = (e) => Pe.test(e), Z = (e) => L(e, Ie, wt), se = (e) => L(e, St, f), ve = (e) => L(e, Ze, je), Vt = (e) => L(e, Oe, kt), Q = (e) => L(e, _e, vt), s = (e) => Ee.test(e), $ = (e) => F(e, Ie), At = (e) => F(e, Ht), ke = (e) => F(e, Ze), Mt = (e) => F(e, Ge), Nt = (e) => F(e, Oe), ee = (e) => F(e, _e, !0), L = (e, o, t) => {
|
|
297
|
+
const r = Pe.exec(e);
|
|
298
|
+
return r ? r[1] ? o(r[1]) : t(r[2]) : !1;
|
|
299
|
+
}, F = (e, o, t = !1) => {
|
|
300
|
+
const r = Ee.exec(e);
|
|
301
|
+
return r ? r[1] ? o(r[1]) : t : !1;
|
|
302
|
+
}, Ze = (e) => e === "position" || e === "percentage", Oe = (e) => e === "image" || e === "url", Ge = (e) => e === "length" || e === "size" || e === "bg-size", Ie = (e) => e === "length", St = (e) => e === "number", Ht = (e) => e === "family-name", _e = (e) => e === "shadow", Rt = () => {
|
|
303
|
+
const e = w("color"), o = w("font"), t = w("text"), r = w("font-weight"), l = w("tracking"), i = w("leading"), n = w("breakpoint"), d = w("container"), c = w("spacing"), p = w("radius"), b = w("shadow"), x = w("inset-shadow"), y = w("text-shadow"), A = w("drop-shadow"), M = w("blur"), C = w("perspective"), k = w("aspect"), P = w("ease"), D = w("animate"), B = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], O = () => [
|
|
302
304
|
"center",
|
|
303
305
|
"top",
|
|
304
306
|
"bottom",
|
|
@@ -316,51 +318,51 @@ const Le = (e, r) => {
|
|
|
316
318
|
"bottom-left",
|
|
317
319
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
318
320
|
"left-bottom"
|
|
319
|
-
],
|
|
320
|
-
span: ["full",
|
|
321
|
-
},
|
|
322
|
-
position: [s,
|
|
323
|
-
}],
|
|
321
|
+
], G = () => [...O(), s, a], E = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], u = () => [s, a, c], S = () => [_, "full", "auto", ...u()], de = () => [T, "none", "subgrid", s, a], me = () => ["auto", {
|
|
322
|
+
span: ["full", T, s, a]
|
|
323
|
+
}, T, s, a], Y = () => [T, "auto", s, a], pe = () => ["auto", "min", "max", "fr", s, a], re = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], I = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], H = () => ["auto", ...u()], j = () => [_, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], m = () => [e, s, a], ue = () => [...O(), ke, ve, {
|
|
324
|
+
position: [s, a]
|
|
325
|
+
}], fe = () => ["no-repeat", {
|
|
324
326
|
repeat: ["", "x", "y", "space", "round"]
|
|
325
|
-
}],
|
|
326
|
-
size: [s,
|
|
327
|
-
}], oe = () => [
|
|
327
|
+
}], ge = () => ["auto", "cover", "contain", Mt, Ct, {
|
|
328
|
+
size: [s, a]
|
|
329
|
+
}], oe = () => [ae, $, Z], z = () => [
|
|
328
330
|
// Deprecated since Tailwind CSS v4.0.0
|
|
329
331
|
"",
|
|
330
332
|
"none",
|
|
331
333
|
"full",
|
|
332
|
-
|
|
334
|
+
p,
|
|
333
335
|
s,
|
|
334
|
-
|
|
335
|
-
],
|
|
336
|
+
a
|
|
337
|
+
], V = () => ["", f, $, Z], q = () => ["solid", "dashed", "dotted", "double"], be = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], v = () => [f, ae, ke, ve], he = () => [
|
|
336
338
|
// Deprecated since Tailwind CSS v4.0.0
|
|
337
339
|
"",
|
|
338
340
|
"none",
|
|
339
|
-
|
|
341
|
+
M,
|
|
340
342
|
s,
|
|
341
|
-
|
|
342
|
-
], X = () => ["none",
|
|
343
|
+
a
|
|
344
|
+
], X = () => ["none", f, s, a], J = () => ["none", f, s, a], ne = () => [f, s, a], K = () => [_, "full", ...u()];
|
|
343
345
|
return {
|
|
344
346
|
cacheSize: 500,
|
|
345
347
|
theme: {
|
|
346
348
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
347
349
|
aspect: ["video"],
|
|
348
|
-
blur: [
|
|
349
|
-
breakpoint: [
|
|
350
|
-
color: [
|
|
351
|
-
container: [
|
|
352
|
-
"drop-shadow": [
|
|
350
|
+
blur: [R],
|
|
351
|
+
breakpoint: [R],
|
|
352
|
+
color: [yt],
|
|
353
|
+
container: [R],
|
|
354
|
+
"drop-shadow": [R],
|
|
353
355
|
ease: ["in", "out", "in-out"],
|
|
354
|
-
font: [
|
|
356
|
+
font: [zt],
|
|
355
357
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
356
|
-
"inset-shadow": [
|
|
358
|
+
"inset-shadow": [R],
|
|
357
359
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
358
360
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
359
|
-
radius: [
|
|
360
|
-
shadow: [
|
|
361
|
-
spacing: ["px",
|
|
362
|
-
text: [
|
|
363
|
-
"text-shadow": [
|
|
361
|
+
radius: [R],
|
|
362
|
+
shadow: [R],
|
|
363
|
+
spacing: ["px", f],
|
|
364
|
+
text: [R],
|
|
365
|
+
"text-shadow": [R],
|
|
364
366
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
365
367
|
},
|
|
366
368
|
classGroups: {
|
|
@@ -372,7 +374,7 @@ const Le = (e, r) => {
|
|
|
372
374
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
373
375
|
*/
|
|
374
376
|
aspect: [{
|
|
375
|
-
aspect: ["auto", "square",
|
|
377
|
+
aspect: ["auto", "square", _, a, s, k]
|
|
376
378
|
}],
|
|
377
379
|
/**
|
|
378
380
|
* Container
|
|
@@ -385,21 +387,21 @@ const Le = (e, r) => {
|
|
|
385
387
|
* @see https://tailwindcss.com/docs/columns
|
|
386
388
|
*/
|
|
387
389
|
columns: [{
|
|
388
|
-
columns: [
|
|
390
|
+
columns: [f, a, s, d]
|
|
389
391
|
}],
|
|
390
392
|
/**
|
|
391
393
|
* Break After
|
|
392
394
|
* @see https://tailwindcss.com/docs/break-after
|
|
393
395
|
*/
|
|
394
396
|
"break-after": [{
|
|
395
|
-
"break-after":
|
|
397
|
+
"break-after": B()
|
|
396
398
|
}],
|
|
397
399
|
/**
|
|
398
400
|
* Break Before
|
|
399
401
|
* @see https://tailwindcss.com/docs/break-before
|
|
400
402
|
*/
|
|
401
403
|
"break-before": [{
|
|
402
|
-
"break-before":
|
|
404
|
+
"break-before": B()
|
|
403
405
|
}],
|
|
404
406
|
/**
|
|
405
407
|
* Break Inside
|
|
@@ -463,49 +465,49 @@ const Le = (e, r) => {
|
|
|
463
465
|
* @see https://tailwindcss.com/docs/object-position
|
|
464
466
|
*/
|
|
465
467
|
"object-position": [{
|
|
466
|
-
object:
|
|
468
|
+
object: G()
|
|
467
469
|
}],
|
|
468
470
|
/**
|
|
469
471
|
* Overflow
|
|
470
472
|
* @see https://tailwindcss.com/docs/overflow
|
|
471
473
|
*/
|
|
472
474
|
overflow: [{
|
|
473
|
-
overflow:
|
|
475
|
+
overflow: E()
|
|
474
476
|
}],
|
|
475
477
|
/**
|
|
476
478
|
* Overflow X
|
|
477
479
|
* @see https://tailwindcss.com/docs/overflow
|
|
478
480
|
*/
|
|
479
481
|
"overflow-x": [{
|
|
480
|
-
"overflow-x":
|
|
482
|
+
"overflow-x": E()
|
|
481
483
|
}],
|
|
482
484
|
/**
|
|
483
485
|
* Overflow Y
|
|
484
486
|
* @see https://tailwindcss.com/docs/overflow
|
|
485
487
|
*/
|
|
486
488
|
"overflow-y": [{
|
|
487
|
-
"overflow-y":
|
|
489
|
+
"overflow-y": E()
|
|
488
490
|
}],
|
|
489
491
|
/**
|
|
490
492
|
* Overscroll Behavior
|
|
491
493
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
492
494
|
*/
|
|
493
495
|
overscroll: [{
|
|
494
|
-
overscroll:
|
|
496
|
+
overscroll: W()
|
|
495
497
|
}],
|
|
496
498
|
/**
|
|
497
499
|
* Overscroll Behavior X
|
|
498
500
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
499
501
|
*/
|
|
500
502
|
"overscroll-x": [{
|
|
501
|
-
"overscroll-x":
|
|
503
|
+
"overscroll-x": W()
|
|
502
504
|
}],
|
|
503
505
|
/**
|
|
504
506
|
* Overscroll Behavior Y
|
|
505
507
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
506
508
|
*/
|
|
507
509
|
"overscroll-y": [{
|
|
508
|
-
"overscroll-y":
|
|
510
|
+
"overscroll-y": W()
|
|
509
511
|
}],
|
|
510
512
|
/**
|
|
511
513
|
* Position
|
|
@@ -585,7 +587,7 @@ const Le = (e, r) => {
|
|
|
585
587
|
* @see https://tailwindcss.com/docs/z-index
|
|
586
588
|
*/
|
|
587
589
|
z: [{
|
|
588
|
-
z: [
|
|
590
|
+
z: [T, "auto", s, a]
|
|
589
591
|
}],
|
|
590
592
|
// ------------------------
|
|
591
593
|
// --- Flexbox and Grid ---
|
|
@@ -595,7 +597,7 @@ const Le = (e, r) => {
|
|
|
595
597
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
596
598
|
*/
|
|
597
599
|
basis: [{
|
|
598
|
-
basis: [
|
|
600
|
+
basis: [_, "full", "auto", d, ...u()]
|
|
599
601
|
}],
|
|
600
602
|
/**
|
|
601
603
|
* Flex Direction
|
|
@@ -616,42 +618,42 @@ const Le = (e, r) => {
|
|
|
616
618
|
* @see https://tailwindcss.com/docs/flex
|
|
617
619
|
*/
|
|
618
620
|
flex: [{
|
|
619
|
-
flex: [
|
|
621
|
+
flex: [f, _, "auto", "initial", "none", a]
|
|
620
622
|
}],
|
|
621
623
|
/**
|
|
622
624
|
* Flex Grow
|
|
623
625
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
624
626
|
*/
|
|
625
627
|
grow: [{
|
|
626
|
-
grow: ["",
|
|
628
|
+
grow: ["", f, s, a]
|
|
627
629
|
}],
|
|
628
630
|
/**
|
|
629
631
|
* Flex Shrink
|
|
630
632
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
631
633
|
*/
|
|
632
634
|
shrink: [{
|
|
633
|
-
shrink: ["",
|
|
635
|
+
shrink: ["", f, s, a]
|
|
634
636
|
}],
|
|
635
637
|
/**
|
|
636
638
|
* Order
|
|
637
639
|
* @see https://tailwindcss.com/docs/order
|
|
638
640
|
*/
|
|
639
641
|
order: [{
|
|
640
|
-
order: [
|
|
642
|
+
order: [T, "first", "last", "none", s, a]
|
|
641
643
|
}],
|
|
642
644
|
/**
|
|
643
645
|
* Grid Template Columns
|
|
644
646
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
645
647
|
*/
|
|
646
648
|
"grid-cols": [{
|
|
647
|
-
"grid-cols":
|
|
649
|
+
"grid-cols": de()
|
|
648
650
|
}],
|
|
649
651
|
/**
|
|
650
652
|
* Grid Column Start / End
|
|
651
653
|
* @see https://tailwindcss.com/docs/grid-column
|
|
652
654
|
*/
|
|
653
655
|
"col-start-end": [{
|
|
654
|
-
col:
|
|
656
|
+
col: me()
|
|
655
657
|
}],
|
|
656
658
|
/**
|
|
657
659
|
* Grid Column Start
|
|
@@ -672,14 +674,14 @@ const Le = (e, r) => {
|
|
|
672
674
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
673
675
|
*/
|
|
674
676
|
"grid-rows": [{
|
|
675
|
-
"grid-rows":
|
|
677
|
+
"grid-rows": de()
|
|
676
678
|
}],
|
|
677
679
|
/**
|
|
678
680
|
* Grid Row Start / End
|
|
679
681
|
* @see https://tailwindcss.com/docs/grid-row
|
|
680
682
|
*/
|
|
681
683
|
"row-start-end": [{
|
|
682
|
-
row:
|
|
684
|
+
row: me()
|
|
683
685
|
}],
|
|
684
686
|
/**
|
|
685
687
|
* Grid Row Start
|
|
@@ -707,70 +709,70 @@ const Le = (e, r) => {
|
|
|
707
709
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
708
710
|
*/
|
|
709
711
|
"auto-cols": [{
|
|
710
|
-
"auto-cols":
|
|
712
|
+
"auto-cols": pe()
|
|
711
713
|
}],
|
|
712
714
|
/**
|
|
713
715
|
* Grid Auto Rows
|
|
714
716
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
715
717
|
*/
|
|
716
718
|
"auto-rows": [{
|
|
717
|
-
"auto-rows":
|
|
719
|
+
"auto-rows": pe()
|
|
718
720
|
}],
|
|
719
721
|
/**
|
|
720
722
|
* Gap
|
|
721
723
|
* @see https://tailwindcss.com/docs/gap
|
|
722
724
|
*/
|
|
723
725
|
gap: [{
|
|
724
|
-
gap:
|
|
726
|
+
gap: u()
|
|
725
727
|
}],
|
|
726
728
|
/**
|
|
727
729
|
* Gap X
|
|
728
730
|
* @see https://tailwindcss.com/docs/gap
|
|
729
731
|
*/
|
|
730
732
|
"gap-x": [{
|
|
731
|
-
"gap-x":
|
|
733
|
+
"gap-x": u()
|
|
732
734
|
}],
|
|
733
735
|
/**
|
|
734
736
|
* Gap Y
|
|
735
737
|
* @see https://tailwindcss.com/docs/gap
|
|
736
738
|
*/
|
|
737
739
|
"gap-y": [{
|
|
738
|
-
"gap-y":
|
|
740
|
+
"gap-y": u()
|
|
739
741
|
}],
|
|
740
742
|
/**
|
|
741
743
|
* Justify Content
|
|
742
744
|
* @see https://tailwindcss.com/docs/justify-content
|
|
743
745
|
*/
|
|
744
746
|
"justify-content": [{
|
|
745
|
-
justify: [...
|
|
747
|
+
justify: [...re(), "normal"]
|
|
746
748
|
}],
|
|
747
749
|
/**
|
|
748
750
|
* Justify Items
|
|
749
751
|
* @see https://tailwindcss.com/docs/justify-items
|
|
750
752
|
*/
|
|
751
753
|
"justify-items": [{
|
|
752
|
-
"justify-items": [...
|
|
754
|
+
"justify-items": [...I(), "normal"]
|
|
753
755
|
}],
|
|
754
756
|
/**
|
|
755
757
|
* Justify Self
|
|
756
758
|
* @see https://tailwindcss.com/docs/justify-self
|
|
757
759
|
*/
|
|
758
760
|
"justify-self": [{
|
|
759
|
-
"justify-self": ["auto", ...
|
|
761
|
+
"justify-self": ["auto", ...I()]
|
|
760
762
|
}],
|
|
761
763
|
/**
|
|
762
764
|
* Align Content
|
|
763
765
|
* @see https://tailwindcss.com/docs/align-content
|
|
764
766
|
*/
|
|
765
767
|
"align-content": [{
|
|
766
|
-
content: ["normal", ...
|
|
768
|
+
content: ["normal", ...re()]
|
|
767
769
|
}],
|
|
768
770
|
/**
|
|
769
771
|
* Align Items
|
|
770
772
|
* @see https://tailwindcss.com/docs/align-items
|
|
771
773
|
*/
|
|
772
774
|
"align-items": [{
|
|
773
|
-
items: [...
|
|
775
|
+
items: [...I(), {
|
|
774
776
|
baseline: ["", "last"]
|
|
775
777
|
}]
|
|
776
778
|
}],
|
|
@@ -779,7 +781,7 @@ const Le = (e, r) => {
|
|
|
779
781
|
* @see https://tailwindcss.com/docs/align-self
|
|
780
782
|
*/
|
|
781
783
|
"align-self": [{
|
|
782
|
-
self: ["auto", ...
|
|
784
|
+
self: ["auto", ...I(), {
|
|
783
785
|
baseline: ["", "last"]
|
|
784
786
|
}]
|
|
785
787
|
}],
|
|
@@ -788,21 +790,21 @@ const Le = (e, r) => {
|
|
|
788
790
|
* @see https://tailwindcss.com/docs/place-content
|
|
789
791
|
*/
|
|
790
792
|
"place-content": [{
|
|
791
|
-
"place-content":
|
|
793
|
+
"place-content": re()
|
|
792
794
|
}],
|
|
793
795
|
/**
|
|
794
796
|
* Place Items
|
|
795
797
|
* @see https://tailwindcss.com/docs/place-items
|
|
796
798
|
*/
|
|
797
799
|
"place-items": [{
|
|
798
|
-
"place-items": [...
|
|
800
|
+
"place-items": [...I(), "baseline"]
|
|
799
801
|
}],
|
|
800
802
|
/**
|
|
801
803
|
* Place Self
|
|
802
804
|
* @see https://tailwindcss.com/docs/place-self
|
|
803
805
|
*/
|
|
804
806
|
"place-self": [{
|
|
805
|
-
"place-self": ["auto", ...
|
|
807
|
+
"place-self": ["auto", ...I()]
|
|
806
808
|
}],
|
|
807
809
|
// Spacing
|
|
808
810
|
/**
|
|
@@ -810,133 +812,133 @@ const Le = (e, r) => {
|
|
|
810
812
|
* @see https://tailwindcss.com/docs/padding
|
|
811
813
|
*/
|
|
812
814
|
p: [{
|
|
813
|
-
p:
|
|
815
|
+
p: u()
|
|
814
816
|
}],
|
|
815
817
|
/**
|
|
816
818
|
* Padding X
|
|
817
819
|
* @see https://tailwindcss.com/docs/padding
|
|
818
820
|
*/
|
|
819
821
|
px: [{
|
|
820
|
-
px:
|
|
822
|
+
px: u()
|
|
821
823
|
}],
|
|
822
824
|
/**
|
|
823
825
|
* Padding Y
|
|
824
826
|
* @see https://tailwindcss.com/docs/padding
|
|
825
827
|
*/
|
|
826
828
|
py: [{
|
|
827
|
-
py:
|
|
829
|
+
py: u()
|
|
828
830
|
}],
|
|
829
831
|
/**
|
|
830
832
|
* Padding Start
|
|
831
833
|
* @see https://tailwindcss.com/docs/padding
|
|
832
834
|
*/
|
|
833
835
|
ps: [{
|
|
834
|
-
ps:
|
|
836
|
+
ps: u()
|
|
835
837
|
}],
|
|
836
838
|
/**
|
|
837
839
|
* Padding End
|
|
838
840
|
* @see https://tailwindcss.com/docs/padding
|
|
839
841
|
*/
|
|
840
842
|
pe: [{
|
|
841
|
-
pe:
|
|
843
|
+
pe: u()
|
|
842
844
|
}],
|
|
843
845
|
/**
|
|
844
846
|
* Padding Top
|
|
845
847
|
* @see https://tailwindcss.com/docs/padding
|
|
846
848
|
*/
|
|
847
849
|
pt: [{
|
|
848
|
-
pt:
|
|
850
|
+
pt: u()
|
|
849
851
|
}],
|
|
850
852
|
/**
|
|
851
853
|
* Padding Right
|
|
852
854
|
* @see https://tailwindcss.com/docs/padding
|
|
853
855
|
*/
|
|
854
856
|
pr: [{
|
|
855
|
-
pr:
|
|
857
|
+
pr: u()
|
|
856
858
|
}],
|
|
857
859
|
/**
|
|
858
860
|
* Padding Bottom
|
|
859
861
|
* @see https://tailwindcss.com/docs/padding
|
|
860
862
|
*/
|
|
861
863
|
pb: [{
|
|
862
|
-
pb:
|
|
864
|
+
pb: u()
|
|
863
865
|
}],
|
|
864
866
|
/**
|
|
865
867
|
* Padding Left
|
|
866
868
|
* @see https://tailwindcss.com/docs/padding
|
|
867
869
|
*/
|
|
868
870
|
pl: [{
|
|
869
|
-
pl:
|
|
871
|
+
pl: u()
|
|
870
872
|
}],
|
|
871
873
|
/**
|
|
872
874
|
* Margin
|
|
873
875
|
* @see https://tailwindcss.com/docs/margin
|
|
874
876
|
*/
|
|
875
877
|
m: [{
|
|
876
|
-
m:
|
|
878
|
+
m: H()
|
|
877
879
|
}],
|
|
878
880
|
/**
|
|
879
881
|
* Margin X
|
|
880
882
|
* @see https://tailwindcss.com/docs/margin
|
|
881
883
|
*/
|
|
882
884
|
mx: [{
|
|
883
|
-
mx:
|
|
885
|
+
mx: H()
|
|
884
886
|
}],
|
|
885
887
|
/**
|
|
886
888
|
* Margin Y
|
|
887
889
|
* @see https://tailwindcss.com/docs/margin
|
|
888
890
|
*/
|
|
889
891
|
my: [{
|
|
890
|
-
my:
|
|
892
|
+
my: H()
|
|
891
893
|
}],
|
|
892
894
|
/**
|
|
893
895
|
* Margin Start
|
|
894
896
|
* @see https://tailwindcss.com/docs/margin
|
|
895
897
|
*/
|
|
896
898
|
ms: [{
|
|
897
|
-
ms:
|
|
899
|
+
ms: H()
|
|
898
900
|
}],
|
|
899
901
|
/**
|
|
900
902
|
* Margin End
|
|
901
903
|
* @see https://tailwindcss.com/docs/margin
|
|
902
904
|
*/
|
|
903
905
|
me: [{
|
|
904
|
-
me:
|
|
906
|
+
me: H()
|
|
905
907
|
}],
|
|
906
908
|
/**
|
|
907
909
|
* Margin Top
|
|
908
910
|
* @see https://tailwindcss.com/docs/margin
|
|
909
911
|
*/
|
|
910
912
|
mt: [{
|
|
911
|
-
mt:
|
|
913
|
+
mt: H()
|
|
912
914
|
}],
|
|
913
915
|
/**
|
|
914
916
|
* Margin Right
|
|
915
917
|
* @see https://tailwindcss.com/docs/margin
|
|
916
918
|
*/
|
|
917
919
|
mr: [{
|
|
918
|
-
mr:
|
|
920
|
+
mr: H()
|
|
919
921
|
}],
|
|
920
922
|
/**
|
|
921
923
|
* Margin Bottom
|
|
922
924
|
* @see https://tailwindcss.com/docs/margin
|
|
923
925
|
*/
|
|
924
926
|
mb: [{
|
|
925
|
-
mb:
|
|
927
|
+
mb: H()
|
|
926
928
|
}],
|
|
927
929
|
/**
|
|
928
930
|
* Margin Left
|
|
929
931
|
* @see https://tailwindcss.com/docs/margin
|
|
930
932
|
*/
|
|
931
933
|
ml: [{
|
|
932
|
-
ml:
|
|
934
|
+
ml: H()
|
|
933
935
|
}],
|
|
934
936
|
/**
|
|
935
937
|
* Space Between X
|
|
936
938
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
937
939
|
*/
|
|
938
940
|
"space-x": [{
|
|
939
|
-
"space-x":
|
|
941
|
+
"space-x": u()
|
|
940
942
|
}],
|
|
941
943
|
/**
|
|
942
944
|
* Space Between X Reverse
|
|
@@ -948,7 +950,7 @@ const Le = (e, r) => {
|
|
|
948
950
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
949
951
|
*/
|
|
950
952
|
"space-y": [{
|
|
951
|
-
"space-y":
|
|
953
|
+
"space-y": u()
|
|
952
954
|
}],
|
|
953
955
|
/**
|
|
954
956
|
* Space Between Y Reverse
|
|
@@ -963,14 +965,14 @@ const Le = (e, r) => {
|
|
|
963
965
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
964
966
|
*/
|
|
965
967
|
size: [{
|
|
966
|
-
size:
|
|
968
|
+
size: j()
|
|
967
969
|
}],
|
|
968
970
|
/**
|
|
969
971
|
* Width
|
|
970
972
|
* @see https://tailwindcss.com/docs/width
|
|
971
973
|
*/
|
|
972
974
|
w: [{
|
|
973
|
-
w: [
|
|
975
|
+
w: [d, "screen", ...j()]
|
|
974
976
|
}],
|
|
975
977
|
/**
|
|
976
978
|
* Min-Width
|
|
@@ -978,11 +980,11 @@ const Le = (e, r) => {
|
|
|
978
980
|
*/
|
|
979
981
|
"min-w": [{
|
|
980
982
|
"min-w": [
|
|
981
|
-
|
|
983
|
+
d,
|
|
982
984
|
"screen",
|
|
983
985
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
984
986
|
"none",
|
|
985
|
-
...
|
|
987
|
+
...j()
|
|
986
988
|
]
|
|
987
989
|
}],
|
|
988
990
|
/**
|
|
@@ -991,16 +993,16 @@ const Le = (e, r) => {
|
|
|
991
993
|
*/
|
|
992
994
|
"max-w": [{
|
|
993
995
|
"max-w": [
|
|
994
|
-
|
|
996
|
+
d,
|
|
995
997
|
"screen",
|
|
996
998
|
"none",
|
|
997
999
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
998
1000
|
"prose",
|
|
999
1001
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1000
1002
|
{
|
|
1001
|
-
screen: [
|
|
1003
|
+
screen: [n]
|
|
1002
1004
|
},
|
|
1003
|
-
...
|
|
1005
|
+
...j()
|
|
1004
1006
|
]
|
|
1005
1007
|
}],
|
|
1006
1008
|
/**
|
|
@@ -1008,21 +1010,21 @@ const Le = (e, r) => {
|
|
|
1008
1010
|
* @see https://tailwindcss.com/docs/height
|
|
1009
1011
|
*/
|
|
1010
1012
|
h: [{
|
|
1011
|
-
h: ["screen", "lh", ...
|
|
1013
|
+
h: ["screen", "lh", ...j()]
|
|
1012
1014
|
}],
|
|
1013
1015
|
/**
|
|
1014
1016
|
* Min-Height
|
|
1015
1017
|
* @see https://tailwindcss.com/docs/min-height
|
|
1016
1018
|
*/
|
|
1017
1019
|
"min-h": [{
|
|
1018
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1020
|
+
"min-h": ["screen", "lh", "none", ...j()]
|
|
1019
1021
|
}],
|
|
1020
1022
|
/**
|
|
1021
1023
|
* Max-Height
|
|
1022
1024
|
* @see https://tailwindcss.com/docs/max-height
|
|
1023
1025
|
*/
|
|
1024
1026
|
"max-h": [{
|
|
1025
|
-
"max-h": ["screen", "lh", ...
|
|
1027
|
+
"max-h": ["screen", "lh", ...j()]
|
|
1026
1028
|
}],
|
|
1027
1029
|
// ------------------
|
|
1028
1030
|
// --- Typography ---
|
|
@@ -1032,7 +1034,7 @@ const Le = (e, r) => {
|
|
|
1032
1034
|
* @see https://tailwindcss.com/docs/font-size
|
|
1033
1035
|
*/
|
|
1034
1036
|
"font-size": [{
|
|
1035
|
-
text: ["base",
|
|
1037
|
+
text: ["base", t, $, Z]
|
|
1036
1038
|
}],
|
|
1037
1039
|
/**
|
|
1038
1040
|
* Font Smoothing
|
|
@@ -1049,21 +1051,21 @@ const Le = (e, r) => {
|
|
|
1049
1051
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1050
1052
|
*/
|
|
1051
1053
|
"font-weight": [{
|
|
1052
|
-
font: [
|
|
1054
|
+
font: [r, s, se]
|
|
1053
1055
|
}],
|
|
1054
1056
|
/**
|
|
1055
1057
|
* Font Stretch
|
|
1056
1058
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1057
1059
|
*/
|
|
1058
1060
|
"font-stretch": [{
|
|
1059
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1061
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ae, a]
|
|
1060
1062
|
}],
|
|
1061
1063
|
/**
|
|
1062
1064
|
* Font Family
|
|
1063
1065
|
* @see https://tailwindcss.com/docs/font-family
|
|
1064
1066
|
*/
|
|
1065
1067
|
"font-family": [{
|
|
1066
|
-
font: [
|
|
1068
|
+
font: [At, a, o]
|
|
1067
1069
|
}],
|
|
1068
1070
|
/**
|
|
1069
1071
|
* Font Variant Numeric
|
|
@@ -1100,14 +1102,14 @@ const Le = (e, r) => {
|
|
|
1100
1102
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1101
1103
|
*/
|
|
1102
1104
|
tracking: [{
|
|
1103
|
-
tracking: [l, s,
|
|
1105
|
+
tracking: [l, s, a]
|
|
1104
1106
|
}],
|
|
1105
1107
|
/**
|
|
1106
1108
|
* Line Clamp
|
|
1107
1109
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1108
1110
|
*/
|
|
1109
1111
|
"line-clamp": [{
|
|
1110
|
-
"line-clamp": [
|
|
1112
|
+
"line-clamp": [f, "none", s, se]
|
|
1111
1113
|
}],
|
|
1112
1114
|
/**
|
|
1113
1115
|
* Line Height
|
|
@@ -1117,7 +1119,7 @@ const Le = (e, r) => {
|
|
|
1117
1119
|
leading: [
|
|
1118
1120
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1119
1121
|
i,
|
|
1120
|
-
...
|
|
1122
|
+
...u()
|
|
1121
1123
|
]
|
|
1122
1124
|
}],
|
|
1123
1125
|
/**
|
|
@@ -1125,7 +1127,7 @@ const Le = (e, r) => {
|
|
|
1125
1127
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1126
1128
|
*/
|
|
1127
1129
|
"list-image": [{
|
|
1128
|
-
"list-image": ["none", s,
|
|
1130
|
+
"list-image": ["none", s, a]
|
|
1129
1131
|
}],
|
|
1130
1132
|
/**
|
|
1131
1133
|
* List Style Position
|
|
@@ -1139,7 +1141,7 @@ const Le = (e, r) => {
|
|
|
1139
1141
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1140
1142
|
*/
|
|
1141
1143
|
"list-style-type": [{
|
|
1142
|
-
list: ["disc", "decimal", "none", s,
|
|
1144
|
+
list: ["disc", "decimal", "none", s, a]
|
|
1143
1145
|
}],
|
|
1144
1146
|
/**
|
|
1145
1147
|
* Text Alignment
|
|
@@ -1154,14 +1156,14 @@ const Le = (e, r) => {
|
|
|
1154
1156
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1155
1157
|
*/
|
|
1156
1158
|
"placeholder-color": [{
|
|
1157
|
-
placeholder:
|
|
1159
|
+
placeholder: m()
|
|
1158
1160
|
}],
|
|
1159
1161
|
/**
|
|
1160
1162
|
* Text Color
|
|
1161
1163
|
* @see https://tailwindcss.com/docs/text-color
|
|
1162
1164
|
*/
|
|
1163
1165
|
"text-color": [{
|
|
1164
|
-
text:
|
|
1166
|
+
text: m()
|
|
1165
1167
|
}],
|
|
1166
1168
|
/**
|
|
1167
1169
|
* Text Decoration
|
|
@@ -1180,21 +1182,21 @@ const Le = (e, r) => {
|
|
|
1180
1182
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1181
1183
|
*/
|
|
1182
1184
|
"text-decoration-thickness": [{
|
|
1183
|
-
decoration: [
|
|
1185
|
+
decoration: [f, "from-font", "auto", s, Z]
|
|
1184
1186
|
}],
|
|
1185
1187
|
/**
|
|
1186
1188
|
* Text Decoration Color
|
|
1187
1189
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1188
1190
|
*/
|
|
1189
1191
|
"text-decoration-color": [{
|
|
1190
|
-
decoration:
|
|
1192
|
+
decoration: m()
|
|
1191
1193
|
}],
|
|
1192
1194
|
/**
|
|
1193
1195
|
* Text Underline Offset
|
|
1194
1196
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1195
1197
|
*/
|
|
1196
1198
|
"underline-offset": [{
|
|
1197
|
-
"underline-offset": [
|
|
1199
|
+
"underline-offset": [f, "auto", s, a]
|
|
1198
1200
|
}],
|
|
1199
1201
|
/**
|
|
1200
1202
|
* Text Transform
|
|
@@ -1218,14 +1220,14 @@ const Le = (e, r) => {
|
|
|
1218
1220
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1219
1221
|
*/
|
|
1220
1222
|
indent: [{
|
|
1221
|
-
indent:
|
|
1223
|
+
indent: u()
|
|
1222
1224
|
}],
|
|
1223
1225
|
/**
|
|
1224
1226
|
* Vertical Alignment
|
|
1225
1227
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1226
1228
|
*/
|
|
1227
1229
|
"vertical-align": [{
|
|
1228
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s,
|
|
1230
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, a]
|
|
1229
1231
|
}],
|
|
1230
1232
|
/**
|
|
1231
1233
|
* Whitespace
|
|
@@ -1260,7 +1262,7 @@ const Le = (e, r) => {
|
|
|
1260
1262
|
* @see https://tailwindcss.com/docs/content
|
|
1261
1263
|
*/
|
|
1262
1264
|
content: [{
|
|
1263
|
-
content: ["none", s,
|
|
1265
|
+
content: ["none", s, a]
|
|
1264
1266
|
}],
|
|
1265
1267
|
// -------------------
|
|
1266
1268
|
// --- Backgrounds ---
|
|
@@ -1291,21 +1293,21 @@ const Le = (e, r) => {
|
|
|
1291
1293
|
* @see https://tailwindcss.com/docs/background-position
|
|
1292
1294
|
*/
|
|
1293
1295
|
"bg-position": [{
|
|
1294
|
-
bg:
|
|
1296
|
+
bg: ue()
|
|
1295
1297
|
}],
|
|
1296
1298
|
/**
|
|
1297
1299
|
* Background Repeat
|
|
1298
1300
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1299
1301
|
*/
|
|
1300
1302
|
"bg-repeat": [{
|
|
1301
|
-
bg:
|
|
1303
|
+
bg: fe()
|
|
1302
1304
|
}],
|
|
1303
1305
|
/**
|
|
1304
1306
|
* Background Size
|
|
1305
1307
|
* @see https://tailwindcss.com/docs/background-size
|
|
1306
1308
|
*/
|
|
1307
1309
|
"bg-size": [{
|
|
1308
|
-
bg:
|
|
1310
|
+
bg: ge()
|
|
1309
1311
|
}],
|
|
1310
1312
|
/**
|
|
1311
1313
|
* Background Image
|
|
@@ -1315,17 +1317,17 @@ const Le = (e, r) => {
|
|
|
1315
1317
|
bg: ["none", {
|
|
1316
1318
|
linear: [{
|
|
1317
1319
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1318
|
-
},
|
|
1319
|
-
radial: ["", s,
|
|
1320
|
-
conic: [
|
|
1321
|
-
},
|
|
1320
|
+
}, T, s, a],
|
|
1321
|
+
radial: ["", s, a],
|
|
1322
|
+
conic: [T, s, a]
|
|
1323
|
+
}, Nt, Vt]
|
|
1322
1324
|
}],
|
|
1323
1325
|
/**
|
|
1324
1326
|
* Background Color
|
|
1325
1327
|
* @see https://tailwindcss.com/docs/background-color
|
|
1326
1328
|
*/
|
|
1327
1329
|
"bg-color": [{
|
|
1328
|
-
bg:
|
|
1330
|
+
bg: m()
|
|
1329
1331
|
}],
|
|
1330
1332
|
/**
|
|
1331
1333
|
* Gradient Color Stops From Position
|
|
@@ -1353,21 +1355,21 @@ const Le = (e, r) => {
|
|
|
1353
1355
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1354
1356
|
*/
|
|
1355
1357
|
"gradient-from": [{
|
|
1356
|
-
from:
|
|
1358
|
+
from: m()
|
|
1357
1359
|
}],
|
|
1358
1360
|
/**
|
|
1359
1361
|
* Gradient Color Stops Via
|
|
1360
1362
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1361
1363
|
*/
|
|
1362
1364
|
"gradient-via": [{
|
|
1363
|
-
via:
|
|
1365
|
+
via: m()
|
|
1364
1366
|
}],
|
|
1365
1367
|
/**
|
|
1366
1368
|
* Gradient Color Stops To
|
|
1367
1369
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1368
1370
|
*/
|
|
1369
1371
|
"gradient-to": [{
|
|
1370
|
-
to:
|
|
1372
|
+
to: m()
|
|
1371
1373
|
}],
|
|
1372
1374
|
// ---------------
|
|
1373
1375
|
// --- Borders ---
|
|
@@ -1377,175 +1379,175 @@ const Le = (e, r) => {
|
|
|
1377
1379
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1378
1380
|
*/
|
|
1379
1381
|
rounded: [{
|
|
1380
|
-
rounded:
|
|
1382
|
+
rounded: z()
|
|
1381
1383
|
}],
|
|
1382
1384
|
/**
|
|
1383
1385
|
* Border Radius Start
|
|
1384
1386
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1385
1387
|
*/
|
|
1386
1388
|
"rounded-s": [{
|
|
1387
|
-
"rounded-s":
|
|
1389
|
+
"rounded-s": z()
|
|
1388
1390
|
}],
|
|
1389
1391
|
/**
|
|
1390
1392
|
* Border Radius End
|
|
1391
1393
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1392
1394
|
*/
|
|
1393
1395
|
"rounded-e": [{
|
|
1394
|
-
"rounded-e":
|
|
1396
|
+
"rounded-e": z()
|
|
1395
1397
|
}],
|
|
1396
1398
|
/**
|
|
1397
1399
|
* Border Radius Top
|
|
1398
1400
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1399
1401
|
*/
|
|
1400
1402
|
"rounded-t": [{
|
|
1401
|
-
"rounded-t":
|
|
1403
|
+
"rounded-t": z()
|
|
1402
1404
|
}],
|
|
1403
1405
|
/**
|
|
1404
1406
|
* Border Radius Right
|
|
1405
1407
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1406
1408
|
*/
|
|
1407
1409
|
"rounded-r": [{
|
|
1408
|
-
"rounded-r":
|
|
1410
|
+
"rounded-r": z()
|
|
1409
1411
|
}],
|
|
1410
1412
|
/**
|
|
1411
1413
|
* Border Radius Bottom
|
|
1412
1414
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1413
1415
|
*/
|
|
1414
1416
|
"rounded-b": [{
|
|
1415
|
-
"rounded-b":
|
|
1417
|
+
"rounded-b": z()
|
|
1416
1418
|
}],
|
|
1417
1419
|
/**
|
|
1418
1420
|
* Border Radius Left
|
|
1419
1421
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1420
1422
|
*/
|
|
1421
1423
|
"rounded-l": [{
|
|
1422
|
-
"rounded-l":
|
|
1424
|
+
"rounded-l": z()
|
|
1423
1425
|
}],
|
|
1424
1426
|
/**
|
|
1425
1427
|
* Border Radius Start Start
|
|
1426
1428
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1427
1429
|
*/
|
|
1428
1430
|
"rounded-ss": [{
|
|
1429
|
-
"rounded-ss":
|
|
1431
|
+
"rounded-ss": z()
|
|
1430
1432
|
}],
|
|
1431
1433
|
/**
|
|
1432
1434
|
* Border Radius Start End
|
|
1433
1435
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1434
1436
|
*/
|
|
1435
1437
|
"rounded-se": [{
|
|
1436
|
-
"rounded-se":
|
|
1438
|
+
"rounded-se": z()
|
|
1437
1439
|
}],
|
|
1438
1440
|
/**
|
|
1439
1441
|
* Border Radius End End
|
|
1440
1442
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1441
1443
|
*/
|
|
1442
1444
|
"rounded-ee": [{
|
|
1443
|
-
"rounded-ee":
|
|
1445
|
+
"rounded-ee": z()
|
|
1444
1446
|
}],
|
|
1445
1447
|
/**
|
|
1446
1448
|
* Border Radius End Start
|
|
1447
1449
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1448
1450
|
*/
|
|
1449
1451
|
"rounded-es": [{
|
|
1450
|
-
"rounded-es":
|
|
1452
|
+
"rounded-es": z()
|
|
1451
1453
|
}],
|
|
1452
1454
|
/**
|
|
1453
1455
|
* Border Radius Top Left
|
|
1454
1456
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1455
1457
|
*/
|
|
1456
1458
|
"rounded-tl": [{
|
|
1457
|
-
"rounded-tl":
|
|
1459
|
+
"rounded-tl": z()
|
|
1458
1460
|
}],
|
|
1459
1461
|
/**
|
|
1460
1462
|
* Border Radius Top Right
|
|
1461
1463
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1462
1464
|
*/
|
|
1463
1465
|
"rounded-tr": [{
|
|
1464
|
-
"rounded-tr":
|
|
1466
|
+
"rounded-tr": z()
|
|
1465
1467
|
}],
|
|
1466
1468
|
/**
|
|
1467
1469
|
* Border Radius Bottom Right
|
|
1468
1470
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1469
1471
|
*/
|
|
1470
1472
|
"rounded-br": [{
|
|
1471
|
-
"rounded-br":
|
|
1473
|
+
"rounded-br": z()
|
|
1472
1474
|
}],
|
|
1473
1475
|
/**
|
|
1474
1476
|
* Border Radius Bottom Left
|
|
1475
1477
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1476
1478
|
*/
|
|
1477
1479
|
"rounded-bl": [{
|
|
1478
|
-
"rounded-bl":
|
|
1480
|
+
"rounded-bl": z()
|
|
1479
1481
|
}],
|
|
1480
1482
|
/**
|
|
1481
1483
|
* Border Width
|
|
1482
1484
|
* @see https://tailwindcss.com/docs/border-width
|
|
1483
1485
|
*/
|
|
1484
1486
|
"border-w": [{
|
|
1485
|
-
border:
|
|
1487
|
+
border: V()
|
|
1486
1488
|
}],
|
|
1487
1489
|
/**
|
|
1488
1490
|
* Border Width X
|
|
1489
1491
|
* @see https://tailwindcss.com/docs/border-width
|
|
1490
1492
|
*/
|
|
1491
1493
|
"border-w-x": [{
|
|
1492
|
-
"border-x":
|
|
1494
|
+
"border-x": V()
|
|
1493
1495
|
}],
|
|
1494
1496
|
/**
|
|
1495
1497
|
* Border Width Y
|
|
1496
1498
|
* @see https://tailwindcss.com/docs/border-width
|
|
1497
1499
|
*/
|
|
1498
1500
|
"border-w-y": [{
|
|
1499
|
-
"border-y":
|
|
1501
|
+
"border-y": V()
|
|
1500
1502
|
}],
|
|
1501
1503
|
/**
|
|
1502
1504
|
* Border Width Start
|
|
1503
1505
|
* @see https://tailwindcss.com/docs/border-width
|
|
1504
1506
|
*/
|
|
1505
1507
|
"border-w-s": [{
|
|
1506
|
-
"border-s":
|
|
1508
|
+
"border-s": V()
|
|
1507
1509
|
}],
|
|
1508
1510
|
/**
|
|
1509
1511
|
* Border Width End
|
|
1510
1512
|
* @see https://tailwindcss.com/docs/border-width
|
|
1511
1513
|
*/
|
|
1512
1514
|
"border-w-e": [{
|
|
1513
|
-
"border-e":
|
|
1515
|
+
"border-e": V()
|
|
1514
1516
|
}],
|
|
1515
1517
|
/**
|
|
1516
1518
|
* Border Width Top
|
|
1517
1519
|
* @see https://tailwindcss.com/docs/border-width
|
|
1518
1520
|
*/
|
|
1519
1521
|
"border-w-t": [{
|
|
1520
|
-
"border-t":
|
|
1522
|
+
"border-t": V()
|
|
1521
1523
|
}],
|
|
1522
1524
|
/**
|
|
1523
1525
|
* Border Width Right
|
|
1524
1526
|
* @see https://tailwindcss.com/docs/border-width
|
|
1525
1527
|
*/
|
|
1526
1528
|
"border-w-r": [{
|
|
1527
|
-
"border-r":
|
|
1529
|
+
"border-r": V()
|
|
1528
1530
|
}],
|
|
1529
1531
|
/**
|
|
1530
1532
|
* Border Width Bottom
|
|
1531
1533
|
* @see https://tailwindcss.com/docs/border-width
|
|
1532
1534
|
*/
|
|
1533
1535
|
"border-w-b": [{
|
|
1534
|
-
"border-b":
|
|
1536
|
+
"border-b": V()
|
|
1535
1537
|
}],
|
|
1536
1538
|
/**
|
|
1537
1539
|
* Border Width Left
|
|
1538
1540
|
* @see https://tailwindcss.com/docs/border-width
|
|
1539
1541
|
*/
|
|
1540
1542
|
"border-w-l": [{
|
|
1541
|
-
"border-l":
|
|
1543
|
+
"border-l": V()
|
|
1542
1544
|
}],
|
|
1543
1545
|
/**
|
|
1544
1546
|
* Divide Width X
|
|
1545
1547
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1546
1548
|
*/
|
|
1547
1549
|
"divide-x": [{
|
|
1548
|
-
"divide-x":
|
|
1550
|
+
"divide-x": V()
|
|
1549
1551
|
}],
|
|
1550
1552
|
/**
|
|
1551
1553
|
* Divide Width X Reverse
|
|
@@ -1557,7 +1559,7 @@ const Le = (e, r) => {
|
|
|
1557
1559
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1558
1560
|
*/
|
|
1559
1561
|
"divide-y": [{
|
|
1560
|
-
"divide-y":
|
|
1562
|
+
"divide-y": V()
|
|
1561
1563
|
}],
|
|
1562
1564
|
/**
|
|
1563
1565
|
* Divide Width Y Reverse
|
|
@@ -1583,70 +1585,70 @@ const Le = (e, r) => {
|
|
|
1583
1585
|
* @see https://tailwindcss.com/docs/border-color
|
|
1584
1586
|
*/
|
|
1585
1587
|
"border-color": [{
|
|
1586
|
-
border:
|
|
1588
|
+
border: m()
|
|
1587
1589
|
}],
|
|
1588
1590
|
/**
|
|
1589
1591
|
* Border Color X
|
|
1590
1592
|
* @see https://tailwindcss.com/docs/border-color
|
|
1591
1593
|
*/
|
|
1592
1594
|
"border-color-x": [{
|
|
1593
|
-
"border-x":
|
|
1595
|
+
"border-x": m()
|
|
1594
1596
|
}],
|
|
1595
1597
|
/**
|
|
1596
1598
|
* Border Color Y
|
|
1597
1599
|
* @see https://tailwindcss.com/docs/border-color
|
|
1598
1600
|
*/
|
|
1599
1601
|
"border-color-y": [{
|
|
1600
|
-
"border-y":
|
|
1602
|
+
"border-y": m()
|
|
1601
1603
|
}],
|
|
1602
1604
|
/**
|
|
1603
1605
|
* Border Color S
|
|
1604
1606
|
* @see https://tailwindcss.com/docs/border-color
|
|
1605
1607
|
*/
|
|
1606
1608
|
"border-color-s": [{
|
|
1607
|
-
"border-s":
|
|
1609
|
+
"border-s": m()
|
|
1608
1610
|
}],
|
|
1609
1611
|
/**
|
|
1610
1612
|
* Border Color E
|
|
1611
1613
|
* @see https://tailwindcss.com/docs/border-color
|
|
1612
1614
|
*/
|
|
1613
1615
|
"border-color-e": [{
|
|
1614
|
-
"border-e":
|
|
1616
|
+
"border-e": m()
|
|
1615
1617
|
}],
|
|
1616
1618
|
/**
|
|
1617
1619
|
* Border Color Top
|
|
1618
1620
|
* @see https://tailwindcss.com/docs/border-color
|
|
1619
1621
|
*/
|
|
1620
1622
|
"border-color-t": [{
|
|
1621
|
-
"border-t":
|
|
1623
|
+
"border-t": m()
|
|
1622
1624
|
}],
|
|
1623
1625
|
/**
|
|
1624
1626
|
* Border Color Right
|
|
1625
1627
|
* @see https://tailwindcss.com/docs/border-color
|
|
1626
1628
|
*/
|
|
1627
1629
|
"border-color-r": [{
|
|
1628
|
-
"border-r":
|
|
1630
|
+
"border-r": m()
|
|
1629
1631
|
}],
|
|
1630
1632
|
/**
|
|
1631
1633
|
* Border Color Bottom
|
|
1632
1634
|
* @see https://tailwindcss.com/docs/border-color
|
|
1633
1635
|
*/
|
|
1634
1636
|
"border-color-b": [{
|
|
1635
|
-
"border-b":
|
|
1637
|
+
"border-b": m()
|
|
1636
1638
|
}],
|
|
1637
1639
|
/**
|
|
1638
1640
|
* Border Color Left
|
|
1639
1641
|
* @see https://tailwindcss.com/docs/border-color
|
|
1640
1642
|
*/
|
|
1641
1643
|
"border-color-l": [{
|
|
1642
|
-
"border-l":
|
|
1644
|
+
"border-l": m()
|
|
1643
1645
|
}],
|
|
1644
1646
|
/**
|
|
1645
1647
|
* Divide Color
|
|
1646
1648
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1647
1649
|
*/
|
|
1648
1650
|
"divide-color": [{
|
|
1649
|
-
divide:
|
|
1651
|
+
divide: m()
|
|
1650
1652
|
}],
|
|
1651
1653
|
/**
|
|
1652
1654
|
* Outline Style
|
|
@@ -1660,21 +1662,21 @@ const Le = (e, r) => {
|
|
|
1660
1662
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1661
1663
|
*/
|
|
1662
1664
|
"outline-offset": [{
|
|
1663
|
-
"outline-offset": [
|
|
1665
|
+
"outline-offset": [f, s, a]
|
|
1664
1666
|
}],
|
|
1665
1667
|
/**
|
|
1666
1668
|
* Outline Width
|
|
1667
1669
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1668
1670
|
*/
|
|
1669
1671
|
"outline-w": [{
|
|
1670
|
-
outline: ["",
|
|
1672
|
+
outline: ["", f, $, Z]
|
|
1671
1673
|
}],
|
|
1672
1674
|
/**
|
|
1673
1675
|
* Outline Color
|
|
1674
1676
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1675
1677
|
*/
|
|
1676
1678
|
"outline-color": [{
|
|
1677
|
-
outline:
|
|
1679
|
+
outline: m()
|
|
1678
1680
|
}],
|
|
1679
1681
|
// ---------------
|
|
1680
1682
|
// --- Effects ---
|
|
@@ -1689,8 +1691,8 @@ const Le = (e, r) => {
|
|
|
1689
1691
|
"",
|
|
1690
1692
|
"none",
|
|
1691
1693
|
b,
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
+
ee,
|
|
1695
|
+
Q
|
|
1694
1696
|
]
|
|
1695
1697
|
}],
|
|
1696
1698
|
/**
|
|
@@ -1698,28 +1700,28 @@ const Le = (e, r) => {
|
|
|
1698
1700
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1699
1701
|
*/
|
|
1700
1702
|
"shadow-color": [{
|
|
1701
|
-
shadow:
|
|
1703
|
+
shadow: m()
|
|
1702
1704
|
}],
|
|
1703
1705
|
/**
|
|
1704
1706
|
* Inset Box Shadow
|
|
1705
1707
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1706
1708
|
*/
|
|
1707
1709
|
"inset-shadow": [{
|
|
1708
|
-
"inset-shadow": ["none", x,
|
|
1710
|
+
"inset-shadow": ["none", x, ee, Q]
|
|
1709
1711
|
}],
|
|
1710
1712
|
/**
|
|
1711
1713
|
* Inset Box Shadow Color
|
|
1712
1714
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1713
1715
|
*/
|
|
1714
1716
|
"inset-shadow-color": [{
|
|
1715
|
-
"inset-shadow":
|
|
1717
|
+
"inset-shadow": m()
|
|
1716
1718
|
}],
|
|
1717
1719
|
/**
|
|
1718
1720
|
* Ring Width
|
|
1719
1721
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1720
1722
|
*/
|
|
1721
1723
|
"ring-w": [{
|
|
1722
|
-
ring:
|
|
1724
|
+
ring: V()
|
|
1723
1725
|
}],
|
|
1724
1726
|
/**
|
|
1725
1727
|
* Ring Width Inset
|
|
@@ -1733,7 +1735,7 @@ const Le = (e, r) => {
|
|
|
1733
1735
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1734
1736
|
*/
|
|
1735
1737
|
"ring-color": [{
|
|
1736
|
-
ring:
|
|
1738
|
+
ring: m()
|
|
1737
1739
|
}],
|
|
1738
1740
|
/**
|
|
1739
1741
|
* Ring Offset Width
|
|
@@ -1742,7 +1744,7 @@ const Le = (e, r) => {
|
|
|
1742
1744
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1743
1745
|
*/
|
|
1744
1746
|
"ring-offset-w": [{
|
|
1745
|
-
"ring-offset": [
|
|
1747
|
+
"ring-offset": [f, Z]
|
|
1746
1748
|
}],
|
|
1747
1749
|
/**
|
|
1748
1750
|
* Ring Offset Color
|
|
@@ -1751,56 +1753,56 @@ const Le = (e, r) => {
|
|
|
1751
1753
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1752
1754
|
*/
|
|
1753
1755
|
"ring-offset-color": [{
|
|
1754
|
-
"ring-offset":
|
|
1756
|
+
"ring-offset": m()
|
|
1755
1757
|
}],
|
|
1756
1758
|
/**
|
|
1757
1759
|
* Inset Ring Width
|
|
1758
1760
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1759
1761
|
*/
|
|
1760
1762
|
"inset-ring-w": [{
|
|
1761
|
-
"inset-ring":
|
|
1763
|
+
"inset-ring": V()
|
|
1762
1764
|
}],
|
|
1763
1765
|
/**
|
|
1764
1766
|
* Inset Ring Color
|
|
1765
1767
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1766
1768
|
*/
|
|
1767
1769
|
"inset-ring-color": [{
|
|
1768
|
-
"inset-ring":
|
|
1770
|
+
"inset-ring": m()
|
|
1769
1771
|
}],
|
|
1770
1772
|
/**
|
|
1771
1773
|
* Text Shadow
|
|
1772
1774
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1773
1775
|
*/
|
|
1774
1776
|
"text-shadow": [{
|
|
1775
|
-
"text-shadow": ["none", y,
|
|
1777
|
+
"text-shadow": ["none", y, ee, Q]
|
|
1776
1778
|
}],
|
|
1777
1779
|
/**
|
|
1778
1780
|
* Text Shadow Color
|
|
1779
1781
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1780
1782
|
*/
|
|
1781
1783
|
"text-shadow-color": [{
|
|
1782
|
-
"text-shadow":
|
|
1784
|
+
"text-shadow": m()
|
|
1783
1785
|
}],
|
|
1784
1786
|
/**
|
|
1785
1787
|
* Opacity
|
|
1786
1788
|
* @see https://tailwindcss.com/docs/opacity
|
|
1787
1789
|
*/
|
|
1788
1790
|
opacity: [{
|
|
1789
|
-
opacity: [
|
|
1791
|
+
opacity: [f, s, a]
|
|
1790
1792
|
}],
|
|
1791
1793
|
/**
|
|
1792
1794
|
* Mix Blend Mode
|
|
1793
1795
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1794
1796
|
*/
|
|
1795
1797
|
"mix-blend": [{
|
|
1796
|
-
"mix-blend": [...
|
|
1798
|
+
"mix-blend": [...be(), "plus-darker", "plus-lighter"]
|
|
1797
1799
|
}],
|
|
1798
1800
|
/**
|
|
1799
1801
|
* Background Blend Mode
|
|
1800
1802
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1801
1803
|
*/
|
|
1802
1804
|
"bg-blend": [{
|
|
1803
|
-
"bg-blend":
|
|
1805
|
+
"bg-blend": be()
|
|
1804
1806
|
}],
|
|
1805
1807
|
/**
|
|
1806
1808
|
* Mask Clip
|
|
@@ -1821,106 +1823,106 @@ const Le = (e, r) => {
|
|
|
1821
1823
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1822
1824
|
*/
|
|
1823
1825
|
"mask-image-linear-pos": [{
|
|
1824
|
-
"mask-linear": [
|
|
1826
|
+
"mask-linear": [f]
|
|
1825
1827
|
}],
|
|
1826
1828
|
"mask-image-linear-from-pos": [{
|
|
1827
|
-
"mask-linear-from":
|
|
1829
|
+
"mask-linear-from": v()
|
|
1828
1830
|
}],
|
|
1829
1831
|
"mask-image-linear-to-pos": [{
|
|
1830
|
-
"mask-linear-to":
|
|
1832
|
+
"mask-linear-to": v()
|
|
1831
1833
|
}],
|
|
1832
1834
|
"mask-image-linear-from-color": [{
|
|
1833
|
-
"mask-linear-from":
|
|
1835
|
+
"mask-linear-from": m()
|
|
1834
1836
|
}],
|
|
1835
1837
|
"mask-image-linear-to-color": [{
|
|
1836
|
-
"mask-linear-to":
|
|
1838
|
+
"mask-linear-to": m()
|
|
1837
1839
|
}],
|
|
1838
1840
|
"mask-image-t-from-pos": [{
|
|
1839
|
-
"mask-t-from":
|
|
1841
|
+
"mask-t-from": v()
|
|
1840
1842
|
}],
|
|
1841
1843
|
"mask-image-t-to-pos": [{
|
|
1842
|
-
"mask-t-to":
|
|
1844
|
+
"mask-t-to": v()
|
|
1843
1845
|
}],
|
|
1844
1846
|
"mask-image-t-from-color": [{
|
|
1845
|
-
"mask-t-from":
|
|
1847
|
+
"mask-t-from": m()
|
|
1846
1848
|
}],
|
|
1847
1849
|
"mask-image-t-to-color": [{
|
|
1848
|
-
"mask-t-to":
|
|
1850
|
+
"mask-t-to": m()
|
|
1849
1851
|
}],
|
|
1850
1852
|
"mask-image-r-from-pos": [{
|
|
1851
|
-
"mask-r-from":
|
|
1853
|
+
"mask-r-from": v()
|
|
1852
1854
|
}],
|
|
1853
1855
|
"mask-image-r-to-pos": [{
|
|
1854
|
-
"mask-r-to":
|
|
1856
|
+
"mask-r-to": v()
|
|
1855
1857
|
}],
|
|
1856
1858
|
"mask-image-r-from-color": [{
|
|
1857
|
-
"mask-r-from":
|
|
1859
|
+
"mask-r-from": m()
|
|
1858
1860
|
}],
|
|
1859
1861
|
"mask-image-r-to-color": [{
|
|
1860
|
-
"mask-r-to":
|
|
1862
|
+
"mask-r-to": m()
|
|
1861
1863
|
}],
|
|
1862
1864
|
"mask-image-b-from-pos": [{
|
|
1863
|
-
"mask-b-from":
|
|
1865
|
+
"mask-b-from": v()
|
|
1864
1866
|
}],
|
|
1865
1867
|
"mask-image-b-to-pos": [{
|
|
1866
|
-
"mask-b-to":
|
|
1868
|
+
"mask-b-to": v()
|
|
1867
1869
|
}],
|
|
1868
1870
|
"mask-image-b-from-color": [{
|
|
1869
|
-
"mask-b-from":
|
|
1871
|
+
"mask-b-from": m()
|
|
1870
1872
|
}],
|
|
1871
1873
|
"mask-image-b-to-color": [{
|
|
1872
|
-
"mask-b-to":
|
|
1874
|
+
"mask-b-to": m()
|
|
1873
1875
|
}],
|
|
1874
1876
|
"mask-image-l-from-pos": [{
|
|
1875
|
-
"mask-l-from":
|
|
1877
|
+
"mask-l-from": v()
|
|
1876
1878
|
}],
|
|
1877
1879
|
"mask-image-l-to-pos": [{
|
|
1878
|
-
"mask-l-to":
|
|
1880
|
+
"mask-l-to": v()
|
|
1879
1881
|
}],
|
|
1880
1882
|
"mask-image-l-from-color": [{
|
|
1881
|
-
"mask-l-from":
|
|
1883
|
+
"mask-l-from": m()
|
|
1882
1884
|
}],
|
|
1883
1885
|
"mask-image-l-to-color": [{
|
|
1884
|
-
"mask-l-to":
|
|
1886
|
+
"mask-l-to": m()
|
|
1885
1887
|
}],
|
|
1886
1888
|
"mask-image-x-from-pos": [{
|
|
1887
|
-
"mask-x-from":
|
|
1889
|
+
"mask-x-from": v()
|
|
1888
1890
|
}],
|
|
1889
1891
|
"mask-image-x-to-pos": [{
|
|
1890
|
-
"mask-x-to":
|
|
1892
|
+
"mask-x-to": v()
|
|
1891
1893
|
}],
|
|
1892
1894
|
"mask-image-x-from-color": [{
|
|
1893
|
-
"mask-x-from":
|
|
1895
|
+
"mask-x-from": m()
|
|
1894
1896
|
}],
|
|
1895
1897
|
"mask-image-x-to-color": [{
|
|
1896
|
-
"mask-x-to":
|
|
1898
|
+
"mask-x-to": m()
|
|
1897
1899
|
}],
|
|
1898
1900
|
"mask-image-y-from-pos": [{
|
|
1899
|
-
"mask-y-from":
|
|
1901
|
+
"mask-y-from": v()
|
|
1900
1902
|
}],
|
|
1901
1903
|
"mask-image-y-to-pos": [{
|
|
1902
|
-
"mask-y-to":
|
|
1904
|
+
"mask-y-to": v()
|
|
1903
1905
|
}],
|
|
1904
1906
|
"mask-image-y-from-color": [{
|
|
1905
|
-
"mask-y-from":
|
|
1907
|
+
"mask-y-from": m()
|
|
1906
1908
|
}],
|
|
1907
1909
|
"mask-image-y-to-color": [{
|
|
1908
|
-
"mask-y-to":
|
|
1910
|
+
"mask-y-to": m()
|
|
1909
1911
|
}],
|
|
1910
1912
|
"mask-image-radial": [{
|
|
1911
|
-
"mask-radial": [s,
|
|
1913
|
+
"mask-radial": [s, a]
|
|
1912
1914
|
}],
|
|
1913
1915
|
"mask-image-radial-from-pos": [{
|
|
1914
|
-
"mask-radial-from":
|
|
1916
|
+
"mask-radial-from": v()
|
|
1915
1917
|
}],
|
|
1916
1918
|
"mask-image-radial-to-pos": [{
|
|
1917
|
-
"mask-radial-to":
|
|
1919
|
+
"mask-radial-to": v()
|
|
1918
1920
|
}],
|
|
1919
1921
|
"mask-image-radial-from-color": [{
|
|
1920
|
-
"mask-radial-from":
|
|
1922
|
+
"mask-radial-from": m()
|
|
1921
1923
|
}],
|
|
1922
1924
|
"mask-image-radial-to-color": [{
|
|
1923
|
-
"mask-radial-to":
|
|
1925
|
+
"mask-radial-to": m()
|
|
1924
1926
|
}],
|
|
1925
1927
|
"mask-image-radial-shape": [{
|
|
1926
1928
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1932,22 +1934,22 @@ const Le = (e, r) => {
|
|
|
1932
1934
|
}]
|
|
1933
1935
|
}],
|
|
1934
1936
|
"mask-image-radial-pos": [{
|
|
1935
|
-
"mask-radial-at":
|
|
1937
|
+
"mask-radial-at": O()
|
|
1936
1938
|
}],
|
|
1937
1939
|
"mask-image-conic-pos": [{
|
|
1938
|
-
"mask-conic": [
|
|
1940
|
+
"mask-conic": [f]
|
|
1939
1941
|
}],
|
|
1940
1942
|
"mask-image-conic-from-pos": [{
|
|
1941
|
-
"mask-conic-from":
|
|
1943
|
+
"mask-conic-from": v()
|
|
1942
1944
|
}],
|
|
1943
1945
|
"mask-image-conic-to-pos": [{
|
|
1944
|
-
"mask-conic-to":
|
|
1946
|
+
"mask-conic-to": v()
|
|
1945
1947
|
}],
|
|
1946
1948
|
"mask-image-conic-from-color": [{
|
|
1947
|
-
"mask-conic-from":
|
|
1949
|
+
"mask-conic-from": m()
|
|
1948
1950
|
}],
|
|
1949
1951
|
"mask-image-conic-to-color": [{
|
|
1950
|
-
"mask-conic-to":
|
|
1952
|
+
"mask-conic-to": m()
|
|
1951
1953
|
}],
|
|
1952
1954
|
/**
|
|
1953
1955
|
* Mask Mode
|
|
@@ -1968,21 +1970,21 @@ const Le = (e, r) => {
|
|
|
1968
1970
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1969
1971
|
*/
|
|
1970
1972
|
"mask-position": [{
|
|
1971
|
-
mask:
|
|
1973
|
+
mask: ue()
|
|
1972
1974
|
}],
|
|
1973
1975
|
/**
|
|
1974
1976
|
* Mask Repeat
|
|
1975
1977
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1976
1978
|
*/
|
|
1977
1979
|
"mask-repeat": [{
|
|
1978
|
-
mask:
|
|
1980
|
+
mask: fe()
|
|
1979
1981
|
}],
|
|
1980
1982
|
/**
|
|
1981
1983
|
* Mask Size
|
|
1982
1984
|
* @see https://tailwindcss.com/docs/mask-size
|
|
1983
1985
|
*/
|
|
1984
1986
|
"mask-size": [{
|
|
1985
|
-
mask:
|
|
1987
|
+
mask: ge()
|
|
1986
1988
|
}],
|
|
1987
1989
|
/**
|
|
1988
1990
|
* Mask Type
|
|
@@ -1996,7 +1998,7 @@ const Le = (e, r) => {
|
|
|
1996
1998
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1997
1999
|
*/
|
|
1998
2000
|
"mask-image": [{
|
|
1999
|
-
mask: ["none", s,
|
|
2001
|
+
mask: ["none", s, a]
|
|
2000
2002
|
}],
|
|
2001
2003
|
// ---------------
|
|
2002
2004
|
// --- Filters ---
|
|
@@ -2011,7 +2013,7 @@ const Le = (e, r) => {
|
|
|
2011
2013
|
"",
|
|
2012
2014
|
"none",
|
|
2013
2015
|
s,
|
|
2014
|
-
|
|
2016
|
+
a
|
|
2015
2017
|
]
|
|
2016
2018
|
}],
|
|
2017
2019
|
/**
|
|
@@ -2019,21 +2021,21 @@ const Le = (e, r) => {
|
|
|
2019
2021
|
* @see https://tailwindcss.com/docs/blur
|
|
2020
2022
|
*/
|
|
2021
2023
|
blur: [{
|
|
2022
|
-
blur:
|
|
2024
|
+
blur: he()
|
|
2023
2025
|
}],
|
|
2024
2026
|
/**
|
|
2025
2027
|
* Brightness
|
|
2026
2028
|
* @see https://tailwindcss.com/docs/brightness
|
|
2027
2029
|
*/
|
|
2028
2030
|
brightness: [{
|
|
2029
|
-
brightness: [
|
|
2031
|
+
brightness: [f, s, a]
|
|
2030
2032
|
}],
|
|
2031
2033
|
/**
|
|
2032
2034
|
* Contrast
|
|
2033
2035
|
* @see https://tailwindcss.com/docs/contrast
|
|
2034
2036
|
*/
|
|
2035
2037
|
contrast: [{
|
|
2036
|
-
contrast: [
|
|
2038
|
+
contrast: [f, s, a]
|
|
2037
2039
|
}],
|
|
2038
2040
|
/**
|
|
2039
2041
|
* Drop Shadow
|
|
@@ -2044,9 +2046,9 @@ const Le = (e, r) => {
|
|
|
2044
2046
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2045
2047
|
"",
|
|
2046
2048
|
"none",
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2049
|
+
A,
|
|
2050
|
+
ee,
|
|
2051
|
+
Q
|
|
2050
2052
|
]
|
|
2051
2053
|
}],
|
|
2052
2054
|
/**
|
|
@@ -2054,42 +2056,42 @@ const Le = (e, r) => {
|
|
|
2054
2056
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2055
2057
|
*/
|
|
2056
2058
|
"drop-shadow-color": [{
|
|
2057
|
-
"drop-shadow":
|
|
2059
|
+
"drop-shadow": m()
|
|
2058
2060
|
}],
|
|
2059
2061
|
/**
|
|
2060
2062
|
* Grayscale
|
|
2061
2063
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2062
2064
|
*/
|
|
2063
2065
|
grayscale: [{
|
|
2064
|
-
grayscale: ["",
|
|
2066
|
+
grayscale: ["", f, s, a]
|
|
2065
2067
|
}],
|
|
2066
2068
|
/**
|
|
2067
2069
|
* Hue Rotate
|
|
2068
2070
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2069
2071
|
*/
|
|
2070
2072
|
"hue-rotate": [{
|
|
2071
|
-
"hue-rotate": [
|
|
2073
|
+
"hue-rotate": [f, s, a]
|
|
2072
2074
|
}],
|
|
2073
2075
|
/**
|
|
2074
2076
|
* Invert
|
|
2075
2077
|
* @see https://tailwindcss.com/docs/invert
|
|
2076
2078
|
*/
|
|
2077
2079
|
invert: [{
|
|
2078
|
-
invert: ["",
|
|
2080
|
+
invert: ["", f, s, a]
|
|
2079
2081
|
}],
|
|
2080
2082
|
/**
|
|
2081
2083
|
* Saturate
|
|
2082
2084
|
* @see https://tailwindcss.com/docs/saturate
|
|
2083
2085
|
*/
|
|
2084
2086
|
saturate: [{
|
|
2085
|
-
saturate: [
|
|
2087
|
+
saturate: [f, s, a]
|
|
2086
2088
|
}],
|
|
2087
2089
|
/**
|
|
2088
2090
|
* Sepia
|
|
2089
2091
|
* @see https://tailwindcss.com/docs/sepia
|
|
2090
2092
|
*/
|
|
2091
2093
|
sepia: [{
|
|
2092
|
-
sepia: ["",
|
|
2094
|
+
sepia: ["", f, s, a]
|
|
2093
2095
|
}],
|
|
2094
2096
|
/**
|
|
2095
2097
|
* Backdrop Filter
|
|
@@ -2101,7 +2103,7 @@ const Le = (e, r) => {
|
|
|
2101
2103
|
"",
|
|
2102
2104
|
"none",
|
|
2103
2105
|
s,
|
|
2104
|
-
|
|
2106
|
+
a
|
|
2105
2107
|
]
|
|
2106
2108
|
}],
|
|
2107
2109
|
/**
|
|
@@ -2109,63 +2111,63 @@ const Le = (e, r) => {
|
|
|
2109
2111
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2110
2112
|
*/
|
|
2111
2113
|
"backdrop-blur": [{
|
|
2112
|
-
"backdrop-blur":
|
|
2114
|
+
"backdrop-blur": he()
|
|
2113
2115
|
}],
|
|
2114
2116
|
/**
|
|
2115
2117
|
* Backdrop Brightness
|
|
2116
2118
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2117
2119
|
*/
|
|
2118
2120
|
"backdrop-brightness": [{
|
|
2119
|
-
"backdrop-brightness": [
|
|
2121
|
+
"backdrop-brightness": [f, s, a]
|
|
2120
2122
|
}],
|
|
2121
2123
|
/**
|
|
2122
2124
|
* Backdrop Contrast
|
|
2123
2125
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2124
2126
|
*/
|
|
2125
2127
|
"backdrop-contrast": [{
|
|
2126
|
-
"backdrop-contrast": [
|
|
2128
|
+
"backdrop-contrast": [f, s, a]
|
|
2127
2129
|
}],
|
|
2128
2130
|
/**
|
|
2129
2131
|
* Backdrop Grayscale
|
|
2130
2132
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2131
2133
|
*/
|
|
2132
2134
|
"backdrop-grayscale": [{
|
|
2133
|
-
"backdrop-grayscale": ["",
|
|
2135
|
+
"backdrop-grayscale": ["", f, s, a]
|
|
2134
2136
|
}],
|
|
2135
2137
|
/**
|
|
2136
2138
|
* Backdrop Hue Rotate
|
|
2137
2139
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2138
2140
|
*/
|
|
2139
2141
|
"backdrop-hue-rotate": [{
|
|
2140
|
-
"backdrop-hue-rotate": [
|
|
2142
|
+
"backdrop-hue-rotate": [f, s, a]
|
|
2141
2143
|
}],
|
|
2142
2144
|
/**
|
|
2143
2145
|
* Backdrop Invert
|
|
2144
2146
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2145
2147
|
*/
|
|
2146
2148
|
"backdrop-invert": [{
|
|
2147
|
-
"backdrop-invert": ["",
|
|
2149
|
+
"backdrop-invert": ["", f, s, a]
|
|
2148
2150
|
}],
|
|
2149
2151
|
/**
|
|
2150
2152
|
* Backdrop Opacity
|
|
2151
2153
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2152
2154
|
*/
|
|
2153
2155
|
"backdrop-opacity": [{
|
|
2154
|
-
"backdrop-opacity": [
|
|
2156
|
+
"backdrop-opacity": [f, s, a]
|
|
2155
2157
|
}],
|
|
2156
2158
|
/**
|
|
2157
2159
|
* Backdrop Saturate
|
|
2158
2160
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2159
2161
|
*/
|
|
2160
2162
|
"backdrop-saturate": [{
|
|
2161
|
-
"backdrop-saturate": [
|
|
2163
|
+
"backdrop-saturate": [f, s, a]
|
|
2162
2164
|
}],
|
|
2163
2165
|
/**
|
|
2164
2166
|
* Backdrop Sepia
|
|
2165
2167
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2166
2168
|
*/
|
|
2167
2169
|
"backdrop-sepia": [{
|
|
2168
|
-
"backdrop-sepia": ["",
|
|
2170
|
+
"backdrop-sepia": ["", f, s, a]
|
|
2169
2171
|
}],
|
|
2170
2172
|
// --------------
|
|
2171
2173
|
// --- Tables ---
|
|
@@ -2182,21 +2184,21 @@ const Le = (e, r) => {
|
|
|
2182
2184
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2183
2185
|
*/
|
|
2184
2186
|
"border-spacing": [{
|
|
2185
|
-
"border-spacing":
|
|
2187
|
+
"border-spacing": u()
|
|
2186
2188
|
}],
|
|
2187
2189
|
/**
|
|
2188
2190
|
* Border Spacing X
|
|
2189
2191
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2190
2192
|
*/
|
|
2191
2193
|
"border-spacing-x": [{
|
|
2192
|
-
"border-spacing-x":
|
|
2194
|
+
"border-spacing-x": u()
|
|
2193
2195
|
}],
|
|
2194
2196
|
/**
|
|
2195
2197
|
* Border Spacing Y
|
|
2196
2198
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2197
2199
|
*/
|
|
2198
2200
|
"border-spacing-y": [{
|
|
2199
|
-
"border-spacing-y":
|
|
2201
|
+
"border-spacing-y": u()
|
|
2200
2202
|
}],
|
|
2201
2203
|
/**
|
|
2202
2204
|
* Table Layout
|
|
@@ -2220,7 +2222,7 @@ const Le = (e, r) => {
|
|
|
2220
2222
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2221
2223
|
*/
|
|
2222
2224
|
transition: [{
|
|
2223
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s,
|
|
2225
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, a]
|
|
2224
2226
|
}],
|
|
2225
2227
|
/**
|
|
2226
2228
|
* Transition Behavior
|
|
@@ -2234,28 +2236,28 @@ const Le = (e, r) => {
|
|
|
2234
2236
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2235
2237
|
*/
|
|
2236
2238
|
duration: [{
|
|
2237
|
-
duration: [
|
|
2239
|
+
duration: [f, "initial", s, a]
|
|
2238
2240
|
}],
|
|
2239
2241
|
/**
|
|
2240
2242
|
* Transition Timing Function
|
|
2241
2243
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2242
2244
|
*/
|
|
2243
2245
|
ease: [{
|
|
2244
|
-
ease: ["linear", "initial",
|
|
2246
|
+
ease: ["linear", "initial", P, s, a]
|
|
2245
2247
|
}],
|
|
2246
2248
|
/**
|
|
2247
2249
|
* Transition Delay
|
|
2248
2250
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2249
2251
|
*/
|
|
2250
2252
|
delay: [{
|
|
2251
|
-
delay: [
|
|
2253
|
+
delay: [f, s, a]
|
|
2252
2254
|
}],
|
|
2253
2255
|
/**
|
|
2254
2256
|
* Animation
|
|
2255
2257
|
* @see https://tailwindcss.com/docs/animation
|
|
2256
2258
|
*/
|
|
2257
2259
|
animate: [{
|
|
2258
|
-
animate: ["none", D, s,
|
|
2260
|
+
animate: ["none", D, s, a]
|
|
2259
2261
|
}],
|
|
2260
2262
|
// ------------------
|
|
2261
2263
|
// --- Transforms ---
|
|
@@ -2272,14 +2274,14 @@ const Le = (e, r) => {
|
|
|
2272
2274
|
* @see https://tailwindcss.com/docs/perspective
|
|
2273
2275
|
*/
|
|
2274
2276
|
perspective: [{
|
|
2275
|
-
perspective: [
|
|
2277
|
+
perspective: [C, s, a]
|
|
2276
2278
|
}],
|
|
2277
2279
|
/**
|
|
2278
2280
|
* Perspective Origin
|
|
2279
2281
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2280
2282
|
*/
|
|
2281
2283
|
"perspective-origin": [{
|
|
2282
|
-
"perspective-origin":
|
|
2284
|
+
"perspective-origin": G()
|
|
2283
2285
|
}],
|
|
2284
2286
|
/**
|
|
2285
2287
|
* Rotate
|
|
@@ -2347,35 +2349,35 @@ const Le = (e, r) => {
|
|
|
2347
2349
|
* @see https://tailwindcss.com/docs/skew
|
|
2348
2350
|
*/
|
|
2349
2351
|
skew: [{
|
|
2350
|
-
skew:
|
|
2352
|
+
skew: ne()
|
|
2351
2353
|
}],
|
|
2352
2354
|
/**
|
|
2353
2355
|
* Skew X
|
|
2354
2356
|
* @see https://tailwindcss.com/docs/skew
|
|
2355
2357
|
*/
|
|
2356
2358
|
"skew-x": [{
|
|
2357
|
-
"skew-x":
|
|
2359
|
+
"skew-x": ne()
|
|
2358
2360
|
}],
|
|
2359
2361
|
/**
|
|
2360
2362
|
* Skew Y
|
|
2361
2363
|
* @see https://tailwindcss.com/docs/skew
|
|
2362
2364
|
*/
|
|
2363
2365
|
"skew-y": [{
|
|
2364
|
-
"skew-y":
|
|
2366
|
+
"skew-y": ne()
|
|
2365
2367
|
}],
|
|
2366
2368
|
/**
|
|
2367
2369
|
* Transform
|
|
2368
2370
|
* @see https://tailwindcss.com/docs/transform
|
|
2369
2371
|
*/
|
|
2370
2372
|
transform: [{
|
|
2371
|
-
transform: [s,
|
|
2373
|
+
transform: [s, a, "", "none", "gpu", "cpu"]
|
|
2372
2374
|
}],
|
|
2373
2375
|
/**
|
|
2374
2376
|
* Transform Origin
|
|
2375
2377
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2376
2378
|
*/
|
|
2377
2379
|
"transform-origin": [{
|
|
2378
|
-
origin:
|
|
2380
|
+
origin: G()
|
|
2379
2381
|
}],
|
|
2380
2382
|
/**
|
|
2381
2383
|
* Transform Style
|
|
@@ -2425,7 +2427,7 @@ const Le = (e, r) => {
|
|
|
2425
2427
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2426
2428
|
*/
|
|
2427
2429
|
accent: [{
|
|
2428
|
-
accent:
|
|
2430
|
+
accent: m()
|
|
2429
2431
|
}],
|
|
2430
2432
|
/**
|
|
2431
2433
|
* Appearance
|
|
@@ -2439,7 +2441,7 @@ const Le = (e, r) => {
|
|
|
2439
2441
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2440
2442
|
*/
|
|
2441
2443
|
"caret-color": [{
|
|
2442
|
-
caret:
|
|
2444
|
+
caret: m()
|
|
2443
2445
|
}],
|
|
2444
2446
|
/**
|
|
2445
2447
|
* Color Scheme
|
|
@@ -2453,7 +2455,7 @@ const Le = (e, r) => {
|
|
|
2453
2455
|
* @see https://tailwindcss.com/docs/cursor
|
|
2454
2456
|
*/
|
|
2455
2457
|
cursor: [{
|
|
2456
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", s,
|
|
2458
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", s, a]
|
|
2457
2459
|
}],
|
|
2458
2460
|
/**
|
|
2459
2461
|
* Field Sizing
|
|
@@ -2488,126 +2490,126 @@ const Le = (e, r) => {
|
|
|
2488
2490
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2489
2491
|
*/
|
|
2490
2492
|
"scroll-m": [{
|
|
2491
|
-
"scroll-m":
|
|
2493
|
+
"scroll-m": u()
|
|
2492
2494
|
}],
|
|
2493
2495
|
/**
|
|
2494
2496
|
* Scroll Margin X
|
|
2495
2497
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2496
2498
|
*/
|
|
2497
2499
|
"scroll-mx": [{
|
|
2498
|
-
"scroll-mx":
|
|
2500
|
+
"scroll-mx": u()
|
|
2499
2501
|
}],
|
|
2500
2502
|
/**
|
|
2501
2503
|
* Scroll Margin Y
|
|
2502
2504
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2503
2505
|
*/
|
|
2504
2506
|
"scroll-my": [{
|
|
2505
|
-
"scroll-my":
|
|
2507
|
+
"scroll-my": u()
|
|
2506
2508
|
}],
|
|
2507
2509
|
/**
|
|
2508
2510
|
* Scroll Margin Start
|
|
2509
2511
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2510
2512
|
*/
|
|
2511
2513
|
"scroll-ms": [{
|
|
2512
|
-
"scroll-ms":
|
|
2514
|
+
"scroll-ms": u()
|
|
2513
2515
|
}],
|
|
2514
2516
|
/**
|
|
2515
2517
|
* Scroll Margin End
|
|
2516
2518
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2517
2519
|
*/
|
|
2518
2520
|
"scroll-me": [{
|
|
2519
|
-
"scroll-me":
|
|
2521
|
+
"scroll-me": u()
|
|
2520
2522
|
}],
|
|
2521
2523
|
/**
|
|
2522
2524
|
* Scroll Margin Top
|
|
2523
2525
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2524
2526
|
*/
|
|
2525
2527
|
"scroll-mt": [{
|
|
2526
|
-
"scroll-mt":
|
|
2528
|
+
"scroll-mt": u()
|
|
2527
2529
|
}],
|
|
2528
2530
|
/**
|
|
2529
2531
|
* Scroll Margin Right
|
|
2530
2532
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2531
2533
|
*/
|
|
2532
2534
|
"scroll-mr": [{
|
|
2533
|
-
"scroll-mr":
|
|
2535
|
+
"scroll-mr": u()
|
|
2534
2536
|
}],
|
|
2535
2537
|
/**
|
|
2536
2538
|
* Scroll Margin Bottom
|
|
2537
2539
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2538
2540
|
*/
|
|
2539
2541
|
"scroll-mb": [{
|
|
2540
|
-
"scroll-mb":
|
|
2542
|
+
"scroll-mb": u()
|
|
2541
2543
|
}],
|
|
2542
2544
|
/**
|
|
2543
2545
|
* Scroll Margin Left
|
|
2544
2546
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2545
2547
|
*/
|
|
2546
2548
|
"scroll-ml": [{
|
|
2547
|
-
"scroll-ml":
|
|
2549
|
+
"scroll-ml": u()
|
|
2548
2550
|
}],
|
|
2549
2551
|
/**
|
|
2550
2552
|
* Scroll Padding
|
|
2551
2553
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2552
2554
|
*/
|
|
2553
2555
|
"scroll-p": [{
|
|
2554
|
-
"scroll-p":
|
|
2556
|
+
"scroll-p": u()
|
|
2555
2557
|
}],
|
|
2556
2558
|
/**
|
|
2557
2559
|
* Scroll Padding X
|
|
2558
2560
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2559
2561
|
*/
|
|
2560
2562
|
"scroll-px": [{
|
|
2561
|
-
"scroll-px":
|
|
2563
|
+
"scroll-px": u()
|
|
2562
2564
|
}],
|
|
2563
2565
|
/**
|
|
2564
2566
|
* Scroll Padding Y
|
|
2565
2567
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2566
2568
|
*/
|
|
2567
2569
|
"scroll-py": [{
|
|
2568
|
-
"scroll-py":
|
|
2570
|
+
"scroll-py": u()
|
|
2569
2571
|
}],
|
|
2570
2572
|
/**
|
|
2571
2573
|
* Scroll Padding Start
|
|
2572
2574
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2573
2575
|
*/
|
|
2574
2576
|
"scroll-ps": [{
|
|
2575
|
-
"scroll-ps":
|
|
2577
|
+
"scroll-ps": u()
|
|
2576
2578
|
}],
|
|
2577
2579
|
/**
|
|
2578
2580
|
* Scroll Padding End
|
|
2579
2581
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2580
2582
|
*/
|
|
2581
2583
|
"scroll-pe": [{
|
|
2582
|
-
"scroll-pe":
|
|
2584
|
+
"scroll-pe": u()
|
|
2583
2585
|
}],
|
|
2584
2586
|
/**
|
|
2585
2587
|
* Scroll Padding Top
|
|
2586
2588
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2587
2589
|
*/
|
|
2588
2590
|
"scroll-pt": [{
|
|
2589
|
-
"scroll-pt":
|
|
2591
|
+
"scroll-pt": u()
|
|
2590
2592
|
}],
|
|
2591
2593
|
/**
|
|
2592
2594
|
* Scroll Padding Right
|
|
2593
2595
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2594
2596
|
*/
|
|
2595
2597
|
"scroll-pr": [{
|
|
2596
|
-
"scroll-pr":
|
|
2598
|
+
"scroll-pr": u()
|
|
2597
2599
|
}],
|
|
2598
2600
|
/**
|
|
2599
2601
|
* Scroll Padding Bottom
|
|
2600
2602
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2601
2603
|
*/
|
|
2602
2604
|
"scroll-pb": [{
|
|
2603
|
-
"scroll-pb":
|
|
2605
|
+
"scroll-pb": u()
|
|
2604
2606
|
}],
|
|
2605
2607
|
/**
|
|
2606
2608
|
* Scroll Padding Left
|
|
2607
2609
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2608
2610
|
*/
|
|
2609
2611
|
"scroll-pl": [{
|
|
2610
|
-
"scroll-pl":
|
|
2612
|
+
"scroll-pl": u()
|
|
2611
2613
|
}],
|
|
2612
2614
|
/**
|
|
2613
2615
|
* Scroll Snap Align
|
|
@@ -2675,7 +2677,7 @@ const Le = (e, r) => {
|
|
|
2675
2677
|
* @see https://tailwindcss.com/docs/will-change
|
|
2676
2678
|
*/
|
|
2677
2679
|
"will-change": [{
|
|
2678
|
-
"will-change": ["auto", "scroll", "contents", "transform", s,
|
|
2680
|
+
"will-change": ["auto", "scroll", "contents", "transform", s, a]
|
|
2679
2681
|
}],
|
|
2680
2682
|
// -----------
|
|
2681
2683
|
// --- SVG ---
|
|
@@ -2685,21 +2687,21 @@ const Le = (e, r) => {
|
|
|
2685
2687
|
* @see https://tailwindcss.com/docs/fill
|
|
2686
2688
|
*/
|
|
2687
2689
|
fill: [{
|
|
2688
|
-
fill: ["none", ...
|
|
2690
|
+
fill: ["none", ...m()]
|
|
2689
2691
|
}],
|
|
2690
2692
|
/**
|
|
2691
2693
|
* Stroke Width
|
|
2692
2694
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2693
2695
|
*/
|
|
2694
2696
|
"stroke-w": [{
|
|
2695
|
-
stroke: [
|
|
2697
|
+
stroke: [f, $, Z, se]
|
|
2696
2698
|
}],
|
|
2697
2699
|
/**
|
|
2698
2700
|
* Stroke
|
|
2699
2701
|
* @see https://tailwindcss.com/docs/stroke
|
|
2700
2702
|
*/
|
|
2701
2703
|
stroke: [{
|
|
2702
|
-
stroke: ["none", ...
|
|
2704
|
+
stroke: ["none", ...m()]
|
|
2703
2705
|
}],
|
|
2704
2706
|
// ---------------------
|
|
2705
2707
|
// --- Accessibility ---
|
|
@@ -2767,54 +2769,54 @@ const Le = (e, r) => {
|
|
|
2767
2769
|
},
|
|
2768
2770
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2769
2771
|
};
|
|
2770
|
-
},
|
|
2771
|
-
function
|
|
2772
|
-
return
|
|
2772
|
+
}, N = /* @__PURE__ */ mt(Rt);
|
|
2773
|
+
function Tt(...e) {
|
|
2774
|
+
return N(Ne(e));
|
|
2773
2775
|
}
|
|
2774
|
-
function
|
|
2775
|
-
const
|
|
2776
|
+
function Ft({ title: e, description: o, icon: t, className: r, button: l, textarea: i, ...n }) {
|
|
2777
|
+
const d = {
|
|
2776
2778
|
md: "font-medium text-sm font-inter",
|
|
2777
2779
|
lg: "font-extrabold text-3xl leading-relaxed text-typography-title"
|
|
2778
2780
|
};
|
|
2779
|
-
return /* @__PURE__ */
|
|
2780
|
-
|
|
2781
|
-
/* @__PURE__ */
|
|
2782
|
-
e && /* @__PURE__ */
|
|
2783
|
-
|
|
2784
|
-
|
|
2781
|
+
return /* @__PURE__ */ U("div", { className: "flex flex-row", children: [
|
|
2782
|
+
t && /* @__PURE__ */ g("div", { className: N("p-3 text-primary-base", r), children: t }),
|
|
2783
|
+
/* @__PURE__ */ U("div", { className: "flex flex-col", children: [
|
|
2784
|
+
e && /* @__PURE__ */ g("h2", { className: N(d.lg), children: e }),
|
|
2785
|
+
n.header && /* @__PURE__ */ g("h4", { className: N("", d.md), children: n.header }),
|
|
2786
|
+
o && /* @__PURE__ */ g("p", { className: N("text-sm font-inter text-typography-body ml-1", d.md), children: o })
|
|
2785
2787
|
] })
|
|
2786
2788
|
] });
|
|
2787
2789
|
}
|
|
2788
|
-
const
|
|
2789
|
-
var
|
|
2790
|
-
if ((
|
|
2791
|
-
const { variants: l, defaultVariants: i } =
|
|
2792
|
-
const b =
|
|
2790
|
+
const ze = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Ce = Ne, ce = (e, o) => (t) => {
|
|
2791
|
+
var r;
|
|
2792
|
+
if ((o == null ? void 0 : o.variants) == null) return Ce(e, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
2793
|
+
const { variants: l, defaultVariants: i } = o, n = Object.keys(l).map((p) => {
|
|
2794
|
+
const b = t == null ? void 0 : t[p], x = i == null ? void 0 : i[p];
|
|
2793
2795
|
if (b === null) return null;
|
|
2794
|
-
const y =
|
|
2795
|
-
return l[
|
|
2796
|
-
}),
|
|
2796
|
+
const y = ze(b) || ze(x);
|
|
2797
|
+
return l[p][y];
|
|
2798
|
+
}), d = t && Object.entries(t).reduce((p, b) => {
|
|
2797
2799
|
let [x, y] = b;
|
|
2798
|
-
return y === void 0 || (
|
|
2799
|
-
}, {}), c =
|
|
2800
|
-
let { class: x, className: y, ...
|
|
2801
|
-
return Object.entries(
|
|
2802
|
-
let [
|
|
2800
|
+
return y === void 0 || (p[x] = y), p;
|
|
2801
|
+
}, {}), c = o == null || (r = o.compoundVariants) === null || r === void 0 ? void 0 : r.reduce((p, b) => {
|
|
2802
|
+
let { class: x, className: y, ...A } = b;
|
|
2803
|
+
return Object.entries(A).every((M) => {
|
|
2804
|
+
let [C, k] = M;
|
|
2803
2805
|
return Array.isArray(k) ? k.includes({
|
|
2804
2806
|
...i,
|
|
2805
|
-
...
|
|
2806
|
-
}[
|
|
2807
|
+
...d
|
|
2808
|
+
}[C]) : {
|
|
2807
2809
|
...i,
|
|
2808
|
-
...
|
|
2809
|
-
}[
|
|
2810
|
+
...d
|
|
2811
|
+
}[C] === k;
|
|
2810
2812
|
}) ? [
|
|
2811
|
-
...
|
|
2813
|
+
...p,
|
|
2812
2814
|
x,
|
|
2813
2815
|
y
|
|
2814
|
-
] :
|
|
2816
|
+
] : p;
|
|
2815
2817
|
}, []);
|
|
2816
|
-
return
|
|
2817
|
-
},
|
|
2818
|
+
return Ce(e, n, c, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
2819
|
+
}, Pt = ce(
|
|
2818
2820
|
"button-config",
|
|
2819
2821
|
{
|
|
2820
2822
|
variants: {
|
|
@@ -2860,23 +2862,176 @@ const we = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ve = Ce, A
|
|
|
2860
2862
|
}
|
|
2861
2863
|
}
|
|
2862
2864
|
);
|
|
2863
|
-
function
|
|
2864
|
-
return /* @__PURE__ */
|
|
2865
|
-
textColor:
|
|
2866
|
-
backgroundType:
|
|
2867
|
-
both:
|
|
2868
|
-
size:
|
|
2869
|
-
textOnly:
|
|
2870
|
-
fontSize:
|
|
2871
|
-
gap:
|
|
2865
|
+
function Et({ icon: e, label: o, onClick: t, ...r }) {
|
|
2866
|
+
return /* @__PURE__ */ U("button", { onClick: t, className: N("rounded-md leading-none", r.className, Pt({
|
|
2867
|
+
textColor: r.textColor,
|
|
2868
|
+
backgroundType: r.backgroundType,
|
|
2869
|
+
both: r.both,
|
|
2870
|
+
size: r.size,
|
|
2871
|
+
textOnly: r.textOnly,
|
|
2872
|
+
fontSize: r.fontSize,
|
|
2873
|
+
gap: r.gap
|
|
2872
2874
|
})), children: [
|
|
2873
|
-
e && /* @__PURE__ */
|
|
2874
|
-
|
|
2875
|
+
e && /* @__PURE__ */ g("span", { className: N(r.iconClassName), children: e }),
|
|
2876
|
+
o && /* @__PURE__ */ g("span", { className: N(r.labelClassName), children: o })
|
|
2875
2877
|
] });
|
|
2876
2878
|
}
|
|
2879
|
+
const jt = ce(
|
|
2880
|
+
"flex flex-row items-center justify-center rounded-full font-medium font-family-lato pt-0.25 pt-2 pb-1 pl-2 gap-1 min-w-16 min-h-5 text-caption-semibold",
|
|
2881
|
+
{
|
|
2882
|
+
variants: {
|
|
2883
|
+
variant: {
|
|
2884
|
+
default: "border-transparent bg-gray-700 font-family-lato text-primary-foreground <min-w-16></min-w-16> h-5 pt-0.5 pr-2 pb-1 pl-2 gap-0.5",
|
|
2885
|
+
prospect: "border-transparent bg-green-soft text-glowing-green dark:bg-green-950 dark:text-green-300 minw-16 h-5 pt-0.5 pr-2 pb-1 pl-2 gap-0.5",
|
|
2886
|
+
buyer: "border-transparent bg-badge-buyer text-typography-glowingPurple min-w-16 h-5 pt-0.5 pr-2 pb-1 pl-2 gap-0.5",
|
|
2887
|
+
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80 w-16 h-5 pt-0.5 pr-2 pb-0.5 pl-2 gap-0.5",
|
|
2888
|
+
standby: "border-transparent bg-badge-standby text-typography-glowingYellow min-w-16 h-5 pt-0.5 pr-2 pb-1 pl-2 gap-0.5",
|
|
2889
|
+
active: "bg-blue-soft border-transparent text-glowing-blue min-w-16 h-5 pt-0.5 pr-2 pb-1 pl-2 gap-0.5",
|
|
2890
|
+
lost: "border-transparent bg-red-soft text-glowing-red min-w-16 h-5 pt-0.5 pr-2 pb-1 pl-2 gap-0.5 ",
|
|
2891
|
+
outline: "text-foreground",
|
|
2892
|
+
multiSelect: "bg-badge-secondary border-transparent font-family-lato text-primary-foreground <min-w-16></min-w-16> h-5 pt-0.5 pr-2 pb-1 pl-2 gap-0.5"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
defaultVariants: {
|
|
2896
|
+
variant: "default"
|
|
2897
|
+
}
|
|
2898
|
+
}
|
|
2899
|
+
);
|
|
2900
|
+
function Zt({ className: e, variant: o, reference: t, ...r }) {
|
|
2901
|
+
return /* @__PURE__ */ g(
|
|
2902
|
+
"div",
|
|
2903
|
+
{
|
|
2904
|
+
ref: t,
|
|
2905
|
+
className: Tt(jt({ variant: o }), e),
|
|
2906
|
+
...r
|
|
2907
|
+
}
|
|
2908
|
+
);
|
|
2909
|
+
}
|
|
2910
|
+
function Ve({ value: e, className: o, variant: t, justify: r }) {
|
|
2911
|
+
return /* @__PURE__ */ g("div", { className: `flex w-full flex-wrap gap-2 justify-${r}`, children: /* @__PURE__ */ g(
|
|
2912
|
+
Zt,
|
|
2913
|
+
{
|
|
2914
|
+
variant: t,
|
|
2915
|
+
className: o,
|
|
2916
|
+
children: e
|
|
2917
|
+
}
|
|
2918
|
+
) });
|
|
2919
|
+
}
|
|
2920
|
+
const Ot = ce(
|
|
2921
|
+
"user-profile-config",
|
|
2922
|
+
{
|
|
2923
|
+
variants: {
|
|
2924
|
+
rounded: {
|
|
2925
|
+
yes: "rounded-full",
|
|
2926
|
+
no: "rounded"
|
|
2927
|
+
},
|
|
2928
|
+
fontWeight: {
|
|
2929
|
+
normal: "font-normal",
|
|
2930
|
+
medium: "font-md"
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
}
|
|
2934
|
+
);
|
|
2935
|
+
function Ae({ icon: e, username: o, ...t }) {
|
|
2936
|
+
return /* @__PURE__ */ U("div", { className: N("flex flex-row items-center gap-2 pr-3 pl-3 text-typography-ice"), children: [
|
|
2937
|
+
/* @__PURE__ */ g("img", { className: N("w-5 h-5", Ot({ rounded: t.rounded })), src: e, alt: "user photo" }),
|
|
2938
|
+
/* @__PURE__ */ g("span", { className: N("font-inter, text-small", t.fontWeight, t.classname), children: o })
|
|
2939
|
+
] });
|
|
2940
|
+
}
|
|
2941
|
+
const Gt = /* @__PURE__ */ new Map([
|
|
2942
|
+
[
|
|
2943
|
+
"bold",
|
|
2944
|
+
/* @__PURE__ */ h.createElement(h.Fragment, null, /* @__PURE__ */ h.createElement("path", { d: "M216,48H180V36A28,28,0,0,0,152,8H104A28,28,0,0,0,76,36V48H40a12,12,0,0,0,0,24h4V208a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V72h4a12,12,0,0,0,0-24ZM100,36a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4V48H100Zm88,168H68V72H188ZM116,104v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Zm48,0v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Z" }))
|
|
2945
|
+
],
|
|
2946
|
+
[
|
|
2947
|
+
"duotone",
|
|
2948
|
+
/* @__PURE__ */ h.createElement(h.Fragment, null, /* @__PURE__ */ h.createElement("path", { d: "M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z", opacity: "0.2" }), /* @__PURE__ */ h.createElement("path", { d: "M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z" }))
|
|
2949
|
+
],
|
|
2950
|
+
[
|
|
2951
|
+
"fill",
|
|
2952
|
+
/* @__PURE__ */ h.createElement(h.Fragment, null, /* @__PURE__ */ h.createElement("path", { d: "M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM112,168a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm0-120H96V40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8Z" }))
|
|
2953
|
+
],
|
|
2954
|
+
[
|
|
2955
|
+
"light",
|
|
2956
|
+
/* @__PURE__ */ h.createElement(h.Fragment, null, /* @__PURE__ */ h.createElement("path", { d: "M216,50H174V40a22,22,0,0,0-22-22H104A22,22,0,0,0,82,40V50H40a6,6,0,0,0,0,12H50V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V62h10a6,6,0,0,0,0-12ZM94,40a10,10,0,0,1,10-10h48a10,10,0,0,1,10,10V50H94ZM194,208a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V62H194ZM110,104v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Zm48,0v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Z" }))
|
|
2957
|
+
],
|
|
2958
|
+
[
|
|
2959
|
+
"regular",
|
|
2960
|
+
/* @__PURE__ */ h.createElement(h.Fragment, null, /* @__PURE__ */ h.createElement("path", { d: "M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z" }))
|
|
2961
|
+
],
|
|
2962
|
+
[
|
|
2963
|
+
"thin",
|
|
2964
|
+
/* @__PURE__ */ h.createElement(h.Fragment, null, /* @__PURE__ */ h.createElement("path", { d: "M216,52H172V40a20,20,0,0,0-20-20H104A20,20,0,0,0,84,40V52H40a4,4,0,0,0,0,8H52V208a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V60h12a4,4,0,0,0,0-8ZM92,40a12,12,0,0,1,12-12h48a12,12,0,0,1,12,12V52H92ZM196,208a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V60H196ZM108,104v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Zm48,0v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Z" }))
|
|
2965
|
+
]
|
|
2966
|
+
]), It = We({
|
|
2967
|
+
color: "currentColor",
|
|
2968
|
+
size: "1em",
|
|
2969
|
+
weight: "regular",
|
|
2970
|
+
mirrored: !1
|
|
2971
|
+
}), Le = h.forwardRef(
|
|
2972
|
+
(e, o) => {
|
|
2973
|
+
const {
|
|
2974
|
+
alt: t,
|
|
2975
|
+
color: r,
|
|
2976
|
+
size: l,
|
|
2977
|
+
weight: i,
|
|
2978
|
+
mirrored: n,
|
|
2979
|
+
children: d,
|
|
2980
|
+
weights: c,
|
|
2981
|
+
...p
|
|
2982
|
+
} = e, {
|
|
2983
|
+
color: b = "currentColor",
|
|
2984
|
+
size: x,
|
|
2985
|
+
weight: y = "regular",
|
|
2986
|
+
mirrored: A = !1,
|
|
2987
|
+
...M
|
|
2988
|
+
} = h.useContext(It);
|
|
2989
|
+
return /* @__PURE__ */ h.createElement(
|
|
2990
|
+
"svg",
|
|
2991
|
+
{
|
|
2992
|
+
ref: o,
|
|
2993
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2994
|
+
width: l ?? x,
|
|
2995
|
+
height: l ?? x,
|
|
2996
|
+
fill: r ?? b,
|
|
2997
|
+
viewBox: "0 0 256 256",
|
|
2998
|
+
transform: n || A ? "scale(-1, 1)" : void 0,
|
|
2999
|
+
...M,
|
|
3000
|
+
...p
|
|
3001
|
+
},
|
|
3002
|
+
!!t && /* @__PURE__ */ h.createElement("title", null, t),
|
|
3003
|
+
d,
|
|
3004
|
+
c.get(i ?? y)
|
|
3005
|
+
);
|
|
3006
|
+
}
|
|
3007
|
+
);
|
|
3008
|
+
Le.displayName = "IconBase";
|
|
3009
|
+
const Fe = h.forwardRef((e, o) => /* @__PURE__ */ h.createElement(Le, { ref: o, ...e, weights: Gt }));
|
|
3010
|
+
Fe.displayName = "TrashIcon";
|
|
3011
|
+
function Bt({ headers: e, rows: o, className: t, ...r }) {
|
|
3012
|
+
const l = ["default", "prospect", "buyer", "secondary", "standby", "active", "lost", "outline", "multiSelect"];
|
|
3013
|
+
return /* @__PURE__ */ g("div", { className: "overflow-x-auto", children: /* @__PURE__ */ U("table", { className: "table-fixed border-collapse", children: [
|
|
3014
|
+
/* @__PURE__ */ g("thead", { className: "bg-secondary-table text-typography-table-header", children: /* @__PURE__ */ g("tr", { className: "", children: e.map((i, n) => (
|
|
3015
|
+
// vai criar n colunas(tag table headers)
|
|
3016
|
+
i === r.stickyColumn ? /* @__PURE__ */ g("th", { className: "bg-secondary-table sticky right-0 z-20 border-b-2 shadow-[-8px_0_12px_-4px_rgba(0,0,0,0.3)] border-table-line pl-2 pr-2 text-left w-44 h-9 font-medium text-xs", children: i }, n) : /* @__PURE__ */ g("th", { className: "border-r-2 border-b-2 border-table-line pl-2 pr-2 text-left w-44 h-9 font-medium text-xs", children: i }, n)
|
|
3017
|
+
)) }) }),
|
|
3018
|
+
/* @__PURE__ */ g("tbody", { children: o.map((i, n) => /* @__PURE__ */ g("tr", { children: Object.values(i).map((d, c) => (
|
|
3019
|
+
//como estamos usando data e data é o value do dicionario,
|
|
3020
|
+
//Ele automaticamente já vau puxar os campos.
|
|
3021
|
+
/* @__PURE__ */ g("td", { className: `border-r-2 border-b-2 border-table-line bg-primary-container pl-3 pr-3 h-11 ${c === e.length - 1 ? "shadow-[-8px_0_12px_-4px_rgba(0,0,0,0.3)] z-10 sticky right-0 border-r-2 border-b-2 border-table-line bg-primary-container pl-3 pr-3 h-11" : ""}`, children: c == 0 || c == 6 ? c == 0 ? /* @__PURE__ */ g(Ae, { icon: d.icon, username: d.name, rounded: "no", fontWeight: "normal", classname: "text-xs" }, d.id) : /* @__PURE__ */ g(Ae, { icon: d.icon, username: d.name, rounded: "yes", fontWeight: "medium", classname: "text-xs" }, d.id) : c == 5 ? /* @__PURE__ */ g("span", { className: "flex flex-row items-center justify-between gap-1", children: d.map((p, b) => /* @__PURE__ */ g(Be, { children: /* @__PURE__ */ g(Ve, { value: p, variant: "default" }, b) })) }) : c === e.length - 1 ? /* @__PURE__ */ g("div", { className: "border border-table-line rounded-sm w-24 lex flex-row justify-center items-center ", children: /* @__PURE__ */ g(Et, { icon: /* @__PURE__ */ g(Fe, { size: 16 }), label: "Delete", onClick: () => {
|
|
3022
|
+
var p;
|
|
3023
|
+
return (p = r.handleDelete) == null ? void 0 : p.call(r, i.cnpj);
|
|
3024
|
+
}, backgroundType: "dark", textColor: "bright", size: "secondaryBoth", both: "primary", fontSize: "small", gap: "medium" }) }) : /* @__PURE__ */ g("span", { className: "h-full", children: /* @__PURE__ */ g(Ve, { value: d, variant: l.includes(d.toLowerCase().replace(/\s+/g, "")) ? d.toLowerCase().replace(/\s+/g, "") : "default" }) }) }, c)
|
|
3025
|
+
)) }, n)) }),
|
|
3026
|
+
/* @__PURE__ */ g("tfoot", {})
|
|
3027
|
+
] }) });
|
|
3028
|
+
}
|
|
2877
3029
|
export {
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
3030
|
+
Ve as BadgeUi,
|
|
3031
|
+
Et as Button,
|
|
3032
|
+
Ft as ContentBlock,
|
|
3033
|
+
Bt as Table,
|
|
3034
|
+
Ae as UserProfile,
|
|
3035
|
+
Tt as cn
|
|
2881
3036
|
};
|
|
2882
3037
|
//# sourceMappingURL=index.js.map
|