microboard-ui-temp 0.1.156 → 0.1.157
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.
|
@@ -235949,6 +235949,8 @@ class Transformation {
|
|
|
235949
235949
|
this.applyScaleBy(op.x, op.y);
|
|
235950
235950
|
} else if (op.method === "translateBy") {
|
|
235951
235951
|
this.applyTranslateBy(op.x, op.y);
|
|
235952
|
+
} else if (op.method === "translateTo") {
|
|
235953
|
+
this.applyTranslateTo(op.x, op.y);
|
|
235952
235954
|
}
|
|
235953
235955
|
}
|
|
235954
235956
|
applyScaleByRelativeTo(x, y, point3) {
|
package/dist/example.html
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
34
|
<link rel="stylesheet" crossorigin href="/chunk-zvtc1yhk.css"><script src="/env.js"></script>
|
|
35
|
-
<script type="module" crossorigin src="/chunk-
|
|
35
|
+
<script type="module" crossorigin src="/chunk-nscptzs9.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|
package/dist/index.js
CHANGED
|
@@ -235949,6 +235949,8 @@ class Transformation {
|
|
|
235949
235949
|
this.applyScaleBy(op.x, op.y);
|
|
235950
235950
|
} else if (op.method === "translateBy") {
|
|
235951
235951
|
this.applyTranslateBy(op.x, op.y);
|
|
235952
|
+
} else if (op.method === "translateTo") {
|
|
235953
|
+
this.applyTranslateTo(op.x, op.y);
|
|
235952
235954
|
}
|
|
235953
235955
|
}
|
|
235954
235956
|
applyScaleByRelativeTo(x, y, point3) {
|
package/dist/spa.js
CHANGED
|
@@ -235949,6 +235949,8 @@ class Transformation {
|
|
|
235949
235949
|
this.applyScaleBy(op.x, op.y);
|
|
235950
235950
|
} else if (op.method === "translateBy") {
|
|
235951
235951
|
this.applyTranslateBy(op.x, op.y);
|
|
235952
|
+
} else if (op.method === "translateTo") {
|
|
235953
|
+
this.applyTranslateTo(op.x, op.y);
|
|
235952
235954
|
}
|
|
235953
235955
|
}
|
|
235954
235956
|
applyScaleByRelativeTo(x, y, point3) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "microboard-ui-temp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.157",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
67
67
|
"js-cookie": "^3.0.5",
|
|
68
68
|
"jwt-decode": "^4.0.0",
|
|
69
|
-
"microboard-temp": "^0.5.
|
|
69
|
+
"microboard-temp": "^0.5.66",
|
|
70
70
|
"nanoid": "^5.1.5",
|
|
71
71
|
"prop-types": "^15.8.1",
|
|
72
72
|
"react-hot-toast": "2.4.1",
|