@solostylist/ui-kit 1.0.166 → 1.0.168

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 (241) hide show
  1. package/dist/{Typography-B7LOtCzI.js → Typography-C8jwvSWe.js} +1 -1
  2. package/dist/main.d.ts +5 -3
  3. package/dist/main.js +182 -172
  4. package/dist/s-accordion/index.js +2 -2
  5. package/dist/s-accordion/s-accordion.d.ts +17 -1
  6. package/dist/s-accordion/s-accordion.js +252 -238
  7. package/dist/s-action-overlay/index.js +1 -1
  8. package/dist/s-action-overlay/s-action-overlay.d.ts +34 -1
  9. package/dist/s-action-overlay/s-action-overlay.js +67 -55
  10. package/dist/s-ai-tool-bar/index.d.ts +2 -0
  11. package/dist/s-ai-tool-bar/index.js +3 -2
  12. package/dist/s-ai-tool-bar/s-ai-tool-bar.d.ts +43 -22
  13. package/dist/s-ai-tool-bar/s-ai-tool-bar.js +336 -255
  14. package/dist/s-autocomplete/index.js +2 -2
  15. package/dist/s-autocomplete/s-autocomplete.d.ts +13 -15
  16. package/dist/s-autocomplete/s-autocomplete.js +25 -17
  17. package/dist/s-avatar/index.js +2 -2
  18. package/dist/s-avatar/s-avatar.d.ts +16 -1
  19. package/dist/s-avatar/s-avatar.js +23 -10
  20. package/dist/s-blur-text/index.js +2 -2
  21. package/dist/s-blur-text/s-blur-text.d.ts +4 -13
  22. package/dist/s-blur-text/s-blur-text.js +57 -51
  23. package/dist/s-breadcrumbs/index.js +2 -2
  24. package/dist/s-breadcrumbs/s-breadcrumbs.d.ts +20 -1
  25. package/dist/s-breadcrumbs/s-breadcrumbs.js +39 -30
  26. package/dist/s-button/index.js +2 -2
  27. package/dist/s-button/s-button.d.ts +7 -1
  28. package/dist/s-button/s-button.js +15 -5
  29. package/dist/s-button-link/index.js +2 -2
  30. package/dist/s-button-link/s-button-link.d.ts +12 -26
  31. package/dist/s-button-link/s-button-link.js +36 -26
  32. package/dist/s-carousel/index.js +1 -1
  33. package/dist/s-carousel/s-carousel.d.ts +11 -1
  34. package/dist/s-carousel/s-carousel.js +233 -223
  35. package/dist/s-category-card/index.js +2 -2
  36. package/dist/s-category-card/s-category-card.d.ts +28 -1
  37. package/dist/s-category-card/s-category-card.js +77 -58
  38. package/dist/s-chat-input/index.js +2 -2
  39. package/dist/s-chat-input/s-chat-input.d.ts +12 -1
  40. package/dist/s-chat-input/s-chat-input.js +92 -82
  41. package/dist/s-chat-message/index.js +2 -2
  42. package/dist/s-chat-message/s-chat-message.d.ts +22 -1
  43. package/dist/s-chat-message/s-chat-message.js +144 -133
  44. package/dist/s-checkbox/index.js +2 -2
  45. package/dist/s-checkbox/s-checkbox.d.ts +2 -15
  46. package/dist/s-checkbox/s-checkbox.js +20 -10
  47. package/dist/s-chip/index.js +2 -2
  48. package/dist/s-chip/s-chip.d.ts +7 -1
  49. package/dist/s-chip/s-chip.js +15 -5
  50. package/dist/s-chips/index.js +2 -2
  51. package/dist/s-chips/s-chips.d.ts +5 -18
  52. package/dist/s-chips/s-chips.js +56 -41
  53. package/dist/s-comment-message/index.js +2 -2
  54. package/dist/s-comment-message/s-comment-message.d.ts +26 -1
  55. package/dist/s-comment-message/s-comment-message.js +95 -89
  56. package/dist/s-copyable-text/index.js +1 -1
  57. package/dist/s-copyable-text/s-copyable-text.d.ts +9 -36
  58. package/dist/s-copyable-text/s-copyable-text.js +31 -21
  59. package/dist/s-countdown/index.d.ts +3 -2
  60. package/dist/s-countdown/index.js +4 -3
  61. package/dist/s-countdown/s-count-box.d.ts +39 -0
  62. package/dist/s-countdown/s-count-box.js +112 -0
  63. package/dist/s-countdown/s-count-down.d.ts +6 -50
  64. package/dist/s-countdown/s-count-down.js +110 -175
  65. package/dist/s-data-table/index.js +2 -2
  66. package/dist/s-data-table/s-data-table.d.ts +9 -65
  67. package/dist/s-data-table/s-data-table.js +381 -371
  68. package/dist/s-date-picker/index.js +2 -2
  69. package/dist/s-date-picker/s-date-picker.d.ts +6 -17
  70. package/dist/s-date-picker/s-date-picker.js +124 -107
  71. package/dist/s-datetime-picker/index.js +2 -2
  72. package/dist/s-datetime-picker/s-datetime-picker.d.ts +5 -16
  73. package/dist/s-datetime-picker/s-datetime-picker.js +897 -887
  74. package/dist/s-dialog/index.js +2 -2
  75. package/dist/s-dialog/s-dialog.d.ts +3 -16
  76. package/dist/s-dialog/s-dialog.js +32 -23
  77. package/dist/s-dialog-confirm/index.js +3 -3
  78. package/dist/s-dialog-confirm/s-dialog-confirm.d.ts +5 -13
  79. package/dist/s-dialog-confirm/s-dialog-confirm.js +55 -48
  80. package/dist/s-dialog-message/index.js +4 -4
  81. package/dist/s-dialog-message/s-dialog-message.d.ts +5 -15
  82. package/dist/s-dialog-message/s-dialog-message.js +45 -38
  83. package/dist/s-empty/index.js +2 -2
  84. package/dist/s-empty/s-empty.d.ts +5 -20
  85. package/dist/s-empty/s-empty.js +14 -4
  86. package/dist/s-error/index.js +2 -2
  87. package/dist/s-error/s-error.d.ts +5 -20
  88. package/dist/s-error/s-error.js +16 -6
  89. package/dist/s-error-layout/index.js +2 -2
  90. package/dist/s-error-layout/s-error-layout.d.ts +6 -1
  91. package/dist/s-error-layout/s-error-layout.js +60 -51
  92. package/dist/s-file-dropzone/index.js +2 -2
  93. package/dist/s-file-dropzone/s-file-dropzone.d.ts +6 -51
  94. package/dist/s-file-dropzone/s-file-dropzone.js +64 -54
  95. package/dist/s-file-icon/index.js +2 -2
  96. package/dist/s-file-icon/s-file-icon.d.ts +5 -25
  97. package/dist/s-file-icon/s-file-icon.js +14 -8
  98. package/dist/s-flex-box/index.js +2 -2
  99. package/dist/s-flex-box/s-flex-box.d.ts +10 -1
  100. package/dist/s-flex-box/s-flex-box.js +14 -4
  101. package/dist/s-form/index.js +2 -2
  102. package/dist/s-form/s-form.d.ts +5 -14
  103. package/dist/s-form/s-form.js +19 -9
  104. package/dist/s-gallery/index.js +33 -3
  105. package/dist/s-gallery/s-gallery.d.ts +3 -36
  106. package/dist/s-gallery/s-gallery.js +108 -78
  107. package/dist/s-glow-button/s-glow-button.d.ts +6 -42
  108. package/dist/s-glow-button/s-glow-button.js +29 -47
  109. package/dist/s-gradient-icon/index.d.ts +1 -1
  110. package/dist/s-gradient-icon/index.js +1 -1
  111. package/dist/s-gradient-icon/s-gradient-icon.d.ts +8 -68
  112. package/dist/s-gradient-icon/s-gradient-icon.js +54 -44
  113. package/dist/s-i18n-provider/index.js +1 -1
  114. package/dist/s-i18n-provider/s-i18n-provider.d.ts +5 -33
  115. package/dist/s-i18n-provider/s-i18n-provider.js +25 -15
  116. package/dist/s-icon-button/index.js +2 -2
  117. package/dist/s-icon-button/s-icon-button.d.ts +6 -19
  118. package/dist/s-icon-button/s-icon-button.js +14 -4
  119. package/dist/s-image-comparison/s-image-comparison.js +50 -45
  120. package/dist/s-image-modal/index.js +3 -3
  121. package/dist/s-image-modal/s-image-modal.d.ts +4 -20
  122. package/dist/s-image-modal/s-image-modal.js +150 -135
  123. package/dist/s-item-not-found/index.js +2 -2
  124. package/dist/s-item-not-found/s-item-not-found.d.ts +14 -1
  125. package/dist/s-item-not-found/s-item-not-found.js +21 -10
  126. package/dist/s-label/index.js +2 -2
  127. package/dist/s-label/s-label.d.ts +9 -25
  128. package/dist/s-label/s-label.js +19 -9
  129. package/dist/s-language-switcher/index.js +3 -3
  130. package/dist/s-language-switcher/s-language-switcher.d.ts +20 -33
  131. package/dist/s-language-switcher/s-language-switcher.js +137 -115
  132. package/dist/s-lazy-image/index.js +10 -2
  133. package/dist/s-lazy-image/s-lazy-image.d.ts +12 -58
  134. package/dist/s-lazy-image/s-lazy-image.js +53 -58
  135. package/dist/s-localization-provider/index.js +2 -2
  136. package/dist/s-localization-provider/s-localization-provider.d.ts +6 -27
  137. package/dist/s-localization-provider/s-localization-provider.js +157 -149
  138. package/dist/s-moving-border/index.js +2 -2
  139. package/dist/s-moving-border/s-moving-border.d.ts +3 -33
  140. package/dist/s-moving-border/s-moving-border.js +65 -55
  141. package/dist/s-multi-select/index.js +2 -2
  142. package/dist/s-multi-select/s-multi-select.d.ts +5 -15
  143. package/dist/s-multi-select/s-multi-select.js +54 -45
  144. package/dist/s-no-ssr/index.js +2 -2
  145. package/dist/s-no-ssr/s-no-ssr.d.ts +5 -33
  146. package/dist/s-no-ssr/s-no-ssr.js +21 -11
  147. package/dist/s-overlay-scrollbar/index.js +2 -2
  148. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.d.ts +10 -1
  149. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +16 -11
  150. package/dist/s-pagination/index.js +2 -2
  151. package/dist/s-pagination/s-pagination.d.ts +5 -23
  152. package/dist/s-pagination/s-pagination.js +17 -11
  153. package/dist/s-pixel-reveal/index.d.ts +2 -0
  154. package/dist/s-pixel-reveal/index.js +4 -0
  155. package/dist/s-pixel-reveal/package.json +5 -0
  156. package/dist/s-pixel-reveal/s-pixel-reveal.d.ts +27 -0
  157. package/dist/s-pixel-reveal/s-pixel-reveal.js +156 -0
  158. package/dist/s-radial-pulse-animate/index.js +2 -2
  159. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.d.ts +12 -1
  160. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +52 -42
  161. package/dist/s-rating/index.js +2 -2
  162. package/dist/s-rating/s-rating.d.ts +7 -1
  163. package/dist/s-rating/s-rating.js +15 -5
  164. package/dist/s-review/index.js +2 -2
  165. package/dist/s-review/s-review.d.ts +25 -1
  166. package/dist/s-review/s-review.js +104 -97
  167. package/dist/s-scroll-reveal/index.js +2 -2
  168. package/dist/s-scroll-reveal/s-scroll-reveal.d.ts +17 -36
  169. package/dist/s-scroll-reveal/s-scroll-reveal.js +43 -33
  170. package/dist/s-scroll-to-top/index.js +2 -2
  171. package/dist/s-scroll-to-top/s-scroll-to-top.d.ts +12 -17
  172. package/dist/s-scroll-to-top/s-scroll-to-top.js +20 -15
  173. package/dist/s-select/index.js +2 -2
  174. package/dist/s-select/s-select.d.ts +3 -22
  175. package/dist/s-select/s-select.js +76 -72
  176. package/dist/s-select-list/index.js +2 -2
  177. package/dist/s-select-list/s-select-list.d.ts +16 -19
  178. package/dist/s-select-list/s-select-list.js +33 -28
  179. package/dist/s-skeleton/index.js +2 -2
  180. package/dist/s-skeleton/s-skeleton.d.ts +6 -22
  181. package/dist/s-skeleton/s-skeleton.js +28 -18
  182. package/dist/s-snackbar-message/index.js +4 -4
  183. package/dist/s-snackbar-message/s-snackbar-message.d.ts +5 -23
  184. package/dist/s-snackbar-message/s-snackbar-message.js +38 -31
  185. package/dist/s-spotlight-cursor/index.js +2 -2
  186. package/dist/s-spotlight-cursor/s-spotlight-cursor.d.ts +10 -44
  187. package/dist/s-spotlight-cursor/s-spotlight-cursor.js +35 -29
  188. package/dist/s-stripe/index.d.ts +4 -1
  189. package/dist/s-stripe/index.js +7 -4
  190. package/dist/s-stripe/s-stripe-cvc.d.ts +8 -0
  191. package/dist/s-stripe/s-stripe-cvc.js +15 -0
  192. package/dist/s-stripe/s-stripe-expiry.d.ts +8 -0
  193. package/dist/s-stripe/s-stripe-expiry.js +15 -0
  194. package/dist/s-stripe/s-stripe-number.d.ts +8 -0
  195. package/dist/s-stripe/s-stripe-number.js +15 -0
  196. package/dist/s-stripe/s-stripe.d.ts +6 -85
  197. package/dist/s-stripe/s-stripe.js +24 -27
  198. package/dist/s-stripe/stripe-input.js +22 -18
  199. package/dist/s-tabs/index.js +6 -6
  200. package/dist/s-tabs/s-tab-panel.d.ts +11 -1
  201. package/dist/s-tabs/s-tab-panel.js +25 -16
  202. package/dist/s-tabs/s-tab.js +9 -5
  203. package/dist/s-tabs/s-tabs.d.ts +24 -3
  204. package/dist/s-tabs/s-tabs.js +34 -25
  205. package/dist/s-text-editor/index.js +3 -3
  206. package/dist/s-text-editor/s-text-editor-toolbar.js +91 -76
  207. package/dist/s-text-editor/s-text-editor.d.ts +13 -11
  208. package/dist/s-text-editor/s-text-editor.js +44 -30
  209. package/dist/s-text-field/index.js +2 -2
  210. package/dist/s-text-field/s-text-field.d.ts +6 -15
  211. package/dist/s-text-field/s-text-field.js +38 -28
  212. package/dist/s-text-shimmer/index.js +2 -2
  213. package/dist/s-text-shimmer/s-text-shimmer.d.ts +10 -1
  214. package/dist/s-text-shimmer/s-text-shimmer.js +27 -18
  215. package/dist/s-text-truncation/index.js +2 -2
  216. package/dist/s-text-truncation/s-text-truncation.d.ts +9 -38
  217. package/dist/s-text-truncation/s-text-truncation.js +34 -20
  218. package/dist/s-theme-demo/s-theme-demo.js +238 -223
  219. package/dist/s-theme-provider/index.js +1 -1
  220. package/dist/s-theme-provider/s-theme-provider.d.ts +5 -17
  221. package/dist/s-theme-provider/s-theme-provider.js +44 -34
  222. package/dist/s-theme-switch/s-theme-switch.js +23 -19
  223. package/dist/s-tip/index.js +2 -2
  224. package/dist/s-tip/s-tip.d.ts +5 -22
  225. package/dist/s-tip/s-tip.js +22 -12
  226. package/dist/s-two-pane-layout/index.js +10 -2
  227. package/dist/s-two-pane-layout/s-two-pane-layout.d.ts +7 -1
  228. package/dist/s-two-pane-layout/s-two-pane-layout.js +58 -48
  229. package/dist/s-typewriter-text/index.js +2 -2
  230. package/dist/s-typewriter-text/s-typewriter-text.d.ts +17 -1
  231. package/dist/s-typewriter-text/s-typewriter-text.js +37 -27
  232. package/dist/s-zoom-image/index.js +10 -2
  233. package/dist/s-zoom-image/s-zoom-image.d.ts +10 -42
  234. package/dist/s-zoom-image/s-zoom-image.js +62 -52
  235. package/dist/theme/components/alert.d.ts +1440 -1440
  236. package/dist/theme/components/button.d.ts +2156 -2156
  237. package/dist/theme/components/chip.d.ts +2 -2
  238. package/dist/theme/customizations/data-display.js +1 -1
  239. package/dist/{typographyClasses-C7fhAsUD.js → typographyClasses-DDyl9mok.js} +4 -4
  240. package/dist/{useMobilePicker-DgxcRrRB.js → useMobilePicker-C1RZZUWr.js} +1 -1
  241. package/package.json +10 -4
@@ -1,220 +1,220 @@
1
- var ye = Object.defineProperty;
2
- var ge = (m, e, t) => e in m ? ye(m, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : m[e] = t;
3
- var r = (m, e, t) => ge(m, typeof e != "symbol" ? e + "" : e, t);
4
- import { j as Te } from "../jsx-runtime-OVHDjVDe.js";
5
- import { w as Ye, L as De } from "../warning-BCwEnWrE.js";
6
- import { a as we } from "../objectWithoutPropertiesLoose-DiWPeE4c.js";
1
+ var ge = Object.defineProperty;
2
+ var Te = (m, e, t) => e in m ? ge(m, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : m[e] = t;
3
+ var r = (m, e, t) => Te(m, typeof e != "symbol" ? e + "" : e, t);
4
+ import { j as Ye } from "../jsx-runtime-OVHDjVDe.js";
5
+ import { w as De, L as we } from "../warning-BCwEnWrE.js";
6
+ import { a as Le } from "../objectWithoutPropertiesLoose-DiWPeE4c.js";
7
7
  import p from "dayjs";
8
- import { g as H } from "../_commonjsHelpers-B4e78b8K.js";
9
- var V = { exports: {} }, xe = V.exports, oe;
10
- function Le() {
11
- return oe || (oe = 1, (function(m, e) {
8
+ import { g as _ } from "../_commonjsHelpers-B4e78b8K.js";
9
+ var I = { exports: {} }, xe = I.exports, ie;
10
+ function Oe() {
11
+ return ie || (ie = 1, (function(m, e) {
12
12
  (function(t, n) {
13
13
  m.exports = n();
14
14
  })(xe, (function() {
15
15
  var t = "week", n = "year";
16
- return function(l, f, o) {
17
- var a = f.prototype;
16
+ return function(l, c, o) {
17
+ var a = c.prototype;
18
18
  a.week = function(u) {
19
19
  if (u === void 0 && (u = null), u !== null) return this.add(7 * (u - this.week()), "day");
20
- var M = this.$locale().yearStart || 1;
20
+ var y = this.$locale().yearStart || 1;
21
21
  if (this.month() === 11 && this.date() > 25) {
22
- var d = o(this).startOf(n).add(1, n).date(M), y = o(this).endOf(t);
23
- if (d.isBefore(y)) return 1;
22
+ var d = o(this).startOf(n).add(1, n).date(y), M = o(this).endOf(t);
23
+ if (d.isBefore(M)) return 1;
24
24
  }
25
- var T = o(this).startOf(n).date(M).startOf(t).subtract(1, "millisecond"), $ = this.diff(T, t, !0);
26
- return $ < 0 ? o(this).startOf("week").week() : Math.ceil($);
25
+ var T = o(this).startOf(n).date(y).startOf(t).subtract(1, "millisecond"), U = this.diff(T, t, !0);
26
+ return U < 0 ? o(this).startOf("week").week() : Math.ceil(U);
27
27
  }, a.weeks = function(u) {
28
28
  return u === void 0 && (u = null), this.week(u);
29
29
  };
30
30
  };
31
31
  }));
32
- })(V)), V.exports;
32
+ })(I)), I.exports;
33
33
  }
34
- var Oe = Le();
35
- const ke = /* @__PURE__ */ H(Oe);
36
- var Z = { exports: {} }, ze = Z.exports, ie;
34
+ var ke = Oe();
35
+ const ze = /* @__PURE__ */ _(ke);
36
+ var N = { exports: {} }, ve = N.exports, ue;
37
37
  function Se() {
38
- return ie || (ie = 1, (function(m, e) {
38
+ return ue || (ue = 1, (function(m, e) {
39
39
  (function(t, n) {
40
40
  m.exports = n();
41
- })(ze, (function() {
42
- var t = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, n = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, l = /\d/, f = /\d\d/, o = /\d\d?/, a = /\d*[^-_:/,()\s\d]+/, u = {}, M = function(s) {
41
+ })(ve, (function() {
42
+ var t = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, n = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, l = /\d/, c = /\d\d/, o = /\d\d?/, a = /\d*[^-_:/,()\s\d]+/, u = {}, y = function(s) {
43
43
  return (s = +s) + (s > 68 ? 1900 : 2e3);
44
44
  }, d = function(s) {
45
45
  return function(i) {
46
46
  this[s] = +i;
47
47
  };
48
- }, y = [/[+-]\d\d:?(\d\d)?|Z/, function(s) {
48
+ }, M = [/[+-]\d\d:?(\d\d)?|Z/, function(s) {
49
49
  (this.zone || (this.zone = {})).offset = (function(i) {
50
50
  if (!i || i === "Z") return 0;
51
- var h = i.match(/([+-]|\d\d)/g), c = 60 * h[1] + (+h[2] || 0);
52
- return c === 0 ? 0 : h[0] === "+" ? -c : c;
51
+ var f = i.match(/([+-]|\d\d)/g), h = 60 * f[1] + (+f[2] || 0);
52
+ return h === 0 ? 0 : f[0] === "+" ? -h : h;
53
53
  })(s);
54
54
  }], T = function(s) {
55
55
  var i = u[s];
56
56
  return i && (i.indexOf ? i : i.s.concat(i.f));
57
- }, $ = function(s, i) {
58
- var h, c = u.meridiem;
59
- if (c) {
60
- for (var w = 1; w <= 24; w += 1) if (s.indexOf(c(w, 0, i)) > -1) {
61
- h = w > 12;
57
+ }, U = function(s, i) {
58
+ var f, h = u.meridiem;
59
+ if (h) {
60
+ for (var w = 1; w <= 24; w += 1) if (s.indexOf(h(w, 0, i)) > -1) {
61
+ f = w > 12;
62
62
  break;
63
63
  }
64
- } else h = s === (i ? "pm" : "PM");
65
- return h;
66
- }, _ = { A: [a, function(s) {
67
- this.afternoon = $(s, !1);
64
+ } else f = s === (i ? "pm" : "PM");
65
+ return f;
66
+ }, G = { A: [a, function(s) {
67
+ this.afternoon = U(s, !1);
68
68
  }], a: [a, function(s) {
69
- this.afternoon = $(s, !0);
69
+ this.afternoon = U(s, !0);
70
70
  }], Q: [l, function(s) {
71
71
  this.month = 3 * (s - 1) + 1;
72
72
  }], S: [l, function(s) {
73
73
  this.milliseconds = 100 * +s;
74
- }], SS: [f, function(s) {
74
+ }], SS: [c, function(s) {
75
75
  this.milliseconds = 10 * +s;
76
76
  }], SSS: [/\d{3}/, function(s) {
77
77
  this.milliseconds = +s;
78
- }], s: [o, d("seconds")], ss: [o, d("seconds")], m: [o, d("minutes")], mm: [o, d("minutes")], H: [o, d("hours")], h: [o, d("hours")], HH: [o, d("hours")], hh: [o, d("hours")], D: [o, d("day")], DD: [f, d("day")], Do: [a, function(s) {
79
- var i = u.ordinal, h = s.match(/\d+/);
80
- if (this.day = h[0], i) for (var c = 1; c <= 31; c += 1) i(c).replace(/\[|\]/g, "") === s && (this.day = c);
81
- }], w: [o, d("week")], ww: [f, d("week")], M: [o, d("month")], MM: [f, d("month")], MMM: [a, function(s) {
82
- var i = T("months"), h = (T("monthsShort") || i.map((function(c) {
83
- return c.slice(0, 3);
78
+ }], s: [o, d("seconds")], ss: [o, d("seconds")], m: [o, d("minutes")], mm: [o, d("minutes")], H: [o, d("hours")], h: [o, d("hours")], HH: [o, d("hours")], hh: [o, d("hours")], D: [o, d("day")], DD: [c, d("day")], Do: [a, function(s) {
79
+ var i = u.ordinal, f = s.match(/\d+/);
80
+ if (this.day = f[0], i) for (var h = 1; h <= 31; h += 1) i(h).replace(/\[|\]/g, "") === s && (this.day = h);
81
+ }], w: [o, d("week")], ww: [c, d("week")], M: [o, d("month")], MM: [c, d("month")], MMM: [a, function(s) {
82
+ var i = T("months"), f = (T("monthsShort") || i.map((function(h) {
83
+ return h.slice(0, 3);
84
84
  }))).indexOf(s) + 1;
85
- if (h < 1) throw new Error();
86
- this.month = h % 12 || h;
85
+ if (f < 1) throw new Error();
86
+ this.month = f % 12 || f;
87
87
  }], MMMM: [a, function(s) {
88
88
  var i = T("months").indexOf(s) + 1;
89
89
  if (i < 1) throw new Error();
90
90
  this.month = i % 12 || i;
91
- }], Y: [/[+-]?\d+/, d("year")], YY: [f, function(s) {
92
- this.year = M(s);
93
- }], YYYY: [/\d{4}/, d("year")], Z: y, ZZ: y };
94
- function A(s) {
95
- var i, h;
96
- i = s, h = u && u.formats;
97
- for (var c = (s = i.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(j, k, D) {
91
+ }], Y: [/[+-]?\d+/, d("year")], YY: [c, function(s) {
92
+ this.year = y(s);
93
+ }], YYYY: [/\d{4}/, d("year")], Z: M, ZZ: M };
94
+ function $(s) {
95
+ var i, f;
96
+ i = s, f = u && u.formats;
97
+ for (var h = (s = i.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(C, k, D) {
98
98
  var Y = D && D.toUpperCase();
99
- return k || h[D] || t[D] || h[Y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(z, S, C) {
100
- return S || C.slice(1);
99
+ return k || f[D] || t[D] || f[Y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(z, v, j) {
100
+ return v || j.slice(1);
101
101
  }));
102
- }))).match(n), w = c.length, x = 0; x < w; x += 1) {
103
- var F = c[x], v = _[F], L = v && v[0], O = v && v[1];
104
- c[x] = O ? { regex: L, parser: O } : F.replace(/^\[|\]$/g, "");
102
+ }))).match(n), w = h.length, L = 0; L < w; L += 1) {
103
+ var F = h[L], S = G[F], x = S && S[0], O = S && S[1];
104
+ h[L] = O ? { regex: x, parser: O } : F.replace(/^\[|\]$/g, "");
105
105
  }
106
- return function(j) {
106
+ return function(C) {
107
107
  for (var k = {}, D = 0, Y = 0; D < w; D += 1) {
108
- var z = c[D];
108
+ var z = h[D];
109
109
  if (typeof z == "string") Y += z.length;
110
110
  else {
111
- var S = z.regex, C = z.parser, W = j.slice(Y), U = S.exec(W)[0];
112
- C.call(k, U), j = j.replace(U, "");
111
+ var v = z.regex, j = z.parser, H = C.slice(Y), A = v.exec(H)[0];
112
+ j.call(k, A), C = C.replace(A, "");
113
113
  }
114
114
  }
115
115
  return (function(P) {
116
- var b = P.afternoon;
117
- if (b !== void 0) {
116
+ var W = P.afternoon;
117
+ if (W !== void 0) {
118
118
  var g = P.hours;
119
- b ? g < 12 && (P.hours += 12) : g === 12 && (P.hours = 0), delete P.afternoon;
119
+ W ? g < 12 && (P.hours += 12) : g === 12 && (P.hours = 0), delete P.afternoon;
120
120
  }
121
121
  })(k), k;
122
122
  };
123
123
  }
124
- return function(s, i, h) {
125
- h.p.customParseFormat = !0, s && s.parseTwoDigitYear && (M = s.parseTwoDigitYear);
126
- var c = i.prototype, w = c.parse;
127
- c.parse = function(x) {
128
- var F = x.date, v = x.utc, L = x.args;
129
- this.$u = v;
130
- var O = L[1];
124
+ return function(s, i, f) {
125
+ f.p.customParseFormat = !0, s && s.parseTwoDigitYear && (y = s.parseTwoDigitYear);
126
+ var h = i.prototype, w = h.parse;
127
+ h.parse = function(L) {
128
+ var F = L.date, S = L.utc, x = L.args;
129
+ this.$u = S;
130
+ var O = x[1];
131
131
  if (typeof O == "string") {
132
- var j = L[2] === !0, k = L[3] === !0, D = j || k, Y = L[2];
133
- k && (Y = L[2]), u = this.$locale(), !j && Y && (u = h.Ls[Y]), this.$d = (function(W, U, P, b) {
132
+ var C = x[2] === !0, k = x[3] === !0, D = C || k, Y = x[2];
133
+ k && (Y = x[2]), u = this.$locale(), !C && Y && (u = f.Ls[Y]), this.$d = (function(H, A, P, W) {
134
134
  try {
135
- if (["x", "X"].indexOf(U) > -1) return new Date((U === "X" ? 1e3 : 1) * W);
136
- var g = A(U)(W), R = g.year, B = g.month, ce = g.day, le = g.hours, me = g.minutes, pe = g.seconds, Me = g.milliseconds, se = g.zone, ae = g.week, X = /* @__PURE__ */ new Date(), Q = ce || (R || B ? 1 : X.getDate()), J = R || X.getFullYear(), E = 0;
137
- R && !B || (E = B > 0 ? B - 1 : X.getMonth());
138
- var I, K = le || 0, ee = me || 0, te = pe || 0, re = Me || 0;
139
- return se ? new Date(Date.UTC(J, E, Q, K, ee, te, re + 60 * se.offset * 1e3)) : P ? new Date(Date.UTC(J, E, Q, K, ee, te, re)) : (I = new Date(J, E, Q, K, ee, te, re), ae && (I = b(I).week(ae).toDate()), I);
135
+ if (["x", "X"].indexOf(A) > -1) return new Date((A === "X" ? 1e3 : 1) * H);
136
+ var g = $(A)(H), R = g.year, b = g.month, le = g.day, me = g.hours, pe = g.minutes, ye = g.seconds, Me = g.milliseconds, ae = g.zone, oe = g.week, X = /* @__PURE__ */ new Date(), Q = le || (R || b ? 1 : X.getDate()), J = R || X.getFullYear(), B = 0;
137
+ R && !b || (B = b > 0 ? b - 1 : X.getMonth());
138
+ var E, K = me || 0, ee = pe || 0, te = ye || 0, re = Me || 0;
139
+ return ae ? new Date(Date.UTC(J, B, Q, K, ee, te, re + 60 * ae.offset * 1e3)) : P ? new Date(Date.UTC(J, B, Q, K, ee, te, re)) : (E = new Date(J, B, Q, K, ee, te, re), oe && (E = W(E).week(oe).toDate()), E);
140
140
  } catch {
141
141
  return /* @__PURE__ */ new Date("");
142
142
  }
143
- })(F, O, v, h), this.init(), Y && Y !== !0 && (this.$L = this.locale(Y).$L), D && F != this.format(O) && (this.$d = /* @__PURE__ */ new Date("")), u = {};
144
- } else if (O instanceof Array) for (var z = O.length, S = 1; S <= z; S += 1) {
145
- L[1] = O[S - 1];
146
- var C = h.apply(this, L);
147
- if (C.isValid()) {
148
- this.$d = C.$d, this.$L = C.$L, this.init();
143
+ })(F, O, S, f), this.init(), Y && Y !== !0 && (this.$L = this.locale(Y).$L), D && F != this.format(O) && (this.$d = /* @__PURE__ */ new Date("")), u = {};
144
+ } else if (O instanceof Array) for (var z = O.length, v = 1; v <= z; v += 1) {
145
+ x[1] = O[v - 1];
146
+ var j = f.apply(this, x);
147
+ if (j.isValid()) {
148
+ this.$d = j.$d, this.$L = j.$L, this.init();
149
149
  break;
150
150
  }
151
- S === z && (this.$d = /* @__PURE__ */ new Date(""));
151
+ v === z && (this.$d = /* @__PURE__ */ new Date(""));
152
152
  }
153
- else w.call(this, x);
153
+ else w.call(this, L);
154
154
  };
155
155
  };
156
156
  }));
157
- })(Z)), Z.exports;
157
+ })(N)), N.exports;
158
158
  }
159
- var ve = Se();
160
- const je = /* @__PURE__ */ H(ve);
161
- var G = { exports: {} }, Ce = G.exports, ue;
162
- function Pe() {
163
- return ue || (ue = 1, (function(m, e) {
159
+ var Ce = Se();
160
+ const je = /* @__PURE__ */ _(Ce);
161
+ var V = { exports: {} }, Pe = V.exports, de;
162
+ function Ue() {
163
+ return de || (de = 1, (function(m, e) {
164
164
  (function(t, n) {
165
165
  m.exports = n();
166
- })(Ce, (function() {
166
+ })(Pe, (function() {
167
167
  var t = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
168
- return function(n, l, f) {
168
+ return function(n, l, c) {
169
169
  var o = l.prototype, a = o.format;
170
- f.en.formats = t, o.format = function(u) {
170
+ c.en.formats = t, o.format = function(u) {
171
171
  u === void 0 && (u = "YYYY-MM-DDTHH:mm:ssZ");
172
- var M = this.$locale().formats, d = (function(y, T) {
173
- return y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function($, _, A) {
174
- var s = A && A.toUpperCase();
175
- return _ || T[A] || t[A] || T[s].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(i, h, c) {
176
- return h || c.slice(1);
172
+ var y = this.$locale().formats, d = (function(M, T) {
173
+ return M.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(U, G, $) {
174
+ var s = $ && $.toUpperCase();
175
+ return G || T[$] || t[$] || T[s].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(i, f, h) {
176
+ return f || h.slice(1);
177
177
  }));
178
178
  }));
179
- })(u, M === void 0 ? {} : M);
179
+ })(u, y === void 0 ? {} : y);
180
180
  return a.call(this, d);
181
181
  };
182
182
  };
183
183
  }));
184
- })(G)), G.exports;
184
+ })(V)), V.exports;
185
185
  }
186
- var $e = Pe();
187
- const Ae = /* @__PURE__ */ H($e);
188
- var N = { exports: {} }, Ue = N.exports, de;
189
- function Fe() {
190
- return de || (de = 1, (function(m, e) {
186
+ var $e = Ue();
187
+ const Ae = /* @__PURE__ */ _($e);
188
+ var q = { exports: {} }, Fe = q.exports, ce;
189
+ function _e() {
190
+ return ce || (ce = 1, (function(m, e) {
191
191
  (function(t, n) {
192
192
  m.exports = n();
193
- })(Ue, (function() {
193
+ })(Fe, (function() {
194
194
  return function(t, n, l) {
195
- n.prototype.isBetween = function(f, o, a, u) {
196
- var M = l(f), d = l(o), y = (u = u || "()")[0] === "(", T = u[1] === ")";
197
- return (y ? this.isAfter(M, a) : !this.isBefore(M, a)) && (T ? this.isBefore(d, a) : !this.isAfter(d, a)) || (y ? this.isBefore(M, a) : !this.isAfter(M, a)) && (T ? this.isAfter(d, a) : !this.isBefore(d, a));
195
+ n.prototype.isBetween = function(c, o, a, u) {
196
+ var y = l(c), d = l(o), M = (u = u || "()")[0] === "(", T = u[1] === ")";
197
+ return (M ? this.isAfter(y, a) : !this.isBefore(y, a)) && (T ? this.isBefore(d, a) : !this.isAfter(d, a)) || (M ? this.isBefore(y, a) : !this.isAfter(y, a)) && (T ? this.isAfter(d, a) : !this.isBefore(d, a));
198
198
  };
199
199
  };
200
200
  }));
201
- })(N)), N.exports;
201
+ })(q)), q.exports;
202
202
  }
203
- var He = Fe();
204
- const We = /* @__PURE__ */ H(He);
205
- var q = { exports: {} }, be = q.exports, fe;
203
+ var He = _e();
204
+ const We = /* @__PURE__ */ _(He);
205
+ var Z = { exports: {} }, be = Z.exports, fe;
206
206
  function Be() {
207
207
  return fe || (fe = 1, (function(m, e) {
208
208
  (function(t, n) {
209
209
  m.exports = n();
210
210
  })(be, (function() {
211
211
  return function(t, n) {
212
- var l = n.prototype, f = l.format;
212
+ var l = n.prototype, c = l.format;
213
213
  l.format = function(o) {
214
214
  var a = this, u = this.$locale();
215
- if (!this.isValid()) return f.bind(this)(o);
216
- var M = this.$utils(), d = (o || "YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g, (function(y) {
217
- switch (y) {
215
+ if (!this.isValid()) return c.bind(this)(o);
216
+ var y = this.$utils(), d = (o || "YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g, (function(M) {
217
+ switch (M) {
218
218
  case "Q":
219
219
  return Math.ceil((a.$M + 1) / 3);
220
220
  case "Do":
@@ -227,13 +227,13 @@ function Be() {
227
227
  return u.ordinal(a.week(), "W");
228
228
  case "w":
229
229
  case "ww":
230
- return M.s(a.week(), y === "w" ? 1 : 2, "0");
230
+ return y.s(a.week(), M === "w" ? 1 : 2, "0");
231
231
  case "W":
232
232
  case "WW":
233
- return M.s(a.isoWeek(), y === "W" ? 1 : 2, "0");
233
+ return y.s(a.isoWeek(), M === "W" ? 1 : 2, "0");
234
234
  case "k":
235
235
  case "kk":
236
- return M.s(String(a.$H === 0 ? 24 : a.$H), y === "k" ? 1 : 2, "0");
236
+ return y.s(String(a.$H === 0 ? 24 : a.$H), M === "k" ? 1 : 2, "0");
237
237
  case "X":
238
238
  return Math.floor(a.$d.getTime() / 1e3);
239
239
  case "x":
@@ -243,22 +243,22 @@ function Be() {
243
243
  case "zzz":
244
244
  return "[" + a.offsetName("long") + "]";
245
245
  default:
246
- return y;
246
+ return M;
247
247
  }
248
248
  }));
249
- return f.bind(this)(d);
249
+ return c.bind(this)(d);
250
250
  };
251
251
  };
252
252
  }));
253
- })(q)), q.exports;
253
+ })(Z)), Z.exports;
254
254
  }
255
255
  var Ee = Be();
256
- const Ie = /* @__PURE__ */ H(Ee);
256
+ const Ie = /* @__PURE__ */ _(Ee);
257
257
  p.extend(Ae);
258
- p.extend(ke);
258
+ p.extend(ze);
259
259
  p.extend(We);
260
260
  p.extend(Ie);
261
- const Ve = {
261
+ const Ne = {
262
262
  // Year
263
263
  YY: "year",
264
264
  YYYY: {
@@ -340,7 +340,7 @@ const Ve = {
340
340
  maxLength: 2
341
341
  },
342
342
  ss: "seconds"
343
- }, Ze = {
343
+ }, Ve = {
344
344
  year: "YYYY",
345
345
  month: "MMMM",
346
346
  monthShort: "MMM",
@@ -365,7 +365,7 @@ const Ve = {
365
365
  }, ne = ["Missing UTC plugin", "To be able to use UTC or timezones, you have to enable the `utc` plugin", "Find more information on https://mui.com/x/react-date-pickers/timezone/#day-js-and-utc"].join(`
366
366
  `), he = ["Missing timezone plugin", "To be able to use timezones, you have to enable both the `utc` and the `timezone` plugin", "Find more information on https://mui.com/x/react-date-pickers/timezone/#day-js-and-timezone"].join(`
367
367
  `);
368
- class Ge {
368
+ class qe {
369
369
  constructor({
370
370
  locale: e,
371
371
  formats: t
@@ -377,7 +377,7 @@ class Ge {
377
377
  start: "[",
378
378
  end: "]"
379
379
  });
380
- r(this, "formatTokenMap", Ve);
380
+ r(this, "formatTokenMap", Ne);
381
381
  r(this, "setLocaleToValue", (e) => {
382
382
  const t = this.getCurrentLocaleCode();
383
383
  return t === e.locale() ? e : e.locale(t);
@@ -426,7 +426,7 @@ class Ge {
426
426
  r(this, "getLocaleFormats", () => {
427
427
  const e = p.Ls, t = this.locale || "en";
428
428
  let n = e[t];
429
- return n === void 0 && (process.env.NODE_ENV !== "production" && Ye(["MUI X: Your locale has not been found.", "Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale.", "Or you forget to import the locale from 'dayjs/locale/{localeUsed}'", "fallback on English locale."]), n = e.en), n.formats;
429
+ return n === void 0 && (process.env.NODE_ENV !== "production" && De(["MUI X: Your locale has not been found.", "Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale.", "Or you forget to import the locale from 'dayjs/locale/{localeUsed}'", "fallback on English locale."]), n = e.en), n.formats;
430
430
  });
431
431
  /**
432
432
  * If the new day does not have the same offset as the old one (when switching to summer day time for example),
@@ -479,10 +479,10 @@ class Ge {
479
479
  r(this, "getCurrentLocaleCode", () => this.locale || "en");
480
480
  r(this, "is12HourCycleInCurrentLocale", () => /A|a/.test(this.getLocaleFormats().LT || ""));
481
481
  r(this, "expandFormat", (e) => {
482
- const t = this.getLocaleFormats(), n = (l) => l.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (f, o, a) => o || a.slice(1));
483
- return e.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (l, f, o) => {
482
+ const t = this.getLocaleFormats(), n = (l) => l.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (c, o, a) => o || a.slice(1));
483
+ return e.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (l, c, o) => {
484
484
  const a = o && o.toUpperCase();
485
- return f || t[o] || n(t[a]);
485
+ return c || t[o] || n(t[a]);
486
486
  });
487
487
  });
488
488
  r(this, "isValid", (e) => e == null ? !1 : e.isValid());
@@ -533,34 +533,42 @@ class Ge {
533
533
  r(this, "getDaysInMonth", (e) => e.daysInMonth());
534
534
  r(this, "getWeekArray", (e) => {
535
535
  const t = this.startOfWeek(this.startOfMonth(e)), n = this.endOfWeek(this.endOfMonth(e));
536
- let l = 0, f = t;
536
+ let l = 0, c = t;
537
537
  const o = [];
538
- for (; f < n; ) {
538
+ for (; c < n; ) {
539
539
  const a = Math.floor(l / 7);
540
- o[a] = o[a] || [], o[a].push(f), f = this.addDays(f, 1), l += 1;
540
+ o[a] = o[a] || [], o[a].push(c), c = this.addDays(c, 1), l += 1;
541
541
  }
542
542
  return o;
543
543
  });
544
544
  r(this, "getWeekNumber", (e) => e.week());
545
545
  r(this, "getYearRange", ([e, t]) => {
546
- const n = this.startOfYear(e), l = this.endOfYear(t), f = [];
546
+ const n = this.startOfYear(e), l = this.endOfYear(t), c = [];
547
547
  let o = n;
548
548
  for (; this.isBefore(o, l); )
549
- f.push(o), o = this.addYears(o, 1);
550
- return f;
549
+ c.push(o), o = this.addYears(o, 1);
550
+ return c;
551
551
  });
552
- this.locale = e, this.formats = we({}, Ze, t), p.extend(je);
552
+ this.locale = e, this.formats = Le({}, Ve, t), p.extend(je);
553
553
  }
554
554
  getDayOfWeek(e) {
555
555
  return e.day() + 1;
556
556
  }
557
557
  }
558
- function Ke({ children: m }) {
559
- return (
560
- // Material-UI X LocalizationProvider with Day.js adapter
561
- /* @__PURE__ */ Te.jsx(De, { dateAdapter: Ge, children: m })
562
- );
558
+ const se = ({ children: m }) => (
559
+ // Material-UI X LocalizationProvider with Day.js adapter
560
+ /* @__PURE__ */ Ye.jsx(we, { dateAdapter: qe, children: m })
561
+ );
562
+ se.displayName = "SLocalizationProvider";
563
+ try {
564
+ se.displayName = "SLocalizationProvider", se.__docgenInfo = { description: "Localization provider for Material-UI date picker components.", displayName: "SLocalizationProvider", props: { children: { defaultValue: null, description: "Child components that will have access to date localization", name: "children", required: !0, type: { name: "ReactNode" } } } };
565
+ } catch {
566
+ }
567
+ try {
568
+ slocalizationprovider.displayName = "slocalizationprovider", slocalizationprovider.__docgenInfo = { description: "Localization provider for Material-UI date picker components.", displayName: "slocalizationprovider", props: { children: { defaultValue: null, description: "Child components that will have access to date localization", name: "children", required: !0, type: { name: "ReactNode" } } } };
569
+ } catch {
563
570
  }
564
571
  export {
565
- Ke as default
572
+ se as SLocalizationProvider,
573
+ se as default
566
574
  };
@@ -1,4 +1,4 @@
1
- import { default as o } from "./s-moving-border.js";
1
+ import { SMovingBorder as e } from "./s-moving-border.js";
2
2
  export {
3
- o as default
3
+ e as default
4
4
  };
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { BoxProps } from '@mui/material';
3
3
  /**
4
- * Props for the SMovingBorder component, extending Material-UI BoxProps
4
+ * Props for the SMovingBorder component
5
5
  */
6
6
  export interface SMovingBorderProps extends BoxProps {
7
7
  /** Duration of one complete animation cycle in milliseconds (default: 6000) */
@@ -16,37 +16,7 @@ export interface SMovingBorderProps extends BoxProps {
16
16
  children: React.ReactNode;
17
17
  }
18
18
  /**
19
- * Animated border component with moving glow effects
20
- *
21
- * Creates an animated border with glowing elements that move around the perimeter
22
- * of the container. Uses two glow elements with 180° phase offset to create
23
- * a continuous flowing effect around rounded rectangle borders.
24
- *
25
- * Features:
26
- * - Smooth animation along border path using SVG and Framer Motion
27
- * - Customizable glow color and size
28
- * - Two offset glow elements for continuous effect
29
- * - Responsive and performant animation using requestAnimationFrame
30
- * - Full-width container with padding for glow visibility
31
- *
32
- * @param className - Additional CSS class for styling
33
- * @param duration - Animation cycle duration in milliseconds (default: 6000ms)
34
- * @param children - Content to render inside the border
35
- * @param glowColor - Color of the moving glow effects (default: bright blue)
36
- * @param glowSize - Size of glow effects in pixels (default: 250px)
37
- * @param props - Additional Material-UI Box props
38
- * @returns JSX element with animated moving border effects
39
- *
40
- * @example
41
- * ```tsx
42
- * <SMovingBorder
43
- * duration={4000}
44
- * glowColor="#ff6b6b"
45
- * glowSize={200}
46
- * >
47
- * <YourContent />
48
- * </SMovingBorder>
49
- * ```
19
+ * An animated border effect component that creates smooth moving light effects around the element perimeter.
50
20
  */
51
- declare function SMovingBorder({ className, duration, children, glowColor, glowSize, ...props }: SMovingBorderProps): import("react/jsx-runtime").JSX.Element;
21
+ export declare const SMovingBorder: React.FC<SMovingBorderProps>;
52
22
  export default SMovingBorder;