@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,262 @@
|
|
|
1
|
+
import * as l from "react";
|
|
2
|
+
import { j as d, P as t } from "./createTheme-C97xvI-s.js";
|
|
3
|
+
import { c as I } from "./clsx-C-FXfxyk.js";
|
|
4
|
+
import { s as E, r as B, m as L, c as D } from "./memoTheme-B2qvAi64.js";
|
|
5
|
+
import { g as b, a as P } from "./generateUtilityClasses-CuEy5gtx.js";
|
|
6
|
+
import { j as $ } from "./jsx-runtime-B6kdoens.js";
|
|
7
|
+
import { B as S, u as U } from "./ButtonBase-p_uz8ITC.js";
|
|
8
|
+
import { l as O } from "./listItemIconClasses-CTdclC9V.js";
|
|
9
|
+
import { u as F } from "./DefaultPropsProvider-BV4t9fEW.js";
|
|
10
|
+
import { u as G } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
11
|
+
const f = /* @__PURE__ */ l.createContext({});
|
|
12
|
+
process.env.NODE_ENV !== "production" && (f.displayName = "ListContext");
|
|
13
|
+
const M = b("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle", "flexItem", "light", "vertical", "withChildren", "withChildrenVertical", "textAlignRight", "textAlignLeft", "wrapper", "wrapperVertical"]), w = b("MuiListItemText", ["root", "multiline", "dense", "inset", "primary", "secondary"]);
|
|
14
|
+
function H(e) {
|
|
15
|
+
return P("MuiMenuItem", e);
|
|
16
|
+
}
|
|
17
|
+
const n = b("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divider", "gutters", "selected"]), _ = (e, o) => {
|
|
18
|
+
const {
|
|
19
|
+
ownerState: s
|
|
20
|
+
} = e;
|
|
21
|
+
return [o.root, s.dense && o.dense, s.divider && o.divider, !s.disableGutters && o.gutters];
|
|
22
|
+
}, h = (e) => {
|
|
23
|
+
const {
|
|
24
|
+
disabled: o,
|
|
25
|
+
dense: s,
|
|
26
|
+
divider: a,
|
|
27
|
+
disableGutters: c,
|
|
28
|
+
selected: p,
|
|
29
|
+
classes: r
|
|
30
|
+
} = e, i = D({
|
|
31
|
+
root: ["root", s && "dense", o && "disabled", !c && "gutters", a && "divider", p && "selected"]
|
|
32
|
+
}, H, r);
|
|
33
|
+
return {
|
|
34
|
+
...r,
|
|
35
|
+
...i
|
|
36
|
+
};
|
|
37
|
+
}, z = E(S, {
|
|
38
|
+
shouldForwardProp: (e) => B(e) || e === "classes",
|
|
39
|
+
name: "MuiMenuItem",
|
|
40
|
+
slot: "Root",
|
|
41
|
+
overridesResolver: _
|
|
42
|
+
})(L(({
|
|
43
|
+
theme: e
|
|
44
|
+
}) => ({
|
|
45
|
+
...e.typography.body1,
|
|
46
|
+
display: "flex",
|
|
47
|
+
justifyContent: "flex-start",
|
|
48
|
+
alignItems: "center",
|
|
49
|
+
position: "relative",
|
|
50
|
+
textDecoration: "none",
|
|
51
|
+
minHeight: 48,
|
|
52
|
+
paddingTop: 6,
|
|
53
|
+
paddingBottom: 6,
|
|
54
|
+
boxSizing: "border-box",
|
|
55
|
+
whiteSpace: "nowrap",
|
|
56
|
+
"&:hover": {
|
|
57
|
+
textDecoration: "none",
|
|
58
|
+
backgroundColor: (e.vars || e).palette.action.hover,
|
|
59
|
+
// Reset on touch devices, it doesn't add specificity
|
|
60
|
+
"@media (hover: none)": {
|
|
61
|
+
backgroundColor: "transparent"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
[`&.${n.selected}`]: {
|
|
65
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : d(e.palette.primary.main, e.palette.action.selectedOpacity),
|
|
66
|
+
[`&.${n.focusVisible}`]: {
|
|
67
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` : d(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.focusOpacity)
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
[`&.${n.selected}:hover`]: {
|
|
71
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` : d(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.hoverOpacity),
|
|
72
|
+
// Reset on touch devices, it doesn't add specificity
|
|
73
|
+
"@media (hover: none)": {
|
|
74
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : d(e.palette.primary.main, e.palette.action.selectedOpacity)
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
[`&.${n.focusVisible}`]: {
|
|
78
|
+
backgroundColor: (e.vars || e).palette.action.focus
|
|
79
|
+
},
|
|
80
|
+
[`&.${n.disabled}`]: {
|
|
81
|
+
opacity: (e.vars || e).palette.action.disabledOpacity
|
|
82
|
+
},
|
|
83
|
+
[`& + .${M.root}`]: {
|
|
84
|
+
marginTop: e.spacing(1),
|
|
85
|
+
marginBottom: e.spacing(1)
|
|
86
|
+
},
|
|
87
|
+
[`& + .${M.inset}`]: {
|
|
88
|
+
marginLeft: 52
|
|
89
|
+
},
|
|
90
|
+
[`& .${w.root}`]: {
|
|
91
|
+
marginTop: 0,
|
|
92
|
+
marginBottom: 0
|
|
93
|
+
},
|
|
94
|
+
[`& .${w.inset}`]: {
|
|
95
|
+
paddingLeft: 36
|
|
96
|
+
},
|
|
97
|
+
[`& .${O.root}`]: {
|
|
98
|
+
minWidth: 36
|
|
99
|
+
},
|
|
100
|
+
variants: [{
|
|
101
|
+
props: ({
|
|
102
|
+
ownerState: o
|
|
103
|
+
}) => !o.disableGutters,
|
|
104
|
+
style: {
|
|
105
|
+
paddingLeft: 16,
|
|
106
|
+
paddingRight: 16
|
|
107
|
+
}
|
|
108
|
+
}, {
|
|
109
|
+
props: ({
|
|
110
|
+
ownerState: o
|
|
111
|
+
}) => o.divider,
|
|
112
|
+
style: {
|
|
113
|
+
borderBottom: `1px solid ${(e.vars || e).palette.divider}`,
|
|
114
|
+
backgroundClip: "padding-box"
|
|
115
|
+
}
|
|
116
|
+
}, {
|
|
117
|
+
props: ({
|
|
118
|
+
ownerState: o
|
|
119
|
+
}) => !o.dense,
|
|
120
|
+
style: {
|
|
121
|
+
[e.breakpoints.up("sm")]: {
|
|
122
|
+
minHeight: "auto"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}, {
|
|
126
|
+
props: ({
|
|
127
|
+
ownerState: o
|
|
128
|
+
}) => o.dense,
|
|
129
|
+
style: {
|
|
130
|
+
minHeight: 32,
|
|
131
|
+
// https://m2.material.io/components/menus#specs > Dense
|
|
132
|
+
paddingTop: 4,
|
|
133
|
+
paddingBottom: 4,
|
|
134
|
+
...e.typography.body2,
|
|
135
|
+
[`& .${O.root} svg`]: {
|
|
136
|
+
fontSize: "1.25rem"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}]
|
|
140
|
+
}))), A = /* @__PURE__ */ l.forwardRef(function(o, s) {
|
|
141
|
+
const a = F({
|
|
142
|
+
props: o,
|
|
143
|
+
name: "MuiMenuItem"
|
|
144
|
+
}), {
|
|
145
|
+
autoFocus: c = !1,
|
|
146
|
+
component: p = "li",
|
|
147
|
+
dense: r = !1,
|
|
148
|
+
divider: g = !1,
|
|
149
|
+
disableGutters: i = !1,
|
|
150
|
+
focusVisibleClassName: N,
|
|
151
|
+
role: T = "menuitem",
|
|
152
|
+
tabIndex: v,
|
|
153
|
+
className: V,
|
|
154
|
+
...R
|
|
155
|
+
} = a, y = l.useContext(f), C = l.useMemo(() => ({
|
|
156
|
+
dense: r || y.dense || !1,
|
|
157
|
+
disableGutters: i
|
|
158
|
+
}), [y.dense, r, i]), u = l.useRef(null);
|
|
159
|
+
G(() => {
|
|
160
|
+
c && (u.current ? u.current.focus() : process.env.NODE_ENV !== "production" && console.error("MUI: Unable to set focus to a MenuItem whose component has not been rendered."));
|
|
161
|
+
}, [c]);
|
|
162
|
+
const k = {
|
|
163
|
+
...a,
|
|
164
|
+
dense: C.dense,
|
|
165
|
+
divider: g,
|
|
166
|
+
disableGutters: i
|
|
167
|
+
}, m = h(a), j = U(u, s);
|
|
168
|
+
let x;
|
|
169
|
+
return a.disabled || (x = v !== void 0 ? v : -1), /* @__PURE__ */ $.jsx(f.Provider, {
|
|
170
|
+
value: C,
|
|
171
|
+
children: /* @__PURE__ */ $.jsx(z, {
|
|
172
|
+
ref: j,
|
|
173
|
+
role: T,
|
|
174
|
+
tabIndex: x,
|
|
175
|
+
component: p,
|
|
176
|
+
focusVisibleClassName: I(m.focusVisible, N),
|
|
177
|
+
className: I(m.root, V),
|
|
178
|
+
...R,
|
|
179
|
+
ownerState: k,
|
|
180
|
+
classes: m
|
|
181
|
+
})
|
|
182
|
+
});
|
|
183
|
+
});
|
|
184
|
+
process.env.NODE_ENV !== "production" && (A.propTypes = {
|
|
185
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
186
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
187
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
188
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
189
|
+
/**
|
|
190
|
+
* If `true`, the list item is focused during the first mount.
|
|
191
|
+
* Focus will also be triggered if the value changes from false to true.
|
|
192
|
+
* @default false
|
|
193
|
+
*/
|
|
194
|
+
autoFocus: t.bool,
|
|
195
|
+
/**
|
|
196
|
+
* The content of the component.
|
|
197
|
+
*/
|
|
198
|
+
children: t.node,
|
|
199
|
+
/**
|
|
200
|
+
* Override or extend the styles applied to the component.
|
|
201
|
+
*/
|
|
202
|
+
classes: t.object,
|
|
203
|
+
/**
|
|
204
|
+
* @ignore
|
|
205
|
+
*/
|
|
206
|
+
className: t.string,
|
|
207
|
+
/**
|
|
208
|
+
* The component used for the root node.
|
|
209
|
+
* Either a string to use a HTML element or a component.
|
|
210
|
+
*/
|
|
211
|
+
component: t.elementType,
|
|
212
|
+
/**
|
|
213
|
+
* If `true`, compact vertical padding designed for keyboard and mouse input is used.
|
|
214
|
+
* The prop defaults to the value inherited from the parent Menu component.
|
|
215
|
+
* @default false
|
|
216
|
+
*/
|
|
217
|
+
dense: t.bool,
|
|
218
|
+
/**
|
|
219
|
+
* @ignore
|
|
220
|
+
*/
|
|
221
|
+
disabled: t.bool,
|
|
222
|
+
/**
|
|
223
|
+
* If `true`, the left and right padding is removed.
|
|
224
|
+
* @default false
|
|
225
|
+
*/
|
|
226
|
+
disableGutters: t.bool,
|
|
227
|
+
/**
|
|
228
|
+
* If `true`, a 1px light border is added to the bottom of the menu item.
|
|
229
|
+
* @default false
|
|
230
|
+
*/
|
|
231
|
+
divider: t.bool,
|
|
232
|
+
/**
|
|
233
|
+
* This prop can help identify which element has keyboard focus.
|
|
234
|
+
* The class name will be applied when the element gains the focus through keyboard interaction.
|
|
235
|
+
* It's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).
|
|
236
|
+
* The rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/HEAD/explainer.md).
|
|
237
|
+
* A [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components
|
|
238
|
+
* if needed.
|
|
239
|
+
*/
|
|
240
|
+
focusVisibleClassName: t.string,
|
|
241
|
+
/**
|
|
242
|
+
* @ignore
|
|
243
|
+
*/
|
|
244
|
+
role: t.string,
|
|
245
|
+
/**
|
|
246
|
+
* If `true`, the component is selected.
|
|
247
|
+
* @default false
|
|
248
|
+
*/
|
|
249
|
+
selected: t.bool,
|
|
250
|
+
/**
|
|
251
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
252
|
+
*/
|
|
253
|
+
sx: t.oneOfType([t.arrayOf(t.oneOfType([t.func, t.object, t.bool])), t.func, t.object]),
|
|
254
|
+
/**
|
|
255
|
+
* @default 0
|
|
256
|
+
*/
|
|
257
|
+
tabIndex: t.number
|
|
258
|
+
});
|
|
259
|
+
export {
|
|
260
|
+
f as L,
|
|
261
|
+
A as M
|
|
262
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import i, { forwardRef as g } from "react";
|
|
2
|
+
var h = Object.defineProperty, o = Object.getOwnPropertySymbols, c = Object.prototype.hasOwnProperty, f = Object.prototype.propertyIsEnumerable, n = (r, t, e) => t in r ? h(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e, b = (r, t) => {
|
|
3
|
+
for (var e in t || (t = {}))
|
|
4
|
+
c.call(t, e) && n(r, e, t[e]);
|
|
5
|
+
if (o)
|
|
6
|
+
for (var e of o(t))
|
|
7
|
+
f.call(t, e) && n(r, e, t[e]);
|
|
8
|
+
return r;
|
|
9
|
+
}, y = (r, t) => {
|
|
10
|
+
var e = {};
|
|
11
|
+
for (var l in r)
|
|
12
|
+
c.call(r, l) && t.indexOf(l) < 0 && (e[l] = r[l]);
|
|
13
|
+
if (r != null && o)
|
|
14
|
+
for (var l of o(r))
|
|
15
|
+
t.indexOf(l) < 0 && f.call(r, l) && (e[l] = r[l]);
|
|
16
|
+
return e;
|
|
17
|
+
};
|
|
18
|
+
const s = g((r, t) => {
|
|
19
|
+
const e = r, {
|
|
20
|
+
alt: l,
|
|
21
|
+
color: v = "currentColor",
|
|
22
|
+
size: a = "1em",
|
|
23
|
+
weight: w = "regular",
|
|
24
|
+
mirrored: m = !1,
|
|
25
|
+
children: p,
|
|
26
|
+
weights: d
|
|
27
|
+
} = e, u = y(e, [
|
|
28
|
+
"alt",
|
|
29
|
+
"color",
|
|
30
|
+
"size",
|
|
31
|
+
"weight",
|
|
32
|
+
"mirrored",
|
|
33
|
+
"children",
|
|
34
|
+
"weights"
|
|
35
|
+
]);
|
|
36
|
+
return /* @__PURE__ */ i.createElement(
|
|
37
|
+
"svg",
|
|
38
|
+
b({
|
|
39
|
+
ref: t,
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
width: a,
|
|
42
|
+
height: a,
|
|
43
|
+
fill: v,
|
|
44
|
+
viewBox: "0 0 256 256",
|
|
45
|
+
transform: m ? "scale(-1, 1)" : void 0
|
|
46
|
+
}, u),
|
|
47
|
+
!!l && /* @__PURE__ */ i.createElement("title", null, l),
|
|
48
|
+
p,
|
|
49
|
+
d.get(w)
|
|
50
|
+
);
|
|
51
|
+
});
|
|
52
|
+
s.displayName = "SSRBase";
|
|
53
|
+
const x = s;
|
|
54
|
+
export {
|
|
55
|
+
x as E
|
|
56
|
+
};
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import { P as e, a as V, h as O, r as m, e as C, f as D, m as R, g as T } from "./createTheme-C97xvI-s.js";
|
|
2
|
+
import { a as E, c as N, s as F } from "./memoTheme-B2qvAi64.js";
|
|
3
|
+
import * as f from "react";
|
|
4
|
+
import { c as B } from "./clsx-C-FXfxyk.js";
|
|
5
|
+
import { j as M } from "./jsx-runtime-B6kdoens.js";
|
|
6
|
+
import { e as w } from "./extendSxProp-CKQgGYDd.js";
|
|
7
|
+
import { r as G, u as U } from "./DefaultPropsProvider-BV4t9fEW.js";
|
|
8
|
+
import { u as $ } from "./useTheme-DYc4rgBb.js";
|
|
9
|
+
import { a as A } from "./generateUtilityClasses-CuEy5gtx.js";
|
|
10
|
+
const _ = E();
|
|
11
|
+
function L(o) {
|
|
12
|
+
const {
|
|
13
|
+
theme: r,
|
|
14
|
+
name: s,
|
|
15
|
+
props: n
|
|
16
|
+
} = o;
|
|
17
|
+
return !r || !r.components || !r.components[s] || !r.components[s].defaultProps ? n : G(r.components[s].defaultProps, n);
|
|
18
|
+
}
|
|
19
|
+
function q({
|
|
20
|
+
props: o,
|
|
21
|
+
name: r,
|
|
22
|
+
defaultTheme: s,
|
|
23
|
+
themeId: n
|
|
24
|
+
}) {
|
|
25
|
+
let c = $(s);
|
|
26
|
+
return n && (c = c[n] || c), L({
|
|
27
|
+
theme: c,
|
|
28
|
+
name: r,
|
|
29
|
+
props: o
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
const z = V(), H = _("div", {
|
|
33
|
+
name: "MuiStack",
|
|
34
|
+
slot: "Root",
|
|
35
|
+
overridesResolver: (o, r) => r.root
|
|
36
|
+
});
|
|
37
|
+
function I(o) {
|
|
38
|
+
return q({
|
|
39
|
+
props: o,
|
|
40
|
+
name: "MuiStack",
|
|
41
|
+
defaultTheme: z
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
function J(o, r) {
|
|
45
|
+
const s = f.Children.toArray(o).filter(Boolean);
|
|
46
|
+
return s.reduce((n, c, a) => (n.push(c), a < s.length - 1 && n.push(/* @__PURE__ */ f.cloneElement(r, {
|
|
47
|
+
key: `separator-${a}`
|
|
48
|
+
})), n), []);
|
|
49
|
+
}
|
|
50
|
+
const K = (o) => ({
|
|
51
|
+
row: "Left",
|
|
52
|
+
"row-reverse": "Right",
|
|
53
|
+
column: "Top",
|
|
54
|
+
"column-reverse": "Bottom"
|
|
55
|
+
})[o], Q = ({
|
|
56
|
+
ownerState: o,
|
|
57
|
+
theme: r
|
|
58
|
+
}) => {
|
|
59
|
+
let s = {
|
|
60
|
+
display: "flex",
|
|
61
|
+
flexDirection: "column",
|
|
62
|
+
...O({
|
|
63
|
+
theme: r
|
|
64
|
+
}, m({
|
|
65
|
+
values: o.direction,
|
|
66
|
+
breakpoints: r.breakpoints.values
|
|
67
|
+
}), (n) => ({
|
|
68
|
+
flexDirection: n
|
|
69
|
+
}))
|
|
70
|
+
};
|
|
71
|
+
if (o.spacing) {
|
|
72
|
+
const n = C(r), c = Object.keys(r.breakpoints.values).reduce((t, i) => ((typeof o.spacing == "object" && o.spacing[i] != null || typeof o.direction == "object" && o.direction[i] != null) && (t[i] = !0), t), {}), a = m({
|
|
73
|
+
values: o.direction,
|
|
74
|
+
base: c
|
|
75
|
+
}), l = m({
|
|
76
|
+
values: o.spacing,
|
|
77
|
+
base: c
|
|
78
|
+
});
|
|
79
|
+
typeof a == "object" && Object.keys(a).forEach((t, i, p) => {
|
|
80
|
+
if (!a[t]) {
|
|
81
|
+
const u = i > 0 ? a[p[i - 1]] : "column";
|
|
82
|
+
a[t] = u;
|
|
83
|
+
}
|
|
84
|
+
}), s = D(s, O({
|
|
85
|
+
theme: r
|
|
86
|
+
}, l, (t, i) => o.useFlexGap ? {
|
|
87
|
+
gap: T(n, t)
|
|
88
|
+
} : {
|
|
89
|
+
// The useFlexGap={false} implement relies on each child to give up control of the margin.
|
|
90
|
+
// We need to reset the margin to avoid double spacing.
|
|
91
|
+
"& > :not(style):not(style)": {
|
|
92
|
+
margin: 0
|
|
93
|
+
},
|
|
94
|
+
"& > :not(style) ~ :not(style)": {
|
|
95
|
+
[`margin${K(i ? a[i] : o.direction)}`]: T(n, t)
|
|
96
|
+
}
|
|
97
|
+
}));
|
|
98
|
+
}
|
|
99
|
+
return s = R(r.breakpoints, s), s;
|
|
100
|
+
};
|
|
101
|
+
function W(o = {}) {
|
|
102
|
+
const {
|
|
103
|
+
// This will allow adding custom styled fn (for example for custom sx style function)
|
|
104
|
+
createStyledComponent: r = H,
|
|
105
|
+
useThemeProps: s = I,
|
|
106
|
+
componentName: n = "MuiStack"
|
|
107
|
+
} = o, c = () => N({
|
|
108
|
+
root: ["root"]
|
|
109
|
+
}, (t) => A(n, t), {}), a = r(Q), l = /* @__PURE__ */ f.forwardRef(function(t, i) {
|
|
110
|
+
const p = s(t), y = w(p), {
|
|
111
|
+
component: u = "div",
|
|
112
|
+
direction: b = "column",
|
|
113
|
+
spacing: h = 0,
|
|
114
|
+
divider: v,
|
|
115
|
+
children: g,
|
|
116
|
+
className: j,
|
|
117
|
+
useFlexGap: k = !1,
|
|
118
|
+
...P
|
|
119
|
+
} = y, x = {
|
|
120
|
+
direction: b,
|
|
121
|
+
spacing: h,
|
|
122
|
+
useFlexGap: k
|
|
123
|
+
}, S = c();
|
|
124
|
+
return /* @__PURE__ */ M.jsx(a, {
|
|
125
|
+
as: u,
|
|
126
|
+
ownerState: x,
|
|
127
|
+
ref: i,
|
|
128
|
+
className: B(S.root, j),
|
|
129
|
+
...P,
|
|
130
|
+
children: v ? J(g, v) : g
|
|
131
|
+
});
|
|
132
|
+
});
|
|
133
|
+
return process.env.NODE_ENV !== "production" && (l.propTypes = {
|
|
134
|
+
children: e.node,
|
|
135
|
+
direction: e.oneOfType([e.oneOf(["column-reverse", "column", "row-reverse", "row"]), e.arrayOf(e.oneOf(["column-reverse", "column", "row-reverse", "row"])), e.object]),
|
|
136
|
+
divider: e.node,
|
|
137
|
+
spacing: e.oneOfType([e.arrayOf(e.oneOfType([e.number, e.string])), e.number, e.object, e.string]),
|
|
138
|
+
sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
|
|
139
|
+
}), l;
|
|
140
|
+
}
|
|
141
|
+
const X = W({
|
|
142
|
+
createStyledComponent: F("div", {
|
|
143
|
+
name: "MuiStack",
|
|
144
|
+
slot: "Root",
|
|
145
|
+
overridesResolver: (o, r) => r.root
|
|
146
|
+
}),
|
|
147
|
+
useThemeProps: (o) => U({
|
|
148
|
+
props: o,
|
|
149
|
+
name: "MuiStack"
|
|
150
|
+
})
|
|
151
|
+
});
|
|
152
|
+
process.env.NODE_ENV !== "production" && (X.propTypes = {
|
|
153
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
154
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
155
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
156
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
157
|
+
/**
|
|
158
|
+
* The content of the component.
|
|
159
|
+
*/
|
|
160
|
+
children: e.node,
|
|
161
|
+
/**
|
|
162
|
+
* The component used for the root node.
|
|
163
|
+
* Either a string to use a HTML element or a component.
|
|
164
|
+
*/
|
|
165
|
+
component: e.elementType,
|
|
166
|
+
/**
|
|
167
|
+
* Defines the `flex-direction` style property.
|
|
168
|
+
* It is applied for all screen sizes.
|
|
169
|
+
* @default 'column'
|
|
170
|
+
*/
|
|
171
|
+
direction: e.oneOfType([e.oneOf(["column-reverse", "column", "row-reverse", "row"]), e.arrayOf(e.oneOf(["column-reverse", "column", "row-reverse", "row"])), e.object]),
|
|
172
|
+
/**
|
|
173
|
+
* Add an element between each child.
|
|
174
|
+
*/
|
|
175
|
+
divider: e.node,
|
|
176
|
+
/**
|
|
177
|
+
* Defines the space between immediate children.
|
|
178
|
+
* @default 0
|
|
179
|
+
*/
|
|
180
|
+
spacing: e.oneOfType([e.arrayOf(e.oneOfType([e.number, e.string])), e.number, e.object, e.string]),
|
|
181
|
+
/**
|
|
182
|
+
* The system prop, which allows defining system overrides as well as additional CSS styles.
|
|
183
|
+
*/
|
|
184
|
+
sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object]),
|
|
185
|
+
/**
|
|
186
|
+
* If `true`, the CSS flexbox `gap` is used instead of applying `margin` to children.
|
|
187
|
+
*
|
|
188
|
+
* While CSS `gap` removes the [known limitations](https://mui.com/joy-ui/react-stack/#limitations),
|
|
189
|
+
* it is not fully supported in some browsers. We recommend checking https://caniuse.com/?search=flex%20gap before using this flag.
|
|
190
|
+
*
|
|
191
|
+
* To enable this flag globally, follow the [theme's default props](https://mui.com/material-ui/customization/theme-components/#default-props) configuration.
|
|
192
|
+
* @default false
|
|
193
|
+
*/
|
|
194
|
+
useFlexGap: e.bool
|
|
195
|
+
});
|
|
196
|
+
export {
|
|
197
|
+
X as S
|
|
198
|
+
};
|