microboard-temp 0.14.41 → 0.14.42

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.
@@ -65342,6 +65342,7 @@ class Sticker extends BaseItem {
65342
65342
  onPropertyUpdated(property, value, prevValue) {
65343
65343
  super.onPropertyUpdated(property, value, prevValue);
65344
65344
  if (property === "backgroundColor") {
65345
+ this.saveStickerData();
65345
65346
  this.subject.publish(this);
65346
65347
  }
65347
65348
  }
package/dist/cjs/index.js CHANGED
@@ -65342,6 +65342,7 @@ class Sticker extends BaseItem {
65342
65342
  onPropertyUpdated(property, value, prevValue) {
65343
65343
  super.onPropertyUpdated(property, value, prevValue);
65344
65344
  if (property === "backgroundColor") {
65345
+ this.saveStickerData();
65345
65346
  this.subject.publish(this);
65346
65347
  }
65347
65348
  }
package/dist/cjs/node.js CHANGED
@@ -67815,6 +67815,7 @@ class Sticker extends BaseItem {
67815
67815
  onPropertyUpdated(property, value, prevValue) {
67816
67816
  super.onPropertyUpdated(property, value, prevValue);
67817
67817
  if (property === "backgroundColor") {
67818
+ this.saveStickerData();
67818
67819
  this.subject.publish(this);
67819
67820
  }
67820
67821
  }
@@ -65118,6 +65118,7 @@ class Sticker extends BaseItem {
65118
65118
  onPropertyUpdated(property, value, prevValue) {
65119
65119
  super.onPropertyUpdated(property, value, prevValue);
65120
65120
  if (property === "backgroundColor") {
65121
+ this.saveStickerData();
65121
65122
  this.subject.publish(this);
65122
65123
  }
65123
65124
  }
package/dist/esm/index.js CHANGED
@@ -65111,6 +65111,7 @@ class Sticker extends BaseItem {
65111
65111
  onPropertyUpdated(property, value, prevValue) {
65112
65112
  super.onPropertyUpdated(property, value, prevValue);
65113
65113
  if (property === "backgroundColor") {
65114
+ this.saveStickerData();
65114
65115
  this.subject.publish(this);
65115
65116
  }
65116
65117
  }
package/dist/esm/node.js CHANGED
@@ -67579,6 +67579,7 @@ class Sticker extends BaseItem {
67579
67579
  onPropertyUpdated(property, value, prevValue) {
67580
67580
  super.onPropertyUpdated(property, value, prevValue);
67581
67581
  if (property === "backgroundColor") {
67582
+ this.saveStickerData();
67582
67583
  this.subject.publish(this);
67583
67584
  }
67584
67585
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.14.41",
3
+ "version": "0.14.42",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",