ddingdong-design-system 0.3.7 → 1.0.1
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 +969 -742
- 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/index.d.ts +2 -0
- package/dist/shared/ui/ImageGallery/ImageGallery.d.ts +16 -0
- package/dist/shared/ui/ImageGallery/ImageGalleryContext.d.ts +18 -0
- package/dist/shared/ui/ImageGallery/index.d.ts +1 -0
- package/dist/shared/ui/MediaUpload/MediaUpload.d.ts +42 -0
- package/dist/shared/ui/MediaUpload/MediaUploadPreview.d.ts +8 -0
- package/dist/shared/ui/MediaUpload/index.d.ts +1 -0
- package/dist/shared/ui/assets/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as i, jsxs as f, Fragment as de } from "react/jsx-runtime";
|
|
2
2
|
import * as c from "react";
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { useReducedMotion as
|
|
5
|
-
import { createPortal as
|
|
6
|
-
import * as
|
|
7
|
-
function
|
|
8
|
-
var
|
|
3
|
+
import { createContext as q, useContext as J, useState as S, useId as re, useRef as ue, useEffect as te, 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
|
+
import { createPortal as tt } from "react-dom";
|
|
6
|
+
import * as Le from "@radix-ui/react-switch";
|
|
7
|
+
function je(e) {
|
|
8
|
+
var t, r, o = "";
|
|
9
9
|
if (typeof e == "string" || typeof e == "number") o += e;
|
|
10
10
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
11
11
|
var n = e.length;
|
|
12
|
-
for (
|
|
13
|
-
} else for (
|
|
12
|
+
for (t = 0; t < n; t++) e[t] && (r = je(e[t])) && (o && (o += " "), o += r);
|
|
13
|
+
} else for (r in e) e[r] && (o && (o += " "), o += r);
|
|
14
14
|
return o;
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
for (var e,
|
|
16
|
+
function Re() {
|
|
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
|
|
21
|
-
const
|
|
22
|
-
conflictingClassGroups:
|
|
20
|
+
const pe = "-", rt = (e) => {
|
|
21
|
+
const t = nt(e), {
|
|
22
|
+
conflictingClassGroups: r,
|
|
23
23
|
conflictingClassGroupModifiers: o
|
|
24
24
|
} = e;
|
|
25
25
|
return {
|
|
26
|
-
getClassGroupId: (
|
|
27
|
-
const
|
|
28
|
-
return
|
|
26
|
+
getClassGroupId: (l) => {
|
|
27
|
+
const a = l.split(pe);
|
|
28
|
+
return a[0] === "" && a.length !== 1 && a.shift(), Be(a, t) || ot(l);
|
|
29
29
|
},
|
|
30
|
-
getConflictingClassGroupIds: (
|
|
31
|
-
const
|
|
32
|
-
return
|
|
30
|
+
getConflictingClassGroupIds: (l, a) => {
|
|
31
|
+
const u = r[l] || [];
|
|
32
|
+
return a && o[l] ? [...u, ...o[l]] : u;
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
},
|
|
36
|
-
var
|
|
35
|
+
}, Be = (e, t) => {
|
|
36
|
+
var l;
|
|
37
37
|
if (e.length === 0)
|
|
38
|
-
return
|
|
39
|
-
const
|
|
38
|
+
return t.classGroupId;
|
|
39
|
+
const r = e[0], o = t.nextPart.get(r), n = o ? Be(e.slice(1), o) : void 0;
|
|
40
40
|
if (n)
|
|
41
41
|
return n;
|
|
42
|
-
if (
|
|
42
|
+
if (t.validators.length === 0)
|
|
43
43
|
return;
|
|
44
|
-
const s = e.join(
|
|
45
|
-
return (
|
|
46
|
-
validator:
|
|
47
|
-
}) =>
|
|
48
|
-
},
|
|
49
|
-
if (
|
|
50
|
-
const
|
|
51
|
-
if (
|
|
52
|
-
return "arbitrary.." +
|
|
44
|
+
const s = e.join(pe);
|
|
45
|
+
return (l = t.validators.find(({
|
|
46
|
+
validator: a
|
|
47
|
+
}) => a(s))) == null ? void 0 : l.classGroupId;
|
|
48
|
+
}, Ie = /^\[(.+)\]$/, ot = (e) => {
|
|
49
|
+
if (Ie.test(e)) {
|
|
50
|
+
const t = Ie.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
51
|
+
if (r)
|
|
52
|
+
return "arbitrary.." + r;
|
|
53
53
|
}
|
|
54
|
-
},
|
|
54
|
+
}, nt = (e) => {
|
|
55
55
|
const {
|
|
56
|
-
theme:
|
|
57
|
-
prefix:
|
|
56
|
+
theme: t,
|
|
57
|
+
prefix: r
|
|
58
58
|
} = e, o = {
|
|
59
59
|
nextPart: /* @__PURE__ */ new Map(),
|
|
60
60
|
validators: []
|
|
61
61
|
};
|
|
62
|
-
return
|
|
63
|
-
|
|
62
|
+
return it(Object.entries(e.classGroups), r).forEach(([s, l]) => {
|
|
63
|
+
ge(l, o, s, t);
|
|
64
64
|
}), o;
|
|
65
|
-
},
|
|
65
|
+
}, ge = (e, t, r, o) => {
|
|
66
66
|
e.forEach((n) => {
|
|
67
67
|
if (typeof n == "string") {
|
|
68
|
-
const s = n === "" ?
|
|
69
|
-
s.classGroupId =
|
|
68
|
+
const s = n === "" ? t : Ee(t, n);
|
|
69
|
+
s.classGroupId = r;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
72
|
if (typeof n == "function") {
|
|
73
|
-
if (
|
|
74
|
-
|
|
73
|
+
if (st(n)) {
|
|
74
|
+
ge(n(o), t, r, o);
|
|
75
75
|
return;
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
t.validators.push({
|
|
78
78
|
validator: n,
|
|
79
|
-
classGroupId:
|
|
79
|
+
classGroupId: r
|
|
80
80
|
});
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
Object.entries(n).forEach(([s,
|
|
84
|
-
|
|
83
|
+
Object.entries(n).forEach(([s, l]) => {
|
|
84
|
+
ge(l, Ee(t, s), r, o);
|
|
85
85
|
});
|
|
86
86
|
});
|
|
87
|
-
},
|
|
88
|
-
let
|
|
89
|
-
return
|
|
90
|
-
|
|
87
|
+
}, Ee = (e, t) => {
|
|
88
|
+
let r = e;
|
|
89
|
+
return t.split(pe).forEach((o) => {
|
|
90
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
91
91
|
nextPart: /* @__PURE__ */ new Map(),
|
|
92
92
|
validators: []
|
|
93
|
-
}),
|
|
94
|
-
}),
|
|
95
|
-
},
|
|
96
|
-
const n = o.map((s) => typeof s == "string" ?
|
|
97
|
-
return [
|
|
98
|
-
}) : e,
|
|
93
|
+
}), r = r.nextPart.get(o);
|
|
94
|
+
}), r;
|
|
95
|
+
}, st = (e) => e.isThemeGetter, it = (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, a]) => [t + l, a])) : s);
|
|
97
|
+
return [r, n];
|
|
98
|
+
}) : e, at = (e) => {
|
|
99
99
|
if (e < 1)
|
|
100
100
|
return {
|
|
101
101
|
get: () => {
|
|
@@ -103,179 +103,179 @@ const ce = "-", Xe = (e) => {
|
|
|
103
103
|
set: () => {
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
let
|
|
107
|
-
const n = (s,
|
|
108
|
-
|
|
106
|
+
let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
107
|
+
const n = (s, l) => {
|
|
108
|
+
r.set(s, l), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
109
109
|
};
|
|
110
110
|
return {
|
|
111
111
|
get(s) {
|
|
112
|
-
let
|
|
113
|
-
if (
|
|
114
|
-
return
|
|
115
|
-
if ((
|
|
116
|
-
return n(s,
|
|
112
|
+
let l = r.get(s);
|
|
113
|
+
if (l !== void 0)
|
|
114
|
+
return l;
|
|
115
|
+
if ((l = o.get(s)) !== void 0)
|
|
116
|
+
return n(s, l), l;
|
|
117
117
|
},
|
|
118
|
-
set(s,
|
|
119
|
-
|
|
118
|
+
set(s, l) {
|
|
119
|
+
r.has(s) ? r.set(s, l) : n(s, l);
|
|
120
120
|
}
|
|
121
121
|
};
|
|
122
|
-
},
|
|
122
|
+
}, Ge = "!", lt = (e) => {
|
|
123
123
|
const {
|
|
124
|
-
separator:
|
|
125
|
-
experimentalParseClassName:
|
|
126
|
-
} = e, o =
|
|
127
|
-
const
|
|
128
|
-
let
|
|
129
|
-
for (let g = 0; g <
|
|
130
|
-
let
|
|
131
|
-
if (
|
|
132
|
-
if (
|
|
133
|
-
|
|
124
|
+
separator: t,
|
|
125
|
+
experimentalParseClassName: r
|
|
126
|
+
} = e, o = t.length === 1, n = t[0], s = t.length, l = (a) => {
|
|
127
|
+
const u = [];
|
|
128
|
+
let d = 0, m = 0, h;
|
|
129
|
+
for (let g = 0; g < a.length; g++) {
|
|
130
|
+
let b = a[g];
|
|
131
|
+
if (d === 0) {
|
|
132
|
+
if (b === n && (o || a.slice(g, g + s) === t)) {
|
|
133
|
+
u.push(a.slice(m, g)), m = g + s;
|
|
134
134
|
continue;
|
|
135
135
|
}
|
|
136
|
-
if (
|
|
136
|
+
if (b === "/") {
|
|
137
137
|
h = g;
|
|
138
138
|
continue;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
|
|
141
|
+
b === "[" ? d++ : b === "]" && d--;
|
|
142
142
|
}
|
|
143
|
-
const
|
|
143
|
+
const w = u.length === 0 ? a : a.substring(m), N = w.startsWith(Ge), k = N ? w.substring(1) : w, x = h && h > m ? h - m : void 0;
|
|
144
144
|
return {
|
|
145
|
-
modifiers:
|
|
145
|
+
modifiers: u,
|
|
146
146
|
hasImportantModifier: N,
|
|
147
147
|
baseClassName: k,
|
|
148
148
|
maybePostfixModifierPosition: x
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
-
return
|
|
152
|
-
className:
|
|
153
|
-
parseClassName:
|
|
154
|
-
}) :
|
|
155
|
-
},
|
|
151
|
+
return r ? (a) => r({
|
|
152
|
+
className: a,
|
|
153
|
+
parseClassName: l
|
|
154
|
+
}) : l;
|
|
155
|
+
}, ct = (e) => {
|
|
156
156
|
if (e.length <= 1)
|
|
157
157
|
return e;
|
|
158
|
-
const
|
|
159
|
-
let
|
|
158
|
+
const t = [];
|
|
159
|
+
let r = [];
|
|
160
160
|
return e.forEach((o) => {
|
|
161
|
-
o[0] === "[" ? (
|
|
162
|
-
}),
|
|
163
|
-
},
|
|
164
|
-
cache:
|
|
165
|
-
parseClassName:
|
|
166
|
-
...
|
|
167
|
-
}),
|
|
161
|
+
o[0] === "[" ? (t.push(...r.sort(), o), r = []) : r.push(o);
|
|
162
|
+
}), t.push(...r.sort()), t;
|
|
163
|
+
}, dt = (e) => ({
|
|
164
|
+
cache: at(e.cacheSize),
|
|
165
|
+
parseClassName: lt(e),
|
|
166
|
+
...rt(e)
|
|
167
|
+
}), ut = /\s+/, gt = (e, t) => {
|
|
168
168
|
const {
|
|
169
|
-
parseClassName:
|
|
169
|
+
parseClassName: r,
|
|
170
170
|
getClassGroupId: o,
|
|
171
171
|
getConflictingClassGroupIds: n
|
|
172
|
-
} =
|
|
173
|
-
let
|
|
174
|
-
for (let
|
|
175
|
-
const
|
|
172
|
+
} = t, s = [], l = e.trim().split(ut);
|
|
173
|
+
let a = "";
|
|
174
|
+
for (let u = l.length - 1; u >= 0; u -= 1) {
|
|
175
|
+
const d = l[u], {
|
|
176
176
|
modifiers: m,
|
|
177
177
|
hasImportantModifier: h,
|
|
178
|
-
baseClassName:
|
|
178
|
+
baseClassName: w,
|
|
179
179
|
maybePostfixModifierPosition: N
|
|
180
|
-
} =
|
|
181
|
-
let k = !!N, x = o(k ?
|
|
180
|
+
} = r(d);
|
|
181
|
+
let k = !!N, x = o(k ? w.substring(0, N) : w);
|
|
182
182
|
if (!x) {
|
|
183
183
|
if (!k) {
|
|
184
|
-
|
|
184
|
+
a = d + (a.length > 0 ? " " + a : a);
|
|
185
185
|
continue;
|
|
186
186
|
}
|
|
187
|
-
if (x = o(
|
|
188
|
-
|
|
187
|
+
if (x = o(w), !x) {
|
|
188
|
+
a = d + (a.length > 0 ? " " + a : a);
|
|
189
189
|
continue;
|
|
190
190
|
}
|
|
191
191
|
k = !1;
|
|
192
192
|
}
|
|
193
|
-
const g =
|
|
194
|
-
if (s.includes(
|
|
193
|
+
const g = ct(m).join(":"), b = h ? g + Ge : g, I = b + x;
|
|
194
|
+
if (s.includes(I))
|
|
195
195
|
continue;
|
|
196
|
-
s.push(
|
|
197
|
-
const
|
|
198
|
-
for (let
|
|
199
|
-
const
|
|
200
|
-
s.push(
|
|
196
|
+
s.push(I);
|
|
197
|
+
const z = n(x, k);
|
|
198
|
+
for (let L = 0; L < z.length; ++L) {
|
|
199
|
+
const O = z[L];
|
|
200
|
+
s.push(b + O);
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
a = d + (a.length > 0 ? " " + a : a);
|
|
203
203
|
}
|
|
204
|
-
return
|
|
204
|
+
return a;
|
|
205
205
|
};
|
|
206
|
-
function
|
|
207
|
-
let e = 0,
|
|
206
|
+
function pt() {
|
|
207
|
+
let e = 0, t, r, o = "";
|
|
208
208
|
for (; e < arguments.length; )
|
|
209
|
-
(
|
|
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
|
-
let
|
|
215
|
+
let t, r = "";
|
|
216
216
|
for (let o = 0; o < e.length; o++)
|
|
217
|
-
e[o] && (
|
|
218
|
-
return
|
|
217
|
+
e[o] && (t = Pe(e[o])) && (r && (r += " "), r += t);
|
|
218
|
+
return r;
|
|
219
219
|
};
|
|
220
|
-
function
|
|
221
|
-
let
|
|
222
|
-
function
|
|
223
|
-
const
|
|
224
|
-
return
|
|
220
|
+
function mt(e, ...t) {
|
|
221
|
+
let r, o, n, s = l;
|
|
222
|
+
function l(u) {
|
|
223
|
+
const d = t.reduce((m, h) => h(m), e());
|
|
224
|
+
return r = dt(d), o = r.cache.get, n = r.cache.set, s = a, a(u);
|
|
225
225
|
}
|
|
226
|
-
function
|
|
227
|
-
const
|
|
228
|
-
if (
|
|
229
|
-
return
|
|
230
|
-
const m =
|
|
231
|
-
return n(
|
|
226
|
+
function a(u) {
|
|
227
|
+
const d = o(u);
|
|
228
|
+
if (d)
|
|
229
|
+
return d;
|
|
230
|
+
const m = gt(u, r);
|
|
231
|
+
return n(u, m), m;
|
|
232
232
|
}
|
|
233
233
|
return function() {
|
|
234
|
-
return s(
|
|
234
|
+
return s(pt.apply(null, arguments));
|
|
235
235
|
};
|
|
236
236
|
}
|
|
237
|
-
const
|
|
238
|
-
const
|
|
239
|
-
return
|
|
240
|
-
},
|
|
241
|
-
const o =
|
|
242
|
-
return o ? o[1] ? typeof
|
|
243
|
-
},
|
|
237
|
+
const v = (e) => {
|
|
238
|
+
const t = (r) => r[e] || [];
|
|
239
|
+
return t.isThemeGetter = !0, t;
|
|
240
|
+
}, Oe = /^\[(?:([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) => _(e) || ft.has(e) || ht.test(e), B = (e) => $(e, "length", zt), _ = (e) => !!e && !Number.isNaN(Number(e)), le = (e) => $(e, "number", _), D = (e) => !!e && Number.isInteger(Number(e)), Ct = (e) => e.endsWith("%") && _(e.slice(0, -1)), p = (e) => Oe.test(e), G = (e) => bt.test(e), kt = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Nt = (e) => $(e, kt, Ve), Lt = (e) => $(e, "position", Ve), It = /* @__PURE__ */ new Set(["image", "url"]), Et = (e) => $(e, It, At), Mt = (e) => $(e, "", St), U = () => !0, $ = (e, t, r) => {
|
|
241
|
+
const o = Oe.exec(e);
|
|
242
|
+
return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : r(o[2]) : !1;
|
|
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
|
-
|
|
248
|
-
),
|
|
249
|
-
const e =
|
|
247
|
+
wt.test(e) && !xt.test(e)
|
|
248
|
+
), Ve = () => !1, St = (e) => yt.test(e), At = (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"), a = v("borderWidth"), u = v("contrast"), d = v("grayscale"), m = v("hueRotate"), h = v("invert"), w = v("gap"), N = v("gradientColorStops"), k = v("gradientColorStopPositions"), x = v("inset"), g = v("margin"), b = v("opacity"), I = v("padding"), z = v("saturate"), L = v("scale"), O = v("sepia"), j = v("skew"), R = v("space"), H = v("translate"), ne = () => ["auto", "contain", "none"], se = () => ["auto", "hidden", "clip", "visible", "scroll"], ie = () => ["auto", p, t], C = () => [p, t], ve = () => ["", T, B], K = () => ["auto", _, p], Ce = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], X = () => ["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"], ae = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], Z = () => ["", "0", p], Ne = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], A = () => [_, p];
|
|
250
250
|
return {
|
|
251
251
|
cacheSize: 500,
|
|
252
252
|
separator: ":",
|
|
253
253
|
theme: {
|
|
254
|
-
colors: [
|
|
255
|
-
spacing: [
|
|
256
|
-
blur: ["none", "",
|
|
257
|
-
brightness:
|
|
254
|
+
colors: [U],
|
|
255
|
+
spacing: [T, B],
|
|
256
|
+
blur: ["none", "", G, p],
|
|
257
|
+
brightness: A(),
|
|
258
258
|
borderColor: [e],
|
|
259
|
-
borderRadius: ["none", "", "full",
|
|
260
|
-
borderSpacing:
|
|
261
|
-
borderWidth:
|
|
262
|
-
contrast:
|
|
263
|
-
grayscale:
|
|
264
|
-
hueRotate:
|
|
265
|
-
invert:
|
|
266
|
-
gap:
|
|
259
|
+
borderRadius: ["none", "", "full", G, p],
|
|
260
|
+
borderSpacing: C(),
|
|
261
|
+
borderWidth: ve(),
|
|
262
|
+
contrast: A(),
|
|
263
|
+
grayscale: Z(),
|
|
264
|
+
hueRotate: A(),
|
|
265
|
+
invert: Z(),
|
|
266
|
+
gap: C(),
|
|
267
267
|
gradientColorStops: [e],
|
|
268
|
-
gradientColorStopPositions: [
|
|
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: ie(),
|
|
270
|
+
margin: ie(),
|
|
271
|
+
opacity: A(),
|
|
272
|
+
padding: C(),
|
|
273
|
+
saturate: A(),
|
|
274
|
+
scale: A(),
|
|
275
|
+
sepia: Z(),
|
|
276
|
+
skew: A(),
|
|
277
|
+
space: C(),
|
|
278
|
+
translate: C()
|
|
279
279
|
},
|
|
280
280
|
classGroups: {
|
|
281
281
|
// Layout
|
|
@@ -296,21 +296,21 @@ const b = (e) => {
|
|
|
296
296
|
* @see https://tailwindcss.com/docs/columns
|
|
297
297
|
*/
|
|
298
298
|
columns: [{
|
|
299
|
-
columns: [
|
|
299
|
+
columns: [G]
|
|
300
300
|
}],
|
|
301
301
|
/**
|
|
302
302
|
* Break After
|
|
303
303
|
* @see https://tailwindcss.com/docs/break-after
|
|
304
304
|
*/
|
|
305
305
|
"break-after": [{
|
|
306
|
-
"break-after":
|
|
306
|
+
"break-after": Ne()
|
|
307
307
|
}],
|
|
308
308
|
/**
|
|
309
309
|
* Break Before
|
|
310
310
|
* @see https://tailwindcss.com/docs/break-before
|
|
311
311
|
*/
|
|
312
312
|
"break-before": [{
|
|
313
|
-
"break-before":
|
|
313
|
+
"break-before": Ne()
|
|
314
314
|
}],
|
|
315
315
|
/**
|
|
316
316
|
* Break Inside
|
|
@@ -369,49 +369,49 @@ const b = (e) => {
|
|
|
369
369
|
* @see https://tailwindcss.com/docs/object-position
|
|
370
370
|
*/
|
|
371
371
|
"object-position": [{
|
|
372
|
-
object: [...
|
|
372
|
+
object: [...Ce(), p]
|
|
373
373
|
}],
|
|
374
374
|
/**
|
|
375
375
|
* Overflow
|
|
376
376
|
* @see https://tailwindcss.com/docs/overflow
|
|
377
377
|
*/
|
|
378
378
|
overflow: [{
|
|
379
|
-
overflow:
|
|
379
|
+
overflow: se()
|
|
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": se()
|
|
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": se()
|
|
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: ne()
|
|
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": ne()
|
|
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": ne()
|
|
415
415
|
}],
|
|
416
416
|
/**
|
|
417
417
|
* Position
|
|
@@ -491,7 +491,7 @@ const b = (e) => {
|
|
|
491
491
|
* @see https://tailwindcss.com/docs/z-index
|
|
492
492
|
*/
|
|
493
493
|
z: [{
|
|
494
|
-
z: ["auto",
|
|
494
|
+
z: ["auto", D, p]
|
|
495
495
|
}],
|
|
496
496
|
// Flexbox and Grid
|
|
497
497
|
/**
|
|
@@ -499,7 +499,7 @@ const b = (e) => {
|
|
|
499
499
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
500
500
|
*/
|
|
501
501
|
basis: [{
|
|
502
|
-
basis:
|
|
502
|
+
basis: ie()
|
|
503
503
|
}],
|
|
504
504
|
/**
|
|
505
505
|
* Flex Direction
|
|
@@ -527,28 +527,28 @@ const b = (e) => {
|
|
|
527
527
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
528
528
|
*/
|
|
529
529
|
grow: [{
|
|
530
|
-
grow:
|
|
530
|
+
grow: Z()
|
|
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: Z()
|
|
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", D, p]
|
|
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": [U]
|
|
552
552
|
}],
|
|
553
553
|
/**
|
|
554
554
|
* Grid Column Start / End
|
|
@@ -556,7 +556,7 @@ const b = (e) => {
|
|
|
556
556
|
*/
|
|
557
557
|
"col-start-end": [{
|
|
558
558
|
col: ["auto", {
|
|
559
|
-
span: ["full",
|
|
559
|
+
span: ["full", D, p]
|
|
560
560
|
}, p]
|
|
561
561
|
}],
|
|
562
562
|
/**
|
|
@@ -564,21 +564,21 @@ const b = (e) => {
|
|
|
564
564
|
* @see https://tailwindcss.com/docs/grid-column
|
|
565
565
|
*/
|
|
566
566
|
"col-start": [{
|
|
567
|
-
"col-start":
|
|
567
|
+
"col-start": K()
|
|
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": K()
|
|
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": [U]
|
|
582
582
|
}],
|
|
583
583
|
/**
|
|
584
584
|
* Grid Row Start / End
|
|
@@ -586,7 +586,7 @@ const b = (e) => {
|
|
|
586
586
|
*/
|
|
587
587
|
"row-start-end": [{
|
|
588
588
|
row: ["auto", {
|
|
589
|
-
span: [
|
|
589
|
+
span: [D, p]
|
|
590
590
|
}, p]
|
|
591
591
|
}],
|
|
592
592
|
/**
|
|
@@ -594,14 +594,14 @@ const b = (e) => {
|
|
|
594
594
|
* @see https://tailwindcss.com/docs/grid-row
|
|
595
595
|
*/
|
|
596
596
|
"row-start": [{
|
|
597
|
-
"row-start":
|
|
597
|
+
"row-start": K()
|
|
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": K()
|
|
605
605
|
}],
|
|
606
606
|
/**
|
|
607
607
|
* Grid Auto Flow
|
|
@@ -629,28 +629,28 @@ const b = (e) => {
|
|
|
629
629
|
* @see https://tailwindcss.com/docs/gap
|
|
630
630
|
*/
|
|
631
631
|
gap: [{
|
|
632
|
-
gap: [
|
|
632
|
+
gap: [w]
|
|
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": [w]
|
|
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": [w]
|
|
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", ...ae()]
|
|
654
654
|
}],
|
|
655
655
|
/**
|
|
656
656
|
* Justify Items
|
|
@@ -671,7 +671,7 @@ const b = (e) => {
|
|
|
671
671
|
* @see https://tailwindcss.com/docs/align-content
|
|
672
672
|
*/
|
|
673
673
|
"align-content": [{
|
|
674
|
-
content: ["normal", ...
|
|
674
|
+
content: ["normal", ...ae(), "baseline"]
|
|
675
675
|
}],
|
|
676
676
|
/**
|
|
677
677
|
* Align Items
|
|
@@ -692,7 +692,7 @@ const b = (e) => {
|
|
|
692
692
|
* @see https://tailwindcss.com/docs/place-content
|
|
693
693
|
*/
|
|
694
694
|
"place-content": [{
|
|
695
|
-
"place-content": [...
|
|
695
|
+
"place-content": [...ae(), "baseline"]
|
|
696
696
|
}],
|
|
697
697
|
/**
|
|
698
698
|
* Place Items
|
|
@@ -714,63 +714,63 @@ const b = (e) => {
|
|
|
714
714
|
* @see https://tailwindcss.com/docs/padding
|
|
715
715
|
*/
|
|
716
716
|
p: [{
|
|
717
|
-
p: [
|
|
717
|
+
p: [I]
|
|
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: [I]
|
|
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: [I]
|
|
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: [I]
|
|
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: [I]
|
|
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: [I]
|
|
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: [I]
|
|
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: [I]
|
|
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: [I]
|
|
774
774
|
}],
|
|
775
775
|
/**
|
|
776
776
|
* Margin
|
|
@@ -840,7 +840,7 @@ const b = (e) => {
|
|
|
840
840
|
* @see https://tailwindcss.com/docs/space
|
|
841
841
|
*/
|
|
842
842
|
"space-x": [{
|
|
843
|
-
"space-x": [
|
|
843
|
+
"space-x": [R]
|
|
844
844
|
}],
|
|
845
845
|
/**
|
|
846
846
|
* Space Between X Reverse
|
|
@@ -852,7 +852,7 @@ const b = (e) => {
|
|
|
852
852
|
* @see https://tailwindcss.com/docs/space
|
|
853
853
|
*/
|
|
854
854
|
"space-y": [{
|
|
855
|
-
"space-y": [
|
|
855
|
+
"space-y": [R]
|
|
856
856
|
}],
|
|
857
857
|
/**
|
|
858
858
|
* Space Between Y Reverse
|
|
@@ -865,51 +865,51 @@ const b = (e) => {
|
|
|
865
865
|
* @see https://tailwindcss.com/docs/width
|
|
866
866
|
*/
|
|
867
867
|
w: [{
|
|
868
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", p,
|
|
868
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", p, 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": [p,
|
|
875
|
+
"min-w": [p, 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": [p,
|
|
883
|
-
screen: [
|
|
884
|
-
},
|
|
882
|
+
"max-w": [p, t, "none", "full", "min", "max", "fit", "prose", {
|
|
883
|
+
screen: [G]
|
|
884
|
+
}, G]
|
|
885
885
|
}],
|
|
886
886
|
/**
|
|
887
887
|
* Height
|
|
888
888
|
* @see https://tailwindcss.com/docs/height
|
|
889
889
|
*/
|
|
890
890
|
h: [{
|
|
891
|
-
h: [p,
|
|
891
|
+
h: [p, 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": [p,
|
|
898
|
+
"min-h": [p, 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": [p,
|
|
905
|
+
"max-h": [p, 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: [p,
|
|
912
|
+
size: [p, t, "auto", "min", "max", "fit"]
|
|
913
913
|
}],
|
|
914
914
|
// Typography
|
|
915
915
|
/**
|
|
@@ -917,7 +917,7 @@ const b = (e) => {
|
|
|
917
917
|
* @see https://tailwindcss.com/docs/font-size
|
|
918
918
|
*/
|
|
919
919
|
"font-size": [{
|
|
920
|
-
text: ["base",
|
|
920
|
+
text: ["base", G, B]
|
|
921
921
|
}],
|
|
922
922
|
/**
|
|
923
923
|
* Font Smoothing
|
|
@@ -934,14 +934,14 @@ const b = (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", le]
|
|
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: [U]
|
|
945
945
|
}],
|
|
946
946
|
/**
|
|
947
947
|
* Font Variant Numeric
|
|
@@ -985,14 +985,14 @@ const b = (e) => {
|
|
|
985
985
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
986
986
|
*/
|
|
987
987
|
"line-clamp": [{
|
|
988
|
-
"line-clamp": ["none",
|
|
988
|
+
"line-clamp": ["none", _, le]
|
|
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, p]
|
|
996
996
|
}],
|
|
997
997
|
/**
|
|
998
998
|
* List Style Image
|
|
@@ -1028,7 +1028,7 @@ const b = (e) => {
|
|
|
1028
1028
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1029
1029
|
*/
|
|
1030
1030
|
"placeholder-opacity": [{
|
|
1031
|
-
"placeholder-opacity": [
|
|
1031
|
+
"placeholder-opacity": [b]
|
|
1032
1032
|
}],
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Text Alignment
|
|
@@ -1049,7 +1049,7 @@ const b = (e) => {
|
|
|
1049
1049
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1050
1050
|
*/
|
|
1051
1051
|
"text-opacity": [{
|
|
1052
|
-
"text-opacity": [
|
|
1052
|
+
"text-opacity": [b]
|
|
1053
1053
|
}],
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Text Decoration
|
|
@@ -1061,21 +1061,21 @@ const b = (e) => {
|
|
|
1061
1061
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1062
1062
|
*/
|
|
1063
1063
|
"text-decoration-style": [{
|
|
1064
|
-
decoration: [...
|
|
1064
|
+
decoration: [...X(), "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, p]
|
|
1079
1079
|
}],
|
|
1080
1080
|
/**
|
|
1081
1081
|
* Text Decoration Color
|
|
@@ -1106,7 +1106,7 @@ const b = (e) => {
|
|
|
1106
1106
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1107
1107
|
*/
|
|
1108
1108
|
indent: [{
|
|
1109
|
-
indent:
|
|
1109
|
+
indent: C()
|
|
1110
1110
|
}],
|
|
1111
1111
|
/**
|
|
1112
1112
|
* Vertical Alignment
|
|
@@ -1164,7 +1164,7 @@ const b = (e) => {
|
|
|
1164
1164
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1165
1165
|
*/
|
|
1166
1166
|
"bg-opacity": [{
|
|
1167
|
-
"bg-opacity": [
|
|
1167
|
+
"bg-opacity": [b]
|
|
1168
1168
|
}],
|
|
1169
1169
|
/**
|
|
1170
1170
|
* Background Origin
|
|
@@ -1178,7 +1178,7 @@ const b = (e) => {
|
|
|
1178
1178
|
* @see https://tailwindcss.com/docs/background-position
|
|
1179
1179
|
*/
|
|
1180
1180
|
"bg-position": [{
|
|
1181
|
-
bg: [...
|
|
1181
|
+
bg: [...Ce(), Lt]
|
|
1182
1182
|
}],
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Background Repeat
|
|
@@ -1194,7 +1194,7 @@ const b = (e) => {
|
|
|
1194
1194
|
* @see https://tailwindcss.com/docs/background-size
|
|
1195
1195
|
*/
|
|
1196
1196
|
"bg-size": [{
|
|
1197
|
-
bg: ["auto", "cover", "contain",
|
|
1197
|
+
bg: ["auto", "cover", "contain", Nt]
|
|
1198
1198
|
}],
|
|
1199
1199
|
/**
|
|
1200
1200
|
* Background Image
|
|
@@ -1203,7 +1203,7 @@ const b = (e) => {
|
|
|
1203
1203
|
"bg-image": [{
|
|
1204
1204
|
bg: ["none", {
|
|
1205
1205
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1206
|
-
},
|
|
1206
|
+
}, Et]
|
|
1207
1207
|
}],
|
|
1208
1208
|
/**
|
|
1209
1209
|
* Background Color
|
|
@@ -1365,84 +1365,84 @@ const b = (e) => {
|
|
|
1365
1365
|
* @see https://tailwindcss.com/docs/border-width
|
|
1366
1366
|
*/
|
|
1367
1367
|
"border-w": [{
|
|
1368
|
-
border: [
|
|
1368
|
+
border: [a]
|
|
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": [a]
|
|
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": [a]
|
|
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": [a]
|
|
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": [a]
|
|
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": [a]
|
|
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": [a]
|
|
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": [a]
|
|
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": [a]
|
|
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": [b]
|
|
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: [...X(), "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": [a]
|
|
1446
1446
|
}],
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Divide Width X Reverse
|
|
@@ -1454,7 +1454,7 @@ const b = (e) => {
|
|
|
1454
1454
|
* @see https://tailwindcss.com/docs/divide-width
|
|
1455
1455
|
*/
|
|
1456
1456
|
"divide-y": [{
|
|
1457
|
-
"divide-y": [
|
|
1457
|
+
"divide-y": [a]
|
|
1458
1458
|
}],
|
|
1459
1459
|
/**
|
|
1460
1460
|
* Divide Width Y Reverse
|
|
@@ -1466,14 +1466,14 @@ const b = (e) => {
|
|
|
1466
1466
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1467
1467
|
*/
|
|
1468
1468
|
"divide-opacity": [{
|
|
1469
|
-
"divide-opacity": [
|
|
1469
|
+
"divide-opacity": [b]
|
|
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: X()
|
|
1477
1477
|
}],
|
|
1478
1478
|
/**
|
|
1479
1479
|
* Border Color
|
|
@@ -1550,21 +1550,21 @@ const b = (e) => {
|
|
|
1550
1550
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1551
1551
|
*/
|
|
1552
1552
|
"outline-style": [{
|
|
1553
|
-
outline: ["", ...
|
|
1553
|
+
outline: ["", ...X()]
|
|
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, p]
|
|
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
|
|
@@ -1578,7 +1578,7 @@ const b = (e) => {
|
|
|
1578
1578
|
* @see https://tailwindcss.com/docs/ring-width
|
|
1579
1579
|
*/
|
|
1580
1580
|
"ring-w": [{
|
|
1581
|
-
ring:
|
|
1581
|
+
ring: ve()
|
|
1582
1582
|
}],
|
|
1583
1583
|
/**
|
|
1584
1584
|
* Ring Width Inset
|
|
@@ -1597,14 +1597,14 @@ const b = (e) => {
|
|
|
1597
1597
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1598
1598
|
*/
|
|
1599
1599
|
"ring-opacity": [{
|
|
1600
|
-
"ring-opacity": [
|
|
1600
|
+
"ring-opacity": [b]
|
|
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
|
|
@@ -1619,35 +1619,35 @@ const b = (e) => {
|
|
|
1619
1619
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
1620
1620
|
*/
|
|
1621
1621
|
shadow: [{
|
|
1622
|
-
shadow: ["", "inner", "none",
|
|
1622
|
+
shadow: ["", "inner", "none", G, Mt]
|
|
1623
1623
|
}],
|
|
1624
1624
|
/**
|
|
1625
1625
|
* Box Shadow Color
|
|
1626
1626
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1627
1627
|
*/
|
|
1628
1628
|
"shadow-color": [{
|
|
1629
|
-
shadow: [
|
|
1629
|
+
shadow: [U]
|
|
1630
1630
|
}],
|
|
1631
1631
|
/**
|
|
1632
1632
|
* Opacity
|
|
1633
1633
|
* @see https://tailwindcss.com/docs/opacity
|
|
1634
1634
|
*/
|
|
1635
1635
|
opacity: [{
|
|
1636
|
-
opacity: [
|
|
1636
|
+
opacity: [b]
|
|
1637
1637
|
}],
|
|
1638
1638
|
/**
|
|
1639
1639
|
* Mix Blend Mode
|
|
1640
1640
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1641
1641
|
*/
|
|
1642
1642
|
"mix-blend": [{
|
|
1643
|
-
"mix-blend": [...
|
|
1643
|
+
"mix-blend": [...ke(), "plus-lighter", "plus-darker"]
|
|
1644
1644
|
}],
|
|
1645
1645
|
/**
|
|
1646
1646
|
* Background Blend Mode
|
|
1647
1647
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1648
1648
|
*/
|
|
1649
1649
|
"bg-blend": [{
|
|
1650
|
-
"bg-blend":
|
|
1650
|
+
"bg-blend": ke()
|
|
1651
1651
|
}],
|
|
1652
1652
|
// Filters
|
|
1653
1653
|
/**
|
|
@@ -1663,7 +1663,7 @@ const b = (e) => {
|
|
|
1663
1663
|
* @see https://tailwindcss.com/docs/blur
|
|
1664
1664
|
*/
|
|
1665
1665
|
blur: [{
|
|
1666
|
-
blur: [
|
|
1666
|
+
blur: [r]
|
|
1667
1667
|
}],
|
|
1668
1668
|
/**
|
|
1669
1669
|
* Brightness
|
|
@@ -1677,21 +1677,21 @@ const b = (e) => {
|
|
|
1677
1677
|
* @see https://tailwindcss.com/docs/contrast
|
|
1678
1678
|
*/
|
|
1679
1679
|
contrast: [{
|
|
1680
|
-
contrast: [
|
|
1680
|
+
contrast: [u]
|
|
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",
|
|
1687
|
+
"drop-shadow": ["", "none", G, p]
|
|
1688
1688
|
}],
|
|
1689
1689
|
/**
|
|
1690
1690
|
* Grayscale
|
|
1691
1691
|
* @see https://tailwindcss.com/docs/grayscale
|
|
1692
1692
|
*/
|
|
1693
1693
|
grayscale: [{
|
|
1694
|
-
grayscale: [
|
|
1694
|
+
grayscale: [d]
|
|
1695
1695
|
}],
|
|
1696
1696
|
/**
|
|
1697
1697
|
* Hue Rotate
|
|
@@ -1712,14 +1712,14 @@ const b = (e) => {
|
|
|
1712
1712
|
* @see https://tailwindcss.com/docs/saturate
|
|
1713
1713
|
*/
|
|
1714
1714
|
saturate: [{
|
|
1715
|
-
saturate: [
|
|
1715
|
+
saturate: [z]
|
|
1716
1716
|
}],
|
|
1717
1717
|
/**
|
|
1718
1718
|
* Sepia
|
|
1719
1719
|
* @see https://tailwindcss.com/docs/sepia
|
|
1720
1720
|
*/
|
|
1721
1721
|
sepia: [{
|
|
1722
|
-
sepia: [
|
|
1722
|
+
sepia: [O]
|
|
1723
1723
|
}],
|
|
1724
1724
|
/**
|
|
1725
1725
|
* Backdrop Filter
|
|
@@ -1734,7 +1734,7 @@ const b = (e) => {
|
|
|
1734
1734
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1735
1735
|
*/
|
|
1736
1736
|
"backdrop-blur": [{
|
|
1737
|
-
"backdrop-blur": [
|
|
1737
|
+
"backdrop-blur": [r]
|
|
1738
1738
|
}],
|
|
1739
1739
|
/**
|
|
1740
1740
|
* Backdrop Brightness
|
|
@@ -1748,14 +1748,14 @@ const b = (e) => {
|
|
|
1748
1748
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1749
1749
|
*/
|
|
1750
1750
|
"backdrop-contrast": [{
|
|
1751
|
-
"backdrop-contrast": [
|
|
1751
|
+
"backdrop-contrast": [u]
|
|
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": [d]
|
|
1759
1759
|
}],
|
|
1760
1760
|
/**
|
|
1761
1761
|
* Backdrop Hue Rotate
|
|
@@ -1776,21 +1776,21 @@ const b = (e) => {
|
|
|
1776
1776
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1777
1777
|
*/
|
|
1778
1778
|
"backdrop-opacity": [{
|
|
1779
|
-
"backdrop-opacity": [
|
|
1779
|
+
"backdrop-opacity": [b]
|
|
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": [z]
|
|
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": [O]
|
|
1794
1794
|
}],
|
|
1795
1795
|
// Tables
|
|
1796
1796
|
/**
|
|
@@ -1805,21 +1805,21 @@ const b = (e) => {
|
|
|
1805
1805
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1806
1806
|
*/
|
|
1807
1807
|
"border-spacing": [{
|
|
1808
|
-
"border-spacing": [
|
|
1808
|
+
"border-spacing": [l]
|
|
1809
1809
|
}],
|
|
1810
1810
|
/**
|
|
1811
1811
|
* Border Spacing X
|
|
1812
1812
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1813
1813
|
*/
|
|
1814
1814
|
"border-spacing-x": [{
|
|
1815
|
-
"border-spacing-x": [
|
|
1815
|
+
"border-spacing-x": [l]
|
|
1816
1816
|
}],
|
|
1817
1817
|
/**
|
|
1818
1818
|
* Border Spacing Y
|
|
1819
1819
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1820
1820
|
*/
|
|
1821
1821
|
"border-spacing-y": [{
|
|
1822
|
-
"border-spacing-y": [
|
|
1822
|
+
"border-spacing-y": [l]
|
|
1823
1823
|
}],
|
|
1824
1824
|
/**
|
|
1825
1825
|
* Table Layout
|
|
@@ -1848,7 +1848,7 @@ const b = (e) => {
|
|
|
1848
1848
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1849
1849
|
*/
|
|
1850
1850
|
duration: [{
|
|
1851
|
-
duration:
|
|
1851
|
+
duration: A()
|
|
1852
1852
|
}],
|
|
1853
1853
|
/**
|
|
1854
1854
|
* Transition Timing Function
|
|
@@ -1862,7 +1862,7 @@ const b = (e) => {
|
|
|
1862
1862
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1863
1863
|
*/
|
|
1864
1864
|
delay: [{
|
|
1865
|
-
delay:
|
|
1865
|
+
delay: A()
|
|
1866
1866
|
}],
|
|
1867
1867
|
/**
|
|
1868
1868
|
* Animation
|
|
@@ -1884,56 +1884,56 @@ const b = (e) => {
|
|
|
1884
1884
|
* @see https://tailwindcss.com/docs/scale
|
|
1885
1885
|
*/
|
|
1886
1886
|
scale: [{
|
|
1887
|
-
scale: [
|
|
1887
|
+
scale: [L]
|
|
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": [L]
|
|
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": [L]
|
|
1902
1902
|
}],
|
|
1903
1903
|
/**
|
|
1904
1904
|
* Rotate
|
|
1905
1905
|
* @see https://tailwindcss.com/docs/rotate
|
|
1906
1906
|
*/
|
|
1907
1907
|
rotate: [{
|
|
1908
|
-
rotate: [
|
|
1908
|
+
rotate: [D, p]
|
|
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": [H]
|
|
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": [H]
|
|
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": [j]
|
|
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": [j]
|
|
1937
1937
|
}],
|
|
1938
1938
|
/**
|
|
1939
1939
|
* Transform Origin
|
|
@@ -1997,126 +1997,126 @@ const b = (e) => {
|
|
|
1997
1997
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1998
1998
|
*/
|
|
1999
1999
|
"scroll-m": [{
|
|
2000
|
-
"scroll-m":
|
|
2000
|
+
"scroll-m": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
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": C()
|
|
2120
2120
|
}],
|
|
2121
2121
|
/**
|
|
2122
2122
|
* Scroll Snap Align
|
|
@@ -2199,7 +2199,7 @@ const b = (e) => {
|
|
|
2199
2199
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2200
2200
|
*/
|
|
2201
2201
|
"stroke-w": [{
|
|
2202
|
-
stroke: [
|
|
2202
|
+
stroke: [T, B, le]
|
|
2203
2203
|
}],
|
|
2204
2204
|
/**
|
|
2205
2205
|
* Stroke
|
|
@@ -2274,12 +2274,12 @@ const b = (e) => {
|
|
|
2274
2274
|
"font-size": ["leading"]
|
|
2275
2275
|
}
|
|
2276
2276
|
};
|
|
2277
|
-
},
|
|
2278
|
-
const e =
|
|
2277
|
+
}, jt = /* @__PURE__ */ mt(Tt), y = (...e) => jt(Re(e)), We = q(null), Rt = () => {
|
|
2278
|
+
const e = J(We);
|
|
2279
2279
|
if (!e)
|
|
2280
2280
|
throw new Error("useAccordion must be used within an AccordionProvider");
|
|
2281
2281
|
return e;
|
|
2282
|
-
},
|
|
2282
|
+
}, F = {
|
|
2283
2283
|
primary: {
|
|
2284
2284
|
50: "#EFF6FF",
|
|
2285
2285
|
100: "#DBEAFE",
|
|
@@ -2313,55 +2313,57 @@ const b = (e) => {
|
|
|
2313
2313
|
purple: "#a855f7",
|
|
2314
2314
|
white: "#ffffff",
|
|
2315
2315
|
black: "#000000"
|
|
2316
|
-
},
|
|
2317
|
-
primary:
|
|
2318
|
-
gray:
|
|
2319
|
-
red:
|
|
2320
|
-
green:
|
|
2321
|
-
black:
|
|
2322
|
-
white:
|
|
2323
|
-
}, zt = (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" })), At = (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 })), Tt = (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" })), 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: "M8.5 19L15.5 12L8.5 5", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), 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: "M18 15L12 9L6 15", stroke: "currentColor", strokeWidth: 2 })), Ot = (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" })), Rt = (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" })), Vt = (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" })), Pt = (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 })), 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: "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" })), Wt = (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" })), Ft = (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" })), Ht = (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" })), _t = (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" })), $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: "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" })), Zt = (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" })), Dt = (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" })), Ut = (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 })), Ve = {
|
|
2324
|
-
add:
|
|
2325
|
-
arrowDown:
|
|
2326
|
-
arrowUp:
|
|
2327
|
-
arrowLeft:
|
|
2328
|
-
arrowRight:
|
|
2329
|
-
check:
|
|
2330
|
-
close:
|
|
2331
|
-
download:
|
|
2332
|
-
etc:
|
|
2333
|
-
file:
|
|
2334
|
-
list:
|
|
2335
|
-
navbarArrow:
|
|
2336
|
-
new:
|
|
2337
|
-
pin:
|
|
2338
|
-
search:
|
|
2339
|
-
trash:
|
|
2340
|
-
write:
|
|
2341
|
-
loading:
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2316
|
+
}, He = {
|
|
2317
|
+
primary: F.primary[300],
|
|
2318
|
+
gray: F.gray[300],
|
|
2319
|
+
red: F.red[300],
|
|
2320
|
+
green: F.green[300],
|
|
2321
|
+
black: F.black,
|
|
2322
|
+
white: F.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" })), 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: "M6 9L12 15L18 9", stroke: "currentColor", strokeWidth: 2 })), 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: "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 = {
|
|
2324
|
+
add: Bt,
|
|
2325
|
+
arrowDown: Gt,
|
|
2326
|
+
arrowUp: Vt,
|
|
2327
|
+
arrowLeft: Pt,
|
|
2328
|
+
arrowRight: Ot,
|
|
2329
|
+
check: Wt,
|
|
2330
|
+
close: Ht,
|
|
2331
|
+
download: Ft,
|
|
2332
|
+
etc: _t,
|
|
2333
|
+
file: $t,
|
|
2334
|
+
list: Zt,
|
|
2335
|
+
navbarArrow: Ut,
|
|
2336
|
+
new: qt,
|
|
2337
|
+
pin: Jt,
|
|
2338
|
+
search: Xt,
|
|
2339
|
+
trash: Yt,
|
|
2340
|
+
write: er,
|
|
2341
|
+
loading: Dt,
|
|
2342
|
+
refresh: Kt,
|
|
2343
|
+
upload: Qt
|
|
2344
|
+
}, Hr = Object.keys(Fe);
|
|
2345
|
+
function E({ name: e, color: t = "gray", size: r = 25, ...o }) {
|
|
2346
|
+
const n = Fe[e];
|
|
2347
|
+
return /* @__PURE__ */ i(n, { width: `${r}px`, height: `${r}px`, style: { color: He[t] }, ...o });
|
|
2346
2348
|
}
|
|
2347
|
-
function
|
|
2349
|
+
function Fr({
|
|
2348
2350
|
type: e = "single",
|
|
2349
|
-
className:
|
|
2350
|
-
children:
|
|
2351
|
+
className: t = "",
|
|
2352
|
+
children: r,
|
|
2351
2353
|
...o
|
|
2352
2354
|
}) {
|
|
2353
|
-
const [n, s] =
|
|
2355
|
+
const [n, s] = S([]), l = (a) => {
|
|
2354
2356
|
if (e === "single") {
|
|
2355
|
-
s((
|
|
2357
|
+
s((u) => u.includes(a) ? [] : [a]);
|
|
2356
2358
|
return;
|
|
2357
2359
|
}
|
|
2358
2360
|
s(
|
|
2359
|
-
(
|
|
2361
|
+
(u) => u.includes(a) ? u.filter((d) => d !== a) : [...u, a]
|
|
2360
2362
|
);
|
|
2361
2363
|
};
|
|
2362
|
-
return /* @__PURE__ */
|
|
2364
|
+
return /* @__PURE__ */ i(We.Provider, { value: { openItems: n, toggleItem: l, type: e }, children: /* @__PURE__ */ i("div", { className: y("w-full", t), ...o, children: r }) });
|
|
2363
2365
|
}
|
|
2364
|
-
const
|
|
2366
|
+
const Y = {
|
|
2365
2367
|
initial: { height: 0, opacity: 0 },
|
|
2366
2368
|
animate: { height: "auto", opacity: 1 },
|
|
2367
2369
|
exit: { height: 0, opacity: 0 },
|
|
@@ -2369,30 +2371,30 @@ const U = {
|
|
|
2369
2371
|
height: { duration: 0.2, ease: "easeOut" },
|
|
2370
2372
|
opacity: { duration: 0.1 }
|
|
2371
2373
|
}
|
|
2372
|
-
},
|
|
2373
|
-
function
|
|
2374
|
+
}, tr = (e) => ["INPUT", "TEXTAREA", "A"].includes(e.tagName);
|
|
2375
|
+
function _r({
|
|
2374
2376
|
trigger: e,
|
|
2375
|
-
isArrow:
|
|
2376
|
-
value:
|
|
2377
|
+
isArrow: t = !0,
|
|
2378
|
+
value: r,
|
|
2377
2379
|
btnClassName: o,
|
|
2378
2380
|
contentClassName: n,
|
|
2379
2381
|
children: s,
|
|
2380
|
-
...
|
|
2382
|
+
...l
|
|
2381
2383
|
}) {
|
|
2382
|
-
const
|
|
2383
|
-
return /* @__PURE__ */
|
|
2384
|
-
/* @__PURE__ */
|
|
2384
|
+
const a = Rt(), u = re(), d = `accordion-trigger-${u}`, m = `accordion-content-${u}`, h = et(), { openItems: w, toggleItem: N } = a, k = w.includes(r);
|
|
2385
|
+
return /* @__PURE__ */ f("div", { className: "border-b border-gray-200", "data-state": k ? "open" : "closed", ...l, children: [
|
|
2386
|
+
/* @__PURE__ */ f(
|
|
2385
2387
|
"div",
|
|
2386
2388
|
{
|
|
2387
|
-
id:
|
|
2389
|
+
id: d,
|
|
2388
2390
|
"aria-controls": m,
|
|
2389
2391
|
"aria-expanded": k,
|
|
2390
2392
|
role: "button",
|
|
2391
2393
|
onClick: (g) => {
|
|
2392
|
-
const
|
|
2393
|
-
if (
|
|
2394
|
+
const b = g.target;
|
|
2395
|
+
if (tr(b))
|
|
2394
2396
|
return g.stopPropagation();
|
|
2395
|
-
N(
|
|
2397
|
+
N(r);
|
|
2396
2398
|
},
|
|
2397
2399
|
className: y(
|
|
2398
2400
|
"flex w-full cursor-pointer items-center justify-between px-6 py-4 text-left hover:bg-gray-50",
|
|
@@ -2400,103 +2402,103 @@ function Ir({
|
|
|
2400
2402
|
),
|
|
2401
2403
|
children: [
|
|
2402
2404
|
e,
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
+
t && /* @__PURE__ */ i(
|
|
2406
|
+
P.div,
|
|
2405
2407
|
{
|
|
2406
2408
|
animate: { rotate: k ? 180 : 0 },
|
|
2407
2409
|
transition: { duration: 0.2 },
|
|
2408
2410
|
className: "ml-2",
|
|
2409
|
-
children: /* @__PURE__ */
|
|
2411
|
+
children: /* @__PURE__ */ i(E, { name: "arrowDown", size: 20 })
|
|
2410
2412
|
}
|
|
2411
2413
|
)
|
|
2412
2414
|
]
|
|
2413
2415
|
}
|
|
2414
2416
|
),
|
|
2415
|
-
/* @__PURE__ */
|
|
2416
|
-
|
|
2417
|
+
/* @__PURE__ */ i(Te, { initial: !1, children: k && /* @__PURE__ */ i(
|
|
2418
|
+
P.section,
|
|
2417
2419
|
{
|
|
2418
2420
|
id: m,
|
|
2419
|
-
"aria-labelledby":
|
|
2420
|
-
initial: h ? void 0 :
|
|
2421
|
-
animate: h ? void 0 :
|
|
2422
|
-
exit: h ? void 0 :
|
|
2423
|
-
transition: h ? void 0 :
|
|
2421
|
+
"aria-labelledby": d,
|
|
2422
|
+
initial: h ? void 0 : Y.initial,
|
|
2423
|
+
animate: h ? void 0 : Y.animate,
|
|
2424
|
+
exit: h ? void 0 : Y.exit,
|
|
2425
|
+
transition: h ? void 0 : Y.transition,
|
|
2424
2426
|
className: "overflow-hidden",
|
|
2425
|
-
children: /* @__PURE__ */
|
|
2427
|
+
children: /* @__PURE__ */ i("div", { className: y("bg-gray-50 px-6 py-4", n), children: s })
|
|
2426
2428
|
}
|
|
2427
2429
|
) })
|
|
2428
2430
|
] });
|
|
2429
2431
|
}
|
|
2430
|
-
const
|
|
2432
|
+
const rr = {
|
|
2431
2433
|
sm: { class: "size-14", width: 56, height: 56 },
|
|
2432
2434
|
md: { class: "size-16", width: 64, height: 64 },
|
|
2433
2435
|
lg: { class: "size-18", width: 72, height: 72 },
|
|
2434
2436
|
xl: { class: "size-20", width: 80, height: 80 }
|
|
2435
2437
|
};
|
|
2436
|
-
function
|
|
2437
|
-
const { class: s, width:
|
|
2438
|
-
return /* @__PURE__ */
|
|
2438
|
+
function $r({ size: e = "lg", src: t, alt: r, className: o, ...n }) {
|
|
2439
|
+
const { class: s, width: l, height: a } = rr[e];
|
|
2440
|
+
return /* @__PURE__ */ i(
|
|
2439
2441
|
"img",
|
|
2440
2442
|
{
|
|
2441
|
-
src:
|
|
2442
|
-
alt:
|
|
2443
|
-
width:
|
|
2444
|
-
height:
|
|
2443
|
+
src: t,
|
|
2444
|
+
alt: r,
|
|
2445
|
+
width: l,
|
|
2446
|
+
height: a,
|
|
2445
2447
|
loading: "lazy",
|
|
2446
2448
|
className: y("rounded-full border border-gray-200 object-cover", s, o),
|
|
2447
2449
|
...n
|
|
2448
2450
|
}
|
|
2449
2451
|
);
|
|
2450
2452
|
}
|
|
2451
|
-
const
|
|
2453
|
+
const or = {
|
|
2452
2454
|
positive: "bg-green-50 text-green-200",
|
|
2453
2455
|
negative: "bg-red-100 text-red-300",
|
|
2454
2456
|
neutral: "bg-gray-100 text-gray-400"
|
|
2455
2457
|
};
|
|
2456
|
-
function
|
|
2457
|
-
const o =
|
|
2458
|
-
return /* @__PURE__ */
|
|
2458
|
+
function Zr({ variant: e = "neutral", text: t, ...r }) {
|
|
2459
|
+
const o = or[e];
|
|
2460
|
+
return /* @__PURE__ */ i(
|
|
2459
2461
|
"div",
|
|
2460
2462
|
{
|
|
2461
2463
|
className: y(
|
|
2462
2464
|
"w-min rounded-lg px-2 py-1 text-sm font-semibold whitespace-nowrap",
|
|
2463
2465
|
o
|
|
2464
2466
|
),
|
|
2465
|
-
...
|
|
2466
|
-
children:
|
|
2467
|
+
...r,
|
|
2468
|
+
children: t
|
|
2467
2469
|
}
|
|
2468
2470
|
);
|
|
2469
2471
|
}
|
|
2470
|
-
const
|
|
2472
|
+
const Me = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ze = Re, oe = (e, t) => (r) => {
|
|
2471
2473
|
var o;
|
|
2472
|
-
if ((
|
|
2473
|
-
const { variants: n, defaultVariants: s } =
|
|
2474
|
-
const m =
|
|
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((d) => {
|
|
2476
|
+
const m = r == null ? void 0 : r[d], h = s == null ? void 0 : s[d];
|
|
2475
2477
|
if (m === null) return null;
|
|
2476
|
-
const
|
|
2477
|
-
return n[
|
|
2478
|
-
}),
|
|
2479
|
-
let [h,
|
|
2480
|
-
return
|
|
2481
|
-
}, {}),
|
|
2482
|
-
let { class: h, className:
|
|
2478
|
+
const w = Me(m) || Me(h);
|
|
2479
|
+
return n[d][w];
|
|
2480
|
+
}), a = r && Object.entries(r).reduce((d, m) => {
|
|
2481
|
+
let [h, w] = m;
|
|
2482
|
+
return w === void 0 || (d[h] = w), d;
|
|
2483
|
+
}, {}), u = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((d, m) => {
|
|
2484
|
+
let { class: h, className: w, ...N } = m;
|
|
2483
2485
|
return Object.entries(N).every((k) => {
|
|
2484
2486
|
let [x, g] = k;
|
|
2485
2487
|
return Array.isArray(g) ? g.includes({
|
|
2486
2488
|
...s,
|
|
2487
|
-
...
|
|
2489
|
+
...a
|
|
2488
2490
|
}[x]) : {
|
|
2489
2491
|
...s,
|
|
2490
|
-
...
|
|
2492
|
+
...a
|
|
2491
2493
|
}[x] === g;
|
|
2492
2494
|
}) ? [
|
|
2493
|
-
...
|
|
2495
|
+
...d,
|
|
2494
2496
|
h,
|
|
2495
|
-
|
|
2496
|
-
] :
|
|
2497
|
+
w
|
|
2498
|
+
] : d;
|
|
2497
2499
|
}, []);
|
|
2498
|
-
return
|
|
2499
|
-
},
|
|
2500
|
+
return ze(e, l, u, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2501
|
+
}, nr = oe(
|
|
2500
2502
|
"flex justify-center items-center py-2 md:py-3 md:text-base md:font-semibold text-sm font-medium cursor-pointer",
|
|
2501
2503
|
{
|
|
2502
2504
|
variants: {
|
|
@@ -2538,178 +2540,178 @@ const Le = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Ee = Se, Q
|
|
|
2538
2540
|
]
|
|
2539
2541
|
}
|
|
2540
2542
|
);
|
|
2541
|
-
function
|
|
2543
|
+
function Dr({
|
|
2542
2544
|
children: e,
|
|
2543
|
-
variant:
|
|
2544
|
-
color:
|
|
2545
|
+
variant: t,
|
|
2546
|
+
color: r,
|
|
2545
2547
|
size: o = "md",
|
|
2546
2548
|
rounded: n = !1,
|
|
2547
2549
|
isLoading: s = !1,
|
|
2548
|
-
disabled:
|
|
2549
|
-
className:
|
|
2550
|
-
...
|
|
2550
|
+
disabled: l,
|
|
2551
|
+
className: a,
|
|
2552
|
+
...u
|
|
2551
2553
|
}) {
|
|
2552
|
-
const
|
|
2553
|
-
return /* @__PURE__ */
|
|
2554
|
+
const d = s || l;
|
|
2555
|
+
return /* @__PURE__ */ f(
|
|
2554
2556
|
"button",
|
|
2555
2557
|
{
|
|
2556
2558
|
type: "button",
|
|
2557
2559
|
className: y(
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
+
nr({ variant: t, color: r, size: o }),
|
|
2561
|
+
d && "cursor-not-allowed bg-gray-100 text-gray-400 hover:bg-gray-100",
|
|
2560
2562
|
n ? "rounded-full" : "rounded-[10px] md:rounded-xl",
|
|
2561
|
-
|
|
2563
|
+
a
|
|
2562
2564
|
),
|
|
2563
|
-
disabled:
|
|
2564
|
-
...
|
|
2565
|
+
disabled: d,
|
|
2566
|
+
...u,
|
|
2565
2567
|
children: [
|
|
2566
|
-
s && /* @__PURE__ */
|
|
2568
|
+
s && /* @__PURE__ */ i(E, { name: "loading", size: 25, className: "mr-1.5 -ml-1 animate-spin max-md:h-[20px]" }),
|
|
2567
2569
|
e
|
|
2568
2570
|
]
|
|
2569
2571
|
}
|
|
2570
2572
|
);
|
|
2571
2573
|
}
|
|
2572
|
-
const
|
|
2573
|
-
const e =
|
|
2574
|
+
const _e = q(null), me = () => {
|
|
2575
|
+
const e = J(_e);
|
|
2574
2576
|
if (!e)
|
|
2575
2577
|
throw new Error("useCarousel must be used within a CarouselProvider");
|
|
2576
2578
|
return e;
|
|
2577
|
-
},
|
|
2578
|
-
const [e,
|
|
2579
|
-
|
|
2580
|
-
if (
|
|
2581
|
-
const
|
|
2582
|
-
o(
|
|
2579
|
+
}, sr = () => {
|
|
2580
|
+
const [e, t] = S(0), [r, o] = S(0), [n, s] = S(!1), l = ue(null), a = ue(null);
|
|
2581
|
+
te(() => {
|
|
2582
|
+
if (l.current) {
|
|
2583
|
+
const b = l.current.children.length;
|
|
2584
|
+
o(b);
|
|
2583
2585
|
}
|
|
2584
2586
|
}, []);
|
|
2585
|
-
const
|
|
2586
|
-
if (!
|
|
2587
|
-
const
|
|
2588
|
-
|
|
2589
|
-
left:
|
|
2587
|
+
const u = V((g) => {
|
|
2588
|
+
if (!l.current) return;
|
|
2589
|
+
const b = l.current, I = b.clientWidth;
|
|
2590
|
+
b.scrollTo({
|
|
2591
|
+
left: I * g,
|
|
2590
2592
|
behavior: "smooth"
|
|
2591
|
-
}),
|
|
2592
|
-
}, []),
|
|
2593
|
-
if (n ||
|
|
2594
|
-
const g = e >=
|
|
2595
|
-
|
|
2596
|
-
}, [
|
|
2597
|
-
const g =
|
|
2598
|
-
|
|
2599
|
-
}, [e,
|
|
2593
|
+
}), t(g);
|
|
2594
|
+
}, []), d = V(() => {
|
|
2595
|
+
if (n || r === 0) return;
|
|
2596
|
+
const g = e >= r - 1 ? 0 : e + 1;
|
|
2597
|
+
u(g);
|
|
2598
|
+
}, [u, n, e, r]), m = V(() => {
|
|
2599
|
+
const g = r - 1, b = Math.min(e + 1, g);
|
|
2600
|
+
u(b);
|
|
2601
|
+
}, [e, r, u]), h = V(() => {
|
|
2600
2602
|
const g = Math.max(0, e - 1);
|
|
2601
|
-
|
|
2602
|
-
}, [e,
|
|
2603
|
-
|
|
2604
|
-
if (!(
|
|
2605
|
-
return
|
|
2606
|
-
|
|
2603
|
+
u(g);
|
|
2604
|
+
}, [e, u]);
|
|
2605
|
+
te(() => {
|
|
2606
|
+
if (!(r === 0 || n))
|
|
2607
|
+
return a.current = setInterval(d, 3e3), () => {
|
|
2608
|
+
a.current && clearInterval(a.current);
|
|
2607
2609
|
};
|
|
2608
|
-
}, [
|
|
2609
|
-
const
|
|
2610
|
+
}, [d, r, n]);
|
|
2611
|
+
const w = () => s(!0), N = () => s(!1), k = e < r - 1, x = e > 0;
|
|
2610
2612
|
return {
|
|
2611
2613
|
currentIndex: e,
|
|
2612
|
-
totalItems:
|
|
2614
|
+
totalItems: r,
|
|
2613
2615
|
goToNext: m,
|
|
2614
2616
|
goToPrevious: h,
|
|
2615
2617
|
canGoNext: k,
|
|
2616
2618
|
canGoPrevious: x,
|
|
2617
|
-
scrollContainerRef:
|
|
2618
|
-
handleMouseEnter:
|
|
2619
|
+
scrollContainerRef: l,
|
|
2620
|
+
handleMouseEnter: w,
|
|
2619
2621
|
handleMouseLeave: N
|
|
2620
2622
|
};
|
|
2621
2623
|
};
|
|
2622
|
-
function
|
|
2623
|
-
const
|
|
2624
|
-
return /* @__PURE__ */
|
|
2624
|
+
function Ur({ className: e = "", children: t }) {
|
|
2625
|
+
const r = sr();
|
|
2626
|
+
return /* @__PURE__ */ i(_e.Provider, { value: r, children: /* @__PURE__ */ f(
|
|
2625
2627
|
"div",
|
|
2626
2628
|
{
|
|
2627
2629
|
className: y("relative", e),
|
|
2628
|
-
onMouseEnter:
|
|
2629
|
-
onMouseLeave:
|
|
2630
|
+
onMouseEnter: r.handleMouseEnter,
|
|
2631
|
+
onMouseLeave: r.handleMouseLeave,
|
|
2630
2632
|
role: "region",
|
|
2631
2633
|
"aria-roledescription": "carousel",
|
|
2632
2634
|
children: [
|
|
2633
|
-
|
|
2634
|
-
/* @__PURE__ */
|
|
2635
|
-
/* @__PURE__ */
|
|
2635
|
+
t,
|
|
2636
|
+
/* @__PURE__ */ i(ir, {}),
|
|
2637
|
+
/* @__PURE__ */ i(ar, {})
|
|
2636
2638
|
]
|
|
2637
2639
|
}
|
|
2638
2640
|
) });
|
|
2639
2641
|
}
|
|
2640
|
-
function
|
|
2641
|
-
const { scrollContainerRef:
|
|
2642
|
-
return /* @__PURE__ */
|
|
2642
|
+
function qr({ children: e, className: t = "" }) {
|
|
2643
|
+
const { scrollContainerRef: r } = me();
|
|
2644
|
+
return /* @__PURE__ */ i(
|
|
2643
2645
|
"div",
|
|
2644
2646
|
{
|
|
2645
|
-
ref:
|
|
2647
|
+
ref: r,
|
|
2646
2648
|
className: y(
|
|
2647
2649
|
"scroll no-scrollbar flex overflow-x-auto overflow-y-hidden scroll-smooth",
|
|
2648
|
-
|
|
2650
|
+
t
|
|
2649
2651
|
),
|
|
2650
2652
|
children: e
|
|
2651
2653
|
}
|
|
2652
2654
|
);
|
|
2653
2655
|
}
|
|
2654
|
-
function
|
|
2655
|
-
return /* @__PURE__ */
|
|
2656
|
+
function Jr({ children: e, className: t = "" }) {
|
|
2657
|
+
return /* @__PURE__ */ i("div", { className: y("w-full min-w-full flex-shrink-0", t), children: e });
|
|
2656
2658
|
}
|
|
2657
|
-
function
|
|
2658
|
-
const { goToPrevious: e, canGoNext:
|
|
2659
|
-
return
|
|
2659
|
+
function ir() {
|
|
2660
|
+
const { goToPrevious: e, canGoNext: t, canGoPrevious: r } = me();
|
|
2661
|
+
return t || r ? /* @__PURE__ */ i(
|
|
2660
2662
|
"button",
|
|
2661
2663
|
{
|
|
2662
2664
|
onClick: e,
|
|
2663
|
-
disabled: !
|
|
2665
|
+
disabled: !r,
|
|
2664
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",
|
|
2665
2667
|
"aria-label": "이전",
|
|
2666
|
-
children: /* @__PURE__ */
|
|
2668
|
+
children: /* @__PURE__ */ i(E, { name: "arrowLeft", className: "pr-0.5" })
|
|
2667
2669
|
}
|
|
2668
2670
|
) : null;
|
|
2669
2671
|
}
|
|
2670
|
-
function
|
|
2671
|
-
const { goToNext: e, canGoNext:
|
|
2672
|
-
return
|
|
2672
|
+
function ar() {
|
|
2673
|
+
const { goToNext: e, canGoNext: t, canGoPrevious: r } = me();
|
|
2674
|
+
return t || r ? /* @__PURE__ */ i(
|
|
2673
2675
|
"button",
|
|
2674
2676
|
{
|
|
2675
2677
|
onClick: e,
|
|
2676
|
-
disabled: !
|
|
2678
|
+
disabled: !t,
|
|
2677
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",
|
|
2678
2680
|
"aria-label": "다음",
|
|
2679
|
-
children: /* @__PURE__ */
|
|
2681
|
+
children: /* @__PURE__ */ i(E, { name: "arrowRight", className: "pl-0.5" })
|
|
2680
2682
|
}
|
|
2681
2683
|
) : null;
|
|
2682
2684
|
}
|
|
2683
|
-
function
|
|
2685
|
+
function Kr({
|
|
2684
2686
|
as: e,
|
|
2685
|
-
className:
|
|
2686
|
-
children:
|
|
2687
|
+
className: t,
|
|
2688
|
+
children: r,
|
|
2687
2689
|
...o
|
|
2688
2690
|
}) {
|
|
2689
|
-
return /* @__PURE__ */
|
|
2691
|
+
return /* @__PURE__ */ i(
|
|
2690
2692
|
e || "div",
|
|
2691
2693
|
{
|
|
2692
2694
|
className: y(
|
|
2693
2695
|
"box-border rounded-xl border border-gray-200 bg-white px-[22px] py-6 transition-colors hover:bg-gray-50",
|
|
2694
|
-
|
|
2696
|
+
t
|
|
2695
2697
|
),
|
|
2696
2698
|
...o,
|
|
2697
|
-
children:
|
|
2699
|
+
children: r
|
|
2698
2700
|
}
|
|
2699
2701
|
);
|
|
2700
2702
|
}
|
|
2701
|
-
const
|
|
2703
|
+
const lr = {
|
|
2702
2704
|
row: "flex-row",
|
|
2703
2705
|
"row-reverse": "flex-row-reverse",
|
|
2704
2706
|
col: "flex-col",
|
|
2705
2707
|
"col-reverse": "flex-col-reverse"
|
|
2706
|
-
},
|
|
2708
|
+
}, cr = {
|
|
2707
2709
|
start: "items-start",
|
|
2708
2710
|
end: "items-end",
|
|
2709
2711
|
center: "items-center",
|
|
2710
2712
|
baseline: "items-baseline",
|
|
2711
2713
|
stretch: "items-stretch"
|
|
2712
|
-
},
|
|
2714
|
+
}, dr = {
|
|
2713
2715
|
start: "justify-start",
|
|
2714
2716
|
end: "justify-end",
|
|
2715
2717
|
center: "justify-center",
|
|
@@ -2718,85 +2720,85 @@ const tr = {
|
|
|
2718
2720
|
evenly: "justify-evenly",
|
|
2719
2721
|
stretch: "justify-stretch",
|
|
2720
2722
|
baseline: "justify-baseline"
|
|
2721
|
-
},
|
|
2723
|
+
}, ur = {
|
|
2722
2724
|
nowrap: "flex-nowrap",
|
|
2723
2725
|
wrap: "flex-wrap",
|
|
2724
2726
|
"wrap-reverse": "flex-wrap-reverse"
|
|
2725
2727
|
};
|
|
2726
|
-
function
|
|
2728
|
+
function M({
|
|
2727
2729
|
as: e = "div",
|
|
2728
|
-
dir:
|
|
2729
|
-
alignItems:
|
|
2730
|
+
dir: t = "row",
|
|
2731
|
+
alignItems: r = "stretch",
|
|
2730
2732
|
justifyContent: o = "start",
|
|
2731
2733
|
wrap: n = "nowrap",
|
|
2732
2734
|
gap: s = 0,
|
|
2733
|
-
className:
|
|
2734
|
-
children:
|
|
2735
|
-
...
|
|
2735
|
+
className: l = "",
|
|
2736
|
+
children: a,
|
|
2737
|
+
...u
|
|
2736
2738
|
}) {
|
|
2737
|
-
return /* @__PURE__ */
|
|
2739
|
+
return /* @__PURE__ */ i(
|
|
2738
2740
|
e,
|
|
2739
2741
|
{
|
|
2740
2742
|
className: y(
|
|
2741
2743
|
"flex",
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2744
|
+
lr[t],
|
|
2745
|
+
cr[r],
|
|
2746
|
+
dr[o],
|
|
2747
|
+
ur[n],
|
|
2746
2748
|
`gap-${s}`,
|
|
2747
|
-
|
|
2749
|
+
l
|
|
2748
2750
|
),
|
|
2749
|
-
...
|
|
2750
|
-
children:
|
|
2751
|
+
...u,
|
|
2752
|
+
children: a
|
|
2751
2753
|
}
|
|
2752
2754
|
);
|
|
2753
2755
|
}
|
|
2754
|
-
function
|
|
2755
|
-
return /* @__PURE__ */
|
|
2756
|
-
/* @__PURE__ */
|
|
2757
|
-
/* @__PURE__ */
|
|
2756
|
+
function Xr({ left: e, right: t }) {
|
|
2757
|
+
return /* @__PURE__ */ f(M, { dir: "row", justifyContent: "between", alignItems: "center", className: "w-full gap-2 md:gap-4", children: [
|
|
2758
|
+
/* @__PURE__ */ i("div", { className: "flex-1", children: e }),
|
|
2759
|
+
/* @__PURE__ */ i("div", { className: "flex-1", children: t })
|
|
2758
2760
|
] });
|
|
2759
2761
|
}
|
|
2760
|
-
function
|
|
2761
|
-
const [
|
|
2762
|
-
return
|
|
2762
|
+
function he({ isOpen: e, children: t }) {
|
|
2763
|
+
const [r, o] = S(!1);
|
|
2764
|
+
return te(() => (o(!0), () => o(!1)), []), r ? tt(/* @__PURE__ */ i(Te, { children: e && t }), document.body) : null;
|
|
2763
2765
|
}
|
|
2764
|
-
const
|
|
2766
|
+
const ce = {
|
|
2765
2767
|
initial: { opacity: 0 },
|
|
2766
2768
|
animate: { opacity: 1 },
|
|
2767
2769
|
exit: { opacity: 0 }
|
|
2768
|
-
},
|
|
2770
|
+
}, Q = {
|
|
2769
2771
|
initial: { x: "100%" },
|
|
2770
2772
|
animate: { x: 0 },
|
|
2771
2773
|
exit: { x: "100%" },
|
|
2772
2774
|
transition: { type: "spring", damping: 30, stiffness: 260 }
|
|
2773
2775
|
};
|
|
2774
|
-
function
|
|
2775
|
-
return /* @__PURE__ */
|
|
2776
|
-
/* @__PURE__ */
|
|
2777
|
-
|
|
2776
|
+
function Yr({ isOpen: e, onClose: t, children: r }) {
|
|
2777
|
+
return /* @__PURE__ */ f(he, { isOpen: e, children: [
|
|
2778
|
+
/* @__PURE__ */ i(
|
|
2779
|
+
P.div,
|
|
2778
2780
|
{
|
|
2779
|
-
onClick:
|
|
2781
|
+
onClick: t,
|
|
2780
2782
|
className: "fixed inset-0 bg-black/50",
|
|
2781
|
-
initial:
|
|
2782
|
-
animate:
|
|
2783
|
-
exit:
|
|
2783
|
+
initial: ce.initial,
|
|
2784
|
+
animate: ce.animate,
|
|
2785
|
+
exit: ce.exit
|
|
2784
2786
|
}
|
|
2785
2787
|
),
|
|
2786
|
-
/* @__PURE__ */
|
|
2787
|
-
|
|
2788
|
+
/* @__PURE__ */ i("div", { className: "fixed top-0 right-0 z-50 h-full", children: /* @__PURE__ */ i(
|
|
2789
|
+
P.div,
|
|
2788
2790
|
{
|
|
2789
2791
|
className: "h-full bg-white shadow-lg",
|
|
2790
|
-
initial:
|
|
2791
|
-
animate:
|
|
2792
|
-
exit:
|
|
2793
|
-
transition:
|
|
2794
|
-
children:
|
|
2792
|
+
initial: Q.initial,
|
|
2793
|
+
animate: Q.animate,
|
|
2794
|
+
exit: Q.exit,
|
|
2795
|
+
transition: Q.transition,
|
|
2796
|
+
children: r
|
|
2795
2797
|
}
|
|
2796
2798
|
) })
|
|
2797
2799
|
] });
|
|
2798
2800
|
}
|
|
2799
|
-
const
|
|
2801
|
+
const gr = oe("whitespace-pre-wrap", {
|
|
2800
2802
|
variants: {
|
|
2801
2803
|
type: {
|
|
2802
2804
|
Title1: "md:text-4xl text-2xl",
|
|
@@ -2819,56 +2821,56 @@ const sr = Q("whitespace-pre-wrap", {
|
|
|
2819
2821
|
weight: "semibold"
|
|
2820
2822
|
}
|
|
2821
2823
|
});
|
|
2822
|
-
function
|
|
2824
|
+
function pr({
|
|
2823
2825
|
as: e,
|
|
2824
|
-
weight:
|
|
2825
|
-
className:
|
|
2826
|
+
weight: t,
|
|
2827
|
+
className: r,
|
|
2826
2828
|
children: o,
|
|
2827
2829
|
...n
|
|
2828
2830
|
}) {
|
|
2829
|
-
return
|
|
2831
|
+
return Ke(
|
|
2830
2832
|
e || "p",
|
|
2831
2833
|
{
|
|
2832
|
-
className: y(
|
|
2834
|
+
className: y(gr({ type: n.variant, weight: t }), r),
|
|
2833
2835
|
...n
|
|
2834
2836
|
},
|
|
2835
2837
|
o
|
|
2836
2838
|
);
|
|
2837
2839
|
}
|
|
2838
|
-
const
|
|
2839
|
-
function r
|
|
2840
|
-
return /* @__PURE__ */
|
|
2840
|
+
const W = (e) => {
|
|
2841
|
+
function t(r) {
|
|
2842
|
+
return /* @__PURE__ */ i(pr, { variant: e, ...r });
|
|
2841
2843
|
}
|
|
2842
|
-
return
|
|
2843
|
-
},
|
|
2844
|
-
function
|
|
2845
|
-
const o =
|
|
2846
|
-
return /* @__PURE__ */
|
|
2844
|
+
return t;
|
|
2845
|
+
}, mr = W("Title1"), Qr = W("Title2"), hr = W("Title3"), fe = W("Body1"), eo = W("Body2"), fr = W("Body3"), be = W("Caption1");
|
|
2846
|
+
function to({ id: e, mode: t, ...r }) {
|
|
2847
|
+
const o = re(), n = e || o;
|
|
2848
|
+
return /* @__PURE__ */ f(
|
|
2847
2849
|
"label",
|
|
2848
2850
|
{
|
|
2849
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",
|
|
2850
2852
|
htmlFor: n,
|
|
2851
2853
|
children: [
|
|
2852
|
-
/* @__PURE__ */
|
|
2853
|
-
/* @__PURE__ */
|
|
2854
|
-
/* @__PURE__ */
|
|
2854
|
+
/* @__PURE__ */ f(M, { alignItems: "center", children: [
|
|
2855
|
+
/* @__PURE__ */ i(E, { name: "file", size: 25, color: "gray" }),
|
|
2856
|
+
/* @__PURE__ */ i(fr, { className: "text-gray-400", weight: "medium", children: r.placeholder || (t === "single" ? "파일을 업로드해주세요" : "파일 여러개를 선택해주세요") })
|
|
2855
2857
|
] }),
|
|
2856
|
-
/* @__PURE__ */
|
|
2858
|
+
/* @__PURE__ */ i(
|
|
2857
2859
|
"input",
|
|
2858
2860
|
{
|
|
2859
2861
|
id: n,
|
|
2860
2862
|
name: "uploadFile",
|
|
2861
2863
|
type: "file",
|
|
2862
|
-
multiple:
|
|
2864
|
+
multiple: t === "multiple",
|
|
2863
2865
|
className: "hidden",
|
|
2864
|
-
...
|
|
2866
|
+
...r
|
|
2865
2867
|
}
|
|
2866
2868
|
)
|
|
2867
2869
|
]
|
|
2868
2870
|
}
|
|
2869
2871
|
);
|
|
2870
2872
|
}
|
|
2871
|
-
const
|
|
2873
|
+
const br = {
|
|
2872
2874
|
primary: "hover:bg-primary-400/20",
|
|
2873
2875
|
gray: "hover:bg-gray-400/20",
|
|
2874
2876
|
red: "hover:bg-red-400/20",
|
|
@@ -2876,75 +2878,171 @@ const dr = {
|
|
|
2876
2878
|
black: "hover:bg-black/20",
|
|
2877
2879
|
white: "hover:bg-white/20"
|
|
2878
2880
|
};
|
|
2879
|
-
function
|
|
2881
|
+
function wr({
|
|
2880
2882
|
iconName: e,
|
|
2881
|
-
color:
|
|
2882
|
-
size:
|
|
2883
|
+
color: t = "gray",
|
|
2884
|
+
size: r,
|
|
2883
2885
|
className: o,
|
|
2884
2886
|
...n
|
|
2885
2887
|
}) {
|
|
2886
|
-
return /* @__PURE__ */
|
|
2888
|
+
return /* @__PURE__ */ i(
|
|
2887
2889
|
"button",
|
|
2888
2890
|
{
|
|
2889
2891
|
type: "button",
|
|
2890
|
-
className: y("cursor-pointer rounded-md p-1 transition",
|
|
2892
|
+
className: y("cursor-pointer rounded-md p-1 transition", br[t], o),
|
|
2891
2893
|
...n,
|
|
2892
|
-
children: /* @__PURE__ */
|
|
2894
|
+
children: /* @__PURE__ */ i(E, { name: e, color: t, size: r })
|
|
2893
2895
|
}
|
|
2894
2896
|
);
|
|
2895
2897
|
}
|
|
2896
|
-
function
|
|
2897
|
-
return /* @__PURE__ */
|
|
2898
|
-
/* @__PURE__ */
|
|
2898
|
+
function ro({ value: e, onClickReset: t, ...r }) {
|
|
2899
|
+
return /* @__PURE__ */ f(M, { gap: 8, alignItems: "center", className: "relative w-full", children: [
|
|
2900
|
+
/* @__PURE__ */ i(
|
|
2899
2901
|
"input",
|
|
2900
2902
|
{
|
|
2901
2903
|
value: e,
|
|
2902
2904
|
className: "w-full rounded-xl border-none bg-white px-4 py-3.5 outline-1 outline-gray-200 focus:ring-4 focus:ring-blue-200 focus:outline-blue-500",
|
|
2903
|
-
...
|
|
2905
|
+
...r
|
|
2904
2906
|
}
|
|
2905
2907
|
),
|
|
2906
|
-
e && /* @__PURE__ */
|
|
2907
|
-
|
|
2908
|
+
e && /* @__PURE__ */ i(
|
|
2909
|
+
wr,
|
|
2908
2910
|
{
|
|
2909
2911
|
title: "입력값 지우기",
|
|
2910
2912
|
"aria-label": "입력값 지우기",
|
|
2911
2913
|
iconName: "close",
|
|
2912
2914
|
color: "gray",
|
|
2913
2915
|
size: 18,
|
|
2914
|
-
onClick:
|
|
2916
|
+
onClick: t,
|
|
2915
2917
|
className: "absolute top-1/2 right-3 -translate-y-1/2 transform cursor-pointer"
|
|
2916
2918
|
}
|
|
2917
2919
|
)
|
|
2918
2920
|
] });
|
|
2919
2921
|
}
|
|
2920
|
-
const
|
|
2922
|
+
const xr = {
|
|
2923
|
+
images: [],
|
|
2924
|
+
current: 0,
|
|
2925
|
+
total: 0,
|
|
2926
|
+
firstImage: !0,
|
|
2927
|
+
lastImage: !1,
|
|
2928
|
+
goPrev: () => {
|
|
2929
|
+
},
|
|
2930
|
+
goNext: () => {
|
|
2931
|
+
},
|
|
2932
|
+
goToIndex: () => {
|
|
2933
|
+
}
|
|
2934
|
+
}, $e = q(xr), we = () => J($e);
|
|
2935
|
+
function yr({ images: e, children: t }) {
|
|
2936
|
+
const [r, o] = S(0), n = e.length, s = V(() => o((d) => Math.max(0, d - 1)), []), l = V(() => o((d) => Math.min(n - 1, d + 1)), [n]), a = V(
|
|
2937
|
+
(d) => o(Math.max(0, Math.min(n - 1, d))),
|
|
2938
|
+
[n]
|
|
2939
|
+
), u = {
|
|
2940
|
+
images: e,
|
|
2941
|
+
current: r,
|
|
2942
|
+
total: n,
|
|
2943
|
+
firstImage: r === 0,
|
|
2944
|
+
lastImage: r === n - 1,
|
|
2945
|
+
goPrev: s,
|
|
2946
|
+
goNext: l,
|
|
2947
|
+
goToIndex: a
|
|
2948
|
+
};
|
|
2949
|
+
return /* @__PURE__ */ i($e.Provider, { value: u, children: t });
|
|
2950
|
+
}
|
|
2951
|
+
function oo({ images: e, className: t }) {
|
|
2952
|
+
return /* @__PURE__ */ i(yr, { images: e, children: /* @__PURE__ */ i(vr, { className: t }) });
|
|
2953
|
+
}
|
|
2954
|
+
function vr({ className: e }) {
|
|
2955
|
+
const { images: t, current: r, total: o, firstImage: n } = we(), s = n ? "eager" : "lazy";
|
|
2956
|
+
return /* @__PURE__ */ f(M, { dir: "col", alignItems: "center", className: y("w-full max-w-[500px]", e), children: [
|
|
2957
|
+
/* @__PURE__ */ f(
|
|
2958
|
+
M,
|
|
2959
|
+
{
|
|
2960
|
+
alignItems: "center",
|
|
2961
|
+
justifyContent: "center",
|
|
2962
|
+
className: "relative aspect-square w-full overflow-hidden bg-gray-50",
|
|
2963
|
+
children: [
|
|
2964
|
+
/* @__PURE__ */ i(
|
|
2965
|
+
"img",
|
|
2966
|
+
{
|
|
2967
|
+
src: t[r].url,
|
|
2968
|
+
loading: s,
|
|
2969
|
+
alt: t[r].name,
|
|
2970
|
+
width: 500,
|
|
2971
|
+
height: 500,
|
|
2972
|
+
className: "h-full w-full object-contain"
|
|
2973
|
+
}
|
|
2974
|
+
),
|
|
2975
|
+
o > 1 && /* @__PURE__ */ f(de, { children: [
|
|
2976
|
+
/* @__PURE__ */ i(Se, { direction: "prev" }),
|
|
2977
|
+
/* @__PURE__ */ i(Se, { direction: "next" })
|
|
2978
|
+
] })
|
|
2979
|
+
]
|
|
2980
|
+
}
|
|
2981
|
+
),
|
|
2982
|
+
/* @__PURE__ */ i(M, { justifyContent: "center", className: "mt-2", children: /* @__PURE__ */ i(Cr, {}) })
|
|
2983
|
+
] });
|
|
2984
|
+
}
|
|
2985
|
+
function Cr() {
|
|
2986
|
+
const { images: e, current: t, goToIndex: r } = we();
|
|
2987
|
+
return /* @__PURE__ */ i(M, { alignItems: "center", className: "gap-2", children: e.map((o, n) => {
|
|
2988
|
+
const s = n === t;
|
|
2989
|
+
return /* @__PURE__ */ i(
|
|
2990
|
+
"button",
|
|
2991
|
+
{
|
|
2992
|
+
type: "button",
|
|
2993
|
+
"aria-label": `Image ${n + 1}`,
|
|
2994
|
+
onClick: () => r(n),
|
|
2995
|
+
className: y("h-2 w-2 rounded-full", s ? "bg-primary-300" : "bg-gray-200")
|
|
2996
|
+
},
|
|
2997
|
+
n
|
|
2998
|
+
);
|
|
2999
|
+
}) });
|
|
3000
|
+
}
|
|
3001
|
+
function Se({ direction: e }) {
|
|
3002
|
+
const { firstImage: t, lastImage: r, goPrev: o, goNext: n } = we(), s = e === "prev";
|
|
3003
|
+
return /* @__PURE__ */ i(
|
|
3004
|
+
"button",
|
|
3005
|
+
{
|
|
3006
|
+
type: "button",
|
|
3007
|
+
onClick: s ? o : n,
|
|
3008
|
+
className: y(
|
|
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",
|
|
3010
|
+
s ? "left-4" : "right-4",
|
|
3011
|
+
(s ? t : r) && "hidden"
|
|
3012
|
+
),
|
|
3013
|
+
"aria-label": `${e} image button`,
|
|
3014
|
+
children: /* @__PURE__ */ i(E, { name: s ? "arrowLeft" : "arrowRight", className: "h-5 w-5 md:h-6 md:w-6" })
|
|
3015
|
+
}
|
|
3016
|
+
);
|
|
3017
|
+
}
|
|
3018
|
+
const ee = {
|
|
2921
3019
|
initial: { opacity: 0 },
|
|
2922
3020
|
animate: { opacity: 1 },
|
|
2923
3021
|
exit: { opacity: 0 },
|
|
2924
3022
|
transition: { duration: 0.3 }
|
|
2925
3023
|
};
|
|
2926
|
-
function
|
|
3024
|
+
function no({ isOpen: e, closeModal: t, children: r, className: o }) {
|
|
2927
3025
|
const n = (s) => {
|
|
2928
|
-
s.target instanceof HTMLElement && s.target === s.currentTarget &&
|
|
3026
|
+
s.target instanceof HTMLElement && s.target === s.currentTarget && t && t();
|
|
2929
3027
|
};
|
|
2930
|
-
return /* @__PURE__ */
|
|
2931
|
-
|
|
3028
|
+
return /* @__PURE__ */ i(he, { isOpen: e, children: /* @__PURE__ */ f(
|
|
3029
|
+
P.div,
|
|
2932
3030
|
{
|
|
2933
|
-
initial:
|
|
2934
|
-
animate:
|
|
2935
|
-
exit:
|
|
2936
|
-
transition:
|
|
3031
|
+
initial: ee.initial,
|
|
3032
|
+
animate: ee.animate,
|
|
3033
|
+
exit: ee.exit,
|
|
3034
|
+
transition: ee.transition,
|
|
2937
3035
|
className: y("fixed inset-0 z-30 flex w-full items-center justify-center", o),
|
|
2938
3036
|
children: [
|
|
2939
|
-
/* @__PURE__ */
|
|
2940
|
-
/* @__PURE__ */
|
|
3037
|
+
/* @__PURE__ */ i("div", { className: "absolute inset-0 bg-black/50", onClick: n }),
|
|
3038
|
+
/* @__PURE__ */ i(kr, { children: r })
|
|
2941
3039
|
]
|
|
2942
3040
|
}
|
|
2943
3041
|
) });
|
|
2944
3042
|
}
|
|
2945
|
-
function
|
|
2946
|
-
return /* @__PURE__ */
|
|
2947
|
-
|
|
3043
|
+
function kr({ children: e }) {
|
|
3044
|
+
return /* @__PURE__ */ i(
|
|
3045
|
+
M,
|
|
2948
3046
|
{
|
|
2949
3047
|
role: "dialog",
|
|
2950
3048
|
"aria-modal": "true",
|
|
@@ -2955,57 +3053,184 @@ function pr({ children: e }) {
|
|
|
2955
3053
|
}
|
|
2956
3054
|
);
|
|
2957
3055
|
}
|
|
2958
|
-
function
|
|
2959
|
-
return /* @__PURE__ */
|
|
3056
|
+
function Nr({ files: e, previewUrls: t, onRemoveFile: r, multiple: o }) {
|
|
3057
|
+
return o ? /* @__PURE__ */ i("div", { className: "grid grid-cols-2 gap-2 md:grid-cols-3 md:gap-4", children: e == null ? void 0 : e.map((n, s) => /* @__PURE__ */ f("div", { className: "relative aspect-square", children: [
|
|
3058
|
+
/* @__PURE__ */ i(Ae, { file: n, previewUrl: t[s] }),
|
|
3059
|
+
/* @__PURE__ */ i(
|
|
3060
|
+
"button",
|
|
3061
|
+
{
|
|
3062
|
+
type: "button",
|
|
3063
|
+
onClick: () => r(s),
|
|
3064
|
+
className: "absolute top-2 right-2 rounded-full bg-white/75 p-1",
|
|
3065
|
+
children: /* @__PURE__ */ i(E, { name: "close", size: 14 })
|
|
3066
|
+
}
|
|
3067
|
+
)
|
|
3068
|
+
] }, s)) }) : /* @__PURE__ */ i(Ae, { file: e[0], previewUrl: t[0] });
|
|
3069
|
+
}
|
|
3070
|
+
function Ae({ file: e, previewUrl: t }) {
|
|
3071
|
+
return /* @__PURE__ */ i(
|
|
3072
|
+
M,
|
|
3073
|
+
{
|
|
3074
|
+
justifyContent: "center",
|
|
3075
|
+
alignItems: "center",
|
|
3076
|
+
className: "relative h-full w-full rounded-xl border border-gray-200 bg-gray-50",
|
|
3077
|
+
children: e.type.startsWith("video/") ? /* @__PURE__ */ i(
|
|
3078
|
+
"video",
|
|
3079
|
+
{
|
|
3080
|
+
src: t,
|
|
3081
|
+
controls: !0,
|
|
3082
|
+
className: "h-full max-h-[500px] w-full max-w-[500px] object-contain"
|
|
3083
|
+
}
|
|
3084
|
+
) : /* @__PURE__ */ i(
|
|
3085
|
+
"img",
|
|
3086
|
+
{
|
|
3087
|
+
src: t,
|
|
3088
|
+
alt: `미리보기 ${e.name}`,
|
|
3089
|
+
className: "h-full max-h-[500px] w-full max-w-[500px] object-contain"
|
|
3090
|
+
}
|
|
3091
|
+
)
|
|
3092
|
+
}
|
|
3093
|
+
);
|
|
3094
|
+
}
|
|
3095
|
+
const Lr = 1024 * 1024 * 1024;
|
|
3096
|
+
function so({
|
|
3097
|
+
topAffix: e,
|
|
3098
|
+
onFileUpload: t,
|
|
3099
|
+
id: r,
|
|
3100
|
+
label: o = "파일을 업로드해주세요. (jpg, jpeg, png)",
|
|
3101
|
+
description: n = "* 파일은 5GB까지 업로드 가능합니다.",
|
|
3102
|
+
maxSize: s = 5,
|
|
3103
|
+
acceptedFormats: l = ["image/*"],
|
|
3104
|
+
multiple: a = !1,
|
|
3105
|
+
...u
|
|
3106
|
+
}) {
|
|
3107
|
+
const d = re(), m = r || d, [h, w] = S([]), [N, k] = S([]), x = h.length > 0, g = () => {
|
|
3108
|
+
N.forEach((z) => URL.revokeObjectURL(z)), w([]), k([]), t == null || t(null);
|
|
3109
|
+
}, b = (z) => {
|
|
3110
|
+
const L = Array.from(z.target.files || []);
|
|
3111
|
+
if (L.length === 0)
|
|
3112
|
+
return g();
|
|
3113
|
+
if (L.filter((H) => H.size / Lr > s).length > 0)
|
|
3114
|
+
throw new Error(`${s}GB 이하의 파일로 등록해주세요.`);
|
|
3115
|
+
const j = a ? L : [L[0]];
|
|
3116
|
+
w(j);
|
|
3117
|
+
const R = j.map((H) => URL.createObjectURL(H));
|
|
3118
|
+
k(R), t == null || t(j);
|
|
3119
|
+
};
|
|
3120
|
+
return /* @__PURE__ */ f("div", { className: "max-h-[500px] w-full", children: [
|
|
3121
|
+
/* @__PURE__ */ f(M, { justifyContent: "between", children: [
|
|
3122
|
+
/* @__PURE__ */ i(fe, { className: "text-gray-400", children: e }),
|
|
3123
|
+
/* @__PURE__ */ i(Er, { handleReset: g, isSelected: x })
|
|
3124
|
+
] }),
|
|
3125
|
+
x ? /* @__PURE__ */ i(
|
|
3126
|
+
Nr,
|
|
3127
|
+
{
|
|
3128
|
+
files: h,
|
|
3129
|
+
previewUrls: N,
|
|
3130
|
+
onRemoveFile: (z) => {
|
|
3131
|
+
URL.revokeObjectURL(N[z]);
|
|
3132
|
+
const L = h.filter((j, R) => R !== z), O = N.filter((j, R) => R !== z);
|
|
3133
|
+
w(L), k(O), t == null || t(L.length > 0 ? L : null);
|
|
3134
|
+
},
|
|
3135
|
+
multiple: a
|
|
3136
|
+
}
|
|
3137
|
+
) : /* @__PURE__ */ i(Ir, { id: m, label: o, description: n }),
|
|
3138
|
+
/* @__PURE__ */ i(
|
|
3139
|
+
"input",
|
|
3140
|
+
{
|
|
3141
|
+
id: m,
|
|
3142
|
+
name: "media file",
|
|
3143
|
+
type: "file",
|
|
3144
|
+
accept: l.join(","),
|
|
3145
|
+
multiple: a,
|
|
3146
|
+
className: "hidden",
|
|
3147
|
+
onChange: b,
|
|
3148
|
+
...u
|
|
3149
|
+
}
|
|
3150
|
+
)
|
|
3151
|
+
] });
|
|
3152
|
+
}
|
|
3153
|
+
function Ir({ id: e, label: t, description: r }) {
|
|
3154
|
+
return /* @__PURE__ */ i(
|
|
3155
|
+
"label",
|
|
3156
|
+
{
|
|
3157
|
+
htmlFor: e,
|
|
3158
|
+
className: "block w-full cursor-pointer rounded-xl border border-gray-200 bg-gray-50 px-4 py-8 hover:bg-gray-100",
|
|
3159
|
+
children: /* @__PURE__ */ f(M, { dir: "col", alignItems: "center", gap: 4, className: "text-gray-400", children: [
|
|
3160
|
+
/* @__PURE__ */ i(E, { name: "upload", size: 40 }),
|
|
3161
|
+
/* @__PURE__ */ i(fe, { weight: "semibold", children: t }),
|
|
3162
|
+
/* @__PURE__ */ i(be, { className: "text-gray-300", weight: "normal", children: r })
|
|
3163
|
+
] })
|
|
3164
|
+
}
|
|
3165
|
+
);
|
|
3166
|
+
}
|
|
3167
|
+
function Er({ handleReset: e, isSelected: t }) {
|
|
3168
|
+
return /* @__PURE__ */ f(
|
|
3169
|
+
M,
|
|
3170
|
+
{
|
|
3171
|
+
as: "button",
|
|
3172
|
+
onClick: t ? e : void 0,
|
|
3173
|
+
alignItems: "center",
|
|
3174
|
+
className: `text-primary-300 justify-end ${t ? "cursor-pointer" : "cursor-not-allowed opacity-50"}`,
|
|
3175
|
+
"aria-label": "초기화",
|
|
3176
|
+
children: [
|
|
3177
|
+
/* @__PURE__ */ i(E, { name: "refresh", size: 24, color: "primary" }),
|
|
3178
|
+
/* @__PURE__ */ i(fe, { children: "초기화" })
|
|
3179
|
+
]
|
|
3180
|
+
}
|
|
3181
|
+
);
|
|
3182
|
+
}
|
|
3183
|
+
function io({ title: e, size: t, onClick: r }) {
|
|
3184
|
+
return /* @__PURE__ */ i(
|
|
2960
3185
|
"button",
|
|
2961
3186
|
{
|
|
2962
3187
|
className: "flex cursor-pointer flex-row items-center gap-2 align-middle whitespace-nowrap",
|
|
2963
3188
|
onClick: () => {
|
|
2964
|
-
if (
|
|
2965
|
-
|
|
3189
|
+
if (r) {
|
|
3190
|
+
r == null || r();
|
|
2966
3191
|
return;
|
|
2967
3192
|
}
|
|
2968
3193
|
window.history.back();
|
|
2969
3194
|
},
|
|
2970
|
-
children:
|
|
2971
|
-
/* @__PURE__ */
|
|
2972
|
-
/* @__PURE__ */
|
|
2973
|
-
] }) : /* @__PURE__ */
|
|
2974
|
-
/* @__PURE__ */
|
|
2975
|
-
/* @__PURE__ */
|
|
3195
|
+
children: t === "sm" ? /* @__PURE__ */ f(de, { children: [
|
|
3196
|
+
/* @__PURE__ */ i(E, { name: "arrowLeft", className: "w-4 md:w-6" }),
|
|
3197
|
+
/* @__PURE__ */ i(hr, { className: "whitespace-nowrap text-gray-500", children: e })
|
|
3198
|
+
] }) : /* @__PURE__ */ f(de, { children: [
|
|
3199
|
+
/* @__PURE__ */ i(E, { name: "navbarArrow", className: "w-6 md:w-8" }),
|
|
3200
|
+
/* @__PURE__ */ i(mr, { className: "whitespace-nowrap text-gray-500", children: e })
|
|
2976
3201
|
] })
|
|
2977
3202
|
}
|
|
2978
3203
|
);
|
|
2979
3204
|
}
|
|
2980
|
-
function
|
|
2981
|
-
return /* @__PURE__ */
|
|
3205
|
+
function Mr({ className: e, ...t }) {
|
|
3206
|
+
return /* @__PURE__ */ i(
|
|
2982
3207
|
"nav",
|
|
2983
3208
|
{
|
|
2984
3209
|
role: "navigation",
|
|
2985
3210
|
"aria-label": "pagination",
|
|
2986
3211
|
className: y("flex cursor-pointer items-center justify-center gap-1", e),
|
|
2987
|
-
...
|
|
3212
|
+
...t
|
|
2988
3213
|
}
|
|
2989
3214
|
);
|
|
2990
3215
|
}
|
|
2991
|
-
function
|
|
2992
|
-
return /* @__PURE__ */
|
|
3216
|
+
function zr({ page: e, isActive: t, onClick: r }) {
|
|
3217
|
+
return /* @__PURE__ */ i(
|
|
2993
3218
|
"button",
|
|
2994
3219
|
{
|
|
2995
|
-
onClickCapture:
|
|
2996
|
-
className: `size-9 cursor-pointer rounded px-3 py-1 font-semibold ${
|
|
3220
|
+
onClickCapture: r,
|
|
3221
|
+
className: `size-9 cursor-pointer rounded px-3 py-1 font-semibold ${t ? "bg-primary-100 text-primary-300 shadow-sm" : "hover:bg-gray-100"}`,
|
|
2997
3222
|
children: e
|
|
2998
3223
|
}
|
|
2999
3224
|
);
|
|
3000
3225
|
}
|
|
3001
|
-
function
|
|
3226
|
+
function ao({ currentPage: e, totalPages: t, onPageChange: r, className: o = "" }) {
|
|
3002
3227
|
const n = () => {
|
|
3003
|
-
e > 1 &&
|
|
3228
|
+
e > 1 && r(e - 1);
|
|
3004
3229
|
}, s = () => {
|
|
3005
|
-
e <
|
|
3230
|
+
e < t && r(e + 1);
|
|
3006
3231
|
};
|
|
3007
|
-
return /* @__PURE__ */
|
|
3008
|
-
|
|
3232
|
+
return /* @__PURE__ */ f(Mr, { className: o, children: [
|
|
3233
|
+
t >= 3 && e > 1 && /* @__PURE__ */ i(
|
|
3009
3234
|
E,
|
|
3010
3235
|
{
|
|
3011
3236
|
name: "arrowLeft",
|
|
@@ -3014,16 +3239,16 @@ function Zr({ currentPage: e, totalPages: r, onPageChange: t, className: o = ""
|
|
|
3014
3239
|
onClickCapture: n
|
|
3015
3240
|
}
|
|
3016
3241
|
),
|
|
3017
|
-
Array.from({ length:
|
|
3018
|
-
|
|
3242
|
+
Array.from({ length: t }, (l, a) => /* @__PURE__ */ i(
|
|
3243
|
+
zr,
|
|
3019
3244
|
{
|
|
3020
|
-
page:
|
|
3021
|
-
isActive:
|
|
3022
|
-
onClick: () =>
|
|
3245
|
+
page: a + 1,
|
|
3246
|
+
isActive: a + 1 === e,
|
|
3247
|
+
onClick: () => r(a + 1)
|
|
3023
3248
|
},
|
|
3024
|
-
|
|
3249
|
+
a
|
|
3025
3250
|
)),
|
|
3026
|
-
|
|
3251
|
+
t >= 3 && e < t && /* @__PURE__ */ i(
|
|
3027
3252
|
E,
|
|
3028
3253
|
{
|
|
3029
3254
|
name: "arrowRight",
|
|
@@ -3034,11 +3259,11 @@ function Zr({ currentPage: e, totalPages: r, onPageChange: t, className: o = ""
|
|
|
3034
3259
|
)
|
|
3035
3260
|
] });
|
|
3036
3261
|
}
|
|
3037
|
-
const
|
|
3038
|
-
const e =
|
|
3262
|
+
const Ze = q(null), De = () => {
|
|
3263
|
+
const e = J(Ze);
|
|
3039
3264
|
if (!e) throw new Error("error");
|
|
3040
3265
|
return e;
|
|
3041
|
-
},
|
|
3266
|
+
}, Sr = oe(
|
|
3042
3267
|
"font-semibold text- cursor-pointer first:rounded-t-md last:rounded-b-md hover:bg-gray-100",
|
|
3043
3268
|
{
|
|
3044
3269
|
variants: {
|
|
@@ -3052,27 +3277,27 @@ const We = X(null), Fe = () => {
|
|
|
3052
3277
|
}
|
|
3053
3278
|
}
|
|
3054
3279
|
);
|
|
3055
|
-
function
|
|
3056
|
-
const { onSelect: o, size: n, selected: s } =
|
|
3057
|
-
return /* @__PURE__ */
|
|
3280
|
+
function Ue({ name: e, size: t, className: r }) {
|
|
3281
|
+
const { onSelect: o, size: n, selected: s } = De();
|
|
3282
|
+
return /* @__PURE__ */ i(
|
|
3058
3283
|
"div",
|
|
3059
3284
|
{
|
|
3060
3285
|
role: "option",
|
|
3061
3286
|
tabIndex: 0,
|
|
3062
3287
|
"aria-selected": s === e,
|
|
3063
3288
|
onClick: () => o(e),
|
|
3064
|
-
onKeyDown: (
|
|
3065
|
-
(
|
|
3289
|
+
onKeyDown: (l) => {
|
|
3290
|
+
(l.key === "Enter" || l.key === " ") && (l.preventDefault(), o(e));
|
|
3066
3291
|
},
|
|
3067
|
-
className: y(
|
|
3292
|
+
className: y(Sr({ size: t || n }), r),
|
|
3068
3293
|
children: e
|
|
3069
3294
|
}
|
|
3070
3295
|
);
|
|
3071
3296
|
}
|
|
3072
|
-
function
|
|
3073
|
-
return /* @__PURE__ */
|
|
3297
|
+
function Ar({ name: e }) {
|
|
3298
|
+
return /* @__PURE__ */ i("div", { className: "border-b-2 border-gray-100 px-4 py-3.5 text-lg text-gray-300", children: e });
|
|
3074
3299
|
}
|
|
3075
|
-
const
|
|
3300
|
+
const Tr = oe(
|
|
3076
3301
|
"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",
|
|
3077
3302
|
{
|
|
3078
3303
|
variants: {
|
|
@@ -3086,41 +3311,41 @@ const br = Q(
|
|
|
3086
3311
|
}
|
|
3087
3312
|
}
|
|
3088
3313
|
);
|
|
3089
|
-
function
|
|
3090
|
-
const { size:
|
|
3091
|
-
return /* @__PURE__ */
|
|
3314
|
+
function xe({ children: e, size: t }) {
|
|
3315
|
+
const { size: r } = De();
|
|
3316
|
+
return /* @__PURE__ */ i("div", { className: y(Tr({ size: t || r })), children: e });
|
|
3092
3317
|
}
|
|
3093
|
-
const
|
|
3318
|
+
const jr = {
|
|
3094
3319
|
md: "px-3 py-1 text-sm min-w-24",
|
|
3095
3320
|
lg: "px-4 py-3.5 min-w-64 text-lg"
|
|
3096
3321
|
};
|
|
3097
|
-
function
|
|
3098
|
-
return /* @__PURE__ */
|
|
3099
|
-
|
|
3322
|
+
function ye({ selected: e, onClick: t, isOpen: r, size: o = "lg" }) {
|
|
3323
|
+
return /* @__PURE__ */ i(
|
|
3324
|
+
M,
|
|
3100
3325
|
{
|
|
3101
3326
|
alignItems: "center",
|
|
3102
|
-
onClick:
|
|
3327
|
+
onClick: t,
|
|
3103
3328
|
className: y(
|
|
3104
|
-
|
|
3329
|
+
jr[o],
|
|
3105
3330
|
"w-full rounded-lg border border-gray-200 bg-white font-semibold text-gray-400"
|
|
3106
3331
|
),
|
|
3107
|
-
children: /* @__PURE__ */
|
|
3332
|
+
children: /* @__PURE__ */ f(
|
|
3108
3333
|
"button",
|
|
3109
3334
|
{
|
|
3110
3335
|
type: "button",
|
|
3111
3336
|
className: y(
|
|
3112
3337
|
"flex w-full cursor-pointer items-center justify-between rounded-lg align-middle",
|
|
3113
|
-
|
|
3338
|
+
r && "hover:rounded-b-none"
|
|
3114
3339
|
),
|
|
3115
3340
|
children: [
|
|
3116
3341
|
e,
|
|
3117
|
-
/* @__PURE__ */
|
|
3342
|
+
/* @__PURE__ */ i(
|
|
3118
3343
|
E,
|
|
3119
3344
|
{
|
|
3120
3345
|
name: "arrowDown",
|
|
3121
3346
|
className: y(
|
|
3122
3347
|
"transform transition-transform duration-300",
|
|
3123
|
-
|
|
3348
|
+
r && "rotate-180",
|
|
3124
3349
|
o === "md" && "w-5"
|
|
3125
3350
|
)
|
|
3126
3351
|
}
|
|
@@ -3131,73 +3356,73 @@ function ge({ selected: e, onClick: r, isOpen: t, size: o = "lg" }) {
|
|
|
3131
3356
|
}
|
|
3132
3357
|
);
|
|
3133
3358
|
}
|
|
3134
|
-
function
|
|
3135
|
-
const [s,
|
|
3136
|
-
|
|
3359
|
+
function qe({ value: e, onChange: t, size: r = "lg", defaultValue: o, children: n }) {
|
|
3360
|
+
const [s, l] = S(!1), a = (u) => {
|
|
3361
|
+
l(!1), t == null || t(u);
|
|
3137
3362
|
};
|
|
3138
|
-
return /* @__PURE__ */
|
|
3139
|
-
|
|
3363
|
+
return /* @__PURE__ */ i(
|
|
3364
|
+
Ze.Provider,
|
|
3140
3365
|
{
|
|
3141
3366
|
value: {
|
|
3142
3367
|
selected: e,
|
|
3143
|
-
onSelect:
|
|
3144
|
-
size:
|
|
3368
|
+
onSelect: a,
|
|
3369
|
+
size: r
|
|
3145
3370
|
},
|
|
3146
|
-
children: /* @__PURE__ */
|
|
3147
|
-
/* @__PURE__ */
|
|
3148
|
-
|
|
3371
|
+
children: /* @__PURE__ */ f("div", { className: "relative w-full", children: [
|
|
3372
|
+
/* @__PURE__ */ i(
|
|
3373
|
+
ye,
|
|
3149
3374
|
{
|
|
3150
3375
|
selected: e || o,
|
|
3151
|
-
onClick: () =>
|
|
3152
|
-
size:
|
|
3376
|
+
onClick: () => l(!s),
|
|
3377
|
+
size: r,
|
|
3153
3378
|
isOpen: s
|
|
3154
3379
|
}
|
|
3155
3380
|
),
|
|
3156
|
-
s && /* @__PURE__ */
|
|
3381
|
+
s && /* @__PURE__ */ i(xe, { children: n })
|
|
3157
3382
|
] })
|
|
3158
3383
|
}
|
|
3159
3384
|
);
|
|
3160
3385
|
}
|
|
3161
|
-
const
|
|
3162
|
-
Option:
|
|
3163
|
-
Button:
|
|
3164
|
-
List:
|
|
3165
|
-
}),
|
|
3166
|
-
Option:
|
|
3167
|
-
Select:
|
|
3168
|
-
List:
|
|
3169
|
-
Group:
|
|
3386
|
+
const lo = Object.assign(qe, {
|
|
3387
|
+
Option: Ue,
|
|
3388
|
+
Button: ye,
|
|
3389
|
+
List: xe
|
|
3390
|
+
}), co = Object.assign(qe, {
|
|
3391
|
+
Option: Ue,
|
|
3392
|
+
Select: ye,
|
|
3393
|
+
List: xe,
|
|
3394
|
+
Group: Ar
|
|
3170
3395
|
});
|
|
3171
|
-
function
|
|
3172
|
-
return /* @__PURE__ */
|
|
3396
|
+
function uo({ className: e, ...t }) {
|
|
3397
|
+
return /* @__PURE__ */ i("div", { className: y("w-full animate-pulse rounded-md bg-gray-200", e), ...t });
|
|
3173
3398
|
}
|
|
3174
|
-
function
|
|
3175
|
-
return /* @__PURE__ */
|
|
3176
|
-
|
|
3399
|
+
function go({ color: e = "primary", ...t }) {
|
|
3400
|
+
return /* @__PURE__ */ i(
|
|
3401
|
+
Le.Root,
|
|
3177
3402
|
{
|
|
3178
|
-
...
|
|
3403
|
+
...t,
|
|
3179
3404
|
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",
|
|
3180
|
-
style: e && { "--switch-color":
|
|
3181
|
-
children: /* @__PURE__ */
|
|
3405
|
+
style: e && { "--switch-color": He[e] },
|
|
3406
|
+
children: /* @__PURE__ */ i(Le.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" })
|
|
3182
3407
|
}
|
|
3183
3408
|
);
|
|
3184
3409
|
}
|
|
3185
|
-
const
|
|
3186
|
-
function
|
|
3187
|
-
const o =
|
|
3188
|
-
() =>
|
|
3410
|
+
const Je = q(void 0);
|
|
3411
|
+
function po({ children: e, defaultIndex: t = 0, ...r }) {
|
|
3412
|
+
const o = Xe(
|
|
3413
|
+
() => Ye.toArray(e).filter((l) => Qe(l)).map((l) => l.props.label),
|
|
3189
3414
|
[e]
|
|
3190
|
-
), [n, s] =
|
|
3191
|
-
return /* @__PURE__ */
|
|
3192
|
-
/* @__PURE__ */
|
|
3193
|
-
|
|
3415
|
+
), [n, s] = S(o[t]);
|
|
3416
|
+
return /* @__PURE__ */ i(Je.Provider, { value: { activeLabel: n }, children: /* @__PURE__ */ f("div", { ...r, children: [
|
|
3417
|
+
/* @__PURE__ */ i("nav", { className: "flex w-full", children: o.map((l) => /* @__PURE__ */ f(
|
|
3418
|
+
P.button,
|
|
3194
3419
|
{
|
|
3195
|
-
className: `relative grow transform p-3 font-semibold ${n ===
|
|
3196
|
-
onClick: () => s(
|
|
3420
|
+
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`,
|
|
3421
|
+
onClick: () => s(l),
|
|
3197
3422
|
children: [
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3423
|
+
l,
|
|
3424
|
+
l === n && /* @__PURE__ */ i(
|
|
3425
|
+
P.div,
|
|
3201
3426
|
{
|
|
3202
3427
|
className: "bg-primary-300 absolute right-0 -bottom-0.5 left-0 h-0.5",
|
|
3203
3428
|
layoutId: "underline",
|
|
@@ -3206,27 +3431,27 @@ function Kr({ children: e, defaultIndex: r = 0, ...t }) {
|
|
|
3206
3431
|
)
|
|
3207
3432
|
]
|
|
3208
3433
|
},
|
|
3209
|
-
|
|
3434
|
+
l
|
|
3210
3435
|
)) }),
|
|
3211
3436
|
e
|
|
3212
3437
|
] }) });
|
|
3213
3438
|
}
|
|
3214
|
-
function
|
|
3215
|
-
const o =
|
|
3216
|
-
return /* @__PURE__ */
|
|
3439
|
+
function mo({ label: e, children: t, ...r }) {
|
|
3440
|
+
const o = J(Je), n = (o == null ? void 0 : o.activeLabel) === e;
|
|
3441
|
+
return /* @__PURE__ */ i("div", { className: `${!n && "hidden"}`, ...r, children: t });
|
|
3217
3442
|
}
|
|
3218
|
-
function
|
|
3443
|
+
function ho({
|
|
3219
3444
|
value: e,
|
|
3220
|
-
rows:
|
|
3221
|
-
showCounter:
|
|
3445
|
+
rows: t = 3,
|
|
3446
|
+
showCounter: r = !1,
|
|
3222
3447
|
className: o,
|
|
3223
3448
|
...n
|
|
3224
3449
|
}) {
|
|
3225
|
-
return /* @__PURE__ */
|
|
3226
|
-
/* @__PURE__ */
|
|
3450
|
+
return /* @__PURE__ */ f(M, { dir: "col", gap: 2, children: [
|
|
3451
|
+
/* @__PURE__ */ i(
|
|
3227
3452
|
"textarea",
|
|
3228
3453
|
{
|
|
3229
|
-
rows:
|
|
3454
|
+
rows: t,
|
|
3230
3455
|
className: y(
|
|
3231
3456
|
"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",
|
|
3232
3457
|
o
|
|
@@ -3234,14 +3459,14 @@ function Yr({
|
|
|
3234
3459
|
...n
|
|
3235
3460
|
}
|
|
3236
3461
|
),
|
|
3237
|
-
|
|
3462
|
+
r && n.maxLength && /* @__PURE__ */ f(be, { weight: "normal", className: "text-right text-gray-500", children: [
|
|
3238
3463
|
e.length ?? 0,
|
|
3239
3464
|
"/",
|
|
3240
3465
|
n.maxLength
|
|
3241
3466
|
] })
|
|
3242
3467
|
] });
|
|
3243
3468
|
}
|
|
3244
|
-
const
|
|
3469
|
+
const Rr = {
|
|
3245
3470
|
SPRING: {
|
|
3246
3471
|
initial: { opacity: 0, scale: 0.6, y: 15 },
|
|
3247
3472
|
animate: {
|
|
@@ -3296,7 +3521,7 @@ const xr = {
|
|
|
3296
3521
|
transition: { duration: 0.15, ease: "easeIn" }
|
|
3297
3522
|
}
|
|
3298
3523
|
}
|
|
3299
|
-
},
|
|
3524
|
+
}, Br = {
|
|
3300
3525
|
primary: {
|
|
3301
3526
|
bg: "bg-primary-300",
|
|
3302
3527
|
text: "text-white"
|
|
@@ -3333,43 +3558,43 @@ const xr = {
|
|
|
3333
3558
|
bg: "bg-black",
|
|
3334
3559
|
text: "text-white"
|
|
3335
3560
|
}
|
|
3336
|
-
},
|
|
3337
|
-
const [e,
|
|
3338
|
-
return
|
|
3561
|
+
}, Gr = () => {
|
|
3562
|
+
const [e, t] = S(!1), [r, o] = S(null), n = ue(null), s = () => t(!0), l = () => t(!1);
|
|
3563
|
+
return te(() => {
|
|
3339
3564
|
if (n.current && e) {
|
|
3340
|
-
const
|
|
3341
|
-
o({ top:
|
|
3565
|
+
const a = n.current.getBoundingClientRect();
|
|
3566
|
+
o({ top: a.top, left: a.left + a.width / 2 });
|
|
3342
3567
|
}
|
|
3343
3568
|
}, [e]), {
|
|
3344
3569
|
open: e,
|
|
3345
3570
|
ref: n,
|
|
3346
3571
|
show: s,
|
|
3347
|
-
hide:
|
|
3348
|
-
position:
|
|
3572
|
+
hide: l,
|
|
3573
|
+
position: r
|
|
3349
3574
|
};
|
|
3350
3575
|
};
|
|
3351
|
-
function
|
|
3576
|
+
function fo({
|
|
3352
3577
|
content: e,
|
|
3353
|
-
color:
|
|
3354
|
-
animationMode:
|
|
3578
|
+
color: t = "gray",
|
|
3579
|
+
animationMode: r = "SPRING",
|
|
3355
3580
|
children: o
|
|
3356
3581
|
}) {
|
|
3357
|
-
const n =
|
|
3358
|
-
return /* @__PURE__ */
|
|
3582
|
+
const n = re(), { open: s, ref: l, show: a, hide: u, position: d } = Gr(), m = Br[t], h = Rr[r];
|
|
3583
|
+
return /* @__PURE__ */ f(
|
|
3359
3584
|
"div",
|
|
3360
3585
|
{
|
|
3361
|
-
ref:
|
|
3586
|
+
ref: l,
|
|
3362
3587
|
className: "inline-flex",
|
|
3363
|
-
onMouseEnter:
|
|
3364
|
-
onMouseLeave:
|
|
3365
|
-
onFocus:
|
|
3366
|
-
onBlur:
|
|
3367
|
-
onClick: () => s ?
|
|
3588
|
+
onMouseEnter: a,
|
|
3589
|
+
onMouseLeave: u,
|
|
3590
|
+
onFocus: a,
|
|
3591
|
+
onBlur: u,
|
|
3592
|
+
onClick: () => s ? u() : a(),
|
|
3368
3593
|
"aria-describedby": s ? n : void 0,
|
|
3369
3594
|
children: [
|
|
3370
3595
|
o,
|
|
3371
|
-
/* @__PURE__ */
|
|
3372
|
-
|
|
3596
|
+
/* @__PURE__ */ i(he, { isOpen: s, children: /* @__PURE__ */ i(
|
|
3597
|
+
P.div,
|
|
3373
3598
|
{
|
|
3374
3599
|
id: n,
|
|
3375
3600
|
role: "tooltip",
|
|
@@ -3382,64 +3607,66 @@ function Qr({
|
|
|
3382
3607
|
m.bg
|
|
3383
3608
|
),
|
|
3384
3609
|
style: {
|
|
3385
|
-
top:
|
|
3386
|
-
left:
|
|
3610
|
+
top: d == null ? void 0 : d.top,
|
|
3611
|
+
left: d == null ? void 0 : d.left
|
|
3387
3612
|
},
|
|
3388
|
-
children: /* @__PURE__ */
|
|
3613
|
+
children: /* @__PURE__ */ i(be, { weight: "medium", className: m.text, children: e })
|
|
3389
3614
|
}
|
|
3390
3615
|
) })
|
|
3391
3616
|
]
|
|
3392
3617
|
}
|
|
3393
3618
|
);
|
|
3394
3619
|
}
|
|
3395
|
-
const
|
|
3396
|
-
const [e,
|
|
3620
|
+
const bo = () => {
|
|
3621
|
+
const [e, t] = S(!1);
|
|
3397
3622
|
return {
|
|
3398
3623
|
isOpen: e,
|
|
3399
|
-
openModal: () =>
|
|
3400
|
-
closeModal: () =>
|
|
3624
|
+
openModal: () => t(!0),
|
|
3625
|
+
closeModal: () => t(!1)
|
|
3401
3626
|
};
|
|
3402
3627
|
};
|
|
3403
3628
|
export {
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3629
|
+
Fr as Accordion,
|
|
3630
|
+
_r as AccordionItem,
|
|
3631
|
+
$r as Avatar,
|
|
3632
|
+
Zr as Badge,
|
|
3633
|
+
fe as Body1,
|
|
3634
|
+
eo as Body2,
|
|
3635
|
+
fr as Body3,
|
|
3636
|
+
Dr as Button,
|
|
3637
|
+
be as Caption1,
|
|
3638
|
+
Kr as Card,
|
|
3639
|
+
Ur as Carousel,
|
|
3640
|
+
qr as CarouselContent,
|
|
3641
|
+
Jr as CarouselItem,
|
|
3642
|
+
Xr as DoubleButton,
|
|
3643
|
+
Yr as Drawer,
|
|
3644
|
+
to as FileUpload,
|
|
3645
|
+
M as Flex,
|
|
3646
|
+
co as GroupingSelect,
|
|
3422
3647
|
E as Icon,
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
Qr as
|
|
3648
|
+
wr as IconButton,
|
|
3649
|
+
Fe as Icons,
|
|
3650
|
+
oo as ImageGallery,
|
|
3651
|
+
ro as Input,
|
|
3652
|
+
so as MediaUpload,
|
|
3653
|
+
no as Modal,
|
|
3654
|
+
io as NavBack,
|
|
3655
|
+
ao as Pagination,
|
|
3656
|
+
he as Portal,
|
|
3657
|
+
lo as Select,
|
|
3658
|
+
uo as Skeleton,
|
|
3659
|
+
go as Switch,
|
|
3660
|
+
mo as TabItem,
|
|
3661
|
+
po as Tabs,
|
|
3662
|
+
ho as TextArea,
|
|
3663
|
+
mr as Title1,
|
|
3664
|
+
Qr as Title2,
|
|
3665
|
+
hr as Title3,
|
|
3666
|
+
fo as Tooltip,
|
|
3440
3667
|
y as cn,
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3668
|
+
F as colors,
|
|
3669
|
+
Hr as iconNames,
|
|
3670
|
+
bo as usePortal
|
|
3444
3671
|
};
|
|
3445
3672
|
//# sourceMappingURL=ddingdong-design-system.es.js.map
|