@solostylist/ui-kit 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{ButtonBase-C9K74oZC.js → ButtonBase-BFsNsbc9.js} +1 -1
- package/dist/{Menu-DrTy5vbc.js → Menu-CzI0zcbw.js} +4 -4
- package/dist/{MenuItem-CSmlAERi.js → MenuItem-Bl45WcKS.js} +6 -6
- package/dist/{Stack-CP2l9Ko9.js → Stack-DIkbVcfm.js} +4 -4
- package/dist/{Typography-CgNLUV5h.js → Typography-jSFidXje.js} +24 -24
- package/dist/{X-Cw1SQcRJ.js → X-B8GTZwii.js} +3 -3
- package/dist/{createSvgIcon-CoYExp5F.js → createSvgIcon-B7_s-URK.js} +15 -15
- package/dist/{index-BB439voV.js → index-DljiS4x1.js} +1 -1
- package/dist/main.d.ts +45 -49
- package/dist/main.js +98 -106
- package/dist/{memoTheme-B7hT_l31.js → memoTheme-CaOW5YiB.js} +13 -13
- package/dist/s-autocomplete/index.d.ts +1 -0
- package/dist/s-autocomplete/index.js +4 -0
- package/dist/s-autocomplete/s-autocomplete.d.ts +11 -0
- package/dist/s-autocomplete/s-autocomplete.js +26 -0
- package/dist/s-avatar/index.d.ts +1 -0
- package/dist/s-avatar/index.js +4 -0
- package/dist/s-avatar/s-avatar.d.ts +6 -0
- package/dist/s-avatar/s-avatar.js +6 -0
- package/dist/s-box/index.d.ts +1 -0
- package/dist/s-box/index.js +4 -0
- package/dist/s-box/s-box.d.ts +5 -0
- package/dist/s-box/s-box.js +6 -0
- package/dist/s-breadcrumbs-separator/index.d.ts +1 -0
- package/dist/s-breadcrumbs-separator/index.js +4 -0
- package/dist/s-breadcrumbs-separator/s-breadcrumbs-separator.d.ts +3 -0
- package/dist/s-button/index.d.ts +1 -0
- package/dist/s-button/index.js +4 -0
- package/dist/s-button/s-button.d.ts +6 -0
- package/dist/s-button/s-button.js +18 -0
- package/dist/s-button-link/index.d.ts +1 -0
- package/dist/s-button-link/index.js +4 -0
- package/dist/{AppButtonLink/AppButtonLink.d.ts → s-button-link/s-button-link.d.ts} +3 -3
- package/dist/s-card/index.d.ts +1 -0
- package/dist/s-card/index.js +4 -0
- package/dist/s-card/s-card.d.ts +6 -0
- package/dist/s-card/s-card.js +6 -0
- package/dist/s-card-actions/index.d.ts +1 -0
- package/dist/s-card-actions/index.js +4 -0
- package/dist/s-card-actions/s-card-actions.d.ts +6 -0
- package/dist/{AppCardActions/AppCardActions.js → s-card-actions/s-card-actions.js} +2 -2
- package/dist/s-card-content/index.d.ts +1 -0
- package/dist/s-card-content/index.js +4 -0
- package/dist/s-card-content/s-card-content.d.ts +6 -0
- package/dist/{AppCardContent/AppCardContent.js → s-card-content/s-card-content.js} +2 -2
- package/dist/s-card-header/index.d.ts +1 -0
- package/dist/s-card-header/index.js +4 -0
- package/dist/s-card-header/s-card-header.d.ts +6 -0
- package/dist/s-card-header/s-card-header.js +6 -0
- package/dist/s-checkbox/index.d.ts +1 -0
- package/dist/s-checkbox/index.js +4 -0
- package/dist/s-checkbox/s-checkbox.d.ts +7 -0
- package/dist/{AppCheckbox/AppCheckbox.js → s-checkbox/s-checkbox.js} +2 -2
- package/dist/s-chip/index.d.ts +1 -0
- package/dist/s-chip/index.js +4 -0
- package/dist/s-chip/s-chip.d.ts +6 -0
- package/dist/s-chip/s-chip.js +6 -0
- package/dist/s-chips/index.d.ts +1 -0
- package/dist/s-chips/index.js +4 -0
- package/dist/s-chips/s-chips.d.ts +7 -0
- package/dist/s-chips/s-chips.js +74 -0
- package/dist/s-data-table/index.d.ts +2 -0
- package/dist/s-data-table/index.js +4 -0
- package/dist/{AppDataTable/AppDataTable.d.ts → s-data-table/s-data-table.d.ts} +4 -4
- package/dist/{AppDataTable/AppDataTable.js → s-data-table/s-data-table.js} +26 -26
- package/dist/s-dialog/index.d.ts +1 -0
- package/dist/s-dialog/index.js +4 -0
- package/dist/{AppDialog/AppDialog.d.ts → s-dialog/s-dialog.d.ts} +3 -3
- package/dist/{AppDialog/AppDialog.js → s-dialog/s-dialog.js} +4 -4
- package/dist/{AppDialogConfirm → s-dialog-confirm}/index.d.ts +2 -2
- package/dist/{AppDialogConfirm → s-dialog-confirm}/index.js +1 -1
- package/dist/{AppDialogConfirm/AppDialogConfirm.d.ts → s-dialog-confirm/s-dialog-confirm.d.ts} +3 -3
- package/dist/{AppDialogConfirm/AppDialogConfirm.js → s-dialog-confirm/s-dialog-confirm.js} +17 -17
- package/dist/{AppDialogMessage → s-dialog-message}/index.d.ts +2 -2
- package/dist/{AppDialogMessage → s-dialog-message}/index.js +1 -1
- package/dist/{AppDialogMessage/AppDialogMessage.d.ts → s-dialog-message/s-dialog-message.d.ts} +3 -3
- package/dist/{AppDialogMessage/AppDialogMessage.js → s-dialog-message/s-dialog-message.js} +23 -23
- package/dist/s-empty/index.d.ts +1 -0
- package/dist/s-empty/index.js +4 -0
- package/dist/s-empty/s-empty.d.ts +5 -0
- package/dist/{AppEmpty/AppEmpty.js → s-empty/s-empty.js} +2 -2
- package/dist/s-error/index.d.ts +1 -0
- package/dist/s-error/index.js +4 -0
- package/dist/s-error/s-error.d.ts +3 -0
- package/dist/s-file-dropzone/index.d.ts +2 -0
- package/dist/s-file-dropzone/index.js +4 -0
- package/dist/{AppFileDropzone/AppFileDropzone.d.ts → s-file-dropzone/s-file-dropzone.d.ts} +3 -3
- package/dist/{AppFileDropzone/AppFileDropzone.js → s-file-dropzone/s-file-dropzone.js} +26 -26
- package/dist/s-file-icon/index.d.ts +1 -0
- package/dist/s-file-icon/index.js +4 -0
- package/dist/s-file-icon/s-file-icon.d.ts +6 -0
- package/dist/{AppFileIcon/AppFileIcon.js → s-file-icon/s-file-icon.js} +2 -2
- package/dist/s-form/index.d.ts +1 -0
- package/dist/s-form/index.js +4 -0
- package/dist/s-i18n-provider/index.d.ts +1 -0
- package/dist/s-i18n-provider/index.js +4 -0
- package/dist/s-i18n-provider/s-i18n-provider.d.ts +7 -0
- package/dist/{AppI18nProvider/AppI18nProvider.js → s-i18n-provider/s-i18n-provider.js} +7 -7
- package/dist/s-icon-button/index.d.ts +1 -0
- package/dist/s-icon-button/index.js +4 -0
- package/dist/s-icon-button/s-icon-button.d.ts +8 -0
- package/dist/s-icon-button/s-icon-button.js +6 -0
- package/dist/s-image-gallery/index.d.ts +1 -0
- package/dist/s-image-gallery/index.js +4 -0
- package/dist/s-image-gallery/s-image-gallery.d.ts +6 -0
- package/dist/{AppGallery/AppGallery.js → s-image-gallery/s-image-gallery.js} +21 -21
- package/dist/s-label/index.d.ts +1 -0
- package/dist/s-label/index.js +4 -0
- package/dist/{AppLabel/AppLabel.d.ts → s-label/s-label.d.ts} +4 -4
- package/dist/s-link/index.d.ts +1 -0
- package/dist/s-link/index.js +4 -0
- package/dist/s-link/s-link.d.ts +6 -0
- package/dist/s-link/s-link.js +6 -0
- package/dist/s-menu-item/index.d.ts +1 -0
- package/dist/s-menu-item/index.js +4 -0
- package/dist/{AppOption/AppOption.d.ts → s-menu-item/s-menu-item.d.ts} +3 -3
- package/dist/s-menu-item/s-menu-item.js +6 -0
- package/dist/s-multi-select/index.d.ts +1 -0
- package/dist/s-multi-select/index.js +4 -0
- package/dist/s-multi-select/s-multi-select.d.ts +12 -0
- package/dist/{AppMultiSelect/AppMultiSelect.js → s-multi-select/s-multi-select.js} +14 -19
- package/dist/s-no-ssr/index.d.ts +1 -0
- package/dist/s-no-ssr/index.js +4 -0
- package/dist/s-no-ssr/s-no-ssr.d.ts +8 -0
- package/dist/s-pagination/index.d.ts +1 -0
- package/dist/s-pagination/index.js +4 -0
- package/dist/s-pagination/s-pagination.d.ts +7 -0
- package/dist/{AppPagination/AppPagination.js → s-pagination/s-pagination.js} +1 -1
- package/dist/s-rating/index.d.ts +1 -0
- package/dist/s-rating/index.js +4 -0
- package/dist/s-rating/s-rating.d.ts +7 -0
- package/dist/s-rating/s-rating.js +6 -0
- package/dist/s-select/index.d.ts +1 -0
- package/dist/s-select/index.js +4 -0
- package/dist/{AppSelect/AppSelect.d.ts → s-select/s-select.d.ts} +4 -3
- package/dist/s-select/s-select.js +55 -0
- package/dist/s-skeleton/index.d.ts +1 -0
- package/dist/s-skeleton/index.js +4 -0
- package/dist/{AppSkeleton/AppSkeleton.d.ts → s-skeleton/s-skeleton.d.ts} +3 -3
- package/dist/{AppSnackbarMessage → s-snackbar-message}/index.d.ts +2 -2
- package/dist/{AppSnackbarMessage → s-snackbar-message}/index.js +1 -1
- package/dist/{AppSnackbarMessage/AppSnackbarMessage.d.ts → s-snackbar-message/s-snackbar-message.d.ts} +3 -3
- package/dist/{AppSnackbarMessage/AppSnackbarMessage.js → s-snackbar-message/s-snackbar-message.js} +14 -14
- package/dist/s-stack/index.d.ts +1 -0
- package/dist/s-stack/index.js +4 -0
- package/dist/s-stack/s-stack.d.ts +5 -0
- package/dist/s-stack/s-stack.js +6 -0
- package/dist/s-text-editor/index.d.ts +1 -0
- package/dist/s-text-editor/index.js +4 -0
- package/dist/s-text-editor/s-text-editor-toolbar.d.ts +6 -0
- package/dist/{AppTextEditor/TextEditorToolbar.js → s-text-editor/s-text-editor-toolbar.js} +9 -9
- package/dist/{AppTextEditor/AppTextEditor.d.ts → s-text-editor/s-text-editor.d.ts} +3 -3
- package/dist/{AppTextEditor/AppTextEditor.js → s-text-editor/s-text-editor.js} +10 -10
- package/dist/s-text-field/index.d.ts +1 -0
- package/dist/s-text-field/index.js +4 -0
- package/dist/s-text-field/s-text-field.d.ts +10 -0
- package/dist/s-text-field/s-text-field.js +20 -0
- package/dist/s-text-truncation/index.d.ts +1 -0
- package/dist/s-text-truncation/index.js +4 -0
- package/dist/s-text-truncation/s-text-truncation.d.ts +6 -0
- package/dist/{AppTextTruncation/AppTextTruncation.js → s-text-truncation/s-text-truncation.js} +1 -1
- package/dist/s-theme-provider/index.d.ts +1 -0
- package/dist/s-theme-provider/index.js +4 -0
- package/dist/s-theme-provider/s-theme-provider.js +37 -0
- package/dist/s-tip/index.d.ts +1 -0
- package/dist/s-tip/index.js +4 -0
- package/dist/s-tip/s-tip.d.ts +6 -0
- package/dist/s-tip/s-tip.js +31 -0
- package/dist/{styles/theme → theme}/components/autocomplete.js +2 -2
- package/dist/{styles/theme → theme}/components/backdrop.js +1 -1
- package/dist/{styles/theme → theme}/components/button.js +1 -1
- package/dist/{styles/theme → theme}/components/card-header.js +1 -1
- package/dist/{styles/theme → theme}/components/card.js +1 -1
- package/dist/{styles/theme → theme}/components/checkbox.js +1 -1
- package/dist/{styles/theme → theme}/components/chip.js +12 -12
- package/dist/{styles/theme → theme}/components/components.d.ts +8 -27
- package/dist/theme/components/components.js +111 -0
- package/dist/{styles/theme → theme}/components/filled-input.js +1 -1
- package/dist/{styles/theme → theme}/components/input.js +1 -1
- package/dist/{styles/theme → theme}/components/menu-item.js +1 -1
- package/dist/{styles/theme → theme}/components/outlined-input.js +2 -2
- package/dist/{styles/theme → theme}/components/radio.js +1 -1
- package/dist/{styles/theme → theme}/components/select.js +2 -2
- package/dist/{styles/theme → theme}/components/table-head.js +1 -1
- package/dist/{styles/theme → theme}/components/table-pagination.js +4 -4
- package/dist/{styles/theme → theme}/components/tabs.js +2 -2
- package/dist/theme/customizations/components/avatar.d.ts +5 -0
- package/dist/{User-X5-swnIn.js → theme/customizations/components/avatar.js} +14 -10
- package/dist/theme/customizations/components/components.d.ts +7 -0
- package/dist/theme/customizations/components/components.js +7 -0
- package/dist/{styles/theme → theme}/customizations/data-display.js +6 -6
- package/dist/{styles/theme → theme}/customizations/feedback.js +1 -1
- package/dist/{styles/theme → theme}/customizations/inputs.js +6 -6
- package/dist/{styles/theme → theme}/customizations/navigation.js +7 -7
- package/dist/{styles/theme → theme}/customizations/surfaces.js +1 -1
- package/dist/{styles/theme → theme}/theme-primitives.js +51 -51
- package/dist/{useControlled-QI8qSFYJ.js → useControlled-Bvu9pDu8.js} +7 -7
- package/dist/{useSlot-CX_V7IfD.js → useSlot-CtsS_jy6.js} +1 -1
- package/package.json +1 -4
- package/dist/AppAutocomplete/AppAutocomplete.d.ts +0 -10
- package/dist/AppAutocomplete/AppAutocomplete.js +0 -19
- package/dist/AppAutocomplete/index.d.ts +0 -1
- package/dist/AppAutocomplete/index.js +0 -4
- package/dist/AppAvatar/AppAvatar.d.ts +0 -7
- package/dist/AppAvatar/AppAvatar.js +0 -13
- package/dist/AppAvatar/index.d.ts +0 -1
- package/dist/AppAvatar/index.js +0 -4
- package/dist/AppBox/AppBox.d.ts +0 -7
- package/dist/AppBox/AppBox.js +0 -7
- package/dist/AppBox/index.d.ts +0 -1
- package/dist/AppBox/index.js +0 -4
- package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.d.ts +0 -3
- package/dist/AppBreadcrumbsSeparator/index.d.ts +0 -1
- package/dist/AppBreadcrumbsSeparator/index.js +0 -4
- package/dist/AppButton/AppButton.d.ts +0 -9
- package/dist/AppButton/AppButton.js +0 -44
- package/dist/AppButton/index.d.ts +0 -1
- package/dist/AppButton/index.js +0 -4
- package/dist/AppButtonLink/index.d.ts +0 -1
- package/dist/AppButtonLink/index.js +0 -4
- package/dist/AppCard/AppCard.d.ts +0 -6
- package/dist/AppCard/AppCard.js +0 -6
- package/dist/AppCard/index.d.ts +0 -1
- package/dist/AppCard/index.js +0 -4
- package/dist/AppCardActions/AppCardActions.d.ts +0 -6
- package/dist/AppCardActions/index.d.ts +0 -1
- package/dist/AppCardActions/index.js +0 -4
- package/dist/AppCardContent/AppCardContent.d.ts +0 -6
- package/dist/AppCardContent/index.d.ts +0 -1
- package/dist/AppCardContent/index.js +0 -4
- package/dist/AppCardHeader/AppCardHeader.d.ts +0 -10
- package/dist/AppCardHeader/AppCardHeader.js +0 -13
- package/dist/AppCardHeader/index.d.ts +0 -1
- package/dist/AppCardHeader/index.js +0 -4
- package/dist/AppCheckbox/AppCheckbox.d.ts +0 -7
- package/dist/AppCheckbox/index.d.ts +0 -1
- package/dist/AppCheckbox/index.js +0 -4
- package/dist/AppChip/AppChip.d.ts +0 -6
- package/dist/AppChip/AppChip.js +0 -6
- package/dist/AppChip/index.d.ts +0 -1
- package/dist/AppChip/index.js +0 -4
- package/dist/AppChips/AppChips.d.ts +0 -7
- package/dist/AppChips/AppChips.js +0 -72
- package/dist/AppChips/index.d.ts +0 -1
- package/dist/AppChips/index.js +0 -4
- package/dist/AppDataTable/index.d.ts +0 -2
- package/dist/AppDataTable/index.js +0 -4
- package/dist/AppDialog/index.d.ts +0 -1
- package/dist/AppDialog/index.js +0 -4
- package/dist/AppEmpty/AppEmpty.d.ts +0 -5
- package/dist/AppEmpty/index.d.ts +0 -1
- package/dist/AppEmpty/index.js +0 -4
- package/dist/AppError/AppError.d.ts +0 -3
- package/dist/AppError/index.d.ts +0 -1
- package/dist/AppError/index.js +0 -4
- package/dist/AppFileDropzone/index.d.ts +0 -2
- package/dist/AppFileDropzone/index.js +0 -4
- package/dist/AppFileIcon/AppFileIcon.d.ts +0 -6
- package/dist/AppFileIcon/index.d.ts +0 -1
- package/dist/AppFileIcon/index.js +0 -4
- package/dist/AppFormControl/AppFormControl.d.ts +0 -8
- package/dist/AppFormControl/AppFormControl.js +0 -10
- package/dist/AppFormControl/index.d.ts +0 -1
- package/dist/AppFormControl/index.js +0 -4
- package/dist/AppGallery/AppGallery.d.ts +0 -6
- package/dist/AppGallery/index.d.ts +0 -1
- package/dist/AppGallery/index.js +0 -4
- package/dist/AppI18nProvider/AppI18nProvider.d.ts +0 -7
- package/dist/AppI18nProvider/index.d.ts +0 -1
- package/dist/AppI18nProvider/index.js +0 -4
- package/dist/AppIconButton/AppIconButton.d.ts +0 -8
- package/dist/AppIconButton/AppIconButton.js +0 -6
- package/dist/AppIconButton/index.d.ts +0 -1
- package/dist/AppIconButton/index.js +0 -4
- package/dist/AppIcons/AppIcons.d.ts +0 -3
- package/dist/AppIcons/AppIcons.js +0 -1081
- package/dist/AppIcons/index.d.ts +0 -1
- package/dist/AppIcons/index.js +0 -4
- package/dist/AppLabel/index.d.ts +0 -1
- package/dist/AppLabel/index.js +0 -4
- package/dist/AppLink/AppLink.d.ts +0 -6
- package/dist/AppLink/AppLink.js +0 -6
- package/dist/AppLink/index.d.ts +0 -1
- package/dist/AppLink/index.js +0 -4
- package/dist/AppMultiSelect/AppMultiSelect.d.ts +0 -12
- package/dist/AppMultiSelect/index.d.ts +0 -1
- package/dist/AppMultiSelect/index.js +0 -4
- package/dist/AppNoData/AppNoData.d.ts +0 -5
- package/dist/AppNoData/AppNoData.js +0 -6
- package/dist/AppNoData/index.d.ts +0 -1
- package/dist/AppNoData/index.js +0 -4
- package/dist/AppNoSsr/AppNoSsr.d.ts +0 -8
- package/dist/AppNoSsr/index.d.ts +0 -1
- package/dist/AppNoSsr/index.js +0 -4
- package/dist/AppOption/AppOption.js +0 -6
- package/dist/AppOption/index.d.ts +0 -1
- package/dist/AppOption/index.js +0 -4
- package/dist/AppPagination/AppPagination.d.ts +0 -7
- package/dist/AppPagination/index.d.ts +0 -1
- package/dist/AppPagination/index.js +0 -4
- package/dist/AppRating/AppRating.d.ts +0 -7
- package/dist/AppRating/AppRating.js +0 -6
- package/dist/AppRating/index.d.ts +0 -1
- package/dist/AppRating/index.js +0 -4
- package/dist/AppSelect/AppSelect.js +0 -82
- package/dist/AppSelect/index.d.ts +0 -1
- package/dist/AppSelect/index.js +0 -4
- package/dist/AppSkeleton/index.d.ts +0 -1
- package/dist/AppSkeleton/index.js +0 -4
- package/dist/AppStack/AppStack.d.ts +0 -6
- package/dist/AppStack/AppStack.js +0 -6
- package/dist/AppStack/index.d.ts +0 -1
- package/dist/AppStack/index.js +0 -4
- package/dist/AppTextEditor/TextEditorToolbar.d.ts +0 -6
- package/dist/AppTextEditor/index.d.ts +0 -1
- package/dist/AppTextEditor/index.js +0 -4
- package/dist/AppTextTruncation/AppTextTruncation.d.ts +0 -6
- package/dist/AppTextTruncation/index.d.ts +0 -1
- package/dist/AppTextTruncation/index.js +0 -4
- package/dist/AppTip/AppTip.d.ts +0 -6
- package/dist/AppTip/AppTip.js +0 -28
- package/dist/AppTip/index.d.ts +0 -1
- package/dist/AppTip/index.js +0 -4
- package/dist/Lightbulb-BLT-jnYA.js +0 -47
- package/dist/SForm/index.d.ts +0 -1
- package/dist/SForm/index.js +0 -4
- package/dist/SForm/package.json +0 -5
- package/dist/STextField/STextField.d.ts +0 -11
- package/dist/STextField/STextField.js +0 -30
- package/dist/STextField/index.d.ts +0 -1
- package/dist/STextField/index.js +0 -4
- package/dist/STextField/package.json +0 -5
- package/dist/SThemeProvider/SThemeProvider.js +0 -35
- package/dist/SThemeProvider/index.d.ts +0 -1
- package/dist/SThemeProvider/index.js +0 -4
- package/dist/SThemeProvider/package.json +0 -5
- package/dist/styles/theme/color-schemes.d.ts +0 -7
- package/dist/styles/theme/color-schemes.js +0 -147
- package/dist/styles/theme/colors.d.ts +0 -92
- package/dist/styles/theme/colors.js +0 -94
- package/dist/styles/theme/components/avatar.d.ts +0 -18
- package/dist/styles/theme/components/avatar.js +0 -21
- package/dist/styles/theme/components/components.js +0 -113
- package/dist/styles/theme/create-theme.d.ts +0 -8
- package/dist/styles/theme/create-theme.js +0 -22
- package/dist/styles/theme/index.d.ts +0 -1
- package/dist/styles/theme/index.js +0 -4
- package/dist/styles/theme/shadows.d.ts +0 -3
- package/dist/styles/theme/shadows.js +0 -59
- package/dist/styles/theme/typography.d.ts +0 -68
- package/dist/styles/theme/typography.js +0 -31
- /package/dist/assets/{AppGallery.css → s-image-gallery.css} +0 -0
- /package/dist/assets/{AppTextTruncation.css → s-text-truncation.css} +0 -0
- /package/dist/{AppAutocomplete → s-autocomplete}/package.json +0 -0
- /package/dist/{AppAvatar → s-avatar}/package.json +0 -0
- /package/dist/{AppBox → s-box}/package.json +0 -0
- /package/dist/{AppBreadcrumbsSeparator → s-breadcrumbs-separator}/package.json +0 -0
- /package/dist/{AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js → s-breadcrumbs-separator/s-breadcrumbs-separator.js} +0 -0
- /package/dist/{AppButtonLink → s-button}/package.json +0 -0
- /package/dist/{AppButton → s-button-link}/package.json +0 -0
- /package/dist/{AppButtonLink/AppButtonLink.js → s-button-link/s-button-link.js} +0 -0
- /package/dist/{AppCardHeader → s-card}/package.json +0 -0
- /package/dist/{AppCard → s-card-actions}/package.json +0 -0
- /package/dist/{AppCardActions → s-card-content}/package.json +0 -0
- /package/dist/{AppCardContent → s-card-header}/package.json +0 -0
- /package/dist/{AppCheckbox → s-checkbox}/package.json +0 -0
- /package/dist/{AppChip → s-chip}/package.json +0 -0
- /package/dist/{AppChips → s-chips}/package.json +0 -0
- /package/dist/{AppDataTable → s-data-table}/package.json +0 -0
- /package/dist/{AppDialogMessage → s-dialog}/package.json +0 -0
- /package/dist/{AppDialog → s-dialog-confirm}/package.json +0 -0
- /package/dist/{AppDialogConfirm → s-dialog-message}/package.json +0 -0
- /package/dist/{AppEmpty → s-empty}/package.json +0 -0
- /package/dist/{AppError → s-error}/package.json +0 -0
- /package/dist/{AppError/AppError.js → s-error/s-error.js} +0 -0
- /package/dist/{AppFileDropzone → s-file-dropzone}/package.json +0 -0
- /package/dist/{AppFileIcon → s-file-icon}/package.json +0 -0
- /package/dist/{AppFormControl → s-form}/package.json +0 -0
- /package/dist/{SForm/SForm.d.ts → s-form/s-form.d.ts} +0 -0
- /package/dist/{SForm/SForm.js → s-form/s-form.js} +0 -0
- /package/dist/{AppGallery → s-i18n-provider}/package.json +0 -0
- /package/dist/{AppI18nProvider → s-icon-button}/package.json +0 -0
- /package/dist/{AppIconButton → s-image-gallery}/package.json +0 -0
- /package/dist/{AppIcons → s-label}/package.json +0 -0
- /package/dist/{AppLabel/AppLabel.js → s-label/s-label.js} +0 -0
- /package/dist/{AppLabel → s-link}/package.json +0 -0
- /package/dist/{AppLink → s-menu-item}/package.json +0 -0
- /package/dist/{AppMultiSelect → s-multi-select}/package.json +0 -0
- /package/dist/{AppNoData → s-no-ssr}/package.json +0 -0
- /package/dist/{AppNoSsr/AppNoSsr.js → s-no-ssr/s-no-ssr.js} +0 -0
- /package/dist/{AppNoSsr → s-pagination}/package.json +0 -0
- /package/dist/{AppOption → s-rating}/package.json +0 -0
- /package/dist/{AppPagination → s-select}/package.json +0 -0
- /package/dist/{AppRating → s-skeleton}/package.json +0 -0
- /package/dist/{AppSkeleton/AppSkeleton.js → s-skeleton/s-skeleton.js} +0 -0
- /package/dist/{AppSelect → s-snackbar-message}/package.json +0 -0
- /package/dist/{AppSkeleton → s-stack}/package.json +0 -0
- /package/dist/{AppSnackbarMessage → s-text-editor}/package.json +0 -0
- /package/dist/{AppStack → s-text-field}/package.json +0 -0
- /package/dist/{AppTextEditor → s-text-truncation}/package.json +0 -0
- /package/dist/{AppTextTruncation → s-theme-provider}/package.json +0 -0
- /package/dist/{SThemeProvider/SThemeProvider.d.ts → s-theme-provider/s-theme-provider.d.ts} +0 -0
- /package/dist/{AppTip → s-tip}/package.json +0 -0
- /package/dist/{styles/theme → theme}/components/accordion.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/accordion.js +0 -0
- /package/dist/{styles/theme → theme}/components/alert.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/alert.js +0 -0
- /package/dist/{styles/theme → theme}/components/autocomplete.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/backdrop.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/button-base.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/button-base.js +0 -0
- /package/dist/{styles/theme → theme}/components/button-group.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/button-group.js +0 -0
- /package/dist/{styles/theme → theme}/components/button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card-actions.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card-actions.js +0 -0
- /package/dist/{styles/theme → theme}/components/card-content.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card-content.js +0 -0
- /package/dist/{styles/theme → theme}/components/card-header.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/card.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/checkbox.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/chip.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-actions.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-actions.js +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content-text.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content-text.js +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-content.js +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-title.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/dialog-title.js +0 -0
- /package/dist/{styles/theme → theme}/components/filled-input.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-control-label.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-control-label.js +0 -0
- /package/dist/{styles/theme → theme}/components/form-group.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-group.js +0 -0
- /package/dist/{styles/theme → theme}/components/form-helper-text.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-helper-text.js +0 -0
- /package/dist/{styles/theme → theme}/components/form-label.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/form-label.js +0 -0
- /package/dist/{styles/theme → theme}/components/icon-button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/icon-button.js +0 -0
- /package/dist/{styles/theme → theme}/components/input-base.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/input-base.js +0 -0
- /package/dist/{styles/theme → theme}/components/input-label.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/input-label.js +0 -0
- /package/dist/{styles/theme → theme}/components/input.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/linear-progress.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/linear-progress.js +0 -0
- /package/dist/{styles/theme → theme}/components/link.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/link.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-avatar.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-avatar.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-button.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-icon.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-icon.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-text.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item-text.js +0 -0
- /package/dist/{styles/theme → theme}/components/list-item.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list-item.js +0 -0
- /package/dist/{styles/theme → theme}/components/list.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/list.js +0 -0
- /package/dist/{styles/theme → theme}/components/menu-item.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/menu.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/menu.js +0 -0
- /package/dist/{styles/theme → theme}/components/outlined-input.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/paper.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/paper.js +0 -0
- /package/dist/{styles/theme → theme}/components/popover.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/popover.js +0 -0
- /package/dist/{styles/theme → theme}/components/radio.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/select.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/skeleton.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/skeleton.js +0 -0
- /package/dist/{styles/theme → theme}/components/stack.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/stack.js +0 -0
- /package/dist/{styles/theme → theme}/components/switch.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/switch.js +0 -0
- /package/dist/{styles/theme → theme}/components/tab.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/tab.js +0 -0
- /package/dist/{styles/theme → theme}/components/table-body.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/table-body.js +0 -0
- /package/dist/{styles/theme → theme}/components/table-cell.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/table-cell.js +0 -0
- /package/dist/{styles/theme → theme}/components/table-head.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/table-pagination.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/tabs.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button-group.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button-group.js +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/toggle-button.js +0 -0
- /package/dist/{styles/theme → theme}/components/tooltip.d.ts +0 -0
- /package/dist/{styles/theme → theme}/components/tooltip.js +0 -0
- /package/dist/{styles/theme → theme}/customizations/data-display.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/feedback.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/inputs.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/navigation.d.ts +0 -0
- /package/dist/{styles/theme → theme}/customizations/surfaces.d.ts +0 -0
- /package/dist/{styles/theme → theme}/theme-primitives.d.ts +0 -0
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ import { P as o } from "./createTheme-BZxWCiBm.js";
|
|
|
7
7
|
import { c as x } from "./identifier-CHPjnqaz.js";
|
|
8
8
|
import { j as k } from "./jsx-runtime-C5mzlN2N.js";
|
|
9
9
|
import { g as Be } from "./generateUtilityClasses-STjIp_B9.js";
|
|
10
|
-
import { u as he, s as re, c as $e } from "./memoTheme-
|
|
10
|
+
import { u as he, s as re, c as $e } from "./memoTheme-CaOW5YiB.js";
|
|
11
11
|
import { keyframes as ie } from "@emotion/react";
|
|
12
12
|
import { g as Fe, b as Ue } from "./buttonBaseClasses-DxKwiRBX.js";
|
|
13
13
|
import { u as _e } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
@@ -3,11 +3,11 @@ import me from "react";
|
|
|
3
3
|
import { P as e, a as ze, o as We, k as it } from "./createTheme-BZxWCiBm.js";
|
|
4
4
|
import { T as Nt, c as ee } from "./identifier-CHPjnqaz.js";
|
|
5
5
|
import { j as L } from "./jsx-runtime-C5mzlN2N.js";
|
|
6
|
-
import { d as wt, u as ie, s as z, c as ae, m as at, r as St } from "./memoTheme-
|
|
6
|
+
import { d as wt, u as ie, s as z, c as ae, m as at, r as St } from "./memoTheme-CaOW5YiB.js";
|
|
7
7
|
import { g as Re } from "./generateUtilityClass-CRH_bFW6.js";
|
|
8
8
|
import { g as Oe } from "./generateUtilityClasses-STjIp_B9.js";
|
|
9
|
-
import { u as G, e as Ct, m as kt, r as Mt, a as Dt, b as It } from "./useSlot-
|
|
10
|
-
import { _ as jt, a as Ft, T as lt, c as Ne, b as Lt, u as we, r as At, e as _t } from "./ButtonBase-
|
|
9
|
+
import { u as G, e as Ct, m as kt, r as Mt, a as Dt, b as It } from "./useSlot-CtsS_jy6.js";
|
|
10
|
+
import { _ as jt, a as Ft, T as lt, c as Ne, b as Lt, u as we, r as At, e as _t } from "./ButtonBase-BFsNsbc9.js";
|
|
11
11
|
import { u as $t } from "./useTheme-DrS6mww6.js";
|
|
12
12
|
import * as Vt from "react-dom";
|
|
13
13
|
import he from "react-dom";
|
|
@@ -15,7 +15,7 @@ import { unstable_getScrollbarSize as Ut, unstable_ownerWindow as Ee, unstable_o
|
|
|
15
15
|
import { g as Ht } from "./backdropClasses-lc38rgzd.js";
|
|
16
16
|
import { g as Bt } from "./paperClasses-D1WMlaxU.js";
|
|
17
17
|
import { u as zt } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
18
|
-
import { L as Wt } from "./MenuItem-
|
|
18
|
+
import { L as Wt } from "./MenuItem-Bl45WcKS.js";
|
|
19
19
|
const Gt = /* @__PURE__ */ p.createContext();
|
|
20
20
|
process.env.NODE_ENV !== "production" && (e.node, e.bool);
|
|
21
21
|
const Xt = () => p.useContext(Gt) ?? !1;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as l from "react";
|
|
2
2
|
import { a as d, P as o } from "./createTheme-BZxWCiBm.js";
|
|
3
3
|
import { c as x } from "./identifier-CHPjnqaz.js";
|
|
4
|
-
import { u as V, s as j, c as B, r as L, m as P } from "./memoTheme-
|
|
4
|
+
import { u as V, s as j, c as B, r as L, m as P } from "./memoTheme-CaOW5YiB.js";
|
|
5
5
|
import { g as S, d as $, m as i } from "./menuItemClasses-BxqenSTj.js";
|
|
6
6
|
import { j as I } from "./jsx-runtime-C5mzlN2N.js";
|
|
7
7
|
import { u as D } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
8
|
-
import { u as F, B as G } from "./ButtonBase-
|
|
8
|
+
import { u as F, B as G } from "./ButtonBase-BFsNsbc9.js";
|
|
9
9
|
import { l as O } from "./listItemIconClasses-D-kc0Y9u.js";
|
|
10
10
|
import { g as U } from "./generateUtilityClasses-STjIp_B9.js";
|
|
11
11
|
const b = /* @__PURE__ */ l.createContext({});
|
|
@@ -146,8 +146,8 @@ const M = U("MuiListItemText", ["root", "multiline", "dense", "inset", "primary"
|
|
|
146
146
|
focusVisibleClassName: N,
|
|
147
147
|
role: T = "menuitem",
|
|
148
148
|
tabIndex: g,
|
|
149
|
-
className:
|
|
150
|
-
...
|
|
149
|
+
className: R,
|
|
150
|
+
...k
|
|
151
151
|
} = a, v = l.useContext(b), y = l.useMemo(() => ({
|
|
152
152
|
dense: r || v.dense || !1,
|
|
153
153
|
disableGutters: n
|
|
@@ -170,8 +170,8 @@ const M = U("MuiListItemText", ["root", "multiline", "dense", "inset", "primary"
|
|
|
170
170
|
tabIndex: C,
|
|
171
171
|
component: p,
|
|
172
172
|
focusVisibleClassName: x(m.focusVisible, N),
|
|
173
|
-
className: x(m.root,
|
|
174
|
-
...
|
|
173
|
+
className: x(m.root, R),
|
|
174
|
+
...k,
|
|
175
175
|
ownerState: w,
|
|
176
176
|
classes: m
|
|
177
177
|
})
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as e, h as O, r as m, f as V, g as C, m as
|
|
2
|
-
import { a as E, b as N, c as F, s as B, u as M } from "./memoTheme-
|
|
1
|
+
import { P as e, h as O, r as m, f as V, g as C, m as R, e as D, j as T } from "./createTheme-BZxWCiBm.js";
|
|
2
|
+
import { a as E, b as N, c as F, s as B, u as M } from "./memoTheme-CaOW5YiB.js";
|
|
3
3
|
import * as f from "react";
|
|
4
4
|
import { c as w } from "./identifier-CHPjnqaz.js";
|
|
5
5
|
import { j as G } from "./jsx-runtime-C5mzlN2N.js";
|
|
@@ -28,7 +28,7 @@ function q({
|
|
|
28
28
|
props: o
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
|
-
const z =
|
|
31
|
+
const z = D(), H = _("div", {
|
|
32
32
|
name: "MuiStack",
|
|
33
33
|
slot: "Root",
|
|
34
34
|
overridesResolver: (o, r) => r.root
|
|
@@ -95,7 +95,7 @@ const K = (o) => ({
|
|
|
95
95
|
}
|
|
96
96
|
}));
|
|
97
97
|
}
|
|
98
|
-
return s =
|
|
98
|
+
return s = R(r.breakpoints, s), s;
|
|
99
99
|
};
|
|
100
100
|
function W(o = {}) {
|
|
101
101
|
const {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as j from "react";
|
|
2
2
|
import { c, P as r } from "./createTheme-BZxWCiBm.js";
|
|
3
3
|
import { c as O } from "./identifier-CHPjnqaz.js";
|
|
4
|
-
import { i as S } from "./index-
|
|
5
|
-
import { u as w, s as B, c as P, m as W } from "./memoTheme-
|
|
4
|
+
import { i as S } from "./index-DljiS4x1.js";
|
|
5
|
+
import { u as w, s as B, c as P, m as W } from "./memoTheme-CaOW5YiB.js";
|
|
6
6
|
import { c as C } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
|
|
7
|
-
import { g as
|
|
8
|
-
import { j as
|
|
9
|
-
const
|
|
7
|
+
import { g as R } from "./typographyClasses-BrhUWCU3.js";
|
|
8
|
+
import { j as M } from "./jsx-runtime-C5mzlN2N.js";
|
|
9
|
+
const N = {
|
|
10
10
|
primary: !0,
|
|
11
11
|
secondary: !0,
|
|
12
12
|
error: !0,
|
|
@@ -16,31 +16,31 @@ const R = {
|
|
|
16
16
|
textPrimary: !0,
|
|
17
17
|
textSecondary: !0,
|
|
18
18
|
textDisabled: !0
|
|
19
|
-
}, D = S(), E = (
|
|
19
|
+
}, D = S(), E = (e) => {
|
|
20
20
|
const {
|
|
21
|
-
align:
|
|
21
|
+
align: o,
|
|
22
22
|
gutterBottom: t,
|
|
23
23
|
noWrap: a,
|
|
24
24
|
paragraph: s,
|
|
25
25
|
variant: i,
|
|
26
26
|
classes: p
|
|
27
|
-
} =
|
|
28
|
-
root: ["root", i,
|
|
27
|
+
} = e, n = {
|
|
28
|
+
root: ["root", i, e.align !== "inherit" && `align${c(o)}`, t && "gutterBottom", a && "noWrap", s && "paragraph"]
|
|
29
29
|
};
|
|
30
|
-
return P(n,
|
|
30
|
+
return P(n, R, p);
|
|
31
31
|
}, A = B("span", {
|
|
32
32
|
name: "MuiTypography",
|
|
33
33
|
slot: "Root",
|
|
34
|
-
overridesResolver: (
|
|
34
|
+
overridesResolver: (e, o) => {
|
|
35
35
|
const {
|
|
36
36
|
ownerState: t
|
|
37
|
-
} =
|
|
38
|
-
return [
|
|
37
|
+
} = e;
|
|
38
|
+
return [o.root, t.variant && o[t.variant], t.align !== "inherit" && o[`align${c(t.align)}`], t.noWrap && o.noWrap, t.gutterBottom && o.gutterBottom, t.paragraph && o.paragraph];
|
|
39
39
|
}
|
|
40
40
|
})(W(({
|
|
41
|
-
theme:
|
|
41
|
+
theme: e
|
|
42
42
|
}) => {
|
|
43
|
-
var
|
|
43
|
+
var o;
|
|
44
44
|
return {
|
|
45
45
|
margin: 0,
|
|
46
46
|
variants: [{
|
|
@@ -53,24 +53,24 @@ const R = {
|
|
|
53
53
|
lineHeight: "inherit",
|
|
54
54
|
letterSpacing: "inherit"
|
|
55
55
|
}
|
|
56
|
-
}, ...Object.entries(
|
|
56
|
+
}, ...Object.entries(e.typography).filter(([t, a]) => t !== "inherit" && a && typeof a == "object").map(([t, a]) => ({
|
|
57
57
|
props: {
|
|
58
58
|
variant: t
|
|
59
59
|
},
|
|
60
60
|
style: a
|
|
61
|
-
})), ...Object.entries(
|
|
61
|
+
})), ...Object.entries(e.palette).filter(C()).map(([t]) => ({
|
|
62
62
|
props: {
|
|
63
63
|
color: t
|
|
64
64
|
},
|
|
65
65
|
style: {
|
|
66
|
-
color: (
|
|
66
|
+
color: (e.vars || e).palette[t].main
|
|
67
67
|
}
|
|
68
|
-
})), ...Object.entries(((
|
|
68
|
+
})), ...Object.entries(((o = e.palette) == null ? void 0 : o.text) || {}).filter(([, t]) => typeof t == "string").map(([t]) => ({
|
|
69
69
|
props: {
|
|
70
70
|
color: `text${c(t)}`
|
|
71
71
|
},
|
|
72
72
|
style: {
|
|
73
|
-
color: (
|
|
73
|
+
color: (e.vars || e).palette.text[t]
|
|
74
74
|
}
|
|
75
75
|
})), {
|
|
76
76
|
props: ({
|
|
@@ -116,14 +116,14 @@ const R = {
|
|
|
116
116
|
body1: "p",
|
|
117
117
|
body2: "p",
|
|
118
118
|
inherit: "p"
|
|
119
|
-
}, V = /* @__PURE__ */ j.forwardRef(function(
|
|
119
|
+
}, V = /* @__PURE__ */ j.forwardRef(function(o, t) {
|
|
120
120
|
const {
|
|
121
121
|
color: a,
|
|
122
122
|
...s
|
|
123
123
|
} = w({
|
|
124
|
-
props:
|
|
124
|
+
props: o,
|
|
125
125
|
name: "MuiTypography"
|
|
126
|
-
}), i = !
|
|
126
|
+
}), i = !N[a], p = D({
|
|
127
127
|
...s,
|
|
128
128
|
...i && {
|
|
129
129
|
color: a
|
|
@@ -150,7 +150,7 @@ const R = {
|
|
|
150
150
|
variant: l,
|
|
151
151
|
variantMapping: m
|
|
152
152
|
}, v = h || (y ? "p" : m[l] || b[l]) || "span", T = E(u);
|
|
153
|
-
return /* @__PURE__ */
|
|
153
|
+
return /* @__PURE__ */ M.jsx(A, {
|
|
154
154
|
as: v,
|
|
155
155
|
ref: t,
|
|
156
156
|
className: O(T.root, g),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import e, { forwardRef as
|
|
2
|
-
import { E as
|
|
1
|
+
import e, { forwardRef as c } from "react";
|
|
2
|
+
import { E as m } from "./SSRBase-BSdFRe_j.js";
|
|
3
3
|
const o = /* @__PURE__ */ new Map([
|
|
4
4
|
[
|
|
5
5
|
"bold",
|
|
@@ -40,7 +40,7 @@ var p = Object.defineProperty, L = Object.defineProperties, i = Object.getOwnPro
|
|
|
40
40
|
E.call(t, r) && n(a, r, t[r]);
|
|
41
41
|
return a;
|
|
42
42
|
}, d = (a, t) => L(a, i(t));
|
|
43
|
-
const b =
|
|
43
|
+
const b = c((a, t) => /* @__PURE__ */ e.createElement(m, d(f({ ref: t }, a), { weights: o })));
|
|
44
44
|
b.displayName = "X";
|
|
45
45
|
export {
|
|
46
46
|
b as S
|
|
@@ -2,8 +2,8 @@ import * as h from "react";
|
|
|
2
2
|
import { j as w } from "./jsx-runtime-C5mzlN2N.js";
|
|
3
3
|
import { c as x, P as o } from "./createTheme-BZxWCiBm.js";
|
|
4
4
|
import { c as N } from "./identifier-CHPjnqaz.js";
|
|
5
|
-
import { u as b, s as O, c as
|
|
6
|
-
import { g as
|
|
5
|
+
import { u as b, s as O, c as R, m as T } from "./memoTheme-CaOW5YiB.js";
|
|
6
|
+
import { g as I } from "./svgIconClasses-SzHbWjUv.js";
|
|
7
7
|
const j = (e) => {
|
|
8
8
|
const {
|
|
9
9
|
color: r,
|
|
@@ -12,7 +12,7 @@ const j = (e) => {
|
|
|
12
12
|
} = e, s = {
|
|
13
13
|
root: ["root", r !== "inherit" && `color${x(r)}`, `fontSize${x(n)}`]
|
|
14
14
|
};
|
|
15
|
-
return
|
|
15
|
+
return R(s, I, i);
|
|
16
16
|
}, C = O("svg", {
|
|
17
17
|
name: "MuiSvgIcon",
|
|
18
18
|
slot: "Root",
|
|
@@ -22,10 +22,10 @@ const j = (e) => {
|
|
|
22
22
|
} = e;
|
|
23
23
|
return [r.root, n.color !== "inherit" && r[`color${x(n.color)}`], r[`fontSize${x(n.fontSize)}`]];
|
|
24
24
|
}
|
|
25
|
-
})(
|
|
25
|
+
})(T(({
|
|
26
26
|
theme: e
|
|
27
27
|
}) => {
|
|
28
|
-
var r, n, i, s, l, g,
|
|
28
|
+
var r, n, i, s, l, g, c, S, p, m, a, d, v, f;
|
|
29
29
|
return {
|
|
30
30
|
userSelect: "none",
|
|
31
31
|
width: "1em",
|
|
@@ -65,7 +65,7 @@ const j = (e) => {
|
|
|
65
65
|
fontSize: "medium"
|
|
66
66
|
},
|
|
67
67
|
style: {
|
|
68
|
-
fontSize: ((S = (
|
|
68
|
+
fontSize: ((S = (c = e.typography) == null ? void 0 : c.pxToRem) == null ? void 0 : S.call(c, 24)) || "1.5rem"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
{
|
|
@@ -93,7 +93,7 @@ const j = (e) => {
|
|
|
93
93
|
color: "action"
|
|
94
94
|
},
|
|
95
95
|
style: {
|
|
96
|
-
color: (d = (
|
|
96
|
+
color: (d = (a = (e.vars ?? e).palette) == null ? void 0 : a.action) == null ? void 0 : d.active
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
{
|
|
@@ -122,17 +122,17 @@ const j = (e) => {
|
|
|
122
122
|
children: s,
|
|
123
123
|
className: l,
|
|
124
124
|
color: g = "inherit",
|
|
125
|
-
component:
|
|
125
|
+
component: c = "svg",
|
|
126
126
|
fontSize: S = "medium",
|
|
127
127
|
htmlColor: p,
|
|
128
128
|
inheritViewBox: m = !1,
|
|
129
|
-
titleAccess:
|
|
129
|
+
titleAccess: a,
|
|
130
130
|
viewBox: d = "0 0 24 24",
|
|
131
131
|
...v
|
|
132
132
|
} = i, f = /* @__PURE__ */ h.isValidElement(s) && s.type === "svg", t = {
|
|
133
133
|
...i,
|
|
134
134
|
color: g,
|
|
135
|
-
component:
|
|
135
|
+
component: c,
|
|
136
136
|
fontSize: S,
|
|
137
137
|
instanceFontSize: r.fontSize,
|
|
138
138
|
inheritViewBox: m,
|
|
@@ -142,19 +142,19 @@ const j = (e) => {
|
|
|
142
142
|
m || (u.viewBox = d);
|
|
143
143
|
const y = j(t);
|
|
144
144
|
return /* @__PURE__ */ w.jsxs(C, {
|
|
145
|
-
as:
|
|
145
|
+
as: c,
|
|
146
146
|
className: N(y.root, l),
|
|
147
147
|
focusable: "false",
|
|
148
148
|
color: p,
|
|
149
|
-
"aria-hidden":
|
|
150
|
-
role:
|
|
149
|
+
"aria-hidden": a ? void 0 : !0,
|
|
150
|
+
role: a ? "img" : void 0,
|
|
151
151
|
ref: n,
|
|
152
152
|
...u,
|
|
153
153
|
...v,
|
|
154
154
|
...f && s.props,
|
|
155
155
|
ownerState: t,
|
|
156
|
-
children: [f ? s.props.children : s,
|
|
157
|
-
children:
|
|
156
|
+
children: [f ? s.props.children : s, a ? /* @__PURE__ */ w.jsx("title", {
|
|
157
|
+
children: a
|
|
158
158
|
}) : null]
|
|
159
159
|
});
|
|
160
160
|
});
|
|
@@ -2,7 +2,7 @@ import "react";
|
|
|
2
2
|
import { j as p } from "./jsx-runtime-C5mzlN2N.js";
|
|
3
3
|
import { e as f } from "./extendSxProp-SCsFy5tr.js";
|
|
4
4
|
import { P as e } from "./createTheme-BZxWCiBm.js";
|
|
5
|
-
import { d as a } from "./memoTheme-
|
|
5
|
+
import { d as a } from "./memoTheme-CaOW5YiB.js";
|
|
6
6
|
import { T as c } from "./identifier-CHPjnqaz.js";
|
|
7
7
|
import { u as m } from "./useTheme-DrS6mww6.js";
|
|
8
8
|
import { Global as y } from "@emotion/react";
|
package/dist/main.d.ts
CHANGED
|
@@ -1,51 +1,47 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export type { ColumnDef,
|
|
17
|
-
export { default as
|
|
18
|
-
export type { DialogConfirmContextProps, DialogConfirmOpenOptions } from './
|
|
19
|
-
export { default as
|
|
20
|
-
export type { DialogMessageContextProps, DialogMessageOpenOptions } from './
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export type { CustomFile } from './
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as
|
|
43
|
-
export {
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as
|
|
46
|
-
export type { SnackbarMessageContextProps, SnackbarMessageOpenOptions } from './AppSnackbarMessage';
|
|
47
|
-
export { default as AppGallery } from './AppGallery';
|
|
48
|
-
export { default as SThemeProvider } from './SThemeProvider';
|
|
1
|
+
export { default as SAutocomplete } from './s-autocomplete';
|
|
2
|
+
export { default as SAvatar } from './s-avatar';
|
|
3
|
+
export { default as SBreadcrumbsSeparator } from './s-breadcrumbs-separator';
|
|
4
|
+
export { default as SBox } from './s-box';
|
|
5
|
+
export { default as SButtonLink } from './s-button-link';
|
|
6
|
+
export { default as STextEditor } from './s-text-editor';
|
|
7
|
+
export { default as SButton } from './s-button';
|
|
8
|
+
export { default as SCardActions } from './s-card-actions';
|
|
9
|
+
export { default as SCardHeader } from './s-card-header';
|
|
10
|
+
export { default as SCardContent } from './s-card-content';
|
|
11
|
+
export { default as SCard } from './s-card';
|
|
12
|
+
export { default as SCheckbox } from './s-checkbox';
|
|
13
|
+
export { default as SChip } from './s-chip';
|
|
14
|
+
export { default as SChips } from './s-chips';
|
|
15
|
+
export { default as SDataTable } from './s-data-table';
|
|
16
|
+
export type { ColumnDef, SDataTableProps } from './s-data-table';
|
|
17
|
+
export { default as SDialogConfirm, DialogConfirmProvider, useDialogConfirm } from './s-dialog-confirm';
|
|
18
|
+
export type { DialogConfirmContextProps, DialogConfirmOpenOptions } from './s-dialog-confirm';
|
|
19
|
+
export { default as SDialogMessage, DialogMessageProvider, useDialogMessage } from './s-dialog-message';
|
|
20
|
+
export type { DialogMessageContextProps, DialogMessageOpenOptions } from './s-dialog-message';
|
|
21
|
+
export { default as SError } from './s-error';
|
|
22
|
+
export { default as SEmpty } from './s-empty';
|
|
23
|
+
export { default as SDialog } from './s-dialog';
|
|
24
|
+
export { default as SFileDropzone } from './s-file-dropzone';
|
|
25
|
+
export type { CustomFile } from './s-file-dropzone';
|
|
26
|
+
export { default as SFileIcon } from './s-file-icon';
|
|
27
|
+
export { default as SI18nProvider } from './s-i18n-provider';
|
|
28
|
+
export { default as SIconButton } from './s-icon-button';
|
|
29
|
+
export { default as SLabel } from './s-label';
|
|
30
|
+
export { default as SMultiSelect } from './s-multi-select';
|
|
31
|
+
export { default as SNoSsr } from './s-no-ssr';
|
|
32
|
+
export { default as SMenuItem } from './s-menu-item';
|
|
33
|
+
export { default as STextField } from './s-text-field';
|
|
34
|
+
export { default as SPagination } from './s-pagination';
|
|
35
|
+
export { default as SRating } from './s-rating';
|
|
36
|
+
export { default as SSelect } from './s-select';
|
|
37
|
+
export { default as SSkeleton } from './s-skeleton';
|
|
38
|
+
export { default as STip } from './s-tip';
|
|
39
|
+
export { default as STextTruncation } from './s-text-truncation';
|
|
40
|
+
export { default as SStack } from './s-stack';
|
|
41
|
+
export { default as SLink } from './s-link';
|
|
42
|
+
export { default as SSnackbarMessage, SnackbarMessageProvider, useSnackbarMessage } from './s-snackbar-message';
|
|
43
|
+
export type { SnackbarMessageContextProps, SnackbarMessageOpenOptions } from './s-snackbar-message';
|
|
44
|
+
export { default as SImageGallery } from './s-image-gallery';
|
|
45
|
+
export { default as SThemeProvider } from './s-theme-provider';
|
|
49
46
|
export * from './hooks';
|
|
50
|
-
export * from './styles/theme';
|
|
51
47
|
export * from './utils';
|