impaktapps-ui-builder 0.0.101-alpha.77 → 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.
@@ -532,7 +532,7 @@ const PageMasterUiSchema = (theme) => {
532
532
  padding: "0px 20px",
533
533
  textAlign: "center",
534
534
  lineHeight: "1",
535
- marginBottom: theme.myTheme.spacing(5)
535
+ marginBottom: theme.spacing(5)
536
536
  }
537
537
  }
538
538
  }
@@ -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
  }
@@ -653,7 +653,7 @@ const PageMasterUiSchema = (theme) => {
653
653
  padding: "0px 20px",
654
654
  textAlign: "center",
655
655
  lineHeight: "1",
656
- marginBottom: theme.myTheme.spacing(5)
656
+ marginBottom: theme.spacing(5)
657
657
  }
658
658
  }
659
659
  }
@@ -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
  }
@@ -6832,7 +6832,7 @@ const componentBasicUiSchema = (theme) => {
6832
6832
  padding: "0px 20px",
6833
6833
  textAlign: "center",
6834
6834
  lineHeight: "1",
6835
- marginBottom: theme.myTheme.spacing(5)
6835
+ marginBottom: theme.spacing(5)
6836
6836
  }
6837
6837
  }
6838
6838
  }
@@ -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
  }
@@ -6953,7 +6953,7 @@ const componentBasicUiSchema = (theme) => {
6953
6953
  padding: "0px 20px",
6954
6954
  textAlign: "center",
6955
6955
  lineHeight: "1",
6956
- marginBottom: theme.myTheme.spacing(5)
6956
+ marginBottom: theme.spacing(5)
6957
6957
  }
6958
6958
  }
6959
6959
  }
@@ -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
  }
@@ -9247,7 +9247,7 @@ const EventUiSchema = (theme) => {
9247
9247
  padding: "0px 20px",
9248
9248
  textAlign: "center",
9249
9249
  lineHeight: "1",
9250
- marginBottom: theme.myTheme.spacing(5)
9250
+ marginBottom: theme.spacing(5)
9251
9251
  }
9252
9252
  }
9253
9253
  }
@@ -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
  }