impaktapps-ui-builder 0.0.101-alpha.78 → 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 +20 -20
- 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 +8 -8
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +8 -8
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +4 -4
|
@@ -603,11 +603,11 @@ const PageMasterUiSchema = (theme) => {
|
|
|
603
603
|
borderRadius: 0,
|
|
604
604
|
boxShadow: 0,
|
|
605
605
|
backgroundColor: "transparent",
|
|
606
|
-
color: theme.
|
|
607
|
-
borderTop: `0.5px solid ${theme.
|
|
606
|
+
color: theme.palette.error.main,
|
|
607
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
608
608
|
"&:hover": {
|
|
609
|
-
color: theme.
|
|
610
|
-
backgroundColor: theme.
|
|
609
|
+
color: theme.palette.error.contrastText,
|
|
610
|
+
backgroundColor: theme.palette.error.main,
|
|
611
611
|
boxShadow: "none"
|
|
612
612
|
}
|
|
613
613
|
}
|
|
@@ -724,11 +724,11 @@ const PageMasterUiSchema = (theme) => {
|
|
|
724
724
|
borderRadius: 0,
|
|
725
725
|
boxShadow: 0,
|
|
726
726
|
backgroundColor: "transparent",
|
|
727
|
-
color: theme.
|
|
728
|
-
borderTop: `0.5px solid ${theme.
|
|
727
|
+
color: theme.palette.error.main,
|
|
728
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
729
729
|
"&:hover": {
|
|
730
|
-
color: theme.
|
|
731
|
-
backgroundColor: theme.
|
|
730
|
+
color: theme.palette.error.contrastText,
|
|
731
|
+
backgroundColor: theme.palette.error.main,
|
|
732
732
|
boxShadow: "none"
|
|
733
733
|
}
|
|
734
734
|
}
|
|
@@ -6903,11 +6903,11 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6903
6903
|
borderRadius: 0,
|
|
6904
6904
|
boxShadow: 0,
|
|
6905
6905
|
backgroundColor: "transparent",
|
|
6906
|
-
color: theme.
|
|
6907
|
-
borderTop: `0.5px solid ${theme.
|
|
6906
|
+
color: theme.palette.error.main,
|
|
6907
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
6908
6908
|
"&:hover": {
|
|
6909
|
-
color: theme.
|
|
6910
|
-
backgroundColor: theme.
|
|
6909
|
+
color: theme.palette.error.contrastText,
|
|
6910
|
+
backgroundColor: theme.palette.error.main,
|
|
6911
6911
|
boxShadow: "none"
|
|
6912
6912
|
}
|
|
6913
6913
|
}
|
|
@@ -7024,11 +7024,11 @@ const componentBasicUiSchema = (theme) => {
|
|
|
7024
7024
|
borderRadius: 0,
|
|
7025
7025
|
boxShadow: 0,
|
|
7026
7026
|
backgroundColor: "transparent",
|
|
7027
|
-
color: theme.
|
|
7028
|
-
borderTop: `0.5px solid ${theme.
|
|
7027
|
+
color: theme.palette.error.main,
|
|
7028
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
7029
7029
|
"&:hover": {
|
|
7030
|
-
color: theme.
|
|
7031
|
-
backgroundColor: theme.
|
|
7030
|
+
color: theme.palette.error.contrastText,
|
|
7031
|
+
backgroundColor: theme.palette.error.main,
|
|
7032
7032
|
boxShadow: "none"
|
|
7033
7033
|
}
|
|
7034
7034
|
}
|
|
@@ -9319,11 +9319,11 @@ const EventUiSchema = (theme) => {
|
|
|
9319
9319
|
borderRadius: 0,
|
|
9320
9320
|
boxShadow: 0,
|
|
9321
9321
|
backgroundColor: "transparent",
|
|
9322
|
-
color: theme.
|
|
9323
|
-
borderTop: `0.5px solid ${theme.
|
|
9322
|
+
color: theme.palette.error.main,
|
|
9323
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
9324
9324
|
"&:hover": {
|
|
9325
|
-
color: theme.
|
|
9326
|
-
backgroundColor: theme.
|
|
9325
|
+
color: theme.palette.error.contrastText,
|
|
9326
|
+
backgroundColor: theme.palette.error.main,
|
|
9327
9327
|
boxShadow: "none"
|
|
9328
9328
|
}
|
|
9329
9329
|
}
|