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