impaktapps-ui-builder 0.0.101-alpha.82 → 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.
- package/dist/impaktapps-ui-builder.es.js +4 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +7 -7
- 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 +1 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -0
|
@@ -7073,7 +7073,8 @@ const componentBasicUiSchema = (theme) => {
|
|
|
7073
7073
|
position: "fixed",
|
|
7074
7074
|
bottom: "24px",
|
|
7075
7075
|
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
7076
|
-
borderTop: `1px solid ${theme.palette.common.black}29
|
|
7076
|
+
borderTop: `1px solid ${theme.palette.common.black}29`,
|
|
7077
|
+
backgroundColor: theme.palette.background.default
|
|
7077
7078
|
}
|
|
7078
7079
|
}
|
|
7079
7080
|
},
|
|
@@ -9373,7 +9374,8 @@ const EventUiSchema = (theme) => {
|
|
|
9373
9374
|
position: "fixed",
|
|
9374
9375
|
bottom: "24px",
|
|
9375
9376
|
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
9376
|
-
borderTop: `1px solid ${theme.palette.common.black}29
|
|
9377
|
+
borderTop: `1px solid ${theme.palette.common.black}29`,
|
|
9378
|
+
backgroundColor: theme.palette.background.default
|
|
9377
9379
|
}
|
|
9378
9380
|
}
|
|
9379
9381
|
},
|