@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.
- package/dist/{Typography-B7LOtCzI.js → Typography-C8jwvSWe.js} +1 -1
- package/dist/main.d.ts +5 -3
- package/dist/main.js +182 -172
- package/dist/s-accordion/index.js +2 -2
- package/dist/s-accordion/s-accordion.d.ts +17 -1
- package/dist/s-accordion/s-accordion.js +252 -238
- package/dist/s-action-overlay/index.js +1 -1
- package/dist/s-action-overlay/s-action-overlay.d.ts +34 -1
- package/dist/s-action-overlay/s-action-overlay.js +67 -55
- package/dist/s-ai-tool-bar/index.d.ts +2 -0
- package/dist/s-ai-tool-bar/index.js +3 -2
- package/dist/s-ai-tool-bar/s-ai-tool-bar.d.ts +43 -22
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +336 -255
- package/dist/s-autocomplete/index.js +2 -2
- package/dist/s-autocomplete/s-autocomplete.d.ts +13 -15
- package/dist/s-autocomplete/s-autocomplete.js +25 -17
- package/dist/s-avatar/index.js +2 -2
- package/dist/s-avatar/s-avatar.d.ts +16 -1
- package/dist/s-avatar/s-avatar.js +23 -10
- package/dist/s-blur-text/index.js +2 -2
- package/dist/s-blur-text/s-blur-text.d.ts +4 -13
- package/dist/s-blur-text/s-blur-text.js +57 -51
- package/dist/s-breadcrumbs/index.js +2 -2
- package/dist/s-breadcrumbs/s-breadcrumbs.d.ts +20 -1
- package/dist/s-breadcrumbs/s-breadcrumbs.js +39 -30
- package/dist/s-button/index.js +2 -2
- package/dist/s-button/s-button.d.ts +7 -1
- package/dist/s-button/s-button.js +15 -5
- package/dist/s-button-link/index.js +2 -2
- package/dist/s-button-link/s-button-link.d.ts +12 -26
- package/dist/s-button-link/s-button-link.js +36 -26
- package/dist/s-carousel/index.js +1 -1
- package/dist/s-carousel/s-carousel.d.ts +11 -1
- package/dist/s-carousel/s-carousel.js +233 -223
- package/dist/s-category-card/index.js +2 -2
- package/dist/s-category-card/s-category-card.d.ts +28 -1
- package/dist/s-category-card/s-category-card.js +77 -58
- package/dist/s-chat-input/index.js +2 -2
- package/dist/s-chat-input/s-chat-input.d.ts +12 -1
- package/dist/s-chat-input/s-chat-input.js +92 -82
- package/dist/s-chat-message/index.js +2 -2
- package/dist/s-chat-message/s-chat-message.d.ts +22 -1
- package/dist/s-chat-message/s-chat-message.js +144 -133
- package/dist/s-checkbox/index.js +2 -2
- package/dist/s-checkbox/s-checkbox.d.ts +2 -15
- package/dist/s-checkbox/s-checkbox.js +20 -10
- package/dist/s-chip/index.js +2 -2
- package/dist/s-chip/s-chip.d.ts +7 -1
- package/dist/s-chip/s-chip.js +15 -5
- package/dist/s-chips/index.js +2 -2
- package/dist/s-chips/s-chips.d.ts +5 -18
- package/dist/s-chips/s-chips.js +56 -41
- package/dist/s-comment-message/index.js +2 -2
- package/dist/s-comment-message/s-comment-message.d.ts +26 -1
- package/dist/s-comment-message/s-comment-message.js +95 -89
- package/dist/s-copyable-text/index.js +1 -1
- package/dist/s-copyable-text/s-copyable-text.d.ts +9 -36
- package/dist/s-copyable-text/s-copyable-text.js +31 -21
- package/dist/s-countdown/index.d.ts +3 -2
- package/dist/s-countdown/index.js +4 -3
- package/dist/s-countdown/s-count-box.d.ts +39 -0
- package/dist/s-countdown/s-count-box.js +112 -0
- package/dist/s-countdown/s-count-down.d.ts +6 -50
- package/dist/s-countdown/s-count-down.js +110 -175
- package/dist/s-data-table/index.js +2 -2
- package/dist/s-data-table/s-data-table.d.ts +9 -65
- package/dist/s-data-table/s-data-table.js +381 -371
- package/dist/s-date-picker/index.js +2 -2
- package/dist/s-date-picker/s-date-picker.d.ts +6 -17
- package/dist/s-date-picker/s-date-picker.js +124 -107
- package/dist/s-datetime-picker/index.js +2 -2
- package/dist/s-datetime-picker/s-datetime-picker.d.ts +5 -16
- package/dist/s-datetime-picker/s-datetime-picker.js +897 -887
- package/dist/s-dialog/index.js +2 -2
- package/dist/s-dialog/s-dialog.d.ts +3 -16
- package/dist/s-dialog/s-dialog.js +32 -23
- package/dist/s-dialog-confirm/index.js +3 -3
- package/dist/s-dialog-confirm/s-dialog-confirm.d.ts +5 -13
- package/dist/s-dialog-confirm/s-dialog-confirm.js +55 -48
- package/dist/s-dialog-message/index.js +4 -4
- package/dist/s-dialog-message/s-dialog-message.d.ts +5 -15
- package/dist/s-dialog-message/s-dialog-message.js +45 -38
- package/dist/s-empty/index.js +2 -2
- package/dist/s-empty/s-empty.d.ts +5 -20
- package/dist/s-empty/s-empty.js +14 -4
- package/dist/s-error/index.js +2 -2
- package/dist/s-error/s-error.d.ts +5 -20
- package/dist/s-error/s-error.js +16 -6
- package/dist/s-error-layout/index.js +2 -2
- package/dist/s-error-layout/s-error-layout.d.ts +6 -1
- package/dist/s-error-layout/s-error-layout.js +60 -51
- package/dist/s-file-dropzone/index.js +2 -2
- package/dist/s-file-dropzone/s-file-dropzone.d.ts +6 -51
- package/dist/s-file-dropzone/s-file-dropzone.js +64 -54
- package/dist/s-file-icon/index.js +2 -2
- package/dist/s-file-icon/s-file-icon.d.ts +5 -25
- package/dist/s-file-icon/s-file-icon.js +14 -8
- package/dist/s-flex-box/index.js +2 -2
- package/dist/s-flex-box/s-flex-box.d.ts +10 -1
- package/dist/s-flex-box/s-flex-box.js +14 -4
- package/dist/s-form/index.js +2 -2
- package/dist/s-form/s-form.d.ts +5 -14
- package/dist/s-form/s-form.js +19 -9
- package/dist/s-gallery/index.js +33 -3
- package/dist/s-gallery/s-gallery.d.ts +3 -36
- package/dist/s-gallery/s-gallery.js +108 -78
- package/dist/s-glow-button/s-glow-button.d.ts +6 -42
- package/dist/s-glow-button/s-glow-button.js +29 -47
- package/dist/s-gradient-icon/index.d.ts +1 -1
- package/dist/s-gradient-icon/index.js +1 -1
- package/dist/s-gradient-icon/s-gradient-icon.d.ts +8 -68
- package/dist/s-gradient-icon/s-gradient-icon.js +54 -44
- package/dist/s-i18n-provider/index.js +1 -1
- package/dist/s-i18n-provider/s-i18n-provider.d.ts +5 -33
- package/dist/s-i18n-provider/s-i18n-provider.js +25 -15
- package/dist/s-icon-button/index.js +2 -2
- package/dist/s-icon-button/s-icon-button.d.ts +6 -19
- package/dist/s-icon-button/s-icon-button.js +14 -4
- package/dist/s-image-comparison/s-image-comparison.js +50 -45
- package/dist/s-image-modal/index.js +3 -3
- package/dist/s-image-modal/s-image-modal.d.ts +4 -20
- package/dist/s-image-modal/s-image-modal.js +150 -135
- package/dist/s-item-not-found/index.js +2 -2
- package/dist/s-item-not-found/s-item-not-found.d.ts +14 -1
- package/dist/s-item-not-found/s-item-not-found.js +21 -10
- package/dist/s-label/index.js +2 -2
- package/dist/s-label/s-label.d.ts +9 -25
- package/dist/s-label/s-label.js +19 -9
- package/dist/s-language-switcher/index.js +3 -3
- package/dist/s-language-switcher/s-language-switcher.d.ts +20 -33
- package/dist/s-language-switcher/s-language-switcher.js +137 -115
- package/dist/s-lazy-image/index.js +10 -2
- package/dist/s-lazy-image/s-lazy-image.d.ts +12 -58
- package/dist/s-lazy-image/s-lazy-image.js +53 -58
- package/dist/s-localization-provider/index.js +2 -2
- package/dist/s-localization-provider/s-localization-provider.d.ts +6 -27
- package/dist/s-localization-provider/s-localization-provider.js +157 -149
- package/dist/s-moving-border/index.js +2 -2
- package/dist/s-moving-border/s-moving-border.d.ts +3 -33
- package/dist/s-moving-border/s-moving-border.js +65 -55
- package/dist/s-multi-select/index.js +2 -2
- package/dist/s-multi-select/s-multi-select.d.ts +5 -15
- package/dist/s-multi-select/s-multi-select.js +54 -45
- package/dist/s-no-ssr/index.js +2 -2
- package/dist/s-no-ssr/s-no-ssr.d.ts +5 -33
- package/dist/s-no-ssr/s-no-ssr.js +21 -11
- package/dist/s-overlay-scrollbar/index.js +2 -2
- package/dist/s-overlay-scrollbar/s-overlay-scrollbar.d.ts +10 -1
- package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +16 -11
- package/dist/s-pagination/index.js +2 -2
- package/dist/s-pagination/s-pagination.d.ts +5 -23
- package/dist/s-pagination/s-pagination.js +17 -11
- package/dist/s-pixel-reveal/index.d.ts +2 -0
- package/dist/s-pixel-reveal/index.js +4 -0
- package/dist/s-pixel-reveal/package.json +5 -0
- package/dist/s-pixel-reveal/s-pixel-reveal.d.ts +27 -0
- package/dist/s-pixel-reveal/s-pixel-reveal.js +156 -0
- package/dist/s-radial-pulse-animate/index.js +2 -2
- package/dist/s-radial-pulse-animate/s-radial-pulse-animate.d.ts +12 -1
- package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +52 -42
- package/dist/s-rating/index.js +2 -2
- package/dist/s-rating/s-rating.d.ts +7 -1
- package/dist/s-rating/s-rating.js +15 -5
- package/dist/s-review/index.js +2 -2
- package/dist/s-review/s-review.d.ts +25 -1
- package/dist/s-review/s-review.js +104 -97
- package/dist/s-scroll-reveal/index.js +2 -2
- package/dist/s-scroll-reveal/s-scroll-reveal.d.ts +17 -36
- package/dist/s-scroll-reveal/s-scroll-reveal.js +43 -33
- package/dist/s-scroll-to-top/index.js +2 -2
- package/dist/s-scroll-to-top/s-scroll-to-top.d.ts +12 -17
- package/dist/s-scroll-to-top/s-scroll-to-top.js +20 -15
- package/dist/s-select/index.js +2 -2
- package/dist/s-select/s-select.d.ts +3 -22
- package/dist/s-select/s-select.js +76 -72
- package/dist/s-select-list/index.js +2 -2
- package/dist/s-select-list/s-select-list.d.ts +16 -19
- package/dist/s-select-list/s-select-list.js +33 -28
- package/dist/s-skeleton/index.js +2 -2
- package/dist/s-skeleton/s-skeleton.d.ts +6 -22
- package/dist/s-skeleton/s-skeleton.js +28 -18
- package/dist/s-snackbar-message/index.js +4 -4
- package/dist/s-snackbar-message/s-snackbar-message.d.ts +5 -23
- package/dist/s-snackbar-message/s-snackbar-message.js +38 -31
- package/dist/s-spotlight-cursor/index.js +2 -2
- package/dist/s-spotlight-cursor/s-spotlight-cursor.d.ts +10 -44
- package/dist/s-spotlight-cursor/s-spotlight-cursor.js +35 -29
- package/dist/s-stripe/index.d.ts +4 -1
- package/dist/s-stripe/index.js +7 -4
- package/dist/s-stripe/s-stripe-cvc.d.ts +8 -0
- package/dist/s-stripe/s-stripe-cvc.js +15 -0
- package/dist/s-stripe/s-stripe-expiry.d.ts +8 -0
- package/dist/s-stripe/s-stripe-expiry.js +15 -0
- package/dist/s-stripe/s-stripe-number.d.ts +8 -0
- package/dist/s-stripe/s-stripe-number.js +15 -0
- package/dist/s-stripe/s-stripe.d.ts +6 -85
- package/dist/s-stripe/s-stripe.js +24 -27
- package/dist/s-stripe/stripe-input.js +22 -18
- package/dist/s-tabs/index.js +6 -6
- package/dist/s-tabs/s-tab-panel.d.ts +11 -1
- package/dist/s-tabs/s-tab-panel.js +25 -16
- package/dist/s-tabs/s-tab.js +9 -5
- package/dist/s-tabs/s-tabs.d.ts +24 -3
- package/dist/s-tabs/s-tabs.js +34 -25
- package/dist/s-text-editor/index.js +3 -3
- package/dist/s-text-editor/s-text-editor-toolbar.js +91 -76
- package/dist/s-text-editor/s-text-editor.d.ts +13 -11
- package/dist/s-text-editor/s-text-editor.js +44 -30
- package/dist/s-text-field/index.js +2 -2
- package/dist/s-text-field/s-text-field.d.ts +6 -15
- package/dist/s-text-field/s-text-field.js +38 -28
- package/dist/s-text-shimmer/index.js +2 -2
- package/dist/s-text-shimmer/s-text-shimmer.d.ts +10 -1
- package/dist/s-text-shimmer/s-text-shimmer.js +27 -18
- package/dist/s-text-truncation/index.js +2 -2
- package/dist/s-text-truncation/s-text-truncation.d.ts +9 -38
- package/dist/s-text-truncation/s-text-truncation.js +34 -20
- package/dist/s-theme-demo/s-theme-demo.js +238 -223
- package/dist/s-theme-provider/index.js +1 -1
- package/dist/s-theme-provider/s-theme-provider.d.ts +5 -17
- package/dist/s-theme-provider/s-theme-provider.js +44 -34
- package/dist/s-theme-switch/s-theme-switch.js +23 -19
- package/dist/s-tip/index.js +2 -2
- package/dist/s-tip/s-tip.d.ts +5 -22
- package/dist/s-tip/s-tip.js +22 -12
- package/dist/s-two-pane-layout/index.js +10 -2
- package/dist/s-two-pane-layout/s-two-pane-layout.d.ts +7 -1
- package/dist/s-two-pane-layout/s-two-pane-layout.js +58 -48
- package/dist/s-typewriter-text/index.js +2 -2
- package/dist/s-typewriter-text/s-typewriter-text.d.ts +17 -1
- package/dist/s-typewriter-text/s-typewriter-text.js +37 -27
- package/dist/s-zoom-image/index.js +10 -2
- package/dist/s-zoom-image/s-zoom-image.d.ts +10 -42
- package/dist/s-zoom-image/s-zoom-image.js +62 -52
- package/dist/theme/components/alert.d.ts +1440 -1440
- package/dist/theme/components/button.d.ts +2156 -2156
- package/dist/theme/components/chip.d.ts +2 -2
- package/dist/theme/customizations/data-display.js +1 -1
- package/dist/{typographyClasses-C7fhAsUD.js → typographyClasses-DDyl9mok.js} +4 -4
- package/dist/{useMobilePicker-DgxcRrRB.js → useMobilePicker-C1RZZUWr.js} +1 -1
- package/package.json +10 -4
|
@@ -1,220 +1,220 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var r = (m, e, t) =>
|
|
4
|
-
import { j as
|
|
5
|
-
import { w as
|
|
6
|
-
import { a as
|
|
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
|
|
9
|
-
var
|
|
10
|
-
function
|
|
11
|
-
return
|
|
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,
|
|
17
|
-
var a =
|
|
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
|
|
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(
|
|
23
|
-
if (d.isBefore(
|
|
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(
|
|
26
|
-
return
|
|
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
|
-
})(
|
|
32
|
+
})(I)), I.exports;
|
|
33
33
|
}
|
|
34
|
-
var
|
|
35
|
-
const
|
|
36
|
-
var
|
|
34
|
+
var ke = Oe();
|
|
35
|
+
const ze = /* @__PURE__ */ _(ke);
|
|
36
|
+
var N = { exports: {} }, ve = N.exports, ue;
|
|
37
37
|
function Se() {
|
|
38
|
-
return
|
|
38
|
+
return ue || (ue = 1, (function(m, e) {
|
|
39
39
|
(function(t, n) {
|
|
40
40
|
m.exports = n();
|
|
41
|
-
})(
|
|
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/,
|
|
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
|
-
},
|
|
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
|
|
52
|
-
return
|
|
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
|
-
},
|
|
58
|
-
var
|
|
59
|
-
if (
|
|
60
|
-
for (var w = 1; w <= 24; w += 1) if (s.indexOf(
|
|
61
|
-
|
|
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
|
|
65
|
-
return
|
|
66
|
-
},
|
|
67
|
-
this.afternoon =
|
|
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 =
|
|
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: [
|
|
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: [
|
|
79
|
-
var i = u.ordinal,
|
|
80
|
-
if (this.day =
|
|
81
|
-
}], w: [o, d("week")], ww: [
|
|
82
|
-
var i = T("months"),
|
|
83
|
-
return
|
|
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 (
|
|
86
|
-
this.month =
|
|
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: [
|
|
92
|
-
this.year =
|
|
93
|
-
}], YYYY: [/\d{4}/, d("year")], Z:
|
|
94
|
-
function
|
|
95
|
-
var i,
|
|
96
|
-
i = s,
|
|
97
|
-
for (var
|
|
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 ||
|
|
100
|
-
return
|
|
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 =
|
|
103
|
-
var F =
|
|
104
|
-
|
|
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(
|
|
106
|
+
return function(C) {
|
|
107
107
|
for (var k = {}, D = 0, Y = 0; D < w; D += 1) {
|
|
108
|
-
var z =
|
|
108
|
+
var z = h[D];
|
|
109
109
|
if (typeof z == "string") Y += z.length;
|
|
110
110
|
else {
|
|
111
|
-
var
|
|
112
|
-
|
|
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
|
|
117
|
-
if (
|
|
116
|
+
var W = P.afternoon;
|
|
117
|
+
if (W !== void 0) {
|
|
118
118
|
var g = P.hours;
|
|
119
|
-
|
|
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,
|
|
125
|
-
|
|
126
|
-
var
|
|
127
|
-
|
|
128
|
-
var F =
|
|
129
|
-
this.$u =
|
|
130
|
-
var O =
|
|
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
|
|
133
|
-
k && (Y =
|
|
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(
|
|
136
|
-
var g = A
|
|
137
|
-
R && !
|
|
138
|
-
var
|
|
139
|
-
return
|
|
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,
|
|
144
|
-
} else if (O instanceof Array) for (var z = O.length,
|
|
145
|
-
|
|
146
|
-
var
|
|
147
|
-
if (
|
|
148
|
-
this.$d =
|
|
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
|
-
|
|
151
|
+
v === z && (this.$d = /* @__PURE__ */ new Date(""));
|
|
152
152
|
}
|
|
153
|
-
else w.call(this,
|
|
153
|
+
else w.call(this, L);
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
156
|
}));
|
|
157
|
-
})(
|
|
157
|
+
})(N)), N.exports;
|
|
158
158
|
}
|
|
159
|
-
var
|
|
160
|
-
const je = /* @__PURE__ */
|
|
161
|
-
var
|
|
162
|
-
function
|
|
163
|
-
return
|
|
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
|
-
})(
|
|
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,
|
|
168
|
+
return function(n, l, c) {
|
|
169
169
|
var o = l.prototype, a = o.format;
|
|
170
|
-
|
|
170
|
+
c.en.formats = t, o.format = function(u) {
|
|
171
171
|
u === void 0 && (u = "YYYY-MM-DDTHH:mm:ssZ");
|
|
172
|
-
var
|
|
173
|
-
return
|
|
174
|
-
var s =
|
|
175
|
-
return
|
|
176
|
-
return
|
|
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,
|
|
179
|
+
})(u, y === void 0 ? {} : y);
|
|
180
180
|
return a.call(this, d);
|
|
181
181
|
};
|
|
182
182
|
};
|
|
183
183
|
}));
|
|
184
|
-
})(
|
|
184
|
+
})(V)), V.exports;
|
|
185
185
|
}
|
|
186
|
-
var $e =
|
|
187
|
-
const Ae = /* @__PURE__ */
|
|
188
|
-
var
|
|
189
|
-
function
|
|
190
|
-
return
|
|
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
|
-
})(
|
|
193
|
+
})(Fe, (function() {
|
|
194
194
|
return function(t, n, l) {
|
|
195
|
-
n.prototype.isBetween = function(
|
|
196
|
-
var
|
|
197
|
-
return (
|
|
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
|
-
})(
|
|
201
|
+
})(q)), q.exports;
|
|
202
202
|
}
|
|
203
|
-
var He =
|
|
204
|
-
const We = /* @__PURE__ */
|
|
205
|
-
var
|
|
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,
|
|
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
|
|
216
|
-
var
|
|
217
|
-
switch (
|
|
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
|
|
230
|
+
return y.s(a.week(), M === "w" ? 1 : 2, "0");
|
|
231
231
|
case "W":
|
|
232
232
|
case "WW":
|
|
233
|
-
return
|
|
233
|
+
return y.s(a.isoWeek(), M === "W" ? 1 : 2, "0");
|
|
234
234
|
case "k":
|
|
235
235
|
case "kk":
|
|
236
|
-
return
|
|
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
|
|
246
|
+
return M;
|
|
247
247
|
}
|
|
248
248
|
}));
|
|
249
|
-
return
|
|
249
|
+
return c.bind(this)(d);
|
|
250
250
|
};
|
|
251
251
|
};
|
|
252
252
|
}));
|
|
253
|
-
})(
|
|
253
|
+
})(Z)), Z.exports;
|
|
254
254
|
}
|
|
255
255
|
var Ee = Be();
|
|
256
|
-
const Ie = /* @__PURE__ */
|
|
256
|
+
const Ie = /* @__PURE__ */ _(Ee);
|
|
257
257
|
p.extend(Ae);
|
|
258
|
-
p.extend(
|
|
258
|
+
p.extend(ze);
|
|
259
259
|
p.extend(We);
|
|
260
260
|
p.extend(Ie);
|
|
261
|
-
const
|
|
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
|
-
},
|
|
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
|
|
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",
|
|
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" &&
|
|
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, (
|
|
483
|
-
return e.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (l,
|
|
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
|
|
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,
|
|
536
|
+
let l = 0, c = t;
|
|
537
537
|
const o = [];
|
|
538
|
-
for (;
|
|
538
|
+
for (; c < n; ) {
|
|
539
539
|
const a = Math.floor(l / 7);
|
|
540
|
-
o[a] = o[a] || [], o[a].push(
|
|
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),
|
|
546
|
+
const n = this.startOfYear(e), l = this.endOfYear(t), c = [];
|
|
547
547
|
let o = n;
|
|
548
548
|
for (; this.isBefore(o, l); )
|
|
549
|
-
|
|
550
|
-
return
|
|
549
|
+
c.push(o), o = this.addYears(o, 1);
|
|
550
|
+
return c;
|
|
551
551
|
});
|
|
552
|
-
this.locale = e, this.formats =
|
|
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
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
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
|
-
|
|
572
|
+
se as SLocalizationProvider,
|
|
573
|
+
se as default
|
|
566
574
|
};
|
|
@@ -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
|
|
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
|
-
*
|
|
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
|
|
21
|
+
export declare const SMovingBorder: React.FC<SMovingBorderProps>;
|
|
52
22
|
export default SMovingBorder;
|