@solostylist/ui-kit 1.0.9 → 1.0.10

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 (498) hide show
  1. package/README.md +1 -1
  2. package/dist/{ButtonBase-C9K74oZC.js → ButtonBase-BFsNsbc9.js} +1 -1
  3. package/dist/{Menu-DrTy5vbc.js → Menu-CzI0zcbw.js} +4 -4
  4. package/dist/{MenuItem-CSmlAERi.js → MenuItem-Bl45WcKS.js} +6 -6
  5. package/dist/{Stack-CP2l9Ko9.js → Stack-DIkbVcfm.js} +4 -4
  6. package/dist/{Typography-CgNLUV5h.js → Typography-jSFidXje.js} +24 -24
  7. package/dist/{X-Cw1SQcRJ.js → X-B8GTZwii.js} +3 -3
  8. package/dist/{createSvgIcon-CoYExp5F.js → createSvgIcon-B7_s-URK.js} +15 -15
  9. package/dist/{index-BB439voV.js → index-DljiS4x1.js} +1 -1
  10. package/dist/main.d.ts +45 -49
  11. package/dist/main.js +98 -106
  12. package/dist/{memoTheme-B7hT_l31.js → memoTheme-CaOW5YiB.js} +13 -13
  13. package/dist/s-autocomplete/index.d.ts +1 -0
  14. package/dist/s-autocomplete/index.js +4 -0
  15. package/dist/s-autocomplete/s-autocomplete.d.ts +11 -0
  16. package/dist/s-autocomplete/s-autocomplete.js +26 -0
  17. package/dist/s-avatar/index.d.ts +1 -0
  18. package/dist/s-avatar/index.js +4 -0
  19. package/dist/s-avatar/s-avatar.d.ts +6 -0
  20. package/dist/s-avatar/s-avatar.js +6 -0
  21. package/dist/s-box/index.d.ts +1 -0
  22. package/dist/s-box/index.js +4 -0
  23. package/dist/s-box/s-box.d.ts +7 -0
  24. package/dist/s-box/s-box.js +7 -0
  25. package/dist/s-breadcrumbs-separator/index.d.ts +1 -0
  26. package/dist/s-breadcrumbs-separator/index.js +4 -0
  27. package/dist/s-breadcrumbs-separator/s-breadcrumbs-separator.d.ts +3 -0
  28. package/dist/s-button/index.d.ts +1 -0
  29. package/dist/s-button/index.js +4 -0
  30. package/dist/s-button/s-button.d.ts +6 -0
  31. package/dist/s-button/s-button.js +18 -0
  32. package/dist/s-button-link/index.d.ts +1 -0
  33. package/dist/s-button-link/index.js +4 -0
  34. package/dist/{AppButtonLink/AppButtonLink.d.ts → s-button-link/s-button-link.d.ts} +3 -3
  35. package/dist/s-card/index.d.ts +1 -0
  36. package/dist/s-card/index.js +4 -0
  37. package/dist/s-card/s-card.d.ts +6 -0
  38. package/dist/s-card/s-card.js +6 -0
  39. package/dist/s-card-actions/index.d.ts +1 -0
  40. package/dist/s-card-actions/index.js +4 -0
  41. package/dist/s-card-actions/s-card-actions.d.ts +6 -0
  42. package/dist/{AppCardActions/AppCardActions.js → s-card-actions/s-card-actions.js} +2 -2
  43. package/dist/s-card-content/index.d.ts +1 -0
  44. package/dist/s-card-content/index.js +4 -0
  45. package/dist/s-card-content/s-card-content.d.ts +6 -0
  46. package/dist/{AppCardContent/AppCardContent.js → s-card-content/s-card-content.js} +2 -2
  47. package/dist/s-card-header/index.d.ts +1 -0
  48. package/dist/s-card-header/index.js +4 -0
  49. package/dist/s-card-header/s-card-header.d.ts +6 -0
  50. package/dist/s-card-header/s-card-header.js +6 -0
  51. package/dist/s-checkbox/index.d.ts +1 -0
  52. package/dist/s-checkbox/index.js +4 -0
  53. package/dist/s-checkbox/s-checkbox.d.ts +7 -0
  54. package/dist/{AppCheckbox/AppCheckbox.js → s-checkbox/s-checkbox.js} +2 -2
  55. package/dist/s-chip/index.d.ts +1 -0
  56. package/dist/s-chip/index.js +4 -0
  57. package/dist/s-chip/s-chip.d.ts +6 -0
  58. package/dist/s-chip/s-chip.js +6 -0
  59. package/dist/s-chips/index.d.ts +1 -0
  60. package/dist/s-chips/index.js +4 -0
  61. package/dist/s-chips/s-chips.d.ts +7 -0
  62. package/dist/s-chips/s-chips.js +74 -0
  63. package/dist/s-data-table/index.d.ts +2 -0
  64. package/dist/s-data-table/index.js +4 -0
  65. package/dist/{AppDataTable/AppDataTable.d.ts → s-data-table/s-data-table.d.ts} +4 -4
  66. package/dist/{AppDataTable/AppDataTable.js → s-data-table/s-data-table.js} +26 -26
  67. package/dist/s-dialog/index.d.ts +1 -0
  68. package/dist/s-dialog/index.js +4 -0
  69. package/dist/{AppDialog/AppDialog.d.ts → s-dialog/s-dialog.d.ts} +3 -3
  70. package/dist/{AppDialog/AppDialog.js → s-dialog/s-dialog.js} +4 -4
  71. package/dist/{AppDialogConfirm → s-dialog-confirm}/index.d.ts +2 -2
  72. package/dist/{AppDialogConfirm → s-dialog-confirm}/index.js +1 -1
  73. package/dist/{AppDialogConfirm/AppDialogConfirm.d.ts → s-dialog-confirm/s-dialog-confirm.d.ts} +3 -3
  74. package/dist/{AppDialogConfirm/AppDialogConfirm.js → s-dialog-confirm/s-dialog-confirm.js} +17 -17
  75. package/dist/{AppDialogMessage → s-dialog-message}/index.d.ts +2 -2
  76. package/dist/{AppDialogMessage → s-dialog-message}/index.js +1 -1
  77. package/dist/{AppDialogMessage/AppDialogMessage.d.ts → s-dialog-message/s-dialog-message.d.ts} +3 -3
  78. package/dist/{AppDialogMessage/AppDialogMessage.js → s-dialog-message/s-dialog-message.js} +23 -23
  79. package/dist/s-empty/index.d.ts +1 -0
  80. package/dist/s-empty/index.js +4 -0
  81. package/dist/s-empty/s-empty.d.ts +5 -0
  82. package/dist/{AppEmpty/AppEmpty.js → s-empty/s-empty.js} +2 -2
  83. package/dist/s-error/index.d.ts +1 -0
  84. package/dist/s-error/index.js +4 -0
  85. package/dist/s-error/s-error.d.ts +3 -0
  86. package/dist/s-file-dropzone/index.d.ts +2 -0
  87. package/dist/s-file-dropzone/index.js +4 -0
  88. package/dist/{AppFileDropzone/AppFileDropzone.d.ts → s-file-dropzone/s-file-dropzone.d.ts} +3 -3
  89. package/dist/{AppFileDropzone/AppFileDropzone.js → s-file-dropzone/s-file-dropzone.js} +26 -26
  90. package/dist/s-file-icon/index.d.ts +1 -0
  91. package/dist/s-file-icon/index.js +4 -0
  92. package/dist/s-file-icon/s-file-icon.d.ts +6 -0
  93. package/dist/{AppFileIcon/AppFileIcon.js → s-file-icon/s-file-icon.js} +2 -2
  94. package/dist/s-form/index.d.ts +1 -0
  95. package/dist/s-form/index.js +4 -0
  96. package/dist/s-i18n-provider/index.d.ts +1 -0
  97. package/dist/s-i18n-provider/index.js +4 -0
  98. package/dist/s-i18n-provider/s-i18n-provider.d.ts +7 -0
  99. package/dist/{AppI18nProvider/AppI18nProvider.js → s-i18n-provider/s-i18n-provider.js} +7 -7
  100. package/dist/s-icon-button/index.d.ts +1 -0
  101. package/dist/s-icon-button/index.js +4 -0
  102. package/dist/s-icon-button/s-icon-button.d.ts +8 -0
  103. package/dist/s-icon-button/s-icon-button.js +6 -0
  104. package/dist/s-image-gallery/index.d.ts +1 -0
  105. package/dist/s-image-gallery/index.js +4 -0
  106. package/dist/s-image-gallery/s-image-gallery.d.ts +6 -0
  107. package/dist/{AppGallery/AppGallery.js → s-image-gallery/s-image-gallery.js} +21 -21
  108. package/dist/s-label/index.d.ts +1 -0
  109. package/dist/s-label/index.js +4 -0
  110. package/dist/{AppLabel/AppLabel.d.ts → s-label/s-label.d.ts} +4 -4
  111. package/dist/s-link/index.d.ts +1 -0
  112. package/dist/s-link/index.js +4 -0
  113. package/dist/s-link/s-link.d.ts +6 -0
  114. package/dist/s-link/s-link.js +6 -0
  115. package/dist/s-menu-item/index.d.ts +1 -0
  116. package/dist/s-menu-item/index.js +4 -0
  117. package/dist/{AppOption/AppOption.d.ts → s-menu-item/s-menu-item.d.ts} +3 -3
  118. package/dist/s-menu-item/s-menu-item.js +6 -0
  119. package/dist/s-multi-select/index.d.ts +1 -0
  120. package/dist/s-multi-select/index.js +4 -0
  121. package/dist/s-multi-select/s-multi-select.d.ts +12 -0
  122. package/dist/{AppMultiSelect/AppMultiSelect.js → s-multi-select/s-multi-select.js} +14 -19
  123. package/dist/s-no-ssr/index.d.ts +1 -0
  124. package/dist/s-no-ssr/index.js +4 -0
  125. package/dist/s-no-ssr/s-no-ssr.d.ts +8 -0
  126. package/dist/s-pagination/index.d.ts +1 -0
  127. package/dist/s-pagination/index.js +4 -0
  128. package/dist/s-pagination/s-pagination.d.ts +7 -0
  129. package/dist/{AppPagination/AppPagination.js → s-pagination/s-pagination.js} +1 -1
  130. package/dist/s-rating/index.d.ts +1 -0
  131. package/dist/s-rating/index.js +4 -0
  132. package/dist/s-rating/s-rating.d.ts +7 -0
  133. package/dist/s-rating/s-rating.js +6 -0
  134. package/dist/s-select/index.d.ts +1 -0
  135. package/dist/s-select/index.js +4 -0
  136. package/dist/{AppSelect/AppSelect.d.ts → s-select/s-select.d.ts} +4 -3
  137. package/dist/s-select/s-select.js +55 -0
  138. package/dist/s-skeleton/index.d.ts +1 -0
  139. package/dist/s-skeleton/index.js +4 -0
  140. package/dist/{AppSkeleton/AppSkeleton.d.ts → s-skeleton/s-skeleton.d.ts} +3 -3
  141. package/dist/{AppSnackbarMessage → s-snackbar-message}/index.d.ts +2 -2
  142. package/dist/{AppSnackbarMessage → s-snackbar-message}/index.js +1 -1
  143. package/dist/{AppSnackbarMessage/AppSnackbarMessage.d.ts → s-snackbar-message/s-snackbar-message.d.ts} +3 -3
  144. package/dist/{AppSnackbarMessage/AppSnackbarMessage.js → s-snackbar-message/s-snackbar-message.js} +14 -14
  145. package/dist/s-stack/index.d.ts +1 -0
  146. package/dist/s-stack/index.js +4 -0
  147. package/dist/s-stack/s-stack.d.ts +6 -0
  148. package/dist/s-stack/s-stack.js +6 -0
  149. package/dist/s-text-editor/index.d.ts +1 -0
  150. package/dist/s-text-editor/index.js +4 -0
  151. package/dist/s-text-editor/s-text-editor-toolbar.d.ts +6 -0
  152. package/dist/{AppTextEditor/TextEditorToolbar.js → s-text-editor/s-text-editor-toolbar.js} +9 -9
  153. package/dist/{AppTextEditor/AppTextEditor.d.ts → s-text-editor/s-text-editor.d.ts} +3 -3
  154. package/dist/{AppTextEditor/AppTextEditor.js → s-text-editor/s-text-editor.js} +10 -10
  155. package/dist/s-text-field/index.d.ts +1 -0
  156. package/dist/s-text-field/index.js +4 -0
  157. package/dist/{STextField/STextField.js → s-text-field/s-text-field.js} +1 -1
  158. package/dist/s-text-truncation/index.d.ts +1 -0
  159. package/dist/s-text-truncation/index.js +4 -0
  160. package/dist/s-text-truncation/s-text-truncation.d.ts +6 -0
  161. package/dist/{AppTextTruncation/AppTextTruncation.js → s-text-truncation/s-text-truncation.js} +1 -1
  162. package/dist/s-theme-provider/index.d.ts +1 -0
  163. package/dist/s-theme-provider/index.js +4 -0
  164. package/dist/s-theme-provider/s-theme-provider.js +37 -0
  165. package/dist/s-tip/index.d.ts +1 -0
  166. package/dist/s-tip/index.js +4 -0
  167. package/dist/s-tip/s-tip.d.ts +6 -0
  168. package/dist/s-tip/s-tip.js +31 -0
  169. package/dist/{styles/theme → theme}/components/autocomplete.js +2 -2
  170. package/dist/{styles/theme → theme}/components/backdrop.js +1 -1
  171. package/dist/{styles/theme → theme}/components/button.js +1 -1
  172. package/dist/{styles/theme → theme}/components/card-header.js +1 -1
  173. package/dist/{styles/theme → theme}/components/card.js +1 -1
  174. package/dist/{styles/theme → theme}/components/checkbox.js +1 -1
  175. package/dist/{styles/theme → theme}/components/chip.js +12 -12
  176. package/dist/{styles/theme → theme}/components/components.d.ts +8 -27
  177. package/dist/theme/components/components.js +111 -0
  178. package/dist/{styles/theme → theme}/components/filled-input.js +1 -1
  179. package/dist/{styles/theme → theme}/components/input.js +1 -1
  180. package/dist/{styles/theme → theme}/components/menu-item.js +1 -1
  181. package/dist/{styles/theme → theme}/components/outlined-input.js +2 -2
  182. package/dist/{styles/theme → theme}/components/radio.js +1 -1
  183. package/dist/{styles/theme → theme}/components/select.js +2 -2
  184. package/dist/{styles/theme → theme}/components/table-head.js +1 -1
  185. package/dist/{styles/theme → theme}/components/table-pagination.js +4 -4
  186. package/dist/{styles/theme → theme}/components/tabs.js +2 -2
  187. package/dist/theme/customizations/components/avatar.d.ts +5 -0
  188. package/dist/{User-X5-swnIn.js → theme/customizations/components/avatar.js} +14 -10
  189. package/dist/theme/customizations/components/components.d.ts +7 -0
  190. package/dist/theme/customizations/components/components.js +7 -0
  191. package/dist/{styles/theme → theme}/customizations/data-display.js +6 -6
  192. package/dist/{styles/theme → theme}/customizations/feedback.js +1 -1
  193. package/dist/{styles/theme → theme}/customizations/inputs.js +6 -6
  194. package/dist/{styles/theme → theme}/customizations/navigation.js +7 -7
  195. package/dist/{styles/theme → theme}/customizations/surfaces.js +1 -1
  196. package/dist/{styles/theme → theme}/theme-primitives.js +51 -51
  197. package/dist/{useControlled-QI8qSFYJ.js → useControlled-Bvu9pDu8.js} +7 -7
  198. package/dist/{useSlot-CX_V7IfD.js → useSlot-CtsS_jy6.js} +1 -1
  199. package/package.json +1 -4
  200. package/dist/AppAutocomplete/AppAutocomplete.d.ts +0 -10
  201. package/dist/AppAutocomplete/AppAutocomplete.js +0 -19
  202. package/dist/AppAutocomplete/index.d.ts +0 -1
  203. package/dist/AppAutocomplete/index.js +0 -4
  204. package/dist/AppAvatar/AppAvatar.d.ts +0 -7
  205. package/dist/AppAvatar/AppAvatar.js +0 -13
  206. package/dist/AppAvatar/index.d.ts +0 -1
  207. package/dist/AppAvatar/index.js +0 -4
  208. package/dist/AppBox/AppBox.d.ts +0 -7
  209. package/dist/AppBox/AppBox.js +0 -7
  210. package/dist/AppBox/index.d.ts +0 -1
  211. package/dist/AppBox/index.js +0 -4
  212. package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.d.ts +0 -3
  213. package/dist/AppBreadcrumbsSeparator/index.d.ts +0 -1
  214. package/dist/AppBreadcrumbsSeparator/index.js +0 -4
  215. package/dist/AppButton/AppButton.d.ts +0 -9
  216. package/dist/AppButton/AppButton.js +0 -44
  217. package/dist/AppButton/index.d.ts +0 -1
  218. package/dist/AppButton/index.js +0 -4
  219. package/dist/AppButtonLink/index.d.ts +0 -1
  220. package/dist/AppButtonLink/index.js +0 -4
  221. package/dist/AppCard/AppCard.d.ts +0 -6
  222. package/dist/AppCard/AppCard.js +0 -6
  223. package/dist/AppCard/index.d.ts +0 -1
  224. package/dist/AppCard/index.js +0 -4
  225. package/dist/AppCardActions/AppCardActions.d.ts +0 -6
  226. package/dist/AppCardActions/index.d.ts +0 -1
  227. package/dist/AppCardActions/index.js +0 -4
  228. package/dist/AppCardContent/AppCardContent.d.ts +0 -6
  229. package/dist/AppCardContent/index.d.ts +0 -1
  230. package/dist/AppCardContent/index.js +0 -4
  231. package/dist/AppCardHeader/AppCardHeader.d.ts +0 -10
  232. package/dist/AppCardHeader/AppCardHeader.js +0 -13
  233. package/dist/AppCardHeader/index.d.ts +0 -1
  234. package/dist/AppCardHeader/index.js +0 -4
  235. package/dist/AppCheckbox/AppCheckbox.d.ts +0 -7
  236. package/dist/AppCheckbox/index.d.ts +0 -1
  237. package/dist/AppCheckbox/index.js +0 -4
  238. package/dist/AppChip/AppChip.d.ts +0 -6
  239. package/dist/AppChip/AppChip.js +0 -6
  240. package/dist/AppChip/index.d.ts +0 -1
  241. package/dist/AppChip/index.js +0 -4
  242. package/dist/AppChips/AppChips.d.ts +0 -7
  243. package/dist/AppChips/AppChips.js +0 -72
  244. package/dist/AppChips/index.d.ts +0 -1
  245. package/dist/AppChips/index.js +0 -4
  246. package/dist/AppDataTable/index.d.ts +0 -2
  247. package/dist/AppDataTable/index.js +0 -4
  248. package/dist/AppDialog/index.d.ts +0 -1
  249. package/dist/AppDialog/index.js +0 -4
  250. package/dist/AppEmpty/AppEmpty.d.ts +0 -5
  251. package/dist/AppEmpty/index.d.ts +0 -1
  252. package/dist/AppEmpty/index.js +0 -4
  253. package/dist/AppError/AppError.d.ts +0 -3
  254. package/dist/AppError/index.d.ts +0 -1
  255. package/dist/AppError/index.js +0 -4
  256. package/dist/AppFileDropzone/index.d.ts +0 -2
  257. package/dist/AppFileDropzone/index.js +0 -4
  258. package/dist/AppFileIcon/AppFileIcon.d.ts +0 -6
  259. package/dist/AppFileIcon/index.d.ts +0 -1
  260. package/dist/AppFileIcon/index.js +0 -4
  261. package/dist/AppFormControl/AppFormControl.d.ts +0 -8
  262. package/dist/AppFormControl/AppFormControl.js +0 -10
  263. package/dist/AppFormControl/index.d.ts +0 -1
  264. package/dist/AppFormControl/index.js +0 -4
  265. package/dist/AppGallery/AppGallery.d.ts +0 -6
  266. package/dist/AppGallery/index.d.ts +0 -1
  267. package/dist/AppGallery/index.js +0 -4
  268. package/dist/AppI18nProvider/AppI18nProvider.d.ts +0 -7
  269. package/dist/AppI18nProvider/index.d.ts +0 -1
  270. package/dist/AppI18nProvider/index.js +0 -4
  271. package/dist/AppIconButton/AppIconButton.d.ts +0 -8
  272. package/dist/AppIconButton/AppIconButton.js +0 -6
  273. package/dist/AppIconButton/index.d.ts +0 -1
  274. package/dist/AppIconButton/index.js +0 -4
  275. package/dist/AppIcons/AppIcons.d.ts +0 -3
  276. package/dist/AppIcons/AppIcons.js +0 -1081
  277. package/dist/AppIcons/index.d.ts +0 -1
  278. package/dist/AppIcons/index.js +0 -4
  279. package/dist/AppLabel/index.d.ts +0 -1
  280. package/dist/AppLabel/index.js +0 -4
  281. package/dist/AppLink/AppLink.d.ts +0 -6
  282. package/dist/AppLink/AppLink.js +0 -6
  283. package/dist/AppLink/index.d.ts +0 -1
  284. package/dist/AppLink/index.js +0 -4
  285. package/dist/AppMultiSelect/AppMultiSelect.d.ts +0 -12
  286. package/dist/AppMultiSelect/index.d.ts +0 -1
  287. package/dist/AppMultiSelect/index.js +0 -4
  288. package/dist/AppNoData/AppNoData.d.ts +0 -5
  289. package/dist/AppNoData/AppNoData.js +0 -6
  290. package/dist/AppNoData/index.d.ts +0 -1
  291. package/dist/AppNoData/index.js +0 -4
  292. package/dist/AppNoSsr/AppNoSsr.d.ts +0 -8
  293. package/dist/AppNoSsr/index.d.ts +0 -1
  294. package/dist/AppNoSsr/index.js +0 -4
  295. package/dist/AppOption/AppOption.js +0 -6
  296. package/dist/AppOption/index.d.ts +0 -1
  297. package/dist/AppOption/index.js +0 -4
  298. package/dist/AppPagination/AppPagination.d.ts +0 -7
  299. package/dist/AppPagination/index.d.ts +0 -1
  300. package/dist/AppPagination/index.js +0 -4
  301. package/dist/AppRating/AppRating.d.ts +0 -7
  302. package/dist/AppRating/AppRating.js +0 -6
  303. package/dist/AppRating/index.d.ts +0 -1
  304. package/dist/AppRating/index.js +0 -4
  305. package/dist/AppSelect/AppSelect.js +0 -82
  306. package/dist/AppSelect/index.d.ts +0 -1
  307. package/dist/AppSelect/index.js +0 -4
  308. package/dist/AppSkeleton/index.d.ts +0 -1
  309. package/dist/AppSkeleton/index.js +0 -4
  310. package/dist/AppStack/AppStack.d.ts +0 -6
  311. package/dist/AppStack/AppStack.js +0 -6
  312. package/dist/AppStack/index.d.ts +0 -1
  313. package/dist/AppStack/index.js +0 -4
  314. package/dist/AppTextEditor/TextEditorToolbar.d.ts +0 -6
  315. package/dist/AppTextEditor/index.d.ts +0 -1
  316. package/dist/AppTextEditor/index.js +0 -4
  317. package/dist/AppTextTruncation/AppTextTruncation.d.ts +0 -6
  318. package/dist/AppTextTruncation/index.d.ts +0 -1
  319. package/dist/AppTextTruncation/index.js +0 -4
  320. package/dist/AppTip/AppTip.d.ts +0 -6
  321. package/dist/AppTip/AppTip.js +0 -28
  322. package/dist/AppTip/index.d.ts +0 -1
  323. package/dist/AppTip/index.js +0 -4
  324. package/dist/Lightbulb-BLT-jnYA.js +0 -47
  325. package/dist/SForm/index.d.ts +0 -1
  326. package/dist/SForm/index.js +0 -4
  327. package/dist/SForm/package.json +0 -5
  328. package/dist/STextField/index.d.ts +0 -1
  329. package/dist/STextField/index.js +0 -4
  330. package/dist/STextField/package.json +0 -5
  331. package/dist/SThemeProvider/SThemeProvider.js +0 -35
  332. package/dist/SThemeProvider/index.d.ts +0 -1
  333. package/dist/SThemeProvider/index.js +0 -4
  334. package/dist/SThemeProvider/package.json +0 -5
  335. package/dist/styles/theme/color-schemes.d.ts +0 -7
  336. package/dist/styles/theme/color-schemes.js +0 -147
  337. package/dist/styles/theme/colors.d.ts +0 -92
  338. package/dist/styles/theme/colors.js +0 -94
  339. package/dist/styles/theme/components/avatar.d.ts +0 -18
  340. package/dist/styles/theme/components/avatar.js +0 -21
  341. package/dist/styles/theme/components/components.js +0 -113
  342. package/dist/styles/theme/create-theme.d.ts +0 -8
  343. package/dist/styles/theme/create-theme.js +0 -22
  344. package/dist/styles/theme/index.d.ts +0 -1
  345. package/dist/styles/theme/index.js +0 -4
  346. package/dist/styles/theme/shadows.d.ts +0 -3
  347. package/dist/styles/theme/shadows.js +0 -59
  348. package/dist/styles/theme/typography.d.ts +0 -68
  349. package/dist/styles/theme/typography.js +0 -31
  350. /package/dist/assets/{AppGallery.css → s-image-gallery.css} +0 -0
  351. /package/dist/assets/{AppTextTruncation.css → s-text-truncation.css} +0 -0
  352. /package/dist/{AppAutocomplete → s-autocomplete}/package.json +0 -0
  353. /package/dist/{AppAvatar → s-avatar}/package.json +0 -0
  354. /package/dist/{AppBox → s-box}/package.json +0 -0
  355. /package/dist/{AppBreadcrumbsSeparator → s-breadcrumbs-separator}/package.json +0 -0
  356. /package/dist/{AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js → s-breadcrumbs-separator/s-breadcrumbs-separator.js} +0 -0
  357. /package/dist/{AppButtonLink → s-button}/package.json +0 -0
  358. /package/dist/{AppButton → s-button-link}/package.json +0 -0
  359. /package/dist/{AppButtonLink/AppButtonLink.js → s-button-link/s-button-link.js} +0 -0
  360. /package/dist/{AppCardHeader → s-card}/package.json +0 -0
  361. /package/dist/{AppCard → s-card-actions}/package.json +0 -0
  362. /package/dist/{AppCardActions → s-card-content}/package.json +0 -0
  363. /package/dist/{AppCardContent → s-card-header}/package.json +0 -0
  364. /package/dist/{AppCheckbox → s-checkbox}/package.json +0 -0
  365. /package/dist/{AppChip → s-chip}/package.json +0 -0
  366. /package/dist/{AppChips → s-chips}/package.json +0 -0
  367. /package/dist/{AppDataTable → s-data-table}/package.json +0 -0
  368. /package/dist/{AppDialogMessage → s-dialog}/package.json +0 -0
  369. /package/dist/{AppDialog → s-dialog-confirm}/package.json +0 -0
  370. /package/dist/{AppDialogConfirm → s-dialog-message}/package.json +0 -0
  371. /package/dist/{AppEmpty → s-empty}/package.json +0 -0
  372. /package/dist/{AppError → s-error}/package.json +0 -0
  373. /package/dist/{AppError/AppError.js → s-error/s-error.js} +0 -0
  374. /package/dist/{AppFileDropzone → s-file-dropzone}/package.json +0 -0
  375. /package/dist/{AppFileIcon → s-file-icon}/package.json +0 -0
  376. /package/dist/{AppFormControl → s-form}/package.json +0 -0
  377. /package/dist/{SForm/SForm.d.ts → s-form/s-form.d.ts} +0 -0
  378. /package/dist/{SForm/SForm.js → s-form/s-form.js} +0 -0
  379. /package/dist/{AppGallery → s-i18n-provider}/package.json +0 -0
  380. /package/dist/{AppI18nProvider → s-icon-button}/package.json +0 -0
  381. /package/dist/{AppIconButton → s-image-gallery}/package.json +0 -0
  382. /package/dist/{AppIcons → s-label}/package.json +0 -0
  383. /package/dist/{AppLabel/AppLabel.js → s-label/s-label.js} +0 -0
  384. /package/dist/{AppLabel → s-link}/package.json +0 -0
  385. /package/dist/{AppLink → s-menu-item}/package.json +0 -0
  386. /package/dist/{AppMultiSelect → s-multi-select}/package.json +0 -0
  387. /package/dist/{AppNoData → s-no-ssr}/package.json +0 -0
  388. /package/dist/{AppNoSsr/AppNoSsr.js → s-no-ssr/s-no-ssr.js} +0 -0
  389. /package/dist/{AppNoSsr → s-pagination}/package.json +0 -0
  390. /package/dist/{AppOption → s-rating}/package.json +0 -0
  391. /package/dist/{AppPagination → s-select}/package.json +0 -0
  392. /package/dist/{AppRating → s-skeleton}/package.json +0 -0
  393. /package/dist/{AppSkeleton/AppSkeleton.js → s-skeleton/s-skeleton.js} +0 -0
  394. /package/dist/{AppSelect → s-snackbar-message}/package.json +0 -0
  395. /package/dist/{AppSkeleton → s-stack}/package.json +0 -0
  396. /package/dist/{AppSnackbarMessage → s-text-editor}/package.json +0 -0
  397. /package/dist/{AppStack → s-text-field}/package.json +0 -0
  398. /package/dist/{STextField/STextField.d.ts → s-text-field/s-text-field.d.ts} +0 -0
  399. /package/dist/{AppTextEditor → s-text-truncation}/package.json +0 -0
  400. /package/dist/{AppTextTruncation → s-theme-provider}/package.json +0 -0
  401. /package/dist/{SThemeProvider/SThemeProvider.d.ts → s-theme-provider/s-theme-provider.d.ts} +0 -0
  402. /package/dist/{AppTip → s-tip}/package.json +0 -0
  403. /package/dist/{styles/theme → theme}/components/accordion.d.ts +0 -0
  404. /package/dist/{styles/theme → theme}/components/accordion.js +0 -0
  405. /package/dist/{styles/theme → theme}/components/alert.d.ts +0 -0
  406. /package/dist/{styles/theme → theme}/components/alert.js +0 -0
  407. /package/dist/{styles/theme → theme}/components/autocomplete.d.ts +0 -0
  408. /package/dist/{styles/theme → theme}/components/backdrop.d.ts +0 -0
  409. /package/dist/{styles/theme → theme}/components/button-base.d.ts +0 -0
  410. /package/dist/{styles/theme → theme}/components/button-base.js +0 -0
  411. /package/dist/{styles/theme → theme}/components/button-group.d.ts +0 -0
  412. /package/dist/{styles/theme → theme}/components/button-group.js +0 -0
  413. /package/dist/{styles/theme → theme}/components/button.d.ts +0 -0
  414. /package/dist/{styles/theme → theme}/components/card-actions.d.ts +0 -0
  415. /package/dist/{styles/theme → theme}/components/card-actions.js +0 -0
  416. /package/dist/{styles/theme → theme}/components/card-content.d.ts +0 -0
  417. /package/dist/{styles/theme → theme}/components/card-content.js +0 -0
  418. /package/dist/{styles/theme → theme}/components/card-header.d.ts +0 -0
  419. /package/dist/{styles/theme → theme}/components/card.d.ts +0 -0
  420. /package/dist/{styles/theme → theme}/components/checkbox.d.ts +0 -0
  421. /package/dist/{styles/theme → theme}/components/chip.d.ts +0 -0
  422. /package/dist/{styles/theme → theme}/components/dialog-actions.d.ts +0 -0
  423. /package/dist/{styles/theme → theme}/components/dialog-actions.js +0 -0
  424. /package/dist/{styles/theme → theme}/components/dialog-content-text.d.ts +0 -0
  425. /package/dist/{styles/theme → theme}/components/dialog-content-text.js +0 -0
  426. /package/dist/{styles/theme → theme}/components/dialog-content.d.ts +0 -0
  427. /package/dist/{styles/theme → theme}/components/dialog-content.js +0 -0
  428. /package/dist/{styles/theme → theme}/components/dialog-title.d.ts +0 -0
  429. /package/dist/{styles/theme → theme}/components/dialog-title.js +0 -0
  430. /package/dist/{styles/theme → theme}/components/filled-input.d.ts +0 -0
  431. /package/dist/{styles/theme → theme}/components/form-control-label.d.ts +0 -0
  432. /package/dist/{styles/theme → theme}/components/form-control-label.js +0 -0
  433. /package/dist/{styles/theme → theme}/components/form-group.d.ts +0 -0
  434. /package/dist/{styles/theme → theme}/components/form-group.js +0 -0
  435. /package/dist/{styles/theme → theme}/components/form-helper-text.d.ts +0 -0
  436. /package/dist/{styles/theme → theme}/components/form-helper-text.js +0 -0
  437. /package/dist/{styles/theme → theme}/components/form-label.d.ts +0 -0
  438. /package/dist/{styles/theme → theme}/components/form-label.js +0 -0
  439. /package/dist/{styles/theme → theme}/components/icon-button.d.ts +0 -0
  440. /package/dist/{styles/theme → theme}/components/icon-button.js +0 -0
  441. /package/dist/{styles/theme → theme}/components/input-base.d.ts +0 -0
  442. /package/dist/{styles/theme → theme}/components/input-base.js +0 -0
  443. /package/dist/{styles/theme → theme}/components/input-label.d.ts +0 -0
  444. /package/dist/{styles/theme → theme}/components/input-label.js +0 -0
  445. /package/dist/{styles/theme → theme}/components/input.d.ts +0 -0
  446. /package/dist/{styles/theme → theme}/components/linear-progress.d.ts +0 -0
  447. /package/dist/{styles/theme → theme}/components/linear-progress.js +0 -0
  448. /package/dist/{styles/theme → theme}/components/link.d.ts +0 -0
  449. /package/dist/{styles/theme → theme}/components/link.js +0 -0
  450. /package/dist/{styles/theme → theme}/components/list-item-avatar.d.ts +0 -0
  451. /package/dist/{styles/theme → theme}/components/list-item-avatar.js +0 -0
  452. /package/dist/{styles/theme → theme}/components/list-item-button.d.ts +0 -0
  453. /package/dist/{styles/theme → theme}/components/list-item-button.js +0 -0
  454. /package/dist/{styles/theme → theme}/components/list-item-icon.d.ts +0 -0
  455. /package/dist/{styles/theme → theme}/components/list-item-icon.js +0 -0
  456. /package/dist/{styles/theme → theme}/components/list-item-text.d.ts +0 -0
  457. /package/dist/{styles/theme → theme}/components/list-item-text.js +0 -0
  458. /package/dist/{styles/theme → theme}/components/list-item.d.ts +0 -0
  459. /package/dist/{styles/theme → theme}/components/list-item.js +0 -0
  460. /package/dist/{styles/theme → theme}/components/list.d.ts +0 -0
  461. /package/dist/{styles/theme → theme}/components/list.js +0 -0
  462. /package/dist/{styles/theme → theme}/components/menu-item.d.ts +0 -0
  463. /package/dist/{styles/theme → theme}/components/menu.d.ts +0 -0
  464. /package/dist/{styles/theme → theme}/components/menu.js +0 -0
  465. /package/dist/{styles/theme → theme}/components/outlined-input.d.ts +0 -0
  466. /package/dist/{styles/theme → theme}/components/paper.d.ts +0 -0
  467. /package/dist/{styles/theme → theme}/components/paper.js +0 -0
  468. /package/dist/{styles/theme → theme}/components/popover.d.ts +0 -0
  469. /package/dist/{styles/theme → theme}/components/popover.js +0 -0
  470. /package/dist/{styles/theme → theme}/components/radio.d.ts +0 -0
  471. /package/dist/{styles/theme → theme}/components/select.d.ts +0 -0
  472. /package/dist/{styles/theme → theme}/components/skeleton.d.ts +0 -0
  473. /package/dist/{styles/theme → theme}/components/skeleton.js +0 -0
  474. /package/dist/{styles/theme → theme}/components/stack.d.ts +0 -0
  475. /package/dist/{styles/theme → theme}/components/stack.js +0 -0
  476. /package/dist/{styles/theme → theme}/components/switch.d.ts +0 -0
  477. /package/dist/{styles/theme → theme}/components/switch.js +0 -0
  478. /package/dist/{styles/theme → theme}/components/tab.d.ts +0 -0
  479. /package/dist/{styles/theme → theme}/components/tab.js +0 -0
  480. /package/dist/{styles/theme → theme}/components/table-body.d.ts +0 -0
  481. /package/dist/{styles/theme → theme}/components/table-body.js +0 -0
  482. /package/dist/{styles/theme → theme}/components/table-cell.d.ts +0 -0
  483. /package/dist/{styles/theme → theme}/components/table-cell.js +0 -0
  484. /package/dist/{styles/theme → theme}/components/table-head.d.ts +0 -0
  485. /package/dist/{styles/theme → theme}/components/table-pagination.d.ts +0 -0
  486. /package/dist/{styles/theme → theme}/components/tabs.d.ts +0 -0
  487. /package/dist/{styles/theme → theme}/components/toggle-button-group.d.ts +0 -0
  488. /package/dist/{styles/theme → theme}/components/toggle-button-group.js +0 -0
  489. /package/dist/{styles/theme → theme}/components/toggle-button.d.ts +0 -0
  490. /package/dist/{styles/theme → theme}/components/toggle-button.js +0 -0
  491. /package/dist/{styles/theme → theme}/components/tooltip.d.ts +0 -0
  492. /package/dist/{styles/theme → theme}/components/tooltip.js +0 -0
  493. /package/dist/{styles/theme → theme}/customizations/data-display.d.ts +0 -0
  494. /package/dist/{styles/theme → theme}/customizations/feedback.d.ts +0 -0
  495. /package/dist/{styles/theme → theme}/customizations/inputs.d.ts +0 -0
  496. /package/dist/{styles/theme → theme}/customizations/navigation.d.ts +0 -0
  497. /package/dist/{styles/theme → theme}/customizations/surfaces.d.ts +0 -0
  498. /package/dist/{styles/theme → theme}/theme-primitives.d.ts +0 -0
@@ -4,7 +4,7 @@ export type CustomFile = File | FileWithPath | {
4
4
  name: string;
5
5
  size: number;
6
6
  };
7
- interface AppFileDropzoneProps extends DropzoneOptions {
7
+ interface SFileDropzoneProps extends DropzoneOptions {
8
8
  caption?: string;
9
9
  files?: CustomFile[];
10
10
  onRemove?: (file: CustomFile) => void;
@@ -16,5 +16,5 @@ interface AppFileDropzoneProps extends DropzoneOptions {
16
16
  required?: boolean;
17
17
  isShowBtnRemoveAll?: boolean;
18
18
  }
19
- declare const AppFileDropzone: ({ caption, label, error, onRemoveAll, onUpload, onRemove, required, disabledUpload, isShowBtnRemoveAll, ...props }: AppFileDropzoneProps) => React.JSX.Element;
20
- export default AppFileDropzone;
19
+ declare const SFileDropzone: ({ caption, label, error, onRemoveAll, onUpload, onRemove, required, disabledUpload, isShowBtnRemoveAll, ...props }: SFileDropzoneProps) => React.JSX.Element;
20
+ export default SFileDropzone;
@@ -1,17 +1,17 @@
1
1
  import { j as e } from "../jsx-runtime-C5mzlN2N.js";
2
2
  import { Tooltip as E, IconButton as w } from "@mui/material";
3
- import t, { forwardRef as M } from "react";
4
- import { E as Z } from "../SSRBase-BSdFRe_j.js";
5
- import { S as V } from "../X-Cw1SQcRJ.js";
6
- import { useDropzone as z } from "react-dropzone";
7
- import F from "../AppAvatar/AppAvatar.js";
8
- import I from "../AppButton/AppButton.js";
9
- import O from "../AppFileIcon/AppFileIcon.js";
10
- import S from "../AppFormControl/AppFormControl.js";
3
+ import t, { forwardRef as S } from "react";
4
+ import { E as M } from "../SSRBase-BSdFRe_j.js";
5
+ import { S as Z } from "../X-B8GTZwii.js";
6
+ import { useDropzone as V } from "react-dropzone";
7
+ import z from "../s-avatar/s-avatar.js";
8
+ import F from "../s-button/s-button.js";
9
+ import I from "../s-file-icon/s-file-icon.js";
10
+ import O from "../s-form/s-form.js";
11
11
  import { bytesToSize as C } from "../utils/bytes-to-size.js";
12
- import { S as n } from "../Stack-CP2l9Ko9.js";
12
+ import { S as n } from "../Stack-DIkbVcfm.js";
13
13
  import { B as u } from "../Box-DyPisl7H.js";
14
- import { T as i } from "../Typography-CgNLUV5h.js";
14
+ import { T as i } from "../Typography-jSFidXje.js";
15
15
  const H = /* @__PURE__ */ new Map([
16
16
  [
17
17
  "bold",
@@ -44,15 +44,15 @@ const H = /* @__PURE__ */ new Map([
44
44
  /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M186.83,162.83a4,4,0,0,1-5.66,0L156,137.66V208a4,4,0,0,1-8,0V137.66l-25.17,25.17a4,4,0,0,1-5.66-5.66l32-32a4,4,0,0,1,5.66,0l32,32A4,4,0,0,1,186.83,162.83ZM160,44A84.09,84.09,0,0,0,83.61,93.13,60,60,0,1,0,72,212h40a4,4,0,0,0,0-8H72a52,52,0,1,1,8.57-103.27A83.45,83.45,0,0,0,76,128a4,4,0,0,0,8,0,76,76,0,1,1,106.4,69.68,4,4,0,0,0,1.6,7.66,3.92,3.92,0,0,0,1.6-.33A84,84,0,0,0,160,44Z" }))
45
45
  ]
46
46
  ]);
47
- var P = Object.defineProperty, k = Object.defineProperties, D = Object.getOwnPropertyDescriptors, x = Object.getOwnPropertySymbols, B = Object.prototype.hasOwnProperty, L = Object.prototype.propertyIsEnumerable, h = (a, r, l) => r in a ? P(a, r, { enumerable: !0, configurable: !0, writable: !0, value: l }) : a[r] = l, T = (a, r) => {
47
+ var P = Object.defineProperty, k = Object.defineProperties, D = Object.getOwnPropertyDescriptors, x = Object.getOwnPropertySymbols, B = Object.prototype.hasOwnProperty, L = Object.prototype.propertyIsEnumerable, h = (a, r, l) => r in a ? P(a, r, { enumerable: !0, configurable: !0, writable: !0, value: l }) : a[r] = l, R = (a, r) => {
48
48
  for (var l in r || (r = {}))
49
49
  B.call(r, l) && h(a, l, r[l]);
50
50
  if (x)
51
51
  for (var l of x(r))
52
52
  L.call(r, l) && h(a, l, r[l]);
53
53
  return a;
54
- }, R = (a, r) => k(a, D(r));
55
- const f = M((a, r) => /* @__PURE__ */ t.createElement(Z, R(T({ ref: r }, a), { weights: H })));
54
+ }, T = (a, r) => k(a, D(r));
55
+ const f = S((a, r) => /* @__PURE__ */ t.createElement(M, T(R({ ref: r }, a), { weights: H })));
56
56
  f.displayName = "CloudArrowUp";
57
57
  const l0 = ({
58
58
  caption: a,
@@ -63,12 +63,12 @@ const l0 = ({
63
63
  onRemove: s,
64
64
  required: j = !1,
65
65
  disabledUpload: _ = !1,
66
- isShowBtnRemoveAll: A = !1,
67
- ...p
66
+ isShowBtnRemoveAll: v = !1,
67
+ ...c
68
68
  }) => {
69
69
  var m, d;
70
- const { getRootProps: v, getInputProps: b, isDragActive: c } = z(p);
71
- return /* @__PURE__ */ e.jsxs(S, { error: l, label: r, required: j, children: [
70
+ const { getRootProps: A, getInputProps: b, isDragActive: p } = V(c);
71
+ return /* @__PURE__ */ e.jsxs(O, { error: l, label: r, required: j, children: [
72
72
  /* @__PURE__ */ e.jsx(n, { spacing: 2, mt: "0.5rem", children: /* @__PURE__ */ e.jsxs(
73
73
  u,
74
74
  {
@@ -82,22 +82,22 @@ const l0 = ({
82
82
  justifyContent: "center",
83
83
  outline: "none",
84
84
  p: 6,
85
- ...c && {
85
+ ...p && {
86
86
  bgcolor: "var(--mui-palette-action-selected)",
87
87
  opacity: 0.5
88
88
  },
89
89
  "&:hover": {
90
- ...!c && {
90
+ ...!p && {
91
91
  bgcolor: "var(--mui-palette-action-hover)"
92
92
  }
93
93
  }
94
94
  },
95
- ...v(),
95
+ ...A(),
96
96
  children: [
97
97
  /* @__PURE__ */ e.jsx("input", { ...b() }),
98
98
  /* @__PURE__ */ e.jsxs(n, { direction: "row", spacing: 2, sx: { alignItems: "center" }, children: [
99
99
  /* @__PURE__ */ e.jsx(
100
- F,
100
+ z,
101
101
  {
102
102
  sx: {
103
103
  "--Avatar-size": "64px",
@@ -121,8 +121,8 @@ const l0 = ({
121
121
  ]
122
122
  }
123
123
  ) }),
124
- (m = p.files) != null && m.length ? /* @__PURE__ */ e.jsxs(n, { mt: 2, spacing: 2, children: [
125
- /* @__PURE__ */ e.jsx(n, { component: "ul", spacing: 1, sx: { listStyle: "none", m: 0, p: 0 }, children: (d = p.files) == null ? void 0 : d.map((o) => {
124
+ (m = c.files) != null && m.length ? /* @__PURE__ */ e.jsxs(n, { mt: 2, spacing: 2, children: [
125
+ /* @__PURE__ */ e.jsx(n, { component: "ul", spacing: 1, sx: { listStyle: "none", m: 0, p: 0 }, children: (d = c.files) == null ? void 0 : d.map((o) => {
126
126
  const y = o.name.split(".").pop();
127
127
  return /* @__PURE__ */ e.jsxs(
128
128
  n,
@@ -138,7 +138,7 @@ const l0 = ({
138
138
  p: 1
139
139
  },
140
140
  children: [
141
- /* @__PURE__ */ e.jsx(O, { extension: y }),
141
+ /* @__PURE__ */ e.jsx(I, { extension: y }),
142
142
  /* @__PURE__ */ e.jsxs(u, { sx: { flex: "1 1 auto" }, children: [
143
143
  /* @__PURE__ */ e.jsx(i, { variant: "subtitle2", children: o.name }),
144
144
  /* @__PURE__ */ e.jsx(i, { color: "text.secondary", variant: "body2", children: C(o.size) })
@@ -149,7 +149,7 @@ const l0 = ({
149
149
  onClick: () => {
150
150
  s == null || s(o);
151
151
  },
152
- children: /* @__PURE__ */ e.jsx(V, {})
152
+ children: /* @__PURE__ */ e.jsx(Z, {})
153
153
  }
154
154
  ) })
155
155
  ]
@@ -157,7 +157,7 @@ const l0 = ({
157
157
  o.size
158
158
  );
159
159
  }) }),
160
- /* @__PURE__ */ e.jsx(n, { direction: "row", spacing: 2, sx: { alignItems: "center", justifyContent: "flex-end" }, children: A && /* @__PURE__ */ e.jsx(I, { onClick: g, size: "small", type: "button", variant: "text", children: "Remove all" }) })
160
+ /* @__PURE__ */ e.jsx(n, { direction: "row", spacing: 2, sx: { alignItems: "center", justifyContent: "flex-end" }, children: v && /* @__PURE__ */ e.jsx(F, { onClick: g, size: "small", type: "button", variant: "text", children: "Remove all" }) })
161
161
  ] }) : null
162
162
  ] });
163
163
  };
@@ -0,0 +1 @@
1
+ export { default } from './s-file-icon';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-file-icon.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface SFileIconProps {
3
+ extension?: string;
4
+ }
5
+ declare const SFileIcon: ({ extension }: SFileIconProps) => React.JSX.Element;
6
+ export default SFileIcon;
@@ -7,7 +7,7 @@ const o = {
7
7
  pdf: "/assets/icon-pdf.svg",
8
8
  png: "/assets/icon-png.svg",
9
9
  svg: "/assets/icon-svg.svg"
10
- }, p = ({ extension: t }) => {
10
+ }, c = ({ extension: t }) => {
11
11
  let s;
12
12
  return t ? s = o[t] ?? "/assets/icon-other.svg" : s = "/assets/icon-other.svg", /* @__PURE__ */ e.jsx(
13
13
  i,
@@ -25,5 +25,5 @@ const o = {
25
25
  );
26
26
  };
27
27
  export {
28
- p as default
28
+ c as default
29
29
  };
@@ -0,0 +1 @@
1
+ export { default } from './s-form';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-form.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1 @@
1
+ export { default } from './s-i18n-provider';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-i18n-provider.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ export interface SI18nProviderProps {
3
+ children: React.ReactNode;
4
+ language?: string;
5
+ }
6
+ declare const SI18nProvider: ({ children, language }: SI18nProviderProps) => React.JSX.Element;
7
+ export default SI18nProvider;
@@ -2,18 +2,18 @@ import { j as a } from "../jsx-runtime-C5mzlN2N.js";
2
2
  import * as o from "react";
3
3
  import { use as i } from "i18next";
4
4
  import s from "i18next-http-backend";
5
- import { initReactI18next as m, useTranslation as c } from "react-i18next";
5
+ import { initReactI18next as c, useTranslation as m } from "react-i18next";
6
6
  import { logger as n } from "../utils/logger.js";
7
- i(s).use(m).init({ lng: "en", fallbackLng: "en", interpolation: { escapeValue: !1 } }).catch((e) => {
7
+ i(s).use(c).init({ lng: "en", fallbackLng: "en", interpolation: { escapeValue: !1 } }).catch((e) => {
8
8
  n.error("Failed to initialize i18n", e);
9
9
  });
10
- const d = ({ children: e, language: r = "en" }) => {
11
- const { i18n: t } = c();
10
+ const d = ({ children: e, language: t = "en" }) => {
11
+ const { i18n: r } = m();
12
12
  return o.useEffect(() => {
13
- t.changeLanguage(r).catch(() => {
14
- n.error(`Failed to change language to ${r}`);
13
+ r.changeLanguage(t).catch(() => {
14
+ n.error(`Failed to change language to ${t}`);
15
15
  });
16
- }, [t, r]), /* @__PURE__ */ a.jsx(o.Fragment, { children: e });
16
+ }, [r, t]), /* @__PURE__ */ a.jsx(o.Fragment, { children: e });
17
17
  };
18
18
  export {
19
19
  d as default
@@ -0,0 +1 @@
1
+ export { default } from './s-icon-button';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-icon-button.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { IconButtonProps, TooltipProps } from '@mui/material';
3
+ interface SIconButtonProps extends IconButtonProps {
4
+ tooltip: string;
5
+ tooltipOptions: TooltipProps;
6
+ }
7
+ declare const SIconButton: ({ tooltip, tooltipOptions, ...props }: SIconButtonProps) => React.JSX.Element;
8
+ export default SIconButton;
@@ -0,0 +1,6 @@
1
+ import { j as o } from "../jsx-runtime-C5mzlN2N.js";
2
+ import { Tooltip as n, IconButton as s } from "@mui/material";
3
+ const m = ({ tooltip: i, tooltipOptions: t, ...r }) => /* @__PURE__ */ o.jsx(n, { ...t, children: /* @__PURE__ */ o.jsx(s, { ...r }) });
4
+ export {
5
+ m as default
6
+ };
@@ -0,0 +1 @@
1
+ export { default } from './s-image-gallery';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-image-gallery.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ import { ReactImageGalleryProps } from 'react-image-gallery';
3
+ interface SImageGalleryProps extends ReactImageGalleryProps {
4
+ }
5
+ declare const SImageGallery: ({ ...props }: SImageGalleryProps) => React.JSX.Element;
6
+ export default SImageGallery;
@@ -1,6 +1,6 @@
1
1
  import { j as it } from "../jsx-runtime-C5mzlN2N.js";
2
2
  import * as oe from "react";
3
- import '../assets/AppGallery.css';var at = { 694: (r, e, t) => {
3
+ import '../assets/s-image-gallery.css';var at = { 694: (r, e, t) => {
4
4
  var n = t(925);
5
5
  function a() {
6
6
  }
@@ -101,7 +101,7 @@ function Ke(r) {
101
101
  } else for (t in r) r[t] && (n && (n += " "), n += t);
102
102
  return n;
103
103
  }
104
- E.d(Ve, { A: () => $t });
104
+ E.d(Ve, { A: () => Yt });
105
105
  const F = function() {
106
106
  for (var r, e, t = 0, n = "", a = arguments.length; t < a; t++) (r = arguments[t]) && (e = Ke(r)) && (n && (n += " "), n += e);
107
107
  return n;
@@ -122,7 +122,7 @@ const ct = function(r) {
122
122
  return t;
123
123
  }(r) + 1).replace(ut, "");
124
124
  }, ee = Xe.Symbol;
125
- var $e = Object.prototype, ht = $e.hasOwnProperty, dt = $e.toString, X = ee ? ee.toStringTag : void 0, ft = Object.prototype.toString, ke = ee ? ee.toStringTag : void 0;
125
+ var Ye = Object.prototype, ht = Ye.hasOwnProperty, dt = Ye.toString, X = ee ? ee.toStringTag : void 0, ft = Object.prototype.toString, ke = ee ? ee.toStringTag : void 0;
126
126
  const pt = function(r) {
127
127
  return r == null ? r === void 0 ? "[object Undefined]" : "[object Null]" : ke && ke in Object(r) ? function(e) {
128
128
  var t = ht.call(e, X), n = e[X];
@@ -197,7 +197,7 @@ const he = function(r, e, t) {
197
197
  if (typeof r != "function") throw new TypeError("Expected a function");
198
198
  return Z(t) && (n = "leading" in t ? !!t.leading : n, a = "trailing" in t ? !!t.trailing : a), he(r, e, { leading: n, maxWait: e, trailing: a });
199
199
  };
200
- var St = E(115), Tt = E.n(St), Ye = function() {
200
+ var St = E(115), Tt = E.n(St), $e = function() {
201
201
  if (typeof Map < "u") return Map;
202
202
  function r(e, t) {
203
203
  var n = -1;
@@ -351,7 +351,7 @@ var jt = function() {
351
351
  Pe(this, { target: r, contentRect: t });
352
352
  }, Rt = function() {
353
353
  function r(e, t, n) {
354
- if (this.activeObservations_ = [], this.observations_ = new Ye(), typeof e != "function") throw new TypeError("The callback provided as parameter 1 is not a function.");
354
+ if (this.activeObservations_ = [], this.observations_ = new $e(), typeof e != "function") throw new TypeError("The callback provided as parameter 1 is not a function.");
355
355
  this.callback_ = e, this.controller_ = t, this.callbackCtx_ = n;
356
356
  }
357
357
  return r.prototype.observe = function(e) {
@@ -387,7 +387,7 @@ var jt = function() {
387
387
  }, r.prototype.hasActive = function() {
388
388
  return this.activeObservations_.length > 0;
389
389
  }, r;
390
- }(), Je = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Ye(), Qe = function r(e) {
390
+ }(), Je = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new $e(), Qe = function r(e) {
391
391
  if (!(this instanceof r)) throw new TypeError("Cannot call a class as a function.");
392
392
  if (!arguments.length) throw new TypeError("1 argument required, but only 0 present.");
393
393
  var t = It.getInstance(), n = new Rt(e, t, this);
@@ -467,12 +467,12 @@ function Lt(r) {
467
467
  }(t.current, n.current, a.current, o), i;
468
468
  }
469
469
  var l = E(556);
470
- function $(r) {
471
- return $ = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
470
+ function Y(r) {
471
+ return Y = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
472
472
  return typeof e;
473
473
  } : function(e) {
474
474
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
475
- }, $(r);
475
+ }, Y(r);
476
476
  }
477
477
  function Ce(r, e) {
478
478
  var t = Object.keys(r);
@@ -498,16 +498,16 @@ function We(r) {
498
498
  function Mt(r, e, t) {
499
499
  return (e = function(n) {
500
500
  var a = function(s) {
501
- if ($(s) != "object" || !s) return s;
501
+ if (Y(s) != "object" || !s) return s;
502
502
  var i = s[Symbol.toPrimitive];
503
503
  if (i !== void 0) {
504
504
  var o = i.call(s, "string");
505
- if ($(o) != "object") return o;
505
+ if (Y(o) != "object") return o;
506
506
  throw new TypeError("@@toPrimitive must return a primitive value.");
507
507
  }
508
508
  return String(s);
509
509
  }(n);
510
- return $(a) == "symbol" ? a : a + "";
510
+ return Y(a) == "symbol" ? a : a + "";
511
511
  }(e)) in r ? Object.defineProperty(r, e, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : r[e] = t, r;
512
512
  }
513
513
  var Dt = { description: "", fullscreen: "", isFullscreen: !1, originalAlt: "", originalHeight: "", originalWidth: "", originalTitle: "", sizes: "", srcSet: "", loading: "eager" }, fe = h.default.memo(function(r) {
@@ -518,12 +518,12 @@ var Dt = { description: "", fullscreen: "", isFullscreen: !1, originalAlt: "", o
518
518
  });
519
519
  fe.displayName = "Item", fe.propTypes = { description: l.string, fullscreen: l.string, handleImageLoaded: l.func.isRequired, isFullscreen: l.bool, onImageError: l.func.isRequired, original: l.string.isRequired, originalAlt: l.string, originalHeight: l.string, originalWidth: l.string, originalTitle: l.string, sizes: l.string, srcSet: l.string, loading: l.string };
520
520
  const Ct = fe;
521
- function Y(r) {
522
- return Y = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
521
+ function $(r) {
522
+ return $ = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
523
523
  return typeof e;
524
524
  } : function(e) {
525
525
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
526
- }, Y(r);
526
+ }, $(r);
527
527
  }
528
528
  function Ne(r, e) {
529
529
  var t = Object.keys(r);
@@ -549,16 +549,16 @@ function Fe(r) {
549
549
  function Wt(r, e, t) {
550
550
  return (e = function(n) {
551
551
  var a = function(s) {
552
- if (Y(s) != "object" || !s) return s;
552
+ if ($(s) != "object" || !s) return s;
553
553
  var i = s[Symbol.toPrimitive];
554
554
  if (i !== void 0) {
555
555
  var o = i.call(s, "string");
556
- if (Y(o) != "object") return o;
556
+ if ($(o) != "object") return o;
557
557
  throw new TypeError("@@toPrimitive must return a primitive value.");
558
558
  }
559
559
  return String(s);
560
560
  }(n);
561
- return Y(a) == "symbol" ? a : a + "";
561
+ return $(a) == "symbol" ? a : a + "";
562
562
  }(e)) in r ? Object.defineProperty(r, e, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : r[e] = t, r;
563
563
  }
564
564
  var Nt = { left: h.default.createElement("polyline", { points: "15 18 9 12 15 6" }), right: h.default.createElement("polyline", { points: "9 18 15 12 9 6" }), top: h.default.createElement("polyline", { points: "6 15 12 9 18 15" }), bottom: h.default.createElement("polyline", { points: "6 9 12 15 18 9" }), maximize: h.default.createElement("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" }), minimize: h.default.createElement("path", { d: "M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3" }), play: h.default.createElement("polygon", { points: "5 3 19 12 5 21 5 3" }), pause: h.default.createElement(h.default.Fragment, null, h.default.createElement("rect", { x: "6", y: "4", width: "4", height: "16" }), h.default.createElement("rect", { x: "14", y: "4", width: "4", height: "16" })) }, Ft = { strokeWidth: 1, viewBox: "0 0 24 24" }, Ze = function(r) {
@@ -1077,9 +1077,9 @@ Te.propTypes = { flickThreshold: l.number, items: (0, l.arrayOf)((0, l.shape)({
1077
1077
  }, renderFullscreenButton: function(r, e) {
1078
1078
  return h.default.createElement(zt, { onClick: r, isFullscreen: e });
1079
1079
  }, useWindowKeyDown: !0 };
1080
- const $t = Te;
1081
- var Yt = Ve.A;
1082
- const Qt = ({ ...r }) => /* @__PURE__ */ it.jsx(Yt, { ...r });
1080
+ const Yt = Te;
1081
+ var $t = Ve.A;
1082
+ const Qt = ({ ...r }) => /* @__PURE__ */ it.jsx($t, { ...r });
1083
1083
  export {
1084
1084
  Qt as default
1085
1085
  };
@@ -0,0 +1 @@
1
+ export { default } from './s-label';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-label.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,11 +1,11 @@
1
1
  import { default as React } from 'react';
2
2
  import { SxProps } from '@mui/material';
3
- import { Theme } from '../styles/theme/types';
4
- interface AppLabelProps {
3
+ import { Theme } from '../theme/types';
4
+ interface SLabelProps {
5
5
  label?: string | React.ReactNode;
6
6
  content?: string | React.ReactNode;
7
7
  children?: React.ReactNode;
8
8
  sx?: SxProps<Theme> | undefined;
9
9
  }
10
- declare const AppLabel: ({ label, content, children, sx }: AppLabelProps) => React.JSX.Element;
11
- export default AppLabel;
10
+ declare const SLabel: ({ label, content, children, sx }: SLabelProps) => React.JSX.Element;
11
+ export default SLabel;
@@ -0,0 +1 @@
1
+ export { default } from './s-link';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-link.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ import { LinkProps } from '@mui/material';
3
+ interface SLinkProps extends LinkProps {
4
+ }
5
+ declare const SLink: ({ children, ...props }: SLinkProps) => React.JSX.Element;
6
+ export default SLink;
@@ -0,0 +1,6 @@
1
+ import { j as o } from "../jsx-runtime-C5mzlN2N.js";
2
+ import { Link as s } from "@mui/material";
3
+ const n = ({ children: r, ...t }) => /* @__PURE__ */ o.jsx(s, { ...t, children: r });
4
+ export {
5
+ n as default
6
+ };
@@ -0,0 +1 @@
1
+ export { default } from './s-menu-item';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-menu-item.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,9 +1,9 @@
1
1
  import { MenuItemProps } from '@mui/material/MenuItem';
2
2
  import * as React from 'react';
3
- export interface AppOptionProps extends MenuItemProps {
3
+ export interface SMenuItemProps extends MenuItemProps {
4
4
  children: React.ReactNode;
5
5
  disabled?: boolean;
6
6
  value: string | number;
7
7
  }
8
- declare const AppOption: ({ children, ...props }: AppOptionProps) => React.JSX.Element;
9
- export default AppOption;
8
+ declare const SMenuItem: ({ children, ...props }: SMenuItemProps) => React.JSX.Element;
9
+ export default SMenuItem;
@@ -0,0 +1,6 @@
1
+ import { j as r } from "../jsx-runtime-C5mzlN2N.js";
2
+ import { M as m } from "../MenuItem-Bl45WcKS.js";
3
+ const n = ({ children: t, ...e }) => /* @__PURE__ */ r.jsx(m, { sx: { fontSize: "0.875rem" }, ...e, children: t });
4
+ export {
5
+ n as default
6
+ };
@@ -0,0 +1 @@
1
+ export { default } from './s-multi-select';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-multi-select.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ export interface SMultiSelectProps<T = string> {
3
+ label: string;
4
+ onChange?: (value: T[]) => void;
5
+ options: readonly {
6
+ label: string;
7
+ value: T;
8
+ }[];
9
+ value: T[];
10
+ }
11
+ declare function SMultiSelect<T = string>({ label, onChange, options, value }: SMultiSelectProps<T>): React.JSX.Element;
12
+ export default SMultiSelect;
@@ -1,26 +1,21 @@
1
1
  import { j as o } from "../jsx-runtime-C5mzlN2N.js";
2
- import * as p from "react";
2
+ import * as c from "react";
3
3
  import { C as u } from "../CaretDown-CZu0drmJ.js";
4
- import f from "../AppButton/AppButton.js";
5
- import { usePopover as d } from "../hooks/use-popover.js";
6
- import { M as x } from "../Menu-DrTy5vbc.js";
7
- import { M as h } from "../MenuItem-CSmlAERi.js";
8
- function R({
9
- label: c,
10
- onChange: t,
11
- options: i,
12
- value: n = []
13
- }) {
14
- const r = d(), a = p.useCallback(
4
+ import { usePopover as f } from "../hooks/use-popover.js";
5
+ import d from "../s-button/s-button.js";
6
+ import { M as x } from "../Menu-CzI0zcbw.js";
7
+ import { M as h } from "../MenuItem-Bl45WcKS.js";
8
+ function v({ label: i, onChange: t, options: a, value: n = [] }) {
9
+ const r = f(), m = c.useCallback(
15
10
  (e, s) => {
16
11
  let l = [...n];
17
- s ? l.push(e) : l = l.filter((m) => m !== e), t == null || t(l);
12
+ s ? l.push(e) : l = l.filter((p) => p !== e), t == null || t(l);
18
13
  },
19
14
  [t, n]
20
15
  );
21
- return /* @__PURE__ */ o.jsxs(p.Fragment, { children: [
16
+ return /* @__PURE__ */ o.jsxs(c.Fragment, { children: [
22
17
  /* @__PURE__ */ o.jsx(
23
- f,
18
+ d,
24
19
  {
25
20
  endIcon: /* @__PURE__ */ o.jsx(u, {}),
26
21
  onClick: r.handleOpen,
@@ -28,7 +23,7 @@ function R({
28
23
  sx: {
29
24
  "& .MuiButton-endIcon svg": { fontSize: "var(--icon-fontSize-sm)" }
30
25
  },
31
- children: c
26
+ children: i
32
27
  }
33
28
  ),
34
29
  /* @__PURE__ */ o.jsx(
@@ -38,13 +33,13 @@ function R({
38
33
  onClose: r.handleClose,
39
34
  open: r.open,
40
35
  slotProps: { paper: { sx: { width: "250px" } } },
41
- children: i.map((e) => {
36
+ children: a.map((e) => {
42
37
  const s = n.includes(e.value);
43
38
  return /* @__PURE__ */ o.jsx(
44
39
  h,
45
40
  {
46
41
  onClick: () => {
47
- a(e.value, !s);
42
+ m(e.value, !s);
48
43
  },
49
44
  selected: s,
50
45
  children: e.label
@@ -57,5 +52,5 @@ function R({
57
52
  ] });
58
53
  }
59
54
  export {
60
- R as default
55
+ v as default
61
56
  };
@@ -0,0 +1 @@
1
+ export { default } from './s-no-ssr';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-no-ssr.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ export interface SNoSsrProps {
3
+ children?: React.ReactNode;
4
+ defer?: boolean;
5
+ fallback?: React.ReactNode;
6
+ }
7
+ declare const SNoSsr: (props: SNoSsrProps) => React.JSX.Element;
8
+ export default SNoSsr;
@@ -0,0 +1 @@
1
+ export { default } from './s-pagination';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./s-pagination.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ import { PaginationProps } from '@mui/material';
3
+ interface SPaginationProps extends PaginationProps {
4
+ loading?: boolean;
5
+ }
6
+ declare const SPagination: ({ loading, ...props }: SPaginationProps) => React.JSX.Element;
7
+ export default SPagination;
@@ -1,6 +1,6 @@
1
1
  import { j as n } from "../jsx-runtime-C5mzlN2N.js";
2
2
  import { Box as i, Pagination as o, Stack as r } from "@mui/material";
3
- import s from "../AppSkeleton/AppSkeleton.js";
3
+ import s from "../s-skeleton/s-skeleton.js";
4
4
  const a = ({ style: t }) => /* @__PURE__ */ n.jsxs(r, { direction: "row", flexWrap: "wrap", gap: 1, justifyContent: "center", style: t, children: [
5
5
  /* @__PURE__ */ n.jsx(s, { component: "icon-button" }),
6
6
  /* @__PURE__ */ n.jsx(s, { variant: "rounded", width: 120 }),