Skip to content

Commit

Permalink
chore(deps): bump the mui group across 1 directory with 2 updates (#1328
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 13453ee commit 6f5eec6
Show file tree
Hide file tree
Showing 54 changed files with 225 additions and 213 deletions.
159 changes: 82 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@tippyjs/react": "^4.2.6",
"chroma-js": "^3.1.1",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/theme/components/card/muiCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Coded by www.creative-tim.com
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/

import type { Components, Theme } from '@mui/material';
import type { ThemeComponentOptions } from '../../theme';

import { borders, boxShadows, rgba } from '../..';

export const MuiCard: Components<Theme>['MuiCard'] = {
export const MuiCard: ThemeComponentOptions['MuiCard'] = {
styleOverrides: {
root: ({ theme: { palette } }) => ({
display: 'flex',
Expand Down
6 changes: 3 additions & 3 deletions src/assets/theme/components/card/muiCardContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

import type { Components, Theme } from '@mui/material';

/**
=========================================================
* Material Kit 2 React - v2.1.0
Expand All @@ -31,7 +29,9 @@ import type { Components, Theme } from '@mui/material';
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/

export const MuiCardContent: Components<Theme>['MuiCardContent'] = {
import type { ThemeComponentOptions } from '../../theme';

export const MuiCardContent: ThemeComponentOptions['MuiCardContent'] = {
styleOverrides: {
root: {
marginTop: 0,
Expand Down
4 changes: 2 additions & 2 deletions src/assets/theme/components/card/muiCardMedia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/

import type { Components, Theme } from '@mui/material';
import type { ThemeComponentOptions } from '../../theme';

import { borders } from '../..';

export const MuiCardMedia: Components<Theme>['MuiCardMedia'] = {
export const MuiCardMedia: ThemeComponentOptions['MuiCardMedia'] = {
styleOverrides: {
root: {
borderRadius: borders.radius.xl,
Expand Down
4 changes: 2 additions & 2 deletions src/assets/theme/components/dialog/muiDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/

import type { Components, Theme } from '@mui/material';
import type { ThemeComponentOptions } from '../../theme';

import { borders, boxShadows } from '../..';

export const MuiDialog: Components<Theme>['MuiDialog'] = {
export const MuiDialog: ThemeComponentOptions['MuiDialog'] = {
styleOverrides: {
paper: {
borderRadius: borders.radius.lg,
Expand Down
Loading

0 comments on commit 6f5eec6

Please sign in to comment.