@babylonjs/shared-ui-components 5.45.2 → 5.46.0

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.
@@ -2,4 +2,4 @@ import type { GraphNode } from "./graphNode";
2
2
  import type { NodeLink } from "./nodeLink";
3
3
  import type { FramePortData } from "./types/framePortData";
4
4
  export declare const IsFramePortData: (variableToCheck: any) => variableToCheck is FramePortData;
5
- export declare const RefreshNode: (node: GraphNode, visitedNodes?: Set<GraphNode> | undefined, visitedLinks?: Set<NodeLink> | undefined) => void;
5
+ export declare const RefreshNode: (node: GraphNode, visitedNodes?: Set<GraphNode>, visitedLinks?: Set<NodeLink>) => void;
@@ -1,6 +1,6 @@
1
1
  import type { GraphFrame } from "../graphFrame";
2
2
  declare type FrameNodePort = import("../frameNodePort").FrameNodePort;
3
- export declare type FramePortData = {
3
+ export type FramePortData = {
4
4
  frame: GraphFrame;
5
5
  port: FrameNodePort;
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/shared-ui-components",
3
- "version": "5.45.2",
3
+ "version": "5.46.0",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",