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/dist/impaktapps-ui-builder.es.js +25 -25
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +6 -6
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +10 -10
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +10 -10
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +5 -5
package/package.json
CHANGED
|
@@ -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.
|
|
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.
|
|
491
|
-
borderTop: `0.5px solid ${theme.
|
|
490
|
+
color: theme.palette.error.main,
|
|
491
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
492
492
|
"&:hover": {
|
|
493
|
-
color: theme.
|
|
494
|
-
backgroundColor: theme.
|
|
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.
|
|
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.
|
|
615
|
-
borderTop: `0.5px solid ${theme.
|
|
614
|
+
color: theme.palette.error.main,
|
|
615
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
616
616
|
"&:hover": {
|
|
617
|
-
color: theme.
|
|
618
|
-
backgroundColor: theme.
|
|
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.
|
|
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.
|
|
653
|
-
borderTop: `0.5px solid ${theme.
|
|
652
|
+
color: theme.palette.error.main,
|
|
653
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
654
654
|
"&:hover": {
|
|
655
|
-
color: theme.
|
|
656
|
-
backgroundColor: theme.
|
|
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.
|
|
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.
|
|
777
|
-
borderTop: `0.5px solid ${theme.
|
|
776
|
+
color: theme.palette.error.main,
|
|
777
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
778
778
|
"&:hover": {
|
|
779
|
-
color: theme.
|
|
780
|
-
backgroundColor: theme.
|
|
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.
|
|
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.
|
|
467
|
-
borderTop: `0.5px solid ${theme.
|
|
466
|
+
color: theme.palette.error.main,
|
|
467
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
468
468
|
"&:hover": {
|
|
469
|
-
color: theme.
|
|
470
|
-
backgroundColor: theme.
|
|
469
|
+
color: theme.palette.error.contrastText,
|
|
470
|
+
backgroundColor: theme.palette.error.main,
|
|
471
471
|
boxShadow: "none"
|
|
472
472
|
}
|
|
473
473
|
}
|