impaktapps-ui-builder 0.0.970-test.3 → 0.0.970-test.4

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.970-test.3",
3
+ "version": "0.0.970-test.4",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -218,7 +218,9 @@ export const componentBasicUiSchema: any = (theme)=>{
218
218
  },
219
219
  style: {
220
220
  color: "#535557",
221
- marginLeft: "-10px"
221
+ marginLeft: "-10px",
222
+ fontSize: "12px",
223
+ marginTop: "6px"
222
224
  },
223
225
  },
224
226
  },
@@ -424,7 +424,8 @@ export const PageMasterUiSchema: any = (theme) => {
424
424
  style: {
425
425
  color: "#535557",
426
426
  marginLeft: "-30px",
427
- fontSize: "12px"
427
+ fontSize: "12px",
428
+ marginTop: "6px"
428
429
  },
429
430
  },
430
431
  },
@@ -255,7 +255,9 @@ export const EventUiSchema: any = (theme) => {
255
255
  },
256
256
  style: {
257
257
  color: "#535557",
258
- marginLeft: "-10px"
258
+ marginLeft: "-10px",
259
+ fontSize: "12px",
260
+ marginTop: "6px"
259
261
  },
260
262
  },
261
263
  },