@xyo-network/react-debug 7.3.10 → 7.4.1
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.
- package/dist/browser/components/BoundWitnessDebugger.stories.d.ts +3 -3
- package/dist/browser/components/PayloadDebugger.stories.d.ts +1 -1
- package/dist/browser/hooks/useDebugBoundWitness.d.ts +12 -11
- package/dist/browser/hooks/useDebugBoundWitness.d.ts.map +1 -1
- package/dist/browser/hooks/useDebugPayload.d.ts +2 -10
- package/dist/browser/hooks/useDebugPayload.d.ts.map +1 -1
- package/package.json +19 -19
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithValid: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithInValid: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./BoundWitnessDebugger.tsx").BoundWitnessDebuggerProps>;
|
|
5
|
+
declare const WithValid: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./BoundWitnessDebugger.tsx").BoundWitnessDebuggerProps>;
|
|
6
|
+
declare const WithInValid: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./BoundWitnessDebugger.tsx").BoundWitnessDebuggerProps>;
|
|
7
7
|
export { Default, WithInValid, WithValid, };
|
|
8
8
|
//# sourceMappingURL=BoundWitnessDebugger.stories.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, {}>;
|
|
5
5
|
export { Default };
|
|
6
6
|
//# sourceMappingURL=PayloadDebugger.stories.d.ts.map
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
export declare const useDebugBoundWitness: (input?: string) => {
|
|
2
|
-
boundWitness:
|
|
2
|
+
boundWitness: {
|
|
3
|
+
schema: "network.xyo.boundwitness";
|
|
4
|
+
addresses: import("@xylabs/hex").Address[];
|
|
5
|
+
payload_hashes: import("@xylabs/hex").Hash[];
|
|
6
|
+
payload_schemas: string[];
|
|
7
|
+
previous_hashes: (import("@xylabs/hex").Hash | null)[];
|
|
8
|
+
$signatures: (import("@xylabs/hex").Hex | null)[];
|
|
9
|
+
$destination?: import("@xylabs/hex").Address | undefined;
|
|
10
|
+
$sourceQuery?: import("@xylabs/hex").Hash | undefined;
|
|
11
|
+
} | undefined;
|
|
3
12
|
errors: Error[];
|
|
4
13
|
valid: boolean;
|
|
5
|
-
rootHash: import("@xylabs/
|
|
6
|
-
|
|
7
|
-
}>, {
|
|
8
|
-
readonly __hash: true;
|
|
9
|
-
}> | undefined;
|
|
10
|
-
dataHash: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
11
|
-
readonly __hex: true;
|
|
12
|
-
}>, {
|
|
13
|
-
readonly __hash: true;
|
|
14
|
-
}> | undefined;
|
|
14
|
+
rootHash: import("@xylabs/hex").Hash | undefined;
|
|
15
|
+
dataHash: import("@xylabs/hex").Hash | undefined;
|
|
15
16
|
};
|
|
16
17
|
//# sourceMappingURL=useDebugBoundWitness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDebugBoundWitness.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebugBoundWitness.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM
|
|
1
|
+
{"version":3,"file":"useDebugBoundWitness.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebugBoundWitness.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM;;;;;;;;;;;;;;;CAalD,CAAA"}
|
|
@@ -2,15 +2,7 @@ export declare const useDebugPayload: (input?: string) => {
|
|
|
2
2
|
payload: import("@xyo-network/payload-model").Payload | undefined;
|
|
3
3
|
errors: Error[];
|
|
4
4
|
valid: boolean;
|
|
5
|
-
rootHash: import("@xylabs/
|
|
6
|
-
|
|
7
|
-
}>, {
|
|
8
|
-
readonly __hash: true;
|
|
9
|
-
}> | undefined;
|
|
10
|
-
dataHash: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
11
|
-
readonly __hex: true;
|
|
12
|
-
}>, {
|
|
13
|
-
readonly __hash: true;
|
|
14
|
-
}> | undefined;
|
|
5
|
+
rootHash: import("@xylabs/hex").Hash | undefined;
|
|
6
|
+
dataHash: import("@xylabs/hex").Hash | undefined;
|
|
15
7
|
};
|
|
16
8
|
//# sourceMappingURL=useDebugPayload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDebugPayload.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebugPayload.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAAI,QAAQ,MAAM
|
|
1
|
+
{"version":3,"file":"useDebugPayload.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebugPayload.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAAI,QAAQ,MAAM;;;;;;CAQ7C,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-debug",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -45,30 +45,30 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@xylabs/react-error": "~7.1.8",
|
|
47
47
|
"@xylabs/react-flexbox": "~7.1.8",
|
|
48
|
-
"@xyo-network/react-payload-raw-info": "^7.
|
|
49
|
-
"@xyo-network/react-shared": "^7.
|
|
48
|
+
"@xyo-network/react-payload-raw-info": "^7.4.1",
|
|
49
|
+
"@xyo-network/react-shared": "^7.4.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@mui/icons-material": "~7.3.
|
|
53
|
-
"@mui/material": "~7.3.
|
|
54
|
-
"@storybook/react-vite": "~
|
|
55
|
-
"@types/react": "
|
|
56
|
-
"@xylabs/ts-scripts-yarn3": "~7.
|
|
57
|
-
"@xylabs/tsconfig": "~7.
|
|
58
|
-
"@xylabs/tsconfig-dom": "~7.
|
|
59
|
-
"@xylabs/tsconfig-react": "~7.
|
|
60
|
-
"react": "
|
|
61
|
-
"react-dom": "
|
|
62
|
-
"react-router-dom": "^7.
|
|
63
|
-
"storybook": "~
|
|
64
|
-
"typescript": "
|
|
65
|
-
"vite": "~7.
|
|
52
|
+
"@mui/icons-material": "~7.3.6",
|
|
53
|
+
"@mui/material": "~7.3.6",
|
|
54
|
+
"@storybook/react-vite": "~10.1.4",
|
|
55
|
+
"@types/react": "^19.2.7",
|
|
56
|
+
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
57
|
+
"@xylabs/tsconfig": "~7.2.8",
|
|
58
|
+
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
59
|
+
"@xylabs/tsconfig-react": "~7.2.8",
|
|
60
|
+
"react": "^19.2.1",
|
|
61
|
+
"react-dom": "^19.2.1",
|
|
62
|
+
"react-router-dom": "^7.10.0",
|
|
63
|
+
"storybook": "~10.1.4",
|
|
64
|
+
"typescript": "^5.9.3",
|
|
65
|
+
"vite": "~7.2.6"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"@mui/icons-material": ">=6 <8",
|
|
69
69
|
"@mui/material": ">=6 <8",
|
|
70
|
-
"react": "
|
|
71
|
-
"react-dom": "
|
|
70
|
+
"react": "^19",
|
|
71
|
+
"react-dom": "^19",
|
|
72
72
|
"react-router-dom": "^7"
|
|
73
73
|
},
|
|
74
74
|
"publishConfig": {
|