@plyaz/ui 0.5.2 → 0.5.4
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/types/components/Form/LoginForm.d.ts.map +1 -1
- package/dist/types/components/Form/SignupForm.d.ts.map +1 -1
- package/dist/types/components/FormattedDate/FormattedDate.d.ts +10 -0
- package/dist/types/components/FormattedDate/FormattedDate.d.ts.map +1 -0
- package/dist/types/components/FormattedDate/FormattedDate.stories.d.ts +11 -0
- package/dist/types/components/FormattedDate/FormattedDate.stories.d.ts.map +1 -0
- package/dist/types/components/FormattedNumber/FormattedNumber.d.ts +10 -0
- package/dist/types/components/FormattedNumber/FormattedNumber.d.ts.map +1 -0
- package/dist/types/components/FormattedNumber/FormattedNumber.stories.d.ts +12 -0
- package/dist/types/components/FormattedNumber/FormattedNumber.stories.d.ts.map +1 -0
- package/dist/types/components/LanguageSelector/LanguageSelector.d.ts +10 -0
- package/dist/types/components/LanguageSelector/LanguageSelector.d.ts.map +1 -0
- package/dist/types/components/LanguageSelector/LanguageSelector.stories.d.ts +12 -0
- package/dist/types/components/LanguageSelector/LanguageSelector.stories.d.ts.map +1 -0
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/TranslatedHtml/TranslatedHtml.d.ts +34 -0
- package/dist/types/components/TranslatedHtml/TranslatedHtml.d.ts.map +1 -0
- package/dist/types/components/TranslatedHtml/TranslatedHtml.stories.d.ts +16 -0
- package/dist/types/components/TranslatedHtml/TranslatedHtml.stories.d.ts.map +1 -0
- package/dist/types/components/TranslatedText/TranslatedText.d.ts +12 -0
- package/dist/types/components/TranslatedText/TranslatedText.d.ts.map +1 -0
- package/dist/types/components/TranslatedText/TranslatedText.stories.d.ts +14 -0
- package/dist/types/components/TranslatedText/TranslatedText.stories.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +5 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/ui.cjs.js +11 -13
- package/dist/ui.css +1 -1
- package/dist/ui.es.js +940 -646
- package/package.json +4 -1
package/dist/ui.es.js
CHANGED
|
@@ -1,85 +1,89 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
var it = Object.defineProperty;
|
|
2
|
+
var lt = (e, t, r) => t in e ? it(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
+
var se = (e, t, r) => lt(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
+
import { jsx as m, jsxs as Q } from "react/jsx-runtime";
|
|
5
|
+
import { clsx as Fe } from "clsx";
|
|
6
|
+
import { Slot as ct } from "@radix-ui/react-slot";
|
|
7
|
+
import dt, { memo as ut } from "react";
|
|
8
|
+
import * as k from "@radix-ui/react-select";
|
|
9
|
+
import { CheckIcon as mt, ChevronDownIcon as Ve, ChevronUpIcon as pt } from "lucide-react";
|
|
10
|
+
import { useTranslations as De } from "next-intl";
|
|
11
|
+
const X = ({ children: e, element: t = "div", className: r = "", ...o }) => /* @__PURE__ */ m(t, { className: r, ...o, "data-testid": "box", children: e }), ye = "-", gt = (e) => {
|
|
12
|
+
const t = bt(e), {
|
|
13
|
+
conflictingClassGroups: r,
|
|
10
14
|
conflictingClassGroupModifiers: o
|
|
11
15
|
} = e;
|
|
12
16
|
return {
|
|
13
|
-
getClassGroupId: (
|
|
14
|
-
const p =
|
|
15
|
-
return p[0] === "" && p.length !== 1 && p.shift(),
|
|
17
|
+
getClassGroupId: (a) => {
|
|
18
|
+
const p = a.split(ye);
|
|
19
|
+
return p[0] === "" && p.length !== 1 && p.shift(), Be(p, t) || ft(a);
|
|
16
20
|
},
|
|
17
|
-
getConflictingClassGroupIds: (
|
|
18
|
-
const
|
|
19
|
-
return p && o[
|
|
21
|
+
getConflictingClassGroupIds: (a, p) => {
|
|
22
|
+
const d = r[a] || [];
|
|
23
|
+
return p && o[a] ? [...d, ...o[a]] : d;
|
|
20
24
|
}
|
|
21
25
|
};
|
|
22
|
-
},
|
|
23
|
-
var
|
|
26
|
+
}, Be = (e, t) => {
|
|
27
|
+
var a;
|
|
24
28
|
if (e.length === 0)
|
|
25
|
-
return
|
|
26
|
-
const
|
|
27
|
-
if (
|
|
28
|
-
return
|
|
29
|
-
if (
|
|
29
|
+
return t.classGroupId;
|
|
30
|
+
const r = e[0], o = t.nextPart.get(r), n = o ? Be(e.slice(1), o) : void 0;
|
|
31
|
+
if (n)
|
|
32
|
+
return n;
|
|
33
|
+
if (t.validators.length === 0)
|
|
30
34
|
return;
|
|
31
|
-
const
|
|
32
|
-
return (
|
|
35
|
+
const s = e.join(ye);
|
|
36
|
+
return (a = t.validators.find(({
|
|
33
37
|
validator: p
|
|
34
|
-
}) => p(
|
|
35
|
-
},
|
|
36
|
-
if (
|
|
37
|
-
const
|
|
38
|
-
if (
|
|
39
|
-
return "arbitrary.." +
|
|
38
|
+
}) => p(s))) == null ? void 0 : a.classGroupId;
|
|
39
|
+
}, Le = /^\[(.+)\]$/, ft = (e) => {
|
|
40
|
+
if (Le.test(e)) {
|
|
41
|
+
const t = Le.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
42
|
+
if (r)
|
|
43
|
+
return "arbitrary.." + r;
|
|
40
44
|
}
|
|
41
|
-
},
|
|
45
|
+
}, bt = (e) => {
|
|
42
46
|
const {
|
|
43
|
-
theme:
|
|
44
|
-
classGroups:
|
|
47
|
+
theme: t,
|
|
48
|
+
classGroups: r
|
|
45
49
|
} = e, o = {
|
|
46
50
|
nextPart: /* @__PURE__ */ new Map(),
|
|
47
51
|
validators: []
|
|
48
52
|
};
|
|
49
|
-
for (const
|
|
50
|
-
|
|
53
|
+
for (const n in r)
|
|
54
|
+
he(r[n], o, n, t);
|
|
51
55
|
return o;
|
|
52
|
-
},
|
|
53
|
-
e.forEach((
|
|
54
|
-
if (typeof
|
|
55
|
-
const
|
|
56
|
-
|
|
56
|
+
}, he = (e, t, r, o) => {
|
|
57
|
+
e.forEach((n) => {
|
|
58
|
+
if (typeof n == "string") {
|
|
59
|
+
const s = n === "" ? t : Ee(t, n);
|
|
60
|
+
s.classGroupId = r;
|
|
57
61
|
return;
|
|
58
62
|
}
|
|
59
|
-
if (typeof
|
|
60
|
-
if (
|
|
61
|
-
|
|
63
|
+
if (typeof n == "function") {
|
|
64
|
+
if (ht(n)) {
|
|
65
|
+
he(n(o), t, r, o);
|
|
62
66
|
return;
|
|
63
67
|
}
|
|
64
|
-
|
|
65
|
-
validator:
|
|
66
|
-
classGroupId:
|
|
68
|
+
t.validators.push({
|
|
69
|
+
validator: n,
|
|
70
|
+
classGroupId: r
|
|
67
71
|
});
|
|
68
72
|
return;
|
|
69
73
|
}
|
|
70
|
-
Object.entries(
|
|
71
|
-
|
|
74
|
+
Object.entries(n).forEach(([s, a]) => {
|
|
75
|
+
he(a, Ee(t, s), r, o);
|
|
72
76
|
});
|
|
73
77
|
});
|
|
74
|
-
},
|
|
75
|
-
let
|
|
76
|
-
return
|
|
77
|
-
|
|
78
|
+
}, Ee = (e, t) => {
|
|
79
|
+
let r = e;
|
|
80
|
+
return t.split(ye).forEach((o) => {
|
|
81
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
78
82
|
nextPart: /* @__PURE__ */ new Map(),
|
|
79
83
|
validators: []
|
|
80
|
-
}),
|
|
81
|
-
}),
|
|
82
|
-
},
|
|
84
|
+
}), r = r.nextPart.get(o);
|
|
85
|
+
}), r;
|
|
86
|
+
}, ht = (e) => e.isThemeGetter, xt = (e) => {
|
|
83
87
|
if (e < 1)
|
|
84
88
|
return {
|
|
85
89
|
get: () => {
|
|
@@ -87,178 +91,178 @@ const H = ({ children: e, element: r = "div", className: t = "", ...o }) => /* @
|
|
|
87
91
|
set: () => {
|
|
88
92
|
}
|
|
89
93
|
};
|
|
90
|
-
let
|
|
91
|
-
const
|
|
92
|
-
|
|
94
|
+
let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
95
|
+
const n = (s, a) => {
|
|
96
|
+
r.set(s, a), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
93
97
|
};
|
|
94
98
|
return {
|
|
95
|
-
get(
|
|
96
|
-
let
|
|
97
|
-
if (
|
|
98
|
-
return
|
|
99
|
-
if ((
|
|
100
|
-
return
|
|
99
|
+
get(s) {
|
|
100
|
+
let a = r.get(s);
|
|
101
|
+
if (a !== void 0)
|
|
102
|
+
return a;
|
|
103
|
+
if ((a = o.get(s)) !== void 0)
|
|
104
|
+
return n(s, a), a;
|
|
101
105
|
},
|
|
102
|
-
set(
|
|
103
|
-
|
|
106
|
+
set(s, a) {
|
|
107
|
+
r.has(s) ? r.set(s, a) : n(s, a);
|
|
104
108
|
}
|
|
105
109
|
};
|
|
106
|
-
},
|
|
110
|
+
}, xe = "!", ve = ":", vt = ve.length, wt = (e) => {
|
|
107
111
|
const {
|
|
108
|
-
prefix:
|
|
109
|
-
experimentalParseClassName:
|
|
112
|
+
prefix: t,
|
|
113
|
+
experimentalParseClassName: r
|
|
110
114
|
} = e;
|
|
111
|
-
let o = (
|
|
112
|
-
const
|
|
113
|
-
let
|
|
114
|
-
for (let
|
|
115
|
-
let S =
|
|
116
|
-
if (
|
|
117
|
-
if (S ===
|
|
118
|
-
|
|
115
|
+
let o = (n) => {
|
|
116
|
+
const s = [];
|
|
117
|
+
let a = 0, p = 0, d = 0, f;
|
|
118
|
+
for (let N = 0; N < n.length; N++) {
|
|
119
|
+
let S = n[N];
|
|
120
|
+
if (a === 0 && p === 0) {
|
|
121
|
+
if (S === ve) {
|
|
122
|
+
s.push(n.slice(d, N)), d = N + vt;
|
|
119
123
|
continue;
|
|
120
124
|
}
|
|
121
125
|
if (S === "/") {
|
|
122
|
-
f =
|
|
126
|
+
f = N;
|
|
123
127
|
continue;
|
|
124
128
|
}
|
|
125
129
|
}
|
|
126
|
-
S === "[" ?
|
|
130
|
+
S === "[" ? a++ : S === "]" ? a-- : S === "(" ? p++ : S === ")" && p--;
|
|
127
131
|
}
|
|
128
|
-
const b =
|
|
132
|
+
const b = s.length === 0 ? n : n.substring(d), z = yt(b), A = z !== b, T = f && f > d ? f - d : void 0;
|
|
129
133
|
return {
|
|
130
|
-
modifiers:
|
|
134
|
+
modifiers: s,
|
|
131
135
|
hasImportantModifier: A,
|
|
132
|
-
baseClassName:
|
|
133
|
-
maybePostfixModifierPosition:
|
|
136
|
+
baseClassName: z,
|
|
137
|
+
maybePostfixModifierPosition: T
|
|
134
138
|
};
|
|
135
139
|
};
|
|
136
|
-
if (
|
|
137
|
-
const
|
|
138
|
-
o = (
|
|
140
|
+
if (t) {
|
|
141
|
+
const n = t + ve, s = o;
|
|
142
|
+
o = (a) => a.startsWith(n) ? s(a.substring(n.length)) : {
|
|
139
143
|
isExternal: !0,
|
|
140
144
|
modifiers: [],
|
|
141
145
|
hasImportantModifier: !1,
|
|
142
|
-
baseClassName:
|
|
146
|
+
baseClassName: a,
|
|
143
147
|
maybePostfixModifierPosition: void 0
|
|
144
148
|
};
|
|
145
149
|
}
|
|
146
|
-
if (
|
|
147
|
-
const
|
|
148
|
-
o = (
|
|
149
|
-
className:
|
|
150
|
-
parseClassName:
|
|
150
|
+
if (r) {
|
|
151
|
+
const n = o;
|
|
152
|
+
o = (s) => r({
|
|
153
|
+
className: s,
|
|
154
|
+
parseClassName: n
|
|
151
155
|
});
|
|
152
156
|
}
|
|
153
157
|
return o;
|
|
154
|
-
},
|
|
155
|
-
const
|
|
158
|
+
}, yt = (e) => e.endsWith(xe) ? e.substring(0, e.length - 1) : e.startsWith(xe) ? e.substring(1) : e, kt = (e) => {
|
|
159
|
+
const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
156
160
|
return (o) => {
|
|
157
161
|
if (o.length <= 1)
|
|
158
162
|
return o;
|
|
159
|
-
const
|
|
160
|
-
let
|
|
161
|
-
return o.forEach((
|
|
162
|
-
|
|
163
|
-
}),
|
|
163
|
+
const n = [];
|
|
164
|
+
let s = [];
|
|
165
|
+
return o.forEach((a) => {
|
|
166
|
+
a[0] === "[" || t[a] ? (n.push(...s.sort(), a), s = []) : s.push(a);
|
|
167
|
+
}), n.push(...s.sort()), n;
|
|
164
168
|
};
|
|
165
|
-
},
|
|
166
|
-
cache:
|
|
167
|
-
parseClassName:
|
|
168
|
-
sortModifiers:
|
|
169
|
-
...
|
|
170
|
-
}),
|
|
169
|
+
}, zt = (e) => ({
|
|
170
|
+
cache: xt(e.cacheSize),
|
|
171
|
+
parseClassName: wt(e),
|
|
172
|
+
sortModifiers: kt(e),
|
|
173
|
+
...gt(e)
|
|
174
|
+
}), Nt = /\s+/, St = (e, t) => {
|
|
171
175
|
const {
|
|
172
|
-
parseClassName:
|
|
176
|
+
parseClassName: r,
|
|
173
177
|
getClassGroupId: o,
|
|
174
|
-
getConflictingClassGroupIds:
|
|
175
|
-
sortModifiers:
|
|
176
|
-
} =
|
|
177
|
-
let
|
|
178
|
+
getConflictingClassGroupIds: n,
|
|
179
|
+
sortModifiers: s
|
|
180
|
+
} = t, a = [], p = e.trim().split(Nt);
|
|
181
|
+
let d = "";
|
|
178
182
|
for (let f = p.length - 1; f >= 0; f -= 1) {
|
|
179
183
|
const b = p[f], {
|
|
180
|
-
isExternal:
|
|
184
|
+
isExternal: z,
|
|
181
185
|
modifiers: A,
|
|
182
|
-
hasImportantModifier:
|
|
183
|
-
baseClassName:
|
|
186
|
+
hasImportantModifier: T,
|
|
187
|
+
baseClassName: N,
|
|
184
188
|
maybePostfixModifierPosition: S
|
|
185
|
-
} =
|
|
186
|
-
if (
|
|
187
|
-
|
|
189
|
+
} = r(b);
|
|
190
|
+
if (z) {
|
|
191
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
188
192
|
continue;
|
|
189
193
|
}
|
|
190
|
-
let M = !!S,
|
|
191
|
-
if (!
|
|
194
|
+
let M = !!S, _ = o(M ? N.substring(0, S) : N);
|
|
195
|
+
if (!_) {
|
|
192
196
|
if (!M) {
|
|
193
|
-
|
|
197
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
194
198
|
continue;
|
|
195
199
|
}
|
|
196
|
-
if (
|
|
197
|
-
|
|
200
|
+
if (_ = o(N), !_) {
|
|
201
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
198
202
|
continue;
|
|
199
203
|
}
|
|
200
204
|
M = !1;
|
|
201
205
|
}
|
|
202
|
-
const
|
|
203
|
-
if (
|
|
206
|
+
const Y = s(A).join(":"), q = T ? Y + xe : Y, D = q + _;
|
|
207
|
+
if (a.includes(D))
|
|
204
208
|
continue;
|
|
205
|
-
|
|
206
|
-
const
|
|
207
|
-
for (let
|
|
208
|
-
const
|
|
209
|
-
|
|
209
|
+
a.push(D);
|
|
210
|
+
const B = n(_, M);
|
|
211
|
+
for (let G = 0; G < B.length; ++G) {
|
|
212
|
+
const H = B[G];
|
|
213
|
+
a.push(q + H);
|
|
210
214
|
}
|
|
211
|
-
|
|
215
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
212
216
|
}
|
|
213
|
-
return
|
|
217
|
+
return d;
|
|
214
218
|
};
|
|
215
|
-
function
|
|
216
|
-
let e = 0,
|
|
219
|
+
function Pt() {
|
|
220
|
+
let e = 0, t, r, o = "";
|
|
217
221
|
for (; e < arguments.length; )
|
|
218
|
-
(
|
|
222
|
+
(t = arguments[e++]) && (r = Oe(t)) && (o && (o += " "), o += r);
|
|
219
223
|
return o;
|
|
220
224
|
}
|
|
221
|
-
const
|
|
225
|
+
const Oe = (e) => {
|
|
222
226
|
if (typeof e == "string")
|
|
223
227
|
return e;
|
|
224
|
-
let
|
|
228
|
+
let t, r = "";
|
|
225
229
|
for (let o = 0; o < e.length; o++)
|
|
226
|
-
e[o] && (
|
|
227
|
-
return
|
|
230
|
+
e[o] && (t = Oe(e[o])) && (r && (r += " "), r += t);
|
|
231
|
+
return r;
|
|
228
232
|
};
|
|
229
|
-
function
|
|
230
|
-
let
|
|
231
|
-
function
|
|
232
|
-
const f =
|
|
233
|
-
return
|
|
233
|
+
function At(e, ...t) {
|
|
234
|
+
let r, o, n, s = a;
|
|
235
|
+
function a(d) {
|
|
236
|
+
const f = t.reduce((b, z) => z(b), e());
|
|
237
|
+
return r = zt(f), o = r.cache.get, n = r.cache.set, s = p, p(d);
|
|
234
238
|
}
|
|
235
|
-
function p(
|
|
236
|
-
const f = o(
|
|
239
|
+
function p(d) {
|
|
240
|
+
const f = o(d);
|
|
237
241
|
if (f)
|
|
238
242
|
return f;
|
|
239
|
-
const b =
|
|
240
|
-
return
|
|
243
|
+
const b = St(d, r);
|
|
244
|
+
return n(d, b), b;
|
|
241
245
|
}
|
|
242
246
|
return function() {
|
|
243
|
-
return
|
|
247
|
+
return s(Pt.apply(null, arguments));
|
|
244
248
|
};
|
|
245
249
|
}
|
|
246
|
-
const
|
|
247
|
-
const
|
|
248
|
-
return
|
|
249
|
-
},
|
|
250
|
+
const h = (e) => {
|
|
251
|
+
const t = (r) => r[e] || [];
|
|
252
|
+
return t.isThemeGetter = !0, t;
|
|
253
|
+
}, $e = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, We = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ct = /^\d+\/\d+$/, Mt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, It = /\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$/, Rt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Lt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Et = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, $ = (e) => Ct.test(e), g = (e) => !!e && !Number.isNaN(Number(e)), E = (e) => !!e && Number.isInteger(Number(e)), pe = (e) => e.endsWith("%") && g(e.slice(0, -1)), L = (e) => Mt.test(e), Tt = () => !0, _t = (e) => (
|
|
250
254
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
251
255
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
252
256
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
253
|
-
|
|
254
|
-
),
|
|
255
|
-
const o =
|
|
256
|
-
return o ? o[1] ?
|
|
257
|
-
},
|
|
258
|
-
const o =
|
|
259
|
-
return o ? o[1] ?
|
|
260
|
-
},
|
|
261
|
-
const e =
|
|
257
|
+
It.test(e) && !Rt.test(e)
|
|
258
|
+
), Ue = () => !1, Gt = (e) => Lt.test(e), jt = (e) => Et.test(e), Ft = (e) => !i(e) && !l(e), Vt = (e) => U(e, He, Ue), i = (e) => $e.test(e), F = (e) => U(e, Je, _t), ge = (e) => U(e, Wt, g), Te = (e) => U(e, Ke, Ue), Dt = (e) => U(e, qe, jt), ae = (e) => U(e, Qe, Gt), l = (e) => We.test(e), J = (e) => K(e, Je), Bt = (e) => K(e, Ut), _e = (e) => K(e, Ke), Ot = (e) => K(e, He), $t = (e) => K(e, qe), ie = (e) => K(e, Qe, !0), U = (e, t, r) => {
|
|
259
|
+
const o = $e.exec(e);
|
|
260
|
+
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
261
|
+
}, K = (e, t, r = !1) => {
|
|
262
|
+
const o = We.exec(e);
|
|
263
|
+
return o ? o[1] ? t(o[1]) : r : !1;
|
|
264
|
+
}, Ke = (e) => e === "position" || e === "percentage", qe = (e) => e === "image" || e === "url", He = (e) => e === "length" || e === "size" || e === "bg-size", Je = (e) => e === "length", Wt = (e) => e === "number", Ut = (e) => e === "family-name", Qe = (e) => e === "shadow", Kt = () => {
|
|
265
|
+
const e = h("color"), t = h("font"), r = h("text"), o = h("font-weight"), n = h("tracking"), s = h("leading"), a = h("breakpoint"), p = h("container"), d = h("spacing"), f = h("radius"), b = h("shadow"), z = h("inset-shadow"), A = h("text-shadow"), T = h("drop-shadow"), N = h("blur"), S = h("perspective"), M = h("aspect"), _ = h("ease"), Y = h("animate"), q = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [
|
|
262
266
|
"center",
|
|
263
267
|
"top",
|
|
264
268
|
"bottom",
|
|
@@ -276,51 +280,51 @@ const x = (e) => {
|
|
|
276
280
|
"bottom-left",
|
|
277
281
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
278
282
|
"left-bottom"
|
|
279
|
-
],
|
|
280
|
-
span: ["full", E,
|
|
281
|
-
}, E,
|
|
282
|
-
position: [
|
|
283
|
-
}],
|
|
283
|
+
], B = () => [...D(), l, i], G = () => ["auto", "hidden", "clip", "visible", "scroll"], H = () => ["auto", "contain", "none"], u = () => [l, i, d], I = () => [$, "full", "auto", ...u()], Ne = () => [E, "none", "subgrid", l, i], Se = () => ["auto", {
|
|
284
|
+
span: ["full", E, l, i]
|
|
285
|
+
}, E, l, i], ee = () => [E, "auto", l, i], Pe = () => ["auto", "min", "max", "fr", l, i], de = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], O = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], R = () => ["auto", ...u()], j = () => [$, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], c = () => [e, l, i], Ae = () => [...D(), _e, Te, {
|
|
286
|
+
position: [l, i]
|
|
287
|
+
}], Ce = () => ["no-repeat", {
|
|
284
288
|
repeat: ["", "x", "y", "space", "round"]
|
|
285
|
-
}],
|
|
286
|
-
size: [
|
|
287
|
-
}],
|
|
289
|
+
}], Me = () => ["auto", "cover", "contain", Ot, Vt, {
|
|
290
|
+
size: [l, i]
|
|
291
|
+
}], ue = () => [pe, J, F], y = () => [
|
|
288
292
|
// Deprecated since Tailwind CSS v4.0.0
|
|
289
293
|
"",
|
|
290
294
|
"none",
|
|
291
295
|
"full",
|
|
292
296
|
f,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
],
|
|
297
|
+
l,
|
|
298
|
+
i
|
|
299
|
+
], P = () => ["", g, J, F], te = () => ["solid", "dashed", "dotted", "double"], Ie = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], x = () => [g, pe, _e, Te], Re = () => [
|
|
296
300
|
// Deprecated since Tailwind CSS v4.0.0
|
|
297
301
|
"",
|
|
298
302
|
"none",
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
],
|
|
303
|
+
N,
|
|
304
|
+
l,
|
|
305
|
+
i
|
|
306
|
+
], re = () => ["none", g, l, i], oe = () => ["none", g, l, i], me = () => [g, l, i], ne = () => [$, "full", ...u()];
|
|
303
307
|
return {
|
|
304
308
|
cacheSize: 500,
|
|
305
309
|
theme: {
|
|
306
310
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
307
311
|
aspect: ["video"],
|
|
308
|
-
blur: [
|
|
309
|
-
breakpoint: [
|
|
310
|
-
color: [
|
|
311
|
-
container: [
|
|
312
|
-
"drop-shadow": [
|
|
312
|
+
blur: [L],
|
|
313
|
+
breakpoint: [L],
|
|
314
|
+
color: [Tt],
|
|
315
|
+
container: [L],
|
|
316
|
+
"drop-shadow": [L],
|
|
313
317
|
ease: ["in", "out", "in-out"],
|
|
314
|
-
font: [
|
|
318
|
+
font: [Ft],
|
|
315
319
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
316
|
-
"inset-shadow": [
|
|
320
|
+
"inset-shadow": [L],
|
|
317
321
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
318
322
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
319
|
-
radius: [
|
|
320
|
-
shadow: [
|
|
321
|
-
spacing: ["px",
|
|
322
|
-
text: [
|
|
323
|
-
"text-shadow": [
|
|
323
|
+
radius: [L],
|
|
324
|
+
shadow: [L],
|
|
325
|
+
spacing: ["px", g],
|
|
326
|
+
text: [L],
|
|
327
|
+
"text-shadow": [L],
|
|
324
328
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
325
329
|
},
|
|
326
330
|
classGroups: {
|
|
@@ -332,7 +336,7 @@ const x = (e) => {
|
|
|
332
336
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
333
337
|
*/
|
|
334
338
|
aspect: [{
|
|
335
|
-
aspect: ["auto", "square",
|
|
339
|
+
aspect: ["auto", "square", $, i, l, M]
|
|
336
340
|
}],
|
|
337
341
|
/**
|
|
338
342
|
* Container
|
|
@@ -345,21 +349,21 @@ const x = (e) => {
|
|
|
345
349
|
* @see https://tailwindcss.com/docs/columns
|
|
346
350
|
*/
|
|
347
351
|
columns: [{
|
|
348
|
-
columns: [
|
|
352
|
+
columns: [g, i, l, p]
|
|
349
353
|
}],
|
|
350
354
|
/**
|
|
351
355
|
* Break After
|
|
352
356
|
* @see https://tailwindcss.com/docs/break-after
|
|
353
357
|
*/
|
|
354
358
|
"break-after": [{
|
|
355
|
-
"break-after":
|
|
359
|
+
"break-after": q()
|
|
356
360
|
}],
|
|
357
361
|
/**
|
|
358
362
|
* Break Before
|
|
359
363
|
* @see https://tailwindcss.com/docs/break-before
|
|
360
364
|
*/
|
|
361
365
|
"break-before": [{
|
|
362
|
-
"break-before":
|
|
366
|
+
"break-before": q()
|
|
363
367
|
}],
|
|
364
368
|
/**
|
|
365
369
|
* Break Inside
|
|
@@ -423,49 +427,49 @@ const x = (e) => {
|
|
|
423
427
|
* @see https://tailwindcss.com/docs/object-position
|
|
424
428
|
*/
|
|
425
429
|
"object-position": [{
|
|
426
|
-
object:
|
|
430
|
+
object: B()
|
|
427
431
|
}],
|
|
428
432
|
/**
|
|
429
433
|
* Overflow
|
|
430
434
|
* @see https://tailwindcss.com/docs/overflow
|
|
431
435
|
*/
|
|
432
436
|
overflow: [{
|
|
433
|
-
overflow:
|
|
437
|
+
overflow: G()
|
|
434
438
|
}],
|
|
435
439
|
/**
|
|
436
440
|
* Overflow X
|
|
437
441
|
* @see https://tailwindcss.com/docs/overflow
|
|
438
442
|
*/
|
|
439
443
|
"overflow-x": [{
|
|
440
|
-
"overflow-x":
|
|
444
|
+
"overflow-x": G()
|
|
441
445
|
}],
|
|
442
446
|
/**
|
|
443
447
|
* Overflow Y
|
|
444
448
|
* @see https://tailwindcss.com/docs/overflow
|
|
445
449
|
*/
|
|
446
450
|
"overflow-y": [{
|
|
447
|
-
"overflow-y":
|
|
451
|
+
"overflow-y": G()
|
|
448
452
|
}],
|
|
449
453
|
/**
|
|
450
454
|
* Overscroll Behavior
|
|
451
455
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
452
456
|
*/
|
|
453
457
|
overscroll: [{
|
|
454
|
-
overscroll:
|
|
458
|
+
overscroll: H()
|
|
455
459
|
}],
|
|
456
460
|
/**
|
|
457
461
|
* Overscroll Behavior X
|
|
458
462
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
459
463
|
*/
|
|
460
464
|
"overscroll-x": [{
|
|
461
|
-
"overscroll-x":
|
|
465
|
+
"overscroll-x": H()
|
|
462
466
|
}],
|
|
463
467
|
/**
|
|
464
468
|
* Overscroll Behavior Y
|
|
465
469
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
466
470
|
*/
|
|
467
471
|
"overscroll-y": [{
|
|
468
|
-
"overscroll-y":
|
|
472
|
+
"overscroll-y": H()
|
|
469
473
|
}],
|
|
470
474
|
/**
|
|
471
475
|
* Position
|
|
@@ -477,63 +481,63 @@ const x = (e) => {
|
|
|
477
481
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
478
482
|
*/
|
|
479
483
|
inset: [{
|
|
480
|
-
inset:
|
|
484
|
+
inset: I()
|
|
481
485
|
}],
|
|
482
486
|
/**
|
|
483
487
|
* Right / Left
|
|
484
488
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
485
489
|
*/
|
|
486
490
|
"inset-x": [{
|
|
487
|
-
"inset-x":
|
|
491
|
+
"inset-x": I()
|
|
488
492
|
}],
|
|
489
493
|
/**
|
|
490
494
|
* Top / Bottom
|
|
491
495
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
492
496
|
*/
|
|
493
497
|
"inset-y": [{
|
|
494
|
-
"inset-y":
|
|
498
|
+
"inset-y": I()
|
|
495
499
|
}],
|
|
496
500
|
/**
|
|
497
501
|
* Start
|
|
498
502
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
499
503
|
*/
|
|
500
504
|
start: [{
|
|
501
|
-
start:
|
|
505
|
+
start: I()
|
|
502
506
|
}],
|
|
503
507
|
/**
|
|
504
508
|
* End
|
|
505
509
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
506
510
|
*/
|
|
507
511
|
end: [{
|
|
508
|
-
end:
|
|
512
|
+
end: I()
|
|
509
513
|
}],
|
|
510
514
|
/**
|
|
511
515
|
* Top
|
|
512
516
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
513
517
|
*/
|
|
514
518
|
top: [{
|
|
515
|
-
top:
|
|
519
|
+
top: I()
|
|
516
520
|
}],
|
|
517
521
|
/**
|
|
518
522
|
* Right
|
|
519
523
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
520
524
|
*/
|
|
521
525
|
right: [{
|
|
522
|
-
right:
|
|
526
|
+
right: I()
|
|
523
527
|
}],
|
|
524
528
|
/**
|
|
525
529
|
* Bottom
|
|
526
530
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
527
531
|
*/
|
|
528
532
|
bottom: [{
|
|
529
|
-
bottom:
|
|
533
|
+
bottom: I()
|
|
530
534
|
}],
|
|
531
535
|
/**
|
|
532
536
|
* Left
|
|
533
537
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
534
538
|
*/
|
|
535
539
|
left: [{
|
|
536
|
-
left:
|
|
540
|
+
left: I()
|
|
537
541
|
}],
|
|
538
542
|
/**
|
|
539
543
|
* Visibility
|
|
@@ -545,7 +549,7 @@ const x = (e) => {
|
|
|
545
549
|
* @see https://tailwindcss.com/docs/z-index
|
|
546
550
|
*/
|
|
547
551
|
z: [{
|
|
548
|
-
z: [E, "auto",
|
|
552
|
+
z: [E, "auto", l, i]
|
|
549
553
|
}],
|
|
550
554
|
// ------------------------
|
|
551
555
|
// --- Flexbox and Grid ---
|
|
@@ -555,7 +559,7 @@ const x = (e) => {
|
|
|
555
559
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
556
560
|
*/
|
|
557
561
|
basis: [{
|
|
558
|
-
basis: [
|
|
562
|
+
basis: [$, "full", "auto", p, ...u()]
|
|
559
563
|
}],
|
|
560
564
|
/**
|
|
561
565
|
* Flex Direction
|
|
@@ -576,84 +580,84 @@ const x = (e) => {
|
|
|
576
580
|
* @see https://tailwindcss.com/docs/flex
|
|
577
581
|
*/
|
|
578
582
|
flex: [{
|
|
579
|
-
flex: [
|
|
583
|
+
flex: [g, $, "auto", "initial", "none", i]
|
|
580
584
|
}],
|
|
581
585
|
/**
|
|
582
586
|
* Flex Grow
|
|
583
587
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
584
588
|
*/
|
|
585
589
|
grow: [{
|
|
586
|
-
grow: ["",
|
|
590
|
+
grow: ["", g, l, i]
|
|
587
591
|
}],
|
|
588
592
|
/**
|
|
589
593
|
* Flex Shrink
|
|
590
594
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
591
595
|
*/
|
|
592
596
|
shrink: [{
|
|
593
|
-
shrink: ["",
|
|
597
|
+
shrink: ["", g, l, i]
|
|
594
598
|
}],
|
|
595
599
|
/**
|
|
596
600
|
* Order
|
|
597
601
|
* @see https://tailwindcss.com/docs/order
|
|
598
602
|
*/
|
|
599
603
|
order: [{
|
|
600
|
-
order: [E, "first", "last", "none",
|
|
604
|
+
order: [E, "first", "last", "none", l, i]
|
|
601
605
|
}],
|
|
602
606
|
/**
|
|
603
607
|
* Grid Template Columns
|
|
604
608
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
605
609
|
*/
|
|
606
610
|
"grid-cols": [{
|
|
607
|
-
"grid-cols":
|
|
611
|
+
"grid-cols": Ne()
|
|
608
612
|
}],
|
|
609
613
|
/**
|
|
610
614
|
* Grid Column Start / End
|
|
611
615
|
* @see https://tailwindcss.com/docs/grid-column
|
|
612
616
|
*/
|
|
613
617
|
"col-start-end": [{
|
|
614
|
-
col:
|
|
618
|
+
col: Se()
|
|
615
619
|
}],
|
|
616
620
|
/**
|
|
617
621
|
* Grid Column Start
|
|
618
622
|
* @see https://tailwindcss.com/docs/grid-column
|
|
619
623
|
*/
|
|
620
624
|
"col-start": [{
|
|
621
|
-
"col-start":
|
|
625
|
+
"col-start": ee()
|
|
622
626
|
}],
|
|
623
627
|
/**
|
|
624
628
|
* Grid Column End
|
|
625
629
|
* @see https://tailwindcss.com/docs/grid-column
|
|
626
630
|
*/
|
|
627
631
|
"col-end": [{
|
|
628
|
-
"col-end":
|
|
632
|
+
"col-end": ee()
|
|
629
633
|
}],
|
|
630
634
|
/**
|
|
631
635
|
* Grid Template Rows
|
|
632
636
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
633
637
|
*/
|
|
634
638
|
"grid-rows": [{
|
|
635
|
-
"grid-rows":
|
|
639
|
+
"grid-rows": Ne()
|
|
636
640
|
}],
|
|
637
641
|
/**
|
|
638
642
|
* Grid Row Start / End
|
|
639
643
|
* @see https://tailwindcss.com/docs/grid-row
|
|
640
644
|
*/
|
|
641
645
|
"row-start-end": [{
|
|
642
|
-
row:
|
|
646
|
+
row: Se()
|
|
643
647
|
}],
|
|
644
648
|
/**
|
|
645
649
|
* Grid Row Start
|
|
646
650
|
* @see https://tailwindcss.com/docs/grid-row
|
|
647
651
|
*/
|
|
648
652
|
"row-start": [{
|
|
649
|
-
"row-start":
|
|
653
|
+
"row-start": ee()
|
|
650
654
|
}],
|
|
651
655
|
/**
|
|
652
656
|
* Grid Row End
|
|
653
657
|
* @see https://tailwindcss.com/docs/grid-row
|
|
654
658
|
*/
|
|
655
659
|
"row-end": [{
|
|
656
|
-
"row-end":
|
|
660
|
+
"row-end": ee()
|
|
657
661
|
}],
|
|
658
662
|
/**
|
|
659
663
|
* Grid Auto Flow
|
|
@@ -667,42 +671,42 @@ const x = (e) => {
|
|
|
667
671
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
668
672
|
*/
|
|
669
673
|
"auto-cols": [{
|
|
670
|
-
"auto-cols":
|
|
674
|
+
"auto-cols": Pe()
|
|
671
675
|
}],
|
|
672
676
|
/**
|
|
673
677
|
* Grid Auto Rows
|
|
674
678
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
675
679
|
*/
|
|
676
680
|
"auto-rows": [{
|
|
677
|
-
"auto-rows":
|
|
681
|
+
"auto-rows": Pe()
|
|
678
682
|
}],
|
|
679
683
|
/**
|
|
680
684
|
* Gap
|
|
681
685
|
* @see https://tailwindcss.com/docs/gap
|
|
682
686
|
*/
|
|
683
687
|
gap: [{
|
|
684
|
-
gap:
|
|
688
|
+
gap: u()
|
|
685
689
|
}],
|
|
686
690
|
/**
|
|
687
691
|
* Gap X
|
|
688
692
|
* @see https://tailwindcss.com/docs/gap
|
|
689
693
|
*/
|
|
690
694
|
"gap-x": [{
|
|
691
|
-
"gap-x":
|
|
695
|
+
"gap-x": u()
|
|
692
696
|
}],
|
|
693
697
|
/**
|
|
694
698
|
* Gap Y
|
|
695
699
|
* @see https://tailwindcss.com/docs/gap
|
|
696
700
|
*/
|
|
697
701
|
"gap-y": [{
|
|
698
|
-
"gap-y":
|
|
702
|
+
"gap-y": u()
|
|
699
703
|
}],
|
|
700
704
|
/**
|
|
701
705
|
* Justify Content
|
|
702
706
|
* @see https://tailwindcss.com/docs/justify-content
|
|
703
707
|
*/
|
|
704
708
|
"justify-content": [{
|
|
705
|
-
justify: [...
|
|
709
|
+
justify: [...de(), "normal"]
|
|
706
710
|
}],
|
|
707
711
|
/**
|
|
708
712
|
* Justify Items
|
|
@@ -723,7 +727,7 @@ const x = (e) => {
|
|
|
723
727
|
* @see https://tailwindcss.com/docs/align-content
|
|
724
728
|
*/
|
|
725
729
|
"align-content": [{
|
|
726
|
-
content: ["normal", ...
|
|
730
|
+
content: ["normal", ...de()]
|
|
727
731
|
}],
|
|
728
732
|
/**
|
|
729
733
|
* Align Items
|
|
@@ -748,7 +752,7 @@ const x = (e) => {
|
|
|
748
752
|
* @see https://tailwindcss.com/docs/place-content
|
|
749
753
|
*/
|
|
750
754
|
"place-content": [{
|
|
751
|
-
"place-content":
|
|
755
|
+
"place-content": de()
|
|
752
756
|
}],
|
|
753
757
|
/**
|
|
754
758
|
* Place Items
|
|
@@ -770,133 +774,133 @@ const x = (e) => {
|
|
|
770
774
|
* @see https://tailwindcss.com/docs/padding
|
|
771
775
|
*/
|
|
772
776
|
p: [{
|
|
773
|
-
p:
|
|
777
|
+
p: u()
|
|
774
778
|
}],
|
|
775
779
|
/**
|
|
776
780
|
* Padding X
|
|
777
781
|
* @see https://tailwindcss.com/docs/padding
|
|
778
782
|
*/
|
|
779
783
|
px: [{
|
|
780
|
-
px:
|
|
784
|
+
px: u()
|
|
781
785
|
}],
|
|
782
786
|
/**
|
|
783
787
|
* Padding Y
|
|
784
788
|
* @see https://tailwindcss.com/docs/padding
|
|
785
789
|
*/
|
|
786
790
|
py: [{
|
|
787
|
-
py:
|
|
791
|
+
py: u()
|
|
788
792
|
}],
|
|
789
793
|
/**
|
|
790
794
|
* Padding Start
|
|
791
795
|
* @see https://tailwindcss.com/docs/padding
|
|
792
796
|
*/
|
|
793
797
|
ps: [{
|
|
794
|
-
ps:
|
|
798
|
+
ps: u()
|
|
795
799
|
}],
|
|
796
800
|
/**
|
|
797
801
|
* Padding End
|
|
798
802
|
* @see https://tailwindcss.com/docs/padding
|
|
799
803
|
*/
|
|
800
804
|
pe: [{
|
|
801
|
-
pe:
|
|
805
|
+
pe: u()
|
|
802
806
|
}],
|
|
803
807
|
/**
|
|
804
808
|
* Padding Top
|
|
805
809
|
* @see https://tailwindcss.com/docs/padding
|
|
806
810
|
*/
|
|
807
811
|
pt: [{
|
|
808
|
-
pt:
|
|
812
|
+
pt: u()
|
|
809
813
|
}],
|
|
810
814
|
/**
|
|
811
815
|
* Padding Right
|
|
812
816
|
* @see https://tailwindcss.com/docs/padding
|
|
813
817
|
*/
|
|
814
818
|
pr: [{
|
|
815
|
-
pr:
|
|
819
|
+
pr: u()
|
|
816
820
|
}],
|
|
817
821
|
/**
|
|
818
822
|
* Padding Bottom
|
|
819
823
|
* @see https://tailwindcss.com/docs/padding
|
|
820
824
|
*/
|
|
821
825
|
pb: [{
|
|
822
|
-
pb:
|
|
826
|
+
pb: u()
|
|
823
827
|
}],
|
|
824
828
|
/**
|
|
825
829
|
* Padding Left
|
|
826
830
|
* @see https://tailwindcss.com/docs/padding
|
|
827
831
|
*/
|
|
828
832
|
pl: [{
|
|
829
|
-
pl:
|
|
833
|
+
pl: u()
|
|
830
834
|
}],
|
|
831
835
|
/**
|
|
832
836
|
* Margin
|
|
833
837
|
* @see https://tailwindcss.com/docs/margin
|
|
834
838
|
*/
|
|
835
839
|
m: [{
|
|
836
|
-
m:
|
|
840
|
+
m: R()
|
|
837
841
|
}],
|
|
838
842
|
/**
|
|
839
843
|
* Margin X
|
|
840
844
|
* @see https://tailwindcss.com/docs/margin
|
|
841
845
|
*/
|
|
842
846
|
mx: [{
|
|
843
|
-
mx:
|
|
847
|
+
mx: R()
|
|
844
848
|
}],
|
|
845
849
|
/**
|
|
846
850
|
* Margin Y
|
|
847
851
|
* @see https://tailwindcss.com/docs/margin
|
|
848
852
|
*/
|
|
849
853
|
my: [{
|
|
850
|
-
my:
|
|
854
|
+
my: R()
|
|
851
855
|
}],
|
|
852
856
|
/**
|
|
853
857
|
* Margin Start
|
|
854
858
|
* @see https://tailwindcss.com/docs/margin
|
|
855
859
|
*/
|
|
856
860
|
ms: [{
|
|
857
|
-
ms:
|
|
861
|
+
ms: R()
|
|
858
862
|
}],
|
|
859
863
|
/**
|
|
860
864
|
* Margin End
|
|
861
865
|
* @see https://tailwindcss.com/docs/margin
|
|
862
866
|
*/
|
|
863
867
|
me: [{
|
|
864
|
-
me:
|
|
868
|
+
me: R()
|
|
865
869
|
}],
|
|
866
870
|
/**
|
|
867
871
|
* Margin Top
|
|
868
872
|
* @see https://tailwindcss.com/docs/margin
|
|
869
873
|
*/
|
|
870
874
|
mt: [{
|
|
871
|
-
mt:
|
|
875
|
+
mt: R()
|
|
872
876
|
}],
|
|
873
877
|
/**
|
|
874
878
|
* Margin Right
|
|
875
879
|
* @see https://tailwindcss.com/docs/margin
|
|
876
880
|
*/
|
|
877
881
|
mr: [{
|
|
878
|
-
mr:
|
|
882
|
+
mr: R()
|
|
879
883
|
}],
|
|
880
884
|
/**
|
|
881
885
|
* Margin Bottom
|
|
882
886
|
* @see https://tailwindcss.com/docs/margin
|
|
883
887
|
*/
|
|
884
888
|
mb: [{
|
|
885
|
-
mb:
|
|
889
|
+
mb: R()
|
|
886
890
|
}],
|
|
887
891
|
/**
|
|
888
892
|
* Margin Left
|
|
889
893
|
* @see https://tailwindcss.com/docs/margin
|
|
890
894
|
*/
|
|
891
895
|
ml: [{
|
|
892
|
-
ml:
|
|
896
|
+
ml: R()
|
|
893
897
|
}],
|
|
894
898
|
/**
|
|
895
899
|
* Space Between X
|
|
896
900
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
897
901
|
*/
|
|
898
902
|
"space-x": [{
|
|
899
|
-
"space-x":
|
|
903
|
+
"space-x": u()
|
|
900
904
|
}],
|
|
901
905
|
/**
|
|
902
906
|
* Space Between X Reverse
|
|
@@ -908,7 +912,7 @@ const x = (e) => {
|
|
|
908
912
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
909
913
|
*/
|
|
910
914
|
"space-y": [{
|
|
911
|
-
"space-y":
|
|
915
|
+
"space-y": u()
|
|
912
916
|
}],
|
|
913
917
|
/**
|
|
914
918
|
* Space Between Y Reverse
|
|
@@ -923,14 +927,14 @@ const x = (e) => {
|
|
|
923
927
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
924
928
|
*/
|
|
925
929
|
size: [{
|
|
926
|
-
size:
|
|
930
|
+
size: j()
|
|
927
931
|
}],
|
|
928
932
|
/**
|
|
929
933
|
* Width
|
|
930
934
|
* @see https://tailwindcss.com/docs/width
|
|
931
935
|
*/
|
|
932
936
|
w: [{
|
|
933
|
-
w: [p, "screen", ...
|
|
937
|
+
w: [p, "screen", ...j()]
|
|
934
938
|
}],
|
|
935
939
|
/**
|
|
936
940
|
* Min-Width
|
|
@@ -942,7 +946,7 @@ const x = (e) => {
|
|
|
942
946
|
"screen",
|
|
943
947
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
944
948
|
"none",
|
|
945
|
-
...
|
|
949
|
+
...j()
|
|
946
950
|
]
|
|
947
951
|
}],
|
|
948
952
|
/**
|
|
@@ -958,9 +962,9 @@ const x = (e) => {
|
|
|
958
962
|
"prose",
|
|
959
963
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
960
964
|
{
|
|
961
|
-
screen: [
|
|
965
|
+
screen: [a]
|
|
962
966
|
},
|
|
963
|
-
...
|
|
967
|
+
...j()
|
|
964
968
|
]
|
|
965
969
|
}],
|
|
966
970
|
/**
|
|
@@ -968,21 +972,21 @@ const x = (e) => {
|
|
|
968
972
|
* @see https://tailwindcss.com/docs/height
|
|
969
973
|
*/
|
|
970
974
|
h: [{
|
|
971
|
-
h: ["screen", "lh", ...
|
|
975
|
+
h: ["screen", "lh", ...j()]
|
|
972
976
|
}],
|
|
973
977
|
/**
|
|
974
978
|
* Min-Height
|
|
975
979
|
* @see https://tailwindcss.com/docs/min-height
|
|
976
980
|
*/
|
|
977
981
|
"min-h": [{
|
|
978
|
-
"min-h": ["screen", "lh", "none", ...
|
|
982
|
+
"min-h": ["screen", "lh", "none", ...j()]
|
|
979
983
|
}],
|
|
980
984
|
/**
|
|
981
985
|
* Max-Height
|
|
982
986
|
* @see https://tailwindcss.com/docs/max-height
|
|
983
987
|
*/
|
|
984
988
|
"max-h": [{
|
|
985
|
-
"max-h": ["screen", "lh", ...
|
|
989
|
+
"max-h": ["screen", "lh", ...j()]
|
|
986
990
|
}],
|
|
987
991
|
// ------------------
|
|
988
992
|
// --- Typography ---
|
|
@@ -992,7 +996,7 @@ const x = (e) => {
|
|
|
992
996
|
* @see https://tailwindcss.com/docs/font-size
|
|
993
997
|
*/
|
|
994
998
|
"font-size": [{
|
|
995
|
-
text: ["base",
|
|
999
|
+
text: ["base", r, J, F]
|
|
996
1000
|
}],
|
|
997
1001
|
/**
|
|
998
1002
|
* Font Smoothing
|
|
@@ -1009,21 +1013,21 @@ const x = (e) => {
|
|
|
1009
1013
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1010
1014
|
*/
|
|
1011
1015
|
"font-weight": [{
|
|
1012
|
-
font: [o,
|
|
1016
|
+
font: [o, l, ge]
|
|
1013
1017
|
}],
|
|
1014
1018
|
/**
|
|
1015
1019
|
* Font Stretch
|
|
1016
1020
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1017
1021
|
*/
|
|
1018
1022
|
"font-stretch": [{
|
|
1019
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1023
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", pe, i]
|
|
1020
1024
|
}],
|
|
1021
1025
|
/**
|
|
1022
1026
|
* Font Family
|
|
1023
1027
|
* @see https://tailwindcss.com/docs/font-family
|
|
1024
1028
|
*/
|
|
1025
1029
|
"font-family": [{
|
|
1026
|
-
font: [
|
|
1030
|
+
font: [Bt, i, t]
|
|
1027
1031
|
}],
|
|
1028
1032
|
/**
|
|
1029
1033
|
* Font Variant Numeric
|
|
@@ -1060,14 +1064,14 @@ const x = (e) => {
|
|
|
1060
1064
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1061
1065
|
*/
|
|
1062
1066
|
tracking: [{
|
|
1063
|
-
tracking: [
|
|
1067
|
+
tracking: [n, l, i]
|
|
1064
1068
|
}],
|
|
1065
1069
|
/**
|
|
1066
1070
|
* Line Clamp
|
|
1067
1071
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1068
1072
|
*/
|
|
1069
1073
|
"line-clamp": [{
|
|
1070
|
-
"line-clamp": [
|
|
1074
|
+
"line-clamp": [g, "none", l, ge]
|
|
1071
1075
|
}],
|
|
1072
1076
|
/**
|
|
1073
1077
|
* Line Height
|
|
@@ -1076,8 +1080,8 @@ const x = (e) => {
|
|
|
1076
1080
|
leading: [{
|
|
1077
1081
|
leading: [
|
|
1078
1082
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1079
|
-
|
|
1080
|
-
...
|
|
1083
|
+
s,
|
|
1084
|
+
...u()
|
|
1081
1085
|
]
|
|
1082
1086
|
}],
|
|
1083
1087
|
/**
|
|
@@ -1085,7 +1089,7 @@ const x = (e) => {
|
|
|
1085
1089
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1086
1090
|
*/
|
|
1087
1091
|
"list-image": [{
|
|
1088
|
-
"list-image": ["none",
|
|
1092
|
+
"list-image": ["none", l, i]
|
|
1089
1093
|
}],
|
|
1090
1094
|
/**
|
|
1091
1095
|
* List Style Position
|
|
@@ -1099,7 +1103,7 @@ const x = (e) => {
|
|
|
1099
1103
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1100
1104
|
*/
|
|
1101
1105
|
"list-style-type": [{
|
|
1102
|
-
list: ["disc", "decimal", "none",
|
|
1106
|
+
list: ["disc", "decimal", "none", l, i]
|
|
1103
1107
|
}],
|
|
1104
1108
|
/**
|
|
1105
1109
|
* Text Alignment
|
|
@@ -1133,14 +1137,14 @@ const x = (e) => {
|
|
|
1133
1137
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1134
1138
|
*/
|
|
1135
1139
|
"text-decoration-style": [{
|
|
1136
|
-
decoration: [...
|
|
1140
|
+
decoration: [...te(), "wavy"]
|
|
1137
1141
|
}],
|
|
1138
1142
|
/**
|
|
1139
1143
|
* Text Decoration Thickness
|
|
1140
1144
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1141
1145
|
*/
|
|
1142
1146
|
"text-decoration-thickness": [{
|
|
1143
|
-
decoration: [
|
|
1147
|
+
decoration: [g, "from-font", "auto", l, F]
|
|
1144
1148
|
}],
|
|
1145
1149
|
/**
|
|
1146
1150
|
* Text Decoration Color
|
|
@@ -1154,7 +1158,7 @@ const x = (e) => {
|
|
|
1154
1158
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1155
1159
|
*/
|
|
1156
1160
|
"underline-offset": [{
|
|
1157
|
-
"underline-offset": [
|
|
1161
|
+
"underline-offset": [g, "auto", l, i]
|
|
1158
1162
|
}],
|
|
1159
1163
|
/**
|
|
1160
1164
|
* Text Transform
|
|
@@ -1178,14 +1182,14 @@ const x = (e) => {
|
|
|
1178
1182
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1179
1183
|
*/
|
|
1180
1184
|
indent: [{
|
|
1181
|
-
indent:
|
|
1185
|
+
indent: u()
|
|
1182
1186
|
}],
|
|
1183
1187
|
/**
|
|
1184
1188
|
* Vertical Alignment
|
|
1185
1189
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1186
1190
|
*/
|
|
1187
1191
|
"vertical-align": [{
|
|
1188
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1192
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l, i]
|
|
1189
1193
|
}],
|
|
1190
1194
|
/**
|
|
1191
1195
|
* Whitespace
|
|
@@ -1220,7 +1224,7 @@ const x = (e) => {
|
|
|
1220
1224
|
* @see https://tailwindcss.com/docs/content
|
|
1221
1225
|
*/
|
|
1222
1226
|
content: [{
|
|
1223
|
-
content: ["none",
|
|
1227
|
+
content: ["none", l, i]
|
|
1224
1228
|
}],
|
|
1225
1229
|
// -------------------
|
|
1226
1230
|
// --- Backgrounds ---
|
|
@@ -1251,21 +1255,21 @@ const x = (e) => {
|
|
|
1251
1255
|
* @see https://tailwindcss.com/docs/background-position
|
|
1252
1256
|
*/
|
|
1253
1257
|
"bg-position": [{
|
|
1254
|
-
bg:
|
|
1258
|
+
bg: Ae()
|
|
1255
1259
|
}],
|
|
1256
1260
|
/**
|
|
1257
1261
|
* Background Repeat
|
|
1258
1262
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1259
1263
|
*/
|
|
1260
1264
|
"bg-repeat": [{
|
|
1261
|
-
bg:
|
|
1265
|
+
bg: Ce()
|
|
1262
1266
|
}],
|
|
1263
1267
|
/**
|
|
1264
1268
|
* Background Size
|
|
1265
1269
|
* @see https://tailwindcss.com/docs/background-size
|
|
1266
1270
|
*/
|
|
1267
1271
|
"bg-size": [{
|
|
1268
|
-
bg:
|
|
1272
|
+
bg: Me()
|
|
1269
1273
|
}],
|
|
1270
1274
|
/**
|
|
1271
1275
|
* Background Image
|
|
@@ -1275,10 +1279,10 @@ const x = (e) => {
|
|
|
1275
1279
|
bg: ["none", {
|
|
1276
1280
|
linear: [{
|
|
1277
1281
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1278
|
-
}, E,
|
|
1279
|
-
radial: ["",
|
|
1280
|
-
conic: [E,
|
|
1281
|
-
},
|
|
1282
|
+
}, E, l, i],
|
|
1283
|
+
radial: ["", l, i],
|
|
1284
|
+
conic: [E, l, i]
|
|
1285
|
+
}, $t, Dt]
|
|
1282
1286
|
}],
|
|
1283
1287
|
/**
|
|
1284
1288
|
* Background Color
|
|
@@ -1292,21 +1296,21 @@ const x = (e) => {
|
|
|
1292
1296
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1293
1297
|
*/
|
|
1294
1298
|
"gradient-from-pos": [{
|
|
1295
|
-
from:
|
|
1299
|
+
from: ue()
|
|
1296
1300
|
}],
|
|
1297
1301
|
/**
|
|
1298
1302
|
* Gradient Color Stops Via Position
|
|
1299
1303
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1300
1304
|
*/
|
|
1301
1305
|
"gradient-via-pos": [{
|
|
1302
|
-
via:
|
|
1306
|
+
via: ue()
|
|
1303
1307
|
}],
|
|
1304
1308
|
/**
|
|
1305
1309
|
* Gradient Color Stops To Position
|
|
1306
1310
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1307
1311
|
*/
|
|
1308
1312
|
"gradient-to-pos": [{
|
|
1309
|
-
to:
|
|
1313
|
+
to: ue()
|
|
1310
1314
|
}],
|
|
1311
1315
|
/**
|
|
1312
1316
|
* Gradient Color Stops From
|
|
@@ -1337,175 +1341,175 @@ const x = (e) => {
|
|
|
1337
1341
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1338
1342
|
*/
|
|
1339
1343
|
rounded: [{
|
|
1340
|
-
rounded:
|
|
1344
|
+
rounded: y()
|
|
1341
1345
|
}],
|
|
1342
1346
|
/**
|
|
1343
1347
|
* Border Radius Start
|
|
1344
1348
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1345
1349
|
*/
|
|
1346
1350
|
"rounded-s": [{
|
|
1347
|
-
"rounded-s":
|
|
1351
|
+
"rounded-s": y()
|
|
1348
1352
|
}],
|
|
1349
1353
|
/**
|
|
1350
1354
|
* Border Radius End
|
|
1351
1355
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1352
1356
|
*/
|
|
1353
1357
|
"rounded-e": [{
|
|
1354
|
-
"rounded-e":
|
|
1358
|
+
"rounded-e": y()
|
|
1355
1359
|
}],
|
|
1356
1360
|
/**
|
|
1357
1361
|
* Border Radius Top
|
|
1358
1362
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1359
1363
|
*/
|
|
1360
1364
|
"rounded-t": [{
|
|
1361
|
-
"rounded-t":
|
|
1365
|
+
"rounded-t": y()
|
|
1362
1366
|
}],
|
|
1363
1367
|
/**
|
|
1364
1368
|
* Border Radius Right
|
|
1365
1369
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1366
1370
|
*/
|
|
1367
1371
|
"rounded-r": [{
|
|
1368
|
-
"rounded-r":
|
|
1372
|
+
"rounded-r": y()
|
|
1369
1373
|
}],
|
|
1370
1374
|
/**
|
|
1371
1375
|
* Border Radius Bottom
|
|
1372
1376
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1373
1377
|
*/
|
|
1374
1378
|
"rounded-b": [{
|
|
1375
|
-
"rounded-b":
|
|
1379
|
+
"rounded-b": y()
|
|
1376
1380
|
}],
|
|
1377
1381
|
/**
|
|
1378
1382
|
* Border Radius Left
|
|
1379
1383
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1380
1384
|
*/
|
|
1381
1385
|
"rounded-l": [{
|
|
1382
|
-
"rounded-l":
|
|
1386
|
+
"rounded-l": y()
|
|
1383
1387
|
}],
|
|
1384
1388
|
/**
|
|
1385
1389
|
* Border Radius Start Start
|
|
1386
1390
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1387
1391
|
*/
|
|
1388
1392
|
"rounded-ss": [{
|
|
1389
|
-
"rounded-ss":
|
|
1393
|
+
"rounded-ss": y()
|
|
1390
1394
|
}],
|
|
1391
1395
|
/**
|
|
1392
1396
|
* Border Radius Start End
|
|
1393
1397
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1394
1398
|
*/
|
|
1395
1399
|
"rounded-se": [{
|
|
1396
|
-
"rounded-se":
|
|
1400
|
+
"rounded-se": y()
|
|
1397
1401
|
}],
|
|
1398
1402
|
/**
|
|
1399
1403
|
* Border Radius End End
|
|
1400
1404
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1401
1405
|
*/
|
|
1402
1406
|
"rounded-ee": [{
|
|
1403
|
-
"rounded-ee":
|
|
1407
|
+
"rounded-ee": y()
|
|
1404
1408
|
}],
|
|
1405
1409
|
/**
|
|
1406
1410
|
* Border Radius End Start
|
|
1407
1411
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1408
1412
|
*/
|
|
1409
1413
|
"rounded-es": [{
|
|
1410
|
-
"rounded-es":
|
|
1414
|
+
"rounded-es": y()
|
|
1411
1415
|
}],
|
|
1412
1416
|
/**
|
|
1413
1417
|
* Border Radius Top Left
|
|
1414
1418
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1415
1419
|
*/
|
|
1416
1420
|
"rounded-tl": [{
|
|
1417
|
-
"rounded-tl":
|
|
1421
|
+
"rounded-tl": y()
|
|
1418
1422
|
}],
|
|
1419
1423
|
/**
|
|
1420
1424
|
* Border Radius Top Right
|
|
1421
1425
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1422
1426
|
*/
|
|
1423
1427
|
"rounded-tr": [{
|
|
1424
|
-
"rounded-tr":
|
|
1428
|
+
"rounded-tr": y()
|
|
1425
1429
|
}],
|
|
1426
1430
|
/**
|
|
1427
1431
|
* Border Radius Bottom Right
|
|
1428
1432
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1429
1433
|
*/
|
|
1430
1434
|
"rounded-br": [{
|
|
1431
|
-
"rounded-br":
|
|
1435
|
+
"rounded-br": y()
|
|
1432
1436
|
}],
|
|
1433
1437
|
/**
|
|
1434
1438
|
* Border Radius Bottom Left
|
|
1435
1439
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1436
1440
|
*/
|
|
1437
1441
|
"rounded-bl": [{
|
|
1438
|
-
"rounded-bl":
|
|
1442
|
+
"rounded-bl": y()
|
|
1439
1443
|
}],
|
|
1440
1444
|
/**
|
|
1441
1445
|
* Border Width
|
|
1442
1446
|
* @see https://tailwindcss.com/docs/border-width
|
|
1443
1447
|
*/
|
|
1444
1448
|
"border-w": [{
|
|
1445
|
-
border:
|
|
1449
|
+
border: P()
|
|
1446
1450
|
}],
|
|
1447
1451
|
/**
|
|
1448
1452
|
* Border Width X
|
|
1449
1453
|
* @see https://tailwindcss.com/docs/border-width
|
|
1450
1454
|
*/
|
|
1451
1455
|
"border-w-x": [{
|
|
1452
|
-
"border-x":
|
|
1456
|
+
"border-x": P()
|
|
1453
1457
|
}],
|
|
1454
1458
|
/**
|
|
1455
1459
|
* Border Width Y
|
|
1456
1460
|
* @see https://tailwindcss.com/docs/border-width
|
|
1457
1461
|
*/
|
|
1458
1462
|
"border-w-y": [{
|
|
1459
|
-
"border-y":
|
|
1463
|
+
"border-y": P()
|
|
1460
1464
|
}],
|
|
1461
1465
|
/**
|
|
1462
1466
|
* Border Width Start
|
|
1463
1467
|
* @see https://tailwindcss.com/docs/border-width
|
|
1464
1468
|
*/
|
|
1465
1469
|
"border-w-s": [{
|
|
1466
|
-
"border-s":
|
|
1470
|
+
"border-s": P()
|
|
1467
1471
|
}],
|
|
1468
1472
|
/**
|
|
1469
1473
|
* Border Width End
|
|
1470
1474
|
* @see https://tailwindcss.com/docs/border-width
|
|
1471
1475
|
*/
|
|
1472
1476
|
"border-w-e": [{
|
|
1473
|
-
"border-e":
|
|
1477
|
+
"border-e": P()
|
|
1474
1478
|
}],
|
|
1475
1479
|
/**
|
|
1476
1480
|
* Border Width Top
|
|
1477
1481
|
* @see https://tailwindcss.com/docs/border-width
|
|
1478
1482
|
*/
|
|
1479
1483
|
"border-w-t": [{
|
|
1480
|
-
"border-t":
|
|
1484
|
+
"border-t": P()
|
|
1481
1485
|
}],
|
|
1482
1486
|
/**
|
|
1483
1487
|
* Border Width Right
|
|
1484
1488
|
* @see https://tailwindcss.com/docs/border-width
|
|
1485
1489
|
*/
|
|
1486
1490
|
"border-w-r": [{
|
|
1487
|
-
"border-r":
|
|
1491
|
+
"border-r": P()
|
|
1488
1492
|
}],
|
|
1489
1493
|
/**
|
|
1490
1494
|
* Border Width Bottom
|
|
1491
1495
|
* @see https://tailwindcss.com/docs/border-width
|
|
1492
1496
|
*/
|
|
1493
1497
|
"border-w-b": [{
|
|
1494
|
-
"border-b":
|
|
1498
|
+
"border-b": P()
|
|
1495
1499
|
}],
|
|
1496
1500
|
/**
|
|
1497
1501
|
* Border Width Left
|
|
1498
1502
|
* @see https://tailwindcss.com/docs/border-width
|
|
1499
1503
|
*/
|
|
1500
1504
|
"border-w-l": [{
|
|
1501
|
-
"border-l":
|
|
1505
|
+
"border-l": P()
|
|
1502
1506
|
}],
|
|
1503
1507
|
/**
|
|
1504
1508
|
* Divide Width X
|
|
1505
1509
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1506
1510
|
*/
|
|
1507
1511
|
"divide-x": [{
|
|
1508
|
-
"divide-x":
|
|
1512
|
+
"divide-x": P()
|
|
1509
1513
|
}],
|
|
1510
1514
|
/**
|
|
1511
1515
|
* Divide Width X Reverse
|
|
@@ -1517,7 +1521,7 @@ const x = (e) => {
|
|
|
1517
1521
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1518
1522
|
*/
|
|
1519
1523
|
"divide-y": [{
|
|
1520
|
-
"divide-y":
|
|
1524
|
+
"divide-y": P()
|
|
1521
1525
|
}],
|
|
1522
1526
|
/**
|
|
1523
1527
|
* Divide Width Y Reverse
|
|
@@ -1529,14 +1533,14 @@ const x = (e) => {
|
|
|
1529
1533
|
* @see https://tailwindcss.com/docs/border-style
|
|
1530
1534
|
*/
|
|
1531
1535
|
"border-style": [{
|
|
1532
|
-
border: [...
|
|
1536
|
+
border: [...te(), "hidden", "none"]
|
|
1533
1537
|
}],
|
|
1534
1538
|
/**
|
|
1535
1539
|
* Divide Style
|
|
1536
1540
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1537
1541
|
*/
|
|
1538
1542
|
"divide-style": [{
|
|
1539
|
-
divide: [...
|
|
1543
|
+
divide: [...te(), "hidden", "none"]
|
|
1540
1544
|
}],
|
|
1541
1545
|
/**
|
|
1542
1546
|
* Border Color
|
|
@@ -1613,21 +1617,21 @@ const x = (e) => {
|
|
|
1613
1617
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1614
1618
|
*/
|
|
1615
1619
|
"outline-style": [{
|
|
1616
|
-
outline: [...
|
|
1620
|
+
outline: [...te(), "none", "hidden"]
|
|
1617
1621
|
}],
|
|
1618
1622
|
/**
|
|
1619
1623
|
* Outline Offset
|
|
1620
1624
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1621
1625
|
*/
|
|
1622
1626
|
"outline-offset": [{
|
|
1623
|
-
"outline-offset": [
|
|
1627
|
+
"outline-offset": [g, l, i]
|
|
1624
1628
|
}],
|
|
1625
1629
|
/**
|
|
1626
1630
|
* Outline Width
|
|
1627
1631
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1628
1632
|
*/
|
|
1629
1633
|
"outline-w": [{
|
|
1630
|
-
outline: ["",
|
|
1634
|
+
outline: ["", g, J, F]
|
|
1631
1635
|
}],
|
|
1632
1636
|
/**
|
|
1633
1637
|
* Outline Color
|
|
@@ -1649,8 +1653,8 @@ const x = (e) => {
|
|
|
1649
1653
|
"",
|
|
1650
1654
|
"none",
|
|
1651
1655
|
b,
|
|
1652
|
-
|
|
1653
|
-
|
|
1656
|
+
ie,
|
|
1657
|
+
ae
|
|
1654
1658
|
]
|
|
1655
1659
|
}],
|
|
1656
1660
|
/**
|
|
@@ -1665,7 +1669,7 @@ const x = (e) => {
|
|
|
1665
1669
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1666
1670
|
*/
|
|
1667
1671
|
"inset-shadow": [{
|
|
1668
|
-
"inset-shadow": ["none",
|
|
1672
|
+
"inset-shadow": ["none", z, ie, ae]
|
|
1669
1673
|
}],
|
|
1670
1674
|
/**
|
|
1671
1675
|
* Inset Box Shadow Color
|
|
@@ -1679,7 +1683,7 @@ const x = (e) => {
|
|
|
1679
1683
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1680
1684
|
*/
|
|
1681
1685
|
"ring-w": [{
|
|
1682
|
-
ring:
|
|
1686
|
+
ring: P()
|
|
1683
1687
|
}],
|
|
1684
1688
|
/**
|
|
1685
1689
|
* Ring Width Inset
|
|
@@ -1702,7 +1706,7 @@ const x = (e) => {
|
|
|
1702
1706
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1703
1707
|
*/
|
|
1704
1708
|
"ring-offset-w": [{
|
|
1705
|
-
"ring-offset": [
|
|
1709
|
+
"ring-offset": [g, F]
|
|
1706
1710
|
}],
|
|
1707
1711
|
/**
|
|
1708
1712
|
* Ring Offset Color
|
|
@@ -1718,7 +1722,7 @@ const x = (e) => {
|
|
|
1718
1722
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1719
1723
|
*/
|
|
1720
1724
|
"inset-ring-w": [{
|
|
1721
|
-
"inset-ring":
|
|
1725
|
+
"inset-ring": P()
|
|
1722
1726
|
}],
|
|
1723
1727
|
/**
|
|
1724
1728
|
* Inset Ring Color
|
|
@@ -1732,7 +1736,7 @@ const x = (e) => {
|
|
|
1732
1736
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1733
1737
|
*/
|
|
1734
1738
|
"text-shadow": [{
|
|
1735
|
-
"text-shadow": ["none", A,
|
|
1739
|
+
"text-shadow": ["none", A, ie, ae]
|
|
1736
1740
|
}],
|
|
1737
1741
|
/**
|
|
1738
1742
|
* Text Shadow Color
|
|
@@ -1746,21 +1750,21 @@ const x = (e) => {
|
|
|
1746
1750
|
* @see https://tailwindcss.com/docs/opacity
|
|
1747
1751
|
*/
|
|
1748
1752
|
opacity: [{
|
|
1749
|
-
opacity: [
|
|
1753
|
+
opacity: [g, l, i]
|
|
1750
1754
|
}],
|
|
1751
1755
|
/**
|
|
1752
1756
|
* Mix Blend Mode
|
|
1753
1757
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1754
1758
|
*/
|
|
1755
1759
|
"mix-blend": [{
|
|
1756
|
-
"mix-blend": [...
|
|
1760
|
+
"mix-blend": [...Ie(), "plus-darker", "plus-lighter"]
|
|
1757
1761
|
}],
|
|
1758
1762
|
/**
|
|
1759
1763
|
* Background Blend Mode
|
|
1760
1764
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1761
1765
|
*/
|
|
1762
1766
|
"bg-blend": [{
|
|
1763
|
-
"bg-blend":
|
|
1767
|
+
"bg-blend": Ie()
|
|
1764
1768
|
}],
|
|
1765
1769
|
/**
|
|
1766
1770
|
* Mask Clip
|
|
@@ -1781,13 +1785,13 @@ const x = (e) => {
|
|
|
1781
1785
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1782
1786
|
*/
|
|
1783
1787
|
"mask-image-linear-pos": [{
|
|
1784
|
-
"mask-linear": [
|
|
1788
|
+
"mask-linear": [g]
|
|
1785
1789
|
}],
|
|
1786
1790
|
"mask-image-linear-from-pos": [{
|
|
1787
|
-
"mask-linear-from":
|
|
1791
|
+
"mask-linear-from": x()
|
|
1788
1792
|
}],
|
|
1789
1793
|
"mask-image-linear-to-pos": [{
|
|
1790
|
-
"mask-linear-to":
|
|
1794
|
+
"mask-linear-to": x()
|
|
1791
1795
|
}],
|
|
1792
1796
|
"mask-image-linear-from-color": [{
|
|
1793
1797
|
"mask-linear-from": c()
|
|
@@ -1796,10 +1800,10 @@ const x = (e) => {
|
|
|
1796
1800
|
"mask-linear-to": c()
|
|
1797
1801
|
}],
|
|
1798
1802
|
"mask-image-t-from-pos": [{
|
|
1799
|
-
"mask-t-from":
|
|
1803
|
+
"mask-t-from": x()
|
|
1800
1804
|
}],
|
|
1801
1805
|
"mask-image-t-to-pos": [{
|
|
1802
|
-
"mask-t-to":
|
|
1806
|
+
"mask-t-to": x()
|
|
1803
1807
|
}],
|
|
1804
1808
|
"mask-image-t-from-color": [{
|
|
1805
1809
|
"mask-t-from": c()
|
|
@@ -1808,10 +1812,10 @@ const x = (e) => {
|
|
|
1808
1812
|
"mask-t-to": c()
|
|
1809
1813
|
}],
|
|
1810
1814
|
"mask-image-r-from-pos": [{
|
|
1811
|
-
"mask-r-from":
|
|
1815
|
+
"mask-r-from": x()
|
|
1812
1816
|
}],
|
|
1813
1817
|
"mask-image-r-to-pos": [{
|
|
1814
|
-
"mask-r-to":
|
|
1818
|
+
"mask-r-to": x()
|
|
1815
1819
|
}],
|
|
1816
1820
|
"mask-image-r-from-color": [{
|
|
1817
1821
|
"mask-r-from": c()
|
|
@@ -1820,10 +1824,10 @@ const x = (e) => {
|
|
|
1820
1824
|
"mask-r-to": c()
|
|
1821
1825
|
}],
|
|
1822
1826
|
"mask-image-b-from-pos": [{
|
|
1823
|
-
"mask-b-from":
|
|
1827
|
+
"mask-b-from": x()
|
|
1824
1828
|
}],
|
|
1825
1829
|
"mask-image-b-to-pos": [{
|
|
1826
|
-
"mask-b-to":
|
|
1830
|
+
"mask-b-to": x()
|
|
1827
1831
|
}],
|
|
1828
1832
|
"mask-image-b-from-color": [{
|
|
1829
1833
|
"mask-b-from": c()
|
|
@@ -1832,10 +1836,10 @@ const x = (e) => {
|
|
|
1832
1836
|
"mask-b-to": c()
|
|
1833
1837
|
}],
|
|
1834
1838
|
"mask-image-l-from-pos": [{
|
|
1835
|
-
"mask-l-from":
|
|
1839
|
+
"mask-l-from": x()
|
|
1836
1840
|
}],
|
|
1837
1841
|
"mask-image-l-to-pos": [{
|
|
1838
|
-
"mask-l-to":
|
|
1842
|
+
"mask-l-to": x()
|
|
1839
1843
|
}],
|
|
1840
1844
|
"mask-image-l-from-color": [{
|
|
1841
1845
|
"mask-l-from": c()
|
|
@@ -1844,10 +1848,10 @@ const x = (e) => {
|
|
|
1844
1848
|
"mask-l-to": c()
|
|
1845
1849
|
}],
|
|
1846
1850
|
"mask-image-x-from-pos": [{
|
|
1847
|
-
"mask-x-from":
|
|
1851
|
+
"mask-x-from": x()
|
|
1848
1852
|
}],
|
|
1849
1853
|
"mask-image-x-to-pos": [{
|
|
1850
|
-
"mask-x-to":
|
|
1854
|
+
"mask-x-to": x()
|
|
1851
1855
|
}],
|
|
1852
1856
|
"mask-image-x-from-color": [{
|
|
1853
1857
|
"mask-x-from": c()
|
|
@@ -1856,10 +1860,10 @@ const x = (e) => {
|
|
|
1856
1860
|
"mask-x-to": c()
|
|
1857
1861
|
}],
|
|
1858
1862
|
"mask-image-y-from-pos": [{
|
|
1859
|
-
"mask-y-from":
|
|
1863
|
+
"mask-y-from": x()
|
|
1860
1864
|
}],
|
|
1861
1865
|
"mask-image-y-to-pos": [{
|
|
1862
|
-
"mask-y-to":
|
|
1866
|
+
"mask-y-to": x()
|
|
1863
1867
|
}],
|
|
1864
1868
|
"mask-image-y-from-color": [{
|
|
1865
1869
|
"mask-y-from": c()
|
|
@@ -1868,13 +1872,13 @@ const x = (e) => {
|
|
|
1868
1872
|
"mask-y-to": c()
|
|
1869
1873
|
}],
|
|
1870
1874
|
"mask-image-radial": [{
|
|
1871
|
-
"mask-radial": [
|
|
1875
|
+
"mask-radial": [l, i]
|
|
1872
1876
|
}],
|
|
1873
1877
|
"mask-image-radial-from-pos": [{
|
|
1874
|
-
"mask-radial-from":
|
|
1878
|
+
"mask-radial-from": x()
|
|
1875
1879
|
}],
|
|
1876
1880
|
"mask-image-radial-to-pos": [{
|
|
1877
|
-
"mask-radial-to":
|
|
1881
|
+
"mask-radial-to": x()
|
|
1878
1882
|
}],
|
|
1879
1883
|
"mask-image-radial-from-color": [{
|
|
1880
1884
|
"mask-radial-from": c()
|
|
@@ -1892,16 +1896,16 @@ const x = (e) => {
|
|
|
1892
1896
|
}]
|
|
1893
1897
|
}],
|
|
1894
1898
|
"mask-image-radial-pos": [{
|
|
1895
|
-
"mask-radial-at":
|
|
1899
|
+
"mask-radial-at": D()
|
|
1896
1900
|
}],
|
|
1897
1901
|
"mask-image-conic-pos": [{
|
|
1898
|
-
"mask-conic": [
|
|
1902
|
+
"mask-conic": [g]
|
|
1899
1903
|
}],
|
|
1900
1904
|
"mask-image-conic-from-pos": [{
|
|
1901
|
-
"mask-conic-from":
|
|
1905
|
+
"mask-conic-from": x()
|
|
1902
1906
|
}],
|
|
1903
1907
|
"mask-image-conic-to-pos": [{
|
|
1904
|
-
"mask-conic-to":
|
|
1908
|
+
"mask-conic-to": x()
|
|
1905
1909
|
}],
|
|
1906
1910
|
"mask-image-conic-from-color": [{
|
|
1907
1911
|
"mask-conic-from": c()
|
|
@@ -1928,21 +1932,21 @@ const x = (e) => {
|
|
|
1928
1932
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1929
1933
|
*/
|
|
1930
1934
|
"mask-position": [{
|
|
1931
|
-
mask:
|
|
1935
|
+
mask: Ae()
|
|
1932
1936
|
}],
|
|
1933
1937
|
/**
|
|
1934
1938
|
* Mask Repeat
|
|
1935
1939
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1936
1940
|
*/
|
|
1937
1941
|
"mask-repeat": [{
|
|
1938
|
-
mask:
|
|
1942
|
+
mask: Ce()
|
|
1939
1943
|
}],
|
|
1940
1944
|
/**
|
|
1941
1945
|
* Mask Size
|
|
1942
1946
|
* @see https://tailwindcss.com/docs/mask-size
|
|
1943
1947
|
*/
|
|
1944
1948
|
"mask-size": [{
|
|
1945
|
-
mask:
|
|
1949
|
+
mask: Me()
|
|
1946
1950
|
}],
|
|
1947
1951
|
/**
|
|
1948
1952
|
* Mask Type
|
|
@@ -1956,7 +1960,7 @@ const x = (e) => {
|
|
|
1956
1960
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1957
1961
|
*/
|
|
1958
1962
|
"mask-image": [{
|
|
1959
|
-
mask: ["none",
|
|
1963
|
+
mask: ["none", l, i]
|
|
1960
1964
|
}],
|
|
1961
1965
|
// ---------------
|
|
1962
1966
|
// --- Filters ---
|
|
@@ -1970,8 +1974,8 @@ const x = (e) => {
|
|
|
1970
1974
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1971
1975
|
"",
|
|
1972
1976
|
"none",
|
|
1973
|
-
|
|
1974
|
-
|
|
1977
|
+
l,
|
|
1978
|
+
i
|
|
1975
1979
|
]
|
|
1976
1980
|
}],
|
|
1977
1981
|
/**
|
|
@@ -1979,21 +1983,21 @@ const x = (e) => {
|
|
|
1979
1983
|
* @see https://tailwindcss.com/docs/blur
|
|
1980
1984
|
*/
|
|
1981
1985
|
blur: [{
|
|
1982
|
-
blur:
|
|
1986
|
+
blur: Re()
|
|
1983
1987
|
}],
|
|
1984
1988
|
/**
|
|
1985
1989
|
* Brightness
|
|
1986
1990
|
* @see https://tailwindcss.com/docs/brightness
|
|
1987
1991
|
*/
|
|
1988
1992
|
brightness: [{
|
|
1989
|
-
brightness: [
|
|
1993
|
+
brightness: [g, l, i]
|
|
1990
1994
|
}],
|
|
1991
1995
|
/**
|
|
1992
1996
|
* Contrast
|
|
1993
1997
|
* @see https://tailwindcss.com/docs/contrast
|
|
1994
1998
|
*/
|
|
1995
1999
|
contrast: [{
|
|
1996
|
-
contrast: [
|
|
2000
|
+
contrast: [g, l, i]
|
|
1997
2001
|
}],
|
|
1998
2002
|
/**
|
|
1999
2003
|
* Drop Shadow
|
|
@@ -2004,9 +2008,9 @@ const x = (e) => {
|
|
|
2004
2008
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2005
2009
|
"",
|
|
2006
2010
|
"none",
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2011
|
+
T,
|
|
2012
|
+
ie,
|
|
2013
|
+
ae
|
|
2010
2014
|
]
|
|
2011
2015
|
}],
|
|
2012
2016
|
/**
|
|
@@ -2021,35 +2025,35 @@ const x = (e) => {
|
|
|
2021
2025
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2022
2026
|
*/
|
|
2023
2027
|
grayscale: [{
|
|
2024
|
-
grayscale: ["",
|
|
2028
|
+
grayscale: ["", g, l, i]
|
|
2025
2029
|
}],
|
|
2026
2030
|
/**
|
|
2027
2031
|
* Hue Rotate
|
|
2028
2032
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2029
2033
|
*/
|
|
2030
2034
|
"hue-rotate": [{
|
|
2031
|
-
"hue-rotate": [
|
|
2035
|
+
"hue-rotate": [g, l, i]
|
|
2032
2036
|
}],
|
|
2033
2037
|
/**
|
|
2034
2038
|
* Invert
|
|
2035
2039
|
* @see https://tailwindcss.com/docs/invert
|
|
2036
2040
|
*/
|
|
2037
2041
|
invert: [{
|
|
2038
|
-
invert: ["",
|
|
2042
|
+
invert: ["", g, l, i]
|
|
2039
2043
|
}],
|
|
2040
2044
|
/**
|
|
2041
2045
|
* Saturate
|
|
2042
2046
|
* @see https://tailwindcss.com/docs/saturate
|
|
2043
2047
|
*/
|
|
2044
2048
|
saturate: [{
|
|
2045
|
-
saturate: [
|
|
2049
|
+
saturate: [g, l, i]
|
|
2046
2050
|
}],
|
|
2047
2051
|
/**
|
|
2048
2052
|
* Sepia
|
|
2049
2053
|
* @see https://tailwindcss.com/docs/sepia
|
|
2050
2054
|
*/
|
|
2051
2055
|
sepia: [{
|
|
2052
|
-
sepia: ["",
|
|
2056
|
+
sepia: ["", g, l, i]
|
|
2053
2057
|
}],
|
|
2054
2058
|
/**
|
|
2055
2059
|
* Backdrop Filter
|
|
@@ -2060,8 +2064,8 @@ const x = (e) => {
|
|
|
2060
2064
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2061
2065
|
"",
|
|
2062
2066
|
"none",
|
|
2063
|
-
|
|
2064
|
-
|
|
2067
|
+
l,
|
|
2068
|
+
i
|
|
2065
2069
|
]
|
|
2066
2070
|
}],
|
|
2067
2071
|
/**
|
|
@@ -2069,63 +2073,63 @@ const x = (e) => {
|
|
|
2069
2073
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2070
2074
|
*/
|
|
2071
2075
|
"backdrop-blur": [{
|
|
2072
|
-
"backdrop-blur":
|
|
2076
|
+
"backdrop-blur": Re()
|
|
2073
2077
|
}],
|
|
2074
2078
|
/**
|
|
2075
2079
|
* Backdrop Brightness
|
|
2076
2080
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2077
2081
|
*/
|
|
2078
2082
|
"backdrop-brightness": [{
|
|
2079
|
-
"backdrop-brightness": [
|
|
2083
|
+
"backdrop-brightness": [g, l, i]
|
|
2080
2084
|
}],
|
|
2081
2085
|
/**
|
|
2082
2086
|
* Backdrop Contrast
|
|
2083
2087
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2084
2088
|
*/
|
|
2085
2089
|
"backdrop-contrast": [{
|
|
2086
|
-
"backdrop-contrast": [
|
|
2090
|
+
"backdrop-contrast": [g, l, i]
|
|
2087
2091
|
}],
|
|
2088
2092
|
/**
|
|
2089
2093
|
* Backdrop Grayscale
|
|
2090
2094
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2091
2095
|
*/
|
|
2092
2096
|
"backdrop-grayscale": [{
|
|
2093
|
-
"backdrop-grayscale": ["",
|
|
2097
|
+
"backdrop-grayscale": ["", g, l, i]
|
|
2094
2098
|
}],
|
|
2095
2099
|
/**
|
|
2096
2100
|
* Backdrop Hue Rotate
|
|
2097
2101
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2098
2102
|
*/
|
|
2099
2103
|
"backdrop-hue-rotate": [{
|
|
2100
|
-
"backdrop-hue-rotate": [
|
|
2104
|
+
"backdrop-hue-rotate": [g, l, i]
|
|
2101
2105
|
}],
|
|
2102
2106
|
/**
|
|
2103
2107
|
* Backdrop Invert
|
|
2104
2108
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2105
2109
|
*/
|
|
2106
2110
|
"backdrop-invert": [{
|
|
2107
|
-
"backdrop-invert": ["",
|
|
2111
|
+
"backdrop-invert": ["", g, l, i]
|
|
2108
2112
|
}],
|
|
2109
2113
|
/**
|
|
2110
2114
|
* Backdrop Opacity
|
|
2111
2115
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2112
2116
|
*/
|
|
2113
2117
|
"backdrop-opacity": [{
|
|
2114
|
-
"backdrop-opacity": [
|
|
2118
|
+
"backdrop-opacity": [g, l, i]
|
|
2115
2119
|
}],
|
|
2116
2120
|
/**
|
|
2117
2121
|
* Backdrop Saturate
|
|
2118
2122
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2119
2123
|
*/
|
|
2120
2124
|
"backdrop-saturate": [{
|
|
2121
|
-
"backdrop-saturate": [
|
|
2125
|
+
"backdrop-saturate": [g, l, i]
|
|
2122
2126
|
}],
|
|
2123
2127
|
/**
|
|
2124
2128
|
* Backdrop Sepia
|
|
2125
2129
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2126
2130
|
*/
|
|
2127
2131
|
"backdrop-sepia": [{
|
|
2128
|
-
"backdrop-sepia": ["",
|
|
2132
|
+
"backdrop-sepia": ["", g, l, i]
|
|
2129
2133
|
}],
|
|
2130
2134
|
// --------------
|
|
2131
2135
|
// --- Tables ---
|
|
@@ -2142,21 +2146,21 @@ const x = (e) => {
|
|
|
2142
2146
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2143
2147
|
*/
|
|
2144
2148
|
"border-spacing": [{
|
|
2145
|
-
"border-spacing":
|
|
2149
|
+
"border-spacing": u()
|
|
2146
2150
|
}],
|
|
2147
2151
|
/**
|
|
2148
2152
|
* Border Spacing X
|
|
2149
2153
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2150
2154
|
*/
|
|
2151
2155
|
"border-spacing-x": [{
|
|
2152
|
-
"border-spacing-x":
|
|
2156
|
+
"border-spacing-x": u()
|
|
2153
2157
|
}],
|
|
2154
2158
|
/**
|
|
2155
2159
|
* Border Spacing Y
|
|
2156
2160
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2157
2161
|
*/
|
|
2158
2162
|
"border-spacing-y": [{
|
|
2159
|
-
"border-spacing-y":
|
|
2163
|
+
"border-spacing-y": u()
|
|
2160
2164
|
}],
|
|
2161
2165
|
/**
|
|
2162
2166
|
* Table Layout
|
|
@@ -2180,7 +2184,7 @@ const x = (e) => {
|
|
|
2180
2184
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2181
2185
|
*/
|
|
2182
2186
|
transition: [{
|
|
2183
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2187
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", l, i]
|
|
2184
2188
|
}],
|
|
2185
2189
|
/**
|
|
2186
2190
|
* Transition Behavior
|
|
@@ -2194,28 +2198,28 @@ const x = (e) => {
|
|
|
2194
2198
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2195
2199
|
*/
|
|
2196
2200
|
duration: [{
|
|
2197
|
-
duration: [
|
|
2201
|
+
duration: [g, "initial", l, i]
|
|
2198
2202
|
}],
|
|
2199
2203
|
/**
|
|
2200
2204
|
* Transition Timing Function
|
|
2201
2205
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2202
2206
|
*/
|
|
2203
2207
|
ease: [{
|
|
2204
|
-
ease: ["linear", "initial",
|
|
2208
|
+
ease: ["linear", "initial", _, l, i]
|
|
2205
2209
|
}],
|
|
2206
2210
|
/**
|
|
2207
2211
|
* Transition Delay
|
|
2208
2212
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2209
2213
|
*/
|
|
2210
2214
|
delay: [{
|
|
2211
|
-
delay: [
|
|
2215
|
+
delay: [g, l, i]
|
|
2212
2216
|
}],
|
|
2213
2217
|
/**
|
|
2214
2218
|
* Animation
|
|
2215
2219
|
* @see https://tailwindcss.com/docs/animation
|
|
2216
2220
|
*/
|
|
2217
2221
|
animate: [{
|
|
2218
|
-
animate: ["none",
|
|
2222
|
+
animate: ["none", Y, l, i]
|
|
2219
2223
|
}],
|
|
2220
2224
|
// ------------------
|
|
2221
2225
|
// --- Transforms ---
|
|
@@ -2232,70 +2236,70 @@ const x = (e) => {
|
|
|
2232
2236
|
* @see https://tailwindcss.com/docs/perspective
|
|
2233
2237
|
*/
|
|
2234
2238
|
perspective: [{
|
|
2235
|
-
perspective: [S,
|
|
2239
|
+
perspective: [S, l, i]
|
|
2236
2240
|
}],
|
|
2237
2241
|
/**
|
|
2238
2242
|
* Perspective Origin
|
|
2239
2243
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2240
2244
|
*/
|
|
2241
2245
|
"perspective-origin": [{
|
|
2242
|
-
"perspective-origin":
|
|
2246
|
+
"perspective-origin": B()
|
|
2243
2247
|
}],
|
|
2244
2248
|
/**
|
|
2245
2249
|
* Rotate
|
|
2246
2250
|
* @see https://tailwindcss.com/docs/rotate
|
|
2247
2251
|
*/
|
|
2248
2252
|
rotate: [{
|
|
2249
|
-
rotate:
|
|
2253
|
+
rotate: re()
|
|
2250
2254
|
}],
|
|
2251
2255
|
/**
|
|
2252
2256
|
* Rotate X
|
|
2253
2257
|
* @see https://tailwindcss.com/docs/rotate
|
|
2254
2258
|
*/
|
|
2255
2259
|
"rotate-x": [{
|
|
2256
|
-
"rotate-x":
|
|
2260
|
+
"rotate-x": re()
|
|
2257
2261
|
}],
|
|
2258
2262
|
/**
|
|
2259
2263
|
* Rotate Y
|
|
2260
2264
|
* @see https://tailwindcss.com/docs/rotate
|
|
2261
2265
|
*/
|
|
2262
2266
|
"rotate-y": [{
|
|
2263
|
-
"rotate-y":
|
|
2267
|
+
"rotate-y": re()
|
|
2264
2268
|
}],
|
|
2265
2269
|
/**
|
|
2266
2270
|
* Rotate Z
|
|
2267
2271
|
* @see https://tailwindcss.com/docs/rotate
|
|
2268
2272
|
*/
|
|
2269
2273
|
"rotate-z": [{
|
|
2270
|
-
"rotate-z":
|
|
2274
|
+
"rotate-z": re()
|
|
2271
2275
|
}],
|
|
2272
2276
|
/**
|
|
2273
2277
|
* Scale
|
|
2274
2278
|
* @see https://tailwindcss.com/docs/scale
|
|
2275
2279
|
*/
|
|
2276
2280
|
scale: [{
|
|
2277
|
-
scale:
|
|
2281
|
+
scale: oe()
|
|
2278
2282
|
}],
|
|
2279
2283
|
/**
|
|
2280
2284
|
* Scale X
|
|
2281
2285
|
* @see https://tailwindcss.com/docs/scale
|
|
2282
2286
|
*/
|
|
2283
2287
|
"scale-x": [{
|
|
2284
|
-
"scale-x":
|
|
2288
|
+
"scale-x": oe()
|
|
2285
2289
|
}],
|
|
2286
2290
|
/**
|
|
2287
2291
|
* Scale Y
|
|
2288
2292
|
* @see https://tailwindcss.com/docs/scale
|
|
2289
2293
|
*/
|
|
2290
2294
|
"scale-y": [{
|
|
2291
|
-
"scale-y":
|
|
2295
|
+
"scale-y": oe()
|
|
2292
2296
|
}],
|
|
2293
2297
|
/**
|
|
2294
2298
|
* Scale Z
|
|
2295
2299
|
* @see https://tailwindcss.com/docs/scale
|
|
2296
2300
|
*/
|
|
2297
2301
|
"scale-z": [{
|
|
2298
|
-
"scale-z":
|
|
2302
|
+
"scale-z": oe()
|
|
2299
2303
|
}],
|
|
2300
2304
|
/**
|
|
2301
2305
|
* Scale 3D
|
|
@@ -2307,35 +2311,35 @@ const x = (e) => {
|
|
|
2307
2311
|
* @see https://tailwindcss.com/docs/skew
|
|
2308
2312
|
*/
|
|
2309
2313
|
skew: [{
|
|
2310
|
-
skew:
|
|
2314
|
+
skew: me()
|
|
2311
2315
|
}],
|
|
2312
2316
|
/**
|
|
2313
2317
|
* Skew X
|
|
2314
2318
|
* @see https://tailwindcss.com/docs/skew
|
|
2315
2319
|
*/
|
|
2316
2320
|
"skew-x": [{
|
|
2317
|
-
"skew-x":
|
|
2321
|
+
"skew-x": me()
|
|
2318
2322
|
}],
|
|
2319
2323
|
/**
|
|
2320
2324
|
* Skew Y
|
|
2321
2325
|
* @see https://tailwindcss.com/docs/skew
|
|
2322
2326
|
*/
|
|
2323
2327
|
"skew-y": [{
|
|
2324
|
-
"skew-y":
|
|
2328
|
+
"skew-y": me()
|
|
2325
2329
|
}],
|
|
2326
2330
|
/**
|
|
2327
2331
|
* Transform
|
|
2328
2332
|
* @see https://tailwindcss.com/docs/transform
|
|
2329
2333
|
*/
|
|
2330
2334
|
transform: [{
|
|
2331
|
-
transform: [
|
|
2335
|
+
transform: [l, i, "", "none", "gpu", "cpu"]
|
|
2332
2336
|
}],
|
|
2333
2337
|
/**
|
|
2334
2338
|
* Transform Origin
|
|
2335
2339
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2336
2340
|
*/
|
|
2337
2341
|
"transform-origin": [{
|
|
2338
|
-
origin:
|
|
2342
|
+
origin: B()
|
|
2339
2343
|
}],
|
|
2340
2344
|
/**
|
|
2341
2345
|
* Transform Style
|
|
@@ -2349,28 +2353,28 @@ const x = (e) => {
|
|
|
2349
2353
|
* @see https://tailwindcss.com/docs/translate
|
|
2350
2354
|
*/
|
|
2351
2355
|
translate: [{
|
|
2352
|
-
translate:
|
|
2356
|
+
translate: ne()
|
|
2353
2357
|
}],
|
|
2354
2358
|
/**
|
|
2355
2359
|
* Translate X
|
|
2356
2360
|
* @see https://tailwindcss.com/docs/translate
|
|
2357
2361
|
*/
|
|
2358
2362
|
"translate-x": [{
|
|
2359
|
-
"translate-x":
|
|
2363
|
+
"translate-x": ne()
|
|
2360
2364
|
}],
|
|
2361
2365
|
/**
|
|
2362
2366
|
* Translate Y
|
|
2363
2367
|
* @see https://tailwindcss.com/docs/translate
|
|
2364
2368
|
*/
|
|
2365
2369
|
"translate-y": [{
|
|
2366
|
-
"translate-y":
|
|
2370
|
+
"translate-y": ne()
|
|
2367
2371
|
}],
|
|
2368
2372
|
/**
|
|
2369
2373
|
* Translate Z
|
|
2370
2374
|
* @see https://tailwindcss.com/docs/translate
|
|
2371
2375
|
*/
|
|
2372
2376
|
"translate-z": [{
|
|
2373
|
-
"translate-z":
|
|
2377
|
+
"translate-z": ne()
|
|
2374
2378
|
}],
|
|
2375
2379
|
/**
|
|
2376
2380
|
* Translate None
|
|
@@ -2413,7 +2417,7 @@ const x = (e) => {
|
|
|
2413
2417
|
* @see https://tailwindcss.com/docs/cursor
|
|
2414
2418
|
*/
|
|
2415
2419
|
cursor: [{
|
|
2416
|
-
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",
|
|
2420
|
+
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", l, i]
|
|
2417
2421
|
}],
|
|
2418
2422
|
/**
|
|
2419
2423
|
* Field Sizing
|
|
@@ -2448,126 +2452,126 @@ const x = (e) => {
|
|
|
2448
2452
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2449
2453
|
*/
|
|
2450
2454
|
"scroll-m": [{
|
|
2451
|
-
"scroll-m":
|
|
2455
|
+
"scroll-m": u()
|
|
2452
2456
|
}],
|
|
2453
2457
|
/**
|
|
2454
2458
|
* Scroll Margin X
|
|
2455
2459
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2456
2460
|
*/
|
|
2457
2461
|
"scroll-mx": [{
|
|
2458
|
-
"scroll-mx":
|
|
2462
|
+
"scroll-mx": u()
|
|
2459
2463
|
}],
|
|
2460
2464
|
/**
|
|
2461
2465
|
* Scroll Margin Y
|
|
2462
2466
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2463
2467
|
*/
|
|
2464
2468
|
"scroll-my": [{
|
|
2465
|
-
"scroll-my":
|
|
2469
|
+
"scroll-my": u()
|
|
2466
2470
|
}],
|
|
2467
2471
|
/**
|
|
2468
2472
|
* Scroll Margin Start
|
|
2469
2473
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2470
2474
|
*/
|
|
2471
2475
|
"scroll-ms": [{
|
|
2472
|
-
"scroll-ms":
|
|
2476
|
+
"scroll-ms": u()
|
|
2473
2477
|
}],
|
|
2474
2478
|
/**
|
|
2475
2479
|
* Scroll Margin End
|
|
2476
2480
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2477
2481
|
*/
|
|
2478
2482
|
"scroll-me": [{
|
|
2479
|
-
"scroll-me":
|
|
2483
|
+
"scroll-me": u()
|
|
2480
2484
|
}],
|
|
2481
2485
|
/**
|
|
2482
2486
|
* Scroll Margin Top
|
|
2483
2487
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2484
2488
|
*/
|
|
2485
2489
|
"scroll-mt": [{
|
|
2486
|
-
"scroll-mt":
|
|
2490
|
+
"scroll-mt": u()
|
|
2487
2491
|
}],
|
|
2488
2492
|
/**
|
|
2489
2493
|
* Scroll Margin Right
|
|
2490
2494
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2491
2495
|
*/
|
|
2492
2496
|
"scroll-mr": [{
|
|
2493
|
-
"scroll-mr":
|
|
2497
|
+
"scroll-mr": u()
|
|
2494
2498
|
}],
|
|
2495
2499
|
/**
|
|
2496
2500
|
* Scroll Margin Bottom
|
|
2497
2501
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2498
2502
|
*/
|
|
2499
2503
|
"scroll-mb": [{
|
|
2500
|
-
"scroll-mb":
|
|
2504
|
+
"scroll-mb": u()
|
|
2501
2505
|
}],
|
|
2502
2506
|
/**
|
|
2503
2507
|
* Scroll Margin Left
|
|
2504
2508
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2505
2509
|
*/
|
|
2506
2510
|
"scroll-ml": [{
|
|
2507
|
-
"scroll-ml":
|
|
2511
|
+
"scroll-ml": u()
|
|
2508
2512
|
}],
|
|
2509
2513
|
/**
|
|
2510
2514
|
* Scroll Padding
|
|
2511
2515
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2512
2516
|
*/
|
|
2513
2517
|
"scroll-p": [{
|
|
2514
|
-
"scroll-p":
|
|
2518
|
+
"scroll-p": u()
|
|
2515
2519
|
}],
|
|
2516
2520
|
/**
|
|
2517
2521
|
* Scroll Padding X
|
|
2518
2522
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2519
2523
|
*/
|
|
2520
2524
|
"scroll-px": [{
|
|
2521
|
-
"scroll-px":
|
|
2525
|
+
"scroll-px": u()
|
|
2522
2526
|
}],
|
|
2523
2527
|
/**
|
|
2524
2528
|
* Scroll Padding Y
|
|
2525
2529
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2526
2530
|
*/
|
|
2527
2531
|
"scroll-py": [{
|
|
2528
|
-
"scroll-py":
|
|
2532
|
+
"scroll-py": u()
|
|
2529
2533
|
}],
|
|
2530
2534
|
/**
|
|
2531
2535
|
* Scroll Padding Start
|
|
2532
2536
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2533
2537
|
*/
|
|
2534
2538
|
"scroll-ps": [{
|
|
2535
|
-
"scroll-ps":
|
|
2539
|
+
"scroll-ps": u()
|
|
2536
2540
|
}],
|
|
2537
2541
|
/**
|
|
2538
2542
|
* Scroll Padding End
|
|
2539
2543
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2540
2544
|
*/
|
|
2541
2545
|
"scroll-pe": [{
|
|
2542
|
-
"scroll-pe":
|
|
2546
|
+
"scroll-pe": u()
|
|
2543
2547
|
}],
|
|
2544
2548
|
/**
|
|
2545
2549
|
* Scroll Padding Top
|
|
2546
2550
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2547
2551
|
*/
|
|
2548
2552
|
"scroll-pt": [{
|
|
2549
|
-
"scroll-pt":
|
|
2553
|
+
"scroll-pt": u()
|
|
2550
2554
|
}],
|
|
2551
2555
|
/**
|
|
2552
2556
|
* Scroll Padding Right
|
|
2553
2557
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2554
2558
|
*/
|
|
2555
2559
|
"scroll-pr": [{
|
|
2556
|
-
"scroll-pr":
|
|
2560
|
+
"scroll-pr": u()
|
|
2557
2561
|
}],
|
|
2558
2562
|
/**
|
|
2559
2563
|
* Scroll Padding Bottom
|
|
2560
2564
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2561
2565
|
*/
|
|
2562
2566
|
"scroll-pb": [{
|
|
2563
|
-
"scroll-pb":
|
|
2567
|
+
"scroll-pb": u()
|
|
2564
2568
|
}],
|
|
2565
2569
|
/**
|
|
2566
2570
|
* Scroll Padding Left
|
|
2567
2571
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2568
2572
|
*/
|
|
2569
2573
|
"scroll-pl": [{
|
|
2570
|
-
"scroll-pl":
|
|
2574
|
+
"scroll-pl": u()
|
|
2571
2575
|
}],
|
|
2572
2576
|
/**
|
|
2573
2577
|
* Scroll Snap Align
|
|
@@ -2635,7 +2639,7 @@ const x = (e) => {
|
|
|
2635
2639
|
* @see https://tailwindcss.com/docs/will-change
|
|
2636
2640
|
*/
|
|
2637
2641
|
"will-change": [{
|
|
2638
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2642
|
+
"will-change": ["auto", "scroll", "contents", "transform", l, i]
|
|
2639
2643
|
}],
|
|
2640
2644
|
// -----------
|
|
2641
2645
|
// --- SVG ---
|
|
@@ -2652,7 +2656,7 @@ const x = (e) => {
|
|
|
2652
2656
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2653
2657
|
*/
|
|
2654
2658
|
"stroke-w": [{
|
|
2655
|
-
stroke: [
|
|
2659
|
+
stroke: [g, J, F, ge]
|
|
2656
2660
|
}],
|
|
2657
2661
|
/**
|
|
2658
2662
|
* Stroke
|
|
@@ -2727,48 +2731,48 @@ const x = (e) => {
|
|
|
2727
2731
|
},
|
|
2728
2732
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2729
2733
|
};
|
|
2730
|
-
},
|
|
2731
|
-
function
|
|
2732
|
-
return
|
|
2734
|
+
}, qt = /* @__PURE__ */ At(Kt);
|
|
2735
|
+
function w(...e) {
|
|
2736
|
+
return qt(Fe(e));
|
|
2733
2737
|
}
|
|
2734
|
-
const
|
|
2735
|
-
|
|
2738
|
+
const Ar = ({ className: e = "", children: t, element: r, ...o }) => /* @__PURE__ */ m(
|
|
2739
|
+
X,
|
|
2736
2740
|
{
|
|
2737
|
-
element:
|
|
2738
|
-
className:
|
|
2741
|
+
element: r,
|
|
2742
|
+
className: w("mx-auto px-4 sm:px-6 lg:px-8 max-w-7xl", e),
|
|
2739
2743
|
...o,
|
|
2740
|
-
children:
|
|
2744
|
+
children: t
|
|
2741
2745
|
}
|
|
2742
|
-
),
|
|
2746
|
+
), Ge = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, je = Fe, Ht = (e, t) => (r) => {
|
|
2743
2747
|
var o;
|
|
2744
|
-
if ((
|
|
2745
|
-
const { variants:
|
|
2746
|
-
const b =
|
|
2748
|
+
if ((t == null ? void 0 : t.variants) == null) return je(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2749
|
+
const { variants: n, defaultVariants: s } = t, a = Object.keys(n).map((f) => {
|
|
2750
|
+
const b = r == null ? void 0 : r[f], z = s == null ? void 0 : s[f];
|
|
2747
2751
|
if (b === null) return null;
|
|
2748
|
-
const A =
|
|
2749
|
-
return
|
|
2750
|
-
}), p =
|
|
2751
|
-
let [
|
|
2752
|
-
return A === void 0 || (f[
|
|
2753
|
-
}, {}),
|
|
2754
|
-
let { class:
|
|
2755
|
-
return Object.entries(
|
|
2756
|
-
let [S, M] =
|
|
2752
|
+
const A = Ge(b) || Ge(z);
|
|
2753
|
+
return n[f][A];
|
|
2754
|
+
}), p = r && Object.entries(r).reduce((f, b) => {
|
|
2755
|
+
let [z, A] = b;
|
|
2756
|
+
return A === void 0 || (f[z] = A), f;
|
|
2757
|
+
}, {}), d = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((f, b) => {
|
|
2758
|
+
let { class: z, className: A, ...T } = b;
|
|
2759
|
+
return Object.entries(T).every((N) => {
|
|
2760
|
+
let [S, M] = N;
|
|
2757
2761
|
return Array.isArray(M) ? M.includes({
|
|
2758
|
-
...
|
|
2762
|
+
...s,
|
|
2759
2763
|
...p
|
|
2760
2764
|
}[S]) : {
|
|
2761
|
-
...
|
|
2765
|
+
...s,
|
|
2762
2766
|
...p
|
|
2763
2767
|
}[S] === M;
|
|
2764
2768
|
}) ? [
|
|
2765
2769
|
...f,
|
|
2766
|
-
|
|
2770
|
+
z,
|
|
2767
2771
|
A
|
|
2768
2772
|
] : f;
|
|
2769
2773
|
}, []);
|
|
2770
|
-
return
|
|
2771
|
-
},
|
|
2774
|
+
return je(e, a, d, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2775
|
+
}, Xe = {
|
|
2772
2776
|
start: "justify-start",
|
|
2773
2777
|
end: "justify-end",
|
|
2774
2778
|
center: "justify-center",
|
|
@@ -2776,17 +2780,17 @@ const $t = ({ className: e = "", children: r, element: t, ...o }) => /* @__PURE_
|
|
|
2776
2780
|
around: "justify-around",
|
|
2777
2781
|
evenly: "justify-evenly",
|
|
2778
2782
|
stretch: "justify-stretch"
|
|
2779
|
-
},
|
|
2783
|
+
}, Ze = {
|
|
2780
2784
|
start: "items-start",
|
|
2781
2785
|
end: "items-end",
|
|
2782
2786
|
center: "items-center",
|
|
2783
2787
|
baseline: "items-baseline",
|
|
2784
2788
|
stretch: "items-stretch"
|
|
2785
|
-
},
|
|
2789
|
+
}, Jt = {
|
|
2786
2790
|
body: "font-sans",
|
|
2787
2791
|
heading: "font-sans",
|
|
2788
2792
|
caption: "font-sans"
|
|
2789
|
-
},
|
|
2793
|
+
}, Qt = {
|
|
2790
2794
|
xs: "text-xs",
|
|
2791
2795
|
sm: "text-sm",
|
|
2792
2796
|
base: "text-base",
|
|
@@ -2800,13 +2804,13 @@ const $t = ({ className: e = "", children: r, element: t, ...o }) => /* @__PURE_
|
|
|
2800
2804
|
"7xl": "text-7xl",
|
|
2801
2805
|
"8xl": "text-8xl",
|
|
2802
2806
|
"9xl": "text-9xl"
|
|
2803
|
-
},
|
|
2807
|
+
}, Xt = {
|
|
2804
2808
|
normal: "font-normal",
|
|
2805
2809
|
medium: "font-medium",
|
|
2806
2810
|
semibold: "font-semibold",
|
|
2807
2811
|
bold: "font-bold",
|
|
2808
2812
|
light: "font-light"
|
|
2809
|
-
},
|
|
2813
|
+
}, Zt = {
|
|
2810
2814
|
1: "grid-cols-1",
|
|
2811
2815
|
2: "grid-cols-2",
|
|
2812
2816
|
3: "grid-cols-3",
|
|
@@ -2816,7 +2820,7 @@ const $t = ({ className: e = "", children: r, element: t, ...o }) => /* @__PURE_
|
|
|
2816
2820
|
7: "grid-cols-7",
|
|
2817
2821
|
8: "grid-cols-8",
|
|
2818
2822
|
9: "grid-cols-9"
|
|
2819
|
-
},
|
|
2823
|
+
}, Yt = {
|
|
2820
2824
|
1: "grid-rows-1",
|
|
2821
2825
|
2: "grid-rows-2",
|
|
2822
2826
|
3: "grid-rows-3",
|
|
@@ -2826,7 +2830,7 @@ const $t = ({ className: e = "", children: r, element: t, ...o }) => /* @__PURE_
|
|
|
2826
2830
|
7: "grid-rows-7",
|
|
2827
2831
|
8: "grid-rows-8",
|
|
2828
2832
|
9: "grid-rows-9"
|
|
2829
|
-
},
|
|
2833
|
+
}, Ye = {
|
|
2830
2834
|
1: "gap-1",
|
|
2831
2835
|
2: "gap-2",
|
|
2832
2836
|
3: "gap-3",
|
|
@@ -2836,7 +2840,7 @@ const $t = ({ className: e = "", children: r, element: t, ...o }) => /* @__PURE_
|
|
|
2836
2840
|
7: "gap-7",
|
|
2837
2841
|
8: "gap-8",
|
|
2838
2842
|
9: "gap-9"
|
|
2839
|
-
},
|
|
2843
|
+
}, er = Ht(
|
|
2840
2844
|
"inline-flex justify-center items-center gap-2 disabled:opacity-50 aria-invalid:border-destructive focus-visible:border-ring rounded-md outline-none aria-invalid:ring-destructive/20 focus-visible:ring-[3px] focus-visible:ring-ring/50 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 font-medium text-sm whitespace-nowrap transition-all [&_svg]:pointer-events-none disabled:pointer-events-none shrink-0 [&_svg]:shrink-0",
|
|
2841
2845
|
{
|
|
2842
2846
|
variants: {
|
|
@@ -2890,68 +2894,68 @@ const $t = ({ className: e = "", children: r, element: t, ...o }) => /* @__PURE_
|
|
|
2890
2894
|
size: "default"
|
|
2891
2895
|
}
|
|
2892
2896
|
}
|
|
2893
|
-
),
|
|
2897
|
+
), tr = {
|
|
2894
2898
|
row: "flex-row",
|
|
2895
2899
|
col: "flex-col",
|
|
2896
2900
|
row_reverse: "flex-row-reverse",
|
|
2897
2901
|
col_reverse: "flex-col-reverse"
|
|
2898
|
-
},
|
|
2902
|
+
}, rr = {
|
|
2899
2903
|
wrap: "flex-wrap",
|
|
2900
2904
|
nowrap: "flex-nowrap",
|
|
2901
2905
|
wrap_reverse: "flex-wrap-reverse"
|
|
2902
|
-
},
|
|
2906
|
+
}, Cr = ({
|
|
2903
2907
|
children: e,
|
|
2904
|
-
gap:
|
|
2905
|
-
direction:
|
|
2908
|
+
gap: t,
|
|
2909
|
+
direction: r,
|
|
2906
2910
|
justify: o,
|
|
2907
|
-
align:
|
|
2908
|
-
wrap:
|
|
2909
|
-
className:
|
|
2911
|
+
align: n,
|
|
2912
|
+
wrap: s,
|
|
2913
|
+
className: a = "",
|
|
2910
2914
|
element: p,
|
|
2911
|
-
...
|
|
2912
|
-
}) => /* @__PURE__ */
|
|
2913
|
-
|
|
2915
|
+
...d
|
|
2916
|
+
}) => /* @__PURE__ */ m(
|
|
2917
|
+
X,
|
|
2914
2918
|
{
|
|
2915
2919
|
element: p,
|
|
2916
|
-
className:
|
|
2920
|
+
className: w(
|
|
2917
2921
|
"flex",
|
|
2918
|
-
|
|
2919
|
-
o &&
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2922
|
+
r && tr[r],
|
|
2923
|
+
o && Xe[o],
|
|
2924
|
+
n && Ze[n],
|
|
2925
|
+
s && rr[s],
|
|
2926
|
+
t && Ye[t],
|
|
2927
|
+
a
|
|
2924
2928
|
),
|
|
2925
|
-
...
|
|
2929
|
+
...d,
|
|
2926
2930
|
children: e
|
|
2927
2931
|
}
|
|
2928
|
-
),
|
|
2932
|
+
), Mr = ({
|
|
2929
2933
|
children: e,
|
|
2930
|
-
className:
|
|
2931
|
-
cols:
|
|
2934
|
+
className: t,
|
|
2935
|
+
cols: r,
|
|
2932
2936
|
rows: o,
|
|
2933
|
-
gap:
|
|
2934
|
-
justify:
|
|
2935
|
-
align:
|
|
2937
|
+
gap: n,
|
|
2938
|
+
justify: s,
|
|
2939
|
+
align: a,
|
|
2936
2940
|
element: p,
|
|
2937
|
-
...
|
|
2938
|
-
}) => /* @__PURE__ */
|
|
2939
|
-
|
|
2941
|
+
...d
|
|
2942
|
+
}) => /* @__PURE__ */ m(
|
|
2943
|
+
X,
|
|
2940
2944
|
{
|
|
2941
2945
|
element: p,
|
|
2942
|
-
className:
|
|
2946
|
+
className: w(
|
|
2943
2947
|
"grid",
|
|
2944
|
-
|
|
2945
|
-
o &&
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2948
|
+
r && Zt[r],
|
|
2949
|
+
o && Yt[o],
|
|
2950
|
+
n && Ye[n],
|
|
2951
|
+
s && Xe[s],
|
|
2952
|
+
a && Ze[a],
|
|
2953
|
+
t
|
|
2950
2954
|
),
|
|
2951
|
-
...
|
|
2955
|
+
...d,
|
|
2952
2956
|
children: e
|
|
2953
2957
|
}
|
|
2954
|
-
),
|
|
2958
|
+
), or = {
|
|
2955
2959
|
xs: "xs",
|
|
2956
2960
|
sm: "sm",
|
|
2957
2961
|
base: "base",
|
|
@@ -2960,101 +2964,101 @@ const $t = ({ className: e = "", children: r, element: t, ...o }) => /* @__PURE_
|
|
|
2960
2964
|
"2xl": "2xl",
|
|
2961
2965
|
"3xl": "3xl",
|
|
2962
2966
|
"4xl": "4xl"
|
|
2963
|
-
},
|
|
2964
|
-
|
|
2967
|
+
}, Ir = ({ children: e, element: t, className: r, size: o, ...n }) => /* @__PURE__ */ m(
|
|
2968
|
+
Z,
|
|
2965
2969
|
{
|
|
2966
|
-
className:
|
|
2967
|
-
element:
|
|
2968
|
-
size:
|
|
2970
|
+
className: r,
|
|
2971
|
+
element: t,
|
|
2972
|
+
size: or[o],
|
|
2969
2973
|
variant: "heading",
|
|
2970
2974
|
weight: "medium",
|
|
2971
|
-
...
|
|
2975
|
+
...n,
|
|
2972
2976
|
children: e
|
|
2973
2977
|
}
|
|
2974
|
-
),
|
|
2978
|
+
), Rr = ({ children: e, className: t, href: r, ...o }) => /* @__PURE__ */ m(
|
|
2975
2979
|
"a",
|
|
2976
2980
|
{
|
|
2977
2981
|
"data-testid": "link",
|
|
2978
|
-
href:
|
|
2982
|
+
href: r,
|
|
2979
2983
|
rel: "noopener noreferrer",
|
|
2980
2984
|
target: "_blank",
|
|
2981
|
-
className:
|
|
2985
|
+
className: w(
|
|
2982
2986
|
"focus:outline-none text-blue-600 active:text-blue-900 visited:text-purple-600 hover:underline",
|
|
2983
|
-
|
|
2987
|
+
t
|
|
2984
2988
|
),
|
|
2985
2989
|
...o,
|
|
2986
2990
|
children: e
|
|
2987
2991
|
}
|
|
2988
|
-
),
|
|
2992
|
+
), nr = {
|
|
2989
2993
|
xs: "xs",
|
|
2990
2994
|
sm: "sm",
|
|
2991
2995
|
base: "base",
|
|
2992
2996
|
lg: "lg"
|
|
2993
|
-
},
|
|
2994
|
-
|
|
2997
|
+
}, Lr = ({ children: e, className: t, size: r, ...o }) => /* @__PURE__ */ m(
|
|
2998
|
+
Z,
|
|
2995
2999
|
{
|
|
2996
|
-
className:
|
|
3000
|
+
className: t,
|
|
2997
3001
|
element: "p",
|
|
2998
|
-
size:
|
|
3002
|
+
size: nr[r],
|
|
2999
3003
|
variant: "body",
|
|
3000
3004
|
weight: "normal",
|
|
3001
3005
|
...o,
|
|
3002
3006
|
children: e
|
|
3003
3007
|
}
|
|
3004
|
-
),
|
|
3008
|
+
), Er = ({ className: e = "", children: t, ...r }) => /* @__PURE__ */ m(X, { element: "section", className: e, ...r, children: t }), Tr = ({
|
|
3005
3009
|
children: e,
|
|
3006
|
-
direction:
|
|
3007
|
-
spacing:
|
|
3010
|
+
direction: t = "horizontal",
|
|
3011
|
+
spacing: r = "space-x-2",
|
|
3008
3012
|
element: o,
|
|
3009
|
-
className:
|
|
3010
|
-
...
|
|
3011
|
-
}) => /* @__PURE__ */
|
|
3013
|
+
className: n,
|
|
3014
|
+
...s
|
|
3015
|
+
}) => /* @__PURE__ */ m(X, { className: w("flex", t === "vertical" ? "flex-col" : "flex-row", r, n), element: o, ...s, children: e }), Z = ({
|
|
3012
3016
|
className: e,
|
|
3013
|
-
children:
|
|
3014
|
-
element:
|
|
3017
|
+
children: t,
|
|
3018
|
+
element: r,
|
|
3015
3019
|
weight: o,
|
|
3016
|
-
variant:
|
|
3017
|
-
size:
|
|
3018
|
-
...
|
|
3019
|
-
}) => /* @__PURE__ */
|
|
3020
|
-
|
|
3020
|
+
variant: n,
|
|
3021
|
+
size: s,
|
|
3022
|
+
...a
|
|
3023
|
+
}) => /* @__PURE__ */ m(
|
|
3024
|
+
r,
|
|
3021
3025
|
{
|
|
3022
3026
|
"data-testid": "text",
|
|
3023
|
-
className:
|
|
3027
|
+
className: w(
|
|
3024
3028
|
"font-sans font-normal text-base",
|
|
3025
|
-
|
|
3026
|
-
o &&
|
|
3027
|
-
|
|
3029
|
+
s && Qt[s],
|
|
3030
|
+
o && Xt[o],
|
|
3031
|
+
n && Jt[n],
|
|
3028
3032
|
e
|
|
3029
3033
|
),
|
|
3030
|
-
...
|
|
3031
|
-
children:
|
|
3034
|
+
...a,
|
|
3035
|
+
children: t
|
|
3032
3036
|
}
|
|
3033
3037
|
);
|
|
3034
|
-
function
|
|
3038
|
+
function _r({
|
|
3035
3039
|
className: e,
|
|
3036
|
-
variant:
|
|
3037
|
-
size:
|
|
3040
|
+
variant: t,
|
|
3041
|
+
size: r,
|
|
3038
3042
|
asChild: o = !1,
|
|
3039
|
-
...
|
|
3043
|
+
...n
|
|
3040
3044
|
}) {
|
|
3041
|
-
return /* @__PURE__ */
|
|
3042
|
-
o ?
|
|
3045
|
+
return /* @__PURE__ */ m(
|
|
3046
|
+
o ? ct : "button",
|
|
3043
3047
|
{
|
|
3044
3048
|
"data-slot": "button",
|
|
3045
|
-
className:
|
|
3046
|
-
...
|
|
3049
|
+
className: w(er({ variant: t, size: r, className: e })),
|
|
3050
|
+
...n,
|
|
3047
3051
|
"data-testid": "button"
|
|
3048
3052
|
}
|
|
3049
3053
|
);
|
|
3050
3054
|
}
|
|
3051
|
-
function
|
|
3052
|
-
return /* @__PURE__ */
|
|
3055
|
+
function Gr({ className: e, type: t, ...r }) {
|
|
3056
|
+
return /* @__PURE__ */ m(
|
|
3053
3057
|
"input",
|
|
3054
3058
|
{
|
|
3055
|
-
type:
|
|
3059
|
+
type: t,
|
|
3056
3060
|
"data-slot": "input",
|
|
3057
|
-
className:
|
|
3061
|
+
className: w(
|
|
3058
3062
|
`
|
|
3059
3063
|
flex h-9 w-full min-w-0 rounded-md border border-input bg-transparent
|
|
3060
3064
|
px-3 py-1 text-base shadow-xs transition-[color,box-shadow]
|
|
@@ -3078,42 +3082,42 @@ function Qt({ className: e, type: r, ...t }) {
|
|
|
3078
3082
|
`,
|
|
3079
3083
|
e
|
|
3080
3084
|
),
|
|
3081
|
-
...
|
|
3085
|
+
...r,
|
|
3082
3086
|
"data-testid": "input"
|
|
3083
3087
|
}
|
|
3084
3088
|
);
|
|
3085
3089
|
}
|
|
3086
|
-
const
|
|
3090
|
+
const sr = ut(
|
|
3087
3091
|
({
|
|
3088
3092
|
children: e,
|
|
3089
|
-
className:
|
|
3090
|
-
colors:
|
|
3093
|
+
className: t = "",
|
|
3094
|
+
colors: r = ["#FF0080", "#7928CA", "#0070F3", "#38bdf8"],
|
|
3091
3095
|
speed: o = 1
|
|
3092
3096
|
}) => {
|
|
3093
|
-
const
|
|
3094
|
-
backgroundImage: `linear-gradient(135deg, ${
|
|
3097
|
+
const n = {
|
|
3098
|
+
backgroundImage: `linear-gradient(135deg, ${r.join(", ")}, ${r[0]})`,
|
|
3095
3099
|
WebkitBackgroundClip: "text",
|
|
3096
3100
|
WebkitTextFillColor: "transparent",
|
|
3097
3101
|
animationDuration: `${10 / o}s`
|
|
3098
3102
|
};
|
|
3099
|
-
return /* @__PURE__ */
|
|
3103
|
+
return /* @__PURE__ */ Q(
|
|
3100
3104
|
"span",
|
|
3101
3105
|
{
|
|
3102
3106
|
className: `
|
|
3103
3107
|
relative inline-block
|
|
3104
|
-
${
|
|
3108
|
+
${t}
|
|
3105
3109
|
`,
|
|
3106
3110
|
"data-testid": "auroraText",
|
|
3107
3111
|
children: [
|
|
3108
|
-
/* @__PURE__ */
|
|
3109
|
-
/* @__PURE__ */
|
|
3112
|
+
/* @__PURE__ */ m("span", { className: "sr-only", children: e }),
|
|
3113
|
+
/* @__PURE__ */ m(
|
|
3110
3114
|
"span",
|
|
3111
3115
|
{
|
|
3112
3116
|
className: `
|
|
3113
3117
|
relative animate-aurora bg-clip-text text-transparent
|
|
3114
3118
|
bg-[length:200%_auto]
|
|
3115
3119
|
`,
|
|
3116
|
-
style:
|
|
3120
|
+
style: n,
|
|
3117
3121
|
"aria-hidden": "true",
|
|
3118
3122
|
children: e
|
|
3119
3123
|
}
|
|
@@ -3123,28 +3127,28 @@ const jt = Ue(
|
|
|
3123
3127
|
);
|
|
3124
3128
|
}
|
|
3125
3129
|
);
|
|
3126
|
-
|
|
3127
|
-
function
|
|
3128
|
-
return /* @__PURE__ */
|
|
3130
|
+
sr.displayName = "AuroraText";
|
|
3131
|
+
function ar({ ...e }) {
|
|
3132
|
+
return /* @__PURE__ */ m(k.Root, { "data-slot": "select", ...e });
|
|
3129
3133
|
}
|
|
3130
|
-
function
|
|
3131
|
-
return /* @__PURE__ */
|
|
3134
|
+
function jr({ ...e }) {
|
|
3135
|
+
return /* @__PURE__ */ m(k.Group, { "data-slot": "select-group", ...e });
|
|
3132
3136
|
}
|
|
3133
|
-
function
|
|
3134
|
-
return /* @__PURE__ */
|
|
3137
|
+
function ir({ ...e }) {
|
|
3138
|
+
return /* @__PURE__ */ m(k.Value, { "data-slot": "select-value", ...e });
|
|
3135
3139
|
}
|
|
3136
|
-
function
|
|
3140
|
+
function lr({
|
|
3137
3141
|
className: e,
|
|
3138
|
-
size:
|
|
3139
|
-
children:
|
|
3142
|
+
size: t = "default",
|
|
3143
|
+
children: r,
|
|
3140
3144
|
...o
|
|
3141
3145
|
}) {
|
|
3142
|
-
return /* @__PURE__ */
|
|
3143
|
-
|
|
3146
|
+
return /* @__PURE__ */ Q(
|
|
3147
|
+
k.Trigger,
|
|
3144
3148
|
{
|
|
3145
3149
|
"data-slot": "select-trigger",
|
|
3146
|
-
"data-size":
|
|
3147
|
-
className:
|
|
3150
|
+
"data-size": t,
|
|
3151
|
+
className: w(
|
|
3148
3152
|
`
|
|
3149
3153
|
flex w-fit items-center justify-between gap-2 rounded-md border
|
|
3150
3154
|
border-input bg-transparent px-3 py-2 text-sm whitespace-nowrap
|
|
@@ -3170,23 +3174,23 @@ function or({
|
|
|
3170
3174
|
),
|
|
3171
3175
|
...o,
|
|
3172
3176
|
children: [
|
|
3173
|
-
|
|
3174
|
-
/* @__PURE__ */
|
|
3177
|
+
r,
|
|
3178
|
+
/* @__PURE__ */ m(k.Icon, { asChild: !0, children: /* @__PURE__ */ m(Ve, { className: "size-4 opacity-50" }) })
|
|
3175
3179
|
]
|
|
3176
3180
|
}
|
|
3177
3181
|
);
|
|
3178
3182
|
}
|
|
3179
|
-
function
|
|
3183
|
+
function cr({
|
|
3180
3184
|
className: e,
|
|
3181
|
-
children:
|
|
3182
|
-
position:
|
|
3185
|
+
children: t,
|
|
3186
|
+
position: r = "popper",
|
|
3183
3187
|
...o
|
|
3184
3188
|
}) {
|
|
3185
|
-
return /* @__PURE__ */
|
|
3186
|
-
|
|
3189
|
+
return /* @__PURE__ */ m(k.Portal, { "data-testid": "select", children: /* @__PURE__ */ Q(
|
|
3190
|
+
k.Content,
|
|
3187
3191
|
{
|
|
3188
3192
|
"data-slot": "select-content",
|
|
3189
|
-
className:
|
|
3193
|
+
className: w(
|
|
3190
3194
|
`
|
|
3191
3195
|
relative z-50 max-h-(--radix-select-content-available-height)
|
|
3192
3196
|
min-w-[8rem] origin-(--radix-select-content-transform-origin)
|
|
@@ -3201,7 +3205,7 @@ function sr({
|
|
|
3201
3205
|
data-[state=open]:animate-in data-[state=open]:fade-in-0
|
|
3202
3206
|
data-[state=open]:zoom-in-95
|
|
3203
3207
|
`,
|
|
3204
|
-
|
|
3208
|
+
r === "popper" && `
|
|
3205
3209
|
data-[side=bottom]:translate-y-1
|
|
3206
3210
|
data-[side=left]:-translate-x-1
|
|
3207
3211
|
data-[side=right]:translate-x-1
|
|
@@ -3209,48 +3213,48 @@ function sr({
|
|
|
3209
3213
|
`,
|
|
3210
3214
|
e
|
|
3211
3215
|
),
|
|
3212
|
-
position:
|
|
3216
|
+
position: r,
|
|
3213
3217
|
...o,
|
|
3214
3218
|
children: [
|
|
3215
|
-
/* @__PURE__ */
|
|
3216
|
-
/* @__PURE__ */
|
|
3217
|
-
|
|
3219
|
+
/* @__PURE__ */ m(ur, {}),
|
|
3220
|
+
/* @__PURE__ */ m(
|
|
3221
|
+
k.Viewport,
|
|
3218
3222
|
{
|
|
3219
|
-
className:
|
|
3223
|
+
className: w(
|
|
3220
3224
|
"p-1",
|
|
3221
|
-
|
|
3225
|
+
r === "popper" && `
|
|
3222
3226
|
h-[var(--radix-select-trigger-height)] w-full
|
|
3223
3227
|
min-w-[var(--radix-select-trigger-width)] scroll-my-1
|
|
3224
3228
|
`
|
|
3225
3229
|
),
|
|
3226
|
-
children:
|
|
3230
|
+
children: t
|
|
3227
3231
|
}
|
|
3228
3232
|
),
|
|
3229
|
-
/* @__PURE__ */
|
|
3233
|
+
/* @__PURE__ */ m(mr, {})
|
|
3230
3234
|
]
|
|
3231
3235
|
}
|
|
3232
3236
|
) });
|
|
3233
3237
|
}
|
|
3234
|
-
function
|
|
3235
|
-
return /* @__PURE__ */
|
|
3236
|
-
|
|
3238
|
+
function Fr({ className: e, ...t }) {
|
|
3239
|
+
return /* @__PURE__ */ m(
|
|
3240
|
+
k.Label,
|
|
3237
3241
|
{
|
|
3238
3242
|
"data-slot": "select-label",
|
|
3239
|
-
className:
|
|
3240
|
-
...
|
|
3243
|
+
className: w("px-2 py-1.5 text-xs text-muted-foreground", e),
|
|
3244
|
+
...t
|
|
3241
3245
|
}
|
|
3242
3246
|
);
|
|
3243
3247
|
}
|
|
3244
|
-
function
|
|
3248
|
+
function dr({
|
|
3245
3249
|
className: e,
|
|
3246
|
-
children:
|
|
3247
|
-
...
|
|
3250
|
+
children: t,
|
|
3251
|
+
...r
|
|
3248
3252
|
}) {
|
|
3249
|
-
return /* @__PURE__ */
|
|
3250
|
-
|
|
3253
|
+
return /* @__PURE__ */ Q(
|
|
3254
|
+
k.Item,
|
|
3251
3255
|
{
|
|
3252
3256
|
"data-slot": "select-item",
|
|
3253
|
-
className:
|
|
3257
|
+
className: w(
|
|
3254
3258
|
`
|
|
3255
3259
|
relative flex w-full cursor-default items-center gap-2 rounded-sm
|
|
3256
3260
|
py-1.5 pr-8 pl-2 text-sm outline-hidden select-none
|
|
@@ -3263,85 +3267,375 @@ function ar({
|
|
|
3263
3267
|
`,
|
|
3264
3268
|
e
|
|
3265
3269
|
),
|
|
3266
|
-
...
|
|
3270
|
+
...r,
|
|
3267
3271
|
children: [
|
|
3268
|
-
/* @__PURE__ */
|
|
3269
|
-
|
|
3270
|
-
{
|
|
3271
|
-
className: `
|
|
3272
|
-
absolute right-2 flex size-3.5 items-center justify-center
|
|
3273
|
-
`,
|
|
3274
|
-
children: /* @__PURE__ */ g(y.ItemIndicator, { children: /* @__PURE__ */ g(We, { className: "size-4" }) })
|
|
3275
|
-
}
|
|
3276
|
-
),
|
|
3277
|
-
/* @__PURE__ */ g(y.ItemText, { children: r })
|
|
3272
|
+
/* @__PURE__ */ m("span", { className: "absolute right-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ m(k.ItemIndicator, { children: /* @__PURE__ */ m(mt, { className: "size-4" }) }) }),
|
|
3273
|
+
/* @__PURE__ */ m(k.ItemText, { children: t })
|
|
3278
3274
|
]
|
|
3279
3275
|
}
|
|
3280
3276
|
);
|
|
3281
3277
|
}
|
|
3282
|
-
function
|
|
3278
|
+
function Vr({
|
|
3283
3279
|
className: e,
|
|
3284
|
-
...
|
|
3280
|
+
...t
|
|
3285
3281
|
}) {
|
|
3286
|
-
return /* @__PURE__ */
|
|
3287
|
-
|
|
3282
|
+
return /* @__PURE__ */ m(
|
|
3283
|
+
k.Separator,
|
|
3288
3284
|
{
|
|
3289
3285
|
"data-slot": "select-separator",
|
|
3290
|
-
className:
|
|
3291
|
-
...
|
|
3286
|
+
className: w("pointer-events-none -mx-1 my-1 h-px bg-border", e),
|
|
3287
|
+
...t
|
|
3292
3288
|
}
|
|
3293
3289
|
);
|
|
3294
3290
|
}
|
|
3295
|
-
function
|
|
3291
|
+
function ur({
|
|
3296
3292
|
className: e,
|
|
3297
|
-
...
|
|
3293
|
+
...t
|
|
3298
3294
|
}) {
|
|
3299
|
-
return /* @__PURE__ */
|
|
3300
|
-
|
|
3295
|
+
return /* @__PURE__ */ m(
|
|
3296
|
+
k.ScrollUpButton,
|
|
3301
3297
|
{
|
|
3302
3298
|
"data-slot": "select-scroll-up-button",
|
|
3303
|
-
className:
|
|
3304
|
-
...
|
|
3305
|
-
children: /* @__PURE__ */
|
|
3299
|
+
className: w("flex cursor-default items-center justify-center py-1", e),
|
|
3300
|
+
...t,
|
|
3301
|
+
children: /* @__PURE__ */ m(pt, { className: "size-4" })
|
|
3306
3302
|
}
|
|
3307
3303
|
);
|
|
3308
3304
|
}
|
|
3309
|
-
function
|
|
3305
|
+
function mr({
|
|
3310
3306
|
className: e,
|
|
3311
|
-
...
|
|
3307
|
+
...t
|
|
3312
3308
|
}) {
|
|
3313
|
-
return /* @__PURE__ */
|
|
3314
|
-
|
|
3309
|
+
return /* @__PURE__ */ m(
|
|
3310
|
+
k.ScrollDownButton,
|
|
3315
3311
|
{
|
|
3316
3312
|
"data-slot": "select-scroll-down-button",
|
|
3317
|
-
className:
|
|
3318
|
-
...
|
|
3319
|
-
children: /* @__PURE__ */
|
|
3313
|
+
className: w("flex cursor-default items-center justify-center py-1", e),
|
|
3314
|
+
...t,
|
|
3315
|
+
children: /* @__PURE__ */ m(Ve, { className: "size-4" })
|
|
3320
3316
|
}
|
|
3321
3317
|
);
|
|
3322
3318
|
}
|
|
3319
|
+
const Dr = ({
|
|
3320
|
+
translationKey: e,
|
|
3321
|
+
translationOptions: t,
|
|
3322
|
+
namespace: r,
|
|
3323
|
+
...o
|
|
3324
|
+
}) => {
|
|
3325
|
+
const s = De(r)(
|
|
3326
|
+
e,
|
|
3327
|
+
t == null ? void 0 : t.args
|
|
3328
|
+
);
|
|
3329
|
+
return /* @__PURE__ */ m(Z, { ...o, children: s });
|
|
3330
|
+
}, Br = ({
|
|
3331
|
+
translationKey: e,
|
|
3332
|
+
translationOptions: t,
|
|
3333
|
+
namespace: r,
|
|
3334
|
+
className: o,
|
|
3335
|
+
tag: n = "div"
|
|
3336
|
+
}) => {
|
|
3337
|
+
const a = De(r)(
|
|
3338
|
+
e,
|
|
3339
|
+
t == null ? void 0 : t.args
|
|
3340
|
+
);
|
|
3341
|
+
return dt.createElement(n, { className: o }, a);
|
|
3342
|
+
};
|
|
3343
|
+
var pr = Object.defineProperty, v = (e, t) => pr(e, "name", { value: t, configurable: !0 }), fe = /* @__PURE__ */ new Map(), be = /* @__PURE__ */ new Map();
|
|
3344
|
+
function ke(e, t) {
|
|
3345
|
+
return `${e}:${JSON.stringify(t ?? {})}`;
|
|
3346
|
+
}
|
|
3347
|
+
v(ke, "getFormatterKey");
|
|
3348
|
+
function et(e) {
|
|
3349
|
+
const t = typeof e == "string" || typeof e == "number" ? new Date(e) : e;
|
|
3350
|
+
return t instanceof Date && !Number.isNaN(t.getTime()) ? t : null;
|
|
3351
|
+
}
|
|
3352
|
+
v(et, "parseDate");
|
|
3353
|
+
function tt(e, t = "en", r) {
|
|
3354
|
+
var s;
|
|
3355
|
+
const o = et(e);
|
|
3356
|
+
if (!o)
|
|
3357
|
+
return "";
|
|
3358
|
+
const n = ke(t, r);
|
|
3359
|
+
return fe.has(n) || fe.set(n, new Intl.DateTimeFormat(t, r)), ((s = fe.get(n)) == null ? void 0 : s.format(o)) ?? "";
|
|
3360
|
+
}
|
|
3361
|
+
v(tt, "formatDate");
|
|
3362
|
+
function rt(e, t = "en", r) {
|
|
3363
|
+
var n;
|
|
3364
|
+
if (typeof e != "number" || Number.isNaN(e))
|
|
3365
|
+
return "";
|
|
3366
|
+
const o = ke(t, r);
|
|
3367
|
+
return be.has(o) || be.set(o, new Intl.NumberFormat(t, r)), ((n = be.get(o)) == null ? void 0 : n.format(e)) ?? "";
|
|
3368
|
+
}
|
|
3369
|
+
v(rt, "formatNumber");
|
|
3370
|
+
var ce = {
|
|
3371
|
+
defaultLocale: "en",
|
|
3372
|
+
supportedLocales: ["en", "es", "fr", "it", "pt-BR", "pt-PT"],
|
|
3373
|
+
fallbackLocale: "en"
|
|
3374
|
+
};
|
|
3375
|
+
function gr() {
|
|
3376
|
+
return ce.supportedLocales;
|
|
3377
|
+
}
|
|
3378
|
+
v(gr, "getSupportedLanguages");
|
|
3379
|
+
function fr() {
|
|
3380
|
+
return ce.defaultLocale;
|
|
3381
|
+
}
|
|
3382
|
+
v(fr, "getDefaultLanguage");
|
|
3383
|
+
function br() {
|
|
3384
|
+
return ce.fallbackLocale;
|
|
3385
|
+
}
|
|
3386
|
+
v(br, "getFallbackLanguage");
|
|
3387
|
+
function hr(e) {
|
|
3388
|
+
return ce.supportedLocales.includes(e);
|
|
3389
|
+
}
|
|
3390
|
+
v(hr, "isSupportedLanguage");
|
|
3391
|
+
var V = /* @__PURE__ */ new Map();
|
|
3392
|
+
function xr({
|
|
3393
|
+
value: e,
|
|
3394
|
+
forms: t,
|
|
3395
|
+
lang: r,
|
|
3396
|
+
type: o = "cardinal"
|
|
3397
|
+
}) {
|
|
3398
|
+
if (!nt(e, t))
|
|
3399
|
+
return "";
|
|
3400
|
+
if (e === 0 && t.zero)
|
|
3401
|
+
return we(t.zero, e);
|
|
3402
|
+
const s = st(r, o).select(e), a = ot(t, s) ?? t.other ?? Object.values(t)[0];
|
|
3403
|
+
return a ? we(a, e) : "";
|
|
3404
|
+
}
|
|
3405
|
+
v(xr, "pluralize");
|
|
3406
|
+
function ze(e, t) {
|
|
3407
|
+
return `${e}:${t}`;
|
|
3408
|
+
}
|
|
3409
|
+
v(ze, "getPluralRulesKey");
|
|
3410
|
+
var vr = /{count}|#/g;
|
|
3411
|
+
function ot(e, t) {
|
|
3412
|
+
switch (t) {
|
|
3413
|
+
case "zero":
|
|
3414
|
+
return e.zero;
|
|
3415
|
+
case "one":
|
|
3416
|
+
return e.one;
|
|
3417
|
+
case "two":
|
|
3418
|
+
return e.two;
|
|
3419
|
+
case "few":
|
|
3420
|
+
return e.few;
|
|
3421
|
+
case "many":
|
|
3422
|
+
return e.many;
|
|
3423
|
+
case "other":
|
|
3424
|
+
return e.other;
|
|
3425
|
+
default:
|
|
3426
|
+
return;
|
|
3427
|
+
}
|
|
3428
|
+
}
|
|
3429
|
+
v(ot, "selectTemplate");
|
|
3430
|
+
function nt(e, t) {
|
|
3431
|
+
return typeof e == "number" && t && typeof t == "object";
|
|
3432
|
+
}
|
|
3433
|
+
v(nt, "isValidInput");
|
|
3434
|
+
function we(e, t) {
|
|
3435
|
+
return e.replaceAll(vr, t.toString());
|
|
3436
|
+
}
|
|
3437
|
+
v(we, "replacePlaceholders");
|
|
3438
|
+
function st(e, t) {
|
|
3439
|
+
const r = ze(e, t);
|
|
3440
|
+
if (!V.has(r))
|
|
3441
|
+
try {
|
|
3442
|
+
V.set(r, new Intl.PluralRules(e, { type: t }));
|
|
3443
|
+
} catch {
|
|
3444
|
+
return le(r, t);
|
|
3445
|
+
}
|
|
3446
|
+
return V.get(r) ?? le(r, t);
|
|
3447
|
+
}
|
|
3448
|
+
v(st, "getPluralRules");
|
|
3449
|
+
function le(e, t) {
|
|
3450
|
+
const r = ze("en", t);
|
|
3451
|
+
V.has(r) || V.set(r, new Intl.PluralRules("en", { type: t }));
|
|
3452
|
+
const o = V.get(r) ?? le(r, t);
|
|
3453
|
+
return V.set(e, o), o;
|
|
3454
|
+
}
|
|
3455
|
+
v(le, "getFallbackPluralRules");
|
|
3456
|
+
var C;
|
|
3457
|
+
C = class {
|
|
3458
|
+
constructor() {
|
|
3459
|
+
se(this, "fallbackLocale");
|
|
3460
|
+
this.fallbackLocale = "en";
|
|
3461
|
+
}
|
|
3462
|
+
/**
|
|
3463
|
+
* Get the singleton instance of LocaleDetector.
|
|
3464
|
+
* @returns {LocaleDetector} The singleton instance.
|
|
3465
|
+
*/
|
|
3466
|
+
static getInstance() {
|
|
3467
|
+
return C.instance || (C.instance = new C()), C.instance;
|
|
3468
|
+
}
|
|
3469
|
+
/**
|
|
3470
|
+
* Detect locale using server-side request or client-side settings.
|
|
3471
|
+
* @param {any} [request] - Optional server request object.
|
|
3472
|
+
* @returns {string} Detected locale string.
|
|
3473
|
+
*/
|
|
3474
|
+
detectLocale(t) {
|
|
3475
|
+
return t ? this.detectFromRequest(t) : this.fallbackLocale;
|
|
3476
|
+
}
|
|
3477
|
+
/**
|
|
3478
|
+
* Detect locale from a server request (query, headers, cookies).
|
|
3479
|
+
* @param {any} request - Server request object.
|
|
3480
|
+
* @returns {string} Detected locale string.
|
|
3481
|
+
* @private
|
|
3482
|
+
*/
|
|
3483
|
+
detectFromRequest(t) {
|
|
3484
|
+
var s, a, p;
|
|
3485
|
+
const r = (s = t.url.split("?")[1]) == null ? void 0 : s.split("=")[1], o = t.headers.get("accept-language"), n = (p = (a = t.headers.get("cookie")) == null ? void 0 : a.split("; ").find((d) => d.startsWith("locale="))) == null ? void 0 : p.split("=")[1];
|
|
3486
|
+
return r ?? n ?? this.parseAcceptLanguage(o ?? "") ?? this.fallbackLocale;
|
|
3487
|
+
}
|
|
3488
|
+
/**
|
|
3489
|
+
* Parse Accept-Language header and return the highest priority language.
|
|
3490
|
+
* @param {string} header - Accept-Language header value.
|
|
3491
|
+
* @returns {string|null} Best language or null.
|
|
3492
|
+
* @private
|
|
3493
|
+
*/
|
|
3494
|
+
parseAcceptLanguage(t) {
|
|
3495
|
+
if (!t)
|
|
3496
|
+
return null;
|
|
3497
|
+
let r = null, o = 0;
|
|
3498
|
+
for (const n of t.split(",")) {
|
|
3499
|
+
const { lang: s, q: a } = this.parseLangAndQ(n.trim());
|
|
3500
|
+
if (a > o && (o = a, r = s, a === 1))
|
|
3501
|
+
break;
|
|
3502
|
+
}
|
|
3503
|
+
return r;
|
|
3504
|
+
}
|
|
3505
|
+
parseLangAndQ(t) {
|
|
3506
|
+
const r = t.indexOf(";"), o = r === -1 ? t : t.slice(0, Math.max(0, r));
|
|
3507
|
+
let n = 1;
|
|
3508
|
+
if (r !== -1) {
|
|
3509
|
+
const s = /q=(?<q>[\d.]+)/.exec(t.slice(r + 1));
|
|
3510
|
+
n = s != null && s.groups ? Number.parseFloat(s.groups.q) || 0 : 1;
|
|
3511
|
+
}
|
|
3512
|
+
return { lang: o, q: n };
|
|
3513
|
+
}
|
|
3514
|
+
/**
|
|
3515
|
+
* Set the fallback locale.
|
|
3516
|
+
* @param {string} locale - Fallback locale string.
|
|
3517
|
+
* @internal
|
|
3518
|
+
*/
|
|
3519
|
+
setFallbackLocale(t) {
|
|
3520
|
+
this.fallbackLocale = t;
|
|
3521
|
+
}
|
|
3522
|
+
}, v(C, "LocaleDetector"), se(C, "instance");
|
|
3523
|
+
var W;
|
|
3524
|
+
W = class {
|
|
3525
|
+
constructor(t) {
|
|
3526
|
+
se(this, "namespaces");
|
|
3527
|
+
this.namespaces = t ? new Map(t) : /* @__PURE__ */ new Map();
|
|
3528
|
+
}
|
|
3529
|
+
/**
|
|
3530
|
+
* Add a namespace with its translations.
|
|
3531
|
+
* @param {string} name - Namespace name.
|
|
3532
|
+
* @param {Record<string, string>} translations - Translation key-value pairs.
|
|
3533
|
+
* @throws {Error} If the namespace name is invalid.
|
|
3534
|
+
*/
|
|
3535
|
+
addNamespace(t, r) {
|
|
3536
|
+
if (!at(t))
|
|
3537
|
+
throw new Error("Invalid namespace name");
|
|
3538
|
+
this.namespaces.set(t, r);
|
|
3539
|
+
}
|
|
3540
|
+
/**
|
|
3541
|
+
* Get a namespace by name.
|
|
3542
|
+
* @param {string} name - Namespace name.
|
|
3543
|
+
* @returns {Record<string, string> | undefined} Namespace translations or undefined.
|
|
3544
|
+
*/
|
|
3545
|
+
getNamespace(t) {
|
|
3546
|
+
return this.namespaces.get(t);
|
|
3547
|
+
}
|
|
3548
|
+
/**
|
|
3549
|
+
* Get all namespace names.
|
|
3550
|
+
* @returns {string[]} Array of namespace names.
|
|
3551
|
+
*/
|
|
3552
|
+
getAllNamespaces() {
|
|
3553
|
+
return [...this.namespaces.keys()];
|
|
3554
|
+
}
|
|
3555
|
+
/**
|
|
3556
|
+
* Merge two namespaces into the target.
|
|
3557
|
+
* @param {string} target - Target namespace name.
|
|
3558
|
+
* @param {string} source - Source namespace name.
|
|
3559
|
+
*/
|
|
3560
|
+
mergeNamespaces(t, r) {
|
|
3561
|
+
const o = this.namespaces.get(t) ?? {}, n = this.namespaces.get(r) ?? {};
|
|
3562
|
+
this.namespaces.set(t, { ...o, ...n });
|
|
3563
|
+
}
|
|
3564
|
+
/**
|
|
3565
|
+
* Validate a namespace against a schema.
|
|
3566
|
+
* @param {string} name - Namespace name.
|
|
3567
|
+
* @param {Record<string, string>} [schema] - Optional schema to validate against.
|
|
3568
|
+
* @returns {boolean} True if valid, false otherwise.
|
|
3569
|
+
*/
|
|
3570
|
+
validateNamespace(t, r) {
|
|
3571
|
+
const o = this.namespaces.get(t);
|
|
3572
|
+
return o ? r ? Object.entries(r).every(([n, s]) => {
|
|
3573
|
+
var p;
|
|
3574
|
+
const a = (p = Object.getOwnPropertyDescriptor(o, n)) == null ? void 0 : p.value;
|
|
3575
|
+
return a !== void 0 && typeof a === s;
|
|
3576
|
+
}) : !0 : !1;
|
|
3577
|
+
}
|
|
3578
|
+
}, v(W, "NamespaceManager");
|
|
3579
|
+
function at(e) {
|
|
3580
|
+
return /^\w+$/.test(e);
|
|
3581
|
+
}
|
|
3582
|
+
v(at, "isSafeKey");
|
|
3583
|
+
const Or = ({
|
|
3584
|
+
date: e,
|
|
3585
|
+
formatOptions: t,
|
|
3586
|
+
locale: r,
|
|
3587
|
+
...o
|
|
3588
|
+
}) => {
|
|
3589
|
+
const n = tt(e, r, t);
|
|
3590
|
+
return /* @__PURE__ */ m(Z, { ...o, children: n });
|
|
3591
|
+
}, $r = ({
|
|
3592
|
+
value: e,
|
|
3593
|
+
formatOptions: t,
|
|
3594
|
+
locale: r,
|
|
3595
|
+
...o
|
|
3596
|
+
}) => {
|
|
3597
|
+
const n = rt(e, r, t);
|
|
3598
|
+
return /* @__PURE__ */ m(Z, { ...o, children: n });
|
|
3599
|
+
};
|
|
3600
|
+
function Wr({
|
|
3601
|
+
locale: e,
|
|
3602
|
+
locales: t,
|
|
3603
|
+
onChange: r,
|
|
3604
|
+
getLabel: o,
|
|
3605
|
+
disabled: n
|
|
3606
|
+
}) {
|
|
3607
|
+
return /* @__PURE__ */ Q(ar, { value: e, onValueChange: r, disabled: n, children: [
|
|
3608
|
+
/* @__PURE__ */ m(lr, { children: /* @__PURE__ */ m(ir, { placeholder: o(e) }) }),
|
|
3609
|
+
/* @__PURE__ */ m(cr, { children: t.map((s) => /* @__PURE__ */ m(dr, { value: s, children: o(s) }, s)) })
|
|
3610
|
+
] });
|
|
3611
|
+
}
|
|
3323
3612
|
export {
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
ar as
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3613
|
+
sr as AuroraText,
|
|
3614
|
+
X as Box,
|
|
3615
|
+
_r as Button,
|
|
3616
|
+
Ar as Container,
|
|
3617
|
+
Rr as ExternalLink,
|
|
3618
|
+
Cr as Flex,
|
|
3619
|
+
Or as FormattedDate,
|
|
3620
|
+
$r as FormattedNumber,
|
|
3621
|
+
Mr as Grid,
|
|
3622
|
+
Ir as Heading,
|
|
3623
|
+
Gr as Input,
|
|
3624
|
+
Wr as LanguageSelector,
|
|
3625
|
+
Lr as Paragraph,
|
|
3626
|
+
Er as Section,
|
|
3627
|
+
ar as Select,
|
|
3628
|
+
cr as SelectContent,
|
|
3629
|
+
jr as SelectGroup,
|
|
3630
|
+
dr as SelectItem,
|
|
3631
|
+
Fr as SelectLabel,
|
|
3632
|
+
mr as SelectScrollDownButton,
|
|
3633
|
+
ur as SelectScrollUpButton,
|
|
3634
|
+
Vr as SelectSeparator,
|
|
3635
|
+
lr as SelectTrigger,
|
|
3636
|
+
ir as SelectValue,
|
|
3637
|
+
Tr as Stack,
|
|
3638
|
+
Z as Text,
|
|
3639
|
+
Br as TranslatedHtml,
|
|
3640
|
+
Dr as TranslatedText
|
|
3347
3641
|
};
|