@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,195 @@
|
|
|
1
|
+
import { blue as e, red as t, shakespeare as i, nevada as a, kepple as r, california as n, grey as p } from "./colors.js";
|
|
2
|
+
const m = {
|
|
3
|
+
blue: {
|
|
4
|
+
dark: {
|
|
5
|
+
...e,
|
|
6
|
+
light: e[300],
|
|
7
|
+
main: e[400],
|
|
8
|
+
dark: e[500],
|
|
9
|
+
contrastText: "var(--mui-palette-common-black)",
|
|
10
|
+
activated: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
11
|
+
hovered: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
12
|
+
selected: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
13
|
+
},
|
|
14
|
+
light: {
|
|
15
|
+
...e,
|
|
16
|
+
light: e[400],
|
|
17
|
+
main: e[500],
|
|
18
|
+
dark: e[600],
|
|
19
|
+
contrastText: "var(--mui-palette-common-white)",
|
|
20
|
+
activated: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
21
|
+
hovered: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
22
|
+
selected: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
function o(c) {
|
|
27
|
+
let l = m[c.primaryColor];
|
|
28
|
+
return l || (l = m.blue), {
|
|
29
|
+
dark: {
|
|
30
|
+
palette: {
|
|
31
|
+
action: { disabledBackground: "rgba(0, 0, 0, 0.12)" },
|
|
32
|
+
background: {
|
|
33
|
+
default: "var(--mui-palette-neutral-950)",
|
|
34
|
+
defaultChannel: "9 10 11",
|
|
35
|
+
paper: "var(--mui-palette-neutral-900)",
|
|
36
|
+
paperChannel: "0 0 0",
|
|
37
|
+
level1: "var(--mui-palette-neutral-800)",
|
|
38
|
+
level2: "var(--mui-palette-neutral-700)",
|
|
39
|
+
level3: "var(--mui-palette-neutral-600)"
|
|
40
|
+
},
|
|
41
|
+
common: { black: "#000000", white: "#ffffff" },
|
|
42
|
+
divider: "var(--mui-palette-neutral-700)",
|
|
43
|
+
dividerChannel: "50 56 62",
|
|
44
|
+
error: {
|
|
45
|
+
...t,
|
|
46
|
+
light: t[300],
|
|
47
|
+
main: t[400],
|
|
48
|
+
dark: t[500],
|
|
49
|
+
contrastText: "var(--mui-palette-common-black)",
|
|
50
|
+
activated: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
51
|
+
hovered: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
52
|
+
selected: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
53
|
+
},
|
|
54
|
+
info: {
|
|
55
|
+
...i,
|
|
56
|
+
light: i[300],
|
|
57
|
+
main: i[400],
|
|
58
|
+
dark: i[500],
|
|
59
|
+
contrastText: "var(--mui-palette-common-black)",
|
|
60
|
+
activated: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
61
|
+
hovered: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
62
|
+
selected: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
63
|
+
},
|
|
64
|
+
neutral: { ...a },
|
|
65
|
+
primary: l.dark,
|
|
66
|
+
secondary: {
|
|
67
|
+
...a,
|
|
68
|
+
light: a[100],
|
|
69
|
+
main: a[200],
|
|
70
|
+
dark: a[300],
|
|
71
|
+
contrastText: "var(--mui-palette-common-black)",
|
|
72
|
+
activated: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
73
|
+
hovered: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
74
|
+
selected: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
75
|
+
},
|
|
76
|
+
success: {
|
|
77
|
+
...r,
|
|
78
|
+
light: r[300],
|
|
79
|
+
main: r[400],
|
|
80
|
+
dark: r[500],
|
|
81
|
+
contrastText: "var(--mui-palette-common-black)",
|
|
82
|
+
activated: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
83
|
+
hovered: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
84
|
+
selected: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
85
|
+
},
|
|
86
|
+
text: {
|
|
87
|
+
primary: "var(--mui-palette-neutral-100)",
|
|
88
|
+
primaryChannel: "240 244 248",
|
|
89
|
+
secondary: "var(--mui-palette-neutral-400)",
|
|
90
|
+
secondaryChannel: "159 166 173",
|
|
91
|
+
disabled: "var(--mui-palette-neutral-600)"
|
|
92
|
+
},
|
|
93
|
+
warning: {
|
|
94
|
+
...n,
|
|
95
|
+
light: n[300],
|
|
96
|
+
main: n[400],
|
|
97
|
+
dark: n[500],
|
|
98
|
+
contrastText: "var(--mui-palette-common-black)",
|
|
99
|
+
activated: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
100
|
+
hovered: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
101
|
+
selected: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
102
|
+
},
|
|
103
|
+
Avatar: { defaultBg: "var(--mui-palette-neutral-200)" },
|
|
104
|
+
Backdrop: { bg: "rgba(0, 0, 0, 0.5)" },
|
|
105
|
+
OutlinedInput: { border: "var(--mui-palette-neutral-700)" },
|
|
106
|
+
TableCell: { border: "var(--mui-palette-divider)" },
|
|
107
|
+
Tooltip: { bg: "rgba(10, 13, 20, 0.75)" }
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
light: {
|
|
111
|
+
palette: {
|
|
112
|
+
action: { disabledBackground: "rgba(0, 0, 0, 0.06)" },
|
|
113
|
+
background: {
|
|
114
|
+
default: "var(--mui-palette-common-white)",
|
|
115
|
+
defaultChannel: "255 255 255",
|
|
116
|
+
paper: "var(--mui-palette-common-white)",
|
|
117
|
+
paperChannel: "255 255 255",
|
|
118
|
+
level1: "var(--mui-palette-neutral-50)",
|
|
119
|
+
level2: "var(--mui-palette-neutral-100)",
|
|
120
|
+
level3: "var(--mui-palette-neutral-200)"
|
|
121
|
+
},
|
|
122
|
+
common: { black: "#000000", white: "#ffffff" },
|
|
123
|
+
divider: "var(--mui-palette-neutral-200)",
|
|
124
|
+
dividerChannel: "220 223 228",
|
|
125
|
+
error: {
|
|
126
|
+
...t,
|
|
127
|
+
light: t[400],
|
|
128
|
+
main: t[500],
|
|
129
|
+
dark: t[600],
|
|
130
|
+
contrastText: "var(--mui-palette-common-white)",
|
|
131
|
+
activated: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
132
|
+
hovered: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
133
|
+
selected: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
134
|
+
},
|
|
135
|
+
info: {
|
|
136
|
+
...i,
|
|
137
|
+
light: i[400],
|
|
138
|
+
main: i[500],
|
|
139
|
+
dark: i[600],
|
|
140
|
+
contrastText: "var(--mui-palette-common-white)",
|
|
141
|
+
activated: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
142
|
+
hovered: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
143
|
+
selected: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
144
|
+
},
|
|
145
|
+
neutral: { ...p },
|
|
146
|
+
primary: l.light,
|
|
147
|
+
secondary: {
|
|
148
|
+
...a,
|
|
149
|
+
light: a[600],
|
|
150
|
+
main: a[700],
|
|
151
|
+
dark: a[800],
|
|
152
|
+
contrastText: "var(--mui-palette-common-white)",
|
|
153
|
+
activated: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
154
|
+
hovered: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
155
|
+
selected: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
156
|
+
},
|
|
157
|
+
success: {
|
|
158
|
+
...r,
|
|
159
|
+
light: r[400],
|
|
160
|
+
main: r[500],
|
|
161
|
+
dark: r[600],
|
|
162
|
+
contrastText: "var(--mui-palette-common-white)",
|
|
163
|
+
activated: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
164
|
+
hovered: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
165
|
+
selected: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
166
|
+
},
|
|
167
|
+
text: {
|
|
168
|
+
primary: "var(--mui-palette-neutral-900)",
|
|
169
|
+
primaryChannel: "33 38 54",
|
|
170
|
+
secondary: "var(--mui-palette-neutral-500)",
|
|
171
|
+
secondaryChannel: "102 112 133",
|
|
172
|
+
disabled: "var(--mui-palette-neutral-400)"
|
|
173
|
+
},
|
|
174
|
+
warning: {
|
|
175
|
+
...n,
|
|
176
|
+
light: n[400],
|
|
177
|
+
main: n[500],
|
|
178
|
+
dark: n[600],
|
|
179
|
+
contrastText: "var(--mui-palette-common-white)",
|
|
180
|
+
activated: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
181
|
+
hovered: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
182
|
+
selected: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
183
|
+
},
|
|
184
|
+
Avatar: { defaultBg: "var(--mui-palette-neutral-600)" },
|
|
185
|
+
Backdrop: { bg: "rgb(18, 22, 33, 0.8)" },
|
|
186
|
+
OutlinedInput: { border: "var(--mui-palette-neutral-200)" },
|
|
187
|
+
TableCell: { border: "var(--mui-palette-divider)" },
|
|
188
|
+
Tooltip: { bg: "rgba(10, 13, 20, 0.75)" }
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
}
|
|
193
|
+
export {
|
|
194
|
+
o as colorSchemes
|
|
195
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
declare const california: {
|
|
2
|
+
50: string;
|
|
3
|
+
100: string;
|
|
4
|
+
200: string;
|
|
5
|
+
300: string;
|
|
6
|
+
400: string;
|
|
7
|
+
500: string;
|
|
8
|
+
600: string;
|
|
9
|
+
700: string;
|
|
10
|
+
800: string;
|
|
11
|
+
900: string;
|
|
12
|
+
950: string;
|
|
13
|
+
};
|
|
14
|
+
declare const kepple: {
|
|
15
|
+
50: string;
|
|
16
|
+
100: string;
|
|
17
|
+
200: string;
|
|
18
|
+
300: string;
|
|
19
|
+
400: string;
|
|
20
|
+
500: string;
|
|
21
|
+
600: string;
|
|
22
|
+
700: string;
|
|
23
|
+
800: string;
|
|
24
|
+
900: string;
|
|
25
|
+
950: string;
|
|
26
|
+
};
|
|
27
|
+
declare const nevada: {
|
|
28
|
+
50: string;
|
|
29
|
+
100: string;
|
|
30
|
+
200: string;
|
|
31
|
+
300: string;
|
|
32
|
+
400: string;
|
|
33
|
+
500: string;
|
|
34
|
+
600: string;
|
|
35
|
+
700: string;
|
|
36
|
+
800: string;
|
|
37
|
+
900: string;
|
|
38
|
+
950: string;
|
|
39
|
+
};
|
|
40
|
+
declare const red: {
|
|
41
|
+
50: string;
|
|
42
|
+
100: string;
|
|
43
|
+
200: string;
|
|
44
|
+
300: string;
|
|
45
|
+
400: string;
|
|
46
|
+
500: string;
|
|
47
|
+
600: string;
|
|
48
|
+
700: string;
|
|
49
|
+
800: string;
|
|
50
|
+
900: string;
|
|
51
|
+
950: string;
|
|
52
|
+
};
|
|
53
|
+
declare const blue: {
|
|
54
|
+
50: string;
|
|
55
|
+
100: string;
|
|
56
|
+
200: string;
|
|
57
|
+
300: string;
|
|
58
|
+
400: string;
|
|
59
|
+
500: string;
|
|
60
|
+
600: string;
|
|
61
|
+
700: string;
|
|
62
|
+
800: string;
|
|
63
|
+
900: string;
|
|
64
|
+
950: string;
|
|
65
|
+
};
|
|
66
|
+
declare const shakespeare: {
|
|
67
|
+
50: string;
|
|
68
|
+
100: string;
|
|
69
|
+
200: string;
|
|
70
|
+
300: string;
|
|
71
|
+
400: string;
|
|
72
|
+
500: string;
|
|
73
|
+
600: string;
|
|
74
|
+
700: string;
|
|
75
|
+
800: string;
|
|
76
|
+
900: string;
|
|
77
|
+
950: string;
|
|
78
|
+
};
|
|
79
|
+
declare const grey: {
|
|
80
|
+
50: string;
|
|
81
|
+
100: string;
|
|
82
|
+
200: string;
|
|
83
|
+
300: string;
|
|
84
|
+
400: string;
|
|
85
|
+
500: string;
|
|
86
|
+
600: string;
|
|
87
|
+
700: string;
|
|
88
|
+
800: string;
|
|
89
|
+
900: string;
|
|
90
|
+
950: string;
|
|
91
|
+
};
|
|
92
|
+
export { california, kepple, nevada, red, blue, shakespeare, grey };
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
const f = {
|
|
2
|
+
50: "#fffaea",
|
|
3
|
+
100: "#fff3c6",
|
|
4
|
+
200: "#ffe587",
|
|
5
|
+
300: "#ffd049",
|
|
6
|
+
400: "#ffbb1f",
|
|
7
|
+
500: "#fb9c0c",
|
|
8
|
+
600: "#de7101",
|
|
9
|
+
700: "#b84d05",
|
|
10
|
+
800: "#953b0b",
|
|
11
|
+
900: "#7b310c",
|
|
12
|
+
950: "#471701"
|
|
13
|
+
}, e = {
|
|
14
|
+
50: "#f0fdfa",
|
|
15
|
+
100: "#ccfbef",
|
|
16
|
+
200: "#9af5e1",
|
|
17
|
+
300: "#5fe9ce",
|
|
18
|
+
400: "#2ed3b8",
|
|
19
|
+
500: "#15b79f",
|
|
20
|
+
600: "#0e9382",
|
|
21
|
+
700: "#107569",
|
|
22
|
+
800: "#115e56",
|
|
23
|
+
900: "#134e48",
|
|
24
|
+
950: "#042f2c"
|
|
25
|
+
}, a = {
|
|
26
|
+
50: "#fbfcfe",
|
|
27
|
+
100: "#f0f4f8",
|
|
28
|
+
200: "#dde7ee",
|
|
29
|
+
300: "#cdd7e1",
|
|
30
|
+
400: "#9fa6ad",
|
|
31
|
+
500: "#636b74",
|
|
32
|
+
600: "#555e68",
|
|
33
|
+
700: "#32383e",
|
|
34
|
+
800: "#202427",
|
|
35
|
+
900: "#121517",
|
|
36
|
+
950: "#090a0b"
|
|
37
|
+
}, c = {
|
|
38
|
+
50: "#fef3f2",
|
|
39
|
+
100: "#fee4e2",
|
|
40
|
+
200: "#ffcdc9",
|
|
41
|
+
300: "#fdaaa4",
|
|
42
|
+
400: "#f97970",
|
|
43
|
+
500: "#f04438",
|
|
44
|
+
600: "#de3024",
|
|
45
|
+
700: "#bb241a",
|
|
46
|
+
800: "#9a221a",
|
|
47
|
+
900: "#80231c",
|
|
48
|
+
950: "#460d09"
|
|
49
|
+
}, d = {
|
|
50
|
+
50: "#bec3d9",
|
|
51
|
+
100: "#bdc6d9",
|
|
52
|
+
200: "#97a7d9",
|
|
53
|
+
300: "#7e94d9",
|
|
54
|
+
400: "#2f6ad9",
|
|
55
|
+
500: "#235bc4",
|
|
56
|
+
600: "#1f4fab",
|
|
57
|
+
700: "#1b4494",
|
|
58
|
+
800: "#113680",
|
|
59
|
+
900: "#0c2e70",
|
|
60
|
+
950: "#082459"
|
|
61
|
+
}, b = {
|
|
62
|
+
50: "#ecfdff",
|
|
63
|
+
100: "#cff7fe",
|
|
64
|
+
200: "#a4eefd",
|
|
65
|
+
300: "#66e0fa",
|
|
66
|
+
400: "#10bee8",
|
|
67
|
+
500: "#04aad6",
|
|
68
|
+
600: "#0787b3",
|
|
69
|
+
700: "#0d6d91",
|
|
70
|
+
800: "#145876",
|
|
71
|
+
900: "#154964",
|
|
72
|
+
950: "#082f44"
|
|
73
|
+
}, n = {
|
|
74
|
+
50: "#f9fafb",
|
|
75
|
+
100: "#f1f1f4",
|
|
76
|
+
200: "#dcdfe4",
|
|
77
|
+
300: "#b3b9c6",
|
|
78
|
+
400: "#8a94a6",
|
|
79
|
+
500: "#667085",
|
|
80
|
+
600: "#565e73",
|
|
81
|
+
700: "#434a60",
|
|
82
|
+
800: "#313749",
|
|
83
|
+
900: "#212636",
|
|
84
|
+
950: "#121621"
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
d as blue,
|
|
88
|
+
f as california,
|
|
89
|
+
n as grey,
|
|
90
|
+
e as kepple,
|
|
91
|
+
a as nevada,
|
|
92
|
+
c as red,
|
|
93
|
+
b as shakespeare
|
|
94
|
+
};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
export declare const MuiAutocomplete: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
inputRoot: {};
|
|
4
|
+
root: {
|
|
5
|
+
[x: string]: string | number | {
|
|
6
|
+
borderRadius: string;
|
|
7
|
+
bottom: number;
|
|
8
|
+
boxShadow: string;
|
|
9
|
+
content: string;
|
|
10
|
+
left: number;
|
|
11
|
+
pointerEvents: string;
|
|
12
|
+
position: string;
|
|
13
|
+
right: number;
|
|
14
|
+
top: number;
|
|
15
|
+
'&::before'?: undefined;
|
|
16
|
+
marginTop?: undefined;
|
|
17
|
+
'--Input-borderColor'?: undefined;
|
|
18
|
+
'--Input-focusedHighlight'?: undefined;
|
|
19
|
+
'--Input-boxShadow'?: undefined;
|
|
20
|
+
} | {
|
|
21
|
+
'&::before': {
|
|
22
|
+
'--Input-focused': number;
|
|
23
|
+
};
|
|
24
|
+
borderRadius?: undefined;
|
|
25
|
+
bottom?: undefined;
|
|
26
|
+
boxShadow?: undefined;
|
|
27
|
+
content?: undefined;
|
|
28
|
+
left?: undefined;
|
|
29
|
+
pointerEvents?: undefined;
|
|
30
|
+
position?: undefined;
|
|
31
|
+
right?: undefined;
|
|
32
|
+
top?: undefined;
|
|
33
|
+
marginTop?: undefined;
|
|
34
|
+
'--Input-borderColor'?: undefined;
|
|
35
|
+
'--Input-focusedHighlight'?: undefined;
|
|
36
|
+
'--Input-boxShadow'?: undefined;
|
|
37
|
+
} | {
|
|
38
|
+
marginTop: string;
|
|
39
|
+
borderRadius?: undefined;
|
|
40
|
+
bottom?: undefined;
|
|
41
|
+
boxShadow?: undefined;
|
|
42
|
+
content?: undefined;
|
|
43
|
+
left?: undefined;
|
|
44
|
+
pointerEvents?: undefined;
|
|
45
|
+
position?: undefined;
|
|
46
|
+
right?: undefined;
|
|
47
|
+
top?: undefined;
|
|
48
|
+
'&::before'?: undefined;
|
|
49
|
+
'--Input-borderColor'?: undefined;
|
|
50
|
+
'--Input-focusedHighlight'?: undefined;
|
|
51
|
+
'--Input-boxShadow'?: undefined;
|
|
52
|
+
} | {
|
|
53
|
+
'--Input-borderColor': string;
|
|
54
|
+
'--Input-focusedHighlight': string;
|
|
55
|
+
borderRadius?: undefined;
|
|
56
|
+
bottom?: undefined;
|
|
57
|
+
boxShadow?: undefined;
|
|
58
|
+
content?: undefined;
|
|
59
|
+
left?: undefined;
|
|
60
|
+
pointerEvents?: undefined;
|
|
61
|
+
position?: undefined;
|
|
62
|
+
right?: undefined;
|
|
63
|
+
top?: undefined;
|
|
64
|
+
'&::before'?: undefined;
|
|
65
|
+
marginTop?: undefined;
|
|
66
|
+
'--Input-boxShadow'?: undefined;
|
|
67
|
+
} | {
|
|
68
|
+
'--Input-boxShadow': string;
|
|
69
|
+
borderRadius?: undefined;
|
|
70
|
+
bottom?: undefined;
|
|
71
|
+
boxShadow?: undefined;
|
|
72
|
+
content?: undefined;
|
|
73
|
+
left?: undefined;
|
|
74
|
+
pointerEvents?: undefined;
|
|
75
|
+
position?: undefined;
|
|
76
|
+
right?: undefined;
|
|
77
|
+
top?: undefined;
|
|
78
|
+
'&::before'?: undefined;
|
|
79
|
+
marginTop?: undefined;
|
|
80
|
+
'--Input-borderColor'?: undefined;
|
|
81
|
+
'--Input-focusedHighlight'?: undefined;
|
|
82
|
+
};
|
|
83
|
+
'--Input-focused': number;
|
|
84
|
+
'--Input-focusedThickness': string;
|
|
85
|
+
'--Input-borderWidth': string;
|
|
86
|
+
'--Input-borderColor': string;
|
|
87
|
+
'--Input-boxShadow': string;
|
|
88
|
+
'&::before': {
|
|
89
|
+
borderRadius: string;
|
|
90
|
+
bottom: number;
|
|
91
|
+
boxShadow: string;
|
|
92
|
+
content: string;
|
|
93
|
+
left: number;
|
|
94
|
+
pointerEvents: string;
|
|
95
|
+
position: string;
|
|
96
|
+
right: number;
|
|
97
|
+
top: number;
|
|
98
|
+
};
|
|
99
|
+
'&:focus-within': {
|
|
100
|
+
'&::before': {
|
|
101
|
+
'--Input-focused': number;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
'label + &': {
|
|
105
|
+
marginTop: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
input: {
|
|
109
|
+
[x: string]: string | {
|
|
110
|
+
'&::placeholder': {
|
|
111
|
+
opacity: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
height: string;
|
|
115
|
+
padding: string;
|
|
116
|
+
fontSize: string;
|
|
117
|
+
};
|
|
118
|
+
paper: {
|
|
119
|
+
border: string;
|
|
120
|
+
fontSize: string;
|
|
121
|
+
marginTop: string;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { o } from "../../../outlinedInputClasses-R7dmh7eW.js";
|
|
2
|
+
import { i as e } from "../../../inputBaseClasses-s6dljKxi.js";
|
|
3
|
+
const i = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
inputRoot: {
|
|
6
|
+
// backgroundColor: 'var(--mui-palette-neutral-100)',
|
|
7
|
+
// color: '#000',
|
|
8
|
+
},
|
|
9
|
+
root: {
|
|
10
|
+
"--Input-focused": 0,
|
|
11
|
+
"--Input-focusedThickness": "2px",
|
|
12
|
+
"--Input-borderWidth": "1px",
|
|
13
|
+
"--Input-borderColor": "var(--mui-palette-OutlinedInput-border)",
|
|
14
|
+
"--Input-boxShadow": "var(--mui-shadows-1)",
|
|
15
|
+
"&::before": {
|
|
16
|
+
borderRadius: "inherit",
|
|
17
|
+
bottom: 0,
|
|
18
|
+
boxShadow: "0 0 0 calc(var(--Input-focused) * var(--Input-focusedThickness)) var(--Input-focusedHighlight)",
|
|
19
|
+
content: '" "',
|
|
20
|
+
left: 0,
|
|
21
|
+
pointerEvents: "none",
|
|
22
|
+
position: "absolute",
|
|
23
|
+
right: 0,
|
|
24
|
+
top: 0
|
|
25
|
+
},
|
|
26
|
+
"&:focus-within": { "&::before": { "--Input-focused": 1 } },
|
|
27
|
+
"label + &": { marginTop: "8px" },
|
|
28
|
+
[`&.${o.error}`]: {
|
|
29
|
+
"--Input-borderColor": "var(--mui-palette-error-main)",
|
|
30
|
+
"--Input-focusedHighlight": "var(--mui-palette-error-main)"
|
|
31
|
+
},
|
|
32
|
+
[`&.${o.disabled}`]: { "--Input-boxShadow": "none" }
|
|
33
|
+
},
|
|
34
|
+
input: {
|
|
35
|
+
height: "auto",
|
|
36
|
+
padding: "0 !important",
|
|
37
|
+
[`label[data-shrink=false]+.${e.formControl} &`]: {
|
|
38
|
+
"&::placeholder": { opacity: "1 !important" }
|
|
39
|
+
},
|
|
40
|
+
fontSize: "0.875rem"
|
|
41
|
+
},
|
|
42
|
+
paper: {
|
|
43
|
+
border: "1px solid var(--mui-palette-divider)",
|
|
44
|
+
fontSize: "0.875rem",
|
|
45
|
+
marginTop: "0.3rem"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export {
|
|
50
|
+
i as MuiAutocomplete
|
|
51
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const MuiAvatar: {
|
|
2
|
+
defaultProps: {
|
|
3
|
+
children: import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
};
|
|
5
|
+
styleOverrides: {
|
|
6
|
+
root: {
|
|
7
|
+
fontSize: string;
|
|
8
|
+
fontWeight: number;
|
|
9
|
+
height: string;
|
|
10
|
+
letterSpacing: number;
|
|
11
|
+
width: string;
|
|
12
|
+
border: string;
|
|
13
|
+
};
|
|
14
|
+
img: {
|
|
15
|
+
objectFit: "fill";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { j as t } from "../../../jsx-runtime-B6kdoens.js";
|
|
2
|
+
import { S as r } from "../../../User-Bx-HYRxI.js";
|
|
3
|
+
const o = {
|
|
4
|
+
defaultProps: { children: /* @__PURE__ */ t.jsx(r, {}) },
|
|
5
|
+
styleOverrides: {
|
|
6
|
+
root: {
|
|
7
|
+
fontSize: "var(--icon-fontSize-md)",
|
|
8
|
+
fontWeight: 500,
|
|
9
|
+
height: "var(--Avatar-size, 40px)",
|
|
10
|
+
letterSpacing: 0,
|
|
11
|
+
width: "var(--Avatar-size, 40px)",
|
|
12
|
+
border: "1px solid var(--mui-palette-grey-300)"
|
|
13
|
+
},
|
|
14
|
+
img: {
|
|
15
|
+
objectFit: "fill"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
o as MuiAvatar
|
|
21
|
+
};
|