@svp-chain-sdk/ui 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +190 -300
- package/dist/components/notice-marquee/notice-marquee.d.ts +6 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.js +783 -584
- package/dist/styles.css +188 -14
- package/dist/tailwind.d.ts +110 -0
- package/dist/tailwind.js +65 -10
- package/dist/wallet.d.ts +338 -0
- package/package.json +14 -6
package/dist/index.js
CHANGED
|
@@ -1,127 +1,133 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
import { Slot as
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as S from "react";
|
|
2
|
+
import Ne from "react";
|
|
3
|
+
import { Slot as Ve } from "@radix-ui/react-slot";
|
|
4
|
+
import { QueryClient as De, QueryClientProvider as Ge } from "@tanstack/react-query";
|
|
5
|
+
import { lightTheme as Oe, ConnectButton as Ye, RainbowKitProvider as qe, connectorsForWallets as Ue } from "@rainbow-me/rainbowkit";
|
|
6
|
+
import { metaMaskWallet as Je, okxWallet as We, rainbowWallet as ze, walletConnectWallet as Le, baseAccount as Xe, safeWallet as Ke } from "@rainbow-me/rainbowkit/wallets";
|
|
7
|
+
import { WagmiProvider as Ze, createConfig as _e, http as ce, createConnector as $e } from "wagmi";
|
|
8
|
+
import { sepolia as Pe, arbitrumSepolia as Re } from "wagmi/chains";
|
|
9
|
+
import { injected as er } from "wagmi/connectors";
|
|
10
|
+
function je(e) {
|
|
11
|
+
var r, t, n = "";
|
|
6
12
|
if (typeof e == "string" || typeof e == "number") n += e;
|
|
7
13
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
8
|
-
var
|
|
9
|
-
for (
|
|
10
|
-
} else for (
|
|
14
|
+
var s = e.length;
|
|
15
|
+
for (r = 0; r < s; r++) e[r] && (t = je(e[r])) && (n && (n += " "), n += t);
|
|
16
|
+
} else for (t in e) e[t] && (n && (n += " "), n += t);
|
|
11
17
|
return n;
|
|
12
18
|
}
|
|
13
|
-
function
|
|
14
|
-
for (var e,
|
|
19
|
+
function Te() {
|
|
20
|
+
for (var e, r, t = 0, n = "", s = arguments.length; t < s; t++) (e = arguments[t]) && (r = je(e)) && (n && (n += " "), n += r);
|
|
15
21
|
return n;
|
|
16
22
|
}
|
|
17
|
-
const
|
|
23
|
+
const we = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, xe = Te, rr = (e, r) => (t) => {
|
|
18
24
|
var n;
|
|
19
|
-
if ((
|
|
20
|
-
const { variants:
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
23
|
-
const g =
|
|
24
|
-
return
|
|
25
|
-
}), a =
|
|
26
|
-
let [
|
|
27
|
-
return g === void 0 || (
|
|
28
|
-
}, {}),
|
|
29
|
-
let { class:
|
|
30
|
-
return Object.entries(
|
|
31
|
-
let [h, u] =
|
|
25
|
+
if ((r == null ? void 0 : r.variants) == null) return xe(e, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
26
|
+
const { variants: s, defaultVariants: A } = r, l = Object.keys(s).map((c) => {
|
|
27
|
+
const f = t == null ? void 0 : t[c], m = A == null ? void 0 : A[c];
|
|
28
|
+
if (f === null) return null;
|
|
29
|
+
const g = we(f) || we(m);
|
|
30
|
+
return s[c][g];
|
|
31
|
+
}), a = t && Object.entries(t).reduce((c, f) => {
|
|
32
|
+
let [m, g] = f;
|
|
33
|
+
return g === void 0 || (c[m] = g), c;
|
|
34
|
+
}, {}), p = r == null || (n = r.compoundVariants) === null || n === void 0 ? void 0 : n.reduce((c, f) => {
|
|
35
|
+
let { class: m, className: g, ...C } = f;
|
|
36
|
+
return Object.entries(C).every((k) => {
|
|
37
|
+
let [h, u] = k;
|
|
32
38
|
return Array.isArray(u) ? u.includes({
|
|
33
|
-
...
|
|
39
|
+
...A,
|
|
34
40
|
...a
|
|
35
41
|
}[h]) : {
|
|
36
|
-
...
|
|
42
|
+
...A,
|
|
37
43
|
...a
|
|
38
44
|
}[h] === u;
|
|
39
45
|
}) ? [
|
|
40
|
-
...
|
|
41
|
-
|
|
46
|
+
...c,
|
|
47
|
+
m,
|
|
42
48
|
g
|
|
43
|
-
] :
|
|
49
|
+
] : c;
|
|
44
50
|
}, []);
|
|
45
|
-
return
|
|
46
|
-
},
|
|
47
|
-
const
|
|
48
|
-
conflictingClassGroups:
|
|
51
|
+
return xe(e, l, p, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
52
|
+
}, he = "-", tr = (e) => {
|
|
53
|
+
const r = nr(e), {
|
|
54
|
+
conflictingClassGroups: t,
|
|
49
55
|
conflictingClassGroupModifiers: n
|
|
50
56
|
} = e;
|
|
51
57
|
return {
|
|
52
58
|
getClassGroupId: (l) => {
|
|
53
|
-
const a = l.split(
|
|
54
|
-
return a[0] === "" && a.length !== 1 && a.shift(),
|
|
59
|
+
const a = l.split(he);
|
|
60
|
+
return a[0] === "" && a.length !== 1 && a.shift(), Me(a, r) || or(l);
|
|
55
61
|
},
|
|
56
62
|
getConflictingClassGroupIds: (l, a) => {
|
|
57
|
-
const
|
|
58
|
-
return a && n[l] ? [...
|
|
63
|
+
const p = t[l] || [];
|
|
64
|
+
return a && n[l] ? [...p, ...n[l]] : p;
|
|
59
65
|
}
|
|
60
66
|
};
|
|
61
|
-
},
|
|
67
|
+
}, Me = (e, r) => {
|
|
62
68
|
var l;
|
|
63
69
|
if (e.length === 0)
|
|
64
|
-
return
|
|
65
|
-
const
|
|
66
|
-
if (
|
|
67
|
-
return
|
|
68
|
-
if (
|
|
70
|
+
return r.classGroupId;
|
|
71
|
+
const t = e[0], n = r.nextPart.get(t), s = n ? Me(e.slice(1), n) : void 0;
|
|
72
|
+
if (s)
|
|
73
|
+
return s;
|
|
74
|
+
if (r.validators.length === 0)
|
|
69
75
|
return;
|
|
70
|
-
const
|
|
71
|
-
return (l =
|
|
76
|
+
const A = e.join(he);
|
|
77
|
+
return (l = r.validators.find(({
|
|
72
78
|
validator: a
|
|
73
|
-
}) => a(
|
|
74
|
-
},
|
|
75
|
-
if (
|
|
76
|
-
const
|
|
77
|
-
if (
|
|
78
|
-
return "arbitrary.." +
|
|
79
|
+
}) => a(A))) == null ? void 0 : l.classGroupId;
|
|
80
|
+
}, ve = /^\[(.+)\]$/, or = (e) => {
|
|
81
|
+
if (ve.test(e)) {
|
|
82
|
+
const r = ve.exec(e)[1], t = r == null ? void 0 : r.substring(0, r.indexOf(":"));
|
|
83
|
+
if (t)
|
|
84
|
+
return "arbitrary.." + t;
|
|
79
85
|
}
|
|
80
|
-
},
|
|
86
|
+
}, nr = (e) => {
|
|
81
87
|
const {
|
|
82
|
-
theme:
|
|
83
|
-
prefix:
|
|
88
|
+
theme: r,
|
|
89
|
+
prefix: t
|
|
84
90
|
} = e, n = {
|
|
85
91
|
nextPart: /* @__PURE__ */ new Map(),
|
|
86
92
|
validators: []
|
|
87
93
|
};
|
|
88
|
-
return
|
|
89
|
-
|
|
94
|
+
return sr(Object.entries(e.classGroups), t).forEach(([A, l]) => {
|
|
95
|
+
pe(l, n, A, r);
|
|
90
96
|
}), n;
|
|
91
|
-
},
|
|
92
|
-
e.forEach((
|
|
93
|
-
if (typeof
|
|
94
|
-
const
|
|
95
|
-
|
|
97
|
+
}, pe = (e, r, t, n) => {
|
|
98
|
+
e.forEach((s) => {
|
|
99
|
+
if (typeof s == "string") {
|
|
100
|
+
const A = s === "" ? r : ye(r, s);
|
|
101
|
+
A.classGroupId = t;
|
|
96
102
|
return;
|
|
97
103
|
}
|
|
98
|
-
if (typeof
|
|
99
|
-
if (
|
|
100
|
-
|
|
104
|
+
if (typeof s == "function") {
|
|
105
|
+
if (Ar(s)) {
|
|
106
|
+
pe(s(n), r, t, n);
|
|
101
107
|
return;
|
|
102
108
|
}
|
|
103
|
-
|
|
104
|
-
validator:
|
|
105
|
-
classGroupId:
|
|
109
|
+
r.validators.push({
|
|
110
|
+
validator: s,
|
|
111
|
+
classGroupId: t
|
|
106
112
|
});
|
|
107
113
|
return;
|
|
108
114
|
}
|
|
109
|
-
Object.entries(
|
|
110
|
-
|
|
115
|
+
Object.entries(s).forEach(([A, l]) => {
|
|
116
|
+
pe(l, ye(r, A), t, n);
|
|
111
117
|
});
|
|
112
118
|
});
|
|
113
|
-
},
|
|
114
|
-
let
|
|
115
|
-
return
|
|
116
|
-
|
|
119
|
+
}, ye = (e, r) => {
|
|
120
|
+
let t = e;
|
|
121
|
+
return r.split(he).forEach((n) => {
|
|
122
|
+
t.nextPart.has(n) || t.nextPart.set(n, {
|
|
117
123
|
nextPart: /* @__PURE__ */ new Map(),
|
|
118
124
|
validators: []
|
|
119
|
-
}),
|
|
120
|
-
}),
|
|
121
|
-
},
|
|
122
|
-
const
|
|
123
|
-
return [
|
|
124
|
-
}) : e,
|
|
125
|
+
}), t = t.nextPart.get(n);
|
|
126
|
+
}), t;
|
|
127
|
+
}, Ar = (e) => e.isThemeGetter, sr = (e, r) => r ? e.map(([t, n]) => {
|
|
128
|
+
const s = n.map((A) => typeof A == "string" ? r + A : typeof A == "object" ? Object.fromEntries(Object.entries(A).map(([l, a]) => [r + l, a])) : A);
|
|
129
|
+
return [t, s];
|
|
130
|
+
}) : e, ar = (e) => {
|
|
125
131
|
if (e < 1)
|
|
126
132
|
return {
|
|
127
133
|
get: () => {
|
|
@@ -129,179 +135,179 @@ const fe = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, pe = we, N
|
|
|
129
135
|
set: () => {
|
|
130
136
|
}
|
|
131
137
|
};
|
|
132
|
-
let
|
|
133
|
-
const
|
|
134
|
-
|
|
138
|
+
let r = 0, t = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
|
|
139
|
+
const s = (A, l) => {
|
|
140
|
+
t.set(A, l), r++, r > e && (r = 0, n = t, t = /* @__PURE__ */ new Map());
|
|
135
141
|
};
|
|
136
142
|
return {
|
|
137
|
-
get(
|
|
138
|
-
let l =
|
|
143
|
+
get(A) {
|
|
144
|
+
let l = t.get(A);
|
|
139
145
|
if (l !== void 0)
|
|
140
146
|
return l;
|
|
141
|
-
if ((l = n.get(
|
|
142
|
-
return
|
|
147
|
+
if ((l = n.get(A)) !== void 0)
|
|
148
|
+
return s(A, l), l;
|
|
143
149
|
},
|
|
144
|
-
set(
|
|
145
|
-
|
|
150
|
+
set(A, l) {
|
|
151
|
+
t.has(A) ? t.set(A, l) : s(A, l);
|
|
146
152
|
}
|
|
147
153
|
};
|
|
148
|
-
},
|
|
154
|
+
}, Qe = "!", lr = (e) => {
|
|
149
155
|
const {
|
|
150
|
-
separator:
|
|
151
|
-
experimentalParseClassName:
|
|
152
|
-
} = e, n =
|
|
153
|
-
const
|
|
154
|
-
let
|
|
156
|
+
separator: r,
|
|
157
|
+
experimentalParseClassName: t
|
|
158
|
+
} = e, n = r.length === 1, s = r[0], A = r.length, l = (a) => {
|
|
159
|
+
const p = [];
|
|
160
|
+
let c = 0, f = 0, m;
|
|
155
161
|
for (let u = 0; u < a.length; u++) {
|
|
156
|
-
let
|
|
157
|
-
if (
|
|
158
|
-
if (
|
|
159
|
-
|
|
162
|
+
let y = a[u];
|
|
163
|
+
if (c === 0) {
|
|
164
|
+
if (y === s && (n || a.slice(u, u + A) === r)) {
|
|
165
|
+
p.push(a.slice(f, u)), f = u + A;
|
|
160
166
|
continue;
|
|
161
167
|
}
|
|
162
|
-
if (
|
|
163
|
-
|
|
168
|
+
if (y === "/") {
|
|
169
|
+
m = u;
|
|
164
170
|
continue;
|
|
165
171
|
}
|
|
166
172
|
}
|
|
167
|
-
|
|
173
|
+
y === "[" ? c++ : y === "]" && c--;
|
|
168
174
|
}
|
|
169
|
-
const g =
|
|
175
|
+
const g = p.length === 0 ? a : a.substring(f), C = g.startsWith(Qe), k = C ? g.substring(1) : g, h = m && m > f ? m - f : void 0;
|
|
170
176
|
return {
|
|
171
|
-
modifiers:
|
|
172
|
-
hasImportantModifier:
|
|
173
|
-
baseClassName:
|
|
177
|
+
modifiers: p,
|
|
178
|
+
hasImportantModifier: C,
|
|
179
|
+
baseClassName: k,
|
|
174
180
|
maybePostfixModifierPosition: h
|
|
175
181
|
};
|
|
176
182
|
};
|
|
177
|
-
return
|
|
183
|
+
return t ? (a) => t({
|
|
178
184
|
className: a,
|
|
179
185
|
parseClassName: l
|
|
180
186
|
}) : l;
|
|
181
|
-
},
|
|
187
|
+
}, ir = (e) => {
|
|
182
188
|
if (e.length <= 1)
|
|
183
189
|
return e;
|
|
184
|
-
const
|
|
185
|
-
let
|
|
190
|
+
const r = [];
|
|
191
|
+
let t = [];
|
|
186
192
|
return e.forEach((n) => {
|
|
187
|
-
n[0] === "[" ? (
|
|
188
|
-
}),
|
|
189
|
-
},
|
|
190
|
-
cache:
|
|
191
|
-
parseClassName:
|
|
192
|
-
...
|
|
193
|
-
}),
|
|
193
|
+
n[0] === "[" ? (r.push(...t.sort(), n), t = []) : t.push(n);
|
|
194
|
+
}), r.push(...t.sort()), r;
|
|
195
|
+
}, cr = (e) => ({
|
|
196
|
+
cache: ar(e.cacheSize),
|
|
197
|
+
parseClassName: lr(e),
|
|
198
|
+
...tr(e)
|
|
199
|
+
}), dr = /\s+/, ur = (e, r) => {
|
|
194
200
|
const {
|
|
195
|
-
parseClassName:
|
|
201
|
+
parseClassName: t,
|
|
196
202
|
getClassGroupId: n,
|
|
197
|
-
getConflictingClassGroupIds:
|
|
198
|
-
} =
|
|
203
|
+
getConflictingClassGroupIds: s
|
|
204
|
+
} = r, A = [], l = e.trim().split(dr);
|
|
199
205
|
let a = "";
|
|
200
|
-
for (let
|
|
201
|
-
const
|
|
202
|
-
modifiers:
|
|
203
|
-
hasImportantModifier:
|
|
206
|
+
for (let p = l.length - 1; p >= 0; p -= 1) {
|
|
207
|
+
const c = l[p], {
|
|
208
|
+
modifiers: f,
|
|
209
|
+
hasImportantModifier: m,
|
|
204
210
|
baseClassName: g,
|
|
205
|
-
maybePostfixModifierPosition:
|
|
206
|
-
} =
|
|
207
|
-
let
|
|
211
|
+
maybePostfixModifierPosition: C
|
|
212
|
+
} = t(c);
|
|
213
|
+
let k = !!C, h = n(k ? g.substring(0, C) : g);
|
|
208
214
|
if (!h) {
|
|
209
|
-
if (!
|
|
210
|
-
a =
|
|
215
|
+
if (!k) {
|
|
216
|
+
a = c + (a.length > 0 ? " " + a : a);
|
|
211
217
|
continue;
|
|
212
218
|
}
|
|
213
219
|
if (h = n(g), !h) {
|
|
214
|
-
a =
|
|
220
|
+
a = c + (a.length > 0 ? " " + a : a);
|
|
215
221
|
continue;
|
|
216
222
|
}
|
|
217
|
-
|
|
223
|
+
k = !1;
|
|
218
224
|
}
|
|
219
|
-
const u =
|
|
220
|
-
if (
|
|
225
|
+
const u = ir(f).join(":"), y = m ? u + Qe : u, P = y + h;
|
|
226
|
+
if (A.includes(P))
|
|
221
227
|
continue;
|
|
222
|
-
|
|
223
|
-
const
|
|
224
|
-
for (let
|
|
225
|
-
const M =
|
|
226
|
-
|
|
228
|
+
A.push(P);
|
|
229
|
+
const j = s(h, k);
|
|
230
|
+
for (let R = 0; R < j.length; ++R) {
|
|
231
|
+
const M = j[R];
|
|
232
|
+
A.push(y + M);
|
|
227
233
|
}
|
|
228
|
-
a =
|
|
234
|
+
a = c + (a.length > 0 ? " " + a : a);
|
|
229
235
|
}
|
|
230
236
|
return a;
|
|
231
237
|
};
|
|
232
|
-
function
|
|
233
|
-
let e = 0,
|
|
238
|
+
function fr() {
|
|
239
|
+
let e = 0, r, t, n = "";
|
|
234
240
|
for (; e < arguments.length; )
|
|
235
|
-
(
|
|
241
|
+
(r = arguments[e++]) && (t = Se(r)) && (n && (n += " "), n += t);
|
|
236
242
|
return n;
|
|
237
243
|
}
|
|
238
|
-
const
|
|
244
|
+
const Se = (e) => {
|
|
239
245
|
if (typeof e == "string")
|
|
240
246
|
return e;
|
|
241
|
-
let
|
|
247
|
+
let r, t = "";
|
|
242
248
|
for (let n = 0; n < e.length; n++)
|
|
243
|
-
e[n] && (
|
|
244
|
-
return
|
|
249
|
+
e[n] && (r = Se(e[n])) && (t && (t += " "), t += r);
|
|
250
|
+
return t;
|
|
245
251
|
};
|
|
246
|
-
function
|
|
247
|
-
let
|
|
248
|
-
function l(
|
|
249
|
-
const
|
|
250
|
-
return
|
|
252
|
+
function pr(e, ...r) {
|
|
253
|
+
let t, n, s, A = l;
|
|
254
|
+
function l(p) {
|
|
255
|
+
const c = r.reduce((f, m) => m(f), e());
|
|
256
|
+
return t = cr(c), n = t.cache.get, s = t.cache.set, A = a, a(p);
|
|
251
257
|
}
|
|
252
|
-
function a(
|
|
253
|
-
const
|
|
254
|
-
if (
|
|
255
|
-
return
|
|
256
|
-
const
|
|
257
|
-
return
|
|
258
|
+
function a(p) {
|
|
259
|
+
const c = n(p);
|
|
260
|
+
if (c)
|
|
261
|
+
return c;
|
|
262
|
+
const f = ur(p, t);
|
|
263
|
+
return s(p, f), f;
|
|
258
264
|
}
|
|
259
265
|
return function() {
|
|
260
|
-
return
|
|
266
|
+
return A(fr.apply(null, arguments));
|
|
261
267
|
};
|
|
262
268
|
}
|
|
263
|
-
const
|
|
264
|
-
const
|
|
265
|
-
return
|
|
266
|
-
},
|
|
267
|
-
const n =
|
|
268
|
-
return n ? n[1] ? typeof
|
|
269
|
-
},
|
|
269
|
+
const x = (e) => {
|
|
270
|
+
const r = (t) => t[e] || [];
|
|
271
|
+
return r.isThemeGetter = !0, r;
|
|
272
|
+
}, He = /^\[(?:([a-z-]+):)?(.+)\]$/i, gr = /^\d+\/\d+$/, br = /* @__PURE__ */ new Set(["px", "full", "screen"]), mr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, hr = /\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$/, wr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, xr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, vr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Q = (e) => z(e) || br.has(e) || gr.test(e), I = (e) => L(e, "length", jr), z = (e) => !!e && !Number.isNaN(Number(e)), de = (e) => L(e, "number", z), ee = (e) => !!e && Number.isInteger(Number(e)), yr = (e) => e.endsWith("%") && z(e.slice(0, -1)), i = (e) => He.test(e), N = (e) => mr.test(e), Cr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Er = (e) => L(e, Cr, Fe), Br = (e) => L(e, "position", Fe), kr = /* @__PURE__ */ new Set(["image", "url"]), Pr = (e) => L(e, kr, Mr), Rr = (e) => L(e, "", Tr), re = () => !0, L = (e, r, t) => {
|
|
273
|
+
const n = He.exec(e);
|
|
274
|
+
return n ? n[1] ? typeof r == "string" ? n[1] === r : r.has(n[1]) : t(n[2]) : !1;
|
|
275
|
+
}, jr = (e) => (
|
|
270
276
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
271
277
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
272
278
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
273
|
-
|
|
274
|
-
),
|
|
275
|
-
const e =
|
|
279
|
+
hr.test(e) && !wr.test(e)
|
|
280
|
+
), Fe = () => !1, Tr = (e) => xr.test(e), Mr = (e) => vr.test(e), Qr = () => {
|
|
281
|
+
const e = x("colors"), r = x("spacing"), t = x("blur"), n = x("brightness"), s = x("borderColor"), A = x("borderRadius"), l = x("borderSpacing"), a = x("borderWidth"), p = x("contrast"), c = x("grayscale"), f = x("hueRotate"), m = x("invert"), g = x("gap"), C = x("gradientColorStops"), k = x("gradientColorStopPositions"), h = x("inset"), u = x("margin"), y = x("opacity"), P = x("padding"), j = x("saturate"), R = x("scale"), M = x("sepia"), V = x("skew"), T = x("space"), H = x("translate"), D = () => ["auto", "contain", "none"], X = () => ["auto", "hidden", "clip", "visible", "scroll"], K = () => ["auto", i, r], b = () => [i, r], Z = () => ["", Q, I], Y = () => ["auto", z, i], q = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], G = () => ["solid", "dashed", "dotted", "double", "none"], _ = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], U = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], F = () => ["", "0", i], $ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], o = () => [z, i];
|
|
276
282
|
return {
|
|
277
283
|
cacheSize: 500,
|
|
278
284
|
separator: ":",
|
|
279
285
|
theme: {
|
|
280
|
-
colors: [
|
|
281
|
-
spacing: [
|
|
282
|
-
blur: ["none", "",
|
|
283
|
-
brightness:
|
|
286
|
+
colors: [re],
|
|
287
|
+
spacing: [Q, I],
|
|
288
|
+
blur: ["none", "", N, i],
|
|
289
|
+
brightness: o(),
|
|
284
290
|
borderColor: [e],
|
|
285
|
-
borderRadius: ["none", "", "full",
|
|
286
|
-
borderSpacing:
|
|
287
|
-
borderWidth:
|
|
288
|
-
contrast:
|
|
289
|
-
grayscale:
|
|
290
|
-
hueRotate:
|
|
291
|
-
invert:
|
|
292
|
-
gap:
|
|
291
|
+
borderRadius: ["none", "", "full", N, i],
|
|
292
|
+
borderSpacing: b(),
|
|
293
|
+
borderWidth: Z(),
|
|
294
|
+
contrast: o(),
|
|
295
|
+
grayscale: F(),
|
|
296
|
+
hueRotate: o(),
|
|
297
|
+
invert: F(),
|
|
298
|
+
gap: b(),
|
|
293
299
|
gradientColorStops: [e],
|
|
294
|
-
gradientColorStopPositions: [
|
|
295
|
-
inset:
|
|
296
|
-
margin:
|
|
297
|
-
opacity:
|
|
298
|
-
padding:
|
|
299
|
-
saturate:
|
|
300
|
-
scale:
|
|
301
|
-
sepia:
|
|
302
|
-
skew:
|
|
303
|
-
space:
|
|
304
|
-
translate:
|
|
300
|
+
gradientColorStopPositions: [yr, I],
|
|
301
|
+
inset: K(),
|
|
302
|
+
margin: K(),
|
|
303
|
+
opacity: o(),
|
|
304
|
+
padding: b(),
|
|
305
|
+
saturate: o(),
|
|
306
|
+
scale: o(),
|
|
307
|
+
sepia: F(),
|
|
308
|
+
skew: o(),
|
|
309
|
+
space: b(),
|
|
310
|
+
translate: b()
|
|
305
311
|
},
|
|
306
312
|
classGroups: {
|
|
307
313
|
// Layout
|
|
@@ -310,7 +316,7 @@ const v = (e) => {
|
|
|
310
316
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
311
317
|
*/
|
|
312
318
|
aspect: [{
|
|
313
|
-
aspect: ["auto", "square", "video",
|
|
319
|
+
aspect: ["auto", "square", "video", i]
|
|
314
320
|
}],
|
|
315
321
|
/**
|
|
316
322
|
* Container
|
|
@@ -322,21 +328,21 @@ const v = (e) => {
|
|
|
322
328
|
* @see https://tailwindcss.com/docs/columns
|
|
323
329
|
*/
|
|
324
330
|
columns: [{
|
|
325
|
-
columns: [
|
|
331
|
+
columns: [N]
|
|
326
332
|
}],
|
|
327
333
|
/**
|
|
328
334
|
* Break After
|
|
329
335
|
* @see https://tailwindcss.com/docs/break-after
|
|
330
336
|
*/
|
|
331
337
|
"break-after": [{
|
|
332
|
-
"break-after":
|
|
338
|
+
"break-after": $()
|
|
333
339
|
}],
|
|
334
340
|
/**
|
|
335
341
|
* Break Before
|
|
336
342
|
* @see https://tailwindcss.com/docs/break-before
|
|
337
343
|
*/
|
|
338
344
|
"break-before": [{
|
|
339
|
-
"break-before":
|
|
345
|
+
"break-before": $()
|
|
340
346
|
}],
|
|
341
347
|
/**
|
|
342
348
|
* Break Inside
|
|
@@ -395,49 +401,49 @@ const v = (e) => {
|
|
|
395
401
|
* @see https://tailwindcss.com/docs/object-position
|
|
396
402
|
*/
|
|
397
403
|
"object-position": [{
|
|
398
|
-
object: [...
|
|
404
|
+
object: [...q(), i]
|
|
399
405
|
}],
|
|
400
406
|
/**
|
|
401
407
|
* Overflow
|
|
402
408
|
* @see https://tailwindcss.com/docs/overflow
|
|
403
409
|
*/
|
|
404
410
|
overflow: [{
|
|
405
|
-
overflow:
|
|
411
|
+
overflow: X()
|
|
406
412
|
}],
|
|
407
413
|
/**
|
|
408
414
|
* Overflow X
|
|
409
415
|
* @see https://tailwindcss.com/docs/overflow
|
|
410
416
|
*/
|
|
411
417
|
"overflow-x": [{
|
|
412
|
-
"overflow-x":
|
|
418
|
+
"overflow-x": X()
|
|
413
419
|
}],
|
|
414
420
|
/**
|
|
415
421
|
* Overflow Y
|
|
416
422
|
* @see https://tailwindcss.com/docs/overflow
|
|
417
423
|
*/
|
|
418
424
|
"overflow-y": [{
|
|
419
|
-
"overflow-y":
|
|
425
|
+
"overflow-y": X()
|
|
420
426
|
}],
|
|
421
427
|
/**
|
|
422
428
|
* Overscroll Behavior
|
|
423
429
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
424
430
|
*/
|
|
425
431
|
overscroll: [{
|
|
426
|
-
overscroll:
|
|
432
|
+
overscroll: D()
|
|
427
433
|
}],
|
|
428
434
|
/**
|
|
429
435
|
* Overscroll Behavior X
|
|
430
436
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
431
437
|
*/
|
|
432
438
|
"overscroll-x": [{
|
|
433
|
-
"overscroll-x":
|
|
439
|
+
"overscroll-x": D()
|
|
434
440
|
}],
|
|
435
441
|
/**
|
|
436
442
|
* Overscroll Behavior Y
|
|
437
443
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
438
444
|
*/
|
|
439
445
|
"overscroll-y": [{
|
|
440
|
-
"overscroll-y":
|
|
446
|
+
"overscroll-y": D()
|
|
441
447
|
}],
|
|
442
448
|
/**
|
|
443
449
|
* Position
|
|
@@ -517,7 +523,7 @@ const v = (e) => {
|
|
|
517
523
|
* @see https://tailwindcss.com/docs/z-index
|
|
518
524
|
*/
|
|
519
525
|
z: [{
|
|
520
|
-
z: ["auto",
|
|
526
|
+
z: ["auto", ee, i]
|
|
521
527
|
}],
|
|
522
528
|
// Flexbox and Grid
|
|
523
529
|
/**
|
|
@@ -525,7 +531,7 @@ const v = (e) => {
|
|
|
525
531
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
526
532
|
*/
|
|
527
533
|
basis: [{
|
|
528
|
-
basis:
|
|
534
|
+
basis: K()
|
|
529
535
|
}],
|
|
530
536
|
/**
|
|
531
537
|
* Flex Direction
|
|
@@ -546,35 +552,35 @@ const v = (e) => {
|
|
|
546
552
|
* @see https://tailwindcss.com/docs/flex
|
|
547
553
|
*/
|
|
548
554
|
flex: [{
|
|
549
|
-
flex: ["1", "auto", "initial", "none",
|
|
555
|
+
flex: ["1", "auto", "initial", "none", i]
|
|
550
556
|
}],
|
|
551
557
|
/**
|
|
552
558
|
* Flex Grow
|
|
553
559
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
554
560
|
*/
|
|
555
561
|
grow: [{
|
|
556
|
-
grow:
|
|
562
|
+
grow: F()
|
|
557
563
|
}],
|
|
558
564
|
/**
|
|
559
565
|
* Flex Shrink
|
|
560
566
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
561
567
|
*/
|
|
562
568
|
shrink: [{
|
|
563
|
-
shrink:
|
|
569
|
+
shrink: F()
|
|
564
570
|
}],
|
|
565
571
|
/**
|
|
566
572
|
* Order
|
|
567
573
|
* @see https://tailwindcss.com/docs/order
|
|
568
574
|
*/
|
|
569
575
|
order: [{
|
|
570
|
-
order: ["first", "last", "none",
|
|
576
|
+
order: ["first", "last", "none", ee, i]
|
|
571
577
|
}],
|
|
572
578
|
/**
|
|
573
579
|
* Grid Template Columns
|
|
574
580
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
575
581
|
*/
|
|
576
582
|
"grid-cols": [{
|
|
577
|
-
"grid-cols": [
|
|
583
|
+
"grid-cols": [re]
|
|
578
584
|
}],
|
|
579
585
|
/**
|
|
580
586
|
* Grid Column Start / End
|
|
@@ -582,29 +588,29 @@ const v = (e) => {
|
|
|
582
588
|
*/
|
|
583
589
|
"col-start-end": [{
|
|
584
590
|
col: ["auto", {
|
|
585
|
-
span: ["full",
|
|
586
|
-
},
|
|
591
|
+
span: ["full", ee, i]
|
|
592
|
+
}, i]
|
|
587
593
|
}],
|
|
588
594
|
/**
|
|
589
595
|
* Grid Column Start
|
|
590
596
|
* @see https://tailwindcss.com/docs/grid-column
|
|
591
597
|
*/
|
|
592
598
|
"col-start": [{
|
|
593
|
-
"col-start":
|
|
599
|
+
"col-start": Y()
|
|
594
600
|
}],
|
|
595
601
|
/**
|
|
596
602
|
* Grid Column End
|
|
597
603
|
* @see https://tailwindcss.com/docs/grid-column
|
|
598
604
|
*/
|
|
599
605
|
"col-end": [{
|
|
600
|
-
"col-end":
|
|
606
|
+
"col-end": Y()
|
|
601
607
|
}],
|
|
602
608
|
/**
|
|
603
609
|
* Grid Template Rows
|
|
604
610
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
605
611
|
*/
|
|
606
612
|
"grid-rows": [{
|
|
607
|
-
"grid-rows": [
|
|
613
|
+
"grid-rows": [re]
|
|
608
614
|
}],
|
|
609
615
|
/**
|
|
610
616
|
* Grid Row Start / End
|
|
@@ -612,22 +618,22 @@ const v = (e) => {
|
|
|
612
618
|
*/
|
|
613
619
|
"row-start-end": [{
|
|
614
620
|
row: ["auto", {
|
|
615
|
-
span: [
|
|
616
|
-
},
|
|
621
|
+
span: [ee, i]
|
|
622
|
+
}, i]
|
|
617
623
|
}],
|
|
618
624
|
/**
|
|
619
625
|
* Grid Row Start
|
|
620
626
|
* @see https://tailwindcss.com/docs/grid-row
|
|
621
627
|
*/
|
|
622
628
|
"row-start": [{
|
|
623
|
-
"row-start":
|
|
629
|
+
"row-start": Y()
|
|
624
630
|
}],
|
|
625
631
|
/**
|
|
626
632
|
* Grid Row End
|
|
627
633
|
* @see https://tailwindcss.com/docs/grid-row
|
|
628
634
|
*/
|
|
629
635
|
"row-end": [{
|
|
630
|
-
"row-end":
|
|
636
|
+
"row-end": Y()
|
|
631
637
|
}],
|
|
632
638
|
/**
|
|
633
639
|
* Grid Auto Flow
|
|
@@ -641,14 +647,14 @@ const v = (e) => {
|
|
|
641
647
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
642
648
|
*/
|
|
643
649
|
"auto-cols": [{
|
|
644
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
650
|
+
"auto-cols": ["auto", "min", "max", "fr", i]
|
|
645
651
|
}],
|
|
646
652
|
/**
|
|
647
653
|
* Grid Auto Rows
|
|
648
654
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
649
655
|
*/
|
|
650
656
|
"auto-rows": [{
|
|
651
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
657
|
+
"auto-rows": ["auto", "min", "max", "fr", i]
|
|
652
658
|
}],
|
|
653
659
|
/**
|
|
654
660
|
* Gap
|
|
@@ -676,7 +682,7 @@ const v = (e) => {
|
|
|
676
682
|
* @see https://tailwindcss.com/docs/justify-content
|
|
677
683
|
*/
|
|
678
684
|
"justify-content": [{
|
|
679
|
-
justify: ["normal", ...
|
|
685
|
+
justify: ["normal", ...U()]
|
|
680
686
|
}],
|
|
681
687
|
/**
|
|
682
688
|
* Justify Items
|
|
@@ -697,7 +703,7 @@ const v = (e) => {
|
|
|
697
703
|
* @see https://tailwindcss.com/docs/align-content
|
|
698
704
|
*/
|
|
699
705
|
"align-content": [{
|
|
700
|
-
content: ["normal", ...
|
|
706
|
+
content: ["normal", ...U(), "baseline"]
|
|
701
707
|
}],
|
|
702
708
|
/**
|
|
703
709
|
* Align Items
|
|
@@ -718,7 +724,7 @@ const v = (e) => {
|
|
|
718
724
|
* @see https://tailwindcss.com/docs/place-content
|
|
719
725
|
*/
|
|
720
726
|
"place-content": [{
|
|
721
|
-
"place-content": [...
|
|
727
|
+
"place-content": [...U(), "baseline"]
|
|
722
728
|
}],
|
|
723
729
|
/**
|
|
724
730
|
* Place Items
|
|
@@ -740,63 +746,63 @@ const v = (e) => {
|
|
|
740
746
|
* @see https://tailwindcss.com/docs/padding
|
|
741
747
|
*/
|
|
742
748
|
p: [{
|
|
743
|
-
p: [
|
|
749
|
+
p: [P]
|
|
744
750
|
}],
|
|
745
751
|
/**
|
|
746
752
|
* Padding X
|
|
747
753
|
* @see https://tailwindcss.com/docs/padding
|
|
748
754
|
*/
|
|
749
755
|
px: [{
|
|
750
|
-
px: [
|
|
756
|
+
px: [P]
|
|
751
757
|
}],
|
|
752
758
|
/**
|
|
753
759
|
* Padding Y
|
|
754
760
|
* @see https://tailwindcss.com/docs/padding
|
|
755
761
|
*/
|
|
756
762
|
py: [{
|
|
757
|
-
py: [
|
|
763
|
+
py: [P]
|
|
758
764
|
}],
|
|
759
765
|
/**
|
|
760
766
|
* Padding Start
|
|
761
767
|
* @see https://tailwindcss.com/docs/padding
|
|
762
768
|
*/
|
|
763
769
|
ps: [{
|
|
764
|
-
ps: [
|
|
770
|
+
ps: [P]
|
|
765
771
|
}],
|
|
766
772
|
/**
|
|
767
773
|
* Padding End
|
|
768
774
|
* @see https://tailwindcss.com/docs/padding
|
|
769
775
|
*/
|
|
770
776
|
pe: [{
|
|
771
|
-
pe: [
|
|
777
|
+
pe: [P]
|
|
772
778
|
}],
|
|
773
779
|
/**
|
|
774
780
|
* Padding Top
|
|
775
781
|
* @see https://tailwindcss.com/docs/padding
|
|
776
782
|
*/
|
|
777
783
|
pt: [{
|
|
778
|
-
pt: [
|
|
784
|
+
pt: [P]
|
|
779
785
|
}],
|
|
780
786
|
/**
|
|
781
787
|
* Padding Right
|
|
782
788
|
* @see https://tailwindcss.com/docs/padding
|
|
783
789
|
*/
|
|
784
790
|
pr: [{
|
|
785
|
-
pr: [
|
|
791
|
+
pr: [P]
|
|
786
792
|
}],
|
|
787
793
|
/**
|
|
788
794
|
* Padding Bottom
|
|
789
795
|
* @see https://tailwindcss.com/docs/padding
|
|
790
796
|
*/
|
|
791
797
|
pb: [{
|
|
792
|
-
pb: [
|
|
798
|
+
pb: [P]
|
|
793
799
|
}],
|
|
794
800
|
/**
|
|
795
801
|
* Padding Left
|
|
796
802
|
* @see https://tailwindcss.com/docs/padding
|
|
797
803
|
*/
|
|
798
804
|
pl: [{
|
|
799
|
-
pl: [
|
|
805
|
+
pl: [P]
|
|
800
806
|
}],
|
|
801
807
|
/**
|
|
802
808
|
* Margin
|
|
@@ -866,7 +872,7 @@ const v = (e) => {
|
|
|
866
872
|
* @see https://tailwindcss.com/docs/space
|
|
867
873
|
*/
|
|
868
874
|
"space-x": [{
|
|
869
|
-
"space-x": [
|
|
875
|
+
"space-x": [T]
|
|
870
876
|
}],
|
|
871
877
|
/**
|
|
872
878
|
* Space Between X Reverse
|
|
@@ -878,7 +884,7 @@ const v = (e) => {
|
|
|
878
884
|
* @see https://tailwindcss.com/docs/space
|
|
879
885
|
*/
|
|
880
886
|
"space-y": [{
|
|
881
|
-
"space-y": [
|
|
887
|
+
"space-y": [T]
|
|
882
888
|
}],
|
|
883
889
|
/**
|
|
884
890
|
* Space Between Y Reverse
|
|
@@ -891,51 +897,51 @@ const v = (e) => {
|
|
|
891
897
|
* @see https://tailwindcss.com/docs/width
|
|
892
898
|
*/
|
|
893
899
|
w: [{
|
|
894
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
900
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", i, r]
|
|
895
901
|
}],
|
|
896
902
|
/**
|
|
897
903
|
* Min-Width
|
|
898
904
|
* @see https://tailwindcss.com/docs/min-width
|
|
899
905
|
*/
|
|
900
906
|
"min-w": [{
|
|
901
|
-
"min-w": [
|
|
907
|
+
"min-w": [i, r, "min", "max", "fit"]
|
|
902
908
|
}],
|
|
903
909
|
/**
|
|
904
910
|
* Max-Width
|
|
905
911
|
* @see https://tailwindcss.com/docs/max-width
|
|
906
912
|
*/
|
|
907
913
|
"max-w": [{
|
|
908
|
-
"max-w": [
|
|
909
|
-
screen: [
|
|
910
|
-
},
|
|
914
|
+
"max-w": [i, r, "none", "full", "min", "max", "fit", "prose", {
|
|
915
|
+
screen: [N]
|
|
916
|
+
}, N]
|
|
911
917
|
}],
|
|
912
918
|
/**
|
|
913
919
|
* Height
|
|
914
920
|
* @see https://tailwindcss.com/docs/height
|
|
915
921
|
*/
|
|
916
922
|
h: [{
|
|
917
|
-
h: [
|
|
923
|
+
h: [i, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
918
924
|
}],
|
|
919
925
|
/**
|
|
920
926
|
* Min-Height
|
|
921
927
|
* @see https://tailwindcss.com/docs/min-height
|
|
922
928
|
*/
|
|
923
929
|
"min-h": [{
|
|
924
|
-
"min-h": [
|
|
930
|
+
"min-h": [i, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
925
931
|
}],
|
|
926
932
|
/**
|
|
927
933
|
* Max-Height
|
|
928
934
|
* @see https://tailwindcss.com/docs/max-height
|
|
929
935
|
*/
|
|
930
936
|
"max-h": [{
|
|
931
|
-
"max-h": [
|
|
937
|
+
"max-h": [i, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
932
938
|
}],
|
|
933
939
|
/**
|
|
934
940
|
* Size
|
|
935
941
|
* @see https://tailwindcss.com/docs/size
|
|
936
942
|
*/
|
|
937
943
|
size: [{
|
|
938
|
-
size: [
|
|
944
|
+
size: [i, r, "auto", "min", "max", "fit"]
|
|
939
945
|
}],
|
|
940
946
|
// Typography
|
|
941
947
|
/**
|
|
@@ -943,7 +949,7 @@ const v = (e) => {
|
|
|
943
949
|
* @see https://tailwindcss.com/docs/font-size
|
|
944
950
|
*/
|
|
945
951
|
"font-size": [{
|
|
946
|
-
text: ["base",
|
|
952
|
+
text: ["base", N, I]
|
|
947
953
|
}],
|
|
948
954
|
/**
|
|
949
955
|
* Font Smoothing
|
|
@@ -960,14 +966,14 @@ const v = (e) => {
|
|
|
960
966
|
* @see https://tailwindcss.com/docs/font-weight
|
|
961
967
|
*/
|
|
962
968
|
"font-weight": [{
|
|
963
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
969
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", de]
|
|
964
970
|
}],
|
|
965
971
|
/**
|
|
966
972
|
* Font Family
|
|
967
973
|
* @see https://tailwindcss.com/docs/font-family
|
|
968
974
|
*/
|
|
969
975
|
"font-family": [{
|
|
970
|
-
font: [
|
|
976
|
+
font: [re]
|
|
971
977
|
}],
|
|
972
978
|
/**
|
|
973
979
|
* Font Variant Numeric
|
|
@@ -1004,35 +1010,35 @@ const v = (e) => {
|
|
|
1004
1010
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1005
1011
|
*/
|
|
1006
1012
|
tracking: [{
|
|
1007
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
1013
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", i]
|
|
1008
1014
|
}],
|
|
1009
1015
|
/**
|
|
1010
1016
|
* Line Clamp
|
|
1011
1017
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1012
1018
|
*/
|
|
1013
1019
|
"line-clamp": [{
|
|
1014
|
-
"line-clamp": ["none",
|
|
1020
|
+
"line-clamp": ["none", z, de]
|
|
1015
1021
|
}],
|
|
1016
1022
|
/**
|
|
1017
1023
|
* Line Height
|
|
1018
1024
|
* @see https://tailwindcss.com/docs/line-height
|
|
1019
1025
|
*/
|
|
1020
1026
|
leading: [{
|
|
1021
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
1027
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", Q, i]
|
|
1022
1028
|
}],
|
|
1023
1029
|
/**
|
|
1024
1030
|
* List Style Image
|
|
1025
1031
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1026
1032
|
*/
|
|
1027
1033
|
"list-image": [{
|
|
1028
|
-
"list-image": ["none",
|
|
1034
|
+
"list-image": ["none", i]
|
|
1029
1035
|
}],
|
|
1030
1036
|
/**
|
|
1031
1037
|
* List Style Type
|
|
1032
1038
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1033
1039
|
*/
|
|
1034
1040
|
"list-style-type": [{
|
|
1035
|
-
list: ["none", "disc", "decimal",
|
|
1041
|
+
list: ["none", "disc", "decimal", i]
|
|
1036
1042
|
}],
|
|
1037
1043
|
/**
|
|
1038
1044
|
* List Style Position
|
|
@@ -1054,7 +1060,7 @@ const v = (e) => {
|
|
|
1054
1060
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1055
1061
|
*/
|
|
1056
1062
|
"placeholder-opacity": [{
|
|
1057
|
-
"placeholder-opacity": [
|
|
1063
|
+
"placeholder-opacity": [y]
|
|
1058
1064
|
}],
|
|
1059
1065
|
/**
|
|
1060
1066
|
* Text Alignment
|
|
@@ -1075,7 +1081,7 @@ const v = (e) => {
|
|
|
1075
1081
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1076
1082
|
*/
|
|
1077
1083
|
"text-opacity": [{
|
|
1078
|
-
"text-opacity": [
|
|
1084
|
+
"text-opacity": [y]
|
|
1079
1085
|
}],
|
|
1080
1086
|
/**
|
|
1081
1087
|
* Text Decoration
|
|
@@ -1087,21 +1093,21 @@ const v = (e) => {
|
|
|
1087
1093
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1088
1094
|
*/
|
|
1089
1095
|
"text-decoration-style": [{
|
|
1090
|
-
decoration: [...
|
|
1096
|
+
decoration: [...G(), "wavy"]
|
|
1091
1097
|
}],
|
|
1092
1098
|
/**
|
|
1093
1099
|
* Text Decoration Thickness
|
|
1094
1100
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1095
1101
|
*/
|
|
1096
1102
|
"text-decoration-thickness": [{
|
|
1097
|
-
decoration: ["auto", "from-font",
|
|
1103
|
+
decoration: ["auto", "from-font", Q, I]
|
|
1098
1104
|
}],
|
|
1099
1105
|
/**
|
|
1100
1106
|
* Text Underline Offset
|
|
1101
1107
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1102
1108
|
*/
|
|
1103
1109
|
"underline-offset": [{
|
|
1104
|
-
"underline-offset": ["auto",
|
|
1110
|
+
"underline-offset": ["auto", Q, i]
|
|
1105
1111
|
}],
|
|
1106
1112
|
/**
|
|
1107
1113
|
* Text Decoration Color
|
|
@@ -1132,14 +1138,14 @@ const v = (e) => {
|
|
|
1132
1138
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1133
1139
|
*/
|
|
1134
1140
|
indent: [{
|
|
1135
|
-
indent:
|
|
1141
|
+
indent: b()
|
|
1136
1142
|
}],
|
|
1137
1143
|
/**
|
|
1138
1144
|
* Vertical Alignment
|
|
1139
1145
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1140
1146
|
*/
|
|
1141
1147
|
"vertical-align": [{
|
|
1142
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1148
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", i]
|
|
1143
1149
|
}],
|
|
1144
1150
|
/**
|
|
1145
1151
|
* Whitespace
|
|
@@ -1167,7 +1173,7 @@ const v = (e) => {
|
|
|
1167
1173
|
* @see https://tailwindcss.com/docs/content
|
|
1168
1174
|
*/
|
|
1169
1175
|
content: [{
|
|
1170
|
-
content: ["none",
|
|
1176
|
+
content: ["none", i]
|
|
1171
1177
|
}],
|
|
1172
1178
|
// Backgrounds
|
|
1173
1179
|
/**
|
|
@@ -1190,7 +1196,7 @@ const v = (e) => {
|
|
|
1190
1196
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1191
1197
|
*/
|
|
1192
1198
|
"bg-opacity": [{
|
|
1193
|
-
"bg-opacity": [
|
|
1199
|
+
"bg-opacity": [y]
|
|
1194
1200
|
}],
|
|
1195
1201
|
/**
|
|
1196
1202
|
* Background Origin
|
|
@@ -1204,7 +1210,7 @@ const v = (e) => {
|
|
|
1204
1210
|
* @see https://tailwindcss.com/docs/background-position
|
|
1205
1211
|
*/
|
|
1206
1212
|
"bg-position": [{
|
|
1207
|
-
bg: [...
|
|
1213
|
+
bg: [...q(), Br]
|
|
1208
1214
|
}],
|
|
1209
1215
|
/**
|
|
1210
1216
|
* Background Repeat
|
|
@@ -1220,7 +1226,7 @@ const v = (e) => {
|
|
|
1220
1226
|
* @see https://tailwindcss.com/docs/background-size
|
|
1221
1227
|
*/
|
|
1222
1228
|
"bg-size": [{
|
|
1223
|
-
bg: ["auto", "cover", "contain",
|
|
1229
|
+
bg: ["auto", "cover", "contain", Er]
|
|
1224
1230
|
}],
|
|
1225
1231
|
/**
|
|
1226
1232
|
* Background Image
|
|
@@ -1229,7 +1235,7 @@ const v = (e) => {
|
|
|
1229
1235
|
"bg-image": [{
|
|
1230
1236
|
bg: ["none", {
|
|
1231
1237
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1232
|
-
},
|
|
1238
|
+
}, Pr]
|
|
1233
1239
|
}],
|
|
1234
1240
|
/**
|
|
1235
1241
|
* Background Color
|
|
@@ -1243,42 +1249,42 @@ const v = (e) => {
|
|
|
1243
1249
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1244
1250
|
*/
|
|
1245
1251
|
"gradient-from-pos": [{
|
|
1246
|
-
from: [
|
|
1252
|
+
from: [k]
|
|
1247
1253
|
}],
|
|
1248
1254
|
/**
|
|
1249
1255
|
* Gradient Color Stops Via Position
|
|
1250
1256
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1251
1257
|
*/
|
|
1252
1258
|
"gradient-via-pos": [{
|
|
1253
|
-
via: [
|
|
1259
|
+
via: [k]
|
|
1254
1260
|
}],
|
|
1255
1261
|
/**
|
|
1256
1262
|
* Gradient Color Stops To Position
|
|
1257
1263
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1258
1264
|
*/
|
|
1259
1265
|
"gradient-to-pos": [{
|
|
1260
|
-
to: [
|
|
1266
|
+
to: [k]
|
|
1261
1267
|
}],
|
|
1262
1268
|
/**
|
|
1263
1269
|
* Gradient Color Stops From
|
|
1264
1270
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1265
1271
|
*/
|
|
1266
1272
|
"gradient-from": [{
|
|
1267
|
-
from: [
|
|
1273
|
+
from: [C]
|
|
1268
1274
|
}],
|
|
1269
1275
|
/**
|
|
1270
1276
|
* Gradient Color Stops Via
|
|
1271
1277
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1272
1278
|
*/
|
|
1273
1279
|
"gradient-via": [{
|
|
1274
|
-
via: [
|
|
1280
|
+
via: [C]
|
|
1275
1281
|
}],
|
|
1276
1282
|
/**
|
|
1277
1283
|
* Gradient Color Stops To
|
|
1278
1284
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1279
1285
|
*/
|
|
1280
1286
|
"gradient-to": [{
|
|
1281
|
-
to: [
|
|
1287
|
+
to: [C]
|
|
1282
1288
|
}],
|
|
1283
1289
|
// Borders
|
|
1284
1290
|
/**
|
|
@@ -1286,105 +1292,105 @@ const v = (e) => {
|
|
|
1286
1292
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1287
1293
|
*/
|
|
1288
1294
|
rounded: [{
|
|
1289
|
-
rounded: [
|
|
1295
|
+
rounded: [A]
|
|
1290
1296
|
}],
|
|
1291
1297
|
/**
|
|
1292
1298
|
* Border Radius Start
|
|
1293
1299
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1294
1300
|
*/
|
|
1295
1301
|
"rounded-s": [{
|
|
1296
|
-
"rounded-s": [
|
|
1302
|
+
"rounded-s": [A]
|
|
1297
1303
|
}],
|
|
1298
1304
|
/**
|
|
1299
1305
|
* Border Radius End
|
|
1300
1306
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1301
1307
|
*/
|
|
1302
1308
|
"rounded-e": [{
|
|
1303
|
-
"rounded-e": [
|
|
1309
|
+
"rounded-e": [A]
|
|
1304
1310
|
}],
|
|
1305
1311
|
/**
|
|
1306
1312
|
* Border Radius Top
|
|
1307
1313
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1308
1314
|
*/
|
|
1309
1315
|
"rounded-t": [{
|
|
1310
|
-
"rounded-t": [
|
|
1316
|
+
"rounded-t": [A]
|
|
1311
1317
|
}],
|
|
1312
1318
|
/**
|
|
1313
1319
|
* Border Radius Right
|
|
1314
1320
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1315
1321
|
*/
|
|
1316
1322
|
"rounded-r": [{
|
|
1317
|
-
"rounded-r": [
|
|
1323
|
+
"rounded-r": [A]
|
|
1318
1324
|
}],
|
|
1319
1325
|
/**
|
|
1320
1326
|
* Border Radius Bottom
|
|
1321
1327
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1322
1328
|
*/
|
|
1323
1329
|
"rounded-b": [{
|
|
1324
|
-
"rounded-b": [
|
|
1330
|
+
"rounded-b": [A]
|
|
1325
1331
|
}],
|
|
1326
1332
|
/**
|
|
1327
1333
|
* Border Radius Left
|
|
1328
1334
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1329
1335
|
*/
|
|
1330
1336
|
"rounded-l": [{
|
|
1331
|
-
"rounded-l": [
|
|
1337
|
+
"rounded-l": [A]
|
|
1332
1338
|
}],
|
|
1333
1339
|
/**
|
|
1334
1340
|
* Border Radius Start Start
|
|
1335
1341
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1336
1342
|
*/
|
|
1337
1343
|
"rounded-ss": [{
|
|
1338
|
-
"rounded-ss": [
|
|
1344
|
+
"rounded-ss": [A]
|
|
1339
1345
|
}],
|
|
1340
1346
|
/**
|
|
1341
1347
|
* Border Radius Start End
|
|
1342
1348
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1343
1349
|
*/
|
|
1344
1350
|
"rounded-se": [{
|
|
1345
|
-
"rounded-se": [
|
|
1351
|
+
"rounded-se": [A]
|
|
1346
1352
|
}],
|
|
1347
1353
|
/**
|
|
1348
1354
|
* Border Radius End End
|
|
1349
1355
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1350
1356
|
*/
|
|
1351
1357
|
"rounded-ee": [{
|
|
1352
|
-
"rounded-ee": [
|
|
1358
|
+
"rounded-ee": [A]
|
|
1353
1359
|
}],
|
|
1354
1360
|
/**
|
|
1355
1361
|
* Border Radius End Start
|
|
1356
1362
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1357
1363
|
*/
|
|
1358
1364
|
"rounded-es": [{
|
|
1359
|
-
"rounded-es": [
|
|
1365
|
+
"rounded-es": [A]
|
|
1360
1366
|
}],
|
|
1361
1367
|
/**
|
|
1362
1368
|
* Border Radius Top Left
|
|
1363
1369
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1364
1370
|
*/
|
|
1365
1371
|
"rounded-tl": [{
|
|
1366
|
-
"rounded-tl": [
|
|
1372
|
+
"rounded-tl": [A]
|
|
1367
1373
|
}],
|
|
1368
1374
|
/**
|
|
1369
1375
|
* Border Radius Top Right
|
|
1370
1376
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1371
1377
|
*/
|
|
1372
1378
|
"rounded-tr": [{
|
|
1373
|
-
"rounded-tr": [
|
|
1379
|
+
"rounded-tr": [A]
|
|
1374
1380
|
}],
|
|
1375
1381
|
/**
|
|
1376
1382
|
* Border Radius Bottom Right
|
|
1377
1383
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1378
1384
|
*/
|
|
1379
1385
|
"rounded-br": [{
|
|
1380
|
-
"rounded-br": [
|
|
1386
|
+
"rounded-br": [A]
|
|
1381
1387
|
}],
|
|
1382
1388
|
/**
|
|
1383
1389
|
* Border Radius Bottom Left
|
|
1384
1390
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1385
1391
|
*/
|
|
1386
1392
|
"rounded-bl": [{
|
|
1387
|
-
"rounded-bl": [
|
|
1393
|
+
"rounded-bl": [A]
|
|
1388
1394
|
}],
|
|
1389
1395
|
/**
|
|
1390
1396
|
* Border Width
|
|
@@ -1454,14 +1460,14 @@ const v = (e) => {
|
|
|
1454
1460
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
1455
1461
|
*/
|
|
1456
1462
|
"border-opacity": [{
|
|
1457
|
-
"border-opacity": [
|
|
1463
|
+
"border-opacity": [y]
|
|
1458
1464
|
}],
|
|
1459
1465
|
/**
|
|
1460
1466
|
* Border Style
|
|
1461
1467
|
* @see https://tailwindcss.com/docs/border-style
|
|
1462
1468
|
*/
|
|
1463
1469
|
"border-style": [{
|
|
1464
|
-
border: [...
|
|
1470
|
+
border: [...G(), "hidden"]
|
|
1465
1471
|
}],
|
|
1466
1472
|
/**
|
|
1467
1473
|
* Divide Width X
|
|
@@ -1492,105 +1498,105 @@ const v = (e) => {
|
|
|
1492
1498
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1493
1499
|
*/
|
|
1494
1500
|
"divide-opacity": [{
|
|
1495
|
-
"divide-opacity": [
|
|
1501
|
+
"divide-opacity": [y]
|
|
1496
1502
|
}],
|
|
1497
1503
|
/**
|
|
1498
1504
|
* Divide Style
|
|
1499
1505
|
* @see https://tailwindcss.com/docs/divide-style
|
|
1500
1506
|
*/
|
|
1501
1507
|
"divide-style": [{
|
|
1502
|
-
divide:
|
|
1508
|
+
divide: G()
|
|
1503
1509
|
}],
|
|
1504
1510
|
/**
|
|
1505
1511
|
* Border Color
|
|
1506
1512
|
* @see https://tailwindcss.com/docs/border-color
|
|
1507
1513
|
*/
|
|
1508
1514
|
"border-color": [{
|
|
1509
|
-
border: [
|
|
1515
|
+
border: [s]
|
|
1510
1516
|
}],
|
|
1511
1517
|
/**
|
|
1512
1518
|
* Border Color X
|
|
1513
1519
|
* @see https://tailwindcss.com/docs/border-color
|
|
1514
1520
|
*/
|
|
1515
1521
|
"border-color-x": [{
|
|
1516
|
-
"border-x": [
|
|
1522
|
+
"border-x": [s]
|
|
1517
1523
|
}],
|
|
1518
1524
|
/**
|
|
1519
1525
|
* Border Color Y
|
|
1520
1526
|
* @see https://tailwindcss.com/docs/border-color
|
|
1521
1527
|
*/
|
|
1522
1528
|
"border-color-y": [{
|
|
1523
|
-
"border-y": [
|
|
1529
|
+
"border-y": [s]
|
|
1524
1530
|
}],
|
|
1525
1531
|
/**
|
|
1526
1532
|
* Border Color S
|
|
1527
1533
|
* @see https://tailwindcss.com/docs/border-color
|
|
1528
1534
|
*/
|
|
1529
1535
|
"border-color-s": [{
|
|
1530
|
-
"border-s": [
|
|
1536
|
+
"border-s": [s]
|
|
1531
1537
|
}],
|
|
1532
1538
|
/**
|
|
1533
1539
|
* Border Color E
|
|
1534
1540
|
* @see https://tailwindcss.com/docs/border-color
|
|
1535
1541
|
*/
|
|
1536
1542
|
"border-color-e": [{
|
|
1537
|
-
"border-e": [
|
|
1543
|
+
"border-e": [s]
|
|
1538
1544
|
}],
|
|
1539
1545
|
/**
|
|
1540
1546
|
* Border Color Top
|
|
1541
1547
|
* @see https://tailwindcss.com/docs/border-color
|
|
1542
1548
|
*/
|
|
1543
1549
|
"border-color-t": [{
|
|
1544
|
-
"border-t": [
|
|
1550
|
+
"border-t": [s]
|
|
1545
1551
|
}],
|
|
1546
1552
|
/**
|
|
1547
1553
|
* Border Color Right
|
|
1548
1554
|
* @see https://tailwindcss.com/docs/border-color
|
|
1549
1555
|
*/
|
|
1550
1556
|
"border-color-r": [{
|
|
1551
|
-
"border-r": [
|
|
1557
|
+
"border-r": [s]
|
|
1552
1558
|
}],
|
|
1553
1559
|
/**
|
|
1554
1560
|
* Border Color Bottom
|
|
1555
1561
|
* @see https://tailwindcss.com/docs/border-color
|
|
1556
1562
|
*/
|
|
1557
1563
|
"border-color-b": [{
|
|
1558
|
-
"border-b": [
|
|
1564
|
+
"border-b": [s]
|
|
1559
1565
|
}],
|
|
1560
1566
|
/**
|
|
1561
1567
|
* Border Color Left
|
|
1562
1568
|
* @see https://tailwindcss.com/docs/border-color
|
|
1563
1569
|
*/
|
|
1564
1570
|
"border-color-l": [{
|
|
1565
|
-
"border-l": [
|
|
1571
|
+
"border-l": [s]
|
|
1566
1572
|
}],
|
|
1567
1573
|
/**
|
|
1568
1574
|
* Divide Color
|
|
1569
1575
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1570
1576
|
*/
|
|
1571
1577
|
"divide-color": [{
|
|
1572
|
-
divide: [
|
|
1578
|
+
divide: [s]
|
|
1573
1579
|
}],
|
|
1574
1580
|
/**
|
|
1575
1581
|
* Outline Style
|
|
1576
1582
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1577
1583
|
*/
|
|
1578
1584
|
"outline-style": [{
|
|
1579
|
-
outline: ["", ...
|
|
1585
|
+
outline: ["", ...G()]
|
|
1580
1586
|
}],
|
|
1581
1587
|
/**
|
|
1582
1588
|
* Outline Offset
|
|
1583
1589
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1584
1590
|
*/
|
|
1585
1591
|
"outline-offset": [{
|
|
1586
|
-
"outline-offset": [
|
|
1592
|
+
"outline-offset": [Q, i]
|
|
1587
1593
|
}],
|
|
1588
1594
|
/**
|
|
1589
1595
|
* Outline Width
|
|
1590
1596
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1591
1597
|
*/
|
|
1592
1598
|
"outline-w": [{
|
|
1593
|
-
outline: [
|
|
1599
|
+
outline: [Q, I]
|
|
1594
1600
|
}],
|
|
1595
1601
|
/**
|
|
1596
1602
|
* Outline Color
|
|
@@ -1604,7 +1610,7 @@ const v = (e) => {
|
|
|
1604
1610
|
* @see https://tailwindcss.com/docs/ring-width
|
|
1605
1611
|
*/
|
|
1606
1612
|
"ring-w": [{
|
|
1607
|
-
ring:
|
|
1613
|
+
ring: Z()
|
|
1608
1614
|
}],
|
|
1609
1615
|
/**
|
|
1610
1616
|
* Ring Width Inset
|
|
@@ -1623,14 +1629,14 @@ const v = (e) => {
|
|
|
1623
1629
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1624
1630
|
*/
|
|
1625
1631
|
"ring-opacity": [{
|
|
1626
|
-
"ring-opacity": [
|
|
1632
|
+
"ring-opacity": [y]
|
|
1627
1633
|
}],
|
|
1628
1634
|
/**
|
|
1629
1635
|
* Ring Offset Width
|
|
1630
1636
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1631
1637
|
*/
|
|
1632
1638
|
"ring-offset-w": [{
|
|
1633
|
-
"ring-offset": [
|
|
1639
|
+
"ring-offset": [Q, I]
|
|
1634
1640
|
}],
|
|
1635
1641
|
/**
|
|
1636
1642
|
* Ring Offset Color
|
|
@@ -1645,35 +1651,35 @@ const v = (e) => {
|
|
|
1645
1651
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
1646
1652
|
*/
|
|
1647
1653
|
shadow: [{
|
|
1648
|
-
shadow: ["", "inner", "none",
|
|
1654
|
+
shadow: ["", "inner", "none", N, Rr]
|
|
1649
1655
|
}],
|
|
1650
1656
|
/**
|
|
1651
1657
|
* Box Shadow Color
|
|
1652
1658
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1653
1659
|
*/
|
|
1654
1660
|
"shadow-color": [{
|
|
1655
|
-
shadow: [
|
|
1661
|
+
shadow: [re]
|
|
1656
1662
|
}],
|
|
1657
1663
|
/**
|
|
1658
1664
|
* Opacity
|
|
1659
1665
|
* @see https://tailwindcss.com/docs/opacity
|
|
1660
1666
|
*/
|
|
1661
1667
|
opacity: [{
|
|
1662
|
-
opacity: [
|
|
1668
|
+
opacity: [y]
|
|
1663
1669
|
}],
|
|
1664
1670
|
/**
|
|
1665
1671
|
* Mix Blend Mode
|
|
1666
1672
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1667
1673
|
*/
|
|
1668
1674
|
"mix-blend": [{
|
|
1669
|
-
"mix-blend": [...
|
|
1675
|
+
"mix-blend": [..._(), "plus-lighter", "plus-darker"]
|
|
1670
1676
|
}],
|
|
1671
1677
|
/**
|
|
1672
1678
|
* Background Blend Mode
|
|
1673
1679
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1674
1680
|
*/
|
|
1675
1681
|
"bg-blend": [{
|
|
1676
|
-
"bg-blend":
|
|
1682
|
+
"bg-blend": _()
|
|
1677
1683
|
}],
|
|
1678
1684
|
// Filters
|
|
1679
1685
|
/**
|
|
@@ -1689,7 +1695,7 @@ const v = (e) => {
|
|
|
1689
1695
|
* @see https://tailwindcss.com/docs/blur
|
|
1690
1696
|
*/
|
|
1691
1697
|
blur: [{
|
|
1692
|
-
blur: [
|
|
1698
|
+
blur: [t]
|
|
1693
1699
|
}],
|
|
1694
1700
|
/**
|
|
1695
1701
|
* Brightness
|
|
@@ -1703,42 +1709,42 @@ const v = (e) => {
|
|
|
1703
1709
|
* @see https://tailwindcss.com/docs/contrast
|
|
1704
1710
|
*/
|
|
1705
1711
|
contrast: [{
|
|
1706
|
-
contrast: [
|
|
1712
|
+
contrast: [p]
|
|
1707
1713
|
}],
|
|
1708
1714
|
/**
|
|
1709
1715
|
* Drop Shadow
|
|
1710
1716
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1711
1717
|
*/
|
|
1712
1718
|
"drop-shadow": [{
|
|
1713
|
-
"drop-shadow": ["", "none",
|
|
1719
|
+
"drop-shadow": ["", "none", N, i]
|
|
1714
1720
|
}],
|
|
1715
1721
|
/**
|
|
1716
1722
|
* Grayscale
|
|
1717
1723
|
* @see https://tailwindcss.com/docs/grayscale
|
|
1718
1724
|
*/
|
|
1719
1725
|
grayscale: [{
|
|
1720
|
-
grayscale: [
|
|
1726
|
+
grayscale: [c]
|
|
1721
1727
|
}],
|
|
1722
1728
|
/**
|
|
1723
1729
|
* Hue Rotate
|
|
1724
1730
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1725
1731
|
*/
|
|
1726
1732
|
"hue-rotate": [{
|
|
1727
|
-
"hue-rotate": [
|
|
1733
|
+
"hue-rotate": [f]
|
|
1728
1734
|
}],
|
|
1729
1735
|
/**
|
|
1730
1736
|
* Invert
|
|
1731
1737
|
* @see https://tailwindcss.com/docs/invert
|
|
1732
1738
|
*/
|
|
1733
1739
|
invert: [{
|
|
1734
|
-
invert: [
|
|
1740
|
+
invert: [m]
|
|
1735
1741
|
}],
|
|
1736
1742
|
/**
|
|
1737
1743
|
* Saturate
|
|
1738
1744
|
* @see https://tailwindcss.com/docs/saturate
|
|
1739
1745
|
*/
|
|
1740
1746
|
saturate: [{
|
|
1741
|
-
saturate: [
|
|
1747
|
+
saturate: [j]
|
|
1742
1748
|
}],
|
|
1743
1749
|
/**
|
|
1744
1750
|
* Sepia
|
|
@@ -1760,7 +1766,7 @@ const v = (e) => {
|
|
|
1760
1766
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1761
1767
|
*/
|
|
1762
1768
|
"backdrop-blur": [{
|
|
1763
|
-
"backdrop-blur": [
|
|
1769
|
+
"backdrop-blur": [t]
|
|
1764
1770
|
}],
|
|
1765
1771
|
/**
|
|
1766
1772
|
* Backdrop Brightness
|
|
@@ -1774,42 +1780,42 @@ const v = (e) => {
|
|
|
1774
1780
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1775
1781
|
*/
|
|
1776
1782
|
"backdrop-contrast": [{
|
|
1777
|
-
"backdrop-contrast": [
|
|
1783
|
+
"backdrop-contrast": [p]
|
|
1778
1784
|
}],
|
|
1779
1785
|
/**
|
|
1780
1786
|
* Backdrop Grayscale
|
|
1781
1787
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1782
1788
|
*/
|
|
1783
1789
|
"backdrop-grayscale": [{
|
|
1784
|
-
"backdrop-grayscale": [
|
|
1790
|
+
"backdrop-grayscale": [c]
|
|
1785
1791
|
}],
|
|
1786
1792
|
/**
|
|
1787
1793
|
* Backdrop Hue Rotate
|
|
1788
1794
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1789
1795
|
*/
|
|
1790
1796
|
"backdrop-hue-rotate": [{
|
|
1791
|
-
"backdrop-hue-rotate": [
|
|
1797
|
+
"backdrop-hue-rotate": [f]
|
|
1792
1798
|
}],
|
|
1793
1799
|
/**
|
|
1794
1800
|
* Backdrop Invert
|
|
1795
1801
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1796
1802
|
*/
|
|
1797
1803
|
"backdrop-invert": [{
|
|
1798
|
-
"backdrop-invert": [
|
|
1804
|
+
"backdrop-invert": [m]
|
|
1799
1805
|
}],
|
|
1800
1806
|
/**
|
|
1801
1807
|
* Backdrop Opacity
|
|
1802
1808
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1803
1809
|
*/
|
|
1804
1810
|
"backdrop-opacity": [{
|
|
1805
|
-
"backdrop-opacity": [
|
|
1811
|
+
"backdrop-opacity": [y]
|
|
1806
1812
|
}],
|
|
1807
1813
|
/**
|
|
1808
1814
|
* Backdrop Saturate
|
|
1809
1815
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1810
1816
|
*/
|
|
1811
1817
|
"backdrop-saturate": [{
|
|
1812
|
-
"backdrop-saturate": [
|
|
1818
|
+
"backdrop-saturate": [j]
|
|
1813
1819
|
}],
|
|
1814
1820
|
/**
|
|
1815
1821
|
* Backdrop Sepia
|
|
@@ -1867,35 +1873,35 @@ const v = (e) => {
|
|
|
1867
1873
|
* @see https://tailwindcss.com/docs/transition-property
|
|
1868
1874
|
*/
|
|
1869
1875
|
transition: [{
|
|
1870
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
1876
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", i]
|
|
1871
1877
|
}],
|
|
1872
1878
|
/**
|
|
1873
1879
|
* Transition Duration
|
|
1874
1880
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1875
1881
|
*/
|
|
1876
1882
|
duration: [{
|
|
1877
|
-
duration:
|
|
1883
|
+
duration: o()
|
|
1878
1884
|
}],
|
|
1879
1885
|
/**
|
|
1880
1886
|
* Transition Timing Function
|
|
1881
1887
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1882
1888
|
*/
|
|
1883
1889
|
ease: [{
|
|
1884
|
-
ease: ["linear", "in", "out", "in-out",
|
|
1890
|
+
ease: ["linear", "in", "out", "in-out", i]
|
|
1885
1891
|
}],
|
|
1886
1892
|
/**
|
|
1887
1893
|
* Transition Delay
|
|
1888
1894
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1889
1895
|
*/
|
|
1890
1896
|
delay: [{
|
|
1891
|
-
delay:
|
|
1897
|
+
delay: o()
|
|
1892
1898
|
}],
|
|
1893
1899
|
/**
|
|
1894
1900
|
* Animation
|
|
1895
1901
|
* @see https://tailwindcss.com/docs/animation
|
|
1896
1902
|
*/
|
|
1897
1903
|
animate: [{
|
|
1898
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
1904
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", i]
|
|
1899
1905
|
}],
|
|
1900
1906
|
// Transforms
|
|
1901
1907
|
/**
|
|
@@ -1910,63 +1916,63 @@ const v = (e) => {
|
|
|
1910
1916
|
* @see https://tailwindcss.com/docs/scale
|
|
1911
1917
|
*/
|
|
1912
1918
|
scale: [{
|
|
1913
|
-
scale: [
|
|
1919
|
+
scale: [R]
|
|
1914
1920
|
}],
|
|
1915
1921
|
/**
|
|
1916
1922
|
* Scale X
|
|
1917
1923
|
* @see https://tailwindcss.com/docs/scale
|
|
1918
1924
|
*/
|
|
1919
1925
|
"scale-x": [{
|
|
1920
|
-
"scale-x": [
|
|
1926
|
+
"scale-x": [R]
|
|
1921
1927
|
}],
|
|
1922
1928
|
/**
|
|
1923
1929
|
* Scale Y
|
|
1924
1930
|
* @see https://tailwindcss.com/docs/scale
|
|
1925
1931
|
*/
|
|
1926
1932
|
"scale-y": [{
|
|
1927
|
-
"scale-y": [
|
|
1933
|
+
"scale-y": [R]
|
|
1928
1934
|
}],
|
|
1929
1935
|
/**
|
|
1930
1936
|
* Rotate
|
|
1931
1937
|
* @see https://tailwindcss.com/docs/rotate
|
|
1932
1938
|
*/
|
|
1933
1939
|
rotate: [{
|
|
1934
|
-
rotate: [
|
|
1940
|
+
rotate: [ee, i]
|
|
1935
1941
|
}],
|
|
1936
1942
|
/**
|
|
1937
1943
|
* Translate X
|
|
1938
1944
|
* @see https://tailwindcss.com/docs/translate
|
|
1939
1945
|
*/
|
|
1940
1946
|
"translate-x": [{
|
|
1941
|
-
"translate-x": [
|
|
1947
|
+
"translate-x": [H]
|
|
1942
1948
|
}],
|
|
1943
1949
|
/**
|
|
1944
1950
|
* Translate Y
|
|
1945
1951
|
* @see https://tailwindcss.com/docs/translate
|
|
1946
1952
|
*/
|
|
1947
1953
|
"translate-y": [{
|
|
1948
|
-
"translate-y": [
|
|
1954
|
+
"translate-y": [H]
|
|
1949
1955
|
}],
|
|
1950
1956
|
/**
|
|
1951
1957
|
* Skew X
|
|
1952
1958
|
* @see https://tailwindcss.com/docs/skew
|
|
1953
1959
|
*/
|
|
1954
1960
|
"skew-x": [{
|
|
1955
|
-
"skew-x": [
|
|
1961
|
+
"skew-x": [V]
|
|
1956
1962
|
}],
|
|
1957
1963
|
/**
|
|
1958
1964
|
* Skew Y
|
|
1959
1965
|
* @see https://tailwindcss.com/docs/skew
|
|
1960
1966
|
*/
|
|
1961
1967
|
"skew-y": [{
|
|
1962
|
-
"skew-y": [
|
|
1968
|
+
"skew-y": [V]
|
|
1963
1969
|
}],
|
|
1964
1970
|
/**
|
|
1965
1971
|
* Transform Origin
|
|
1966
1972
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
1967
1973
|
*/
|
|
1968
1974
|
"transform-origin": [{
|
|
1969
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
1975
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", i]
|
|
1970
1976
|
}],
|
|
1971
1977
|
// Interactivity
|
|
1972
1978
|
/**
|
|
@@ -1988,7 +1994,7 @@ const v = (e) => {
|
|
|
1988
1994
|
* @see https://tailwindcss.com/docs/cursor
|
|
1989
1995
|
*/
|
|
1990
1996
|
cursor: [{
|
|
1991
|
-
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",
|
|
1997
|
+
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", i]
|
|
1992
1998
|
}],
|
|
1993
1999
|
/**
|
|
1994
2000
|
* Caret Color
|
|
@@ -2023,126 +2029,126 @@ const v = (e) => {
|
|
|
2023
2029
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2024
2030
|
*/
|
|
2025
2031
|
"scroll-m": [{
|
|
2026
|
-
"scroll-m":
|
|
2032
|
+
"scroll-m": b()
|
|
2027
2033
|
}],
|
|
2028
2034
|
/**
|
|
2029
2035
|
* Scroll Margin X
|
|
2030
2036
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2031
2037
|
*/
|
|
2032
2038
|
"scroll-mx": [{
|
|
2033
|
-
"scroll-mx":
|
|
2039
|
+
"scroll-mx": b()
|
|
2034
2040
|
}],
|
|
2035
2041
|
/**
|
|
2036
2042
|
* Scroll Margin Y
|
|
2037
2043
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2038
2044
|
*/
|
|
2039
2045
|
"scroll-my": [{
|
|
2040
|
-
"scroll-my":
|
|
2046
|
+
"scroll-my": b()
|
|
2041
2047
|
}],
|
|
2042
2048
|
/**
|
|
2043
2049
|
* Scroll Margin Start
|
|
2044
2050
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2045
2051
|
*/
|
|
2046
2052
|
"scroll-ms": [{
|
|
2047
|
-
"scroll-ms":
|
|
2053
|
+
"scroll-ms": b()
|
|
2048
2054
|
}],
|
|
2049
2055
|
/**
|
|
2050
2056
|
* Scroll Margin End
|
|
2051
2057
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2052
2058
|
*/
|
|
2053
2059
|
"scroll-me": [{
|
|
2054
|
-
"scroll-me":
|
|
2060
|
+
"scroll-me": b()
|
|
2055
2061
|
}],
|
|
2056
2062
|
/**
|
|
2057
2063
|
* Scroll Margin Top
|
|
2058
2064
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2059
2065
|
*/
|
|
2060
2066
|
"scroll-mt": [{
|
|
2061
|
-
"scroll-mt":
|
|
2067
|
+
"scroll-mt": b()
|
|
2062
2068
|
}],
|
|
2063
2069
|
/**
|
|
2064
2070
|
* Scroll Margin Right
|
|
2065
2071
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2066
2072
|
*/
|
|
2067
2073
|
"scroll-mr": [{
|
|
2068
|
-
"scroll-mr":
|
|
2074
|
+
"scroll-mr": b()
|
|
2069
2075
|
}],
|
|
2070
2076
|
/**
|
|
2071
2077
|
* Scroll Margin Bottom
|
|
2072
2078
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2073
2079
|
*/
|
|
2074
2080
|
"scroll-mb": [{
|
|
2075
|
-
"scroll-mb":
|
|
2081
|
+
"scroll-mb": b()
|
|
2076
2082
|
}],
|
|
2077
2083
|
/**
|
|
2078
2084
|
* Scroll Margin Left
|
|
2079
2085
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2080
2086
|
*/
|
|
2081
2087
|
"scroll-ml": [{
|
|
2082
|
-
"scroll-ml":
|
|
2088
|
+
"scroll-ml": b()
|
|
2083
2089
|
}],
|
|
2084
2090
|
/**
|
|
2085
2091
|
* Scroll Padding
|
|
2086
2092
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2087
2093
|
*/
|
|
2088
2094
|
"scroll-p": [{
|
|
2089
|
-
"scroll-p":
|
|
2095
|
+
"scroll-p": b()
|
|
2090
2096
|
}],
|
|
2091
2097
|
/**
|
|
2092
2098
|
* Scroll Padding X
|
|
2093
2099
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2094
2100
|
*/
|
|
2095
2101
|
"scroll-px": [{
|
|
2096
|
-
"scroll-px":
|
|
2102
|
+
"scroll-px": b()
|
|
2097
2103
|
}],
|
|
2098
2104
|
/**
|
|
2099
2105
|
* Scroll Padding Y
|
|
2100
2106
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2101
2107
|
*/
|
|
2102
2108
|
"scroll-py": [{
|
|
2103
|
-
"scroll-py":
|
|
2109
|
+
"scroll-py": b()
|
|
2104
2110
|
}],
|
|
2105
2111
|
/**
|
|
2106
2112
|
* Scroll Padding Start
|
|
2107
2113
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2108
2114
|
*/
|
|
2109
2115
|
"scroll-ps": [{
|
|
2110
|
-
"scroll-ps":
|
|
2116
|
+
"scroll-ps": b()
|
|
2111
2117
|
}],
|
|
2112
2118
|
/**
|
|
2113
2119
|
* Scroll Padding End
|
|
2114
2120
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2115
2121
|
*/
|
|
2116
2122
|
"scroll-pe": [{
|
|
2117
|
-
"scroll-pe":
|
|
2123
|
+
"scroll-pe": b()
|
|
2118
2124
|
}],
|
|
2119
2125
|
/**
|
|
2120
2126
|
* Scroll Padding Top
|
|
2121
2127
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2122
2128
|
*/
|
|
2123
2129
|
"scroll-pt": [{
|
|
2124
|
-
"scroll-pt":
|
|
2130
|
+
"scroll-pt": b()
|
|
2125
2131
|
}],
|
|
2126
2132
|
/**
|
|
2127
2133
|
* Scroll Padding Right
|
|
2128
2134
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2129
2135
|
*/
|
|
2130
2136
|
"scroll-pr": [{
|
|
2131
|
-
"scroll-pr":
|
|
2137
|
+
"scroll-pr": b()
|
|
2132
2138
|
}],
|
|
2133
2139
|
/**
|
|
2134
2140
|
* Scroll Padding Bottom
|
|
2135
2141
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2136
2142
|
*/
|
|
2137
2143
|
"scroll-pb": [{
|
|
2138
|
-
"scroll-pb":
|
|
2144
|
+
"scroll-pb": b()
|
|
2139
2145
|
}],
|
|
2140
2146
|
/**
|
|
2141
2147
|
* Scroll Padding Left
|
|
2142
2148
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2143
2149
|
*/
|
|
2144
2150
|
"scroll-pl": [{
|
|
2145
|
-
"scroll-pl":
|
|
2151
|
+
"scroll-pl": b()
|
|
2146
2152
|
}],
|
|
2147
2153
|
/**
|
|
2148
2154
|
* Scroll Snap Align
|
|
@@ -2210,7 +2216,7 @@ const v = (e) => {
|
|
|
2210
2216
|
* @see https://tailwindcss.com/docs/will-change
|
|
2211
2217
|
*/
|
|
2212
2218
|
"will-change": [{
|
|
2213
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2219
|
+
"will-change": ["auto", "scroll", "contents", "transform", i]
|
|
2214
2220
|
}],
|
|
2215
2221
|
// SVG
|
|
2216
2222
|
/**
|
|
@@ -2225,7 +2231,7 @@ const v = (e) => {
|
|
|
2225
2231
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2226
2232
|
*/
|
|
2227
2233
|
"stroke-w": [{
|
|
2228
|
-
stroke: [
|
|
2234
|
+
stroke: [Q, I, de]
|
|
2229
2235
|
}],
|
|
2230
2236
|
/**
|
|
2231
2237
|
* Stroke
|
|
@@ -2300,11 +2306,11 @@ const v = (e) => {
|
|
|
2300
2306
|
"font-size": ["leading"]
|
|
2301
2307
|
}
|
|
2302
2308
|
};
|
|
2303
|
-
},
|
|
2304
|
-
function
|
|
2305
|
-
return
|
|
2309
|
+
}, Sr = /* @__PURE__ */ pr(Qr);
|
|
2310
|
+
function O(...e) {
|
|
2311
|
+
return Sr(Te(e));
|
|
2306
2312
|
}
|
|
2307
|
-
const
|
|
2313
|
+
const Hr = rr(
|
|
2308
2314
|
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
|
|
2309
2315
|
{
|
|
2310
2316
|
variants: {
|
|
@@ -2313,12 +2319,12 @@ const cr = Ne(
|
|
|
2313
2319
|
},
|
|
2314
2320
|
defaultVariants: { variant: "default", size: "md" }
|
|
2315
2321
|
}
|
|
2316
|
-
),
|
|
2317
|
-
const a = n ?
|
|
2318
|
-
return
|
|
2322
|
+
), Fr = S.forwardRef(({ className: e, variant: r, size: t, asChild: n = !1, type: s = "button", ...A }, l) => {
|
|
2323
|
+
const a = n ? Ve : "button";
|
|
2324
|
+
return S.createElement(a, { ref: l, className: O(Hr({ variant: r, size: t, className: e })), ...n ? A : { type: s, ...A } });
|
|
2319
2325
|
});
|
|
2320
|
-
|
|
2321
|
-
var
|
|
2326
|
+
Fr.displayName = "Button";
|
|
2327
|
+
var Ae = { exports: {} }, te = {};
|
|
2322
2328
|
/**
|
|
2323
2329
|
* @license React
|
|
2324
2330
|
* react-jsx-runtime.production.js
|
|
@@ -2328,29 +2334,29 @@ var oe = { exports: {} }, X = {};
|
|
|
2328
2334
|
* This source code is licensed under the MIT license found in the
|
|
2329
2335
|
* LICENSE file in the root directory of this source tree.
|
|
2330
2336
|
*/
|
|
2331
|
-
var
|
|
2332
|
-
function
|
|
2333
|
-
if (
|
|
2334
|
-
|
|
2335
|
-
var e = Symbol.for("react.transitional.element"),
|
|
2336
|
-
function
|
|
2337
|
+
var Ce;
|
|
2338
|
+
function Ir() {
|
|
2339
|
+
if (Ce) return te;
|
|
2340
|
+
Ce = 1;
|
|
2341
|
+
var e = Symbol.for("react.transitional.element"), r = Symbol.for("react.fragment");
|
|
2342
|
+
function t(n, s, A) {
|
|
2337
2343
|
var l = null;
|
|
2338
|
-
if (
|
|
2339
|
-
|
|
2340
|
-
for (var a in
|
|
2341
|
-
a !== "key" && (
|
|
2342
|
-
} else
|
|
2343
|
-
return
|
|
2344
|
+
if (A !== void 0 && (l = "" + A), s.key !== void 0 && (l = "" + s.key), "key" in s) {
|
|
2345
|
+
A = {};
|
|
2346
|
+
for (var a in s)
|
|
2347
|
+
a !== "key" && (A[a] = s[a]);
|
|
2348
|
+
} else A = s;
|
|
2349
|
+
return s = A.ref, {
|
|
2344
2350
|
$$typeof: e,
|
|
2345
2351
|
type: n,
|
|
2346
2352
|
key: l,
|
|
2347
|
-
ref:
|
|
2348
|
-
props:
|
|
2353
|
+
ref: s !== void 0 ? s : null,
|
|
2354
|
+
props: A
|
|
2349
2355
|
};
|
|
2350
2356
|
}
|
|
2351
|
-
return
|
|
2357
|
+
return te.Fragment = r, te.jsx = t, te.jsxs = t, te;
|
|
2352
2358
|
}
|
|
2353
|
-
var
|
|
2359
|
+
var oe = {};
|
|
2354
2360
|
/**
|
|
2355
2361
|
* @license React
|
|
2356
2362
|
* react-jsx-runtime.development.js
|
|
@@ -2360,167 +2366,167 @@ var Z = {};
|
|
|
2360
2366
|
* This source code is licensed under the MIT license found in the
|
|
2361
2367
|
* LICENSE file in the root directory of this source tree.
|
|
2362
2368
|
*/
|
|
2363
|
-
var
|
|
2364
|
-
function
|
|
2365
|
-
return
|
|
2366
|
-
function e(
|
|
2367
|
-
if (
|
|
2368
|
-
if (typeof
|
|
2369
|
-
return
|
|
2370
|
-
if (typeof
|
|
2371
|
-
switch (
|
|
2369
|
+
var Ee;
|
|
2370
|
+
function Nr() {
|
|
2371
|
+
return Ee || (Ee = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
2372
|
+
function e(o) {
|
|
2373
|
+
if (o == null) return null;
|
|
2374
|
+
if (typeof o == "function")
|
|
2375
|
+
return o.$$typeof === K ? null : o.displayName || o.name || null;
|
|
2376
|
+
if (typeof o == "string") return o;
|
|
2377
|
+
switch (o) {
|
|
2372
2378
|
case u:
|
|
2373
2379
|
return "Fragment";
|
|
2374
|
-
case
|
|
2380
|
+
case P:
|
|
2375
2381
|
return "Profiler";
|
|
2376
|
-
case
|
|
2382
|
+
case y:
|
|
2377
2383
|
return "StrictMode";
|
|
2378
|
-
case
|
|
2384
|
+
case V:
|
|
2379
2385
|
return "Suspense";
|
|
2380
|
-
case
|
|
2386
|
+
case T:
|
|
2381
2387
|
return "SuspenseList";
|
|
2382
|
-
case
|
|
2388
|
+
case X:
|
|
2383
2389
|
return "Activity";
|
|
2384
2390
|
}
|
|
2385
|
-
if (typeof
|
|
2386
|
-
switch (typeof
|
|
2391
|
+
if (typeof o == "object")
|
|
2392
|
+
switch (typeof o.tag == "number" && console.error(
|
|
2387
2393
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
2388
|
-
),
|
|
2394
|
+
), o.$$typeof) {
|
|
2389
2395
|
case h:
|
|
2390
2396
|
return "Portal";
|
|
2391
|
-
case
|
|
2392
|
-
return
|
|
2393
|
-
case
|
|
2394
|
-
return (
|
|
2397
|
+
case R:
|
|
2398
|
+
return o.displayName || "Context";
|
|
2399
|
+
case j:
|
|
2400
|
+
return (o._context.displayName || "Context") + ".Consumer";
|
|
2395
2401
|
case M:
|
|
2396
|
-
var d =
|
|
2397
|
-
return
|
|
2398
|
-
case
|
|
2399
|
-
return d =
|
|
2400
|
-
case
|
|
2401
|
-
d =
|
|
2402
|
+
var d = o.render;
|
|
2403
|
+
return o = o.displayName, o || (o = d.displayName || d.name || "", o = o !== "" ? "ForwardRef(" + o + ")" : "ForwardRef"), o;
|
|
2404
|
+
case H:
|
|
2405
|
+
return d = o.displayName || null, d !== null ? d : e(o.type) || "Memo";
|
|
2406
|
+
case D:
|
|
2407
|
+
d = o._payload, o = o._init;
|
|
2402
2408
|
try {
|
|
2403
|
-
return e(
|
|
2409
|
+
return e(o(d));
|
|
2404
2410
|
} catch {
|
|
2405
2411
|
}
|
|
2406
2412
|
}
|
|
2407
2413
|
return null;
|
|
2408
2414
|
}
|
|
2409
|
-
function o
|
|
2410
|
-
return "" +
|
|
2415
|
+
function r(o) {
|
|
2416
|
+
return "" + o;
|
|
2411
2417
|
}
|
|
2412
|
-
function
|
|
2418
|
+
function t(o) {
|
|
2413
2419
|
try {
|
|
2414
|
-
o
|
|
2420
|
+
r(o);
|
|
2415
2421
|
var d = !1;
|
|
2416
2422
|
} catch {
|
|
2417
2423
|
d = !0;
|
|
2418
2424
|
}
|
|
2419
2425
|
if (d) {
|
|
2420
2426
|
d = console;
|
|
2421
|
-
var
|
|
2422
|
-
return
|
|
2427
|
+
var v = d.error, E = typeof Symbol == "function" && Symbol.toStringTag && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
2428
|
+
return v.call(
|
|
2423
2429
|
d,
|
|
2424
2430
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
2425
2431
|
E
|
|
2426
|
-
), o
|
|
2432
|
+
), r(o);
|
|
2427
2433
|
}
|
|
2428
2434
|
}
|
|
2429
|
-
function n(
|
|
2430
|
-
if (
|
|
2431
|
-
if (typeof
|
|
2435
|
+
function n(o) {
|
|
2436
|
+
if (o === u) return "<>";
|
|
2437
|
+
if (typeof o == "object" && o !== null && o.$$typeof === D)
|
|
2432
2438
|
return "<...>";
|
|
2433
2439
|
try {
|
|
2434
|
-
var d = e(
|
|
2440
|
+
var d = e(o);
|
|
2435
2441
|
return d ? "<" + d + ">" : "<...>";
|
|
2436
2442
|
} catch {
|
|
2437
2443
|
return "<...>";
|
|
2438
2444
|
}
|
|
2439
2445
|
}
|
|
2440
|
-
function i() {
|
|
2441
|
-
var t = m.A;
|
|
2442
|
-
return t === null ? null : t.getOwner();
|
|
2443
|
-
}
|
|
2444
2446
|
function s() {
|
|
2447
|
+
var o = b.A;
|
|
2448
|
+
return o === null ? null : o.getOwner();
|
|
2449
|
+
}
|
|
2450
|
+
function A() {
|
|
2445
2451
|
return Error("react-stack-top-frame");
|
|
2446
2452
|
}
|
|
2447
|
-
function l(
|
|
2448
|
-
if (
|
|
2449
|
-
var d = Object.getOwnPropertyDescriptor(
|
|
2453
|
+
function l(o) {
|
|
2454
|
+
if (Z.call(o, "key")) {
|
|
2455
|
+
var d = Object.getOwnPropertyDescriptor(o, "key").get;
|
|
2450
2456
|
if (d && d.isReactWarning) return !1;
|
|
2451
2457
|
}
|
|
2452
|
-
return
|
|
2458
|
+
return o.key !== void 0;
|
|
2453
2459
|
}
|
|
2454
|
-
function a(
|
|
2455
|
-
function
|
|
2456
|
-
|
|
2460
|
+
function a(o, d) {
|
|
2461
|
+
function v() {
|
|
2462
|
+
G || (G = !0, console.error(
|
|
2457
2463
|
"%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)",
|
|
2458
2464
|
d
|
|
2459
2465
|
));
|
|
2460
2466
|
}
|
|
2461
|
-
|
|
2462
|
-
get:
|
|
2467
|
+
v.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
2468
|
+
get: v,
|
|
2463
2469
|
configurable: !0
|
|
2464
2470
|
});
|
|
2465
2471
|
}
|
|
2466
|
-
function
|
|
2467
|
-
var
|
|
2468
|
-
return
|
|
2472
|
+
function p() {
|
|
2473
|
+
var o = e(this.type);
|
|
2474
|
+
return _[o] || (_[o] = !0, console.error(
|
|
2469
2475
|
"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."
|
|
2470
|
-
)),
|
|
2476
|
+
)), o = this.props.ref, o !== void 0 ? o : null;
|
|
2471
2477
|
}
|
|
2472
|
-
function
|
|
2473
|
-
var
|
|
2474
|
-
return
|
|
2475
|
-
$$typeof:
|
|
2476
|
-
type:
|
|
2478
|
+
function c(o, d, v, E, ne, le) {
|
|
2479
|
+
var B = v.ref;
|
|
2480
|
+
return o = {
|
|
2481
|
+
$$typeof: k,
|
|
2482
|
+
type: o,
|
|
2477
2483
|
key: d,
|
|
2478
|
-
props:
|
|
2484
|
+
props: v,
|
|
2479
2485
|
_owner: E
|
|
2480
|
-
}, (
|
|
2486
|
+
}, (B !== void 0 ? B : null) !== null ? Object.defineProperty(o, "ref", {
|
|
2481
2487
|
enumerable: !1,
|
|
2482
|
-
get:
|
|
2483
|
-
}) : Object.defineProperty(
|
|
2488
|
+
get: p
|
|
2489
|
+
}) : Object.defineProperty(o, "ref", { enumerable: !1, value: null }), o._store = {}, Object.defineProperty(o._store, "validated", {
|
|
2484
2490
|
configurable: !1,
|
|
2485
2491
|
enumerable: !1,
|
|
2486
2492
|
writable: !0,
|
|
2487
2493
|
value: 0
|
|
2488
|
-
}), Object.defineProperty(
|
|
2494
|
+
}), Object.defineProperty(o, "_debugInfo", {
|
|
2489
2495
|
configurable: !1,
|
|
2490
2496
|
enumerable: !1,
|
|
2491
2497
|
writable: !0,
|
|
2492
2498
|
value: null
|
|
2493
|
-
}), Object.defineProperty(
|
|
2499
|
+
}), Object.defineProperty(o, "_debugStack", {
|
|
2494
2500
|
configurable: !1,
|
|
2495
2501
|
enumerable: !1,
|
|
2496
2502
|
writable: !0,
|
|
2497
|
-
value:
|
|
2498
|
-
}), Object.defineProperty(
|
|
2503
|
+
value: ne
|
|
2504
|
+
}), Object.defineProperty(o, "_debugTask", {
|
|
2499
2505
|
configurable: !1,
|
|
2500
2506
|
enumerable: !1,
|
|
2501
2507
|
writable: !0,
|
|
2502
|
-
value:
|
|
2503
|
-
}), Object.freeze && (Object.freeze(
|
|
2508
|
+
value: le
|
|
2509
|
+
}), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
|
|
2504
2510
|
}
|
|
2505
|
-
function
|
|
2506
|
-
var
|
|
2507
|
-
if (
|
|
2511
|
+
function f(o, d, v, E, ne, le) {
|
|
2512
|
+
var B = d.children;
|
|
2513
|
+
if (B !== void 0)
|
|
2508
2514
|
if (E)
|
|
2509
|
-
if (
|
|
2510
|
-
for (E = 0; E <
|
|
2511
|
-
|
|
2512
|
-
Object.freeze && Object.freeze(
|
|
2515
|
+
if (Y(B)) {
|
|
2516
|
+
for (E = 0; E < B.length; E++)
|
|
2517
|
+
m(B[E]);
|
|
2518
|
+
Object.freeze && Object.freeze(B);
|
|
2513
2519
|
} else
|
|
2514
2520
|
console.error(
|
|
2515
2521
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
2516
2522
|
);
|
|
2517
|
-
else
|
|
2518
|
-
if (
|
|
2519
|
-
|
|
2520
|
-
var
|
|
2521
|
-
return
|
|
2523
|
+
else m(B);
|
|
2524
|
+
if (Z.call(d, "key")) {
|
|
2525
|
+
B = e(o);
|
|
2526
|
+
var J = Object.keys(d).filter(function(Ie) {
|
|
2527
|
+
return Ie !== "key";
|
|
2522
2528
|
});
|
|
2523
|
-
E = 0 <
|
|
2529
|
+
E = 0 < J.length ? "{key: someKey, " + J.join(": ..., ") + ": ...}" : "{key: someKey}", $[B + E] || (J = 0 < J.length ? "{" + J.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
2524
2530
|
`A props object containing a "key" prop is being spread into JSX:
|
|
2525
2531
|
let props = %s;
|
|
2526
2532
|
<%s {...props} />
|
|
@@ -2528,183 +2534,376 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2528
2534
|
let props = %s;
|
|
2529
2535
|
<%s key={someKey} {...props} />`,
|
|
2530
2536
|
E,
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
), B
|
|
2537
|
+
B,
|
|
2538
|
+
J,
|
|
2539
|
+
B
|
|
2540
|
+
), $[B + E] = !0);
|
|
2535
2541
|
}
|
|
2536
|
-
if (
|
|
2537
|
-
|
|
2538
|
-
for (var
|
|
2539
|
-
|
|
2540
|
-
} else
|
|
2541
|
-
return
|
|
2542
|
-
|
|
2543
|
-
typeof
|
|
2544
|
-
),
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2542
|
+
if (B = null, v !== void 0 && (t(v), B = "" + v), l(d) && (t(d.key), B = "" + d.key), "key" in d) {
|
|
2543
|
+
v = {};
|
|
2544
|
+
for (var ie in d)
|
|
2545
|
+
ie !== "key" && (v[ie] = d[ie]);
|
|
2546
|
+
} else v = d;
|
|
2547
|
+
return B && a(
|
|
2548
|
+
v,
|
|
2549
|
+
typeof o == "function" ? o.displayName || o.name || "Unknown" : o
|
|
2550
|
+
), c(
|
|
2551
|
+
o,
|
|
2552
|
+
B,
|
|
2553
|
+
v,
|
|
2554
|
+
s(),
|
|
2555
|
+
ne,
|
|
2556
|
+
le
|
|
2551
2557
|
);
|
|
2552
2558
|
}
|
|
2553
|
-
function
|
|
2554
|
-
g(
|
|
2559
|
+
function m(o) {
|
|
2560
|
+
g(o) ? o._store && (o._store.validated = 1) : typeof o == "object" && o !== null && o.$$typeof === D && (o._payload.status === "fulfilled" ? g(o._payload.value) && o._payload.value._store && (o._payload.value._store.validated = 1) : o._store && (o._store.validated = 1));
|
|
2555
2561
|
}
|
|
2556
|
-
function g(
|
|
2557
|
-
return typeof
|
|
2562
|
+
function g(o) {
|
|
2563
|
+
return typeof o == "object" && o !== null && o.$$typeof === k;
|
|
2558
2564
|
}
|
|
2559
|
-
var
|
|
2565
|
+
var C = Ne, k = Symbol.for("react.transitional.element"), h = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), P = Symbol.for("react.profiler"), j = Symbol.for("react.consumer"), R = Symbol.for("react.context"), M = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), T = Symbol.for("react.suspense_list"), H = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), X = Symbol.for("react.activity"), K = Symbol.for("react.client.reference"), b = C.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, Y = Array.isArray, q = console.createTask ? console.createTask : function() {
|
|
2560
2566
|
return null;
|
|
2561
2567
|
};
|
|
2562
|
-
|
|
2563
|
-
react_stack_bottom_frame: function(
|
|
2564
|
-
return
|
|
2568
|
+
C = {
|
|
2569
|
+
react_stack_bottom_frame: function(o) {
|
|
2570
|
+
return o();
|
|
2565
2571
|
}
|
|
2566
2572
|
};
|
|
2567
|
-
var
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
)(),
|
|
2571
|
-
|
|
2572
|
-
var E = 1e4 >
|
|
2573
|
-
return
|
|
2574
|
-
|
|
2573
|
+
var G, _ = {}, U = C.react_stack_bottom_frame.bind(
|
|
2574
|
+
C,
|
|
2575
|
+
A
|
|
2576
|
+
)(), F = q(n(A)), $ = {};
|
|
2577
|
+
oe.Fragment = u, oe.jsx = function(o, d, v) {
|
|
2578
|
+
var E = 1e4 > b.recentlyCreatedOwnerStacks++;
|
|
2579
|
+
return f(
|
|
2580
|
+
o,
|
|
2575
2581
|
d,
|
|
2576
|
-
|
|
2582
|
+
v,
|
|
2577
2583
|
!1,
|
|
2578
|
-
E ? Error("react-stack-top-frame") :
|
|
2579
|
-
E ?
|
|
2584
|
+
E ? Error("react-stack-top-frame") : U,
|
|
2585
|
+
E ? q(n(o)) : F
|
|
2580
2586
|
);
|
|
2581
|
-
},
|
|
2582
|
-
var E = 1e4 >
|
|
2583
|
-
return
|
|
2584
|
-
|
|
2587
|
+
}, oe.jsxs = function(o, d, v) {
|
|
2588
|
+
var E = 1e4 > b.recentlyCreatedOwnerStacks++;
|
|
2589
|
+
return f(
|
|
2590
|
+
o,
|
|
2585
2591
|
d,
|
|
2586
|
-
|
|
2592
|
+
v,
|
|
2587
2593
|
!0,
|
|
2588
|
-
E ? Error("react-stack-top-frame") :
|
|
2589
|
-
E ?
|
|
2594
|
+
E ? Error("react-stack-top-frame") : U,
|
|
2595
|
+
E ? q(n(o)) : F
|
|
2590
2596
|
);
|
|
2591
2597
|
};
|
|
2592
|
-
})()),
|
|
2598
|
+
})()), oe;
|
|
2593
2599
|
}
|
|
2594
|
-
var
|
|
2595
|
-
function
|
|
2596
|
-
return
|
|
2600
|
+
var Be;
|
|
2601
|
+
function Vr() {
|
|
2602
|
+
return Be || (Be = 1, process.env.NODE_ENV === "production" ? Ae.exports = Ir() : Ae.exports = Nr()), Ae.exports;
|
|
2597
2603
|
}
|
|
2598
|
-
var
|
|
2599
|
-
const
|
|
2600
|
-
function
|
|
2601
|
-
return /* @__PURE__ */
|
|
2604
|
+
var w = Vr();
|
|
2605
|
+
const Dr = "https://forms.gle/6semmo55DSLtcbnw7";
|
|
2606
|
+
function At({ className: e } = {}) {
|
|
2607
|
+
return /* @__PURE__ */ w.jsx(
|
|
2602
2608
|
"a",
|
|
2603
2609
|
{
|
|
2604
|
-
className:
|
|
2605
|
-
href:
|
|
2610
|
+
className: O("svp-contact-fab js-contact-us", e),
|
|
2611
|
+
href: Dr,
|
|
2606
2612
|
target: "_blank",
|
|
2607
2613
|
rel: "noopener noreferrer",
|
|
2608
2614
|
"aria-label": "Feedback",
|
|
2609
2615
|
title: "Feedback",
|
|
2610
|
-
children: /* @__PURE__ */
|
|
2616
|
+
children: /* @__PURE__ */ w.jsx(
|
|
2611
2617
|
"svg",
|
|
2612
2618
|
{
|
|
2613
2619
|
className: "svp-contact-fab-icon",
|
|
2614
2620
|
viewBox: "0 0 24 24",
|
|
2615
2621
|
"aria-hidden": "true",
|
|
2616
|
-
children: /* @__PURE__ */
|
|
2622
|
+
children: /* @__PURE__ */ w.jsx("path", { d: "M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v9q0 .825-.587 1.413T20 17H7l-3 3Zm2.15-5H20V6H4v9.125L6.15 15Z" })
|
|
2617
2623
|
}
|
|
2618
2624
|
)
|
|
2619
2625
|
}
|
|
2620
2626
|
);
|
|
2621
2627
|
}
|
|
2622
|
-
const
|
|
2623
|
-
function
|
|
2628
|
+
const Gr = "https://moccasin-glad-tyrannosaurus-244.mypinata.cloud/ipfs/bafkreiavwd7xwacprggfzpdcicluvv4tzdxdfzj6brlzayxsk64upezdwa", Or = "@svp-chain-sdk/ui:notice-marquee", Yr = 300 * 1e3, W = /* @__PURE__ */ new Map();
|
|
2629
|
+
function se(e) {
|
|
2624
2630
|
return typeof e == "string" && e.trim() ? e.trim() : null;
|
|
2625
2631
|
}
|
|
2626
|
-
function
|
|
2627
|
-
const
|
|
2628
|
-
return
|
|
2632
|
+
function qr(e, r) {
|
|
2633
|
+
const t = r.toLowerCase(), n = t.startsWith("zh") ? "zh" : t.startsWith("fr") ? "fr" : "en";
|
|
2634
|
+
return se(e[n]) ?? se(e.en) ?? Object.values(e).map(se).find(Boolean) ?? null;
|
|
2629
2635
|
}
|
|
2630
|
-
function
|
|
2631
|
-
return Array.isArray(e) ? `[${e.map(
|
|
2636
|
+
function ge(e) {
|
|
2637
|
+
return Array.isArray(e) ? `[${e.map(ge).join(",")}]` : e && typeof e == "object" ? `{${Object.entries(e).filter(([, t]) => t !== void 0).sort(([t], [n]) => t < n ? -1 : t > n ? 1 : 0).map(([t, n]) => `${JSON.stringify(t)}:${ge(n)}`).join(",")}}` : JSON.stringify(e) ?? "null";
|
|
2632
2638
|
}
|
|
2633
|
-
function
|
|
2639
|
+
function Ur(e) {
|
|
2634
2640
|
try {
|
|
2635
|
-
const
|
|
2636
|
-
if (!
|
|
2637
|
-
const
|
|
2638
|
-
return !Number.isFinite(
|
|
2641
|
+
const r = window.localStorage.getItem(e);
|
|
2642
|
+
if (!r) return null;
|
|
2643
|
+
const t = JSON.parse(r);
|
|
2644
|
+
return !Number.isFinite(t.seenAt) || !se(t.content) ? null : { seenAt: t.seenAt, content: t.content };
|
|
2639
2645
|
} catch {
|
|
2640
2646
|
return null;
|
|
2641
2647
|
}
|
|
2642
2648
|
}
|
|
2643
|
-
function
|
|
2649
|
+
function Jr(e, r) {
|
|
2644
2650
|
try {
|
|
2645
|
-
const
|
|
2646
|
-
window.localStorage.setItem(e, JSON.stringify(
|
|
2651
|
+
const t = { seenAt: Date.now(), content: r };
|
|
2652
|
+
window.localStorage.setItem(e, JSON.stringify(t));
|
|
2647
2653
|
} catch {
|
|
2648
2654
|
}
|
|
2649
2655
|
}
|
|
2650
|
-
function
|
|
2651
|
-
url: e =
|
|
2652
|
-
storageKey:
|
|
2653
|
-
refreshIntervalMs:
|
|
2654
|
-
|
|
2656
|
+
function st({
|
|
2657
|
+
url: e = Gr,
|
|
2658
|
+
storageKey: r = Or,
|
|
2659
|
+
refreshIntervalMs: t = Yr,
|
|
2660
|
+
acknowledgeLabel: n = "已知晓",
|
|
2661
|
+
closeLabel: s = "关闭通知",
|
|
2662
|
+
className: A
|
|
2655
2663
|
} = {}) {
|
|
2656
|
-
const [
|
|
2657
|
-
|
|
2658
|
-
const
|
|
2659
|
-
|
|
2660
|
-
let
|
|
2661
|
-
const
|
|
2662
|
-
async function
|
|
2663
|
-
if (!
|
|
2664
|
-
|
|
2664
|
+
const [l, a] = S.useState(null), p = S.useRef(null), c = S.useRef(null), f = S.useRef(null);
|
|
2665
|
+
if (S.useEffect(() => {
|
|
2666
|
+
const g = new AbortController(), C = {};
|
|
2667
|
+
p.current = C;
|
|
2668
|
+
let k = !1, h, u = !1;
|
|
2669
|
+
const y = () => !k && !g.signal.aborted && p.current === C;
|
|
2670
|
+
async function P() {
|
|
2671
|
+
if (!u) {
|
|
2672
|
+
u = !0;
|
|
2665
2673
|
try {
|
|
2666
|
-
const
|
|
2667
|
-
if (!
|
|
2668
|
-
const
|
|
2669
|
-
if (!
|
|
2670
|
-
const
|
|
2671
|
-
if (!
|
|
2672
|
-
const
|
|
2673
|
-
if (
|
|
2674
|
-
const
|
|
2675
|
-
if ((
|
|
2676
|
-
|
|
2674
|
+
const j = await fetch(e, { signal: g.signal, cache: "no-cache" });
|
|
2675
|
+
if (!y() || !j.ok) return;
|
|
2676
|
+
const R = await j.json();
|
|
2677
|
+
if (!y() || !R || typeof R != "object" || Array.isArray(R)) return;
|
|
2678
|
+
const M = R, V = qr(M, navigator.language);
|
|
2679
|
+
if (!V) return;
|
|
2680
|
+
const T = ge(M);
|
|
2681
|
+
if (T === c.current || T === f.current) return;
|
|
2682
|
+
const H = Ur(r);
|
|
2683
|
+
if ((H == null ? void 0 : H.content) === T || W.get(r) === T) {
|
|
2684
|
+
c.current = null, a(null);
|
|
2677
2685
|
return;
|
|
2678
2686
|
}
|
|
2679
|
-
|
|
2687
|
+
W.set(r, T), c.current = T, f.current = null, a({ content: V, snapshot: T });
|
|
2680
2688
|
} catch {
|
|
2681
2689
|
} finally {
|
|
2682
|
-
|
|
2690
|
+
u = !1;
|
|
2683
2691
|
}
|
|
2684
2692
|
}
|
|
2685
2693
|
}
|
|
2686
|
-
return
|
|
2687
|
-
|
|
2688
|
-
},
|
|
2689
|
-
|
|
2694
|
+
return c.current = null, f.current = null, a(null), P(), Number.isFinite(t) && t > 0 && (h = setInterval(() => {
|
|
2695
|
+
P();
|
|
2696
|
+
}, t)), () => {
|
|
2697
|
+
k = !0, p.current === C && (p.current = null), g.abort(), h && clearInterval(h);
|
|
2698
|
+
const j = c.current;
|
|
2699
|
+
j && W.get(r) === j && W.delete(r);
|
|
2700
|
+
};
|
|
2701
|
+
}, [e, r, t]), !l) return null;
|
|
2702
|
+
const m = (g) => {
|
|
2703
|
+
g && Jr(r, l.snapshot), f.current = l.snapshot, c.current = null, W.get(r) === l.snapshot && W.delete(r), a(null);
|
|
2704
|
+
};
|
|
2705
|
+
return /* @__PURE__ */ w.jsxs("aside", { className: O("ui-notice-marquee", A), "aria-label": "通知", children: [
|
|
2706
|
+
/* @__PURE__ */ w.jsx("div", { className: "ui-notice-marquee__icon", "aria-hidden": "true", children: "!" }),
|
|
2707
|
+
/* @__PURE__ */ w.jsx("div", { className: "ui-notice-marquee__viewport", children: /* @__PURE__ */ w.jsx("div", { className: "ui-notice-marquee__track", children: [0, 1].map((g) => /* @__PURE__ */ w.jsx("div", { className: "ui-notice-marquee__group", "aria-hidden": g === 1, children: /* @__PURE__ */ w.jsx("span", { className: "ui-notice-marquee__item", children: l.content }) }, g)) }) }),
|
|
2708
|
+
/* @__PURE__ */ w.jsxs("div", { className: "ui-notice-marquee__actions", children: [
|
|
2709
|
+
/* @__PURE__ */ w.jsx("button", { type: "button", className: "ui-notice-marquee__acknowledge", onClick: () => m(!0), children: n }),
|
|
2710
|
+
/* @__PURE__ */ w.jsx("button", { type: "button", className: "ui-notice-marquee__close", "aria-label": s, title: s, onClick: () => m(!1), children: "×" })
|
|
2711
|
+
] })
|
|
2712
|
+
] });
|
|
2713
|
+
}
|
|
2714
|
+
const Wr = "data:image/jpeg;base64,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", be = "https://chromewebstore.google.com/detail/svp-wallet/ejfcghljbmabpemhifkcbankmdfjafbb", me = {
|
|
2715
|
+
id: 2517,
|
|
2716
|
+
name: "SVP TESTNET",
|
|
2717
|
+
nativeCurrency: { name: "SVP Coin", symbol: "SVP", decimals: 18 },
|
|
2718
|
+
rpcUrls: {
|
|
2719
|
+
default: { http: ["https://svp-dataseed2-testnet.svpchain.org"] }
|
|
2720
|
+
},
|
|
2721
|
+
testnet: !0
|
|
2722
|
+
};
|
|
2723
|
+
function ae() {
|
|
2724
|
+
var r;
|
|
2725
|
+
if (typeof window > "u") return;
|
|
2726
|
+
const e = window.ethereum;
|
|
2727
|
+
return (e == null ? void 0 : e.isSVPWallet) === !0 ? e : (r = e == null ? void 0 : e.providers) == null ? void 0 : r.find((t) => t.isSVPWallet === !0);
|
|
2728
|
+
}
|
|
2729
|
+
function ke(e = (r) => window.location.assign(r)) {
|
|
2730
|
+
const r = ae();
|
|
2731
|
+
if (r) return r;
|
|
2732
|
+
e(be);
|
|
2733
|
+
}
|
|
2734
|
+
const zr = () => ({
|
|
2735
|
+
id: "svp-wallet",
|
|
2736
|
+
name: "SVP Wallet",
|
|
2737
|
+
rdns: "com.svp.wallet",
|
|
2738
|
+
iconUrl: Wr,
|
|
2739
|
+
iconBackground: "#155580",
|
|
2740
|
+
installed: !!ae(),
|
|
2741
|
+
downloadUrls: {
|
|
2742
|
+
chrome: be,
|
|
2743
|
+
browserExtension: be
|
|
2744
|
+
},
|
|
2745
|
+
createConnector: (e) => $e((r) => {
|
|
2746
|
+
const t = er({
|
|
2747
|
+
target: () => ({
|
|
2748
|
+
id: e.rkDetails.id,
|
|
2749
|
+
name: e.rkDetails.name,
|
|
2750
|
+
// 初始化探测不能跳转,只有用户主动连接时才引导安装。
|
|
2751
|
+
provider: () => ae()
|
|
2752
|
+
}),
|
|
2753
|
+
shimDisconnect: !1
|
|
2754
|
+
})(r);
|
|
2755
|
+
return {
|
|
2756
|
+
...t,
|
|
2757
|
+
...e,
|
|
2758
|
+
async getChainId() {
|
|
2759
|
+
var n;
|
|
2760
|
+
return !ae() && ((n = navigator.userActivation) != null && n.isActive) && ke(), t.getChainId();
|
|
2761
|
+
},
|
|
2762
|
+
async connect(n) {
|
|
2763
|
+
if (!ke()) throw new Error("SVP Wallet is not installed");
|
|
2764
|
+
return t.connect(n);
|
|
2765
|
+
}
|
|
2690
2766
|
};
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2767
|
+
})
|
|
2768
|
+
}), Lr = [Pe, me, Re], ue = {
|
|
2769
|
+
appName: "SVP App",
|
|
2770
|
+
chains: Lr,
|
|
2771
|
+
walletGroups: [
|
|
2693
2772
|
{
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
children: /* @__PURE__ */ I.jsx("span", { className: "ui-notice-marquee__item", children: i.content })
|
|
2773
|
+
groupName: "Popular",
|
|
2774
|
+
wallets: [zr, Je, We, ze, Le]
|
|
2697
2775
|
},
|
|
2698
|
-
|
|
2699
|
-
|
|
2776
|
+
{ groupName: "More", wallets: [Xe, Ke] }
|
|
2777
|
+
]
|
|
2778
|
+
}, fe = Oe({
|
|
2779
|
+
accentColor: "#2563eb",
|
|
2780
|
+
accentColorForeground: "#ffffff",
|
|
2781
|
+
borderRadius: "medium",
|
|
2782
|
+
fontStack: "system",
|
|
2783
|
+
overlayBlur: "small"
|
|
2784
|
+
}), Xr = {
|
|
2785
|
+
...fe,
|
|
2786
|
+
colors: {
|
|
2787
|
+
...fe.colors,
|
|
2788
|
+
modalBackground: "#ffffff",
|
|
2789
|
+
modalBorder: "rgba(37, 99, 235, 0.20)",
|
|
2790
|
+
modalText: "#0f1e3d",
|
|
2791
|
+
modalTextSecondary: "#4f5a75",
|
|
2792
|
+
modalTextDim: "rgba(15, 30, 61, 0.3)",
|
|
2793
|
+
modalBackdrop: "rgba(15, 30, 61, 0.45)",
|
|
2794
|
+
generalBorder: "rgba(37, 99, 235, 0.20)",
|
|
2795
|
+
generalBorderDim: "rgba(37, 99, 235, 0.10)",
|
|
2796
|
+
actionButtonBorder: "rgba(37, 99, 235, 0.20)",
|
|
2797
|
+
actionButtonBorderMobile: "rgba(37, 99, 235, 0.20)",
|
|
2798
|
+
actionButtonSecondaryBackground: "rgba(37, 99, 235, 0.06)",
|
|
2799
|
+
closeButton: "#4f5a75",
|
|
2800
|
+
closeButtonBackground: "rgba(37, 99, 235, 0.08)",
|
|
2801
|
+
profileAction: "#ffffff",
|
|
2802
|
+
profileActionHover: "rgba(37, 99, 235, 0.08)",
|
|
2803
|
+
profileForeground: "rgba(37, 99, 235, 0.06)",
|
|
2804
|
+
menuItemBackground: "rgba(37, 99, 235, 0.08)",
|
|
2805
|
+
selectedOptionBorder: "rgba(37, 99, 235, 0.32)",
|
|
2806
|
+
connectButtonBackground: "#ffffff",
|
|
2807
|
+
connectButtonInnerBackground: "linear-gradient(90deg, rgba(37,99,235,0.08) 0%, rgba(56,189,248,0.08) 100%)",
|
|
2808
|
+
connectButtonText: "#0f1e3d",
|
|
2809
|
+
connectionIndicator: "#34d399",
|
|
2810
|
+
standby: "#fbbf24",
|
|
2811
|
+
error: "#f87171",
|
|
2812
|
+
connectButtonBackgroundError: "#f87171",
|
|
2813
|
+
connectButtonTextError: "#ffffff"
|
|
2814
|
+
},
|
|
2815
|
+
shadows: {
|
|
2816
|
+
...fe.shadows,
|
|
2817
|
+
dialog: "0 20px 60px rgba(37, 99, 235, 0.20), 0 0 0 1px rgba(37, 99, 235, 0.08)",
|
|
2818
|
+
connectButton: "0 6px 28px rgba(37, 99, 235, 0.35)",
|
|
2819
|
+
profileDetailsAction: "0 2px 8px rgba(37, 99, 235, 0.10)",
|
|
2820
|
+
selectedOption: "0 2px 8px rgba(37, 99, 235, 0.18)",
|
|
2821
|
+
selectedWallet: "0 2px 8px rgba(37, 99, 235, 0.12)",
|
|
2822
|
+
walletLogo: "0 2px 16px rgba(37, 99, 235, 0.16)"
|
|
2823
|
+
}
|
|
2824
|
+
};
|
|
2825
|
+
function Kr({
|
|
2826
|
+
projectId: e,
|
|
2827
|
+
appName: r = ue.appName
|
|
2828
|
+
}) {
|
|
2829
|
+
const t = Ue(ue.walletGroups, { appName: r, projectId: e });
|
|
2830
|
+
return _e({
|
|
2831
|
+
chains: ue.chains,
|
|
2832
|
+
connectors: t,
|
|
2833
|
+
multiInjectedProviderDiscovery: !0,
|
|
2834
|
+
transports: {
|
|
2835
|
+
[Pe.id]: ce(),
|
|
2836
|
+
[me.id]: ce(me.rpcUrls.default.http[0]),
|
|
2837
|
+
[Re.id]: ce()
|
|
2838
|
+
}
|
|
2839
|
+
});
|
|
2840
|
+
}
|
|
2841
|
+
function at({
|
|
2842
|
+
children: e,
|
|
2843
|
+
projectId: r,
|
|
2844
|
+
appName: t,
|
|
2845
|
+
locale: n = "en"
|
|
2846
|
+
}) {
|
|
2847
|
+
const [s] = S.useState(() => Kr({ projectId: r, appName: t })), [A] = S.useState(() => new De());
|
|
2848
|
+
return /* @__PURE__ */ w.jsx(Ze, { config: s, children: /* @__PURE__ */ w.jsx(Ge, { client: A, children: /* @__PURE__ */ w.jsx(qe, { locale: n, theme: Xr, children: e }) }) });
|
|
2849
|
+
}
|
|
2850
|
+
function lt({
|
|
2851
|
+
className: e,
|
|
2852
|
+
labels: r,
|
|
2853
|
+
showChain: t = !0
|
|
2854
|
+
}) {
|
|
2855
|
+
const n = (r == null ? void 0 : r.connect) ?? "Connect Wallet", s = (r == null ? void 0 : r.wrongNetwork) ?? "Wrong Network";
|
|
2856
|
+
return /* @__PURE__ */ w.jsx(Ye.Custom, { children: ({ account: A, chain: l, mounted: a, openAccountModal: p, openChainModal: c, openConnectModal: f }) => {
|
|
2857
|
+
const m = O("svp-wallet-btn", e);
|
|
2858
|
+
return a ? !A || !l ? /* @__PURE__ */ w.jsx("div", { className: "svp-header-wallet", children: /* @__PURE__ */ w.jsx(
|
|
2859
|
+
"button",
|
|
2860
|
+
{
|
|
2861
|
+
type: "button",
|
|
2862
|
+
className: O(m, "svp-wallet-btn-connect"),
|
|
2863
|
+
onClick: f,
|
|
2864
|
+
children: n
|
|
2865
|
+
}
|
|
2866
|
+
) }) : l.unsupported ? /* @__PURE__ */ w.jsx("div", { className: "svp-header-wallet", children: /* @__PURE__ */ w.jsx(
|
|
2867
|
+
"button",
|
|
2868
|
+
{
|
|
2869
|
+
type: "button",
|
|
2870
|
+
className: O(m, "svp-wallet-btn-error"),
|
|
2871
|
+
onClick: c,
|
|
2872
|
+
children: s
|
|
2873
|
+
}
|
|
2874
|
+
) }) : /* @__PURE__ */ w.jsx("div", { className: "svp-header-wallet", children: /* @__PURE__ */ w.jsxs("div", { className: "svp-wallet-group", "data-testid": "svp-wallet-controls", children: [
|
|
2875
|
+
t && /* @__PURE__ */ w.jsx("button", { type: "button", className: "svp-network-btn", onClick: c, children: l.name }),
|
|
2876
|
+
/* @__PURE__ */ w.jsx("button", { type: "button", className: "svp-wallet-btn", onClick: p, children: A.displayName })
|
|
2877
|
+
] }) }) : /* @__PURE__ */ w.jsx("div", { className: "svp-header-wallet", children: /* @__PURE__ */ w.jsx(
|
|
2878
|
+
"button",
|
|
2879
|
+
{
|
|
2880
|
+
type: "button",
|
|
2881
|
+
className: O(m, "svp-wallet-btn-connect"),
|
|
2882
|
+
disabled: !0,
|
|
2883
|
+
"aria-hidden": !0,
|
|
2884
|
+
style: { opacity: 0 },
|
|
2885
|
+
children: n
|
|
2886
|
+
}
|
|
2887
|
+
) });
|
|
2888
|
+
} });
|
|
2700
2889
|
}
|
|
2701
2890
|
export {
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2891
|
+
Fr as Button,
|
|
2892
|
+
lt as ConnectWalletButton,
|
|
2893
|
+
Yr as DEFAULT_NOTICE_REFRESH_INTERVAL_MS,
|
|
2894
|
+
Or as DEFAULT_NOTICE_STORAGE_KEY,
|
|
2895
|
+
Gr as DEFAULT_NOTICE_URL,
|
|
2896
|
+
At as FeedbackWidget,
|
|
2897
|
+
st as NoticeMarquee,
|
|
2898
|
+
be as SVP_WALLET_DOWNLOAD_URL,
|
|
2899
|
+
at as SvpWalletProvider,
|
|
2900
|
+
Hr as buttonVariants,
|
|
2901
|
+
O as cn,
|
|
2902
|
+
Kr as createSvpWalletConfig,
|
|
2903
|
+
ae as resolveSvpProvider,
|
|
2904
|
+
ke as resolveSvpProviderForConnection,
|
|
2905
|
+
me as svpTestnet,
|
|
2906
|
+
zr as svpWallet,
|
|
2907
|
+
ue as walletDefaults,
|
|
2908
|
+
Xr as walletTheme
|
|
2710
2909
|
};
|