@sportflow/ui 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.es.js +106 -106
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -39,7 +39,7 @@ function rs() {
|
|
|
39
39
|
return "Profiler";
|
|
40
40
|
case y:
|
|
41
41
|
return "StrictMode";
|
|
42
|
-
case
|
|
42
|
+
case Z:
|
|
43
43
|
return "Suspense";
|
|
44
44
|
case k:
|
|
45
45
|
return "SuspenseList";
|
|
@@ -57,14 +57,14 @@ function rs() {
|
|
|
57
57
|
case M:
|
|
58
58
|
return (h._context.displayName || "Context") + ".Consumer";
|
|
59
59
|
case v:
|
|
60
|
-
var
|
|
61
|
-
return h = h.displayName, h || (h =
|
|
60
|
+
var S = h.render;
|
|
61
|
+
return h = h.displayName, h || (h = S.displayName || S.name || "", h = h !== "" ? "ForwardRef(" + h + ")" : "ForwardRef"), h;
|
|
62
62
|
case V:
|
|
63
|
-
return
|
|
63
|
+
return S = h.displayName || null, S !== null ? S : e(h.type) || "Memo";
|
|
64
64
|
case F:
|
|
65
|
-
|
|
65
|
+
S = h._payload, h = h._init;
|
|
66
66
|
try {
|
|
67
|
-
return e(h(
|
|
67
|
+
return e(h(S));
|
|
68
68
|
} catch {
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -76,15 +76,15 @@ function rs() {
|
|
|
76
76
|
function n(h) {
|
|
77
77
|
try {
|
|
78
78
|
t(h);
|
|
79
|
-
var
|
|
79
|
+
var S = !1;
|
|
80
80
|
} catch {
|
|
81
|
-
|
|
81
|
+
S = !0;
|
|
82
82
|
}
|
|
83
|
-
if (
|
|
84
|
-
|
|
85
|
-
var N =
|
|
83
|
+
if (S) {
|
|
84
|
+
S = console;
|
|
85
|
+
var N = S.error, I = typeof Symbol == "function" && Symbol.toStringTag && h[Symbol.toStringTag] || h.constructor.name || "Object";
|
|
86
86
|
return N.call(
|
|
87
|
-
|
|
87
|
+
S,
|
|
88
88
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
89
89
|
I
|
|
90
90
|
), t(h);
|
|
@@ -95,8 +95,8 @@ function rs() {
|
|
|
95
95
|
if (typeof h == "object" && h !== null && h.$$typeof === F)
|
|
96
96
|
return "<...>";
|
|
97
97
|
try {
|
|
98
|
-
var
|
|
99
|
-
return
|
|
98
|
+
var S = e(h);
|
|
99
|
+
return S ? "<" + S + ">" : "<...>";
|
|
100
100
|
} catch {
|
|
101
101
|
return "<...>";
|
|
102
102
|
}
|
|
@@ -110,16 +110,16 @@ function rs() {
|
|
|
110
110
|
}
|
|
111
111
|
function i(h) {
|
|
112
112
|
if (G.call(h, "key")) {
|
|
113
|
-
var
|
|
114
|
-
if (
|
|
113
|
+
var S = Object.getOwnPropertyDescriptor(h, "key").get;
|
|
114
|
+
if (S && S.isReactWarning) return !1;
|
|
115
115
|
}
|
|
116
116
|
return h.key !== void 0;
|
|
117
117
|
}
|
|
118
|
-
function l(h,
|
|
118
|
+
function l(h, S) {
|
|
119
119
|
function N() {
|
|
120
120
|
Q || (Q = !0, console.error(
|
|
121
121
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
122
|
-
|
|
122
|
+
S
|
|
123
123
|
));
|
|
124
124
|
}
|
|
125
125
|
N.isReactWarning = !0, Object.defineProperty(h, "key", {
|
|
@@ -133,12 +133,12 @@ function rs() {
|
|
|
133
133
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
134
134
|
)), h = this.props.ref, h !== void 0 ? h : null;
|
|
135
135
|
}
|
|
136
|
-
function d(h,
|
|
136
|
+
function d(h, S, N, I, X, ae) {
|
|
137
137
|
var j = N.ref;
|
|
138
138
|
return h = {
|
|
139
139
|
$$typeof: w,
|
|
140
140
|
type: h,
|
|
141
|
-
key:
|
|
141
|
+
key: S,
|
|
142
142
|
props: N,
|
|
143
143
|
_owner: I
|
|
144
144
|
}, (j !== void 0 ? j : null) !== null ? Object.defineProperty(h, "ref", {
|
|
@@ -166,8 +166,8 @@ function rs() {
|
|
|
166
166
|
value: ae
|
|
167
167
|
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
168
168
|
}
|
|
169
|
-
function c(h,
|
|
170
|
-
var j =
|
|
169
|
+
function c(h, S, N, I, X, ae) {
|
|
170
|
+
var j = S.children;
|
|
171
171
|
if (j !== void 0)
|
|
172
172
|
if (I)
|
|
173
173
|
if (fe(j)) {
|
|
@@ -179,9 +179,9 @@ function rs() {
|
|
|
179
179
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
180
180
|
);
|
|
181
181
|
else f(j);
|
|
182
|
-
if (G.call(
|
|
182
|
+
if (G.call(S, "key")) {
|
|
183
183
|
j = e(h);
|
|
184
|
-
var W = Object.keys(
|
|
184
|
+
var W = Object.keys(S).filter(function(Xr) {
|
|
185
185
|
return Xr !== "key";
|
|
186
186
|
});
|
|
187
187
|
I = 0 < W.length ? "{key: someKey, " + W.join(": ..., ") + ": ...}" : "{key: someKey}", se[j + I] || (W = 0 < W.length ? "{" + W.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
@@ -197,11 +197,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
197
197
|
j
|
|
198
198
|
), se[j + I] = !0);
|
|
199
199
|
}
|
|
200
|
-
if (j = null, N !== void 0 && (n(N), j = "" + N), i(
|
|
200
|
+
if (j = null, N !== void 0 && (n(N), j = "" + N), i(S) && (n(S.key), j = "" + S.key), "key" in S) {
|
|
201
201
|
N = {};
|
|
202
|
-
for (var ee in
|
|
203
|
-
ee !== "key" && (N[ee] =
|
|
204
|
-
} else N =
|
|
202
|
+
for (var ee in S)
|
|
203
|
+
ee !== "key" && (N[ee] = S[ee]);
|
|
204
|
+
} else N = S;
|
|
205
205
|
return j && l(
|
|
206
206
|
N,
|
|
207
207
|
typeof h == "function" ? h.displayName || h.name || "Unknown" : h
|
|
@@ -220,7 +220,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
220
220
|
function p(h) {
|
|
221
221
|
return typeof h == "object" && h !== null && h.$$typeof === w;
|
|
222
222
|
}
|
|
223
|
-
var b = We, w = /* @__PURE__ */ Symbol.for("react.transitional.element"), A = /* @__PURE__ */ Symbol.for("react.portal"), m = /* @__PURE__ */ Symbol.for("react.fragment"), y = /* @__PURE__ */ Symbol.for("react.strict_mode"), E = /* @__PURE__ */ Symbol.for("react.profiler"), M = /* @__PURE__ */ Symbol.for("react.consumer"), T = /* @__PURE__ */ Symbol.for("react.context"), v = /* @__PURE__ */ Symbol.for("react.forward_ref"),
|
|
223
|
+
var b = We, w = /* @__PURE__ */ Symbol.for("react.transitional.element"), A = /* @__PURE__ */ Symbol.for("react.portal"), m = /* @__PURE__ */ Symbol.for("react.fragment"), y = /* @__PURE__ */ Symbol.for("react.strict_mode"), E = /* @__PURE__ */ Symbol.for("react.profiler"), M = /* @__PURE__ */ Symbol.for("react.consumer"), T = /* @__PURE__ */ Symbol.for("react.context"), v = /* @__PURE__ */ Symbol.for("react.forward_ref"), Z = /* @__PURE__ */ Symbol.for("react.suspense"), k = /* @__PURE__ */ Symbol.for("react.suspense_list"), V = /* @__PURE__ */ Symbol.for("react.memo"), F = /* @__PURE__ */ Symbol.for("react.lazy"), H = /* @__PURE__ */ Symbol.for("react.activity"), O = /* @__PURE__ */ Symbol.for("react.client.reference"), R = b.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, G = Object.prototype.hasOwnProperty, fe = Array.isArray, he = console.createTask ? console.createTask : function() {
|
|
224
224
|
return null;
|
|
225
225
|
};
|
|
226
226
|
b = {
|
|
@@ -232,21 +232,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
232
232
|
b,
|
|
233
233
|
a
|
|
234
234
|
)(), U = he(r(a)), se = {};
|
|
235
|
-
Ce.Fragment = m, Ce.jsx = function(h,
|
|
235
|
+
Ce.Fragment = m, Ce.jsx = function(h, S, N) {
|
|
236
236
|
var I = 1e4 > R.recentlyCreatedOwnerStacks++;
|
|
237
237
|
return c(
|
|
238
238
|
h,
|
|
239
|
-
|
|
239
|
+
S,
|
|
240
240
|
N,
|
|
241
241
|
!1,
|
|
242
242
|
I ? Error("react-stack-top-frame") : _,
|
|
243
243
|
I ? he(r(h)) : U
|
|
244
244
|
);
|
|
245
|
-
}, Ce.jsxs = function(h,
|
|
245
|
+
}, Ce.jsxs = function(h, S, N) {
|
|
246
246
|
var I = 1e4 > R.recentlyCreatedOwnerStacks++;
|
|
247
247
|
return c(
|
|
248
248
|
h,
|
|
249
|
-
|
|
249
|
+
S,
|
|
250
250
|
N,
|
|
251
251
|
!0,
|
|
252
252
|
I ? Error("react-stack-top-frame") : _,
|
|
@@ -492,7 +492,7 @@ function bs(e, ...t) {
|
|
|
492
492
|
const L = (e) => {
|
|
493
493
|
const t = (n) => n[e] || [];
|
|
494
494
|
return t.isThemeGetter = !0, t;
|
|
495
|
-
}, Cn = /^\[(?:([a-z-]+):)?(.+)\]$/i, ys = /^\d+\/\d+$/, xs = /* @__PURE__ */ new Set(["px", "full", "screen"]), As = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ws = /\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$/, vs = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ms = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Es = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, te = (e) => xe(e) || xs.has(e) || ys.test(e), ie = (e) => we(e, "length", ks), xe = (e) => !!e && !Number.isNaN(Number(e)), Qe = (e) => we(e, "number", xe), Ze = (e) => !!e && Number.isInteger(Number(e)), Vs = (e) => e.endsWith("%") && xe(e.slice(0, -1)),
|
|
495
|
+
}, Cn = /^\[(?:([a-z-]+):)?(.+)\]$/i, ys = /^\d+\/\d+$/, xs = /* @__PURE__ */ new Set(["px", "full", "screen"]), As = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ws = /\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$/, vs = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ms = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Es = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, te = (e) => xe(e) || xs.has(e) || ys.test(e), ie = (e) => we(e, "length", ks), xe = (e) => !!e && !Number.isNaN(Number(e)), Qe = (e) => we(e, "number", xe), Ze = (e) => !!e && Number.isInteger(Number(e)), Vs = (e) => e.endsWith("%") && xe(e.slice(0, -1)), C = (e) => Cn.test(e), oe = (e) => As.test(e), Ts = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Ss = (e) => we(e, Ts, Zn), Cs = (e) => we(e, "position", Zn), Zs = /* @__PURE__ */ new Set(["image", "url"]), Fs = (e) => we(e, Zs, Ls), Rs = (e) => we(e, "", Ns), Fe = () => !0, we = (e, t, n) => {
|
|
496
496
|
const r = Cn.exec(e);
|
|
497
497
|
return r ? r[1] ? typeof t == "string" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;
|
|
498
498
|
}, ks = (e) => (
|
|
@@ -501,17 +501,17 @@ const L = (e) => {
|
|
|
501
501
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
502
502
|
ws.test(e) && !vs.test(e)
|
|
503
503
|
), Zn = () => !1, Ns = (e) => Ms.test(e), Ls = (e) => Es.test(e), js = () => {
|
|
504
|
-
const e = L("colors"), t = L("spacing"), n = L("blur"), r = L("brightness"), s = L("borderColor"), a = L("borderRadius"), i = L("borderSpacing"), l = L("borderWidth"), u = L("contrast"), d = L("grayscale"), c = L("hueRotate"), f = L("invert"), p = L("gap"), b = L("gradientColorStops"), w = L("gradientColorStopPositions"), A = L("inset"), m = L("margin"), y = L("opacity"), E = L("padding"), M = L("saturate"), T = L("scale"), v = L("sepia"),
|
|
504
|
+
const e = L("colors"), t = L("spacing"), n = L("blur"), r = L("brightness"), s = L("borderColor"), a = L("borderRadius"), i = L("borderSpacing"), l = L("borderWidth"), u = L("contrast"), d = L("grayscale"), c = L("hueRotate"), f = L("invert"), p = L("gap"), b = L("gradientColorStops"), w = L("gradientColorStopPositions"), A = L("inset"), m = L("margin"), y = L("opacity"), E = L("padding"), M = L("saturate"), T = L("scale"), v = L("sepia"), Z = L("skew"), k = L("space"), V = L("translate"), F = () => ["auto", "contain", "none"], H = () => ["auto", "hidden", "clip", "visible", "scroll"], O = () => ["auto", C, t], R = () => [C, t], G = () => ["", te, ie], fe = () => ["auto", xe, C], he = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Q = () => ["solid", "dashed", "dotted", "double", "none"], B = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], _ = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], U = () => ["", "0", C], se = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], h = () => [xe, C];
|
|
505
505
|
return {
|
|
506
506
|
cacheSize: 500,
|
|
507
507
|
separator: ":",
|
|
508
508
|
theme: {
|
|
509
509
|
colors: [Fe],
|
|
510
510
|
spacing: [te, ie],
|
|
511
|
-
blur: ["none", "", oe,
|
|
511
|
+
blur: ["none", "", oe, C],
|
|
512
512
|
brightness: h(),
|
|
513
513
|
borderColor: [e],
|
|
514
|
-
borderRadius: ["none", "", "full", oe,
|
|
514
|
+
borderRadius: ["none", "", "full", oe, C],
|
|
515
515
|
borderSpacing: R(),
|
|
516
516
|
borderWidth: G(),
|
|
517
517
|
contrast: h(),
|
|
@@ -539,7 +539,7 @@ const L = (e) => {
|
|
|
539
539
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
540
540
|
*/
|
|
541
541
|
aspect: [{
|
|
542
|
-
aspect: ["auto", "square", "video",
|
|
542
|
+
aspect: ["auto", "square", "video", C]
|
|
543
543
|
}],
|
|
544
544
|
/**
|
|
545
545
|
* Container
|
|
@@ -624,7 +624,7 @@ const L = (e) => {
|
|
|
624
624
|
* @see https://tailwindcss.com/docs/object-position
|
|
625
625
|
*/
|
|
626
626
|
"object-position": [{
|
|
627
|
-
object: [...he(),
|
|
627
|
+
object: [...he(), C]
|
|
628
628
|
}],
|
|
629
629
|
/**
|
|
630
630
|
* Overflow
|
|
@@ -746,7 +746,7 @@ const L = (e) => {
|
|
|
746
746
|
* @see https://tailwindcss.com/docs/z-index
|
|
747
747
|
*/
|
|
748
748
|
z: [{
|
|
749
|
-
z: ["auto", Ze,
|
|
749
|
+
z: ["auto", Ze, C]
|
|
750
750
|
}],
|
|
751
751
|
// Flexbox and Grid
|
|
752
752
|
/**
|
|
@@ -775,7 +775,7 @@ const L = (e) => {
|
|
|
775
775
|
* @see https://tailwindcss.com/docs/flex
|
|
776
776
|
*/
|
|
777
777
|
flex: [{
|
|
778
|
-
flex: ["1", "auto", "initial", "none",
|
|
778
|
+
flex: ["1", "auto", "initial", "none", C]
|
|
779
779
|
}],
|
|
780
780
|
/**
|
|
781
781
|
* Flex Grow
|
|
@@ -796,7 +796,7 @@ const L = (e) => {
|
|
|
796
796
|
* @see https://tailwindcss.com/docs/order
|
|
797
797
|
*/
|
|
798
798
|
order: [{
|
|
799
|
-
order: ["first", "last", "none", Ze,
|
|
799
|
+
order: ["first", "last", "none", Ze, C]
|
|
800
800
|
}],
|
|
801
801
|
/**
|
|
802
802
|
* Grid Template Columns
|
|
@@ -811,8 +811,8 @@ const L = (e) => {
|
|
|
811
811
|
*/
|
|
812
812
|
"col-start-end": [{
|
|
813
813
|
col: ["auto", {
|
|
814
|
-
span: ["full", Ze,
|
|
815
|
-
},
|
|
814
|
+
span: ["full", Ze, C]
|
|
815
|
+
}, C]
|
|
816
816
|
}],
|
|
817
817
|
/**
|
|
818
818
|
* Grid Column Start
|
|
@@ -841,8 +841,8 @@ const L = (e) => {
|
|
|
841
841
|
*/
|
|
842
842
|
"row-start-end": [{
|
|
843
843
|
row: ["auto", {
|
|
844
|
-
span: [Ze,
|
|
845
|
-
},
|
|
844
|
+
span: [Ze, C]
|
|
845
|
+
}, C]
|
|
846
846
|
}],
|
|
847
847
|
/**
|
|
848
848
|
* Grid Row Start
|
|
@@ -870,14 +870,14 @@ const L = (e) => {
|
|
|
870
870
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
871
871
|
*/
|
|
872
872
|
"auto-cols": [{
|
|
873
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
873
|
+
"auto-cols": ["auto", "min", "max", "fr", C]
|
|
874
874
|
}],
|
|
875
875
|
/**
|
|
876
876
|
* Grid Auto Rows
|
|
877
877
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
878
878
|
*/
|
|
879
879
|
"auto-rows": [{
|
|
880
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
880
|
+
"auto-rows": ["auto", "min", "max", "fr", C]
|
|
881
881
|
}],
|
|
882
882
|
/**
|
|
883
883
|
* Gap
|
|
@@ -1120,21 +1120,21 @@ const L = (e) => {
|
|
|
1120
1120
|
* @see https://tailwindcss.com/docs/width
|
|
1121
1121
|
*/
|
|
1122
1122
|
w: [{
|
|
1123
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
1123
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", C, t]
|
|
1124
1124
|
}],
|
|
1125
1125
|
/**
|
|
1126
1126
|
* Min-Width
|
|
1127
1127
|
* @see https://tailwindcss.com/docs/min-width
|
|
1128
1128
|
*/
|
|
1129
1129
|
"min-w": [{
|
|
1130
|
-
"min-w": [
|
|
1130
|
+
"min-w": [C, t, "min", "max", "fit"]
|
|
1131
1131
|
}],
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Max-Width
|
|
1134
1134
|
* @see https://tailwindcss.com/docs/max-width
|
|
1135
1135
|
*/
|
|
1136
1136
|
"max-w": [{
|
|
1137
|
-
"max-w": [
|
|
1137
|
+
"max-w": [C, t, "none", "full", "min", "max", "fit", "prose", {
|
|
1138
1138
|
screen: [oe]
|
|
1139
1139
|
}, oe]
|
|
1140
1140
|
}],
|
|
@@ -1143,28 +1143,28 @@ const L = (e) => {
|
|
|
1143
1143
|
* @see https://tailwindcss.com/docs/height
|
|
1144
1144
|
*/
|
|
1145
1145
|
h: [{
|
|
1146
|
-
h: [
|
|
1146
|
+
h: [C, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1147
1147
|
}],
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Min-Height
|
|
1150
1150
|
* @see https://tailwindcss.com/docs/min-height
|
|
1151
1151
|
*/
|
|
1152
1152
|
"min-h": [{
|
|
1153
|
-
"min-h": [
|
|
1153
|
+
"min-h": [C, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1154
1154
|
}],
|
|
1155
1155
|
/**
|
|
1156
1156
|
* Max-Height
|
|
1157
1157
|
* @see https://tailwindcss.com/docs/max-height
|
|
1158
1158
|
*/
|
|
1159
1159
|
"max-h": [{
|
|
1160
|
-
"max-h": [
|
|
1160
|
+
"max-h": [C, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1161
1161
|
}],
|
|
1162
1162
|
/**
|
|
1163
1163
|
* Size
|
|
1164
1164
|
* @see https://tailwindcss.com/docs/size
|
|
1165
1165
|
*/
|
|
1166
1166
|
size: [{
|
|
1167
|
-
size: [
|
|
1167
|
+
size: [C, t, "auto", "min", "max", "fit"]
|
|
1168
1168
|
}],
|
|
1169
1169
|
// Typography
|
|
1170
1170
|
/**
|
|
@@ -1233,7 +1233,7 @@ const L = (e) => {
|
|
|
1233
1233
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1234
1234
|
*/
|
|
1235
1235
|
tracking: [{
|
|
1236
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
1236
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", C]
|
|
1237
1237
|
}],
|
|
1238
1238
|
/**
|
|
1239
1239
|
* Line Clamp
|
|
@@ -1247,21 +1247,21 @@ const L = (e) => {
|
|
|
1247
1247
|
* @see https://tailwindcss.com/docs/line-height
|
|
1248
1248
|
*/
|
|
1249
1249
|
leading: [{
|
|
1250
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", te,
|
|
1250
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", te, C]
|
|
1251
1251
|
}],
|
|
1252
1252
|
/**
|
|
1253
1253
|
* List Style Image
|
|
1254
1254
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1255
1255
|
*/
|
|
1256
1256
|
"list-image": [{
|
|
1257
|
-
"list-image": ["none",
|
|
1257
|
+
"list-image": ["none", C]
|
|
1258
1258
|
}],
|
|
1259
1259
|
/**
|
|
1260
1260
|
* List Style Type
|
|
1261
1261
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1262
1262
|
*/
|
|
1263
1263
|
"list-style-type": [{
|
|
1264
|
-
list: ["none", "disc", "decimal",
|
|
1264
|
+
list: ["none", "disc", "decimal", C]
|
|
1265
1265
|
}],
|
|
1266
1266
|
/**
|
|
1267
1267
|
* List Style Position
|
|
@@ -1330,7 +1330,7 @@ const L = (e) => {
|
|
|
1330
1330
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1331
1331
|
*/
|
|
1332
1332
|
"underline-offset": [{
|
|
1333
|
-
"underline-offset": ["auto", te,
|
|
1333
|
+
"underline-offset": ["auto", te, C]
|
|
1334
1334
|
}],
|
|
1335
1335
|
/**
|
|
1336
1336
|
* Text Decoration Color
|
|
@@ -1368,7 +1368,7 @@ const L = (e) => {
|
|
|
1368
1368
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1369
1369
|
*/
|
|
1370
1370
|
"vertical-align": [{
|
|
1371
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1371
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", C]
|
|
1372
1372
|
}],
|
|
1373
1373
|
/**
|
|
1374
1374
|
* Whitespace
|
|
@@ -1396,7 +1396,7 @@ const L = (e) => {
|
|
|
1396
1396
|
* @see https://tailwindcss.com/docs/content
|
|
1397
1397
|
*/
|
|
1398
1398
|
content: [{
|
|
1399
|
-
content: ["none",
|
|
1399
|
+
content: ["none", C]
|
|
1400
1400
|
}],
|
|
1401
1401
|
// Backgrounds
|
|
1402
1402
|
/**
|
|
@@ -1812,7 +1812,7 @@ const L = (e) => {
|
|
|
1812
1812
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1813
1813
|
*/
|
|
1814
1814
|
"outline-offset": [{
|
|
1815
|
-
"outline-offset": [te,
|
|
1815
|
+
"outline-offset": [te, C]
|
|
1816
1816
|
}],
|
|
1817
1817
|
/**
|
|
1818
1818
|
* Outline Width
|
|
@@ -1939,7 +1939,7 @@ const L = (e) => {
|
|
|
1939
1939
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1940
1940
|
*/
|
|
1941
1941
|
"drop-shadow": [{
|
|
1942
|
-
"drop-shadow": ["", "none", oe,
|
|
1942
|
+
"drop-shadow": ["", "none", oe, C]
|
|
1943
1943
|
}],
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Grayscale
|
|
@@ -2096,7 +2096,7 @@ const L = (e) => {
|
|
|
2096
2096
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2097
2097
|
*/
|
|
2098
2098
|
transition: [{
|
|
2099
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
2099
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", C]
|
|
2100
2100
|
}],
|
|
2101
2101
|
/**
|
|
2102
2102
|
* Transition Duration
|
|
@@ -2110,7 +2110,7 @@ const L = (e) => {
|
|
|
2110
2110
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2111
2111
|
*/
|
|
2112
2112
|
ease: [{
|
|
2113
|
-
ease: ["linear", "in", "out", "in-out",
|
|
2113
|
+
ease: ["linear", "in", "out", "in-out", C]
|
|
2114
2114
|
}],
|
|
2115
2115
|
/**
|
|
2116
2116
|
* Transition Delay
|
|
@@ -2124,7 +2124,7 @@ const L = (e) => {
|
|
|
2124
2124
|
* @see https://tailwindcss.com/docs/animation
|
|
2125
2125
|
*/
|
|
2126
2126
|
animate: [{
|
|
2127
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
2127
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", C]
|
|
2128
2128
|
}],
|
|
2129
2129
|
// Transforms
|
|
2130
2130
|
/**
|
|
@@ -2160,7 +2160,7 @@ const L = (e) => {
|
|
|
2160
2160
|
* @see https://tailwindcss.com/docs/rotate
|
|
2161
2161
|
*/
|
|
2162
2162
|
rotate: [{
|
|
2163
|
-
rotate: [Ze,
|
|
2163
|
+
rotate: [Ze, C]
|
|
2164
2164
|
}],
|
|
2165
2165
|
/**
|
|
2166
2166
|
* Translate X
|
|
@@ -2181,21 +2181,21 @@ const L = (e) => {
|
|
|
2181
2181
|
* @see https://tailwindcss.com/docs/skew
|
|
2182
2182
|
*/
|
|
2183
2183
|
"skew-x": [{
|
|
2184
|
-
"skew-x": [
|
|
2184
|
+
"skew-x": [Z]
|
|
2185
2185
|
}],
|
|
2186
2186
|
/**
|
|
2187
2187
|
* Skew Y
|
|
2188
2188
|
* @see https://tailwindcss.com/docs/skew
|
|
2189
2189
|
*/
|
|
2190
2190
|
"skew-y": [{
|
|
2191
|
-
"skew-y": [
|
|
2191
|
+
"skew-y": [Z]
|
|
2192
2192
|
}],
|
|
2193
2193
|
/**
|
|
2194
2194
|
* Transform Origin
|
|
2195
2195
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2196
2196
|
*/
|
|
2197
2197
|
"transform-origin": [{
|
|
2198
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
2198
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", C]
|
|
2199
2199
|
}],
|
|
2200
2200
|
// Interactivity
|
|
2201
2201
|
/**
|
|
@@ -2217,7 +2217,7 @@ const L = (e) => {
|
|
|
2217
2217
|
* @see https://tailwindcss.com/docs/cursor
|
|
2218
2218
|
*/
|
|
2219
2219
|
cursor: [{
|
|
2220
|
-
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",
|
|
2220
|
+
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]
|
|
2221
2221
|
}],
|
|
2222
2222
|
/**
|
|
2223
2223
|
* Caret Color
|
|
@@ -2439,7 +2439,7 @@ const L = (e) => {
|
|
|
2439
2439
|
* @see https://tailwindcss.com/docs/will-change
|
|
2440
2440
|
*/
|
|
2441
2441
|
"will-change": [{
|
|
2442
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2442
|
+
"will-change": ["auto", "scroll", "contents", "transform", C]
|
|
2443
2443
|
}],
|
|
2444
2444
|
// SVG
|
|
2445
2445
|
/**
|
|
@@ -3265,7 +3265,7 @@ function or(e, t) {
|
|
|
3265
3265
|
};
|
|
3266
3266
|
return { schedule: ze.reduce((M, T) => {
|
|
3267
3267
|
const v = i[T];
|
|
3268
|
-
return M[T] = (
|
|
3268
|
+
return M[T] = (Z, k = !1, V = !1) => (n || m(), v.schedule(Z, k, V)), M;
|
|
3269
3269
|
}, {}), cancel: (M) => {
|
|
3270
3270
|
for (let T = 0; T < ze.length; T++)
|
|
3271
3271
|
i[ze[T]].cancel(M);
|
|
@@ -3631,36 +3631,36 @@ function Pe(e = P.visualDuration, t = P.bounce) {
|
|
|
3631
3631
|
let M;
|
|
3632
3632
|
if (A < 1) {
|
|
3633
3633
|
const v = ut(y, A);
|
|
3634
|
-
M = (
|
|
3635
|
-
const k = Math.exp(-A * y *
|
|
3636
|
-
return i - k * ((w + A * y * m) / v * Math.sin(v *
|
|
3634
|
+
M = (Z) => {
|
|
3635
|
+
const k = Math.exp(-A * y * Z);
|
|
3636
|
+
return i - k * ((w + A * y * m) / v * Math.sin(v * Z) + m * Math.cos(v * Z));
|
|
3637
3637
|
};
|
|
3638
3638
|
} else if (A === 1)
|
|
3639
3639
|
M = (v) => i - Math.exp(-y * v) * (m + (w + y * m) * v);
|
|
3640
3640
|
else {
|
|
3641
3641
|
const v = y * Math.sqrt(A * A - 1);
|
|
3642
|
-
M = (
|
|
3643
|
-
const k = Math.exp(-A * y *
|
|
3642
|
+
M = (Z) => {
|
|
3643
|
+
const k = Math.exp(-A * y * Z), V = Math.min(v * Z, 300);
|
|
3644
3644
|
return i - k * ((w + A * y * m) * Math.sinh(V) + v * m * Math.cosh(V)) / v;
|
|
3645
3645
|
};
|
|
3646
3646
|
}
|
|
3647
3647
|
const T = {
|
|
3648
3648
|
calculatedDuration: b && f || null,
|
|
3649
3649
|
next: (v) => {
|
|
3650
|
-
const
|
|
3650
|
+
const Z = M(v);
|
|
3651
3651
|
if (b)
|
|
3652
3652
|
l.done = v >= f;
|
|
3653
3653
|
else {
|
|
3654
3654
|
let k = v === 0 ? w : 0;
|
|
3655
|
-
A < 1 && (k = v === 0 ? /* @__PURE__ */ q(w) : xr(M, v,
|
|
3656
|
-
const V = Math.abs(k) <= r, F = Math.abs(i -
|
|
3655
|
+
A < 1 && (k = v === 0 ? /* @__PURE__ */ q(w) : xr(M, v, Z));
|
|
3656
|
+
const V = Math.abs(k) <= r, F = Math.abs(i - Z) <= s;
|
|
3657
3657
|
l.done = V && F;
|
|
3658
3658
|
}
|
|
3659
|
-
return l.value = l.done ? i :
|
|
3659
|
+
return l.value = l.done ? i : Z, l;
|
|
3660
3660
|
},
|
|
3661
3661
|
toString: () => {
|
|
3662
|
-
const v = Math.min(Lt(T), Je),
|
|
3663
|
-
return v + "ms " +
|
|
3662
|
+
const v = Math.min(Lt(T), Je), Z = br((k) => T.next(v * k).value, v, 30);
|
|
3663
|
+
return v + "ms " + Z;
|
|
3664
3664
|
},
|
|
3665
3665
|
toTransition: () => {
|
|
3666
3666
|
}
|
|
@@ -3683,9 +3683,9 @@ function dt({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
3683
3683
|
const F = E(V), H = M(V);
|
|
3684
3684
|
p.done = Math.abs(F) <= d, p.value = p.done ? y : H;
|
|
3685
3685
|
};
|
|
3686
|
-
let v,
|
|
3686
|
+
let v, Z;
|
|
3687
3687
|
const k = (V) => {
|
|
3688
|
-
b(p.value) && (v = V,
|
|
3688
|
+
b(p.value) && (v = V, Z = Pe({
|
|
3689
3689
|
keyframes: [p.value, w(p.value)],
|
|
3690
3690
|
velocity: xr(M, V, p.value),
|
|
3691
3691
|
// TODO: This should be passing * 1000
|
|
@@ -3699,7 +3699,7 @@ function dt({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
3699
3699
|
calculatedDuration: null,
|
|
3700
3700
|
next: (V) => {
|
|
3701
3701
|
let F = !1;
|
|
3702
|
-
return !
|
|
3702
|
+
return !Z && v === void 0 && (F = !0, T(V), k(V)), v !== void 0 && V >= v ? Z.next(V - v) : (!F && T(V), p);
|
|
3703
3703
|
}
|
|
3704
3704
|
};
|
|
3705
3705
|
}
|
|
@@ -3852,9 +3852,9 @@ class It extends Pt {
|
|
|
3852
3852
|
}
|
|
3853
3853
|
const v = E ? { done: !1, value: c[0] } : T.next(M);
|
|
3854
3854
|
a && (v.value = a(v.value));
|
|
3855
|
-
let { done:
|
|
3856
|
-
!E && u !== null && (
|
|
3857
|
-
const k = this.holdTime === null && (this.state === "finished" || this.state === "running" &&
|
|
3855
|
+
let { done: Z } = v;
|
|
3856
|
+
!E && u !== null && (Z = this.playbackSpeed >= 0 ? this.currentTime >= s : this.currentTime <= 0);
|
|
3857
|
+
const k = this.holdTime === null && (this.state === "finished" || this.state === "running" && Z);
|
|
3858
3858
|
return k && w !== dt && (v.value = jt(c, this.options, m, this.speed)), A && A(v.value), k && this.finish(), v;
|
|
3859
3859
|
}
|
|
3860
3860
|
/**
|
|
@@ -5709,7 +5709,7 @@ function Go(e, { defaultTransition: t = {}, ...n } = {}, r, s) {
|
|
|
5709
5709
|
let [A, m, y = {}] = w;
|
|
5710
5710
|
y.at !== void 0 && (f = An(f, y.at, c, d));
|
|
5711
5711
|
let E = 0;
|
|
5712
|
-
const M = (T, v,
|
|
5712
|
+
const M = (T, v, Z, k = 0, V = 0) => {
|
|
5713
5713
|
const F = Uo(T), { delay: H = 0, times: O = wr(F), type: R = "keyframes", repeat: G, repeatType: fe, repeatDelay: he = 0, ...Q } = v;
|
|
5714
5714
|
let { ease: B = t.ease || "easeOut", duration: _ } = v;
|
|
5715
5715
|
const U = typeof H == "function" ? H(k, V) : H, se = F.length, h = Ot(R) ? R : s?.[R || "keyframes"];
|
|
@@ -5725,7 +5725,7 @@ function Go(e, { defaultTransition: t = {}, ...n } = {}, r, s) {
|
|
|
5725
5725
|
B = j.ease, _ = j.duration;
|
|
5726
5726
|
}
|
|
5727
5727
|
_ ?? (_ = a);
|
|
5728
|
-
const
|
|
5728
|
+
const S = f + U;
|
|
5729
5729
|
O.length === 1 && O[0] === 0 && (O[1] = 1);
|
|
5730
5730
|
const N = O.length - F.length;
|
|
5731
5731
|
if (N > 0 && Ar(O, N), F.length === 1 && F.unshift(null), G) {
|
|
@@ -5740,19 +5740,19 @@ function Go(e, { defaultTransition: t = {}, ...n } = {}, r, s) {
|
|
|
5740
5740
|
}
|
|
5741
5741
|
Bo(O, G);
|
|
5742
5742
|
}
|
|
5743
|
-
const I =
|
|
5744
|
-
$o(
|
|
5743
|
+
const I = S + _;
|
|
5744
|
+
$o(Z, F, B, O, S, I), E = Math.max(U + _, E), p = Math.max(I, p);
|
|
5745
5745
|
};
|
|
5746
5746
|
if ($(A)) {
|
|
5747
5747
|
const T = wn(A, l);
|
|
5748
5748
|
M(m, y, vn("default", T));
|
|
5749
5749
|
} else {
|
|
5750
5750
|
const T = Ur(A, m, r, u), v = T.length;
|
|
5751
|
-
for (let
|
|
5751
|
+
for (let Z = 0; Z < v; Z++) {
|
|
5752
5752
|
m = m, y = y;
|
|
5753
|
-
const k = T[
|
|
5753
|
+
const k = T[Z], V = wn(k, l);
|
|
5754
5754
|
for (const F in m)
|
|
5755
|
-
M(m[F], Yo(y, F), vn(F, V),
|
|
5755
|
+
M(m[F], Yo(y, F), vn(F, V), Z, v);
|
|
5756
5756
|
}
|
|
5757
5757
|
}
|
|
5758
5758
|
c = f, f += E;
|
|
@@ -5763,8 +5763,8 @@ function Go(e, { defaultTransition: t = {}, ...n } = {}, r, s) {
|
|
|
5763
5763
|
m.sort(zo);
|
|
5764
5764
|
const y = [], E = [], M = [];
|
|
5765
5765
|
for (let v = 0; v < m.length; v++) {
|
|
5766
|
-
const { at:
|
|
5767
|
-
y.push(k), E.push(/* @__PURE__ */ St(0, p,
|
|
5766
|
+
const { at: Z, value: k, easing: V } = m[v];
|
|
5767
|
+
y.push(k), E.push(/* @__PURE__ */ St(0, p, Z)), M.push(V || "easeOut");
|
|
5768
5768
|
}
|
|
5769
5769
|
E[0] !== 0 && (E.unshift(0), y.unshift(y[0]), M.unshift(Ko)), E[E.length - 1] !== 1 && (E.push(1), y.push(null)), i.has(w) || i.set(w, {
|
|
5770
5770
|
keyframes: {},
|
|
@@ -6005,12 +6005,12 @@ const m0 = ts(function({
|
|
|
6005
6005
|
rounded: b = "rounded-none",
|
|
6006
6006
|
onBlur: w
|
|
6007
6007
|
}, A) {
|
|
6008
|
-
const [m, y] = Ge(!1), [E, M] = Ge(!1), [T, v] = Ge(r ?? ""),
|
|
6008
|
+
const [m, y] = Ge(!1), [E, M] = Ge(!1), [T, v] = Ge(r ?? ""), Z = t === "password", k = Z && m ? "text" : t;
|
|
6009
6009
|
Mt(() => {
|
|
6010
6010
|
v(r ?? "");
|
|
6011
6011
|
}, [r]);
|
|
6012
6012
|
const V = () => {
|
|
6013
|
-
|
|
6013
|
+
Z && p && M(!0);
|
|
6014
6014
|
}, F = (O) => {
|
|
6015
6015
|
M(!1), w?.(O);
|
|
6016
6016
|
}, H = (O) => {
|
|
@@ -6019,15 +6019,15 @@ const m0 = ts(function({
|
|
|
6019
6019
|
return /* @__PURE__ */ g.jsxs(
|
|
6020
6020
|
"div",
|
|
6021
6021
|
{
|
|
6022
|
-
className: `relative min-h-12 min-w-
|
|
6022
|
+
className: `relative min-h-12 min-w-60 ${c ? "w-full" : "w-fit"}`,
|
|
6023
6023
|
children: [
|
|
6024
|
-
|
|
6024
|
+
Z && p && E ? /* @__PURE__ */ g.jsx(Xs, { password: T }) : null,
|
|
6025
6025
|
/* @__PURE__ */ g.jsxs("div", { className: "relative", children: [
|
|
6026
6026
|
/* @__PURE__ */ g.jsx(
|
|
6027
6027
|
"input",
|
|
6028
6028
|
{
|
|
6029
6029
|
ref: A,
|
|
6030
|
-
className: `${u} ${b} block min-h-12 w-full border border-[#4C4C4C] px-4 text-base font-normal text-[#4C4C4C] focus:outline-none focus:ring-0 disabled:opacity-60 disabled:cursor-not-allowed ${l ? "border-red-500" : ""}
|
|
6030
|
+
className: `${u} ${b} block min-h-12 w-full border border-[#4C4C4C] px-4 text-base font-normal text-[#4C4C4C] focus:outline-none focus:ring-0 disabled:opacity-60 disabled:cursor-not-allowed ${l ? "border-red-500" : ""}`,
|
|
6031
6031
|
disabled: f,
|
|
6032
6032
|
id: n,
|
|
6033
6033
|
name: n,
|
|
@@ -6047,7 +6047,7 @@ const m0 = ts(function({
|
|
|
6047
6047
|
children: s
|
|
6048
6048
|
}
|
|
6049
6049
|
),
|
|
6050
|
-
|
|
6050
|
+
Z ? /* @__PURE__ */ g.jsx(
|
|
6051
6051
|
"button",
|
|
6052
6052
|
{
|
|
6053
6053
|
"aria-label": m ? "Ocultar contraseña" : "Mostrar contraseña",
|