@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,93 @@
|
|
|
1
|
+
import { j as m } from "../../../jsx-runtime-B6kdoens.js";
|
|
2
|
+
import e, { forwardRef as p } from "react";
|
|
3
|
+
import { E as i } from "../../../SSRBase-B9xq2wUG.js";
|
|
4
|
+
const f = /* @__PURE__ */ new Map([
|
|
5
|
+
[
|
|
6
|
+
"bold",
|
|
7
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z" }))
|
|
8
|
+
],
|
|
9
|
+
[
|
|
10
|
+
"duotone",
|
|
11
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M160,48V208L80,128Z", opacity: "0.2" }), /* @__PURE__ */ e.createElement("path", { d: "M163.06,40.61a8,8,0,0,0-8.72,1.73l-80,80a8,8,0,0,0,0,11.32l80,80A8,8,0,0,0,168,208V48A8,8,0,0,0,163.06,40.61ZM152,188.69,91.31,128,152,67.31Z" }))
|
|
12
|
+
],
|
|
13
|
+
[
|
|
14
|
+
"fill",
|
|
15
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M168,48V208a8,8,0,0,1-13.66,5.66l-80-80a8,8,0,0,1,0-11.32l80-80A8,8,0,0,1,168,48Z" }))
|
|
16
|
+
],
|
|
17
|
+
[
|
|
18
|
+
"light",
|
|
19
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M164.24,203.76a6,6,0,1,1-8.48,8.48l-80-80a6,6,0,0,1,0-8.48l80-80a6,6,0,0,1,8.48,8.48L88.49,128Z" }))
|
|
20
|
+
],
|
|
21
|
+
[
|
|
22
|
+
"regular",
|
|
23
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z" }))
|
|
24
|
+
],
|
|
25
|
+
[
|
|
26
|
+
"thin",
|
|
27
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M162.83,205.17a4,4,0,0,1-5.66,5.66l-80-80a4,4,0,0,1,0-5.66l80-80a4,4,0,1,1,5.66,5.66L85.66,128Z" }))
|
|
28
|
+
]
|
|
29
|
+
]);
|
|
30
|
+
var d = Object.defineProperty, E = Object.defineProperties, g = Object.getOwnPropertyDescriptors, l = Object.getOwnPropertySymbols, b = Object.prototype.hasOwnProperty, h = Object.prototype.propertyIsEnumerable, n = (a, t, r) => t in a ? d(a, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : a[t] = r, v = (a, t) => {
|
|
31
|
+
for (var r in t || (t = {}))
|
|
32
|
+
b.call(t, r) && n(a, r, t[r]);
|
|
33
|
+
if (l)
|
|
34
|
+
for (var r of l(t))
|
|
35
|
+
h.call(t, r) && n(a, r, t[r]);
|
|
36
|
+
return a;
|
|
37
|
+
}, y = (a, t) => E(a, g(t));
|
|
38
|
+
const u = p((a, t) => /* @__PURE__ */ e.createElement(i, y(v({ ref: t }, a), { weights: f })));
|
|
39
|
+
u.displayName = "CaretLeft";
|
|
40
|
+
const M = /* @__PURE__ */ new Map([
|
|
41
|
+
[
|
|
42
|
+
"bold",
|
|
43
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z" }))
|
|
44
|
+
],
|
|
45
|
+
[
|
|
46
|
+
"duotone",
|
|
47
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M176,128,96,208V48Z", opacity: "0.2" }), /* @__PURE__ */ e.createElement("path", { d: "M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z" }))
|
|
48
|
+
],
|
|
49
|
+
[
|
|
50
|
+
"fill",
|
|
51
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z" }))
|
|
52
|
+
],
|
|
53
|
+
[
|
|
54
|
+
"light",
|
|
55
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z" }))
|
|
56
|
+
],
|
|
57
|
+
[
|
|
58
|
+
"regular",
|
|
59
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z" }))
|
|
60
|
+
],
|
|
61
|
+
[
|
|
62
|
+
"thin",
|
|
63
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z" }))
|
|
64
|
+
]
|
|
65
|
+
]);
|
|
66
|
+
var O = Object.defineProperty, j = Object.defineProperties, Z = Object.getOwnPropertyDescriptors, o = Object.getOwnPropertySymbols, P = Object.prototype.hasOwnProperty, w = Object.prototype.propertyIsEnumerable, c = (a, t, r) => t in a ? O(a, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : a[t] = r, F = (a, t) => {
|
|
67
|
+
for (var r in t || (t = {}))
|
|
68
|
+
P.call(t, r) && c(a, r, t[r]);
|
|
69
|
+
if (o)
|
|
70
|
+
for (var r of o(t))
|
|
71
|
+
w.call(t, r) && c(a, r, t[r]);
|
|
72
|
+
return a;
|
|
73
|
+
}, A = (a, t) => j(a, Z(t));
|
|
74
|
+
const s = p((a, t) => /* @__PURE__ */ e.createElement(i, A(F({ ref: t }, a), { weights: M })));
|
|
75
|
+
s.displayName = "CaretRight";
|
|
76
|
+
function L() {
|
|
77
|
+
return /* @__PURE__ */ m.jsx(u, { fontSize: "var(--fontSize-md)" });
|
|
78
|
+
}
|
|
79
|
+
function $() {
|
|
80
|
+
return /* @__PURE__ */ m.jsx(s, { fontSize: "var(--fontSize-md)" });
|
|
81
|
+
}
|
|
82
|
+
const R = {
|
|
83
|
+
defaultProps: {
|
|
84
|
+
slotProps: {
|
|
85
|
+
actions: { nextButtonIcon: { component: $ }, previousButtonIcon: { component: L } },
|
|
86
|
+
select: { size: "small", variant: "outlined" }
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
styleOverrides: { input: { marginRight: "16px", padding: 0 } }
|
|
90
|
+
};
|
|
91
|
+
export {
|
|
92
|
+
R as MuiTablePagination
|
|
93
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare const MuiTabs: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
flexContainer: {
|
|
4
|
+
[x: string]: {
|
|
5
|
+
gap: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
indicator: {
|
|
9
|
+
height: string;
|
|
10
|
+
borderTopLeftRadius: string;
|
|
11
|
+
borderTopRightRadius: string;
|
|
12
|
+
};
|
|
13
|
+
vertical: {
|
|
14
|
+
[x: string]: {
|
|
15
|
+
borderBottomRightRadius: string;
|
|
16
|
+
borderTopRightRadius: string;
|
|
17
|
+
left: number;
|
|
18
|
+
right: string;
|
|
19
|
+
width: string;
|
|
20
|
+
justifyContent?: undefined;
|
|
21
|
+
paddingInline?: undefined;
|
|
22
|
+
} | {
|
|
23
|
+
justifyContent: string;
|
|
24
|
+
paddingInline: string;
|
|
25
|
+
borderBottomRightRadius?: undefined;
|
|
26
|
+
borderTopRightRadius?: undefined;
|
|
27
|
+
left?: undefined;
|
|
28
|
+
right?: undefined;
|
|
29
|
+
width?: undefined;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { g as e } from "../../../generateUtilityClasses-CuEy5gtx.js";
|
|
2
|
+
const o = e("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper", "icon"]), t = e("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVertical", "centered", "scroller", "fixed", "scrollableX", "scrollableY", "hideScrollbar", "scrollButtons", "scrollButtonsHideMobile", "indicator"]), i = {
|
|
3
|
+
styleOverrides: {
|
|
4
|
+
flexContainer: { [`&:not(.${t.flexContainerVertical})`]: { gap: "24px" } },
|
|
5
|
+
indicator: { height: "2px", borderTopLeftRadius: "0px", borderTopRightRadius: "0px" },
|
|
6
|
+
vertical: {
|
|
7
|
+
[`& .${t.indicator}`]: {
|
|
8
|
+
borderBottomRightRadius: "4px",
|
|
9
|
+
borderTopRightRadius: "4px",
|
|
10
|
+
left: 0,
|
|
11
|
+
right: "auto",
|
|
12
|
+
width: "4px"
|
|
13
|
+
},
|
|
14
|
+
[`& .${o.root}`]: { justifyContent: "flex-start", paddingInline: "24px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
i as MuiTabs
|
|
20
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const MuiToggleButtonGroup: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: {
|
|
4
|
+
border: string;
|
|
5
|
+
boxShadow: "var(--mui-shadows-1)";
|
|
6
|
+
gap: string;
|
|
7
|
+
padding: string;
|
|
8
|
+
};
|
|
9
|
+
grouped: {
|
|
10
|
+
border: number;
|
|
11
|
+
margin: number;
|
|
12
|
+
};
|
|
13
|
+
firstButton: {
|
|
14
|
+
borderRadius: string;
|
|
15
|
+
};
|
|
16
|
+
middleButton: {
|
|
17
|
+
borderRadius: string;
|
|
18
|
+
};
|
|
19
|
+
lastButton: {
|
|
20
|
+
borderRadius: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const r = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: {
|
|
4
|
+
border: "1px solid var(--mui-palette-divider)",
|
|
5
|
+
boxShadow: "var(--mui-shadows-1)",
|
|
6
|
+
gap: "4px",
|
|
7
|
+
padding: "4px"
|
|
8
|
+
},
|
|
9
|
+
grouped: { border: 0, margin: 0 },
|
|
10
|
+
firstButton: { borderRadius: "8px" },
|
|
11
|
+
middleButton: { borderRadius: "8px" },
|
|
12
|
+
lastButton: { borderRadius: "8px" }
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
r as MuiToggleButtonGroup
|
|
17
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createTheme as t } from "@mui/material";
|
|
2
|
+
import { colorSchemes as m } from "./color-schemes.js";
|
|
3
|
+
import { components as a } from "./components/components.js";
|
|
4
|
+
import { shadows as o } from "./shadows.js";
|
|
5
|
+
import { typography as s } from "./typography.js";
|
|
6
|
+
function n(e) {
|
|
7
|
+
var r;
|
|
8
|
+
return t({
|
|
9
|
+
cssVariables: !0,
|
|
10
|
+
breakpoints: { values: { xs: 0, sm: 600, md: 900, lg: 1200, xl: 1440 } },
|
|
11
|
+
// colorSchemes: colorSchemes({ primaryColor: config.primaryColor }),
|
|
12
|
+
components: a,
|
|
13
|
+
direction: e.direction,
|
|
14
|
+
shadows: e.colorScheme === "dark" ? o.dark : o.light,
|
|
15
|
+
shape: { borderRadius: 8 },
|
|
16
|
+
typography: s,
|
|
17
|
+
palette: (r = m({ primaryColor: e.primaryColor })[e.colorScheme]) == null ? void 0 : r.palette
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
n as createTheme
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './create-theme';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const shadows: {
|
|
2
|
+
dark: ["none", string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
3
|
+
light: ["none", string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
4
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const p = {
|
|
2
|
+
dark: [
|
|
3
|
+
"none",
|
|
4
|
+
"0px 1px 2px rgba(0, 0, 0, 0.5)",
|
|
5
|
+
"0px 1px 5px rgba(0, 0, 0, 0.5)",
|
|
6
|
+
"0px 1px 8px rgba(0, 0, 0, 0.5)",
|
|
7
|
+
"0px 1px 10px rgba(0, 0, 0, 0.5)",
|
|
8
|
+
"0px 1px 14px rgba(0, 0, 0, 0.5)",
|
|
9
|
+
"0px 1px 18px rgba(0, 0, 0, 0.5)",
|
|
10
|
+
"0px 2px 16px rgba(0, 0, 0, 0.5)",
|
|
11
|
+
"0px 3px 14px rgba(0, 0, 0, 0.5)",
|
|
12
|
+
"0px 3px 16px rgba(0, 0, 0, 0.5)",
|
|
13
|
+
"0px 4px 18px rgba(0, 0, 0, 0.5)",
|
|
14
|
+
"0px 4px 20px rgba(0, 0, 0, 0.5)",
|
|
15
|
+
"0px 5px 22px rgba(0, 0, 0, 0.5)",
|
|
16
|
+
"0px 5px 24px rgba(0, 0, 0, 0.5)",
|
|
17
|
+
"0px 5px 26px rgba(0, 0, 0, 0.5)",
|
|
18
|
+
"0px 6px 28px rgba(0, 0, 0, 0.5)",
|
|
19
|
+
"0px 6px 30px rgba(0, 0, 0, 0.5)",
|
|
20
|
+
"0px 6px 32px rgba(0, 0, 0, 0.5)",
|
|
21
|
+
"0px 7px 34px rgba(0, 0, 0, 0.5)",
|
|
22
|
+
"0px 7px 36px rgba(0, 0, 0, 0.5)",
|
|
23
|
+
"0px 8px 38px rgba(0, 0, 0, 0.5)",
|
|
24
|
+
"0px 8px 40px rgba(0, 0, 0, 0.5)",
|
|
25
|
+
"0px 8px 42px rgba(0, 0, 0, 0.5)",
|
|
26
|
+
"0px 9px 44px rgba(0, 0, 0, 0.5)",
|
|
27
|
+
"0px 9px 46px rgba(0, 0, 0, 0.5)"
|
|
28
|
+
],
|
|
29
|
+
light: [
|
|
30
|
+
"none",
|
|
31
|
+
"0px 1px 2px rgba(0, 0, 0, 0.08)",
|
|
32
|
+
"0px 1px 5px rgba(0, 0, 0, 0.08)",
|
|
33
|
+
"0px 1px 8px rgba(0, 0, 0, 0.08)",
|
|
34
|
+
"0px 1px 10px rgba(0, 0, 0, 0.08)",
|
|
35
|
+
"0px 1px 14px rgba(0, 0, 0, 0.08)",
|
|
36
|
+
"0px 1px 18px rgba(0, 0, 0, 0.08)",
|
|
37
|
+
"0px 2px 16px rgba(0, 0, 0, 0.08)",
|
|
38
|
+
"0px 3px 14px rgba(0, 0, 0, 0.08)",
|
|
39
|
+
"0px 3px 16px rgba(0, 0, 0, 0.08)",
|
|
40
|
+
"0px 4px 18px rgba(0, 0, 0, 0.08)",
|
|
41
|
+
"0px 4px 20px rgba(0, 0, 0, 0.08)",
|
|
42
|
+
"0px 5px 22px rgba(0, 0, 0, 0.08)",
|
|
43
|
+
"0px 5px 24px rgba(0, 0, 0, 0.08)",
|
|
44
|
+
"0px 5px 26px rgba(0, 0, 0, 0.08)",
|
|
45
|
+
"0px 6px 28px rgba(0, 0, 0, 0.08)",
|
|
46
|
+
"0px 6px 30px rgba(0, 0, 0, 0.08)",
|
|
47
|
+
"0px 6px 32px rgba(0, 0, 0, 0.08)",
|
|
48
|
+
"0px 7px 34px rgba(0, 0, 0, 0.08)",
|
|
49
|
+
"0px 7px 36px rgba(0, 0, 0, 0.08)",
|
|
50
|
+
"0px 8px 38px rgba(0, 0, 0, 0.08)",
|
|
51
|
+
"0px 8px 40px rgba(0, 0, 0, 0.08)",
|
|
52
|
+
"0px 8px 42px rgba(0, 0, 0, 0.08)",
|
|
53
|
+
"0px 9px 44px rgba(0, 0, 0, 0.08)",
|
|
54
|
+
"0px 9px 46px rgba(0, 0, 0, 0.08)"
|
|
55
|
+
]
|
|
56
|
+
};
|
|
57
|
+
export {
|
|
58
|
+
p as shadows
|
|
59
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export declare const typography: {
|
|
2
|
+
fontFamily: "\"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"";
|
|
3
|
+
body1: {
|
|
4
|
+
fontSize: string;
|
|
5
|
+
fontWeight: number;
|
|
6
|
+
lineHeight: number;
|
|
7
|
+
};
|
|
8
|
+
body2: {
|
|
9
|
+
fontSize: string;
|
|
10
|
+
fontWeight: number;
|
|
11
|
+
lineHeight: number;
|
|
12
|
+
};
|
|
13
|
+
button: {
|
|
14
|
+
fontWeight: number;
|
|
15
|
+
};
|
|
16
|
+
caption: {
|
|
17
|
+
fontSize: string;
|
|
18
|
+
fontWeight: number;
|
|
19
|
+
lineHeight: number;
|
|
20
|
+
};
|
|
21
|
+
subtitle1: {
|
|
22
|
+
fontSize: string;
|
|
23
|
+
fontWeight: number;
|
|
24
|
+
lineHeight: number;
|
|
25
|
+
};
|
|
26
|
+
subtitle2: {
|
|
27
|
+
fontSize: string;
|
|
28
|
+
fontWeight: number;
|
|
29
|
+
lineHeight: number;
|
|
30
|
+
};
|
|
31
|
+
overline: {
|
|
32
|
+
fontSize: string;
|
|
33
|
+
fontWeight: number;
|
|
34
|
+
letterSpacing: string;
|
|
35
|
+
lineHeight: number;
|
|
36
|
+
textTransform: "uppercase";
|
|
37
|
+
};
|
|
38
|
+
h1: {
|
|
39
|
+
fontSize: string;
|
|
40
|
+
fontWeight: number;
|
|
41
|
+
lineHeight: number;
|
|
42
|
+
};
|
|
43
|
+
h2: {
|
|
44
|
+
fontSize: string;
|
|
45
|
+
fontWeight: number;
|
|
46
|
+
lineHeight: number;
|
|
47
|
+
};
|
|
48
|
+
h3: {
|
|
49
|
+
fontSize: string;
|
|
50
|
+
fontWeight: number;
|
|
51
|
+
lineHeight: number;
|
|
52
|
+
};
|
|
53
|
+
h4: {
|
|
54
|
+
fontSize: string;
|
|
55
|
+
fontWeight: number;
|
|
56
|
+
lineHeight: number;
|
|
57
|
+
};
|
|
58
|
+
h5: {
|
|
59
|
+
fontSize: string;
|
|
60
|
+
fontWeight: number;
|
|
61
|
+
lineHeight: number;
|
|
62
|
+
};
|
|
63
|
+
h6: {
|
|
64
|
+
fontSize: string;
|
|
65
|
+
fontWeight: number;
|
|
66
|
+
lineHeight: number;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
fontFamily: '"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"',
|
|
3
|
+
body1: { fontSize: "1rem", fontWeight: 400, lineHeight: 1.5 },
|
|
4
|
+
body2: { fontSize: "0.875rem", fontWeight: 400, lineHeight: 1.57 },
|
|
5
|
+
button: { fontWeight: 500 },
|
|
6
|
+
caption: { fontSize: "0.75rem", fontWeight: 400, lineHeight: 1.66 },
|
|
7
|
+
subtitle1: { fontSize: "1rem", fontWeight: 500, lineHeight: 1.57 },
|
|
8
|
+
subtitle2: { fontSize: "0.875rem", fontWeight: 500, lineHeight: 1.57 },
|
|
9
|
+
overline: {
|
|
10
|
+
fontSize: "0.75rem",
|
|
11
|
+
fontWeight: 500,
|
|
12
|
+
letterSpacing: "0.5px",
|
|
13
|
+
lineHeight: 2.5,
|
|
14
|
+
textTransform: "uppercase"
|
|
15
|
+
},
|
|
16
|
+
h1: { fontSize: "3.5rem", fontWeight: 500, lineHeight: 1.2 },
|
|
17
|
+
// 56px
|
|
18
|
+
h2: { fontSize: "3rem", fontWeight: 500, lineHeight: 1.2 },
|
|
19
|
+
// 48px
|
|
20
|
+
h3: { fontSize: "2.25rem", fontWeight: 500, lineHeight: 1.2 },
|
|
21
|
+
// 36px
|
|
22
|
+
h4: { fontSize: "2rem", fontWeight: 500, lineHeight: 1.2 },
|
|
23
|
+
// 32px
|
|
24
|
+
h5: { fontSize: "1.5rem", fontWeight: 500, lineHeight: 1.2 },
|
|
25
|
+
// 24px
|
|
26
|
+
h6: { fontSize: "1.125rem", fontWeight: 500, lineHeight: 1.2 }
|
|
27
|
+
// 18px
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
e as typography
|
|
31
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { g as l, a } from "./generateUtilityClasses-CuEy5gtx.js";
|
|
2
|
+
function i(e) {
|
|
3
|
+
return a("MuiTableCell", e);
|
|
4
|
+
}
|
|
5
|
+
const s = l("MuiTableCell", ["root", "head", "body", "footer", "sizeSmall", "sizeMedium", "paddingCheckbox", "paddingNone", "alignLeft", "alignCenter", "alignRight", "alignJustify", "stickyHeader"]);
|
|
6
|
+
export {
|
|
7
|
+
i as g,
|
|
8
|
+
s as t
|
|
9
|
+
};
|