@estevia/evafusion-agent 1.5.6 → 1.5.7
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.js +18 -12
- package/dist/index.mjs +578 -551
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13,17 +13,17 @@ var Bt = { exports: {} }, Ke = {};
|
|
|
13
13
|
* This source code is licensed under the MIT license found in the
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
|
15
15
|
*/
|
|
16
|
-
var
|
|
16
|
+
var Nt;
|
|
17
17
|
function Ar() {
|
|
18
|
-
if (
|
|
19
|
-
|
|
18
|
+
if (Nt) return Ke;
|
|
19
|
+
Nt = 1;
|
|
20
20
|
var t = c, r = Symbol.for("react.element"), a = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, l = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
21
21
|
function p(s, u, v) {
|
|
22
|
-
var m,
|
|
23
|
-
v !== void 0 && (
|
|
24
|
-
for (m in u) o.call(u, m) && !d.hasOwnProperty(m) && (
|
|
25
|
-
if (s && s.defaultProps) for (m in u = s.defaultProps, u)
|
|
26
|
-
return { $$typeof: r, type: s, key:
|
|
22
|
+
var m, x = {}, E = null, n = null;
|
|
23
|
+
v !== void 0 && (E = "" + v), u.key !== void 0 && (E = "" + u.key), u.ref !== void 0 && (n = u.ref);
|
|
24
|
+
for (m in u) o.call(u, m) && !d.hasOwnProperty(m) && (x[m] = u[m]);
|
|
25
|
+
if (s && s.defaultProps) for (m in u = s.defaultProps, u) x[m] === void 0 && (x[m] = u[m]);
|
|
26
|
+
return { $$typeof: r, type: s, key: E, ref: n, props: x, _owner: l.current };
|
|
27
27
|
}
|
|
28
28
|
return Ke.Fragment = a, Ke.jsx = p, Ke.jsxs = p, Ke;
|
|
29
29
|
}
|
|
@@ -37,57 +37,57 @@ var _e = {};
|
|
|
37
37
|
* This source code is licensed under the MIT license found in the
|
|
38
38
|
* LICENSE file in the root directory of this source tree.
|
|
39
39
|
*/
|
|
40
|
-
var
|
|
40
|
+
var Ot;
|
|
41
41
|
function sr() {
|
|
42
|
-
return
|
|
43
|
-
var t = c, r = Symbol.for("react.element"), a = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), p = Symbol.for("react.provider"), s = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"),
|
|
44
|
-
function
|
|
42
|
+
return Ot || (Ot = 1, process.env.NODE_ENV !== "production" && function() {
|
|
43
|
+
var t = c, r = Symbol.for("react.element"), a = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), p = Symbol.for("react.provider"), s = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), x = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), n = Symbol.for("react.offscreen"), S = Symbol.iterator, b = "@@iterator";
|
|
44
|
+
function P(e) {
|
|
45
45
|
if (e === null || typeof e != "object")
|
|
46
46
|
return null;
|
|
47
|
-
var A =
|
|
47
|
+
var A = S && e[S] || e[b];
|
|
48
48
|
return typeof A == "function" ? A : null;
|
|
49
49
|
}
|
|
50
|
-
var
|
|
51
|
-
function
|
|
50
|
+
var z = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
51
|
+
function D(e) {
|
|
52
52
|
{
|
|
53
|
-
for (var A = arguments.length, g = new Array(A > 1 ? A - 1 : 0),
|
|
54
|
-
g[
|
|
55
|
-
|
|
53
|
+
for (var A = arguments.length, g = new Array(A > 1 ? A - 1 : 0), y = 1; y < A; y++)
|
|
54
|
+
g[y - 1] = arguments[y];
|
|
55
|
+
q("error", e, g);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function q(e, A, g) {
|
|
59
59
|
{
|
|
60
|
-
var
|
|
60
|
+
var y = z.ReactDebugCurrentFrame, H = y.getStackAddendum();
|
|
61
61
|
H !== "" && (A += "%s", g = g.concat([H]));
|
|
62
|
-
var
|
|
63
|
-
return String(
|
|
62
|
+
var I = g.map(function(N) {
|
|
63
|
+
return String(N);
|
|
64
64
|
});
|
|
65
|
-
|
|
65
|
+
I.unshift("Warning: " + A), Function.prototype.apply.call(console[e], console, I);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
var
|
|
68
|
+
var O = !1, R = !1, T = !1, U = !1, _ = !1, f;
|
|
69
69
|
f = Symbol.for("react.module.reference");
|
|
70
|
-
function
|
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e === o || e === d ||
|
|
70
|
+
function $(e) {
|
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === o || e === d || _ || e === l || e === v || e === m || U || e === n || O || R || T || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === x || e.$$typeof === p || e.$$typeof === s || e.$$typeof === u || // This needs to include all possible module reference object
|
|
72
72
|
// types supported by any Flight configuration anywhere since
|
|
73
73
|
// we don't know which Flight build this will end up being used
|
|
74
74
|
// with.
|
|
75
75
|
e.$$typeof === f || e.getModuleId !== void 0));
|
|
76
76
|
}
|
|
77
|
-
function
|
|
78
|
-
var
|
|
79
|
-
if (
|
|
80
|
-
return
|
|
77
|
+
function J(e, A, g) {
|
|
78
|
+
var y = e.displayName;
|
|
79
|
+
if (y)
|
|
80
|
+
return y;
|
|
81
81
|
var H = A.displayName || A.name || "";
|
|
82
82
|
return H !== "" ? g + "(" + H + ")" : g;
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function h(e) {
|
|
85
85
|
return e.displayName || "Context";
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function K(e) {
|
|
88
88
|
if (e == null)
|
|
89
89
|
return null;
|
|
90
|
-
if (typeof e.tag == "number" &&
|
|
90
|
+
if (typeof e.tag == "number" && D("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
91
91
|
return e.displayName || e.name || null;
|
|
92
92
|
if (typeof e == "string")
|
|
93
93
|
return e;
|
|
@@ -109,19 +109,19 @@ function sr() {
|
|
|
109
109
|
switch (e.$$typeof) {
|
|
110
110
|
case s:
|
|
111
111
|
var A = e;
|
|
112
|
-
return
|
|
112
|
+
return h(A) + ".Consumer";
|
|
113
113
|
case p:
|
|
114
114
|
var g = e;
|
|
115
|
-
return
|
|
115
|
+
return h(g._context) + ".Provider";
|
|
116
116
|
case u:
|
|
117
|
-
return
|
|
118
|
-
case
|
|
119
|
-
var
|
|
120
|
-
return
|
|
121
|
-
case
|
|
122
|
-
var H = e,
|
|
117
|
+
return J(e, e.render, "ForwardRef");
|
|
118
|
+
case x:
|
|
119
|
+
var y = e.displayName || null;
|
|
120
|
+
return y !== null ? y : K(e.type) || "Memo";
|
|
121
|
+
case E: {
|
|
122
|
+
var H = e, I = H._payload, N = H._init;
|
|
123
123
|
try {
|
|
124
|
-
return
|
|
124
|
+
return K(N(I));
|
|
125
125
|
} catch {
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
@@ -129,18 +129,18 @@ function sr() {
|
|
|
129
129
|
}
|
|
130
130
|
return null;
|
|
131
131
|
}
|
|
132
|
-
var
|
|
133
|
-
function
|
|
132
|
+
var G = Object.assign, ce = 0, re, ae, fe, B, W, ee, j;
|
|
133
|
+
function L() {
|
|
134
134
|
}
|
|
135
|
-
|
|
136
|
-
function
|
|
135
|
+
L.__reactDisabledLog = !0;
|
|
136
|
+
function Y() {
|
|
137
137
|
{
|
|
138
|
-
if (
|
|
139
|
-
|
|
138
|
+
if (ce === 0) {
|
|
139
|
+
re = console.log, ae = console.info, fe = console.warn, B = console.error, W = console.group, ee = console.groupCollapsed, j = console.groupEnd;
|
|
140
140
|
var e = {
|
|
141
141
|
configurable: !0,
|
|
142
142
|
enumerable: !0,
|
|
143
|
-
value:
|
|
143
|
+
value: L,
|
|
144
144
|
writable: !0
|
|
145
145
|
};
|
|
146
146
|
Object.defineProperties(console, {
|
|
@@ -153,56 +153,56 @@ function sr() {
|
|
|
153
153
|
groupEnd: e
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
ce++;
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function te() {
|
|
160
160
|
{
|
|
161
|
-
if (
|
|
161
|
+
if (ce--, ce === 0) {
|
|
162
162
|
var e = {
|
|
163
163
|
configurable: !0,
|
|
164
164
|
enumerable: !0,
|
|
165
165
|
writable: !0
|
|
166
166
|
};
|
|
167
167
|
Object.defineProperties(console, {
|
|
168
|
-
log:
|
|
169
|
-
value: te
|
|
170
|
-
}),
|
|
171
|
-
info: W({}, e, {
|
|
168
|
+
log: G({}, e, {
|
|
172
169
|
value: re
|
|
173
170
|
}),
|
|
174
|
-
|
|
171
|
+
info: G({}, e, {
|
|
172
|
+
value: ae
|
|
173
|
+
}),
|
|
174
|
+
warn: G({}, e, {
|
|
175
175
|
value: fe
|
|
176
176
|
}),
|
|
177
|
-
error:
|
|
178
|
-
value:
|
|
177
|
+
error: G({}, e, {
|
|
178
|
+
value: B
|
|
179
179
|
}),
|
|
180
|
-
group:
|
|
181
|
-
value:
|
|
180
|
+
group: G({}, e, {
|
|
181
|
+
value: W
|
|
182
182
|
}),
|
|
183
|
-
groupCollapsed:
|
|
184
|
-
value:
|
|
183
|
+
groupCollapsed: G({}, e, {
|
|
184
|
+
value: ee
|
|
185
185
|
}),
|
|
186
|
-
groupEnd:
|
|
186
|
+
groupEnd: G({}, e, {
|
|
187
187
|
value: j
|
|
188
188
|
})
|
|
189
189
|
});
|
|
190
190
|
}
|
|
191
|
-
|
|
191
|
+
ce < 0 && D("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
var ve =
|
|
194
|
+
var ve = z.ReactCurrentDispatcher, Q;
|
|
195
195
|
function Me(e, A, g) {
|
|
196
196
|
{
|
|
197
|
-
if (
|
|
197
|
+
if (Q === void 0)
|
|
198
198
|
try {
|
|
199
199
|
throw Error();
|
|
200
200
|
} catch (H) {
|
|
201
|
-
var
|
|
202
|
-
|
|
201
|
+
var y = H.stack.trim().match(/\n( *(at )?)/);
|
|
202
|
+
Q = y && y[1] || "";
|
|
203
203
|
}
|
|
204
204
|
return `
|
|
205
|
-
` +
|
|
205
|
+
` + Q + e;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
var ye = !1, xe;
|
|
@@ -218,65 +218,65 @@ function sr() {
|
|
|
218
218
|
if (g !== void 0)
|
|
219
219
|
return g;
|
|
220
220
|
}
|
|
221
|
-
var
|
|
221
|
+
var y;
|
|
222
222
|
ye = !0;
|
|
223
223
|
var H = Error.prepareStackTrace;
|
|
224
224
|
Error.prepareStackTrace = void 0;
|
|
225
|
-
var
|
|
226
|
-
|
|
225
|
+
var I;
|
|
226
|
+
I = ve.current, ve.current = null, Y();
|
|
227
227
|
try {
|
|
228
228
|
if (A) {
|
|
229
|
-
var
|
|
229
|
+
var N = function() {
|
|
230
230
|
throw Error();
|
|
231
231
|
};
|
|
232
|
-
if (Object.defineProperty(
|
|
232
|
+
if (Object.defineProperty(N.prototype, "props", {
|
|
233
233
|
set: function() {
|
|
234
234
|
throw Error();
|
|
235
235
|
}
|
|
236
236
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
237
237
|
try {
|
|
238
|
-
Reflect.construct(
|
|
239
|
-
} catch (
|
|
240
|
-
|
|
238
|
+
Reflect.construct(N, []);
|
|
239
|
+
} catch (se) {
|
|
240
|
+
y = se;
|
|
241
241
|
}
|
|
242
|
-
Reflect.construct(e, [],
|
|
242
|
+
Reflect.construct(e, [], N);
|
|
243
243
|
} else {
|
|
244
244
|
try {
|
|
245
|
-
|
|
246
|
-
} catch (
|
|
247
|
-
|
|
245
|
+
N.call();
|
|
246
|
+
} catch (se) {
|
|
247
|
+
y = se;
|
|
248
248
|
}
|
|
249
|
-
e.call(
|
|
249
|
+
e.call(N.prototype);
|
|
250
250
|
}
|
|
251
251
|
} else {
|
|
252
252
|
try {
|
|
253
253
|
throw Error();
|
|
254
|
-
} catch (
|
|
255
|
-
|
|
254
|
+
} catch (se) {
|
|
255
|
+
y = se;
|
|
256
256
|
}
|
|
257
257
|
e();
|
|
258
258
|
}
|
|
259
|
-
} catch (
|
|
260
|
-
if (
|
|
261
|
-
for (var M =
|
|
262
|
-
`),
|
|
263
|
-
`),
|
|
259
|
+
} catch (se) {
|
|
260
|
+
if (se && y && typeof se.stack == "string") {
|
|
261
|
+
for (var M = se.stack.split(`
|
|
262
|
+
`), oe = y.stack.split(`
|
|
263
|
+
`), F = M.length - 1, Z = oe.length - 1; F >= 1 && Z >= 0 && M[F] !== oe[Z]; )
|
|
264
264
|
Z--;
|
|
265
|
-
for (;
|
|
266
|
-
if (M[
|
|
267
|
-
if (
|
|
265
|
+
for (; F >= 1 && Z >= 0; F--, Z--)
|
|
266
|
+
if (M[F] !== oe[Z]) {
|
|
267
|
+
if (F !== 1 || Z !== 1)
|
|
268
268
|
do
|
|
269
|
-
if (
|
|
269
|
+
if (F--, Z--, Z < 0 || M[F] !== oe[Z]) {
|
|
270
270
|
var ue = `
|
|
271
|
-
` + M[
|
|
271
|
+
` + M[F].replace(" at new ", " at ");
|
|
272
272
|
return e.displayName && ue.includes("<anonymous>") && (ue = ue.replace("<anonymous>", e.displayName)), typeof e == "function" && xe.set(e, ue), ue;
|
|
273
273
|
}
|
|
274
|
-
while (
|
|
274
|
+
while (F >= 1 && Z >= 0);
|
|
275
275
|
break;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
} finally {
|
|
279
|
-
ye = !1, ve.current =
|
|
279
|
+
ye = !1, ve.current = I, te(), Error.prepareStackTrace = H;
|
|
280
280
|
}
|
|
281
281
|
var Ye = e ? e.displayName || e.name : "", Ge = Ye ? Me(Ye) : "";
|
|
282
282
|
return typeof e == "function" && xe.set(e, Ge), Ge;
|
|
@@ -305,19 +305,19 @@ function sr() {
|
|
|
305
305
|
switch (e.$$typeof) {
|
|
306
306
|
case u:
|
|
307
307
|
return rt(e.render);
|
|
308
|
-
case
|
|
308
|
+
case x:
|
|
309
309
|
return ke(e.type, A, g);
|
|
310
|
-
case
|
|
311
|
-
var
|
|
310
|
+
case E: {
|
|
311
|
+
var y = e, H = y._payload, I = y._init;
|
|
312
312
|
try {
|
|
313
|
-
return ke(
|
|
313
|
+
return ke(I(H), A, g);
|
|
314
314
|
} catch {
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
return "";
|
|
319
319
|
}
|
|
320
|
-
var Te = Object.prototype.hasOwnProperty, at = {}, Ie =
|
|
320
|
+
var Te = Object.prototype.hasOwnProperty, at = {}, Ie = z.ReactDebugCurrentFrame;
|
|
321
321
|
function Qe(e) {
|
|
322
322
|
if (e) {
|
|
323
323
|
var A = e._owner, g = ke(e.type, e._source, A ? A.type : null);
|
|
@@ -325,22 +325,22 @@ function sr() {
|
|
|
325
325
|
} else
|
|
326
326
|
Ie.setExtraStackFrame(null);
|
|
327
327
|
}
|
|
328
|
-
function nt(e, A, g,
|
|
328
|
+
function nt(e, A, g, y, H) {
|
|
329
329
|
{
|
|
330
|
-
var
|
|
331
|
-
for (var
|
|
332
|
-
if (
|
|
330
|
+
var I = Function.call.bind(Te);
|
|
331
|
+
for (var N in e)
|
|
332
|
+
if (I(e, N)) {
|
|
333
333
|
var M = void 0;
|
|
334
334
|
try {
|
|
335
|
-
if (typeof e[
|
|
336
|
-
var
|
|
337
|
-
throw
|
|
335
|
+
if (typeof e[N] != "function") {
|
|
336
|
+
var oe = Error((y || "React class") + ": " + g + " type `" + N + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[N] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
337
|
+
throw oe.name = "Invariant Violation", oe;
|
|
338
338
|
}
|
|
339
|
-
M = e[
|
|
340
|
-
} catch (
|
|
341
|
-
M =
|
|
339
|
+
M = e[N](A, N, y, g, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
340
|
+
} catch (F) {
|
|
341
|
+
M = F;
|
|
342
342
|
}
|
|
343
|
-
M && !(M instanceof Error) && (Qe(H),
|
|
343
|
+
M && !(M instanceof Error) && (Qe(H), D("%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).", y || "React class", g, N, typeof M), Qe(null)), M instanceof Error && !(M.message in at) && (at[M.message] = !0, Qe(H), D("Failed %s type: %s", g, M.message), Qe(null));
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -364,11 +364,11 @@ function sr() {
|
|
|
364
364
|
function ot(e) {
|
|
365
365
|
return "" + e;
|
|
366
366
|
}
|
|
367
|
-
function
|
|
367
|
+
function ne(e) {
|
|
368
368
|
if (ut(e))
|
|
369
|
-
return
|
|
369
|
+
return D("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Be(e)), ot(e);
|
|
370
370
|
}
|
|
371
|
-
var Ce =
|
|
371
|
+
var Ce = z.ReactCurrentOwner, ft = {
|
|
372
372
|
key: !0,
|
|
373
373
|
ref: !0,
|
|
374
374
|
__self: !0,
|
|
@@ -393,10 +393,10 @@ function sr() {
|
|
|
393
393
|
function qe(e, A) {
|
|
394
394
|
typeof e.ref == "string" && Ce.current;
|
|
395
395
|
}
|
|
396
|
-
function
|
|
396
|
+
function Ne(e, A) {
|
|
397
397
|
{
|
|
398
398
|
var g = function() {
|
|
399
|
-
it || (it = !0,
|
|
399
|
+
it || (it = !0, D("%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));
|
|
400
400
|
};
|
|
401
401
|
g.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
402
402
|
get: g,
|
|
@@ -407,7 +407,7 @@ function sr() {
|
|
|
407
407
|
function st(e, A) {
|
|
408
408
|
{
|
|
409
409
|
var g = function() {
|
|
410
|
-
Xe || (Xe = !0,
|
|
410
|
+
Xe || (Xe = !0, D("%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));
|
|
411
411
|
};
|
|
412
412
|
g.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
413
413
|
get: g,
|
|
@@ -415,7 +415,7 @@ function sr() {
|
|
|
415
415
|
});
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
var
|
|
418
|
+
var Oe = function(e, A, g, y, H, I, N) {
|
|
419
419
|
var M = {
|
|
420
420
|
// This tag allows us to uniquely identify this as a React Element
|
|
421
421
|
$$typeof: r,
|
|
@@ -423,9 +423,9 @@ function sr() {
|
|
|
423
423
|
type: e,
|
|
424
424
|
key: A,
|
|
425
425
|
ref: g,
|
|
426
|
-
props:
|
|
426
|
+
props: N,
|
|
427
427
|
// Record the component responsible for creating this element.
|
|
428
|
-
_owner:
|
|
428
|
+
_owner: I
|
|
429
429
|
};
|
|
430
430
|
return M._store = {}, Object.defineProperty(M._store, "validated", {
|
|
431
431
|
configurable: !1,
|
|
@@ -436,7 +436,7 @@ function sr() {
|
|
|
436
436
|
configurable: !1,
|
|
437
437
|
enumerable: !1,
|
|
438
438
|
writable: !1,
|
|
439
|
-
value:
|
|
439
|
+
value: y
|
|
440
440
|
}), Object.defineProperty(M, "_source", {
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
@@ -444,25 +444,25 @@ function sr() {
|
|
|
444
444
|
value: H
|
|
445
445
|
}), Object.freeze && (Object.freeze(M.props), Object.freeze(M)), M;
|
|
446
446
|
};
|
|
447
|
-
function pt(e, A, g,
|
|
447
|
+
function pt(e, A, g, y, H) {
|
|
448
448
|
{
|
|
449
|
-
var
|
|
450
|
-
g !== void 0 && (
|
|
451
|
-
for (
|
|
452
|
-
Te.call(A,
|
|
449
|
+
var I, N = {}, M = null, oe = null;
|
|
450
|
+
g !== void 0 && (ne(g), M = "" + g), At(A) && (ne(A.key), M = "" + A.key), gt(A) && (oe = A.ref, qe(A, H));
|
|
451
|
+
for (I in A)
|
|
452
|
+
Te.call(A, I) && !ft.hasOwnProperty(I) && (N[I] = A[I]);
|
|
453
453
|
if (e && e.defaultProps) {
|
|
454
|
-
var
|
|
455
|
-
for (
|
|
456
|
-
|
|
454
|
+
var F = e.defaultProps;
|
|
455
|
+
for (I in F)
|
|
456
|
+
N[I] === void 0 && (N[I] = F[I]);
|
|
457
457
|
}
|
|
458
|
-
if (M ||
|
|
458
|
+
if (M || oe) {
|
|
459
459
|
var Z = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
460
|
-
M &&
|
|
460
|
+
M && Ne(N, Z), oe && st(N, Z);
|
|
461
461
|
}
|
|
462
|
-
return
|
|
462
|
+
return Oe(e, M, oe, H, y, Ce.current, N);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
|
-
var Ze =
|
|
465
|
+
var Ze = z.ReactCurrentOwner, We = z.ReactDebugCurrentFrame;
|
|
466
466
|
function Pe(e) {
|
|
467
467
|
if (e) {
|
|
468
468
|
var A = e._owner, g = ke(e.type, e._source, A ? A.type : null);
|
|
@@ -478,7 +478,7 @@ function sr() {
|
|
|
478
478
|
function ge() {
|
|
479
479
|
{
|
|
480
480
|
if (Ze.current) {
|
|
481
|
-
var e =
|
|
481
|
+
var e = K(Ze.current.type);
|
|
482
482
|
if (e)
|
|
483
483
|
return `
|
|
484
484
|
|
|
@@ -490,7 +490,7 @@ Check the render method of \`` + e + "`.";
|
|
|
490
490
|
function vt(e) {
|
|
491
491
|
return "";
|
|
492
492
|
}
|
|
493
|
-
var
|
|
493
|
+
var w = {};
|
|
494
494
|
function X(e) {
|
|
495
495
|
{
|
|
496
496
|
var A = ge();
|
|
@@ -503,39 +503,39 @@ Check the top-level render call using <` + g + ">.");
|
|
|
503
503
|
return A;
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
|
-
function
|
|
506
|
+
function k(e, A) {
|
|
507
507
|
{
|
|
508
508
|
if (!e._store || e._store.validated || e.key != null)
|
|
509
509
|
return;
|
|
510
510
|
e._store.validated = !0;
|
|
511
511
|
var g = X(A);
|
|
512
|
-
if (
|
|
512
|
+
if (w[g])
|
|
513
513
|
return;
|
|
514
|
-
|
|
515
|
-
var
|
|
516
|
-
e && e._owner && e._owner !== Ze.current && (
|
|
514
|
+
w[g] = !0;
|
|
515
|
+
var y = "";
|
|
516
|
+
e && e._owner && e._owner !== Ze.current && (y = " It was passed a child from " + K(e._owner.type) + "."), Pe(e), D('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', g, y), Pe(null);
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function ie(e, A) {
|
|
520
520
|
{
|
|
521
521
|
if (typeof e != "object")
|
|
522
522
|
return;
|
|
523
523
|
if (Se(e))
|
|
524
524
|
for (var g = 0; g < e.length; g++) {
|
|
525
|
-
var
|
|
526
|
-
He(
|
|
525
|
+
var y = e[g];
|
|
526
|
+
He(y) && k(y, A);
|
|
527
527
|
}
|
|
528
528
|
else if (He(e))
|
|
529
529
|
e._store && (e._store.validated = !0);
|
|
530
530
|
else if (e) {
|
|
531
|
-
var H =
|
|
531
|
+
var H = P(e);
|
|
532
532
|
if (typeof H == "function" && H !== e.entries)
|
|
533
|
-
for (var
|
|
534
|
-
He(
|
|
533
|
+
for (var I = H.call(e), N; !(N = I.next()).done; )
|
|
534
|
+
He(N.value) && k(N.value, A);
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
|
-
function
|
|
538
|
+
function de(e) {
|
|
539
539
|
{
|
|
540
540
|
var A = e.type;
|
|
541
541
|
if (A == null || typeof A == "string")
|
|
@@ -545,68 +545,68 @@ Check the top-level render call using <` + g + ">.");
|
|
|
545
545
|
g = A.propTypes;
|
|
546
546
|
else if (typeof A == "object" && (A.$$typeof === u || // Note: Memo only checks outer props here.
|
|
547
547
|
// Inner props are checked in the reconciler.
|
|
548
|
-
A.$$typeof ===
|
|
548
|
+
A.$$typeof === x))
|
|
549
549
|
g = A.propTypes;
|
|
550
550
|
else
|
|
551
551
|
return;
|
|
552
552
|
if (g) {
|
|
553
|
-
var
|
|
554
|
-
nt(g, e.props, "prop",
|
|
553
|
+
var y = K(A);
|
|
554
|
+
nt(g, e.props, "prop", y, e);
|
|
555
555
|
} else if (A.PropTypes !== void 0 && !Je) {
|
|
556
556
|
Je = !0;
|
|
557
|
-
var H =
|
|
558
|
-
|
|
557
|
+
var H = K(A);
|
|
558
|
+
D("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", H || "Unknown");
|
|
559
559
|
}
|
|
560
|
-
typeof A.getDefaultProps == "function" && !A.getDefaultProps.isReactClassApproved &&
|
|
560
|
+
typeof A.getDefaultProps == "function" && !A.getDefaultProps.isReactClassApproved && D("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
563
|
function me(e) {
|
|
564
564
|
{
|
|
565
565
|
for (var A = Object.keys(e.props), g = 0; g < A.length; g++) {
|
|
566
|
-
var
|
|
567
|
-
if (
|
|
568
|
-
Pe(e),
|
|
566
|
+
var y = A[g];
|
|
567
|
+
if (y !== "children" && y !== "key") {
|
|
568
|
+
Pe(e), D("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", y), Pe(null);
|
|
569
569
|
break;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
e.ref !== null && (Pe(e),
|
|
572
|
+
e.ref !== null && (Pe(e), D("Invalid attribute `ref` supplied to `React.Fragment`."), Pe(null));
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
var he = {};
|
|
576
|
-
function
|
|
576
|
+
function Ae(e, A, g, y, H, I) {
|
|
577
577
|
{
|
|
578
|
-
var
|
|
579
|
-
if (!
|
|
578
|
+
var N = $(e);
|
|
579
|
+
if (!N) {
|
|
580
580
|
var M = "";
|
|
581
581
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (M += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
582
|
-
var
|
|
583
|
-
|
|
584
|
-
var
|
|
585
|
-
e === null ?
|
|
582
|
+
var oe = vt();
|
|
583
|
+
oe ? M += oe : M += ge();
|
|
584
|
+
var F;
|
|
585
|
+
e === null ? F = "null" : Se(e) ? F = "array" : e !== void 0 && e.$$typeof === r ? (F = "<" + (K(e.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : F = typeof e, D("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", F, M);
|
|
586
586
|
}
|
|
587
|
-
var Z = pt(e, A, g, H,
|
|
587
|
+
var Z = pt(e, A, g, H, I);
|
|
588
588
|
if (Z == null)
|
|
589
589
|
return Z;
|
|
590
|
-
if (
|
|
590
|
+
if (N) {
|
|
591
591
|
var ue = A.children;
|
|
592
592
|
if (ue !== void 0)
|
|
593
|
-
if (
|
|
593
|
+
if (y)
|
|
594
594
|
if (Se(ue)) {
|
|
595
595
|
for (var Ye = 0; Ye < ue.length; Ye++)
|
|
596
|
-
|
|
596
|
+
ie(ue[Ye], e);
|
|
597
597
|
Object.freeze && Object.freeze(ue);
|
|
598
598
|
} else
|
|
599
|
-
|
|
599
|
+
D("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
600
600
|
else
|
|
601
|
-
|
|
601
|
+
ie(ue, e);
|
|
602
602
|
}
|
|
603
603
|
if (Te.call(A, "key")) {
|
|
604
|
-
var Ge =
|
|
604
|
+
var Ge = K(e), se = Object.keys(A).filter(function(Wt) {
|
|
605
605
|
return Wt !== "key";
|
|
606
|
-
}), mt =
|
|
606
|
+
}), mt = se.length > 0 ? "{key: someKey, " + se.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
607
607
|
if (!he[Ge + mt]) {
|
|
608
|
-
var Zt =
|
|
609
|
-
|
|
608
|
+
var Zt = se.length > 0 ? "{" + se.join(": ..., ") + ": ...}" : "{}";
|
|
609
|
+
D(`A props object containing a "key" prop is being spread into JSX:
|
|
610
610
|
let props = %s;
|
|
611
611
|
<%s {...props} />
|
|
612
612
|
React keys must be passed directly to JSX without using spread:
|
|
@@ -614,14 +614,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
614
614
|
<%s key={someKey} {...props} />`, mt, Ge, Zt, Ge), he[Ge + mt] = !0;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
|
-
return e === o ? me(Z) :
|
|
617
|
+
return e === o ? me(Z) : de(Z), Z;
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
function be(e, A, g) {
|
|
621
|
-
return
|
|
621
|
+
return Ae(e, A, g, !0);
|
|
622
622
|
}
|
|
623
623
|
function Ut(e, A, g) {
|
|
624
|
-
return
|
|
624
|
+
return Ae(e, A, g, !1);
|
|
625
625
|
}
|
|
626
626
|
var Ft = Ut, qt = be;
|
|
627
627
|
_e.Fragment = o, _e.jsx = Ft, _e.jsxs = qt;
|
|
@@ -695,10 +695,10 @@ var i = Bt.exports, lr = (t) => {
|
|
|
695
695
|
return this.create({ jsx: t(a), id: a, ...r }), a;
|
|
696
696
|
}, this.getActiveToasts = () => this.toasts.filter((t) => !this.dismissedToasts.has(t.id)), this.subscribers = [], this.toasts = [], this.dismissedToasts = /* @__PURE__ */ new Set();
|
|
697
697
|
}
|
|
698
|
-
},
|
|
698
|
+
}, le = new hr(), br = (t, r) => {
|
|
699
699
|
let a = (r == null ? void 0 : r.id) || Ct++;
|
|
700
|
-
return
|
|
701
|
-
}, wr = (t) => t && typeof t == "object" && "ok" in t && typeof t.ok == "boolean" && "status" in t && typeof t.status == "number", yr = br, xr = () =>
|
|
700
|
+
return le.addToast({ title: t, ...r, id: a }), a;
|
|
701
|
+
}, wr = (t) => t && typeof t == "object" && "ok" in t && typeof t.ok == "boolean" && "status" in t && typeof t.status == "number", yr = br, xr = () => le.toasts, Br = () => le.getActiveToasts(), bt = Object.assign(yr, { success: le.success, info: le.info, warning: le.warning, error: le.error, custom: le.custom, message: le.message, promise: le.promise, dismiss: le.dismiss, loading: le.loading }, { getHistory: xr, getToasts: Br });
|
|
702
702
|
function Cr(t, { insertAt: r } = {}) {
|
|
703
703
|
if (typeof document > "u") return;
|
|
704
704
|
let a = document.head || document.getElementsByTagName("head")[0], o = document.createElement("style");
|
|
@@ -709,7 +709,7 @@ Cr(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-ico
|
|
|
709
709
|
function ct(t) {
|
|
710
710
|
return t.label !== void 0;
|
|
711
711
|
}
|
|
712
|
-
var Pr = 3, Dr = "32px", Mr = "16px", Et = 4e3, Tr = 356,
|
|
712
|
+
var Pr = 3, Dr = "32px", Mr = "16px", Et = 4e3, Tr = 356, Nr = 14, Or = 20, Er = 200;
|
|
713
713
|
function pe(...t) {
|
|
714
714
|
return t.filter(Boolean).join(" ");
|
|
715
715
|
}
|
|
@@ -718,85 +718,85 @@ function zr(t) {
|
|
|
718
718
|
return r && o.push(r), a && o.push(a), o;
|
|
719
719
|
}
|
|
720
720
|
var Rr = (t) => {
|
|
721
|
-
var r, a, o, l, d, p, s, u, v, m,
|
|
722
|
-
let { invert:
|
|
723
|
-
var
|
|
724
|
-
return (
|
|
725
|
-
}, [n.closeButton,
|
|
726
|
-
|
|
721
|
+
var r, a, o, l, d, p, s, u, v, m, x;
|
|
722
|
+
let { invert: E, toast: n, unstyled: S, interacting: b, setHeights: P, visibleToasts: z, heights: D, index: q, toasts: O, expanded: R, removeToast: T, defaultRichColors: U, closeButton: _, style: f, cancelButtonStyle: $, actionButtonStyle: J, className: h = "", descriptionClassName: K = "", duration: G, position: ce, gap: re, loadingIcon: ae, expandByDefault: fe, classNames: B, icons: W, closeButtonAriaLabel: ee = "Close toast", pauseWhenPageIsHidden: j } = t, [L, Y] = c.useState(null), [te, ve] = c.useState(null), [Q, Me] = c.useState(!1), [ye, xe] = c.useState(!1), [Re, Le] = c.useState(!1), [rt, dt] = c.useState(!1), [ke, Te] = c.useState(!1), [at, Ie] = c.useState(0), [Qe, nt] = c.useState(0), je = c.useRef(n.duration || G || Et), Se = c.useRef(null), Be = c.useRef(null), ut = q === 0, ot = q + 1 <= z, ne = n.type, Ce = n.dismissible !== !1, ft = n.className || "", it = n.descriptionClassName || "", Xe = c.useMemo(() => D.findIndex((w) => w.toastId === n.id) || 0, [D, n.id]), gt = c.useMemo(() => {
|
|
723
|
+
var w;
|
|
724
|
+
return (w = n.closeButton) != null ? w : _;
|
|
725
|
+
}, [n.closeButton, _]), At = c.useMemo(() => n.duration || G || Et, [n.duration, G]), qe = c.useRef(0), Ne = c.useRef(0), st = c.useRef(0), Oe = c.useRef(null), [pt, Ze] = ce.split("-"), We = c.useMemo(() => D.reduce((w, X, k) => k >= Xe ? w : w + X.height, 0), [D, Xe]), Pe = mr(), Je = n.invert || E, He = ne === "loading";
|
|
726
|
+
Ne.current = c.useMemo(() => Xe * re + We, [Xe, We]), c.useEffect(() => {
|
|
727
727
|
je.current = At;
|
|
728
728
|
}, [At]), c.useEffect(() => {
|
|
729
729
|
Me(!0);
|
|
730
730
|
}, []), c.useEffect(() => {
|
|
731
|
-
let
|
|
732
|
-
if (
|
|
733
|
-
let X =
|
|
734
|
-
return nt(X),
|
|
731
|
+
let w = Be.current;
|
|
732
|
+
if (w) {
|
|
733
|
+
let X = w.getBoundingClientRect().height;
|
|
734
|
+
return nt(X), P((k) => [{ toastId: n.id, height: X, position: n.position }, ...k]), () => P((k) => k.filter((ie) => ie.toastId !== n.id));
|
|
735
735
|
}
|
|
736
|
-
}, [
|
|
737
|
-
if (!
|
|
738
|
-
let
|
|
739
|
-
|
|
740
|
-
let
|
|
741
|
-
|
|
742
|
-
}, [
|
|
736
|
+
}, [P, n.id]), c.useLayoutEffect(() => {
|
|
737
|
+
if (!Q) return;
|
|
738
|
+
let w = Be.current, X = w.style.height;
|
|
739
|
+
w.style.height = "auto";
|
|
740
|
+
let k = w.getBoundingClientRect().height;
|
|
741
|
+
w.style.height = X, nt(k), P((ie) => ie.find((de) => de.toastId === n.id) ? ie.map((de) => de.toastId === n.id ? { ...de, height: k } : de) : [{ toastId: n.id, height: k, position: n.position }, ...ie]);
|
|
742
|
+
}, [Q, n.title, n.description, P, n.id]);
|
|
743
743
|
let ge = c.useCallback(() => {
|
|
744
|
-
xe(!0), Ie(
|
|
744
|
+
xe(!0), Ie(Ne.current), P((w) => w.filter((X) => X.toastId !== n.id)), setTimeout(() => {
|
|
745
745
|
T(n);
|
|
746
746
|
}, Er);
|
|
747
|
-
}, [n, T,
|
|
747
|
+
}, [n, T, P, Ne]);
|
|
748
748
|
c.useEffect(() => {
|
|
749
|
-
if (n.promise &&
|
|
750
|
-
let
|
|
751
|
-
return
|
|
749
|
+
if (n.promise && ne === "loading" || n.duration === 1 / 0 || n.type === "loading") return;
|
|
750
|
+
let w;
|
|
751
|
+
return R || b || j && Pe ? (() => {
|
|
752
752
|
if (st.current < qe.current) {
|
|
753
753
|
let X = (/* @__PURE__ */ new Date()).getTime() - qe.current;
|
|
754
754
|
je.current = je.current - X;
|
|
755
755
|
}
|
|
756
756
|
st.current = (/* @__PURE__ */ new Date()).getTime();
|
|
757
|
-
})() : je.current !== 1 / 0 && (qe.current = (/* @__PURE__ */ new Date()).getTime(),
|
|
757
|
+
})() : je.current !== 1 / 0 && (qe.current = (/* @__PURE__ */ new Date()).getTime(), w = setTimeout(() => {
|
|
758
758
|
var X;
|
|
759
759
|
(X = n.onAutoClose) == null || X.call(n, n), ge();
|
|
760
|
-
}, je.current)), () => clearTimeout(
|
|
761
|
-
}, [
|
|
760
|
+
}, je.current)), () => clearTimeout(w);
|
|
761
|
+
}, [R, b, n, ne, j, Pe, ge]), c.useEffect(() => {
|
|
762
762
|
n.delete && ge();
|
|
763
763
|
}, [ge, n.delete]);
|
|
764
764
|
function vt() {
|
|
765
|
-
var
|
|
766
|
-
return
|
|
765
|
+
var w, X, k;
|
|
766
|
+
return W != null && W.loading ? c.createElement("div", { className: pe(B == null ? void 0 : B.loader, (w = n == null ? void 0 : n.classNames) == null ? void 0 : w.loader, "sonner-loader"), "data-visible": ne === "loading" }, W.loading) : ae ? c.createElement("div", { className: pe(B == null ? void 0 : B.loader, (X = n == null ? void 0 : n.classNames) == null ? void 0 : X.loader, "sonner-loader"), "data-visible": ne === "loading" }, ae) : c.createElement(dr, { className: pe(B == null ? void 0 : B.loader, (k = n == null ? void 0 : n.classNames) == null ? void 0 : k.loader), visible: ne === "loading" });
|
|
767
767
|
}
|
|
768
|
-
return c.createElement("li", { tabIndex: 0, ref: Be, className: pe(
|
|
769
|
-
Le(!1),
|
|
770
|
-
}, onPointerDown: (
|
|
771
|
-
He || !Ce || (Se.current = /* @__PURE__ */ new Date(), Ie(
|
|
768
|
+
return c.createElement("li", { tabIndex: 0, ref: Be, className: pe(h, ft, B == null ? void 0 : B.toast, (r = n == null ? void 0 : n.classNames) == null ? void 0 : r.toast, B == null ? void 0 : B.default, B == null ? void 0 : B[ne], (a = n == null ? void 0 : n.classNames) == null ? void 0 : a[ne]), "data-sonner-toast": "", "data-rich-colors": (o = n.richColors) != null ? o : U, "data-styled": !(n.jsx || n.unstyled || S), "data-mounted": Q, "data-promise": !!n.promise, "data-swiped": ke, "data-removed": ye, "data-visible": ot, "data-y-position": pt, "data-x-position": Ze, "data-index": q, "data-front": ut, "data-swiping": Re, "data-dismissible": Ce, "data-type": ne, "data-invert": Je, "data-swipe-out": rt, "data-swipe-direction": te, "data-expanded": !!(R || fe && Q), style: { "--index": q, "--toasts-before": q, "--z-index": O.length - q, "--offset": `${ye ? at : Ne.current}px`, "--initial-height": fe ? "auto" : `${Qe}px`, ...f, ...n.style }, onDragEnd: () => {
|
|
769
|
+
Le(!1), Y(null), Oe.current = null;
|
|
770
|
+
}, onPointerDown: (w) => {
|
|
771
|
+
He || !Ce || (Se.current = /* @__PURE__ */ new Date(), Ie(Ne.current), w.target.setPointerCapture(w.pointerId), w.target.tagName !== "BUTTON" && (Le(!0), Oe.current = { x: w.clientX, y: w.clientY }));
|
|
772
772
|
}, onPointerUp: () => {
|
|
773
|
-
var
|
|
773
|
+
var w, X, k, ie;
|
|
774
774
|
if (rt || !Ce) return;
|
|
775
|
-
|
|
776
|
-
let
|
|
777
|
-
if (Math.abs(
|
|
778
|
-
Ie(
|
|
775
|
+
Oe.current = null;
|
|
776
|
+
let de = Number(((w = Be.current) == null ? void 0 : w.style.getPropertyValue("--swipe-amount-x").replace("px", "")) || 0), me = Number(((X = Be.current) == null ? void 0 : X.style.getPropertyValue("--swipe-amount-y").replace("px", "")) || 0), he = (/* @__PURE__ */ new Date()).getTime() - ((k = Se.current) == null ? void 0 : k.getTime()), Ae = L === "x" ? de : me, be = Math.abs(Ae) / he;
|
|
777
|
+
if (Math.abs(Ae) >= Or || be > 0.11) {
|
|
778
|
+
Ie(Ne.current), (ie = n.onDismiss) == null || ie.call(n, n), ve(L === "x" ? de > 0 ? "right" : "left" : me > 0 ? "down" : "up"), ge(), dt(!0), Te(!1);
|
|
779
779
|
return;
|
|
780
780
|
}
|
|
781
|
-
Le(!1),
|
|
782
|
-
}, onPointerMove: (
|
|
783
|
-
var X,
|
|
784
|
-
if (!
|
|
785
|
-
let me =
|
|
786
|
-
!
|
|
781
|
+
Le(!1), Y(null);
|
|
782
|
+
}, onPointerMove: (w) => {
|
|
783
|
+
var X, k, ie, de;
|
|
784
|
+
if (!Oe.current || !Ce || ((X = window.getSelection()) == null ? void 0 : X.toString().length) > 0) return;
|
|
785
|
+
let me = w.clientY - Oe.current.y, he = w.clientX - Oe.current.x, Ae = (k = t.swipeDirections) != null ? k : zr(ce);
|
|
786
|
+
!L && (Math.abs(he) > 1 || Math.abs(me) > 1) && Y(Math.abs(he) > Math.abs(me) ? "x" : "y");
|
|
787
787
|
let be = { x: 0, y: 0 };
|
|
788
|
-
|
|
789
|
-
} }, gt && !n.jsx ? c.createElement("button", { "aria-label":
|
|
788
|
+
L === "y" ? (Ae.includes("top") || Ae.includes("bottom")) && (Ae.includes("top") && me < 0 || Ae.includes("bottom") && me > 0) && (be.y = me) : L === "x" && (Ae.includes("left") || Ae.includes("right")) && (Ae.includes("left") && he < 0 || Ae.includes("right") && he > 0) && (be.x = he), (Math.abs(be.x) > 0 || Math.abs(be.y) > 0) && Te(!0), (ie = Be.current) == null || ie.style.setProperty("--swipe-amount-x", `${be.x}px`), (de = Be.current) == null || de.style.setProperty("--swipe-amount-y", `${be.y}px`);
|
|
789
|
+
} }, gt && !n.jsx ? c.createElement("button", { "aria-label": ee, "data-disabled": He, "data-close-button": !0, onClick: He || !Ce ? () => {
|
|
790
790
|
} : () => {
|
|
791
|
-
var
|
|
792
|
-
ge(), (
|
|
793
|
-
}, className: pe(
|
|
794
|
-
var X,
|
|
795
|
-
ct(n.cancel) && Ce && ((
|
|
796
|
-
}, className: pe(
|
|
797
|
-
var X,
|
|
798
|
-
ct(n.action) && ((
|
|
799
|
-
}, className: pe(
|
|
791
|
+
var w;
|
|
792
|
+
ge(), (w = n.onDismiss) == null || w.call(n, n);
|
|
793
|
+
}, className: pe(B == null ? void 0 : B.closeButton, (l = n == null ? void 0 : n.classNames) == null ? void 0 : l.closeButton) }, (d = W == null ? void 0 : W.close) != null ? d : vr) : null, n.jsx || ht(n.title) ? n.jsx ? n.jsx : typeof n.title == "function" ? n.title() : n.title : c.createElement(c.Fragment, null, ne || n.icon || n.promise ? c.createElement("div", { "data-icon": "", className: pe(B == null ? void 0 : B.icon, (p = n == null ? void 0 : n.classNames) == null ? void 0 : p.icon) }, n.promise || n.type === "loading" && !n.icon ? n.icon || vt() : null, n.type !== "loading" ? n.icon || (W == null ? void 0 : W[ne]) || lr(ne) : null) : null, c.createElement("div", { "data-content": "", className: pe(B == null ? void 0 : B.content, (s = n == null ? void 0 : n.classNames) == null ? void 0 : s.content) }, c.createElement("div", { "data-title": "", className: pe(B == null ? void 0 : B.title, (u = n == null ? void 0 : n.classNames) == null ? void 0 : u.title) }, typeof n.title == "function" ? n.title() : n.title), n.description ? c.createElement("div", { "data-description": "", className: pe(K, it, B == null ? void 0 : B.description, (v = n == null ? void 0 : n.classNames) == null ? void 0 : v.description) }, typeof n.description == "function" ? n.description() : n.description) : null), ht(n.cancel) ? n.cancel : n.cancel && ct(n.cancel) ? c.createElement("button", { "data-button": !0, "data-cancel": !0, style: n.cancelButtonStyle || $, onClick: (w) => {
|
|
794
|
+
var X, k;
|
|
795
|
+
ct(n.cancel) && Ce && ((k = (X = n.cancel).onClick) == null || k.call(X, w), ge());
|
|
796
|
+
}, className: pe(B == null ? void 0 : B.cancelButton, (m = n == null ? void 0 : n.classNames) == null ? void 0 : m.cancelButton) }, n.cancel.label) : null, ht(n.action) ? n.action : n.action && ct(n.action) ? c.createElement("button", { "data-button": !0, "data-action": !0, style: n.actionButtonStyle || J, onClick: (w) => {
|
|
797
|
+
var X, k;
|
|
798
|
+
ct(n.action) && ((k = (X = n.action).onClick) == null || k.call(X, w), !w.defaultPrevented && ge());
|
|
799
|
+
}, className: pe(B == null ? void 0 : B.actionButton, (x = n == null ? void 0 : n.classNames) == null ? void 0 : x.actionButton) }, n.action.label) : null));
|
|
800
800
|
};
|
|
801
801
|
function zt() {
|
|
802
802
|
if (typeof window > "u" || typeof document > "u") return "ltr";
|
|
@@ -818,71 +818,71 @@ function jr(t, r) {
|
|
|
818
818
|
}), a;
|
|
819
819
|
}
|
|
820
820
|
var Xr = Jt(function(t, r) {
|
|
821
|
-
let { invert: a, position: o = "bottom-right", hotkey: l = ["altKey", "KeyT"], expand: d, closeButton: p, className: s, offset: u, mobileOffset: v, theme: m = "light", richColors:
|
|
822
|
-
|
|
823
|
-
var
|
|
824
|
-
return (
|
|
821
|
+
let { invert: a, position: o = "bottom-right", hotkey: l = ["altKey", "KeyT"], expand: d, closeButton: p, className: s, offset: u, mobileOffset: v, theme: m = "light", richColors: x, duration: E, style: n, visibleToasts: S = Pr, toastOptions: b, dir: P = zt(), gap: z = Nr, loadingIcon: D, icons: q, containerAriaLabel: O = "Notifications", pauseWhenPageIsHidden: R } = t, [T, U] = c.useState([]), _ = c.useMemo(() => Array.from(new Set([o].concat(T.filter((j) => j.position).map((j) => j.position)))), [T, o]), [f, $] = c.useState([]), [J, h] = c.useState(!1), [K, G] = c.useState(!1), [ce, re] = c.useState(m !== "system" ? m : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), ae = c.useRef(null), fe = l.join("+").replace(/Key/g, "").replace(/Digit/g, ""), B = c.useRef(null), W = c.useRef(!1), ee = c.useCallback((j) => {
|
|
822
|
+
U((L) => {
|
|
823
|
+
var Y;
|
|
824
|
+
return (Y = L.find((te) => te.id === j.id)) != null && Y.delete || le.dismiss(j.id), L.filter(({ id: te }) => te !== j.id);
|
|
825
825
|
});
|
|
826
826
|
}, []);
|
|
827
|
-
return c.useEffect(() =>
|
|
827
|
+
return c.useEffect(() => le.subscribe((j) => {
|
|
828
828
|
if (j.dismiss) {
|
|
829
|
-
|
|
829
|
+
U((L) => L.map((Y) => Y.id === j.id ? { ...Y, delete: !0 } : Y));
|
|
830
830
|
return;
|
|
831
831
|
}
|
|
832
832
|
setTimeout(() => {
|
|
833
833
|
_t.flushSync(() => {
|
|
834
|
-
|
|
835
|
-
let
|
|
836
|
-
return
|
|
834
|
+
U((L) => {
|
|
835
|
+
let Y = L.findIndex((te) => te.id === j.id);
|
|
836
|
+
return Y !== -1 ? [...L.slice(0, Y), { ...L[Y], ...j }, ...L.slice(Y + 1)] : [j, ...L];
|
|
837
837
|
});
|
|
838
838
|
});
|
|
839
839
|
});
|
|
840
840
|
}), []), c.useEffect(() => {
|
|
841
841
|
if (m !== "system") {
|
|
842
|
-
|
|
842
|
+
re(m);
|
|
843
843
|
return;
|
|
844
844
|
}
|
|
845
|
-
if (m === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ?
|
|
845
|
+
if (m === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? re("dark") : re("light")), typeof window > "u") return;
|
|
846
846
|
let j = window.matchMedia("(prefers-color-scheme: dark)");
|
|
847
847
|
try {
|
|
848
|
-
j.addEventListener("change", ({ matches:
|
|
849
|
-
|
|
848
|
+
j.addEventListener("change", ({ matches: L }) => {
|
|
849
|
+
re(L ? "dark" : "light");
|
|
850
850
|
});
|
|
851
851
|
} catch {
|
|
852
|
-
j.addListener(({ matches:
|
|
852
|
+
j.addListener(({ matches: Y }) => {
|
|
853
853
|
try {
|
|
854
|
-
|
|
855
|
-
} catch (
|
|
856
|
-
console.error(
|
|
854
|
+
re(Y ? "dark" : "light");
|
|
855
|
+
} catch (te) {
|
|
856
|
+
console.error(te);
|
|
857
857
|
}
|
|
858
858
|
});
|
|
859
859
|
}
|
|
860
860
|
}, [m]), c.useEffect(() => {
|
|
861
|
-
T.length <= 1 &&
|
|
861
|
+
T.length <= 1 && h(!1);
|
|
862
862
|
}, [T]), c.useEffect(() => {
|
|
863
|
-
let j = (
|
|
864
|
-
var
|
|
865
|
-
l.every((ve) =>
|
|
863
|
+
let j = (L) => {
|
|
864
|
+
var Y, te;
|
|
865
|
+
l.every((ve) => L[ve] || L.code === ve) && (h(!0), (Y = ae.current) == null || Y.focus()), L.code === "Escape" && (document.activeElement === ae.current || (te = ae.current) != null && te.contains(document.activeElement)) && h(!1);
|
|
866
866
|
};
|
|
867
867
|
return document.addEventListener("keydown", j), () => document.removeEventListener("keydown", j);
|
|
868
868
|
}, [l]), c.useEffect(() => {
|
|
869
|
-
if (
|
|
870
|
-
|
|
869
|
+
if (ae.current) return () => {
|
|
870
|
+
B.current && (B.current.focus({ preventScroll: !0 }), B.current = null, W.current = !1);
|
|
871
871
|
};
|
|
872
|
-
}, [
|
|
873
|
-
var
|
|
874
|
-
let [
|
|
875
|
-
return T.length ? c.createElement("ol", { key: j, dir:
|
|
876
|
-
|
|
877
|
-
}, onFocus: (
|
|
878
|
-
|
|
879
|
-
}, onMouseEnter: () =>
|
|
880
|
-
|
|
881
|
-
}, onDragEnd: () =>
|
|
882
|
-
|
|
883
|
-
}, onPointerUp: () =>
|
|
872
|
+
}, [ae.current]), c.createElement("section", { ref: r, "aria-label": `${O} ${fe}`, tabIndex: -1, "aria-live": "polite", "aria-relevant": "additions text", "aria-atomic": "false", suppressHydrationWarning: !0 }, _.map((j, L) => {
|
|
873
|
+
var Y;
|
|
874
|
+
let [te, ve] = j.split("-");
|
|
875
|
+
return T.length ? c.createElement("ol", { key: j, dir: P === "auto" ? zt() : P, tabIndex: -1, ref: ae, className: s, "data-sonner-toaster": !0, "data-theme": ce, "data-y-position": te, "data-lifted": J && T.length > 1 && !d, "data-x-position": ve, style: { "--front-toast-height": `${((Y = f[0]) == null ? void 0 : Y.height) || 0}px`, "--width": `${Tr}px`, "--gap": `${z}px`, ...n, ...jr(u, v) }, onBlur: (Q) => {
|
|
876
|
+
W.current && !Q.currentTarget.contains(Q.relatedTarget) && (W.current = !1, B.current && (B.current.focus({ preventScroll: !0 }), B.current = null));
|
|
877
|
+
}, onFocus: (Q) => {
|
|
878
|
+
Q.target instanceof HTMLElement && Q.target.dataset.dismissible === "false" || W.current || (W.current = !0, B.current = Q.relatedTarget);
|
|
879
|
+
}, onMouseEnter: () => h(!0), onMouseMove: () => h(!0), onMouseLeave: () => {
|
|
880
|
+
K || h(!1);
|
|
881
|
+
}, onDragEnd: () => h(!1), onPointerDown: (Q) => {
|
|
882
|
+
Q.target instanceof HTMLElement && Q.target.dataset.dismissible === "false" || G(!0);
|
|
883
|
+
}, onPointerUp: () => G(!1) }, T.filter((Q) => !Q.position && L === 0 || Q.position === j).map((Q, Me) => {
|
|
884
884
|
var ye, xe;
|
|
885
|
-
return c.createElement(Rr, { key:
|
|
885
|
+
return c.createElement(Rr, { key: Q.id, icons: q, index: Me, toast: Q, defaultRichColors: x, duration: (ye = b == null ? void 0 : b.duration) != null ? ye : E, className: b == null ? void 0 : b.className, descriptionClassName: b == null ? void 0 : b.descriptionClassName, invert: a, visibleToasts: S, closeButton: (xe = b == null ? void 0 : b.closeButton) != null ? xe : p, interacting: K, position: j, style: b == null ? void 0 : b.style, unstyled: b == null ? void 0 : b.unstyled, classNames: b == null ? void 0 : b.classNames, cancelButtonStyle: b == null ? void 0 : b.cancelButtonStyle, actionButtonStyle: b == null ? void 0 : b.actionButtonStyle, removeToast: ee, toasts: T.filter((Re) => Re.position == Q.position), heights: f.filter((Re) => Re.position == Q.position), setHeights: $, expandByDefault: d, gap: z, loadingIcon: D, expanded: J, pauseWhenPageIsHidden: R, swipeDirections: t.swipeDirections });
|
|
886
886
|
})) : null;
|
|
887
887
|
}));
|
|
888
888
|
});
|
|
@@ -1031,27 +1031,27 @@ const Mt = "-", Lr = (t) => {
|
|
|
1031
1031
|
experimentalParseClassName: a
|
|
1032
1032
|
} = t, o = r.length === 1, l = r[0], d = r.length, p = (s) => {
|
|
1033
1033
|
const u = [];
|
|
1034
|
-
let v = 0, m = 0,
|
|
1035
|
-
for (let
|
|
1036
|
-
let
|
|
1034
|
+
let v = 0, m = 0, x;
|
|
1035
|
+
for (let P = 0; P < s.length; P++) {
|
|
1036
|
+
let z = s[P];
|
|
1037
1037
|
if (v === 0) {
|
|
1038
|
-
if (
|
|
1039
|
-
u.push(s.slice(m,
|
|
1038
|
+
if (z === l && (o || s.slice(P, P + d) === r)) {
|
|
1039
|
+
u.push(s.slice(m, P)), m = P + d;
|
|
1040
1040
|
continue;
|
|
1041
1041
|
}
|
|
1042
|
-
if (
|
|
1043
|
-
|
|
1042
|
+
if (z === "/") {
|
|
1043
|
+
x = P;
|
|
1044
1044
|
continue;
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
1047
|
-
|
|
1047
|
+
z === "[" ? v++ : z === "]" && v--;
|
|
1048
1048
|
}
|
|
1049
|
-
const
|
|
1049
|
+
const E = u.length === 0 ? s : s.substring(m), n = E.startsWith(Qt), S = n ? E.substring(1) : E, b = x && x > m ? x - m : void 0;
|
|
1050
1050
|
return {
|
|
1051
1051
|
modifiers: u,
|
|
1052
1052
|
hasImportantModifier: n,
|
|
1053
|
-
baseClassName:
|
|
1054
|
-
maybePostfixModifierPosition:
|
|
1053
|
+
baseClassName: S,
|
|
1054
|
+
maybePostfixModifierPosition: b
|
|
1055
1055
|
};
|
|
1056
1056
|
};
|
|
1057
1057
|
return a ? (s) => a({
|
|
@@ -1080,30 +1080,30 @@ const Mt = "-", Lr = (t) => {
|
|
|
1080
1080
|
for (let u = p.length - 1; u >= 0; u -= 1) {
|
|
1081
1081
|
const v = p[u], {
|
|
1082
1082
|
modifiers: m,
|
|
1083
|
-
hasImportantModifier:
|
|
1084
|
-
baseClassName:
|
|
1083
|
+
hasImportantModifier: x,
|
|
1084
|
+
baseClassName: E,
|
|
1085
1085
|
maybePostfixModifierPosition: n
|
|
1086
1086
|
} = a(v);
|
|
1087
|
-
let
|
|
1088
|
-
if (!
|
|
1089
|
-
if (!
|
|
1087
|
+
let S = !!n, b = o(S ? E.substring(0, n) : E);
|
|
1088
|
+
if (!b) {
|
|
1089
|
+
if (!S) {
|
|
1090
1090
|
s = v + (s.length > 0 ? " " + s : s);
|
|
1091
1091
|
continue;
|
|
1092
1092
|
}
|
|
1093
|
-
if (
|
|
1093
|
+
if (b = o(E), !b) {
|
|
1094
1094
|
s = v + (s.length > 0 ? " " + s : s);
|
|
1095
1095
|
continue;
|
|
1096
1096
|
}
|
|
1097
|
-
|
|
1097
|
+
S = !1;
|
|
1098
1098
|
}
|
|
1099
|
-
const
|
|
1100
|
-
if (d.includes(
|
|
1099
|
+
const P = Ur(m).join(":"), z = x ? P + Qt : P, D = z + b;
|
|
1100
|
+
if (d.includes(D))
|
|
1101
1101
|
continue;
|
|
1102
|
-
d.push(
|
|
1103
|
-
const
|
|
1104
|
-
for (let
|
|
1105
|
-
const
|
|
1106
|
-
d.push(
|
|
1102
|
+
d.push(D);
|
|
1103
|
+
const q = l(b, S);
|
|
1104
|
+
for (let O = 0; O < q.length; ++O) {
|
|
1105
|
+
const R = q[O];
|
|
1106
|
+
d.push(z + R);
|
|
1107
1107
|
}
|
|
1108
1108
|
s = v + (s.length > 0 ? " " + s : s);
|
|
1109
1109
|
}
|
|
@@ -1126,7 +1126,7 @@ const St = (t) => {
|
|
|
1126
1126
|
function Jr(t, ...r) {
|
|
1127
1127
|
let a, o, l, d = p;
|
|
1128
1128
|
function p(u) {
|
|
1129
|
-
const v = r.reduce((m,
|
|
1129
|
+
const v = r.reduce((m, x) => x(m), t());
|
|
1130
1130
|
return a = Fr(v), o = a.cache.get, l = a.cache.set, d = s, s(u);
|
|
1131
1131
|
}
|
|
1132
1132
|
function s(u) {
|
|
@@ -1140,10 +1140,10 @@ function Jr(t, ...r) {
|
|
|
1140
1140
|
return d(Wr.apply(null, arguments));
|
|
1141
1141
|
};
|
|
1142
1142
|
}
|
|
1143
|
-
const
|
|
1143
|
+
const V = (t) => {
|
|
1144
1144
|
const r = (a) => a[t] || [];
|
|
1145
1145
|
return r.isThemeGetter = !0, r;
|
|
1146
|
-
}, Yt = /^\[(?:([a-z-]+):)?(.+)\]$/i, Kr = /^\d+\/\d+$/, _r = /* @__PURE__ */ new Set(["px", "full", "screen"]), $r = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ea = /\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$/, ta = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ra = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, aa = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, De = (t) => Ue(t) || _r.has(t) || Kr.test(t), Ee = (t) => Fe(t, "length", da), Ue = (t) => !!t && !Number.isNaN(Number(t)), wt = (t) => Fe(t, "number", Ue), $e = (t) => !!t && Number.isInteger(Number(t)), na = (t) => t.endsWith("%") && Ue(t.slice(0, -1)),
|
|
1146
|
+
}, Yt = /^\[(?:([a-z-]+):)?(.+)\]$/i, Kr = /^\d+\/\d+$/, _r = /* @__PURE__ */ new Set(["px", "full", "screen"]), $r = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ea = /\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$/, ta = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ra = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, aa = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, De = (t) => Ue(t) || _r.has(t) || Kr.test(t), Ee = (t) => Fe(t, "length", da), Ue = (t) => !!t && !Number.isNaN(Number(t)), wt = (t) => Fe(t, "number", Ue), $e = (t) => !!t && Number.isInteger(Number(t)), na = (t) => t.endsWith("%") && Ue(t.slice(0, -1)), C = (t) => Yt.test(t), ze = (t) => $r.test(t), oa = /* @__PURE__ */ new Set(["length", "size", "percentage"]), ia = (t) => Fe(t, oa, Vt), Aa = (t) => Fe(t, "position", Vt), sa = /* @__PURE__ */ new Set(["image", "url"]), la = (t) => Fe(t, sa, fa), ca = (t) => Fe(t, "", ua), et = () => !0, Fe = (t, r, a) => {
|
|
1147
1147
|
const o = Yt.exec(t);
|
|
1148
1148
|
return o ? o[1] ? typeof r == "string" ? o[1] === r : r.has(o[1]) : a(o[2]) : !1;
|
|
1149
1149
|
}, da = (t) => (
|
|
@@ -1152,36 +1152,36 @@ const Y = (t) => {
|
|
|
1152
1152
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
1153
1153
|
ea.test(t) && !ta.test(t)
|
|
1154
1154
|
), Vt = () => !1, ua = (t) => ra.test(t), fa = (t) => aa.test(t), ga = () => {
|
|
1155
|
-
const t =
|
|
1155
|
+
const t = V("colors"), r = V("spacing"), a = V("blur"), o = V("brightness"), l = V("borderColor"), d = V("borderRadius"), p = V("borderSpacing"), s = V("borderWidth"), u = V("contrast"), v = V("grayscale"), m = V("hueRotate"), x = V("invert"), E = V("gap"), n = V("gradientColorStops"), S = V("gradientColorStopPositions"), b = V("inset"), P = V("margin"), z = V("opacity"), D = V("padding"), q = V("saturate"), O = V("scale"), R = V("sepia"), T = V("skew"), U = V("space"), _ = V("translate"), f = () => ["auto", "contain", "none"], $ = () => ["auto", "hidden", "clip", "visible", "scroll"], J = () => ["auto", C, r], h = () => [C, r], K = () => ["", De, Ee], G = () => ["auto", Ue, C], ce = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], re = () => ["solid", "dashed", "dotted", "double", "none"], ae = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], fe = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], B = () => ["", "0", C], W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], ee = () => [Ue, C];
|
|
1156
1156
|
return {
|
|
1157
1157
|
cacheSize: 500,
|
|
1158
1158
|
separator: ":",
|
|
1159
1159
|
theme: {
|
|
1160
1160
|
colors: [et],
|
|
1161
1161
|
spacing: [De, Ee],
|
|
1162
|
-
blur: ["none", "", ze,
|
|
1163
|
-
brightness:
|
|
1162
|
+
blur: ["none", "", ze, C],
|
|
1163
|
+
brightness: ee(),
|
|
1164
1164
|
borderColor: [t],
|
|
1165
|
-
borderRadius: ["none", "", "full", ze,
|
|
1166
|
-
borderSpacing:
|
|
1167
|
-
borderWidth:
|
|
1168
|
-
contrast:
|
|
1169
|
-
grayscale:
|
|
1170
|
-
hueRotate:
|
|
1171
|
-
invert:
|
|
1172
|
-
gap:
|
|
1165
|
+
borderRadius: ["none", "", "full", ze, C],
|
|
1166
|
+
borderSpacing: h(),
|
|
1167
|
+
borderWidth: K(),
|
|
1168
|
+
contrast: ee(),
|
|
1169
|
+
grayscale: B(),
|
|
1170
|
+
hueRotate: ee(),
|
|
1171
|
+
invert: B(),
|
|
1172
|
+
gap: h(),
|
|
1173
1173
|
gradientColorStops: [t],
|
|
1174
1174
|
gradientColorStopPositions: [na, Ee],
|
|
1175
|
-
inset:
|
|
1176
|
-
margin:
|
|
1177
|
-
opacity:
|
|
1178
|
-
padding:
|
|
1179
|
-
saturate:
|
|
1180
|
-
scale:
|
|
1181
|
-
sepia:
|
|
1182
|
-
skew:
|
|
1183
|
-
space:
|
|
1184
|
-
translate:
|
|
1175
|
+
inset: J(),
|
|
1176
|
+
margin: J(),
|
|
1177
|
+
opacity: ee(),
|
|
1178
|
+
padding: h(),
|
|
1179
|
+
saturate: ee(),
|
|
1180
|
+
scale: ee(),
|
|
1181
|
+
sepia: B(),
|
|
1182
|
+
skew: ee(),
|
|
1183
|
+
space: h(),
|
|
1184
|
+
translate: h()
|
|
1185
1185
|
},
|
|
1186
1186
|
classGroups: {
|
|
1187
1187
|
// Layout
|
|
@@ -1190,7 +1190,7 @@ const Y = (t) => {
|
|
|
1190
1190
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1191
1191
|
*/
|
|
1192
1192
|
aspect: [{
|
|
1193
|
-
aspect: ["auto", "square", "video",
|
|
1193
|
+
aspect: ["auto", "square", "video", C]
|
|
1194
1194
|
}],
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Container
|
|
@@ -1209,14 +1209,14 @@ const Y = (t) => {
|
|
|
1209
1209
|
* @see https://tailwindcss.com/docs/break-after
|
|
1210
1210
|
*/
|
|
1211
1211
|
"break-after": [{
|
|
1212
|
-
"break-after":
|
|
1212
|
+
"break-after": W()
|
|
1213
1213
|
}],
|
|
1214
1214
|
/**
|
|
1215
1215
|
* Break Before
|
|
1216
1216
|
* @see https://tailwindcss.com/docs/break-before
|
|
1217
1217
|
*/
|
|
1218
1218
|
"break-before": [{
|
|
1219
|
-
"break-before":
|
|
1219
|
+
"break-before": W()
|
|
1220
1220
|
}],
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Break Inside
|
|
@@ -1275,28 +1275,28 @@ const Y = (t) => {
|
|
|
1275
1275
|
* @see https://tailwindcss.com/docs/object-position
|
|
1276
1276
|
*/
|
|
1277
1277
|
"object-position": [{
|
|
1278
|
-
object: [...
|
|
1278
|
+
object: [...ce(), C]
|
|
1279
1279
|
}],
|
|
1280
1280
|
/**
|
|
1281
1281
|
* Overflow
|
|
1282
1282
|
* @see https://tailwindcss.com/docs/overflow
|
|
1283
1283
|
*/
|
|
1284
1284
|
overflow: [{
|
|
1285
|
-
overflow:
|
|
1285
|
+
overflow: $()
|
|
1286
1286
|
}],
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Overflow X
|
|
1289
1289
|
* @see https://tailwindcss.com/docs/overflow
|
|
1290
1290
|
*/
|
|
1291
1291
|
"overflow-x": [{
|
|
1292
|
-
"overflow-x":
|
|
1292
|
+
"overflow-x": $()
|
|
1293
1293
|
}],
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Overflow Y
|
|
1296
1296
|
* @see https://tailwindcss.com/docs/overflow
|
|
1297
1297
|
*/
|
|
1298
1298
|
"overflow-y": [{
|
|
1299
|
-
"overflow-y":
|
|
1299
|
+
"overflow-y": $()
|
|
1300
1300
|
}],
|
|
1301
1301
|
/**
|
|
1302
1302
|
* Overscroll Behavior
|
|
@@ -1329,63 +1329,63 @@ const Y = (t) => {
|
|
|
1329
1329
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1330
1330
|
*/
|
|
1331
1331
|
inset: [{
|
|
1332
|
-
inset: [
|
|
1332
|
+
inset: [b]
|
|
1333
1333
|
}],
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Right / Left
|
|
1336
1336
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1337
1337
|
*/
|
|
1338
1338
|
"inset-x": [{
|
|
1339
|
-
"inset-x": [
|
|
1339
|
+
"inset-x": [b]
|
|
1340
1340
|
}],
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Top / Bottom
|
|
1343
1343
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1344
1344
|
*/
|
|
1345
1345
|
"inset-y": [{
|
|
1346
|
-
"inset-y": [
|
|
1346
|
+
"inset-y": [b]
|
|
1347
1347
|
}],
|
|
1348
1348
|
/**
|
|
1349
1349
|
* Start
|
|
1350
1350
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1351
1351
|
*/
|
|
1352
1352
|
start: [{
|
|
1353
|
-
start: [
|
|
1353
|
+
start: [b]
|
|
1354
1354
|
}],
|
|
1355
1355
|
/**
|
|
1356
1356
|
* End
|
|
1357
1357
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1358
1358
|
*/
|
|
1359
1359
|
end: [{
|
|
1360
|
-
end: [
|
|
1360
|
+
end: [b]
|
|
1361
1361
|
}],
|
|
1362
1362
|
/**
|
|
1363
1363
|
* Top
|
|
1364
1364
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1365
1365
|
*/
|
|
1366
1366
|
top: [{
|
|
1367
|
-
top: [
|
|
1367
|
+
top: [b]
|
|
1368
1368
|
}],
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Right
|
|
1371
1371
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1372
1372
|
*/
|
|
1373
1373
|
right: [{
|
|
1374
|
-
right: [
|
|
1374
|
+
right: [b]
|
|
1375
1375
|
}],
|
|
1376
1376
|
/**
|
|
1377
1377
|
* Bottom
|
|
1378
1378
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1379
1379
|
*/
|
|
1380
1380
|
bottom: [{
|
|
1381
|
-
bottom: [
|
|
1381
|
+
bottom: [b]
|
|
1382
1382
|
}],
|
|
1383
1383
|
/**
|
|
1384
1384
|
* Left
|
|
1385
1385
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1386
1386
|
*/
|
|
1387
1387
|
left: [{
|
|
1388
|
-
left: [
|
|
1388
|
+
left: [b]
|
|
1389
1389
|
}],
|
|
1390
1390
|
/**
|
|
1391
1391
|
* Visibility
|
|
@@ -1397,7 +1397,7 @@ const Y = (t) => {
|
|
|
1397
1397
|
* @see https://tailwindcss.com/docs/z-index
|
|
1398
1398
|
*/
|
|
1399
1399
|
z: [{
|
|
1400
|
-
z: ["auto", $e,
|
|
1400
|
+
z: ["auto", $e, C]
|
|
1401
1401
|
}],
|
|
1402
1402
|
// Flexbox and Grid
|
|
1403
1403
|
/**
|
|
@@ -1405,7 +1405,7 @@ const Y = (t) => {
|
|
|
1405
1405
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1406
1406
|
*/
|
|
1407
1407
|
basis: [{
|
|
1408
|
-
basis:
|
|
1408
|
+
basis: J()
|
|
1409
1409
|
}],
|
|
1410
1410
|
/**
|
|
1411
1411
|
* Flex Direction
|
|
@@ -1426,28 +1426,28 @@ const Y = (t) => {
|
|
|
1426
1426
|
* @see https://tailwindcss.com/docs/flex
|
|
1427
1427
|
*/
|
|
1428
1428
|
flex: [{
|
|
1429
|
-
flex: ["1", "auto", "initial", "none",
|
|
1429
|
+
flex: ["1", "auto", "initial", "none", C]
|
|
1430
1430
|
}],
|
|
1431
1431
|
/**
|
|
1432
1432
|
* Flex Grow
|
|
1433
1433
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1434
1434
|
*/
|
|
1435
1435
|
grow: [{
|
|
1436
|
-
grow:
|
|
1436
|
+
grow: B()
|
|
1437
1437
|
}],
|
|
1438
1438
|
/**
|
|
1439
1439
|
* Flex Shrink
|
|
1440
1440
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1441
1441
|
*/
|
|
1442
1442
|
shrink: [{
|
|
1443
|
-
shrink:
|
|
1443
|
+
shrink: B()
|
|
1444
1444
|
}],
|
|
1445
1445
|
/**
|
|
1446
1446
|
* Order
|
|
1447
1447
|
* @see https://tailwindcss.com/docs/order
|
|
1448
1448
|
*/
|
|
1449
1449
|
order: [{
|
|
1450
|
-
order: ["first", "last", "none", $e,
|
|
1450
|
+
order: ["first", "last", "none", $e, C]
|
|
1451
1451
|
}],
|
|
1452
1452
|
/**
|
|
1453
1453
|
* Grid Template Columns
|
|
@@ -1462,22 +1462,22 @@ const Y = (t) => {
|
|
|
1462
1462
|
*/
|
|
1463
1463
|
"col-start-end": [{
|
|
1464
1464
|
col: ["auto", {
|
|
1465
|
-
span: ["full", $e,
|
|
1466
|
-
},
|
|
1465
|
+
span: ["full", $e, C]
|
|
1466
|
+
}, C]
|
|
1467
1467
|
}],
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Grid Column Start
|
|
1470
1470
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1471
1471
|
*/
|
|
1472
1472
|
"col-start": [{
|
|
1473
|
-
"col-start":
|
|
1473
|
+
"col-start": G()
|
|
1474
1474
|
}],
|
|
1475
1475
|
/**
|
|
1476
1476
|
* Grid Column End
|
|
1477
1477
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1478
1478
|
*/
|
|
1479
1479
|
"col-end": [{
|
|
1480
|
-
"col-end":
|
|
1480
|
+
"col-end": G()
|
|
1481
1481
|
}],
|
|
1482
1482
|
/**
|
|
1483
1483
|
* Grid Template Rows
|
|
@@ -1492,22 +1492,22 @@ const Y = (t) => {
|
|
|
1492
1492
|
*/
|
|
1493
1493
|
"row-start-end": [{
|
|
1494
1494
|
row: ["auto", {
|
|
1495
|
-
span: [$e,
|
|
1496
|
-
},
|
|
1495
|
+
span: [$e, C]
|
|
1496
|
+
}, C]
|
|
1497
1497
|
}],
|
|
1498
1498
|
/**
|
|
1499
1499
|
* Grid Row Start
|
|
1500
1500
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1501
1501
|
*/
|
|
1502
1502
|
"row-start": [{
|
|
1503
|
-
"row-start":
|
|
1503
|
+
"row-start": G()
|
|
1504
1504
|
}],
|
|
1505
1505
|
/**
|
|
1506
1506
|
* Grid Row End
|
|
1507
1507
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1508
1508
|
*/
|
|
1509
1509
|
"row-end": [{
|
|
1510
|
-
"row-end":
|
|
1510
|
+
"row-end": G()
|
|
1511
1511
|
}],
|
|
1512
1512
|
/**
|
|
1513
1513
|
* Grid Auto Flow
|
|
@@ -1521,35 +1521,35 @@ const Y = (t) => {
|
|
|
1521
1521
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1522
1522
|
*/
|
|
1523
1523
|
"auto-cols": [{
|
|
1524
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
1524
|
+
"auto-cols": ["auto", "min", "max", "fr", C]
|
|
1525
1525
|
}],
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Grid Auto Rows
|
|
1528
1528
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1529
1529
|
*/
|
|
1530
1530
|
"auto-rows": [{
|
|
1531
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
1531
|
+
"auto-rows": ["auto", "min", "max", "fr", C]
|
|
1532
1532
|
}],
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Gap
|
|
1535
1535
|
* @see https://tailwindcss.com/docs/gap
|
|
1536
1536
|
*/
|
|
1537
1537
|
gap: [{
|
|
1538
|
-
gap: [
|
|
1538
|
+
gap: [E]
|
|
1539
1539
|
}],
|
|
1540
1540
|
/**
|
|
1541
1541
|
* Gap X
|
|
1542
1542
|
* @see https://tailwindcss.com/docs/gap
|
|
1543
1543
|
*/
|
|
1544
1544
|
"gap-x": [{
|
|
1545
|
-
"gap-x": [
|
|
1545
|
+
"gap-x": [E]
|
|
1546
1546
|
}],
|
|
1547
1547
|
/**
|
|
1548
1548
|
* Gap Y
|
|
1549
1549
|
* @see https://tailwindcss.com/docs/gap
|
|
1550
1550
|
*/
|
|
1551
1551
|
"gap-y": [{
|
|
1552
|
-
"gap-y": [
|
|
1552
|
+
"gap-y": [E]
|
|
1553
1553
|
}],
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Justify Content
|
|
@@ -1620,133 +1620,133 @@ const Y = (t) => {
|
|
|
1620
1620
|
* @see https://tailwindcss.com/docs/padding
|
|
1621
1621
|
*/
|
|
1622
1622
|
p: [{
|
|
1623
|
-
p: [
|
|
1623
|
+
p: [D]
|
|
1624
1624
|
}],
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Padding X
|
|
1627
1627
|
* @see https://tailwindcss.com/docs/padding
|
|
1628
1628
|
*/
|
|
1629
1629
|
px: [{
|
|
1630
|
-
px: [
|
|
1630
|
+
px: [D]
|
|
1631
1631
|
}],
|
|
1632
1632
|
/**
|
|
1633
1633
|
* Padding Y
|
|
1634
1634
|
* @see https://tailwindcss.com/docs/padding
|
|
1635
1635
|
*/
|
|
1636
1636
|
py: [{
|
|
1637
|
-
py: [
|
|
1637
|
+
py: [D]
|
|
1638
1638
|
}],
|
|
1639
1639
|
/**
|
|
1640
1640
|
* Padding Start
|
|
1641
1641
|
* @see https://tailwindcss.com/docs/padding
|
|
1642
1642
|
*/
|
|
1643
1643
|
ps: [{
|
|
1644
|
-
ps: [
|
|
1644
|
+
ps: [D]
|
|
1645
1645
|
}],
|
|
1646
1646
|
/**
|
|
1647
1647
|
* Padding End
|
|
1648
1648
|
* @see https://tailwindcss.com/docs/padding
|
|
1649
1649
|
*/
|
|
1650
1650
|
pe: [{
|
|
1651
|
-
pe: [
|
|
1651
|
+
pe: [D]
|
|
1652
1652
|
}],
|
|
1653
1653
|
/**
|
|
1654
1654
|
* Padding Top
|
|
1655
1655
|
* @see https://tailwindcss.com/docs/padding
|
|
1656
1656
|
*/
|
|
1657
1657
|
pt: [{
|
|
1658
|
-
pt: [
|
|
1658
|
+
pt: [D]
|
|
1659
1659
|
}],
|
|
1660
1660
|
/**
|
|
1661
1661
|
* Padding Right
|
|
1662
1662
|
* @see https://tailwindcss.com/docs/padding
|
|
1663
1663
|
*/
|
|
1664
1664
|
pr: [{
|
|
1665
|
-
pr: [
|
|
1665
|
+
pr: [D]
|
|
1666
1666
|
}],
|
|
1667
1667
|
/**
|
|
1668
1668
|
* Padding Bottom
|
|
1669
1669
|
* @see https://tailwindcss.com/docs/padding
|
|
1670
1670
|
*/
|
|
1671
1671
|
pb: [{
|
|
1672
|
-
pb: [
|
|
1672
|
+
pb: [D]
|
|
1673
1673
|
}],
|
|
1674
1674
|
/**
|
|
1675
1675
|
* Padding Left
|
|
1676
1676
|
* @see https://tailwindcss.com/docs/padding
|
|
1677
1677
|
*/
|
|
1678
1678
|
pl: [{
|
|
1679
|
-
pl: [
|
|
1679
|
+
pl: [D]
|
|
1680
1680
|
}],
|
|
1681
1681
|
/**
|
|
1682
1682
|
* Margin
|
|
1683
1683
|
* @see https://tailwindcss.com/docs/margin
|
|
1684
1684
|
*/
|
|
1685
1685
|
m: [{
|
|
1686
|
-
m: [
|
|
1686
|
+
m: [P]
|
|
1687
1687
|
}],
|
|
1688
1688
|
/**
|
|
1689
1689
|
* Margin X
|
|
1690
1690
|
* @see https://tailwindcss.com/docs/margin
|
|
1691
1691
|
*/
|
|
1692
1692
|
mx: [{
|
|
1693
|
-
mx: [
|
|
1693
|
+
mx: [P]
|
|
1694
1694
|
}],
|
|
1695
1695
|
/**
|
|
1696
1696
|
* Margin Y
|
|
1697
1697
|
* @see https://tailwindcss.com/docs/margin
|
|
1698
1698
|
*/
|
|
1699
1699
|
my: [{
|
|
1700
|
-
my: [
|
|
1700
|
+
my: [P]
|
|
1701
1701
|
}],
|
|
1702
1702
|
/**
|
|
1703
1703
|
* Margin Start
|
|
1704
1704
|
* @see https://tailwindcss.com/docs/margin
|
|
1705
1705
|
*/
|
|
1706
1706
|
ms: [{
|
|
1707
|
-
ms: [
|
|
1707
|
+
ms: [P]
|
|
1708
1708
|
}],
|
|
1709
1709
|
/**
|
|
1710
1710
|
* Margin End
|
|
1711
1711
|
* @see https://tailwindcss.com/docs/margin
|
|
1712
1712
|
*/
|
|
1713
1713
|
me: [{
|
|
1714
|
-
me: [
|
|
1714
|
+
me: [P]
|
|
1715
1715
|
}],
|
|
1716
1716
|
/**
|
|
1717
1717
|
* Margin Top
|
|
1718
1718
|
* @see https://tailwindcss.com/docs/margin
|
|
1719
1719
|
*/
|
|
1720
1720
|
mt: [{
|
|
1721
|
-
mt: [
|
|
1721
|
+
mt: [P]
|
|
1722
1722
|
}],
|
|
1723
1723
|
/**
|
|
1724
1724
|
* Margin Right
|
|
1725
1725
|
* @see https://tailwindcss.com/docs/margin
|
|
1726
1726
|
*/
|
|
1727
1727
|
mr: [{
|
|
1728
|
-
mr: [
|
|
1728
|
+
mr: [P]
|
|
1729
1729
|
}],
|
|
1730
1730
|
/**
|
|
1731
1731
|
* Margin Bottom
|
|
1732
1732
|
* @see https://tailwindcss.com/docs/margin
|
|
1733
1733
|
*/
|
|
1734
1734
|
mb: [{
|
|
1735
|
-
mb: [
|
|
1735
|
+
mb: [P]
|
|
1736
1736
|
}],
|
|
1737
1737
|
/**
|
|
1738
1738
|
* Margin Left
|
|
1739
1739
|
* @see https://tailwindcss.com/docs/margin
|
|
1740
1740
|
*/
|
|
1741
1741
|
ml: [{
|
|
1742
|
-
ml: [
|
|
1742
|
+
ml: [P]
|
|
1743
1743
|
}],
|
|
1744
1744
|
/**
|
|
1745
1745
|
* Space Between X
|
|
1746
1746
|
* @see https://tailwindcss.com/docs/space
|
|
1747
1747
|
*/
|
|
1748
1748
|
"space-x": [{
|
|
1749
|
-
"space-x": [
|
|
1749
|
+
"space-x": [U]
|
|
1750
1750
|
}],
|
|
1751
1751
|
/**
|
|
1752
1752
|
* Space Between X Reverse
|
|
@@ -1758,7 +1758,7 @@ const Y = (t) => {
|
|
|
1758
1758
|
* @see https://tailwindcss.com/docs/space
|
|
1759
1759
|
*/
|
|
1760
1760
|
"space-y": [{
|
|
1761
|
-
"space-y": [
|
|
1761
|
+
"space-y": [U]
|
|
1762
1762
|
}],
|
|
1763
1763
|
/**
|
|
1764
1764
|
* Space Between Y Reverse
|
|
@@ -1771,21 +1771,21 @@ const Y = (t) => {
|
|
|
1771
1771
|
* @see https://tailwindcss.com/docs/width
|
|
1772
1772
|
*/
|
|
1773
1773
|
w: [{
|
|
1774
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
1774
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", C, r]
|
|
1775
1775
|
}],
|
|
1776
1776
|
/**
|
|
1777
1777
|
* Min-Width
|
|
1778
1778
|
* @see https://tailwindcss.com/docs/min-width
|
|
1779
1779
|
*/
|
|
1780
1780
|
"min-w": [{
|
|
1781
|
-
"min-w": [
|
|
1781
|
+
"min-w": [C, r, "min", "max", "fit"]
|
|
1782
1782
|
}],
|
|
1783
1783
|
/**
|
|
1784
1784
|
* Max-Width
|
|
1785
1785
|
* @see https://tailwindcss.com/docs/max-width
|
|
1786
1786
|
*/
|
|
1787
1787
|
"max-w": [{
|
|
1788
|
-
"max-w": [
|
|
1788
|
+
"max-w": [C, r, "none", "full", "min", "max", "fit", "prose", {
|
|
1789
1789
|
screen: [ze]
|
|
1790
1790
|
}, ze]
|
|
1791
1791
|
}],
|
|
@@ -1794,28 +1794,28 @@ const Y = (t) => {
|
|
|
1794
1794
|
* @see https://tailwindcss.com/docs/height
|
|
1795
1795
|
*/
|
|
1796
1796
|
h: [{
|
|
1797
|
-
h: [
|
|
1797
|
+
h: [C, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1798
1798
|
}],
|
|
1799
1799
|
/**
|
|
1800
1800
|
* Min-Height
|
|
1801
1801
|
* @see https://tailwindcss.com/docs/min-height
|
|
1802
1802
|
*/
|
|
1803
1803
|
"min-h": [{
|
|
1804
|
-
"min-h": [
|
|
1804
|
+
"min-h": [C, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1805
1805
|
}],
|
|
1806
1806
|
/**
|
|
1807
1807
|
* Max-Height
|
|
1808
1808
|
* @see https://tailwindcss.com/docs/max-height
|
|
1809
1809
|
*/
|
|
1810
1810
|
"max-h": [{
|
|
1811
|
-
"max-h": [
|
|
1811
|
+
"max-h": [C, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1812
1812
|
}],
|
|
1813
1813
|
/**
|
|
1814
1814
|
* Size
|
|
1815
1815
|
* @see https://tailwindcss.com/docs/size
|
|
1816
1816
|
*/
|
|
1817
1817
|
size: [{
|
|
1818
|
-
size: [
|
|
1818
|
+
size: [C, r, "auto", "min", "max", "fit"]
|
|
1819
1819
|
}],
|
|
1820
1820
|
// Typography
|
|
1821
1821
|
/**
|
|
@@ -1884,7 +1884,7 @@ const Y = (t) => {
|
|
|
1884
1884
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1885
1885
|
*/
|
|
1886
1886
|
tracking: [{
|
|
1887
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
1887
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", C]
|
|
1888
1888
|
}],
|
|
1889
1889
|
/**
|
|
1890
1890
|
* Line Clamp
|
|
@@ -1898,21 +1898,21 @@ const Y = (t) => {
|
|
|
1898
1898
|
* @see https://tailwindcss.com/docs/line-height
|
|
1899
1899
|
*/
|
|
1900
1900
|
leading: [{
|
|
1901
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", De,
|
|
1901
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", De, C]
|
|
1902
1902
|
}],
|
|
1903
1903
|
/**
|
|
1904
1904
|
* List Style Image
|
|
1905
1905
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1906
1906
|
*/
|
|
1907
1907
|
"list-image": [{
|
|
1908
|
-
"list-image": ["none",
|
|
1908
|
+
"list-image": ["none", C]
|
|
1909
1909
|
}],
|
|
1910
1910
|
/**
|
|
1911
1911
|
* List Style Type
|
|
1912
1912
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1913
1913
|
*/
|
|
1914
1914
|
"list-style-type": [{
|
|
1915
|
-
list: ["none", "disc", "decimal",
|
|
1915
|
+
list: ["none", "disc", "decimal", C]
|
|
1916
1916
|
}],
|
|
1917
1917
|
/**
|
|
1918
1918
|
* List Style Position
|
|
@@ -1934,7 +1934,7 @@ const Y = (t) => {
|
|
|
1934
1934
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1935
1935
|
*/
|
|
1936
1936
|
"placeholder-opacity": [{
|
|
1937
|
-
"placeholder-opacity": [
|
|
1937
|
+
"placeholder-opacity": [z]
|
|
1938
1938
|
}],
|
|
1939
1939
|
/**
|
|
1940
1940
|
* Text Alignment
|
|
@@ -1955,7 +1955,7 @@ const Y = (t) => {
|
|
|
1955
1955
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1956
1956
|
*/
|
|
1957
1957
|
"text-opacity": [{
|
|
1958
|
-
"text-opacity": [
|
|
1958
|
+
"text-opacity": [z]
|
|
1959
1959
|
}],
|
|
1960
1960
|
/**
|
|
1961
1961
|
* Text Decoration
|
|
@@ -1967,7 +1967,7 @@ const Y = (t) => {
|
|
|
1967
1967
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1968
1968
|
*/
|
|
1969
1969
|
"text-decoration-style": [{
|
|
1970
|
-
decoration: [...
|
|
1970
|
+
decoration: [...re(), "wavy"]
|
|
1971
1971
|
}],
|
|
1972
1972
|
/**
|
|
1973
1973
|
* Text Decoration Thickness
|
|
@@ -1981,7 +1981,7 @@ const Y = (t) => {
|
|
|
1981
1981
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1982
1982
|
*/
|
|
1983
1983
|
"underline-offset": [{
|
|
1984
|
-
"underline-offset": ["auto", De,
|
|
1984
|
+
"underline-offset": ["auto", De, C]
|
|
1985
1985
|
}],
|
|
1986
1986
|
/**
|
|
1987
1987
|
* Text Decoration Color
|
|
@@ -2012,14 +2012,14 @@ const Y = (t) => {
|
|
|
2012
2012
|
* @see https://tailwindcss.com/docs/text-indent
|
|
2013
2013
|
*/
|
|
2014
2014
|
indent: [{
|
|
2015
|
-
indent:
|
|
2015
|
+
indent: h()
|
|
2016
2016
|
}],
|
|
2017
2017
|
/**
|
|
2018
2018
|
* Vertical Alignment
|
|
2019
2019
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
2020
2020
|
*/
|
|
2021
2021
|
"vertical-align": [{
|
|
2022
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
2022
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", C]
|
|
2023
2023
|
}],
|
|
2024
2024
|
/**
|
|
2025
2025
|
* Whitespace
|
|
@@ -2047,7 +2047,7 @@ const Y = (t) => {
|
|
|
2047
2047
|
* @see https://tailwindcss.com/docs/content
|
|
2048
2048
|
*/
|
|
2049
2049
|
content: [{
|
|
2050
|
-
content: ["none",
|
|
2050
|
+
content: ["none", C]
|
|
2051
2051
|
}],
|
|
2052
2052
|
// Backgrounds
|
|
2053
2053
|
/**
|
|
@@ -2070,7 +2070,7 @@ const Y = (t) => {
|
|
|
2070
2070
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
2071
2071
|
*/
|
|
2072
2072
|
"bg-opacity": [{
|
|
2073
|
-
"bg-opacity": [
|
|
2073
|
+
"bg-opacity": [z]
|
|
2074
2074
|
}],
|
|
2075
2075
|
/**
|
|
2076
2076
|
* Background Origin
|
|
@@ -2084,7 +2084,7 @@ const Y = (t) => {
|
|
|
2084
2084
|
* @see https://tailwindcss.com/docs/background-position
|
|
2085
2085
|
*/
|
|
2086
2086
|
"bg-position": [{
|
|
2087
|
-
bg: [...
|
|
2087
|
+
bg: [...ce(), Aa]
|
|
2088
2088
|
}],
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Background Repeat
|
|
@@ -2123,21 +2123,21 @@ const Y = (t) => {
|
|
|
2123
2123
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2124
2124
|
*/
|
|
2125
2125
|
"gradient-from-pos": [{
|
|
2126
|
-
from: [
|
|
2126
|
+
from: [S]
|
|
2127
2127
|
}],
|
|
2128
2128
|
/**
|
|
2129
2129
|
* Gradient Color Stops Via Position
|
|
2130
2130
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2131
2131
|
*/
|
|
2132
2132
|
"gradient-via-pos": [{
|
|
2133
|
-
via: [
|
|
2133
|
+
via: [S]
|
|
2134
2134
|
}],
|
|
2135
2135
|
/**
|
|
2136
2136
|
* Gradient Color Stops To Position
|
|
2137
2137
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2138
2138
|
*/
|
|
2139
2139
|
"gradient-to-pos": [{
|
|
2140
|
-
to: [
|
|
2140
|
+
to: [S]
|
|
2141
2141
|
}],
|
|
2142
2142
|
/**
|
|
2143
2143
|
* Gradient Color Stops From
|
|
@@ -2334,14 +2334,14 @@ const Y = (t) => {
|
|
|
2334
2334
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
2335
2335
|
*/
|
|
2336
2336
|
"border-opacity": [{
|
|
2337
|
-
"border-opacity": [
|
|
2337
|
+
"border-opacity": [z]
|
|
2338
2338
|
}],
|
|
2339
2339
|
/**
|
|
2340
2340
|
* Border Style
|
|
2341
2341
|
* @see https://tailwindcss.com/docs/border-style
|
|
2342
2342
|
*/
|
|
2343
2343
|
"border-style": [{
|
|
2344
|
-
border: [...
|
|
2344
|
+
border: [...re(), "hidden"]
|
|
2345
2345
|
}],
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Divide Width X
|
|
@@ -2372,14 +2372,14 @@ const Y = (t) => {
|
|
|
2372
2372
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
2373
2373
|
*/
|
|
2374
2374
|
"divide-opacity": [{
|
|
2375
|
-
"divide-opacity": [
|
|
2375
|
+
"divide-opacity": [z]
|
|
2376
2376
|
}],
|
|
2377
2377
|
/**
|
|
2378
2378
|
* Divide Style
|
|
2379
2379
|
* @see https://tailwindcss.com/docs/divide-style
|
|
2380
2380
|
*/
|
|
2381
2381
|
"divide-style": [{
|
|
2382
|
-
divide:
|
|
2382
|
+
divide: re()
|
|
2383
2383
|
}],
|
|
2384
2384
|
/**
|
|
2385
2385
|
* Border Color
|
|
@@ -2456,14 +2456,14 @@ const Y = (t) => {
|
|
|
2456
2456
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2457
2457
|
*/
|
|
2458
2458
|
"outline-style": [{
|
|
2459
|
-
outline: ["", ...
|
|
2459
|
+
outline: ["", ...re()]
|
|
2460
2460
|
}],
|
|
2461
2461
|
/**
|
|
2462
2462
|
* Outline Offset
|
|
2463
2463
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2464
2464
|
*/
|
|
2465
2465
|
"outline-offset": [{
|
|
2466
|
-
"outline-offset": [De,
|
|
2466
|
+
"outline-offset": [De, C]
|
|
2467
2467
|
}],
|
|
2468
2468
|
/**
|
|
2469
2469
|
* Outline Width
|
|
@@ -2484,7 +2484,7 @@ const Y = (t) => {
|
|
|
2484
2484
|
* @see https://tailwindcss.com/docs/ring-width
|
|
2485
2485
|
*/
|
|
2486
2486
|
"ring-w": [{
|
|
2487
|
-
ring:
|
|
2487
|
+
ring: K()
|
|
2488
2488
|
}],
|
|
2489
2489
|
/**
|
|
2490
2490
|
* Ring Width Inset
|
|
@@ -2503,7 +2503,7 @@ const Y = (t) => {
|
|
|
2503
2503
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
2504
2504
|
*/
|
|
2505
2505
|
"ring-opacity": [{
|
|
2506
|
-
"ring-opacity": [
|
|
2506
|
+
"ring-opacity": [z]
|
|
2507
2507
|
}],
|
|
2508
2508
|
/**
|
|
2509
2509
|
* Ring Offset Width
|
|
@@ -2539,21 +2539,21 @@ const Y = (t) => {
|
|
|
2539
2539
|
* @see https://tailwindcss.com/docs/opacity
|
|
2540
2540
|
*/
|
|
2541
2541
|
opacity: [{
|
|
2542
|
-
opacity: [
|
|
2542
|
+
opacity: [z]
|
|
2543
2543
|
}],
|
|
2544
2544
|
/**
|
|
2545
2545
|
* Mix Blend Mode
|
|
2546
2546
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2547
2547
|
*/
|
|
2548
2548
|
"mix-blend": [{
|
|
2549
|
-
"mix-blend": [...
|
|
2549
|
+
"mix-blend": [...ae(), "plus-lighter", "plus-darker"]
|
|
2550
2550
|
}],
|
|
2551
2551
|
/**
|
|
2552
2552
|
* Background Blend Mode
|
|
2553
2553
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2554
2554
|
*/
|
|
2555
2555
|
"bg-blend": [{
|
|
2556
|
-
"bg-blend":
|
|
2556
|
+
"bg-blend": ae()
|
|
2557
2557
|
}],
|
|
2558
2558
|
// Filters
|
|
2559
2559
|
/**
|
|
@@ -2590,7 +2590,7 @@ const Y = (t) => {
|
|
|
2590
2590
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2591
2591
|
*/
|
|
2592
2592
|
"drop-shadow": [{
|
|
2593
|
-
"drop-shadow": ["", "none", ze,
|
|
2593
|
+
"drop-shadow": ["", "none", ze, C]
|
|
2594
2594
|
}],
|
|
2595
2595
|
/**
|
|
2596
2596
|
* Grayscale
|
|
@@ -2611,21 +2611,21 @@ const Y = (t) => {
|
|
|
2611
2611
|
* @see https://tailwindcss.com/docs/invert
|
|
2612
2612
|
*/
|
|
2613
2613
|
invert: [{
|
|
2614
|
-
invert: [
|
|
2614
|
+
invert: [x]
|
|
2615
2615
|
}],
|
|
2616
2616
|
/**
|
|
2617
2617
|
* Saturate
|
|
2618
2618
|
* @see https://tailwindcss.com/docs/saturate
|
|
2619
2619
|
*/
|
|
2620
2620
|
saturate: [{
|
|
2621
|
-
saturate: [
|
|
2621
|
+
saturate: [q]
|
|
2622
2622
|
}],
|
|
2623
2623
|
/**
|
|
2624
2624
|
* Sepia
|
|
2625
2625
|
* @see https://tailwindcss.com/docs/sepia
|
|
2626
2626
|
*/
|
|
2627
2627
|
sepia: [{
|
|
2628
|
-
sepia: [
|
|
2628
|
+
sepia: [R]
|
|
2629
2629
|
}],
|
|
2630
2630
|
/**
|
|
2631
2631
|
* Backdrop Filter
|
|
@@ -2675,28 +2675,28 @@ const Y = (t) => {
|
|
|
2675
2675
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2676
2676
|
*/
|
|
2677
2677
|
"backdrop-invert": [{
|
|
2678
|
-
"backdrop-invert": [
|
|
2678
|
+
"backdrop-invert": [x]
|
|
2679
2679
|
}],
|
|
2680
2680
|
/**
|
|
2681
2681
|
* Backdrop Opacity
|
|
2682
2682
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2683
2683
|
*/
|
|
2684
2684
|
"backdrop-opacity": [{
|
|
2685
|
-
"backdrop-opacity": [
|
|
2685
|
+
"backdrop-opacity": [z]
|
|
2686
2686
|
}],
|
|
2687
2687
|
/**
|
|
2688
2688
|
* Backdrop Saturate
|
|
2689
2689
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2690
2690
|
*/
|
|
2691
2691
|
"backdrop-saturate": [{
|
|
2692
|
-
"backdrop-saturate": [
|
|
2692
|
+
"backdrop-saturate": [q]
|
|
2693
2693
|
}],
|
|
2694
2694
|
/**
|
|
2695
2695
|
* Backdrop Sepia
|
|
2696
2696
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2697
2697
|
*/
|
|
2698
2698
|
"backdrop-sepia": [{
|
|
2699
|
-
"backdrop-sepia": [
|
|
2699
|
+
"backdrop-sepia": [R]
|
|
2700
2700
|
}],
|
|
2701
2701
|
// Tables
|
|
2702
2702
|
/**
|
|
@@ -2747,35 +2747,35 @@ const Y = (t) => {
|
|
|
2747
2747
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2748
2748
|
*/
|
|
2749
2749
|
transition: [{
|
|
2750
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
2750
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", C]
|
|
2751
2751
|
}],
|
|
2752
2752
|
/**
|
|
2753
2753
|
* Transition Duration
|
|
2754
2754
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2755
2755
|
*/
|
|
2756
2756
|
duration: [{
|
|
2757
|
-
duration:
|
|
2757
|
+
duration: ee()
|
|
2758
2758
|
}],
|
|
2759
2759
|
/**
|
|
2760
2760
|
* Transition Timing Function
|
|
2761
2761
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2762
2762
|
*/
|
|
2763
2763
|
ease: [{
|
|
2764
|
-
ease: ["linear", "in", "out", "in-out",
|
|
2764
|
+
ease: ["linear", "in", "out", "in-out", C]
|
|
2765
2765
|
}],
|
|
2766
2766
|
/**
|
|
2767
2767
|
* Transition Delay
|
|
2768
2768
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2769
2769
|
*/
|
|
2770
2770
|
delay: [{
|
|
2771
|
-
delay:
|
|
2771
|
+
delay: ee()
|
|
2772
2772
|
}],
|
|
2773
2773
|
/**
|
|
2774
2774
|
* Animation
|
|
2775
2775
|
* @see https://tailwindcss.com/docs/animation
|
|
2776
2776
|
*/
|
|
2777
2777
|
animate: [{
|
|
2778
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
2778
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", C]
|
|
2779
2779
|
}],
|
|
2780
2780
|
// Transforms
|
|
2781
2781
|
/**
|
|
@@ -2790,42 +2790,42 @@ const Y = (t) => {
|
|
|
2790
2790
|
* @see https://tailwindcss.com/docs/scale
|
|
2791
2791
|
*/
|
|
2792
2792
|
scale: [{
|
|
2793
|
-
scale: [
|
|
2793
|
+
scale: [O]
|
|
2794
2794
|
}],
|
|
2795
2795
|
/**
|
|
2796
2796
|
* Scale X
|
|
2797
2797
|
* @see https://tailwindcss.com/docs/scale
|
|
2798
2798
|
*/
|
|
2799
2799
|
"scale-x": [{
|
|
2800
|
-
"scale-x": [
|
|
2800
|
+
"scale-x": [O]
|
|
2801
2801
|
}],
|
|
2802
2802
|
/**
|
|
2803
2803
|
* Scale Y
|
|
2804
2804
|
* @see https://tailwindcss.com/docs/scale
|
|
2805
2805
|
*/
|
|
2806
2806
|
"scale-y": [{
|
|
2807
|
-
"scale-y": [
|
|
2807
|
+
"scale-y": [O]
|
|
2808
2808
|
}],
|
|
2809
2809
|
/**
|
|
2810
2810
|
* Rotate
|
|
2811
2811
|
* @see https://tailwindcss.com/docs/rotate
|
|
2812
2812
|
*/
|
|
2813
2813
|
rotate: [{
|
|
2814
|
-
rotate: [$e,
|
|
2814
|
+
rotate: [$e, C]
|
|
2815
2815
|
}],
|
|
2816
2816
|
/**
|
|
2817
2817
|
* Translate X
|
|
2818
2818
|
* @see https://tailwindcss.com/docs/translate
|
|
2819
2819
|
*/
|
|
2820
2820
|
"translate-x": [{
|
|
2821
|
-
"translate-x": [
|
|
2821
|
+
"translate-x": [_]
|
|
2822
2822
|
}],
|
|
2823
2823
|
/**
|
|
2824
2824
|
* Translate Y
|
|
2825
2825
|
* @see https://tailwindcss.com/docs/translate
|
|
2826
2826
|
*/
|
|
2827
2827
|
"translate-y": [{
|
|
2828
|
-
"translate-y": [
|
|
2828
|
+
"translate-y": [_]
|
|
2829
2829
|
}],
|
|
2830
2830
|
/**
|
|
2831
2831
|
* Skew X
|
|
@@ -2846,7 +2846,7 @@ const Y = (t) => {
|
|
|
2846
2846
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2847
2847
|
*/
|
|
2848
2848
|
"transform-origin": [{
|
|
2849
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
2849
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", C]
|
|
2850
2850
|
}],
|
|
2851
2851
|
// Interactivity
|
|
2852
2852
|
/**
|
|
@@ -2868,7 +2868,7 @@ const Y = (t) => {
|
|
|
2868
2868
|
* @see https://tailwindcss.com/docs/cursor
|
|
2869
2869
|
*/
|
|
2870
2870
|
cursor: [{
|
|
2871
|
-
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",
|
|
2871
|
+
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", C]
|
|
2872
2872
|
}],
|
|
2873
2873
|
/**
|
|
2874
2874
|
* Caret Color
|
|
@@ -2903,126 +2903,126 @@ const Y = (t) => {
|
|
|
2903
2903
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2904
2904
|
*/
|
|
2905
2905
|
"scroll-m": [{
|
|
2906
|
-
"scroll-m":
|
|
2906
|
+
"scroll-m": h()
|
|
2907
2907
|
}],
|
|
2908
2908
|
/**
|
|
2909
2909
|
* Scroll Margin X
|
|
2910
2910
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2911
2911
|
*/
|
|
2912
2912
|
"scroll-mx": [{
|
|
2913
|
-
"scroll-mx":
|
|
2913
|
+
"scroll-mx": h()
|
|
2914
2914
|
}],
|
|
2915
2915
|
/**
|
|
2916
2916
|
* Scroll Margin Y
|
|
2917
2917
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2918
2918
|
*/
|
|
2919
2919
|
"scroll-my": [{
|
|
2920
|
-
"scroll-my":
|
|
2920
|
+
"scroll-my": h()
|
|
2921
2921
|
}],
|
|
2922
2922
|
/**
|
|
2923
2923
|
* Scroll Margin Start
|
|
2924
2924
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2925
2925
|
*/
|
|
2926
2926
|
"scroll-ms": [{
|
|
2927
|
-
"scroll-ms":
|
|
2927
|
+
"scroll-ms": h()
|
|
2928
2928
|
}],
|
|
2929
2929
|
/**
|
|
2930
2930
|
* Scroll Margin End
|
|
2931
2931
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2932
2932
|
*/
|
|
2933
2933
|
"scroll-me": [{
|
|
2934
|
-
"scroll-me":
|
|
2934
|
+
"scroll-me": h()
|
|
2935
2935
|
}],
|
|
2936
2936
|
/**
|
|
2937
2937
|
* Scroll Margin Top
|
|
2938
2938
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2939
2939
|
*/
|
|
2940
2940
|
"scroll-mt": [{
|
|
2941
|
-
"scroll-mt":
|
|
2941
|
+
"scroll-mt": h()
|
|
2942
2942
|
}],
|
|
2943
2943
|
/**
|
|
2944
2944
|
* Scroll Margin Right
|
|
2945
2945
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2946
2946
|
*/
|
|
2947
2947
|
"scroll-mr": [{
|
|
2948
|
-
"scroll-mr":
|
|
2948
|
+
"scroll-mr": h()
|
|
2949
2949
|
}],
|
|
2950
2950
|
/**
|
|
2951
2951
|
* Scroll Margin Bottom
|
|
2952
2952
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2953
2953
|
*/
|
|
2954
2954
|
"scroll-mb": [{
|
|
2955
|
-
"scroll-mb":
|
|
2955
|
+
"scroll-mb": h()
|
|
2956
2956
|
}],
|
|
2957
2957
|
/**
|
|
2958
2958
|
* Scroll Margin Left
|
|
2959
2959
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2960
2960
|
*/
|
|
2961
2961
|
"scroll-ml": [{
|
|
2962
|
-
"scroll-ml":
|
|
2962
|
+
"scroll-ml": h()
|
|
2963
2963
|
}],
|
|
2964
2964
|
/**
|
|
2965
2965
|
* Scroll Padding
|
|
2966
2966
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2967
2967
|
*/
|
|
2968
2968
|
"scroll-p": [{
|
|
2969
|
-
"scroll-p":
|
|
2969
|
+
"scroll-p": h()
|
|
2970
2970
|
}],
|
|
2971
2971
|
/**
|
|
2972
2972
|
* Scroll Padding X
|
|
2973
2973
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2974
2974
|
*/
|
|
2975
2975
|
"scroll-px": [{
|
|
2976
|
-
"scroll-px":
|
|
2976
|
+
"scroll-px": h()
|
|
2977
2977
|
}],
|
|
2978
2978
|
/**
|
|
2979
2979
|
* Scroll Padding Y
|
|
2980
2980
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2981
2981
|
*/
|
|
2982
2982
|
"scroll-py": [{
|
|
2983
|
-
"scroll-py":
|
|
2983
|
+
"scroll-py": h()
|
|
2984
2984
|
}],
|
|
2985
2985
|
/**
|
|
2986
2986
|
* Scroll Padding Start
|
|
2987
2987
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2988
2988
|
*/
|
|
2989
2989
|
"scroll-ps": [{
|
|
2990
|
-
"scroll-ps":
|
|
2990
|
+
"scroll-ps": h()
|
|
2991
2991
|
}],
|
|
2992
2992
|
/**
|
|
2993
2993
|
* Scroll Padding End
|
|
2994
2994
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2995
2995
|
*/
|
|
2996
2996
|
"scroll-pe": [{
|
|
2997
|
-
"scroll-pe":
|
|
2997
|
+
"scroll-pe": h()
|
|
2998
2998
|
}],
|
|
2999
2999
|
/**
|
|
3000
3000
|
* Scroll Padding Top
|
|
3001
3001
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3002
3002
|
*/
|
|
3003
3003
|
"scroll-pt": [{
|
|
3004
|
-
"scroll-pt":
|
|
3004
|
+
"scroll-pt": h()
|
|
3005
3005
|
}],
|
|
3006
3006
|
/**
|
|
3007
3007
|
* Scroll Padding Right
|
|
3008
3008
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3009
3009
|
*/
|
|
3010
3010
|
"scroll-pr": [{
|
|
3011
|
-
"scroll-pr":
|
|
3011
|
+
"scroll-pr": h()
|
|
3012
3012
|
}],
|
|
3013
3013
|
/**
|
|
3014
3014
|
* Scroll Padding Bottom
|
|
3015
3015
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3016
3016
|
*/
|
|
3017
3017
|
"scroll-pb": [{
|
|
3018
|
-
"scroll-pb":
|
|
3018
|
+
"scroll-pb": h()
|
|
3019
3019
|
}],
|
|
3020
3020
|
/**
|
|
3021
3021
|
* Scroll Padding Left
|
|
3022
3022
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3023
3023
|
*/
|
|
3024
3024
|
"scroll-pl": [{
|
|
3025
|
-
"scroll-pl":
|
|
3025
|
+
"scroll-pl": h()
|
|
3026
3026
|
}],
|
|
3027
3027
|
/**
|
|
3028
3028
|
* Scroll Snap Align
|
|
@@ -3090,7 +3090,7 @@ const Y = (t) => {
|
|
|
3090
3090
|
* @see https://tailwindcss.com/docs/will-change
|
|
3091
3091
|
*/
|
|
3092
3092
|
"will-change": [{
|
|
3093
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
3093
|
+
"will-change": ["auto", "scroll", "contents", "transform", C]
|
|
3094
3094
|
}],
|
|
3095
3095
|
// SVG
|
|
3096
3096
|
/**
|
|
@@ -3788,86 +3788,102 @@ const Xt = [
|
|
|
3788
3788
|
const t = Ht(Dt);
|
|
3789
3789
|
if (!t)
|
|
3790
3790
|
throw new Error("useEvaAgent must be used within an EvaFusionAgent provider");
|
|
3791
|
-
const { client: r, config: a } = t, [o, l] = we([]), [d, p] = we(""), [s, u] = we(!1), [v, m] = we(a.defaultVariant || "ANALYST"), [
|
|
3791
|
+
const { client: r, config: a } = t, [o, l] = we([]), [d, p] = we(""), [s, u] = we(!1), [v, m] = we(a.defaultVariant || "ANALYST"), [x, E] = we({
|
|
3792
3792
|
vertical: "SOFTWARE_DEV",
|
|
3793
3793
|
focus: "DISCOVERY",
|
|
3794
3794
|
data: a.initialData || null
|
|
3795
|
-
}), [n,
|
|
3796
|
-
(
|
|
3797
|
-
), [
|
|
3798
|
-
const
|
|
3799
|
-
if (
|
|
3800
|
-
|
|
3801
|
-
let T =
|
|
3795
|
+
}), [n, S] = we(""), b = Gt(() => Xt.filter(
|
|
3796
|
+
(O) => O.vertical === x.vertical && O.variant === v
|
|
3797
|
+
), [x.vertical, v]), P = lt((O) => {
|
|
3798
|
+
const R = Xt.find((T) => T.id === O);
|
|
3799
|
+
if (R) {
|
|
3800
|
+
S(O), p(R.prompt || "");
|
|
3801
|
+
let T = R.data || null;
|
|
3802
3802
|
if (T && typeof T == "string")
|
|
3803
3803
|
try {
|
|
3804
|
-
const
|
|
3805
|
-
T = JSON.stringify(
|
|
3804
|
+
const U = JSON.parse(T);
|
|
3805
|
+
T = JSON.stringify(U, null, 2);
|
|
3806
3806
|
} catch {
|
|
3807
3807
|
}
|
|
3808
3808
|
else T && typeof T == "object" && (T = JSON.stringify(T, null, 2));
|
|
3809
|
-
|
|
3810
|
-
...
|
|
3811
|
-
focus:
|
|
3809
|
+
E((U) => ({
|
|
3810
|
+
...U,
|
|
3811
|
+
focus: R.focus || U.focus,
|
|
3812
3812
|
data: T
|
|
3813
3813
|
}));
|
|
3814
3814
|
} else
|
|
3815
|
-
|
|
3816
|
-
}, []),
|
|
3815
|
+
S(""), E((T) => ({ ...T, data: null }));
|
|
3816
|
+
}, []), z = lt(() => {
|
|
3817
3817
|
l([]), a.persist && localStorage.removeItem(`eva_agent_chat_${a.apiKey}`), bt.info("Neural session reset.");
|
|
3818
3818
|
}, [a.apiKey, a.persist, a]);
|
|
3819
3819
|
yt(() => {
|
|
3820
3820
|
if (a.persist) {
|
|
3821
|
-
const
|
|
3822
|
-
if (
|
|
3821
|
+
const O = localStorage.getItem(`eva_agent_chat_${a.apiKey}`);
|
|
3822
|
+
if (O)
|
|
3823
3823
|
try {
|
|
3824
|
-
l(JSON.parse(
|
|
3825
|
-
} catch (
|
|
3826
|
-
console.error("Failed to load chat history",
|
|
3824
|
+
l(JSON.parse(O));
|
|
3825
|
+
} catch (R) {
|
|
3826
|
+
console.error("Failed to load chat history", R);
|
|
3827
3827
|
}
|
|
3828
3828
|
}
|
|
3829
3829
|
}, [a.apiKey, a.persist]), yt(() => {
|
|
3830
3830
|
a.persist && o.length > 0 && localStorage.setItem(`eva_agent_chat_${a.apiKey}`, JSON.stringify(o));
|
|
3831
3831
|
}, [o, a.apiKey, a.persist]);
|
|
3832
|
-
const
|
|
3833
|
-
|
|
3834
|
-
}, []),
|
|
3835
|
-
const
|
|
3836
|
-
if (!
|
|
3832
|
+
const D = lt((O) => {
|
|
3833
|
+
E((R) => ({ ...R, ...O })), O.vertical && S("");
|
|
3834
|
+
}, []), q = lt(async (O) => {
|
|
3835
|
+
const R = O || d;
|
|
3836
|
+
if (!R.trim() || !r || s) return;
|
|
3837
3837
|
const T = {
|
|
3838
3838
|
role: "user",
|
|
3839
|
-
content:
|
|
3839
|
+
content: R,
|
|
3840
3840
|
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
3841
3841
|
};
|
|
3842
|
-
l((
|
|
3842
|
+
l((U) => [...U, T]), O || p(""), u(!0);
|
|
3843
3843
|
try {
|
|
3844
|
-
const
|
|
3845
|
-
prompt:
|
|
3846
|
-
vertical:
|
|
3847
|
-
focus:
|
|
3848
|
-
data: typeof
|
|
3849
|
-
ingestionMode:
|
|
3844
|
+
const U = {
|
|
3845
|
+
prompt: R,
|
|
3846
|
+
vertical: x.vertical,
|
|
3847
|
+
focus: x.focus,
|
|
3848
|
+
data: typeof x.data == "string" ? JSON.parse(x.data) : x.data,
|
|
3849
|
+
ingestionMode: x.data ? "DATA" : "TEXT"
|
|
3850
3850
|
};
|
|
3851
|
-
let
|
|
3852
|
-
const f =
|
|
3853
|
-
f.includes("security") || f.includes("threat") || f.includes("risk") ?
|
|
3854
|
-
const
|
|
3855
|
-
if (
|
|
3856
|
-
|
|
3851
|
+
let _ = v;
|
|
3852
|
+
const f = R.toLowerCase();
|
|
3853
|
+
f.includes("security") || f.includes("threat") || f.includes("risk") ? _ = "SENTINEL" : f.includes("blueprint") || f.includes("architecture") || f.includes("code") ? _ = "ARCHITECT" : (f.includes("roadmap") || f.includes("strategy") || f.includes("future")) && (_ = "STRATEGIST");
|
|
3854
|
+
const $ = await r.query(_, U);
|
|
3855
|
+
if ($.success) {
|
|
3856
|
+
let J = "";
|
|
3857
|
+
const h = $.data;
|
|
3858
|
+
if (typeof h == "string")
|
|
3859
|
+
try {
|
|
3860
|
+
const G = JSON.parse(h);
|
|
3861
|
+
J = G.analysis || G.summary || G.response || G.result || h, G.diagram && (J += `
|
|
3862
|
+
|
|
3863
|
+
### Neural Blueprint
|
|
3864
|
+
${G.diagram}`);
|
|
3865
|
+
} catch {
|
|
3866
|
+
J = h;
|
|
3867
|
+
}
|
|
3868
|
+
else typeof h == "object" && h !== null ? (J = h.analysis || h.summary || h.response || h.result || JSON.stringify(h, null, 2), h.diagram && (J += `
|
|
3869
|
+
|
|
3870
|
+
### Neural Blueprint
|
|
3871
|
+
${h.diagram}`)) : J = String(h);
|
|
3872
|
+
const K = {
|
|
3857
3873
|
role: "assistant",
|
|
3858
|
-
content:
|
|
3859
|
-
variant:
|
|
3874
|
+
content: J,
|
|
3875
|
+
variant: _,
|
|
3860
3876
|
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
3861
3877
|
};
|
|
3862
|
-
l((
|
|
3878
|
+
l((G) => [...G, K]);
|
|
3863
3879
|
} else
|
|
3864
3880
|
bt.error("Neural synthesis failed. Please check payload integrity.");
|
|
3865
|
-
} catch (
|
|
3866
|
-
bt.error(`API Error: ${
|
|
3881
|
+
} catch (U) {
|
|
3882
|
+
bt.error(`API Error: ${U.message || "Failed to reach EvaFusion"}`);
|
|
3867
3883
|
} finally {
|
|
3868
3884
|
u(!1);
|
|
3869
3885
|
}
|
|
3870
|
-
}, [d, r, s, v,
|
|
3886
|
+
}, [d, r, s, v, x]);
|
|
3871
3887
|
return {
|
|
3872
3888
|
messages: o,
|
|
3873
3889
|
input: d,
|
|
@@ -3875,13 +3891,13 @@ const Xt = [
|
|
|
3875
3891
|
isProcessing: s,
|
|
3876
3892
|
activeVariant: v,
|
|
3877
3893
|
setActiveVariant: m,
|
|
3878
|
-
handleSend:
|
|
3879
|
-
payloadConfig:
|
|
3880
|
-
updatePayloadConfig:
|
|
3881
|
-
samples:
|
|
3894
|
+
handleSend: q,
|
|
3895
|
+
payloadConfig: x,
|
|
3896
|
+
updatePayloadConfig: D,
|
|
3897
|
+
samples: b.map((O) => ({ ...O, isDataDriven: !!O.data })),
|
|
3882
3898
|
selectedSampleId: n,
|
|
3883
|
-
applySample:
|
|
3884
|
-
clearChat:
|
|
3899
|
+
applySample: P,
|
|
3900
|
+
clearChat: z,
|
|
3885
3901
|
isAuthorized: !!r
|
|
3886
3902
|
};
|
|
3887
3903
|
}, ma = ({ onClose: t, onMinimize: r }) => {
|
|
@@ -3891,17 +3907,17 @@ const Xt = [
|
|
|
3891
3907
|
messages: u,
|
|
3892
3908
|
input: v,
|
|
3893
3909
|
setInput: m,
|
|
3894
|
-
isProcessing:
|
|
3895
|
-
activeVariant:
|
|
3910
|
+
isProcessing: x,
|
|
3911
|
+
activeVariant: E,
|
|
3896
3912
|
setActiveVariant: n,
|
|
3897
|
-
handleSend:
|
|
3898
|
-
payloadConfig:
|
|
3899
|
-
updatePayloadConfig:
|
|
3900
|
-
samples:
|
|
3901
|
-
selectedSampleId:
|
|
3902
|
-
applySample:
|
|
3903
|
-
clearChat:
|
|
3904
|
-
isAuthorized:
|
|
3913
|
+
handleSend: S,
|
|
3914
|
+
payloadConfig: b,
|
|
3915
|
+
updatePayloadConfig: P,
|
|
3916
|
+
samples: z,
|
|
3917
|
+
selectedSampleId: D,
|
|
3918
|
+
applySample: q,
|
|
3919
|
+
clearChat: O,
|
|
3920
|
+
isAuthorized: R
|
|
3905
3921
|
} = va(), T = [
|
|
3906
3922
|
{ id: "SOFTWARE_DEV", name: "Software & Cloud" },
|
|
3907
3923
|
{ id: "FINANCE", name: "Finance & Quants" },
|
|
@@ -3909,14 +3925,14 @@ const Xt = [
|
|
|
3909
3925
|
{ id: "MANUFACTURING", name: "Industrial & MFG" },
|
|
3910
3926
|
{ id: "REAL_ESTATE", name: "Real Estate & Const." },
|
|
3911
3927
|
{ id: "RETAIL", name: "Retail & Commerce" }
|
|
3912
|
-
],
|
|
3928
|
+
], U = () => {
|
|
3913
3929
|
var f;
|
|
3914
3930
|
(f = s.current) == null || f.scrollIntoView({ behavior: "smooth" });
|
|
3915
3931
|
};
|
|
3916
3932
|
yt(() => {
|
|
3917
|
-
|
|
3918
|
-
}, [u,
|
|
3919
|
-
const
|
|
3933
|
+
U();
|
|
3934
|
+
}, [u, x]);
|
|
3935
|
+
const _ = (f) => f.isDataDriven ? " [DATA]" : " [PROMPT]";
|
|
3920
3936
|
return /* @__PURE__ */ i.jsxs(i.Fragment, { children: [
|
|
3921
3937
|
/* @__PURE__ */ i.jsx(
|
|
3922
3938
|
tt.div,
|
|
@@ -3937,7 +3953,7 @@ const Xt = [
|
|
|
3937
3953
|
transition: { type: "spring", damping: 25, stiffness: 200 },
|
|
3938
3954
|
className: Ve(
|
|
3939
3955
|
"fixed top-0 right-0 h-full w-full sm:max-w-[480px] z-[9991] flex flex-col eva-holographic-glass overflow-hidden border-l border-white/10 shadow-2xl",
|
|
3940
|
-
|
|
3956
|
+
x ? "eva-glow-thinking" : "eva-glow-listening"
|
|
3941
3957
|
),
|
|
3942
3958
|
children: [
|
|
3943
3959
|
/* @__PURE__ */ i.jsxs("div", { className: "p-6 flex items-center justify-between shrink-0 bg-[#0a0a20]/90 border-b border-white/5 backdrop-blur-xl", children: [
|
|
@@ -3951,9 +3967,9 @@ const Xt = [
|
|
|
3951
3967
|
/* @__PURE__ */ i.jsxs("div", { className: "flex items-center gap-1.5", children: [
|
|
3952
3968
|
/* @__PURE__ */ i.jsx("div", { className: Ve(
|
|
3953
3969
|
"w-1.5 h-1.5 rounded-full animate-pulse",
|
|
3954
|
-
|
|
3970
|
+
R ? "bg-emerald-500" : "bg-rose-500"
|
|
3955
3971
|
) }),
|
|
3956
|
-
/* @__PURE__ */ i.jsx("span", { className: "text-[9px] font-bold text-slate-400 uppercase tracking-widest", children:
|
|
3972
|
+
/* @__PURE__ */ i.jsx("span", { className: "text-[9px] font-bold text-slate-400 uppercase tracking-widest", children: R ? "Neural Link Active" : "Unauthorized Access" })
|
|
3957
3973
|
] })
|
|
3958
3974
|
] })
|
|
3959
3975
|
] }),
|
|
@@ -3961,7 +3977,7 @@ const Xt = [
|
|
|
3961
3977
|
/* @__PURE__ */ i.jsx(
|
|
3962
3978
|
"button",
|
|
3963
3979
|
{
|
|
3964
|
-
onClick:
|
|
3980
|
+
onClick: O,
|
|
3965
3981
|
title: "Clear Neural Context",
|
|
3966
3982
|
className: "p-2 rounded-lg text-slate-400 hover:text-rose-400 hover:bg-rose-500/10 transition-all",
|
|
3967
3983
|
children: /* @__PURE__ */ i.jsx(er, { size: 16 })
|
|
@@ -4002,13 +4018,17 @@ const Xt = [
|
|
|
4002
4018
|
onClick: () => n(f),
|
|
4003
4019
|
className: Ve(
|
|
4004
4020
|
"px-3 py-1 rounded-full text-[8px] font-black uppercase tracking-widest transition-all whitespace-nowrap border",
|
|
4005
|
-
|
|
4021
|
+
E === f ? "shadow-[0_0_15px_rgba(212,175,55,0.3)] border-amber-500" : "text-slate-400 border-white/5 hover:border-white/20 hover:text-white"
|
|
4006
4022
|
),
|
|
4023
|
+
style: {
|
|
4024
|
+
backgroundColor: E === f ? "#d4af37" : "transparent",
|
|
4025
|
+
color: E === f ? "black" : void 0
|
|
4026
|
+
},
|
|
4007
4027
|
children: f
|
|
4008
4028
|
},
|
|
4009
4029
|
f
|
|
4010
4030
|
)) }),
|
|
4011
|
-
/* @__PURE__ */ i.jsx("div", { className: "flex-1 overflow-y-auto eva-agent-scrollbar p-6 space-y-6 relative", children:
|
|
4031
|
+
/* @__PURE__ */ i.jsx("div", { className: "flex-1 overflow-y-auto eva-agent-scrollbar p-6 space-y-6 relative", children: R ? u.length === 0 ? /* @__PURE__ */ i.jsxs("div", { className: "h-full flex flex-col items-center justify-center text-center p-8 space-y-8", children: [
|
|
4012
4032
|
/* @__PURE__ */ i.jsxs("div", { className: "relative", children: [
|
|
4013
4033
|
/* @__PURE__ */ i.jsx("div", { className: "absolute inset-0 bg-amber-500/5 rounded-full blur-3xl animate-pulse" }),
|
|
4014
4034
|
/* @__PURE__ */ i.jsx(nr, { size: 64, className: "text-amber-500/20 relative z-10" })
|
|
@@ -4021,27 +4041,34 @@ const Xt = [
|
|
|
4021
4041
|
"Analyze data for anomalies",
|
|
4022
4042
|
"Synthesize architecture blueprint",
|
|
4023
4043
|
"Forecast operational trajectory"
|
|
4024
|
-
].map((f,
|
|
4044
|
+
].map((f, $) => /* @__PURE__ */ i.jsx(
|
|
4025
4045
|
"button",
|
|
4026
4046
|
{
|
|
4027
|
-
onClick: () =>
|
|
4047
|
+
onClick: () => S(f),
|
|
4028
4048
|
className: "p-3 rounded-xl bg-white/5 border border-white/5 text-[9px] font-black uppercase tracking-widest text-slate-400 hover:text-amber-500 hover:bg-amber-500/5 hover:border-amber-500/20 transition-all text-left",
|
|
4029
4049
|
children: f
|
|
4030
4050
|
},
|
|
4031
|
-
|
|
4051
|
+
$
|
|
4032
4052
|
)) })
|
|
4033
4053
|
] }) : /* @__PURE__ */ i.jsxs(i.Fragment, { children: [
|
|
4034
|
-
u.map((f,
|
|
4054
|
+
u.map((f, $) => /* @__PURE__ */ i.jsxs("div", { className: Ve(
|
|
4035
4055
|
"flex flex-col space-y-2",
|
|
4036
4056
|
f.role === "user" ? "items-end" : "items-start"
|
|
4037
4057
|
), children: [
|
|
4038
|
-
/* @__PURE__ */ i.jsx(
|
|
4039
|
-
"
|
|
4040
|
-
|
|
4041
|
-
|
|
4058
|
+
/* @__PURE__ */ i.jsx(
|
|
4059
|
+
"div",
|
|
4060
|
+
{
|
|
4061
|
+
className: Ve(
|
|
4062
|
+
"max-w-[90%] px-5 py-4 rounded-3xl text-[11px] font-medium leading-relaxed whitespace-pre-wrap break-words shadow-xl",
|
|
4063
|
+
f.role === "user" ? "bg-gradient-to-br from-amber-500 to-amber-600 text-white rounded-tr-none" : "bg-slate-900/80 text-indigo-100/90 border border-white/5 rounded-tl-none backdrop-blur-xl font-mono tracking-tight"
|
|
4064
|
+
),
|
|
4065
|
+
style: { color: f.role === "user" ? "white" : void 0 },
|
|
4066
|
+
children: f.content
|
|
4067
|
+
}
|
|
4068
|
+
),
|
|
4042
4069
|
/* @__PURE__ */ i.jsx("span", { className: "text-[7px] font-black text-slate-500 uppercase tracking-widest px-2", children: f.role === "user" ? "Direct Input" : `Eva ${f.variant || "Neural"}` })
|
|
4043
|
-
] },
|
|
4044
|
-
|
|
4070
|
+
] }, $)),
|
|
4071
|
+
x && /* @__PURE__ */ i.jsx("div", { className: "flex flex-col items-start space-y-2", children: /* @__PURE__ */ i.jsxs("div", { className: "bg-slate-900/80 px-5 py-6 rounded-3xl rounded-tl-none border border-white/5 w-[80%] overflow-hidden relative", children: [
|
|
4045
4072
|
/* @__PURE__ */ i.jsx("div", { className: "absolute inset-0 bg-gradient-to-r from-transparent via-amber-500/10 to-transparent w-full h-full animate-[eva-wave_2s_infinite]" }),
|
|
4046
4073
|
/* @__PURE__ */ i.jsxs("div", { className: "flex gap-2 items-center relative z-10", children: [
|
|
4047
4074
|
/* @__PURE__ */ i.jsxs("div", { className: "flex gap-1", children: [
|
|
@@ -4087,7 +4114,7 @@ const Xt = [
|
|
|
4087
4114
|
/* @__PURE__ */ i.jsx(
|
|
4088
4115
|
"select",
|
|
4089
4116
|
{
|
|
4090
|
-
value:
|
|
4117
|
+
value: E,
|
|
4091
4118
|
onChange: (f) => n(f.target.value),
|
|
4092
4119
|
className: "w-full bg-[#0a0a20] border border-white/10 rounded-xl p-3 text-[10px] font-bold text-white outline-none focus:border-amber-500/40 transition-all appearance-none cursor-pointer",
|
|
4093
4120
|
style: { color: "white", backgroundColor: "#0a0a20" },
|
|
@@ -4101,8 +4128,8 @@ const Xt = [
|
|
|
4101
4128
|
/* @__PURE__ */ i.jsx(
|
|
4102
4129
|
"select",
|
|
4103
4130
|
{
|
|
4104
|
-
value:
|
|
4105
|
-
onChange: (f) =>
|
|
4131
|
+
value: b.vertical,
|
|
4132
|
+
onChange: (f) => P({ vertical: f.target.value }),
|
|
4106
4133
|
className: "w-full bg-[#0a0a20] border border-white/10 rounded-xl p-3 text-[10px] font-bold text-white outline-none focus:border-amber-500/40 transition-all appearance-none cursor-pointer",
|
|
4107
4134
|
style: { color: "white", backgroundColor: "#0a0a20" },
|
|
4108
4135
|
children: T.map((f) => /* @__PURE__ */ i.jsx("option", { value: f.id, style: { color: "white", backgroundColor: "#0a0a20" }, children: f.name }, f.id))
|
|
@@ -4114,8 +4141,8 @@ const Xt = [
|
|
|
4114
4141
|
/* @__PURE__ */ i.jsxs(
|
|
4115
4142
|
"select",
|
|
4116
4143
|
{
|
|
4117
|
-
value:
|
|
4118
|
-
onChange: (f) =>
|
|
4144
|
+
value: b.focus,
|
|
4145
|
+
onChange: (f) => P({ focus: f.target.value }),
|
|
4119
4146
|
className: "w-full bg-[#0a0a20] border border-white/10 rounded-xl p-3 text-[10px] font-bold text-white outline-none focus:border-amber-500/40 transition-all appearance-none cursor-pointer",
|
|
4120
4147
|
style: { color: "white", backgroundColor: "#0a0a20" },
|
|
4121
4148
|
children: [
|
|
@@ -4134,15 +4161,15 @@ const Xt = [
|
|
|
4134
4161
|
/* @__PURE__ */ i.jsxs(
|
|
4135
4162
|
"select",
|
|
4136
4163
|
{
|
|
4137
|
-
value:
|
|
4138
|
-
onChange: (f) =>
|
|
4164
|
+
value: D,
|
|
4165
|
+
onChange: (f) => q(f.target.value),
|
|
4139
4166
|
className: "w-full bg-[#0a0a20] border border-white/10 rounded-xl p-3 text-[10px] font-bold text-amber-500 outline-none focus:border-amber-500/40 transition-all appearance-none cursor-pointer",
|
|
4140
4167
|
style: { backgroundColor: "#0a0a20" },
|
|
4141
4168
|
children: [
|
|
4142
4169
|
/* @__PURE__ */ i.jsx("option", { value: "", style: { color: "#64748b", backgroundColor: "#0a0a20" }, children: "Manual Input (No Template)" }),
|
|
4143
|
-
|
|
4170
|
+
z.map((f) => /* @__PURE__ */ i.jsxs("option", { value: f.id, style: { color: "white", backgroundColor: "#0a0a20" }, children: [
|
|
4144
4171
|
f.name,
|
|
4145
|
-
|
|
4172
|
+
_(f)
|
|
4146
4173
|
] }, f.id))
|
|
4147
4174
|
]
|
|
4148
4175
|
}
|
|
@@ -4153,9 +4180,9 @@ const Xt = [
|
|
|
4153
4180
|
/* @__PURE__ */ i.jsx(
|
|
4154
4181
|
"textarea",
|
|
4155
4182
|
{
|
|
4156
|
-
value:
|
|
4183
|
+
value: b.data ? typeof b.data == "string" ? b.data : JSON.stringify(b.data, null, 2) : "",
|
|
4157
4184
|
onChange: (f) => {
|
|
4158
|
-
|
|
4185
|
+
P({ data: f.target.value });
|
|
4159
4186
|
},
|
|
4160
4187
|
placeholder: '[{"key": "value"}]',
|
|
4161
4188
|
className: "w-full bg-black/40 border border-white/10 rounded-xl p-4 text-[10px] font-mono text-indigo-200/60 outline-none h-32 resize-none focus:border-amber-500/40 transition-all"
|
|
@@ -4164,7 +4191,7 @@ const Xt = [
|
|
|
4164
4191
|
] }),
|
|
4165
4192
|
/* @__PURE__ */ i.jsxs("div", { className: "space-y-2", children: [
|
|
4166
4193
|
/* @__PURE__ */ i.jsx("label", { className: "text-[8px] font-black text-slate-500 uppercase tracking-widest ml-1", children: "Current Neural Prompt (Preview)" }),
|
|
4167
|
-
/* @__PURE__ */ i.jsx("div", { className: "w-full bg-amber-500/5 border border-amber-500/10 rounded-xl p-4 text-[10px] font-medium text-slate-300 min-h-[60px] max-h-[120px] overflow-y-auto italic leading-relaxed", children: v || (
|
|
4194
|
+
/* @__PURE__ */ i.jsx("div", { className: "w-full bg-amber-500/5 border border-amber-500/10 rounded-xl p-4 text-[10px] font-medium text-slate-300 min-h-[60px] max-h-[120px] overflow-y-auto italic leading-relaxed", children: v || (D ? "Select a template to view prompt..." : "Type in chat to preview prompt...") })
|
|
4168
4195
|
] })
|
|
4169
4196
|
] }),
|
|
4170
4197
|
/* @__PURE__ */ i.jsx("div", { className: "p-6", children: /* @__PURE__ */ i.jsx(
|
|
@@ -4183,7 +4210,7 @@ const Xt = [
|
|
|
4183
4210
|
"form",
|
|
4184
4211
|
{
|
|
4185
4212
|
onSubmit: (f) => {
|
|
4186
|
-
f.preventDefault(),
|
|
4213
|
+
f.preventDefault(), S();
|
|
4187
4214
|
},
|
|
4188
4215
|
className: "relative flex items-center gap-3 p-2 rounded-2xl bg-white/5 border border-white/10 group focus-within:border-amber-500/40 focus-within:shadow-[0_0_30px_rgba(212,175,55,0.1)] transition-all duration-500",
|
|
4189
4216
|
children: [
|
|
@@ -4193,20 +4220,20 @@ const Xt = [
|
|
|
4193
4220
|
value: v,
|
|
4194
4221
|
onChange: (f) => m(f.target.value),
|
|
4195
4222
|
onKeyDown: (f) => {
|
|
4196
|
-
f.key === "Enter" && !f.shiftKey && (f.preventDefault(),
|
|
4223
|
+
f.key === "Enter" && !f.shiftKey && (f.preventDefault(), S());
|
|
4197
4224
|
},
|
|
4198
4225
|
placeholder: "Invoke neural command...",
|
|
4199
4226
|
className: "flex-1 bg-transparent border-none text-white text-[11px] placeholder:text-slate-600 focus:ring-0 min-h-[44px] max-h-[120px] py-3 px-3 resize-none eva-agent-scrollbar outline-none font-medium",
|
|
4200
|
-
disabled:
|
|
4227
|
+
disabled: x || !R
|
|
4201
4228
|
}
|
|
4202
4229
|
),
|
|
4203
4230
|
/* @__PURE__ */ i.jsx(
|
|
4204
4231
|
"button",
|
|
4205
4232
|
{
|
|
4206
4233
|
type: "submit",
|
|
4207
|
-
disabled: !v.trim() ||
|
|
4208
|
-
className: "w-11 h-11 rounded-xl bg-amber-500 text-
|
|
4209
|
-
children: /* @__PURE__ */ i.jsx(ir, { size: 18 })
|
|
4234
|
+
disabled: !v.trim() || x || !R,
|
|
4235
|
+
className: "w-11 h-11 rounded-xl bg-amber-500 text-white flex items-center justify-center shrink-0 shadow-lg shadow-amber-500/20 disabled:opacity-30 disabled:grayscale transition-all hover:scale-105 active:scale-95",
|
|
4236
|
+
children: /* @__PURE__ */ i.jsx(ir, { size: 18, className: "text-white" })
|
|
4210
4237
|
}
|
|
4211
4238
|
)
|
|
4212
4239
|
]
|
|
@@ -4236,10 +4263,10 @@ const Xt = [
|
|
|
4236
4263
|
theme: d = "dark"
|
|
4237
4264
|
} = t, [p, s] = we(!1), [u, v] = we(!1), m = Gt(() => {
|
|
4238
4265
|
if (!r) return null;
|
|
4239
|
-
const
|
|
4266
|
+
const x = a || ha[o];
|
|
4240
4267
|
return new $t({
|
|
4241
4268
|
apiKey: r,
|
|
4242
|
-
baseUrl:
|
|
4269
|
+
baseUrl: x,
|
|
4243
4270
|
environment: o
|
|
4244
4271
|
});
|
|
4245
4272
|
}, [r, a, o]);
|