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.
- package/dist/cjs/browser.js +0 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/node.js +0 -1
- package/dist/esm/browser.js +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/node.js +0 -1
- package/package.json +1 -1
package/dist/cjs/browser.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/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();
|
package/dist/esm/browser.js
CHANGED
|
@@ -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();
|