@desafio-design-system_/reflow-ui 0.2.5 → 0.2.7
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 +560 -476
- package/dist/index.js.map +1 -1
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
function
|
|
3
|
-
var
|
|
4
|
-
if (typeof e == "string" || typeof e == "number")
|
|
1
|
+
import { jsxs as se, jsx as j } from "react/jsx-runtime";
|
|
2
|
+
function ze(e) {
|
|
3
|
+
var r, o, t = "";
|
|
4
|
+
if (typeof e == "string" || typeof e == "number") t += e;
|
|
5
5
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
6
|
-
var
|
|
7
|
-
for (
|
|
8
|
-
} else for (
|
|
9
|
-
return
|
|
6
|
+
var l = e.length;
|
|
7
|
+
for (r = 0; r < l; r++) e[r] && (o = ze(e[r])) && (t && (t += " "), t += o);
|
|
8
|
+
} else for (o in e) e[o] && (t && (t += " "), t += o);
|
|
9
|
+
return t;
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
for (var e,
|
|
13
|
-
return
|
|
11
|
+
function Ce() {
|
|
12
|
+
for (var e, r, o = 0, t = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (r = ze(e)) && (t && (t += " "), t += r);
|
|
13
|
+
return t;
|
|
14
14
|
}
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
for (let
|
|
18
|
-
|
|
19
|
-
for (let
|
|
20
|
-
|
|
21
|
-
return
|
|
22
|
-
},
|
|
15
|
+
const Le = (e, r) => {
|
|
16
|
+
const o = new Array(e.length + r.length);
|
|
17
|
+
for (let t = 0; t < e.length; t++)
|
|
18
|
+
o[t] = e[t];
|
|
19
|
+
for (let t = 0; t < r.length; t++)
|
|
20
|
+
o[e.length + t] = r[t];
|
|
21
|
+
return o;
|
|
22
|
+
}, Ee = (e, r) => ({
|
|
23
23
|
classGroupId: e,
|
|
24
|
-
validator:
|
|
25
|
-
}),
|
|
24
|
+
validator: r
|
|
25
|
+
}), Ae = (e = /* @__PURE__ */ new Map(), r = null, o) => ({
|
|
26
26
|
nextPart: e,
|
|
27
|
-
validators:
|
|
28
|
-
classGroupId:
|
|
29
|
-
}), Z = "-", ge = [],
|
|
30
|
-
const
|
|
31
|
-
conflictingClassGroups:
|
|
32
|
-
conflictingClassGroupModifiers:
|
|
27
|
+
validators: r,
|
|
28
|
+
classGroupId: o
|
|
29
|
+
}), Z = "-", ge = [], Be = "arbitrary..", _e = (e) => {
|
|
30
|
+
const r = We(e), {
|
|
31
|
+
conflictingClassGroups: o,
|
|
32
|
+
conflictingClassGroupModifiers: t
|
|
33
33
|
} = e;
|
|
34
34
|
return {
|
|
35
35
|
getClassGroupId: (a) => {
|
|
36
36
|
if (a.startsWith("[") && a.endsWith("]"))
|
|
37
37
|
return Fe(a);
|
|
38
38
|
const u = a.split(Z), c = u[0] === "" && u.length > 1 ? 1 : 0;
|
|
39
|
-
return
|
|
39
|
+
return Se(u, c, r);
|
|
40
40
|
},
|
|
41
41
|
getConflictingClassGroupIds: (a, u) => {
|
|
42
42
|
if (u) {
|
|
43
|
-
const c =
|
|
44
|
-
return c ? f ?
|
|
43
|
+
const c = t[a], f = o[a];
|
|
44
|
+
return c ? f ? Le(f, c) : c : f || ge;
|
|
45
45
|
}
|
|
46
|
-
return
|
|
46
|
+
return o[a] || ge;
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
|
-
},
|
|
50
|
-
if (e.length -
|
|
51
|
-
return
|
|
52
|
-
const
|
|
53
|
-
if (
|
|
54
|
-
const f =
|
|
49
|
+
}, Se = (e, r, o) => {
|
|
50
|
+
if (e.length - r === 0)
|
|
51
|
+
return o.classGroupId;
|
|
52
|
+
const l = e[r], i = o.nextPart.get(l);
|
|
53
|
+
if (i) {
|
|
54
|
+
const f = Se(e, r + 1, i);
|
|
55
55
|
if (f) return f;
|
|
56
56
|
}
|
|
57
|
-
const a =
|
|
57
|
+
const a = o.validators;
|
|
58
58
|
if (a === null)
|
|
59
59
|
return;
|
|
60
|
-
const u =
|
|
60
|
+
const u = r === 0 ? e.join(Z) : e.slice(r).join(Z), c = a.length;
|
|
61
61
|
for (let f = 0; f < c; f++) {
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
64
|
-
return
|
|
62
|
+
const b = a[f];
|
|
63
|
+
if (b.validator(u))
|
|
64
|
+
return b.classGroupId;
|
|
65
65
|
}
|
|
66
66
|
}, Fe = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
67
|
-
const
|
|
68
|
-
return
|
|
69
|
-
})(),
|
|
67
|
+
const r = e.slice(1, -1), o = r.indexOf(":"), t = r.slice(0, o);
|
|
68
|
+
return t ? Be + t : void 0;
|
|
69
|
+
})(), We = (e) => {
|
|
70
70
|
const {
|
|
71
|
-
theme:
|
|
72
|
-
classGroups:
|
|
71
|
+
theme: r,
|
|
72
|
+
classGroups: o
|
|
73
73
|
} = e;
|
|
74
|
-
return
|
|
75
|
-
},
|
|
76
|
-
const
|
|
77
|
-
for (const
|
|
78
|
-
const
|
|
79
|
-
|
|
74
|
+
return $e(o, r);
|
|
75
|
+
}, $e = (e, r) => {
|
|
76
|
+
const o = Ae();
|
|
77
|
+
for (const t in e) {
|
|
78
|
+
const l = e[t];
|
|
79
|
+
le(l, o, t, r);
|
|
80
80
|
}
|
|
81
|
-
return
|
|
82
|
-
},
|
|
83
|
-
const
|
|
84
|
-
for (let
|
|
85
|
-
const a = e[
|
|
86
|
-
|
|
81
|
+
return o;
|
|
82
|
+
}, le = (e, r, o, t) => {
|
|
83
|
+
const l = e.length;
|
|
84
|
+
for (let i = 0; i < l; i++) {
|
|
85
|
+
const a = e[i];
|
|
86
|
+
Ue(a, r, o, t);
|
|
87
87
|
}
|
|
88
|
-
},
|
|
88
|
+
}, Ue = (e, r, o, t) => {
|
|
89
89
|
if (typeof e == "string") {
|
|
90
|
-
|
|
90
|
+
De(e, r, o);
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
93
|
if (typeof e == "function") {
|
|
94
|
-
|
|
94
|
+
Ye(e, r, o, t);
|
|
95
95
|
return;
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
},
|
|
99
|
-
const
|
|
100
|
-
|
|
101
|
-
},
|
|
102
|
-
if (
|
|
103
|
-
|
|
97
|
+
qe(e, r, o, t);
|
|
98
|
+
}, De = (e, r, o) => {
|
|
99
|
+
const t = e === "" ? r : Ne(r, e);
|
|
100
|
+
t.classGroupId = o;
|
|
101
|
+
}, Ye = (e, r, o, t) => {
|
|
102
|
+
if (Xe(e)) {
|
|
103
|
+
le(e(t), r, o, t);
|
|
104
104
|
return;
|
|
105
105
|
}
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
-
const
|
|
109
|
-
for (let a = 0; a <
|
|
110
|
-
const [u, c] =
|
|
111
|
-
|
|
106
|
+
r.validators === null && (r.validators = []), r.validators.push(Ee(o, e));
|
|
107
|
+
}, qe = (e, r, o, t) => {
|
|
108
|
+
const l = Object.entries(e), i = l.length;
|
|
109
|
+
for (let a = 0; a < i; a++) {
|
|
110
|
+
const [u, c] = l[a];
|
|
111
|
+
le(c, Ne(r, u), o, t);
|
|
112
112
|
}
|
|
113
|
-
},
|
|
114
|
-
let
|
|
115
|
-
const
|
|
116
|
-
for (let
|
|
117
|
-
const a =
|
|
118
|
-
let u =
|
|
119
|
-
u || (u =
|
|
113
|
+
}, Ne = (e, r) => {
|
|
114
|
+
let o = e;
|
|
115
|
+
const t = r.split(Z), l = t.length;
|
|
116
|
+
for (let i = 0; i < l; i++) {
|
|
117
|
+
const a = t[i];
|
|
118
|
+
let u = o.nextPart.get(a);
|
|
119
|
+
u || (u = Ae(), o.nextPart.set(a, u)), o = u;
|
|
120
120
|
}
|
|
121
|
-
return
|
|
122
|
-
},
|
|
121
|
+
return o;
|
|
122
|
+
}, Xe = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Je = (e) => {
|
|
123
123
|
if (e < 1)
|
|
124
124
|
return {
|
|
125
125
|
get: () => {
|
|
@@ -127,178 +127,178 @@ const Oe = (e, t) => {
|
|
|
127
127
|
set: () => {
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
|
-
let
|
|
131
|
-
const
|
|
132
|
-
|
|
130
|
+
let r = 0, o = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
|
|
131
|
+
const l = (i, a) => {
|
|
132
|
+
o[i] = a, r++, r > e && (r = 0, t = o, o = /* @__PURE__ */ Object.create(null));
|
|
133
133
|
};
|
|
134
134
|
return {
|
|
135
|
-
get(
|
|
136
|
-
let a =
|
|
135
|
+
get(i) {
|
|
136
|
+
let a = o[i];
|
|
137
137
|
if (a !== void 0)
|
|
138
138
|
return a;
|
|
139
|
-
if ((a =
|
|
140
|
-
return i
|
|
139
|
+
if ((a = t[i]) !== void 0)
|
|
140
|
+
return l(i, a), a;
|
|
141
141
|
},
|
|
142
|
-
set(
|
|
143
|
-
|
|
142
|
+
set(i, a) {
|
|
143
|
+
i in o ? o[i] = a : l(i, a);
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
|
-
},
|
|
146
|
+
}, ae = "!", he = ":", Ke = [], xe = (e, r, o, t, l) => ({
|
|
147
147
|
modifiers: e,
|
|
148
|
-
hasImportantModifier:
|
|
149
|
-
baseClassName:
|
|
150
|
-
maybePostfixModifierPosition:
|
|
151
|
-
isExternal:
|
|
152
|
-
}),
|
|
148
|
+
hasImportantModifier: r,
|
|
149
|
+
baseClassName: o,
|
|
150
|
+
maybePostfixModifierPosition: t,
|
|
151
|
+
isExternal: l
|
|
152
|
+
}), He = (e) => {
|
|
153
153
|
const {
|
|
154
|
-
prefix:
|
|
155
|
-
experimentalParseClassName:
|
|
154
|
+
prefix: r,
|
|
155
|
+
experimentalParseClassName: o
|
|
156
156
|
} = e;
|
|
157
|
-
let
|
|
158
|
-
const
|
|
157
|
+
let t = (l) => {
|
|
158
|
+
const i = [];
|
|
159
159
|
let a = 0, u = 0, c = 0, f;
|
|
160
|
-
const
|
|
161
|
-
for (let v = 0; v <
|
|
162
|
-
const
|
|
160
|
+
const b = l.length;
|
|
161
|
+
for (let v = 0; v < b; v++) {
|
|
162
|
+
const k = l[v];
|
|
163
163
|
if (a === 0 && u === 0) {
|
|
164
|
-
if (
|
|
165
|
-
|
|
164
|
+
if (k === he) {
|
|
165
|
+
i.push(l.slice(c, v)), c = v + 1;
|
|
166
166
|
continue;
|
|
167
167
|
}
|
|
168
|
-
if (
|
|
168
|
+
if (k === "/") {
|
|
169
169
|
f = v;
|
|
170
170
|
continue;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
|
|
173
|
+
k === "[" ? a++ : k === "]" ? a-- : k === "(" ? u++ : k === ")" && u--;
|
|
174
174
|
}
|
|
175
|
-
const
|
|
176
|
-
let
|
|
177
|
-
|
|
175
|
+
const x = i.length === 0 ? l : l.slice(c);
|
|
176
|
+
let y = x, C = !1;
|
|
177
|
+
x.endsWith(ae) ? (y = x.slice(0, -1), C = !0) : (
|
|
178
178
|
/**
|
|
179
179
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
180
180
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
181
181
|
*/
|
|
182
|
-
|
|
182
|
+
x.startsWith(ae) && (y = x.slice(1), C = !0)
|
|
183
183
|
);
|
|
184
|
-
const
|
|
185
|
-
return xe(
|
|
184
|
+
const A = f && f > c ? f - c : void 0;
|
|
185
|
+
return xe(i, C, y, A);
|
|
186
186
|
};
|
|
187
|
-
if (t) {
|
|
188
|
-
const i = t + he, d = o;
|
|
189
|
-
o = (a) => a.startsWith(i) ? d(a.slice(i.length)) : xe(Xe, !1, a, void 0, !0);
|
|
190
|
-
}
|
|
191
187
|
if (r) {
|
|
192
|
-
const i =
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
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
|
+
if (o) {
|
|
192
|
+
const l = t;
|
|
193
|
+
t = (i) => o({
|
|
194
|
+
className: i,
|
|
195
|
+
parseClassName: l
|
|
196
196
|
});
|
|
197
197
|
}
|
|
198
|
-
return
|
|
199
|
-
},
|
|
200
|
-
const
|
|
201
|
-
return e.orderSensitiveModifiers.forEach((
|
|
202
|
-
|
|
203
|
-
}), (
|
|
204
|
-
const
|
|
205
|
-
let
|
|
206
|
-
for (let
|
|
207
|
-
const a =
|
|
208
|
-
u || c ? (
|
|
198
|
+
return t;
|
|
199
|
+
}, Qe = (e) => {
|
|
200
|
+
const r = /* @__PURE__ */ new Map();
|
|
201
|
+
return e.orderSensitiveModifiers.forEach((o, t) => {
|
|
202
|
+
r.set(o, 1e6 + t);
|
|
203
|
+
}), (o) => {
|
|
204
|
+
const t = [];
|
|
205
|
+
let l = [];
|
|
206
|
+
for (let i = 0; i < o.length; i++) {
|
|
207
|
+
const a = o[i], u = a[0] === "[", c = r.has(a);
|
|
208
|
+
u || c ? (l.length > 0 && (l.sort(), t.push(...l), l = []), t.push(a)) : l.push(a);
|
|
209
209
|
}
|
|
210
|
-
return
|
|
210
|
+
return l.length > 0 && (l.sort(), t.push(...l)), t;
|
|
211
211
|
};
|
|
212
|
-
},
|
|
213
|
-
cache:
|
|
214
|
-
parseClassName:
|
|
215
|
-
sortModifiers:
|
|
216
|
-
...
|
|
217
|
-
}),
|
|
212
|
+
}, Ze = (e) => ({
|
|
213
|
+
cache: Je(e.cacheSize),
|
|
214
|
+
parseClassName: He(e),
|
|
215
|
+
sortModifiers: Qe(e),
|
|
216
|
+
..._e(e)
|
|
217
|
+
}), eo = /\s+/, oo = (e, r) => {
|
|
218
218
|
const {
|
|
219
|
-
parseClassName:
|
|
220
|
-
getClassGroupId:
|
|
221
|
-
getConflictingClassGroupIds:
|
|
222
|
-
sortModifiers:
|
|
223
|
-
} =
|
|
219
|
+
parseClassName: o,
|
|
220
|
+
getClassGroupId: t,
|
|
221
|
+
getConflictingClassGroupIds: l,
|
|
222
|
+
sortModifiers: i
|
|
223
|
+
} = r, a = [], u = e.trim().split(eo);
|
|
224
224
|
let c = "";
|
|
225
225
|
for (let f = u.length - 1; f >= 0; f -= 1) {
|
|
226
|
-
const
|
|
227
|
-
isExternal:
|
|
228
|
-
modifiers:
|
|
229
|
-
hasImportantModifier:
|
|
230
|
-
baseClassName:
|
|
226
|
+
const b = u[f], {
|
|
227
|
+
isExternal: x,
|
|
228
|
+
modifiers: y,
|
|
229
|
+
hasImportantModifier: C,
|
|
230
|
+
baseClassName: A,
|
|
231
231
|
maybePostfixModifierPosition: v
|
|
232
|
-
} =
|
|
233
|
-
if (
|
|
234
|
-
c =
|
|
232
|
+
} = o(b);
|
|
233
|
+
if (x) {
|
|
234
|
+
c = b + (c.length > 0 ? " " + c : c);
|
|
235
235
|
continue;
|
|
236
236
|
}
|
|
237
|
-
let
|
|
238
|
-
if (!
|
|
239
|
-
if (!
|
|
240
|
-
c =
|
|
237
|
+
let k = !!v, T = t(k ? A.substring(0, v) : A);
|
|
238
|
+
if (!T) {
|
|
239
|
+
if (!k) {
|
|
240
|
+
c = b + (c.length > 0 ? " " + c : c);
|
|
241
241
|
continue;
|
|
242
242
|
}
|
|
243
|
-
if (
|
|
244
|
-
c =
|
|
243
|
+
if (T = t(A), !T) {
|
|
244
|
+
c = b + (c.length > 0 ? " " + c : c);
|
|
245
245
|
continue;
|
|
246
246
|
}
|
|
247
|
-
|
|
247
|
+
k = !1;
|
|
248
248
|
}
|
|
249
|
-
const
|
|
250
|
-
if (a.indexOf(
|
|
249
|
+
const D = y.length === 0 ? "" : y.length === 1 ? y[0] : i(y).join(":"), W = C ? D + ae : D, V = W + T;
|
|
250
|
+
if (a.indexOf(V) > -1)
|
|
251
251
|
continue;
|
|
252
|
-
a.push(
|
|
253
|
-
const
|
|
254
|
-
for (let
|
|
255
|
-
const
|
|
256
|
-
a.push(
|
|
252
|
+
a.push(V);
|
|
253
|
+
const L = l(T, k);
|
|
254
|
+
for (let P = 0; P < L.length; ++P) {
|
|
255
|
+
const $ = L[P];
|
|
256
|
+
a.push(W + $);
|
|
257
257
|
}
|
|
258
|
-
c =
|
|
258
|
+
c = b + (c.length > 0 ? " " + c : c);
|
|
259
259
|
}
|
|
260
260
|
return c;
|
|
261
|
-
},
|
|
262
|
-
let
|
|
263
|
-
for (;
|
|
264
|
-
(
|
|
265
|
-
return
|
|
266
|
-
},
|
|
261
|
+
}, to = (...e) => {
|
|
262
|
+
let r = 0, o, t, l = "";
|
|
263
|
+
for (; r < e.length; )
|
|
264
|
+
(o = e[r++]) && (t = Re(o)) && (l && (l += " "), l += t);
|
|
265
|
+
return l;
|
|
266
|
+
}, Re = (e) => {
|
|
267
267
|
if (typeof e == "string")
|
|
268
268
|
return e;
|
|
269
|
-
let
|
|
270
|
-
for (let
|
|
271
|
-
e[
|
|
272
|
-
return
|
|
273
|
-
},
|
|
274
|
-
let
|
|
269
|
+
let r, o = "";
|
|
270
|
+
for (let t = 0; t < e.length; t++)
|
|
271
|
+
e[t] && (r = Re(e[t])) && (o && (o += " "), o += r);
|
|
272
|
+
return o;
|
|
273
|
+
}, ro = (e, ...r) => {
|
|
274
|
+
let o, t, l, i;
|
|
275
275
|
const a = (c) => {
|
|
276
|
-
const f =
|
|
277
|
-
return
|
|
276
|
+
const f = r.reduce((b, x) => x(b), e());
|
|
277
|
+
return o = Ze(f), t = o.cache.get, l = o.cache.set, i = u, u(c);
|
|
278
278
|
}, u = (c) => {
|
|
279
|
-
const f =
|
|
279
|
+
const f = t(c);
|
|
280
280
|
if (f)
|
|
281
281
|
return f;
|
|
282
|
-
const
|
|
283
|
-
return
|
|
282
|
+
const b = oo(c, o);
|
|
283
|
+
return l(c, b), b;
|
|
284
284
|
};
|
|
285
|
-
return
|
|
286
|
-
},
|
|
287
|
-
const
|
|
288
|
-
return
|
|
289
|
-
},
|
|
285
|
+
return i = a, (...c) => i(to(...c));
|
|
286
|
+
}, no = [], g = (e) => {
|
|
287
|
+
const r = (o) => o[e] || no;
|
|
288
|
+
return r.isThemeGetter = !0, r;
|
|
289
|
+
}, Ie = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Me = /^\((?:(\w[\w-]*):)?(.+)\)$/i, so = /^\d+\/\d+$/, ao = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, lo = /\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$/, io = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, co = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, mo = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, B = (e) => so.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), I = (e) => !!e && Number.isInteger(Number(e)), re = (e) => e.endsWith("%") && p(e.slice(0, -1)), R = (e) => ao.test(e), uo = () => !0, po = (e) => (
|
|
290
290
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
291
291
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
292
292
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
293
|
-
|
|
294
|
-
),
|
|
295
|
-
const
|
|
296
|
-
return
|
|
297
|
-
}, F = (e,
|
|
298
|
-
const
|
|
299
|
-
return
|
|
300
|
-
},
|
|
301
|
-
const e =
|
|
293
|
+
lo.test(e) && !io.test(e)
|
|
294
|
+
), Te = () => !1, fo = (e) => co.test(e), bo = (e) => mo.test(e), go = (e) => !n(e) && !s(e), ho = (e) => _(e, Oe, Te), n = (e) => Ie.test(e), O = (e) => _(e, je, po), ne = (e) => _(e, vo, p), ye = (e) => _(e, Pe, Te), xo = (e) => _(e, Ge, bo), H = (e) => _(e, Ve, fo), s = (e) => Me.test(e), U = (e) => F(e, je), yo = (e) => F(e, zo), ke = (e) => F(e, Pe), ko = (e) => F(e, Oe), wo = (e) => F(e, Ge), Q = (e) => F(e, Ve, !0), _ = (e, r, o) => {
|
|
295
|
+
const t = Ie.exec(e);
|
|
296
|
+
return t ? t[1] ? r(t[1]) : o(t[2]) : !1;
|
|
297
|
+
}, F = (e, r, o = !1) => {
|
|
298
|
+
const t = Me.exec(e);
|
|
299
|
+
return t ? t[1] ? r(t[1]) : o : !1;
|
|
300
|
+
}, Pe = (e) => e === "position" || e === "percentage", Ge = (e) => e === "image" || e === "url", Oe = (e) => e === "length" || e === "size" || e === "bg-size", je = (e) => e === "length", vo = (e) => e === "number", zo = (e) => e === "family-name", Ve = (e) => e === "shadow", Co = () => {
|
|
301
|
+
const e = g("color"), r = g("font"), o = g("text"), t = g("font-weight"), l = g("tracking"), i = g("leading"), a = g("breakpoint"), u = g("container"), c = g("spacing"), f = g("radius"), b = g("shadow"), x = g("inset-shadow"), y = g("text-shadow"), C = g("drop-shadow"), A = g("blur"), v = g("perspective"), k = g("aspect"), T = g("ease"), D = g("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], V = () => [
|
|
302
302
|
"center",
|
|
303
303
|
"top",
|
|
304
304
|
"bottom",
|
|
@@ -316,51 +316,51 @@ const Oe = (e, t) => {
|
|
|
316
316
|
"bottom-left",
|
|
317
317
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
318
318
|
"left-bottom"
|
|
319
|
-
],
|
|
320
|
-
span: ["full",
|
|
321
|
-
},
|
|
322
|
-
position: [
|
|
323
|
-
}],
|
|
319
|
+
], L = () => [...V(), s, n], P = () => ["auto", "hidden", "clip", "visible", "scroll"], $ = () => ["auto", "contain", "none"], m = () => [s, n, c], S = () => [B, "full", "auto", ...m()], ie = () => [I, "none", "subgrid", s, n], ce = () => ["auto", {
|
|
320
|
+
span: ["full", I, s, n]
|
|
321
|
+
}, I, s, n], Y = () => [I, "auto", s, n], de = () => ["auto", "min", "max", "fr", s, n], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], E = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], N = () => ["auto", ...m()], G = () => [B, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], d = () => [e, s, n], me = () => [...V(), ke, ye, {
|
|
322
|
+
position: [s, n]
|
|
323
|
+
}], ue = () => ["no-repeat", {
|
|
324
324
|
repeat: ["", "x", "y", "space", "round"]
|
|
325
|
-
}], pe = () => ["auto", "cover", "contain",
|
|
326
|
-
size: [
|
|
327
|
-
}], oe = () => [
|
|
325
|
+
}], pe = () => ["auto", "cover", "contain", ko, ho, {
|
|
326
|
+
size: [s, n]
|
|
327
|
+
}], oe = () => [re, U, O], w = () => [
|
|
328
328
|
// Deprecated since Tailwind CSS v4.0.0
|
|
329
329
|
"",
|
|
330
330
|
"none",
|
|
331
331
|
"full",
|
|
332
332
|
f,
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
],
|
|
333
|
+
s,
|
|
334
|
+
n
|
|
335
|
+
], z = () => ["", p, U, O], q = () => ["solid", "dashed", "dotted", "double"], fe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], h = () => [p, re, ke, ye], be = () => [
|
|
336
336
|
// Deprecated since Tailwind CSS v4.0.0
|
|
337
337
|
"",
|
|
338
338
|
"none",
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
],
|
|
339
|
+
A,
|
|
340
|
+
s,
|
|
341
|
+
n
|
|
342
|
+
], X = () => ["none", p, s, n], J = () => ["none", p, s, n], te = () => [p, s, n], K = () => [B, "full", ...m()];
|
|
343
343
|
return {
|
|
344
344
|
cacheSize: 500,
|
|
345
345
|
theme: {
|
|
346
346
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
347
347
|
aspect: ["video"],
|
|
348
|
-
blur: [
|
|
349
|
-
breakpoint: [
|
|
350
|
-
color: [
|
|
351
|
-
container: [
|
|
352
|
-
"drop-shadow": [
|
|
348
|
+
blur: [R],
|
|
349
|
+
breakpoint: [R],
|
|
350
|
+
color: [uo],
|
|
351
|
+
container: [R],
|
|
352
|
+
"drop-shadow": [R],
|
|
353
353
|
ease: ["in", "out", "in-out"],
|
|
354
|
-
font: [
|
|
354
|
+
font: [go],
|
|
355
355
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
356
|
-
"inset-shadow": [
|
|
356
|
+
"inset-shadow": [R],
|
|
357
357
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
358
358
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
359
|
-
radius: [
|
|
360
|
-
shadow: [
|
|
359
|
+
radius: [R],
|
|
360
|
+
shadow: [R],
|
|
361
361
|
spacing: ["px", p],
|
|
362
|
-
text: [
|
|
363
|
-
"text-shadow": [
|
|
362
|
+
text: [R],
|
|
363
|
+
"text-shadow": [R],
|
|
364
364
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
365
365
|
},
|
|
366
366
|
classGroups: {
|
|
@@ -372,7 +372,7 @@ const Oe = (e, t) => {
|
|
|
372
372
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
373
373
|
*/
|
|
374
374
|
aspect: [{
|
|
375
|
-
aspect: ["auto", "square",
|
|
375
|
+
aspect: ["auto", "square", B, n, s, k]
|
|
376
376
|
}],
|
|
377
377
|
/**
|
|
378
378
|
* Container
|
|
@@ -385,21 +385,21 @@ const Oe = (e, t) => {
|
|
|
385
385
|
* @see https://tailwindcss.com/docs/columns
|
|
386
386
|
*/
|
|
387
387
|
columns: [{
|
|
388
|
-
columns: [p,
|
|
388
|
+
columns: [p, n, s, u]
|
|
389
389
|
}],
|
|
390
390
|
/**
|
|
391
391
|
* Break After
|
|
392
392
|
* @see https://tailwindcss.com/docs/break-after
|
|
393
393
|
*/
|
|
394
394
|
"break-after": [{
|
|
395
|
-
"break-after":
|
|
395
|
+
"break-after": W()
|
|
396
396
|
}],
|
|
397
397
|
/**
|
|
398
398
|
* Break Before
|
|
399
399
|
* @see https://tailwindcss.com/docs/break-before
|
|
400
400
|
*/
|
|
401
401
|
"break-before": [{
|
|
402
|
-
"break-before":
|
|
402
|
+
"break-before": W()
|
|
403
403
|
}],
|
|
404
404
|
/**
|
|
405
405
|
* Break Inside
|
|
@@ -463,49 +463,49 @@ const Oe = (e, t) => {
|
|
|
463
463
|
* @see https://tailwindcss.com/docs/object-position
|
|
464
464
|
*/
|
|
465
465
|
"object-position": [{
|
|
466
|
-
object:
|
|
466
|
+
object: L()
|
|
467
467
|
}],
|
|
468
468
|
/**
|
|
469
469
|
* Overflow
|
|
470
470
|
* @see https://tailwindcss.com/docs/overflow
|
|
471
471
|
*/
|
|
472
472
|
overflow: [{
|
|
473
|
-
overflow:
|
|
473
|
+
overflow: P()
|
|
474
474
|
}],
|
|
475
475
|
/**
|
|
476
476
|
* Overflow X
|
|
477
477
|
* @see https://tailwindcss.com/docs/overflow
|
|
478
478
|
*/
|
|
479
479
|
"overflow-x": [{
|
|
480
|
-
"overflow-x":
|
|
480
|
+
"overflow-x": P()
|
|
481
481
|
}],
|
|
482
482
|
/**
|
|
483
483
|
* Overflow Y
|
|
484
484
|
* @see https://tailwindcss.com/docs/overflow
|
|
485
485
|
*/
|
|
486
486
|
"overflow-y": [{
|
|
487
|
-
"overflow-y":
|
|
487
|
+
"overflow-y": P()
|
|
488
488
|
}],
|
|
489
489
|
/**
|
|
490
490
|
* Overscroll Behavior
|
|
491
491
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
492
492
|
*/
|
|
493
493
|
overscroll: [{
|
|
494
|
-
overscroll:
|
|
494
|
+
overscroll: $()
|
|
495
495
|
}],
|
|
496
496
|
/**
|
|
497
497
|
* Overscroll Behavior X
|
|
498
498
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
499
499
|
*/
|
|
500
500
|
"overscroll-x": [{
|
|
501
|
-
"overscroll-x":
|
|
501
|
+
"overscroll-x": $()
|
|
502
502
|
}],
|
|
503
503
|
/**
|
|
504
504
|
* Overscroll Behavior Y
|
|
505
505
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
506
506
|
*/
|
|
507
507
|
"overscroll-y": [{
|
|
508
|
-
"overscroll-y":
|
|
508
|
+
"overscroll-y": $()
|
|
509
509
|
}],
|
|
510
510
|
/**
|
|
511
511
|
* Position
|
|
@@ -517,63 +517,63 @@ const Oe = (e, t) => {
|
|
|
517
517
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
518
518
|
*/
|
|
519
519
|
inset: [{
|
|
520
|
-
inset:
|
|
520
|
+
inset: S()
|
|
521
521
|
}],
|
|
522
522
|
/**
|
|
523
523
|
* Right / Left
|
|
524
524
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
525
525
|
*/
|
|
526
526
|
"inset-x": [{
|
|
527
|
-
"inset-x":
|
|
527
|
+
"inset-x": S()
|
|
528
528
|
}],
|
|
529
529
|
/**
|
|
530
530
|
* Top / Bottom
|
|
531
531
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
532
532
|
*/
|
|
533
533
|
"inset-y": [{
|
|
534
|
-
"inset-y":
|
|
534
|
+
"inset-y": S()
|
|
535
535
|
}],
|
|
536
536
|
/**
|
|
537
537
|
* Start
|
|
538
538
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
539
539
|
*/
|
|
540
540
|
start: [{
|
|
541
|
-
start:
|
|
541
|
+
start: S()
|
|
542
542
|
}],
|
|
543
543
|
/**
|
|
544
544
|
* End
|
|
545
545
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
546
546
|
*/
|
|
547
547
|
end: [{
|
|
548
|
-
end:
|
|
548
|
+
end: S()
|
|
549
549
|
}],
|
|
550
550
|
/**
|
|
551
551
|
* Top
|
|
552
552
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
553
553
|
*/
|
|
554
554
|
top: [{
|
|
555
|
-
top:
|
|
555
|
+
top: S()
|
|
556
556
|
}],
|
|
557
557
|
/**
|
|
558
558
|
* Right
|
|
559
559
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
560
560
|
*/
|
|
561
561
|
right: [{
|
|
562
|
-
right:
|
|
562
|
+
right: S()
|
|
563
563
|
}],
|
|
564
564
|
/**
|
|
565
565
|
* Bottom
|
|
566
566
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
567
567
|
*/
|
|
568
568
|
bottom: [{
|
|
569
|
-
bottom:
|
|
569
|
+
bottom: S()
|
|
570
570
|
}],
|
|
571
571
|
/**
|
|
572
572
|
* Left
|
|
573
573
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
574
574
|
*/
|
|
575
575
|
left: [{
|
|
576
|
-
left:
|
|
576
|
+
left: S()
|
|
577
577
|
}],
|
|
578
578
|
/**
|
|
579
579
|
* Visibility
|
|
@@ -585,7 +585,7 @@ const Oe = (e, t) => {
|
|
|
585
585
|
* @see https://tailwindcss.com/docs/z-index
|
|
586
586
|
*/
|
|
587
587
|
z: [{
|
|
588
|
-
z: [
|
|
588
|
+
z: [I, "auto", s, n]
|
|
589
589
|
}],
|
|
590
590
|
// ------------------------
|
|
591
591
|
// --- Flexbox and Grid ---
|
|
@@ -595,7 +595,7 @@ const Oe = (e, t) => {
|
|
|
595
595
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
596
596
|
*/
|
|
597
597
|
basis: [{
|
|
598
|
-
basis: [
|
|
598
|
+
basis: [B, "full", "auto", u, ...m()]
|
|
599
599
|
}],
|
|
600
600
|
/**
|
|
601
601
|
* Flex Direction
|
|
@@ -616,28 +616,28 @@ const Oe = (e, t) => {
|
|
|
616
616
|
* @see https://tailwindcss.com/docs/flex
|
|
617
617
|
*/
|
|
618
618
|
flex: [{
|
|
619
|
-
flex: [p,
|
|
619
|
+
flex: [p, B, "auto", "initial", "none", n]
|
|
620
620
|
}],
|
|
621
621
|
/**
|
|
622
622
|
* Flex Grow
|
|
623
623
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
624
624
|
*/
|
|
625
625
|
grow: [{
|
|
626
|
-
grow: ["", p,
|
|
626
|
+
grow: ["", p, s, n]
|
|
627
627
|
}],
|
|
628
628
|
/**
|
|
629
629
|
* Flex Shrink
|
|
630
630
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
631
631
|
*/
|
|
632
632
|
shrink: [{
|
|
633
|
-
shrink: ["", p,
|
|
633
|
+
shrink: ["", p, s, n]
|
|
634
634
|
}],
|
|
635
635
|
/**
|
|
636
636
|
* Order
|
|
637
637
|
* @see https://tailwindcss.com/docs/order
|
|
638
638
|
*/
|
|
639
639
|
order: [{
|
|
640
|
-
order: [
|
|
640
|
+
order: [I, "first", "last", "none", s, n]
|
|
641
641
|
}],
|
|
642
642
|
/**
|
|
643
643
|
* Grid Template Columns
|
|
@@ -651,21 +651,21 @@ const Oe = (e, t) => {
|
|
|
651
651
|
* @see https://tailwindcss.com/docs/grid-column
|
|
652
652
|
*/
|
|
653
653
|
"col-start-end": [{
|
|
654
|
-
col:
|
|
654
|
+
col: ce()
|
|
655
655
|
}],
|
|
656
656
|
/**
|
|
657
657
|
* Grid Column Start
|
|
658
658
|
* @see https://tailwindcss.com/docs/grid-column
|
|
659
659
|
*/
|
|
660
660
|
"col-start": [{
|
|
661
|
-
"col-start":
|
|
661
|
+
"col-start": Y()
|
|
662
662
|
}],
|
|
663
663
|
/**
|
|
664
664
|
* Grid Column End
|
|
665
665
|
* @see https://tailwindcss.com/docs/grid-column
|
|
666
666
|
*/
|
|
667
667
|
"col-end": [{
|
|
668
|
-
"col-end":
|
|
668
|
+
"col-end": Y()
|
|
669
669
|
}],
|
|
670
670
|
/**
|
|
671
671
|
* Grid Template Rows
|
|
@@ -679,21 +679,21 @@ const Oe = (e, t) => {
|
|
|
679
679
|
* @see https://tailwindcss.com/docs/grid-row
|
|
680
680
|
*/
|
|
681
681
|
"row-start-end": [{
|
|
682
|
-
row:
|
|
682
|
+
row: ce()
|
|
683
683
|
}],
|
|
684
684
|
/**
|
|
685
685
|
* Grid Row Start
|
|
686
686
|
* @see https://tailwindcss.com/docs/grid-row
|
|
687
687
|
*/
|
|
688
688
|
"row-start": [{
|
|
689
|
-
"row-start":
|
|
689
|
+
"row-start": Y()
|
|
690
690
|
}],
|
|
691
691
|
/**
|
|
692
692
|
* Grid Row End
|
|
693
693
|
* @see https://tailwindcss.com/docs/grid-row
|
|
694
694
|
*/
|
|
695
695
|
"row-end": [{
|
|
696
|
-
"row-end":
|
|
696
|
+
"row-end": Y()
|
|
697
697
|
}],
|
|
698
698
|
/**
|
|
699
699
|
* Grid Auto Flow
|
|
@@ -707,14 +707,14 @@ const Oe = (e, t) => {
|
|
|
707
707
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
708
708
|
*/
|
|
709
709
|
"auto-cols": [{
|
|
710
|
-
"auto-cols":
|
|
710
|
+
"auto-cols": de()
|
|
711
711
|
}],
|
|
712
712
|
/**
|
|
713
713
|
* Grid Auto Rows
|
|
714
714
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
715
715
|
*/
|
|
716
716
|
"auto-rows": [{
|
|
717
|
-
"auto-rows":
|
|
717
|
+
"auto-rows": de()
|
|
718
718
|
}],
|
|
719
719
|
/**
|
|
720
720
|
* Gap
|
|
@@ -749,14 +749,14 @@ const Oe = (e, t) => {
|
|
|
749
749
|
* @see https://tailwindcss.com/docs/justify-items
|
|
750
750
|
*/
|
|
751
751
|
"justify-items": [{
|
|
752
|
-
"justify-items": [...
|
|
752
|
+
"justify-items": [...E(), "normal"]
|
|
753
753
|
}],
|
|
754
754
|
/**
|
|
755
755
|
* Justify Self
|
|
756
756
|
* @see https://tailwindcss.com/docs/justify-self
|
|
757
757
|
*/
|
|
758
758
|
"justify-self": [{
|
|
759
|
-
"justify-self": ["auto", ...
|
|
759
|
+
"justify-self": ["auto", ...E()]
|
|
760
760
|
}],
|
|
761
761
|
/**
|
|
762
762
|
* Align Content
|
|
@@ -770,7 +770,7 @@ const Oe = (e, t) => {
|
|
|
770
770
|
* @see https://tailwindcss.com/docs/align-items
|
|
771
771
|
*/
|
|
772
772
|
"align-items": [{
|
|
773
|
-
items: [...
|
|
773
|
+
items: [...E(), {
|
|
774
774
|
baseline: ["", "last"]
|
|
775
775
|
}]
|
|
776
776
|
}],
|
|
@@ -779,7 +779,7 @@ const Oe = (e, t) => {
|
|
|
779
779
|
* @see https://tailwindcss.com/docs/align-self
|
|
780
780
|
*/
|
|
781
781
|
"align-self": [{
|
|
782
|
-
self: ["auto", ...
|
|
782
|
+
self: ["auto", ...E(), {
|
|
783
783
|
baseline: ["", "last"]
|
|
784
784
|
}]
|
|
785
785
|
}],
|
|
@@ -795,14 +795,14 @@ const Oe = (e, t) => {
|
|
|
795
795
|
* @see https://tailwindcss.com/docs/place-items
|
|
796
796
|
*/
|
|
797
797
|
"place-items": [{
|
|
798
|
-
"place-items": [...
|
|
798
|
+
"place-items": [...E(), "baseline"]
|
|
799
799
|
}],
|
|
800
800
|
/**
|
|
801
801
|
* Place Self
|
|
802
802
|
* @see https://tailwindcss.com/docs/place-self
|
|
803
803
|
*/
|
|
804
804
|
"place-self": [{
|
|
805
|
-
"place-self": ["auto", ...
|
|
805
|
+
"place-self": ["auto", ...E()]
|
|
806
806
|
}],
|
|
807
807
|
// Spacing
|
|
808
808
|
/**
|
|
@@ -873,63 +873,63 @@ const Oe = (e, t) => {
|
|
|
873
873
|
* @see https://tailwindcss.com/docs/margin
|
|
874
874
|
*/
|
|
875
875
|
m: [{
|
|
876
|
-
m:
|
|
876
|
+
m: N()
|
|
877
877
|
}],
|
|
878
878
|
/**
|
|
879
879
|
* Margin X
|
|
880
880
|
* @see https://tailwindcss.com/docs/margin
|
|
881
881
|
*/
|
|
882
882
|
mx: [{
|
|
883
|
-
mx:
|
|
883
|
+
mx: N()
|
|
884
884
|
}],
|
|
885
885
|
/**
|
|
886
886
|
* Margin Y
|
|
887
887
|
* @see https://tailwindcss.com/docs/margin
|
|
888
888
|
*/
|
|
889
889
|
my: [{
|
|
890
|
-
my:
|
|
890
|
+
my: N()
|
|
891
891
|
}],
|
|
892
892
|
/**
|
|
893
893
|
* Margin Start
|
|
894
894
|
* @see https://tailwindcss.com/docs/margin
|
|
895
895
|
*/
|
|
896
896
|
ms: [{
|
|
897
|
-
ms:
|
|
897
|
+
ms: N()
|
|
898
898
|
}],
|
|
899
899
|
/**
|
|
900
900
|
* Margin End
|
|
901
901
|
* @see https://tailwindcss.com/docs/margin
|
|
902
902
|
*/
|
|
903
903
|
me: [{
|
|
904
|
-
me:
|
|
904
|
+
me: N()
|
|
905
905
|
}],
|
|
906
906
|
/**
|
|
907
907
|
* Margin Top
|
|
908
908
|
* @see https://tailwindcss.com/docs/margin
|
|
909
909
|
*/
|
|
910
910
|
mt: [{
|
|
911
|
-
mt:
|
|
911
|
+
mt: N()
|
|
912
912
|
}],
|
|
913
913
|
/**
|
|
914
914
|
* Margin Right
|
|
915
915
|
* @see https://tailwindcss.com/docs/margin
|
|
916
916
|
*/
|
|
917
917
|
mr: [{
|
|
918
|
-
mr:
|
|
918
|
+
mr: N()
|
|
919
919
|
}],
|
|
920
920
|
/**
|
|
921
921
|
* Margin Bottom
|
|
922
922
|
* @see https://tailwindcss.com/docs/margin
|
|
923
923
|
*/
|
|
924
924
|
mb: [{
|
|
925
|
-
mb:
|
|
925
|
+
mb: N()
|
|
926
926
|
}],
|
|
927
927
|
/**
|
|
928
928
|
* Margin Left
|
|
929
929
|
* @see https://tailwindcss.com/docs/margin
|
|
930
930
|
*/
|
|
931
931
|
ml: [{
|
|
932
|
-
ml:
|
|
932
|
+
ml: N()
|
|
933
933
|
}],
|
|
934
934
|
/**
|
|
935
935
|
* Space Between X
|
|
@@ -963,14 +963,14 @@ const Oe = (e, t) => {
|
|
|
963
963
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
964
964
|
*/
|
|
965
965
|
size: [{
|
|
966
|
-
size:
|
|
966
|
+
size: G()
|
|
967
967
|
}],
|
|
968
968
|
/**
|
|
969
969
|
* Width
|
|
970
970
|
* @see https://tailwindcss.com/docs/width
|
|
971
971
|
*/
|
|
972
972
|
w: [{
|
|
973
|
-
w: [u, "screen", ...
|
|
973
|
+
w: [u, "screen", ...G()]
|
|
974
974
|
}],
|
|
975
975
|
/**
|
|
976
976
|
* Min-Width
|
|
@@ -982,7 +982,7 @@ const Oe = (e, t) => {
|
|
|
982
982
|
"screen",
|
|
983
983
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
984
984
|
"none",
|
|
985
|
-
...
|
|
985
|
+
...G()
|
|
986
986
|
]
|
|
987
987
|
}],
|
|
988
988
|
/**
|
|
@@ -1000,7 +1000,7 @@ const Oe = (e, t) => {
|
|
|
1000
1000
|
{
|
|
1001
1001
|
screen: [a]
|
|
1002
1002
|
},
|
|
1003
|
-
...
|
|
1003
|
+
...G()
|
|
1004
1004
|
]
|
|
1005
1005
|
}],
|
|
1006
1006
|
/**
|
|
@@ -1008,21 +1008,21 @@ const Oe = (e, t) => {
|
|
|
1008
1008
|
* @see https://tailwindcss.com/docs/height
|
|
1009
1009
|
*/
|
|
1010
1010
|
h: [{
|
|
1011
|
-
h: ["screen", "lh", ...
|
|
1011
|
+
h: ["screen", "lh", ...G()]
|
|
1012
1012
|
}],
|
|
1013
1013
|
/**
|
|
1014
1014
|
* Min-Height
|
|
1015
1015
|
* @see https://tailwindcss.com/docs/min-height
|
|
1016
1016
|
*/
|
|
1017
1017
|
"min-h": [{
|
|
1018
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1018
|
+
"min-h": ["screen", "lh", "none", ...G()]
|
|
1019
1019
|
}],
|
|
1020
1020
|
/**
|
|
1021
1021
|
* Max-Height
|
|
1022
1022
|
* @see https://tailwindcss.com/docs/max-height
|
|
1023
1023
|
*/
|
|
1024
1024
|
"max-h": [{
|
|
1025
|
-
"max-h": ["screen", "lh", ...
|
|
1025
|
+
"max-h": ["screen", "lh", ...G()]
|
|
1026
1026
|
}],
|
|
1027
1027
|
// ------------------
|
|
1028
1028
|
// --- Typography ---
|
|
@@ -1032,7 +1032,7 @@ const Oe = (e, t) => {
|
|
|
1032
1032
|
* @see https://tailwindcss.com/docs/font-size
|
|
1033
1033
|
*/
|
|
1034
1034
|
"font-size": [{
|
|
1035
|
-
text: ["base",
|
|
1035
|
+
text: ["base", o, U, O]
|
|
1036
1036
|
}],
|
|
1037
1037
|
/**
|
|
1038
1038
|
* Font Smoothing
|
|
@@ -1049,21 +1049,21 @@ const Oe = (e, t) => {
|
|
|
1049
1049
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1050
1050
|
*/
|
|
1051
1051
|
"font-weight": [{
|
|
1052
|
-
font: [
|
|
1052
|
+
font: [t, s, ne]
|
|
1053
1053
|
}],
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Font Stretch
|
|
1056
1056
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1057
1057
|
*/
|
|
1058
1058
|
"font-stretch": [{
|
|
1059
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1059
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", re, n]
|
|
1060
1060
|
}],
|
|
1061
1061
|
/**
|
|
1062
1062
|
* Font Family
|
|
1063
1063
|
* @see https://tailwindcss.com/docs/font-family
|
|
1064
1064
|
*/
|
|
1065
1065
|
"font-family": [{
|
|
1066
|
-
font: [
|
|
1066
|
+
font: [yo, n, r]
|
|
1067
1067
|
}],
|
|
1068
1068
|
/**
|
|
1069
1069
|
* Font Variant Numeric
|
|
@@ -1100,14 +1100,14 @@ const Oe = (e, t) => {
|
|
|
1100
1100
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1101
1101
|
*/
|
|
1102
1102
|
tracking: [{
|
|
1103
|
-
tracking: [
|
|
1103
|
+
tracking: [l, s, n]
|
|
1104
1104
|
}],
|
|
1105
1105
|
/**
|
|
1106
1106
|
* Line Clamp
|
|
1107
1107
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1108
1108
|
*/
|
|
1109
1109
|
"line-clamp": [{
|
|
1110
|
-
"line-clamp": [p, "none",
|
|
1110
|
+
"line-clamp": [p, "none", s, ne]
|
|
1111
1111
|
}],
|
|
1112
1112
|
/**
|
|
1113
1113
|
* Line Height
|
|
@@ -1116,7 +1116,7 @@ const Oe = (e, t) => {
|
|
|
1116
1116
|
leading: [{
|
|
1117
1117
|
leading: [
|
|
1118
1118
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1119
|
-
|
|
1119
|
+
i,
|
|
1120
1120
|
...m()
|
|
1121
1121
|
]
|
|
1122
1122
|
}],
|
|
@@ -1125,7 +1125,7 @@ const Oe = (e, t) => {
|
|
|
1125
1125
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1126
1126
|
*/
|
|
1127
1127
|
"list-image": [{
|
|
1128
|
-
"list-image": ["none",
|
|
1128
|
+
"list-image": ["none", s, n]
|
|
1129
1129
|
}],
|
|
1130
1130
|
/**
|
|
1131
1131
|
* List Style Position
|
|
@@ -1139,7 +1139,7 @@ const Oe = (e, t) => {
|
|
|
1139
1139
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1140
1140
|
*/
|
|
1141
1141
|
"list-style-type": [{
|
|
1142
|
-
list: ["disc", "decimal", "none",
|
|
1142
|
+
list: ["disc", "decimal", "none", s, n]
|
|
1143
1143
|
}],
|
|
1144
1144
|
/**
|
|
1145
1145
|
* Text Alignment
|
|
@@ -1154,14 +1154,14 @@ const Oe = (e, t) => {
|
|
|
1154
1154
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1155
1155
|
*/
|
|
1156
1156
|
"placeholder-color": [{
|
|
1157
|
-
placeholder:
|
|
1157
|
+
placeholder: d()
|
|
1158
1158
|
}],
|
|
1159
1159
|
/**
|
|
1160
1160
|
* Text Color
|
|
1161
1161
|
* @see https://tailwindcss.com/docs/text-color
|
|
1162
1162
|
*/
|
|
1163
1163
|
"text-color": [{
|
|
1164
|
-
text:
|
|
1164
|
+
text: d()
|
|
1165
1165
|
}],
|
|
1166
1166
|
/**
|
|
1167
1167
|
* Text Decoration
|
|
@@ -1173,28 +1173,28 @@ const Oe = (e, t) => {
|
|
|
1173
1173
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1174
1174
|
*/
|
|
1175
1175
|
"text-decoration-style": [{
|
|
1176
|
-
decoration: [...
|
|
1176
|
+
decoration: [...q(), "wavy"]
|
|
1177
1177
|
}],
|
|
1178
1178
|
/**
|
|
1179
1179
|
* Text Decoration Thickness
|
|
1180
1180
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1181
1181
|
*/
|
|
1182
1182
|
"text-decoration-thickness": [{
|
|
1183
|
-
decoration: [p, "from-font", "auto",
|
|
1183
|
+
decoration: [p, "from-font", "auto", s, O]
|
|
1184
1184
|
}],
|
|
1185
1185
|
/**
|
|
1186
1186
|
* Text Decoration Color
|
|
1187
1187
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1188
1188
|
*/
|
|
1189
1189
|
"text-decoration-color": [{
|
|
1190
|
-
decoration:
|
|
1190
|
+
decoration: d()
|
|
1191
1191
|
}],
|
|
1192
1192
|
/**
|
|
1193
1193
|
* Text Underline Offset
|
|
1194
1194
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1195
1195
|
*/
|
|
1196
1196
|
"underline-offset": [{
|
|
1197
|
-
"underline-offset": [p, "auto",
|
|
1197
|
+
"underline-offset": [p, "auto", s, n]
|
|
1198
1198
|
}],
|
|
1199
1199
|
/**
|
|
1200
1200
|
* Text Transform
|
|
@@ -1225,7 +1225,7 @@ const Oe = (e, t) => {
|
|
|
1225
1225
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1226
1226
|
*/
|
|
1227
1227
|
"vertical-align": [{
|
|
1228
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1228
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, n]
|
|
1229
1229
|
}],
|
|
1230
1230
|
/**
|
|
1231
1231
|
* Whitespace
|
|
@@ -1260,7 +1260,7 @@ const Oe = (e, t) => {
|
|
|
1260
1260
|
* @see https://tailwindcss.com/docs/content
|
|
1261
1261
|
*/
|
|
1262
1262
|
content: [{
|
|
1263
|
-
content: ["none",
|
|
1263
|
+
content: ["none", s, n]
|
|
1264
1264
|
}],
|
|
1265
1265
|
// -------------------
|
|
1266
1266
|
// --- Backgrounds ---
|
|
@@ -1291,14 +1291,14 @@ const Oe = (e, t) => {
|
|
|
1291
1291
|
* @see https://tailwindcss.com/docs/background-position
|
|
1292
1292
|
*/
|
|
1293
1293
|
"bg-position": [{
|
|
1294
|
-
bg:
|
|
1294
|
+
bg: me()
|
|
1295
1295
|
}],
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Background Repeat
|
|
1298
1298
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1299
1299
|
*/
|
|
1300
1300
|
"bg-repeat": [{
|
|
1301
|
-
bg:
|
|
1301
|
+
bg: ue()
|
|
1302
1302
|
}],
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Background Size
|
|
@@ -1315,17 +1315,17 @@ const Oe = (e, t) => {
|
|
|
1315
1315
|
bg: ["none", {
|
|
1316
1316
|
linear: [{
|
|
1317
1317
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1318
|
-
},
|
|
1319
|
-
radial: ["",
|
|
1320
|
-
conic: [
|
|
1321
|
-
}, wo,
|
|
1318
|
+
}, I, s, n],
|
|
1319
|
+
radial: ["", s, n],
|
|
1320
|
+
conic: [I, s, n]
|
|
1321
|
+
}, wo, xo]
|
|
1322
1322
|
}],
|
|
1323
1323
|
/**
|
|
1324
1324
|
* Background Color
|
|
1325
1325
|
* @see https://tailwindcss.com/docs/background-color
|
|
1326
1326
|
*/
|
|
1327
1327
|
"bg-color": [{
|
|
1328
|
-
bg:
|
|
1328
|
+
bg: d()
|
|
1329
1329
|
}],
|
|
1330
1330
|
/**
|
|
1331
1331
|
* Gradient Color Stops From Position
|
|
@@ -1353,21 +1353,21 @@ const Oe = (e, t) => {
|
|
|
1353
1353
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1354
1354
|
*/
|
|
1355
1355
|
"gradient-from": [{
|
|
1356
|
-
from:
|
|
1356
|
+
from: d()
|
|
1357
1357
|
}],
|
|
1358
1358
|
/**
|
|
1359
1359
|
* Gradient Color Stops Via
|
|
1360
1360
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1361
1361
|
*/
|
|
1362
1362
|
"gradient-via": [{
|
|
1363
|
-
via:
|
|
1363
|
+
via: d()
|
|
1364
1364
|
}],
|
|
1365
1365
|
/**
|
|
1366
1366
|
* Gradient Color Stops To
|
|
1367
1367
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1368
1368
|
*/
|
|
1369
1369
|
"gradient-to": [{
|
|
1370
|
-
to:
|
|
1370
|
+
to: d()
|
|
1371
1371
|
}],
|
|
1372
1372
|
// ---------------
|
|
1373
1373
|
// --- Borders ---
|
|
@@ -1377,175 +1377,175 @@ const Oe = (e, t) => {
|
|
|
1377
1377
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1378
1378
|
*/
|
|
1379
1379
|
rounded: [{
|
|
1380
|
-
rounded:
|
|
1380
|
+
rounded: w()
|
|
1381
1381
|
}],
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Border Radius Start
|
|
1384
1384
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1385
1385
|
*/
|
|
1386
1386
|
"rounded-s": [{
|
|
1387
|
-
"rounded-s":
|
|
1387
|
+
"rounded-s": w()
|
|
1388
1388
|
}],
|
|
1389
1389
|
/**
|
|
1390
1390
|
* Border Radius End
|
|
1391
1391
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1392
1392
|
*/
|
|
1393
1393
|
"rounded-e": [{
|
|
1394
|
-
"rounded-e":
|
|
1394
|
+
"rounded-e": w()
|
|
1395
1395
|
}],
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Border Radius Top
|
|
1398
1398
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1399
1399
|
*/
|
|
1400
1400
|
"rounded-t": [{
|
|
1401
|
-
"rounded-t":
|
|
1401
|
+
"rounded-t": w()
|
|
1402
1402
|
}],
|
|
1403
1403
|
/**
|
|
1404
1404
|
* Border Radius Right
|
|
1405
1405
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1406
1406
|
*/
|
|
1407
1407
|
"rounded-r": [{
|
|
1408
|
-
"rounded-r":
|
|
1408
|
+
"rounded-r": w()
|
|
1409
1409
|
}],
|
|
1410
1410
|
/**
|
|
1411
1411
|
* Border Radius Bottom
|
|
1412
1412
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1413
1413
|
*/
|
|
1414
1414
|
"rounded-b": [{
|
|
1415
|
-
"rounded-b":
|
|
1415
|
+
"rounded-b": w()
|
|
1416
1416
|
}],
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Border Radius Left
|
|
1419
1419
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1420
1420
|
*/
|
|
1421
1421
|
"rounded-l": [{
|
|
1422
|
-
"rounded-l":
|
|
1422
|
+
"rounded-l": w()
|
|
1423
1423
|
}],
|
|
1424
1424
|
/**
|
|
1425
1425
|
* Border Radius Start Start
|
|
1426
1426
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1427
1427
|
*/
|
|
1428
1428
|
"rounded-ss": [{
|
|
1429
|
-
"rounded-ss":
|
|
1429
|
+
"rounded-ss": w()
|
|
1430
1430
|
}],
|
|
1431
1431
|
/**
|
|
1432
1432
|
* Border Radius Start End
|
|
1433
1433
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1434
1434
|
*/
|
|
1435
1435
|
"rounded-se": [{
|
|
1436
|
-
"rounded-se":
|
|
1436
|
+
"rounded-se": w()
|
|
1437
1437
|
}],
|
|
1438
1438
|
/**
|
|
1439
1439
|
* Border Radius End End
|
|
1440
1440
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1441
1441
|
*/
|
|
1442
1442
|
"rounded-ee": [{
|
|
1443
|
-
"rounded-ee":
|
|
1443
|
+
"rounded-ee": w()
|
|
1444
1444
|
}],
|
|
1445
1445
|
/**
|
|
1446
1446
|
* Border Radius End Start
|
|
1447
1447
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1448
1448
|
*/
|
|
1449
1449
|
"rounded-es": [{
|
|
1450
|
-
"rounded-es":
|
|
1450
|
+
"rounded-es": w()
|
|
1451
1451
|
}],
|
|
1452
1452
|
/**
|
|
1453
1453
|
* Border Radius Top Left
|
|
1454
1454
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1455
1455
|
*/
|
|
1456
1456
|
"rounded-tl": [{
|
|
1457
|
-
"rounded-tl":
|
|
1457
|
+
"rounded-tl": w()
|
|
1458
1458
|
}],
|
|
1459
1459
|
/**
|
|
1460
1460
|
* Border Radius Top Right
|
|
1461
1461
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1462
1462
|
*/
|
|
1463
1463
|
"rounded-tr": [{
|
|
1464
|
-
"rounded-tr":
|
|
1464
|
+
"rounded-tr": w()
|
|
1465
1465
|
}],
|
|
1466
1466
|
/**
|
|
1467
1467
|
* Border Radius Bottom Right
|
|
1468
1468
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1469
1469
|
*/
|
|
1470
1470
|
"rounded-br": [{
|
|
1471
|
-
"rounded-br":
|
|
1471
|
+
"rounded-br": w()
|
|
1472
1472
|
}],
|
|
1473
1473
|
/**
|
|
1474
1474
|
* Border Radius Bottom Left
|
|
1475
1475
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1476
1476
|
*/
|
|
1477
1477
|
"rounded-bl": [{
|
|
1478
|
-
"rounded-bl":
|
|
1478
|
+
"rounded-bl": w()
|
|
1479
1479
|
}],
|
|
1480
1480
|
/**
|
|
1481
1481
|
* Border Width
|
|
1482
1482
|
* @see https://tailwindcss.com/docs/border-width
|
|
1483
1483
|
*/
|
|
1484
1484
|
"border-w": [{
|
|
1485
|
-
border:
|
|
1485
|
+
border: z()
|
|
1486
1486
|
}],
|
|
1487
1487
|
/**
|
|
1488
1488
|
* Border Width X
|
|
1489
1489
|
* @see https://tailwindcss.com/docs/border-width
|
|
1490
1490
|
*/
|
|
1491
1491
|
"border-w-x": [{
|
|
1492
|
-
"border-x":
|
|
1492
|
+
"border-x": z()
|
|
1493
1493
|
}],
|
|
1494
1494
|
/**
|
|
1495
1495
|
* Border Width Y
|
|
1496
1496
|
* @see https://tailwindcss.com/docs/border-width
|
|
1497
1497
|
*/
|
|
1498
1498
|
"border-w-y": [{
|
|
1499
|
-
"border-y":
|
|
1499
|
+
"border-y": z()
|
|
1500
1500
|
}],
|
|
1501
1501
|
/**
|
|
1502
1502
|
* Border Width Start
|
|
1503
1503
|
* @see https://tailwindcss.com/docs/border-width
|
|
1504
1504
|
*/
|
|
1505
1505
|
"border-w-s": [{
|
|
1506
|
-
"border-s":
|
|
1506
|
+
"border-s": z()
|
|
1507
1507
|
}],
|
|
1508
1508
|
/**
|
|
1509
1509
|
* Border Width End
|
|
1510
1510
|
* @see https://tailwindcss.com/docs/border-width
|
|
1511
1511
|
*/
|
|
1512
1512
|
"border-w-e": [{
|
|
1513
|
-
"border-e":
|
|
1513
|
+
"border-e": z()
|
|
1514
1514
|
}],
|
|
1515
1515
|
/**
|
|
1516
1516
|
* Border Width Top
|
|
1517
1517
|
* @see https://tailwindcss.com/docs/border-width
|
|
1518
1518
|
*/
|
|
1519
1519
|
"border-w-t": [{
|
|
1520
|
-
"border-t":
|
|
1520
|
+
"border-t": z()
|
|
1521
1521
|
}],
|
|
1522
1522
|
/**
|
|
1523
1523
|
* Border Width Right
|
|
1524
1524
|
* @see https://tailwindcss.com/docs/border-width
|
|
1525
1525
|
*/
|
|
1526
1526
|
"border-w-r": [{
|
|
1527
|
-
"border-r":
|
|
1527
|
+
"border-r": z()
|
|
1528
1528
|
}],
|
|
1529
1529
|
/**
|
|
1530
1530
|
* Border Width Bottom
|
|
1531
1531
|
* @see https://tailwindcss.com/docs/border-width
|
|
1532
1532
|
*/
|
|
1533
1533
|
"border-w-b": [{
|
|
1534
|
-
"border-b":
|
|
1534
|
+
"border-b": z()
|
|
1535
1535
|
}],
|
|
1536
1536
|
/**
|
|
1537
1537
|
* Border Width Left
|
|
1538
1538
|
* @see https://tailwindcss.com/docs/border-width
|
|
1539
1539
|
*/
|
|
1540
1540
|
"border-w-l": [{
|
|
1541
|
-
"border-l":
|
|
1541
|
+
"border-l": z()
|
|
1542
1542
|
}],
|
|
1543
1543
|
/**
|
|
1544
1544
|
* Divide Width X
|
|
1545
1545
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1546
1546
|
*/
|
|
1547
1547
|
"divide-x": [{
|
|
1548
|
-
"divide-x":
|
|
1548
|
+
"divide-x": z()
|
|
1549
1549
|
}],
|
|
1550
1550
|
/**
|
|
1551
1551
|
* Divide Width X Reverse
|
|
@@ -1557,7 +1557,7 @@ const Oe = (e, t) => {
|
|
|
1557
1557
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1558
1558
|
*/
|
|
1559
1559
|
"divide-y": [{
|
|
1560
|
-
"divide-y":
|
|
1560
|
+
"divide-y": z()
|
|
1561
1561
|
}],
|
|
1562
1562
|
/**
|
|
1563
1563
|
* Divide Width Y Reverse
|
|
@@ -1569,112 +1569,112 @@ const Oe = (e, t) => {
|
|
|
1569
1569
|
* @see https://tailwindcss.com/docs/border-style
|
|
1570
1570
|
*/
|
|
1571
1571
|
"border-style": [{
|
|
1572
|
-
border: [...
|
|
1572
|
+
border: [...q(), "hidden", "none"]
|
|
1573
1573
|
}],
|
|
1574
1574
|
/**
|
|
1575
1575
|
* Divide Style
|
|
1576
1576
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1577
1577
|
*/
|
|
1578
1578
|
"divide-style": [{
|
|
1579
|
-
divide: [...
|
|
1579
|
+
divide: [...q(), "hidden", "none"]
|
|
1580
1580
|
}],
|
|
1581
1581
|
/**
|
|
1582
1582
|
* Border Color
|
|
1583
1583
|
* @see https://tailwindcss.com/docs/border-color
|
|
1584
1584
|
*/
|
|
1585
1585
|
"border-color": [{
|
|
1586
|
-
border:
|
|
1586
|
+
border: d()
|
|
1587
1587
|
}],
|
|
1588
1588
|
/**
|
|
1589
1589
|
* Border Color X
|
|
1590
1590
|
* @see https://tailwindcss.com/docs/border-color
|
|
1591
1591
|
*/
|
|
1592
1592
|
"border-color-x": [{
|
|
1593
|
-
"border-x":
|
|
1593
|
+
"border-x": d()
|
|
1594
1594
|
}],
|
|
1595
1595
|
/**
|
|
1596
1596
|
* Border Color Y
|
|
1597
1597
|
* @see https://tailwindcss.com/docs/border-color
|
|
1598
1598
|
*/
|
|
1599
1599
|
"border-color-y": [{
|
|
1600
|
-
"border-y":
|
|
1600
|
+
"border-y": d()
|
|
1601
1601
|
}],
|
|
1602
1602
|
/**
|
|
1603
1603
|
* Border Color S
|
|
1604
1604
|
* @see https://tailwindcss.com/docs/border-color
|
|
1605
1605
|
*/
|
|
1606
1606
|
"border-color-s": [{
|
|
1607
|
-
"border-s":
|
|
1607
|
+
"border-s": d()
|
|
1608
1608
|
}],
|
|
1609
1609
|
/**
|
|
1610
1610
|
* Border Color E
|
|
1611
1611
|
* @see https://tailwindcss.com/docs/border-color
|
|
1612
1612
|
*/
|
|
1613
1613
|
"border-color-e": [{
|
|
1614
|
-
"border-e":
|
|
1614
|
+
"border-e": d()
|
|
1615
1615
|
}],
|
|
1616
1616
|
/**
|
|
1617
1617
|
* Border Color Top
|
|
1618
1618
|
* @see https://tailwindcss.com/docs/border-color
|
|
1619
1619
|
*/
|
|
1620
1620
|
"border-color-t": [{
|
|
1621
|
-
"border-t":
|
|
1621
|
+
"border-t": d()
|
|
1622
1622
|
}],
|
|
1623
1623
|
/**
|
|
1624
1624
|
* Border Color Right
|
|
1625
1625
|
* @see https://tailwindcss.com/docs/border-color
|
|
1626
1626
|
*/
|
|
1627
1627
|
"border-color-r": [{
|
|
1628
|
-
"border-r":
|
|
1628
|
+
"border-r": d()
|
|
1629
1629
|
}],
|
|
1630
1630
|
/**
|
|
1631
1631
|
* Border Color Bottom
|
|
1632
1632
|
* @see https://tailwindcss.com/docs/border-color
|
|
1633
1633
|
*/
|
|
1634
1634
|
"border-color-b": [{
|
|
1635
|
-
"border-b":
|
|
1635
|
+
"border-b": d()
|
|
1636
1636
|
}],
|
|
1637
1637
|
/**
|
|
1638
1638
|
* Border Color Left
|
|
1639
1639
|
* @see https://tailwindcss.com/docs/border-color
|
|
1640
1640
|
*/
|
|
1641
1641
|
"border-color-l": [{
|
|
1642
|
-
"border-l":
|
|
1642
|
+
"border-l": d()
|
|
1643
1643
|
}],
|
|
1644
1644
|
/**
|
|
1645
1645
|
* Divide Color
|
|
1646
1646
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1647
1647
|
*/
|
|
1648
1648
|
"divide-color": [{
|
|
1649
|
-
divide:
|
|
1649
|
+
divide: d()
|
|
1650
1650
|
}],
|
|
1651
1651
|
/**
|
|
1652
1652
|
* Outline Style
|
|
1653
1653
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1654
1654
|
*/
|
|
1655
1655
|
"outline-style": [{
|
|
1656
|
-
outline: [...
|
|
1656
|
+
outline: [...q(), "none", "hidden"]
|
|
1657
1657
|
}],
|
|
1658
1658
|
/**
|
|
1659
1659
|
* Outline Offset
|
|
1660
1660
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1661
1661
|
*/
|
|
1662
1662
|
"outline-offset": [{
|
|
1663
|
-
"outline-offset": [p,
|
|
1663
|
+
"outline-offset": [p, s, n]
|
|
1664
1664
|
}],
|
|
1665
1665
|
/**
|
|
1666
1666
|
* Outline Width
|
|
1667
1667
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1668
1668
|
*/
|
|
1669
1669
|
"outline-w": [{
|
|
1670
|
-
outline: ["", p,
|
|
1670
|
+
outline: ["", p, U, O]
|
|
1671
1671
|
}],
|
|
1672
1672
|
/**
|
|
1673
1673
|
* Outline Color
|
|
1674
1674
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1675
1675
|
*/
|
|
1676
1676
|
"outline-color": [{
|
|
1677
|
-
outline:
|
|
1677
|
+
outline: d()
|
|
1678
1678
|
}],
|
|
1679
1679
|
// ---------------
|
|
1680
1680
|
// --- Effects ---
|
|
@@ -1688,9 +1688,9 @@ const Oe = (e, t) => {
|
|
|
1688
1688
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1689
1689
|
"",
|
|
1690
1690
|
"none",
|
|
1691
|
-
|
|
1691
|
+
b,
|
|
1692
1692
|
Q,
|
|
1693
|
-
|
|
1693
|
+
H
|
|
1694
1694
|
]
|
|
1695
1695
|
}],
|
|
1696
1696
|
/**
|
|
@@ -1698,28 +1698,28 @@ const Oe = (e, t) => {
|
|
|
1698
1698
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1699
1699
|
*/
|
|
1700
1700
|
"shadow-color": [{
|
|
1701
|
-
shadow:
|
|
1701
|
+
shadow: d()
|
|
1702
1702
|
}],
|
|
1703
1703
|
/**
|
|
1704
1704
|
* Inset Box Shadow
|
|
1705
1705
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1706
1706
|
*/
|
|
1707
1707
|
"inset-shadow": [{
|
|
1708
|
-
"inset-shadow": ["none",
|
|
1708
|
+
"inset-shadow": ["none", x, Q, H]
|
|
1709
1709
|
}],
|
|
1710
1710
|
/**
|
|
1711
1711
|
* Inset Box Shadow Color
|
|
1712
1712
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1713
1713
|
*/
|
|
1714
1714
|
"inset-shadow-color": [{
|
|
1715
|
-
"inset-shadow":
|
|
1715
|
+
"inset-shadow": d()
|
|
1716
1716
|
}],
|
|
1717
1717
|
/**
|
|
1718
1718
|
* Ring Width
|
|
1719
1719
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1720
1720
|
*/
|
|
1721
1721
|
"ring-w": [{
|
|
1722
|
-
ring:
|
|
1722
|
+
ring: z()
|
|
1723
1723
|
}],
|
|
1724
1724
|
/**
|
|
1725
1725
|
* Ring Width Inset
|
|
@@ -1733,7 +1733,7 @@ const Oe = (e, t) => {
|
|
|
1733
1733
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1734
1734
|
*/
|
|
1735
1735
|
"ring-color": [{
|
|
1736
|
-
ring:
|
|
1736
|
+
ring: d()
|
|
1737
1737
|
}],
|
|
1738
1738
|
/**
|
|
1739
1739
|
* Ring Offset Width
|
|
@@ -1742,7 +1742,7 @@ const Oe = (e, t) => {
|
|
|
1742
1742
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1743
1743
|
*/
|
|
1744
1744
|
"ring-offset-w": [{
|
|
1745
|
-
"ring-offset": [p,
|
|
1745
|
+
"ring-offset": [p, O]
|
|
1746
1746
|
}],
|
|
1747
1747
|
/**
|
|
1748
1748
|
* Ring Offset Color
|
|
@@ -1751,56 +1751,56 @@ const Oe = (e, t) => {
|
|
|
1751
1751
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1752
1752
|
*/
|
|
1753
1753
|
"ring-offset-color": [{
|
|
1754
|
-
"ring-offset":
|
|
1754
|
+
"ring-offset": d()
|
|
1755
1755
|
}],
|
|
1756
1756
|
/**
|
|
1757
1757
|
* Inset Ring Width
|
|
1758
1758
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1759
1759
|
*/
|
|
1760
1760
|
"inset-ring-w": [{
|
|
1761
|
-
"inset-ring":
|
|
1761
|
+
"inset-ring": z()
|
|
1762
1762
|
}],
|
|
1763
1763
|
/**
|
|
1764
1764
|
* Inset Ring Color
|
|
1765
1765
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1766
1766
|
*/
|
|
1767
1767
|
"inset-ring-color": [{
|
|
1768
|
-
"inset-ring":
|
|
1768
|
+
"inset-ring": d()
|
|
1769
1769
|
}],
|
|
1770
1770
|
/**
|
|
1771
1771
|
* Text Shadow
|
|
1772
1772
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1773
1773
|
*/
|
|
1774
1774
|
"text-shadow": [{
|
|
1775
|
-
"text-shadow": ["none",
|
|
1775
|
+
"text-shadow": ["none", y, Q, H]
|
|
1776
1776
|
}],
|
|
1777
1777
|
/**
|
|
1778
1778
|
* Text Shadow Color
|
|
1779
1779
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1780
1780
|
*/
|
|
1781
1781
|
"text-shadow-color": [{
|
|
1782
|
-
"text-shadow":
|
|
1782
|
+
"text-shadow": d()
|
|
1783
1783
|
}],
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Opacity
|
|
1786
1786
|
* @see https://tailwindcss.com/docs/opacity
|
|
1787
1787
|
*/
|
|
1788
1788
|
opacity: [{
|
|
1789
|
-
opacity: [p,
|
|
1789
|
+
opacity: [p, s, n]
|
|
1790
1790
|
}],
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Mix Blend Mode
|
|
1793
1793
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1794
1794
|
*/
|
|
1795
1795
|
"mix-blend": [{
|
|
1796
|
-
"mix-blend": [...
|
|
1796
|
+
"mix-blend": [...fe(), "plus-darker", "plus-lighter"]
|
|
1797
1797
|
}],
|
|
1798
1798
|
/**
|
|
1799
1799
|
* Background Blend Mode
|
|
1800
1800
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1801
1801
|
*/
|
|
1802
1802
|
"bg-blend": [{
|
|
1803
|
-
"bg-blend":
|
|
1803
|
+
"bg-blend": fe()
|
|
1804
1804
|
}],
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Mask Clip
|
|
@@ -1824,103 +1824,103 @@ const Oe = (e, t) => {
|
|
|
1824
1824
|
"mask-linear": [p]
|
|
1825
1825
|
}],
|
|
1826
1826
|
"mask-image-linear-from-pos": [{
|
|
1827
|
-
"mask-linear-from":
|
|
1827
|
+
"mask-linear-from": h()
|
|
1828
1828
|
}],
|
|
1829
1829
|
"mask-image-linear-to-pos": [{
|
|
1830
|
-
"mask-linear-to":
|
|
1830
|
+
"mask-linear-to": h()
|
|
1831
1831
|
}],
|
|
1832
1832
|
"mask-image-linear-from-color": [{
|
|
1833
|
-
"mask-linear-from":
|
|
1833
|
+
"mask-linear-from": d()
|
|
1834
1834
|
}],
|
|
1835
1835
|
"mask-image-linear-to-color": [{
|
|
1836
|
-
"mask-linear-to":
|
|
1836
|
+
"mask-linear-to": d()
|
|
1837
1837
|
}],
|
|
1838
1838
|
"mask-image-t-from-pos": [{
|
|
1839
|
-
"mask-t-from":
|
|
1839
|
+
"mask-t-from": h()
|
|
1840
1840
|
}],
|
|
1841
1841
|
"mask-image-t-to-pos": [{
|
|
1842
|
-
"mask-t-to":
|
|
1842
|
+
"mask-t-to": h()
|
|
1843
1843
|
}],
|
|
1844
1844
|
"mask-image-t-from-color": [{
|
|
1845
|
-
"mask-t-from":
|
|
1845
|
+
"mask-t-from": d()
|
|
1846
1846
|
}],
|
|
1847
1847
|
"mask-image-t-to-color": [{
|
|
1848
|
-
"mask-t-to":
|
|
1848
|
+
"mask-t-to": d()
|
|
1849
1849
|
}],
|
|
1850
1850
|
"mask-image-r-from-pos": [{
|
|
1851
|
-
"mask-r-from":
|
|
1851
|
+
"mask-r-from": h()
|
|
1852
1852
|
}],
|
|
1853
1853
|
"mask-image-r-to-pos": [{
|
|
1854
|
-
"mask-r-to":
|
|
1854
|
+
"mask-r-to": h()
|
|
1855
1855
|
}],
|
|
1856
1856
|
"mask-image-r-from-color": [{
|
|
1857
|
-
"mask-r-from":
|
|
1857
|
+
"mask-r-from": d()
|
|
1858
1858
|
}],
|
|
1859
1859
|
"mask-image-r-to-color": [{
|
|
1860
|
-
"mask-r-to":
|
|
1860
|
+
"mask-r-to": d()
|
|
1861
1861
|
}],
|
|
1862
1862
|
"mask-image-b-from-pos": [{
|
|
1863
|
-
"mask-b-from":
|
|
1863
|
+
"mask-b-from": h()
|
|
1864
1864
|
}],
|
|
1865
1865
|
"mask-image-b-to-pos": [{
|
|
1866
|
-
"mask-b-to":
|
|
1866
|
+
"mask-b-to": h()
|
|
1867
1867
|
}],
|
|
1868
1868
|
"mask-image-b-from-color": [{
|
|
1869
|
-
"mask-b-from":
|
|
1869
|
+
"mask-b-from": d()
|
|
1870
1870
|
}],
|
|
1871
1871
|
"mask-image-b-to-color": [{
|
|
1872
|
-
"mask-b-to":
|
|
1872
|
+
"mask-b-to": d()
|
|
1873
1873
|
}],
|
|
1874
1874
|
"mask-image-l-from-pos": [{
|
|
1875
|
-
"mask-l-from":
|
|
1875
|
+
"mask-l-from": h()
|
|
1876
1876
|
}],
|
|
1877
1877
|
"mask-image-l-to-pos": [{
|
|
1878
|
-
"mask-l-to":
|
|
1878
|
+
"mask-l-to": h()
|
|
1879
1879
|
}],
|
|
1880
1880
|
"mask-image-l-from-color": [{
|
|
1881
|
-
"mask-l-from":
|
|
1881
|
+
"mask-l-from": d()
|
|
1882
1882
|
}],
|
|
1883
1883
|
"mask-image-l-to-color": [{
|
|
1884
|
-
"mask-l-to":
|
|
1884
|
+
"mask-l-to": d()
|
|
1885
1885
|
}],
|
|
1886
1886
|
"mask-image-x-from-pos": [{
|
|
1887
|
-
"mask-x-from":
|
|
1887
|
+
"mask-x-from": h()
|
|
1888
1888
|
}],
|
|
1889
1889
|
"mask-image-x-to-pos": [{
|
|
1890
|
-
"mask-x-to":
|
|
1890
|
+
"mask-x-to": h()
|
|
1891
1891
|
}],
|
|
1892
1892
|
"mask-image-x-from-color": [{
|
|
1893
|
-
"mask-x-from":
|
|
1893
|
+
"mask-x-from": d()
|
|
1894
1894
|
}],
|
|
1895
1895
|
"mask-image-x-to-color": [{
|
|
1896
|
-
"mask-x-to":
|
|
1896
|
+
"mask-x-to": d()
|
|
1897
1897
|
}],
|
|
1898
1898
|
"mask-image-y-from-pos": [{
|
|
1899
|
-
"mask-y-from":
|
|
1899
|
+
"mask-y-from": h()
|
|
1900
1900
|
}],
|
|
1901
1901
|
"mask-image-y-to-pos": [{
|
|
1902
|
-
"mask-y-to":
|
|
1902
|
+
"mask-y-to": h()
|
|
1903
1903
|
}],
|
|
1904
1904
|
"mask-image-y-from-color": [{
|
|
1905
|
-
"mask-y-from":
|
|
1905
|
+
"mask-y-from": d()
|
|
1906
1906
|
}],
|
|
1907
1907
|
"mask-image-y-to-color": [{
|
|
1908
|
-
"mask-y-to":
|
|
1908
|
+
"mask-y-to": d()
|
|
1909
1909
|
}],
|
|
1910
1910
|
"mask-image-radial": [{
|
|
1911
|
-
"mask-radial": [
|
|
1911
|
+
"mask-radial": [s, n]
|
|
1912
1912
|
}],
|
|
1913
1913
|
"mask-image-radial-from-pos": [{
|
|
1914
|
-
"mask-radial-from":
|
|
1914
|
+
"mask-radial-from": h()
|
|
1915
1915
|
}],
|
|
1916
1916
|
"mask-image-radial-to-pos": [{
|
|
1917
|
-
"mask-radial-to":
|
|
1917
|
+
"mask-radial-to": h()
|
|
1918
1918
|
}],
|
|
1919
1919
|
"mask-image-radial-from-color": [{
|
|
1920
|
-
"mask-radial-from":
|
|
1920
|
+
"mask-radial-from": d()
|
|
1921
1921
|
}],
|
|
1922
1922
|
"mask-image-radial-to-color": [{
|
|
1923
|
-
"mask-radial-to":
|
|
1923
|
+
"mask-radial-to": d()
|
|
1924
1924
|
}],
|
|
1925
1925
|
"mask-image-radial-shape": [{
|
|
1926
1926
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1932,22 +1932,22 @@ const Oe = (e, t) => {
|
|
|
1932
1932
|
}]
|
|
1933
1933
|
}],
|
|
1934
1934
|
"mask-image-radial-pos": [{
|
|
1935
|
-
"mask-radial-at":
|
|
1935
|
+
"mask-radial-at": V()
|
|
1936
1936
|
}],
|
|
1937
1937
|
"mask-image-conic-pos": [{
|
|
1938
1938
|
"mask-conic": [p]
|
|
1939
1939
|
}],
|
|
1940
1940
|
"mask-image-conic-from-pos": [{
|
|
1941
|
-
"mask-conic-from":
|
|
1941
|
+
"mask-conic-from": h()
|
|
1942
1942
|
}],
|
|
1943
1943
|
"mask-image-conic-to-pos": [{
|
|
1944
|
-
"mask-conic-to":
|
|
1944
|
+
"mask-conic-to": h()
|
|
1945
1945
|
}],
|
|
1946
1946
|
"mask-image-conic-from-color": [{
|
|
1947
|
-
"mask-conic-from":
|
|
1947
|
+
"mask-conic-from": d()
|
|
1948
1948
|
}],
|
|
1949
1949
|
"mask-image-conic-to-color": [{
|
|
1950
|
-
"mask-conic-to":
|
|
1950
|
+
"mask-conic-to": d()
|
|
1951
1951
|
}],
|
|
1952
1952
|
/**
|
|
1953
1953
|
* Mask Mode
|
|
@@ -1968,14 +1968,14 @@ const Oe = (e, t) => {
|
|
|
1968
1968
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1969
1969
|
*/
|
|
1970
1970
|
"mask-position": [{
|
|
1971
|
-
mask:
|
|
1971
|
+
mask: me()
|
|
1972
1972
|
}],
|
|
1973
1973
|
/**
|
|
1974
1974
|
* Mask Repeat
|
|
1975
1975
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1976
1976
|
*/
|
|
1977
1977
|
"mask-repeat": [{
|
|
1978
|
-
mask:
|
|
1978
|
+
mask: ue()
|
|
1979
1979
|
}],
|
|
1980
1980
|
/**
|
|
1981
1981
|
* Mask Size
|
|
@@ -1996,7 +1996,7 @@ const Oe = (e, t) => {
|
|
|
1996
1996
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1997
1997
|
*/
|
|
1998
1998
|
"mask-image": [{
|
|
1999
|
-
mask: ["none",
|
|
1999
|
+
mask: ["none", s, n]
|
|
2000
2000
|
}],
|
|
2001
2001
|
// ---------------
|
|
2002
2002
|
// --- Filters ---
|
|
@@ -2010,8 +2010,8 @@ const Oe = (e, t) => {
|
|
|
2010
2010
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2011
2011
|
"",
|
|
2012
2012
|
"none",
|
|
2013
|
-
|
|
2014
|
-
|
|
2013
|
+
s,
|
|
2014
|
+
n
|
|
2015
2015
|
]
|
|
2016
2016
|
}],
|
|
2017
2017
|
/**
|
|
@@ -2019,21 +2019,21 @@ const Oe = (e, t) => {
|
|
|
2019
2019
|
* @see https://tailwindcss.com/docs/blur
|
|
2020
2020
|
*/
|
|
2021
2021
|
blur: [{
|
|
2022
|
-
blur:
|
|
2022
|
+
blur: be()
|
|
2023
2023
|
}],
|
|
2024
2024
|
/**
|
|
2025
2025
|
* Brightness
|
|
2026
2026
|
* @see https://tailwindcss.com/docs/brightness
|
|
2027
2027
|
*/
|
|
2028
2028
|
brightness: [{
|
|
2029
|
-
brightness: [p,
|
|
2029
|
+
brightness: [p, s, n]
|
|
2030
2030
|
}],
|
|
2031
2031
|
/**
|
|
2032
2032
|
* Contrast
|
|
2033
2033
|
* @see https://tailwindcss.com/docs/contrast
|
|
2034
2034
|
*/
|
|
2035
2035
|
contrast: [{
|
|
2036
|
-
contrast: [p,
|
|
2036
|
+
contrast: [p, s, n]
|
|
2037
2037
|
}],
|
|
2038
2038
|
/**
|
|
2039
2039
|
* Drop Shadow
|
|
@@ -2044,9 +2044,9 @@ const Oe = (e, t) => {
|
|
|
2044
2044
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2045
2045
|
"",
|
|
2046
2046
|
"none",
|
|
2047
|
-
|
|
2047
|
+
C,
|
|
2048
2048
|
Q,
|
|
2049
|
-
|
|
2049
|
+
H
|
|
2050
2050
|
]
|
|
2051
2051
|
}],
|
|
2052
2052
|
/**
|
|
@@ -2054,42 +2054,42 @@ const Oe = (e, t) => {
|
|
|
2054
2054
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2055
2055
|
*/
|
|
2056
2056
|
"drop-shadow-color": [{
|
|
2057
|
-
"drop-shadow":
|
|
2057
|
+
"drop-shadow": d()
|
|
2058
2058
|
}],
|
|
2059
2059
|
/**
|
|
2060
2060
|
* Grayscale
|
|
2061
2061
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2062
2062
|
*/
|
|
2063
2063
|
grayscale: [{
|
|
2064
|
-
grayscale: ["", p,
|
|
2064
|
+
grayscale: ["", p, s, n]
|
|
2065
2065
|
}],
|
|
2066
2066
|
/**
|
|
2067
2067
|
* Hue Rotate
|
|
2068
2068
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2069
2069
|
*/
|
|
2070
2070
|
"hue-rotate": [{
|
|
2071
|
-
"hue-rotate": [p,
|
|
2071
|
+
"hue-rotate": [p, s, n]
|
|
2072
2072
|
}],
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Invert
|
|
2075
2075
|
* @see https://tailwindcss.com/docs/invert
|
|
2076
2076
|
*/
|
|
2077
2077
|
invert: [{
|
|
2078
|
-
invert: ["", p,
|
|
2078
|
+
invert: ["", p, s, n]
|
|
2079
2079
|
}],
|
|
2080
2080
|
/**
|
|
2081
2081
|
* Saturate
|
|
2082
2082
|
* @see https://tailwindcss.com/docs/saturate
|
|
2083
2083
|
*/
|
|
2084
2084
|
saturate: [{
|
|
2085
|
-
saturate: [p,
|
|
2085
|
+
saturate: [p, s, n]
|
|
2086
2086
|
}],
|
|
2087
2087
|
/**
|
|
2088
2088
|
* Sepia
|
|
2089
2089
|
* @see https://tailwindcss.com/docs/sepia
|
|
2090
2090
|
*/
|
|
2091
2091
|
sepia: [{
|
|
2092
|
-
sepia: ["", p,
|
|
2092
|
+
sepia: ["", p, s, n]
|
|
2093
2093
|
}],
|
|
2094
2094
|
/**
|
|
2095
2095
|
* Backdrop Filter
|
|
@@ -2100,8 +2100,8 @@ const Oe = (e, t) => {
|
|
|
2100
2100
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2101
2101
|
"",
|
|
2102
2102
|
"none",
|
|
2103
|
-
|
|
2104
|
-
|
|
2103
|
+
s,
|
|
2104
|
+
n
|
|
2105
2105
|
]
|
|
2106
2106
|
}],
|
|
2107
2107
|
/**
|
|
@@ -2109,63 +2109,63 @@ const Oe = (e, t) => {
|
|
|
2109
2109
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2110
2110
|
*/
|
|
2111
2111
|
"backdrop-blur": [{
|
|
2112
|
-
"backdrop-blur":
|
|
2112
|
+
"backdrop-blur": be()
|
|
2113
2113
|
}],
|
|
2114
2114
|
/**
|
|
2115
2115
|
* Backdrop Brightness
|
|
2116
2116
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2117
2117
|
*/
|
|
2118
2118
|
"backdrop-brightness": [{
|
|
2119
|
-
"backdrop-brightness": [p,
|
|
2119
|
+
"backdrop-brightness": [p, s, n]
|
|
2120
2120
|
}],
|
|
2121
2121
|
/**
|
|
2122
2122
|
* Backdrop Contrast
|
|
2123
2123
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2124
2124
|
*/
|
|
2125
2125
|
"backdrop-contrast": [{
|
|
2126
|
-
"backdrop-contrast": [p,
|
|
2126
|
+
"backdrop-contrast": [p, s, n]
|
|
2127
2127
|
}],
|
|
2128
2128
|
/**
|
|
2129
2129
|
* Backdrop Grayscale
|
|
2130
2130
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2131
2131
|
*/
|
|
2132
2132
|
"backdrop-grayscale": [{
|
|
2133
|
-
"backdrop-grayscale": ["", p,
|
|
2133
|
+
"backdrop-grayscale": ["", p, s, n]
|
|
2134
2134
|
}],
|
|
2135
2135
|
/**
|
|
2136
2136
|
* Backdrop Hue Rotate
|
|
2137
2137
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2138
2138
|
*/
|
|
2139
2139
|
"backdrop-hue-rotate": [{
|
|
2140
|
-
"backdrop-hue-rotate": [p,
|
|
2140
|
+
"backdrop-hue-rotate": [p, s, n]
|
|
2141
2141
|
}],
|
|
2142
2142
|
/**
|
|
2143
2143
|
* Backdrop Invert
|
|
2144
2144
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2145
2145
|
*/
|
|
2146
2146
|
"backdrop-invert": [{
|
|
2147
|
-
"backdrop-invert": ["", p,
|
|
2147
|
+
"backdrop-invert": ["", p, s, n]
|
|
2148
2148
|
}],
|
|
2149
2149
|
/**
|
|
2150
2150
|
* Backdrop Opacity
|
|
2151
2151
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2152
2152
|
*/
|
|
2153
2153
|
"backdrop-opacity": [{
|
|
2154
|
-
"backdrop-opacity": [p,
|
|
2154
|
+
"backdrop-opacity": [p, s, n]
|
|
2155
2155
|
}],
|
|
2156
2156
|
/**
|
|
2157
2157
|
* Backdrop Saturate
|
|
2158
2158
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2159
2159
|
*/
|
|
2160
2160
|
"backdrop-saturate": [{
|
|
2161
|
-
"backdrop-saturate": [p,
|
|
2161
|
+
"backdrop-saturate": [p, s, n]
|
|
2162
2162
|
}],
|
|
2163
2163
|
/**
|
|
2164
2164
|
* Backdrop Sepia
|
|
2165
2165
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2166
2166
|
*/
|
|
2167
2167
|
"backdrop-sepia": [{
|
|
2168
|
-
"backdrop-sepia": ["", p,
|
|
2168
|
+
"backdrop-sepia": ["", p, s, n]
|
|
2169
2169
|
}],
|
|
2170
2170
|
// --------------
|
|
2171
2171
|
// --- Tables ---
|
|
@@ -2220,7 +2220,7 @@ const Oe = (e, t) => {
|
|
|
2220
2220
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2221
2221
|
*/
|
|
2222
2222
|
transition: [{
|
|
2223
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2223
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, n]
|
|
2224
2224
|
}],
|
|
2225
2225
|
/**
|
|
2226
2226
|
* Transition Behavior
|
|
@@ -2234,28 +2234,28 @@ const Oe = (e, t) => {
|
|
|
2234
2234
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2235
2235
|
*/
|
|
2236
2236
|
duration: [{
|
|
2237
|
-
duration: [p, "initial",
|
|
2237
|
+
duration: [p, "initial", s, n]
|
|
2238
2238
|
}],
|
|
2239
2239
|
/**
|
|
2240
2240
|
* Transition Timing Function
|
|
2241
2241
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2242
2242
|
*/
|
|
2243
2243
|
ease: [{
|
|
2244
|
-
ease: ["linear", "initial",
|
|
2244
|
+
ease: ["linear", "initial", T, s, n]
|
|
2245
2245
|
}],
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Transition Delay
|
|
2248
2248
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2249
2249
|
*/
|
|
2250
2250
|
delay: [{
|
|
2251
|
-
delay: [p,
|
|
2251
|
+
delay: [p, s, n]
|
|
2252
2252
|
}],
|
|
2253
2253
|
/**
|
|
2254
2254
|
* Animation
|
|
2255
2255
|
* @see https://tailwindcss.com/docs/animation
|
|
2256
2256
|
*/
|
|
2257
2257
|
animate: [{
|
|
2258
|
-
animate: ["none",
|
|
2258
|
+
animate: ["none", D, s, n]
|
|
2259
2259
|
}],
|
|
2260
2260
|
// ------------------
|
|
2261
2261
|
// --- Transforms ---
|
|
@@ -2272,70 +2272,70 @@ const Oe = (e, t) => {
|
|
|
2272
2272
|
* @see https://tailwindcss.com/docs/perspective
|
|
2273
2273
|
*/
|
|
2274
2274
|
perspective: [{
|
|
2275
|
-
perspective: [v,
|
|
2275
|
+
perspective: [v, s, n]
|
|
2276
2276
|
}],
|
|
2277
2277
|
/**
|
|
2278
2278
|
* Perspective Origin
|
|
2279
2279
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2280
2280
|
*/
|
|
2281
2281
|
"perspective-origin": [{
|
|
2282
|
-
"perspective-origin":
|
|
2282
|
+
"perspective-origin": L()
|
|
2283
2283
|
}],
|
|
2284
2284
|
/**
|
|
2285
2285
|
* Rotate
|
|
2286
2286
|
* @see https://tailwindcss.com/docs/rotate
|
|
2287
2287
|
*/
|
|
2288
2288
|
rotate: [{
|
|
2289
|
-
rotate:
|
|
2289
|
+
rotate: X()
|
|
2290
2290
|
}],
|
|
2291
2291
|
/**
|
|
2292
2292
|
* Rotate X
|
|
2293
2293
|
* @see https://tailwindcss.com/docs/rotate
|
|
2294
2294
|
*/
|
|
2295
2295
|
"rotate-x": [{
|
|
2296
|
-
"rotate-x":
|
|
2296
|
+
"rotate-x": X()
|
|
2297
2297
|
}],
|
|
2298
2298
|
/**
|
|
2299
2299
|
* Rotate Y
|
|
2300
2300
|
* @see https://tailwindcss.com/docs/rotate
|
|
2301
2301
|
*/
|
|
2302
2302
|
"rotate-y": [{
|
|
2303
|
-
"rotate-y":
|
|
2303
|
+
"rotate-y": X()
|
|
2304
2304
|
}],
|
|
2305
2305
|
/**
|
|
2306
2306
|
* Rotate Z
|
|
2307
2307
|
* @see https://tailwindcss.com/docs/rotate
|
|
2308
2308
|
*/
|
|
2309
2309
|
"rotate-z": [{
|
|
2310
|
-
"rotate-z":
|
|
2310
|
+
"rotate-z": X()
|
|
2311
2311
|
}],
|
|
2312
2312
|
/**
|
|
2313
2313
|
* Scale
|
|
2314
2314
|
* @see https://tailwindcss.com/docs/scale
|
|
2315
2315
|
*/
|
|
2316
2316
|
scale: [{
|
|
2317
|
-
scale:
|
|
2317
|
+
scale: J()
|
|
2318
2318
|
}],
|
|
2319
2319
|
/**
|
|
2320
2320
|
* Scale X
|
|
2321
2321
|
* @see https://tailwindcss.com/docs/scale
|
|
2322
2322
|
*/
|
|
2323
2323
|
"scale-x": [{
|
|
2324
|
-
"scale-x":
|
|
2324
|
+
"scale-x": J()
|
|
2325
2325
|
}],
|
|
2326
2326
|
/**
|
|
2327
2327
|
* Scale Y
|
|
2328
2328
|
* @see https://tailwindcss.com/docs/scale
|
|
2329
2329
|
*/
|
|
2330
2330
|
"scale-y": [{
|
|
2331
|
-
"scale-y":
|
|
2331
|
+
"scale-y": J()
|
|
2332
2332
|
}],
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Scale Z
|
|
2335
2335
|
* @see https://tailwindcss.com/docs/scale
|
|
2336
2336
|
*/
|
|
2337
2337
|
"scale-z": [{
|
|
2338
|
-
"scale-z":
|
|
2338
|
+
"scale-z": J()
|
|
2339
2339
|
}],
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Scale 3D
|
|
@@ -2347,35 +2347,35 @@ const Oe = (e, t) => {
|
|
|
2347
2347
|
* @see https://tailwindcss.com/docs/skew
|
|
2348
2348
|
*/
|
|
2349
2349
|
skew: [{
|
|
2350
|
-
skew:
|
|
2350
|
+
skew: te()
|
|
2351
2351
|
}],
|
|
2352
2352
|
/**
|
|
2353
2353
|
* Skew X
|
|
2354
2354
|
* @see https://tailwindcss.com/docs/skew
|
|
2355
2355
|
*/
|
|
2356
2356
|
"skew-x": [{
|
|
2357
|
-
"skew-x":
|
|
2357
|
+
"skew-x": te()
|
|
2358
2358
|
}],
|
|
2359
2359
|
/**
|
|
2360
2360
|
* Skew Y
|
|
2361
2361
|
* @see https://tailwindcss.com/docs/skew
|
|
2362
2362
|
*/
|
|
2363
2363
|
"skew-y": [{
|
|
2364
|
-
"skew-y":
|
|
2364
|
+
"skew-y": te()
|
|
2365
2365
|
}],
|
|
2366
2366
|
/**
|
|
2367
2367
|
* Transform
|
|
2368
2368
|
* @see https://tailwindcss.com/docs/transform
|
|
2369
2369
|
*/
|
|
2370
2370
|
transform: [{
|
|
2371
|
-
transform: [
|
|
2371
|
+
transform: [s, n, "", "none", "gpu", "cpu"]
|
|
2372
2372
|
}],
|
|
2373
2373
|
/**
|
|
2374
2374
|
* Transform Origin
|
|
2375
2375
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2376
2376
|
*/
|
|
2377
2377
|
"transform-origin": [{
|
|
2378
|
-
origin:
|
|
2378
|
+
origin: L()
|
|
2379
2379
|
}],
|
|
2380
2380
|
/**
|
|
2381
2381
|
* Transform Style
|
|
@@ -2389,28 +2389,28 @@ const Oe = (e, t) => {
|
|
|
2389
2389
|
* @see https://tailwindcss.com/docs/translate
|
|
2390
2390
|
*/
|
|
2391
2391
|
translate: [{
|
|
2392
|
-
translate:
|
|
2392
|
+
translate: K()
|
|
2393
2393
|
}],
|
|
2394
2394
|
/**
|
|
2395
2395
|
* Translate X
|
|
2396
2396
|
* @see https://tailwindcss.com/docs/translate
|
|
2397
2397
|
*/
|
|
2398
2398
|
"translate-x": [{
|
|
2399
|
-
"translate-x":
|
|
2399
|
+
"translate-x": K()
|
|
2400
2400
|
}],
|
|
2401
2401
|
/**
|
|
2402
2402
|
* Translate Y
|
|
2403
2403
|
* @see https://tailwindcss.com/docs/translate
|
|
2404
2404
|
*/
|
|
2405
2405
|
"translate-y": [{
|
|
2406
|
-
"translate-y":
|
|
2406
|
+
"translate-y": K()
|
|
2407
2407
|
}],
|
|
2408
2408
|
/**
|
|
2409
2409
|
* Translate Z
|
|
2410
2410
|
* @see https://tailwindcss.com/docs/translate
|
|
2411
2411
|
*/
|
|
2412
2412
|
"translate-z": [{
|
|
2413
|
-
"translate-z":
|
|
2413
|
+
"translate-z": K()
|
|
2414
2414
|
}],
|
|
2415
2415
|
/**
|
|
2416
2416
|
* Translate None
|
|
@@ -2425,7 +2425,7 @@ const Oe = (e, t) => {
|
|
|
2425
2425
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2426
2426
|
*/
|
|
2427
2427
|
accent: [{
|
|
2428
|
-
accent:
|
|
2428
|
+
accent: d()
|
|
2429
2429
|
}],
|
|
2430
2430
|
/**
|
|
2431
2431
|
* Appearance
|
|
@@ -2439,7 +2439,7 @@ const Oe = (e, t) => {
|
|
|
2439
2439
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2440
2440
|
*/
|
|
2441
2441
|
"caret-color": [{
|
|
2442
|
-
caret:
|
|
2442
|
+
caret: d()
|
|
2443
2443
|
}],
|
|
2444
2444
|
/**
|
|
2445
2445
|
* Color Scheme
|
|
@@ -2453,7 +2453,7 @@ const Oe = (e, t) => {
|
|
|
2453
2453
|
* @see https://tailwindcss.com/docs/cursor
|
|
2454
2454
|
*/
|
|
2455
2455
|
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",
|
|
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, n]
|
|
2457
2457
|
}],
|
|
2458
2458
|
/**
|
|
2459
2459
|
* Field Sizing
|
|
@@ -2675,7 +2675,7 @@ const Oe = (e, t) => {
|
|
|
2675
2675
|
* @see https://tailwindcss.com/docs/will-change
|
|
2676
2676
|
*/
|
|
2677
2677
|
"will-change": [{
|
|
2678
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2678
|
+
"will-change": ["auto", "scroll", "contents", "transform", s, n]
|
|
2679
2679
|
}],
|
|
2680
2680
|
// -----------
|
|
2681
2681
|
// --- SVG ---
|
|
@@ -2685,21 +2685,21 @@ const Oe = (e, t) => {
|
|
|
2685
2685
|
* @see https://tailwindcss.com/docs/fill
|
|
2686
2686
|
*/
|
|
2687
2687
|
fill: [{
|
|
2688
|
-
fill: ["none", ...
|
|
2688
|
+
fill: ["none", ...d()]
|
|
2689
2689
|
}],
|
|
2690
2690
|
/**
|
|
2691
2691
|
* Stroke Width
|
|
2692
2692
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2693
2693
|
*/
|
|
2694
2694
|
"stroke-w": [{
|
|
2695
|
-
stroke: [p,
|
|
2695
|
+
stroke: [p, U, O, ne]
|
|
2696
2696
|
}],
|
|
2697
2697
|
/**
|
|
2698
2698
|
* Stroke
|
|
2699
2699
|
* @see https://tailwindcss.com/docs/stroke
|
|
2700
2700
|
*/
|
|
2701
2701
|
stroke: [{
|
|
2702
|
-
stroke: ["none", ...
|
|
2702
|
+
stroke: ["none", ...d()]
|
|
2703
2703
|
}],
|
|
2704
2704
|
// ---------------------
|
|
2705
2705
|
// --- Accessibility ---
|
|
@@ -2767,26 +2767,110 @@ const Oe = (e, t) => {
|
|
|
2767
2767
|
},
|
|
2768
2768
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2769
2769
|
};
|
|
2770
|
-
},
|
|
2771
|
-
function
|
|
2772
|
-
return
|
|
2770
|
+
}, M = /* @__PURE__ */ ro(Co);
|
|
2771
|
+
function Ro(...e) {
|
|
2772
|
+
return M(Ce(e));
|
|
2773
2773
|
}
|
|
2774
|
-
function
|
|
2774
|
+
function Io({ title: e, description: r, icon: o, className: t, button: l, textarea: i, ...a }) {
|
|
2775
2775
|
const u = {
|
|
2776
2776
|
md: "font-medium text-sm font-inter",
|
|
2777
2777
|
lg: "font-extrabold text-3xl leading-relaxed text-typography-title"
|
|
2778
2778
|
};
|
|
2779
|
-
return /* @__PURE__ */
|
|
2780
|
-
|
|
2781
|
-
/* @__PURE__ */
|
|
2782
|
-
e && /* @__PURE__ */
|
|
2783
|
-
a.header && /* @__PURE__ */
|
|
2784
|
-
|
|
2779
|
+
return /* @__PURE__ */ se("div", { className: "flex flex-row", children: [
|
|
2780
|
+
o && /* @__PURE__ */ j("div", { className: M("p-3 text-primary-base", t), children: o }),
|
|
2781
|
+
/* @__PURE__ */ se("div", { className: "flex flex-col", children: [
|
|
2782
|
+
e && /* @__PURE__ */ j("h2", { className: M(u.lg), children: e }),
|
|
2783
|
+
a.header && /* @__PURE__ */ j("h4", { className: M("", u.md), children: a.header }),
|
|
2784
|
+
r && /* @__PURE__ */ j("p", { className: M("text-sm font-inter text-typography-body ml-1", u.md), children: r })
|
|
2785
2785
|
] })
|
|
2786
2786
|
] });
|
|
2787
2787
|
}
|
|
2788
|
+
const we = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ve = Ce, Ao = (e, r) => (o) => {
|
|
2789
|
+
var t;
|
|
2790
|
+
if ((r == null ? void 0 : r.variants) == null) return ve(e, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
|
|
2791
|
+
const { variants: l, defaultVariants: i } = r, a = Object.keys(l).map((f) => {
|
|
2792
|
+
const b = o == null ? void 0 : o[f], x = i == null ? void 0 : i[f];
|
|
2793
|
+
if (b === null) return null;
|
|
2794
|
+
const y = we(b) || we(x);
|
|
2795
|
+
return l[f][y];
|
|
2796
|
+
}), u = o && Object.entries(o).reduce((f, b) => {
|
|
2797
|
+
let [x, y] = b;
|
|
2798
|
+
return y === void 0 || (f[x] = y), f;
|
|
2799
|
+
}, {}), c = r == null || (t = r.compoundVariants) === null || t === void 0 ? void 0 : t.reduce((f, b) => {
|
|
2800
|
+
let { class: x, className: y, ...C } = b;
|
|
2801
|
+
return Object.entries(C).every((A) => {
|
|
2802
|
+
let [v, k] = A;
|
|
2803
|
+
return Array.isArray(k) ? k.includes({
|
|
2804
|
+
...i,
|
|
2805
|
+
...u
|
|
2806
|
+
}[v]) : {
|
|
2807
|
+
...i,
|
|
2808
|
+
...u
|
|
2809
|
+
}[v] === k;
|
|
2810
|
+
}) ? [
|
|
2811
|
+
...f,
|
|
2812
|
+
x,
|
|
2813
|
+
y
|
|
2814
|
+
] : f;
|
|
2815
|
+
}, []);
|
|
2816
|
+
return ve(e, a, c, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
|
|
2817
|
+
}, So = Ao(
|
|
2818
|
+
"button-config",
|
|
2819
|
+
{
|
|
2820
|
+
variants: {
|
|
2821
|
+
textColor: {
|
|
2822
|
+
primary: "text-darker",
|
|
2823
|
+
secondary: "text-fg"
|
|
2824
|
+
},
|
|
2825
|
+
backgroundType: {
|
|
2826
|
+
light: "bg-primary-base",
|
|
2827
|
+
dark: "bg-secondary-default"
|
|
2828
|
+
},
|
|
2829
|
+
textOnly: {
|
|
2830
|
+
primary: "flex flex-row items-center"
|
|
2831
|
+
},
|
|
2832
|
+
both: {
|
|
2833
|
+
primary: "flex flex-row items-center justify-between"
|
|
2834
|
+
},
|
|
2835
|
+
size: {
|
|
2836
|
+
primaryTextonly: "pl-4 pr-4 font-inter h-9 min-w-36",
|
|
2837
|
+
// botao search company
|
|
2838
|
+
secondaryTextonly: "h-9 w-24",
|
|
2839
|
+
// botao continue
|
|
2840
|
+
primaryBoth: "gap-2 min-h-9 min-w-44 pt-2 pb-2 pl-4 pr-4",
|
|
2841
|
+
//create company
|
|
2842
|
+
secondaryBoth: "w-24 h-7"
|
|
2843
|
+
// botao edit and delete
|
|
2844
|
+
},
|
|
2845
|
+
fontSize: {
|
|
2846
|
+
small: "text-sm",
|
|
2847
|
+
medium: "text-md",
|
|
2848
|
+
large: "text-lg"
|
|
2849
|
+
},
|
|
2850
|
+
fontWeight: {
|
|
2851
|
+
medium: "font-normal",
|
|
2852
|
+
bold: "font-bold"
|
|
2853
|
+
}
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
);
|
|
2857
|
+
function Mo({ icon: e, label: r, onClick: o, ...t }) {
|
|
2858
|
+
return /* @__PURE__ */ se("button", { onClick: o, className: M("rounded-md", t.className, So({
|
|
2859
|
+
textColor: t.textColor,
|
|
2860
|
+
backgroundType: t.backgroundType,
|
|
2861
|
+
both: t.both,
|
|
2862
|
+
size: t.size,
|
|
2863
|
+
textOnly: t.textOnly,
|
|
2864
|
+
fontSize: t.fontSize
|
|
2865
|
+
})), children: [
|
|
2866
|
+
e && /* @__PURE__ */ j("span", { className: M(t.iconClassName), children: e }),
|
|
2867
|
+
r && /* @__PURE__ */ j("span", { className: M(t.labelClassName), children: r }),
|
|
2868
|
+
/* @__PURE__ */ j("a", { href: "", className: "rounded-md " })
|
|
2869
|
+
] });
|
|
2870
|
+
}
|
|
2788
2871
|
export {
|
|
2789
|
-
|
|
2790
|
-
|
|
2872
|
+
Mo as Button,
|
|
2873
|
+
Io as ContentBlock,
|
|
2874
|
+
Ro as cn
|
|
2791
2875
|
};
|
|
2792
2876
|
//# sourceMappingURL=index.js.map
|