microboard-temp 0.5.141 → 0.5.142

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.
@@ -46204,10 +46204,8 @@ class AlignmentHelper {
46204
46204
  transformMap[id] = {
46205
46205
  class: "Transformation",
46206
46206
  item: [id],
46207
- method: "translateBy",
46208
- x,
46209
- y,
46210
- timeStamp
46207
+ method: "applyMatrix",
46208
+ matrix: { translateX: x, translateY: y, scaleX: 1, scaleY: 1, shearX: 0, shearY: 0 }
46211
46209
  };
46212
46210
  this.board.selection.transformMany(transformMap, timeStamp);
46213
46211
  }
package/dist/cjs/index.js CHANGED
@@ -46204,10 +46204,8 @@ class AlignmentHelper {
46204
46204
  transformMap[id] = {
46205
46205
  class: "Transformation",
46206
46206
  item: [id],
46207
- method: "translateBy",
46208
- x,
46209
- y,
46210
- timeStamp
46207
+ method: "applyMatrix",
46208
+ matrix: { translateX: x, translateY: y, scaleX: 1, scaleY: 1, shearX: 0, shearY: 0 }
46211
46209
  };
46212
46210
  this.board.selection.transformMany(transformMap, timeStamp);
46213
46211
  }
package/dist/cjs/node.js CHANGED
@@ -48677,10 +48677,8 @@ class AlignmentHelper {
48677
48677
  transformMap[id] = {
48678
48678
  class: "Transformation",
48679
48679
  item: [id],
48680
- method: "translateBy",
48681
- x,
48682
- y,
48683
- timeStamp
48680
+ method: "applyMatrix",
48681
+ matrix: { translateX: x, translateY: y, scaleX: 1, scaleY: 1, shearX: 0, shearY: 0 }
48684
48682
  };
48685
48683
  this.board.selection.transformMany(transformMap, timeStamp);
48686
48684
  }
@@ -46047,10 +46047,8 @@ class AlignmentHelper {
46047
46047
  transformMap[id] = {
46048
46048
  class: "Transformation",
46049
46049
  item: [id],
46050
- method: "translateBy",
46051
- x,
46052
- y,
46053
- timeStamp
46050
+ method: "applyMatrix",
46051
+ matrix: { translateX: x, translateY: y, scaleX: 1, scaleY: 1, shearX: 0, shearY: 0 }
46054
46052
  };
46055
46053
  this.board.selection.transformMany(transformMap, timeStamp);
46056
46054
  }
package/dist/esm/index.js CHANGED
@@ -46040,10 +46040,8 @@ class AlignmentHelper {
46040
46040
  transformMap[id] = {
46041
46041
  class: "Transformation",
46042
46042
  item: [id],
46043
- method: "translateBy",
46044
- x,
46045
- y,
46046
- timeStamp
46043
+ method: "applyMatrix",
46044
+ matrix: { translateX: x, translateY: y, scaleX: 1, scaleY: 1, shearX: 0, shearY: 0 }
46047
46045
  };
46048
46046
  this.board.selection.transformMany(transformMap, timeStamp);
46049
46047
  }
package/dist/esm/node.js CHANGED
@@ -48508,10 +48508,8 @@ class AlignmentHelper {
48508
48508
  transformMap[id] = {
48509
48509
  class: "Transformation",
48510
48510
  item: [id],
48511
- method: "translateBy",
48512
- x,
48513
- y,
48514
- timeStamp
48511
+ method: "applyMatrix",
48512
+ matrix: { translateX: x, translateY: y, scaleX: 1, scaleY: 1, shearX: 0, shearY: 0 }
48515
48513
  };
48516
48514
  this.board.selection.transformMany(transformMap, timeStamp);
48517
48515
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.5.141",
3
+ "version": "0.5.142",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",