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

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,7 +563,8 @@ 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%",
@@ -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,7 +689,8 @@ 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%",
@@ -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,7 +6872,8 @@ 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%",
@@ -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,7 +6998,8 @@ 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%",
@@ -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%",
@@ -7058,7 +7073,8 @@ const componentBasicUiSchema = (theme) => {
7058
7073
  position: "fixed",
7059
7074
  bottom: "24px",
7060
7075
  borderBottom: `1px solid ${theme.palette.common.black}29`,
7061
- borderTop: `1px solid ${theme.palette.common.black}29`
7076
+ borderTop: `1px solid ${theme.palette.common.black}29`,
7077
+ backgroundColor: theme.palette.background.default
7062
7078
  }
7063
7079
  }
7064
7080
  },
@@ -9243,14 +9259,16 @@ const EventUiSchema = (theme) => {
9243
9259
  config: {
9244
9260
  layout: 11,
9245
9261
  main: {
9246
- heading: "Are you sure you want to delete ?"
9262
+ heading: "Are you sure you want to delete this Event ?"
9247
9263
  },
9248
9264
  style: {
9249
9265
  fontSize: "20px",
9250
9266
  "&.MuiTypography-root": {
9251
9267
  padding: "0px 20px",
9252
9268
  textAlign: "center",
9253
- lineHeight: "1",
9269
+ lineHeight: "1.2",
9270
+ fontWeight: "normal",
9271
+ fontSize: "18px",
9254
9272
  marginBottom: theme.spacing(5)
9255
9273
  }
9256
9274
  }
@@ -9281,7 +9299,8 @@ const EventUiSchema = (theme) => {
9281
9299
  },
9282
9300
  style: {
9283
9301
  position: "absolute",
9284
- padding: "10px 0px",
9302
+ padding: "8px 0px",
9303
+ fontSize: "16px",
9285
9304
  bottom: 0,
9286
9305
  left: 0,
9287
9306
  width: "50%",
@@ -9317,7 +9336,8 @@ const EventUiSchema = (theme) => {
9317
9336
  },
9318
9337
  style: {
9319
9338
  position: "absolute",
9320
- padding: "10px 0px",
9339
+ padding: "8px 0px",
9340
+ fontSize: "16px",
9321
9341
  bottom: 0,
9322
9342
  right: 0,
9323
9343
  width: "50%",
@@ -9354,7 +9374,8 @@ const EventUiSchema = (theme) => {
9354
9374
  position: "fixed",
9355
9375
  bottom: "24px",
9356
9376
  borderBottom: `1px solid ${theme.palette.common.black}29`,
9357
- borderTop: `1px solid ${theme.palette.common.black}29`
9377
+ borderTop: `1px solid ${theme.palette.common.black}29`,
9378
+ backgroundColor: theme.palette.background.default
9358
9379
  }
9359
9380
  }
9360
9381
  },