@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.
Files changed (248) 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 +187 -173
  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 +33 -22
  13. package/dist/s-ai-tool-bar/s-ai-tool-bar.js +295 -247
  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.js +2 -2
  154. package/dist/s-pixel-reveal/s-pixel-reveal.d.ts +15 -1
  155. package/dist/s-pixel-reveal/s-pixel-reveal.js +83 -78
  156. package/dist/s-radial-pulse-animate/index.js +2 -2
  157. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.d.ts +12 -1
  158. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +52 -42
  159. package/dist/s-rating/index.js +2 -2
  160. package/dist/s-rating/s-rating.d.ts +7 -1
  161. package/dist/s-rating/s-rating.js +15 -5
  162. package/dist/s-review/index.js +2 -2
  163. package/dist/s-review/s-review.d.ts +25 -1
  164. package/dist/s-review/s-review.js +104 -97
  165. package/dist/s-scroll-reveal/index.js +2 -2
  166. package/dist/s-scroll-reveal/s-scroll-reveal.d.ts +17 -36
  167. package/dist/s-scroll-reveal/s-scroll-reveal.js +43 -33
  168. package/dist/s-scroll-to-top/index.js +2 -2
  169. package/dist/s-scroll-to-top/s-scroll-to-top.d.ts +12 -17
  170. package/dist/s-scroll-to-top/s-scroll-to-top.js +20 -15
  171. package/dist/s-scroll-velocity/index.d.ts +6 -0
  172. package/dist/s-scroll-velocity/index.js +8 -0
  173. package/dist/s-scroll-velocity/package.json +5 -0
  174. package/dist/s-scroll-velocity/s-scroll-velocity.d.ts +24 -0
  175. package/dist/s-scroll-velocity/s-scroll-velocity.js +22 -0
  176. package/dist/s-scroll-velocity/scroll-velocity-container.d.ts +20 -0
  177. package/dist/s-scroll-velocity/scroll-velocity-container.js +40 -0
  178. package/dist/s-scroll-velocity/scroll-velocity-row.d.ts +27 -0
  179. package/dist/s-scroll-velocity/scroll-velocity-row.js +131 -0
  180. package/dist/s-select/index.js +2 -2
  181. package/dist/s-select/s-select.d.ts +3 -22
  182. package/dist/s-select/s-select.js +76 -72
  183. package/dist/s-select-list/index.js +2 -2
  184. package/dist/s-select-list/s-select-list.d.ts +16 -19
  185. package/dist/s-select-list/s-select-list.js +33 -28
  186. package/dist/s-skeleton/index.js +2 -2
  187. package/dist/s-skeleton/s-skeleton.d.ts +6 -22
  188. package/dist/s-skeleton/s-skeleton.js +28 -18
  189. package/dist/s-snackbar-message/index.js +4 -4
  190. package/dist/s-snackbar-message/s-snackbar-message.d.ts +5 -23
  191. package/dist/s-snackbar-message/s-snackbar-message.js +38 -31
  192. package/dist/s-spotlight-cursor/index.js +2 -2
  193. package/dist/s-spotlight-cursor/s-spotlight-cursor.d.ts +10 -44
  194. package/dist/s-spotlight-cursor/s-spotlight-cursor.js +35 -29
  195. package/dist/s-stripe/index.d.ts +4 -1
  196. package/dist/s-stripe/index.js +7 -4
  197. package/dist/s-stripe/s-stripe-cvc.d.ts +8 -0
  198. package/dist/s-stripe/s-stripe-cvc.js +15 -0
  199. package/dist/s-stripe/s-stripe-expiry.d.ts +8 -0
  200. package/dist/s-stripe/s-stripe-expiry.js +15 -0
  201. package/dist/s-stripe/s-stripe-number.d.ts +8 -0
  202. package/dist/s-stripe/s-stripe-number.js +15 -0
  203. package/dist/s-stripe/s-stripe.d.ts +6 -85
  204. package/dist/s-stripe/s-stripe.js +24 -27
  205. package/dist/s-stripe/stripe-input.js +22 -18
  206. package/dist/s-tabs/index.js +6 -6
  207. package/dist/s-tabs/s-tab-panel.d.ts +11 -1
  208. package/dist/s-tabs/s-tab-panel.js +25 -16
  209. package/dist/s-tabs/s-tab.js +9 -5
  210. package/dist/s-tabs/s-tabs.d.ts +24 -3
  211. package/dist/s-tabs/s-tabs.js +34 -25
  212. package/dist/s-text-editor/index.js +3 -3
  213. package/dist/s-text-editor/s-text-editor-toolbar.js +91 -76
  214. package/dist/s-text-editor/s-text-editor.d.ts +13 -11
  215. package/dist/s-text-editor/s-text-editor.js +44 -30
  216. package/dist/s-text-field/index.js +2 -2
  217. package/dist/s-text-field/s-text-field.d.ts +6 -15
  218. package/dist/s-text-field/s-text-field.js +38 -28
  219. package/dist/s-text-shimmer/index.js +2 -2
  220. package/dist/s-text-shimmer/s-text-shimmer.d.ts +10 -1
  221. package/dist/s-text-shimmer/s-text-shimmer.js +27 -18
  222. package/dist/s-text-truncation/index.js +2 -2
  223. package/dist/s-text-truncation/s-text-truncation.d.ts +9 -38
  224. package/dist/s-text-truncation/s-text-truncation.js +34 -20
  225. package/dist/s-theme-demo/s-theme-demo.js +238 -223
  226. package/dist/s-theme-provider/index.js +1 -1
  227. package/dist/s-theme-provider/s-theme-provider.d.ts +5 -17
  228. package/dist/s-theme-provider/s-theme-provider.js +44 -34
  229. package/dist/s-theme-switch/s-theme-switch.js +23 -19
  230. package/dist/s-tip/index.js +2 -2
  231. package/dist/s-tip/s-tip.d.ts +5 -22
  232. package/dist/s-tip/s-tip.js +22 -12
  233. package/dist/s-two-pane-layout/index.js +10 -2
  234. package/dist/s-two-pane-layout/s-two-pane-layout.d.ts +7 -1
  235. package/dist/s-two-pane-layout/s-two-pane-layout.js +58 -48
  236. package/dist/s-typewriter-text/index.js +2 -2
  237. package/dist/s-typewriter-text/s-typewriter-text.d.ts +17 -1
  238. package/dist/s-typewriter-text/s-typewriter-text.js +37 -27
  239. package/dist/s-zoom-image/index.js +10 -2
  240. package/dist/s-zoom-image/s-zoom-image.d.ts +10 -42
  241. package/dist/s-zoom-image/s-zoom-image.js +62 -52
  242. package/dist/theme/components/alert.d.ts +1436 -1436
  243. package/dist/theme/components/button.d.ts +2150 -2150
  244. package/dist/theme/components/chip.d.ts +2 -2
  245. package/dist/theme/customizations/data-display.js +1 -1
  246. package/dist/{typographyClasses-C7fhAsUD.js → typographyClasses-DDyl9mok.js} +4 -4
  247. package/dist/{useMobilePicker-DgxcRrRB.js → useMobilePicker-C1RZZUWr.js} +1 -1
  248. 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-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,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 { 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';
@@ -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 { 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 C } 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 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 { 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 z } 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 Ce } 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 Re, useSnackbarMessage as ze } 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-pixel-reveal/s-pixel-reveal.js";
54
- import { default as po } from "./s-scroll-reveal/s-scroll-reveal.js";
55
- import { default as So } from "./s-spotlight-cursor/s-spotlight-cursor.js";
56
- import { default as io } from "./s-copyable-text/s-copyable-text.js";
57
- import { MediaItem as go, default as co } from "./s-gallery/s-gallery.js";
58
- import { default as Po } from "./s-image-modal/s-image-modal.js";
59
- import { default as vo } from "./s-lazy-image/s-lazy-image.js";
60
- import { default as Lo } from "./s-image-comparison/s-image-comparison.js";
61
- import { default as Do } from "./s-zoom-image/s-zoom-image.js";
62
- import { default as Mo } from "./s-item-not-found/s-item-not-found.js";
63
- import { default as ko } from "./s-category-card/s-category-card.js";
64
- import { default as Ao } from "./s-radial-pulse-animate/s-radial-pulse-animate.js";
65
- import { default as wo } from "./s-rating/s-rating.js";
66
- import { default as Ro } from "./s-review/s-review.js";
67
- import { default as Go } from "./s-tabs/s-tabs.js";
68
- import { default as Oo } from "./s-tabs/s-tab.js";
69
- import { default as Vo } from "./s-tabs/s-tab-panel.js";
70
- import { default as qo } from "./s-text-shimmer/s-text-shimmer.js";
71
- import { default as Jo } from "./s-typewriter-text/s-typewriter-text.js";
72
- import { SLanguagePopover as Qo, default as Uo, defaultLanguageOptions as Wo } from "./s-language-switcher/s-language-switcher.js";
73
- import { default as Yo } from "./s-scroll-to-top/s-scroll-to-top.js";
74
- import { useDialog as $o } from "./hooks/use-dialog.js";
75
- import { usePopover as or } from "./hooks/use-popover.js";
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 ar } from "./hooks/use-scroll-animation.js";
78
- import { useIsPassedPosition as fr } from "./hooks/use-is-passed-position.js";
79
- import { formatDatePosted as sr } from "./utils/dayjs.js";
80
- import { bytesToSize as pr } from "./utils/bytes-to-size.js";
81
- import { LogLevel as Sr, Logger as dr, createLogger as xr, logger as ir } from "./utils/logger.js";
82
- import { default as gr } from "dayjs";
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
- N as DialogConfirmProvider,
85
- Z as DialogMessageProvider,
86
- Sr as LogLevel,
87
- dr as Logger,
88
- go as MediaItem,
89
- t as SAccordion,
90
- l as SActionOverlay,
91
- m as SAiToolBar,
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
- i as SBreadcrumbs,
95
- g as SButton,
96
- T as SButtonLink,
97
- C as SCarousel,
98
- ko as SCategoryCard,
99
- b as SChatInput,
100
- y as SChatMessage,
101
- B as SCheckbox,
102
- F as SChip,
103
- E as SChips,
104
- I as SCommentMessage,
105
- io as SCopyableText,
106
- z as SDataTable,
107
- Ye as SDatePicker,
108
- We as SDateTimePicker,
109
- ee as SDialog,
110
- O as SDialogConfirm,
111
- q as SDialogMessage,
112
- U as SEmpty,
113
- K as SError,
114
- re as SErrorLayout,
115
- te as SFileDropzone,
116
- le as SFileIcon,
117
- X as SFlexBox,
118
- Ne as SForm,
119
- co as SGallery,
120
- ao as SGlowButton,
121
- oo as SGradientIcon,
122
- me as SI18nProvider,
123
- ue as SIconButton,
124
- Lo as SImageComparison,
125
- Po as SImageModal,
126
- Mo as SItemNotFound,
127
- de as SLabel,
128
- Qo as SLanguagePopover,
129
- Uo as SLanguageSwitcher,
130
- vo as SLazyImage,
131
- $e as SLocalizationProvider,
132
- fo as SMovingBorder,
133
- ie as SMultiSelect,
134
- ge as SNoSsr,
135
- Te as SOverlayScrollbar,
136
- be as SPagination,
137
- so as SPixelReveal,
138
- Ao as SRadialPulseAnimate,
139
- wo as SRating,
140
- Ro as SReview,
141
- po as SScrollReveal,
142
- Yo as SScrollToTop,
143
- ye as SSelect,
144
- Ie as SSelectList,
145
- he as SSkeleton,
146
- Ee as SSnackbarMessage,
147
- So as SSpotlightCursor,
148
- je as SStripeCVC,
149
- Ve as SStripeExpiry,
150
- Ze as SStripeNumber,
151
- Oo as STab,
152
- Vo as STabPanel,
153
- Go as STabs,
154
- h as STextEditor,
155
- Ce as STextField,
156
- qo as STextShimmer,
157
- Fe as STextTruncation,
158
- Je as SThemeProvider,
159
- Qe as SThemeSwitch,
160
- Be as STip,
161
- _ as STwoPaneLayout,
162
- Jo as STypewriterText,
163
- Do as SZoomImage,
164
- Re as SnackbarMessageProvider,
165
- qe as StripeTextField,
166
- pr as bytesToSize,
167
- xr as createLogger,
168
- gr as dayjs,
169
- Wo as defaultLanguageOptions,
170
- sr as formatDatePosted,
171
- ir as logger,
172
- $o as useDialog,
173
- j as useDialogConfirm,
174
- H as useDialogMessage,
175
- fr as useIsPassedPosition,
176
- or as usePopover,
177
- ar as useScrollAnimation,
178
- ze as useSnackbarMessage
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
  };
@@ -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;