babylonjs-inspector 7.22.1 → 7.22.3
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.
package/babylon.inspector.d.ts
CHANGED
|
@@ -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;
|
|
@@ -12860,6 +12861,7 @@ declare module INSPECTOR {
|
|
|
12860
12861
|
declare module INSPECTOR.SharedUIComponents {
|
|
12861
12862
|
interface INumericInputProps {
|
|
12862
12863
|
label: string;
|
|
12864
|
+
labelTooltip?: string;
|
|
12863
12865
|
value: number;
|
|
12864
12866
|
step?: number;
|
|
12865
12867
|
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.3",
|
|
4
4
|
"main": "babylon.inspector.bundle.max.js",
|
|
5
5
|
"types": "babylon.inspector.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.22.
|
|
18
|
-
"babylonjs-gui": "^7.22.
|
|
19
|
-
"babylonjs-gui-editor": "^7.22.
|
|
20
|
-
"babylonjs-loaders": "^7.22.
|
|
21
|
-
"babylonjs-materials": "^7.22.
|
|
22
|
-
"babylonjs-serializers": "^7.22.
|
|
17
|
+
"babylonjs": "^7.22.3",
|
|
18
|
+
"babylonjs-gui": "^7.22.3",
|
|
19
|
+
"babylonjs-gui-editor": "^7.22.3",
|
|
20
|
+
"babylonjs-loaders": "^7.22.3",
|
|
21
|
+
"babylonjs-materials": "^7.22.3",
|
|
22
|
+
"babylonjs-serializers": "^7.22.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|