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

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.16",
3
+ "version": "0.0.382-alpha.18",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -379,7 +379,7 @@ export const componentBasicUiSchema: any = (theme) => {
379
379
  },
380
380
  {
381
381
  type: "Control",
382
- scope: "#/properties/text",
382
+ scope: "#/properties/pageName",
383
383
 
384
384
  options: {
385
385
  widget: "Box",
@@ -387,7 +387,7 @@ export const componentBasicUiSchema: any = (theme) => {
387
387
  config: {
388
388
  layout: 9.7,
389
389
  main: {
390
- heading: "very very Long path text very very Long path text very very Long path text very very Long path text",
390
+ heading: " ",
391
391
  },
392
392
  style: {
393
393
  color: theme.palette.text.disabled,
@@ -409,7 +409,7 @@ export const EventUiSchema: any = (theme) => {
409
409
  },
410
410
  {
411
411
  type: "Control",
412
- scope: "#/properties/text",
412
+ scope: "#/properties/pageName",
413
413
 
414
414
  options: {
415
415
  widget: "Box",
@@ -417,7 +417,7 @@ export const EventUiSchema: any = (theme) => {
417
417
  config: {
418
418
  layout: 9.7,
419
419
  main: {
420
- heading: "very very Long path text very very Long path text very very Long path text very very Long path text",
420
+ heading: " ",
421
421
  },
422
422
  style: {
423
423
  color: theme.palette.text.disabled,