@babylonjs/inspector 7.22.0 → 7.22.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.
|
@@ -6081,6 +6081,7 @@ import * as React from "react";
|
|
|
6081
6081
|
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
6082
6082
|
interface INumericInputProps {
|
|
6083
6083
|
label: string;
|
|
6084
|
+
labelTooltip?: string;
|
|
6084
6085
|
value: number;
|
|
6085
6086
|
step?: number;
|
|
6086
6087
|
onChange: (value: number) => void;
|
|
@@ -6960,6 +6961,7 @@ import * as React from "react";
|
|
|
6960
6961
|
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
6961
6962
|
interface INumericInputComponentProps {
|
|
6962
6963
|
label: string;
|
|
6964
|
+
labelTooltip?: string;
|
|
6963
6965
|
value: number;
|
|
6964
6966
|
step?: number;
|
|
6965
6967
|
onChange: (value: number) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/inspector",
|
|
3
|
-
"version": "7.22.
|
|
3
|
+
"version": "7.22.2",
|
|
4
4
|
"module": "dist/babylon.inspector.bundle.max.js",
|
|
5
5
|
"main": "dist/babylon.inspector.bundle.max.js",
|
|
6
6
|
"typings": "dist/babylon.inspector.module.d.ts",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@types/react-dom": ">=16.0.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babylonjs/core": "^7.22.
|
|
36
|
-
"@babylonjs/gui": "^7.22.
|
|
37
|
-
"@babylonjs/gui-editor": "^7.22.
|
|
38
|
-
"@babylonjs/loaders": "^7.22.
|
|
39
|
-
"@babylonjs/materials": "^7.22.
|
|
40
|
-
"@babylonjs/serializers": "^7.22.
|
|
35
|
+
"@babylonjs/core": "^7.22.2",
|
|
36
|
+
"@babylonjs/gui": "^7.22.2",
|
|
37
|
+
"@babylonjs/gui-editor": "^7.22.2",
|
|
38
|
+
"@babylonjs/loaders": "^7.22.2",
|
|
39
|
+
"@babylonjs/materials": "^7.22.2",
|
|
40
|
+
"@babylonjs/serializers": "^7.22.2",
|
|
41
41
|
"@lts/gui": "1.0.0",
|
|
42
42
|
"react": "^17.0.2",
|
|
43
43
|
"react-dom": "^17.0.2"
|