react-spring-carousel 3.0.0-beta090.4 → 3.0.0-beta090.40

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/index.es.js CHANGED
@@ -1,15 +1,1708 @@
1
- import { useSpringCarousel as n, useSpringCarouselContext as u } from "./index.es2.js";
2
- import { useTransitionCarousel as C, useTransitionCarouselContext as l } from "./index.es3.js";
3
- import "./useThumbsModule-4e4b7969.js";
4
- import "react";
5
- import "@react-spring/web";
6
- import "@use-gesture/react";
7
- import "resize-observer-polyfill";
8
- import "screenfull";
1
+ import lr, { useRef as O, useEffect as ve, createContext as fr, useCallback as De, Fragment as Er, useContext as dr, useState as Tr } from "react";
2
+ import { useSpring as vr, config as We, useIsomorphicLayoutEffect as Rr, useTransition as wr, a as _r } from "@react-spring/web";
3
+ import { useDrag as hr } from "@use-gesture/react";
4
+ import Cr from "resize-observer-polyfill";
5
+ import Ee from "screenfull";
6
+ var A = {}, Ir = {
7
+ get exports() {
8
+ return A;
9
+ },
10
+ set exports(i) {
11
+ A = i;
12
+ }
13
+ }, He = {};
14
+ /**
15
+ * @license React
16
+ * react-jsx-runtime.production.min.js
17
+ *
18
+ * Copyright (c) Facebook, Inc. and its affiliates.
19
+ *
20
+ * This source code is licensed under the MIT license found in the
21
+ * LICENSE file in the root directory of this source tree.
22
+ */
23
+ var cr;
24
+ function Pr() {
25
+ if (cr)
26
+ return He;
27
+ cr = 1;
28
+ var i = lr, m = Symbol.for("react.element"), g = Symbol.for("react.fragment"), $ = Object.prototype.hasOwnProperty, Y = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, v = { key: !0, ref: !0, __self: !0, __source: !0 };
29
+ function T(l, f, d) {
30
+ var W, L = {}, C = null, u = null;
31
+ d !== void 0 && (C = "" + d), f.key !== void 0 && (C = "" + f.key), f.ref !== void 0 && (u = f.ref);
32
+ for (W in f)
33
+ $.call(f, W) && !v.hasOwnProperty(W) && (L[W] = f[W]);
34
+ if (l && l.defaultProps)
35
+ for (W in f = l.defaultProps, f)
36
+ L[W] === void 0 && (L[W] = f[W]);
37
+ return { $$typeof: m, type: l, key: C, ref: u, props: L, _owner: Y.current };
38
+ }
39
+ return He.Fragment = g, He.jsx = T, He.jsxs = T, He;
40
+ }
41
+ var Je = {};
42
+ /**
43
+ * @license React
44
+ * react-jsx-runtime.development.js
45
+ *
46
+ * Copyright (c) Facebook, Inc. and its affiliates.
47
+ *
48
+ * This source code is licensed under the MIT license found in the
49
+ * LICENSE file in the root directory of this source tree.
50
+ */
51
+ var sr;
52
+ function kr() {
53
+ return sr || (sr = 1, process.env.NODE_ENV !== "production" && function() {
54
+ var i = lr, m = Symbol.for("react.element"), g = Symbol.for("react.portal"), $ = Symbol.for("react.fragment"), Y = Symbol.for("react.strict_mode"), v = Symbol.for("react.profiler"), T = Symbol.for("react.provider"), l = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), L = Symbol.for("react.memo"), C = Symbol.for("react.lazy"), u = Symbol.for("react.offscreen"), U = Symbol.iterator, x = "@@iterator";
55
+ function ie(e) {
56
+ if (e === null || typeof e != "object")
57
+ return null;
58
+ var t = U && e[U] || e[x];
59
+ return typeof t == "function" ? t : null;
60
+ }
61
+ var F = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
62
+ function j(e) {
63
+ {
64
+ for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), s = 1; s < t; s++)
65
+ n[s - 1] = arguments[s];
66
+ G("error", e, n);
67
+ }
68
+ }
69
+ function G(e, t, n) {
70
+ {
71
+ var s = F.ReactDebugCurrentFrame, E = s.getStackAddendum();
72
+ E !== "" && (t += "%s", n = n.concat([E]));
73
+ var _ = n.map(function(p) {
74
+ return String(p);
75
+ });
76
+ _.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, _);
77
+ }
78
+ }
79
+ var Ne = !1, ee = !1, q = !1, re = !1, ae = !1, z;
80
+ z = Symbol.for("react.module.reference");
81
+ function Te(e) {
82
+ return !!(typeof e == "string" || typeof e == "function" || e === $ || e === v || ae || e === Y || e === d || e === W || re || e === u || Ne || ee || q || typeof e == "object" && e !== null && (e.$$typeof === C || e.$$typeof === L || e.$$typeof === T || e.$$typeof === l || e.$$typeof === f || // This needs to include all possible module reference object
83
+ // types supported by any Flight configuration anywhere since
84
+ // we don't know which Flight build this will end up being used
85
+ // with.
86
+ e.$$typeof === z || e.getModuleId !== void 0));
87
+ }
88
+ function he(e, t, n) {
89
+ var s = e.displayName;
90
+ if (s)
91
+ return s;
92
+ var E = t.displayName || t.name || "";
93
+ return E !== "" ? n + "(" + E + ")" : n;
94
+ }
95
+ function N(e) {
96
+ return e.displayName || "Context";
97
+ }
98
+ function y(e) {
99
+ if (e == null)
100
+ return null;
101
+ if (typeof e.tag == "number" && j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
102
+ return e.displayName || e.name || null;
103
+ if (typeof e == "string")
104
+ return e;
105
+ switch (e) {
106
+ case $:
107
+ return "Fragment";
108
+ case g:
109
+ return "Portal";
110
+ case v:
111
+ return "Profiler";
112
+ case Y:
113
+ return "StrictMode";
114
+ case d:
115
+ return "Suspense";
116
+ case W:
117
+ return "SuspenseList";
118
+ }
119
+ if (typeof e == "object")
120
+ switch (e.$$typeof) {
121
+ case l:
122
+ var t = e;
123
+ return N(t) + ".Consumer";
124
+ case T:
125
+ var n = e;
126
+ return N(n._context) + ".Provider";
127
+ case f:
128
+ return he(e, e.render, "ForwardRef");
129
+ case L:
130
+ var s = e.displayName || null;
131
+ return s !== null ? s : y(e.type) || "Memo";
132
+ case C: {
133
+ var E = e, _ = E._payload, p = E._init;
134
+ try {
135
+ return y(p(_));
136
+ } catch {
137
+ return null;
138
+ }
139
+ }
140
+ }
141
+ return null;
142
+ }
143
+ var b = Object.assign, R = 0, D, me, pe, c, w, k, te;
144
+ function H() {
145
+ }
146
+ H.__reactDisabledLog = !0;
147
+ function ze() {
148
+ {
149
+ if (R === 0) {
150
+ D = console.log, me = console.info, pe = console.warn, c = console.error, w = console.group, k = console.groupCollapsed, te = console.groupEnd;
151
+ var e = {
152
+ configurable: !0,
153
+ enumerable: !0,
154
+ value: H,
155
+ writable: !0
156
+ };
157
+ Object.defineProperties(console, {
158
+ info: e,
159
+ log: e,
160
+ warn: e,
161
+ error: e,
162
+ group: e,
163
+ groupCollapsed: e,
164
+ groupEnd: e
165
+ });
166
+ }
167
+ R++;
168
+ }
169
+ }
170
+ function Ie() {
171
+ {
172
+ if (R--, R === 0) {
173
+ var e = {
174
+ configurable: !0,
175
+ enumerable: !0,
176
+ writable: !0
177
+ };
178
+ Object.defineProperties(console, {
179
+ log: b({}, e, {
180
+ value: D
181
+ }),
182
+ info: b({}, e, {
183
+ value: me
184
+ }),
185
+ warn: b({}, e, {
186
+ value: pe
187
+ }),
188
+ error: b({}, e, {
189
+ value: c
190
+ }),
191
+ group: b({}, e, {
192
+ value: w
193
+ }),
194
+ groupCollapsed: b({}, e, {
195
+ value: k
196
+ }),
197
+ groupEnd: b({}, e, {
198
+ value: te
199
+ })
200
+ });
201
+ }
202
+ R < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
203
+ }
204
+ }
205
+ var Z = F.ReactCurrentDispatcher, B;
206
+ function oe(e, t, n) {
207
+ {
208
+ if (B === void 0)
209
+ try {
210
+ throw Error();
211
+ } catch (E) {
212
+ var s = E.stack.trim().match(/\n( *(at )?)/);
213
+ B = s && s[1] || "";
214
+ }
215
+ return `
216
+ ` + B + e;
217
+ }
218
+ }
219
+ var ge = !1, Pe;
220
+ {
221
+ var Ge = typeof WeakMap == "function" ? WeakMap : Map;
222
+ Pe = new Ge();
223
+ }
224
+ function Ve(e, t) {
225
+ if (!e || ge)
226
+ return "";
227
+ {
228
+ var n = Pe.get(e);
229
+ if (n !== void 0)
230
+ return n;
231
+ }
232
+ var s;
233
+ ge = !0;
234
+ var E = Error.prepareStackTrace;
235
+ Error.prepareStackTrace = void 0;
236
+ var _;
237
+ _ = Z.current, Z.current = null, ze();
238
+ try {
239
+ if (t) {
240
+ var p = function() {
241
+ throw Error();
242
+ };
243
+ if (Object.defineProperty(p.prototype, "props", {
244
+ set: function() {
245
+ throw Error();
246
+ }
247
+ }), typeof Reflect == "object" && Reflect.construct) {
248
+ try {
249
+ Reflect.construct(p, []);
250
+ } catch (de) {
251
+ s = de;
252
+ }
253
+ Reflect.construct(e, [], p);
254
+ } else {
255
+ try {
256
+ p.call();
257
+ } catch (de) {
258
+ s = de;
259
+ }
260
+ e.call(p.prototype);
261
+ }
262
+ } else {
263
+ try {
264
+ throw Error();
265
+ } catch (de) {
266
+ s = de;
267
+ }
268
+ e();
269
+ }
270
+ } catch (de) {
271
+ if (de && s && typeof de.stack == "string") {
272
+ for (var h = de.stack.split(`
273
+ `), J = s.stack.split(`
274
+ `), V = h.length - 1, S = J.length - 1; V >= 1 && S >= 0 && h[V] !== J[S]; )
275
+ S--;
276
+ for (; V >= 1 && S >= 0; V--, S--)
277
+ if (h[V] !== J[S]) {
278
+ if (V !== 1 || S !== 1)
279
+ do
280
+ if (V--, S--, S < 0 || h[V] !== J[S]) {
281
+ var K = `
282
+ ` + h[V].replace(" at new ", " at ");
283
+ return e.displayName && K.includes("<anonymous>") && (K = K.replace("<anonymous>", e.displayName)), typeof e == "function" && Pe.set(e, K), K;
284
+ }
285
+ while (V >= 1 && S >= 0);
286
+ break;
287
+ }
288
+ }
289
+ } finally {
290
+ ge = !1, Z.current = _, Ie(), Error.prepareStackTrace = E;
291
+ }
292
+ var $e = e ? e.displayName || e.name : "", ur = $e ? oe($e) : "";
293
+ return typeof e == "function" && Pe.set(e, ur), ur;
294
+ }
295
+ function Xe(e, t, n) {
296
+ return Ve(e, !1);
297
+ }
298
+ function Ke(e) {
299
+ var t = e.prototype;
300
+ return !!(t && t.isReactComponent);
301
+ }
302
+ function ke(e, t, n) {
303
+ if (e == null)
304
+ return "";
305
+ if (typeof e == "function")
306
+ return Ve(e, Ke(e));
307
+ if (typeof e == "string")
308
+ return oe(e);
309
+ switch (e) {
310
+ case d:
311
+ return oe("Suspense");
312
+ case W:
313
+ return oe("SuspenseList");
314
+ }
315
+ if (typeof e == "object")
316
+ switch (e.$$typeof) {
317
+ case f:
318
+ return Xe(e.render);
319
+ case L:
320
+ return ke(e.type, t, n);
321
+ case C: {
322
+ var s = e, E = s._payload, _ = s._init;
323
+ try {
324
+ return ke(_(E), t, n);
325
+ } catch {
326
+ }
327
+ }
328
+ }
329
+ return "";
330
+ }
331
+ var I = Object.prototype.hasOwnProperty, ue = {}, M = F.ReactDebugCurrentFrame;
332
+ function Fe(e) {
333
+ if (e) {
334
+ var t = e._owner, n = ke(e.type, e._source, t ? t.type : null);
335
+ M.setExtraStackFrame(n);
336
+ } else
337
+ M.setExtraStackFrame(null);
338
+ }
339
+ function Re(e, t, n, s, E) {
340
+ {
341
+ var _ = Function.call.bind(I);
342
+ for (var p in e)
343
+ if (_(e, p)) {
344
+ var h = void 0;
345
+ try {
346
+ if (typeof e[p] != "function") {
347
+ var J = Error((s || "React class") + ": " + n + " type `" + p + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[p] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
348
+ throw J.name = "Invariant Violation", J;
349
+ }
350
+ h = e[p](t, p, s, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
351
+ } catch (V) {
352
+ h = V;
353
+ }
354
+ h && !(h instanceof Error) && (Fe(E), j("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", s || "React class", n, p, typeof h), Fe(null)), h instanceof Error && !(h.message in ue) && (ue[h.message] = !0, Fe(E), j("Failed %s type: %s", n, h.message), Fe(null));
355
+ }
356
+ }
357
+ }
358
+ var we = Array.isArray;
359
+ function ye(e) {
360
+ return we(e);
361
+ }
362
+ function Q(e) {
363
+ {
364
+ var t = typeof Symbol == "function" && Symbol.toStringTag, n = t && e[Symbol.toStringTag] || e.constructor.name || "Object";
365
+ return n;
366
+ }
367
+ }
368
+ function _e(e) {
369
+ try {
370
+ return ce(e), !1;
371
+ } catch {
372
+ return !0;
373
+ }
374
+ }
375
+ function ce(e) {
376
+ return "" + e;
377
+ }
378
+ function se(e) {
379
+ if (_e(e))
380
+ return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Q(e)), ce(e);
381
+ }
382
+ var Ce = F.ReactCurrentOwner, Ze = {
383
+ key: !0,
384
+ ref: !0,
385
+ __self: !0,
386
+ __source: !0
387
+ }, er, Qe, Se;
388
+ Se = {};
389
+ function je(e) {
390
+ if (I.call(e, "ref")) {
391
+ var t = Object.getOwnPropertyDescriptor(e, "ref").get;
392
+ if (t && t.isReactWarning)
393
+ return !1;
394
+ }
395
+ return e.ref !== void 0;
396
+ }
397
+ function rr(e) {
398
+ if (I.call(e, "key")) {
399
+ var t = Object.getOwnPropertyDescriptor(e, "key").get;
400
+ if (t && t.isReactWarning)
401
+ return !1;
402
+ }
403
+ return e.key !== void 0;
404
+ }
405
+ function xe(e, t) {
406
+ if (typeof e.ref == "string" && Ce.current && t && Ce.current.stateNode !== t) {
407
+ var n = y(Ce.current.type);
408
+ Se[n] || (j('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', y(Ce.current.type), e.ref), Se[n] = !0);
409
+ }
410
+ }
411
+ function Ye(e, t) {
412
+ {
413
+ var n = function() {
414
+ er || (er = !0, j("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
415
+ };
416
+ n.isReactWarning = !0, Object.defineProperty(e, "key", {
417
+ get: n,
418
+ configurable: !0
419
+ });
420
+ }
421
+ }
422
+ function Ue(e, t) {
423
+ {
424
+ var n = function() {
425
+ Qe || (Qe = !0, j("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
426
+ };
427
+ n.isReactWarning = !0, Object.defineProperty(e, "ref", {
428
+ get: n,
429
+ configurable: !0
430
+ });
431
+ }
432
+ }
433
+ var Be = function(e, t, n, s, E, _, p) {
434
+ var h = {
435
+ // This tag allows us to uniquely identify this as a React Element
436
+ $$typeof: m,
437
+ // Built-in properties that belong on the element
438
+ type: e,
439
+ key: t,
440
+ ref: n,
441
+ props: p,
442
+ // Record the component responsible for creating this element.
443
+ _owner: _
444
+ };
445
+ return h._store = {}, Object.defineProperty(h._store, "validated", {
446
+ configurable: !1,
447
+ enumerable: !1,
448
+ writable: !0,
449
+ value: !1
450
+ }), Object.defineProperty(h, "_self", {
451
+ configurable: !1,
452
+ enumerable: !1,
453
+ writable: !1,
454
+ value: s
455
+ }), Object.defineProperty(h, "_source", {
456
+ configurable: !1,
457
+ enumerable: !1,
458
+ writable: !1,
459
+ value: E
460
+ }), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
461
+ };
462
+ function qe(e, t, n, s, E) {
463
+ {
464
+ var _, p = {}, h = null, J = null;
465
+ n !== void 0 && (se(n), h = "" + n), rr(t) && (se(t.key), h = "" + t.key), je(t) && (J = t.ref, xe(t, E));
466
+ for (_ in t)
467
+ I.call(t, _) && !Ze.hasOwnProperty(_) && (p[_] = t[_]);
468
+ if (e && e.defaultProps) {
469
+ var V = e.defaultProps;
470
+ for (_ in V)
471
+ p[_] === void 0 && (p[_] = V[_]);
472
+ }
473
+ if (h || J) {
474
+ var S = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
475
+ h && Ye(p, S), J && Ue(p, S);
476
+ }
477
+ return Be(e, h, J, E, s, Ce.current, p);
478
+ }
479
+ }
480
+ var Le = F.ReactCurrentOwner, Oe = F.ReactDebugCurrentFrame;
481
+ function be(e) {
482
+ if (e) {
483
+ var t = e._owner, n = ke(e.type, e._source, t ? t.type : null);
484
+ Oe.setExtraStackFrame(n);
485
+ } else
486
+ Oe.setExtraStackFrame(null);
487
+ }
488
+ var Ae;
489
+ Ae = !1;
490
+ function r(e) {
491
+ return typeof e == "object" && e !== null && e.$$typeof === m;
492
+ }
493
+ function o() {
494
+ {
495
+ if (Le.current) {
496
+ var e = y(Le.current.type);
497
+ if (e)
498
+ return `
499
+
500
+ Check the render method of \`` + e + "`.";
501
+ }
502
+ return "";
503
+ }
504
+ }
505
+ function a(e) {
506
+ {
507
+ if (e !== void 0) {
508
+ var t = e.fileName.replace(/^.*[\\\/]/, ""), n = e.lineNumber;
509
+ return `
510
+
511
+ Check your code at ` + t + ":" + n + ".";
512
+ }
513
+ return "";
514
+ }
515
+ }
516
+ var P = {};
517
+ function X(e) {
518
+ {
519
+ var t = o();
520
+ if (!t) {
521
+ var n = typeof e == "string" ? e : e.displayName || e.name;
522
+ n && (t = `
523
+
524
+ Check the top-level render call using <` + n + ">.");
525
+ }
526
+ return t;
527
+ }
528
+ }
529
+ function le(e, t) {
530
+ {
531
+ if (!e._store || e._store.validated || e.key != null)
532
+ return;
533
+ e._store.validated = !0;
534
+ var n = X(t);
535
+ if (P[n])
536
+ return;
537
+ P[n] = !0;
538
+ var s = "";
539
+ e && e._owner && e._owner !== Le.current && (s = " It was passed a child from " + y(e._owner.type) + "."), be(e), j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', n, s), be(null);
540
+ }
541
+ }
542
+ function fe(e, t) {
543
+ {
544
+ if (typeof e != "object")
545
+ return;
546
+ if (ye(e))
547
+ for (var n = 0; n < e.length; n++) {
548
+ var s = e[n];
549
+ r(s) && le(s, t);
550
+ }
551
+ else if (r(e))
552
+ e._store && (e._store.validated = !0);
553
+ else if (e) {
554
+ var E = ie(e);
555
+ if (typeof E == "function" && E !== e.entries)
556
+ for (var _ = E.call(e), p; !(p = _.next()).done; )
557
+ r(p.value) && le(p.value, t);
558
+ }
559
+ }
560
+ }
561
+ function tr(e) {
562
+ {
563
+ var t = e.type;
564
+ if (t == null || typeof t == "string")
565
+ return;
566
+ var n;
567
+ if (typeof t == "function")
568
+ n = t.propTypes;
569
+ else if (typeof t == "object" && (t.$$typeof === f || // Note: Memo only checks outer props here.
570
+ // Inner props are checked in the reconciler.
571
+ t.$$typeof === L))
572
+ n = t.propTypes;
573
+ else
574
+ return;
575
+ if (n) {
576
+ var s = y(t);
577
+ Re(n, e.props, "prop", s, e);
578
+ } else if (t.PropTypes !== void 0 && !Ae) {
579
+ Ae = !0;
580
+ var E = y(t);
581
+ j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", E || "Unknown");
582
+ }
583
+ typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
584
+ }
585
+ }
586
+ function ne(e) {
587
+ {
588
+ for (var t = Object.keys(e.props), n = 0; n < t.length; n++) {
589
+ var s = t[n];
590
+ if (s !== "children" && s !== "key") {
591
+ be(e), j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", s), be(null);
592
+ break;
593
+ }
594
+ }
595
+ e.ref !== null && (be(e), j("Invalid attribute `ref` supplied to `React.Fragment`."), be(null));
596
+ }
597
+ }
598
+ function nr(e, t, n, s, E, _) {
599
+ {
600
+ var p = Te(e);
601
+ if (!p) {
602
+ var h = "";
603
+ (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
604
+ var J = a(E);
605
+ J ? h += J : h += o();
606
+ var V;
607
+ e === null ? V = "null" : ye(e) ? V = "array" : e !== void 0 && e.$$typeof === m ? (V = "<" + (y(e.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : V = typeof e, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", V, h);
608
+ }
609
+ var S = qe(e, t, n, E, _);
610
+ if (S == null)
611
+ return S;
612
+ if (p) {
613
+ var K = t.children;
614
+ if (K !== void 0)
615
+ if (s)
616
+ if (ye(K)) {
617
+ for (var $e = 0; $e < K.length; $e++)
618
+ fe(K[$e], e);
619
+ Object.freeze && Object.freeze(K);
620
+ } else
621
+ j("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
622
+ else
623
+ fe(K, e);
624
+ }
625
+ return e === $ ? ne(S) : tr(S), S;
626
+ }
627
+ }
628
+ function gr(e, t, n) {
629
+ return nr(e, t, n, !0);
630
+ }
631
+ function yr(e, t, n) {
632
+ return nr(e, t, n, !1);
633
+ }
634
+ var xr = yr, br = gr;
635
+ Je.Fragment = $, Je.jsx = xr, Je.jsxs = br;
636
+ }()), Je;
637
+ }
638
+ (function(i) {
639
+ process.env.NODE_ENV === "production" ? i.exports = Pr() : i.exports = kr();
640
+ })(Ir);
641
+ const ir = "RSC::Event";
642
+ function mr() {
643
+ const i = O(null);
644
+ function m($) {
645
+ ve(() => {
646
+ i.current || (i.current = document.createElement("div"));
647
+ function Y(v) {
648
+ $(v.detail);
649
+ }
650
+ if (i.current)
651
+ return i.current.addEventListener(ir, Y, !1), () => {
652
+ var v;
653
+ (v = i.current) == null || v.removeEventListener(ir, Y, !1);
654
+ };
655
+ }, [$]);
656
+ }
657
+ function g($) {
658
+ if (i.current) {
659
+ const Y = new CustomEvent(ir, {
660
+ detail: $
661
+ });
662
+ i.current.dispatchEvent(Y);
663
+ }
664
+ }
665
+ return {
666
+ useListenToCustomEvent: m,
667
+ emitEvent: g
668
+ };
669
+ }
670
+ function Fr({
671
+ mainCarouselWrapperRef: i,
672
+ onFullScreenChange: m,
673
+ handleResize: g
674
+ }) {
675
+ const $ = O(!1);
676
+ ve(() => {
677
+ function f() {
678
+ document.fullscreenElement && (Y(!0), m(!0), g && g()), document.fullscreenElement || (Y(!1), m(!1), g && g());
679
+ }
680
+ if (Ee.isEnabled)
681
+ return Ee.on("change", f), () => {
682
+ Ee.isEnabled && Ee.off("change", f);
683
+ };
684
+ }, []);
685
+ function Y(f) {
686
+ $.current = f;
687
+ }
688
+ function v() {
689
+ return $.current;
690
+ }
691
+ function T(f) {
692
+ Ee.isEnabled && Ee.request(f || i.current);
693
+ }
694
+ function l() {
695
+ Ee.isEnabled && Ee.exit();
696
+ }
697
+ return {
698
+ enterFullscreen: T,
699
+ exitFullscreen: l,
700
+ getIsFullscreen: v
701
+ };
702
+ }
703
+ function jr(i) {
704
+ const m = i.getBoundingClientRect();
705
+ return m.top >= 0 && m.left >= 0 && m.bottom <= (window.innerHeight || document.documentElement.clientHeight) && m.right <= (window.innerWidth || document.documentElement.clientWidth);
706
+ }
707
+ function pr({
708
+ thumbsSlideAxis: i = "x",
709
+ withThumbs: m = !1,
710
+ prepareThumbsData: g,
711
+ items: $,
712
+ renderThumbFnProps: Y
713
+ }) {
714
+ const v = O(null), [T, l] = vr(() => ({
715
+ val: 0
716
+ }));
717
+ function f() {
718
+ var C;
719
+ return v.current ? Math.round(
720
+ Number((C = v.current) == null ? void 0 : C[i === "x" ? "scrollWidth" : "scrollHeight"]) - v.current.getBoundingClientRect()[i === "x" ? "width" : "height"]
721
+ ) : 0;
722
+ }
723
+ function d(C) {
724
+ var x;
725
+ function u() {
726
+ return v.current ? v.current.querySelector(
727
+ `#thumb-item-${$[C].id}`
728
+ ) : null;
729
+ }
730
+ const U = u();
731
+ if (U && v.current && !jr(U)) {
732
+ const ie = U.offsetLeft, F = ie > f() ? f() : ie;
733
+ l.start({
734
+ from: {
735
+ val: ((x = v.current) == null ? void 0 : x[i === "x" ? "scrollLeft" : "scrollTop"]) ?? 0
736
+ },
737
+ to: {
738
+ val: F
739
+ },
740
+ onChange: ({ value: j }) => {
741
+ v.current && (v.current[i === "x" ? "scrollLeft" : "scrollTop"] = Math.abs(
742
+ j.val
743
+ ));
744
+ }
745
+ });
746
+ }
747
+ }
748
+ function W() {
749
+ function C(u) {
750
+ return u.map((U) => ({
751
+ id: U.id,
752
+ renderThumb: U.renderThumb
753
+ }));
754
+ }
755
+ return g ? g(C($)) : C($);
756
+ }
757
+ return {
758
+ thumbsFragment: m ? /* @__PURE__ */ A.jsx(
759
+ "div",
760
+ {
761
+ className: "use-spring-carousel-thumbs-wrapper",
762
+ ref: v,
763
+ onWheel: () => T.val.stop(),
764
+ style: {
765
+ display: "flex",
766
+ flex: "1",
767
+ position: "relative",
768
+ width: "100%",
769
+ height: "100%",
770
+ flexDirection: i === "x" ? "row" : "column",
771
+ ...i === "x" ? { overflowX: "auto" } : {
772
+ overflowY: "auto",
773
+ maxHeight: "100%"
774
+ }
775
+ },
776
+ children: W().map(({ id: C, renderThumb: u }) => {
777
+ const U = `thumb-item-${C}`;
778
+ return /* @__PURE__ */ A.jsx("div", { id: U, className: "thumb-item", children: typeof u == "function" ? u(Y) : u }, U);
779
+ })
780
+ }
781
+ ) : null,
782
+ handleScroll: d
783
+ };
784
+ }
785
+ function Nr({
786
+ items: i,
787
+ init: m = !0,
788
+ withThumbs: g,
789
+ thumbsSlideAxis: $ = "x",
790
+ itemsPerSlide: Y = 1,
791
+ slideType: v = "fixed",
792
+ gutter: T = 0,
793
+ withLoop: l = !1,
794
+ startEndGutter: f = 0,
795
+ carouselSlideAxis: d = "x",
796
+ disableGestures: W = !1,
797
+ draggingSlideTreshold: L,
798
+ slideWhenThresholdIsReached: C = !1,
799
+ freeScroll: u,
800
+ enableFreeScrollDrag: U,
801
+ initialStartingPosition: x,
802
+ prepareThumbsData: ie,
803
+ initialActiveItem: F = 0,
804
+ animateWhenActiveItemChange: j = !0,
805
+ slideGroupOfItems: G = !1,
806
+ __unstable_stretch_tems__: Ne = !0,
807
+ slideAmount: ee
808
+ }) {
809
+ const q = Y, re = O(!1), ae = O(L ?? 0), z = O("initial"), Te = O("initial"), he = O("initial"), N = O(F), y = O(F === 0), b = O(v === "fixed" && F === i.length - 1), R = O(null), D = O(null), me = O(0), pe = O(0), c = O(0), w = O(l), k = O(v), te = O(u), H = O(!1), Ie = De(() => l ? [
810
+ ...i.map((r) => ({
811
+ ...r,
812
+ id: `prev-repeated-item-${r.id}`
813
+ })),
814
+ ...i,
815
+ ...i.map((r) => ({
816
+ ...r,
817
+ id: `next-repeated-item-${r.id}`
818
+ }))
819
+ ] : [...i], [i, l])(), [Z, B] = vr(
820
+ () => ({
821
+ val: 0,
822
+ pause: !m,
823
+ onChange: ({ value: r }) => {
824
+ u && R.current ? (d === "x" ? R.current.scrollLeft = Math.abs(r.val) : R.current.scrollTop = Math.abs(r.val), je()) : D.current && (d === "x" ? D.current.style.transform = `translate3d(${r.val}px, 0px,0px)` : D.current.style.transform = `translate3d(0px,${r.val}px,0px)`);
825
+ }
826
+ }),
827
+ [u]
828
+ ), { emitEvent: oe, useListenToCustomEvent: ge } = mr(), { thumbsFragment: Pe, handleScroll: Ge } = pr({
829
+ withThumbs: !!g,
830
+ thumbsSlideAxis: $,
831
+ prepareThumbsData: ie,
832
+ items: i,
833
+ renderThumbFnProps: {
834
+ getIsActiveItem: qe,
835
+ getIsPrevItem: Be,
836
+ useListenToCustomEvent: ge,
837
+ getIsNextItem: Ue
838
+ }
839
+ }), { enterFullscreen: Ve, exitFullscreen: Xe, getIsFullscreen: Ke } = Fr({
840
+ mainCarouselWrapperRef: R,
841
+ handleResize: () => ye(),
842
+ onFullScreenChange: (r) => {
843
+ oe({
844
+ eventName: "onFullscreenChange",
845
+ isFullscreen: r
846
+ });
847
+ }
848
+ });
849
+ function ke(r) {
850
+ return v === "fixed" && !u ? {
851
+ marginRight: `${r ? 0 : T}px`,
852
+ flex: `${Ne ? "1" : "0"} 0 calc(100% / ${q} - ${T * (q - 1) / q}px)`
853
+ } : {
854
+ marginRight: `${r ? 0 : T}px`
855
+ };
856
+ }
857
+ const I = De(() => {
858
+ var a;
859
+ if (typeof ee == "number" && ee > 0 && (v === "fluid" || u))
860
+ return ee;
861
+ const r = G ? R.current : (a = R.current) == null ? void 0 : a.querySelector(".use-spring-carousel-item");
862
+ if (!r)
863
+ throw Error("No carousel items available!");
864
+ let o = r.getBoundingClientRect()[d === "x" ? "width" : "height"];
865
+ return G || (o += T), G && (o += T - f * 2), o;
866
+ }, [
867
+ d,
868
+ u,
869
+ T,
870
+ ee,
871
+ G,
872
+ v,
873
+ f
874
+ ]);
875
+ function ue({ from: r, to: o, nextActiveItem: a, immediate: P = !1, slideMode: X }) {
876
+ Te.current = X, typeof a == "number" && (u || (N.current = a), oe({
877
+ eventName: "onSlideStartChange",
878
+ slideActionType: z.current,
879
+ slideMode: Te.current,
880
+ nextItem: {
881
+ startReached: y.current,
882
+ endReached: b.current,
883
+ index: u ? -1 : N.current,
884
+ id: u ? "" : i[N.current].id
885
+ }
886
+ })), c.current = o, B.start({
887
+ immediate: P,
888
+ from: {
889
+ val: r
890
+ },
891
+ to: {
892
+ val: o
893
+ },
894
+ config: {
895
+ ...We.default,
896
+ velocity: Z.val.velocity
897
+ },
898
+ onRest(le) {
899
+ !P && le.finished && oe({
900
+ eventName: "onSlideChange",
901
+ slideActionType: z.current,
902
+ slideMode: Te.current,
903
+ currentItem: {
904
+ startReached: y.current,
905
+ endReached: b.current,
906
+ index: u ? -1 : N.current,
907
+ id: u ? "" : i[N.current].id
908
+ }
909
+ });
910
+ }
911
+ }), g && !P && Ge(N.current);
912
+ }
913
+ const M = De(() => {
914
+ var r;
915
+ return D.current ? l ? I() * i.length : Math.round(
916
+ Number(
917
+ (r = D.current) == null ? void 0 : r[d === "x" ? "scrollWidth" : "scrollHeight"]
918
+ ) - D.current.getBoundingClientRect()[d === "x" ? "width" : "height"] - f * 2
919
+ ) : 0;
920
+ }, [d, I, i.length, f, l]);
921
+ function Fe() {
922
+ const r = `calc(100% - ${f * 2}px)`;
923
+ return {
924
+ width: d === "x" ? r : "100%",
925
+ height: d === "y" ? r : "100%"
926
+ };
927
+ }
928
+ const Re = De(() => {
929
+ var o;
930
+ const r = (o = D.current) == null ? void 0 : o.querySelector(".use-spring-carousel-item");
931
+ if (!r)
932
+ throw Error("No carousel items available!");
933
+ return r.getBoundingClientRect()[d === "x" ? "width" : "height"] + T;
934
+ }, [d, T]), we = De(
935
+ (r) => {
936
+ const o = d === "x" ? "left" : "top", a = D.current;
937
+ a && (l ? (a.style.top = "0px", a.style.left = "0px", a.style[o] = `-${r - f}px`, y.current = !1, b.current = !1) : (a.style.left = "0px", a.style.top = "0px"));
938
+ },
939
+ [d, f, l]
940
+ ), ye = De(
941
+ (r = !1) => {
942
+ if (D.current && r && (D.current.style.transform = "translate3d(0px, 0px,0px)", D.current.style.left = "0", D.current.style.top = "0"), v === "fixed" && we(
943
+ x === "center" ? Re() * i.length - I() * Math.round((q - 1) / 2) : x === "end" ? Re() * i.length - I() * Math.round(q - 1) : Re() * i.length
944
+ ), v === "fluid") {
945
+ if (we(Re() * i.length), b.current && M() !== Math.abs(c.current) && !l) {
946
+ const o = -M();
947
+ c.current = o, B.start({
948
+ immediate: !0,
949
+ val: c.current
950
+ });
951
+ return;
952
+ }
953
+ if (Math.abs(c.current) > 0 && M() !== Math.abs(c.current) && !l && !u && he.current === "backward") {
954
+ const o = me.current - M(), a = c.current + o;
955
+ return B.start({
956
+ immediate: !0,
957
+ val: a
958
+ }), () => {
959
+ c.current = a;
960
+ };
961
+ }
962
+ return;
963
+ }
964
+ if (!u && v === "fixed") {
965
+ const o = -(I() * N.current);
966
+ if (Math.abs(o) > M() && !l) {
967
+ const a = -M();
968
+ b.current = !0, c.current = a, B.start({
969
+ immediate: !0,
970
+ val: c.current
971
+ });
972
+ } else
973
+ c.current = o, B.start({
974
+ immediate: !0,
975
+ val: o
976
+ });
977
+ setTimeout(() => {
978
+ re.current = !1;
979
+ }, 0);
980
+ }
981
+ },
982
+ [
983
+ u,
984
+ Re,
985
+ I,
986
+ M,
987
+ x,
988
+ i.length,
989
+ q,
990
+ we,
991
+ B,
992
+ v,
993
+ l
994
+ ]
995
+ );
996
+ function Q() {
997
+ return u && R.current ? R.current[d === "x" ? "scrollLeft" : "scrollTop"] : Z.val.get();
998
+ }
999
+ function _e(r, o) {
1000
+ if (u && r === "next") {
1001
+ const a = c.current + I();
1002
+ return a > M() ? M() : a;
1003
+ }
1004
+ if (u && r === "prev") {
1005
+ const a = c.current - I();
1006
+ return a < 0 ? 0 : a;
1007
+ }
1008
+ return r === "next" ? typeof o == "number" ? -(o * I()) : c.current - I() : typeof o == "number" ? -(o * I()) : c.current + I();
1009
+ }
1010
+ function ce({ type: r, index: o, immediate: a }) {
1011
+ if (!m || H.current || y.current && !l)
1012
+ return;
1013
+ b.current && (he.current = "backward"), z.current = "prev", b.current = !1;
1014
+ const P = typeof o == "number" ? o : N.current - 1;
1015
+ if (u && je(), !l) {
1016
+ const X = u ? _e("prev", o) - I() / 3 < 0 : _e("prev", o) + I() / 3 > 0;
1017
+ if (y.current)
1018
+ return;
1019
+ if (X) {
1020
+ y.current = !0, b.current = !1, ue({
1021
+ slideMode: r,
1022
+ from: Q(),
1023
+ to: 0,
1024
+ nextActiveItem: 0,
1025
+ immediate: a
1026
+ });
1027
+ return;
1028
+ }
1029
+ }
1030
+ if (l && (y.current || P < 0)) {
1031
+ y.current = !1, b.current = !0, ue({
1032
+ slideMode: r,
1033
+ from: Q() - I() * i.length,
1034
+ to: -(I() * i.length) + I(),
1035
+ nextActiveItem: i.length - 1,
1036
+ immediate: a
1037
+ });
1038
+ return;
1039
+ }
1040
+ P === 0 && (y.current = !0), (P === i.length - 1 || P === -1) && (b.current = !0), ue({
1041
+ slideMode: r,
1042
+ from: Q(),
1043
+ to: _e("prev", o),
1044
+ nextActiveItem: P,
1045
+ immediate: a
1046
+ });
1047
+ }
1048
+ function se({ type: r, index: o, immediate: a }) {
1049
+ if (!m || H.current || b.current && !l)
1050
+ return;
1051
+ y.current && (he.current = "forward"), z.current = "next", y.current = !1;
1052
+ const P = o || N.current + 1;
1053
+ if (u && je(), !l) {
1054
+ const X = Math.abs(_e("next", o)) > M() - I() / 3;
1055
+ if (b.current)
1056
+ return;
1057
+ if (X) {
1058
+ y.current = !1, b.current = !0, ue({
1059
+ slideMode: r,
1060
+ from: Q(),
1061
+ to: u ? M() : -M(),
1062
+ nextActiveItem: P,
1063
+ immediate: a
1064
+ });
1065
+ return;
1066
+ }
1067
+ }
1068
+ if (l && (b.current || P > i.length - 1)) {
1069
+ b.current = !1, y.current = !0, ue({
1070
+ slideMode: r,
1071
+ from: Q() + I() * i.length,
1072
+ to: 0,
1073
+ nextActiveItem: 0,
1074
+ immediate: a
1075
+ });
1076
+ return;
1077
+ }
1078
+ P === 0 && (y.current = !0), P === i.length - 1 && (b.current = !0), ue({
1079
+ slideMode: r,
1080
+ from: Q(),
1081
+ to: _e("next", o),
1082
+ nextActiveItem: P,
1083
+ immediate: a
1084
+ });
1085
+ }
1086
+ function Ce() {
1087
+ L ? ae.current = L : ae.current = Math.floor(I() / 2 / 2);
1088
+ }
1089
+ function Ze() {
1090
+ D.current && (me.current = M(), w.current = l, k.current = v, te.current = u, pe.current = window.innerWidth, c.current = 0, Ye({ id: 0, immediate: !0, shouldReset: !0 }), Ce(), ye());
1091
+ }
1092
+ const Qe = hr(
1093
+ (r) => {
1094
+ const o = r.dragging, a = r.offset[d === "x" ? 0 : 1], P = r.movement[d === "x" ? 0 : 1], X = r.direction[d === "x" ? 0 : 1], le = P > ae.current, fe = P < -ae.current, tr = M(), ne = r.velocity;
1095
+ if (o) {
1096
+ if (X > 0 ? z.current = "prev" : z.current = "next", oe({
1097
+ ...r,
1098
+ eventName: "onDrag",
1099
+ slideActionType: z.current
1100
+ }), u) {
1101
+ if (a > 0) {
1102
+ B.start({
1103
+ from: {
1104
+ val: Q()
1105
+ },
1106
+ to: {
1107
+ val: 0
1108
+ },
1109
+ config: {
1110
+ velocity: ne,
1111
+ friction: 50,
1112
+ tension: 1e3
1113
+ }
1114
+ }), r.cancel();
1115
+ return;
1116
+ }
1117
+ B.start({
1118
+ from: {
1119
+ val: Q()
1120
+ },
1121
+ to: {
1122
+ val: -a
1123
+ },
1124
+ config: {
1125
+ velocity: ne,
1126
+ friction: 50,
1127
+ tension: 1e3
1128
+ }
1129
+ });
1130
+ return;
1131
+ }
1132
+ B.start({
1133
+ val: a,
1134
+ config: {
1135
+ velocity: ne,
1136
+ friction: 50,
1137
+ tension: 1e3
1138
+ }
1139
+ }), C && fe ? (se({ type: "drag" }), r.cancel()) : C && le && (ce({ type: "drag" }), r.cancel()), tr - Math.abs(a) < -(I() * 2) && r.cancel();
1140
+ return;
1141
+ }
1142
+ if (r.last && u && a > 0) {
1143
+ B.start({
1144
+ from: {
1145
+ val: Q()
1146
+ },
1147
+ to: {
1148
+ val: 0
1149
+ },
1150
+ config: {
1151
+ velocity: ne,
1152
+ friction: 50,
1153
+ tension: 1e3
1154
+ }
1155
+ });
1156
+ return;
1157
+ }
1158
+ r.last && !r.canceled && u && (z.current === "prev" && ce({ type: "drag" }), z.current === "next" && se({ type: "drag" })), r.last && !r.canceled && !u && (fe ? !l && b.current ? B.start({
1159
+ val: -M(),
1160
+ config: {
1161
+ ...We.default,
1162
+ velocity: ne
1163
+ }
1164
+ }) : se({ type: "drag" }) : le ? !l && y.current ? B.start({
1165
+ val: 0,
1166
+ config: {
1167
+ ...We.default,
1168
+ velocity: ne
1169
+ }
1170
+ }) : ce({ type: "drag" }) : B.start({
1171
+ val: c.current,
1172
+ config: {
1173
+ ...We.default,
1174
+ velocity: ne
1175
+ }
1176
+ })), r.last && r.canceled && B.start({
1177
+ val: c.current,
1178
+ config: {
1179
+ ...We.default,
1180
+ velocity: ne
1181
+ }
1182
+ });
1183
+ },
1184
+ {
1185
+ enabled: m && !W && !u || !!u && !!U,
1186
+ axis: d,
1187
+ from: () => u && R.current ? [
1188
+ -R.current.scrollLeft,
1189
+ -R.current.scrollTop
1190
+ ] : d === "x" ? [Z.val.get(), Z.val.get()] : [Z.val.get(), Z.val.get()]
1191
+ }
1192
+ );
1193
+ function Se() {
1194
+ return u ? d === "x" ? {
1195
+ overflowX: "auto"
1196
+ } : {
1197
+ overflowY: "auto"
1198
+ } : {};
1199
+ }
1200
+ function je() {
1201
+ R.current && (c.current = R.current[d === "x" ? "scrollLeft" : "scrollTop"], R.current[d === "x" ? "scrollLeft" : "scrollTop"] === 0 && (y.current = !0, b.current = !1), R.current[d === "x" ? "scrollLeft" : "scrollTop"] > 0 && R.current[d === "x" ? "scrollLeft" : "scrollTop"] < M() && (y.current = !1, b.current = !1), R.current[d === "x" ? "scrollLeft" : "scrollTop"] === M() && (y.current = !1, b.current = !0));
1202
+ }
1203
+ function rr() {
1204
+ return u ? {
1205
+ onWheel() {
1206
+ Z.val.stop(), je();
1207
+ }
1208
+ } : {};
1209
+ }
1210
+ function xe(r, o) {
1211
+ let a = 0;
1212
+ if (typeof r == "string" ? a = i.findIndex((P) => P.id === r) : a = r, a < 0 || a >= i.length) {
1213
+ if (o)
1214
+ throw new Error(o);
1215
+ console.error(`The item doesn't exist; check that the id provided - ${r} - is correct.`), a = -1;
1216
+ }
1217
+ return a;
1218
+ }
1219
+ function Ye({ id: r, immediate: o, shouldReset: a, type: P }) {
1220
+ if (!m || H.current)
1221
+ return;
1222
+ y.current = !1, b.current = !1;
1223
+ const X = xe(
1224
+ r,
1225
+ "The item you want to slide to doesn't exist; check the provided id."
1226
+ );
1227
+ if (X === N.current && !a)
1228
+ return;
1229
+ const le = xe(i[N.current].id), fe = xe(i[X].id);
1230
+ fe > le ? se({
1231
+ type: P || a ? "initial" : "click",
1232
+ index: fe,
1233
+ immediate: o
1234
+ }) : ce({
1235
+ type: P || a ? "initial" : "click",
1236
+ index: fe,
1237
+ immediate: o
1238
+ });
1239
+ }
1240
+ function Ue(r) {
1241
+ const o = xe(r, "The item doesn't exist; check the provided id."), a = N.current;
1242
+ return l && a === i.length - 1 ? o === 0 : o === a + 1;
1243
+ }
1244
+ function Be(r) {
1245
+ const o = xe(r, "The item doesn't exist; check the provided id."), a = N.current;
1246
+ return l && a === 0 ? o === i.length - 1 : o === a - 1;
1247
+ }
1248
+ function qe(r) {
1249
+ return xe(r, "The item you want to check doesn't exist; check the provided id.") === N.current;
1250
+ }
1251
+ function Le() {
1252
+ return W ? "unset" : d === "x" ? "pan-y" : "pan-x";
1253
+ }
1254
+ const Oe = u ? {
1255
+ useListenToCustomEvent: ge,
1256
+ enterFullscreen: Ve,
1257
+ exitFullscreen: Xe,
1258
+ getIsFullscreen: Ke,
1259
+ slideToPrevItem: (r = !0) => {
1260
+ ce({
1261
+ type: "click",
1262
+ immediate: !r
1263
+ });
1264
+ },
1265
+ slideToNextItem: (r = !0) => {
1266
+ se({
1267
+ type: "click",
1268
+ immediate: !r
1269
+ });
1270
+ }
1271
+ } : {
1272
+ useListenToCustomEvent: ge,
1273
+ enterFullscreen: Ve,
1274
+ exitFullscreen: Xe,
1275
+ getIsFullscreen: Ke,
1276
+ slideToPrevItem: (r = !0) => {
1277
+ ce({
1278
+ type: "click",
1279
+ immediate: !r
1280
+ });
1281
+ },
1282
+ slideToNextItem: (r = !0) => {
1283
+ se({
1284
+ type: "click",
1285
+ immediate: !r
1286
+ });
1287
+ },
1288
+ slideToItem: (r, o = !0) => {
1289
+ Ye({ id: r, immediate: !o });
1290
+ },
1291
+ getIsNextItem: Ue,
1292
+ getIsPrevItem: Be,
1293
+ getIsActiveItem: qe
1294
+ };
1295
+ Rr(() => {
1296
+ D.current && m && (re.current = !0, Ze());
1297
+ }, [m]), ve(() => {
1298
+ N.current !== F && (re.current = !0, Ye({
1299
+ id: F,
1300
+ immediate: !j
1301
+ }));
1302
+ }, [F]), ve(() => {
1303
+ if (m) {
1304
+ if (F > i.length - 1)
1305
+ throw new Error(
1306
+ `initialActiveItem (${F}) is greater than the total quantity available items (${i.length}).`
1307
+ );
1308
+ q > i.length && console.warn(
1309
+ `itemsPerSlide (${q}) is greater than the total quantity available items (${i.length}). Fallback to ${i.length})`
1310
+ );
1311
+ }
1312
+ }, [F, i.length, q, m]), ve(() => {
1313
+ pe.current = window.innerWidth;
1314
+ }, []), ve(() => {
1315
+ if (m) {
1316
+ if (l && u)
1317
+ throw new Error("`withLoop` and `freeScroll` can't be used together.");
1318
+ if (u && v === "fixed")
1319
+ throw new Error("`freeScroll` can't be used when `scrollType: fixed`.");
1320
+ if (U && (v !== "fluid" || !u))
1321
+ throw new Error(
1322
+ "`enableFreeScrollDrag` must be used with `slideType: fluid` and `freeScroll=true`"
1323
+ );
1324
+ if (G && u)
1325
+ throw new Error("`slideGroupOfItems` and `freeScroll` can't be used together.");
1326
+ if (typeof ee == "number" && ee > 0 && v === "fixed")
1327
+ throw new Error("`slideAmount` must be used with `slideType: fluid`");
1328
+ re.current = !0, Ze();
1329
+ }
1330
+ }, [
1331
+ x,
1332
+ q,
1333
+ f,
1334
+ T,
1335
+ m,
1336
+ l,
1337
+ v,
1338
+ u,
1339
+ U,
1340
+ G
1341
+ ]), ve(() => {
1342
+ if (!m)
1343
+ return;
1344
+ function r() {
1345
+ document.hidden ? H.current = !0 : H.current = !1;
1346
+ }
1347
+ return document.addEventListener("visibilitychange", r), () => {
1348
+ document.removeEventListener("visibilitychange", r);
1349
+ };
1350
+ }, [m]), ve(() => {
1351
+ if (R.current) {
1352
+ let r;
1353
+ const o = new Cr(() => {
1354
+ if (!H.current && !re.current) {
1355
+ pe.current = window.innerWidth;
1356
+ const a = ye();
1357
+ window.clearTimeout(r), r = setTimeout(() => {
1358
+ me.current = M(), typeof a == "function" && a();
1359
+ }, 100);
1360
+ }
1361
+ });
1362
+ return o.observe(R.current), () => {
1363
+ o.disconnect();
1364
+ };
1365
+ }
1366
+ }, [ye, M]);
1367
+ const be = /* @__PURE__ */ A.jsx(ar.Provider, { value: Oe, children: Pe }), Ae = /* @__PURE__ */ A.jsx(ar.Provider, { value: Oe, children: /* @__PURE__ */ A.jsx(
1368
+ "div",
1369
+ {
1370
+ className: "use-spring-carousel-main-wrapper",
1371
+ ref: R,
1372
+ ...rr(),
1373
+ style: {
1374
+ display: "flex",
1375
+ position: "relative",
1376
+ width: "100%",
1377
+ height: "100%",
1378
+ ...Se()
1379
+ },
1380
+ children: /* @__PURE__ */ A.jsxs(
1381
+ "div",
1382
+ {
1383
+ className: "use-spring-carousel-track-wrapper",
1384
+ ref: D,
1385
+ ...Qe(),
1386
+ style: {
1387
+ position: "relative",
1388
+ display: "flex",
1389
+ flexDirection: d === "x" ? "row" : "column",
1390
+ touchAction: Le(),
1391
+ ...Fe()
1392
+ },
1393
+ children: [
1394
+ (u || !l) && f ? /* @__PURE__ */ A.jsx(
1395
+ "div",
1396
+ {
1397
+ style: {
1398
+ flexShrink: 0,
1399
+ width: f
1400
+ }
1401
+ }
1402
+ ) : null,
1403
+ Ie.map((r, o) => /* @__PURE__ */ A.jsx(Er, { children: /* @__PURE__ */ A.jsx(
1404
+ "div",
1405
+ {
1406
+ className: "use-spring-carousel-item",
1407
+ "data-testid": "use-spring-carousel-item-wrapper",
1408
+ style: {
1409
+ display: "flex",
1410
+ position: "relative",
1411
+ ...v === "fixed" ? { flex: "1" } : {},
1412
+ ...ke(
1413
+ o === Ie.findIndex(
1414
+ (a) => a.id === Ie[Ie.length - 1].id
1415
+ )
1416
+ )
1417
+ },
1418
+ children: typeof r.renderItem == "function" ? r.renderItem({
1419
+ getIsActiveItem: qe,
1420
+ getIsNextItem: Ue,
1421
+ getIsPrevItem: Be,
1422
+ useListenToCustomEvent: ge
1423
+ }) : r.renderItem
1424
+ }
1425
+ ) }, `${r.id}-${o}`)),
1426
+ (u || !l) && f ? /* @__PURE__ */ A.jsx(
1427
+ "div",
1428
+ {
1429
+ style: {
1430
+ flexShrink: 0,
1431
+ width: f
1432
+ }
1433
+ }
1434
+ ) : null
1435
+ ]
1436
+ }
1437
+ )
1438
+ }
1439
+ ) });
1440
+ return { ...Oe, carouselFragment: Ae, thumbsFragment: be };
1441
+ }
1442
+ const ar = fr(void 0);
1443
+ function Vr() {
1444
+ const i = dr(ar);
1445
+ if (!i)
1446
+ throw new Error("useSpringCarouselContext must be used within the carousel.");
1447
+ return i;
1448
+ }
1449
+ const Me = {
1450
+ initial: {
1451
+ opacity: 1,
1452
+ position: "relative"
1453
+ },
1454
+ from: {
1455
+ opacity: 0,
1456
+ position: "relative"
1457
+ },
1458
+ enter: {
1459
+ position: "relative",
1460
+ opacity: 1
1461
+ },
1462
+ leave: {
1463
+ opacity: 1,
1464
+ position: "absolute"
1465
+ }
1466
+ };
1467
+ function Sr({
1468
+ init: i = !0,
1469
+ disableGestures: m = !1,
1470
+ items: g,
1471
+ springConfig: $ = We.default,
1472
+ exitBeforeEnter: Y = !1,
1473
+ trail: v,
1474
+ withLoop: T = !1,
1475
+ activeItem: l,
1476
+ toPrevItemSpringProps: f = Me,
1477
+ toNextItemSpringProps: d = Me,
1478
+ draggingSlideTreshold: W = 50,
1479
+ thumbsSlideAxis: L = "x"
1480
+ }) {
1481
+ const C = O("next"), u = O("initial"), U = O(null), [x, ie] = Tr(l ?? 0), { emitEvent: F, useListenToCustomEvent: j } = mr(), { handleScroll: G, thumbsFragment: Ne } = pr({
1482
+ thumbsSlideAxis: L,
1483
+ items: g,
1484
+ renderThumbFnProps: {
1485
+ getIsNextItem: N,
1486
+ getIsPrevItem: y,
1487
+ useListenToCustomEvent: j,
1488
+ activeItem: {
1489
+ index: x,
1490
+ id: g[x].id
1491
+ }
1492
+ }
1493
+ });
1494
+ function ee() {
1495
+ return C.current === "prev" ? {
1496
+ initial: {
1497
+ ...f.initial
1498
+ },
1499
+ from: {
1500
+ ...f.from
1501
+ },
1502
+ enter: {
1503
+ ...f.enter
1504
+ },
1505
+ leave: {
1506
+ ...f.leave
1507
+ }
1508
+ } : C.current === "next" ? {
1509
+ initial: {
1510
+ ...d.initial
1511
+ },
1512
+ from: {
1513
+ ...d.from
1514
+ },
1515
+ enter: {
1516
+ ...d.enter
1517
+ },
1518
+ leave: {
1519
+ ...d.leave
1520
+ }
1521
+ } : {
1522
+ initial: {
1523
+ ...Me.initial
1524
+ },
1525
+ from: {
1526
+ ...Me.from
1527
+ },
1528
+ enter: {
1529
+ ...Me.enter
1530
+ },
1531
+ leave: {
1532
+ ...Me.leave
1533
+ }
1534
+ };
1535
+ }
1536
+ ve(() => {
1537
+ typeof l == "number" && l !== x && ie(l);
1538
+ }, [l]);
1539
+ function q({ to: c, slideType: w, slideMode: k }) {
1540
+ C.current = w, u.current = k, F({
1541
+ eventName: "onSlideStartChange",
1542
+ slideActionType: C.current,
1543
+ slideMode: u.current,
1544
+ nextItem: {
1545
+ index: c,
1546
+ id: g[c].id,
1547
+ startReached: c === 0,
1548
+ endReached: c === g.length - 1
1549
+ }
1550
+ }), ie(c), G(x);
1551
+ }
1552
+ function re(c) {
1553
+ if (!i)
1554
+ return;
1555
+ const w = x === 0;
1556
+ !T && w || q(T && w ? {
1557
+ to: g.length - 1,
1558
+ slideType: "prev",
1559
+ slideMode: c
1560
+ } : {
1561
+ to: x - 1,
1562
+ slideType: "prev",
1563
+ slideMode: c
1564
+ });
1565
+ }
1566
+ function ae(c) {
1567
+ if (!i)
1568
+ return;
1569
+ const w = x === g.length - 1;
1570
+ !T && w || q(T && w ? {
1571
+ to: 0,
1572
+ slideType: "next",
1573
+ slideMode: c
1574
+ } : {
1575
+ to: x + 1,
1576
+ slideType: "next",
1577
+ slideMode: c
1578
+ });
1579
+ }
1580
+ const z = wr(x, {
1581
+ config: $,
1582
+ key: null,
1583
+ trail: v,
1584
+ exitBeforeEnter: Y,
1585
+ ...ee(),
1586
+ onRest(c, w, k) {
1587
+ c.finished && k === x && F({
1588
+ eventName: "onSlideChange",
1589
+ slideActionType: C.current,
1590
+ slideMode: u.current,
1591
+ currentItem: {
1592
+ index: x,
1593
+ id: g[x].id,
1594
+ startReached: x === 0,
1595
+ endReached: x === g.length - 1
1596
+ }
1597
+ });
1598
+ }
1599
+ }), Te = hr(
1600
+ ({ last: c, movement: [w] }) => {
1601
+ if (c) {
1602
+ const k = w > W, te = w < -W, H = x === 0, ze = x === g.length - 1;
1603
+ if (te) {
1604
+ if (!T && ze)
1605
+ return;
1606
+ F({
1607
+ eventName: "onLeftSwipe"
1608
+ }), ae("swipe");
1609
+ } else if (k) {
1610
+ if (!T && H)
1611
+ return;
1612
+ F({
1613
+ eventName: "onRightSwipe"
1614
+ }), re("swipe");
1615
+ }
1616
+ }
1617
+ },
1618
+ {
1619
+ enabled: !m
1620
+ }
1621
+ );
1622
+ function he(c, w) {
1623
+ let k = 0;
1624
+ if (typeof c == "string" ? k = g.findIndex((te) => te.id === c) : k = c, k < 0 || k >= g.length) {
1625
+ if (w)
1626
+ throw new Error(w);
1627
+ console.error(`The item doesn't exist; check that the id provided - ${c} - is correct.`), k = -1;
1628
+ }
1629
+ return k;
1630
+ }
1631
+ function N(c) {
1632
+ const w = he(c, "The item doesn't exist; check the provided id."), k = x;
1633
+ return T && k === g.length - 1 ? w === 0 : w === k + 1;
1634
+ }
1635
+ function y(c) {
1636
+ const w = he(c, "The item doesn't exist; check the provided id."), k = x;
1637
+ return T && k === 0 ? w === g.length - 1 : w === k - 1;
1638
+ }
1639
+ const b = z((c, w, k, te) => {
1640
+ const H = g[w].renderItem;
1641
+ return /* @__PURE__ */ A.jsx(
1642
+ _r.div,
1643
+ {
1644
+ id: `use-transition-carousel-item-${te}`,
1645
+ className: "use-transition-carousel-item",
1646
+ style: {
1647
+ ...c,
1648
+ flex: "1 0 100%",
1649
+ width: "100%",
1650
+ height: "100%"
1651
+ },
1652
+ children: typeof H == "function" ? H({
1653
+ useListenToCustomEvent: j,
1654
+ getIsNextItem: N,
1655
+ getIsPrevItem: y,
1656
+ activeItem: {
1657
+ index: x,
1658
+ id: g[x].id
1659
+ }
1660
+ }) : H
1661
+ }
1662
+ );
1663
+ });
1664
+ function R() {
1665
+ return m ? "unset" : "pan-y";
1666
+ }
1667
+ const D = {
1668
+ useListenToCustomEvent: j,
1669
+ slideToPrevItem: () => re("click"),
1670
+ slideToNextItem: () => ae("click"),
1671
+ activeItem: x
1672
+ }, me = /* @__PURE__ */ A.jsx(or.Provider, { value: D, children: Ne }), pe = /* @__PURE__ */ A.jsx(or.Provider, { value: D, children: /* @__PURE__ */ A.jsx(
1673
+ "div",
1674
+ {
1675
+ className: "use-transition-carousel-wrapper",
1676
+ ref: U,
1677
+ ...Te(),
1678
+ style: {
1679
+ display: "flex",
1680
+ position: "relative",
1681
+ width: "100%",
1682
+ height: "100%",
1683
+ overflow: "hidden",
1684
+ touchAction: R()
1685
+ },
1686
+ children: b
1687
+ }
1688
+ ) });
1689
+ return {
1690
+ ...D,
1691
+ carouselFragment: pe,
1692
+ thumbsFragment: me
1693
+ };
1694
+ }
1695
+ const or = fr(void 0);
1696
+ function Yr() {
1697
+ const i = dr(or);
1698
+ if (!i)
1699
+ throw new Error("useTransitionCarouselContext must be used within the carousel.");
1700
+ return i;
1701
+ }
9
1702
  export {
10
- n as useSpringCarousel,
11
- u as useSpringCarouselContext,
12
- C as useTransitionCarousel,
13
- l as useTransitionCarouselContext
1703
+ Nr as useSpringCarousel,
1704
+ Vr as useSpringCarouselContext,
1705
+ Sr as useTransitionCarousel,
1706
+ Yr as useTransitionCarouselContext
14
1707
  };
15
1708
  //# sourceMappingURL=index.es.js.map