microboard-temp 0.4.77 → 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 +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node.js +1 -1
- package/dist/esm/browser.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/node.js +1 -1
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -47936,7 +47936,7 @@ class Deck extends BaseItem {
|
|
|
47936
47936
|
x: cards[0].left,
|
|
47937
47937
|
y: cards[0].top
|
|
47938
47938
|
});
|
|
47939
|
-
this.
|
|
47939
|
+
this.updateMbr();
|
|
47940
47940
|
}
|
|
47941
47941
|
this.transformation.subject.subscribe(() => {
|
|
47942
47942
|
this.updateMbr();
|
package/dist/cjs/index.js
CHANGED
|
@@ -47936,7 +47936,7 @@ class Deck extends BaseItem {
|
|
|
47936
47936
|
x: cards[0].left,
|
|
47937
47937
|
y: cards[0].top
|
|
47938
47938
|
});
|
|
47939
|
-
this.
|
|
47939
|
+
this.updateMbr();
|
|
47940
47940
|
}
|
|
47941
47941
|
this.transformation.subject.subscribe(() => {
|
|
47942
47942
|
this.updateMbr();
|
package/dist/cjs/node.js
CHANGED
|
@@ -50409,7 +50409,7 @@ class Deck extends BaseItem {
|
|
|
50409
50409
|
x: cards[0].left,
|
|
50410
50410
|
y: cards[0].top
|
|
50411
50411
|
});
|
|
50412
|
-
this.
|
|
50412
|
+
this.updateMbr();
|
|
50413
50413
|
}
|
|
50414
50414
|
this.transformation.subject.subscribe(() => {
|
|
50415
50415
|
this.updateMbr();
|
package/dist/esm/browser.js
CHANGED
|
@@ -47785,7 +47785,7 @@ class Deck extends BaseItem {
|
|
|
47785
47785
|
x: cards[0].left,
|
|
47786
47786
|
y: cards[0].top
|
|
47787
47787
|
});
|
|
47788
|
-
this.
|
|
47788
|
+
this.updateMbr();
|
|
47789
47789
|
}
|
|
47790
47790
|
this.transformation.subject.subscribe(() => {
|
|
47791
47791
|
this.updateMbr();
|
package/dist/esm/index.js
CHANGED
|
@@ -47778,7 +47778,7 @@ class Deck extends BaseItem {
|
|
|
47778
47778
|
x: cards[0].left,
|
|
47779
47779
|
y: cards[0].top
|
|
47780
47780
|
});
|
|
47781
|
-
this.
|
|
47781
|
+
this.updateMbr();
|
|
47782
47782
|
}
|
|
47783
47783
|
this.transformation.subject.subscribe(() => {
|
|
47784
47784
|
this.updateMbr();
|
package/dist/esm/node.js
CHANGED
|
@@ -50246,7 +50246,7 @@ class Deck extends BaseItem {
|
|
|
50246
50246
|
x: cards[0].left,
|
|
50247
50247
|
y: cards[0].top
|
|
50248
50248
|
});
|
|
50249
|
-
this.
|
|
50249
|
+
this.updateMbr();
|
|
50250
50250
|
}
|
|
50251
50251
|
this.transformation.subject.subscribe(() => {
|
|
50252
50252
|
this.updateMbr();
|