@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.
- 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 +7 -0
- package/dist/s-box/s-box.js +7 -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 +6 -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/{STextField/STextField.js → s-text-field/s-text-field.js} +1 -1
- 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/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/{STextField/STextField.d.ts → s-text-field/s-text-field.d.ts} +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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Theme } from '../types';
|
|
2
1
|
export declare const components: {
|
|
3
2
|
MuiAlert: {
|
|
4
3
|
styleOverrides: {
|
|
@@ -7,24 +6,6 @@ export declare const components: {
|
|
|
7
6
|
};
|
|
8
7
|
};
|
|
9
8
|
};
|
|
10
|
-
MuiAvatar: {
|
|
11
|
-
defaultProps: {
|
|
12
|
-
children: import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
};
|
|
14
|
-
styleOverrides: {
|
|
15
|
-
root: {
|
|
16
|
-
fontSize: string;
|
|
17
|
-
fontWeight: number;
|
|
18
|
-
height: string;
|
|
19
|
-
letterSpacing: number;
|
|
20
|
-
width: string;
|
|
21
|
-
border: string;
|
|
22
|
-
};
|
|
23
|
-
img: {
|
|
24
|
-
objectFit: "fill";
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
9
|
MuiBackdrop: {
|
|
29
10
|
styleOverrides: {
|
|
30
11
|
root: {
|
|
@@ -80,7 +61,7 @@ export declare const components: {
|
|
|
80
61
|
component?: React.ElementType;
|
|
81
62
|
} & Record<string, unknown>;
|
|
82
63
|
} & {
|
|
83
|
-
theme: Theme;
|
|
64
|
+
theme: import('../types').Theme;
|
|
84
65
|
}) => Record<string, string>;
|
|
85
66
|
outlinedSecondary: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
86
67
|
component?: React.ElementType;
|
|
@@ -89,7 +70,7 @@ export declare const components: {
|
|
|
89
70
|
component?: React.ElementType;
|
|
90
71
|
} & Record<string, unknown>;
|
|
91
72
|
} & {
|
|
92
|
-
theme: Theme;
|
|
73
|
+
theme: import('../types').Theme;
|
|
93
74
|
}) => Record<string, string>;
|
|
94
75
|
outlinedSuccess: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
95
76
|
component?: React.ElementType;
|
|
@@ -98,7 +79,7 @@ export declare const components: {
|
|
|
98
79
|
component?: React.ElementType;
|
|
99
80
|
} & Record<string, unknown>;
|
|
100
81
|
} & {
|
|
101
|
-
theme: Theme;
|
|
82
|
+
theme: import('../types').Theme;
|
|
102
83
|
}) => Record<string, string>;
|
|
103
84
|
outlinedInfo: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
104
85
|
component?: React.ElementType;
|
|
@@ -107,7 +88,7 @@ export declare const components: {
|
|
|
107
88
|
component?: React.ElementType;
|
|
108
89
|
} & Record<string, unknown>;
|
|
109
90
|
} & {
|
|
110
|
-
theme: Theme;
|
|
91
|
+
theme: import('../types').Theme;
|
|
111
92
|
}) => Record<string, string>;
|
|
112
93
|
outlinedWarning: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
113
94
|
component?: React.ElementType;
|
|
@@ -116,7 +97,7 @@ export declare const components: {
|
|
|
116
97
|
component?: React.ElementType;
|
|
117
98
|
} & Record<string, unknown>;
|
|
118
99
|
} & {
|
|
119
|
-
theme: Theme;
|
|
100
|
+
theme: import('../types').Theme;
|
|
120
101
|
}) => Record<string, string>;
|
|
121
102
|
outlinedError: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
122
103
|
component?: React.ElementType;
|
|
@@ -125,7 +106,7 @@ export declare const components: {
|
|
|
125
106
|
component?: React.ElementType;
|
|
126
107
|
} & Record<string, unknown>;
|
|
127
108
|
} & {
|
|
128
|
-
theme: Theme;
|
|
109
|
+
theme: import('../types').Theme;
|
|
129
110
|
}) => Record<string, string>;
|
|
130
111
|
contained: {
|
|
131
112
|
[x: string]: "hidden" | "var(--Button-containedBg)" | "var(--Button-containedBgGradient)" | "var(--mui-shadows-1), var(--Button-containedStroke)" | {
|
|
@@ -208,7 +189,7 @@ export declare const components: {
|
|
|
208
189
|
component?: React.ElementType;
|
|
209
190
|
} & Record<string, unknown>;
|
|
210
191
|
} & {
|
|
211
|
-
theme: Theme;
|
|
192
|
+
theme: import('../types').Theme;
|
|
212
193
|
}) => {
|
|
213
194
|
[x: string]: any;
|
|
214
195
|
borderRadius: string;
|
|
@@ -292,7 +273,7 @@ export declare const components: {
|
|
|
292
273
|
component?: React.ElementType;
|
|
293
274
|
} & Record<string, unknown>;
|
|
294
275
|
} & {
|
|
295
|
-
theme: Theme;
|
|
276
|
+
theme: import('../types').Theme;
|
|
296
277
|
}) => any;
|
|
297
278
|
iconSmall: {
|
|
298
279
|
fontSize: string;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { MuiAccordion as o } from "./accordion.js";
|
|
2
|
+
import { MuiAlert as i } from "./alert.js";
|
|
3
|
+
import { MuiAutocomplete as r } from "./autocomplete.js";
|
|
4
|
+
import { MuiBackdrop as m } from "./backdrop.js";
|
|
5
|
+
import { MuiButton as t } from "./button.js";
|
|
6
|
+
import { MuiButtonBase as u } from "./button-base.js";
|
|
7
|
+
import { MuiButtonGroup as p } from "./button-group.js";
|
|
8
|
+
import { MuiCard as M } from "./card.js";
|
|
9
|
+
import { MuiCardActions as f } from "./card-actions.js";
|
|
10
|
+
import { MuiCardContent as e } from "./card-content.js";
|
|
11
|
+
import { MuiCardHeader as n } from "./card-header.js";
|
|
12
|
+
import { MuiCheckbox as a } from "./checkbox.js";
|
|
13
|
+
import { MuiChip as l } from "./chip.js";
|
|
14
|
+
import { MuiDialogActions as s } from "./dialog-actions.js";
|
|
15
|
+
import { MuiDialogContent as c } from "./dialog-content.js";
|
|
16
|
+
import { MuiDialogContentText as I } from "./dialog-content-text.js";
|
|
17
|
+
import { MuiDialogTitle as T } from "./dialog-title.js";
|
|
18
|
+
import { MuiFilledInput as d } from "./filled-input.js";
|
|
19
|
+
import { MuiFormControlLabel as B } from "./form-control-label.js";
|
|
20
|
+
import { MuiFormGroup as C } from "./form-group.js";
|
|
21
|
+
import { MuiFormHelperText as L } from "./form-helper-text.js";
|
|
22
|
+
import { MuiFormLabel as b } from "./form-label.js";
|
|
23
|
+
import { MuiIconButton as g } from "./icon-button.js";
|
|
24
|
+
import { MuiInput as A } from "./input.js";
|
|
25
|
+
import { MuiInputBase as k } from "./input-base.js";
|
|
26
|
+
import { MuiInputLabel as x } from "./input-label.js";
|
|
27
|
+
import { MuiLinearProgress as F } from "./linear-progress.js";
|
|
28
|
+
import { MuiLink as D } from "./link.js";
|
|
29
|
+
import { MuiList as P } from "./list.js";
|
|
30
|
+
import { MuiListItem as S } from "./list-item.js";
|
|
31
|
+
import { MuiListItemAvatar as h } from "./list-item-avatar.js";
|
|
32
|
+
import { MuiListItemButton as G } from "./list-item-button.js";
|
|
33
|
+
import { MuiListItemIcon as H } from "./list-item-icon.js";
|
|
34
|
+
import { MuiListItemText as v } from "./list-item-text.js";
|
|
35
|
+
import { MuiMenu as w } from "./menu.js";
|
|
36
|
+
import { MuiMenuItem as y } from "./menu-item.js";
|
|
37
|
+
import { MuiOutlinedInput as O } from "./outlined-input.js";
|
|
38
|
+
import { MuiPaper as R } from "./paper.js";
|
|
39
|
+
import { MuiPopover as j } from "./popover.js";
|
|
40
|
+
import { MuiRadio as q } from "./radio.js";
|
|
41
|
+
import { MuiSelect as z } from "./select.js";
|
|
42
|
+
import { MuiSkeleton as E } from "./skeleton.js";
|
|
43
|
+
import { MuiStack as J } from "./stack.js";
|
|
44
|
+
import { MuiSwitch as K } from "./switch.js";
|
|
45
|
+
import { MuiTab as N } from "./tab.js";
|
|
46
|
+
import { MuiTableBody as Q } from "./table-body.js";
|
|
47
|
+
import { MuiTableCell as U } from "./table-cell.js";
|
|
48
|
+
import { MuiTableHead as V } from "./table-head.js";
|
|
49
|
+
import { MuiTablePagination as W } from "./table-pagination.js";
|
|
50
|
+
import { MuiTabs as X } from "./tabs.js";
|
|
51
|
+
import { MuiToggleButton as Y } from "./toggle-button.js";
|
|
52
|
+
import { MuiToggleButtonGroup as Z } from "./toggle-button-group.js";
|
|
53
|
+
import { MuiTooltip as _ } from "./tooltip.js";
|
|
54
|
+
const $o = {
|
|
55
|
+
MuiAlert: i,
|
|
56
|
+
MuiBackdrop: m,
|
|
57
|
+
MuiButton: t,
|
|
58
|
+
MuiButtonBase: u,
|
|
59
|
+
MuiButtonGroup: p,
|
|
60
|
+
MuiCard: M,
|
|
61
|
+
MuiCardActions: f,
|
|
62
|
+
MuiCardContent: e,
|
|
63
|
+
MuiCardHeader: n,
|
|
64
|
+
MuiCheckbox: a,
|
|
65
|
+
MuiChip: l,
|
|
66
|
+
MuiFilledInput: d,
|
|
67
|
+
MuiFormControlLabel: B,
|
|
68
|
+
MuiFormGroup: C,
|
|
69
|
+
MuiFormLabel: b,
|
|
70
|
+
MuiIconButton: g,
|
|
71
|
+
MuiInput: A,
|
|
72
|
+
MuiInputBase: k,
|
|
73
|
+
MuiInputLabel: x,
|
|
74
|
+
MuiLinearProgress: F,
|
|
75
|
+
MuiLink: D,
|
|
76
|
+
MuiList: P,
|
|
77
|
+
MuiListItem: S,
|
|
78
|
+
MuiListItemAvatar: h,
|
|
79
|
+
MuiListItemButton: G,
|
|
80
|
+
MuiListItemIcon: H,
|
|
81
|
+
MuiListItemText: v,
|
|
82
|
+
MuiMenu: w,
|
|
83
|
+
MuiMenuItem: y,
|
|
84
|
+
MuiOutlinedInput: O,
|
|
85
|
+
MuiPaper: R,
|
|
86
|
+
MuiPopover: j,
|
|
87
|
+
MuiRadio: q,
|
|
88
|
+
MuiSelect: z,
|
|
89
|
+
MuiStack: J,
|
|
90
|
+
MuiSwitch: K,
|
|
91
|
+
MuiTab: N,
|
|
92
|
+
MuiTableBody: Q,
|
|
93
|
+
MuiTableCell: U,
|
|
94
|
+
MuiTableHead: V,
|
|
95
|
+
MuiTablePagination: W,
|
|
96
|
+
MuiTabs: X,
|
|
97
|
+
MuiToggleButton: Y,
|
|
98
|
+
MuiToggleButtonGroup: Z,
|
|
99
|
+
MuiTooltip: _,
|
|
100
|
+
MuiAutocomplete: r,
|
|
101
|
+
MuiAccordion: o,
|
|
102
|
+
MuiDialogActions: s,
|
|
103
|
+
MuiDialogContentText: I,
|
|
104
|
+
MuiDialogTitle: T,
|
|
105
|
+
MuiDialogContent: c,
|
|
106
|
+
MuiFormHelperText: L,
|
|
107
|
+
MuiSkeleton: E
|
|
108
|
+
};
|
|
109
|
+
export {
|
|
110
|
+
$o as components
|
|
111
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as t } from "
|
|
2
|
-
import { o } from "
|
|
1
|
+
import { i as t } from "../../inputBaseClasses-BRd7g4Od.js";
|
|
2
|
+
import { o } from "../../outlinedInputClasses-BTtPbpE5.js";
|
|
3
3
|
const n = {
|
|
4
4
|
defaultProps: { notched: !1 },
|
|
5
5
|
styleOverrides: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as e } from "
|
|
1
|
+
import { j as e } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
2
|
function i() {
|
|
3
3
|
return /* @__PURE__ */ e.jsx("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e.jsx(
|
|
4
4
|
"path",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as t } from "
|
|
2
|
-
import { C as e } from "
|
|
1
|
+
import { j as t } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
+
import { C as e } from "../../CaretDown-CZu0drmJ.js";
|
|
3
3
|
function o() {
|
|
4
4
|
return /* @__PURE__ */ t.jsx(
|
|
5
5
|
e,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { j as m } from "
|
|
1
|
+
import { j as m } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
2
|
import e, { forwardRef as p } from "react";
|
|
3
|
-
import { E as i } from "
|
|
3
|
+
import { E as i } from "../../SSRBase-BSdFRe_j.js";
|
|
4
4
|
const f = /* @__PURE__ */ new Map([
|
|
5
5
|
[
|
|
6
6
|
"bold",
|
|
@@ -79,7 +79,7 @@ function L() {
|
|
|
79
79
|
function $() {
|
|
80
80
|
return /* @__PURE__ */ m.jsx(s, { fontSize: "var(--fontSize-md)" });
|
|
81
81
|
}
|
|
82
|
-
const
|
|
82
|
+
const I = {
|
|
83
83
|
defaultProps: {
|
|
84
84
|
slotProps: {
|
|
85
85
|
actions: { nextButtonIcon: { component: $ }, previousButtonIcon: { component: L } },
|
|
@@ -89,5 +89,5 @@ const R = {
|
|
|
89
89
|
styleOverrides: { input: { marginRight: "16px", padding: 0 } }
|
|
90
90
|
};
|
|
91
91
|
export {
|
|
92
|
-
|
|
92
|
+
I as MuiTablePagination
|
|
93
93
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "
|
|
2
|
-
import { g as r } from "
|
|
1
|
+
import { t as e } from "../../tabClasses-CDDkt7la.js";
|
|
2
|
+
import { g as r } from "../../generateUtilityClasses-STjIp_B9.js";
|
|
3
3
|
const t = r("MuiTabs", ["root", "vertical", "list", "flexContainer", "flexContainerVertical", "centered", "scroller", "fixed", "scrollableX", "scrollableY", "hideScrollbar", "scrollButtons", "scrollButtonsHideMobile", "indicator"]), a = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
flexContainer: { [`&:not(.${t.flexContainerVertical})`]: { gap: "24px" } },
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { j as m } from "../../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
+
import e, { forwardRef as o } from "react";
|
|
3
|
+
import { E as p } from "../../../SSRBase-BSdFRe_j.js";
|
|
4
|
+
const s = /* @__PURE__ */ new Map([
|
|
4
5
|
[
|
|
5
6
|
"bold",
|
|
6
7
|
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M234.38,210a123.36,123.36,0,0,0-60.78-53.23,76,76,0,1,0-91.2,0A123.36,123.36,0,0,0,21.62,210a12,12,0,1,0,20.77,12c18.12-31.32,50.12-50,85.61-50s67.49,18.69,85.61,50a12,12,0,0,0,20.77-12ZM76,96a52,52,0,1,1,52,52A52.06,52.06,0,0,1,76,96Z" }))
|
|
@@ -26,16 +27,19 @@ const o = /* @__PURE__ */ new Map([
|
|
|
26
27
|
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M227.46,214c-16.52-28.56-43-48.06-73.68-55.09a68,68,0,1,0-51.56,0c-30.64,7-57.16,26.53-73.68,55.09a4,4,0,0,0,6.92,4C55,184.19,89.62,164,128,164s73,20.19,92.54,54a4,4,0,0,0,3.46,2,3.93,3.93,0,0,0,2-.54A4,4,0,0,0,227.46,214ZM68,96a60,60,0,1,1,60,60A60.07,60.07,0,0,1,68,96Z" }))
|
|
27
28
|
]
|
|
28
29
|
]);
|
|
29
|
-
var
|
|
30
|
+
var i = Object.defineProperty, u = Object.defineProperties, f = Object.getOwnPropertyDescriptors, l = Object.getOwnPropertySymbols, E = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable, n = (a, t, r) => t in a ? i(a, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : a[t] = r, M = (a, t) => {
|
|
30
31
|
for (var r in t || (t = {}))
|
|
31
|
-
|
|
32
|
+
E.call(t, r) && n(a, r, t[r]);
|
|
32
33
|
if (l)
|
|
33
34
|
for (var r of l(t))
|
|
34
|
-
|
|
35
|
+
d.call(t, r) && n(a, r, t[r]);
|
|
35
36
|
return a;
|
|
36
|
-
},
|
|
37
|
-
const
|
|
38
|
-
|
|
37
|
+
}, b = (a, t) => u(a, f(t));
|
|
38
|
+
const c = o((a, t) => /* @__PURE__ */ e.createElement(p, b(M({ ref: t }, a), { weights: s })));
|
|
39
|
+
c.displayName = "User";
|
|
40
|
+
const y = {
|
|
41
|
+
defaultProps: { children: /* @__PURE__ */ m.jsx(c, {}) }
|
|
42
|
+
};
|
|
39
43
|
export {
|
|
40
|
-
|
|
44
|
+
y as MuiAvatar
|
|
41
45
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { gray as e, green as l, red as a } from "../theme-primitives.js";
|
|
2
|
-
import { i as n } from "
|
|
3
|
-
import { g as s } from "
|
|
4
|
-
import { s as i } from "
|
|
5
|
-
import { b as c } from "
|
|
6
|
-
import { t as d } from "
|
|
7
|
-
import { a as t } from "
|
|
2
|
+
import { i as n } from "../../iconButtonClasses-CqYTUZq-.js";
|
|
3
|
+
import { g as s } from "../../generateUtilityClasses-STjIp_B9.js";
|
|
4
|
+
import { s as i } from "../../svgIconClasses-SzHbWjUv.js";
|
|
5
|
+
import { b as c } from "../../buttonBaseClasses-DxKwiRBX.js";
|
|
6
|
+
import { t as d } from "../../typographyClasses-BrhUWCU3.js";
|
|
7
|
+
import { a as t } from "../../createTheme-BZxWCiBm.js";
|
|
8
8
|
const r = s("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorDefault", "colorError", "colorInfo", "colorPrimary", "colorSecondary", "colorSuccess", "colorWarning", "disabled", "clickable", "clickableColorPrimary", "clickableColorSecondary", "deletable", "deletableColorPrimary", "deletableColorSecondary", "outlined", "filled", "outlinedPrimary", "outlinedSecondary", "filledPrimary", "filledSecondary", "avatar", "avatarSmall", "avatarMedium", "avatarColorPrimary", "avatarColorSecondary", "icon", "iconSmall", "iconMedium", "iconColorPrimary", "iconColorSecondary", "label", "labelSmall", "labelMedium", "deleteIcon", "deleteIconSmall", "deleteIconMedium", "deleteIconColorPrimary", "deleteIconColorSecondary", "deleteIconOutlinedColorPrimary", "deleteIconOutlinedColorSecondary", "deleteIconFilledColorPrimary", "deleteIconFilledColorSecondary", "focusVisible"]), m = {
|
|
9
9
|
MuiList: {
|
|
10
10
|
styleOverrides: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { j as l } from "
|
|
2
|
-
import { c as t } from "
|
|
1
|
+
import { j as l } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
+
import { c as t } from "../../createSvgIcon-B7_s-URK.js";
|
|
3
3
|
import { brand as e, gray as o } from "../theme-primitives.js";
|
|
4
|
-
import { o as i } from "
|
|
5
|
-
import { g as s } from "
|
|
6
|
-
import { s as n } from "
|
|
7
|
-
import { a } from "
|
|
4
|
+
import { o as i } from "../../outlinedInputClasses-BTtPbpE5.js";
|
|
5
|
+
import { g as s } from "../../generateUtilityClasses-STjIp_B9.js";
|
|
6
|
+
import { s as n } from "../../svgIconClasses-SzHbWjUv.js";
|
|
7
|
+
import { a } from "../../createTheme-BZxWCiBm.js";
|
|
8
8
|
const c = t(/* @__PURE__ */ l.jsx("path", {
|
|
9
9
|
d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1m1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"
|
|
10
10
|
}), "CheckBoxOutlineBlankRounded"), p = t(/* @__PURE__ */ l.jsx("path", {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { j as l } from "
|
|
1
|
+
import { j as l } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
2
|
import * as i from "react";
|
|
3
|
-
import { c as p } from "
|
|
3
|
+
import { c as p } from "../../createSvgIcon-B7_s-URK.js";
|
|
4
4
|
import { gray as r, brand as n } from "../theme-primitives.js";
|
|
5
|
-
import { d as c, m as e } from "
|
|
6
|
-
import { t as s } from "
|
|
7
|
-
import { s as t } from "
|
|
8
|
-
import { b } from "
|
|
9
|
-
import { a } from "
|
|
5
|
+
import { d as c, m as e } from "../../menuItemClasses-BxqenSTj.js";
|
|
6
|
+
import { t as s } from "../../tabClasses-CDDkt7la.js";
|
|
7
|
+
import { s as t } from "../../selectClasses-BaagNb21.js";
|
|
8
|
+
import { b } from "../../buttonBaseClasses-DxKwiRBX.js";
|
|
9
|
+
import { a } from "../../createTheme-BZxWCiBm.js";
|
|
10
10
|
const u = p(/* @__PURE__ */ l.jsx("path", {
|
|
11
11
|
d: "m12 5.83 2.46 2.46c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 3.7a.996.996 0 0 0-1.41 0L8.12 6.88c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0zm0 12.34-2.46-2.46a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17c.39-.39.39-1.02 0-1.41a.996.996 0 0 0-1.41 0z"
|
|
12
12
|
}), "UnfoldMoreRounded"), S = {
|