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

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.
@@ -524,14 +524,16 @@ const PageMasterUiSchema = (theme) => {
524
524
  config: {
525
525
  layout: 11,
526
526
  main: {
527
- heading: "Are you sure you want to delete ?"
527
+ heading: "Are you sure you want to delete this Component ?"
528
528
  },
529
529
  style: {
530
530
  fontSize: "20px",
531
531
  "&.MuiTypography-root": {
532
532
  padding: "0px 20px",
533
533
  textAlign: "center",
534
- lineHeight: "1",
534
+ lineHeight: "1.2",
535
+ fontWeight: "normal",
536
+ fontSize: "18px",
535
537
  marginBottom: theme.spacing(5)
536
538
  }
537
539
  }
@@ -561,19 +563,20 @@ const PageMasterUiSchema = (theme) => {
561
563
  },
562
564
  style: {
563
565
  position: "absolute",
564
- padding: "10px 0px",
566
+ padding: "8px 0px",
567
+ fontSize: "16px",
565
568
  bottom: 0,
566
569
  left: 0,
567
570
  width: "50%",
568
571
  borderRadius: 0,
569
572
  boxShadow: 0,
570
573
  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]}`,
574
+ color: theme.palette.primary.main,
575
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
576
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
574
577
  "&:hover": {
575
- color: theme.myTheme.palette.primary.contrastText,
576
- backgroundColor: theme.myTheme.palette.primary.main,
578
+ color: theme.palette.primary.contrastText,
579
+ backgroundColor: theme.palette.primary.main,
577
580
  boxShadow: "none"
578
581
  }
579
582
  }
@@ -597,7 +600,8 @@ const PageMasterUiSchema = (theme) => {
597
600
  },
598
601
  style: {
599
602
  position: "absolute",
600
- padding: "10px 0px",
603
+ padding: "8px 0px",
604
+ fontSize: "16px",
601
605
  bottom: 0,
602
606
  right: 0,
603
607
  width: "50%",
@@ -646,14 +650,16 @@ const PageMasterUiSchema = (theme) => {
646
650
  config: {
647
651
  layout: 11,
648
652
  main: {
649
- heading: "Are you sure you want to delete ?"
653
+ heading: "Are you sure you want to delete this Event ?"
650
654
  },
651
655
  style: {
652
656
  fontSize: "20px",
653
657
  "&.MuiTypography-root": {
654
658
  padding: "0px 20px",
655
659
  textAlign: "center",
656
- lineHeight: "1",
660
+ lineHeight: "1.2",
661
+ fontWeight: "normal",
662
+ fontSize: "18px",
657
663
  marginBottom: theme.spacing(5)
658
664
  }
659
665
  }
@@ -683,19 +689,20 @@ const PageMasterUiSchema = (theme) => {
683
689
  },
684
690
  style: {
685
691
  position: "absolute",
686
- padding: "10px 0px",
692
+ padding: "8px 0px",
693
+ fontSize: "16px",
687
694
  bottom: 0,
688
695
  left: 0,
689
696
  width: "50%",
690
697
  borderRadius: 0,
691
698
  boxShadow: 0,
692
699
  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]}`,
700
+ color: theme.palette.primary.main,
701
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
702
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
696
703
  "&:hover": {
697
- color: theme.myTheme.palette.primary.contrastText,
698
- backgroundColor: theme.myTheme.palette.primary.main,
704
+ color: theme.palette.primary.contrastText,
705
+ backgroundColor: theme.palette.primary.main,
699
706
  boxShadow: "none"
700
707
  }
701
708
  }
@@ -719,7 +726,8 @@ const PageMasterUiSchema = (theme) => {
719
726
  },
720
727
  style: {
721
728
  position: "absolute",
722
- padding: "10px 0px",
729
+ padding: "8px 0px",
730
+ fontSize: "16px",
723
731
  bottom: 0,
724
732
  right: 0,
725
733
  width: "50%",
@@ -6826,14 +6834,15 @@ const componentBasicUiSchema = (theme) => {
6826
6834
  config: {
6827
6835
  layout: 11,
6828
6836
  main: {
6829
- heading: "Are you sure you want to delete ?"
6837
+ heading: "Are you sure you want to delete this Component ?"
6830
6838
  },
6831
6839
  style: {
6832
- fontSize: "20px",
6833
6840
  "&.MuiTypography-root": {
6834
6841
  padding: "0px 20px",
6835
6842
  textAlign: "center",
6836
- lineHeight: "1",
6843
+ lineHeight: "1.2",
6844
+ fontWeight: "normal",
6845
+ fontSize: "18px",
6837
6846
  marginBottom: theme.spacing(5)
6838
6847
  }
6839
6848
  }
@@ -6863,19 +6872,20 @@ const componentBasicUiSchema = (theme) => {
6863
6872
  },
6864
6873
  style: {
6865
6874
  position: "absolute",
6866
- padding: "10px 0px",
6875
+ padding: "8px 0px",
6876
+ fontSize: "16px",
6867
6877
  bottom: 0,
6868
6878
  left: 0,
6869
6879
  width: "50%",
6870
6880
  borderRadius: 0,
6871
6881
  boxShadow: 0,
6872
6882
  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]}`,
6883
+ color: theme.palette.primary.main,
6884
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
6885
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
6876
6886
  "&:hover": {
6877
- color: theme.myTheme.palette.primary.contrastText,
6878
- backgroundColor: theme.myTheme.palette.primary.main,
6887
+ color: theme.palette.primary.contrastText,
6888
+ backgroundColor: theme.palette.primary.main,
6879
6889
  boxShadow: "none"
6880
6890
  }
6881
6891
  }
@@ -6899,7 +6909,8 @@ const componentBasicUiSchema = (theme) => {
6899
6909
  },
6900
6910
  style: {
6901
6911
  position: "absolute",
6902
- padding: "10px 0px",
6912
+ padding: "8px 0px",
6913
+ fontSize: "16px",
6903
6914
  bottom: 0,
6904
6915
  right: 0,
6905
6916
  width: "50%",
@@ -6948,14 +6959,16 @@ const componentBasicUiSchema = (theme) => {
6948
6959
  config: {
6949
6960
  layout: 11,
6950
6961
  main: {
6951
- heading: "Are you sure you want to delete ?"
6962
+ heading: "Are you sure you want to delete this Event ?"
6952
6963
  },
6953
6964
  style: {
6954
6965
  fontSize: "20px",
6955
6966
  "&.MuiTypography-root": {
6956
6967
  padding: "0px 20px",
6957
6968
  textAlign: "center",
6958
- lineHeight: "1",
6969
+ lineHeight: "1.2",
6970
+ fontWeight: "normal",
6971
+ fontSize: "18px",
6959
6972
  marginBottom: theme.spacing(5)
6960
6973
  }
6961
6974
  }
@@ -6985,19 +6998,20 @@ const componentBasicUiSchema = (theme) => {
6985
6998
  },
6986
6999
  style: {
6987
7000
  position: "absolute",
6988
- padding: "10px 0px",
7001
+ padding: "8px 0px",
7002
+ fontSize: "16px",
6989
7003
  bottom: 0,
6990
7004
  left: 0,
6991
7005
  width: "50%",
6992
7006
  borderRadius: 0,
6993
7007
  boxShadow: 0,
6994
7008
  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]}`,
7009
+ color: theme.palette.primary.main,
7010
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
7011
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
6998
7012
  "&:hover": {
6999
- color: theme.myTheme.palette.primary.contrastText,
7000
- backgroundColor: theme.myTheme.palette.primary.main,
7013
+ color: theme.palette.primary.contrastText,
7014
+ backgroundColor: theme.palette.primary.main,
7001
7015
  boxShadow: "none"
7002
7016
  }
7003
7017
  }
@@ -7021,7 +7035,8 @@ const componentBasicUiSchema = (theme) => {
7021
7035
  },
7022
7036
  style: {
7023
7037
  position: "absolute",
7024
- padding: "10px 0px",
7038
+ padding: "8px 0px",
7039
+ fontSize: "16px",
7025
7040
  bottom: 0,
7026
7041
  right: 0,
7027
7042
  width: "50%",
@@ -9243,14 +9258,16 @@ const EventUiSchema = (theme) => {
9243
9258
  config: {
9244
9259
  layout: 11,
9245
9260
  main: {
9246
- heading: "Are you sure you want to delete ?"
9261
+ heading: "Are you sure you want to delete this Event ?"
9247
9262
  },
9248
9263
  style: {
9249
9264
  fontSize: "20px",
9250
9265
  "&.MuiTypography-root": {
9251
9266
  padding: "0px 20px",
9252
9267
  textAlign: "center",
9253
- lineHeight: "1",
9268
+ lineHeight: "1.2",
9269
+ fontWeight: "normal",
9270
+ fontSize: "18px",
9254
9271
  marginBottom: theme.spacing(5)
9255
9272
  }
9256
9273
  }
@@ -9281,19 +9298,20 @@ const EventUiSchema = (theme) => {
9281
9298
  },
9282
9299
  style: {
9283
9300
  position: "absolute",
9284
- padding: "10px 0px",
9301
+ padding: "8px 0px",
9302
+ fontSize: "16px",
9285
9303
  bottom: 0,
9286
9304
  left: 0,
9287
9305
  width: "50%",
9288
9306
  borderRadius: 0,
9289
9307
  boxShadow: 0,
9290
9308
  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]}`,
9309
+ color: theme.palette.primary.main,
9310
+ borderTop: `0.5px solid ${theme.palette.grey[600]}`,
9311
+ borderRight: `0.5px solid ${theme.palette.grey[600]}`,
9294
9312
  "&:hover": {
9295
- color: theme.myTheme.palette.primary.contrastText,
9296
- backgroundColor: theme.myTheme.palette.primary.main,
9313
+ color: theme.palette.primary.contrastText,
9314
+ backgroundColor: theme.palette.primary.main,
9297
9315
  boxShadow: "none"
9298
9316
  }
9299
9317
  }
@@ -9317,7 +9335,8 @@ const EventUiSchema = (theme) => {
9317
9335
  },
9318
9336
  style: {
9319
9337
  position: "absolute",
9320
- padding: "10px 0px",
9338
+ padding: "8px 0px",
9339
+ fontSize: "16px",
9321
9340
  bottom: 0,
9322
9341
  right: 0,
9323
9342
  width: "50%",