impaktapps-ui-builder 0.0.101-alpha.80 → 0.0.101-alpha.81
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
|
@@ -568,12 +568,12 @@ const PageMasterUiSchema = (theme) => {
|
|
|
568
568
|
borderRadius: 0,
|
|
569
569
|
boxShadow: 0,
|
|
570
570
|
backgroundColor: "transparent",
|
|
571
|
-
color: theme.
|
|
572
|
-
borderTop: `0.5px solid ${theme.
|
|
573
|
-
borderRight: `0.5px solid ${theme.
|
|
571
|
+
color: theme.palette.primary.main,
|
|
572
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
573
|
+
borderRight: `0.5px solid ${theme.palette.grey[600]}`,
|
|
574
574
|
"&:hover": {
|
|
575
|
-
color: theme.
|
|
576
|
-
backgroundColor: theme.
|
|
575
|
+
color: theme.palette.primary.contrastText,
|
|
576
|
+
backgroundColor: theme.palette.primary.main,
|
|
577
577
|
boxShadow: "none"
|
|
578
578
|
}
|
|
579
579
|
}
|
|
@@ -690,12 +690,12 @@ const PageMasterUiSchema = (theme) => {
|
|
|
690
690
|
borderRadius: 0,
|
|
691
691
|
boxShadow: 0,
|
|
692
692
|
backgroundColor: "transparent",
|
|
693
|
-
color: theme.
|
|
694
|
-
borderTop: `0.5px solid ${theme.
|
|
695
|
-
borderRight: `0.5px solid ${theme.
|
|
693
|
+
color: theme.palette.primary.main,
|
|
694
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
695
|
+
borderRight: `0.5px solid ${theme.palette.grey[600]}`,
|
|
696
696
|
"&:hover": {
|
|
697
|
-
color: theme.
|
|
698
|
-
backgroundColor: theme.
|
|
697
|
+
color: theme.palette.primary.contrastText,
|
|
698
|
+
backgroundColor: theme.palette.primary.main,
|
|
699
699
|
boxShadow: "none"
|
|
700
700
|
}
|
|
701
701
|
}
|
|
@@ -6870,12 +6870,12 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6870
6870
|
borderRadius: 0,
|
|
6871
6871
|
boxShadow: 0,
|
|
6872
6872
|
backgroundColor: "transparent",
|
|
6873
|
-
color: theme.
|
|
6874
|
-
borderTop: `0.5px solid ${theme.
|
|
6875
|
-
borderRight: `0.5px solid ${theme.
|
|
6873
|
+
color: theme.palette.primary.main,
|
|
6874
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
6875
|
+
borderRight: `0.5px solid ${theme.palette.grey[600]}`,
|
|
6876
6876
|
"&:hover": {
|
|
6877
|
-
color: theme.
|
|
6878
|
-
backgroundColor: theme.
|
|
6877
|
+
color: theme.palette.primary.contrastText,
|
|
6878
|
+
backgroundColor: theme.palette.primary.main,
|
|
6879
6879
|
boxShadow: "none"
|
|
6880
6880
|
}
|
|
6881
6881
|
}
|
|
@@ -6992,12 +6992,12 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6992
6992
|
borderRadius: 0,
|
|
6993
6993
|
boxShadow: 0,
|
|
6994
6994
|
backgroundColor: "transparent",
|
|
6995
|
-
color: theme.
|
|
6996
|
-
borderTop: `0.5px solid ${theme.
|
|
6997
|
-
borderRight: `0.5px solid ${theme.
|
|
6995
|
+
color: theme.palette.primary.main,
|
|
6996
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
6997
|
+
borderRight: `0.5px solid ${theme.palette.grey[600]}`,
|
|
6998
6998
|
"&:hover": {
|
|
6999
|
-
color: theme.
|
|
7000
|
-
backgroundColor: theme.
|
|
6999
|
+
color: theme.palette.primary.contrastText,
|
|
7000
|
+
backgroundColor: theme.palette.primary.main,
|
|
7001
7001
|
boxShadow: "none"
|
|
7002
7002
|
}
|
|
7003
7003
|
}
|
|
@@ -9288,12 +9288,12 @@ const EventUiSchema = (theme) => {
|
|
|
9288
9288
|
borderRadius: 0,
|
|
9289
9289
|
boxShadow: 0,
|
|
9290
9290
|
backgroundColor: "transparent",
|
|
9291
|
-
color: theme.
|
|
9292
|
-
borderTop: `0.5px solid ${theme.
|
|
9293
|
-
borderRight: `0.5px solid ${theme.
|
|
9291
|
+
color: theme.palette.primary.main,
|
|
9292
|
+
borderTop: `0.5px solid ${theme.palette.grey[600]}`,
|
|
9293
|
+
borderRight: `0.5px solid ${theme.palette.grey[600]}`,
|
|
9294
9294
|
"&:hover": {
|
|
9295
|
-
color: theme.
|
|
9296
|
-
backgroundColor: theme.
|
|
9295
|
+
color: theme.palette.primary.contrastText,
|
|
9296
|
+
backgroundColor: theme.palette.primary.main,
|
|
9297
9297
|
boxShadow: "none"
|
|
9298
9298
|
}
|
|
9299
9299
|
}
|