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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.77",
3
+ "version": "0.0.101-alpha.79",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -415,7 +415,7 @@ export const componentBasicUiSchema: any = (theme)=>{
415
415
  padding: "0px 20px",
416
416
  textAlign: "center",
417
417
  lineHeight: "1",
418
- marginBottom: theme.myTheme.spacing(5)
418
+ marginBottom: theme.spacing(5)
419
419
  }
420
420
  }
421
421
  },
@@ -487,11 +487,11 @@ export const componentBasicUiSchema: any = (theme)=>{
487
487
  borderRadius: 0,
488
488
  boxShadow: 0,
489
489
  backgroundColor: "transparent",
490
- color: theme.myTheme.palette.error.main,
491
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
490
+ color: theme.palette.error.main,
491
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
492
492
  "&:hover": {
493
- color: theme.myTheme.palette.error.contrastText,
494
- backgroundColor: theme.myTheme.palette.error.main,
493
+ color: theme.palette.error.contrastText,
494
+ backgroundColor: theme.palette.error.main,
495
495
  boxShadow: "none"
496
496
  }
497
497
  }
@@ -539,7 +539,7 @@ export const componentBasicUiSchema: any = (theme)=>{
539
539
  padding: "0px 20px",
540
540
  textAlign: "center",
541
541
  lineHeight: "1",
542
- marginBottom: theme.myTheme.spacing(5)
542
+ marginBottom: theme.spacing(5)
543
543
  }
544
544
  }
545
545
  },
@@ -611,11 +611,11 @@ export const componentBasicUiSchema: any = (theme)=>{
611
611
  borderRadius: 0,
612
612
  boxShadow: 0,
613
613
  backgroundColor: "transparent",
614
- color: theme.myTheme.palette.error.main,
615
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
614
+ color: theme.palette.error.main,
615
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
616
616
  "&:hover": {
617
- color: theme.myTheme.palette.error.contrastText,
618
- backgroundColor: theme.myTheme.palette.error.main,
617
+ color: theme.palette.error.contrastText,
618
+ backgroundColor: theme.palette.error.main,
619
619
  boxShadow: "none"
620
620
  }
621
621
  }
@@ -577,7 +577,7 @@ export const PageMasterUiSchema: any = (theme) => {
577
577
  padding: "0px 20px",
578
578
  textAlign: "center",
579
579
  lineHeight: "1",
580
- marginBottom: theme.myTheme.spacing(5)
580
+ marginBottom: theme.spacing(5)
581
581
  }
582
582
  }
583
583
  },
@@ -649,11 +649,11 @@ export const PageMasterUiSchema: any = (theme) => {
649
649
  borderRadius: 0,
650
650
  boxShadow: 0,
651
651
  backgroundColor: "transparent",
652
- color: theme.myTheme.palette.error.main,
653
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
652
+ color: theme.palette.error.main,
653
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
654
654
  "&:hover": {
655
- color: theme.myTheme.palette.error.contrastText,
656
- backgroundColor: theme.myTheme.palette.error.main,
655
+ color: theme.palette.error.contrastText,
656
+ backgroundColor: theme.palette.error.main,
657
657
  boxShadow: "none"
658
658
  }
659
659
  }
@@ -701,7 +701,7 @@ export const PageMasterUiSchema: any = (theme) => {
701
701
  padding: "0px 20px",
702
702
  textAlign: "center",
703
703
  lineHeight: "1",
704
- marginBottom: theme.myTheme.spacing(5)
704
+ marginBottom: theme.spacing(5)
705
705
  }
706
706
  }
707
707
  },
@@ -773,11 +773,11 @@ export const PageMasterUiSchema: any = (theme) => {
773
773
  borderRadius: 0,
774
774
  boxShadow: 0,
775
775
  backgroundColor: "transparent",
776
- color: theme.myTheme.palette.error.main,
777
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
776
+ color: theme.palette.error.main,
777
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
778
778
  "&:hover": {
779
- color: theme.myTheme.palette.error.contrastText,
780
- backgroundColor: theme.myTheme.palette.error.main,
779
+ color: theme.palette.error.contrastText,
780
+ backgroundColor: theme.palette.error.main,
781
781
  boxShadow: "none"
782
782
  }
783
783
  }
@@ -390,7 +390,7 @@ export const EventUiSchema: any = (theme) => {
390
390
  padding: "0px 20px",
391
391
  textAlign: "center",
392
392
  lineHeight: "1",
393
- marginBottom: theme.myTheme.spacing(5)
393
+ marginBottom: theme.spacing(5)
394
394
  }
395
395
  }
396
396
  },
@@ -463,11 +463,11 @@ export const EventUiSchema: any = (theme) => {
463
463
  borderRadius: 0,
464
464
  boxShadow: 0,
465
465
  backgroundColor: "transparent",
466
- color: theme.myTheme.palette.error.main,
467
- borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
466
+ color: theme.palette.error.main,
467
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
468
468
  "&:hover": {
469
- color: theme.myTheme.palette.error.contrastText,
470
- backgroundColor: theme.myTheme.palette.error.main,
469
+ color: theme.palette.error.contrastText,
470
+ backgroundColor: theme.palette.error.main,
471
471
  boxShadow: "none"
472
472
  }
473
473
  }