impaktapps-ui-builder 1.0.74-centerElement.0 → 1.0.75

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": "1.0.74-centerElement.0",
3
+ "version": "1.0.75",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -171,8 +171,6 @@ export function refreshPage(type: string, store: any) {
171
171
  store.setUiSchema(UiSchema);
172
172
  }
173
173
 
174
-
175
-
176
174
  export default (store: any, dynamicData: any, submitHandler: any, service: any) => {
177
175
  return {
178
176
  setPage: async function () {