impaktapps-ui-builder 0.0.382-alpha.12 → 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.
@@ -6415,26 +6415,6 @@ const componentBasicUiSchema = (theme) => {
6415
6415
  layout: 2
6416
6416
  }
6417
6417
  },
6418
- {
6419
- type: "Control",
6420
- scope: "#/properties/pageName",
6421
- options: {
6422
- widget: "Box"
6423
- },
6424
- config: {
6425
- layout: { xs: 7, sm: 7, md: 9 },
6426
- main: {
6427
- heading: " "
6428
- },
6429
- style: {
6430
- float: "right",
6431
- width: "auto",
6432
- fontSize: "12px",
6433
- color: "gray",
6434
- paddingTop: "10px"
6435
- }
6436
- }
6437
- },
6438
6418
  {
6439
6419
  type: "Control",
6440
6420
  scope: "#/properties/backIcon",
@@ -6480,6 +6460,25 @@ const componentBasicUiSchema = (theme) => {
6480
6460
  }
6481
6461
  }
6482
6462
  ]
6463
+ },
6464
+ {
6465
+ type: "Control",
6466
+ scope: "#/properties/pageName",
6467
+ options: {
6468
+ widget: "Box"
6469
+ },
6470
+ config: {
6471
+ layout: 12,
6472
+ main: {
6473
+ heading: " "
6474
+ },
6475
+ style: {
6476
+ width: "auto",
6477
+ fontSize: "12px",
6478
+ color: "gray",
6479
+ paddingTop: "10px"
6480
+ }
6481
+ }
6483
6482
  }
6484
6483
  ]
6485
6484
  }
@@ -8030,26 +8029,6 @@ const EventUiSchema = (theme) => {
8030
8029
  layout: 2
8031
8030
  }
8032
8031
  },
8033
- {
8034
- type: "Control",
8035
- scope: "#/properties/pageName",
8036
- options: {
8037
- widget: "Box"
8038
- },
8039
- config: {
8040
- layout: { xs: 7, sm: 7, md: 9 },
8041
- main: {
8042
- heading: " "
8043
- },
8044
- style: {
8045
- float: "right",
8046
- width: "auto",
8047
- fontSize: "12px",
8048
- color: "gray",
8049
- paddingTop: "10px"
8050
- }
8051
- }
8052
- },
8053
8032
  {
8054
8033
  type: "Control",
8055
8034
  scope: "#/properties/backIcon",
@@ -8095,6 +8074,25 @@ const EventUiSchema = (theme) => {
8095
8074
  }
8096
8075
  }
8097
8076
  ]
8077
+ },
8078
+ {
8079
+ type: "Control",
8080
+ scope: "#/properties/pageName",
8081
+ options: {
8082
+ widget: "Box"
8083
+ },
8084
+ config: {
8085
+ layout: 12,
8086
+ main: {
8087
+ heading: " "
8088
+ },
8089
+ style: {
8090
+ width: "auto",
8091
+ fontSize: "12px",
8092
+ color: "gray",
8093
+ paddingTop: "10px"
8094
+ }
8095
+ }
8098
8096
  }
8099
8097
  ]
8100
8098
  }