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

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