ies2-aulapp-ui-kit 0.1.0
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/README.md +79 -0
- package/dist/App.d.ts +2 -0
- package/dist/components/sections/BadgesPanel.d.ts +1 -0
- package/dist/components/sections/CallToActionPanel.d.ts +1 -0
- package/dist/components/sections/ComponentsPanel.d.ts +1 -0
- package/dist/components/sections/HeroBanner.d.ts +1 -0
- package/dist/components/ui/badge.d.ts +9 -0
- package/dist/components/ui/button.d.ts +15 -0
- package/dist/components/ui/button.stories.d.ts +15 -0
- package/dist/components/ui/resource-badge.d.ts +54 -0
- package/dist/components/ui/resource-badge.stories.d.ts +14 -0
- package/dist/index.cjs.js +7 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +4978 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/main.d.ts +0 -0
- package/dist/vite.svg +1 -0
- package/package.json +82 -0
package/dist/index.es.js
ADDED
|
@@ -0,0 +1,4978 @@
|
|
|
1
|
+
import * as D from "react";
|
|
2
|
+
import n, { forwardRef as ue } from "react";
|
|
3
|
+
function Wr(e) {
|
|
4
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
5
|
+
}
|
|
6
|
+
var ke = { exports: {} }, he = {};
|
|
7
|
+
var Ge;
|
|
8
|
+
function Nr() {
|
|
9
|
+
if (Ge) return he;
|
|
10
|
+
Ge = 1;
|
|
11
|
+
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
|
|
12
|
+
function r(o, c, i) {
|
|
13
|
+
var s = null;
|
|
14
|
+
if (i !== void 0 && (s = "" + i), c.key !== void 0 && (s = "" + c.key), "key" in c) {
|
|
15
|
+
i = {};
|
|
16
|
+
for (var l in c)
|
|
17
|
+
l !== "key" && (i[l] = c[l]);
|
|
18
|
+
} else i = c;
|
|
19
|
+
return c = i.ref, {
|
|
20
|
+
$$typeof: e,
|
|
21
|
+
type: o,
|
|
22
|
+
key: s,
|
|
23
|
+
ref: c !== void 0 ? c : null,
|
|
24
|
+
props: i
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
return he.Fragment = t, he.jsx = r, he.jsxs = r, he;
|
|
28
|
+
}
|
|
29
|
+
var ve = {};
|
|
30
|
+
var qe;
|
|
31
|
+
function Dr() {
|
|
32
|
+
return qe || (qe = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
33
|
+
function e(a) {
|
|
34
|
+
if (a == null) return null;
|
|
35
|
+
if (typeof a == "function")
|
|
36
|
+
return a.$$typeof === te ? null : a.displayName || a.name || null;
|
|
37
|
+
if (typeof a == "string") return a;
|
|
38
|
+
switch (a) {
|
|
39
|
+
case _:
|
|
40
|
+
return "Fragment";
|
|
41
|
+
case U:
|
|
42
|
+
return "Profiler";
|
|
43
|
+
case Z:
|
|
44
|
+
return "StrictMode";
|
|
45
|
+
case G:
|
|
46
|
+
return "Suspense";
|
|
47
|
+
case K:
|
|
48
|
+
return "SuspenseList";
|
|
49
|
+
case ie:
|
|
50
|
+
return "Activity";
|
|
51
|
+
}
|
|
52
|
+
if (typeof a == "object")
|
|
53
|
+
switch (typeof a.tag == "number" && console.error(
|
|
54
|
+
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
55
|
+
), a.$$typeof) {
|
|
56
|
+
case R:
|
|
57
|
+
return "Portal";
|
|
58
|
+
case $:
|
|
59
|
+
return a.displayName || "Context";
|
|
60
|
+
case V:
|
|
61
|
+
return (a._context.displayName || "Context") + ".Consumer";
|
|
62
|
+
case v:
|
|
63
|
+
var m = a.render;
|
|
64
|
+
return a = a.displayName, a || (a = m.displayName || m.name || "", a = a !== "" ? "ForwardRef(" + a + ")" : "ForwardRef"), a;
|
|
65
|
+
case T:
|
|
66
|
+
return m = a.displayName || null, m !== null ? m : e(a.type) || "Memo";
|
|
67
|
+
case q:
|
|
68
|
+
m = a._payload, a = a._init;
|
|
69
|
+
try {
|
|
70
|
+
return e(a(m));
|
|
71
|
+
} catch {
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
return null;
|
|
75
|
+
}
|
|
76
|
+
function t(a) {
|
|
77
|
+
return "" + a;
|
|
78
|
+
}
|
|
79
|
+
function r(a) {
|
|
80
|
+
try {
|
|
81
|
+
t(a);
|
|
82
|
+
var m = !1;
|
|
83
|
+
} catch {
|
|
84
|
+
m = !0;
|
|
85
|
+
}
|
|
86
|
+
if (m) {
|
|
87
|
+
m = console;
|
|
88
|
+
var p = m.error, g = typeof Symbol == "function" && Symbol.toStringTag && a[Symbol.toStringTag] || a.constructor.name || "Object";
|
|
89
|
+
return p.call(
|
|
90
|
+
m,
|
|
91
|
+
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
92
|
+
g
|
|
93
|
+
), t(a);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
function o(a) {
|
|
97
|
+
if (a === _) return "<>";
|
|
98
|
+
if (typeof a == "object" && a !== null && a.$$typeof === q)
|
|
99
|
+
return "<...>";
|
|
100
|
+
try {
|
|
101
|
+
var m = e(a);
|
|
102
|
+
return m ? "<" + m + ">" : "<...>";
|
|
103
|
+
} catch {
|
|
104
|
+
return "<...>";
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
function c() {
|
|
108
|
+
var a = X.A;
|
|
109
|
+
return a === null ? null : a.getOwner();
|
|
110
|
+
}
|
|
111
|
+
function i() {
|
|
112
|
+
return Error("react-stack-top-frame");
|
|
113
|
+
}
|
|
114
|
+
function s(a) {
|
|
115
|
+
if (ne.call(a, "key")) {
|
|
116
|
+
var m = Object.getOwnPropertyDescriptor(a, "key").get;
|
|
117
|
+
if (m && m.isReactWarning) return !1;
|
|
118
|
+
}
|
|
119
|
+
return a.key !== void 0;
|
|
120
|
+
}
|
|
121
|
+
function l(a, m) {
|
|
122
|
+
function p() {
|
|
123
|
+
W || (W = !0, console.error(
|
|
124
|
+
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
125
|
+
m
|
|
126
|
+
));
|
|
127
|
+
}
|
|
128
|
+
p.isReactWarning = !0, Object.defineProperty(a, "key", {
|
|
129
|
+
get: p,
|
|
130
|
+
configurable: !0
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
function d() {
|
|
134
|
+
var a = e(this.type);
|
|
135
|
+
return Y[a] || (Y[a] = !0, console.error(
|
|
136
|
+
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
137
|
+
)), a = this.props.ref, a !== void 0 ? a : null;
|
|
138
|
+
}
|
|
139
|
+
function f(a, m, p, g, O, S) {
|
|
140
|
+
var h = p.ref;
|
|
141
|
+
return a = {
|
|
142
|
+
$$typeof: F,
|
|
143
|
+
type: a,
|
|
144
|
+
key: m,
|
|
145
|
+
props: p,
|
|
146
|
+
_owner: g
|
|
147
|
+
}, (h !== void 0 ? h : null) !== null ? Object.defineProperty(a, "ref", {
|
|
148
|
+
enumerable: !1,
|
|
149
|
+
get: d
|
|
150
|
+
}) : Object.defineProperty(a, "ref", { enumerable: !1, value: null }), a._store = {}, Object.defineProperty(a._store, "validated", {
|
|
151
|
+
configurable: !1,
|
|
152
|
+
enumerable: !1,
|
|
153
|
+
writable: !0,
|
|
154
|
+
value: 0
|
|
155
|
+
}), Object.defineProperty(a, "_debugInfo", {
|
|
156
|
+
configurable: !1,
|
|
157
|
+
enumerable: !1,
|
|
158
|
+
writable: !0,
|
|
159
|
+
value: null
|
|
160
|
+
}), Object.defineProperty(a, "_debugStack", {
|
|
161
|
+
configurable: !1,
|
|
162
|
+
enumerable: !1,
|
|
163
|
+
writable: !0,
|
|
164
|
+
value: O
|
|
165
|
+
}), Object.defineProperty(a, "_debugTask", {
|
|
166
|
+
configurable: !1,
|
|
167
|
+
enumerable: !1,
|
|
168
|
+
writable: !0,
|
|
169
|
+
value: S
|
|
170
|
+
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
|
|
171
|
+
}
|
|
172
|
+
function y(a, m, p, g, O, S) {
|
|
173
|
+
var h = m.children;
|
|
174
|
+
if (h !== void 0)
|
|
175
|
+
if (g)
|
|
176
|
+
if (Q(h)) {
|
|
177
|
+
for (g = 0; g < h.length; g++)
|
|
178
|
+
w(h[g]);
|
|
179
|
+
Object.freeze && Object.freeze(h);
|
|
180
|
+
} else
|
|
181
|
+
console.error(
|
|
182
|
+
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
183
|
+
);
|
|
184
|
+
else w(h);
|
|
185
|
+
if (ne.call(m, "key")) {
|
|
186
|
+
h = e(a);
|
|
187
|
+
var C = Object.keys(m).filter(function(A) {
|
|
188
|
+
return A !== "key";
|
|
189
|
+
});
|
|
190
|
+
g = 0 < C.length ? "{key: someKey, " + C.join(": ..., ") + ": ...}" : "{key: someKey}", u[h + g] || (C = 0 < C.length ? "{" + C.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
191
|
+
`A props object containing a "key" prop is being spread into JSX:
|
|
192
|
+
let props = %s;
|
|
193
|
+
<%s {...props} />
|
|
194
|
+
React keys must be passed directly to JSX without using spread:
|
|
195
|
+
let props = %s;
|
|
196
|
+
<%s key={someKey} {...props} />`,
|
|
197
|
+
g,
|
|
198
|
+
h,
|
|
199
|
+
C,
|
|
200
|
+
h
|
|
201
|
+
), u[h + g] = !0);
|
|
202
|
+
}
|
|
203
|
+
if (h = null, p !== void 0 && (r(p), h = "" + p), s(m) && (r(m.key), h = "" + m.key), "key" in m) {
|
|
204
|
+
p = {};
|
|
205
|
+
for (var L in m)
|
|
206
|
+
L !== "key" && (p[L] = m[L]);
|
|
207
|
+
} else p = m;
|
|
208
|
+
return h && l(
|
|
209
|
+
p,
|
|
210
|
+
typeof a == "function" ? a.displayName || a.name || "Unknown" : a
|
|
211
|
+
), f(
|
|
212
|
+
a,
|
|
213
|
+
h,
|
|
214
|
+
p,
|
|
215
|
+
c(),
|
|
216
|
+
O,
|
|
217
|
+
S
|
|
218
|
+
);
|
|
219
|
+
}
|
|
220
|
+
function w(a) {
|
|
221
|
+
M(a) ? a._store && (a._store.validated = 1) : typeof a == "object" && a !== null && a.$$typeof === q && (a._payload.status === "fulfilled" ? M(a._payload.value) && a._payload.value._store && (a._payload.value._store.validated = 1) : a._store && (a._store.validated = 1));
|
|
222
|
+
}
|
|
223
|
+
function M(a) {
|
|
224
|
+
return typeof a == "object" && a !== null && a.$$typeof === F;
|
|
225
|
+
}
|
|
226
|
+
var j = n, F = Symbol.for("react.transitional.element"), R = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), Z = Symbol.for("react.strict_mode"), U = Symbol.for("react.profiler"), V = Symbol.for("react.consumer"), $ = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), K = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), q = Symbol.for("react.lazy"), ie = Symbol.for("react.activity"), te = Symbol.for("react.client.reference"), X = j.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ne = Object.prototype.hasOwnProperty, Q = Array.isArray, J = console.createTask ? console.createTask : function() {
|
|
227
|
+
return null;
|
|
228
|
+
};
|
|
229
|
+
j = {
|
|
230
|
+
react_stack_bottom_frame: function(a) {
|
|
231
|
+
return a();
|
|
232
|
+
}
|
|
233
|
+
};
|
|
234
|
+
var W, Y = {}, x = j.react_stack_bottom_frame.bind(
|
|
235
|
+
j,
|
|
236
|
+
i
|
|
237
|
+
)(), oe = J(o(i)), u = {};
|
|
238
|
+
ve.Fragment = _, ve.jsx = function(a, m, p) {
|
|
239
|
+
var g = 1e4 > X.recentlyCreatedOwnerStacks++;
|
|
240
|
+
return y(
|
|
241
|
+
a,
|
|
242
|
+
m,
|
|
243
|
+
p,
|
|
244
|
+
!1,
|
|
245
|
+
g ? Error("react-stack-top-frame") : x,
|
|
246
|
+
g ? J(o(a)) : oe
|
|
247
|
+
);
|
|
248
|
+
}, ve.jsxs = function(a, m, p) {
|
|
249
|
+
var g = 1e4 > X.recentlyCreatedOwnerStacks++;
|
|
250
|
+
return y(
|
|
251
|
+
a,
|
|
252
|
+
m,
|
|
253
|
+
p,
|
|
254
|
+
!0,
|
|
255
|
+
g ? Error("react-stack-top-frame") : x,
|
|
256
|
+
g ? J(o(a)) : oe
|
|
257
|
+
);
|
|
258
|
+
};
|
|
259
|
+
})()), ve;
|
|
260
|
+
}
|
|
261
|
+
var Ue;
|
|
262
|
+
function Yr() {
|
|
263
|
+
return Ue || (Ue = 1, process.env.NODE_ENV === "production" ? ke.exports = Nr() : ke.exports = Dr()), ke.exports;
|
|
264
|
+
}
|
|
265
|
+
var ee = Yr();
|
|
266
|
+
function Je(e, t) {
|
|
267
|
+
if (typeof e == "function")
|
|
268
|
+
return e(t);
|
|
269
|
+
e != null && (e.current = t);
|
|
270
|
+
}
|
|
271
|
+
function Hr(...e) {
|
|
272
|
+
return (t) => {
|
|
273
|
+
let r = !1;
|
|
274
|
+
const o = e.map((c) => {
|
|
275
|
+
const i = Je(c, t);
|
|
276
|
+
return !r && typeof i == "function" && (r = !0), i;
|
|
277
|
+
});
|
|
278
|
+
if (r)
|
|
279
|
+
return () => {
|
|
280
|
+
for (let c = 0; c < o.length; c++) {
|
|
281
|
+
const i = o[c];
|
|
282
|
+
typeof i == "function" ? i() : Je(e[c], null);
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
}
|
|
287
|
+
var Gr = Symbol.for("react.lazy"), Me = D[" use ".trim().toString()];
|
|
288
|
+
function qr(e) {
|
|
289
|
+
return typeof e == "object" && e !== null && "then" in e;
|
|
290
|
+
}
|
|
291
|
+
function wr(e) {
|
|
292
|
+
return e != null && typeof e == "object" && "$$typeof" in e && e.$$typeof === Gr && "_payload" in e && qr(e._payload);
|
|
293
|
+
}
|
|
294
|
+
// @__NO_SIDE_EFFECTS__
|
|
295
|
+
function Ur(e) {
|
|
296
|
+
const t = /* @__PURE__ */ Xr(e), r = D.forwardRef((o, c) => {
|
|
297
|
+
let { children: i, ...s } = o;
|
|
298
|
+
wr(i) && typeof Me == "function" && (i = Me(i._payload));
|
|
299
|
+
const l = D.Children.toArray(i), d = l.find(Kr);
|
|
300
|
+
if (d) {
|
|
301
|
+
const f = d.props.children, y = l.map((w) => w === d ? D.Children.count(f) > 1 ? D.Children.only(null) : D.isValidElement(f) ? f.props.children : null : w);
|
|
302
|
+
return /* @__PURE__ */ ee.jsx(t, { ...s, ref: c, children: D.isValidElement(f) ? D.cloneElement(f, void 0, y) : null });
|
|
303
|
+
}
|
|
304
|
+
return /* @__PURE__ */ ee.jsx(t, { ...s, ref: c, children: i });
|
|
305
|
+
});
|
|
306
|
+
return r.displayName = `${e}.Slot`, r;
|
|
307
|
+
}
|
|
308
|
+
var Jr = /* @__PURE__ */ Ur("Slot");
|
|
309
|
+
// @__NO_SIDE_EFFECTS__
|
|
310
|
+
function Xr(e) {
|
|
311
|
+
const t = D.forwardRef((r, o) => {
|
|
312
|
+
let { children: c, ...i } = r;
|
|
313
|
+
if (wr(c) && typeof Me == "function" && (c = Me(c._payload)), D.isValidElement(c)) {
|
|
314
|
+
const s = rt(c), l = et(i, c.props);
|
|
315
|
+
return c.type !== D.Fragment && (l.ref = o ? Hr(o, s) : s), D.cloneElement(c, l);
|
|
316
|
+
}
|
|
317
|
+
return D.Children.count(c) > 1 ? D.Children.only(null) : null;
|
|
318
|
+
});
|
|
319
|
+
return t.displayName = `${e}.SlotClone`, t;
|
|
320
|
+
}
|
|
321
|
+
var Qr = Symbol("radix.slottable");
|
|
322
|
+
function Kr(e) {
|
|
323
|
+
return D.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === Qr;
|
|
324
|
+
}
|
|
325
|
+
function et(e, t) {
|
|
326
|
+
const r = { ...t };
|
|
327
|
+
for (const o in t) {
|
|
328
|
+
const c = e[o], i = t[o];
|
|
329
|
+
/^on[A-Z]/.test(o) ? c && i ? r[o] = (...l) => {
|
|
330
|
+
const d = i(...l);
|
|
331
|
+
return c(...l), d;
|
|
332
|
+
} : c && (r[o] = c) : o === "style" ? r[o] = { ...c, ...i } : o === "className" && (r[o] = [c, i].filter(Boolean).join(" "));
|
|
333
|
+
}
|
|
334
|
+
return { ...e, ...r };
|
|
335
|
+
}
|
|
336
|
+
function rt(e) {
|
|
337
|
+
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning;
|
|
338
|
+
return r ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning, r ? e.props.ref : e.props.ref || e.ref);
|
|
339
|
+
}
|
|
340
|
+
function xr(e) {
|
|
341
|
+
var t, r, o = "";
|
|
342
|
+
if (typeof e == "string" || typeof e == "number") o += e;
|
|
343
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
344
|
+
var c = e.length;
|
|
345
|
+
for (t = 0; t < c; t++) e[t] && (r = xr(e[t])) && (o && (o += " "), o += r);
|
|
346
|
+
} else for (r in e) e[r] && (o && (o += " "), o += r);
|
|
347
|
+
return o;
|
|
348
|
+
}
|
|
349
|
+
function Tr() {
|
|
350
|
+
for (var e, t, r = 0, o = "", c = arguments.length; r < c; r++) (e = arguments[r]) && (t = xr(e)) && (o && (o += " "), o += t);
|
|
351
|
+
return o;
|
|
352
|
+
}
|
|
353
|
+
const Xe = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Qe = Tr, Mr = (e, t) => (r) => {
|
|
354
|
+
var o;
|
|
355
|
+
if (t?.variants == null) return Qe(e, r?.class, r?.className);
|
|
356
|
+
const { variants: c, defaultVariants: i } = t, s = Object.keys(c).map((f) => {
|
|
357
|
+
const y = r?.[f], w = i?.[f];
|
|
358
|
+
if (y === null) return null;
|
|
359
|
+
const M = Xe(y) || Xe(w);
|
|
360
|
+
return c[f][M];
|
|
361
|
+
}), l = r && Object.entries(r).reduce((f, y) => {
|
|
362
|
+
let [w, M] = y;
|
|
363
|
+
return M === void 0 || (f[w] = M), f;
|
|
364
|
+
}, {}), d = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((f, y) => {
|
|
365
|
+
let { class: w, className: M, ...j } = y;
|
|
366
|
+
return Object.entries(j).every((F) => {
|
|
367
|
+
let [R, _] = F;
|
|
368
|
+
return Array.isArray(_) ? _.includes({
|
|
369
|
+
...i,
|
|
370
|
+
...l
|
|
371
|
+
}[R]) : {
|
|
372
|
+
...i,
|
|
373
|
+
...l
|
|
374
|
+
}[R] === _;
|
|
375
|
+
}) ? [
|
|
376
|
+
...f,
|
|
377
|
+
w,
|
|
378
|
+
M
|
|
379
|
+
] : f;
|
|
380
|
+
}, []);
|
|
381
|
+
return Qe(e, s, d, r?.class, r?.className);
|
|
382
|
+
}, tt = (e, t) => {
|
|
383
|
+
const r = new Array(e.length + t.length);
|
|
384
|
+
for (let o = 0; o < e.length; o++)
|
|
385
|
+
r[o] = e[o];
|
|
386
|
+
for (let o = 0; o < t.length; o++)
|
|
387
|
+
r[e.length + o] = t[o];
|
|
388
|
+
return r;
|
|
389
|
+
}, nt = (e, t) => ({
|
|
390
|
+
classGroupId: e,
|
|
391
|
+
validator: t
|
|
392
|
+
}), Sr = (e = /* @__PURE__ */ new Map(), t = null, r) => ({
|
|
393
|
+
nextPart: e,
|
|
394
|
+
validators: t,
|
|
395
|
+
classGroupId: r
|
|
396
|
+
}), Se = "-", Ke = [], ot = "arbitrary..", at = (e) => {
|
|
397
|
+
const t = it(e), {
|
|
398
|
+
conflictingClassGroups: r,
|
|
399
|
+
conflictingClassGroupModifiers: o
|
|
400
|
+
} = e;
|
|
401
|
+
return {
|
|
402
|
+
getClassGroupId: (s) => {
|
|
403
|
+
if (s.startsWith("[") && s.endsWith("]"))
|
|
404
|
+
return ct(s);
|
|
405
|
+
const l = s.split(Se), d = l[0] === "" && l.length > 1 ? 1 : 0;
|
|
406
|
+
return Or(l, d, t);
|
|
407
|
+
},
|
|
408
|
+
getConflictingClassGroupIds: (s, l) => {
|
|
409
|
+
if (l) {
|
|
410
|
+
const d = o[s], f = r[s];
|
|
411
|
+
return d ? f ? tt(f, d) : d : f || Ke;
|
|
412
|
+
}
|
|
413
|
+
return r[s] || Ke;
|
|
414
|
+
}
|
|
415
|
+
};
|
|
416
|
+
}, Or = (e, t, r) => {
|
|
417
|
+
if (e.length - t === 0)
|
|
418
|
+
return r.classGroupId;
|
|
419
|
+
const c = e[t], i = r.nextPart.get(c);
|
|
420
|
+
if (i) {
|
|
421
|
+
const f = Or(e, t + 1, i);
|
|
422
|
+
if (f) return f;
|
|
423
|
+
}
|
|
424
|
+
const s = r.validators;
|
|
425
|
+
if (s === null)
|
|
426
|
+
return;
|
|
427
|
+
const l = t === 0 ? e.join(Se) : e.slice(t).join(Se), d = s.length;
|
|
428
|
+
for (let f = 0; f < d; f++) {
|
|
429
|
+
const y = s[f];
|
|
430
|
+
if (y.validator(l))
|
|
431
|
+
return y.classGroupId;
|
|
432
|
+
}
|
|
433
|
+
}, ct = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
434
|
+
const t = e.slice(1, -1), r = t.indexOf(":"), o = t.slice(0, r);
|
|
435
|
+
return o ? ot + o : void 0;
|
|
436
|
+
})(), it = (e) => {
|
|
437
|
+
const {
|
|
438
|
+
theme: t,
|
|
439
|
+
classGroups: r
|
|
440
|
+
} = e;
|
|
441
|
+
return st(r, t);
|
|
442
|
+
}, st = (e, t) => {
|
|
443
|
+
const r = Sr();
|
|
444
|
+
for (const o in e) {
|
|
445
|
+
const c = e[o];
|
|
446
|
+
De(c, r, o, t);
|
|
447
|
+
}
|
|
448
|
+
return r;
|
|
449
|
+
}, De = (e, t, r, o) => {
|
|
450
|
+
const c = e.length;
|
|
451
|
+
for (let i = 0; i < c; i++) {
|
|
452
|
+
const s = e[i];
|
|
453
|
+
lt(s, t, r, o);
|
|
454
|
+
}
|
|
455
|
+
}, lt = (e, t, r, o) => {
|
|
456
|
+
if (typeof e == "string") {
|
|
457
|
+
ut(e, t, r);
|
|
458
|
+
return;
|
|
459
|
+
}
|
|
460
|
+
if (typeof e == "function") {
|
|
461
|
+
dt(e, t, r, o);
|
|
462
|
+
return;
|
|
463
|
+
}
|
|
464
|
+
ft(e, t, r, o);
|
|
465
|
+
}, ut = (e, t, r) => {
|
|
466
|
+
const o = e === "" ? t : Cr(t, e);
|
|
467
|
+
o.classGroupId = r;
|
|
468
|
+
}, dt = (e, t, r, o) => {
|
|
469
|
+
if (mt(e)) {
|
|
470
|
+
De(e(o), t, r, o);
|
|
471
|
+
return;
|
|
472
|
+
}
|
|
473
|
+
t.validators === null && (t.validators = []), t.validators.push(nt(r, e));
|
|
474
|
+
}, ft = (e, t, r, o) => {
|
|
475
|
+
const c = Object.entries(e), i = c.length;
|
|
476
|
+
for (let s = 0; s < i; s++) {
|
|
477
|
+
const [l, d] = c[s];
|
|
478
|
+
De(d, Cr(t, l), r, o);
|
|
479
|
+
}
|
|
480
|
+
}, Cr = (e, t) => {
|
|
481
|
+
let r = e;
|
|
482
|
+
const o = t.split(Se), c = o.length;
|
|
483
|
+
for (let i = 0; i < c; i++) {
|
|
484
|
+
const s = o[i];
|
|
485
|
+
let l = r.nextPart.get(s);
|
|
486
|
+
l || (l = Sr(), r.nextPart.set(s, l)), r = l;
|
|
487
|
+
}
|
|
488
|
+
return r;
|
|
489
|
+
}, mt = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, pt = (e) => {
|
|
490
|
+
if (e < 1)
|
|
491
|
+
return {
|
|
492
|
+
get: () => {
|
|
493
|
+
},
|
|
494
|
+
set: () => {
|
|
495
|
+
}
|
|
496
|
+
};
|
|
497
|
+
let t = 0, r = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
|
|
498
|
+
const c = (i, s) => {
|
|
499
|
+
r[i] = s, t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ Object.create(null));
|
|
500
|
+
};
|
|
501
|
+
return {
|
|
502
|
+
get(i) {
|
|
503
|
+
let s = r[i];
|
|
504
|
+
if (s !== void 0)
|
|
505
|
+
return s;
|
|
506
|
+
if ((s = o[i]) !== void 0)
|
|
507
|
+
return c(i, s), s;
|
|
508
|
+
},
|
|
509
|
+
set(i, s) {
|
|
510
|
+
i in r ? r[i] = s : c(i, s);
|
|
511
|
+
}
|
|
512
|
+
};
|
|
513
|
+
}, We = "!", er = ":", ht = [], rr = (e, t, r, o, c) => ({
|
|
514
|
+
modifiers: e,
|
|
515
|
+
hasImportantModifier: t,
|
|
516
|
+
baseClassName: r,
|
|
517
|
+
maybePostfixModifierPosition: o,
|
|
518
|
+
isExternal: c
|
|
519
|
+
}), vt = (e) => {
|
|
520
|
+
const {
|
|
521
|
+
prefix: t,
|
|
522
|
+
experimentalParseClassName: r
|
|
523
|
+
} = e;
|
|
524
|
+
let o = (c) => {
|
|
525
|
+
const i = [];
|
|
526
|
+
let s = 0, l = 0, d = 0, f;
|
|
527
|
+
const y = c.length;
|
|
528
|
+
for (let R = 0; R < y; R++) {
|
|
529
|
+
const _ = c[R];
|
|
530
|
+
if (s === 0 && l === 0) {
|
|
531
|
+
if (_ === er) {
|
|
532
|
+
i.push(c.slice(d, R)), d = R + 1;
|
|
533
|
+
continue;
|
|
534
|
+
}
|
|
535
|
+
if (_ === "/") {
|
|
536
|
+
f = R;
|
|
537
|
+
continue;
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
_ === "[" ? s++ : _ === "]" ? s-- : _ === "(" ? l++ : _ === ")" && l--;
|
|
541
|
+
}
|
|
542
|
+
const w = i.length === 0 ? c : c.slice(d);
|
|
543
|
+
let M = w, j = !1;
|
|
544
|
+
w.endsWith(We) ? (M = w.slice(0, -1), j = !0) : (
|
|
545
|
+
/**
|
|
546
|
+
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
547
|
+
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
548
|
+
*/
|
|
549
|
+
w.startsWith(We) && (M = w.slice(1), j = !0)
|
|
550
|
+
);
|
|
551
|
+
const F = f && f > d ? f - d : void 0;
|
|
552
|
+
return rr(i, j, M, F);
|
|
553
|
+
};
|
|
554
|
+
if (t) {
|
|
555
|
+
const c = t + er, i = o;
|
|
556
|
+
o = (s) => s.startsWith(c) ? i(s.slice(c.length)) : rr(ht, !1, s, void 0, !0);
|
|
557
|
+
}
|
|
558
|
+
if (r) {
|
|
559
|
+
const c = o;
|
|
560
|
+
o = (i) => r({
|
|
561
|
+
className: i,
|
|
562
|
+
parseClassName: c
|
|
563
|
+
});
|
|
564
|
+
}
|
|
565
|
+
return o;
|
|
566
|
+
}, gt = (e) => {
|
|
567
|
+
const t = /* @__PURE__ */ new Map();
|
|
568
|
+
return e.orderSensitiveModifiers.forEach((r, o) => {
|
|
569
|
+
t.set(r, 1e6 + o);
|
|
570
|
+
}), (r) => {
|
|
571
|
+
const o = [];
|
|
572
|
+
let c = [];
|
|
573
|
+
for (let i = 0; i < r.length; i++) {
|
|
574
|
+
const s = r[i], l = s[0] === "[", d = t.has(s);
|
|
575
|
+
l || d ? (c.length > 0 && (c.sort(), o.push(...c), c = []), o.push(s)) : c.push(s);
|
|
576
|
+
}
|
|
577
|
+
return c.length > 0 && (c.sort(), o.push(...c)), o;
|
|
578
|
+
};
|
|
579
|
+
}, bt = (e) => ({
|
|
580
|
+
cache: pt(e.cacheSize),
|
|
581
|
+
parseClassName: vt(e),
|
|
582
|
+
sortModifiers: gt(e),
|
|
583
|
+
...at(e)
|
|
584
|
+
}), yt = /\s+/, kt = (e, t) => {
|
|
585
|
+
const {
|
|
586
|
+
parseClassName: r,
|
|
587
|
+
getClassGroupId: o,
|
|
588
|
+
getConflictingClassGroupIds: c,
|
|
589
|
+
sortModifiers: i
|
|
590
|
+
} = t, s = [], l = e.trim().split(yt);
|
|
591
|
+
let d = "";
|
|
592
|
+
for (let f = l.length - 1; f >= 0; f -= 1) {
|
|
593
|
+
const y = l[f], {
|
|
594
|
+
isExternal: w,
|
|
595
|
+
modifiers: M,
|
|
596
|
+
hasImportantModifier: j,
|
|
597
|
+
baseClassName: F,
|
|
598
|
+
maybePostfixModifierPosition: R
|
|
599
|
+
} = r(y);
|
|
600
|
+
if (w) {
|
|
601
|
+
d = y + (d.length > 0 ? " " + d : d);
|
|
602
|
+
continue;
|
|
603
|
+
}
|
|
604
|
+
let _ = !!R, Z = o(_ ? F.substring(0, R) : F);
|
|
605
|
+
if (!Z) {
|
|
606
|
+
if (!_) {
|
|
607
|
+
d = y + (d.length > 0 ? " " + d : d);
|
|
608
|
+
continue;
|
|
609
|
+
}
|
|
610
|
+
if (Z = o(F), !Z) {
|
|
611
|
+
d = y + (d.length > 0 ? " " + d : d);
|
|
612
|
+
continue;
|
|
613
|
+
}
|
|
614
|
+
_ = !1;
|
|
615
|
+
}
|
|
616
|
+
const U = M.length === 0 ? "" : M.length === 1 ? M[0] : i(M).join(":"), V = j ? U + We : U, $ = V + Z;
|
|
617
|
+
if (s.indexOf($) > -1)
|
|
618
|
+
continue;
|
|
619
|
+
s.push($);
|
|
620
|
+
const v = c(Z, _);
|
|
621
|
+
for (let G = 0; G < v.length; ++G) {
|
|
622
|
+
const K = v[G];
|
|
623
|
+
s.push(V + K);
|
|
624
|
+
}
|
|
625
|
+
d = y + (d.length > 0 ? " " + d : d);
|
|
626
|
+
}
|
|
627
|
+
return d;
|
|
628
|
+
}, Et = (...e) => {
|
|
629
|
+
let t = 0, r, o, c = "";
|
|
630
|
+
for (; t < e.length; )
|
|
631
|
+
(r = e[t++]) && (o = Rr(r)) && (c && (c += " "), c += o);
|
|
632
|
+
return c;
|
|
633
|
+
}, Rr = (e) => {
|
|
634
|
+
if (typeof e == "string")
|
|
635
|
+
return e;
|
|
636
|
+
let t, r = "";
|
|
637
|
+
for (let o = 0; o < e.length; o++)
|
|
638
|
+
e[o] && (t = Rr(e[o])) && (r && (r += " "), r += t);
|
|
639
|
+
return r;
|
|
640
|
+
}, wt = (e, ...t) => {
|
|
641
|
+
let r, o, c, i;
|
|
642
|
+
const s = (d) => {
|
|
643
|
+
const f = t.reduce((y, w) => w(y), e());
|
|
644
|
+
return r = bt(f), o = r.cache.get, c = r.cache.set, i = l, l(d);
|
|
645
|
+
}, l = (d) => {
|
|
646
|
+
const f = o(d);
|
|
647
|
+
if (f)
|
|
648
|
+
return f;
|
|
649
|
+
const y = kt(d, r);
|
|
650
|
+
return c(d, y), y;
|
|
651
|
+
};
|
|
652
|
+
return i = s, (...d) => i(Et(...d));
|
|
653
|
+
}, xt = [], N = (e) => {
|
|
654
|
+
const t = (r) => r[e] || xt;
|
|
655
|
+
return t.isThemeGetter = !0, t;
|
|
656
|
+
}, _r = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ar = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Tt = /^\d+\/\d+$/, Mt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, St = /\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$/, Ot = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Ct = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Rt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, fe = (e) => Tt.test(e), P = (e) => !!e && !Number.isNaN(Number(e)), se = (e) => !!e && Number.isInteger(Number(e)), Le = (e) => e.endsWith("%") && P(e.slice(0, -1)), ae = (e) => Mt.test(e), _t = () => !0, At = (e) => (
|
|
657
|
+
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
658
|
+
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
659
|
+
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
660
|
+
St.test(e) && !Ot.test(e)
|
|
661
|
+
), Pr = () => !1, Pt = (e) => Ct.test(e), jt = (e) => Rt.test(e), Lt = (e) => !k(e) && !E(e), Bt = (e) => me(e, Br, Pr), k = (e) => _r.test(e), le = (e) => me(e, zr, At), Be = (e) => me(e, Zt, P), tr = (e) => me(e, jr, Pr), zt = (e) => me(e, Lr, jt), Ee = (e) => me(e, Ir, Pt), E = (e) => Ar.test(e), ge = (e) => pe(e, zr), It = (e) => pe(e, Vt), nr = (e) => pe(e, jr), Ft = (e) => pe(e, Br), $t = (e) => pe(e, Lr), we = (e) => pe(e, Ir, !0), me = (e, t, r) => {
|
|
662
|
+
const o = _r.exec(e);
|
|
663
|
+
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
664
|
+
}, pe = (e, t, r = !1) => {
|
|
665
|
+
const o = Ar.exec(e);
|
|
666
|
+
return o ? o[1] ? t(o[1]) : r : !1;
|
|
667
|
+
}, jr = (e) => e === "position" || e === "percentage", Lr = (e) => e === "image" || e === "url", Br = (e) => e === "length" || e === "size" || e === "bg-size", zr = (e) => e === "length", Zt = (e) => e === "number", Vt = (e) => e === "family-name", Ir = (e) => e === "shadow", Wt = () => {
|
|
668
|
+
const e = N("color"), t = N("font"), r = N("text"), o = N("font-weight"), c = N("tracking"), i = N("leading"), s = N("breakpoint"), l = N("container"), d = N("spacing"), f = N("radius"), y = N("shadow"), w = N("inset-shadow"), M = N("text-shadow"), j = N("drop-shadow"), F = N("blur"), R = N("perspective"), _ = N("aspect"), Z = N("ease"), U = N("animate"), V = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [
|
|
669
|
+
"center",
|
|
670
|
+
"top",
|
|
671
|
+
"bottom",
|
|
672
|
+
"left",
|
|
673
|
+
"right",
|
|
674
|
+
"top-left",
|
|
675
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
676
|
+
"left-top",
|
|
677
|
+
"top-right",
|
|
678
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
679
|
+
"right-top",
|
|
680
|
+
"bottom-right",
|
|
681
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
682
|
+
"right-bottom",
|
|
683
|
+
"bottom-left",
|
|
684
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
685
|
+
"left-bottom"
|
|
686
|
+
], v = () => [...$(), E, k], G = () => ["auto", "hidden", "clip", "visible", "scroll"], K = () => ["auto", "contain", "none"], T = () => [E, k, d], q = () => [fe, "full", "auto", ...T()], ie = () => [se, "none", "subgrid", E, k], te = () => ["auto", {
|
|
687
|
+
span: ["full", se, E, k]
|
|
688
|
+
}, se, E, k], X = () => [se, "auto", E, k], ne = () => ["auto", "min", "max", "fr", E, k], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], J = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], W = () => ["auto", ...T()], Y = () => [fe, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...T()], x = () => [e, E, k], oe = () => [...$(), nr, tr, {
|
|
689
|
+
position: [E, k]
|
|
690
|
+
}], u = () => ["no-repeat", {
|
|
691
|
+
repeat: ["", "x", "y", "space", "round"]
|
|
692
|
+
}], a = () => ["auto", "cover", "contain", Ft, Bt, {
|
|
693
|
+
size: [E, k]
|
|
694
|
+
}], m = () => [Le, ge, le], p = () => [
|
|
695
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
696
|
+
"",
|
|
697
|
+
"none",
|
|
698
|
+
"full",
|
|
699
|
+
f,
|
|
700
|
+
E,
|
|
701
|
+
k
|
|
702
|
+
], g = () => ["", P, ge, le], O = () => ["solid", "dashed", "dotted", "double"], S = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], h = () => [P, Le, nr, tr], C = () => [
|
|
703
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
704
|
+
"",
|
|
705
|
+
"none",
|
|
706
|
+
F,
|
|
707
|
+
E,
|
|
708
|
+
k
|
|
709
|
+
], L = () => ["none", P, E, k], A = () => ["none", P, E, k], H = () => [P, E, k], b = () => [fe, "full", ...T()];
|
|
710
|
+
return {
|
|
711
|
+
cacheSize: 500,
|
|
712
|
+
theme: {
|
|
713
|
+
animate: ["spin", "ping", "pulse", "bounce"],
|
|
714
|
+
aspect: ["video"],
|
|
715
|
+
blur: [ae],
|
|
716
|
+
breakpoint: [ae],
|
|
717
|
+
color: [_t],
|
|
718
|
+
container: [ae],
|
|
719
|
+
"drop-shadow": [ae],
|
|
720
|
+
ease: ["in", "out", "in-out"],
|
|
721
|
+
font: [Lt],
|
|
722
|
+
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
723
|
+
"inset-shadow": [ae],
|
|
724
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
725
|
+
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
726
|
+
radius: [ae],
|
|
727
|
+
shadow: [ae],
|
|
728
|
+
spacing: ["px", P],
|
|
729
|
+
text: [ae],
|
|
730
|
+
"text-shadow": [ae],
|
|
731
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
732
|
+
},
|
|
733
|
+
classGroups: {
|
|
734
|
+
// --------------
|
|
735
|
+
// --- Layout ---
|
|
736
|
+
// --------------
|
|
737
|
+
/**
|
|
738
|
+
* Aspect Ratio
|
|
739
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
740
|
+
*/
|
|
741
|
+
aspect: [{
|
|
742
|
+
aspect: ["auto", "square", fe, k, E, _]
|
|
743
|
+
}],
|
|
744
|
+
/**
|
|
745
|
+
* Container
|
|
746
|
+
* @see https://tailwindcss.com/docs/container
|
|
747
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
748
|
+
*/
|
|
749
|
+
container: ["container"],
|
|
750
|
+
/**
|
|
751
|
+
* Columns
|
|
752
|
+
* @see https://tailwindcss.com/docs/columns
|
|
753
|
+
*/
|
|
754
|
+
columns: [{
|
|
755
|
+
columns: [P, k, E, l]
|
|
756
|
+
}],
|
|
757
|
+
/**
|
|
758
|
+
* Break After
|
|
759
|
+
* @see https://tailwindcss.com/docs/break-after
|
|
760
|
+
*/
|
|
761
|
+
"break-after": [{
|
|
762
|
+
"break-after": V()
|
|
763
|
+
}],
|
|
764
|
+
/**
|
|
765
|
+
* Break Before
|
|
766
|
+
* @see https://tailwindcss.com/docs/break-before
|
|
767
|
+
*/
|
|
768
|
+
"break-before": [{
|
|
769
|
+
"break-before": V()
|
|
770
|
+
}],
|
|
771
|
+
/**
|
|
772
|
+
* Break Inside
|
|
773
|
+
* @see https://tailwindcss.com/docs/break-inside
|
|
774
|
+
*/
|
|
775
|
+
"break-inside": [{
|
|
776
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
777
|
+
}],
|
|
778
|
+
/**
|
|
779
|
+
* Box Decoration Break
|
|
780
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
781
|
+
*/
|
|
782
|
+
"box-decoration": [{
|
|
783
|
+
"box-decoration": ["slice", "clone"]
|
|
784
|
+
}],
|
|
785
|
+
/**
|
|
786
|
+
* Box Sizing
|
|
787
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
|
788
|
+
*/
|
|
789
|
+
box: [{
|
|
790
|
+
box: ["border", "content"]
|
|
791
|
+
}],
|
|
792
|
+
/**
|
|
793
|
+
* Display
|
|
794
|
+
* @see https://tailwindcss.com/docs/display
|
|
795
|
+
*/
|
|
796
|
+
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
|
797
|
+
/**
|
|
798
|
+
* Screen Reader Only
|
|
799
|
+
* @see https://tailwindcss.com/docs/display#screen-reader-only
|
|
800
|
+
*/
|
|
801
|
+
sr: ["sr-only", "not-sr-only"],
|
|
802
|
+
/**
|
|
803
|
+
* Floats
|
|
804
|
+
* @see https://tailwindcss.com/docs/float
|
|
805
|
+
*/
|
|
806
|
+
float: [{
|
|
807
|
+
float: ["right", "left", "none", "start", "end"]
|
|
808
|
+
}],
|
|
809
|
+
/**
|
|
810
|
+
* Clear
|
|
811
|
+
* @see https://tailwindcss.com/docs/clear
|
|
812
|
+
*/
|
|
813
|
+
clear: [{
|
|
814
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
|
815
|
+
}],
|
|
816
|
+
/**
|
|
817
|
+
* Isolation
|
|
818
|
+
* @see https://tailwindcss.com/docs/isolation
|
|
819
|
+
*/
|
|
820
|
+
isolation: ["isolate", "isolation-auto"],
|
|
821
|
+
/**
|
|
822
|
+
* Object Fit
|
|
823
|
+
* @see https://tailwindcss.com/docs/object-fit
|
|
824
|
+
*/
|
|
825
|
+
"object-fit": [{
|
|
826
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
827
|
+
}],
|
|
828
|
+
/**
|
|
829
|
+
* Object Position
|
|
830
|
+
* @see https://tailwindcss.com/docs/object-position
|
|
831
|
+
*/
|
|
832
|
+
"object-position": [{
|
|
833
|
+
object: v()
|
|
834
|
+
}],
|
|
835
|
+
/**
|
|
836
|
+
* Overflow
|
|
837
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
838
|
+
*/
|
|
839
|
+
overflow: [{
|
|
840
|
+
overflow: G()
|
|
841
|
+
}],
|
|
842
|
+
/**
|
|
843
|
+
* Overflow X
|
|
844
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
845
|
+
*/
|
|
846
|
+
"overflow-x": [{
|
|
847
|
+
"overflow-x": G()
|
|
848
|
+
}],
|
|
849
|
+
/**
|
|
850
|
+
* Overflow Y
|
|
851
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
852
|
+
*/
|
|
853
|
+
"overflow-y": [{
|
|
854
|
+
"overflow-y": G()
|
|
855
|
+
}],
|
|
856
|
+
/**
|
|
857
|
+
* Overscroll Behavior
|
|
858
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
859
|
+
*/
|
|
860
|
+
overscroll: [{
|
|
861
|
+
overscroll: K()
|
|
862
|
+
}],
|
|
863
|
+
/**
|
|
864
|
+
* Overscroll Behavior X
|
|
865
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
866
|
+
*/
|
|
867
|
+
"overscroll-x": [{
|
|
868
|
+
"overscroll-x": K()
|
|
869
|
+
}],
|
|
870
|
+
/**
|
|
871
|
+
* Overscroll Behavior Y
|
|
872
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
873
|
+
*/
|
|
874
|
+
"overscroll-y": [{
|
|
875
|
+
"overscroll-y": K()
|
|
876
|
+
}],
|
|
877
|
+
/**
|
|
878
|
+
* Position
|
|
879
|
+
* @see https://tailwindcss.com/docs/position
|
|
880
|
+
*/
|
|
881
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
882
|
+
/**
|
|
883
|
+
* Top / Right / Bottom / Left
|
|
884
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
885
|
+
*/
|
|
886
|
+
inset: [{
|
|
887
|
+
inset: q()
|
|
888
|
+
}],
|
|
889
|
+
/**
|
|
890
|
+
* Right / Left
|
|
891
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
892
|
+
*/
|
|
893
|
+
"inset-x": [{
|
|
894
|
+
"inset-x": q()
|
|
895
|
+
}],
|
|
896
|
+
/**
|
|
897
|
+
* Top / Bottom
|
|
898
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
899
|
+
*/
|
|
900
|
+
"inset-y": [{
|
|
901
|
+
"inset-y": q()
|
|
902
|
+
}],
|
|
903
|
+
/**
|
|
904
|
+
* Start
|
|
905
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
906
|
+
*/
|
|
907
|
+
start: [{
|
|
908
|
+
start: q()
|
|
909
|
+
}],
|
|
910
|
+
/**
|
|
911
|
+
* End
|
|
912
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
913
|
+
*/
|
|
914
|
+
end: [{
|
|
915
|
+
end: q()
|
|
916
|
+
}],
|
|
917
|
+
/**
|
|
918
|
+
* Top
|
|
919
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
920
|
+
*/
|
|
921
|
+
top: [{
|
|
922
|
+
top: q()
|
|
923
|
+
}],
|
|
924
|
+
/**
|
|
925
|
+
* Right
|
|
926
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
927
|
+
*/
|
|
928
|
+
right: [{
|
|
929
|
+
right: q()
|
|
930
|
+
}],
|
|
931
|
+
/**
|
|
932
|
+
* Bottom
|
|
933
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
934
|
+
*/
|
|
935
|
+
bottom: [{
|
|
936
|
+
bottom: q()
|
|
937
|
+
}],
|
|
938
|
+
/**
|
|
939
|
+
* Left
|
|
940
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
941
|
+
*/
|
|
942
|
+
left: [{
|
|
943
|
+
left: q()
|
|
944
|
+
}],
|
|
945
|
+
/**
|
|
946
|
+
* Visibility
|
|
947
|
+
* @see https://tailwindcss.com/docs/visibility
|
|
948
|
+
*/
|
|
949
|
+
visibility: ["visible", "invisible", "collapse"],
|
|
950
|
+
/**
|
|
951
|
+
* Z-Index
|
|
952
|
+
* @see https://tailwindcss.com/docs/z-index
|
|
953
|
+
*/
|
|
954
|
+
z: [{
|
|
955
|
+
z: [se, "auto", E, k]
|
|
956
|
+
}],
|
|
957
|
+
// ------------------------
|
|
958
|
+
// --- Flexbox and Grid ---
|
|
959
|
+
// ------------------------
|
|
960
|
+
/**
|
|
961
|
+
* Flex Basis
|
|
962
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
|
963
|
+
*/
|
|
964
|
+
basis: [{
|
|
965
|
+
basis: [fe, "full", "auto", l, ...T()]
|
|
966
|
+
}],
|
|
967
|
+
/**
|
|
968
|
+
* Flex Direction
|
|
969
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
|
970
|
+
*/
|
|
971
|
+
"flex-direction": [{
|
|
972
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
973
|
+
}],
|
|
974
|
+
/**
|
|
975
|
+
* Flex Wrap
|
|
976
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
|
977
|
+
*/
|
|
978
|
+
"flex-wrap": [{
|
|
979
|
+
flex: ["nowrap", "wrap", "wrap-reverse"]
|
|
980
|
+
}],
|
|
981
|
+
/**
|
|
982
|
+
* Flex
|
|
983
|
+
* @see https://tailwindcss.com/docs/flex
|
|
984
|
+
*/
|
|
985
|
+
flex: [{
|
|
986
|
+
flex: [P, fe, "auto", "initial", "none", k]
|
|
987
|
+
}],
|
|
988
|
+
/**
|
|
989
|
+
* Flex Grow
|
|
990
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
|
991
|
+
*/
|
|
992
|
+
grow: [{
|
|
993
|
+
grow: ["", P, E, k]
|
|
994
|
+
}],
|
|
995
|
+
/**
|
|
996
|
+
* Flex Shrink
|
|
997
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
|
998
|
+
*/
|
|
999
|
+
shrink: [{
|
|
1000
|
+
shrink: ["", P, E, k]
|
|
1001
|
+
}],
|
|
1002
|
+
/**
|
|
1003
|
+
* Order
|
|
1004
|
+
* @see https://tailwindcss.com/docs/order
|
|
1005
|
+
*/
|
|
1006
|
+
order: [{
|
|
1007
|
+
order: [se, "first", "last", "none", E, k]
|
|
1008
|
+
}],
|
|
1009
|
+
/**
|
|
1010
|
+
* Grid Template Columns
|
|
1011
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1012
|
+
*/
|
|
1013
|
+
"grid-cols": [{
|
|
1014
|
+
"grid-cols": ie()
|
|
1015
|
+
}],
|
|
1016
|
+
/**
|
|
1017
|
+
* Grid Column Start / End
|
|
1018
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1019
|
+
*/
|
|
1020
|
+
"col-start-end": [{
|
|
1021
|
+
col: te()
|
|
1022
|
+
}],
|
|
1023
|
+
/**
|
|
1024
|
+
* Grid Column Start
|
|
1025
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1026
|
+
*/
|
|
1027
|
+
"col-start": [{
|
|
1028
|
+
"col-start": X()
|
|
1029
|
+
}],
|
|
1030
|
+
/**
|
|
1031
|
+
* Grid Column End
|
|
1032
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1033
|
+
*/
|
|
1034
|
+
"col-end": [{
|
|
1035
|
+
"col-end": X()
|
|
1036
|
+
}],
|
|
1037
|
+
/**
|
|
1038
|
+
* Grid Template Rows
|
|
1039
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1040
|
+
*/
|
|
1041
|
+
"grid-rows": [{
|
|
1042
|
+
"grid-rows": ie()
|
|
1043
|
+
}],
|
|
1044
|
+
/**
|
|
1045
|
+
* Grid Row Start / End
|
|
1046
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1047
|
+
*/
|
|
1048
|
+
"row-start-end": [{
|
|
1049
|
+
row: te()
|
|
1050
|
+
}],
|
|
1051
|
+
/**
|
|
1052
|
+
* Grid Row Start
|
|
1053
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1054
|
+
*/
|
|
1055
|
+
"row-start": [{
|
|
1056
|
+
"row-start": X()
|
|
1057
|
+
}],
|
|
1058
|
+
/**
|
|
1059
|
+
* Grid Row End
|
|
1060
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1061
|
+
*/
|
|
1062
|
+
"row-end": [{
|
|
1063
|
+
"row-end": X()
|
|
1064
|
+
}],
|
|
1065
|
+
/**
|
|
1066
|
+
* Grid Auto Flow
|
|
1067
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
1068
|
+
*/
|
|
1069
|
+
"grid-flow": [{
|
|
1070
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
1071
|
+
}],
|
|
1072
|
+
/**
|
|
1073
|
+
* Grid Auto Columns
|
|
1074
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1075
|
+
*/
|
|
1076
|
+
"auto-cols": [{
|
|
1077
|
+
"auto-cols": ne()
|
|
1078
|
+
}],
|
|
1079
|
+
/**
|
|
1080
|
+
* Grid Auto Rows
|
|
1081
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1082
|
+
*/
|
|
1083
|
+
"auto-rows": [{
|
|
1084
|
+
"auto-rows": ne()
|
|
1085
|
+
}],
|
|
1086
|
+
/**
|
|
1087
|
+
* Gap
|
|
1088
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1089
|
+
*/
|
|
1090
|
+
gap: [{
|
|
1091
|
+
gap: T()
|
|
1092
|
+
}],
|
|
1093
|
+
/**
|
|
1094
|
+
* Gap X
|
|
1095
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1096
|
+
*/
|
|
1097
|
+
"gap-x": [{
|
|
1098
|
+
"gap-x": T()
|
|
1099
|
+
}],
|
|
1100
|
+
/**
|
|
1101
|
+
* Gap Y
|
|
1102
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1103
|
+
*/
|
|
1104
|
+
"gap-y": [{
|
|
1105
|
+
"gap-y": T()
|
|
1106
|
+
}],
|
|
1107
|
+
/**
|
|
1108
|
+
* Justify Content
|
|
1109
|
+
* @see https://tailwindcss.com/docs/justify-content
|
|
1110
|
+
*/
|
|
1111
|
+
"justify-content": [{
|
|
1112
|
+
justify: [...Q(), "normal"]
|
|
1113
|
+
}],
|
|
1114
|
+
/**
|
|
1115
|
+
* Justify Items
|
|
1116
|
+
* @see https://tailwindcss.com/docs/justify-items
|
|
1117
|
+
*/
|
|
1118
|
+
"justify-items": [{
|
|
1119
|
+
"justify-items": [...J(), "normal"]
|
|
1120
|
+
}],
|
|
1121
|
+
/**
|
|
1122
|
+
* Justify Self
|
|
1123
|
+
* @see https://tailwindcss.com/docs/justify-self
|
|
1124
|
+
*/
|
|
1125
|
+
"justify-self": [{
|
|
1126
|
+
"justify-self": ["auto", ...J()]
|
|
1127
|
+
}],
|
|
1128
|
+
/**
|
|
1129
|
+
* Align Content
|
|
1130
|
+
* @see https://tailwindcss.com/docs/align-content
|
|
1131
|
+
*/
|
|
1132
|
+
"align-content": [{
|
|
1133
|
+
content: ["normal", ...Q()]
|
|
1134
|
+
}],
|
|
1135
|
+
/**
|
|
1136
|
+
* Align Items
|
|
1137
|
+
* @see https://tailwindcss.com/docs/align-items
|
|
1138
|
+
*/
|
|
1139
|
+
"align-items": [{
|
|
1140
|
+
items: [...J(), {
|
|
1141
|
+
baseline: ["", "last"]
|
|
1142
|
+
}]
|
|
1143
|
+
}],
|
|
1144
|
+
/**
|
|
1145
|
+
* Align Self
|
|
1146
|
+
* @see https://tailwindcss.com/docs/align-self
|
|
1147
|
+
*/
|
|
1148
|
+
"align-self": [{
|
|
1149
|
+
self: ["auto", ...J(), {
|
|
1150
|
+
baseline: ["", "last"]
|
|
1151
|
+
}]
|
|
1152
|
+
}],
|
|
1153
|
+
/**
|
|
1154
|
+
* Place Content
|
|
1155
|
+
* @see https://tailwindcss.com/docs/place-content
|
|
1156
|
+
*/
|
|
1157
|
+
"place-content": [{
|
|
1158
|
+
"place-content": Q()
|
|
1159
|
+
}],
|
|
1160
|
+
/**
|
|
1161
|
+
* Place Items
|
|
1162
|
+
* @see https://tailwindcss.com/docs/place-items
|
|
1163
|
+
*/
|
|
1164
|
+
"place-items": [{
|
|
1165
|
+
"place-items": [...J(), "baseline"]
|
|
1166
|
+
}],
|
|
1167
|
+
/**
|
|
1168
|
+
* Place Self
|
|
1169
|
+
* @see https://tailwindcss.com/docs/place-self
|
|
1170
|
+
*/
|
|
1171
|
+
"place-self": [{
|
|
1172
|
+
"place-self": ["auto", ...J()]
|
|
1173
|
+
}],
|
|
1174
|
+
// Spacing
|
|
1175
|
+
/**
|
|
1176
|
+
* Padding
|
|
1177
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1178
|
+
*/
|
|
1179
|
+
p: [{
|
|
1180
|
+
p: T()
|
|
1181
|
+
}],
|
|
1182
|
+
/**
|
|
1183
|
+
* Padding X
|
|
1184
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1185
|
+
*/
|
|
1186
|
+
px: [{
|
|
1187
|
+
px: T()
|
|
1188
|
+
}],
|
|
1189
|
+
/**
|
|
1190
|
+
* Padding Y
|
|
1191
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1192
|
+
*/
|
|
1193
|
+
py: [{
|
|
1194
|
+
py: T()
|
|
1195
|
+
}],
|
|
1196
|
+
/**
|
|
1197
|
+
* Padding Start
|
|
1198
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1199
|
+
*/
|
|
1200
|
+
ps: [{
|
|
1201
|
+
ps: T()
|
|
1202
|
+
}],
|
|
1203
|
+
/**
|
|
1204
|
+
* Padding End
|
|
1205
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1206
|
+
*/
|
|
1207
|
+
pe: [{
|
|
1208
|
+
pe: T()
|
|
1209
|
+
}],
|
|
1210
|
+
/**
|
|
1211
|
+
* Padding Top
|
|
1212
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1213
|
+
*/
|
|
1214
|
+
pt: [{
|
|
1215
|
+
pt: T()
|
|
1216
|
+
}],
|
|
1217
|
+
/**
|
|
1218
|
+
* Padding Right
|
|
1219
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1220
|
+
*/
|
|
1221
|
+
pr: [{
|
|
1222
|
+
pr: T()
|
|
1223
|
+
}],
|
|
1224
|
+
/**
|
|
1225
|
+
* Padding Bottom
|
|
1226
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1227
|
+
*/
|
|
1228
|
+
pb: [{
|
|
1229
|
+
pb: T()
|
|
1230
|
+
}],
|
|
1231
|
+
/**
|
|
1232
|
+
* Padding Left
|
|
1233
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1234
|
+
*/
|
|
1235
|
+
pl: [{
|
|
1236
|
+
pl: T()
|
|
1237
|
+
}],
|
|
1238
|
+
/**
|
|
1239
|
+
* Margin
|
|
1240
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1241
|
+
*/
|
|
1242
|
+
m: [{
|
|
1243
|
+
m: W()
|
|
1244
|
+
}],
|
|
1245
|
+
/**
|
|
1246
|
+
* Margin X
|
|
1247
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1248
|
+
*/
|
|
1249
|
+
mx: [{
|
|
1250
|
+
mx: W()
|
|
1251
|
+
}],
|
|
1252
|
+
/**
|
|
1253
|
+
* Margin Y
|
|
1254
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1255
|
+
*/
|
|
1256
|
+
my: [{
|
|
1257
|
+
my: W()
|
|
1258
|
+
}],
|
|
1259
|
+
/**
|
|
1260
|
+
* Margin Start
|
|
1261
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1262
|
+
*/
|
|
1263
|
+
ms: [{
|
|
1264
|
+
ms: W()
|
|
1265
|
+
}],
|
|
1266
|
+
/**
|
|
1267
|
+
* Margin End
|
|
1268
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1269
|
+
*/
|
|
1270
|
+
me: [{
|
|
1271
|
+
me: W()
|
|
1272
|
+
}],
|
|
1273
|
+
/**
|
|
1274
|
+
* Margin Top
|
|
1275
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1276
|
+
*/
|
|
1277
|
+
mt: [{
|
|
1278
|
+
mt: W()
|
|
1279
|
+
}],
|
|
1280
|
+
/**
|
|
1281
|
+
* Margin Right
|
|
1282
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1283
|
+
*/
|
|
1284
|
+
mr: [{
|
|
1285
|
+
mr: W()
|
|
1286
|
+
}],
|
|
1287
|
+
/**
|
|
1288
|
+
* Margin Bottom
|
|
1289
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1290
|
+
*/
|
|
1291
|
+
mb: [{
|
|
1292
|
+
mb: W()
|
|
1293
|
+
}],
|
|
1294
|
+
/**
|
|
1295
|
+
* Margin Left
|
|
1296
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1297
|
+
*/
|
|
1298
|
+
ml: [{
|
|
1299
|
+
ml: W()
|
|
1300
|
+
}],
|
|
1301
|
+
/**
|
|
1302
|
+
* Space Between X
|
|
1303
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1304
|
+
*/
|
|
1305
|
+
"space-x": [{
|
|
1306
|
+
"space-x": T()
|
|
1307
|
+
}],
|
|
1308
|
+
/**
|
|
1309
|
+
* Space Between X Reverse
|
|
1310
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1311
|
+
*/
|
|
1312
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
1313
|
+
/**
|
|
1314
|
+
* Space Between Y
|
|
1315
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1316
|
+
*/
|
|
1317
|
+
"space-y": [{
|
|
1318
|
+
"space-y": T()
|
|
1319
|
+
}],
|
|
1320
|
+
/**
|
|
1321
|
+
* Space Between Y Reverse
|
|
1322
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1323
|
+
*/
|
|
1324
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
1325
|
+
// --------------
|
|
1326
|
+
// --- Sizing ---
|
|
1327
|
+
// --------------
|
|
1328
|
+
/**
|
|
1329
|
+
* Size
|
|
1330
|
+
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1331
|
+
*/
|
|
1332
|
+
size: [{
|
|
1333
|
+
size: Y()
|
|
1334
|
+
}],
|
|
1335
|
+
/**
|
|
1336
|
+
* Width
|
|
1337
|
+
* @see https://tailwindcss.com/docs/width
|
|
1338
|
+
*/
|
|
1339
|
+
w: [{
|
|
1340
|
+
w: [l, "screen", ...Y()]
|
|
1341
|
+
}],
|
|
1342
|
+
/**
|
|
1343
|
+
* Min-Width
|
|
1344
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
1345
|
+
*/
|
|
1346
|
+
"min-w": [{
|
|
1347
|
+
"min-w": [
|
|
1348
|
+
l,
|
|
1349
|
+
"screen",
|
|
1350
|
+
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1351
|
+
"none",
|
|
1352
|
+
...Y()
|
|
1353
|
+
]
|
|
1354
|
+
}],
|
|
1355
|
+
/**
|
|
1356
|
+
* Max-Width
|
|
1357
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
1358
|
+
*/
|
|
1359
|
+
"max-w": [{
|
|
1360
|
+
"max-w": [
|
|
1361
|
+
l,
|
|
1362
|
+
"screen",
|
|
1363
|
+
"none",
|
|
1364
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1365
|
+
"prose",
|
|
1366
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1367
|
+
{
|
|
1368
|
+
screen: [s]
|
|
1369
|
+
},
|
|
1370
|
+
...Y()
|
|
1371
|
+
]
|
|
1372
|
+
}],
|
|
1373
|
+
/**
|
|
1374
|
+
* Height
|
|
1375
|
+
* @see https://tailwindcss.com/docs/height
|
|
1376
|
+
*/
|
|
1377
|
+
h: [{
|
|
1378
|
+
h: ["screen", "lh", ...Y()]
|
|
1379
|
+
}],
|
|
1380
|
+
/**
|
|
1381
|
+
* Min-Height
|
|
1382
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
1383
|
+
*/
|
|
1384
|
+
"min-h": [{
|
|
1385
|
+
"min-h": ["screen", "lh", "none", ...Y()]
|
|
1386
|
+
}],
|
|
1387
|
+
/**
|
|
1388
|
+
* Max-Height
|
|
1389
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
1390
|
+
*/
|
|
1391
|
+
"max-h": [{
|
|
1392
|
+
"max-h": ["screen", "lh", ...Y()]
|
|
1393
|
+
}],
|
|
1394
|
+
// ------------------
|
|
1395
|
+
// --- Typography ---
|
|
1396
|
+
// ------------------
|
|
1397
|
+
/**
|
|
1398
|
+
* Font Size
|
|
1399
|
+
* @see https://tailwindcss.com/docs/font-size
|
|
1400
|
+
*/
|
|
1401
|
+
"font-size": [{
|
|
1402
|
+
text: ["base", r, ge, le]
|
|
1403
|
+
}],
|
|
1404
|
+
/**
|
|
1405
|
+
* Font Smoothing
|
|
1406
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
|
1407
|
+
*/
|
|
1408
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1409
|
+
/**
|
|
1410
|
+
* Font Style
|
|
1411
|
+
* @see https://tailwindcss.com/docs/font-style
|
|
1412
|
+
*/
|
|
1413
|
+
"font-style": ["italic", "not-italic"],
|
|
1414
|
+
/**
|
|
1415
|
+
* Font Weight
|
|
1416
|
+
* @see https://tailwindcss.com/docs/font-weight
|
|
1417
|
+
*/
|
|
1418
|
+
"font-weight": [{
|
|
1419
|
+
font: [o, E, Be]
|
|
1420
|
+
}],
|
|
1421
|
+
/**
|
|
1422
|
+
* Font Stretch
|
|
1423
|
+
* @see https://tailwindcss.com/docs/font-stretch
|
|
1424
|
+
*/
|
|
1425
|
+
"font-stretch": [{
|
|
1426
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Le, k]
|
|
1427
|
+
}],
|
|
1428
|
+
/**
|
|
1429
|
+
* Font Family
|
|
1430
|
+
* @see https://tailwindcss.com/docs/font-family
|
|
1431
|
+
*/
|
|
1432
|
+
"font-family": [{
|
|
1433
|
+
font: [It, k, t]
|
|
1434
|
+
}],
|
|
1435
|
+
/**
|
|
1436
|
+
* Font Variant Numeric
|
|
1437
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1438
|
+
*/
|
|
1439
|
+
"fvn-normal": ["normal-nums"],
|
|
1440
|
+
/**
|
|
1441
|
+
* Font Variant Numeric
|
|
1442
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1443
|
+
*/
|
|
1444
|
+
"fvn-ordinal": ["ordinal"],
|
|
1445
|
+
/**
|
|
1446
|
+
* Font Variant Numeric
|
|
1447
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1448
|
+
*/
|
|
1449
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
1450
|
+
/**
|
|
1451
|
+
* Font Variant Numeric
|
|
1452
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1453
|
+
*/
|
|
1454
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
1455
|
+
/**
|
|
1456
|
+
* Font Variant Numeric
|
|
1457
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1458
|
+
*/
|
|
1459
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
1460
|
+
/**
|
|
1461
|
+
* Font Variant Numeric
|
|
1462
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1463
|
+
*/
|
|
1464
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
1465
|
+
/**
|
|
1466
|
+
* Letter Spacing
|
|
1467
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1468
|
+
*/
|
|
1469
|
+
tracking: [{
|
|
1470
|
+
tracking: [c, E, k]
|
|
1471
|
+
}],
|
|
1472
|
+
/**
|
|
1473
|
+
* Line Clamp
|
|
1474
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
|
1475
|
+
*/
|
|
1476
|
+
"line-clamp": [{
|
|
1477
|
+
"line-clamp": [P, "none", E, Be]
|
|
1478
|
+
}],
|
|
1479
|
+
/**
|
|
1480
|
+
* Line Height
|
|
1481
|
+
* @see https://tailwindcss.com/docs/line-height
|
|
1482
|
+
*/
|
|
1483
|
+
leading: [{
|
|
1484
|
+
leading: [
|
|
1485
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1486
|
+
i,
|
|
1487
|
+
...T()
|
|
1488
|
+
]
|
|
1489
|
+
}],
|
|
1490
|
+
/**
|
|
1491
|
+
* List Style Image
|
|
1492
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
|
1493
|
+
*/
|
|
1494
|
+
"list-image": [{
|
|
1495
|
+
"list-image": ["none", E, k]
|
|
1496
|
+
}],
|
|
1497
|
+
/**
|
|
1498
|
+
* List Style Position
|
|
1499
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
|
1500
|
+
*/
|
|
1501
|
+
"list-style-position": [{
|
|
1502
|
+
list: ["inside", "outside"]
|
|
1503
|
+
}],
|
|
1504
|
+
/**
|
|
1505
|
+
* List Style Type
|
|
1506
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
1507
|
+
*/
|
|
1508
|
+
"list-style-type": [{
|
|
1509
|
+
list: ["disc", "decimal", "none", E, k]
|
|
1510
|
+
}],
|
|
1511
|
+
/**
|
|
1512
|
+
* Text Alignment
|
|
1513
|
+
* @see https://tailwindcss.com/docs/text-align
|
|
1514
|
+
*/
|
|
1515
|
+
"text-alignment": [{
|
|
1516
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1517
|
+
}],
|
|
1518
|
+
/**
|
|
1519
|
+
* Placeholder Color
|
|
1520
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1521
|
+
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1522
|
+
*/
|
|
1523
|
+
"placeholder-color": [{
|
|
1524
|
+
placeholder: x()
|
|
1525
|
+
}],
|
|
1526
|
+
/**
|
|
1527
|
+
* Text Color
|
|
1528
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
1529
|
+
*/
|
|
1530
|
+
"text-color": [{
|
|
1531
|
+
text: x()
|
|
1532
|
+
}],
|
|
1533
|
+
/**
|
|
1534
|
+
* Text Decoration
|
|
1535
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
|
1536
|
+
*/
|
|
1537
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1538
|
+
/**
|
|
1539
|
+
* Text Decoration Style
|
|
1540
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1541
|
+
*/
|
|
1542
|
+
"text-decoration-style": [{
|
|
1543
|
+
decoration: [...O(), "wavy"]
|
|
1544
|
+
}],
|
|
1545
|
+
/**
|
|
1546
|
+
* Text Decoration Thickness
|
|
1547
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1548
|
+
*/
|
|
1549
|
+
"text-decoration-thickness": [{
|
|
1550
|
+
decoration: [P, "from-font", "auto", E, le]
|
|
1551
|
+
}],
|
|
1552
|
+
/**
|
|
1553
|
+
* Text Decoration Color
|
|
1554
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1555
|
+
*/
|
|
1556
|
+
"text-decoration-color": [{
|
|
1557
|
+
decoration: x()
|
|
1558
|
+
}],
|
|
1559
|
+
/**
|
|
1560
|
+
* Text Underline Offset
|
|
1561
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1562
|
+
*/
|
|
1563
|
+
"underline-offset": [{
|
|
1564
|
+
"underline-offset": [P, "auto", E, k]
|
|
1565
|
+
}],
|
|
1566
|
+
/**
|
|
1567
|
+
* Text Transform
|
|
1568
|
+
* @see https://tailwindcss.com/docs/text-transform
|
|
1569
|
+
*/
|
|
1570
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1571
|
+
/**
|
|
1572
|
+
* Text Overflow
|
|
1573
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
|
1574
|
+
*/
|
|
1575
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1576
|
+
/**
|
|
1577
|
+
* Text Wrap
|
|
1578
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
|
1579
|
+
*/
|
|
1580
|
+
"text-wrap": [{
|
|
1581
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1582
|
+
}],
|
|
1583
|
+
/**
|
|
1584
|
+
* Text Indent
|
|
1585
|
+
* @see https://tailwindcss.com/docs/text-indent
|
|
1586
|
+
*/
|
|
1587
|
+
indent: [{
|
|
1588
|
+
indent: T()
|
|
1589
|
+
}],
|
|
1590
|
+
/**
|
|
1591
|
+
* Vertical Alignment
|
|
1592
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
|
1593
|
+
*/
|
|
1594
|
+
"vertical-align": [{
|
|
1595
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", E, k]
|
|
1596
|
+
}],
|
|
1597
|
+
/**
|
|
1598
|
+
* Whitespace
|
|
1599
|
+
* @see https://tailwindcss.com/docs/whitespace
|
|
1600
|
+
*/
|
|
1601
|
+
whitespace: [{
|
|
1602
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1603
|
+
}],
|
|
1604
|
+
/**
|
|
1605
|
+
* Word Break
|
|
1606
|
+
* @see https://tailwindcss.com/docs/word-break
|
|
1607
|
+
*/
|
|
1608
|
+
break: [{
|
|
1609
|
+
break: ["normal", "words", "all", "keep"]
|
|
1610
|
+
}],
|
|
1611
|
+
/**
|
|
1612
|
+
* Overflow Wrap
|
|
1613
|
+
* @see https://tailwindcss.com/docs/overflow-wrap
|
|
1614
|
+
*/
|
|
1615
|
+
wrap: [{
|
|
1616
|
+
wrap: ["break-word", "anywhere", "normal"]
|
|
1617
|
+
}],
|
|
1618
|
+
/**
|
|
1619
|
+
* Hyphens
|
|
1620
|
+
* @see https://tailwindcss.com/docs/hyphens
|
|
1621
|
+
*/
|
|
1622
|
+
hyphens: [{
|
|
1623
|
+
hyphens: ["none", "manual", "auto"]
|
|
1624
|
+
}],
|
|
1625
|
+
/**
|
|
1626
|
+
* Content
|
|
1627
|
+
* @see https://tailwindcss.com/docs/content
|
|
1628
|
+
*/
|
|
1629
|
+
content: [{
|
|
1630
|
+
content: ["none", E, k]
|
|
1631
|
+
}],
|
|
1632
|
+
// -------------------
|
|
1633
|
+
// --- Backgrounds ---
|
|
1634
|
+
// -------------------
|
|
1635
|
+
/**
|
|
1636
|
+
* Background Attachment
|
|
1637
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
|
1638
|
+
*/
|
|
1639
|
+
"bg-attachment": [{
|
|
1640
|
+
bg: ["fixed", "local", "scroll"]
|
|
1641
|
+
}],
|
|
1642
|
+
/**
|
|
1643
|
+
* Background Clip
|
|
1644
|
+
* @see https://tailwindcss.com/docs/background-clip
|
|
1645
|
+
*/
|
|
1646
|
+
"bg-clip": [{
|
|
1647
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
|
1648
|
+
}],
|
|
1649
|
+
/**
|
|
1650
|
+
* Background Origin
|
|
1651
|
+
* @see https://tailwindcss.com/docs/background-origin
|
|
1652
|
+
*/
|
|
1653
|
+
"bg-origin": [{
|
|
1654
|
+
"bg-origin": ["border", "padding", "content"]
|
|
1655
|
+
}],
|
|
1656
|
+
/**
|
|
1657
|
+
* Background Position
|
|
1658
|
+
* @see https://tailwindcss.com/docs/background-position
|
|
1659
|
+
*/
|
|
1660
|
+
"bg-position": [{
|
|
1661
|
+
bg: oe()
|
|
1662
|
+
}],
|
|
1663
|
+
/**
|
|
1664
|
+
* Background Repeat
|
|
1665
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
|
1666
|
+
*/
|
|
1667
|
+
"bg-repeat": [{
|
|
1668
|
+
bg: u()
|
|
1669
|
+
}],
|
|
1670
|
+
/**
|
|
1671
|
+
* Background Size
|
|
1672
|
+
* @see https://tailwindcss.com/docs/background-size
|
|
1673
|
+
*/
|
|
1674
|
+
"bg-size": [{
|
|
1675
|
+
bg: a()
|
|
1676
|
+
}],
|
|
1677
|
+
/**
|
|
1678
|
+
* Background Image
|
|
1679
|
+
* @see https://tailwindcss.com/docs/background-image
|
|
1680
|
+
*/
|
|
1681
|
+
"bg-image": [{
|
|
1682
|
+
bg: ["none", {
|
|
1683
|
+
linear: [{
|
|
1684
|
+
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1685
|
+
}, se, E, k],
|
|
1686
|
+
radial: ["", E, k],
|
|
1687
|
+
conic: [se, E, k]
|
|
1688
|
+
}, $t, zt]
|
|
1689
|
+
}],
|
|
1690
|
+
/**
|
|
1691
|
+
* Background Color
|
|
1692
|
+
* @see https://tailwindcss.com/docs/background-color
|
|
1693
|
+
*/
|
|
1694
|
+
"bg-color": [{
|
|
1695
|
+
bg: x()
|
|
1696
|
+
}],
|
|
1697
|
+
/**
|
|
1698
|
+
* Gradient Color Stops From Position
|
|
1699
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1700
|
+
*/
|
|
1701
|
+
"gradient-from-pos": [{
|
|
1702
|
+
from: m()
|
|
1703
|
+
}],
|
|
1704
|
+
/**
|
|
1705
|
+
* Gradient Color Stops Via Position
|
|
1706
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1707
|
+
*/
|
|
1708
|
+
"gradient-via-pos": [{
|
|
1709
|
+
via: m()
|
|
1710
|
+
}],
|
|
1711
|
+
/**
|
|
1712
|
+
* Gradient Color Stops To Position
|
|
1713
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1714
|
+
*/
|
|
1715
|
+
"gradient-to-pos": [{
|
|
1716
|
+
to: m()
|
|
1717
|
+
}],
|
|
1718
|
+
/**
|
|
1719
|
+
* Gradient Color Stops From
|
|
1720
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1721
|
+
*/
|
|
1722
|
+
"gradient-from": [{
|
|
1723
|
+
from: x()
|
|
1724
|
+
}],
|
|
1725
|
+
/**
|
|
1726
|
+
* Gradient Color Stops Via
|
|
1727
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1728
|
+
*/
|
|
1729
|
+
"gradient-via": [{
|
|
1730
|
+
via: x()
|
|
1731
|
+
}],
|
|
1732
|
+
/**
|
|
1733
|
+
* Gradient Color Stops To
|
|
1734
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1735
|
+
*/
|
|
1736
|
+
"gradient-to": [{
|
|
1737
|
+
to: x()
|
|
1738
|
+
}],
|
|
1739
|
+
// ---------------
|
|
1740
|
+
// --- Borders ---
|
|
1741
|
+
// ---------------
|
|
1742
|
+
/**
|
|
1743
|
+
* Border Radius
|
|
1744
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1745
|
+
*/
|
|
1746
|
+
rounded: [{
|
|
1747
|
+
rounded: p()
|
|
1748
|
+
}],
|
|
1749
|
+
/**
|
|
1750
|
+
* Border Radius Start
|
|
1751
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1752
|
+
*/
|
|
1753
|
+
"rounded-s": [{
|
|
1754
|
+
"rounded-s": p()
|
|
1755
|
+
}],
|
|
1756
|
+
/**
|
|
1757
|
+
* Border Radius End
|
|
1758
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1759
|
+
*/
|
|
1760
|
+
"rounded-e": [{
|
|
1761
|
+
"rounded-e": p()
|
|
1762
|
+
}],
|
|
1763
|
+
/**
|
|
1764
|
+
* Border Radius Top
|
|
1765
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1766
|
+
*/
|
|
1767
|
+
"rounded-t": [{
|
|
1768
|
+
"rounded-t": p()
|
|
1769
|
+
}],
|
|
1770
|
+
/**
|
|
1771
|
+
* Border Radius Right
|
|
1772
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1773
|
+
*/
|
|
1774
|
+
"rounded-r": [{
|
|
1775
|
+
"rounded-r": p()
|
|
1776
|
+
}],
|
|
1777
|
+
/**
|
|
1778
|
+
* Border Radius Bottom
|
|
1779
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1780
|
+
*/
|
|
1781
|
+
"rounded-b": [{
|
|
1782
|
+
"rounded-b": p()
|
|
1783
|
+
}],
|
|
1784
|
+
/**
|
|
1785
|
+
* Border Radius Left
|
|
1786
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1787
|
+
*/
|
|
1788
|
+
"rounded-l": [{
|
|
1789
|
+
"rounded-l": p()
|
|
1790
|
+
}],
|
|
1791
|
+
/**
|
|
1792
|
+
* Border Radius Start Start
|
|
1793
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1794
|
+
*/
|
|
1795
|
+
"rounded-ss": [{
|
|
1796
|
+
"rounded-ss": p()
|
|
1797
|
+
}],
|
|
1798
|
+
/**
|
|
1799
|
+
* Border Radius Start End
|
|
1800
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1801
|
+
*/
|
|
1802
|
+
"rounded-se": [{
|
|
1803
|
+
"rounded-se": p()
|
|
1804
|
+
}],
|
|
1805
|
+
/**
|
|
1806
|
+
* Border Radius End End
|
|
1807
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1808
|
+
*/
|
|
1809
|
+
"rounded-ee": [{
|
|
1810
|
+
"rounded-ee": p()
|
|
1811
|
+
}],
|
|
1812
|
+
/**
|
|
1813
|
+
* Border Radius End Start
|
|
1814
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1815
|
+
*/
|
|
1816
|
+
"rounded-es": [{
|
|
1817
|
+
"rounded-es": p()
|
|
1818
|
+
}],
|
|
1819
|
+
/**
|
|
1820
|
+
* Border Radius Top Left
|
|
1821
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1822
|
+
*/
|
|
1823
|
+
"rounded-tl": [{
|
|
1824
|
+
"rounded-tl": p()
|
|
1825
|
+
}],
|
|
1826
|
+
/**
|
|
1827
|
+
* Border Radius Top Right
|
|
1828
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1829
|
+
*/
|
|
1830
|
+
"rounded-tr": [{
|
|
1831
|
+
"rounded-tr": p()
|
|
1832
|
+
}],
|
|
1833
|
+
/**
|
|
1834
|
+
* Border Radius Bottom Right
|
|
1835
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1836
|
+
*/
|
|
1837
|
+
"rounded-br": [{
|
|
1838
|
+
"rounded-br": p()
|
|
1839
|
+
}],
|
|
1840
|
+
/**
|
|
1841
|
+
* Border Radius Bottom Left
|
|
1842
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1843
|
+
*/
|
|
1844
|
+
"rounded-bl": [{
|
|
1845
|
+
"rounded-bl": p()
|
|
1846
|
+
}],
|
|
1847
|
+
/**
|
|
1848
|
+
* Border Width
|
|
1849
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1850
|
+
*/
|
|
1851
|
+
"border-w": [{
|
|
1852
|
+
border: g()
|
|
1853
|
+
}],
|
|
1854
|
+
/**
|
|
1855
|
+
* Border Width X
|
|
1856
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1857
|
+
*/
|
|
1858
|
+
"border-w-x": [{
|
|
1859
|
+
"border-x": g()
|
|
1860
|
+
}],
|
|
1861
|
+
/**
|
|
1862
|
+
* Border Width Y
|
|
1863
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1864
|
+
*/
|
|
1865
|
+
"border-w-y": [{
|
|
1866
|
+
"border-y": g()
|
|
1867
|
+
}],
|
|
1868
|
+
/**
|
|
1869
|
+
* Border Width Start
|
|
1870
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1871
|
+
*/
|
|
1872
|
+
"border-w-s": [{
|
|
1873
|
+
"border-s": g()
|
|
1874
|
+
}],
|
|
1875
|
+
/**
|
|
1876
|
+
* Border Width End
|
|
1877
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1878
|
+
*/
|
|
1879
|
+
"border-w-e": [{
|
|
1880
|
+
"border-e": g()
|
|
1881
|
+
}],
|
|
1882
|
+
/**
|
|
1883
|
+
* Border Width Top
|
|
1884
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1885
|
+
*/
|
|
1886
|
+
"border-w-t": [{
|
|
1887
|
+
"border-t": g()
|
|
1888
|
+
}],
|
|
1889
|
+
/**
|
|
1890
|
+
* Border Width Right
|
|
1891
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1892
|
+
*/
|
|
1893
|
+
"border-w-r": [{
|
|
1894
|
+
"border-r": g()
|
|
1895
|
+
}],
|
|
1896
|
+
/**
|
|
1897
|
+
* Border Width Bottom
|
|
1898
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1899
|
+
*/
|
|
1900
|
+
"border-w-b": [{
|
|
1901
|
+
"border-b": g()
|
|
1902
|
+
}],
|
|
1903
|
+
/**
|
|
1904
|
+
* Border Width Left
|
|
1905
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1906
|
+
*/
|
|
1907
|
+
"border-w-l": [{
|
|
1908
|
+
"border-l": g()
|
|
1909
|
+
}],
|
|
1910
|
+
/**
|
|
1911
|
+
* Divide Width X
|
|
1912
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1913
|
+
*/
|
|
1914
|
+
"divide-x": [{
|
|
1915
|
+
"divide-x": g()
|
|
1916
|
+
}],
|
|
1917
|
+
/**
|
|
1918
|
+
* Divide Width X Reverse
|
|
1919
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1920
|
+
*/
|
|
1921
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
1922
|
+
/**
|
|
1923
|
+
* Divide Width Y
|
|
1924
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1925
|
+
*/
|
|
1926
|
+
"divide-y": [{
|
|
1927
|
+
"divide-y": g()
|
|
1928
|
+
}],
|
|
1929
|
+
/**
|
|
1930
|
+
* Divide Width Y Reverse
|
|
1931
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1932
|
+
*/
|
|
1933
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
1934
|
+
/**
|
|
1935
|
+
* Border Style
|
|
1936
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
1937
|
+
*/
|
|
1938
|
+
"border-style": [{
|
|
1939
|
+
border: [...O(), "hidden", "none"]
|
|
1940
|
+
}],
|
|
1941
|
+
/**
|
|
1942
|
+
* Divide Style
|
|
1943
|
+
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1944
|
+
*/
|
|
1945
|
+
"divide-style": [{
|
|
1946
|
+
divide: [...O(), "hidden", "none"]
|
|
1947
|
+
}],
|
|
1948
|
+
/**
|
|
1949
|
+
* Border Color
|
|
1950
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1951
|
+
*/
|
|
1952
|
+
"border-color": [{
|
|
1953
|
+
border: x()
|
|
1954
|
+
}],
|
|
1955
|
+
/**
|
|
1956
|
+
* Border Color X
|
|
1957
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1958
|
+
*/
|
|
1959
|
+
"border-color-x": [{
|
|
1960
|
+
"border-x": x()
|
|
1961
|
+
}],
|
|
1962
|
+
/**
|
|
1963
|
+
* Border Color Y
|
|
1964
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1965
|
+
*/
|
|
1966
|
+
"border-color-y": [{
|
|
1967
|
+
"border-y": x()
|
|
1968
|
+
}],
|
|
1969
|
+
/**
|
|
1970
|
+
* Border Color S
|
|
1971
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1972
|
+
*/
|
|
1973
|
+
"border-color-s": [{
|
|
1974
|
+
"border-s": x()
|
|
1975
|
+
}],
|
|
1976
|
+
/**
|
|
1977
|
+
* Border Color E
|
|
1978
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1979
|
+
*/
|
|
1980
|
+
"border-color-e": [{
|
|
1981
|
+
"border-e": x()
|
|
1982
|
+
}],
|
|
1983
|
+
/**
|
|
1984
|
+
* Border Color Top
|
|
1985
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1986
|
+
*/
|
|
1987
|
+
"border-color-t": [{
|
|
1988
|
+
"border-t": x()
|
|
1989
|
+
}],
|
|
1990
|
+
/**
|
|
1991
|
+
* Border Color Right
|
|
1992
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1993
|
+
*/
|
|
1994
|
+
"border-color-r": [{
|
|
1995
|
+
"border-r": x()
|
|
1996
|
+
}],
|
|
1997
|
+
/**
|
|
1998
|
+
* Border Color Bottom
|
|
1999
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2000
|
+
*/
|
|
2001
|
+
"border-color-b": [{
|
|
2002
|
+
"border-b": x()
|
|
2003
|
+
}],
|
|
2004
|
+
/**
|
|
2005
|
+
* Border Color Left
|
|
2006
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2007
|
+
*/
|
|
2008
|
+
"border-color-l": [{
|
|
2009
|
+
"border-l": x()
|
|
2010
|
+
}],
|
|
2011
|
+
/**
|
|
2012
|
+
* Divide Color
|
|
2013
|
+
* @see https://tailwindcss.com/docs/divide-color
|
|
2014
|
+
*/
|
|
2015
|
+
"divide-color": [{
|
|
2016
|
+
divide: x()
|
|
2017
|
+
}],
|
|
2018
|
+
/**
|
|
2019
|
+
* Outline Style
|
|
2020
|
+
* @see https://tailwindcss.com/docs/outline-style
|
|
2021
|
+
*/
|
|
2022
|
+
"outline-style": [{
|
|
2023
|
+
outline: [...O(), "none", "hidden"]
|
|
2024
|
+
}],
|
|
2025
|
+
/**
|
|
2026
|
+
* Outline Offset
|
|
2027
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
|
2028
|
+
*/
|
|
2029
|
+
"outline-offset": [{
|
|
2030
|
+
"outline-offset": [P, E, k]
|
|
2031
|
+
}],
|
|
2032
|
+
/**
|
|
2033
|
+
* Outline Width
|
|
2034
|
+
* @see https://tailwindcss.com/docs/outline-width
|
|
2035
|
+
*/
|
|
2036
|
+
"outline-w": [{
|
|
2037
|
+
outline: ["", P, ge, le]
|
|
2038
|
+
}],
|
|
2039
|
+
/**
|
|
2040
|
+
* Outline Color
|
|
2041
|
+
* @see https://tailwindcss.com/docs/outline-color
|
|
2042
|
+
*/
|
|
2043
|
+
"outline-color": [{
|
|
2044
|
+
outline: x()
|
|
2045
|
+
}],
|
|
2046
|
+
// ---------------
|
|
2047
|
+
// --- Effects ---
|
|
2048
|
+
// ---------------
|
|
2049
|
+
/**
|
|
2050
|
+
* Box Shadow
|
|
2051
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
2052
|
+
*/
|
|
2053
|
+
shadow: [{
|
|
2054
|
+
shadow: [
|
|
2055
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
2056
|
+
"",
|
|
2057
|
+
"none",
|
|
2058
|
+
y,
|
|
2059
|
+
we,
|
|
2060
|
+
Ee
|
|
2061
|
+
]
|
|
2062
|
+
}],
|
|
2063
|
+
/**
|
|
2064
|
+
* Box Shadow Color
|
|
2065
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
2066
|
+
*/
|
|
2067
|
+
"shadow-color": [{
|
|
2068
|
+
shadow: x()
|
|
2069
|
+
}],
|
|
2070
|
+
/**
|
|
2071
|
+
* Inset Box Shadow
|
|
2072
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
2073
|
+
*/
|
|
2074
|
+
"inset-shadow": [{
|
|
2075
|
+
"inset-shadow": ["none", w, we, Ee]
|
|
2076
|
+
}],
|
|
2077
|
+
/**
|
|
2078
|
+
* Inset Box Shadow Color
|
|
2079
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
2080
|
+
*/
|
|
2081
|
+
"inset-shadow-color": [{
|
|
2082
|
+
"inset-shadow": x()
|
|
2083
|
+
}],
|
|
2084
|
+
/**
|
|
2085
|
+
* Ring Width
|
|
2086
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
2087
|
+
*/
|
|
2088
|
+
"ring-w": [{
|
|
2089
|
+
ring: g()
|
|
2090
|
+
}],
|
|
2091
|
+
/**
|
|
2092
|
+
* Ring Width Inset
|
|
2093
|
+
* @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
|
|
2094
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2095
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2096
|
+
*/
|
|
2097
|
+
"ring-w-inset": ["ring-inset"],
|
|
2098
|
+
/**
|
|
2099
|
+
* Ring Color
|
|
2100
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
2101
|
+
*/
|
|
2102
|
+
"ring-color": [{
|
|
2103
|
+
ring: x()
|
|
2104
|
+
}],
|
|
2105
|
+
/**
|
|
2106
|
+
* Ring Offset Width
|
|
2107
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-width
|
|
2108
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2109
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2110
|
+
*/
|
|
2111
|
+
"ring-offset-w": [{
|
|
2112
|
+
"ring-offset": [P, le]
|
|
2113
|
+
}],
|
|
2114
|
+
/**
|
|
2115
|
+
* Ring Offset Color
|
|
2116
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-color
|
|
2117
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2118
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2119
|
+
*/
|
|
2120
|
+
"ring-offset-color": [{
|
|
2121
|
+
"ring-offset": x()
|
|
2122
|
+
}],
|
|
2123
|
+
/**
|
|
2124
|
+
* Inset Ring Width
|
|
2125
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2126
|
+
*/
|
|
2127
|
+
"inset-ring-w": [{
|
|
2128
|
+
"inset-ring": g()
|
|
2129
|
+
}],
|
|
2130
|
+
/**
|
|
2131
|
+
* Inset Ring Color
|
|
2132
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2133
|
+
*/
|
|
2134
|
+
"inset-ring-color": [{
|
|
2135
|
+
"inset-ring": x()
|
|
2136
|
+
}],
|
|
2137
|
+
/**
|
|
2138
|
+
* Text Shadow
|
|
2139
|
+
* @see https://tailwindcss.com/docs/text-shadow
|
|
2140
|
+
*/
|
|
2141
|
+
"text-shadow": [{
|
|
2142
|
+
"text-shadow": ["none", M, we, Ee]
|
|
2143
|
+
}],
|
|
2144
|
+
/**
|
|
2145
|
+
* Text Shadow Color
|
|
2146
|
+
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2147
|
+
*/
|
|
2148
|
+
"text-shadow-color": [{
|
|
2149
|
+
"text-shadow": x()
|
|
2150
|
+
}],
|
|
2151
|
+
/**
|
|
2152
|
+
* Opacity
|
|
2153
|
+
* @see https://tailwindcss.com/docs/opacity
|
|
2154
|
+
*/
|
|
2155
|
+
opacity: [{
|
|
2156
|
+
opacity: [P, E, k]
|
|
2157
|
+
}],
|
|
2158
|
+
/**
|
|
2159
|
+
* Mix Blend Mode
|
|
2160
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2161
|
+
*/
|
|
2162
|
+
"mix-blend": [{
|
|
2163
|
+
"mix-blend": [...S(), "plus-darker", "plus-lighter"]
|
|
2164
|
+
}],
|
|
2165
|
+
/**
|
|
2166
|
+
* Background Blend Mode
|
|
2167
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2168
|
+
*/
|
|
2169
|
+
"bg-blend": [{
|
|
2170
|
+
"bg-blend": S()
|
|
2171
|
+
}],
|
|
2172
|
+
/**
|
|
2173
|
+
* Mask Clip
|
|
2174
|
+
* @see https://tailwindcss.com/docs/mask-clip
|
|
2175
|
+
*/
|
|
2176
|
+
"mask-clip": [{
|
|
2177
|
+
"mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
2178
|
+
}, "mask-no-clip"],
|
|
2179
|
+
/**
|
|
2180
|
+
* Mask Composite
|
|
2181
|
+
* @see https://tailwindcss.com/docs/mask-composite
|
|
2182
|
+
*/
|
|
2183
|
+
"mask-composite": [{
|
|
2184
|
+
mask: ["add", "subtract", "intersect", "exclude"]
|
|
2185
|
+
}],
|
|
2186
|
+
/**
|
|
2187
|
+
* Mask Image
|
|
2188
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
2189
|
+
*/
|
|
2190
|
+
"mask-image-linear-pos": [{
|
|
2191
|
+
"mask-linear": [P]
|
|
2192
|
+
}],
|
|
2193
|
+
"mask-image-linear-from-pos": [{
|
|
2194
|
+
"mask-linear-from": h()
|
|
2195
|
+
}],
|
|
2196
|
+
"mask-image-linear-to-pos": [{
|
|
2197
|
+
"mask-linear-to": h()
|
|
2198
|
+
}],
|
|
2199
|
+
"mask-image-linear-from-color": [{
|
|
2200
|
+
"mask-linear-from": x()
|
|
2201
|
+
}],
|
|
2202
|
+
"mask-image-linear-to-color": [{
|
|
2203
|
+
"mask-linear-to": x()
|
|
2204
|
+
}],
|
|
2205
|
+
"mask-image-t-from-pos": [{
|
|
2206
|
+
"mask-t-from": h()
|
|
2207
|
+
}],
|
|
2208
|
+
"mask-image-t-to-pos": [{
|
|
2209
|
+
"mask-t-to": h()
|
|
2210
|
+
}],
|
|
2211
|
+
"mask-image-t-from-color": [{
|
|
2212
|
+
"mask-t-from": x()
|
|
2213
|
+
}],
|
|
2214
|
+
"mask-image-t-to-color": [{
|
|
2215
|
+
"mask-t-to": x()
|
|
2216
|
+
}],
|
|
2217
|
+
"mask-image-r-from-pos": [{
|
|
2218
|
+
"mask-r-from": h()
|
|
2219
|
+
}],
|
|
2220
|
+
"mask-image-r-to-pos": [{
|
|
2221
|
+
"mask-r-to": h()
|
|
2222
|
+
}],
|
|
2223
|
+
"mask-image-r-from-color": [{
|
|
2224
|
+
"mask-r-from": x()
|
|
2225
|
+
}],
|
|
2226
|
+
"mask-image-r-to-color": [{
|
|
2227
|
+
"mask-r-to": x()
|
|
2228
|
+
}],
|
|
2229
|
+
"mask-image-b-from-pos": [{
|
|
2230
|
+
"mask-b-from": h()
|
|
2231
|
+
}],
|
|
2232
|
+
"mask-image-b-to-pos": [{
|
|
2233
|
+
"mask-b-to": h()
|
|
2234
|
+
}],
|
|
2235
|
+
"mask-image-b-from-color": [{
|
|
2236
|
+
"mask-b-from": x()
|
|
2237
|
+
}],
|
|
2238
|
+
"mask-image-b-to-color": [{
|
|
2239
|
+
"mask-b-to": x()
|
|
2240
|
+
}],
|
|
2241
|
+
"mask-image-l-from-pos": [{
|
|
2242
|
+
"mask-l-from": h()
|
|
2243
|
+
}],
|
|
2244
|
+
"mask-image-l-to-pos": [{
|
|
2245
|
+
"mask-l-to": h()
|
|
2246
|
+
}],
|
|
2247
|
+
"mask-image-l-from-color": [{
|
|
2248
|
+
"mask-l-from": x()
|
|
2249
|
+
}],
|
|
2250
|
+
"mask-image-l-to-color": [{
|
|
2251
|
+
"mask-l-to": x()
|
|
2252
|
+
}],
|
|
2253
|
+
"mask-image-x-from-pos": [{
|
|
2254
|
+
"mask-x-from": h()
|
|
2255
|
+
}],
|
|
2256
|
+
"mask-image-x-to-pos": [{
|
|
2257
|
+
"mask-x-to": h()
|
|
2258
|
+
}],
|
|
2259
|
+
"mask-image-x-from-color": [{
|
|
2260
|
+
"mask-x-from": x()
|
|
2261
|
+
}],
|
|
2262
|
+
"mask-image-x-to-color": [{
|
|
2263
|
+
"mask-x-to": x()
|
|
2264
|
+
}],
|
|
2265
|
+
"mask-image-y-from-pos": [{
|
|
2266
|
+
"mask-y-from": h()
|
|
2267
|
+
}],
|
|
2268
|
+
"mask-image-y-to-pos": [{
|
|
2269
|
+
"mask-y-to": h()
|
|
2270
|
+
}],
|
|
2271
|
+
"mask-image-y-from-color": [{
|
|
2272
|
+
"mask-y-from": x()
|
|
2273
|
+
}],
|
|
2274
|
+
"mask-image-y-to-color": [{
|
|
2275
|
+
"mask-y-to": x()
|
|
2276
|
+
}],
|
|
2277
|
+
"mask-image-radial": [{
|
|
2278
|
+
"mask-radial": [E, k]
|
|
2279
|
+
}],
|
|
2280
|
+
"mask-image-radial-from-pos": [{
|
|
2281
|
+
"mask-radial-from": h()
|
|
2282
|
+
}],
|
|
2283
|
+
"mask-image-radial-to-pos": [{
|
|
2284
|
+
"mask-radial-to": h()
|
|
2285
|
+
}],
|
|
2286
|
+
"mask-image-radial-from-color": [{
|
|
2287
|
+
"mask-radial-from": x()
|
|
2288
|
+
}],
|
|
2289
|
+
"mask-image-radial-to-color": [{
|
|
2290
|
+
"mask-radial-to": x()
|
|
2291
|
+
}],
|
|
2292
|
+
"mask-image-radial-shape": [{
|
|
2293
|
+
"mask-radial": ["circle", "ellipse"]
|
|
2294
|
+
}],
|
|
2295
|
+
"mask-image-radial-size": [{
|
|
2296
|
+
"mask-radial": [{
|
|
2297
|
+
closest: ["side", "corner"],
|
|
2298
|
+
farthest: ["side", "corner"]
|
|
2299
|
+
}]
|
|
2300
|
+
}],
|
|
2301
|
+
"mask-image-radial-pos": [{
|
|
2302
|
+
"mask-radial-at": $()
|
|
2303
|
+
}],
|
|
2304
|
+
"mask-image-conic-pos": [{
|
|
2305
|
+
"mask-conic": [P]
|
|
2306
|
+
}],
|
|
2307
|
+
"mask-image-conic-from-pos": [{
|
|
2308
|
+
"mask-conic-from": h()
|
|
2309
|
+
}],
|
|
2310
|
+
"mask-image-conic-to-pos": [{
|
|
2311
|
+
"mask-conic-to": h()
|
|
2312
|
+
}],
|
|
2313
|
+
"mask-image-conic-from-color": [{
|
|
2314
|
+
"mask-conic-from": x()
|
|
2315
|
+
}],
|
|
2316
|
+
"mask-image-conic-to-color": [{
|
|
2317
|
+
"mask-conic-to": x()
|
|
2318
|
+
}],
|
|
2319
|
+
/**
|
|
2320
|
+
* Mask Mode
|
|
2321
|
+
* @see https://tailwindcss.com/docs/mask-mode
|
|
2322
|
+
*/
|
|
2323
|
+
"mask-mode": [{
|
|
2324
|
+
mask: ["alpha", "luminance", "match"]
|
|
2325
|
+
}],
|
|
2326
|
+
/**
|
|
2327
|
+
* Mask Origin
|
|
2328
|
+
* @see https://tailwindcss.com/docs/mask-origin
|
|
2329
|
+
*/
|
|
2330
|
+
"mask-origin": [{
|
|
2331
|
+
"mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
2332
|
+
}],
|
|
2333
|
+
/**
|
|
2334
|
+
* Mask Position
|
|
2335
|
+
* @see https://tailwindcss.com/docs/mask-position
|
|
2336
|
+
*/
|
|
2337
|
+
"mask-position": [{
|
|
2338
|
+
mask: oe()
|
|
2339
|
+
}],
|
|
2340
|
+
/**
|
|
2341
|
+
* Mask Repeat
|
|
2342
|
+
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2343
|
+
*/
|
|
2344
|
+
"mask-repeat": [{
|
|
2345
|
+
mask: u()
|
|
2346
|
+
}],
|
|
2347
|
+
/**
|
|
2348
|
+
* Mask Size
|
|
2349
|
+
* @see https://tailwindcss.com/docs/mask-size
|
|
2350
|
+
*/
|
|
2351
|
+
"mask-size": [{
|
|
2352
|
+
mask: a()
|
|
2353
|
+
}],
|
|
2354
|
+
/**
|
|
2355
|
+
* Mask Type
|
|
2356
|
+
* @see https://tailwindcss.com/docs/mask-type
|
|
2357
|
+
*/
|
|
2358
|
+
"mask-type": [{
|
|
2359
|
+
"mask-type": ["alpha", "luminance"]
|
|
2360
|
+
}],
|
|
2361
|
+
/**
|
|
2362
|
+
* Mask Image
|
|
2363
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
2364
|
+
*/
|
|
2365
|
+
"mask-image": [{
|
|
2366
|
+
mask: ["none", E, k]
|
|
2367
|
+
}],
|
|
2368
|
+
// ---------------
|
|
2369
|
+
// --- Filters ---
|
|
2370
|
+
// ---------------
|
|
2371
|
+
/**
|
|
2372
|
+
* Filter
|
|
2373
|
+
* @see https://tailwindcss.com/docs/filter
|
|
2374
|
+
*/
|
|
2375
|
+
filter: [{
|
|
2376
|
+
filter: [
|
|
2377
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
2378
|
+
"",
|
|
2379
|
+
"none",
|
|
2380
|
+
E,
|
|
2381
|
+
k
|
|
2382
|
+
]
|
|
2383
|
+
}],
|
|
2384
|
+
/**
|
|
2385
|
+
* Blur
|
|
2386
|
+
* @see https://tailwindcss.com/docs/blur
|
|
2387
|
+
*/
|
|
2388
|
+
blur: [{
|
|
2389
|
+
blur: C()
|
|
2390
|
+
}],
|
|
2391
|
+
/**
|
|
2392
|
+
* Brightness
|
|
2393
|
+
* @see https://tailwindcss.com/docs/brightness
|
|
2394
|
+
*/
|
|
2395
|
+
brightness: [{
|
|
2396
|
+
brightness: [P, E, k]
|
|
2397
|
+
}],
|
|
2398
|
+
/**
|
|
2399
|
+
* Contrast
|
|
2400
|
+
* @see https://tailwindcss.com/docs/contrast
|
|
2401
|
+
*/
|
|
2402
|
+
contrast: [{
|
|
2403
|
+
contrast: [P, E, k]
|
|
2404
|
+
}],
|
|
2405
|
+
/**
|
|
2406
|
+
* Drop Shadow
|
|
2407
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2408
|
+
*/
|
|
2409
|
+
"drop-shadow": [{
|
|
2410
|
+
"drop-shadow": [
|
|
2411
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
2412
|
+
"",
|
|
2413
|
+
"none",
|
|
2414
|
+
j,
|
|
2415
|
+
we,
|
|
2416
|
+
Ee
|
|
2417
|
+
]
|
|
2418
|
+
}],
|
|
2419
|
+
/**
|
|
2420
|
+
* Drop Shadow Color
|
|
2421
|
+
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2422
|
+
*/
|
|
2423
|
+
"drop-shadow-color": [{
|
|
2424
|
+
"drop-shadow": x()
|
|
2425
|
+
}],
|
|
2426
|
+
/**
|
|
2427
|
+
* Grayscale
|
|
2428
|
+
* @see https://tailwindcss.com/docs/grayscale
|
|
2429
|
+
*/
|
|
2430
|
+
grayscale: [{
|
|
2431
|
+
grayscale: ["", P, E, k]
|
|
2432
|
+
}],
|
|
2433
|
+
/**
|
|
2434
|
+
* Hue Rotate
|
|
2435
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2436
|
+
*/
|
|
2437
|
+
"hue-rotate": [{
|
|
2438
|
+
"hue-rotate": [P, E, k]
|
|
2439
|
+
}],
|
|
2440
|
+
/**
|
|
2441
|
+
* Invert
|
|
2442
|
+
* @see https://tailwindcss.com/docs/invert
|
|
2443
|
+
*/
|
|
2444
|
+
invert: [{
|
|
2445
|
+
invert: ["", P, E, k]
|
|
2446
|
+
}],
|
|
2447
|
+
/**
|
|
2448
|
+
* Saturate
|
|
2449
|
+
* @see https://tailwindcss.com/docs/saturate
|
|
2450
|
+
*/
|
|
2451
|
+
saturate: [{
|
|
2452
|
+
saturate: [P, E, k]
|
|
2453
|
+
}],
|
|
2454
|
+
/**
|
|
2455
|
+
* Sepia
|
|
2456
|
+
* @see https://tailwindcss.com/docs/sepia
|
|
2457
|
+
*/
|
|
2458
|
+
sepia: [{
|
|
2459
|
+
sepia: ["", P, E, k]
|
|
2460
|
+
}],
|
|
2461
|
+
/**
|
|
2462
|
+
* Backdrop Filter
|
|
2463
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
2464
|
+
*/
|
|
2465
|
+
"backdrop-filter": [{
|
|
2466
|
+
"backdrop-filter": [
|
|
2467
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
2468
|
+
"",
|
|
2469
|
+
"none",
|
|
2470
|
+
E,
|
|
2471
|
+
k
|
|
2472
|
+
]
|
|
2473
|
+
}],
|
|
2474
|
+
/**
|
|
2475
|
+
* Backdrop Blur
|
|
2476
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2477
|
+
*/
|
|
2478
|
+
"backdrop-blur": [{
|
|
2479
|
+
"backdrop-blur": C()
|
|
2480
|
+
}],
|
|
2481
|
+
/**
|
|
2482
|
+
* Backdrop Brightness
|
|
2483
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2484
|
+
*/
|
|
2485
|
+
"backdrop-brightness": [{
|
|
2486
|
+
"backdrop-brightness": [P, E, k]
|
|
2487
|
+
}],
|
|
2488
|
+
/**
|
|
2489
|
+
* Backdrop Contrast
|
|
2490
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2491
|
+
*/
|
|
2492
|
+
"backdrop-contrast": [{
|
|
2493
|
+
"backdrop-contrast": [P, E, k]
|
|
2494
|
+
}],
|
|
2495
|
+
/**
|
|
2496
|
+
* Backdrop Grayscale
|
|
2497
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2498
|
+
*/
|
|
2499
|
+
"backdrop-grayscale": [{
|
|
2500
|
+
"backdrop-grayscale": ["", P, E, k]
|
|
2501
|
+
}],
|
|
2502
|
+
/**
|
|
2503
|
+
* Backdrop Hue Rotate
|
|
2504
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2505
|
+
*/
|
|
2506
|
+
"backdrop-hue-rotate": [{
|
|
2507
|
+
"backdrop-hue-rotate": [P, E, k]
|
|
2508
|
+
}],
|
|
2509
|
+
/**
|
|
2510
|
+
* Backdrop Invert
|
|
2511
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2512
|
+
*/
|
|
2513
|
+
"backdrop-invert": [{
|
|
2514
|
+
"backdrop-invert": ["", P, E, k]
|
|
2515
|
+
}],
|
|
2516
|
+
/**
|
|
2517
|
+
* Backdrop Opacity
|
|
2518
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2519
|
+
*/
|
|
2520
|
+
"backdrop-opacity": [{
|
|
2521
|
+
"backdrop-opacity": [P, E, k]
|
|
2522
|
+
}],
|
|
2523
|
+
/**
|
|
2524
|
+
* Backdrop Saturate
|
|
2525
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2526
|
+
*/
|
|
2527
|
+
"backdrop-saturate": [{
|
|
2528
|
+
"backdrop-saturate": [P, E, k]
|
|
2529
|
+
}],
|
|
2530
|
+
/**
|
|
2531
|
+
* Backdrop Sepia
|
|
2532
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2533
|
+
*/
|
|
2534
|
+
"backdrop-sepia": [{
|
|
2535
|
+
"backdrop-sepia": ["", P, E, k]
|
|
2536
|
+
}],
|
|
2537
|
+
// --------------
|
|
2538
|
+
// --- Tables ---
|
|
2539
|
+
// --------------
|
|
2540
|
+
/**
|
|
2541
|
+
* Border Collapse
|
|
2542
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
|
2543
|
+
*/
|
|
2544
|
+
"border-collapse": [{
|
|
2545
|
+
border: ["collapse", "separate"]
|
|
2546
|
+
}],
|
|
2547
|
+
/**
|
|
2548
|
+
* Border Spacing
|
|
2549
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2550
|
+
*/
|
|
2551
|
+
"border-spacing": [{
|
|
2552
|
+
"border-spacing": T()
|
|
2553
|
+
}],
|
|
2554
|
+
/**
|
|
2555
|
+
* Border Spacing X
|
|
2556
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2557
|
+
*/
|
|
2558
|
+
"border-spacing-x": [{
|
|
2559
|
+
"border-spacing-x": T()
|
|
2560
|
+
}],
|
|
2561
|
+
/**
|
|
2562
|
+
* Border Spacing Y
|
|
2563
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2564
|
+
*/
|
|
2565
|
+
"border-spacing-y": [{
|
|
2566
|
+
"border-spacing-y": T()
|
|
2567
|
+
}],
|
|
2568
|
+
/**
|
|
2569
|
+
* Table Layout
|
|
2570
|
+
* @see https://tailwindcss.com/docs/table-layout
|
|
2571
|
+
*/
|
|
2572
|
+
"table-layout": [{
|
|
2573
|
+
table: ["auto", "fixed"]
|
|
2574
|
+
}],
|
|
2575
|
+
/**
|
|
2576
|
+
* Caption Side
|
|
2577
|
+
* @see https://tailwindcss.com/docs/caption-side
|
|
2578
|
+
*/
|
|
2579
|
+
caption: [{
|
|
2580
|
+
caption: ["top", "bottom"]
|
|
2581
|
+
}],
|
|
2582
|
+
// ---------------------------------
|
|
2583
|
+
// --- Transitions and Animation ---
|
|
2584
|
+
// ---------------------------------
|
|
2585
|
+
/**
|
|
2586
|
+
* Transition Property
|
|
2587
|
+
* @see https://tailwindcss.com/docs/transition-property
|
|
2588
|
+
*/
|
|
2589
|
+
transition: [{
|
|
2590
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", E, k]
|
|
2591
|
+
}],
|
|
2592
|
+
/**
|
|
2593
|
+
* Transition Behavior
|
|
2594
|
+
* @see https://tailwindcss.com/docs/transition-behavior
|
|
2595
|
+
*/
|
|
2596
|
+
"transition-behavior": [{
|
|
2597
|
+
transition: ["normal", "discrete"]
|
|
2598
|
+
}],
|
|
2599
|
+
/**
|
|
2600
|
+
* Transition Duration
|
|
2601
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
|
2602
|
+
*/
|
|
2603
|
+
duration: [{
|
|
2604
|
+
duration: [P, "initial", E, k]
|
|
2605
|
+
}],
|
|
2606
|
+
/**
|
|
2607
|
+
* Transition Timing Function
|
|
2608
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2609
|
+
*/
|
|
2610
|
+
ease: [{
|
|
2611
|
+
ease: ["linear", "initial", Z, E, k]
|
|
2612
|
+
}],
|
|
2613
|
+
/**
|
|
2614
|
+
* Transition Delay
|
|
2615
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
|
2616
|
+
*/
|
|
2617
|
+
delay: [{
|
|
2618
|
+
delay: [P, E, k]
|
|
2619
|
+
}],
|
|
2620
|
+
/**
|
|
2621
|
+
* Animation
|
|
2622
|
+
* @see https://tailwindcss.com/docs/animation
|
|
2623
|
+
*/
|
|
2624
|
+
animate: [{
|
|
2625
|
+
animate: ["none", U, E, k]
|
|
2626
|
+
}],
|
|
2627
|
+
// ------------------
|
|
2628
|
+
// --- Transforms ---
|
|
2629
|
+
// ------------------
|
|
2630
|
+
/**
|
|
2631
|
+
* Backface Visibility
|
|
2632
|
+
* @see https://tailwindcss.com/docs/backface-visibility
|
|
2633
|
+
*/
|
|
2634
|
+
backface: [{
|
|
2635
|
+
backface: ["hidden", "visible"]
|
|
2636
|
+
}],
|
|
2637
|
+
/**
|
|
2638
|
+
* Perspective
|
|
2639
|
+
* @see https://tailwindcss.com/docs/perspective
|
|
2640
|
+
*/
|
|
2641
|
+
perspective: [{
|
|
2642
|
+
perspective: [R, E, k]
|
|
2643
|
+
}],
|
|
2644
|
+
/**
|
|
2645
|
+
* Perspective Origin
|
|
2646
|
+
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2647
|
+
*/
|
|
2648
|
+
"perspective-origin": [{
|
|
2649
|
+
"perspective-origin": v()
|
|
2650
|
+
}],
|
|
2651
|
+
/**
|
|
2652
|
+
* Rotate
|
|
2653
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2654
|
+
*/
|
|
2655
|
+
rotate: [{
|
|
2656
|
+
rotate: L()
|
|
2657
|
+
}],
|
|
2658
|
+
/**
|
|
2659
|
+
* Rotate X
|
|
2660
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2661
|
+
*/
|
|
2662
|
+
"rotate-x": [{
|
|
2663
|
+
"rotate-x": L()
|
|
2664
|
+
}],
|
|
2665
|
+
/**
|
|
2666
|
+
* Rotate Y
|
|
2667
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2668
|
+
*/
|
|
2669
|
+
"rotate-y": [{
|
|
2670
|
+
"rotate-y": L()
|
|
2671
|
+
}],
|
|
2672
|
+
/**
|
|
2673
|
+
* Rotate Z
|
|
2674
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2675
|
+
*/
|
|
2676
|
+
"rotate-z": [{
|
|
2677
|
+
"rotate-z": L()
|
|
2678
|
+
}],
|
|
2679
|
+
/**
|
|
2680
|
+
* Scale
|
|
2681
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2682
|
+
*/
|
|
2683
|
+
scale: [{
|
|
2684
|
+
scale: A()
|
|
2685
|
+
}],
|
|
2686
|
+
/**
|
|
2687
|
+
* Scale X
|
|
2688
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2689
|
+
*/
|
|
2690
|
+
"scale-x": [{
|
|
2691
|
+
"scale-x": A()
|
|
2692
|
+
}],
|
|
2693
|
+
/**
|
|
2694
|
+
* Scale Y
|
|
2695
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2696
|
+
*/
|
|
2697
|
+
"scale-y": [{
|
|
2698
|
+
"scale-y": A()
|
|
2699
|
+
}],
|
|
2700
|
+
/**
|
|
2701
|
+
* Scale Z
|
|
2702
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2703
|
+
*/
|
|
2704
|
+
"scale-z": [{
|
|
2705
|
+
"scale-z": A()
|
|
2706
|
+
}],
|
|
2707
|
+
/**
|
|
2708
|
+
* Scale 3D
|
|
2709
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2710
|
+
*/
|
|
2711
|
+
"scale-3d": ["scale-3d"],
|
|
2712
|
+
/**
|
|
2713
|
+
* Skew
|
|
2714
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2715
|
+
*/
|
|
2716
|
+
skew: [{
|
|
2717
|
+
skew: H()
|
|
2718
|
+
}],
|
|
2719
|
+
/**
|
|
2720
|
+
* Skew X
|
|
2721
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2722
|
+
*/
|
|
2723
|
+
"skew-x": [{
|
|
2724
|
+
"skew-x": H()
|
|
2725
|
+
}],
|
|
2726
|
+
/**
|
|
2727
|
+
* Skew Y
|
|
2728
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2729
|
+
*/
|
|
2730
|
+
"skew-y": [{
|
|
2731
|
+
"skew-y": H()
|
|
2732
|
+
}],
|
|
2733
|
+
/**
|
|
2734
|
+
* Transform
|
|
2735
|
+
* @see https://tailwindcss.com/docs/transform
|
|
2736
|
+
*/
|
|
2737
|
+
transform: [{
|
|
2738
|
+
transform: [E, k, "", "none", "gpu", "cpu"]
|
|
2739
|
+
}],
|
|
2740
|
+
/**
|
|
2741
|
+
* Transform Origin
|
|
2742
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
|
2743
|
+
*/
|
|
2744
|
+
"transform-origin": [{
|
|
2745
|
+
origin: v()
|
|
2746
|
+
}],
|
|
2747
|
+
/**
|
|
2748
|
+
* Transform Style
|
|
2749
|
+
* @see https://tailwindcss.com/docs/transform-style
|
|
2750
|
+
*/
|
|
2751
|
+
"transform-style": [{
|
|
2752
|
+
transform: ["3d", "flat"]
|
|
2753
|
+
}],
|
|
2754
|
+
/**
|
|
2755
|
+
* Translate
|
|
2756
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2757
|
+
*/
|
|
2758
|
+
translate: [{
|
|
2759
|
+
translate: b()
|
|
2760
|
+
}],
|
|
2761
|
+
/**
|
|
2762
|
+
* Translate X
|
|
2763
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2764
|
+
*/
|
|
2765
|
+
"translate-x": [{
|
|
2766
|
+
"translate-x": b()
|
|
2767
|
+
}],
|
|
2768
|
+
/**
|
|
2769
|
+
* Translate Y
|
|
2770
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2771
|
+
*/
|
|
2772
|
+
"translate-y": [{
|
|
2773
|
+
"translate-y": b()
|
|
2774
|
+
}],
|
|
2775
|
+
/**
|
|
2776
|
+
* Translate Z
|
|
2777
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2778
|
+
*/
|
|
2779
|
+
"translate-z": [{
|
|
2780
|
+
"translate-z": b()
|
|
2781
|
+
}],
|
|
2782
|
+
/**
|
|
2783
|
+
* Translate None
|
|
2784
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2785
|
+
*/
|
|
2786
|
+
"translate-none": ["translate-none"],
|
|
2787
|
+
// ---------------------
|
|
2788
|
+
// --- Interactivity ---
|
|
2789
|
+
// ---------------------
|
|
2790
|
+
/**
|
|
2791
|
+
* Accent Color
|
|
2792
|
+
* @see https://tailwindcss.com/docs/accent-color
|
|
2793
|
+
*/
|
|
2794
|
+
accent: [{
|
|
2795
|
+
accent: x()
|
|
2796
|
+
}],
|
|
2797
|
+
/**
|
|
2798
|
+
* Appearance
|
|
2799
|
+
* @see https://tailwindcss.com/docs/appearance
|
|
2800
|
+
*/
|
|
2801
|
+
appearance: [{
|
|
2802
|
+
appearance: ["none", "auto"]
|
|
2803
|
+
}],
|
|
2804
|
+
/**
|
|
2805
|
+
* Caret Color
|
|
2806
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2807
|
+
*/
|
|
2808
|
+
"caret-color": [{
|
|
2809
|
+
caret: x()
|
|
2810
|
+
}],
|
|
2811
|
+
/**
|
|
2812
|
+
* Color Scheme
|
|
2813
|
+
* @see https://tailwindcss.com/docs/color-scheme
|
|
2814
|
+
*/
|
|
2815
|
+
"color-scheme": [{
|
|
2816
|
+
scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
|
|
2817
|
+
}],
|
|
2818
|
+
/**
|
|
2819
|
+
* Cursor
|
|
2820
|
+
* @see https://tailwindcss.com/docs/cursor
|
|
2821
|
+
*/
|
|
2822
|
+
cursor: [{
|
|
2823
|
+
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", E, k]
|
|
2824
|
+
}],
|
|
2825
|
+
/**
|
|
2826
|
+
* Field Sizing
|
|
2827
|
+
* @see https://tailwindcss.com/docs/field-sizing
|
|
2828
|
+
*/
|
|
2829
|
+
"field-sizing": [{
|
|
2830
|
+
"field-sizing": ["fixed", "content"]
|
|
2831
|
+
}],
|
|
2832
|
+
/**
|
|
2833
|
+
* Pointer Events
|
|
2834
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
|
2835
|
+
*/
|
|
2836
|
+
"pointer-events": [{
|
|
2837
|
+
"pointer-events": ["auto", "none"]
|
|
2838
|
+
}],
|
|
2839
|
+
/**
|
|
2840
|
+
* Resize
|
|
2841
|
+
* @see https://tailwindcss.com/docs/resize
|
|
2842
|
+
*/
|
|
2843
|
+
resize: [{
|
|
2844
|
+
resize: ["none", "", "y", "x"]
|
|
2845
|
+
}],
|
|
2846
|
+
/**
|
|
2847
|
+
* Scroll Behavior
|
|
2848
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2849
|
+
*/
|
|
2850
|
+
"scroll-behavior": [{
|
|
2851
|
+
scroll: ["auto", "smooth"]
|
|
2852
|
+
}],
|
|
2853
|
+
/**
|
|
2854
|
+
* Scroll Margin
|
|
2855
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2856
|
+
*/
|
|
2857
|
+
"scroll-m": [{
|
|
2858
|
+
"scroll-m": T()
|
|
2859
|
+
}],
|
|
2860
|
+
/**
|
|
2861
|
+
* Scroll Margin X
|
|
2862
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2863
|
+
*/
|
|
2864
|
+
"scroll-mx": [{
|
|
2865
|
+
"scroll-mx": T()
|
|
2866
|
+
}],
|
|
2867
|
+
/**
|
|
2868
|
+
* Scroll Margin Y
|
|
2869
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2870
|
+
*/
|
|
2871
|
+
"scroll-my": [{
|
|
2872
|
+
"scroll-my": T()
|
|
2873
|
+
}],
|
|
2874
|
+
/**
|
|
2875
|
+
* Scroll Margin Start
|
|
2876
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2877
|
+
*/
|
|
2878
|
+
"scroll-ms": [{
|
|
2879
|
+
"scroll-ms": T()
|
|
2880
|
+
}],
|
|
2881
|
+
/**
|
|
2882
|
+
* Scroll Margin End
|
|
2883
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2884
|
+
*/
|
|
2885
|
+
"scroll-me": [{
|
|
2886
|
+
"scroll-me": T()
|
|
2887
|
+
}],
|
|
2888
|
+
/**
|
|
2889
|
+
* Scroll Margin Top
|
|
2890
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2891
|
+
*/
|
|
2892
|
+
"scroll-mt": [{
|
|
2893
|
+
"scroll-mt": T()
|
|
2894
|
+
}],
|
|
2895
|
+
/**
|
|
2896
|
+
* Scroll Margin Right
|
|
2897
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2898
|
+
*/
|
|
2899
|
+
"scroll-mr": [{
|
|
2900
|
+
"scroll-mr": T()
|
|
2901
|
+
}],
|
|
2902
|
+
/**
|
|
2903
|
+
* Scroll Margin Bottom
|
|
2904
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2905
|
+
*/
|
|
2906
|
+
"scroll-mb": [{
|
|
2907
|
+
"scroll-mb": T()
|
|
2908
|
+
}],
|
|
2909
|
+
/**
|
|
2910
|
+
* Scroll Margin Left
|
|
2911
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2912
|
+
*/
|
|
2913
|
+
"scroll-ml": [{
|
|
2914
|
+
"scroll-ml": T()
|
|
2915
|
+
}],
|
|
2916
|
+
/**
|
|
2917
|
+
* Scroll Padding
|
|
2918
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2919
|
+
*/
|
|
2920
|
+
"scroll-p": [{
|
|
2921
|
+
"scroll-p": T()
|
|
2922
|
+
}],
|
|
2923
|
+
/**
|
|
2924
|
+
* Scroll Padding X
|
|
2925
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2926
|
+
*/
|
|
2927
|
+
"scroll-px": [{
|
|
2928
|
+
"scroll-px": T()
|
|
2929
|
+
}],
|
|
2930
|
+
/**
|
|
2931
|
+
* Scroll Padding Y
|
|
2932
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2933
|
+
*/
|
|
2934
|
+
"scroll-py": [{
|
|
2935
|
+
"scroll-py": T()
|
|
2936
|
+
}],
|
|
2937
|
+
/**
|
|
2938
|
+
* Scroll Padding Start
|
|
2939
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2940
|
+
*/
|
|
2941
|
+
"scroll-ps": [{
|
|
2942
|
+
"scroll-ps": T()
|
|
2943
|
+
}],
|
|
2944
|
+
/**
|
|
2945
|
+
* Scroll Padding End
|
|
2946
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2947
|
+
*/
|
|
2948
|
+
"scroll-pe": [{
|
|
2949
|
+
"scroll-pe": T()
|
|
2950
|
+
}],
|
|
2951
|
+
/**
|
|
2952
|
+
* Scroll Padding Top
|
|
2953
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2954
|
+
*/
|
|
2955
|
+
"scroll-pt": [{
|
|
2956
|
+
"scroll-pt": T()
|
|
2957
|
+
}],
|
|
2958
|
+
/**
|
|
2959
|
+
* Scroll Padding Right
|
|
2960
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2961
|
+
*/
|
|
2962
|
+
"scroll-pr": [{
|
|
2963
|
+
"scroll-pr": T()
|
|
2964
|
+
}],
|
|
2965
|
+
/**
|
|
2966
|
+
* Scroll Padding Bottom
|
|
2967
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2968
|
+
*/
|
|
2969
|
+
"scroll-pb": [{
|
|
2970
|
+
"scroll-pb": T()
|
|
2971
|
+
}],
|
|
2972
|
+
/**
|
|
2973
|
+
* Scroll Padding Left
|
|
2974
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2975
|
+
*/
|
|
2976
|
+
"scroll-pl": [{
|
|
2977
|
+
"scroll-pl": T()
|
|
2978
|
+
}],
|
|
2979
|
+
/**
|
|
2980
|
+
* Scroll Snap Align
|
|
2981
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
2982
|
+
*/
|
|
2983
|
+
"snap-align": [{
|
|
2984
|
+
snap: ["start", "end", "center", "align-none"]
|
|
2985
|
+
}],
|
|
2986
|
+
/**
|
|
2987
|
+
* Scroll Snap Stop
|
|
2988
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
2989
|
+
*/
|
|
2990
|
+
"snap-stop": [{
|
|
2991
|
+
snap: ["normal", "always"]
|
|
2992
|
+
}],
|
|
2993
|
+
/**
|
|
2994
|
+
* Scroll Snap Type
|
|
2995
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2996
|
+
*/
|
|
2997
|
+
"snap-type": [{
|
|
2998
|
+
snap: ["none", "x", "y", "both"]
|
|
2999
|
+
}],
|
|
3000
|
+
/**
|
|
3001
|
+
* Scroll Snap Type Strictness
|
|
3002
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
3003
|
+
*/
|
|
3004
|
+
"snap-strictness": [{
|
|
3005
|
+
snap: ["mandatory", "proximity"]
|
|
3006
|
+
}],
|
|
3007
|
+
/**
|
|
3008
|
+
* Touch Action
|
|
3009
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3010
|
+
*/
|
|
3011
|
+
touch: [{
|
|
3012
|
+
touch: ["auto", "none", "manipulation"]
|
|
3013
|
+
}],
|
|
3014
|
+
/**
|
|
3015
|
+
* Touch Action X
|
|
3016
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3017
|
+
*/
|
|
3018
|
+
"touch-x": [{
|
|
3019
|
+
"touch-pan": ["x", "left", "right"]
|
|
3020
|
+
}],
|
|
3021
|
+
/**
|
|
3022
|
+
* Touch Action Y
|
|
3023
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3024
|
+
*/
|
|
3025
|
+
"touch-y": [{
|
|
3026
|
+
"touch-pan": ["y", "up", "down"]
|
|
3027
|
+
}],
|
|
3028
|
+
/**
|
|
3029
|
+
* Touch Action Pinch Zoom
|
|
3030
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3031
|
+
*/
|
|
3032
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
3033
|
+
/**
|
|
3034
|
+
* User Select
|
|
3035
|
+
* @see https://tailwindcss.com/docs/user-select
|
|
3036
|
+
*/
|
|
3037
|
+
select: [{
|
|
3038
|
+
select: ["none", "text", "all", "auto"]
|
|
3039
|
+
}],
|
|
3040
|
+
/**
|
|
3041
|
+
* Will Change
|
|
3042
|
+
* @see https://tailwindcss.com/docs/will-change
|
|
3043
|
+
*/
|
|
3044
|
+
"will-change": [{
|
|
3045
|
+
"will-change": ["auto", "scroll", "contents", "transform", E, k]
|
|
3046
|
+
}],
|
|
3047
|
+
// -----------
|
|
3048
|
+
// --- SVG ---
|
|
3049
|
+
// -----------
|
|
3050
|
+
/**
|
|
3051
|
+
* Fill
|
|
3052
|
+
* @see https://tailwindcss.com/docs/fill
|
|
3053
|
+
*/
|
|
3054
|
+
fill: [{
|
|
3055
|
+
fill: ["none", ...x()]
|
|
3056
|
+
}],
|
|
3057
|
+
/**
|
|
3058
|
+
* Stroke Width
|
|
3059
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
|
3060
|
+
*/
|
|
3061
|
+
"stroke-w": [{
|
|
3062
|
+
stroke: [P, ge, le, Be]
|
|
3063
|
+
}],
|
|
3064
|
+
/**
|
|
3065
|
+
* Stroke
|
|
3066
|
+
* @see https://tailwindcss.com/docs/stroke
|
|
3067
|
+
*/
|
|
3068
|
+
stroke: [{
|
|
3069
|
+
stroke: ["none", ...x()]
|
|
3070
|
+
}],
|
|
3071
|
+
// ---------------------
|
|
3072
|
+
// --- Accessibility ---
|
|
3073
|
+
// ---------------------
|
|
3074
|
+
/**
|
|
3075
|
+
* Forced Color Adjust
|
|
3076
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
3077
|
+
*/
|
|
3078
|
+
"forced-color-adjust": [{
|
|
3079
|
+
"forced-color-adjust": ["auto", "none"]
|
|
3080
|
+
}]
|
|
3081
|
+
},
|
|
3082
|
+
conflictingClassGroups: {
|
|
3083
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
3084
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
3085
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
3086
|
+
"inset-x": ["right", "left"],
|
|
3087
|
+
"inset-y": ["top", "bottom"],
|
|
3088
|
+
flex: ["basis", "grow", "shrink"],
|
|
3089
|
+
gap: ["gap-x", "gap-y"],
|
|
3090
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
3091
|
+
px: ["pr", "pl"],
|
|
3092
|
+
py: ["pt", "pb"],
|
|
3093
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
3094
|
+
mx: ["mr", "ml"],
|
|
3095
|
+
my: ["mt", "mb"],
|
|
3096
|
+
size: ["w", "h"],
|
|
3097
|
+
"font-size": ["leading"],
|
|
3098
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
3099
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
3100
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
3101
|
+
"fvn-figure": ["fvn-normal"],
|
|
3102
|
+
"fvn-spacing": ["fvn-normal"],
|
|
3103
|
+
"fvn-fraction": ["fvn-normal"],
|
|
3104
|
+
"line-clamp": ["display", "overflow"],
|
|
3105
|
+
rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
|
|
3106
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
3107
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
3108
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
3109
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
3110
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
3111
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
3112
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
3113
|
+
"border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
3114
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
3115
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
3116
|
+
"border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
3117
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
3118
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
3119
|
+
translate: ["translate-x", "translate-y", "translate-none"],
|
|
3120
|
+
"translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
|
|
3121
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
3122
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
3123
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
3124
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
3125
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
3126
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
3127
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
3128
|
+
"touch-x": ["touch"],
|
|
3129
|
+
"touch-y": ["touch"],
|
|
3130
|
+
"touch-pz": ["touch"]
|
|
3131
|
+
},
|
|
3132
|
+
conflictingClassGroupModifiers: {
|
|
3133
|
+
"font-size": ["leading"]
|
|
3134
|
+
},
|
|
3135
|
+
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3136
|
+
};
|
|
3137
|
+
}, Nt = /* @__PURE__ */ wt(Wt);
|
|
3138
|
+
function be(...e) {
|
|
3139
|
+
return Nt(Tr(e));
|
|
3140
|
+
}
|
|
3141
|
+
const Dt = Mr(
|
|
3142
|
+
[
|
|
3143
|
+
"group relative inline-flex items-center justify-center gap-2 rounded-[var(--button-radius,999px)] font-bold tracking-tight text-[1rem]",
|
|
3144
|
+
"transition-[background,filter,color] duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[hsl(var(--ring))] focus-visible:ring-offset-2 focus-visible:ring-offset-[hsl(var(--background))]",
|
|
3145
|
+
"disabled:pointer-events-none disabled:opacity-60 overflow-hidden cursor-pointer"
|
|
3146
|
+
].join(" "),
|
|
3147
|
+
{
|
|
3148
|
+
variants: {
|
|
3149
|
+
variant: {
|
|
3150
|
+
primary: "bg-[#FF246E] text-white hover:brightness-[1.08]",
|
|
3151
|
+
secondary: "bg-[#04020D] text-white hover:brightness-110",
|
|
3152
|
+
neutral: "bg-[#F5F6FB] text-[#0E0C15] hover:brightness-95",
|
|
3153
|
+
ghost: "bg-transparent text-[#0E0C15] hover:bg-[#F7F7FF]",
|
|
3154
|
+
outline: [
|
|
3155
|
+
"bg-[#FFE3F0] text-[#FF246E]",
|
|
3156
|
+
"border border-[#FF246E]",
|
|
3157
|
+
"hover:bg-[#FFD6E9]"
|
|
3158
|
+
].join(" "),
|
|
3159
|
+
danger: "bg-[#FF5A82] text-white hover:brightness-110",
|
|
3160
|
+
icon: [
|
|
3161
|
+
"h-14 w-14 gap-0",
|
|
3162
|
+
"[--button-radius:1.5rem]",
|
|
3163
|
+
"bg-muted-foreground/20 text-muted-foreground border border-muted-foreground/20 hover:brightness-110"
|
|
3164
|
+
].join(" "),
|
|
3165
|
+
link: "bg-transparent text-[#FFFFFF] border-1 border-#ffffff/20 underline-offset-4 hover:underline px-0 h-auto shadow-none"
|
|
3166
|
+
},
|
|
3167
|
+
size: {
|
|
3168
|
+
sm: "h-9 px-4 text-sm",
|
|
3169
|
+
md: "h-12 px-7 text-[1.15rem]",
|
|
3170
|
+
lg: "h-[3.75rem] px-10 text-[1.3rem]",
|
|
3171
|
+
icon: "h-14 w-14 p-0 text-xl"
|
|
3172
|
+
},
|
|
3173
|
+
shape: {
|
|
3174
|
+
pill: "[--button-radius:999px]",
|
|
3175
|
+
soft: "[--button-radius:0.5rem]"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3178
|
+
defaultVariants: {
|
|
3179
|
+
variant: "primary",
|
|
3180
|
+
size: "md",
|
|
3181
|
+
shape: "pill"
|
|
3182
|
+
}
|
|
3183
|
+
}
|
|
3184
|
+
), Yt = (e) => {
|
|
3185
|
+
if (!e) return null;
|
|
3186
|
+
if (D.isValidElement(e)) {
|
|
3187
|
+
const t = e;
|
|
3188
|
+
return D.cloneElement(t, {
|
|
3189
|
+
color: t.props.color ?? "currentColor",
|
|
3190
|
+
"aria-hidden": t.props["aria-hidden"] ?? !0
|
|
3191
|
+
});
|
|
3192
|
+
}
|
|
3193
|
+
return e;
|
|
3194
|
+
}, Ht = D.forwardRef(
|
|
3195
|
+
({
|
|
3196
|
+
className: e,
|
|
3197
|
+
variant: t,
|
|
3198
|
+
size: r,
|
|
3199
|
+
shape: o,
|
|
3200
|
+
asChild: c = !1,
|
|
3201
|
+
shine: i,
|
|
3202
|
+
icon: s,
|
|
3203
|
+
iconPosition: l = "left",
|
|
3204
|
+
children: d,
|
|
3205
|
+
...f
|
|
3206
|
+
}, y) => {
|
|
3207
|
+
const w = c ? Jr : "button", M = i ?? t === "primary", j = !!s && !d, F = j ? "icon" : r, R = t === "icon" ? "pill" : o, _ = Yt(s), Z = _ ? /* @__PURE__ */ ee.jsx(
|
|
3208
|
+
"span",
|
|
3209
|
+
{
|
|
3210
|
+
"aria-hidden": !0,
|
|
3211
|
+
className: be(
|
|
3212
|
+
"relative z-10 flex items-center justify-center text-[1.1em]",
|
|
3213
|
+
l === "right" && !j && "order-2"
|
|
3214
|
+
),
|
|
3215
|
+
children: _
|
|
3216
|
+
}
|
|
3217
|
+
) : null, U = be(
|
|
3218
|
+
"relative z-10 inline-flex items-center gap-2",
|
|
3219
|
+
j && "sr-only"
|
|
3220
|
+
);
|
|
3221
|
+
return /* @__PURE__ */ ee.jsxs(
|
|
3222
|
+
w,
|
|
3223
|
+
{
|
|
3224
|
+
className: be(
|
|
3225
|
+
Dt({ variant: t, size: F, shape: R }),
|
|
3226
|
+
j && "px-0",
|
|
3227
|
+
e
|
|
3228
|
+
),
|
|
3229
|
+
ref: y,
|
|
3230
|
+
...f,
|
|
3231
|
+
children: [
|
|
3232
|
+
M && /* @__PURE__ */ ee.jsx(
|
|
3233
|
+
"span",
|
|
3234
|
+
{
|
|
3235
|
+
"aria-hidden": !0,
|
|
3236
|
+
className: "button-shine-layer pointer-events-none absolute inset-0 rounded-[inherit]"
|
|
3237
|
+
}
|
|
3238
|
+
),
|
|
3239
|
+
s && l === "left" && Z,
|
|
3240
|
+
d && /* @__PURE__ */ ee.jsx("span", { className: U, children: d }),
|
|
3241
|
+
s && l === "right" && Z
|
|
3242
|
+
]
|
|
3243
|
+
}
|
|
3244
|
+
);
|
|
3245
|
+
}
|
|
3246
|
+
);
|
|
3247
|
+
Ht.displayName = "Button";
|
|
3248
|
+
function ce() {
|
|
3249
|
+
return ce = Object.assign || function(e) {
|
|
3250
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
3251
|
+
var r = arguments[t];
|
|
3252
|
+
for (var o in r)
|
|
3253
|
+
Object.prototype.hasOwnProperty.call(r, o) && (e[o] = r[o]);
|
|
3254
|
+
}
|
|
3255
|
+
return e;
|
|
3256
|
+
}, ce.apply(this, arguments);
|
|
3257
|
+
}
|
|
3258
|
+
function Gt(e, t) {
|
|
3259
|
+
if (e == null) return {};
|
|
3260
|
+
var r = {}, o = Object.keys(e), c, i;
|
|
3261
|
+
for (i = 0; i < o.length; i++)
|
|
3262
|
+
c = o[i], !(t.indexOf(c) >= 0) && (r[c] = e[c]);
|
|
3263
|
+
return r;
|
|
3264
|
+
}
|
|
3265
|
+
function de(e, t) {
|
|
3266
|
+
if (e == null) return {};
|
|
3267
|
+
var r = Gt(e, t), o, c;
|
|
3268
|
+
if (Object.getOwnPropertySymbols) {
|
|
3269
|
+
var i = Object.getOwnPropertySymbols(e);
|
|
3270
|
+
for (c = 0; c < i.length; c++)
|
|
3271
|
+
o = i[c], !(t.indexOf(o) >= 0) && Object.prototype.propertyIsEnumerable.call(e, o) && (r[o] = e[o]);
|
|
3272
|
+
}
|
|
3273
|
+
return r;
|
|
3274
|
+
}
|
|
3275
|
+
var xe = { exports: {} }, Te = { exports: {} }, z = {};
|
|
3276
|
+
var or;
|
|
3277
|
+
function qt() {
|
|
3278
|
+
if (or) return z;
|
|
3279
|
+
or = 1;
|
|
3280
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, c = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, w = e ? Symbol.for("react.suspense") : 60113, M = e ? Symbol.for("react.suspense_list") : 60120, j = e ? Symbol.for("react.memo") : 60115, F = e ? Symbol.for("react.lazy") : 60116, R = e ? Symbol.for("react.block") : 60121, _ = e ? Symbol.for("react.fundamental") : 60117, Z = e ? Symbol.for("react.responder") : 60118, U = e ? Symbol.for("react.scope") : 60119;
|
|
3281
|
+
function V(v) {
|
|
3282
|
+
if (typeof v == "object" && v !== null) {
|
|
3283
|
+
var G = v.$$typeof;
|
|
3284
|
+
switch (G) {
|
|
3285
|
+
case t:
|
|
3286
|
+
switch (v = v.type, v) {
|
|
3287
|
+
case d:
|
|
3288
|
+
case f:
|
|
3289
|
+
case o:
|
|
3290
|
+
case i:
|
|
3291
|
+
case c:
|
|
3292
|
+
case w:
|
|
3293
|
+
return v;
|
|
3294
|
+
default:
|
|
3295
|
+
switch (v = v && v.$$typeof, v) {
|
|
3296
|
+
case l:
|
|
3297
|
+
case y:
|
|
3298
|
+
case F:
|
|
3299
|
+
case j:
|
|
3300
|
+
case s:
|
|
3301
|
+
return v;
|
|
3302
|
+
default:
|
|
3303
|
+
return G;
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
case r:
|
|
3307
|
+
return G;
|
|
3308
|
+
}
|
|
3309
|
+
}
|
|
3310
|
+
}
|
|
3311
|
+
function $(v) {
|
|
3312
|
+
return V(v) === f;
|
|
3313
|
+
}
|
|
3314
|
+
return z.AsyncMode = d, z.ConcurrentMode = f, z.ContextConsumer = l, z.ContextProvider = s, z.Element = t, z.ForwardRef = y, z.Fragment = o, z.Lazy = F, z.Memo = j, z.Portal = r, z.Profiler = i, z.StrictMode = c, z.Suspense = w, z.isAsyncMode = function(v) {
|
|
3315
|
+
return $(v) || V(v) === d;
|
|
3316
|
+
}, z.isConcurrentMode = $, z.isContextConsumer = function(v) {
|
|
3317
|
+
return V(v) === l;
|
|
3318
|
+
}, z.isContextProvider = function(v) {
|
|
3319
|
+
return V(v) === s;
|
|
3320
|
+
}, z.isElement = function(v) {
|
|
3321
|
+
return typeof v == "object" && v !== null && v.$$typeof === t;
|
|
3322
|
+
}, z.isForwardRef = function(v) {
|
|
3323
|
+
return V(v) === y;
|
|
3324
|
+
}, z.isFragment = function(v) {
|
|
3325
|
+
return V(v) === o;
|
|
3326
|
+
}, z.isLazy = function(v) {
|
|
3327
|
+
return V(v) === F;
|
|
3328
|
+
}, z.isMemo = function(v) {
|
|
3329
|
+
return V(v) === j;
|
|
3330
|
+
}, z.isPortal = function(v) {
|
|
3331
|
+
return V(v) === r;
|
|
3332
|
+
}, z.isProfiler = function(v) {
|
|
3333
|
+
return V(v) === i;
|
|
3334
|
+
}, z.isStrictMode = function(v) {
|
|
3335
|
+
return V(v) === c;
|
|
3336
|
+
}, z.isSuspense = function(v) {
|
|
3337
|
+
return V(v) === w;
|
|
3338
|
+
}, z.isValidElementType = function(v) {
|
|
3339
|
+
return typeof v == "string" || typeof v == "function" || v === o || v === f || v === i || v === c || v === w || v === M || typeof v == "object" && v !== null && (v.$$typeof === F || v.$$typeof === j || v.$$typeof === s || v.$$typeof === l || v.$$typeof === y || v.$$typeof === _ || v.$$typeof === Z || v.$$typeof === U || v.$$typeof === R);
|
|
3340
|
+
}, z.typeOf = V, z;
|
|
3341
|
+
}
|
|
3342
|
+
var I = {};
|
|
3343
|
+
var ar;
|
|
3344
|
+
function Ut() {
|
|
3345
|
+
return ar || (ar = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
3346
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, c = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, w = e ? Symbol.for("react.suspense") : 60113, M = e ? Symbol.for("react.suspense_list") : 60120, j = e ? Symbol.for("react.memo") : 60115, F = e ? Symbol.for("react.lazy") : 60116, R = e ? Symbol.for("react.block") : 60121, _ = e ? Symbol.for("react.fundamental") : 60117, Z = e ? Symbol.for("react.responder") : 60118, U = e ? Symbol.for("react.scope") : 60119;
|
|
3347
|
+
function V(b) {
|
|
3348
|
+
return typeof b == "string" || typeof b == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
3349
|
+
b === o || b === f || b === i || b === c || b === w || b === M || typeof b == "object" && b !== null && (b.$$typeof === F || b.$$typeof === j || b.$$typeof === s || b.$$typeof === l || b.$$typeof === y || b.$$typeof === _ || b.$$typeof === Z || b.$$typeof === U || b.$$typeof === R);
|
|
3350
|
+
}
|
|
3351
|
+
function $(b) {
|
|
3352
|
+
if (typeof b == "object" && b !== null) {
|
|
3353
|
+
var re = b.$$typeof;
|
|
3354
|
+
switch (re) {
|
|
3355
|
+
case t:
|
|
3356
|
+
var ye = b.type;
|
|
3357
|
+
switch (ye) {
|
|
3358
|
+
case d:
|
|
3359
|
+
case f:
|
|
3360
|
+
case o:
|
|
3361
|
+
case i:
|
|
3362
|
+
case c:
|
|
3363
|
+
case w:
|
|
3364
|
+
return ye;
|
|
3365
|
+
default:
|
|
3366
|
+
var He = ye && ye.$$typeof;
|
|
3367
|
+
switch (He) {
|
|
3368
|
+
case l:
|
|
3369
|
+
case y:
|
|
3370
|
+
case F:
|
|
3371
|
+
case j:
|
|
3372
|
+
case s:
|
|
3373
|
+
return He;
|
|
3374
|
+
default:
|
|
3375
|
+
return re;
|
|
3376
|
+
}
|
|
3377
|
+
}
|
|
3378
|
+
case r:
|
|
3379
|
+
return re;
|
|
3380
|
+
}
|
|
3381
|
+
}
|
|
3382
|
+
}
|
|
3383
|
+
var v = d, G = f, K = l, T = s, q = t, ie = y, te = o, X = F, ne = j, Q = r, J = i, W = c, Y = w, x = !1;
|
|
3384
|
+
function oe(b) {
|
|
3385
|
+
return x || (x = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), u(b) || $(b) === d;
|
|
3386
|
+
}
|
|
3387
|
+
function u(b) {
|
|
3388
|
+
return $(b) === f;
|
|
3389
|
+
}
|
|
3390
|
+
function a(b) {
|
|
3391
|
+
return $(b) === l;
|
|
3392
|
+
}
|
|
3393
|
+
function m(b) {
|
|
3394
|
+
return $(b) === s;
|
|
3395
|
+
}
|
|
3396
|
+
function p(b) {
|
|
3397
|
+
return typeof b == "object" && b !== null && b.$$typeof === t;
|
|
3398
|
+
}
|
|
3399
|
+
function g(b) {
|
|
3400
|
+
return $(b) === y;
|
|
3401
|
+
}
|
|
3402
|
+
function O(b) {
|
|
3403
|
+
return $(b) === o;
|
|
3404
|
+
}
|
|
3405
|
+
function S(b) {
|
|
3406
|
+
return $(b) === F;
|
|
3407
|
+
}
|
|
3408
|
+
function h(b) {
|
|
3409
|
+
return $(b) === j;
|
|
3410
|
+
}
|
|
3411
|
+
function C(b) {
|
|
3412
|
+
return $(b) === r;
|
|
3413
|
+
}
|
|
3414
|
+
function L(b) {
|
|
3415
|
+
return $(b) === i;
|
|
3416
|
+
}
|
|
3417
|
+
function A(b) {
|
|
3418
|
+
return $(b) === c;
|
|
3419
|
+
}
|
|
3420
|
+
function H(b) {
|
|
3421
|
+
return $(b) === w;
|
|
3422
|
+
}
|
|
3423
|
+
I.AsyncMode = v, I.ConcurrentMode = G, I.ContextConsumer = K, I.ContextProvider = T, I.Element = q, I.ForwardRef = ie, I.Fragment = te, I.Lazy = X, I.Memo = ne, I.Portal = Q, I.Profiler = J, I.StrictMode = W, I.Suspense = Y, I.isAsyncMode = oe, I.isConcurrentMode = u, I.isContextConsumer = a, I.isContextProvider = m, I.isElement = p, I.isForwardRef = g, I.isFragment = O, I.isLazy = S, I.isMemo = h, I.isPortal = C, I.isProfiler = L, I.isStrictMode = A, I.isSuspense = H, I.isValidElementType = V, I.typeOf = $;
|
|
3424
|
+
})()), I;
|
|
3425
|
+
}
|
|
3426
|
+
var cr;
|
|
3427
|
+
function Fr() {
|
|
3428
|
+
return cr || (cr = 1, process.env.NODE_ENV === "production" ? Te.exports = qt() : Te.exports = Ut()), Te.exports;
|
|
3429
|
+
}
|
|
3430
|
+
var ze, ir;
|
|
3431
|
+
function Jt() {
|
|
3432
|
+
if (ir) return ze;
|
|
3433
|
+
ir = 1;
|
|
3434
|
+
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, r = Object.prototype.propertyIsEnumerable;
|
|
3435
|
+
function o(i) {
|
|
3436
|
+
if (i == null)
|
|
3437
|
+
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
3438
|
+
return Object(i);
|
|
3439
|
+
}
|
|
3440
|
+
function c() {
|
|
3441
|
+
try {
|
|
3442
|
+
if (!Object.assign)
|
|
3443
|
+
return !1;
|
|
3444
|
+
var i = new String("abc");
|
|
3445
|
+
if (i[5] = "de", Object.getOwnPropertyNames(i)[0] === "5")
|
|
3446
|
+
return !1;
|
|
3447
|
+
for (var s = {}, l = 0; l < 10; l++)
|
|
3448
|
+
s["_" + String.fromCharCode(l)] = l;
|
|
3449
|
+
var d = Object.getOwnPropertyNames(s).map(function(y) {
|
|
3450
|
+
return s[y];
|
|
3451
|
+
});
|
|
3452
|
+
if (d.join("") !== "0123456789")
|
|
3453
|
+
return !1;
|
|
3454
|
+
var f = {};
|
|
3455
|
+
return "abcdefghijklmnopqrst".split("").forEach(function(y) {
|
|
3456
|
+
f[y] = y;
|
|
3457
|
+
}), Object.keys(Object.assign({}, f)).join("") === "abcdefghijklmnopqrst";
|
|
3458
|
+
} catch {
|
|
3459
|
+
return !1;
|
|
3460
|
+
}
|
|
3461
|
+
}
|
|
3462
|
+
return ze = c() ? Object.assign : function(i, s) {
|
|
3463
|
+
for (var l, d = o(i), f, y = 1; y < arguments.length; y++) {
|
|
3464
|
+
l = Object(arguments[y]);
|
|
3465
|
+
for (var w in l)
|
|
3466
|
+
t.call(l, w) && (d[w] = l[w]);
|
|
3467
|
+
if (e) {
|
|
3468
|
+
f = e(l);
|
|
3469
|
+
for (var M = 0; M < f.length; M++)
|
|
3470
|
+
r.call(l, f[M]) && (d[f[M]] = l[f[M]]);
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
return d;
|
|
3474
|
+
}, ze;
|
|
3475
|
+
}
|
|
3476
|
+
var Ie, sr;
|
|
3477
|
+
function Ye() {
|
|
3478
|
+
if (sr) return Ie;
|
|
3479
|
+
sr = 1;
|
|
3480
|
+
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
3481
|
+
return Ie = e, Ie;
|
|
3482
|
+
}
|
|
3483
|
+
var Fe, lr;
|
|
3484
|
+
function $r() {
|
|
3485
|
+
return lr || (lr = 1, Fe = Function.call.bind(Object.prototype.hasOwnProperty)), Fe;
|
|
3486
|
+
}
|
|
3487
|
+
var $e, ur;
|
|
3488
|
+
function Xt() {
|
|
3489
|
+
if (ur) return $e;
|
|
3490
|
+
ur = 1;
|
|
3491
|
+
var e = function() {
|
|
3492
|
+
};
|
|
3493
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3494
|
+
var t = /* @__PURE__ */ Ye(), r = {}, o = /* @__PURE__ */ $r();
|
|
3495
|
+
e = function(i) {
|
|
3496
|
+
var s = "Warning: " + i;
|
|
3497
|
+
typeof console < "u" && console.error(s);
|
|
3498
|
+
try {
|
|
3499
|
+
throw new Error(s);
|
|
3500
|
+
} catch {
|
|
3501
|
+
}
|
|
3502
|
+
};
|
|
3503
|
+
}
|
|
3504
|
+
function c(i, s, l, d, f) {
|
|
3505
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3506
|
+
for (var y in i)
|
|
3507
|
+
if (o(i, y)) {
|
|
3508
|
+
var w;
|
|
3509
|
+
try {
|
|
3510
|
+
if (typeof i[y] != "function") {
|
|
3511
|
+
var M = Error(
|
|
3512
|
+
(d || "React class") + ": " + l + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
3513
|
+
);
|
|
3514
|
+
throw M.name = "Invariant Violation", M;
|
|
3515
|
+
}
|
|
3516
|
+
w = i[y](s, y, d, l, null, t);
|
|
3517
|
+
} catch (F) {
|
|
3518
|
+
w = F;
|
|
3519
|
+
}
|
|
3520
|
+
if (w && !(w instanceof Error) && e(
|
|
3521
|
+
(d || "React class") + ": type specification of " + l + " `" + y + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof w + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
3522
|
+
), w instanceof Error && !(w.message in r)) {
|
|
3523
|
+
r[w.message] = !0;
|
|
3524
|
+
var j = f ? f() : "";
|
|
3525
|
+
e(
|
|
3526
|
+
"Failed " + l + " type: " + w.message + (j ?? "")
|
|
3527
|
+
);
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
}
|
|
3531
|
+
}
|
|
3532
|
+
return c.resetWarningCache = function() {
|
|
3533
|
+
process.env.NODE_ENV !== "production" && (r = {});
|
|
3534
|
+
}, $e = c, $e;
|
|
3535
|
+
}
|
|
3536
|
+
var Ze, dr;
|
|
3537
|
+
function Qt() {
|
|
3538
|
+
if (dr) return Ze;
|
|
3539
|
+
dr = 1;
|
|
3540
|
+
var e = Fr(), t = Jt(), r = /* @__PURE__ */ Ye(), o = /* @__PURE__ */ $r(), c = /* @__PURE__ */ Xt(), i = function() {
|
|
3541
|
+
};
|
|
3542
|
+
process.env.NODE_ENV !== "production" && (i = function(l) {
|
|
3543
|
+
var d = "Warning: " + l;
|
|
3544
|
+
typeof console < "u" && console.error(d);
|
|
3545
|
+
try {
|
|
3546
|
+
throw new Error(d);
|
|
3547
|
+
} catch {
|
|
3548
|
+
}
|
|
3549
|
+
});
|
|
3550
|
+
function s() {
|
|
3551
|
+
return null;
|
|
3552
|
+
}
|
|
3553
|
+
return Ze = function(l, d) {
|
|
3554
|
+
var f = typeof Symbol == "function" && Symbol.iterator, y = "@@iterator";
|
|
3555
|
+
function w(u) {
|
|
3556
|
+
var a = u && (f && u[f] || u[y]);
|
|
3557
|
+
if (typeof a == "function")
|
|
3558
|
+
return a;
|
|
3559
|
+
}
|
|
3560
|
+
var M = "<<anonymous>>", j = {
|
|
3561
|
+
array: Z("array"),
|
|
3562
|
+
bigint: Z("bigint"),
|
|
3563
|
+
bool: Z("boolean"),
|
|
3564
|
+
func: Z("function"),
|
|
3565
|
+
number: Z("number"),
|
|
3566
|
+
object: Z("object"),
|
|
3567
|
+
string: Z("string"),
|
|
3568
|
+
symbol: Z("symbol"),
|
|
3569
|
+
any: U(),
|
|
3570
|
+
arrayOf: V,
|
|
3571
|
+
element: $(),
|
|
3572
|
+
elementType: v(),
|
|
3573
|
+
instanceOf: G,
|
|
3574
|
+
node: ie(),
|
|
3575
|
+
objectOf: T,
|
|
3576
|
+
oneOf: K,
|
|
3577
|
+
oneOfType: q,
|
|
3578
|
+
shape: X,
|
|
3579
|
+
exact: ne
|
|
3580
|
+
};
|
|
3581
|
+
function F(u, a) {
|
|
3582
|
+
return u === a ? u !== 0 || 1 / u === 1 / a : u !== u && a !== a;
|
|
3583
|
+
}
|
|
3584
|
+
function R(u, a) {
|
|
3585
|
+
this.message = u, this.data = a && typeof a == "object" ? a : {}, this.stack = "";
|
|
3586
|
+
}
|
|
3587
|
+
R.prototype = Error.prototype;
|
|
3588
|
+
function _(u) {
|
|
3589
|
+
if (process.env.NODE_ENV !== "production")
|
|
3590
|
+
var a = {}, m = 0;
|
|
3591
|
+
function p(O, S, h, C, L, A, H) {
|
|
3592
|
+
if (C = C || M, A = A || h, H !== r) {
|
|
3593
|
+
if (d) {
|
|
3594
|
+
var b = new Error(
|
|
3595
|
+
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
3596
|
+
);
|
|
3597
|
+
throw b.name = "Invariant Violation", b;
|
|
3598
|
+
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
3599
|
+
var re = C + ":" + h;
|
|
3600
|
+
!a[re] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
3601
|
+
m < 3 && (i(
|
|
3602
|
+
"You are manually calling a React.PropTypes validation function for the `" + A + "` prop on `" + C + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
3603
|
+
), a[re] = !0, m++);
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
return S[h] == null ? O ? S[h] === null ? new R("The " + L + " `" + A + "` is marked as required " + ("in `" + C + "`, but its value is `null`.")) : new R("The " + L + " `" + A + "` is marked as required in " + ("`" + C + "`, but its value is `undefined`.")) : null : u(S, h, C, L, A);
|
|
3607
|
+
}
|
|
3608
|
+
var g = p.bind(null, !1);
|
|
3609
|
+
return g.isRequired = p.bind(null, !0), g;
|
|
3610
|
+
}
|
|
3611
|
+
function Z(u) {
|
|
3612
|
+
function a(m, p, g, O, S, h) {
|
|
3613
|
+
var C = m[p], L = W(C);
|
|
3614
|
+
if (L !== u) {
|
|
3615
|
+
var A = Y(C);
|
|
3616
|
+
return new R(
|
|
3617
|
+
"Invalid " + O + " `" + S + "` of type " + ("`" + A + "` supplied to `" + g + "`, expected ") + ("`" + u + "`."),
|
|
3618
|
+
{ expectedType: u }
|
|
3619
|
+
);
|
|
3620
|
+
}
|
|
3621
|
+
return null;
|
|
3622
|
+
}
|
|
3623
|
+
return _(a);
|
|
3624
|
+
}
|
|
3625
|
+
function U() {
|
|
3626
|
+
return _(s);
|
|
3627
|
+
}
|
|
3628
|
+
function V(u) {
|
|
3629
|
+
function a(m, p, g, O, S) {
|
|
3630
|
+
if (typeof u != "function")
|
|
3631
|
+
return new R("Property `" + S + "` of component `" + g + "` has invalid PropType notation inside arrayOf.");
|
|
3632
|
+
var h = m[p];
|
|
3633
|
+
if (!Array.isArray(h)) {
|
|
3634
|
+
var C = W(h);
|
|
3635
|
+
return new R("Invalid " + O + " `" + S + "` of type " + ("`" + C + "` supplied to `" + g + "`, expected an array."));
|
|
3636
|
+
}
|
|
3637
|
+
for (var L = 0; L < h.length; L++) {
|
|
3638
|
+
var A = u(h, L, g, O, S + "[" + L + "]", r);
|
|
3639
|
+
if (A instanceof Error)
|
|
3640
|
+
return A;
|
|
3641
|
+
}
|
|
3642
|
+
return null;
|
|
3643
|
+
}
|
|
3644
|
+
return _(a);
|
|
3645
|
+
}
|
|
3646
|
+
function $() {
|
|
3647
|
+
function u(a, m, p, g, O) {
|
|
3648
|
+
var S = a[m];
|
|
3649
|
+
if (!l(S)) {
|
|
3650
|
+
var h = W(S);
|
|
3651
|
+
return new R("Invalid " + g + " `" + O + "` of type " + ("`" + h + "` supplied to `" + p + "`, expected a single ReactElement."));
|
|
3652
|
+
}
|
|
3653
|
+
return null;
|
|
3654
|
+
}
|
|
3655
|
+
return _(u);
|
|
3656
|
+
}
|
|
3657
|
+
function v() {
|
|
3658
|
+
function u(a, m, p, g, O) {
|
|
3659
|
+
var S = a[m];
|
|
3660
|
+
if (!e.isValidElementType(S)) {
|
|
3661
|
+
var h = W(S);
|
|
3662
|
+
return new R("Invalid " + g + " `" + O + "` of type " + ("`" + h + "` supplied to `" + p + "`, expected a single ReactElement type."));
|
|
3663
|
+
}
|
|
3664
|
+
return null;
|
|
3665
|
+
}
|
|
3666
|
+
return _(u);
|
|
3667
|
+
}
|
|
3668
|
+
function G(u) {
|
|
3669
|
+
function a(m, p, g, O, S) {
|
|
3670
|
+
if (!(m[p] instanceof u)) {
|
|
3671
|
+
var h = u.name || M, C = oe(m[p]);
|
|
3672
|
+
return new R("Invalid " + O + " `" + S + "` of type " + ("`" + C + "` supplied to `" + g + "`, expected ") + ("instance of `" + h + "`."));
|
|
3673
|
+
}
|
|
3674
|
+
return null;
|
|
3675
|
+
}
|
|
3676
|
+
return _(a);
|
|
3677
|
+
}
|
|
3678
|
+
function K(u) {
|
|
3679
|
+
if (!Array.isArray(u))
|
|
3680
|
+
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
|
|
3681
|
+
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
3682
|
+
) : i("Invalid argument supplied to oneOf, expected an array.")), s;
|
|
3683
|
+
function a(m, p, g, O, S) {
|
|
3684
|
+
for (var h = m[p], C = 0; C < u.length; C++)
|
|
3685
|
+
if (F(h, u[C]))
|
|
3686
|
+
return null;
|
|
3687
|
+
var L = JSON.stringify(u, function(H, b) {
|
|
3688
|
+
var re = Y(b);
|
|
3689
|
+
return re === "symbol" ? String(b) : b;
|
|
3690
|
+
});
|
|
3691
|
+
return new R("Invalid " + O + " `" + S + "` of value `" + String(h) + "` " + ("supplied to `" + g + "`, expected one of " + L + "."));
|
|
3692
|
+
}
|
|
3693
|
+
return _(a);
|
|
3694
|
+
}
|
|
3695
|
+
function T(u) {
|
|
3696
|
+
function a(m, p, g, O, S) {
|
|
3697
|
+
if (typeof u != "function")
|
|
3698
|
+
return new R("Property `" + S + "` of component `" + g + "` has invalid PropType notation inside objectOf.");
|
|
3699
|
+
var h = m[p], C = W(h);
|
|
3700
|
+
if (C !== "object")
|
|
3701
|
+
return new R("Invalid " + O + " `" + S + "` of type " + ("`" + C + "` supplied to `" + g + "`, expected an object."));
|
|
3702
|
+
for (var L in h)
|
|
3703
|
+
if (o(h, L)) {
|
|
3704
|
+
var A = u(h, L, g, O, S + "." + L, r);
|
|
3705
|
+
if (A instanceof Error)
|
|
3706
|
+
return A;
|
|
3707
|
+
}
|
|
3708
|
+
return null;
|
|
3709
|
+
}
|
|
3710
|
+
return _(a);
|
|
3711
|
+
}
|
|
3712
|
+
function q(u) {
|
|
3713
|
+
if (!Array.isArray(u))
|
|
3714
|
+
return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), s;
|
|
3715
|
+
for (var a = 0; a < u.length; a++) {
|
|
3716
|
+
var m = u[a];
|
|
3717
|
+
if (typeof m != "function")
|
|
3718
|
+
return i(
|
|
3719
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + x(m) + " at index " + a + "."
|
|
3720
|
+
), s;
|
|
3721
|
+
}
|
|
3722
|
+
function p(g, O, S, h, C) {
|
|
3723
|
+
for (var L = [], A = 0; A < u.length; A++) {
|
|
3724
|
+
var H = u[A], b = H(g, O, S, h, C, r);
|
|
3725
|
+
if (b == null)
|
|
3726
|
+
return null;
|
|
3727
|
+
b.data && o(b.data, "expectedType") && L.push(b.data.expectedType);
|
|
3728
|
+
}
|
|
3729
|
+
var re = L.length > 0 ? ", expected one of type [" + L.join(", ") + "]" : "";
|
|
3730
|
+
return new R("Invalid " + h + " `" + C + "` supplied to " + ("`" + S + "`" + re + "."));
|
|
3731
|
+
}
|
|
3732
|
+
return _(p);
|
|
3733
|
+
}
|
|
3734
|
+
function ie() {
|
|
3735
|
+
function u(a, m, p, g, O) {
|
|
3736
|
+
return Q(a[m]) ? null : new R("Invalid " + g + " `" + O + "` supplied to " + ("`" + p + "`, expected a ReactNode."));
|
|
3737
|
+
}
|
|
3738
|
+
return _(u);
|
|
3739
|
+
}
|
|
3740
|
+
function te(u, a, m, p, g) {
|
|
3741
|
+
return new R(
|
|
3742
|
+
(u || "React class") + ": " + a + " type `" + m + "." + p + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + g + "`."
|
|
3743
|
+
);
|
|
3744
|
+
}
|
|
3745
|
+
function X(u) {
|
|
3746
|
+
function a(m, p, g, O, S) {
|
|
3747
|
+
var h = m[p], C = W(h);
|
|
3748
|
+
if (C !== "object")
|
|
3749
|
+
return new R("Invalid " + O + " `" + S + "` of type `" + C + "` " + ("supplied to `" + g + "`, expected `object`."));
|
|
3750
|
+
for (var L in u) {
|
|
3751
|
+
var A = u[L];
|
|
3752
|
+
if (typeof A != "function")
|
|
3753
|
+
return te(g, O, S, L, Y(A));
|
|
3754
|
+
var H = A(h, L, g, O, S + "." + L, r);
|
|
3755
|
+
if (H)
|
|
3756
|
+
return H;
|
|
3757
|
+
}
|
|
3758
|
+
return null;
|
|
3759
|
+
}
|
|
3760
|
+
return _(a);
|
|
3761
|
+
}
|
|
3762
|
+
function ne(u) {
|
|
3763
|
+
function a(m, p, g, O, S) {
|
|
3764
|
+
var h = m[p], C = W(h);
|
|
3765
|
+
if (C !== "object")
|
|
3766
|
+
return new R("Invalid " + O + " `" + S + "` of type `" + C + "` " + ("supplied to `" + g + "`, expected `object`."));
|
|
3767
|
+
var L = t({}, m[p], u);
|
|
3768
|
+
for (var A in L) {
|
|
3769
|
+
var H = u[A];
|
|
3770
|
+
if (o(u, A) && typeof H != "function")
|
|
3771
|
+
return te(g, O, S, A, Y(H));
|
|
3772
|
+
if (!H)
|
|
3773
|
+
return new R(
|
|
3774
|
+
"Invalid " + O + " `" + S + "` key `" + A + "` supplied to `" + g + "`.\nBad object: " + JSON.stringify(m[p], null, " ") + `
|
|
3775
|
+
Valid keys: ` + JSON.stringify(Object.keys(u), null, " ")
|
|
3776
|
+
);
|
|
3777
|
+
var b = H(h, A, g, O, S + "." + A, r);
|
|
3778
|
+
if (b)
|
|
3779
|
+
return b;
|
|
3780
|
+
}
|
|
3781
|
+
return null;
|
|
3782
|
+
}
|
|
3783
|
+
return _(a);
|
|
3784
|
+
}
|
|
3785
|
+
function Q(u) {
|
|
3786
|
+
switch (typeof u) {
|
|
3787
|
+
case "number":
|
|
3788
|
+
case "string":
|
|
3789
|
+
case "undefined":
|
|
3790
|
+
return !0;
|
|
3791
|
+
case "boolean":
|
|
3792
|
+
return !u;
|
|
3793
|
+
case "object":
|
|
3794
|
+
if (Array.isArray(u))
|
|
3795
|
+
return u.every(Q);
|
|
3796
|
+
if (u === null || l(u))
|
|
3797
|
+
return !0;
|
|
3798
|
+
var a = w(u);
|
|
3799
|
+
if (a) {
|
|
3800
|
+
var m = a.call(u), p;
|
|
3801
|
+
if (a !== u.entries) {
|
|
3802
|
+
for (; !(p = m.next()).done; )
|
|
3803
|
+
if (!Q(p.value))
|
|
3804
|
+
return !1;
|
|
3805
|
+
} else
|
|
3806
|
+
for (; !(p = m.next()).done; ) {
|
|
3807
|
+
var g = p.value;
|
|
3808
|
+
if (g && !Q(g[1]))
|
|
3809
|
+
return !1;
|
|
3810
|
+
}
|
|
3811
|
+
} else
|
|
3812
|
+
return !1;
|
|
3813
|
+
return !0;
|
|
3814
|
+
default:
|
|
3815
|
+
return !1;
|
|
3816
|
+
}
|
|
3817
|
+
}
|
|
3818
|
+
function J(u, a) {
|
|
3819
|
+
return u === "symbol" ? !0 : a ? a["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && a instanceof Symbol : !1;
|
|
3820
|
+
}
|
|
3821
|
+
function W(u) {
|
|
3822
|
+
var a = typeof u;
|
|
3823
|
+
return Array.isArray(u) ? "array" : u instanceof RegExp ? "object" : J(a, u) ? "symbol" : a;
|
|
3824
|
+
}
|
|
3825
|
+
function Y(u) {
|
|
3826
|
+
if (typeof u > "u" || u === null)
|
|
3827
|
+
return "" + u;
|
|
3828
|
+
var a = W(u);
|
|
3829
|
+
if (a === "object") {
|
|
3830
|
+
if (u instanceof Date)
|
|
3831
|
+
return "date";
|
|
3832
|
+
if (u instanceof RegExp)
|
|
3833
|
+
return "regexp";
|
|
3834
|
+
}
|
|
3835
|
+
return a;
|
|
3836
|
+
}
|
|
3837
|
+
function x(u) {
|
|
3838
|
+
var a = Y(u);
|
|
3839
|
+
switch (a) {
|
|
3840
|
+
case "array":
|
|
3841
|
+
case "object":
|
|
3842
|
+
return "an " + a;
|
|
3843
|
+
case "boolean":
|
|
3844
|
+
case "date":
|
|
3845
|
+
case "regexp":
|
|
3846
|
+
return "a " + a;
|
|
3847
|
+
default:
|
|
3848
|
+
return a;
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
function oe(u) {
|
|
3852
|
+
return !u.constructor || !u.constructor.name ? M : u.constructor.name;
|
|
3853
|
+
}
|
|
3854
|
+
return j.checkPropTypes = c, j.resetWarningCache = c.resetWarningCache, j.PropTypes = j, j;
|
|
3855
|
+
}, Ze;
|
|
3856
|
+
}
|
|
3857
|
+
var Ve, fr;
|
|
3858
|
+
function Kt() {
|
|
3859
|
+
if (fr) return Ve;
|
|
3860
|
+
fr = 1;
|
|
3861
|
+
var e = /* @__PURE__ */ Ye();
|
|
3862
|
+
function t() {
|
|
3863
|
+
}
|
|
3864
|
+
function r() {
|
|
3865
|
+
}
|
|
3866
|
+
return r.resetWarningCache = t, Ve = function() {
|
|
3867
|
+
function o(s, l, d, f, y, w) {
|
|
3868
|
+
if (w !== e) {
|
|
3869
|
+
var M = new Error(
|
|
3870
|
+
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
3871
|
+
);
|
|
3872
|
+
throw M.name = "Invariant Violation", M;
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
o.isRequired = o;
|
|
3876
|
+
function c() {
|
|
3877
|
+
return o;
|
|
3878
|
+
}
|
|
3879
|
+
var i = {
|
|
3880
|
+
array: o,
|
|
3881
|
+
bigint: o,
|
|
3882
|
+
bool: o,
|
|
3883
|
+
func: o,
|
|
3884
|
+
number: o,
|
|
3885
|
+
object: o,
|
|
3886
|
+
string: o,
|
|
3887
|
+
symbol: o,
|
|
3888
|
+
any: o,
|
|
3889
|
+
arrayOf: c,
|
|
3890
|
+
element: o,
|
|
3891
|
+
elementType: o,
|
|
3892
|
+
instanceOf: c,
|
|
3893
|
+
node: o,
|
|
3894
|
+
objectOf: c,
|
|
3895
|
+
oneOf: c,
|
|
3896
|
+
oneOfType: c,
|
|
3897
|
+
shape: c,
|
|
3898
|
+
exact: c,
|
|
3899
|
+
checkPropTypes: r,
|
|
3900
|
+
resetWarningCache: t
|
|
3901
|
+
};
|
|
3902
|
+
return i.PropTypes = i, i;
|
|
3903
|
+
}, Ve;
|
|
3904
|
+
}
|
|
3905
|
+
var mr;
|
|
3906
|
+
function en() {
|
|
3907
|
+
if (mr) return xe.exports;
|
|
3908
|
+
if (mr = 1, process.env.NODE_ENV !== "production") {
|
|
3909
|
+
var e = Fr(), t = !0;
|
|
3910
|
+
xe.exports = /* @__PURE__ */ Qt()(e.isElement, t);
|
|
3911
|
+
} else
|
|
3912
|
+
xe.exports = /* @__PURE__ */ Kt()();
|
|
3913
|
+
return xe.exports;
|
|
3914
|
+
}
|
|
3915
|
+
var rn = /* @__PURE__ */ en();
|
|
3916
|
+
const B = /* @__PURE__ */ Wr(rn);
|
|
3917
|
+
var tn = ["variant", "color", "size"], nn = function(t) {
|
|
3918
|
+
var r = t.color;
|
|
3919
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
3920
|
+
d: "M16.65 5.719h-9.3c-2.95 0-5.35 2.4-5.35 5.35v5.58c0 2.95 2.4 5.35 5.35 5.35h9.3c2.95 0 5.35-2.4 5.35-5.35v-5.58c0-2.95-2.4-5.35-5.35-5.35Zm-2.15 6.3c0-.55.45-1 1-1s1 .45 1 1-.45 1.01-1 1.01-1-.44-1-.99v-.02Zm-4.37 4.05c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.03-1.03-.99.99c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.99-.99-.96-.96a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.96.96.99-.99c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.99.99 1.03 1.03c.29.29.29.77 0 1.06Zm3.41-1.07c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.44 1-1 1Zm1.96 1.97c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.44 1.01-1 1.01Zm1.98-1.97c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.44 1-1 1Z",
|
|
3921
|
+
fill: r
|
|
3922
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3923
|
+
d: "m13.64 2.71-.01.94A1.64 1.64 0 0 1 12 5.26c-.15 0-.24.1-.24.23s.1.23.23.23h-1.61c-.01-.07-.02-.15-.02-.23 0-.9.73-1.63 1.62-1.63.15 0 .25-.1.25-.23l.01-.94c.01-.38.32-.69.7-.69h.01c.39 0 .69.32.69.71Z",
|
|
3924
|
+
fill: r
|
|
3925
|
+
}));
|
|
3926
|
+
}, on = function(t) {
|
|
3927
|
+
var r = t.color;
|
|
3928
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
3929
|
+
d: "m9.57 12.46-3.05 3.05M6.55 12.488l3.05 3.05",
|
|
3930
|
+
stroke: r,
|
|
3931
|
+
strokeWidth: "1.5",
|
|
3932
|
+
strokeMiterlimit: "10",
|
|
3933
|
+
strokeLinecap: "round",
|
|
3934
|
+
strokeLinejoin: "round"
|
|
3935
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3936
|
+
d: "M13.53 14h.01M17.47 14h.01M15.5 15.98v-.02M15.5 12.04v-.02",
|
|
3937
|
+
stroke: r,
|
|
3938
|
+
strokeWidth: "2",
|
|
3939
|
+
strokeMiterlimit: "10",
|
|
3940
|
+
strokeLinecap: "round",
|
|
3941
|
+
strokeLinejoin: "round"
|
|
3942
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3943
|
+
d: "M2 15c0 5 2 7 7 7h6c5 0 7-2 7-7v-2c0-5-2-7-7-7H9C5.25 6 3.19 7.12 2.39 9.8M13.01 2 13 3.01A1 1 0 0 1 12 4h-.03c-.55 0-.99.45-.99 1s.45 1 1 1h1",
|
|
3944
|
+
stroke: r,
|
|
3945
|
+
strokeWidth: "1.5",
|
|
3946
|
+
strokeLinecap: "round",
|
|
3947
|
+
strokeLinejoin: "round"
|
|
3948
|
+
}));
|
|
3949
|
+
}, an = function(t) {
|
|
3950
|
+
var r = t.color;
|
|
3951
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
3952
|
+
d: "m10.13 15.008-1.03-1.03.99-.99c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.99.99-.96-.96a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.96.96-.99.99c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.99-.99 1.03 1.03c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06ZM13.54 15c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.44 1-1 1ZM17.48 15c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.44 1-1 1ZM15.5 16.97c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.44 1.01-1 1.01ZM15.5 13.03c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.44 1.01-1 1.01Z",
|
|
3953
|
+
fill: r
|
|
3954
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3955
|
+
opacity: ".4",
|
|
3956
|
+
d: "M22 11.069v5.58c0 2.95-2.4 5.35-5.35 5.35h-9.3c-2.95 0-5.35-2.4-5.35-5.35v-5.58c0-2.95 2.4-5.35 5.35-5.35h9.3c2.95 0 5.35 2.4 5.35 5.35Z",
|
|
3957
|
+
fill: r
|
|
3958
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3959
|
+
d: "m13.64 2.71-.01.94A1.64 1.64 0 0 1 12 5.26c-.15 0-.24.1-.24.23s.1.23.23.23h-1.61c-.01-.07-.02-.15-.02-.23 0-.9.73-1.63 1.62-1.63.15 0 .25-.1.25-.23l.01-.94c.01-.38.32-.69.7-.69h.01c.39 0 .69.32.69.71Z",
|
|
3960
|
+
fill: r
|
|
3961
|
+
}));
|
|
3962
|
+
}, pr = function(t) {
|
|
3963
|
+
var r = t.color;
|
|
3964
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
3965
|
+
d: "m9.57 12.46-3.05 3.05M6.55 12.49l3.05 3.05",
|
|
3966
|
+
stroke: r,
|
|
3967
|
+
strokeWidth: "1.5",
|
|
3968
|
+
strokeMiterlimit: "10",
|
|
3969
|
+
strokeLinecap: "round",
|
|
3970
|
+
strokeLinejoin: "round"
|
|
3971
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3972
|
+
d: "M13.53 14h.01M17.47 14h.01M15.5 15.98v-.02M15.5 12.04v-.02",
|
|
3973
|
+
stroke: r,
|
|
3974
|
+
strokeWidth: "2",
|
|
3975
|
+
strokeMiterlimit: "10",
|
|
3976
|
+
strokeLinecap: "round",
|
|
3977
|
+
strokeLinejoin: "round"
|
|
3978
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3979
|
+
d: "M9 22h6c5 0 7-2 7-7v-2c0-5-2-7-7-7H9c-5 0-7 2-7 7v2c0 5 2 7 7 7ZM13.01 2 13 3.01A1 1 0 0 1 12 4h-.03c-.55 0-.99.45-.99 1s.45 1 1 1h1",
|
|
3980
|
+
stroke: r,
|
|
3981
|
+
strokeWidth: "1.5",
|
|
3982
|
+
strokeLinecap: "round",
|
|
3983
|
+
strokeLinejoin: "round"
|
|
3984
|
+
}));
|
|
3985
|
+
}, cn = function(t) {
|
|
3986
|
+
var r = t.color;
|
|
3987
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
3988
|
+
d: "M6.52 16.258c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.05-3.05c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-3.05 3.05c-.15.14-.34.22-.53.22Z",
|
|
3989
|
+
fill: r
|
|
3990
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3991
|
+
d: "M9.6 16.29c-.19 0-.38-.07-.53-.22l-3.05-3.05a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.05 3.05c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22ZM13.54 15c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.44 1-1 1ZM17.48 15c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.45 1-1 1ZM15.5 16.97c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.44 1.01-1 1.01ZM15.5 13.03c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.44 1.01-1 1.01Z",
|
|
3992
|
+
fill: r
|
|
3993
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3994
|
+
d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75v-2c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v2c0 5.43-2.32 7.75-7.75 7.75Zm-6-16c-4.61 0-6.25 1.64-6.25 6.25v2c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25v-2c0-4.61-1.64-6.25-6.25-6.25H9Z",
|
|
3995
|
+
fill: r
|
|
3996
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
3997
|
+
d: "M12.99 6.75h-1c-.96 0-1.75-.79-1.75-1.75s.78-1.75 1.74-1.75c.16 0 .27-.11.28-.25l.01-1.01c.01-.41.34-.74.75-.74h.01c.41.01.75.35.74.76l-.01 1.01c-.01.95-.8 1.73-1.75 1.73-.16 0-.26.11-.26.25s.11.25.25.25h1c.41 0 .75.34.75.75s-.35.75-.76.75Z",
|
|
3998
|
+
fill: r
|
|
3999
|
+
}));
|
|
4000
|
+
}, sn = function(t) {
|
|
4001
|
+
var r = t.color;
|
|
4002
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("g", {
|
|
4003
|
+
opacity: ".4",
|
|
4004
|
+
stroke: r,
|
|
4005
|
+
strokeWidth: "1.5",
|
|
4006
|
+
strokeMiterlimit: "10",
|
|
4007
|
+
strokeLinecap: "round",
|
|
4008
|
+
strokeLinejoin: "round"
|
|
4009
|
+
}, /* @__PURE__ */ n.createElement("path", {
|
|
4010
|
+
d: "m9.57 12.46-3.05 3.05M6.55 12.492l3.05 3.05"
|
|
4011
|
+
})), /* @__PURE__ */ n.createElement("path", {
|
|
4012
|
+
opacity: ".4",
|
|
4013
|
+
d: "M13.53 14h.01M17.47 14h.01M15.5 15.98v-.02M15.5 12.04v-.02",
|
|
4014
|
+
stroke: r,
|
|
4015
|
+
strokeWidth: "2",
|
|
4016
|
+
strokeMiterlimit: "10",
|
|
4017
|
+
strokeLinecap: "round",
|
|
4018
|
+
strokeLinejoin: "round"
|
|
4019
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4020
|
+
d: "M9 22h6c5 0 7-2 7-7v-2c0-5-2-7-7-7H9c-5 0-7 2-7 7v2c0 5 2 7 7 7ZM13.01 2 13 3.01A1 1 0 0 1 12 4h-.03c-.55 0-.99.45-.99 1s.45 1 1 1h1",
|
|
4021
|
+
stroke: r,
|
|
4022
|
+
strokeWidth: "1.5",
|
|
4023
|
+
strokeLinecap: "round",
|
|
4024
|
+
strokeLinejoin: "round"
|
|
4025
|
+
}));
|
|
4026
|
+
}, ln = function(t, r) {
|
|
4027
|
+
switch (t) {
|
|
4028
|
+
case "Bold":
|
|
4029
|
+
return /* @__PURE__ */ n.createElement(nn, {
|
|
4030
|
+
color: r
|
|
4031
|
+
});
|
|
4032
|
+
case "Broken":
|
|
4033
|
+
return /* @__PURE__ */ n.createElement(on, {
|
|
4034
|
+
color: r
|
|
4035
|
+
});
|
|
4036
|
+
case "Bulk":
|
|
4037
|
+
return /* @__PURE__ */ n.createElement(an, {
|
|
4038
|
+
color: r
|
|
4039
|
+
});
|
|
4040
|
+
case "Linear":
|
|
4041
|
+
return /* @__PURE__ */ n.createElement(pr, {
|
|
4042
|
+
color: r
|
|
4043
|
+
});
|
|
4044
|
+
case "Outline":
|
|
4045
|
+
return /* @__PURE__ */ n.createElement(cn, {
|
|
4046
|
+
color: r
|
|
4047
|
+
});
|
|
4048
|
+
case "TwoTone":
|
|
4049
|
+
return /* @__PURE__ */ n.createElement(sn, {
|
|
4050
|
+
color: r
|
|
4051
|
+
});
|
|
4052
|
+
default:
|
|
4053
|
+
return /* @__PURE__ */ n.createElement(pr, {
|
|
4054
|
+
color: r
|
|
4055
|
+
});
|
|
4056
|
+
}
|
|
4057
|
+
}, Oe = /* @__PURE__ */ ue(function(e, t) {
|
|
4058
|
+
var r = e.variant, o = e.color, c = e.size, i = de(e, tn);
|
|
4059
|
+
return /* @__PURE__ */ n.createElement("svg", ce({}, i, {
|
|
4060
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4061
|
+
ref: t,
|
|
4062
|
+
width: c,
|
|
4063
|
+
height: c,
|
|
4064
|
+
viewBox: "0 0 24 24",
|
|
4065
|
+
fill: "none"
|
|
4066
|
+
}), ln(r, o));
|
|
4067
|
+
});
|
|
4068
|
+
Oe.propTypes = {
|
|
4069
|
+
variant: B.oneOf(["Linear", "Bold", "Broken", "Bulk", "Outline", "TwoTone"]),
|
|
4070
|
+
color: B.string,
|
|
4071
|
+
size: B.oneOfType([B.string, B.number])
|
|
4072
|
+
};
|
|
4073
|
+
Oe.defaultProps = {
|
|
4074
|
+
variant: "Linear",
|
|
4075
|
+
color: "currentColor",
|
|
4076
|
+
size: "24"
|
|
4077
|
+
};
|
|
4078
|
+
Oe.displayName = "Game";
|
|
4079
|
+
var un = ["variant", "color", "size"], dn = function(t) {
|
|
4080
|
+
var r = t.color;
|
|
4081
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4082
|
+
d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54Z",
|
|
4083
|
+
fill: r
|
|
4084
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4085
|
+
d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1Zm-9 7.56h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75Zm2-4h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75Z",
|
|
4086
|
+
fill: r
|
|
4087
|
+
}));
|
|
4088
|
+
}, fn = function(t) {
|
|
4089
|
+
var r = t.color;
|
|
4090
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4091
|
+
d: "M12 13h1M7 13h2.45M7 17h4M2 9c0-5 2-7 7-7h5M22 10v5c0 5-2 7-7 7H9c-5 0-7-2-7-7v-2.02M18 10c-3 0-4-1-4-4V2l8 8",
|
|
4092
|
+
stroke: r,
|
|
4093
|
+
strokeWidth: "1.5",
|
|
4094
|
+
strokeLinecap: "round",
|
|
4095
|
+
strokeLinejoin: "round"
|
|
4096
|
+
}));
|
|
4097
|
+
}, mn = function(t) {
|
|
4098
|
+
var r = t.color;
|
|
4099
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4100
|
+
opacity: ".4",
|
|
4101
|
+
d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1Z",
|
|
4102
|
+
fill: r
|
|
4103
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4104
|
+
d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54ZM13.5 13.75h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75ZM11.5 17.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75Z",
|
|
4105
|
+
fill: r
|
|
4106
|
+
}));
|
|
4107
|
+
}, hr = function(t) {
|
|
4108
|
+
var r = t.color;
|
|
4109
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4110
|
+
d: "M21 7v10c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V7c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5Z",
|
|
4111
|
+
stroke: r,
|
|
4112
|
+
strokeWidth: "1.5",
|
|
4113
|
+
strokeMiterlimit: "10",
|
|
4114
|
+
strokeLinecap: "round",
|
|
4115
|
+
strokeLinejoin: "round"
|
|
4116
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4117
|
+
d: "M14.5 4.5v2c0 1.1.9 2 2 2h2M8 13h4M8 17h8",
|
|
4118
|
+
stroke: r,
|
|
4119
|
+
strokeWidth: "1.5",
|
|
4120
|
+
strokeMiterlimit: "10",
|
|
4121
|
+
strokeLinecap: "round",
|
|
4122
|
+
strokeLinejoin: "round"
|
|
4123
|
+
}));
|
|
4124
|
+
}, pn = function(t) {
|
|
4125
|
+
var r = t.color;
|
|
4126
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4127
|
+
d: "M16 22.75H8c-3.65 0-5.75-2.1-5.75-5.75V7c0-3.65 2.1-5.75 5.75-5.75h8c3.65 0 5.75 2.1 5.75 5.75v10c0 3.65-2.1 5.75-5.75 5.75Zm-8-20C5.14 2.75 3.75 4.14 3.75 7v10c0 2.86 1.39 4.25 4.25 4.25h8c2.86 0 4.25-1.39 4.25-4.25V7c0-2.86-1.39-4.25-4.25-4.25H8Z",
|
|
4128
|
+
fill: r
|
|
4129
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4130
|
+
d: "M18.5 9.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75ZM12 13.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75ZM16 17.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75Z",
|
|
4131
|
+
fill: r
|
|
4132
|
+
}));
|
|
4133
|
+
}, hn = function(t) {
|
|
4134
|
+
var r = t.color;
|
|
4135
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4136
|
+
d: "M21 7v10c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V7c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5Z",
|
|
4137
|
+
stroke: r,
|
|
4138
|
+
strokeWidth: "1.5",
|
|
4139
|
+
strokeMiterlimit: "10",
|
|
4140
|
+
strokeLinecap: "round",
|
|
4141
|
+
strokeLinejoin: "round"
|
|
4142
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4143
|
+
opacity: ".4",
|
|
4144
|
+
d: "M14.5 4.5v2c0 1.1.9 2 2 2h2M8 13h4M8 17h8",
|
|
4145
|
+
stroke: r,
|
|
4146
|
+
strokeWidth: "1.5",
|
|
4147
|
+
strokeMiterlimit: "10",
|
|
4148
|
+
strokeLinecap: "round",
|
|
4149
|
+
strokeLinejoin: "round"
|
|
4150
|
+
}));
|
|
4151
|
+
}, vn = function(t, r) {
|
|
4152
|
+
switch (t) {
|
|
4153
|
+
case "Bold":
|
|
4154
|
+
return /* @__PURE__ */ n.createElement(dn, {
|
|
4155
|
+
color: r
|
|
4156
|
+
});
|
|
4157
|
+
case "Broken":
|
|
4158
|
+
return /* @__PURE__ */ n.createElement(fn, {
|
|
4159
|
+
color: r
|
|
4160
|
+
});
|
|
4161
|
+
case "Bulk":
|
|
4162
|
+
return /* @__PURE__ */ n.createElement(mn, {
|
|
4163
|
+
color: r
|
|
4164
|
+
});
|
|
4165
|
+
case "Linear":
|
|
4166
|
+
return /* @__PURE__ */ n.createElement(hr, {
|
|
4167
|
+
color: r
|
|
4168
|
+
});
|
|
4169
|
+
case "Outline":
|
|
4170
|
+
return /* @__PURE__ */ n.createElement(pn, {
|
|
4171
|
+
color: r
|
|
4172
|
+
});
|
|
4173
|
+
case "TwoTone":
|
|
4174
|
+
return /* @__PURE__ */ n.createElement(hn, {
|
|
4175
|
+
color: r
|
|
4176
|
+
});
|
|
4177
|
+
default:
|
|
4178
|
+
return /* @__PURE__ */ n.createElement(hr, {
|
|
4179
|
+
color: r
|
|
4180
|
+
});
|
|
4181
|
+
}
|
|
4182
|
+
}, Ce = /* @__PURE__ */ ue(function(e, t) {
|
|
4183
|
+
var r = e.variant, o = e.color, c = e.size, i = de(e, un);
|
|
4184
|
+
return /* @__PURE__ */ n.createElement("svg", ce({}, i, {
|
|
4185
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4186
|
+
ref: t,
|
|
4187
|
+
width: c,
|
|
4188
|
+
height: c,
|
|
4189
|
+
viewBox: "0 0 24 24",
|
|
4190
|
+
fill: "none"
|
|
4191
|
+
}), vn(r, o));
|
|
4192
|
+
});
|
|
4193
|
+
Ce.propTypes = {
|
|
4194
|
+
variant: B.oneOf(["Linear", "Bold", "Broken", "Bulk", "Outline", "TwoTone"]),
|
|
4195
|
+
color: B.string,
|
|
4196
|
+
size: B.oneOfType([B.string, B.number])
|
|
4197
|
+
};
|
|
4198
|
+
Ce.defaultProps = {
|
|
4199
|
+
variant: "Linear",
|
|
4200
|
+
color: "currentColor",
|
|
4201
|
+
size: "24"
|
|
4202
|
+
};
|
|
4203
|
+
Ce.displayName = "DocumentText";
|
|
4204
|
+
var gn = ["variant", "color", "size"], bn = function(t) {
|
|
4205
|
+
var r = t.color;
|
|
4206
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4207
|
+
d: "M20 19.261h-9.07c-.45 0-.82-.37-.82-.82 0-.45.37-.82.82-.82H20c.45 0 .82.37.82.82 0 .46-.37.82-.82.82ZM20 12.968h-9.07c-.45 0-.82-.37-.82-.82 0-.45.37-.82.82-.82H20c.45 0 .82.37.82.82 0 .45-.37.82-.82.82ZM20 6.671h-9.07c-.45 0-.82-.37-.82-.82 0-.45.37-.82.82-.82H20c.45 0 .82.37.82.82 0 .45-.37.82-.82.82ZM4.91 8.032c-.22 0-.43-.09-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.15-.36.24-.58.24ZM4.91 14.329c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24ZM4.91 20.329c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.821.821 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24Z",
|
|
4208
|
+
fill: r
|
|
4209
|
+
}));
|
|
4210
|
+
}, yn = function(t) {
|
|
4211
|
+
var r = t.color;
|
|
4212
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4213
|
+
d: "M11 19.5h10M20 12.5h1M11 12.5h5.49M11 5.5h10M3 5.5l1 1 3-3M3 12.5l1 1 3-3M3 19.5l1 1 3-3",
|
|
4214
|
+
stroke: r,
|
|
4215
|
+
strokeWidth: "1.5",
|
|
4216
|
+
strokeLinecap: "round",
|
|
4217
|
+
strokeLinejoin: "round"
|
|
4218
|
+
}));
|
|
4219
|
+
}, kn = function(t) {
|
|
4220
|
+
var r = t.color;
|
|
4221
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4222
|
+
d: "M20 19.261h-9.07c-.45 0-.82-.37-.82-.82 0-.45.37-.82.82-.82H20c.45 0 .82.37.82.82 0 .46-.37.82-.82.82ZM20 12.968h-9.07c-.45 0-.82-.37-.82-.82 0-.45.37-.82.82-.82H20c.45 0 .82.37.82.82 0 .45-.37.82-.82.82ZM20 6.671h-9.07c-.45 0-.82-.37-.82-.82 0-.45.37-.82.82-.82H20c.45 0 .82.37.82.82 0 .45-.37.82-.82.82Z",
|
|
4223
|
+
fill: r
|
|
4224
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4225
|
+
opacity: ".4",
|
|
4226
|
+
d: "M4.91 8.032c-.22 0-.43-.09-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.15-.36.24-.58.24ZM4.91 14.329c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24ZM4.91 20.329c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.821.821 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24Z",
|
|
4227
|
+
fill: r
|
|
4228
|
+
}));
|
|
4229
|
+
}, vr = function(t) {
|
|
4230
|
+
var r = t.color;
|
|
4231
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4232
|
+
d: "M11 19.5h10M11 12.5h10M11 5.5h10M3 5.5l1 1 3-3M3 12.5l1 1 3-3M3 19.5l1 1 3-3",
|
|
4233
|
+
stroke: r,
|
|
4234
|
+
strokeWidth: "1.5",
|
|
4235
|
+
strokeLinecap: "round",
|
|
4236
|
+
strokeLinejoin: "round"
|
|
4237
|
+
}));
|
|
4238
|
+
}, En = function(t) {
|
|
4239
|
+
var r = t.color;
|
|
4240
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4241
|
+
d: "M21 20.25H11c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75ZM21 13.25H11c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75ZM21 6.25H11c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75ZM4 7.251c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.47.47 2.47-2.47c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-3 3c-.15.15-.34.22-.53.22ZM4 14.251c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.47.47 2.47-2.47c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-3 3c-.15.15-.34.22-.53.22ZM4 21.251c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.47.47 2.47-2.47c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-3 3c-.15.15-.34.22-.53.22Z",
|
|
4242
|
+
fill: r
|
|
4243
|
+
}));
|
|
4244
|
+
}, wn = function(t) {
|
|
4245
|
+
var r = t.color;
|
|
4246
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4247
|
+
opacity: ".4",
|
|
4248
|
+
d: "M11 19.5h10M11 12.5h10M11 5.5h10",
|
|
4249
|
+
stroke: r,
|
|
4250
|
+
strokeWidth: "1.5",
|
|
4251
|
+
strokeLinecap: "round",
|
|
4252
|
+
strokeLinejoin: "round"
|
|
4253
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4254
|
+
d: "m3 5.5 1 1 3-3M3 12.5l1 1 3-3M3 19.5l1 1 3-3",
|
|
4255
|
+
stroke: r,
|
|
4256
|
+
strokeWidth: "1.5",
|
|
4257
|
+
strokeLinecap: "round",
|
|
4258
|
+
strokeLinejoin: "round"
|
|
4259
|
+
}));
|
|
4260
|
+
}, xn = function(t, r) {
|
|
4261
|
+
switch (t) {
|
|
4262
|
+
case "Bold":
|
|
4263
|
+
return /* @__PURE__ */ n.createElement(bn, {
|
|
4264
|
+
color: r
|
|
4265
|
+
});
|
|
4266
|
+
case "Broken":
|
|
4267
|
+
return /* @__PURE__ */ n.createElement(yn, {
|
|
4268
|
+
color: r
|
|
4269
|
+
});
|
|
4270
|
+
case "Bulk":
|
|
4271
|
+
return /* @__PURE__ */ n.createElement(kn, {
|
|
4272
|
+
color: r
|
|
4273
|
+
});
|
|
4274
|
+
case "Linear":
|
|
4275
|
+
return /* @__PURE__ */ n.createElement(vr, {
|
|
4276
|
+
color: r
|
|
4277
|
+
});
|
|
4278
|
+
case "Outline":
|
|
4279
|
+
return /* @__PURE__ */ n.createElement(En, {
|
|
4280
|
+
color: r
|
|
4281
|
+
});
|
|
4282
|
+
case "TwoTone":
|
|
4283
|
+
return /* @__PURE__ */ n.createElement(wn, {
|
|
4284
|
+
color: r
|
|
4285
|
+
});
|
|
4286
|
+
default:
|
|
4287
|
+
return /* @__PURE__ */ n.createElement(vr, {
|
|
4288
|
+
color: r
|
|
4289
|
+
});
|
|
4290
|
+
}
|
|
4291
|
+
}, Re = /* @__PURE__ */ ue(function(e, t) {
|
|
4292
|
+
var r = e.variant, o = e.color, c = e.size, i = de(e, gn);
|
|
4293
|
+
return /* @__PURE__ */ n.createElement("svg", ce({}, i, {
|
|
4294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4295
|
+
ref: t,
|
|
4296
|
+
width: c,
|
|
4297
|
+
height: c,
|
|
4298
|
+
viewBox: "0 0 24 24",
|
|
4299
|
+
fill: "none"
|
|
4300
|
+
}), xn(r, o));
|
|
4301
|
+
});
|
|
4302
|
+
Re.propTypes = {
|
|
4303
|
+
variant: B.oneOf(["Linear", "Bold", "Broken", "Bulk", "Outline", "TwoTone"]),
|
|
4304
|
+
color: B.string,
|
|
4305
|
+
size: B.oneOfType([B.string, B.number])
|
|
4306
|
+
};
|
|
4307
|
+
Re.defaultProps = {
|
|
4308
|
+
variant: "Linear",
|
|
4309
|
+
color: "currentColor",
|
|
4310
|
+
size: "24"
|
|
4311
|
+
};
|
|
4312
|
+
Re.displayName = "Task";
|
|
4313
|
+
var Tn = ["variant", "color", "size"], Mn = function(t) {
|
|
4314
|
+
var r = t.color;
|
|
4315
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4316
|
+
d: "M18 16.012c.55 0 1 .45 1 1v.99c0 2.2-1.5 4-4 4H9c-2.5 0-4-1.8-4-4v-.99c0-.55.45-1 1-1h12ZM19 6v7.5c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V6c0-2.2 1.5-4 4-4h6c2.5 0 4 1.8 4 4ZM3 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75ZM21 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75Z",
|
|
4317
|
+
fill: r
|
|
4318
|
+
}));
|
|
4319
|
+
}, Sn = function(t) {
|
|
4320
|
+
var r = t.color;
|
|
4321
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4322
|
+
d: "M15 2c2.5 0 4 1.8 4 4v12c0 2.2-1.5 4-4 4H9c-2.5 0-4-1.8-4-4V6c0-2.2 1.5-4 4-4h1.98M5 16.012h14M2 4v16M22 4v16",
|
|
4323
|
+
stroke: r,
|
|
4324
|
+
strokeWidth: "1.5",
|
|
4325
|
+
strokeLinecap: "round",
|
|
4326
|
+
strokeLinejoin: "round"
|
|
4327
|
+
}));
|
|
4328
|
+
}, On = function(t) {
|
|
4329
|
+
var r = t.color;
|
|
4330
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4331
|
+
d: "M19 16.012v1.99c0 2.2-1.5 4-4 4H9c-2.5 0-4-1.8-4-4v-1.99h14Z",
|
|
4332
|
+
fill: r
|
|
4333
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4334
|
+
opacity: ".4",
|
|
4335
|
+
d: "M19 6v10.01H5V6c0-2.2 1.5-4 4-4h6c2.5 0 4 1.8 4 4Z",
|
|
4336
|
+
fill: r
|
|
4337
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4338
|
+
d: "M3 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75ZM21 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75Z",
|
|
4339
|
+
fill: r
|
|
4340
|
+
}));
|
|
4341
|
+
}, gr = function(t) {
|
|
4342
|
+
var r = t.color;
|
|
4343
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4344
|
+
d: "M15 22H9c-2.5 0-4-1.8-4-4V6c0-2.2 1.5-4 4-4h6c2.5 0 4 1.8 4 4v12c0 2.2-1.5 4-4 4ZM5 16.01h14M2 4v16M22 4v16",
|
|
4345
|
+
stroke: r,
|
|
4346
|
+
strokeWidth: "1.5",
|
|
4347
|
+
strokeLinecap: "round",
|
|
4348
|
+
strokeLinejoin: "round"
|
|
4349
|
+
}));
|
|
4350
|
+
}, Cn = function(t) {
|
|
4351
|
+
var r = t.color;
|
|
4352
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4353
|
+
d: "M15 22.75H9c-2.75 0-4.75-2-4.75-4.75V6c0-2.75 2-4.75 4.75-4.75h6c2.75 0 4.75 2 4.75 4.75v12c0 2.75-2 4.75-4.75 4.75Zm-6-20C6.75 2.75 5.75 4.38 5.75 6v12c0 1.62 1 3.25 3.25 3.25h6c2.25 0 3.25-1.63 3.25-3.25V6c0-1.62-1-3.25-3.25-3.25H9Z",
|
|
4354
|
+
fill: r
|
|
4355
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4356
|
+
d: "M19 16.762H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h14c.41 0 .75.34.75.75s-.34.75-.75.75ZM2 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75ZM22 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75Z",
|
|
4357
|
+
fill: r
|
|
4358
|
+
}));
|
|
4359
|
+
}, Rn = function(t) {
|
|
4360
|
+
var r = t.color;
|
|
4361
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4362
|
+
d: "M15 22H9c-2.5 0-4-1.8-4-4V6c0-2.2 1.5-4 4-4h6c2.5 0 4 1.8 4 4v12c0 2.2-1.5 4-4 4Z",
|
|
4363
|
+
stroke: r,
|
|
4364
|
+
strokeWidth: "1.5",
|
|
4365
|
+
strokeLinecap: "round",
|
|
4366
|
+
strokeLinejoin: "round"
|
|
4367
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4368
|
+
opacity: ".4",
|
|
4369
|
+
d: "M5 16.012h14M2 4v16M22 4v16",
|
|
4370
|
+
stroke: r,
|
|
4371
|
+
strokeWidth: "1.5",
|
|
4372
|
+
strokeLinecap: "round",
|
|
4373
|
+
strokeLinejoin: "round"
|
|
4374
|
+
}));
|
|
4375
|
+
}, _n = function(t, r) {
|
|
4376
|
+
switch (t) {
|
|
4377
|
+
case "Bold":
|
|
4378
|
+
return /* @__PURE__ */ n.createElement(Mn, {
|
|
4379
|
+
color: r
|
|
4380
|
+
});
|
|
4381
|
+
case "Broken":
|
|
4382
|
+
return /* @__PURE__ */ n.createElement(Sn, {
|
|
4383
|
+
color: r
|
|
4384
|
+
});
|
|
4385
|
+
case "Bulk":
|
|
4386
|
+
return /* @__PURE__ */ n.createElement(On, {
|
|
4387
|
+
color: r
|
|
4388
|
+
});
|
|
4389
|
+
case "Linear":
|
|
4390
|
+
return /* @__PURE__ */ n.createElement(gr, {
|
|
4391
|
+
color: r
|
|
4392
|
+
});
|
|
4393
|
+
case "Outline":
|
|
4394
|
+
return /* @__PURE__ */ n.createElement(Cn, {
|
|
4395
|
+
color: r
|
|
4396
|
+
});
|
|
4397
|
+
case "TwoTone":
|
|
4398
|
+
return /* @__PURE__ */ n.createElement(Rn, {
|
|
4399
|
+
color: r
|
|
4400
|
+
});
|
|
4401
|
+
default:
|
|
4402
|
+
return /* @__PURE__ */ n.createElement(gr, {
|
|
4403
|
+
color: r
|
|
4404
|
+
});
|
|
4405
|
+
}
|
|
4406
|
+
}, _e = /* @__PURE__ */ ue(function(e, t) {
|
|
4407
|
+
var r = e.variant, o = e.color, c = e.size, i = de(e, Tn);
|
|
4408
|
+
return /* @__PURE__ */ n.createElement("svg", ce({}, i, {
|
|
4409
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4410
|
+
ref: t,
|
|
4411
|
+
width: c,
|
|
4412
|
+
height: c,
|
|
4413
|
+
viewBox: "0 0 24 24",
|
|
4414
|
+
fill: "none"
|
|
4415
|
+
}), _n(r, o));
|
|
4416
|
+
});
|
|
4417
|
+
_e.propTypes = {
|
|
4418
|
+
variant: B.oneOf(["Linear", "Bold", "Broken", "Bulk", "Outline", "TwoTone"]),
|
|
4419
|
+
color: B.string,
|
|
4420
|
+
size: B.oneOfType([B.string, B.number])
|
|
4421
|
+
};
|
|
4422
|
+
_e.defaultProps = {
|
|
4423
|
+
variant: "Linear",
|
|
4424
|
+
color: "currentColor",
|
|
4425
|
+
size: "24"
|
|
4426
|
+
};
|
|
4427
|
+
_e.displayName = "Slider";
|
|
4428
|
+
var An = ["variant", "color", "size"], Pn = function(t) {
|
|
4429
|
+
var r = t.color;
|
|
4430
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4431
|
+
d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm4.78 7.7-5.67 5.67a.75.75 0 0 1-1.06 0l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 5.14-5.14c.29-.29.77-.29 1.06 0 .29.29.29.76 0 1.06Z",
|
|
4432
|
+
fill: r
|
|
4433
|
+
}));
|
|
4434
|
+
}, jn = function(t) {
|
|
4435
|
+
var r = t.color;
|
|
4436
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4437
|
+
d: "M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85M15 10.38l1.12-1.13",
|
|
4438
|
+
stroke: r,
|
|
4439
|
+
strokeWidth: "1.5",
|
|
4440
|
+
strokeLinecap: "round",
|
|
4441
|
+
strokeLinejoin: "round"
|
|
4442
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4443
|
+
d: "m7.88 12 2.74 2.75 2.55-2.54",
|
|
4444
|
+
stroke: r,
|
|
4445
|
+
strokeWidth: "1.5",
|
|
4446
|
+
strokeLinecap: "round",
|
|
4447
|
+
strokeLinejoin: "round"
|
|
4448
|
+
}));
|
|
4449
|
+
}, Ln = function(t) {
|
|
4450
|
+
var r = t.color;
|
|
4451
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4452
|
+
opacity: ".4",
|
|
4453
|
+
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z",
|
|
4454
|
+
fill: r
|
|
4455
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4456
|
+
d: "M10.58 15.582a.75.75 0 0 1-.53-.22l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 5.14-5.14c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-5.67 5.67a.75.75 0 0 1-.53.22Z",
|
|
4457
|
+
fill: r
|
|
4458
|
+
}));
|
|
4459
|
+
}, br = function(t) {
|
|
4460
|
+
var r = t.color;
|
|
4461
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4462
|
+
d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Z",
|
|
4463
|
+
stroke: r,
|
|
4464
|
+
strokeWidth: "1.5",
|
|
4465
|
+
strokeLinecap: "round",
|
|
4466
|
+
strokeLinejoin: "round"
|
|
4467
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4468
|
+
d: "m7.75 12 2.83 2.83 5.67-5.66",
|
|
4469
|
+
stroke: r,
|
|
4470
|
+
strokeWidth: "1.5",
|
|
4471
|
+
strokeLinecap: "round",
|
|
4472
|
+
strokeLinejoin: "round"
|
|
4473
|
+
}));
|
|
4474
|
+
}, Bn = function(t) {
|
|
4475
|
+
var r = t.color;
|
|
4476
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4477
|
+
d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75Zm0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75Z",
|
|
4478
|
+
fill: r
|
|
4479
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4480
|
+
d: "M10.58 15.582a.75.75 0 0 1-.53-.22l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 5.14-5.14c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-5.67 5.67a.75.75 0 0 1-.53.22Z",
|
|
4481
|
+
fill: r
|
|
4482
|
+
}));
|
|
4483
|
+
}, zn = function(t) {
|
|
4484
|
+
var r = t.color;
|
|
4485
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4486
|
+
d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Z",
|
|
4487
|
+
stroke: r,
|
|
4488
|
+
strokeWidth: "1.5",
|
|
4489
|
+
strokeLinecap: "round",
|
|
4490
|
+
strokeLinejoin: "round"
|
|
4491
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4492
|
+
opacity: ".34",
|
|
4493
|
+
d: "m7.75 12.002 2.83 2.83 5.67-5.66",
|
|
4494
|
+
stroke: r,
|
|
4495
|
+
strokeWidth: "1.5",
|
|
4496
|
+
strokeLinecap: "round",
|
|
4497
|
+
strokeLinejoin: "round"
|
|
4498
|
+
}));
|
|
4499
|
+
}, In = function(t, r) {
|
|
4500
|
+
switch (t) {
|
|
4501
|
+
case "Bold":
|
|
4502
|
+
return /* @__PURE__ */ n.createElement(Pn, {
|
|
4503
|
+
color: r
|
|
4504
|
+
});
|
|
4505
|
+
case "Broken":
|
|
4506
|
+
return /* @__PURE__ */ n.createElement(jn, {
|
|
4507
|
+
color: r
|
|
4508
|
+
});
|
|
4509
|
+
case "Bulk":
|
|
4510
|
+
return /* @__PURE__ */ n.createElement(Ln, {
|
|
4511
|
+
color: r
|
|
4512
|
+
});
|
|
4513
|
+
case "Linear":
|
|
4514
|
+
return /* @__PURE__ */ n.createElement(br, {
|
|
4515
|
+
color: r
|
|
4516
|
+
});
|
|
4517
|
+
case "Outline":
|
|
4518
|
+
return /* @__PURE__ */ n.createElement(Bn, {
|
|
4519
|
+
color: r
|
|
4520
|
+
});
|
|
4521
|
+
case "TwoTone":
|
|
4522
|
+
return /* @__PURE__ */ n.createElement(zn, {
|
|
4523
|
+
color: r
|
|
4524
|
+
});
|
|
4525
|
+
default:
|
|
4526
|
+
return /* @__PURE__ */ n.createElement(br, {
|
|
4527
|
+
color: r
|
|
4528
|
+
});
|
|
4529
|
+
}
|
|
4530
|
+
}, Ae = /* @__PURE__ */ ue(function(e, t) {
|
|
4531
|
+
var r = e.variant, o = e.color, c = e.size, i = de(e, An);
|
|
4532
|
+
return /* @__PURE__ */ n.createElement("svg", ce({}, i, {
|
|
4533
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4534
|
+
ref: t,
|
|
4535
|
+
width: c,
|
|
4536
|
+
height: c,
|
|
4537
|
+
viewBox: "0 0 24 24",
|
|
4538
|
+
fill: "none"
|
|
4539
|
+
}), In(r, o));
|
|
4540
|
+
});
|
|
4541
|
+
Ae.propTypes = {
|
|
4542
|
+
variant: B.oneOf(["Linear", "Bold", "Broken", "Bulk", "Outline", "TwoTone"]),
|
|
4543
|
+
color: B.string,
|
|
4544
|
+
size: B.oneOfType([B.string, B.number])
|
|
4545
|
+
};
|
|
4546
|
+
Ae.defaultProps = {
|
|
4547
|
+
variant: "Linear",
|
|
4548
|
+
color: "currentColor",
|
|
4549
|
+
size: "24"
|
|
4550
|
+
};
|
|
4551
|
+
Ae.displayName = "TickCircle";
|
|
4552
|
+
var Fn = ["variant", "color", "size"], $n = function(t) {
|
|
4553
|
+
var r = t.color;
|
|
4554
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4555
|
+
d: "m21.56 10.739-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39 0-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52 0l-1.57 1.37c-.3.25-.87.46-1.26.46H6.18c-1.06 0-1.93.87-1.93 1.93v1.71c0 .39-.21.95-.46 1.25l-1.35 1.59c-.58.69-.58 1.81 0 2.5l1.35 1.59c.25.3.46.86.46 1.25v1.71c0 1.06.87 1.93 1.93 1.93h1.73c.39 0 .96.21 1.26.47l1.58 1.36c.69.59 1.82.59 2.52 0l1.58-1.36c.3-.26.86-.47 1.26-.47h1.7c1.06 0 1.93-.87 1.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52Zm-5.4-.63-4.83 4.83a.75.75 0 0 1-1.06 0l-2.42-2.42a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.89 1.89 4.3-4.3c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06Z",
|
|
4556
|
+
fill: r
|
|
4557
|
+
}));
|
|
4558
|
+
}, Zn = function(t) {
|
|
4559
|
+
var r = t.color;
|
|
4560
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4561
|
+
d: "m8.38 11.998 2.41 2.42 4.83-4.84",
|
|
4562
|
+
stroke: r,
|
|
4563
|
+
strokeWidth: "1.5",
|
|
4564
|
+
strokeLinecap: "round",
|
|
4565
|
+
strokeLinejoin: "round"
|
|
4566
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4567
|
+
d: "M4.24 6.198c0-1.06.87-1.93 1.93-1.93H7.9c.4 0 .96-.21 1.26-.46l1.58-1.35c.7-.59 1.83-.59 2.51 0l1.58 1.35c.3.25.87.46 1.27.46h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .4.21.96.46 1.26l1.35 1.58c.59.7.59 1.83 0 2.51l-1.35 1.58c-.25.3-.46.86-.46 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.4 0-.96.21-1.26.46l-1.58 1.35c-.7.59-1.83.59-2.51 0l-1.58-1.35c-.3-.25-.87-.46-1.26-.46H6.17c-1.06 0-1.93-.87-1.93-1.93v-1.71c0-.39-.2-.96-.45-1.25l-1.35-1.59c-.58-.69-.58-1.81 0-2.5l.56-.66",
|
|
4568
|
+
stroke: r,
|
|
4569
|
+
strokeWidth: "1.5",
|
|
4570
|
+
strokeLinecap: "round",
|
|
4571
|
+
strokeLinejoin: "round"
|
|
4572
|
+
}));
|
|
4573
|
+
}, Vn = function(t) {
|
|
4574
|
+
var r = t.color;
|
|
4575
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4576
|
+
opacity: ".4",
|
|
4577
|
+
d: "M10.75 2.45c.69-.59 1.82-.59 2.52 0l1.58 1.36c.3.26.86.47 1.26.47h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .39.21.96.47 1.26l1.36 1.58c.59.69.59 1.82 0 2.52l-1.36 1.58c-.26.3-.47.86-.47 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.39 0-.96.21-1.26.47l-1.58 1.36c-.69.59-1.82.59-2.52 0l-1.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06 0-1.93-.87-1.93-1.93V16.1c0-.39-.21-.95-.46-1.25l-1.35-1.59c-.58-.69-.58-1.81 0-2.5l1.35-1.59c.25-.3.46-.86.46-1.25V6.2c0-1.06.87-1.93 1.93-1.93h1.73c.39 0 .96-.21 1.26-.47l1.58-1.35Z",
|
|
4578
|
+
fill: r
|
|
4579
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4580
|
+
d: "M10.79 15.171a.75.75 0 0 1-.53-.22l-2.42-2.42a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.89 1.89 4.3-4.3c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-4.83 4.83a.75.75 0 0 1-.53.22Z",
|
|
4581
|
+
fill: r
|
|
4582
|
+
}));
|
|
4583
|
+
}, yr = function(t) {
|
|
4584
|
+
var r = t.color;
|
|
4585
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4586
|
+
d: "m8.38 12 2.41 2.42 4.83-4.84",
|
|
4587
|
+
stroke: r,
|
|
4588
|
+
strokeWidth: "1.5",
|
|
4589
|
+
strokeLinecap: "round",
|
|
4590
|
+
strokeLinejoin: "round"
|
|
4591
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4592
|
+
d: "M10.75 2.45c.69-.59 1.82-.59 2.52 0l1.58 1.36c.3.26.86.47 1.26.47h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .39.21.96.47 1.26l1.36 1.58c.59.69.59 1.82 0 2.52l-1.36 1.58c-.26.3-.47.86-.47 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.39 0-.96.21-1.26.47l-1.58 1.36c-.69.59-1.82.59-2.52 0l-1.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06 0-1.93-.87-1.93-1.93V16.1c0-.39-.21-.95-.46-1.25l-1.35-1.59c-.58-.69-.58-1.81 0-2.5l1.35-1.59c.25-.3.46-.86.46-1.25V6.2c0-1.06.87-1.93 1.93-1.93h1.73c.39 0 .96-.21 1.26-.47l1.58-1.35Z",
|
|
4593
|
+
stroke: r,
|
|
4594
|
+
strokeWidth: "1.5",
|
|
4595
|
+
strokeLinecap: "round",
|
|
4596
|
+
strokeLinejoin: "round"
|
|
4597
|
+
}));
|
|
4598
|
+
}, Wn = function(t) {
|
|
4599
|
+
var r = t.color;
|
|
4600
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4601
|
+
d: "M10.79 15.171a.75.75 0 0 1-.53-.22l-2.42-2.42a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.89 1.89 4.3-4.3c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-4.83 4.83a.75.75 0 0 1-.53.22Z",
|
|
4602
|
+
fill: r
|
|
4603
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4604
|
+
d: "M12 22.75c-.63 0-1.26-.21-1.75-.63l-1.58-1.36c-.16-.14-.56-.28-.77-.28H6.18A2.68 2.68 0 0 1 3.5 17.8v-1.71c0-.21-.14-.6-.28-.76l-1.35-1.59c-.82-.97-.82-2.5 0-3.47l1.35-1.59c.14-.16.28-.55.28-.76V6.2c0-1.48 1.2-2.68 2.68-2.68h1.73c.21 0 .61-.15.77-.28l1.58-1.36c.98-.84 2.51-.84 3.49 0l1.58 1.36c.16.14.56.28.77.28h1.7c1.48 0 2.68 1.2 2.68 2.68v1.7c0 .21.15.61.29.77l1.36 1.58c.84.98.84 2.51 0 3.49l-1.36 1.58c-.14.16-.29.56-.29.77v1.7c0 1.48-1.2 2.68-2.68 2.68h-1.7c-.21 0-.61.15-.77.28l-1.58 1.36c-.49.43-1.12.64-1.75.64ZM6.18 5.02C5.53 5.02 5 5.55 5 6.2v1.71c0 .57-.27 1.3-.64 1.73l-1.35 1.59c-.35.41-.35 1.12 0 1.53l1.35 1.59c.37.44.64 1.16.64 1.73v1.71c0 .65.53 1.18 1.18 1.18h1.73c.58 0 1.31.27 1.75.65l1.58 1.36c.41.35 1.13.35 1.54 0l1.58-1.36c.44-.37 1.17-.65 1.75-.65h1.7c.65 0 1.18-.53 1.18-1.18v-1.7c0-.58.27-1.31.65-1.75L21 12.76c.35-.41.35-1.13 0-1.54l-1.36-1.58c-.38-.44-.65-1.17-.65-1.75V6.2c0-.65-.53-1.18-1.18-1.18h-1.7c-.58 0-1.31-.27-1.75-.65l-1.58-1.36c-.41-.35-1.13-.35-1.54 0L9.66 4.38c-.44.37-1.18.64-1.75.64H6.18Z",
|
|
4605
|
+
fill: r
|
|
4606
|
+
}));
|
|
4607
|
+
}, Nn = function(t) {
|
|
4608
|
+
var r = t.color;
|
|
4609
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4610
|
+
opacity: ".34",
|
|
4611
|
+
d: "m8.38 11.998 2.41 2.42 4.83-4.84",
|
|
4612
|
+
stroke: r,
|
|
4613
|
+
strokeWidth: "1.5",
|
|
4614
|
+
strokeLinecap: "round",
|
|
4615
|
+
strokeLinejoin: "round"
|
|
4616
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4617
|
+
d: "M10.75 2.45c.69-.59 1.82-.59 2.52 0l1.58 1.36c.3.26.86.47 1.26.47h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .39.21.96.47 1.26l1.36 1.58c.59.69.59 1.82 0 2.52l-1.36 1.58c-.26.3-.47.86-.47 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.39 0-.96.21-1.26.47l-1.58 1.36c-.69.59-1.82.59-2.52 0l-1.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06 0-1.93-.87-1.93-1.93V16.1c0-.39-.21-.95-.46-1.25l-1.35-1.59c-.58-.69-.58-1.81 0-2.5l1.35-1.59c.25-.3.46-.86.46-1.25V6.2c0-1.06.87-1.93 1.93-1.93h1.73c.39 0 .96-.21 1.26-.47l1.58-1.35Z",
|
|
4618
|
+
stroke: r,
|
|
4619
|
+
strokeWidth: "1.5",
|
|
4620
|
+
strokeLinecap: "round",
|
|
4621
|
+
strokeLinejoin: "round"
|
|
4622
|
+
}));
|
|
4623
|
+
}, Dn = function(t, r) {
|
|
4624
|
+
switch (t) {
|
|
4625
|
+
case "Bold":
|
|
4626
|
+
return /* @__PURE__ */ n.createElement($n, {
|
|
4627
|
+
color: r
|
|
4628
|
+
});
|
|
4629
|
+
case "Broken":
|
|
4630
|
+
return /* @__PURE__ */ n.createElement(Zn, {
|
|
4631
|
+
color: r
|
|
4632
|
+
});
|
|
4633
|
+
case "Bulk":
|
|
4634
|
+
return /* @__PURE__ */ n.createElement(Vn, {
|
|
4635
|
+
color: r
|
|
4636
|
+
});
|
|
4637
|
+
case "Linear":
|
|
4638
|
+
return /* @__PURE__ */ n.createElement(yr, {
|
|
4639
|
+
color: r
|
|
4640
|
+
});
|
|
4641
|
+
case "Outline":
|
|
4642
|
+
return /* @__PURE__ */ n.createElement(Wn, {
|
|
4643
|
+
color: r
|
|
4644
|
+
});
|
|
4645
|
+
case "TwoTone":
|
|
4646
|
+
return /* @__PURE__ */ n.createElement(Nn, {
|
|
4647
|
+
color: r
|
|
4648
|
+
});
|
|
4649
|
+
default:
|
|
4650
|
+
return /* @__PURE__ */ n.createElement(yr, {
|
|
4651
|
+
color: r
|
|
4652
|
+
});
|
|
4653
|
+
}
|
|
4654
|
+
}, Pe = /* @__PURE__ */ ue(function(e, t) {
|
|
4655
|
+
var r = e.variant, o = e.color, c = e.size, i = de(e, Fn);
|
|
4656
|
+
return /* @__PURE__ */ n.createElement("svg", ce({}, i, {
|
|
4657
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4658
|
+
ref: t,
|
|
4659
|
+
width: c,
|
|
4660
|
+
height: c,
|
|
4661
|
+
viewBox: "0 0 24 24",
|
|
4662
|
+
fill: "none"
|
|
4663
|
+
}), Dn(r, o));
|
|
4664
|
+
});
|
|
4665
|
+
Pe.propTypes = {
|
|
4666
|
+
variant: B.oneOf(["Linear", "Bold", "Broken", "Bulk", "Outline", "TwoTone"]),
|
|
4667
|
+
color: B.string,
|
|
4668
|
+
size: B.oneOfType([B.string, B.number])
|
|
4669
|
+
};
|
|
4670
|
+
Pe.defaultProps = {
|
|
4671
|
+
variant: "Linear",
|
|
4672
|
+
color: "currentColor",
|
|
4673
|
+
size: "24"
|
|
4674
|
+
};
|
|
4675
|
+
Pe.displayName = "Verify";
|
|
4676
|
+
var Yn = ["variant", "color", "size"], Hn = function(t) {
|
|
4677
|
+
var r = t.color;
|
|
4678
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4679
|
+
d: "M17.18 5.25c-1.71 0-3.75.65-3.75 3.75v6c0 3.1 2.04 3.75 3.75 3.75s3.75-.65 3.75-3.75V9c0-3.1-2.04-3.75-3.75-3.75ZM6.82 5.25c-1.71 0-3.75.65-3.75 3.75v6c0 3.1 2.04 3.75 3.75 3.75s3.75-.65 3.75-3.75V9c0-3.1-2.04-3.75-3.75-3.75ZM13.43 11.25h-2.86v1.5h2.86v-1.5ZM22.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75ZM1.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75Z",
|
|
4680
|
+
fill: r
|
|
4681
|
+
}));
|
|
4682
|
+
}, Gn = function(t) {
|
|
4683
|
+
var r = t.color;
|
|
4684
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4685
|
+
d: "M17.18 18c2.4 0 3-1.35 3-3V9c0-1.65-.6-3-3-3s-3 1.35-3 3v6c0 1.65.6 3 3 3ZM3.82 11.3V9c0-1.65.6-3 3-3s3 1.35 3 3v6c0 1.65-.6 3-3 3s-3-1.35-3-3M9.82 12h4.36M22.5 14.5v-5M1.5 14.5v-5",
|
|
4686
|
+
stroke: r,
|
|
4687
|
+
strokeWidth: "1.5",
|
|
4688
|
+
strokeLinecap: "round",
|
|
4689
|
+
strokeLinejoin: "round"
|
|
4690
|
+
}));
|
|
4691
|
+
}, qn = function(t) {
|
|
4692
|
+
var r = t.color;
|
|
4693
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4694
|
+
opacity: ".4",
|
|
4695
|
+
d: "M17.18 5.25c-1.71 0-3.75.65-3.75 3.75v6c0 3.1 2.04 3.75 3.75 3.75s3.75-.65 3.75-3.75V9c0-3.1-2.04-3.75-3.75-3.75ZM6.82 5.25c-1.71 0-3.75.65-3.75 3.75v6c0 3.1 2.04 3.75 3.75 3.75s3.75-.65 3.75-3.75V9c0-3.1-2.04-3.75-3.75-3.75Z",
|
|
4696
|
+
fill: r
|
|
4697
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4698
|
+
d: "M13.43 11.25h-2.86v1.5h2.86v-1.5ZM22.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75ZM1.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75Z",
|
|
4699
|
+
fill: r
|
|
4700
|
+
}));
|
|
4701
|
+
}, kr = function(t) {
|
|
4702
|
+
var r = t.color;
|
|
4703
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4704
|
+
d: "M17.18 18c2.4 0 3-1.35 3-3V9c0-1.65-.6-3-3-3s-3 1.35-3 3v6c0 1.65.6 3 3 3ZM6.82 18c-2.4 0-3-1.35-3-3V9c0-1.65.6-3 3-3s3 1.35 3 3v6c0 1.65-.6 3-3 3ZM9.82 12h4.36M22.5 14.5v-5M1.5 14.5v-5",
|
|
4705
|
+
stroke: r,
|
|
4706
|
+
strokeWidth: "1.5",
|
|
4707
|
+
strokeLinecap: "round",
|
|
4708
|
+
strokeLinejoin: "round"
|
|
4709
|
+
}));
|
|
4710
|
+
}, Un = function(t) {
|
|
4711
|
+
var r = t.color;
|
|
4712
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4713
|
+
d: "M17.18 18.75c-1.71 0-3.75-.65-3.75-3.75V9c0-3.1 2.04-3.75 3.75-3.75s3.75.65 3.75 3.75v6c0 3.1-2.04 3.75-3.75 3.75Zm0-12c-1.62 0-2.25.63-2.25 2.25v6c0 1.62.63 2.25 2.25 2.25s2.25-.63 2.25-2.25V9c0-1.62-.63-2.25-2.25-2.25ZM6.82 18.75c-1.71 0-3.75-.65-3.75-3.75V9c0-3.1 2.04-3.75 3.75-3.75s3.75.65 3.75 3.75v6c0 3.1-2.04 3.75-3.75 3.75Zm0-12c-1.62 0-2.25.63-2.25 2.25v6c0 1.62.63 2.25 2.25 2.25s2.25-.63 2.25-2.25V9c0-1.62-.63-2.25-2.25-2.25Z",
|
|
4714
|
+
fill: r
|
|
4715
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4716
|
+
d: "M14.18 12.75H9.82c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.36a.749.749 0 1 1 0 1.5ZM22.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75ZM1.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75Z",
|
|
4717
|
+
fill: r
|
|
4718
|
+
}));
|
|
4719
|
+
}, Jn = function(t) {
|
|
4720
|
+
var r = t.color;
|
|
4721
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("path", {
|
|
4722
|
+
d: "M17.18 18c2.4 0 3-1.35 3-3V9c0-1.65-.6-3-3-3s-3 1.35-3 3v6c0 1.65.6 3 3 3ZM6.82 18c-2.4 0-3-1.35-3-3V9c0-1.65.6-3 3-3s3 1.35 3 3v6c0 1.65-.6 3-3 3Z",
|
|
4723
|
+
stroke: r,
|
|
4724
|
+
strokeWidth: "1.5",
|
|
4725
|
+
strokeLinecap: "round",
|
|
4726
|
+
strokeLinejoin: "round"
|
|
4727
|
+
}), /* @__PURE__ */ n.createElement("path", {
|
|
4728
|
+
opacity: ".4",
|
|
4729
|
+
d: "M9.82 12h4.36M22.5 14.5v-5M1.5 14.5v-5",
|
|
4730
|
+
stroke: r,
|
|
4731
|
+
strokeWidth: "1.5",
|
|
4732
|
+
strokeLinecap: "round",
|
|
4733
|
+
strokeLinejoin: "round"
|
|
4734
|
+
}));
|
|
4735
|
+
}, Xn = function(t, r) {
|
|
4736
|
+
switch (t) {
|
|
4737
|
+
case "Bold":
|
|
4738
|
+
return /* @__PURE__ */ n.createElement(Hn, {
|
|
4739
|
+
color: r
|
|
4740
|
+
});
|
|
4741
|
+
case "Broken":
|
|
4742
|
+
return /* @__PURE__ */ n.createElement(Gn, {
|
|
4743
|
+
color: r
|
|
4744
|
+
});
|
|
4745
|
+
case "Bulk":
|
|
4746
|
+
return /* @__PURE__ */ n.createElement(qn, {
|
|
4747
|
+
color: r
|
|
4748
|
+
});
|
|
4749
|
+
case "Linear":
|
|
4750
|
+
return /* @__PURE__ */ n.createElement(kr, {
|
|
4751
|
+
color: r
|
|
4752
|
+
});
|
|
4753
|
+
case "Outline":
|
|
4754
|
+
return /* @__PURE__ */ n.createElement(Un, {
|
|
4755
|
+
color: r
|
|
4756
|
+
});
|
|
4757
|
+
case "TwoTone":
|
|
4758
|
+
return /* @__PURE__ */ n.createElement(Jn, {
|
|
4759
|
+
color: r
|
|
4760
|
+
});
|
|
4761
|
+
default:
|
|
4762
|
+
return /* @__PURE__ */ n.createElement(kr, {
|
|
4763
|
+
color: r
|
|
4764
|
+
});
|
|
4765
|
+
}
|
|
4766
|
+
}, je = /* @__PURE__ */ ue(function(e, t) {
|
|
4767
|
+
var r = e.variant, o = e.color, c = e.size, i = de(e, Yn);
|
|
4768
|
+
return /* @__PURE__ */ n.createElement("svg", ce({}, i, {
|
|
4769
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4770
|
+
ref: t,
|
|
4771
|
+
width: c,
|
|
4772
|
+
height: c,
|
|
4773
|
+
viewBox: "0 0 24 24",
|
|
4774
|
+
fill: "none"
|
|
4775
|
+
}), Xn(r, o));
|
|
4776
|
+
});
|
|
4777
|
+
je.propTypes = {
|
|
4778
|
+
variant: B.oneOf(["Linear", "Bold", "Broken", "Bulk", "Outline", "TwoTone"]),
|
|
4779
|
+
color: B.string,
|
|
4780
|
+
size: B.oneOfType([B.string, B.number])
|
|
4781
|
+
};
|
|
4782
|
+
je.defaultProps = {
|
|
4783
|
+
variant: "Linear",
|
|
4784
|
+
color: "currentColor",
|
|
4785
|
+
size: "24"
|
|
4786
|
+
};
|
|
4787
|
+
je.displayName = "Weight";
|
|
4788
|
+
const Qn = Mr(
|
|
4789
|
+
"inline-flex items-center rounded-full px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 ",
|
|
4790
|
+
{
|
|
4791
|
+
variants: {
|
|
4792
|
+
variant: {
|
|
4793
|
+
default: "border-transparent bg-primary text-primary-foreground shadow",
|
|
4794
|
+
secondary: "border-transparent bg-secondary text-secondary-foreground",
|
|
4795
|
+
outline: "text-foreground",
|
|
4796
|
+
subtle: "border-transparent bg-muted text-muted-foreground"
|
|
4797
|
+
}
|
|
4798
|
+
},
|
|
4799
|
+
defaultVariants: {
|
|
4800
|
+
variant: "default"
|
|
4801
|
+
}
|
|
4802
|
+
}
|
|
4803
|
+
), Zr = D.forwardRef(
|
|
4804
|
+
({ className: e, variant: t, ...r }, o) => /* @__PURE__ */ ee.jsx(
|
|
4805
|
+
"div",
|
|
4806
|
+
{
|
|
4807
|
+
ref: o,
|
|
4808
|
+
className: be(Qn({ variant: t }), e),
|
|
4809
|
+
...r
|
|
4810
|
+
}
|
|
4811
|
+
)
|
|
4812
|
+
);
|
|
4813
|
+
Zr.displayName = "Badge";
|
|
4814
|
+
const Er = {
|
|
4815
|
+
primary: "Primary",
|
|
4816
|
+
solid: "Colorido sólido",
|
|
4817
|
+
white: "Cartão branco",
|
|
4818
|
+
ghost: "Ghost colorido"
|
|
4819
|
+
}, Vr = {
|
|
4820
|
+
conteudo: {
|
|
4821
|
+
label: "Conteúdo",
|
|
4822
|
+
Icon: Ce
|
|
4823
|
+
},
|
|
4824
|
+
avaliacao: {
|
|
4825
|
+
label: "Avaliação",
|
|
4826
|
+
Icon: Pe
|
|
4827
|
+
},
|
|
4828
|
+
lista: {
|
|
4829
|
+
label: "Lista de Exercícios",
|
|
4830
|
+
Icon: je
|
|
4831
|
+
},
|
|
4832
|
+
gamificada: {
|
|
4833
|
+
label: "Gamificada",
|
|
4834
|
+
Icon: Oe
|
|
4835
|
+
},
|
|
4836
|
+
simulado: {
|
|
4837
|
+
label: "Simulado",
|
|
4838
|
+
Icon: Re
|
|
4839
|
+
},
|
|
4840
|
+
material: {
|
|
4841
|
+
label: "Material de Apoio",
|
|
4842
|
+
Icon: _e
|
|
4843
|
+
},
|
|
4844
|
+
concluido: {
|
|
4845
|
+
label: "Concluído",
|
|
4846
|
+
Icon: Ae,
|
|
4847
|
+
onlyAppearances: ["ghost"]
|
|
4848
|
+
}
|
|
4849
|
+
}, Kn = Object.keys(Vr), Ne = (e) => Vr[e], eo = {
|
|
4850
|
+
conteudo: {
|
|
4851
|
+
coloredBg: "#F9E8DC",
|
|
4852
|
+
coloredIcon: "#F27900"
|
|
4853
|
+
},
|
|
4854
|
+
avaliacao: {
|
|
4855
|
+
coloredBg: "#E8FBF0",
|
|
4856
|
+
coloredIcon: "#00B1AA"
|
|
4857
|
+
},
|
|
4858
|
+
lista: {
|
|
4859
|
+
coloredBg: "#ECF1A6",
|
|
4860
|
+
coloredIcon: "#9DA634"
|
|
4861
|
+
},
|
|
4862
|
+
gamificada: {
|
|
4863
|
+
coloredBg: "#E3DAF8",
|
|
4864
|
+
coloredIcon: "#B573DB"
|
|
4865
|
+
},
|
|
4866
|
+
simulado: {
|
|
4867
|
+
coloredBg: "#D7E2FF",
|
|
4868
|
+
coloredIcon: "#34A5E5"
|
|
4869
|
+
},
|
|
4870
|
+
material: {
|
|
4871
|
+
coloredBg: "#FBD7E4",
|
|
4872
|
+
coloredIcon: "#F3005A"
|
|
4873
|
+
},
|
|
4874
|
+
concluido: {
|
|
4875
|
+
coloredBg: "#46B35E",
|
|
4876
|
+
coloredIcon: "#46B35E",
|
|
4877
|
+
textColor: "#46B35E",
|
|
4878
|
+
fontWeight: 700,
|
|
4879
|
+
iconVariant: "Bold",
|
|
4880
|
+
iconSize: 22.5,
|
|
4881
|
+
iconWrapperBg: null,
|
|
4882
|
+
iconWrapperClassName: "flex items-center justify-center"
|
|
4883
|
+
}
|
|
4884
|
+
}, ro = {
|
|
4885
|
+
primary: {
|
|
4886
|
+
className: "inline-flex w-[140px] items-center gap-2 rounded-md bg-[#FBD7E4] px-2 py-1 text-[12px] leading-normal text-muted-foreground tracking-[-0.019em] whitespace-nowrap",
|
|
4887
|
+
iconSize: 13.85,
|
|
4888
|
+
getIconColor: () => "#FF246E",
|
|
4889
|
+
style: { fontWeight: 500 }
|
|
4890
|
+
},
|
|
4891
|
+
solid: {
|
|
4892
|
+
className: "inline-flex w-[140px] items-center gap-2 rounded-lg px-2 py-1 text-[12px] leading-normal text-muted-foreground tracking-[-0.019em] whitespace-nowrap",
|
|
4893
|
+
iconSize: 18,
|
|
4894
|
+
getIconColor: (e) => e.coloredIcon,
|
|
4895
|
+
getStyle: (e) => ({
|
|
4896
|
+
backgroundColor: e.coloredBg,
|
|
4897
|
+
fontWeight: 500
|
|
4898
|
+
})
|
|
4899
|
+
},
|
|
4900
|
+
white: {
|
|
4901
|
+
className: "inline-flex items-center gap-[6px] rounded-md bg-white px-[3px] py-[3px] text-[12px] leading-normal text-muted-foreground tracking-[-0.019em] whitespace-nowrap",
|
|
4902
|
+
iconSize: 13.85,
|
|
4903
|
+
getIconColor: (e) => e.coloredIcon,
|
|
4904
|
+
style: { fontWeight: 500 }
|
|
4905
|
+
},
|
|
4906
|
+
ghost: {
|
|
4907
|
+
className: "inline-flex items-center gap-2 rounded-md px-2 py-1 text-[12px] leading-normal text-muted-foreground tracking-[-0.019em] whitespace-nowrap",
|
|
4908
|
+
iconSize: 18,
|
|
4909
|
+
getIconColor: (e) => e.coloredIcon,
|
|
4910
|
+
style: { fontWeight: 500 },
|
|
4911
|
+
badgeVariant: "outline",
|
|
4912
|
+
iconWrapper: {
|
|
4913
|
+
className: "flex h-7 w-7 items-center justify-center rounded-lg",
|
|
4914
|
+
getClassName: (e) => e.iconWrapperClassName,
|
|
4915
|
+
getStyle: (e) => ({
|
|
4916
|
+
backgroundColor: e.iconWrapperBg === null ? void 0 : e.iconWrapperBg ?? e.coloredBg
|
|
4917
|
+
})
|
|
4918
|
+
}
|
|
4919
|
+
}
|
|
4920
|
+
};
|
|
4921
|
+
function no({
|
|
4922
|
+
variant: e,
|
|
4923
|
+
appearance: t = "primary",
|
|
4924
|
+
className: r,
|
|
4925
|
+
style: o,
|
|
4926
|
+
...c
|
|
4927
|
+
}) {
|
|
4928
|
+
const i = Ne(e), s = eo[e], l = i.onlyAppearances, d = l && !l.includes(t) ? l[0] : t, f = ro[d], y = /* @__PURE__ */ ee.jsx(
|
|
4929
|
+
i.Icon,
|
|
4930
|
+
{
|
|
4931
|
+
size: s.iconSize ?? f.iconSize,
|
|
4932
|
+
variant: s.iconVariant ?? "Outline",
|
|
4933
|
+
color: f.getIconColor(s),
|
|
4934
|
+
"aria-hidden": !0
|
|
4935
|
+
}
|
|
4936
|
+
), w = f.iconWrapper ? /* @__PURE__ */ ee.jsx(
|
|
4937
|
+
"span",
|
|
4938
|
+
{
|
|
4939
|
+
className: f.iconWrapper.getClassName?.(s) ?? f.iconWrapper.className,
|
|
4940
|
+
style: f.iconWrapper.getStyle?.(s),
|
|
4941
|
+
children: y
|
|
4942
|
+
}
|
|
4943
|
+
) : y, M = {
|
|
4944
|
+
...f.style ?? {},
|
|
4945
|
+
...f.getStyle?.(s) ?? {},
|
|
4946
|
+
...s.textColor ? { color: s.textColor } : {},
|
|
4947
|
+
...s.fontWeight ? { fontWeight: s.fontWeight } : {},
|
|
4948
|
+
...o
|
|
4949
|
+
};
|
|
4950
|
+
return /* @__PURE__ */ ee.jsxs(
|
|
4951
|
+
Zr,
|
|
4952
|
+
{
|
|
4953
|
+
variant: f.badgeVariant,
|
|
4954
|
+
className: be(f.className, r),
|
|
4955
|
+
style: M,
|
|
4956
|
+
...c,
|
|
4957
|
+
children: [
|
|
4958
|
+
w,
|
|
4959
|
+
/* @__PURE__ */ ee.jsx("span", { children: i.label })
|
|
4960
|
+
]
|
|
4961
|
+
}
|
|
4962
|
+
);
|
|
4963
|
+
}
|
|
4964
|
+
const oo = Kn.map((e) => ({
|
|
4965
|
+
variant: e,
|
|
4966
|
+
label: Ne(e).label,
|
|
4967
|
+
onlyAppearances: Ne(e).onlyAppearances
|
|
4968
|
+
})), ao = Object.keys(Er).map((e) => ({
|
|
4969
|
+
appearance: e,
|
|
4970
|
+
label: Er[e]
|
|
4971
|
+
}));
|
|
4972
|
+
export {
|
|
4973
|
+
Ht as Button,
|
|
4974
|
+
no as ResourceBadge,
|
|
4975
|
+
Dt as buttonVariants,
|
|
4976
|
+
ao as resourceBadgeAppearances,
|
|
4977
|
+
oo as resourceBadges
|
|
4978
|
+
};
|