microboard-temp 0.4.26 → 0.4.27

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.
@@ -46348,6 +46348,7 @@ class Dice extends BaseItem {
46348
46348
  }
46349
46349
  deserialize(data) {
46350
46350
  super.deserialize(data);
46351
+ this.createRenderValues();
46351
46352
  this.transformPath();
46352
46353
  this.subject.publish(this);
46353
46354
  return this;
package/dist/cjs/index.js CHANGED
@@ -46348,6 +46348,7 @@ class Dice extends BaseItem {
46348
46348
  }
46349
46349
  deserialize(data) {
46350
46350
  super.deserialize(data);
46351
+ this.createRenderValues();
46351
46352
  this.transformPath();
46352
46353
  this.subject.publish(this);
46353
46354
  return this;
package/dist/cjs/node.js CHANGED
@@ -48888,6 +48888,7 @@ class Dice extends BaseItem {
48888
48888
  }
48889
48889
  deserialize(data) {
48890
48890
  super.deserialize(data);
48891
+ this.createRenderValues();
48891
48892
  this.transformPath();
48892
48893
  this.subject.publish(this);
48893
48894
  return this;
@@ -46198,6 +46198,7 @@ class Dice extends BaseItem {
46198
46198
  }
46199
46199
  deserialize(data) {
46200
46200
  super.deserialize(data);
46201
+ this.createRenderValues();
46201
46202
  this.transformPath();
46202
46203
  this.subject.publish(this);
46203
46204
  return this;
package/dist/esm/index.js CHANGED
@@ -46191,6 +46191,7 @@ class Dice extends BaseItem {
46191
46191
  }
46192
46192
  deserialize(data) {
46193
46193
  super.deserialize(data);
46194
+ this.createRenderValues();
46194
46195
  this.transformPath();
46195
46196
  this.subject.publish(this);
46196
46197
  return this;
package/dist/esm/node.js CHANGED
@@ -48726,6 +48726,7 @@ class Dice extends BaseItem {
48726
48726
  }
48727
48727
  deserialize(data) {
48728
48728
  super.deserialize(data);
48729
+ this.createRenderValues();
48729
48730
  this.transformPath();
48730
48731
  this.subject.publish(this);
48731
48732
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.4.26",
3
+ "version": "0.4.27",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",