@solostylist/ui-kit 1.0.175 → 1.0.176

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 (203) hide show
  1. package/dist/{ArrowUpward-DhTFpzoh.js → ArrowUpward-CEeqSc-C.js} +2 -2
  2. package/dist/{Box-Ha0cQ4KO.js → Box-CE3rycd-.js} +5 -5
  3. package/dist/ButtonBase-C_YYB9Ry.js +1099 -0
  4. package/dist/{ChevronLeft-CBuFk2Fh.js → ChevronLeft-6gdh4lRt.js} +2 -2
  5. package/dist/{ChevronRight-CnDWPrOm.js → ChevronRight-CC3l-wPC.js} +2 -2
  6. package/dist/{Close-BRlEKA2Q.js → Close-DOHlPcFK.js} +2 -2
  7. package/dist/{ContentCopy-7nFBtjhs.js → ContentCopy-2xxDThyB.js} +2 -2
  8. package/dist/DefaultPropsProvider-sk0uWcA6.js +64 -0
  9. package/dist/{Download-UsLvGg3y.js → Download-Chao5NQl.js} +2 -2
  10. package/dist/{ExpandMore-DTWX_mHf.js → ExpandMore-DIGPB4Mj.js} +2 -2
  11. package/dist/{Favorite-DS5Gpq2s.js → Favorite-wp65zwWq.js} +2 -2
  12. package/dist/{Menu-CWq-a1Wz.js → Menu-DZYzE2Mg.js} +908 -906
  13. package/dist/{MenuItem-DY_qFSPR.js → MenuItem-BXiIhfBS.js} +26 -25
  14. package/dist/Paper-DnctZB5U.js +689 -0
  15. package/dist/{Select-DabtQlJT.js → Select-DY7XGVsv.js} +2152 -2115
  16. package/dist/{Stack-Cq2r2NmC.js → Stack-BScsuyQy.js} +6 -6
  17. package/dist/{Typography-C8jwvSWe.js → Typography-9Kg27dDw.js} +84 -86
  18. package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
  19. package/dist/assets/s-overlay-scrollbar.css +1 -9
  20. package/dist/createSvgIcon-BKymXuBG.js +242 -0
  21. package/dist/{createTheme-3Wd3hHrj.js → createTheme-f5g1s6ww.js} +859 -906
  22. package/dist/defaultTheme-LSr-S9un.js +5 -0
  23. package/dist/entries/carousel.d.ts +10 -0
  24. package/dist/entries/carousel.js +4 -0
  25. package/dist/entries/chat.d.ts +9 -0
  26. package/dist/entries/chat.js +4 -0
  27. package/dist/entries/code.d.ts +9 -0
  28. package/dist/entries/code.js +4 -0
  29. package/dist/entries/core.d.ts +100 -0
  30. package/dist/entries/core.js +122 -0
  31. package/dist/entries/dates.d.ts +16 -0
  32. package/dist/entries/dates.js +12 -0
  33. package/dist/entries/dropzone.d.ts +9 -0
  34. package/dist/entries/dropzone.js +4 -0
  35. package/dist/entries/editor.d.ts +12 -0
  36. package/dist/entries/editor.js +4 -0
  37. package/dist/entries/gallery.d.ts +17 -0
  38. package/dist/entries/gallery.js +13 -0
  39. package/dist/entries/i18n.d.ts +13 -0
  40. package/dist/entries/i18n.js +8 -0
  41. package/dist/entries/motion.d.ts +29 -0
  42. package/dist/entries/motion.js +28 -0
  43. package/dist/entries/scrollbar.d.ts +9 -0
  44. package/dist/entries/scrollbar.js +4 -0
  45. package/dist/entries/stripe.d.ts +10 -0
  46. package/dist/entries/stripe.js +10 -0
  47. package/dist/extendSxProp-DitxZ8We.js +36 -0
  48. package/dist/hooks/index.js +8 -9
  49. package/dist/hooks/use-is-passed-position.js +10 -10
  50. package/dist/{index-BGvzecIA.js → index-D3G5Rwl-.js} +0 -7
  51. package/dist/{index-CfKHZ86U.js → index-DtYP8YE7.js} +12 -13
  52. package/dist/{jsx-runtime-OVHDjVDe.js → jsx-runtime-tc70JA_2.js} +108 -128
  53. package/dist/main.d.ts +29 -145
  54. package/dist/main.js +187 -187
  55. package/dist/mergeSlotProps-CuzBQdlp.js +62 -0
  56. package/dist/resolveProps-BDH0VJjn.js +39 -0
  57. package/dist/s-accordion/package.json +5 -5
  58. package/dist/s-accordion/s-accordion.js +374 -358
  59. package/dist/s-action-overlay/package.json +5 -5
  60. package/dist/s-action-overlay/s-action-overlay.js +64 -79
  61. package/dist/s-ai-tool-bar/package.json +5 -5
  62. package/dist/s-ai-tool-bar/s-ai-tool-bar.js +260 -275
  63. package/dist/s-autocomplete/s-autocomplete.js +19 -25
  64. package/dist/s-avatar/package.json +5 -5
  65. package/dist/s-avatar/s-avatar.js +14 -25
  66. package/dist/s-blur-text/package.json +5 -5
  67. package/dist/s-blur-text/s-blur-text.js +55 -59
  68. package/dist/s-breadcrumbs/package.json +5 -5
  69. package/dist/s-breadcrumbs/s-breadcrumbs.js +31 -39
  70. package/dist/s-button/package.json +5 -5
  71. package/dist/s-button/s-button.js +7 -15
  72. package/dist/s-button-link/s-button-link.js +28 -36
  73. package/dist/s-carousel/package.json +4 -4
  74. package/dist/s-carousel/s-carousel.js +267 -280
  75. package/dist/s-category-card/package.json +4 -4
  76. package/dist/s-category-card/s-category-card.js +60 -77
  77. package/dist/s-chat-input/package.json +5 -5
  78. package/dist/s-chat-input/s-chat-input.js +84 -92
  79. package/dist/s-chat-message/s-chat-message.js +111 -120
  80. package/dist/s-checkbox/s-checkbox.js +12 -20
  81. package/dist/s-chip/package.json +5 -5
  82. package/dist/s-chip/s-chip.js +7 -15
  83. package/dist/s-chips/s-chips.js +47 -56
  84. package/dist/s-code-block/package.json +5 -5
  85. package/dist/s-code-block/s-code-block.js +35 -43
  86. package/dist/s-comment-message/package.json +5 -5
  87. package/dist/s-comment-message/s-comment-message.js +90 -94
  88. package/dist/s-copyable-text/s-copyable-text.js +24 -32
  89. package/dist/s-countdown/s-count-box.js +42 -50
  90. package/dist/s-countdown/s-count-down.js +79 -107
  91. package/dist/s-data-table/s-data-table.js +374 -384
  92. package/dist/s-date-picker/s-date-picker.js +164 -164
  93. package/dist/s-datetime-picker/s-datetime-picker.js +1599 -1603
  94. package/dist/s-dialog/s-dialog.js +24 -32
  95. package/dist/s-dialog-confirm/s-dialog-confirm.js +46 -50
  96. package/dist/s-dialog-message/s-dialog-message.js +40 -44
  97. package/dist/s-empty/s-empty.js +6 -14
  98. package/dist/s-error/s-error.js +9 -17
  99. package/dist/s-error-layout/s-error-layout.js +38 -47
  100. package/dist/s-file-dropzone/s-file-dropzone.js +55 -64
  101. package/dist/s-file-icon/s-file-icon.js +9 -13
  102. package/dist/s-flex-box/s-flex-box.js +6 -14
  103. package/dist/s-form/s-form.js +11 -19
  104. package/dist/s-gallery/index.js +3 -33
  105. package/dist/s-gallery/s-gallery.js +91 -114
  106. package/dist/s-glow-button/s-glow-button.js +22 -26
  107. package/dist/s-gradient-icon/s-gradient-icon.js +49 -59
  108. package/dist/s-i18n-provider/s-i18n-provider.js +17 -25
  109. package/dist/s-icon-button/s-icon-button.js +6 -14
  110. package/dist/s-image-comparison/package.json +5 -5
  111. package/dist/s-image-comparison/s-image-comparison.js +48 -53
  112. package/dist/s-image-modal/package.json +5 -5
  113. package/dist/s-image-modal/s-image-modal.js +137 -150
  114. package/dist/s-item-not-found/s-item-not-found.js +13 -22
  115. package/dist/s-label/s-label.js +12 -20
  116. package/dist/s-language-switcher/s-language-switcher.js +119 -141
  117. package/dist/s-lazy-image/index.js +2 -10
  118. package/dist/s-lazy-image/s-lazy-image.js +33 -37
  119. package/dist/s-localization-provider/s-localization-provider.js +368 -380
  120. package/dist/s-moving-border/s-moving-border.js +52 -67
  121. package/dist/s-multi-select/s-multi-select.js +43 -51
  122. package/dist/s-no-ssr/s-no-ssr.js +13 -21
  123. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +12 -16
  124. package/dist/s-pagination/s-pagination.js +13 -17
  125. package/dist/s-pixel-reveal/package.json +5 -5
  126. package/dist/s-pixel-reveal/s-pixel-reveal.js +92 -99
  127. package/dist/s-radial-pulse-animate/package.json +5 -5
  128. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +40 -48
  129. package/dist/s-rating/package.json +5 -5
  130. package/dist/s-rating/s-rating.js +7 -15
  131. package/dist/s-review/package.json +5 -5
  132. package/dist/s-review/s-review.js +101 -106
  133. package/dist/s-scroll-reveal/package.json +5 -5
  134. package/dist/s-scroll-reveal/s-scroll-reveal.js +40 -48
  135. package/dist/s-scroll-to-top/package.json +5 -5
  136. package/dist/s-scroll-to-top/s-scroll-to-top.js +20 -30
  137. package/dist/s-scroll-velocity/package.json +5 -5
  138. package/dist/s-scroll-velocity/s-scroll-velocity.js +5 -19
  139. package/dist/s-scroll-velocity/scroll-velocity-container.js +18 -27
  140. package/dist/s-scroll-velocity/scroll-velocity-row.js +62 -71
  141. package/dist/s-select/s-select.js +67 -75
  142. package/dist/s-select-list/s-select-list.js +28 -32
  143. package/dist/s-skeleton/s-skeleton.js +20 -28
  144. package/dist/s-snackbar-message/s-snackbar-message.js +36 -40
  145. package/dist/s-spotlight-cursor/s-spotlight-cursor.js +31 -35
  146. package/dist/s-stripe/s-stripe-cvc.js +8 -12
  147. package/dist/s-stripe/s-stripe-expiry.js +8 -12
  148. package/dist/s-stripe/s-stripe-number.js +8 -12
  149. package/dist/s-stripe/s-stripe.d.ts +2 -2
  150. package/dist/s-stripe/s-stripe.js +17 -26
  151. package/dist/s-stripe/stripe-input.js +25 -29
  152. package/dist/s-tabs/package.json +3 -3
  153. package/dist/s-tabs/s-tab-panel.js +17 -25
  154. package/dist/s-tabs/s-tab.js +5 -9
  155. package/dist/s-tabs/s-tabs.js +19 -27
  156. package/dist/s-text-editor/s-text-editor-toolbar.js +73 -88
  157. package/dist/s-text-editor/s-text-editor.js +33 -45
  158. package/dist/s-text-field/s-text-field.js +31 -40
  159. package/dist/s-text-shimmer/package.json +4 -4
  160. package/dist/s-text-shimmer/s-text-shimmer.js +19 -27
  161. package/dist/s-text-truncation/s-text-truncation.js +24 -32
  162. package/dist/s-theme-demo/package.json +5 -5
  163. package/dist/s-theme-demo/s-theme-demo.js +219 -234
  164. package/dist/s-theme-provider/s-theme-provider.js +37 -45
  165. package/dist/s-theme-switch/package.json +4 -4
  166. package/dist/s-theme-switch/s-theme-switch.js +19 -23
  167. package/dist/s-tip/s-tip.js +14 -22
  168. package/dist/s-two-pane-layout/index.js +2 -10
  169. package/dist/s-two-pane-layout/s-two-pane-layout.js +47 -55
  170. package/dist/s-typewriter-text/package.json +5 -5
  171. package/dist/s-typewriter-text/s-typewriter-text.js +27 -35
  172. package/dist/s-zoom-image/index.js +2 -10
  173. package/dist/s-zoom-image/package.json +5 -5
  174. package/dist/s-zoom-image/s-zoom-image.js +53 -62
  175. package/dist/styled-B0KflPi-.js +203 -0
  176. package/dist/theme/components/alert.d.ts +484 -264
  177. package/dist/theme/components/avatar.js +2 -2
  178. package/dist/theme/components/button.d.ts +726 -396
  179. package/dist/theme/components/chip.js +2 -2
  180. package/dist/theme/components/icon-button.d.ts +726 -396
  181. package/dist/theme/customizations/data-display.js +1 -1
  182. package/dist/theme/customizations/inputs.js +2 -2
  183. package/dist/theme/customizations/navigation.js +2 -2
  184. package/dist/theme/theme-primitives.d.ts +8 -246
  185. package/dist/theme/theme-primitives.js +76 -87
  186. package/dist/{typographyClasses-DDyl9mok.js → typographyClasses-C7fhAsUD.js} +4 -4
  187. package/dist/{useMobilePicker-C1RZZUWr.js → useMobilePicker-C4AYe0Ch.js} +11249 -11231
  188. package/dist/{useTheme-B5czKfC4.js → useTheme-CtdhfT4P.js} +1 -1
  189. package/dist/{useThemeProps-DqA5BinV.js → useThemeProps-_apS-Aua.js} +2 -2
  190. package/dist/utils/dayjs.js +7 -7
  191. package/dist/utils/logger.js +29 -32
  192. package/dist/{warning-BCwEnWrE.js → warning-DnPRVtW6.js} +4 -4
  193. package/package.json +240 -81
  194. package/README.md +0 -13
  195. package/dist/ButtonBase-DfTfJ_ou.js +0 -1105
  196. package/dist/DefaultPropsProvider-CaCsvQaq.js +0 -78
  197. package/dist/Paper-hkbPWyBT.js +0 -553
  198. package/dist/createSvgIcon-DxwgGAVe.js +0 -247
  199. package/dist/defaultTheme-fEi1x1Gb.js +0 -5
  200. package/dist/extendSxProp-BKWjdW12.js +0 -37
  201. package/dist/mergeSlotProps-Dl_rJtoN.js +0 -62
  202. package/dist/resolveProps-61uUKnlS.js +0 -52
  203. package/dist/styled-B0Z4EDy9.js +0 -206
@@ -1,17 +1,17 @@
1
- import { j as oe } from "../jsx-runtime-OVHDjVDe.js";
2
- import ue, { forwardRef as it } from "react";
3
- import { styled as Re, useTheme as ot } from "@mui/material";
4
- import { c as be, a as at, g as lt } from "../_commonjsHelpers-B4e78b8K.js";
5
- import { SIconButton as Ve } from "../s-icon-button/s-icon-button.js";
6
- import { c as $e } from "../createSvgIcon-DxwgGAVe.js";
7
- import '../assets/s-carousel.css';const st = $e(/* @__PURE__ */ oe.jsx("path", {
1
+ import { j as oe } from "../jsx-runtime-tc70JA_2.js";
2
+ import ue, { forwardRef as nt } from "react";
3
+ import { styled as Me, useTheme as it } from "@mui/material";
4
+ import { c as be, a as ot, g as at } from "../_commonjsHelpers-ByX85dGu.js";
5
+ import { SIconButton as Ue } from "../s-icon-button/s-icon-button.js";
6
+ import { c as Ve } from "../createSvgIcon-BKymXuBG.js";
7
+ import '../assets/s-carousel.css';const lt = Ve(/* @__PURE__ */ oe.jsx("path", {
8
8
  d: "M17.77 3.77 16 2 6 12l10 10 1.77-1.77L9.54 12z"
9
- }), "ArrowBackIosNew"), ut = $e(/* @__PURE__ */ oe.jsx("path", {
9
+ }), "ArrowBackIosNew"), st = Ve(/* @__PURE__ */ oe.jsx("path", {
10
10
  d: "M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"
11
11
  }), "ArrowForwardIos");
12
- var _e = {}, ke = {}, pe = {}, Pe = {}, De;
13
- function ct() {
14
- return De || (De = 1, (function(i) {
12
+ var _e = {}, ke = {}, pe = {}, Pe = {}, ze;
13
+ function ut() {
14
+ return ze || (ze = 1, (function(i) {
15
15
  Object.defineProperty(i, "__esModule", {
16
16
  value: !0
17
17
  }), i.default = void 0;
@@ -49,11 +49,11 @@ function ct() {
49
49
  i.default = c;
50
50
  })(Pe)), Pe;
51
51
  }
52
- var Ce, Ie;
53
- function ft() {
54
- if (Ie) return Ce;
55
- Ie = 1;
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, L = /^0o[0-7]+$/i, x = 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() {
52
+ var Ce, De;
53
+ function ct() {
54
+ if (De) return Ce;
55
+ De = 1;
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, A = typeof self == "object" && self && self.Object === Object && self, z = X || A || 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
59
  function te(a, s, f) {
@@ -61,16 +61,16 @@ function ft() {
61
61
  if (typeof a != "function")
62
62
  throw new TypeError(i);
63
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
- function A(T) {
64
+ function H(T) {
65
65
  var D = d, I = l;
66
66
  return d = l = void 0, g = T, v = a.apply(I, D), v;
67
67
  }
68
68
  function o(T) {
69
- return g = T, m = setTimeout(p, s), w ? A(T) : v;
69
+ return g = T, m = setTimeout(p, s), w ? H(T) : v;
70
70
  }
71
71
  function e(T) {
72
- var D = T - u, I = T - g, H = s - D;
73
- return P ? Q(H, r - I) : H;
72
+ var D = T - u, I = T - g, N = s - D;
73
+ return P ? Q(N, r - I) : N;
74
74
  }
75
75
  function n(T) {
76
76
  var D = T - u, I = T - g;
@@ -83,7 +83,7 @@ function ft() {
83
83
  m = setTimeout(p, e(T));
84
84
  }
85
85
  function k(T) {
86
- return m = void 0, t && d ? A(T) : (d = l = void 0, v);
86
+ return m = void 0, t && d ? H(T) : (d = l = void 0, v);
87
87
  }
88
88
  function S() {
89
89
  m !== void 0 && clearTimeout(m), g = 0, d = u = l = m = void 0;
@@ -97,7 +97,7 @@ function ft() {
97
97
  if (m === void 0)
98
98
  return o(u);
99
99
  if (P)
100
- return m = setTimeout(p, s), A(u);
100
+ return m = setTimeout(p, s), H(u);
101
101
  }
102
102
  return m === void 0 && (m = setTimeout(p, s)), v;
103
103
  }
@@ -126,25 +126,20 @@ function ft() {
126
126
  return a === 0 ? a : +a;
127
127
  a = a.replace(O, "");
128
128
  var f = b.test(a);
129
- return f || L.test(a) ? x(a.slice(2), f ? 2 : 8) : y.test(a) ? c : +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
  }
133
133
  var Te = { exports: {} };
134
- /*!
135
- Copyright (c) 2018 Jed Watson.
136
- Licensed under the MIT License (MIT), see
137
- http://jedwatson.github.io/classnames
138
- */
139
- var He;
134
+ var Ie;
140
135
  function we() {
141
- return He || (He = 1, (function(i) {
136
+ return Ie || (Ie = 1, (function(i) {
142
137
  (function() {
143
138
  var c = {}.hasOwnProperty;
144
139
  function h() {
145
- for (var b = "", L = 0; L < arguments.length; L++) {
146
- var x = arguments[L];
147
- x && (b = y(b, O(x)));
140
+ for (var b = "", x = 0; x < arguments.length; x++) {
141
+ var L = arguments[x];
142
+ L && (b = y(b, O(L)));
148
143
  }
149
144
  return b;
150
145
  }
@@ -157,21 +152,21 @@ function we() {
157
152
  return h.apply(null, b);
158
153
  if (b.toString !== Object.prototype.toString && !b.toString.toString().includes("[native code]"))
159
154
  return b.toString();
160
- var L = "";
161
- for (var x in b)
162
- c.call(b, x) && b[x] && (L = y(L, x));
163
- return L;
155
+ var x = "";
156
+ for (var L in b)
157
+ c.call(b, L) && b[L] && (x = y(x, L));
158
+ return x;
164
159
  }
165
- function y(b, L) {
166
- return L ? b ? b + " " + L : b + L : b;
160
+ function y(b, x) {
161
+ return x ? b ? b + " " + x : b + x : b;
167
162
  }
168
163
  i.exports ? (h.default = h, i.exports = h) : window.classNames = h;
169
164
  })();
170
165
  })(Te)), Te.exports;
171
166
  }
172
- var j = {}, je = {}, Ae;
173
- function Je() {
174
- return Ae || (Ae = 1, (function(i) {
167
+ var j = {}, je = {}, Ne;
168
+ function $e() {
169
+ return Ne || (Ne = 1, (function(i) {
175
170
  Object.defineProperty(i, "__esModule", {
176
171
  value: !0
177
172
  }), i.default = void 0;
@@ -245,13 +240,13 @@ function Je() {
245
240
  i.default = O;
246
241
  })(je)), je;
247
242
  }
248
- var Ne;
243
+ var He;
249
244
  function ye() {
250
- if (Ne) return j;
251
- Ne = 1, Object.defineProperty(j, "__esModule", {
245
+ if (He) return j;
246
+ He = 1, Object.defineProperty(j, "__esModule", {
252
247
  value: !0
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 i = h(ue), c = h(Je());
248
+ }), j.checkSpecKeys = j.checkNavigable = j.changeSlide = j.canUseDOM = j.canGoNext = void 0, j.clamp = A, j.extractObject = void 0, j.filterSettings = H, 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;
249
+ var i = h(ue), c = h($e());
255
250
  function h(o) {
256
251
  return o && o.__esModule ? o : { default: o };
257
252
  }
@@ -277,17 +272,17 @@ function ye() {
277
272
  for (var e = 1; e < arguments.length; e++) {
278
273
  var n = arguments[e] != null ? arguments[e] : {};
279
274
  e % 2 ? y(Object(n), !0).forEach(function(p) {
280
- L(o, p, n[p]);
275
+ x(o, p, n[p]);
281
276
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(n)) : y(Object(n)).forEach(function(p) {
282
277
  Object.defineProperty(o, p, Object.getOwnPropertyDescriptor(n, p));
283
278
  });
284
279
  }
285
280
  return o;
286
281
  }
287
- function L(o, e, n) {
288
- return (e = x(e)) in o ? Object.defineProperty(o, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : o[e] = n, o;
282
+ function x(o, e, n) {
283
+ return (e = L(e)) in o ? Object.defineProperty(o, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : o[e] = n, o;
289
284
  }
290
- function x(o) {
285
+ function L(o) {
291
286
  var e = X(o, "string");
292
287
  return O(e) == "symbol" ? e : e + "";
293
288
  }
@@ -301,7 +296,7 @@ function ye() {
301
296
  }
302
297
  return (e === "string" ? String : Number)(o);
303
298
  }
304
- function N(o, e, n) {
299
+ function A(o, e, n) {
305
300
  return Math.max(e, Math.min(o, n));
306
301
  }
307
302
  var z = j.safePreventDefault = function(e) {
@@ -349,10 +344,10 @@ function ye() {
349
344
  var T = e.centerMode && parseInt(e.centerPadding) * 2;
350
345
  typeof e.centerPadding == "string" && e.centerPadding.slice(-1) === "%" && (T *= k / 100), _ = Math.ceil((k - T) / e.slidesToShow);
351
346
  }
352
- var D = p && F(p.querySelector('[data-index="0"]')), I = D * e.slidesToShow, H = e.currentSlide === void 0 ? e.initialSlide : e.currentSlide;
353
- e.rtl && e.currentSlide === void 0 && (H = n - 1 - e.initialSlide);
347
+ var D = p && F(p.querySelector('[data-index="0"]')), I = D * e.slidesToShow, N = e.currentSlide === void 0 ? e.initialSlide : e.currentSlide;
348
+ e.rtl && e.currentSlide === void 0 && (N = n - 1 - e.initialSlide);
354
349
  var G = e.lazyLoadedList || [], B = U(b(b({}, e), {}, {
355
- currentSlide: H,
350
+ currentSlide: N,
356
351
  lazyLoadedList: G
357
352
  }));
358
353
  G = G.concat(B);
@@ -361,16 +356,16 @@ function ye() {
361
356
  slideWidth: _,
362
357
  listWidth: k,
363
358
  trackWidth: C,
364
- currentSlide: H,
359
+ currentSlide: N,
365
360
  slideHeight: D,
366
361
  listHeight: I,
367
362
  lazyLoadedList: G
368
363
  };
369
364
  return e.autoplaying === null && e.autoplay && (W.autoplaying = "playing"), W;
370
365
  }, j.slideHandler = function(e) {
371
- var n = e.waitForAnimate, p = e.animating, k = e.fade, S = e.infinite, C = e.index, _ = e.slideCount, T = e.lazyLoad, D = e.currentSlide, I = e.centerMode, H = e.slidesToScroll, G = e.slidesToShow, B = e.useCSS, W = e.lazyLoadedList;
366
+ var n = e.waitForAnimate, p = e.animating, k = e.fade, S = e.infinite, C = e.index, _ = e.slideCount, T = e.lazyLoad, D = e.currentSlide, I = e.centerMode, N = e.slidesToScroll, G = e.slidesToShow, B = e.useCSS, W = e.lazyLoadedList;
372
367
  if (n && p) return {};
373
- var R = C, q, J, M, $ = {}, Z = {}, re = S ? C : N(C, 0, _ - 1);
368
+ var R = C, q, J, M, $ = {}, Z = {}, re = S ? C : A(C, 0, _ - 1);
374
369
  if (k) {
375
370
  if (!S && (C < 0 || C >= _)) return {};
376
371
  C < 0 ? R = C + _ : C >= _ && (R = C - _), T && W.indexOf(R) < 0 && (W = W.concat(R)), $ = {
@@ -383,7 +378,7 @@ function ye() {
383
378
  targetSlide: R
384
379
  };
385
380
  } else
386
- q = R, R < 0 ? (q = R + _, S ? _ % H !== 0 && (q = _ - _ % H) : q = 0) : !V(e) && R > D ? R = q = D : I && R >= _ ? (R = S ? _ : _ - 1, q = S ? 0 : _ - 1) : R >= _ && (q = R - _, S ? _ % H !== 0 && (q = 0) : q = _ - G), !S && R + G >= _ && (q = _ - G), J = r(b(b({}, e), {}, {
381
+ q = R, R < 0 ? (q = R + _, S ? _ % N !== 0 && (q = _ - _ % N) : q = 0) : !V(e) && R > D ? R = q = D : I && R >= _ ? (R = S ? _ : _ - 1, q = S ? 0 : _ - 1) : R >= _ && (q = R - _, S ? _ % N !== 0 && (q = 0) : q = _ - G), !S && R + G >= _ && (q = _ - G), J = r(b(b({}, e), {}, {
387
382
  slideIndex: R
388
383
  })), M = r(b(b({}, e), {}, {
389
384
  slideIndex: q
@@ -418,11 +413,11 @@ function ye() {
418
413
  nextState: Z
419
414
  };
420
415
  }, j.changeSlide = function(e, n) {
421
- var p, k, S, C, _, T = e.slidesToScroll, D = e.slidesToShow, I = e.slideCount, H = e.currentSlide, G = e.targetSlide, B = e.lazyLoad, W = e.infinite;
422
- if (C = I % T !== 0, p = C ? 0 : (I - H) % T, n.message === "previous")
423
- S = p === 0 ? T : D - p, _ = H - S, B && !W && (k = H - S, _ = k === -1 ? I - 1 : k), W || (_ = G - T);
416
+ var p, k, S, C, _, T = e.slidesToScroll, D = e.slidesToShow, I = e.slideCount, N = e.currentSlide, G = e.targetSlide, B = e.lazyLoad, W = e.infinite;
417
+ if (C = I % T !== 0, p = C ? 0 : (I - N) % T, n.message === "previous")
418
+ S = p === 0 ? T : D - p, _ = N - S, B && !W && (k = N - S, _ = k === -1 ? I - 1 : k), W || (_ = G - T);
424
419
  else if (n.message === "next")
425
- S = p === 0 ? T : p, _ = H + S, B && !W && (_ = (H + T) % I + p), W || (_ = G + T);
420
+ S = p === 0 ? T : p, _ = N + S, B && !W && (_ = (N + T) % I + p), W || (_ = G + T);
426
421
  else if (n.message === "dots")
427
422
  _ = n.index * n.slidesToScroll;
428
423
  else if (n.message === "children") {
@@ -447,22 +442,22 @@ function ye() {
447
442
  }
448
443
  };
449
444
  }, j.swipeMove = function(e, n) {
450
- var p = n.scrolling, k = n.animating, S = n.vertical, C = n.swipeToSlide, _ = n.verticalSwiping, T = n.rtl, D = n.currentSlide, I = n.edgeFriction, H = n.edgeDragged, G = n.onEdge, B = n.swiped, W = n.swiping, R = n.slideCount, q = n.slidesToScroll, J = n.infinite, M = n.touchObject, $ = n.swipeEvent, Z = n.listHeight, re = n.listWidth;
445
+ var p = n.scrolling, k = n.animating, S = n.vertical, C = n.swipeToSlide, _ = n.verticalSwiping, T = n.rtl, D = n.currentSlide, I = n.edgeFriction, N = n.edgeDragged, G = n.onEdge, B = n.swiped, W = n.swiping, R = n.slideCount, q = n.slidesToScroll, J = n.infinite, M = n.touchObject, $ = n.swipeEvent, Z = n.listHeight, re = n.listWidth;
451
446
  if (!p) {
452
447
  if (k) return z(e);
453
448
  S && C && _ && z(e);
454
449
  var ie, le = {}, ge = r(n);
455
450
  M.curX = e.touches ? e.touches[0].pageX : e.clientX, M.curY = e.touches ? e.touches[0].pageY : e.clientY, M.swipeLength = Math.round(Math.sqrt(Math.pow(M.curX - M.startX, 2)));
456
- var ze = Math.round(Math.sqrt(Math.pow(M.curY - M.startY, 2)));
457
- if (!_ && !W && ze > 10)
451
+ var Re = Math.round(Math.sqrt(Math.pow(M.curY - M.startY, 2)));
452
+ if (!_ && !W && Re > 10)
458
453
  return {
459
454
  scrolling: !0
460
455
  };
461
- _ && (M.swipeLength = ze);
456
+ _ && (M.swipeLength = Re);
462
457
  var fe = (T ? -1 : 1) * (M.curX > M.startX ? 1 : -1);
463
458
  _ && (fe = M.curY > M.startY ? 1 : -1);
464
- var nt = Math.ceil(R / q), ae = K(n.touchObject, _), de = M.swipeLength;
465
- return J || (D === 0 && (ae === "right" || ae === "down") || D + 1 >= nt && (ae === "left" || ae === "up") || !V(n) && (ae === "left" || ae === "up")) && (de = M.swipeLength * I, H === !1 && G && (G(ae), le.edgeDragged = !0)), !B && $ && ($(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), {}, {
459
+ var rt = Math.ceil(R / q), ae = K(n.touchObject, _), de = M.swipeLength;
460
+ return J || (D === 0 && (ae === "right" || ae === "down") || D + 1 >= rt && (ae === "left" || ae === "up") || !V(n) && (ae === "left" || ae === "up")) && (de = M.swipeLength * I, N === !1 && G && (G(ae), le.edgeDragged = !0)), !B && $ && ($(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
461
  touchObject: M,
467
462
  swipeLeft: ie,
468
463
  trackStyle: d(b(b({}, n), {}, {
@@ -471,7 +466,7 @@ function ye() {
471
466
  }), Math.abs(M.curX - M.startX) < Math.abs(M.curY - M.startY) * 0.8 || M.swipeLength > 10 && (le.swiping = !0, z(e)), le;
472
467
  }
473
468
  }, j.swipeEnd = function(e, n) {
474
- var p = n.dragging, k = n.swipe, S = n.touchObject, C = n.listWidth, _ = n.touchThreshold, T = n.verticalSwiping, D = n.listHeight, I = n.swipeToSlide, H = n.scrolling, G = n.onSwipe, B = n.targetSlide, W = n.currentSlide, R = n.infinite;
469
+ var p = n.dragging, k = n.swipe, S = n.touchObject, C = n.listWidth, _ = n.touchThreshold, T = n.verticalSwiping, D = n.listHeight, I = n.swipeToSlide, N = n.scrolling, G = n.onSwipe, B = n.targetSlide, W = n.currentSlide, R = n.infinite;
475
470
  if (!p)
476
471
  return k && z(e), {};
477
472
  var q = T ? D / _ : C / _, J = K(S, T), M = {
@@ -483,7 +478,7 @@ function ye() {
483
478
  swipeLeft: null,
484
479
  touchObject: {}
485
480
  };
486
- if (H || !S.swipeLength)
481
+ if (N || !S.swipeLength)
487
482
  return M;
488
483
  if (S.swipeLength > q) {
489
484
  z(e), G && G(J);
@@ -581,11 +576,11 @@ function ye() {
581
576
  if (e.unslick)
582
577
  return 0;
583
578
  f(e, ["slideIndex", "trackRef", "infinite", "centerMode", "slideCount", "slidesToShow", "slidesToScroll", "slideWidth", "listWidth", "variableWidth", "slideHeight"]);
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;
579
+ 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, N = e.variableWidth, G = e.slideHeight, B = e.fade, W = e.vertical, R = 0, q, J, M = 0;
585
580
  if (B || e.slideCount === 1)
586
581
  return 0;
587
582
  var $ = 0;
588
- if (k ? ($ = -v(e), C % T !== 0 && n + T > C && ($ = -(n > C ? _ - (n - C) : C % T)), S && ($ += parseInt(_ / 2))) : (C % T !== 0 && n + T > C && ($ = _ - C % T), S && ($ = parseInt(_ / 2))), R = $ * D, M = $ * G, W ? q = n * G * -1 + M : q = n * D * -1 + R, H === !0) {
583
+ if (k ? ($ = -v(e), C % T !== 0 && n + T > C && ($ = -(n > C ? _ - (n - C) : C % T)), S && ($ += parseInt(_ / 2))) : (C % T !== 0 && n + T > C && ($ = _ - C % T), S && ($ = parseInt(_ / 2))), R = $ * D, M = $ * G, W ? q = n * G * -1 + M : q = n * D * -1 + R, N === !0) {
589
584
  var Z, re = p && p.node;
590
585
  if (Z = n + v(e), J = re && re.childNodes[Z], q = J ? J.offsetLeft * -1 : 0, S === !0) {
591
586
  Z = k ? n + v(e) : n, J = re && re.children[Z], q = 0;
@@ -622,17 +617,17 @@ function ye() {
622
617
  return !!(typeof window < "u" && window.document && window.document.createElement);
623
618
  };
624
619
  var t = j.validSettings = Object.keys(c.default);
625
- function A(o) {
620
+ function H(o) {
626
621
  return t.reduce(function(e, n) {
627
622
  return o.hasOwnProperty(n) && (e[n] = o[n]), e;
628
623
  }, {});
629
624
  }
630
625
  return j;
631
626
  }
632
- var ve = {}, We;
633
- function dt() {
634
- if (We) return ve;
635
- We = 1, Object.defineProperty(ve, "__esModule", {
627
+ var ve = {}, Ae;
628
+ function ft() {
629
+ if (Ae) return ve;
630
+ Ae = 1, Object.defineProperty(ve, "__esModule", {
636
631
  value: !0
637
632
  }), ve.Track = void 0;
638
633
  var i = O(ue), c = O(we()), h = ye();
@@ -657,19 +652,19 @@ function dt() {
657
652
  return l;
658
653
  }, b.apply(null, arguments);
659
654
  }
660
- function L(l, r) {
655
+ function x(l, r) {
661
656
  if (!(l instanceof r)) throw new TypeError("Cannot call a class as a function");
662
657
  }
663
- function x(l, r) {
658
+ function L(l, r) {
664
659
  for (var v = 0; v < r.length; v++) {
665
660
  var m = r[v];
666
661
  m.enumerable = m.enumerable || !1, m.configurable = !0, "value" in m && (m.writable = !0), Object.defineProperty(l, V(m.key), m);
667
662
  }
668
663
  }
669
664
  function X(l, r, v) {
670
- return r && x(l.prototype, r), Object.defineProperty(l, "prototype", { writable: !1 }), l;
665
+ return r && L(l.prototype, r), Object.defineProperty(l, "prototype", { writable: !1 }), l;
671
666
  }
672
- function N(l, r) {
667
+ function A(l, r) {
673
668
  if (typeof r != "function" && r !== null) throw new TypeError("Super expression must either be null or a function");
674
669
  l.prototype = Object.create(r && r.prototype, { constructor: { value: l, writable: !0, configurable: !0 } }), Object.defineProperty(l, "prototype", { writable: !1 }), r && z(l, r);
675
670
  }
@@ -772,14 +767,14 @@ function dt() {
772
767
  return r.key || v;
773
768
  }, d = function(r) {
774
769
  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) {
770
+ return i.default.Children.forEach(r.children, function(H, o) {
776
771
  var e, n = {
777
772
  message: "children",
778
773
  index: o,
779
774
  slidesToScroll: r.slidesToScroll,
780
775
  currentSlide: r.currentSlide
781
776
  };
782
- !r.lazyLoad || r.lazyLoad && r.lazyLoadedList.indexOf(o) >= 0 ? e = A : e = /* @__PURE__ */ i.default.createElement("div", null);
777
+ !r.lazyLoad || r.lazyLoad && r.lazyLoadedList.indexOf(o) >= 0 ? e = H : e = /* @__PURE__ */ i.default.createElement("div", null);
783
778
  var p = s(F(F({}, r), {}, {
784
779
  index: o
785
780
  })), k = e.props.className || "", S = a(F(F({}, r), {}, {
@@ -799,7 +794,7 @@ function dt() {
799
794
  }
800
795
  })), r.infinite && w > 1 && r.fade === !1 && !r.unslick) {
801
796
  var C = w - o;
802
- C <= (0, h.getPreClones)(r) && (v = -C, v >= P && (e = A), S = a(F(F({}, r), {}, {
797
+ C <= (0, h.getPreClones)(r) && (v = -C, v >= P && (e = H), S = a(F(F({}, r), {}, {
803
798
  index: v
804
799
  })), u.push(/* @__PURE__ */ i.default.cloneElement(e, {
805
800
  key: "precloned" + f(e, v),
@@ -811,7 +806,7 @@ function dt() {
811
806
  onClick: function(T) {
812
807
  e.props && e.props.onClick && e.props.onClick(T), r.focusOnSelect && r.focusOnSelect(n);
813
808
  }
814
- }))), o < (0, h.getPostClones)(r) && (v = w + o, v < t && (e = A), S = a(F(F({}, r), {}, {
809
+ }))), o < (0, h.getPostClones)(r) && (v = w + o, v < t && (e = H), S = a(F(F({}, r), {}, {
815
810
  index: v
816
811
  })), g.push(/* @__PURE__ */ i.default.cloneElement(e, {
817
812
  key: "postcloned" + f(e, v),
@@ -828,11 +823,11 @@ function dt() {
828
823
  }), r.rtl ? u.concat(m, g).reverse() : u.concat(m, g);
829
824
  };
830
825
  return ve.Track = /* @__PURE__ */ (function(l) {
831
- N(v, l);
826
+ A(v, l);
832
827
  var r = U(v);
833
828
  function v() {
834
829
  var m;
835
- L(this, v);
830
+ x(this, v);
836
831
  for (var u = arguments.length, g = new Array(u), w = 0; w < u; w++)
837
832
  g[w] = arguments[w];
838
833
  return m = r.call.apply(r, [this].concat(g)), K(ne(m), "node", null), K(ne(m), "handleRef", function(P) {
@@ -842,7 +837,7 @@ function dt() {
842
837
  return X(v, [{
843
838
  key: "render",
844
839
  value: function() {
845
- var u = d(this.props), g = this.props, w = g.onMouseEnter, P = g.onMouseOver, t = g.onMouseLeave, A = {
840
+ var u = d(this.props), g = this.props, w = g.onMouseEnter, P = g.onMouseOver, t = g.onMouseLeave, H = {
846
841
  onMouseEnter: w,
847
842
  onMouseOver: P,
848
843
  onMouseLeave: t
@@ -851,15 +846,15 @@ function dt() {
851
846
  ref: this.handleRef,
852
847
  className: "slick-track",
853
848
  style: this.props.trackStyle
854
- }, A), u);
849
+ }, H), u);
855
850
  }
856
851
  }]), v;
857
852
  })(i.default.PureComponent), ve;
858
853
  }
859
- var he = {}, qe;
860
- function pt() {
861
- if (qe) return he;
862
- qe = 1;
854
+ var he = {}, We;
855
+ function dt() {
856
+ if (We) return he;
857
+ We = 1;
863
858
  function i(a) {
864
859
  "@babel/helpers - typeof";
865
860
  return i = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
@@ -885,31 +880,31 @@ function pt() {
885
880
  }
886
881
  return f;
887
882
  }
888
- function L(a) {
883
+ function x(a) {
889
884
  for (var s = 1; s < arguments.length; s++) {
890
885
  var f = arguments[s] != null ? arguments[s] : {};
891
886
  s % 2 ? b(Object(f), !0).forEach(function(d) {
892
- x(a, d, f[d]);
887
+ L(a, d, f[d]);
893
888
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(f)) : b(Object(f)).forEach(function(d) {
894
889
  Object.defineProperty(a, d, Object.getOwnPropertyDescriptor(f, d));
895
890
  });
896
891
  }
897
892
  return a;
898
893
  }
899
- function x(a, s, f) {
894
+ function L(a, s, f) {
900
895
  return (s = U(s)) in a ? Object.defineProperty(a, s, { value: f, enumerable: !0, configurable: !0, writable: !0 }) : a[s] = f, a;
901
896
  }
902
897
  function X(a, s) {
903
898
  if (!(a instanceof s)) throw new TypeError("Cannot call a class as a function");
904
899
  }
905
- function N(a, s) {
900
+ function A(a, s) {
906
901
  for (var f = 0; f < s.length; f++) {
907
902
  var d = s[f];
908
903
  d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(a, U(d.key), d);
909
904
  }
910
905
  }
911
906
  function z(a, s, f) {
912
- return s && N(a.prototype, s), Object.defineProperty(a, "prototype", { writable: !1 }), a;
907
+ return s && A(a.prototype, s), Object.defineProperty(a, "prototype", { writable: !1 }), a;
913
908
  }
914
909
  function U(a) {
915
910
  var s = ee(a, "string");
@@ -987,7 +982,7 @@ function pt() {
987
982
  }, {
988
983
  key: "render",
989
984
  value: function() {
990
- for (var l = this.props, r = l.onMouseEnter, v = l.onMouseOver, m = l.onMouseLeave, u = l.infinite, g = l.slidesToScroll, w = l.slidesToShow, P = l.slideCount, t = l.currentSlide, A = Y({
985
+ for (var l = this.props, r = l.onMouseEnter, v = l.onMouseOver, m = l.onMouseLeave, u = l.infinite, g = l.slidesToScroll, w = l.slidesToShow, P = l.slideCount, t = l.currentSlide, H = Y({
991
986
  slideCount: P,
992
987
  slidesToScroll: g,
993
988
  slidesToShow: w,
@@ -996,7 +991,7 @@ function pt() {
996
991
  onMouseEnter: r,
997
992
  onMouseOver: v,
998
993
  onMouseLeave: m
999
- }, e = [], n = 0; n < A; n++) {
994
+ }, e = [], n = 0; n < H; n++) {
1000
995
  var p = (n + 1) * g - 1, k = u ? p : (0, O.clamp)(p, 0, P - 1), S = k - (g - 1), C = u ? S : (0, O.clamp)(S, 0, P - 1), _ = (0, h.default)({
1001
996
  "slick-active": u ? t >= C && t <= k : t === C
1002
997
  }), T = {
@@ -1012,17 +1007,17 @@ function pt() {
1012
1007
  onClick: D
1013
1008
  })));
1014
1009
  }
1015
- return /* @__PURE__ */ c.default.cloneElement(this.props.appendDots(e), L({
1010
+ return /* @__PURE__ */ c.default.cloneElement(this.props.appendDots(e), x({
1016
1011
  className: this.props.dotsClass
1017
1012
  }, o));
1018
1013
  }
1019
1014
  }]), f;
1020
1015
  })(c.default.PureComponent), he;
1021
1016
  }
1022
- var se = {}, Fe;
1023
- function vt() {
1024
- if (Fe) return se;
1025
- Fe = 1;
1017
+ var se = {}, qe;
1018
+ function pt() {
1019
+ if (qe) return se;
1020
+ qe = 1;
1026
1021
  function i(a) {
1027
1022
  "@babel/helpers - typeof";
1028
1023
  return i = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
@@ -1048,7 +1043,7 @@ function vt() {
1048
1043
  return a;
1049
1044
  }, b.apply(null, arguments);
1050
1045
  }
1051
- function L(a, s) {
1046
+ function x(a, s) {
1052
1047
  var f = Object.keys(a);
1053
1048
  if (Object.getOwnPropertySymbols) {
1054
1049
  var d = Object.getOwnPropertySymbols(a);
@@ -1058,12 +1053,12 @@ function vt() {
1058
1053
  }
1059
1054
  return f;
1060
1055
  }
1061
- function x(a) {
1056
+ function L(a) {
1062
1057
  for (var s = 1; s < arguments.length; s++) {
1063
1058
  var f = arguments[s] != null ? arguments[s] : {};
1064
- s % 2 ? L(Object(f), !0).forEach(function(d) {
1059
+ s % 2 ? x(Object(f), !0).forEach(function(d) {
1065
1060
  X(a, d, f[d]);
1066
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(f)) : L(Object(f)).forEach(function(d) {
1061
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(f)) : x(Object(f)).forEach(function(d) {
1067
1062
  Object.defineProperty(a, d, Object.getOwnPropertyDescriptor(f, d));
1068
1063
  });
1069
1064
  }
@@ -1072,7 +1067,7 @@ function vt() {
1072
1067
  function X(a, s, f) {
1073
1068
  return (s = ee(s)) in a ? Object.defineProperty(a, s, { value: f, enumerable: !0, configurable: !0, writable: !0 }) : a[s] = f, a;
1074
1069
  }
1075
- function N(a, s) {
1070
+ function A(a, s) {
1076
1071
  if (!(a instanceof s)) throw new TypeError("Cannot call a class as a function");
1077
1072
  }
1078
1073
  function z(a, s) {
@@ -1146,7 +1141,7 @@ function vt() {
1146
1141
  Q(f, a);
1147
1142
  var s = te(f);
1148
1143
  function f() {
1149
- return N(this, f), s.apply(this, arguments);
1144
+ return A(this, f), s.apply(this, arguments);
1150
1145
  }
1151
1146
  return U(f, [{
1152
1147
  key: "clickHandler",
@@ -1175,7 +1170,7 @@ function vt() {
1175
1170
  currentSlide: this.props.currentSlide,
1176
1171
  slideCount: this.props.slideCount
1177
1172
  }, u;
1178
- return this.props.prevArrow ? u = /* @__PURE__ */ c.default.cloneElement(this.props.prevArrow, x(x({}, v), m)) : u = /* @__PURE__ */ c.default.createElement("button", b({
1173
+ return this.props.prevArrow ? u = /* @__PURE__ */ c.default.cloneElement(this.props.prevArrow, L(L({}, v), m)) : u = /* @__PURE__ */ c.default.createElement("button", b({
1179
1174
  key: "0",
1180
1175
  type: "button"
1181
1176
  }, v), " ", "Previous"), u;
@@ -1185,7 +1180,7 @@ function vt() {
1185
1180
  Q(f, a);
1186
1181
  var s = te(f);
1187
1182
  function f() {
1188
- return N(this, f), s.apply(this, arguments);
1183
+ return A(this, f), s.apply(this, arguments);
1189
1184
  }
1190
1185
  return U(f, [{
1191
1186
  key: "clickHandler",
@@ -1214,7 +1209,7 @@ function vt() {
1214
1209
  currentSlide: this.props.currentSlide,
1215
1210
  slideCount: this.props.slideCount
1216
1211
  }, u;
1217
- return this.props.nextArrow ? u = /* @__PURE__ */ c.default.cloneElement(this.props.nextArrow, x(x({}, v), m)) : u = /* @__PURE__ */ c.default.createElement("button", b({
1212
+ return this.props.nextArrow ? u = /* @__PURE__ */ c.default.cloneElement(this.props.nextArrow, L(L({}, v), m)) : u = /* @__PURE__ */ c.default.createElement("button", b({
1218
1213
  key: "1",
1219
1214
  type: "button"
1220
1215
  }, v), " ", "Next"), u;
@@ -1222,7 +1217,7 @@ function vt() {
1222
1217
  }]), f;
1223
1218
  })(c.default.PureComponent), se;
1224
1219
  }
1225
- var Qe = (function() {
1220
+ var Je = (function() {
1226
1221
  if (typeof Map < "u")
1227
1222
  return Map;
1228
1223
  function i(c, h) {
@@ -1262,46 +1257,46 @@ var Qe = (function() {
1262
1257
  }, c.prototype.forEach = function(h, O) {
1263
1258
  O === void 0 && (O = null);
1264
1259
  for (var y = 0, b = this.__entries__; y < b.length; y++) {
1265
- var L = b[y];
1266
- h.call(O, L[1], L[0]);
1260
+ var x = b[y];
1261
+ h.call(O, x[1], x[0]);
1267
1262
  }
1268
1263
  }, c;
1269
1264
  })()
1270
1265
  );
1271
- })(), Le = typeof window < "u" && typeof document < "u" && window.document === document, me = (function() {
1266
+ })(), xe = typeof window < "u" && typeof document < "u" && window.document === document, me = (function() {
1272
1267
  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
- })(), ht = (function() {
1268
+ })(), vt = (function() {
1274
1269
  return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(me) : function(i) {
1275
1270
  return setTimeout(function() {
1276
1271
  return i(Date.now());
1277
1272
  }, 1e3 / 60);
1278
1273
  };
1279
- })(), yt = 2;
1280
- function gt(i, c) {
1274
+ })(), ht = 2;
1275
+ function yt(i, c) {
1281
1276
  var h = !1, O = !1, y = 0;
1282
1277
  function b() {
1283
- h && (h = !1, i()), O && x();
1284
- }
1285
- function L() {
1286
- ht(b);
1278
+ h && (h = !1, i()), O && L();
1287
1279
  }
1288
1280
  function x() {
1281
+ vt(b);
1282
+ }
1283
+ function L() {
1289
1284
  var X = Date.now();
1290
1285
  if (h) {
1291
- if (X - y < yt)
1286
+ if (X - y < ht)
1292
1287
  return;
1293
1288
  O = !0;
1294
1289
  } else
1295
- h = !0, O = !1, setTimeout(L, c);
1290
+ h = !0, O = !1, setTimeout(x, c);
1296
1291
  y = X;
1297
1292
  }
1298
- return x;
1293
+ return L;
1299
1294
  }
1300
- var bt = 20, mt = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], St = typeof MutationObserver < "u", wt = (
1295
+ var gt = 20, bt = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], mt = typeof MutationObserver < "u", St = (
1301
1296
  /** @class */
1302
1297
  (function() {
1303
1298
  function i() {
1304
- this.connected_ = !1, this.mutationEventsAdded_ = !1, this.mutationsObserver_ = null, this.observers_ = [], this.onTransitionEnd_ = this.onTransitionEnd_.bind(this), this.refresh = gt(this.refresh.bind(this), bt);
1299
+ 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
1300
  }
1306
1301
  return i.prototype.addObserver = function(c) {
1307
1302
  ~this.observers_.indexOf(c) || this.observers_.push(c), this.connected_ || this.connect_();
@@ -1319,16 +1314,16 @@ var bt = 20, mt = ["top", "right", "bottom", "left", "width", "height", "size",
1319
1314
  return h.broadcastActive();
1320
1315
  }), c.length > 0;
1321
1316
  }, i.prototype.connect_ = function() {
1322
- !Le || this.connected_ || (document.addEventListener("transitionend", this.onTransitionEnd_), window.addEventListener("resize", this.refresh), St ? (this.mutationsObserver_ = new MutationObserver(this.refresh), this.mutationsObserver_.observe(document, {
1317
+ !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
1318
  attributes: !0,
1324
1319
  childList: !0,
1325
1320
  characterData: !0,
1326
1321
  subtree: !0
1327
1322
  })) : (document.addEventListener("DOMSubtreeModified", this.refresh), this.mutationEventsAdded_ = !0), this.connected_ = !0);
1328
1323
  }, i.prototype.disconnect_ = function() {
1329
- !Le || !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);
1324
+ !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
1325
  }, i.prototype.onTransitionEnd_ = function(c) {
1331
- var h = c.propertyName, O = h === void 0 ? "" : h, y = mt.some(function(b) {
1326
+ var h = c.propertyName, O = h === void 0 ? "" : h, y = bt.some(function(b) {
1332
1327
  return !!~O.indexOf(b);
1333
1328
  });
1334
1329
  y && this.refresh();
@@ -1336,7 +1331,7 @@ var bt = 20, mt = ["top", "right", "bottom", "left", "width", "height", "size",
1336
1331
  return this.instance_ || (this.instance_ = new i()), this.instance_;
1337
1332
  }, i.instance_ = null, i;
1338
1333
  })()
1339
- ), Ze = (function(i, c) {
1334
+ ), Qe = (function(i, c) {
1340
1335
  for (var h = 0, O = Object.keys(c); h < O.length; h++) {
1341
1336
  var y = O[h];
1342
1337
  Object.defineProperty(i, y, {
@@ -1350,11 +1345,11 @@ var bt = 20, mt = ["top", "right", "bottom", "left", "width", "height", "size",
1350
1345
  }), ce = (function(i) {
1351
1346
  var c = i && i.ownerDocument && i.ownerDocument.defaultView;
1352
1347
  return c || me;
1353
- }), et = Oe(0, 0, 0, 0);
1348
+ }), Ze = Oe(0, 0, 0, 0);
1354
1349
  function Se(i) {
1355
1350
  return parseFloat(i) || 0;
1356
1351
  }
1357
- function Be(i) {
1352
+ function Fe(i) {
1358
1353
  for (var c = [], h = 1; h < arguments.length; h++)
1359
1354
  c[h - 1] = arguments[h];
1360
1355
  return c.reduce(function(O, y) {
@@ -1362,44 +1357,44 @@ function Be(i) {
1362
1357
  return O + Se(b);
1363
1358
  }, 0);
1364
1359
  }
1365
- function Ot(i) {
1360
+ function wt(i) {
1366
1361
  for (var c = ["top", "right", "bottom", "left"], h = {}, O = 0, y = c; O < y.length; O++) {
1367
- var b = y[O], L = i["padding-" + b];
1368
- h[b] = Se(L);
1362
+ var b = y[O], x = i["padding-" + b];
1363
+ h[b] = Se(x);
1369
1364
  }
1370
1365
  return h;
1371
1366
  }
1372
- function _t(i) {
1367
+ function Ot(i) {
1373
1368
  var c = i.getBBox();
1374
1369
  return Oe(0, 0, c.width, c.height);
1375
1370
  }
1376
- function kt(i) {
1371
+ function _t(i) {
1377
1372
  var c = i.clientWidth, h = i.clientHeight;
1378
1373
  if (!c && !h)
1379
- return et;
1380
- var O = ce(i).getComputedStyle(i), y = Ot(O), b = y.left + y.right, L = y.top + y.bottom, x = Se(O.width), X = Se(O.height);
1381
- if (O.boxSizing === "border-box" && (Math.round(x + b) !== c && (x -= Be(O, "left", "right") + b), Math.round(X + L) !== h && (X -= Be(O, "top", "bottom") + L)), !Ct(i)) {
1382
- var N = Math.round(x + b) - c, z = Math.round(X + L) - h;
1383
- Math.abs(N) !== 1 && (x -= N), Math.abs(z) !== 1 && (X -= z);
1374
+ return Ze;
1375
+ 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);
1376
+ 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)) {
1377
+ var A = Math.round(L + b) - c, z = Math.round(X + x) - h;
1378
+ Math.abs(A) !== 1 && (L -= A), Math.abs(z) !== 1 && (X -= z);
1384
1379
  }
1385
- return Oe(y.left, y.top, x, X);
1380
+ return Oe(y.left, y.top, L, X);
1386
1381
  }
1387
- var Pt = /* @__PURE__ */ (function() {
1382
+ var kt = /* @__PURE__ */ (function() {
1388
1383
  return typeof SVGGraphicsElement < "u" ? function(i) {
1389
1384
  return i instanceof ce(i).SVGGraphicsElement;
1390
1385
  } : function(i) {
1391
1386
  return i instanceof ce(i).SVGElement && typeof i.getBBox == "function";
1392
1387
  };
1393
1388
  })();
1394
- function Ct(i) {
1389
+ function Pt(i) {
1395
1390
  return i === ce(i).document.documentElement;
1396
1391
  }
1397
- function Tt(i) {
1398
- return Le ? Pt(i) ? _t(i) : kt(i) : et;
1392
+ function Ct(i) {
1393
+ return xe ? kt(i) ? Ot(i) : _t(i) : Ze;
1399
1394
  }
1400
- function jt(i) {
1401
- var c = i.x, h = i.y, O = i.width, y = i.height, b = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, L = Object.create(b.prototype);
1402
- return Ze(L, {
1395
+ function Tt(i) {
1396
+ var c = i.x, h = i.y, O = i.width, y = i.height, b = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, x = Object.create(b.prototype);
1397
+ return Qe(x, {
1403
1398
  x: c,
1404
1399
  y: h,
1405
1400
  width: O,
@@ -1408,31 +1403,31 @@ function jt(i) {
1408
1403
  right: c + O,
1409
1404
  bottom: y + h,
1410
1405
  left: c
1411
- }), L;
1406
+ }), x;
1412
1407
  }
1413
1408
  function Oe(i, c, h, O) {
1414
1409
  return { x: i, y: c, width: h, height: O };
1415
1410
  }
1416
- var Et = (
1411
+ var jt = (
1417
1412
  /** @class */
1418
1413
  (function() {
1419
1414
  function i(c) {
1420
1415
  this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = Oe(0, 0, 0, 0), this.target = c;
1421
1416
  }
1422
1417
  return i.prototype.isActive = function() {
1423
- var c = Tt(this.target);
1418
+ var c = Ct(this.target);
1424
1419
  return this.contentRect_ = c, c.width !== this.broadcastWidth || c.height !== this.broadcastHeight;
1425
1420
  }, i.prototype.broadcastRect = function() {
1426
1421
  var c = this.contentRect_;
1427
1422
  return this.broadcastWidth = c.width, this.broadcastHeight = c.height, c;
1428
1423
  }, i;
1429
1424
  })()
1430
- ), xt = (
1425
+ ), Et = (
1431
1426
  /** @class */
1432
1427
  /* @__PURE__ */ (function() {
1433
1428
  function i(c, h) {
1434
- var O = jt(h);
1435
- Ze(this, { target: c, contentRect: O });
1429
+ var O = Tt(h);
1430
+ Qe(this, { target: c, contentRect: O });
1436
1431
  }
1437
1432
  return i;
1438
1433
  })()
@@ -1440,7 +1435,7 @@ var Et = (
1440
1435
  /** @class */
1441
1436
  (function() {
1442
1437
  function i(c, h, O) {
1443
- if (this.activeObservations_ = [], this.observations_ = new Qe(), typeof c != "function")
1438
+ if (this.activeObservations_ = [], this.observations_ = new Je(), typeof c != "function")
1444
1439
  throw new TypeError("The callback provided as parameter 1 is not a function.");
1445
1440
  this.callback_ = c, this.controller_ = h, this.callbackCtx_ = O;
1446
1441
  }
@@ -1451,7 +1446,7 @@ var Et = (
1451
1446
  if (!(c instanceof ce(c).Element))
1452
1447
  throw new TypeError('parameter 1 is not of type "Element".');
1453
1448
  var h = this.observations_;
1454
- h.has(c) || (h.set(c, new Et(c)), this.controller_.addObserver(this), this.controller_.refresh());
1449
+ h.has(c) || (h.set(c, new jt(c)), this.controller_.addObserver(this), this.controller_.refresh());
1455
1450
  }
1456
1451
  }, i.prototype.unobserve = function(c) {
1457
1452
  if (!arguments.length)
@@ -1472,7 +1467,7 @@ var Et = (
1472
1467
  }, i.prototype.broadcastActive = function() {
1473
1468
  if (this.hasActive()) {
1474
1469
  var c = this.callbackCtx_, h = this.activeObservations_.map(function(O) {
1475
- return new xt(O.target, O.broadcastRect());
1470
+ return new Et(O.target, O.broadcastRect());
1476
1471
  });
1477
1472
  this.callback_.call(c, h, c), this.clearActive();
1478
1473
  }
@@ -1482,7 +1477,7 @@ var Et = (
1482
1477
  return this.activeObservations_.length > 0;
1483
1478
  }, i;
1484
1479
  })()
1485
- ), tt = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Qe(), rt = (
1480
+ ), et = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Je(), tt = (
1486
1481
  /** @class */
1487
1482
  /* @__PURE__ */ (function() {
1488
1483
  function i(c) {
@@ -1490,8 +1485,8 @@ var Et = (
1490
1485
  throw new TypeError("Cannot call a class as a function.");
1491
1486
  if (!arguments.length)
1492
1487
  throw new TypeError("1 argument required, but only 0 present.");
1493
- var h = wt.getInstance(), O = new Lt(c, h, this);
1494
- tt.set(this, O);
1488
+ var h = St.getInstance(), O = new Lt(c, h, this);
1489
+ et.set(this, O);
1495
1490
  }
1496
1491
  return i;
1497
1492
  })()
@@ -1501,26 +1496,26 @@ var Et = (
1501
1496
  "unobserve",
1502
1497
  "disconnect"
1503
1498
  ].forEach(function(i) {
1504
- rt.prototype[i] = function() {
1499
+ tt.prototype[i] = function() {
1505
1500
  var c;
1506
- return (c = tt.get(this))[i].apply(c, arguments);
1501
+ return (c = et.get(this))[i].apply(c, arguments);
1507
1502
  };
1508
1503
  });
1509
- var Mt = (function() {
1510
- return typeof me.ResizeObserver < "u" ? me.ResizeObserver : rt;
1504
+ var xt = (function() {
1505
+ return typeof me.ResizeObserver < "u" ? me.ResizeObserver : tt;
1511
1506
  })();
1512
- const Rt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1507
+ const Mt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1513
1508
  __proto__: null,
1514
- default: Mt
1515
- }, Symbol.toStringTag, { value: "Module" })), zt = /* @__PURE__ */ at(Rt);
1516
- var Xe;
1517
- function Dt() {
1518
- if (Xe) return pe;
1519
- Xe = 1, Object.defineProperty(pe, "__esModule", {
1509
+ default: xt
1510
+ }, Symbol.toStringTag, { value: "Module" })), Rt = /* @__PURE__ */ ot(Mt);
1511
+ var Be;
1512
+ function zt() {
1513
+ if (Be) return pe;
1514
+ Be = 1, Object.defineProperty(pe, "__esModule", {
1520
1515
  value: !0
1521
1516
  }), pe.InnerSlider = void 0;
1522
- var i = N(ue), c = N(ct()), h = N(ft()), O = N(we()), y = ye(), b = dt(), L = pt(), x = vt(), X = N(zt);
1523
- function N(u) {
1517
+ var i = A(ue), c = A(ut()), h = A(ct()), O = A(we()), y = ye(), b = ft(), x = dt(), L = pt(), X = A(Rt);
1518
+ function A(u) {
1524
1519
  return u && u.__esModule ? u : { default: u };
1525
1520
  }
1526
1521
  function z(u) {
@@ -1545,9 +1540,9 @@ function Dt() {
1545
1540
  if (u == null) return {};
1546
1541
  var w, P, t = ne(u, g);
1547
1542
  if (Object.getOwnPropertySymbols) {
1548
- var A = Object.getOwnPropertySymbols(u);
1549
- for (P = 0; P < A.length; P++)
1550
- w = A[P], g.includes(w) || {}.propertyIsEnumerable.call(u, w) && (t[w] = u[w]);
1543
+ var H = Object.getOwnPropertySymbols(u);
1544
+ for (P = 0; P < H.length; P++)
1545
+ w = H[P], g.includes(w) || {}.propertyIsEnumerable.call(u, w) && (t[w] = u[w]);
1551
1546
  }
1552
1547
  return t;
1553
1548
  }
@@ -1772,9 +1767,9 @@ function Dt() {
1772
1767
  trackStyle: T
1773
1768
  };
1774
1769
  }
1775
- var I = i.default.Children.count(t.props.children), H = E(E(E({}, t.props), t.state), {}, {
1770
+ var I = i.default.Children.count(t.props.children), N = E(E(E({}, t.props), t.state), {}, {
1776
1771
  slideCount: I
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;
1772
+ }), G = (0, y.getPreClones)(N) + (0, y.getPostClones)(N) + I, B = 100 / t.props.slidesToShow * G, W = 100 / G, R = -W * ((0, y.getPreClones)(N) + t.state.currentSlide) * B / 100;
1778
1773
  t.props.centerMode && (R += (100 - W * B / 100) / 2);
1779
1774
  var q = {
1780
1775
  width: B + "%",
@@ -1828,15 +1823,15 @@ function Dt() {
1828
1823
  }, t.props), t.state), {}, {
1829
1824
  trackRef: t.track,
1830
1825
  useCSS: t.props.useCSS && !e
1831
- })), I = D.state, H = D.nextState;
1826
+ })), I = D.state, N = D.nextState;
1832
1827
  if (I) {
1833
1828
  k && k(T, I.currentSlide);
1834
1829
  var G = I.lazyLoadedList.filter(function(B) {
1835
1830
  return t.state.lazyLoadedList.indexOf(B) < 0;
1836
1831
  });
1837
1832
  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 !== o && (t.asNavForIndex = o, p.innerSlider.slideHandler(o)), H && (t.animationEndCallback = setTimeout(function() {
1839
- var B = H.animating, W = ee(H, ["animating"]);
1833
+ p && t.asNavForIndex !== o && (t.asNavForIndex = o, p.innerSlider.slideHandler(o)), N && (t.animationEndCallback = setTimeout(function() {
1834
+ var B = N.animating, W = ee(N, ["animating"]);
1840
1835
  t.setState(W, function() {
1841
1836
  t.callbackTimers.push(setTimeout(function() {
1842
1837
  return t.setState({
@@ -1978,21 +1973,21 @@ function Dt() {
1978
1973
  onMouseEnter: C ? t.onDotsLeave : null,
1979
1974
  onMouseOver: C ? t.onDotsOver : null,
1980
1975
  onMouseLeave: C ? t.onDotsLeave : null
1981
- }), k = /* @__PURE__ */ i.default.createElement(L.Dots, S);
1976
+ }), k = /* @__PURE__ */ i.default.createElement(x.Dots, S);
1982
1977
  }
1983
1978
  var _, T, D = (0, y.extractObject)(e, ["infinite", "centerMode", "currentSlide", "slideCount", "slidesToShow", "prevArrow", "nextArrow"]);
1984
- D.clickHandler = t.changeSlide, t.props.arrows && (_ = /* @__PURE__ */ i.default.createElement(x.PrevArrow, D), T = /* @__PURE__ */ i.default.createElement(x.NextArrow, D));
1979
+ D.clickHandler = t.changeSlide, t.props.arrows && (_ = /* @__PURE__ */ i.default.createElement(L.PrevArrow, D), T = /* @__PURE__ */ i.default.createElement(L.NextArrow, D));
1985
1980
  var I = null;
1986
1981
  t.props.vertical && (I = {
1987
1982
  height: t.state.listHeight
1988
1983
  });
1989
- var H = null;
1990
- t.props.vertical === !1 ? t.props.centerMode === !0 && (H = {
1984
+ var N = null;
1985
+ t.props.vertical === !1 ? t.props.centerMode === !0 && (N = {
1991
1986
  padding: "0px " + t.props.centerPadding
1992
- }) : t.props.centerMode === !0 && (H = {
1987
+ }) : t.props.centerMode === !0 && (N = {
1993
1988
  padding: t.props.centerPadding + " 0px"
1994
1989
  });
1995
- var G = E(E({}, I), H), B = t.props.touchMove, W = {
1990
+ var G = E(E({}, I), N), B = t.props.touchMove, W = {
1996
1991
  className: "slick-list",
1997
1992
  style: G,
1998
1993
  onClick: t.clickHandler,
@@ -2025,32 +2020,32 @@ function Dt() {
2025
2020
  targetSlide: t.props.initialSlide ? t.props.initialSlide : 0,
2026
2021
  slideCount: i.default.Children.count(t.props.children)
2027
2022
  }), t.callbackTimers = [], t.clickable = !0, t.debouncedResize = null;
2028
- var A = t.ssrInit();
2029
- return t.state = E(E({}, t.state), A), t;
2023
+ var H = t.ssrInit();
2024
+ return t.state = E(E({}, t.state), H), t;
2030
2025
  }
2031
2026
  return K(w, [{
2032
2027
  key: "didPropsChange",
2033
2028
  value: function(t) {
2034
- for (var A = !1, o = 0, e = Object.keys(this.props); o < e.length; o++) {
2029
+ for (var H = !1, o = 0, e = Object.keys(this.props); o < e.length; o++) {
2035
2030
  var n = e[o];
2036
2031
  if (!t.hasOwnProperty(n)) {
2037
- A = !0;
2032
+ H = !0;
2038
2033
  break;
2039
2034
  }
2040
2035
  if (!(z(t[n]) === "object" || typeof t[n] == "function" || isNaN(t[n])) && t[n] !== this.props[n]) {
2041
- A = !0;
2036
+ H = !0;
2042
2037
  break;
2043
2038
  }
2044
2039
  }
2045
- return A || i.default.Children.count(this.props.children) !== i.default.Children.count(t.children);
2040
+ return H || i.default.Children.count(this.props.children) !== i.default.Children.count(t.children);
2046
2041
  }
2047
2042
  }]), w;
2048
2043
  })(i.default.Component), pe;
2049
2044
  }
2050
- var Ee, Ge;
2051
- function It() {
2052
- if (Ge) return Ee;
2053
- Ge = 1;
2045
+ var Ee, Xe;
2046
+ function Dt() {
2047
+ if (Xe) return Ee;
2048
+ Xe = 1;
2054
2049
  var i = function(c) {
2055
2050
  return c.replace(/[A-Z]/g, function(h) {
2056
2051
  return "-" + h.toLowerCase();
@@ -2058,44 +2053,44 @@ function It() {
2058
2053
  };
2059
2054
  return Ee = i, Ee;
2060
2055
  }
2061
- var xe, Ke;
2062
- function Ht() {
2063
- if (Ke) return xe;
2064
- Ke = 1;
2065
- var i = It(), c = function(y) {
2056
+ var Le, Ge;
2057
+ function It() {
2058
+ if (Ge) return Le;
2059
+ Ge = 1;
2060
+ var i = Dt(), c = function(y) {
2066
2061
  var b = /[height|width]$/;
2067
2062
  return b.test(y);
2068
2063
  }, h = function(y) {
2069
- var b = "", L = Object.keys(y);
2070
- return L.forEach(function(x, X) {
2071
- var N = y[x];
2072
- x = i(x), c(x) && typeof N == "number" && (N = N + "px"), N === !0 ? b += x : N === !1 ? b += "not " + x : b += "(" + x + ": " + N + ")", X < L.length - 1 && (b += " and ");
2064
+ var b = "", x = Object.keys(y);
2065
+ return x.forEach(function(L, X) {
2066
+ var A = y[L];
2067
+ L = i(L), c(L) && typeof A == "number" && (A = A + "px"), A === !0 ? b += L : A === !1 ? b += "not " + L : b += "(" + L + ": " + A + ")", X < x.length - 1 && (b += " and ");
2073
2068
  }), b;
2074
2069
  }, O = function(y) {
2075
2070
  var b = "";
2076
- return typeof y == "string" ? y : y instanceof Array ? (y.forEach(function(L, x) {
2077
- b += h(L), x < y.length - 1 && (b += ", ");
2071
+ return typeof y == "string" ? y : y instanceof Array ? (y.forEach(function(x, L) {
2072
+ b += h(x), L < y.length - 1 && (b += ", ");
2078
2073
  }), b) : h(y);
2079
2074
  };
2080
- return xe = O, xe;
2075
+ return Le = O, Le;
2081
2076
  }
2082
- var Ye;
2083
- function At() {
2084
- return Ye || (Ye = 1, (function(i) {
2077
+ var Ke;
2078
+ function Nt() {
2079
+ return Ke || (Ke = 1, (function(i) {
2085
2080
  Object.defineProperty(i, "__esModule", {
2086
2081
  value: !0
2087
2082
  }), i.default = void 0;
2088
- var c = L(ue), h = Dt(), O = L(Ht()), y = L(Je()), b = ye();
2089
- function L(d) {
2083
+ var c = x(ue), h = zt(), O = x(It()), y = x($e()), b = ye();
2084
+ function x(d) {
2090
2085
  return d && d.__esModule ? d : { default: d };
2091
2086
  }
2092
- function x(d) {
2087
+ function L(d) {
2093
2088
  "@babel/helpers - typeof";
2094
- return x = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(l) {
2089
+ return L = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(l) {
2095
2090
  return typeof l;
2096
2091
  } : function(l) {
2097
2092
  return l && typeof Symbol == "function" && l.constructor === Symbol && l !== Symbol.prototype ? "symbol" : typeof l;
2098
- }, x(d);
2093
+ }, L(d);
2099
2094
  }
2100
2095
  function X() {
2101
2096
  return X = Object.assign ? Object.assign.bind() : function(d) {
@@ -2107,7 +2102,7 @@ function At() {
2107
2102
  return d;
2108
2103
  }, X.apply(null, arguments);
2109
2104
  }
2110
- function N(d, l) {
2105
+ function A(d, l) {
2111
2106
  var r = Object.keys(d);
2112
2107
  if (Object.getOwnPropertySymbols) {
2113
2108
  var v = Object.getOwnPropertySymbols(d);
@@ -2120,9 +2115,9 @@ function At() {
2120
2115
  function z(d) {
2121
2116
  for (var l = 1; l < arguments.length; l++) {
2122
2117
  var r = arguments[l] != null ? arguments[l] : {};
2123
- l % 2 ? N(Object(r), !0).forEach(function(v) {
2118
+ l % 2 ? A(Object(r), !0).forEach(function(v) {
2124
2119
  a(d, v, r[v]);
2125
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(d, Object.getOwnPropertyDescriptors(r)) : N(Object(r)).forEach(function(v) {
2120
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(d, Object.getOwnPropertyDescriptors(r)) : A(Object(r)).forEach(function(v) {
2126
2121
  Object.defineProperty(d, v, Object.getOwnPropertyDescriptor(r, v));
2127
2122
  });
2128
2123
  }
@@ -2161,7 +2156,7 @@ function At() {
2161
2156
  };
2162
2157
  }
2163
2158
  function F(d, l) {
2164
- if (l && (x(l) == "object" || typeof l == "function")) return l;
2159
+ if (l && (L(l) == "object" || typeof l == "function")) return l;
2165
2160
  if (l !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
2166
2161
  return K(d);
2167
2162
  }
@@ -2189,14 +2184,14 @@ function At() {
2189
2184
  }
2190
2185
  function s(d) {
2191
2186
  var l = f(d, "string");
2192
- return x(l) == "symbol" ? l : l + "";
2187
+ return L(l) == "symbol" ? l : l + "";
2193
2188
  }
2194
2189
  function f(d, l) {
2195
- if (x(d) != "object" || !d) return d;
2190
+ if (L(d) != "object" || !d) return d;
2196
2191
  var r = d[Symbol.toPrimitive];
2197
2192
  if (r !== void 0) {
2198
2193
  var v = r.call(d, l);
2199
- if (x(v) != "object") return v;
2194
+ if (L(v) != "object") return v;
2200
2195
  throw new TypeError("@@toPrimitive must return a primitive value.");
2201
2196
  }
2202
2197
  return (l === "string" ? String : Number)(d);
@@ -2227,8 +2222,8 @@ function At() {
2227
2222
  key: "media",
2228
2223
  value: function(m, u) {
2229
2224
  var g = window.matchMedia(m), w = function(t) {
2230
- var A = t.matches;
2231
- A && u();
2225
+ var H = t.matches;
2226
+ H && u();
2232
2227
  };
2233
2228
  g.addListener(w), this._responsiveMediaHandlers.push({
2234
2229
  mql: g,
@@ -2289,11 +2284,11 @@ function At() {
2289
2284
  w = w.filter(function(S) {
2290
2285
  return typeof S == "string" ? !!S.trim() : !!S;
2291
2286
  }), 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
- for (var P = [], t = null, A = 0; A < w.length; A += u.rows * u.slidesPerRow) {
2293
- for (var o = [], e = A; e < A + u.rows * u.slidesPerRow; e += u.slidesPerRow) {
2287
+ for (var P = [], t = null, H = 0; H < w.length; H += u.rows * u.slidesPerRow) {
2288
+ for (var o = [], e = H; e < H + u.rows * u.slidesPerRow; e += u.slidesPerRow) {
2294
2289
  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
2290
  n.push(/* @__PURE__ */ c.default.cloneElement(w[p], {
2296
- key: 100 * A + 10 * e + p,
2291
+ key: 100 * H + 10 * e + p,
2297
2292
  tabIndex: -1,
2298
2293
  style: {
2299
2294
  width: "".concat(100 / u.slidesPerRow, "%"),
@@ -2301,16 +2296,16 @@ function At() {
2301
2296
  }
2302
2297
  }));
2303
2298
  o.push(/* @__PURE__ */ c.default.createElement("div", {
2304
- key: 10 * A + e
2299
+ key: 10 * H + e
2305
2300
  }, n));
2306
2301
  }
2307
2302
  u.variableWidth ? P.push(/* @__PURE__ */ c.default.createElement("div", {
2308
- key: A,
2303
+ key: H,
2309
2304
  style: {
2310
2305
  width: t
2311
2306
  }
2312
2307
  }, o)) : P.push(/* @__PURE__ */ c.default.createElement("div", {
2313
- key: A
2308
+ key: H
2314
2309
  }, o));
2315
2310
  }
2316
2311
  if (u === "unslick") {
@@ -2328,21 +2323,21 @@ function At() {
2328
2323
  })(c.default.Component);
2329
2324
  })(ke)), ke;
2330
2325
  }
2331
- var Ue;
2332
- function Nt() {
2333
- return Ue || (Ue = 1, (function(i) {
2326
+ var Ye;
2327
+ function Ht() {
2328
+ return Ye || (Ye = 1, (function(i) {
2334
2329
  Object.defineProperty(i, "__esModule", {
2335
2330
  value: !0
2336
2331
  }), i.default = void 0;
2337
- var c = h(At());
2332
+ var c = h(Nt());
2338
2333
  function h(O) {
2339
2334
  return O && O.__esModule ? O : { default: O };
2340
2335
  }
2341
2336
  i.default = c.default;
2342
2337
  })(_e)), _e;
2343
2338
  }
2344
- var Wt = Nt();
2345
- const qt = /* @__PURE__ */ lt(Wt), Ft = Re("div", {
2339
+ var At = Ht();
2340
+ const Wt = /* @__PURE__ */ at(At), qt = Me("div", {
2346
2341
  shouldForwardProp: (i) => i !== "space"
2347
2342
  })(({ space: i }) => ({
2348
2343
  ".slick-list": {
@@ -2368,7 +2363,7 @@ const qt = /* @__PURE__ */ lt(Wt), Ft = Re("div", {
2368
2363
  "&.prev": { left: 6 }
2369
2364
  }
2370
2365
  }
2371
- })), Bt = Re("ul")(({ theme: i }) => ({
2366
+ })), Ft = Me("ul")(({ theme: i }) => ({
2372
2367
  gap: 6,
2373
2368
  zIndex: 1,
2374
2369
  margin: 0,
@@ -2389,7 +2384,7 @@ const qt = /* @__PURE__ */ lt(Wt), Ft = Re("div", {
2389
2384
  "&.slick-active span": { backgroundColor: (i.vars || i).palette.primary.main },
2390
2385
  "&.slick-active": { width: 18 }
2391
2386
  }
2392
- })), Xt = Re("span", {
2387
+ })), Bt = Me("span", {
2393
2388
  shouldForwardProp: (i) => i !== "dotColor"
2394
2389
  })(({ dotColor: i, theme: c }) => ({
2395
2390
  width: "100%",
@@ -2399,58 +2394,50 @@ const qt = /* @__PURE__ */ lt(Wt), Ft = Re("div", {
2399
2394
  position: "relative",
2400
2395
  backgroundColor: i || (c.vars || c).palette.divider
2401
2396
  }));
2402
- function Gt({ onClick: i, sx: c, className: h }) {
2403
- const O = h == null ? void 0 : h.split(" ").filter((y) => y !== "slick-next").join(" ");
2404
- return /* @__PURE__ */ oe.jsx(Ve, { onClick: i, className: `next ${O}`, sx: c, children: /* @__PURE__ */ oe.jsx(ut, { fontSize: "small" }) });
2397
+ function Xt({ onClick: i, sx: c, className: h }) {
2398
+ const O = h?.split(" ").filter((y) => y !== "slick-next").join(" ");
2399
+ return /* @__PURE__ */ oe.jsx(Ue, { onClick: i, className: `next ${O}`, sx: c, children: /* @__PURE__ */ oe.jsx(st, { fontSize: "small" }) });
2405
2400
  }
2406
- function Kt({ onClick: i, sx: c, className: h }) {
2407
- const O = h == null ? void 0 : h.split(" ").filter((y) => y !== "slick-prev").join(" ");
2408
- return /* @__PURE__ */ oe.jsx(Ve, { onClick: i, className: `prev ${O}`, sx: c, children: /* @__PURE__ */ oe.jsx(st, { fontSize: "small" }) });
2401
+ function Gt({ onClick: i, sx: c, className: h }) {
2402
+ const O = h?.split(" ").filter((y) => y !== "slick-prev").join(" ");
2403
+ return /* @__PURE__ */ oe.jsx(Ue, { onClick: i, className: `prev ${O}`, sx: c, children: /* @__PURE__ */ oe.jsx(lt, { fontSize: "small" }) });
2409
2404
  }
2410
- function Yt({ sx: i }) {
2405
+ function Kt({ sx: i }) {
2411
2406
  return {
2412
- nextArrow: /* @__PURE__ */ oe.jsx(Gt, { sx: i }),
2413
- prevArrow: /* @__PURE__ */ oe.jsx(Kt, { sx: i })
2407
+ nextArrow: /* @__PURE__ */ oe.jsx(Xt, { sx: i }),
2408
+ prevArrow: /* @__PURE__ */ oe.jsx(Gt, { sx: i })
2414
2409
  };
2415
2410
  }
2416
- function Ut({ dotColor: i, sx: c }) {
2411
+ function Yt({ dotColor: i, sx: c }) {
2417
2412
  return {
2418
- customPaging: () => /* @__PURE__ */ oe.jsx(Xt, { dotColor: i }),
2419
- appendDots: (h) => /* @__PURE__ */ oe.jsx(Bt, { sx: c, children: h })
2413
+ customPaging: () => /* @__PURE__ */ oe.jsx(Bt, { dotColor: i }),
2414
+ appendDots: (h) => /* @__PURE__ */ oe.jsx(Ft, { sx: c, children: h })
2420
2415
  };
2421
2416
  }
2422
- const Me = it((i, c) => {
2417
+ const Ut = nt((i, c) => {
2423
2418
  const {
2424
2419
  dotColor: h,
2425
2420
  children: O,
2426
2421
  arrowStyles: y,
2427
2422
  dots: b = !1,
2428
- arrows: L = !0,
2429
- slidesToShow: x = 4,
2423
+ arrows: x = !0,
2424
+ slidesToShow: L = 4,
2430
2425
  spaceBetween: X = 4,
2431
- dotStyles: N = { mt: 4 },
2426
+ dotStyles: A = { mt: 4 },
2432
2427
  ...z
2433
- } = i, U = ot(), ee = {
2428
+ } = i, U = it(), ee = {
2434
2429
  dots: b,
2435
- arrows: L,
2436
- slidesToShow: x,
2430
+ arrows: x,
2431
+ slidesToShow: L,
2437
2432
  rtl: U.direction === "rtl",
2438
- ...Yt({ sx: y }),
2439
- ...Ut({ dotColor: h, sx: N }),
2433
+ ...Kt({ sx: y }),
2434
+ ...Yt({ dotColor: h, sx: A }),
2440
2435
  ...z
2441
2436
  };
2442
- return /* @__PURE__ */ oe.jsx(Ft, { space: X, children: /* @__PURE__ */ oe.jsx(qt, { ref: c, ...ee, children: O }) });
2437
+ return /* @__PURE__ */ oe.jsx(qt, { space: X, children: /* @__PURE__ */ oe.jsx(Wt, { ref: c, ...ee, children: O }) });
2443
2438
  });
2444
- Me.displayName = "SCarousel";
2445
- try {
2446
- Me.displayName = "SCarousel", Me.__docgenInfo = { description: "A carousel component built on react-slick with smooth sliding functionality and customizable navigation.", displayName: "SCarousel", props: { dotColor: { defaultValue: null, description: "Custom color for the navigation dots", name: "dotColor", required: !1, type: { name: "string" } }, spaceBetween: { defaultValue: null, description: "Space between slides in pixels", name: "spaceBetween", required: !1, type: { name: "number" } }, dotStyles: { defaultValue: null, description: "Custom styles for the dots container", name: "dotStyles", required: !1, type: { name: "SxProps<Theme>" } }, arrowStyles: { defaultValue: null, description: "Custom styles for the arrow buttons", name: "arrowStyles", required: !1, type: { name: "SxProps<Theme>" } } } };
2447
- } catch {
2448
- }
2449
- try {
2450
- scarousel.displayName = "scarousel", scarousel.__docgenInfo = { description: "A carousel component built on react-slick with smooth sliding functionality and customizable navigation.", displayName: "scarousel", props: { dotColor: { defaultValue: null, description: "Custom color for the navigation dots", name: "dotColor", required: !1, type: { name: "string" } }, spaceBetween: { defaultValue: null, description: "Space between slides in pixels", name: "spaceBetween", required: !1, type: { name: "number" } }, dotStyles: { defaultValue: null, description: "Custom styles for the dots container", name: "dotStyles", required: !1, type: { name: "SxProps<Theme>" } }, arrowStyles: { defaultValue: null, description: "Custom styles for the arrow buttons", name: "arrowStyles", required: !1, type: { name: "SxProps<Theme>" } } } };
2451
- } catch {
2452
- }
2439
+ Ut.displayName = "SCarousel";
2453
2440
  export {
2454
- Me as SCarousel,
2455
- Me as default
2441
+ Ut as SCarousel,
2442
+ Ut as default
2456
2443
  };