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

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/dist/docs.json +101 -0
  2. package/package.json +7 -7
package/dist/docs.json ADDED
@@ -0,0 +1,101 @@
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/054b74ae/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/054b74ae/packages/sdk/packages/embed/src/index.ts#L1"
99
+ }
100
+ ]
101
+ }
package/package.json CHANGED
@@ -17,10 +17,10 @@
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/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",
20
+ "@xyo-network/react-auth-service": "^2.32.0-rc.4",
21
+ "@xyo-network/react-payload-plugin": "^2.32.0-rc.4",
22
+ "@xyo-network/react-shared": "^2.32.0-rc.4",
23
+ "@xyo-network/react-webapp": "^2.32.0-rc.4",
24
24
  "react": "^18.2.0",
25
25
  "react-dom": "^18.2.0",
26
26
  "tslib": "^2.4.0"
@@ -42,8 +42,8 @@
42
42
  "devDependencies": {
43
43
  "@storybook/react": "^6.5.10",
44
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",
45
+ "@xyo-network/react-aggregate-price-plugin": "^2.32.0-rc.4",
46
+ "@xyo-network/react-crypto-market-uniswap-plugin": "^2.32.0-rc.4",
47
47
  "@xyo-network/uniswap-crypto-market-payload-plugin": "^2.30.0-rc.3",
48
48
  "react-router-dom": "^6.3.0",
49
49
  "require-from-string": "^2.0.2"
@@ -90,6 +90,6 @@
90
90
  },
91
91
  "sideEffects": false,
92
92
  "types": "dist/esm/index.d.ts",
93
- "version": "2.32.0-rc.3",
93
+ "version": "2.32.0-rc.4",
94
94
  "stableVersion": "2.31.2"
95
95
  }