@clasing/ui 0.0.56 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +20 -0
- package/dist/index.es.js +714 -587
- package/dist/index.umd.js +9 -9
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import * as
|
|
3
|
-
var Ae = { exports: {} },
|
|
1
|
+
import lt from "react";
|
|
2
|
+
import * as et from "@tabler/icons-react";
|
|
3
|
+
var Ae = { exports: {} }, de = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.min.js
|
|
@@ -10,25 +10,25 @@ var Ae = { exports: {} }, ce = {};
|
|
|
10
10
|
* This source code is licensed under the MIT license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
|
-
var
|
|
14
|
-
function
|
|
15
|
-
if (
|
|
16
|
-
return
|
|
17
|
-
|
|
18
|
-
var t =
|
|
19
|
-
function s(
|
|
20
|
-
var u, h = {},
|
|
21
|
-
|
|
13
|
+
var tt;
|
|
14
|
+
function Bt() {
|
|
15
|
+
if (tt)
|
|
16
|
+
return de;
|
|
17
|
+
tt = 1;
|
|
18
|
+
var t = lt, n = Symbol.for("react.element"), r = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, d = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
19
|
+
function s(c, b, f) {
|
|
20
|
+
var u, h = {}, C = null, P = null;
|
|
21
|
+
f !== void 0 && (C = "" + f), b.key !== void 0 && (C = "" + b.key), b.ref !== void 0 && (P = b.ref);
|
|
22
22
|
for (u in b)
|
|
23
23
|
o.call(b, u) && !i.hasOwnProperty(u) && (h[u] = b[u]);
|
|
24
|
-
if (
|
|
25
|
-
for (u in b =
|
|
24
|
+
if (c && c.defaultProps)
|
|
25
|
+
for (u in b = c.defaultProps, b)
|
|
26
26
|
h[u] === void 0 && (h[u] = b[u]);
|
|
27
|
-
return { $$typeof:
|
|
27
|
+
return { $$typeof: n, type: c, key: C, ref: P, props: h, _owner: d.current };
|
|
28
28
|
}
|
|
29
|
-
return
|
|
29
|
+
return de.Fragment = r, de.jsx = s, de.jsxs = s, de;
|
|
30
30
|
}
|
|
31
|
-
var
|
|
31
|
+
var ce = {};
|
|
32
32
|
/**
|
|
33
33
|
* @license React
|
|
34
34
|
* react-jsx-runtime.development.js
|
|
@@ -38,10 +38,10 @@ var de = {};
|
|
|
38
38
|
* This source code is licensed under the MIT license found in the
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
|
40
40
|
*/
|
|
41
|
-
var
|
|
42
|
-
function
|
|
43
|
-
return
|
|
44
|
-
var t =
|
|
41
|
+
var rt;
|
|
42
|
+
function Yt() {
|
|
43
|
+
return rt || (rt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
+
var t = lt, n = Symbol.for("react.element"), r = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), c = Symbol.for("react.context"), b = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), C = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), V = Symbol.iterator, R = "@@iterator";
|
|
45
45
|
function j(e) {
|
|
46
46
|
if (e === null || typeof e != "object")
|
|
47
47
|
return null;
|
|
@@ -49,80 +49,80 @@ function Bt() {
|
|
|
49
49
|
return typeof a == "function" ? a : null;
|
|
50
50
|
}
|
|
51
51
|
var O = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
52
|
-
function
|
|
52
|
+
function S(e) {
|
|
53
53
|
{
|
|
54
|
-
for (var a = arguments.length, l = new Array(a > 1 ? a - 1 : 0),
|
|
55
|
-
l[
|
|
54
|
+
for (var a = arguments.length, l = new Array(a > 1 ? a - 1 : 0), g = 1; g < a; g++)
|
|
55
|
+
l[g - 1] = arguments[g];
|
|
56
56
|
fe("error", e, l);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
function fe(e, a, l) {
|
|
60
60
|
{
|
|
61
|
-
var
|
|
61
|
+
var g = O.ReactDebugCurrentFrame, x = g.getStackAddendum();
|
|
62
62
|
x !== "" && (a += "%s", l = l.concat([x]));
|
|
63
|
-
var
|
|
63
|
+
var k = l.map(function(v) {
|
|
64
64
|
return String(v);
|
|
65
65
|
});
|
|
66
|
-
|
|
66
|
+
k.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, k);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
var re = !1, ge = !1, pe = !1, me = !1, ve = !1, H;
|
|
70
70
|
H = Symbol.for("react.module.reference");
|
|
71
71
|
function ne(e) {
|
|
72
|
-
return !!(typeof e == "string" || typeof e == "function" || e === o || e === i || ve || e ===
|
|
72
|
+
return !!(typeof e == "string" || typeof e == "function" || e === o || e === i || ve || e === d || e === f || e === u || me || e === P || re || ge || pe || typeof e == "object" && e !== null && (e.$$typeof === C || e.$$typeof === h || e.$$typeof === s || e.$$typeof === c || e.$$typeof === b || // This needs to include all possible module reference object
|
|
73
73
|
// types supported by any Flight configuration anywhere since
|
|
74
74
|
// we don't know which Flight build this will end up being used
|
|
75
75
|
// with.
|
|
76
76
|
e.$$typeof === H || e.getModuleId !== void 0));
|
|
77
77
|
}
|
|
78
78
|
function oe(e, a, l) {
|
|
79
|
-
var
|
|
80
|
-
if (
|
|
81
|
-
return
|
|
79
|
+
var g = e.displayName;
|
|
80
|
+
if (g)
|
|
81
|
+
return g;
|
|
82
82
|
var x = a.displayName || a.name || "";
|
|
83
83
|
return x !== "" ? l + "(" + x + ")" : l;
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function w(e) {
|
|
86
86
|
return e.displayName || "Context";
|
|
87
87
|
}
|
|
88
88
|
function z(e) {
|
|
89
89
|
if (e == null)
|
|
90
90
|
return null;
|
|
91
|
-
if (typeof e.tag == "number" &&
|
|
91
|
+
if (typeof e.tag == "number" && S("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
92
92
|
return e.displayName || e.name || null;
|
|
93
93
|
if (typeof e == "string")
|
|
94
94
|
return e;
|
|
95
95
|
switch (e) {
|
|
96
96
|
case o:
|
|
97
97
|
return "Fragment";
|
|
98
|
-
case
|
|
98
|
+
case r:
|
|
99
99
|
return "Portal";
|
|
100
100
|
case i:
|
|
101
101
|
return "Profiler";
|
|
102
|
-
case
|
|
102
|
+
case d:
|
|
103
103
|
return "StrictMode";
|
|
104
|
-
case
|
|
104
|
+
case f:
|
|
105
105
|
return "Suspense";
|
|
106
106
|
case u:
|
|
107
107
|
return "SuspenseList";
|
|
108
108
|
}
|
|
109
109
|
if (typeof e == "object")
|
|
110
110
|
switch (e.$$typeof) {
|
|
111
|
-
case
|
|
111
|
+
case c:
|
|
112
112
|
var a = e;
|
|
113
|
-
return
|
|
113
|
+
return w(a) + ".Consumer";
|
|
114
114
|
case s:
|
|
115
115
|
var l = e;
|
|
116
|
-
return
|
|
116
|
+
return w(l._context) + ".Provider";
|
|
117
117
|
case b:
|
|
118
118
|
return oe(e, e.render, "ForwardRef");
|
|
119
119
|
case h:
|
|
120
|
-
var
|
|
121
|
-
return
|
|
122
|
-
case
|
|
123
|
-
var x = e,
|
|
120
|
+
var g = e.displayName || null;
|
|
121
|
+
return g !== null ? g : z(e.type) || "Memo";
|
|
122
|
+
case C: {
|
|
123
|
+
var x = e, k = x._payload, v = x._init;
|
|
124
124
|
try {
|
|
125
|
-
return z(v(
|
|
125
|
+
return z(v(k));
|
|
126
126
|
} catch {
|
|
127
127
|
return null;
|
|
128
128
|
}
|
|
@@ -130,18 +130,18 @@ function Bt() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var
|
|
134
|
-
function
|
|
133
|
+
var $ = Object.assign, D = 0, q, ae, Z, G, ie, B, J;
|
|
134
|
+
function Ne() {
|
|
135
135
|
}
|
|
136
|
-
|
|
137
|
-
function
|
|
136
|
+
Ne.__reactDisabledLog = !0;
|
|
137
|
+
function mt() {
|
|
138
138
|
{
|
|
139
|
-
if (
|
|
140
|
-
|
|
139
|
+
if (D === 0) {
|
|
140
|
+
q = console.log, ae = console.info, Z = console.warn, G = console.error, ie = console.group, B = console.groupCollapsed, J = console.groupEnd;
|
|
141
141
|
var e = {
|
|
142
142
|
configurable: !0,
|
|
143
143
|
enumerable: !0,
|
|
144
|
-
value:
|
|
144
|
+
value: Ne,
|
|
145
145
|
writable: !0
|
|
146
146
|
};
|
|
147
147
|
Object.defineProperties(console, {
|
|
@@ -154,77 +154,77 @@ function Bt() {
|
|
|
154
154
|
groupEnd: e
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
|
-
|
|
157
|
+
D++;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function vt() {
|
|
161
161
|
{
|
|
162
|
-
if (
|
|
162
|
+
if (D--, D === 0) {
|
|
163
163
|
var e = {
|
|
164
164
|
configurable: !0,
|
|
165
165
|
enumerable: !0,
|
|
166
166
|
writable: !0
|
|
167
167
|
};
|
|
168
168
|
Object.defineProperties(console, {
|
|
169
|
-
log:
|
|
170
|
-
value:
|
|
169
|
+
log: $({}, e, {
|
|
170
|
+
value: q
|
|
171
171
|
}),
|
|
172
|
-
info:
|
|
172
|
+
info: $({}, e, {
|
|
173
173
|
value: ae
|
|
174
174
|
}),
|
|
175
|
-
warn:
|
|
175
|
+
warn: $({}, e, {
|
|
176
176
|
value: Z
|
|
177
177
|
}),
|
|
178
|
-
error:
|
|
179
|
-
value:
|
|
178
|
+
error: $({}, e, {
|
|
179
|
+
value: G
|
|
180
180
|
}),
|
|
181
|
-
group:
|
|
181
|
+
group: $({}, e, {
|
|
182
182
|
value: ie
|
|
183
183
|
}),
|
|
184
|
-
groupCollapsed:
|
|
185
|
-
value:
|
|
184
|
+
groupCollapsed: $({}, e, {
|
|
185
|
+
value: B
|
|
186
186
|
}),
|
|
187
|
-
groupEnd:
|
|
188
|
-
value:
|
|
187
|
+
groupEnd: $({}, e, {
|
|
188
|
+
value: J
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
|
-
|
|
192
|
+
D < 0 && S("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
var
|
|
195
|
+
var Se = O.ReactCurrentDispatcher, Ee;
|
|
196
196
|
function he(e, a, l) {
|
|
197
197
|
{
|
|
198
|
-
if (
|
|
198
|
+
if (Ee === void 0)
|
|
199
199
|
try {
|
|
200
200
|
throw Error();
|
|
201
201
|
} catch (x) {
|
|
202
|
-
var
|
|
203
|
-
|
|
202
|
+
var g = x.stack.trim().match(/\n( *(at )?)/);
|
|
203
|
+
Ee = g && g[1] || "";
|
|
204
204
|
}
|
|
205
205
|
return `
|
|
206
|
-
` +
|
|
206
|
+
` + Ee + e;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
var
|
|
209
|
+
var Ce = !1, xe;
|
|
210
210
|
{
|
|
211
|
-
var
|
|
212
|
-
xe = new
|
|
211
|
+
var ht = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
|
+
xe = new ht();
|
|
213
213
|
}
|
|
214
|
-
function
|
|
215
|
-
if (!e ||
|
|
214
|
+
function We(e, a) {
|
|
215
|
+
if (!e || Ce)
|
|
216
216
|
return "";
|
|
217
217
|
{
|
|
218
218
|
var l = xe.get(e);
|
|
219
219
|
if (l !== void 0)
|
|
220
220
|
return l;
|
|
221
221
|
}
|
|
222
|
-
var
|
|
223
|
-
|
|
222
|
+
var g;
|
|
223
|
+
Ce = !0;
|
|
224
224
|
var x = Error.prepareStackTrace;
|
|
225
225
|
Error.prepareStackTrace = void 0;
|
|
226
|
-
var
|
|
227
|
-
|
|
226
|
+
var k;
|
|
227
|
+
k = Se.current, Se.current = null, mt();
|
|
228
228
|
try {
|
|
229
229
|
if (a) {
|
|
230
230
|
var v = function() {
|
|
@@ -238,14 +238,14 @@ function Bt() {
|
|
|
238
238
|
try {
|
|
239
239
|
Reflect.construct(v, []);
|
|
240
240
|
} catch (I) {
|
|
241
|
-
|
|
241
|
+
g = I;
|
|
242
242
|
}
|
|
243
243
|
Reflect.construct(e, [], v);
|
|
244
244
|
} else {
|
|
245
245
|
try {
|
|
246
246
|
v.call();
|
|
247
247
|
} catch (I) {
|
|
248
|
-
|
|
248
|
+
g = I;
|
|
249
249
|
}
|
|
250
250
|
e.call(v.prototype);
|
|
251
251
|
}
|
|
@@ -253,14 +253,14 @@ function Bt() {
|
|
|
253
253
|
try {
|
|
254
254
|
throw Error();
|
|
255
255
|
} catch (I) {
|
|
256
|
-
|
|
256
|
+
g = I;
|
|
257
257
|
}
|
|
258
258
|
e();
|
|
259
259
|
}
|
|
260
260
|
} catch (I) {
|
|
261
|
-
if (I &&
|
|
261
|
+
if (I && g && typeof I.stack == "string") {
|
|
262
262
|
for (var m = I.stack.split(`
|
|
263
|
-
`), A =
|
|
263
|
+
`), A = g.stack.split(`
|
|
264
264
|
`), _ = m.length - 1, T = A.length - 1; _ >= 1 && T >= 0 && m[_] !== A[T]; )
|
|
265
265
|
T--;
|
|
266
266
|
for (; _ >= 1 && T >= 0; _--, T--)
|
|
@@ -277,15 +277,15 @@ function Bt() {
|
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
} finally {
|
|
280
|
-
|
|
280
|
+
Ce = !1, Se.current = k, vt(), Error.prepareStackTrace = x;
|
|
281
281
|
}
|
|
282
|
-
var ee = e ? e.displayName || e.name : "",
|
|
283
|
-
return typeof e == "function" && xe.set(e,
|
|
282
|
+
var ee = e ? e.displayName || e.name : "", K = ee ? he(ee) : "";
|
|
283
|
+
return typeof e == "function" && xe.set(e, K), K;
|
|
284
284
|
}
|
|
285
|
-
function
|
|
286
|
-
return
|
|
285
|
+
function xt(e, a, l) {
|
|
286
|
+
return We(e, !1);
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function yt(e) {
|
|
289
289
|
var a = e.prototype;
|
|
290
290
|
return !!(a && a.isReactComponent);
|
|
291
291
|
}
|
|
@@ -293,11 +293,11 @@ function Bt() {
|
|
|
293
293
|
if (e == null)
|
|
294
294
|
return "";
|
|
295
295
|
if (typeof e == "function")
|
|
296
|
-
return
|
|
296
|
+
return We(e, yt(e));
|
|
297
297
|
if (typeof e == "string")
|
|
298
298
|
return he(e);
|
|
299
299
|
switch (e) {
|
|
300
|
-
case
|
|
300
|
+
case f:
|
|
301
301
|
return he("Suspense");
|
|
302
302
|
case u:
|
|
303
303
|
return he("SuspenseList");
|
|
@@ -305,51 +305,51 @@ function Bt() {
|
|
|
305
305
|
if (typeof e == "object")
|
|
306
306
|
switch (e.$$typeof) {
|
|
307
307
|
case b:
|
|
308
|
-
return
|
|
308
|
+
return xt(e.render);
|
|
309
309
|
case h:
|
|
310
310
|
return ye(e.type, a, l);
|
|
311
|
-
case
|
|
312
|
-
var
|
|
311
|
+
case C: {
|
|
312
|
+
var g = e, x = g._payload, k = g._init;
|
|
313
313
|
try {
|
|
314
|
-
return ye(
|
|
314
|
+
return ye(k(x), a, l);
|
|
315
315
|
} catch {
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
return "";
|
|
320
320
|
}
|
|
321
|
-
var se = Object.prototype.hasOwnProperty,
|
|
321
|
+
var se = Object.prototype.hasOwnProperty, De = {}, Ge = O.ReactDebugCurrentFrame;
|
|
322
322
|
function we(e) {
|
|
323
323
|
if (e) {
|
|
324
324
|
var a = e._owner, l = ye(e.type, e._source, a ? a.type : null);
|
|
325
|
-
|
|
325
|
+
Ge.setExtraStackFrame(l);
|
|
326
326
|
} else
|
|
327
|
-
|
|
327
|
+
Ge.setExtraStackFrame(null);
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function wt(e, a, l, g, x) {
|
|
330
330
|
{
|
|
331
|
-
var
|
|
331
|
+
var k = Function.call.bind(se);
|
|
332
332
|
for (var v in e)
|
|
333
|
-
if (
|
|
333
|
+
if (k(e, v)) {
|
|
334
334
|
var m = void 0;
|
|
335
335
|
try {
|
|
336
336
|
if (typeof e[v] != "function") {
|
|
337
|
-
var A = Error((
|
|
337
|
+
var A = Error((g || "React class") + ": " + l + " type `" + v + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[v] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
338
338
|
throw A.name = "Invariant Violation", A;
|
|
339
339
|
}
|
|
340
|
-
m = e[v](a, v,
|
|
340
|
+
m = e[v](a, v, g, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
341
|
} catch (_) {
|
|
342
342
|
m = _;
|
|
343
343
|
}
|
|
344
|
-
m && !(m instanceof Error) && (we(x),
|
|
344
|
+
m && !(m instanceof Error) && (we(x), S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", g || "React class", l, v, typeof m), we(null)), m instanceof Error && !(m.message in De) && (De[m.message] = !0, we(x), S("Failed %s type: %s", l, m.message), we(null));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
var
|
|
349
|
-
function
|
|
350
|
-
return
|
|
348
|
+
var kt = Array.isArray;
|
|
349
|
+
function Re(e) {
|
|
350
|
+
return kt(e);
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function St(e) {
|
|
353
353
|
{
|
|
354
354
|
var a = typeof Symbol == "function" && Symbol.toStringTag, l = a && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
355
355
|
return l;
|
|
@@ -357,24 +357,24 @@ function Bt() {
|
|
|
357
357
|
}
|
|
358
358
|
function Et(e) {
|
|
359
359
|
try {
|
|
360
|
-
return
|
|
360
|
+
return Be(e), !1;
|
|
361
361
|
} catch {
|
|
362
362
|
return !0;
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
|
-
function
|
|
365
|
+
function Be(e) {
|
|
366
366
|
return "" + e;
|
|
367
367
|
}
|
|
368
|
-
function
|
|
368
|
+
function Ye(e) {
|
|
369
369
|
if (Et(e))
|
|
370
|
-
return
|
|
370
|
+
return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", St(e)), Be(e);
|
|
371
371
|
}
|
|
372
|
-
var le = O.ReactCurrentOwner,
|
|
372
|
+
var le = O.ReactCurrentOwner, Ct = {
|
|
373
373
|
key: !0,
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
|
-
},
|
|
377
|
+
}, Ue, Le, _e;
|
|
378
378
|
_e = {};
|
|
379
379
|
function Rt(e) {
|
|
380
380
|
if (se.call(e, "ref")) {
|
|
@@ -384,7 +384,7 @@ function Bt() {
|
|
|
384
384
|
}
|
|
385
385
|
return e.ref !== void 0;
|
|
386
386
|
}
|
|
387
|
-
function
|
|
387
|
+
function _t(e) {
|
|
388
388
|
if (se.call(e, "key")) {
|
|
389
389
|
var a = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
390
390
|
if (a && a.isReactWarning)
|
|
@@ -392,16 +392,16 @@ function Bt() {
|
|
|
392
392
|
}
|
|
393
393
|
return e.key !== void 0;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
395
|
+
function jt(e, a) {
|
|
396
396
|
if (typeof e.ref == "string" && le.current && a && le.current.stateNode !== a) {
|
|
397
397
|
var l = z(le.current.type);
|
|
398
|
-
_e[l] || (
|
|
398
|
+
_e[l] || (S('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', z(le.current.type), e.ref), _e[l] = !0);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function Tt(e, a) {
|
|
402
402
|
{
|
|
403
403
|
var l = function() {
|
|
404
|
-
|
|
404
|
+
Ue || (Ue = !0, S("%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://reactjs.org/link/special-props)", a));
|
|
405
405
|
};
|
|
406
406
|
l.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
407
407
|
get: l,
|
|
@@ -409,10 +409,10 @@ function Bt() {
|
|
|
409
409
|
});
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
|
-
function
|
|
412
|
+
function Pt(e, a) {
|
|
413
413
|
{
|
|
414
414
|
var l = function() {
|
|
415
|
-
|
|
415
|
+
Le || (Le = !0, S("%s: `ref` 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://reactjs.org/link/special-props)", a));
|
|
416
416
|
};
|
|
417
417
|
l.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
418
418
|
get: l,
|
|
@@ -420,17 +420,17 @@ function Bt() {
|
|
|
420
420
|
});
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
|
-
var
|
|
423
|
+
var Ot = function(e, a, l, g, x, k, v) {
|
|
424
424
|
var m = {
|
|
425
425
|
// This tag allows us to uniquely identify this as a React Element
|
|
426
|
-
$$typeof:
|
|
426
|
+
$$typeof: n,
|
|
427
427
|
// Built-in properties that belong on the element
|
|
428
428
|
type: e,
|
|
429
429
|
key: a,
|
|
430
430
|
ref: l,
|
|
431
431
|
props: v,
|
|
432
432
|
// Record the component responsible for creating this element.
|
|
433
|
-
_owner:
|
|
433
|
+
_owner: k
|
|
434
434
|
};
|
|
435
435
|
return m._store = {}, Object.defineProperty(m._store, "validated", {
|
|
436
436
|
configurable: !1,
|
|
@@ -441,7 +441,7 @@ function Bt() {
|
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
443
443
|
writable: !1,
|
|
444
|
-
value:
|
|
444
|
+
value: g
|
|
445
445
|
}), Object.defineProperty(m, "_source", {
|
|
446
446
|
configurable: !1,
|
|
447
447
|
enumerable: !1,
|
|
@@ -449,38 +449,38 @@ function Bt() {
|
|
|
449
449
|
value: x
|
|
450
450
|
}), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
|
|
451
451
|
};
|
|
452
|
-
function
|
|
452
|
+
function At(e, a, l, g, x) {
|
|
453
453
|
{
|
|
454
|
-
var
|
|
455
|
-
l !== void 0 && (
|
|
456
|
-
for (
|
|
457
|
-
se.call(a,
|
|
454
|
+
var k, v = {}, m = null, A = null;
|
|
455
|
+
l !== void 0 && (Ye(l), m = "" + l), _t(a) && (Ye(a.key), m = "" + a.key), Rt(a) && (A = a.ref, jt(a, x));
|
|
456
|
+
for (k in a)
|
|
457
|
+
se.call(a, k) && !Ct.hasOwnProperty(k) && (v[k] = a[k]);
|
|
458
458
|
if (e && e.defaultProps) {
|
|
459
459
|
var _ = e.defaultProps;
|
|
460
|
-
for (
|
|
461
|
-
v[
|
|
460
|
+
for (k in _)
|
|
461
|
+
v[k] === void 0 && (v[k] = _[k]);
|
|
462
462
|
}
|
|
463
463
|
if (m || A) {
|
|
464
464
|
var T = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
465
|
-
m &&
|
|
465
|
+
m && Tt(v, T), A && Pt(v, T);
|
|
466
466
|
}
|
|
467
|
-
return
|
|
467
|
+
return Ot(e, m, A, x, g, le.current, v);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
var je = O.ReactCurrentOwner,
|
|
470
|
+
var je = O.ReactCurrentOwner, qe = O.ReactDebugCurrentFrame;
|
|
471
471
|
function Q(e) {
|
|
472
472
|
if (e) {
|
|
473
473
|
var a = e._owner, l = ye(e.type, e._source, a ? a.type : null);
|
|
474
|
-
|
|
474
|
+
qe.setExtraStackFrame(l);
|
|
475
475
|
} else
|
|
476
|
-
|
|
476
|
+
qe.setExtraStackFrame(null);
|
|
477
477
|
}
|
|
478
478
|
var Te;
|
|
479
479
|
Te = !1;
|
|
480
480
|
function Pe(e) {
|
|
481
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
481
|
+
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
482
482
|
}
|
|
483
|
-
function
|
|
483
|
+
function Je() {
|
|
484
484
|
{
|
|
485
485
|
if (je.current) {
|
|
486
486
|
var e = z(je.current.type);
|
|
@@ -492,13 +492,13 @@ Check the render method of \`` + e + "`.";
|
|
|
492
492
|
return "";
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
|
-
function
|
|
495
|
+
function It(e) {
|
|
496
496
|
return "";
|
|
497
497
|
}
|
|
498
|
-
var
|
|
499
|
-
function
|
|
498
|
+
var Ke = {};
|
|
499
|
+
function zt(e) {
|
|
500
500
|
{
|
|
501
|
-
var a =
|
|
501
|
+
var a = Je();
|
|
502
502
|
if (!a) {
|
|
503
503
|
var l = typeof e == "string" ? e : e.displayName || e.name;
|
|
504
504
|
l && (a = `
|
|
@@ -508,39 +508,39 @@ Check the top-level render call using <` + l + ">.");
|
|
|
508
508
|
return a;
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
|
-
function
|
|
511
|
+
function Xe(e, a) {
|
|
512
512
|
{
|
|
513
513
|
if (!e._store || e._store.validated || e.key != null)
|
|
514
514
|
return;
|
|
515
515
|
e._store.validated = !0;
|
|
516
|
-
var l =
|
|
517
|
-
if (
|
|
516
|
+
var l = zt(a);
|
|
517
|
+
if (Ke[l])
|
|
518
518
|
return;
|
|
519
|
-
|
|
520
|
-
var
|
|
521
|
-
e && e._owner && e._owner !== je.current && (
|
|
519
|
+
Ke[l] = !0;
|
|
520
|
+
var g = "";
|
|
521
|
+
e && e._owner && e._owner !== je.current && (g = " It was passed a child from " + z(e._owner.type) + "."), Q(e), S('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', l, g), Q(null);
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
|
-
function
|
|
524
|
+
function He(e, a) {
|
|
525
525
|
{
|
|
526
526
|
if (typeof e != "object")
|
|
527
527
|
return;
|
|
528
|
-
if (
|
|
528
|
+
if (Re(e))
|
|
529
529
|
for (var l = 0; l < e.length; l++) {
|
|
530
|
-
var
|
|
531
|
-
Pe(
|
|
530
|
+
var g = e[l];
|
|
531
|
+
Pe(g) && Xe(g, a);
|
|
532
532
|
}
|
|
533
533
|
else if (Pe(e))
|
|
534
534
|
e._store && (e._store.validated = !0);
|
|
535
535
|
else if (e) {
|
|
536
536
|
var x = j(e);
|
|
537
537
|
if (typeof x == "function" && x !== e.entries)
|
|
538
|
-
for (var
|
|
539
|
-
Pe(v.value) &&
|
|
538
|
+
for (var k = x.call(e), v; !(v = k.next()).done; )
|
|
539
|
+
Pe(v.value) && Xe(v.value, a);
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
|
-
function
|
|
543
|
+
function Mt(e) {
|
|
544
544
|
{
|
|
545
545
|
var a = e.type;
|
|
546
546
|
if (a == null || typeof a == "string")
|
|
@@ -555,199 +555,199 @@ Check the top-level render call using <` + l + ">.");
|
|
|
555
555
|
else
|
|
556
556
|
return;
|
|
557
557
|
if (l) {
|
|
558
|
-
var
|
|
559
|
-
|
|
558
|
+
var g = z(a);
|
|
559
|
+
wt(l, e.props, "prop", g, e);
|
|
560
560
|
} else if (a.PropTypes !== void 0 && !Te) {
|
|
561
561
|
Te = !0;
|
|
562
562
|
var x = z(a);
|
|
563
|
-
|
|
563
|
+
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", x || "Unknown");
|
|
564
564
|
}
|
|
565
|
-
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved &&
|
|
565
|
+
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
function
|
|
568
|
+
function $t(e) {
|
|
569
569
|
{
|
|
570
570
|
for (var a = Object.keys(e.props), l = 0; l < a.length; l++) {
|
|
571
|
-
var
|
|
572
|
-
if (
|
|
573
|
-
Q(e),
|
|
571
|
+
var g = a[l];
|
|
572
|
+
if (g !== "children" && g !== "key") {
|
|
573
|
+
Q(e), S("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", g), Q(null);
|
|
574
574
|
break;
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
|
-
e.ref !== null && (Q(e),
|
|
577
|
+
e.ref !== null && (Q(e), S("Invalid attribute `ref` supplied to `React.Fragment`."), Q(null));
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
|
-
var
|
|
581
|
-
function
|
|
580
|
+
var Ze = {};
|
|
581
|
+
function Qe(e, a, l, g, x, k) {
|
|
582
582
|
{
|
|
583
583
|
var v = ne(e);
|
|
584
584
|
if (!v) {
|
|
585
585
|
var m = "";
|
|
586
586
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (m += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
587
|
-
var A =
|
|
588
|
-
A ? m += A : m +=
|
|
587
|
+
var A = It();
|
|
588
|
+
A ? m += A : m += Je();
|
|
589
589
|
var _;
|
|
590
|
-
e === null ? _ = "null" :
|
|
590
|
+
e === null ? _ = "null" : Re(e) ? _ = "array" : e !== void 0 && e.$$typeof === n ? (_ = "<" + (z(e.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof e, S("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, m);
|
|
591
591
|
}
|
|
592
|
-
var T =
|
|
592
|
+
var T = At(e, a, l, x, k);
|
|
593
593
|
if (T == null)
|
|
594
594
|
return T;
|
|
595
595
|
if (v) {
|
|
596
596
|
var F = a.children;
|
|
597
597
|
if (F !== void 0)
|
|
598
|
-
if (
|
|
599
|
-
if (
|
|
598
|
+
if (g)
|
|
599
|
+
if (Re(F)) {
|
|
600
600
|
for (var ee = 0; ee < F.length; ee++)
|
|
601
|
-
|
|
601
|
+
He(F[ee], e);
|
|
602
602
|
Object.freeze && Object.freeze(F);
|
|
603
603
|
} else
|
|
604
|
-
|
|
604
|
+
S("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
605
605
|
else
|
|
606
|
-
|
|
606
|
+
He(F, e);
|
|
607
607
|
}
|
|
608
608
|
if (se.call(a, "key")) {
|
|
609
|
-
var
|
|
610
|
-
return
|
|
609
|
+
var K = z(e), I = Object.keys(a).filter(function(Gt) {
|
|
610
|
+
return Gt !== "key";
|
|
611
611
|
}), Oe = I.length > 0 ? "{key: someKey, " + I.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
612
|
-
if (!
|
|
613
|
-
var
|
|
614
|
-
|
|
612
|
+
if (!Ze[K + Oe]) {
|
|
613
|
+
var Dt = I.length > 0 ? "{" + I.join(": ..., ") + ": ...}" : "{}";
|
|
614
|
+
S(`A props object containing a "key" prop is being spread into JSX:
|
|
615
615
|
let props = %s;
|
|
616
616
|
<%s {...props} />
|
|
617
617
|
React keys must be passed directly to JSX without using spread:
|
|
618
618
|
let props = %s;
|
|
619
|
-
<%s key={someKey} {...props} />`, Oe,
|
|
619
|
+
<%s key={someKey} {...props} />`, Oe, K, Dt, K), Ze[K + Oe] = !0;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
|
-
return e === o ?
|
|
622
|
+
return e === o ? $t(T) : Mt(T), T;
|
|
623
623
|
}
|
|
624
624
|
}
|
|
625
625
|
function Ft(e, a, l) {
|
|
626
|
-
return
|
|
626
|
+
return Qe(e, a, l, !0);
|
|
627
627
|
}
|
|
628
628
|
function Vt(e, a, l) {
|
|
629
|
-
return
|
|
629
|
+
return Qe(e, a, l, !1);
|
|
630
630
|
}
|
|
631
|
-
var
|
|
632
|
-
|
|
633
|
-
}()),
|
|
631
|
+
var Nt = Vt, Wt = Ft;
|
|
632
|
+
ce.Fragment = o, ce.jsx = Nt, ce.jsxs = Wt;
|
|
633
|
+
}()), ce;
|
|
634
634
|
}
|
|
635
|
-
process.env.NODE_ENV === "production" ? Ae.exports =
|
|
636
|
-
var
|
|
637
|
-
function
|
|
638
|
-
var
|
|
635
|
+
process.env.NODE_ENV === "production" ? Ae.exports = Bt() : Ae.exports = Yt();
|
|
636
|
+
var y = Ae.exports;
|
|
637
|
+
function dt(t) {
|
|
638
|
+
var n, r, o = "";
|
|
639
639
|
if (typeof t == "string" || typeof t == "number")
|
|
640
640
|
o += t;
|
|
641
641
|
else if (typeof t == "object")
|
|
642
642
|
if (Array.isArray(t)) {
|
|
643
|
-
var
|
|
644
|
-
for (
|
|
645
|
-
t[
|
|
643
|
+
var d = t.length;
|
|
644
|
+
for (n = 0; n < d; n++)
|
|
645
|
+
t[n] && (r = dt(t[n])) && (o && (o += " "), o += r);
|
|
646
646
|
} else
|
|
647
|
-
for (
|
|
648
|
-
t[
|
|
647
|
+
for (r in t)
|
|
648
|
+
t[r] && (o && (o += " "), o += r);
|
|
649
649
|
return o;
|
|
650
650
|
}
|
|
651
|
-
function
|
|
652
|
-
for (var t,
|
|
653
|
-
(t = arguments[
|
|
651
|
+
function Ut() {
|
|
652
|
+
for (var t, n, r = 0, o = "", d = arguments.length; r < d; r++)
|
|
653
|
+
(t = arguments[r]) && (n = dt(t)) && (o && (o += " "), o += n);
|
|
654
654
|
return o;
|
|
655
655
|
}
|
|
656
656
|
const ze = "-";
|
|
657
|
-
function
|
|
658
|
-
const
|
|
659
|
-
conflictingClassGroups:
|
|
657
|
+
function Lt(t) {
|
|
658
|
+
const n = Jt(t), {
|
|
659
|
+
conflictingClassGroups: r,
|
|
660
660
|
conflictingClassGroupModifiers: o
|
|
661
661
|
} = t;
|
|
662
|
-
function
|
|
663
|
-
const
|
|
664
|
-
return
|
|
662
|
+
function d(s) {
|
|
663
|
+
const c = s.split(ze);
|
|
664
|
+
return c[0] === "" && c.length !== 1 && c.shift(), ct(c, n) || qt(s);
|
|
665
665
|
}
|
|
666
|
-
function i(s,
|
|
667
|
-
const b =
|
|
668
|
-
return
|
|
666
|
+
function i(s, c) {
|
|
667
|
+
const b = r[s] || [];
|
|
668
|
+
return c && o[s] ? [...b, ...o[s]] : b;
|
|
669
669
|
}
|
|
670
670
|
return {
|
|
671
|
-
getClassGroupId:
|
|
671
|
+
getClassGroupId: d,
|
|
672
672
|
getConflictingClassGroupIds: i
|
|
673
673
|
};
|
|
674
674
|
}
|
|
675
|
-
function
|
|
675
|
+
function ct(t, n) {
|
|
676
676
|
var s;
|
|
677
677
|
if (t.length === 0)
|
|
678
|
-
return
|
|
679
|
-
const
|
|
680
|
-
if (
|
|
681
|
-
return
|
|
682
|
-
if (
|
|
678
|
+
return n.classGroupId;
|
|
679
|
+
const r = t[0], o = n.nextPart.get(r), d = o ? ct(t.slice(1), o) : void 0;
|
|
680
|
+
if (d)
|
|
681
|
+
return d;
|
|
682
|
+
if (n.validators.length === 0)
|
|
683
683
|
return;
|
|
684
684
|
const i = t.join(ze);
|
|
685
|
-
return (s =
|
|
686
|
-
validator:
|
|
687
|
-
}) =>
|
|
685
|
+
return (s = n.validators.find(({
|
|
686
|
+
validator: c
|
|
687
|
+
}) => c(i))) == null ? void 0 : s.classGroupId;
|
|
688
688
|
}
|
|
689
|
-
const
|
|
690
|
-
function
|
|
691
|
-
if (
|
|
692
|
-
const
|
|
693
|
-
if (
|
|
694
|
-
return "arbitrary.." +
|
|
689
|
+
const nt = /^\[(.+)\]$/;
|
|
690
|
+
function qt(t) {
|
|
691
|
+
if (nt.test(t)) {
|
|
692
|
+
const n = nt.exec(t)[1], r = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
693
|
+
if (r)
|
|
694
|
+
return "arbitrary.." + r;
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
|
-
function
|
|
697
|
+
function Jt(t) {
|
|
698
698
|
const {
|
|
699
|
-
theme:
|
|
700
|
-
prefix:
|
|
699
|
+
theme: n,
|
|
700
|
+
prefix: r
|
|
701
701
|
} = t, o = {
|
|
702
702
|
nextPart: /* @__PURE__ */ new Map(),
|
|
703
703
|
validators: []
|
|
704
704
|
};
|
|
705
|
-
return
|
|
706
|
-
Ie(s, o, i,
|
|
705
|
+
return Xt(Object.entries(t.classGroups), r).forEach(([i, s]) => {
|
|
706
|
+
Ie(s, o, i, n);
|
|
707
707
|
}), o;
|
|
708
708
|
}
|
|
709
|
-
function Ie(t,
|
|
710
|
-
t.forEach((
|
|
711
|
-
if (typeof
|
|
712
|
-
const i =
|
|
713
|
-
i.classGroupId =
|
|
709
|
+
function Ie(t, n, r, o) {
|
|
710
|
+
t.forEach((d) => {
|
|
711
|
+
if (typeof d == "string") {
|
|
712
|
+
const i = d === "" ? n : ot(n, d);
|
|
713
|
+
i.classGroupId = r;
|
|
714
714
|
return;
|
|
715
715
|
}
|
|
716
|
-
if (typeof
|
|
717
|
-
if (
|
|
718
|
-
Ie(
|
|
716
|
+
if (typeof d == "function") {
|
|
717
|
+
if (Kt(d)) {
|
|
718
|
+
Ie(d(o), n, r, o);
|
|
719
719
|
return;
|
|
720
720
|
}
|
|
721
|
-
|
|
722
|
-
validator:
|
|
723
|
-
classGroupId:
|
|
721
|
+
n.validators.push({
|
|
722
|
+
validator: d,
|
|
723
|
+
classGroupId: r
|
|
724
724
|
});
|
|
725
725
|
return;
|
|
726
726
|
}
|
|
727
|
-
Object.entries(
|
|
728
|
-
Ie(s,
|
|
727
|
+
Object.entries(d).forEach(([i, s]) => {
|
|
728
|
+
Ie(s, ot(n, i), r, o);
|
|
729
729
|
});
|
|
730
730
|
});
|
|
731
731
|
}
|
|
732
|
-
function
|
|
733
|
-
let
|
|
734
|
-
return
|
|
735
|
-
|
|
732
|
+
function ot(t, n) {
|
|
733
|
+
let r = t;
|
|
734
|
+
return n.split(ze).forEach((o) => {
|
|
735
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
736
736
|
nextPart: /* @__PURE__ */ new Map(),
|
|
737
737
|
validators: []
|
|
738
|
-
}),
|
|
739
|
-
}),
|
|
738
|
+
}), r = r.nextPart.get(o);
|
|
739
|
+
}), r;
|
|
740
740
|
}
|
|
741
|
-
function
|
|
741
|
+
function Kt(t) {
|
|
742
742
|
return t.isThemeGetter;
|
|
743
743
|
}
|
|
744
|
-
function
|
|
745
|
-
return
|
|
746
|
-
const
|
|
747
|
-
return [
|
|
744
|
+
function Xt(t, n) {
|
|
745
|
+
return n ? t.map(([r, o]) => {
|
|
746
|
+
const d = o.map((i) => typeof i == "string" ? n + i : typeof i == "object" ? Object.fromEntries(Object.entries(i).map(([s, c]) => [n + s, c])) : i);
|
|
747
|
+
return [r, d];
|
|
748
748
|
}) : t;
|
|
749
749
|
}
|
|
750
|
-
function
|
|
750
|
+
function Ht(t) {
|
|
751
751
|
if (t < 1)
|
|
752
752
|
return {
|
|
753
753
|
get: () => {
|
|
@@ -755,34 +755,34 @@ function Xt(t) {
|
|
|
755
755
|
set: () => {
|
|
756
756
|
}
|
|
757
757
|
};
|
|
758
|
-
let
|
|
759
|
-
function
|
|
760
|
-
|
|
758
|
+
let n = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
759
|
+
function d(i, s) {
|
|
760
|
+
r.set(i, s), n++, n > t && (n = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
761
761
|
}
|
|
762
762
|
return {
|
|
763
763
|
get(i) {
|
|
764
|
-
let s =
|
|
764
|
+
let s = r.get(i);
|
|
765
765
|
if (s !== void 0)
|
|
766
766
|
return s;
|
|
767
767
|
if ((s = o.get(i)) !== void 0)
|
|
768
|
-
return
|
|
768
|
+
return d(i, s), s;
|
|
769
769
|
},
|
|
770
770
|
set(i, s) {
|
|
771
|
-
|
|
771
|
+
r.has(i) ? r.set(i, s) : d(i, s);
|
|
772
772
|
}
|
|
773
773
|
};
|
|
774
774
|
}
|
|
775
|
-
const
|
|
776
|
-
function
|
|
777
|
-
const
|
|
775
|
+
const ut = "!";
|
|
776
|
+
function Zt(t) {
|
|
777
|
+
const n = t.separator, r = n.length === 1, o = n[0], d = n.length;
|
|
778
778
|
return function(s) {
|
|
779
|
-
const
|
|
780
|
-
let b = 0,
|
|
779
|
+
const c = [];
|
|
780
|
+
let b = 0, f = 0, u;
|
|
781
781
|
for (let R = 0; R < s.length; R++) {
|
|
782
782
|
let j = s[R];
|
|
783
783
|
if (b === 0) {
|
|
784
|
-
if (j === o && (
|
|
785
|
-
|
|
784
|
+
if (j === o && (r || s.slice(R, R + d) === n)) {
|
|
785
|
+
c.push(s.slice(f, R)), f = R + d;
|
|
786
786
|
continue;
|
|
787
787
|
}
|
|
788
788
|
if (j === "/") {
|
|
@@ -792,202 +792,202 @@ function Ht(t) {
|
|
|
792
792
|
}
|
|
793
793
|
j === "[" ? b++ : j === "]" && b--;
|
|
794
794
|
}
|
|
795
|
-
const h =
|
|
795
|
+
const h = c.length === 0 ? s : s.substring(f), C = h.startsWith(ut), P = C ? h.substring(1) : h, V = u && u > f ? u - f : void 0;
|
|
796
796
|
return {
|
|
797
|
-
modifiers:
|
|
798
|
-
hasImportantModifier:
|
|
797
|
+
modifiers: c,
|
|
798
|
+
hasImportantModifier: C,
|
|
799
799
|
baseClassName: P,
|
|
800
800
|
maybePostfixModifierPosition: V
|
|
801
801
|
};
|
|
802
802
|
};
|
|
803
803
|
}
|
|
804
|
-
function
|
|
804
|
+
function Qt(t) {
|
|
805
805
|
if (t.length <= 1)
|
|
806
806
|
return t;
|
|
807
|
-
const
|
|
808
|
-
let
|
|
807
|
+
const n = [];
|
|
808
|
+
let r = [];
|
|
809
809
|
return t.forEach((o) => {
|
|
810
|
-
o[0] === "[" ? (
|
|
811
|
-
}),
|
|
810
|
+
o[0] === "[" ? (n.push(...r.sort(), o), r = []) : r.push(o);
|
|
811
|
+
}), n.push(...r.sort()), n;
|
|
812
812
|
}
|
|
813
|
-
function
|
|
813
|
+
function er(t) {
|
|
814
814
|
return {
|
|
815
|
-
cache:
|
|
816
|
-
splitModifiers:
|
|
817
|
-
...
|
|
815
|
+
cache: Ht(t.cacheSize),
|
|
816
|
+
splitModifiers: Zt(t),
|
|
817
|
+
...Lt(t)
|
|
818
818
|
};
|
|
819
819
|
}
|
|
820
|
-
const
|
|
821
|
-
function
|
|
820
|
+
const tr = /\s+/;
|
|
821
|
+
function rr(t, n) {
|
|
822
822
|
const {
|
|
823
|
-
splitModifiers:
|
|
823
|
+
splitModifiers: r,
|
|
824
824
|
getClassGroupId: o,
|
|
825
|
-
getConflictingClassGroupIds:
|
|
826
|
-
} =
|
|
827
|
-
return t.trim().split(
|
|
825
|
+
getConflictingClassGroupIds: d
|
|
826
|
+
} = n, i = /* @__PURE__ */ new Set();
|
|
827
|
+
return t.trim().split(tr).map((s) => {
|
|
828
828
|
const {
|
|
829
|
-
modifiers:
|
|
829
|
+
modifiers: c,
|
|
830
830
|
hasImportantModifier: b,
|
|
831
|
-
baseClassName:
|
|
831
|
+
baseClassName: f,
|
|
832
832
|
maybePostfixModifierPosition: u
|
|
833
|
-
} =
|
|
834
|
-
let h = o(u ?
|
|
833
|
+
} = r(s);
|
|
834
|
+
let h = o(u ? f.substring(0, u) : f), C = !!u;
|
|
835
835
|
if (!h) {
|
|
836
836
|
if (!u)
|
|
837
837
|
return {
|
|
838
838
|
isTailwindClass: !1,
|
|
839
839
|
originalClassName: s
|
|
840
840
|
};
|
|
841
|
-
if (h = o(
|
|
841
|
+
if (h = o(f), !h)
|
|
842
842
|
return {
|
|
843
843
|
isTailwindClass: !1,
|
|
844
844
|
originalClassName: s
|
|
845
845
|
};
|
|
846
|
-
|
|
846
|
+
C = !1;
|
|
847
847
|
}
|
|
848
|
-
const P =
|
|
848
|
+
const P = Qt(c).join(":");
|
|
849
849
|
return {
|
|
850
850
|
isTailwindClass: !0,
|
|
851
|
-
modifierId: b ? P +
|
|
851
|
+
modifierId: b ? P + ut : P,
|
|
852
852
|
classGroupId: h,
|
|
853
853
|
originalClassName: s,
|
|
854
|
-
hasPostfixModifier:
|
|
854
|
+
hasPostfixModifier: C
|
|
855
855
|
};
|
|
856
856
|
}).reverse().filter((s) => {
|
|
857
857
|
if (!s.isTailwindClass)
|
|
858
858
|
return !0;
|
|
859
859
|
const {
|
|
860
|
-
modifierId:
|
|
860
|
+
modifierId: c,
|
|
861
861
|
classGroupId: b,
|
|
862
|
-
hasPostfixModifier:
|
|
863
|
-
} = s, u =
|
|
864
|
-
return i.has(u) ? !1 : (i.add(u),
|
|
862
|
+
hasPostfixModifier: f
|
|
863
|
+
} = s, u = c + b;
|
|
864
|
+
return i.has(u) ? !1 : (i.add(u), d(b, f).forEach((h) => i.add(c + h)), !0);
|
|
865
865
|
}).reverse().map((s) => s.originalClassName).join(" ");
|
|
866
866
|
}
|
|
867
|
-
function
|
|
868
|
-
let t = 0,
|
|
867
|
+
function nr() {
|
|
868
|
+
let t = 0, n, r, o = "";
|
|
869
869
|
for (; t < arguments.length; )
|
|
870
|
-
(
|
|
870
|
+
(n = arguments[t++]) && (r = bt(n)) && (o && (o += " "), o += r);
|
|
871
871
|
return o;
|
|
872
872
|
}
|
|
873
|
-
function
|
|
873
|
+
function bt(t) {
|
|
874
874
|
if (typeof t == "string")
|
|
875
875
|
return t;
|
|
876
|
-
let
|
|
876
|
+
let n, r = "";
|
|
877
877
|
for (let o = 0; o < t.length; o++)
|
|
878
|
-
t[o] && (
|
|
879
|
-
return
|
|
878
|
+
t[o] && (n = bt(t[o])) && (r && (r += " "), r += n);
|
|
879
|
+
return r;
|
|
880
880
|
}
|
|
881
|
-
function
|
|
882
|
-
let
|
|
881
|
+
function or(t, ...n) {
|
|
882
|
+
let r, o, d, i = s;
|
|
883
883
|
function s(b) {
|
|
884
|
-
const
|
|
885
|
-
return
|
|
884
|
+
const f = n.reduce((u, h) => h(u), t());
|
|
885
|
+
return r = er(f), o = r.cache.get, d = r.cache.set, i = c, c(b);
|
|
886
886
|
}
|
|
887
|
-
function
|
|
888
|
-
const
|
|
889
|
-
if (
|
|
890
|
-
return
|
|
891
|
-
const u =
|
|
892
|
-
return
|
|
887
|
+
function c(b) {
|
|
888
|
+
const f = o(b);
|
|
889
|
+
if (f)
|
|
890
|
+
return f;
|
|
891
|
+
const u = rr(b, r);
|
|
892
|
+
return d(b, u), u;
|
|
893
893
|
}
|
|
894
894
|
return function() {
|
|
895
|
-
return i(
|
|
895
|
+
return i(nr.apply(null, arguments));
|
|
896
896
|
};
|
|
897
897
|
}
|
|
898
898
|
function E(t) {
|
|
899
|
-
const
|
|
900
|
-
return
|
|
899
|
+
const n = (r) => r[t] || [];
|
|
900
|
+
return n.isThemeGetter = !0, n;
|
|
901
901
|
}
|
|
902
|
-
const
|
|
902
|
+
const ft = /^\[(?:([a-z-]+):)?(.+)\]$/i, ar = /^\d+\/\d+$/, ir = /* @__PURE__ */ new Set(["px", "full", "screen"]), sr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, lr = /\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$/, dr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, cr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ur = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
903
903
|
function N(t) {
|
|
904
|
-
return
|
|
904
|
+
return X(t) || ir.has(t) || ar.test(t);
|
|
905
905
|
}
|
|
906
|
-
function
|
|
907
|
-
return te(t, "length",
|
|
906
|
+
function Y(t) {
|
|
907
|
+
return te(t, "length", xr);
|
|
908
908
|
}
|
|
909
|
-
function
|
|
909
|
+
function X(t) {
|
|
910
910
|
return !!t && !Number.isNaN(Number(t));
|
|
911
911
|
}
|
|
912
912
|
function ke(t) {
|
|
913
|
-
return te(t, "number",
|
|
913
|
+
return te(t, "number", X);
|
|
914
914
|
}
|
|
915
915
|
function ue(t) {
|
|
916
916
|
return !!t && Number.isInteger(Number(t));
|
|
917
917
|
}
|
|
918
|
-
function
|
|
919
|
-
return t.endsWith("%") &&
|
|
918
|
+
function br(t) {
|
|
919
|
+
return t.endsWith("%") && X(t.slice(0, -1));
|
|
920
920
|
}
|
|
921
921
|
function p(t) {
|
|
922
|
-
return
|
|
923
|
-
}
|
|
924
|
-
function Y(t) {
|
|
925
|
-
return ir.test(t);
|
|
922
|
+
return ft.test(t);
|
|
926
923
|
}
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
return te(t, br, bt);
|
|
924
|
+
function U(t) {
|
|
925
|
+
return sr.test(t);
|
|
930
926
|
}
|
|
927
|
+
const fr = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
931
928
|
function gr(t) {
|
|
932
|
-
return te(t,
|
|
929
|
+
return te(t, fr, gt);
|
|
933
930
|
}
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
return te(t, pr, yr);
|
|
931
|
+
function pr(t) {
|
|
932
|
+
return te(t, "position", gt);
|
|
937
933
|
}
|
|
934
|
+
const mr = /* @__PURE__ */ new Set(["image", "url"]);
|
|
938
935
|
function vr(t) {
|
|
939
|
-
return te(t,
|
|
936
|
+
return te(t, mr, wr);
|
|
937
|
+
}
|
|
938
|
+
function hr(t) {
|
|
939
|
+
return te(t, "", yr);
|
|
940
940
|
}
|
|
941
941
|
function be() {
|
|
942
942
|
return !0;
|
|
943
943
|
}
|
|
944
|
-
function te(t,
|
|
945
|
-
const o =
|
|
946
|
-
return o ? o[1] ? typeof
|
|
944
|
+
function te(t, n, r) {
|
|
945
|
+
const o = ft.exec(t);
|
|
946
|
+
return o ? o[1] ? typeof n == "string" ? o[1] === n : n.has(o[1]) : r(o[2]) : !1;
|
|
947
947
|
}
|
|
948
|
-
function
|
|
949
|
-
return
|
|
948
|
+
function xr(t) {
|
|
949
|
+
return lr.test(t) && !dr.test(t);
|
|
950
950
|
}
|
|
951
|
-
function
|
|
951
|
+
function gt() {
|
|
952
952
|
return !1;
|
|
953
953
|
}
|
|
954
|
-
function
|
|
954
|
+
function yr(t) {
|
|
955
955
|
return cr.test(t);
|
|
956
956
|
}
|
|
957
|
-
function
|
|
958
|
-
return
|
|
957
|
+
function wr(t) {
|
|
958
|
+
return ur.test(t);
|
|
959
959
|
}
|
|
960
|
-
function
|
|
961
|
-
const t = E("colors"),
|
|
960
|
+
function kr() {
|
|
961
|
+
const t = E("colors"), n = E("spacing"), r = E("blur"), o = E("brightness"), d = E("borderColor"), i = E("borderRadius"), s = E("borderSpacing"), c = E("borderWidth"), b = E("contrast"), f = E("grayscale"), u = E("hueRotate"), h = E("invert"), C = E("gap"), P = E("gradientColorStops"), V = E("gradientColorStopPositions"), R = E("inset"), j = E("margin"), O = E("opacity"), S = E("padding"), fe = E("saturate"), re = E("scale"), ge = E("sepia"), pe = E("skew"), me = E("space"), ve = E("translate"), H = () => ["auto", "contain", "none"], ne = () => ["auto", "hidden", "clip", "visible", "scroll"], oe = () => ["auto", p, n], w = () => [p, n], z = () => ["", N, Y], $ = () => ["auto", X, p], D = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], q = () => ["solid", "dashed", "dotted", "double", "none"], ae = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], Z = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], G = () => ["", "0", p], ie = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [X, ke], J = () => [X, p];
|
|
962
962
|
return {
|
|
963
963
|
cacheSize: 500,
|
|
964
964
|
separator: ":",
|
|
965
965
|
theme: {
|
|
966
966
|
colors: [be],
|
|
967
|
-
spacing: [N,
|
|
968
|
-
blur: ["none", "",
|
|
969
|
-
brightness:
|
|
967
|
+
spacing: [N, Y],
|
|
968
|
+
blur: ["none", "", U, p],
|
|
969
|
+
brightness: B(),
|
|
970
970
|
borderColor: [t],
|
|
971
|
-
borderRadius: ["none", "", "full",
|
|
972
|
-
borderSpacing:
|
|
971
|
+
borderRadius: ["none", "", "full", U, p],
|
|
972
|
+
borderSpacing: w(),
|
|
973
973
|
borderWidth: z(),
|
|
974
|
-
contrast:
|
|
975
|
-
grayscale:
|
|
976
|
-
hueRotate:
|
|
977
|
-
invert:
|
|
978
|
-
gap:
|
|
974
|
+
contrast: B(),
|
|
975
|
+
grayscale: G(),
|
|
976
|
+
hueRotate: J(),
|
|
977
|
+
invert: G(),
|
|
978
|
+
gap: w(),
|
|
979
979
|
gradientColorStops: [t],
|
|
980
|
-
gradientColorStopPositions: [
|
|
980
|
+
gradientColorStopPositions: [br, Y],
|
|
981
981
|
inset: oe(),
|
|
982
982
|
margin: oe(),
|
|
983
|
-
opacity:
|
|
984
|
-
padding:
|
|
985
|
-
saturate:
|
|
986
|
-
scale:
|
|
987
|
-
sepia:
|
|
988
|
-
skew:
|
|
989
|
-
space:
|
|
990
|
-
translate:
|
|
983
|
+
opacity: B(),
|
|
984
|
+
padding: w(),
|
|
985
|
+
saturate: B(),
|
|
986
|
+
scale: B(),
|
|
987
|
+
sepia: G(),
|
|
988
|
+
skew: J(),
|
|
989
|
+
space: w(),
|
|
990
|
+
translate: w()
|
|
991
991
|
},
|
|
992
992
|
classGroups: {
|
|
993
993
|
// Layout
|
|
@@ -1008,7 +1008,7 @@ function wr() {
|
|
|
1008
1008
|
* @see https://tailwindcss.com/docs/columns
|
|
1009
1009
|
*/
|
|
1010
1010
|
columns: [{
|
|
1011
|
-
columns: [
|
|
1011
|
+
columns: [U]
|
|
1012
1012
|
}],
|
|
1013
1013
|
/**
|
|
1014
1014
|
* Break After
|
|
@@ -1081,7 +1081,7 @@ function wr() {
|
|
|
1081
1081
|
* @see https://tailwindcss.com/docs/object-position
|
|
1082
1082
|
*/
|
|
1083
1083
|
"object-position": [{
|
|
1084
|
-
object: [...
|
|
1084
|
+
object: [...D(), p]
|
|
1085
1085
|
}],
|
|
1086
1086
|
/**
|
|
1087
1087
|
* Overflow
|
|
@@ -1239,14 +1239,14 @@ function wr() {
|
|
|
1239
1239
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1240
1240
|
*/
|
|
1241
1241
|
grow: [{
|
|
1242
|
-
grow:
|
|
1242
|
+
grow: G()
|
|
1243
1243
|
}],
|
|
1244
1244
|
/**
|
|
1245
1245
|
* Flex Shrink
|
|
1246
1246
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1247
1247
|
*/
|
|
1248
1248
|
shrink: [{
|
|
1249
|
-
shrink:
|
|
1249
|
+
shrink: G()
|
|
1250
1250
|
}],
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Order
|
|
@@ -1276,14 +1276,14 @@ function wr() {
|
|
|
1276
1276
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1277
1277
|
*/
|
|
1278
1278
|
"col-start": [{
|
|
1279
|
-
"col-start":
|
|
1279
|
+
"col-start": $()
|
|
1280
1280
|
}],
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Grid Column End
|
|
1283
1283
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1284
1284
|
*/
|
|
1285
1285
|
"col-end": [{
|
|
1286
|
-
"col-end":
|
|
1286
|
+
"col-end": $()
|
|
1287
1287
|
}],
|
|
1288
1288
|
/**
|
|
1289
1289
|
* Grid Template Rows
|
|
@@ -1306,14 +1306,14 @@ function wr() {
|
|
|
1306
1306
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1307
1307
|
*/
|
|
1308
1308
|
"row-start": [{
|
|
1309
|
-
"row-start":
|
|
1309
|
+
"row-start": $()
|
|
1310
1310
|
}],
|
|
1311
1311
|
/**
|
|
1312
1312
|
* Grid Row End
|
|
1313
1313
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1314
1314
|
*/
|
|
1315
1315
|
"row-end": [{
|
|
1316
|
-
"row-end":
|
|
1316
|
+
"row-end": $()
|
|
1317
1317
|
}],
|
|
1318
1318
|
/**
|
|
1319
1319
|
* Grid Auto Flow
|
|
@@ -1341,21 +1341,21 @@ function wr() {
|
|
|
1341
1341
|
* @see https://tailwindcss.com/docs/gap
|
|
1342
1342
|
*/
|
|
1343
1343
|
gap: [{
|
|
1344
|
-
gap: [
|
|
1344
|
+
gap: [C]
|
|
1345
1345
|
}],
|
|
1346
1346
|
/**
|
|
1347
1347
|
* Gap X
|
|
1348
1348
|
* @see https://tailwindcss.com/docs/gap
|
|
1349
1349
|
*/
|
|
1350
1350
|
"gap-x": [{
|
|
1351
|
-
"gap-x": [
|
|
1351
|
+
"gap-x": [C]
|
|
1352
1352
|
}],
|
|
1353
1353
|
/**
|
|
1354
1354
|
* Gap Y
|
|
1355
1355
|
* @see https://tailwindcss.com/docs/gap
|
|
1356
1356
|
*/
|
|
1357
1357
|
"gap-y": [{
|
|
1358
|
-
"gap-y": [
|
|
1358
|
+
"gap-y": [C]
|
|
1359
1359
|
}],
|
|
1360
1360
|
/**
|
|
1361
1361
|
* Justify Content
|
|
@@ -1426,63 +1426,63 @@ function wr() {
|
|
|
1426
1426
|
* @see https://tailwindcss.com/docs/padding
|
|
1427
1427
|
*/
|
|
1428
1428
|
p: [{
|
|
1429
|
-
p: [
|
|
1429
|
+
p: [S]
|
|
1430
1430
|
}],
|
|
1431
1431
|
/**
|
|
1432
1432
|
* Padding X
|
|
1433
1433
|
* @see https://tailwindcss.com/docs/padding
|
|
1434
1434
|
*/
|
|
1435
1435
|
px: [{
|
|
1436
|
-
px: [
|
|
1436
|
+
px: [S]
|
|
1437
1437
|
}],
|
|
1438
1438
|
/**
|
|
1439
1439
|
* Padding Y
|
|
1440
1440
|
* @see https://tailwindcss.com/docs/padding
|
|
1441
1441
|
*/
|
|
1442
1442
|
py: [{
|
|
1443
|
-
py: [
|
|
1443
|
+
py: [S]
|
|
1444
1444
|
}],
|
|
1445
1445
|
/**
|
|
1446
1446
|
* Padding Start
|
|
1447
1447
|
* @see https://tailwindcss.com/docs/padding
|
|
1448
1448
|
*/
|
|
1449
1449
|
ps: [{
|
|
1450
|
-
ps: [
|
|
1450
|
+
ps: [S]
|
|
1451
1451
|
}],
|
|
1452
1452
|
/**
|
|
1453
1453
|
* Padding End
|
|
1454
1454
|
* @see https://tailwindcss.com/docs/padding
|
|
1455
1455
|
*/
|
|
1456
1456
|
pe: [{
|
|
1457
|
-
pe: [
|
|
1457
|
+
pe: [S]
|
|
1458
1458
|
}],
|
|
1459
1459
|
/**
|
|
1460
1460
|
* Padding Top
|
|
1461
1461
|
* @see https://tailwindcss.com/docs/padding
|
|
1462
1462
|
*/
|
|
1463
1463
|
pt: [{
|
|
1464
|
-
pt: [
|
|
1464
|
+
pt: [S]
|
|
1465
1465
|
}],
|
|
1466
1466
|
/**
|
|
1467
1467
|
* Padding Right
|
|
1468
1468
|
* @see https://tailwindcss.com/docs/padding
|
|
1469
1469
|
*/
|
|
1470
1470
|
pr: [{
|
|
1471
|
-
pr: [
|
|
1471
|
+
pr: [S]
|
|
1472
1472
|
}],
|
|
1473
1473
|
/**
|
|
1474
1474
|
* Padding Bottom
|
|
1475
1475
|
* @see https://tailwindcss.com/docs/padding
|
|
1476
1476
|
*/
|
|
1477
1477
|
pb: [{
|
|
1478
|
-
pb: [
|
|
1478
|
+
pb: [S]
|
|
1479
1479
|
}],
|
|
1480
1480
|
/**
|
|
1481
1481
|
* Padding Left
|
|
1482
1482
|
* @see https://tailwindcss.com/docs/padding
|
|
1483
1483
|
*/
|
|
1484
1484
|
pl: [{
|
|
1485
|
-
pl: [
|
|
1485
|
+
pl: [S]
|
|
1486
1486
|
}],
|
|
1487
1487
|
/**
|
|
1488
1488
|
* Margin
|
|
@@ -1577,51 +1577,51 @@ function wr() {
|
|
|
1577
1577
|
* @see https://tailwindcss.com/docs/width
|
|
1578
1578
|
*/
|
|
1579
1579
|
w: [{
|
|
1580
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", p,
|
|
1580
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", p, n]
|
|
1581
1581
|
}],
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Min-Width
|
|
1584
1584
|
* @see https://tailwindcss.com/docs/min-width
|
|
1585
1585
|
*/
|
|
1586
1586
|
"min-w": [{
|
|
1587
|
-
"min-w": [p,
|
|
1587
|
+
"min-w": [p, n, "min", "max", "fit"]
|
|
1588
1588
|
}],
|
|
1589
1589
|
/**
|
|
1590
1590
|
* Max-Width
|
|
1591
1591
|
* @see https://tailwindcss.com/docs/max-width
|
|
1592
1592
|
*/
|
|
1593
1593
|
"max-w": [{
|
|
1594
|
-
"max-w": [p,
|
|
1595
|
-
screen: [
|
|
1596
|
-
},
|
|
1594
|
+
"max-w": [p, n, "none", "full", "min", "max", "fit", "prose", {
|
|
1595
|
+
screen: [U]
|
|
1596
|
+
}, U]
|
|
1597
1597
|
}],
|
|
1598
1598
|
/**
|
|
1599
1599
|
* Height
|
|
1600
1600
|
* @see https://tailwindcss.com/docs/height
|
|
1601
1601
|
*/
|
|
1602
1602
|
h: [{
|
|
1603
|
-
h: [p,
|
|
1603
|
+
h: [p, n, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1604
1604
|
}],
|
|
1605
1605
|
/**
|
|
1606
1606
|
* Min-Height
|
|
1607
1607
|
* @see https://tailwindcss.com/docs/min-height
|
|
1608
1608
|
*/
|
|
1609
1609
|
"min-h": [{
|
|
1610
|
-
"min-h": [p,
|
|
1610
|
+
"min-h": [p, n, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1611
1611
|
}],
|
|
1612
1612
|
/**
|
|
1613
1613
|
* Max-Height
|
|
1614
1614
|
* @see https://tailwindcss.com/docs/max-height
|
|
1615
1615
|
*/
|
|
1616
1616
|
"max-h": [{
|
|
1617
|
-
"max-h": [p,
|
|
1617
|
+
"max-h": [p, n, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1618
1618
|
}],
|
|
1619
1619
|
/**
|
|
1620
1620
|
* Size
|
|
1621
1621
|
* @see https://tailwindcss.com/docs/size
|
|
1622
1622
|
*/
|
|
1623
1623
|
size: [{
|
|
1624
|
-
size: [p,
|
|
1624
|
+
size: [p, n, "auto", "min", "max", "fit"]
|
|
1625
1625
|
}],
|
|
1626
1626
|
// Typography
|
|
1627
1627
|
/**
|
|
@@ -1629,7 +1629,7 @@ function wr() {
|
|
|
1629
1629
|
* @see https://tailwindcss.com/docs/font-size
|
|
1630
1630
|
*/
|
|
1631
1631
|
"font-size": [{
|
|
1632
|
-
text: ["base",
|
|
1632
|
+
text: ["base", U, Y]
|
|
1633
1633
|
}],
|
|
1634
1634
|
/**
|
|
1635
1635
|
* Font Smoothing
|
|
@@ -1697,7 +1697,7 @@ function wr() {
|
|
|
1697
1697
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1698
1698
|
*/
|
|
1699
1699
|
"line-clamp": [{
|
|
1700
|
-
"line-clamp": ["none",
|
|
1700
|
+
"line-clamp": ["none", X, ke]
|
|
1701
1701
|
}],
|
|
1702
1702
|
/**
|
|
1703
1703
|
* Line Height
|
|
@@ -1773,14 +1773,14 @@ function wr() {
|
|
|
1773
1773
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1774
1774
|
*/
|
|
1775
1775
|
"text-decoration-style": [{
|
|
1776
|
-
decoration: [...
|
|
1776
|
+
decoration: [...q(), "wavy"]
|
|
1777
1777
|
}],
|
|
1778
1778
|
/**
|
|
1779
1779
|
* Text Decoration Thickness
|
|
1780
1780
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1781
1781
|
*/
|
|
1782
1782
|
"text-decoration-thickness": [{
|
|
1783
|
-
decoration: ["auto", "from-font", N,
|
|
1783
|
+
decoration: ["auto", "from-font", N, Y]
|
|
1784
1784
|
}],
|
|
1785
1785
|
/**
|
|
1786
1786
|
* Text Underline Offset
|
|
@@ -1818,7 +1818,7 @@ function wr() {
|
|
|
1818
1818
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1819
1819
|
*/
|
|
1820
1820
|
indent: [{
|
|
1821
|
-
indent:
|
|
1821
|
+
indent: w()
|
|
1822
1822
|
}],
|
|
1823
1823
|
/**
|
|
1824
1824
|
* Vertical Alignment
|
|
@@ -1890,7 +1890,7 @@ function wr() {
|
|
|
1890
1890
|
* @see https://tailwindcss.com/docs/background-position
|
|
1891
1891
|
*/
|
|
1892
1892
|
"bg-position": [{
|
|
1893
|
-
bg: [...
|
|
1893
|
+
bg: [...D(), pr]
|
|
1894
1894
|
}],
|
|
1895
1895
|
/**
|
|
1896
1896
|
* Background Repeat
|
|
@@ -1906,7 +1906,7 @@ function wr() {
|
|
|
1906
1906
|
* @see https://tailwindcss.com/docs/background-size
|
|
1907
1907
|
*/
|
|
1908
1908
|
"bg-size": [{
|
|
1909
|
-
bg: ["auto", "cover", "contain",
|
|
1909
|
+
bg: ["auto", "cover", "contain", gr]
|
|
1910
1910
|
}],
|
|
1911
1911
|
/**
|
|
1912
1912
|
* Background Image
|
|
@@ -1915,7 +1915,7 @@ function wr() {
|
|
|
1915
1915
|
"bg-image": [{
|
|
1916
1916
|
bg: ["none", {
|
|
1917
1917
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1918
|
-
},
|
|
1918
|
+
}, vr]
|
|
1919
1919
|
}],
|
|
1920
1920
|
/**
|
|
1921
1921
|
* Background Color
|
|
@@ -2077,63 +2077,63 @@ function wr() {
|
|
|
2077
2077
|
* @see https://tailwindcss.com/docs/border-width
|
|
2078
2078
|
*/
|
|
2079
2079
|
"border-w": [{
|
|
2080
|
-
border: [
|
|
2080
|
+
border: [c]
|
|
2081
2081
|
}],
|
|
2082
2082
|
/**
|
|
2083
2083
|
* Border Width X
|
|
2084
2084
|
* @see https://tailwindcss.com/docs/border-width
|
|
2085
2085
|
*/
|
|
2086
2086
|
"border-w-x": [{
|
|
2087
|
-
"border-x": [
|
|
2087
|
+
"border-x": [c]
|
|
2088
2088
|
}],
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Border Width Y
|
|
2091
2091
|
* @see https://tailwindcss.com/docs/border-width
|
|
2092
2092
|
*/
|
|
2093
2093
|
"border-w-y": [{
|
|
2094
|
-
"border-y": [
|
|
2094
|
+
"border-y": [c]
|
|
2095
2095
|
}],
|
|
2096
2096
|
/**
|
|
2097
2097
|
* Border Width Start
|
|
2098
2098
|
* @see https://tailwindcss.com/docs/border-width
|
|
2099
2099
|
*/
|
|
2100
2100
|
"border-w-s": [{
|
|
2101
|
-
"border-s": [
|
|
2101
|
+
"border-s": [c]
|
|
2102
2102
|
}],
|
|
2103
2103
|
/**
|
|
2104
2104
|
* Border Width End
|
|
2105
2105
|
* @see https://tailwindcss.com/docs/border-width
|
|
2106
2106
|
*/
|
|
2107
2107
|
"border-w-e": [{
|
|
2108
|
-
"border-e": [
|
|
2108
|
+
"border-e": [c]
|
|
2109
2109
|
}],
|
|
2110
2110
|
/**
|
|
2111
2111
|
* Border Width Top
|
|
2112
2112
|
* @see https://tailwindcss.com/docs/border-width
|
|
2113
2113
|
*/
|
|
2114
2114
|
"border-w-t": [{
|
|
2115
|
-
"border-t": [
|
|
2115
|
+
"border-t": [c]
|
|
2116
2116
|
}],
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Border Width Right
|
|
2119
2119
|
* @see https://tailwindcss.com/docs/border-width
|
|
2120
2120
|
*/
|
|
2121
2121
|
"border-w-r": [{
|
|
2122
|
-
"border-r": [
|
|
2122
|
+
"border-r": [c]
|
|
2123
2123
|
}],
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Border Width Bottom
|
|
2126
2126
|
* @see https://tailwindcss.com/docs/border-width
|
|
2127
2127
|
*/
|
|
2128
2128
|
"border-w-b": [{
|
|
2129
|
-
"border-b": [
|
|
2129
|
+
"border-b": [c]
|
|
2130
2130
|
}],
|
|
2131
2131
|
/**
|
|
2132
2132
|
* Border Width Left
|
|
2133
2133
|
* @see https://tailwindcss.com/docs/border-width
|
|
2134
2134
|
*/
|
|
2135
2135
|
"border-w-l": [{
|
|
2136
|
-
"border-l": [
|
|
2136
|
+
"border-l": [c]
|
|
2137
2137
|
}],
|
|
2138
2138
|
/**
|
|
2139
2139
|
* Border Opacity
|
|
@@ -2147,14 +2147,14 @@ function wr() {
|
|
|
2147
2147
|
* @see https://tailwindcss.com/docs/border-style
|
|
2148
2148
|
*/
|
|
2149
2149
|
"border-style": [{
|
|
2150
|
-
border: [...
|
|
2150
|
+
border: [...q(), "hidden"]
|
|
2151
2151
|
}],
|
|
2152
2152
|
/**
|
|
2153
2153
|
* Divide Width X
|
|
2154
2154
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2155
2155
|
*/
|
|
2156
2156
|
"divide-x": [{
|
|
2157
|
-
"divide-x": [
|
|
2157
|
+
"divide-x": [c]
|
|
2158
2158
|
}],
|
|
2159
2159
|
/**
|
|
2160
2160
|
* Divide Width X Reverse
|
|
@@ -2166,7 +2166,7 @@ function wr() {
|
|
|
2166
2166
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2167
2167
|
*/
|
|
2168
2168
|
"divide-y": [{
|
|
2169
|
-
"divide-y": [
|
|
2169
|
+
"divide-y": [c]
|
|
2170
2170
|
}],
|
|
2171
2171
|
/**
|
|
2172
2172
|
* Divide Width Y Reverse
|
|
@@ -2185,70 +2185,70 @@ function wr() {
|
|
|
2185
2185
|
* @see https://tailwindcss.com/docs/divide-style
|
|
2186
2186
|
*/
|
|
2187
2187
|
"divide-style": [{
|
|
2188
|
-
divide:
|
|
2188
|
+
divide: q()
|
|
2189
2189
|
}],
|
|
2190
2190
|
/**
|
|
2191
2191
|
* Border Color
|
|
2192
2192
|
* @see https://tailwindcss.com/docs/border-color
|
|
2193
2193
|
*/
|
|
2194
2194
|
"border-color": [{
|
|
2195
|
-
border: [
|
|
2195
|
+
border: [d]
|
|
2196
2196
|
}],
|
|
2197
2197
|
/**
|
|
2198
2198
|
* Border Color X
|
|
2199
2199
|
* @see https://tailwindcss.com/docs/border-color
|
|
2200
2200
|
*/
|
|
2201
2201
|
"border-color-x": [{
|
|
2202
|
-
"border-x": [
|
|
2202
|
+
"border-x": [d]
|
|
2203
2203
|
}],
|
|
2204
2204
|
/**
|
|
2205
2205
|
* Border Color Y
|
|
2206
2206
|
* @see https://tailwindcss.com/docs/border-color
|
|
2207
2207
|
*/
|
|
2208
2208
|
"border-color-y": [{
|
|
2209
|
-
"border-y": [
|
|
2209
|
+
"border-y": [d]
|
|
2210
2210
|
}],
|
|
2211
2211
|
/**
|
|
2212
2212
|
* Border Color Top
|
|
2213
2213
|
* @see https://tailwindcss.com/docs/border-color
|
|
2214
2214
|
*/
|
|
2215
2215
|
"border-color-t": [{
|
|
2216
|
-
"border-t": [
|
|
2216
|
+
"border-t": [d]
|
|
2217
2217
|
}],
|
|
2218
2218
|
/**
|
|
2219
2219
|
* Border Color Right
|
|
2220
2220
|
* @see https://tailwindcss.com/docs/border-color
|
|
2221
2221
|
*/
|
|
2222
2222
|
"border-color-r": [{
|
|
2223
|
-
"border-r": [
|
|
2223
|
+
"border-r": [d]
|
|
2224
2224
|
}],
|
|
2225
2225
|
/**
|
|
2226
2226
|
* Border Color Bottom
|
|
2227
2227
|
* @see https://tailwindcss.com/docs/border-color
|
|
2228
2228
|
*/
|
|
2229
2229
|
"border-color-b": [{
|
|
2230
|
-
"border-b": [
|
|
2230
|
+
"border-b": [d]
|
|
2231
2231
|
}],
|
|
2232
2232
|
/**
|
|
2233
2233
|
* Border Color Left
|
|
2234
2234
|
* @see https://tailwindcss.com/docs/border-color
|
|
2235
2235
|
*/
|
|
2236
2236
|
"border-color-l": [{
|
|
2237
|
-
"border-l": [
|
|
2237
|
+
"border-l": [d]
|
|
2238
2238
|
}],
|
|
2239
2239
|
/**
|
|
2240
2240
|
* Divide Color
|
|
2241
2241
|
* @see https://tailwindcss.com/docs/divide-color
|
|
2242
2242
|
*/
|
|
2243
2243
|
"divide-color": [{
|
|
2244
|
-
divide: [
|
|
2244
|
+
divide: [d]
|
|
2245
2245
|
}],
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Outline Style
|
|
2248
2248
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2249
2249
|
*/
|
|
2250
2250
|
"outline-style": [{
|
|
2251
|
-
outline: ["", ...
|
|
2251
|
+
outline: ["", ...q()]
|
|
2252
2252
|
}],
|
|
2253
2253
|
/**
|
|
2254
2254
|
* Outline Offset
|
|
@@ -2262,7 +2262,7 @@ function wr() {
|
|
|
2262
2262
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2263
2263
|
*/
|
|
2264
2264
|
"outline-w": [{
|
|
2265
|
-
outline: [N,
|
|
2265
|
+
outline: [N, Y]
|
|
2266
2266
|
}],
|
|
2267
2267
|
/**
|
|
2268
2268
|
* Outline Color
|
|
@@ -2302,7 +2302,7 @@ function wr() {
|
|
|
2302
2302
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
2303
2303
|
*/
|
|
2304
2304
|
"ring-offset-w": [{
|
|
2305
|
-
"ring-offset": [N,
|
|
2305
|
+
"ring-offset": [N, Y]
|
|
2306
2306
|
}],
|
|
2307
2307
|
/**
|
|
2308
2308
|
* Ring Offset Color
|
|
@@ -2317,7 +2317,7 @@ function wr() {
|
|
|
2317
2317
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2318
2318
|
*/
|
|
2319
2319
|
shadow: [{
|
|
2320
|
-
shadow: ["", "inner", "none",
|
|
2320
|
+
shadow: ["", "inner", "none", U, hr]
|
|
2321
2321
|
}],
|
|
2322
2322
|
/**
|
|
2323
2323
|
* Box Shadow Color
|
|
@@ -2361,7 +2361,7 @@ function wr() {
|
|
|
2361
2361
|
* @see https://tailwindcss.com/docs/blur
|
|
2362
2362
|
*/
|
|
2363
2363
|
blur: [{
|
|
2364
|
-
blur: [
|
|
2364
|
+
blur: [r]
|
|
2365
2365
|
}],
|
|
2366
2366
|
/**
|
|
2367
2367
|
* Brightness
|
|
@@ -2382,14 +2382,14 @@ function wr() {
|
|
|
2382
2382
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2383
2383
|
*/
|
|
2384
2384
|
"drop-shadow": [{
|
|
2385
|
-
"drop-shadow": ["", "none",
|
|
2385
|
+
"drop-shadow": ["", "none", U, p]
|
|
2386
2386
|
}],
|
|
2387
2387
|
/**
|
|
2388
2388
|
* Grayscale
|
|
2389
2389
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2390
2390
|
*/
|
|
2391
2391
|
grayscale: [{
|
|
2392
|
-
grayscale: [
|
|
2392
|
+
grayscale: [f]
|
|
2393
2393
|
}],
|
|
2394
2394
|
/**
|
|
2395
2395
|
* Hue Rotate
|
|
@@ -2432,7 +2432,7 @@ function wr() {
|
|
|
2432
2432
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2433
2433
|
*/
|
|
2434
2434
|
"backdrop-blur": [{
|
|
2435
|
-
"backdrop-blur": [
|
|
2435
|
+
"backdrop-blur": [r]
|
|
2436
2436
|
}],
|
|
2437
2437
|
/**
|
|
2438
2438
|
* Backdrop Brightness
|
|
@@ -2453,7 +2453,7 @@ function wr() {
|
|
|
2453
2453
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2454
2454
|
*/
|
|
2455
2455
|
"backdrop-grayscale": [{
|
|
2456
|
-
"backdrop-grayscale": [
|
|
2456
|
+
"backdrop-grayscale": [f]
|
|
2457
2457
|
}],
|
|
2458
2458
|
/**
|
|
2459
2459
|
* Backdrop Hue Rotate
|
|
@@ -2546,7 +2546,7 @@ function wr() {
|
|
|
2546
2546
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2547
2547
|
*/
|
|
2548
2548
|
duration: [{
|
|
2549
|
-
duration:
|
|
2549
|
+
duration: J()
|
|
2550
2550
|
}],
|
|
2551
2551
|
/**
|
|
2552
2552
|
* Transition Timing Function
|
|
@@ -2560,7 +2560,7 @@ function wr() {
|
|
|
2560
2560
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2561
2561
|
*/
|
|
2562
2562
|
delay: [{
|
|
2563
|
-
delay:
|
|
2563
|
+
delay: J()
|
|
2564
2564
|
}],
|
|
2565
2565
|
/**
|
|
2566
2566
|
* Animation
|
|
@@ -2695,126 +2695,126 @@ function wr() {
|
|
|
2695
2695
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2696
2696
|
*/
|
|
2697
2697
|
"scroll-m": [{
|
|
2698
|
-
"scroll-m":
|
|
2698
|
+
"scroll-m": w()
|
|
2699
2699
|
}],
|
|
2700
2700
|
/**
|
|
2701
2701
|
* Scroll Margin X
|
|
2702
2702
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2703
2703
|
*/
|
|
2704
2704
|
"scroll-mx": [{
|
|
2705
|
-
"scroll-mx":
|
|
2705
|
+
"scroll-mx": w()
|
|
2706
2706
|
}],
|
|
2707
2707
|
/**
|
|
2708
2708
|
* Scroll Margin Y
|
|
2709
2709
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2710
2710
|
*/
|
|
2711
2711
|
"scroll-my": [{
|
|
2712
|
-
"scroll-my":
|
|
2712
|
+
"scroll-my": w()
|
|
2713
2713
|
}],
|
|
2714
2714
|
/**
|
|
2715
2715
|
* Scroll Margin Start
|
|
2716
2716
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2717
2717
|
*/
|
|
2718
2718
|
"scroll-ms": [{
|
|
2719
|
-
"scroll-ms":
|
|
2719
|
+
"scroll-ms": w()
|
|
2720
2720
|
}],
|
|
2721
2721
|
/**
|
|
2722
2722
|
* Scroll Margin End
|
|
2723
2723
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2724
2724
|
*/
|
|
2725
2725
|
"scroll-me": [{
|
|
2726
|
-
"scroll-me":
|
|
2726
|
+
"scroll-me": w()
|
|
2727
2727
|
}],
|
|
2728
2728
|
/**
|
|
2729
2729
|
* Scroll Margin Top
|
|
2730
2730
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2731
2731
|
*/
|
|
2732
2732
|
"scroll-mt": [{
|
|
2733
|
-
"scroll-mt":
|
|
2733
|
+
"scroll-mt": w()
|
|
2734
2734
|
}],
|
|
2735
2735
|
/**
|
|
2736
2736
|
* Scroll Margin Right
|
|
2737
2737
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2738
2738
|
*/
|
|
2739
2739
|
"scroll-mr": [{
|
|
2740
|
-
"scroll-mr":
|
|
2740
|
+
"scroll-mr": w()
|
|
2741
2741
|
}],
|
|
2742
2742
|
/**
|
|
2743
2743
|
* Scroll Margin Bottom
|
|
2744
2744
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2745
2745
|
*/
|
|
2746
2746
|
"scroll-mb": [{
|
|
2747
|
-
"scroll-mb":
|
|
2747
|
+
"scroll-mb": w()
|
|
2748
2748
|
}],
|
|
2749
2749
|
/**
|
|
2750
2750
|
* Scroll Margin Left
|
|
2751
2751
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2752
2752
|
*/
|
|
2753
2753
|
"scroll-ml": [{
|
|
2754
|
-
"scroll-ml":
|
|
2754
|
+
"scroll-ml": w()
|
|
2755
2755
|
}],
|
|
2756
2756
|
/**
|
|
2757
2757
|
* Scroll Padding
|
|
2758
2758
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2759
2759
|
*/
|
|
2760
2760
|
"scroll-p": [{
|
|
2761
|
-
"scroll-p":
|
|
2761
|
+
"scroll-p": w()
|
|
2762
2762
|
}],
|
|
2763
2763
|
/**
|
|
2764
2764
|
* Scroll Padding X
|
|
2765
2765
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2766
2766
|
*/
|
|
2767
2767
|
"scroll-px": [{
|
|
2768
|
-
"scroll-px":
|
|
2768
|
+
"scroll-px": w()
|
|
2769
2769
|
}],
|
|
2770
2770
|
/**
|
|
2771
2771
|
* Scroll Padding Y
|
|
2772
2772
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2773
2773
|
*/
|
|
2774
2774
|
"scroll-py": [{
|
|
2775
|
-
"scroll-py":
|
|
2775
|
+
"scroll-py": w()
|
|
2776
2776
|
}],
|
|
2777
2777
|
/**
|
|
2778
2778
|
* Scroll Padding Start
|
|
2779
2779
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2780
2780
|
*/
|
|
2781
2781
|
"scroll-ps": [{
|
|
2782
|
-
"scroll-ps":
|
|
2782
|
+
"scroll-ps": w()
|
|
2783
2783
|
}],
|
|
2784
2784
|
/**
|
|
2785
2785
|
* Scroll Padding End
|
|
2786
2786
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2787
2787
|
*/
|
|
2788
2788
|
"scroll-pe": [{
|
|
2789
|
-
"scroll-pe":
|
|
2789
|
+
"scroll-pe": w()
|
|
2790
2790
|
}],
|
|
2791
2791
|
/**
|
|
2792
2792
|
* Scroll Padding Top
|
|
2793
2793
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2794
2794
|
*/
|
|
2795
2795
|
"scroll-pt": [{
|
|
2796
|
-
"scroll-pt":
|
|
2796
|
+
"scroll-pt": w()
|
|
2797
2797
|
}],
|
|
2798
2798
|
/**
|
|
2799
2799
|
* Scroll Padding Right
|
|
2800
2800
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2801
2801
|
*/
|
|
2802
2802
|
"scroll-pr": [{
|
|
2803
|
-
"scroll-pr":
|
|
2803
|
+
"scroll-pr": w()
|
|
2804
2804
|
}],
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Scroll Padding Bottom
|
|
2807
2807
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2808
2808
|
*/
|
|
2809
2809
|
"scroll-pb": [{
|
|
2810
|
-
"scroll-pb":
|
|
2810
|
+
"scroll-pb": w()
|
|
2811
2811
|
}],
|
|
2812
2812
|
/**
|
|
2813
2813
|
* Scroll Padding Left
|
|
2814
2814
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2815
2815
|
*/
|
|
2816
2816
|
"scroll-pl": [{
|
|
2817
|
-
"scroll-pl":
|
|
2817
|
+
"scroll-pl": w()
|
|
2818
2818
|
}],
|
|
2819
2819
|
/**
|
|
2820
2820
|
* Scroll Snap Align
|
|
@@ -2897,7 +2897,7 @@ function wr() {
|
|
|
2897
2897
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2898
2898
|
*/
|
|
2899
2899
|
"stroke-w": [{
|
|
2900
|
-
stroke: [N,
|
|
2900
|
+
stroke: [N, Y, ke]
|
|
2901
2901
|
}],
|
|
2902
2902
|
/**
|
|
2903
2903
|
* Stroke
|
|
@@ -2973,67 +2973,67 @@ function wr() {
|
|
|
2973
2973
|
}
|
|
2974
2974
|
};
|
|
2975
2975
|
}
|
|
2976
|
-
const
|
|
2977
|
-
function
|
|
2978
|
-
var
|
|
2976
|
+
const Sr = /* @__PURE__ */ or(kr), L = (...t) => Sr(Ut(t));
|
|
2977
|
+
function pt(t) {
|
|
2978
|
+
var n, r, o = "";
|
|
2979
2979
|
if (typeof t == "string" || typeof t == "number")
|
|
2980
2980
|
o += t;
|
|
2981
2981
|
else if (typeof t == "object")
|
|
2982
2982
|
if (Array.isArray(t))
|
|
2983
|
-
for (
|
|
2984
|
-
t[
|
|
2983
|
+
for (n = 0; n < t.length; n++)
|
|
2984
|
+
t[n] && (r = pt(t[n])) && (o && (o += " "), o += r);
|
|
2985
2985
|
else
|
|
2986
|
-
for (
|
|
2987
|
-
t[
|
|
2986
|
+
for (n in t)
|
|
2987
|
+
t[n] && (o && (o += " "), o += n);
|
|
2988
2988
|
return o;
|
|
2989
2989
|
}
|
|
2990
2990
|
function Er() {
|
|
2991
|
-
for (var t,
|
|
2992
|
-
(t = arguments[
|
|
2991
|
+
for (var t, n, r = 0, o = ""; r < arguments.length; )
|
|
2992
|
+
(t = arguments[r++]) && (n = pt(t)) && (o && (o += " "), o += n);
|
|
2993
2993
|
return o;
|
|
2994
2994
|
}
|
|
2995
|
-
const
|
|
2995
|
+
const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it = Er, M = (t, n) => (r) => {
|
|
2996
2996
|
var o;
|
|
2997
|
-
if ((
|
|
2998
|
-
return
|
|
2999
|
-
const { variants:
|
|
3000
|
-
const u =
|
|
2997
|
+
if ((n == null ? void 0 : n.variants) == null)
|
|
2998
|
+
return it(t, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2999
|
+
const { variants: d, defaultVariants: i } = n, s = Object.keys(d).map((f) => {
|
|
3000
|
+
const u = r == null ? void 0 : r[f], h = i == null ? void 0 : i[f];
|
|
3001
3001
|
if (u === null)
|
|
3002
3002
|
return null;
|
|
3003
|
-
const
|
|
3004
|
-
return
|
|
3005
|
-
}),
|
|
3006
|
-
let [h,
|
|
3007
|
-
return
|
|
3008
|
-
}, {}), b =
|
|
3009
|
-
let { class: h, className:
|
|
3003
|
+
const C = at(u) || at(h);
|
|
3004
|
+
return d[f][C];
|
|
3005
|
+
}), c = r && Object.entries(r).reduce((f, u) => {
|
|
3006
|
+
let [h, C] = u;
|
|
3007
|
+
return C === void 0 || (f[h] = C), f;
|
|
3008
|
+
}, {}), b = n == null || (o = n.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((f, u) => {
|
|
3009
|
+
let { class: h, className: C, ...P } = u;
|
|
3010
3010
|
return Object.entries(P).every((V) => {
|
|
3011
3011
|
let [R, j] = V;
|
|
3012
3012
|
return Array.isArray(j) ? j.includes({
|
|
3013
3013
|
...i,
|
|
3014
|
-
...
|
|
3014
|
+
...c
|
|
3015
3015
|
}[R]) : {
|
|
3016
3016
|
...i,
|
|
3017
|
-
...
|
|
3017
|
+
...c
|
|
3018
3018
|
}[R] === j;
|
|
3019
3019
|
}) ? [
|
|
3020
|
-
...
|
|
3020
|
+
...f,
|
|
3021
3021
|
h,
|
|
3022
|
-
|
|
3023
|
-
] :
|
|
3022
|
+
C
|
|
3023
|
+
] : f;
|
|
3024
3024
|
}, []);
|
|
3025
|
-
return
|
|
3026
|
-
},
|
|
3025
|
+
return it(t, s, b, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3026
|
+
}, W = ({
|
|
3027
3027
|
iconName: t,
|
|
3028
|
-
stroke:
|
|
3029
|
-
...
|
|
3028
|
+
stroke: n = 1,
|
|
3029
|
+
...r
|
|
3030
3030
|
}) => {
|
|
3031
|
-
if (
|
|
3032
|
-
const o =
|
|
3033
|
-
return /* @__PURE__ */
|
|
3031
|
+
if (et[t]) {
|
|
3032
|
+
const o = et[t];
|
|
3033
|
+
return /* @__PURE__ */ y.jsx(o, { stroke: n, ...r });
|
|
3034
3034
|
} else
|
|
3035
3035
|
return console.error(`Icon ${t} not found`), null;
|
|
3036
|
-
},
|
|
3036
|
+
}, Cr = "!border-sm flex w-fit items-center justify-center gap-2 rounded-sm transition-colors", Rr = M(Cr, {
|
|
3037
3037
|
variants: {
|
|
3038
3038
|
status: {
|
|
3039
3039
|
notStarted: "border-border-transparent bg-bg-accent-ice-subtle text-content-text-default",
|
|
@@ -3090,59 +3090,59 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3090
3090
|
weight: "regular",
|
|
3091
3091
|
rounded: "rectangle"
|
|
3092
3092
|
}
|
|
3093
|
-
}),
|
|
3093
|
+
}), Gr = ({
|
|
3094
3094
|
children: t,
|
|
3095
|
-
iconLeft:
|
|
3096
|
-
iconRight:
|
|
3095
|
+
iconLeft: n,
|
|
3096
|
+
iconRight: r,
|
|
3097
3097
|
status: o,
|
|
3098
|
-
intent:
|
|
3098
|
+
intent: d,
|
|
3099
3099
|
size: i = "medium",
|
|
3100
3100
|
rounded: s = "rectangle",
|
|
3101
|
-
weight:
|
|
3101
|
+
weight: c,
|
|
3102
3102
|
className: b,
|
|
3103
|
-
...
|
|
3103
|
+
...f
|
|
3104
3104
|
}) => {
|
|
3105
|
-
typeof
|
|
3105
|
+
typeof n == "string" && (n = { name: n }), typeof r == "string" && (r = { name: r });
|
|
3106
3106
|
const u = {
|
|
3107
3107
|
small: "h-4",
|
|
3108
3108
|
medium: "h-4",
|
|
3109
3109
|
large: "h-5"
|
|
3110
|
-
}, h = o ? { status: o } : { intent:
|
|
3111
|
-
return /* @__PURE__ */
|
|
3110
|
+
}, h = o ? { status: o } : { intent: d };
|
|
3111
|
+
return /* @__PURE__ */ y.jsxs(
|
|
3112
3112
|
"span",
|
|
3113
3113
|
{
|
|
3114
|
-
className:
|
|
3115
|
-
Rr({ ...h, size: i, rounded: s, weight:
|
|
3114
|
+
className: L(
|
|
3115
|
+
Rr({ ...h, size: i, rounded: s, weight: c, className: b })
|
|
3116
3116
|
),
|
|
3117
|
-
...
|
|
3117
|
+
...f,
|
|
3118
3118
|
children: [
|
|
3119
|
-
|
|
3120
|
-
|
|
3119
|
+
n && /* @__PURE__ */ y.jsx(
|
|
3120
|
+
W,
|
|
3121
3121
|
{
|
|
3122
|
-
iconName:
|
|
3123
|
-
stroke:
|
|
3122
|
+
iconName: n.name,
|
|
3123
|
+
stroke: n.stroke,
|
|
3124
3124
|
className: u[i || "medium"]
|
|
3125
3125
|
}
|
|
3126
3126
|
),
|
|
3127
3127
|
t,
|
|
3128
|
-
|
|
3129
|
-
|
|
3128
|
+
r && /* @__PURE__ */ y.jsx(
|
|
3129
|
+
W,
|
|
3130
3130
|
{
|
|
3131
|
-
iconName:
|
|
3132
|
-
stroke:
|
|
3131
|
+
iconName: r.name,
|
|
3132
|
+
stroke: r.stroke,
|
|
3133
3133
|
className: u[i || "medium"]
|
|
3134
3134
|
}
|
|
3135
3135
|
)
|
|
3136
3136
|
]
|
|
3137
3137
|
}
|
|
3138
3138
|
);
|
|
3139
|
-
},
|
|
3140
|
-
|
|
3139
|
+
}, Me = ({ className: t }) => /* @__PURE__ */ y.jsx(
|
|
3140
|
+
W,
|
|
3141
3141
|
{
|
|
3142
3142
|
iconName: "IconLoader2",
|
|
3143
3143
|
className: `${t} animate-spin`
|
|
3144
3144
|
}
|
|
3145
|
-
),
|
|
3145
|
+
), $e = "flex items-center justify-center gap-2 rounded-sm !border-xs transition-colors", _r = M($e, {
|
|
3146
3146
|
variants: {
|
|
3147
3147
|
intent: {
|
|
3148
3148
|
primary: [
|
|
@@ -3229,7 +3229,7 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3229
3229
|
size: "medium",
|
|
3230
3230
|
weight: "regular"
|
|
3231
3231
|
}
|
|
3232
|
-
}),
|
|
3232
|
+
}), jr = M(`${$e} cursor-default`, {
|
|
3233
3233
|
variants: {
|
|
3234
3234
|
intent: {
|
|
3235
3235
|
primary: [
|
|
@@ -3280,7 +3280,7 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3280
3280
|
size: "medium",
|
|
3281
3281
|
weight: "regular"
|
|
3282
3282
|
}
|
|
3283
|
-
}),
|
|
3283
|
+
}), Tr = M($e, {
|
|
3284
3284
|
variants: {
|
|
3285
3285
|
intent: {
|
|
3286
3286
|
primary: [
|
|
@@ -3331,17 +3331,17 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3331
3331
|
size: "medium",
|
|
3332
3332
|
weight: "regular"
|
|
3333
3333
|
}
|
|
3334
|
-
}),
|
|
3334
|
+
}), Br = ({
|
|
3335
3335
|
className: t,
|
|
3336
|
-
intent:
|
|
3337
|
-
size:
|
|
3336
|
+
intent: n,
|
|
3337
|
+
size: r,
|
|
3338
3338
|
weight: o,
|
|
3339
|
-
children:
|
|
3339
|
+
children: d,
|
|
3340
3340
|
iconLeft: i,
|
|
3341
3341
|
iconRight: s,
|
|
3342
|
-
isLoading:
|
|
3342
|
+
isLoading: c,
|
|
3343
3343
|
disabled: b,
|
|
3344
|
-
...
|
|
3344
|
+
...f
|
|
3345
3345
|
}) => {
|
|
3346
3346
|
typeof i == "string" && (i = { name: i }), typeof s == "string" && (s = { name: s });
|
|
3347
3347
|
const u = {
|
|
@@ -3349,36 +3349,36 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3349
3349
|
medium: "h-5",
|
|
3350
3350
|
large: "h-6"
|
|
3351
3351
|
};
|
|
3352
|
-
return /* @__PURE__ */
|
|
3352
|
+
return /* @__PURE__ */ y.jsx(
|
|
3353
3353
|
"button",
|
|
3354
3354
|
{
|
|
3355
|
-
className:
|
|
3356
|
-
|
|
3355
|
+
className: L(
|
|
3356
|
+
c ? jr({ intent: n, weight: o, size: r, className: t }) : b ? Tr({ intent: n, weight: o, size: r, className: t }) : _r({ intent: n, weight: o, size: r, className: t })
|
|
3357
3357
|
),
|
|
3358
|
-
disabled: b ||
|
|
3359
|
-
...
|
|
3360
|
-
children:
|
|
3361
|
-
i && /* @__PURE__ */
|
|
3362
|
-
|
|
3358
|
+
disabled: b || c,
|
|
3359
|
+
...f,
|
|
3360
|
+
children: c ? /* @__PURE__ */ y.jsx(Me, { className: u[r || "medium"] }) : /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
3361
|
+
i && /* @__PURE__ */ y.jsx(
|
|
3362
|
+
W,
|
|
3363
3363
|
{
|
|
3364
3364
|
iconName: i.name,
|
|
3365
3365
|
stroke: i.stroke,
|
|
3366
|
-
className: u[
|
|
3366
|
+
className: u[r || "medium"]
|
|
3367
3367
|
}
|
|
3368
3368
|
),
|
|
3369
|
-
|
|
3370
|
-
s && /* @__PURE__ */
|
|
3371
|
-
|
|
3369
|
+
d,
|
|
3370
|
+
s && /* @__PURE__ */ y.jsx(
|
|
3371
|
+
W,
|
|
3372
3372
|
{
|
|
3373
3373
|
iconName: s.name,
|
|
3374
3374
|
stroke: s.stroke,
|
|
3375
|
-
className: u[
|
|
3375
|
+
className: u[r || "medium"]
|
|
3376
3376
|
}
|
|
3377
3377
|
)
|
|
3378
3378
|
] })
|
|
3379
3379
|
}
|
|
3380
3380
|
);
|
|
3381
|
-
}, Fe = "flex items-center justify-center transition-colors relative border !border-xs",
|
|
3381
|
+
}, Fe = "flex items-center justify-center transition-colors relative border !border-xs", Pr = M(Fe, {
|
|
3382
3382
|
variants: {
|
|
3383
3383
|
intent: {
|
|
3384
3384
|
fill: [
|
|
@@ -3430,7 +3430,7 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3430
3430
|
size: "medium",
|
|
3431
3431
|
rounded: "sm"
|
|
3432
3432
|
}
|
|
3433
|
-
}),
|
|
3433
|
+
}), Or = M(Fe, {
|
|
3434
3434
|
variants: {
|
|
3435
3435
|
intent: {
|
|
3436
3436
|
fill: [
|
|
@@ -3464,7 +3464,7 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3464
3464
|
size: "medium",
|
|
3465
3465
|
rounded: "sm"
|
|
3466
3466
|
}
|
|
3467
|
-
}),
|
|
3467
|
+
}), Ar = M(Fe, {
|
|
3468
3468
|
variants: {
|
|
3469
3469
|
intent: {
|
|
3470
3470
|
fill: [
|
|
@@ -3498,51 +3498,177 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3498
3498
|
size: "medium",
|
|
3499
3499
|
rounded: "sm"
|
|
3500
3500
|
}
|
|
3501
|
-
}),
|
|
3501
|
+
}), Yr = ({
|
|
3502
3502
|
iconName: t,
|
|
3503
|
-
className:
|
|
3504
|
-
intent:
|
|
3503
|
+
className: n,
|
|
3504
|
+
intent: r = "fill",
|
|
3505
3505
|
size: o = "medium",
|
|
3506
|
-
rounded:
|
|
3506
|
+
rounded: d,
|
|
3507
3507
|
disabled: i,
|
|
3508
3508
|
isLoading: s,
|
|
3509
|
-
notification:
|
|
3509
|
+
notification: c,
|
|
3510
3510
|
...b
|
|
3511
3511
|
}) => {
|
|
3512
3512
|
typeof t == "string" && (t = { name: t });
|
|
3513
|
-
const
|
|
3513
|
+
const f = {
|
|
3514
3514
|
small: "h-5",
|
|
3515
3515
|
medium: "h-5",
|
|
3516
3516
|
large: "h-6"
|
|
3517
3517
|
};
|
|
3518
|
-
return /* @__PURE__ */
|
|
3518
|
+
return /* @__PURE__ */ y.jsxs(
|
|
3519
3519
|
"button",
|
|
3520
3520
|
{
|
|
3521
|
-
className:
|
|
3522
|
-
s ?
|
|
3521
|
+
className: L(
|
|
3522
|
+
s ? Or({ intent: r, size: o, rounded: d, className: n }) : i ? Ar({ intent: r, size: o, rounded: d, className: n }) : Pr({ intent: r, size: o, rounded: d, className: n })
|
|
3523
3523
|
),
|
|
3524
3524
|
disabled: i || s,
|
|
3525
3525
|
...b,
|
|
3526
3526
|
children: [
|
|
3527
|
-
|
|
3528
|
-
|
|
3527
|
+
c && !s && /* @__PURE__ */ y.jsx(
|
|
3528
|
+
W,
|
|
3529
3529
|
{
|
|
3530
3530
|
iconName: "IconCircleFilled",
|
|
3531
|
-
className: `absolute ${
|
|
3531
|
+
className: `absolute ${d === "full" ? "right-2 top-2" : "right-1 top-1"} h-[6px] w-[6px] ${r === "fill" ? "text-button-primary-content-pressed" : "text-button-primary-background-enabled"}`
|
|
3532
3532
|
}
|
|
3533
3533
|
),
|
|
3534
|
-
s ? /* @__PURE__ */
|
|
3535
|
-
|
|
3534
|
+
s ? /* @__PURE__ */ y.jsx(Me, { className: f[o || "medium"] }) : /* @__PURE__ */ y.jsx(y.Fragment, { children: t && /* @__PURE__ */ y.jsx(
|
|
3535
|
+
W,
|
|
3536
3536
|
{
|
|
3537
3537
|
iconName: t.name,
|
|
3538
3538
|
stroke: t.stroke,
|
|
3539
|
-
className:
|
|
3539
|
+
className: f[o || "medium"]
|
|
3540
3540
|
}
|
|
3541
3541
|
) })
|
|
3542
3542
|
]
|
|
3543
3543
|
}
|
|
3544
3544
|
);
|
|
3545
|
-
},
|
|
3545
|
+
}, Ve = "flex items-center justify-center gap-2 !border-b-xs transition-colors py-1", Ir = M(Ve, {
|
|
3546
|
+
variants: {
|
|
3547
|
+
intent: {
|
|
3548
|
+
primary: [
|
|
3549
|
+
"border-button-link-border-enabled",
|
|
3550
|
+
"text-button-link-content-enabled",
|
|
3551
|
+
"lg:hover:border-button-link-border-hover",
|
|
3552
|
+
"lg:hover:text-button-link-content-hover",
|
|
3553
|
+
"lg:active:border-button-link-border-pressed",
|
|
3554
|
+
"lg:active:text-button-link-content-pressed"
|
|
3555
|
+
]
|
|
3556
|
+
},
|
|
3557
|
+
size: {
|
|
3558
|
+
small: "text-xs",
|
|
3559
|
+
medium: "text-sm",
|
|
3560
|
+
large: "text-base"
|
|
3561
|
+
},
|
|
3562
|
+
weight: {
|
|
3563
|
+
light: "font-light",
|
|
3564
|
+
regular: "font-regular",
|
|
3565
|
+
semibold: "font-semibold",
|
|
3566
|
+
bold: "font-bold"
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
defaultVariants: {
|
|
3570
|
+
intent: "primary",
|
|
3571
|
+
size: "medium",
|
|
3572
|
+
weight: "regular"
|
|
3573
|
+
}
|
|
3574
|
+
}), zr = M(`${Ve} cursor-default`, {
|
|
3575
|
+
variants: {
|
|
3576
|
+
intent: {
|
|
3577
|
+
primary: [
|
|
3578
|
+
"border-b border-button-link-border-enabled",
|
|
3579
|
+
"text-button-link-content-pressed"
|
|
3580
|
+
]
|
|
3581
|
+
},
|
|
3582
|
+
size: {
|
|
3583
|
+
small: "text-xs",
|
|
3584
|
+
medium: "text-sm",
|
|
3585
|
+
large: "text-base"
|
|
3586
|
+
},
|
|
3587
|
+
weight: {
|
|
3588
|
+
light: "font-light",
|
|
3589
|
+
regular: "font-regular",
|
|
3590
|
+
semibold: "font-semibold",
|
|
3591
|
+
bold: "font-bold"
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3594
|
+
defaultVariants: {
|
|
3595
|
+
intent: "primary",
|
|
3596
|
+
size: "medium",
|
|
3597
|
+
weight: "regular"
|
|
3598
|
+
}
|
|
3599
|
+
}), Mr = M(Ve, {
|
|
3600
|
+
variants: {
|
|
3601
|
+
intent: {
|
|
3602
|
+
primary: [
|
|
3603
|
+
"border-b border-button-link-border-disabled",
|
|
3604
|
+
"text-button-link-content-disabled"
|
|
3605
|
+
]
|
|
3606
|
+
},
|
|
3607
|
+
size: {
|
|
3608
|
+
small: "text-xs",
|
|
3609
|
+
medium: "text-sm",
|
|
3610
|
+
large: "text-base"
|
|
3611
|
+
},
|
|
3612
|
+
weight: {
|
|
3613
|
+
light: "font-light",
|
|
3614
|
+
regular: "font-regular",
|
|
3615
|
+
semibold: "font-semibold",
|
|
3616
|
+
bold: "font-bold"
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3619
|
+
defaultVariants: {
|
|
3620
|
+
intent: "primary",
|
|
3621
|
+
size: "medium",
|
|
3622
|
+
weight: "regular"
|
|
3623
|
+
}
|
|
3624
|
+
}), Ur = ({
|
|
3625
|
+
className: t,
|
|
3626
|
+
intent: n,
|
|
3627
|
+
size: r,
|
|
3628
|
+
weight: o,
|
|
3629
|
+
children: d,
|
|
3630
|
+
iconLeft: i,
|
|
3631
|
+
iconRight: s,
|
|
3632
|
+
isLoading: c,
|
|
3633
|
+
disabled: b,
|
|
3634
|
+
...f
|
|
3635
|
+
}) => {
|
|
3636
|
+
typeof i == "string" && (i = { name: i }), typeof s == "string" && (s = { name: s });
|
|
3637
|
+
const u = {
|
|
3638
|
+
small: "h-5",
|
|
3639
|
+
medium: "h-5",
|
|
3640
|
+
large: "h-6"
|
|
3641
|
+
};
|
|
3642
|
+
return /* @__PURE__ */ y.jsx(
|
|
3643
|
+
"button",
|
|
3644
|
+
{
|
|
3645
|
+
className: L(
|
|
3646
|
+
c ? zr({ intent: n, weight: o, size: r, className: t }) : b ? Mr({ intent: n, weight: o, size: r, className: t }) : Ir({ intent: n, weight: o, size: r, className: t })
|
|
3647
|
+
),
|
|
3648
|
+
disabled: b || c,
|
|
3649
|
+
...f,
|
|
3650
|
+
children: c ? /* @__PURE__ */ y.jsx(Me, { className: u[r || "medium"] }) : /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
3651
|
+
i && /* @__PURE__ */ y.jsx(
|
|
3652
|
+
W,
|
|
3653
|
+
{
|
|
3654
|
+
iconName: i.name,
|
|
3655
|
+
stroke: i.stroke,
|
|
3656
|
+
className: u[r || "medium"]
|
|
3657
|
+
}
|
|
3658
|
+
),
|
|
3659
|
+
d,
|
|
3660
|
+
s && /* @__PURE__ */ y.jsx(
|
|
3661
|
+
W,
|
|
3662
|
+
{
|
|
3663
|
+
iconName: s.name,
|
|
3664
|
+
stroke: s.stroke,
|
|
3665
|
+
className: u[r || "medium"]
|
|
3666
|
+
}
|
|
3667
|
+
)
|
|
3668
|
+
] })
|
|
3669
|
+
}
|
|
3670
|
+
);
|
|
3671
|
+
}, $r = "flex flex-col gap-3 p-3 rounded-lg", Fr = M($r, {
|
|
3546
3672
|
variants: {
|
|
3547
3673
|
intent: {
|
|
3548
3674
|
default: "text-content-primary bg-bg-white",
|
|
@@ -3562,13 +3688,13 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3562
3688
|
intent: "default",
|
|
3563
3689
|
shadow: "none"
|
|
3564
3690
|
}
|
|
3565
|
-
}),
|
|
3691
|
+
}), Lr = ({
|
|
3566
3692
|
className: t,
|
|
3567
|
-
intent:
|
|
3568
|
-
shadow:
|
|
3693
|
+
intent: n,
|
|
3694
|
+
shadow: r,
|
|
3569
3695
|
children: o,
|
|
3570
|
-
...
|
|
3571
|
-
}) => /* @__PURE__ */
|
|
3696
|
+
...d
|
|
3697
|
+
}) => /* @__PURE__ */ y.jsx("div", { className: L(Fr({ intent: n, shadow: r, className: t })), ...d, children: o }), Vr = "transition-all ease-out duration-500 relative overflow-hidden w-full", st = M(Vr, {
|
|
3572
3698
|
variants: {
|
|
3573
3699
|
intent: {
|
|
3574
3700
|
primary: "bg-bg-brand",
|
|
@@ -3597,12 +3723,12 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3597
3723
|
size: "medium",
|
|
3598
3724
|
rounded: "full"
|
|
3599
3725
|
}
|
|
3600
|
-
}),
|
|
3726
|
+
}), qr = ({
|
|
3601
3727
|
progress: t,
|
|
3602
|
-
className:
|
|
3603
|
-
intent:
|
|
3728
|
+
className: n,
|
|
3729
|
+
intent: r = "primary",
|
|
3604
3730
|
size: o = "medium",
|
|
3605
|
-
rounded:
|
|
3731
|
+
rounded: d = "full",
|
|
3606
3732
|
...i
|
|
3607
3733
|
}) => {
|
|
3608
3734
|
const s = {
|
|
@@ -3610,20 +3736,20 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3610
3736
|
medium: "text-sm",
|
|
3611
3737
|
large: "text-base"
|
|
3612
3738
|
};
|
|
3613
|
-
return /* @__PURE__ */
|
|
3739
|
+
return /* @__PURE__ */ y.jsx(
|
|
3614
3740
|
"div",
|
|
3615
3741
|
{
|
|
3616
|
-
className:
|
|
3617
|
-
|
|
3742
|
+
className: L(
|
|
3743
|
+
st({ size: o, rounded: d, className: n }),
|
|
3618
3744
|
"relative bg-bg-accent-gray-subtle-hover"
|
|
3619
3745
|
),
|
|
3620
3746
|
...i,
|
|
3621
|
-
children: /* @__PURE__ */
|
|
3747
|
+
children: /* @__PURE__ */ y.jsx(
|
|
3622
3748
|
"div",
|
|
3623
3749
|
{
|
|
3624
|
-
className:
|
|
3750
|
+
className: L(st({ intent: r, size: o, rounded: d })),
|
|
3625
3751
|
style: { width: `${t}%` },
|
|
3626
|
-
children: /* @__PURE__ */
|
|
3752
|
+
children: /* @__PURE__ */ y.jsxs(
|
|
3627
3753
|
"span",
|
|
3628
3754
|
{
|
|
3629
3755
|
className: `absolute -right-2 top-1/2 -translate-x-1/2 -translate-y-1/2 text-content-text-inverse ${s[o || "medium"]}`,
|
|
@@ -3637,7 +3763,7 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3637
3763
|
)
|
|
3638
3764
|
}
|
|
3639
3765
|
);
|
|
3640
|
-
},
|
|
3766
|
+
}, Nr = "transition-colors", Wr = M(Nr, {
|
|
3641
3767
|
variants: {
|
|
3642
3768
|
intent: {
|
|
3643
3769
|
"display-sm": "text-7xl leading-6xl tracking-tight",
|
|
@@ -3672,29 +3798,30 @@ const nt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ot =
|
|
|
3672
3798
|
intent: "paragraph-md",
|
|
3673
3799
|
weight: "regular"
|
|
3674
3800
|
}
|
|
3675
|
-
}),
|
|
3801
|
+
}), Jr = ({
|
|
3676
3802
|
as: t = "span",
|
|
3677
|
-
intent:
|
|
3678
|
-
className:
|
|
3803
|
+
intent: n,
|
|
3804
|
+
className: r,
|
|
3679
3805
|
weight: o,
|
|
3680
|
-
...
|
|
3806
|
+
...d
|
|
3681
3807
|
}) => {
|
|
3682
3808
|
const i = t;
|
|
3683
|
-
return /* @__PURE__ */
|
|
3809
|
+
return /* @__PURE__ */ y.jsx(
|
|
3684
3810
|
i,
|
|
3685
3811
|
{
|
|
3686
|
-
className:
|
|
3687
|
-
...
|
|
3812
|
+
className: L(Wr({ intent: n, weight: o, className: r })),
|
|
3813
|
+
...d
|
|
3688
3814
|
}
|
|
3689
3815
|
);
|
|
3690
3816
|
};
|
|
3691
3817
|
export {
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3818
|
+
Gr as Badge,
|
|
3819
|
+
Br as Button,
|
|
3820
|
+
Yr as ButtonIcon,
|
|
3821
|
+
Ur as ButtonLink,
|
|
3822
|
+
Lr as Card,
|
|
3823
|
+
W as IconComponent,
|
|
3824
|
+
qr as ProgressBar,
|
|
3825
|
+
Me as Spinner,
|
|
3826
|
+
Jr as Text
|
|
3700
3827
|
};
|