@omnia/fx-models 8.0.501-dev → 8.0.503-dev

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.
Files changed (2) hide show
  1. package/Layout.d.ts +1 -1
  2. package/package.json +1 -1
package/Layout.d.ts CHANGED
@@ -448,7 +448,7 @@ export interface IBlockInstance<TSettings = void> {
448
448
  mediaContext: ILayoutMediaContext;
449
449
  fileContext: ILayoutFileContext;
450
450
  setSearchValue: (value: MultilingualString) => void;
451
- readonly editing: boolean;
451
+ editing: boolean;
452
452
  configurations: () => {
453
453
  enableEdit(renderer: (element: BlockEditElement) => VNodeChild, mode?: "design-write" | "design" | "write"): void;
454
454
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.501-dev",
4
+ "version": "8.0.503-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"