@myoc/element 0.19.529 → 0.19.530

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.
@@ -906,6 +906,7 @@ declare class App extends React.Component<AppProps, AppState> {
906
906
  private maybeHandleCrop;
907
907
  private maybeHandleResize;
908
908
  private getImageContextMenuItems;
909
+ private getImageActionContextMenuItems;
909
910
  private getElementLinkContextMenuItems;
910
911
  private getContextMenuItems;
911
912
  private handleWheel;
@@ -31,6 +31,7 @@ export declare const getShapeActionPredicates: (appState: UIAppState, targetElem
31
31
  layers: boolean;
32
32
  align: boolean;
33
33
  distribute: boolean;
34
+ imageLayout: boolean;
34
35
  link: boolean;
35
36
  linkSingleOnly: boolean;
36
37
  cropEditor: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myoc/element",
3
- "version": "0.19.529",
3
+ "version": "0.19.530",
4
4
  "type": "module",
5
5
  "types": "./dist/types/element/src/index.d.ts",
6
6
  "main": "./dist/prod/index.js",
@@ -64,9 +64,9 @@
64
64
  "build:esm": "rimraf dist && node ../../scripts/buildBase.js && yarn gen:types"
65
65
  },
66
66
  "dependencies": {
67
- "@excalidraw/common": "npm:@myoc/common@0.19.529",
68
- "@excalidraw/fractional-indexing": "npm:@myoc/fractional-indexing@0.19.529",
69
- "@excalidraw/math": "npm:@myoc/math@0.19.529",
67
+ "@excalidraw/common": "npm:@myoc/common@0.19.530",
68
+ "@excalidraw/fractional-indexing": "npm:@myoc/fractional-indexing@0.19.530",
69
+ "@excalidraw/math": "npm:@myoc/math@0.19.530",
70
70
  "thumbhash": "0.1.1"
71
71
  }
72
72
  }