@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
|
@@ -3,7 +3,7 @@ import { c, P as r } from "./createTheme-3Wd3hHrj.js";
|
|
|
3
3
|
import { u as O, c as S, a as w, m as B } from "./DefaultPropsProvider-CaCsvQaq.js";
|
|
4
4
|
import { i as P } from "./index-CfKHZ86U.js";
|
|
5
5
|
import { c as W } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
|
|
6
|
-
import { g as C } from "./typographyClasses-
|
|
6
|
+
import { g as C } from "./typographyClasses-DDyl9mok.js";
|
|
7
7
|
import { j as R } from "./jsx-runtime-OVHDjVDe.js";
|
|
8
8
|
import { s as M } from "./styled-B0Z4EDy9.js";
|
|
9
9
|
const N = {
|
package/dist/main.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ export { default as SAccordion } from './s-accordion/index';
|
|
|
2
2
|
export type { SAccordionProps } from './s-accordion/index';
|
|
3
3
|
export { default as SActionOverlay } from './s-action-overlay/index';
|
|
4
4
|
export type { SActionOverlayProps, IActionOverlay } from './s-action-overlay/index';
|
|
5
|
-
export { default as SAiToolBar } from './s-ai-tool-bar/index';
|
|
6
|
-
export type { SAiToolBarProps, SAiToolBarInput } from './s-ai-tool-bar/index';
|
|
5
|
+
export { default as SAiToolBar, SAiToolBarInputType } from './s-ai-tool-bar/index';
|
|
6
|
+
export type { SAiToolBarProps, SAiToolBarInput, SAiToolBarValue, SAiToolBarOption } from './s-ai-tool-bar/index';
|
|
7
7
|
export { default as SAutocomplete } from './s-autocomplete/index';
|
|
8
8
|
export type { SAutocompleteProps } from './s-autocomplete/index';
|
|
9
9
|
export { default as SAvatar } from './s-avatar/index';
|
|
@@ -93,11 +93,13 @@ export type { SDatePickerProps } from './s-date-picker/index';
|
|
|
93
93
|
export { default as SLocalizationProvider } from './s-localization-provider/index';
|
|
94
94
|
export type { SLocalizationProviderProps } from './s-localization-provider/index';
|
|
95
95
|
export { default as SGradientIcon } from './s-gradient-icon/index';
|
|
96
|
-
export type {
|
|
96
|
+
export type { SGradientIconProps } from './s-gradient-icon/index';
|
|
97
97
|
export { default as SGlowButton } from './s-glow-button/index';
|
|
98
98
|
export type { SGlowButtonProps } from './s-glow-button/index';
|
|
99
99
|
export { default as SMovingBorder } from './s-moving-border/index';
|
|
100
100
|
export type { SMovingBorderProps } from './s-moving-border/index';
|
|
101
|
+
export { default as SPixelReveal } from './s-pixel-reveal/index';
|
|
102
|
+
export type { SPixelRevealProps } from './s-pixel-reveal/index';
|
|
101
103
|
export { default as SScrollReveal } from './s-scroll-reveal/index';
|
|
102
104
|
export type { SScrollRevealProps } from './s-scroll-reveal/index';
|
|
103
105
|
export { default as SSpotlightCursor } from './s-spotlight-cursor/index';
|
package/dist/main.js
CHANGED
|
@@ -1,177 +1,187 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
1
|
+
import { SAccordion as x } from "./s-accordion/s-accordion.js";
|
|
2
|
+
import { SActionOverlay as i } from "./s-action-overlay/s-action-overlay.js";
|
|
3
|
+
import { SAiToolBar as s, SAiToolBarInputType as n } from "./s-ai-tool-bar/s-ai-tool-bar.js";
|
|
4
|
+
import { SAutocomplete as u } from "./s-autocomplete/s-autocomplete.js";
|
|
5
|
+
import { SAvatar as c } from "./s-avatar/s-avatar.js";
|
|
6
|
+
import { SBreadcrumbs as P } from "./s-breadcrumbs/s-breadcrumbs.js";
|
|
7
|
+
import { SButton as v } from "./s-button/s-button.js";
|
|
8
|
+
import { SButtonLink as y } from "./s-button-link/s-button-link.js";
|
|
9
|
+
import { SCarousel as D } from "./s-carousel/s-carousel.js";
|
|
10
|
+
import { SChatInput as M } from "./s-chat-input/s-chat-input.js";
|
|
11
|
+
import { SChatMessage as B } from "./s-chat-message/s-chat-message.js";
|
|
12
|
+
import { SCommentMessage as A } from "./s-comment-message/s-comment-message.js";
|
|
13
|
+
import { STextEditor as w } from "./s-text-editor/s-text-editor.js";
|
|
14
14
|
import "./s-text-editor/s-text-editor-toolbar.js";
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import { DialogConfirmProvider as
|
|
20
|
-
import { DialogMessageProvider as
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import { default as
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import { default as
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import
|
|
61
|
-
import {
|
|
62
|
-
import
|
|
63
|
-
import { default as
|
|
64
|
-
import
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
15
|
+
import { SCheckbox as R } from "./s-checkbox/s-checkbox.js";
|
|
16
|
+
import { SChip as G } from "./s-chip/s-chip.js";
|
|
17
|
+
import { SChips as O } from "./s-chips/s-chips.js";
|
|
18
|
+
import { SDataTable as V } from "./s-data-table/s-data-table.js";
|
|
19
|
+
import { DialogConfirmProvider as q, SDialogConfirm as H, useDialogConfirm as J } from "./s-dialog-confirm/s-dialog-confirm.js";
|
|
20
|
+
import { DialogMessageProvider as Q, SDialogMessage as U, useDialogMessage as W } from "./s-dialog-message/s-dialog-message.js";
|
|
21
|
+
import { SError as Y } from "./s-error/s-error.js";
|
|
22
|
+
import { SEmpty as $ } from "./s-empty/s-empty.js";
|
|
23
|
+
import { SFlexBox as ro } from "./s-flex-box/s-flex-box.js";
|
|
24
|
+
import "./s-two-pane-layout/index.js";
|
|
25
|
+
import { SDialog as to } from "./s-dialog/s-dialog.js";
|
|
26
|
+
import { SErrorLayout as po } from "./s-error-layout/s-error-layout.js";
|
|
27
|
+
import { SFileDropzone as ao } from "./s-file-dropzone/s-file-dropzone.js";
|
|
28
|
+
import { SFileIcon as fo } from "./s-file-icon/s-file-icon.js";
|
|
29
|
+
import { SI18nProvider as lo } from "./s-i18n-provider/s-i18n-provider.js";
|
|
30
|
+
import { SIconButton as no } from "./s-icon-button/s-icon-button.js";
|
|
31
|
+
import { SLabel as uo } from "./s-label/s-label.js";
|
|
32
|
+
import { SMultiSelect as To } from "./s-multi-select/s-multi-select.js";
|
|
33
|
+
import { SNoSsr as Co } from "./s-no-ssr/s-no-ssr.js";
|
|
34
|
+
import { SOverlayScrollbar as bo } from "./s-overlay-scrollbar/s-overlay-scrollbar.js";
|
|
35
|
+
import { STextField as Lo } from "./s-text-field/s-text-field.js";
|
|
36
|
+
import { SPagination as Io } from "./s-pagination/s-pagination.js";
|
|
37
|
+
import { SSelect as ho } from "./s-select/s-select.js";
|
|
38
|
+
import { SSelectList as ko } from "./s-select-list/s-select-list.js";
|
|
39
|
+
import { SSkeleton as Fo } from "./s-skeleton/s-skeleton.js";
|
|
40
|
+
import { STip as Eo } from "./s-tip/s-tip.js";
|
|
41
|
+
import { STextTruncation as zo } from "./s-text-truncation/s-text-truncation.js";
|
|
42
|
+
import { SSnackbarMessage as No, SnackbarMessageProvider as Oo, useSnackbarMessage as jo } from "./s-snackbar-message/s-snackbar-message.js";
|
|
43
|
+
import { SForm as Zo } from "./s-form/s-form.js";
|
|
44
|
+
import { StripeTextField as Ho } from "./s-stripe/s-stripe.js";
|
|
45
|
+
import { SStripeNumber as Ko } from "./s-stripe/s-stripe-number.js";
|
|
46
|
+
import { SStripeExpiry as Uo } from "./s-stripe/s-stripe-expiry.js";
|
|
47
|
+
import { SStripeCVC as Xo } from "./s-stripe/s-stripe-cvc.js";
|
|
48
|
+
import { SThemeProvider as _o } from "./s-theme-provider/s-theme-provider.js";
|
|
49
|
+
import { default as or } from "./s-theme-switch/s-theme-switch.js";
|
|
50
|
+
import { SDateTimePicker as er } from "./s-datetime-picker/s-datetime-picker.js";
|
|
51
|
+
import { SDatePicker as mr } from "./s-date-picker/s-date-picker.js";
|
|
52
|
+
import { SLocalizationProvider as Sr } from "./s-localization-provider/s-localization-provider.js";
|
|
53
|
+
import { SGradientIcon as xr } from "./s-gradient-icon/s-gradient-icon.js";
|
|
54
|
+
import { default as ir } from "./s-glow-button/s-glow-button.js";
|
|
55
|
+
import { SMovingBorder as sr } from "./s-moving-border/s-moving-border.js";
|
|
56
|
+
import { SPixelReveal as gr } from "./s-pixel-reveal/s-pixel-reveal.js";
|
|
57
|
+
import { SScrollReveal as dr } from "./s-scroll-reveal/s-scroll-reveal.js";
|
|
58
|
+
import { SSpotlightCursor as Tr } from "./s-spotlight-cursor/s-spotlight-cursor.js";
|
|
59
|
+
import { SCopyableText as Cr } from "./s-copyable-text/s-copyable-text.js";
|
|
60
|
+
import "./s-gallery/index.js";
|
|
61
|
+
import { SImageModal as br } from "./s-image-modal/s-image-modal.js";
|
|
62
|
+
import "./s-lazy-image/index.js";
|
|
63
|
+
import { default as Lr } from "./s-image-comparison/s-image-comparison.js";
|
|
64
|
+
import "./s-zoom-image/index.js";
|
|
65
|
+
import { SItemNotFound as Ir } from "./s-item-not-found/s-item-not-found.js";
|
|
66
|
+
import { SCategoryCard as hr } from "./s-category-card/s-category-card.js";
|
|
67
|
+
import { SRadialPulseAnimate as kr } from "./s-radial-pulse-animate/s-radial-pulse-animate.js";
|
|
68
|
+
import { SRating as Fr } from "./s-rating/s-rating.js";
|
|
69
|
+
import { SReview as Er } from "./s-review/s-review.js";
|
|
70
|
+
import { STabs as zr } from "./s-tabs/s-tabs.js";
|
|
71
|
+
import { default as Nr } from "./s-tabs/s-tab.js";
|
|
72
|
+
import { STabPanel as jr } from "./s-tabs/s-tab-panel.js";
|
|
73
|
+
import { STextShimmer as Zr } from "./s-text-shimmer/s-text-shimmer.js";
|
|
74
|
+
import { STypewriterText as Hr } from "./s-typewriter-text/s-typewriter-text.js";
|
|
75
|
+
import { SLanguagePopover as Kr, SLanguageSwitcher as Qr, defaultLanguageOptions as Ur } from "./s-language-switcher/s-language-switcher.js";
|
|
76
|
+
import { SScrollToTop as Xr } from "./s-scroll-to-top/s-scroll-to-top.js";
|
|
77
|
+
import { useDialog as _r } from "./hooks/use-dialog.js";
|
|
78
|
+
import { usePopover as oe } from "./hooks/use-popover.js";
|
|
75
79
|
import "react";
|
|
76
|
-
import { useScrollAnimation as
|
|
77
|
-
import { useIsPassedPosition as
|
|
78
|
-
import { formatDatePosted as
|
|
79
|
-
import { bytesToSize as
|
|
80
|
-
import { LogLevel as
|
|
81
|
-
import {
|
|
80
|
+
import { useScrollAnimation as ee } from "./hooks/use-scroll-animation.js";
|
|
81
|
+
import { useIsPassedPosition as me } from "./hooks/use-is-passed-position.js";
|
|
82
|
+
import { formatDatePosted as Se } from "./utils/dayjs.js";
|
|
83
|
+
import { bytesToSize as xe } from "./utils/bytes-to-size.js";
|
|
84
|
+
import { LogLevel as ie, Logger as le, createLogger as se, logger as ne } from "./utils/logger.js";
|
|
85
|
+
import { STwoPaneLayout as ue } from "./s-two-pane-layout/s-two-pane-layout.js";
|
|
86
|
+
import { MediaItem as ce, SGallery as Te } from "./s-gallery/s-gallery.js";
|
|
87
|
+
import { default as Ce } from "./s-lazy-image/s-lazy-image.js";
|
|
88
|
+
import { SZoomImage as be } from "./s-zoom-image/s-zoom-image.js";
|
|
89
|
+
import { default as Le } from "dayjs";
|
|
82
90
|
export {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
+
q as DialogConfirmProvider,
|
|
92
|
+
Q as DialogMessageProvider,
|
|
93
|
+
ie as LogLevel,
|
|
94
|
+
le as Logger,
|
|
95
|
+
ce as MediaItem,
|
|
96
|
+
x as SAccordion,
|
|
97
|
+
i as SActionOverlay,
|
|
98
|
+
s as SAiToolBar,
|
|
99
|
+
n as SAiToolBarInputType,
|
|
91
100
|
u as SAutocomplete,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
101
|
+
c as SAvatar,
|
|
102
|
+
P as SBreadcrumbs,
|
|
103
|
+
v as SButton,
|
|
104
|
+
y as SButtonLink,
|
|
105
|
+
D as SCarousel,
|
|
106
|
+
hr as SCategoryCard,
|
|
107
|
+
M as SChatInput,
|
|
108
|
+
B as SChatMessage,
|
|
109
|
+
R as SCheckbox,
|
|
110
|
+
G as SChip,
|
|
111
|
+
O as SChips,
|
|
112
|
+
A as SCommentMessage,
|
|
113
|
+
Cr as SCopyableText,
|
|
114
|
+
V as SDataTable,
|
|
115
|
+
mr as SDatePicker,
|
|
116
|
+
er as SDateTimePicker,
|
|
117
|
+
to as SDialog,
|
|
118
|
+
H as SDialogConfirm,
|
|
119
|
+
U as SDialogMessage,
|
|
120
|
+
$ as SEmpty,
|
|
121
|
+
Y as SError,
|
|
122
|
+
po as SErrorLayout,
|
|
123
|
+
ao as SFileDropzone,
|
|
124
|
+
fo as SFileIcon,
|
|
125
|
+
ro as SFlexBox,
|
|
126
|
+
Zo as SForm,
|
|
127
|
+
Te as SGallery,
|
|
128
|
+
ir as SGlowButton,
|
|
129
|
+
xr as SGradientIcon,
|
|
130
|
+
lo as SI18nProvider,
|
|
131
|
+
no as SIconButton,
|
|
132
|
+
Lr as SImageComparison,
|
|
133
|
+
br as SImageModal,
|
|
134
|
+
Ir as SItemNotFound,
|
|
135
|
+
uo as SLabel,
|
|
136
|
+
Kr as SLanguagePopover,
|
|
137
|
+
Qr as SLanguageSwitcher,
|
|
138
|
+
Ce as SLazyImage,
|
|
139
|
+
Sr as SLocalizationProvider,
|
|
140
|
+
sr as SMovingBorder,
|
|
141
|
+
To as SMultiSelect,
|
|
142
|
+
Co as SNoSsr,
|
|
143
|
+
bo as SOverlayScrollbar,
|
|
144
|
+
Io as SPagination,
|
|
145
|
+
gr as SPixelReveal,
|
|
146
|
+
kr as SRadialPulseAnimate,
|
|
147
|
+
Fr as SRating,
|
|
148
|
+
Er as SReview,
|
|
149
|
+
dr as SScrollReveal,
|
|
150
|
+
Xr as SScrollToTop,
|
|
151
|
+
ho as SSelect,
|
|
152
|
+
ko as SSelectList,
|
|
153
|
+
Fo as SSkeleton,
|
|
154
|
+
No as SSnackbarMessage,
|
|
155
|
+
Tr as SSpotlightCursor,
|
|
156
|
+
Xo as SStripeCVC,
|
|
157
|
+
Uo as SStripeExpiry,
|
|
158
|
+
Ko as SStripeNumber,
|
|
159
|
+
Nr as STab,
|
|
160
|
+
jr as STabPanel,
|
|
161
|
+
zr as STabs,
|
|
162
|
+
w as STextEditor,
|
|
163
|
+
Lo as STextField,
|
|
164
|
+
Zr as STextShimmer,
|
|
165
|
+
zo as STextTruncation,
|
|
166
|
+
_o as SThemeProvider,
|
|
167
|
+
or as SThemeSwitch,
|
|
168
|
+
Eo as STip,
|
|
169
|
+
ue as STwoPaneLayout,
|
|
170
|
+
Hr as STypewriterText,
|
|
171
|
+
be as SZoomImage,
|
|
172
|
+
Oo as SnackbarMessageProvider,
|
|
173
|
+
Ho as StripeTextField,
|
|
174
|
+
xe as bytesToSize,
|
|
175
|
+
se as createLogger,
|
|
176
|
+
Le as dayjs,
|
|
177
|
+
Ur as defaultLanguageOptions,
|
|
178
|
+
Se as formatDatePosted,
|
|
179
|
+
ne as logger,
|
|
180
|
+
_r as useDialog,
|
|
181
|
+
J as useDialogConfirm,
|
|
182
|
+
W as useDialogMessage,
|
|
183
|
+
me as useIsPassedPosition,
|
|
184
|
+
oe as usePopover,
|
|
185
|
+
ee as useScrollAnimation,
|
|
186
|
+
jo as useSnackbarMessage
|
|
177
187
|
};
|
|
@@ -3,12 +3,28 @@ import { AccordionProps } from '@mui/material/Accordion';
|
|
|
3
3
|
import { AccordionDetailsProps } from '@mui/material/AccordionDetails';
|
|
4
4
|
import { AccordionSummaryProps } from '@mui/material/AccordionSummary';
|
|
5
5
|
import { TypographyProps } from '@mui/material/Typography';
|
|
6
|
+
/**
|
|
7
|
+
* Props interface for SAccordion component
|
|
8
|
+
*/
|
|
6
9
|
export interface SAccordionProps extends Omit<AccordionProps, 'title'> {
|
|
10
|
+
/** The title/header content of the accordion */
|
|
7
11
|
title: React.ReactNode;
|
|
12
|
+
/** Optional icon to display at the start of the accordion header */
|
|
8
13
|
startIcon?: React.ReactNode;
|
|
14
|
+
/** Props to pass to the Typography component for the title */
|
|
9
15
|
titleTypographyProps?: TypographyProps;
|
|
16
|
+
/** Props to pass to the AccordionSummary component for customization */
|
|
10
17
|
accordionSummaryProps?: AccordionSummaryProps;
|
|
18
|
+
/** Props to pass to the AccordionDetails component for customization */
|
|
11
19
|
accordionDetailsProps?: AccordionDetailsProps;
|
|
12
20
|
}
|
|
13
|
-
|
|
21
|
+
/**
|
|
22
|
+
* A collapsible accordion component built on Material-UI Accordion with custom theming,
|
|
23
|
+
* optional icons, and smooth expand/collapse animations. Perfect for organizing content
|
|
24
|
+
* sections and FAQs.
|
|
25
|
+
*/
|
|
26
|
+
export declare const SAccordion: {
|
|
27
|
+
({ title, children, startIcon, titleTypographyProps, accordionSummaryProps, accordionDetailsProps, ...rest }: SAccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
14
30
|
export default SAccordion;
|