@solostylist/ui-kit 1.0.166 → 1.0.168

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/dist/{Typography-B7LOtCzI.js → Typography-C8jwvSWe.js} +1 -1
  2. package/dist/main.d.ts +5 -3
  3. package/dist/main.js +182 -172
  4. package/dist/s-accordion/index.js +2 -2
  5. package/dist/s-accordion/s-accordion.d.ts +17 -1
  6. package/dist/s-accordion/s-accordion.js +252 -238
  7. package/dist/s-action-overlay/index.js +1 -1
  8. package/dist/s-action-overlay/s-action-overlay.d.ts +34 -1
  9. package/dist/s-action-overlay/s-action-overlay.js +67 -55
  10. package/dist/s-ai-tool-bar/index.d.ts +2 -0
  11. package/dist/s-ai-tool-bar/index.js +3 -2
  12. package/dist/s-ai-tool-bar/s-ai-tool-bar.d.ts +43 -22
  13. package/dist/s-ai-tool-bar/s-ai-tool-bar.js +336 -255
  14. package/dist/s-autocomplete/index.js +2 -2
  15. package/dist/s-autocomplete/s-autocomplete.d.ts +13 -15
  16. package/dist/s-autocomplete/s-autocomplete.js +25 -17
  17. package/dist/s-avatar/index.js +2 -2
  18. package/dist/s-avatar/s-avatar.d.ts +16 -1
  19. package/dist/s-avatar/s-avatar.js +23 -10
  20. package/dist/s-blur-text/index.js +2 -2
  21. package/dist/s-blur-text/s-blur-text.d.ts +4 -13
  22. package/dist/s-blur-text/s-blur-text.js +57 -51
  23. package/dist/s-breadcrumbs/index.js +2 -2
  24. package/dist/s-breadcrumbs/s-breadcrumbs.d.ts +20 -1
  25. package/dist/s-breadcrumbs/s-breadcrumbs.js +39 -30
  26. package/dist/s-button/index.js +2 -2
  27. package/dist/s-button/s-button.d.ts +7 -1
  28. package/dist/s-button/s-button.js +15 -5
  29. package/dist/s-button-link/index.js +2 -2
  30. package/dist/s-button-link/s-button-link.d.ts +12 -26
  31. package/dist/s-button-link/s-button-link.js +36 -26
  32. package/dist/s-carousel/index.js +1 -1
  33. package/dist/s-carousel/s-carousel.d.ts +11 -1
  34. package/dist/s-carousel/s-carousel.js +233 -223
  35. package/dist/s-category-card/index.js +2 -2
  36. package/dist/s-category-card/s-category-card.d.ts +28 -1
  37. package/dist/s-category-card/s-category-card.js +77 -58
  38. package/dist/s-chat-input/index.js +2 -2
  39. package/dist/s-chat-input/s-chat-input.d.ts +12 -1
  40. package/dist/s-chat-input/s-chat-input.js +92 -82
  41. package/dist/s-chat-message/index.js +2 -2
  42. package/dist/s-chat-message/s-chat-message.d.ts +22 -1
  43. package/dist/s-chat-message/s-chat-message.js +144 -133
  44. package/dist/s-checkbox/index.js +2 -2
  45. package/dist/s-checkbox/s-checkbox.d.ts +2 -15
  46. package/dist/s-checkbox/s-checkbox.js +20 -10
  47. package/dist/s-chip/index.js +2 -2
  48. package/dist/s-chip/s-chip.d.ts +7 -1
  49. package/dist/s-chip/s-chip.js +15 -5
  50. package/dist/s-chips/index.js +2 -2
  51. package/dist/s-chips/s-chips.d.ts +5 -18
  52. package/dist/s-chips/s-chips.js +56 -41
  53. package/dist/s-comment-message/index.js +2 -2
  54. package/dist/s-comment-message/s-comment-message.d.ts +26 -1
  55. package/dist/s-comment-message/s-comment-message.js +95 -89
  56. package/dist/s-copyable-text/index.js +1 -1
  57. package/dist/s-copyable-text/s-copyable-text.d.ts +9 -36
  58. package/dist/s-copyable-text/s-copyable-text.js +31 -21
  59. package/dist/s-countdown/index.d.ts +3 -2
  60. package/dist/s-countdown/index.js +4 -3
  61. package/dist/s-countdown/s-count-box.d.ts +39 -0
  62. package/dist/s-countdown/s-count-box.js +112 -0
  63. package/dist/s-countdown/s-count-down.d.ts +6 -50
  64. package/dist/s-countdown/s-count-down.js +110 -175
  65. package/dist/s-data-table/index.js +2 -2
  66. package/dist/s-data-table/s-data-table.d.ts +9 -65
  67. package/dist/s-data-table/s-data-table.js +381 -371
  68. package/dist/s-date-picker/index.js +2 -2
  69. package/dist/s-date-picker/s-date-picker.d.ts +6 -17
  70. package/dist/s-date-picker/s-date-picker.js +124 -107
  71. package/dist/s-datetime-picker/index.js +2 -2
  72. package/dist/s-datetime-picker/s-datetime-picker.d.ts +5 -16
  73. package/dist/s-datetime-picker/s-datetime-picker.js +897 -887
  74. package/dist/s-dialog/index.js +2 -2
  75. package/dist/s-dialog/s-dialog.d.ts +3 -16
  76. package/dist/s-dialog/s-dialog.js +32 -23
  77. package/dist/s-dialog-confirm/index.js +3 -3
  78. package/dist/s-dialog-confirm/s-dialog-confirm.d.ts +5 -13
  79. package/dist/s-dialog-confirm/s-dialog-confirm.js +55 -48
  80. package/dist/s-dialog-message/index.js +4 -4
  81. package/dist/s-dialog-message/s-dialog-message.d.ts +5 -15
  82. package/dist/s-dialog-message/s-dialog-message.js +45 -38
  83. package/dist/s-empty/index.js +2 -2
  84. package/dist/s-empty/s-empty.d.ts +5 -20
  85. package/dist/s-empty/s-empty.js +14 -4
  86. package/dist/s-error/index.js +2 -2
  87. package/dist/s-error/s-error.d.ts +5 -20
  88. package/dist/s-error/s-error.js +16 -6
  89. package/dist/s-error-layout/index.js +2 -2
  90. package/dist/s-error-layout/s-error-layout.d.ts +6 -1
  91. package/dist/s-error-layout/s-error-layout.js +60 -51
  92. package/dist/s-file-dropzone/index.js +2 -2
  93. package/dist/s-file-dropzone/s-file-dropzone.d.ts +6 -51
  94. package/dist/s-file-dropzone/s-file-dropzone.js +64 -54
  95. package/dist/s-file-icon/index.js +2 -2
  96. package/dist/s-file-icon/s-file-icon.d.ts +5 -25
  97. package/dist/s-file-icon/s-file-icon.js +14 -8
  98. package/dist/s-flex-box/index.js +2 -2
  99. package/dist/s-flex-box/s-flex-box.d.ts +10 -1
  100. package/dist/s-flex-box/s-flex-box.js +14 -4
  101. package/dist/s-form/index.js +2 -2
  102. package/dist/s-form/s-form.d.ts +5 -14
  103. package/dist/s-form/s-form.js +19 -9
  104. package/dist/s-gallery/index.js +33 -3
  105. package/dist/s-gallery/s-gallery.d.ts +3 -36
  106. package/dist/s-gallery/s-gallery.js +108 -78
  107. package/dist/s-glow-button/s-glow-button.d.ts +6 -42
  108. package/dist/s-glow-button/s-glow-button.js +29 -47
  109. package/dist/s-gradient-icon/index.d.ts +1 -1
  110. package/dist/s-gradient-icon/index.js +1 -1
  111. package/dist/s-gradient-icon/s-gradient-icon.d.ts +8 -68
  112. package/dist/s-gradient-icon/s-gradient-icon.js +54 -44
  113. package/dist/s-i18n-provider/index.js +1 -1
  114. package/dist/s-i18n-provider/s-i18n-provider.d.ts +5 -33
  115. package/dist/s-i18n-provider/s-i18n-provider.js +25 -15
  116. package/dist/s-icon-button/index.js +2 -2
  117. package/dist/s-icon-button/s-icon-button.d.ts +6 -19
  118. package/dist/s-icon-button/s-icon-button.js +14 -4
  119. package/dist/s-image-comparison/s-image-comparison.js +50 -45
  120. package/dist/s-image-modal/index.js +3 -3
  121. package/dist/s-image-modal/s-image-modal.d.ts +4 -20
  122. package/dist/s-image-modal/s-image-modal.js +150 -135
  123. package/dist/s-item-not-found/index.js +2 -2
  124. package/dist/s-item-not-found/s-item-not-found.d.ts +14 -1
  125. package/dist/s-item-not-found/s-item-not-found.js +21 -10
  126. package/dist/s-label/index.js +2 -2
  127. package/dist/s-label/s-label.d.ts +9 -25
  128. package/dist/s-label/s-label.js +19 -9
  129. package/dist/s-language-switcher/index.js +3 -3
  130. package/dist/s-language-switcher/s-language-switcher.d.ts +20 -33
  131. package/dist/s-language-switcher/s-language-switcher.js +137 -115
  132. package/dist/s-lazy-image/index.js +10 -2
  133. package/dist/s-lazy-image/s-lazy-image.d.ts +12 -58
  134. package/dist/s-lazy-image/s-lazy-image.js +53 -58
  135. package/dist/s-localization-provider/index.js +2 -2
  136. package/dist/s-localization-provider/s-localization-provider.d.ts +6 -27
  137. package/dist/s-localization-provider/s-localization-provider.js +157 -149
  138. package/dist/s-moving-border/index.js +2 -2
  139. package/dist/s-moving-border/s-moving-border.d.ts +3 -33
  140. package/dist/s-moving-border/s-moving-border.js +65 -55
  141. package/dist/s-multi-select/index.js +2 -2
  142. package/dist/s-multi-select/s-multi-select.d.ts +5 -15
  143. package/dist/s-multi-select/s-multi-select.js +54 -45
  144. package/dist/s-no-ssr/index.js +2 -2
  145. package/dist/s-no-ssr/s-no-ssr.d.ts +5 -33
  146. package/dist/s-no-ssr/s-no-ssr.js +21 -11
  147. package/dist/s-overlay-scrollbar/index.js +2 -2
  148. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.d.ts +10 -1
  149. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +16 -11
  150. package/dist/s-pagination/index.js +2 -2
  151. package/dist/s-pagination/s-pagination.d.ts +5 -23
  152. package/dist/s-pagination/s-pagination.js +17 -11
  153. package/dist/s-pixel-reveal/index.d.ts +2 -0
  154. package/dist/s-pixel-reveal/index.js +4 -0
  155. package/dist/s-pixel-reveal/package.json +5 -0
  156. package/dist/s-pixel-reveal/s-pixel-reveal.d.ts +27 -0
  157. package/dist/s-pixel-reveal/s-pixel-reveal.js +156 -0
  158. package/dist/s-radial-pulse-animate/index.js +2 -2
  159. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.d.ts +12 -1
  160. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +52 -42
  161. package/dist/s-rating/index.js +2 -2
  162. package/dist/s-rating/s-rating.d.ts +7 -1
  163. package/dist/s-rating/s-rating.js +15 -5
  164. package/dist/s-review/index.js +2 -2
  165. package/dist/s-review/s-review.d.ts +25 -1
  166. package/dist/s-review/s-review.js +104 -97
  167. package/dist/s-scroll-reveal/index.js +2 -2
  168. package/dist/s-scroll-reveal/s-scroll-reveal.d.ts +17 -36
  169. package/dist/s-scroll-reveal/s-scroll-reveal.js +43 -33
  170. package/dist/s-scroll-to-top/index.js +2 -2
  171. package/dist/s-scroll-to-top/s-scroll-to-top.d.ts +12 -17
  172. package/dist/s-scroll-to-top/s-scroll-to-top.js +20 -15
  173. package/dist/s-select/index.js +2 -2
  174. package/dist/s-select/s-select.d.ts +3 -22
  175. package/dist/s-select/s-select.js +76 -72
  176. package/dist/s-select-list/index.js +2 -2
  177. package/dist/s-select-list/s-select-list.d.ts +16 -19
  178. package/dist/s-select-list/s-select-list.js +33 -28
  179. package/dist/s-skeleton/index.js +2 -2
  180. package/dist/s-skeleton/s-skeleton.d.ts +6 -22
  181. package/dist/s-skeleton/s-skeleton.js +28 -18
  182. package/dist/s-snackbar-message/index.js +4 -4
  183. package/dist/s-snackbar-message/s-snackbar-message.d.ts +5 -23
  184. package/dist/s-snackbar-message/s-snackbar-message.js +38 -31
  185. package/dist/s-spotlight-cursor/index.js +2 -2
  186. package/dist/s-spotlight-cursor/s-spotlight-cursor.d.ts +10 -44
  187. package/dist/s-spotlight-cursor/s-spotlight-cursor.js +35 -29
  188. package/dist/s-stripe/index.d.ts +4 -1
  189. package/dist/s-stripe/index.js +7 -4
  190. package/dist/s-stripe/s-stripe-cvc.d.ts +8 -0
  191. package/dist/s-stripe/s-stripe-cvc.js +15 -0
  192. package/dist/s-stripe/s-stripe-expiry.d.ts +8 -0
  193. package/dist/s-stripe/s-stripe-expiry.js +15 -0
  194. package/dist/s-stripe/s-stripe-number.d.ts +8 -0
  195. package/dist/s-stripe/s-stripe-number.js +15 -0
  196. package/dist/s-stripe/s-stripe.d.ts +6 -85
  197. package/dist/s-stripe/s-stripe.js +24 -27
  198. package/dist/s-stripe/stripe-input.js +22 -18
  199. package/dist/s-tabs/index.js +6 -6
  200. package/dist/s-tabs/s-tab-panel.d.ts +11 -1
  201. package/dist/s-tabs/s-tab-panel.js +25 -16
  202. package/dist/s-tabs/s-tab.js +9 -5
  203. package/dist/s-tabs/s-tabs.d.ts +24 -3
  204. package/dist/s-tabs/s-tabs.js +34 -25
  205. package/dist/s-text-editor/index.js +3 -3
  206. package/dist/s-text-editor/s-text-editor-toolbar.js +91 -76
  207. package/dist/s-text-editor/s-text-editor.d.ts +13 -11
  208. package/dist/s-text-editor/s-text-editor.js +44 -30
  209. package/dist/s-text-field/index.js +2 -2
  210. package/dist/s-text-field/s-text-field.d.ts +6 -15
  211. package/dist/s-text-field/s-text-field.js +38 -28
  212. package/dist/s-text-shimmer/index.js +2 -2
  213. package/dist/s-text-shimmer/s-text-shimmer.d.ts +10 -1
  214. package/dist/s-text-shimmer/s-text-shimmer.js +27 -18
  215. package/dist/s-text-truncation/index.js +2 -2
  216. package/dist/s-text-truncation/s-text-truncation.d.ts +9 -38
  217. package/dist/s-text-truncation/s-text-truncation.js +34 -20
  218. package/dist/s-theme-demo/s-theme-demo.js +238 -223
  219. package/dist/s-theme-provider/index.js +1 -1
  220. package/dist/s-theme-provider/s-theme-provider.d.ts +5 -17
  221. package/dist/s-theme-provider/s-theme-provider.js +44 -34
  222. package/dist/s-theme-switch/s-theme-switch.js +23 -19
  223. package/dist/s-tip/index.js +2 -2
  224. package/dist/s-tip/s-tip.d.ts +5 -22
  225. package/dist/s-tip/s-tip.js +22 -12
  226. package/dist/s-two-pane-layout/index.js +10 -2
  227. package/dist/s-two-pane-layout/s-two-pane-layout.d.ts +7 -1
  228. package/dist/s-two-pane-layout/s-two-pane-layout.js +58 -48
  229. package/dist/s-typewriter-text/index.js +2 -2
  230. package/dist/s-typewriter-text/s-typewriter-text.d.ts +17 -1
  231. package/dist/s-typewriter-text/s-typewriter-text.js +37 -27
  232. package/dist/s-zoom-image/index.js +10 -2
  233. package/dist/s-zoom-image/s-zoom-image.d.ts +10 -42
  234. package/dist/s-zoom-image/s-zoom-image.js +62 -52
  235. package/dist/theme/components/alert.d.ts +1440 -1440
  236. package/dist/theme/components/button.d.ts +2156 -2156
  237. package/dist/theme/components/chip.d.ts +2 -2
  238. package/dist/theme/customizations/data-display.js +1 -1
  239. package/dist/{typographyClasses-C7fhAsUD.js → typographyClasses-DDyl9mok.js} +4 -4
  240. package/dist/{useMobilePicker-DgxcRrRB.js → useMobilePicker-C1RZZUWr.js} +1 -1
  241. package/package.json +10 -4
@@ -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-C7fhAsUD.js";
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 { GradientIconProps } from './s-gradient-icon/index';
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 { default as t } from "./s-accordion/s-accordion.js";
2
- import { default as l } from "./s-action-overlay/s-action-overlay.js";
3
- import { default as m } from "./s-ai-tool-bar/s-ai-tool-bar.js";
4
- import { default as u } from "./s-autocomplete/s-autocomplete.js";
5
- import { default as d } from "./s-avatar/s-avatar.js";
6
- import { default as i } from "./s-breadcrumbs/s-breadcrumbs.js";
7
- import { default as g } from "./s-button/s-button.js";
8
- import { default as T } from "./s-button-link/s-button-link.js";
9
- import { default as P } from "./s-carousel/s-carousel.js";
10
- import { default as b } from "./s-chat-input/s-chat-input.js";
11
- import { default as y } from "./s-chat-message/s-chat-message.js";
12
- import { default as I } from "./s-comment-message/s-comment-message.js";
13
- import { default as h } from "./s-text-editor/s-text-editor.js";
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 { default as B } from "./s-checkbox/s-checkbox.js";
16
- import { default as F } from "./s-chip/s-chip.js";
17
- import { default as E } from "./s-chips/s-chips.js";
18
- import { default as R } from "./s-data-table/s-data-table.js";
19
- import { DialogConfirmProvider as N, default as O, useDialogConfirm as j } from "./s-dialog-confirm/s-dialog-confirm.js";
20
- import { DialogMessageProvider as Z, default as q, useDialogMessage as H } from "./s-dialog-message/s-dialog-message.js";
21
- import { default as K } from "./s-error/s-error.js";
22
- import { default as U } from "./s-empty/s-empty.js";
23
- import { default as X } from "./s-flex-box/s-flex-box.js";
24
- import { default as _ } from "./s-two-pane-layout/s-two-pane-layout.js";
25
- import { default as ee } from "./s-dialog/s-dialog.js";
26
- import { default as re } from "./s-error-layout/s-error-layout.js";
27
- import { default as te } from "./s-file-dropzone/s-file-dropzone.js";
28
- import { default as le } from "./s-file-icon/s-file-icon.js";
29
- import { default as me } from "./s-i18n-provider/s-i18n-provider.js";
30
- import { default as ue } from "./s-icon-button/s-icon-button.js";
31
- import { default as de } from "./s-label/s-label.js";
32
- import { default as ie } from "./s-multi-select/s-multi-select.js";
33
- import { default as ge } from "./s-no-ssr/s-no-ssr.js";
34
- import { default as Te } from "./s-overlay-scrollbar/s-overlay-scrollbar.js";
35
- import { default as Pe } from "./s-text-field/s-text-field.js";
36
- import { default as be } from "./s-pagination/s-pagination.js";
37
- import { default as ye } from "./s-select/s-select.js";
38
- import { default as Ie } from "./s-select-list/s-select-list.js";
39
- import { default as he } from "./s-skeleton/s-skeleton.js";
40
- import { default as Be } from "./s-tip/s-tip.js";
41
- import { default as Fe } from "./s-text-truncation/s-text-truncation.js";
42
- import { default as Ee, SnackbarMessageProvider as ze, useSnackbarMessage as Re } from "./s-snackbar-message/s-snackbar-message.js";
43
- import { default as Ne } from "./s-form/s-form.js";
44
- import { SStripeCVC as je, SStripeExpiry as Ve, SStripeNumber as Ze, StripeTextField as qe } from "./s-stripe/s-stripe.js";
45
- import { default as Je } from "./s-theme-provider/s-theme-provider.js";
46
- import { default as Qe } from "./s-theme-switch/s-theme-switch.js";
47
- import { default as We } from "./s-datetime-picker/s-datetime-picker.js";
48
- import { default as Ye } from "./s-date-picker/s-date-picker.js";
49
- import { default as $e } from "./s-localization-provider/s-localization-provider.js";
50
- import { default as oo } from "./s-gradient-icon/s-gradient-icon.js";
51
- import { default as ao } from "./s-glow-button/s-glow-button.js";
52
- import { default as fo } from "./s-moving-border/s-moving-border.js";
53
- import { default as so } from "./s-scroll-reveal/s-scroll-reveal.js";
54
- import { default as po } from "./s-spotlight-cursor/s-spotlight-cursor.js";
55
- import { default as So } from "./s-copyable-text/s-copyable-text.js";
56
- import { MediaItem as io, default as no } from "./s-gallery/s-gallery.js";
57
- import { default as co } from "./s-image-modal/s-image-modal.js";
58
- import { default as Co } from "./s-lazy-image/s-lazy-image.js";
59
- import { default as vo } from "./s-image-comparison/s-image-comparison.js";
60
- import { default as Lo } from "./s-zoom-image/s-zoom-image.js";
61
- import { default as Do } from "./s-item-not-found/s-item-not-found.js";
62
- import { default as Mo } from "./s-category-card/s-category-card.js";
63
- import { default as ko } from "./s-radial-pulse-animate/s-radial-pulse-animate.js";
64
- import { default as Ao } from "./s-rating/s-rating.js";
65
- import { default as wo } from "./s-review/s-review.js";
66
- import { default as zo } from "./s-tabs/s-tabs.js";
67
- import { default as Go } from "./s-tabs/s-tab.js";
68
- import { default as Oo } from "./s-tabs/s-tab-panel.js";
69
- import { default as Vo } from "./s-text-shimmer/s-text-shimmer.js";
70
- import { default as qo } from "./s-typewriter-text/s-typewriter-text.js";
71
- import { SLanguagePopover as Jo, default as Ko, defaultLanguageOptions as Qo } from "./s-language-switcher/s-language-switcher.js";
72
- import { default as Wo } from "./s-scroll-to-top/s-scroll-to-top.js";
73
- import { useDialog as Yo } from "./hooks/use-dialog.js";
74
- import { usePopover as $o } from "./hooks/use-popover.js";
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 or } from "./hooks/use-scroll-animation.js";
77
- import { useIsPassedPosition as ar } from "./hooks/use-is-passed-position.js";
78
- import { formatDatePosted as fr } from "./utils/dayjs.js";
79
- import { bytesToSize as sr } from "./utils/bytes-to-size.js";
80
- import { LogLevel as pr, Logger as ur, createLogger as Sr, logger as dr } from "./utils/logger.js";
81
- import { default as ir } from "dayjs";
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
- N as DialogConfirmProvider,
84
- Z as DialogMessageProvider,
85
- pr as LogLevel,
86
- ur as Logger,
87
- io as MediaItem,
88
- t as SAccordion,
89
- l as SActionOverlay,
90
- m as SAiToolBar,
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
- d as SAvatar,
93
- i as SBreadcrumbs,
94
- g as SButton,
95
- T as SButtonLink,
96
- P as SCarousel,
97
- Mo as SCategoryCard,
98
- b as SChatInput,
99
- y as SChatMessage,
100
- B as SCheckbox,
101
- F as SChip,
102
- E as SChips,
103
- I as SCommentMessage,
104
- So as SCopyableText,
105
- R as SDataTable,
106
- Ye as SDatePicker,
107
- We as SDateTimePicker,
108
- ee as SDialog,
109
- O as SDialogConfirm,
110
- q as SDialogMessage,
111
- U as SEmpty,
112
- K as SError,
113
- re as SErrorLayout,
114
- te as SFileDropzone,
115
- le as SFileIcon,
116
- X as SFlexBox,
117
- Ne as SForm,
118
- no as SGallery,
119
- ao as SGlowButton,
120
- oo as SGradientIcon,
121
- me as SI18nProvider,
122
- ue as SIconButton,
123
- vo as SImageComparison,
124
- co as SImageModal,
125
- Do as SItemNotFound,
126
- de as SLabel,
127
- Jo as SLanguagePopover,
128
- Ko as SLanguageSwitcher,
129
- Co as SLazyImage,
130
- $e as SLocalizationProvider,
131
- fo as SMovingBorder,
132
- ie as SMultiSelect,
133
- ge as SNoSsr,
134
- Te as SOverlayScrollbar,
135
- be as SPagination,
136
- ko as SRadialPulseAnimate,
137
- Ao as SRating,
138
- wo as SReview,
139
- so as SScrollReveal,
140
- Wo as SScrollToTop,
141
- ye as SSelect,
142
- Ie as SSelectList,
143
- he as SSkeleton,
144
- Ee as SSnackbarMessage,
145
- po as SSpotlightCursor,
146
- je as SStripeCVC,
147
- Ve as SStripeExpiry,
148
- Ze as SStripeNumber,
149
- Go as STab,
150
- Oo as STabPanel,
151
- zo as STabs,
152
- h as STextEditor,
153
- Pe as STextField,
154
- Vo as STextShimmer,
155
- Fe as STextTruncation,
156
- Je as SThemeProvider,
157
- Qe as SThemeSwitch,
158
- Be as STip,
159
- _ as STwoPaneLayout,
160
- qo as STypewriterText,
161
- Lo as SZoomImage,
162
- ze as SnackbarMessageProvider,
163
- qe as StripeTextField,
164
- sr as bytesToSize,
165
- Sr as createLogger,
166
- ir as dayjs,
167
- Qo as defaultLanguageOptions,
168
- fr as formatDatePosted,
169
- dr as logger,
170
- Yo as useDialog,
171
- j as useDialogConfirm,
172
- H as useDialogMessage,
173
- ar as useIsPassedPosition,
174
- $o as usePopover,
175
- or as useScrollAnimation,
176
- Re as useSnackbarMessage
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
  };
@@ -1,4 +1,4 @@
1
- import { default as o } from "./s-accordion.js";
1
+ import { SAccordion as a } from "./s-accordion.js";
2
2
  export {
3
- o as default
3
+ a as default
4
4
  };
@@ -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
- declare const SAccordion: ({ title, children, startIcon, titleTypographyProps, accordionSummaryProps, accordionDetailsProps, ...rest }: SAccordionProps) => import("react/jsx-runtime").JSX.Element;
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;