microboard-ui-temp 0.1.122 → 0.1.123

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/dist/index.js CHANGED
@@ -271581,9 +271581,6 @@ class AddFrame extends BoardTool {
271581
271581
  this.initTransformation(width2 / 100, height2 / 100);
271582
271582
  localStorage.setItem("lastFrameScale", JSON.stringify(this.frame.transformation.getScale()));
271583
271583
  }
271584
- const currMbr = this.frame.getMbr();
271585
- const frameChildren = this.board.items.getEnclosedOrCrossed(currMbr.left, currMbr.top, currMbr.right, currMbr.bottom).filter((item) => item.parent === "Board").filter((item) => this.frame.handleNesting(item));
271586
- this.applyAddChildren(frameChildren);
271587
271584
  if (this.shape !== "Custom") {
271588
271585
  this.applyCanChangeRatio(false);
271589
271586
  }
package/dist/spa.js CHANGED
@@ -271581,9 +271581,6 @@ class AddFrame extends BoardTool {
271581
271581
  this.initTransformation(width2 / 100, height2 / 100);
271582
271582
  localStorage.setItem("lastFrameScale", JSON.stringify(this.frame.transformation.getScale()));
271583
271583
  }
271584
- const currMbr = this.frame.getMbr();
271585
- const frameChildren = this.board.items.getEnclosedOrCrossed(currMbr.left, currMbr.top, currMbr.right, currMbr.bottom).filter((item) => item.parent === "Board").filter((item) => this.frame.handleNesting(item));
271586
- this.applyAddChildren(frameChildren);
271587
271584
  if (this.shape !== "Custom") {
271588
271585
  this.applyCanChangeRatio(false);
271589
271586
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.122",
3
+ "version": "0.1.123",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
@@ -66,7 +66,7 @@
66
66
  "i18next-browser-languagedetector": "^8.2.0",
67
67
  "js-cookie": "^3.0.5",
68
68
  "jwt-decode": "^4.0.0",
69
- "microboard-temp": "^0.5.49",
69
+ "microboard-temp": "^0.5.50",
70
70
  "nanoid": "^5.1.5",
71
71
  "prop-types": "^15.8.1",
72
72
  "react-hot-toast": "2.4.1",