@babylonjs/gui-editor 7.35.0 → 7.35.2
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.
|
@@ -2249,6 +2249,7 @@ export class NodeLink {
|
|
|
2249
2249
|
private _onSelectionChangedObserver;
|
|
2250
2250
|
private _isVisible;
|
|
2251
2251
|
private _isTargetCandidate;
|
|
2252
|
+
private _gradient;
|
|
2252
2253
|
onDisposedObservable: Observable<NodeLink>;
|
|
2253
2254
|
get isTargetCandidate(): boolean;
|
|
2254
2255
|
set isTargetCandidate(value: boolean);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/gui-editor",
|
|
3
|
-
"version": "7.35.
|
|
3
|
+
"version": "7.35.2",
|
|
4
4
|
"main": "dist/babylon.guiEditor.max.js",
|
|
5
5
|
"module": "dist/babylon.guiEditor.max.js",
|
|
6
6
|
"esnext": "dist/babylon.guiEditor.max.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@types/react-dom": ">=16.0.9"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babylonjs/core": "^7.35.
|
|
28
|
-
"@babylonjs/gui": "^7.35.
|
|
27
|
+
"@babylonjs/core": "^7.35.2",
|
|
28
|
+
"@babylonjs/gui": "^7.35.2",
|
|
29
29
|
"react": "^17.0.2",
|
|
30
30
|
"react-dom": "^17.0.2"
|
|
31
31
|
},
|