@glasshome/ui 0.2.0 → 0.2.2
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.js +1 -1
- package/dist/solid/bottom-sheet/arbitration.d.ts +2 -0
- package/dist/solid/bottom-sheet/bottom-sheet.d.ts +30 -0
- package/dist/solid/bottom-sheet/constants.d.ts +9 -0
- package/dist/solid/bottom-sheet/drag-controller.d.ts +12 -0
- package/dist/solid/bottom-sheet/focus-trap.d.ts +6 -0
- package/dist/solid/bottom-sheet/index.d.ts +2 -0
- package/dist/solid/bottom-sheet/keyboard.d.ts +4 -0
- package/dist/solid/bottom-sheet/scroll-lock.d.ts +2 -0
- package/dist/solid/bottom-sheet/state-machine.d.ts +3 -0
- package/dist/solid/bottom-sheet/velocity.d.ts +7 -0
- package/dist/solid/index.d.ts +1 -0
- package/dist/solid/index.js +4972 -4529
- package/dist/{utils-eGXXUFl7.js → utils-TrrhThB-.js} +360 -289
- package/package.json +1 -1
- package/src/styles/globals.css +32 -0
|
@@ -11,60 +11,60 @@ function Ne() {
|
|
|
11
11
|
for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t = ye(e)) && (o && (o += " "), o += t);
|
|
12
12
|
return o;
|
|
13
13
|
}
|
|
14
|
-
const
|
|
14
|
+
const We = (e, t) => {
|
|
15
15
|
const r = new Array(e.length + t.length);
|
|
16
16
|
for (let o = 0; o < e.length; o++)
|
|
17
17
|
r[o] = e[o];
|
|
18
18
|
for (let o = 0; o < t.length; o++)
|
|
19
19
|
r[e.length + o] = t[o];
|
|
20
20
|
return r;
|
|
21
|
-
},
|
|
21
|
+
}, Ee = (e, t) => ({
|
|
22
22
|
classGroupId: e,
|
|
23
23
|
validator: t
|
|
24
24
|
}), ve = (e = /* @__PURE__ */ new Map(), t = null, r) => ({
|
|
25
25
|
nextPart: e,
|
|
26
26
|
validators: t,
|
|
27
27
|
classGroupId: r
|
|
28
|
-
}),
|
|
28
|
+
}), H = "-", fe = [], Ve = "arbitrary..", Fe = (e) => {
|
|
29
29
|
const t = Be(e), {
|
|
30
30
|
conflictingClassGroups: r,
|
|
31
31
|
conflictingClassGroupModifiers: o
|
|
32
32
|
} = e;
|
|
33
33
|
return {
|
|
34
|
-
getClassGroupId: (
|
|
35
|
-
if (
|
|
36
|
-
return _e(
|
|
37
|
-
const b =
|
|
38
|
-
return ze(b,
|
|
34
|
+
getClassGroupId: (l) => {
|
|
35
|
+
if (l.startsWith("[") && l.endsWith("]"))
|
|
36
|
+
return _e(l);
|
|
37
|
+
const b = l.split(H), u = b[0] === "" && b.length > 1 ? 1 : 0;
|
|
38
|
+
return ze(b, u, t);
|
|
39
39
|
},
|
|
40
|
-
getConflictingClassGroupIds: (
|
|
40
|
+
getConflictingClassGroupIds: (l, b) => {
|
|
41
41
|
if (b) {
|
|
42
|
-
const
|
|
43
|
-
return
|
|
42
|
+
const u = o[l], m = r[l];
|
|
43
|
+
return u ? m ? We(m, u) : u : m || fe;
|
|
44
44
|
}
|
|
45
|
-
return r[
|
|
45
|
+
return r[l] || fe;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
}, ze = (e, t, r) => {
|
|
49
49
|
if (e.length - t === 0)
|
|
50
50
|
return r.classGroupId;
|
|
51
|
-
const i = e[t],
|
|
52
|
-
if (
|
|
53
|
-
const
|
|
54
|
-
if (
|
|
51
|
+
const i = e[t], d = r.nextPart.get(i);
|
|
52
|
+
if (d) {
|
|
53
|
+
const m = ze(e, t + 1, d);
|
|
54
|
+
if (m) return m;
|
|
55
55
|
}
|
|
56
|
-
const
|
|
57
|
-
if (
|
|
56
|
+
const l = r.validators;
|
|
57
|
+
if (l === null)
|
|
58
58
|
return;
|
|
59
|
-
const b = t === 0 ? e.join(
|
|
60
|
-
for (let
|
|
61
|
-
const h =
|
|
59
|
+
const b = t === 0 ? e.join(H) : e.slice(t).join(H), u = l.length;
|
|
60
|
+
for (let m = 0; m < u; m++) {
|
|
61
|
+
const h = l[m];
|
|
62
62
|
if (h.validator(b))
|
|
63
63
|
return h.classGroupId;
|
|
64
64
|
}
|
|
65
65
|
}, _e = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
66
66
|
const t = e.slice(1, -1), r = t.indexOf(":"), o = t.slice(0, r);
|
|
67
|
-
return o ?
|
|
67
|
+
return o ? Ve + o : void 0;
|
|
68
68
|
})(), Be = (e) => {
|
|
69
69
|
const {
|
|
70
70
|
theme: t,
|
|
@@ -80,9 +80,9 @@ const Ee = (e, t) => {
|
|
|
80
80
|
return r;
|
|
81
81
|
}, ne = (e, t, r, o) => {
|
|
82
82
|
const i = e.length;
|
|
83
|
-
for (let
|
|
84
|
-
const
|
|
85
|
-
Ue(
|
|
83
|
+
for (let d = 0; d < i; d++) {
|
|
84
|
+
const l = e[d];
|
|
85
|
+
Ue(l, t, r, o);
|
|
86
86
|
}
|
|
87
87
|
}, Ue = (e, t, r, o) => {
|
|
88
88
|
if (typeof e == "string") {
|
|
@@ -102,20 +102,20 @@ const Ee = (e, t) => {
|
|
|
102
102
|
ne(e(o), t, r, o);
|
|
103
103
|
return;
|
|
104
104
|
}
|
|
105
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
105
|
+
t.validators === null && (t.validators = []), t.validators.push(Ee(r, e));
|
|
106
106
|
}, qe = (e, t, r, o) => {
|
|
107
|
-
const i = Object.entries(e),
|
|
108
|
-
for (let
|
|
109
|
-
const [b,
|
|
110
|
-
ne(
|
|
107
|
+
const i = Object.entries(e), d = i.length;
|
|
108
|
+
for (let l = 0; l < d; l++) {
|
|
109
|
+
const [b, u] = i[l];
|
|
110
|
+
ne(u, Ce(t, b), r, o);
|
|
111
111
|
}
|
|
112
112
|
}, Ce = (e, t) => {
|
|
113
113
|
let r = e;
|
|
114
|
-
const o = t.split(
|
|
115
|
-
for (let
|
|
116
|
-
const
|
|
117
|
-
let b = r.nextPart.get(
|
|
118
|
-
b || (b = ve(), r.nextPart.set(
|
|
114
|
+
const o = t.split(H), i = o.length;
|
|
115
|
+
for (let d = 0; d < i; d++) {
|
|
116
|
+
const l = o[d];
|
|
117
|
+
let b = r.nextPart.get(l);
|
|
118
|
+
b || (b = ve(), r.nextPart.set(l, b)), r = b;
|
|
119
119
|
}
|
|
120
120
|
return r;
|
|
121
121
|
}, Xe = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Je = (e) => {
|
|
@@ -127,137 +127,152 @@ const Ee = (e, t) => {
|
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
129
|
let t = 0, r = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
|
|
130
|
-
const i = (
|
|
131
|
-
r[
|
|
130
|
+
const i = (d, l) => {
|
|
131
|
+
r[d] = l, t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ Object.create(null));
|
|
132
132
|
};
|
|
133
133
|
return {
|
|
134
|
-
get(
|
|
135
|
-
let
|
|
136
|
-
if (
|
|
137
|
-
return
|
|
138
|
-
if ((
|
|
139
|
-
return i(
|
|
134
|
+
get(d) {
|
|
135
|
+
let l = r[d];
|
|
136
|
+
if (l !== void 0)
|
|
137
|
+
return l;
|
|
138
|
+
if ((l = o[d]) !== void 0)
|
|
139
|
+
return i(d, l), l;
|
|
140
140
|
},
|
|
141
|
-
set(
|
|
142
|
-
|
|
141
|
+
set(d, l) {
|
|
142
|
+
d in r ? r[d] = l : i(d, l);
|
|
143
143
|
}
|
|
144
144
|
};
|
|
145
|
-
}, se = "!", ge = ":",
|
|
145
|
+
}, se = "!", ge = ":", Qe = [], he = (e, t, r, o, i) => ({
|
|
146
146
|
modifiers: e,
|
|
147
147
|
hasImportantModifier: t,
|
|
148
148
|
baseClassName: r,
|
|
149
149
|
maybePostfixModifierPosition: o,
|
|
150
150
|
isExternal: i
|
|
151
|
-
}),
|
|
151
|
+
}), He = (e) => {
|
|
152
152
|
const {
|
|
153
153
|
prefix: t,
|
|
154
154
|
experimentalParseClassName: r
|
|
155
155
|
} = e;
|
|
156
156
|
let o = (i) => {
|
|
157
|
-
const
|
|
158
|
-
let
|
|
157
|
+
const d = [];
|
|
158
|
+
let l = 0, b = 0, u = 0, m;
|
|
159
159
|
const h = i.length;
|
|
160
|
-
for (let
|
|
161
|
-
const
|
|
162
|
-
if (
|
|
163
|
-
if (
|
|
164
|
-
|
|
160
|
+
for (let y = 0; y < h; y++) {
|
|
161
|
+
const C = i[y];
|
|
162
|
+
if (l === 0 && b === 0) {
|
|
163
|
+
if (C === ge) {
|
|
164
|
+
d.push(i.slice(u, y)), u = y + 1;
|
|
165
165
|
continue;
|
|
166
166
|
}
|
|
167
|
-
if (
|
|
168
|
-
|
|
167
|
+
if (C === "/") {
|
|
168
|
+
m = y;
|
|
169
169
|
continue;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
C === "[" ? l++ : C === "]" ? l-- : C === "(" ? b++ : C === ")" && b--;
|
|
173
173
|
}
|
|
174
|
-
const
|
|
175
|
-
let
|
|
176
|
-
|
|
174
|
+
const k = d.length === 0 ? i : i.slice(u);
|
|
175
|
+
let T = k, S = !1;
|
|
176
|
+
k.endsWith(se) ? (T = k.slice(0, -1), S = !0) : (
|
|
177
177
|
/**
|
|
178
178
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
179
179
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
180
180
|
*/
|
|
181
|
-
|
|
181
|
+
k.startsWith(se) && (T = k.slice(1), S = !0)
|
|
182
182
|
);
|
|
183
|
-
const
|
|
184
|
-
return he(
|
|
183
|
+
const _ = m && m > u ? m - u : void 0;
|
|
184
|
+
return he(d, S, T, _);
|
|
185
185
|
};
|
|
186
186
|
if (t) {
|
|
187
|
-
const i = t + ge,
|
|
188
|
-
o = (
|
|
187
|
+
const i = t + ge, d = o;
|
|
188
|
+
o = (l) => l.startsWith(i) ? d(l.slice(i.length)) : he(Qe, !1, l, void 0, !0);
|
|
189
189
|
}
|
|
190
190
|
if (r) {
|
|
191
191
|
const i = o;
|
|
192
|
-
o = (
|
|
193
|
-
className:
|
|
192
|
+
o = (d) => r({
|
|
193
|
+
className: d,
|
|
194
194
|
parseClassName: i
|
|
195
195
|
});
|
|
196
196
|
}
|
|
197
197
|
return o;
|
|
198
|
-
},
|
|
198
|
+
}, Ke = (e) => {
|
|
199
199
|
const t = /* @__PURE__ */ new Map();
|
|
200
200
|
return e.orderSensitiveModifiers.forEach((r, o) => {
|
|
201
201
|
t.set(r, 1e6 + o);
|
|
202
202
|
}), (r) => {
|
|
203
203
|
const o = [];
|
|
204
204
|
let i = [];
|
|
205
|
-
for (let
|
|
206
|
-
const
|
|
207
|
-
b ||
|
|
205
|
+
for (let d = 0; d < r.length; d++) {
|
|
206
|
+
const l = r[d], b = l[0] === "[", u = t.has(l);
|
|
207
|
+
b || u ? (i.length > 0 && (i.sort(), o.push(...i), i = []), o.push(l)) : i.push(l);
|
|
208
208
|
}
|
|
209
209
|
return i.length > 0 && (i.sort(), o.push(...i)), o;
|
|
210
210
|
};
|
|
211
211
|
}, Ze = (e) => ({
|
|
212
212
|
cache: Je(e.cacheSize),
|
|
213
|
-
parseClassName:
|
|
214
|
-
sortModifiers:
|
|
215
|
-
|
|
216
|
-
|
|
213
|
+
parseClassName: He(e),
|
|
214
|
+
sortModifiers: Ke(e),
|
|
215
|
+
postfixLookupClassGroupIds: eo(e),
|
|
216
|
+
...Fe(e)
|
|
217
|
+
}), eo = (e) => {
|
|
218
|
+
const t = /* @__PURE__ */ Object.create(null), r = e.postfixLookupClassGroups;
|
|
219
|
+
if (r)
|
|
220
|
+
for (let o = 0; o < r.length; o++)
|
|
221
|
+
t[r[o]] = !0;
|
|
222
|
+
return t;
|
|
223
|
+
}, oo = /\s+/, ro = (e, t) => {
|
|
217
224
|
const {
|
|
218
225
|
parseClassName: r,
|
|
219
226
|
getClassGroupId: o,
|
|
220
227
|
getConflictingClassGroupIds: i,
|
|
221
|
-
sortModifiers:
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
228
|
+
sortModifiers: d,
|
|
229
|
+
postfixLookupClassGroupIds: l
|
|
230
|
+
} = t, b = [], u = e.trim().split(oo);
|
|
231
|
+
let m = "";
|
|
232
|
+
for (let h = u.length - 1; h >= 0; h -= 1) {
|
|
233
|
+
const k = u[h], {
|
|
234
|
+
isExternal: T,
|
|
235
|
+
modifiers: S,
|
|
236
|
+
hasImportantModifier: _,
|
|
237
|
+
baseClassName: y,
|
|
238
|
+
maybePostfixModifierPosition: C
|
|
239
|
+
} = r(k);
|
|
240
|
+
if (T) {
|
|
241
|
+
m = k + (m.length > 0 ? " " + m : m);
|
|
234
242
|
continue;
|
|
235
243
|
}
|
|
236
|
-
let
|
|
237
|
-
if (
|
|
238
|
-
|
|
239
|
-
|
|
244
|
+
let L = !!C, v;
|
|
245
|
+
if (L) {
|
|
246
|
+
const R = y.substring(0, C);
|
|
247
|
+
v = o(R);
|
|
248
|
+
const a = v && l[v] ? o(y) : void 0;
|
|
249
|
+
a && a !== v && (v = a, L = !1);
|
|
250
|
+
} else
|
|
251
|
+
v = o(y);
|
|
252
|
+
if (!v) {
|
|
253
|
+
if (!L) {
|
|
254
|
+
m = k + (m.length > 0 ? " " + m : m);
|
|
240
255
|
continue;
|
|
241
256
|
}
|
|
242
|
-
if (
|
|
243
|
-
|
|
257
|
+
if (v = o(y), !v) {
|
|
258
|
+
m = k + (m.length > 0 ? " " + m : m);
|
|
244
259
|
continue;
|
|
245
260
|
}
|
|
246
|
-
|
|
261
|
+
L = !1;
|
|
247
262
|
}
|
|
248
|
-
const
|
|
249
|
-
if (
|
|
263
|
+
const B = S.length === 0 ? "" : S.length === 1 ? S[0] : d(S).join(":"), W = _ ? B + se : B, E = W + v;
|
|
264
|
+
if (b.indexOf(E) > -1)
|
|
250
265
|
continue;
|
|
251
|
-
|
|
252
|
-
const V = i(
|
|
253
|
-
for (let
|
|
254
|
-
const
|
|
255
|
-
|
|
266
|
+
b.push(E);
|
|
267
|
+
const V = i(v, L);
|
|
268
|
+
for (let R = 0; R < V.length; ++R) {
|
|
269
|
+
const a = V[R];
|
|
270
|
+
b.push(W + a);
|
|
256
271
|
}
|
|
257
|
-
|
|
272
|
+
m = k + (m.length > 0 ? " " + m : m);
|
|
258
273
|
}
|
|
259
|
-
return
|
|
260
|
-
},
|
|
274
|
+
return m;
|
|
275
|
+
}, to = (...e) => {
|
|
261
276
|
let t = 0, r, o, i = "";
|
|
262
277
|
for (; t < e.length; )
|
|
263
278
|
(r = e[t++]) && (o = Ae(r)) && (i && (i += " "), i += o);
|
|
@@ -269,35 +284,35 @@ const Ee = (e, t) => {
|
|
|
269
284
|
for (let o = 0; o < e.length; o++)
|
|
270
285
|
e[o] && (t = Ae(e[o])) && (r && (r += " "), r += t);
|
|
271
286
|
return r;
|
|
272
|
-
},
|
|
273
|
-
let r, o, i,
|
|
274
|
-
const
|
|
275
|
-
const
|
|
276
|
-
return r = Ze(
|
|
277
|
-
}, b = (
|
|
278
|
-
const
|
|
279
|
-
if (
|
|
280
|
-
return
|
|
281
|
-
const h =
|
|
282
|
-
return i(
|
|
287
|
+
}, so = (e, ...t) => {
|
|
288
|
+
let r, o, i, d;
|
|
289
|
+
const l = (u) => {
|
|
290
|
+
const m = t.reduce((h, k) => k(h), e());
|
|
291
|
+
return r = Ze(m), o = r.cache.get, i = r.cache.set, d = b, b(u);
|
|
292
|
+
}, b = (u) => {
|
|
293
|
+
const m = o(u);
|
|
294
|
+
if (m)
|
|
295
|
+
return m;
|
|
296
|
+
const h = ro(u, r);
|
|
297
|
+
return i(u, h), h;
|
|
283
298
|
};
|
|
284
|
-
return
|
|
285
|
-
},
|
|
286
|
-
const t = (r) => r[e] ||
|
|
299
|
+
return d = l, (...u) => d(to(...u));
|
|
300
|
+
}, no = [], f = (e) => {
|
|
301
|
+
const t = (r) => r[e] || no;
|
|
287
302
|
return t.isThemeGetter = !0, t;
|
|
288
|
-
}, Se = /^\[(?:(\w[\w-]*):)?(.+)\]$/i,
|
|
303
|
+
}, Se = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ie = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ao = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, io = /^(\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$/, co = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, mo = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, po = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, M = (e) => ao.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), I = (e) => !!e && Number.isInteger(Number(e)), te = (e) => e.endsWith("%") && p(e.slice(0, -1)), G = (e) => io.test(e), Re = () => !0, bo = (e) => (
|
|
289
304
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
290
305
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
291
306
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
292
|
-
|
|
293
|
-
), ae = () => !1,
|
|
307
|
+
lo.test(e) && !co.test(e)
|
|
308
|
+
), ae = () => !1, uo = (e) => mo.test(e), fo = (e) => po.test(e), go = (e) => !s(e) && !n(e), ho = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), ko = (e) => P(e, Pe, ae), s = (e) => Se.test(e), j = (e) => P(e, Te, bo), ke = (e) => P(e, So, p), xo = (e) => P(e, Oe, Re), wo = (e) => P(e, Le, ae), xe = (e) => P(e, Ge, ae), yo = (e) => P(e, Me, fo), J = (e) => P(e, je, uo), n = (e) => Ie.test(e), $ = (e) => N(e, Te), vo = (e) => N(e, Le), we = (e) => N(e, Ge), zo = (e) => N(e, Pe), Co = (e) => N(e, Me), Q = (e) => N(e, je, !0), Ao = (e) => N(e, Oe, !0), P = (e, t, r) => {
|
|
294
309
|
const o = Se.exec(e);
|
|
295
310
|
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
296
311
|
}, N = (e, t, r = !1) => {
|
|
297
|
-
const o =
|
|
312
|
+
const o = Ie.exec(e);
|
|
298
313
|
return o ? o[1] ? t(o[1]) : r : !1;
|
|
299
|
-
},
|
|
300
|
-
const e = f("color"), t = f("font"), r = f("text"), o = f("font-weight"), i = f("tracking"),
|
|
314
|
+
}, Ge = (e) => e === "position" || e === "percentage", Me = (e) => e === "image" || e === "url", Pe = (e) => e === "length" || e === "size" || e === "bg-size", Te = (e) => e === "length", So = (e) => e === "number", Le = (e) => e === "family-name", Oe = (e) => e === "number" || e === "weight", je = (e) => e === "shadow", Io = () => {
|
|
315
|
+
const e = f("color"), t = f("font"), r = f("text"), o = f("font-weight"), i = f("tracking"), d = f("leading"), l = f("breakpoint"), b = f("container"), u = f("spacing"), m = f("radius"), h = f("shadow"), k = f("inset-shadow"), T = f("text-shadow"), S = f("drop-shadow"), _ = f("blur"), y = f("perspective"), C = f("aspect"), L = f("ease"), v = f("animate"), B = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], W = () => [
|
|
301
316
|
"center",
|
|
302
317
|
"top",
|
|
303
318
|
"bottom",
|
|
@@ -315,51 +330,51 @@ const Ee = (e, t) => {
|
|
|
315
330
|
"bottom-left",
|
|
316
331
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
317
332
|
"left-bottom"
|
|
318
|
-
],
|
|
333
|
+
], E = () => [...W(), n, s], V = () => ["auto", "hidden", "clip", "visible", "scroll"], R = () => ["auto", "contain", "none"], a = () => [n, s, u], z = () => [M, "full", "auto", ...a()], ie = () => [I, "none", "subgrid", n, s], le = () => ["auto", {
|
|
319
334
|
span: ["full", I, n, s]
|
|
320
|
-
}, I, n, s], U = () => [I, "auto", n, s], ce = () => ["auto", "min", "max", "fr", n, s],
|
|
335
|
+
}, I, n, s], U = () => [I, "auto", n, s], ce = () => ["auto", "min", "max", "fr", n, s], K = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], F = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...a()], O = () => [M, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...a()], Z = () => [M, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...a()], ee = () => [M, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...a()], c = () => [e, n, s], de = () => [...W(), we, xe, {
|
|
321
336
|
position: [n, s]
|
|
322
337
|
}], me = () => ["no-repeat", {
|
|
323
338
|
repeat: ["", "x", "y", "space", "round"]
|
|
324
|
-
}], pe = () => ["auto", "cover", "contain",
|
|
339
|
+
}], pe = () => ["auto", "cover", "contain", zo, ko, {
|
|
325
340
|
size: [n, s]
|
|
326
|
-
}], oe = () => [te,
|
|
341
|
+
}], oe = () => [te, $, j], x = () => [
|
|
327
342
|
// Deprecated since Tailwind CSS v4.0.0
|
|
328
343
|
"",
|
|
329
344
|
"none",
|
|
330
345
|
"full",
|
|
331
|
-
|
|
346
|
+
m,
|
|
332
347
|
n,
|
|
333
348
|
s
|
|
334
|
-
],
|
|
349
|
+
], w = () => ["", p, $, j], D = () => ["solid", "dashed", "dotted", "double"], be = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, te, we, xe], ue = () => [
|
|
335
350
|
// Deprecated since Tailwind CSS v4.0.0
|
|
336
351
|
"",
|
|
337
352
|
"none",
|
|
338
|
-
|
|
353
|
+
_,
|
|
339
354
|
n,
|
|
340
355
|
s
|
|
341
|
-
], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], re = () => [p, n, s], X = () => [
|
|
356
|
+
], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], re = () => [p, n, s], X = () => [M, "full", ...a()];
|
|
342
357
|
return {
|
|
343
358
|
cacheSize: 500,
|
|
344
359
|
theme: {
|
|
345
360
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
346
361
|
aspect: ["video"],
|
|
347
|
-
blur: [
|
|
348
|
-
breakpoint: [
|
|
349
|
-
color: [
|
|
350
|
-
container: [
|
|
351
|
-
"drop-shadow": [
|
|
362
|
+
blur: [G],
|
|
363
|
+
breakpoint: [G],
|
|
364
|
+
color: [Re],
|
|
365
|
+
container: [G],
|
|
366
|
+
"drop-shadow": [G],
|
|
352
367
|
ease: ["in", "out", "in-out"],
|
|
353
|
-
font: [
|
|
368
|
+
font: [go],
|
|
354
369
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
355
|
-
"inset-shadow": [
|
|
370
|
+
"inset-shadow": [G],
|
|
356
371
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
357
372
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
358
|
-
radius: [
|
|
359
|
-
shadow: [
|
|
373
|
+
radius: [G],
|
|
374
|
+
shadow: [G],
|
|
360
375
|
spacing: ["px", p],
|
|
361
|
-
text: [
|
|
362
|
-
"text-shadow": [
|
|
376
|
+
text: [G],
|
|
377
|
+
"text-shadow": [G],
|
|
363
378
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
364
379
|
},
|
|
365
380
|
classGroups: {
|
|
@@ -371,7 +386,7 @@ const Ee = (e, t) => {
|
|
|
371
386
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
372
387
|
*/
|
|
373
388
|
aspect: [{
|
|
374
|
-
aspect: ["auto", "square",
|
|
389
|
+
aspect: ["auto", "square", M, s, n, C]
|
|
375
390
|
}],
|
|
376
391
|
/**
|
|
377
392
|
* Container
|
|
@@ -379,6 +394,18 @@ const Ee = (e, t) => {
|
|
|
379
394
|
* @deprecated since Tailwind CSS v4.0.0
|
|
380
395
|
*/
|
|
381
396
|
container: ["container"],
|
|
397
|
+
/**
|
|
398
|
+
* Container Type
|
|
399
|
+
* @see https://tailwindcss.com/docs/responsive-design#container-queries
|
|
400
|
+
*/
|
|
401
|
+
"container-type": [{
|
|
402
|
+
"@container": ["", "normal", "size", n, s]
|
|
403
|
+
}],
|
|
404
|
+
/**
|
|
405
|
+
* Container Name
|
|
406
|
+
* @see https://tailwindcss.com/docs/responsive-design#named-containers
|
|
407
|
+
*/
|
|
408
|
+
"container-named": [ho],
|
|
382
409
|
/**
|
|
383
410
|
* Columns
|
|
384
411
|
* @see https://tailwindcss.com/docs/columns
|
|
@@ -391,14 +418,14 @@ const Ee = (e, t) => {
|
|
|
391
418
|
* @see https://tailwindcss.com/docs/break-after
|
|
392
419
|
*/
|
|
393
420
|
"break-after": [{
|
|
394
|
-
"break-after":
|
|
421
|
+
"break-after": B()
|
|
395
422
|
}],
|
|
396
423
|
/**
|
|
397
424
|
* Break Before
|
|
398
425
|
* @see https://tailwindcss.com/docs/break-before
|
|
399
426
|
*/
|
|
400
427
|
"break-before": [{
|
|
401
|
-
"break-before":
|
|
428
|
+
"break-before": B()
|
|
402
429
|
}],
|
|
403
430
|
/**
|
|
404
431
|
* Break Inside
|
|
@@ -462,49 +489,49 @@ const Ee = (e, t) => {
|
|
|
462
489
|
* @see https://tailwindcss.com/docs/object-position
|
|
463
490
|
*/
|
|
464
491
|
"object-position": [{
|
|
465
|
-
object:
|
|
492
|
+
object: E()
|
|
466
493
|
}],
|
|
467
494
|
/**
|
|
468
495
|
* Overflow
|
|
469
496
|
* @see https://tailwindcss.com/docs/overflow
|
|
470
497
|
*/
|
|
471
498
|
overflow: [{
|
|
472
|
-
overflow:
|
|
499
|
+
overflow: V()
|
|
473
500
|
}],
|
|
474
501
|
/**
|
|
475
502
|
* Overflow X
|
|
476
503
|
* @see https://tailwindcss.com/docs/overflow
|
|
477
504
|
*/
|
|
478
505
|
"overflow-x": [{
|
|
479
|
-
"overflow-x":
|
|
506
|
+
"overflow-x": V()
|
|
480
507
|
}],
|
|
481
508
|
/**
|
|
482
509
|
* Overflow Y
|
|
483
510
|
* @see https://tailwindcss.com/docs/overflow
|
|
484
511
|
*/
|
|
485
512
|
"overflow-y": [{
|
|
486
|
-
"overflow-y":
|
|
513
|
+
"overflow-y": V()
|
|
487
514
|
}],
|
|
488
515
|
/**
|
|
489
516
|
* Overscroll Behavior
|
|
490
517
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
491
518
|
*/
|
|
492
519
|
overscroll: [{
|
|
493
|
-
overscroll:
|
|
520
|
+
overscroll: R()
|
|
494
521
|
}],
|
|
495
522
|
/**
|
|
496
523
|
* Overscroll Behavior X
|
|
497
524
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
498
525
|
*/
|
|
499
526
|
"overscroll-x": [{
|
|
500
|
-
"overscroll-x":
|
|
527
|
+
"overscroll-x": R()
|
|
501
528
|
}],
|
|
502
529
|
/**
|
|
503
530
|
* Overscroll Behavior Y
|
|
504
531
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
505
532
|
*/
|
|
506
533
|
"overscroll-y": [{
|
|
507
|
-
"overscroll-y":
|
|
534
|
+
"overscroll-y": R()
|
|
508
535
|
}],
|
|
509
536
|
/**
|
|
510
537
|
* Position
|
|
@@ -516,21 +543,21 @@ const Ee = (e, t) => {
|
|
|
516
543
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
517
544
|
*/
|
|
518
545
|
inset: [{
|
|
519
|
-
inset:
|
|
546
|
+
inset: z()
|
|
520
547
|
}],
|
|
521
548
|
/**
|
|
522
549
|
* Inset Inline
|
|
523
550
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
524
551
|
*/
|
|
525
552
|
"inset-x": [{
|
|
526
|
-
"inset-x":
|
|
553
|
+
"inset-x": z()
|
|
527
554
|
}],
|
|
528
555
|
/**
|
|
529
556
|
* Inset Block
|
|
530
557
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
531
558
|
*/
|
|
532
559
|
"inset-y": [{
|
|
533
|
-
"inset-y":
|
|
560
|
+
"inset-y": z()
|
|
534
561
|
}],
|
|
535
562
|
/**
|
|
536
563
|
* Inset Inline Start
|
|
@@ -538,12 +565,12 @@ const Ee = (e, t) => {
|
|
|
538
565
|
* @todo class group will be renamed to `inset-s` in next major release
|
|
539
566
|
*/
|
|
540
567
|
start: [{
|
|
541
|
-
"inset-s":
|
|
568
|
+
"inset-s": z(),
|
|
542
569
|
/**
|
|
543
570
|
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-s-*` utilities.
|
|
544
571
|
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
545
572
|
*/
|
|
546
|
-
start:
|
|
573
|
+
start: z()
|
|
547
574
|
}],
|
|
548
575
|
/**
|
|
549
576
|
* Inset Inline End
|
|
@@ -551,54 +578,54 @@ const Ee = (e, t) => {
|
|
|
551
578
|
* @todo class group will be renamed to `inset-e` in next major release
|
|
552
579
|
*/
|
|
553
580
|
end: [{
|
|
554
|
-
"inset-e":
|
|
581
|
+
"inset-e": z(),
|
|
555
582
|
/**
|
|
556
583
|
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-e-*` utilities.
|
|
557
584
|
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
558
585
|
*/
|
|
559
|
-
end:
|
|
586
|
+
end: z()
|
|
560
587
|
}],
|
|
561
588
|
/**
|
|
562
589
|
* Inset Block Start
|
|
563
590
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
564
591
|
*/
|
|
565
592
|
"inset-bs": [{
|
|
566
|
-
"inset-bs":
|
|
593
|
+
"inset-bs": z()
|
|
567
594
|
}],
|
|
568
595
|
/**
|
|
569
596
|
* Inset Block End
|
|
570
597
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
571
598
|
*/
|
|
572
599
|
"inset-be": [{
|
|
573
|
-
"inset-be":
|
|
600
|
+
"inset-be": z()
|
|
574
601
|
}],
|
|
575
602
|
/**
|
|
576
603
|
* Top
|
|
577
604
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
578
605
|
*/
|
|
579
606
|
top: [{
|
|
580
|
-
top:
|
|
607
|
+
top: z()
|
|
581
608
|
}],
|
|
582
609
|
/**
|
|
583
610
|
* Right
|
|
584
611
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
585
612
|
*/
|
|
586
613
|
right: [{
|
|
587
|
-
right:
|
|
614
|
+
right: z()
|
|
588
615
|
}],
|
|
589
616
|
/**
|
|
590
617
|
* Bottom
|
|
591
618
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
592
619
|
*/
|
|
593
620
|
bottom: [{
|
|
594
|
-
bottom:
|
|
621
|
+
bottom: z()
|
|
595
622
|
}],
|
|
596
623
|
/**
|
|
597
624
|
* Left
|
|
598
625
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
599
626
|
*/
|
|
600
627
|
left: [{
|
|
601
|
-
left:
|
|
628
|
+
left: z()
|
|
602
629
|
}],
|
|
603
630
|
/**
|
|
604
631
|
* Visibility
|
|
@@ -620,7 +647,7 @@ const Ee = (e, t) => {
|
|
|
620
647
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
621
648
|
*/
|
|
622
649
|
basis: [{
|
|
623
|
-
basis: [
|
|
650
|
+
basis: [M, "full", "auto", b, ...a()]
|
|
624
651
|
}],
|
|
625
652
|
/**
|
|
626
653
|
* Flex Direction
|
|
@@ -641,7 +668,7 @@ const Ee = (e, t) => {
|
|
|
641
668
|
* @see https://tailwindcss.com/docs/flex
|
|
642
669
|
*/
|
|
643
670
|
flex: [{
|
|
644
|
-
flex: [p,
|
|
671
|
+
flex: [p, M, "auto", "initial", "none", s]
|
|
645
672
|
}],
|
|
646
673
|
/**
|
|
647
674
|
* Flex Grow
|
|
@@ -746,28 +773,28 @@ const Ee = (e, t) => {
|
|
|
746
773
|
* @see https://tailwindcss.com/docs/gap
|
|
747
774
|
*/
|
|
748
775
|
gap: [{
|
|
749
|
-
gap:
|
|
776
|
+
gap: a()
|
|
750
777
|
}],
|
|
751
778
|
/**
|
|
752
779
|
* Gap X
|
|
753
780
|
* @see https://tailwindcss.com/docs/gap
|
|
754
781
|
*/
|
|
755
782
|
"gap-x": [{
|
|
756
|
-
"gap-x":
|
|
783
|
+
"gap-x": a()
|
|
757
784
|
}],
|
|
758
785
|
/**
|
|
759
786
|
* Gap Y
|
|
760
787
|
* @see https://tailwindcss.com/docs/gap
|
|
761
788
|
*/
|
|
762
789
|
"gap-y": [{
|
|
763
|
-
"gap-y":
|
|
790
|
+
"gap-y": a()
|
|
764
791
|
}],
|
|
765
792
|
/**
|
|
766
793
|
* Justify Content
|
|
767
794
|
* @see https://tailwindcss.com/docs/justify-content
|
|
768
795
|
*/
|
|
769
796
|
"justify-content": [{
|
|
770
|
-
justify: [...
|
|
797
|
+
justify: [...K(), "normal"]
|
|
771
798
|
}],
|
|
772
799
|
/**
|
|
773
800
|
* Justify Items
|
|
@@ -788,7 +815,7 @@ const Ee = (e, t) => {
|
|
|
788
815
|
* @see https://tailwindcss.com/docs/align-content
|
|
789
816
|
*/
|
|
790
817
|
"align-content": [{
|
|
791
|
-
content: ["normal", ...
|
|
818
|
+
content: ["normal", ...K()]
|
|
792
819
|
}],
|
|
793
820
|
/**
|
|
794
821
|
* Align Items
|
|
@@ -813,7 +840,7 @@ const Ee = (e, t) => {
|
|
|
813
840
|
* @see https://tailwindcss.com/docs/place-content
|
|
814
841
|
*/
|
|
815
842
|
"place-content": [{
|
|
816
|
-
"place-content":
|
|
843
|
+
"place-content": K()
|
|
817
844
|
}],
|
|
818
845
|
/**
|
|
819
846
|
* Place Items
|
|
@@ -835,161 +862,161 @@ const Ee = (e, t) => {
|
|
|
835
862
|
* @see https://tailwindcss.com/docs/padding
|
|
836
863
|
*/
|
|
837
864
|
p: [{
|
|
838
|
-
p:
|
|
865
|
+
p: a()
|
|
839
866
|
}],
|
|
840
867
|
/**
|
|
841
868
|
* Padding Inline
|
|
842
869
|
* @see https://tailwindcss.com/docs/padding
|
|
843
870
|
*/
|
|
844
871
|
px: [{
|
|
845
|
-
px:
|
|
872
|
+
px: a()
|
|
846
873
|
}],
|
|
847
874
|
/**
|
|
848
875
|
* Padding Block
|
|
849
876
|
* @see https://tailwindcss.com/docs/padding
|
|
850
877
|
*/
|
|
851
878
|
py: [{
|
|
852
|
-
py:
|
|
879
|
+
py: a()
|
|
853
880
|
}],
|
|
854
881
|
/**
|
|
855
882
|
* Padding Inline Start
|
|
856
883
|
* @see https://tailwindcss.com/docs/padding
|
|
857
884
|
*/
|
|
858
885
|
ps: [{
|
|
859
|
-
ps:
|
|
886
|
+
ps: a()
|
|
860
887
|
}],
|
|
861
888
|
/**
|
|
862
889
|
* Padding Inline End
|
|
863
890
|
* @see https://tailwindcss.com/docs/padding
|
|
864
891
|
*/
|
|
865
892
|
pe: [{
|
|
866
|
-
pe:
|
|
893
|
+
pe: a()
|
|
867
894
|
}],
|
|
868
895
|
/**
|
|
869
896
|
* Padding Block Start
|
|
870
897
|
* @see https://tailwindcss.com/docs/padding
|
|
871
898
|
*/
|
|
872
899
|
pbs: [{
|
|
873
|
-
pbs:
|
|
900
|
+
pbs: a()
|
|
874
901
|
}],
|
|
875
902
|
/**
|
|
876
903
|
* Padding Block End
|
|
877
904
|
* @see https://tailwindcss.com/docs/padding
|
|
878
905
|
*/
|
|
879
906
|
pbe: [{
|
|
880
|
-
pbe:
|
|
907
|
+
pbe: a()
|
|
881
908
|
}],
|
|
882
909
|
/**
|
|
883
910
|
* Padding Top
|
|
884
911
|
* @see https://tailwindcss.com/docs/padding
|
|
885
912
|
*/
|
|
886
913
|
pt: [{
|
|
887
|
-
pt:
|
|
914
|
+
pt: a()
|
|
888
915
|
}],
|
|
889
916
|
/**
|
|
890
917
|
* Padding Right
|
|
891
918
|
* @see https://tailwindcss.com/docs/padding
|
|
892
919
|
*/
|
|
893
920
|
pr: [{
|
|
894
|
-
pr:
|
|
921
|
+
pr: a()
|
|
895
922
|
}],
|
|
896
923
|
/**
|
|
897
924
|
* Padding Bottom
|
|
898
925
|
* @see https://tailwindcss.com/docs/padding
|
|
899
926
|
*/
|
|
900
927
|
pb: [{
|
|
901
|
-
pb:
|
|
928
|
+
pb: a()
|
|
902
929
|
}],
|
|
903
930
|
/**
|
|
904
931
|
* Padding Left
|
|
905
932
|
* @see https://tailwindcss.com/docs/padding
|
|
906
933
|
*/
|
|
907
934
|
pl: [{
|
|
908
|
-
pl:
|
|
935
|
+
pl: a()
|
|
909
936
|
}],
|
|
910
937
|
/**
|
|
911
938
|
* Margin
|
|
912
939
|
* @see https://tailwindcss.com/docs/margin
|
|
913
940
|
*/
|
|
914
941
|
m: [{
|
|
915
|
-
m:
|
|
942
|
+
m: A()
|
|
916
943
|
}],
|
|
917
944
|
/**
|
|
918
945
|
* Margin Inline
|
|
919
946
|
* @see https://tailwindcss.com/docs/margin
|
|
920
947
|
*/
|
|
921
948
|
mx: [{
|
|
922
|
-
mx:
|
|
949
|
+
mx: A()
|
|
923
950
|
}],
|
|
924
951
|
/**
|
|
925
952
|
* Margin Block
|
|
926
953
|
* @see https://tailwindcss.com/docs/margin
|
|
927
954
|
*/
|
|
928
955
|
my: [{
|
|
929
|
-
my:
|
|
956
|
+
my: A()
|
|
930
957
|
}],
|
|
931
958
|
/**
|
|
932
959
|
* Margin Inline Start
|
|
933
960
|
* @see https://tailwindcss.com/docs/margin
|
|
934
961
|
*/
|
|
935
962
|
ms: [{
|
|
936
|
-
ms:
|
|
963
|
+
ms: A()
|
|
937
964
|
}],
|
|
938
965
|
/**
|
|
939
966
|
* Margin Inline End
|
|
940
967
|
* @see https://tailwindcss.com/docs/margin
|
|
941
968
|
*/
|
|
942
969
|
me: [{
|
|
943
|
-
me:
|
|
970
|
+
me: A()
|
|
944
971
|
}],
|
|
945
972
|
/**
|
|
946
973
|
* Margin Block Start
|
|
947
974
|
* @see https://tailwindcss.com/docs/margin
|
|
948
975
|
*/
|
|
949
976
|
mbs: [{
|
|
950
|
-
mbs:
|
|
977
|
+
mbs: A()
|
|
951
978
|
}],
|
|
952
979
|
/**
|
|
953
980
|
* Margin Block End
|
|
954
981
|
* @see https://tailwindcss.com/docs/margin
|
|
955
982
|
*/
|
|
956
983
|
mbe: [{
|
|
957
|
-
mbe:
|
|
984
|
+
mbe: A()
|
|
958
985
|
}],
|
|
959
986
|
/**
|
|
960
987
|
* Margin Top
|
|
961
988
|
* @see https://tailwindcss.com/docs/margin
|
|
962
989
|
*/
|
|
963
990
|
mt: [{
|
|
964
|
-
mt:
|
|
991
|
+
mt: A()
|
|
965
992
|
}],
|
|
966
993
|
/**
|
|
967
994
|
* Margin Right
|
|
968
995
|
* @see https://tailwindcss.com/docs/margin
|
|
969
996
|
*/
|
|
970
997
|
mr: [{
|
|
971
|
-
mr:
|
|
998
|
+
mr: A()
|
|
972
999
|
}],
|
|
973
1000
|
/**
|
|
974
1001
|
* Margin Bottom
|
|
975
1002
|
* @see https://tailwindcss.com/docs/margin
|
|
976
1003
|
*/
|
|
977
1004
|
mb: [{
|
|
978
|
-
mb:
|
|
1005
|
+
mb: A()
|
|
979
1006
|
}],
|
|
980
1007
|
/**
|
|
981
1008
|
* Margin Left
|
|
982
1009
|
* @see https://tailwindcss.com/docs/margin
|
|
983
1010
|
*/
|
|
984
1011
|
ml: [{
|
|
985
|
-
ml:
|
|
1012
|
+
ml: A()
|
|
986
1013
|
}],
|
|
987
1014
|
/**
|
|
988
1015
|
* Space Between X
|
|
989
1016
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
990
1017
|
*/
|
|
991
1018
|
"space-x": [{
|
|
992
|
-
"space-x":
|
|
1019
|
+
"space-x": a()
|
|
993
1020
|
}],
|
|
994
1021
|
/**
|
|
995
1022
|
* Space Between X Reverse
|
|
@@ -1001,7 +1028,7 @@ const Ee = (e, t) => {
|
|
|
1001
1028
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1002
1029
|
*/
|
|
1003
1030
|
"space-y": [{
|
|
1004
|
-
"space-y":
|
|
1031
|
+
"space-y": a()
|
|
1005
1032
|
}],
|
|
1006
1033
|
/**
|
|
1007
1034
|
* Space Between Y Reverse
|
|
@@ -1016,7 +1043,7 @@ const Ee = (e, t) => {
|
|
|
1016
1043
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1017
1044
|
*/
|
|
1018
1045
|
size: [{
|
|
1019
|
-
size:
|
|
1046
|
+
size: O()
|
|
1020
1047
|
}],
|
|
1021
1048
|
/**
|
|
1022
1049
|
* Inline Size
|
|
@@ -1065,7 +1092,7 @@ const Ee = (e, t) => {
|
|
|
1065
1092
|
* @see https://tailwindcss.com/docs/width
|
|
1066
1093
|
*/
|
|
1067
1094
|
w: [{
|
|
1068
|
-
w: [b, "screen", ...
|
|
1095
|
+
w: [b, "screen", ...O()]
|
|
1069
1096
|
}],
|
|
1070
1097
|
/**
|
|
1071
1098
|
* Min-Width
|
|
@@ -1077,7 +1104,7 @@ const Ee = (e, t) => {
|
|
|
1077
1104
|
"screen",
|
|
1078
1105
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1079
1106
|
"none",
|
|
1080
|
-
...
|
|
1107
|
+
...O()
|
|
1081
1108
|
]
|
|
1082
1109
|
}],
|
|
1083
1110
|
/**
|
|
@@ -1093,9 +1120,9 @@ const Ee = (e, t) => {
|
|
|
1093
1120
|
"prose",
|
|
1094
1121
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1095
1122
|
{
|
|
1096
|
-
screen: [
|
|
1123
|
+
screen: [l]
|
|
1097
1124
|
},
|
|
1098
|
-
...
|
|
1125
|
+
...O()
|
|
1099
1126
|
]
|
|
1100
1127
|
}],
|
|
1101
1128
|
/**
|
|
@@ -1103,21 +1130,21 @@ const Ee = (e, t) => {
|
|
|
1103
1130
|
* @see https://tailwindcss.com/docs/height
|
|
1104
1131
|
*/
|
|
1105
1132
|
h: [{
|
|
1106
|
-
h: ["screen", "lh", ...
|
|
1133
|
+
h: ["screen", "lh", ...O()]
|
|
1107
1134
|
}],
|
|
1108
1135
|
/**
|
|
1109
1136
|
* Min-Height
|
|
1110
1137
|
* @see https://tailwindcss.com/docs/min-height
|
|
1111
1138
|
*/
|
|
1112
1139
|
"min-h": [{
|
|
1113
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1140
|
+
"min-h": ["screen", "lh", "none", ...O()]
|
|
1114
1141
|
}],
|
|
1115
1142
|
/**
|
|
1116
1143
|
* Max-Height
|
|
1117
1144
|
* @see https://tailwindcss.com/docs/max-height
|
|
1118
1145
|
*/
|
|
1119
1146
|
"max-h": [{
|
|
1120
|
-
"max-h": ["screen", "lh", ...
|
|
1147
|
+
"max-h": ["screen", "lh", ...O()]
|
|
1121
1148
|
}],
|
|
1122
1149
|
// ------------------
|
|
1123
1150
|
// --- Typography ---
|
|
@@ -1127,7 +1154,7 @@ const Ee = (e, t) => {
|
|
|
1127
1154
|
* @see https://tailwindcss.com/docs/font-size
|
|
1128
1155
|
*/
|
|
1129
1156
|
"font-size": [{
|
|
1130
|
-
text: ["base", r,
|
|
1157
|
+
text: ["base", r, $, j]
|
|
1131
1158
|
}],
|
|
1132
1159
|
/**
|
|
1133
1160
|
* Font Smoothing
|
|
@@ -1144,7 +1171,7 @@ const Ee = (e, t) => {
|
|
|
1144
1171
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1145
1172
|
*/
|
|
1146
1173
|
"font-weight": [{
|
|
1147
|
-
font: [o,
|
|
1174
|
+
font: [o, Ao, xo]
|
|
1148
1175
|
}],
|
|
1149
1176
|
/**
|
|
1150
1177
|
* Font Stretch
|
|
@@ -1158,7 +1185,7 @@ const Ee = (e, t) => {
|
|
|
1158
1185
|
* @see https://tailwindcss.com/docs/font-family
|
|
1159
1186
|
*/
|
|
1160
1187
|
"font-family": [{
|
|
1161
|
-
font: [
|
|
1188
|
+
font: [vo, wo, t]
|
|
1162
1189
|
}],
|
|
1163
1190
|
/**
|
|
1164
1191
|
* Font Feature Settings
|
|
@@ -1209,7 +1236,7 @@ const Ee = (e, t) => {
|
|
|
1209
1236
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1210
1237
|
*/
|
|
1211
1238
|
"line-clamp": [{
|
|
1212
|
-
"line-clamp": [p, "none", n,
|
|
1239
|
+
"line-clamp": [p, "none", n, ke]
|
|
1213
1240
|
}],
|
|
1214
1241
|
/**
|
|
1215
1242
|
* Line Height
|
|
@@ -1218,8 +1245,8 @@ const Ee = (e, t) => {
|
|
|
1218
1245
|
leading: [{
|
|
1219
1246
|
leading: [
|
|
1220
1247
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1221
|
-
|
|
1222
|
-
...
|
|
1248
|
+
d,
|
|
1249
|
+
...a()
|
|
1223
1250
|
]
|
|
1224
1251
|
}],
|
|
1225
1252
|
/**
|
|
@@ -1282,7 +1309,7 @@ const Ee = (e, t) => {
|
|
|
1282
1309
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1283
1310
|
*/
|
|
1284
1311
|
"text-decoration-thickness": [{
|
|
1285
|
-
decoration: [p, "from-font", "auto", n,
|
|
1312
|
+
decoration: [p, "from-font", "auto", n, j]
|
|
1286
1313
|
}],
|
|
1287
1314
|
/**
|
|
1288
1315
|
* Text Decoration Color
|
|
@@ -1320,7 +1347,14 @@ const Ee = (e, t) => {
|
|
|
1320
1347
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1321
1348
|
*/
|
|
1322
1349
|
indent: [{
|
|
1323
|
-
indent:
|
|
1350
|
+
indent: a()
|
|
1351
|
+
}],
|
|
1352
|
+
/**
|
|
1353
|
+
* Tab Size
|
|
1354
|
+
* @see https://tailwindcss.com/docs/tab-size
|
|
1355
|
+
*/
|
|
1356
|
+
"tab-size": [{
|
|
1357
|
+
tab: [I, n, s]
|
|
1324
1358
|
}],
|
|
1325
1359
|
/**
|
|
1326
1360
|
* Vertical Alignment
|
|
@@ -1420,7 +1454,7 @@ const Ee = (e, t) => {
|
|
|
1420
1454
|
}, I, n, s],
|
|
1421
1455
|
radial: ["", n, s],
|
|
1422
1456
|
conic: [I, n, s]
|
|
1423
|
-
},
|
|
1457
|
+
}, Co, yo]
|
|
1424
1458
|
}],
|
|
1425
1459
|
/**
|
|
1426
1460
|
* Background Color
|
|
@@ -1479,189 +1513,189 @@ const Ee = (e, t) => {
|
|
|
1479
1513
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1480
1514
|
*/
|
|
1481
1515
|
rounded: [{
|
|
1482
|
-
rounded:
|
|
1516
|
+
rounded: x()
|
|
1483
1517
|
}],
|
|
1484
1518
|
/**
|
|
1485
1519
|
* Border Radius Start
|
|
1486
1520
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1487
1521
|
*/
|
|
1488
1522
|
"rounded-s": [{
|
|
1489
|
-
"rounded-s":
|
|
1523
|
+
"rounded-s": x()
|
|
1490
1524
|
}],
|
|
1491
1525
|
/**
|
|
1492
1526
|
* Border Radius End
|
|
1493
1527
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1494
1528
|
*/
|
|
1495
1529
|
"rounded-e": [{
|
|
1496
|
-
"rounded-e":
|
|
1530
|
+
"rounded-e": x()
|
|
1497
1531
|
}],
|
|
1498
1532
|
/**
|
|
1499
1533
|
* Border Radius Top
|
|
1500
1534
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1501
1535
|
*/
|
|
1502
1536
|
"rounded-t": [{
|
|
1503
|
-
"rounded-t":
|
|
1537
|
+
"rounded-t": x()
|
|
1504
1538
|
}],
|
|
1505
1539
|
/**
|
|
1506
1540
|
* Border Radius Right
|
|
1507
1541
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1508
1542
|
*/
|
|
1509
1543
|
"rounded-r": [{
|
|
1510
|
-
"rounded-r":
|
|
1544
|
+
"rounded-r": x()
|
|
1511
1545
|
}],
|
|
1512
1546
|
/**
|
|
1513
1547
|
* Border Radius Bottom
|
|
1514
1548
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1515
1549
|
*/
|
|
1516
1550
|
"rounded-b": [{
|
|
1517
|
-
"rounded-b":
|
|
1551
|
+
"rounded-b": x()
|
|
1518
1552
|
}],
|
|
1519
1553
|
/**
|
|
1520
1554
|
* Border Radius Left
|
|
1521
1555
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1522
1556
|
*/
|
|
1523
1557
|
"rounded-l": [{
|
|
1524
|
-
"rounded-l":
|
|
1558
|
+
"rounded-l": x()
|
|
1525
1559
|
}],
|
|
1526
1560
|
/**
|
|
1527
1561
|
* Border Radius Start Start
|
|
1528
1562
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1529
1563
|
*/
|
|
1530
1564
|
"rounded-ss": [{
|
|
1531
|
-
"rounded-ss":
|
|
1565
|
+
"rounded-ss": x()
|
|
1532
1566
|
}],
|
|
1533
1567
|
/**
|
|
1534
1568
|
* Border Radius Start End
|
|
1535
1569
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1536
1570
|
*/
|
|
1537
1571
|
"rounded-se": [{
|
|
1538
|
-
"rounded-se":
|
|
1572
|
+
"rounded-se": x()
|
|
1539
1573
|
}],
|
|
1540
1574
|
/**
|
|
1541
1575
|
* Border Radius End End
|
|
1542
1576
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1543
1577
|
*/
|
|
1544
1578
|
"rounded-ee": [{
|
|
1545
|
-
"rounded-ee":
|
|
1579
|
+
"rounded-ee": x()
|
|
1546
1580
|
}],
|
|
1547
1581
|
/**
|
|
1548
1582
|
* Border Radius End Start
|
|
1549
1583
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1550
1584
|
*/
|
|
1551
1585
|
"rounded-es": [{
|
|
1552
|
-
"rounded-es":
|
|
1586
|
+
"rounded-es": x()
|
|
1553
1587
|
}],
|
|
1554
1588
|
/**
|
|
1555
1589
|
* Border Radius Top Left
|
|
1556
1590
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1557
1591
|
*/
|
|
1558
1592
|
"rounded-tl": [{
|
|
1559
|
-
"rounded-tl":
|
|
1593
|
+
"rounded-tl": x()
|
|
1560
1594
|
}],
|
|
1561
1595
|
/**
|
|
1562
1596
|
* Border Radius Top Right
|
|
1563
1597
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1564
1598
|
*/
|
|
1565
1599
|
"rounded-tr": [{
|
|
1566
|
-
"rounded-tr":
|
|
1600
|
+
"rounded-tr": x()
|
|
1567
1601
|
}],
|
|
1568
1602
|
/**
|
|
1569
1603
|
* Border Radius Bottom Right
|
|
1570
1604
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1571
1605
|
*/
|
|
1572
1606
|
"rounded-br": [{
|
|
1573
|
-
"rounded-br":
|
|
1607
|
+
"rounded-br": x()
|
|
1574
1608
|
}],
|
|
1575
1609
|
/**
|
|
1576
1610
|
* Border Radius Bottom Left
|
|
1577
1611
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1578
1612
|
*/
|
|
1579
1613
|
"rounded-bl": [{
|
|
1580
|
-
"rounded-bl":
|
|
1614
|
+
"rounded-bl": x()
|
|
1581
1615
|
}],
|
|
1582
1616
|
/**
|
|
1583
1617
|
* Border Width
|
|
1584
1618
|
* @see https://tailwindcss.com/docs/border-width
|
|
1585
1619
|
*/
|
|
1586
1620
|
"border-w": [{
|
|
1587
|
-
border:
|
|
1621
|
+
border: w()
|
|
1588
1622
|
}],
|
|
1589
1623
|
/**
|
|
1590
1624
|
* Border Width Inline
|
|
1591
1625
|
* @see https://tailwindcss.com/docs/border-width
|
|
1592
1626
|
*/
|
|
1593
1627
|
"border-w-x": [{
|
|
1594
|
-
"border-x":
|
|
1628
|
+
"border-x": w()
|
|
1595
1629
|
}],
|
|
1596
1630
|
/**
|
|
1597
1631
|
* Border Width Block
|
|
1598
1632
|
* @see https://tailwindcss.com/docs/border-width
|
|
1599
1633
|
*/
|
|
1600
1634
|
"border-w-y": [{
|
|
1601
|
-
"border-y":
|
|
1635
|
+
"border-y": w()
|
|
1602
1636
|
}],
|
|
1603
1637
|
/**
|
|
1604
1638
|
* Border Width Inline Start
|
|
1605
1639
|
* @see https://tailwindcss.com/docs/border-width
|
|
1606
1640
|
*/
|
|
1607
1641
|
"border-w-s": [{
|
|
1608
|
-
"border-s":
|
|
1642
|
+
"border-s": w()
|
|
1609
1643
|
}],
|
|
1610
1644
|
/**
|
|
1611
1645
|
* Border Width Inline End
|
|
1612
1646
|
* @see https://tailwindcss.com/docs/border-width
|
|
1613
1647
|
*/
|
|
1614
1648
|
"border-w-e": [{
|
|
1615
|
-
"border-e":
|
|
1649
|
+
"border-e": w()
|
|
1616
1650
|
}],
|
|
1617
1651
|
/**
|
|
1618
1652
|
* Border Width Block Start
|
|
1619
1653
|
* @see https://tailwindcss.com/docs/border-width
|
|
1620
1654
|
*/
|
|
1621
1655
|
"border-w-bs": [{
|
|
1622
|
-
"border-bs":
|
|
1656
|
+
"border-bs": w()
|
|
1623
1657
|
}],
|
|
1624
1658
|
/**
|
|
1625
1659
|
* Border Width Block End
|
|
1626
1660
|
* @see https://tailwindcss.com/docs/border-width
|
|
1627
1661
|
*/
|
|
1628
1662
|
"border-w-be": [{
|
|
1629
|
-
"border-be":
|
|
1663
|
+
"border-be": w()
|
|
1630
1664
|
}],
|
|
1631
1665
|
/**
|
|
1632
1666
|
* Border Width Top
|
|
1633
1667
|
* @see https://tailwindcss.com/docs/border-width
|
|
1634
1668
|
*/
|
|
1635
1669
|
"border-w-t": [{
|
|
1636
|
-
"border-t":
|
|
1670
|
+
"border-t": w()
|
|
1637
1671
|
}],
|
|
1638
1672
|
/**
|
|
1639
1673
|
* Border Width Right
|
|
1640
1674
|
* @see https://tailwindcss.com/docs/border-width
|
|
1641
1675
|
*/
|
|
1642
1676
|
"border-w-r": [{
|
|
1643
|
-
"border-r":
|
|
1677
|
+
"border-r": w()
|
|
1644
1678
|
}],
|
|
1645
1679
|
/**
|
|
1646
1680
|
* Border Width Bottom
|
|
1647
1681
|
* @see https://tailwindcss.com/docs/border-width
|
|
1648
1682
|
*/
|
|
1649
1683
|
"border-w-b": [{
|
|
1650
|
-
"border-b":
|
|
1684
|
+
"border-b": w()
|
|
1651
1685
|
}],
|
|
1652
1686
|
/**
|
|
1653
1687
|
* Border Width Left
|
|
1654
1688
|
* @see https://tailwindcss.com/docs/border-width
|
|
1655
1689
|
*/
|
|
1656
1690
|
"border-w-l": [{
|
|
1657
|
-
"border-l":
|
|
1691
|
+
"border-l": w()
|
|
1658
1692
|
}],
|
|
1659
1693
|
/**
|
|
1660
1694
|
* Divide Width X
|
|
1661
1695
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1662
1696
|
*/
|
|
1663
1697
|
"divide-x": [{
|
|
1664
|
-
"divide-x":
|
|
1698
|
+
"divide-x": w()
|
|
1665
1699
|
}],
|
|
1666
1700
|
/**
|
|
1667
1701
|
* Divide Width X Reverse
|
|
@@ -1673,7 +1707,7 @@ const Ee = (e, t) => {
|
|
|
1673
1707
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1674
1708
|
*/
|
|
1675
1709
|
"divide-y": [{
|
|
1676
|
-
"divide-y":
|
|
1710
|
+
"divide-y": w()
|
|
1677
1711
|
}],
|
|
1678
1712
|
/**
|
|
1679
1713
|
* Divide Width Y Reverse
|
|
@@ -1797,7 +1831,7 @@ const Ee = (e, t) => {
|
|
|
1797
1831
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1798
1832
|
*/
|
|
1799
1833
|
"outline-w": [{
|
|
1800
|
-
outline: ["", p,
|
|
1834
|
+
outline: ["", p, $, j]
|
|
1801
1835
|
}],
|
|
1802
1836
|
/**
|
|
1803
1837
|
* Outline Color
|
|
@@ -1819,7 +1853,7 @@ const Ee = (e, t) => {
|
|
|
1819
1853
|
"",
|
|
1820
1854
|
"none",
|
|
1821
1855
|
h,
|
|
1822
|
-
|
|
1856
|
+
Q,
|
|
1823
1857
|
J
|
|
1824
1858
|
]
|
|
1825
1859
|
}],
|
|
@@ -1835,7 +1869,7 @@ const Ee = (e, t) => {
|
|
|
1835
1869
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1836
1870
|
*/
|
|
1837
1871
|
"inset-shadow": [{
|
|
1838
|
-
"inset-shadow": ["none",
|
|
1872
|
+
"inset-shadow": ["none", k, Q, J]
|
|
1839
1873
|
}],
|
|
1840
1874
|
/**
|
|
1841
1875
|
* Inset Box Shadow Color
|
|
@@ -1849,7 +1883,7 @@ const Ee = (e, t) => {
|
|
|
1849
1883
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1850
1884
|
*/
|
|
1851
1885
|
"ring-w": [{
|
|
1852
|
-
ring:
|
|
1886
|
+
ring: w()
|
|
1853
1887
|
}],
|
|
1854
1888
|
/**
|
|
1855
1889
|
* Ring Width Inset
|
|
@@ -1872,7 +1906,7 @@ const Ee = (e, t) => {
|
|
|
1872
1906
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1873
1907
|
*/
|
|
1874
1908
|
"ring-offset-w": [{
|
|
1875
|
-
"ring-offset": [p,
|
|
1909
|
+
"ring-offset": [p, j]
|
|
1876
1910
|
}],
|
|
1877
1911
|
/**
|
|
1878
1912
|
* Ring Offset Color
|
|
@@ -1888,7 +1922,7 @@ const Ee = (e, t) => {
|
|
|
1888
1922
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1889
1923
|
*/
|
|
1890
1924
|
"inset-ring-w": [{
|
|
1891
|
-
"inset-ring":
|
|
1925
|
+
"inset-ring": w()
|
|
1892
1926
|
}],
|
|
1893
1927
|
/**
|
|
1894
1928
|
* Inset Ring Color
|
|
@@ -1902,7 +1936,7 @@ const Ee = (e, t) => {
|
|
|
1902
1936
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1903
1937
|
*/
|
|
1904
1938
|
"text-shadow": [{
|
|
1905
|
-
"text-shadow": ["none",
|
|
1939
|
+
"text-shadow": ["none", T, Q, J]
|
|
1906
1940
|
}],
|
|
1907
1941
|
/**
|
|
1908
1942
|
* Text Shadow Color
|
|
@@ -2062,7 +2096,7 @@ const Ee = (e, t) => {
|
|
|
2062
2096
|
}]
|
|
2063
2097
|
}],
|
|
2064
2098
|
"mask-image-radial-pos": [{
|
|
2065
|
-
"mask-radial-at":
|
|
2099
|
+
"mask-radial-at": W()
|
|
2066
2100
|
}],
|
|
2067
2101
|
"mask-image-conic-pos": [{
|
|
2068
2102
|
"mask-conic": [p]
|
|
@@ -2174,8 +2208,8 @@ const Ee = (e, t) => {
|
|
|
2174
2208
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2175
2209
|
"",
|
|
2176
2210
|
"none",
|
|
2177
|
-
|
|
2178
|
-
|
|
2211
|
+
S,
|
|
2212
|
+
Q,
|
|
2179
2213
|
J
|
|
2180
2214
|
]
|
|
2181
2215
|
}],
|
|
@@ -2312,21 +2346,21 @@ const Ee = (e, t) => {
|
|
|
2312
2346
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2313
2347
|
*/
|
|
2314
2348
|
"border-spacing": [{
|
|
2315
|
-
"border-spacing":
|
|
2349
|
+
"border-spacing": a()
|
|
2316
2350
|
}],
|
|
2317
2351
|
/**
|
|
2318
2352
|
* Border Spacing X
|
|
2319
2353
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2320
2354
|
*/
|
|
2321
2355
|
"border-spacing-x": [{
|
|
2322
|
-
"border-spacing-x":
|
|
2356
|
+
"border-spacing-x": a()
|
|
2323
2357
|
}],
|
|
2324
2358
|
/**
|
|
2325
2359
|
* Border Spacing Y
|
|
2326
2360
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2327
2361
|
*/
|
|
2328
2362
|
"border-spacing-y": [{
|
|
2329
|
-
"border-spacing-y":
|
|
2363
|
+
"border-spacing-y": a()
|
|
2330
2364
|
}],
|
|
2331
2365
|
/**
|
|
2332
2366
|
* Table Layout
|
|
@@ -2371,7 +2405,7 @@ const Ee = (e, t) => {
|
|
|
2371
2405
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2372
2406
|
*/
|
|
2373
2407
|
ease: [{
|
|
2374
|
-
ease: ["linear", "initial",
|
|
2408
|
+
ease: ["linear", "initial", L, n, s]
|
|
2375
2409
|
}],
|
|
2376
2410
|
/**
|
|
2377
2411
|
* Transition Delay
|
|
@@ -2385,7 +2419,7 @@ const Ee = (e, t) => {
|
|
|
2385
2419
|
* @see https://tailwindcss.com/docs/animation
|
|
2386
2420
|
*/
|
|
2387
2421
|
animate: [{
|
|
2388
|
-
animate: ["none",
|
|
2422
|
+
animate: ["none", v, n, s]
|
|
2389
2423
|
}],
|
|
2390
2424
|
// ------------------
|
|
2391
2425
|
// --- Transforms ---
|
|
@@ -2402,14 +2436,14 @@ const Ee = (e, t) => {
|
|
|
2402
2436
|
* @see https://tailwindcss.com/docs/perspective
|
|
2403
2437
|
*/
|
|
2404
2438
|
perspective: [{
|
|
2405
|
-
perspective: [
|
|
2439
|
+
perspective: [y, n, s]
|
|
2406
2440
|
}],
|
|
2407
2441
|
/**
|
|
2408
2442
|
* Perspective Origin
|
|
2409
2443
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2410
2444
|
*/
|
|
2411
2445
|
"perspective-origin": [{
|
|
2412
|
-
"perspective-origin":
|
|
2446
|
+
"perspective-origin": E()
|
|
2413
2447
|
}],
|
|
2414
2448
|
/**
|
|
2415
2449
|
* Rotate
|
|
@@ -2505,7 +2539,7 @@ const Ee = (e, t) => {
|
|
|
2505
2539
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2506
2540
|
*/
|
|
2507
2541
|
"transform-origin": [{
|
|
2508
|
-
origin:
|
|
2542
|
+
origin: E()
|
|
2509
2543
|
}],
|
|
2510
2544
|
/**
|
|
2511
2545
|
* Transform Style
|
|
@@ -2547,6 +2581,13 @@ const Ee = (e, t) => {
|
|
|
2547
2581
|
* @see https://tailwindcss.com/docs/translate
|
|
2548
2582
|
*/
|
|
2549
2583
|
"translate-none": ["translate-none"],
|
|
2584
|
+
/**
|
|
2585
|
+
* Zoom
|
|
2586
|
+
* @see https://tailwindcss.com/docs/zoom
|
|
2587
|
+
*/
|
|
2588
|
+
zoom: [{
|
|
2589
|
+
zoom: [I, n, s]
|
|
2590
|
+
}],
|
|
2550
2591
|
// ---------------------
|
|
2551
2592
|
// --- Interactivity ---
|
|
2552
2593
|
// ---------------------
|
|
@@ -2613,159 +2654,187 @@ const Ee = (e, t) => {
|
|
|
2613
2654
|
"scroll-behavior": [{
|
|
2614
2655
|
scroll: ["auto", "smooth"]
|
|
2615
2656
|
}],
|
|
2657
|
+
/**
|
|
2658
|
+
* Scrollbar Thumb Color
|
|
2659
|
+
* @see https://tailwindcss.com/docs/scrollbar-color
|
|
2660
|
+
*/
|
|
2661
|
+
"scrollbar-thumb-color": [{
|
|
2662
|
+
"scrollbar-thumb": c()
|
|
2663
|
+
}],
|
|
2664
|
+
/**
|
|
2665
|
+
* Scrollbar Track Color
|
|
2666
|
+
* @see https://tailwindcss.com/docs/scrollbar-color
|
|
2667
|
+
*/
|
|
2668
|
+
"scrollbar-track-color": [{
|
|
2669
|
+
"scrollbar-track": c()
|
|
2670
|
+
}],
|
|
2671
|
+
/**
|
|
2672
|
+
* Scrollbar Gutter
|
|
2673
|
+
* @see https://tailwindcss.com/docs/scrollbar-gutter
|
|
2674
|
+
*/
|
|
2675
|
+
"scrollbar-gutter": [{
|
|
2676
|
+
"scrollbar-gutter": ["auto", "stable", "both"]
|
|
2677
|
+
}],
|
|
2678
|
+
/**
|
|
2679
|
+
* Scrollbar Width
|
|
2680
|
+
* @see https://tailwindcss.com/docs/scrollbar-width
|
|
2681
|
+
*/
|
|
2682
|
+
"scrollbar-w": [{
|
|
2683
|
+
scrollbar: ["auto", "thin", "none"]
|
|
2684
|
+
}],
|
|
2616
2685
|
/**
|
|
2617
2686
|
* Scroll Margin
|
|
2618
2687
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2619
2688
|
*/
|
|
2620
2689
|
"scroll-m": [{
|
|
2621
|
-
"scroll-m":
|
|
2690
|
+
"scroll-m": a()
|
|
2622
2691
|
}],
|
|
2623
2692
|
/**
|
|
2624
2693
|
* Scroll Margin Inline
|
|
2625
2694
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2626
2695
|
*/
|
|
2627
2696
|
"scroll-mx": [{
|
|
2628
|
-
"scroll-mx":
|
|
2697
|
+
"scroll-mx": a()
|
|
2629
2698
|
}],
|
|
2630
2699
|
/**
|
|
2631
2700
|
* Scroll Margin Block
|
|
2632
2701
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2633
2702
|
*/
|
|
2634
2703
|
"scroll-my": [{
|
|
2635
|
-
"scroll-my":
|
|
2704
|
+
"scroll-my": a()
|
|
2636
2705
|
}],
|
|
2637
2706
|
/**
|
|
2638
2707
|
* Scroll Margin Inline Start
|
|
2639
2708
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2640
2709
|
*/
|
|
2641
2710
|
"scroll-ms": [{
|
|
2642
|
-
"scroll-ms":
|
|
2711
|
+
"scroll-ms": a()
|
|
2643
2712
|
}],
|
|
2644
2713
|
/**
|
|
2645
2714
|
* Scroll Margin Inline End
|
|
2646
2715
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2647
2716
|
*/
|
|
2648
2717
|
"scroll-me": [{
|
|
2649
|
-
"scroll-me":
|
|
2718
|
+
"scroll-me": a()
|
|
2650
2719
|
}],
|
|
2651
2720
|
/**
|
|
2652
2721
|
* Scroll Margin Block Start
|
|
2653
2722
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2654
2723
|
*/
|
|
2655
2724
|
"scroll-mbs": [{
|
|
2656
|
-
"scroll-mbs":
|
|
2725
|
+
"scroll-mbs": a()
|
|
2657
2726
|
}],
|
|
2658
2727
|
/**
|
|
2659
2728
|
* Scroll Margin Block End
|
|
2660
2729
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2661
2730
|
*/
|
|
2662
2731
|
"scroll-mbe": [{
|
|
2663
|
-
"scroll-mbe":
|
|
2732
|
+
"scroll-mbe": a()
|
|
2664
2733
|
}],
|
|
2665
2734
|
/**
|
|
2666
2735
|
* Scroll Margin Top
|
|
2667
2736
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2668
2737
|
*/
|
|
2669
2738
|
"scroll-mt": [{
|
|
2670
|
-
"scroll-mt":
|
|
2739
|
+
"scroll-mt": a()
|
|
2671
2740
|
}],
|
|
2672
2741
|
/**
|
|
2673
2742
|
* Scroll Margin Right
|
|
2674
2743
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2675
2744
|
*/
|
|
2676
2745
|
"scroll-mr": [{
|
|
2677
|
-
"scroll-mr":
|
|
2746
|
+
"scroll-mr": a()
|
|
2678
2747
|
}],
|
|
2679
2748
|
/**
|
|
2680
2749
|
* Scroll Margin Bottom
|
|
2681
2750
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2682
2751
|
*/
|
|
2683
2752
|
"scroll-mb": [{
|
|
2684
|
-
"scroll-mb":
|
|
2753
|
+
"scroll-mb": a()
|
|
2685
2754
|
}],
|
|
2686
2755
|
/**
|
|
2687
2756
|
* Scroll Margin Left
|
|
2688
2757
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2689
2758
|
*/
|
|
2690
2759
|
"scroll-ml": [{
|
|
2691
|
-
"scroll-ml":
|
|
2760
|
+
"scroll-ml": a()
|
|
2692
2761
|
}],
|
|
2693
2762
|
/**
|
|
2694
2763
|
* Scroll Padding
|
|
2695
2764
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2696
2765
|
*/
|
|
2697
2766
|
"scroll-p": [{
|
|
2698
|
-
"scroll-p":
|
|
2767
|
+
"scroll-p": a()
|
|
2699
2768
|
}],
|
|
2700
2769
|
/**
|
|
2701
2770
|
* Scroll Padding Inline
|
|
2702
2771
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2703
2772
|
*/
|
|
2704
2773
|
"scroll-px": [{
|
|
2705
|
-
"scroll-px":
|
|
2774
|
+
"scroll-px": a()
|
|
2706
2775
|
}],
|
|
2707
2776
|
/**
|
|
2708
2777
|
* Scroll Padding Block
|
|
2709
2778
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2710
2779
|
*/
|
|
2711
2780
|
"scroll-py": [{
|
|
2712
|
-
"scroll-py":
|
|
2781
|
+
"scroll-py": a()
|
|
2713
2782
|
}],
|
|
2714
2783
|
/**
|
|
2715
2784
|
* Scroll Padding Inline Start
|
|
2716
2785
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2717
2786
|
*/
|
|
2718
2787
|
"scroll-ps": [{
|
|
2719
|
-
"scroll-ps":
|
|
2788
|
+
"scroll-ps": a()
|
|
2720
2789
|
}],
|
|
2721
2790
|
/**
|
|
2722
2791
|
* Scroll Padding Inline End
|
|
2723
2792
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2724
2793
|
*/
|
|
2725
2794
|
"scroll-pe": [{
|
|
2726
|
-
"scroll-pe":
|
|
2795
|
+
"scroll-pe": a()
|
|
2727
2796
|
}],
|
|
2728
2797
|
/**
|
|
2729
2798
|
* Scroll Padding Block Start
|
|
2730
2799
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2731
2800
|
*/
|
|
2732
2801
|
"scroll-pbs": [{
|
|
2733
|
-
"scroll-pbs":
|
|
2802
|
+
"scroll-pbs": a()
|
|
2734
2803
|
}],
|
|
2735
2804
|
/**
|
|
2736
2805
|
* Scroll Padding Block End
|
|
2737
2806
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2738
2807
|
*/
|
|
2739
2808
|
"scroll-pbe": [{
|
|
2740
|
-
"scroll-pbe":
|
|
2809
|
+
"scroll-pbe": a()
|
|
2741
2810
|
}],
|
|
2742
2811
|
/**
|
|
2743
2812
|
* Scroll Padding Top
|
|
2744
2813
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2745
2814
|
*/
|
|
2746
2815
|
"scroll-pt": [{
|
|
2747
|
-
"scroll-pt":
|
|
2816
|
+
"scroll-pt": a()
|
|
2748
2817
|
}],
|
|
2749
2818
|
/**
|
|
2750
2819
|
* Scroll Padding Right
|
|
2751
2820
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2752
2821
|
*/
|
|
2753
2822
|
"scroll-pr": [{
|
|
2754
|
-
"scroll-pr":
|
|
2823
|
+
"scroll-pr": a()
|
|
2755
2824
|
}],
|
|
2756
2825
|
/**
|
|
2757
2826
|
* Scroll Padding Bottom
|
|
2758
2827
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2759
2828
|
*/
|
|
2760
2829
|
"scroll-pb": [{
|
|
2761
|
-
"scroll-pb":
|
|
2830
|
+
"scroll-pb": a()
|
|
2762
2831
|
}],
|
|
2763
2832
|
/**
|
|
2764
2833
|
* Scroll Padding Left
|
|
2765
2834
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2766
2835
|
*/
|
|
2767
2836
|
"scroll-pl": [{
|
|
2768
|
-
"scroll-pl":
|
|
2837
|
+
"scroll-pl": a()
|
|
2769
2838
|
}],
|
|
2770
2839
|
/**
|
|
2771
2840
|
* Scroll Snap Align
|
|
@@ -2850,7 +2919,7 @@ const Ee = (e, t) => {
|
|
|
2850
2919
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2851
2920
|
*/
|
|
2852
2921
|
"stroke-w": [{
|
|
2853
|
-
stroke: [p,
|
|
2922
|
+
stroke: [p, $, j, ke]
|
|
2854
2923
|
}],
|
|
2855
2924
|
/**
|
|
2856
2925
|
* Stroke
|
|
@@ -2871,6 +2940,7 @@ const Ee = (e, t) => {
|
|
|
2871
2940
|
}]
|
|
2872
2941
|
},
|
|
2873
2942
|
conflictingClassGroups: {
|
|
2943
|
+
"container-named": ["container-type"],
|
|
2874
2944
|
overflow: ["overflow-x", "overflow-y"],
|
|
2875
2945
|
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2876
2946
|
inset: ["inset-x", "inset-y", "inset-bs", "inset-be", "start", "end", "top", "right", "bottom", "left"],
|
|
@@ -2923,13 +2993,14 @@ const Ee = (e, t) => {
|
|
|
2923
2993
|
conflictingClassGroupModifiers: {
|
|
2924
2994
|
"font-size": ["leading"]
|
|
2925
2995
|
},
|
|
2996
|
+
postfixLookupClassGroups: ["container-type"],
|
|
2926
2997
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2927
2998
|
};
|
|
2928
|
-
},
|
|
2929
|
-
function
|
|
2930
|
-
return
|
|
2999
|
+
}, Ro = /* @__PURE__ */ so(Io);
|
|
3000
|
+
function Go(...e) {
|
|
3001
|
+
return Ro(Ne(e));
|
|
2931
3002
|
}
|
|
2932
3003
|
export {
|
|
2933
3004
|
Ne as a,
|
|
2934
|
-
|
|
3005
|
+
Go as c
|
|
2935
3006
|
};
|