impaktapps-ui-builder 0.0.101-alpha.77 → 0.0.101-alpha.78

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.101-alpha.77",
3
+ "version": "0.0.101-alpha.78",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -415,7 +415,7 @@ export const componentBasicUiSchema: any = (theme)=>{
415
415
  padding: "0px 20px",
416
416
  textAlign: "center",
417
417
  lineHeight: "1",
418
- marginBottom: theme.myTheme.spacing(5)
418
+ marginBottom: theme.spacing(5)
419
419
  }
420
420
  }
421
421
  },
@@ -539,7 +539,7 @@ export const componentBasicUiSchema: any = (theme)=>{
539
539
  padding: "0px 20px",
540
540
  textAlign: "center",
541
541
  lineHeight: "1",
542
- marginBottom: theme.myTheme.spacing(5)
542
+ marginBottom: theme.spacing(5)
543
543
  }
544
544
  }
545
545
  },
@@ -577,7 +577,7 @@ export const PageMasterUiSchema: any = (theme) => {
577
577
  padding: "0px 20px",
578
578
  textAlign: "center",
579
579
  lineHeight: "1",
580
- marginBottom: theme.myTheme.spacing(5)
580
+ marginBottom: theme.spacing(5)
581
581
  }
582
582
  }
583
583
  },
@@ -701,7 +701,7 @@ export const PageMasterUiSchema: any = (theme) => {
701
701
  padding: "0px 20px",
702
702
  textAlign: "center",
703
703
  lineHeight: "1",
704
- marginBottom: theme.myTheme.spacing(5)
704
+ marginBottom: theme.spacing(5)
705
705
  }
706
706
  }
707
707
  },
@@ -390,7 +390,7 @@ export const EventUiSchema: any = (theme) => {
390
390
  padding: "0px 20px",
391
391
  textAlign: "center",
392
392
  lineHeight: "1",
393
- marginBottom: theme.myTheme.spacing(5)
393
+ marginBottom: theme.spacing(5)
394
394
  }
395
395
  }
396
396
  },