@xyo-network/react-wallet-service 2.25.13 → 2.25.16

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 +222 -0
  2. package/package.json +9 -9
package/dist/docs.json ADDED
@@ -0,0 +1,222 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-wallet-service",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 3,
11
+ "name": "WalletServiceState",
12
+ "kind": 256,
13
+ "kindString": "Interface",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 4,
18
+ "name": "metaMaskWallet",
19
+ "kind": 1024,
20
+ "kindString": "Property",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "wallet-service/src/contexts/State.ts",
25
+ "line": 5,
26
+ "character": 2
27
+ }
28
+ ],
29
+ "type": {
30
+ "type": "reference",
31
+ "qualifiedName": "XyoMetaMaskConnector",
32
+ "package": "@xyo-network/utils",
33
+ "name": "XyoMetaMaskConnector"
34
+ }
35
+ },
36
+ {
37
+ "id": 5,
38
+ "name": "provided",
39
+ "kind": 1024,
40
+ "kindString": "Property",
41
+ "flags": {},
42
+ "sources": [
43
+ {
44
+ "fileName": "shared/dist/esm/contexts/contextEx/State.d.ts",
45
+ "line": 2,
46
+ "character": 4
47
+ }
48
+ ],
49
+ "type": {
50
+ "type": "intrinsic",
51
+ "name": "boolean"
52
+ },
53
+ "inheritedFrom": {
54
+ "type": "reference",
55
+ "name": "ContextExState.provided"
56
+ }
57
+ }
58
+ ],
59
+ "groups": [
60
+ {
61
+ "title": "Properties",
62
+ "kind": 1024,
63
+ "children": [
64
+ 4,
65
+ 5
66
+ ]
67
+ }
68
+ ],
69
+ "sources": [
70
+ {
71
+ "fileName": "wallet-service/src/contexts/State.ts",
72
+ "line": 4,
73
+ "character": 17
74
+ }
75
+ ],
76
+ "extendedTypes": [
77
+ {
78
+ "type": "reference",
79
+ "name": "ContextExState"
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "id": 1,
85
+ "name": "WalletServiceContext",
86
+ "kind": 32,
87
+ "kindString": "Variable",
88
+ "flags": {
89
+ "isConst": true
90
+ },
91
+ "sources": [
92
+ {
93
+ "fileName": "wallet-service/src/contexts/Context.tsx",
94
+ "line": 5,
95
+ "character": 13
96
+ }
97
+ ],
98
+ "type": {
99
+ "type": "reference",
100
+ "typeArguments": [
101
+ {
102
+ "type": "intersection",
103
+ "types": [
104
+ {
105
+ "type": "reference",
106
+ "id": 3,
107
+ "name": "WalletServiceState"
108
+ },
109
+ {
110
+ "type": "reference",
111
+ "name": "ContextExState"
112
+ }
113
+ ]
114
+ }
115
+ ],
116
+ "qualifiedName": "React.Context",
117
+ "package": "@types/react",
118
+ "name": "Context"
119
+ },
120
+ "defaultValue": "..."
121
+ },
122
+ {
123
+ "id": 2,
124
+ "name": "WalletServiceProvider",
125
+ "kind": 32,
126
+ "kindString": "Variable",
127
+ "flags": {
128
+ "isConst": true
129
+ },
130
+ "sources": [
131
+ {
132
+ "fileName": "wallet-service/src/contexts/Provider.tsx",
133
+ "line": 6,
134
+ "character": 13
135
+ }
136
+ ],
137
+ "type": {
138
+ "type": "reference",
139
+ "typeArguments": [
140
+ {
141
+ "type": "reference",
142
+ "qualifiedName": "WithChildren",
143
+ "package": "@xylabs/sdk-react",
144
+ "name": "WithChildren"
145
+ }
146
+ ],
147
+ "qualifiedName": "React.FC",
148
+ "package": "@types/react",
149
+ "name": "React.FC"
150
+ },
151
+ "defaultValue": "..."
152
+ },
153
+ {
154
+ "id": 6,
155
+ "name": "useWalletService",
156
+ "kind": 64,
157
+ "kindString": "Function",
158
+ "flags": {},
159
+ "sources": [
160
+ {
161
+ "fileName": "wallet-service/src/contexts/use.tsx",
162
+ "line": 6,
163
+ "character": 13
164
+ }
165
+ ],
166
+ "signatures": [
167
+ {
168
+ "id": 7,
169
+ "name": "useWalletService",
170
+ "kind": 4096,
171
+ "kindString": "Call signature",
172
+ "flags": {},
173
+ "type": {
174
+ "type": "intersection",
175
+ "types": [
176
+ {
177
+ "type": "reference",
178
+ "id": 3,
179
+ "name": "WalletServiceState"
180
+ },
181
+ {
182
+ "type": "reference",
183
+ "name": "ContextExState"
184
+ }
185
+ ]
186
+ }
187
+ }
188
+ ]
189
+ }
190
+ ],
191
+ "groups": [
192
+ {
193
+ "title": "Interfaces",
194
+ "kind": 256,
195
+ "children": [
196
+ 3
197
+ ]
198
+ },
199
+ {
200
+ "title": "Variables",
201
+ "kind": 32,
202
+ "children": [
203
+ 1,
204
+ 2
205
+ ]
206
+ },
207
+ {
208
+ "title": "Functions",
209
+ "kind": 64,
210
+ "children": [
211
+ 6
212
+ ]
213
+ }
214
+ ],
215
+ "sources": [
216
+ {
217
+ "fileName": "wallet-service/src/index.ts",
218
+ "line": 1,
219
+ "character": 0
220
+ }
221
+ ]
222
+ }
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "@xylabs/sdk-js": "^2.5.5",
17
17
  "@xylabs/sdk-react": "^2.12.8",
18
18
  "@xyo-network/core": "^2.20.33",
19
- "@xyo-network/react-shared": "^2.25.13",
19
+ "@xyo-network/react-shared": "^2.25.16",
20
20
  "@xyo-network/utils": "^2.20.33",
21
21
  "lodash": "^4.17.21",
22
22
  "react": "^18.1.0",
@@ -28,12 +28,12 @@
28
28
  "devDependencies": {
29
29
  "@babel/core": "^7.18.0",
30
30
  "@babel/preset-env": "^7.18.0",
31
- "@storybook/addons": "^6.5.4",
32
- "@storybook/api": "^6.5.4",
33
- "@storybook/components": "^6.5.4",
34
- "@storybook/core-events": "^6.5.4",
35
- "@storybook/react": "^6.5.4",
36
- "@storybook/theming": "^6.5.4",
31
+ "@storybook/addons": "^6.5.5",
32
+ "@storybook/api": "^6.5.5",
33
+ "@storybook/components": "^6.5.5",
34
+ "@storybook/core-events": "^6.5.5",
35
+ "@storybook/react": "^6.5.5",
36
+ "@storybook/theming": "^6.5.5",
37
37
  "@types/lodash": "^4.14.182",
38
38
  "@xylabs/sdk-js": "^2.5.5",
39
39
  "@xylabs/sdk-react": "^2.12.8",
@@ -41,7 +41,7 @@
41
41
  "@xylabs/tsconfig": "^1.0.13",
42
42
  "axios": "^0.27.2",
43
43
  "storybook-dark-mode": "^1.1.0",
44
- "typescript": "^4.6.4"
44
+ "typescript": "^4.7.2"
45
45
  },
46
46
  "browser": "dist/esm/index.js",
47
47
  "docs": "dist/docs.json",
@@ -101,6 +101,6 @@
101
101
  },
102
102
  "sideEffects": false,
103
103
  "types": "dist/esm/index.d.ts",
104
- "version": "2.25.13",
104
+ "version": "2.25.16",
105
105
  "packageManager": "yarn@3.1.1"
106
106
  }