microboard-temp 0.13.3 → 0.13.4

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.
@@ -41067,8 +41067,8 @@ class Frame2 extends BaseItem {
41067
41067
  this.text = new RichText(board, this.textContainer, this.id, this.transformation, this.linkTo, this.name, true, false, "Frame", { ...conf.DEFAULT_TEXT_STYLES, fontSize: 18, fontColor: FRAME_TITLE_COLOR });
41068
41068
  this.text.editor.verticalAlignment = "bottom";
41069
41069
  this.text.setSelectionHorisontalAlignment("left");
41070
- this.textContainer.top = -25;
41071
- this.textContainer.bottom = -2;
41070
+ this.textContainer.top = -45;
41071
+ this.textContainer.bottom = -12;
41072
41072
  this.text.customTransformationMatrix = () => {
41073
41073
  const matrix = this.transformation.toMatrix();
41074
41074
  return new Matrix(matrix.translateX, matrix.translateY, 1, 1);
package/dist/cjs/index.js CHANGED
@@ -41067,8 +41067,8 @@ class Frame2 extends BaseItem {
41067
41067
  this.text = new RichText(board, this.textContainer, this.id, this.transformation, this.linkTo, this.name, true, false, "Frame", { ...conf.DEFAULT_TEXT_STYLES, fontSize: 18, fontColor: FRAME_TITLE_COLOR });
41068
41068
  this.text.editor.verticalAlignment = "bottom";
41069
41069
  this.text.setSelectionHorisontalAlignment("left");
41070
- this.textContainer.top = -25;
41071
- this.textContainer.bottom = -2;
41070
+ this.textContainer.top = -45;
41071
+ this.textContainer.bottom = -12;
41072
41072
  this.text.customTransformationMatrix = () => {
41073
41073
  const matrix = this.transformation.toMatrix();
41074
41074
  return new Matrix(matrix.translateX, matrix.translateY, 1, 1);
package/dist/cjs/node.js CHANGED
@@ -43540,8 +43540,8 @@ class Frame2 extends BaseItem {
43540
43540
  this.text = new RichText(board, this.textContainer, this.id, this.transformation, this.linkTo, this.name, true, false, "Frame", { ...conf.DEFAULT_TEXT_STYLES, fontSize: 18, fontColor: FRAME_TITLE_COLOR });
43541
43541
  this.text.editor.verticalAlignment = "bottom";
43542
43542
  this.text.setSelectionHorisontalAlignment("left");
43543
- this.textContainer.top = -25;
43544
- this.textContainer.bottom = -2;
43543
+ this.textContainer.top = -45;
43544
+ this.textContainer.bottom = -12;
43545
43545
  this.text.customTransformationMatrix = () => {
43546
43546
  const matrix = this.transformation.toMatrix();
43547
43547
  return new Matrix(matrix.translateX, matrix.translateY, 1, 1);
@@ -40896,8 +40896,8 @@ class Frame2 extends BaseItem {
40896
40896
  this.text = new RichText(board, this.textContainer, this.id, this.transformation, this.linkTo, this.name, true, false, "Frame", { ...conf.DEFAULT_TEXT_STYLES, fontSize: 18, fontColor: FRAME_TITLE_COLOR });
40897
40897
  this.text.editor.verticalAlignment = "bottom";
40898
40898
  this.text.setSelectionHorisontalAlignment("left");
40899
- this.textContainer.top = -25;
40900
- this.textContainer.bottom = -2;
40899
+ this.textContainer.top = -45;
40900
+ this.textContainer.bottom = -12;
40901
40901
  this.text.customTransformationMatrix = () => {
40902
40902
  const matrix = this.transformation.toMatrix();
40903
40903
  return new Matrix(matrix.translateX, matrix.translateY, 1, 1);
package/dist/esm/index.js CHANGED
@@ -40889,8 +40889,8 @@ class Frame2 extends BaseItem {
40889
40889
  this.text = new RichText(board, this.textContainer, this.id, this.transformation, this.linkTo, this.name, true, false, "Frame", { ...conf.DEFAULT_TEXT_STYLES, fontSize: 18, fontColor: FRAME_TITLE_COLOR });
40890
40890
  this.text.editor.verticalAlignment = "bottom";
40891
40891
  this.text.setSelectionHorisontalAlignment("left");
40892
- this.textContainer.top = -25;
40893
- this.textContainer.bottom = -2;
40892
+ this.textContainer.top = -45;
40893
+ this.textContainer.bottom = -12;
40894
40894
  this.text.customTransformationMatrix = () => {
40895
40895
  const matrix = this.transformation.toMatrix();
40896
40896
  return new Matrix(matrix.translateX, matrix.translateY, 1, 1);
package/dist/esm/node.js CHANGED
@@ -43357,8 +43357,8 @@ class Frame2 extends BaseItem {
43357
43357
  this.text = new RichText(board, this.textContainer, this.id, this.transformation, this.linkTo, this.name, true, false, "Frame", { ...conf.DEFAULT_TEXT_STYLES, fontSize: 18, fontColor: FRAME_TITLE_COLOR });
43358
43358
  this.text.editor.verticalAlignment = "bottom";
43359
43359
  this.text.setSelectionHorisontalAlignment("left");
43360
- this.textContainer.top = -25;
43361
- this.textContainer.bottom = -2;
43360
+ this.textContainer.top = -45;
43361
+ this.textContainer.bottom = -12;
43362
43362
  this.text.customTransformationMatrix = () => {
43363
43363
  const matrix = this.transformation.toMatrix();
43364
43364
  return new Matrix(matrix.translateX, matrix.translateY, 1, 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",