@mce/bigesj 0.15.4 → 0.15.6

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/dist/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1570,7 +1570,8 @@ async function convertLayout(layout, isFrame = true, context) {
1570
1570
  }
1571
1571
  const meta = {
1572
1572
  inPptIs: isFrame ? "Slide" : "GroupShape",
1573
- inEditorIs: isFrame ? "Frame" : "Element"
1573
+ inEditorIs: isFrame ? "Frame" : "Element",
1574
+ inCanvasIs: "Element2D"
1574
1575
  };
1575
1576
  if (layout.id) {
1576
1577
  meta.rawId = layout.id;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mce/bigesj",
3
3
  "type": "module",
4
- "version": "0.15.4",
4
+ "version": "0.15.6",
5
5
  "description": "Plugin for mce",
6
6
  "author": "wxm",
7
7
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "modern-openxml": "^1.10.1"
50
50
  },
51
51
  "devDependencies": {
52
- "mce": "0.15.4"
52
+ "mce": "0.15.6"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "mce": "^0"