@xyo-network/react-wallet-service 2.26.43 → 2.26.46

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 +261 -2
  2. package/package.json +5 -6
package/dist/docs.json CHANGED
@@ -5,12 +5,271 @@
5
5
  "kindString": "Project",
6
6
  "flags": {},
7
7
  "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 6,
11
+ "name": "WalletServiceState",
12
+ "kind": 256,
13
+ "kindString": "Interface",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 7,
18
+ "name": "metaMaskWallet",
19
+ "kind": 1024,
20
+ "kindString": "Property",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "packages/sdk/wallet-service/src/contexts/State.ts",
25
+ "line": 5,
26
+ "character": 2,
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/wallet-service/src/contexts/State.ts#L5"
28
+ }
29
+ ],
30
+ "type": {
31
+ "type": "reference",
32
+ "name": "XyoMetaMaskConnector",
33
+ "qualifiedName": "XyoMetaMaskConnector",
34
+ "package": "@xyo-network/utils"
35
+ }
36
+ },
37
+ {
38
+ "id": 8,
39
+ "name": "provided",
40
+ "kind": 1024,
41
+ "kindString": "Property",
42
+ "flags": {},
43
+ "sources": [
44
+ {
45
+ "fileName": "packages/sdk/shared/dist/esm/contexts/contextEx/State.d.ts",
46
+ "line": 2,
47
+ "character": 4
48
+ }
49
+ ],
50
+ "type": {
51
+ "type": "intrinsic",
52
+ "name": "boolean"
53
+ },
54
+ "inheritedFrom": {
55
+ "type": "reference",
56
+ "name": "ContextExState.provided"
57
+ }
58
+ }
59
+ ],
60
+ "groups": [
61
+ {
62
+ "title": "Properties",
63
+ "children": [
64
+ 7,
65
+ 8
66
+ ]
67
+ }
68
+ ],
69
+ "sources": [
70
+ {
71
+ "fileName": "packages/sdk/wallet-service/src/contexts/State.ts",
72
+ "line": 4,
73
+ "character": 17,
74
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/wallet-service/src/contexts/State.ts#L4"
75
+ }
76
+ ],
77
+ "extendedTypes": [
78
+ {
79
+ "type": "reference",
80
+ "name": "ContextExState"
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "id": 1,
86
+ "name": "WalletServiceContext",
87
+ "kind": 32,
88
+ "kindString": "Variable",
89
+ "flags": {
90
+ "isConst": true
91
+ },
92
+ "sources": [
93
+ {
94
+ "fileName": "packages/sdk/wallet-service/src/contexts/Context.tsx",
95
+ "line": 5,
96
+ "character": 13,
97
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/wallet-service/src/contexts/Context.tsx#L5"
98
+ }
99
+ ],
100
+ "type": {
101
+ "type": "reference",
102
+ "typeArguments": [
103
+ {
104
+ "type": "intersection",
105
+ "types": [
106
+ {
107
+ "type": "reference",
108
+ "id": 6,
109
+ "name": "WalletServiceState"
110
+ },
111
+ {
112
+ "type": "reference",
113
+ "name": "ContextExState"
114
+ }
115
+ ]
116
+ }
117
+ ],
118
+ "name": "Context",
119
+ "qualifiedName": "React.Context",
120
+ "package": "@types/react"
121
+ },
122
+ "defaultValue": "..."
123
+ },
124
+ {
125
+ "id": 2,
126
+ "name": "WalletServiceProvider",
127
+ "kind": 64,
128
+ "kindString": "Function",
129
+ "flags": {},
130
+ "sources": [
131
+ {
132
+ "fileName": "packages/sdk/wallet-service/src/contexts/Provider.tsx",
133
+ "line": 6,
134
+ "character": 13,
135
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/wallet-service/src/contexts/Provider.tsx#L6"
136
+ }
137
+ ],
138
+ "signatures": [
139
+ {
140
+ "id": 3,
141
+ "name": "WalletServiceProvider",
142
+ "kind": 4096,
143
+ "kindString": "Call signature",
144
+ "flags": {},
145
+ "parameters": [
146
+ {
147
+ "id": 4,
148
+ "name": "props",
149
+ "kind": 32768,
150
+ "kindString": "Parameter",
151
+ "flags": {},
152
+ "type": {
153
+ "type": "reference",
154
+ "typeArguments": [
155
+ {
156
+ "type": "intrinsic",
157
+ "name": "unknown"
158
+ }
159
+ ],
160
+ "name": "WithChildren",
161
+ "qualifiedName": "WithChildren",
162
+ "package": "@xylabs/react-shared"
163
+ }
164
+ },
165
+ {
166
+ "id": 5,
167
+ "name": "context",
168
+ "kind": 32768,
169
+ "kindString": "Parameter",
170
+ "flags": {
171
+ "isOptional": true
172
+ },
173
+ "type": {
174
+ "type": "intrinsic",
175
+ "name": "any"
176
+ }
177
+ }
178
+ ],
179
+ "type": {
180
+ "type": "union",
181
+ "types": [
182
+ {
183
+ "type": "literal",
184
+ "value": null
185
+ },
186
+ {
187
+ "type": "reference",
188
+ "typeArguments": [
189
+ {
190
+ "type": "intrinsic",
191
+ "name": "any"
192
+ },
193
+ {
194
+ "type": "intrinsic",
195
+ "name": "any"
196
+ }
197
+ ],
198
+ "name": "ReactElement",
199
+ "qualifiedName": "React.ReactElement",
200
+ "package": "@types/react"
201
+ }
202
+ ]
203
+ }
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "id": 9,
209
+ "name": "useWalletService",
210
+ "kind": 64,
211
+ "kindString": "Function",
212
+ "flags": {},
213
+ "sources": [
214
+ {
215
+ "fileName": "packages/sdk/wallet-service/src/contexts/use.tsx",
216
+ "line": 6,
217
+ "character": 13,
218
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/wallet-service/src/contexts/use.tsx#L6"
219
+ }
220
+ ],
221
+ "signatures": [
222
+ {
223
+ "id": 10,
224
+ "name": "useWalletService",
225
+ "kind": 4096,
226
+ "kindString": "Call signature",
227
+ "flags": {},
228
+ "type": {
229
+ "type": "intersection",
230
+ "types": [
231
+ {
232
+ "type": "reference",
233
+ "id": 6,
234
+ "name": "WalletServiceState"
235
+ },
236
+ {
237
+ "type": "reference",
238
+ "name": "ContextExState"
239
+ }
240
+ ]
241
+ }
242
+ }
243
+ ]
244
+ }
245
+ ],
246
+ "groups": [
247
+ {
248
+ "title": "Interfaces",
249
+ "children": [
250
+ 6
251
+ ]
252
+ },
253
+ {
254
+ "title": "Variables",
255
+ "children": [
256
+ 1
257
+ ]
258
+ },
259
+ {
260
+ "title": "Functions",
261
+ "children": [
262
+ 2,
263
+ 9
264
+ ]
265
+ }
266
+ ],
8
267
  "sources": [
9
268
  {
10
- "fileName": "index.ts",
269
+ "fileName": "packages/sdk/wallet-service/src/index.ts",
11
270
  "line": 1,
12
271
  "character": 0,
13
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d23910/packages/wallet-service/src/index.ts#L1"
272
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/wallet-service/src/index.ts#L1"
14
273
  }
15
274
  ]
16
275
  }
package/package.json CHANGED
@@ -12,15 +12,14 @@
12
12
  "dependencies": {
13
13
  "@xylabs/react-shared": "^2.14.10",
14
14
  "@xylabs/sdk-js": "^2.6.2",
15
- "@xyo-network/react-shared": "^2.26.43",
16
- "@xyo-network/utils": "^2.22.18",
17
- "react": "^18.2.0",
18
- "tslib": "^2.4.0"
15
+ "@xyo-network/react-shared": "^2.26.46",
16
+ "@xyo-network/utils": "^2.22.20",
17
+ "react": "^18.2.0"
19
18
  },
20
19
  "description": "Common React library for all XYO projects that use React",
21
20
  "devDependencies": {
22
21
  "@xylabs/sdk-js": "^2.6.2",
23
- "@xylabs/tsconfig-dom": "^2.5.3"
22
+ "@xylabs/tsconfig-dom": "^2.5.6"
24
23
  },
25
24
  "browser": "dist/esm/index.js",
26
25
  "docs": "dist/docs.json",
@@ -71,5 +70,5 @@
71
70
  },
72
71
  "sideEffects": false,
73
72
  "types": "dist/esm/index.d.ts",
74
- "version": "2.26.43"
73
+ "version": "2.26.46"
75
74
  }