microboard-ui-temp 0.1.115 → 0.1.116

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
@@ -275527,7 +275527,7 @@ class Card extends BaseItem {
275527
275527
  }
275528
275528
  ctx.translate(centerX, centerY);
275529
275529
  ctx.rotate(this.transformation.getRotation() * Math.PI / 180);
275530
- ctx.drawImage(this.imageToRender, -width2 / 2, -height3 / 2, width2, height3);
275530
+ ctx.drawImage(this.imageToRender, -width2 / 2, -height3 / 2);
275531
275531
  ctx.restore();
275532
275532
  }
275533
275533
  }
package/dist/spa.js CHANGED
@@ -275527,7 +275527,7 @@ class Card extends BaseItem {
275527
275527
  }
275528
275528
  ctx.translate(centerX, centerY);
275529
275529
  ctx.rotate(this.transformation.getRotation() * Math.PI / 180);
275530
- ctx.drawImage(this.imageToRender, -width2 / 2, -height3 / 2, width2, height3);
275530
+ ctx.drawImage(this.imageToRender, -width2 / 2, -height3 / 2);
275531
275531
  ctx.restore();
275532
275532
  }
275533
275533
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.115",
3
+ "version": "0.1.116",
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.43",
69
+ "microboard-temp": "^0.5.44",
70
70
  "nanoid": "^5.1.5",
71
71
  "prop-types": "^15.8.1",
72
72
  "react-hot-toast": "2.4.1",