@xyo-network/react-node-renderer 2.49.13 → 2.51.0-rc.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/cjs/components/index.js +1 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/docs.json +19310 -779
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/package.json +25 -24
- package/src/components/index.ts +1 -0
- package/typedoc.json +5 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/react-async-effect": "^2.17.
|
|
14
|
-
"@xylabs/react-flexbox": "^2.17.
|
|
15
|
-
"@xylabs/react-shared": "^2.17.
|
|
16
|
-
"@xyo-network/archivist-model": "^2.
|
|
17
|
-
"@xyo-network/diviner-model": "^2.
|
|
18
|
-
"@xyo-network/module": "^2.
|
|
19
|
-
"@xyo-network/node": "^2.
|
|
20
|
-
"@xyo-network/react-archivist": "^2.
|
|
21
|
-
"@xyo-network/react-module": "^2.
|
|
22
|
-
"@xyo-network/react-node": "^2.
|
|
23
|
-
"@xyo-network/react-shared": "^2.
|
|
24
|
-
"cytoscape": "^3.
|
|
13
|
+
"@xylabs/react-async-effect": "^2.17.3",
|
|
14
|
+
"@xylabs/react-flexbox": "^2.17.3",
|
|
15
|
+
"@xylabs/react-shared": "^2.17.3",
|
|
16
|
+
"@xyo-network/archivist-model": "^2.60.0-rc.2",
|
|
17
|
+
"@xyo-network/diviner-model": "^2.60.0-rc.2",
|
|
18
|
+
"@xyo-network/module": "^2.60.0-rc.2",
|
|
19
|
+
"@xyo-network/node": "^2.60.0-rc.2",
|
|
20
|
+
"@xyo-network/react-archivist": "^2.51.0-rc.1",
|
|
21
|
+
"@xyo-network/react-module": "^2.51.0-rc.1",
|
|
22
|
+
"@xyo-network/react-node": "^2.51.0-rc.1",
|
|
23
|
+
"@xyo-network/react-shared": "^2.51.0-rc.1",
|
|
24
|
+
"cytoscape": "^3.25.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@mui/icons-material": "^5",
|
|
@@ -33,21 +33,21 @@
|
|
|
33
33
|
"react-router-dom": "^6"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@storybook/react": "^7.0.
|
|
36
|
+
"@storybook/react": "^7.0.18",
|
|
37
37
|
"@types/cytoscape": "^3.19.9",
|
|
38
38
|
"@types/react-dom": "^18.2.4",
|
|
39
39
|
"@xylabs/ts-scripts-yarn3": "^2.17.13",
|
|
40
40
|
"@xylabs/tsconfig-react": "^2.17.13",
|
|
41
|
-
"@xyo-network/account": "^2.
|
|
42
|
-
"@xyo-network/archivist": "^2.
|
|
43
|
-
"@xyo-network/bridge": "^2.
|
|
44
|
-
"@xyo-network/id-plugin": "^2.
|
|
45
|
-
"@xyo-network/module": "^2.
|
|
46
|
-
"@xyo-network/node": "^2.
|
|
47
|
-
"@xyo-network/react-node": "^2.
|
|
48
|
-
"@xyo-network/react-storybook": "^2.
|
|
49
|
-
"@xyo-network/react-wallet": "^2.
|
|
50
|
-
"@xyo-network/sentinel": "^2.
|
|
41
|
+
"@xyo-network/account": "^2.60.0-rc.2",
|
|
42
|
+
"@xyo-network/archivist": "^2.60.0-rc.2",
|
|
43
|
+
"@xyo-network/bridge": "^2.60.0-rc.2",
|
|
44
|
+
"@xyo-network/id-plugin": "^2.60.0-rc.2",
|
|
45
|
+
"@xyo-network/module": "^2.60.0-rc.2",
|
|
46
|
+
"@xyo-network/node": "^2.60.0-rc.2",
|
|
47
|
+
"@xyo-network/react-node": "^2.51.0-rc.1",
|
|
48
|
+
"@xyo-network/react-storybook": "^2.51.0-rc.1",
|
|
49
|
+
"@xyo-network/react-wallet": "^2.51.0-rc.1",
|
|
50
|
+
"@xyo-network/sentinel": "^2.60.0-rc.2",
|
|
51
51
|
"typescript": "^5.0.4"
|
|
52
52
|
},
|
|
53
53
|
"description": "Common React library for all XYO projects that use React",
|
|
@@ -93,5 +93,6 @@
|
|
|
93
93
|
},
|
|
94
94
|
"sideEffects": false,
|
|
95
95
|
"types": "dist/types/index.d.ts",
|
|
96
|
-
"version": "2.
|
|
96
|
+
"version": "2.51.0-rc.1",
|
|
97
|
+
"stableVersion": "2.50.0"
|
|
97
98
|
}
|
package/src/components/index.ts
CHANGED