@dashadmin/dash-app-common 1.3.53 → 1.3.55

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.
@@ -7,7 +7,7 @@ import {
7
7
  Paper,
8
8
  Container
9
9
  } from "@mui/material";
10
- import CheckCircleOutlineIcon from "@mui/icons-material/CheckCircleOutline";
10
+ import CheckCircleOutlineIcon from "@mui/icons-material/CheckCircleOutlined";
11
11
  import EmailIcon from "@mui/icons-material/Email";
12
12
  import FullLayoutMarkup from "dash-admin/src/default-theme/FullLayoutMarkup";
13
13
  const DefaultSignUpSuccessPage = (props) => {
@@ -7,7 +7,7 @@ import {
7
7
  Container,
8
8
  Paper
9
9
  } from "@mui/material";
10
- import ErrorOutlineIcon from "@mui/icons-material/ErrorOutline";
10
+ import ErrorOutlineIcon from "@mui/icons-material/ErrorOutlined";
11
11
  import HomeIcon from "@mui/icons-material/Home";
12
12
  import ArrowBackIcon from "@mui/icons-material/ArrowBack";
13
13
  const DefaultNotFound = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dashadmin/dash-app-common",
3
- "version": "1.3.53",
3
+ "version": "1.3.55",
4
4
  "description": "Common defaults and utilities for Dash applications - provides pre-configured components, extensions, pages, filters, and schemas",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -12,7 +12,7 @@ import {
12
12
  Paper,
13
13
  Container
14
14
  } from '@mui/material';
15
- import CheckCircleOutlineIcon from '@mui/icons-material/CheckCircleOutline';
15
+ import CheckCircleOutlineIcon from '@mui/icons-material/CheckCircleOutlined';
16
16
  import EmailIcon from '@mui/icons-material/Email';
17
17
 
18
18
  import FullLayoutMarkup from 'dash-admin/src/default-theme/FullLayoutMarkup';
@@ -12,7 +12,7 @@ import {
12
12
  Container,
13
13
  Paper
14
14
  } from '@mui/material';
15
- import ErrorOutlineIcon from '@mui/icons-material/ErrorOutline';
15
+ import ErrorOutlineIcon from '@mui/icons-material/ErrorOutlined';
16
16
  import HomeIcon from '@mui/icons-material/Home';
17
17
  import ArrowBackIcon from '@mui/icons-material/ArrowBack';
18
18