@xyo-network/react-theme 2.23.7 → 2.23.8

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,62 +9,32 @@
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
- "@xylabs/sdk-js": "^2.5.5",
23
- "@xylabs/sdk-react": "^2.12.7",
24
- "@xyo-network/api": "^2.20.33",
16
+ "@xylabs/sdk-react": "^2.12.8",
25
17
  "@xyo-network/core": "^2.20.33",
26
- "@xyo-network/network": "^2.20.33",
27
- "@xyo-network/panel": "^2.20.33",
28
- "@xyo-network/systeminfo-witness": "^2.20.33",
29
- "@xyo-network/utils": "^2.20.33",
30
18
  "lodash": "^4.17.21",
31
- "luxon": "^2.4.0",
32
19
  "react": "^18.1.0",
33
20
  "react-dom": "^18.1.0",
34
- "react-icons": "^4.3.1",
35
- "react-json-view": "^1.21.3",
36
- "react-router-dom": "^6.3.0",
37
- "rollbar": "^2.25.0",
21
+ "tslib": "^2.4.0",
38
22
  "typedoc": "^0.22.15"
39
23
  },
40
24
  "description": "Common React library for all XYO projects that use React",
41
25
  "devDependencies": {
42
26
  "@babel/core": "^7.18.0",
43
27
  "@babel/preset-env": "^7.18.0",
44
- "@storybook/addon-actions": "^6.5.4",
45
- "@storybook/addon-docs": "^6.5.4",
46
- "@storybook/addon-essentials": "^6.5.4",
47
- "@storybook/addon-interactions": "^6.5.4",
48
- "@storybook/addon-links": "^6.5.4",
49
28
  "@storybook/addons": "^6.5.4",
50
29
  "@storybook/api": "^6.5.4",
51
- "@storybook/builder-webpack5": "^6.5.4",
52
30
  "@storybook/components": "^6.5.4",
53
31
  "@storybook/core-events": "^6.5.4",
54
- "@storybook/manager-webpack5": "^6.5.4",
55
32
  "@storybook/react": "^6.5.4",
56
- "@storybook/testing-library": "^0.0.11",
57
33
  "@storybook/theming": "^6.5.4",
58
34
  "@types/lodash": "^4.14.182",
59
- "@types/luxon": "^2.3.2",
60
- "@xylabs/eslint-config-react": "^2.1.5",
61
- "@xylabs/pixel": "^1.3.7",
62
- "@xylabs/rollup-config": "^1.1.17",
63
- "@xylabs/sdk-js": "^2.5.5",
64
- "@xylabs/sdk-react": "^2.12.7",
35
+ "@xylabs/sdk-react": "^2.12.8",
65
36
  "@xylabs/ts-scripts": "^1.0.66",
66
37
  "@xylabs/tsconfig": "^1.0.13",
67
- "assert": "^2.0.0",
68
38
  "axios": "^0.27.2",
69
39
  "storybook-dark-mode": "^1.1.0",
70
40
  "typescript": "^4.6.4"
@@ -122,14 +92,11 @@
122
92
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
123
93
  },
124
94
  "scripts": {
125
- "deploy": "yarn deploy3",
126
95
  "lint-pkg": "npmPkgJsonLint .",
127
- "build": "yarn clean && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs",
128
- "gen:docs": "typedoc ./src/index.ts --json ./dist/docs.json --tsconfig ./tsconfig.json",
129
96
  "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\""
130
97
  },
131
98
  "sideEffects": false,
132
99
  "types": "dist/esm/index.d.ts",
133
- "version": "2.23.7",
100
+ "version": "2.23.8",
134
101
  "packageManager": "yarn@3.1.1"
135
102
  }
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,253 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/react-theme",
4
- "kind": 1,
5
- "kindString": "Project",
6
- "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 1,
11
- "name": "appThemeOptions",
12
- "kind": 32,
13
- "kindString": "Variable",
14
- "flags": {
15
- "isConst": true
16
- },
17
- "sources": [
18
- {
19
- "fileName": "appThemeOptions.tsx",
20
- "line": 29,
21
- "character": 13
22
- }
23
- ],
24
- "type": {
25
- "type": "reference",
26
- "qualifiedName": "ThemeOptions",
27
- "package": "@mui/material",
28
- "name": "ThemeOptions"
29
- },
30
- "defaultValue": "..."
31
- },
32
- {
33
- "id": 7,
34
- "name": "baseThemeOptions",
35
- "kind": 32,
36
- "kindString": "Variable",
37
- "flags": {
38
- "isConst": true
39
- },
40
- "sources": [
41
- {
42
- "fileName": "themeOptions.ts",
43
- "line": 96,
44
- "character": 13
45
- }
46
- ],
47
- "type": {
48
- "type": "reference",
49
- "qualifiedName": "ThemeOptions",
50
- "package": "@mui/material",
51
- "name": "ThemeOptions"
52
- },
53
- "defaultValue": "..."
54
- },
55
- {
56
- "id": 5,
57
- "name": "components",
58
- "kind": 32,
59
- "kindString": "Variable",
60
- "flags": {
61
- "isConst": true
62
- },
63
- "sources": [
64
- {
65
- "fileName": "themeOptions.ts",
66
- "line": 7,
67
- "character": 13
68
- }
69
- ],
70
- "type": {
71
- "type": "indexedAccess",
72
- "indexType": {
73
- "type": "literal",
74
- "value": "components"
75
- },
76
- "objectType": {
77
- "type": "reference",
78
- "qualifiedName": "ThemeOptions",
79
- "package": "@mui/material",
80
- "name": "ThemeOptions"
81
- }
82
- },
83
- "defaultValue": "..."
84
- },
85
- {
86
- "id": 2,
87
- "name": "fontFamilyPrimary",
88
- "kind": 32,
89
- "kindString": "Variable",
90
- "flags": {
91
- "isConst": true
92
- },
93
- "sources": [
94
- {
95
- "fileName": "fontFamily.ts",
96
- "line": 1,
97
- "character": 13
98
- }
99
- ],
100
- "type": {
101
- "type": "intrinsic",
102
- "name": "string"
103
- },
104
- "defaultValue": "..."
105
- },
106
- {
107
- "id": 3,
108
- "name": "partialDarkThemeOptions",
109
- "kind": 32,
110
- "kindString": "Variable",
111
- "flags": {
112
- "isConst": true
113
- },
114
- "sources": [
115
- {
116
- "fileName": "partialDarkThemeOptions.tsx",
117
- "line": 3,
118
- "character": 13
119
- }
120
- ],
121
- "type": {
122
- "type": "reference",
123
- "qualifiedName": "ThemeOptions",
124
- "package": "@mui/material",
125
- "name": "ThemeOptions"
126
- },
127
- "defaultValue": "..."
128
- },
129
- {
130
- "id": 4,
131
- "name": "partialLightThemeOptions",
132
- "kind": 32,
133
- "kindString": "Variable",
134
- "flags": {
135
- "isConst": true
136
- },
137
- "sources": [
138
- {
139
- "fileName": "partialLightThemeOptions.tsx",
140
- "line": 3,
141
- "character": 13
142
- }
143
- ],
144
- "type": {
145
- "type": "reference",
146
- "qualifiedName": "ThemeOptions",
147
- "package": "@mui/material",
148
- "name": "ThemeOptions"
149
- },
150
- "defaultValue": "..."
151
- },
152
- {
153
- "id": 8,
154
- "name": "themeOptions",
155
- "kind": 32,
156
- "kindString": "Variable",
157
- "flags": {
158
- "isConst": true
159
- },
160
- "sources": [
161
- {
162
- "fileName": "themeOptions.ts",
163
- "line": 105,
164
- "character": 13
165
- }
166
- ],
167
- "type": {
168
- "type": "reference",
169
- "qualifiedName": "ThemeOptions",
170
- "package": "@mui/material",
171
- "name": "ThemeOptions"
172
- },
173
- "defaultValue": "..."
174
- },
175
- {
176
- "id": 6,
177
- "name": "typography",
178
- "kind": 32,
179
- "kindString": "Variable",
180
- "flags": {
181
- "isConst": true
182
- },
183
- "sources": [
184
- {
185
- "fileName": "themeOptions.ts",
186
- "line": 42,
187
- "character": 13
188
- }
189
- ],
190
- "type": {
191
- "type": "indexedAccess",
192
- "indexType": {
193
- "type": "literal",
194
- "value": "typography"
195
- },
196
- "objectType": {
197
- "type": "reference",
198
- "qualifiedName": "ThemeOptions",
199
- "package": "@mui/material",
200
- "name": "ThemeOptions"
201
- }
202
- },
203
- "defaultValue": "..."
204
- },
205
- {
206
- "id": 9,
207
- "name": "webThemeOptions",
208
- "kind": 32,
209
- "kindString": "Variable",
210
- "flags": {
211
- "isConst": true
212
- },
213
- "sources": [
214
- {
215
- "fileName": "webThemeOptions.tsx",
216
- "line": 8,
217
- "character": 13
218
- }
219
- ],
220
- "type": {
221
- "type": "reference",
222
- "qualifiedName": "ThemeOptions",
223
- "package": "@mui/material",
224
- "name": "ThemeOptions"
225
- },
226
- "defaultValue": "..."
227
- }
228
- ],
229
- "groups": [
230
- {
231
- "title": "Variables",
232
- "kind": 32,
233
- "children": [
234
- 1,
235
- 7,
236
- 5,
237
- 2,
238
- 3,
239
- 4,
240
- 8,
241
- 6,
242
- 9
243
- ]
244
- }
245
- ],
246
- "sources": [
247
- {
248
- "fileName": "index.ts",
249
- "line": 1,
250
- "character": 0
251
- }
252
- ]
253
- }