babylonjs-gui-editor 7.31.1 → 7.31.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.
|
@@ -2918,6 +2918,7 @@ interface ISliderLineComponentProps {
|
|
|
2918
2918
|
iconLabel?: string;
|
|
2919
2919
|
lockObject: LockObject;
|
|
2920
2920
|
unit?: React.ReactNode;
|
|
2921
|
+
allowOverflow?: boolean;
|
|
2921
2922
|
}
|
|
2922
2923
|
export class SliderLineComponent extends React.Component<ISliderLineComponentProps, {
|
|
2923
2924
|
value: number;
|
|
@@ -7362,6 +7363,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
7362
7363
|
iconLabel?: string;
|
|
7363
7364
|
lockObject: BABYLON.GuiEditor.SharedUIComponents.LockObject;
|
|
7364
7365
|
unit?: React.ReactNode;
|
|
7366
|
+
allowOverflow?: boolean;
|
|
7365
7367
|
}
|
|
7366
7368
|
export class SliderLineComponent extends React.Component<ISliderLineComponentProps, {
|
|
7367
7369
|
value: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui-editor",
|
|
3
|
-
"version": "7.31.
|
|
3
|
+
"version": "7.31.2",
|
|
4
4
|
"main": "babylon.guiEditor.max.js",
|
|
5
5
|
"types": "babylon.guiEditor.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.* -g"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.31.
|
|
18
|
-
"babylonjs-gui": "^7.31.
|
|
17
|
+
"babylonjs": "^7.31.2",
|
|
18
|
+
"babylonjs-gui": "^7.31.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|