impaktapps-ui-builder 0.0.97-alpha.13 → 0.0.97-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.97-alpha.13",
3
+ "version": "0.0.97-alpha.14",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -206,7 +206,7 @@ export const componentBasicUiSchema: any = (theme)=>{
206
206
  [
207
207
  {
208
208
  type: "Control",
209
- scope: "#/properties/label",
209
+ scope: "#/properties/popuplabel",
210
210
  options: {
211
211
  widget: "Box",
212
212
  },
@@ -299,7 +299,7 @@ export const componentBasicUiSchema: any = (theme)=>{
299
299
  [
300
300
  {
301
301
  type: "Control",
302
- scope: "#/properties/label",
302
+ scope: "#/properties/popuplabel1",
303
303
  options: {
304
304
  widget: "Box",
305
305
  },
@@ -348,7 +348,7 @@ export const PageMasterUiSchema: any = (theme) => {
348
348
  [
349
349
  {
350
350
  type: "Control",
351
- scope: "#/properties/label",
351
+ scope: "#/properties/popuplabel",
352
352
  options: {
353
353
  widget: "Box",
354
354
  },
@@ -442,7 +442,7 @@ export const PageMasterUiSchema: any = (theme) => {
442
442
  [
443
443
  {
444
444
  type: "Control",
445
- scope: "#/properties/label",
445
+ scope: "#/properties/popuplabel1",
446
446
  options: {
447
447
  widget: "Box",
448
448
  },
@@ -258,7 +258,7 @@ export const EventUiSchema: any = (theme) => {
258
258
  [
259
259
  {
260
260
  type: "Control",
261
- scope: "#/properties/label",
261
+ scope: "#/properties/popuplabel",
262
262
  options: {
263
263
  widget: "Box",
264
264
  },