microboard-temp 0.14.42 → 0.14.43
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 +5 -3
- package/dist/cjs/index.js +5 -3
- package/dist/cjs/node.js +5 -3
- package/dist/esm/browser.js +5 -3
- package/dist/esm/index.js +5 -3
- package/dist/esm/node.js +5 -3
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -79609,10 +79609,12 @@ class AddSticker extends BoardTool {
|
|
|
79609
79609
|
}
|
|
79610
79610
|
setBackgroundColor(color2) {
|
|
79611
79611
|
this.sticker.apply({
|
|
79612
|
-
class: "
|
|
79613
|
-
method: "
|
|
79612
|
+
class: "Item",
|
|
79613
|
+
method: "setProperty",
|
|
79614
79614
|
item: [this.sticker.getId()],
|
|
79615
|
-
|
|
79615
|
+
property: "backgroundColor",
|
|
79616
|
+
value: coerceColorValue(color2),
|
|
79617
|
+
prevValues: [this.sticker.getBackgroundColor()]
|
|
79616
79618
|
});
|
|
79617
79619
|
this.setCursor(color2);
|
|
79618
79620
|
this.board.tools.publish();
|
package/dist/cjs/index.js
CHANGED
|
@@ -79609,10 +79609,12 @@ class AddSticker extends BoardTool {
|
|
|
79609
79609
|
}
|
|
79610
79610
|
setBackgroundColor(color2) {
|
|
79611
79611
|
this.sticker.apply({
|
|
79612
|
-
class: "
|
|
79613
|
-
method: "
|
|
79612
|
+
class: "Item",
|
|
79613
|
+
method: "setProperty",
|
|
79614
79614
|
item: [this.sticker.getId()],
|
|
79615
|
-
|
|
79615
|
+
property: "backgroundColor",
|
|
79616
|
+
value: coerceColorValue(color2),
|
|
79617
|
+
prevValues: [this.sticker.getBackgroundColor()]
|
|
79616
79618
|
});
|
|
79617
79619
|
this.setCursor(color2);
|
|
79618
79620
|
this.board.tools.publish();
|
package/dist/cjs/node.js
CHANGED
|
@@ -82082,10 +82082,12 @@ class AddSticker extends BoardTool {
|
|
|
82082
82082
|
}
|
|
82083
82083
|
setBackgroundColor(color2) {
|
|
82084
82084
|
this.sticker.apply({
|
|
82085
|
-
class: "
|
|
82086
|
-
method: "
|
|
82085
|
+
class: "Item",
|
|
82086
|
+
method: "setProperty",
|
|
82087
82087
|
item: [this.sticker.getId()],
|
|
82088
|
-
|
|
82088
|
+
property: "backgroundColor",
|
|
82089
|
+
value: coerceColorValue(color2),
|
|
82090
|
+
prevValues: [this.sticker.getBackgroundColor()]
|
|
82089
82091
|
});
|
|
82090
82092
|
this.setCursor(color2);
|
|
82091
82093
|
this.board.tools.publish();
|
package/dist/esm/browser.js
CHANGED
|
@@ -79385,10 +79385,12 @@ class AddSticker extends BoardTool {
|
|
|
79385
79385
|
}
|
|
79386
79386
|
setBackgroundColor(color2) {
|
|
79387
79387
|
this.sticker.apply({
|
|
79388
|
-
class: "
|
|
79389
|
-
method: "
|
|
79388
|
+
class: "Item",
|
|
79389
|
+
method: "setProperty",
|
|
79390
79390
|
item: [this.sticker.getId()],
|
|
79391
|
-
|
|
79391
|
+
property: "backgroundColor",
|
|
79392
|
+
value: coerceColorValue(color2),
|
|
79393
|
+
prevValues: [this.sticker.getBackgroundColor()]
|
|
79392
79394
|
});
|
|
79393
79395
|
this.setCursor(color2);
|
|
79394
79396
|
this.board.tools.publish();
|
package/dist/esm/index.js
CHANGED
|
@@ -79378,10 +79378,12 @@ class AddSticker extends BoardTool {
|
|
|
79378
79378
|
}
|
|
79379
79379
|
setBackgroundColor(color2) {
|
|
79380
79380
|
this.sticker.apply({
|
|
79381
|
-
class: "
|
|
79382
|
-
method: "
|
|
79381
|
+
class: "Item",
|
|
79382
|
+
method: "setProperty",
|
|
79383
79383
|
item: [this.sticker.getId()],
|
|
79384
|
-
|
|
79384
|
+
property: "backgroundColor",
|
|
79385
|
+
value: coerceColorValue(color2),
|
|
79386
|
+
prevValues: [this.sticker.getBackgroundColor()]
|
|
79385
79387
|
});
|
|
79386
79388
|
this.setCursor(color2);
|
|
79387
79389
|
this.board.tools.publish();
|
package/dist/esm/node.js
CHANGED
|
@@ -81846,10 +81846,12 @@ class AddSticker extends BoardTool {
|
|
|
81846
81846
|
}
|
|
81847
81847
|
setBackgroundColor(color2) {
|
|
81848
81848
|
this.sticker.apply({
|
|
81849
|
-
class: "
|
|
81850
|
-
method: "
|
|
81849
|
+
class: "Item",
|
|
81850
|
+
method: "setProperty",
|
|
81851
81851
|
item: [this.sticker.getId()],
|
|
81852
|
-
|
|
81852
|
+
property: "backgroundColor",
|
|
81853
|
+
value: coerceColorValue(color2),
|
|
81854
|
+
prevValues: [this.sticker.getBackgroundColor()]
|
|
81853
81855
|
});
|
|
81854
81856
|
this.setCursor(color2);
|
|
81855
81857
|
this.board.tools.publish();
|