@xyo-network/react-module 7.4.0 → 7.4.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.
|
@@ -3,7 +3,7 @@ import type { DivinerInstance } from '@xyo-network/diviner-model';
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DivinerCard } from './Card.tsx';
|
|
5
5
|
declare const StorybookEntry: Meta<typeof DivinerCard>;
|
|
6
|
-
declare const SingleModule: import(".store/storybook-virtual-
|
|
6
|
+
declare const SingleModule: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "classes" | "children" | "className" | "sx" | "style" | "variant" | "elevation" | "square" | "raised"> & {
|
|
7
7
|
component?: React.ElementType;
|
|
8
8
|
} & import("../../../ModuleRenderProps.tsx").ModuleRenderProps<DivinerInstance<import("@xyo-network/diviner-model").DivinerParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/diviner-model").DivinerConfig>>, import("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload, import("@xyo-network/diviner-model").DivinerModuleEventData>>>;
|
|
9
9
|
export { SingleModule };
|
|
@@ -2,7 +2,7 @@ import type { Meta } from '@storybook/react-vite';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { ModuleCard } from './Card.tsx';
|
|
4
4
|
declare const StorybookEntry: Meta<typeof ModuleCard>;
|
|
5
|
-
declare const SingleModule: import(".store/storybook-virtual-
|
|
5
|
+
declare const SingleModule: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "classes" | "children" | "className" | "sx" | "style" | "variant" | "elevation" | "square" | "raised"> & {
|
|
6
6
|
component?: React.ElementType;
|
|
7
7
|
} & import("../../../ModuleRenderProps.tsx").ModuleRenderProps>;
|
|
8
8
|
export { SingleModule };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { ModuleDetailsBox } from './DetailsBox.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof ModuleDetailsBox>;
|
|
4
|
-
declare const NodeDetails: import(".store/storybook-virtual-
|
|
5
|
-
declare const ArchivistDetails: import(".store/storybook-virtual-
|
|
6
|
-
declare const DivinerDetails: import(".store/storybook-virtual-
|
|
4
|
+
declare const NodeDetails: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../ModuleRenderProps.tsx").ModuleRenderProps & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
5
|
+
declare const ArchivistDetails: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../ModuleRenderProps.tsx").ModuleRenderProps & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
6
|
+
declare const DivinerDetails: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../ModuleRenderProps.tsx").ModuleRenderProps & import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
7
7
|
export { ArchivistDetails, DivinerDetails, NodeDetails, };
|
|
8
8
|
export default StorybookEntry;
|
|
9
9
|
//# sourceMappingURL=DetailsBox.stories.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-module",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,43 +43,43 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/eth-address": "~5.0.
|
|
46
|
+
"@xylabs/eth-address": "~5.0.50",
|
|
47
47
|
"@xylabs/react-button": "~7.1.8",
|
|
48
48
|
"@xylabs/react-crypto": "~7.1.8",
|
|
49
49
|
"@xylabs/react-flexbox": "~7.1.8",
|
|
50
50
|
"@xylabs/react-promise": "~7.1.8",
|
|
51
|
-
"@xyo-network/diviner-model": "~5.2.
|
|
52
|
-
"@xyo-network/module-model": "~5.2.
|
|
53
|
-
"@xyo-network/react-shared": "^7.4.
|
|
51
|
+
"@xyo-network/diviner-model": "~5.2.17",
|
|
52
|
+
"@xyo-network/module-model": "~5.2.17",
|
|
53
|
+
"@xyo-network/react-shared": "^7.4.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@mui/icons-material": "~7.3.
|
|
57
|
-
"@mui/material": "~7.3.
|
|
58
|
-
"@storybook/react-vite": "~10.
|
|
59
|
-
"@types/react": "
|
|
60
|
-
"@xylabs/hex": "~5.0.
|
|
56
|
+
"@mui/icons-material": "~7.3.6",
|
|
57
|
+
"@mui/material": "~7.3.6",
|
|
58
|
+
"@storybook/react-vite": "~10.1.4",
|
|
59
|
+
"@types/react": "^19.2.7",
|
|
60
|
+
"@xylabs/hex": "~5.0.50",
|
|
61
61
|
"@xylabs/react-async-effect": "~7.1.8",
|
|
62
62
|
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
63
63
|
"@xylabs/tsconfig": "~7.2.8",
|
|
64
64
|
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
65
65
|
"@xylabs/tsconfig-react": "~7.2.8",
|
|
66
|
-
"@xyo-network/archivist": "~5.2.
|
|
67
|
-
"@xyo-network/archivist-memory": "~5.2.
|
|
68
|
-
"@xyo-network/crypto-asset-plugin": "~5.2.
|
|
69
|
-
"@xyo-network/diviner-address-history": "~5.2.
|
|
70
|
-
"@xyo-network/node-memory": "~5.2.
|
|
71
|
-
"react": "
|
|
72
|
-
"react-dom": "
|
|
73
|
-
"react-router-dom": "^7.
|
|
74
|
-
"storybook": "~10.
|
|
75
|
-
"typescript": "
|
|
76
|
-
"vite": "~7.2.
|
|
66
|
+
"@xyo-network/archivist": "~5.2.17",
|
|
67
|
+
"@xyo-network/archivist-memory": "~5.2.17",
|
|
68
|
+
"@xyo-network/crypto-asset-plugin": "~5.2.4",
|
|
69
|
+
"@xyo-network/diviner-address-history": "~5.2.17",
|
|
70
|
+
"@xyo-network/node-memory": "~5.2.17",
|
|
71
|
+
"react": "^19.2.1",
|
|
72
|
+
"react-dom": "^19.2.1",
|
|
73
|
+
"react-router-dom": "^7.10.0",
|
|
74
|
+
"storybook": "~10.1.4",
|
|
75
|
+
"typescript": "^5.9.3",
|
|
76
|
+
"vite": "~7.2.6"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@mui/icons-material": ">=6 <8",
|
|
80
80
|
"@mui/material": ">=6 <8",
|
|
81
|
-
"react": "
|
|
82
|
-
"react-dom": "
|
|
81
|
+
"react": "^19",
|
|
82
|
+
"react-dom": "^19",
|
|
83
83
|
"react-router-dom": "^7"
|
|
84
84
|
},
|
|
85
85
|
"publishConfig": {
|