@solostylist/ui-kit 1.0.0
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 +13 -0
- package/dist/AppAutocomplete/AppAutocomplete.d.ts +10 -0
- package/dist/AppAutocomplete/AppAutocomplete.js +19 -0
- package/dist/AppAutocomplete/index.d.ts +1 -0
- package/dist/AppAutocomplete/index.js +4 -0
- package/dist/AppAutocomplete/package.json +5 -0
- package/dist/AppAvatar/AppAvatar.d.ts +7 -0
- package/dist/AppAvatar/AppAvatar.js +13 -0
- package/dist/AppAvatar/index.d.ts +1 -0
- package/dist/AppAvatar/index.js +4 -0
- package/dist/AppAvatar/package.json +5 -0
- package/dist/AppBox/AppBox.d.ts +7 -0
- package/dist/AppBox/AppBox.js +7 -0
- package/dist/AppBox/index.d.ts +1 -0
- package/dist/AppBox/index.js +4 -0
- package/dist/AppBox/package.json +5 -0
- package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.d.ts +3 -0
- package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js +6 -0
- package/dist/AppBreadcrumbsSeparator/index.d.ts +1 -0
- package/dist/AppBreadcrumbsSeparator/index.js +4 -0
- package/dist/AppBreadcrumbsSeparator/package.json +5 -0
- package/dist/AppButton/AppButton.d.ts +9 -0
- package/dist/AppButton/AppButton.js +44 -0
- package/dist/AppButton/index.d.ts +1 -0
- package/dist/AppButton/index.js +4 -0
- package/dist/AppButton/package.json +5 -0
- package/dist/AppButtonLink/AppButtonLink.d.ts +16 -0
- package/dist/AppButtonLink/AppButtonLink.js +36 -0
- package/dist/AppButtonLink/index.d.ts +1 -0
- package/dist/AppButtonLink/index.js +4 -0
- package/dist/AppButtonLink/package.json +5 -0
- package/dist/AppCard/AppCard.d.ts +6 -0
- package/dist/AppCard/AppCard.js +6 -0
- package/dist/AppCard/index.d.ts +1 -0
- package/dist/AppCard/index.js +4 -0
- package/dist/AppCard/package.json +5 -0
- package/dist/AppCardActions/AppCardActions.d.ts +6 -0
- package/dist/AppCardActions/AppCardActions.js +6 -0
- package/dist/AppCardActions/index.d.ts +1 -0
- package/dist/AppCardActions/index.js +4 -0
- package/dist/AppCardActions/package.json +5 -0
- package/dist/AppCardContent/AppCardContent.d.ts +6 -0
- package/dist/AppCardContent/AppCardContent.js +6 -0
- package/dist/AppCardContent/index.d.ts +1 -0
- package/dist/AppCardContent/index.js +4 -0
- package/dist/AppCardContent/package.json +5 -0
- package/dist/AppCardHeader/AppCardHeader.d.ts +10 -0
- package/dist/AppCardHeader/AppCardHeader.js +13 -0
- package/dist/AppCardHeader/index.d.ts +1 -0
- package/dist/AppCardHeader/index.js +4 -0
- package/dist/AppCardHeader/package.json +5 -0
- package/dist/AppCheckbox/AppCheckbox.d.ts +7 -0
- package/dist/AppCheckbox/AppCheckbox.js +16 -0
- package/dist/AppCheckbox/index.d.ts +1 -0
- package/dist/AppCheckbox/index.js +4 -0
- package/dist/AppCheckbox/package.json +5 -0
- package/dist/AppChip/AppChip.d.ts +6 -0
- package/dist/AppChip/AppChip.js +6 -0
- package/dist/AppChip/index.d.ts +1 -0
- package/dist/AppChip/index.js +4 -0
- package/dist/AppChip/package.json +5 -0
- package/dist/AppChips/AppChips.d.ts +7 -0
- package/dist/AppChips/AppChips.js +72 -0
- package/dist/AppChips/index.d.ts +1 -0
- package/dist/AppChips/index.js +4 -0
- package/dist/AppChips/package.json +5 -0
- package/dist/AppDataTable/AppDataTable.d.ts +29 -0
- package/dist/AppDataTable/AppDataTable.js +1178 -0
- package/dist/AppDataTable/index.d.ts +2 -0
- package/dist/AppDataTable/index.js +4 -0
- package/dist/AppDataTable/package.json +5 -0
- package/dist/AppDialog/AppDialog.d.ts +15 -0
- package/dist/AppDialog/AppDialog.js +31 -0
- package/dist/AppDialog/index.d.ts +1 -0
- package/dist/AppDialog/index.js +4 -0
- package/dist/AppDialog/package.json +5 -0
- package/dist/AppDialogConfirm/AppDialogConfirm.d.ts +30 -0
- package/dist/AppDialogConfirm/AppDialogConfirm.js +74 -0
- package/dist/AppDialogConfirm/index.d.ts +2 -0
- package/dist/AppDialogConfirm/index.js +6 -0
- package/dist/AppDialogConfirm/package.json +5 -0
- package/dist/AppDialogMessage/AppDialogMessage.d.ts +27 -0
- package/dist/AppDialogMessage/AppDialogMessage.js +64 -0
- package/dist/AppDialogMessage/index.d.ts +2 -0
- package/dist/AppDialogMessage/index.js +6 -0
- package/dist/AppDialogMessage/package.json +5 -0
- package/dist/AppEmpty/AppEmpty.d.ts +5 -0
- package/dist/AppEmpty/AppEmpty.js +6 -0
- package/dist/AppEmpty/index.d.ts +1 -0
- package/dist/AppEmpty/index.js +4 -0
- package/dist/AppEmpty/package.json +5 -0
- package/dist/AppError/AppError.d.ts +3 -0
- package/dist/AppError/AppError.js +18 -0
- package/dist/AppError/index.d.ts +1 -0
- package/dist/AppError/index.js +4 -0
- package/dist/AppError/package.json +5 -0
- package/dist/AppFileDropzone/AppFileDropzone.d.ts +20 -0
- package/dist/AppFileDropzone/AppFileDropzone.js +166 -0
- package/dist/AppFileDropzone/index.d.ts +2 -0
- package/dist/AppFileDropzone/index.js +4 -0
- package/dist/AppFileDropzone/package.json +5 -0
- package/dist/AppFileIcon/AppFileIcon.d.ts +6 -0
- package/dist/AppFileIcon/AppFileIcon.js +29 -0
- package/dist/AppFileIcon/index.d.ts +1 -0
- package/dist/AppFileIcon/index.js +4 -0
- package/dist/AppFileIcon/package.json +5 -0
- package/dist/AppFormControl/AppFormControl.d.ts +8 -0
- package/dist/AppFormControl/AppFormControl.js +10 -0
- package/dist/AppFormControl/index.d.ts +1 -0
- package/dist/AppFormControl/index.js +4 -0
- package/dist/AppFormControl/package.json +5 -0
- package/dist/AppGallery/AppGallery.d.ts +6 -0
- package/dist/AppGallery/AppGallery.js +1089 -0
- package/dist/AppGallery/index.d.ts +1 -0
- package/dist/AppGallery/index.js +4 -0
- package/dist/AppGallery/package.json +5 -0
- package/dist/AppI18nProvider/AppI18nProvider.d.ts +7 -0
- package/dist/AppI18nProvider/AppI18nProvider.js +20 -0
- package/dist/AppI18nProvider/index.d.ts +1 -0
- package/dist/AppI18nProvider/index.js +4 -0
- package/dist/AppI18nProvider/package.json +5 -0
- package/dist/AppIconButton/AppIconButton.d.ts +8 -0
- package/dist/AppIconButton/AppIconButton.js +6 -0
- package/dist/AppIconButton/index.d.ts +1 -0
- package/dist/AppIconButton/index.js +4 -0
- package/dist/AppIconButton/package.json +5 -0
- package/dist/AppIcons/AppIcons.d.ts +3 -0
- package/dist/AppIcons/AppIcons.js +1081 -0
- package/dist/AppIcons/index.d.ts +1 -0
- package/dist/AppIcons/index.js +4 -0
- package/dist/AppIcons/package.json +5 -0
- package/dist/AppLabel/AppLabel.d.ts +11 -0
- package/dist/AppLabel/AppLabel.js +21 -0
- package/dist/AppLabel/index.d.ts +1 -0
- package/dist/AppLabel/index.js +4 -0
- package/dist/AppLabel/package.json +5 -0
- package/dist/AppLink/AppLink.d.ts +6 -0
- package/dist/AppLink/AppLink.js +6 -0
- package/dist/AppLink/index.d.ts +1 -0
- package/dist/AppLink/index.js +4 -0
- package/dist/AppLink/package.json +5 -0
- package/dist/AppMultiSelect/AppMultiSelect.d.ts +12 -0
- package/dist/AppMultiSelect/AppMultiSelect.js +61 -0
- package/dist/AppMultiSelect/index.d.ts +1 -0
- package/dist/AppMultiSelect/index.js +4 -0
- package/dist/AppMultiSelect/package.json +5 -0
- package/dist/AppNoData/AppNoData.d.ts +5 -0
- package/dist/AppNoData/AppNoData.js +6 -0
- package/dist/AppNoData/index.d.ts +1 -0
- package/dist/AppNoData/index.js +4 -0
- package/dist/AppNoData/package.json +5 -0
- package/dist/AppNoSsr/AppNoSsr.d.ts +8 -0
- package/dist/AppNoSsr/AppNoSsr.js +14 -0
- package/dist/AppNoSsr/index.d.ts +1 -0
- package/dist/AppNoSsr/index.js +4 -0
- package/dist/AppNoSsr/package.json +5 -0
- package/dist/AppOption/AppOption.d.ts +9 -0
- package/dist/AppOption/AppOption.js +6 -0
- package/dist/AppOption/index.d.ts +1 -0
- package/dist/AppOption/index.js +4 -0
- package/dist/AppOption/package.json +5 -0
- package/dist/AppOutlinedInput/AppOutlinedInput.d.ts +10 -0
- package/dist/AppOutlinedInput/AppOutlinedInput.js +40 -0
- package/dist/AppOutlinedInput/index.d.ts +1 -0
- package/dist/AppOutlinedInput/index.js +4 -0
- package/dist/AppOutlinedInput/package.json +5 -0
- package/dist/AppPagination/AppPagination.d.ts +7 -0
- package/dist/AppPagination/AppPagination.js +17 -0
- package/dist/AppPagination/index.d.ts +1 -0
- package/dist/AppPagination/index.js +4 -0
- package/dist/AppPagination/package.json +5 -0
- package/dist/AppRating/AppRating.d.ts +7 -0
- package/dist/AppRating/AppRating.js +7 -0
- package/dist/AppRating/index.d.ts +1 -0
- package/dist/AppRating/index.js +4 -0
- package/dist/AppRating/package.json +5 -0
- package/dist/AppSelect/AppSelect.d.ts +14 -0
- package/dist/AppSelect/AppSelect.js +82 -0
- package/dist/AppSelect/index.d.ts +1 -0
- package/dist/AppSelect/index.js +4 -0
- package/dist/AppSelect/package.json +5 -0
- package/dist/AppSkeleton/AppSkeleton.d.ts +11 -0
- package/dist/AppSkeleton/AppSkeleton.js +34 -0
- package/dist/AppSkeleton/index.d.ts +1 -0
- package/dist/AppSkeleton/index.js +4 -0
- package/dist/AppSkeleton/package.json +5 -0
- package/dist/AppSnackbarMessage/AppSnackbarMessage.d.ts +23 -0
- package/dist/AppSnackbarMessage/AppSnackbarMessage.js +50 -0
- package/dist/AppSnackbarMessage/index.d.ts +2 -0
- package/dist/AppSnackbarMessage/index.js +6 -0
- package/dist/AppSnackbarMessage/package.json +5 -0
- package/dist/AppStack/AppStack.d.ts +6 -0
- package/dist/AppStack/AppStack.js +6 -0
- package/dist/AppStack/index.d.ts +1 -0
- package/dist/AppStack/index.js +4 -0
- package/dist/AppStack/package.json +5 -0
- package/dist/AppTextEditor/AppTextEditor.d.ts +23 -0
- package/dist/AppTextEditor/AppTextEditor.js +80 -0
- package/dist/AppTextEditor/TextEditorToolbar.d.ts +6 -0
- package/dist/AppTextEditor/TextEditorToolbar.js +4479 -0
- package/dist/AppTextEditor/index.d.ts +1 -0
- package/dist/AppTextEditor/index.js +4 -0
- package/dist/AppTextEditor/package.json +5 -0
- package/dist/AppTextTruncation/AppTextTruncation.d.ts +6 -0
- package/dist/AppTextTruncation/AppTextTruncation.js +15 -0
- package/dist/AppTextTruncation/index.d.ts +1 -0
- package/dist/AppTextTruncation/index.js +4 -0
- package/dist/AppTextTruncation/package.json +5 -0
- package/dist/AppThemeProvider/AppThemeProvider.d.ts +9 -0
- package/dist/AppThemeProvider/AppThemeProvider.js +141 -0
- package/dist/AppThemeProvider/index.d.ts +1 -0
- package/dist/AppThemeProvider/index.js +4 -0
- package/dist/AppThemeProvider/package.json +5 -0
- package/dist/AppTip/AppTip.d.ts +6 -0
- package/dist/AppTip/AppTip.js +28 -0
- package/dist/AppTip/index.d.ts +1 -0
- package/dist/AppTip/index.js +4 -0
- package/dist/AppTip/package.json +5 -0
- package/dist/Box-yxuKPTCX.js +60 -0
- package/dist/ButtonBase-p_uz8ITC.js +989 -0
- package/dist/CaretDown-CgrRY9__.js +41 -0
- package/dist/DefaultPropsProvider-BV4t9fEW.js +71 -0
- package/dist/Lightbulb-1rDyOsPk.js +47 -0
- package/dist/Menu-B0R91i07.js +2994 -0
- package/dist/MenuItem-BjjYkRmW.js +262 -0
- package/dist/SSRBase-B9xq2wUG.js +56 -0
- package/dist/Stack-D9qNbbkC.js +198 -0
- package/dist/Typography-BYkXNa-U.js +260 -0
- package/dist/User-Bx-HYRxI.js +41 -0
- package/dist/X-DETrowOy.js +47 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/dist/assets/AppGallery.css +1 -0
- package/dist/assets/AppTextTruncation.css +1 -0
- package/dist/backdropClasses-DDhytLTQ.js +9 -0
- package/dist/clsx-C-FXfxyk.js +236 -0
- package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
- package/dist/createTheme-C97xvI-s.js +2789 -0
- package/dist/extendSxProp-CKQgGYDd.js +37 -0
- package/dist/generateUtilityClasses-CuEy5gtx.js +41 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.js +6 -0
- package/dist/hooks/use-dialog.d.ts +7 -0
- package/dist/hooks/use-dialog.js +12 -0
- package/dist/hooks/use-popover.d.ts +10 -0
- package/dist/hooks/use-popover.js +14 -0
- package/dist/index-Btrukby7.js +88 -0
- package/dist/inputBaseClasses-s6dljKxi.js +9 -0
- package/dist/jsx-runtime-B6kdoens.js +634 -0
- package/dist/listItemIconClasses-CTdclC9V.js +5 -0
- package/dist/main.d.ts +51 -0
- package/dist/main.js +111 -0
- package/dist/memoTheme-B2qvAi64.js +404 -0
- package/dist/outlinedInputClasses-R7dmh7eW.js +13 -0
- package/dist/paperClasses-Bf2rrWVr.js +9 -0
- package/dist/styles/theme/color-schemes.d.ts +7 -0
- package/dist/styles/theme/color-schemes.js +195 -0
- package/dist/styles/theme/colors.d.ts +92 -0
- package/dist/styles/theme/colors.js +94 -0
- package/dist/styles/theme/components/accordion.d.ts +8 -0
- package/dist/styles/theme/components/accordion.js +11 -0
- package/dist/styles/theme/components/alert.d.ts +7 -0
- package/dist/styles/theme/components/alert.js +4 -0
- package/dist/styles/theme/components/autocomplete.d.ts +124 -0
- package/dist/styles/theme/components/autocomplete.js +51 -0
- package/dist/styles/theme/components/avatar.d.ts +18 -0
- package/dist/styles/theme/components/avatar.js +21 -0
- package/dist/styles/theme/components/backdrop.d.ts +9 -0
- package/dist/styles/theme/components/backdrop.js +9 -0
- package/dist/styles/theme/components/button-base.d.ts +5 -0
- package/dist/styles/theme/components/button-base.js +4 -0
- package/dist/styles/theme/components/button-group.d.ts +5 -0
- package/dist/styles/theme/components/button-group.js +4 -0
- package/dist/styles/theme/components/button.d.ts +180 -0
- package/dist/styles/theme/components/button.js +109 -0
- package/dist/styles/theme/components/card-actions.d.ts +7 -0
- package/dist/styles/theme/components/card-actions.js +6 -0
- package/dist/styles/theme/components/card-content.d.ts +10 -0
- package/dist/styles/theme/components/card-content.js +7 -0
- package/dist/styles/theme/components/card-header.d.ts +25 -0
- package/dist/styles/theme/components/card-header.js +20 -0
- package/dist/styles/theme/components/card.d.ts +979 -0
- package/dist/styles/theme/components/card.js +17 -0
- package/dist/styles/theme/components/checkbox.d.ts +18 -0
- package/dist/styles/theme/components/checkbox.js +60 -0
- package/dist/styles/theme/components/chip.d.ts +1092 -0
- package/dist/styles/theme/components/chip.js +106 -0
- package/dist/styles/theme/components/components.d.ts +3206 -0
- package/dist/styles/theme/components/components.js +115 -0
- package/dist/styles/theme/components/dialog-actions.d.ts +7 -0
- package/dist/styles/theme/components/dialog-actions.js +6 -0
- package/dist/styles/theme/components/dialog-content-text.d.ts +8 -0
- package/dist/styles/theme/components/dialog-content-text.js +6 -0
- package/dist/styles/theme/components/dialog-content.d.ts +8 -0
- package/dist/styles/theme/components/dialog-content.js +6 -0
- package/dist/styles/theme/components/dialog-title.d.ts +7 -0
- package/dist/styles/theme/components/dialog-title.js +6 -0
- package/dist/styles/theme/components/filled-input.d.ts +31 -0
- package/dist/styles/theme/components/filled-input.js +21 -0
- package/dist/styles/theme/components/form-control-label.d.ts +15 -0
- package/dist/styles/theme/components/form-control-label.js +7 -0
- package/dist/styles/theme/components/form-group.d.ts +7 -0
- package/dist/styles/theme/components/form-group.js +4 -0
- package/dist/styles/theme/components/form-helper-text.d.ts +8 -0
- package/dist/styles/theme/components/form-helper-text.js +8 -0
- package/dist/styles/theme/components/form-label.d.ts +12 -0
- package/dist/styles/theme/components/form-label.js +9 -0
- package/dist/styles/theme/components/icon-button.d.ts +83 -0
- package/dist/styles/theme/components/icon-button.js +49 -0
- package/dist/styles/theme/components/input-base.d.ts +39 -0
- package/dist/styles/theme/components/input-base.js +34 -0
- package/dist/styles/theme/components/input-label.d.ts +10 -0
- package/dist/styles/theme/components/input-label.js +6 -0
- package/dist/styles/theme/components/input.d.ts +32 -0
- package/dist/styles/theme/components/input.js +22 -0
- package/dist/styles/theme/components/linear-progress.d.ts +8 -0
- package/dist/styles/theme/components/linear-progress.js +6 -0
- package/dist/styles/theme/components/link.d.ts +10 -0
- package/dist/styles/theme/components/link.js +11 -0
- package/dist/styles/theme/components/list-item-avatar.d.ts +7 -0
- package/dist/styles/theme/components/list-item-avatar.js +6 -0
- package/dist/styles/theme/components/list-item-button.d.ts +10 -0
- package/dist/styles/theme/components/list-item-button.js +7 -0
- package/dist/styles/theme/components/list-item-icon.d.ts +9 -0
- package/dist/styles/theme/components/list-item-icon.js +6 -0
- package/dist/styles/theme/components/list-item-text.d.ts +7 -0
- package/dist/styles/theme/components/list-item-text.js +6 -0
- package/dist/styles/theme/components/list-item.d.ts +7 -0
- package/dist/styles/theme/components/list-item.js +6 -0
- package/dist/styles/theme/components/list.d.ts +7 -0
- package/dist/styles/theme/components/list.js +6 -0
- package/dist/styles/theme/components/menu-item.d.ts +17 -0
- package/dist/styles/theme/components/menu-item.js +17 -0
- package/dist/styles/theme/components/menu.d.ts +13 -0
- package/dist/styles/theme/components/menu.js +7 -0
- package/dist/styles/theme/components/outlined-input.d.ts +127 -0
- package/dist/styles/theme/components/outlined-input.js +47 -0
- package/dist/styles/theme/components/paper.d.ts +7 -0
- package/dist/styles/theme/components/paper.js +6 -0
- package/dist/styles/theme/components/popover.d.ts +11 -0
- package/dist/styles/theme/components/popover.js +7 -0
- package/dist/styles/theme/components/radio.d.ts +13 -0
- package/dist/styles/theme/components/radio.js +25 -0
- package/dist/styles/theme/components/select.d.ts +21 -0
- package/dist/styles/theme/components/select.js +18 -0
- package/dist/styles/theme/components/skeleton.d.ts +5 -0
- package/dist/styles/theme/components/skeleton.js +8 -0
- package/dist/styles/theme/components/stack.d.ts +5 -0
- package/dist/styles/theme/components/stack.js +4 -0
- package/dist/styles/theme/components/switch.d.ts +19 -0
- package/dist/styles/theme/components/switch.js +11 -0
- package/dist/styles/theme/components/tab.d.ts +18 -0
- package/dist/styles/theme/components/tab.js +15 -0
- package/dist/styles/theme/components/table-body.d.ts +5 -0
- package/dist/styles/theme/components/table-body.js +10 -0
- package/dist/styles/theme/components/table-cell.d.ts +10 -0
- package/dist/styles/theme/components/table-cell.js +11 -0
- package/dist/styles/theme/components/table-head.d.ts +11 -0
- package/dist/styles/theme/components/table-head.js +15 -0
- package/dist/styles/theme/components/table-pagination.d.ts +28 -0
- package/dist/styles/theme/components/table-pagination.js +93 -0
- package/dist/styles/theme/components/tabs.d.ts +33 -0
- package/dist/styles/theme/components/tabs.js +20 -0
- package/dist/styles/theme/components/timeline-connector.d.ts +7 -0
- package/dist/styles/theme/components/timeline-connector.js +6 -0
- package/dist/styles/theme/components/toggle-button-group.d.ts +23 -0
- package/dist/styles/theme/components/toggle-button-group.js +17 -0
- package/dist/styles/theme/components/toggle-button.d.ts +12 -0
- package/dist/styles/theme/components/toggle-button.js +9 -0
- package/dist/styles/theme/components/tooltip.d.ts +10 -0
- package/dist/styles/theme/components/tooltip.js +7 -0
- package/dist/styles/theme/create-theme.d.ts +8 -0
- package/dist/styles/theme/create-theme.js +22 -0
- package/dist/styles/theme/index.d.ts +1 -0
- package/dist/styles/theme/index.js +4 -0
- package/dist/styles/theme/shadows.d.ts +4 -0
- package/dist/styles/theme/shadows.js +59 -0
- package/dist/styles/theme/typography.d.ts +68 -0
- package/dist/styles/theme/typography.js +31 -0
- package/dist/tableCellClasses-BIg5orIQ.js +9 -0
- package/dist/useControlled-CYUofcJ9.js +287 -0
- package/dist/useEnhancedEffect-CJGo-L3B.js +5 -0
- package/dist/useTheme-DYc4rgBb.js +17 -0
- package/dist/utils/bytes-to-size.d.ts +1 -0
- package/dist/utils/bytes-to-size.js +9 -0
- package/dist/utils/dayjs.d.ts +3 -0
- package/dist/utils/dayjs.js +108 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.js +13 -0
- package/dist/utils/logger.d.ts +26 -0
- package/dist/utils/logger.js +51 -0
- package/package.json +108 -0
|
@@ -0,0 +1,115 @@
|
|
|
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 { MuiAvatar as m } from "./avatar.js";
|
|
5
|
+
import { MuiBackdrop as t } from "./backdrop.js";
|
|
6
|
+
import { MuiButton as u } from "./button.js";
|
|
7
|
+
import { MuiButtonBase as p } from "./button-base.js";
|
|
8
|
+
import { MuiButtonGroup as M } from "./button-group.js";
|
|
9
|
+
import { MuiCard as f } from "./card.js";
|
|
10
|
+
import { MuiCardActions as e } from "./card-actions.js";
|
|
11
|
+
import { MuiCardContent as n } from "./card-content.js";
|
|
12
|
+
import { MuiCardHeader as a } from "./card-header.js";
|
|
13
|
+
import { MuiCheckbox as l } from "./checkbox.js";
|
|
14
|
+
import { MuiChip as c } from "./chip.js";
|
|
15
|
+
import { MuiDialogActions as s } from "./dialog-actions.js";
|
|
16
|
+
import { MuiDialogContent as T } from "./dialog-content.js";
|
|
17
|
+
import { MuiDialogContentText as I } from "./dialog-content-text.js";
|
|
18
|
+
import { MuiDialogTitle as d } from "./dialog-title.js";
|
|
19
|
+
import { MuiFilledInput as C } from "./filled-input.js";
|
|
20
|
+
import { MuiFormControlLabel as B } from "./form-control-label.js";
|
|
21
|
+
import { MuiFormGroup as L } from "./form-group.js";
|
|
22
|
+
import { MuiFormHelperText as b } from "./form-helper-text.js";
|
|
23
|
+
import { MuiFormLabel as g } from "./form-label.js";
|
|
24
|
+
import { MuiIconButton as A } from "./icon-button.js";
|
|
25
|
+
import { MuiInput as k } from "./input.js";
|
|
26
|
+
import { MuiInputBase as x } from "./input-base.js";
|
|
27
|
+
import { MuiInputLabel as F } from "./input-label.js";
|
|
28
|
+
import { MuiLinearProgress as D } from "./linear-progress.js";
|
|
29
|
+
import { MuiLink as P } from "./link.js";
|
|
30
|
+
import { MuiList as S } from "./list.js";
|
|
31
|
+
import { MuiListItem as h } from "./list-item.js";
|
|
32
|
+
import { MuiListItemAvatar as v } from "./list-item-avatar.js";
|
|
33
|
+
import { MuiListItemButton as G } from "./list-item-button.js";
|
|
34
|
+
import { MuiListItemIcon as H } from "./list-item-icon.js";
|
|
35
|
+
import { MuiListItemText as w } from "./list-item-text.js";
|
|
36
|
+
import { MuiMenu as y } from "./menu.js";
|
|
37
|
+
import { MuiMenuItem as O } from "./menu-item.js";
|
|
38
|
+
import { MuiOutlinedInput as R } from "./outlined-input.js";
|
|
39
|
+
import { MuiPaper as j } from "./paper.js";
|
|
40
|
+
import { MuiPopover as q } from "./popover.js";
|
|
41
|
+
import { MuiRadio as z } from "./radio.js";
|
|
42
|
+
import { MuiSelect as E } from "./select.js";
|
|
43
|
+
import { MuiSkeleton as J } from "./skeleton.js";
|
|
44
|
+
import { MuiStack as K } from "./stack.js";
|
|
45
|
+
import { MuiSwitch as N } from "./switch.js";
|
|
46
|
+
import { MuiTab as Q } from "./tab.js";
|
|
47
|
+
import { MuiTableBody as U } from "./table-body.js";
|
|
48
|
+
import { MuiTableCell as V } from "./table-cell.js";
|
|
49
|
+
import { MuiTableHead as W } from "./table-head.js";
|
|
50
|
+
import { MuiTablePagination as X } from "./table-pagination.js";
|
|
51
|
+
import { MuiTabs as Y } from "./tabs.js";
|
|
52
|
+
import { MuiTimelineConnector as Z } from "./timeline-connector.js";
|
|
53
|
+
import { MuiToggleButton as _ } from "./toggle-button.js";
|
|
54
|
+
import { MuiToggleButtonGroup as $ } from "./toggle-button-group.js";
|
|
55
|
+
import { MuiTooltip as oo } from "./tooltip.js";
|
|
56
|
+
const mi = {
|
|
57
|
+
MuiAlert: i,
|
|
58
|
+
MuiAvatar: m,
|
|
59
|
+
MuiBackdrop: t,
|
|
60
|
+
MuiButton: u,
|
|
61
|
+
MuiButtonBase: p,
|
|
62
|
+
MuiButtonGroup: M,
|
|
63
|
+
MuiCard: f,
|
|
64
|
+
MuiCardActions: e,
|
|
65
|
+
MuiCardContent: n,
|
|
66
|
+
MuiCardHeader: a,
|
|
67
|
+
MuiCheckbox: l,
|
|
68
|
+
MuiChip: c,
|
|
69
|
+
MuiFilledInput: C,
|
|
70
|
+
MuiFormControlLabel: B,
|
|
71
|
+
MuiFormGroup: L,
|
|
72
|
+
MuiFormLabel: g,
|
|
73
|
+
MuiIconButton: A,
|
|
74
|
+
MuiInput: k,
|
|
75
|
+
MuiInputBase: x,
|
|
76
|
+
MuiInputLabel: F,
|
|
77
|
+
MuiLinearProgress: D,
|
|
78
|
+
MuiLink: P,
|
|
79
|
+
MuiList: S,
|
|
80
|
+
MuiListItem: h,
|
|
81
|
+
MuiListItemAvatar: v,
|
|
82
|
+
MuiListItemButton: G,
|
|
83
|
+
MuiListItemIcon: H,
|
|
84
|
+
MuiListItemText: w,
|
|
85
|
+
MuiMenu: y,
|
|
86
|
+
MuiMenuItem: O,
|
|
87
|
+
MuiOutlinedInput: R,
|
|
88
|
+
MuiPaper: j,
|
|
89
|
+
MuiPopover: q,
|
|
90
|
+
MuiRadio: z,
|
|
91
|
+
MuiSelect: E,
|
|
92
|
+
MuiStack: K,
|
|
93
|
+
MuiSwitch: N,
|
|
94
|
+
MuiTab: Q,
|
|
95
|
+
MuiTableBody: U,
|
|
96
|
+
MuiTableCell: V,
|
|
97
|
+
MuiTableHead: W,
|
|
98
|
+
MuiTablePagination: X,
|
|
99
|
+
MuiTabs: Y,
|
|
100
|
+
MuiTimelineConnector: Z,
|
|
101
|
+
MuiToggleButton: _,
|
|
102
|
+
MuiToggleButtonGroup: $,
|
|
103
|
+
MuiTooltip: oo,
|
|
104
|
+
MuiAutocomplete: r,
|
|
105
|
+
MuiAccordion: o,
|
|
106
|
+
MuiDialogActions: s,
|
|
107
|
+
MuiDialogContentText: I,
|
|
108
|
+
MuiDialogTitle: d,
|
|
109
|
+
MuiDialogContent: T,
|
|
110
|
+
MuiFormHelperText: b,
|
|
111
|
+
MuiSkeleton: J
|
|
112
|
+
};
|
|
113
|
+
export {
|
|
114
|
+
mi as components
|
|
115
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const MuiFilledInput: {
|
|
2
|
+
defaultProps: {
|
|
3
|
+
disableUnderline: true;
|
|
4
|
+
};
|
|
5
|
+
styleOverrides: {
|
|
6
|
+
root: {
|
|
7
|
+
'label + &': {
|
|
8
|
+
marginTop: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
input: {
|
|
12
|
+
[x: string]: string | number | {
|
|
13
|
+
'&::placeholder': {
|
|
14
|
+
opacity: string;
|
|
15
|
+
};
|
|
16
|
+
marginInline?: undefined;
|
|
17
|
+
paddingInline?: undefined;
|
|
18
|
+
} | {
|
|
19
|
+
marginInline: string;
|
|
20
|
+
paddingInline: string;
|
|
21
|
+
'&::placeholder'?: undefined;
|
|
22
|
+
};
|
|
23
|
+
height: string;
|
|
24
|
+
padding: number;
|
|
25
|
+
'&:-webkit-autofill': {
|
|
26
|
+
marginInline: string;
|
|
27
|
+
paddingInline: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { i } from "../../../inputBaseClasses-s6dljKxi.js";
|
|
2
|
+
const a = {
|
|
3
|
+
defaultProps: { disableUnderline: !0 },
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: { "label + &": { marginTop: "8px" } },
|
|
6
|
+
input: {
|
|
7
|
+
height: "auto",
|
|
8
|
+
padding: 0,
|
|
9
|
+
[`label[data-shrink=false]+.${i.formControl} &`]: {
|
|
10
|
+
"&::placeholder": { opacity: "1 !important" }
|
|
11
|
+
},
|
|
12
|
+
"&:-webkit-autofill": {
|
|
13
|
+
marginInline: "calc(var(--Input-paddingInline) * -1)",
|
|
14
|
+
paddingInline: "var(--Input-paddingInline)"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
a as MuiFilledInput
|
|
21
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
export declare const MuiIconButton: {
|
|
2
|
+
defaultProps: {
|
|
3
|
+
color: "secondary";
|
|
4
|
+
disableRipple: true;
|
|
5
|
+
};
|
|
6
|
+
styleOverrides: {
|
|
7
|
+
root: {
|
|
8
|
+
fontSize: string;
|
|
9
|
+
borderRadius: string;
|
|
10
|
+
height: string;
|
|
11
|
+
width: string;
|
|
12
|
+
'&:hover': {
|
|
13
|
+
backgroundColor: string;
|
|
14
|
+
};
|
|
15
|
+
'&:focus-visible': {
|
|
16
|
+
outline: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
colorPrimary: {
|
|
20
|
+
color: "var(--mui-palette-primary-main)";
|
|
21
|
+
'&:hover': {
|
|
22
|
+
backgroundColor: string;
|
|
23
|
+
};
|
|
24
|
+
'&:active': {
|
|
25
|
+
backgroundColor: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
colorSecondary: {
|
|
29
|
+
color: "var(--mui-palette-secondary-main)";
|
|
30
|
+
'&:hover': {
|
|
31
|
+
backgroundColor: string;
|
|
32
|
+
};
|
|
33
|
+
'&:active': {
|
|
34
|
+
backgroundColor: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
colorInfo: {
|
|
38
|
+
color: "var(--mui-palette-info-main)";
|
|
39
|
+
'&:hover': {
|
|
40
|
+
backgroundColor: string;
|
|
41
|
+
};
|
|
42
|
+
'&:active': {
|
|
43
|
+
backgroundColor: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
colorSuccess: {
|
|
47
|
+
color: "var(--mui-palette-success-main)";
|
|
48
|
+
'&:hover': {
|
|
49
|
+
backgroundColor: string;
|
|
50
|
+
};
|
|
51
|
+
'&:active': {
|
|
52
|
+
backgroundColor: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
colorWarning: {
|
|
56
|
+
color: "var(--mui-palette-warning-main)";
|
|
57
|
+
'&:hover': {
|
|
58
|
+
backgroundColor: string;
|
|
59
|
+
};
|
|
60
|
+
'&:active': {
|
|
61
|
+
backgroundColor: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
colorError: {
|
|
65
|
+
color: "var(--mui-palette-error-main)";
|
|
66
|
+
'&:hover': {
|
|
67
|
+
backgroundColor: string;
|
|
68
|
+
};
|
|
69
|
+
'&:active': {
|
|
70
|
+
backgroundColor: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
sizeSmall: {
|
|
74
|
+
'--IconButton-size': string;
|
|
75
|
+
};
|
|
76
|
+
sizeMedium: {
|
|
77
|
+
'--IconButton-size': string;
|
|
78
|
+
};
|
|
79
|
+
sizeLarge: {
|
|
80
|
+
'--IconButton-size': string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const o = {
|
|
2
|
+
defaultProps: { color: "secondary", disableRipple: !0 },
|
|
3
|
+
styleOverrides: {
|
|
4
|
+
root: {
|
|
5
|
+
fontSize: "var(--icon-fontSize-md)",
|
|
6
|
+
borderRadius: "50%",
|
|
7
|
+
height: "var(--IconButton-size)",
|
|
8
|
+
width: "var(--IconButton-size)",
|
|
9
|
+
"&:hover": { backgroundColor: "rgba(0, 0, 0, 0.04)" },
|
|
10
|
+
"&:focus-visible": { outline: "2px solid var(--mui-palette-primary-main)" }
|
|
11
|
+
},
|
|
12
|
+
colorPrimary: {
|
|
13
|
+
color: "var(--mui-palette-primary-main)",
|
|
14
|
+
"&:hover": { backgroundColor: "var(--mui-palette-primary-hovered)" },
|
|
15
|
+
"&:active": { backgroundColor: "var(--mui-palette-primary-activated)" }
|
|
16
|
+
},
|
|
17
|
+
colorSecondary: {
|
|
18
|
+
color: "var(--mui-palette-secondary-main)",
|
|
19
|
+
"&:hover": { backgroundColor: "var(--mui-palette-secondary-hovered)" },
|
|
20
|
+
"&:active": { backgroundColor: "var(--mui-palette-secondary-activated)" }
|
|
21
|
+
},
|
|
22
|
+
colorInfo: {
|
|
23
|
+
color: "var(--mui-palette-info-main)",
|
|
24
|
+
"&:hover": { backgroundColor: "var(--mui-palette-info-hovered)" },
|
|
25
|
+
"&:active": { backgroundColor: "var(--mui-palette-info-activated)" }
|
|
26
|
+
},
|
|
27
|
+
colorSuccess: {
|
|
28
|
+
color: "var(--mui-palette-success-main)",
|
|
29
|
+
"&:hover": { backgroundColor: "var(--mui-palette-success-hovered)" },
|
|
30
|
+
"&:active": { backgroundColor: "var(--mui-palette-success-activated)" }
|
|
31
|
+
},
|
|
32
|
+
colorWarning: {
|
|
33
|
+
color: "var(--mui-palette-warning-main)",
|
|
34
|
+
"&:hover": { backgroundColor: "var(--mui-palette-warning-hovered)" },
|
|
35
|
+
"&:active": { backgroundColor: "var(--mui-palette-warning-activated)" }
|
|
36
|
+
},
|
|
37
|
+
colorError: {
|
|
38
|
+
color: "var(--mui-palette-error-main)",
|
|
39
|
+
"&:hover": { backgroundColor: "var(--mui-palette-error-hovered)" },
|
|
40
|
+
"&:active": { backgroundColor: "var(--mui-palette-error-activated)" }
|
|
41
|
+
},
|
|
42
|
+
sizeSmall: { "--IconButton-size": "32px" },
|
|
43
|
+
sizeMedium: { "--IconButton-size": "40px" },
|
|
44
|
+
sizeLarge: { "--IconButton-size": "48px" }
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
export {
|
|
48
|
+
o as MuiIconButton
|
|
49
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare const MuiInputBase: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: {
|
|
4
|
+
'--Input-borderRadius': string;
|
|
5
|
+
'--Input-paddingBlock': number;
|
|
6
|
+
'--Input-paddingInline': string;
|
|
7
|
+
'--Input-minHeight': string;
|
|
8
|
+
borderRadius: string;
|
|
9
|
+
paddingBlock: string;
|
|
10
|
+
paddingInline: string;
|
|
11
|
+
minHeight: string;
|
|
12
|
+
};
|
|
13
|
+
input: {
|
|
14
|
+
alignItems: "center";
|
|
15
|
+
alignSelf: "stretch";
|
|
16
|
+
display: "inline-flex !important";
|
|
17
|
+
fontSize: string;
|
|
18
|
+
'&::placeholder': {
|
|
19
|
+
color: string;
|
|
20
|
+
opacity: number;
|
|
21
|
+
};
|
|
22
|
+
'&:-webkit-autofill': {
|
|
23
|
+
borderRadius: string;
|
|
24
|
+
marginBlock: string;
|
|
25
|
+
marginInline: string;
|
|
26
|
+
paddingBlock: string;
|
|
27
|
+
paddingInline: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
multiline: {
|
|
31
|
+
'--Input-paddingBlock': string;
|
|
32
|
+
};
|
|
33
|
+
sizeSmall: {
|
|
34
|
+
'--Input-fontSize': string;
|
|
35
|
+
'--Input-paddingInline': string;
|
|
36
|
+
'--Input-minHeight': string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const n = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: {
|
|
4
|
+
"--Input-borderRadius": "8px",
|
|
5
|
+
"--Input-paddingBlock": 0,
|
|
6
|
+
"--Input-paddingInline": "12px",
|
|
7
|
+
"--Input-minHeight": "40px",
|
|
8
|
+
borderRadius: "var(--Input-borderRadius)",
|
|
9
|
+
paddingBlock: "var(--Input-paddingBlock)",
|
|
10
|
+
paddingInline: "var(--Input-paddingInline)",
|
|
11
|
+
minHeight: "var(--Input-minHeight)"
|
|
12
|
+
},
|
|
13
|
+
input: {
|
|
14
|
+
alignItems: "center",
|
|
15
|
+
alignSelf: "stretch",
|
|
16
|
+
display: "inline-flex !important",
|
|
17
|
+
// Fix flicker
|
|
18
|
+
fontSize: "var(--Input-fontSize, 1rem)",
|
|
19
|
+
"&::placeholder": { color: "var(--mui-palette-text-secondary)", opacity: 1 },
|
|
20
|
+
"&:-webkit-autofill": {
|
|
21
|
+
borderRadius: "inherit",
|
|
22
|
+
marginBlock: "calc(var(--Input-paddingBlock) * -1)",
|
|
23
|
+
marginInline: "calc(var(--Input-paddingInline) * -1)",
|
|
24
|
+
paddingBlock: "var(--Input-paddingBlock)",
|
|
25
|
+
paddingInline: "var(--Input-paddingInline)"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
multiline: { "--Input-paddingBlock": "12px" },
|
|
29
|
+
sizeSmall: { "--Input-fontSize": "0.875rem", "--Input-paddingInline": "8px", "--Input-minHeight": "32px" }
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
n as MuiInputBase
|
|
34
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const MuiInput: {
|
|
2
|
+
defaultProps: {
|
|
3
|
+
disableUnderline: true;
|
|
4
|
+
};
|
|
5
|
+
styleOverrides: {
|
|
6
|
+
root: {
|
|
7
|
+
'label + &': {
|
|
8
|
+
marginTop: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
input: {
|
|
12
|
+
[x: string]: string | number | {
|
|
13
|
+
'&::placeholder': {
|
|
14
|
+
opacity: string;
|
|
15
|
+
};
|
|
16
|
+
marginInline?: undefined;
|
|
17
|
+
paddingInline?: undefined;
|
|
18
|
+
} | {
|
|
19
|
+
marginInline: string;
|
|
20
|
+
paddingInline: string;
|
|
21
|
+
'&::placeholder'?: undefined;
|
|
22
|
+
};
|
|
23
|
+
height: string;
|
|
24
|
+
fontSize: string;
|
|
25
|
+
padding: number;
|
|
26
|
+
'&:-webkit-autofill': {
|
|
27
|
+
marginInline: string;
|
|
28
|
+
paddingInline: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { i as n } from "../../../inputBaseClasses-s6dljKxi.js";
|
|
2
|
+
const a = {
|
|
3
|
+
defaultProps: { disableUnderline: !0 },
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: { "label + &": { marginTop: "8px" } },
|
|
6
|
+
input: {
|
|
7
|
+
height: "auto",
|
|
8
|
+
fontSize: "0.875rem",
|
|
9
|
+
padding: 0,
|
|
10
|
+
[`label[data-shrink=false]+.${n.formControl} &`]: {
|
|
11
|
+
"&::placeholder": { opacity: "1 !important" }
|
|
12
|
+
},
|
|
13
|
+
"&:-webkit-autofill": {
|
|
14
|
+
marginInline: "calc(var(--Input-paddingInline) * -1)",
|
|
15
|
+
paddingInline: "var(--Input-paddingInline)"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
a as MuiInput
|
|
22
|
+
};
|