impaktapps-ui-builder 0.0.412-mtreemap.30 → 0.0.412-mtreemap.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.412-mtreemap.30",
3
+ "version": "0.0.412-mtreemap.32",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -333,6 +333,17 @@ export const componentBasicUiSchema: any = (theme)=>{
333
333
  },
334
334
  main: {
335
335
  },
336
+ style: {
337
+ "& .MuiPaper-root":{
338
+ width: '30%',
339
+ },
340
+ "& .MuiTypography-root":{
341
+ padding: 0
342
+ },
343
+ wrapperStyle: {
344
+ width: { xs: "100%", sm: "100%", md: "98%" },
345
+ }
346
+ }
336
347
  },
337
348
  elements:
338
349
  [
@@ -444,6 +444,17 @@ export const PageMasterUiSchema: any = (theme) => {
444
444
  },
445
445
  main: {
446
446
  },
447
+ style: {
448
+ "& .MuiPaper-root":{
449
+ width: '30%',
450
+ },
451
+ "& .MuiTypography-root":{
452
+ padding: 0
453
+ },
454
+ wrapperStyle: {
455
+ width: { xs: "100%", sm: "100%", md: "98%" },
456
+ }
457
+ }
447
458
  },
448
459
  elements:
449
460
  [
@@ -454,7 +465,7 @@ export const PageMasterUiSchema: any = (theme) => {
454
465
  widget: "Box",
455
466
  },
456
467
  config: {
457
- layout: 12,
468
+ layout: 6,
458
469
  main: {
459
470
  heading: "Are you sure you want to delete ?",
460
471
  },
@@ -232,6 +232,17 @@ export const EventUiSchema: any = (theme) => {
232
232
  },
233
233
  main: {
234
234
  },
235
+ style: {
236
+ "& .MuiPaper-root":{
237
+ width: '30%',
238
+ },
239
+ "& .MuiTypography-root":{
240
+ padding: 0
241
+ },
242
+ wrapperStyle: {
243
+ width: { xs: "100%", sm: "100%", md: "98%" },
244
+ }
245
+ }
235
246
  },
236
247
  elements:
237
248
  [