impaktapps-ui-builder 0.0.412-mtreemap.28 → 0.0.412-mtreemap.29

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.28",
3
+ "version": "0.0.412-mtreemap.29",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -459,6 +459,7 @@ export const PageMasterUiSchema: any = (theme) => {
459
459
  heading: "Are you sure you want to delete ?",
460
460
  },
461
461
  style: {
462
+ textAlign: "center",
462
463
  marginTop: "-40px"
463
464
  }
464
465
  },
@@ -488,7 +489,7 @@ export const PageMasterUiSchema: any = (theme) => {
488
489
  variant: "contained",
489
490
  color: "info",
490
491
  type: "text",
491
- onClick: "deleteComponents",
492
+ onClick: "Delete_Components",
492
493
  size: "small",
493
494
  },
494
495
  },
@@ -544,6 +545,7 @@ export const PageMasterUiSchema: any = (theme) => {
544
545
  heading: "Are you sure you want to delete ?",
545
546
  },
546
547
  style: {
548
+ textAlign: "center",
547
549
  marginTop: "-40px"
548
550
  }
549
551
  },