microboard-temp 0.4.67 → 0.4.68
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 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/node.js +2 -1
- package/dist/esm/browser.js +2 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/node.js +2 -1
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -48377,7 +48377,7 @@ var handPath = new Path([
|
|
|
48377
48377
|
new Line(new Point(100, 0), new Point(100, 100)),
|
|
48378
48378
|
new Line(new Point(100, 100), new Point(0, 100)),
|
|
48379
48379
|
new Line(new Point(0, 100), new Point(0, 0))
|
|
48380
|
-
], true);
|
|
48380
|
+
], true, "#FFFFFF", "#000000");
|
|
48381
48381
|
var defaultHandData = {
|
|
48382
48382
|
itemType: "Hand",
|
|
48383
48383
|
ownerId: ""
|
|
@@ -48428,6 +48428,7 @@ class Hand extends BaseItem {
|
|
|
48428
48428
|
if (this.transformationRenderBlock) {
|
|
48429
48429
|
return;
|
|
48430
48430
|
}
|
|
48431
|
+
this.path.render(context);
|
|
48431
48432
|
if (localStorage.getItem("currentUser") === this.ownerId || !this.ownerId) {
|
|
48432
48433
|
super.render(context);
|
|
48433
48434
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -48377,7 +48377,7 @@ var handPath = new Path([
|
|
|
48377
48377
|
new Line(new Point(100, 0), new Point(100, 100)),
|
|
48378
48378
|
new Line(new Point(100, 100), new Point(0, 100)),
|
|
48379
48379
|
new Line(new Point(0, 100), new Point(0, 0))
|
|
48380
|
-
], true);
|
|
48380
|
+
], true, "#FFFFFF", "#000000");
|
|
48381
48381
|
var defaultHandData = {
|
|
48382
48382
|
itemType: "Hand",
|
|
48383
48383
|
ownerId: ""
|
|
@@ -48428,6 +48428,7 @@ class Hand extends BaseItem {
|
|
|
48428
48428
|
if (this.transformationRenderBlock) {
|
|
48429
48429
|
return;
|
|
48430
48430
|
}
|
|
48431
|
+
this.path.render(context);
|
|
48431
48432
|
if (localStorage.getItem("currentUser") === this.ownerId || !this.ownerId) {
|
|
48432
48433
|
super.render(context);
|
|
48433
48434
|
}
|
package/dist/cjs/node.js
CHANGED
|
@@ -50850,7 +50850,7 @@ var handPath = new Path([
|
|
|
50850
50850
|
new Line(new Point(100, 0), new Point(100, 100)),
|
|
50851
50851
|
new Line(new Point(100, 100), new Point(0, 100)),
|
|
50852
50852
|
new Line(new Point(0, 100), new Point(0, 0))
|
|
50853
|
-
], true);
|
|
50853
|
+
], true, "#FFFFFF", "#000000");
|
|
50854
50854
|
var defaultHandData = {
|
|
50855
50855
|
itemType: "Hand",
|
|
50856
50856
|
ownerId: ""
|
|
@@ -50901,6 +50901,7 @@ class Hand extends BaseItem {
|
|
|
50901
50901
|
if (this.transformationRenderBlock) {
|
|
50902
50902
|
return;
|
|
50903
50903
|
}
|
|
50904
|
+
this.path.render(context);
|
|
50904
50905
|
if (localStorage.getItem("currentUser") === this.ownerId || !this.ownerId) {
|
|
50905
50906
|
super.render(context);
|
|
50906
50907
|
}
|
package/dist/esm/browser.js
CHANGED
|
@@ -48226,7 +48226,7 @@ var handPath = new Path([
|
|
|
48226
48226
|
new Line(new Point(100, 0), new Point(100, 100)),
|
|
48227
48227
|
new Line(new Point(100, 100), new Point(0, 100)),
|
|
48228
48228
|
new Line(new Point(0, 100), new Point(0, 0))
|
|
48229
|
-
], true);
|
|
48229
|
+
], true, "#FFFFFF", "#000000");
|
|
48230
48230
|
var defaultHandData = {
|
|
48231
48231
|
itemType: "Hand",
|
|
48232
48232
|
ownerId: ""
|
|
@@ -48277,6 +48277,7 @@ class Hand extends BaseItem {
|
|
|
48277
48277
|
if (this.transformationRenderBlock) {
|
|
48278
48278
|
return;
|
|
48279
48279
|
}
|
|
48280
|
+
this.path.render(context);
|
|
48280
48281
|
if (localStorage.getItem("currentUser") === this.ownerId || !this.ownerId) {
|
|
48281
48282
|
super.render(context);
|
|
48282
48283
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -48219,7 +48219,7 @@ var handPath = new Path([
|
|
|
48219
48219
|
new Line(new Point(100, 0), new Point(100, 100)),
|
|
48220
48220
|
new Line(new Point(100, 100), new Point(0, 100)),
|
|
48221
48221
|
new Line(new Point(0, 100), new Point(0, 0))
|
|
48222
|
-
], true);
|
|
48222
|
+
], true, "#FFFFFF", "#000000");
|
|
48223
48223
|
var defaultHandData = {
|
|
48224
48224
|
itemType: "Hand",
|
|
48225
48225
|
ownerId: ""
|
|
@@ -48270,6 +48270,7 @@ class Hand extends BaseItem {
|
|
|
48270
48270
|
if (this.transformationRenderBlock) {
|
|
48271
48271
|
return;
|
|
48272
48272
|
}
|
|
48273
|
+
this.path.render(context);
|
|
48273
48274
|
if (localStorage.getItem("currentUser") === this.ownerId || !this.ownerId) {
|
|
48274
48275
|
super.render(context);
|
|
48275
48276
|
}
|
package/dist/esm/node.js
CHANGED
|
@@ -50687,7 +50687,7 @@ var handPath = new Path([
|
|
|
50687
50687
|
new Line(new Point(100, 0), new Point(100, 100)),
|
|
50688
50688
|
new Line(new Point(100, 100), new Point(0, 100)),
|
|
50689
50689
|
new Line(new Point(0, 100), new Point(0, 0))
|
|
50690
|
-
], true);
|
|
50690
|
+
], true, "#FFFFFF", "#000000");
|
|
50691
50691
|
var defaultHandData = {
|
|
50692
50692
|
itemType: "Hand",
|
|
50693
50693
|
ownerId: ""
|
|
@@ -50738,6 +50738,7 @@ class Hand extends BaseItem {
|
|
|
50738
50738
|
if (this.transformationRenderBlock) {
|
|
50739
50739
|
return;
|
|
50740
50740
|
}
|
|
50741
|
+
this.path.render(context);
|
|
50741
50742
|
if (localStorage.getItem("currentUser") === this.ownerId || !this.ownerId) {
|
|
50742
50743
|
super.render(context);
|
|
50743
50744
|
}
|