impaktapps-ui-builder 0.0.412-mtreemap.33 → 0.0.412-mtreemap.34
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 +9 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- 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 -0
|
@@ -6546,7 +6546,15 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6546
6546
|
md: 12,
|
|
6547
6547
|
lg: 12
|
|
6548
6548
|
},
|
|
6549
|
-
main: {}
|
|
6549
|
+
main: {},
|
|
6550
|
+
style: {
|
|
6551
|
+
"& .MuiPaper-root": {
|
|
6552
|
+
width: "30%"
|
|
6553
|
+
},
|
|
6554
|
+
"& .MuiTypography-root": {
|
|
6555
|
+
padding: 0
|
|
6556
|
+
}
|
|
6557
|
+
}
|
|
6550
6558
|
},
|
|
6551
6559
|
elements: [
|
|
6552
6560
|
{
|