microboard-temp 0.4.32 → 0.4.34
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 +2 -3
- package/dist/cjs/index.js +2 -3
- package/dist/cjs/node.js +2 -3
- package/dist/esm/browser.js +2 -3
- package/dist/esm/index.js +2 -3
- package/dist/esm/node.js +2 -3
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -50571,10 +50571,9 @@ class BoardSelection {
|
|
|
50571
50571
|
setStrokeWidth(width2) {
|
|
50572
50572
|
const operation = {
|
|
50573
50573
|
class: "Shape",
|
|
50574
|
-
method: "
|
|
50574
|
+
method: "setBorderWidth",
|
|
50575
50575
|
item: [],
|
|
50576
|
-
|
|
50577
|
-
newData: { width: width2 }
|
|
50576
|
+
newData: { borderWidth: width2 }
|
|
50578
50577
|
};
|
|
50579
50578
|
const operations2 = {};
|
|
50580
50579
|
this.items.list().forEach((item) => {
|
package/dist/cjs/index.js
CHANGED
|
@@ -50571,10 +50571,9 @@ class BoardSelection {
|
|
|
50571
50571
|
setStrokeWidth(width2) {
|
|
50572
50572
|
const operation = {
|
|
50573
50573
|
class: "Shape",
|
|
50574
|
-
method: "
|
|
50574
|
+
method: "setBorderWidth",
|
|
50575
50575
|
item: [],
|
|
50576
|
-
|
|
50577
|
-
newData: { width: width2 }
|
|
50576
|
+
newData: { borderWidth: width2 }
|
|
50578
50577
|
};
|
|
50579
50578
|
const operations2 = {};
|
|
50580
50579
|
this.items.list().forEach((item) => {
|
package/dist/cjs/node.js
CHANGED
|
@@ -53111,10 +53111,9 @@ class BoardSelection {
|
|
|
53111
53111
|
setStrokeWidth(width2) {
|
|
53112
53112
|
const operation = {
|
|
53113
53113
|
class: "Shape",
|
|
53114
|
-
method: "
|
|
53114
|
+
method: "setBorderWidth",
|
|
53115
53115
|
item: [],
|
|
53116
|
-
|
|
53117
|
-
newData: { width: width2 }
|
|
53116
|
+
newData: { borderWidth: width2 }
|
|
53118
53117
|
};
|
|
53119
53118
|
const operations2 = {};
|
|
53120
53119
|
this.items.list().forEach((item) => {
|
package/dist/esm/browser.js
CHANGED
|
@@ -50421,10 +50421,9 @@ class BoardSelection {
|
|
|
50421
50421
|
setStrokeWidth(width2) {
|
|
50422
50422
|
const operation = {
|
|
50423
50423
|
class: "Shape",
|
|
50424
|
-
method: "
|
|
50424
|
+
method: "setBorderWidth",
|
|
50425
50425
|
item: [],
|
|
50426
|
-
|
|
50427
|
-
newData: { width: width2 }
|
|
50426
|
+
newData: { borderWidth: width2 }
|
|
50428
50427
|
};
|
|
50429
50428
|
const operations2 = {};
|
|
50430
50429
|
this.items.list().forEach((item) => {
|
package/dist/esm/index.js
CHANGED
|
@@ -50414,10 +50414,9 @@ class BoardSelection {
|
|
|
50414
50414
|
setStrokeWidth(width2) {
|
|
50415
50415
|
const operation = {
|
|
50416
50416
|
class: "Shape",
|
|
50417
|
-
method: "
|
|
50417
|
+
method: "setBorderWidth",
|
|
50418
50418
|
item: [],
|
|
50419
|
-
|
|
50420
|
-
newData: { width: width2 }
|
|
50419
|
+
newData: { borderWidth: width2 }
|
|
50421
50420
|
};
|
|
50422
50421
|
const operations2 = {};
|
|
50423
50422
|
this.items.list().forEach((item) => {
|
package/dist/esm/node.js
CHANGED
|
@@ -52949,10 +52949,9 @@ class BoardSelection {
|
|
|
52949
52949
|
setStrokeWidth(width2) {
|
|
52950
52950
|
const operation = {
|
|
52951
52951
|
class: "Shape",
|
|
52952
|
-
method: "
|
|
52952
|
+
method: "setBorderWidth",
|
|
52953
52953
|
item: [],
|
|
52954
|
-
|
|
52955
|
-
newData: { width: width2 }
|
|
52954
|
+
newData: { borderWidth: width2 }
|
|
52956
52955
|
};
|
|
52957
52956
|
const operations2 = {};
|
|
52958
52957
|
this.items.list().forEach((item) => {
|