impaktapps-ui-builder 0.0.101-alpha.78 → 0.0.101-alpha.79

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.
@@ -603,11 +603,11 @@ const PageMasterUiSchema = (theme) => {
603
603
  borderRadius: 0,
604
604
  boxShadow: 0,
605
605
  backgroundColor: "transparent",
606
- color: theme.myTheme.palette.error.main,
607
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
606
+ color: theme.palette.error.main,
607
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
608
608
  "&:hover": {
609
- color: theme.myTheme.palette.error.contrastText,
610
- backgroundColor: theme.myTheme.palette.error.main,
609
+ color: theme.palette.error.contrastText,
610
+ backgroundColor: theme.palette.error.main,
611
611
  boxShadow: "none"
612
612
  }
613
613
  }
@@ -724,11 +724,11 @@ const PageMasterUiSchema = (theme) => {
724
724
  borderRadius: 0,
725
725
  boxShadow: 0,
726
726
  backgroundColor: "transparent",
727
- color: theme.myTheme.palette.error.main,
728
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
727
+ color: theme.palette.error.main,
728
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
729
729
  "&:hover": {
730
- color: theme.myTheme.palette.error.contrastText,
731
- backgroundColor: theme.myTheme.palette.error.main,
730
+ color: theme.palette.error.contrastText,
731
+ backgroundColor: theme.palette.error.main,
732
732
  boxShadow: "none"
733
733
  }
734
734
  }
@@ -6903,11 +6903,11 @@ const componentBasicUiSchema = (theme) => {
6903
6903
  borderRadius: 0,
6904
6904
  boxShadow: 0,
6905
6905
  backgroundColor: "transparent",
6906
- color: theme.myTheme.palette.error.main,
6907
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
6906
+ color: theme.palette.error.main,
6907
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
6908
6908
  "&:hover": {
6909
- color: theme.myTheme.palette.error.contrastText,
6910
- backgroundColor: theme.myTheme.palette.error.main,
6909
+ color: theme.palette.error.contrastText,
6910
+ backgroundColor: theme.palette.error.main,
6911
6911
  boxShadow: "none"
6912
6912
  }
6913
6913
  }
@@ -7024,11 +7024,11 @@ const componentBasicUiSchema = (theme) => {
7024
7024
  borderRadius: 0,
7025
7025
  boxShadow: 0,
7026
7026
  backgroundColor: "transparent",
7027
- color: theme.myTheme.palette.error.main,
7028
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
7027
+ color: theme.palette.error.main,
7028
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
7029
7029
  "&:hover": {
7030
- color: theme.myTheme.palette.error.contrastText,
7031
- backgroundColor: theme.myTheme.palette.error.main,
7030
+ color: theme.palette.error.contrastText,
7031
+ backgroundColor: theme.palette.error.main,
7032
7032
  boxShadow: "none"
7033
7033
  }
7034
7034
  }
@@ -9319,11 +9319,11 @@ const EventUiSchema = (theme) => {
9319
9319
  borderRadius: 0,
9320
9320
  boxShadow: 0,
9321
9321
  backgroundColor: "transparent",
9322
- color: theme.myTheme.palette.error.main,
9323
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
9322
+ color: theme.palette.error.main,
9323
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
9324
9324
  "&:hover": {
9325
- color: theme.myTheme.palette.error.contrastText,
9326
- backgroundColor: theme.myTheme.palette.error.main,
9325
+ color: theme.palette.error.contrastText,
9326
+ backgroundColor: theme.palette.error.main,
9327
9327
  boxShadow: "none"
9328
9328
  }
9329
9329
  }