@solostylist/ui-kit 1.0.118 → 1.0.119

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.
Files changed (32) hide show
  1. package/dist/s-carousel/s-carousel.js +523 -523
  2. package/dist/s-date-picker/s-date-picker.js +20 -19
  3. package/dist/s-datetime-picker/s-datetime-picker.js +2 -1
  4. package/dist/s-image-modal/s-image-modal.js +44 -44
  5. package/dist/s-interactive-gallery/s-interactive-gallery.js +22 -22
  6. package/dist/s-lazy-image/s-lazy-image.js +10 -10
  7. package/dist/s-multi-select/s-multi-select.js +16 -22
  8. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.d.ts +1 -1
  9. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +17 -17
  10. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +11 -11
  11. package/dist/s-select/s-select.js +31 -31
  12. package/dist/s-text-editor/s-text-editor-toolbar.js +10 -9
  13. package/dist/s-text-editor/s-text-editor.js +13 -12
  14. package/dist/s-text-shimmer/s-text-shimmer.js +6 -6
  15. package/dist/s-tip/s-tip.js +12 -14
  16. package/dist/theme/components/alert.d.ts +3846 -13
  17. package/dist/theme/components/alert.js +31 -14
  18. package/dist/theme/components/button.d.ts +96 -24
  19. package/dist/theme/components/button.js +42 -41
  20. package/dist/theme/components/chip.d.ts +6 -6
  21. package/dist/theme/components/chip.js +38 -160
  22. package/dist/theme/components/popover.d.ts +1 -0
  23. package/dist/theme/components/popover.js +4 -3
  24. package/dist/theme/components/tooltip.d.ts +16 -6
  25. package/dist/theme/components/tooltip.js +12 -11
  26. package/dist/theme/customizations/data-display.js +9 -9
  27. package/dist/theme/customizations/inputs.js +5 -12
  28. package/dist/theme/customizations/surfaces.js +6 -6
  29. package/dist/theme/theme-primitives.d.ts +20 -7
  30. package/dist/theme/theme-primitives.js +120 -176
  31. package/package.json +1 -1
  32. package/dist/theme/components/components.d.ts +0 -6114
@@ -11,11 +11,11 @@ import '../assets/s-carousel.css';const lt = $e(/* @__PURE__ */ oe.jsx("path", {
11
11
  }), "ArrowForwardIos");
12
12
  var _e = {}, ke = {}, pe = {}, Pe = {}, ze;
13
13
  function ut() {
14
- return ze || (ze = 1, (function(o) {
15
- Object.defineProperty(o, "__esModule", {
14
+ return ze || (ze = 1, (function(i) {
15
+ Object.defineProperty(i, "__esModule", {
16
16
  value: !0
17
- }), o.default = void 0;
18
- var d = {
17
+ }), i.default = void 0;
18
+ var c = {
19
19
  animating: !1,
20
20
  autoplaying: null,
21
21
  currentDirection: 0,
@@ -46,26 +46,26 @@ function ut() {
46
46
  trackWidth: 0,
47
47
  targetSlide: 0
48
48
  };
49
- o.default = d;
49
+ i.default = c;
50
50
  })(Pe)), Pe;
51
51
  }
52
52
  var Ce, De;
53
53
  function ct() {
54
54
  if (De) return Ce;
55
55
  De = 1;
56
- var o = "Expected a function", d = NaN, h = "[object Symbol]", O = /^\s+|\s+$/g, y = /^[-+]0x[0-9a-f]+$/i, b = /^0b[01]+$/i, x = /^0o[0-7]+$/i, L = parseInt, X = typeof be == "object" && be && be.Object === Object && be, N = typeof self == "object" && self && self.Object === Object && self, z = X || N || Function("return this")(), U = Object.prototype, ee = U.toString, ne = Math.max, Q = Math.min, E = function() {
56
+ var i = "Expected a function", c = NaN, h = "[object Symbol]", O = /^\s+|\s+$/g, y = /^[-+]0x[0-9a-f]+$/i, b = /^0b[01]+$/i, x = /^0o[0-7]+$/i, L = parseInt, X = typeof be == "object" && be && be.Object === Object && be, N = typeof self == "object" && self && self.Object === Object && self, z = X || N || Function("return this")(), U = Object.prototype, ee = U.toString, ne = Math.max, Q = Math.min, E = function() {
57
57
  return z.Date.now();
58
58
  };
59
- function te(a, s, c) {
60
- var f, l, r, v, m, u, g = 0, w = !1, P = !1, t = !0;
59
+ function te(a, s, f) {
60
+ var d, l, r, v, m, u, g = 0, w = !1, P = !1, t = !0;
61
61
  if (typeof a != "function")
62
- throw new TypeError(o);
63
- s = Y(s) || 0, F(c) && (w = !!c.leading, P = "maxWait" in c, r = P ? ne(Y(c.maxWait) || 0, s) : r, t = "trailing" in c ? !!c.trailing : t);
62
+ throw new TypeError(i);
63
+ s = Y(s) || 0, F(f) && (w = !!f.leading, P = "maxWait" in f, r = P ? ne(Y(f.maxWait) || 0, s) : r, t = "trailing" in f ? !!f.trailing : t);
64
64
  function A(T) {
65
- var D = f, I = l;
66
- return f = l = void 0, g = T, v = a.apply(I, D), v;
65
+ var D = d, I = l;
66
+ return d = l = void 0, g = T, v = a.apply(I, D), v;
67
67
  }
68
- function i(T) {
68
+ function o(T) {
69
69
  return g = T, m = setTimeout(p, s), w ? A(T) : v;
70
70
  }
71
71
  function e(T) {
@@ -83,19 +83,19 @@ function ct() {
83
83
  m = setTimeout(p, e(T));
84
84
  }
85
85
  function k(T) {
86
- return m = void 0, t && f ? A(T) : (f = l = void 0, v);
86
+ return m = void 0, t && d ? A(T) : (d = l = void 0, v);
87
87
  }
88
88
  function S() {
89
- m !== void 0 && clearTimeout(m), g = 0, f = u = l = m = void 0;
89
+ m !== void 0 && clearTimeout(m), g = 0, d = u = l = m = void 0;
90
90
  }
91
91
  function C() {
92
92
  return m === void 0 ? v : k(E());
93
93
  }
94
94
  function _() {
95
95
  var T = E(), D = n(T);
96
- if (f = arguments, l = this, u = T, D) {
96
+ if (d = arguments, l = this, u = T, D) {
97
97
  if (m === void 0)
98
- return i(u);
98
+ return o(u);
99
99
  if (P)
100
100
  return m = setTimeout(p, s), A(u);
101
101
  }
@@ -117,7 +117,7 @@ function ct() {
117
117
  if (typeof a == "number")
118
118
  return a;
119
119
  if ($(a))
120
- return d;
120
+ return c;
121
121
  if (F(a)) {
122
122
  var s = typeof a.valueOf == "function" ? a.valueOf() : a;
123
123
  a = F(s) ? s + "" : s;
@@ -125,8 +125,8 @@ function ct() {
125
125
  if (typeof a != "string")
126
126
  return a === 0 ? a : +a;
127
127
  a = a.replace(O, "");
128
- var c = b.test(a);
129
- return c || x.test(a) ? L(a.slice(2), c ? 2 : 8) : y.test(a) ? d : +a;
128
+ var f = b.test(a);
129
+ return f || x.test(a) ? L(a.slice(2), f ? 2 : 8) : y.test(a) ? c : +a;
130
130
  }
131
131
  return Ce = te, Ce;
132
132
  }
@@ -138,9 +138,9 @@ var Te = { exports: {} };
138
138
  */
139
139
  var Ie;
140
140
  function we() {
141
- return Ie || (Ie = 1, (function(o) {
141
+ return Ie || (Ie = 1, (function(i) {
142
142
  (function() {
143
- var d = {}.hasOwnProperty;
143
+ var c = {}.hasOwnProperty;
144
144
  function h() {
145
145
  for (var b = "", x = 0; x < arguments.length; x++) {
146
146
  var L = arguments[x];
@@ -159,23 +159,23 @@ function we() {
159
159
  return b.toString();
160
160
  var x = "";
161
161
  for (var L in b)
162
- d.call(b, L) && b[L] && (x = y(x, L));
162
+ c.call(b, L) && b[L] && (x = y(x, L));
163
163
  return x;
164
164
  }
165
165
  function y(b, x) {
166
166
  return x ? b ? b + " " + x : b + x : b;
167
167
  }
168
- o.exports ? (h.default = h, o.exports = h) : window.classNames = h;
168
+ i.exports ? (h.default = h, i.exports = h) : window.classNames = h;
169
169
  })();
170
170
  })(Te)), Te.exports;
171
171
  }
172
172
  var j = {}, je = {}, He;
173
173
  function Ve() {
174
- return He || (He = 1, (function(o) {
175
- Object.defineProperty(o, "__esModule", {
174
+ return He || (He = 1, (function(i) {
175
+ Object.defineProperty(i, "__esModule", {
176
176
  value: !0
177
- }), o.default = void 0;
178
- var d = h(ue);
177
+ }), i.default = void 0;
178
+ var c = h(ue);
179
179
  function h(y) {
180
180
  return y && y.__esModule ? y : { default: y };
181
181
  }
@@ -184,7 +184,7 @@ function Ve() {
184
184
  adaptiveHeight: !1,
185
185
  afterChange: null,
186
186
  appendDots: function(b) {
187
- return /* @__PURE__ */ d.default.createElement("ul", {
187
+ return /* @__PURE__ */ c.default.createElement("ul", {
188
188
  style: {
189
189
  display: "block"
190
190
  }
@@ -199,7 +199,7 @@ function Ve() {
199
199
  className: "",
200
200
  cssEase: "ease",
201
201
  customPaging: function(b) {
202
- return /* @__PURE__ */ d.default.createElement("button", null, b + 1);
202
+ return /* @__PURE__ */ c.default.createElement("button", null, b + 1);
203
203
  },
204
204
  dots: !1,
205
205
  dotsClass: "slick-dots",
@@ -242,7 +242,7 @@ function Ve() {
242
242
  asNavFor: null,
243
243
  unslick: !1
244
244
  };
245
- o.default = O;
245
+ i.default = O;
246
246
  })(je)), je;
247
247
  }
248
248
  var Ae;
@@ -251,58 +251,58 @@ function ye() {
251
251
  Ae = 1, Object.defineProperty(j, "__esModule", {
252
252
  value: !0
253
253
  }), j.checkSpecKeys = j.checkNavigable = j.changeSlide = j.canUseDOM = j.canGoNext = void 0, j.clamp = N, j.extractObject = void 0, j.filterSettings = A, j.validSettings = j.swipeStart = j.swipeMove = j.swipeEnd = j.slidesOnRight = j.slidesOnLeft = j.slideHandler = j.siblingDirection = j.safePreventDefault = j.lazyStartIndex = j.lazySlidesOnRight = j.lazySlidesOnLeft = j.lazyEndIndex = j.keyHandler = j.initializedState = j.getWidth = j.getTrackLeft = j.getTrackCSS = j.getTrackAnimateCSS = j.getTotalSlides = j.getSwipeDirection = j.getSlideCount = j.getRequiredLazySlides = j.getPreClones = j.getPostClones = j.getOnDemandLazySlides = j.getNavigableIndexes = j.getHeight = void 0;
254
- var o = h(ue), d = h(Ve());
255
- function h(i) {
256
- return i && i.__esModule ? i : { default: i };
254
+ var i = h(ue), c = h(Ve());
255
+ function h(o) {
256
+ return o && o.__esModule ? o : { default: o };
257
257
  }
258
- function O(i) {
258
+ function O(o) {
259
259
  "@babel/helpers - typeof";
260
260
  return O = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
261
261
  return typeof e;
262
262
  } : function(e) {
263
263
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
264
- }, O(i);
264
+ }, O(o);
265
265
  }
266
- function y(i, e) {
267
- var n = Object.keys(i);
266
+ function y(o, e) {
267
+ var n = Object.keys(o);
268
268
  if (Object.getOwnPropertySymbols) {
269
- var p = Object.getOwnPropertySymbols(i);
269
+ var p = Object.getOwnPropertySymbols(o);
270
270
  e && (p = p.filter(function(k) {
271
- return Object.getOwnPropertyDescriptor(i, k).enumerable;
271
+ return Object.getOwnPropertyDescriptor(o, k).enumerable;
272
272
  })), n.push.apply(n, p);
273
273
  }
274
274
  return n;
275
275
  }
276
- function b(i) {
276
+ function b(o) {
277
277
  for (var e = 1; e < arguments.length; e++) {
278
278
  var n = arguments[e] != null ? arguments[e] : {};
279
279
  e % 2 ? y(Object(n), !0).forEach(function(p) {
280
- x(i, p, n[p]);
281
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(i, Object.getOwnPropertyDescriptors(n)) : y(Object(n)).forEach(function(p) {
282
- Object.defineProperty(i, p, Object.getOwnPropertyDescriptor(n, p));
280
+ x(o, p, n[p]);
281
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(n)) : y(Object(n)).forEach(function(p) {
282
+ Object.defineProperty(o, p, Object.getOwnPropertyDescriptor(n, p));
283
283
  });
284
284
  }
285
- return i;
285
+ return o;
286
286
  }
287
- function x(i, e, n) {
288
- return (e = L(e)) in i ? Object.defineProperty(i, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : i[e] = n, i;
287
+ function x(o, e, n) {
288
+ return (e = L(e)) in o ? Object.defineProperty(o, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : o[e] = n, o;
289
289
  }
290
- function L(i) {
291
- var e = X(i, "string");
290
+ function L(o) {
291
+ var e = X(o, "string");
292
292
  return O(e) == "symbol" ? e : e + "";
293
293
  }
294
- function X(i, e) {
295
- if (O(i) != "object" || !i) return i;
296
- var n = i[Symbol.toPrimitive];
294
+ function X(o, e) {
295
+ if (O(o) != "object" || !o) return o;
296
+ var n = o[Symbol.toPrimitive];
297
297
  if (n !== void 0) {
298
- var p = n.call(i, e);
298
+ var p = n.call(o, e);
299
299
  if (O(p) != "object") return p;
300
300
  throw new TypeError("@@toPrimitive must return a primitive value.");
301
301
  }
302
- return (e === "string" ? String : Number)(i);
302
+ return (e === "string" ? String : Number)(o);
303
303
  }
304
- function N(i, e, n) {
305
- return Math.max(e, Math.min(i, n));
304
+ function N(o, e, n) {
305
+ return Math.max(e, Math.min(o, n));
306
306
  }
307
307
  var z = j.safePreventDefault = function(e) {
308
308
  var n = ["onTouchStart", "onTouchMove", "onWheel"];
@@ -342,7 +342,7 @@ function ye() {
342
342
  return p[k] = e[k];
343
343
  }), p;
344
344
  }, j.initializedState = function(e) {
345
- var n = o.default.Children.count(e.children), p = e.listRef, k = Math.ceil(te(p)), S = e.trackRef && e.trackRef.node, C = Math.ceil(te(S)), _;
345
+ var n = i.default.Children.count(e.children), p = e.listRef, k = Math.ceil(te(p)), S = e.trackRef && e.trackRef.node, C = Math.ceil(te(S)), _;
346
346
  if (e.vertical)
347
347
  _ = k;
348
348
  else {
@@ -400,14 +400,14 @@ function ye() {
400
400
  }, Z = {
401
401
  animating: !1,
402
402
  currentSlide: q,
403
- trackStyle: f(b(b({}, e), {}, {
403
+ trackStyle: d(b(b({}, e), {}, {
404
404
  left: M
405
405
  })),
406
406
  swipeLeft: null,
407
407
  targetSlide: re
408
408
  }) : V = {
409
409
  currentSlide: q,
410
- trackStyle: f(b(b({}, e), {}, {
410
+ trackStyle: d(b(b({}, e), {}, {
411
411
  left: M
412
412
  })),
413
413
  lazyLoadedList: W,
@@ -465,7 +465,7 @@ function ye() {
465
465
  return J || (D === 0 && (ae === "right" || ae === "down") || D + 1 >= rt && (ae === "left" || ae === "up") || !$(n) && (ae === "left" || ae === "up")) && (de = M.swipeLength * I, H === !1 && G && (G(ae), le.edgeDragged = !0)), !B && V && (V(ae), le.swiped = !0), S ? ie = ge + de * (Z / re) * fe : T ? ie = ge - de * fe : ie = ge + de * fe, _ && (ie = ge + de * fe), le = b(b({}, le), {}, {
466
466
  touchObject: M,
467
467
  swipeLeft: ie,
468
- trackStyle: f(b(b({}, n), {}, {
468
+ trackStyle: d(b(b({}, n), {}, {
469
469
  left: ie
470
470
  }))
471
471
  }), Math.abs(M.curX - M.startX) < Math.abs(M.curY - M.startY) * 0.8 || M.swipeLength > 10 && (le.swiping = !0, z(e)), le;
@@ -543,12 +543,12 @@ function ye() {
543
543
  return _;
544
544
  } else
545
545
  return e.slidesToScroll;
546
- }, c = j.checkSpecKeys = function(e, n) {
546
+ }, f = j.checkSpecKeys = function(e, n) {
547
547
  return n.reduce(function(p, k) {
548
548
  return p && e.hasOwnProperty(k);
549
549
  }, !0) ? null : console.error("Keys Missing:", e);
550
- }, f = j.getTrackCSS = function(e) {
551
- c(e, ["left", "variableWidth", "slideCount", "slidesToShow", "slideWidth"]);
550
+ }, d = j.getTrackCSS = function(e) {
551
+ f(e, ["left", "variableWidth", "slideCount", "slidesToShow", "slideWidth"]);
552
552
  var n, p;
553
553
  if (!e.vertical)
554
554
  n = u(e) * e.slideWidth;
@@ -574,13 +574,13 @@ function ye() {
574
574
  opacity: 1
575
575
  }), n && (S.width = n), p && (S.height = p), window && !window.addEventListener && window.attachEvent && (e.vertical ? S.marginTop = e.left + "px" : S.marginLeft = e.left + "px"), S;
576
576
  }, l = j.getTrackAnimateCSS = function(e) {
577
- c(e, ["left", "variableWidth", "slideCount", "slidesToShow", "slideWidth", "speed", "cssEase"]);
578
- var n = f(e);
577
+ f(e, ["left", "variableWidth", "slideCount", "slidesToShow", "slideWidth", "speed", "cssEase"]);
578
+ var n = d(e);
579
579
  return e.useTransform ? (n.WebkitTransition = "-webkit-transform " + e.speed + "ms " + e.cssEase, n.transition = "transform " + e.speed + "ms " + e.cssEase) : e.vertical ? n.transition = "top " + e.speed + "ms " + e.cssEase : n.transition = "left " + e.speed + "ms " + e.cssEase, n;
580
580
  }, r = j.getTrackLeft = function(e) {
581
581
  if (e.unslick)
582
582
  return 0;
583
- c(e, ["slideIndex", "trackRef", "infinite", "centerMode", "slideCount", "slidesToShow", "slidesToScroll", "slideWidth", "listWidth", "variableWidth", "slideHeight"]);
583
+ f(e, ["slideIndex", "trackRef", "infinite", "centerMode", "slideCount", "slidesToShow", "slidesToScroll", "slideWidth", "listWidth", "variableWidth", "slideHeight"]);
584
584
  var n = e.slideIndex, p = e.trackRef, k = e.infinite, S = e.centerMode, C = e.slideCount, _ = e.slidesToShow, T = e.slidesToScroll, D = e.slideWidth, I = e.listWidth, H = e.variableWidth, G = e.slideHeight, B = e.fade, W = e.vertical, R = 0, q, J, M = 0;
585
585
  if (B || e.slideCount === 1)
586
586
  return 0;
@@ -621,10 +621,10 @@ function ye() {
621
621
  j.canUseDOM = function() {
622
622
  return !!(typeof window < "u" && window.document && window.document.createElement);
623
623
  };
624
- var t = j.validSettings = Object.keys(d.default);
625
- function A(i) {
624
+ var t = j.validSettings = Object.keys(c.default);
625
+ function A(o) {
626
626
  return t.reduce(function(e, n) {
627
- return i.hasOwnProperty(n) && (e[n] = i[n]), e;
627
+ return o.hasOwnProperty(n) && (e[n] = o[n]), e;
628
628
  }, {});
629
629
  }
630
630
  return j;
@@ -635,7 +635,7 @@ function ft() {
635
635
  Ne = 1, Object.defineProperty(ve, "__esModule", {
636
636
  value: !0
637
637
  }), ve.Track = void 0;
638
- var o = O(ue), d = O(we()), h = ye();
638
+ var i = O(ue), c = O(we()), h = ye();
639
639
  function O(l) {
640
640
  return l && l.__esModule ? l : { default: l };
641
641
  }
@@ -768,27 +768,27 @@ function ft() {
768
768
  }, s = function(r) {
769
769
  var v = {};
770
770
  return (r.variableWidth === void 0 || r.variableWidth === !1) && (v.width = r.slideWidth), r.fade && (v.position = "relative", r.vertical ? v.top = -r.index * parseInt(r.slideHeight) : v.left = -r.index * parseInt(r.slideWidth), v.opacity = r.currentSlide === r.index ? 1 : 0, v.zIndex = r.currentSlide === r.index ? 999 : 998, r.useCSS && (v.transition = "opacity " + r.speed + "ms " + r.cssEase + ", visibility " + r.speed + "ms " + r.cssEase)), v;
771
- }, c = function(r, v) {
771
+ }, f = function(r, v) {
772
772
  return r.key || v;
773
- }, f = function(r) {
774
- var v, m = [], u = [], g = [], w = o.default.Children.count(r.children), P = (0, h.lazyStartIndex)(r), t = (0, h.lazyEndIndex)(r);
775
- return o.default.Children.forEach(r.children, function(A, i) {
773
+ }, d = function(r) {
774
+ var v, m = [], u = [], g = [], w = i.default.Children.count(r.children), P = (0, h.lazyStartIndex)(r), t = (0, h.lazyEndIndex)(r);
775
+ return i.default.Children.forEach(r.children, function(A, o) {
776
776
  var e, n = {
777
777
  message: "children",
778
- index: i,
778
+ index: o,
779
779
  slidesToScroll: r.slidesToScroll,
780
780
  currentSlide: r.currentSlide
781
781
  };
782
- !r.lazyLoad || r.lazyLoad && r.lazyLoadedList.indexOf(i) >= 0 ? e = A : e = /* @__PURE__ */ o.default.createElement("div", null);
782
+ !r.lazyLoad || r.lazyLoad && r.lazyLoadedList.indexOf(o) >= 0 ? e = A : e = /* @__PURE__ */ i.default.createElement("div", null);
783
783
  var p = s(F(F({}, r), {}, {
784
- index: i
784
+ index: o
785
785
  })), k = e.props.className || "", S = a(F(F({}, r), {}, {
786
- index: i
786
+ index: o
787
787
  }));
788
- if (m.push(/* @__PURE__ */ o.default.cloneElement(e, {
789
- key: "original" + c(e, i),
790
- "data-index": i,
791
- className: (0, d.default)(S, k),
788
+ if (m.push(/* @__PURE__ */ i.default.cloneElement(e, {
789
+ key: "original" + f(e, o),
790
+ "data-index": o,
791
+ className: (0, c.default)(S, k),
792
792
  tabIndex: "-1",
793
793
  "aria-hidden": !S["slick-active"],
794
794
  style: F(F({
@@ -798,26 +798,26 @@ function ft() {
798
798
  e.props && e.props.onClick && e.props.onClick(T), r.focusOnSelect && r.focusOnSelect(n);
799
799
  }
800
800
  })), r.infinite && w > 1 && r.fade === !1 && !r.unslick) {
801
- var C = w - i;
801
+ var C = w - o;
802
802
  C <= (0, h.getPreClones)(r) && (v = -C, v >= P && (e = A), S = a(F(F({}, r), {}, {
803
803
  index: v
804
- })), u.push(/* @__PURE__ */ o.default.cloneElement(e, {
805
- key: "precloned" + c(e, v),
804
+ })), u.push(/* @__PURE__ */ i.default.cloneElement(e, {
805
+ key: "precloned" + f(e, v),
806
806
  "data-index": v,
807
807
  tabIndex: "-1",
808
- className: (0, d.default)(S, k),
808
+ className: (0, c.default)(S, k),
809
809
  "aria-hidden": !S["slick-active"],
810
810
  style: F(F({}, e.props.style || {}), p),
811
811
  onClick: function(T) {
812
812
  e.props && e.props.onClick && e.props.onClick(T), r.focusOnSelect && r.focusOnSelect(n);
813
813
  }
814
- }))), i < (0, h.getPostClones)(r) && (v = w + i, v < t && (e = A), S = a(F(F({}, r), {}, {
814
+ }))), o < (0, h.getPostClones)(r) && (v = w + o, v < t && (e = A), S = a(F(F({}, r), {}, {
815
815
  index: v
816
- })), g.push(/* @__PURE__ */ o.default.cloneElement(e, {
817
- key: "postcloned" + c(e, v),
816
+ })), g.push(/* @__PURE__ */ i.default.cloneElement(e, {
817
+ key: "postcloned" + f(e, v),
818
818
  "data-index": v,
819
819
  tabIndex: "-1",
820
- className: (0, d.default)(S, k),
820
+ className: (0, c.default)(S, k),
821
821
  "aria-hidden": !S["slick-active"],
822
822
  style: F(F({}, e.props.style || {}), p),
823
823
  onClick: function(T) {
@@ -842,85 +842,85 @@ function ft() {
842
842
  return X(v, [{
843
843
  key: "render",
844
844
  value: function() {
845
- var u = f(this.props), g = this.props, w = g.onMouseEnter, P = g.onMouseOver, t = g.onMouseLeave, A = {
845
+ var u = d(this.props), g = this.props, w = g.onMouseEnter, P = g.onMouseOver, t = g.onMouseLeave, A = {
846
846
  onMouseEnter: w,
847
847
  onMouseOver: P,
848
848
  onMouseLeave: t
849
849
  };
850
- return /* @__PURE__ */ o.default.createElement("div", b({
850
+ return /* @__PURE__ */ i.default.createElement("div", b({
851
851
  ref: this.handleRef,
852
852
  className: "slick-track",
853
853
  style: this.props.trackStyle
854
854
  }, A), u);
855
855
  }
856
856
  }]), v;
857
- })(o.default.PureComponent), ve;
857
+ })(i.default.PureComponent), ve;
858
858
  }
859
859
  var he = {}, We;
860
860
  function dt() {
861
861
  if (We) return he;
862
862
  We = 1;
863
- function o(a) {
863
+ function i(a) {
864
864
  "@babel/helpers - typeof";
865
- return o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
865
+ return i = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
866
866
  return typeof s;
867
867
  } : function(s) {
868
868
  return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
869
- }, o(a);
869
+ }, i(a);
870
870
  }
871
871
  Object.defineProperty(he, "__esModule", {
872
872
  value: !0
873
873
  }), he.Dots = void 0;
874
- var d = y(ue), h = y(we()), O = ye();
874
+ var c = y(ue), h = y(we()), O = ye();
875
875
  function y(a) {
876
876
  return a && a.__esModule ? a : { default: a };
877
877
  }
878
878
  function b(a, s) {
879
- var c = Object.keys(a);
879
+ var f = Object.keys(a);
880
880
  if (Object.getOwnPropertySymbols) {
881
- var f = Object.getOwnPropertySymbols(a);
882
- s && (f = f.filter(function(l) {
881
+ var d = Object.getOwnPropertySymbols(a);
882
+ s && (d = d.filter(function(l) {
883
883
  return Object.getOwnPropertyDescriptor(a, l).enumerable;
884
- })), c.push.apply(c, f);
884
+ })), f.push.apply(f, d);
885
885
  }
886
- return c;
886
+ return f;
887
887
  }
888
888
  function x(a) {
889
889
  for (var s = 1; s < arguments.length; s++) {
890
- var c = arguments[s] != null ? arguments[s] : {};
891
- s % 2 ? b(Object(c), !0).forEach(function(f) {
892
- L(a, f, c[f]);
893
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(c)) : b(Object(c)).forEach(function(f) {
894
- Object.defineProperty(a, f, Object.getOwnPropertyDescriptor(c, f));
890
+ var f = arguments[s] != null ? arguments[s] : {};
891
+ s % 2 ? b(Object(f), !0).forEach(function(d) {
892
+ L(a, d, f[d]);
893
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(f)) : b(Object(f)).forEach(function(d) {
894
+ Object.defineProperty(a, d, Object.getOwnPropertyDescriptor(f, d));
895
895
  });
896
896
  }
897
897
  return a;
898
898
  }
899
- function L(a, s, c) {
900
- return (s = U(s)) in a ? Object.defineProperty(a, s, { value: c, enumerable: !0, configurable: !0, writable: !0 }) : a[s] = c, a;
899
+ function L(a, s, f) {
900
+ return (s = U(s)) in a ? Object.defineProperty(a, s, { value: f, enumerable: !0, configurable: !0, writable: !0 }) : a[s] = f, a;
901
901
  }
902
902
  function X(a, s) {
903
903
  if (!(a instanceof s)) throw new TypeError("Cannot call a class as a function");
904
904
  }
905
905
  function N(a, s) {
906
- for (var c = 0; c < s.length; c++) {
907
- var f = s[c];
908
- f.enumerable = f.enumerable || !1, f.configurable = !0, "value" in f && (f.writable = !0), Object.defineProperty(a, U(f.key), f);
906
+ for (var f = 0; f < s.length; f++) {
907
+ var d = s[f];
908
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(a, U(d.key), d);
909
909
  }
910
910
  }
911
- function z(a, s, c) {
911
+ function z(a, s, f) {
912
912
  return s && N(a.prototype, s), Object.defineProperty(a, "prototype", { writable: !1 }), a;
913
913
  }
914
914
  function U(a) {
915
915
  var s = ee(a, "string");
916
- return o(s) == "symbol" ? s : s + "";
916
+ return i(s) == "symbol" ? s : s + "";
917
917
  }
918
918
  function ee(a, s) {
919
- if (o(a) != "object" || !a) return a;
920
- var c = a[Symbol.toPrimitive];
921
- if (c !== void 0) {
922
- var f = c.call(a, s);
923
- if (o(f) != "object") return f;
919
+ if (i(a) != "object" || !a) return a;
920
+ var f = a[Symbol.toPrimitive];
921
+ if (f !== void 0) {
922
+ var d = f.call(a, s);
923
+ if (i(d) != "object") return d;
924
924
  throw new TypeError("@@toPrimitive must return a primitive value.");
925
925
  }
926
926
  return String(a);
@@ -930,23 +930,23 @@ function dt() {
930
930
  a.prototype = Object.create(s && s.prototype, { constructor: { value: a, writable: !0, configurable: !0 } }), Object.defineProperty(a, "prototype", { writable: !1 }), s && Q(a, s);
931
931
  }
932
932
  function Q(a, s) {
933
- return Q = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(c, f) {
934
- return c.__proto__ = f, c;
933
+ return Q = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(f, d) {
934
+ return f.__proto__ = d, f;
935
935
  }, Q(a, s);
936
936
  }
937
937
  function E(a) {
938
938
  var s = K();
939
939
  return function() {
940
- var c, f = $(a);
940
+ var f, d = $(a);
941
941
  if (s) {
942
942
  var l = $(this).constructor;
943
- c = Reflect.construct(f, arguments, l);
944
- } else c = f.apply(this, arguments);
945
- return te(this, c);
943
+ f = Reflect.construct(d, arguments, l);
944
+ } else f = d.apply(this, arguments);
945
+ return te(this, f);
946
946
  };
947
947
  }
948
948
  function te(a, s) {
949
- if (s && (o(s) == "object" || typeof s == "function")) return s;
949
+ if (s && (i(s) == "object" || typeof s == "function")) return s;
950
950
  if (s !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
951
951
  return F(a);
952
952
  }
@@ -970,16 +970,16 @@ function dt() {
970
970
  }, $(a);
971
971
  }
972
972
  var Y = function(s) {
973
- var c;
974
- return s.infinite ? c = Math.ceil(s.slideCount / s.slidesToScroll) : c = Math.ceil((s.slideCount - s.slidesToShow) / s.slidesToScroll) + 1, c;
973
+ var f;
974
+ return s.infinite ? f = Math.ceil(s.slideCount / s.slidesToScroll) : f = Math.ceil((s.slideCount - s.slidesToShow) / s.slidesToScroll) + 1, f;
975
975
  };
976
976
  return he.Dots = /* @__PURE__ */ (function(a) {
977
- ne(c, a);
978
- var s = E(c);
979
- function c() {
980
- return X(this, c), s.apply(this, arguments);
977
+ ne(f, a);
978
+ var s = E(f);
979
+ function f() {
980
+ return X(this, f), s.apply(this, arguments);
981
981
  }
982
- return z(c, [{
982
+ return z(f, [{
983
983
  key: "clickHandler",
984
984
  value: function(l, r) {
985
985
  r.preventDefault(), this.props.clickHandler(l);
@@ -992,7 +992,7 @@ function dt() {
992
992
  slidesToScroll: g,
993
993
  slidesToShow: w,
994
994
  infinite: u
995
- }), i = {
995
+ }), o = {
996
996
  onMouseEnter: r,
997
997
  onMouseOver: v,
998
998
  onMouseLeave: m
@@ -1005,95 +1005,95 @@ function dt() {
1005
1005
  slidesToScroll: g,
1006
1006
  currentSlide: t
1007
1007
  }, D = this.clickHandler.bind(this, T);
1008
- e = e.concat(/* @__PURE__ */ d.default.createElement("li", {
1008
+ e = e.concat(/* @__PURE__ */ c.default.createElement("li", {
1009
1009
  key: n,
1010
1010
  className: _
1011
- }, /* @__PURE__ */ d.default.cloneElement(this.props.customPaging(n), {
1011
+ }, /* @__PURE__ */ c.default.cloneElement(this.props.customPaging(n), {
1012
1012
  onClick: D
1013
1013
  })));
1014
1014
  }
1015
- return /* @__PURE__ */ d.default.cloneElement(this.props.appendDots(e), x({
1015
+ return /* @__PURE__ */ c.default.cloneElement(this.props.appendDots(e), x({
1016
1016
  className: this.props.dotsClass
1017
- }, i));
1017
+ }, o));
1018
1018
  }
1019
- }]), c;
1020
- })(d.default.PureComponent), he;
1019
+ }]), f;
1020
+ })(c.default.PureComponent), he;
1021
1021
  }
1022
1022
  var se = {}, qe;
1023
1023
  function pt() {
1024
1024
  if (qe) return se;
1025
1025
  qe = 1;
1026
- function o(a) {
1026
+ function i(a) {
1027
1027
  "@babel/helpers - typeof";
1028
- return o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
1028
+ return i = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
1029
1029
  return typeof s;
1030
1030
  } : function(s) {
1031
1031
  return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
1032
- }, o(a);
1032
+ }, i(a);
1033
1033
  }
1034
1034
  Object.defineProperty(se, "__esModule", {
1035
1035
  value: !0
1036
1036
  }), se.PrevArrow = se.NextArrow = void 0;
1037
- var d = y(ue), h = y(we()), O = ye();
1037
+ var c = y(ue), h = y(we()), O = ye();
1038
1038
  function y(a) {
1039
1039
  return a && a.__esModule ? a : { default: a };
1040
1040
  }
1041
1041
  function b() {
1042
1042
  return b = Object.assign ? Object.assign.bind() : function(a) {
1043
1043
  for (var s = 1; s < arguments.length; s++) {
1044
- var c = arguments[s];
1045
- for (var f in c)
1046
- ({}).hasOwnProperty.call(c, f) && (a[f] = c[f]);
1044
+ var f = arguments[s];
1045
+ for (var d in f)
1046
+ ({}).hasOwnProperty.call(f, d) && (a[d] = f[d]);
1047
1047
  }
1048
1048
  return a;
1049
1049
  }, b.apply(null, arguments);
1050
1050
  }
1051
1051
  function x(a, s) {
1052
- var c = Object.keys(a);
1052
+ var f = Object.keys(a);
1053
1053
  if (Object.getOwnPropertySymbols) {
1054
- var f = Object.getOwnPropertySymbols(a);
1055
- s && (f = f.filter(function(l) {
1054
+ var d = Object.getOwnPropertySymbols(a);
1055
+ s && (d = d.filter(function(l) {
1056
1056
  return Object.getOwnPropertyDescriptor(a, l).enumerable;
1057
- })), c.push.apply(c, f);
1057
+ })), f.push.apply(f, d);
1058
1058
  }
1059
- return c;
1059
+ return f;
1060
1060
  }
1061
1061
  function L(a) {
1062
1062
  for (var s = 1; s < arguments.length; s++) {
1063
- var c = arguments[s] != null ? arguments[s] : {};
1064
- s % 2 ? x(Object(c), !0).forEach(function(f) {
1065
- X(a, f, c[f]);
1066
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(c)) : x(Object(c)).forEach(function(f) {
1067
- Object.defineProperty(a, f, Object.getOwnPropertyDescriptor(c, f));
1063
+ var f = arguments[s] != null ? arguments[s] : {};
1064
+ s % 2 ? x(Object(f), !0).forEach(function(d) {
1065
+ X(a, d, f[d]);
1066
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(f)) : x(Object(f)).forEach(function(d) {
1067
+ Object.defineProperty(a, d, Object.getOwnPropertyDescriptor(f, d));
1068
1068
  });
1069
1069
  }
1070
1070
  return a;
1071
1071
  }
1072
- function X(a, s, c) {
1073
- return (s = ee(s)) in a ? Object.defineProperty(a, s, { value: c, enumerable: !0, configurable: !0, writable: !0 }) : a[s] = c, a;
1072
+ function X(a, s, f) {
1073
+ return (s = ee(s)) in a ? Object.defineProperty(a, s, { value: f, enumerable: !0, configurable: !0, writable: !0 }) : a[s] = f, a;
1074
1074
  }
1075
1075
  function N(a, s) {
1076
1076
  if (!(a instanceof s)) throw new TypeError("Cannot call a class as a function");
1077
1077
  }
1078
1078
  function z(a, s) {
1079
- for (var c = 0; c < s.length; c++) {
1080
- var f = s[c];
1081
- f.enumerable = f.enumerable || !1, f.configurable = !0, "value" in f && (f.writable = !0), Object.defineProperty(a, ee(f.key), f);
1079
+ for (var f = 0; f < s.length; f++) {
1080
+ var d = s[f];
1081
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(a, ee(d.key), d);
1082
1082
  }
1083
1083
  }
1084
- function U(a, s, c) {
1084
+ function U(a, s, f) {
1085
1085
  return s && z(a.prototype, s), Object.defineProperty(a, "prototype", { writable: !1 }), a;
1086
1086
  }
1087
1087
  function ee(a) {
1088
1088
  var s = ne(a, "string");
1089
- return o(s) == "symbol" ? s : s + "";
1089
+ return i(s) == "symbol" ? s : s + "";
1090
1090
  }
1091
1091
  function ne(a, s) {
1092
- if (o(a) != "object" || !a) return a;
1093
- var c = a[Symbol.toPrimitive];
1094
- if (c !== void 0) {
1095
- var f = c.call(a, s);
1096
- if (o(f) != "object") return f;
1092
+ if (i(a) != "object" || !a) return a;
1093
+ var f = a[Symbol.toPrimitive];
1094
+ if (f !== void 0) {
1095
+ var d = f.call(a, s);
1096
+ if (i(d) != "object") return d;
1097
1097
  throw new TypeError("@@toPrimitive must return a primitive value.");
1098
1098
  }
1099
1099
  return String(a);
@@ -1103,23 +1103,23 @@ function pt() {
1103
1103
  a.prototype = Object.create(s && s.prototype, { constructor: { value: a, writable: !0, configurable: !0 } }), Object.defineProperty(a, "prototype", { writable: !1 }), s && E(a, s);
1104
1104
  }
1105
1105
  function E(a, s) {
1106
- return E = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(c, f) {
1107
- return c.__proto__ = f, c;
1106
+ return E = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(f, d) {
1107
+ return f.__proto__ = d, f;
1108
1108
  }, E(a, s);
1109
1109
  }
1110
1110
  function te(a) {
1111
1111
  var s = $();
1112
1112
  return function() {
1113
- var c, f = Y(a);
1113
+ var f, d = Y(a);
1114
1114
  if (s) {
1115
1115
  var l = Y(this).constructor;
1116
- c = Reflect.construct(f, arguments, l);
1117
- } else c = f.apply(this, arguments);
1118
- return F(this, c);
1116
+ f = Reflect.construct(d, arguments, l);
1117
+ } else f = d.apply(this, arguments);
1118
+ return F(this, f);
1119
1119
  };
1120
1120
  }
1121
1121
  function F(a, s) {
1122
- if (s && (o(s) == "object" || typeof s == "function")) return s;
1122
+ if (s && (i(s) == "object" || typeof s == "function")) return s;
1123
1123
  if (s !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
1124
1124
  return K(a);
1125
1125
  }
@@ -1143,12 +1143,12 @@ function pt() {
1143
1143
  }, Y(a);
1144
1144
  }
1145
1145
  return se.PrevArrow = /* @__PURE__ */ (function(a) {
1146
- Q(c, a);
1147
- var s = te(c);
1148
- function c() {
1149
- return N(this, c), s.apply(this, arguments);
1146
+ Q(f, a);
1147
+ var s = te(f);
1148
+ function f() {
1149
+ return N(this, f), s.apply(this, arguments);
1150
1150
  }
1151
- return U(c, [{
1151
+ return U(f, [{
1152
1152
  key: "clickHandler",
1153
1153
  value: function(l, r) {
1154
1154
  r && r.preventDefault(), this.props.clickHandler(l, r);
@@ -1175,19 +1175,19 @@ function pt() {
1175
1175
  currentSlide: this.props.currentSlide,
1176
1176
  slideCount: this.props.slideCount
1177
1177
  }, u;
1178
- return this.props.prevArrow ? u = /* @__PURE__ */ d.default.cloneElement(this.props.prevArrow, L(L({}, v), m)) : u = /* @__PURE__ */ d.default.createElement("button", b({
1178
+ return this.props.prevArrow ? u = /* @__PURE__ */ c.default.cloneElement(this.props.prevArrow, L(L({}, v), m)) : u = /* @__PURE__ */ c.default.createElement("button", b({
1179
1179
  key: "0",
1180
1180
  type: "button"
1181
1181
  }, v), " ", "Previous"), u;
1182
1182
  }
1183
- }]), c;
1184
- })(d.default.PureComponent), se.NextArrow = /* @__PURE__ */ (function(a) {
1185
- Q(c, a);
1186
- var s = te(c);
1187
- function c() {
1188
- return N(this, c), s.apply(this, arguments);
1189
- }
1190
- return U(c, [{
1183
+ }]), f;
1184
+ })(c.default.PureComponent), se.NextArrow = /* @__PURE__ */ (function(a) {
1185
+ Q(f, a);
1186
+ var s = te(f);
1187
+ function f() {
1188
+ return N(this, f), s.apply(this, arguments);
1189
+ }
1190
+ return U(f, [{
1191
1191
  key: "clickHandler",
1192
1192
  value: function(l, r) {
1193
1193
  r && r.preventDefault(), this.props.clickHandler(l, r);
@@ -1214,30 +1214,30 @@ function pt() {
1214
1214
  currentSlide: this.props.currentSlide,
1215
1215
  slideCount: this.props.slideCount
1216
1216
  }, u;
1217
- return this.props.nextArrow ? u = /* @__PURE__ */ d.default.cloneElement(this.props.nextArrow, L(L({}, v), m)) : u = /* @__PURE__ */ d.default.createElement("button", b({
1217
+ return this.props.nextArrow ? u = /* @__PURE__ */ c.default.cloneElement(this.props.nextArrow, L(L({}, v), m)) : u = /* @__PURE__ */ c.default.createElement("button", b({
1218
1218
  key: "1",
1219
1219
  type: "button"
1220
1220
  }, v), " ", "Next"), u;
1221
1221
  }
1222
- }]), c;
1223
- })(d.default.PureComponent), se;
1222
+ }]), f;
1223
+ })(c.default.PureComponent), se;
1224
1224
  }
1225
1225
  var Je = (function() {
1226
1226
  if (typeof Map < "u")
1227
1227
  return Map;
1228
- function o(d, h) {
1228
+ function i(c, h) {
1229
1229
  var O = -1;
1230
- return d.some(function(y, b) {
1230
+ return c.some(function(y, b) {
1231
1231
  return y[0] === h ? (O = b, !0) : !1;
1232
1232
  }), O;
1233
1233
  }
1234
1234
  return (
1235
1235
  /** @class */
1236
1236
  (function() {
1237
- function d() {
1237
+ function c() {
1238
1238
  this.__entries__ = [];
1239
1239
  }
1240
- return Object.defineProperty(d.prototype, "size", {
1240
+ return Object.defineProperty(c.prototype, "size", {
1241
1241
  /**
1242
1242
  * @returns {boolean}
1243
1243
  */
@@ -1246,41 +1246,41 @@ var Je = (function() {
1246
1246
  },
1247
1247
  enumerable: !0,
1248
1248
  configurable: !0
1249
- }), d.prototype.get = function(h) {
1250
- var O = o(this.__entries__, h), y = this.__entries__[O];
1249
+ }), c.prototype.get = function(h) {
1250
+ var O = i(this.__entries__, h), y = this.__entries__[O];
1251
1251
  return y && y[1];
1252
- }, d.prototype.set = function(h, O) {
1253
- var y = o(this.__entries__, h);
1252
+ }, c.prototype.set = function(h, O) {
1253
+ var y = i(this.__entries__, h);
1254
1254
  ~y ? this.__entries__[y][1] = O : this.__entries__.push([h, O]);
1255
- }, d.prototype.delete = function(h) {
1256
- var O = this.__entries__, y = o(O, h);
1255
+ }, c.prototype.delete = function(h) {
1256
+ var O = this.__entries__, y = i(O, h);
1257
1257
  ~y && O.splice(y, 1);
1258
- }, d.prototype.has = function(h) {
1259
- return !!~o(this.__entries__, h);
1260
- }, d.prototype.clear = function() {
1258
+ }, c.prototype.has = function(h) {
1259
+ return !!~i(this.__entries__, h);
1260
+ }, c.prototype.clear = function() {
1261
1261
  this.__entries__.splice(0);
1262
- }, d.prototype.forEach = function(h, O) {
1262
+ }, c.prototype.forEach = function(h, O) {
1263
1263
  O === void 0 && (O = null);
1264
1264
  for (var y = 0, b = this.__entries__; y < b.length; y++) {
1265
1265
  var x = b[y];
1266
1266
  h.call(O, x[1], x[0]);
1267
1267
  }
1268
- }, d;
1268
+ }, c;
1269
1269
  })()
1270
1270
  );
1271
1271
  })(), xe = typeof window < "u" && typeof document < "u" && window.document === document, me = (function() {
1272
1272
  return typeof global < "u" && global.Math === Math ? global : typeof self < "u" && self.Math === Math ? self : typeof window < "u" && window.Math === Math ? window : Function("return this")();
1273
1273
  })(), vt = (function() {
1274
- return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(me) : function(o) {
1274
+ return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(me) : function(i) {
1275
1275
  return setTimeout(function() {
1276
- return o(Date.now());
1276
+ return i(Date.now());
1277
1277
  }, 1e3 / 60);
1278
1278
  };
1279
1279
  })(), ht = 2;
1280
- function yt(o, d) {
1280
+ function yt(i, c) {
1281
1281
  var h = !1, O = !1, y = 0;
1282
1282
  function b() {
1283
- h && (h = !1, o()), O && L();
1283
+ h && (h = !1, i()), O && L();
1284
1284
  }
1285
1285
  function x() {
1286
1286
  vt(b);
@@ -1292,7 +1292,7 @@ function yt(o, d) {
1292
1292
  return;
1293
1293
  O = !0;
1294
1294
  } else
1295
- h = !0, O = !1, setTimeout(x, d);
1295
+ h = !0, O = !1, setTimeout(x, c);
1296
1296
  y = X;
1297
1297
  }
1298
1298
  return L;
@@ -1300,210 +1300,210 @@ function yt(o, d) {
1300
1300
  var gt = 20, bt = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], mt = typeof MutationObserver < "u", St = (
1301
1301
  /** @class */
1302
1302
  (function() {
1303
- function o() {
1303
+ function i() {
1304
1304
  this.connected_ = !1, this.mutationEventsAdded_ = !1, this.mutationsObserver_ = null, this.observers_ = [], this.onTransitionEnd_ = this.onTransitionEnd_.bind(this), this.refresh = yt(this.refresh.bind(this), gt);
1305
1305
  }
1306
- return o.prototype.addObserver = function(d) {
1307
- ~this.observers_.indexOf(d) || this.observers_.push(d), this.connected_ || this.connect_();
1308
- }, o.prototype.removeObserver = function(d) {
1309
- var h = this.observers_, O = h.indexOf(d);
1306
+ return i.prototype.addObserver = function(c) {
1307
+ ~this.observers_.indexOf(c) || this.observers_.push(c), this.connected_ || this.connect_();
1308
+ }, i.prototype.removeObserver = function(c) {
1309
+ var h = this.observers_, O = h.indexOf(c);
1310
1310
  ~O && h.splice(O, 1), !h.length && this.connected_ && this.disconnect_();
1311
- }, o.prototype.refresh = function() {
1312
- var d = this.updateObservers_();
1313
- d && this.refresh();
1314
- }, o.prototype.updateObservers_ = function() {
1315
- var d = this.observers_.filter(function(h) {
1311
+ }, i.prototype.refresh = function() {
1312
+ var c = this.updateObservers_();
1313
+ c && this.refresh();
1314
+ }, i.prototype.updateObservers_ = function() {
1315
+ var c = this.observers_.filter(function(h) {
1316
1316
  return h.gatherActive(), h.hasActive();
1317
1317
  });
1318
- return d.forEach(function(h) {
1318
+ return c.forEach(function(h) {
1319
1319
  return h.broadcastActive();
1320
- }), d.length > 0;
1321
- }, o.prototype.connect_ = function() {
1320
+ }), c.length > 0;
1321
+ }, i.prototype.connect_ = function() {
1322
1322
  !xe || this.connected_ || (document.addEventListener("transitionend", this.onTransitionEnd_), window.addEventListener("resize", this.refresh), mt ? (this.mutationsObserver_ = new MutationObserver(this.refresh), this.mutationsObserver_.observe(document, {
1323
1323
  attributes: !0,
1324
1324
  childList: !0,
1325
1325
  characterData: !0,
1326
1326
  subtree: !0
1327
1327
  })) : (document.addEventListener("DOMSubtreeModified", this.refresh), this.mutationEventsAdded_ = !0), this.connected_ = !0);
1328
- }, o.prototype.disconnect_ = function() {
1328
+ }, i.prototype.disconnect_ = function() {
1329
1329
  !xe || !this.connected_ || (document.removeEventListener("transitionend", this.onTransitionEnd_), window.removeEventListener("resize", this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ && document.removeEventListener("DOMSubtreeModified", this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !1, this.connected_ = !1);
1330
- }, o.prototype.onTransitionEnd_ = function(d) {
1331
- var h = d.propertyName, O = h === void 0 ? "" : h, y = bt.some(function(b) {
1330
+ }, i.prototype.onTransitionEnd_ = function(c) {
1331
+ var h = c.propertyName, O = h === void 0 ? "" : h, y = bt.some(function(b) {
1332
1332
  return !!~O.indexOf(b);
1333
1333
  });
1334
1334
  y && this.refresh();
1335
- }, o.getInstance = function() {
1336
- return this.instance_ || (this.instance_ = new o()), this.instance_;
1337
- }, o.instance_ = null, o;
1335
+ }, i.getInstance = function() {
1336
+ return this.instance_ || (this.instance_ = new i()), this.instance_;
1337
+ }, i.instance_ = null, i;
1338
1338
  })()
1339
- ), Qe = (function(o, d) {
1340
- for (var h = 0, O = Object.keys(d); h < O.length; h++) {
1339
+ ), Qe = (function(i, c) {
1340
+ for (var h = 0, O = Object.keys(c); h < O.length; h++) {
1341
1341
  var y = O[h];
1342
- Object.defineProperty(o, y, {
1343
- value: d[y],
1342
+ Object.defineProperty(i, y, {
1343
+ value: c[y],
1344
1344
  enumerable: !1,
1345
1345
  writable: !1,
1346
1346
  configurable: !0
1347
1347
  });
1348
1348
  }
1349
- return o;
1350
- }), ce = (function(o) {
1351
- var d = o && o.ownerDocument && o.ownerDocument.defaultView;
1352
- return d || me;
1349
+ return i;
1350
+ }), ce = (function(i) {
1351
+ var c = i && i.ownerDocument && i.ownerDocument.defaultView;
1352
+ return c || me;
1353
1353
  }), Ze = Oe(0, 0, 0, 0);
1354
- function Se(o) {
1355
- return parseFloat(o) || 0;
1354
+ function Se(i) {
1355
+ return parseFloat(i) || 0;
1356
1356
  }
1357
- function Fe(o) {
1358
- for (var d = [], h = 1; h < arguments.length; h++)
1359
- d[h - 1] = arguments[h];
1360
- return d.reduce(function(O, y) {
1361
- var b = o["border-" + y + "-width"];
1357
+ function Fe(i) {
1358
+ for (var c = [], h = 1; h < arguments.length; h++)
1359
+ c[h - 1] = arguments[h];
1360
+ return c.reduce(function(O, y) {
1361
+ var b = i["border-" + y + "-width"];
1362
1362
  return O + Se(b);
1363
1363
  }, 0);
1364
1364
  }
1365
- function wt(o) {
1366
- for (var d = ["top", "right", "bottom", "left"], h = {}, O = 0, y = d; O < y.length; O++) {
1367
- var b = y[O], x = o["padding-" + b];
1365
+ function wt(i) {
1366
+ for (var c = ["top", "right", "bottom", "left"], h = {}, O = 0, y = c; O < y.length; O++) {
1367
+ var b = y[O], x = i["padding-" + b];
1368
1368
  h[b] = Se(x);
1369
1369
  }
1370
1370
  return h;
1371
1371
  }
1372
- function Ot(o) {
1373
- var d = o.getBBox();
1374
- return Oe(0, 0, d.width, d.height);
1372
+ function Ot(i) {
1373
+ var c = i.getBBox();
1374
+ return Oe(0, 0, c.width, c.height);
1375
1375
  }
1376
- function _t(o) {
1377
- var d = o.clientWidth, h = o.clientHeight;
1378
- if (!d && !h)
1376
+ function _t(i) {
1377
+ var c = i.clientWidth, h = i.clientHeight;
1378
+ if (!c && !h)
1379
1379
  return Ze;
1380
- var O = ce(o).getComputedStyle(o), y = wt(O), b = y.left + y.right, x = y.top + y.bottom, L = Se(O.width), X = Se(O.height);
1381
- if (O.boxSizing === "border-box" && (Math.round(L + b) !== d && (L -= Fe(O, "left", "right") + b), Math.round(X + x) !== h && (X -= Fe(O, "top", "bottom") + x)), !Pt(o)) {
1382
- var N = Math.round(L + b) - d, z = Math.round(X + x) - h;
1380
+ var O = ce(i).getComputedStyle(i), y = wt(O), b = y.left + y.right, x = y.top + y.bottom, L = Se(O.width), X = Se(O.height);
1381
+ if (O.boxSizing === "border-box" && (Math.round(L + b) !== c && (L -= Fe(O, "left", "right") + b), Math.round(X + x) !== h && (X -= Fe(O, "top", "bottom") + x)), !Pt(i)) {
1382
+ var N = Math.round(L + b) - c, z = Math.round(X + x) - h;
1383
1383
  Math.abs(N) !== 1 && (L -= N), Math.abs(z) !== 1 && (X -= z);
1384
1384
  }
1385
1385
  return Oe(y.left, y.top, L, X);
1386
1386
  }
1387
1387
  var kt = /* @__PURE__ */ (function() {
1388
- return typeof SVGGraphicsElement < "u" ? function(o) {
1389
- return o instanceof ce(o).SVGGraphicsElement;
1390
- } : function(o) {
1391
- return o instanceof ce(o).SVGElement && typeof o.getBBox == "function";
1388
+ return typeof SVGGraphicsElement < "u" ? function(i) {
1389
+ return i instanceof ce(i).SVGGraphicsElement;
1390
+ } : function(i) {
1391
+ return i instanceof ce(i).SVGElement && typeof i.getBBox == "function";
1392
1392
  };
1393
1393
  })();
1394
- function Pt(o) {
1395
- return o === ce(o).document.documentElement;
1394
+ function Pt(i) {
1395
+ return i === ce(i).document.documentElement;
1396
1396
  }
1397
- function Ct(o) {
1398
- return xe ? kt(o) ? Ot(o) : _t(o) : Ze;
1397
+ function Ct(i) {
1398
+ return xe ? kt(i) ? Ot(i) : _t(i) : Ze;
1399
1399
  }
1400
- function Tt(o) {
1401
- var d = o.x, h = o.y, O = o.width, y = o.height, b = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, x = Object.create(b.prototype);
1400
+ function Tt(i) {
1401
+ var c = i.x, h = i.y, O = i.width, y = i.height, b = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, x = Object.create(b.prototype);
1402
1402
  return Qe(x, {
1403
- x: d,
1403
+ x: c,
1404
1404
  y: h,
1405
1405
  width: O,
1406
1406
  height: y,
1407
1407
  top: h,
1408
- right: d + O,
1408
+ right: c + O,
1409
1409
  bottom: y + h,
1410
- left: d
1410
+ left: c
1411
1411
  }), x;
1412
1412
  }
1413
- function Oe(o, d, h, O) {
1414
- return { x: o, y: d, width: h, height: O };
1413
+ function Oe(i, c, h, O) {
1414
+ return { x: i, y: c, width: h, height: O };
1415
1415
  }
1416
1416
  var jt = (
1417
1417
  /** @class */
1418
1418
  (function() {
1419
- function o(d) {
1420
- this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = Oe(0, 0, 0, 0), this.target = d;
1421
- }
1422
- return o.prototype.isActive = function() {
1423
- var d = Ct(this.target);
1424
- return this.contentRect_ = d, d.width !== this.broadcastWidth || d.height !== this.broadcastHeight;
1425
- }, o.prototype.broadcastRect = function() {
1426
- var d = this.contentRect_;
1427
- return this.broadcastWidth = d.width, this.broadcastHeight = d.height, d;
1428
- }, o;
1419
+ function i(c) {
1420
+ this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = Oe(0, 0, 0, 0), this.target = c;
1421
+ }
1422
+ return i.prototype.isActive = function() {
1423
+ var c = Ct(this.target);
1424
+ return this.contentRect_ = c, c.width !== this.broadcastWidth || c.height !== this.broadcastHeight;
1425
+ }, i.prototype.broadcastRect = function() {
1426
+ var c = this.contentRect_;
1427
+ return this.broadcastWidth = c.width, this.broadcastHeight = c.height, c;
1428
+ }, i;
1429
1429
  })()
1430
1430
  ), Et = (
1431
1431
  /** @class */
1432
1432
  /* @__PURE__ */ (function() {
1433
- function o(d, h) {
1433
+ function i(c, h) {
1434
1434
  var O = Tt(h);
1435
- Qe(this, { target: d, contentRect: O });
1435
+ Qe(this, { target: c, contentRect: O });
1436
1436
  }
1437
- return o;
1437
+ return i;
1438
1438
  })()
1439
1439
  ), Lt = (
1440
1440
  /** @class */
1441
1441
  (function() {
1442
- function o(d, h, O) {
1443
- if (this.activeObservations_ = [], this.observations_ = new Je(), typeof d != "function")
1442
+ function i(c, h, O) {
1443
+ if (this.activeObservations_ = [], this.observations_ = new Je(), typeof c != "function")
1444
1444
  throw new TypeError("The callback provided as parameter 1 is not a function.");
1445
- this.callback_ = d, this.controller_ = h, this.callbackCtx_ = O;
1445
+ this.callback_ = c, this.controller_ = h, this.callbackCtx_ = O;
1446
1446
  }
1447
- return o.prototype.observe = function(d) {
1447
+ return i.prototype.observe = function(c) {
1448
1448
  if (!arguments.length)
1449
1449
  throw new TypeError("1 argument required, but only 0 present.");
1450
1450
  if (!(typeof Element > "u" || !(Element instanceof Object))) {
1451
- if (!(d instanceof ce(d).Element))
1451
+ if (!(c instanceof ce(c).Element))
1452
1452
  throw new TypeError('parameter 1 is not of type "Element".');
1453
1453
  var h = this.observations_;
1454
- h.has(d) || (h.set(d, new jt(d)), this.controller_.addObserver(this), this.controller_.refresh());
1454
+ h.has(c) || (h.set(c, new jt(c)), this.controller_.addObserver(this), this.controller_.refresh());
1455
1455
  }
1456
- }, o.prototype.unobserve = function(d) {
1456
+ }, i.prototype.unobserve = function(c) {
1457
1457
  if (!arguments.length)
1458
1458
  throw new TypeError("1 argument required, but only 0 present.");
1459
1459
  if (!(typeof Element > "u" || !(Element instanceof Object))) {
1460
- if (!(d instanceof ce(d).Element))
1460
+ if (!(c instanceof ce(c).Element))
1461
1461
  throw new TypeError('parameter 1 is not of type "Element".');
1462
1462
  var h = this.observations_;
1463
- h.has(d) && (h.delete(d), h.size || this.controller_.removeObserver(this));
1463
+ h.has(c) && (h.delete(c), h.size || this.controller_.removeObserver(this));
1464
1464
  }
1465
- }, o.prototype.disconnect = function() {
1465
+ }, i.prototype.disconnect = function() {
1466
1466
  this.clearActive(), this.observations_.clear(), this.controller_.removeObserver(this);
1467
- }, o.prototype.gatherActive = function() {
1468
- var d = this;
1467
+ }, i.prototype.gatherActive = function() {
1468
+ var c = this;
1469
1469
  this.clearActive(), this.observations_.forEach(function(h) {
1470
- h.isActive() && d.activeObservations_.push(h);
1470
+ h.isActive() && c.activeObservations_.push(h);
1471
1471
  });
1472
- }, o.prototype.broadcastActive = function() {
1472
+ }, i.prototype.broadcastActive = function() {
1473
1473
  if (this.hasActive()) {
1474
- var d = this.callbackCtx_, h = this.activeObservations_.map(function(O) {
1474
+ var c = this.callbackCtx_, h = this.activeObservations_.map(function(O) {
1475
1475
  return new Et(O.target, O.broadcastRect());
1476
1476
  });
1477
- this.callback_.call(d, h, d), this.clearActive();
1477
+ this.callback_.call(c, h, c), this.clearActive();
1478
1478
  }
1479
- }, o.prototype.clearActive = function() {
1479
+ }, i.prototype.clearActive = function() {
1480
1480
  this.activeObservations_.splice(0);
1481
- }, o.prototype.hasActive = function() {
1481
+ }, i.prototype.hasActive = function() {
1482
1482
  return this.activeObservations_.length > 0;
1483
- }, o;
1483
+ }, i;
1484
1484
  })()
1485
1485
  ), et = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Je(), tt = (
1486
1486
  /** @class */
1487
1487
  /* @__PURE__ */ (function() {
1488
- function o(d) {
1489
- if (!(this instanceof o))
1488
+ function i(c) {
1489
+ if (!(this instanceof i))
1490
1490
  throw new TypeError("Cannot call a class as a function.");
1491
1491
  if (!arguments.length)
1492
1492
  throw new TypeError("1 argument required, but only 0 present.");
1493
- var h = St.getInstance(), O = new Lt(d, h, this);
1493
+ var h = St.getInstance(), O = new Lt(c, h, this);
1494
1494
  et.set(this, O);
1495
1495
  }
1496
- return o;
1496
+ return i;
1497
1497
  })()
1498
1498
  );
1499
1499
  [
1500
1500
  "observe",
1501
1501
  "unobserve",
1502
1502
  "disconnect"
1503
- ].forEach(function(o) {
1504
- tt.prototype[o] = function() {
1505
- var d;
1506
- return (d = et.get(this))[o].apply(d, arguments);
1503
+ ].forEach(function(i) {
1504
+ tt.prototype[i] = function() {
1505
+ var c;
1506
+ return (c = et.get(this))[i].apply(c, arguments);
1507
1507
  };
1508
1508
  });
1509
1509
  var xt = (function() {
@@ -1519,7 +1519,7 @@ function zt() {
1519
1519
  Be = 1, Object.defineProperty(pe, "__esModule", {
1520
1520
  value: !0
1521
1521
  }), pe.InnerSlider = void 0;
1522
- var o = N(ue), d = N(ut()), h = N(ct()), O = N(we()), y = ye(), b = ft(), x = dt(), L = pt(), X = N(Rt);
1522
+ var i = N(ue), c = N(ut()), h = N(ct()), O = N(we()), y = ye(), b = ft(), x = dt(), L = pt(), X = N(Rt);
1523
1523
  function N(u) {
1524
1524
  return u && u.__esModule ? u : { default: u };
1525
1525
  }
@@ -1604,7 +1604,7 @@ function zt() {
1604
1604
  }, Y(u, g);
1605
1605
  }
1606
1606
  function a(u) {
1607
- var g = f();
1607
+ var g = d();
1608
1608
  return function() {
1609
1609
  var w, P = l(u);
1610
1610
  if (g) {
@@ -1617,19 +1617,19 @@ function zt() {
1617
1617
  function s(u, g) {
1618
1618
  if (g && (z(g) == "object" || typeof g == "function")) return g;
1619
1619
  if (g !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
1620
- return c(u);
1620
+ return f(u);
1621
1621
  }
1622
- function c(u) {
1622
+ function f(u) {
1623
1623
  if (u === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
1624
1624
  return u;
1625
1625
  }
1626
- function f() {
1626
+ function d() {
1627
1627
  try {
1628
1628
  var u = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
1629
1629
  }));
1630
1630
  } catch {
1631
1631
  }
1632
- return (f = function() {
1632
+ return (d = function() {
1633
1633
  return !!u;
1634
1634
  })();
1635
1635
  }
@@ -1660,23 +1660,23 @@ function zt() {
1660
1660
  var g = a(w);
1661
1661
  function w(P) {
1662
1662
  var t;
1663
- te(this, w), t = g.call(this, P), r(c(t), "listRefHandler", function(i) {
1664
- return t.list = i;
1665
- }), r(c(t), "trackRefHandler", function(i) {
1666
- return t.track = i;
1667
- }), r(c(t), "adaptHeight", function() {
1663
+ te(this, w), t = g.call(this, P), r(f(t), "listRefHandler", function(o) {
1664
+ return t.list = o;
1665
+ }), r(f(t), "trackRefHandler", function(o) {
1666
+ return t.track = o;
1667
+ }), r(f(t), "adaptHeight", function() {
1668
1668
  if (t.props.adaptiveHeight && t.list) {
1669
- var i = t.list.querySelector('[data-index="'.concat(t.state.currentSlide, '"]'));
1670
- t.list.style.height = (0, y.getHeight)(i) + "px";
1669
+ var o = t.list.querySelector('[data-index="'.concat(t.state.currentSlide, '"]'));
1670
+ t.list.style.height = (0, y.getHeight)(o) + "px";
1671
1671
  }
1672
- }), r(c(t), "componentDidMount", function() {
1672
+ }), r(f(t), "componentDidMount", function() {
1673
1673
  if (t.props.onInit && t.props.onInit(), t.props.lazyLoad) {
1674
- var i = (0, y.getOnDemandLazySlides)(E(E({}, t.props), t.state));
1675
- i.length > 0 && (t.setState(function(n) {
1674
+ var o = (0, y.getOnDemandLazySlides)(E(E({}, t.props), t.state));
1675
+ o.length > 0 && (t.setState(function(n) {
1676
1676
  return {
1677
- lazyLoadedList: n.lazyLoadedList.concat(i)
1677
+ lazyLoadedList: n.lazyLoadedList.concat(o)
1678
1678
  };
1679
- }), t.props.onLazyLoad && t.props.onLazyLoad(i));
1679
+ }), t.props.onLazyLoad && t.props.onLazyLoad(o));
1680
1680
  }
1681
1681
  var e = E({
1682
1682
  listRef: t.list,
@@ -1691,11 +1691,11 @@ function zt() {
1691
1691
  }), t.ro.observe(t.list), document.querySelectorAll && Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"), function(n) {
1692
1692
  n.onfocus = t.props.pauseOnFocus ? t.onSlideFocus : null, n.onblur = t.props.pauseOnFocus ? t.onSlideBlur : null;
1693
1693
  }), window.addEventListener ? window.addEventListener("resize", t.onWindowResized) : window.attachEvent("onresize", t.onWindowResized);
1694
- }), r(c(t), "componentWillUnmount", function() {
1695
- t.animationEndCallback && clearTimeout(t.animationEndCallback), t.lazyLoadTimer && clearInterval(t.lazyLoadTimer), t.callbackTimers.length && (t.callbackTimers.forEach(function(i) {
1696
- return clearTimeout(i);
1694
+ }), r(f(t), "componentWillUnmount", function() {
1695
+ t.animationEndCallback && clearTimeout(t.animationEndCallback), t.lazyLoadTimer && clearInterval(t.lazyLoadTimer), t.callbackTimers.length && (t.callbackTimers.forEach(function(o) {
1696
+ return clearTimeout(o);
1697
1697
  }), t.callbackTimers = []), window.addEventListener ? window.removeEventListener("resize", t.onWindowResized) : window.detachEvent("onresize", t.onWindowResized), t.autoplayTimer && clearInterval(t.autoplayTimer), t.ro.disconnect();
1698
- }), r(c(t), "componentDidUpdate", function(i) {
1698
+ }), r(f(t), "componentDidUpdate", function(o) {
1699
1699
  if (t.checkImagesLoad(), t.props.onReInit && t.props.onReInit(), t.props.lazyLoad) {
1700
1700
  var e = (0, y.getOnDemandLazySlides)(E(E({}, t.props), t.state));
1701
1701
  e.length > 0 && (t.setState(function(k) {
@@ -1708,60 +1708,60 @@ function zt() {
1708
1708
  var n = E(E({
1709
1709
  listRef: t.list,
1710
1710
  trackRef: t.track
1711
- }, t.props), t.state), p = t.didPropsChange(i);
1711
+ }, t.props), t.state), p = t.didPropsChange(o);
1712
1712
  p && t.updateState(n, p, function() {
1713
- t.state.currentSlide >= o.default.Children.count(t.props.children) && t.changeSlide({
1713
+ t.state.currentSlide >= i.default.Children.count(t.props.children) && t.changeSlide({
1714
1714
  message: "index",
1715
- index: o.default.Children.count(t.props.children) - t.props.slidesToShow,
1715
+ index: i.default.Children.count(t.props.children) - t.props.slidesToShow,
1716
1716
  currentSlide: t.state.currentSlide
1717
1717
  }), t.props.autoplay ? t.autoPlay("update") : t.pause("paused");
1718
1718
  });
1719
- }), r(c(t), "onWindowResized", function(i) {
1719
+ }), r(f(t), "onWindowResized", function(o) {
1720
1720
  t.debouncedResize && t.debouncedResize.cancel(), t.debouncedResize = (0, h.default)(function() {
1721
- return t.resizeWindow(i);
1721
+ return t.resizeWindow(o);
1722
1722
  }, 50), t.debouncedResize();
1723
- }), r(c(t), "resizeWindow", function() {
1724
- var i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !0, e = !!(t.track && t.track.node);
1723
+ }), r(f(t), "resizeWindow", function() {
1724
+ var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !0, e = !!(t.track && t.track.node);
1725
1725
  if (e) {
1726
1726
  var n = E(E({
1727
1727
  listRef: t.list,
1728
1728
  trackRef: t.track
1729
1729
  }, t.props), t.state);
1730
- t.updateState(n, i, function() {
1730
+ t.updateState(n, o, function() {
1731
1731
  t.props.autoplay ? t.autoPlay("update") : t.pause("paused");
1732
1732
  }), t.setState({
1733
1733
  animating: !1
1734
1734
  }), clearTimeout(t.animationEndCallback), delete t.animationEndCallback;
1735
1735
  }
1736
- }), r(c(t), "updateState", function(i, e, n) {
1737
- var p = (0, y.initializedState)(i);
1738
- i = E(E(E({}, i), p), {}, {
1736
+ }), r(f(t), "updateState", function(o, e, n) {
1737
+ var p = (0, y.initializedState)(o);
1738
+ o = E(E(E({}, o), p), {}, {
1739
1739
  slideIndex: p.currentSlide
1740
1740
  });
1741
- var k = (0, y.getTrackLeft)(i);
1742
- i = E(E({}, i), {}, {
1741
+ var k = (0, y.getTrackLeft)(o);
1742
+ o = E(E({}, o), {}, {
1743
1743
  left: k
1744
1744
  });
1745
- var S = (0, y.getTrackCSS)(i);
1746
- (e || o.default.Children.count(t.props.children) !== o.default.Children.count(i.children)) && (p.trackStyle = S), t.setState(p, n);
1747
- }), r(c(t), "ssrInit", function() {
1745
+ var S = (0, y.getTrackCSS)(o);
1746
+ (e || i.default.Children.count(t.props.children) !== i.default.Children.count(o.children)) && (p.trackStyle = S), t.setState(p, n);
1747
+ }), r(f(t), "ssrInit", function() {
1748
1748
  if (t.props.variableWidth) {
1749
- var i = 0, e = 0, n = [], p = (0, y.getPreClones)(E(E(E({}, t.props), t.state), {}, {
1749
+ var o = 0, e = 0, n = [], p = (0, y.getPreClones)(E(E(E({}, t.props), t.state), {}, {
1750
1750
  slideCount: t.props.children.length
1751
1751
  })), k = (0, y.getPostClones)(E(E(E({}, t.props), t.state), {}, {
1752
1752
  slideCount: t.props.children.length
1753
1753
  }));
1754
1754
  t.props.children.forEach(function(J) {
1755
- n.push(J.props.style.width), i += J.props.style.width;
1755
+ n.push(J.props.style.width), o += J.props.style.width;
1756
1756
  });
1757
1757
  for (var S = 0; S < p; S++)
1758
- e += n[n.length - 1 - S], i += n[n.length - 1 - S];
1758
+ e += n[n.length - 1 - S], o += n[n.length - 1 - S];
1759
1759
  for (var C = 0; C < k; C++)
1760
- i += n[C];
1760
+ o += n[C];
1761
1761
  for (var _ = 0; _ < t.state.currentSlide; _++)
1762
1762
  e += n[_];
1763
1763
  var T = {
1764
- width: i + "px",
1764
+ width: o + "px",
1765
1765
  left: -e + "px"
1766
1766
  };
1767
1767
  if (t.props.centerMode) {
@@ -1772,7 +1772,7 @@ function zt() {
1772
1772
  trackStyle: T
1773
1773
  };
1774
1774
  }
1775
- var I = o.default.Children.count(t.props.children), H = E(E(E({}, t.props), t.state), {}, {
1775
+ var I = i.default.Children.count(t.props.children), H = E(E(E({}, t.props), t.state), {}, {
1776
1776
  slideCount: I
1777
1777
  }), G = (0, y.getPreClones)(H) + (0, y.getPostClones)(H) + I, B = 100 / t.props.slidesToShow * G, W = 100 / G, R = -W * ((0, y.getPreClones)(H) + t.state.currentSlide) * B / 100;
1778
1778
  t.props.centerMode && (R += (100 - W * B / 100) / 2);
@@ -1784,9 +1784,9 @@ function zt() {
1784
1784
  slideWidth: W + "%",
1785
1785
  trackStyle: q
1786
1786
  };
1787
- }), r(c(t), "checkImagesLoad", function() {
1788
- var i = t.list && t.list.querySelectorAll && t.list.querySelectorAll(".slick-slide img") || [], e = i.length, n = 0;
1789
- Array.prototype.forEach.call(i, function(p) {
1787
+ }), r(f(t), "checkImagesLoad", function() {
1788
+ var o = t.list && t.list.querySelectorAll && t.list.querySelectorAll(".slick-slide img") || [], e = o.length, n = 0;
1789
+ Array.prototype.forEach.call(o, function(p) {
1790
1790
  var k = function() {
1791
1791
  return ++n && n >= e && t.onWindowResized();
1792
1792
  };
@@ -1806,25 +1806,25 @@ function zt() {
1806
1806
  k(), t.props.onLazyLoadError && t.props.onLazyLoadError();
1807
1807
  }));
1808
1808
  });
1809
- }), r(c(t), "progressiveLazyLoad", function() {
1810
- for (var i = [], e = E(E({}, t.props), t.state), n = t.state.currentSlide; n < t.state.slideCount + (0, y.getPostClones)(e); n++)
1809
+ }), r(f(t), "progressiveLazyLoad", function() {
1810
+ for (var o = [], e = E(E({}, t.props), t.state), n = t.state.currentSlide; n < t.state.slideCount + (0, y.getPostClones)(e); n++)
1811
1811
  if (t.state.lazyLoadedList.indexOf(n) < 0) {
1812
- i.push(n);
1812
+ o.push(n);
1813
1813
  break;
1814
1814
  }
1815
1815
  for (var p = t.state.currentSlide - 1; p >= -(0, y.getPreClones)(e); p--)
1816
1816
  if (t.state.lazyLoadedList.indexOf(p) < 0) {
1817
- i.push(p);
1817
+ o.push(p);
1818
1818
  break;
1819
1819
  }
1820
- i.length > 0 ? (t.setState(function(k) {
1820
+ o.length > 0 ? (t.setState(function(k) {
1821
1821
  return {
1822
- lazyLoadedList: k.lazyLoadedList.concat(i)
1822
+ lazyLoadedList: k.lazyLoadedList.concat(o)
1823
1823
  };
1824
- }), t.props.onLazyLoad && t.props.onLazyLoad(i)) : t.lazyLoadTimer && (clearInterval(t.lazyLoadTimer), delete t.lazyLoadTimer);
1825
- }), r(c(t), "slideHandler", function(i) {
1824
+ }), t.props.onLazyLoad && t.props.onLazyLoad(o)) : t.lazyLoadTimer && (clearInterval(t.lazyLoadTimer), delete t.lazyLoadTimer);
1825
+ }), r(f(t), "slideHandler", function(o) {
1826
1826
  var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, n = t.props, p = n.asNavFor, k = n.beforeChange, S = n.onLazyLoad, C = n.speed, _ = n.afterChange, T = t.state.currentSlide, D = (0, y.slideHandler)(E(E(E({
1827
- index: i
1827
+ index: o
1828
1828
  }, t.props), t.state), {}, {
1829
1829
  trackRef: t.track,
1830
1830
  useCSS: t.props.useCSS && !e
@@ -1835,7 +1835,7 @@ function zt() {
1835
1835
  return t.state.lazyLoadedList.indexOf(B) < 0;
1836
1836
  });
1837
1837
  S && G.length > 0 && S(G), !t.props.waitForAnimate && t.animationEndCallback && (clearTimeout(t.animationEndCallback), _ && _(T), delete t.animationEndCallback), t.setState(I, function() {
1838
- p && t.asNavForIndex !== i && (t.asNavForIndex = i, p.innerSlider.slideHandler(i)), H && (t.animationEndCallback = setTimeout(function() {
1838
+ p && t.asNavForIndex !== o && (t.asNavForIndex = o, p.innerSlider.slideHandler(o)), H && (t.animationEndCallback = setTimeout(function() {
1839
1839
  var B = H.animating, W = ee(H, ["animating"]);
1840
1840
  t.setState(W, function() {
1841
1841
  t.callbackTimers.push(setTimeout(function() {
@@ -1847,41 +1847,41 @@ function zt() {
1847
1847
  }, C));
1848
1848
  });
1849
1849
  }
1850
- }), r(c(t), "changeSlide", function(i) {
1851
- var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, n = E(E({}, t.props), t.state), p = (0, y.changeSlide)(n, i);
1850
+ }), r(f(t), "changeSlide", function(o) {
1851
+ var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, n = E(E({}, t.props), t.state), p = (0, y.changeSlide)(n, o);
1852
1852
  if (!(p !== 0 && !p) && (e === !0 ? t.slideHandler(p, e) : t.slideHandler(p), t.props.autoplay && t.autoPlay("update"), t.props.focusOnSelect)) {
1853
1853
  var k = t.list.querySelectorAll(".slick-current");
1854
1854
  k[0] && k[0].focus();
1855
1855
  }
1856
- }), r(c(t), "clickHandler", function(i) {
1857
- t.clickable === !1 && (i.stopPropagation(), i.preventDefault()), t.clickable = !0;
1858
- }), r(c(t), "keyHandler", function(i) {
1859
- var e = (0, y.keyHandler)(i, t.props.accessibility, t.props.rtl);
1856
+ }), r(f(t), "clickHandler", function(o) {
1857
+ t.clickable === !1 && (o.stopPropagation(), o.preventDefault()), t.clickable = !0;
1858
+ }), r(f(t), "keyHandler", function(o) {
1859
+ var e = (0, y.keyHandler)(o, t.props.accessibility, t.props.rtl);
1860
1860
  e !== "" && t.changeSlide({
1861
1861
  message: e
1862
1862
  });
1863
- }), r(c(t), "selectHandler", function(i) {
1864
- t.changeSlide(i);
1865
- }), r(c(t), "disableBodyScroll", function() {
1866
- var i = function(n) {
1863
+ }), r(f(t), "selectHandler", function(o) {
1864
+ t.changeSlide(o);
1865
+ }), r(f(t), "disableBodyScroll", function() {
1866
+ var o = function(n) {
1867
1867
  n = n || window.event, n.preventDefault && n.preventDefault(), n.returnValue = !1;
1868
1868
  };
1869
- window.ontouchmove = i;
1870
- }), r(c(t), "enableBodyScroll", function() {
1869
+ window.ontouchmove = o;
1870
+ }), r(f(t), "enableBodyScroll", function() {
1871
1871
  window.ontouchmove = null;
1872
- }), r(c(t), "swipeStart", function(i) {
1872
+ }), r(f(t), "swipeStart", function(o) {
1873
1873
  t.props.verticalSwiping && t.disableBodyScroll();
1874
- var e = (0, y.swipeStart)(i, t.props.swipe, t.props.draggable);
1874
+ var e = (0, y.swipeStart)(o, t.props.swipe, t.props.draggable);
1875
1875
  e !== "" && t.setState(e);
1876
- }), r(c(t), "swipeMove", function(i) {
1877
- var e = (0, y.swipeMove)(i, E(E(E({}, t.props), t.state), {}, {
1876
+ }), r(f(t), "swipeMove", function(o) {
1877
+ var e = (0, y.swipeMove)(o, E(E(E({}, t.props), t.state), {}, {
1878
1878
  trackRef: t.track,
1879
1879
  listRef: t.list,
1880
1880
  slideIndex: t.state.currentSlide
1881
1881
  }));
1882
1882
  e && (e.swiping && (t.clickable = !1), t.setState(e));
1883
- }), r(c(t), "swipeEnd", function(i) {
1884
- var e = (0, y.swipeEnd)(i, E(E(E({}, t.props), t.state), {}, {
1883
+ }), r(f(t), "swipeEnd", function(o) {
1884
+ var e = (0, y.swipeEnd)(o, E(E(E({}, t.props), t.state), {}, {
1885
1885
  trackRef: t.track,
1886
1886
  listRef: t.list,
1887
1887
  slideIndex: t.state.currentSlide
@@ -1890,77 +1890,77 @@ function zt() {
1890
1890
  var n = e.triggerSlideHandler;
1891
1891
  delete e.triggerSlideHandler, t.setState(e), n !== void 0 && (t.slideHandler(n), t.props.verticalSwiping && t.enableBodyScroll());
1892
1892
  }
1893
- }), r(c(t), "touchEnd", function(i) {
1894
- t.swipeEnd(i), t.clickable = !0;
1895
- }), r(c(t), "slickPrev", function() {
1893
+ }), r(f(t), "touchEnd", function(o) {
1894
+ t.swipeEnd(o), t.clickable = !0;
1895
+ }), r(f(t), "slickPrev", function() {
1896
1896
  t.callbackTimers.push(setTimeout(function() {
1897
1897
  return t.changeSlide({
1898
1898
  message: "previous"
1899
1899
  });
1900
1900
  }, 0));
1901
- }), r(c(t), "slickNext", function() {
1901
+ }), r(f(t), "slickNext", function() {
1902
1902
  t.callbackTimers.push(setTimeout(function() {
1903
1903
  return t.changeSlide({
1904
1904
  message: "next"
1905
1905
  });
1906
1906
  }, 0));
1907
- }), r(c(t), "slickGoTo", function(i) {
1907
+ }), r(f(t), "slickGoTo", function(o) {
1908
1908
  var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
1909
- if (i = Number(i), isNaN(i)) return "";
1909
+ if (o = Number(o), isNaN(o)) return "";
1910
1910
  t.callbackTimers.push(setTimeout(function() {
1911
1911
  return t.changeSlide({
1912
1912
  message: "index",
1913
- index: i,
1913
+ index: o,
1914
1914
  currentSlide: t.state.currentSlide
1915
1915
  }, e);
1916
1916
  }, 0));
1917
- }), r(c(t), "play", function() {
1918
- var i;
1917
+ }), r(f(t), "play", function() {
1918
+ var o;
1919
1919
  if (t.props.rtl)
1920
- i = t.state.currentSlide - t.props.slidesToScroll;
1920
+ o = t.state.currentSlide - t.props.slidesToScroll;
1921
1921
  else if ((0, y.canGoNext)(E(E({}, t.props), t.state)))
1922
- i = t.state.currentSlide + t.props.slidesToScroll;
1922
+ o = t.state.currentSlide + t.props.slidesToScroll;
1923
1923
  else
1924
1924
  return !1;
1925
- t.slideHandler(i);
1926
- }), r(c(t), "autoPlay", function(i) {
1925
+ t.slideHandler(o);
1926
+ }), r(f(t), "autoPlay", function(o) {
1927
1927
  t.autoplayTimer && clearInterval(t.autoplayTimer);
1928
1928
  var e = t.state.autoplaying;
1929
- if (i === "update") {
1929
+ if (o === "update") {
1930
1930
  if (e === "hovered" || e === "focused" || e === "paused")
1931
1931
  return;
1932
- } else if (i === "leave") {
1932
+ } else if (o === "leave") {
1933
1933
  if (e === "paused" || e === "focused")
1934
1934
  return;
1935
- } else if (i === "blur" && (e === "paused" || e === "hovered"))
1935
+ } else if (o === "blur" && (e === "paused" || e === "hovered"))
1936
1936
  return;
1937
1937
  t.autoplayTimer = setInterval(t.play, t.props.autoplaySpeed + 50), t.setState({
1938
1938
  autoplaying: "playing"
1939
1939
  });
1940
- }), r(c(t), "pause", function(i) {
1940
+ }), r(f(t), "pause", function(o) {
1941
1941
  t.autoplayTimer && (clearInterval(t.autoplayTimer), t.autoplayTimer = null);
1942
1942
  var e = t.state.autoplaying;
1943
- i === "paused" ? t.setState({
1943
+ o === "paused" ? t.setState({
1944
1944
  autoplaying: "paused"
1945
- }) : i === "focused" ? (e === "hovered" || e === "playing") && t.setState({
1945
+ }) : o === "focused" ? (e === "hovered" || e === "playing") && t.setState({
1946
1946
  autoplaying: "focused"
1947
1947
  }) : e === "playing" && t.setState({
1948
1948
  autoplaying: "hovered"
1949
1949
  });
1950
- }), r(c(t), "onDotsOver", function() {
1950
+ }), r(f(t), "onDotsOver", function() {
1951
1951
  return t.props.autoplay && t.pause("hovered");
1952
- }), r(c(t), "onDotsLeave", function() {
1952
+ }), r(f(t), "onDotsLeave", function() {
1953
1953
  return t.props.autoplay && t.state.autoplaying === "hovered" && t.autoPlay("leave");
1954
- }), r(c(t), "onTrackOver", function() {
1954
+ }), r(f(t), "onTrackOver", function() {
1955
1955
  return t.props.autoplay && t.pause("hovered");
1956
- }), r(c(t), "onTrackLeave", function() {
1956
+ }), r(f(t), "onTrackLeave", function() {
1957
1957
  return t.props.autoplay && t.state.autoplaying === "hovered" && t.autoPlay("leave");
1958
- }), r(c(t), "onSlideFocus", function() {
1958
+ }), r(f(t), "onSlideFocus", function() {
1959
1959
  return t.props.autoplay && t.pause("focused");
1960
- }), r(c(t), "onSlideBlur", function() {
1960
+ }), r(f(t), "onSlideBlur", function() {
1961
1961
  return t.props.autoplay && t.state.autoplaying === "focused" && t.autoPlay("blur");
1962
- }), r(c(t), "render", function() {
1963
- var i = (0, O.default)("slick-slider", t.props.className, {
1962
+ }), r(f(t), "render", function() {
1963
+ var o = (0, O.default)("slick-slider", t.props.className, {
1964
1964
  "slick-vertical": t.props.vertical,
1965
1965
  "slick-initialized": !0
1966
1966
  }), e = E(E({}, t.props), t.state), n = (0, y.extractObject)(e, ["fade", "cssEase", "speed", "infinite", "centerMode", "focusOnSelect", "currentSlide", "lazyLoad", "lazyLoadedList", "rtl", "slideWidth", "slideHeight", "listHeight", "vertical", "slidesToShow", "slidesToScroll", "slideCount", "trackStyle", "variableWidth", "unslick", "centerPadding", "targetSlide", "useCSS"]), p = t.props.pauseOnHover;
@@ -1978,10 +1978,10 @@ function zt() {
1978
1978
  onMouseEnter: C ? t.onDotsLeave : null,
1979
1979
  onMouseOver: C ? t.onDotsOver : null,
1980
1980
  onMouseLeave: C ? t.onDotsLeave : null
1981
- }), k = /* @__PURE__ */ o.default.createElement(x.Dots, S);
1981
+ }), k = /* @__PURE__ */ i.default.createElement(x.Dots, S);
1982
1982
  }
1983
1983
  var _, T, D = (0, y.extractObject)(e, ["infinite", "centerMode", "currentSlide", "slideCount", "slidesToShow", "prevArrow", "nextArrow"]);
1984
- D.clickHandler = t.changeSlide, t.props.arrows && (_ = /* @__PURE__ */ o.default.createElement(L.PrevArrow, D), T = /* @__PURE__ */ o.default.createElement(L.NextArrow, D));
1984
+ D.clickHandler = t.changeSlide, t.props.arrows && (_ = /* @__PURE__ */ i.default.createElement(L.PrevArrow, D), T = /* @__PURE__ */ i.default.createElement(L.NextArrow, D));
1985
1985
  var I = null;
1986
1986
  t.props.vertical && (I = {
1987
1987
  height: t.state.listHeight
@@ -2006,24 +2006,24 @@ function zt() {
2006
2006
  onTouchCancel: t.state.dragging && B ? t.swipeEnd : null,
2007
2007
  onKeyDown: t.props.accessibility ? t.keyHandler : null
2008
2008
  }, R = {
2009
- className: i,
2009
+ className: o,
2010
2010
  dir: "ltr",
2011
2011
  style: t.props.style
2012
2012
  };
2013
2013
  return t.props.unslick && (W = {
2014
2014
  className: "slick-list"
2015
2015
  }, R = {
2016
- className: i,
2016
+ className: o,
2017
2017
  style: t.props.style
2018
- }), /* @__PURE__ */ o.default.createElement("div", R, t.props.unslick ? "" : _, /* @__PURE__ */ o.default.createElement("div", U({
2018
+ }), /* @__PURE__ */ i.default.createElement("div", R, t.props.unslick ? "" : _, /* @__PURE__ */ i.default.createElement("div", U({
2019
2019
  ref: t.listRefHandler
2020
- }, W), /* @__PURE__ */ o.default.createElement(b.Track, U({
2020
+ }, W), /* @__PURE__ */ i.default.createElement(b.Track, U({
2021
2021
  ref: t.trackRefHandler
2022
2022
  }, n), t.props.children)), t.props.unslick ? "" : T, t.props.unslick ? "" : k);
2023
- }), t.list = null, t.track = null, t.state = E(E({}, d.default), {}, {
2023
+ }), t.list = null, t.track = null, t.state = E(E({}, c.default), {}, {
2024
2024
  currentSlide: t.props.initialSlide,
2025
2025
  targetSlide: t.props.initialSlide ? t.props.initialSlide : 0,
2026
- slideCount: o.default.Children.count(t.props.children)
2026
+ slideCount: i.default.Children.count(t.props.children)
2027
2027
  }), t.callbackTimers = [], t.clickable = !0, t.debouncedResize = null;
2028
2028
  var A = t.ssrInit();
2029
2029
  return t.state = E(E({}, t.state), A), t;
@@ -2031,8 +2031,8 @@ function zt() {
2031
2031
  return K(w, [{
2032
2032
  key: "didPropsChange",
2033
2033
  value: function(t) {
2034
- for (var A = !1, i = 0, e = Object.keys(this.props); i < e.length; i++) {
2035
- var n = e[i];
2034
+ for (var A = !1, o = 0, e = Object.keys(this.props); o < e.length; o++) {
2035
+ var n = e[o];
2036
2036
  if (!t.hasOwnProperty(n)) {
2037
2037
  A = !0;
2038
2038
  break;
@@ -2042,34 +2042,34 @@ function zt() {
2042
2042
  break;
2043
2043
  }
2044
2044
  }
2045
- return A || o.default.Children.count(this.props.children) !== o.default.Children.count(t.children);
2045
+ return A || i.default.Children.count(this.props.children) !== i.default.Children.count(t.children);
2046
2046
  }
2047
2047
  }]), w;
2048
- })(o.default.Component), pe;
2048
+ })(i.default.Component), pe;
2049
2049
  }
2050
2050
  var Ee, Xe;
2051
2051
  function Dt() {
2052
2052
  if (Xe) return Ee;
2053
2053
  Xe = 1;
2054
- var o = function(d) {
2055
- return d.replace(/[A-Z]/g, function(h) {
2054
+ var i = function(c) {
2055
+ return c.replace(/[A-Z]/g, function(h) {
2056
2056
  return "-" + h.toLowerCase();
2057
2057
  }).toLowerCase();
2058
2058
  };
2059
- return Ee = o, Ee;
2059
+ return Ee = i, Ee;
2060
2060
  }
2061
2061
  var Le, Ge;
2062
2062
  function It() {
2063
2063
  if (Ge) return Le;
2064
2064
  Ge = 1;
2065
- var o = Dt(), d = function(y) {
2065
+ var i = Dt(), c = function(y) {
2066
2066
  var b = /[height|width]$/;
2067
2067
  return b.test(y);
2068
2068
  }, h = function(y) {
2069
2069
  var b = "", x = Object.keys(y);
2070
2070
  return x.forEach(function(L, X) {
2071
2071
  var N = y[L];
2072
- L = o(L), d(L) && typeof N == "number" && (N = N + "px"), N === !0 ? b += L : N === !1 ? b += "not " + L : b += "(" + L + ": " + N + ")", X < x.length - 1 && (b += " and ");
2072
+ L = i(L), c(L) && typeof N == "number" && (N = N + "px"), N === !0 ? b += L : N === !1 ? b += "not " + L : b += "(" + L + ": " + N + ")", X < x.length - 1 && (b += " and ");
2073
2073
  }), b;
2074
2074
  }, O = function(y) {
2075
2075
  var b = "";
@@ -2081,78 +2081,78 @@ function It() {
2081
2081
  }
2082
2082
  var Ke;
2083
2083
  function Ht() {
2084
- return Ke || (Ke = 1, (function(o) {
2085
- Object.defineProperty(o, "__esModule", {
2084
+ return Ke || (Ke = 1, (function(i) {
2085
+ Object.defineProperty(i, "__esModule", {
2086
2086
  value: !0
2087
- }), o.default = void 0;
2088
- var d = x(ue), h = zt(), O = x(It()), y = x(Ve()), b = ye();
2089
- function x(f) {
2090
- return f && f.__esModule ? f : { default: f };
2087
+ }), i.default = void 0;
2088
+ var c = x(ue), h = zt(), O = x(It()), y = x(Ve()), b = ye();
2089
+ function x(d) {
2090
+ return d && d.__esModule ? d : { default: d };
2091
2091
  }
2092
- function L(f) {
2092
+ function L(d) {
2093
2093
  "@babel/helpers - typeof";
2094
2094
  return L = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(l) {
2095
2095
  return typeof l;
2096
2096
  } : function(l) {
2097
2097
  return l && typeof Symbol == "function" && l.constructor === Symbol && l !== Symbol.prototype ? "symbol" : typeof l;
2098
- }, L(f);
2098
+ }, L(d);
2099
2099
  }
2100
2100
  function X() {
2101
- return X = Object.assign ? Object.assign.bind() : function(f) {
2101
+ return X = Object.assign ? Object.assign.bind() : function(d) {
2102
2102
  for (var l = 1; l < arguments.length; l++) {
2103
2103
  var r = arguments[l];
2104
2104
  for (var v in r)
2105
- ({}).hasOwnProperty.call(r, v) && (f[v] = r[v]);
2105
+ ({}).hasOwnProperty.call(r, v) && (d[v] = r[v]);
2106
2106
  }
2107
- return f;
2107
+ return d;
2108
2108
  }, X.apply(null, arguments);
2109
2109
  }
2110
- function N(f, l) {
2111
- var r = Object.keys(f);
2110
+ function N(d, l) {
2111
+ var r = Object.keys(d);
2112
2112
  if (Object.getOwnPropertySymbols) {
2113
- var v = Object.getOwnPropertySymbols(f);
2113
+ var v = Object.getOwnPropertySymbols(d);
2114
2114
  l && (v = v.filter(function(m) {
2115
- return Object.getOwnPropertyDescriptor(f, m).enumerable;
2115
+ return Object.getOwnPropertyDescriptor(d, m).enumerable;
2116
2116
  })), r.push.apply(r, v);
2117
2117
  }
2118
2118
  return r;
2119
2119
  }
2120
- function z(f) {
2120
+ function z(d) {
2121
2121
  for (var l = 1; l < arguments.length; l++) {
2122
2122
  var r = arguments[l] != null ? arguments[l] : {};
2123
2123
  l % 2 ? N(Object(r), !0).forEach(function(v) {
2124
- a(f, v, r[v]);
2125
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(f, Object.getOwnPropertyDescriptors(r)) : N(Object(r)).forEach(function(v) {
2126
- Object.defineProperty(f, v, Object.getOwnPropertyDescriptor(r, v));
2124
+ a(d, v, r[v]);
2125
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(d, Object.getOwnPropertyDescriptors(r)) : N(Object(r)).forEach(function(v) {
2126
+ Object.defineProperty(d, v, Object.getOwnPropertyDescriptor(r, v));
2127
2127
  });
2128
2128
  }
2129
- return f;
2129
+ return d;
2130
2130
  }
2131
- function U(f, l) {
2132
- if (!(f instanceof l)) throw new TypeError("Cannot call a class as a function");
2131
+ function U(d, l) {
2132
+ if (!(d instanceof l)) throw new TypeError("Cannot call a class as a function");
2133
2133
  }
2134
- function ee(f, l) {
2134
+ function ee(d, l) {
2135
2135
  for (var r = 0; r < l.length; r++) {
2136
2136
  var v = l[r];
2137
- v.enumerable = v.enumerable || !1, v.configurable = !0, "value" in v && (v.writable = !0), Object.defineProperty(f, s(v.key), v);
2137
+ v.enumerable = v.enumerable || !1, v.configurable = !0, "value" in v && (v.writable = !0), Object.defineProperty(d, s(v.key), v);
2138
2138
  }
2139
2139
  }
2140
- function ne(f, l, r) {
2141
- return l && ee(f.prototype, l), Object.defineProperty(f, "prototype", { writable: !1 }), f;
2140
+ function ne(d, l, r) {
2141
+ return l && ee(d.prototype, l), Object.defineProperty(d, "prototype", { writable: !1 }), d;
2142
2142
  }
2143
- function Q(f, l) {
2143
+ function Q(d, l) {
2144
2144
  if (typeof l != "function" && l !== null) throw new TypeError("Super expression must either be null or a function");
2145
- f.prototype = Object.create(l && l.prototype, { constructor: { value: f, writable: !0, configurable: !0 } }), Object.defineProperty(f, "prototype", { writable: !1 }), l && E(f, l);
2145
+ d.prototype = Object.create(l && l.prototype, { constructor: { value: d, writable: !0, configurable: !0 } }), Object.defineProperty(d, "prototype", { writable: !1 }), l && E(d, l);
2146
2146
  }
2147
- function E(f, l) {
2147
+ function E(d, l) {
2148
2148
  return E = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(r, v) {
2149
2149
  return r.__proto__ = v, r;
2150
- }, E(f, l);
2150
+ }, E(d, l);
2151
2151
  }
2152
- function te(f) {
2152
+ function te(d) {
2153
2153
  var l = $();
2154
2154
  return function() {
2155
- var r, v = Y(f);
2155
+ var r, v = Y(d);
2156
2156
  if (l) {
2157
2157
  var m = Y(this).constructor;
2158
2158
  r = Reflect.construct(v, arguments, m);
@@ -2160,49 +2160,49 @@ function Ht() {
2160
2160
  return F(this, r);
2161
2161
  };
2162
2162
  }
2163
- function F(f, l) {
2163
+ function F(d, l) {
2164
2164
  if (l && (L(l) == "object" || typeof l == "function")) return l;
2165
2165
  if (l !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
2166
- return K(f);
2166
+ return K(d);
2167
2167
  }
2168
- function K(f) {
2169
- if (f === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
2170
- return f;
2168
+ function K(d) {
2169
+ if (d === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
2170
+ return d;
2171
2171
  }
2172
2172
  function $() {
2173
2173
  try {
2174
- var f = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
2174
+ var d = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
2175
2175
  }));
2176
2176
  } catch {
2177
2177
  }
2178
2178
  return ($ = function() {
2179
- return !!f;
2179
+ return !!d;
2180
2180
  })();
2181
2181
  }
2182
- function Y(f) {
2182
+ function Y(d) {
2183
2183
  return Y = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(l) {
2184
2184
  return l.__proto__ || Object.getPrototypeOf(l);
2185
- }, Y(f);
2185
+ }, Y(d);
2186
2186
  }
2187
- function a(f, l, r) {
2188
- return (l = s(l)) in f ? Object.defineProperty(f, l, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : f[l] = r, f;
2187
+ function a(d, l, r) {
2188
+ return (l = s(l)) in d ? Object.defineProperty(d, l, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : d[l] = r, d;
2189
2189
  }
2190
- function s(f) {
2191
- var l = c(f, "string");
2190
+ function s(d) {
2191
+ var l = f(d, "string");
2192
2192
  return L(l) == "symbol" ? l : l + "";
2193
2193
  }
2194
- function c(f, l) {
2195
- if (L(f) != "object" || !f) return f;
2196
- var r = f[Symbol.toPrimitive];
2194
+ function f(d, l) {
2195
+ if (L(d) != "object" || !d) return d;
2196
+ var r = d[Symbol.toPrimitive];
2197
2197
  if (r !== void 0) {
2198
- var v = r.call(f, l);
2198
+ var v = r.call(d, l);
2199
2199
  if (L(v) != "object") return v;
2200
2200
  throw new TypeError("@@toPrimitive must return a primitive value.");
2201
2201
  }
2202
- return (l === "string" ? String : Number)(f);
2202
+ return (l === "string" ? String : Number)(d);
2203
2203
  }
2204
- o.default = /* @__PURE__ */ (function(f) {
2205
- Q(r, f);
2204
+ i.default = /* @__PURE__ */ (function(d) {
2205
+ Q(r, d);
2206
2206
  var l = te(r);
2207
2207
  function r(v) {
2208
2208
  var m;
@@ -2285,14 +2285,14 @@ function Ht() {
2285
2285
  this.state.breakpoint ? (g = this.props.responsive.filter(function(S) {
2286
2286
  return S.breakpoint === m.state.breakpoint;
2287
2287
  }), u = g[0].settings === "unslick" ? "unslick" : z(z(z({}, y.default), this.props), g[0].settings)) : u = z(z({}, y.default), this.props), u.centerMode && (u.slidesToScroll > 1 && process.env.NODE_ENV !== "production" && console.warn("slidesToScroll should be equal to 1 in centerMode, you are using ".concat(u.slidesToScroll)), u.slidesToScroll = 1), u.fade && (u.slidesToShow > 1 && process.env.NODE_ENV !== "production" && console.warn("slidesToShow should be equal to 1 when fade is true, you're using ".concat(u.slidesToShow)), u.slidesToScroll > 1 && process.env.NODE_ENV !== "production" && console.warn("slidesToScroll should be equal to 1 when fade is true, you're using ".concat(u.slidesToScroll)), u.slidesToShow = 1, u.slidesToScroll = 1);
2288
- var w = d.default.Children.toArray(this.props.children);
2288
+ var w = c.default.Children.toArray(this.props.children);
2289
2289
  w = w.filter(function(S) {
2290
2290
  return typeof S == "string" ? !!S.trim() : !!S;
2291
2291
  }), u.variableWidth && (u.rows > 1 || u.slidesPerRow > 1) && (console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1"), u.variableWidth = !1);
2292
2292
  for (var P = [], t = null, A = 0; A < w.length; A += u.rows * u.slidesPerRow) {
2293
- for (var i = [], e = A; e < A + u.rows * u.slidesPerRow; e += u.slidesPerRow) {
2293
+ for (var o = [], e = A; e < A + u.rows * u.slidesPerRow; e += u.slidesPerRow) {
2294
2294
  for (var n = [], p = e; p < e + u.slidesPerRow && (u.variableWidth && w[p].props.style && (t = w[p].props.style.width), !(p >= w.length)); p += 1)
2295
- n.push(/* @__PURE__ */ d.default.cloneElement(w[p], {
2295
+ n.push(/* @__PURE__ */ c.default.cloneElement(w[p], {
2296
2296
  key: 100 * A + 10 * e + p,
2297
2297
  tabIndex: -1,
2298
2298
  style: {
@@ -2300,56 +2300,56 @@ function Ht() {
2300
2300
  display: "inline-block"
2301
2301
  }
2302
2302
  }));
2303
- i.push(/* @__PURE__ */ d.default.createElement("div", {
2303
+ o.push(/* @__PURE__ */ c.default.createElement("div", {
2304
2304
  key: 10 * A + e
2305
2305
  }, n));
2306
2306
  }
2307
- u.variableWidth ? P.push(/* @__PURE__ */ d.default.createElement("div", {
2307
+ u.variableWidth ? P.push(/* @__PURE__ */ c.default.createElement("div", {
2308
2308
  key: A,
2309
2309
  style: {
2310
2310
  width: t
2311
2311
  }
2312
- }, i)) : P.push(/* @__PURE__ */ d.default.createElement("div", {
2312
+ }, o)) : P.push(/* @__PURE__ */ c.default.createElement("div", {
2313
2313
  key: A
2314
- }, i));
2314
+ }, o));
2315
2315
  }
2316
2316
  if (u === "unslick") {
2317
2317
  var k = "regular slider " + (this.props.className || "");
2318
- return /* @__PURE__ */ d.default.createElement("div", {
2318
+ return /* @__PURE__ */ c.default.createElement("div", {
2319
2319
  className: k
2320
2320
  }, w);
2321
2321
  } else P.length <= u.slidesToShow && (u.unslick = !0);
2322
- return /* @__PURE__ */ d.default.createElement(h.InnerSlider, X({
2322
+ return /* @__PURE__ */ c.default.createElement(h.InnerSlider, X({
2323
2323
  style: this.props.style,
2324
2324
  ref: this.innerSliderRefHandler
2325
2325
  }, (0, b.filterSettings)(u)), P);
2326
2326
  }
2327
2327
  }]), r;
2328
- })(d.default.Component);
2328
+ })(c.default.Component);
2329
2329
  })(ke)), ke;
2330
2330
  }
2331
2331
  var Ye;
2332
2332
  function At() {
2333
- return Ye || (Ye = 1, (function(o) {
2334
- Object.defineProperty(o, "__esModule", {
2333
+ return Ye || (Ye = 1, (function(i) {
2334
+ Object.defineProperty(i, "__esModule", {
2335
2335
  value: !0
2336
- }), o.default = void 0;
2337
- var d = h(Ht());
2336
+ }), i.default = void 0;
2337
+ var c = h(Ht());
2338
2338
  function h(O) {
2339
2339
  return O && O.__esModule ? O : { default: O };
2340
2340
  }
2341
- o.default = d.default;
2341
+ i.default = c.default;
2342
2342
  })(_e)), _e;
2343
2343
  }
2344
2344
  var Nt = At();
2345
2345
  const Wt = /* @__PURE__ */ at(Nt), qt = Me("div", {
2346
- shouldForwardProp: (o) => o !== "space"
2347
- })(({ space: o }) => ({
2346
+ shouldForwardProp: (i) => i !== "space"
2347
+ })(({ space: i }) => ({
2348
2348
  ".slick-list": {
2349
- margin: `0 -${o}px`
2349
+ margin: `0 -${i}px`
2350
2350
  },
2351
2351
  ".slick-slide": {
2352
- paddingInline: o
2352
+ paddingInline: i
2353
2353
  },
2354
2354
  ".slick-track": {
2355
2355
  display: "flex"
@@ -2368,7 +2368,7 @@ const Wt = /* @__PURE__ */ at(Nt), qt = Me("div", {
2368
2368
  "&.prev": { left: 6 }
2369
2369
  }
2370
2370
  }
2371
- })), Ft = Me("ul")(({ theme: o }) => ({
2371
+ })), Ft = Me("ul")(({ theme: i }) => ({
2372
2372
  gap: 6,
2373
2373
  zIndex: 1,
2374
2374
  margin: 0,
@@ -2376,7 +2376,7 @@ const Wt = /* @__PURE__ */ at(Nt), qt = Me("div", {
2376
2376
  display: "flex",
2377
2377
  alignItems: "center",
2378
2378
  justifyContent: "center",
2379
- color: o.palette.primary.main,
2379
+ color: (i.vars || i).palette.primary.main,
2380
2380
  "& li": {
2381
2381
  width: 13,
2382
2382
  height: 7,
@@ -2386,40 +2386,40 @@ const Wt = /* @__PURE__ */ at(Nt), qt = Me("div", {
2386
2386
  alignItems: "center",
2387
2387
  justifyContent: "center",
2388
2388
  transition: "all 0.4s",
2389
- "&.slick-active span": { backgroundColor: o.palette.primary.main },
2389
+ "&.slick-active span": { backgroundColor: (i.vars || i).palette.primary.main },
2390
2390
  "&.slick-active": { width: 18 }
2391
2391
  }
2392
2392
  })), Bt = Me("span", {
2393
- shouldForwardProp: (o) => o !== "dotColor"
2394
- })(({ dotColor: o, theme: d }) => ({
2393
+ shouldForwardProp: (i) => i !== "dotColor"
2394
+ })(({ dotColor: i, theme: c }) => ({
2395
2395
  width: "100%",
2396
2396
  height: "100%",
2397
2397
  borderRadius: 12,
2398
2398
  cursor: "pointer",
2399
2399
  position: "relative",
2400
- backgroundColor: o || d.palette.grey[300]
2400
+ backgroundColor: i || (c.vars || c).palette.divider
2401
2401
  }));
2402
- function Xt({ onClick: o, sx: d, className: h }) {
2402
+ function Xt({ onClick: i, sx: c, className: h }) {
2403
2403
  const O = h == null ? void 0 : h.split(" ").filter((y) => y !== "slick-next").join(" ");
2404
- return /* @__PURE__ */ oe.jsx(Ue, { onClick: o, className: `next ${O}`, sx: d, children: /* @__PURE__ */ oe.jsx(st, { fontSize: "small" }) });
2404
+ return /* @__PURE__ */ oe.jsx(Ue, { onClick: i, className: `next ${O}`, sx: c, children: /* @__PURE__ */ oe.jsx(st, { fontSize: "small" }) });
2405
2405
  }
2406
- function Gt({ onClick: o, sx: d, className: h }) {
2406
+ function Gt({ onClick: i, sx: c, className: h }) {
2407
2407
  const O = h == null ? void 0 : h.split(" ").filter((y) => y !== "slick-prev").join(" ");
2408
- return /* @__PURE__ */ oe.jsx(Ue, { onClick: o, className: `prev ${O}`, sx: d, children: /* @__PURE__ */ oe.jsx(lt, { fontSize: "small" }) });
2408
+ return /* @__PURE__ */ oe.jsx(Ue, { onClick: i, className: `prev ${O}`, sx: c, children: /* @__PURE__ */ oe.jsx(lt, { fontSize: "small" }) });
2409
2409
  }
2410
- function Kt({ sx: o }) {
2410
+ function Kt({ sx: i }) {
2411
2411
  return {
2412
- nextArrow: /* @__PURE__ */ oe.jsx(Xt, { sx: o }),
2413
- prevArrow: /* @__PURE__ */ oe.jsx(Gt, { sx: o })
2412
+ nextArrow: /* @__PURE__ */ oe.jsx(Xt, { sx: i }),
2413
+ prevArrow: /* @__PURE__ */ oe.jsx(Gt, { sx: i })
2414
2414
  };
2415
2415
  }
2416
- function Yt({ dotColor: o, sx: d }) {
2416
+ function Yt({ dotColor: i, sx: c }) {
2417
2417
  return {
2418
- customPaging: () => /* @__PURE__ */ oe.jsx(Bt, { dotColor: o }),
2419
- appendDots: (h) => /* @__PURE__ */ oe.jsx(Ft, { sx: d, children: h })
2418
+ customPaging: () => /* @__PURE__ */ oe.jsx(Bt, { dotColor: i }),
2419
+ appendDots: (h) => /* @__PURE__ */ oe.jsx(Ft, { sx: c, children: h })
2420
2420
  };
2421
2421
  }
2422
- const er = nt((o, d) => {
2422
+ const er = nt((i, c) => {
2423
2423
  const {
2424
2424
  dotColor: h,
2425
2425
  children: O,
@@ -2430,7 +2430,7 @@ const er = nt((o, d) => {
2430
2430
  spaceBetween: X = 4,
2431
2431
  dotStyles: N = { mt: 4 },
2432
2432
  ...z
2433
- } = o, U = it(), ee = {
2433
+ } = i, U = it(), ee = {
2434
2434
  dots: b,
2435
2435
  arrows: x,
2436
2436
  slidesToShow: L,
@@ -2439,7 +2439,7 @@ const er = nt((o, d) => {
2439
2439
  ...Yt({ dotColor: h, sx: N }),
2440
2440
  ...z
2441
2441
  };
2442
- return /* @__PURE__ */ oe.jsx(qt, { space: X, children: /* @__PURE__ */ oe.jsx(Wt, { ref: d, ...ee, children: O }) });
2442
+ return /* @__PURE__ */ oe.jsx(qt, { space: X, children: /* @__PURE__ */ oe.jsx(Wt, { ref: c, ...ee, children: O }) });
2443
2443
  });
2444
2444
  export {
2445
2445
  er as default