impaktapps-ui-builder 0.0.101-alpha.80 → 0.0.101-alpha.81

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.
@@ -568,12 +568,12 @@ const PageMasterUiSchema = (theme) => {
568
568
  borderRadius: 0,
569
569
  boxShadow: 0,
570
570
  backgroundColor: "transparent",
571
- color: theme.myTheme.palette.primary.main,
572
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
573
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
571
+ color: theme.palette.primary.main,
572
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
573
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
574
574
  "&:hover": {
575
- color: theme.myTheme.palette.primary.contrastText,
576
- backgroundColor: theme.myTheme.palette.primary.main,
575
+ color: theme.palette.primary.contrastText,
576
+ backgroundColor: theme.palette.primary.main,
577
577
  boxShadow: "none"
578
578
  }
579
579
  }
@@ -690,12 +690,12 @@ const PageMasterUiSchema = (theme) => {
690
690
  borderRadius: 0,
691
691
  boxShadow: 0,
692
692
  backgroundColor: "transparent",
693
- color: theme.myTheme.palette.primary.main,
694
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
695
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
693
+ color: theme.palette.primary.main,
694
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
695
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
696
696
  "&:hover": {
697
- color: theme.myTheme.palette.primary.contrastText,
698
- backgroundColor: theme.myTheme.palette.primary.main,
697
+ color: theme.palette.primary.contrastText,
698
+ backgroundColor: theme.palette.primary.main,
699
699
  boxShadow: "none"
700
700
  }
701
701
  }
@@ -6870,12 +6870,12 @@ const componentBasicUiSchema = (theme) => {
6870
6870
  borderRadius: 0,
6871
6871
  boxShadow: 0,
6872
6872
  backgroundColor: "transparent",
6873
- color: theme.myTheme.palette.primary.main,
6874
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
6875
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
6873
+ color: theme.palette.primary.main,
6874
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
6875
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
6876
6876
  "&:hover": {
6877
- color: theme.myTheme.palette.primary.contrastText,
6878
- backgroundColor: theme.myTheme.palette.primary.main,
6877
+ color: theme.palette.primary.contrastText,
6878
+ backgroundColor: theme.palette.primary.main,
6879
6879
  boxShadow: "none"
6880
6880
  }
6881
6881
  }
@@ -6992,12 +6992,12 @@ const componentBasicUiSchema = (theme) => {
6992
6992
  borderRadius: 0,
6993
6993
  boxShadow: 0,
6994
6994
  backgroundColor: "transparent",
6995
- color: theme.myTheme.palette.primary.main,
6996
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
6997
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
6995
+ color: theme.palette.primary.main,
6996
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
6997
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
6998
6998
  "&:hover": {
6999
- color: theme.myTheme.palette.primary.contrastText,
7000
- backgroundColor: theme.myTheme.palette.primary.main,
6999
+ color: theme.palette.primary.contrastText,
7000
+ backgroundColor: theme.palette.primary.main,
7001
7001
  boxShadow: "none"
7002
7002
  }
7003
7003
  }
@@ -9288,12 +9288,12 @@ const EventUiSchema = (theme) => {
9288
9288
  borderRadius: 0,
9289
9289
  boxShadow: 0,
9290
9290
  backgroundColor: "transparent",
9291
- color: theme.myTheme.palette.primary.main,
9292
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
9293
- borderRight: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
9291
+ color: theme.palette.primary.main,
9292
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
9293
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
9294
9294
  "&:hover": {
9295
- color: theme.myTheme.palette.primary.contrastText,
9296
- backgroundColor: theme.myTheme.palette.primary.main,
9295
+ color: theme.palette.primary.contrastText,
9296
+ backgroundColor: theme.palette.primary.main,
9297
9297
  boxShadow: "none"
9298
9298
  }
9299
9299
  }