@1urso/generic-editor 0.1.12 → 0.1.13

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.
@@ -14590,7 +14590,8 @@ var EditorContent = ({ layout: s, initialState: w, onSave: k, theme: F = "light"
14590
14590
  isList: X.isList,
14591
14591
  mockData: X.mockData,
14592
14592
  singleMockData: X.singleMockData,
14593
- listSettings: X.listSettings
14593
+ listSettings: X.listSettings,
14594
+ canvasHeight: X.canvasHeight
14594
14595
  };
14595
14596
  k(JSON.stringify(s, null, 2));
14596
14597
  }