@solostylist/ui-kit 1.0.167 → 1.0.169
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 +187 -173
- 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 +33 -22
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +295 -247
- 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.js +2 -2
- package/dist/s-pixel-reveal/s-pixel-reveal.d.ts +15 -1
- package/dist/s-pixel-reveal/s-pixel-reveal.js +83 -78
- 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-scroll-velocity/index.d.ts +6 -0
- package/dist/s-scroll-velocity/index.js +8 -0
- package/dist/s-scroll-velocity/package.json +5 -0
- package/dist/s-scroll-velocity/s-scroll-velocity.d.ts +24 -0
- package/dist/s-scroll-velocity/s-scroll-velocity.js +22 -0
- package/dist/s-scroll-velocity/scroll-velocity-container.d.ts +20 -0
- package/dist/s-scroll-velocity/scroll-velocity-container.js +40 -0
- package/dist/s-scroll-velocity/scroll-velocity-row.d.ts +27 -0
- package/dist/s-scroll-velocity/scroll-velocity-row.js +131 -0
- 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 +1436 -1436
- package/dist/theme/components/button.d.ts +2150 -2150
- 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 +23 -6
|
@@ -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,7 +93,7 @@ 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';
|
|
@@ -102,6 +102,8 @@ export { default as SPixelReveal } from './s-pixel-reveal/index';
|
|
|
102
102
|
export type { SPixelRevealProps } from './s-pixel-reveal/index';
|
|
103
103
|
export { default as SScrollReveal } from './s-scroll-reveal/index';
|
|
104
104
|
export type { SScrollRevealProps } from './s-scroll-reveal/index';
|
|
105
|
+
export { default as SScrollVelocity, ScrollVelocityContainer, ScrollVelocityRow } from './s-scroll-velocity/index';
|
|
106
|
+
export type { SScrollVelocityProps, ScrollVelocityContainerProps, ScrollVelocityRowProps, } from './s-scroll-velocity/index';
|
|
105
107
|
export { default as SSpotlightCursor } from './s-spotlight-cursor/index';
|
|
106
108
|
export type { SSpotlightCursorProps, SpotlightConfig } from './s-spotlight-cursor/index';
|
|
107
109
|
export { default as SCopyableText } from './s-copyable-text/index';
|
package/dist/main.js
CHANGED
|
@@ -1,179 +1,193 @@
|
|
|
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 f } 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 d } from "./s-avatar/s-avatar.js";
|
|
6
|
+
import { SBreadcrumbs as C } from "./s-breadcrumbs/s-breadcrumbs.js";
|
|
7
|
+
import { SButton as y } from "./s-button/s-button.js";
|
|
8
|
+
import { SButtonLink as b } 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 F } 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
|
|
64
|
-
import {
|
|
65
|
-
import
|
|
66
|
-
import { default as
|
|
67
|
-
import
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
15
|
+
import { SCheckbox as E } from "./s-checkbox/s-checkbox.js";
|
|
16
|
+
import { SChip as V } from "./s-chip/s-chip.js";
|
|
17
|
+
import { SChips as N } from "./s-chips/s-chips.js";
|
|
18
|
+
import { SDataTable as j } 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 xo } from "./s-file-dropzone/s-file-dropzone.js";
|
|
28
|
+
import { SFileIcon as ao } 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 Po } from "./s-no-ssr/s-no-ssr.js";
|
|
34
|
+
import { SOverlayScrollbar as vo } 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 wo } from "./s-skeleton/s-skeleton.js";
|
|
40
|
+
import { STip as Ro } from "./s-tip/s-tip.js";
|
|
41
|
+
import { STextTruncation as zo } from "./s-text-truncation/s-text-truncation.js";
|
|
42
|
+
import { SSnackbarMessage as Go, SnackbarMessageProvider as No, useSnackbarMessage as Oo } 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 fr } 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 cr } from "./s-scroll-reveal/s-scroll-reveal.js";
|
|
58
|
+
import { SScrollVelocity as Tr } from "./s-scroll-velocity/s-scroll-velocity.js";
|
|
59
|
+
import { ScrollVelocityContainer as Pr } from "./s-scroll-velocity/scroll-velocity-container.js";
|
|
60
|
+
import { ScrollVelocityRow as vr } from "./s-scroll-velocity/scroll-velocity-row.js";
|
|
61
|
+
import { SSpotlightCursor as Lr } from "./s-spotlight-cursor/s-spotlight-cursor.js";
|
|
62
|
+
import { SCopyableText as Ir } from "./s-copyable-text/s-copyable-text.js";
|
|
63
|
+
import "./s-gallery/index.js";
|
|
64
|
+
import { SImageModal as hr } from "./s-image-modal/s-image-modal.js";
|
|
65
|
+
import "./s-lazy-image/index.js";
|
|
66
|
+
import { default as kr } from "./s-image-comparison/s-image-comparison.js";
|
|
67
|
+
import "./s-zoom-image/index.js";
|
|
68
|
+
import { SItemNotFound as wr } from "./s-item-not-found/s-item-not-found.js";
|
|
69
|
+
import { SCategoryCard as Rr } from "./s-category-card/s-category-card.js";
|
|
70
|
+
import { SRadialPulseAnimate as zr } from "./s-radial-pulse-animate/s-radial-pulse-animate.js";
|
|
71
|
+
import { SRating as Gr } from "./s-rating/s-rating.js";
|
|
72
|
+
import { SReview as Or } from "./s-review/s-review.js";
|
|
73
|
+
import { STabs as Zr } from "./s-tabs/s-tabs.js";
|
|
74
|
+
import { default as Hr } from "./s-tabs/s-tab.js";
|
|
75
|
+
import { STabPanel as Kr } from "./s-tabs/s-tab-panel.js";
|
|
76
|
+
import { STextShimmer as Ur } from "./s-text-shimmer/s-text-shimmer.js";
|
|
77
|
+
import { STypewriterText as Xr } from "./s-typewriter-text/s-typewriter-text.js";
|
|
78
|
+
import { SLanguagePopover as _r, SLanguageSwitcher as $r, defaultLanguageOptions as oe } from "./s-language-switcher/s-language-switcher.js";
|
|
79
|
+
import { SScrollToTop as ee } from "./s-scroll-to-top/s-scroll-to-top.js";
|
|
80
|
+
import { useDialog as me } from "./hooks/use-dialog.js";
|
|
81
|
+
import { usePopover as Se } from "./hooks/use-popover.js";
|
|
76
82
|
import "react";
|
|
77
|
-
import { useScrollAnimation as
|
|
78
|
-
import { useIsPassedPosition as
|
|
79
|
-
import { formatDatePosted as
|
|
80
|
-
import { bytesToSize as
|
|
81
|
-
import { LogLevel as
|
|
82
|
-
import {
|
|
83
|
+
import { useScrollAnimation as fe } from "./hooks/use-scroll-animation.js";
|
|
84
|
+
import { useIsPassedPosition as ie } from "./hooks/use-is-passed-position.js";
|
|
85
|
+
import { formatDatePosted as se } from "./utils/dayjs.js";
|
|
86
|
+
import { bytesToSize as ge } from "./utils/bytes-to-size.js";
|
|
87
|
+
import { LogLevel as ce, Logger as de, createLogger as Te, logger as Ce } from "./utils/logger.js";
|
|
88
|
+
import { STwoPaneLayout as ye } from "./s-two-pane-layout/s-two-pane-layout.js";
|
|
89
|
+
import { MediaItem as be, SGallery as Le } from "./s-gallery/s-gallery.js";
|
|
90
|
+
import { default as Ie } from "./s-lazy-image/s-lazy-image.js";
|
|
91
|
+
import { SZoomImage as he } from "./s-zoom-image/s-zoom-image.js";
|
|
92
|
+
import { default as ke } from "dayjs";
|
|
83
93
|
export {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
94
|
+
q as DialogConfirmProvider,
|
|
95
|
+
Q as DialogMessageProvider,
|
|
96
|
+
ce as LogLevel,
|
|
97
|
+
de as Logger,
|
|
98
|
+
be as MediaItem,
|
|
99
|
+
f as SAccordion,
|
|
100
|
+
i as SActionOverlay,
|
|
101
|
+
s as SAiToolBar,
|
|
102
|
+
n as SAiToolBarInputType,
|
|
92
103
|
u as SAutocomplete,
|
|
93
104
|
d as SAvatar,
|
|
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
|
-
|
|
177
|
-
|
|
178
|
-
|
|
105
|
+
C as SBreadcrumbs,
|
|
106
|
+
y as SButton,
|
|
107
|
+
b as SButtonLink,
|
|
108
|
+
D as SCarousel,
|
|
109
|
+
Rr as SCategoryCard,
|
|
110
|
+
M as SChatInput,
|
|
111
|
+
B as SChatMessage,
|
|
112
|
+
E as SCheckbox,
|
|
113
|
+
V as SChip,
|
|
114
|
+
N as SChips,
|
|
115
|
+
A as SCommentMessage,
|
|
116
|
+
Ir as SCopyableText,
|
|
117
|
+
j as SDataTable,
|
|
118
|
+
mr as SDatePicker,
|
|
119
|
+
er as SDateTimePicker,
|
|
120
|
+
to as SDialog,
|
|
121
|
+
H as SDialogConfirm,
|
|
122
|
+
U as SDialogMessage,
|
|
123
|
+
$ as SEmpty,
|
|
124
|
+
Y as SError,
|
|
125
|
+
po as SErrorLayout,
|
|
126
|
+
xo as SFileDropzone,
|
|
127
|
+
ao as SFileIcon,
|
|
128
|
+
ro as SFlexBox,
|
|
129
|
+
Zo as SForm,
|
|
130
|
+
Le as SGallery,
|
|
131
|
+
ir as SGlowButton,
|
|
132
|
+
fr as SGradientIcon,
|
|
133
|
+
lo as SI18nProvider,
|
|
134
|
+
no as SIconButton,
|
|
135
|
+
kr as SImageComparison,
|
|
136
|
+
hr as SImageModal,
|
|
137
|
+
wr as SItemNotFound,
|
|
138
|
+
uo as SLabel,
|
|
139
|
+
_r as SLanguagePopover,
|
|
140
|
+
$r as SLanguageSwitcher,
|
|
141
|
+
Ie as SLazyImage,
|
|
142
|
+
Sr as SLocalizationProvider,
|
|
143
|
+
sr as SMovingBorder,
|
|
144
|
+
To as SMultiSelect,
|
|
145
|
+
Po as SNoSsr,
|
|
146
|
+
vo as SOverlayScrollbar,
|
|
147
|
+
Io as SPagination,
|
|
148
|
+
gr as SPixelReveal,
|
|
149
|
+
zr as SRadialPulseAnimate,
|
|
150
|
+
Gr as SRating,
|
|
151
|
+
Or as SReview,
|
|
152
|
+
cr as SScrollReveal,
|
|
153
|
+
ee as SScrollToTop,
|
|
154
|
+
Tr as SScrollVelocity,
|
|
155
|
+
ho as SSelect,
|
|
156
|
+
ko as SSelectList,
|
|
157
|
+
wo as SSkeleton,
|
|
158
|
+
Go as SSnackbarMessage,
|
|
159
|
+
Lr as SSpotlightCursor,
|
|
160
|
+
Xo as SStripeCVC,
|
|
161
|
+
Uo as SStripeExpiry,
|
|
162
|
+
Ko as SStripeNumber,
|
|
163
|
+
Hr as STab,
|
|
164
|
+
Kr as STabPanel,
|
|
165
|
+
Zr as STabs,
|
|
166
|
+
F as STextEditor,
|
|
167
|
+
Lo as STextField,
|
|
168
|
+
Ur as STextShimmer,
|
|
169
|
+
zo as STextTruncation,
|
|
170
|
+
_o as SThemeProvider,
|
|
171
|
+
or as SThemeSwitch,
|
|
172
|
+
Ro as STip,
|
|
173
|
+
ye as STwoPaneLayout,
|
|
174
|
+
Xr as STypewriterText,
|
|
175
|
+
he as SZoomImage,
|
|
176
|
+
Pr as ScrollVelocityContainer,
|
|
177
|
+
vr as ScrollVelocityRow,
|
|
178
|
+
No as SnackbarMessageProvider,
|
|
179
|
+
Ho as StripeTextField,
|
|
180
|
+
ge as bytesToSize,
|
|
181
|
+
Te as createLogger,
|
|
182
|
+
ke as dayjs,
|
|
183
|
+
oe as defaultLanguageOptions,
|
|
184
|
+
se as formatDatePosted,
|
|
185
|
+
Ce as logger,
|
|
186
|
+
me as useDialog,
|
|
187
|
+
J as useDialogConfirm,
|
|
188
|
+
W as useDialogMessage,
|
|
189
|
+
ie as useIsPassedPosition,
|
|
190
|
+
Se as usePopover,
|
|
191
|
+
fe as useScrollAnimation,
|
|
192
|
+
Oo as useSnackbarMessage
|
|
179
193
|
};
|
|
@@ -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;
|