ddingdong-design-system 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ddingdong-design-system.es.js +726 -712
- package/dist/ddingdong-design-system.es.js.map +1 -1
- package/dist/ddingdong-design-system.umd.js +1 -1
- package/dist/ddingdong-design-system.umd.js.map +1 -1
- package/dist/shared/ui/MediaUpload/MediaUpload.d.ts +9 -5
- package/dist/shared/ui/MediaUpload/MediaUploadPreview.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import * as
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { useReducedMotion as et, motion as
|
|
1
|
+
import { jsx as a, jsxs as b, Fragment as le } from "react/jsx-runtime";
|
|
2
|
+
import * as u from "react";
|
|
3
|
+
import { createContext as U, useContext as q, useState as z, useId as ee, useRef as ce, useEffect as D, useCallback as V, createElement as Ke, useMemo as Xe, Children as Ye, isValidElement as Qe } from "react";
|
|
4
|
+
import { useReducedMotion as et, motion as P, AnimatePresence as Te } from "framer-motion";
|
|
5
5
|
import { createPortal as tt } from "react-dom";
|
|
6
|
-
import * as
|
|
6
|
+
import * as Ie from "@radix-ui/react-switch";
|
|
7
7
|
function je(e) {
|
|
8
8
|
var t, r, o = "";
|
|
9
9
|
if (typeof e == "string" || typeof e == "number") o += e;
|
|
@@ -17,19 +17,19 @@ function Re() {
|
|
|
17
17
|
for (var e, t, r = 0, o = "", n = arguments.length; r < n; r++) (e = arguments[r]) && (t = je(e)) && (o && (o += " "), o += t);
|
|
18
18
|
return o;
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const ue = "-", rt = (e) => {
|
|
21
21
|
const t = nt(e), {
|
|
22
22
|
conflictingClassGroups: r,
|
|
23
23
|
conflictingClassGroupModifiers: o
|
|
24
24
|
} = e;
|
|
25
25
|
return {
|
|
26
26
|
getClassGroupId: (l) => {
|
|
27
|
-
const
|
|
28
|
-
return
|
|
27
|
+
const i = l.split(ue);
|
|
28
|
+
return i[0] === "" && i.length !== 1 && i.shift(), Be(i, t) || ot(l);
|
|
29
29
|
},
|
|
30
|
-
getConflictingClassGroupIds: (l,
|
|
31
|
-
const
|
|
32
|
-
return
|
|
30
|
+
getConflictingClassGroupIds: (l, i) => {
|
|
31
|
+
const d = r[l] || [];
|
|
32
|
+
return i && o[l] ? [...d, ...o[l]] : d;
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
35
|
}, Be = (e, t) => {
|
|
@@ -41,13 +41,13 @@ const pe = "-", rt = (e) => {
|
|
|
41
41
|
return n;
|
|
42
42
|
if (t.validators.length === 0)
|
|
43
43
|
return;
|
|
44
|
-
const s = e.join(
|
|
44
|
+
const s = e.join(ue);
|
|
45
45
|
return (l = t.validators.find(({
|
|
46
|
-
validator:
|
|
47
|
-
}) =>
|
|
48
|
-
},
|
|
49
|
-
if (
|
|
50
|
-
const t =
|
|
46
|
+
validator: i
|
|
47
|
+
}) => i(s))) == null ? void 0 : l.classGroupId;
|
|
48
|
+
}, Le = /^\[(.+)\]$/, ot = (e) => {
|
|
49
|
+
if (Le.test(e)) {
|
|
50
|
+
const t = Le.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
51
51
|
if (r)
|
|
52
52
|
return "arbitrary.." + r;
|
|
53
53
|
}
|
|
@@ -59,10 +59,10 @@ const pe = "-", rt = (e) => {
|
|
|
59
59
|
nextPart: /* @__PURE__ */ new Map(),
|
|
60
60
|
validators: []
|
|
61
61
|
};
|
|
62
|
-
return
|
|
63
|
-
|
|
62
|
+
return at(Object.entries(e.classGroups), r).forEach(([s, l]) => {
|
|
63
|
+
de(l, o, s, t);
|
|
64
64
|
}), o;
|
|
65
|
-
},
|
|
65
|
+
}, de = (e, t, r, o) => {
|
|
66
66
|
e.forEach((n) => {
|
|
67
67
|
if (typeof n == "string") {
|
|
68
68
|
const s = n === "" ? t : Ee(t, n);
|
|
@@ -71,7 +71,7 @@ const pe = "-", rt = (e) => {
|
|
|
71
71
|
}
|
|
72
72
|
if (typeof n == "function") {
|
|
73
73
|
if (st(n)) {
|
|
74
|
-
|
|
74
|
+
de(n(o), t, r, o);
|
|
75
75
|
return;
|
|
76
76
|
}
|
|
77
77
|
t.validators.push({
|
|
@@ -81,21 +81,21 @@ const pe = "-", rt = (e) => {
|
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
83
|
Object.entries(n).forEach(([s, l]) => {
|
|
84
|
-
|
|
84
|
+
de(l, Ee(t, s), r, o);
|
|
85
85
|
});
|
|
86
86
|
});
|
|
87
87
|
}, Ee = (e, t) => {
|
|
88
88
|
let r = e;
|
|
89
|
-
return t.split(
|
|
89
|
+
return t.split(ue).forEach((o) => {
|
|
90
90
|
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
91
91
|
nextPart: /* @__PURE__ */ new Map(),
|
|
92
92
|
validators: []
|
|
93
93
|
}), r = r.nextPart.get(o);
|
|
94
94
|
}), r;
|
|
95
|
-
}, st = (e) => e.isThemeGetter,
|
|
96
|
-
const n = o.map((s) => typeof s == "string" ? t + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([l,
|
|
95
|
+
}, st = (e) => e.isThemeGetter, at = (e, t) => t ? e.map(([r, o]) => {
|
|
96
|
+
const n = o.map((s) => typeof s == "string" ? t + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([l, i]) => [t + l, i])) : s);
|
|
97
97
|
return [r, n];
|
|
98
|
-
}) : e,
|
|
98
|
+
}) : e, it = (e) => {
|
|
99
99
|
if (e < 1)
|
|
100
100
|
return {
|
|
101
101
|
get: () => {
|
|
@@ -119,37 +119,37 @@ const pe = "-", rt = (e) => {
|
|
|
119
119
|
r.has(s) ? r.set(s, l) : n(s, l);
|
|
120
120
|
}
|
|
121
121
|
};
|
|
122
|
-
},
|
|
122
|
+
}, Ge = "!", lt = (e) => {
|
|
123
123
|
const {
|
|
124
124
|
separator: t,
|
|
125
125
|
experimentalParseClassName: r
|
|
126
|
-
} = e, o = t.length === 1, n = t[0], s = t.length, l = (
|
|
127
|
-
const
|
|
128
|
-
let
|
|
129
|
-
for (let
|
|
130
|
-
let
|
|
131
|
-
if (
|
|
132
|
-
if (
|
|
133
|
-
|
|
126
|
+
} = e, o = t.length === 1, n = t[0], s = t.length, l = (i) => {
|
|
127
|
+
const d = [];
|
|
128
|
+
let c = 0, h = 0, f;
|
|
129
|
+
for (let p = 0; p < i.length; p++) {
|
|
130
|
+
let m = i[p];
|
|
131
|
+
if (c === 0) {
|
|
132
|
+
if (m === n && (o || i.slice(p, p + s) === t)) {
|
|
133
|
+
d.push(i.slice(h, p)), h = p + s;
|
|
134
134
|
continue;
|
|
135
135
|
}
|
|
136
|
-
if (
|
|
137
|
-
|
|
136
|
+
if (m === "/") {
|
|
137
|
+
f = p;
|
|
138
138
|
continue;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
|
|
141
|
+
m === "[" ? c++ : m === "]" && c--;
|
|
142
142
|
}
|
|
143
|
-
const
|
|
143
|
+
const x = d.length === 0 ? i : i.substring(h), I = x.startsWith(Ge), N = I ? x.substring(1) : x, y = f && f > h ? f - h : void 0;
|
|
144
144
|
return {
|
|
145
|
-
modifiers:
|
|
146
|
-
hasImportantModifier:
|
|
147
|
-
baseClassName:
|
|
148
|
-
maybePostfixModifierPosition:
|
|
145
|
+
modifiers: d,
|
|
146
|
+
hasImportantModifier: I,
|
|
147
|
+
baseClassName: N,
|
|
148
|
+
maybePostfixModifierPosition: y
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
-
return r ? (
|
|
152
|
-
className:
|
|
151
|
+
return r ? (i) => r({
|
|
152
|
+
className: i,
|
|
153
153
|
parseClassName: l
|
|
154
154
|
}) : l;
|
|
155
155
|
}, ct = (e) => {
|
|
@@ -161,7 +161,7 @@ const pe = "-", rt = (e) => {
|
|
|
161
161
|
o[0] === "[" ? (t.push(...r.sort(), o), r = []) : r.push(o);
|
|
162
162
|
}), t.push(...r.sort()), t;
|
|
163
163
|
}, dt = (e) => ({
|
|
164
|
-
cache:
|
|
164
|
+
cache: it(e.cacheSize),
|
|
165
165
|
parseClassName: lt(e),
|
|
166
166
|
...rt(e)
|
|
167
167
|
}), ut = /\s+/, gt = (e, t) => {
|
|
@@ -170,65 +170,65 @@ const pe = "-", rt = (e) => {
|
|
|
170
170
|
getClassGroupId: o,
|
|
171
171
|
getConflictingClassGroupIds: n
|
|
172
172
|
} = t, s = [], l = e.trim().split(ut);
|
|
173
|
-
let
|
|
174
|
-
for (let
|
|
175
|
-
const
|
|
176
|
-
modifiers:
|
|
177
|
-
hasImportantModifier:
|
|
178
|
-
baseClassName:
|
|
179
|
-
maybePostfixModifierPosition:
|
|
180
|
-
} = r(
|
|
181
|
-
let
|
|
182
|
-
if (!
|
|
183
|
-
if (!
|
|
184
|
-
|
|
173
|
+
let i = "";
|
|
174
|
+
for (let d = l.length - 1; d >= 0; d -= 1) {
|
|
175
|
+
const c = l[d], {
|
|
176
|
+
modifiers: h,
|
|
177
|
+
hasImportantModifier: f,
|
|
178
|
+
baseClassName: x,
|
|
179
|
+
maybePostfixModifierPosition: I
|
|
180
|
+
} = r(c);
|
|
181
|
+
let N = !!I, y = o(N ? x.substring(0, I) : x);
|
|
182
|
+
if (!y) {
|
|
183
|
+
if (!N) {
|
|
184
|
+
i = c + (i.length > 0 ? " " + i : i);
|
|
185
185
|
continue;
|
|
186
186
|
}
|
|
187
|
-
if (
|
|
188
|
-
|
|
187
|
+
if (y = o(x), !y) {
|
|
188
|
+
i = c + (i.length > 0 ? " " + i : i);
|
|
189
189
|
continue;
|
|
190
190
|
}
|
|
191
|
-
|
|
191
|
+
N = !1;
|
|
192
192
|
}
|
|
193
|
-
const
|
|
194
|
-
if (s.includes(
|
|
193
|
+
const p = ct(h).join(":"), m = f ? p + Ge : p, C = m + y;
|
|
194
|
+
if (s.includes(C))
|
|
195
195
|
continue;
|
|
196
|
-
s.push(
|
|
197
|
-
const
|
|
198
|
-
for (let
|
|
199
|
-
const
|
|
200
|
-
s.push(
|
|
196
|
+
s.push(C);
|
|
197
|
+
const j = n(y, N);
|
|
198
|
+
for (let M = 0; M < j.length; ++M) {
|
|
199
|
+
const R = j[M];
|
|
200
|
+
s.push(m + R);
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
i = c + (i.length > 0 ? " " + i : i);
|
|
203
203
|
}
|
|
204
|
-
return
|
|
204
|
+
return i;
|
|
205
205
|
};
|
|
206
206
|
function pt() {
|
|
207
207
|
let e = 0, t, r, o = "";
|
|
208
208
|
for (; e < arguments.length; )
|
|
209
|
-
(t = arguments[e++]) && (r =
|
|
209
|
+
(t = arguments[e++]) && (r = Pe(t)) && (o && (o += " "), o += r);
|
|
210
210
|
return o;
|
|
211
211
|
}
|
|
212
|
-
const
|
|
212
|
+
const Pe = (e) => {
|
|
213
213
|
if (typeof e == "string")
|
|
214
214
|
return e;
|
|
215
215
|
let t, r = "";
|
|
216
216
|
for (let o = 0; o < e.length; o++)
|
|
217
|
-
e[o] && (t =
|
|
217
|
+
e[o] && (t = Pe(e[o])) && (r && (r += " "), r += t);
|
|
218
218
|
return r;
|
|
219
219
|
};
|
|
220
220
|
function mt(e, ...t) {
|
|
221
221
|
let r, o, n, s = l;
|
|
222
|
-
function l(
|
|
223
|
-
const
|
|
224
|
-
return r = dt(
|
|
222
|
+
function l(d) {
|
|
223
|
+
const c = t.reduce((h, f) => f(h), e());
|
|
224
|
+
return r = dt(c), o = r.cache.get, n = r.cache.set, s = i, i(d);
|
|
225
225
|
}
|
|
226
|
-
function
|
|
227
|
-
const
|
|
228
|
-
if (
|
|
229
|
-
return
|
|
230
|
-
const
|
|
231
|
-
return n(
|
|
226
|
+
function i(d) {
|
|
227
|
+
const c = o(d);
|
|
228
|
+
if (c)
|
|
229
|
+
return c;
|
|
230
|
+
const h = gt(d, r);
|
|
231
|
+
return n(d, h), h;
|
|
232
232
|
}
|
|
233
233
|
return function() {
|
|
234
234
|
return s(pt.apply(null, arguments));
|
|
@@ -237,45 +237,45 @@ function mt(e, ...t) {
|
|
|
237
237
|
const v = (e) => {
|
|
238
238
|
const t = (r) => r[e] || [];
|
|
239
239
|
return t.isThemeGetter = !0, t;
|
|
240
|
-
},
|
|
241
|
-
const o =
|
|
240
|
+
}, Ve = /^\[(?:([a-z-]+):)?(.+)\]$/i, ht = /^\d+\/\d+$/, ft = /* @__PURE__ */ new Set(["px", "full", "screen"]), bt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, wt = /\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$/, xt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, yt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, vt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, T = (e) => H(e) || ft.has(e) || ht.test(e), B = (e) => _(e, "length", zt), H = (e) => !!e && !Number.isNaN(Number(e)), ae = (e) => _(e, "number", H), F = (e) => !!e && Number.isInteger(Number(e)), Ct = (e) => e.endsWith("%") && H(e.slice(0, -1)), g = (e) => Ve.test(e), G = (e) => bt.test(e), kt = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Nt = (e) => _(e, kt, Oe), It = (e) => _(e, "position", Oe), Lt = /* @__PURE__ */ new Set(["image", "url"]), Et = (e) => _(e, Lt, St), Mt = (e) => _(e, "", At), Z = () => !0, _ = (e, t, r) => {
|
|
241
|
+
const o = Ve.exec(e);
|
|
242
242
|
return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : r(o[2]) : !1;
|
|
243
243
|
}, zt = (e) => (
|
|
244
244
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
245
245
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
246
246
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
247
247
|
wt.test(e) && !xt.test(e)
|
|
248
|
-
),
|
|
249
|
-
const e = v("colors"), t = v("spacing"), r = v("blur"), o = v("brightness"), n = v("borderColor"), s = v("borderRadius"), l = v("borderSpacing"),
|
|
248
|
+
), Oe = () => !1, At = (e) => yt.test(e), St = (e) => vt.test(e), Tt = () => {
|
|
249
|
+
const e = v("colors"), t = v("spacing"), r = v("blur"), o = v("brightness"), n = v("borderColor"), s = v("borderRadius"), l = v("borderSpacing"), i = v("borderWidth"), d = v("contrast"), c = v("grayscale"), h = v("hueRotate"), f = v("invert"), x = v("gap"), I = v("gradientColorStops"), N = v("gradientColorStopPositions"), y = v("inset"), p = v("margin"), m = v("opacity"), C = v("padding"), j = v("saturate"), M = v("scale"), R = v("sepia"), A = v("skew"), xe = v("space"), ye = v("translate"), re = () => ["auto", "contain", "none"], oe = () => ["auto", "hidden", "clip", "visible", "scroll"], ne = () => ["auto", g, t], k = () => [g, t], ve = () => ["", T, B], J = () => ["auto", H, g], Ce = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], K = () => ["solid", "dashed", "dotted", "double", "none"], ke = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], se = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], $ = () => ["", "0", g], Ne = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], S = () => [H, g];
|
|
250
250
|
return {
|
|
251
251
|
cacheSize: 500,
|
|
252
252
|
separator: ":",
|
|
253
253
|
theme: {
|
|
254
|
-
colors: [
|
|
255
|
-
spacing: [
|
|
256
|
-
blur: ["none", "", G,
|
|
257
|
-
brightness:
|
|
254
|
+
colors: [Z],
|
|
255
|
+
spacing: [T, B],
|
|
256
|
+
blur: ["none", "", G, g],
|
|
257
|
+
brightness: S(),
|
|
258
258
|
borderColor: [e],
|
|
259
|
-
borderRadius: ["none", "", "full", G,
|
|
260
|
-
borderSpacing:
|
|
259
|
+
borderRadius: ["none", "", "full", G, g],
|
|
260
|
+
borderSpacing: k(),
|
|
261
261
|
borderWidth: ve(),
|
|
262
|
-
contrast:
|
|
263
|
-
grayscale:
|
|
264
|
-
hueRotate:
|
|
265
|
-
invert:
|
|
266
|
-
gap:
|
|
262
|
+
contrast: S(),
|
|
263
|
+
grayscale: $(),
|
|
264
|
+
hueRotate: S(),
|
|
265
|
+
invert: $(),
|
|
266
|
+
gap: k(),
|
|
267
267
|
gradientColorStops: [e],
|
|
268
|
-
gradientColorStopPositions: [Ct,
|
|
269
|
-
inset:
|
|
270
|
-
margin:
|
|
271
|
-
opacity:
|
|
272
|
-
padding:
|
|
273
|
-
saturate:
|
|
274
|
-
scale:
|
|
275
|
-
sepia:
|
|
276
|
-
skew:
|
|
277
|
-
space:
|
|
278
|
-
translate:
|
|
268
|
+
gradientColorStopPositions: [Ct, B],
|
|
269
|
+
inset: ne(),
|
|
270
|
+
margin: ne(),
|
|
271
|
+
opacity: S(),
|
|
272
|
+
padding: k(),
|
|
273
|
+
saturate: S(),
|
|
274
|
+
scale: S(),
|
|
275
|
+
sepia: $(),
|
|
276
|
+
skew: S(),
|
|
277
|
+
space: k(),
|
|
278
|
+
translate: k()
|
|
279
279
|
},
|
|
280
280
|
classGroups: {
|
|
281
281
|
// Layout
|
|
@@ -284,7 +284,7 @@ const v = (e) => {
|
|
|
284
284
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
285
285
|
*/
|
|
286
286
|
aspect: [{
|
|
287
|
-
aspect: ["auto", "square", "video",
|
|
287
|
+
aspect: ["auto", "square", "video", g]
|
|
288
288
|
}],
|
|
289
289
|
/**
|
|
290
290
|
* Container
|
|
@@ -369,49 +369,49 @@ const v = (e) => {
|
|
|
369
369
|
* @see https://tailwindcss.com/docs/object-position
|
|
370
370
|
*/
|
|
371
371
|
"object-position": [{
|
|
372
|
-
object: [...Ce(),
|
|
372
|
+
object: [...Ce(), g]
|
|
373
373
|
}],
|
|
374
374
|
/**
|
|
375
375
|
* Overflow
|
|
376
376
|
* @see https://tailwindcss.com/docs/overflow
|
|
377
377
|
*/
|
|
378
378
|
overflow: [{
|
|
379
|
-
overflow:
|
|
379
|
+
overflow: oe()
|
|
380
380
|
}],
|
|
381
381
|
/**
|
|
382
382
|
* Overflow X
|
|
383
383
|
* @see https://tailwindcss.com/docs/overflow
|
|
384
384
|
*/
|
|
385
385
|
"overflow-x": [{
|
|
386
|
-
"overflow-x":
|
|
386
|
+
"overflow-x": oe()
|
|
387
387
|
}],
|
|
388
388
|
/**
|
|
389
389
|
* Overflow Y
|
|
390
390
|
* @see https://tailwindcss.com/docs/overflow
|
|
391
391
|
*/
|
|
392
392
|
"overflow-y": [{
|
|
393
|
-
"overflow-y":
|
|
393
|
+
"overflow-y": oe()
|
|
394
394
|
}],
|
|
395
395
|
/**
|
|
396
396
|
* Overscroll Behavior
|
|
397
397
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
398
398
|
*/
|
|
399
399
|
overscroll: [{
|
|
400
|
-
overscroll:
|
|
400
|
+
overscroll: re()
|
|
401
401
|
}],
|
|
402
402
|
/**
|
|
403
403
|
* Overscroll Behavior X
|
|
404
404
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
405
405
|
*/
|
|
406
406
|
"overscroll-x": [{
|
|
407
|
-
"overscroll-x":
|
|
407
|
+
"overscroll-x": re()
|
|
408
408
|
}],
|
|
409
409
|
/**
|
|
410
410
|
* Overscroll Behavior Y
|
|
411
411
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
412
412
|
*/
|
|
413
413
|
"overscroll-y": [{
|
|
414
|
-
"overscroll-y":
|
|
414
|
+
"overscroll-y": re()
|
|
415
415
|
}],
|
|
416
416
|
/**
|
|
417
417
|
* Position
|
|
@@ -423,63 +423,63 @@ const v = (e) => {
|
|
|
423
423
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
424
424
|
*/
|
|
425
425
|
inset: [{
|
|
426
|
-
inset: [
|
|
426
|
+
inset: [y]
|
|
427
427
|
}],
|
|
428
428
|
/**
|
|
429
429
|
* Right / Left
|
|
430
430
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
431
431
|
*/
|
|
432
432
|
"inset-x": [{
|
|
433
|
-
"inset-x": [
|
|
433
|
+
"inset-x": [y]
|
|
434
434
|
}],
|
|
435
435
|
/**
|
|
436
436
|
* Top / Bottom
|
|
437
437
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
438
438
|
*/
|
|
439
439
|
"inset-y": [{
|
|
440
|
-
"inset-y": [
|
|
440
|
+
"inset-y": [y]
|
|
441
441
|
}],
|
|
442
442
|
/**
|
|
443
443
|
* Start
|
|
444
444
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
445
445
|
*/
|
|
446
446
|
start: [{
|
|
447
|
-
start: [
|
|
447
|
+
start: [y]
|
|
448
448
|
}],
|
|
449
449
|
/**
|
|
450
450
|
* End
|
|
451
451
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
452
452
|
*/
|
|
453
453
|
end: [{
|
|
454
|
-
end: [
|
|
454
|
+
end: [y]
|
|
455
455
|
}],
|
|
456
456
|
/**
|
|
457
457
|
* Top
|
|
458
458
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
459
459
|
*/
|
|
460
460
|
top: [{
|
|
461
|
-
top: [
|
|
461
|
+
top: [y]
|
|
462
462
|
}],
|
|
463
463
|
/**
|
|
464
464
|
* Right
|
|
465
465
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
466
466
|
*/
|
|
467
467
|
right: [{
|
|
468
|
-
right: [
|
|
468
|
+
right: [y]
|
|
469
469
|
}],
|
|
470
470
|
/**
|
|
471
471
|
* Bottom
|
|
472
472
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
473
473
|
*/
|
|
474
474
|
bottom: [{
|
|
475
|
-
bottom: [
|
|
475
|
+
bottom: [y]
|
|
476
476
|
}],
|
|
477
477
|
/**
|
|
478
478
|
* Left
|
|
479
479
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
480
480
|
*/
|
|
481
481
|
left: [{
|
|
482
|
-
left: [
|
|
482
|
+
left: [y]
|
|
483
483
|
}],
|
|
484
484
|
/**
|
|
485
485
|
* Visibility
|
|
@@ -491,7 +491,7 @@ const v = (e) => {
|
|
|
491
491
|
* @see https://tailwindcss.com/docs/z-index
|
|
492
492
|
*/
|
|
493
493
|
z: [{
|
|
494
|
-
z: ["auto",
|
|
494
|
+
z: ["auto", F, g]
|
|
495
495
|
}],
|
|
496
496
|
// Flexbox and Grid
|
|
497
497
|
/**
|
|
@@ -499,7 +499,7 @@ const v = (e) => {
|
|
|
499
499
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
500
500
|
*/
|
|
501
501
|
basis: [{
|
|
502
|
-
basis:
|
|
502
|
+
basis: ne()
|
|
503
503
|
}],
|
|
504
504
|
/**
|
|
505
505
|
* Flex Direction
|
|
@@ -520,35 +520,35 @@ const v = (e) => {
|
|
|
520
520
|
* @see https://tailwindcss.com/docs/flex
|
|
521
521
|
*/
|
|
522
522
|
flex: [{
|
|
523
|
-
flex: ["1", "auto", "initial", "none",
|
|
523
|
+
flex: ["1", "auto", "initial", "none", g]
|
|
524
524
|
}],
|
|
525
525
|
/**
|
|
526
526
|
* Flex Grow
|
|
527
527
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
528
528
|
*/
|
|
529
529
|
grow: [{
|
|
530
|
-
grow:
|
|
530
|
+
grow: $()
|
|
531
531
|
}],
|
|
532
532
|
/**
|
|
533
533
|
* Flex Shrink
|
|
534
534
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
535
535
|
*/
|
|
536
536
|
shrink: [{
|
|
537
|
-
shrink:
|
|
537
|
+
shrink: $()
|
|
538
538
|
}],
|
|
539
539
|
/**
|
|
540
540
|
* Order
|
|
541
541
|
* @see https://tailwindcss.com/docs/order
|
|
542
542
|
*/
|
|
543
543
|
order: [{
|
|
544
|
-
order: ["first", "last", "none",
|
|
544
|
+
order: ["first", "last", "none", F, g]
|
|
545
545
|
}],
|
|
546
546
|
/**
|
|
547
547
|
* Grid Template Columns
|
|
548
548
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
549
549
|
*/
|
|
550
550
|
"grid-cols": [{
|
|
551
|
-
"grid-cols": [
|
|
551
|
+
"grid-cols": [Z]
|
|
552
552
|
}],
|
|
553
553
|
/**
|
|
554
554
|
* Grid Column Start / End
|
|
@@ -556,29 +556,29 @@ const v = (e) => {
|
|
|
556
556
|
*/
|
|
557
557
|
"col-start-end": [{
|
|
558
558
|
col: ["auto", {
|
|
559
|
-
span: ["full",
|
|
560
|
-
},
|
|
559
|
+
span: ["full", F, g]
|
|
560
|
+
}, g]
|
|
561
561
|
}],
|
|
562
562
|
/**
|
|
563
563
|
* Grid Column Start
|
|
564
564
|
* @see https://tailwindcss.com/docs/grid-column
|
|
565
565
|
*/
|
|
566
566
|
"col-start": [{
|
|
567
|
-
"col-start":
|
|
567
|
+
"col-start": J()
|
|
568
568
|
}],
|
|
569
569
|
/**
|
|
570
570
|
* Grid Column End
|
|
571
571
|
* @see https://tailwindcss.com/docs/grid-column
|
|
572
572
|
*/
|
|
573
573
|
"col-end": [{
|
|
574
|
-
"col-end":
|
|
574
|
+
"col-end": J()
|
|
575
575
|
}],
|
|
576
576
|
/**
|
|
577
577
|
* Grid Template Rows
|
|
578
578
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
579
579
|
*/
|
|
580
580
|
"grid-rows": [{
|
|
581
|
-
"grid-rows": [
|
|
581
|
+
"grid-rows": [Z]
|
|
582
582
|
}],
|
|
583
583
|
/**
|
|
584
584
|
* Grid Row Start / End
|
|
@@ -586,22 +586,22 @@ const v = (e) => {
|
|
|
586
586
|
*/
|
|
587
587
|
"row-start-end": [{
|
|
588
588
|
row: ["auto", {
|
|
589
|
-
span: [
|
|
590
|
-
},
|
|
589
|
+
span: [F, g]
|
|
590
|
+
}, g]
|
|
591
591
|
}],
|
|
592
592
|
/**
|
|
593
593
|
* Grid Row Start
|
|
594
594
|
* @see https://tailwindcss.com/docs/grid-row
|
|
595
595
|
*/
|
|
596
596
|
"row-start": [{
|
|
597
|
-
"row-start":
|
|
597
|
+
"row-start": J()
|
|
598
598
|
}],
|
|
599
599
|
/**
|
|
600
600
|
* Grid Row End
|
|
601
601
|
* @see https://tailwindcss.com/docs/grid-row
|
|
602
602
|
*/
|
|
603
603
|
"row-end": [{
|
|
604
|
-
"row-end":
|
|
604
|
+
"row-end": J()
|
|
605
605
|
}],
|
|
606
606
|
/**
|
|
607
607
|
* Grid Auto Flow
|
|
@@ -615,42 +615,42 @@ const v = (e) => {
|
|
|
615
615
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
616
616
|
*/
|
|
617
617
|
"auto-cols": [{
|
|
618
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
618
|
+
"auto-cols": ["auto", "min", "max", "fr", g]
|
|
619
619
|
}],
|
|
620
620
|
/**
|
|
621
621
|
* Grid Auto Rows
|
|
622
622
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
623
623
|
*/
|
|
624
624
|
"auto-rows": [{
|
|
625
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
625
|
+
"auto-rows": ["auto", "min", "max", "fr", g]
|
|
626
626
|
}],
|
|
627
627
|
/**
|
|
628
628
|
* Gap
|
|
629
629
|
* @see https://tailwindcss.com/docs/gap
|
|
630
630
|
*/
|
|
631
631
|
gap: [{
|
|
632
|
-
gap: [
|
|
632
|
+
gap: [x]
|
|
633
633
|
}],
|
|
634
634
|
/**
|
|
635
635
|
* Gap X
|
|
636
636
|
* @see https://tailwindcss.com/docs/gap
|
|
637
637
|
*/
|
|
638
638
|
"gap-x": [{
|
|
639
|
-
"gap-x": [
|
|
639
|
+
"gap-x": [x]
|
|
640
640
|
}],
|
|
641
641
|
/**
|
|
642
642
|
* Gap Y
|
|
643
643
|
* @see https://tailwindcss.com/docs/gap
|
|
644
644
|
*/
|
|
645
645
|
"gap-y": [{
|
|
646
|
-
"gap-y": [
|
|
646
|
+
"gap-y": [x]
|
|
647
647
|
}],
|
|
648
648
|
/**
|
|
649
649
|
* Justify Content
|
|
650
650
|
* @see https://tailwindcss.com/docs/justify-content
|
|
651
651
|
*/
|
|
652
652
|
"justify-content": [{
|
|
653
|
-
justify: ["normal", ...
|
|
653
|
+
justify: ["normal", ...se()]
|
|
654
654
|
}],
|
|
655
655
|
/**
|
|
656
656
|
* Justify Items
|
|
@@ -671,7 +671,7 @@ const v = (e) => {
|
|
|
671
671
|
* @see https://tailwindcss.com/docs/align-content
|
|
672
672
|
*/
|
|
673
673
|
"align-content": [{
|
|
674
|
-
content: ["normal", ...
|
|
674
|
+
content: ["normal", ...se(), "baseline"]
|
|
675
675
|
}],
|
|
676
676
|
/**
|
|
677
677
|
* Align Items
|
|
@@ -692,7 +692,7 @@ const v = (e) => {
|
|
|
692
692
|
* @see https://tailwindcss.com/docs/place-content
|
|
693
693
|
*/
|
|
694
694
|
"place-content": [{
|
|
695
|
-
"place-content": [...
|
|
695
|
+
"place-content": [...se(), "baseline"]
|
|
696
696
|
}],
|
|
697
697
|
/**
|
|
698
698
|
* Place Items
|
|
@@ -714,133 +714,133 @@ const v = (e) => {
|
|
|
714
714
|
* @see https://tailwindcss.com/docs/padding
|
|
715
715
|
*/
|
|
716
716
|
p: [{
|
|
717
|
-
p: [
|
|
717
|
+
p: [C]
|
|
718
718
|
}],
|
|
719
719
|
/**
|
|
720
720
|
* Padding X
|
|
721
721
|
* @see https://tailwindcss.com/docs/padding
|
|
722
722
|
*/
|
|
723
723
|
px: [{
|
|
724
|
-
px: [
|
|
724
|
+
px: [C]
|
|
725
725
|
}],
|
|
726
726
|
/**
|
|
727
727
|
* Padding Y
|
|
728
728
|
* @see https://tailwindcss.com/docs/padding
|
|
729
729
|
*/
|
|
730
730
|
py: [{
|
|
731
|
-
py: [
|
|
731
|
+
py: [C]
|
|
732
732
|
}],
|
|
733
733
|
/**
|
|
734
734
|
* Padding Start
|
|
735
735
|
* @see https://tailwindcss.com/docs/padding
|
|
736
736
|
*/
|
|
737
737
|
ps: [{
|
|
738
|
-
ps: [
|
|
738
|
+
ps: [C]
|
|
739
739
|
}],
|
|
740
740
|
/**
|
|
741
741
|
* Padding End
|
|
742
742
|
* @see https://tailwindcss.com/docs/padding
|
|
743
743
|
*/
|
|
744
744
|
pe: [{
|
|
745
|
-
pe: [
|
|
745
|
+
pe: [C]
|
|
746
746
|
}],
|
|
747
747
|
/**
|
|
748
748
|
* Padding Top
|
|
749
749
|
* @see https://tailwindcss.com/docs/padding
|
|
750
750
|
*/
|
|
751
751
|
pt: [{
|
|
752
|
-
pt: [
|
|
752
|
+
pt: [C]
|
|
753
753
|
}],
|
|
754
754
|
/**
|
|
755
755
|
* Padding Right
|
|
756
756
|
* @see https://tailwindcss.com/docs/padding
|
|
757
757
|
*/
|
|
758
758
|
pr: [{
|
|
759
|
-
pr: [
|
|
759
|
+
pr: [C]
|
|
760
760
|
}],
|
|
761
761
|
/**
|
|
762
762
|
* Padding Bottom
|
|
763
763
|
* @see https://tailwindcss.com/docs/padding
|
|
764
764
|
*/
|
|
765
765
|
pb: [{
|
|
766
|
-
pb: [
|
|
766
|
+
pb: [C]
|
|
767
767
|
}],
|
|
768
768
|
/**
|
|
769
769
|
* Padding Left
|
|
770
770
|
* @see https://tailwindcss.com/docs/padding
|
|
771
771
|
*/
|
|
772
772
|
pl: [{
|
|
773
|
-
pl: [
|
|
773
|
+
pl: [C]
|
|
774
774
|
}],
|
|
775
775
|
/**
|
|
776
776
|
* Margin
|
|
777
777
|
* @see https://tailwindcss.com/docs/margin
|
|
778
778
|
*/
|
|
779
779
|
m: [{
|
|
780
|
-
m: [
|
|
780
|
+
m: [p]
|
|
781
781
|
}],
|
|
782
782
|
/**
|
|
783
783
|
* Margin X
|
|
784
784
|
* @see https://tailwindcss.com/docs/margin
|
|
785
785
|
*/
|
|
786
786
|
mx: [{
|
|
787
|
-
mx: [
|
|
787
|
+
mx: [p]
|
|
788
788
|
}],
|
|
789
789
|
/**
|
|
790
790
|
* Margin Y
|
|
791
791
|
* @see https://tailwindcss.com/docs/margin
|
|
792
792
|
*/
|
|
793
793
|
my: [{
|
|
794
|
-
my: [
|
|
794
|
+
my: [p]
|
|
795
795
|
}],
|
|
796
796
|
/**
|
|
797
797
|
* Margin Start
|
|
798
798
|
* @see https://tailwindcss.com/docs/margin
|
|
799
799
|
*/
|
|
800
800
|
ms: [{
|
|
801
|
-
ms: [
|
|
801
|
+
ms: [p]
|
|
802
802
|
}],
|
|
803
803
|
/**
|
|
804
804
|
* Margin End
|
|
805
805
|
* @see https://tailwindcss.com/docs/margin
|
|
806
806
|
*/
|
|
807
807
|
me: [{
|
|
808
|
-
me: [
|
|
808
|
+
me: [p]
|
|
809
809
|
}],
|
|
810
810
|
/**
|
|
811
811
|
* Margin Top
|
|
812
812
|
* @see https://tailwindcss.com/docs/margin
|
|
813
813
|
*/
|
|
814
814
|
mt: [{
|
|
815
|
-
mt: [
|
|
815
|
+
mt: [p]
|
|
816
816
|
}],
|
|
817
817
|
/**
|
|
818
818
|
* Margin Right
|
|
819
819
|
* @see https://tailwindcss.com/docs/margin
|
|
820
820
|
*/
|
|
821
821
|
mr: [{
|
|
822
|
-
mr: [
|
|
822
|
+
mr: [p]
|
|
823
823
|
}],
|
|
824
824
|
/**
|
|
825
825
|
* Margin Bottom
|
|
826
826
|
* @see https://tailwindcss.com/docs/margin
|
|
827
827
|
*/
|
|
828
828
|
mb: [{
|
|
829
|
-
mb: [
|
|
829
|
+
mb: [p]
|
|
830
830
|
}],
|
|
831
831
|
/**
|
|
832
832
|
* Margin Left
|
|
833
833
|
* @see https://tailwindcss.com/docs/margin
|
|
834
834
|
*/
|
|
835
835
|
ml: [{
|
|
836
|
-
ml: [
|
|
836
|
+
ml: [p]
|
|
837
837
|
}],
|
|
838
838
|
/**
|
|
839
839
|
* Space Between X
|
|
840
840
|
* @see https://tailwindcss.com/docs/space
|
|
841
841
|
*/
|
|
842
842
|
"space-x": [{
|
|
843
|
-
"space-x": [
|
|
843
|
+
"space-x": [xe]
|
|
844
844
|
}],
|
|
845
845
|
/**
|
|
846
846
|
* Space Between X Reverse
|
|
@@ -852,7 +852,7 @@ const v = (e) => {
|
|
|
852
852
|
* @see https://tailwindcss.com/docs/space
|
|
853
853
|
*/
|
|
854
854
|
"space-y": [{
|
|
855
|
-
"space-y": [
|
|
855
|
+
"space-y": [xe]
|
|
856
856
|
}],
|
|
857
857
|
/**
|
|
858
858
|
* Space Between Y Reverse
|
|
@@ -865,21 +865,21 @@ const v = (e) => {
|
|
|
865
865
|
* @see https://tailwindcss.com/docs/width
|
|
866
866
|
*/
|
|
867
867
|
w: [{
|
|
868
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
868
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", g, t]
|
|
869
869
|
}],
|
|
870
870
|
/**
|
|
871
871
|
* Min-Width
|
|
872
872
|
* @see https://tailwindcss.com/docs/min-width
|
|
873
873
|
*/
|
|
874
874
|
"min-w": [{
|
|
875
|
-
"min-w": [
|
|
875
|
+
"min-w": [g, t, "min", "max", "fit"]
|
|
876
876
|
}],
|
|
877
877
|
/**
|
|
878
878
|
* Max-Width
|
|
879
879
|
* @see https://tailwindcss.com/docs/max-width
|
|
880
880
|
*/
|
|
881
881
|
"max-w": [{
|
|
882
|
-
"max-w": [
|
|
882
|
+
"max-w": [g, t, "none", "full", "min", "max", "fit", "prose", {
|
|
883
883
|
screen: [G]
|
|
884
884
|
}, G]
|
|
885
885
|
}],
|
|
@@ -888,28 +888,28 @@ const v = (e) => {
|
|
|
888
888
|
* @see https://tailwindcss.com/docs/height
|
|
889
889
|
*/
|
|
890
890
|
h: [{
|
|
891
|
-
h: [
|
|
891
|
+
h: [g, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
892
892
|
}],
|
|
893
893
|
/**
|
|
894
894
|
* Min-Height
|
|
895
895
|
* @see https://tailwindcss.com/docs/min-height
|
|
896
896
|
*/
|
|
897
897
|
"min-h": [{
|
|
898
|
-
"min-h": [
|
|
898
|
+
"min-h": [g, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
899
899
|
}],
|
|
900
900
|
/**
|
|
901
901
|
* Max-Height
|
|
902
902
|
* @see https://tailwindcss.com/docs/max-height
|
|
903
903
|
*/
|
|
904
904
|
"max-h": [{
|
|
905
|
-
"max-h": [
|
|
905
|
+
"max-h": [g, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
906
906
|
}],
|
|
907
907
|
/**
|
|
908
908
|
* Size
|
|
909
909
|
* @see https://tailwindcss.com/docs/size
|
|
910
910
|
*/
|
|
911
911
|
size: [{
|
|
912
|
-
size: [
|
|
912
|
+
size: [g, t, "auto", "min", "max", "fit"]
|
|
913
913
|
}],
|
|
914
914
|
// Typography
|
|
915
915
|
/**
|
|
@@ -917,7 +917,7 @@ const v = (e) => {
|
|
|
917
917
|
* @see https://tailwindcss.com/docs/font-size
|
|
918
918
|
*/
|
|
919
919
|
"font-size": [{
|
|
920
|
-
text: ["base", G,
|
|
920
|
+
text: ["base", G, B]
|
|
921
921
|
}],
|
|
922
922
|
/**
|
|
923
923
|
* Font Smoothing
|
|
@@ -934,14 +934,14 @@ const v = (e) => {
|
|
|
934
934
|
* @see https://tailwindcss.com/docs/font-weight
|
|
935
935
|
*/
|
|
936
936
|
"font-weight": [{
|
|
937
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
937
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", ae]
|
|
938
938
|
}],
|
|
939
939
|
/**
|
|
940
940
|
* Font Family
|
|
941
941
|
* @see https://tailwindcss.com/docs/font-family
|
|
942
942
|
*/
|
|
943
943
|
"font-family": [{
|
|
944
|
-
font: [
|
|
944
|
+
font: [Z]
|
|
945
945
|
}],
|
|
946
946
|
/**
|
|
947
947
|
* Font Variant Numeric
|
|
@@ -978,35 +978,35 @@ const v = (e) => {
|
|
|
978
978
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
979
979
|
*/
|
|
980
980
|
tracking: [{
|
|
981
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
981
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", g]
|
|
982
982
|
}],
|
|
983
983
|
/**
|
|
984
984
|
* Line Clamp
|
|
985
985
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
986
986
|
*/
|
|
987
987
|
"line-clamp": [{
|
|
988
|
-
"line-clamp": ["none",
|
|
988
|
+
"line-clamp": ["none", H, ae]
|
|
989
989
|
}],
|
|
990
990
|
/**
|
|
991
991
|
* Line Height
|
|
992
992
|
* @see https://tailwindcss.com/docs/line-height
|
|
993
993
|
*/
|
|
994
994
|
leading: [{
|
|
995
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
995
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", T, g]
|
|
996
996
|
}],
|
|
997
997
|
/**
|
|
998
998
|
* List Style Image
|
|
999
999
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1000
1000
|
*/
|
|
1001
1001
|
"list-image": [{
|
|
1002
|
-
"list-image": ["none",
|
|
1002
|
+
"list-image": ["none", g]
|
|
1003
1003
|
}],
|
|
1004
1004
|
/**
|
|
1005
1005
|
* List Style Type
|
|
1006
1006
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1007
1007
|
*/
|
|
1008
1008
|
"list-style-type": [{
|
|
1009
|
-
list: ["none", "disc", "decimal",
|
|
1009
|
+
list: ["none", "disc", "decimal", g]
|
|
1010
1010
|
}],
|
|
1011
1011
|
/**
|
|
1012
1012
|
* List Style Position
|
|
@@ -1028,7 +1028,7 @@ const v = (e) => {
|
|
|
1028
1028
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1029
1029
|
*/
|
|
1030
1030
|
"placeholder-opacity": [{
|
|
1031
|
-
"placeholder-opacity": [
|
|
1031
|
+
"placeholder-opacity": [m]
|
|
1032
1032
|
}],
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Text Alignment
|
|
@@ -1049,7 +1049,7 @@ const v = (e) => {
|
|
|
1049
1049
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1050
1050
|
*/
|
|
1051
1051
|
"text-opacity": [{
|
|
1052
|
-
"text-opacity": [
|
|
1052
|
+
"text-opacity": [m]
|
|
1053
1053
|
}],
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Text Decoration
|
|
@@ -1061,21 +1061,21 @@ const v = (e) => {
|
|
|
1061
1061
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1062
1062
|
*/
|
|
1063
1063
|
"text-decoration-style": [{
|
|
1064
|
-
decoration: [...
|
|
1064
|
+
decoration: [...K(), "wavy"]
|
|
1065
1065
|
}],
|
|
1066
1066
|
/**
|
|
1067
1067
|
* Text Decoration Thickness
|
|
1068
1068
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1069
1069
|
*/
|
|
1070
1070
|
"text-decoration-thickness": [{
|
|
1071
|
-
decoration: ["auto", "from-font",
|
|
1071
|
+
decoration: ["auto", "from-font", T, B]
|
|
1072
1072
|
}],
|
|
1073
1073
|
/**
|
|
1074
1074
|
* Text Underline Offset
|
|
1075
1075
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1076
1076
|
*/
|
|
1077
1077
|
"underline-offset": [{
|
|
1078
|
-
"underline-offset": ["auto",
|
|
1078
|
+
"underline-offset": ["auto", T, g]
|
|
1079
1079
|
}],
|
|
1080
1080
|
/**
|
|
1081
1081
|
* Text Decoration Color
|
|
@@ -1106,14 +1106,14 @@ const v = (e) => {
|
|
|
1106
1106
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1107
1107
|
*/
|
|
1108
1108
|
indent: [{
|
|
1109
|
-
indent:
|
|
1109
|
+
indent: k()
|
|
1110
1110
|
}],
|
|
1111
1111
|
/**
|
|
1112
1112
|
* Vertical Alignment
|
|
1113
1113
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1114
1114
|
*/
|
|
1115
1115
|
"vertical-align": [{
|
|
1116
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1116
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", g]
|
|
1117
1117
|
}],
|
|
1118
1118
|
/**
|
|
1119
1119
|
* Whitespace
|
|
@@ -1141,7 +1141,7 @@ const v = (e) => {
|
|
|
1141
1141
|
* @see https://tailwindcss.com/docs/content
|
|
1142
1142
|
*/
|
|
1143
1143
|
content: [{
|
|
1144
|
-
content: ["none",
|
|
1144
|
+
content: ["none", g]
|
|
1145
1145
|
}],
|
|
1146
1146
|
// Backgrounds
|
|
1147
1147
|
/**
|
|
@@ -1164,7 +1164,7 @@ const v = (e) => {
|
|
|
1164
1164
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1165
1165
|
*/
|
|
1166
1166
|
"bg-opacity": [{
|
|
1167
|
-
"bg-opacity": [
|
|
1167
|
+
"bg-opacity": [m]
|
|
1168
1168
|
}],
|
|
1169
1169
|
/**
|
|
1170
1170
|
* Background Origin
|
|
@@ -1178,7 +1178,7 @@ const v = (e) => {
|
|
|
1178
1178
|
* @see https://tailwindcss.com/docs/background-position
|
|
1179
1179
|
*/
|
|
1180
1180
|
"bg-position": [{
|
|
1181
|
-
bg: [...Ce(),
|
|
1181
|
+
bg: [...Ce(), It]
|
|
1182
1182
|
}],
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Background Repeat
|
|
@@ -1217,42 +1217,42 @@ const v = (e) => {
|
|
|
1217
1217
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1218
1218
|
*/
|
|
1219
1219
|
"gradient-from-pos": [{
|
|
1220
|
-
from: [
|
|
1220
|
+
from: [N]
|
|
1221
1221
|
}],
|
|
1222
1222
|
/**
|
|
1223
1223
|
* Gradient Color Stops Via Position
|
|
1224
1224
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1225
1225
|
*/
|
|
1226
1226
|
"gradient-via-pos": [{
|
|
1227
|
-
via: [
|
|
1227
|
+
via: [N]
|
|
1228
1228
|
}],
|
|
1229
1229
|
/**
|
|
1230
1230
|
* Gradient Color Stops To Position
|
|
1231
1231
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1232
1232
|
*/
|
|
1233
1233
|
"gradient-to-pos": [{
|
|
1234
|
-
to: [
|
|
1234
|
+
to: [N]
|
|
1235
1235
|
}],
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Gradient Color Stops From
|
|
1238
1238
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1239
1239
|
*/
|
|
1240
1240
|
"gradient-from": [{
|
|
1241
|
-
from: [
|
|
1241
|
+
from: [I]
|
|
1242
1242
|
}],
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Gradient Color Stops Via
|
|
1245
1245
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1246
1246
|
*/
|
|
1247
1247
|
"gradient-via": [{
|
|
1248
|
-
via: [
|
|
1248
|
+
via: [I]
|
|
1249
1249
|
}],
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Gradient Color Stops To
|
|
1252
1252
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1253
1253
|
*/
|
|
1254
1254
|
"gradient-to": [{
|
|
1255
|
-
to: [
|
|
1255
|
+
to: [I]
|
|
1256
1256
|
}],
|
|
1257
1257
|
// Borders
|
|
1258
1258
|
/**
|
|
@@ -1365,84 +1365,84 @@ const v = (e) => {
|
|
|
1365
1365
|
* @see https://tailwindcss.com/docs/border-width
|
|
1366
1366
|
*/
|
|
1367
1367
|
"border-w": [{
|
|
1368
|
-
border: [
|
|
1368
|
+
border: [i]
|
|
1369
1369
|
}],
|
|
1370
1370
|
/**
|
|
1371
1371
|
* Border Width X
|
|
1372
1372
|
* @see https://tailwindcss.com/docs/border-width
|
|
1373
1373
|
*/
|
|
1374
1374
|
"border-w-x": [{
|
|
1375
|
-
"border-x": [
|
|
1375
|
+
"border-x": [i]
|
|
1376
1376
|
}],
|
|
1377
1377
|
/**
|
|
1378
1378
|
* Border Width Y
|
|
1379
1379
|
* @see https://tailwindcss.com/docs/border-width
|
|
1380
1380
|
*/
|
|
1381
1381
|
"border-w-y": [{
|
|
1382
|
-
"border-y": [
|
|
1382
|
+
"border-y": [i]
|
|
1383
1383
|
}],
|
|
1384
1384
|
/**
|
|
1385
1385
|
* Border Width Start
|
|
1386
1386
|
* @see https://tailwindcss.com/docs/border-width
|
|
1387
1387
|
*/
|
|
1388
1388
|
"border-w-s": [{
|
|
1389
|
-
"border-s": [
|
|
1389
|
+
"border-s": [i]
|
|
1390
1390
|
}],
|
|
1391
1391
|
/**
|
|
1392
1392
|
* Border Width End
|
|
1393
1393
|
* @see https://tailwindcss.com/docs/border-width
|
|
1394
1394
|
*/
|
|
1395
1395
|
"border-w-e": [{
|
|
1396
|
-
"border-e": [
|
|
1396
|
+
"border-e": [i]
|
|
1397
1397
|
}],
|
|
1398
1398
|
/**
|
|
1399
1399
|
* Border Width Top
|
|
1400
1400
|
* @see https://tailwindcss.com/docs/border-width
|
|
1401
1401
|
*/
|
|
1402
1402
|
"border-w-t": [{
|
|
1403
|
-
"border-t": [
|
|
1403
|
+
"border-t": [i]
|
|
1404
1404
|
}],
|
|
1405
1405
|
/**
|
|
1406
1406
|
* Border Width Right
|
|
1407
1407
|
* @see https://tailwindcss.com/docs/border-width
|
|
1408
1408
|
*/
|
|
1409
1409
|
"border-w-r": [{
|
|
1410
|
-
"border-r": [
|
|
1410
|
+
"border-r": [i]
|
|
1411
1411
|
}],
|
|
1412
1412
|
/**
|
|
1413
1413
|
* Border Width Bottom
|
|
1414
1414
|
* @see https://tailwindcss.com/docs/border-width
|
|
1415
1415
|
*/
|
|
1416
1416
|
"border-w-b": [{
|
|
1417
|
-
"border-b": [
|
|
1417
|
+
"border-b": [i]
|
|
1418
1418
|
}],
|
|
1419
1419
|
/**
|
|
1420
1420
|
* Border Width Left
|
|
1421
1421
|
* @see https://tailwindcss.com/docs/border-width
|
|
1422
1422
|
*/
|
|
1423
1423
|
"border-w-l": [{
|
|
1424
|
-
"border-l": [
|
|
1424
|
+
"border-l": [i]
|
|
1425
1425
|
}],
|
|
1426
1426
|
/**
|
|
1427
1427
|
* Border Opacity
|
|
1428
1428
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
1429
1429
|
*/
|
|
1430
1430
|
"border-opacity": [{
|
|
1431
|
-
"border-opacity": [
|
|
1431
|
+
"border-opacity": [m]
|
|
1432
1432
|
}],
|
|
1433
1433
|
/**
|
|
1434
1434
|
* Border Style
|
|
1435
1435
|
* @see https://tailwindcss.com/docs/border-style
|
|
1436
1436
|
*/
|
|
1437
1437
|
"border-style": [{
|
|
1438
|
-
border: [...
|
|
1438
|
+
border: [...K(), "hidden"]
|
|
1439
1439
|
}],
|
|
1440
1440
|
/**
|
|
1441
1441
|
* Divide Width X
|
|
1442
1442
|
* @see https://tailwindcss.com/docs/divide-width
|
|
1443
1443
|
*/
|
|
1444
1444
|
"divide-x": [{
|
|
1445
|
-
"divide-x": [
|
|
1445
|
+
"divide-x": [i]
|
|
1446
1446
|
}],
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Divide Width X Reverse
|
|
@@ -1454,7 +1454,7 @@ const v = (e) => {
|
|
|
1454
1454
|
* @see https://tailwindcss.com/docs/divide-width
|
|
1455
1455
|
*/
|
|
1456
1456
|
"divide-y": [{
|
|
1457
|
-
"divide-y": [
|
|
1457
|
+
"divide-y": [i]
|
|
1458
1458
|
}],
|
|
1459
1459
|
/**
|
|
1460
1460
|
* Divide Width Y Reverse
|
|
@@ -1466,14 +1466,14 @@ const v = (e) => {
|
|
|
1466
1466
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1467
1467
|
*/
|
|
1468
1468
|
"divide-opacity": [{
|
|
1469
|
-
"divide-opacity": [
|
|
1469
|
+
"divide-opacity": [m]
|
|
1470
1470
|
}],
|
|
1471
1471
|
/**
|
|
1472
1472
|
* Divide Style
|
|
1473
1473
|
* @see https://tailwindcss.com/docs/divide-style
|
|
1474
1474
|
*/
|
|
1475
1475
|
"divide-style": [{
|
|
1476
|
-
divide:
|
|
1476
|
+
divide: K()
|
|
1477
1477
|
}],
|
|
1478
1478
|
/**
|
|
1479
1479
|
* Border Color
|
|
@@ -1550,21 +1550,21 @@ const v = (e) => {
|
|
|
1550
1550
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1551
1551
|
*/
|
|
1552
1552
|
"outline-style": [{
|
|
1553
|
-
outline: ["", ...
|
|
1553
|
+
outline: ["", ...K()]
|
|
1554
1554
|
}],
|
|
1555
1555
|
/**
|
|
1556
1556
|
* Outline Offset
|
|
1557
1557
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1558
1558
|
*/
|
|
1559
1559
|
"outline-offset": [{
|
|
1560
|
-
"outline-offset": [
|
|
1560
|
+
"outline-offset": [T, g]
|
|
1561
1561
|
}],
|
|
1562
1562
|
/**
|
|
1563
1563
|
* Outline Width
|
|
1564
1564
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1565
1565
|
*/
|
|
1566
1566
|
"outline-w": [{
|
|
1567
|
-
outline: [
|
|
1567
|
+
outline: [T, B]
|
|
1568
1568
|
}],
|
|
1569
1569
|
/**
|
|
1570
1570
|
* Outline Color
|
|
@@ -1597,14 +1597,14 @@ const v = (e) => {
|
|
|
1597
1597
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1598
1598
|
*/
|
|
1599
1599
|
"ring-opacity": [{
|
|
1600
|
-
"ring-opacity": [
|
|
1600
|
+
"ring-opacity": [m]
|
|
1601
1601
|
}],
|
|
1602
1602
|
/**
|
|
1603
1603
|
* Ring Offset Width
|
|
1604
1604
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1605
1605
|
*/
|
|
1606
1606
|
"ring-offset-w": [{
|
|
1607
|
-
"ring-offset": [
|
|
1607
|
+
"ring-offset": [T, B]
|
|
1608
1608
|
}],
|
|
1609
1609
|
/**
|
|
1610
1610
|
* Ring Offset Color
|
|
@@ -1626,14 +1626,14 @@ const v = (e) => {
|
|
|
1626
1626
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1627
1627
|
*/
|
|
1628
1628
|
"shadow-color": [{
|
|
1629
|
-
shadow: [
|
|
1629
|
+
shadow: [Z]
|
|
1630
1630
|
}],
|
|
1631
1631
|
/**
|
|
1632
1632
|
* Opacity
|
|
1633
1633
|
* @see https://tailwindcss.com/docs/opacity
|
|
1634
1634
|
*/
|
|
1635
1635
|
opacity: [{
|
|
1636
|
-
opacity: [
|
|
1636
|
+
opacity: [m]
|
|
1637
1637
|
}],
|
|
1638
1638
|
/**
|
|
1639
1639
|
* Mix Blend Mode
|
|
@@ -1677,49 +1677,49 @@ const v = (e) => {
|
|
|
1677
1677
|
* @see https://tailwindcss.com/docs/contrast
|
|
1678
1678
|
*/
|
|
1679
1679
|
contrast: [{
|
|
1680
|
-
contrast: [
|
|
1680
|
+
contrast: [d]
|
|
1681
1681
|
}],
|
|
1682
1682
|
/**
|
|
1683
1683
|
* Drop Shadow
|
|
1684
1684
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1685
1685
|
*/
|
|
1686
1686
|
"drop-shadow": [{
|
|
1687
|
-
"drop-shadow": ["", "none", G,
|
|
1687
|
+
"drop-shadow": ["", "none", G, g]
|
|
1688
1688
|
}],
|
|
1689
1689
|
/**
|
|
1690
1690
|
* Grayscale
|
|
1691
1691
|
* @see https://tailwindcss.com/docs/grayscale
|
|
1692
1692
|
*/
|
|
1693
1693
|
grayscale: [{
|
|
1694
|
-
grayscale: [
|
|
1694
|
+
grayscale: [c]
|
|
1695
1695
|
}],
|
|
1696
1696
|
/**
|
|
1697
1697
|
* Hue Rotate
|
|
1698
1698
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1699
1699
|
*/
|
|
1700
1700
|
"hue-rotate": [{
|
|
1701
|
-
"hue-rotate": [
|
|
1701
|
+
"hue-rotate": [h]
|
|
1702
1702
|
}],
|
|
1703
1703
|
/**
|
|
1704
1704
|
* Invert
|
|
1705
1705
|
* @see https://tailwindcss.com/docs/invert
|
|
1706
1706
|
*/
|
|
1707
1707
|
invert: [{
|
|
1708
|
-
invert: [
|
|
1708
|
+
invert: [f]
|
|
1709
1709
|
}],
|
|
1710
1710
|
/**
|
|
1711
1711
|
* Saturate
|
|
1712
1712
|
* @see https://tailwindcss.com/docs/saturate
|
|
1713
1713
|
*/
|
|
1714
1714
|
saturate: [{
|
|
1715
|
-
saturate: [
|
|
1715
|
+
saturate: [j]
|
|
1716
1716
|
}],
|
|
1717
1717
|
/**
|
|
1718
1718
|
* Sepia
|
|
1719
1719
|
* @see https://tailwindcss.com/docs/sepia
|
|
1720
1720
|
*/
|
|
1721
1721
|
sepia: [{
|
|
1722
|
-
sepia: [
|
|
1722
|
+
sepia: [R]
|
|
1723
1723
|
}],
|
|
1724
1724
|
/**
|
|
1725
1725
|
* Backdrop Filter
|
|
@@ -1748,49 +1748,49 @@ const v = (e) => {
|
|
|
1748
1748
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1749
1749
|
*/
|
|
1750
1750
|
"backdrop-contrast": [{
|
|
1751
|
-
"backdrop-contrast": [
|
|
1751
|
+
"backdrop-contrast": [d]
|
|
1752
1752
|
}],
|
|
1753
1753
|
/**
|
|
1754
1754
|
* Backdrop Grayscale
|
|
1755
1755
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1756
1756
|
*/
|
|
1757
1757
|
"backdrop-grayscale": [{
|
|
1758
|
-
"backdrop-grayscale": [
|
|
1758
|
+
"backdrop-grayscale": [c]
|
|
1759
1759
|
}],
|
|
1760
1760
|
/**
|
|
1761
1761
|
* Backdrop Hue Rotate
|
|
1762
1762
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1763
1763
|
*/
|
|
1764
1764
|
"backdrop-hue-rotate": [{
|
|
1765
|
-
"backdrop-hue-rotate": [
|
|
1765
|
+
"backdrop-hue-rotate": [h]
|
|
1766
1766
|
}],
|
|
1767
1767
|
/**
|
|
1768
1768
|
* Backdrop Invert
|
|
1769
1769
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1770
1770
|
*/
|
|
1771
1771
|
"backdrop-invert": [{
|
|
1772
|
-
"backdrop-invert": [
|
|
1772
|
+
"backdrop-invert": [f]
|
|
1773
1773
|
}],
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Backdrop Opacity
|
|
1776
1776
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1777
1777
|
*/
|
|
1778
1778
|
"backdrop-opacity": [{
|
|
1779
|
-
"backdrop-opacity": [
|
|
1779
|
+
"backdrop-opacity": [m]
|
|
1780
1780
|
}],
|
|
1781
1781
|
/**
|
|
1782
1782
|
* Backdrop Saturate
|
|
1783
1783
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1784
1784
|
*/
|
|
1785
1785
|
"backdrop-saturate": [{
|
|
1786
|
-
"backdrop-saturate": [
|
|
1786
|
+
"backdrop-saturate": [j]
|
|
1787
1787
|
}],
|
|
1788
1788
|
/**
|
|
1789
1789
|
* Backdrop Sepia
|
|
1790
1790
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1791
1791
|
*/
|
|
1792
1792
|
"backdrop-sepia": [{
|
|
1793
|
-
"backdrop-sepia": [
|
|
1793
|
+
"backdrop-sepia": [R]
|
|
1794
1794
|
}],
|
|
1795
1795
|
// Tables
|
|
1796
1796
|
/**
|
|
@@ -1841,35 +1841,35 @@ const v = (e) => {
|
|
|
1841
1841
|
* @see https://tailwindcss.com/docs/transition-property
|
|
1842
1842
|
*/
|
|
1843
1843
|
transition: [{
|
|
1844
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
1844
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", g]
|
|
1845
1845
|
}],
|
|
1846
1846
|
/**
|
|
1847
1847
|
* Transition Duration
|
|
1848
1848
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1849
1849
|
*/
|
|
1850
1850
|
duration: [{
|
|
1851
|
-
duration:
|
|
1851
|
+
duration: S()
|
|
1852
1852
|
}],
|
|
1853
1853
|
/**
|
|
1854
1854
|
* Transition Timing Function
|
|
1855
1855
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1856
1856
|
*/
|
|
1857
1857
|
ease: [{
|
|
1858
|
-
ease: ["linear", "in", "out", "in-out",
|
|
1858
|
+
ease: ["linear", "in", "out", "in-out", g]
|
|
1859
1859
|
}],
|
|
1860
1860
|
/**
|
|
1861
1861
|
* Transition Delay
|
|
1862
1862
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1863
1863
|
*/
|
|
1864
1864
|
delay: [{
|
|
1865
|
-
delay:
|
|
1865
|
+
delay: S()
|
|
1866
1866
|
}],
|
|
1867
1867
|
/**
|
|
1868
1868
|
* Animation
|
|
1869
1869
|
* @see https://tailwindcss.com/docs/animation
|
|
1870
1870
|
*/
|
|
1871
1871
|
animate: [{
|
|
1872
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
1872
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", g]
|
|
1873
1873
|
}],
|
|
1874
1874
|
// Transforms
|
|
1875
1875
|
/**
|
|
@@ -1884,63 +1884,63 @@ const v = (e) => {
|
|
|
1884
1884
|
* @see https://tailwindcss.com/docs/scale
|
|
1885
1885
|
*/
|
|
1886
1886
|
scale: [{
|
|
1887
|
-
scale: [
|
|
1887
|
+
scale: [M]
|
|
1888
1888
|
}],
|
|
1889
1889
|
/**
|
|
1890
1890
|
* Scale X
|
|
1891
1891
|
* @see https://tailwindcss.com/docs/scale
|
|
1892
1892
|
*/
|
|
1893
1893
|
"scale-x": [{
|
|
1894
|
-
"scale-x": [
|
|
1894
|
+
"scale-x": [M]
|
|
1895
1895
|
}],
|
|
1896
1896
|
/**
|
|
1897
1897
|
* Scale Y
|
|
1898
1898
|
* @see https://tailwindcss.com/docs/scale
|
|
1899
1899
|
*/
|
|
1900
1900
|
"scale-y": [{
|
|
1901
|
-
"scale-y": [
|
|
1901
|
+
"scale-y": [M]
|
|
1902
1902
|
}],
|
|
1903
1903
|
/**
|
|
1904
1904
|
* Rotate
|
|
1905
1905
|
* @see https://tailwindcss.com/docs/rotate
|
|
1906
1906
|
*/
|
|
1907
1907
|
rotate: [{
|
|
1908
|
-
rotate: [
|
|
1908
|
+
rotate: [F, g]
|
|
1909
1909
|
}],
|
|
1910
1910
|
/**
|
|
1911
1911
|
* Translate X
|
|
1912
1912
|
* @see https://tailwindcss.com/docs/translate
|
|
1913
1913
|
*/
|
|
1914
1914
|
"translate-x": [{
|
|
1915
|
-
"translate-x": [
|
|
1915
|
+
"translate-x": [ye]
|
|
1916
1916
|
}],
|
|
1917
1917
|
/**
|
|
1918
1918
|
* Translate Y
|
|
1919
1919
|
* @see https://tailwindcss.com/docs/translate
|
|
1920
1920
|
*/
|
|
1921
1921
|
"translate-y": [{
|
|
1922
|
-
"translate-y": [
|
|
1922
|
+
"translate-y": [ye]
|
|
1923
1923
|
}],
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Skew X
|
|
1926
1926
|
* @see https://tailwindcss.com/docs/skew
|
|
1927
1927
|
*/
|
|
1928
1928
|
"skew-x": [{
|
|
1929
|
-
"skew-x": [
|
|
1929
|
+
"skew-x": [A]
|
|
1930
1930
|
}],
|
|
1931
1931
|
/**
|
|
1932
1932
|
* Skew Y
|
|
1933
1933
|
* @see https://tailwindcss.com/docs/skew
|
|
1934
1934
|
*/
|
|
1935
1935
|
"skew-y": [{
|
|
1936
|
-
"skew-y": [
|
|
1936
|
+
"skew-y": [A]
|
|
1937
1937
|
}],
|
|
1938
1938
|
/**
|
|
1939
1939
|
* Transform Origin
|
|
1940
1940
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
1941
1941
|
*/
|
|
1942
1942
|
"transform-origin": [{
|
|
1943
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
1943
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", g]
|
|
1944
1944
|
}],
|
|
1945
1945
|
// Interactivity
|
|
1946
1946
|
/**
|
|
@@ -1962,7 +1962,7 @@ const v = (e) => {
|
|
|
1962
1962
|
* @see https://tailwindcss.com/docs/cursor
|
|
1963
1963
|
*/
|
|
1964
1964
|
cursor: [{
|
|
1965
|
-
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",
|
|
1965
|
+
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", g]
|
|
1966
1966
|
}],
|
|
1967
1967
|
/**
|
|
1968
1968
|
* Caret Color
|
|
@@ -1997,126 +1997,126 @@ const v = (e) => {
|
|
|
1997
1997
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1998
1998
|
*/
|
|
1999
1999
|
"scroll-m": [{
|
|
2000
|
-
"scroll-m":
|
|
2000
|
+
"scroll-m": k()
|
|
2001
2001
|
}],
|
|
2002
2002
|
/**
|
|
2003
2003
|
* Scroll Margin X
|
|
2004
2004
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2005
2005
|
*/
|
|
2006
2006
|
"scroll-mx": [{
|
|
2007
|
-
"scroll-mx":
|
|
2007
|
+
"scroll-mx": k()
|
|
2008
2008
|
}],
|
|
2009
2009
|
/**
|
|
2010
2010
|
* Scroll Margin Y
|
|
2011
2011
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2012
2012
|
*/
|
|
2013
2013
|
"scroll-my": [{
|
|
2014
|
-
"scroll-my":
|
|
2014
|
+
"scroll-my": k()
|
|
2015
2015
|
}],
|
|
2016
2016
|
/**
|
|
2017
2017
|
* Scroll Margin Start
|
|
2018
2018
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2019
2019
|
*/
|
|
2020
2020
|
"scroll-ms": [{
|
|
2021
|
-
"scroll-ms":
|
|
2021
|
+
"scroll-ms": k()
|
|
2022
2022
|
}],
|
|
2023
2023
|
/**
|
|
2024
2024
|
* Scroll Margin End
|
|
2025
2025
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2026
2026
|
*/
|
|
2027
2027
|
"scroll-me": [{
|
|
2028
|
-
"scroll-me":
|
|
2028
|
+
"scroll-me": k()
|
|
2029
2029
|
}],
|
|
2030
2030
|
/**
|
|
2031
2031
|
* Scroll Margin Top
|
|
2032
2032
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2033
2033
|
*/
|
|
2034
2034
|
"scroll-mt": [{
|
|
2035
|
-
"scroll-mt":
|
|
2035
|
+
"scroll-mt": k()
|
|
2036
2036
|
}],
|
|
2037
2037
|
/**
|
|
2038
2038
|
* Scroll Margin Right
|
|
2039
2039
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2040
2040
|
*/
|
|
2041
2041
|
"scroll-mr": [{
|
|
2042
|
-
"scroll-mr":
|
|
2042
|
+
"scroll-mr": k()
|
|
2043
2043
|
}],
|
|
2044
2044
|
/**
|
|
2045
2045
|
* Scroll Margin Bottom
|
|
2046
2046
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2047
2047
|
*/
|
|
2048
2048
|
"scroll-mb": [{
|
|
2049
|
-
"scroll-mb":
|
|
2049
|
+
"scroll-mb": k()
|
|
2050
2050
|
}],
|
|
2051
2051
|
/**
|
|
2052
2052
|
* Scroll Margin Left
|
|
2053
2053
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2054
2054
|
*/
|
|
2055
2055
|
"scroll-ml": [{
|
|
2056
|
-
"scroll-ml":
|
|
2056
|
+
"scroll-ml": k()
|
|
2057
2057
|
}],
|
|
2058
2058
|
/**
|
|
2059
2059
|
* Scroll Padding
|
|
2060
2060
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2061
2061
|
*/
|
|
2062
2062
|
"scroll-p": [{
|
|
2063
|
-
"scroll-p":
|
|
2063
|
+
"scroll-p": k()
|
|
2064
2064
|
}],
|
|
2065
2065
|
/**
|
|
2066
2066
|
* Scroll Padding X
|
|
2067
2067
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2068
2068
|
*/
|
|
2069
2069
|
"scroll-px": [{
|
|
2070
|
-
"scroll-px":
|
|
2070
|
+
"scroll-px": k()
|
|
2071
2071
|
}],
|
|
2072
2072
|
/**
|
|
2073
2073
|
* Scroll Padding Y
|
|
2074
2074
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2075
2075
|
*/
|
|
2076
2076
|
"scroll-py": [{
|
|
2077
|
-
"scroll-py":
|
|
2077
|
+
"scroll-py": k()
|
|
2078
2078
|
}],
|
|
2079
2079
|
/**
|
|
2080
2080
|
* Scroll Padding Start
|
|
2081
2081
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2082
2082
|
*/
|
|
2083
2083
|
"scroll-ps": [{
|
|
2084
|
-
"scroll-ps":
|
|
2084
|
+
"scroll-ps": k()
|
|
2085
2085
|
}],
|
|
2086
2086
|
/**
|
|
2087
2087
|
* Scroll Padding End
|
|
2088
2088
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2089
2089
|
*/
|
|
2090
2090
|
"scroll-pe": [{
|
|
2091
|
-
"scroll-pe":
|
|
2091
|
+
"scroll-pe": k()
|
|
2092
2092
|
}],
|
|
2093
2093
|
/**
|
|
2094
2094
|
* Scroll Padding Top
|
|
2095
2095
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2096
2096
|
*/
|
|
2097
2097
|
"scroll-pt": [{
|
|
2098
|
-
"scroll-pt":
|
|
2098
|
+
"scroll-pt": k()
|
|
2099
2099
|
}],
|
|
2100
2100
|
/**
|
|
2101
2101
|
* Scroll Padding Right
|
|
2102
2102
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2103
2103
|
*/
|
|
2104
2104
|
"scroll-pr": [{
|
|
2105
|
-
"scroll-pr":
|
|
2105
|
+
"scroll-pr": k()
|
|
2106
2106
|
}],
|
|
2107
2107
|
/**
|
|
2108
2108
|
* Scroll Padding Bottom
|
|
2109
2109
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2110
2110
|
*/
|
|
2111
2111
|
"scroll-pb": [{
|
|
2112
|
-
"scroll-pb":
|
|
2112
|
+
"scroll-pb": k()
|
|
2113
2113
|
}],
|
|
2114
2114
|
/**
|
|
2115
2115
|
* Scroll Padding Left
|
|
2116
2116
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2117
2117
|
*/
|
|
2118
2118
|
"scroll-pl": [{
|
|
2119
|
-
"scroll-pl":
|
|
2119
|
+
"scroll-pl": k()
|
|
2120
2120
|
}],
|
|
2121
2121
|
/**
|
|
2122
2122
|
* Scroll Snap Align
|
|
@@ -2184,7 +2184,7 @@ const v = (e) => {
|
|
|
2184
2184
|
* @see https://tailwindcss.com/docs/will-change
|
|
2185
2185
|
*/
|
|
2186
2186
|
"will-change": [{
|
|
2187
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2187
|
+
"will-change": ["auto", "scroll", "contents", "transform", g]
|
|
2188
2188
|
}],
|
|
2189
2189
|
// SVG
|
|
2190
2190
|
/**
|
|
@@ -2199,7 +2199,7 @@ const v = (e) => {
|
|
|
2199
2199
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2200
2200
|
*/
|
|
2201
2201
|
"stroke-w": [{
|
|
2202
|
-
stroke: [
|
|
2202
|
+
stroke: [T, B, ae]
|
|
2203
2203
|
}],
|
|
2204
2204
|
/**
|
|
2205
2205
|
* Stroke
|
|
@@ -2274,12 +2274,12 @@ const v = (e) => {
|
|
|
2274
2274
|
"font-size": ["leading"]
|
|
2275
2275
|
}
|
|
2276
2276
|
};
|
|
2277
|
-
}, jt = /* @__PURE__ */ mt(Tt),
|
|
2278
|
-
const e =
|
|
2277
|
+
}, jt = /* @__PURE__ */ mt(Tt), w = (...e) => jt(Re(e)), We = U(null), Rt = () => {
|
|
2278
|
+
const e = q(We);
|
|
2279
2279
|
if (!e)
|
|
2280
2280
|
throw new Error("useAccordion must be used within an AccordionProvider");
|
|
2281
2281
|
return e;
|
|
2282
|
-
},
|
|
2282
|
+
}, W = {
|
|
2283
2283
|
primary: {
|
|
2284
2284
|
50: "#EFF6FF",
|
|
2285
2285
|
100: "#DBEAFE",
|
|
@@ -2314,23 +2314,23 @@ const v = (e) => {
|
|
|
2314
2314
|
white: "#ffffff",
|
|
2315
2315
|
black: "#000000"
|
|
2316
2316
|
}, He = {
|
|
2317
|
-
primary:
|
|
2318
|
-
gray:
|
|
2319
|
-
red:
|
|
2320
|
-
green:
|
|
2321
|
-
black:
|
|
2322
|
-
white:
|
|
2323
|
-
}, Bt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M12 5V19", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M19 12L5 12", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })), Pt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M6 9L12 15L18 9", stroke: "currentColor", strokeWidth: 2 })), Gt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M15.5 5L8.5 12L15.5 19", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), Ot = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M8.5 19L15.5 12L8.5 5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), Vt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M18 15L12 9L6 15", stroke: "currentColor", strokeWidth: 2 })), Wt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M22.1354 12.4999C22.1354 7.17836 17.8215 2.86444 12.5 2.86444C7.17852 2.86444 2.8646 7.17836 2.8646 12.4999C2.8646 17.8214 7.17852 22.1353 12.5 22.1353C17.8215 22.1353 22.1354 17.8214 22.1354 12.4999Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.83333 }), /* @__PURE__ */ c.createElement("path", { d: "M7.81272 11.9807L10.7307 15.3155C11.1089 15.7477 11.7866 15.7297 12.1414 15.2782L17.1877 8.85565", stroke: "white", strokeWidth: 1.83333, strokeLinecap: "round", strokeLinejoin: "round" })), Ht = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M19 19L5 5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M19 5L5 19", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), Ft = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M9.58712 0.833984C9.05021 0.833984 8.61447 1.26944 8.61447 1.80664V12.0798L5.69651 9.19295L4.32896 10.5605L8.88779 15.1504C9.26809 15.5298 9.90614 15.5298 10.2864 15.1504L14.8453 10.5605L13.4777 9.19295L10.5598 12.0798V1.80664C10.5598 1.26944 10.124 0.833887 9.58712 0.833984ZM1.8059 12.5058C1.269 12.5058 0.833252 12.9415 0.833252 13.4785V15.4238C0.833252 17.5723 2.57527 19.3144 4.72386 19.3144H14.4504C16.599 19.3144 18.341 17.5723 18.341 15.4238V13.4785C18.341 12.9415 17.9052 12.5058 17.3683 12.5058C16.8314 12.5058 16.3957 12.9415 16.3957 13.4785V15.4238C16.3957 16.4985 15.5252 17.3691 14.4504 17.3691H4.72386C3.64908 17.3691 2.77856 16.4985 2.77856 15.4238V13.4785C2.77856 12.9415 2.34281 12.5058 1.8059 12.5058Z", fill: "currentColor" })), _t = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M11.0002 5.4987C12.0127 5.4987 12.8335 4.67789 12.8335 3.66536C12.8335 2.65284 12.0127 1.83203 11.0002 1.83203C9.98764 1.83203 9.16683 2.65284 9.16683 3.66536C9.16683 4.67789 9.98764 5.4987 11.0002 5.4987Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 0.458333 }), /* @__PURE__ */ c.createElement("path", { d: "M11.0002 12.8327C12.0127 12.8327 12.8335 12.0119 12.8335 10.9993C12.8335 9.98683 12.0127 9.16602 11.0002 9.16602C9.98764 9.16602 9.16683 9.98683 9.16683 10.9993C9.16683 12.0119 9.98764 12.8327 11.0002 12.8327Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 0.458333 }), /* @__PURE__ */ c.createElement("path", { d: "M11.0002 20.1647C12.0127 20.1647 12.8335 19.3439 12.8335 18.3314C12.8335 17.3189 12.0127 16.498 11.0002 16.498C9.98764 16.498 9.16683 17.3189 9.16683 18.3314C9.16683 19.3439 9.98764 20.1647 11.0002 20.1647Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 0.458333 })), $t = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M6.4668 4.75H13.709C13.9521 4.75 14.1855 4.84669 14.3574 5.01855L18.1816 8.8418C18.3535 9.01368 18.4502 9.24716 18.4502 9.49023V18.333C18.4502 18.8392 18.0394 19.25 17.5332 19.25H6.4668C5.96054 19.25 5.5498 18.8393 5.5498 18.333V5.66699C5.5498 5.16073 5.96054 4.75 6.4668 4.75Z", stroke: "currentColor", strokeWidth: 1.5 }), /* @__PURE__ */ c.createElement("path", { d: "M12 10V14.8109", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M14.4058 12.4062L9.59482 12.4063", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), Zt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M2.62402 5.33984C2.14102 5.33984 1.74902 5.73184 1.74902 6.21484C1.74902 6.69784 2.14102 7.08984 2.62402 7.08984H18.374C18.857 7.08984 19.249 6.69784 19.249 6.21484C19.249 5.73184 18.857 5.33984 18.374 5.33984H2.62402ZM2.62402 9.71484C2.14102 9.71484 1.74902 10.1068 1.74902 10.5898C1.74902 11.0728 2.14102 11.4648 2.62402 11.4648H18.374C18.857 11.4648 19.249 11.0728 19.249 10.5898C19.249 10.1068 18.857 9.71484 18.374 9.71484H2.62402ZM2.62402 14.0898C2.14102 14.0898 1.74902 14.4818 1.74902 14.9648C1.74902 15.4478 2.14102 15.8398 2.62402 15.8398H18.374C18.857 15.8398 19.249 15.4478 19.249 14.9648C19.249 14.4818 18.857 14.0898 18.374 14.0898H2.62402Z", fill: "currentColor" })), Dt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ...e }, /* @__PURE__ */ c.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /* @__PURE__ */ c.createElement("path", { d: "M18.364 5.636L16.95 7.05A7 7 0 1 0 19 12h2a9 9 0 1 1-2.636-6.364z" })), Ut = (e) => /* @__PURE__ */ c.createElement("svg", { width: 27, height: 27, viewBox: "0 0 27 27", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M17.9999 4.5L9.79537 12.7045C9.35603 13.1438 9.35603 13.8562 9.79537 14.2955L17.9999 22.5", stroke: "#4B5563", strokeWidth: 3, strokeLinecap: "round" })), qt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("circle", { cx: 10.0915, cy: 10.0915, r: 10.0915, fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M13.3923 5.83097V14H12.0835L8.21334 8.41482H8.14564V14H6.67883V5.83097H8.01024L11.8578 11.4161H11.9368V5.83097H13.3923Z", fill: "white" })), Jt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M15.0117 1.95312C14.7465 1.95312 14.4738 2.09163 14.2823 2.27493C12.7337 3.75773 12.2595 4.99773 12.8257 6.69633C11.5046 7.70893 10.6702 7.95743 9.02099 7.95743C6.76649 7.95743 5.29449 8.22923 4.29289 9.23013V9.26133C3.35569 10.1981 3.35569 11.6981 4.29289 12.6341L7.09309 15.4561L2.32199 20.2251C1.93149 20.6151 1.90239 21.2701 2.29289 21.6601C2.68349 22.0511 3.33989 22.0511 3.73049 21.6601L8.51929 16.8701L11.3242 19.6611C12.2615 20.5981 13.7619 20.5981 14.6992 19.6611H14.7305C15.7325 18.6601 16.0117 17.3771 16.0117 14.9451C16.0117 13.3991 16.329 12.3081 17.2897 11.1601C19.1386 11.7021 20.2143 11.1831 21.7305 9.66743C21.918 9.47993 22.0117 9.21413 22.0117 8.94903C22.0117 8.59733 21.9229 8.05823 21.6992 7.38743C21.3389 6.30733 20.7186 5.22063 19.7305 4.23303C18.7423 3.24553 17.6549 2.62553 16.5742 2.26543C15.903 2.04183 15.3636 1.95312 15.0117 1.95312Z", fill: "currentColor" })), Kt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M9.73535 9.23535H6.04902V4.62744", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M6.37024 8.91419C8.07449 5.52868 12.2006 4.16574 15.5861 5.86999C18.9716 7.57424 20.3345 11.7003 18.6303 15.0858C16.926 18.4713 12.7999 19.8343 9.41444 18.13C7.74373 17.289 6.56558 15.8582 6.00553 14.2176", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })), Xt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M10.5 15C13.2614 15 15.5 12.7614 15.5 10C15.5 7.23858 13.2614 5 10.5 5C7.73858 5 5.5 7.23858 5.5 10C5.5 12.7614 7.73858 15 10.5 15Z", stroke: "currentColor", strokeWidth: 1.5 }), /* @__PURE__ */ c.createElement("path", { d: "M13.5 14L18.5 19", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })), Yt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M4.5 5L4.5 20C4.5 21.1046 5.39543 22 6.5 22H17.5C18.6046 22 19.5 21.1046 19.5 20V5", stroke: "currentColor", strokeWidth: 2 }), /* @__PURE__ */ c.createElement("path", { d: "M10 11V16", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M14 11V16", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M2.5 5H21.5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M7 5L7.22147 3.6712C7.3822 2.70683 8.21658 2 9.19425 2H12H14.8057C15.7834 2 16.6178 2.70683 16.7785 3.6712L17 5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), Qt = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M18.5215 6.49714C13.7725 6.53464 9.42099 9.72665 8.28099 14.8011C5.36949 16.0251 3.52148 18.7881 3.52148 22.0596C3.52148 26.5746 7.0855 30.4971 11.4895 30.4971H12.5215C13.3495 30.4971 14.0215 29.8266 14.0215 28.9971C14.0215 28.1691 13.3495 27.4971 12.5215 27.4971H11.4895C8.8105 27.4971 6.52148 24.9786 6.52148 22.0596C6.52148 19.8201 7.92248 17.9586 10.0375 17.3256C10.597 17.1576 10.9855 16.6851 11.068 16.1061C11.647 12.0471 14.9095 9.52564 18.5215 9.49714C22.543 9.46564 26.053 12.9276 26.0215 16.9971C26.0215 17.0871 26.0215 18.2916 26.0215 18.6381C26.0215 19.3356 26.4655 19.9341 27.1465 20.0901C29.1205 20.5476 30.5215 22.0956 30.5215 23.7471C30.5215 25.7706 28.5475 27.4971 26.0215 27.4971H24.5215C23.6935 27.4971 23.0215 28.1691 23.0215 28.9971C23.0215 29.8251 23.6935 30.4971 24.5215 30.4971H26.0215C30.1225 30.4971 33.5215 27.5226 33.5215 23.7471C33.5215 21.0246 31.699 18.6156 29.002 17.5746C29.005 17.3076 29.0215 17.0361 29.0215 16.9971C29.0665 11.2431 24.208 6.45214 18.5215 6.49714ZM18.5215 15.4971L14.0035 20.0166L17.0215 19.9971V28.9971C17.0215 29.8251 17.6935 30.4971 18.5215 30.4971C19.3495 30.4971 20.0215 29.8251 20.0215 28.9971V19.9971L23.0395 20.0106L18.5215 15.4971Z", fill: "currentColor" })), er = (e) => /* @__PURE__ */ c.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ c.createElement("path", { d: "M12.5 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11.5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M17.7692 9.5553L11.4369 15.8419C11.2028 16.0743 10.9149 16.2452 10.5987 16.3394L6.84161 17.4584C6.65443 17.5141 6.47848 17.3434 6.52862 17.1546L7.44415 13.7085C7.53339 13.3726 7.70863 13.0657 7.95258 12.8182L14.4445 6.23064M17.7692 9.5553L19.5859 7.73859C20.3669 6.95754 20.3669 5.69122 19.5859 4.91017L19.0896 4.41394C18.3086 3.63289 17.0423 3.63289 16.2612 4.41394L14.4445 6.23064M17.7692 9.5553L14.4445 6.23064", stroke: "currentColor", strokeWidth: 2 })), Fe = {
|
|
2317
|
+
primary: W.primary[300],
|
|
2318
|
+
gray: W.gray[300],
|
|
2319
|
+
red: W.red[300],
|
|
2320
|
+
green: W.green[300],
|
|
2321
|
+
black: W.black,
|
|
2322
|
+
white: W.white
|
|
2323
|
+
}, Bt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M12 5V19", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M19 12L5 12", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })), Gt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M6 9L12 15L18 9", stroke: "currentColor", strokeWidth: 2 })), Pt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M15.5 5L8.5 12L15.5 19", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), Vt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M8.5 19L15.5 12L8.5 5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), Ot = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M18 15L12 9L6 15", stroke: "currentColor", strokeWidth: 2 })), Wt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M22.1354 12.4999C22.1354 7.17836 17.8215 2.86444 12.5 2.86444C7.17852 2.86444 2.8646 7.17836 2.8646 12.4999C2.8646 17.8214 7.17852 22.1353 12.5 22.1353C17.8215 22.1353 22.1354 17.8214 22.1354 12.4999Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.83333 }), /* @__PURE__ */ u.createElement("path", { d: "M7.81272 11.9807L10.7307 15.3155C11.1089 15.7477 11.7866 15.7297 12.1414 15.2782L17.1877 8.85565", stroke: "white", strokeWidth: 1.83333, strokeLinecap: "round", strokeLinejoin: "round" })), Ht = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M19 19L5 5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M19 5L5 19", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), _t = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M9.58712 0.833984C9.05021 0.833984 8.61447 1.26944 8.61447 1.80664V12.0798L5.69651 9.19295L4.32896 10.5605L8.88779 15.1504C9.26809 15.5298 9.90614 15.5298 10.2864 15.1504L14.8453 10.5605L13.4777 9.19295L10.5598 12.0798V1.80664C10.5598 1.26944 10.124 0.833887 9.58712 0.833984ZM1.8059 12.5058C1.269 12.5058 0.833252 12.9415 0.833252 13.4785V15.4238C0.833252 17.5723 2.57527 19.3144 4.72386 19.3144H14.4504C16.599 19.3144 18.341 17.5723 18.341 15.4238V13.4785C18.341 12.9415 17.9052 12.5058 17.3683 12.5058C16.8314 12.5058 16.3957 12.9415 16.3957 13.4785V15.4238C16.3957 16.4985 15.5252 17.3691 14.4504 17.3691H4.72386C3.64908 17.3691 2.77856 16.4985 2.77856 15.4238V13.4785C2.77856 12.9415 2.34281 12.5058 1.8059 12.5058Z", fill: "currentColor" })), $t = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M11.0002 5.4987C12.0127 5.4987 12.8335 4.67789 12.8335 3.66536C12.8335 2.65284 12.0127 1.83203 11.0002 1.83203C9.98764 1.83203 9.16683 2.65284 9.16683 3.66536C9.16683 4.67789 9.98764 5.4987 11.0002 5.4987Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 0.458333 }), /* @__PURE__ */ u.createElement("path", { d: "M11.0002 12.8327C12.0127 12.8327 12.8335 12.0119 12.8335 10.9993C12.8335 9.98683 12.0127 9.16602 11.0002 9.16602C9.98764 9.16602 9.16683 9.98683 9.16683 10.9993C9.16683 12.0119 9.98764 12.8327 11.0002 12.8327Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 0.458333 }), /* @__PURE__ */ u.createElement("path", { d: "M11.0002 20.1647C12.0127 20.1647 12.8335 19.3439 12.8335 18.3314C12.8335 17.3189 12.0127 16.498 11.0002 16.498C9.98764 16.498 9.16683 17.3189 9.16683 18.3314C9.16683 19.3439 9.98764 20.1647 11.0002 20.1647Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 0.458333 })), Ft = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M6.4668 4.75H13.709C13.9521 4.75 14.1855 4.84669 14.3574 5.01855L18.1816 8.8418C18.3535 9.01368 18.4502 9.24716 18.4502 9.49023V18.333C18.4502 18.8392 18.0394 19.25 17.5332 19.25H6.4668C5.96054 19.25 5.5498 18.8393 5.5498 18.333V5.66699C5.5498 5.16073 5.96054 4.75 6.4668 4.75Z", stroke: "currentColor", strokeWidth: 1.5 }), /* @__PURE__ */ u.createElement("path", { d: "M12 10V14.8109", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M14.4058 12.4062L9.59482 12.4063", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), Zt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M2.62402 5.33984C2.14102 5.33984 1.74902 5.73184 1.74902 6.21484C1.74902 6.69784 2.14102 7.08984 2.62402 7.08984H18.374C18.857 7.08984 19.249 6.69784 19.249 6.21484C19.249 5.73184 18.857 5.33984 18.374 5.33984H2.62402ZM2.62402 9.71484C2.14102 9.71484 1.74902 10.1068 1.74902 10.5898C1.74902 11.0728 2.14102 11.4648 2.62402 11.4648H18.374C18.857 11.4648 19.249 11.0728 19.249 10.5898C19.249 10.1068 18.857 9.71484 18.374 9.71484H2.62402ZM2.62402 14.0898C2.14102 14.0898 1.74902 14.4818 1.74902 14.9648C1.74902 15.4478 2.14102 15.8398 2.62402 15.8398H18.374C18.857 15.8398 19.249 15.4478 19.249 14.9648C19.249 14.4818 18.857 14.0898 18.374 14.0898H2.62402Z", fill: "currentColor" })), Dt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ...e }, /* @__PURE__ */ u.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /* @__PURE__ */ u.createElement("path", { d: "M18.364 5.636L16.95 7.05A7 7 0 1 0 19 12h2a9 9 0 1 1-2.636-6.364z" })), Ut = (e) => /* @__PURE__ */ u.createElement("svg", { width: 27, height: 27, viewBox: "0 0 27 27", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M17.9999 4.5L9.79537 12.7045C9.35603 13.1438 9.35603 13.8562 9.79537 14.2955L17.9999 22.5", stroke: "#4B5563", strokeWidth: 3, strokeLinecap: "round" })), qt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("circle", { cx: 10.0915, cy: 10.0915, r: 10.0915, fill: "currentColor" }), /* @__PURE__ */ u.createElement("path", { d: "M13.3923 5.83097V14H12.0835L8.21334 8.41482H8.14564V14H6.67883V5.83097H8.01024L11.8578 11.4161H11.9368V5.83097H13.3923Z", fill: "white" })), Jt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M15.0117 1.95312C14.7465 1.95312 14.4738 2.09163 14.2823 2.27493C12.7337 3.75773 12.2595 4.99773 12.8257 6.69633C11.5046 7.70893 10.6702 7.95743 9.02099 7.95743C6.76649 7.95743 5.29449 8.22923 4.29289 9.23013V9.26133C3.35569 10.1981 3.35569 11.6981 4.29289 12.6341L7.09309 15.4561L2.32199 20.2251C1.93149 20.6151 1.90239 21.2701 2.29289 21.6601C2.68349 22.0511 3.33989 22.0511 3.73049 21.6601L8.51929 16.8701L11.3242 19.6611C12.2615 20.5981 13.7619 20.5981 14.6992 19.6611H14.7305C15.7325 18.6601 16.0117 17.3771 16.0117 14.9451C16.0117 13.3991 16.329 12.3081 17.2897 11.1601C19.1386 11.7021 20.2143 11.1831 21.7305 9.66743C21.918 9.47993 22.0117 9.21413 22.0117 8.94903C22.0117 8.59733 21.9229 8.05823 21.6992 7.38743C21.3389 6.30733 20.7186 5.22063 19.7305 4.23303C18.7423 3.24553 17.6549 2.62553 16.5742 2.26543C15.903 2.04183 15.3636 1.95312 15.0117 1.95312Z", fill: "currentColor" })), Kt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M9.73535 9.23535H6.04902V4.62744", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M6.37024 8.91419C8.07449 5.52868 12.2006 4.16574 15.5861 5.86999C18.9716 7.57424 20.3345 11.7003 18.6303 15.0858C16.926 18.4713 12.7999 19.8343 9.41444 18.13C7.74373 17.289 6.56558 15.8582 6.00553 14.2176", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })), Xt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M10.5 15C13.2614 15 15.5 12.7614 15.5 10C15.5 7.23858 13.2614 5 10.5 5C7.73858 5 5.5 7.23858 5.5 10C5.5 12.7614 7.73858 15 10.5 15Z", stroke: "currentColor", strokeWidth: 1.5 }), /* @__PURE__ */ u.createElement("path", { d: "M13.5 14L18.5 19", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })), Yt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M4.5 5L4.5 20C4.5 21.1046 5.39543 22 6.5 22H17.5C18.6046 22 19.5 21.1046 19.5 20V5", stroke: "currentColor", strokeWidth: 2 }), /* @__PURE__ */ u.createElement("path", { d: "M10 11V16", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M14 11V16", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M2.5 5H21.5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M7 5L7.22147 3.6712C7.3822 2.70683 8.21658 2 9.19425 2H12H14.8057C15.7834 2 16.6178 2.70683 16.7785 3.6712L17 5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), Qt = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M18.5215 6.49714C13.7725 6.53464 9.42099 9.72665 8.28099 14.8011C5.36949 16.0251 3.52148 18.7881 3.52148 22.0596C3.52148 26.5746 7.0855 30.4971 11.4895 30.4971H12.5215C13.3495 30.4971 14.0215 29.8266 14.0215 28.9971C14.0215 28.1691 13.3495 27.4971 12.5215 27.4971H11.4895C8.8105 27.4971 6.52148 24.9786 6.52148 22.0596C6.52148 19.8201 7.92248 17.9586 10.0375 17.3256C10.597 17.1576 10.9855 16.6851 11.068 16.1061C11.647 12.0471 14.9095 9.52564 18.5215 9.49714C22.543 9.46564 26.053 12.9276 26.0215 16.9971C26.0215 17.0871 26.0215 18.2916 26.0215 18.6381C26.0215 19.3356 26.4655 19.9341 27.1465 20.0901C29.1205 20.5476 30.5215 22.0956 30.5215 23.7471C30.5215 25.7706 28.5475 27.4971 26.0215 27.4971H24.5215C23.6935 27.4971 23.0215 28.1691 23.0215 28.9971C23.0215 29.8251 23.6935 30.4971 24.5215 30.4971H26.0215C30.1225 30.4971 33.5215 27.5226 33.5215 23.7471C33.5215 21.0246 31.699 18.6156 29.002 17.5746C29.005 17.3076 29.0215 17.0361 29.0215 16.9971C29.0665 11.2431 24.208 6.45214 18.5215 6.49714ZM18.5215 15.4971L14.0035 20.0166L17.0215 19.9971V28.9971C17.0215 29.8251 17.6935 30.4971 18.5215 30.4971C19.3495 30.4971 20.0215 29.8251 20.0215 28.9971V19.9971L23.0395 20.0106L18.5215 15.4971Z", fill: "currentColor" })), er = (e) => /* @__PURE__ */ u.createElement("svg", { width: "current", height: "current", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ u.createElement("path", { d: "M12.5 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11.5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ u.createElement("path", { d: "M17.7692 9.5553L11.4369 15.8419C11.2028 16.0743 10.9149 16.2452 10.5987 16.3394L6.84161 17.4584C6.65443 17.5141 6.47848 17.3434 6.52862 17.1546L7.44415 13.7085C7.53339 13.3726 7.70863 13.0657 7.95258 12.8182L14.4445 6.23064M17.7692 9.5553L19.5859 7.73859C20.3669 6.95754 20.3669 5.69122 19.5859 4.91017L19.0896 4.41394C18.3086 3.63289 17.0423 3.63289 16.2612 4.41394L14.4445 6.23064M17.7692 9.5553L14.4445 6.23064", stroke: "currentColor", strokeWidth: 2 })), _e = {
|
|
2324
2324
|
add: Bt,
|
|
2325
|
-
arrowDown:
|
|
2326
|
-
arrowUp:
|
|
2327
|
-
arrowLeft:
|
|
2328
|
-
arrowRight:
|
|
2325
|
+
arrowDown: Gt,
|
|
2326
|
+
arrowUp: Ot,
|
|
2327
|
+
arrowLeft: Pt,
|
|
2328
|
+
arrowRight: Vt,
|
|
2329
2329
|
check: Wt,
|
|
2330
2330
|
close: Ht,
|
|
2331
|
-
download:
|
|
2332
|
-
etc:
|
|
2333
|
-
file:
|
|
2331
|
+
download: _t,
|
|
2332
|
+
etc: $t,
|
|
2333
|
+
file: Ft,
|
|
2334
2334
|
list: Zt,
|
|
2335
2335
|
navbarArrow: Ut,
|
|
2336
2336
|
new: qt,
|
|
@@ -2341,29 +2341,29 @@ const v = (e) => {
|
|
|
2341
2341
|
loading: Dt,
|
|
2342
2342
|
refresh: Kt,
|
|
2343
2343
|
upload: Qt
|
|
2344
|
-
},
|
|
2345
|
-
function
|
|
2346
|
-
const n =
|
|
2347
|
-
return /* @__PURE__ */
|
|
2344
|
+
}, _r = Object.keys(_e);
|
|
2345
|
+
function L({ name: e, color: t = "gray", size: r = 25, ...o }) {
|
|
2346
|
+
const n = _e[e];
|
|
2347
|
+
return /* @__PURE__ */ a(n, { width: `${r}px`, height: `${r}px`, style: { color: He[t] }, ...o });
|
|
2348
2348
|
}
|
|
2349
|
-
function
|
|
2349
|
+
function $r({
|
|
2350
2350
|
type: e = "single",
|
|
2351
2351
|
className: t = "",
|
|
2352
2352
|
children: r,
|
|
2353
2353
|
...o
|
|
2354
2354
|
}) {
|
|
2355
|
-
const [n, s] = z([]), l = (
|
|
2355
|
+
const [n, s] = z([]), l = (i) => {
|
|
2356
2356
|
if (e === "single") {
|
|
2357
|
-
s((
|
|
2357
|
+
s((d) => d.includes(i) ? [] : [i]);
|
|
2358
2358
|
return;
|
|
2359
2359
|
}
|
|
2360
2360
|
s(
|
|
2361
|
-
(
|
|
2361
|
+
(d) => d.includes(i) ? d.filter((c) => c !== i) : [...d, i]
|
|
2362
2362
|
);
|
|
2363
2363
|
};
|
|
2364
|
-
return /* @__PURE__ */
|
|
2364
|
+
return /* @__PURE__ */ a(We.Provider, { value: { openItems: n, toggleItem: l, type: e }, children: /* @__PURE__ */ a("div", { className: w("w-full", t), ...o, children: r }) });
|
|
2365
2365
|
}
|
|
2366
|
-
const
|
|
2366
|
+
const X = {
|
|
2367
2367
|
initial: { height: 0, opacity: 0 },
|
|
2368
2368
|
animate: { height: "auto", opacity: 1 },
|
|
2369
2369
|
exit: { height: 0, opacity: 0 },
|
|
@@ -2372,7 +2372,7 @@ const ee = {
|
|
|
2372
2372
|
opacity: { duration: 0.1 }
|
|
2373
2373
|
}
|
|
2374
2374
|
}, tr = (e) => ["INPUT", "TEXTAREA", "A"].includes(e.tagName);
|
|
2375
|
-
function
|
|
2375
|
+
function Fr({
|
|
2376
2376
|
trigger: e,
|
|
2377
2377
|
isArrow: t = !0,
|
|
2378
2378
|
value: r,
|
|
@@ -2381,50 +2381,50 @@ function _r({
|
|
|
2381
2381
|
children: s,
|
|
2382
2382
|
...l
|
|
2383
2383
|
}) {
|
|
2384
|
-
const
|
|
2385
|
-
return /* @__PURE__ */
|
|
2386
|
-
/* @__PURE__ */
|
|
2384
|
+
const i = Rt(), d = ee(), c = `accordion-trigger-${d}`, h = `accordion-content-${d}`, f = et(), { openItems: x, toggleItem: I } = i, N = x.includes(r);
|
|
2385
|
+
return /* @__PURE__ */ b("div", { className: "border-b border-gray-200", "data-state": N ? "open" : "closed", ...l, children: [
|
|
2386
|
+
/* @__PURE__ */ b(
|
|
2387
2387
|
"div",
|
|
2388
2388
|
{
|
|
2389
|
-
id:
|
|
2390
|
-
"aria-controls":
|
|
2391
|
-
"aria-expanded":
|
|
2389
|
+
id: c,
|
|
2390
|
+
"aria-controls": h,
|
|
2391
|
+
"aria-expanded": N,
|
|
2392
2392
|
role: "button",
|
|
2393
|
-
onClick: (
|
|
2394
|
-
const
|
|
2395
|
-
if (tr(
|
|
2396
|
-
return
|
|
2397
|
-
|
|
2393
|
+
onClick: (p) => {
|
|
2394
|
+
const m = p.target;
|
|
2395
|
+
if (tr(m))
|
|
2396
|
+
return p.stopPropagation();
|
|
2397
|
+
I(r);
|
|
2398
2398
|
},
|
|
2399
|
-
className:
|
|
2399
|
+
className: w(
|
|
2400
2400
|
"flex w-full cursor-pointer items-center justify-between px-6 py-4 text-left hover:bg-gray-50",
|
|
2401
2401
|
o
|
|
2402
2402
|
),
|
|
2403
2403
|
children: [
|
|
2404
2404
|
e,
|
|
2405
|
-
t && /* @__PURE__ */
|
|
2406
|
-
|
|
2405
|
+
t && /* @__PURE__ */ a(
|
|
2406
|
+
P.div,
|
|
2407
2407
|
{
|
|
2408
|
-
animate: { rotate:
|
|
2408
|
+
animate: { rotate: N ? 180 : 0 },
|
|
2409
2409
|
transition: { duration: 0.2 },
|
|
2410
2410
|
className: "ml-2",
|
|
2411
|
-
children: /* @__PURE__ */
|
|
2411
|
+
children: /* @__PURE__ */ a(L, { name: "arrowDown", size: 20 })
|
|
2412
2412
|
}
|
|
2413
2413
|
)
|
|
2414
2414
|
]
|
|
2415
2415
|
}
|
|
2416
2416
|
),
|
|
2417
|
-
/* @__PURE__ */
|
|
2418
|
-
|
|
2417
|
+
/* @__PURE__ */ a(Te, { initial: !1, children: N && /* @__PURE__ */ a(
|
|
2418
|
+
P.section,
|
|
2419
2419
|
{
|
|
2420
|
-
id:
|
|
2421
|
-
"aria-labelledby":
|
|
2422
|
-
initial:
|
|
2423
|
-
animate:
|
|
2424
|
-
exit:
|
|
2425
|
-
transition:
|
|
2420
|
+
id: h,
|
|
2421
|
+
"aria-labelledby": c,
|
|
2422
|
+
initial: f ? void 0 : X.initial,
|
|
2423
|
+
animate: f ? void 0 : X.animate,
|
|
2424
|
+
exit: f ? void 0 : X.exit,
|
|
2425
|
+
transition: f ? void 0 : X.transition,
|
|
2426
2426
|
className: "overflow-hidden",
|
|
2427
|
-
children: /* @__PURE__ */
|
|
2427
|
+
children: /* @__PURE__ */ a("div", { className: w("bg-gray-50 px-6 py-4", n), children: s })
|
|
2428
2428
|
}
|
|
2429
2429
|
) })
|
|
2430
2430
|
] });
|
|
@@ -2435,17 +2435,17 @@ const rr = {
|
|
|
2435
2435
|
lg: { class: "size-18", width: 72, height: 72 },
|
|
2436
2436
|
xl: { class: "size-20", width: 80, height: 80 }
|
|
2437
2437
|
};
|
|
2438
|
-
function
|
|
2439
|
-
const { class: s, width: l, height:
|
|
2440
|
-
return /* @__PURE__ */
|
|
2438
|
+
function Zr({ size: e = "lg", src: t, alt: r, className: o, ...n }) {
|
|
2439
|
+
const { class: s, width: l, height: i } = rr[e];
|
|
2440
|
+
return /* @__PURE__ */ a(
|
|
2441
2441
|
"img",
|
|
2442
2442
|
{
|
|
2443
2443
|
src: t,
|
|
2444
2444
|
alt: r,
|
|
2445
2445
|
width: l,
|
|
2446
|
-
height:
|
|
2446
|
+
height: i,
|
|
2447
2447
|
loading: "lazy",
|
|
2448
|
-
className:
|
|
2448
|
+
className: w("rounded-full border border-gray-200 object-cover", s, o),
|
|
2449
2449
|
...n
|
|
2450
2450
|
}
|
|
2451
2451
|
);
|
|
@@ -2455,12 +2455,12 @@ const or = {
|
|
|
2455
2455
|
negative: "bg-red-100 text-red-300",
|
|
2456
2456
|
neutral: "bg-gray-100 text-gray-400"
|
|
2457
2457
|
};
|
|
2458
|
-
function
|
|
2458
|
+
function Dr({ variant: e = "neutral", text: t, ...r }) {
|
|
2459
2459
|
const o = or[e];
|
|
2460
|
-
return /* @__PURE__ */
|
|
2460
|
+
return /* @__PURE__ */ a(
|
|
2461
2461
|
"div",
|
|
2462
2462
|
{
|
|
2463
|
-
className:
|
|
2463
|
+
className: w(
|
|
2464
2464
|
"w-min rounded-lg px-2 py-1 text-sm font-semibold whitespace-nowrap",
|
|
2465
2465
|
o
|
|
2466
2466
|
),
|
|
@@ -2469,36 +2469,36 @@ function Zr({ variant: e = "neutral", text: t, ...r }) {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
);
|
|
2471
2471
|
}
|
|
2472
|
-
const Me = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ze = Re,
|
|
2472
|
+
const Me = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ze = Re, te = (e, t) => (r) => {
|
|
2473
2473
|
var o;
|
|
2474
2474
|
if ((t == null ? void 0 : t.variants) == null) return ze(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2475
|
-
const { variants: n, defaultVariants: s } = t, l = Object.keys(n).map((
|
|
2476
|
-
const
|
|
2477
|
-
if (
|
|
2478
|
-
const
|
|
2479
|
-
return n[
|
|
2480
|
-
}),
|
|
2481
|
-
let [
|
|
2482
|
-
return
|
|
2483
|
-
}, {}),
|
|
2484
|
-
let { class:
|
|
2485
|
-
return Object.entries(
|
|
2486
|
-
let [
|
|
2487
|
-
return Array.isArray(
|
|
2475
|
+
const { variants: n, defaultVariants: s } = t, l = Object.keys(n).map((c) => {
|
|
2476
|
+
const h = r == null ? void 0 : r[c], f = s == null ? void 0 : s[c];
|
|
2477
|
+
if (h === null) return null;
|
|
2478
|
+
const x = Me(h) || Me(f);
|
|
2479
|
+
return n[c][x];
|
|
2480
|
+
}), i = r && Object.entries(r).reduce((c, h) => {
|
|
2481
|
+
let [f, x] = h;
|
|
2482
|
+
return x === void 0 || (c[f] = x), c;
|
|
2483
|
+
}, {}), d = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((c, h) => {
|
|
2484
|
+
let { class: f, className: x, ...I } = h;
|
|
2485
|
+
return Object.entries(I).every((N) => {
|
|
2486
|
+
let [y, p] = N;
|
|
2487
|
+
return Array.isArray(p) ? p.includes({
|
|
2488
2488
|
...s,
|
|
2489
|
-
...
|
|
2490
|
-
}[
|
|
2489
|
+
...i
|
|
2490
|
+
}[y]) : {
|
|
2491
2491
|
...s,
|
|
2492
|
-
...
|
|
2493
|
-
}[
|
|
2492
|
+
...i
|
|
2493
|
+
}[y] === p;
|
|
2494
2494
|
}) ? [
|
|
2495
|
-
...
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
] :
|
|
2495
|
+
...c,
|
|
2496
|
+
f,
|
|
2497
|
+
x
|
|
2498
|
+
] : c;
|
|
2499
2499
|
}, []);
|
|
2500
|
-
return ze(e, l,
|
|
2501
|
-
}, nr =
|
|
2500
|
+
return ze(e, l, d, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2501
|
+
}, nr = te(
|
|
2502
2502
|
"flex justify-center items-center py-2 md:py-3 md:text-base md:font-semibold text-sm font-medium cursor-pointer",
|
|
2503
2503
|
{
|
|
2504
2504
|
variants: {
|
|
@@ -2540,7 +2540,7 @@ const Me = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ze = Re, s
|
|
|
2540
2540
|
]
|
|
2541
2541
|
}
|
|
2542
2542
|
);
|
|
2543
|
-
function
|
|
2543
|
+
function Ur({
|
|
2544
2544
|
children: e,
|
|
2545
2545
|
variant: t,
|
|
2546
2546
|
color: r,
|
|
@@ -2548,104 +2548,104 @@ function Dr({
|
|
|
2548
2548
|
rounded: n = !1,
|
|
2549
2549
|
isLoading: s = !1,
|
|
2550
2550
|
disabled: l,
|
|
2551
|
-
className:
|
|
2552
|
-
...
|
|
2551
|
+
className: i,
|
|
2552
|
+
...d
|
|
2553
2553
|
}) {
|
|
2554
|
-
const
|
|
2555
|
-
return /* @__PURE__ */
|
|
2554
|
+
const c = s || l;
|
|
2555
|
+
return /* @__PURE__ */ b(
|
|
2556
2556
|
"button",
|
|
2557
2557
|
{
|
|
2558
2558
|
type: "button",
|
|
2559
|
-
className:
|
|
2559
|
+
className: w(
|
|
2560
2560
|
nr({ variant: t, color: r, size: o }),
|
|
2561
|
-
|
|
2561
|
+
c && "cursor-not-allowed bg-gray-100 text-gray-400 hover:bg-gray-100",
|
|
2562
2562
|
n ? "rounded-full" : "rounded-[10px] md:rounded-xl",
|
|
2563
|
-
|
|
2563
|
+
i
|
|
2564
2564
|
),
|
|
2565
|
-
disabled:
|
|
2566
|
-
...
|
|
2565
|
+
disabled: c,
|
|
2566
|
+
...d,
|
|
2567
2567
|
children: [
|
|
2568
|
-
s && /* @__PURE__ */
|
|
2568
|
+
s && /* @__PURE__ */ a(L, { name: "loading", size: 25, className: "mr-1.5 -ml-1 animate-spin max-md:h-[20px]" }),
|
|
2569
2569
|
e
|
|
2570
2570
|
]
|
|
2571
2571
|
}
|
|
2572
2572
|
);
|
|
2573
2573
|
}
|
|
2574
|
-
const
|
|
2575
|
-
const e =
|
|
2574
|
+
const $e = U(null), ge = () => {
|
|
2575
|
+
const e = q($e);
|
|
2576
2576
|
if (!e)
|
|
2577
2577
|
throw new Error("useCarousel must be used within a CarouselProvider");
|
|
2578
2578
|
return e;
|
|
2579
2579
|
}, sr = () => {
|
|
2580
|
-
const [e, t] = z(0), [r, o] = z(0), [n, s] = z(!1), l =
|
|
2581
|
-
|
|
2580
|
+
const [e, t] = z(0), [r, o] = z(0), [n, s] = z(!1), l = ce(null), i = ce(null);
|
|
2581
|
+
D(() => {
|
|
2582
2582
|
if (l.current) {
|
|
2583
|
-
const
|
|
2584
|
-
o(
|
|
2583
|
+
const m = l.current.children.length;
|
|
2584
|
+
o(m);
|
|
2585
2585
|
}
|
|
2586
2586
|
}, []);
|
|
2587
|
-
const
|
|
2587
|
+
const d = V((p) => {
|
|
2588
2588
|
if (!l.current) return;
|
|
2589
|
-
const
|
|
2590
|
-
|
|
2591
|
-
left:
|
|
2589
|
+
const m = l.current, C = m.clientWidth;
|
|
2590
|
+
m.scrollTo({
|
|
2591
|
+
left: C * p,
|
|
2592
2592
|
behavior: "smooth"
|
|
2593
|
-
}), t(
|
|
2594
|
-
}, []),
|
|
2593
|
+
}), t(p);
|
|
2594
|
+
}, []), c = V(() => {
|
|
2595
2595
|
if (n || r === 0) return;
|
|
2596
|
-
const
|
|
2597
|
-
|
|
2598
|
-
}, [
|
|
2599
|
-
const
|
|
2600
|
-
|
|
2601
|
-
}, [e, r,
|
|
2602
|
-
const
|
|
2603
|
-
|
|
2604
|
-
}, [e,
|
|
2605
|
-
|
|
2596
|
+
const p = e >= r - 1 ? 0 : e + 1;
|
|
2597
|
+
d(p);
|
|
2598
|
+
}, [d, n, e, r]), h = V(() => {
|
|
2599
|
+
const p = r - 1, m = Math.min(e + 1, p);
|
|
2600
|
+
d(m);
|
|
2601
|
+
}, [e, r, d]), f = V(() => {
|
|
2602
|
+
const p = Math.max(0, e - 1);
|
|
2603
|
+
d(p);
|
|
2604
|
+
}, [e, d]);
|
|
2605
|
+
D(() => {
|
|
2606
2606
|
if (!(r === 0 || n))
|
|
2607
|
-
return
|
|
2608
|
-
|
|
2607
|
+
return i.current = setInterval(c, 3e3), () => {
|
|
2608
|
+
i.current && clearInterval(i.current);
|
|
2609
2609
|
};
|
|
2610
|
-
}, [
|
|
2611
|
-
const
|
|
2610
|
+
}, [c, r, n]);
|
|
2611
|
+
const x = () => s(!0), I = () => s(!1), N = e < r - 1, y = e > 0;
|
|
2612
2612
|
return {
|
|
2613
2613
|
currentIndex: e,
|
|
2614
2614
|
totalItems: r,
|
|
2615
|
-
goToNext:
|
|
2616
|
-
goToPrevious:
|
|
2617
|
-
canGoNext:
|
|
2618
|
-
canGoPrevious:
|
|
2615
|
+
goToNext: h,
|
|
2616
|
+
goToPrevious: f,
|
|
2617
|
+
canGoNext: N,
|
|
2618
|
+
canGoPrevious: y,
|
|
2619
2619
|
scrollContainerRef: l,
|
|
2620
|
-
handleMouseEnter:
|
|
2621
|
-
handleMouseLeave:
|
|
2620
|
+
handleMouseEnter: x,
|
|
2621
|
+
handleMouseLeave: I
|
|
2622
2622
|
};
|
|
2623
2623
|
};
|
|
2624
|
-
function
|
|
2624
|
+
function qr({ className: e = "", children: t }) {
|
|
2625
2625
|
const r = sr();
|
|
2626
|
-
return /* @__PURE__ */
|
|
2626
|
+
return /* @__PURE__ */ a($e.Provider, { value: r, children: /* @__PURE__ */ b(
|
|
2627
2627
|
"div",
|
|
2628
2628
|
{
|
|
2629
|
-
className:
|
|
2629
|
+
className: w("relative", e),
|
|
2630
2630
|
onMouseEnter: r.handleMouseEnter,
|
|
2631
2631
|
onMouseLeave: r.handleMouseLeave,
|
|
2632
2632
|
role: "region",
|
|
2633
2633
|
"aria-roledescription": "carousel",
|
|
2634
2634
|
children: [
|
|
2635
2635
|
t,
|
|
2636
|
-
/* @__PURE__ */
|
|
2637
|
-
/* @__PURE__ */
|
|
2636
|
+
/* @__PURE__ */ a(ar, {}),
|
|
2637
|
+
/* @__PURE__ */ a(ir, {})
|
|
2638
2638
|
]
|
|
2639
2639
|
}
|
|
2640
2640
|
) });
|
|
2641
2641
|
}
|
|
2642
|
-
function
|
|
2643
|
-
const { scrollContainerRef: r } =
|
|
2644
|
-
return /* @__PURE__ */
|
|
2642
|
+
function Jr({ children: e, className: t = "" }) {
|
|
2643
|
+
const { scrollContainerRef: r } = ge();
|
|
2644
|
+
return /* @__PURE__ */ a(
|
|
2645
2645
|
"div",
|
|
2646
2646
|
{
|
|
2647
2647
|
ref: r,
|
|
2648
|
-
className:
|
|
2648
|
+
className: w(
|
|
2649
2649
|
"scroll no-scrollbar flex overflow-x-auto overflow-y-hidden scroll-smooth",
|
|
2650
2650
|
t
|
|
2651
2651
|
),
|
|
@@ -2653,45 +2653,45 @@ function qr({ children: e, className: t = "" }) {
|
|
|
2653
2653
|
}
|
|
2654
2654
|
);
|
|
2655
2655
|
}
|
|
2656
|
-
function
|
|
2657
|
-
return /* @__PURE__ */
|
|
2656
|
+
function Kr({ children: e, className: t = "" }) {
|
|
2657
|
+
return /* @__PURE__ */ a("div", { className: w("w-full min-w-full flex-shrink-0", t), children: e });
|
|
2658
2658
|
}
|
|
2659
|
-
function
|
|
2660
|
-
const { goToPrevious: e, canGoNext: t, canGoPrevious: r } =
|
|
2661
|
-
return t || r ? /* @__PURE__ */
|
|
2659
|
+
function ar() {
|
|
2660
|
+
const { goToPrevious: e, canGoNext: t, canGoPrevious: r } = ge();
|
|
2661
|
+
return t || r ? /* @__PURE__ */ a(
|
|
2662
2662
|
"button",
|
|
2663
2663
|
{
|
|
2664
2664
|
onClick: e,
|
|
2665
2665
|
disabled: !r,
|
|
2666
2666
|
className: "absolute top-1/2 left-4 z-10 flex size-10 -translate-y-1/2 cursor-pointer items-center justify-center rounded-full bg-white shadow-lg transition-all hover:bg-gray-50 disabled:cursor-not-allowed disabled:opacity-50",
|
|
2667
2667
|
"aria-label": "이전",
|
|
2668
|
-
children: /* @__PURE__ */
|
|
2668
|
+
children: /* @__PURE__ */ a(L, { name: "arrowLeft", className: "pr-0.5" })
|
|
2669
2669
|
}
|
|
2670
2670
|
) : null;
|
|
2671
2671
|
}
|
|
2672
|
-
function
|
|
2673
|
-
const { goToNext: e, canGoNext: t, canGoPrevious: r } =
|
|
2674
|
-
return t || r ? /* @__PURE__ */
|
|
2672
|
+
function ir() {
|
|
2673
|
+
const { goToNext: e, canGoNext: t, canGoPrevious: r } = ge();
|
|
2674
|
+
return t || r ? /* @__PURE__ */ a(
|
|
2675
2675
|
"button",
|
|
2676
2676
|
{
|
|
2677
2677
|
onClick: e,
|
|
2678
2678
|
disabled: !t,
|
|
2679
2679
|
className: "absolute top-1/2 right-4 z-10 flex size-10 -translate-y-1/2 cursor-pointer items-center justify-center rounded-full bg-white shadow-lg transition-all hover:bg-gray-50 disabled:cursor-not-allowed disabled:opacity-50",
|
|
2680
2680
|
"aria-label": "다음",
|
|
2681
|
-
children: /* @__PURE__ */
|
|
2681
|
+
children: /* @__PURE__ */ a(L, { name: "arrowRight", className: "pl-0.5" })
|
|
2682
2682
|
}
|
|
2683
2683
|
) : null;
|
|
2684
2684
|
}
|
|
2685
|
-
function
|
|
2685
|
+
function Xr({
|
|
2686
2686
|
as: e,
|
|
2687
2687
|
className: t,
|
|
2688
2688
|
children: r,
|
|
2689
2689
|
...o
|
|
2690
2690
|
}) {
|
|
2691
|
-
return /* @__PURE__ */
|
|
2691
|
+
return /* @__PURE__ */ a(
|
|
2692
2692
|
e || "div",
|
|
2693
2693
|
{
|
|
2694
|
-
className:
|
|
2694
|
+
className: w(
|
|
2695
2695
|
"box-border rounded-xl border border-gray-200 bg-white px-[22px] py-6 transition-colors hover:bg-gray-50",
|
|
2696
2696
|
t
|
|
2697
2697
|
),
|
|
@@ -2733,13 +2733,13 @@ function E({
|
|
|
2733
2733
|
wrap: n = "nowrap",
|
|
2734
2734
|
gap: s = 0,
|
|
2735
2735
|
className: l = "",
|
|
2736
|
-
children:
|
|
2737
|
-
...
|
|
2736
|
+
children: i,
|
|
2737
|
+
...d
|
|
2738
2738
|
}) {
|
|
2739
|
-
return /* @__PURE__ */
|
|
2739
|
+
return /* @__PURE__ */ a(
|
|
2740
2740
|
e,
|
|
2741
2741
|
{
|
|
2742
|
-
className:
|
|
2742
|
+
className: w(
|
|
2743
2743
|
"flex",
|
|
2744
2744
|
lr[t],
|
|
2745
2745
|
cr[r],
|
|
@@ -2748,57 +2748,57 @@ function E({
|
|
|
2748
2748
|
`gap-${s}`,
|
|
2749
2749
|
l
|
|
2750
2750
|
),
|
|
2751
|
-
...
|
|
2752
|
-
children:
|
|
2751
|
+
...d,
|
|
2752
|
+
children: i
|
|
2753
2753
|
}
|
|
2754
2754
|
);
|
|
2755
2755
|
}
|
|
2756
|
-
function
|
|
2757
|
-
return /* @__PURE__ */
|
|
2758
|
-
/* @__PURE__ */
|
|
2759
|
-
/* @__PURE__ */
|
|
2756
|
+
function Yr({ left: e, right: t }) {
|
|
2757
|
+
return /* @__PURE__ */ b(E, { dir: "row", justifyContent: "between", alignItems: "center", className: "w-full gap-2 md:gap-4", children: [
|
|
2758
|
+
/* @__PURE__ */ a("div", { className: "flex-1", children: e }),
|
|
2759
|
+
/* @__PURE__ */ a("div", { className: "flex-1", children: t })
|
|
2760
2760
|
] });
|
|
2761
2761
|
}
|
|
2762
|
-
function
|
|
2762
|
+
function pe({ isOpen: e, children: t }) {
|
|
2763
2763
|
const [r, o] = z(!1);
|
|
2764
|
-
return
|
|
2764
|
+
return D(() => (o(!0), () => o(!1)), []), r ? tt(/* @__PURE__ */ a(Te, { children: e && t }), document.body) : null;
|
|
2765
2765
|
}
|
|
2766
|
-
const
|
|
2766
|
+
const ie = {
|
|
2767
2767
|
initial: { opacity: 0 },
|
|
2768
2768
|
animate: { opacity: 1 },
|
|
2769
2769
|
exit: { opacity: 0 }
|
|
2770
|
-
},
|
|
2770
|
+
}, Y = {
|
|
2771
2771
|
initial: { x: "100%" },
|
|
2772
2772
|
animate: { x: 0 },
|
|
2773
2773
|
exit: { x: "100%" },
|
|
2774
2774
|
transition: { type: "spring", damping: 30, stiffness: 260 }
|
|
2775
2775
|
};
|
|
2776
|
-
function
|
|
2777
|
-
return /* @__PURE__ */
|
|
2778
|
-
/* @__PURE__ */
|
|
2779
|
-
|
|
2776
|
+
function Qr({ isOpen: e, onClose: t, children: r }) {
|
|
2777
|
+
return /* @__PURE__ */ b(pe, { isOpen: e, children: [
|
|
2778
|
+
/* @__PURE__ */ a(
|
|
2779
|
+
P.div,
|
|
2780
2780
|
{
|
|
2781
2781
|
onClick: t,
|
|
2782
2782
|
className: "fixed inset-0 bg-black/50",
|
|
2783
|
-
initial:
|
|
2784
|
-
animate:
|
|
2785
|
-
exit:
|
|
2783
|
+
initial: ie.initial,
|
|
2784
|
+
animate: ie.animate,
|
|
2785
|
+
exit: ie.exit
|
|
2786
2786
|
}
|
|
2787
2787
|
),
|
|
2788
|
-
/* @__PURE__ */
|
|
2789
|
-
|
|
2788
|
+
/* @__PURE__ */ a("div", { className: "fixed top-0 right-0 z-50 h-full", children: /* @__PURE__ */ a(
|
|
2789
|
+
P.div,
|
|
2790
2790
|
{
|
|
2791
2791
|
className: "h-full bg-white shadow-lg",
|
|
2792
|
-
initial:
|
|
2793
|
-
animate:
|
|
2794
|
-
exit:
|
|
2795
|
-
transition:
|
|
2792
|
+
initial: Y.initial,
|
|
2793
|
+
animate: Y.animate,
|
|
2794
|
+
exit: Y.exit,
|
|
2795
|
+
transition: Y.transition,
|
|
2796
2796
|
children: r
|
|
2797
2797
|
}
|
|
2798
2798
|
) })
|
|
2799
2799
|
] });
|
|
2800
2800
|
}
|
|
2801
|
-
const gr =
|
|
2801
|
+
const gr = te("whitespace-pre-wrap", {
|
|
2802
2802
|
variants: {
|
|
2803
2803
|
type: {
|
|
2804
2804
|
Title1: "md:text-4xl text-2xl",
|
|
@@ -2831,31 +2831,31 @@ function pr({
|
|
|
2831
2831
|
return Ke(
|
|
2832
2832
|
e || "p",
|
|
2833
2833
|
{
|
|
2834
|
-
className:
|
|
2834
|
+
className: w(gr({ type: n.variant, weight: t }), r),
|
|
2835
2835
|
...n
|
|
2836
2836
|
},
|
|
2837
2837
|
o
|
|
2838
2838
|
);
|
|
2839
2839
|
}
|
|
2840
|
-
const
|
|
2840
|
+
const O = (e) => {
|
|
2841
2841
|
function t(r) {
|
|
2842
|
-
return /* @__PURE__ */
|
|
2842
|
+
return /* @__PURE__ */ a(pr, { variant: e, ...r });
|
|
2843
2843
|
}
|
|
2844
2844
|
return t;
|
|
2845
|
-
}, mr =
|
|
2846
|
-
function
|
|
2847
|
-
const o =
|
|
2848
|
-
return /* @__PURE__ */
|
|
2845
|
+
}, mr = O("Title1"), eo = O("Title2"), hr = O("Title3"), me = O("Body1"), to = O("Body2"), fr = O("Body3"), he = O("Caption1");
|
|
2846
|
+
function ro({ id: e, mode: t, ...r }) {
|
|
2847
|
+
const o = ee(), n = e || o;
|
|
2848
|
+
return /* @__PURE__ */ b(
|
|
2849
2849
|
"label",
|
|
2850
2850
|
{
|
|
2851
2851
|
className: "focus-within:bg-primary-50 block w-full cursor-pointer rounded-xl border border-gray-200 bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 md:py-3.5",
|
|
2852
2852
|
htmlFor: n,
|
|
2853
2853
|
children: [
|
|
2854
|
-
/* @__PURE__ */
|
|
2855
|
-
/* @__PURE__ */
|
|
2856
|
-
/* @__PURE__ */
|
|
2854
|
+
/* @__PURE__ */ b(E, { alignItems: "center", children: [
|
|
2855
|
+
/* @__PURE__ */ a(L, { name: "file", size: 25, color: "gray" }),
|
|
2856
|
+
/* @__PURE__ */ a(fr, { className: "text-gray-400", weight: "medium", children: r.placeholder || (t === "single" ? "파일을 업로드해주세요" : "파일 여러개를 선택해주세요") })
|
|
2857
2857
|
] }),
|
|
2858
|
-
/* @__PURE__ */
|
|
2858
|
+
/* @__PURE__ */ a(
|
|
2859
2859
|
"input",
|
|
2860
2860
|
{
|
|
2861
2861
|
id: n,
|
|
@@ -2885,19 +2885,19 @@ function wr({
|
|
|
2885
2885
|
className: o,
|
|
2886
2886
|
...n
|
|
2887
2887
|
}) {
|
|
2888
|
-
return /* @__PURE__ */
|
|
2888
|
+
return /* @__PURE__ */ a(
|
|
2889
2889
|
"button",
|
|
2890
2890
|
{
|
|
2891
2891
|
type: "button",
|
|
2892
|
-
className:
|
|
2892
|
+
className: w("cursor-pointer rounded-md p-1 transition", br[t], o),
|
|
2893
2893
|
...n,
|
|
2894
|
-
children: /* @__PURE__ */
|
|
2894
|
+
children: /* @__PURE__ */ a(L, { name: e, color: t, size: r })
|
|
2895
2895
|
}
|
|
2896
2896
|
);
|
|
2897
2897
|
}
|
|
2898
|
-
function
|
|
2899
|
-
return /* @__PURE__ */
|
|
2900
|
-
/* @__PURE__ */
|
|
2898
|
+
function oo({ value: e, onClickReset: t, ...r }) {
|
|
2899
|
+
return /* @__PURE__ */ b(E, { gap: 8, alignItems: "center", className: "relative w-full", children: [
|
|
2900
|
+
/* @__PURE__ */ a(
|
|
2901
2901
|
"input",
|
|
2902
2902
|
{
|
|
2903
2903
|
value: e,
|
|
@@ -2905,7 +2905,7 @@ function ro({ value: e, onClickReset: t, ...r }) {
|
|
|
2905
2905
|
...r
|
|
2906
2906
|
}
|
|
2907
2907
|
),
|
|
2908
|
-
e && /* @__PURE__ */
|
|
2908
|
+
e && /* @__PURE__ */ a(
|
|
2909
2909
|
wr,
|
|
2910
2910
|
{
|
|
2911
2911
|
title: "입력값 지우기",
|
|
@@ -2931,12 +2931,12 @@ const xr = {
|
|
|
2931
2931
|
},
|
|
2932
2932
|
goToIndex: () => {
|
|
2933
2933
|
}
|
|
2934
|
-
},
|
|
2934
|
+
}, Fe = U(xr), fe = () => q(Fe);
|
|
2935
2935
|
function yr({ images: e, children: t }) {
|
|
2936
|
-
const [r, o] = z(0), n = e.length, s =
|
|
2937
|
-
(
|
|
2936
|
+
const [r, o] = z(0), n = e.length, s = V(() => o((c) => Math.max(0, c - 1)), []), l = V(() => o((c) => Math.min(n - 1, c + 1)), [n]), i = V(
|
|
2937
|
+
(c) => o(Math.max(0, Math.min(n - 1, c))),
|
|
2938
2938
|
[n]
|
|
2939
|
-
),
|
|
2939
|
+
), d = {
|
|
2940
2940
|
images: e,
|
|
2941
2941
|
current: r,
|
|
2942
2942
|
total: n,
|
|
@@ -2944,24 +2944,24 @@ function yr({ images: e, children: t }) {
|
|
|
2944
2944
|
lastImage: r === n - 1,
|
|
2945
2945
|
goPrev: s,
|
|
2946
2946
|
goNext: l,
|
|
2947
|
-
goToIndex:
|
|
2947
|
+
goToIndex: i
|
|
2948
2948
|
};
|
|
2949
|
-
return /* @__PURE__ */
|
|
2949
|
+
return /* @__PURE__ */ a(Fe.Provider, { value: d, children: t });
|
|
2950
2950
|
}
|
|
2951
|
-
function
|
|
2952
|
-
return /* @__PURE__ */
|
|
2951
|
+
function no({ images: e, className: t }) {
|
|
2952
|
+
return /* @__PURE__ */ a(yr, { images: e, children: /* @__PURE__ */ a(vr, { className: t }) });
|
|
2953
2953
|
}
|
|
2954
2954
|
function vr({ className: e }) {
|
|
2955
|
-
const { images: t, current: r, total: o, firstImage: n } =
|
|
2956
|
-
return /* @__PURE__ */
|
|
2957
|
-
/* @__PURE__ */
|
|
2955
|
+
const { images: t, current: r, total: o, firstImage: n } = fe(), s = n ? "eager" : "lazy";
|
|
2956
|
+
return /* @__PURE__ */ b(E, { dir: "col", alignItems: "center", className: w("w-full max-w-[500px]", e), children: [
|
|
2957
|
+
/* @__PURE__ */ b(
|
|
2958
2958
|
E,
|
|
2959
2959
|
{
|
|
2960
2960
|
alignItems: "center",
|
|
2961
2961
|
justifyContent: "center",
|
|
2962
2962
|
className: "relative aspect-square w-full overflow-hidden bg-gray-50",
|
|
2963
2963
|
children: [
|
|
2964
|
-
/* @__PURE__ */
|
|
2964
|
+
/* @__PURE__ */ a(
|
|
2965
2965
|
"img",
|
|
2966
2966
|
{
|
|
2967
2967
|
src: t[r].url,
|
|
@@ -2972,76 +2972,79 @@ function vr({ className: e }) {
|
|
|
2972
2972
|
className: "h-full w-full object-contain"
|
|
2973
2973
|
}
|
|
2974
2974
|
),
|
|
2975
|
-
o > 1 && /* @__PURE__ */
|
|
2976
|
-
/* @__PURE__ */
|
|
2977
|
-
/* @__PURE__ */
|
|
2975
|
+
o > 1 && /* @__PURE__ */ b(le, { children: [
|
|
2976
|
+
/* @__PURE__ */ a(Ae, { direction: "prev" }),
|
|
2977
|
+
/* @__PURE__ */ a(Ae, { direction: "next" })
|
|
2978
2978
|
] })
|
|
2979
2979
|
]
|
|
2980
2980
|
}
|
|
2981
2981
|
),
|
|
2982
|
-
/* @__PURE__ */
|
|
2982
|
+
/* @__PURE__ */ a(E, { justifyContent: "center", className: "mt-3", children: /* @__PURE__ */ a(Cr, {}) })
|
|
2983
2983
|
] });
|
|
2984
2984
|
}
|
|
2985
2985
|
function Cr() {
|
|
2986
|
-
const { images: e, current: t, goToIndex: r } =
|
|
2987
|
-
return /* @__PURE__ */
|
|
2986
|
+
const { images: e, current: t, goToIndex: r } = fe();
|
|
2987
|
+
return /* @__PURE__ */ a(E, { alignItems: "center", className: "gap-2 md:gap-2.5", children: e.map((o, n) => {
|
|
2988
2988
|
const s = n === t;
|
|
2989
|
-
return /* @__PURE__ */
|
|
2989
|
+
return /* @__PURE__ */ a(
|
|
2990
2990
|
"button",
|
|
2991
2991
|
{
|
|
2992
2992
|
type: "button",
|
|
2993
2993
|
"aria-label": `Image ${n + 1}`,
|
|
2994
2994
|
onClick: () => r(n),
|
|
2995
|
-
className:
|
|
2995
|
+
className: w(
|
|
2996
|
+
"h-2 w-2 cursor-pointer rounded-full md:h-2.5 md:w-2.5",
|
|
2997
|
+
s ? "bg-primary-300" : "bg-gray-200"
|
|
2998
|
+
)
|
|
2996
2999
|
},
|
|
2997
3000
|
n
|
|
2998
3001
|
);
|
|
2999
3002
|
}) });
|
|
3000
3003
|
}
|
|
3001
|
-
function
|
|
3002
|
-
const { firstImage: t, lastImage: r, goPrev: o, goNext: n } =
|
|
3003
|
-
return /* @__PURE__ */
|
|
3004
|
+
function Ae({ direction: e }) {
|
|
3005
|
+
const { firstImage: t, lastImage: r, goPrev: o, goNext: n } = fe(), s = e === "prev";
|
|
3006
|
+
return /* @__PURE__ */ a(
|
|
3004
3007
|
"button",
|
|
3005
3008
|
{
|
|
3006
3009
|
type: "button",
|
|
3007
3010
|
onClick: s ? o : n,
|
|
3008
|
-
className:
|
|
3009
|
-
"absolute top-1/2 z-10 -translate-y-1/2 rounded-full bg-white/75 p-1 shadow-sm transition-opacity hover:bg-white md:p-1.5",
|
|
3011
|
+
className: w(
|
|
3012
|
+
"absolute top-1/2 z-10 -translate-y-1/2 cursor-pointer rounded-full bg-white/75 p-1 shadow-sm transition-opacity hover:bg-white md:p-1.5",
|
|
3010
3013
|
s ? "left-4" : "right-4",
|
|
3011
3014
|
(s ? t : r) && "hidden"
|
|
3012
3015
|
),
|
|
3013
3016
|
"aria-label": `${e} image button`,
|
|
3014
|
-
children: /* @__PURE__ */
|
|
3017
|
+
children: /* @__PURE__ */ a(L, { name: s ? "arrowLeft" : "arrowRight", className: "h-5 w-5 md:h-6 md:w-6" })
|
|
3015
3018
|
}
|
|
3016
3019
|
);
|
|
3017
3020
|
}
|
|
3018
|
-
const
|
|
3021
|
+
const Q = {
|
|
3019
3022
|
initial: { opacity: 0 },
|
|
3020
3023
|
animate: { opacity: 1 },
|
|
3021
3024
|
exit: { opacity: 0 },
|
|
3022
3025
|
transition: { duration: 0.3 }
|
|
3023
3026
|
};
|
|
3024
|
-
function
|
|
3027
|
+
function so({ isOpen: e, closeModal: t, children: r, className: o }) {
|
|
3025
3028
|
const n = (s) => {
|
|
3026
3029
|
s.target instanceof HTMLElement && s.target === s.currentTarget && t && t();
|
|
3027
3030
|
};
|
|
3028
|
-
return /* @__PURE__ */
|
|
3029
|
-
|
|
3031
|
+
return /* @__PURE__ */ a(pe, { isOpen: e, children: /* @__PURE__ */ b(
|
|
3032
|
+
P.div,
|
|
3030
3033
|
{
|
|
3031
|
-
initial:
|
|
3032
|
-
animate:
|
|
3033
|
-
exit:
|
|
3034
|
-
transition:
|
|
3035
|
-
className:
|
|
3034
|
+
initial: Q.initial,
|
|
3035
|
+
animate: Q.animate,
|
|
3036
|
+
exit: Q.exit,
|
|
3037
|
+
transition: Q.transition,
|
|
3038
|
+
className: w("fixed inset-0 z-30 flex w-full items-center justify-center", o),
|
|
3036
3039
|
children: [
|
|
3037
|
-
/* @__PURE__ */
|
|
3038
|
-
/* @__PURE__ */
|
|
3040
|
+
/* @__PURE__ */ a("div", { className: "absolute inset-0 bg-black/50", onClick: n }),
|
|
3041
|
+
/* @__PURE__ */ a(kr, { children: r })
|
|
3039
3042
|
]
|
|
3040
3043
|
}
|
|
3041
3044
|
) });
|
|
3042
3045
|
}
|
|
3043
3046
|
function kr({ children: e }) {
|
|
3044
|
-
return /* @__PURE__ */
|
|
3047
|
+
return /* @__PURE__ */ a(
|
|
3045
3048
|
E,
|
|
3046
3049
|
{
|
|
3047
3050
|
role: "dialog",
|
|
@@ -3054,141 +3057,152 @@ function kr({ children: e }) {
|
|
|
3054
3057
|
);
|
|
3055
3058
|
}
|
|
3056
3059
|
function Nr({ files: e, previewUrls: t, onRemoveFile: r, multiple: o }) {
|
|
3057
|
-
return o ? /* @__PURE__ */
|
|
3058
|
-
/* @__PURE__ */
|
|
3059
|
-
/* @__PURE__ */
|
|
3060
|
+
return o ? /* @__PURE__ */ a("div", { className: "grid grid-cols-2 gap-2 md:grid-cols-3 md:gap-4", children: t == null ? void 0 : t.map((n, s) => /* @__PURE__ */ b("div", { className: "relative aspect-square", children: [
|
|
3061
|
+
/* @__PURE__ */ a(Se, { file: e == null ? void 0 : e[s], previewUrl: n }),
|
|
3062
|
+
/* @__PURE__ */ a(
|
|
3060
3063
|
"button",
|
|
3061
3064
|
{
|
|
3062
3065
|
type: "button",
|
|
3063
3066
|
onClick: () => r(s),
|
|
3064
3067
|
className: "absolute top-2 right-2 cursor-pointer rounded-full bg-white/75 p-1",
|
|
3065
|
-
children: /* @__PURE__ */
|
|
3068
|
+
children: /* @__PURE__ */ a(L, { name: "close", size: 14 })
|
|
3066
3069
|
}
|
|
3067
3070
|
)
|
|
3068
|
-
] }, s)) }) : /* @__PURE__ */
|
|
3071
|
+
] }, s)) }) : /* @__PURE__ */ a(Se, { file: e == null ? void 0 : e[0], previewUrl: t[0] });
|
|
3069
3072
|
}
|
|
3070
|
-
function
|
|
3071
|
-
|
|
3073
|
+
function Se({ file: e, previewUrl: t }) {
|
|
3074
|
+
const [r, o] = z(!1);
|
|
3075
|
+
return D(() => {
|
|
3076
|
+
if (e) return o(e.type.startsWith("video/"));
|
|
3077
|
+
Ir(t).then((n) => {
|
|
3078
|
+
o(n ? n.startsWith("video/") : !1);
|
|
3079
|
+
});
|
|
3080
|
+
}, [e, t]), /* @__PURE__ */ a(
|
|
3072
3081
|
E,
|
|
3073
3082
|
{
|
|
3074
3083
|
justifyContent: "center",
|
|
3075
3084
|
alignItems: "center",
|
|
3076
3085
|
className: "relative h-full w-full rounded-xl border border-gray-200 bg-gray-50",
|
|
3077
|
-
children:
|
|
3086
|
+
children: r ? /* @__PURE__ */ a(
|
|
3078
3087
|
"video",
|
|
3079
3088
|
{
|
|
3080
3089
|
src: t,
|
|
3081
3090
|
controls: !0,
|
|
3082
3091
|
className: "h-full max-h-[500px] w-full max-w-[500px] object-contain"
|
|
3083
3092
|
}
|
|
3084
|
-
) : /* @__PURE__ */
|
|
3093
|
+
) : /* @__PURE__ */ a(
|
|
3085
3094
|
"img",
|
|
3086
3095
|
{
|
|
3087
3096
|
src: t,
|
|
3088
|
-
alt: `미리보기 ${e.name}
|
|
3097
|
+
alt: e ? `미리보기 ${e.name}` : "미리보기 이미지",
|
|
3089
3098
|
className: "h-full max-h-[500px] w-full max-w-[500px] object-contain"
|
|
3090
3099
|
}
|
|
3091
3100
|
)
|
|
3092
3101
|
}
|
|
3093
3102
|
);
|
|
3094
3103
|
}
|
|
3104
|
+
async function Ir(e) {
|
|
3105
|
+
try {
|
|
3106
|
+
return (await fetch(e, { method: "HEAD" })).headers.get("Content-Type");
|
|
3107
|
+
} catch {
|
|
3108
|
+
return null;
|
|
3109
|
+
}
|
|
3110
|
+
}
|
|
3095
3111
|
const Lr = 1024 * 1024 * 1024;
|
|
3096
|
-
function
|
|
3112
|
+
function ao({
|
|
3097
3113
|
topAffix: e,
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
...
|
|
3114
|
+
id: t,
|
|
3115
|
+
label: r = "파일을 업로드해주세요. (jpg, jpeg, png)",
|
|
3116
|
+
description: o = "* 파일은 5GB까지 업로드 가능합니다.",
|
|
3117
|
+
maxSize: n = 5,
|
|
3118
|
+
acceptedFormats: s = ["image/*"],
|
|
3119
|
+
multiple: l = !1,
|
|
3120
|
+
previewFiles: i = [],
|
|
3121
|
+
previewUrls: d = [],
|
|
3122
|
+
onFileChange: c,
|
|
3123
|
+
...h
|
|
3108
3124
|
}) {
|
|
3109
|
-
const
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
}),
|
|
3113
|
-
},
|
|
3114
|
-
const
|
|
3115
|
-
if (
|
|
3116
|
-
return
|
|
3117
|
-
if (
|
|
3118
|
-
throw new Error(`${
|
|
3119
|
-
const
|
|
3120
|
-
|
|
3121
|
-
const H = B.map((A) => URL.createObjectURL(A));
|
|
3122
|
-
g(H), t == null || t(B);
|
|
3125
|
+
const f = ee(), x = t || f, I = d.length > 0, N = () => {
|
|
3126
|
+
d.forEach((m) => {
|
|
3127
|
+
m.startsWith("blob:") && URL.revokeObjectURL(m);
|
|
3128
|
+
}), c == null || c(null, []);
|
|
3129
|
+
}, y = (m) => {
|
|
3130
|
+
const C = Array.from(m.target.files || []);
|
|
3131
|
+
if (C.length === 0)
|
|
3132
|
+
return N();
|
|
3133
|
+
if (C.filter((A) => A.size / Lr > n).length > 0)
|
|
3134
|
+
throw new Error(`${n}GB 이하의 파일로 등록해주세요.`);
|
|
3135
|
+
const M = l ? C : [C[0]], R = M.map((A) => URL.createObjectURL(A));
|
|
3136
|
+
c == null || c(M, R);
|
|
3123
3137
|
};
|
|
3124
|
-
return /* @__PURE__ */
|
|
3125
|
-
/* @__PURE__ */
|
|
3126
|
-
/* @__PURE__ */
|
|
3127
|
-
/* @__PURE__ */
|
|
3138
|
+
return /* @__PURE__ */ b("div", { className: "max-h-[500px] w-full overflow-auto", children: [
|
|
3139
|
+
/* @__PURE__ */ b(E, { justifyContent: "between", children: [
|
|
3140
|
+
/* @__PURE__ */ a(me, { className: "text-gray-400", children: e }),
|
|
3141
|
+
/* @__PURE__ */ a(Mr, { handleReset: N, isSelected: I })
|
|
3128
3142
|
] }),
|
|
3129
|
-
|
|
3143
|
+
I ? /* @__PURE__ */ a(
|
|
3130
3144
|
Nr,
|
|
3131
3145
|
{
|
|
3132
|
-
files:
|
|
3133
|
-
previewUrls:
|
|
3134
|
-
onRemoveFile: (
|
|
3135
|
-
const
|
|
3136
|
-
|
|
3137
|
-
const
|
|
3138
|
-
|
|
3146
|
+
files: i,
|
|
3147
|
+
previewUrls: d,
|
|
3148
|
+
onRemoveFile: (m) => {
|
|
3149
|
+
const C = d[m];
|
|
3150
|
+
C != null && C.startsWith("blob:") && URL.revokeObjectURL(C);
|
|
3151
|
+
const j = (i == null ? void 0 : i.filter((R, A) => A !== m)) ?? null, M = d.filter((R, A) => A !== m);
|
|
3152
|
+
c == null || c(j, M);
|
|
3139
3153
|
},
|
|
3140
|
-
multiple:
|
|
3154
|
+
multiple: l
|
|
3141
3155
|
}
|
|
3142
|
-
) : /* @__PURE__ */
|
|
3143
|
-
/* @__PURE__ */
|
|
3156
|
+
) : /* @__PURE__ */ a(Er, { id: x, label: r, description: o }),
|
|
3157
|
+
/* @__PURE__ */ a(
|
|
3144
3158
|
"input",
|
|
3145
3159
|
{
|
|
3146
|
-
id:
|
|
3160
|
+
id: x,
|
|
3147
3161
|
name: "media file",
|
|
3148
3162
|
type: "file",
|
|
3149
|
-
accept:
|
|
3150
|
-
multiple:
|
|
3163
|
+
accept: s.join(","),
|
|
3164
|
+
multiple: l,
|
|
3151
3165
|
className: "hidden",
|
|
3152
|
-
onChange:
|
|
3153
|
-
...
|
|
3166
|
+
onChange: y,
|
|
3167
|
+
...h
|
|
3154
3168
|
}
|
|
3155
3169
|
)
|
|
3156
3170
|
] });
|
|
3157
3171
|
}
|
|
3158
|
-
function
|
|
3159
|
-
return /* @__PURE__ */
|
|
3172
|
+
function Er({ id: e, label: t, description: r }) {
|
|
3173
|
+
return /* @__PURE__ */ a(
|
|
3160
3174
|
"label",
|
|
3161
3175
|
{
|
|
3162
3176
|
htmlFor: e,
|
|
3163
3177
|
className: "block w-full cursor-pointer rounded-xl border border-gray-200 bg-gray-50 px-4 py-8 hover:bg-gray-100",
|
|
3164
|
-
children: /* @__PURE__ */
|
|
3165
|
-
/* @__PURE__ */
|
|
3166
|
-
/* @__PURE__ */
|
|
3167
|
-
/* @__PURE__ */
|
|
3178
|
+
children: /* @__PURE__ */ b(E, { dir: "col", alignItems: "center", gap: 4, className: "text-gray-400", children: [
|
|
3179
|
+
/* @__PURE__ */ a(L, { name: "upload", size: 40 }),
|
|
3180
|
+
/* @__PURE__ */ a(me, { weight: "semibold", children: t }),
|
|
3181
|
+
/* @__PURE__ */ a(he, { className: "text-gray-300", weight: "normal", children: r })
|
|
3168
3182
|
] })
|
|
3169
3183
|
}
|
|
3170
3184
|
);
|
|
3171
3185
|
}
|
|
3172
|
-
function
|
|
3173
|
-
return /* @__PURE__ */
|
|
3186
|
+
function Mr({ handleReset: e, isSelected: t }) {
|
|
3187
|
+
return /* @__PURE__ */ b(
|
|
3174
3188
|
E,
|
|
3175
3189
|
{
|
|
3176
3190
|
as: "button",
|
|
3177
3191
|
onClick: (r) => {
|
|
3178
|
-
r.
|
|
3192
|
+
r.preventDefault(), t && e();
|
|
3179
3193
|
},
|
|
3180
3194
|
alignItems: "center",
|
|
3181
3195
|
className: `text-primary-300 justify-end ${t ? "cursor-pointer" : "cursor-not-allowed opacity-50"}`,
|
|
3182
3196
|
"aria-label": "초기화",
|
|
3183
3197
|
children: [
|
|
3184
|
-
/* @__PURE__ */
|
|
3185
|
-
/* @__PURE__ */
|
|
3198
|
+
/* @__PURE__ */ a(L, { name: "refresh", size: 24, color: "primary" }),
|
|
3199
|
+
/* @__PURE__ */ a(me, { children: "초기화" })
|
|
3186
3200
|
]
|
|
3187
3201
|
}
|
|
3188
3202
|
);
|
|
3189
3203
|
}
|
|
3190
3204
|
function io({ title: e, size: t, onClick: r }) {
|
|
3191
|
-
return /* @__PURE__ */
|
|
3205
|
+
return /* @__PURE__ */ a(
|
|
3192
3206
|
"button",
|
|
3193
3207
|
{
|
|
3194
3208
|
className: "flex cursor-pointer flex-row items-center gap-2 align-middle whitespace-nowrap",
|
|
@@ -3199,29 +3213,29 @@ function io({ title: e, size: t, onClick: r }) {
|
|
|
3199
3213
|
}
|
|
3200
3214
|
window.history.back();
|
|
3201
3215
|
},
|
|
3202
|
-
children: t === "sm" ? /* @__PURE__ */
|
|
3203
|
-
/* @__PURE__ */
|
|
3204
|
-
/* @__PURE__ */
|
|
3205
|
-
] }) : /* @__PURE__ */
|
|
3206
|
-
/* @__PURE__ */
|
|
3207
|
-
/* @__PURE__ */
|
|
3216
|
+
children: t === "sm" ? /* @__PURE__ */ b(le, { children: [
|
|
3217
|
+
/* @__PURE__ */ a(L, { name: "arrowLeft", className: "w-4 md:w-6" }),
|
|
3218
|
+
/* @__PURE__ */ a(hr, { className: "whitespace-nowrap text-gray-500", children: e })
|
|
3219
|
+
] }) : /* @__PURE__ */ b(le, { children: [
|
|
3220
|
+
/* @__PURE__ */ a(L, { name: "navbarArrow", className: "w-6 md:w-8" }),
|
|
3221
|
+
/* @__PURE__ */ a(mr, { className: "whitespace-nowrap text-gray-500", children: e })
|
|
3208
3222
|
] })
|
|
3209
3223
|
}
|
|
3210
3224
|
);
|
|
3211
3225
|
}
|
|
3212
|
-
function
|
|
3213
|
-
return /* @__PURE__ */
|
|
3226
|
+
function zr({ className: e, ...t }) {
|
|
3227
|
+
return /* @__PURE__ */ a(
|
|
3214
3228
|
"nav",
|
|
3215
3229
|
{
|
|
3216
3230
|
role: "navigation",
|
|
3217
3231
|
"aria-label": "pagination",
|
|
3218
|
-
className:
|
|
3232
|
+
className: w("flex cursor-pointer items-center justify-center gap-1", e),
|
|
3219
3233
|
...t
|
|
3220
3234
|
}
|
|
3221
3235
|
);
|
|
3222
3236
|
}
|
|
3223
|
-
function
|
|
3224
|
-
return /* @__PURE__ */
|
|
3237
|
+
function Ar({ page: e, isActive: t, onClick: r }) {
|
|
3238
|
+
return /* @__PURE__ */ a(
|
|
3225
3239
|
"button",
|
|
3226
3240
|
{
|
|
3227
3241
|
onClickCapture: r,
|
|
@@ -3230,15 +3244,15 @@ function zr({ page: e, isActive: t, onClick: r }) {
|
|
|
3230
3244
|
}
|
|
3231
3245
|
);
|
|
3232
3246
|
}
|
|
3233
|
-
function
|
|
3247
|
+
function lo({ currentPage: e, totalPages: t, onPageChange: r, className: o = "" }) {
|
|
3234
3248
|
const n = () => {
|
|
3235
3249
|
e > 1 && r(e - 1);
|
|
3236
3250
|
}, s = () => {
|
|
3237
3251
|
e < t && r(e + 1);
|
|
3238
3252
|
};
|
|
3239
|
-
return /* @__PURE__ */
|
|
3240
|
-
t >= 3 && e > 1 && /* @__PURE__ */
|
|
3241
|
-
|
|
3253
|
+
return /* @__PURE__ */ b(zr, { className: o, children: [
|
|
3254
|
+
t >= 3 && e > 1 && /* @__PURE__ */ a(
|
|
3255
|
+
L,
|
|
3242
3256
|
{
|
|
3243
3257
|
name: "arrowLeft",
|
|
3244
3258
|
size: 35,
|
|
@@ -3246,17 +3260,17 @@ function ao({ currentPage: e, totalPages: t, onPageChange: r, className: o = ""
|
|
|
3246
3260
|
onClickCapture: n
|
|
3247
3261
|
}
|
|
3248
3262
|
),
|
|
3249
|
-
Array.from({ length: t }, (l,
|
|
3250
|
-
|
|
3263
|
+
Array.from({ length: t }, (l, i) => /* @__PURE__ */ a(
|
|
3264
|
+
Ar,
|
|
3251
3265
|
{
|
|
3252
|
-
page:
|
|
3253
|
-
isActive:
|
|
3254
|
-
onClick: () => r(
|
|
3266
|
+
page: i + 1,
|
|
3267
|
+
isActive: i + 1 === e,
|
|
3268
|
+
onClick: () => r(i + 1)
|
|
3255
3269
|
},
|
|
3256
|
-
|
|
3270
|
+
i
|
|
3257
3271
|
)),
|
|
3258
|
-
t >= 3 && e < t && /* @__PURE__ */
|
|
3259
|
-
|
|
3272
|
+
t >= 3 && e < t && /* @__PURE__ */ a(
|
|
3273
|
+
L,
|
|
3260
3274
|
{
|
|
3261
3275
|
name: "arrowRight",
|
|
3262
3276
|
size: 35,
|
|
@@ -3266,11 +3280,11 @@ function ao({ currentPage: e, totalPages: t, onPageChange: r, className: o = ""
|
|
|
3266
3280
|
)
|
|
3267
3281
|
] });
|
|
3268
3282
|
}
|
|
3269
|
-
const Ze =
|
|
3270
|
-
const e =
|
|
3283
|
+
const Ze = U(null), De = () => {
|
|
3284
|
+
const e = q(Ze);
|
|
3271
3285
|
if (!e) throw new Error("error");
|
|
3272
3286
|
return e;
|
|
3273
|
-
}, Sr =
|
|
3287
|
+
}, Sr = te(
|
|
3274
3288
|
"font-semibold text- cursor-pointer first:rounded-t-md last:rounded-b-md hover:bg-gray-100",
|
|
3275
3289
|
{
|
|
3276
3290
|
variants: {
|
|
@@ -3286,7 +3300,7 @@ const Ze = K(null), De = () => {
|
|
|
3286
3300
|
);
|
|
3287
3301
|
function Ue({ name: e, size: t, className: r }) {
|
|
3288
3302
|
const { onSelect: o, size: n, selected: s } = De();
|
|
3289
|
-
return /* @__PURE__ */
|
|
3303
|
+
return /* @__PURE__ */ a(
|
|
3290
3304
|
"div",
|
|
3291
3305
|
{
|
|
3292
3306
|
role: "option",
|
|
@@ -3296,15 +3310,15 @@ function Ue({ name: e, size: t, className: r }) {
|
|
|
3296
3310
|
onKeyDown: (l) => {
|
|
3297
3311
|
(l.key === "Enter" || l.key === " ") && (l.preventDefault(), o(e));
|
|
3298
3312
|
},
|
|
3299
|
-
className:
|
|
3313
|
+
className: w(Sr({ size: t || n }), r),
|
|
3300
3314
|
children: e
|
|
3301
3315
|
}
|
|
3302
3316
|
);
|
|
3303
3317
|
}
|
|
3304
|
-
function
|
|
3305
|
-
return /* @__PURE__ */
|
|
3318
|
+
function Tr({ name: e }) {
|
|
3319
|
+
return /* @__PURE__ */ a("div", { className: "border-b-2 border-gray-100 px-4 py-3.5 text-lg text-gray-300", children: e });
|
|
3306
3320
|
}
|
|
3307
|
-
const
|
|
3321
|
+
const jr = te(
|
|
3308
3322
|
"absolute z-50 mt-1 max-h-60 w-full overflow-y-auto rounded-md border border-gray-200 bg-white font-semibold text-gray-400 shadow-lg",
|
|
3309
3323
|
{
|
|
3310
3324
|
variants: {
|
|
@@ -3318,39 +3332,39 @@ const Tr = se(
|
|
|
3318
3332
|
}
|
|
3319
3333
|
}
|
|
3320
3334
|
);
|
|
3321
|
-
function
|
|
3335
|
+
function be({ children: e, size: t }) {
|
|
3322
3336
|
const { size: r } = De();
|
|
3323
|
-
return /* @__PURE__ */
|
|
3337
|
+
return /* @__PURE__ */ a("div", { className: w(jr({ size: t || r })), children: e });
|
|
3324
3338
|
}
|
|
3325
|
-
const
|
|
3339
|
+
const Rr = {
|
|
3326
3340
|
md: "px-3 py-1 text-sm min-w-24",
|
|
3327
3341
|
lg: "px-4 py-3.5 min-w-64 text-lg"
|
|
3328
3342
|
};
|
|
3329
|
-
function
|
|
3330
|
-
return /* @__PURE__ */
|
|
3343
|
+
function we({ selected: e, onClick: t, isOpen: r, size: o = "lg" }) {
|
|
3344
|
+
return /* @__PURE__ */ a(
|
|
3331
3345
|
E,
|
|
3332
3346
|
{
|
|
3333
3347
|
alignItems: "center",
|
|
3334
3348
|
onClick: t,
|
|
3335
|
-
className:
|
|
3336
|
-
|
|
3349
|
+
className: w(
|
|
3350
|
+
Rr[o],
|
|
3337
3351
|
"w-full rounded-lg border border-gray-200 bg-white font-semibold text-gray-400"
|
|
3338
3352
|
),
|
|
3339
|
-
children: /* @__PURE__ */
|
|
3353
|
+
children: /* @__PURE__ */ b(
|
|
3340
3354
|
"button",
|
|
3341
3355
|
{
|
|
3342
3356
|
type: "button",
|
|
3343
|
-
className:
|
|
3357
|
+
className: w(
|
|
3344
3358
|
"flex w-full cursor-pointer items-center justify-between rounded-lg align-middle",
|
|
3345
3359
|
r && "hover:rounded-b-none"
|
|
3346
3360
|
),
|
|
3347
3361
|
children: [
|
|
3348
3362
|
e,
|
|
3349
|
-
/* @__PURE__ */
|
|
3350
|
-
|
|
3363
|
+
/* @__PURE__ */ a(
|
|
3364
|
+
L,
|
|
3351
3365
|
{
|
|
3352
3366
|
name: "arrowDown",
|
|
3353
|
-
className:
|
|
3367
|
+
className: w(
|
|
3354
3368
|
"transform transition-transform duration-300",
|
|
3355
3369
|
r && "rotate-180",
|
|
3356
3370
|
o === "md" && "w-5"
|
|
@@ -3364,20 +3378,20 @@ function ye({ selected: e, onClick: t, isOpen: r, size: o = "lg" }) {
|
|
|
3364
3378
|
);
|
|
3365
3379
|
}
|
|
3366
3380
|
function qe({ value: e, onChange: t, size: r = "lg", defaultValue: o, children: n }) {
|
|
3367
|
-
const [s, l] = z(!1),
|
|
3368
|
-
l(!1), t == null || t(
|
|
3381
|
+
const [s, l] = z(!1), i = (d) => {
|
|
3382
|
+
l(!1), t == null || t(d);
|
|
3369
3383
|
};
|
|
3370
|
-
return /* @__PURE__ */
|
|
3384
|
+
return /* @__PURE__ */ a(
|
|
3371
3385
|
Ze.Provider,
|
|
3372
3386
|
{
|
|
3373
3387
|
value: {
|
|
3374
3388
|
selected: e,
|
|
3375
|
-
onSelect:
|
|
3389
|
+
onSelect: i,
|
|
3376
3390
|
size: r
|
|
3377
3391
|
},
|
|
3378
|
-
children: /* @__PURE__ */
|
|
3379
|
-
/* @__PURE__ */
|
|
3380
|
-
|
|
3392
|
+
children: /* @__PURE__ */ b("div", { className: "relative w-full", children: [
|
|
3393
|
+
/* @__PURE__ */ a(
|
|
3394
|
+
we,
|
|
3381
3395
|
{
|
|
3382
3396
|
selected: e || o,
|
|
3383
3397
|
onClick: () => l(!s),
|
|
@@ -3385,51 +3399,51 @@ function qe({ value: e, onChange: t, size: r = "lg", defaultValue: o, children:
|
|
|
3385
3399
|
isOpen: s
|
|
3386
3400
|
}
|
|
3387
3401
|
),
|
|
3388
|
-
s && /* @__PURE__ */
|
|
3402
|
+
s && /* @__PURE__ */ a(be, { children: n })
|
|
3389
3403
|
] })
|
|
3390
3404
|
}
|
|
3391
3405
|
);
|
|
3392
3406
|
}
|
|
3393
|
-
const
|
|
3407
|
+
const co = Object.assign(qe, {
|
|
3394
3408
|
Option: Ue,
|
|
3395
|
-
Button:
|
|
3396
|
-
List:
|
|
3397
|
-
}),
|
|
3409
|
+
Button: we,
|
|
3410
|
+
List: be
|
|
3411
|
+
}), uo = Object.assign(qe, {
|
|
3398
3412
|
Option: Ue,
|
|
3399
|
-
Select:
|
|
3400
|
-
List:
|
|
3401
|
-
Group:
|
|
3413
|
+
Select: we,
|
|
3414
|
+
List: be,
|
|
3415
|
+
Group: Tr
|
|
3402
3416
|
});
|
|
3403
|
-
function
|
|
3404
|
-
return /* @__PURE__ */
|
|
3417
|
+
function go({ className: e, ...t }) {
|
|
3418
|
+
return /* @__PURE__ */ a("div", { className: w("w-full animate-pulse rounded-md bg-gray-200", e), ...t });
|
|
3405
3419
|
}
|
|
3406
|
-
function
|
|
3407
|
-
return /* @__PURE__ */
|
|
3408
|
-
|
|
3420
|
+
function po({ color: e = "primary", ...t }) {
|
|
3421
|
+
return /* @__PURE__ */ a(
|
|
3422
|
+
Ie.Root,
|
|
3409
3423
|
{
|
|
3410
3424
|
...t,
|
|
3411
3425
|
className: "group flex h-3.5 w-7 items-center rounded-full shadow-lg data-[state=checked]:bg-[var(--switch-color)] data-[state=unchecked]:bg-gray-500",
|
|
3412
3426
|
style: e && { "--switch-color": He[e] },
|
|
3413
|
-
children: /* @__PURE__ */
|
|
3427
|
+
children: /* @__PURE__ */ a(Ie.Thumb, { className: "h-5 w-5 -translate-x-1.5 rounded-full bg-white shadow-inner drop-shadow-md duration-100 group-data-[state=checked]:translate-x-3.5" })
|
|
3414
3428
|
}
|
|
3415
3429
|
);
|
|
3416
3430
|
}
|
|
3417
|
-
const Je =
|
|
3418
|
-
function
|
|
3431
|
+
const Je = U(void 0);
|
|
3432
|
+
function mo({ children: e, defaultIndex: t = 0, ...r }) {
|
|
3419
3433
|
const o = Xe(
|
|
3420
3434
|
() => Ye.toArray(e).filter((l) => Qe(l)).map((l) => l.props.label),
|
|
3421
3435
|
[e]
|
|
3422
3436
|
), [n, s] = z(o[t]);
|
|
3423
|
-
return /* @__PURE__ */
|
|
3424
|
-
/* @__PURE__ */
|
|
3425
|
-
|
|
3437
|
+
return /* @__PURE__ */ a(Je.Provider, { value: { activeLabel: n }, children: /* @__PURE__ */ b("div", { ...r, children: [
|
|
3438
|
+
/* @__PURE__ */ a("nav", { className: "flex w-full", children: o.map((l) => /* @__PURE__ */ b(
|
|
3439
|
+
P.button,
|
|
3426
3440
|
{
|
|
3427
3441
|
className: `relative grow transform p-3 font-semibold ${n === l ? "text-primary-300 hover:bg-primary-50" : "text-gray-500 hover:bg-gray-50"} md:p-4 md:text-xl`,
|
|
3428
3442
|
onClick: () => s(l),
|
|
3429
3443
|
children: [
|
|
3430
3444
|
l,
|
|
3431
|
-
l === n && /* @__PURE__ */
|
|
3432
|
-
|
|
3445
|
+
l === n && /* @__PURE__ */ a(
|
|
3446
|
+
P.div,
|
|
3433
3447
|
{
|
|
3434
3448
|
className: "bg-primary-300 absolute right-0 -bottom-0.5 left-0 h-0.5",
|
|
3435
3449
|
layoutId: "underline",
|
|
@@ -3443,37 +3457,37 @@ function po({ children: e, defaultIndex: t = 0, ...r }) {
|
|
|
3443
3457
|
e
|
|
3444
3458
|
] }) });
|
|
3445
3459
|
}
|
|
3446
|
-
function
|
|
3447
|
-
const o =
|
|
3448
|
-
return /* @__PURE__ */
|
|
3460
|
+
function ho({ label: e, children: t, ...r }) {
|
|
3461
|
+
const o = q(Je), n = (o == null ? void 0 : o.activeLabel) === e;
|
|
3462
|
+
return /* @__PURE__ */ a("div", { className: `${!n && "hidden"}`, ...r, children: t });
|
|
3449
3463
|
}
|
|
3450
|
-
function
|
|
3464
|
+
function fo({
|
|
3451
3465
|
value: e,
|
|
3452
3466
|
rows: t = 3,
|
|
3453
3467
|
showCounter: r = !1,
|
|
3454
3468
|
className: o,
|
|
3455
3469
|
...n
|
|
3456
3470
|
}) {
|
|
3457
|
-
return /* @__PURE__ */
|
|
3458
|
-
/* @__PURE__ */
|
|
3471
|
+
return /* @__PURE__ */ b(E, { dir: "col", gap: 2, children: [
|
|
3472
|
+
/* @__PURE__ */ a(
|
|
3459
3473
|
"textarea",
|
|
3460
3474
|
{
|
|
3461
3475
|
rows: t,
|
|
3462
|
-
className:
|
|
3476
|
+
className: w(
|
|
3463
3477
|
"w-full resize-none rounded-xl border-none bg-white px-4 py-3.5 text-gray-900 outline-1 outline-gray-200 transition-colors placeholder:text-gray-400 focus:ring-4 focus:ring-blue-200 focus:outline-blue-500",
|
|
3464
3478
|
o
|
|
3465
3479
|
),
|
|
3466
3480
|
...n
|
|
3467
3481
|
}
|
|
3468
3482
|
),
|
|
3469
|
-
r && n.maxLength && /* @__PURE__ */
|
|
3483
|
+
r && n.maxLength && /* @__PURE__ */ b(he, { weight: "normal", className: "text-right text-gray-500", children: [
|
|
3470
3484
|
e.length ?? 0,
|
|
3471
3485
|
"/",
|
|
3472
3486
|
n.maxLength
|
|
3473
3487
|
] })
|
|
3474
3488
|
] });
|
|
3475
3489
|
}
|
|
3476
|
-
const
|
|
3490
|
+
const Br = {
|
|
3477
3491
|
SPRING: {
|
|
3478
3492
|
initial: { opacity: 0, scale: 0.6, y: 15 },
|
|
3479
3493
|
animate: {
|
|
@@ -3528,7 +3542,7 @@ const Rr = {
|
|
|
3528
3542
|
transition: { duration: 0.15, ease: "easeIn" }
|
|
3529
3543
|
}
|
|
3530
3544
|
}
|
|
3531
|
-
},
|
|
3545
|
+
}, Gr = {
|
|
3532
3546
|
primary: {
|
|
3533
3547
|
bg: "bg-primary-300",
|
|
3534
3548
|
text: "text-white"
|
|
@@ -3566,11 +3580,11 @@ const Rr = {
|
|
|
3566
3580
|
text: "text-white"
|
|
3567
3581
|
}
|
|
3568
3582
|
}, Pr = () => {
|
|
3569
|
-
const [e, t] = z(!1), [r, o] = z(null), n =
|
|
3570
|
-
return
|
|
3583
|
+
const [e, t] = z(!1), [r, o] = z(null), n = ce(null), s = () => t(!0), l = () => t(!1);
|
|
3584
|
+
return D(() => {
|
|
3571
3585
|
if (n.current && e) {
|
|
3572
|
-
const
|
|
3573
|
-
o({ top:
|
|
3586
|
+
const i = n.current.getBoundingClientRect();
|
|
3587
|
+
o({ top: i.top, left: i.left + i.width / 2 });
|
|
3574
3588
|
}
|
|
3575
3589
|
}, [e]), {
|
|
3576
3590
|
open: e,
|
|
@@ -3580,51 +3594,51 @@ const Rr = {
|
|
|
3580
3594
|
position: r
|
|
3581
3595
|
};
|
|
3582
3596
|
};
|
|
3583
|
-
function
|
|
3597
|
+
function bo({
|
|
3584
3598
|
content: e,
|
|
3585
3599
|
color: t = "gray",
|
|
3586
3600
|
animationMode: r = "SPRING",
|
|
3587
3601
|
children: o
|
|
3588
3602
|
}) {
|
|
3589
|
-
const n =
|
|
3590
|
-
return /* @__PURE__ */
|
|
3603
|
+
const n = ee(), { open: s, ref: l, show: i, hide: d, position: c } = Pr(), h = Gr[t], f = Br[r];
|
|
3604
|
+
return /* @__PURE__ */ b(
|
|
3591
3605
|
"div",
|
|
3592
3606
|
{
|
|
3593
3607
|
ref: l,
|
|
3594
3608
|
className: "inline-flex",
|
|
3595
|
-
onMouseEnter:
|
|
3596
|
-
onMouseLeave:
|
|
3597
|
-
onFocus:
|
|
3598
|
-
onBlur:
|
|
3599
|
-
onClick: () => s ?
|
|
3609
|
+
onMouseEnter: i,
|
|
3610
|
+
onMouseLeave: d,
|
|
3611
|
+
onFocus: i,
|
|
3612
|
+
onBlur: d,
|
|
3613
|
+
onClick: () => s ? d() : i(),
|
|
3600
3614
|
"aria-describedby": s ? n : void 0,
|
|
3601
3615
|
children: [
|
|
3602
3616
|
o,
|
|
3603
|
-
/* @__PURE__ */
|
|
3604
|
-
|
|
3617
|
+
/* @__PURE__ */ a(pe, { isOpen: s, children: /* @__PURE__ */ a(
|
|
3618
|
+
P.div,
|
|
3605
3619
|
{
|
|
3606
3620
|
id: n,
|
|
3607
3621
|
role: "tooltip",
|
|
3608
3622
|
"aria-live": "polite",
|
|
3609
|
-
initial:
|
|
3610
|
-
animate:
|
|
3611
|
-
exit:
|
|
3612
|
-
className:
|
|
3623
|
+
initial: f.initial,
|
|
3624
|
+
animate: f.animate,
|
|
3625
|
+
exit: f.exit,
|
|
3626
|
+
className: w(
|
|
3613
3627
|
"fixed -translate-x-1/2 -translate-y-full rounded px-2 py-1 whitespace-nowrap shadow-lg",
|
|
3614
|
-
|
|
3628
|
+
h.bg
|
|
3615
3629
|
),
|
|
3616
3630
|
style: {
|
|
3617
|
-
top:
|
|
3618
|
-
left:
|
|
3631
|
+
top: c == null ? void 0 : c.top,
|
|
3632
|
+
left: c == null ? void 0 : c.left
|
|
3619
3633
|
},
|
|
3620
|
-
children: /* @__PURE__ */
|
|
3634
|
+
children: /* @__PURE__ */ a(he, { weight: "medium", className: h.text, children: e })
|
|
3621
3635
|
}
|
|
3622
3636
|
) })
|
|
3623
3637
|
]
|
|
3624
3638
|
}
|
|
3625
3639
|
);
|
|
3626
3640
|
}
|
|
3627
|
-
const
|
|
3641
|
+
const wo = () => {
|
|
3628
3642
|
const [e, t] = z(!1);
|
|
3629
3643
|
return {
|
|
3630
3644
|
isOpen: e,
|
|
@@ -3633,47 +3647,47 @@ const bo = () => {
|
|
|
3633
3647
|
};
|
|
3634
3648
|
};
|
|
3635
3649
|
export {
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3650
|
+
$r as Accordion,
|
|
3651
|
+
Fr as AccordionItem,
|
|
3652
|
+
Zr as Avatar,
|
|
3653
|
+
Dr as Badge,
|
|
3654
|
+
me as Body1,
|
|
3655
|
+
to as Body2,
|
|
3642
3656
|
fr as Body3,
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3657
|
+
Ur as Button,
|
|
3658
|
+
he as Caption1,
|
|
3659
|
+
Xr as Card,
|
|
3660
|
+
qr as Carousel,
|
|
3661
|
+
Jr as CarouselContent,
|
|
3662
|
+
Kr as CarouselItem,
|
|
3663
|
+
Yr as DoubleButton,
|
|
3664
|
+
Qr as Drawer,
|
|
3665
|
+
ro as FileUpload,
|
|
3652
3666
|
E as Flex,
|
|
3653
|
-
|
|
3654
|
-
|
|
3667
|
+
uo as GroupingSelect,
|
|
3668
|
+
L as Icon,
|
|
3655
3669
|
wr as IconButton,
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3670
|
+
_e as Icons,
|
|
3671
|
+
no as ImageGallery,
|
|
3672
|
+
oo as Input,
|
|
3673
|
+
ao as MediaUpload,
|
|
3674
|
+
so as Modal,
|
|
3661
3675
|
io as NavBack,
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3676
|
+
lo as Pagination,
|
|
3677
|
+
pe as Portal,
|
|
3678
|
+
co as Select,
|
|
3679
|
+
go as Skeleton,
|
|
3680
|
+
po as Switch,
|
|
3681
|
+
ho as TabItem,
|
|
3682
|
+
mo as Tabs,
|
|
3683
|
+
fo as TextArea,
|
|
3670
3684
|
mr as Title1,
|
|
3671
|
-
|
|
3685
|
+
eo as Title2,
|
|
3672
3686
|
hr as Title3,
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3687
|
+
bo as Tooltip,
|
|
3688
|
+
w as cn,
|
|
3689
|
+
W as colors,
|
|
3690
|
+
_r as iconNames,
|
|
3691
|
+
wo as usePortal
|
|
3678
3692
|
};
|
|
3679
3693
|
//# sourceMappingURL=ddingdong-design-system.es.js.map
|