@xyo-network/react-embed 2.32.0-rc.2 → 2.32.0-rc.3

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.
Files changed (2) hide show
  1. package/package.json +24 -11
  2. package/dist/docs.json +0 -101
package/package.json CHANGED
@@ -17,23 +17,36 @@
17
17
  "@xylabs/react-flexbox": "^2.14.14",
18
18
  "@xylabs/react-shared": "^2.14.14",
19
19
  "@xylabs/sdk-js": "^2.6.7",
20
- "@xyo-network/api": "^2.30.0-rc.3",
21
- "@xyo-network/payload": "^2.30.0-rc.3",
22
- "@xyo-network/react-auth-service": "^2.32.0-rc.2",
23
- "@xyo-network/react-payload-plugin": "^2.32.0-rc.2",
24
- "@xyo-network/react-shared": "^2.32.0-rc.2",
25
- "@xyo-network/react-webapp": "^2.32.0-rc.2",
26
- "@xyo-network/utils": "^2.30.0-rc.3",
20
+ "@xyo-network/react-auth-service": "^2.32.0-rc.3",
21
+ "@xyo-network/react-payload-plugin": "^2.32.0-rc.3",
22
+ "@xyo-network/react-shared": "^2.32.0-rc.3",
23
+ "@xyo-network/react-webapp": "^2.32.0-rc.3",
27
24
  "react": "^18.2.0",
28
25
  "react-dom": "^18.2.0",
29
26
  "tslib": "^2.4.0"
30
27
  },
28
+ "peerDependencies": {
29
+ "@xyo-network/account": "^2.30.0-rc.3",
30
+ "@xyo-network/api": "^2.30.0-rc.3",
31
+ "@xyo-network/archivist": "^2.30.0-rc.3",
32
+ "@xyo-network/diviner": "^2.30.0-rc.3",
33
+ "@xyo-network/network": "^2.30.0-rc.3",
34
+ "@xyo-network/payload": "^2.30.0-rc.3",
35
+ "@xyo-network/payload-plugin": "^2.30.0-rc.3",
36
+ "@xyo-network/schema-payload-plugin": "^2.30.0-rc.3",
37
+ "@xyo-network/typeof": "^2.30.0-rc.3",
38
+ "@xyo-network/utils": "^2.30.0-rc.3",
39
+ "@xyo-network/wallet": "^2.30.0-rc.3"
40
+ },
31
41
  "description": "Common React library for all XYO projects that use React",
32
42
  "devDependencies": {
33
43
  "@storybook/react": "^6.5.10",
34
- "@xyo-network/react-aggregate-price-plugin": "^2.32.0-rc.2",
35
- "@xyo-network/react-crypto-market-uniswap-plugin": "^2.32.0-rc.2",
36
- "react-router-dom": "^6.3.0"
44
+ "@xyo-network/crypto-asset-payload-plugin": "^2.30.0-rc.3",
45
+ "@xyo-network/react-aggregate-price-plugin": "^2.32.0-rc.3",
46
+ "@xyo-network/react-crypto-market-uniswap-plugin": "^2.32.0-rc.3",
47
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "^2.30.0-rc.3",
48
+ "react-router-dom": "^6.3.0",
49
+ "require-from-string": "^2.0.2"
37
50
  },
38
51
  "browser": "dist/esm/index.js",
39
52
  "docs": "dist/docs.json",
@@ -77,6 +90,6 @@
77
90
  },
78
91
  "sideEffects": false,
79
92
  "types": "dist/esm/index.d.ts",
80
- "version": "2.32.0-rc.2",
93
+ "version": "2.32.0-rc.3",
81
94
  "stableVersion": "2.31.2"
82
95
  }
package/dist/docs.json DELETED
@@ -1,101 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/react-embed",
4
- "kind": 1,
5
- "kindString": "Project",
6
- "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 1,
11
- "name": "XyoEmbedPlugin",
12
- "kind": 64,
13
- "kindString": "Function",
14
- "flags": {},
15
- "sources": [
16
- {
17
- "fileName": "packages/sdk/packages/embed/src/components/XyoEmbedPlugin.tsx",
18
- "line": 9,
19
- "character": 13,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/84b79a9d/packages/sdk/packages/embed/src/components/XyoEmbedPlugin.tsx#L9"
21
- }
22
- ],
23
- "signatures": [
24
- {
25
- "id": 2,
26
- "name": "XyoEmbedPlugin",
27
- "kind": 4096,
28
- "kindString": "Call signature",
29
- "flags": {},
30
- "parameters": [
31
- {
32
- "id": 3,
33
- "name": "props",
34
- "kind": 32768,
35
- "kindString": "Parameter",
36
- "flags": {},
37
- "type": {
38
- "type": "reference",
39
- "name": "XyoEmbedPluginProps"
40
- }
41
- },
42
- {
43
- "id": 4,
44
- "name": "context",
45
- "kind": 32768,
46
- "kindString": "Parameter",
47
- "flags": {
48
- "isOptional": true
49
- },
50
- "type": {
51
- "type": "intrinsic",
52
- "name": "any"
53
- }
54
- }
55
- ],
56
- "type": {
57
- "type": "union",
58
- "types": [
59
- {
60
- "type": "literal",
61
- "value": null
62
- },
63
- {
64
- "type": "reference",
65
- "typeArguments": [
66
- {
67
- "type": "intrinsic",
68
- "name": "any"
69
- },
70
- {
71
- "type": "intrinsic",
72
- "name": "any"
73
- }
74
- ],
75
- "name": "ReactElement",
76
- "qualifiedName": "React.ReactElement",
77
- "package": "@types/react"
78
- }
79
- ]
80
- }
81
- }
82
- ]
83
- }
84
- ],
85
- "groups": [
86
- {
87
- "title": "Functions",
88
- "children": [
89
- 1
90
- ]
91
- }
92
- ],
93
- "sources": [
94
- {
95
- "fileName": "packages/sdk/packages/embed/src/index.ts",
96
- "line": 1,
97
- "character": 0,
98
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/84b79a9d/packages/sdk/packages/embed/src/index.ts#L1"
99
- }
100
- ]
101
- }