@babylonjs/gui-editor 5.22.0 → 5.22.1
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.
@@ -805,7 +805,7 @@ import { Vector2 } from "@babylonjs/core/Maths/math.vector";
|
|
805
805
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
806
806
|
import { GlobalState } from "@babylonjs/gui-editor/globalState";
|
807
807
|
import { PropertyChangedEvent } from "@babylonjs/gui-editor/propertyChangedEvent";
|
808
|
-
export type DimensionProperties = "width" | "left" | "height" | "top" | "paddingLeft" | "paddingRight" | "paddingTop" | "paddingBottom" | "fontSize";
|
808
|
+
export type DimensionProperties = "width" | "left" | "height" | "top" | "paddingLeft" | "paddingRight" | "paddingTop" | "paddingBottom" | "fontSize" | "linkOffsetX" | "linkOffsetY";
|
809
809
|
export class Rect {
|
810
810
|
top: number;
|
811
811
|
left: number;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/gui-editor",
|
3
|
-
"version": "5.22.
|
3
|
+
"version": "5.22.1",
|
4
4
|
"main": "dist/babylon.guiEditor.max.js",
|
5
5
|
"module": "dist/babylon.guiEditor.max.js",
|
6
6
|
"esnext": "dist/babylon.guiEditor.max.js",
|
@@ -18,14 +18,14 @@
|
|
18
18
|
"clean": "rimraf dist"
|
19
19
|
},
|
20
20
|
"peerDependencies": {
|
21
|
-
"@babylonjs/core": "^5.
|
22
|
-
"@babylonjs/gui": "^5.
|
21
|
+
"@babylonjs/core": "^5.22.0",
|
22
|
+
"@babylonjs/gui": "^5.22.0",
|
23
23
|
"@types/react": ">=16.7.3",
|
24
24
|
"@types/react-dom": ">=16.0.9"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@babylonjs/core": "^5.22.
|
28
|
-
"@babylonjs/gui": "^5.22.
|
27
|
+
"@babylonjs/core": "^5.22.1",
|
28
|
+
"@babylonjs/gui": "^5.22.1",
|
29
29
|
"react": "^17.0.2",
|
30
30
|
"react-dom": "^17.0.2",
|
31
31
|
"rimraf": "^3.0.2",
|