@xyo-network/react-wallet-service 2.23.7 → 2.25.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/package.json CHANGED
@@ -9,63 +9,36 @@
9
9
  "email": "support@xyo.network",
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
- "workspaces": [
13
- "packages/*"
14
- ],
15
12
  "dependencies": {
16
13
  "@emotion/react": "^11.9.0",
17
14
  "@emotion/styled": "^11.8.1",
18
- "@mui/icons-material": "^5.8.0",
19
- "@mui/lab": "^5.0.0-alpha.83",
20
15
  "@mui/material": "^5.8.1",
21
- "@xylabs/pixel": "^1.3.7",
22
16
  "@xylabs/sdk-js": "^2.5.5",
23
- "@xylabs/sdk-react": "^2.12.7",
24
- "@xyo-network/api": "^2.20.33",
17
+ "@xylabs/sdk-react": "^2.12.8",
25
18
  "@xyo-network/core": "^2.20.33",
26
- "@xyo-network/network": "^2.20.33",
27
- "@xyo-network/panel": "^2.20.33",
28
- "@xyo-network/react-shared": "^2.23.7",
29
- "@xyo-network/systeminfo-witness": "^2.20.33",
19
+ "@xyo-network/react-shared": "^2.25.1",
30
20
  "@xyo-network/utils": "^2.20.33",
31
21
  "lodash": "^4.17.21",
32
- "luxon": "^2.4.0",
33
22
  "react": "^18.1.0",
34
23
  "react-dom": "^18.1.0",
35
- "react-icons": "^4.3.1",
36
- "react-json-view": "^1.21.3",
37
- "react-router-dom": "^6.3.0",
38
- "rollbar": "^2.25.0",
24
+ "tslib": "^2.4.0",
39
25
  "typedoc": "^0.22.15"
40
26
  },
41
27
  "description": "Common React library for all XYO projects that use React",
42
28
  "devDependencies": {
43
29
  "@babel/core": "^7.18.0",
44
30
  "@babel/preset-env": "^7.18.0",
45
- "@storybook/addon-actions": "^6.5.4",
46
- "@storybook/addon-docs": "^6.5.4",
47
- "@storybook/addon-essentials": "^6.5.4",
48
- "@storybook/addon-interactions": "^6.5.4",
49
- "@storybook/addon-links": "^6.5.4",
50
31
  "@storybook/addons": "^6.5.4",
51
32
  "@storybook/api": "^6.5.4",
52
- "@storybook/builder-webpack5": "^6.5.4",
53
33
  "@storybook/components": "^6.5.4",
54
34
  "@storybook/core-events": "^6.5.4",
55
- "@storybook/manager-webpack5": "^6.5.4",
56
35
  "@storybook/react": "^6.5.4",
57
- "@storybook/testing-library": "^0.0.11",
58
36
  "@storybook/theming": "^6.5.4",
59
37
  "@types/lodash": "^4.14.182",
60
- "@types/luxon": "^2.3.2",
61
- "@xylabs/eslint-config-react": "^2.1.5",
62
- "@xylabs/pixel": "^1.3.7",
63
- "@xylabs/rollup-config": "^1.1.17",
64
38
  "@xylabs/sdk-js": "^2.5.5",
65
- "@xylabs/sdk-react": "^2.12.7",
39
+ "@xylabs/sdk-react": "^2.12.8",
66
40
  "@xylabs/ts-scripts": "^1.0.66",
67
41
  "@xylabs/tsconfig": "^1.0.13",
68
- "assert": "^2.0.0",
69
42
  "axios": "^0.27.2",
70
43
  "storybook-dark-mode": "^1.1.0",
71
44
  "typescript": "^4.6.4"
@@ -123,14 +96,11 @@
123
96
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
124
97
  },
125
98
  "scripts": {
126
- "deploy": "yarn deploy3",
127
99
  "lint-pkg": "npmPkgJsonLint .",
128
- "build": "yarn clean && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs",
129
- "gen:docs": "typedoc ./src/index.ts --json ./dist/docs.json --tsconfig ./tsconfig.json",
130
100
  "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
131
101
  },
132
102
  "sideEffects": false,
133
103
  "types": "dist/esm/index.d.ts",
134
- "version": "2.23.7",
104
+ "version": "2.25.1",
135
105
  "packageManager": "yarn@3.1.1"
136
106
  }
package/typedoc.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "$schema": "https://typedoc.org/schema.json",
3
+ "entryPoints": [
4
+ "./src/index.ts"
5
+ ],
6
+ "excludeExternals": true,
7
+ "excludeInternal": true,
8
+ "excludePrivate": true,
9
+ "excludeProtected": true,
10
+ "intentionallyNotExported": [
11
+ "AuthDispatch",
12
+ "AuthServiceId",
13
+ "AuthState",
14
+ "LoginForm"
15
+ ],
16
+ "json": "./dist/docs.json",
17
+ "tsconfig": "./tsconfig.json"
18
+ }
package/dist/docs.json DELETED
@@ -1,222 +0,0 @@
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
- }