@solostylist/ui-kit 1.0.203 → 1.0.205

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 (365) hide show
  1. package/dist/ArrowUpward-CDLbIMHR.js +6 -0
  2. package/dist/Box-CCxGQYgC.js +46 -0
  3. package/dist/ButtonBase-BpUvp8ep.js +801 -0
  4. package/dist/ChevronLeft-C7DUyLoc.js +6 -0
  5. package/dist/ChevronRight-VFk57Tte.js +6 -0
  6. package/dist/Close-OtVsJy75.js +6 -0
  7. package/dist/ContentCopy-DHDP4d6g.js +6 -0
  8. package/dist/DefaultPropsProvider-DpRXvTbj.js +157 -0
  9. package/dist/Download-Bbx6BZUJ.js +6 -0
  10. package/dist/ExpandMore-BTC1yHzp.js +6 -0
  11. package/dist/Favorite-mcH9KX-m.js +6 -0
  12. package/dist/Menu-Dhh4e9H1.js +1662 -0
  13. package/dist/MenuItem-aaIy8lan.js +213 -0
  14. package/dist/Paper--8Q3qCqb.js +329 -0
  15. package/dist/Select-B5RvkbDO.js +2545 -0
  16. package/dist/Stack-D-aoKnaS.js +158 -0
  17. package/dist/Typography-CswuXQLF.js +187 -0
  18. package/dist/assets/s-carousel.css +1 -1
  19. package/dist/assets/s-overlay-scrollbar.css +10 -1
  20. package/dist/assets/stripe-input.css +1 -1
  21. package/dist/avatar-BVV8tT0K.js +10 -0
  22. package/dist/buttonBaseClasses-CzfJbQi5.js +13 -0
  23. package/dist/checkbox-Dd2nIREk.js +57 -0
  24. package/dist/chunk-efA98nb6.js +13 -0
  25. package/dist/createSimplePaletteValueFilter-dAWZ3p3z.js +14 -0
  26. package/dist/createSvgIcon-KjKEsKNV.js +153 -0
  27. package/dist/createTheme-DuS5_nJb.js +2430 -0
  28. package/dist/defaultTheme-DBynruYK.js +5 -0
  29. package/dist/entries/carousel.js +3 -4
  30. package/dist/entries/chat.js +3 -4
  31. package/dist/entries/code.js +3 -4
  32. package/dist/entries/core.js +56 -122
  33. package/dist/entries/dates.js +7 -12
  34. package/dist/entries/dropzone.js +3 -4
  35. package/dist/entries/editor.js +2 -4
  36. package/dist/entries/gallery.js +7 -13
  37. package/dist/entries/i18n.js +3 -7
  38. package/dist/entries/motion.js +14 -27
  39. package/dist/entries/scrollbar.js +2 -4
  40. package/dist/entries/stripe.js +6 -10
  41. package/dist/extendSxProp-YPyfzlEb.js +29 -0
  42. package/dist/generateUtilityClass-DdqZpZoW.js +34 -0
  43. package/dist/generateUtilityClasses-BMwEKe3O.js +10 -0
  44. package/dist/hooks/index.js +5 -11
  45. package/dist/hooks/use-count-down.js +85 -76
  46. package/dist/hooks/use-dialog.js +21 -18
  47. package/dist/hooks/use-is-passed-position.js +20 -20
  48. package/dist/hooks/use-popover.js +18 -18
  49. package/dist/hooks/use-scroll-animation.js +74 -56
  50. package/dist/iconButtonClasses-ApDUTw5e.js +27 -0
  51. package/dist/identifier-_S1f0Pg2.js +190 -0
  52. package/dist/main.js +103 -196
  53. package/dist/mergeSlotProps-BG-pTgpj.js +48 -0
  54. package/dist/objectWithoutPropertiesLoose-BdL2_POW.js +23 -0
  55. package/dist/outlinedInputClasses-bgmdcolQ.js +43 -0
  56. package/dist/resolveProps-CcZ6Bxlf.js +30 -0
  57. package/dist/s-accordion/index.js +3 -4
  58. package/dist/s-accordion/s-accordion.js +3 -949
  59. package/dist/s-accordion-Da1IZflX.js +712 -0
  60. package/dist/s-action-overlay/index.js +2 -4
  61. package/dist/s-action-overlay/s-action-overlay.js +108 -109
  62. package/dist/s-autocomplete/index.js +2 -4
  63. package/dist/s-autocomplete/s-autocomplete.js +25 -31
  64. package/dist/s-avatar/index.js +2 -4
  65. package/dist/s-avatar/s-avatar.js +32 -22
  66. package/dist/s-blur-text/index.js +2 -4
  67. package/dist/s-blur-text/s-blur-text.js +67 -81
  68. package/dist/s-breadcrumbs/index.js +2 -3
  69. package/dist/s-breadcrumbs/s-breadcrumbs.js +49 -44
  70. package/dist/s-button/index.js +2 -4
  71. package/dist/s-button/s-button.js +11 -9
  72. package/dist/s-carousel/index.js +3 -4
  73. package/dist/s-carousel/s-carousel.js +3 -2480
  74. package/dist/s-carousel-BoDg9pKU.js +125 -0
  75. package/dist/s-category-card/index.js +1 -3
  76. package/dist/s-category-card/s-category-card.js +70 -105
  77. package/dist/s-chat-input/index.js +3 -4
  78. package/dist/s-chat-input/s-chat-input.js +3 -319
  79. package/dist/s-chat-input-v_XIZVGk.js +283 -0
  80. package/dist/s-chat-message/index.js +3 -4
  81. package/dist/s-chat-message/s-chat-message.js +3 -283
  82. package/dist/s-chat-message-CWtxsicj.js +281 -0
  83. package/dist/s-checkbox/index.js +2 -4
  84. package/dist/s-checkbox/s-checkbox.js +27 -17
  85. package/dist/s-chip/index.js +2 -4
  86. package/dist/s-chip/s-chip.js +11 -9
  87. package/dist/s-chips/index.js +2 -4
  88. package/dist/s-chips/s-chips.js +91 -86
  89. package/dist/s-code-block/index.js +3 -4
  90. package/dist/s-code-block/s-code-block.js +3 -1052
  91. package/dist/s-code-block-BqYdR0Em.js +608 -0
  92. package/dist/s-comment-message/index.js +3 -4
  93. package/dist/s-comment-message/s-comment-message.js +3 -123
  94. package/dist/s-comment-message-DDAHdQqY.js +195 -0
  95. package/dist/s-copyable-text/index.js +3 -4
  96. package/dist/s-copyable-text/s-copyable-text.js +50 -54
  97. package/dist/s-countdown/index.js +3 -5
  98. package/dist/s-countdown/s-count-box.js +102 -106
  99. package/dist/s-countdown/s-count-down.js +101 -109
  100. package/dist/s-data-table/index.js +3 -4
  101. package/dist/s-data-table/s-data-table.js +3 -1291
  102. package/dist/s-data-table-BjqqIsFX.js +893 -0
  103. package/dist/s-date-picker/index.js +3 -4
  104. package/dist/s-date-picker/s-date-picker.js +3 -1521
  105. package/dist/s-date-picker-BYqxsjPU.js +581 -0
  106. package/dist/s-datetime-picker/index.js +3 -4
  107. package/dist/s-datetime-picker/s-datetime-picker.js +3 -5180
  108. package/dist/s-datetime-picker-BtwGoxL3.js +3808 -0
  109. package/dist/s-dialog/index.js +2 -3
  110. package/dist/s-dialog/s-dialog.js +44 -36
  111. package/dist/s-dialog-confirm/index.js +3 -6
  112. package/dist/s-dialog-confirm/s-dialog-confirm.js +85 -74
  113. package/dist/s-dialog-message/index.js +3 -6
  114. package/dist/s-dialog-message/s-dialog-message.js +75 -66
  115. package/dist/s-empty/index.js +1 -3
  116. package/dist/s-empty/s-empty.js +13 -8
  117. package/dist/s-error/index.js +2 -4
  118. package/dist/s-error/s-error.js +31 -20
  119. package/dist/s-error-layout/index.js +2 -4
  120. package/dist/s-error-layout/s-error-layout.js +78 -56
  121. package/dist/s-file-dropzone/index.js +3 -4
  122. package/dist/s-file-dropzone/s-file-dropzone.js +3 -124
  123. package/dist/s-file-dropzone-BJBNFC_b.js +134 -0
  124. package/dist/s-file-icon/index.js +3 -4
  125. package/dist/s-file-icon/s-file-icon.js +327 -272
  126. package/dist/s-flex-box/index.js +3 -4
  127. package/dist/s-flex-box/s-flex-box.js +12 -8
  128. package/dist/s-form/index.js +2 -4
  129. package/dist/s-form/s-form.js +23 -15
  130. package/dist/s-gallery/index.js +3 -5
  131. package/dist/s-gallery/s-gallery.js +310 -346
  132. package/dist/s-glow-button/index.js +3 -4
  133. package/dist/s-glow-button/s-glow-button.js +29 -42
  134. package/dist/s-gradient-icon/index.js +2 -4
  135. package/dist/s-gradient-icon/s-gradient-icon.js +124 -79
  136. package/dist/s-i18n-provider/index.js +2 -4
  137. package/dist/s-i18n-provider/s-i18n-provider.js +23 -27
  138. package/dist/s-icon-button/index.js +2 -4
  139. package/dist/s-icon-button/s-icon-button.js +11 -8
  140. package/dist/s-image-comparison/index.js +3 -4
  141. package/dist/s-image-comparison/s-image-comparison.js +169 -207
  142. package/dist/s-image-modal/index.js +3 -5
  143. package/dist/s-image-modal/s-image-modal.js +396 -387
  144. package/dist/s-item-not-found/index.js +1 -3
  145. package/dist/s-item-not-found/s-item-not-found.js +240 -262
  146. package/dist/s-label/index.js +3 -4
  147. package/dist/s-label/s-label.js +3 -17
  148. package/dist/s-label-Bt4vQGGN.js +30 -0
  149. package/dist/s-language-switcher/index.js +3 -6
  150. package/dist/s-language-switcher/s-language-switcher.js +3 -252
  151. package/dist/s-language-switcher-BJP1r1la.js +198 -0
  152. package/dist/s-lazy-image/index.js +2 -4
  153. package/dist/s-lazy-image/s-lazy-image.js +41 -56
  154. package/dist/s-link/index.js +2 -4
  155. package/dist/s-link/s-link.js +30 -37
  156. package/dist/s-localization-provider/index.js +3 -4
  157. package/dist/s-localization-provider/s-localization-provider.js +3 -562
  158. package/dist/s-localization-provider-CeOR72Ti.js +537 -0
  159. package/dist/s-moving-border/index.js +1 -3
  160. package/dist/s-moving-border/s-moving-border.js +117 -131
  161. package/dist/s-multi-select/index.js +3 -4
  162. package/dist/s-multi-select/s-multi-select.js +3 -82
  163. package/dist/s-multi-select-xKP4heeG.js +64 -0
  164. package/dist/s-no-ssr/index.js +2 -4
  165. package/dist/s-no-ssr/s-no-ssr.js +13 -14
  166. package/dist/s-overlay-scrollbar/index.js +2 -4
  167. package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +34 -37
  168. package/dist/s-pagination/index.js +2 -4
  169. package/dist/s-pagination/s-pagination.js +32 -15
  170. package/dist/s-pixel-reveal/index.js +3 -4
  171. package/dist/s-pixel-reveal/s-pixel-reveal.js +138 -156
  172. package/dist/s-radial-pulse-animate/index.js +3 -4
  173. package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +80 -122
  174. package/dist/s-rating/index.js +1 -3
  175. package/dist/s-rating/s-rating.js +11 -9
  176. package/dist/s-review/index.js +3 -4
  177. package/dist/s-review/s-review.js +3 -160
  178. package/dist/s-review-DOBlCEU2.js +241 -0
  179. package/dist/s-scroll-reveal/index.js +2 -4
  180. package/dist/s-scroll-reveal/s-scroll-reveal.js +68 -64
  181. package/dist/s-scroll-to-top/index.js +3 -4
  182. package/dist/s-scroll-to-top/s-scroll-to-top.js +45 -44
  183. package/dist/s-scroll-velocity/index.js +4 -8
  184. package/dist/s-scroll-velocity/s-scroll-velocity.js +14 -8
  185. package/dist/s-scroll-velocity/scroll-velocity-container.js +25 -30
  186. package/dist/s-scroll-velocity/scroll-velocity-row.js +97 -118
  187. package/dist/s-select/index.js +3 -4
  188. package/dist/s-select/s-select.js +3 -112
  189. package/dist/s-select-DXbeZ0CG.js +110 -0
  190. package/dist/s-select-list/index.js +2 -4
  191. package/dist/s-select-list/s-select-list.js +44 -49
  192. package/dist/s-skeleton/index.js +2 -4
  193. package/dist/s-skeleton/s-skeleton.js +69 -35
  194. package/dist/s-snackbar-message/index.js +2 -6
  195. package/dist/s-snackbar-message/s-snackbar-message.js +48 -61
  196. package/dist/s-spotlight-cursor/index.js +2 -4
  197. package/dist/s-spotlight-cursor/s-spotlight-cursor.js +58 -61
  198. package/dist/s-stripe/index.js +6 -10
  199. package/dist/s-stripe/s-stripe-cvc.js +14 -10
  200. package/dist/s-stripe/s-stripe-expiry.js +14 -10
  201. package/dist/s-stripe/s-stripe-number.js +14 -10
  202. package/dist/s-stripe/s-stripe.js +31 -37
  203. package/dist/s-stripe/stripe-input.js +57 -81
  204. package/dist/s-switch/index.js +1 -3
  205. package/dist/s-switch/s-switch.js +27 -17
  206. package/dist/s-tabs/index.js +4 -8
  207. package/dist/s-tabs/s-tab-panel.js +23 -29
  208. package/dist/s-tabs/s-tab.js +11 -8
  209. package/dist/s-tabs/s-tabs.js +39 -35
  210. package/dist/s-text-editor/index.js +3 -5
  211. package/dist/s-text-editor/s-text-editor-toolbar.js +3 -207
  212. package/dist/s-text-editor/s-text-editor.js +75 -81
  213. package/dist/s-text-editor-toolbar-BDDttdIt.js +177 -0
  214. package/dist/s-text-field/index.js +3 -4
  215. package/dist/s-text-field/s-text-field.js +3 -49
  216. package/dist/s-text-field-ni42E-1x.js +41 -0
  217. package/dist/s-text-shimmer/index.js +3 -4
  218. package/dist/s-text-shimmer/s-text-shimmer.js +31 -32
  219. package/dist/s-text-truncation/index.js +1 -3
  220. package/dist/s-text-truncation/s-text-truncation.js +79 -81
  221. package/dist/s-theme-demo/index.js +3 -4
  222. package/dist/s-theme-demo/s-theme-demo.js +3 -380
  223. package/dist/s-theme-demo-B4pz6fse.js +828 -0
  224. package/dist/s-theme-provider/index.js +3 -4
  225. package/dist/s-theme-provider/s-theme-provider.js +35 -50
  226. package/dist/s-theme-switch/index.js +3 -4
  227. package/dist/s-theme-switch/s-theme-switch.js +3 -41
  228. package/dist/s-theme-switch-CCEdponC.js +37 -0
  229. package/dist/s-tip/index.js +3 -4
  230. package/dist/s-tip/s-tip.js +3 -34
  231. package/dist/s-tip-CG51Q6oR.js +34 -0
  232. package/dist/s-tool-bar/index.js +3 -4
  233. package/dist/s-tool-bar/s-tool-bar.js +3 -478
  234. package/dist/s-tool-bar-C2lZhhJm.js +404 -0
  235. package/dist/s-two-pane-layout/index.js +2 -3
  236. package/dist/s-two-pane-layout/s-two-pane-layout.js +102 -101
  237. package/dist/s-typewriter-text/index.js +2 -4
  238. package/dist/s-typewriter-text/s-typewriter-text.js +39 -45
  239. package/dist/s-zoom-image/index.js +1 -3
  240. package/dist/s-zoom-image/s-zoom-image.js +62 -88
  241. package/dist/select-D9KH9LAz.js +11 -0
  242. package/dist/styled-Dz7rwAje.js +168 -0
  243. package/dist/svgIconClasses-CygVMw0E.js +20 -0
  244. package/dist/tabClasses-CIRFQ-PB.js +21 -0
  245. package/dist/theme/components/accordion-details.js +7 -8
  246. package/dist/theme/components/accordion-summary.js +12 -17
  247. package/dist/theme/components/accordion.js +24 -32
  248. package/dist/theme/components/alert.js +45 -72
  249. package/dist/theme/components/app-bar.js +12 -18
  250. package/dist/theme/components/autocomplete.js +19 -30
  251. package/dist/theme/components/avatar.js +3 -13
  252. package/dist/theme/components/backdrop.js +13 -12
  253. package/dist/theme/components/button-base.js +12 -14
  254. package/dist/theme/components/button.js +92 -138
  255. package/dist/theme/components/card-actions.js +4 -10
  256. package/dist/theme/components/card-content.js +4 -11
  257. package/dist/theme/components/card-header.js +4 -10
  258. package/dist/theme/components/card.js +23 -35
  259. package/dist/theme/components/checkbox.js +3 -65
  260. package/dist/theme/components/chip.js +67 -106
  261. package/dist/theme/components/components.js +112 -111
  262. package/dist/theme/components/container.js +4 -6
  263. package/dist/theme/components/dialog-actions.js +4 -10
  264. package/dist/theme/components/dialog.js +11 -17
  265. package/dist/theme/components/drawer.js +4 -10
  266. package/dist/theme/components/form-control.js +4 -10
  267. package/dist/theme/components/form-label.js +7 -11
  268. package/dist/theme/components/icon-button.js +82 -132
  269. package/dist/theme/components/icon.js +9 -21
  270. package/dist/theme/components/input-adornment.js +7 -13
  271. package/dist/theme/components/input-base.js +10 -16
  272. package/dist/theme/components/linear-progress.js +11 -16
  273. package/dist/theme/components/link.js +31 -37
  274. package/dist/theme/components/list-item-button.js +27 -44
  275. package/dist/theme/components/list-item-icon.js +4 -10
  276. package/dist/theme/components/list-item-text.js +14 -16
  277. package/dist/theme/components/list-item.js +12 -20
  278. package/dist/theme/components/list-subheader.js +10 -14
  279. package/dist/theme/components/list.js +9 -13
  280. package/dist/theme/components/menu-item.js +7 -8
  281. package/dist/theme/components/menu.js +20 -22
  282. package/dist/theme/components/outlined-input.js +41 -64
  283. package/dist/theme/components/pagination-item.js +8 -18
  284. package/dist/theme/components/paper.js +4 -8
  285. package/dist/theme/components/popover.js +11 -13
  286. package/dist/theme/components/rating.js +4 -8
  287. package/dist/theme/components/select.js +3 -13
  288. package/dist/theme/components/skeleton.js +4 -10
  289. package/dist/theme/components/slider.js +4 -8
  290. package/dist/theme/components/step-connector.js +9 -13
  291. package/dist/theme/components/step-icon.js +39 -46
  292. package/dist/theme/components/step-label.js +7 -13
  293. package/dist/theme/components/svg-icon.js +20 -37
  294. package/dist/theme/components/tab.js +20 -34
  295. package/dist/theme/components/table-cell.js +4 -10
  296. package/dist/theme/components/table-pagination.js +14 -18
  297. package/dist/theme/components/tabs.js +20 -24
  298. package/dist/theme/components/toggle-button-group.js +3 -23
  299. package/dist/theme/components/toggle-button.js +3 -21
  300. package/dist/theme/components/tooltip.js +23 -23
  301. package/dist/theme/theme-primitives.js +3 -410
  302. package/dist/theme-primitives-BG66N-x4.js +398 -0
  303. package/dist/toggle-button-BI6z89CX.js +26 -0
  304. package/dist/toggle-button-group-Dzzh9mXv.js +28 -0
  305. package/dist/typographyClasses-C0nDz5e6.js +32 -0
  306. package/dist/useControlled-CvWtMQJF.js +32 -0
  307. package/dist/useEnhancedEffect-NLLl34XR.js +5 -0
  308. package/dist/useFormControl-ngLNi8dL.js +11 -0
  309. package/dist/useMobilePicker-DdH0AzNe.js +10635 -0
  310. package/dist/useTheme-BES_k_99.js +34 -0
  311. package/dist/useThemeProps-CJRFdjVv.js +19 -0
  312. package/dist/utils/dayjs.js +161 -113
  313. package/dist/utils/index.js +3 -11
  314. package/dist/utils/logger.js +45 -46
  315. package/dist/utils-Cu16ybRR.js +72 -0
  316. package/dist/warning-D7iWhOZI.js +110 -0
  317. package/package.json +29 -29
  318. package/dist/ArrowUpward-D8eqD-si.js +0 -8
  319. package/dist/Box-BkXoTbe8.js +0 -62
  320. package/dist/ButtonBase-D73M0QY5.js +0 -1099
  321. package/dist/ChevronLeft-BmgmPHp9.js +0 -8
  322. package/dist/ChevronRight-DbWSr8yz.js +0 -8
  323. package/dist/Close-lHCUMitI.js +0 -8
  324. package/dist/ContentCopy-D4SuJd86.js +0 -11
  325. package/dist/DefaultPropsProvider-DPuuPIbS.js +0 -64
  326. package/dist/Download-BoRQUwCf.js +0 -8
  327. package/dist/ExpandMore-C7yRQv1-.js +0 -8
  328. package/dist/Favorite-Bz_HcMgN.js +0 -8
  329. package/dist/Menu-GVFDMHCN.js +0 -2441
  330. package/dist/MenuItem-2wG8I2HO.js +0 -269
  331. package/dist/Paper-CR019bki.js +0 -553
  332. package/dist/Select-D2l9rDWL.js +0 -3966
  333. package/dist/Stack-Dfjnuorw.js +0 -174
  334. package/dist/Typography-PcmlIqm1.js +0 -253
  335. package/dist/_commonjsHelpers-ByX85dGu.js +0 -33
  336. package/dist/buttonBaseClasses-jtnoTmPn.js +0 -10
  337. package/dist/clsx-OuTLNxxd.js +0 -16
  338. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  339. package/dist/createSvgIcon-BkbeLOhM.js +0 -242
  340. package/dist/createTheme-DgoJyWM-.js +0 -2929
  341. package/dist/defaultTheme-CulFxfLR.js +0 -5
  342. package/dist/extendSxProp-BJEIxcAx.js +0 -36
  343. package/dist/generateUtilityClass-BhfUaMgk.js +0 -35
  344. package/dist/generateUtilityClasses-E9gROIFd.js +0 -10
  345. package/dist/iconButtonClasses-BMfIhNTh.js +0 -10
  346. package/dist/identifier-BKLqN993.js +0 -4
  347. package/dist/index-D3G5Rwl-.js +0 -211
  348. package/dist/index-DtGYsHSv.js +0 -94
  349. package/dist/jsx-runtime-tc70JA_2.js +0 -264
  350. package/dist/mergeSlotProps-CuzBQdlp.js +0 -62
  351. package/dist/objectWithoutPropertiesLoose-DiWPeE4c.js +0 -22
  352. package/dist/outlinedInputClasses-DnwW3ujt.js +0 -19
  353. package/dist/resolveProps-BDH0VJjn.js +0 -39
  354. package/dist/styled-8Y5KoVix.js +0 -203
  355. package/dist/svgIconClasses-C6auqaBA.js +0 -10
  356. package/dist/tabClasses-DFvXsFrN.js +0 -10
  357. package/dist/typographyClasses-jmoWZuXc.js +0 -10
  358. package/dist/useControlled-D1L5tREc.js +0 -31
  359. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  360. package/dist/useFormControl-CatNKXAi.js +0 -10
  361. package/dist/useMobilePicker-B-bNHHXB.js +0 -13498
  362. package/dist/useTheme-CWPkv7g3.js +0 -18
  363. package/dist/useThemeProps-XYgXGzjS.js +0 -27
  364. package/dist/utils-D1UMIV0b.js +0 -40
  365. package/dist/warning-Ba-7BBAN.js +0 -135
@@ -1,86 +1,62 @@
1
- import { j as h } from "../jsx-runtime-tc70JA_2.js";
2
- import * as o from "react";
3
- import '../assets/stripe-input.css';const y = {
4
- dark: {
5
- text: "#ffffff",
6
- // rgb(255, 255, 255) - palette.text.primary
7
- textSecondary: "#94a0b8",
8
- // hsl(220, 20%, 65%) - palette.text.secondary
9
- placeholder: "#333b4d99",
10
- // hsl(220, 20%, 35%) - palette.divider
11
- error: "#910808"
12
- // hsl(0, 90%, 30%) - palette.error.main
13
- },
14
- light: {
15
- text: "#202124",
16
- // rgb(32, 33, 36) - palette.text.primary
17
- textSecondary: "#5e6B78",
18
- // hsl(210, 12%, 42%) - palette.text.secondary
19
- placeholder: "#c1c7cde6",
20
- // hsl(210, 9%, 65%) - palette.divider
21
- error: "#f50a1a"
22
- // hsl(356, 92%, 50%) - palette.error.main
23
- }
1
+ import * as e from "react";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ import '../assets/stripe-input.css';//#region lib/s-stripe/stripe-input.tsx
4
+ var n = {
5
+ dark: {
6
+ text: "#ffffff",
7
+ textSecondary: "#94a0b8",
8
+ placeholder: "#333b4d99",
9
+ error: "#910808"
10
+ },
11
+ light: {
12
+ text: "#202124",
13
+ textSecondary: "#5e6B78",
14
+ placeholder: "#c1c7cde6",
15
+ error: "#f50a1a"
16
+ }
24
17
  };
25
- function S() {
26
- return typeof window > "u" ? "dark" : document.documentElement.getAttribute("data-mui-color-scheme") || (window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light");
18
+ function r() {
19
+ return typeof window > "u" ? "dark" : document.documentElement.getAttribute("data-mui-color-scheme") || (window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light");
27
20
  }
28
- function c() {
29
- return y[S()];
21
+ function i() {
22
+ return n[r()];
30
23
  }
31
- function d(e, n) {
32
- return {
33
- base: {
34
- fontFamily: "Outfit, sans-serif",
35
- lineHeight: "1.5",
36
- color: n ? e.textSecondary : e.text,
37
- "::placeholder": {
38
- color: e.placeholder
39
- }
40
- },
41
- invalid: {
42
- color: e.error
43
- }
44
- };
24
+ function a(e, t) {
25
+ return {
26
+ base: {
27
+ fontFamily: "Outfit, sans-serif",
28
+ lineHeight: "1.5",
29
+ color: t ? e.textSecondary : e.text,
30
+ "::placeholder": { color: e.placeholder }
31
+ },
32
+ invalid: { color: e.error }
33
+ };
45
34
  }
46
- const g = o.forwardRef(function(n, l) {
47
- const { component: u, options: m, ...t } = n, [r, f] = o.useState(null);
48
- o.useImperativeHandle(
49
- l,
50
- () => ({
51
- focus: () => r?.focus()
52
- }),
53
- [r]
54
- ), o.useEffect(() => {
55
- if (!r) return;
56
- const b = () => {
57
- const a = c();
58
- r.update({
59
- style: d(a, t.disabled)
60
- });
61
- }, i = new MutationObserver((a) => {
62
- for (const s of a)
63
- if (s.attributeName === "data-mui-color-scheme" || s.attributeName === "class" || s.attributeName === "style") {
64
- requestAnimationFrame(b);
65
- break;
66
- }
67
- });
68
- return i.observe(document.documentElement, { attributes: !0 }), () => i.disconnect();
69
- }, [r, t.disabled]);
70
- const p = c();
71
- return /* @__PURE__ */ h.jsx(
72
- u,
73
- {
74
- onReady: f,
75
- options: {
76
- ...m,
77
- style: d(p, t.disabled),
78
- disabled: t.disabled
79
- },
80
- ...t
81
- }
82
- );
35
+ var o = e.forwardRef(function(n, r) {
36
+ let { component: o, options: s, ...c } = n, [l, u] = e.useState(null);
37
+ e.useImperativeHandle(r, () => ({ focus: () => l?.focus() }), [l]), e.useEffect(() => {
38
+ if (!l) return;
39
+ let e = () => {
40
+ let e = i();
41
+ l.update({ style: a(e, c.disabled) });
42
+ }, t = new MutationObserver((t) => {
43
+ for (let n of t) if (n.attributeName === "data-mui-color-scheme" || n.attributeName === "class" || n.attributeName === "style") {
44
+ requestAnimationFrame(e);
45
+ break;
46
+ }
47
+ });
48
+ return t.observe(document.documentElement, { attributes: !0 }), () => t.disconnect();
49
+ }, [l, c.disabled]);
50
+ let d = i();
51
+ return /* @__PURE__ */ t(o, {
52
+ onReady: u,
53
+ options: {
54
+ ...s,
55
+ style: a(d, c.disabled),
56
+ disabled: c.disabled
57
+ },
58
+ ...c
59
+ });
83
60
  });
84
- export {
85
- g as default
86
- };
61
+ //#endregion
62
+ export { o as default };
@@ -1,4 +1,2 @@
1
1
  import { SSwitch as e } from "./s-switch.js";
2
- export {
3
- e as default
4
- };
2
+ export { e as default };
@@ -1,17 +1,27 @@
1
- import { j as t } from "../jsx-runtime-tc70JA_2.js";
2
- import { forwardRef as a, useId as d } from "react";
3
- import { Stack as c, Typography as n, Switch as l } from "@mui/material";
4
- const m = a(
5
- ({ content: e, ...i }, s) => {
6
- const o = d(), r = i.id ?? o;
7
- return /* @__PURE__ */ t.jsxs(c, { alignItems: "center", direction: "row", display: "flex", justifyContent: "space-between", children: [
8
- e && /* @__PURE__ */ t.jsx("label", { htmlFor: r, children: /* @__PURE__ */ t.jsx(n, { variant: "body2", children: e }) }),
9
- /* @__PURE__ */ t.jsx(l, { ref: s, ...i, id: r })
10
- ] });
11
- }
12
- );
13
- m.displayName = "SSwitch";
14
- export {
15
- m as SSwitch,
16
- m as default
17
- };
1
+ import { forwardRef as e, useId as t } from "react";
2
+ import { jsx as n, jsxs as r } from "react/jsx-runtime";
3
+ import { Stack as i, Switch as a, Typography as o } from "@mui/material";
4
+ //#region lib/s-switch/s-switch.tsx
5
+ var s = e(({ content: e, ...s }, c) => {
6
+ let l = t(), u = s.id ?? l;
7
+ return /* @__PURE__ */ r(i, {
8
+ alignItems: "center",
9
+ direction: "row",
10
+ display: "flex",
11
+ justifyContent: "space-between",
12
+ children: [e && /* @__PURE__ */ n("label", {
13
+ htmlFor: u,
14
+ children: /* @__PURE__ */ n(o, {
15
+ variant: "body2",
16
+ children: e
17
+ })
18
+ }), /* @__PURE__ */ n(a, {
19
+ ref: c,
20
+ ...s,
21
+ id: u
22
+ })]
23
+ });
24
+ });
25
+ s.displayName = "SSwitch";
26
+ //#endregion
27
+ export { s as SSwitch, s as default };
@@ -1,8 +1,4 @@
1
- import { STabs as r } from "./s-tabs.js";
2
- import { default as f } from "./s-tab.js";
3
- import { STabPanel as b } from "./s-tab-panel.js";
4
- export {
5
- f as STab,
6
- b as STabPanel,
7
- r as STabs
8
- };
1
+ import { STabs as e } from "./s-tabs.js";
2
+ import t from "./s-tab.js";
3
+ import { STabPanel as n } from "./s-tab-panel.js";
4
+ export { t as STab, n as STabPanel, e as STabs };
@@ -1,29 +1,23 @@
1
- import { j as d } from "../jsx-runtime-tc70JA_2.js";
2
- import { forwardRef as i } from "react";
3
- import { Box as p } from "@mui/material";
4
- const b = i(
5
- ({ children: o, value: r, index: a, keepMounted: l = !1, sx: t, ...s }, n) => {
6
- const e = r === a;
7
- return e || l ? /* @__PURE__ */ d.jsx(
8
- p,
9
- {
10
- ref: n,
11
- role: "tabpanel",
12
- hidden: !e,
13
- id: `tabpanel-${a}`,
14
- "aria-labelledby": `tab-${a}`,
15
- sx: {
16
- ...t,
17
- display: e ? "block" : "none"
18
- },
19
- ...s,
20
- children: o
21
- }
22
- ) : null;
23
- }
24
- );
25
- b.displayName = "STabPanel";
26
- export {
27
- b as STabPanel,
28
- b as default
29
- };
1
+ import { forwardRef as e } from "react";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ import { Box as n } from "@mui/material";
4
+ //#region lib/s-tabs/s-tab-panel.tsx
5
+ var r = e(({ children: e, value: r, index: i, keepMounted: a = !1, sx: o, ...s }, c) => {
6
+ let l = r === i;
7
+ return l || a ? /* @__PURE__ */ t(n, {
8
+ ref: c,
9
+ role: "tabpanel",
10
+ hidden: !l,
11
+ id: `tabpanel-${i}`,
12
+ "aria-labelledby": `tab-${i}`,
13
+ sx: {
14
+ ...o,
15
+ display: l ? "block" : "none"
16
+ },
17
+ ...s,
18
+ children: e
19
+ }) : null;
20
+ });
21
+ r.displayName = "STabPanel";
22
+ //#endregion
23
+ export { r as STabPanel, r as default };
@@ -1,8 +1,11 @@
1
- import { j as a } from "../jsx-runtime-tc70JA_2.js";
2
- import { forwardRef as t } from "react";
3
- import { Tab as m } from "@mui/material";
4
- const s = t((r, o) => /* @__PURE__ */ a.jsx(m, { ref: o, ...r }));
5
- s.displayName = "STab";
6
- export {
7
- s as default
8
- };
1
+ import { forwardRef as e } from "react";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ import { Tab as n } from "@mui/material";
4
+ //#region lib/s-tabs/s-tab.tsx
5
+ var r = e((e, r) => /* @__PURE__ */ t(n, {
6
+ ref: r,
7
+ ...e
8
+ }));
9
+ r.displayName = "STab";
10
+ //#endregion
11
+ export { r as default };
@@ -1,35 +1,39 @@
1
- import { j as o } from "../jsx-runtime-tc70JA_2.js";
2
- import l, { forwardRef as j } from "react";
3
- import { Tabs as g, Tab as y, Box as p } from "@mui/material";
4
- const C = j(
5
- ({ tabs: r, activeTab: s = 0, onTabChange: c, children: i, tabPanelProps: u, ...a }, m) => {
6
- const [t, d] = l.useState(s);
7
- l.useEffect(() => {
8
- s !== !1 && d(s);
9
- }, [s]);
10
- const x = (e, n) => {
11
- s === !1 && d(n), c?.(e, n);
12
- }, h = a.orientation === "vertical", f = /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
13
- /* @__PURE__ */ o.jsx(g, { ref: m, value: t, onChange: x, ...a, children: r.map((e, n) => /* @__PURE__ */ o.jsx(
14
- y,
15
- {
16
- label: e.label,
17
- value: e.value ?? n,
18
- disabled: e.disabled,
19
- icon: e.icon,
20
- iconPosition: e.iconPosition,
21
- wrapped: e.wrapped,
22
- ...e.tabProps
23
- },
24
- n
25
- )) }),
26
- i && /* @__PURE__ */ o.jsx(p, { role: "tabpanel", padding: 2, ...u, children: l.Children.toArray(i)[r.findIndex((e, n) => (e.value ?? n) === t)] })
27
- ] });
28
- return h ? /* @__PURE__ */ o.jsx(p, { display: "flex", children: f }) : f;
29
- }
30
- );
31
- C.displayName = "STabs";
32
- export {
33
- C as STabs,
34
- C as default
35
- };
1
+ import e, { forwardRef as t } from "react";
2
+ import { Fragment as n, jsx as r, jsxs as i } from "react/jsx-runtime";
3
+ import { Box as a, Tab as o, Tabs as s } from "@mui/material";
4
+ //#region lib/s-tabs/s-tabs.tsx
5
+ var c = t(({ tabs: t, activeTab: c = 0, onTabChange: l, children: u, tabPanelProps: d, ...f }, p) => {
6
+ let [m, h] = e.useState(c);
7
+ e.useEffect(() => {
8
+ c !== !1 && h(c);
9
+ }, [c]);
10
+ let g = (e, t) => {
11
+ c === !1 && h(t), l?.(e, t);
12
+ }, _ = f.orientation === "vertical", v = /* @__PURE__ */ i(n, { children: [/* @__PURE__ */ r(s, {
13
+ ref: p,
14
+ value: m,
15
+ onChange: g,
16
+ ...f,
17
+ children: t.map((e, t) => /* @__PURE__ */ r(o, {
18
+ label: e.label,
19
+ value: e.value ?? t,
20
+ disabled: e.disabled,
21
+ icon: e.icon,
22
+ iconPosition: e.iconPosition,
23
+ wrapped: e.wrapped,
24
+ ...e.tabProps
25
+ }, t))
26
+ }), u && /* @__PURE__ */ r(a, {
27
+ role: "tabpanel",
28
+ padding: 2,
29
+ ...d,
30
+ children: e.Children.toArray(u)[t.findIndex((e, t) => (e.value ?? t) === m)]
31
+ })] });
32
+ return _ ? /* @__PURE__ */ r(a, {
33
+ display: "flex",
34
+ children: v
35
+ }) : v;
36
+ });
37
+ c.displayName = "STabs";
38
+ //#endregion
39
+ export { c as STabs, c as default };
@@ -1,6 +1,4 @@
1
+ import "../createTheme-DuS5_nJb.js";
2
+ import { t as e } from "../s-text-editor-toolbar-BDDttdIt.js";
1
3
  import { STextEditor as t } from "./s-text-editor.js";
2
- import { STextEditorToolbar as x } from "./s-text-editor-toolbar.js";
3
- export {
4
- x as STextEditorToolbar,
5
- t as default
6
- };
4
+ export { e as STextEditorToolbar, t as default };
@@ -1,207 +1,3 @@
1
- import { j as c } from "../jsx-runtime-tc70JA_2.js";
2
- import * as l from "react";
3
- import { c as a } from "../createSvgIcon-BkbeLOhM.js";
4
- import { MenuItem as m } from "@mui/material";
5
- import { STextField as x } from "../s-text-field/s-text-field.js";
6
- import { I as d, S as j, F as k } from "../Select-D2l9rDWL.js";
7
- import { S as f } from "../Stack-Dfjnuorw.js";
8
- import { P as H } from "../Menu-GVFDMHCN.js";
9
- const L = a(/* @__PURE__ */ c.jsx("path", {
10
- d: "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6z"
11
- }), "Code"), b = a(/* @__PURE__ */ c.jsx("path", {
12
- d: "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42M10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"
13
- }), "FormatBold"), C = a(/* @__PURE__ */ c.jsx("path", {
14
- d: "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"
15
- }), "FormatItalic"), I = a(/* @__PURE__ */ c.jsx("path", {
16
- d: "M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5m0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5M7 19h14v-2H7zm0-6h14v-2H7zm0-8v2h14V5z"
17
- }), "FormatListBulleted"), S = a(/* @__PURE__ */ c.jsx("path", {
18
- d: "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2zm1-9h1V4H2v1h1zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2zm5-6v2h14V5zm0 14h14v-2H7zm0-6h14v-2H7z"
19
- }), "FormatListNumbered"), g = a(/* @__PURE__ */ c.jsx("path", {
20
- d: "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5"
21
- }), "Link"), z = a(/* @__PURE__ */ c.jsx("path", {
22
- d: "M6.85 7.08C6.85 4.37 9.45 3 12.24 3c1.64 0 3 .49 3.9 1.28.77.65 1.46 1.73 1.46 3.24h-3.01c0-.31-.05-.59-.15-.85-.29-.86-1.2-1.28-2.25-1.28-1.86 0-2.34 1.02-2.34 1.7 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.21-.34-.54-.89-.54-1.92M21 12v-2H3v2h9.62c1.15.45 1.96.75 1.96 1.97 0 1-.81 1.67-2.28 1.67-1.54 0-2.93-.54-2.93-2.51H6.4c0 .55.08 1.13.24 1.58.81 2.29 3.29 3.3 5.67 3.3 2.27 0 5.3-.89 5.3-4.05 0-.3-.01-1.16-.48-1.94H21z"
23
- }), "StrikethroughS"), N = ({ editor: n }) => {
24
- const [o, e] = l.useState(!1), [p, i] = l.useState(null), [r, h] = l.useState("");
25
- return /* @__PURE__ */ c.jsxs(l.Fragment, { children: [
26
- /* @__PURE__ */ c.jsx(
27
- f,
28
- {
29
- className: "tiptap-toolbar",
30
- spacing: 1,
31
- sx: {
32
- borderBottom: "1px solid",
33
- borderColor: "divider",
34
- p: "8px",
35
- minHeight: "57px"
36
- },
37
- children: n ? /* @__PURE__ */ c.jsxs(f, { direction: "row", spacing: 0.5, sx: { alignItems: "center", flexWrap: "wrap" }, children: [
38
- /* @__PURE__ */ c.jsxs(
39
- j,
40
- {
41
- onChange: (s) => {
42
- const u = s.target.value;
43
- if (u) {
44
- if (u === "p") {
45
- n.chain().focus().setParagraph().run();
46
- return;
47
- }
48
- if (u.startsWith("h")) {
49
- const v = parseInt(u.replace("h", ""));
50
- !isNaN(v) && v >= 1 && v <= 6 && n.chain().focus().setHeading({ level: v }).run();
51
- }
52
- }
53
- },
54
- value: B(n),
55
- children: [
56
- /* @__PURE__ */ c.jsx(m, { disabled: !n.can().chain().focus().setParagraph().run(), value: "p", children: "Paragraph" }),
57
- [1, 2, 3, 4, 5, 6].map((s) => /* @__PURE__ */ c.jsxs(
58
- m,
59
- {
60
- disabled: !n.can().chain().focus().setHeading({ level: s }).run(),
61
- value: `h${s}`,
62
- children: [
63
- "Heading ",
64
- s
65
- ]
66
- },
67
- s
68
- ))
69
- ]
70
- }
71
- ),
72
- /* @__PURE__ */ c.jsx(
73
- t,
74
- {
75
- active: n.isActive("bold"),
76
- disabled: !n.can().chain().focus().toggleBold().run(),
77
- onClick: () => {
78
- n.chain().focus().toggleBold().run();
79
- },
80
- children: /* @__PURE__ */ c.jsx(b, {})
81
- }
82
- ),
83
- /* @__PURE__ */ c.jsx(
84
- t,
85
- {
86
- active: n.isActive("italic"),
87
- disabled: !n.can().chain().focus().toggleItalic().run(),
88
- onClick: () => {
89
- n.chain().focus().toggleItalic().run();
90
- },
91
- children: /* @__PURE__ */ c.jsx(C, {})
92
- }
93
- ),
94
- /* @__PURE__ */ c.jsx(
95
- t,
96
- {
97
- active: n.isActive("strike"),
98
- disabled: !n.can().chain().focus().toggleStrike().run(),
99
- onClick: () => {
100
- n.chain().focus().toggleStrike().run();
101
- },
102
- children: /* @__PURE__ */ c.jsx(z, {})
103
- }
104
- ),
105
- /* @__PURE__ */ c.jsx(
106
- t,
107
- {
108
- active: n.isActive("codeBlock"),
109
- disabled: !n.can().chain().focus().toggleCodeBlock().run(),
110
- onClick: () => {
111
- n.chain().focus().toggleCodeBlock();
112
- },
113
- children: /* @__PURE__ */ c.jsx(L, {})
114
- }
115
- ),
116
- /* @__PURE__ */ c.jsx(
117
- t,
118
- {
119
- active: n.isActive("bulletList"),
120
- disabled: !n.can().chain().focus().toggleBulletList().run(),
121
- onClick: () => {
122
- n.chain().focus().toggleBulletList().run();
123
- },
124
- children: /* @__PURE__ */ c.jsx(I, {})
125
- }
126
- ),
127
- /* @__PURE__ */ c.jsx(
128
- t,
129
- {
130
- active: n.isActive("orderedList"),
131
- disabled: !n.can().chain().focus().toggleOrderedList().run(),
132
- onClick: () => {
133
- n.chain().focus().toggleOrderedList().run();
134
- },
135
- children: /* @__PURE__ */ c.jsx(S, {})
136
- }
137
- ),
138
- /* @__PURE__ */ c.jsx(
139
- t,
140
- {
141
- onClick: (s) => {
142
- h(n.getAttributes("link").href ?? ""), i(s.currentTarget), e(!0);
143
- },
144
- children: /* @__PURE__ */ c.jsx(g, {})
145
- }
146
- ),
147
- /* @__PURE__ */ c.jsx(
148
- t,
149
- {
150
- active: n.isActive("link"),
151
- disabled: !n.can().chain().focus().unsetLink().run(),
152
- onClick: () => {
153
- n.chain().focus().unsetLink().run();
154
- },
155
- children: /* @__PURE__ */ c.jsx(g, {})
156
- }
157
- )
158
- ] }) : null
159
- }
160
- ),
161
- /* @__PURE__ */ c.jsx(
162
- H,
163
- {
164
- anchorEl: p,
165
- anchorOrigin: { horizontal: "left", vertical: "bottom" },
166
- onClose: () => {
167
- e(!1), i(null), h("");
168
- },
169
- open: o,
170
- slotProps: { paper: { sx: { p: 2 } } },
171
- children: /* @__PURE__ */ c.jsx(k, { children: /* @__PURE__ */ c.jsx(
172
- x,
173
- {
174
- name: "url",
175
- label: "URL",
176
- onChange: (s) => {
177
- h(s.target.value);
178
- },
179
- onKeyUp: (s) => {
180
- if (s.key === "Enter") {
181
- if (r === "") {
182
- n?.chain().focus().extendMarkRange("link").unsetLink().run();
183
- return;
184
- }
185
- n?.chain().focus().setLink({ href: r }).run(), e(!1), i(null), h("");
186
- }
187
- },
188
- value: r
189
- }
190
- ) })
191
- }
192
- )
193
- ] });
194
- };
195
- function B(n) {
196
- if (n.isActive("paragraph")) return "p";
197
- const o = [1, 2, 3, 4, 5, 6];
198
- for (const e of o)
199
- if (n.isActive("heading", { level: e })) return `h${e}`;
200
- return "p";
201
- }
202
- const t = l.forwardRef(function({ active: o, children: e, disabled: p, onClick: i }, r) {
203
- return /* @__PURE__ */ c.jsx(d, { color: o ? "primary" : "inherit", disabled: p, onClick: i, ref: r, children: e });
204
- });
205
- export {
206
- N as STextEditorToolbar
207
- };
1
+ import "../createTheme-DuS5_nJb.js";
2
+ import { t as e } from "../s-text-editor-toolbar-BDDttdIt.js";
3
+ export { e as STextEditorToolbar };