@babylonjs/node-editor 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.
@@ -2862,6 +2862,7 @@ import * as React from "react";
2862
2862
  import { LockObject } from "@babylonjs/node-editor/tabs/propertyGrids/lockObject";
2863
2863
  interface INumericInputProps {
2864
2864
  label: string;
2865
+ labelTooltip?: string;
2865
2866
  value: number;
2866
2867
  step?: number;
2867
2868
  onChange: (value: number) => void;
@@ -3741,6 +3742,7 @@ import * as React from "react";
3741
3742
  import { LockObject } from "@babylonjs/node-editor/tabs/propertyGrids/lockObject";
3742
3743
  interface INumericInputComponentProps {
3743
3744
  label: string;
3745
+ labelTooltip?: string;
3744
3746
  value: number;
3745
3747
  step?: number;
3746
3748
  onChange: (value: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-editor",
3
- "version": "7.22.0",
3
+ "version": "7.22.2",
4
4
  "main": "dist/babylon.nodeEditor.max.js",
5
5
  "module": "dist/babylon.nodeEditor.max.js",
6
6
  "esnext": "dist/babylon.nodeEditor.max.js",
@@ -23,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "^7.22.0",
26
+ "@babylonjs/core": "^7.22.2",
27
27
  "react": "^17.0.2",
28
28
  "react-dom": "^17.0.2"
29
29
  },