microboard-temp 0.14.9 → 0.14.10

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.
@@ -58246,6 +58246,7 @@ class Sticker extends BaseItem {
58246
58246
  this.text.placeholderText = " ";
58247
58247
  this.text.isInShape = false;
58248
58248
  this.text.insideOf = this.itemType;
58249
+ this.text.autosizeEnable();
58249
58250
  this.text.updateShrinkWidth();
58250
58251
  this.text.subject.subscribe(() => {
58251
58252
  this.subject.publish(this);
package/dist/cjs/index.js CHANGED
@@ -58246,6 +58246,7 @@ class Sticker extends BaseItem {
58246
58246
  this.text.placeholderText = " ";
58247
58247
  this.text.isInShape = false;
58248
58248
  this.text.insideOf = this.itemType;
58249
+ this.text.autosizeEnable();
58249
58250
  this.text.updateShrinkWidth();
58250
58251
  this.text.subject.subscribe(() => {
58251
58252
  this.subject.publish(this);
package/dist/cjs/node.js CHANGED
@@ -60719,6 +60719,7 @@ class Sticker extends BaseItem {
60719
60719
  this.text.placeholderText = " ";
60720
60720
  this.text.isInShape = false;
60721
60721
  this.text.insideOf = this.itemType;
60722
+ this.text.autosizeEnable();
60722
60723
  this.text.updateShrinkWidth();
60723
60724
  this.text.subject.subscribe(() => {
60724
60725
  this.subject.publish(this);
@@ -58057,6 +58057,7 @@ class Sticker extends BaseItem {
58057
58057
  this.text.placeholderText = " ";
58058
58058
  this.text.isInShape = false;
58059
58059
  this.text.insideOf = this.itemType;
58060
+ this.text.autosizeEnable();
58060
58061
  this.text.updateShrinkWidth();
58061
58062
  this.text.subject.subscribe(() => {
58062
58063
  this.subject.publish(this);
package/dist/esm/index.js CHANGED
@@ -58050,6 +58050,7 @@ class Sticker extends BaseItem {
58050
58050
  this.text.placeholderText = " ";
58051
58051
  this.text.isInShape = false;
58052
58052
  this.text.insideOf = this.itemType;
58053
+ this.text.autosizeEnable();
58053
58054
  this.text.updateShrinkWidth();
58054
58055
  this.text.subject.subscribe(() => {
58055
58056
  this.subject.publish(this);
package/dist/esm/node.js CHANGED
@@ -60518,6 +60518,7 @@ class Sticker extends BaseItem {
60518
60518
  this.text.placeholderText = " ";
60519
60519
  this.text.isInShape = false;
60520
60520
  this.text.insideOf = this.itemType;
60521
+ this.text.autosizeEnable();
60521
60522
  this.text.updateShrinkWidth();
60522
60523
  this.text.subject.subscribe(() => {
60523
60524
  this.subject.publish(this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.14.9",
3
+ "version": "0.14.10",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",