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

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.76",
3
+ "version": "0.0.101-alpha.78",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -410,12 +410,12 @@ export const componentBasicUiSchema: any = (theme)=>{
410
410
  heading: "Are you sure you want to delete ?",
411
411
  },
412
412
  style:{
413
- marginTop: "-20px",
414
413
  fontSize: "20px",
415
414
  "&.MuiTypography-root": {
416
- padding: "10px 30px 20px 30px",
415
+ padding: "0px 20px",
417
416
  textAlign: "center",
418
- lineHeight: "1"
417
+ lineHeight: "1",
418
+ marginBottom: theme.spacing(5)
419
419
  }
420
420
  }
421
421
  },
@@ -480,17 +480,18 @@ export const componentBasicUiSchema: any = (theme)=>{
480
480
  },
481
481
  style: {
482
482
  position: "absolute",
483
+ padding: "10px 0px",
483
484
  bottom: 0,
484
485
  right: 0,
485
486
  width: "50%",
486
487
  borderRadius: 0,
487
488
  boxShadow: 0,
488
489
  backgroundColor: "transparent",
489
- color: theme.palette.error.main,
490
- borderTop: `0.5px solid ${theme.palette.grey[600]}`,
490
+ color: theme.myTheme.palette.error.main,
491
+ borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
491
492
  "&:hover": {
492
- color: theme.palette.error.contrastText,
493
- backgroundColor: theme.palette.error.main,
493
+ color: theme.myTheme.palette.error.contrastText,
494
+ backgroundColor: theme.myTheme.palette.error.main,
494
495
  boxShadow: "none"
495
496
  }
496
497
  }
@@ -533,12 +534,12 @@ export const componentBasicUiSchema: any = (theme)=>{
533
534
  heading: "Are you sure you want to delete ?",
534
535
  },
535
536
  style:{
536
- marginTop: "-20px",
537
537
  fontSize: "20px",
538
538
  "&.MuiTypography-root": {
539
- padding: "10px 30px 20px 30px",
539
+ padding: "0px 20px",
540
540
  textAlign: "center",
541
- lineHeight: "1"
541
+ lineHeight: "1",
542
+ marginBottom: theme.spacing(5)
542
543
  }
543
544
  }
544
545
  },
@@ -603,17 +604,18 @@ export const componentBasicUiSchema: any = (theme)=>{
603
604
  },
604
605
  style: {
605
606
  position: "absolute",
607
+ padding: "10px 0px",
606
608
  bottom: 0,
607
609
  right: 0,
608
610
  width: "50%",
609
611
  borderRadius: 0,
610
612
  boxShadow: 0,
611
613
  backgroundColor: "transparent",
612
- color: theme.palette.error.main,
613
- borderTop: `0.5px solid ${theme.palette.grey[600]}`,
614
+ color: theme.myTheme.palette.error.main,
615
+ borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
614
616
  "&:hover": {
615
- color: theme.palette.error.contrastText,
616
- backgroundColor: theme.palette.error.main,
617
+ color: theme.myTheme.palette.error.contrastText,
618
+ backgroundColor: theme.myTheme.palette.error.main,
617
619
  boxShadow: "none"
618
620
  }
619
621
  }
@@ -572,12 +572,12 @@ export const PageMasterUiSchema: any = (theme) => {
572
572
  heading: "Are you sure you want to delete ?",
573
573
  },
574
574
  style:{
575
- marginTop: "-20px",
576
575
  fontSize: "20px",
577
576
  "&.MuiTypography-root": {
578
- padding: "10px 30px 20px 30px",
577
+ padding: "0px 20px",
579
578
  textAlign: "center",
580
- lineHeight: "1"
579
+ lineHeight: "1",
580
+ marginBottom: theme.spacing(5)
581
581
  }
582
582
  }
583
583
  },
@@ -600,9 +600,7 @@ export const PageMasterUiSchema: any = (theme) => {
600
600
  layout: 6,
601
601
  main: {
602
602
  name: "No",
603
- startIcon: "ApproveIcon",
604
603
  variant: "contained",
605
- color: "info",
606
604
  type: "text",
607
605
  onClick: "deletePopUpComponent",
608
606
  size: "large",
@@ -636,7 +634,6 @@ export const PageMasterUiSchema: any = (theme) => {
636
634
  layout: 6,
637
635
  main: {
638
636
  name: "Yes",
639
- startIcon: "ApproveIcon",
640
637
  variant: "contained",
641
638
  color: "error",
642
639
  type: "text",
@@ -645,17 +642,18 @@ export const PageMasterUiSchema: any = (theme) => {
645
642
  },
646
643
  style: {
647
644
  position: "absolute",
645
+ padding: "10px 0px",
648
646
  bottom: 0,
649
647
  right: 0,
650
648
  width: "50%",
651
649
  borderRadius: 0,
652
650
  boxShadow: 0,
653
651
  backgroundColor: "transparent",
654
- color: theme.palette.error.main,
655
- borderTop: `0.5px solid ${theme.palette.grey[600]}`,
652
+ color: theme.myTheme.palette.error.main,
653
+ borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
656
654
  "&:hover": {
657
- color: theme.palette.error.contrastText,
658
- backgroundColor: theme.palette.error.main,
655
+ color: theme.myTheme.palette.error.contrastText,
656
+ backgroundColor: theme.myTheme.palette.error.main,
659
657
  boxShadow: "none"
660
658
  }
661
659
  }
@@ -698,12 +696,12 @@ export const PageMasterUiSchema: any = (theme) => {
698
696
  heading: "Are you sure you want to delete ?",
699
697
  },
700
698
  style:{
701
- marginTop: "-20px",
702
699
  fontSize: "20px",
703
700
  "&.MuiTypography-root": {
704
- padding: "10px 30px 20px 30px",
701
+ padding: "0px 20px",
705
702
  textAlign: "center",
706
- lineHeight: "1"
703
+ lineHeight: "1",
704
+ marginBottom: theme.spacing(5)
707
705
  }
708
706
  }
709
707
  },
@@ -726,9 +724,7 @@ export const PageMasterUiSchema: any = (theme) => {
726
724
  layout: 6,
727
725
  main: {
728
726
  name: "No",
729
- startIcon: "ApproveIcon",
730
727
  variant: "contained",
731
- color: "info",
732
728
  type: "text",
733
729
  onClick: "deletePopUpEvent",
734
730
  size: "large",
@@ -762,7 +758,6 @@ export const PageMasterUiSchema: any = (theme) => {
762
758
  layout: 6,
763
759
  main: {
764
760
  name: "Yes",
765
- startIcon: "ApproveIcon",
766
761
  variant: "contained",
767
762
  color: "error",
768
763
  type: "text",
@@ -771,17 +766,18 @@ export const PageMasterUiSchema: any = (theme) => {
771
766
  },
772
767
  style: {
773
768
  position: "absolute",
769
+ padding: "10px 0px",
774
770
  bottom: 0,
775
771
  right: 0,
776
772
  width: "50%",
777
773
  borderRadius: 0,
778
774
  boxShadow: 0,
779
775
  backgroundColor: "transparent",
780
- color: theme.palette.error.main,
781
- borderTop: `0.5px solid ${theme.palette.grey[600]}`,
776
+ color: theme.myTheme.palette.error.main,
777
+ borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
782
778
  "&:hover": {
783
- color: theme.palette.error.contrastText,
784
- backgroundColor: theme.palette.error.main,
779
+ color: theme.myTheme.palette.error.contrastText,
780
+ backgroundColor: theme.myTheme.palette.error.main,
785
781
  boxShadow: "none"
786
782
  }
787
783
  }
@@ -385,12 +385,12 @@ export const EventUiSchema: any = (theme) => {
385
385
  heading: "Are you sure you want to delete ?",
386
386
  },
387
387
  style:{
388
- marginTop: "-20px",
389
388
  fontSize: "20px",
390
389
  "&.MuiTypography-root": {
391
- padding: "10px 30px 20px 30px",
390
+ padding: "0px 20px",
392
391
  textAlign: "center",
393
- lineHeight: "1"
392
+ lineHeight: "1",
393
+ marginBottom: theme.spacing(5)
394
394
  }
395
395
  }
396
396
  },
@@ -415,7 +415,6 @@ export const EventUiSchema: any = (theme) => {
415
415
  name: "No",
416
416
  startIcon: "ApproveIcon",
417
417
  variant: "contained",
418
- color: "info",
419
418
  type: "text",
420
419
  onClick: "deletePopUpEvent",
421
420
  size: "large",
@@ -449,7 +448,6 @@ export const EventUiSchema: any = (theme) => {
449
448
  layout: 6,
450
449
  main: {
451
450
  name: "Yes",
452
- startIcon: "ApproveIcon",
453
451
  variant: "contained",
454
452
  color: "error",
455
453
  type: "text",
@@ -458,17 +456,18 @@ export const EventUiSchema: any = (theme) => {
458
456
  },
459
457
  style: {
460
458
  position: "absolute",
459
+ padding: "10px 0px",
461
460
  bottom: 0,
462
461
  right: 0,
463
462
  width: "50%",
464
463
  borderRadius: 0,
465
464
  boxShadow: 0,
466
465
  backgroundColor: "transparent",
467
- color: theme.palette.error.main,
468
- borderTop: `0.5px solid ${theme.palette.grey[600]}`,
466
+ color: theme.myTheme.palette.error.main,
467
+ borderTop: `0.5px solid ${theme.myTheme.palette.grey[600]}`,
469
468
  "&:hover": {
470
- color: theme.palette.error.contrastText,
471
- backgroundColor: theme.palette.error.main,
469
+ color: theme.myTheme.palette.error.contrastText,
470
+ backgroundColor: theme.myTheme.palette.error.main,
472
471
  boxShadow: "none"
473
472
  }
474
473
  }