laif-ds 0.2.47 → 0.2.48
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/_virtual/index2.js +2 -5
- package/dist/_virtual/index3.js +5 -2
- package/dist/agent-docs/components/AppForm.md +66 -1
- package/dist/agent-docs/components/AsyncSelect.md +94 -103
- package/dist/components/kanban.js +540 -0
- package/dist/components/ui/app-form.js +76 -44
- package/dist/components/ui/app-kanban.js +137 -0
- package/dist/components/ui/app-select.js +100 -87
- package/dist/components/ui/async-select.js +264 -278
- package/dist/index.d.ts +81 -29
- package/dist/index.js +77 -75
- package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-alert-dialog/node_modules/@radix-ui/react-slot/dist/index.js +12 -0
- package/dist/node_modules/@radix-ui/react-collection/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-menu/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-select/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +47 -44
- package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.js +12 -0
- package/dist/node_modules/eventemitter3/index.js +1 -1
- package/dist/node_modules/recharts/es6/util/Events.js +1 -1
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +536 -502
- package/dist/node_modules/use-sync-external-store/shim/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.v3.css +1 -1
- package/package.json +4 -4
|
@@ -1,79 +1,113 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const Se = (e, t) => {
|
|
3
|
+
const o = new Array(e.length + t.length);
|
|
4
|
+
for (let r = 0; r < e.length; r++)
|
|
5
|
+
o[r] = e[r];
|
|
6
|
+
for (let r = 0; r < t.length; r++)
|
|
7
|
+
o[e.length + r] = t[r];
|
|
8
|
+
return o;
|
|
9
|
+
}, Ie = (e, t) => ({
|
|
10
|
+
classGroupId: e,
|
|
11
|
+
validator: t
|
|
12
|
+
}), be = (e = /* @__PURE__ */ new Map(), t = null, o) => ({
|
|
13
|
+
nextPart: e,
|
|
14
|
+
validators: t,
|
|
15
|
+
classGroupId: o
|
|
16
|
+
});
|
|
17
|
+
const me = [], Pe = "arbitrary..", Te = (e) => {
|
|
18
|
+
const t = Oe(e), {
|
|
19
|
+
conflictingClassGroups: o,
|
|
20
|
+
conflictingClassGroupModifiers: r
|
|
6
21
|
} = e;
|
|
7
22
|
return {
|
|
8
|
-
getClassGroupId: (
|
|
9
|
-
|
|
10
|
-
|
|
23
|
+
getClassGroupId: (a) => {
|
|
24
|
+
if (a.startsWith("[") && a.endsWith("]"))
|
|
25
|
+
return Me(a);
|
|
26
|
+
const u = a.split("-"), c = u[0] === "" && u.length > 1 ? 1 : 0;
|
|
27
|
+
return ge(u, c, t);
|
|
11
28
|
},
|
|
12
|
-
getConflictingClassGroupIds: (
|
|
13
|
-
|
|
14
|
-
|
|
29
|
+
getConflictingClassGroupIds: (a, u) => {
|
|
30
|
+
if (u) {
|
|
31
|
+
const c = r[a], f = o[a];
|
|
32
|
+
return c ? f ? Se(f, c) : c : f || me;
|
|
33
|
+
}
|
|
34
|
+
return o[a] || me;
|
|
15
35
|
}
|
|
16
36
|
};
|
|
17
|
-
},
|
|
18
|
-
if (e.length === 0)
|
|
19
|
-
return
|
|
20
|
-
const
|
|
21
|
-
if (
|
|
22
|
-
|
|
23
|
-
|
|
37
|
+
}, ge = (e, t, o) => {
|
|
38
|
+
if (e.length - t === 0)
|
|
39
|
+
return o.classGroupId;
|
|
40
|
+
const i = e[t], d = o.nextPart.get(i);
|
|
41
|
+
if (d) {
|
|
42
|
+
const f = ge(e, t + 1, d);
|
|
43
|
+
if (f) return f;
|
|
44
|
+
}
|
|
45
|
+
const a = o.validators;
|
|
46
|
+
if (a === null)
|
|
24
47
|
return;
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
if (me.test(e)) {
|
|
31
|
-
const n = me.exec(e)[1], s = n?.substring(0, n.indexOf(":"));
|
|
32
|
-
if (s)
|
|
33
|
-
return "arbitrary.." + s;
|
|
48
|
+
const u = t === 0 ? e.join("-") : e.slice(t).join("-"), c = a.length;
|
|
49
|
+
for (let f = 0; f < c; f++) {
|
|
50
|
+
const h = a[f];
|
|
51
|
+
if (h.validator(u))
|
|
52
|
+
return h.classGroupId;
|
|
34
53
|
}
|
|
35
|
-
}, Me = (e) => {
|
|
54
|
+
}, Me = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
55
|
+
const t = e.slice(1, -1), o = t.indexOf(":"), r = t.slice(0, o);
|
|
56
|
+
return r ? Pe + r : void 0;
|
|
57
|
+
})(), Oe = (e) => {
|
|
36
58
|
const {
|
|
37
|
-
theme:
|
|
38
|
-
classGroups:
|
|
39
|
-
} = e
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
for (const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
59
|
+
theme: t,
|
|
60
|
+
classGroups: o
|
|
61
|
+
} = e;
|
|
62
|
+
return Ee(o, t);
|
|
63
|
+
}, Ee = (e, t) => {
|
|
64
|
+
const o = be();
|
|
65
|
+
for (const r in e) {
|
|
66
|
+
const i = e[r];
|
|
67
|
+
re(i, o, r, t);
|
|
68
|
+
}
|
|
69
|
+
return o;
|
|
70
|
+
}, re = (e, t, o, r) => {
|
|
71
|
+
const i = e.length;
|
|
72
|
+
for (let d = 0; d < i; d++) {
|
|
73
|
+
const a = e[d];
|
|
74
|
+
Ge(a, t, o, r);
|
|
75
|
+
}
|
|
76
|
+
}, Ge = (e, t, o, r) => {
|
|
77
|
+
if (typeof e == "string") {
|
|
78
|
+
_e(e, t, o);
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
if (typeof e == "function") {
|
|
82
|
+
Le(e, t, o, r);
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
Ne(e, t, o, r);
|
|
86
|
+
}, _e = (e, t, o) => {
|
|
87
|
+
const r = e === "" ? t : he(t, e);
|
|
88
|
+
r.classGroupId = o;
|
|
89
|
+
}, Le = (e, t, o, r) => {
|
|
90
|
+
if (je(e)) {
|
|
91
|
+
re(e(r), t, o, r);
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
t.validators === null && (t.validators = []), t.validators.push(Ie(o, e));
|
|
95
|
+
}, Ne = (e, t, o, r) => {
|
|
96
|
+
const i = Object.entries(e), d = i.length;
|
|
97
|
+
for (let a = 0; a < d; a++) {
|
|
98
|
+
const [u, c] = i[a];
|
|
99
|
+
re(c, he(t, u), o, r);
|
|
100
|
+
}
|
|
101
|
+
}, he = (e, t) => {
|
|
102
|
+
let o = e;
|
|
103
|
+
const r = t.split("-"), i = r.length;
|
|
104
|
+
for (let d = 0; d < i; d++) {
|
|
105
|
+
const a = r[d];
|
|
106
|
+
let u = o.nextPart.get(a);
|
|
107
|
+
u || (u = be(), o.nextPart.set(a, u)), o = u;
|
|
108
|
+
}
|
|
109
|
+
return o;
|
|
110
|
+
}, je = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Fe = (e) => {
|
|
77
111
|
if (e < 1)
|
|
78
112
|
return {
|
|
79
113
|
get: () => {
|
|
@@ -81,179 +115,179 @@ const Re = (e) => {
|
|
|
81
115
|
set: () => {
|
|
82
116
|
}
|
|
83
117
|
};
|
|
84
|
-
let
|
|
85
|
-
const
|
|
86
|
-
|
|
118
|
+
let t = 0, o = /* @__PURE__ */ Object.create(null), r = /* @__PURE__ */ Object.create(null);
|
|
119
|
+
const i = (d, a) => {
|
|
120
|
+
o[d] = a, t++, t > e && (t = 0, r = o, o = /* @__PURE__ */ Object.create(null));
|
|
87
121
|
};
|
|
88
122
|
return {
|
|
89
|
-
get(
|
|
90
|
-
let
|
|
91
|
-
if (
|
|
92
|
-
return
|
|
93
|
-
if ((
|
|
94
|
-
return
|
|
123
|
+
get(d) {
|
|
124
|
+
let a = o[d];
|
|
125
|
+
if (a !== void 0)
|
|
126
|
+
return a;
|
|
127
|
+
if ((a = r[d]) !== void 0)
|
|
128
|
+
return i(d, a), a;
|
|
95
129
|
},
|
|
96
|
-
set(
|
|
97
|
-
|
|
130
|
+
set(d, a) {
|
|
131
|
+
d in o ? o[d] = a : i(d, a);
|
|
98
132
|
}
|
|
99
133
|
};
|
|
100
134
|
};
|
|
101
|
-
const
|
|
135
|
+
const Ve = [], pe = (e, t, o, r, i) => ({
|
|
136
|
+
modifiers: e,
|
|
137
|
+
hasImportantModifier: t,
|
|
138
|
+
baseClassName: o,
|
|
139
|
+
maybePostfixModifierPosition: r,
|
|
140
|
+
isExternal: i
|
|
141
|
+
}), We = (e) => {
|
|
102
142
|
const {
|
|
103
|
-
prefix:
|
|
104
|
-
experimentalParseClassName:
|
|
143
|
+
prefix: t,
|
|
144
|
+
experimentalParseClassName: o
|
|
105
145
|
} = e;
|
|
106
|
-
let
|
|
107
|
-
const
|
|
108
|
-
let
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
146
|
+
let r = (i) => {
|
|
147
|
+
const d = [];
|
|
148
|
+
let a = 0, u = 0, c = 0, f;
|
|
149
|
+
const h = i.length;
|
|
150
|
+
for (let v = 0; v < h; v++) {
|
|
151
|
+
const x = i[v];
|
|
152
|
+
if (a === 0 && u === 0) {
|
|
153
|
+
if (x === ":") {
|
|
154
|
+
d.push(i.slice(c, v)), c = v + 1;
|
|
114
155
|
continue;
|
|
115
156
|
}
|
|
116
|
-
if (
|
|
117
|
-
|
|
157
|
+
if (x === "/") {
|
|
158
|
+
f = v;
|
|
118
159
|
continue;
|
|
119
160
|
}
|
|
120
161
|
}
|
|
121
|
-
|
|
162
|
+
x === "[" ? a++ : x === "]" ? a-- : x === "(" ? u++ : x === ")" && u--;
|
|
122
163
|
}
|
|
123
|
-
const
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
164
|
+
const y = d.length === 0 ? i : i.slice(c);
|
|
165
|
+
let A = y, I = !1;
|
|
166
|
+
y.endsWith("!") ? (A = y.slice(0, -1), I = !0) : (
|
|
167
|
+
/**
|
|
168
|
+
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
169
|
+
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
170
|
+
*/
|
|
171
|
+
y.startsWith("!") && (A = y.slice(1), I = !0)
|
|
172
|
+
);
|
|
173
|
+
const P = f && f > c ? f - c : void 0;
|
|
174
|
+
return pe(d, I, A, P);
|
|
130
175
|
};
|
|
131
|
-
if (
|
|
132
|
-
const
|
|
133
|
-
|
|
134
|
-
isExternal: !0,
|
|
135
|
-
modifiers: [],
|
|
136
|
-
hasImportantModifier: !1,
|
|
137
|
-
baseClassName: i,
|
|
138
|
-
maybePostfixModifierPosition: void 0
|
|
139
|
-
};
|
|
176
|
+
if (t) {
|
|
177
|
+
const i = t + ":", d = r;
|
|
178
|
+
r = (a) => a.startsWith(i) ? d(a.slice(i.length)) : pe(Ve, !1, a, void 0, !0);
|
|
140
179
|
}
|
|
141
|
-
if (
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
className:
|
|
145
|
-
parseClassName:
|
|
180
|
+
if (o) {
|
|
181
|
+
const i = r;
|
|
182
|
+
r = (d) => o({
|
|
183
|
+
className: d,
|
|
184
|
+
parseClassName: i
|
|
146
185
|
});
|
|
147
186
|
}
|
|
148
|
-
return
|
|
149
|
-
},
|
|
150
|
-
const
|
|
151
|
-
return (
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
const
|
|
155
|
-
let
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
187
|
+
return r;
|
|
188
|
+
}, Be = (e) => {
|
|
189
|
+
const t = /* @__PURE__ */ new Map();
|
|
190
|
+
return e.orderSensitiveModifiers.forEach((o, r) => {
|
|
191
|
+
t.set(o, 1e6 + r);
|
|
192
|
+
}), (o) => {
|
|
193
|
+
const r = [];
|
|
194
|
+
let i = [];
|
|
195
|
+
for (let d = 0; d < o.length; d++) {
|
|
196
|
+
const a = o[d], u = a[0] === "[", c = t.has(a);
|
|
197
|
+
u || c ? (i.length > 0 && (i.sort(), r.push(...i), i = []), r.push(a)) : i.push(a);
|
|
198
|
+
}
|
|
199
|
+
return i.length > 0 && (i.sort(), r.push(...i)), r;
|
|
159
200
|
};
|
|
160
|
-
},
|
|
161
|
-
cache:
|
|
162
|
-
parseClassName:
|
|
163
|
-
sortModifiers:
|
|
164
|
-
...
|
|
165
|
-
}),
|
|
201
|
+
}, De = (e) => ({
|
|
202
|
+
cache: Fe(e.cacheSize),
|
|
203
|
+
parseClassName: We(e),
|
|
204
|
+
sortModifiers: Be(e),
|
|
205
|
+
...Te(e)
|
|
206
|
+
}), $e = /\s+/, Ue = (e, t) => {
|
|
166
207
|
const {
|
|
167
|
-
parseClassName:
|
|
168
|
-
getClassGroupId:
|
|
169
|
-
getConflictingClassGroupIds:
|
|
170
|
-
sortModifiers:
|
|
171
|
-
} =
|
|
172
|
-
let
|
|
173
|
-
for (let
|
|
174
|
-
const h = u[
|
|
175
|
-
isExternal:
|
|
176
|
-
modifiers:
|
|
177
|
-
hasImportantModifier:
|
|
178
|
-
baseClassName:
|
|
179
|
-
maybePostfixModifierPosition:
|
|
180
|
-
} =
|
|
181
|
-
if (
|
|
182
|
-
|
|
208
|
+
parseClassName: o,
|
|
209
|
+
getClassGroupId: r,
|
|
210
|
+
getConflictingClassGroupIds: i,
|
|
211
|
+
sortModifiers: d
|
|
212
|
+
} = t, a = [], u = e.trim().split($e);
|
|
213
|
+
let c = "";
|
|
214
|
+
for (let f = u.length - 1; f >= 0; f -= 1) {
|
|
215
|
+
const h = u[f], {
|
|
216
|
+
isExternal: y,
|
|
217
|
+
modifiers: A,
|
|
218
|
+
hasImportantModifier: I,
|
|
219
|
+
baseClassName: P,
|
|
220
|
+
maybePostfixModifierPosition: v
|
|
221
|
+
} = o(h);
|
|
222
|
+
if (y) {
|
|
223
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
183
224
|
continue;
|
|
184
225
|
}
|
|
185
|
-
let
|
|
186
|
-
if (!
|
|
187
|
-
if (!
|
|
188
|
-
|
|
226
|
+
let x = !!v, T = r(x ? P.substring(0, v) : P);
|
|
227
|
+
if (!T) {
|
|
228
|
+
if (!x) {
|
|
229
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
189
230
|
continue;
|
|
190
231
|
}
|
|
191
|
-
if (
|
|
192
|
-
|
|
232
|
+
if (T = r(P), !T) {
|
|
233
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
193
234
|
continue;
|
|
194
235
|
}
|
|
195
|
-
|
|
236
|
+
x = !1;
|
|
196
237
|
}
|
|
197
|
-
const
|
|
198
|
-
if (
|
|
238
|
+
const D = A.length === 0 ? "" : A.length === 1 ? A[0] : d(A).join(":"), V = I ? D + "!" : D, G = V + T;
|
|
239
|
+
if (a.indexOf(G) > -1)
|
|
199
240
|
continue;
|
|
200
|
-
|
|
201
|
-
const
|
|
202
|
-
for (let
|
|
203
|
-
const
|
|
204
|
-
|
|
241
|
+
a.push(G);
|
|
242
|
+
const _ = i(T, x);
|
|
243
|
+
for (let M = 0; M < _.length; ++M) {
|
|
244
|
+
const W = _[M];
|
|
245
|
+
a.push(V + W);
|
|
205
246
|
}
|
|
206
|
-
|
|
247
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
207
248
|
}
|
|
208
|
-
return
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
const ge = (e) => {
|
|
249
|
+
return c;
|
|
250
|
+
}, Ye = (...e) => {
|
|
251
|
+
let t = 0, o, r, i = "";
|
|
252
|
+
for (; t < e.length; )
|
|
253
|
+
(o = e[t++]) && (r = we(o)) && (i && (i += " "), i += r);
|
|
254
|
+
return i;
|
|
255
|
+
}, we = (e) => {
|
|
217
256
|
if (typeof e == "string")
|
|
218
257
|
return e;
|
|
219
|
-
let
|
|
220
|
-
for (let
|
|
221
|
-
e[
|
|
222
|
-
return
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
const h = _e(p, s);
|
|
235
|
-
return c(p, h), h;
|
|
236
|
-
}
|
|
237
|
-
return function() {
|
|
238
|
-
return m(Ne.apply(null, arguments));
|
|
258
|
+
let t, o = "";
|
|
259
|
+
for (let r = 0; r < e.length; r++)
|
|
260
|
+
e[r] && (t = we(e[r])) && (o && (o += " "), o += t);
|
|
261
|
+
return o;
|
|
262
|
+
}, qe = (e, ...t) => {
|
|
263
|
+
let o, r, i, d;
|
|
264
|
+
const a = (c) => {
|
|
265
|
+
const f = t.reduce((h, y) => y(h), e());
|
|
266
|
+
return o = De(f), r = o.cache.get, i = o.cache.set, d = u, u(c);
|
|
267
|
+
}, u = (c) => {
|
|
268
|
+
const f = r(c);
|
|
269
|
+
if (f)
|
|
270
|
+
return f;
|
|
271
|
+
const h = Ue(c, o);
|
|
272
|
+
return i(c, h), h;
|
|
239
273
|
};
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
const
|
|
243
|
-
return
|
|
244
|
-
},
|
|
274
|
+
return d = a, (...c) => d(Ye(...c));
|
|
275
|
+
}, Xe = [], b = (e) => {
|
|
276
|
+
const t = (o) => o[e] || Xe;
|
|
277
|
+
return t.isThemeGetter = !0, t;
|
|
278
|
+
}, xe = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ke = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Je = /^\d+\/\d+$/, He = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ke = /\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$/, Qe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Ze = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, eo = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => Je.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && p(e.slice(0, -1)), C = (e) => He.test(e), oo = () => !0, ro = (e) => (
|
|
245
279
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
246
280
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
247
281
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
248
|
-
|
|
249
|
-
),
|
|
250
|
-
const
|
|
251
|
-
return
|
|
252
|
-
},
|
|
253
|
-
const
|
|
254
|
-
return
|
|
255
|
-
},
|
|
256
|
-
const e =
|
|
282
|
+
Ke.test(e) && !Qe.test(e)
|
|
283
|
+
), ye = () => !1, to = (e) => Ze.test(e), so = (e) => eo.test(e), no = (e) => !s(e) && !n(e), ao = (e) => j(e, Re, ye), s = (e) => xe.test(e), E = (e) => j(e, ze, ro), oe = (e) => j(e, po, p), ue = (e) => j(e, ve, ye), io = (e) => j(e, Ae, so), J = (e) => j(e, Ce, to), n = (e) => ke.test(e), B = (e) => F(e, ze), lo = (e) => F(e, uo), fe = (e) => F(e, ve), co = (e) => F(e, Re), mo = (e) => F(e, Ae), H = (e) => F(e, Ce, !0), j = (e, t, o) => {
|
|
284
|
+
const r = xe.exec(e);
|
|
285
|
+
return r ? r[1] ? t(r[1]) : o(r[2]) : !1;
|
|
286
|
+
}, F = (e, t, o = !1) => {
|
|
287
|
+
const r = ke.exec(e);
|
|
288
|
+
return r ? r[1] ? t(r[1]) : o : !1;
|
|
289
|
+
}, ve = (e) => e === "position" || e === "percentage", Ae = (e) => e === "image" || e === "url", Re = (e) => e === "length" || e === "size" || e === "bg-size", ze = (e) => e === "length", po = (e) => e === "number", uo = (e) => e === "family-name", Ce = (e) => e === "shadow", fo = () => {
|
|
290
|
+
const e = b("color"), t = b("font"), o = b("text"), r = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), f = b("radius"), h = b("shadow"), y = b("inset-shadow"), A = b("text-shadow"), I = b("drop-shadow"), P = b("blur"), v = b("perspective"), x = b("aspect"), T = b("ease"), D = b("animate"), V = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], G = () => [
|
|
257
291
|
"center",
|
|
258
292
|
"top",
|
|
259
293
|
"bottom",
|
|
@@ -271,51 +305,51 @@ const f = (e) => {
|
|
|
271
305
|
"bottom-left",
|
|
272
306
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
273
307
|
"left-bottom"
|
|
274
|
-
],
|
|
275
|
-
span: ["full", S,
|
|
276
|
-
}, S,
|
|
277
|
-
position: [
|
|
308
|
+
], _ = () => [...G(), n, s], M = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], m = () => [n, s, c], R = () => [N, "full", "auto", ...m()], te = () => [S, "none", "subgrid", n, s], se = () => ["auto", {
|
|
309
|
+
span: ["full", S, n, s]
|
|
310
|
+
}, S, n, s], $ = () => [S, "auto", n, s], ne = () => ["auto", "min", "max", "fr", n, s], K = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...m()], O = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, n, s], ae = () => [...G(), fe, ue, {
|
|
311
|
+
position: [n, s]
|
|
278
312
|
}], ie = () => ["no-repeat", {
|
|
279
313
|
repeat: ["", "x", "y", "space", "round"]
|
|
280
|
-
}], le = () => ["auto", "cover", "contain",
|
|
281
|
-
size: [
|
|
282
|
-
}],
|
|
314
|
+
}], le = () => ["auto", "cover", "contain", co, ao, {
|
|
315
|
+
size: [n, s]
|
|
316
|
+
}], Q = () => [ee, B, E], w = () => [
|
|
283
317
|
// Deprecated since Tailwind CSS v4.0.0
|
|
284
318
|
"",
|
|
285
319
|
"none",
|
|
286
320
|
"full",
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
],
|
|
321
|
+
f,
|
|
322
|
+
n,
|
|
323
|
+
s
|
|
324
|
+
], k = () => ["", p, B, E], U = () => ["solid", "dashed", "dotted", "double"], ce = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, ee, fe, ue], de = () => [
|
|
291
325
|
// Deprecated since Tailwind CSS v4.0.0
|
|
292
326
|
"",
|
|
293
327
|
"none",
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
],
|
|
328
|
+
P,
|
|
329
|
+
n,
|
|
330
|
+
s
|
|
331
|
+
], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], Z = () => [p, n, s], X = () => [N, "full", ...m()];
|
|
298
332
|
return {
|
|
299
333
|
cacheSize: 500,
|
|
300
334
|
theme: {
|
|
301
335
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
302
336
|
aspect: ["video"],
|
|
303
|
-
blur: [
|
|
304
|
-
breakpoint: [
|
|
305
|
-
color: [
|
|
306
|
-
container: [
|
|
307
|
-
"drop-shadow": [
|
|
337
|
+
blur: [C],
|
|
338
|
+
breakpoint: [C],
|
|
339
|
+
color: [oo],
|
|
340
|
+
container: [C],
|
|
341
|
+
"drop-shadow": [C],
|
|
308
342
|
ease: ["in", "out", "in-out"],
|
|
309
|
-
font: [
|
|
343
|
+
font: [no],
|
|
310
344
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
311
|
-
"inset-shadow": [
|
|
345
|
+
"inset-shadow": [C],
|
|
312
346
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
313
347
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
314
|
-
radius: [
|
|
315
|
-
shadow: [
|
|
316
|
-
spacing: ["px",
|
|
317
|
-
text: [
|
|
318
|
-
"text-shadow": [
|
|
348
|
+
radius: [C],
|
|
349
|
+
shadow: [C],
|
|
350
|
+
spacing: ["px", p],
|
|
351
|
+
text: [C],
|
|
352
|
+
"text-shadow": [C],
|
|
319
353
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
320
354
|
},
|
|
321
355
|
classGroups: {
|
|
@@ -327,7 +361,7 @@ const f = (e) => {
|
|
|
327
361
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
328
362
|
*/
|
|
329
363
|
aspect: [{
|
|
330
|
-
aspect: ["auto", "square",
|
|
364
|
+
aspect: ["auto", "square", N, s, n, x]
|
|
331
365
|
}],
|
|
332
366
|
/**
|
|
333
367
|
* Container
|
|
@@ -340,21 +374,21 @@ const f = (e) => {
|
|
|
340
374
|
* @see https://tailwindcss.com/docs/columns
|
|
341
375
|
*/
|
|
342
376
|
columns: [{
|
|
343
|
-
columns: [
|
|
377
|
+
columns: [p, s, n, u]
|
|
344
378
|
}],
|
|
345
379
|
/**
|
|
346
380
|
* Break After
|
|
347
381
|
* @see https://tailwindcss.com/docs/break-after
|
|
348
382
|
*/
|
|
349
383
|
"break-after": [{
|
|
350
|
-
"break-after":
|
|
384
|
+
"break-after": V()
|
|
351
385
|
}],
|
|
352
386
|
/**
|
|
353
387
|
* Break Before
|
|
354
388
|
* @see https://tailwindcss.com/docs/break-before
|
|
355
389
|
*/
|
|
356
390
|
"break-before": [{
|
|
357
|
-
"break-before":
|
|
391
|
+
"break-before": V()
|
|
358
392
|
}],
|
|
359
393
|
/**
|
|
360
394
|
* Break Inside
|
|
@@ -418,49 +452,49 @@ const f = (e) => {
|
|
|
418
452
|
* @see https://tailwindcss.com/docs/object-position
|
|
419
453
|
*/
|
|
420
454
|
"object-position": [{
|
|
421
|
-
object:
|
|
455
|
+
object: _()
|
|
422
456
|
}],
|
|
423
457
|
/**
|
|
424
458
|
* Overflow
|
|
425
459
|
* @see https://tailwindcss.com/docs/overflow
|
|
426
460
|
*/
|
|
427
461
|
overflow: [{
|
|
428
|
-
overflow:
|
|
462
|
+
overflow: M()
|
|
429
463
|
}],
|
|
430
464
|
/**
|
|
431
465
|
* Overflow X
|
|
432
466
|
* @see https://tailwindcss.com/docs/overflow
|
|
433
467
|
*/
|
|
434
468
|
"overflow-x": [{
|
|
435
|
-
"overflow-x":
|
|
469
|
+
"overflow-x": M()
|
|
436
470
|
}],
|
|
437
471
|
/**
|
|
438
472
|
* Overflow Y
|
|
439
473
|
* @see https://tailwindcss.com/docs/overflow
|
|
440
474
|
*/
|
|
441
475
|
"overflow-y": [{
|
|
442
|
-
"overflow-y":
|
|
476
|
+
"overflow-y": M()
|
|
443
477
|
}],
|
|
444
478
|
/**
|
|
445
479
|
* Overscroll Behavior
|
|
446
480
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
447
481
|
*/
|
|
448
482
|
overscroll: [{
|
|
449
|
-
overscroll:
|
|
483
|
+
overscroll: W()
|
|
450
484
|
}],
|
|
451
485
|
/**
|
|
452
486
|
* Overscroll Behavior X
|
|
453
487
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
454
488
|
*/
|
|
455
489
|
"overscroll-x": [{
|
|
456
|
-
"overscroll-x":
|
|
490
|
+
"overscroll-x": W()
|
|
457
491
|
}],
|
|
458
492
|
/**
|
|
459
493
|
* Overscroll Behavior Y
|
|
460
494
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
461
495
|
*/
|
|
462
496
|
"overscroll-y": [{
|
|
463
|
-
"overscroll-y":
|
|
497
|
+
"overscroll-y": W()
|
|
464
498
|
}],
|
|
465
499
|
/**
|
|
466
500
|
* Position
|
|
@@ -472,63 +506,63 @@ const f = (e) => {
|
|
|
472
506
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
473
507
|
*/
|
|
474
508
|
inset: [{
|
|
475
|
-
inset:
|
|
509
|
+
inset: R()
|
|
476
510
|
}],
|
|
477
511
|
/**
|
|
478
512
|
* Right / Left
|
|
479
513
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
480
514
|
*/
|
|
481
515
|
"inset-x": [{
|
|
482
|
-
"inset-x":
|
|
516
|
+
"inset-x": R()
|
|
483
517
|
}],
|
|
484
518
|
/**
|
|
485
519
|
* Top / Bottom
|
|
486
520
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
487
521
|
*/
|
|
488
522
|
"inset-y": [{
|
|
489
|
-
"inset-y":
|
|
523
|
+
"inset-y": R()
|
|
490
524
|
}],
|
|
491
525
|
/**
|
|
492
526
|
* Start
|
|
493
527
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
494
528
|
*/
|
|
495
529
|
start: [{
|
|
496
|
-
start:
|
|
530
|
+
start: R()
|
|
497
531
|
}],
|
|
498
532
|
/**
|
|
499
533
|
* End
|
|
500
534
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
501
535
|
*/
|
|
502
536
|
end: [{
|
|
503
|
-
end:
|
|
537
|
+
end: R()
|
|
504
538
|
}],
|
|
505
539
|
/**
|
|
506
540
|
* Top
|
|
507
541
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
508
542
|
*/
|
|
509
543
|
top: [{
|
|
510
|
-
top:
|
|
544
|
+
top: R()
|
|
511
545
|
}],
|
|
512
546
|
/**
|
|
513
547
|
* Right
|
|
514
548
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
515
549
|
*/
|
|
516
550
|
right: [{
|
|
517
|
-
right:
|
|
551
|
+
right: R()
|
|
518
552
|
}],
|
|
519
553
|
/**
|
|
520
554
|
* Bottom
|
|
521
555
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
522
556
|
*/
|
|
523
557
|
bottom: [{
|
|
524
|
-
bottom:
|
|
558
|
+
bottom: R()
|
|
525
559
|
}],
|
|
526
560
|
/**
|
|
527
561
|
* Left
|
|
528
562
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
529
563
|
*/
|
|
530
564
|
left: [{
|
|
531
|
-
left:
|
|
565
|
+
left: R()
|
|
532
566
|
}],
|
|
533
567
|
/**
|
|
534
568
|
* Visibility
|
|
@@ -540,7 +574,7 @@ const f = (e) => {
|
|
|
540
574
|
* @see https://tailwindcss.com/docs/z-index
|
|
541
575
|
*/
|
|
542
576
|
z: [{
|
|
543
|
-
z: [S, "auto",
|
|
577
|
+
z: [S, "auto", n, s]
|
|
544
578
|
}],
|
|
545
579
|
// ------------------------
|
|
546
580
|
// --- Flexbox and Grid ---
|
|
@@ -550,7 +584,7 @@ const f = (e) => {
|
|
|
550
584
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
551
585
|
*/
|
|
552
586
|
basis: [{
|
|
553
|
-
basis: [
|
|
587
|
+
basis: [N, "full", "auto", u, ...m()]
|
|
554
588
|
}],
|
|
555
589
|
/**
|
|
556
590
|
* Flex Direction
|
|
@@ -571,28 +605,28 @@ const f = (e) => {
|
|
|
571
605
|
* @see https://tailwindcss.com/docs/flex
|
|
572
606
|
*/
|
|
573
607
|
flex: [{
|
|
574
|
-
flex: [
|
|
608
|
+
flex: [p, N, "auto", "initial", "none", s]
|
|
575
609
|
}],
|
|
576
610
|
/**
|
|
577
611
|
* Flex Grow
|
|
578
612
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
579
613
|
*/
|
|
580
614
|
grow: [{
|
|
581
|
-
grow: ["",
|
|
615
|
+
grow: ["", p, n, s]
|
|
582
616
|
}],
|
|
583
617
|
/**
|
|
584
618
|
* Flex Shrink
|
|
585
619
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
586
620
|
*/
|
|
587
621
|
shrink: [{
|
|
588
|
-
shrink: ["",
|
|
622
|
+
shrink: ["", p, n, s]
|
|
589
623
|
}],
|
|
590
624
|
/**
|
|
591
625
|
* Order
|
|
592
626
|
* @see https://tailwindcss.com/docs/order
|
|
593
627
|
*/
|
|
594
628
|
order: [{
|
|
595
|
-
order: [S, "first", "last", "none",
|
|
629
|
+
order: [S, "first", "last", "none", n, s]
|
|
596
630
|
}],
|
|
597
631
|
/**
|
|
598
632
|
* Grid Template Columns
|
|
@@ -613,14 +647,14 @@ const f = (e) => {
|
|
|
613
647
|
* @see https://tailwindcss.com/docs/grid-column
|
|
614
648
|
*/
|
|
615
649
|
"col-start": [{
|
|
616
|
-
"col-start":
|
|
650
|
+
"col-start": $()
|
|
617
651
|
}],
|
|
618
652
|
/**
|
|
619
653
|
* Grid Column End
|
|
620
654
|
* @see https://tailwindcss.com/docs/grid-column
|
|
621
655
|
*/
|
|
622
656
|
"col-end": [{
|
|
623
|
-
"col-end":
|
|
657
|
+
"col-end": $()
|
|
624
658
|
}],
|
|
625
659
|
/**
|
|
626
660
|
* Grid Template Rows
|
|
@@ -641,14 +675,14 @@ const f = (e) => {
|
|
|
641
675
|
* @see https://tailwindcss.com/docs/grid-row
|
|
642
676
|
*/
|
|
643
677
|
"row-start": [{
|
|
644
|
-
"row-start":
|
|
678
|
+
"row-start": $()
|
|
645
679
|
}],
|
|
646
680
|
/**
|
|
647
681
|
* Grid Row End
|
|
648
682
|
* @see https://tailwindcss.com/docs/grid-row
|
|
649
683
|
*/
|
|
650
684
|
"row-end": [{
|
|
651
|
-
"row-end":
|
|
685
|
+
"row-end": $()
|
|
652
686
|
}],
|
|
653
687
|
/**
|
|
654
688
|
* Grid Auto Flow
|
|
@@ -676,56 +710,56 @@ const f = (e) => {
|
|
|
676
710
|
* @see https://tailwindcss.com/docs/gap
|
|
677
711
|
*/
|
|
678
712
|
gap: [{
|
|
679
|
-
gap:
|
|
713
|
+
gap: m()
|
|
680
714
|
}],
|
|
681
715
|
/**
|
|
682
716
|
* Gap X
|
|
683
717
|
* @see https://tailwindcss.com/docs/gap
|
|
684
718
|
*/
|
|
685
719
|
"gap-x": [{
|
|
686
|
-
"gap-x":
|
|
720
|
+
"gap-x": m()
|
|
687
721
|
}],
|
|
688
722
|
/**
|
|
689
723
|
* Gap Y
|
|
690
724
|
* @see https://tailwindcss.com/docs/gap
|
|
691
725
|
*/
|
|
692
726
|
"gap-y": [{
|
|
693
|
-
"gap-y":
|
|
727
|
+
"gap-y": m()
|
|
694
728
|
}],
|
|
695
729
|
/**
|
|
696
730
|
* Justify Content
|
|
697
731
|
* @see https://tailwindcss.com/docs/justify-content
|
|
698
732
|
*/
|
|
699
733
|
"justify-content": [{
|
|
700
|
-
justify: [...
|
|
734
|
+
justify: [...K(), "normal"]
|
|
701
735
|
}],
|
|
702
736
|
/**
|
|
703
737
|
* Justify Items
|
|
704
738
|
* @see https://tailwindcss.com/docs/justify-items
|
|
705
739
|
*/
|
|
706
740
|
"justify-items": [{
|
|
707
|
-
"justify-items": [...
|
|
741
|
+
"justify-items": [...L(), "normal"]
|
|
708
742
|
}],
|
|
709
743
|
/**
|
|
710
744
|
* Justify Self
|
|
711
745
|
* @see https://tailwindcss.com/docs/justify-self
|
|
712
746
|
*/
|
|
713
747
|
"justify-self": [{
|
|
714
|
-
"justify-self": ["auto", ...
|
|
748
|
+
"justify-self": ["auto", ...L()]
|
|
715
749
|
}],
|
|
716
750
|
/**
|
|
717
751
|
* Align Content
|
|
718
752
|
* @see https://tailwindcss.com/docs/align-content
|
|
719
753
|
*/
|
|
720
754
|
"align-content": [{
|
|
721
|
-
content: ["normal", ...
|
|
755
|
+
content: ["normal", ...K()]
|
|
722
756
|
}],
|
|
723
757
|
/**
|
|
724
758
|
* Align Items
|
|
725
759
|
* @see https://tailwindcss.com/docs/align-items
|
|
726
760
|
*/
|
|
727
761
|
"align-items": [{
|
|
728
|
-
items: [...
|
|
762
|
+
items: [...L(), {
|
|
729
763
|
baseline: ["", "last"]
|
|
730
764
|
}]
|
|
731
765
|
}],
|
|
@@ -734,7 +768,7 @@ const f = (e) => {
|
|
|
734
768
|
* @see https://tailwindcss.com/docs/align-self
|
|
735
769
|
*/
|
|
736
770
|
"align-self": [{
|
|
737
|
-
self: ["auto", ...
|
|
771
|
+
self: ["auto", ...L(), {
|
|
738
772
|
baseline: ["", "last"]
|
|
739
773
|
}]
|
|
740
774
|
}],
|
|
@@ -743,21 +777,21 @@ const f = (e) => {
|
|
|
743
777
|
* @see https://tailwindcss.com/docs/place-content
|
|
744
778
|
*/
|
|
745
779
|
"place-content": [{
|
|
746
|
-
"place-content":
|
|
780
|
+
"place-content": K()
|
|
747
781
|
}],
|
|
748
782
|
/**
|
|
749
783
|
* Place Items
|
|
750
784
|
* @see https://tailwindcss.com/docs/place-items
|
|
751
785
|
*/
|
|
752
786
|
"place-items": [{
|
|
753
|
-
"place-items": [...
|
|
787
|
+
"place-items": [...L(), "baseline"]
|
|
754
788
|
}],
|
|
755
789
|
/**
|
|
756
790
|
* Place Self
|
|
757
791
|
* @see https://tailwindcss.com/docs/place-self
|
|
758
792
|
*/
|
|
759
793
|
"place-self": [{
|
|
760
|
-
"place-self": ["auto", ...
|
|
794
|
+
"place-self": ["auto", ...L()]
|
|
761
795
|
}],
|
|
762
796
|
// Spacing
|
|
763
797
|
/**
|
|
@@ -765,133 +799,133 @@ const f = (e) => {
|
|
|
765
799
|
* @see https://tailwindcss.com/docs/padding
|
|
766
800
|
*/
|
|
767
801
|
p: [{
|
|
768
|
-
p:
|
|
802
|
+
p: m()
|
|
769
803
|
}],
|
|
770
804
|
/**
|
|
771
805
|
* Padding X
|
|
772
806
|
* @see https://tailwindcss.com/docs/padding
|
|
773
807
|
*/
|
|
774
808
|
px: [{
|
|
775
|
-
px:
|
|
809
|
+
px: m()
|
|
776
810
|
}],
|
|
777
811
|
/**
|
|
778
812
|
* Padding Y
|
|
779
813
|
* @see https://tailwindcss.com/docs/padding
|
|
780
814
|
*/
|
|
781
815
|
py: [{
|
|
782
|
-
py:
|
|
816
|
+
py: m()
|
|
783
817
|
}],
|
|
784
818
|
/**
|
|
785
819
|
* Padding Start
|
|
786
820
|
* @see https://tailwindcss.com/docs/padding
|
|
787
821
|
*/
|
|
788
822
|
ps: [{
|
|
789
|
-
ps:
|
|
823
|
+
ps: m()
|
|
790
824
|
}],
|
|
791
825
|
/**
|
|
792
826
|
* Padding End
|
|
793
827
|
* @see https://tailwindcss.com/docs/padding
|
|
794
828
|
*/
|
|
795
829
|
pe: [{
|
|
796
|
-
pe:
|
|
830
|
+
pe: m()
|
|
797
831
|
}],
|
|
798
832
|
/**
|
|
799
833
|
* Padding Top
|
|
800
834
|
* @see https://tailwindcss.com/docs/padding
|
|
801
835
|
*/
|
|
802
836
|
pt: [{
|
|
803
|
-
pt:
|
|
837
|
+
pt: m()
|
|
804
838
|
}],
|
|
805
839
|
/**
|
|
806
840
|
* Padding Right
|
|
807
841
|
* @see https://tailwindcss.com/docs/padding
|
|
808
842
|
*/
|
|
809
843
|
pr: [{
|
|
810
|
-
pr:
|
|
844
|
+
pr: m()
|
|
811
845
|
}],
|
|
812
846
|
/**
|
|
813
847
|
* Padding Bottom
|
|
814
848
|
* @see https://tailwindcss.com/docs/padding
|
|
815
849
|
*/
|
|
816
850
|
pb: [{
|
|
817
|
-
pb:
|
|
851
|
+
pb: m()
|
|
818
852
|
}],
|
|
819
853
|
/**
|
|
820
854
|
* Padding Left
|
|
821
855
|
* @see https://tailwindcss.com/docs/padding
|
|
822
856
|
*/
|
|
823
857
|
pl: [{
|
|
824
|
-
pl:
|
|
858
|
+
pl: m()
|
|
825
859
|
}],
|
|
826
860
|
/**
|
|
827
861
|
* Margin
|
|
828
862
|
* @see https://tailwindcss.com/docs/margin
|
|
829
863
|
*/
|
|
830
864
|
m: [{
|
|
831
|
-
m:
|
|
865
|
+
m: z()
|
|
832
866
|
}],
|
|
833
867
|
/**
|
|
834
868
|
* Margin X
|
|
835
869
|
* @see https://tailwindcss.com/docs/margin
|
|
836
870
|
*/
|
|
837
871
|
mx: [{
|
|
838
|
-
mx:
|
|
872
|
+
mx: z()
|
|
839
873
|
}],
|
|
840
874
|
/**
|
|
841
875
|
* Margin Y
|
|
842
876
|
* @see https://tailwindcss.com/docs/margin
|
|
843
877
|
*/
|
|
844
878
|
my: [{
|
|
845
|
-
my:
|
|
879
|
+
my: z()
|
|
846
880
|
}],
|
|
847
881
|
/**
|
|
848
882
|
* Margin Start
|
|
849
883
|
* @see https://tailwindcss.com/docs/margin
|
|
850
884
|
*/
|
|
851
885
|
ms: [{
|
|
852
|
-
ms:
|
|
886
|
+
ms: z()
|
|
853
887
|
}],
|
|
854
888
|
/**
|
|
855
889
|
* Margin End
|
|
856
890
|
* @see https://tailwindcss.com/docs/margin
|
|
857
891
|
*/
|
|
858
892
|
me: [{
|
|
859
|
-
me:
|
|
893
|
+
me: z()
|
|
860
894
|
}],
|
|
861
895
|
/**
|
|
862
896
|
* Margin Top
|
|
863
897
|
* @see https://tailwindcss.com/docs/margin
|
|
864
898
|
*/
|
|
865
899
|
mt: [{
|
|
866
|
-
mt:
|
|
900
|
+
mt: z()
|
|
867
901
|
}],
|
|
868
902
|
/**
|
|
869
903
|
* Margin Right
|
|
870
904
|
* @see https://tailwindcss.com/docs/margin
|
|
871
905
|
*/
|
|
872
906
|
mr: [{
|
|
873
|
-
mr:
|
|
907
|
+
mr: z()
|
|
874
908
|
}],
|
|
875
909
|
/**
|
|
876
910
|
* Margin Bottom
|
|
877
911
|
* @see https://tailwindcss.com/docs/margin
|
|
878
912
|
*/
|
|
879
913
|
mb: [{
|
|
880
|
-
mb:
|
|
914
|
+
mb: z()
|
|
881
915
|
}],
|
|
882
916
|
/**
|
|
883
917
|
* Margin Left
|
|
884
918
|
* @see https://tailwindcss.com/docs/margin
|
|
885
919
|
*/
|
|
886
920
|
ml: [{
|
|
887
|
-
ml:
|
|
921
|
+
ml: z()
|
|
888
922
|
}],
|
|
889
923
|
/**
|
|
890
924
|
* Space Between X
|
|
891
925
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
892
926
|
*/
|
|
893
927
|
"space-x": [{
|
|
894
|
-
"space-x":
|
|
928
|
+
"space-x": m()
|
|
895
929
|
}],
|
|
896
930
|
/**
|
|
897
931
|
* Space Between X Reverse
|
|
@@ -903,7 +937,7 @@ const f = (e) => {
|
|
|
903
937
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
904
938
|
*/
|
|
905
939
|
"space-y": [{
|
|
906
|
-
"space-y":
|
|
940
|
+
"space-y": m()
|
|
907
941
|
}],
|
|
908
942
|
/**
|
|
909
943
|
* Space Between Y Reverse
|
|
@@ -918,14 +952,14 @@ const f = (e) => {
|
|
|
918
952
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
919
953
|
*/
|
|
920
954
|
size: [{
|
|
921
|
-
size:
|
|
955
|
+
size: O()
|
|
922
956
|
}],
|
|
923
957
|
/**
|
|
924
958
|
* Width
|
|
925
959
|
* @see https://tailwindcss.com/docs/width
|
|
926
960
|
*/
|
|
927
961
|
w: [{
|
|
928
|
-
w: [u, "screen", ...
|
|
962
|
+
w: [u, "screen", ...O()]
|
|
929
963
|
}],
|
|
930
964
|
/**
|
|
931
965
|
* Min-Width
|
|
@@ -937,7 +971,7 @@ const f = (e) => {
|
|
|
937
971
|
"screen",
|
|
938
972
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
939
973
|
"none",
|
|
940
|
-
...
|
|
974
|
+
...O()
|
|
941
975
|
]
|
|
942
976
|
}],
|
|
943
977
|
/**
|
|
@@ -953,9 +987,9 @@ const f = (e) => {
|
|
|
953
987
|
"prose",
|
|
954
988
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
955
989
|
{
|
|
956
|
-
screen: [
|
|
990
|
+
screen: [a]
|
|
957
991
|
},
|
|
958
|
-
...
|
|
992
|
+
...O()
|
|
959
993
|
]
|
|
960
994
|
}],
|
|
961
995
|
/**
|
|
@@ -963,21 +997,21 @@ const f = (e) => {
|
|
|
963
997
|
* @see https://tailwindcss.com/docs/height
|
|
964
998
|
*/
|
|
965
999
|
h: [{
|
|
966
|
-
h: ["screen", "lh", ...
|
|
1000
|
+
h: ["screen", "lh", ...O()]
|
|
967
1001
|
}],
|
|
968
1002
|
/**
|
|
969
1003
|
* Min-Height
|
|
970
1004
|
* @see https://tailwindcss.com/docs/min-height
|
|
971
1005
|
*/
|
|
972
1006
|
"min-h": [{
|
|
973
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1007
|
+
"min-h": ["screen", "lh", "none", ...O()]
|
|
974
1008
|
}],
|
|
975
1009
|
/**
|
|
976
1010
|
* Max-Height
|
|
977
1011
|
* @see https://tailwindcss.com/docs/max-height
|
|
978
1012
|
*/
|
|
979
1013
|
"max-h": [{
|
|
980
|
-
"max-h": ["screen", "lh", ...
|
|
1014
|
+
"max-h": ["screen", "lh", ...O()]
|
|
981
1015
|
}],
|
|
982
1016
|
// ------------------
|
|
983
1017
|
// --- Typography ---
|
|
@@ -987,7 +1021,7 @@ const f = (e) => {
|
|
|
987
1021
|
* @see https://tailwindcss.com/docs/font-size
|
|
988
1022
|
*/
|
|
989
1023
|
"font-size": [{
|
|
990
|
-
text: ["base",
|
|
1024
|
+
text: ["base", o, B, E]
|
|
991
1025
|
}],
|
|
992
1026
|
/**
|
|
993
1027
|
* Font Smoothing
|
|
@@ -1004,21 +1038,21 @@ const f = (e) => {
|
|
|
1004
1038
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1005
1039
|
*/
|
|
1006
1040
|
"font-weight": [{
|
|
1007
|
-
font: [
|
|
1041
|
+
font: [r, n, oe]
|
|
1008
1042
|
}],
|
|
1009
1043
|
/**
|
|
1010
1044
|
* Font Stretch
|
|
1011
1045
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1012
1046
|
*/
|
|
1013
1047
|
"font-stretch": [{
|
|
1014
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee,
|
|
1048
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, s]
|
|
1015
1049
|
}],
|
|
1016
1050
|
/**
|
|
1017
1051
|
* Font Family
|
|
1018
1052
|
* @see https://tailwindcss.com/docs/font-family
|
|
1019
1053
|
*/
|
|
1020
1054
|
"font-family": [{
|
|
1021
|
-
font: [
|
|
1055
|
+
font: [lo, s, t]
|
|
1022
1056
|
}],
|
|
1023
1057
|
/**
|
|
1024
1058
|
* Font Variant Numeric
|
|
@@ -1055,14 +1089,14 @@ const f = (e) => {
|
|
|
1055
1089
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1056
1090
|
*/
|
|
1057
1091
|
tracking: [{
|
|
1058
|
-
tracking: [
|
|
1092
|
+
tracking: [i, n, s]
|
|
1059
1093
|
}],
|
|
1060
1094
|
/**
|
|
1061
1095
|
* Line Clamp
|
|
1062
1096
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1063
1097
|
*/
|
|
1064
1098
|
"line-clamp": [{
|
|
1065
|
-
"line-clamp": [
|
|
1099
|
+
"line-clamp": [p, "none", n, oe]
|
|
1066
1100
|
}],
|
|
1067
1101
|
/**
|
|
1068
1102
|
* Line Height
|
|
@@ -1071,8 +1105,8 @@ const f = (e) => {
|
|
|
1071
1105
|
leading: [{
|
|
1072
1106
|
leading: [
|
|
1073
1107
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1074
|
-
|
|
1075
|
-
...
|
|
1108
|
+
d,
|
|
1109
|
+
...m()
|
|
1076
1110
|
]
|
|
1077
1111
|
}],
|
|
1078
1112
|
/**
|
|
@@ -1080,7 +1114,7 @@ const f = (e) => {
|
|
|
1080
1114
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1081
1115
|
*/
|
|
1082
1116
|
"list-image": [{
|
|
1083
|
-
"list-image": ["none",
|
|
1117
|
+
"list-image": ["none", n, s]
|
|
1084
1118
|
}],
|
|
1085
1119
|
/**
|
|
1086
1120
|
* List Style Position
|
|
@@ -1094,7 +1128,7 @@ const f = (e) => {
|
|
|
1094
1128
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1095
1129
|
*/
|
|
1096
1130
|
"list-style-type": [{
|
|
1097
|
-
list: ["disc", "decimal", "none",
|
|
1131
|
+
list: ["disc", "decimal", "none", n, s]
|
|
1098
1132
|
}],
|
|
1099
1133
|
/**
|
|
1100
1134
|
* Text Alignment
|
|
@@ -1109,14 +1143,14 @@ const f = (e) => {
|
|
|
1109
1143
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1110
1144
|
*/
|
|
1111
1145
|
"placeholder-color": [{
|
|
1112
|
-
placeholder:
|
|
1146
|
+
placeholder: l()
|
|
1113
1147
|
}],
|
|
1114
1148
|
/**
|
|
1115
1149
|
* Text Color
|
|
1116
1150
|
* @see https://tailwindcss.com/docs/text-color
|
|
1117
1151
|
*/
|
|
1118
1152
|
"text-color": [{
|
|
1119
|
-
text:
|
|
1153
|
+
text: l()
|
|
1120
1154
|
}],
|
|
1121
1155
|
/**
|
|
1122
1156
|
* Text Decoration
|
|
@@ -1135,21 +1169,21 @@ const f = (e) => {
|
|
|
1135
1169
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1136
1170
|
*/
|
|
1137
1171
|
"text-decoration-thickness": [{
|
|
1138
|
-
decoration: [
|
|
1172
|
+
decoration: [p, "from-font", "auto", n, E]
|
|
1139
1173
|
}],
|
|
1140
1174
|
/**
|
|
1141
1175
|
* Text Decoration Color
|
|
1142
1176
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1143
1177
|
*/
|
|
1144
1178
|
"text-decoration-color": [{
|
|
1145
|
-
decoration:
|
|
1179
|
+
decoration: l()
|
|
1146
1180
|
}],
|
|
1147
1181
|
/**
|
|
1148
1182
|
* Text Underline Offset
|
|
1149
1183
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1150
1184
|
*/
|
|
1151
1185
|
"underline-offset": [{
|
|
1152
|
-
"underline-offset": [
|
|
1186
|
+
"underline-offset": [p, "auto", n, s]
|
|
1153
1187
|
}],
|
|
1154
1188
|
/**
|
|
1155
1189
|
* Text Transform
|
|
@@ -1173,14 +1207,14 @@ const f = (e) => {
|
|
|
1173
1207
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1174
1208
|
*/
|
|
1175
1209
|
indent: [{
|
|
1176
|
-
indent:
|
|
1210
|
+
indent: m()
|
|
1177
1211
|
}],
|
|
1178
1212
|
/**
|
|
1179
1213
|
* Vertical Alignment
|
|
1180
1214
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1181
1215
|
*/
|
|
1182
1216
|
"vertical-align": [{
|
|
1183
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1217
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
|
|
1184
1218
|
}],
|
|
1185
1219
|
/**
|
|
1186
1220
|
* Whitespace
|
|
@@ -1215,7 +1249,7 @@ const f = (e) => {
|
|
|
1215
1249
|
* @see https://tailwindcss.com/docs/content
|
|
1216
1250
|
*/
|
|
1217
1251
|
content: [{
|
|
1218
|
-
content: ["none",
|
|
1252
|
+
content: ["none", n, s]
|
|
1219
1253
|
}],
|
|
1220
1254
|
// -------------------
|
|
1221
1255
|
// --- Backgrounds ---
|
|
@@ -1270,59 +1304,59 @@ const f = (e) => {
|
|
|
1270
1304
|
bg: ["none", {
|
|
1271
1305
|
linear: [{
|
|
1272
1306
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1273
|
-
}, S,
|
|
1274
|
-
radial: ["",
|
|
1275
|
-
conic: [S,
|
|
1276
|
-
},
|
|
1307
|
+
}, S, n, s],
|
|
1308
|
+
radial: ["", n, s],
|
|
1309
|
+
conic: [S, n, s]
|
|
1310
|
+
}, mo, io]
|
|
1277
1311
|
}],
|
|
1278
1312
|
/**
|
|
1279
1313
|
* Background Color
|
|
1280
1314
|
* @see https://tailwindcss.com/docs/background-color
|
|
1281
1315
|
*/
|
|
1282
1316
|
"bg-color": [{
|
|
1283
|
-
bg:
|
|
1317
|
+
bg: l()
|
|
1284
1318
|
}],
|
|
1285
1319
|
/**
|
|
1286
1320
|
* Gradient Color Stops From Position
|
|
1287
1321
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1288
1322
|
*/
|
|
1289
1323
|
"gradient-from-pos": [{
|
|
1290
|
-
from:
|
|
1324
|
+
from: Q()
|
|
1291
1325
|
}],
|
|
1292
1326
|
/**
|
|
1293
1327
|
* Gradient Color Stops Via Position
|
|
1294
1328
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1295
1329
|
*/
|
|
1296
1330
|
"gradient-via-pos": [{
|
|
1297
|
-
via:
|
|
1331
|
+
via: Q()
|
|
1298
1332
|
}],
|
|
1299
1333
|
/**
|
|
1300
1334
|
* Gradient Color Stops To Position
|
|
1301
1335
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1302
1336
|
*/
|
|
1303
1337
|
"gradient-to-pos": [{
|
|
1304
|
-
to:
|
|
1338
|
+
to: Q()
|
|
1305
1339
|
}],
|
|
1306
1340
|
/**
|
|
1307
1341
|
* Gradient Color Stops From
|
|
1308
1342
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1309
1343
|
*/
|
|
1310
1344
|
"gradient-from": [{
|
|
1311
|
-
from:
|
|
1345
|
+
from: l()
|
|
1312
1346
|
}],
|
|
1313
1347
|
/**
|
|
1314
1348
|
* Gradient Color Stops Via
|
|
1315
1349
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1316
1350
|
*/
|
|
1317
1351
|
"gradient-via": [{
|
|
1318
|
-
via:
|
|
1352
|
+
via: l()
|
|
1319
1353
|
}],
|
|
1320
1354
|
/**
|
|
1321
1355
|
* Gradient Color Stops To
|
|
1322
1356
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1323
1357
|
*/
|
|
1324
1358
|
"gradient-to": [{
|
|
1325
|
-
to:
|
|
1359
|
+
to: l()
|
|
1326
1360
|
}],
|
|
1327
1361
|
// ---------------
|
|
1328
1362
|
// --- Borders ---
|
|
@@ -1332,175 +1366,175 @@ const f = (e) => {
|
|
|
1332
1366
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1333
1367
|
*/
|
|
1334
1368
|
rounded: [{
|
|
1335
|
-
rounded:
|
|
1369
|
+
rounded: w()
|
|
1336
1370
|
}],
|
|
1337
1371
|
/**
|
|
1338
1372
|
* Border Radius Start
|
|
1339
1373
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1340
1374
|
*/
|
|
1341
1375
|
"rounded-s": [{
|
|
1342
|
-
"rounded-s":
|
|
1376
|
+
"rounded-s": w()
|
|
1343
1377
|
}],
|
|
1344
1378
|
/**
|
|
1345
1379
|
* Border Radius End
|
|
1346
1380
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1347
1381
|
*/
|
|
1348
1382
|
"rounded-e": [{
|
|
1349
|
-
"rounded-e":
|
|
1383
|
+
"rounded-e": w()
|
|
1350
1384
|
}],
|
|
1351
1385
|
/**
|
|
1352
1386
|
* Border Radius Top
|
|
1353
1387
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1354
1388
|
*/
|
|
1355
1389
|
"rounded-t": [{
|
|
1356
|
-
"rounded-t":
|
|
1390
|
+
"rounded-t": w()
|
|
1357
1391
|
}],
|
|
1358
1392
|
/**
|
|
1359
1393
|
* Border Radius Right
|
|
1360
1394
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1361
1395
|
*/
|
|
1362
1396
|
"rounded-r": [{
|
|
1363
|
-
"rounded-r":
|
|
1397
|
+
"rounded-r": w()
|
|
1364
1398
|
}],
|
|
1365
1399
|
/**
|
|
1366
1400
|
* Border Radius Bottom
|
|
1367
1401
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1368
1402
|
*/
|
|
1369
1403
|
"rounded-b": [{
|
|
1370
|
-
"rounded-b":
|
|
1404
|
+
"rounded-b": w()
|
|
1371
1405
|
}],
|
|
1372
1406
|
/**
|
|
1373
1407
|
* Border Radius Left
|
|
1374
1408
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1375
1409
|
*/
|
|
1376
1410
|
"rounded-l": [{
|
|
1377
|
-
"rounded-l":
|
|
1411
|
+
"rounded-l": w()
|
|
1378
1412
|
}],
|
|
1379
1413
|
/**
|
|
1380
1414
|
* Border Radius Start Start
|
|
1381
1415
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1382
1416
|
*/
|
|
1383
1417
|
"rounded-ss": [{
|
|
1384
|
-
"rounded-ss":
|
|
1418
|
+
"rounded-ss": w()
|
|
1385
1419
|
}],
|
|
1386
1420
|
/**
|
|
1387
1421
|
* Border Radius Start End
|
|
1388
1422
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1389
1423
|
*/
|
|
1390
1424
|
"rounded-se": [{
|
|
1391
|
-
"rounded-se":
|
|
1425
|
+
"rounded-se": w()
|
|
1392
1426
|
}],
|
|
1393
1427
|
/**
|
|
1394
1428
|
* Border Radius End End
|
|
1395
1429
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1396
1430
|
*/
|
|
1397
1431
|
"rounded-ee": [{
|
|
1398
|
-
"rounded-ee":
|
|
1432
|
+
"rounded-ee": w()
|
|
1399
1433
|
}],
|
|
1400
1434
|
/**
|
|
1401
1435
|
* Border Radius End Start
|
|
1402
1436
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1403
1437
|
*/
|
|
1404
1438
|
"rounded-es": [{
|
|
1405
|
-
"rounded-es":
|
|
1439
|
+
"rounded-es": w()
|
|
1406
1440
|
}],
|
|
1407
1441
|
/**
|
|
1408
1442
|
* Border Radius Top Left
|
|
1409
1443
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1410
1444
|
*/
|
|
1411
1445
|
"rounded-tl": [{
|
|
1412
|
-
"rounded-tl":
|
|
1446
|
+
"rounded-tl": w()
|
|
1413
1447
|
}],
|
|
1414
1448
|
/**
|
|
1415
1449
|
* Border Radius Top Right
|
|
1416
1450
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1417
1451
|
*/
|
|
1418
1452
|
"rounded-tr": [{
|
|
1419
|
-
"rounded-tr":
|
|
1453
|
+
"rounded-tr": w()
|
|
1420
1454
|
}],
|
|
1421
1455
|
/**
|
|
1422
1456
|
* Border Radius Bottom Right
|
|
1423
1457
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1424
1458
|
*/
|
|
1425
1459
|
"rounded-br": [{
|
|
1426
|
-
"rounded-br":
|
|
1460
|
+
"rounded-br": w()
|
|
1427
1461
|
}],
|
|
1428
1462
|
/**
|
|
1429
1463
|
* Border Radius Bottom Left
|
|
1430
1464
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1431
1465
|
*/
|
|
1432
1466
|
"rounded-bl": [{
|
|
1433
|
-
"rounded-bl":
|
|
1467
|
+
"rounded-bl": w()
|
|
1434
1468
|
}],
|
|
1435
1469
|
/**
|
|
1436
1470
|
* Border Width
|
|
1437
1471
|
* @see https://tailwindcss.com/docs/border-width
|
|
1438
1472
|
*/
|
|
1439
1473
|
"border-w": [{
|
|
1440
|
-
border:
|
|
1474
|
+
border: k()
|
|
1441
1475
|
}],
|
|
1442
1476
|
/**
|
|
1443
1477
|
* Border Width X
|
|
1444
1478
|
* @see https://tailwindcss.com/docs/border-width
|
|
1445
1479
|
*/
|
|
1446
1480
|
"border-w-x": [{
|
|
1447
|
-
"border-x":
|
|
1481
|
+
"border-x": k()
|
|
1448
1482
|
}],
|
|
1449
1483
|
/**
|
|
1450
1484
|
* Border Width Y
|
|
1451
1485
|
* @see https://tailwindcss.com/docs/border-width
|
|
1452
1486
|
*/
|
|
1453
1487
|
"border-w-y": [{
|
|
1454
|
-
"border-y":
|
|
1488
|
+
"border-y": k()
|
|
1455
1489
|
}],
|
|
1456
1490
|
/**
|
|
1457
1491
|
* Border Width Start
|
|
1458
1492
|
* @see https://tailwindcss.com/docs/border-width
|
|
1459
1493
|
*/
|
|
1460
1494
|
"border-w-s": [{
|
|
1461
|
-
"border-s":
|
|
1495
|
+
"border-s": k()
|
|
1462
1496
|
}],
|
|
1463
1497
|
/**
|
|
1464
1498
|
* Border Width End
|
|
1465
1499
|
* @see https://tailwindcss.com/docs/border-width
|
|
1466
1500
|
*/
|
|
1467
1501
|
"border-w-e": [{
|
|
1468
|
-
"border-e":
|
|
1502
|
+
"border-e": k()
|
|
1469
1503
|
}],
|
|
1470
1504
|
/**
|
|
1471
1505
|
* Border Width Top
|
|
1472
1506
|
* @see https://tailwindcss.com/docs/border-width
|
|
1473
1507
|
*/
|
|
1474
1508
|
"border-w-t": [{
|
|
1475
|
-
"border-t":
|
|
1509
|
+
"border-t": k()
|
|
1476
1510
|
}],
|
|
1477
1511
|
/**
|
|
1478
1512
|
* Border Width Right
|
|
1479
1513
|
* @see https://tailwindcss.com/docs/border-width
|
|
1480
1514
|
*/
|
|
1481
1515
|
"border-w-r": [{
|
|
1482
|
-
"border-r":
|
|
1516
|
+
"border-r": k()
|
|
1483
1517
|
}],
|
|
1484
1518
|
/**
|
|
1485
1519
|
* Border Width Bottom
|
|
1486
1520
|
* @see https://tailwindcss.com/docs/border-width
|
|
1487
1521
|
*/
|
|
1488
1522
|
"border-w-b": [{
|
|
1489
|
-
"border-b":
|
|
1523
|
+
"border-b": k()
|
|
1490
1524
|
}],
|
|
1491
1525
|
/**
|
|
1492
1526
|
* Border Width Left
|
|
1493
1527
|
* @see https://tailwindcss.com/docs/border-width
|
|
1494
1528
|
*/
|
|
1495
1529
|
"border-w-l": [{
|
|
1496
|
-
"border-l":
|
|
1530
|
+
"border-l": k()
|
|
1497
1531
|
}],
|
|
1498
1532
|
/**
|
|
1499
1533
|
* Divide Width X
|
|
1500
1534
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1501
1535
|
*/
|
|
1502
1536
|
"divide-x": [{
|
|
1503
|
-
"divide-x":
|
|
1537
|
+
"divide-x": k()
|
|
1504
1538
|
}],
|
|
1505
1539
|
/**
|
|
1506
1540
|
* Divide Width X Reverse
|
|
@@ -1512,7 +1546,7 @@ const f = (e) => {
|
|
|
1512
1546
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1513
1547
|
*/
|
|
1514
1548
|
"divide-y": [{
|
|
1515
|
-
"divide-y":
|
|
1549
|
+
"divide-y": k()
|
|
1516
1550
|
}],
|
|
1517
1551
|
/**
|
|
1518
1552
|
* Divide Width Y Reverse
|
|
@@ -1538,70 +1572,70 @@ const f = (e) => {
|
|
|
1538
1572
|
* @see https://tailwindcss.com/docs/border-color
|
|
1539
1573
|
*/
|
|
1540
1574
|
"border-color": [{
|
|
1541
|
-
border:
|
|
1575
|
+
border: l()
|
|
1542
1576
|
}],
|
|
1543
1577
|
/**
|
|
1544
1578
|
* Border Color X
|
|
1545
1579
|
* @see https://tailwindcss.com/docs/border-color
|
|
1546
1580
|
*/
|
|
1547
1581
|
"border-color-x": [{
|
|
1548
|
-
"border-x":
|
|
1582
|
+
"border-x": l()
|
|
1549
1583
|
}],
|
|
1550
1584
|
/**
|
|
1551
1585
|
* Border Color Y
|
|
1552
1586
|
* @see https://tailwindcss.com/docs/border-color
|
|
1553
1587
|
*/
|
|
1554
1588
|
"border-color-y": [{
|
|
1555
|
-
"border-y":
|
|
1589
|
+
"border-y": l()
|
|
1556
1590
|
}],
|
|
1557
1591
|
/**
|
|
1558
1592
|
* Border Color S
|
|
1559
1593
|
* @see https://tailwindcss.com/docs/border-color
|
|
1560
1594
|
*/
|
|
1561
1595
|
"border-color-s": [{
|
|
1562
|
-
"border-s":
|
|
1596
|
+
"border-s": l()
|
|
1563
1597
|
}],
|
|
1564
1598
|
/**
|
|
1565
1599
|
* Border Color E
|
|
1566
1600
|
* @see https://tailwindcss.com/docs/border-color
|
|
1567
1601
|
*/
|
|
1568
1602
|
"border-color-e": [{
|
|
1569
|
-
"border-e":
|
|
1603
|
+
"border-e": l()
|
|
1570
1604
|
}],
|
|
1571
1605
|
/**
|
|
1572
1606
|
* Border Color Top
|
|
1573
1607
|
* @see https://tailwindcss.com/docs/border-color
|
|
1574
1608
|
*/
|
|
1575
1609
|
"border-color-t": [{
|
|
1576
|
-
"border-t":
|
|
1610
|
+
"border-t": l()
|
|
1577
1611
|
}],
|
|
1578
1612
|
/**
|
|
1579
1613
|
* Border Color Right
|
|
1580
1614
|
* @see https://tailwindcss.com/docs/border-color
|
|
1581
1615
|
*/
|
|
1582
1616
|
"border-color-r": [{
|
|
1583
|
-
"border-r":
|
|
1617
|
+
"border-r": l()
|
|
1584
1618
|
}],
|
|
1585
1619
|
/**
|
|
1586
1620
|
* Border Color Bottom
|
|
1587
1621
|
* @see https://tailwindcss.com/docs/border-color
|
|
1588
1622
|
*/
|
|
1589
1623
|
"border-color-b": [{
|
|
1590
|
-
"border-b":
|
|
1624
|
+
"border-b": l()
|
|
1591
1625
|
}],
|
|
1592
1626
|
/**
|
|
1593
1627
|
* Border Color Left
|
|
1594
1628
|
* @see https://tailwindcss.com/docs/border-color
|
|
1595
1629
|
*/
|
|
1596
1630
|
"border-color-l": [{
|
|
1597
|
-
"border-l":
|
|
1631
|
+
"border-l": l()
|
|
1598
1632
|
}],
|
|
1599
1633
|
/**
|
|
1600
1634
|
* Divide Color
|
|
1601
1635
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1602
1636
|
*/
|
|
1603
1637
|
"divide-color": [{
|
|
1604
|
-
divide:
|
|
1638
|
+
divide: l()
|
|
1605
1639
|
}],
|
|
1606
1640
|
/**
|
|
1607
1641
|
* Outline Style
|
|
@@ -1615,21 +1649,21 @@ const f = (e) => {
|
|
|
1615
1649
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1616
1650
|
*/
|
|
1617
1651
|
"outline-offset": [{
|
|
1618
|
-
"outline-offset": [
|
|
1652
|
+
"outline-offset": [p, n, s]
|
|
1619
1653
|
}],
|
|
1620
1654
|
/**
|
|
1621
1655
|
* Outline Width
|
|
1622
1656
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1623
1657
|
*/
|
|
1624
1658
|
"outline-w": [{
|
|
1625
|
-
outline: ["",
|
|
1659
|
+
outline: ["", p, B, E]
|
|
1626
1660
|
}],
|
|
1627
1661
|
/**
|
|
1628
1662
|
* Outline Color
|
|
1629
1663
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1630
1664
|
*/
|
|
1631
1665
|
"outline-color": [{
|
|
1632
|
-
outline:
|
|
1666
|
+
outline: l()
|
|
1633
1667
|
}],
|
|
1634
1668
|
// ---------------
|
|
1635
1669
|
// --- Effects ---
|
|
@@ -1644,8 +1678,8 @@ const f = (e) => {
|
|
|
1644
1678
|
"",
|
|
1645
1679
|
"none",
|
|
1646
1680
|
h,
|
|
1647
|
-
|
|
1648
|
-
|
|
1681
|
+
H,
|
|
1682
|
+
J
|
|
1649
1683
|
]
|
|
1650
1684
|
}],
|
|
1651
1685
|
/**
|
|
@@ -1653,28 +1687,28 @@ const f = (e) => {
|
|
|
1653
1687
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1654
1688
|
*/
|
|
1655
1689
|
"shadow-color": [{
|
|
1656
|
-
shadow:
|
|
1690
|
+
shadow: l()
|
|
1657
1691
|
}],
|
|
1658
1692
|
/**
|
|
1659
1693
|
* Inset Box Shadow
|
|
1660
1694
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1661
1695
|
*/
|
|
1662
1696
|
"inset-shadow": [{
|
|
1663
|
-
"inset-shadow": ["none",
|
|
1697
|
+
"inset-shadow": ["none", y, H, J]
|
|
1664
1698
|
}],
|
|
1665
1699
|
/**
|
|
1666
1700
|
* Inset Box Shadow Color
|
|
1667
1701
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1668
1702
|
*/
|
|
1669
1703
|
"inset-shadow-color": [{
|
|
1670
|
-
"inset-shadow":
|
|
1704
|
+
"inset-shadow": l()
|
|
1671
1705
|
}],
|
|
1672
1706
|
/**
|
|
1673
1707
|
* Ring Width
|
|
1674
1708
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1675
1709
|
*/
|
|
1676
1710
|
"ring-w": [{
|
|
1677
|
-
ring:
|
|
1711
|
+
ring: k()
|
|
1678
1712
|
}],
|
|
1679
1713
|
/**
|
|
1680
1714
|
* Ring Width Inset
|
|
@@ -1688,7 +1722,7 @@ const f = (e) => {
|
|
|
1688
1722
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1689
1723
|
*/
|
|
1690
1724
|
"ring-color": [{
|
|
1691
|
-
ring:
|
|
1725
|
+
ring: l()
|
|
1692
1726
|
}],
|
|
1693
1727
|
/**
|
|
1694
1728
|
* Ring Offset Width
|
|
@@ -1697,7 +1731,7 @@ const f = (e) => {
|
|
|
1697
1731
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1698
1732
|
*/
|
|
1699
1733
|
"ring-offset-w": [{
|
|
1700
|
-
"ring-offset": [
|
|
1734
|
+
"ring-offset": [p, E]
|
|
1701
1735
|
}],
|
|
1702
1736
|
/**
|
|
1703
1737
|
* Ring Offset Color
|
|
@@ -1706,42 +1740,42 @@ const f = (e) => {
|
|
|
1706
1740
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1707
1741
|
*/
|
|
1708
1742
|
"ring-offset-color": [{
|
|
1709
|
-
"ring-offset":
|
|
1743
|
+
"ring-offset": l()
|
|
1710
1744
|
}],
|
|
1711
1745
|
/**
|
|
1712
1746
|
* Inset Ring Width
|
|
1713
1747
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1714
1748
|
*/
|
|
1715
1749
|
"inset-ring-w": [{
|
|
1716
|
-
"inset-ring":
|
|
1750
|
+
"inset-ring": k()
|
|
1717
1751
|
}],
|
|
1718
1752
|
/**
|
|
1719
1753
|
* Inset Ring Color
|
|
1720
1754
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1721
1755
|
*/
|
|
1722
1756
|
"inset-ring-color": [{
|
|
1723
|
-
"inset-ring":
|
|
1757
|
+
"inset-ring": l()
|
|
1724
1758
|
}],
|
|
1725
1759
|
/**
|
|
1726
1760
|
* Text Shadow
|
|
1727
1761
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1728
1762
|
*/
|
|
1729
1763
|
"text-shadow": [{
|
|
1730
|
-
"text-shadow": ["none",
|
|
1764
|
+
"text-shadow": ["none", A, H, J]
|
|
1731
1765
|
}],
|
|
1732
1766
|
/**
|
|
1733
1767
|
* Text Shadow Color
|
|
1734
1768
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1735
1769
|
*/
|
|
1736
1770
|
"text-shadow-color": [{
|
|
1737
|
-
"text-shadow":
|
|
1771
|
+
"text-shadow": l()
|
|
1738
1772
|
}],
|
|
1739
1773
|
/**
|
|
1740
1774
|
* Opacity
|
|
1741
1775
|
* @see https://tailwindcss.com/docs/opacity
|
|
1742
1776
|
*/
|
|
1743
1777
|
opacity: [{
|
|
1744
|
-
opacity: [
|
|
1778
|
+
opacity: [p, n, s]
|
|
1745
1779
|
}],
|
|
1746
1780
|
/**
|
|
1747
1781
|
* Mix Blend Mode
|
|
@@ -1776,106 +1810,106 @@ const f = (e) => {
|
|
|
1776
1810
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1777
1811
|
*/
|
|
1778
1812
|
"mask-image-linear-pos": [{
|
|
1779
|
-
"mask-linear": [
|
|
1813
|
+
"mask-linear": [p]
|
|
1780
1814
|
}],
|
|
1781
1815
|
"mask-image-linear-from-pos": [{
|
|
1782
|
-
"mask-linear-from":
|
|
1816
|
+
"mask-linear-from": g()
|
|
1783
1817
|
}],
|
|
1784
1818
|
"mask-image-linear-to-pos": [{
|
|
1785
|
-
"mask-linear-to":
|
|
1819
|
+
"mask-linear-to": g()
|
|
1786
1820
|
}],
|
|
1787
1821
|
"mask-image-linear-from-color": [{
|
|
1788
|
-
"mask-linear-from":
|
|
1822
|
+
"mask-linear-from": l()
|
|
1789
1823
|
}],
|
|
1790
1824
|
"mask-image-linear-to-color": [{
|
|
1791
|
-
"mask-linear-to":
|
|
1825
|
+
"mask-linear-to": l()
|
|
1792
1826
|
}],
|
|
1793
1827
|
"mask-image-t-from-pos": [{
|
|
1794
|
-
"mask-t-from":
|
|
1828
|
+
"mask-t-from": g()
|
|
1795
1829
|
}],
|
|
1796
1830
|
"mask-image-t-to-pos": [{
|
|
1797
|
-
"mask-t-to":
|
|
1831
|
+
"mask-t-to": g()
|
|
1798
1832
|
}],
|
|
1799
1833
|
"mask-image-t-from-color": [{
|
|
1800
|
-
"mask-t-from":
|
|
1834
|
+
"mask-t-from": l()
|
|
1801
1835
|
}],
|
|
1802
1836
|
"mask-image-t-to-color": [{
|
|
1803
|
-
"mask-t-to":
|
|
1837
|
+
"mask-t-to": l()
|
|
1804
1838
|
}],
|
|
1805
1839
|
"mask-image-r-from-pos": [{
|
|
1806
|
-
"mask-r-from":
|
|
1840
|
+
"mask-r-from": g()
|
|
1807
1841
|
}],
|
|
1808
1842
|
"mask-image-r-to-pos": [{
|
|
1809
|
-
"mask-r-to":
|
|
1843
|
+
"mask-r-to": g()
|
|
1810
1844
|
}],
|
|
1811
1845
|
"mask-image-r-from-color": [{
|
|
1812
|
-
"mask-r-from":
|
|
1846
|
+
"mask-r-from": l()
|
|
1813
1847
|
}],
|
|
1814
1848
|
"mask-image-r-to-color": [{
|
|
1815
|
-
"mask-r-to":
|
|
1849
|
+
"mask-r-to": l()
|
|
1816
1850
|
}],
|
|
1817
1851
|
"mask-image-b-from-pos": [{
|
|
1818
|
-
"mask-b-from":
|
|
1852
|
+
"mask-b-from": g()
|
|
1819
1853
|
}],
|
|
1820
1854
|
"mask-image-b-to-pos": [{
|
|
1821
|
-
"mask-b-to":
|
|
1855
|
+
"mask-b-to": g()
|
|
1822
1856
|
}],
|
|
1823
1857
|
"mask-image-b-from-color": [{
|
|
1824
|
-
"mask-b-from":
|
|
1858
|
+
"mask-b-from": l()
|
|
1825
1859
|
}],
|
|
1826
1860
|
"mask-image-b-to-color": [{
|
|
1827
|
-
"mask-b-to":
|
|
1861
|
+
"mask-b-to": l()
|
|
1828
1862
|
}],
|
|
1829
1863
|
"mask-image-l-from-pos": [{
|
|
1830
|
-
"mask-l-from":
|
|
1864
|
+
"mask-l-from": g()
|
|
1831
1865
|
}],
|
|
1832
1866
|
"mask-image-l-to-pos": [{
|
|
1833
|
-
"mask-l-to":
|
|
1867
|
+
"mask-l-to": g()
|
|
1834
1868
|
}],
|
|
1835
1869
|
"mask-image-l-from-color": [{
|
|
1836
|
-
"mask-l-from":
|
|
1870
|
+
"mask-l-from": l()
|
|
1837
1871
|
}],
|
|
1838
1872
|
"mask-image-l-to-color": [{
|
|
1839
|
-
"mask-l-to":
|
|
1873
|
+
"mask-l-to": l()
|
|
1840
1874
|
}],
|
|
1841
1875
|
"mask-image-x-from-pos": [{
|
|
1842
|
-
"mask-x-from":
|
|
1876
|
+
"mask-x-from": g()
|
|
1843
1877
|
}],
|
|
1844
1878
|
"mask-image-x-to-pos": [{
|
|
1845
|
-
"mask-x-to":
|
|
1879
|
+
"mask-x-to": g()
|
|
1846
1880
|
}],
|
|
1847
1881
|
"mask-image-x-from-color": [{
|
|
1848
|
-
"mask-x-from":
|
|
1882
|
+
"mask-x-from": l()
|
|
1849
1883
|
}],
|
|
1850
1884
|
"mask-image-x-to-color": [{
|
|
1851
|
-
"mask-x-to":
|
|
1885
|
+
"mask-x-to": l()
|
|
1852
1886
|
}],
|
|
1853
1887
|
"mask-image-y-from-pos": [{
|
|
1854
|
-
"mask-y-from":
|
|
1888
|
+
"mask-y-from": g()
|
|
1855
1889
|
}],
|
|
1856
1890
|
"mask-image-y-to-pos": [{
|
|
1857
|
-
"mask-y-to":
|
|
1891
|
+
"mask-y-to": g()
|
|
1858
1892
|
}],
|
|
1859
1893
|
"mask-image-y-from-color": [{
|
|
1860
|
-
"mask-y-from":
|
|
1894
|
+
"mask-y-from": l()
|
|
1861
1895
|
}],
|
|
1862
1896
|
"mask-image-y-to-color": [{
|
|
1863
|
-
"mask-y-to":
|
|
1897
|
+
"mask-y-to": l()
|
|
1864
1898
|
}],
|
|
1865
1899
|
"mask-image-radial": [{
|
|
1866
|
-
"mask-radial": [
|
|
1900
|
+
"mask-radial": [n, s]
|
|
1867
1901
|
}],
|
|
1868
1902
|
"mask-image-radial-from-pos": [{
|
|
1869
|
-
"mask-radial-from":
|
|
1903
|
+
"mask-radial-from": g()
|
|
1870
1904
|
}],
|
|
1871
1905
|
"mask-image-radial-to-pos": [{
|
|
1872
|
-
"mask-radial-to":
|
|
1906
|
+
"mask-radial-to": g()
|
|
1873
1907
|
}],
|
|
1874
1908
|
"mask-image-radial-from-color": [{
|
|
1875
|
-
"mask-radial-from":
|
|
1909
|
+
"mask-radial-from": l()
|
|
1876
1910
|
}],
|
|
1877
1911
|
"mask-image-radial-to-color": [{
|
|
1878
|
-
"mask-radial-to":
|
|
1912
|
+
"mask-radial-to": l()
|
|
1879
1913
|
}],
|
|
1880
1914
|
"mask-image-radial-shape": [{
|
|
1881
1915
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1887,22 +1921,22 @@ const f = (e) => {
|
|
|
1887
1921
|
}]
|
|
1888
1922
|
}],
|
|
1889
1923
|
"mask-image-radial-pos": [{
|
|
1890
|
-
"mask-radial-at":
|
|
1924
|
+
"mask-radial-at": G()
|
|
1891
1925
|
}],
|
|
1892
1926
|
"mask-image-conic-pos": [{
|
|
1893
|
-
"mask-conic": [
|
|
1927
|
+
"mask-conic": [p]
|
|
1894
1928
|
}],
|
|
1895
1929
|
"mask-image-conic-from-pos": [{
|
|
1896
|
-
"mask-conic-from":
|
|
1930
|
+
"mask-conic-from": g()
|
|
1897
1931
|
}],
|
|
1898
1932
|
"mask-image-conic-to-pos": [{
|
|
1899
|
-
"mask-conic-to":
|
|
1933
|
+
"mask-conic-to": g()
|
|
1900
1934
|
}],
|
|
1901
1935
|
"mask-image-conic-from-color": [{
|
|
1902
|
-
"mask-conic-from":
|
|
1936
|
+
"mask-conic-from": l()
|
|
1903
1937
|
}],
|
|
1904
1938
|
"mask-image-conic-to-color": [{
|
|
1905
|
-
"mask-conic-to":
|
|
1939
|
+
"mask-conic-to": l()
|
|
1906
1940
|
}],
|
|
1907
1941
|
/**
|
|
1908
1942
|
* Mask Mode
|
|
@@ -1951,7 +1985,7 @@ const f = (e) => {
|
|
|
1951
1985
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1952
1986
|
*/
|
|
1953
1987
|
"mask-image": [{
|
|
1954
|
-
mask: ["none",
|
|
1988
|
+
mask: ["none", n, s]
|
|
1955
1989
|
}],
|
|
1956
1990
|
// ---------------
|
|
1957
1991
|
// --- Filters ---
|
|
@@ -1965,8 +1999,8 @@ const f = (e) => {
|
|
|
1965
1999
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1966
2000
|
"",
|
|
1967
2001
|
"none",
|
|
1968
|
-
|
|
1969
|
-
|
|
2002
|
+
n,
|
|
2003
|
+
s
|
|
1970
2004
|
]
|
|
1971
2005
|
}],
|
|
1972
2006
|
/**
|
|
@@ -1981,14 +2015,14 @@ const f = (e) => {
|
|
|
1981
2015
|
* @see https://tailwindcss.com/docs/brightness
|
|
1982
2016
|
*/
|
|
1983
2017
|
brightness: [{
|
|
1984
|
-
brightness: [
|
|
2018
|
+
brightness: [p, n, s]
|
|
1985
2019
|
}],
|
|
1986
2020
|
/**
|
|
1987
2021
|
* Contrast
|
|
1988
2022
|
* @see https://tailwindcss.com/docs/contrast
|
|
1989
2023
|
*/
|
|
1990
2024
|
contrast: [{
|
|
1991
|
-
contrast: [
|
|
2025
|
+
contrast: [p, n, s]
|
|
1992
2026
|
}],
|
|
1993
2027
|
/**
|
|
1994
2028
|
* Drop Shadow
|
|
@@ -1999,9 +2033,9 @@ const f = (e) => {
|
|
|
1999
2033
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2000
2034
|
"",
|
|
2001
2035
|
"none",
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2036
|
+
I,
|
|
2037
|
+
H,
|
|
2038
|
+
J
|
|
2005
2039
|
]
|
|
2006
2040
|
}],
|
|
2007
2041
|
/**
|
|
@@ -2009,42 +2043,42 @@ const f = (e) => {
|
|
|
2009
2043
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2010
2044
|
*/
|
|
2011
2045
|
"drop-shadow-color": [{
|
|
2012
|
-
"drop-shadow":
|
|
2046
|
+
"drop-shadow": l()
|
|
2013
2047
|
}],
|
|
2014
2048
|
/**
|
|
2015
2049
|
* Grayscale
|
|
2016
2050
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2017
2051
|
*/
|
|
2018
2052
|
grayscale: [{
|
|
2019
|
-
grayscale: ["",
|
|
2053
|
+
grayscale: ["", p, n, s]
|
|
2020
2054
|
}],
|
|
2021
2055
|
/**
|
|
2022
2056
|
* Hue Rotate
|
|
2023
2057
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2024
2058
|
*/
|
|
2025
2059
|
"hue-rotate": [{
|
|
2026
|
-
"hue-rotate": [
|
|
2060
|
+
"hue-rotate": [p, n, s]
|
|
2027
2061
|
}],
|
|
2028
2062
|
/**
|
|
2029
2063
|
* Invert
|
|
2030
2064
|
* @see https://tailwindcss.com/docs/invert
|
|
2031
2065
|
*/
|
|
2032
2066
|
invert: [{
|
|
2033
|
-
invert: ["",
|
|
2067
|
+
invert: ["", p, n, s]
|
|
2034
2068
|
}],
|
|
2035
2069
|
/**
|
|
2036
2070
|
* Saturate
|
|
2037
2071
|
* @see https://tailwindcss.com/docs/saturate
|
|
2038
2072
|
*/
|
|
2039
2073
|
saturate: [{
|
|
2040
|
-
saturate: [
|
|
2074
|
+
saturate: [p, n, s]
|
|
2041
2075
|
}],
|
|
2042
2076
|
/**
|
|
2043
2077
|
* Sepia
|
|
2044
2078
|
* @see https://tailwindcss.com/docs/sepia
|
|
2045
2079
|
*/
|
|
2046
2080
|
sepia: [{
|
|
2047
|
-
sepia: ["",
|
|
2081
|
+
sepia: ["", p, n, s]
|
|
2048
2082
|
}],
|
|
2049
2083
|
/**
|
|
2050
2084
|
* Backdrop Filter
|
|
@@ -2055,8 +2089,8 @@ const f = (e) => {
|
|
|
2055
2089
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2056
2090
|
"",
|
|
2057
2091
|
"none",
|
|
2058
|
-
|
|
2059
|
-
|
|
2092
|
+
n,
|
|
2093
|
+
s
|
|
2060
2094
|
]
|
|
2061
2095
|
}],
|
|
2062
2096
|
/**
|
|
@@ -2071,56 +2105,56 @@ const f = (e) => {
|
|
|
2071
2105
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2072
2106
|
*/
|
|
2073
2107
|
"backdrop-brightness": [{
|
|
2074
|
-
"backdrop-brightness": [
|
|
2108
|
+
"backdrop-brightness": [p, n, s]
|
|
2075
2109
|
}],
|
|
2076
2110
|
/**
|
|
2077
2111
|
* Backdrop Contrast
|
|
2078
2112
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2079
2113
|
*/
|
|
2080
2114
|
"backdrop-contrast": [{
|
|
2081
|
-
"backdrop-contrast": [
|
|
2115
|
+
"backdrop-contrast": [p, n, s]
|
|
2082
2116
|
}],
|
|
2083
2117
|
/**
|
|
2084
2118
|
* Backdrop Grayscale
|
|
2085
2119
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2086
2120
|
*/
|
|
2087
2121
|
"backdrop-grayscale": [{
|
|
2088
|
-
"backdrop-grayscale": ["",
|
|
2122
|
+
"backdrop-grayscale": ["", p, n, s]
|
|
2089
2123
|
}],
|
|
2090
2124
|
/**
|
|
2091
2125
|
* Backdrop Hue Rotate
|
|
2092
2126
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2093
2127
|
*/
|
|
2094
2128
|
"backdrop-hue-rotate": [{
|
|
2095
|
-
"backdrop-hue-rotate": [
|
|
2129
|
+
"backdrop-hue-rotate": [p, n, s]
|
|
2096
2130
|
}],
|
|
2097
2131
|
/**
|
|
2098
2132
|
* Backdrop Invert
|
|
2099
2133
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2100
2134
|
*/
|
|
2101
2135
|
"backdrop-invert": [{
|
|
2102
|
-
"backdrop-invert": ["",
|
|
2136
|
+
"backdrop-invert": ["", p, n, s]
|
|
2103
2137
|
}],
|
|
2104
2138
|
/**
|
|
2105
2139
|
* Backdrop Opacity
|
|
2106
2140
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2107
2141
|
*/
|
|
2108
2142
|
"backdrop-opacity": [{
|
|
2109
|
-
"backdrop-opacity": [
|
|
2143
|
+
"backdrop-opacity": [p, n, s]
|
|
2110
2144
|
}],
|
|
2111
2145
|
/**
|
|
2112
2146
|
* Backdrop Saturate
|
|
2113
2147
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2114
2148
|
*/
|
|
2115
2149
|
"backdrop-saturate": [{
|
|
2116
|
-
"backdrop-saturate": [
|
|
2150
|
+
"backdrop-saturate": [p, n, s]
|
|
2117
2151
|
}],
|
|
2118
2152
|
/**
|
|
2119
2153
|
* Backdrop Sepia
|
|
2120
2154
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2121
2155
|
*/
|
|
2122
2156
|
"backdrop-sepia": [{
|
|
2123
|
-
"backdrop-sepia": ["",
|
|
2157
|
+
"backdrop-sepia": ["", p, n, s]
|
|
2124
2158
|
}],
|
|
2125
2159
|
// --------------
|
|
2126
2160
|
// --- Tables ---
|
|
@@ -2137,21 +2171,21 @@ const f = (e) => {
|
|
|
2137
2171
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2138
2172
|
*/
|
|
2139
2173
|
"border-spacing": [{
|
|
2140
|
-
"border-spacing":
|
|
2174
|
+
"border-spacing": m()
|
|
2141
2175
|
}],
|
|
2142
2176
|
/**
|
|
2143
2177
|
* Border Spacing X
|
|
2144
2178
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2145
2179
|
*/
|
|
2146
2180
|
"border-spacing-x": [{
|
|
2147
|
-
"border-spacing-x":
|
|
2181
|
+
"border-spacing-x": m()
|
|
2148
2182
|
}],
|
|
2149
2183
|
/**
|
|
2150
2184
|
* Border Spacing Y
|
|
2151
2185
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2152
2186
|
*/
|
|
2153
2187
|
"border-spacing-y": [{
|
|
2154
|
-
"border-spacing-y":
|
|
2188
|
+
"border-spacing-y": m()
|
|
2155
2189
|
}],
|
|
2156
2190
|
/**
|
|
2157
2191
|
* Table Layout
|
|
@@ -2175,7 +2209,7 @@ const f = (e) => {
|
|
|
2175
2209
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2176
2210
|
*/
|
|
2177
2211
|
transition: [{
|
|
2178
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2212
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
|
|
2179
2213
|
}],
|
|
2180
2214
|
/**
|
|
2181
2215
|
* Transition Behavior
|
|
@@ -2189,28 +2223,28 @@ const f = (e) => {
|
|
|
2189
2223
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2190
2224
|
*/
|
|
2191
2225
|
duration: [{
|
|
2192
|
-
duration: [
|
|
2226
|
+
duration: [p, "initial", n, s]
|
|
2193
2227
|
}],
|
|
2194
2228
|
/**
|
|
2195
2229
|
* Transition Timing Function
|
|
2196
2230
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2197
2231
|
*/
|
|
2198
2232
|
ease: [{
|
|
2199
|
-
ease: ["linear", "initial",
|
|
2233
|
+
ease: ["linear", "initial", T, n, s]
|
|
2200
2234
|
}],
|
|
2201
2235
|
/**
|
|
2202
2236
|
* Transition Delay
|
|
2203
2237
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2204
2238
|
*/
|
|
2205
2239
|
delay: [{
|
|
2206
|
-
delay: [
|
|
2240
|
+
delay: [p, n, s]
|
|
2207
2241
|
}],
|
|
2208
2242
|
/**
|
|
2209
2243
|
* Animation
|
|
2210
2244
|
* @see https://tailwindcss.com/docs/animation
|
|
2211
2245
|
*/
|
|
2212
2246
|
animate: [{
|
|
2213
|
-
animate: ["none",
|
|
2247
|
+
animate: ["none", D, n, s]
|
|
2214
2248
|
}],
|
|
2215
2249
|
// ------------------
|
|
2216
2250
|
// --- Transforms ---
|
|
@@ -2227,70 +2261,70 @@ const f = (e) => {
|
|
|
2227
2261
|
* @see https://tailwindcss.com/docs/perspective
|
|
2228
2262
|
*/
|
|
2229
2263
|
perspective: [{
|
|
2230
|
-
perspective: [
|
|
2264
|
+
perspective: [v, n, s]
|
|
2231
2265
|
}],
|
|
2232
2266
|
/**
|
|
2233
2267
|
* Perspective Origin
|
|
2234
2268
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2235
2269
|
*/
|
|
2236
2270
|
"perspective-origin": [{
|
|
2237
|
-
"perspective-origin":
|
|
2271
|
+
"perspective-origin": _()
|
|
2238
2272
|
}],
|
|
2239
2273
|
/**
|
|
2240
2274
|
* Rotate
|
|
2241
2275
|
* @see https://tailwindcss.com/docs/rotate
|
|
2242
2276
|
*/
|
|
2243
2277
|
rotate: [{
|
|
2244
|
-
rotate:
|
|
2278
|
+
rotate: Y()
|
|
2245
2279
|
}],
|
|
2246
2280
|
/**
|
|
2247
2281
|
* Rotate X
|
|
2248
2282
|
* @see https://tailwindcss.com/docs/rotate
|
|
2249
2283
|
*/
|
|
2250
2284
|
"rotate-x": [{
|
|
2251
|
-
"rotate-x":
|
|
2285
|
+
"rotate-x": Y()
|
|
2252
2286
|
}],
|
|
2253
2287
|
/**
|
|
2254
2288
|
* Rotate Y
|
|
2255
2289
|
* @see https://tailwindcss.com/docs/rotate
|
|
2256
2290
|
*/
|
|
2257
2291
|
"rotate-y": [{
|
|
2258
|
-
"rotate-y":
|
|
2292
|
+
"rotate-y": Y()
|
|
2259
2293
|
}],
|
|
2260
2294
|
/**
|
|
2261
2295
|
* Rotate Z
|
|
2262
2296
|
* @see https://tailwindcss.com/docs/rotate
|
|
2263
2297
|
*/
|
|
2264
2298
|
"rotate-z": [{
|
|
2265
|
-
"rotate-z":
|
|
2299
|
+
"rotate-z": Y()
|
|
2266
2300
|
}],
|
|
2267
2301
|
/**
|
|
2268
2302
|
* Scale
|
|
2269
2303
|
* @see https://tailwindcss.com/docs/scale
|
|
2270
2304
|
*/
|
|
2271
2305
|
scale: [{
|
|
2272
|
-
scale:
|
|
2306
|
+
scale: q()
|
|
2273
2307
|
}],
|
|
2274
2308
|
/**
|
|
2275
2309
|
* Scale X
|
|
2276
2310
|
* @see https://tailwindcss.com/docs/scale
|
|
2277
2311
|
*/
|
|
2278
2312
|
"scale-x": [{
|
|
2279
|
-
"scale-x":
|
|
2313
|
+
"scale-x": q()
|
|
2280
2314
|
}],
|
|
2281
2315
|
/**
|
|
2282
2316
|
* Scale Y
|
|
2283
2317
|
* @see https://tailwindcss.com/docs/scale
|
|
2284
2318
|
*/
|
|
2285
2319
|
"scale-y": [{
|
|
2286
|
-
"scale-y":
|
|
2320
|
+
"scale-y": q()
|
|
2287
2321
|
}],
|
|
2288
2322
|
/**
|
|
2289
2323
|
* Scale Z
|
|
2290
2324
|
* @see https://tailwindcss.com/docs/scale
|
|
2291
2325
|
*/
|
|
2292
2326
|
"scale-z": [{
|
|
2293
|
-
"scale-z":
|
|
2327
|
+
"scale-z": q()
|
|
2294
2328
|
}],
|
|
2295
2329
|
/**
|
|
2296
2330
|
* Scale 3D
|
|
@@ -2323,14 +2357,14 @@ const f = (e) => {
|
|
|
2323
2357
|
* @see https://tailwindcss.com/docs/transform
|
|
2324
2358
|
*/
|
|
2325
2359
|
transform: [{
|
|
2326
|
-
transform: [
|
|
2360
|
+
transform: [n, s, "", "none", "gpu", "cpu"]
|
|
2327
2361
|
}],
|
|
2328
2362
|
/**
|
|
2329
2363
|
* Transform Origin
|
|
2330
2364
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2331
2365
|
*/
|
|
2332
2366
|
"transform-origin": [{
|
|
2333
|
-
origin:
|
|
2367
|
+
origin: _()
|
|
2334
2368
|
}],
|
|
2335
2369
|
/**
|
|
2336
2370
|
* Transform Style
|
|
@@ -2344,28 +2378,28 @@ const f = (e) => {
|
|
|
2344
2378
|
* @see https://tailwindcss.com/docs/translate
|
|
2345
2379
|
*/
|
|
2346
2380
|
translate: [{
|
|
2347
|
-
translate:
|
|
2381
|
+
translate: X()
|
|
2348
2382
|
}],
|
|
2349
2383
|
/**
|
|
2350
2384
|
* Translate X
|
|
2351
2385
|
* @see https://tailwindcss.com/docs/translate
|
|
2352
2386
|
*/
|
|
2353
2387
|
"translate-x": [{
|
|
2354
|
-
"translate-x":
|
|
2388
|
+
"translate-x": X()
|
|
2355
2389
|
}],
|
|
2356
2390
|
/**
|
|
2357
2391
|
* Translate Y
|
|
2358
2392
|
* @see https://tailwindcss.com/docs/translate
|
|
2359
2393
|
*/
|
|
2360
2394
|
"translate-y": [{
|
|
2361
|
-
"translate-y":
|
|
2395
|
+
"translate-y": X()
|
|
2362
2396
|
}],
|
|
2363
2397
|
/**
|
|
2364
2398
|
* Translate Z
|
|
2365
2399
|
* @see https://tailwindcss.com/docs/translate
|
|
2366
2400
|
*/
|
|
2367
2401
|
"translate-z": [{
|
|
2368
|
-
"translate-z":
|
|
2402
|
+
"translate-z": X()
|
|
2369
2403
|
}],
|
|
2370
2404
|
/**
|
|
2371
2405
|
* Translate None
|
|
@@ -2380,7 +2414,7 @@ const f = (e) => {
|
|
|
2380
2414
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2381
2415
|
*/
|
|
2382
2416
|
accent: [{
|
|
2383
|
-
accent:
|
|
2417
|
+
accent: l()
|
|
2384
2418
|
}],
|
|
2385
2419
|
/**
|
|
2386
2420
|
* Appearance
|
|
@@ -2394,7 +2428,7 @@ const f = (e) => {
|
|
|
2394
2428
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2395
2429
|
*/
|
|
2396
2430
|
"caret-color": [{
|
|
2397
|
-
caret:
|
|
2431
|
+
caret: l()
|
|
2398
2432
|
}],
|
|
2399
2433
|
/**
|
|
2400
2434
|
* Color Scheme
|
|
@@ -2408,7 +2442,7 @@ const f = (e) => {
|
|
|
2408
2442
|
* @see https://tailwindcss.com/docs/cursor
|
|
2409
2443
|
*/
|
|
2410
2444
|
cursor: [{
|
|
2411
|
-
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",
|
|
2445
|
+
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", n, s]
|
|
2412
2446
|
}],
|
|
2413
2447
|
/**
|
|
2414
2448
|
* Field Sizing
|
|
@@ -2443,126 +2477,126 @@ const f = (e) => {
|
|
|
2443
2477
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2444
2478
|
*/
|
|
2445
2479
|
"scroll-m": [{
|
|
2446
|
-
"scroll-m":
|
|
2480
|
+
"scroll-m": m()
|
|
2447
2481
|
}],
|
|
2448
2482
|
/**
|
|
2449
2483
|
* Scroll Margin X
|
|
2450
2484
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2451
2485
|
*/
|
|
2452
2486
|
"scroll-mx": [{
|
|
2453
|
-
"scroll-mx":
|
|
2487
|
+
"scroll-mx": m()
|
|
2454
2488
|
}],
|
|
2455
2489
|
/**
|
|
2456
2490
|
* Scroll Margin Y
|
|
2457
2491
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2458
2492
|
*/
|
|
2459
2493
|
"scroll-my": [{
|
|
2460
|
-
"scroll-my":
|
|
2494
|
+
"scroll-my": m()
|
|
2461
2495
|
}],
|
|
2462
2496
|
/**
|
|
2463
2497
|
* Scroll Margin Start
|
|
2464
2498
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2465
2499
|
*/
|
|
2466
2500
|
"scroll-ms": [{
|
|
2467
|
-
"scroll-ms":
|
|
2501
|
+
"scroll-ms": m()
|
|
2468
2502
|
}],
|
|
2469
2503
|
/**
|
|
2470
2504
|
* Scroll Margin End
|
|
2471
2505
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2472
2506
|
*/
|
|
2473
2507
|
"scroll-me": [{
|
|
2474
|
-
"scroll-me":
|
|
2508
|
+
"scroll-me": m()
|
|
2475
2509
|
}],
|
|
2476
2510
|
/**
|
|
2477
2511
|
* Scroll Margin Top
|
|
2478
2512
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2479
2513
|
*/
|
|
2480
2514
|
"scroll-mt": [{
|
|
2481
|
-
"scroll-mt":
|
|
2515
|
+
"scroll-mt": m()
|
|
2482
2516
|
}],
|
|
2483
2517
|
/**
|
|
2484
2518
|
* Scroll Margin Right
|
|
2485
2519
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2486
2520
|
*/
|
|
2487
2521
|
"scroll-mr": [{
|
|
2488
|
-
"scroll-mr":
|
|
2522
|
+
"scroll-mr": m()
|
|
2489
2523
|
}],
|
|
2490
2524
|
/**
|
|
2491
2525
|
* Scroll Margin Bottom
|
|
2492
2526
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2493
2527
|
*/
|
|
2494
2528
|
"scroll-mb": [{
|
|
2495
|
-
"scroll-mb":
|
|
2529
|
+
"scroll-mb": m()
|
|
2496
2530
|
}],
|
|
2497
2531
|
/**
|
|
2498
2532
|
* Scroll Margin Left
|
|
2499
2533
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2500
2534
|
*/
|
|
2501
2535
|
"scroll-ml": [{
|
|
2502
|
-
"scroll-ml":
|
|
2536
|
+
"scroll-ml": m()
|
|
2503
2537
|
}],
|
|
2504
2538
|
/**
|
|
2505
2539
|
* Scroll Padding
|
|
2506
2540
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2507
2541
|
*/
|
|
2508
2542
|
"scroll-p": [{
|
|
2509
|
-
"scroll-p":
|
|
2543
|
+
"scroll-p": m()
|
|
2510
2544
|
}],
|
|
2511
2545
|
/**
|
|
2512
2546
|
* Scroll Padding X
|
|
2513
2547
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2514
2548
|
*/
|
|
2515
2549
|
"scroll-px": [{
|
|
2516
|
-
"scroll-px":
|
|
2550
|
+
"scroll-px": m()
|
|
2517
2551
|
}],
|
|
2518
2552
|
/**
|
|
2519
2553
|
* Scroll Padding Y
|
|
2520
2554
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2521
2555
|
*/
|
|
2522
2556
|
"scroll-py": [{
|
|
2523
|
-
"scroll-py":
|
|
2557
|
+
"scroll-py": m()
|
|
2524
2558
|
}],
|
|
2525
2559
|
/**
|
|
2526
2560
|
* Scroll Padding Start
|
|
2527
2561
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2528
2562
|
*/
|
|
2529
2563
|
"scroll-ps": [{
|
|
2530
|
-
"scroll-ps":
|
|
2564
|
+
"scroll-ps": m()
|
|
2531
2565
|
}],
|
|
2532
2566
|
/**
|
|
2533
2567
|
* Scroll Padding End
|
|
2534
2568
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2535
2569
|
*/
|
|
2536
2570
|
"scroll-pe": [{
|
|
2537
|
-
"scroll-pe":
|
|
2571
|
+
"scroll-pe": m()
|
|
2538
2572
|
}],
|
|
2539
2573
|
/**
|
|
2540
2574
|
* Scroll Padding Top
|
|
2541
2575
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2542
2576
|
*/
|
|
2543
2577
|
"scroll-pt": [{
|
|
2544
|
-
"scroll-pt":
|
|
2578
|
+
"scroll-pt": m()
|
|
2545
2579
|
}],
|
|
2546
2580
|
/**
|
|
2547
2581
|
* Scroll Padding Right
|
|
2548
2582
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2549
2583
|
*/
|
|
2550
2584
|
"scroll-pr": [{
|
|
2551
|
-
"scroll-pr":
|
|
2585
|
+
"scroll-pr": m()
|
|
2552
2586
|
}],
|
|
2553
2587
|
/**
|
|
2554
2588
|
* Scroll Padding Bottom
|
|
2555
2589
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2556
2590
|
*/
|
|
2557
2591
|
"scroll-pb": [{
|
|
2558
|
-
"scroll-pb":
|
|
2592
|
+
"scroll-pb": m()
|
|
2559
2593
|
}],
|
|
2560
2594
|
/**
|
|
2561
2595
|
* Scroll Padding Left
|
|
2562
2596
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2563
2597
|
*/
|
|
2564
2598
|
"scroll-pl": [{
|
|
2565
|
-
"scroll-pl":
|
|
2599
|
+
"scroll-pl": m()
|
|
2566
2600
|
}],
|
|
2567
2601
|
/**
|
|
2568
2602
|
* Scroll Snap Align
|
|
@@ -2630,7 +2664,7 @@ const f = (e) => {
|
|
|
2630
2664
|
* @see https://tailwindcss.com/docs/will-change
|
|
2631
2665
|
*/
|
|
2632
2666
|
"will-change": [{
|
|
2633
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2667
|
+
"will-change": ["auto", "scroll", "contents", "transform", n, s]
|
|
2634
2668
|
}],
|
|
2635
2669
|
// -----------
|
|
2636
2670
|
// --- SVG ---
|
|
@@ -2640,21 +2674,21 @@ const f = (e) => {
|
|
|
2640
2674
|
* @see https://tailwindcss.com/docs/fill
|
|
2641
2675
|
*/
|
|
2642
2676
|
fill: [{
|
|
2643
|
-
fill: ["none", ...
|
|
2677
|
+
fill: ["none", ...l()]
|
|
2644
2678
|
}],
|
|
2645
2679
|
/**
|
|
2646
2680
|
* Stroke Width
|
|
2647
2681
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2648
2682
|
*/
|
|
2649
2683
|
"stroke-w": [{
|
|
2650
|
-
stroke: [
|
|
2684
|
+
stroke: [p, B, E, oe]
|
|
2651
2685
|
}],
|
|
2652
2686
|
/**
|
|
2653
2687
|
* Stroke
|
|
2654
2688
|
* @see https://tailwindcss.com/docs/stroke
|
|
2655
2689
|
*/
|
|
2656
2690
|
stroke: [{
|
|
2657
|
-
stroke: ["none", ...
|
|
2691
|
+
stroke: ["none", ...l()]
|
|
2658
2692
|
}],
|
|
2659
2693
|
// ---------------------
|
|
2660
2694
|
// --- Accessibility ---
|
|
@@ -2722,11 +2756,11 @@ const f = (e) => {
|
|
|
2722
2756
|
},
|
|
2723
2757
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2724
2758
|
};
|
|
2725
|
-
},
|
|
2759
|
+
}, bo = /* @__PURE__ */ qe(fo);
|
|
2726
2760
|
export {
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2761
|
+
qe as createTailwindMerge,
|
|
2762
|
+
b as fromTheme,
|
|
2763
|
+
fo as getDefaultConfig,
|
|
2764
|
+
Ye as twJoin,
|
|
2765
|
+
bo as twMerge
|
|
2732
2766
|
};
|