@babylonjs/gui-editor 7.31.0 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/gui-editor",
3
- "version": "7.31.0",
3
+ "version": "7.31.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.31.0",
28
- "@babylonjs/gui": "^7.31.0",
27
+ "@babylonjs/core": "^7.31.2",
28
+ "@babylonjs/gui": "^7.31.2",
29
29
  "react": "^17.0.2",
30
30
  "react-dom": "^17.0.2"
31
31
  },