@clasing/ui 0.0.57 → 0.0.59
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 +14 -9
- package/dist/index.es.js +736 -708
- package/dist/index.umd.js +10 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/tailwind.config.js +263 -248
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import * as
|
|
3
|
-
var
|
|
1
|
+
import dt, { forwardRef as te } from "react";
|
|
2
|
+
import * as tt from "@tabler/icons-react";
|
|
3
|
+
var Ie = { exports: {} }, ce = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.min.js
|
|
@@ -10,25 +10,25 @@ var Ae = { exports: {} }, de = {};
|
|
|
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(c, b,
|
|
20
|
-
var u,
|
|
21
|
-
|
|
13
|
+
var rt;
|
|
14
|
+
function Xt() {
|
|
15
|
+
if (rt)
|
|
16
|
+
return ce;
|
|
17
|
+
rt = 1;
|
|
18
|
+
var t = dt, 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, g) {
|
|
20
|
+
var u, p = {}, S = null, P = null;
|
|
21
|
+
g !== void 0 && (S = "" + g), b.key !== void 0 && (S = "" + b.key), b.ref !== void 0 && (P = b.ref);
|
|
22
22
|
for (u in b)
|
|
23
|
-
o.call(b, u) && !i.hasOwnProperty(u) && (
|
|
23
|
+
o.call(b, u) && !i.hasOwnProperty(u) && (p[u] = b[u]);
|
|
24
24
|
if (c && c.defaultProps)
|
|
25
25
|
for (u in b = c.defaultProps, b)
|
|
26
|
-
|
|
27
|
-
return { $$typeof: n, type: c, key:
|
|
26
|
+
p[u] === void 0 && (p[u] = b[u]);
|
|
27
|
+
return { $$typeof: n, type: c, key: S, ref: P, props: p, _owner: d.current };
|
|
28
28
|
}
|
|
29
|
-
return
|
|
29
|
+
return ce.Fragment = r, ce.jsx = s, ce.jsxs = s, ce;
|
|
30
30
|
}
|
|
31
|
-
var
|
|
31
|
+
var ue = {};
|
|
32
32
|
/**
|
|
33
33
|
* @license React
|
|
34
34
|
* react-jsx-runtime.development.js
|
|
@@ -38,47 +38,47 @@ var ce = {};
|
|
|
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 nt;
|
|
42
|
+
function Ht() {
|
|
43
|
+
return nt || (nt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
+
var t = dt, 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"), g = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), F = Symbol.iterator, R = "@@iterator";
|
|
45
45
|
function j(e) {
|
|
46
46
|
if (e === null || typeof e != "object")
|
|
47
47
|
return null;
|
|
48
|
-
var a =
|
|
48
|
+
var a = F && e[F] || e[R];
|
|
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 C(e) {
|
|
53
53
|
{
|
|
54
|
-
for (var a = arguments.length, l = new Array(a > 1 ? a - 1 : 0),
|
|
55
|
-
l[
|
|
56
|
-
|
|
54
|
+
for (var a = arguments.length, l = new Array(a > 1 ? a - 1 : 0), f = 1; f < a; f++)
|
|
55
|
+
l[f - 1] = arguments[f];
|
|
56
|
+
ge("error", e, l);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function ge(e, a, l) {
|
|
60
60
|
{
|
|
61
|
-
var
|
|
61
|
+
var f = O.ReactDebugCurrentFrame, x = f.getStackAddendum();
|
|
62
62
|
x !== "" && (a += "%s", l = l.concat([x]));
|
|
63
|
-
var k = l.map(function(
|
|
64
|
-
return String(
|
|
63
|
+
var k = l.map(function(h) {
|
|
64
|
+
return String(h);
|
|
65
65
|
});
|
|
66
66
|
k.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, k);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
var
|
|
69
|
+
var ne = !1, pe = !1, me = !1, ve = !1, he = !1, H;
|
|
70
70
|
H = Symbol.for("react.module.reference");
|
|
71
|
-
function
|
|
72
|
-
return !!(typeof e == "string" || typeof e == "function" || e === o || e === i ||
|
|
71
|
+
function oe(e) {
|
|
72
|
+
return !!(typeof e == "string" || typeof e == "function" || e === o || e === i || he || e === d || e === g || e === u || ve || e === P || ne || pe || me || typeof e == "object" && e !== null && (e.$$typeof === S || e.$$typeof === p || 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
|
-
function
|
|
79
|
-
var
|
|
80
|
-
if (
|
|
81
|
-
return
|
|
78
|
+
function ae(e, a, l) {
|
|
79
|
+
var f = e.displayName;
|
|
80
|
+
if (f)
|
|
81
|
+
return f;
|
|
82
82
|
var x = a.displayName || a.name || "";
|
|
83
83
|
return x !== "" ? l + "(" + x + ")" : l;
|
|
84
84
|
}
|
|
@@ -88,7 +88,7 @@ function Yt() {
|
|
|
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" && C("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;
|
|
@@ -101,7 +101,7 @@ function Yt() {
|
|
|
101
101
|
return "Profiler";
|
|
102
102
|
case d:
|
|
103
103
|
return "StrictMode";
|
|
104
|
-
case
|
|
104
|
+
case g:
|
|
105
105
|
return "Suspense";
|
|
106
106
|
case u:
|
|
107
107
|
return "SuspenseList";
|
|
@@ -115,14 +115,14 @@ function Yt() {
|
|
|
115
115
|
var l = e;
|
|
116
116
|
return w(l._context) + ".Provider";
|
|
117
117
|
case b:
|
|
118
|
-
return
|
|
119
|
-
case
|
|
120
|
-
var
|
|
121
|
-
return
|
|
122
|
-
case
|
|
123
|
-
var x = e, k = x._payload,
|
|
118
|
+
return ae(e, e.render, "ForwardRef");
|
|
119
|
+
case p:
|
|
120
|
+
var f = e.displayName || null;
|
|
121
|
+
return f !== null ? f : z(e.type) || "Memo";
|
|
122
|
+
case S: {
|
|
123
|
+
var x = e, k = x._payload, h = x._init;
|
|
124
124
|
try {
|
|
125
|
-
return z(
|
|
125
|
+
return z(h(k));
|
|
126
126
|
} catch {
|
|
127
127
|
return null;
|
|
128
128
|
}
|
|
@@ -130,18 +130,18 @@ function Yt() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var
|
|
134
|
-
function
|
|
133
|
+
var N = Object.assign, B = 0, q, ie, Z, D, se, G, J;
|
|
134
|
+
function We() {
|
|
135
135
|
}
|
|
136
|
-
|
|
137
|
-
function
|
|
136
|
+
We.__reactDisabledLog = !0;
|
|
137
|
+
function St() {
|
|
138
138
|
{
|
|
139
|
-
if (
|
|
140
|
-
q = console.log,
|
|
139
|
+
if (B === 0) {
|
|
140
|
+
q = console.log, ie = console.info, Z = console.warn, D = console.error, se = console.group, G = console.groupCollapsed, J = console.groupEnd;
|
|
141
141
|
var e = {
|
|
142
142
|
configurable: !0,
|
|
143
143
|
enumerable: !0,
|
|
144
|
-
value:
|
|
144
|
+
value: We,
|
|
145
145
|
writable: !0
|
|
146
146
|
};
|
|
147
147
|
Object.defineProperties(console, {
|
|
@@ -154,254 +154,254 @@ function Yt() {
|
|
|
154
154
|
groupEnd: e
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
|
-
|
|
157
|
+
B++;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function Ct() {
|
|
161
161
|
{
|
|
162
|
-
if (
|
|
162
|
+
if (B--, B === 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:
|
|
169
|
+
log: N({}, e, {
|
|
170
170
|
value: q
|
|
171
171
|
}),
|
|
172
|
-
info:
|
|
173
|
-
value:
|
|
172
|
+
info: N({}, e, {
|
|
173
|
+
value: ie
|
|
174
174
|
}),
|
|
175
|
-
warn:
|
|
175
|
+
warn: N({}, e, {
|
|
176
176
|
value: Z
|
|
177
177
|
}),
|
|
178
|
-
error:
|
|
179
|
-
value:
|
|
178
|
+
error: N({}, e, {
|
|
179
|
+
value: D
|
|
180
180
|
}),
|
|
181
|
-
group:
|
|
182
|
-
value:
|
|
181
|
+
group: N({}, e, {
|
|
182
|
+
value: se
|
|
183
183
|
}),
|
|
184
|
-
groupCollapsed:
|
|
185
|
-
value:
|
|
184
|
+
groupCollapsed: N({}, e, {
|
|
185
|
+
value: G
|
|
186
186
|
}),
|
|
187
|
-
groupEnd:
|
|
187
|
+
groupEnd: N({}, e, {
|
|
188
188
|
value: J
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
|
-
|
|
192
|
+
B < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
var
|
|
196
|
-
function
|
|
195
|
+
var Ce = O.ReactCurrentDispatcher, Ee;
|
|
196
|
+
function xe(e, a, l) {
|
|
197
197
|
{
|
|
198
198
|
if (Ee === void 0)
|
|
199
199
|
try {
|
|
200
200
|
throw Error();
|
|
201
201
|
} catch (x) {
|
|
202
|
-
var
|
|
203
|
-
Ee =
|
|
202
|
+
var f = x.stack.trim().match(/\n( *(at )?)/);
|
|
203
|
+
Ee = f && f[1] || "";
|
|
204
204
|
}
|
|
205
205
|
return `
|
|
206
206
|
` + Ee + e;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
var
|
|
209
|
+
var Re = !1, ye;
|
|
210
210
|
{
|
|
211
|
-
var
|
|
212
|
-
|
|
211
|
+
var Et = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
|
+
ye = new Et();
|
|
213
213
|
}
|
|
214
|
-
function
|
|
215
|
-
if (!e ||
|
|
214
|
+
function Be(e, a) {
|
|
215
|
+
if (!e || Re)
|
|
216
216
|
return "";
|
|
217
217
|
{
|
|
218
|
-
var l =
|
|
218
|
+
var l = ye.get(e);
|
|
219
219
|
if (l !== void 0)
|
|
220
220
|
return l;
|
|
221
221
|
}
|
|
222
|
-
var
|
|
223
|
-
|
|
222
|
+
var f;
|
|
223
|
+
Re = !0;
|
|
224
224
|
var x = Error.prepareStackTrace;
|
|
225
225
|
Error.prepareStackTrace = void 0;
|
|
226
226
|
var k;
|
|
227
|
-
k =
|
|
227
|
+
k = Ce.current, Ce.current = null, St();
|
|
228
228
|
try {
|
|
229
229
|
if (a) {
|
|
230
|
-
var
|
|
230
|
+
var h = function() {
|
|
231
231
|
throw Error();
|
|
232
232
|
};
|
|
233
|
-
if (Object.defineProperty(
|
|
233
|
+
if (Object.defineProperty(h.prototype, "props", {
|
|
234
234
|
set: function() {
|
|
235
235
|
throw Error();
|
|
236
236
|
}
|
|
237
237
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
238
238
|
try {
|
|
239
|
-
Reflect.construct(
|
|
239
|
+
Reflect.construct(h, []);
|
|
240
240
|
} catch (I) {
|
|
241
|
-
|
|
241
|
+
f = I;
|
|
242
242
|
}
|
|
243
|
-
Reflect.construct(e, [],
|
|
243
|
+
Reflect.construct(e, [], h);
|
|
244
244
|
} else {
|
|
245
245
|
try {
|
|
246
|
-
|
|
246
|
+
h.call();
|
|
247
247
|
} catch (I) {
|
|
248
|
-
|
|
248
|
+
f = I;
|
|
249
249
|
}
|
|
250
|
-
e.call(
|
|
250
|
+
e.call(h.prototype);
|
|
251
251
|
}
|
|
252
252
|
} else {
|
|
253
253
|
try {
|
|
254
254
|
throw Error();
|
|
255
255
|
} catch (I) {
|
|
256
|
-
|
|
256
|
+
f = I;
|
|
257
257
|
}
|
|
258
258
|
e();
|
|
259
259
|
}
|
|
260
260
|
} catch (I) {
|
|
261
|
-
if (I &&
|
|
262
|
-
for (var
|
|
263
|
-
`), A =
|
|
264
|
-
`), _ =
|
|
261
|
+
if (I && f && typeof I.stack == "string") {
|
|
262
|
+
for (var v = I.stack.split(`
|
|
263
|
+
`), A = f.stack.split(`
|
|
264
|
+
`), _ = v.length - 1, T = A.length - 1; _ >= 1 && T >= 0 && v[_] !== A[T]; )
|
|
265
265
|
T--;
|
|
266
266
|
for (; _ >= 1 && T >= 0; _--, T--)
|
|
267
|
-
if (
|
|
267
|
+
if (v[_] !== A[T]) {
|
|
268
268
|
if (_ !== 1 || T !== 1)
|
|
269
269
|
do
|
|
270
|
-
if (_--, T--, T < 0 ||
|
|
271
|
-
var
|
|
272
|
-
` +
|
|
273
|
-
return e.displayName &&
|
|
270
|
+
if (_--, T--, T < 0 || v[_] !== A[T]) {
|
|
271
|
+
var $ = `
|
|
272
|
+
` + v[_].replace(" at new ", " at ");
|
|
273
|
+
return e.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", e.displayName)), typeof e == "function" && ye.set(e, $), $;
|
|
274
274
|
}
|
|
275
275
|
while (_ >= 1 && T >= 0);
|
|
276
276
|
break;
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
} finally {
|
|
280
|
-
|
|
280
|
+
Re = !1, Ce.current = k, Ct(), Error.prepareStackTrace = x;
|
|
281
281
|
}
|
|
282
|
-
var ee = e ? e.displayName || e.name : "", K = ee ?
|
|
283
|
-
return typeof e == "function" &&
|
|
282
|
+
var ee = e ? e.displayName || e.name : "", K = ee ? xe(ee) : "";
|
|
283
|
+
return typeof e == "function" && ye.set(e, K), K;
|
|
284
284
|
}
|
|
285
|
-
function
|
|
286
|
-
return
|
|
285
|
+
function Rt(e, a, l) {
|
|
286
|
+
return Be(e, !1);
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function _t(e) {
|
|
289
289
|
var a = e.prototype;
|
|
290
290
|
return !!(a && a.isReactComponent);
|
|
291
291
|
}
|
|
292
|
-
function
|
|
292
|
+
function we(e, a, l) {
|
|
293
293
|
if (e == null)
|
|
294
294
|
return "";
|
|
295
295
|
if (typeof e == "function")
|
|
296
|
-
return
|
|
296
|
+
return Be(e, _t(e));
|
|
297
297
|
if (typeof e == "string")
|
|
298
|
-
return
|
|
298
|
+
return xe(e);
|
|
299
299
|
switch (e) {
|
|
300
|
-
case
|
|
301
|
-
return
|
|
300
|
+
case g:
|
|
301
|
+
return xe("Suspense");
|
|
302
302
|
case u:
|
|
303
|
-
return
|
|
303
|
+
return xe("SuspenseList");
|
|
304
304
|
}
|
|
305
305
|
if (typeof e == "object")
|
|
306
306
|
switch (e.$$typeof) {
|
|
307
307
|
case b:
|
|
308
|
-
return
|
|
309
|
-
case
|
|
310
|
-
return
|
|
311
|
-
case
|
|
312
|
-
var
|
|
308
|
+
return Rt(e.render);
|
|
309
|
+
case p:
|
|
310
|
+
return we(e.type, a, l);
|
|
311
|
+
case S: {
|
|
312
|
+
var f = e, x = f._payload, k = f._init;
|
|
313
313
|
try {
|
|
314
|
-
return
|
|
314
|
+
return we(k(x), a, l);
|
|
315
315
|
} catch {
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
return "";
|
|
320
320
|
}
|
|
321
|
-
var
|
|
322
|
-
function
|
|
321
|
+
var le = Object.prototype.hasOwnProperty, De = {}, Ge = O.ReactDebugCurrentFrame;
|
|
322
|
+
function ke(e) {
|
|
323
323
|
if (e) {
|
|
324
|
-
var a = e._owner, l =
|
|
324
|
+
var a = e._owner, l = we(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 jt(e, a, l, f, x) {
|
|
330
330
|
{
|
|
331
|
-
var k = Function.call.bind(
|
|
332
|
-
for (var
|
|
333
|
-
if (k(e,
|
|
334
|
-
var
|
|
331
|
+
var k = Function.call.bind(le);
|
|
332
|
+
for (var h in e)
|
|
333
|
+
if (k(e, h)) {
|
|
334
|
+
var v = void 0;
|
|
335
335
|
try {
|
|
336
|
-
if (typeof e[
|
|
337
|
-
var A = Error((
|
|
336
|
+
if (typeof e[h] != "function") {
|
|
337
|
+
var A = Error((f || "React class") + ": " + l + " type `" + h + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[h] + "`.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
|
-
|
|
340
|
+
v = e[h](a, h, f, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
341
|
} catch (_) {
|
|
342
|
-
|
|
342
|
+
v = _;
|
|
343
343
|
}
|
|
344
|
-
|
|
344
|
+
v && !(v instanceof Error) && (ke(x), C("%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).", f || "React class", l, h, typeof v), ke(null)), v instanceof Error && !(v.message in De) && (De[v.message] = !0, ke(x), C("Failed %s type: %s", l, v.message), ke(null));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
var
|
|
349
|
-
function
|
|
350
|
-
return
|
|
348
|
+
var Tt = Array.isArray;
|
|
349
|
+
function _e(e) {
|
|
350
|
+
return Tt(e);
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function Pt(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;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function Ot(e) {
|
|
359
359
|
try {
|
|
360
|
-
return
|
|
360
|
+
return Ye(e), !1;
|
|
361
361
|
} catch {
|
|
362
362
|
return !0;
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
|
-
function
|
|
365
|
+
function Ye(e) {
|
|
366
366
|
return "" + e;
|
|
367
367
|
}
|
|
368
|
-
function
|
|
369
|
-
if (
|
|
370
|
-
return
|
|
368
|
+
function Ue(e) {
|
|
369
|
+
if (Ot(e))
|
|
370
|
+
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Pt(e)), Ye(e);
|
|
371
371
|
}
|
|
372
|
-
var
|
|
372
|
+
var de = O.ReactCurrentOwner, At = {
|
|
373
373
|
key: !0,
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
|
-
},
|
|
378
|
-
|
|
379
|
-
function
|
|
380
|
-
if (
|
|
377
|
+
}, Le, qe, je;
|
|
378
|
+
je = {};
|
|
379
|
+
function It(e) {
|
|
380
|
+
if (le.call(e, "ref")) {
|
|
381
381
|
var a = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
382
382
|
if (a && a.isReactWarning)
|
|
383
383
|
return !1;
|
|
384
384
|
}
|
|
385
385
|
return e.ref !== void 0;
|
|
386
386
|
}
|
|
387
|
-
function
|
|
388
|
-
if (
|
|
387
|
+
function zt(e) {
|
|
388
|
+
if (le.call(e, "key")) {
|
|
389
389
|
var a = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
390
390
|
if (a && a.isReactWarning)
|
|
391
391
|
return !1;
|
|
392
392
|
}
|
|
393
393
|
return e.key !== void 0;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
396
|
-
if (typeof e.ref == "string" &&
|
|
397
|
-
var l = z(
|
|
398
|
-
|
|
395
|
+
function Mt(e, a) {
|
|
396
|
+
if (typeof e.ref == "string" && de.current && a && de.current.stateNode !== a) {
|
|
397
|
+
var l = z(de.current.type);
|
|
398
|
+
je[l] || (C('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(de.current.type), e.ref), je[l] = !0);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function Nt(e, a) {
|
|
402
402
|
{
|
|
403
403
|
var l = function() {
|
|
404
|
-
|
|
404
|
+
Le || (Le = !0, C("%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 Yt() {
|
|
|
409
409
|
});
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
|
-
function
|
|
412
|
+
function $t(e, a) {
|
|
413
413
|
{
|
|
414
414
|
var l = function() {
|
|
415
|
-
|
|
415
|
+
qe || (qe = !0, C("%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,70 +420,70 @@ function Yt() {
|
|
|
420
420
|
});
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
|
-
var
|
|
424
|
-
var
|
|
423
|
+
var Ft = function(e, a, l, f, x, k, h) {
|
|
424
|
+
var v = {
|
|
425
425
|
// This tag allows us to uniquely identify this as a React Element
|
|
426
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
|
-
props:
|
|
431
|
+
props: h,
|
|
432
432
|
// Record the component responsible for creating this element.
|
|
433
433
|
_owner: k
|
|
434
434
|
};
|
|
435
|
-
return
|
|
435
|
+
return v._store = {}, Object.defineProperty(v._store, "validated", {
|
|
436
436
|
configurable: !1,
|
|
437
437
|
enumerable: !1,
|
|
438
438
|
writable: !0,
|
|
439
439
|
value: !1
|
|
440
|
-
}), Object.defineProperty(
|
|
440
|
+
}), Object.defineProperty(v, "_self", {
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
443
443
|
writable: !1,
|
|
444
|
-
value:
|
|
445
|
-
}), Object.defineProperty(
|
|
444
|
+
value: f
|
|
445
|
+
}), Object.defineProperty(v, "_source", {
|
|
446
446
|
configurable: !1,
|
|
447
447
|
enumerable: !1,
|
|
448
448
|
writable: !1,
|
|
449
449
|
value: x
|
|
450
|
-
}), Object.freeze && (Object.freeze(
|
|
450
|
+
}), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
|
|
451
451
|
};
|
|
452
|
-
function
|
|
452
|
+
function Vt(e, a, l, f, x) {
|
|
453
453
|
{
|
|
454
|
-
var k,
|
|
455
|
-
l !== void 0 && (
|
|
454
|
+
var k, h = {}, v = null, A = null;
|
|
455
|
+
l !== void 0 && (Ue(l), v = "" + l), zt(a) && (Ue(a.key), v = "" + a.key), It(a) && (A = a.ref, Mt(a, x));
|
|
456
456
|
for (k in a)
|
|
457
|
-
|
|
457
|
+
le.call(a, k) && !At.hasOwnProperty(k) && (h[k] = a[k]);
|
|
458
458
|
if (e && e.defaultProps) {
|
|
459
459
|
var _ = e.defaultProps;
|
|
460
460
|
for (k in _)
|
|
461
|
-
|
|
461
|
+
h[k] === void 0 && (h[k] = _[k]);
|
|
462
462
|
}
|
|
463
|
-
if (
|
|
463
|
+
if (v || A) {
|
|
464
464
|
var T = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
465
|
-
|
|
465
|
+
v && Nt(h, T), A && $t(h, T);
|
|
466
466
|
}
|
|
467
|
-
return
|
|
467
|
+
return Ft(e, v, A, x, f, de.current, h);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
var
|
|
470
|
+
var Te = O.ReactCurrentOwner, Je = O.ReactDebugCurrentFrame;
|
|
471
471
|
function Q(e) {
|
|
472
472
|
if (e) {
|
|
473
|
-
var a = e._owner, l =
|
|
474
|
-
|
|
473
|
+
var a = e._owner, l = we(e.type, e._source, a ? a.type : null);
|
|
474
|
+
Je.setExtraStackFrame(l);
|
|
475
475
|
} else
|
|
476
|
-
|
|
476
|
+
Je.setExtraStackFrame(null);
|
|
477
477
|
}
|
|
478
|
-
var
|
|
479
|
-
|
|
480
|
-
function
|
|
478
|
+
var Pe;
|
|
479
|
+
Pe = !1;
|
|
480
|
+
function Oe(e) {
|
|
481
481
|
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
482
482
|
}
|
|
483
|
-
function
|
|
483
|
+
function Ke() {
|
|
484
484
|
{
|
|
485
|
-
if (
|
|
486
|
-
var e = z(
|
|
485
|
+
if (Te.current) {
|
|
486
|
+
var e = z(Te.current.type);
|
|
487
487
|
if (e)
|
|
488
488
|
return `
|
|
489
489
|
|
|
@@ -492,13 +492,13 @@ Check the render method of \`` + e + "`.";
|
|
|
492
492
|
return "";
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
|
-
function
|
|
495
|
+
function Wt(e) {
|
|
496
496
|
return "";
|
|
497
497
|
}
|
|
498
|
-
var
|
|
499
|
-
function
|
|
498
|
+
var Xe = {};
|
|
499
|
+
function Bt(e) {
|
|
500
500
|
{
|
|
501
|
-
var a =
|
|
501
|
+
var a = Ke();
|
|
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 He(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 = Bt(a);
|
|
517
|
+
if (Xe[l])
|
|
518
518
|
return;
|
|
519
|
-
|
|
520
|
-
var
|
|
521
|
-
e && e._owner && e._owner !==
|
|
519
|
+
Xe[l] = !0;
|
|
520
|
+
var f = "";
|
|
521
|
+
e && e._owner && e._owner !== Te.current && (f = " It was passed a child from " + z(e._owner.type) + "."), Q(e), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', l, f), Q(null);
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
|
-
function
|
|
524
|
+
function Ze(e, a) {
|
|
525
525
|
{
|
|
526
526
|
if (typeof e != "object")
|
|
527
527
|
return;
|
|
528
|
-
if (
|
|
528
|
+
if (_e(e))
|
|
529
529
|
for (var l = 0; l < e.length; l++) {
|
|
530
|
-
var
|
|
531
|
-
|
|
530
|
+
var f = e[l];
|
|
531
|
+
Oe(f) && He(f, a);
|
|
532
532
|
}
|
|
533
|
-
else if (
|
|
533
|
+
else if (Oe(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 k = x.call(e),
|
|
539
|
-
|
|
538
|
+
for (var k = x.call(e), h; !(h = k.next()).done; )
|
|
539
|
+
Oe(h.value) && He(h.value, a);
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
|
-
function
|
|
543
|
+
function Dt(e) {
|
|
544
544
|
{
|
|
545
545
|
var a = e.type;
|
|
546
546
|
if (a == null || typeof a == "string")
|
|
@@ -550,91 +550,91 @@ Check the top-level render call using <` + l + ">.");
|
|
|
550
550
|
l = a.propTypes;
|
|
551
551
|
else if (typeof a == "object" && (a.$$typeof === b || // Note: Memo only checks outer props here.
|
|
552
552
|
// Inner props are checked in the reconciler.
|
|
553
|
-
a.$$typeof ===
|
|
553
|
+
a.$$typeof === p))
|
|
554
554
|
l = a.propTypes;
|
|
555
555
|
else
|
|
556
556
|
return;
|
|
557
557
|
if (l) {
|
|
558
|
-
var
|
|
559
|
-
|
|
560
|
-
} else if (a.PropTypes !== void 0 && !
|
|
561
|
-
|
|
558
|
+
var f = z(a);
|
|
559
|
+
jt(l, e.props, "prop", f, e);
|
|
560
|
+
} else if (a.PropTypes !== void 0 && !Pe) {
|
|
561
|
+
Pe = !0;
|
|
562
562
|
var x = z(a);
|
|
563
|
-
|
|
563
|
+
C("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 && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
function
|
|
568
|
+
function Gt(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 f = a[l];
|
|
572
|
+
if (f !== "children" && f !== "key") {
|
|
573
|
+
Q(e), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), Q(null);
|
|
574
574
|
break;
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
|
-
e.ref !== null && (Q(e),
|
|
577
|
+
e.ref !== null && (Q(e), C("Invalid attribute `ref` supplied to `React.Fragment`."), Q(null));
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
|
-
var
|
|
581
|
-
function
|
|
580
|
+
var Qe = {};
|
|
581
|
+
function et(e, a, l, f, x, k) {
|
|
582
582
|
{
|
|
583
|
-
var
|
|
584
|
-
if (!
|
|
585
|
-
var
|
|
586
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
587
|
-
var A =
|
|
588
|
-
A ?
|
|
583
|
+
var h = oe(e);
|
|
584
|
+
if (!h) {
|
|
585
|
+
var v = "";
|
|
586
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (v += " 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 = Wt();
|
|
588
|
+
A ? v += A : v += Ke();
|
|
589
589
|
var _;
|
|
590
|
-
e === null ? _ = "null" :
|
|
590
|
+
e === null ? _ = "null" : _e(e) ? _ = "array" : e !== void 0 && e.$$typeof === n ? (_ = "<" + (z(e.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof e, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, v);
|
|
591
591
|
}
|
|
592
|
-
var T =
|
|
592
|
+
var T = Vt(e, a, l, x, k);
|
|
593
593
|
if (T == null)
|
|
594
594
|
return T;
|
|
595
|
-
if (
|
|
596
|
-
var
|
|
597
|
-
if (
|
|
598
|
-
if (
|
|
599
|
-
if (
|
|
600
|
-
for (var ee = 0; ee <
|
|
601
|
-
|
|
602
|
-
Object.freeze && Object.freeze(
|
|
595
|
+
if (h) {
|
|
596
|
+
var $ = a.children;
|
|
597
|
+
if ($ !== void 0)
|
|
598
|
+
if (f)
|
|
599
|
+
if (_e($)) {
|
|
600
|
+
for (var ee = 0; ee < $.length; ee++)
|
|
601
|
+
Ze($[ee], e);
|
|
602
|
+
Object.freeze && Object.freeze($);
|
|
603
603
|
} else
|
|
604
|
-
|
|
604
|
+
C("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
|
+
Ze($, e);
|
|
607
607
|
}
|
|
608
|
-
if (
|
|
609
|
-
var K = z(e), I = Object.keys(a).filter(function(
|
|
610
|
-
return
|
|
611
|
-
}),
|
|
612
|
-
if (!
|
|
613
|
-
var
|
|
614
|
-
|
|
608
|
+
if (le.call(a, "key")) {
|
|
609
|
+
var K = z(e), I = Object.keys(a).filter(function(Kt) {
|
|
610
|
+
return Kt !== "key";
|
|
611
|
+
}), Ae = I.length > 0 ? "{key: someKey, " + I.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
612
|
+
if (!Qe[K + Ae]) {
|
|
613
|
+
var Jt = I.length > 0 ? "{" + I.join(": ..., ") + ": ...}" : "{}";
|
|
614
|
+
C(`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} />`,
|
|
619
|
+
<%s key={someKey} {...props} />`, Ae, K, Jt, K), Qe[K + Ae] = !0;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
|
-
return e === o ?
|
|
622
|
+
return e === o ? Gt(T) : Dt(T), T;
|
|
623
623
|
}
|
|
624
624
|
}
|
|
625
|
-
function
|
|
626
|
-
return
|
|
625
|
+
function Yt(e, a, l) {
|
|
626
|
+
return et(e, a, l, !0);
|
|
627
627
|
}
|
|
628
|
-
function
|
|
629
|
-
return
|
|
628
|
+
function Ut(e, a, l) {
|
|
629
|
+
return et(e, a, l, !1);
|
|
630
630
|
}
|
|
631
|
-
var
|
|
632
|
-
|
|
633
|
-
}()),
|
|
631
|
+
var Lt = Ut, qt = Yt;
|
|
632
|
+
ue.Fragment = o, ue.jsx = Lt, ue.jsxs = qt;
|
|
633
|
+
}()), ue;
|
|
634
634
|
}
|
|
635
|
-
process.env.NODE_ENV === "production" ?
|
|
636
|
-
var y =
|
|
637
|
-
function
|
|
635
|
+
process.env.NODE_ENV === "production" ? Ie.exports = Xt() : Ie.exports = Ht();
|
|
636
|
+
var y = Ie.exports;
|
|
637
|
+
function ct(t) {
|
|
638
638
|
var n, r, o = "";
|
|
639
639
|
if (typeof t == "string" || typeof t == "number")
|
|
640
640
|
o += t;
|
|
@@ -642,26 +642,26 @@ function dt(t) {
|
|
|
642
642
|
if (Array.isArray(t)) {
|
|
643
643
|
var d = t.length;
|
|
644
644
|
for (n = 0; n < d; n++)
|
|
645
|
-
t[n] && (r =
|
|
645
|
+
t[n] && (r = ct(t[n])) && (o && (o += " "), o += r);
|
|
646
646
|
} else
|
|
647
647
|
for (r in t)
|
|
648
648
|
t[r] && (o && (o += " "), o += r);
|
|
649
649
|
return o;
|
|
650
650
|
}
|
|
651
|
-
function
|
|
651
|
+
function Zt() {
|
|
652
652
|
for (var t, n, r = 0, o = "", d = arguments.length; r < d; r++)
|
|
653
|
-
(t = arguments[r]) && (n =
|
|
653
|
+
(t = arguments[r]) && (n = ct(t)) && (o && (o += " "), o += n);
|
|
654
654
|
return o;
|
|
655
655
|
}
|
|
656
|
-
const
|
|
657
|
-
function
|
|
658
|
-
const n =
|
|
656
|
+
const Me = "-";
|
|
657
|
+
function Qt(t) {
|
|
658
|
+
const n = tr(t), {
|
|
659
659
|
conflictingClassGroups: r,
|
|
660
660
|
conflictingClassGroupModifiers: o
|
|
661
661
|
} = t;
|
|
662
662
|
function d(s) {
|
|
663
|
-
const c = s.split(
|
|
664
|
-
return c[0] === "" && c.length !== 1 && c.shift(),
|
|
663
|
+
const c = s.split(Me);
|
|
664
|
+
return c[0] === "" && c.length !== 1 && c.shift(), ut(c, n) || er(s);
|
|
665
665
|
}
|
|
666
666
|
function i(s, c) {
|
|
667
667
|
const b = r[s] || [];
|
|
@@ -672,29 +672,29 @@ function Lt(t) {
|
|
|
672
672
|
getConflictingClassGroupIds: i
|
|
673
673
|
};
|
|
674
674
|
}
|
|
675
|
-
function
|
|
675
|
+
function ut(t, n) {
|
|
676
676
|
var s;
|
|
677
677
|
if (t.length === 0)
|
|
678
678
|
return n.classGroupId;
|
|
679
|
-
const r = t[0], o = n.nextPart.get(r), d = o ?
|
|
679
|
+
const r = t[0], o = n.nextPart.get(r), d = o ? ut(t.slice(1), o) : void 0;
|
|
680
680
|
if (d)
|
|
681
681
|
return d;
|
|
682
682
|
if (n.validators.length === 0)
|
|
683
683
|
return;
|
|
684
|
-
const i = t.join(
|
|
684
|
+
const i = t.join(Me);
|
|
685
685
|
return (s = n.validators.find(({
|
|
686
686
|
validator: c
|
|
687
687
|
}) => c(i))) == null ? void 0 : s.classGroupId;
|
|
688
688
|
}
|
|
689
|
-
const
|
|
690
|
-
function
|
|
691
|
-
if (
|
|
692
|
-
const n =
|
|
689
|
+
const ot = /^\[(.+)\]$/;
|
|
690
|
+
function er(t) {
|
|
691
|
+
if (ot.test(t)) {
|
|
692
|
+
const n = ot.exec(t)[1], r = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
693
693
|
if (r)
|
|
694
694
|
return "arbitrary.." + r;
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
|
-
function
|
|
697
|
+
function tr(t) {
|
|
698
698
|
const {
|
|
699
699
|
theme: n,
|
|
700
700
|
prefix: r
|
|
@@ -702,20 +702,20 @@ function Jt(t) {
|
|
|
702
702
|
nextPart: /* @__PURE__ */ new Map(),
|
|
703
703
|
validators: []
|
|
704
704
|
};
|
|
705
|
-
return
|
|
706
|
-
|
|
705
|
+
return nr(Object.entries(t.classGroups), r).forEach(([i, s]) => {
|
|
706
|
+
ze(s, o, i, n);
|
|
707
707
|
}), o;
|
|
708
708
|
}
|
|
709
|
-
function
|
|
709
|
+
function ze(t, n, r, o) {
|
|
710
710
|
t.forEach((d) => {
|
|
711
711
|
if (typeof d == "string") {
|
|
712
|
-
const i = d === "" ? n :
|
|
712
|
+
const i = d === "" ? n : at(n, d);
|
|
713
713
|
i.classGroupId = r;
|
|
714
714
|
return;
|
|
715
715
|
}
|
|
716
716
|
if (typeof d == "function") {
|
|
717
|
-
if (
|
|
718
|
-
|
|
717
|
+
if (rr(d)) {
|
|
718
|
+
ze(d(o), n, r, o);
|
|
719
719
|
return;
|
|
720
720
|
}
|
|
721
721
|
n.validators.push({
|
|
@@ -725,29 +725,29 @@ function Ie(t, n, r, o) {
|
|
|
725
725
|
return;
|
|
726
726
|
}
|
|
727
727
|
Object.entries(d).forEach(([i, s]) => {
|
|
728
|
-
|
|
728
|
+
ze(s, at(n, i), r, o);
|
|
729
729
|
});
|
|
730
730
|
});
|
|
731
731
|
}
|
|
732
|
-
function
|
|
732
|
+
function at(t, n) {
|
|
733
733
|
let r = t;
|
|
734
|
-
return n.split(
|
|
734
|
+
return n.split(Me).forEach((o) => {
|
|
735
735
|
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
736
736
|
nextPart: /* @__PURE__ */ new Map(),
|
|
737
737
|
validators: []
|
|
738
738
|
}), r = r.nextPart.get(o);
|
|
739
739
|
}), r;
|
|
740
740
|
}
|
|
741
|
-
function
|
|
741
|
+
function rr(t) {
|
|
742
742
|
return t.isThemeGetter;
|
|
743
743
|
}
|
|
744
|
-
function
|
|
744
|
+
function nr(t, n) {
|
|
745
745
|
return n ? t.map(([r, o]) => {
|
|
746
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
747
|
return [r, d];
|
|
748
748
|
}) : t;
|
|
749
749
|
}
|
|
750
|
-
function
|
|
750
|
+
function or(t) {
|
|
751
751
|
if (t < 1)
|
|
752
752
|
return {
|
|
753
753
|
get: () => {
|
|
@@ -772,17 +772,17 @@ function Ht(t) {
|
|
|
772
772
|
}
|
|
773
773
|
};
|
|
774
774
|
}
|
|
775
|
-
const
|
|
776
|
-
function
|
|
775
|
+
const bt = "!";
|
|
776
|
+
function ar(t) {
|
|
777
777
|
const n = t.separator, r = n.length === 1, o = n[0], d = n.length;
|
|
778
778
|
return function(s) {
|
|
779
779
|
const c = [];
|
|
780
|
-
let b = 0,
|
|
780
|
+
let b = 0, g = 0, u;
|
|
781
781
|
for (let R = 0; R < s.length; R++) {
|
|
782
782
|
let j = s[R];
|
|
783
783
|
if (b === 0) {
|
|
784
784
|
if (j === o && (r || s.slice(R, R + d) === n)) {
|
|
785
|
-
c.push(s.slice(
|
|
785
|
+
c.push(s.slice(g, R)), g = R + d;
|
|
786
786
|
continue;
|
|
787
787
|
}
|
|
788
788
|
if (j === "/") {
|
|
@@ -792,16 +792,16 @@ function Zt(t) {
|
|
|
792
792
|
}
|
|
793
793
|
j === "[" ? b++ : j === "]" && b--;
|
|
794
794
|
}
|
|
795
|
-
const
|
|
795
|
+
const p = c.length === 0 ? s : s.substring(g), S = p.startsWith(bt), P = S ? p.substring(1) : p, F = u && u > g ? u - g : void 0;
|
|
796
796
|
return {
|
|
797
797
|
modifiers: c,
|
|
798
|
-
hasImportantModifier:
|
|
798
|
+
hasImportantModifier: S,
|
|
799
799
|
baseClassName: P,
|
|
800
|
-
maybePostfixModifierPosition:
|
|
800
|
+
maybePostfixModifierPosition: F
|
|
801
801
|
};
|
|
802
802
|
};
|
|
803
803
|
}
|
|
804
|
-
function
|
|
804
|
+
function ir(t) {
|
|
805
805
|
if (t.length <= 1)
|
|
806
806
|
return t;
|
|
807
807
|
const n = [];
|
|
@@ -810,48 +810,48 @@ function Qt(t) {
|
|
|
810
810
|
o[0] === "[" ? (n.push(...r.sort(), o), r = []) : r.push(o);
|
|
811
811
|
}), n.push(...r.sort()), n;
|
|
812
812
|
}
|
|
813
|
-
function
|
|
813
|
+
function sr(t) {
|
|
814
814
|
return {
|
|
815
|
-
cache:
|
|
816
|
-
splitModifiers:
|
|
817
|
-
...
|
|
815
|
+
cache: or(t.cacheSize),
|
|
816
|
+
splitModifiers: ar(t),
|
|
817
|
+
...Qt(t)
|
|
818
818
|
};
|
|
819
819
|
}
|
|
820
|
-
const
|
|
821
|
-
function
|
|
820
|
+
const lr = /\s+/;
|
|
821
|
+
function dr(t, n) {
|
|
822
822
|
const {
|
|
823
823
|
splitModifiers: r,
|
|
824
824
|
getClassGroupId: o,
|
|
825
825
|
getConflictingClassGroupIds: d
|
|
826
826
|
} = n, i = /* @__PURE__ */ new Set();
|
|
827
|
-
return t.trim().split(
|
|
827
|
+
return t.trim().split(lr).map((s) => {
|
|
828
828
|
const {
|
|
829
829
|
modifiers: c,
|
|
830
830
|
hasImportantModifier: b,
|
|
831
|
-
baseClassName:
|
|
831
|
+
baseClassName: g,
|
|
832
832
|
maybePostfixModifierPosition: u
|
|
833
833
|
} = r(s);
|
|
834
|
-
let
|
|
835
|
-
if (!
|
|
834
|
+
let p = o(u ? g.substring(0, u) : g), S = !!u;
|
|
835
|
+
if (!p) {
|
|
836
836
|
if (!u)
|
|
837
837
|
return {
|
|
838
838
|
isTailwindClass: !1,
|
|
839
839
|
originalClassName: s
|
|
840
840
|
};
|
|
841
|
-
if (
|
|
841
|
+
if (p = o(g), !p)
|
|
842
842
|
return {
|
|
843
843
|
isTailwindClass: !1,
|
|
844
844
|
originalClassName: s
|
|
845
845
|
};
|
|
846
|
-
|
|
846
|
+
S = !1;
|
|
847
847
|
}
|
|
848
|
-
const P =
|
|
848
|
+
const P = ir(c).join(":");
|
|
849
849
|
return {
|
|
850
850
|
isTailwindClass: !0,
|
|
851
|
-
modifierId: b ? P +
|
|
852
|
-
classGroupId:
|
|
851
|
+
modifierId: b ? P + bt : P,
|
|
852
|
+
classGroupId: p,
|
|
853
853
|
originalClassName: s,
|
|
854
|
-
hasPostfixModifier:
|
|
854
|
+
hasPostfixModifier: S
|
|
855
855
|
};
|
|
856
856
|
}).reverse().filter((s) => {
|
|
857
857
|
if (!s.isTailwindClass)
|
|
@@ -859,132 +859,132 @@ function rr(t, n) {
|
|
|
859
859
|
const {
|
|
860
860
|
modifierId: c,
|
|
861
861
|
classGroupId: b,
|
|
862
|
-
hasPostfixModifier:
|
|
862
|
+
hasPostfixModifier: g
|
|
863
863
|
} = s, u = c + b;
|
|
864
|
-
return i.has(u) ? !1 : (i.add(u), d(b,
|
|
864
|
+
return i.has(u) ? !1 : (i.add(u), d(b, g).forEach((p) => i.add(c + p)), !0);
|
|
865
865
|
}).reverse().map((s) => s.originalClassName).join(" ");
|
|
866
866
|
}
|
|
867
|
-
function
|
|
867
|
+
function cr() {
|
|
868
868
|
let t = 0, n, r, o = "";
|
|
869
869
|
for (; t < arguments.length; )
|
|
870
|
-
(n = arguments[t++]) && (r =
|
|
870
|
+
(n = arguments[t++]) && (r = ft(n)) && (o && (o += " "), o += r);
|
|
871
871
|
return o;
|
|
872
872
|
}
|
|
873
|
-
function
|
|
873
|
+
function ft(t) {
|
|
874
874
|
if (typeof t == "string")
|
|
875
875
|
return t;
|
|
876
876
|
let n, r = "";
|
|
877
877
|
for (let o = 0; o < t.length; o++)
|
|
878
|
-
t[o] && (n =
|
|
878
|
+
t[o] && (n = ft(t[o])) && (r && (r += " "), r += n);
|
|
879
879
|
return r;
|
|
880
880
|
}
|
|
881
|
-
function
|
|
881
|
+
function ur(t, ...n) {
|
|
882
882
|
let r, o, d, i = s;
|
|
883
883
|
function s(b) {
|
|
884
|
-
const
|
|
885
|
-
return r =
|
|
884
|
+
const g = n.reduce((u, p) => p(u), t());
|
|
885
|
+
return r = sr(g), o = r.cache.get, d = r.cache.set, i = c, c(b);
|
|
886
886
|
}
|
|
887
887
|
function c(b) {
|
|
888
|
-
const
|
|
889
|
-
if (
|
|
890
|
-
return
|
|
891
|
-
const u =
|
|
888
|
+
const g = o(b);
|
|
889
|
+
if (g)
|
|
890
|
+
return g;
|
|
891
|
+
const u = dr(b, r);
|
|
892
892
|
return d(b, u), u;
|
|
893
893
|
}
|
|
894
894
|
return function() {
|
|
895
|
-
return i(
|
|
895
|
+
return i(cr.apply(null, arguments));
|
|
896
896
|
};
|
|
897
897
|
}
|
|
898
898
|
function E(t) {
|
|
899
899
|
const n = (r) => r[t] || [];
|
|
900
900
|
return n.isThemeGetter = !0, n;
|
|
901
901
|
}
|
|
902
|
-
const
|
|
903
|
-
function
|
|
904
|
-
return X(t) ||
|
|
902
|
+
const gt = /^\[(?:([a-z-]+):)?(.+)\]$/i, br = /^\d+\/\d+$/, fr = /* @__PURE__ */ new Set(["px", "full", "screen"]), gr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, pr = /\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$/, mr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, vr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, hr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
903
|
+
function V(t) {
|
|
904
|
+
return X(t) || fr.has(t) || br.test(t);
|
|
905
905
|
}
|
|
906
906
|
function Y(t) {
|
|
907
|
-
return
|
|
907
|
+
return re(t, "length", Rr);
|
|
908
908
|
}
|
|
909
909
|
function X(t) {
|
|
910
910
|
return !!t && !Number.isNaN(Number(t));
|
|
911
911
|
}
|
|
912
|
-
function
|
|
913
|
-
return
|
|
912
|
+
function Se(t) {
|
|
913
|
+
return re(t, "number", X);
|
|
914
914
|
}
|
|
915
|
-
function
|
|
915
|
+
function be(t) {
|
|
916
916
|
return !!t && Number.isInteger(Number(t));
|
|
917
917
|
}
|
|
918
|
-
function
|
|
918
|
+
function xr(t) {
|
|
919
919
|
return t.endsWith("%") && X(t.slice(0, -1));
|
|
920
920
|
}
|
|
921
|
-
function
|
|
922
|
-
return
|
|
921
|
+
function m(t) {
|
|
922
|
+
return gt.test(t);
|
|
923
923
|
}
|
|
924
924
|
function U(t) {
|
|
925
|
-
return
|
|
925
|
+
return gr.test(t);
|
|
926
926
|
}
|
|
927
|
-
const
|
|
928
|
-
function
|
|
929
|
-
return
|
|
927
|
+
const yr = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
928
|
+
function wr(t) {
|
|
929
|
+
return re(t, yr, pt);
|
|
930
930
|
}
|
|
931
|
-
function
|
|
932
|
-
return
|
|
931
|
+
function kr(t) {
|
|
932
|
+
return re(t, "position", pt);
|
|
933
933
|
}
|
|
934
|
-
const
|
|
935
|
-
function
|
|
936
|
-
return
|
|
934
|
+
const Sr = /* @__PURE__ */ new Set(["image", "url"]);
|
|
935
|
+
function Cr(t) {
|
|
936
|
+
return re(t, Sr, jr);
|
|
937
937
|
}
|
|
938
|
-
function
|
|
939
|
-
return
|
|
938
|
+
function Er(t) {
|
|
939
|
+
return re(t, "", _r);
|
|
940
940
|
}
|
|
941
|
-
function
|
|
941
|
+
function fe() {
|
|
942
942
|
return !0;
|
|
943
943
|
}
|
|
944
|
-
function
|
|
945
|
-
const o =
|
|
944
|
+
function re(t, n, r) {
|
|
945
|
+
const o = gt.exec(t);
|
|
946
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 Rr(t) {
|
|
949
|
+
return pr.test(t) && !mr.test(t);
|
|
950
950
|
}
|
|
951
|
-
function
|
|
951
|
+
function pt() {
|
|
952
952
|
return !1;
|
|
953
953
|
}
|
|
954
|
-
function
|
|
955
|
-
return
|
|
954
|
+
function _r(t) {
|
|
955
|
+
return vr.test(t);
|
|
956
956
|
}
|
|
957
|
-
function
|
|
958
|
-
return
|
|
957
|
+
function jr(t) {
|
|
958
|
+
return hr.test(t);
|
|
959
959
|
}
|
|
960
|
-
function
|
|
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"),
|
|
960
|
+
function Tr() {
|
|
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"), g = E("grayscale"), u = E("hueRotate"), p = E("invert"), S = E("gap"), P = E("gradientColorStops"), F = E("gradientColorStopPositions"), R = E("inset"), j = E("margin"), O = E("opacity"), C = E("padding"), ge = E("saturate"), ne = E("scale"), pe = E("sepia"), me = E("skew"), ve = E("space"), he = E("translate"), H = () => ["auto", "contain", "none"], oe = () => ["auto", "hidden", "clip", "visible", "scroll"], ae = () => ["auto", m, n], w = () => [m, n], z = () => ["", V, Y], N = () => ["auto", X, m], B = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], q = () => ["solid", "dashed", "dotted", "double", "none"], ie = () => ["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"], D = () => ["", "0", m], se = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], G = () => [X, Se], J = () => [X, m];
|
|
962
962
|
return {
|
|
963
963
|
cacheSize: 500,
|
|
964
964
|
separator: ":",
|
|
965
965
|
theme: {
|
|
966
|
-
colors: [
|
|
967
|
-
spacing: [
|
|
968
|
-
blur: ["none", "", U,
|
|
969
|
-
brightness:
|
|
966
|
+
colors: [fe],
|
|
967
|
+
spacing: [V, Y],
|
|
968
|
+
blur: ["none", "", U, m],
|
|
969
|
+
brightness: G(),
|
|
970
970
|
borderColor: [t],
|
|
971
|
-
borderRadius: ["none", "", "full", U,
|
|
971
|
+
borderRadius: ["none", "", "full", U, m],
|
|
972
972
|
borderSpacing: w(),
|
|
973
973
|
borderWidth: z(),
|
|
974
|
-
contrast:
|
|
975
|
-
grayscale:
|
|
974
|
+
contrast: G(),
|
|
975
|
+
grayscale: D(),
|
|
976
976
|
hueRotate: J(),
|
|
977
|
-
invert:
|
|
977
|
+
invert: D(),
|
|
978
978
|
gap: w(),
|
|
979
979
|
gradientColorStops: [t],
|
|
980
|
-
gradientColorStopPositions: [
|
|
981
|
-
inset:
|
|
982
|
-
margin:
|
|
983
|
-
opacity:
|
|
980
|
+
gradientColorStopPositions: [xr, Y],
|
|
981
|
+
inset: ae(),
|
|
982
|
+
margin: ae(),
|
|
983
|
+
opacity: G(),
|
|
984
984
|
padding: w(),
|
|
985
|
-
saturate:
|
|
986
|
-
scale:
|
|
987
|
-
sepia:
|
|
985
|
+
saturate: G(),
|
|
986
|
+
scale: G(),
|
|
987
|
+
sepia: D(),
|
|
988
988
|
skew: J(),
|
|
989
989
|
space: w(),
|
|
990
990
|
translate: w()
|
|
@@ -996,7 +996,7 @@ function kr() {
|
|
|
996
996
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
997
997
|
*/
|
|
998
998
|
aspect: [{
|
|
999
|
-
aspect: ["auto", "square", "video",
|
|
999
|
+
aspect: ["auto", "square", "video", m]
|
|
1000
1000
|
}],
|
|
1001
1001
|
/**
|
|
1002
1002
|
* Container
|
|
@@ -1015,14 +1015,14 @@ function kr() {
|
|
|
1015
1015
|
* @see https://tailwindcss.com/docs/break-after
|
|
1016
1016
|
*/
|
|
1017
1017
|
"break-after": [{
|
|
1018
|
-
"break-after":
|
|
1018
|
+
"break-after": se()
|
|
1019
1019
|
}],
|
|
1020
1020
|
/**
|
|
1021
1021
|
* Break Before
|
|
1022
1022
|
* @see https://tailwindcss.com/docs/break-before
|
|
1023
1023
|
*/
|
|
1024
1024
|
"break-before": [{
|
|
1025
|
-
"break-before":
|
|
1025
|
+
"break-before": se()
|
|
1026
1026
|
}],
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Break Inside
|
|
@@ -1081,28 +1081,28 @@ function kr() {
|
|
|
1081
1081
|
* @see https://tailwindcss.com/docs/object-position
|
|
1082
1082
|
*/
|
|
1083
1083
|
"object-position": [{
|
|
1084
|
-
object: [...
|
|
1084
|
+
object: [...B(), m]
|
|
1085
1085
|
}],
|
|
1086
1086
|
/**
|
|
1087
1087
|
* Overflow
|
|
1088
1088
|
* @see https://tailwindcss.com/docs/overflow
|
|
1089
1089
|
*/
|
|
1090
1090
|
overflow: [{
|
|
1091
|
-
overflow:
|
|
1091
|
+
overflow: oe()
|
|
1092
1092
|
}],
|
|
1093
1093
|
/**
|
|
1094
1094
|
* Overflow X
|
|
1095
1095
|
* @see https://tailwindcss.com/docs/overflow
|
|
1096
1096
|
*/
|
|
1097
1097
|
"overflow-x": [{
|
|
1098
|
-
"overflow-x":
|
|
1098
|
+
"overflow-x": oe()
|
|
1099
1099
|
}],
|
|
1100
1100
|
/**
|
|
1101
1101
|
* Overflow Y
|
|
1102
1102
|
* @see https://tailwindcss.com/docs/overflow
|
|
1103
1103
|
*/
|
|
1104
1104
|
"overflow-y": [{
|
|
1105
|
-
"overflow-y":
|
|
1105
|
+
"overflow-y": oe()
|
|
1106
1106
|
}],
|
|
1107
1107
|
/**
|
|
1108
1108
|
* Overscroll Behavior
|
|
@@ -1203,7 +1203,7 @@ function kr() {
|
|
|
1203
1203
|
* @see https://tailwindcss.com/docs/z-index
|
|
1204
1204
|
*/
|
|
1205
1205
|
z: [{
|
|
1206
|
-
z: ["auto",
|
|
1206
|
+
z: ["auto", be, m]
|
|
1207
1207
|
}],
|
|
1208
1208
|
// Flexbox and Grid
|
|
1209
1209
|
/**
|
|
@@ -1211,7 +1211,7 @@ function kr() {
|
|
|
1211
1211
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1212
1212
|
*/
|
|
1213
1213
|
basis: [{
|
|
1214
|
-
basis:
|
|
1214
|
+
basis: ae()
|
|
1215
1215
|
}],
|
|
1216
1216
|
/**
|
|
1217
1217
|
* Flex Direction
|
|
@@ -1232,35 +1232,35 @@ function kr() {
|
|
|
1232
1232
|
* @see https://tailwindcss.com/docs/flex
|
|
1233
1233
|
*/
|
|
1234
1234
|
flex: [{
|
|
1235
|
-
flex: ["1", "auto", "initial", "none",
|
|
1235
|
+
flex: ["1", "auto", "initial", "none", m]
|
|
1236
1236
|
}],
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Flex Grow
|
|
1239
1239
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1240
1240
|
*/
|
|
1241
1241
|
grow: [{
|
|
1242
|
-
grow:
|
|
1242
|
+
grow: D()
|
|
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: D()
|
|
1250
1250
|
}],
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Order
|
|
1253
1253
|
* @see https://tailwindcss.com/docs/order
|
|
1254
1254
|
*/
|
|
1255
1255
|
order: [{
|
|
1256
|
-
order: ["first", "last", "none",
|
|
1256
|
+
order: ["first", "last", "none", be, m]
|
|
1257
1257
|
}],
|
|
1258
1258
|
/**
|
|
1259
1259
|
* Grid Template Columns
|
|
1260
1260
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1261
1261
|
*/
|
|
1262
1262
|
"grid-cols": [{
|
|
1263
|
-
"grid-cols": [
|
|
1263
|
+
"grid-cols": [fe]
|
|
1264
1264
|
}],
|
|
1265
1265
|
/**
|
|
1266
1266
|
* Grid Column Start / End
|
|
@@ -1268,29 +1268,29 @@ function kr() {
|
|
|
1268
1268
|
*/
|
|
1269
1269
|
"col-start-end": [{
|
|
1270
1270
|
col: ["auto", {
|
|
1271
|
-
span: ["full",
|
|
1272
|
-
},
|
|
1271
|
+
span: ["full", be, m]
|
|
1272
|
+
}, m]
|
|
1273
1273
|
}],
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Grid Column Start
|
|
1276
1276
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1277
1277
|
*/
|
|
1278
1278
|
"col-start": [{
|
|
1279
|
-
"col-start":
|
|
1279
|
+
"col-start": N()
|
|
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": N()
|
|
1287
1287
|
}],
|
|
1288
1288
|
/**
|
|
1289
1289
|
* Grid Template Rows
|
|
1290
1290
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1291
1291
|
*/
|
|
1292
1292
|
"grid-rows": [{
|
|
1293
|
-
"grid-rows": [
|
|
1293
|
+
"grid-rows": [fe]
|
|
1294
1294
|
}],
|
|
1295
1295
|
/**
|
|
1296
1296
|
* Grid Row Start / End
|
|
@@ -1298,22 +1298,22 @@ function kr() {
|
|
|
1298
1298
|
*/
|
|
1299
1299
|
"row-start-end": [{
|
|
1300
1300
|
row: ["auto", {
|
|
1301
|
-
span: [
|
|
1302
|
-
},
|
|
1301
|
+
span: [be, m]
|
|
1302
|
+
}, m]
|
|
1303
1303
|
}],
|
|
1304
1304
|
/**
|
|
1305
1305
|
* Grid Row Start
|
|
1306
1306
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1307
1307
|
*/
|
|
1308
1308
|
"row-start": [{
|
|
1309
|
-
"row-start":
|
|
1309
|
+
"row-start": N()
|
|
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": N()
|
|
1317
1317
|
}],
|
|
1318
1318
|
/**
|
|
1319
1319
|
* Grid Auto Flow
|
|
@@ -1327,35 +1327,35 @@ function kr() {
|
|
|
1327
1327
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1328
1328
|
*/
|
|
1329
1329
|
"auto-cols": [{
|
|
1330
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
1330
|
+
"auto-cols": ["auto", "min", "max", "fr", m]
|
|
1331
1331
|
}],
|
|
1332
1332
|
/**
|
|
1333
1333
|
* Grid Auto Rows
|
|
1334
1334
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1335
1335
|
*/
|
|
1336
1336
|
"auto-rows": [{
|
|
1337
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
1337
|
+
"auto-rows": ["auto", "min", "max", "fr", m]
|
|
1338
1338
|
}],
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Gap
|
|
1341
1341
|
* @see https://tailwindcss.com/docs/gap
|
|
1342
1342
|
*/
|
|
1343
1343
|
gap: [{
|
|
1344
|
-
gap: [
|
|
1344
|
+
gap: [S]
|
|
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": [S]
|
|
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": [S]
|
|
1359
1359
|
}],
|
|
1360
1360
|
/**
|
|
1361
1361
|
* Justify Content
|
|
@@ -1426,63 +1426,63 @@ function kr() {
|
|
|
1426
1426
|
* @see https://tailwindcss.com/docs/padding
|
|
1427
1427
|
*/
|
|
1428
1428
|
p: [{
|
|
1429
|
-
p: [
|
|
1429
|
+
p: [C]
|
|
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: [C]
|
|
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: [C]
|
|
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: [C]
|
|
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: [C]
|
|
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: [C]
|
|
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: [C]
|
|
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: [C]
|
|
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: [C]
|
|
1486
1486
|
}],
|
|
1487
1487
|
/**
|
|
1488
1488
|
* Margin
|
|
@@ -1552,7 +1552,7 @@ function kr() {
|
|
|
1552
1552
|
* @see https://tailwindcss.com/docs/space
|
|
1553
1553
|
*/
|
|
1554
1554
|
"space-x": [{
|
|
1555
|
-
"space-x": [
|
|
1555
|
+
"space-x": [ve]
|
|
1556
1556
|
}],
|
|
1557
1557
|
/**
|
|
1558
1558
|
* Space Between X Reverse
|
|
@@ -1564,7 +1564,7 @@ function kr() {
|
|
|
1564
1564
|
* @see https://tailwindcss.com/docs/space
|
|
1565
1565
|
*/
|
|
1566
1566
|
"space-y": [{
|
|
1567
|
-
"space-y": [
|
|
1567
|
+
"space-y": [ve]
|
|
1568
1568
|
}],
|
|
1569
1569
|
/**
|
|
1570
1570
|
* Space Between Y Reverse
|
|
@@ -1577,21 +1577,21 @@ function kr() {
|
|
|
1577
1577
|
* @see https://tailwindcss.com/docs/width
|
|
1578
1578
|
*/
|
|
1579
1579
|
w: [{
|
|
1580
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
1580
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", m, 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": [
|
|
1587
|
+
"min-w": [m, 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": [
|
|
1594
|
+
"max-w": [m, n, "none", "full", "min", "max", "fit", "prose", {
|
|
1595
1595
|
screen: [U]
|
|
1596
1596
|
}, U]
|
|
1597
1597
|
}],
|
|
@@ -1600,28 +1600,28 @@ function kr() {
|
|
|
1600
1600
|
* @see https://tailwindcss.com/docs/height
|
|
1601
1601
|
*/
|
|
1602
1602
|
h: [{
|
|
1603
|
-
h: [
|
|
1603
|
+
h: [m, 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": [
|
|
1610
|
+
"min-h": [m, 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": [
|
|
1617
|
+
"max-h": [m, 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: [
|
|
1624
|
+
size: [m, n, "auto", "min", "max", "fit"]
|
|
1625
1625
|
}],
|
|
1626
1626
|
// Typography
|
|
1627
1627
|
/**
|
|
@@ -1646,14 +1646,14 @@ function kr() {
|
|
|
1646
1646
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1647
1647
|
*/
|
|
1648
1648
|
"font-weight": [{
|
|
1649
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
1649
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", Se]
|
|
1650
1650
|
}],
|
|
1651
1651
|
/**
|
|
1652
1652
|
* Font Family
|
|
1653
1653
|
* @see https://tailwindcss.com/docs/font-family
|
|
1654
1654
|
*/
|
|
1655
1655
|
"font-family": [{
|
|
1656
|
-
font: [
|
|
1656
|
+
font: [fe]
|
|
1657
1657
|
}],
|
|
1658
1658
|
/**
|
|
1659
1659
|
* Font Variant Numeric
|
|
@@ -1690,35 +1690,35 @@ function kr() {
|
|
|
1690
1690
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1691
1691
|
*/
|
|
1692
1692
|
tracking: [{
|
|
1693
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
1693
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", m]
|
|
1694
1694
|
}],
|
|
1695
1695
|
/**
|
|
1696
1696
|
* Line Clamp
|
|
1697
1697
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1698
1698
|
*/
|
|
1699
1699
|
"line-clamp": [{
|
|
1700
|
-
"line-clamp": ["none", X,
|
|
1700
|
+
"line-clamp": ["none", X, Se]
|
|
1701
1701
|
}],
|
|
1702
1702
|
/**
|
|
1703
1703
|
* Line Height
|
|
1704
1704
|
* @see https://tailwindcss.com/docs/line-height
|
|
1705
1705
|
*/
|
|
1706
1706
|
leading: [{
|
|
1707
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
1707
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", V, m]
|
|
1708
1708
|
}],
|
|
1709
1709
|
/**
|
|
1710
1710
|
* List Style Image
|
|
1711
1711
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1712
1712
|
*/
|
|
1713
1713
|
"list-image": [{
|
|
1714
|
-
"list-image": ["none",
|
|
1714
|
+
"list-image": ["none", m]
|
|
1715
1715
|
}],
|
|
1716
1716
|
/**
|
|
1717
1717
|
* List Style Type
|
|
1718
1718
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1719
1719
|
*/
|
|
1720
1720
|
"list-style-type": [{
|
|
1721
|
-
list: ["none", "disc", "decimal",
|
|
1721
|
+
list: ["none", "disc", "decimal", m]
|
|
1722
1722
|
}],
|
|
1723
1723
|
/**
|
|
1724
1724
|
* List Style Position
|
|
@@ -1780,14 +1780,14 @@ function kr() {
|
|
|
1780
1780
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1781
1781
|
*/
|
|
1782
1782
|
"text-decoration-thickness": [{
|
|
1783
|
-
decoration: ["auto", "from-font",
|
|
1783
|
+
decoration: ["auto", "from-font", V, Y]
|
|
1784
1784
|
}],
|
|
1785
1785
|
/**
|
|
1786
1786
|
* Text Underline Offset
|
|
1787
1787
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1788
1788
|
*/
|
|
1789
1789
|
"underline-offset": [{
|
|
1790
|
-
"underline-offset": ["auto",
|
|
1790
|
+
"underline-offset": ["auto", V, m]
|
|
1791
1791
|
}],
|
|
1792
1792
|
/**
|
|
1793
1793
|
* Text Decoration Color
|
|
@@ -1825,7 +1825,7 @@ function kr() {
|
|
|
1825
1825
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1826
1826
|
*/
|
|
1827
1827
|
"vertical-align": [{
|
|
1828
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1828
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", m]
|
|
1829
1829
|
}],
|
|
1830
1830
|
/**
|
|
1831
1831
|
* Whitespace
|
|
@@ -1853,7 +1853,7 @@ function kr() {
|
|
|
1853
1853
|
* @see https://tailwindcss.com/docs/content
|
|
1854
1854
|
*/
|
|
1855
1855
|
content: [{
|
|
1856
|
-
content: ["none",
|
|
1856
|
+
content: ["none", m]
|
|
1857
1857
|
}],
|
|
1858
1858
|
// Backgrounds
|
|
1859
1859
|
/**
|
|
@@ -1890,7 +1890,7 @@ function kr() {
|
|
|
1890
1890
|
* @see https://tailwindcss.com/docs/background-position
|
|
1891
1891
|
*/
|
|
1892
1892
|
"bg-position": [{
|
|
1893
|
-
bg: [...
|
|
1893
|
+
bg: [...B(), kr]
|
|
1894
1894
|
}],
|
|
1895
1895
|
/**
|
|
1896
1896
|
* Background Repeat
|
|
@@ -1906,7 +1906,7 @@ function kr() {
|
|
|
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", wr]
|
|
1910
1910
|
}],
|
|
1911
1911
|
/**
|
|
1912
1912
|
* Background Image
|
|
@@ -1915,7 +1915,7 @@ function kr() {
|
|
|
1915
1915
|
"bg-image": [{
|
|
1916
1916
|
bg: ["none", {
|
|
1917
1917
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1918
|
-
},
|
|
1918
|
+
}, Cr]
|
|
1919
1919
|
}],
|
|
1920
1920
|
/**
|
|
1921
1921
|
* Background Color
|
|
@@ -1929,21 +1929,21 @@ function kr() {
|
|
|
1929
1929
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1930
1930
|
*/
|
|
1931
1931
|
"gradient-from-pos": [{
|
|
1932
|
-
from: [
|
|
1932
|
+
from: [F]
|
|
1933
1933
|
}],
|
|
1934
1934
|
/**
|
|
1935
1935
|
* Gradient Color Stops Via Position
|
|
1936
1936
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1937
1937
|
*/
|
|
1938
1938
|
"gradient-via-pos": [{
|
|
1939
|
-
via: [
|
|
1939
|
+
via: [F]
|
|
1940
1940
|
}],
|
|
1941
1941
|
/**
|
|
1942
1942
|
* Gradient Color Stops To Position
|
|
1943
1943
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1944
1944
|
*/
|
|
1945
1945
|
"gradient-to-pos": [{
|
|
1946
|
-
to: [
|
|
1946
|
+
to: [F]
|
|
1947
1947
|
}],
|
|
1948
1948
|
/**
|
|
1949
1949
|
* Gradient Color Stops From
|
|
@@ -2255,14 +2255,14 @@ function kr() {
|
|
|
2255
2255
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2256
2256
|
*/
|
|
2257
2257
|
"outline-offset": [{
|
|
2258
|
-
"outline-offset": [
|
|
2258
|
+
"outline-offset": [V, m]
|
|
2259
2259
|
}],
|
|
2260
2260
|
/**
|
|
2261
2261
|
* Outline Width
|
|
2262
2262
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2263
2263
|
*/
|
|
2264
2264
|
"outline-w": [{
|
|
2265
|
-
outline: [
|
|
2265
|
+
outline: [V, Y]
|
|
2266
2266
|
}],
|
|
2267
2267
|
/**
|
|
2268
2268
|
* Outline Color
|
|
@@ -2302,7 +2302,7 @@ function kr() {
|
|
|
2302
2302
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
2303
2303
|
*/
|
|
2304
2304
|
"ring-offset-w": [{
|
|
2305
|
-
"ring-offset": [
|
|
2305
|
+
"ring-offset": [V, Y]
|
|
2306
2306
|
}],
|
|
2307
2307
|
/**
|
|
2308
2308
|
* Ring Offset Color
|
|
@@ -2317,14 +2317,14 @@ function kr() {
|
|
|
2317
2317
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2318
2318
|
*/
|
|
2319
2319
|
shadow: [{
|
|
2320
|
-
shadow: ["", "inner", "none", U,
|
|
2320
|
+
shadow: ["", "inner", "none", U, Er]
|
|
2321
2321
|
}],
|
|
2322
2322
|
/**
|
|
2323
2323
|
* Box Shadow Color
|
|
2324
2324
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
2325
2325
|
*/
|
|
2326
2326
|
"shadow-color": [{
|
|
2327
|
-
shadow: [
|
|
2327
|
+
shadow: [fe]
|
|
2328
2328
|
}],
|
|
2329
2329
|
/**
|
|
2330
2330
|
* Opacity
|
|
@@ -2338,14 +2338,14 @@ function kr() {
|
|
|
2338
2338
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2339
2339
|
*/
|
|
2340
2340
|
"mix-blend": [{
|
|
2341
|
-
"mix-blend": [...
|
|
2341
|
+
"mix-blend": [...ie(), "plus-lighter", "plus-darker"]
|
|
2342
2342
|
}],
|
|
2343
2343
|
/**
|
|
2344
2344
|
* Background Blend Mode
|
|
2345
2345
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2346
2346
|
*/
|
|
2347
2347
|
"bg-blend": [{
|
|
2348
|
-
"bg-blend":
|
|
2348
|
+
"bg-blend": ie()
|
|
2349
2349
|
}],
|
|
2350
2350
|
// Filters
|
|
2351
2351
|
/**
|
|
@@ -2382,14 +2382,14 @@ function kr() {
|
|
|
2382
2382
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2383
2383
|
*/
|
|
2384
2384
|
"drop-shadow": [{
|
|
2385
|
-
"drop-shadow": ["", "none", U,
|
|
2385
|
+
"drop-shadow": ["", "none", U, m]
|
|
2386
2386
|
}],
|
|
2387
2387
|
/**
|
|
2388
2388
|
* Grayscale
|
|
2389
2389
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2390
2390
|
*/
|
|
2391
2391
|
grayscale: [{
|
|
2392
|
-
grayscale: [
|
|
2392
|
+
grayscale: [g]
|
|
2393
2393
|
}],
|
|
2394
2394
|
/**
|
|
2395
2395
|
* Hue Rotate
|
|
@@ -2403,21 +2403,21 @@ function kr() {
|
|
|
2403
2403
|
* @see https://tailwindcss.com/docs/invert
|
|
2404
2404
|
*/
|
|
2405
2405
|
invert: [{
|
|
2406
|
-
invert: [
|
|
2406
|
+
invert: [p]
|
|
2407
2407
|
}],
|
|
2408
2408
|
/**
|
|
2409
2409
|
* Saturate
|
|
2410
2410
|
* @see https://tailwindcss.com/docs/saturate
|
|
2411
2411
|
*/
|
|
2412
2412
|
saturate: [{
|
|
2413
|
-
saturate: [
|
|
2413
|
+
saturate: [ge]
|
|
2414
2414
|
}],
|
|
2415
2415
|
/**
|
|
2416
2416
|
* Sepia
|
|
2417
2417
|
* @see https://tailwindcss.com/docs/sepia
|
|
2418
2418
|
*/
|
|
2419
2419
|
sepia: [{
|
|
2420
|
-
sepia: [
|
|
2420
|
+
sepia: [pe]
|
|
2421
2421
|
}],
|
|
2422
2422
|
/**
|
|
2423
2423
|
* Backdrop Filter
|
|
@@ -2453,7 +2453,7 @@ function kr() {
|
|
|
2453
2453
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2454
2454
|
*/
|
|
2455
2455
|
"backdrop-grayscale": [{
|
|
2456
|
-
"backdrop-grayscale": [
|
|
2456
|
+
"backdrop-grayscale": [g]
|
|
2457
2457
|
}],
|
|
2458
2458
|
/**
|
|
2459
2459
|
* Backdrop Hue Rotate
|
|
@@ -2467,7 +2467,7 @@ function kr() {
|
|
|
2467
2467
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2468
2468
|
*/
|
|
2469
2469
|
"backdrop-invert": [{
|
|
2470
|
-
"backdrop-invert": [
|
|
2470
|
+
"backdrop-invert": [p]
|
|
2471
2471
|
}],
|
|
2472
2472
|
/**
|
|
2473
2473
|
* Backdrop Opacity
|
|
@@ -2481,14 +2481,14 @@ function kr() {
|
|
|
2481
2481
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2482
2482
|
*/
|
|
2483
2483
|
"backdrop-saturate": [{
|
|
2484
|
-
"backdrop-saturate": [
|
|
2484
|
+
"backdrop-saturate": [ge]
|
|
2485
2485
|
}],
|
|
2486
2486
|
/**
|
|
2487
2487
|
* Backdrop Sepia
|
|
2488
2488
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2489
2489
|
*/
|
|
2490
2490
|
"backdrop-sepia": [{
|
|
2491
|
-
"backdrop-sepia": [
|
|
2491
|
+
"backdrop-sepia": [pe]
|
|
2492
2492
|
}],
|
|
2493
2493
|
// Tables
|
|
2494
2494
|
/**
|
|
@@ -2539,7 +2539,7 @@ function kr() {
|
|
|
2539
2539
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2540
2540
|
*/
|
|
2541
2541
|
transition: [{
|
|
2542
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
2542
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", m]
|
|
2543
2543
|
}],
|
|
2544
2544
|
/**
|
|
2545
2545
|
* Transition Duration
|
|
@@ -2553,7 +2553,7 @@ function kr() {
|
|
|
2553
2553
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2554
2554
|
*/
|
|
2555
2555
|
ease: [{
|
|
2556
|
-
ease: ["linear", "in", "out", "in-out",
|
|
2556
|
+
ease: ["linear", "in", "out", "in-out", m]
|
|
2557
2557
|
}],
|
|
2558
2558
|
/**
|
|
2559
2559
|
* Transition Delay
|
|
@@ -2567,7 +2567,7 @@ function kr() {
|
|
|
2567
2567
|
* @see https://tailwindcss.com/docs/animation
|
|
2568
2568
|
*/
|
|
2569
2569
|
animate: [{
|
|
2570
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
2570
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", m]
|
|
2571
2571
|
}],
|
|
2572
2572
|
// Transforms
|
|
2573
2573
|
/**
|
|
@@ -2582,63 +2582,63 @@ function kr() {
|
|
|
2582
2582
|
* @see https://tailwindcss.com/docs/scale
|
|
2583
2583
|
*/
|
|
2584
2584
|
scale: [{
|
|
2585
|
-
scale: [
|
|
2585
|
+
scale: [ne]
|
|
2586
2586
|
}],
|
|
2587
2587
|
/**
|
|
2588
2588
|
* Scale X
|
|
2589
2589
|
* @see https://tailwindcss.com/docs/scale
|
|
2590
2590
|
*/
|
|
2591
2591
|
"scale-x": [{
|
|
2592
|
-
"scale-x": [
|
|
2592
|
+
"scale-x": [ne]
|
|
2593
2593
|
}],
|
|
2594
2594
|
/**
|
|
2595
2595
|
* Scale Y
|
|
2596
2596
|
* @see https://tailwindcss.com/docs/scale
|
|
2597
2597
|
*/
|
|
2598
2598
|
"scale-y": [{
|
|
2599
|
-
"scale-y": [
|
|
2599
|
+
"scale-y": [ne]
|
|
2600
2600
|
}],
|
|
2601
2601
|
/**
|
|
2602
2602
|
* Rotate
|
|
2603
2603
|
* @see https://tailwindcss.com/docs/rotate
|
|
2604
2604
|
*/
|
|
2605
2605
|
rotate: [{
|
|
2606
|
-
rotate: [
|
|
2606
|
+
rotate: [be, m]
|
|
2607
2607
|
}],
|
|
2608
2608
|
/**
|
|
2609
2609
|
* Translate X
|
|
2610
2610
|
* @see https://tailwindcss.com/docs/translate
|
|
2611
2611
|
*/
|
|
2612
2612
|
"translate-x": [{
|
|
2613
|
-
"translate-x": [
|
|
2613
|
+
"translate-x": [he]
|
|
2614
2614
|
}],
|
|
2615
2615
|
/**
|
|
2616
2616
|
* Translate Y
|
|
2617
2617
|
* @see https://tailwindcss.com/docs/translate
|
|
2618
2618
|
*/
|
|
2619
2619
|
"translate-y": [{
|
|
2620
|
-
"translate-y": [
|
|
2620
|
+
"translate-y": [he]
|
|
2621
2621
|
}],
|
|
2622
2622
|
/**
|
|
2623
2623
|
* Skew X
|
|
2624
2624
|
* @see https://tailwindcss.com/docs/skew
|
|
2625
2625
|
*/
|
|
2626
2626
|
"skew-x": [{
|
|
2627
|
-
"skew-x": [
|
|
2627
|
+
"skew-x": [me]
|
|
2628
2628
|
}],
|
|
2629
2629
|
/**
|
|
2630
2630
|
* Skew Y
|
|
2631
2631
|
* @see https://tailwindcss.com/docs/skew
|
|
2632
2632
|
*/
|
|
2633
2633
|
"skew-y": [{
|
|
2634
|
-
"skew-y": [
|
|
2634
|
+
"skew-y": [me]
|
|
2635
2635
|
}],
|
|
2636
2636
|
/**
|
|
2637
2637
|
* Transform Origin
|
|
2638
2638
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2639
2639
|
*/
|
|
2640
2640
|
"transform-origin": [{
|
|
2641
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
2641
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", m]
|
|
2642
2642
|
}],
|
|
2643
2643
|
// Interactivity
|
|
2644
2644
|
/**
|
|
@@ -2660,7 +2660,7 @@ function kr() {
|
|
|
2660
2660
|
* @see https://tailwindcss.com/docs/cursor
|
|
2661
2661
|
*/
|
|
2662
2662
|
cursor: [{
|
|
2663
|
-
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",
|
|
2663
|
+
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", m]
|
|
2664
2664
|
}],
|
|
2665
2665
|
/**
|
|
2666
2666
|
* Caret Color
|
|
@@ -2882,7 +2882,7 @@ function kr() {
|
|
|
2882
2882
|
* @see https://tailwindcss.com/docs/will-change
|
|
2883
2883
|
*/
|
|
2884
2884
|
"will-change": [{
|
|
2885
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2885
|
+
"will-change": ["auto", "scroll", "contents", "transform", m]
|
|
2886
2886
|
}],
|
|
2887
2887
|
// SVG
|
|
2888
2888
|
/**
|
|
@@ -2897,7 +2897,7 @@ function kr() {
|
|
|
2897
2897
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2898
2898
|
*/
|
|
2899
2899
|
"stroke-w": [{
|
|
2900
|
-
stroke: [
|
|
2900
|
+
stroke: [V, Y, Se]
|
|
2901
2901
|
}],
|
|
2902
2902
|
/**
|
|
2903
2903
|
* Stroke
|
|
@@ -2973,42 +2973,42 @@ function kr() {
|
|
|
2973
2973
|
}
|
|
2974
2974
|
};
|
|
2975
2975
|
}
|
|
2976
|
-
const
|
|
2977
|
-
function
|
|
2976
|
+
const Pr = /* @__PURE__ */ ur(Tr), L = (...t) => Pr(Zt(t));
|
|
2977
|
+
function mt(t) {
|
|
2978
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
2983
|
for (n = 0; n < t.length; n++)
|
|
2984
|
-
t[n] && (r =
|
|
2984
|
+
t[n] && (r = mt(t[n])) && (o && (o += " "), o += r);
|
|
2985
2985
|
else
|
|
2986
2986
|
for (n in t)
|
|
2987
2987
|
t[n] && (o && (o += " "), o += n);
|
|
2988
2988
|
return o;
|
|
2989
2989
|
}
|
|
2990
|
-
function
|
|
2990
|
+
function Or() {
|
|
2991
2991
|
for (var t, n, r = 0, o = ""; r < arguments.length; )
|
|
2992
|
-
(t = arguments[r++]) && (n =
|
|
2992
|
+
(t = arguments[r++]) && (n = mt(t)) && (o && (o += " "), o += n);
|
|
2993
2993
|
return o;
|
|
2994
2994
|
}
|
|
2995
|
-
const
|
|
2995
|
+
const it = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, st = Or, M = (t, n) => (r) => {
|
|
2996
2996
|
var o;
|
|
2997
2997
|
if ((n == null ? void 0 : n.variants) == null)
|
|
2998
|
-
return
|
|
2999
|
-
const { variants: d, defaultVariants: i } = n, s = Object.keys(d).map((
|
|
3000
|
-
const u = r == null ? void 0 : r[
|
|
2998
|
+
return st(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((g) => {
|
|
3000
|
+
const u = r == null ? void 0 : r[g], p = i == null ? void 0 : i[g];
|
|
3001
3001
|
if (u === null)
|
|
3002
3002
|
return null;
|
|
3003
|
-
const
|
|
3004
|
-
return d[
|
|
3005
|
-
}), c = r && Object.entries(r).reduce((
|
|
3006
|
-
let [
|
|
3007
|
-
return
|
|
3008
|
-
}, {}), b = n == null || (o = n.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((
|
|
3009
|
-
let { class:
|
|
3010
|
-
return Object.entries(P).every((
|
|
3011
|
-
let [R, j] =
|
|
3003
|
+
const S = it(u) || it(p);
|
|
3004
|
+
return d[g][S];
|
|
3005
|
+
}), c = r && Object.entries(r).reduce((g, u) => {
|
|
3006
|
+
let [p, S] = u;
|
|
3007
|
+
return S === void 0 || (g[p] = S), g;
|
|
3008
|
+
}, {}), b = n == null || (o = n.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((g, u) => {
|
|
3009
|
+
let { class: p, className: S, ...P } = u;
|
|
3010
|
+
return Object.entries(P).every((F) => {
|
|
3011
|
+
let [R, j] = F;
|
|
3012
3012
|
return Array.isArray(j) ? j.includes({
|
|
3013
3013
|
...i,
|
|
3014
3014
|
...c
|
|
@@ -3017,23 +3017,23 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3017
3017
|
...c
|
|
3018
3018
|
}[R] === j;
|
|
3019
3019
|
}) ? [
|
|
3020
|
-
...
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
] :
|
|
3020
|
+
...g,
|
|
3021
|
+
p,
|
|
3022
|
+
S
|
|
3023
|
+
] : g;
|
|
3024
3024
|
}, []);
|
|
3025
|
-
return
|
|
3026
|
-
},
|
|
3027
|
-
iconName: t,
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3025
|
+
return st(t, s, b, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3026
|
+
}, vt = te(
|
|
3027
|
+
({ iconName: t, stroke: n = 1, ...r }, o) => {
|
|
3028
|
+
if (tt[t]) {
|
|
3029
|
+
const d = tt[t];
|
|
3030
|
+
return /* @__PURE__ */ y.jsx(d, { ref: o, stroke: n, ...r });
|
|
3031
|
+
} else
|
|
3032
|
+
return console.error(`Icon ${t} not found`), null;
|
|
3033
|
+
}
|
|
3034
|
+
);
|
|
3035
|
+
vt.displayName = "IconComponent";
|
|
3036
|
+
const W = vt, Ar = "!border-sm flex w-fit items-center justify-center gap-2 rounded-sm transition-colors", Ir = M(Ar, {
|
|
3037
3037
|
variants: {
|
|
3038
3038
|
status: {
|
|
3039
3039
|
notStarted: "border-border-transparent bg-bg-accent-ice-subtle text-content-text-default",
|
|
@@ -3067,7 +3067,9 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3067
3067
|
ice: "border-border-transparent bg-bg-accent-ice text-content-text-inverse",
|
|
3068
3068
|
"ice-outline": "border-border-accent-ice text-content-accent-ice",
|
|
3069
3069
|
gray: "border-border-transparent bg-bg-accent-gray text-content-text-inverse",
|
|
3070
|
-
"gray-outline": "border-border-accent-gray text-content-accent-gray"
|
|
3070
|
+
"gray-outline": "border-border-accent-gray text-content-accent-gray",
|
|
3071
|
+
violet: "border-border-transparent bg-bg-accent-violet text-content-text-inverse",
|
|
3072
|
+
"violet-outline": "border-border-accent-violet text-content-accent-violet"
|
|
3071
3073
|
},
|
|
3072
3074
|
size: {
|
|
3073
3075
|
small: "h-[34px] px-4 py-2 text-xs",
|
|
@@ -3090,59 +3092,64 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3090
3092
|
weight: "regular",
|
|
3091
3093
|
rounded: "rectangle"
|
|
3092
3094
|
}
|
|
3093
|
-
}),
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
children: [
|
|
3119
|
-
n && /* @__PURE__ */ y.jsx(
|
|
3120
|
-
W,
|
|
3121
|
-
{
|
|
3122
|
-
iconName: n.name,
|
|
3123
|
-
stroke: n.stroke,
|
|
3124
|
-
className: u[i || "medium"]
|
|
3125
|
-
}
|
|
3095
|
+
}), ht = te(
|
|
3096
|
+
({
|
|
3097
|
+
children: t,
|
|
3098
|
+
iconLeft: n,
|
|
3099
|
+
iconRight: r,
|
|
3100
|
+
status: o,
|
|
3101
|
+
intent: d,
|
|
3102
|
+
size: i = "medium",
|
|
3103
|
+
rounded: s = "rectangle",
|
|
3104
|
+
weight: c,
|
|
3105
|
+
className: b,
|
|
3106
|
+
...g
|
|
3107
|
+
}, u) => {
|
|
3108
|
+
typeof n == "string" && (n = { name: n }), typeof r == "string" && (r = { name: r });
|
|
3109
|
+
const p = {
|
|
3110
|
+
small: "h-4",
|
|
3111
|
+
medium: "h-4",
|
|
3112
|
+
large: "h-5"
|
|
3113
|
+
}, S = o ? { status: o } : { intent: d };
|
|
3114
|
+
return /* @__PURE__ */ y.jsxs(
|
|
3115
|
+
"span",
|
|
3116
|
+
{
|
|
3117
|
+
ref: u,
|
|
3118
|
+
className: L(
|
|
3119
|
+
Ir({ ...S, size: i, rounded: s, weight: c, className: b })
|
|
3126
3120
|
),
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3121
|
+
...g,
|
|
3122
|
+
children: [
|
|
3123
|
+
n && /* @__PURE__ */ y.jsx(
|
|
3124
|
+
W,
|
|
3125
|
+
{
|
|
3126
|
+
iconName: n.name,
|
|
3127
|
+
stroke: n.stroke,
|
|
3128
|
+
className: p[i || "medium"]
|
|
3129
|
+
}
|
|
3130
|
+
),
|
|
3131
|
+
t,
|
|
3132
|
+
r && /* @__PURE__ */ y.jsx(
|
|
3133
|
+
W,
|
|
3134
|
+
{
|
|
3135
|
+
iconName: r.name,
|
|
3136
|
+
stroke: r.stroke,
|
|
3137
|
+
className: p[i || "medium"]
|
|
3138
|
+
}
|
|
3139
|
+
)
|
|
3140
|
+
]
|
|
3141
|
+
}
|
|
3142
|
+
);
|
|
3143
|
+
}
|
|
3144
|
+
);
|
|
3145
|
+
ht.displayName = "Badge";
|
|
3146
|
+
const Kr = ht, Ne = ({ className: t }) => /* @__PURE__ */ y.jsx(
|
|
3140
3147
|
W,
|
|
3141
3148
|
{
|
|
3142
3149
|
iconName: "IconLoader2",
|
|
3143
3150
|
className: `${t} animate-spin`
|
|
3144
3151
|
}
|
|
3145
|
-
), $e = "flex items-center justify-center gap-2 rounded-sm !border-xs transition-colors",
|
|
3152
|
+
), $e = "flex items-center justify-center gap-2 rounded-sm !border-xs transition-colors", zr = M($e, {
|
|
3146
3153
|
variants: {
|
|
3147
3154
|
intent: {
|
|
3148
3155
|
primary: [
|
|
@@ -3229,7 +3236,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3229
3236
|
size: "medium",
|
|
3230
3237
|
weight: "regular"
|
|
3231
3238
|
}
|
|
3232
|
-
}),
|
|
3239
|
+
}), Mr = M(`${$e} cursor-default`, {
|
|
3233
3240
|
variants: {
|
|
3234
3241
|
intent: {
|
|
3235
3242
|
primary: [
|
|
@@ -3280,7 +3287,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3280
3287
|
size: "medium",
|
|
3281
3288
|
weight: "regular"
|
|
3282
3289
|
}
|
|
3283
|
-
}),
|
|
3290
|
+
}), Nr = M($e, {
|
|
3284
3291
|
variants: {
|
|
3285
3292
|
intent: {
|
|
3286
3293
|
primary: [
|
|
@@ -3331,54 +3338,59 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3331
3338
|
size: "medium",
|
|
3332
3339
|
weight: "regular"
|
|
3333
3340
|
}
|
|
3334
|
-
}),
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
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
|
-
{
|
|
3364
|
-
iconName: i.name,
|
|
3365
|
-
stroke: i.stroke,
|
|
3366
|
-
className: u[r || "medium"]
|
|
3367
|
-
}
|
|
3341
|
+
}), xt = te(
|
|
3342
|
+
({
|
|
3343
|
+
className: t,
|
|
3344
|
+
intent: n,
|
|
3345
|
+
size: r,
|
|
3346
|
+
weight: o,
|
|
3347
|
+
children: d,
|
|
3348
|
+
iconLeft: i,
|
|
3349
|
+
iconRight: s,
|
|
3350
|
+
isLoading: c,
|
|
3351
|
+
disabled: b,
|
|
3352
|
+
...g
|
|
3353
|
+
}, u) => {
|
|
3354
|
+
typeof i == "string" && (i = { name: i }), typeof s == "string" && (s = { name: s });
|
|
3355
|
+
const p = {
|
|
3356
|
+
small: "h-5",
|
|
3357
|
+
medium: "h-5",
|
|
3358
|
+
large: "h-6"
|
|
3359
|
+
};
|
|
3360
|
+
return /* @__PURE__ */ y.jsx(
|
|
3361
|
+
"button",
|
|
3362
|
+
{
|
|
3363
|
+
ref: u,
|
|
3364
|
+
className: L(
|
|
3365
|
+
c ? Mr({ intent: n, weight: o, size: r, className: t }) : b ? Nr({ intent: n, weight: o, size: r, className: t }) : zr({ intent: n, weight: o, size: r, className: t })
|
|
3368
3366
|
),
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3367
|
+
disabled: b || c,
|
|
3368
|
+
...g,
|
|
3369
|
+
children: c ? /* @__PURE__ */ y.jsx(Ne, { className: p[r || "medium"] }) : /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
3370
|
+
i && /* @__PURE__ */ y.jsx(
|
|
3371
|
+
W,
|
|
3372
|
+
{
|
|
3373
|
+
iconName: i.name,
|
|
3374
|
+
stroke: i.stroke,
|
|
3375
|
+
className: p[r || "medium"]
|
|
3376
|
+
}
|
|
3377
|
+
),
|
|
3378
|
+
d,
|
|
3379
|
+
s && /* @__PURE__ */ y.jsx(
|
|
3380
|
+
W,
|
|
3381
|
+
{
|
|
3382
|
+
iconName: s.name,
|
|
3383
|
+
stroke: s.stroke,
|
|
3384
|
+
className: p[r || "medium"]
|
|
3385
|
+
}
|
|
3386
|
+
)
|
|
3387
|
+
] })
|
|
3388
|
+
}
|
|
3389
|
+
);
|
|
3390
|
+
}
|
|
3391
|
+
);
|
|
3392
|
+
xt.displayName = "Button";
|
|
3393
|
+
const Xr = xt, Fe = "flex items-center justify-center transition-colors relative border !border-xs", $r = M(Fe, {
|
|
3382
3394
|
variants: {
|
|
3383
3395
|
intent: {
|
|
3384
3396
|
fill: [
|
|
@@ -3388,9 +3400,9 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3388
3400
|
"lg:hover:bg-button-icon-fill-bg-hover",
|
|
3389
3401
|
"lg:hover:text-button-icon-fill-content-hover",
|
|
3390
3402
|
"lg:hover:border-button-icon-fill-border-hover",
|
|
3391
|
-
"lg:active:bg-button-icon-fill-
|
|
3392
|
-
"lg:active:text-button-icon-fill-content-
|
|
3393
|
-
"lg:active:border-button-icon-fill-border-
|
|
3403
|
+
"lg:active:bg-button-icon-fill-bg-pressed",
|
|
3404
|
+
"lg:active:text-button-icon-fill-content-pressed",
|
|
3405
|
+
"lg:active:border-button-icon-fill-border-pressed"
|
|
3394
3406
|
],
|
|
3395
3407
|
outline: [
|
|
3396
3408
|
"bg-button-icon-outline-bg-enabled",
|
|
@@ -3430,7 +3442,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3430
3442
|
size: "medium",
|
|
3431
3443
|
rounded: "sm"
|
|
3432
3444
|
}
|
|
3433
|
-
}),
|
|
3445
|
+
}), Fr = M(Fe, {
|
|
3434
3446
|
variants: {
|
|
3435
3447
|
intent: {
|
|
3436
3448
|
fill: [
|
|
@@ -3464,7 +3476,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3464
3476
|
size: "medium",
|
|
3465
3477
|
rounded: "sm"
|
|
3466
3478
|
}
|
|
3467
|
-
}),
|
|
3479
|
+
}), Vr = M(Fe, {
|
|
3468
3480
|
variants: {
|
|
3469
3481
|
intent: {
|
|
3470
3482
|
fill: [
|
|
@@ -3498,51 +3510,56 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3498
3510
|
size: "medium",
|
|
3499
3511
|
rounded: "sm"
|
|
3500
3512
|
}
|
|
3501
|
-
}),
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
...b,
|
|
3526
|
-
children: [
|
|
3527
|
-
c && !s && /* @__PURE__ */ y.jsx(
|
|
3528
|
-
W,
|
|
3529
|
-
{
|
|
3530
|
-
iconName: "IconCircleFilled",
|
|
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
|
-
}
|
|
3513
|
+
}), yt = te(
|
|
3514
|
+
({
|
|
3515
|
+
iconName: t,
|
|
3516
|
+
className: n,
|
|
3517
|
+
intent: r = "fill",
|
|
3518
|
+
size: o = "medium",
|
|
3519
|
+
rounded: d,
|
|
3520
|
+
disabled: i,
|
|
3521
|
+
isLoading: s,
|
|
3522
|
+
notification: c,
|
|
3523
|
+
...b
|
|
3524
|
+
}, g) => {
|
|
3525
|
+
typeof t == "string" && (t = { name: t });
|
|
3526
|
+
const u = {
|
|
3527
|
+
small: "h-5",
|
|
3528
|
+
medium: "h-5",
|
|
3529
|
+
large: "h-6"
|
|
3530
|
+
};
|
|
3531
|
+
return /* @__PURE__ */ y.jsxs(
|
|
3532
|
+
"button",
|
|
3533
|
+
{
|
|
3534
|
+
ref: g,
|
|
3535
|
+
className: L(
|
|
3536
|
+
s ? Fr({ intent: r, size: o, rounded: d, className: n }) : i ? Vr({ intent: r, size: o, rounded: d, className: n }) : $r({ intent: r, size: o, rounded: d, className: n })
|
|
3533
3537
|
),
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3538
|
+
disabled: i || s,
|
|
3539
|
+
...b,
|
|
3540
|
+
children: [
|
|
3541
|
+
c && !s && /* @__PURE__ */ y.jsx(
|
|
3542
|
+
W,
|
|
3543
|
+
{
|
|
3544
|
+
iconName: "IconCircleFilled",
|
|
3545
|
+
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"}`
|
|
3546
|
+
}
|
|
3547
|
+
),
|
|
3548
|
+
s ? /* @__PURE__ */ y.jsx(Ne, { className: u[o || "medium"] }) : /* @__PURE__ */ y.jsx(y.Fragment, { children: t && /* @__PURE__ */ y.jsx(
|
|
3549
|
+
W,
|
|
3550
|
+
{
|
|
3551
|
+
iconName: t.name,
|
|
3552
|
+
stroke: t.stroke,
|
|
3553
|
+
className: u[o || "medium"]
|
|
3554
|
+
}
|
|
3555
|
+
) })
|
|
3556
|
+
]
|
|
3557
|
+
}
|
|
3558
|
+
);
|
|
3559
|
+
}
|
|
3560
|
+
);
|
|
3561
|
+
yt.displayName = "ButtonIcon";
|
|
3562
|
+
const Hr = yt, Ve = "flex items-center justify-center gap-2 !border-b-xs transition-colors py-1", Wr = M(Ve, {
|
|
3546
3563
|
variants: {
|
|
3547
3564
|
intent: {
|
|
3548
3565
|
primary: [
|
|
@@ -3571,7 +3588,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3571
3588
|
size: "medium",
|
|
3572
3589
|
weight: "regular"
|
|
3573
3590
|
}
|
|
3574
|
-
}),
|
|
3591
|
+
}), Br = M(`${Ve} cursor-default`, {
|
|
3575
3592
|
variants: {
|
|
3576
3593
|
intent: {
|
|
3577
3594
|
primary: [
|
|
@@ -3596,7 +3613,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3596
3613
|
size: "medium",
|
|
3597
3614
|
weight: "regular"
|
|
3598
3615
|
}
|
|
3599
|
-
}),
|
|
3616
|
+
}), Dr = M(Ve, {
|
|
3600
3617
|
variants: {
|
|
3601
3618
|
intent: {
|
|
3602
3619
|
primary: [
|
|
@@ -3621,54 +3638,59 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3621
3638
|
size: "medium",
|
|
3622
3639
|
weight: "regular"
|
|
3623
3640
|
}
|
|
3624
|
-
}),
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
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
|
-
}
|
|
3641
|
+
}), wt = te(
|
|
3642
|
+
({
|
|
3643
|
+
className: t,
|
|
3644
|
+
intent: n,
|
|
3645
|
+
size: r,
|
|
3646
|
+
weight: o,
|
|
3647
|
+
children: d,
|
|
3648
|
+
iconLeft: i,
|
|
3649
|
+
iconRight: s,
|
|
3650
|
+
isLoading: c,
|
|
3651
|
+
disabled: b,
|
|
3652
|
+
...g
|
|
3653
|
+
}, u) => {
|
|
3654
|
+
typeof i == "string" && (i = { name: i }), typeof s == "string" && (s = { name: s });
|
|
3655
|
+
const p = {
|
|
3656
|
+
small: "h-5",
|
|
3657
|
+
medium: "h-5",
|
|
3658
|
+
large: "h-6"
|
|
3659
|
+
};
|
|
3660
|
+
return /* @__PURE__ */ y.jsx(
|
|
3661
|
+
"button",
|
|
3662
|
+
{
|
|
3663
|
+
ref: u,
|
|
3664
|
+
className: L(
|
|
3665
|
+
c ? Br({ intent: n, weight: o, size: r, className: t }) : b ? Dr({ intent: n, weight: o, size: r, className: t }) : Wr({ intent: n, weight: o, size: r, className: t })
|
|
3658
3666
|
),
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3667
|
+
disabled: b || c,
|
|
3668
|
+
...g,
|
|
3669
|
+
children: c ? /* @__PURE__ */ y.jsx(Ne, { className: p[r || "medium"] }) : /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
3670
|
+
i && /* @__PURE__ */ y.jsx(
|
|
3671
|
+
W,
|
|
3672
|
+
{
|
|
3673
|
+
iconName: i.name,
|
|
3674
|
+
stroke: i.stroke,
|
|
3675
|
+
className: p[r || "medium"]
|
|
3676
|
+
}
|
|
3677
|
+
),
|
|
3678
|
+
d,
|
|
3679
|
+
s && /* @__PURE__ */ y.jsx(
|
|
3680
|
+
W,
|
|
3681
|
+
{
|
|
3682
|
+
iconName: s.name,
|
|
3683
|
+
stroke: s.stroke,
|
|
3684
|
+
className: p[r || "medium"]
|
|
3685
|
+
}
|
|
3686
|
+
)
|
|
3687
|
+
] })
|
|
3688
|
+
}
|
|
3689
|
+
);
|
|
3690
|
+
}
|
|
3691
|
+
);
|
|
3692
|
+
wt.displayName = "ButtonLink";
|
|
3693
|
+
const Zr = wt, Gr = "flex flex-col gap-3 p-3 rounded-lg", Yr = M(Gr, {
|
|
3672
3694
|
variants: {
|
|
3673
3695
|
intent: {
|
|
3674
3696
|
default: "text-content-primary bg-bg-white",
|
|
@@ -3688,13 +3710,19 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3688
3710
|
intent: "default",
|
|
3689
3711
|
shadow: "none"
|
|
3690
3712
|
}
|
|
3691
|
-
}),
|
|
3692
|
-
className: t,
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3713
|
+
}), kt = te(
|
|
3714
|
+
({ className: t, intent: n, shadow: r, children: o, ...d }, i) => /* @__PURE__ */ y.jsx(
|
|
3715
|
+
"div",
|
|
3716
|
+
{
|
|
3717
|
+
ref: i,
|
|
3718
|
+
className: L(Yr({ intent: n, shadow: r, className: t })),
|
|
3719
|
+
...d,
|
|
3720
|
+
children: o
|
|
3721
|
+
}
|
|
3722
|
+
)
|
|
3723
|
+
);
|
|
3724
|
+
kt.displayName = "Card";
|
|
3725
|
+
const Qr = kt, Ur = "transition-all ease-out duration-500 relative overflow-hidden w-full", lt = M(Ur, {
|
|
3698
3726
|
variants: {
|
|
3699
3727
|
intent: {
|
|
3700
3728
|
primary: "bg-bg-brand",
|
|
@@ -3723,7 +3751,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3723
3751
|
size: "medium",
|
|
3724
3752
|
rounded: "full"
|
|
3725
3753
|
}
|
|
3726
|
-
}),
|
|
3754
|
+
}), en = ({
|
|
3727
3755
|
progress: t,
|
|
3728
3756
|
className: n,
|
|
3729
3757
|
intent: r = "primary",
|
|
@@ -3740,14 +3768,14 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3740
3768
|
"div",
|
|
3741
3769
|
{
|
|
3742
3770
|
className: L(
|
|
3743
|
-
|
|
3771
|
+
lt({ size: o, rounded: d, className: n }),
|
|
3744
3772
|
"relative bg-bg-accent-gray-subtle-hover"
|
|
3745
3773
|
),
|
|
3746
3774
|
...i,
|
|
3747
3775
|
children: /* @__PURE__ */ y.jsx(
|
|
3748
3776
|
"div",
|
|
3749
3777
|
{
|
|
3750
|
-
className: L(
|
|
3778
|
+
className: L(lt({ intent: r, size: o, rounded: d })),
|
|
3751
3779
|
style: { width: `${t}%` },
|
|
3752
3780
|
children: /* @__PURE__ */ y.jsxs(
|
|
3753
3781
|
"span",
|
|
@@ -3763,7 +3791,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3763
3791
|
)
|
|
3764
3792
|
}
|
|
3765
3793
|
);
|
|
3766
|
-
},
|
|
3794
|
+
}, Lr = "transition-colors", qr = M(Lr, {
|
|
3767
3795
|
variants: {
|
|
3768
3796
|
intent: {
|
|
3769
3797
|
"display-sm": "text-7xl leading-6xl tracking-tight",
|
|
@@ -3798,7 +3826,7 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3798
3826
|
intent: "paragraph-md",
|
|
3799
3827
|
weight: "regular"
|
|
3800
3828
|
}
|
|
3801
|
-
}),
|
|
3829
|
+
}), tn = ({
|
|
3802
3830
|
as: t = "span",
|
|
3803
3831
|
intent: n,
|
|
3804
3832
|
className: r,
|
|
@@ -3809,19 +3837,19 @@ const at = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, it =
|
|
|
3809
3837
|
return /* @__PURE__ */ y.jsx(
|
|
3810
3838
|
i,
|
|
3811
3839
|
{
|
|
3812
|
-
className: L(
|
|
3840
|
+
className: L(qr({ intent: n, weight: o, className: r })),
|
|
3813
3841
|
...d
|
|
3814
3842
|
}
|
|
3815
3843
|
);
|
|
3816
3844
|
};
|
|
3817
3845
|
export {
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3846
|
+
Kr as Badge,
|
|
3847
|
+
Xr as Button,
|
|
3848
|
+
Hr as ButtonIcon,
|
|
3849
|
+
Zr as ButtonLink,
|
|
3850
|
+
Qr as Card,
|
|
3823
3851
|
W as IconComponent,
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3852
|
+
en as ProgressBar,
|
|
3853
|
+
Ne as Spinner,
|
|
3854
|
+
tn as Text
|
|
3827
3855
|
};
|