@xyo-network/react-theme 2.26.44 → 2.26.47

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.
@@ -1,2 +1,3 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const appThemeOptions: ThemeOptions;
3
+ //# sourceMappingURL=appThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appThemeOptions.d.ts","sourceRoot":"","sources":["../../src/appThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AA6B5C,eAAO,MAAM,eAAe,cAAkD,CAAA"}
@@ -1 +1,2 @@
1
1
  export declare const fontFamilyPrimary: string;
2
+ //# sourceMappingURL=fontFamily.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontFamily.d.ts","sourceRoot":"","sources":["../../src/fontFamily.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,QAAuD,CAAA"}
@@ -4,3 +4,4 @@ export * from './partialDarkThemeOptions';
4
4
  export * from './partialLightThemeOptions';
5
5
  export * from './themeOptions';
6
6
  export * from './webThemeOptions';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const partialDarkThemeOptions: ThemeOptions;
3
3
  export declare const partialAppDarkThemeOptions: ThemeOptions;
4
+ //# sourceMappingURL=partialDarkThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partialDarkThemeOptions.d.ts","sourceRoot":"","sources":["../../src/partialDarkThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,YAAY,EAAE,MAAM,eAAe,CAAA;AAWpD,eAAO,MAAM,uBAAuB,EAAE,YAcrC,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE,YAAgF,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const partialLightThemeOptions: ThemeOptions;
3
3
  export declare const partialAppLightThemeOptions: ThemeOptions;
4
+ //# sourceMappingURL=partialLightThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partialLightThemeOptions.d.ts","sourceRoot":"","sources":["../../src/partialLightThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAW5C,eAAO,MAAM,wBAAwB,EAAE,YAUtC,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,YAAiF,CAAA"}
@@ -2,3 +2,4 @@ import { ThemeOptions } from '@mui/material';
2
2
  export declare const components: ThemeOptions['components'];
3
3
  export declare const typography: ThemeOptions['typography'];
4
4
  export declare const themeOptions: ThemeOptions;
5
+ //# sourceMappingURL=themeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"themeOptions.d.ts","sourceRoot":"","sources":["../../src/themeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAI5C,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,YAAY,CA2CjD,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,YAAY,CA4CjD,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,YAO1B,CAAA"}
@@ -1,2 +1,3 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const webThemeOptions: ThemeOptions;
3
+ //# sourceMappingURL=webThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webThemeOptions.d.ts","sourceRoot":"","sources":["../../src/webThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAO5C,eAAO,MAAM,eAAe,cAAkD,CAAA"}
package/dist/docs.json CHANGED
@@ -5,12 +5,283 @@
5
5
  "kindString": "Project",
6
6
  "flags": {},
7
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": 30,
21
+ "character": 13,
22
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/appThemeOptions.tsx#L30"
23
+ }
24
+ ],
25
+ "type": {
26
+ "type": "reference",
27
+ "name": "ThemeOptions",
28
+ "qualifiedName": "ThemeOptions",
29
+ "package": "@mui/material"
30
+ },
31
+ "defaultValue": "..."
32
+ },
33
+ {
34
+ "id": 7,
35
+ "name": "components",
36
+ "kind": 32,
37
+ "kindString": "Variable",
38
+ "flags": {
39
+ "isConst": true
40
+ },
41
+ "sources": [
42
+ {
43
+ "fileName": "themeOptions.ts",
44
+ "line": 5,
45
+ "character": 13,
46
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/themeOptions.ts#L5"
47
+ }
48
+ ],
49
+ "type": {
50
+ "type": "indexedAccess",
51
+ "indexType": {
52
+ "type": "literal",
53
+ "value": "components"
54
+ },
55
+ "objectType": {
56
+ "type": "reference",
57
+ "name": "ThemeOptions",
58
+ "qualifiedName": "ThemeOptions",
59
+ "package": "@mui/material"
60
+ }
61
+ },
62
+ "defaultValue": "..."
63
+ },
64
+ {
65
+ "id": 2,
66
+ "name": "fontFamilyPrimary",
67
+ "kind": 32,
68
+ "kindString": "Variable",
69
+ "flags": {
70
+ "isConst": true
71
+ },
72
+ "sources": [
73
+ {
74
+ "fileName": "fontFamily.ts",
75
+ "line": 1,
76
+ "character": 13,
77
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/fontFamily.ts#L1"
78
+ }
79
+ ],
80
+ "type": {
81
+ "type": "intrinsic",
82
+ "name": "string"
83
+ },
84
+ "defaultValue": "..."
85
+ },
86
+ {
87
+ "id": 4,
88
+ "name": "partialAppDarkThemeOptions",
89
+ "kind": 32,
90
+ "kindString": "Variable",
91
+ "flags": {
92
+ "isConst": true
93
+ },
94
+ "sources": [
95
+ {
96
+ "fileName": "partialDarkThemeOptions.tsx",
97
+ "line": 28,
98
+ "character": 13,
99
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/partialDarkThemeOptions.tsx#L28"
100
+ }
101
+ ],
102
+ "type": {
103
+ "type": "reference",
104
+ "name": "ThemeOptions",
105
+ "qualifiedName": "ThemeOptions",
106
+ "package": "@mui/material"
107
+ },
108
+ "defaultValue": "..."
109
+ },
110
+ {
111
+ "id": 6,
112
+ "name": "partialAppLightThemeOptions",
113
+ "kind": 32,
114
+ "kindString": "Variable",
115
+ "flags": {
116
+ "isConst": true
117
+ },
118
+ "sources": [
119
+ {
120
+ "fileName": "partialLightThemeOptions.tsx",
121
+ "line": 24,
122
+ "character": 13,
123
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/partialLightThemeOptions.tsx#L24"
124
+ }
125
+ ],
126
+ "type": {
127
+ "type": "reference",
128
+ "name": "ThemeOptions",
129
+ "qualifiedName": "ThemeOptions",
130
+ "package": "@mui/material"
131
+ },
132
+ "defaultValue": "..."
133
+ },
134
+ {
135
+ "id": 3,
136
+ "name": "partialDarkThemeOptions",
137
+ "kind": 32,
138
+ "kindString": "Variable",
139
+ "flags": {
140
+ "isConst": true
141
+ },
142
+ "sources": [
143
+ {
144
+ "fileName": "partialDarkThemeOptions.tsx",
145
+ "line": 12,
146
+ "character": 13,
147
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/partialDarkThemeOptions.tsx#L12"
148
+ }
149
+ ],
150
+ "type": {
151
+ "type": "reference",
152
+ "name": "ThemeOptions",
153
+ "qualifiedName": "ThemeOptions",
154
+ "package": "@mui/material"
155
+ },
156
+ "defaultValue": "..."
157
+ },
158
+ {
159
+ "id": 5,
160
+ "name": "partialLightThemeOptions",
161
+ "kind": 32,
162
+ "kindString": "Variable",
163
+ "flags": {
164
+ "isConst": true
165
+ },
166
+ "sources": [
167
+ {
168
+ "fileName": "partialLightThemeOptions.tsx",
169
+ "line": 12,
170
+ "character": 13,
171
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/partialLightThemeOptions.tsx#L12"
172
+ }
173
+ ],
174
+ "type": {
175
+ "type": "reference",
176
+ "name": "ThemeOptions",
177
+ "qualifiedName": "ThemeOptions",
178
+ "package": "@mui/material"
179
+ },
180
+ "defaultValue": "..."
181
+ },
182
+ {
183
+ "id": 9,
184
+ "name": "themeOptions",
185
+ "kind": 32,
186
+ "kindString": "Variable",
187
+ "flags": {
188
+ "isConst": true
189
+ },
190
+ "sources": [
191
+ {
192
+ "fileName": "themeOptions.ts",
193
+ "line": 96,
194
+ "character": 13,
195
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/themeOptions.ts#L96"
196
+ }
197
+ ],
198
+ "type": {
199
+ "type": "reference",
200
+ "name": "ThemeOptions",
201
+ "qualifiedName": "ThemeOptions",
202
+ "package": "@mui/material"
203
+ },
204
+ "defaultValue": "..."
205
+ },
206
+ {
207
+ "id": 8,
208
+ "name": "typography",
209
+ "kind": 32,
210
+ "kindString": "Variable",
211
+ "flags": {
212
+ "isConst": true
213
+ },
214
+ "sources": [
215
+ {
216
+ "fileName": "themeOptions.ts",
217
+ "line": 50,
218
+ "character": 13,
219
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/themeOptions.ts#L50"
220
+ }
221
+ ],
222
+ "type": {
223
+ "type": "indexedAccess",
224
+ "indexType": {
225
+ "type": "literal",
226
+ "value": "typography"
227
+ },
228
+ "objectType": {
229
+ "type": "reference",
230
+ "name": "ThemeOptions",
231
+ "qualifiedName": "ThemeOptions",
232
+ "package": "@mui/material"
233
+ }
234
+ },
235
+ "defaultValue": "..."
236
+ },
237
+ {
238
+ "id": 10,
239
+ "name": "webThemeOptions",
240
+ "kind": 32,
241
+ "kindString": "Variable",
242
+ "flags": {
243
+ "isConst": true
244
+ },
245
+ "sources": [
246
+ {
247
+ "fileName": "webThemeOptions.tsx",
248
+ "line": 8,
249
+ "character": 13,
250
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/webThemeOptions.tsx#L8"
251
+ }
252
+ ],
253
+ "type": {
254
+ "type": "reference",
255
+ "name": "ThemeOptions",
256
+ "qualifiedName": "ThemeOptions",
257
+ "package": "@mui/material"
258
+ },
259
+ "defaultValue": "..."
260
+ }
261
+ ],
262
+ "groups": [
263
+ {
264
+ "title": "Variables",
265
+ "children": [
266
+ 1,
267
+ 7,
268
+ 2,
269
+ 4,
270
+ 6,
271
+ 3,
272
+ 5,
273
+ 9,
274
+ 8,
275
+ 10
276
+ ]
277
+ }
278
+ ],
8
279
  "sources": [
9
280
  {
10
281
  "fileName": "index.ts",
11
282
  "line": 1,
12
283
  "character": 0,
13
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b122ba6/packages/sdk/theme/src/index.ts#L1"
284
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1a49aa6/packages/sdk/theme/src/index.ts#L1"
14
285
  }
15
286
  ]
16
287
  }
@@ -1,2 +1,3 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const appThemeOptions: ThemeOptions;
3
+ //# sourceMappingURL=appThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appThemeOptions.d.ts","sourceRoot":"","sources":["../../src/appThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AA6B5C,eAAO,MAAM,eAAe,cAAkD,CAAA"}
@@ -1 +1,2 @@
1
1
  export declare const fontFamilyPrimary: string;
2
+ //# sourceMappingURL=fontFamily.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontFamily.d.ts","sourceRoot":"","sources":["../../src/fontFamily.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,QAAuD,CAAA"}
@@ -4,3 +4,4 @@ export * from './partialDarkThemeOptions';
4
4
  export * from './partialLightThemeOptions';
5
5
  export * from './themeOptions';
6
6
  export * from './webThemeOptions';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const partialDarkThemeOptions: ThemeOptions;
3
3
  export declare const partialAppDarkThemeOptions: ThemeOptions;
4
+ //# sourceMappingURL=partialDarkThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partialDarkThemeOptions.d.ts","sourceRoot":"","sources":["../../src/partialDarkThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,YAAY,EAAE,MAAM,eAAe,CAAA;AAWpD,eAAO,MAAM,uBAAuB,EAAE,YAcrC,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE,YAAgF,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const partialLightThemeOptions: ThemeOptions;
3
3
  export declare const partialAppLightThemeOptions: ThemeOptions;
4
+ //# sourceMappingURL=partialLightThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partialLightThemeOptions.d.ts","sourceRoot":"","sources":["../../src/partialLightThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAW5C,eAAO,MAAM,wBAAwB,EAAE,YAUtC,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,YAAiF,CAAA"}
@@ -2,3 +2,4 @@ import { ThemeOptions } from '@mui/material';
2
2
  export declare const components: ThemeOptions['components'];
3
3
  export declare const typography: ThemeOptions['typography'];
4
4
  export declare const themeOptions: ThemeOptions;
5
+ //# sourceMappingURL=themeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"themeOptions.d.ts","sourceRoot":"","sources":["../../src/themeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAI5C,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,YAAY,CA2CjD,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,YAAY,CA4CjD,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,YAO1B,CAAA"}
@@ -1,2 +1,3 @@
1
1
  import { ThemeOptions } from '@mui/material';
2
2
  export declare const webThemeOptions: ThemeOptions;
3
+ //# sourceMappingURL=webThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webThemeOptions.d.ts","sourceRoot":"","sources":["../../src/webThemeOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAO5C,eAAO,MAAM,eAAe,cAAkD,CAAA"}
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@emotion/react": "^11.9.3",
14
- "@emotion/styled": "^11.9.3",
13
+ "@emotion/react": "^11.10.0",
14
+ "@emotion/styled": "^11.10.0",
15
15
  "@mui/material": "^5.9.2",
16
16
  "lodash": "^4.17.21",
17
17
  "react": "^18.2.0",
@@ -20,7 +20,7 @@
20
20
  "description": "Common React library for all XYO projects that use React",
21
21
  "devDependencies": {
22
22
  "@types/lodash": "^4.14.182",
23
- "@xylabs/tsconfig-dom": "^2.5.5"
23
+ "@xylabs/tsconfig-dom": "^2.5.11"
24
24
  },
25
25
  "browser": "dist/esm/index.js",
26
26
  "docs": "dist/docs.json",
@@ -71,5 +71,5 @@
71
71
  },
72
72
  "sideEffects": false,
73
73
  "types": "dist/esm/index.d.ts",
74
- "version": "2.26.44"
74
+ "version": "2.26.47"
75
75
  }