@xyo-network/react-network 2.56.11 → 2.56.13

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.
@@ -15,5 +15,7 @@ export declare const networkPresets: (import("@xyo-network/payload-model").Schem
15
15
  })[] | undefined;
16
16
  schema: "network.xyo.network";
17
17
  slug: string;
18
+ } & {
19
+ schema: "network.xyo.network";
18
20
  })[];
19
21
  //# sourceMappingURL=default.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../src/lib/Config/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAiB,MAAM,sBAAsB,CAAA;AAKpE,eAAO,MAAM,qBAAqB,EAAE,cAAc,EAmBjD,CAAA;AAED,oDAAoD;AACpD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;IAAwB,CAAA"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../src/lib/Config/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAiB,MAAM,sBAAsB,CAAA;AAKpE,eAAO,MAAM,qBAAqB,EAAE,cAAc,EAmBjD,CAAA;AAED,oDAAoD;AACpD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;IAAwB,CAAA"}
@@ -12,6 +12,8 @@ export declare const findNetworkConfig: (slug: string, configs?: (import("@xyo-n
12
12
  })[] | undefined;
13
13
  schema: "network.xyo.network";
14
14
  slug: string;
15
+ } & {
16
+ schema: "network.xyo.network";
15
17
  })[]) => (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
16
18
  name?: string | undefined;
17
19
  nodes?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
@@ -26,6 +28,8 @@ export declare const findNetworkConfig: (slug: string, configs?: (import("@xyo-n
26
28
  })[] | undefined;
27
29
  schema: "network.xyo.network";
28
30
  slug: string;
31
+ } & {
32
+ schema: "network.xyo.network";
29
33
  }) | undefined;
30
34
  /** @deprecated use findNetworkConfig instead */
31
35
  export declare const findNetworkPreset: (slug: string, configs?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
@@ -42,6 +46,8 @@ export declare const findNetworkPreset: (slug: string, configs?: (import("@xyo-n
42
46
  })[] | undefined;
43
47
  schema: "network.xyo.network";
44
48
  slug: string;
49
+ } & {
50
+ schema: "network.xyo.network";
45
51
  })[]) => (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
46
52
  name?: string | undefined;
47
53
  nodes?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
@@ -56,5 +62,7 @@ export declare const findNetworkPreset: (slug: string, configs?: (import("@xyo-n
56
62
  })[] | undefined;
57
63
  schema: "network.xyo.network";
58
64
  slug: string;
65
+ } & {
66
+ schema: "network.xyo.network";
59
67
  }) | undefined;
60
68
  //# sourceMappingURL=find.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"find.d.ts","sourceRoot":"","sources":["../../../../src/lib/Config/find.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,SAAU,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7C,CAAA;AAED,gDAAgD;AAChD,eAAO,MAAM,iBAAiB,SAPU,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAOI,CAAA"}
1
+ {"version":3,"file":"find.d.ts","sourceRoot":"","sources":["../../../../src/lib/Config/find.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,SAAU,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7C,CAAA;AAED,gDAAgD;AAChD,eAAO,MAAM,iBAAiB,SAPU,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAOI,CAAA"}
package/package.json CHANGED
@@ -13,8 +13,8 @@
13
13
  "@xylabs/assert": "^2.9.3",
14
14
  "@xylabs/react-select": "^2.17.6",
15
15
  "@xylabs/react-shared": "^2.17.6",
16
- "@xyo-network/network": "^2.64.3",
17
- "@xyo-network/react-shared": "^2.56.11"
16
+ "@xyo-network/network": "^2.64.8",
17
+ "@xyo-network/react-shared": "^2.56.13"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@mui/icons-material": "^5",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "description": "Common React library for all XYO projects that use React",
29
29
  "devDependencies": {
30
- "@storybook/react": "^7.0.25",
30
+ "@storybook/react": "^7.0.26",
31
31
  "@xylabs/react-flexbox": "^2.17.6",
32
32
  "@xylabs/ts-scripts-yarn3": "^2.18.7",
33
33
  "@xylabs/tsconfig-react": "^2.18.7",
@@ -75,5 +75,5 @@
75
75
  },
76
76
  "sideEffects": false,
77
77
  "types": "dist/types/index.d.ts",
78
- "version": "2.56.11"
78
+ "version": "2.56.13"
79
79
  }