@xyo-network/react-node 2.81.6 → 2.81.7
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/package.json
CHANGED
|
@@ -10,35 +10,35 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@emotion/react": "^11.
|
|
14
|
-
"@emotion/styled": "^11.
|
|
15
|
-
"@mui/icons-material": "^5.16.
|
|
16
|
-
"@mui/material": "^5.16.
|
|
17
|
-
"@mui/styles": "^5.16.
|
|
18
|
-
"@mui/system": "^5.16.
|
|
19
|
-
"@mui/x-tree-view": "^7.
|
|
20
|
-
"@xylabs/exists": "^3.
|
|
21
|
-
"@xylabs/logger": "^3.
|
|
22
|
-
"@xylabs/object": "^3.
|
|
23
|
-
"@xylabs/react-async-effect": "^3.4.
|
|
24
|
-
"@xylabs/react-flexbox": "^3.4.
|
|
25
|
-
"@xylabs/react-promise": "^3.4.
|
|
26
|
-
"@xylabs/react-shared": "^3.4.
|
|
27
|
-
"@xyo-network/module-abstract": "^2.110.
|
|
28
|
-
"@xyo-network/module-model": "^2.110.
|
|
29
|
-
"@xyo-network/node-model": "^2.110.
|
|
30
|
-
"@xyo-network/payload-model": "^2.110.
|
|
31
|
-
"@xyo-network/react-node-context": "^2.81.
|
|
32
|
-
"@xyo-network/react-node-provider": "^2.81.
|
|
13
|
+
"@emotion/react": "^11.13.0",
|
|
14
|
+
"@emotion/styled": "^11.13.0",
|
|
15
|
+
"@mui/icons-material": "^5.16.4",
|
|
16
|
+
"@mui/material": "^5.16.4",
|
|
17
|
+
"@mui/styles": "^5.16.4",
|
|
18
|
+
"@mui/system": "^5.16.4",
|
|
19
|
+
"@mui/x-tree-view": "^7.11.0",
|
|
20
|
+
"@xylabs/exists": "^3.6.4",
|
|
21
|
+
"@xylabs/logger": "^3.6.4",
|
|
22
|
+
"@xylabs/object": "^3.6.4",
|
|
23
|
+
"@xylabs/react-async-effect": "^3.4.1",
|
|
24
|
+
"@xylabs/react-flexbox": "^3.4.1",
|
|
25
|
+
"@xylabs/react-promise": "^3.4.1",
|
|
26
|
+
"@xylabs/react-shared": "^3.4.1",
|
|
27
|
+
"@xyo-network/module-abstract": "^2.110.7",
|
|
28
|
+
"@xyo-network/module-model": "^2.110.7",
|
|
29
|
+
"@xyo-network/node-model": "^2.110.7",
|
|
30
|
+
"@xyo-network/payload-model": "^2.110.7",
|
|
31
|
+
"@xyo-network/react-node-context": "^2.81.7",
|
|
32
|
+
"@xyo-network/react-node-provider": "^2.81.7"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@storybook/react": "^7.6.20",
|
|
36
|
-
"@xylabs/ts-scripts-yarn3": "^3.12.
|
|
37
|
-
"@xylabs/tsconfig-react": "^3.12.
|
|
38
|
-
"@xyo-network/node-memory": "^2.110.
|
|
39
|
-
"@xyo-network/payload-model": "^2.110.
|
|
40
|
-
"@xyo-network/react-storybook": "^2.81.
|
|
41
|
-
"@xyo-network/react-wallet": "^2.81.
|
|
36
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.4",
|
|
37
|
+
"@xylabs/tsconfig-react": "^3.12.4",
|
|
38
|
+
"@xyo-network/node-memory": "^2.110.7",
|
|
39
|
+
"@xyo-network/payload-model": "^2.110.7",
|
|
40
|
+
"@xyo-network/react-storybook": "^2.81.7",
|
|
41
|
+
"@xyo-network/react-wallet": "^2.81.7",
|
|
42
42
|
"typescript": "^5.5.3"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
},
|
|
97
97
|
"sideEffects": false,
|
|
98
98
|
"types": "dist/browser/index.d.ts",
|
|
99
|
-
"version": "2.81.
|
|
99
|
+
"version": "2.81.7",
|
|
100
100
|
"type": "module"
|
|
101
101
|
}
|
|
@@ -6,9 +6,9 @@ import { MemoryNodeProvider } from '@xyo-network/react-node-provider'
|
|
|
6
6
|
import { DefaultSeedPhrase } from '@xyo-network/react-storybook'
|
|
7
7
|
import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
8
8
|
|
|
9
|
-
import { useWeakProvidedNode } from '../hooks'
|
|
10
|
-
import { NodeBox } from './Node'
|
|
11
|
-
import { TestModule, TestModuleConfigSchema } from './TestModule'
|
|
9
|
+
import { useWeakProvidedNode } from '../hooks/index.js'
|
|
10
|
+
import { NodeBox } from './Node.js'
|
|
11
|
+
import { TestModule, TestModuleConfigSchema } from './TestModule.js'
|
|
12
12
|
|
|
13
13
|
const TestModuleName = 'TestModule'
|
|
14
14
|
|
|
@@ -4,7 +4,7 @@ import { FlexCol } from '@xylabs/react-flexbox'
|
|
|
4
4
|
import { NodeConfigSchema } from '@xyo-network/node-model'
|
|
5
5
|
import { MemoryNodeProvider, NodeDrawerProvider, useNodeDrawer } from '@xyo-network/react-node-provider'
|
|
6
6
|
|
|
7
|
-
import { NodeDrawer } from './NodeDrawer'
|
|
7
|
+
import { NodeDrawer } from './NodeDrawer.js'
|
|
8
8
|
|
|
9
9
|
const ProviderDecorator: Decorator = (Story, args) => (
|
|
10
10
|
<MemoryNodeProvider config={{ schema: NodeConfigSchema }}>
|