impaktapps-ui-builder 0.0.101-alpha.81 → 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,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%",
@@ -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,7 +9298,8 @@ 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%",
@@ -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%",