impaktapps-ui-builder 0.0.382-alpha.13 → 0.0.382-alpha.14

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.382-alpha.13",
3
+ "version": "0.0.382-alpha.14",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -412,7 +412,7 @@ export const componentBasicUiSchema: any = (theme) => {
412
412
  heading: " ",
413
413
  },
414
414
  style: {
415
- float: "right",
415
+ // float: "right",
416
416
  width: "auto",
417
417
  fontSize: "12px",
418
418
  color: "gray",
@@ -420,7 +420,7 @@ export const EventUiSchema: any = (theme) => {
420
420
  heading: " ",
421
421
  },
422
422
  style: {
423
- float: "right",
423
+ // float: "right",
424
424
  width: "auto",
425
425
  fontSize: "12px",
426
426
  color: "gray",