impaktapps-ui-builder 0.0.382-alpha.15 → 0.0.382-alpha.16

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.
@@ -6463,23 +6463,32 @@ const componentBasicUiSchema = (theme) => {
6463
6463
  },
6464
6464
  {
6465
6465
  type: "Control",
6466
- scope: "#/properties/pageName",
6466
+ scope: "#/properties/text",
6467
6467
  options: {
6468
6468
  widget: "Box"
6469
6469
  },
6470
6470
  config: {
6471
- layout: 12,
6471
+ layout: 9.7,
6472
6472
  main: {
6473
- heading: " "
6473
+ heading: "very very Long path text very very Long path text very very Long path text very very Long path text"
6474
6474
  },
6475
6475
  style: {
6476
+ color: theme.palette.text.disabled,
6476
6477
  textAlign: "right",
6477
- width: "auto",
6478
6478
  fontSize: "12px",
6479
- color: "gray",
6480
- paddingTop: "10px"
6479
+ marginTop: "-16px"
6481
6480
  }
6482
6481
  }
6482
+ },
6483
+ {
6484
+ type: "Control",
6485
+ scope: "#/properties/emptyBox",
6486
+ options: {
6487
+ widget: "EmptyBox"
6488
+ },
6489
+ config: {
6490
+ layout: 2.3
6491
+ }
6483
6492
  }
6484
6493
  ]
6485
6494
  }
@@ -8054,23 +8063,32 @@ const EventUiSchema = (theme) => {
8054
8063
  },
8055
8064
  {
8056
8065
  type: "Control",
8057
- scope: "#/properties/pageName",
8066
+ scope: "#/properties/text",
8058
8067
  options: {
8059
8068
  widget: "Box"
8060
8069
  },
8061
8070
  config: {
8062
- layout: 12,
8071
+ layout: 9.7,
8063
8072
  main: {
8064
- heading: " "
8073
+ heading: "very very Long path text very very Long path text very very Long path text very very Long path text"
8065
8074
  },
8066
8075
  style: {
8076
+ color: theme.palette.text.disabled,
8067
8077
  textAlign: "right",
8068
- width: "auto",
8069
8078
  fontSize: "12px",
8070
- color: "gray",
8071
- paddingTop: "10px"
8079
+ marginTop: "-16px"
8072
8080
  }
8073
8081
  }
8082
+ },
8083
+ {
8084
+ type: "Control",
8085
+ scope: "#/properties/emptyBox",
8086
+ options: {
8087
+ widget: "EmptyBox"
8088
+ },
8089
+ config: {
8090
+ layout: 2.3
8091
+ }
8074
8092
  }
8075
8093
  ]
8076
8094
  }