@gardenfi/garden-book 0.0.3 → 0.0.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/dist/components/atoms/Icons/AddIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArbitrumIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowDownwardIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowLeftIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowNorthEastIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowNorthWestIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowRightIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowSouthEastIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowSouthWestIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ArrowUpwardIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/BTCIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/BitcoinIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/CheckIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ClockIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/CloseIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/CopyIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/EditIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/EthereumIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/ExchangeIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/GMXIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/Icons.stories.d.ts +5 -0
- package/dist/components/atoms/Icons/InfoIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/KeyboardDownIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/KeyboardLeftIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/KeyboardRightIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/KeyboardUpIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/LanguageIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/LinkIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/LockIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/LogoutIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/MenuIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/OpenInFullIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/PageInfoIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/PolygonIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/RadiantIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/RadioCheckedIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/RadioUncheckedIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/RemoveIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/SearchIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/StarIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/WalletIcon.d.ts +5 -0
- package/dist/components/atoms/Icons/index.d.ts +42 -0
- package/dist/components/atoms/index.d.ts +2 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/styles.css +1 -1
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +2666 -1
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -1 +1,2666 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as t, jsxs as L } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as p1 } from "react";
|
|
3
|
+
function o1(e) {
|
|
4
|
+
var r, o, n = "";
|
|
5
|
+
if (typeof e == "string" || typeof e == "number") n += e;
|
|
6
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
7
|
+
var i = e.length;
|
|
8
|
+
for (r = 0; r < i; r++) e[r] && (o = o1(e[r])) && (n && (n += " "), n += o);
|
|
9
|
+
} else for (o in e) e[o] && (n && (n += " "), n += o);
|
|
10
|
+
return n;
|
|
11
|
+
}
|
|
12
|
+
function C1() {
|
|
13
|
+
for (var e, r, o = 0, n = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (r = o1(e)) && (n && (n += " "), n += r);
|
|
14
|
+
return n;
|
|
15
|
+
}
|
|
16
|
+
const O = "-";
|
|
17
|
+
function g1(e) {
|
|
18
|
+
const r = f1(e), {
|
|
19
|
+
conflictingClassGroups: o,
|
|
20
|
+
conflictingClassGroupModifiers: n
|
|
21
|
+
} = e;
|
|
22
|
+
function i(l) {
|
|
23
|
+
const a = l.split(O);
|
|
24
|
+
return a[0] === "" && a.length !== 1 && a.shift(), n1(a, r) || h1(l);
|
|
25
|
+
}
|
|
26
|
+
function s(l, a) {
|
|
27
|
+
const p = o[l] || [];
|
|
28
|
+
return a && n[l] ? [...p, ...n[l]] : p;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
getClassGroupId: i,
|
|
32
|
+
getConflictingClassGroupIds: s
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
function n1(e, r) {
|
|
36
|
+
var l;
|
|
37
|
+
if (e.length === 0)
|
|
38
|
+
return r.classGroupId;
|
|
39
|
+
const o = e[0], n = r.nextPart.get(o), i = n ? n1(e.slice(1), n) : void 0;
|
|
40
|
+
if (i)
|
|
41
|
+
return i;
|
|
42
|
+
if (r.validators.length === 0)
|
|
43
|
+
return;
|
|
44
|
+
const s = e.join(O);
|
|
45
|
+
return (l = r.validators.find(({
|
|
46
|
+
validator: a
|
|
47
|
+
}) => a(s))) == null ? void 0 : l.classGroupId;
|
|
48
|
+
}
|
|
49
|
+
const D = /^\[(.+)\]$/;
|
|
50
|
+
function h1(e) {
|
|
51
|
+
if (D.test(e)) {
|
|
52
|
+
const r = D.exec(e)[1], o = r == null ? void 0 : r.substring(0, r.indexOf(":"));
|
|
53
|
+
if (o)
|
|
54
|
+
return "arbitrary.." + o;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
function f1(e) {
|
|
58
|
+
const {
|
|
59
|
+
theme: r,
|
|
60
|
+
prefix: o
|
|
61
|
+
} = e, n = {
|
|
62
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
63
|
+
validators: []
|
|
64
|
+
};
|
|
65
|
+
return w1(Object.entries(e.classGroups), o).forEach(([s, l]) => {
|
|
66
|
+
B(l, n, s, r);
|
|
67
|
+
}), n;
|
|
68
|
+
}
|
|
69
|
+
function B(e, r, o, n) {
|
|
70
|
+
e.forEach((i) => {
|
|
71
|
+
if (typeof i == "string") {
|
|
72
|
+
const s = i === "" ? r : e1(r, i);
|
|
73
|
+
s.classGroupId = o;
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
if (typeof i == "function") {
|
|
77
|
+
if (b1(i)) {
|
|
78
|
+
B(i(n), r, o, n);
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
r.validators.push({
|
|
82
|
+
validator: i,
|
|
83
|
+
classGroupId: o
|
|
84
|
+
});
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
Object.entries(i).forEach(([s, l]) => {
|
|
88
|
+
B(l, e1(r, s), o, n);
|
|
89
|
+
});
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
function e1(e, r) {
|
|
93
|
+
let o = e;
|
|
94
|
+
return r.split(O).forEach((n) => {
|
|
95
|
+
o.nextPart.has(n) || o.nextPart.set(n, {
|
|
96
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
97
|
+
validators: []
|
|
98
|
+
}), o = o.nextPart.get(n);
|
|
99
|
+
}), o;
|
|
100
|
+
}
|
|
101
|
+
function b1(e) {
|
|
102
|
+
return e.isThemeGetter;
|
|
103
|
+
}
|
|
104
|
+
function w1(e, r) {
|
|
105
|
+
return r ? e.map(([o, n]) => {
|
|
106
|
+
const i = n.map((s) => typeof s == "string" ? r + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([l, a]) => [r + l, a])) : s);
|
|
107
|
+
return [o, i];
|
|
108
|
+
}) : e;
|
|
109
|
+
}
|
|
110
|
+
function m1(e) {
|
|
111
|
+
if (e < 1)
|
|
112
|
+
return {
|
|
113
|
+
get: () => {
|
|
114
|
+
},
|
|
115
|
+
set: () => {
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
let r = 0, o = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
|
|
119
|
+
function i(s, l) {
|
|
120
|
+
o.set(s, l), r++, r > e && (r = 0, n = o, o = /* @__PURE__ */ new Map());
|
|
121
|
+
}
|
|
122
|
+
return {
|
|
123
|
+
get(s) {
|
|
124
|
+
let l = o.get(s);
|
|
125
|
+
if (l !== void 0)
|
|
126
|
+
return l;
|
|
127
|
+
if ((l = n.get(s)) !== void 0)
|
|
128
|
+
return i(s, l), l;
|
|
129
|
+
},
|
|
130
|
+
set(s, l) {
|
|
131
|
+
o.has(s) ? o.set(s, l) : i(s, l);
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
const s1 = "!";
|
|
136
|
+
function L1(e) {
|
|
137
|
+
const {
|
|
138
|
+
separator: r,
|
|
139
|
+
experimentalParseClassName: o
|
|
140
|
+
} = e, n = r.length === 1, i = r[0], s = r.length;
|
|
141
|
+
function l(a) {
|
|
142
|
+
const p = [];
|
|
143
|
+
let d = 0, u = 0, h;
|
|
144
|
+
for (let f = 0; f < a.length; f++) {
|
|
145
|
+
let m = a[f];
|
|
146
|
+
if (d === 0) {
|
|
147
|
+
if (m === i && (n || a.slice(f, f + s) === r)) {
|
|
148
|
+
p.push(a.slice(u, f)), u = f + s;
|
|
149
|
+
continue;
|
|
150
|
+
}
|
|
151
|
+
if (m === "/") {
|
|
152
|
+
h = f;
|
|
153
|
+
continue;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
m === "[" ? d++ : m === "]" && d--;
|
|
157
|
+
}
|
|
158
|
+
const b = p.length === 0 ? a : a.substring(u), v = b.startsWith(s1), M = v ? b.substring(1) : b, w = h && h > u ? h - u : void 0;
|
|
159
|
+
return {
|
|
160
|
+
modifiers: p,
|
|
161
|
+
hasImportantModifier: v,
|
|
162
|
+
baseClassName: M,
|
|
163
|
+
maybePostfixModifierPosition: w
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
return o ? function(p) {
|
|
167
|
+
return o({
|
|
168
|
+
className: p,
|
|
169
|
+
parseClassName: l
|
|
170
|
+
});
|
|
171
|
+
} : l;
|
|
172
|
+
}
|
|
173
|
+
function v1(e) {
|
|
174
|
+
if (e.length <= 1)
|
|
175
|
+
return e;
|
|
176
|
+
const r = [];
|
|
177
|
+
let o = [];
|
|
178
|
+
return e.forEach((n) => {
|
|
179
|
+
n[0] === "[" ? (r.push(...o.sort(), n), o = []) : o.push(n);
|
|
180
|
+
}), r.push(...o.sort()), r;
|
|
181
|
+
}
|
|
182
|
+
function x1(e) {
|
|
183
|
+
return {
|
|
184
|
+
cache: m1(e.cacheSize),
|
|
185
|
+
parseClassName: L1(e),
|
|
186
|
+
...g1(e)
|
|
187
|
+
};
|
|
188
|
+
}
|
|
189
|
+
const y1 = /\s+/;
|
|
190
|
+
function M1(e, r) {
|
|
191
|
+
const {
|
|
192
|
+
parseClassName: o,
|
|
193
|
+
getClassGroupId: n,
|
|
194
|
+
getConflictingClassGroupIds: i
|
|
195
|
+
} = r, s = /* @__PURE__ */ new Set();
|
|
196
|
+
return e.trim().split(y1).map((l) => {
|
|
197
|
+
const {
|
|
198
|
+
modifiers: a,
|
|
199
|
+
hasImportantModifier: p,
|
|
200
|
+
baseClassName: d,
|
|
201
|
+
maybePostfixModifierPosition: u
|
|
202
|
+
} = o(l);
|
|
203
|
+
let h = !!u, b = n(h ? d.substring(0, u) : d);
|
|
204
|
+
if (!b) {
|
|
205
|
+
if (!h)
|
|
206
|
+
return {
|
|
207
|
+
isTailwindClass: !1,
|
|
208
|
+
originalClassName: l
|
|
209
|
+
};
|
|
210
|
+
if (b = n(d), !b)
|
|
211
|
+
return {
|
|
212
|
+
isTailwindClass: !1,
|
|
213
|
+
originalClassName: l
|
|
214
|
+
};
|
|
215
|
+
h = !1;
|
|
216
|
+
}
|
|
217
|
+
const v = v1(a).join(":");
|
|
218
|
+
return {
|
|
219
|
+
isTailwindClass: !0,
|
|
220
|
+
modifierId: p ? v + s1 : v,
|
|
221
|
+
classGroupId: b,
|
|
222
|
+
originalClassName: l,
|
|
223
|
+
hasPostfixModifier: h
|
|
224
|
+
};
|
|
225
|
+
}).reverse().filter((l) => {
|
|
226
|
+
if (!l.isTailwindClass)
|
|
227
|
+
return !0;
|
|
228
|
+
const {
|
|
229
|
+
modifierId: a,
|
|
230
|
+
classGroupId: p,
|
|
231
|
+
hasPostfixModifier: d
|
|
232
|
+
} = l, u = a + p;
|
|
233
|
+
return s.has(u) ? !1 : (s.add(u), i(p, d).forEach((h) => s.add(a + h)), !0);
|
|
234
|
+
}).reverse().map((l) => l.originalClassName).join(" ");
|
|
235
|
+
}
|
|
236
|
+
function V1() {
|
|
237
|
+
let e = 0, r, o, n = "";
|
|
238
|
+
for (; e < arguments.length; )
|
|
239
|
+
(r = arguments[e++]) && (o = l1(r)) && (n && (n += " "), n += o);
|
|
240
|
+
return n;
|
|
241
|
+
}
|
|
242
|
+
function l1(e) {
|
|
243
|
+
if (typeof e == "string")
|
|
244
|
+
return e;
|
|
245
|
+
let r, o = "";
|
|
246
|
+
for (let n = 0; n < e.length; n++)
|
|
247
|
+
e[n] && (r = l1(e[n])) && (o && (o += " "), o += r);
|
|
248
|
+
return o;
|
|
249
|
+
}
|
|
250
|
+
function H1(e, ...r) {
|
|
251
|
+
let o, n, i, s = l;
|
|
252
|
+
function l(p) {
|
|
253
|
+
const d = r.reduce((u, h) => h(u), e());
|
|
254
|
+
return o = x1(d), n = o.cache.get, i = o.cache.set, s = a, a(p);
|
|
255
|
+
}
|
|
256
|
+
function a(p) {
|
|
257
|
+
const d = n(p);
|
|
258
|
+
if (d)
|
|
259
|
+
return d;
|
|
260
|
+
const u = M1(p, o);
|
|
261
|
+
return i(p, u), u;
|
|
262
|
+
}
|
|
263
|
+
return function() {
|
|
264
|
+
return s(V1.apply(null, arguments));
|
|
265
|
+
};
|
|
266
|
+
}
|
|
267
|
+
function C(e) {
|
|
268
|
+
const r = (o) => o[e] || [];
|
|
269
|
+
return r.isThemeGetter = !0, r;
|
|
270
|
+
}
|
|
271
|
+
const i1 = /^\[(?:([a-z-]+):)?(.+)\]$/i, Z1 = /^\d+\/\d+$/, I1 = /* @__PURE__ */ new Set(["px", "full", "screen"]), k1 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, A1 = /\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$/, z1 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, S1 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, E1 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
272
|
+
function y(e) {
|
|
273
|
+
return Z(e) || I1.has(e) || Z1.test(e);
|
|
274
|
+
}
|
|
275
|
+
function V(e) {
|
|
276
|
+
return I(e, "length", F1);
|
|
277
|
+
}
|
|
278
|
+
function Z(e) {
|
|
279
|
+
return !!e && !Number.isNaN(Number(e));
|
|
280
|
+
}
|
|
281
|
+
function G(e) {
|
|
282
|
+
return I(e, "number", Z);
|
|
283
|
+
}
|
|
284
|
+
function z(e) {
|
|
285
|
+
return !!e && Number.isInteger(Number(e));
|
|
286
|
+
}
|
|
287
|
+
function R1(e) {
|
|
288
|
+
return e.endsWith("%") && Z(e.slice(0, -1));
|
|
289
|
+
}
|
|
290
|
+
function c(e) {
|
|
291
|
+
return i1.test(e);
|
|
292
|
+
}
|
|
293
|
+
function H(e) {
|
|
294
|
+
return k1.test(e);
|
|
295
|
+
}
|
|
296
|
+
const P1 = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
297
|
+
function G1(e) {
|
|
298
|
+
return I(e, P1, a1);
|
|
299
|
+
}
|
|
300
|
+
function _1(e) {
|
|
301
|
+
return I(e, "position", a1);
|
|
302
|
+
}
|
|
303
|
+
const j1 = /* @__PURE__ */ new Set(["image", "url"]);
|
|
304
|
+
function N1(e) {
|
|
305
|
+
return I(e, j1, O1);
|
|
306
|
+
}
|
|
307
|
+
function T1(e) {
|
|
308
|
+
return I(e, "", B1);
|
|
309
|
+
}
|
|
310
|
+
function S() {
|
|
311
|
+
return !0;
|
|
312
|
+
}
|
|
313
|
+
function I(e, r, o) {
|
|
314
|
+
const n = i1.exec(e);
|
|
315
|
+
return n ? n[1] ? typeof r == "string" ? n[1] === r : r.has(n[1]) : o(n[2]) : !1;
|
|
316
|
+
}
|
|
317
|
+
function F1(e) {
|
|
318
|
+
return A1.test(e) && !z1.test(e);
|
|
319
|
+
}
|
|
320
|
+
function a1() {
|
|
321
|
+
return !1;
|
|
322
|
+
}
|
|
323
|
+
function B1(e) {
|
|
324
|
+
return S1.test(e);
|
|
325
|
+
}
|
|
326
|
+
function O1(e) {
|
|
327
|
+
return E1.test(e);
|
|
328
|
+
}
|
|
329
|
+
function W1() {
|
|
330
|
+
const e = C("colors"), r = C("spacing"), o = C("blur"), n = C("brightness"), i = C("borderColor"), s = C("borderRadius"), l = C("borderSpacing"), a = C("borderWidth"), p = C("contrast"), d = C("grayscale"), u = C("hueRotate"), h = C("invert"), b = C("gap"), v = C("gradientColorStops"), M = C("gradientColorStopPositions"), w = C("inset"), f = C("margin"), m = C("opacity"), x = C("padding"), W = C("saturate"), _ = C("scale"), U = C("sepia"), $ = C("skew"), K = C("space"), q = C("translate"), j = () => ["auto", "contain", "none"], N = () => ["auto", "hidden", "clip", "visible", "scroll"], T = () => ["auto", c, r], g = () => [c, r], X = () => ["", y, V], E = () => ["auto", Z, c], J = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], R = () => ["solid", "dashed", "dotted", "double", "none"], Q = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], F = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], k = () => ["", "0", c], Y = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], A = () => [Z, G], P = () => [Z, c];
|
|
331
|
+
return {
|
|
332
|
+
cacheSize: 500,
|
|
333
|
+
separator: ":",
|
|
334
|
+
theme: {
|
|
335
|
+
colors: [S],
|
|
336
|
+
spacing: [y, V],
|
|
337
|
+
blur: ["none", "", H, c],
|
|
338
|
+
brightness: A(),
|
|
339
|
+
borderColor: [e],
|
|
340
|
+
borderRadius: ["none", "", "full", H, c],
|
|
341
|
+
borderSpacing: g(),
|
|
342
|
+
borderWidth: X(),
|
|
343
|
+
contrast: A(),
|
|
344
|
+
grayscale: k(),
|
|
345
|
+
hueRotate: P(),
|
|
346
|
+
invert: k(),
|
|
347
|
+
gap: g(),
|
|
348
|
+
gradientColorStops: [e],
|
|
349
|
+
gradientColorStopPositions: [R1, V],
|
|
350
|
+
inset: T(),
|
|
351
|
+
margin: T(),
|
|
352
|
+
opacity: A(),
|
|
353
|
+
padding: g(),
|
|
354
|
+
saturate: A(),
|
|
355
|
+
scale: A(),
|
|
356
|
+
sepia: k(),
|
|
357
|
+
skew: P(),
|
|
358
|
+
space: g(),
|
|
359
|
+
translate: g()
|
|
360
|
+
},
|
|
361
|
+
classGroups: {
|
|
362
|
+
// Layout
|
|
363
|
+
/**
|
|
364
|
+
* Aspect Ratio
|
|
365
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
366
|
+
*/
|
|
367
|
+
aspect: [{
|
|
368
|
+
aspect: ["auto", "square", "video", c]
|
|
369
|
+
}],
|
|
370
|
+
/**
|
|
371
|
+
* Container
|
|
372
|
+
* @see https://tailwindcss.com/docs/container
|
|
373
|
+
*/
|
|
374
|
+
container: ["container"],
|
|
375
|
+
/**
|
|
376
|
+
* Columns
|
|
377
|
+
* @see https://tailwindcss.com/docs/columns
|
|
378
|
+
*/
|
|
379
|
+
columns: [{
|
|
380
|
+
columns: [H]
|
|
381
|
+
}],
|
|
382
|
+
/**
|
|
383
|
+
* Break After
|
|
384
|
+
* @see https://tailwindcss.com/docs/break-after
|
|
385
|
+
*/
|
|
386
|
+
"break-after": [{
|
|
387
|
+
"break-after": Y()
|
|
388
|
+
}],
|
|
389
|
+
/**
|
|
390
|
+
* Break Before
|
|
391
|
+
* @see https://tailwindcss.com/docs/break-before
|
|
392
|
+
*/
|
|
393
|
+
"break-before": [{
|
|
394
|
+
"break-before": Y()
|
|
395
|
+
}],
|
|
396
|
+
/**
|
|
397
|
+
* Break Inside
|
|
398
|
+
* @see https://tailwindcss.com/docs/break-inside
|
|
399
|
+
*/
|
|
400
|
+
"break-inside": [{
|
|
401
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
402
|
+
}],
|
|
403
|
+
/**
|
|
404
|
+
* Box Decoration Break
|
|
405
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
406
|
+
*/
|
|
407
|
+
"box-decoration": [{
|
|
408
|
+
"box-decoration": ["slice", "clone"]
|
|
409
|
+
}],
|
|
410
|
+
/**
|
|
411
|
+
* Box Sizing
|
|
412
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
|
413
|
+
*/
|
|
414
|
+
box: [{
|
|
415
|
+
box: ["border", "content"]
|
|
416
|
+
}],
|
|
417
|
+
/**
|
|
418
|
+
* Display
|
|
419
|
+
* @see https://tailwindcss.com/docs/display
|
|
420
|
+
*/
|
|
421
|
+
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
|
422
|
+
/**
|
|
423
|
+
* Floats
|
|
424
|
+
* @see https://tailwindcss.com/docs/float
|
|
425
|
+
*/
|
|
426
|
+
float: [{
|
|
427
|
+
float: ["right", "left", "none", "start", "end"]
|
|
428
|
+
}],
|
|
429
|
+
/**
|
|
430
|
+
* Clear
|
|
431
|
+
* @see https://tailwindcss.com/docs/clear
|
|
432
|
+
*/
|
|
433
|
+
clear: [{
|
|
434
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
|
435
|
+
}],
|
|
436
|
+
/**
|
|
437
|
+
* Isolation
|
|
438
|
+
* @see https://tailwindcss.com/docs/isolation
|
|
439
|
+
*/
|
|
440
|
+
isolation: ["isolate", "isolation-auto"],
|
|
441
|
+
/**
|
|
442
|
+
* Object Fit
|
|
443
|
+
* @see https://tailwindcss.com/docs/object-fit
|
|
444
|
+
*/
|
|
445
|
+
"object-fit": [{
|
|
446
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
447
|
+
}],
|
|
448
|
+
/**
|
|
449
|
+
* Object Position
|
|
450
|
+
* @see https://tailwindcss.com/docs/object-position
|
|
451
|
+
*/
|
|
452
|
+
"object-position": [{
|
|
453
|
+
object: [...J(), c]
|
|
454
|
+
}],
|
|
455
|
+
/**
|
|
456
|
+
* Overflow
|
|
457
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
458
|
+
*/
|
|
459
|
+
overflow: [{
|
|
460
|
+
overflow: N()
|
|
461
|
+
}],
|
|
462
|
+
/**
|
|
463
|
+
* Overflow X
|
|
464
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
465
|
+
*/
|
|
466
|
+
"overflow-x": [{
|
|
467
|
+
"overflow-x": N()
|
|
468
|
+
}],
|
|
469
|
+
/**
|
|
470
|
+
* Overflow Y
|
|
471
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
472
|
+
*/
|
|
473
|
+
"overflow-y": [{
|
|
474
|
+
"overflow-y": N()
|
|
475
|
+
}],
|
|
476
|
+
/**
|
|
477
|
+
* Overscroll Behavior
|
|
478
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
479
|
+
*/
|
|
480
|
+
overscroll: [{
|
|
481
|
+
overscroll: j()
|
|
482
|
+
}],
|
|
483
|
+
/**
|
|
484
|
+
* Overscroll Behavior X
|
|
485
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
486
|
+
*/
|
|
487
|
+
"overscroll-x": [{
|
|
488
|
+
"overscroll-x": j()
|
|
489
|
+
}],
|
|
490
|
+
/**
|
|
491
|
+
* Overscroll Behavior Y
|
|
492
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
493
|
+
*/
|
|
494
|
+
"overscroll-y": [{
|
|
495
|
+
"overscroll-y": j()
|
|
496
|
+
}],
|
|
497
|
+
/**
|
|
498
|
+
* Position
|
|
499
|
+
* @see https://tailwindcss.com/docs/position
|
|
500
|
+
*/
|
|
501
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
502
|
+
/**
|
|
503
|
+
* Top / Right / Bottom / Left
|
|
504
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
505
|
+
*/
|
|
506
|
+
inset: [{
|
|
507
|
+
inset: [w]
|
|
508
|
+
}],
|
|
509
|
+
/**
|
|
510
|
+
* Right / Left
|
|
511
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
512
|
+
*/
|
|
513
|
+
"inset-x": [{
|
|
514
|
+
"inset-x": [w]
|
|
515
|
+
}],
|
|
516
|
+
/**
|
|
517
|
+
* Top / Bottom
|
|
518
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
519
|
+
*/
|
|
520
|
+
"inset-y": [{
|
|
521
|
+
"inset-y": [w]
|
|
522
|
+
}],
|
|
523
|
+
/**
|
|
524
|
+
* Start
|
|
525
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
526
|
+
*/
|
|
527
|
+
start: [{
|
|
528
|
+
start: [w]
|
|
529
|
+
}],
|
|
530
|
+
/**
|
|
531
|
+
* End
|
|
532
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
533
|
+
*/
|
|
534
|
+
end: [{
|
|
535
|
+
end: [w]
|
|
536
|
+
}],
|
|
537
|
+
/**
|
|
538
|
+
* Top
|
|
539
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
540
|
+
*/
|
|
541
|
+
top: [{
|
|
542
|
+
top: [w]
|
|
543
|
+
}],
|
|
544
|
+
/**
|
|
545
|
+
* Right
|
|
546
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
547
|
+
*/
|
|
548
|
+
right: [{
|
|
549
|
+
right: [w]
|
|
550
|
+
}],
|
|
551
|
+
/**
|
|
552
|
+
* Bottom
|
|
553
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
554
|
+
*/
|
|
555
|
+
bottom: [{
|
|
556
|
+
bottom: [w]
|
|
557
|
+
}],
|
|
558
|
+
/**
|
|
559
|
+
* Left
|
|
560
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
561
|
+
*/
|
|
562
|
+
left: [{
|
|
563
|
+
left: [w]
|
|
564
|
+
}],
|
|
565
|
+
/**
|
|
566
|
+
* Visibility
|
|
567
|
+
* @see https://tailwindcss.com/docs/visibility
|
|
568
|
+
*/
|
|
569
|
+
visibility: ["visible", "invisible", "collapse"],
|
|
570
|
+
/**
|
|
571
|
+
* Z-Index
|
|
572
|
+
* @see https://tailwindcss.com/docs/z-index
|
|
573
|
+
*/
|
|
574
|
+
z: [{
|
|
575
|
+
z: ["auto", z, c]
|
|
576
|
+
}],
|
|
577
|
+
// Flexbox and Grid
|
|
578
|
+
/**
|
|
579
|
+
* Flex Basis
|
|
580
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
|
581
|
+
*/
|
|
582
|
+
basis: [{
|
|
583
|
+
basis: T()
|
|
584
|
+
}],
|
|
585
|
+
/**
|
|
586
|
+
* Flex Direction
|
|
587
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
|
588
|
+
*/
|
|
589
|
+
"flex-direction": [{
|
|
590
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
591
|
+
}],
|
|
592
|
+
/**
|
|
593
|
+
* Flex Wrap
|
|
594
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
|
595
|
+
*/
|
|
596
|
+
"flex-wrap": [{
|
|
597
|
+
flex: ["wrap", "wrap-reverse", "nowrap"]
|
|
598
|
+
}],
|
|
599
|
+
/**
|
|
600
|
+
* Flex
|
|
601
|
+
* @see https://tailwindcss.com/docs/flex
|
|
602
|
+
*/
|
|
603
|
+
flex: [{
|
|
604
|
+
flex: ["1", "auto", "initial", "none", c]
|
|
605
|
+
}],
|
|
606
|
+
/**
|
|
607
|
+
* Flex Grow
|
|
608
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
|
609
|
+
*/
|
|
610
|
+
grow: [{
|
|
611
|
+
grow: k()
|
|
612
|
+
}],
|
|
613
|
+
/**
|
|
614
|
+
* Flex Shrink
|
|
615
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
|
616
|
+
*/
|
|
617
|
+
shrink: [{
|
|
618
|
+
shrink: k()
|
|
619
|
+
}],
|
|
620
|
+
/**
|
|
621
|
+
* Order
|
|
622
|
+
* @see https://tailwindcss.com/docs/order
|
|
623
|
+
*/
|
|
624
|
+
order: [{
|
|
625
|
+
order: ["first", "last", "none", z, c]
|
|
626
|
+
}],
|
|
627
|
+
/**
|
|
628
|
+
* Grid Template Columns
|
|
629
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
630
|
+
*/
|
|
631
|
+
"grid-cols": [{
|
|
632
|
+
"grid-cols": [S]
|
|
633
|
+
}],
|
|
634
|
+
/**
|
|
635
|
+
* Grid Column Start / End
|
|
636
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
637
|
+
*/
|
|
638
|
+
"col-start-end": [{
|
|
639
|
+
col: ["auto", {
|
|
640
|
+
span: ["full", z, c]
|
|
641
|
+
}, c]
|
|
642
|
+
}],
|
|
643
|
+
/**
|
|
644
|
+
* Grid Column Start
|
|
645
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
646
|
+
*/
|
|
647
|
+
"col-start": [{
|
|
648
|
+
"col-start": E()
|
|
649
|
+
}],
|
|
650
|
+
/**
|
|
651
|
+
* Grid Column End
|
|
652
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
653
|
+
*/
|
|
654
|
+
"col-end": [{
|
|
655
|
+
"col-end": E()
|
|
656
|
+
}],
|
|
657
|
+
/**
|
|
658
|
+
* Grid Template Rows
|
|
659
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
660
|
+
*/
|
|
661
|
+
"grid-rows": [{
|
|
662
|
+
"grid-rows": [S]
|
|
663
|
+
}],
|
|
664
|
+
/**
|
|
665
|
+
* Grid Row Start / End
|
|
666
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
667
|
+
*/
|
|
668
|
+
"row-start-end": [{
|
|
669
|
+
row: ["auto", {
|
|
670
|
+
span: [z, c]
|
|
671
|
+
}, c]
|
|
672
|
+
}],
|
|
673
|
+
/**
|
|
674
|
+
* Grid Row Start
|
|
675
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
676
|
+
*/
|
|
677
|
+
"row-start": [{
|
|
678
|
+
"row-start": E()
|
|
679
|
+
}],
|
|
680
|
+
/**
|
|
681
|
+
* Grid Row End
|
|
682
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
683
|
+
*/
|
|
684
|
+
"row-end": [{
|
|
685
|
+
"row-end": E()
|
|
686
|
+
}],
|
|
687
|
+
/**
|
|
688
|
+
* Grid Auto Flow
|
|
689
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
690
|
+
*/
|
|
691
|
+
"grid-flow": [{
|
|
692
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
693
|
+
}],
|
|
694
|
+
/**
|
|
695
|
+
* Grid Auto Columns
|
|
696
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
697
|
+
*/
|
|
698
|
+
"auto-cols": [{
|
|
699
|
+
"auto-cols": ["auto", "min", "max", "fr", c]
|
|
700
|
+
}],
|
|
701
|
+
/**
|
|
702
|
+
* Grid Auto Rows
|
|
703
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
704
|
+
*/
|
|
705
|
+
"auto-rows": [{
|
|
706
|
+
"auto-rows": ["auto", "min", "max", "fr", c]
|
|
707
|
+
}],
|
|
708
|
+
/**
|
|
709
|
+
* Gap
|
|
710
|
+
* @see https://tailwindcss.com/docs/gap
|
|
711
|
+
*/
|
|
712
|
+
gap: [{
|
|
713
|
+
gap: [b]
|
|
714
|
+
}],
|
|
715
|
+
/**
|
|
716
|
+
* Gap X
|
|
717
|
+
* @see https://tailwindcss.com/docs/gap
|
|
718
|
+
*/
|
|
719
|
+
"gap-x": [{
|
|
720
|
+
"gap-x": [b]
|
|
721
|
+
}],
|
|
722
|
+
/**
|
|
723
|
+
* Gap Y
|
|
724
|
+
* @see https://tailwindcss.com/docs/gap
|
|
725
|
+
*/
|
|
726
|
+
"gap-y": [{
|
|
727
|
+
"gap-y": [b]
|
|
728
|
+
}],
|
|
729
|
+
/**
|
|
730
|
+
* Justify Content
|
|
731
|
+
* @see https://tailwindcss.com/docs/justify-content
|
|
732
|
+
*/
|
|
733
|
+
"justify-content": [{
|
|
734
|
+
justify: ["normal", ...F()]
|
|
735
|
+
}],
|
|
736
|
+
/**
|
|
737
|
+
* Justify Items
|
|
738
|
+
* @see https://tailwindcss.com/docs/justify-items
|
|
739
|
+
*/
|
|
740
|
+
"justify-items": [{
|
|
741
|
+
"justify-items": ["start", "end", "center", "stretch"]
|
|
742
|
+
}],
|
|
743
|
+
/**
|
|
744
|
+
* Justify Self
|
|
745
|
+
* @see https://tailwindcss.com/docs/justify-self
|
|
746
|
+
*/
|
|
747
|
+
"justify-self": [{
|
|
748
|
+
"justify-self": ["auto", "start", "end", "center", "stretch"]
|
|
749
|
+
}],
|
|
750
|
+
/**
|
|
751
|
+
* Align Content
|
|
752
|
+
* @see https://tailwindcss.com/docs/align-content
|
|
753
|
+
*/
|
|
754
|
+
"align-content": [{
|
|
755
|
+
content: ["normal", ...F(), "baseline"]
|
|
756
|
+
}],
|
|
757
|
+
/**
|
|
758
|
+
* Align Items
|
|
759
|
+
* @see https://tailwindcss.com/docs/align-items
|
|
760
|
+
*/
|
|
761
|
+
"align-items": [{
|
|
762
|
+
items: ["start", "end", "center", "baseline", "stretch"]
|
|
763
|
+
}],
|
|
764
|
+
/**
|
|
765
|
+
* Align Self
|
|
766
|
+
* @see https://tailwindcss.com/docs/align-self
|
|
767
|
+
*/
|
|
768
|
+
"align-self": [{
|
|
769
|
+
self: ["auto", "start", "end", "center", "stretch", "baseline"]
|
|
770
|
+
}],
|
|
771
|
+
/**
|
|
772
|
+
* Place Content
|
|
773
|
+
* @see https://tailwindcss.com/docs/place-content
|
|
774
|
+
*/
|
|
775
|
+
"place-content": [{
|
|
776
|
+
"place-content": [...F(), "baseline"]
|
|
777
|
+
}],
|
|
778
|
+
/**
|
|
779
|
+
* Place Items
|
|
780
|
+
* @see https://tailwindcss.com/docs/place-items
|
|
781
|
+
*/
|
|
782
|
+
"place-items": [{
|
|
783
|
+
"place-items": ["start", "end", "center", "baseline", "stretch"]
|
|
784
|
+
}],
|
|
785
|
+
/**
|
|
786
|
+
* Place Self
|
|
787
|
+
* @see https://tailwindcss.com/docs/place-self
|
|
788
|
+
*/
|
|
789
|
+
"place-self": [{
|
|
790
|
+
"place-self": ["auto", "start", "end", "center", "stretch"]
|
|
791
|
+
}],
|
|
792
|
+
// Spacing
|
|
793
|
+
/**
|
|
794
|
+
* Padding
|
|
795
|
+
* @see https://tailwindcss.com/docs/padding
|
|
796
|
+
*/
|
|
797
|
+
p: [{
|
|
798
|
+
p: [x]
|
|
799
|
+
}],
|
|
800
|
+
/**
|
|
801
|
+
* Padding X
|
|
802
|
+
* @see https://tailwindcss.com/docs/padding
|
|
803
|
+
*/
|
|
804
|
+
px: [{
|
|
805
|
+
px: [x]
|
|
806
|
+
}],
|
|
807
|
+
/**
|
|
808
|
+
* Padding Y
|
|
809
|
+
* @see https://tailwindcss.com/docs/padding
|
|
810
|
+
*/
|
|
811
|
+
py: [{
|
|
812
|
+
py: [x]
|
|
813
|
+
}],
|
|
814
|
+
/**
|
|
815
|
+
* Padding Start
|
|
816
|
+
* @see https://tailwindcss.com/docs/padding
|
|
817
|
+
*/
|
|
818
|
+
ps: [{
|
|
819
|
+
ps: [x]
|
|
820
|
+
}],
|
|
821
|
+
/**
|
|
822
|
+
* Padding End
|
|
823
|
+
* @see https://tailwindcss.com/docs/padding
|
|
824
|
+
*/
|
|
825
|
+
pe: [{
|
|
826
|
+
pe: [x]
|
|
827
|
+
}],
|
|
828
|
+
/**
|
|
829
|
+
* Padding Top
|
|
830
|
+
* @see https://tailwindcss.com/docs/padding
|
|
831
|
+
*/
|
|
832
|
+
pt: [{
|
|
833
|
+
pt: [x]
|
|
834
|
+
}],
|
|
835
|
+
/**
|
|
836
|
+
* Padding Right
|
|
837
|
+
* @see https://tailwindcss.com/docs/padding
|
|
838
|
+
*/
|
|
839
|
+
pr: [{
|
|
840
|
+
pr: [x]
|
|
841
|
+
}],
|
|
842
|
+
/**
|
|
843
|
+
* Padding Bottom
|
|
844
|
+
* @see https://tailwindcss.com/docs/padding
|
|
845
|
+
*/
|
|
846
|
+
pb: [{
|
|
847
|
+
pb: [x]
|
|
848
|
+
}],
|
|
849
|
+
/**
|
|
850
|
+
* Padding Left
|
|
851
|
+
* @see https://tailwindcss.com/docs/padding
|
|
852
|
+
*/
|
|
853
|
+
pl: [{
|
|
854
|
+
pl: [x]
|
|
855
|
+
}],
|
|
856
|
+
/**
|
|
857
|
+
* Margin
|
|
858
|
+
* @see https://tailwindcss.com/docs/margin
|
|
859
|
+
*/
|
|
860
|
+
m: [{
|
|
861
|
+
m: [f]
|
|
862
|
+
}],
|
|
863
|
+
/**
|
|
864
|
+
* Margin X
|
|
865
|
+
* @see https://tailwindcss.com/docs/margin
|
|
866
|
+
*/
|
|
867
|
+
mx: [{
|
|
868
|
+
mx: [f]
|
|
869
|
+
}],
|
|
870
|
+
/**
|
|
871
|
+
* Margin Y
|
|
872
|
+
* @see https://tailwindcss.com/docs/margin
|
|
873
|
+
*/
|
|
874
|
+
my: [{
|
|
875
|
+
my: [f]
|
|
876
|
+
}],
|
|
877
|
+
/**
|
|
878
|
+
* Margin Start
|
|
879
|
+
* @see https://tailwindcss.com/docs/margin
|
|
880
|
+
*/
|
|
881
|
+
ms: [{
|
|
882
|
+
ms: [f]
|
|
883
|
+
}],
|
|
884
|
+
/**
|
|
885
|
+
* Margin End
|
|
886
|
+
* @see https://tailwindcss.com/docs/margin
|
|
887
|
+
*/
|
|
888
|
+
me: [{
|
|
889
|
+
me: [f]
|
|
890
|
+
}],
|
|
891
|
+
/**
|
|
892
|
+
* Margin Top
|
|
893
|
+
* @see https://tailwindcss.com/docs/margin
|
|
894
|
+
*/
|
|
895
|
+
mt: [{
|
|
896
|
+
mt: [f]
|
|
897
|
+
}],
|
|
898
|
+
/**
|
|
899
|
+
* Margin Right
|
|
900
|
+
* @see https://tailwindcss.com/docs/margin
|
|
901
|
+
*/
|
|
902
|
+
mr: [{
|
|
903
|
+
mr: [f]
|
|
904
|
+
}],
|
|
905
|
+
/**
|
|
906
|
+
* Margin Bottom
|
|
907
|
+
* @see https://tailwindcss.com/docs/margin
|
|
908
|
+
*/
|
|
909
|
+
mb: [{
|
|
910
|
+
mb: [f]
|
|
911
|
+
}],
|
|
912
|
+
/**
|
|
913
|
+
* Margin Left
|
|
914
|
+
* @see https://tailwindcss.com/docs/margin
|
|
915
|
+
*/
|
|
916
|
+
ml: [{
|
|
917
|
+
ml: [f]
|
|
918
|
+
}],
|
|
919
|
+
/**
|
|
920
|
+
* Space Between X
|
|
921
|
+
* @see https://tailwindcss.com/docs/space
|
|
922
|
+
*/
|
|
923
|
+
"space-x": [{
|
|
924
|
+
"space-x": [K]
|
|
925
|
+
}],
|
|
926
|
+
/**
|
|
927
|
+
* Space Between X Reverse
|
|
928
|
+
* @see https://tailwindcss.com/docs/space
|
|
929
|
+
*/
|
|
930
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
931
|
+
/**
|
|
932
|
+
* Space Between Y
|
|
933
|
+
* @see https://tailwindcss.com/docs/space
|
|
934
|
+
*/
|
|
935
|
+
"space-y": [{
|
|
936
|
+
"space-y": [K]
|
|
937
|
+
}],
|
|
938
|
+
/**
|
|
939
|
+
* Space Between Y Reverse
|
|
940
|
+
* @see https://tailwindcss.com/docs/space
|
|
941
|
+
*/
|
|
942
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
943
|
+
// Sizing
|
|
944
|
+
/**
|
|
945
|
+
* Width
|
|
946
|
+
* @see https://tailwindcss.com/docs/width
|
|
947
|
+
*/
|
|
948
|
+
w: [{
|
|
949
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", c, r]
|
|
950
|
+
}],
|
|
951
|
+
/**
|
|
952
|
+
* Min-Width
|
|
953
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
954
|
+
*/
|
|
955
|
+
"min-w": [{
|
|
956
|
+
"min-w": [c, r, "min", "max", "fit"]
|
|
957
|
+
}],
|
|
958
|
+
/**
|
|
959
|
+
* Max-Width
|
|
960
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
961
|
+
*/
|
|
962
|
+
"max-w": [{
|
|
963
|
+
"max-w": [c, r, "none", "full", "min", "max", "fit", "prose", {
|
|
964
|
+
screen: [H]
|
|
965
|
+
}, H]
|
|
966
|
+
}],
|
|
967
|
+
/**
|
|
968
|
+
* Height
|
|
969
|
+
* @see https://tailwindcss.com/docs/height
|
|
970
|
+
*/
|
|
971
|
+
h: [{
|
|
972
|
+
h: [c, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
973
|
+
}],
|
|
974
|
+
/**
|
|
975
|
+
* Min-Height
|
|
976
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
977
|
+
*/
|
|
978
|
+
"min-h": [{
|
|
979
|
+
"min-h": [c, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
980
|
+
}],
|
|
981
|
+
/**
|
|
982
|
+
* Max-Height
|
|
983
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
984
|
+
*/
|
|
985
|
+
"max-h": [{
|
|
986
|
+
"max-h": [c, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
987
|
+
}],
|
|
988
|
+
/**
|
|
989
|
+
* Size
|
|
990
|
+
* @see https://tailwindcss.com/docs/size
|
|
991
|
+
*/
|
|
992
|
+
size: [{
|
|
993
|
+
size: [c, r, "auto", "min", "max", "fit"]
|
|
994
|
+
}],
|
|
995
|
+
// Typography
|
|
996
|
+
/**
|
|
997
|
+
* Font Size
|
|
998
|
+
* @see https://tailwindcss.com/docs/font-size
|
|
999
|
+
*/
|
|
1000
|
+
"font-size": [{
|
|
1001
|
+
text: ["base", H, V]
|
|
1002
|
+
}],
|
|
1003
|
+
/**
|
|
1004
|
+
* Font Smoothing
|
|
1005
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
|
1006
|
+
*/
|
|
1007
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1008
|
+
/**
|
|
1009
|
+
* Font Style
|
|
1010
|
+
* @see https://tailwindcss.com/docs/font-style
|
|
1011
|
+
*/
|
|
1012
|
+
"font-style": ["italic", "not-italic"],
|
|
1013
|
+
/**
|
|
1014
|
+
* Font Weight
|
|
1015
|
+
* @see https://tailwindcss.com/docs/font-weight
|
|
1016
|
+
*/
|
|
1017
|
+
"font-weight": [{
|
|
1018
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", G]
|
|
1019
|
+
}],
|
|
1020
|
+
/**
|
|
1021
|
+
* Font Family
|
|
1022
|
+
* @see https://tailwindcss.com/docs/font-family
|
|
1023
|
+
*/
|
|
1024
|
+
"font-family": [{
|
|
1025
|
+
font: [S]
|
|
1026
|
+
}],
|
|
1027
|
+
/**
|
|
1028
|
+
* Font Variant Numeric
|
|
1029
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1030
|
+
*/
|
|
1031
|
+
"fvn-normal": ["normal-nums"],
|
|
1032
|
+
/**
|
|
1033
|
+
* Font Variant Numeric
|
|
1034
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1035
|
+
*/
|
|
1036
|
+
"fvn-ordinal": ["ordinal"],
|
|
1037
|
+
/**
|
|
1038
|
+
* Font Variant Numeric
|
|
1039
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1040
|
+
*/
|
|
1041
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
1042
|
+
/**
|
|
1043
|
+
* Font Variant Numeric
|
|
1044
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1045
|
+
*/
|
|
1046
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
1047
|
+
/**
|
|
1048
|
+
* Font Variant Numeric
|
|
1049
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1050
|
+
*/
|
|
1051
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
1052
|
+
/**
|
|
1053
|
+
* Font Variant Numeric
|
|
1054
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1055
|
+
*/
|
|
1056
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
|
|
1057
|
+
/**
|
|
1058
|
+
* Letter Spacing
|
|
1059
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1060
|
+
*/
|
|
1061
|
+
tracking: [{
|
|
1062
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", c]
|
|
1063
|
+
}],
|
|
1064
|
+
/**
|
|
1065
|
+
* Line Clamp
|
|
1066
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
|
1067
|
+
*/
|
|
1068
|
+
"line-clamp": [{
|
|
1069
|
+
"line-clamp": ["none", Z, G]
|
|
1070
|
+
}],
|
|
1071
|
+
/**
|
|
1072
|
+
* Line Height
|
|
1073
|
+
* @see https://tailwindcss.com/docs/line-height
|
|
1074
|
+
*/
|
|
1075
|
+
leading: [{
|
|
1076
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", y, c]
|
|
1077
|
+
}],
|
|
1078
|
+
/**
|
|
1079
|
+
* List Style Image
|
|
1080
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
|
1081
|
+
*/
|
|
1082
|
+
"list-image": [{
|
|
1083
|
+
"list-image": ["none", c]
|
|
1084
|
+
}],
|
|
1085
|
+
/**
|
|
1086
|
+
* List Style Type
|
|
1087
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
1088
|
+
*/
|
|
1089
|
+
"list-style-type": [{
|
|
1090
|
+
list: ["none", "disc", "decimal", c]
|
|
1091
|
+
}],
|
|
1092
|
+
/**
|
|
1093
|
+
* List Style Position
|
|
1094
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
|
1095
|
+
*/
|
|
1096
|
+
"list-style-position": [{
|
|
1097
|
+
list: ["inside", "outside"]
|
|
1098
|
+
}],
|
|
1099
|
+
/**
|
|
1100
|
+
* Placeholder Color
|
|
1101
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1102
|
+
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1103
|
+
*/
|
|
1104
|
+
"placeholder-color": [{
|
|
1105
|
+
placeholder: [e]
|
|
1106
|
+
}],
|
|
1107
|
+
/**
|
|
1108
|
+
* Placeholder Opacity
|
|
1109
|
+
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1110
|
+
*/
|
|
1111
|
+
"placeholder-opacity": [{
|
|
1112
|
+
"placeholder-opacity": [m]
|
|
1113
|
+
}],
|
|
1114
|
+
/**
|
|
1115
|
+
* Text Alignment
|
|
1116
|
+
* @see https://tailwindcss.com/docs/text-align
|
|
1117
|
+
*/
|
|
1118
|
+
"text-alignment": [{
|
|
1119
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1120
|
+
}],
|
|
1121
|
+
/**
|
|
1122
|
+
* Text Color
|
|
1123
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
1124
|
+
*/
|
|
1125
|
+
"text-color": [{
|
|
1126
|
+
text: [e]
|
|
1127
|
+
}],
|
|
1128
|
+
/**
|
|
1129
|
+
* Text Opacity
|
|
1130
|
+
* @see https://tailwindcss.com/docs/text-opacity
|
|
1131
|
+
*/
|
|
1132
|
+
"text-opacity": [{
|
|
1133
|
+
"text-opacity": [m]
|
|
1134
|
+
}],
|
|
1135
|
+
/**
|
|
1136
|
+
* Text Decoration
|
|
1137
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
|
1138
|
+
*/
|
|
1139
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1140
|
+
/**
|
|
1141
|
+
* Text Decoration Style
|
|
1142
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1143
|
+
*/
|
|
1144
|
+
"text-decoration-style": [{
|
|
1145
|
+
decoration: [...R(), "wavy"]
|
|
1146
|
+
}],
|
|
1147
|
+
/**
|
|
1148
|
+
* Text Decoration Thickness
|
|
1149
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1150
|
+
*/
|
|
1151
|
+
"text-decoration-thickness": [{
|
|
1152
|
+
decoration: ["auto", "from-font", y, V]
|
|
1153
|
+
}],
|
|
1154
|
+
/**
|
|
1155
|
+
* Text Underline Offset
|
|
1156
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1157
|
+
*/
|
|
1158
|
+
"underline-offset": [{
|
|
1159
|
+
"underline-offset": ["auto", y, c]
|
|
1160
|
+
}],
|
|
1161
|
+
/**
|
|
1162
|
+
* Text Decoration Color
|
|
1163
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1164
|
+
*/
|
|
1165
|
+
"text-decoration-color": [{
|
|
1166
|
+
decoration: [e]
|
|
1167
|
+
}],
|
|
1168
|
+
/**
|
|
1169
|
+
* Text Transform
|
|
1170
|
+
* @see https://tailwindcss.com/docs/text-transform
|
|
1171
|
+
*/
|
|
1172
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1173
|
+
/**
|
|
1174
|
+
* Text Overflow
|
|
1175
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
|
1176
|
+
*/
|
|
1177
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1178
|
+
/**
|
|
1179
|
+
* Text Wrap
|
|
1180
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
|
1181
|
+
*/
|
|
1182
|
+
"text-wrap": [{
|
|
1183
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1184
|
+
}],
|
|
1185
|
+
/**
|
|
1186
|
+
* Text Indent
|
|
1187
|
+
* @see https://tailwindcss.com/docs/text-indent
|
|
1188
|
+
*/
|
|
1189
|
+
indent: [{
|
|
1190
|
+
indent: g()
|
|
1191
|
+
}],
|
|
1192
|
+
/**
|
|
1193
|
+
* Vertical Alignment
|
|
1194
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
|
1195
|
+
*/
|
|
1196
|
+
"vertical-align": [{
|
|
1197
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", c]
|
|
1198
|
+
}],
|
|
1199
|
+
/**
|
|
1200
|
+
* Whitespace
|
|
1201
|
+
* @see https://tailwindcss.com/docs/whitespace
|
|
1202
|
+
*/
|
|
1203
|
+
whitespace: [{
|
|
1204
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1205
|
+
}],
|
|
1206
|
+
/**
|
|
1207
|
+
* Word Break
|
|
1208
|
+
* @see https://tailwindcss.com/docs/word-break
|
|
1209
|
+
*/
|
|
1210
|
+
break: [{
|
|
1211
|
+
break: ["normal", "words", "all", "keep"]
|
|
1212
|
+
}],
|
|
1213
|
+
/**
|
|
1214
|
+
* Hyphens
|
|
1215
|
+
* @see https://tailwindcss.com/docs/hyphens
|
|
1216
|
+
*/
|
|
1217
|
+
hyphens: [{
|
|
1218
|
+
hyphens: ["none", "manual", "auto"]
|
|
1219
|
+
}],
|
|
1220
|
+
/**
|
|
1221
|
+
* Content
|
|
1222
|
+
* @see https://tailwindcss.com/docs/content
|
|
1223
|
+
*/
|
|
1224
|
+
content: [{
|
|
1225
|
+
content: ["none", c]
|
|
1226
|
+
}],
|
|
1227
|
+
// Backgrounds
|
|
1228
|
+
/**
|
|
1229
|
+
* Background Attachment
|
|
1230
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
|
1231
|
+
*/
|
|
1232
|
+
"bg-attachment": [{
|
|
1233
|
+
bg: ["fixed", "local", "scroll"]
|
|
1234
|
+
}],
|
|
1235
|
+
/**
|
|
1236
|
+
* Background Clip
|
|
1237
|
+
* @see https://tailwindcss.com/docs/background-clip
|
|
1238
|
+
*/
|
|
1239
|
+
"bg-clip": [{
|
|
1240
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
|
1241
|
+
}],
|
|
1242
|
+
/**
|
|
1243
|
+
* Background Opacity
|
|
1244
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1245
|
+
* @see https://tailwindcss.com/docs/background-opacity
|
|
1246
|
+
*/
|
|
1247
|
+
"bg-opacity": [{
|
|
1248
|
+
"bg-opacity": [m]
|
|
1249
|
+
}],
|
|
1250
|
+
/**
|
|
1251
|
+
* Background Origin
|
|
1252
|
+
* @see https://tailwindcss.com/docs/background-origin
|
|
1253
|
+
*/
|
|
1254
|
+
"bg-origin": [{
|
|
1255
|
+
"bg-origin": ["border", "padding", "content"]
|
|
1256
|
+
}],
|
|
1257
|
+
/**
|
|
1258
|
+
* Background Position
|
|
1259
|
+
* @see https://tailwindcss.com/docs/background-position
|
|
1260
|
+
*/
|
|
1261
|
+
"bg-position": [{
|
|
1262
|
+
bg: [...J(), _1]
|
|
1263
|
+
}],
|
|
1264
|
+
/**
|
|
1265
|
+
* Background Repeat
|
|
1266
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
|
1267
|
+
*/
|
|
1268
|
+
"bg-repeat": [{
|
|
1269
|
+
bg: ["no-repeat", {
|
|
1270
|
+
repeat: ["", "x", "y", "round", "space"]
|
|
1271
|
+
}]
|
|
1272
|
+
}],
|
|
1273
|
+
/**
|
|
1274
|
+
* Background Size
|
|
1275
|
+
* @see https://tailwindcss.com/docs/background-size
|
|
1276
|
+
*/
|
|
1277
|
+
"bg-size": [{
|
|
1278
|
+
bg: ["auto", "cover", "contain", G1]
|
|
1279
|
+
}],
|
|
1280
|
+
/**
|
|
1281
|
+
* Background Image
|
|
1282
|
+
* @see https://tailwindcss.com/docs/background-image
|
|
1283
|
+
*/
|
|
1284
|
+
"bg-image": [{
|
|
1285
|
+
bg: ["none", {
|
|
1286
|
+
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1287
|
+
}, N1]
|
|
1288
|
+
}],
|
|
1289
|
+
/**
|
|
1290
|
+
* Background Color
|
|
1291
|
+
* @see https://tailwindcss.com/docs/background-color
|
|
1292
|
+
*/
|
|
1293
|
+
"bg-color": [{
|
|
1294
|
+
bg: [e]
|
|
1295
|
+
}],
|
|
1296
|
+
/**
|
|
1297
|
+
* Gradient Color Stops From Position
|
|
1298
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1299
|
+
*/
|
|
1300
|
+
"gradient-from-pos": [{
|
|
1301
|
+
from: [M]
|
|
1302
|
+
}],
|
|
1303
|
+
/**
|
|
1304
|
+
* Gradient Color Stops Via Position
|
|
1305
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1306
|
+
*/
|
|
1307
|
+
"gradient-via-pos": [{
|
|
1308
|
+
via: [M]
|
|
1309
|
+
}],
|
|
1310
|
+
/**
|
|
1311
|
+
* Gradient Color Stops To Position
|
|
1312
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1313
|
+
*/
|
|
1314
|
+
"gradient-to-pos": [{
|
|
1315
|
+
to: [M]
|
|
1316
|
+
}],
|
|
1317
|
+
/**
|
|
1318
|
+
* Gradient Color Stops From
|
|
1319
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1320
|
+
*/
|
|
1321
|
+
"gradient-from": [{
|
|
1322
|
+
from: [v]
|
|
1323
|
+
}],
|
|
1324
|
+
/**
|
|
1325
|
+
* Gradient Color Stops Via
|
|
1326
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1327
|
+
*/
|
|
1328
|
+
"gradient-via": [{
|
|
1329
|
+
via: [v]
|
|
1330
|
+
}],
|
|
1331
|
+
/**
|
|
1332
|
+
* Gradient Color Stops To
|
|
1333
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1334
|
+
*/
|
|
1335
|
+
"gradient-to": [{
|
|
1336
|
+
to: [v]
|
|
1337
|
+
}],
|
|
1338
|
+
// Borders
|
|
1339
|
+
/**
|
|
1340
|
+
* Border Radius
|
|
1341
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1342
|
+
*/
|
|
1343
|
+
rounded: [{
|
|
1344
|
+
rounded: [s]
|
|
1345
|
+
}],
|
|
1346
|
+
/**
|
|
1347
|
+
* Border Radius Start
|
|
1348
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1349
|
+
*/
|
|
1350
|
+
"rounded-s": [{
|
|
1351
|
+
"rounded-s": [s]
|
|
1352
|
+
}],
|
|
1353
|
+
/**
|
|
1354
|
+
* Border Radius End
|
|
1355
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1356
|
+
*/
|
|
1357
|
+
"rounded-e": [{
|
|
1358
|
+
"rounded-e": [s]
|
|
1359
|
+
}],
|
|
1360
|
+
/**
|
|
1361
|
+
* Border Radius Top
|
|
1362
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1363
|
+
*/
|
|
1364
|
+
"rounded-t": [{
|
|
1365
|
+
"rounded-t": [s]
|
|
1366
|
+
}],
|
|
1367
|
+
/**
|
|
1368
|
+
* Border Radius Right
|
|
1369
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1370
|
+
*/
|
|
1371
|
+
"rounded-r": [{
|
|
1372
|
+
"rounded-r": [s]
|
|
1373
|
+
}],
|
|
1374
|
+
/**
|
|
1375
|
+
* Border Radius Bottom
|
|
1376
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1377
|
+
*/
|
|
1378
|
+
"rounded-b": [{
|
|
1379
|
+
"rounded-b": [s]
|
|
1380
|
+
}],
|
|
1381
|
+
/**
|
|
1382
|
+
* Border Radius Left
|
|
1383
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1384
|
+
*/
|
|
1385
|
+
"rounded-l": [{
|
|
1386
|
+
"rounded-l": [s]
|
|
1387
|
+
}],
|
|
1388
|
+
/**
|
|
1389
|
+
* Border Radius Start Start
|
|
1390
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1391
|
+
*/
|
|
1392
|
+
"rounded-ss": [{
|
|
1393
|
+
"rounded-ss": [s]
|
|
1394
|
+
}],
|
|
1395
|
+
/**
|
|
1396
|
+
* Border Radius Start End
|
|
1397
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1398
|
+
*/
|
|
1399
|
+
"rounded-se": [{
|
|
1400
|
+
"rounded-se": [s]
|
|
1401
|
+
}],
|
|
1402
|
+
/**
|
|
1403
|
+
* Border Radius End End
|
|
1404
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1405
|
+
*/
|
|
1406
|
+
"rounded-ee": [{
|
|
1407
|
+
"rounded-ee": [s]
|
|
1408
|
+
}],
|
|
1409
|
+
/**
|
|
1410
|
+
* Border Radius End Start
|
|
1411
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1412
|
+
*/
|
|
1413
|
+
"rounded-es": [{
|
|
1414
|
+
"rounded-es": [s]
|
|
1415
|
+
}],
|
|
1416
|
+
/**
|
|
1417
|
+
* Border Radius Top Left
|
|
1418
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1419
|
+
*/
|
|
1420
|
+
"rounded-tl": [{
|
|
1421
|
+
"rounded-tl": [s]
|
|
1422
|
+
}],
|
|
1423
|
+
/**
|
|
1424
|
+
* Border Radius Top Right
|
|
1425
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1426
|
+
*/
|
|
1427
|
+
"rounded-tr": [{
|
|
1428
|
+
"rounded-tr": [s]
|
|
1429
|
+
}],
|
|
1430
|
+
/**
|
|
1431
|
+
* Border Radius Bottom Right
|
|
1432
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1433
|
+
*/
|
|
1434
|
+
"rounded-br": [{
|
|
1435
|
+
"rounded-br": [s]
|
|
1436
|
+
}],
|
|
1437
|
+
/**
|
|
1438
|
+
* Border Radius Bottom Left
|
|
1439
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1440
|
+
*/
|
|
1441
|
+
"rounded-bl": [{
|
|
1442
|
+
"rounded-bl": [s]
|
|
1443
|
+
}],
|
|
1444
|
+
/**
|
|
1445
|
+
* Border Width
|
|
1446
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1447
|
+
*/
|
|
1448
|
+
"border-w": [{
|
|
1449
|
+
border: [a]
|
|
1450
|
+
}],
|
|
1451
|
+
/**
|
|
1452
|
+
* Border Width X
|
|
1453
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1454
|
+
*/
|
|
1455
|
+
"border-w-x": [{
|
|
1456
|
+
"border-x": [a]
|
|
1457
|
+
}],
|
|
1458
|
+
/**
|
|
1459
|
+
* Border Width Y
|
|
1460
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1461
|
+
*/
|
|
1462
|
+
"border-w-y": [{
|
|
1463
|
+
"border-y": [a]
|
|
1464
|
+
}],
|
|
1465
|
+
/**
|
|
1466
|
+
* Border Width Start
|
|
1467
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1468
|
+
*/
|
|
1469
|
+
"border-w-s": [{
|
|
1470
|
+
"border-s": [a]
|
|
1471
|
+
}],
|
|
1472
|
+
/**
|
|
1473
|
+
* Border Width End
|
|
1474
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1475
|
+
*/
|
|
1476
|
+
"border-w-e": [{
|
|
1477
|
+
"border-e": [a]
|
|
1478
|
+
}],
|
|
1479
|
+
/**
|
|
1480
|
+
* Border Width Top
|
|
1481
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1482
|
+
*/
|
|
1483
|
+
"border-w-t": [{
|
|
1484
|
+
"border-t": [a]
|
|
1485
|
+
}],
|
|
1486
|
+
/**
|
|
1487
|
+
* Border Width Right
|
|
1488
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1489
|
+
*/
|
|
1490
|
+
"border-w-r": [{
|
|
1491
|
+
"border-r": [a]
|
|
1492
|
+
}],
|
|
1493
|
+
/**
|
|
1494
|
+
* Border Width Bottom
|
|
1495
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1496
|
+
*/
|
|
1497
|
+
"border-w-b": [{
|
|
1498
|
+
"border-b": [a]
|
|
1499
|
+
}],
|
|
1500
|
+
/**
|
|
1501
|
+
* Border Width Left
|
|
1502
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1503
|
+
*/
|
|
1504
|
+
"border-w-l": [{
|
|
1505
|
+
"border-l": [a]
|
|
1506
|
+
}],
|
|
1507
|
+
/**
|
|
1508
|
+
* Border Opacity
|
|
1509
|
+
* @see https://tailwindcss.com/docs/border-opacity
|
|
1510
|
+
*/
|
|
1511
|
+
"border-opacity": [{
|
|
1512
|
+
"border-opacity": [m]
|
|
1513
|
+
}],
|
|
1514
|
+
/**
|
|
1515
|
+
* Border Style
|
|
1516
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
1517
|
+
*/
|
|
1518
|
+
"border-style": [{
|
|
1519
|
+
border: [...R(), "hidden"]
|
|
1520
|
+
}],
|
|
1521
|
+
/**
|
|
1522
|
+
* Divide Width X
|
|
1523
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1524
|
+
*/
|
|
1525
|
+
"divide-x": [{
|
|
1526
|
+
"divide-x": [a]
|
|
1527
|
+
}],
|
|
1528
|
+
/**
|
|
1529
|
+
* Divide Width X Reverse
|
|
1530
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1531
|
+
*/
|
|
1532
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
1533
|
+
/**
|
|
1534
|
+
* Divide Width Y
|
|
1535
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1536
|
+
*/
|
|
1537
|
+
"divide-y": [{
|
|
1538
|
+
"divide-y": [a]
|
|
1539
|
+
}],
|
|
1540
|
+
/**
|
|
1541
|
+
* Divide Width Y Reverse
|
|
1542
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1543
|
+
*/
|
|
1544
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
1545
|
+
/**
|
|
1546
|
+
* Divide Opacity
|
|
1547
|
+
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1548
|
+
*/
|
|
1549
|
+
"divide-opacity": [{
|
|
1550
|
+
"divide-opacity": [m]
|
|
1551
|
+
}],
|
|
1552
|
+
/**
|
|
1553
|
+
* Divide Style
|
|
1554
|
+
* @see https://tailwindcss.com/docs/divide-style
|
|
1555
|
+
*/
|
|
1556
|
+
"divide-style": [{
|
|
1557
|
+
divide: R()
|
|
1558
|
+
}],
|
|
1559
|
+
/**
|
|
1560
|
+
* Border Color
|
|
1561
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1562
|
+
*/
|
|
1563
|
+
"border-color": [{
|
|
1564
|
+
border: [i]
|
|
1565
|
+
}],
|
|
1566
|
+
/**
|
|
1567
|
+
* Border Color X
|
|
1568
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1569
|
+
*/
|
|
1570
|
+
"border-color-x": [{
|
|
1571
|
+
"border-x": [i]
|
|
1572
|
+
}],
|
|
1573
|
+
/**
|
|
1574
|
+
* Border Color Y
|
|
1575
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1576
|
+
*/
|
|
1577
|
+
"border-color-y": [{
|
|
1578
|
+
"border-y": [i]
|
|
1579
|
+
}],
|
|
1580
|
+
/**
|
|
1581
|
+
* Border Color Top
|
|
1582
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1583
|
+
*/
|
|
1584
|
+
"border-color-t": [{
|
|
1585
|
+
"border-t": [i]
|
|
1586
|
+
}],
|
|
1587
|
+
/**
|
|
1588
|
+
* Border Color Right
|
|
1589
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1590
|
+
*/
|
|
1591
|
+
"border-color-r": [{
|
|
1592
|
+
"border-r": [i]
|
|
1593
|
+
}],
|
|
1594
|
+
/**
|
|
1595
|
+
* Border Color Bottom
|
|
1596
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1597
|
+
*/
|
|
1598
|
+
"border-color-b": [{
|
|
1599
|
+
"border-b": [i]
|
|
1600
|
+
}],
|
|
1601
|
+
/**
|
|
1602
|
+
* Border Color Left
|
|
1603
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1604
|
+
*/
|
|
1605
|
+
"border-color-l": [{
|
|
1606
|
+
"border-l": [i]
|
|
1607
|
+
}],
|
|
1608
|
+
/**
|
|
1609
|
+
* Divide Color
|
|
1610
|
+
* @see https://tailwindcss.com/docs/divide-color
|
|
1611
|
+
*/
|
|
1612
|
+
"divide-color": [{
|
|
1613
|
+
divide: [i]
|
|
1614
|
+
}],
|
|
1615
|
+
/**
|
|
1616
|
+
* Outline Style
|
|
1617
|
+
* @see https://tailwindcss.com/docs/outline-style
|
|
1618
|
+
*/
|
|
1619
|
+
"outline-style": [{
|
|
1620
|
+
outline: ["", ...R()]
|
|
1621
|
+
}],
|
|
1622
|
+
/**
|
|
1623
|
+
* Outline Offset
|
|
1624
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
|
1625
|
+
*/
|
|
1626
|
+
"outline-offset": [{
|
|
1627
|
+
"outline-offset": [y, c]
|
|
1628
|
+
}],
|
|
1629
|
+
/**
|
|
1630
|
+
* Outline Width
|
|
1631
|
+
* @see https://tailwindcss.com/docs/outline-width
|
|
1632
|
+
*/
|
|
1633
|
+
"outline-w": [{
|
|
1634
|
+
outline: [y, V]
|
|
1635
|
+
}],
|
|
1636
|
+
/**
|
|
1637
|
+
* Outline Color
|
|
1638
|
+
* @see https://tailwindcss.com/docs/outline-color
|
|
1639
|
+
*/
|
|
1640
|
+
"outline-color": [{
|
|
1641
|
+
outline: [e]
|
|
1642
|
+
}],
|
|
1643
|
+
/**
|
|
1644
|
+
* Ring Width
|
|
1645
|
+
* @see https://tailwindcss.com/docs/ring-width
|
|
1646
|
+
*/
|
|
1647
|
+
"ring-w": [{
|
|
1648
|
+
ring: X()
|
|
1649
|
+
}],
|
|
1650
|
+
/**
|
|
1651
|
+
* Ring Width Inset
|
|
1652
|
+
* @see https://tailwindcss.com/docs/ring-width
|
|
1653
|
+
*/
|
|
1654
|
+
"ring-w-inset": ["ring-inset"],
|
|
1655
|
+
/**
|
|
1656
|
+
* Ring Color
|
|
1657
|
+
* @see https://tailwindcss.com/docs/ring-color
|
|
1658
|
+
*/
|
|
1659
|
+
"ring-color": [{
|
|
1660
|
+
ring: [e]
|
|
1661
|
+
}],
|
|
1662
|
+
/**
|
|
1663
|
+
* Ring Opacity
|
|
1664
|
+
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1665
|
+
*/
|
|
1666
|
+
"ring-opacity": [{
|
|
1667
|
+
"ring-opacity": [m]
|
|
1668
|
+
}],
|
|
1669
|
+
/**
|
|
1670
|
+
* Ring Offset Width
|
|
1671
|
+
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1672
|
+
*/
|
|
1673
|
+
"ring-offset-w": [{
|
|
1674
|
+
"ring-offset": [y, V]
|
|
1675
|
+
}],
|
|
1676
|
+
/**
|
|
1677
|
+
* Ring Offset Color
|
|
1678
|
+
* @see https://tailwindcss.com/docs/ring-offset-color
|
|
1679
|
+
*/
|
|
1680
|
+
"ring-offset-color": [{
|
|
1681
|
+
"ring-offset": [e]
|
|
1682
|
+
}],
|
|
1683
|
+
// Effects
|
|
1684
|
+
/**
|
|
1685
|
+
* Box Shadow
|
|
1686
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
1687
|
+
*/
|
|
1688
|
+
shadow: [{
|
|
1689
|
+
shadow: ["", "inner", "none", H, T1]
|
|
1690
|
+
}],
|
|
1691
|
+
/**
|
|
1692
|
+
* Box Shadow Color
|
|
1693
|
+
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1694
|
+
*/
|
|
1695
|
+
"shadow-color": [{
|
|
1696
|
+
shadow: [S]
|
|
1697
|
+
}],
|
|
1698
|
+
/**
|
|
1699
|
+
* Opacity
|
|
1700
|
+
* @see https://tailwindcss.com/docs/opacity
|
|
1701
|
+
*/
|
|
1702
|
+
opacity: [{
|
|
1703
|
+
opacity: [m]
|
|
1704
|
+
}],
|
|
1705
|
+
/**
|
|
1706
|
+
* Mix Blend Mode
|
|
1707
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1708
|
+
*/
|
|
1709
|
+
"mix-blend": [{
|
|
1710
|
+
"mix-blend": [...Q(), "plus-lighter", "plus-darker"]
|
|
1711
|
+
}],
|
|
1712
|
+
/**
|
|
1713
|
+
* Background Blend Mode
|
|
1714
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1715
|
+
*/
|
|
1716
|
+
"bg-blend": [{
|
|
1717
|
+
"bg-blend": Q()
|
|
1718
|
+
}],
|
|
1719
|
+
// Filters
|
|
1720
|
+
/**
|
|
1721
|
+
* Filter
|
|
1722
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1723
|
+
* @see https://tailwindcss.com/docs/filter
|
|
1724
|
+
*/
|
|
1725
|
+
filter: [{
|
|
1726
|
+
filter: ["", "none"]
|
|
1727
|
+
}],
|
|
1728
|
+
/**
|
|
1729
|
+
* Blur
|
|
1730
|
+
* @see https://tailwindcss.com/docs/blur
|
|
1731
|
+
*/
|
|
1732
|
+
blur: [{
|
|
1733
|
+
blur: [o]
|
|
1734
|
+
}],
|
|
1735
|
+
/**
|
|
1736
|
+
* Brightness
|
|
1737
|
+
* @see https://tailwindcss.com/docs/brightness
|
|
1738
|
+
*/
|
|
1739
|
+
brightness: [{
|
|
1740
|
+
brightness: [n]
|
|
1741
|
+
}],
|
|
1742
|
+
/**
|
|
1743
|
+
* Contrast
|
|
1744
|
+
* @see https://tailwindcss.com/docs/contrast
|
|
1745
|
+
*/
|
|
1746
|
+
contrast: [{
|
|
1747
|
+
contrast: [p]
|
|
1748
|
+
}],
|
|
1749
|
+
/**
|
|
1750
|
+
* Drop Shadow
|
|
1751
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1752
|
+
*/
|
|
1753
|
+
"drop-shadow": [{
|
|
1754
|
+
"drop-shadow": ["", "none", H, c]
|
|
1755
|
+
}],
|
|
1756
|
+
/**
|
|
1757
|
+
* Grayscale
|
|
1758
|
+
* @see https://tailwindcss.com/docs/grayscale
|
|
1759
|
+
*/
|
|
1760
|
+
grayscale: [{
|
|
1761
|
+
grayscale: [d]
|
|
1762
|
+
}],
|
|
1763
|
+
/**
|
|
1764
|
+
* Hue Rotate
|
|
1765
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1766
|
+
*/
|
|
1767
|
+
"hue-rotate": [{
|
|
1768
|
+
"hue-rotate": [u]
|
|
1769
|
+
}],
|
|
1770
|
+
/**
|
|
1771
|
+
* Invert
|
|
1772
|
+
* @see https://tailwindcss.com/docs/invert
|
|
1773
|
+
*/
|
|
1774
|
+
invert: [{
|
|
1775
|
+
invert: [h]
|
|
1776
|
+
}],
|
|
1777
|
+
/**
|
|
1778
|
+
* Saturate
|
|
1779
|
+
* @see https://tailwindcss.com/docs/saturate
|
|
1780
|
+
*/
|
|
1781
|
+
saturate: [{
|
|
1782
|
+
saturate: [W]
|
|
1783
|
+
}],
|
|
1784
|
+
/**
|
|
1785
|
+
* Sepia
|
|
1786
|
+
* @see https://tailwindcss.com/docs/sepia
|
|
1787
|
+
*/
|
|
1788
|
+
sepia: [{
|
|
1789
|
+
sepia: [U]
|
|
1790
|
+
}],
|
|
1791
|
+
/**
|
|
1792
|
+
* Backdrop Filter
|
|
1793
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1794
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
1795
|
+
*/
|
|
1796
|
+
"backdrop-filter": [{
|
|
1797
|
+
"backdrop-filter": ["", "none"]
|
|
1798
|
+
}],
|
|
1799
|
+
/**
|
|
1800
|
+
* Backdrop Blur
|
|
1801
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1802
|
+
*/
|
|
1803
|
+
"backdrop-blur": [{
|
|
1804
|
+
"backdrop-blur": [o]
|
|
1805
|
+
}],
|
|
1806
|
+
/**
|
|
1807
|
+
* Backdrop Brightness
|
|
1808
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
1809
|
+
*/
|
|
1810
|
+
"backdrop-brightness": [{
|
|
1811
|
+
"backdrop-brightness": [n]
|
|
1812
|
+
}],
|
|
1813
|
+
/**
|
|
1814
|
+
* Backdrop Contrast
|
|
1815
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1816
|
+
*/
|
|
1817
|
+
"backdrop-contrast": [{
|
|
1818
|
+
"backdrop-contrast": [p]
|
|
1819
|
+
}],
|
|
1820
|
+
/**
|
|
1821
|
+
* Backdrop Grayscale
|
|
1822
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1823
|
+
*/
|
|
1824
|
+
"backdrop-grayscale": [{
|
|
1825
|
+
"backdrop-grayscale": [d]
|
|
1826
|
+
}],
|
|
1827
|
+
/**
|
|
1828
|
+
* Backdrop Hue Rotate
|
|
1829
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1830
|
+
*/
|
|
1831
|
+
"backdrop-hue-rotate": [{
|
|
1832
|
+
"backdrop-hue-rotate": [u]
|
|
1833
|
+
}],
|
|
1834
|
+
/**
|
|
1835
|
+
* Backdrop Invert
|
|
1836
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1837
|
+
*/
|
|
1838
|
+
"backdrop-invert": [{
|
|
1839
|
+
"backdrop-invert": [h]
|
|
1840
|
+
}],
|
|
1841
|
+
/**
|
|
1842
|
+
* Backdrop Opacity
|
|
1843
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1844
|
+
*/
|
|
1845
|
+
"backdrop-opacity": [{
|
|
1846
|
+
"backdrop-opacity": [m]
|
|
1847
|
+
}],
|
|
1848
|
+
/**
|
|
1849
|
+
* Backdrop Saturate
|
|
1850
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1851
|
+
*/
|
|
1852
|
+
"backdrop-saturate": [{
|
|
1853
|
+
"backdrop-saturate": [W]
|
|
1854
|
+
}],
|
|
1855
|
+
/**
|
|
1856
|
+
* Backdrop Sepia
|
|
1857
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1858
|
+
*/
|
|
1859
|
+
"backdrop-sepia": [{
|
|
1860
|
+
"backdrop-sepia": [U]
|
|
1861
|
+
}],
|
|
1862
|
+
// Tables
|
|
1863
|
+
/**
|
|
1864
|
+
* Border Collapse
|
|
1865
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
|
1866
|
+
*/
|
|
1867
|
+
"border-collapse": [{
|
|
1868
|
+
border: ["collapse", "separate"]
|
|
1869
|
+
}],
|
|
1870
|
+
/**
|
|
1871
|
+
* Border Spacing
|
|
1872
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
1873
|
+
*/
|
|
1874
|
+
"border-spacing": [{
|
|
1875
|
+
"border-spacing": [l]
|
|
1876
|
+
}],
|
|
1877
|
+
/**
|
|
1878
|
+
* Border Spacing X
|
|
1879
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
1880
|
+
*/
|
|
1881
|
+
"border-spacing-x": [{
|
|
1882
|
+
"border-spacing-x": [l]
|
|
1883
|
+
}],
|
|
1884
|
+
/**
|
|
1885
|
+
* Border Spacing Y
|
|
1886
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
1887
|
+
*/
|
|
1888
|
+
"border-spacing-y": [{
|
|
1889
|
+
"border-spacing-y": [l]
|
|
1890
|
+
}],
|
|
1891
|
+
/**
|
|
1892
|
+
* Table Layout
|
|
1893
|
+
* @see https://tailwindcss.com/docs/table-layout
|
|
1894
|
+
*/
|
|
1895
|
+
"table-layout": [{
|
|
1896
|
+
table: ["auto", "fixed"]
|
|
1897
|
+
}],
|
|
1898
|
+
/**
|
|
1899
|
+
* Caption Side
|
|
1900
|
+
* @see https://tailwindcss.com/docs/caption-side
|
|
1901
|
+
*/
|
|
1902
|
+
caption: [{
|
|
1903
|
+
caption: ["top", "bottom"]
|
|
1904
|
+
}],
|
|
1905
|
+
// Transitions and Animation
|
|
1906
|
+
/**
|
|
1907
|
+
* Tranisition Property
|
|
1908
|
+
* @see https://tailwindcss.com/docs/transition-property
|
|
1909
|
+
*/
|
|
1910
|
+
transition: [{
|
|
1911
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", c]
|
|
1912
|
+
}],
|
|
1913
|
+
/**
|
|
1914
|
+
* Transition Duration
|
|
1915
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
|
1916
|
+
*/
|
|
1917
|
+
duration: [{
|
|
1918
|
+
duration: P()
|
|
1919
|
+
}],
|
|
1920
|
+
/**
|
|
1921
|
+
* Transition Timing Function
|
|
1922
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1923
|
+
*/
|
|
1924
|
+
ease: [{
|
|
1925
|
+
ease: ["linear", "in", "out", "in-out", c]
|
|
1926
|
+
}],
|
|
1927
|
+
/**
|
|
1928
|
+
* Transition Delay
|
|
1929
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
|
1930
|
+
*/
|
|
1931
|
+
delay: [{
|
|
1932
|
+
delay: P()
|
|
1933
|
+
}],
|
|
1934
|
+
/**
|
|
1935
|
+
* Animation
|
|
1936
|
+
* @see https://tailwindcss.com/docs/animation
|
|
1937
|
+
*/
|
|
1938
|
+
animate: [{
|
|
1939
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", c]
|
|
1940
|
+
}],
|
|
1941
|
+
// Transforms
|
|
1942
|
+
/**
|
|
1943
|
+
* Transform
|
|
1944
|
+
* @see https://tailwindcss.com/docs/transform
|
|
1945
|
+
*/
|
|
1946
|
+
transform: [{
|
|
1947
|
+
transform: ["", "gpu", "none"]
|
|
1948
|
+
}],
|
|
1949
|
+
/**
|
|
1950
|
+
* Scale
|
|
1951
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1952
|
+
*/
|
|
1953
|
+
scale: [{
|
|
1954
|
+
scale: [_]
|
|
1955
|
+
}],
|
|
1956
|
+
/**
|
|
1957
|
+
* Scale X
|
|
1958
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1959
|
+
*/
|
|
1960
|
+
"scale-x": [{
|
|
1961
|
+
"scale-x": [_]
|
|
1962
|
+
}],
|
|
1963
|
+
/**
|
|
1964
|
+
* Scale Y
|
|
1965
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1966
|
+
*/
|
|
1967
|
+
"scale-y": [{
|
|
1968
|
+
"scale-y": [_]
|
|
1969
|
+
}],
|
|
1970
|
+
/**
|
|
1971
|
+
* Rotate
|
|
1972
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
1973
|
+
*/
|
|
1974
|
+
rotate: [{
|
|
1975
|
+
rotate: [z, c]
|
|
1976
|
+
}],
|
|
1977
|
+
/**
|
|
1978
|
+
* Translate X
|
|
1979
|
+
* @see https://tailwindcss.com/docs/translate
|
|
1980
|
+
*/
|
|
1981
|
+
"translate-x": [{
|
|
1982
|
+
"translate-x": [q]
|
|
1983
|
+
}],
|
|
1984
|
+
/**
|
|
1985
|
+
* Translate Y
|
|
1986
|
+
* @see https://tailwindcss.com/docs/translate
|
|
1987
|
+
*/
|
|
1988
|
+
"translate-y": [{
|
|
1989
|
+
"translate-y": [q]
|
|
1990
|
+
}],
|
|
1991
|
+
/**
|
|
1992
|
+
* Skew X
|
|
1993
|
+
* @see https://tailwindcss.com/docs/skew
|
|
1994
|
+
*/
|
|
1995
|
+
"skew-x": [{
|
|
1996
|
+
"skew-x": [$]
|
|
1997
|
+
}],
|
|
1998
|
+
/**
|
|
1999
|
+
* Skew Y
|
|
2000
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2001
|
+
*/
|
|
2002
|
+
"skew-y": [{
|
|
2003
|
+
"skew-y": [$]
|
|
2004
|
+
}],
|
|
2005
|
+
/**
|
|
2006
|
+
* Transform Origin
|
|
2007
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
|
2008
|
+
*/
|
|
2009
|
+
"transform-origin": [{
|
|
2010
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", c]
|
|
2011
|
+
}],
|
|
2012
|
+
// Interactivity
|
|
2013
|
+
/**
|
|
2014
|
+
* Accent Color
|
|
2015
|
+
* @see https://tailwindcss.com/docs/accent-color
|
|
2016
|
+
*/
|
|
2017
|
+
accent: [{
|
|
2018
|
+
accent: ["auto", e]
|
|
2019
|
+
}],
|
|
2020
|
+
/**
|
|
2021
|
+
* Appearance
|
|
2022
|
+
* @see https://tailwindcss.com/docs/appearance
|
|
2023
|
+
*/
|
|
2024
|
+
appearance: [{
|
|
2025
|
+
appearance: ["none", "auto"]
|
|
2026
|
+
}],
|
|
2027
|
+
/**
|
|
2028
|
+
* Cursor
|
|
2029
|
+
* @see https://tailwindcss.com/docs/cursor
|
|
2030
|
+
*/
|
|
2031
|
+
cursor: [{
|
|
2032
|
+
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]
|
|
2033
|
+
}],
|
|
2034
|
+
/**
|
|
2035
|
+
* Caret Color
|
|
2036
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2037
|
+
*/
|
|
2038
|
+
"caret-color": [{
|
|
2039
|
+
caret: [e]
|
|
2040
|
+
}],
|
|
2041
|
+
/**
|
|
2042
|
+
* Pointer Events
|
|
2043
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
|
2044
|
+
*/
|
|
2045
|
+
"pointer-events": [{
|
|
2046
|
+
"pointer-events": ["none", "auto"]
|
|
2047
|
+
}],
|
|
2048
|
+
/**
|
|
2049
|
+
* Resize
|
|
2050
|
+
* @see https://tailwindcss.com/docs/resize
|
|
2051
|
+
*/
|
|
2052
|
+
resize: [{
|
|
2053
|
+
resize: ["none", "y", "x", ""]
|
|
2054
|
+
}],
|
|
2055
|
+
/**
|
|
2056
|
+
* Scroll Behavior
|
|
2057
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2058
|
+
*/
|
|
2059
|
+
"scroll-behavior": [{
|
|
2060
|
+
scroll: ["auto", "smooth"]
|
|
2061
|
+
}],
|
|
2062
|
+
/**
|
|
2063
|
+
* Scroll Margin
|
|
2064
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2065
|
+
*/
|
|
2066
|
+
"scroll-m": [{
|
|
2067
|
+
"scroll-m": g()
|
|
2068
|
+
}],
|
|
2069
|
+
/**
|
|
2070
|
+
* Scroll Margin X
|
|
2071
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2072
|
+
*/
|
|
2073
|
+
"scroll-mx": [{
|
|
2074
|
+
"scroll-mx": g()
|
|
2075
|
+
}],
|
|
2076
|
+
/**
|
|
2077
|
+
* Scroll Margin Y
|
|
2078
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2079
|
+
*/
|
|
2080
|
+
"scroll-my": [{
|
|
2081
|
+
"scroll-my": g()
|
|
2082
|
+
}],
|
|
2083
|
+
/**
|
|
2084
|
+
* Scroll Margin Start
|
|
2085
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2086
|
+
*/
|
|
2087
|
+
"scroll-ms": [{
|
|
2088
|
+
"scroll-ms": g()
|
|
2089
|
+
}],
|
|
2090
|
+
/**
|
|
2091
|
+
* Scroll Margin End
|
|
2092
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2093
|
+
*/
|
|
2094
|
+
"scroll-me": [{
|
|
2095
|
+
"scroll-me": g()
|
|
2096
|
+
}],
|
|
2097
|
+
/**
|
|
2098
|
+
* Scroll Margin Top
|
|
2099
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2100
|
+
*/
|
|
2101
|
+
"scroll-mt": [{
|
|
2102
|
+
"scroll-mt": g()
|
|
2103
|
+
}],
|
|
2104
|
+
/**
|
|
2105
|
+
* Scroll Margin Right
|
|
2106
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2107
|
+
*/
|
|
2108
|
+
"scroll-mr": [{
|
|
2109
|
+
"scroll-mr": g()
|
|
2110
|
+
}],
|
|
2111
|
+
/**
|
|
2112
|
+
* Scroll Margin Bottom
|
|
2113
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2114
|
+
*/
|
|
2115
|
+
"scroll-mb": [{
|
|
2116
|
+
"scroll-mb": g()
|
|
2117
|
+
}],
|
|
2118
|
+
/**
|
|
2119
|
+
* Scroll Margin Left
|
|
2120
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2121
|
+
*/
|
|
2122
|
+
"scroll-ml": [{
|
|
2123
|
+
"scroll-ml": g()
|
|
2124
|
+
}],
|
|
2125
|
+
/**
|
|
2126
|
+
* Scroll Padding
|
|
2127
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2128
|
+
*/
|
|
2129
|
+
"scroll-p": [{
|
|
2130
|
+
"scroll-p": g()
|
|
2131
|
+
}],
|
|
2132
|
+
/**
|
|
2133
|
+
* Scroll Padding X
|
|
2134
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2135
|
+
*/
|
|
2136
|
+
"scroll-px": [{
|
|
2137
|
+
"scroll-px": g()
|
|
2138
|
+
}],
|
|
2139
|
+
/**
|
|
2140
|
+
* Scroll Padding Y
|
|
2141
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2142
|
+
*/
|
|
2143
|
+
"scroll-py": [{
|
|
2144
|
+
"scroll-py": g()
|
|
2145
|
+
}],
|
|
2146
|
+
/**
|
|
2147
|
+
* Scroll Padding Start
|
|
2148
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2149
|
+
*/
|
|
2150
|
+
"scroll-ps": [{
|
|
2151
|
+
"scroll-ps": g()
|
|
2152
|
+
}],
|
|
2153
|
+
/**
|
|
2154
|
+
* Scroll Padding End
|
|
2155
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2156
|
+
*/
|
|
2157
|
+
"scroll-pe": [{
|
|
2158
|
+
"scroll-pe": g()
|
|
2159
|
+
}],
|
|
2160
|
+
/**
|
|
2161
|
+
* Scroll Padding Top
|
|
2162
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2163
|
+
*/
|
|
2164
|
+
"scroll-pt": [{
|
|
2165
|
+
"scroll-pt": g()
|
|
2166
|
+
}],
|
|
2167
|
+
/**
|
|
2168
|
+
* Scroll Padding Right
|
|
2169
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2170
|
+
*/
|
|
2171
|
+
"scroll-pr": [{
|
|
2172
|
+
"scroll-pr": g()
|
|
2173
|
+
}],
|
|
2174
|
+
/**
|
|
2175
|
+
* Scroll Padding Bottom
|
|
2176
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2177
|
+
*/
|
|
2178
|
+
"scroll-pb": [{
|
|
2179
|
+
"scroll-pb": g()
|
|
2180
|
+
}],
|
|
2181
|
+
/**
|
|
2182
|
+
* Scroll Padding Left
|
|
2183
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2184
|
+
*/
|
|
2185
|
+
"scroll-pl": [{
|
|
2186
|
+
"scroll-pl": g()
|
|
2187
|
+
}],
|
|
2188
|
+
/**
|
|
2189
|
+
* Scroll Snap Align
|
|
2190
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
2191
|
+
*/
|
|
2192
|
+
"snap-align": [{
|
|
2193
|
+
snap: ["start", "end", "center", "align-none"]
|
|
2194
|
+
}],
|
|
2195
|
+
/**
|
|
2196
|
+
* Scroll Snap Stop
|
|
2197
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
2198
|
+
*/
|
|
2199
|
+
"snap-stop": [{
|
|
2200
|
+
snap: ["normal", "always"]
|
|
2201
|
+
}],
|
|
2202
|
+
/**
|
|
2203
|
+
* Scroll Snap Type
|
|
2204
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2205
|
+
*/
|
|
2206
|
+
"snap-type": [{
|
|
2207
|
+
snap: ["none", "x", "y", "both"]
|
|
2208
|
+
}],
|
|
2209
|
+
/**
|
|
2210
|
+
* Scroll Snap Type Strictness
|
|
2211
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2212
|
+
*/
|
|
2213
|
+
"snap-strictness": [{
|
|
2214
|
+
snap: ["mandatory", "proximity"]
|
|
2215
|
+
}],
|
|
2216
|
+
/**
|
|
2217
|
+
* Touch Action
|
|
2218
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2219
|
+
*/
|
|
2220
|
+
touch: [{
|
|
2221
|
+
touch: ["auto", "none", "manipulation"]
|
|
2222
|
+
}],
|
|
2223
|
+
/**
|
|
2224
|
+
* Touch Action X
|
|
2225
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2226
|
+
*/
|
|
2227
|
+
"touch-x": [{
|
|
2228
|
+
"touch-pan": ["x", "left", "right"]
|
|
2229
|
+
}],
|
|
2230
|
+
/**
|
|
2231
|
+
* Touch Action Y
|
|
2232
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2233
|
+
*/
|
|
2234
|
+
"touch-y": [{
|
|
2235
|
+
"touch-pan": ["y", "up", "down"]
|
|
2236
|
+
}],
|
|
2237
|
+
/**
|
|
2238
|
+
* Touch Action Pinch Zoom
|
|
2239
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2240
|
+
*/
|
|
2241
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
2242
|
+
/**
|
|
2243
|
+
* User Select
|
|
2244
|
+
* @see https://tailwindcss.com/docs/user-select
|
|
2245
|
+
*/
|
|
2246
|
+
select: [{
|
|
2247
|
+
select: ["none", "text", "all", "auto"]
|
|
2248
|
+
}],
|
|
2249
|
+
/**
|
|
2250
|
+
* Will Change
|
|
2251
|
+
* @see https://tailwindcss.com/docs/will-change
|
|
2252
|
+
*/
|
|
2253
|
+
"will-change": [{
|
|
2254
|
+
"will-change": ["auto", "scroll", "contents", "transform", c]
|
|
2255
|
+
}],
|
|
2256
|
+
// SVG
|
|
2257
|
+
/**
|
|
2258
|
+
* Fill
|
|
2259
|
+
* @see https://tailwindcss.com/docs/fill
|
|
2260
|
+
*/
|
|
2261
|
+
fill: [{
|
|
2262
|
+
fill: [e, "none"]
|
|
2263
|
+
}],
|
|
2264
|
+
/**
|
|
2265
|
+
* Stroke Width
|
|
2266
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
|
2267
|
+
*/
|
|
2268
|
+
"stroke-w": [{
|
|
2269
|
+
stroke: [y, V, G]
|
|
2270
|
+
}],
|
|
2271
|
+
/**
|
|
2272
|
+
* Stroke
|
|
2273
|
+
* @see https://tailwindcss.com/docs/stroke
|
|
2274
|
+
*/
|
|
2275
|
+
stroke: [{
|
|
2276
|
+
stroke: [e, "none"]
|
|
2277
|
+
}],
|
|
2278
|
+
// Accessibility
|
|
2279
|
+
/**
|
|
2280
|
+
* Screen Readers
|
|
2281
|
+
* @see https://tailwindcss.com/docs/screen-readers
|
|
2282
|
+
*/
|
|
2283
|
+
sr: ["sr-only", "not-sr-only"],
|
|
2284
|
+
/**
|
|
2285
|
+
* Forced Color Adjust
|
|
2286
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
2287
|
+
*/
|
|
2288
|
+
"forced-color-adjust": [{
|
|
2289
|
+
"forced-color-adjust": ["auto", "none"]
|
|
2290
|
+
}]
|
|
2291
|
+
},
|
|
2292
|
+
conflictingClassGroups: {
|
|
2293
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
2294
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2295
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
2296
|
+
"inset-x": ["right", "left"],
|
|
2297
|
+
"inset-y": ["top", "bottom"],
|
|
2298
|
+
flex: ["basis", "grow", "shrink"],
|
|
2299
|
+
gap: ["gap-x", "gap-y"],
|
|
2300
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
2301
|
+
px: ["pr", "pl"],
|
|
2302
|
+
py: ["pt", "pb"],
|
|
2303
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
2304
|
+
mx: ["mr", "ml"],
|
|
2305
|
+
my: ["mt", "mb"],
|
|
2306
|
+
size: ["w", "h"],
|
|
2307
|
+
"font-size": ["leading"],
|
|
2308
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
2309
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
2310
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
2311
|
+
"fvn-figure": ["fvn-normal"],
|
|
2312
|
+
"fvn-spacing": ["fvn-normal"],
|
|
2313
|
+
"fvn-fraction": ["fvn-normal"],
|
|
2314
|
+
"line-clamp": ["display", "overflow"],
|
|
2315
|
+
rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
|
|
2316
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
2317
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
2318
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
2319
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
2320
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2321
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2322
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2323
|
+
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2324
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2325
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2326
|
+
"border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2327
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2328
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2329
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
2330
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
2331
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
2332
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
2333
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
2334
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
2335
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
2336
|
+
"touch-x": ["touch"],
|
|
2337
|
+
"touch-y": ["touch"],
|
|
2338
|
+
"touch-pz": ["touch"]
|
|
2339
|
+
},
|
|
2340
|
+
conflictingClassGroupModifiers: {
|
|
2341
|
+
"font-size": ["leading"]
|
|
2342
|
+
}
|
|
2343
|
+
};
|
|
2344
|
+
}
|
|
2345
|
+
const U1 = /* @__PURE__ */ H1(W1), c1 = (...e) => U1(C1(e));
|
|
2346
|
+
function d1(e) {
|
|
2347
|
+
var r, o, n = "";
|
|
2348
|
+
if (typeof e == "string" || typeof e == "number") n += e;
|
|
2349
|
+
else if (typeof e == "object") if (Array.isArray(e)) for (r = 0; r < e.length; r++) e[r] && (o = d1(e[r])) && (n && (n += " "), n += o);
|
|
2350
|
+
else for (r in e) e[r] && (n && (n += " "), n += r);
|
|
2351
|
+
return n;
|
|
2352
|
+
}
|
|
2353
|
+
function $1() {
|
|
2354
|
+
for (var e, r, o = 0, n = ""; o < arguments.length; ) (e = arguments[o++]) && (r = d1(e)) && (n && (n += " "), n += r);
|
|
2355
|
+
return n;
|
|
2356
|
+
}
|
|
2357
|
+
const t1 = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, r1 = $1, u1 = (e, r) => (o) => {
|
|
2358
|
+
var n;
|
|
2359
|
+
if ((r == null ? void 0 : r.variants) == null) return r1(e, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
|
|
2360
|
+
const { variants: i, defaultVariants: s } = r, l = Object.keys(i).map((d) => {
|
|
2361
|
+
const u = o == null ? void 0 : o[d], h = s == null ? void 0 : s[d];
|
|
2362
|
+
if (u === null) return null;
|
|
2363
|
+
const b = t1(u) || t1(h);
|
|
2364
|
+
return i[d][b];
|
|
2365
|
+
}), a = o && Object.entries(o).reduce((d, u) => {
|
|
2366
|
+
let [h, b] = u;
|
|
2367
|
+
return b === void 0 || (d[h] = b), d;
|
|
2368
|
+
}, {}), p = r == null || (n = r.compoundVariants) === null || n === void 0 ? void 0 : n.reduce((d, u) => {
|
|
2369
|
+
let { class: h, className: b, ...v } = u;
|
|
2370
|
+
return Object.entries(v).every((M) => {
|
|
2371
|
+
let [w, f] = M;
|
|
2372
|
+
return Array.isArray(f) ? f.includes({
|
|
2373
|
+
...s,
|
|
2374
|
+
...a
|
|
2375
|
+
}[w]) : {
|
|
2376
|
+
...s,
|
|
2377
|
+
...a
|
|
2378
|
+
}[w] === f;
|
|
2379
|
+
}) ? [
|
|
2380
|
+
...d,
|
|
2381
|
+
h,
|
|
2382
|
+
b
|
|
2383
|
+
] : d;
|
|
2384
|
+
}, []);
|
|
2385
|
+
return r1(e, l, p, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
|
|
2386
|
+
}, K1 = u1(
|
|
2387
|
+
[
|
|
2388
|
+
"w-full",
|
|
2389
|
+
"text-white",
|
|
2390
|
+
"font-satoshi",
|
|
2391
|
+
"font-bold",
|
|
2392
|
+
"min-w-32",
|
|
2393
|
+
"px-6",
|
|
2394
|
+
"focus:outline-none",
|
|
2395
|
+
"disabled:cursor-not-allowed"
|
|
2396
|
+
],
|
|
2397
|
+
{
|
|
2398
|
+
variants: {
|
|
2399
|
+
variant: {
|
|
2400
|
+
primary: "bg-button-primary",
|
|
2401
|
+
secondary: "bg-button-secondary",
|
|
2402
|
+
disabled: "bg-button-disabled-bg text-button-disabled-text"
|
|
2403
|
+
},
|
|
2404
|
+
size: {
|
|
2405
|
+
sm: "h-9 rounded-xl text-xs",
|
|
2406
|
+
md: "h-10 rounded-xl text-sm",
|
|
2407
|
+
lg: "h-12 rounded-2xl text-base"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
defaultVariants: {
|
|
2411
|
+
variant: "primary",
|
|
2412
|
+
size: "md"
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
), Q1 = p1(
|
|
2416
|
+
({ variant: e, size: r, className: o, ...n }, i) => /* @__PURE__ */ t(
|
|
2417
|
+
"button",
|
|
2418
|
+
{
|
|
2419
|
+
ref: i,
|
|
2420
|
+
className: c1(K1({ variant: e, size: r, className: o })),
|
|
2421
|
+
...n
|
|
2422
|
+
}
|
|
2423
|
+
)
|
|
2424
|
+
), q1 = u1(
|
|
2425
|
+
["font-satoshi"],
|
|
2426
|
+
{
|
|
2427
|
+
variants: {
|
|
2428
|
+
variant: {
|
|
2429
|
+
h1: "text-4xl leading-[48px]",
|
|
2430
|
+
h2: "text-xl leading-7",
|
|
2431
|
+
h3: "text-base leading-6",
|
|
2432
|
+
h4: "text-sm leading-5",
|
|
2433
|
+
h5: "text-xs leading-4"
|
|
2434
|
+
},
|
|
2435
|
+
weight: {
|
|
2436
|
+
bold: "font-bold",
|
|
2437
|
+
medium: "font-normal"
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
defaultVariants: {
|
|
2441
|
+
variant: "h3",
|
|
2442
|
+
weight: "medium"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
), Y1 = ({ variant: e, weight: r, className: o, ...n }) => /* @__PURE__ */ t(
|
|
2446
|
+
"span",
|
|
2447
|
+
{
|
|
2448
|
+
className: c1(q1({ variant: e, weight: r, className: o })),
|
|
2449
|
+
...n
|
|
2450
|
+
}
|
|
2451
|
+
), D1 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M6.0013 17.3333L0.167969 11.5L1.33464 10.3333L5.16797 14.1458V0.666656H6.83464V14.1458L10.668 10.3125L11.8346 11.5L6.0013 17.3333Z" }) }), e3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M5.16797 17.3333V3.85416L1.33464 7.66666L0.167969 6.49999L6.0013 0.666656L11.8346 6.49999L10.668 7.68749L6.83464 3.85416V17.3333H5.16797Z" }) }), t3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M6.5013 11.8333L0.667969 5.99999L6.5013 0.166656L7.66797 1.33332L3.85547 5.16666H17.3346V6.83332H3.85547L7.6888 10.6667L6.5013 11.8333Z" }) }), r3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M11.5013 11.8333L10.3138 10.6667L14.1471 6.83332H0.667969V5.16666H14.1471L10.3346 1.33332L11.5013 0.166656L17.3346 5.99999L11.5013 11.8333Z" }) }), o3 = (e) => /* @__PURE__ */ t(
|
|
2452
|
+
"svg",
|
|
2453
|
+
{
|
|
2454
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2455
|
+
...e,
|
|
2456
|
+
children: /* @__PURE__ */ t("path", { d: "M5.16797 6.83332H0.167969V5.16666H5.16797V0.166656H6.83464V5.16666H11.8346V6.83332H6.83464V11.8333H5.16797V6.83332Z" })
|
|
2457
|
+
}
|
|
2458
|
+
), n3 = (e) => /* @__PURE__ */ L(
|
|
2459
|
+
"svg",
|
|
2460
|
+
{
|
|
2461
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2462
|
+
...e,
|
|
2463
|
+
children: [
|
|
2464
|
+
/* @__PURE__ */ t("path", { d: "M0.671875 6.07916V13.9193C0.671875 14.4199 0.939395 14.8827 1.37268 15.1322L8.16244 19.0531C8.59572 19.3025 9.12912 19.3025 9.5624 19.0531L16.3522 15.1322C16.7854 14.8827 17.053 14.4199 17.053 13.9193V6.07916C17.053 5.57858 16.7854 5.11576 16.3522 4.86629L9.5624 0.945401C9.12912 0.695934 8.59572 0.695934 8.16244 0.945401L1.37104 4.86629C0.937754 5.11576 0.671875 5.57858 0.671875 6.07916Z", fill: "#213147" }),
|
|
2465
|
+
/* @__PURE__ */ t("path", { d: "M10.3474 11.5195L9.37907 14.175C9.35281 14.2488 9.35281 14.3292 9.37907 14.4031L11.0449 18.9723L12.9717 17.8595L10.6592 11.5195C10.6067 11.3734 10.3999 11.3734 10.3474 11.5195Z", fill: "#12AAFF" }),
|
|
2466
|
+
/* @__PURE__ */ t("path", { d: "M12.2881 7.05242C12.2356 6.90635 12.0288 6.90635 11.9763 7.05242L11.008 9.70793C10.9817 9.78178 10.9817 9.8622 11.008 9.93606L13.7373 17.4168L15.6641 16.304L12.2881 7.05242Z", fill: "#12AAFF" }),
|
|
2467
|
+
/* @__PURE__ */ t("path", { d: "M8.86263 1.23913C8.91022 1.23913 8.95782 1.25226 9.00049 1.27523L16.3483 5.51781C16.4336 5.56704 16.4861 5.65895 16.4861 5.75579V14.2393C16.4861 14.3378 16.4336 14.428 16.3483 14.4773L9.00049 18.7198C8.95946 18.7445 8.91022 18.756 8.86263 18.756C8.81503 18.756 8.76744 18.7428 8.72476 18.7198L1.37699 14.4806C1.29165 14.4313 1.23913 14.3394 1.23913 14.2426V5.75743C1.23913 5.65895 1.29165 5.56869 1.37699 5.51945L8.72476 1.27688C8.76744 1.25226 8.81503 1.23913 8.86263 1.23913ZM8.86263 0C8.60167 0 8.33908 0.0672903 8.10438 0.203512L0.758247 4.44444C0.288856 4.71525 0 5.21582 0 5.75743V14.2409C0 14.7825 0.288856 15.2831 0.758247 15.5539L8.10602 19.7965C8.34072 19.9311 8.60167 20 8.86427 20C9.12522 20 9.38782 19.9327 9.62252 19.7965L16.9703 15.5539C17.4397 15.2831 17.7285 14.7825 17.7285 14.2409V5.75743C17.7285 5.21582 17.4397 4.71525 16.9703 4.44444L9.62088 0.203512C9.38618 0.0672903 9.12358 0 8.86263 0Z", fill: "#9DCCED" }),
|
|
2468
|
+
/* @__PURE__ */ t("path", { d: "M4.00391 17.4285L4.68009 15.5771L6.04067 16.708L4.76872 17.8699L4.00391 17.4285Z", fill: "#213147" }),
|
|
2469
|
+
/* @__PURE__ */ t("path", { d: "M8.24586 5.14893H6.38306C6.24356 5.14893 6.11883 5.23591 6.07123 5.36721L2.07812 16.3142L4.00493 17.4269L8.40177 5.37213C8.4428 5.26381 8.36238 5.14893 8.24586 5.14893Z", fill: "white" }),
|
|
2470
|
+
/* @__PURE__ */ t("path", { d: "M11.5074 5.14893H9.6446C9.5051 5.14893 9.38036 5.23591 9.33277 5.36721L4.77344 17.8668L6.70024 18.9796L11.6633 5.37213C11.7027 5.26381 11.6223 5.14893 11.5074 5.14893Z", fill: "white" })
|
|
2471
|
+
]
|
|
2472
|
+
}
|
|
2473
|
+
), s3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M1.4987 12.6667L0.332031 11.5L9.9987 1.83332H4.4987V0.166656H12.832V8.49999H11.1654V2.99999L1.4987 12.6667Z" }) }), l3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M11.5013 12.6667L1.83464 2.99999V8.49999H0.167969V0.166656H8.5013V1.83332H3.0013L12.668 11.5L11.5013 12.6667Z" }) }), i3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M4.4987 12.8333V11.1667H9.9987L0.332031 1.50001L1.4987 0.333344L11.1654 10V4.50001H12.832V12.8333H4.4987Z" }) }), a3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M0.167969 12.8333V4.50001H1.83464V10L11.5013 0.333344L12.668 1.50001L3.0013 11.1667H8.5013V12.8333H0.167969Z" }) }), c3 = (e) => /* @__PURE__ */ L("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
2474
|
+
/* @__PURE__ */ t(
|
|
2475
|
+
"path",
|
|
2476
|
+
{
|
|
2477
|
+
"fill-rule": "evenodd",
|
|
2478
|
+
"clip-rule": "evenodd",
|
|
2479
|
+
d: "M9.98341 0C12.6772 0 14.9516 1.79848 15.6752 4.26207C18.1704 4.964 19.9999 7.25961 19.9999 9.98323C19.9999 12.6965 18.1843 14.985 15.7037 15.6963C14.9936 18.1811 12.7088 19.9998 9.99989 19.9998C7.29098 19.9998 5.00615 18.1811 4.29607 15.6963C1.8155 14.9849 -1.18409e-07 12.6964 0 9.98323C1.18278e-07 7.27277 1.81186 4.98619 4.28861 4.27235C5.00884 1.80349 7.28585 0 9.98341 0Z",
|
|
2480
|
+
fill: "#F7CFDB"
|
|
2481
|
+
}
|
|
2482
|
+
),
|
|
2483
|
+
/* @__PURE__ */ t(
|
|
2484
|
+
"path",
|
|
2485
|
+
{
|
|
2486
|
+
d: "M11.7239 8.18277C11.7099 9.3276 9.9121 9.17242 9.33962 9.16542L9.36442 7.13955C9.93689 7.14655 11.7383 6.98737 11.7239 8.18277ZM12.1564 11.339C12.1418 12.5981 9.98758 12.4282 9.29902 12.4201L9.33387 10.1886C10.0202 10.1979 12.1798 10.0259 12.1634 11.3409L12.1564 11.339ZM13.6274 7.75443C13.5276 6.55096 12.4953 6.13737 11.187 6.00452L11.2075 4.33784L10.1919 4.32469L10.1716 5.94828C9.90607 5.94468 9.63337 5.94668 9.36242 5.94916L9.37356 4.3175L8.36058 4.30131L8.34053 5.96624C8.12015 5.96912 7.90422 5.96944 7.69447 5.96767L6.2954 5.94938L6.28245 7.03442C6.28245 7.03442 7.03456 7.0295 7.01761 7.04372C7.30152 7.0112 7.55914 7.21215 7.59669 7.49541L7.5794 9.38817C7.61511 9.38856 7.65076 9.39122 7.68614 9.39612L7.57928 9.39564L7.54078 12.0541C7.52412 12.2526 7.35039 12.4005 7.15173 12.3852C7.16749 12.3894 6.41483 12.3754 6.41483 12.3754L6.19794 13.5841L7.51877 13.6002L8.24516 13.6072L8.22567 15.291L9.23959 15.3037L9.25426 13.6449C9.52367 13.6551 9.79449 13.6601 10.064 13.6629L10.0432 15.3239L11.0571 15.3365L11.0801 13.6536C12.7899 13.5769 13.986 13.1617 14.1536 11.5626C14.287 10.2733 13.6921 9.69167 12.7291 9.44678C13.3216 9.15511 13.698 8.63289 13.6204 7.75256L13.6274 7.75443Z",
|
|
2487
|
+
fill: "#DB6A93"
|
|
2488
|
+
}
|
|
2489
|
+
)
|
|
2490
|
+
] }), d3 = (e) => /* @__PURE__ */ L("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
2491
|
+
/* @__PURE__ */ t(
|
|
2492
|
+
"path",
|
|
2493
|
+
{
|
|
2494
|
+
d: "M9.99969 19.9995C15.5225 19.9995 19.9994 15.5226 19.9994 9.99976C19.9994 4.47692 15.5225 6.10352e-05 9.99969 6.10352e-05C4.47686 6.10352e-05 0 4.47692 0 9.99976C0 15.5226 4.47686 19.9995 9.99969 19.9995Z",
|
|
2495
|
+
fill: "#ECECEC"
|
|
2496
|
+
}
|
|
2497
|
+
),
|
|
2498
|
+
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "10", fill: "#F7931A" }),
|
|
2499
|
+
/* @__PURE__ */ t(
|
|
2500
|
+
"path",
|
|
2501
|
+
{
|
|
2502
|
+
d: "M12.1154 8.57283C11.7999 9.80896 9.89365 9.1692 9.27554 9.01141L9.83393 6.82401C10.452 6.9818 12.4446 7.28205 12.1154 8.57283ZM11.7556 12.1043C11.4095 13.4641 9.12116 12.7148 8.37762 12.5254L9.00085 10.1179C9.74165 10.3082 12.1255 10.6884 11.7627 12.1082L11.7556 12.1043ZM14.2891 8.60841C14.4968 7.27892 13.4874 6.56018 12.1055 6.07304L12.565 4.2735L11.4686 3.99277L11.0207 5.74572C10.734 5.67215 10.4382 5.60277 10.1441 5.53436L10.5843 3.77028L9.49154 3.48697L9.03298 5.28474C8.79357 5.23004 8.55965 5.17373 8.33297 5.11677L6.82267 4.72988L6.52396 5.90153C6.52396 5.90153 7.33973 6.09353 7.31764 6.10449C7.63363 6.14376 7.85989 6.42897 7.82623 6.74558L7.31089 8.7908C7.34946 8.8006 7.38737 8.81283 7.42439 8.82742L7.3088 8.79886L6.56959 11.6677C6.49946 11.8783 6.27252 11.9929 6.06139 11.9242C6.07735 11.9329 5.26593 11.7203 5.26593 11.7203L4.71393 12.9723L6.14007 13.3363L6.92488 13.5345L6.46197 15.3529L7.55665 15.6326L8.00779 13.84C8.29685 13.9218 8.58882 13.9983 8.87998 14.072L8.42158 15.8653L9.51626 16.145L9.98272 14.3286C11.8545 14.6941 13.2588 14.5583 13.8598 12.8705C14.3425 11.5093 13.8509 10.7233 12.8723 10.2054C13.5904 10.045 14.1351 9.57824 14.2821 8.60454L14.2891 8.60841Z",
|
|
2503
|
+
fill: "white"
|
|
2504
|
+
}
|
|
2505
|
+
)
|
|
2506
|
+
] }), u3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M4.95703 11.0003L0.207031 6.25033L1.39453 5.06283L4.95703 8.62533L12.6029 0.979492L13.7904 2.16699L4.95703 11.0003Z" }) }), p3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M11.7513 12.9167L12.918 11.75L9.83463 8.66669V4.83335H8.16797V9.33335L11.7513 12.9167ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8485 15.6667 12.4214 15.0174 13.7201 13.7188C15.0187 12.4202 15.668 10.8472 15.668 9.00002C15.668 7.1528 15.0187 5.57988 13.7201 4.28127C12.4214 2.98266 10.8485 2.33335 9.0013 2.33335C7.15408 2.33335 5.58116 2.98266 4.28255 4.28127C2.98394 5.57988 2.33464 7.1528 2.33464 9.00002C2.33464 10.8472 2.98394 12.4202 4.28255 13.7188C5.58116 15.0174 7.15408 15.6667 9.0013 15.6667Z" }) }), C3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M1.33464 11.8333L0.167969 10.6667L4.83464 5.99999L0.167969 1.33332L1.33464 0.166656L6.0013 4.83332L10.668 0.166656L11.8346 1.33332L7.16797 5.99999L11.8346 10.6667L10.668 11.8333L6.0013 7.16666L1.33464 11.8333Z" }) }), g3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M5.5 14C5.04167 14 4.64931 13.8368 4.32292 13.5104C3.99653 13.184 3.83333 12.7917 3.83333 12.3334V2.33335C3.83333 1.87502 3.99653 1.48266 4.32292 1.15627C4.64931 0.829881 5.04167 0.666687 5.5 0.666687H13C13.4583 0.666687 13.8507 0.829881 14.1771 1.15627C14.5035 1.48266 14.6667 1.87502 14.6667 2.33335V12.3334C14.6667 12.7917 14.5035 13.184 14.1771 13.5104C13.8507 13.8368 13.4583 14 13 14H5.5ZM5.5 12.3334H13V2.33335H5.5V12.3334ZM2.16667 17.3334C1.70833 17.3334 1.31597 17.1702 0.989583 16.8438C0.663194 16.5174 0.5 16.125 0.5 15.6667V4.00002H2.16667V15.6667H11.3333V17.3334H2.16667Z" }) }), h3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M2.16667 13.8333H3.35417L11.5 5.6875L10.3125 4.5L2.16667 12.6458V13.8333ZM0.5 15.5V11.9583L11.5 0.979167C11.6667 0.826389 11.8507 0.708333 12.0521 0.625C12.2535 0.541667 12.4653 0.5 12.6875 0.5C12.9097 0.5 13.125 0.541667 13.3333 0.625C13.5417 0.708333 13.7222 0.833333 13.875 1L15.0208 2.16667C15.1875 2.31944 15.309 2.5 15.3854 2.70833C15.4618 2.91667 15.5 3.125 15.5 3.33333C15.5 3.55556 15.4618 3.76736 15.3854 3.96875C15.309 4.17014 15.1875 4.35417 15.0208 4.52083L4.04167 15.5H0.5ZM10.8958 5.10417L10.3125 4.5L11.5 5.6875L10.8958 5.10417Z" }) }), f3 = (e) => /* @__PURE__ */ L("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
2507
|
+
/* @__PURE__ */ L("g", { "clip-path": "url(#clip0_11665_15597)", children: [
|
|
2508
|
+
/* @__PURE__ */ t(
|
|
2509
|
+
"path",
|
|
2510
|
+
{
|
|
2511
|
+
d: "M10 20C15.523 20 20 15.523 20 10C20 4.477 15.523 0 10 0C4.477 0 0 4.477 0 10C0 15.523 4.477 20 10 20Z",
|
|
2512
|
+
fill: "#627EEA"
|
|
2513
|
+
}
|
|
2514
|
+
),
|
|
2515
|
+
/* @__PURE__ */ t("path", { d: "M10.0069 2L5.39844 10.1483L10.0069 7.91653V2Z", fill: "white" }),
|
|
2516
|
+
/* @__PURE__ */ t(
|
|
2517
|
+
"path",
|
|
2518
|
+
{
|
|
2519
|
+
d: "M10.0069 7.91632L5.39844 10.1481L10.0069 13.0513V7.91632Z",
|
|
2520
|
+
fill: "#C0CBF6"
|
|
2521
|
+
}
|
|
2522
|
+
),
|
|
2523
|
+
/* @__PURE__ */ t(
|
|
2524
|
+
"path",
|
|
2525
|
+
{
|
|
2526
|
+
d: "M14.6171 10.1483L10.0078 2V7.91653L14.6171 10.1483Z",
|
|
2527
|
+
fill: "#C0CBF6"
|
|
2528
|
+
}
|
|
2529
|
+
),
|
|
2530
|
+
/* @__PURE__ */ t(
|
|
2531
|
+
"path",
|
|
2532
|
+
{
|
|
2533
|
+
d: "M10.0078 13.0513L14.6171 10.1481L10.0078 7.91632V13.0513Z",
|
|
2534
|
+
fill: "#8197EE"
|
|
2535
|
+
}
|
|
2536
|
+
),
|
|
2537
|
+
/* @__PURE__ */ t(
|
|
2538
|
+
"path",
|
|
2539
|
+
{
|
|
2540
|
+
d: "M5.39844 11.0804L10.0069 18.0004V13.9818L5.39844 11.0804Z",
|
|
2541
|
+
fill: "white"
|
|
2542
|
+
}
|
|
2543
|
+
),
|
|
2544
|
+
/* @__PURE__ */ t(
|
|
2545
|
+
"path",
|
|
2546
|
+
{
|
|
2547
|
+
d: "M10.0078 13.9818V18.0004L14.6197 11.0804L10.0078 13.9818Z",
|
|
2548
|
+
fill: "#C0CBF6"
|
|
2549
|
+
}
|
|
2550
|
+
)
|
|
2551
|
+
] }),
|
|
2552
|
+
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_11665_15597", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2553
|
+
] }), b3 = (e) => /* @__PURE__ */ L("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
2554
|
+
/* @__PURE__ */ t("path", { d: "M12.3882 15.3333L12.3882 4.37498L11.1382 4.37498L11.1382 15.3333L11.1382 18.3333L11.7632 17.7083L15.832 13.6394L14.9715 12.75L12.3882 15.3333Z" }),
|
|
2555
|
+
/* @__PURE__ */ t("path", { d: "M7.61184 4.66669L7.61184 15.625L8.86184 15.625L8.86184 4.66669L8.86181 1.66669L8.23684 2.29169L4.16797 6.36056L5.02851 7.25002L7.61184 4.66669Z" })
|
|
2556
|
+
] }), w3 = (e) => /* @__PURE__ */ L("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
2557
|
+
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "10", fill: "#554B6A" }),
|
|
2558
|
+
/* @__PURE__ */ t(
|
|
2559
|
+
"path",
|
|
2560
|
+
{
|
|
2561
|
+
d: "M16.6693 13.8621L10.0128 4.16669L3.33594 13.8621H12.6383L10.0128 10.1618L8.71039 12.0845H7.32623L10.0137 8.21885L13.8987 13.8625L16.6693 13.8621Z",
|
|
2562
|
+
fill: "url(#paint0_linear_11636_3468)"
|
|
2563
|
+
}
|
|
2564
|
+
),
|
|
2565
|
+
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ L(
|
|
2566
|
+
"linearGradient",
|
|
2567
|
+
{
|
|
2568
|
+
id: "paint0_linear_11636_3468",
|
|
2569
|
+
x1: "10.4826",
|
|
2570
|
+
y1: "4.41878",
|
|
2571
|
+
x2: "6.34171",
|
|
2572
|
+
y2: "14.9832",
|
|
2573
|
+
gradientUnits: "userSpaceOnUse",
|
|
2574
|
+
children: [
|
|
2575
|
+
/* @__PURE__ */ t("stop", { "stop-color": "#03D1CF", "stop-opacity": "0.988" }),
|
|
2576
|
+
/* @__PURE__ */ t("stop", { offset: "1", "stop-color": "#4E09F8" })
|
|
2577
|
+
]
|
|
2578
|
+
}
|
|
2579
|
+
) })
|
|
2580
|
+
] }), m3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M8.16797 13.1667H9.83463V8.16669H8.16797V13.1667ZM9.0013 6.50002C9.23741 6.50002 9.43533 6.42016 9.59505 6.26044C9.75477 6.10071 9.83463 5.9028 9.83463 5.66669C9.83463 5.43058 9.75477 5.23266 9.59505 5.07294C9.43533 4.91321 9.23741 4.83335 9.0013 4.83335C8.76519 4.83335 8.56727 4.91321 8.40755 5.07294C8.24783 5.23266 8.16797 5.43058 8.16797 5.66669C8.16797 5.9028 8.24783 6.10071 8.40755 6.26044C8.56727 6.42016 8.76519 6.50002 9.0013 6.50002ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z" }) }), L3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M5 6.83335L0 1.83335L1.16667 0.666687L5 4.50002L8.83333 0.666687L10 1.83335L5 6.83335Z" }) }), v3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M5.66797 10L0.667969 5L5.66797 0L6.83464 1.16667L3.0013 5L6.83464 8.83333L5.66797 10Z" }) }), x3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M4.5013 5L0.667969 1.16667L1.83464 0L6.83464 5L1.83464 10L0.667969 8.83333L4.5013 5Z" }) }), y3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M5 3.00002L1.16667 6.83335L0 5.66669L5 0.666687L10 5.66669L8.83333 6.83335L5 3.00002Z" }) }), M3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M8 16C6.90278 16 5.86806 15.7917 4.89583 15.375C3.92361 14.9583 3.07292 14.3854 2.34375 13.6562C1.61458 12.9271 1.04167 12.0764 0.625 11.1042C0.208333 10.1319 0 9.09722 0 8C0 6.88889 0.208333 5.85069 0.625 4.88542C1.04167 3.92014 1.61458 3.07292 2.34375 2.34375C3.07292 1.61458 3.92361 1.04167 4.89583 0.625C5.86806 0.208333 6.90278 0 8 0C9.11111 0 10.1493 0.208333 11.1146 0.625C12.0799 1.04167 12.9271 1.61458 13.6562 2.34375C14.3854 3.07292 14.9583 3.92014 15.375 4.88542C15.7917 5.85069 16 6.88889 16 8C16 9.09722 15.7917 10.1319 15.375 11.1042C14.9583 12.0764 14.3854 12.9271 13.6562 13.6562C12.9271 14.3854 12.0799 14.9583 11.1146 15.375C10.1493 15.7917 9.11111 16 8 16ZM8 14.4375C8.23611 14.2014 8.47222 13.7604 8.70833 13.1146C8.94444 12.4688 9.125 11.7639 9.25 11H6.75C6.875 11.7639 7.05556 12.4688 7.29167 13.1146C7.52778 13.7604 7.76389 14.2014 8 14.4375ZM6.10417 14.2292C5.90972 13.8125 5.73958 13.3333 5.59375 12.7917C5.44792 12.25 5.32639 11.6528 5.22917 11H2.25C2.65278 11.7917 3.1875 12.4688 3.85417 13.0312C4.52083 13.5938 5.27083 13.9931 6.10417 14.2292ZM9.89583 14.2292C10.7292 13.9931 11.4792 13.5938 12.1458 13.0312C12.8125 12.4688 13.3472 11.7917 13.75 11H10.7708C10.6736 11.6528 10.5521 12.25 10.4062 12.7917C10.2604 13.3333 10.0903 13.8125 9.89583 14.2292ZM1.6875 9.5H5.04167C5.01389 9.23611 4.99653 8.97569 4.98958 8.71875C4.98264 8.46181 4.97917 8.20833 4.97917 7.95833C4.97917 7.70833 4.98264 7.46181 4.98958 7.21875C4.99653 6.97569 5.01389 6.73611 5.04167 6.5H1.6875C1.61806 6.76389 1.56944 7.01736 1.54167 7.26042C1.51389 7.50347 1.5 7.75 1.5 8C1.5 8.25 1.51389 8.49653 1.54167 8.73958C1.56944 8.98264 1.61806 9.23611 1.6875 9.5ZM6.5625 9.5H9.4375C9.46528 9.22222 9.48264 8.96181 9.48958 8.71875C9.49653 8.47569 9.5 8.23611 9.5 8C9.5 7.76389 9.49653 7.52083 9.48958 7.27083C9.48264 7.02083 9.46528 6.76389 9.4375 6.5H6.5625C6.53472 6.76389 6.51736 7.02083 6.51042 7.27083C6.50347 7.52083 6.5 7.76389 6.5 8C6.5 8.23611 6.50347 8.47917 6.51042 8.72917C6.51736 8.97917 6.53472 9.23611 6.5625 9.5ZM10.9583 9.5H14.3125C14.3819 9.23611 14.4306 8.98264 14.4583 8.73958C14.4861 8.49653 14.5 8.25 14.5 8C14.5 7.75 14.4861 7.5 14.4583 7.25C14.4306 7 14.3819 6.75 14.3125 6.5H10.9583C10.9861 6.76389 11.0035 7.02431 11.0104 7.28125C11.0174 7.53819 11.0208 7.79167 11.0208 8.04167C11.0208 8.29167 11.0174 8.53819 11.0104 8.78125C11.0035 9.02431 10.9861 9.26389 10.9583 9.5ZM10.7708 5H13.75C13.3472 4.20833 12.8125 3.53125 12.1458 2.96875C11.4792 2.40625 10.7292 2.00694 9.89583 1.77083C10.0903 2.1875 10.2604 2.66667 10.4062 3.20833C10.5521 3.75 10.6736 4.34722 10.7708 5ZM6.75 5H9.25C9.125 4.23611 8.94444 3.53125 8.70833 2.88542C8.47222 2.23958 8.23611 1.79861 8 1.5625C7.76389 1.79861 7.52778 2.23958 7.29167 2.88542C7.05556 3.53125 6.875 4.23611 6.75 5ZM2.25 5H5.22917C5.32639 4.34722 5.44792 3.75 5.59375 3.20833C5.73958 2.66667 5.90972 2.1875 6.10417 1.77083C5.27083 2.00694 4.52083 2.40625 3.85417 2.96875C3.1875 3.53125 2.65278 4.20833 2.25 5Z" }) }), V3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M8.16797 9.16665H4.83464C3.68186 9.16665 2.69922 8.7604 1.88672 7.9479C1.07422 7.1354 0.667969 6.15276 0.667969 4.99998C0.667969 3.8472 1.07422 2.86456 1.88672 2.05206C2.69922 1.23956 3.68186 0.833313 4.83464 0.833313H8.16797V2.49998H4.83464C4.14019 2.49998 3.54991 2.74304 3.0638 3.22915C2.57769 3.71526 2.33464 4.30554 2.33464 4.99998C2.33464 5.69442 2.57769 6.2847 3.0638 6.77081C3.54991 7.25692 4.14019 7.49998 4.83464 7.49998H8.16797V9.16665ZM5.66797 5.83331V4.16665H12.3346V5.83331H5.66797ZM9.83463 9.16665V7.49998H13.168C13.8624 7.49998 14.4527 7.25692 14.9388 6.77081C15.4249 6.2847 15.668 5.69442 15.668 4.99998C15.668 4.30554 15.4249 3.71526 14.9388 3.22915C14.4527 2.74304 13.8624 2.49998 13.168 2.49998H9.83463V0.833313H13.168C14.3207 0.833313 15.3034 1.23956 16.1159 2.05206C16.9284 2.86456 17.3346 3.8472 17.3346 4.99998C17.3346 6.15276 16.9284 7.1354 16.1159 7.9479C15.3034 8.7604 14.3207 9.16665 13.168 9.16665H9.83463Z" }) }), H3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M1.9987 18.3333C1.54036 18.3333 1.148 18.1701 0.821615 17.8437C0.495226 17.5173 0.332031 17.125 0.332031 16.6666V8.33331C0.332031 7.87498 0.495226 7.48262 0.821615 7.15623C1.148 6.82984 1.54036 6.66665 1.9987 6.66665H2.83203V4.99998C2.83203 3.8472 3.23828 2.86456 4.05078 2.05206C4.86328 1.23956 5.84592 0.833313 6.9987 0.833313C8.15148 0.833313 9.13411 1.23956 9.94661 2.05206C10.7591 2.86456 11.1654 3.8472 11.1654 4.99998V6.66665H11.9987C12.457 6.66665 12.8494 6.82984 13.1758 7.15623C13.5022 7.48262 13.6654 7.87498 13.6654 8.33331V16.6666C13.6654 17.125 13.5022 17.5173 13.1758 17.8437C12.8494 18.1701 12.457 18.3333 11.9987 18.3333H1.9987ZM1.9987 16.6666H11.9987V8.33331H1.9987V16.6666ZM6.9987 14.1666C7.45703 14.1666 7.84939 14.0035 8.17578 13.6771C8.50217 13.3507 8.66536 12.9583 8.66536 12.5C8.66536 12.0416 8.50217 11.6493 8.17578 11.3229C7.84939 10.9965 7.45703 10.8333 6.9987 10.8333C6.54036 10.8333 6.148 10.9965 5.82161 11.3229C5.49523 11.6493 5.33203 12.0416 5.33203 12.5C5.33203 12.9583 5.49523 13.3507 5.82161 13.6771C6.148 14.0035 6.54036 14.1666 6.9987 14.1666ZM4.4987 6.66665H9.4987V4.99998C9.4987 4.30554 9.25564 3.71526 8.76953 3.22915C8.28342 2.74304 7.69314 2.49998 6.9987 2.49998C6.30425 2.49998 5.71398 2.74304 5.22786 3.22915C4.74175 3.71526 4.4987 4.30554 4.4987 4.99998V6.66665Z" }) }), Z3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M2.16667 15.5C1.70833 15.5 1.31597 15.3368 0.989583 15.0104C0.663194 14.684 0.5 14.2917 0.5 13.8333V2.16667C0.5 1.70833 0.663194 1.31597 0.989583 0.989583C1.31597 0.663194 1.70833 0.5 2.16667 0.5H8V2.16667H2.16667V13.8333H8V15.5H2.16667ZM11.3333 12.1667L10.1875 10.9583L12.3125 8.83333H5.5V7.16667H12.3125L10.1875 5.04167L11.3333 3.83333L15.5 8L11.3333 12.1667Z" }) }), I3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M0.5 10V8.33333H15.5V10H0.5ZM0.5 5.83333V4.16667H15.5V5.83333H0.5ZM0.5 1.66667V0H15.5V1.66667H0.5Z" }) }), k3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M0.5 15.5V8.83333H2.16667V12.6667L12.6667 2.16667H8.83333V0.5H15.5V7.16667H13.8333V3.33333L3.33333 13.8333H7.16667V15.5H0.5Z" }) }), A3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M12.7904 13.875C11.9154 13.875 11.1758 13.5729 10.5716 12.9688C9.96745 12.3646 9.66536 11.625 9.66536 10.75C9.66536 9.875 9.96745 9.13542 10.5716 8.53125C11.1758 7.92708 11.9154 7.625 12.7904 7.625C13.6654 7.625 14.4049 7.92708 15.0091 8.53125C15.6133 9.13542 15.9154 9.875 15.9154 10.75C15.9154 11.625 15.6133 12.3646 15.0091 12.9688C14.4049 13.5729 13.6654 13.875 12.7904 13.875ZM12.7904 12.2083C13.1931 12.2083 13.5369 12.066 13.8216 11.7812C14.1063 11.4965 14.2487 11.1528 14.2487 10.75C14.2487 10.3472 14.1063 10.0035 13.8216 9.71875C13.5369 9.43403 13.1931 9.29167 12.7904 9.29167C12.3876 9.29167 12.0438 9.43403 11.7591 9.71875C11.4744 10.0035 11.332 10.3472 11.332 10.75C11.332 11.1528 11.4744 11.4965 11.7591 11.7812C12.0438 12.066 12.3876 12.2083 12.7904 12.2083ZM1.33203 11.5833V9.91667H7.9987V11.5833H1.33203ZM3.20703 6.375C2.33203 6.375 1.59245 6.07292 0.988281 5.46875C0.384115 4.86458 0.0820312 4.125 0.0820312 3.25C0.0820312 2.375 0.384115 1.63542 0.988281 1.03125C1.59245 0.427083 2.33203 0.125 3.20703 0.125C4.08203 0.125 4.82161 0.427083 5.42578 1.03125C6.02995 1.63542 6.33203 2.375 6.33203 3.25C6.33203 4.125 6.02995 4.86458 5.42578 5.46875C4.82161 6.07292 4.08203 6.375 3.20703 6.375ZM3.20703 4.70833C3.60981 4.70833 3.95356 4.56597 4.23828 4.28125C4.523 3.99653 4.66536 3.65278 4.66536 3.25C4.66536 2.84722 4.523 2.50347 4.23828 2.21875C3.95356 1.93403 3.60981 1.79167 3.20703 1.79167C2.80425 1.79167 2.4605 1.93403 2.17578 2.21875C1.89106 2.50347 1.7487 2.84722 1.7487 3.25C1.7487 3.65278 1.89106 3.99653 2.17578 4.28125C2.4605 4.56597 2.80425 4.70833 3.20703 4.70833ZM7.9987 4.08333V2.41667H14.6654V4.08333H7.9987Z" }) }), z3 = (e) => /* @__PURE__ */ L("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
2581
|
+
/* @__PURE__ */ L("g", { "clip-path": "url(#clip0_11665_15598)", children: [
|
|
2582
|
+
/* @__PURE__ */ t(
|
|
2583
|
+
"path",
|
|
2584
|
+
{
|
|
2585
|
+
d: "M10 20C15.523 20 20 15.523 20 10C20 4.477 15.523 0 10 0C4.477 0 0 4.477 0 10C0 15.523 4.477 20 10 20Z",
|
|
2586
|
+
fill: "#8247E5"
|
|
2587
|
+
}
|
|
2588
|
+
),
|
|
2589
|
+
/* @__PURE__ */ t(
|
|
2590
|
+
"path",
|
|
2591
|
+
{
|
|
2592
|
+
d: "M13.6005 7.4117C13.3446 7.25591 13.0157 7.25591 12.7232 7.4117L10.6762 8.69698L9.28721 9.51488L7.27676 10.8002C7.02089 10.9559 6.69191 10.9559 6.39948 10.8002L4.82768 9.78752C4.5718 9.63173 4.38903 9.32014 4.38903 8.96961V7.02223C4.38903 6.71064 4.53525 6.39906 4.82768 6.20432L6.39948 5.23063C6.65535 5.07484 6.98433 5.07484 7.27676 5.23063L8.84856 6.24327C9.10444 6.39906 9.28721 6.71064 9.28721 7.06117V8.34645L10.6762 7.4896V6.16538C10.6762 5.85379 10.53 5.54221 10.2376 5.34747L7.31332 3.51693C7.05744 3.36114 6.72846 3.36114 6.43603 3.51693L3.43864 5.38642C3.14621 5.54221 3 5.85379 3 6.16538V9.82646C3 10.138 3.14621 10.4496 3.43864 10.6444L6.39948 12.4749C6.65535 12.6307 6.98433 12.6307 7.27676 12.4749L9.28721 11.2286L10.6762 10.3717L12.6867 9.1254C12.9426 8.96961 13.2715 8.96961 13.564 9.1254L15.1358 10.0991C15.3916 10.2549 15.5744 10.5665 15.5744 10.917V12.8644C15.5744 13.176 15.4282 13.4876 15.1358 13.6823L13.6005 14.656C13.3446 14.8118 13.0157 14.8118 12.7232 14.656L11.1514 13.6823C10.8956 13.5265 10.7128 13.2149 10.7128 12.8644V11.6181L9.32376 12.4749V13.7602C9.32376 14.0718 9.46997 14.3834 9.7624 14.5781L12.7232 16.4086C12.9791 16.5644 13.3081 16.5644 13.6005 16.4086L16.5614 14.5781C16.8172 14.4223 17 14.1107 17 13.7602V10.0602C17 9.74857 16.8538 9.43699 16.5614 9.24225L13.6005 7.4117Z",
|
|
2593
|
+
fill: "white"
|
|
2594
|
+
}
|
|
2595
|
+
)
|
|
2596
|
+
] }),
|
|
2597
|
+
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_11665_15598", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2598
|
+
] }), S3 = (e) => /* @__PURE__ */ L("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
2599
|
+
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "10", fill: "#554B6A" }),
|
|
2600
|
+
/* @__PURE__ */ t(
|
|
2601
|
+
"path",
|
|
2602
|
+
{
|
|
2603
|
+
d: "M12.3721 10.9825L18.3346 10L12.3721 9.01752L15.8938 4.10752L10.9838 7.62919L10.0013 1.66669L9.01964 7.62919L4.1088 4.10752L7.63047 9.01752L1.66797 10L7.63047 10.9825L4.1088 15.8925L9.01964 12.3709L10.0013 18.3334L10.9838 12.3709L15.8938 15.8925L12.3721 10.9825Z",
|
|
2604
|
+
fill: "url(#paint0_linear_11636_3467)"
|
|
2605
|
+
}
|
|
2606
|
+
),
|
|
2607
|
+
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ L(
|
|
2608
|
+
"linearGradient",
|
|
2609
|
+
{
|
|
2610
|
+
id: "paint0_linear_11636_3467",
|
|
2611
|
+
x1: "10.0015",
|
|
2612
|
+
y1: "1.8013",
|
|
2613
|
+
x2: "10.0015",
|
|
2614
|
+
y2: "18.2113",
|
|
2615
|
+
gradientUnits: "userSpaceOnUse",
|
|
2616
|
+
children: [
|
|
2617
|
+
/* @__PURE__ */ t("stop", { offset: "0.1028", "stop-color": "#00FFAA" }),
|
|
2618
|
+
/* @__PURE__ */ t("stop", { offset: "0.999", "stop-color": "#5F00FA" })
|
|
2619
|
+
]
|
|
2620
|
+
}
|
|
2621
|
+
) })
|
|
2622
|
+
] }), E3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M7.83464 12.8334L13.7096 6.95835L12.543 5.79169L7.83464 10.5L5.45964 8.12502L4.29297 9.29169L7.83464 12.8334ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334Z" }) }), R3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z" }) }), P3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M0.167969 1.83332V0.166656H11.8346V1.83332H0.167969Z" }) }), G3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M6.3763 13.0209L9.0013 11.4375L11.6263 13.0417L10.9388 10.0417L13.2513 8.04169L10.2096 7.77085L9.0013 4.93752L7.79297 7.75002L4.7513 8.02085L7.0638 10.0417L6.3763 13.0209ZM3.85547 16.5L5.20964 10.6459L0.667969 6.70835L6.66797 6.18752L9.0013 0.666687L11.3346 6.18752L17.3346 6.70835L12.793 10.6459L14.1471 16.5L9.0013 13.3959L3.85547 16.5Z" }) }), _3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M2.16667 15.5C1.70833 15.5 1.31597 15.3368 0.989583 15.0104C0.663194 14.684 0.5 14.2917 0.5 13.8333V2.16667C0.5 1.70833 0.663194 1.31597 0.989583 0.989583C1.31597 0.663194 1.70833 0.5 2.16667 0.5H13.8333C14.2917 0.5 14.684 0.663194 15.0104 0.989583C15.3368 1.31597 15.5 1.70833 15.5 2.16667V4.25H13.8333V2.16667H2.16667V13.8333H13.8333V11.75H15.5V13.8333C15.5 14.2917 15.3368 14.684 15.0104 15.0104C14.684 15.3368 14.2917 15.5 13.8333 15.5H2.16667ZM8.83333 12.1667C8.375 12.1667 7.98264 12.0035 7.65625 11.6771C7.32986 11.3507 7.16667 10.9583 7.16667 10.5V5.5C7.16667 5.04167 7.32986 4.64931 7.65625 4.32292C7.98264 3.99653 8.375 3.83333 8.83333 3.83333H14.6667C15.125 3.83333 15.5174 3.99653 15.8438 4.32292C16.1701 4.64931 16.3333 5.04167 16.3333 5.5V10.5C16.3333 10.9583 16.1701 11.3507 15.8438 11.6771C15.5174 12.0035 15.125 12.1667 14.6667 12.1667H8.83333ZM14.6667 10.5V5.5H8.83333V10.5H14.6667ZM11.3333 9.25C11.6806 9.25 11.9757 9.12847 12.2188 8.88542C12.4618 8.64236 12.5833 8.34722 12.5833 8C12.5833 7.65278 12.4618 7.35764 12.2188 7.11458C11.9757 6.87153 11.6806 6.75 11.3333 6.75C10.9861 6.75 10.691 6.87153 10.4479 7.11458C10.2049 7.35764 10.0833 7.65278 10.0833 8C10.0833 8.34722 10.2049 8.64236 10.4479 8.88542C10.691 9.12847 10.9861 9.25 11.3333 9.25Z" }) }), j3 = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ t("path", { d: "M14.3333 15.5L9.08333 10.25C8.66667 10.5833 8.1875 10.8472 7.64583 11.0417C7.10417 11.2361 6.52778 11.3333 5.91667 11.3333C4.40278 11.3333 3.12153 10.809 2.07292 9.76042C1.02431 8.71181 0.5 7.43056 0.5 5.91667C0.5 4.40278 1.02431 3.12153 2.07292 2.07292C3.12153 1.02431 4.40278 0.5 5.91667 0.5C7.43056 0.5 8.71181 1.02431 9.76042 2.07292C10.809 3.12153 11.3333 4.40278 11.3333 5.91667C11.3333 6.52778 11.2361 7.10417 11.0417 7.64583C10.8472 8.1875 10.5833 8.66667 10.25 9.08333L15.5 14.3333L14.3333 15.5ZM5.91667 9.66667C6.95833 9.66667 7.84375 9.30208 8.57292 8.57292C9.30208 7.84375 9.66667 6.95833 9.66667 5.91667C9.66667 4.875 9.30208 3.98958 8.57292 3.26042C7.84375 2.53125 6.95833 2.16667 5.91667 2.16667C4.875 2.16667 3.98958 2.53125 3.26042 3.26042C2.53125 3.98958 2.16667 4.875 2.16667 5.91667C2.16667 6.95833 2.53125 7.84375 3.26042 8.57292C3.98958 9.30208 4.875 9.66667 5.91667 9.66667Z" }) });
|
|
2623
|
+
export {
|
|
2624
|
+
o3 as AddIcon,
|
|
2625
|
+
n3 as ArbitrumIcon,
|
|
2626
|
+
D1 as ArrowDownwardIcon,
|
|
2627
|
+
t3 as ArrowLeftIcon,
|
|
2628
|
+
s3 as ArrowNorthEastIcon,
|
|
2629
|
+
l3 as ArrowNorthWestIcon,
|
|
2630
|
+
r3 as ArrowRightIcon,
|
|
2631
|
+
i3 as ArrowSouthEastIcon,
|
|
2632
|
+
a3 as ArrowSouthWestIcon,
|
|
2633
|
+
e3 as ArrowUpwardIcon,
|
|
2634
|
+
d3 as BTCIcon,
|
|
2635
|
+
c3 as BitcoinIcon,
|
|
2636
|
+
Q1 as Button,
|
|
2637
|
+
u3 as CheckIcon,
|
|
2638
|
+
p3 as ClockIcon,
|
|
2639
|
+
C3 as CloseIcon,
|
|
2640
|
+
g3 as CopyIcon,
|
|
2641
|
+
h3 as EditIcon,
|
|
2642
|
+
f3 as EthereumIcon,
|
|
2643
|
+
b3 as ExchangeIcon,
|
|
2644
|
+
w3 as GMXIcon,
|
|
2645
|
+
m3 as InfoIcon,
|
|
2646
|
+
L3 as KeyboardDownIcon,
|
|
2647
|
+
v3 as KeyboardLeftIcon,
|
|
2648
|
+
x3 as KeyboardRightIcon,
|
|
2649
|
+
y3 as KeyboardUpIcon,
|
|
2650
|
+
M3 as LanguageIcon,
|
|
2651
|
+
V3 as LinkIcon,
|
|
2652
|
+
H3 as LockIcon,
|
|
2653
|
+
Z3 as LogoutIcon,
|
|
2654
|
+
I3 as MenuIcon,
|
|
2655
|
+
k3 as OpenInFullIcon,
|
|
2656
|
+
A3 as PageInfoIcon,
|
|
2657
|
+
z3 as PolygonIcon,
|
|
2658
|
+
S3 as RadiantIcon,
|
|
2659
|
+
E3 as RadioCheckedIcon,
|
|
2660
|
+
R3 as RadioUncheckedIcon,
|
|
2661
|
+
P3 as RemoveIcon,
|
|
2662
|
+
j3 as SearchIcon,
|
|
2663
|
+
G3 as StarIcon,
|
|
2664
|
+
Y1 as Typography,
|
|
2665
|
+
_3 as WalletIcon
|
|
2666
|
+
};
|