microboard-temp 0.4.78 → 0.4.79

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.
@@ -47937,7 +47937,6 @@ class Deck extends BaseItem {
47937
47937
  y: cards[0].top
47938
47938
  });
47939
47939
  this.updateMbr();
47940
- this.applyAddChildren(cards.map((card) => card.getId()));
47941
47940
  }
47942
47941
  this.transformation.subject.subscribe(() => {
47943
47942
  this.updateMbr();
package/dist/cjs/index.js CHANGED
@@ -47937,7 +47937,6 @@ class Deck extends BaseItem {
47937
47937
  y: cards[0].top
47938
47938
  });
47939
47939
  this.updateMbr();
47940
- this.applyAddChildren(cards.map((card) => card.getId()));
47941
47940
  }
47942
47941
  this.transformation.subject.subscribe(() => {
47943
47942
  this.updateMbr();
package/dist/cjs/node.js CHANGED
@@ -50410,7 +50410,6 @@ class Deck extends BaseItem {
50410
50410
  y: cards[0].top
50411
50411
  });
50412
50412
  this.updateMbr();
50413
- this.applyAddChildren(cards.map((card) => card.getId()));
50414
50413
  }
50415
50414
  this.transformation.subject.subscribe(() => {
50416
50415
  this.updateMbr();
@@ -47786,7 +47786,6 @@ class Deck extends BaseItem {
47786
47786
  y: cards[0].top
47787
47787
  });
47788
47788
  this.updateMbr();
47789
- this.applyAddChildren(cards.map((card) => card.getId()));
47790
47789
  }
47791
47790
  this.transformation.subject.subscribe(() => {
47792
47791
  this.updateMbr();
package/dist/esm/index.js CHANGED
@@ -47779,7 +47779,6 @@ class Deck extends BaseItem {
47779
47779
  y: cards[0].top
47780
47780
  });
47781
47781
  this.updateMbr();
47782
- this.applyAddChildren(cards.map((card) => card.getId()));
47783
47782
  }
47784
47783
  this.transformation.subject.subscribe(() => {
47785
47784
  this.updateMbr();
package/dist/esm/node.js CHANGED
@@ -50247,7 +50247,6 @@ class Deck extends BaseItem {
50247
50247
  y: cards[0].top
50248
50248
  });
50249
50249
  this.updateMbr();
50250
- this.applyAddChildren(cards.map((card) => card.getId()));
50251
50250
  }
50252
50251
  this.transformation.subject.subscribe(() => {
50253
50252
  this.updateMbr();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.4.78",
3
+ "version": "0.4.79",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",