@moveindustries/movement-design-system 1.2.0 → 1.2.2
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/CHANGELOG.md +32 -0
- package/dist/brand-faces.css +88 -0
- package/dist/{button-Dh2vlJOI.js → button-BE4Sonxr.js} +1 -1
- package/dist/button-DDuNM3Ni.cjs +1 -0
- package/dist/carousel.cjs +1 -1
- package/dist/carousel.js +147 -139
- package/dist/components/Footer/Footer.d.ts +49 -47
- package/dist/components/Footer/Footer.d.ts.map +1 -1
- package/dist/components/Footer/index.d.ts +2 -2
- package/dist/components/Footer/index.d.ts.map +1 -1
- package/dist/components/shadcn/typography.d.ts +1 -1
- package/dist/createLucideIcon-8yq_KgWS.cjs +1 -0
- package/dist/createLucideIcon-DFqdAswP.js +102 -0
- package/dist/fonts.css +32 -8
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +709 -756
- package/dist/movement-design-system.css +90 -1
- package/dist/theme.css +21 -8
- package/dist/{use-mobile-C12jSU8y.cjs → use-mobile-1LviLXhw.cjs} +2 -2
- package/dist/{use-mobile-Da0X_fcF.js → use-mobile-CN6nNdj4.js} +63 -60
- package/dist/wallet.cjs +1 -1
- package/dist/wallet.js +36 -36
- package/package.json +1 -2
- package/dist/assets/fonts/NeueHaasUnicaPro.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Black.otf +0 -0
- package/dist/assets/fonts/TWKEverett-BlackItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Bold.otf +0 -0
- package/dist/assets/fonts/TWKEverett-BoldItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Extrabold.otf +0 -0
- package/dist/assets/fonts/TWKEverett-ExtraboldItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Hairline.otf +0 -0
- package/dist/assets/fonts/TWKEverett-HairlineItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Light.otf +0 -0
- package/dist/assets/fonts/TWKEverett-LightItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Medium.otf +0 -0
- package/dist/assets/fonts/TWKEverett-MediumItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Regular.otf +0 -0
- package/dist/assets/fonts/TWKEverett-RegularItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Super.otf +0 -0
- package/dist/assets/fonts/TWKEverett-SuperItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Thin.otf +0 -0
- package/dist/assets/fonts/TWKEverett-ThinItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverett-Ultralight.otf +0 -0
- package/dist/assets/fonts/TWKEverett-UltralightItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Black.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-BlackItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Bold.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-BoldItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Extrabold.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-ExtraboldItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Hairline.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-HairlineItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Light.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-LightItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Medium.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-MediumItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Regular.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-RegularItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Super.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-SuperItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Thin.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-ThinItalic.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-Ultralight.otf +0 -0
- package/dist/assets/fonts/TWKEverettMono-UltralightItalic.otf +0 -0
- package/dist/button-DZAlWvkC.cjs +0 -1
- package/dist/index-5va-8CrW.cjs +0 -1
- package/dist/index-uPOYJZpG.js +0 -34
package/dist/carousel.js
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
import { jsx as X, jsxs as Jt } from "react/jsx-runtime";
|
|
2
2
|
import * as $ from "react";
|
|
3
|
-
import { useRef as qt, useState as $t, useCallback as
|
|
4
|
-
import { ArrowRight as pn, ArrowLeft as mn } from "lucide-react";
|
|
3
|
+
import { useRef as qt, useState as $t, useCallback as pn, useEffect as Tt } from "react";
|
|
5
4
|
import { c as gt } from "./utils-eGXXUFl7.js";
|
|
6
|
-
import { B as Xt } from "./button-
|
|
7
|
-
|
|
5
|
+
import { B as Xt } from "./button-BE4Sonxr.js";
|
|
6
|
+
import { a as Yt } from "./createLucideIcon-DFqdAswP.js";
|
|
7
|
+
const mn = [
|
|
8
|
+
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
9
|
+
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
10
|
+
], gn = Yt("arrow-left", mn);
|
|
11
|
+
const hn = [
|
|
12
|
+
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
13
|
+
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|
|
14
|
+
], Sn = Yt("arrow-right", hn);
|
|
15
|
+
function yn(t) {
|
|
8
16
|
return Object.prototype.toString.call(t) === "[object Object]";
|
|
9
17
|
}
|
|
10
|
-
function
|
|
11
|
-
return
|
|
18
|
+
function _t(t) {
|
|
19
|
+
return yn(t) || Array.isArray(t);
|
|
12
20
|
}
|
|
13
|
-
function
|
|
21
|
+
function bn() {
|
|
14
22
|
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
15
23
|
}
|
|
16
24
|
function Dt(t, n) {
|
|
@@ -19,15 +27,15 @@ function Dt(t, n) {
|
|
|
19
27
|
const c = JSON.stringify(Object.keys(t.breakpoints || {})), s = JSON.stringify(Object.keys(n.breakpoints || {}));
|
|
20
28
|
return c !== s ? !1 : o.every((e) => {
|
|
21
29
|
const a = t[e], r = n[e];
|
|
22
|
-
return typeof a == "function" ? `${a}` == `${r}` : !
|
|
30
|
+
return typeof a == "function" ? `${a}` == `${r}` : !_t(a) || !_t(r) ? a === r : Dt(a, r);
|
|
23
31
|
});
|
|
24
32
|
}
|
|
25
|
-
function
|
|
33
|
+
function Kt(t) {
|
|
26
34
|
return t.concat().sort((n, o) => n.name > o.name ? 1 : -1).map((n) => n.options);
|
|
27
35
|
}
|
|
28
|
-
function
|
|
36
|
+
function xn(t, n) {
|
|
29
37
|
if (t.length !== n.length) return !1;
|
|
30
|
-
const o =
|
|
38
|
+
const o = Kt(t), i = Kt(n);
|
|
31
39
|
return o.every((c, s) => {
|
|
32
40
|
const e = i[s];
|
|
33
41
|
return Dt(c, e);
|
|
@@ -42,7 +50,7 @@ function wt(t) {
|
|
|
42
50
|
function bt(t) {
|
|
43
51
|
return typeof t == "boolean";
|
|
44
52
|
}
|
|
45
|
-
function
|
|
53
|
+
function Ut(t) {
|
|
46
54
|
return Object.prototype.toString.call(t) === "[object Object]";
|
|
47
55
|
}
|
|
48
56
|
function P(t) {
|
|
@@ -54,12 +62,12 @@ function Ot(t) {
|
|
|
54
62
|
function ft(t, n) {
|
|
55
63
|
return P(t - n);
|
|
56
64
|
}
|
|
57
|
-
function
|
|
65
|
+
function En(t, n) {
|
|
58
66
|
if (t === 0 || n === 0 || P(t) <= P(n)) return 0;
|
|
59
67
|
const o = ft(P(t), P(n));
|
|
60
68
|
return P(o / t);
|
|
61
69
|
}
|
|
62
|
-
function
|
|
70
|
+
function vn(t) {
|
|
63
71
|
return Math.round(t * 100) / 100;
|
|
64
72
|
}
|
|
65
73
|
function dt(t) {
|
|
@@ -74,22 +82,22 @@ function ht(t) {
|
|
|
74
82
|
function Mt(t, n) {
|
|
75
83
|
return n === ht(t);
|
|
76
84
|
}
|
|
77
|
-
function
|
|
85
|
+
function Qt(t, n = 0) {
|
|
78
86
|
return Array.from(Array(t), (o, i) => n + i);
|
|
79
87
|
}
|
|
80
88
|
function pt(t) {
|
|
81
89
|
return Object.keys(t);
|
|
82
90
|
}
|
|
83
|
-
function
|
|
91
|
+
function Zt(t, n) {
|
|
84
92
|
return [t, n].reduce((o, i) => (pt(i).forEach((c) => {
|
|
85
|
-
const s = o[c], e = i[c], a =
|
|
86
|
-
o[c] = a ?
|
|
93
|
+
const s = o[c], e = i[c], a = Ut(s) && Ut(e);
|
|
94
|
+
o[c] = a ? Zt(s, e) : e;
|
|
87
95
|
}), o), {});
|
|
88
96
|
}
|
|
89
97
|
function At(t, n) {
|
|
90
98
|
return typeof n.MouseEvent < "u" && t instanceof n.MouseEvent;
|
|
91
99
|
}
|
|
92
|
-
function
|
|
100
|
+
function Ln(t, n) {
|
|
93
101
|
const o = {
|
|
94
102
|
start: i,
|
|
95
103
|
center: c,
|
|
@@ -134,7 +142,7 @@ function mt() {
|
|
|
134
142
|
};
|
|
135
143
|
return i;
|
|
136
144
|
}
|
|
137
|
-
function
|
|
145
|
+
function In(t, n, o, i) {
|
|
138
146
|
const c = mt(), s = 1e3 / 60;
|
|
139
147
|
let e = null, a = 0, r = 0;
|
|
140
148
|
function u() {
|
|
@@ -172,7 +180,7 @@ function En(t, n, o, i) {
|
|
|
172
180
|
render: i
|
|
173
181
|
};
|
|
174
182
|
}
|
|
175
|
-
function
|
|
183
|
+
function Cn(t, n) {
|
|
176
184
|
const o = n === "rtl", i = t === "y", c = i ? "y" : "x", s = i ? "x" : "y", e = !i && o ? -1 : 1, a = h(), r = d();
|
|
177
185
|
function u(f) {
|
|
178
186
|
const {
|
|
@@ -227,7 +235,7 @@ function et(t = 0, n = 0) {
|
|
|
227
235
|
removeOffset: a
|
|
228
236
|
};
|
|
229
237
|
}
|
|
230
|
-
function
|
|
238
|
+
function Wt(t, n, o) {
|
|
231
239
|
const {
|
|
232
240
|
constrain: i
|
|
233
241
|
} = et(0, t), c = t + 1;
|
|
@@ -245,7 +253,7 @@ function Zt(t, n, o) {
|
|
|
245
253
|
return h().set(a() + p);
|
|
246
254
|
}
|
|
247
255
|
function h() {
|
|
248
|
-
return
|
|
256
|
+
return Wt(t, a(), o);
|
|
249
257
|
}
|
|
250
258
|
const d = {
|
|
251
259
|
get: a,
|
|
@@ -255,7 +263,7 @@ function Zt(t, n, o) {
|
|
|
255
263
|
};
|
|
256
264
|
return d;
|
|
257
265
|
}
|
|
258
|
-
function
|
|
266
|
+
function Tn(t, n, o, i, c, s, e, a, r, u, h, d, p, y, f, m, g, l, S) {
|
|
259
267
|
const {
|
|
260
268
|
cross: x,
|
|
261
269
|
direction: L
|
|
@@ -268,7 +276,7 @@ function Ln(t, n, o, i, c, s, e, a, r, u, h, d, p, y, f, m, g, l, S) {
|
|
|
268
276
|
mouse: 500,
|
|
269
277
|
touch: 600
|
|
270
278
|
}, F = f ? 43 : 25;
|
|
271
|
-
let j = !1, R = 0,
|
|
279
|
+
let j = !1, R = 0, H = 0, W = !1, Y = !1, _ = !1, K = !1;
|
|
272
280
|
function it(b) {
|
|
273
281
|
if (!S) return;
|
|
274
282
|
function w(k) {
|
|
@@ -277,21 +285,21 @@ function Ln(t, n, o, i, c, s, e, a, r, u, h, d, p, y, f, m, g, l, S) {
|
|
|
277
285
|
const M = n;
|
|
278
286
|
E.add(M, "dragstart", (k) => k.preventDefault(), I).add(M, "touchmove", () => {
|
|
279
287
|
}, I).add(M, "touchend", () => {
|
|
280
|
-
}).add(M, "touchstart", w).add(M, "mousedown", w).add(M, "touchcancel", N).add(M, "contextmenu", N).add(M, "click",
|
|
288
|
+
}).add(M, "touchstart", w).add(M, "mousedown", w).add(M, "touchcancel", N).add(M, "contextmenu", N).add(M, "click", Q, !0);
|
|
281
289
|
}
|
|
282
|
-
function
|
|
290
|
+
function G() {
|
|
283
291
|
E.clear(), v.clear();
|
|
284
292
|
}
|
|
285
293
|
function ot() {
|
|
286
|
-
const b =
|
|
294
|
+
const b = K ? o : n;
|
|
287
295
|
v.add(b, "touchmove", z, I).add(b, "touchend", N).add(b, "mousemove", z, I).add(b, "mouseup", N);
|
|
288
296
|
}
|
|
289
297
|
function rt(b) {
|
|
290
298
|
const w = b.nodeName || "";
|
|
291
299
|
return A.includes(w);
|
|
292
300
|
}
|
|
293
|
-
function
|
|
294
|
-
return (f ? T : O)[
|
|
301
|
+
function U() {
|
|
302
|
+
return (f ? T : O)[K ? "mouse" : "touch"];
|
|
295
303
|
}
|
|
296
304
|
function ct(b, w) {
|
|
297
305
|
const M = d.add(Ot(b) * -1), k = h.byDistance(b, !f).distance;
|
|
@@ -299,33 +307,33 @@ function Ln(t, n, o, i, c, s, e, a, r, u, h, d, p, y, f, m, g, l, S) {
|
|
|
299
307
|
}
|
|
300
308
|
function ut(b) {
|
|
301
309
|
const w = At(b, i);
|
|
302
|
-
|
|
310
|
+
K = w, _ = f && w && !b.buttons && j, j = ft(c.get(), e.get()) >= 2, !(w && b.button !== 0) && (rt(b.target) || (W = !0, s.pointerDown(b), u.useFriction(0).useDuration(0), c.set(e), ot(), R = s.readPoint(b), H = s.readPoint(b, x), p.emit("pointerDown")));
|
|
303
311
|
}
|
|
304
312
|
function z(b) {
|
|
305
313
|
if (!At(b, i) && b.touches.length >= 2) return N(b);
|
|
306
|
-
const M = s.readPoint(b), k = s.readPoint(b, x), q = ft(M, R), J = ft(k,
|
|
307
|
-
if (!Y && !
|
|
314
|
+
const M = s.readPoint(b), k = s.readPoint(b, x), q = ft(M, R), J = ft(k, H);
|
|
315
|
+
if (!Y && !K && (!b.cancelable || (Y = q > J, !Y)))
|
|
308
316
|
return N(b);
|
|
309
317
|
const tt = s.pointerMove(b);
|
|
310
|
-
q > m && (
|
|
318
|
+
q > m && (_ = !0), u.useFriction(0.3).useDuration(0.75), a.start(), c.add(L(tt)), b.preventDefault();
|
|
311
319
|
}
|
|
312
320
|
function N(b) {
|
|
313
|
-
const M = h.byDistance(0, !1).index !== d.get(), k = s.pointerUp(b) *
|
|
314
|
-
Y = !1, W = !1, v.clear(), u.useDuration(tt).useFriction(Z), r.distance(q, !f),
|
|
321
|
+
const M = h.byDistance(0, !1).index !== d.get(), k = s.pointerUp(b) * U(), q = ct(L(k), M), J = En(k, q), tt = F - 10 * J, Z = l + J / 50;
|
|
322
|
+
Y = !1, W = !1, v.clear(), u.useDuration(tt).useFriction(Z), r.distance(q, !f), K = !1, p.emit("pointerUp");
|
|
315
323
|
}
|
|
316
|
-
function
|
|
317
|
-
|
|
324
|
+
function Q(b) {
|
|
325
|
+
_ && (b.stopPropagation(), b.preventDefault(), _ = !1);
|
|
318
326
|
}
|
|
319
327
|
function B() {
|
|
320
328
|
return W;
|
|
321
329
|
}
|
|
322
330
|
return {
|
|
323
331
|
init: it,
|
|
324
|
-
destroy:
|
|
332
|
+
destroy: G,
|
|
325
333
|
pointerDown: B
|
|
326
334
|
};
|
|
327
335
|
}
|
|
328
|
-
function
|
|
336
|
+
function wn(t, n) {
|
|
329
337
|
let i, c;
|
|
330
338
|
function s(d) {
|
|
331
339
|
return d.timeStamp;
|
|
@@ -353,7 +361,7 @@ function In(t, n) {
|
|
|
353
361
|
readPoint: e
|
|
354
362
|
};
|
|
355
363
|
}
|
|
356
|
-
function
|
|
364
|
+
function An() {
|
|
357
365
|
function t(o) {
|
|
358
366
|
const {
|
|
359
367
|
offsetTop: i,
|
|
@@ -374,7 +382,7 @@ function Cn() {
|
|
|
374
382
|
measure: t
|
|
375
383
|
};
|
|
376
384
|
}
|
|
377
|
-
function
|
|
385
|
+
function Dn(t) {
|
|
378
386
|
function n(i) {
|
|
379
387
|
return t * (i / 100);
|
|
380
388
|
}
|
|
@@ -382,7 +390,7 @@ function Tn(t) {
|
|
|
382
390
|
measure: n
|
|
383
391
|
};
|
|
384
392
|
}
|
|
385
|
-
function
|
|
393
|
+
function Pn(t, n, o, i, c, s, e) {
|
|
386
394
|
const a = [t].concat(i);
|
|
387
395
|
let r, u, h = [], d = !1;
|
|
388
396
|
function p(g) {
|
|
@@ -415,7 +423,7 @@ function wn(t, n, o, i, c, s, e) {
|
|
|
415
423
|
destroy: f
|
|
416
424
|
};
|
|
417
425
|
}
|
|
418
|
-
function
|
|
426
|
+
function On(t, n, o, i, c, s) {
|
|
419
427
|
let e = 0, a = 0, r = c, u = s, h = t.get(), d = 0;
|
|
420
428
|
function p() {
|
|
421
429
|
const I = i.get() - t.get(), E = !r;
|
|
@@ -460,7 +468,7 @@ function An(t, n, o, i, c, s) {
|
|
|
460
468
|
};
|
|
461
469
|
return A;
|
|
462
470
|
}
|
|
463
|
-
function
|
|
471
|
+
function Mn(t, n, o, i, c) {
|
|
464
472
|
const s = c.measure(10), e = c.measure(50), a = et(0.1, 0.99);
|
|
465
473
|
let r = !1;
|
|
466
474
|
function u() {
|
|
@@ -480,7 +488,7 @@ function Dn(t, n, o, i, c) {
|
|
|
480
488
|
toggleActive: d
|
|
481
489
|
};
|
|
482
490
|
}
|
|
483
|
-
function
|
|
491
|
+
function Nn(t, n, o, i, c) {
|
|
484
492
|
const s = et(-n + t, 0), e = d(), a = h(), r = p();
|
|
485
493
|
function u(f, m) {
|
|
486
494
|
return ft(f, m) <= 1;
|
|
@@ -512,13 +520,13 @@ function Pn(t, n, o, i, c) {
|
|
|
512
520
|
scrollContainLimit: a
|
|
513
521
|
};
|
|
514
522
|
}
|
|
515
|
-
function
|
|
523
|
+
function kn(t, n, o) {
|
|
516
524
|
const i = n[0], c = o ? i - t : V(n);
|
|
517
525
|
return {
|
|
518
526
|
limit: et(c, i)
|
|
519
527
|
};
|
|
520
528
|
}
|
|
521
|
-
function
|
|
529
|
+
function Fn(t, n, o, i) {
|
|
522
530
|
const s = n.min + 0.1, e = n.max + 0.1, {
|
|
523
531
|
reachedMin: a,
|
|
524
532
|
reachedMax: r
|
|
@@ -535,7 +543,7 @@ function Mn(t, n, o, i) {
|
|
|
535
543
|
loop: h
|
|
536
544
|
};
|
|
537
545
|
}
|
|
538
|
-
function
|
|
546
|
+
function zn(t) {
|
|
539
547
|
const {
|
|
540
548
|
max: n,
|
|
541
549
|
length: o
|
|
@@ -548,7 +556,7 @@ function Nn(t) {
|
|
|
548
556
|
get: i
|
|
549
557
|
};
|
|
550
558
|
}
|
|
551
|
-
function
|
|
559
|
+
function Bn(t, n, o, i, c) {
|
|
552
560
|
const {
|
|
553
561
|
startEdge: s,
|
|
554
562
|
endEdge: e
|
|
@@ -569,7 +577,7 @@ function kn(t, n, o, i, c) {
|
|
|
569
577
|
snapsAligned: h
|
|
570
578
|
};
|
|
571
579
|
}
|
|
572
|
-
function
|
|
580
|
+
function Vn(t, n, o, i, c, s) {
|
|
573
581
|
const {
|
|
574
582
|
groupSlides: e
|
|
575
583
|
} = c, {
|
|
@@ -582,11 +590,11 @@ function Fn(t, n, o, i, c, s) {
|
|
|
582
590
|
const l = !m, S = Mt(g, m);
|
|
583
591
|
if (l) {
|
|
584
592
|
const x = V(g[0]) + 1;
|
|
585
|
-
return
|
|
593
|
+
return Qt(x);
|
|
586
594
|
}
|
|
587
595
|
if (S) {
|
|
588
596
|
const x = ht(s) - V(g)[0] + 1;
|
|
589
|
-
return
|
|
597
|
+
return Qt(x, V(g)[0]);
|
|
590
598
|
}
|
|
591
599
|
return f;
|
|
592
600
|
});
|
|
@@ -595,7 +603,7 @@ function Fn(t, n, o, i, c, s) {
|
|
|
595
603
|
slideRegistry: u
|
|
596
604
|
};
|
|
597
605
|
}
|
|
598
|
-
function
|
|
606
|
+
function jn(t, n, o, i, c) {
|
|
599
607
|
const {
|
|
600
608
|
reachedAny: s,
|
|
601
609
|
removeOffset: e,
|
|
@@ -651,7 +659,7 @@ function zn(t, n, o, i, c) {
|
|
|
651
659
|
shortcut: h
|
|
652
660
|
};
|
|
653
661
|
}
|
|
654
|
-
function
|
|
662
|
+
function Rn(t, n, o, i, c, s, e) {
|
|
655
663
|
function a(d) {
|
|
656
664
|
const p = d.distance, y = d.index !== n.get();
|
|
657
665
|
s.add(p), p && (i.duration() ? t.start() : (t.update(), t.render(1), t.update())), y && (o.set(n.get()), n.set(d.index), e.emit("select"));
|
|
@@ -669,7 +677,7 @@ function Bn(t, n, o, i, c, s, e) {
|
|
|
669
677
|
index: u
|
|
670
678
|
};
|
|
671
679
|
}
|
|
672
|
-
function
|
|
680
|
+
function Hn(t, n, o, i, c, s, e, a) {
|
|
673
681
|
const r = {
|
|
674
682
|
passive: !0,
|
|
675
683
|
capture: !0
|
|
@@ -720,7 +728,7 @@ function lt(t) {
|
|
|
720
728
|
subtract: s
|
|
721
729
|
};
|
|
722
730
|
}
|
|
723
|
-
function
|
|
731
|
+
function tn(t, n) {
|
|
724
732
|
const o = t.scroll === "x" ? e : a, i = n.style;
|
|
725
733
|
let c = null, s = !1;
|
|
726
734
|
function e(p) {
|
|
@@ -731,7 +739,7 @@ function Wt(t, n) {
|
|
|
731
739
|
}
|
|
732
740
|
function r(p) {
|
|
733
741
|
if (s) return;
|
|
734
|
-
const y =
|
|
742
|
+
const y = vn(t.direction(p));
|
|
735
743
|
y !== c && (i.transform = o(y), c = y);
|
|
736
744
|
}
|
|
737
745
|
function u(p) {
|
|
@@ -746,7 +754,7 @@ function Wt(t, n) {
|
|
|
746
754
|
toggleActive: u
|
|
747
755
|
};
|
|
748
756
|
}
|
|
749
|
-
function
|
|
757
|
+
function Gn(t, n, o, i, c, s, e, a, r) {
|
|
750
758
|
const h = dt(c), d = dt(c).reverse(), p = l().concat(S());
|
|
751
759
|
function y(E, v) {
|
|
752
760
|
return E.reduce((C, O) => C - c[O], v);
|
|
@@ -763,13 +771,13 @@ function jn(t, n, o, i, c, s, e, a, r) {
|
|
|
763
771
|
function g(E, v, C) {
|
|
764
772
|
const O = m(v);
|
|
765
773
|
return E.map((T) => {
|
|
766
|
-
const F = C ? 0 : -o, j = C ? o : 0, R = C ? "end" : "start",
|
|
774
|
+
const F = C ? 0 : -o, j = C ? o : 0, R = C ? "end" : "start", H = O[T][R];
|
|
767
775
|
return {
|
|
768
776
|
index: T,
|
|
769
|
-
loopPoint:
|
|
777
|
+
loopPoint: H,
|
|
770
778
|
slideLocation: lt(-1),
|
|
771
|
-
translate:
|
|
772
|
-
target: () => a.get() >
|
|
779
|
+
translate: tn(t, r[T]),
|
|
780
|
+
target: () => a.get() > H ? F : j
|
|
773
781
|
};
|
|
774
782
|
});
|
|
775
783
|
}
|
|
@@ -809,7 +817,7 @@ function jn(t, n, o, i, c, s, e, a, r) {
|
|
|
809
817
|
loopPoints: p
|
|
810
818
|
};
|
|
811
819
|
}
|
|
812
|
-
function
|
|
820
|
+
function qn(t, n, o) {
|
|
813
821
|
let i, c = !1;
|
|
814
822
|
function s(r) {
|
|
815
823
|
if (!o) return;
|
|
@@ -834,7 +842,7 @@ function Rn(t, n, o) {
|
|
|
834
842
|
destroy: e
|
|
835
843
|
};
|
|
836
844
|
}
|
|
837
|
-
function
|
|
845
|
+
function $n(t, n, o, i) {
|
|
838
846
|
const c = {};
|
|
839
847
|
let s = null, e = null, a, r = !1;
|
|
840
848
|
function u() {
|
|
@@ -871,7 +879,7 @@ function Gn(t, n, o, i) {
|
|
|
871
879
|
get: p
|
|
872
880
|
};
|
|
873
881
|
}
|
|
874
|
-
function
|
|
882
|
+
function _n(t, n, o, i, c, s) {
|
|
875
883
|
const {
|
|
876
884
|
measureSize: e,
|
|
877
885
|
startEdge: a,
|
|
@@ -900,7 +908,7 @@ function Hn(t, n, o, i, c, s) {
|
|
|
900
908
|
endGap: d
|
|
901
909
|
};
|
|
902
910
|
}
|
|
903
|
-
function
|
|
911
|
+
function Kn(t, n, o, i, c, s, e, a, r) {
|
|
904
912
|
const {
|
|
905
913
|
startEdge: u,
|
|
906
914
|
endEdge: h,
|
|
@@ -925,7 +933,7 @@ function qn(t, n, o, i, c, s, e, a, r) {
|
|
|
925
933
|
groupSlides: m
|
|
926
934
|
};
|
|
927
935
|
}
|
|
928
|
-
function
|
|
936
|
+
function Un(t, n, o, i, c, s, e) {
|
|
929
937
|
const {
|
|
930
938
|
align: a,
|
|
931
939
|
axis: r,
|
|
@@ -943,20 +951,20 @@ function $n(t, n, o, i, c, s, e) {
|
|
|
943
951
|
watchSlides: L,
|
|
944
952
|
watchDrag: A,
|
|
945
953
|
watchFocus: I
|
|
946
|
-
} = s, E = 2, v =
|
|
954
|
+
} = s, E = 2, v = An(), C = v.measure(n), O = o.map(v.measure), T = Cn(r, u), F = T.measureSize(C), j = Dn(F), R = Ln(a, F), H = !d && !!S, W = d || !!S, {
|
|
947
955
|
slideSizes: Y,
|
|
948
|
-
slideSizesWithGaps:
|
|
949
|
-
startGap:
|
|
956
|
+
slideSizesWithGaps: _,
|
|
957
|
+
startGap: K,
|
|
950
958
|
endGap: it
|
|
951
|
-
} =
|
|
959
|
+
} = _n(T, C, O, o, W, c), G = Kn(T, F, g, d, C, O, K, it, E), {
|
|
952
960
|
snaps: ot,
|
|
953
961
|
snapsAligned: rt
|
|
954
|
-
} =
|
|
962
|
+
} = Bn(T, R, C, O, G), U = -V(ot) + V(_), {
|
|
955
963
|
snapsContained: ct,
|
|
956
964
|
scrollContainLimit: ut
|
|
957
|
-
} =
|
|
965
|
+
} = Nn(F, U, rt, S, E), z = H ? ct : rt, {
|
|
958
966
|
limit: N
|
|
959
|
-
} =
|
|
967
|
+
} = kn(U, z, d), Q = Wt(ht(z), h, d), B = Q.clone(), D = dt(o), b = ({
|
|
960
968
|
dragHandler: st,
|
|
961
969
|
scrollBody: It,
|
|
962
970
|
scrollBounds: Ct,
|
|
@@ -970,24 +978,24 @@ function $n(t, n, o, i, c, s, e) {
|
|
|
970
978
|
translate: It,
|
|
971
979
|
location: Ct,
|
|
972
980
|
offsetLocation: St,
|
|
973
|
-
previousLocation:
|
|
974
|
-
scrollLooper:
|
|
975
|
-
slideLooper:
|
|
976
|
-
dragHandler:
|
|
977
|
-
animation:
|
|
981
|
+
previousLocation: rn,
|
|
982
|
+
scrollLooper: sn,
|
|
983
|
+
slideLooper: cn,
|
|
984
|
+
dragHandler: un,
|
|
985
|
+
animation: an,
|
|
978
986
|
eventHandler: Bt,
|
|
979
|
-
scrollBounds:
|
|
987
|
+
scrollBounds: ln,
|
|
980
988
|
options: {
|
|
981
989
|
loop: Vt
|
|
982
990
|
}
|
|
983
991
|
}, jt) => {
|
|
984
|
-
const Rt = st.settled(),
|
|
985
|
-
|
|
986
|
-
const
|
|
987
|
-
St.set(
|
|
988
|
-
}, M =
|
|
992
|
+
const Rt = st.settled(), fn = !ln.shouldConstrain(), Ht = Vt ? Rt : Rt && fn, Gt = Ht && !un.pointerDown();
|
|
993
|
+
Gt && an.stop();
|
|
994
|
+
const dn = Ct.get() * jt + rn.get() * (1 - jt);
|
|
995
|
+
St.set(dn), Vt && (sn.loop(st.direction()), cn.loop()), It.to(St.get()), Gt && Bt.emit("settle"), Ht || Bt.emit("scroll");
|
|
996
|
+
}, M = In(i, c, () => b(Lt), (st) => w(Lt, st)), k = 0.68, q = z[Q.get()], J = lt(q), tt = lt(q), Z = lt(q), nt = lt(q), at = On(J, Z, tt, nt, p, k), Et = jn(d, z, U, N, nt), vt = Rn(M, Q, B, at, Et, nt, e), kt = zn(N), Ft = mt(), en = $n(n, o, e, m), {
|
|
989
997
|
slideRegistry: zt
|
|
990
|
-
} =
|
|
998
|
+
} = Vn(H, S, z, ut, G, D), on = Hn(t, o, zt, vt, at, Ft, e, I), Lt = {
|
|
991
999
|
ownerDocument: i,
|
|
992
1000
|
ownerWindow: c,
|
|
993
1001
|
eventHandler: e,
|
|
@@ -995,38 +1003,38 @@ function $n(t, n, o, i, c, s, e) {
|
|
|
995
1003
|
slideRects: O,
|
|
996
1004
|
animation: M,
|
|
997
1005
|
axis: T,
|
|
998
|
-
dragHandler:
|
|
1006
|
+
dragHandler: Tn(T, t, i, c, nt, wn(T, c), J, M, vt, at, Et, Q, e, j, y, f, l, k, A),
|
|
999
1007
|
eventStore: Ft,
|
|
1000
1008
|
percentOfView: j,
|
|
1001
|
-
index:
|
|
1009
|
+
index: Q,
|
|
1002
1010
|
indexPrevious: B,
|
|
1003
1011
|
limit: N,
|
|
1004
1012
|
location: J,
|
|
1005
1013
|
offsetLocation: Z,
|
|
1006
1014
|
previousLocation: tt,
|
|
1007
1015
|
options: s,
|
|
1008
|
-
resizeHandler:
|
|
1016
|
+
resizeHandler: Pn(n, e, c, o, T, x, v),
|
|
1009
1017
|
scrollBody: at,
|
|
1010
|
-
scrollBounds:
|
|
1011
|
-
scrollLooper:
|
|
1018
|
+
scrollBounds: Mn(N, Z, nt, at, j),
|
|
1019
|
+
scrollLooper: Fn(U, N, Z, [J, Z, tt, nt]),
|
|
1012
1020
|
scrollProgress: kt,
|
|
1013
1021
|
scrollSnapList: z.map(kt.get),
|
|
1014
1022
|
scrollSnaps: z,
|
|
1015
1023
|
scrollTarget: Et,
|
|
1016
1024
|
scrollTo: vt,
|
|
1017
|
-
slideLooper:
|
|
1018
|
-
slideFocus:
|
|
1019
|
-
slidesHandler:
|
|
1020
|
-
slidesInView:
|
|
1025
|
+
slideLooper: Gn(T, F, U, Y, _, ot, z, Z, o),
|
|
1026
|
+
slideFocus: on,
|
|
1027
|
+
slidesHandler: qn(n, e, L),
|
|
1028
|
+
slidesInView: en,
|
|
1021
1029
|
slideIndexes: D,
|
|
1022
1030
|
slideRegistry: zt,
|
|
1023
|
-
slidesToScroll:
|
|
1031
|
+
slidesToScroll: G,
|
|
1024
1032
|
target: nt,
|
|
1025
|
-
translate:
|
|
1033
|
+
translate: tn(T, n)
|
|
1026
1034
|
};
|
|
1027
1035
|
return Lt;
|
|
1028
1036
|
}
|
|
1029
|
-
function
|
|
1037
|
+
function Qn() {
|
|
1030
1038
|
let t = {}, n;
|
|
1031
1039
|
function o(u) {
|
|
1032
1040
|
n = u;
|
|
@@ -1055,7 +1063,7 @@ function Kn() {
|
|
|
1055
1063
|
};
|
|
1056
1064
|
return r;
|
|
1057
1065
|
}
|
|
1058
|
-
const
|
|
1066
|
+
const Jn = {
|
|
1059
1067
|
align: "center",
|
|
1060
1068
|
axis: "x",
|
|
1061
1069
|
container: null,
|
|
@@ -1077,9 +1085,9 @@ const Un = {
|
|
|
1077
1085
|
watchSlides: !0,
|
|
1078
1086
|
watchFocus: !0
|
|
1079
1087
|
};
|
|
1080
|
-
function
|
|
1088
|
+
function Xn(t) {
|
|
1081
1089
|
function n(s, e) {
|
|
1082
|
-
return
|
|
1090
|
+
return Zt(s, e || {});
|
|
1083
1091
|
}
|
|
1084
1092
|
function o(s) {
|
|
1085
1093
|
const e = s.breakpoints || {}, a = pt(e).filter((r) => t.matchMedia(r).matches).map((r) => e[r]).reduce((r, u) => n(r, u), {});
|
|
@@ -1094,7 +1102,7 @@ function Qn(t) {
|
|
|
1094
1102
|
optionsMediaQueries: i
|
|
1095
1103
|
};
|
|
1096
1104
|
}
|
|
1097
|
-
function
|
|
1105
|
+
function Yn(t) {
|
|
1098
1106
|
let n = [];
|
|
1099
1107
|
function o(s, e) {
|
|
1100
1108
|
return n = e.filter(({
|
|
@@ -1112,7 +1120,7 @@ function _n(t) {
|
|
|
1112
1120
|
};
|
|
1113
1121
|
}
|
|
1114
1122
|
function yt(t, n, o) {
|
|
1115
|
-
const i = t.ownerDocument, c = i.defaultView, s =
|
|
1123
|
+
const i = t.ownerDocument, c = i.defaultView, s = Xn(c), e = Yn(s), a = mt(), r = Qn(), {
|
|
1116
1124
|
mergeOptions: u,
|
|
1117
1125
|
optionsAtMedia: h,
|
|
1118
1126
|
optionsMediaQueries: d
|
|
@@ -1121,7 +1129,7 @@ function yt(t, n, o) {
|
|
|
1121
1129
|
off: y,
|
|
1122
1130
|
emit: f
|
|
1123
1131
|
} = r, m = T;
|
|
1124
|
-
let g = !1, l, S = u(
|
|
1132
|
+
let g = !1, l, S = u(Jn, yt.globalOptions), x = u(S), L = [], A, I, E;
|
|
1125
1133
|
function v() {
|
|
1126
1134
|
const {
|
|
1127
1135
|
container: D,
|
|
@@ -1132,7 +1140,7 @@ function yt(t, n, o) {
|
|
|
1132
1140
|
E = [].slice.call(M || I.children);
|
|
1133
1141
|
}
|
|
1134
1142
|
function C(D) {
|
|
1135
|
-
const b =
|
|
1143
|
+
const b = Un(t, I, E, i, c, D, r);
|
|
1136
1144
|
if (D.loop && !b.slideLooper.canLoop()) {
|
|
1137
1145
|
const w = Object.assign({}, D, {
|
|
1138
1146
|
loop: !1
|
|
@@ -1147,7 +1155,7 @@ function yt(t, n, o) {
|
|
|
1147
1155
|
}) => w)]).forEach((w) => a.add(w, "change", T)), x.active && (l.translate.to(l.location.get()), l.animation.init(), l.slidesInView.init(), l.slideFocus.init(B), l.eventHandler.init(B), l.resizeHandler.init(B), l.slidesHandler.init(B), l.options.loop && l.slideLooper.loop(), I.offsetParent && E.length && l.dragHandler.init(B), A = e.init(B, L)));
|
|
1148
1156
|
}
|
|
1149
1157
|
function T(D, b) {
|
|
1150
|
-
const w =
|
|
1158
|
+
const w = G();
|
|
1151
1159
|
F(), O(u({
|
|
1152
1160
|
startIndex: w
|
|
1153
1161
|
}, D), b), r.emit("reInit");
|
|
@@ -1161,7 +1169,7 @@ function yt(t, n, o) {
|
|
|
1161
1169
|
function R(D, b, w) {
|
|
1162
1170
|
!x.active || g || (l.scrollBody.useBaseFriction().useDuration(b === !0 ? 0 : x.duration), l.scrollTo.index(D, w || 0));
|
|
1163
1171
|
}
|
|
1164
|
-
function
|
|
1172
|
+
function H(D) {
|
|
1165
1173
|
const b = l.index.add(1).get();
|
|
1166
1174
|
R(b, D, -1);
|
|
1167
1175
|
}
|
|
@@ -1170,18 +1178,18 @@ function yt(t, n, o) {
|
|
|
1170
1178
|
R(b, D, 1);
|
|
1171
1179
|
}
|
|
1172
1180
|
function Y() {
|
|
1173
|
-
return l.index.add(1).get() !==
|
|
1181
|
+
return l.index.add(1).get() !== G();
|
|
1174
1182
|
}
|
|
1175
|
-
function
|
|
1176
|
-
return l.index.add(-1).get() !==
|
|
1183
|
+
function _() {
|
|
1184
|
+
return l.index.add(-1).get() !== G();
|
|
1177
1185
|
}
|
|
1178
|
-
function
|
|
1186
|
+
function K() {
|
|
1179
1187
|
return l.scrollSnapList;
|
|
1180
1188
|
}
|
|
1181
1189
|
function it() {
|
|
1182
1190
|
return l.scrollProgress.get(l.offsetLocation.get());
|
|
1183
1191
|
}
|
|
1184
|
-
function
|
|
1192
|
+
function G() {
|
|
1185
1193
|
return l.index.get();
|
|
1186
1194
|
}
|
|
1187
1195
|
function ot() {
|
|
@@ -1190,7 +1198,7 @@ function yt(t, n, o) {
|
|
|
1190
1198
|
function rt() {
|
|
1191
1199
|
return l.slidesInView.get();
|
|
1192
1200
|
}
|
|
1193
|
-
function
|
|
1201
|
+
function U() {
|
|
1194
1202
|
return l.slidesInView.get(!1);
|
|
1195
1203
|
}
|
|
1196
1204
|
function ct() {
|
|
@@ -1205,12 +1213,12 @@ function yt(t, n, o) {
|
|
|
1205
1213
|
function N() {
|
|
1206
1214
|
return I;
|
|
1207
1215
|
}
|
|
1208
|
-
function
|
|
1216
|
+
function Q() {
|
|
1209
1217
|
return E;
|
|
1210
1218
|
}
|
|
1211
1219
|
const B = {
|
|
1212
1220
|
canScrollNext: Y,
|
|
1213
|
-
canScrollPrev:
|
|
1221
|
+
canScrollPrev: _,
|
|
1214
1222
|
containerNode: N,
|
|
1215
1223
|
internalEngine: ut,
|
|
1216
1224
|
destroy: j,
|
|
@@ -1221,29 +1229,29 @@ function yt(t, n, o) {
|
|
|
1221
1229
|
previousScrollSnap: ot,
|
|
1222
1230
|
reInit: m,
|
|
1223
1231
|
rootNode: z,
|
|
1224
|
-
scrollNext:
|
|
1232
|
+
scrollNext: H,
|
|
1225
1233
|
scrollPrev: W,
|
|
1226
1234
|
scrollProgress: it,
|
|
1227
|
-
scrollSnapList:
|
|
1235
|
+
scrollSnapList: K,
|
|
1228
1236
|
scrollTo: R,
|
|
1229
|
-
selectedScrollSnap:
|
|
1230
|
-
slideNodes:
|
|
1237
|
+
selectedScrollSnap: G,
|
|
1238
|
+
slideNodes: Q,
|
|
1231
1239
|
slidesInView: rt,
|
|
1232
|
-
slidesNotInView:
|
|
1240
|
+
slidesNotInView: U
|
|
1233
1241
|
};
|
|
1234
1242
|
return O(n, o), setTimeout(() => r.emit("init"), 0), B;
|
|
1235
1243
|
}
|
|
1236
1244
|
yt.globalOptions = void 0;
|
|
1237
1245
|
function Nt(t = {}, n = []) {
|
|
1238
|
-
const o = qt(t), i = qt(n), [c, s] = $t(), [e, a] = $t(), r =
|
|
1246
|
+
const o = qt(t), i = qt(n), [c, s] = $t(), [e, a] = $t(), r = pn(() => {
|
|
1239
1247
|
c && c.reInit(o.current, i.current);
|
|
1240
1248
|
}, [c]);
|
|
1241
1249
|
return Tt(() => {
|
|
1242
1250
|
Dt(o.current, t) || (o.current = t, r());
|
|
1243
1251
|
}, [t, r]), Tt(() => {
|
|
1244
|
-
|
|
1252
|
+
xn(i.current, n) || (i.current = n, r());
|
|
1245
1253
|
}, [n, r]), Tt(() => {
|
|
1246
|
-
if (
|
|
1254
|
+
if (bn() && e) {
|
|
1247
1255
|
yt.globalOptions = Nt.globalOptions;
|
|
1248
1256
|
const u = yt(e, o.current, i.current);
|
|
1249
1257
|
return s(u), () => u.destroy();
|
|
@@ -1252,14 +1260,14 @@ function Nt(t = {}, n = []) {
|
|
|
1252
1260
|
}, [e, s]), [a, c];
|
|
1253
1261
|
}
|
|
1254
1262
|
Nt.globalOptions = void 0;
|
|
1255
|
-
const
|
|
1263
|
+
const nn = $.createContext(null);
|
|
1256
1264
|
function xt() {
|
|
1257
|
-
const t = $.useContext(
|
|
1265
|
+
const t = $.useContext(nn);
|
|
1258
1266
|
if (!t)
|
|
1259
1267
|
throw new Error("useCarousel must be used within a <Carousel />");
|
|
1260
1268
|
return t;
|
|
1261
1269
|
}
|
|
1262
|
-
function
|
|
1270
|
+
function oe({
|
|
1263
1271
|
orientation: t = "horizontal",
|
|
1264
1272
|
opts: n,
|
|
1265
1273
|
setApi: o,
|
|
@@ -1294,7 +1302,7 @@ function te({
|
|
|
1294
1302
|
r?.off("select", y);
|
|
1295
1303
|
};
|
|
1296
1304
|
}, [r, y]), /* @__PURE__ */ X(
|
|
1297
|
-
|
|
1305
|
+
nn.Provider,
|
|
1298
1306
|
{
|
|
1299
1307
|
value: {
|
|
1300
1308
|
carouselRef: a,
|
|
@@ -1321,7 +1329,7 @@ function te({
|
|
|
1321
1329
|
}
|
|
1322
1330
|
);
|
|
1323
1331
|
}
|
|
1324
|
-
function
|
|
1332
|
+
function re({ className: t, ...n }) {
|
|
1325
1333
|
const { carouselRef: o, orientation: i } = xt();
|
|
1326
1334
|
return /* @__PURE__ */ X(
|
|
1327
1335
|
"div",
|
|
@@ -1343,7 +1351,7 @@ function ne({ className: t, ...n }) {
|
|
|
1343
1351
|
}
|
|
1344
1352
|
);
|
|
1345
1353
|
}
|
|
1346
|
-
function
|
|
1354
|
+
function se({ className: t, ...n }) {
|
|
1347
1355
|
const { orientation: o } = xt();
|
|
1348
1356
|
return /* @__PURE__ */ X(
|
|
1349
1357
|
"div",
|
|
@@ -1360,7 +1368,7 @@ function ee({ className: t, ...n }) {
|
|
|
1360
1368
|
}
|
|
1361
1369
|
);
|
|
1362
1370
|
}
|
|
1363
|
-
function
|
|
1371
|
+
function ie({
|
|
1364
1372
|
className: t,
|
|
1365
1373
|
variant: n = "outline",
|
|
1366
1374
|
size: o = "icon",
|
|
@@ -1382,13 +1390,13 @@ function oe({
|
|
|
1382
1390
|
onClick: s,
|
|
1383
1391
|
...i,
|
|
1384
1392
|
children: [
|
|
1385
|
-
/* @__PURE__ */ X(
|
|
1393
|
+
/* @__PURE__ */ X(gn, {}),
|
|
1386
1394
|
/* @__PURE__ */ X("span", { className: "sr-only", children: "Previous slide" })
|
|
1387
1395
|
]
|
|
1388
1396
|
}
|
|
1389
1397
|
);
|
|
1390
1398
|
}
|
|
1391
|
-
function
|
|
1399
|
+
function ce({
|
|
1392
1400
|
className: t,
|
|
1393
1401
|
variant: n = "outline",
|
|
1394
1402
|
size: o = "icon",
|
|
@@ -1410,16 +1418,16 @@ function re({
|
|
|
1410
1418
|
onClick: s,
|
|
1411
1419
|
...i,
|
|
1412
1420
|
children: [
|
|
1413
|
-
/* @__PURE__ */ X(
|
|
1421
|
+
/* @__PURE__ */ X(Sn, {}),
|
|
1414
1422
|
/* @__PURE__ */ X("span", { className: "sr-only", children: "Next slide" })
|
|
1415
1423
|
]
|
|
1416
1424
|
}
|
|
1417
1425
|
);
|
|
1418
1426
|
}
|
|
1419
1427
|
export {
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1428
|
+
oe as Carousel,
|
|
1429
|
+
re as CarouselContent,
|
|
1430
|
+
se as CarouselItem,
|
|
1431
|
+
ce as CarouselNext,
|
|
1432
|
+
ie as CarouselPrevious
|
|
1425
1433
|
};
|