@soft-stech/bootsman-ui-shadcn 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +21 -0
- package/README.md +71 -0
- package/dist/bootsman-ui-shadcn.js +2662 -0
- package/dist/bootsman-ui-shadcn.umd.cjs +3 -0
- package/dist/components/ui/button/Button.vue.d.ts +2 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +1 -0
- package/dist/style.css +1 -0
- package/package.json +66 -0
@@ -0,0 +1,2662 @@
|
|
1
|
+
import { defineComponent as M, mergeProps as ke, cloneVNode as Se, h as j, toRefs as Ae, ref as C, getCurrentInstance as ue, reactive as ze, watch as U, watchEffect as Me, markRaw as ie, effectScope as Ne, Fragment as Ee, computed as pe, nextTick as Ie, onUnmounted as Te, inject as Pe, provide as je, unref as V, openBlock as Oe, createBlock as Re, normalizeClass as Ge, withCtx as $e, renderSlot as Le } from "vue";
|
2
|
+
function Ue(e, t) {
|
3
|
+
const r = typeof e == "string" && !t ? `${e}Context` : t, o = Symbol(r);
|
4
|
+
return [(i) => {
|
5
|
+
const n = Pe(o, i);
|
6
|
+
if (n || n === null)
|
7
|
+
return n;
|
8
|
+
throw new Error(
|
9
|
+
`Injection \`${o.toString()}\` not found. Component must be used within ${Array.isArray(e) ? `one of the following components: ${e.join(
|
10
|
+
", "
|
11
|
+
)}` : `\`${e}\``}`
|
12
|
+
);
|
13
|
+
}, (i) => (je(o, i), i)];
|
14
|
+
}
|
15
|
+
function W(e) {
|
16
|
+
let t = !1, r;
|
17
|
+
const o = Ne(!0);
|
18
|
+
return (...i) => (t || (r = o.run(() => e(...i)), t = !0), r);
|
19
|
+
}
|
20
|
+
function Ve(e) {
|
21
|
+
return typeof e == "function" ? e() : V(e);
|
22
|
+
}
|
23
|
+
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
24
|
+
function fe(e) {
|
25
|
+
var t;
|
26
|
+
const r = Ve(e);
|
27
|
+
return (t = r == null ? void 0 : r.$el) != null ? t : r;
|
28
|
+
}
|
29
|
+
function X(e) {
|
30
|
+
return e ? e.flatMap((t) => t.type === Ee ? X(t.children) : [t]) : [];
|
31
|
+
}
|
32
|
+
W(() => C());
|
33
|
+
W(() => C(0));
|
34
|
+
W(() => ({ count: C(0) }));
|
35
|
+
function We(e, t) {
|
36
|
+
const r = C(e);
|
37
|
+
function o(i) {
|
38
|
+
return t[r.value][i] ?? r.value;
|
39
|
+
}
|
40
|
+
return {
|
41
|
+
state: r,
|
42
|
+
dispatch: (i) => {
|
43
|
+
r.value = o(i);
|
44
|
+
}
|
45
|
+
};
|
46
|
+
}
|
47
|
+
const Y = M({
|
48
|
+
name: "PrimitiveSlot",
|
49
|
+
inheritAttrs: !1,
|
50
|
+
setup(e, { attrs: t, slots: r }) {
|
51
|
+
return () => {
|
52
|
+
var o, i;
|
53
|
+
if (!r.default)
|
54
|
+
return null;
|
55
|
+
const n = X(r.default()), [s, ...l] = n;
|
56
|
+
if (Object.keys(t).length > 0) {
|
57
|
+
(o = s.props) == null || delete o.ref;
|
58
|
+
const u = ke(t, s.props ?? {});
|
59
|
+
t.class && (i = s.props) != null && i.class && delete s.props.class;
|
60
|
+
const c = Se(s, u);
|
61
|
+
for (const p in u)
|
62
|
+
p.startsWith("on") && (c.props || (c.props = {}), c.props[p] = u[p]);
|
63
|
+
return n.length === 1 ? c : [c, ...l];
|
64
|
+
}
|
65
|
+
return n;
|
66
|
+
};
|
67
|
+
}
|
68
|
+
}), _e = M({
|
69
|
+
name: "Primitive",
|
70
|
+
inheritAttrs: !1,
|
71
|
+
props: {
|
72
|
+
asChild: {
|
73
|
+
type: Boolean,
|
74
|
+
default: !1
|
75
|
+
},
|
76
|
+
as: {
|
77
|
+
type: [String, Object],
|
78
|
+
default: "div"
|
79
|
+
}
|
80
|
+
},
|
81
|
+
setup(e, { attrs: t, slots: r }) {
|
82
|
+
return (e.asChild ? "template" : e.as) !== "template" ? () => j(e.as, t, { default: r.default }) : () => j(Y, t, { default: r.default });
|
83
|
+
}
|
84
|
+
});
|
85
|
+
function be() {
|
86
|
+
const e = C(), t = pe(() => {
|
87
|
+
var r, o;
|
88
|
+
return ["#text", "#comment"].includes((r = e.value) == null ? void 0 : r.$el.nodeName) ? (o = e.value) == null ? void 0 : o.$el.nextElementSibling : fe(e);
|
89
|
+
});
|
90
|
+
return {
|
91
|
+
primitiveElement: e,
|
92
|
+
currentElement: t
|
93
|
+
};
|
94
|
+
}
|
95
|
+
function Be(e, t) {
|
96
|
+
const r = C({}), o = C("none"), i = e.value ? "mounted" : "unmounted", { state: n, dispatch: s } = We(i, {
|
97
|
+
mounted: {
|
98
|
+
UNMOUNT: "unmounted",
|
99
|
+
ANIMATION_OUT: "unmountSuspended"
|
100
|
+
},
|
101
|
+
unmountSuspended: {
|
102
|
+
MOUNT: "mounted",
|
103
|
+
ANIMATION_END: "unmounted"
|
104
|
+
},
|
105
|
+
unmounted: {
|
106
|
+
MOUNT: "mounted"
|
107
|
+
}
|
108
|
+
});
|
109
|
+
U(
|
110
|
+
e,
|
111
|
+
async (a, f) => {
|
112
|
+
var v;
|
113
|
+
const y = f !== a;
|
114
|
+
if (await Ie(), y) {
|
115
|
+
const g = o.value, h = $(t.value);
|
116
|
+
a ? s("MOUNT") : h === "none" || ((v = r.value) == null ? void 0 : v.display) === "none" ? s("UNMOUNT") : s(f && g !== h ? "ANIMATION_OUT" : "UNMOUNT");
|
117
|
+
}
|
118
|
+
},
|
119
|
+
{ immediate: !0 }
|
120
|
+
);
|
121
|
+
const l = (a) => {
|
122
|
+
const f = $(t.value), v = f.includes(
|
123
|
+
a.animationName
|
124
|
+
);
|
125
|
+
a.target === t.value && v && s("ANIMATION_END"), a.target === t.value && f === "none" && s("ANIMATION_END");
|
126
|
+
}, u = (a) => {
|
127
|
+
a.target === t.value && (o.value = $(t.value));
|
128
|
+
}, c = U(
|
129
|
+
t,
|
130
|
+
(a, f) => {
|
131
|
+
a ? (r.value = getComputedStyle(a), a.addEventListener("animationstart", u), a.addEventListener("animationcancel", l), a.addEventListener("animationend", l)) : (s("ANIMATION_END"), f == null || f.removeEventListener("animationstart", u), f == null || f.removeEventListener("animationcancel", l), f == null || f.removeEventListener("animationend", l));
|
132
|
+
},
|
133
|
+
{ immediate: !0 }
|
134
|
+
), p = U(n, () => {
|
135
|
+
const a = $(t.value);
|
136
|
+
o.value = n.value === "mounted" ? a : "none";
|
137
|
+
});
|
138
|
+
return Te(() => {
|
139
|
+
c(), p();
|
140
|
+
}), {
|
141
|
+
isPresent: pe(
|
142
|
+
() => ["mounted", "unmountSuspended"].includes(n.value)
|
143
|
+
)
|
144
|
+
};
|
145
|
+
}
|
146
|
+
function $(e) {
|
147
|
+
return e && getComputedStyle(e).animationName || "none";
|
148
|
+
}
|
149
|
+
M({
|
150
|
+
name: "Presence",
|
151
|
+
props: {
|
152
|
+
present: {
|
153
|
+
type: Boolean,
|
154
|
+
required: !0
|
155
|
+
},
|
156
|
+
forceMount: {
|
157
|
+
type: Boolean
|
158
|
+
}
|
159
|
+
},
|
160
|
+
slots: {},
|
161
|
+
setup(e, { slots: t, expose: r }) {
|
162
|
+
var o;
|
163
|
+
const { present: i, forceMount: n } = Ae(e), s = C(), { isPresent: l } = Be(i, s);
|
164
|
+
r({ present: l });
|
165
|
+
let u = t.default({ present: l });
|
166
|
+
u = X(u || []);
|
167
|
+
const c = ue();
|
168
|
+
if (u && (u == null ? void 0 : u.length) > 1) {
|
169
|
+
const p = (o = c == null ? void 0 : c.parent) != null && o.type.name ? `<${c.parent.type.name} />` : "component";
|
170
|
+
throw new Error(
|
171
|
+
[
|
172
|
+
`Detected an invalid children for \`${p}\` for \`Presence\` component.`,
|
173
|
+
"",
|
174
|
+
"Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.",
|
175
|
+
"You can apply a few solutions:",
|
176
|
+
[
|
177
|
+
"Provide a single child element so that `presence` directive attach correctly.",
|
178
|
+
"Ensure the first child is an actual element instead of a raw text node or comment node."
|
179
|
+
].map((a) => ` - ${a}`).join(`
|
180
|
+
`)
|
181
|
+
].join(`
|
182
|
+
`)
|
183
|
+
);
|
184
|
+
}
|
185
|
+
return () => n.value || i.value || l.value ? j(t.default({ present: l })[0], {
|
186
|
+
ref: (p) => {
|
187
|
+
const a = fe(p);
|
188
|
+
return typeof (a == null ? void 0 : a.hasAttribute) > "u" || (a != null && a.hasAttribute("data-radix-popper-content-wrapper") ? s.value = a.firstElementChild : s.value = a), a;
|
189
|
+
}
|
190
|
+
}) : null;
|
191
|
+
}
|
192
|
+
});
|
193
|
+
ze({
|
194
|
+
layersRoot: /* @__PURE__ */ new Set(),
|
195
|
+
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
196
|
+
branches: /* @__PURE__ */ new Set()
|
197
|
+
});
|
198
|
+
W(() => C([]));
|
199
|
+
const [me, Mt] = Ue("CollectionProvider");
|
200
|
+
M({
|
201
|
+
name: "CollectionSlot",
|
202
|
+
setup(e, { slots: t }) {
|
203
|
+
const r = me(), { primitiveElement: o, currentElement: i } = be();
|
204
|
+
return U(i, () => {
|
205
|
+
r.collectionRef.value = i.value;
|
206
|
+
}), () => j(Y, { ref: o }, t);
|
207
|
+
}
|
208
|
+
});
|
209
|
+
M({
|
210
|
+
name: "CollectionItem",
|
211
|
+
setup(e, { slots: t, attrs: r }) {
|
212
|
+
const o = me(), { primitiveElement: i, currentElement: n } = be(), s = ue();
|
213
|
+
return Me((l) => {
|
214
|
+
var u;
|
215
|
+
if (n.value) {
|
216
|
+
const c = ie(n.value);
|
217
|
+
o.itemMap.value.set(c, { ref: n.value, ...ie(((u = s == null ? void 0 : s.parent) == null ? void 0 : u.props) ?? {}) }), l(() => o.itemMap.value.delete(c));
|
218
|
+
}
|
219
|
+
}), () => j(Y, { ...r, [o.attrName]: "", ref: i }, t);
|
220
|
+
}
|
221
|
+
});
|
222
|
+
function ge(e) {
|
223
|
+
var t, r, o = "";
|
224
|
+
if (typeof e == "string" || typeof e == "number")
|
225
|
+
o += e;
|
226
|
+
else if (typeof e == "object")
|
227
|
+
if (Array.isArray(e))
|
228
|
+
for (t = 0; t < e.length; t++)
|
229
|
+
e[t] && (r = ge(e[t])) && (o && (o += " "), o += r);
|
230
|
+
else
|
231
|
+
for (t in e)
|
232
|
+
e[t] && (o && (o += " "), o += t);
|
233
|
+
return o;
|
234
|
+
}
|
235
|
+
function Fe() {
|
236
|
+
for (var e, t, r = 0, o = ""; r < arguments.length; )
|
237
|
+
(e = arguments[r++]) && (t = ge(e)) && (o && (o += " "), o += t);
|
238
|
+
return o;
|
239
|
+
}
|
240
|
+
const le = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, ae = Fe, qe = (e, t) => (r) => {
|
241
|
+
var o;
|
242
|
+
if ((t == null ? void 0 : t.variants) == null)
|
243
|
+
return ae(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
244
|
+
const { variants: i, defaultVariants: n } = t, s = Object.keys(i).map((c) => {
|
245
|
+
const p = r == null ? void 0 : r[c], a = n == null ? void 0 : n[c];
|
246
|
+
if (p === null)
|
247
|
+
return null;
|
248
|
+
const f = le(p) || le(a);
|
249
|
+
return i[c][f];
|
250
|
+
}), l = r && Object.entries(r).reduce((c, p) => {
|
251
|
+
let [a, f] = p;
|
252
|
+
return f === void 0 || (c[a] = f), c;
|
253
|
+
}, {}), u = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((c, p) => {
|
254
|
+
let { class: a, className: f, ...v } = p;
|
255
|
+
return Object.entries(v).every((y) => {
|
256
|
+
let [g, h] = y;
|
257
|
+
return Array.isArray(h) ? h.includes({
|
258
|
+
...n,
|
259
|
+
...l
|
260
|
+
}[g]) : {
|
261
|
+
...n,
|
262
|
+
...l
|
263
|
+
}[g] === h;
|
264
|
+
}) ? [
|
265
|
+
...c,
|
266
|
+
a,
|
267
|
+
f
|
268
|
+
] : c;
|
269
|
+
}, []);
|
270
|
+
return ae(e, s, u, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
271
|
+
}, Je = qe(
|
272
|
+
"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
|
273
|
+
{
|
274
|
+
variants: {
|
275
|
+
variant: {
|
276
|
+
default: "bg-primary text-primary-foreground hover:bg-primary/90",
|
277
|
+
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
278
|
+
outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
|
279
|
+
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
280
|
+
ghost: "hover:bg-accent hover:text-accent-foreground",
|
281
|
+
link: "text-primary underline-offset-4 hover:underline"
|
282
|
+
},
|
283
|
+
size: {
|
284
|
+
default: "h-10 px-4 py-2",
|
285
|
+
sm: "h-9 rounded-md px-3",
|
286
|
+
lg: "h-11 rounded-md px-8",
|
287
|
+
icon: "h-10 w-10"
|
288
|
+
}
|
289
|
+
},
|
290
|
+
defaultVariants: {
|
291
|
+
variant: "default",
|
292
|
+
size: "default"
|
293
|
+
}
|
294
|
+
}
|
295
|
+
);
|
296
|
+
function he(e) {
|
297
|
+
var t, r, o = "";
|
298
|
+
if (typeof e == "string" || typeof e == "number")
|
299
|
+
o += e;
|
300
|
+
else if (typeof e == "object")
|
301
|
+
if (Array.isArray(e)) {
|
302
|
+
var i = e.length;
|
303
|
+
for (t = 0; t < i; t++)
|
304
|
+
e[t] && (r = he(e[t])) && (o && (o += " "), o += r);
|
305
|
+
} else
|
306
|
+
for (r in e)
|
307
|
+
e[r] && (o && (o += " "), o += r);
|
308
|
+
return o;
|
309
|
+
}
|
310
|
+
function Ke() {
|
311
|
+
for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++)
|
312
|
+
(e = arguments[r]) && (t = he(e)) && (o && (o += " "), o += t);
|
313
|
+
return o;
|
314
|
+
}
|
315
|
+
const Z = "-";
|
316
|
+
function Xe(e) {
|
317
|
+
const t = Ze(e), {
|
318
|
+
conflictingClassGroups: r,
|
319
|
+
conflictingClassGroupModifiers: o
|
320
|
+
} = e;
|
321
|
+
function i(s) {
|
322
|
+
const l = s.split(Z);
|
323
|
+
return l[0] === "" && l.length !== 1 && l.shift(), ve(l, t) || Ye(s);
|
324
|
+
}
|
325
|
+
function n(s, l) {
|
326
|
+
const u = r[s] || [];
|
327
|
+
return l && o[s] ? [...u, ...o[s]] : u;
|
328
|
+
}
|
329
|
+
return {
|
330
|
+
getClassGroupId: i,
|
331
|
+
getConflictingClassGroupIds: n
|
332
|
+
};
|
333
|
+
}
|
334
|
+
function ve(e, t) {
|
335
|
+
var s;
|
336
|
+
if (e.length === 0)
|
337
|
+
return t.classGroupId;
|
338
|
+
const r = e[0], o = t.nextPart.get(r), i = o ? ve(e.slice(1), o) : void 0;
|
339
|
+
if (i)
|
340
|
+
return i;
|
341
|
+
if (t.validators.length === 0)
|
342
|
+
return;
|
343
|
+
const n = e.join(Z);
|
344
|
+
return (s = t.validators.find(({
|
345
|
+
validator: l
|
346
|
+
}) => l(n))) == null ? void 0 : s.classGroupId;
|
347
|
+
}
|
348
|
+
const ce = /^\[(.+)\]$/;
|
349
|
+
function Ye(e) {
|
350
|
+
if (ce.test(e)) {
|
351
|
+
const t = ce.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
352
|
+
if (r)
|
353
|
+
return "arbitrary.." + r;
|
354
|
+
}
|
355
|
+
}
|
356
|
+
function Ze(e) {
|
357
|
+
const {
|
358
|
+
theme: t,
|
359
|
+
prefix: r
|
360
|
+
} = e, o = {
|
361
|
+
nextPart: /* @__PURE__ */ new Map(),
|
362
|
+
validators: []
|
363
|
+
};
|
364
|
+
return Qe(Object.entries(e.classGroups), r).forEach(([n, s]) => {
|
365
|
+
K(s, o, n, t);
|
366
|
+
}), o;
|
367
|
+
}
|
368
|
+
function K(e, t, r, o) {
|
369
|
+
e.forEach((i) => {
|
370
|
+
if (typeof i == "string") {
|
371
|
+
const n = i === "" ? t : de(t, i);
|
372
|
+
n.classGroupId = r;
|
373
|
+
return;
|
374
|
+
}
|
375
|
+
if (typeof i == "function") {
|
376
|
+
if (He(i)) {
|
377
|
+
K(i(o), t, r, o);
|
378
|
+
return;
|
379
|
+
}
|
380
|
+
t.validators.push({
|
381
|
+
validator: i,
|
382
|
+
classGroupId: r
|
383
|
+
});
|
384
|
+
return;
|
385
|
+
}
|
386
|
+
Object.entries(i).forEach(([n, s]) => {
|
387
|
+
K(s, de(t, n), r, o);
|
388
|
+
});
|
389
|
+
});
|
390
|
+
}
|
391
|
+
function de(e, t) {
|
392
|
+
let r = e;
|
393
|
+
return t.split(Z).forEach((o) => {
|
394
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
395
|
+
nextPart: /* @__PURE__ */ new Map(),
|
396
|
+
validators: []
|
397
|
+
}), r = r.nextPart.get(o);
|
398
|
+
}), r;
|
399
|
+
}
|
400
|
+
function He(e) {
|
401
|
+
return e.isThemeGetter;
|
402
|
+
}
|
403
|
+
function Qe(e, t) {
|
404
|
+
return t ? e.map(([r, o]) => {
|
405
|
+
const i = o.map((n) => typeof n == "string" ? t + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([s, l]) => [t + s, l])) : n);
|
406
|
+
return [r, i];
|
407
|
+
}) : e;
|
408
|
+
}
|
409
|
+
function De(e) {
|
410
|
+
if (e < 1)
|
411
|
+
return {
|
412
|
+
get: () => {
|
413
|
+
},
|
414
|
+
set: () => {
|
415
|
+
}
|
416
|
+
};
|
417
|
+
let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
418
|
+
function i(n, s) {
|
419
|
+
r.set(n, s), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
|
420
|
+
}
|
421
|
+
return {
|
422
|
+
get(n) {
|
423
|
+
let s = r.get(n);
|
424
|
+
if (s !== void 0)
|
425
|
+
return s;
|
426
|
+
if ((s = o.get(n)) !== void 0)
|
427
|
+
return i(n, s), s;
|
428
|
+
},
|
429
|
+
set(n, s) {
|
430
|
+
r.has(n) ? r.set(n, s) : i(n, s);
|
431
|
+
}
|
432
|
+
};
|
433
|
+
}
|
434
|
+
const ye = "!";
|
435
|
+
function et(e) {
|
436
|
+
const t = e.separator, r = t.length === 1, o = t[0], i = t.length;
|
437
|
+
return function(s) {
|
438
|
+
const l = [];
|
439
|
+
let u = 0, c = 0, p;
|
440
|
+
for (let g = 0; g < s.length; g++) {
|
441
|
+
let h = s[g];
|
442
|
+
if (u === 0) {
|
443
|
+
if (h === o && (r || s.slice(g, g + i) === t)) {
|
444
|
+
l.push(s.slice(c, g)), c = g + i;
|
445
|
+
continue;
|
446
|
+
}
|
447
|
+
if (h === "/") {
|
448
|
+
p = g;
|
449
|
+
continue;
|
450
|
+
}
|
451
|
+
}
|
452
|
+
h === "[" ? u++ : h === "]" && u--;
|
453
|
+
}
|
454
|
+
const a = l.length === 0 ? s : s.substring(c), f = a.startsWith(ye), v = f ? a.substring(1) : a, y = p && p > c ? p - c : void 0;
|
455
|
+
return {
|
456
|
+
modifiers: l,
|
457
|
+
hasImportantModifier: f,
|
458
|
+
baseClassName: v,
|
459
|
+
maybePostfixModifierPosition: y
|
460
|
+
};
|
461
|
+
};
|
462
|
+
}
|
463
|
+
function tt(e) {
|
464
|
+
if (e.length <= 1)
|
465
|
+
return e;
|
466
|
+
const t = [];
|
467
|
+
let r = [];
|
468
|
+
return e.forEach((o) => {
|
469
|
+
o[0] === "[" ? (t.push(...r.sort(), o), r = []) : r.push(o);
|
470
|
+
}), t.push(...r.sort()), t;
|
471
|
+
}
|
472
|
+
function rt(e) {
|
473
|
+
return {
|
474
|
+
cache: De(e.cacheSize),
|
475
|
+
splitModifiers: et(e),
|
476
|
+
...Xe(e)
|
477
|
+
};
|
478
|
+
}
|
479
|
+
const ot = /\s+/;
|
480
|
+
function nt(e, t) {
|
481
|
+
const {
|
482
|
+
splitModifiers: r,
|
483
|
+
getClassGroupId: o,
|
484
|
+
getConflictingClassGroupIds: i
|
485
|
+
} = t, n = /* @__PURE__ */ new Set();
|
486
|
+
return e.trim().split(ot).map((s) => {
|
487
|
+
const {
|
488
|
+
modifiers: l,
|
489
|
+
hasImportantModifier: u,
|
490
|
+
baseClassName: c,
|
491
|
+
maybePostfixModifierPosition: p
|
492
|
+
} = r(s);
|
493
|
+
let a = o(p ? c.substring(0, p) : c), f = !!p;
|
494
|
+
if (!a) {
|
495
|
+
if (!p)
|
496
|
+
return {
|
497
|
+
isTailwindClass: !1,
|
498
|
+
originalClassName: s
|
499
|
+
};
|
500
|
+
if (a = o(c), !a)
|
501
|
+
return {
|
502
|
+
isTailwindClass: !1,
|
503
|
+
originalClassName: s
|
504
|
+
};
|
505
|
+
f = !1;
|
506
|
+
}
|
507
|
+
const v = tt(l).join(":");
|
508
|
+
return {
|
509
|
+
isTailwindClass: !0,
|
510
|
+
modifierId: u ? v + ye : v,
|
511
|
+
classGroupId: a,
|
512
|
+
originalClassName: s,
|
513
|
+
hasPostfixModifier: f
|
514
|
+
};
|
515
|
+
}).reverse().filter((s) => {
|
516
|
+
if (!s.isTailwindClass)
|
517
|
+
return !0;
|
518
|
+
const {
|
519
|
+
modifierId: l,
|
520
|
+
classGroupId: u,
|
521
|
+
hasPostfixModifier: c
|
522
|
+
} = s, p = l + u;
|
523
|
+
return n.has(p) ? !1 : (n.add(p), i(u, c).forEach((a) => n.add(l + a)), !0);
|
524
|
+
}).reverse().map((s) => s.originalClassName).join(" ");
|
525
|
+
}
|
526
|
+
function st() {
|
527
|
+
let e = 0, t, r, o = "";
|
528
|
+
for (; e < arguments.length; )
|
529
|
+
(t = arguments[e++]) && (r = xe(t)) && (o && (o += " "), o += r);
|
530
|
+
return o;
|
531
|
+
}
|
532
|
+
function xe(e) {
|
533
|
+
if (typeof e == "string")
|
534
|
+
return e;
|
535
|
+
let t, r = "";
|
536
|
+
for (let o = 0; o < e.length; o++)
|
537
|
+
e[o] && (t = xe(e[o])) && (r && (r += " "), r += t);
|
538
|
+
return r;
|
539
|
+
}
|
540
|
+
function it(e, ...t) {
|
541
|
+
let r, o, i, n = s;
|
542
|
+
function s(u) {
|
543
|
+
const c = t.reduce((p, a) => a(p), e());
|
544
|
+
return r = rt(c), o = r.cache.get, i = r.cache.set, n = l, l(u);
|
545
|
+
}
|
546
|
+
function l(u) {
|
547
|
+
const c = o(u);
|
548
|
+
if (c)
|
549
|
+
return c;
|
550
|
+
const p = nt(u, r);
|
551
|
+
return i(u, p), p;
|
552
|
+
}
|
553
|
+
return function() {
|
554
|
+
return n(st.apply(null, arguments));
|
555
|
+
};
|
556
|
+
}
|
557
|
+
function b(e) {
|
558
|
+
const t = (r) => r[e] || [];
|
559
|
+
return t.isThemeGetter = !0, t;
|
560
|
+
}
|
561
|
+
const we = /^\[(?:([a-z-]+):)?(.+)\]$/i, lt = /^\d+\/\d+$/, at = /* @__PURE__ */ new Set(["px", "full", "screen"]), ct = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, dt = /\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$/, ut = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, pt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
562
|
+
function w(e) {
|
563
|
+
return z(e) || at.has(e) || lt.test(e);
|
564
|
+
}
|
565
|
+
function S(e) {
|
566
|
+
return N(e, "length", xt);
|
567
|
+
}
|
568
|
+
function z(e) {
|
569
|
+
return !!e && !Number.isNaN(Number(e));
|
570
|
+
}
|
571
|
+
function L(e) {
|
572
|
+
return N(e, "number", z);
|
573
|
+
}
|
574
|
+
function T(e) {
|
575
|
+
return !!e && Number.isInteger(Number(e));
|
576
|
+
}
|
577
|
+
function ft(e) {
|
578
|
+
return e.endsWith("%") && z(e.slice(0, -1));
|
579
|
+
}
|
580
|
+
function d(e) {
|
581
|
+
return we.test(e);
|
582
|
+
}
|
583
|
+
function A(e) {
|
584
|
+
return ct.test(e);
|
585
|
+
}
|
586
|
+
const bt = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
587
|
+
function mt(e) {
|
588
|
+
return N(e, bt, Ce);
|
589
|
+
}
|
590
|
+
function gt(e) {
|
591
|
+
return N(e, "position", Ce);
|
592
|
+
}
|
593
|
+
const ht = /* @__PURE__ */ new Set(["image", "url"]);
|
594
|
+
function vt(e) {
|
595
|
+
return N(e, ht, Ct);
|
596
|
+
}
|
597
|
+
function yt(e) {
|
598
|
+
return N(e, "", wt);
|
599
|
+
}
|
600
|
+
function P() {
|
601
|
+
return !0;
|
602
|
+
}
|
603
|
+
function N(e, t, r) {
|
604
|
+
const o = we.exec(e);
|
605
|
+
return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : r(o[2]) : !1;
|
606
|
+
}
|
607
|
+
function xt(e) {
|
608
|
+
return dt.test(e);
|
609
|
+
}
|
610
|
+
function Ce() {
|
611
|
+
return !1;
|
612
|
+
}
|
613
|
+
function wt(e) {
|
614
|
+
return ut.test(e);
|
615
|
+
}
|
616
|
+
function Ct(e) {
|
617
|
+
return pt.test(e);
|
618
|
+
}
|
619
|
+
function kt() {
|
620
|
+
const e = b("colors"), t = b("spacing"), r = b("blur"), o = b("brightness"), i = b("borderColor"), n = b("borderRadius"), s = b("borderSpacing"), l = b("borderWidth"), u = b("contrast"), c = b("grayscale"), p = b("hueRotate"), a = b("invert"), f = b("gap"), v = b("gradientColorStops"), y = b("gradientColorStopPositions"), g = b("inset"), h = b("margin"), k = b("opacity"), x = b("padding"), H = b("saturate"), _ = b("scale"), Q = b("sepia"), D = b("skew"), ee = b("space"), te = b("translate"), B = () => ["auto", "contain", "none"], F = () => ["auto", "hidden", "clip", "visible", "scroll"], q = () => ["auto", d, t], m = () => [d, t], re = () => ["", w, S], O = () => ["auto", z, d], oe = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], R = () => ["solid", "dashed", "dotted", "double", "none"], ne = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], E = () => ["", "0", d], se = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], I = () => [z, L], G = () => [z, d];
|
621
|
+
return {
|
622
|
+
cacheSize: 500,
|
623
|
+
separator: ":",
|
624
|
+
theme: {
|
625
|
+
colors: [P],
|
626
|
+
spacing: [w, S],
|
627
|
+
blur: ["none", "", A, d],
|
628
|
+
brightness: I(),
|
629
|
+
borderColor: [e],
|
630
|
+
borderRadius: ["none", "", "full", A, d],
|
631
|
+
borderSpacing: m(),
|
632
|
+
borderWidth: re(),
|
633
|
+
contrast: I(),
|
634
|
+
grayscale: E(),
|
635
|
+
hueRotate: G(),
|
636
|
+
invert: E(),
|
637
|
+
gap: m(),
|
638
|
+
gradientColorStops: [e],
|
639
|
+
gradientColorStopPositions: [ft, S],
|
640
|
+
inset: q(),
|
641
|
+
margin: q(),
|
642
|
+
opacity: I(),
|
643
|
+
padding: m(),
|
644
|
+
saturate: I(),
|
645
|
+
scale: I(),
|
646
|
+
sepia: E(),
|
647
|
+
skew: G(),
|
648
|
+
space: m(),
|
649
|
+
translate: m()
|
650
|
+
},
|
651
|
+
classGroups: {
|
652
|
+
// Layout
|
653
|
+
/**
|
654
|
+
* Aspect Ratio
|
655
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
656
|
+
*/
|
657
|
+
aspect: [{
|
658
|
+
aspect: ["auto", "square", "video", d]
|
659
|
+
}],
|
660
|
+
/**
|
661
|
+
* Container
|
662
|
+
* @see https://tailwindcss.com/docs/container
|
663
|
+
*/
|
664
|
+
container: ["container"],
|
665
|
+
/**
|
666
|
+
* Columns
|
667
|
+
* @see https://tailwindcss.com/docs/columns
|
668
|
+
*/
|
669
|
+
columns: [{
|
670
|
+
columns: [A]
|
671
|
+
}],
|
672
|
+
/**
|
673
|
+
* Break After
|
674
|
+
* @see https://tailwindcss.com/docs/break-after
|
675
|
+
*/
|
676
|
+
"break-after": [{
|
677
|
+
"break-after": se()
|
678
|
+
}],
|
679
|
+
/**
|
680
|
+
* Break Before
|
681
|
+
* @see https://tailwindcss.com/docs/break-before
|
682
|
+
*/
|
683
|
+
"break-before": [{
|
684
|
+
"break-before": se()
|
685
|
+
}],
|
686
|
+
/**
|
687
|
+
* Break Inside
|
688
|
+
* @see https://tailwindcss.com/docs/break-inside
|
689
|
+
*/
|
690
|
+
"break-inside": [{
|
691
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
692
|
+
}],
|
693
|
+
/**
|
694
|
+
* Box Decoration Break
|
695
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
696
|
+
*/
|
697
|
+
"box-decoration": [{
|
698
|
+
"box-decoration": ["slice", "clone"]
|
699
|
+
}],
|
700
|
+
/**
|
701
|
+
* Box Sizing
|
702
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
703
|
+
*/
|
704
|
+
box: [{
|
705
|
+
box: ["border", "content"]
|
706
|
+
}],
|
707
|
+
/**
|
708
|
+
* Display
|
709
|
+
* @see https://tailwindcss.com/docs/display
|
710
|
+
*/
|
711
|
+
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
712
|
+
/**
|
713
|
+
* Floats
|
714
|
+
* @see https://tailwindcss.com/docs/float
|
715
|
+
*/
|
716
|
+
float: [{
|
717
|
+
float: ["right", "left", "none", "start", "end"]
|
718
|
+
}],
|
719
|
+
/**
|
720
|
+
* Clear
|
721
|
+
* @see https://tailwindcss.com/docs/clear
|
722
|
+
*/
|
723
|
+
clear: [{
|
724
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
725
|
+
}],
|
726
|
+
/**
|
727
|
+
* Isolation
|
728
|
+
* @see https://tailwindcss.com/docs/isolation
|
729
|
+
*/
|
730
|
+
isolation: ["isolate", "isolation-auto"],
|
731
|
+
/**
|
732
|
+
* Object Fit
|
733
|
+
* @see https://tailwindcss.com/docs/object-fit
|
734
|
+
*/
|
735
|
+
"object-fit": [{
|
736
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
737
|
+
}],
|
738
|
+
/**
|
739
|
+
* Object Position
|
740
|
+
* @see https://tailwindcss.com/docs/object-position
|
741
|
+
*/
|
742
|
+
"object-position": [{
|
743
|
+
object: [...oe(), d]
|
744
|
+
}],
|
745
|
+
/**
|
746
|
+
* Overflow
|
747
|
+
* @see https://tailwindcss.com/docs/overflow
|
748
|
+
*/
|
749
|
+
overflow: [{
|
750
|
+
overflow: F()
|
751
|
+
}],
|
752
|
+
/**
|
753
|
+
* Overflow X
|
754
|
+
* @see https://tailwindcss.com/docs/overflow
|
755
|
+
*/
|
756
|
+
"overflow-x": [{
|
757
|
+
"overflow-x": F()
|
758
|
+
}],
|
759
|
+
/**
|
760
|
+
* Overflow Y
|
761
|
+
* @see https://tailwindcss.com/docs/overflow
|
762
|
+
*/
|
763
|
+
"overflow-y": [{
|
764
|
+
"overflow-y": F()
|
765
|
+
}],
|
766
|
+
/**
|
767
|
+
* Overscroll Behavior
|
768
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
769
|
+
*/
|
770
|
+
overscroll: [{
|
771
|
+
overscroll: B()
|
772
|
+
}],
|
773
|
+
/**
|
774
|
+
* Overscroll Behavior X
|
775
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
776
|
+
*/
|
777
|
+
"overscroll-x": [{
|
778
|
+
"overscroll-x": B()
|
779
|
+
}],
|
780
|
+
/**
|
781
|
+
* Overscroll Behavior Y
|
782
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
783
|
+
*/
|
784
|
+
"overscroll-y": [{
|
785
|
+
"overscroll-y": B()
|
786
|
+
}],
|
787
|
+
/**
|
788
|
+
* Position
|
789
|
+
* @see https://tailwindcss.com/docs/position
|
790
|
+
*/
|
791
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
792
|
+
/**
|
793
|
+
* Top / Right / Bottom / Left
|
794
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
795
|
+
*/
|
796
|
+
inset: [{
|
797
|
+
inset: [g]
|
798
|
+
}],
|
799
|
+
/**
|
800
|
+
* Right / Left
|
801
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
802
|
+
*/
|
803
|
+
"inset-x": [{
|
804
|
+
"inset-x": [g]
|
805
|
+
}],
|
806
|
+
/**
|
807
|
+
* Top / Bottom
|
808
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
809
|
+
*/
|
810
|
+
"inset-y": [{
|
811
|
+
"inset-y": [g]
|
812
|
+
}],
|
813
|
+
/**
|
814
|
+
* Start
|
815
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
816
|
+
*/
|
817
|
+
start: [{
|
818
|
+
start: [g]
|
819
|
+
}],
|
820
|
+
/**
|
821
|
+
* End
|
822
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
823
|
+
*/
|
824
|
+
end: [{
|
825
|
+
end: [g]
|
826
|
+
}],
|
827
|
+
/**
|
828
|
+
* Top
|
829
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
830
|
+
*/
|
831
|
+
top: [{
|
832
|
+
top: [g]
|
833
|
+
}],
|
834
|
+
/**
|
835
|
+
* Right
|
836
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
837
|
+
*/
|
838
|
+
right: [{
|
839
|
+
right: [g]
|
840
|
+
}],
|
841
|
+
/**
|
842
|
+
* Bottom
|
843
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
844
|
+
*/
|
845
|
+
bottom: [{
|
846
|
+
bottom: [g]
|
847
|
+
}],
|
848
|
+
/**
|
849
|
+
* Left
|
850
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
851
|
+
*/
|
852
|
+
left: [{
|
853
|
+
left: [g]
|
854
|
+
}],
|
855
|
+
/**
|
856
|
+
* Visibility
|
857
|
+
* @see https://tailwindcss.com/docs/visibility
|
858
|
+
*/
|
859
|
+
visibility: ["visible", "invisible", "collapse"],
|
860
|
+
/**
|
861
|
+
* Z-Index
|
862
|
+
* @see https://tailwindcss.com/docs/z-index
|
863
|
+
*/
|
864
|
+
z: [{
|
865
|
+
z: ["auto", T, d]
|
866
|
+
}],
|
867
|
+
// Flexbox and Grid
|
868
|
+
/**
|
869
|
+
* Flex Basis
|
870
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
871
|
+
*/
|
872
|
+
basis: [{
|
873
|
+
basis: q()
|
874
|
+
}],
|
875
|
+
/**
|
876
|
+
* Flex Direction
|
877
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
878
|
+
*/
|
879
|
+
"flex-direction": [{
|
880
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
881
|
+
}],
|
882
|
+
/**
|
883
|
+
* Flex Wrap
|
884
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
885
|
+
*/
|
886
|
+
"flex-wrap": [{
|
887
|
+
flex: ["wrap", "wrap-reverse", "nowrap"]
|
888
|
+
}],
|
889
|
+
/**
|
890
|
+
* Flex
|
891
|
+
* @see https://tailwindcss.com/docs/flex
|
892
|
+
*/
|
893
|
+
flex: [{
|
894
|
+
flex: ["1", "auto", "initial", "none", d]
|
895
|
+
}],
|
896
|
+
/**
|
897
|
+
* Flex Grow
|
898
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
899
|
+
*/
|
900
|
+
grow: [{
|
901
|
+
grow: E()
|
902
|
+
}],
|
903
|
+
/**
|
904
|
+
* Flex Shrink
|
905
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
906
|
+
*/
|
907
|
+
shrink: [{
|
908
|
+
shrink: E()
|
909
|
+
}],
|
910
|
+
/**
|
911
|
+
* Order
|
912
|
+
* @see https://tailwindcss.com/docs/order
|
913
|
+
*/
|
914
|
+
order: [{
|
915
|
+
order: ["first", "last", "none", T, d]
|
916
|
+
}],
|
917
|
+
/**
|
918
|
+
* Grid Template Columns
|
919
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
920
|
+
*/
|
921
|
+
"grid-cols": [{
|
922
|
+
"grid-cols": [P]
|
923
|
+
}],
|
924
|
+
/**
|
925
|
+
* Grid Column Start / End
|
926
|
+
* @see https://tailwindcss.com/docs/grid-column
|
927
|
+
*/
|
928
|
+
"col-start-end": [{
|
929
|
+
col: ["auto", {
|
930
|
+
span: ["full", T, d]
|
931
|
+
}, d]
|
932
|
+
}],
|
933
|
+
/**
|
934
|
+
* Grid Column Start
|
935
|
+
* @see https://tailwindcss.com/docs/grid-column
|
936
|
+
*/
|
937
|
+
"col-start": [{
|
938
|
+
"col-start": O()
|
939
|
+
}],
|
940
|
+
/**
|
941
|
+
* Grid Column End
|
942
|
+
* @see https://tailwindcss.com/docs/grid-column
|
943
|
+
*/
|
944
|
+
"col-end": [{
|
945
|
+
"col-end": O()
|
946
|
+
}],
|
947
|
+
/**
|
948
|
+
* Grid Template Rows
|
949
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
950
|
+
*/
|
951
|
+
"grid-rows": [{
|
952
|
+
"grid-rows": [P]
|
953
|
+
}],
|
954
|
+
/**
|
955
|
+
* Grid Row Start / End
|
956
|
+
* @see https://tailwindcss.com/docs/grid-row
|
957
|
+
*/
|
958
|
+
"row-start-end": [{
|
959
|
+
row: ["auto", {
|
960
|
+
span: [T, d]
|
961
|
+
}, d]
|
962
|
+
}],
|
963
|
+
/**
|
964
|
+
* Grid Row Start
|
965
|
+
* @see https://tailwindcss.com/docs/grid-row
|
966
|
+
*/
|
967
|
+
"row-start": [{
|
968
|
+
"row-start": O()
|
969
|
+
}],
|
970
|
+
/**
|
971
|
+
* Grid Row End
|
972
|
+
* @see https://tailwindcss.com/docs/grid-row
|
973
|
+
*/
|
974
|
+
"row-end": [{
|
975
|
+
"row-end": O()
|
976
|
+
}],
|
977
|
+
/**
|
978
|
+
* Grid Auto Flow
|
979
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
980
|
+
*/
|
981
|
+
"grid-flow": [{
|
982
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
983
|
+
}],
|
984
|
+
/**
|
985
|
+
* Grid Auto Columns
|
986
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
987
|
+
*/
|
988
|
+
"auto-cols": [{
|
989
|
+
"auto-cols": ["auto", "min", "max", "fr", d]
|
990
|
+
}],
|
991
|
+
/**
|
992
|
+
* Grid Auto Rows
|
993
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
994
|
+
*/
|
995
|
+
"auto-rows": [{
|
996
|
+
"auto-rows": ["auto", "min", "max", "fr", d]
|
997
|
+
}],
|
998
|
+
/**
|
999
|
+
* Gap
|
1000
|
+
* @see https://tailwindcss.com/docs/gap
|
1001
|
+
*/
|
1002
|
+
gap: [{
|
1003
|
+
gap: [f]
|
1004
|
+
}],
|
1005
|
+
/**
|
1006
|
+
* Gap X
|
1007
|
+
* @see https://tailwindcss.com/docs/gap
|
1008
|
+
*/
|
1009
|
+
"gap-x": [{
|
1010
|
+
"gap-x": [f]
|
1011
|
+
}],
|
1012
|
+
/**
|
1013
|
+
* Gap Y
|
1014
|
+
* @see https://tailwindcss.com/docs/gap
|
1015
|
+
*/
|
1016
|
+
"gap-y": [{
|
1017
|
+
"gap-y": [f]
|
1018
|
+
}],
|
1019
|
+
/**
|
1020
|
+
* Justify Content
|
1021
|
+
* @see https://tailwindcss.com/docs/justify-content
|
1022
|
+
*/
|
1023
|
+
"justify-content": [{
|
1024
|
+
justify: ["normal", ...J()]
|
1025
|
+
}],
|
1026
|
+
/**
|
1027
|
+
* Justify Items
|
1028
|
+
* @see https://tailwindcss.com/docs/justify-items
|
1029
|
+
*/
|
1030
|
+
"justify-items": [{
|
1031
|
+
"justify-items": ["start", "end", "center", "stretch"]
|
1032
|
+
}],
|
1033
|
+
/**
|
1034
|
+
* Justify Self
|
1035
|
+
* @see https://tailwindcss.com/docs/justify-self
|
1036
|
+
*/
|
1037
|
+
"justify-self": [{
|
1038
|
+
"justify-self": ["auto", "start", "end", "center", "stretch"]
|
1039
|
+
}],
|
1040
|
+
/**
|
1041
|
+
* Align Content
|
1042
|
+
* @see https://tailwindcss.com/docs/align-content
|
1043
|
+
*/
|
1044
|
+
"align-content": [{
|
1045
|
+
content: ["normal", ...J(), "baseline"]
|
1046
|
+
}],
|
1047
|
+
/**
|
1048
|
+
* Align Items
|
1049
|
+
* @see https://tailwindcss.com/docs/align-items
|
1050
|
+
*/
|
1051
|
+
"align-items": [{
|
1052
|
+
items: ["start", "end", "center", "baseline", "stretch"]
|
1053
|
+
}],
|
1054
|
+
/**
|
1055
|
+
* Align Self
|
1056
|
+
* @see https://tailwindcss.com/docs/align-self
|
1057
|
+
*/
|
1058
|
+
"align-self": [{
|
1059
|
+
self: ["auto", "start", "end", "center", "stretch", "baseline"]
|
1060
|
+
}],
|
1061
|
+
/**
|
1062
|
+
* Place Content
|
1063
|
+
* @see https://tailwindcss.com/docs/place-content
|
1064
|
+
*/
|
1065
|
+
"place-content": [{
|
1066
|
+
"place-content": [...J(), "baseline"]
|
1067
|
+
}],
|
1068
|
+
/**
|
1069
|
+
* Place Items
|
1070
|
+
* @see https://tailwindcss.com/docs/place-items
|
1071
|
+
*/
|
1072
|
+
"place-items": [{
|
1073
|
+
"place-items": ["start", "end", "center", "baseline", "stretch"]
|
1074
|
+
}],
|
1075
|
+
/**
|
1076
|
+
* Place Self
|
1077
|
+
* @see https://tailwindcss.com/docs/place-self
|
1078
|
+
*/
|
1079
|
+
"place-self": [{
|
1080
|
+
"place-self": ["auto", "start", "end", "center", "stretch"]
|
1081
|
+
}],
|
1082
|
+
// Spacing
|
1083
|
+
/**
|
1084
|
+
* Padding
|
1085
|
+
* @see https://tailwindcss.com/docs/padding
|
1086
|
+
*/
|
1087
|
+
p: [{
|
1088
|
+
p: [x]
|
1089
|
+
}],
|
1090
|
+
/**
|
1091
|
+
* Padding X
|
1092
|
+
* @see https://tailwindcss.com/docs/padding
|
1093
|
+
*/
|
1094
|
+
px: [{
|
1095
|
+
px: [x]
|
1096
|
+
}],
|
1097
|
+
/**
|
1098
|
+
* Padding Y
|
1099
|
+
* @see https://tailwindcss.com/docs/padding
|
1100
|
+
*/
|
1101
|
+
py: [{
|
1102
|
+
py: [x]
|
1103
|
+
}],
|
1104
|
+
/**
|
1105
|
+
* Padding Start
|
1106
|
+
* @see https://tailwindcss.com/docs/padding
|
1107
|
+
*/
|
1108
|
+
ps: [{
|
1109
|
+
ps: [x]
|
1110
|
+
}],
|
1111
|
+
/**
|
1112
|
+
* Padding End
|
1113
|
+
* @see https://tailwindcss.com/docs/padding
|
1114
|
+
*/
|
1115
|
+
pe: [{
|
1116
|
+
pe: [x]
|
1117
|
+
}],
|
1118
|
+
/**
|
1119
|
+
* Padding Top
|
1120
|
+
* @see https://tailwindcss.com/docs/padding
|
1121
|
+
*/
|
1122
|
+
pt: [{
|
1123
|
+
pt: [x]
|
1124
|
+
}],
|
1125
|
+
/**
|
1126
|
+
* Padding Right
|
1127
|
+
* @see https://tailwindcss.com/docs/padding
|
1128
|
+
*/
|
1129
|
+
pr: [{
|
1130
|
+
pr: [x]
|
1131
|
+
}],
|
1132
|
+
/**
|
1133
|
+
* Padding Bottom
|
1134
|
+
* @see https://tailwindcss.com/docs/padding
|
1135
|
+
*/
|
1136
|
+
pb: [{
|
1137
|
+
pb: [x]
|
1138
|
+
}],
|
1139
|
+
/**
|
1140
|
+
* Padding Left
|
1141
|
+
* @see https://tailwindcss.com/docs/padding
|
1142
|
+
*/
|
1143
|
+
pl: [{
|
1144
|
+
pl: [x]
|
1145
|
+
}],
|
1146
|
+
/**
|
1147
|
+
* Margin
|
1148
|
+
* @see https://tailwindcss.com/docs/margin
|
1149
|
+
*/
|
1150
|
+
m: [{
|
1151
|
+
m: [h]
|
1152
|
+
}],
|
1153
|
+
/**
|
1154
|
+
* Margin X
|
1155
|
+
* @see https://tailwindcss.com/docs/margin
|
1156
|
+
*/
|
1157
|
+
mx: [{
|
1158
|
+
mx: [h]
|
1159
|
+
}],
|
1160
|
+
/**
|
1161
|
+
* Margin Y
|
1162
|
+
* @see https://tailwindcss.com/docs/margin
|
1163
|
+
*/
|
1164
|
+
my: [{
|
1165
|
+
my: [h]
|
1166
|
+
}],
|
1167
|
+
/**
|
1168
|
+
* Margin Start
|
1169
|
+
* @see https://tailwindcss.com/docs/margin
|
1170
|
+
*/
|
1171
|
+
ms: [{
|
1172
|
+
ms: [h]
|
1173
|
+
}],
|
1174
|
+
/**
|
1175
|
+
* Margin End
|
1176
|
+
* @see https://tailwindcss.com/docs/margin
|
1177
|
+
*/
|
1178
|
+
me: [{
|
1179
|
+
me: [h]
|
1180
|
+
}],
|
1181
|
+
/**
|
1182
|
+
* Margin Top
|
1183
|
+
* @see https://tailwindcss.com/docs/margin
|
1184
|
+
*/
|
1185
|
+
mt: [{
|
1186
|
+
mt: [h]
|
1187
|
+
}],
|
1188
|
+
/**
|
1189
|
+
* Margin Right
|
1190
|
+
* @see https://tailwindcss.com/docs/margin
|
1191
|
+
*/
|
1192
|
+
mr: [{
|
1193
|
+
mr: [h]
|
1194
|
+
}],
|
1195
|
+
/**
|
1196
|
+
* Margin Bottom
|
1197
|
+
* @see https://tailwindcss.com/docs/margin
|
1198
|
+
*/
|
1199
|
+
mb: [{
|
1200
|
+
mb: [h]
|
1201
|
+
}],
|
1202
|
+
/**
|
1203
|
+
* Margin Left
|
1204
|
+
* @see https://tailwindcss.com/docs/margin
|
1205
|
+
*/
|
1206
|
+
ml: [{
|
1207
|
+
ml: [h]
|
1208
|
+
}],
|
1209
|
+
/**
|
1210
|
+
* Space Between X
|
1211
|
+
* @see https://tailwindcss.com/docs/space
|
1212
|
+
*/
|
1213
|
+
"space-x": [{
|
1214
|
+
"space-x": [ee]
|
1215
|
+
}],
|
1216
|
+
/**
|
1217
|
+
* Space Between X Reverse
|
1218
|
+
* @see https://tailwindcss.com/docs/space
|
1219
|
+
*/
|
1220
|
+
"space-x-reverse": ["space-x-reverse"],
|
1221
|
+
/**
|
1222
|
+
* Space Between Y
|
1223
|
+
* @see https://tailwindcss.com/docs/space
|
1224
|
+
*/
|
1225
|
+
"space-y": [{
|
1226
|
+
"space-y": [ee]
|
1227
|
+
}],
|
1228
|
+
/**
|
1229
|
+
* Space Between Y Reverse
|
1230
|
+
* @see https://tailwindcss.com/docs/space
|
1231
|
+
*/
|
1232
|
+
"space-y-reverse": ["space-y-reverse"],
|
1233
|
+
// Sizing
|
1234
|
+
/**
|
1235
|
+
* Width
|
1236
|
+
* @see https://tailwindcss.com/docs/width
|
1237
|
+
*/
|
1238
|
+
w: [{
|
1239
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", d, t]
|
1240
|
+
}],
|
1241
|
+
/**
|
1242
|
+
* Min-Width
|
1243
|
+
* @see https://tailwindcss.com/docs/min-width
|
1244
|
+
*/
|
1245
|
+
"min-w": [{
|
1246
|
+
"min-w": [d, t, "min", "max", "fit"]
|
1247
|
+
}],
|
1248
|
+
/**
|
1249
|
+
* Max-Width
|
1250
|
+
* @see https://tailwindcss.com/docs/max-width
|
1251
|
+
*/
|
1252
|
+
"max-w": [{
|
1253
|
+
"max-w": [d, t, "none", "full", "min", "max", "fit", "prose", {
|
1254
|
+
screen: [A]
|
1255
|
+
}, A]
|
1256
|
+
}],
|
1257
|
+
/**
|
1258
|
+
* Height
|
1259
|
+
* @see https://tailwindcss.com/docs/height
|
1260
|
+
*/
|
1261
|
+
h: [{
|
1262
|
+
h: [d, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
1263
|
+
}],
|
1264
|
+
/**
|
1265
|
+
* Min-Height
|
1266
|
+
* @see https://tailwindcss.com/docs/min-height
|
1267
|
+
*/
|
1268
|
+
"min-h": [{
|
1269
|
+
"min-h": [d, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
1270
|
+
}],
|
1271
|
+
/**
|
1272
|
+
* Max-Height
|
1273
|
+
* @see https://tailwindcss.com/docs/max-height
|
1274
|
+
*/
|
1275
|
+
"max-h": [{
|
1276
|
+
"max-h": [d, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
1277
|
+
}],
|
1278
|
+
/**
|
1279
|
+
* Size
|
1280
|
+
* @see https://tailwindcss.com/docs/size
|
1281
|
+
*/
|
1282
|
+
size: [{
|
1283
|
+
size: [d, t, "auto", "min", "max", "fit"]
|
1284
|
+
}],
|
1285
|
+
// Typography
|
1286
|
+
/**
|
1287
|
+
* Font Size
|
1288
|
+
* @see https://tailwindcss.com/docs/font-size
|
1289
|
+
*/
|
1290
|
+
"font-size": [{
|
1291
|
+
text: ["base", A, S]
|
1292
|
+
}],
|
1293
|
+
/**
|
1294
|
+
* Font Smoothing
|
1295
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
1296
|
+
*/
|
1297
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
1298
|
+
/**
|
1299
|
+
* Font Style
|
1300
|
+
* @see https://tailwindcss.com/docs/font-style
|
1301
|
+
*/
|
1302
|
+
"font-style": ["italic", "not-italic"],
|
1303
|
+
/**
|
1304
|
+
* Font Weight
|
1305
|
+
* @see https://tailwindcss.com/docs/font-weight
|
1306
|
+
*/
|
1307
|
+
"font-weight": [{
|
1308
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", L]
|
1309
|
+
}],
|
1310
|
+
/**
|
1311
|
+
* Font Family
|
1312
|
+
* @see https://tailwindcss.com/docs/font-family
|
1313
|
+
*/
|
1314
|
+
"font-family": [{
|
1315
|
+
font: [P]
|
1316
|
+
}],
|
1317
|
+
/**
|
1318
|
+
* Font Variant Numeric
|
1319
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
1320
|
+
*/
|
1321
|
+
"fvn-normal": ["normal-nums"],
|
1322
|
+
/**
|
1323
|
+
* Font Variant Numeric
|
1324
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
1325
|
+
*/
|
1326
|
+
"fvn-ordinal": ["ordinal"],
|
1327
|
+
/**
|
1328
|
+
* Font Variant Numeric
|
1329
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
1330
|
+
*/
|
1331
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
1332
|
+
/**
|
1333
|
+
* Font Variant Numeric
|
1334
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
1335
|
+
*/
|
1336
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
1337
|
+
/**
|
1338
|
+
* Font Variant Numeric
|
1339
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
1340
|
+
*/
|
1341
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
1342
|
+
/**
|
1343
|
+
* Font Variant Numeric
|
1344
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
1345
|
+
*/
|
1346
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
|
1347
|
+
/**
|
1348
|
+
* Letter Spacing
|
1349
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
1350
|
+
*/
|
1351
|
+
tracking: [{
|
1352
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", d]
|
1353
|
+
}],
|
1354
|
+
/**
|
1355
|
+
* Line Clamp
|
1356
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
1357
|
+
*/
|
1358
|
+
"line-clamp": [{
|
1359
|
+
"line-clamp": ["none", z, L]
|
1360
|
+
}],
|
1361
|
+
/**
|
1362
|
+
* Line Height
|
1363
|
+
* @see https://tailwindcss.com/docs/line-height
|
1364
|
+
*/
|
1365
|
+
leading: [{
|
1366
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", w, d]
|
1367
|
+
}],
|
1368
|
+
/**
|
1369
|
+
* List Style Image
|
1370
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
1371
|
+
*/
|
1372
|
+
"list-image": [{
|
1373
|
+
"list-image": ["none", d]
|
1374
|
+
}],
|
1375
|
+
/**
|
1376
|
+
* List Style Type
|
1377
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
1378
|
+
*/
|
1379
|
+
"list-style-type": [{
|
1380
|
+
list: ["none", "disc", "decimal", d]
|
1381
|
+
}],
|
1382
|
+
/**
|
1383
|
+
* List Style Position
|
1384
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
1385
|
+
*/
|
1386
|
+
"list-style-position": [{
|
1387
|
+
list: ["inside", "outside"]
|
1388
|
+
}],
|
1389
|
+
/**
|
1390
|
+
* Placeholder Color
|
1391
|
+
* @deprecated since Tailwind CSS v3.0.0
|
1392
|
+
* @see https://tailwindcss.com/docs/placeholder-color
|
1393
|
+
*/
|
1394
|
+
"placeholder-color": [{
|
1395
|
+
placeholder: [e]
|
1396
|
+
}],
|
1397
|
+
/**
|
1398
|
+
* Placeholder Opacity
|
1399
|
+
* @see https://tailwindcss.com/docs/placeholder-opacity
|
1400
|
+
*/
|
1401
|
+
"placeholder-opacity": [{
|
1402
|
+
"placeholder-opacity": [k]
|
1403
|
+
}],
|
1404
|
+
/**
|
1405
|
+
* Text Alignment
|
1406
|
+
* @see https://tailwindcss.com/docs/text-align
|
1407
|
+
*/
|
1408
|
+
"text-alignment": [{
|
1409
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
1410
|
+
}],
|
1411
|
+
/**
|
1412
|
+
* Text Color
|
1413
|
+
* @see https://tailwindcss.com/docs/text-color
|
1414
|
+
*/
|
1415
|
+
"text-color": [{
|
1416
|
+
text: [e]
|
1417
|
+
}],
|
1418
|
+
/**
|
1419
|
+
* Text Opacity
|
1420
|
+
* @see https://tailwindcss.com/docs/text-opacity
|
1421
|
+
*/
|
1422
|
+
"text-opacity": [{
|
1423
|
+
"text-opacity": [k]
|
1424
|
+
}],
|
1425
|
+
/**
|
1426
|
+
* Text Decoration
|
1427
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
1428
|
+
*/
|
1429
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
1430
|
+
/**
|
1431
|
+
* Text Decoration Style
|
1432
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
1433
|
+
*/
|
1434
|
+
"text-decoration-style": [{
|
1435
|
+
decoration: [...R(), "wavy"]
|
1436
|
+
}],
|
1437
|
+
/**
|
1438
|
+
* Text Decoration Thickness
|
1439
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
1440
|
+
*/
|
1441
|
+
"text-decoration-thickness": [{
|
1442
|
+
decoration: ["auto", "from-font", w, S]
|
1443
|
+
}],
|
1444
|
+
/**
|
1445
|
+
* Text Underline Offset
|
1446
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
1447
|
+
*/
|
1448
|
+
"underline-offset": [{
|
1449
|
+
"underline-offset": ["auto", w, d]
|
1450
|
+
}],
|
1451
|
+
/**
|
1452
|
+
* Text Decoration Color
|
1453
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
1454
|
+
*/
|
1455
|
+
"text-decoration-color": [{
|
1456
|
+
decoration: [e]
|
1457
|
+
}],
|
1458
|
+
/**
|
1459
|
+
* Text Transform
|
1460
|
+
* @see https://tailwindcss.com/docs/text-transform
|
1461
|
+
*/
|
1462
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
1463
|
+
/**
|
1464
|
+
* Text Overflow
|
1465
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
1466
|
+
*/
|
1467
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
1468
|
+
/**
|
1469
|
+
* Text Wrap
|
1470
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
1471
|
+
*/
|
1472
|
+
"text-wrap": [{
|
1473
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
1474
|
+
}],
|
1475
|
+
/**
|
1476
|
+
* Text Indent
|
1477
|
+
* @see https://tailwindcss.com/docs/text-indent
|
1478
|
+
*/
|
1479
|
+
indent: [{
|
1480
|
+
indent: m()
|
1481
|
+
}],
|
1482
|
+
/**
|
1483
|
+
* Vertical Alignment
|
1484
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
1485
|
+
*/
|
1486
|
+
"vertical-align": [{
|
1487
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", d]
|
1488
|
+
}],
|
1489
|
+
/**
|
1490
|
+
* Whitespace
|
1491
|
+
* @see https://tailwindcss.com/docs/whitespace
|
1492
|
+
*/
|
1493
|
+
whitespace: [{
|
1494
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
1495
|
+
}],
|
1496
|
+
/**
|
1497
|
+
* Word Break
|
1498
|
+
* @see https://tailwindcss.com/docs/word-break
|
1499
|
+
*/
|
1500
|
+
break: [{
|
1501
|
+
break: ["normal", "words", "all", "keep"]
|
1502
|
+
}],
|
1503
|
+
/**
|
1504
|
+
* Hyphens
|
1505
|
+
* @see https://tailwindcss.com/docs/hyphens
|
1506
|
+
*/
|
1507
|
+
hyphens: [{
|
1508
|
+
hyphens: ["none", "manual", "auto"]
|
1509
|
+
}],
|
1510
|
+
/**
|
1511
|
+
* Content
|
1512
|
+
* @see https://tailwindcss.com/docs/content
|
1513
|
+
*/
|
1514
|
+
content: [{
|
1515
|
+
content: ["none", d]
|
1516
|
+
}],
|
1517
|
+
// Backgrounds
|
1518
|
+
/**
|
1519
|
+
* Background Attachment
|
1520
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
1521
|
+
*/
|
1522
|
+
"bg-attachment": [{
|
1523
|
+
bg: ["fixed", "local", "scroll"]
|
1524
|
+
}],
|
1525
|
+
/**
|
1526
|
+
* Background Clip
|
1527
|
+
* @see https://tailwindcss.com/docs/background-clip
|
1528
|
+
*/
|
1529
|
+
"bg-clip": [{
|
1530
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
1531
|
+
}],
|
1532
|
+
/**
|
1533
|
+
* Background Opacity
|
1534
|
+
* @deprecated since Tailwind CSS v3.0.0
|
1535
|
+
* @see https://tailwindcss.com/docs/background-opacity
|
1536
|
+
*/
|
1537
|
+
"bg-opacity": [{
|
1538
|
+
"bg-opacity": [k]
|
1539
|
+
}],
|
1540
|
+
/**
|
1541
|
+
* Background Origin
|
1542
|
+
* @see https://tailwindcss.com/docs/background-origin
|
1543
|
+
*/
|
1544
|
+
"bg-origin": [{
|
1545
|
+
"bg-origin": ["border", "padding", "content"]
|
1546
|
+
}],
|
1547
|
+
/**
|
1548
|
+
* Background Position
|
1549
|
+
* @see https://tailwindcss.com/docs/background-position
|
1550
|
+
*/
|
1551
|
+
"bg-position": [{
|
1552
|
+
bg: [...oe(), gt]
|
1553
|
+
}],
|
1554
|
+
/**
|
1555
|
+
* Background Repeat
|
1556
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
1557
|
+
*/
|
1558
|
+
"bg-repeat": [{
|
1559
|
+
bg: ["no-repeat", {
|
1560
|
+
repeat: ["", "x", "y", "round", "space"]
|
1561
|
+
}]
|
1562
|
+
}],
|
1563
|
+
/**
|
1564
|
+
* Background Size
|
1565
|
+
* @see https://tailwindcss.com/docs/background-size
|
1566
|
+
*/
|
1567
|
+
"bg-size": [{
|
1568
|
+
bg: ["auto", "cover", "contain", mt]
|
1569
|
+
}],
|
1570
|
+
/**
|
1571
|
+
* Background Image
|
1572
|
+
* @see https://tailwindcss.com/docs/background-image
|
1573
|
+
*/
|
1574
|
+
"bg-image": [{
|
1575
|
+
bg: ["none", {
|
1576
|
+
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
1577
|
+
}, vt]
|
1578
|
+
}],
|
1579
|
+
/**
|
1580
|
+
* Background Color
|
1581
|
+
* @see https://tailwindcss.com/docs/background-color
|
1582
|
+
*/
|
1583
|
+
"bg-color": [{
|
1584
|
+
bg: [e]
|
1585
|
+
}],
|
1586
|
+
/**
|
1587
|
+
* Gradient Color Stops From Position
|
1588
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1589
|
+
*/
|
1590
|
+
"gradient-from-pos": [{
|
1591
|
+
from: [y]
|
1592
|
+
}],
|
1593
|
+
/**
|
1594
|
+
* Gradient Color Stops Via Position
|
1595
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1596
|
+
*/
|
1597
|
+
"gradient-via-pos": [{
|
1598
|
+
via: [y]
|
1599
|
+
}],
|
1600
|
+
/**
|
1601
|
+
* Gradient Color Stops To Position
|
1602
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1603
|
+
*/
|
1604
|
+
"gradient-to-pos": [{
|
1605
|
+
to: [y]
|
1606
|
+
}],
|
1607
|
+
/**
|
1608
|
+
* Gradient Color Stops From
|
1609
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1610
|
+
*/
|
1611
|
+
"gradient-from": [{
|
1612
|
+
from: [v]
|
1613
|
+
}],
|
1614
|
+
/**
|
1615
|
+
* Gradient Color Stops Via
|
1616
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1617
|
+
*/
|
1618
|
+
"gradient-via": [{
|
1619
|
+
via: [v]
|
1620
|
+
}],
|
1621
|
+
/**
|
1622
|
+
* Gradient Color Stops To
|
1623
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1624
|
+
*/
|
1625
|
+
"gradient-to": [{
|
1626
|
+
to: [v]
|
1627
|
+
}],
|
1628
|
+
// Borders
|
1629
|
+
/**
|
1630
|
+
* Border Radius
|
1631
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1632
|
+
*/
|
1633
|
+
rounded: [{
|
1634
|
+
rounded: [n]
|
1635
|
+
}],
|
1636
|
+
/**
|
1637
|
+
* Border Radius Start
|
1638
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1639
|
+
*/
|
1640
|
+
"rounded-s": [{
|
1641
|
+
"rounded-s": [n]
|
1642
|
+
}],
|
1643
|
+
/**
|
1644
|
+
* Border Radius End
|
1645
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1646
|
+
*/
|
1647
|
+
"rounded-e": [{
|
1648
|
+
"rounded-e": [n]
|
1649
|
+
}],
|
1650
|
+
/**
|
1651
|
+
* Border Radius Top
|
1652
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1653
|
+
*/
|
1654
|
+
"rounded-t": [{
|
1655
|
+
"rounded-t": [n]
|
1656
|
+
}],
|
1657
|
+
/**
|
1658
|
+
* Border Radius Right
|
1659
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1660
|
+
*/
|
1661
|
+
"rounded-r": [{
|
1662
|
+
"rounded-r": [n]
|
1663
|
+
}],
|
1664
|
+
/**
|
1665
|
+
* Border Radius Bottom
|
1666
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1667
|
+
*/
|
1668
|
+
"rounded-b": [{
|
1669
|
+
"rounded-b": [n]
|
1670
|
+
}],
|
1671
|
+
/**
|
1672
|
+
* Border Radius Left
|
1673
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1674
|
+
*/
|
1675
|
+
"rounded-l": [{
|
1676
|
+
"rounded-l": [n]
|
1677
|
+
}],
|
1678
|
+
/**
|
1679
|
+
* Border Radius Start Start
|
1680
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1681
|
+
*/
|
1682
|
+
"rounded-ss": [{
|
1683
|
+
"rounded-ss": [n]
|
1684
|
+
}],
|
1685
|
+
/**
|
1686
|
+
* Border Radius Start End
|
1687
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1688
|
+
*/
|
1689
|
+
"rounded-se": [{
|
1690
|
+
"rounded-se": [n]
|
1691
|
+
}],
|
1692
|
+
/**
|
1693
|
+
* Border Radius End End
|
1694
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1695
|
+
*/
|
1696
|
+
"rounded-ee": [{
|
1697
|
+
"rounded-ee": [n]
|
1698
|
+
}],
|
1699
|
+
/**
|
1700
|
+
* Border Radius End Start
|
1701
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1702
|
+
*/
|
1703
|
+
"rounded-es": [{
|
1704
|
+
"rounded-es": [n]
|
1705
|
+
}],
|
1706
|
+
/**
|
1707
|
+
* Border Radius Top Left
|
1708
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1709
|
+
*/
|
1710
|
+
"rounded-tl": [{
|
1711
|
+
"rounded-tl": [n]
|
1712
|
+
}],
|
1713
|
+
/**
|
1714
|
+
* Border Radius Top Right
|
1715
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1716
|
+
*/
|
1717
|
+
"rounded-tr": [{
|
1718
|
+
"rounded-tr": [n]
|
1719
|
+
}],
|
1720
|
+
/**
|
1721
|
+
* Border Radius Bottom Right
|
1722
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1723
|
+
*/
|
1724
|
+
"rounded-br": [{
|
1725
|
+
"rounded-br": [n]
|
1726
|
+
}],
|
1727
|
+
/**
|
1728
|
+
* Border Radius Bottom Left
|
1729
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1730
|
+
*/
|
1731
|
+
"rounded-bl": [{
|
1732
|
+
"rounded-bl": [n]
|
1733
|
+
}],
|
1734
|
+
/**
|
1735
|
+
* Border Width
|
1736
|
+
* @see https://tailwindcss.com/docs/border-width
|
1737
|
+
*/
|
1738
|
+
"border-w": [{
|
1739
|
+
border: [l]
|
1740
|
+
}],
|
1741
|
+
/**
|
1742
|
+
* Border Width X
|
1743
|
+
* @see https://tailwindcss.com/docs/border-width
|
1744
|
+
*/
|
1745
|
+
"border-w-x": [{
|
1746
|
+
"border-x": [l]
|
1747
|
+
}],
|
1748
|
+
/**
|
1749
|
+
* Border Width Y
|
1750
|
+
* @see https://tailwindcss.com/docs/border-width
|
1751
|
+
*/
|
1752
|
+
"border-w-y": [{
|
1753
|
+
"border-y": [l]
|
1754
|
+
}],
|
1755
|
+
/**
|
1756
|
+
* Border Width Start
|
1757
|
+
* @see https://tailwindcss.com/docs/border-width
|
1758
|
+
*/
|
1759
|
+
"border-w-s": [{
|
1760
|
+
"border-s": [l]
|
1761
|
+
}],
|
1762
|
+
/**
|
1763
|
+
* Border Width End
|
1764
|
+
* @see https://tailwindcss.com/docs/border-width
|
1765
|
+
*/
|
1766
|
+
"border-w-e": [{
|
1767
|
+
"border-e": [l]
|
1768
|
+
}],
|
1769
|
+
/**
|
1770
|
+
* Border Width Top
|
1771
|
+
* @see https://tailwindcss.com/docs/border-width
|
1772
|
+
*/
|
1773
|
+
"border-w-t": [{
|
1774
|
+
"border-t": [l]
|
1775
|
+
}],
|
1776
|
+
/**
|
1777
|
+
* Border Width Right
|
1778
|
+
* @see https://tailwindcss.com/docs/border-width
|
1779
|
+
*/
|
1780
|
+
"border-w-r": [{
|
1781
|
+
"border-r": [l]
|
1782
|
+
}],
|
1783
|
+
/**
|
1784
|
+
* Border Width Bottom
|
1785
|
+
* @see https://tailwindcss.com/docs/border-width
|
1786
|
+
*/
|
1787
|
+
"border-w-b": [{
|
1788
|
+
"border-b": [l]
|
1789
|
+
}],
|
1790
|
+
/**
|
1791
|
+
* Border Width Left
|
1792
|
+
* @see https://tailwindcss.com/docs/border-width
|
1793
|
+
*/
|
1794
|
+
"border-w-l": [{
|
1795
|
+
"border-l": [l]
|
1796
|
+
}],
|
1797
|
+
/**
|
1798
|
+
* Border Opacity
|
1799
|
+
* @see https://tailwindcss.com/docs/border-opacity
|
1800
|
+
*/
|
1801
|
+
"border-opacity": [{
|
1802
|
+
"border-opacity": [k]
|
1803
|
+
}],
|
1804
|
+
/**
|
1805
|
+
* Border Style
|
1806
|
+
* @see https://tailwindcss.com/docs/border-style
|
1807
|
+
*/
|
1808
|
+
"border-style": [{
|
1809
|
+
border: [...R(), "hidden"]
|
1810
|
+
}],
|
1811
|
+
/**
|
1812
|
+
* Divide Width X
|
1813
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1814
|
+
*/
|
1815
|
+
"divide-x": [{
|
1816
|
+
"divide-x": [l]
|
1817
|
+
}],
|
1818
|
+
/**
|
1819
|
+
* Divide Width X Reverse
|
1820
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1821
|
+
*/
|
1822
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
1823
|
+
/**
|
1824
|
+
* Divide Width Y
|
1825
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1826
|
+
*/
|
1827
|
+
"divide-y": [{
|
1828
|
+
"divide-y": [l]
|
1829
|
+
}],
|
1830
|
+
/**
|
1831
|
+
* Divide Width Y Reverse
|
1832
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1833
|
+
*/
|
1834
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
1835
|
+
/**
|
1836
|
+
* Divide Opacity
|
1837
|
+
* @see https://tailwindcss.com/docs/divide-opacity
|
1838
|
+
*/
|
1839
|
+
"divide-opacity": [{
|
1840
|
+
"divide-opacity": [k]
|
1841
|
+
}],
|
1842
|
+
/**
|
1843
|
+
* Divide Style
|
1844
|
+
* @see https://tailwindcss.com/docs/divide-style
|
1845
|
+
*/
|
1846
|
+
"divide-style": [{
|
1847
|
+
divide: R()
|
1848
|
+
}],
|
1849
|
+
/**
|
1850
|
+
* Border Color
|
1851
|
+
* @see https://tailwindcss.com/docs/border-color
|
1852
|
+
*/
|
1853
|
+
"border-color": [{
|
1854
|
+
border: [i]
|
1855
|
+
}],
|
1856
|
+
/**
|
1857
|
+
* Border Color X
|
1858
|
+
* @see https://tailwindcss.com/docs/border-color
|
1859
|
+
*/
|
1860
|
+
"border-color-x": [{
|
1861
|
+
"border-x": [i]
|
1862
|
+
}],
|
1863
|
+
/**
|
1864
|
+
* Border Color Y
|
1865
|
+
* @see https://tailwindcss.com/docs/border-color
|
1866
|
+
*/
|
1867
|
+
"border-color-y": [{
|
1868
|
+
"border-y": [i]
|
1869
|
+
}],
|
1870
|
+
/**
|
1871
|
+
* Border Color Top
|
1872
|
+
* @see https://tailwindcss.com/docs/border-color
|
1873
|
+
*/
|
1874
|
+
"border-color-t": [{
|
1875
|
+
"border-t": [i]
|
1876
|
+
}],
|
1877
|
+
/**
|
1878
|
+
* Border Color Right
|
1879
|
+
* @see https://tailwindcss.com/docs/border-color
|
1880
|
+
*/
|
1881
|
+
"border-color-r": [{
|
1882
|
+
"border-r": [i]
|
1883
|
+
}],
|
1884
|
+
/**
|
1885
|
+
* Border Color Bottom
|
1886
|
+
* @see https://tailwindcss.com/docs/border-color
|
1887
|
+
*/
|
1888
|
+
"border-color-b": [{
|
1889
|
+
"border-b": [i]
|
1890
|
+
}],
|
1891
|
+
/**
|
1892
|
+
* Border Color Left
|
1893
|
+
* @see https://tailwindcss.com/docs/border-color
|
1894
|
+
*/
|
1895
|
+
"border-color-l": [{
|
1896
|
+
"border-l": [i]
|
1897
|
+
}],
|
1898
|
+
/**
|
1899
|
+
* Divide Color
|
1900
|
+
* @see https://tailwindcss.com/docs/divide-color
|
1901
|
+
*/
|
1902
|
+
"divide-color": [{
|
1903
|
+
divide: [i]
|
1904
|
+
}],
|
1905
|
+
/**
|
1906
|
+
* Outline Style
|
1907
|
+
* @see https://tailwindcss.com/docs/outline-style
|
1908
|
+
*/
|
1909
|
+
"outline-style": [{
|
1910
|
+
outline: ["", ...R()]
|
1911
|
+
}],
|
1912
|
+
/**
|
1913
|
+
* Outline Offset
|
1914
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
1915
|
+
*/
|
1916
|
+
"outline-offset": [{
|
1917
|
+
"outline-offset": [w, d]
|
1918
|
+
}],
|
1919
|
+
/**
|
1920
|
+
* Outline Width
|
1921
|
+
* @see https://tailwindcss.com/docs/outline-width
|
1922
|
+
*/
|
1923
|
+
"outline-w": [{
|
1924
|
+
outline: [w, S]
|
1925
|
+
}],
|
1926
|
+
/**
|
1927
|
+
* Outline Color
|
1928
|
+
* @see https://tailwindcss.com/docs/outline-color
|
1929
|
+
*/
|
1930
|
+
"outline-color": [{
|
1931
|
+
outline: [e]
|
1932
|
+
}],
|
1933
|
+
/**
|
1934
|
+
* Ring Width
|
1935
|
+
* @see https://tailwindcss.com/docs/ring-width
|
1936
|
+
*/
|
1937
|
+
"ring-w": [{
|
1938
|
+
ring: re()
|
1939
|
+
}],
|
1940
|
+
/**
|
1941
|
+
* Ring Width Inset
|
1942
|
+
* @see https://tailwindcss.com/docs/ring-width
|
1943
|
+
*/
|
1944
|
+
"ring-w-inset": ["ring-inset"],
|
1945
|
+
/**
|
1946
|
+
* Ring Color
|
1947
|
+
* @see https://tailwindcss.com/docs/ring-color
|
1948
|
+
*/
|
1949
|
+
"ring-color": [{
|
1950
|
+
ring: [e]
|
1951
|
+
}],
|
1952
|
+
/**
|
1953
|
+
* Ring Opacity
|
1954
|
+
* @see https://tailwindcss.com/docs/ring-opacity
|
1955
|
+
*/
|
1956
|
+
"ring-opacity": [{
|
1957
|
+
"ring-opacity": [k]
|
1958
|
+
}],
|
1959
|
+
/**
|
1960
|
+
* Ring Offset Width
|
1961
|
+
* @see https://tailwindcss.com/docs/ring-offset-width
|
1962
|
+
*/
|
1963
|
+
"ring-offset-w": [{
|
1964
|
+
"ring-offset": [w, S]
|
1965
|
+
}],
|
1966
|
+
/**
|
1967
|
+
* Ring Offset Color
|
1968
|
+
* @see https://tailwindcss.com/docs/ring-offset-color
|
1969
|
+
*/
|
1970
|
+
"ring-offset-color": [{
|
1971
|
+
"ring-offset": [e]
|
1972
|
+
}],
|
1973
|
+
// Effects
|
1974
|
+
/**
|
1975
|
+
* Box Shadow
|
1976
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
1977
|
+
*/
|
1978
|
+
shadow: [{
|
1979
|
+
shadow: ["", "inner", "none", A, yt]
|
1980
|
+
}],
|
1981
|
+
/**
|
1982
|
+
* Box Shadow Color
|
1983
|
+
* @see https://tailwindcss.com/docs/box-shadow-color
|
1984
|
+
*/
|
1985
|
+
"shadow-color": [{
|
1986
|
+
shadow: [P]
|
1987
|
+
}],
|
1988
|
+
/**
|
1989
|
+
* Opacity
|
1990
|
+
* @see https://tailwindcss.com/docs/opacity
|
1991
|
+
*/
|
1992
|
+
opacity: [{
|
1993
|
+
opacity: [k]
|
1994
|
+
}],
|
1995
|
+
/**
|
1996
|
+
* Mix Blend Mode
|
1997
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
1998
|
+
*/
|
1999
|
+
"mix-blend": [{
|
2000
|
+
"mix-blend": ne()
|
2001
|
+
}],
|
2002
|
+
/**
|
2003
|
+
* Background Blend Mode
|
2004
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
2005
|
+
*/
|
2006
|
+
"bg-blend": [{
|
2007
|
+
"bg-blend": ne()
|
2008
|
+
}],
|
2009
|
+
// Filters
|
2010
|
+
/**
|
2011
|
+
* Filter
|
2012
|
+
* @deprecated since Tailwind CSS v3.0.0
|
2013
|
+
* @see https://tailwindcss.com/docs/filter
|
2014
|
+
*/
|
2015
|
+
filter: [{
|
2016
|
+
filter: ["", "none"]
|
2017
|
+
}],
|
2018
|
+
/**
|
2019
|
+
* Blur
|
2020
|
+
* @see https://tailwindcss.com/docs/blur
|
2021
|
+
*/
|
2022
|
+
blur: [{
|
2023
|
+
blur: [r]
|
2024
|
+
}],
|
2025
|
+
/**
|
2026
|
+
* Brightness
|
2027
|
+
* @see https://tailwindcss.com/docs/brightness
|
2028
|
+
*/
|
2029
|
+
brightness: [{
|
2030
|
+
brightness: [o]
|
2031
|
+
}],
|
2032
|
+
/**
|
2033
|
+
* Contrast
|
2034
|
+
* @see https://tailwindcss.com/docs/contrast
|
2035
|
+
*/
|
2036
|
+
contrast: [{
|
2037
|
+
contrast: [u]
|
2038
|
+
}],
|
2039
|
+
/**
|
2040
|
+
* Drop Shadow
|
2041
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
2042
|
+
*/
|
2043
|
+
"drop-shadow": [{
|
2044
|
+
"drop-shadow": ["", "none", A, d]
|
2045
|
+
}],
|
2046
|
+
/**
|
2047
|
+
* Grayscale
|
2048
|
+
* @see https://tailwindcss.com/docs/grayscale
|
2049
|
+
*/
|
2050
|
+
grayscale: [{
|
2051
|
+
grayscale: [c]
|
2052
|
+
}],
|
2053
|
+
/**
|
2054
|
+
* Hue Rotate
|
2055
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
2056
|
+
*/
|
2057
|
+
"hue-rotate": [{
|
2058
|
+
"hue-rotate": [p]
|
2059
|
+
}],
|
2060
|
+
/**
|
2061
|
+
* Invert
|
2062
|
+
* @see https://tailwindcss.com/docs/invert
|
2063
|
+
*/
|
2064
|
+
invert: [{
|
2065
|
+
invert: [a]
|
2066
|
+
}],
|
2067
|
+
/**
|
2068
|
+
* Saturate
|
2069
|
+
* @see https://tailwindcss.com/docs/saturate
|
2070
|
+
*/
|
2071
|
+
saturate: [{
|
2072
|
+
saturate: [H]
|
2073
|
+
}],
|
2074
|
+
/**
|
2075
|
+
* Sepia
|
2076
|
+
* @see https://tailwindcss.com/docs/sepia
|
2077
|
+
*/
|
2078
|
+
sepia: [{
|
2079
|
+
sepia: [Q]
|
2080
|
+
}],
|
2081
|
+
/**
|
2082
|
+
* Backdrop Filter
|
2083
|
+
* @deprecated since Tailwind CSS v3.0.0
|
2084
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
2085
|
+
*/
|
2086
|
+
"backdrop-filter": [{
|
2087
|
+
"backdrop-filter": ["", "none"]
|
2088
|
+
}],
|
2089
|
+
/**
|
2090
|
+
* Backdrop Blur
|
2091
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
2092
|
+
*/
|
2093
|
+
"backdrop-blur": [{
|
2094
|
+
"backdrop-blur": [r]
|
2095
|
+
}],
|
2096
|
+
/**
|
2097
|
+
* Backdrop Brightness
|
2098
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
2099
|
+
*/
|
2100
|
+
"backdrop-brightness": [{
|
2101
|
+
"backdrop-brightness": [o]
|
2102
|
+
}],
|
2103
|
+
/**
|
2104
|
+
* Backdrop Contrast
|
2105
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
2106
|
+
*/
|
2107
|
+
"backdrop-contrast": [{
|
2108
|
+
"backdrop-contrast": [u]
|
2109
|
+
}],
|
2110
|
+
/**
|
2111
|
+
* Backdrop Grayscale
|
2112
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
2113
|
+
*/
|
2114
|
+
"backdrop-grayscale": [{
|
2115
|
+
"backdrop-grayscale": [c]
|
2116
|
+
}],
|
2117
|
+
/**
|
2118
|
+
* Backdrop Hue Rotate
|
2119
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
2120
|
+
*/
|
2121
|
+
"backdrop-hue-rotate": [{
|
2122
|
+
"backdrop-hue-rotate": [p]
|
2123
|
+
}],
|
2124
|
+
/**
|
2125
|
+
* Backdrop Invert
|
2126
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
2127
|
+
*/
|
2128
|
+
"backdrop-invert": [{
|
2129
|
+
"backdrop-invert": [a]
|
2130
|
+
}],
|
2131
|
+
/**
|
2132
|
+
* Backdrop Opacity
|
2133
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
2134
|
+
*/
|
2135
|
+
"backdrop-opacity": [{
|
2136
|
+
"backdrop-opacity": [k]
|
2137
|
+
}],
|
2138
|
+
/**
|
2139
|
+
* Backdrop Saturate
|
2140
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
2141
|
+
*/
|
2142
|
+
"backdrop-saturate": [{
|
2143
|
+
"backdrop-saturate": [H]
|
2144
|
+
}],
|
2145
|
+
/**
|
2146
|
+
* Backdrop Sepia
|
2147
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
2148
|
+
*/
|
2149
|
+
"backdrop-sepia": [{
|
2150
|
+
"backdrop-sepia": [Q]
|
2151
|
+
}],
|
2152
|
+
// Tables
|
2153
|
+
/**
|
2154
|
+
* Border Collapse
|
2155
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
2156
|
+
*/
|
2157
|
+
"border-collapse": [{
|
2158
|
+
border: ["collapse", "separate"]
|
2159
|
+
}],
|
2160
|
+
/**
|
2161
|
+
* Border Spacing
|
2162
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
2163
|
+
*/
|
2164
|
+
"border-spacing": [{
|
2165
|
+
"border-spacing": [s]
|
2166
|
+
}],
|
2167
|
+
/**
|
2168
|
+
* Border Spacing X
|
2169
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
2170
|
+
*/
|
2171
|
+
"border-spacing-x": [{
|
2172
|
+
"border-spacing-x": [s]
|
2173
|
+
}],
|
2174
|
+
/**
|
2175
|
+
* Border Spacing Y
|
2176
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
2177
|
+
*/
|
2178
|
+
"border-spacing-y": [{
|
2179
|
+
"border-spacing-y": [s]
|
2180
|
+
}],
|
2181
|
+
/**
|
2182
|
+
* Table Layout
|
2183
|
+
* @see https://tailwindcss.com/docs/table-layout
|
2184
|
+
*/
|
2185
|
+
"table-layout": [{
|
2186
|
+
table: ["auto", "fixed"]
|
2187
|
+
}],
|
2188
|
+
/**
|
2189
|
+
* Caption Side
|
2190
|
+
* @see https://tailwindcss.com/docs/caption-side
|
2191
|
+
*/
|
2192
|
+
caption: [{
|
2193
|
+
caption: ["top", "bottom"]
|
2194
|
+
}],
|
2195
|
+
// Transitions and Animation
|
2196
|
+
/**
|
2197
|
+
* Tranisition Property
|
2198
|
+
* @see https://tailwindcss.com/docs/transition-property
|
2199
|
+
*/
|
2200
|
+
transition: [{
|
2201
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", d]
|
2202
|
+
}],
|
2203
|
+
/**
|
2204
|
+
* Transition Duration
|
2205
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
2206
|
+
*/
|
2207
|
+
duration: [{
|
2208
|
+
duration: G()
|
2209
|
+
}],
|
2210
|
+
/**
|
2211
|
+
* Transition Timing Function
|
2212
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
2213
|
+
*/
|
2214
|
+
ease: [{
|
2215
|
+
ease: ["linear", "in", "out", "in-out", d]
|
2216
|
+
}],
|
2217
|
+
/**
|
2218
|
+
* Transition Delay
|
2219
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
2220
|
+
*/
|
2221
|
+
delay: [{
|
2222
|
+
delay: G()
|
2223
|
+
}],
|
2224
|
+
/**
|
2225
|
+
* Animation
|
2226
|
+
* @see https://tailwindcss.com/docs/animation
|
2227
|
+
*/
|
2228
|
+
animate: [{
|
2229
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", d]
|
2230
|
+
}],
|
2231
|
+
// Transforms
|
2232
|
+
/**
|
2233
|
+
* Transform
|
2234
|
+
* @see https://tailwindcss.com/docs/transform
|
2235
|
+
*/
|
2236
|
+
transform: [{
|
2237
|
+
transform: ["", "gpu", "none"]
|
2238
|
+
}],
|
2239
|
+
/**
|
2240
|
+
* Scale
|
2241
|
+
* @see https://tailwindcss.com/docs/scale
|
2242
|
+
*/
|
2243
|
+
scale: [{
|
2244
|
+
scale: [_]
|
2245
|
+
}],
|
2246
|
+
/**
|
2247
|
+
* Scale X
|
2248
|
+
* @see https://tailwindcss.com/docs/scale
|
2249
|
+
*/
|
2250
|
+
"scale-x": [{
|
2251
|
+
"scale-x": [_]
|
2252
|
+
}],
|
2253
|
+
/**
|
2254
|
+
* Scale Y
|
2255
|
+
* @see https://tailwindcss.com/docs/scale
|
2256
|
+
*/
|
2257
|
+
"scale-y": [{
|
2258
|
+
"scale-y": [_]
|
2259
|
+
}],
|
2260
|
+
/**
|
2261
|
+
* Rotate
|
2262
|
+
* @see https://tailwindcss.com/docs/rotate
|
2263
|
+
*/
|
2264
|
+
rotate: [{
|
2265
|
+
rotate: [T, d]
|
2266
|
+
}],
|
2267
|
+
/**
|
2268
|
+
* Translate X
|
2269
|
+
* @see https://tailwindcss.com/docs/translate
|
2270
|
+
*/
|
2271
|
+
"translate-x": [{
|
2272
|
+
"translate-x": [te]
|
2273
|
+
}],
|
2274
|
+
/**
|
2275
|
+
* Translate Y
|
2276
|
+
* @see https://tailwindcss.com/docs/translate
|
2277
|
+
*/
|
2278
|
+
"translate-y": [{
|
2279
|
+
"translate-y": [te]
|
2280
|
+
}],
|
2281
|
+
/**
|
2282
|
+
* Skew X
|
2283
|
+
* @see https://tailwindcss.com/docs/skew
|
2284
|
+
*/
|
2285
|
+
"skew-x": [{
|
2286
|
+
"skew-x": [D]
|
2287
|
+
}],
|
2288
|
+
/**
|
2289
|
+
* Skew Y
|
2290
|
+
* @see https://tailwindcss.com/docs/skew
|
2291
|
+
*/
|
2292
|
+
"skew-y": [{
|
2293
|
+
"skew-y": [D]
|
2294
|
+
}],
|
2295
|
+
/**
|
2296
|
+
* Transform Origin
|
2297
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
2298
|
+
*/
|
2299
|
+
"transform-origin": [{
|
2300
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", d]
|
2301
|
+
}],
|
2302
|
+
// Interactivity
|
2303
|
+
/**
|
2304
|
+
* Accent Color
|
2305
|
+
* @see https://tailwindcss.com/docs/accent-color
|
2306
|
+
*/
|
2307
|
+
accent: [{
|
2308
|
+
accent: ["auto", e]
|
2309
|
+
}],
|
2310
|
+
/**
|
2311
|
+
* Appearance
|
2312
|
+
* @see https://tailwindcss.com/docs/appearance
|
2313
|
+
*/
|
2314
|
+
appearance: [{
|
2315
|
+
appearance: ["none", "auto"]
|
2316
|
+
}],
|
2317
|
+
/**
|
2318
|
+
* Cursor
|
2319
|
+
* @see https://tailwindcss.com/docs/cursor
|
2320
|
+
*/
|
2321
|
+
cursor: [{
|
2322
|
+
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", d]
|
2323
|
+
}],
|
2324
|
+
/**
|
2325
|
+
* Caret Color
|
2326
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
2327
|
+
*/
|
2328
|
+
"caret-color": [{
|
2329
|
+
caret: [e]
|
2330
|
+
}],
|
2331
|
+
/**
|
2332
|
+
* Pointer Events
|
2333
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
2334
|
+
*/
|
2335
|
+
"pointer-events": [{
|
2336
|
+
"pointer-events": ["none", "auto"]
|
2337
|
+
}],
|
2338
|
+
/**
|
2339
|
+
* Resize
|
2340
|
+
* @see https://tailwindcss.com/docs/resize
|
2341
|
+
*/
|
2342
|
+
resize: [{
|
2343
|
+
resize: ["none", "y", "x", ""]
|
2344
|
+
}],
|
2345
|
+
/**
|
2346
|
+
* Scroll Behavior
|
2347
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
2348
|
+
*/
|
2349
|
+
"scroll-behavior": [{
|
2350
|
+
scroll: ["auto", "smooth"]
|
2351
|
+
}],
|
2352
|
+
/**
|
2353
|
+
* Scroll Margin
|
2354
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2355
|
+
*/
|
2356
|
+
"scroll-m": [{
|
2357
|
+
"scroll-m": m()
|
2358
|
+
}],
|
2359
|
+
/**
|
2360
|
+
* Scroll Margin X
|
2361
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2362
|
+
*/
|
2363
|
+
"scroll-mx": [{
|
2364
|
+
"scroll-mx": m()
|
2365
|
+
}],
|
2366
|
+
/**
|
2367
|
+
* Scroll Margin Y
|
2368
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2369
|
+
*/
|
2370
|
+
"scroll-my": [{
|
2371
|
+
"scroll-my": m()
|
2372
|
+
}],
|
2373
|
+
/**
|
2374
|
+
* Scroll Margin Start
|
2375
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2376
|
+
*/
|
2377
|
+
"scroll-ms": [{
|
2378
|
+
"scroll-ms": m()
|
2379
|
+
}],
|
2380
|
+
/**
|
2381
|
+
* Scroll Margin End
|
2382
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2383
|
+
*/
|
2384
|
+
"scroll-me": [{
|
2385
|
+
"scroll-me": m()
|
2386
|
+
}],
|
2387
|
+
/**
|
2388
|
+
* Scroll Margin Top
|
2389
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2390
|
+
*/
|
2391
|
+
"scroll-mt": [{
|
2392
|
+
"scroll-mt": m()
|
2393
|
+
}],
|
2394
|
+
/**
|
2395
|
+
* Scroll Margin Right
|
2396
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2397
|
+
*/
|
2398
|
+
"scroll-mr": [{
|
2399
|
+
"scroll-mr": m()
|
2400
|
+
}],
|
2401
|
+
/**
|
2402
|
+
* Scroll Margin Bottom
|
2403
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2404
|
+
*/
|
2405
|
+
"scroll-mb": [{
|
2406
|
+
"scroll-mb": m()
|
2407
|
+
}],
|
2408
|
+
/**
|
2409
|
+
* Scroll Margin Left
|
2410
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2411
|
+
*/
|
2412
|
+
"scroll-ml": [{
|
2413
|
+
"scroll-ml": m()
|
2414
|
+
}],
|
2415
|
+
/**
|
2416
|
+
* Scroll Padding
|
2417
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2418
|
+
*/
|
2419
|
+
"scroll-p": [{
|
2420
|
+
"scroll-p": m()
|
2421
|
+
}],
|
2422
|
+
/**
|
2423
|
+
* Scroll Padding X
|
2424
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2425
|
+
*/
|
2426
|
+
"scroll-px": [{
|
2427
|
+
"scroll-px": m()
|
2428
|
+
}],
|
2429
|
+
/**
|
2430
|
+
* Scroll Padding Y
|
2431
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2432
|
+
*/
|
2433
|
+
"scroll-py": [{
|
2434
|
+
"scroll-py": m()
|
2435
|
+
}],
|
2436
|
+
/**
|
2437
|
+
* Scroll Padding Start
|
2438
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2439
|
+
*/
|
2440
|
+
"scroll-ps": [{
|
2441
|
+
"scroll-ps": m()
|
2442
|
+
}],
|
2443
|
+
/**
|
2444
|
+
* Scroll Padding End
|
2445
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2446
|
+
*/
|
2447
|
+
"scroll-pe": [{
|
2448
|
+
"scroll-pe": m()
|
2449
|
+
}],
|
2450
|
+
/**
|
2451
|
+
* Scroll Padding Top
|
2452
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2453
|
+
*/
|
2454
|
+
"scroll-pt": [{
|
2455
|
+
"scroll-pt": m()
|
2456
|
+
}],
|
2457
|
+
/**
|
2458
|
+
* Scroll Padding Right
|
2459
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2460
|
+
*/
|
2461
|
+
"scroll-pr": [{
|
2462
|
+
"scroll-pr": m()
|
2463
|
+
}],
|
2464
|
+
/**
|
2465
|
+
* Scroll Padding Bottom
|
2466
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2467
|
+
*/
|
2468
|
+
"scroll-pb": [{
|
2469
|
+
"scroll-pb": m()
|
2470
|
+
}],
|
2471
|
+
/**
|
2472
|
+
* Scroll Padding Left
|
2473
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2474
|
+
*/
|
2475
|
+
"scroll-pl": [{
|
2476
|
+
"scroll-pl": m()
|
2477
|
+
}],
|
2478
|
+
/**
|
2479
|
+
* Scroll Snap Align
|
2480
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
2481
|
+
*/
|
2482
|
+
"snap-align": [{
|
2483
|
+
snap: ["start", "end", "center", "align-none"]
|
2484
|
+
}],
|
2485
|
+
/**
|
2486
|
+
* Scroll Snap Stop
|
2487
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
2488
|
+
*/
|
2489
|
+
"snap-stop": [{
|
2490
|
+
snap: ["normal", "always"]
|
2491
|
+
}],
|
2492
|
+
/**
|
2493
|
+
* Scroll Snap Type
|
2494
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
2495
|
+
*/
|
2496
|
+
"snap-type": [{
|
2497
|
+
snap: ["none", "x", "y", "both"]
|
2498
|
+
}],
|
2499
|
+
/**
|
2500
|
+
* Scroll Snap Type Strictness
|
2501
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
2502
|
+
*/
|
2503
|
+
"snap-strictness": [{
|
2504
|
+
snap: ["mandatory", "proximity"]
|
2505
|
+
}],
|
2506
|
+
/**
|
2507
|
+
* Touch Action
|
2508
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2509
|
+
*/
|
2510
|
+
touch: [{
|
2511
|
+
touch: ["auto", "none", "manipulation"]
|
2512
|
+
}],
|
2513
|
+
/**
|
2514
|
+
* Touch Action X
|
2515
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2516
|
+
*/
|
2517
|
+
"touch-x": [{
|
2518
|
+
"touch-pan": ["x", "left", "right"]
|
2519
|
+
}],
|
2520
|
+
/**
|
2521
|
+
* Touch Action Y
|
2522
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2523
|
+
*/
|
2524
|
+
"touch-y": [{
|
2525
|
+
"touch-pan": ["y", "up", "down"]
|
2526
|
+
}],
|
2527
|
+
/**
|
2528
|
+
* Touch Action Pinch Zoom
|
2529
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2530
|
+
*/
|
2531
|
+
"touch-pz": ["touch-pinch-zoom"],
|
2532
|
+
/**
|
2533
|
+
* User Select
|
2534
|
+
* @see https://tailwindcss.com/docs/user-select
|
2535
|
+
*/
|
2536
|
+
select: [{
|
2537
|
+
select: ["none", "text", "all", "auto"]
|
2538
|
+
}],
|
2539
|
+
/**
|
2540
|
+
* Will Change
|
2541
|
+
* @see https://tailwindcss.com/docs/will-change
|
2542
|
+
*/
|
2543
|
+
"will-change": [{
|
2544
|
+
"will-change": ["auto", "scroll", "contents", "transform", d]
|
2545
|
+
}],
|
2546
|
+
// SVG
|
2547
|
+
/**
|
2548
|
+
* Fill
|
2549
|
+
* @see https://tailwindcss.com/docs/fill
|
2550
|
+
*/
|
2551
|
+
fill: [{
|
2552
|
+
fill: [e, "none"]
|
2553
|
+
}],
|
2554
|
+
/**
|
2555
|
+
* Stroke Width
|
2556
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
2557
|
+
*/
|
2558
|
+
"stroke-w": [{
|
2559
|
+
stroke: [w, S, L]
|
2560
|
+
}],
|
2561
|
+
/**
|
2562
|
+
* Stroke
|
2563
|
+
* @see https://tailwindcss.com/docs/stroke
|
2564
|
+
*/
|
2565
|
+
stroke: [{
|
2566
|
+
stroke: [e, "none"]
|
2567
|
+
}],
|
2568
|
+
// Accessibility
|
2569
|
+
/**
|
2570
|
+
* Screen Readers
|
2571
|
+
* @see https://tailwindcss.com/docs/screen-readers
|
2572
|
+
*/
|
2573
|
+
sr: ["sr-only", "not-sr-only"],
|
2574
|
+
/**
|
2575
|
+
* Forced Color Adjust
|
2576
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
2577
|
+
*/
|
2578
|
+
"forced-color-adjust": [{
|
2579
|
+
"forced-color-adjust": ["auto", "none"]
|
2580
|
+
}]
|
2581
|
+
},
|
2582
|
+
conflictingClassGroups: {
|
2583
|
+
overflow: ["overflow-x", "overflow-y"],
|
2584
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
2585
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
2586
|
+
"inset-x": ["right", "left"],
|
2587
|
+
"inset-y": ["top", "bottom"],
|
2588
|
+
flex: ["basis", "grow", "shrink"],
|
2589
|
+
gap: ["gap-x", "gap-y"],
|
2590
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
2591
|
+
px: ["pr", "pl"],
|
2592
|
+
py: ["pt", "pb"],
|
2593
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
2594
|
+
mx: ["mr", "ml"],
|
2595
|
+
my: ["mt", "mb"],
|
2596
|
+
size: ["w", "h"],
|
2597
|
+
"font-size": ["leading"],
|
2598
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
2599
|
+
"fvn-ordinal": ["fvn-normal"],
|
2600
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
2601
|
+
"fvn-figure": ["fvn-normal"],
|
2602
|
+
"fvn-spacing": ["fvn-normal"],
|
2603
|
+
"fvn-fraction": ["fvn-normal"],
|
2604
|
+
"line-clamp": ["display", "overflow"],
|
2605
|
+
rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
|
2606
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
2607
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
2608
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
2609
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
2610
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
2611
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
2612
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
2613
|
+
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
2614
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
2615
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
2616
|
+
"border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
2617
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
2618
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
2619
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
2620
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
2621
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
2622
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
2623
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
2624
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
2625
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
2626
|
+
"touch-x": ["touch"],
|
2627
|
+
"touch-y": ["touch"],
|
2628
|
+
"touch-pz": ["touch"]
|
2629
|
+
},
|
2630
|
+
conflictingClassGroupModifiers: {
|
2631
|
+
"font-size": ["leading"]
|
2632
|
+
}
|
2633
|
+
};
|
2634
|
+
}
|
2635
|
+
const St = /* @__PURE__ */ it(kt);
|
2636
|
+
function At(...e) {
|
2637
|
+
return St(Ke(e));
|
2638
|
+
}
|
2639
|
+
const Nt = /* @__PURE__ */ M({
|
2640
|
+
__name: "Button",
|
2641
|
+
props: {
|
2642
|
+
variant: {},
|
2643
|
+
size: {},
|
2644
|
+
as: { default: "button" },
|
2645
|
+
asChild: { type: Boolean }
|
2646
|
+
},
|
2647
|
+
setup(e) {
|
2648
|
+
return (t, r) => (Oe(), Re(V(_e), {
|
2649
|
+
as: t.as,
|
2650
|
+
"as-child": t.asChild,
|
2651
|
+
class: Ge(V(At)(V(Je)({ variant: t.variant, size: t.size }), t.$attrs.class ?? ""))
|
2652
|
+
}, {
|
2653
|
+
default: $e(() => [
|
2654
|
+
Le(t.$slots, "default")
|
2655
|
+
]),
|
2656
|
+
_: 3
|
2657
|
+
}, 8, ["as", "as-child", "class"]));
|
2658
|
+
}
|
2659
|
+
});
|
2660
|
+
export {
|
2661
|
+
Nt as BuiButton
|
2662
|
+
};
|