@xyo-network/react-error 2.38.14 → 2.39.0-rc.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/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts +21 -0
- package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts.map +1 -0
- package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.js +37 -0
- package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.js.map +1 -0
- package/dist/cjs/components/XyoErrorBoundary/index.d.ts +2 -0
- package/dist/cjs/components/XyoErrorBoundary/index.d.ts.map +1 -0
- package/dist/cjs/components/XyoErrorBoundary/index.js +5 -0
- package/dist/cjs/components/XyoErrorBoundary/index.js.map +1 -0
- package/dist/cjs/components/index.d.ts +1 -0
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/index.js +1 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/contexts/ErrorReporter/Context.d.ts +4 -0
- package/dist/cjs/contexts/ErrorReporter/Context.d.ts.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/Context.js +6 -0
- package/dist/cjs/contexts/ErrorReporter/Context.js.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/Provider.d.ts +9 -0
- package/dist/cjs/contexts/ErrorReporter/Provider.d.ts.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/Provider.js +17 -0
- package/dist/cjs/contexts/ErrorReporter/Provider.js.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/State.d.ts +5 -0
- package/dist/cjs/contexts/ErrorReporter/State.d.ts.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/State.js +3 -0
- package/dist/cjs/contexts/ErrorReporter/State.js.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/index.d.ts +4 -0
- package/dist/cjs/contexts/ErrorReporter/index.d.ts.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/index.js +7 -0
- package/dist/cjs/contexts/ErrorReporter/index.js.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/useRollbar.d.ts +3 -0
- package/dist/cjs/contexts/ErrorReporter/useRollbar.d.ts.map +1 -0
- package/dist/cjs/contexts/ErrorReporter/useRollbar.js +14 -0
- package/dist/cjs/contexts/ErrorReporter/useRollbar.js.map +1 -0
- package/dist/cjs/contexts/index.d.ts +2 -0
- package/dist/cjs/contexts/index.d.ts.map +1 -0
- package/dist/cjs/contexts/index.js +5 -0
- package/dist/cjs/contexts/index.js.map +1 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +1471 -512
- package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts +21 -0
- package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts.map +1 -0
- package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.js +30 -0
- package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.js.map +1 -0
- package/dist/esm/components/XyoErrorBoundary/index.d.ts +2 -0
- package/dist/esm/components/XyoErrorBoundary/index.d.ts.map +1 -0
- package/dist/esm/components/XyoErrorBoundary/index.js +2 -0
- package/dist/esm/components/XyoErrorBoundary/index.js.map +1 -0
- package/dist/esm/components/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/contexts/ErrorReporter/Context.d.ts +4 -0
- package/dist/esm/contexts/ErrorReporter/Context.d.ts.map +1 -0
- package/dist/esm/contexts/ErrorReporter/Context.js +3 -0
- package/dist/esm/contexts/ErrorReporter/Context.js.map +1 -0
- package/dist/esm/contexts/ErrorReporter/Provider.d.ts +9 -0
- package/dist/esm/contexts/ErrorReporter/Provider.d.ts.map +1 -0
- package/dist/esm/contexts/ErrorReporter/Provider.js +14 -0
- package/dist/esm/contexts/ErrorReporter/Provider.js.map +1 -0
- package/dist/esm/contexts/ErrorReporter/State.d.ts +5 -0
- package/dist/esm/contexts/ErrorReporter/State.d.ts.map +1 -0
- package/dist/esm/contexts/ErrorReporter/State.js +2 -0
- package/dist/esm/contexts/ErrorReporter/State.js.map +1 -0
- package/dist/esm/contexts/ErrorReporter/index.d.ts +4 -0
- package/dist/esm/contexts/ErrorReporter/index.d.ts.map +1 -0
- package/dist/esm/contexts/ErrorReporter/index.js +4 -0
- package/dist/esm/contexts/ErrorReporter/index.js.map +1 -0
- package/dist/esm/contexts/ErrorReporter/useRollbar.d.ts +3 -0
- package/dist/esm/contexts/ErrorReporter/useRollbar.d.ts.map +1 -0
- package/dist/esm/contexts/ErrorReporter/useRollbar.js +11 -0
- package/dist/esm/contexts/ErrorReporter/useRollbar.js.map +1 -0
- package/dist/esm/contexts/index.d.ts +2 -0
- package/dist/esm/contexts/index.d.ts.map +1 -0
- package/dist/esm/contexts/index.js +2 -0
- package/dist/esm/contexts/index.js.map +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +13 -7
- package/src/components/XyoErrorBoundary/ThrownErrorBoundary.stories.tsx +83 -0
- package/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx +50 -0
- package/src/components/XyoErrorBoundary/index.ts +1 -0
- package/src/components/index.ts +1 -0
- package/src/contexts/ErrorReporter/Context.ts +5 -0
- package/src/contexts/ErrorReporter/Provider.stories.tsx +40 -0
- package/src/contexts/ErrorReporter/Provider.tsx +23 -0
- package/src/contexts/ErrorReporter/State.ts +5 -0
- package/src/contexts/ErrorReporter/index.ts +3 -0
- package/src/contexts/ErrorReporter/useRollbar.tsx +14 -0
- package/src/contexts/index.ts +1 -0
- package/src/index.ts +1 -0
- package/src/components/XyoErrorRender/Render.stories.tsx +0 -152
package/dist/docs.json
CHANGED
|
@@ -6,16 +6,785 @@
|
|
|
6
6
|
"flags": {},
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
|
+
{
|
|
10
|
+
"id": 13,
|
|
11
|
+
"name": "XyoThrownErrorBoundary",
|
|
12
|
+
"kind": 128,
|
|
13
|
+
"kindString": "Class",
|
|
14
|
+
"flags": {},
|
|
15
|
+
"children": [
|
|
16
|
+
{
|
|
17
|
+
"id": 19,
|
|
18
|
+
"name": "constructor",
|
|
19
|
+
"kind": 512,
|
|
20
|
+
"kindString": "Constructor",
|
|
21
|
+
"flags": {
|
|
22
|
+
"isExternal": true
|
|
23
|
+
},
|
|
24
|
+
"sources": [
|
|
25
|
+
{
|
|
26
|
+
"fileName": "node_modules/@types/react/index.d.ts",
|
|
27
|
+
"line": 472,
|
|
28
|
+
"character": 8
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"fileName": "node_modules/@types/react/index.d.ts",
|
|
32
|
+
"line": 477,
|
|
33
|
+
"character": 8
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"signatures": [
|
|
37
|
+
{
|
|
38
|
+
"id": 20,
|
|
39
|
+
"name": "new XyoThrownErrorBoundary",
|
|
40
|
+
"kind": 16384,
|
|
41
|
+
"kindString": "Constructor signature",
|
|
42
|
+
"flags": {
|
|
43
|
+
"isExternal": true
|
|
44
|
+
},
|
|
45
|
+
"parameters": [
|
|
46
|
+
{
|
|
47
|
+
"id": 21,
|
|
48
|
+
"name": "props",
|
|
49
|
+
"kind": 32768,
|
|
50
|
+
"kindString": "Parameter",
|
|
51
|
+
"flags": {
|
|
52
|
+
"isExternal": true
|
|
53
|
+
},
|
|
54
|
+
"type": {
|
|
55
|
+
"type": "union",
|
|
56
|
+
"types": [
|
|
57
|
+
{
|
|
58
|
+
"type": "reference",
|
|
59
|
+
"id": 1,
|
|
60
|
+
"name": "XyoErrorBoundaryProps"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "reference",
|
|
64
|
+
"typeArguments": [
|
|
65
|
+
{
|
|
66
|
+
"type": "reference",
|
|
67
|
+
"id": 1,
|
|
68
|
+
"name": "XyoErrorBoundaryProps"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"name": "Readonly",
|
|
72
|
+
"qualifiedName": "Readonly",
|
|
73
|
+
"package": "typescript"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"type": {
|
|
80
|
+
"type": "reference",
|
|
81
|
+
"id": 13,
|
|
82
|
+
"name": "XyoThrownErrorBoundary"
|
|
83
|
+
},
|
|
84
|
+
"inheritedFrom": {
|
|
85
|
+
"type": "reference",
|
|
86
|
+
"name": "Component<XyoErrorBoundaryProps, XyoErrorBoundaryState>.constructor"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": 22,
|
|
91
|
+
"name": "new XyoThrownErrorBoundary",
|
|
92
|
+
"kind": 16384,
|
|
93
|
+
"kindString": "Constructor signature",
|
|
94
|
+
"flags": {
|
|
95
|
+
"isExternal": true
|
|
96
|
+
},
|
|
97
|
+
"comment": {
|
|
98
|
+
"summary": [],
|
|
99
|
+
"blockTags": [
|
|
100
|
+
{
|
|
101
|
+
"tag": "@deprecated",
|
|
102
|
+
"content": []
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"tag": "@see",
|
|
106
|
+
"content": [
|
|
107
|
+
{
|
|
108
|
+
"kind": "text",
|
|
109
|
+
"text": "https://reactjs.org/docs/legacy-context.html"
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"parameters": [
|
|
116
|
+
{
|
|
117
|
+
"id": 23,
|
|
118
|
+
"name": "props",
|
|
119
|
+
"kind": 32768,
|
|
120
|
+
"kindString": "Parameter",
|
|
121
|
+
"flags": {
|
|
122
|
+
"isExternal": true
|
|
123
|
+
},
|
|
124
|
+
"type": {
|
|
125
|
+
"type": "reference",
|
|
126
|
+
"id": 1,
|
|
127
|
+
"name": "XyoErrorBoundaryProps"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": 24,
|
|
132
|
+
"name": "context",
|
|
133
|
+
"kind": 32768,
|
|
134
|
+
"kindString": "Parameter",
|
|
135
|
+
"flags": {
|
|
136
|
+
"isExternal": true
|
|
137
|
+
},
|
|
138
|
+
"type": {
|
|
139
|
+
"type": "intrinsic",
|
|
140
|
+
"name": "any"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"type": {
|
|
145
|
+
"type": "reference",
|
|
146
|
+
"id": 13,
|
|
147
|
+
"name": "XyoThrownErrorBoundary"
|
|
148
|
+
},
|
|
149
|
+
"inheritedFrom": {
|
|
150
|
+
"type": "reference",
|
|
151
|
+
"name": "Component<XyoErrorBoundaryProps, XyoErrorBoundaryState>.constructor"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"inheritedFrom": {
|
|
156
|
+
"type": "reference",
|
|
157
|
+
"name": "Component<XyoErrorBoundaryProps, XyoErrorBoundaryState>.constructor"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": 25,
|
|
162
|
+
"name": "state",
|
|
163
|
+
"kind": 1024,
|
|
164
|
+
"kindString": "Property",
|
|
165
|
+
"flags": {
|
|
166
|
+
"isPublic": true
|
|
167
|
+
},
|
|
168
|
+
"sources": [
|
|
169
|
+
{
|
|
170
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
171
|
+
"line": 21,
|
|
172
|
+
"character": 9,
|
|
173
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L21"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"type": {
|
|
177
|
+
"type": "reference",
|
|
178
|
+
"id": 10,
|
|
179
|
+
"name": "XyoErrorBoundaryState"
|
|
180
|
+
},
|
|
181
|
+
"defaultValue": "...",
|
|
182
|
+
"overwrites": {
|
|
183
|
+
"type": "reference",
|
|
184
|
+
"name": "Component.state"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": 26,
|
|
189
|
+
"name": "componentDidCatch",
|
|
190
|
+
"kind": 2048,
|
|
191
|
+
"kindString": "Method",
|
|
192
|
+
"flags": {
|
|
193
|
+
"isPublic": true
|
|
194
|
+
},
|
|
195
|
+
"sources": [
|
|
196
|
+
{
|
|
197
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
198
|
+
"line": 29,
|
|
199
|
+
"character": 9,
|
|
200
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L29"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"signatures": [
|
|
204
|
+
{
|
|
205
|
+
"id": 27,
|
|
206
|
+
"name": "componentDidCatch",
|
|
207
|
+
"kind": 4096,
|
|
208
|
+
"kindString": "Call signature",
|
|
209
|
+
"flags": {},
|
|
210
|
+
"parameters": [
|
|
211
|
+
{
|
|
212
|
+
"id": 28,
|
|
213
|
+
"name": "error",
|
|
214
|
+
"kind": 32768,
|
|
215
|
+
"kindString": "Parameter",
|
|
216
|
+
"flags": {},
|
|
217
|
+
"type": {
|
|
218
|
+
"type": "reference",
|
|
219
|
+
"name": "Error",
|
|
220
|
+
"qualifiedName": "Error",
|
|
221
|
+
"package": "typescript"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": 29,
|
|
226
|
+
"name": "errorInfo",
|
|
227
|
+
"kind": 32768,
|
|
228
|
+
"kindString": "Parameter",
|
|
229
|
+
"flags": {},
|
|
230
|
+
"type": {
|
|
231
|
+
"type": "reference",
|
|
232
|
+
"name": "ErrorInfo",
|
|
233
|
+
"qualifiedName": "React.ErrorInfo",
|
|
234
|
+
"package": "@types/react"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"type": {
|
|
239
|
+
"type": "intrinsic",
|
|
240
|
+
"name": "void"
|
|
241
|
+
},
|
|
242
|
+
"overwrites": {
|
|
243
|
+
"type": "reference",
|
|
244
|
+
"name": "Component.componentDidCatch"
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"overwrites": {
|
|
249
|
+
"type": "reference",
|
|
250
|
+
"name": "Component.componentDidCatch"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": 30,
|
|
255
|
+
"name": "render",
|
|
256
|
+
"kind": 2048,
|
|
257
|
+
"kindString": "Method",
|
|
258
|
+
"flags": {
|
|
259
|
+
"isPublic": true
|
|
260
|
+
},
|
|
261
|
+
"sources": [
|
|
262
|
+
{
|
|
263
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
264
|
+
"line": 41,
|
|
265
|
+
"character": 9,
|
|
266
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L41"
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"signatures": [
|
|
270
|
+
{
|
|
271
|
+
"id": 31,
|
|
272
|
+
"name": "render",
|
|
273
|
+
"kind": 4096,
|
|
274
|
+
"kindString": "Call signature",
|
|
275
|
+
"flags": {},
|
|
276
|
+
"type": {
|
|
277
|
+
"type": "union",
|
|
278
|
+
"types": [
|
|
279
|
+
{
|
|
280
|
+
"type": "intrinsic",
|
|
281
|
+
"name": "undefined"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"type": "literal",
|
|
285
|
+
"value": null
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"type": "intrinsic",
|
|
289
|
+
"name": "string"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"type": "intrinsic",
|
|
293
|
+
"name": "number"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"type": "intrinsic",
|
|
297
|
+
"name": "boolean"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"type": "reference",
|
|
301
|
+
"name": "ReactFragment",
|
|
302
|
+
"qualifiedName": "React.ReactFragment",
|
|
303
|
+
"package": "@types/react"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"type": "reference",
|
|
307
|
+
"name": "Element",
|
|
308
|
+
"qualifiedName": "global.JSX.Element",
|
|
309
|
+
"package": "@types/react"
|
|
310
|
+
}
|
|
311
|
+
]
|
|
312
|
+
},
|
|
313
|
+
"overwrites": {
|
|
314
|
+
"type": "reference",
|
|
315
|
+
"name": "Component.render"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
"overwrites": {
|
|
320
|
+
"type": "reference",
|
|
321
|
+
"name": "Component.render"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"id": 14,
|
|
326
|
+
"name": "normalizeError",
|
|
327
|
+
"kind": 2048,
|
|
328
|
+
"kindString": "Method",
|
|
329
|
+
"flags": {
|
|
330
|
+
"isPublic": true,
|
|
331
|
+
"isStatic": true
|
|
332
|
+
},
|
|
333
|
+
"sources": [
|
|
334
|
+
{
|
|
335
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
336
|
+
"line": 25,
|
|
337
|
+
"character": 16,
|
|
338
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L25"
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"signatures": [
|
|
342
|
+
{
|
|
343
|
+
"id": 15,
|
|
344
|
+
"name": "normalizeError",
|
|
345
|
+
"kind": 4096,
|
|
346
|
+
"kindString": "Call signature",
|
|
347
|
+
"flags": {},
|
|
348
|
+
"parameters": [
|
|
349
|
+
{
|
|
350
|
+
"id": 16,
|
|
351
|
+
"name": "error",
|
|
352
|
+
"kind": 32768,
|
|
353
|
+
"kindString": "Parameter",
|
|
354
|
+
"flags": {},
|
|
355
|
+
"type": {
|
|
356
|
+
"type": "union",
|
|
357
|
+
"types": [
|
|
358
|
+
{
|
|
359
|
+
"type": "intersection",
|
|
360
|
+
"types": [
|
|
361
|
+
{
|
|
362
|
+
"type": "reference",
|
|
363
|
+
"name": "SchemaFields",
|
|
364
|
+
"qualifiedName": "SchemaFields",
|
|
365
|
+
"package": "@xyo-network/payload"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "reference",
|
|
369
|
+
"name": "PayloadFields",
|
|
370
|
+
"qualifiedName": "PayloadFields",
|
|
371
|
+
"package": "@xyo-network/payload"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"type": "reflection",
|
|
375
|
+
"declaration": {
|
|
376
|
+
"id": 17,
|
|
377
|
+
"name": "__type",
|
|
378
|
+
"kind": 65536,
|
|
379
|
+
"kindString": "Type literal",
|
|
380
|
+
"flags": {},
|
|
381
|
+
"sources": [
|
|
382
|
+
{
|
|
383
|
+
"fileName": "node_modules/@xyo-network/module/dist/esm/Query/Error.d.ts",
|
|
384
|
+
"line": 4,
|
|
385
|
+
"character": 42
|
|
386
|
+
}
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"type": "reference",
|
|
394
|
+
"name": "Error",
|
|
395
|
+
"qualifiedName": "Error",
|
|
396
|
+
"package": "typescript"
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"type": {
|
|
403
|
+
"type": "intersection",
|
|
404
|
+
"types": [
|
|
405
|
+
{
|
|
406
|
+
"type": "reference",
|
|
407
|
+
"name": "SchemaFields",
|
|
408
|
+
"qualifiedName": "SchemaFields",
|
|
409
|
+
"package": "@xyo-network/payload"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "reference",
|
|
413
|
+
"name": "PayloadFields",
|
|
414
|
+
"qualifiedName": "PayloadFields",
|
|
415
|
+
"package": "@xyo-network/payload"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "reflection",
|
|
419
|
+
"declaration": {
|
|
420
|
+
"id": 18,
|
|
421
|
+
"name": "__type",
|
|
422
|
+
"kind": 65536,
|
|
423
|
+
"kindString": "Type literal",
|
|
424
|
+
"flags": {},
|
|
425
|
+
"sources": [
|
|
426
|
+
{
|
|
427
|
+
"fileName": "node_modules/@xyo-network/module/dist/esm/Query/Error.d.ts",
|
|
428
|
+
"line": 4,
|
|
429
|
+
"character": 42
|
|
430
|
+
}
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
]
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"groups": [
|
|
441
|
+
{
|
|
442
|
+
"title": "Constructors",
|
|
443
|
+
"children": [
|
|
444
|
+
19
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"title": "Properties",
|
|
449
|
+
"children": [
|
|
450
|
+
25
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"title": "Methods",
|
|
455
|
+
"children": [
|
|
456
|
+
26,
|
|
457
|
+
30,
|
|
458
|
+
14
|
|
459
|
+
]
|
|
460
|
+
}
|
|
461
|
+
],
|
|
462
|
+
"sources": [
|
|
463
|
+
{
|
|
464
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
465
|
+
"line": 20,
|
|
466
|
+
"character": 13,
|
|
467
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L20"
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"extendedTypes": [
|
|
471
|
+
{
|
|
472
|
+
"type": "reference",
|
|
473
|
+
"typeArguments": [
|
|
474
|
+
{
|
|
475
|
+
"type": "reference",
|
|
476
|
+
"id": 1,
|
|
477
|
+
"name": "XyoErrorBoundaryProps"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"type": "reference",
|
|
481
|
+
"id": 10,
|
|
482
|
+
"name": "XyoErrorBoundaryState"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"name": "Component",
|
|
486
|
+
"qualifiedName": "React.Component",
|
|
487
|
+
"package": "@types/react"
|
|
488
|
+
}
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": 429,
|
|
493
|
+
"name": "ErrorReporterContextState",
|
|
494
|
+
"kind": 256,
|
|
495
|
+
"kindString": "Interface",
|
|
496
|
+
"flags": {},
|
|
497
|
+
"children": [
|
|
498
|
+
{
|
|
499
|
+
"id": 430,
|
|
500
|
+
"name": "rollbar",
|
|
501
|
+
"kind": 1024,
|
|
502
|
+
"kindString": "Property",
|
|
503
|
+
"flags": {
|
|
504
|
+
"isOptional": true
|
|
505
|
+
},
|
|
506
|
+
"sources": [
|
|
507
|
+
{
|
|
508
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
|
|
509
|
+
"line": 4,
|
|
510
|
+
"character": 2,
|
|
511
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L4"
|
|
512
|
+
}
|
|
513
|
+
],
|
|
514
|
+
"type": {
|
|
515
|
+
"type": "reference",
|
|
516
|
+
"name": "Rollbar",
|
|
517
|
+
"qualifiedName": "Rollbar",
|
|
518
|
+
"package": "rollbar"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"groups": [
|
|
523
|
+
{
|
|
524
|
+
"title": "Properties",
|
|
525
|
+
"children": [
|
|
526
|
+
430
|
|
527
|
+
]
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"sources": [
|
|
531
|
+
{
|
|
532
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
|
|
533
|
+
"line": 3,
|
|
534
|
+
"character": 17,
|
|
535
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L3"
|
|
536
|
+
}
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": 423,
|
|
541
|
+
"name": "ErrorReporterProviderProps",
|
|
542
|
+
"kind": 256,
|
|
543
|
+
"kindString": "Interface",
|
|
544
|
+
"flags": {},
|
|
545
|
+
"children": [
|
|
546
|
+
{
|
|
547
|
+
"id": 424,
|
|
548
|
+
"name": "rollbar",
|
|
549
|
+
"kind": 1024,
|
|
550
|
+
"kindString": "Property",
|
|
551
|
+
"flags": {},
|
|
552
|
+
"sources": [
|
|
553
|
+
{
|
|
554
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
|
555
|
+
"line": 8,
|
|
556
|
+
"character": 2,
|
|
557
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L8"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"type": {
|
|
561
|
+
"type": "reference",
|
|
562
|
+
"name": "Rollbar",
|
|
563
|
+
"qualifiedName": "Rollbar",
|
|
564
|
+
"package": "rollbar"
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"groups": [
|
|
569
|
+
{
|
|
570
|
+
"title": "Properties",
|
|
571
|
+
"children": [
|
|
572
|
+
424
|
|
573
|
+
]
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"sources": [
|
|
577
|
+
{
|
|
578
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
|
579
|
+
"line": 7,
|
|
580
|
+
"character": 17,
|
|
581
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L7"
|
|
582
|
+
}
|
|
583
|
+
]
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"id": 32,
|
|
587
|
+
"name": "XyoErrorAlertProps",
|
|
588
|
+
"kind": 256,
|
|
589
|
+
"kindString": "Interface",
|
|
590
|
+
"flags": {},
|
|
591
|
+
"children": [
|
|
592
|
+
{
|
|
593
|
+
"id": 33,
|
|
594
|
+
"name": "error",
|
|
595
|
+
"kind": 1024,
|
|
596
|
+
"kindString": "Property",
|
|
597
|
+
"flags": {
|
|
598
|
+
"isOptional": true
|
|
599
|
+
},
|
|
600
|
+
"sources": [
|
|
601
|
+
{
|
|
602
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx",
|
|
603
|
+
"line": 5,
|
|
604
|
+
"character": 2,
|
|
605
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L5"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"type": {
|
|
609
|
+
"type": "intersection",
|
|
610
|
+
"types": [
|
|
611
|
+
{
|
|
612
|
+
"type": "reference",
|
|
613
|
+
"name": "SchemaFields",
|
|
614
|
+
"qualifiedName": "SchemaFields",
|
|
615
|
+
"package": "@xyo-network/payload"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"type": "reference",
|
|
619
|
+
"name": "PayloadFields",
|
|
620
|
+
"qualifiedName": "PayloadFields",
|
|
621
|
+
"package": "@xyo-network/payload"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"type": "reflection",
|
|
625
|
+
"declaration": {
|
|
626
|
+
"id": 34,
|
|
627
|
+
"name": "__type",
|
|
628
|
+
"kind": 65536,
|
|
629
|
+
"kindString": "Type literal",
|
|
630
|
+
"flags": {},
|
|
631
|
+
"sources": [
|
|
632
|
+
{
|
|
633
|
+
"fileName": "node_modules/@xyo-network/module/dist/esm/Query/Error.d.ts",
|
|
634
|
+
"line": 4,
|
|
635
|
+
"character": 42
|
|
636
|
+
}
|
|
637
|
+
]
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
]
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"groups": [
|
|
645
|
+
{
|
|
646
|
+
"title": "Properties",
|
|
647
|
+
"children": [
|
|
648
|
+
33
|
|
649
|
+
]
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"sources": [
|
|
653
|
+
{
|
|
654
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx",
|
|
655
|
+
"line": 4,
|
|
656
|
+
"character": 17,
|
|
657
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L4"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"extendedTypes": [
|
|
661
|
+
{
|
|
662
|
+
"type": "reference",
|
|
663
|
+
"name": "AlertProps",
|
|
664
|
+
"qualifiedName": "AlertProps",
|
|
665
|
+
"package": "@mui/material"
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
9
669
|
{
|
|
10
670
|
"id": 1,
|
|
11
|
-
"name": "
|
|
671
|
+
"name": "XyoErrorBoundaryProps",
|
|
12
672
|
"kind": 256,
|
|
13
673
|
"kindString": "Interface",
|
|
14
674
|
"flags": {},
|
|
15
675
|
"children": [
|
|
676
|
+
{
|
|
677
|
+
"id": 5,
|
|
678
|
+
"name": "basePageProps",
|
|
679
|
+
"kind": 1024,
|
|
680
|
+
"kindString": "Property",
|
|
681
|
+
"flags": {
|
|
682
|
+
"isOptional": true
|
|
683
|
+
},
|
|
684
|
+
"sources": [
|
|
685
|
+
{
|
|
686
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
687
|
+
"line": 12,
|
|
688
|
+
"character": 2,
|
|
689
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L12"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"type": {
|
|
693
|
+
"type": "reference",
|
|
694
|
+
"name": "BasePageProps",
|
|
695
|
+
"qualifiedName": "BasePageProps",
|
|
696
|
+
"package": "@xylabs/react-common"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"id": 3,
|
|
701
|
+
"name": "children",
|
|
702
|
+
"kind": 1024,
|
|
703
|
+
"kindString": "Property",
|
|
704
|
+
"flags": {},
|
|
705
|
+
"sources": [
|
|
706
|
+
{
|
|
707
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
708
|
+
"line": 10,
|
|
709
|
+
"character": 2,
|
|
710
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L10"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"type": {
|
|
714
|
+
"type": "reference",
|
|
715
|
+
"name": "ReactNode",
|
|
716
|
+
"qualifiedName": "React.ReactNode",
|
|
717
|
+
"package": "@types/react"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"id": 6,
|
|
722
|
+
"name": "errorComponent",
|
|
723
|
+
"kind": 1024,
|
|
724
|
+
"kindString": "Property",
|
|
725
|
+
"flags": {
|
|
726
|
+
"isOptional": true
|
|
727
|
+
},
|
|
728
|
+
"sources": [
|
|
729
|
+
{
|
|
730
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
731
|
+
"line": 13,
|
|
732
|
+
"character": 2,
|
|
733
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L13"
|
|
734
|
+
}
|
|
735
|
+
],
|
|
736
|
+
"type": {
|
|
737
|
+
"type": "reflection",
|
|
738
|
+
"declaration": {
|
|
739
|
+
"id": 7,
|
|
740
|
+
"name": "__type",
|
|
741
|
+
"kind": 65536,
|
|
742
|
+
"kindString": "Type literal",
|
|
743
|
+
"flags": {},
|
|
744
|
+
"sources": [
|
|
745
|
+
{
|
|
746
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
747
|
+
"line": 13,
|
|
748
|
+
"character": 19,
|
|
749
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L13"
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
"signatures": [
|
|
753
|
+
{
|
|
754
|
+
"id": 8,
|
|
755
|
+
"name": "__type",
|
|
756
|
+
"kind": 4096,
|
|
757
|
+
"kindString": "Call signature",
|
|
758
|
+
"flags": {},
|
|
759
|
+
"parameters": [
|
|
760
|
+
{
|
|
761
|
+
"id": 9,
|
|
762
|
+
"name": "e",
|
|
763
|
+
"kind": 32768,
|
|
764
|
+
"kindString": "Parameter",
|
|
765
|
+
"flags": {},
|
|
766
|
+
"type": {
|
|
767
|
+
"type": "reference",
|
|
768
|
+
"name": "Error",
|
|
769
|
+
"qualifiedName": "Error",
|
|
770
|
+
"package": "typescript"
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
],
|
|
774
|
+
"type": {
|
|
775
|
+
"type": "reference",
|
|
776
|
+
"name": "ReactNode",
|
|
777
|
+
"qualifiedName": "React.ReactNode",
|
|
778
|
+
"package": "@types/react"
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
]
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
},
|
|
16
785
|
{
|
|
17
786
|
"id": 2,
|
|
18
|
-
"name": "
|
|
787
|
+
"name": "rethrow",
|
|
19
788
|
"kind": 1024,
|
|
20
789
|
"kindString": "Property",
|
|
21
790
|
"flags": {
|
|
@@ -23,10 +792,83 @@
|
|
|
23
792
|
},
|
|
24
793
|
"sources": [
|
|
25
794
|
{
|
|
26
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
|
27
|
-
"line":
|
|
795
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
796
|
+
"line": 9,
|
|
797
|
+
"character": 2,
|
|
798
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L9"
|
|
799
|
+
}
|
|
800
|
+
],
|
|
801
|
+
"type": {
|
|
802
|
+
"type": "intrinsic",
|
|
803
|
+
"name": "boolean"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"id": 4,
|
|
808
|
+
"name": "rollbar",
|
|
809
|
+
"kind": 1024,
|
|
810
|
+
"kindString": "Property",
|
|
811
|
+
"flags": {
|
|
812
|
+
"isOptional": true
|
|
813
|
+
},
|
|
814
|
+
"sources": [
|
|
815
|
+
{
|
|
816
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
817
|
+
"line": 11,
|
|
818
|
+
"character": 2,
|
|
819
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L11"
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"type": {
|
|
823
|
+
"type": "reference",
|
|
824
|
+
"name": "Rollbar",
|
|
825
|
+
"qualifiedName": "Rollbar",
|
|
826
|
+
"package": "rollbar"
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"groups": [
|
|
831
|
+
{
|
|
832
|
+
"title": "Properties",
|
|
833
|
+
"children": [
|
|
834
|
+
5,
|
|
835
|
+
3,
|
|
836
|
+
6,
|
|
837
|
+
2,
|
|
838
|
+
4
|
|
839
|
+
]
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"sources": [
|
|
843
|
+
{
|
|
844
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
845
|
+
"line": 8,
|
|
846
|
+
"character": 17,
|
|
847
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L8"
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": 10,
|
|
853
|
+
"name": "XyoErrorBoundaryState",
|
|
854
|
+
"kind": 256,
|
|
855
|
+
"kindString": "Interface",
|
|
856
|
+
"flags": {},
|
|
857
|
+
"children": [
|
|
858
|
+
{
|
|
859
|
+
"id": 11,
|
|
860
|
+
"name": "xyoError",
|
|
861
|
+
"kind": 1024,
|
|
862
|
+
"kindString": "Property",
|
|
863
|
+
"flags": {
|
|
864
|
+
"isOptional": true
|
|
865
|
+
},
|
|
866
|
+
"sources": [
|
|
867
|
+
{
|
|
868
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
869
|
+
"line": 17,
|
|
28
870
|
"character": 2,
|
|
29
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
871
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L17"
|
|
30
872
|
}
|
|
31
873
|
],
|
|
32
874
|
"type": {
|
|
@@ -47,7 +889,7 @@
|
|
|
47
889
|
{
|
|
48
890
|
"type": "reflection",
|
|
49
891
|
"declaration": {
|
|
50
|
-
"id":
|
|
892
|
+
"id": 12,
|
|
51
893
|
"name": "__type",
|
|
52
894
|
"kind": 65536,
|
|
53
895
|
"kindString": "Type literal",
|
|
@@ -69,36 +911,28 @@
|
|
|
69
911
|
{
|
|
70
912
|
"title": "Properties",
|
|
71
913
|
"children": [
|
|
72
|
-
|
|
914
|
+
11
|
|
73
915
|
]
|
|
74
916
|
}
|
|
75
917
|
],
|
|
76
918
|
"sources": [
|
|
77
919
|
{
|
|
78
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
|
79
|
-
"line":
|
|
920
|
+
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
|
921
|
+
"line": 16,
|
|
80
922
|
"character": 17,
|
|
81
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"extendedTypes": [
|
|
85
|
-
{
|
|
86
|
-
"type": "reference",
|
|
87
|
-
"name": "AlertProps",
|
|
88
|
-
"qualifiedName": "AlertProps",
|
|
89
|
-
"package": "@mui/material"
|
|
923
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L16"
|
|
90
924
|
}
|
|
91
925
|
]
|
|
92
926
|
},
|
|
93
927
|
{
|
|
94
|
-
"id":
|
|
928
|
+
"id": 39,
|
|
95
929
|
"name": "XyoErrorRenderProps",
|
|
96
930
|
"kind": 256,
|
|
97
931
|
"kindString": "Interface",
|
|
98
932
|
"flags": {},
|
|
99
933
|
"children": [
|
|
100
934
|
{
|
|
101
|
-
"id":
|
|
935
|
+
"id": 127,
|
|
102
936
|
"name": "alignContent",
|
|
103
937
|
"kind": 1024,
|
|
104
938
|
"kindString": "Property",
|
|
@@ -139,7 +973,7 @@
|
|
|
139
973
|
{
|
|
140
974
|
"type": "reflection",
|
|
141
975
|
"declaration": {
|
|
142
|
-
"id":
|
|
976
|
+
"id": 128,
|
|
143
977
|
"name": "__type",
|
|
144
978
|
"kind": 65536,
|
|
145
979
|
"kindString": "Type literal",
|
|
@@ -153,14 +987,14 @@
|
|
|
153
987
|
],
|
|
154
988
|
"signatures": [
|
|
155
989
|
{
|
|
156
|
-
"id":
|
|
990
|
+
"id": 129,
|
|
157
991
|
"name": "__type",
|
|
158
992
|
"kind": 4096,
|
|
159
993
|
"kindString": "Call signature",
|
|
160
994
|
"flags": {},
|
|
161
995
|
"parameters": [
|
|
162
996
|
{
|
|
163
|
-
"id":
|
|
997
|
+
"id": 130,
|
|
164
998
|
"name": "theme",
|
|
165
999
|
"kind": 32768,
|
|
166
1000
|
"kindString": "Parameter",
|
|
@@ -215,7 +1049,7 @@
|
|
|
215
1049
|
}
|
|
216
1050
|
},
|
|
217
1051
|
{
|
|
218
|
-
"id":
|
|
1052
|
+
"id": 123,
|
|
219
1053
|
"name": "alignItems",
|
|
220
1054
|
"kind": 1024,
|
|
221
1055
|
"kindString": "Property",
|
|
@@ -256,7 +1090,7 @@
|
|
|
256
1090
|
{
|
|
257
1091
|
"type": "reflection",
|
|
258
1092
|
"declaration": {
|
|
259
|
-
"id":
|
|
1093
|
+
"id": 124,
|
|
260
1094
|
"name": "__type",
|
|
261
1095
|
"kind": 65536,
|
|
262
1096
|
"kindString": "Type literal",
|
|
@@ -270,14 +1104,14 @@
|
|
|
270
1104
|
],
|
|
271
1105
|
"signatures": [
|
|
272
1106
|
{
|
|
273
|
-
"id":
|
|
1107
|
+
"id": 125,
|
|
274
1108
|
"name": "__type",
|
|
275
1109
|
"kind": 4096,
|
|
276
1110
|
"kindString": "Call signature",
|
|
277
1111
|
"flags": {},
|
|
278
1112
|
"parameters": [
|
|
279
1113
|
{
|
|
280
|
-
"id":
|
|
1114
|
+
"id": 126,
|
|
281
1115
|
"name": "theme",
|
|
282
1116
|
"kind": 32768,
|
|
283
1117
|
"kindString": "Parameter",
|
|
@@ -332,7 +1166,7 @@
|
|
|
332
1166
|
}
|
|
333
1167
|
},
|
|
334
1168
|
{
|
|
335
|
-
"id":
|
|
1169
|
+
"id": 147,
|
|
336
1170
|
"name": "alignSelf",
|
|
337
1171
|
"kind": 1024,
|
|
338
1172
|
"kindString": "Property",
|
|
@@ -373,7 +1207,7 @@
|
|
|
373
1207
|
{
|
|
374
1208
|
"type": "reflection",
|
|
375
1209
|
"declaration": {
|
|
376
|
-
"id":
|
|
1210
|
+
"id": 148,
|
|
377
1211
|
"name": "__type",
|
|
378
1212
|
"kind": 65536,
|
|
379
1213
|
"kindString": "Type literal",
|
|
@@ -387,14 +1221,14 @@
|
|
|
387
1221
|
],
|
|
388
1222
|
"signatures": [
|
|
389
1223
|
{
|
|
390
|
-
"id":
|
|
1224
|
+
"id": 149,
|
|
391
1225
|
"name": "__type",
|
|
392
1226
|
"kind": 4096,
|
|
393
1227
|
"kindString": "Call signature",
|
|
394
1228
|
"flags": {},
|
|
395
1229
|
"parameters": [
|
|
396
1230
|
{
|
|
397
|
-
"id":
|
|
1231
|
+
"id": 150,
|
|
398
1232
|
"name": "theme",
|
|
399
1233
|
"kind": 32768,
|
|
400
1234
|
"kindString": "Parameter",
|
|
@@ -449,7 +1283,7 @@
|
|
|
449
1283
|
}
|
|
450
1284
|
},
|
|
451
1285
|
{
|
|
452
|
-
"id":
|
|
1286
|
+
"id": 207,
|
|
453
1287
|
"name": "bgcolor",
|
|
454
1288
|
"kind": 1024,
|
|
455
1289
|
"kindString": "Property",
|
|
@@ -490,7 +1324,7 @@
|
|
|
490
1324
|
{
|
|
491
1325
|
"type": "reflection",
|
|
492
1326
|
"declaration": {
|
|
493
|
-
"id":
|
|
1327
|
+
"id": 208,
|
|
494
1328
|
"name": "__type",
|
|
495
1329
|
"kind": 65536,
|
|
496
1330
|
"kindString": "Type literal",
|
|
@@ -504,14 +1338,14 @@
|
|
|
504
1338
|
],
|
|
505
1339
|
"signatures": [
|
|
506
1340
|
{
|
|
507
|
-
"id":
|
|
1341
|
+
"id": 209,
|
|
508
1342
|
"name": "__type",
|
|
509
1343
|
"kind": 4096,
|
|
510
1344
|
"kindString": "Call signature",
|
|
511
1345
|
"flags": {},
|
|
512
1346
|
"parameters": [
|
|
513
1347
|
{
|
|
514
|
-
"id":
|
|
1348
|
+
"id": 210,
|
|
515
1349
|
"name": "theme",
|
|
516
1350
|
"kind": 32768,
|
|
517
1351
|
"kindString": "Parameter",
|
|
@@ -566,7 +1400,7 @@
|
|
|
566
1400
|
}
|
|
567
1401
|
},
|
|
568
1402
|
{
|
|
569
|
-
"id":
|
|
1403
|
+
"id": 53,
|
|
570
1404
|
"name": "border",
|
|
571
1405
|
"kind": 1024,
|
|
572
1406
|
"kindString": "Property",
|
|
@@ -610,7 +1444,7 @@
|
|
|
610
1444
|
{
|
|
611
1445
|
"type": "reflection",
|
|
612
1446
|
"declaration": {
|
|
613
|
-
"id":
|
|
1447
|
+
"id": 54,
|
|
614
1448
|
"name": "__type",
|
|
615
1449
|
"kind": 65536,
|
|
616
1450
|
"kindString": "Type literal",
|
|
@@ -1405,7 +2239,7 @@
|
|
|
1405
2239
|
{
|
|
1406
2240
|
"type": "reflection",
|
|
1407
2241
|
"declaration": {
|
|
1408
|
-
"id":
|
|
2242
|
+
"id": 55,
|
|
1409
2243
|
"name": "__type",
|
|
1410
2244
|
"kind": 65536,
|
|
1411
2245
|
"kindString": "Type literal",
|
|
@@ -1419,14 +2253,14 @@
|
|
|
1419
2253
|
],
|
|
1420
2254
|
"signatures": [
|
|
1421
2255
|
{
|
|
1422
|
-
"id":
|
|
2256
|
+
"id": 56,
|
|
1423
2257
|
"name": "__type",
|
|
1424
2258
|
"kind": 4096,
|
|
1425
2259
|
"kindString": "Call signature",
|
|
1426
2260
|
"flags": {},
|
|
1427
2261
|
"parameters": [
|
|
1428
2262
|
{
|
|
1429
|
-
"id":
|
|
2263
|
+
"id": 57,
|
|
1430
2264
|
"name": "theme",
|
|
1431
2265
|
"kind": 32768,
|
|
1432
2266
|
"kindString": "Parameter",
|
|
@@ -1475,7 +2309,7 @@
|
|
|
1475
2309
|
{
|
|
1476
2310
|
"type": "reflection",
|
|
1477
2311
|
"declaration": {
|
|
1478
|
-
"id":
|
|
2312
|
+
"id": 58,
|
|
1479
2313
|
"name": "__type",
|
|
1480
2314
|
"kind": 65536,
|
|
1481
2315
|
"kindString": "Type literal",
|
|
@@ -2279,7 +3113,7 @@
|
|
|
2279
3113
|
}
|
|
2280
3114
|
},
|
|
2281
3115
|
{
|
|
2282
|
-
"id":
|
|
3116
|
+
"id": 67,
|
|
2283
3117
|
"name": "borderBottom",
|
|
2284
3118
|
"kind": 1024,
|
|
2285
3119
|
"kindString": "Property",
|
|
@@ -2369,7 +3203,7 @@
|
|
|
2369
3203
|
{
|
|
2370
3204
|
"type": "reflection",
|
|
2371
3205
|
"declaration": {
|
|
2372
|
-
"id":
|
|
3206
|
+
"id": 68,
|
|
2373
3207
|
"name": "__type",
|
|
2374
3208
|
"kind": 65536,
|
|
2375
3209
|
"kindString": "Type literal",
|
|
@@ -2383,14 +3217,14 @@
|
|
|
2383
3217
|
],
|
|
2384
3218
|
"signatures": [
|
|
2385
3219
|
{
|
|
2386
|
-
"id":
|
|
3220
|
+
"id": 69,
|
|
2387
3221
|
"name": "__type",
|
|
2388
3222
|
"kind": 4096,
|
|
2389
3223
|
"kindString": "Call signature",
|
|
2390
3224
|
"flags": {},
|
|
2391
3225
|
"parameters": [
|
|
2392
3226
|
{
|
|
2393
|
-
"id":
|
|
3227
|
+
"id": 70,
|
|
2394
3228
|
"name": "theme",
|
|
2395
3229
|
"kind": 32768,
|
|
2396
3230
|
"kindString": "Parameter",
|
|
@@ -2494,7 +3328,7 @@
|
|
|
2494
3328
|
}
|
|
2495
3329
|
},
|
|
2496
3330
|
{
|
|
2497
|
-
"id":
|
|
3331
|
+
"id": 75,
|
|
2498
3332
|
"name": "borderColor",
|
|
2499
3333
|
"kind": 1024,
|
|
2500
3334
|
"kindString": "Property",
|
|
@@ -2535,7 +3369,7 @@
|
|
|
2535
3369
|
{
|
|
2536
3370
|
"type": "reflection",
|
|
2537
3371
|
"declaration": {
|
|
2538
|
-
"id":
|
|
3372
|
+
"id": 76,
|
|
2539
3373
|
"name": "__type",
|
|
2540
3374
|
"kind": 65536,
|
|
2541
3375
|
"kindString": "Type literal",
|
|
@@ -2549,14 +3383,14 @@
|
|
|
2549
3383
|
],
|
|
2550
3384
|
"signatures": [
|
|
2551
3385
|
{
|
|
2552
|
-
"id":
|
|
3386
|
+
"id": 77,
|
|
2553
3387
|
"name": "__type",
|
|
2554
3388
|
"kind": 4096,
|
|
2555
3389
|
"kindString": "Call signature",
|
|
2556
3390
|
"flags": {},
|
|
2557
3391
|
"parameters": [
|
|
2558
3392
|
{
|
|
2559
|
-
"id":
|
|
3393
|
+
"id": 78,
|
|
2560
3394
|
"name": "theme",
|
|
2561
3395
|
"kind": 32768,
|
|
2562
3396
|
"kindString": "Parameter",
|
|
@@ -2611,7 +3445,7 @@
|
|
|
2611
3445
|
}
|
|
2612
3446
|
},
|
|
2613
3447
|
{
|
|
2614
|
-
"id":
|
|
3448
|
+
"id": 71,
|
|
2615
3449
|
"name": "borderLeft",
|
|
2616
3450
|
"kind": 1024,
|
|
2617
3451
|
"kindString": "Property",
|
|
@@ -2701,7 +3535,7 @@
|
|
|
2701
3535
|
{
|
|
2702
3536
|
"type": "reflection",
|
|
2703
3537
|
"declaration": {
|
|
2704
|
-
"id":
|
|
3538
|
+
"id": 72,
|
|
2705
3539
|
"name": "__type",
|
|
2706
3540
|
"kind": 65536,
|
|
2707
3541
|
"kindString": "Type literal",
|
|
@@ -2715,14 +3549,14 @@
|
|
|
2715
3549
|
],
|
|
2716
3550
|
"signatures": [
|
|
2717
3551
|
{
|
|
2718
|
-
"id":
|
|
3552
|
+
"id": 73,
|
|
2719
3553
|
"name": "__type",
|
|
2720
3554
|
"kind": 4096,
|
|
2721
3555
|
"kindString": "Call signature",
|
|
2722
3556
|
"flags": {},
|
|
2723
3557
|
"parameters": [
|
|
2724
3558
|
{
|
|
2725
|
-
"id":
|
|
3559
|
+
"id": 74,
|
|
2726
3560
|
"name": "theme",
|
|
2727
3561
|
"kind": 32768,
|
|
2728
3562
|
"kindString": "Parameter",
|
|
@@ -2826,7 +3660,7 @@
|
|
|
2826
3660
|
}
|
|
2827
3661
|
},
|
|
2828
3662
|
{
|
|
2829
|
-
"id":
|
|
3663
|
+
"id": 79,
|
|
2830
3664
|
"name": "borderRadius",
|
|
2831
3665
|
"kind": 1024,
|
|
2832
3666
|
"kindString": "Property",
|
|
@@ -2916,7 +3750,7 @@
|
|
|
2916
3750
|
{
|
|
2917
3751
|
"type": "reflection",
|
|
2918
3752
|
"declaration": {
|
|
2919
|
-
"id":
|
|
3753
|
+
"id": 80,
|
|
2920
3754
|
"name": "__type",
|
|
2921
3755
|
"kind": 65536,
|
|
2922
3756
|
"kindString": "Type literal",
|
|
@@ -2930,14 +3764,14 @@
|
|
|
2930
3764
|
],
|
|
2931
3765
|
"signatures": [
|
|
2932
3766
|
{
|
|
2933
|
-
"id":
|
|
3767
|
+
"id": 81,
|
|
2934
3768
|
"name": "__type",
|
|
2935
3769
|
"kind": 4096,
|
|
2936
3770
|
"kindString": "Call signature",
|
|
2937
3771
|
"flags": {},
|
|
2938
3772
|
"parameters": [
|
|
2939
3773
|
{
|
|
2940
|
-
"id":
|
|
3774
|
+
"id": 82,
|
|
2941
3775
|
"name": "theme",
|
|
2942
3776
|
"kind": 32768,
|
|
2943
3777
|
"kindString": "Parameter",
|
|
@@ -3041,7 +3875,7 @@
|
|
|
3041
3875
|
}
|
|
3042
3876
|
},
|
|
3043
3877
|
{
|
|
3044
|
-
"id":
|
|
3878
|
+
"id": 63,
|
|
3045
3879
|
"name": "borderRight",
|
|
3046
3880
|
"kind": 1024,
|
|
3047
3881
|
"kindString": "Property",
|
|
@@ -3131,7 +3965,7 @@
|
|
|
3131
3965
|
{
|
|
3132
3966
|
"type": "reflection",
|
|
3133
3967
|
"declaration": {
|
|
3134
|
-
"id":
|
|
3968
|
+
"id": 64,
|
|
3135
3969
|
"name": "__type",
|
|
3136
3970
|
"kind": 65536,
|
|
3137
3971
|
"kindString": "Type literal",
|
|
@@ -3145,14 +3979,14 @@
|
|
|
3145
3979
|
],
|
|
3146
3980
|
"signatures": [
|
|
3147
3981
|
{
|
|
3148
|
-
"id":
|
|
3982
|
+
"id": 65,
|
|
3149
3983
|
"name": "__type",
|
|
3150
3984
|
"kind": 4096,
|
|
3151
3985
|
"kindString": "Call signature",
|
|
3152
3986
|
"flags": {},
|
|
3153
3987
|
"parameters": [
|
|
3154
3988
|
{
|
|
3155
|
-
"id":
|
|
3989
|
+
"id": 66,
|
|
3156
3990
|
"name": "theme",
|
|
3157
3991
|
"kind": 32768,
|
|
3158
3992
|
"kindString": "Parameter",
|
|
@@ -3256,7 +4090,7 @@
|
|
|
3256
4090
|
}
|
|
3257
4091
|
},
|
|
3258
4092
|
{
|
|
3259
|
-
"id":
|
|
4093
|
+
"id": 59,
|
|
3260
4094
|
"name": "borderTop",
|
|
3261
4095
|
"kind": 1024,
|
|
3262
4096
|
"kindString": "Property",
|
|
@@ -3346,7 +4180,7 @@
|
|
|
3346
4180
|
{
|
|
3347
4181
|
"type": "reflection",
|
|
3348
4182
|
"declaration": {
|
|
3349
|
-
"id":
|
|
4183
|
+
"id": 60,
|
|
3350
4184
|
"name": "__type",
|
|
3351
4185
|
"kind": 65536,
|
|
3352
4186
|
"kindString": "Type literal",
|
|
@@ -3360,14 +4194,14 @@
|
|
|
3360
4194
|
],
|
|
3361
4195
|
"signatures": [
|
|
3362
4196
|
{
|
|
3363
|
-
"id":
|
|
4197
|
+
"id": 61,
|
|
3364
4198
|
"name": "__type",
|
|
3365
4199
|
"kind": 4096,
|
|
3366
4200
|
"kindString": "Call signature",
|
|
3367
4201
|
"flags": {},
|
|
3368
4202
|
"parameters": [
|
|
3369
4203
|
{
|
|
3370
|
-
"id":
|
|
4204
|
+
"id": 62,
|
|
3371
4205
|
"name": "theme",
|
|
3372
4206
|
"kind": 32768,
|
|
3373
4207
|
"kindString": "Parameter",
|
|
@@ -3471,7 +4305,7 @@
|
|
|
3471
4305
|
}
|
|
3472
4306
|
},
|
|
3473
4307
|
{
|
|
3474
|
-
"id":
|
|
4308
|
+
"id": 231,
|
|
3475
4309
|
"name": "bottom",
|
|
3476
4310
|
"kind": 1024,
|
|
3477
4311
|
"kindString": "Property",
|
|
@@ -3561,7 +4395,7 @@
|
|
|
3561
4395
|
{
|
|
3562
4396
|
"type": "reflection",
|
|
3563
4397
|
"declaration": {
|
|
3564
|
-
"id":
|
|
4398
|
+
"id": 232,
|
|
3565
4399
|
"name": "__type",
|
|
3566
4400
|
"kind": 65536,
|
|
3567
4401
|
"kindString": "Type literal",
|
|
@@ -3575,14 +4409,14 @@
|
|
|
3575
4409
|
],
|
|
3576
4410
|
"signatures": [
|
|
3577
4411
|
{
|
|
3578
|
-
"id":
|
|
4412
|
+
"id": 233,
|
|
3579
4413
|
"name": "__type",
|
|
3580
4414
|
"kind": 4096,
|
|
3581
4415
|
"kindString": "Call signature",
|
|
3582
4416
|
"flags": {},
|
|
3583
4417
|
"parameters": [
|
|
3584
4418
|
{
|
|
3585
|
-
"id":
|
|
4419
|
+
"id": 234,
|
|
3586
4420
|
"name": "theme",
|
|
3587
4421
|
"kind": 32768,
|
|
3588
4422
|
"kindString": "Parameter",
|
|
@@ -3686,7 +4520,7 @@
|
|
|
3686
4520
|
}
|
|
3687
4521
|
},
|
|
3688
4522
|
{
|
|
3689
|
-
"id":
|
|
4523
|
+
"id": 239,
|
|
3690
4524
|
"name": "boxShadow",
|
|
3691
4525
|
"kind": 1024,
|
|
3692
4526
|
"kindString": "Property",
|
|
@@ -3724,7 +4558,7 @@
|
|
|
3724
4558
|
{
|
|
3725
4559
|
"type": "reflection",
|
|
3726
4560
|
"declaration": {
|
|
3727
|
-
"id":
|
|
4561
|
+
"id": 240,
|
|
3728
4562
|
"name": "__type",
|
|
3729
4563
|
"kind": 65536,
|
|
3730
4564
|
"kindString": "Type literal",
|
|
@@ -3738,14 +4572,14 @@
|
|
|
3738
4572
|
],
|
|
3739
4573
|
"signatures": [
|
|
3740
4574
|
{
|
|
3741
|
-
"id":
|
|
4575
|
+
"id": 241,
|
|
3742
4576
|
"name": "__type",
|
|
3743
4577
|
"kind": 4096,
|
|
3744
4578
|
"kindString": "Call signature",
|
|
3745
4579
|
"flags": {},
|
|
3746
4580
|
"parameters": [
|
|
3747
4581
|
{
|
|
3748
|
-
"id":
|
|
4582
|
+
"id": 242,
|
|
3749
4583
|
"name": "theme",
|
|
3750
4584
|
"kind": 32768,
|
|
3751
4585
|
"kindString": "Parameter",
|
|
@@ -3797,7 +4631,7 @@
|
|
|
3797
4631
|
}
|
|
3798
4632
|
},
|
|
3799
4633
|
{
|
|
3800
|
-
"id":
|
|
4634
|
+
"id": 267,
|
|
3801
4635
|
"name": "boxSizing",
|
|
3802
4636
|
"kind": 1024,
|
|
3803
4637
|
"kindString": "Property",
|
|
@@ -3857,7 +4691,7 @@
|
|
|
3857
4691
|
{
|
|
3858
4692
|
"type": "reflection",
|
|
3859
4693
|
"declaration": {
|
|
3860
|
-
"id":
|
|
4694
|
+
"id": 268,
|
|
3861
4695
|
"name": "__type",
|
|
3862
4696
|
"kind": 65536,
|
|
3863
4697
|
"kindString": "Type literal",
|
|
@@ -3871,14 +4705,14 @@
|
|
|
3871
4705
|
],
|
|
3872
4706
|
"signatures": [
|
|
3873
4707
|
{
|
|
3874
|
-
"id":
|
|
4708
|
+
"id": 269,
|
|
3875
4709
|
"name": "__type",
|
|
3876
4710
|
"kind": 4096,
|
|
3877
4711
|
"kindString": "Call signature",
|
|
3878
4712
|
"flags": {},
|
|
3879
4713
|
"parameters": [
|
|
3880
4714
|
{
|
|
3881
|
-
"id":
|
|
4715
|
+
"id": 270,
|
|
3882
4716
|
"name": "theme",
|
|
3883
4717
|
"kind": 32768,
|
|
3884
4718
|
"kindString": "Parameter",
|
|
@@ -3952,7 +4786,7 @@
|
|
|
3952
4786
|
}
|
|
3953
4787
|
},
|
|
3954
4788
|
{
|
|
3955
|
-
"id":
|
|
4789
|
+
"id": 49,
|
|
3956
4790
|
"name": "color",
|
|
3957
4791
|
"kind": 1024,
|
|
3958
4792
|
"kindString": "Property",
|
|
@@ -3993,7 +4827,7 @@
|
|
|
3993
4827
|
{
|
|
3994
4828
|
"type": "reflection",
|
|
3995
4829
|
"declaration": {
|
|
3996
|
-
"id":
|
|
4830
|
+
"id": 50,
|
|
3997
4831
|
"name": "__type",
|
|
3998
4832
|
"kind": 65536,
|
|
3999
4833
|
"kindString": "Type literal",
|
|
@@ -4007,14 +4841,14 @@
|
|
|
4007
4841
|
],
|
|
4008
4842
|
"signatures": [
|
|
4009
4843
|
{
|
|
4010
|
-
"id":
|
|
4844
|
+
"id": 51,
|
|
4011
4845
|
"name": "__type",
|
|
4012
4846
|
"kind": 4096,
|
|
4013
4847
|
"kindString": "Call signature",
|
|
4014
4848
|
"flags": {},
|
|
4015
4849
|
"parameters": [
|
|
4016
4850
|
{
|
|
4017
|
-
"id":
|
|
4851
|
+
"id": 52,
|
|
4018
4852
|
"name": "theme",
|
|
4019
4853
|
"kind": 32768,
|
|
4020
4854
|
"kindString": "Parameter",
|
|
@@ -4069,7 +4903,7 @@
|
|
|
4069
4903
|
}
|
|
4070
4904
|
},
|
|
4071
4905
|
{
|
|
4072
|
-
"id":
|
|
4906
|
+
"id": 163,
|
|
4073
4907
|
"name": "columnGap",
|
|
4074
4908
|
"kind": 1024,
|
|
4075
4909
|
"kindString": "Property",
|
|
@@ -4159,7 +4993,7 @@
|
|
|
4159
4993
|
{
|
|
4160
4994
|
"type": "reflection",
|
|
4161
4995
|
"declaration": {
|
|
4162
|
-
"id":
|
|
4996
|
+
"id": 164,
|
|
4163
4997
|
"name": "__type",
|
|
4164
4998
|
"kind": 65536,
|
|
4165
4999
|
"kindString": "Type literal",
|
|
@@ -4173,14 +5007,14 @@
|
|
|
4173
5007
|
],
|
|
4174
5008
|
"signatures": [
|
|
4175
5009
|
{
|
|
4176
|
-
"id":
|
|
5010
|
+
"id": 165,
|
|
4177
5011
|
"name": "__type",
|
|
4178
5012
|
"kind": 4096,
|
|
4179
5013
|
"kindString": "Call signature",
|
|
4180
5014
|
"flags": {},
|
|
4181
5015
|
"parameters": [
|
|
4182
5016
|
{
|
|
4183
|
-
"id":
|
|
5017
|
+
"id": 166,
|
|
4184
5018
|
"name": "theme",
|
|
4185
5019
|
"kind": 32768,
|
|
4186
5020
|
"kindString": "Parameter",
|
|
@@ -4284,7 +5118,7 @@
|
|
|
4284
5118
|
}
|
|
4285
5119
|
},
|
|
4286
5120
|
{
|
|
4287
|
-
"id":
|
|
5121
|
+
"id": 42,
|
|
4288
5122
|
"name": "customError",
|
|
4289
5123
|
"kind": 1024,
|
|
4290
5124
|
"kindString": "Property",
|
|
@@ -4296,7 +5130,7 @@
|
|
|
4296
5130
|
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
|
|
4297
5131
|
"line": 7,
|
|
4298
5132
|
"character": 2,
|
|
4299
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
5133
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L7"
|
|
4300
5134
|
}
|
|
4301
5135
|
],
|
|
4302
5136
|
"type": {
|
|
@@ -4307,7 +5141,7 @@
|
|
|
4307
5141
|
}
|
|
4308
5142
|
},
|
|
4309
5143
|
{
|
|
4310
|
-
"id":
|
|
5144
|
+
"id": 83,
|
|
4311
5145
|
"name": "display",
|
|
4312
5146
|
"kind": 1024,
|
|
4313
5147
|
"kindString": "Property",
|
|
@@ -4348,7 +5182,7 @@
|
|
|
4348
5182
|
{
|
|
4349
5183
|
"type": "reflection",
|
|
4350
5184
|
"declaration": {
|
|
4351
|
-
"id":
|
|
5185
|
+
"id": 84,
|
|
4352
5186
|
"name": "__type",
|
|
4353
5187
|
"kind": 65536,
|
|
4354
5188
|
"kindString": "Type literal",
|
|
@@ -4362,14 +5196,14 @@
|
|
|
4362
5196
|
],
|
|
4363
5197
|
"signatures": [
|
|
4364
5198
|
{
|
|
4365
|
-
"id":
|
|
5199
|
+
"id": 85,
|
|
4366
5200
|
"name": "__type",
|
|
4367
5201
|
"kind": 4096,
|
|
4368
5202
|
"kindString": "Call signature",
|
|
4369
5203
|
"flags": {},
|
|
4370
5204
|
"parameters": [
|
|
4371
5205
|
{
|
|
4372
|
-
"id":
|
|
5206
|
+
"id": 86,
|
|
4373
5207
|
"name": "theme",
|
|
4374
5208
|
"kind": 32768,
|
|
4375
5209
|
"kindString": "Parameter",
|
|
@@ -4424,7 +5258,7 @@
|
|
|
4424
5258
|
}
|
|
4425
5259
|
},
|
|
4426
5260
|
{
|
|
4427
|
-
"id":
|
|
5261
|
+
"id": 87,
|
|
4428
5262
|
"name": "displayPrint",
|
|
4429
5263
|
"kind": 1024,
|
|
4430
5264
|
"kindString": "Property",
|
|
@@ -4465,7 +5299,7 @@
|
|
|
4465
5299
|
{
|
|
4466
5300
|
"type": "reflection",
|
|
4467
5301
|
"declaration": {
|
|
4468
|
-
"id":
|
|
5302
|
+
"id": 88,
|
|
4469
5303
|
"name": "__type",
|
|
4470
5304
|
"kind": 65536,
|
|
4471
5305
|
"kindString": "Type literal",
|
|
@@ -4479,14 +5313,14 @@
|
|
|
4479
5313
|
],
|
|
4480
5314
|
"signatures": [
|
|
4481
5315
|
{
|
|
4482
|
-
"id":
|
|
5316
|
+
"id": 89,
|
|
4483
5317
|
"name": "__type",
|
|
4484
5318
|
"kind": 4096,
|
|
4485
5319
|
"kindString": "Call signature",
|
|
4486
5320
|
"flags": {},
|
|
4487
5321
|
"parameters": [
|
|
4488
5322
|
{
|
|
4489
|
-
"id":
|
|
5323
|
+
"id": 90,
|
|
4490
5324
|
"name": "theme",
|
|
4491
5325
|
"kind": 32768,
|
|
4492
5326
|
"kindString": "Parameter",
|
|
@@ -4541,7 +5375,7 @@
|
|
|
4541
5375
|
}
|
|
4542
5376
|
},
|
|
4543
5377
|
{
|
|
4544
|
-
"id":
|
|
5378
|
+
"id": 135,
|
|
4545
5379
|
"name": "flex",
|
|
4546
5380
|
"kind": 1024,
|
|
4547
5381
|
"kindString": "Property",
|
|
@@ -4631,7 +5465,7 @@
|
|
|
4631
5465
|
{
|
|
4632
5466
|
"type": "reflection",
|
|
4633
5467
|
"declaration": {
|
|
4634
|
-
"id":
|
|
5468
|
+
"id": 136,
|
|
4635
5469
|
"name": "__type",
|
|
4636
5470
|
"kind": 65536,
|
|
4637
5471
|
"kindString": "Type literal",
|
|
@@ -4645,14 +5479,14 @@
|
|
|
4645
5479
|
],
|
|
4646
5480
|
"signatures": [
|
|
4647
5481
|
{
|
|
4648
|
-
"id":
|
|
5482
|
+
"id": 137,
|
|
4649
5483
|
"name": "__type",
|
|
4650
5484
|
"kind": 4096,
|
|
4651
5485
|
"kindString": "Call signature",
|
|
4652
5486
|
"flags": {},
|
|
4653
5487
|
"parameters": [
|
|
4654
5488
|
{
|
|
4655
|
-
"id":
|
|
5489
|
+
"id": 138,
|
|
4656
5490
|
"name": "theme",
|
|
4657
5491
|
"kind": 32768,
|
|
4658
5492
|
"kindString": "Parameter",
|
|
@@ -4756,7 +5590,7 @@
|
|
|
4756
5590
|
}
|
|
4757
5591
|
},
|
|
4758
5592
|
{
|
|
4759
|
-
"id":
|
|
5593
|
+
"id": 107,
|
|
4760
5594
|
"name": "flexBasis",
|
|
4761
5595
|
"kind": 1024,
|
|
4762
5596
|
"kindString": "Property",
|
|
@@ -4846,7 +5680,7 @@
|
|
|
4846
5680
|
{
|
|
4847
5681
|
"type": "reflection",
|
|
4848
5682
|
"declaration": {
|
|
4849
|
-
"id":
|
|
5683
|
+
"id": 108,
|
|
4850
5684
|
"name": "__type",
|
|
4851
5685
|
"kind": 65536,
|
|
4852
5686
|
"kindString": "Type literal",
|
|
@@ -4860,14 +5694,14 @@
|
|
|
4860
5694
|
],
|
|
4861
5695
|
"signatures": [
|
|
4862
5696
|
{
|
|
4863
|
-
"id":
|
|
5697
|
+
"id": 109,
|
|
4864
5698
|
"name": "__type",
|
|
4865
5699
|
"kind": 4096,
|
|
4866
5700
|
"kindString": "Call signature",
|
|
4867
5701
|
"flags": {},
|
|
4868
5702
|
"parameters": [
|
|
4869
5703
|
{
|
|
4870
|
-
"id":
|
|
5704
|
+
"id": 110,
|
|
4871
5705
|
"name": "theme",
|
|
4872
5706
|
"kind": 32768,
|
|
4873
5707
|
"kindString": "Parameter",
|
|
@@ -4971,7 +5805,7 @@
|
|
|
4971
5805
|
}
|
|
4972
5806
|
},
|
|
4973
5807
|
{
|
|
4974
|
-
"id":
|
|
5808
|
+
"id": 111,
|
|
4975
5809
|
"name": "flexDirection",
|
|
4976
5810
|
"kind": 1024,
|
|
4977
5811
|
"kindString": "Property",
|
|
@@ -5031,7 +5865,7 @@
|
|
|
5031
5865
|
{
|
|
5032
5866
|
"type": "reflection",
|
|
5033
5867
|
"declaration": {
|
|
5034
|
-
"id":
|
|
5868
|
+
"id": 112,
|
|
5035
5869
|
"name": "__type",
|
|
5036
5870
|
"kind": 65536,
|
|
5037
5871
|
"kindString": "Type literal",
|
|
@@ -5045,14 +5879,14 @@
|
|
|
5045
5879
|
],
|
|
5046
5880
|
"signatures": [
|
|
5047
5881
|
{
|
|
5048
|
-
"id":
|
|
5882
|
+
"id": 113,
|
|
5049
5883
|
"name": "__type",
|
|
5050
5884
|
"kind": 4096,
|
|
5051
5885
|
"kindString": "Call signature",
|
|
5052
5886
|
"flags": {},
|
|
5053
5887
|
"parameters": [
|
|
5054
5888
|
{
|
|
5055
|
-
"id":
|
|
5889
|
+
"id": 114,
|
|
5056
5890
|
"name": "theme",
|
|
5057
5891
|
"kind": 32768,
|
|
5058
5892
|
"kindString": "Parameter",
|
|
@@ -5126,7 +5960,7 @@
|
|
|
5126
5960
|
}
|
|
5127
5961
|
},
|
|
5128
5962
|
{
|
|
5129
|
-
"id":
|
|
5963
|
+
"id": 139,
|
|
5130
5964
|
"name": "flexGrow",
|
|
5131
5965
|
"kind": 1024,
|
|
5132
5966
|
"kindString": "Property",
|
|
@@ -5186,7 +6020,7 @@
|
|
|
5186
6020
|
{
|
|
5187
6021
|
"type": "reflection",
|
|
5188
6022
|
"declaration": {
|
|
5189
|
-
"id":
|
|
6023
|
+
"id": 140,
|
|
5190
6024
|
"name": "__type",
|
|
5191
6025
|
"kind": 65536,
|
|
5192
6026
|
"kindString": "Type literal",
|
|
@@ -5200,14 +6034,14 @@
|
|
|
5200
6034
|
],
|
|
5201
6035
|
"signatures": [
|
|
5202
6036
|
{
|
|
5203
|
-
"id":
|
|
6037
|
+
"id": 141,
|
|
5204
6038
|
"name": "__type",
|
|
5205
6039
|
"kind": 4096,
|
|
5206
6040
|
"kindString": "Call signature",
|
|
5207
6041
|
"flags": {},
|
|
5208
6042
|
"parameters": [
|
|
5209
6043
|
{
|
|
5210
|
-
"id":
|
|
6044
|
+
"id": 142,
|
|
5211
6045
|
"name": "theme",
|
|
5212
6046
|
"kind": 32768,
|
|
5213
6047
|
"kindString": "Parameter",
|
|
@@ -5281,7 +6115,7 @@
|
|
|
5281
6115
|
}
|
|
5282
6116
|
},
|
|
5283
6117
|
{
|
|
5284
|
-
"id":
|
|
6118
|
+
"id": 143,
|
|
5285
6119
|
"name": "flexShrink",
|
|
5286
6120
|
"kind": 1024,
|
|
5287
6121
|
"kindString": "Property",
|
|
@@ -5341,7 +6175,7 @@
|
|
|
5341
6175
|
{
|
|
5342
6176
|
"type": "reflection",
|
|
5343
6177
|
"declaration": {
|
|
5344
|
-
"id":
|
|
6178
|
+
"id": 144,
|
|
5345
6179
|
"name": "__type",
|
|
5346
6180
|
"kind": 65536,
|
|
5347
6181
|
"kindString": "Type literal",
|
|
@@ -5355,14 +6189,14 @@
|
|
|
5355
6189
|
],
|
|
5356
6190
|
"signatures": [
|
|
5357
6191
|
{
|
|
5358
|
-
"id":
|
|
6192
|
+
"id": 145,
|
|
5359
6193
|
"name": "__type",
|
|
5360
6194
|
"kind": 4096,
|
|
5361
6195
|
"kindString": "Call signature",
|
|
5362
6196
|
"flags": {},
|
|
5363
6197
|
"parameters": [
|
|
5364
6198
|
{
|
|
5365
|
-
"id":
|
|
6199
|
+
"id": 146,
|
|
5366
6200
|
"name": "theme",
|
|
5367
6201
|
"kind": 32768,
|
|
5368
6202
|
"kindString": "Parameter",
|
|
@@ -5436,7 +6270,7 @@
|
|
|
5436
6270
|
}
|
|
5437
6271
|
},
|
|
5438
6272
|
{
|
|
5439
|
-
"id":
|
|
6273
|
+
"id": 115,
|
|
5440
6274
|
"name": "flexWrap",
|
|
5441
6275
|
"kind": 1024,
|
|
5442
6276
|
"kindString": "Property",
|
|
@@ -5496,7 +6330,7 @@
|
|
|
5496
6330
|
{
|
|
5497
6331
|
"type": "reflection",
|
|
5498
6332
|
"declaration": {
|
|
5499
|
-
"id":
|
|
6333
|
+
"id": 116,
|
|
5500
6334
|
"name": "__type",
|
|
5501
6335
|
"kind": 65536,
|
|
5502
6336
|
"kindString": "Type literal",
|
|
@@ -5510,14 +6344,14 @@
|
|
|
5510
6344
|
],
|
|
5511
6345
|
"signatures": [
|
|
5512
6346
|
{
|
|
5513
|
-
"id":
|
|
6347
|
+
"id": 117,
|
|
5514
6348
|
"name": "__type",
|
|
5515
6349
|
"kind": 4096,
|
|
5516
6350
|
"kindString": "Call signature",
|
|
5517
6351
|
"flags": {},
|
|
5518
6352
|
"parameters": [
|
|
5519
6353
|
{
|
|
5520
|
-
"id":
|
|
6354
|
+
"id": 118,
|
|
5521
6355
|
"name": "theme",
|
|
5522
6356
|
"kind": 32768,
|
|
5523
6357
|
"kindString": "Parameter",
|
|
@@ -5591,7 +6425,7 @@
|
|
|
5591
6425
|
}
|
|
5592
6426
|
},
|
|
5593
6427
|
{
|
|
5594
|
-
"id":
|
|
6428
|
+
"id": 383,
|
|
5595
6429
|
"name": "fontFamily",
|
|
5596
6430
|
"kind": 1024,
|
|
5597
6431
|
"kindString": "Property",
|
|
@@ -5632,7 +6466,7 @@
|
|
|
5632
6466
|
{
|
|
5633
6467
|
"type": "reflection",
|
|
5634
6468
|
"declaration": {
|
|
5635
|
-
"id":
|
|
6469
|
+
"id": 384,
|
|
5636
6470
|
"name": "__type",
|
|
5637
6471
|
"kind": 65536,
|
|
5638
6472
|
"kindString": "Type literal",
|
|
@@ -5646,14 +6480,14 @@
|
|
|
5646
6480
|
],
|
|
5647
6481
|
"signatures": [
|
|
5648
6482
|
{
|
|
5649
|
-
"id":
|
|
6483
|
+
"id": 385,
|
|
5650
6484
|
"name": "__type",
|
|
5651
6485
|
"kind": 4096,
|
|
5652
6486
|
"kindString": "Call signature",
|
|
5653
6487
|
"flags": {},
|
|
5654
6488
|
"parameters": [
|
|
5655
6489
|
{
|
|
5656
|
-
"id":
|
|
6490
|
+
"id": 386,
|
|
5657
6491
|
"name": "theme",
|
|
5658
6492
|
"kind": 32768,
|
|
5659
6493
|
"kindString": "Parameter",
|
|
@@ -5708,7 +6542,7 @@
|
|
|
5708
6542
|
}
|
|
5709
6543
|
},
|
|
5710
6544
|
{
|
|
5711
|
-
"id":
|
|
6545
|
+
"id": 387,
|
|
5712
6546
|
"name": "fontSize",
|
|
5713
6547
|
"kind": 1024,
|
|
5714
6548
|
"kindString": "Property",
|
|
@@ -5798,7 +6632,7 @@
|
|
|
5798
6632
|
{
|
|
5799
6633
|
"type": "reflection",
|
|
5800
6634
|
"declaration": {
|
|
5801
|
-
"id":
|
|
6635
|
+
"id": 388,
|
|
5802
6636
|
"name": "__type",
|
|
5803
6637
|
"kind": 65536,
|
|
5804
6638
|
"kindString": "Type literal",
|
|
@@ -5812,14 +6646,14 @@
|
|
|
5812
6646
|
],
|
|
5813
6647
|
"signatures": [
|
|
5814
6648
|
{
|
|
5815
|
-
"id":
|
|
6649
|
+
"id": 389,
|
|
5816
6650
|
"name": "__type",
|
|
5817
6651
|
"kind": 4096,
|
|
5818
6652
|
"kindString": "Call signature",
|
|
5819
6653
|
"flags": {},
|
|
5820
6654
|
"parameters": [
|
|
5821
6655
|
{
|
|
5822
|
-
"id":
|
|
6656
|
+
"id": 390,
|
|
5823
6657
|
"name": "theme",
|
|
5824
6658
|
"kind": 32768,
|
|
5825
6659
|
"kindString": "Parameter",
|
|
@@ -5923,7 +6757,7 @@
|
|
|
5923
6757
|
}
|
|
5924
6758
|
},
|
|
5925
6759
|
{
|
|
5926
|
-
"id":
|
|
6760
|
+
"id": 391,
|
|
5927
6761
|
"name": "fontStyle",
|
|
5928
6762
|
"kind": 1024,
|
|
5929
6763
|
"kindString": "Property",
|
|
@@ -5964,7 +6798,7 @@
|
|
|
5964
6798
|
{
|
|
5965
6799
|
"type": "reflection",
|
|
5966
6800
|
"declaration": {
|
|
5967
|
-
"id":
|
|
6801
|
+
"id": 392,
|
|
5968
6802
|
"name": "__type",
|
|
5969
6803
|
"kind": 65536,
|
|
5970
6804
|
"kindString": "Type literal",
|
|
@@ -5978,14 +6812,14 @@
|
|
|
5978
6812
|
],
|
|
5979
6813
|
"signatures": [
|
|
5980
6814
|
{
|
|
5981
|
-
"id":
|
|
6815
|
+
"id": 393,
|
|
5982
6816
|
"name": "__type",
|
|
5983
6817
|
"kind": 4096,
|
|
5984
6818
|
"kindString": "Call signature",
|
|
5985
6819
|
"flags": {},
|
|
5986
6820
|
"parameters": [
|
|
5987
6821
|
{
|
|
5988
|
-
"id":
|
|
6822
|
+
"id": 394,
|
|
5989
6823
|
"name": "theme",
|
|
5990
6824
|
"kind": 32768,
|
|
5991
6825
|
"kindString": "Parameter",
|
|
@@ -6040,7 +6874,7 @@
|
|
|
6040
6874
|
}
|
|
6041
6875
|
},
|
|
6042
6876
|
{
|
|
6043
|
-
"id":
|
|
6877
|
+
"id": 395,
|
|
6044
6878
|
"name": "fontWeight",
|
|
6045
6879
|
"kind": 1024,
|
|
6046
6880
|
"kindString": "Property",
|
|
@@ -6072,7 +6906,7 @@
|
|
|
6072
6906
|
{
|
|
6073
6907
|
"type": "reflection",
|
|
6074
6908
|
"declaration": {
|
|
6075
|
-
"id":
|
|
6909
|
+
"id": 396,
|
|
6076
6910
|
"name": "__type",
|
|
6077
6911
|
"kind": 65536,
|
|
6078
6912
|
"kindString": "Type literal",
|
|
@@ -6091,7 +6925,7 @@
|
|
|
6091
6925
|
{
|
|
6092
6926
|
"type": "reflection",
|
|
6093
6927
|
"declaration": {
|
|
6094
|
-
"id":
|
|
6928
|
+
"id": 397,
|
|
6095
6929
|
"name": "__type",
|
|
6096
6930
|
"kind": 65536,
|
|
6097
6931
|
"kindString": "Type literal",
|
|
@@ -6110,7 +6944,7 @@
|
|
|
6110
6944
|
{
|
|
6111
6945
|
"type": "reflection",
|
|
6112
6946
|
"declaration": {
|
|
6113
|
-
"id":
|
|
6947
|
+
"id": 398,
|
|
6114
6948
|
"name": "__type",
|
|
6115
6949
|
"kind": 65536,
|
|
6116
6950
|
"kindString": "Type literal",
|
|
@@ -6124,14 +6958,14 @@
|
|
|
6124
6958
|
],
|
|
6125
6959
|
"signatures": [
|
|
6126
6960
|
{
|
|
6127
|
-
"id":
|
|
6961
|
+
"id": 399,
|
|
6128
6962
|
"name": "__type",
|
|
6129
6963
|
"kind": 4096,
|
|
6130
6964
|
"kindString": "Call signature",
|
|
6131
6965
|
"flags": {},
|
|
6132
6966
|
"parameters": [
|
|
6133
6967
|
{
|
|
6134
|
-
"id":
|
|
6968
|
+
"id": 400,
|
|
6135
6969
|
"name": "theme",
|
|
6136
6970
|
"kind": 32768,
|
|
6137
6971
|
"kindString": "Parameter",
|
|
@@ -6168,7 +7002,7 @@
|
|
|
6168
7002
|
{
|
|
6169
7003
|
"type": "reflection",
|
|
6170
7004
|
"declaration": {
|
|
6171
|
-
"id":
|
|
7005
|
+
"id": 401,
|
|
6172
7006
|
"name": "__type",
|
|
6173
7007
|
"kind": 65536,
|
|
6174
7008
|
"kindString": "Type literal",
|
|
@@ -6187,7 +7021,7 @@
|
|
|
6187
7021
|
{
|
|
6188
7022
|
"type": "reflection",
|
|
6189
7023
|
"declaration": {
|
|
6190
|
-
"id":
|
|
7024
|
+
"id": 402,
|
|
6191
7025
|
"name": "__type",
|
|
6192
7026
|
"kind": 65536,
|
|
6193
7027
|
"kindString": "Type literal",
|
|
@@ -6215,7 +7049,7 @@
|
|
|
6215
7049
|
}
|
|
6216
7050
|
},
|
|
6217
7051
|
{
|
|
6218
|
-
"id":
|
|
7052
|
+
"id": 159,
|
|
6219
7053
|
"name": "gap",
|
|
6220
7054
|
"kind": 1024,
|
|
6221
7055
|
"kindString": "Property",
|
|
@@ -6305,7 +7139,7 @@
|
|
|
6305
7139
|
{
|
|
6306
7140
|
"type": "reflection",
|
|
6307
7141
|
"declaration": {
|
|
6308
|
-
"id":
|
|
7142
|
+
"id": 160,
|
|
6309
7143
|
"name": "__type",
|
|
6310
7144
|
"kind": 65536,
|
|
6311
7145
|
"kindString": "Type literal",
|
|
@@ -6319,14 +7153,14 @@
|
|
|
6319
7153
|
],
|
|
6320
7154
|
"signatures": [
|
|
6321
7155
|
{
|
|
6322
|
-
"id":
|
|
7156
|
+
"id": 161,
|
|
6323
7157
|
"name": "__type",
|
|
6324
7158
|
"kind": 4096,
|
|
6325
7159
|
"kindString": "Call signature",
|
|
6326
7160
|
"flags": {},
|
|
6327
7161
|
"parameters": [
|
|
6328
7162
|
{
|
|
6329
|
-
"id":
|
|
7163
|
+
"id": 162,
|
|
6330
7164
|
"name": "theme",
|
|
6331
7165
|
"kind": 32768,
|
|
6332
7166
|
"kindString": "Parameter",
|
|
@@ -6430,7 +7264,7 @@
|
|
|
6430
7264
|
}
|
|
6431
7265
|
},
|
|
6432
7266
|
{
|
|
6433
|
-
"id":
|
|
7267
|
+
"id": 203,
|
|
6434
7268
|
"name": "gridArea",
|
|
6435
7269
|
"kind": 1024,
|
|
6436
7270
|
"kindString": "Property",
|
|
@@ -6490,7 +7324,7 @@
|
|
|
6490
7324
|
{
|
|
6491
7325
|
"type": "reflection",
|
|
6492
7326
|
"declaration": {
|
|
6493
|
-
"id":
|
|
7327
|
+
"id": 204,
|
|
6494
7328
|
"name": "__type",
|
|
6495
7329
|
"kind": 65536,
|
|
6496
7330
|
"kindString": "Type literal",
|
|
@@ -6504,14 +7338,14 @@
|
|
|
6504
7338
|
],
|
|
6505
7339
|
"signatures": [
|
|
6506
7340
|
{
|
|
6507
|
-
"id":
|
|
7341
|
+
"id": 205,
|
|
6508
7342
|
"name": "__type",
|
|
6509
7343
|
"kind": 4096,
|
|
6510
7344
|
"kindString": "Call signature",
|
|
6511
7345
|
"flags": {},
|
|
6512
7346
|
"parameters": [
|
|
6513
7347
|
{
|
|
6514
|
-
"id":
|
|
7348
|
+
"id": 206,
|
|
6515
7349
|
"name": "theme",
|
|
6516
7350
|
"kind": 32768,
|
|
6517
7351
|
"kindString": "Parameter",
|
|
@@ -6585,7 +7419,7 @@
|
|
|
6585
7419
|
}
|
|
6586
7420
|
},
|
|
6587
7421
|
{
|
|
6588
|
-
"id":
|
|
7422
|
+
"id": 183,
|
|
6589
7423
|
"name": "gridAutoColumns",
|
|
6590
7424
|
"kind": 1024,
|
|
6591
7425
|
"kindString": "Property",
|
|
@@ -6675,7 +7509,7 @@
|
|
|
6675
7509
|
{
|
|
6676
7510
|
"type": "reflection",
|
|
6677
7511
|
"declaration": {
|
|
6678
|
-
"id":
|
|
7512
|
+
"id": 184,
|
|
6679
7513
|
"name": "__type",
|
|
6680
7514
|
"kind": 65536,
|
|
6681
7515
|
"kindString": "Type literal",
|
|
@@ -6689,14 +7523,14 @@
|
|
|
6689
7523
|
],
|
|
6690
7524
|
"signatures": [
|
|
6691
7525
|
{
|
|
6692
|
-
"id":
|
|
7526
|
+
"id": 185,
|
|
6693
7527
|
"name": "__type",
|
|
6694
7528
|
"kind": 4096,
|
|
6695
7529
|
"kindString": "Call signature",
|
|
6696
7530
|
"flags": {},
|
|
6697
7531
|
"parameters": [
|
|
6698
7532
|
{
|
|
6699
|
-
"id":
|
|
7533
|
+
"id": 186,
|
|
6700
7534
|
"name": "theme",
|
|
6701
7535
|
"kind": 32768,
|
|
6702
7536
|
"kindString": "Parameter",
|
|
@@ -6800,7 +7634,7 @@
|
|
|
6800
7634
|
}
|
|
6801
7635
|
},
|
|
6802
7636
|
{
|
|
6803
|
-
"id":
|
|
7637
|
+
"id": 179,
|
|
6804
7638
|
"name": "gridAutoFlow",
|
|
6805
7639
|
"kind": 1024,
|
|
6806
7640
|
"kindString": "Property",
|
|
@@ -6841,7 +7675,7 @@
|
|
|
6841
7675
|
{
|
|
6842
7676
|
"type": "reflection",
|
|
6843
7677
|
"declaration": {
|
|
6844
|
-
"id":
|
|
7678
|
+
"id": 180,
|
|
6845
7679
|
"name": "__type",
|
|
6846
7680
|
"kind": 65536,
|
|
6847
7681
|
"kindString": "Type literal",
|
|
@@ -6855,14 +7689,14 @@
|
|
|
6855
7689
|
],
|
|
6856
7690
|
"signatures": [
|
|
6857
7691
|
{
|
|
6858
|
-
"id":
|
|
7692
|
+
"id": 181,
|
|
6859
7693
|
"name": "__type",
|
|
6860
7694
|
"kind": 4096,
|
|
6861
7695
|
"kindString": "Call signature",
|
|
6862
7696
|
"flags": {},
|
|
6863
7697
|
"parameters": [
|
|
6864
7698
|
{
|
|
6865
|
-
"id":
|
|
7699
|
+
"id": 182,
|
|
6866
7700
|
"name": "theme",
|
|
6867
7701
|
"kind": 32768,
|
|
6868
7702
|
"kindString": "Parameter",
|
|
@@ -6917,7 +7751,7 @@
|
|
|
6917
7751
|
}
|
|
6918
7752
|
},
|
|
6919
7753
|
{
|
|
6920
|
-
"id":
|
|
7754
|
+
"id": 187,
|
|
6921
7755
|
"name": "gridAutoRows",
|
|
6922
7756
|
"kind": 1024,
|
|
6923
7757
|
"kindString": "Property",
|
|
@@ -7007,7 +7841,7 @@
|
|
|
7007
7841
|
{
|
|
7008
7842
|
"type": "reflection",
|
|
7009
7843
|
"declaration": {
|
|
7010
|
-
"id":
|
|
7844
|
+
"id": 188,
|
|
7011
7845
|
"name": "__type",
|
|
7012
7846
|
"kind": 65536,
|
|
7013
7847
|
"kindString": "Type literal",
|
|
@@ -7021,14 +7855,14 @@
|
|
|
7021
7855
|
],
|
|
7022
7856
|
"signatures": [
|
|
7023
7857
|
{
|
|
7024
|
-
"id":
|
|
7858
|
+
"id": 189,
|
|
7025
7859
|
"name": "__type",
|
|
7026
7860
|
"kind": 4096,
|
|
7027
7861
|
"kindString": "Call signature",
|
|
7028
7862
|
"flags": {},
|
|
7029
7863
|
"parameters": [
|
|
7030
7864
|
{
|
|
7031
|
-
"id":
|
|
7865
|
+
"id": 190,
|
|
7032
7866
|
"name": "theme",
|
|
7033
7867
|
"kind": 32768,
|
|
7034
7868
|
"kindString": "Parameter",
|
|
@@ -7132,7 +7966,7 @@
|
|
|
7132
7966
|
}
|
|
7133
7967
|
},
|
|
7134
7968
|
{
|
|
7135
|
-
"id":
|
|
7969
|
+
"id": 171,
|
|
7136
7970
|
"name": "gridColumn",
|
|
7137
7971
|
"kind": 1024,
|
|
7138
7972
|
"kindString": "Property",
|
|
@@ -7192,7 +8026,7 @@
|
|
|
7192
8026
|
{
|
|
7193
8027
|
"type": "reflection",
|
|
7194
8028
|
"declaration": {
|
|
7195
|
-
"id":
|
|
8029
|
+
"id": 172,
|
|
7196
8030
|
"name": "__type",
|
|
7197
8031
|
"kind": 65536,
|
|
7198
8032
|
"kindString": "Type literal",
|
|
@@ -7206,14 +8040,14 @@
|
|
|
7206
8040
|
],
|
|
7207
8041
|
"signatures": [
|
|
7208
8042
|
{
|
|
7209
|
-
"id":
|
|
8043
|
+
"id": 173,
|
|
7210
8044
|
"name": "__type",
|
|
7211
8045
|
"kind": 4096,
|
|
7212
8046
|
"kindString": "Call signature",
|
|
7213
8047
|
"flags": {},
|
|
7214
8048
|
"parameters": [
|
|
7215
8049
|
{
|
|
7216
|
-
"id":
|
|
8050
|
+
"id": 174,
|
|
7217
8051
|
"name": "theme",
|
|
7218
8052
|
"kind": 32768,
|
|
7219
8053
|
"kindString": "Parameter",
|
|
@@ -7287,7 +8121,7 @@
|
|
|
7287
8121
|
}
|
|
7288
8122
|
},
|
|
7289
8123
|
{
|
|
7290
|
-
"id":
|
|
8124
|
+
"id": 175,
|
|
7291
8125
|
"name": "gridRow",
|
|
7292
8126
|
"kind": 1024,
|
|
7293
8127
|
"kindString": "Property",
|
|
@@ -7347,7 +8181,7 @@
|
|
|
7347
8181
|
{
|
|
7348
8182
|
"type": "reflection",
|
|
7349
8183
|
"declaration": {
|
|
7350
|
-
"id":
|
|
8184
|
+
"id": 176,
|
|
7351
8185
|
"name": "__type",
|
|
7352
8186
|
"kind": 65536,
|
|
7353
8187
|
"kindString": "Type literal",
|
|
@@ -7361,14 +8195,14 @@
|
|
|
7361
8195
|
],
|
|
7362
8196
|
"signatures": [
|
|
7363
8197
|
{
|
|
7364
|
-
"id":
|
|
8198
|
+
"id": 177,
|
|
7365
8199
|
"name": "__type",
|
|
7366
8200
|
"kind": 4096,
|
|
7367
8201
|
"kindString": "Call signature",
|
|
7368
8202
|
"flags": {},
|
|
7369
8203
|
"parameters": [
|
|
7370
8204
|
{
|
|
7371
|
-
"id":
|
|
8205
|
+
"id": 178,
|
|
7372
8206
|
"name": "theme",
|
|
7373
8207
|
"kind": 32768,
|
|
7374
8208
|
"kindString": "Parameter",
|
|
@@ -7442,7 +8276,7 @@
|
|
|
7442
8276
|
}
|
|
7443
8277
|
},
|
|
7444
8278
|
{
|
|
7445
|
-
"id":
|
|
8279
|
+
"id": 199,
|
|
7446
8280
|
"name": "gridTemplateAreas",
|
|
7447
8281
|
"kind": 1024,
|
|
7448
8282
|
"kindString": "Property",
|
|
@@ -7483,7 +8317,7 @@
|
|
|
7483
8317
|
{
|
|
7484
8318
|
"type": "reflection",
|
|
7485
8319
|
"declaration": {
|
|
7486
|
-
"id":
|
|
8320
|
+
"id": 200,
|
|
7487
8321
|
"name": "__type",
|
|
7488
8322
|
"kind": 65536,
|
|
7489
8323
|
"kindString": "Type literal",
|
|
@@ -7497,14 +8331,14 @@
|
|
|
7497
8331
|
],
|
|
7498
8332
|
"signatures": [
|
|
7499
8333
|
{
|
|
7500
|
-
"id":
|
|
8334
|
+
"id": 201,
|
|
7501
8335
|
"name": "__type",
|
|
7502
8336
|
"kind": 4096,
|
|
7503
8337
|
"kindString": "Call signature",
|
|
7504
8338
|
"flags": {},
|
|
7505
8339
|
"parameters": [
|
|
7506
8340
|
{
|
|
7507
|
-
"id":
|
|
8341
|
+
"id": 202,
|
|
7508
8342
|
"name": "theme",
|
|
7509
8343
|
"kind": 32768,
|
|
7510
8344
|
"kindString": "Parameter",
|
|
@@ -7559,7 +8393,7 @@
|
|
|
7559
8393
|
}
|
|
7560
8394
|
},
|
|
7561
8395
|
{
|
|
7562
|
-
"id":
|
|
8396
|
+
"id": 191,
|
|
7563
8397
|
"name": "gridTemplateColumns",
|
|
7564
8398
|
"kind": 1024,
|
|
7565
8399
|
"kindString": "Property",
|
|
@@ -7649,7 +8483,7 @@
|
|
|
7649
8483
|
{
|
|
7650
8484
|
"type": "reflection",
|
|
7651
8485
|
"declaration": {
|
|
7652
|
-
"id":
|
|
8486
|
+
"id": 192,
|
|
7653
8487
|
"name": "__type",
|
|
7654
8488
|
"kind": 65536,
|
|
7655
8489
|
"kindString": "Type literal",
|
|
@@ -7663,14 +8497,14 @@
|
|
|
7663
8497
|
],
|
|
7664
8498
|
"signatures": [
|
|
7665
8499
|
{
|
|
7666
|
-
"id":
|
|
8500
|
+
"id": 193,
|
|
7667
8501
|
"name": "__type",
|
|
7668
8502
|
"kind": 4096,
|
|
7669
8503
|
"kindString": "Call signature",
|
|
7670
8504
|
"flags": {},
|
|
7671
8505
|
"parameters": [
|
|
7672
8506
|
{
|
|
7673
|
-
"id":
|
|
8507
|
+
"id": 194,
|
|
7674
8508
|
"name": "theme",
|
|
7675
8509
|
"kind": 32768,
|
|
7676
8510
|
"kindString": "Parameter",
|
|
@@ -7774,7 +8608,7 @@
|
|
|
7774
8608
|
}
|
|
7775
8609
|
},
|
|
7776
8610
|
{
|
|
7777
|
-
"id":
|
|
8611
|
+
"id": 195,
|
|
7778
8612
|
"name": "gridTemplateRows",
|
|
7779
8613
|
"kind": 1024,
|
|
7780
8614
|
"kindString": "Property",
|
|
@@ -7864,7 +8698,7 @@
|
|
|
7864
8698
|
{
|
|
7865
8699
|
"type": "reflection",
|
|
7866
8700
|
"declaration": {
|
|
7867
|
-
"id":
|
|
8701
|
+
"id": 196,
|
|
7868
8702
|
"name": "__type",
|
|
7869
8703
|
"kind": 65536,
|
|
7870
8704
|
"kindString": "Type literal",
|
|
@@ -7878,14 +8712,14 @@
|
|
|
7878
8712
|
],
|
|
7879
8713
|
"signatures": [
|
|
7880
8714
|
{
|
|
7881
|
-
"id":
|
|
8715
|
+
"id": 197,
|
|
7882
8716
|
"name": "__type",
|
|
7883
8717
|
"kind": 4096,
|
|
7884
8718
|
"kindString": "Call signature",
|
|
7885
8719
|
"flags": {},
|
|
7886
8720
|
"parameters": [
|
|
7887
8721
|
{
|
|
7888
|
-
"id":
|
|
8722
|
+
"id": 198,
|
|
7889
8723
|
"name": "theme",
|
|
7890
8724
|
"kind": 32768,
|
|
7891
8725
|
"kindString": "Parameter",
|
|
@@ -7989,7 +8823,7 @@
|
|
|
7989
8823
|
}
|
|
7990
8824
|
},
|
|
7991
8825
|
{
|
|
7992
|
-
"id":
|
|
8826
|
+
"id": 255,
|
|
7993
8827
|
"name": "height",
|
|
7994
8828
|
"kind": 1024,
|
|
7995
8829
|
"kindString": "Property",
|
|
@@ -8079,7 +8913,7 @@
|
|
|
8079
8913
|
{
|
|
8080
8914
|
"type": "reflection",
|
|
8081
8915
|
"declaration": {
|
|
8082
|
-
"id":
|
|
8916
|
+
"id": 256,
|
|
8083
8917
|
"name": "__type",
|
|
8084
8918
|
"kind": 65536,
|
|
8085
8919
|
"kindString": "Type literal",
|
|
@@ -8093,14 +8927,14 @@
|
|
|
8093
8927
|
],
|
|
8094
8928
|
"signatures": [
|
|
8095
8929
|
{
|
|
8096
|
-
"id":
|
|
8930
|
+
"id": 257,
|
|
8097
8931
|
"name": "__type",
|
|
8098
8932
|
"kind": 4096,
|
|
8099
8933
|
"kindString": "Call signature",
|
|
8100
8934
|
"flags": {},
|
|
8101
8935
|
"parameters": [
|
|
8102
8936
|
{
|
|
8103
|
-
"id":
|
|
8937
|
+
"id": 258,
|
|
8104
8938
|
"name": "theme",
|
|
8105
8939
|
"kind": 32768,
|
|
8106
8940
|
"kindString": "Parameter",
|
|
@@ -8204,7 +9038,7 @@
|
|
|
8204
9038
|
}
|
|
8205
9039
|
},
|
|
8206
9040
|
{
|
|
8207
|
-
"id":
|
|
9041
|
+
"id": 119,
|
|
8208
9042
|
"name": "justifyContent",
|
|
8209
9043
|
"kind": 1024,
|
|
8210
9044
|
"kindString": "Property",
|
|
@@ -8245,7 +9079,7 @@
|
|
|
8245
9079
|
{
|
|
8246
9080
|
"type": "reflection",
|
|
8247
9081
|
"declaration": {
|
|
8248
|
-
"id":
|
|
9082
|
+
"id": 120,
|
|
8249
9083
|
"name": "__type",
|
|
8250
9084
|
"kind": 65536,
|
|
8251
9085
|
"kindString": "Type literal",
|
|
@@ -8259,14 +9093,14 @@
|
|
|
8259
9093
|
],
|
|
8260
9094
|
"signatures": [
|
|
8261
9095
|
{
|
|
8262
|
-
"id":
|
|
9096
|
+
"id": 121,
|
|
8263
9097
|
"name": "__type",
|
|
8264
9098
|
"kind": 4096,
|
|
8265
9099
|
"kindString": "Call signature",
|
|
8266
9100
|
"flags": {},
|
|
8267
9101
|
"parameters": [
|
|
8268
9102
|
{
|
|
8269
|
-
"id":
|
|
9103
|
+
"id": 122,
|
|
8270
9104
|
"name": "theme",
|
|
8271
9105
|
"kind": 32768,
|
|
8272
9106
|
"kindString": "Parameter",
|
|
@@ -8321,7 +9155,7 @@
|
|
|
8321
9155
|
}
|
|
8322
9156
|
},
|
|
8323
9157
|
{
|
|
8324
|
-
"id":
|
|
9158
|
+
"id": 151,
|
|
8325
9159
|
"name": "justifyItems",
|
|
8326
9160
|
"kind": 1024,
|
|
8327
9161
|
"kindString": "Property",
|
|
@@ -8362,7 +9196,7 @@
|
|
|
8362
9196
|
{
|
|
8363
9197
|
"type": "reflection",
|
|
8364
9198
|
"declaration": {
|
|
8365
|
-
"id":
|
|
9199
|
+
"id": 152,
|
|
8366
9200
|
"name": "__type",
|
|
8367
9201
|
"kind": 65536,
|
|
8368
9202
|
"kindString": "Type literal",
|
|
@@ -8376,14 +9210,14 @@
|
|
|
8376
9210
|
],
|
|
8377
9211
|
"signatures": [
|
|
8378
9212
|
{
|
|
8379
|
-
"id":
|
|
9213
|
+
"id": 153,
|
|
8380
9214
|
"name": "__type",
|
|
8381
9215
|
"kind": 4096,
|
|
8382
9216
|
"kindString": "Call signature",
|
|
8383
9217
|
"flags": {},
|
|
8384
9218
|
"parameters": [
|
|
8385
9219
|
{
|
|
8386
|
-
"id":
|
|
9220
|
+
"id": 154,
|
|
8387
9221
|
"name": "theme",
|
|
8388
9222
|
"kind": 32768,
|
|
8389
9223
|
"kindString": "Parameter",
|
|
@@ -8438,7 +9272,7 @@
|
|
|
8438
9272
|
}
|
|
8439
9273
|
},
|
|
8440
9274
|
{
|
|
8441
|
-
"id":
|
|
9275
|
+
"id": 155,
|
|
8442
9276
|
"name": "justifySelf",
|
|
8443
9277
|
"kind": 1024,
|
|
8444
9278
|
"kindString": "Property",
|
|
@@ -8479,7 +9313,7 @@
|
|
|
8479
9313
|
{
|
|
8480
9314
|
"type": "reflection",
|
|
8481
9315
|
"declaration": {
|
|
8482
|
-
"id":
|
|
9316
|
+
"id": 156,
|
|
8483
9317
|
"name": "__type",
|
|
8484
9318
|
"kind": 65536,
|
|
8485
9319
|
"kindString": "Type literal",
|
|
@@ -8493,14 +9327,14 @@
|
|
|
8493
9327
|
],
|
|
8494
9328
|
"signatures": [
|
|
8495
9329
|
{
|
|
8496
|
-
"id":
|
|
9330
|
+
"id": 157,
|
|
8497
9331
|
"name": "__type",
|
|
8498
9332
|
"kind": 4096,
|
|
8499
9333
|
"kindString": "Call signature",
|
|
8500
9334
|
"flags": {},
|
|
8501
9335
|
"parameters": [
|
|
8502
9336
|
{
|
|
8503
|
-
"id":
|
|
9337
|
+
"id": 158,
|
|
8504
9338
|
"name": "theme",
|
|
8505
9339
|
"kind": 32768,
|
|
8506
9340
|
"kindString": "Parameter",
|
|
@@ -8555,7 +9389,7 @@
|
|
|
8555
9389
|
}
|
|
8556
9390
|
},
|
|
8557
9391
|
{
|
|
8558
|
-
"id":
|
|
9392
|
+
"id": 235,
|
|
8559
9393
|
"name": "left",
|
|
8560
9394
|
"kind": 1024,
|
|
8561
9395
|
"kindString": "Property",
|
|
@@ -8645,7 +9479,7 @@
|
|
|
8645
9479
|
{
|
|
8646
9480
|
"type": "reflection",
|
|
8647
9481
|
"declaration": {
|
|
8648
|
-
"id":
|
|
9482
|
+
"id": 236,
|
|
8649
9483
|
"name": "__type",
|
|
8650
9484
|
"kind": 65536,
|
|
8651
9485
|
"kindString": "Type literal",
|
|
@@ -8659,14 +9493,14 @@
|
|
|
8659
9493
|
],
|
|
8660
9494
|
"signatures": [
|
|
8661
9495
|
{
|
|
8662
|
-
"id":
|
|
9496
|
+
"id": 237,
|
|
8663
9497
|
"name": "__type",
|
|
8664
9498
|
"kind": 4096,
|
|
8665
9499
|
"kindString": "Call signature",
|
|
8666
9500
|
"flags": {},
|
|
8667
9501
|
"parameters": [
|
|
8668
9502
|
{
|
|
8669
|
-
"id":
|
|
9503
|
+
"id": 238,
|
|
8670
9504
|
"name": "theme",
|
|
8671
9505
|
"kind": 32768,
|
|
8672
9506
|
"kindString": "Parameter",
|
|
@@ -8770,7 +9604,7 @@
|
|
|
8770
9604
|
}
|
|
8771
9605
|
},
|
|
8772
9606
|
{
|
|
8773
|
-
"id":
|
|
9607
|
+
"id": 403,
|
|
8774
9608
|
"name": "letterSpacing",
|
|
8775
9609
|
"kind": 1024,
|
|
8776
9610
|
"kindString": "Property",
|
|
@@ -8860,7 +9694,7 @@
|
|
|
8860
9694
|
{
|
|
8861
9695
|
"type": "reflection",
|
|
8862
9696
|
"declaration": {
|
|
8863
|
-
"id":
|
|
9697
|
+
"id": 404,
|
|
8864
9698
|
"name": "__type",
|
|
8865
9699
|
"kind": 65536,
|
|
8866
9700
|
"kindString": "Type literal",
|
|
@@ -8874,14 +9708,14 @@
|
|
|
8874
9708
|
],
|
|
8875
9709
|
"signatures": [
|
|
8876
9710
|
{
|
|
8877
|
-
"id":
|
|
9711
|
+
"id": 405,
|
|
8878
9712
|
"name": "__type",
|
|
8879
9713
|
"kind": 4096,
|
|
8880
9714
|
"kindString": "Call signature",
|
|
8881
9715
|
"flags": {},
|
|
8882
9716
|
"parameters": [
|
|
8883
9717
|
{
|
|
8884
|
-
"id":
|
|
9718
|
+
"id": 406,
|
|
8885
9719
|
"name": "theme",
|
|
8886
9720
|
"kind": 32768,
|
|
8887
9721
|
"kindString": "Parameter",
|
|
@@ -8985,7 +9819,7 @@
|
|
|
8985
9819
|
}
|
|
8986
9820
|
},
|
|
8987
9821
|
{
|
|
8988
|
-
"id":
|
|
9822
|
+
"id": 407,
|
|
8989
9823
|
"name": "lineHeight",
|
|
8990
9824
|
"kind": 1024,
|
|
8991
9825
|
"kindString": "Property",
|
|
@@ -9075,7 +9909,7 @@
|
|
|
9075
9909
|
{
|
|
9076
9910
|
"type": "reflection",
|
|
9077
9911
|
"declaration": {
|
|
9078
|
-
"id":
|
|
9912
|
+
"id": 408,
|
|
9079
9913
|
"name": "__type",
|
|
9080
9914
|
"kind": 65536,
|
|
9081
9915
|
"kindString": "Type literal",
|
|
@@ -9089,14 +9923,14 @@
|
|
|
9089
9923
|
],
|
|
9090
9924
|
"signatures": [
|
|
9091
9925
|
{
|
|
9092
|
-
"id":
|
|
9926
|
+
"id": 409,
|
|
9093
9927
|
"name": "__type",
|
|
9094
9928
|
"kind": 4096,
|
|
9095
9929
|
"kindString": "Call signature",
|
|
9096
9930
|
"flags": {},
|
|
9097
9931
|
"parameters": [
|
|
9098
9932
|
{
|
|
9099
|
-
"id":
|
|
9933
|
+
"id": 410,
|
|
9100
9934
|
"name": "theme",
|
|
9101
9935
|
"kind": 32768,
|
|
9102
9936
|
"kindString": "Parameter",
|
|
@@ -9200,7 +10034,7 @@
|
|
|
9200
10034
|
}
|
|
9201
10035
|
},
|
|
9202
10036
|
{
|
|
9203
|
-
"id":
|
|
10037
|
+
"id": 271,
|
|
9204
10038
|
"name": "m",
|
|
9205
10039
|
"kind": 1024,
|
|
9206
10040
|
"kindString": "Property",
|
|
@@ -9290,7 +10124,7 @@
|
|
|
9290
10124
|
{
|
|
9291
10125
|
"type": "reflection",
|
|
9292
10126
|
"declaration": {
|
|
9293
|
-
"id":
|
|
10127
|
+
"id": 272,
|
|
9294
10128
|
"name": "__type",
|
|
9295
10129
|
"kind": 65536,
|
|
9296
10130
|
"kindString": "Type literal",
|
|
@@ -9304,14 +10138,14 @@
|
|
|
9304
10138
|
],
|
|
9305
10139
|
"signatures": [
|
|
9306
10140
|
{
|
|
9307
|
-
"id":
|
|
10141
|
+
"id": 273,
|
|
9308
10142
|
"name": "__type",
|
|
9309
10143
|
"kind": 4096,
|
|
9310
10144
|
"kindString": "Call signature",
|
|
9311
10145
|
"flags": {},
|
|
9312
10146
|
"parameters": [
|
|
9313
10147
|
{
|
|
9314
|
-
"id":
|
|
10148
|
+
"id": 274,
|
|
9315
10149
|
"name": "theme",
|
|
9316
10150
|
"kind": 32768,
|
|
9317
10151
|
"kindString": "Parameter",
|
|
@@ -9415,7 +10249,7 @@
|
|
|
9415
10249
|
}
|
|
9416
10250
|
},
|
|
9417
10251
|
{
|
|
9418
|
-
"id":
|
|
10252
|
+
"id": 323,
|
|
9419
10253
|
"name": "margin",
|
|
9420
10254
|
"kind": 1024,
|
|
9421
10255
|
"kindString": "Property",
|
|
@@ -9505,7 +10339,7 @@
|
|
|
9505
10339
|
{
|
|
9506
10340
|
"type": "reflection",
|
|
9507
10341
|
"declaration": {
|
|
9508
|
-
"id":
|
|
10342
|
+
"id": 324,
|
|
9509
10343
|
"name": "__type",
|
|
9510
10344
|
"kind": 65536,
|
|
9511
10345
|
"kindString": "Type literal",
|
|
@@ -9519,14 +10353,14 @@
|
|
|
9519
10353
|
],
|
|
9520
10354
|
"signatures": [
|
|
9521
10355
|
{
|
|
9522
|
-
"id":
|
|
10356
|
+
"id": 325,
|
|
9523
10357
|
"name": "__type",
|
|
9524
10358
|
"kind": 4096,
|
|
9525
10359
|
"kindString": "Call signature",
|
|
9526
10360
|
"flags": {},
|
|
9527
10361
|
"parameters": [
|
|
9528
10362
|
{
|
|
9529
|
-
"id":
|
|
10363
|
+
"id": 326,
|
|
9530
10364
|
"name": "theme",
|
|
9531
10365
|
"kind": 32768,
|
|
9532
10366
|
"kindString": "Parameter",
|
|
@@ -9630,7 +10464,7 @@
|
|
|
9630
10464
|
}
|
|
9631
10465
|
},
|
|
9632
10466
|
{
|
|
9633
|
-
"id":
|
|
10467
|
+
"id": 335,
|
|
9634
10468
|
"name": "marginBottom",
|
|
9635
10469
|
"kind": 1024,
|
|
9636
10470
|
"kindString": "Property",
|
|
@@ -9720,7 +10554,7 @@
|
|
|
9720
10554
|
{
|
|
9721
10555
|
"type": "reflection",
|
|
9722
10556
|
"declaration": {
|
|
9723
|
-
"id":
|
|
10557
|
+
"id": 336,
|
|
9724
10558
|
"name": "__type",
|
|
9725
10559
|
"kind": 65536,
|
|
9726
10560
|
"kindString": "Type literal",
|
|
@@ -9734,14 +10568,14 @@
|
|
|
9734
10568
|
],
|
|
9735
10569
|
"signatures": [
|
|
9736
10570
|
{
|
|
9737
|
-
"id":
|
|
10571
|
+
"id": 337,
|
|
9738
10572
|
"name": "__type",
|
|
9739
10573
|
"kind": 4096,
|
|
9740
10574
|
"kindString": "Call signature",
|
|
9741
10575
|
"flags": {},
|
|
9742
10576
|
"parameters": [
|
|
9743
10577
|
{
|
|
9744
|
-
"id":
|
|
10578
|
+
"id": 338,
|
|
9745
10579
|
"name": "theme",
|
|
9746
10580
|
"kind": 32768,
|
|
9747
10581
|
"kindString": "Parameter",
|
|
@@ -9845,7 +10679,7 @@
|
|
|
9845
10679
|
}
|
|
9846
10680
|
},
|
|
9847
10681
|
{
|
|
9848
|
-
"id":
|
|
10682
|
+
"id": 339,
|
|
9849
10683
|
"name": "marginLeft",
|
|
9850
10684
|
"kind": 1024,
|
|
9851
10685
|
"kindString": "Property",
|
|
@@ -9935,7 +10769,7 @@
|
|
|
9935
10769
|
{
|
|
9936
10770
|
"type": "reflection",
|
|
9937
10771
|
"declaration": {
|
|
9938
|
-
"id":
|
|
10772
|
+
"id": 340,
|
|
9939
10773
|
"name": "__type",
|
|
9940
10774
|
"kind": 65536,
|
|
9941
10775
|
"kindString": "Type literal",
|
|
@@ -9949,14 +10783,14 @@
|
|
|
9949
10783
|
],
|
|
9950
10784
|
"signatures": [
|
|
9951
10785
|
{
|
|
9952
|
-
"id":
|
|
10786
|
+
"id": 341,
|
|
9953
10787
|
"name": "__type",
|
|
9954
10788
|
"kind": 4096,
|
|
9955
10789
|
"kindString": "Call signature",
|
|
9956
10790
|
"flags": {},
|
|
9957
10791
|
"parameters": [
|
|
9958
10792
|
{
|
|
9959
|
-
"id":
|
|
10793
|
+
"id": 342,
|
|
9960
10794
|
"name": "theme",
|
|
9961
10795
|
"kind": 32768,
|
|
9962
10796
|
"kindString": "Parameter",
|
|
@@ -10060,7 +10894,7 @@
|
|
|
10060
10894
|
}
|
|
10061
10895
|
},
|
|
10062
10896
|
{
|
|
10063
|
-
"id":
|
|
10897
|
+
"id": 331,
|
|
10064
10898
|
"name": "marginRight",
|
|
10065
10899
|
"kind": 1024,
|
|
10066
10900
|
"kindString": "Property",
|
|
@@ -10150,7 +10984,7 @@
|
|
|
10150
10984
|
{
|
|
10151
10985
|
"type": "reflection",
|
|
10152
10986
|
"declaration": {
|
|
10153
|
-
"id":
|
|
10987
|
+
"id": 332,
|
|
10154
10988
|
"name": "__type",
|
|
10155
10989
|
"kind": 65536,
|
|
10156
10990
|
"kindString": "Type literal",
|
|
@@ -10164,14 +10998,14 @@
|
|
|
10164
10998
|
],
|
|
10165
10999
|
"signatures": [
|
|
10166
11000
|
{
|
|
10167
|
-
"id":
|
|
11001
|
+
"id": 333,
|
|
10168
11002
|
"name": "__type",
|
|
10169
11003
|
"kind": 4096,
|
|
10170
11004
|
"kindString": "Call signature",
|
|
10171
11005
|
"flags": {},
|
|
10172
11006
|
"parameters": [
|
|
10173
11007
|
{
|
|
10174
|
-
"id":
|
|
11008
|
+
"id": 334,
|
|
10175
11009
|
"name": "theme",
|
|
10176
11010
|
"kind": 32768,
|
|
10177
11011
|
"kindString": "Parameter",
|
|
@@ -10275,7 +11109,7 @@
|
|
|
10275
11109
|
}
|
|
10276
11110
|
},
|
|
10277
11111
|
{
|
|
10278
|
-
"id":
|
|
11112
|
+
"id": 327,
|
|
10279
11113
|
"name": "marginTop",
|
|
10280
11114
|
"kind": 1024,
|
|
10281
11115
|
"kindString": "Property",
|
|
@@ -10365,7 +11199,7 @@
|
|
|
10365
11199
|
{
|
|
10366
11200
|
"type": "reflection",
|
|
10367
11201
|
"declaration": {
|
|
10368
|
-
"id":
|
|
11202
|
+
"id": 328,
|
|
10369
11203
|
"name": "__type",
|
|
10370
11204
|
"kind": 65536,
|
|
10371
11205
|
"kindString": "Type literal",
|
|
@@ -10379,14 +11213,14 @@
|
|
|
10379
11213
|
],
|
|
10380
11214
|
"signatures": [
|
|
10381
11215
|
{
|
|
10382
|
-
"id":
|
|
11216
|
+
"id": 329,
|
|
10383
11217
|
"name": "__type",
|
|
10384
11218
|
"kind": 4096,
|
|
10385
11219
|
"kindString": "Call signature",
|
|
10386
11220
|
"flags": {},
|
|
10387
11221
|
"parameters": [
|
|
10388
11222
|
{
|
|
10389
|
-
"id":
|
|
11223
|
+
"id": 330,
|
|
10390
11224
|
"name": "theme",
|
|
10391
11225
|
"kind": 32768,
|
|
10392
11226
|
"kindString": "Parameter",
|
|
@@ -10490,7 +11324,7 @@
|
|
|
10490
11324
|
}
|
|
10491
11325
|
},
|
|
10492
11326
|
{
|
|
10493
|
-
"id":
|
|
11327
|
+
"id": 343,
|
|
10494
11328
|
"name": "marginX",
|
|
10495
11329
|
"kind": 1024,
|
|
10496
11330
|
"kindString": "Property",
|
|
@@ -10580,7 +11414,7 @@
|
|
|
10580
11414
|
{
|
|
10581
11415
|
"type": "reflection",
|
|
10582
11416
|
"declaration": {
|
|
10583
|
-
"id":
|
|
11417
|
+
"id": 344,
|
|
10584
11418
|
"name": "__type",
|
|
10585
11419
|
"kind": 65536,
|
|
10586
11420
|
"kindString": "Type literal",
|
|
@@ -10594,14 +11428,14 @@
|
|
|
10594
11428
|
],
|
|
10595
11429
|
"signatures": [
|
|
10596
11430
|
{
|
|
10597
|
-
"id":
|
|
11431
|
+
"id": 345,
|
|
10598
11432
|
"name": "__type",
|
|
10599
11433
|
"kind": 4096,
|
|
10600
11434
|
"kindString": "Call signature",
|
|
10601
11435
|
"flags": {},
|
|
10602
11436
|
"parameters": [
|
|
10603
11437
|
{
|
|
10604
|
-
"id":
|
|
11438
|
+
"id": 346,
|
|
10605
11439
|
"name": "theme",
|
|
10606
11440
|
"kind": 32768,
|
|
10607
11441
|
"kindString": "Parameter",
|
|
@@ -10705,7 +11539,7 @@
|
|
|
10705
11539
|
}
|
|
10706
11540
|
},
|
|
10707
11541
|
{
|
|
10708
|
-
"id":
|
|
11542
|
+
"id": 347,
|
|
10709
11543
|
"name": "marginY",
|
|
10710
11544
|
"kind": 1024,
|
|
10711
11545
|
"kindString": "Property",
|
|
@@ -10795,7 +11629,7 @@
|
|
|
10795
11629
|
{
|
|
10796
11630
|
"type": "reflection",
|
|
10797
11631
|
"declaration": {
|
|
10798
|
-
"id":
|
|
11632
|
+
"id": 348,
|
|
10799
11633
|
"name": "__type",
|
|
10800
11634
|
"kind": 65536,
|
|
10801
11635
|
"kindString": "Type literal",
|
|
@@ -10809,14 +11643,14 @@
|
|
|
10809
11643
|
],
|
|
10810
11644
|
"signatures": [
|
|
10811
11645
|
{
|
|
10812
|
-
"id":
|
|
11646
|
+
"id": 349,
|
|
10813
11647
|
"name": "__type",
|
|
10814
11648
|
"kind": 4096,
|
|
10815
11649
|
"kindString": "Call signature",
|
|
10816
11650
|
"flags": {},
|
|
10817
11651
|
"parameters": [
|
|
10818
11652
|
{
|
|
10819
|
-
"id":
|
|
11653
|
+
"id": 350,
|
|
10820
11654
|
"name": "theme",
|
|
10821
11655
|
"kind": 32768,
|
|
10822
11656
|
"kindString": "Parameter",
|
|
@@ -10920,7 +11754,7 @@
|
|
|
10920
11754
|
}
|
|
10921
11755
|
},
|
|
10922
11756
|
{
|
|
10923
|
-
"id":
|
|
11757
|
+
"id": 259,
|
|
10924
11758
|
"name": "maxHeight",
|
|
10925
11759
|
"kind": 1024,
|
|
10926
11760
|
"kindString": "Property",
|
|
@@ -11010,7 +11844,7 @@
|
|
|
11010
11844
|
{
|
|
11011
11845
|
"type": "reflection",
|
|
11012
11846
|
"declaration": {
|
|
11013
|
-
"id":
|
|
11847
|
+
"id": 260,
|
|
11014
11848
|
"name": "__type",
|
|
11015
11849
|
"kind": 65536,
|
|
11016
11850
|
"kindString": "Type literal",
|
|
@@ -11024,14 +11858,14 @@
|
|
|
11024
11858
|
],
|
|
11025
11859
|
"signatures": [
|
|
11026
11860
|
{
|
|
11027
|
-
"id":
|
|
11861
|
+
"id": 261,
|
|
11028
11862
|
"name": "__type",
|
|
11029
11863
|
"kind": 4096,
|
|
11030
11864
|
"kindString": "Call signature",
|
|
11031
11865
|
"flags": {},
|
|
11032
11866
|
"parameters": [
|
|
11033
11867
|
{
|
|
11034
|
-
"id":
|
|
11868
|
+
"id": 262,
|
|
11035
11869
|
"name": "theme",
|
|
11036
11870
|
"kind": 32768,
|
|
11037
11871
|
"kindString": "Parameter",
|
|
@@ -11135,7 +11969,7 @@
|
|
|
11135
11969
|
}
|
|
11136
11970
|
},
|
|
11137
11971
|
{
|
|
11138
|
-
"id":
|
|
11972
|
+
"id": 247,
|
|
11139
11973
|
"name": "maxWidth",
|
|
11140
11974
|
"kind": 1024,
|
|
11141
11975
|
"kindString": "Property",
|
|
@@ -11225,7 +12059,7 @@
|
|
|
11225
12059
|
{
|
|
11226
12060
|
"type": "reflection",
|
|
11227
12061
|
"declaration": {
|
|
11228
|
-
"id":
|
|
12062
|
+
"id": 248,
|
|
11229
12063
|
"name": "__type",
|
|
11230
12064
|
"kind": 65536,
|
|
11231
12065
|
"kindString": "Type literal",
|
|
@@ -11239,14 +12073,14 @@
|
|
|
11239
12073
|
],
|
|
11240
12074
|
"signatures": [
|
|
11241
12075
|
{
|
|
11242
|
-
"id":
|
|
12076
|
+
"id": 249,
|
|
11243
12077
|
"name": "__type",
|
|
11244
12078
|
"kind": 4096,
|
|
11245
12079
|
"kindString": "Call signature",
|
|
11246
12080
|
"flags": {},
|
|
11247
12081
|
"parameters": [
|
|
11248
12082
|
{
|
|
11249
|
-
"id":
|
|
12083
|
+
"id": 250,
|
|
11250
12084
|
"name": "theme",
|
|
11251
12085
|
"kind": 32768,
|
|
11252
12086
|
"kindString": "Parameter",
|
|
@@ -11350,7 +12184,7 @@
|
|
|
11350
12184
|
}
|
|
11351
12185
|
},
|
|
11352
12186
|
{
|
|
11353
|
-
"id":
|
|
12187
|
+
"id": 283,
|
|
11354
12188
|
"name": "mb",
|
|
11355
12189
|
"kind": 1024,
|
|
11356
12190
|
"kindString": "Property",
|
|
@@ -11440,7 +12274,7 @@
|
|
|
11440
12274
|
{
|
|
11441
12275
|
"type": "reflection",
|
|
11442
12276
|
"declaration": {
|
|
11443
|
-
"id":
|
|
12277
|
+
"id": 284,
|
|
11444
12278
|
"name": "__type",
|
|
11445
12279
|
"kind": 65536,
|
|
11446
12280
|
"kindString": "Type literal",
|
|
@@ -11454,14 +12288,14 @@
|
|
|
11454
12288
|
],
|
|
11455
12289
|
"signatures": [
|
|
11456
12290
|
{
|
|
11457
|
-
"id":
|
|
12291
|
+
"id": 285,
|
|
11458
12292
|
"name": "__type",
|
|
11459
12293
|
"kind": 4096,
|
|
11460
12294
|
"kindString": "Call signature",
|
|
11461
12295
|
"flags": {},
|
|
11462
12296
|
"parameters": [
|
|
11463
12297
|
{
|
|
11464
|
-
"id":
|
|
12298
|
+
"id": 286,
|
|
11465
12299
|
"name": "theme",
|
|
11466
12300
|
"kind": 32768,
|
|
11467
12301
|
"kindString": "Parameter",
|
|
@@ -11565,7 +12399,7 @@
|
|
|
11565
12399
|
}
|
|
11566
12400
|
},
|
|
11567
12401
|
{
|
|
11568
|
-
"id":
|
|
12402
|
+
"id": 263,
|
|
11569
12403
|
"name": "minHeight",
|
|
11570
12404
|
"kind": 1024,
|
|
11571
12405
|
"kindString": "Property",
|
|
@@ -11655,7 +12489,7 @@
|
|
|
11655
12489
|
{
|
|
11656
12490
|
"type": "reflection",
|
|
11657
12491
|
"declaration": {
|
|
11658
|
-
"id":
|
|
12492
|
+
"id": 264,
|
|
11659
12493
|
"name": "__type",
|
|
11660
12494
|
"kind": 65536,
|
|
11661
12495
|
"kindString": "Type literal",
|
|
@@ -11669,14 +12503,14 @@
|
|
|
11669
12503
|
],
|
|
11670
12504
|
"signatures": [
|
|
11671
12505
|
{
|
|
11672
|
-
"id":
|
|
12506
|
+
"id": 265,
|
|
11673
12507
|
"name": "__type",
|
|
11674
12508
|
"kind": 4096,
|
|
11675
12509
|
"kindString": "Call signature",
|
|
11676
12510
|
"flags": {},
|
|
11677
12511
|
"parameters": [
|
|
11678
12512
|
{
|
|
11679
|
-
"id":
|
|
12513
|
+
"id": 266,
|
|
11680
12514
|
"name": "theme",
|
|
11681
12515
|
"kind": 32768,
|
|
11682
12516
|
"kindString": "Parameter",
|
|
@@ -11780,7 +12614,7 @@
|
|
|
11780
12614
|
}
|
|
11781
12615
|
},
|
|
11782
12616
|
{
|
|
11783
|
-
"id":
|
|
12617
|
+
"id": 251,
|
|
11784
12618
|
"name": "minWidth",
|
|
11785
12619
|
"kind": 1024,
|
|
11786
12620
|
"kindString": "Property",
|
|
@@ -11870,7 +12704,7 @@
|
|
|
11870
12704
|
{
|
|
11871
12705
|
"type": "reflection",
|
|
11872
12706
|
"declaration": {
|
|
11873
|
-
"id":
|
|
12707
|
+
"id": 252,
|
|
11874
12708
|
"name": "__type",
|
|
11875
12709
|
"kind": 65536,
|
|
11876
12710
|
"kindString": "Type literal",
|
|
@@ -11884,14 +12718,14 @@
|
|
|
11884
12718
|
],
|
|
11885
12719
|
"signatures": [
|
|
11886
12720
|
{
|
|
11887
|
-
"id":
|
|
12721
|
+
"id": 253,
|
|
11888
12722
|
"name": "__type",
|
|
11889
12723
|
"kind": 4096,
|
|
11890
12724
|
"kindString": "Call signature",
|
|
11891
12725
|
"flags": {},
|
|
11892
12726
|
"parameters": [
|
|
11893
12727
|
{
|
|
11894
|
-
"id":
|
|
12728
|
+
"id": 254,
|
|
11895
12729
|
"name": "theme",
|
|
11896
12730
|
"kind": 32768,
|
|
11897
12731
|
"kindString": "Parameter",
|
|
@@ -11995,7 +12829,7 @@
|
|
|
11995
12829
|
}
|
|
11996
12830
|
},
|
|
11997
12831
|
{
|
|
11998
|
-
"id":
|
|
12832
|
+
"id": 287,
|
|
11999
12833
|
"name": "ml",
|
|
12000
12834
|
"kind": 1024,
|
|
12001
12835
|
"kindString": "Property",
|
|
@@ -12085,7 +12919,7 @@
|
|
|
12085
12919
|
{
|
|
12086
12920
|
"type": "reflection",
|
|
12087
12921
|
"declaration": {
|
|
12088
|
-
"id":
|
|
12922
|
+
"id": 288,
|
|
12089
12923
|
"name": "__type",
|
|
12090
12924
|
"kind": 65536,
|
|
12091
12925
|
"kindString": "Type literal",
|
|
@@ -12099,14 +12933,14 @@
|
|
|
12099
12933
|
],
|
|
12100
12934
|
"signatures": [
|
|
12101
12935
|
{
|
|
12102
|
-
"id":
|
|
12936
|
+
"id": 289,
|
|
12103
12937
|
"name": "__type",
|
|
12104
12938
|
"kind": 4096,
|
|
12105
12939
|
"kindString": "Call signature",
|
|
12106
12940
|
"flags": {},
|
|
12107
12941
|
"parameters": [
|
|
12108
12942
|
{
|
|
12109
|
-
"id":
|
|
12943
|
+
"id": 290,
|
|
12110
12944
|
"name": "theme",
|
|
12111
12945
|
"kind": 32768,
|
|
12112
12946
|
"kindString": "Parameter",
|
|
@@ -12210,7 +13044,7 @@
|
|
|
12210
13044
|
}
|
|
12211
13045
|
},
|
|
12212
13046
|
{
|
|
12213
|
-
"id":
|
|
13047
|
+
"id": 279,
|
|
12214
13048
|
"name": "mr",
|
|
12215
13049
|
"kind": 1024,
|
|
12216
13050
|
"kindString": "Property",
|
|
@@ -12300,7 +13134,7 @@
|
|
|
12300
13134
|
{
|
|
12301
13135
|
"type": "reflection",
|
|
12302
13136
|
"declaration": {
|
|
12303
|
-
"id":
|
|
13137
|
+
"id": 280,
|
|
12304
13138
|
"name": "__type",
|
|
12305
13139
|
"kind": 65536,
|
|
12306
13140
|
"kindString": "Type literal",
|
|
@@ -12314,14 +13148,14 @@
|
|
|
12314
13148
|
],
|
|
12315
13149
|
"signatures": [
|
|
12316
13150
|
{
|
|
12317
|
-
"id":
|
|
13151
|
+
"id": 281,
|
|
12318
13152
|
"name": "__type",
|
|
12319
13153
|
"kind": 4096,
|
|
12320
13154
|
"kindString": "Call signature",
|
|
12321
13155
|
"flags": {},
|
|
12322
13156
|
"parameters": [
|
|
12323
13157
|
{
|
|
12324
|
-
"id":
|
|
13158
|
+
"id": 282,
|
|
12325
13159
|
"name": "theme",
|
|
12326
13160
|
"kind": 32768,
|
|
12327
13161
|
"kindString": "Parameter",
|
|
@@ -12425,7 +13259,7 @@
|
|
|
12425
13259
|
}
|
|
12426
13260
|
},
|
|
12427
13261
|
{
|
|
12428
|
-
"id":
|
|
13262
|
+
"id": 275,
|
|
12429
13263
|
"name": "mt",
|
|
12430
13264
|
"kind": 1024,
|
|
12431
13265
|
"kindString": "Property",
|
|
@@ -12515,7 +13349,7 @@
|
|
|
12515
13349
|
{
|
|
12516
13350
|
"type": "reflection",
|
|
12517
13351
|
"declaration": {
|
|
12518
|
-
"id":
|
|
13352
|
+
"id": 276,
|
|
12519
13353
|
"name": "__type",
|
|
12520
13354
|
"kind": 65536,
|
|
12521
13355
|
"kindString": "Type literal",
|
|
@@ -12529,14 +13363,14 @@
|
|
|
12529
13363
|
],
|
|
12530
13364
|
"signatures": [
|
|
12531
13365
|
{
|
|
12532
|
-
"id":
|
|
13366
|
+
"id": 277,
|
|
12533
13367
|
"name": "__type",
|
|
12534
13368
|
"kind": 4096,
|
|
12535
13369
|
"kindString": "Call signature",
|
|
12536
13370
|
"flags": {},
|
|
12537
13371
|
"parameters": [
|
|
12538
13372
|
{
|
|
12539
|
-
"id":
|
|
13373
|
+
"id": 278,
|
|
12540
13374
|
"name": "theme",
|
|
12541
13375
|
"kind": 32768,
|
|
12542
13376
|
"kindString": "Parameter",
|
|
@@ -12640,7 +13474,7 @@
|
|
|
12640
13474
|
}
|
|
12641
13475
|
},
|
|
12642
13476
|
{
|
|
12643
|
-
"id":
|
|
13477
|
+
"id": 291,
|
|
12644
13478
|
"name": "mx",
|
|
12645
13479
|
"kind": 1024,
|
|
12646
13480
|
"kindString": "Property",
|
|
@@ -12730,7 +13564,7 @@
|
|
|
12730
13564
|
{
|
|
12731
13565
|
"type": "reflection",
|
|
12732
13566
|
"declaration": {
|
|
12733
|
-
"id":
|
|
13567
|
+
"id": 292,
|
|
12734
13568
|
"name": "__type",
|
|
12735
13569
|
"kind": 65536,
|
|
12736
13570
|
"kindString": "Type literal",
|
|
@@ -12744,14 +13578,14 @@
|
|
|
12744
13578
|
],
|
|
12745
13579
|
"signatures": [
|
|
12746
13580
|
{
|
|
12747
|
-
"id":
|
|
13581
|
+
"id": 293,
|
|
12748
13582
|
"name": "__type",
|
|
12749
13583
|
"kind": 4096,
|
|
12750
13584
|
"kindString": "Call signature",
|
|
12751
13585
|
"flags": {},
|
|
12752
13586
|
"parameters": [
|
|
12753
13587
|
{
|
|
12754
|
-
"id":
|
|
13588
|
+
"id": 294,
|
|
12755
13589
|
"name": "theme",
|
|
12756
13590
|
"kind": 32768,
|
|
12757
13591
|
"kindString": "Parameter",
|
|
@@ -12855,7 +13689,7 @@
|
|
|
12855
13689
|
}
|
|
12856
13690
|
},
|
|
12857
13691
|
{
|
|
12858
|
-
"id":
|
|
13692
|
+
"id": 295,
|
|
12859
13693
|
"name": "my",
|
|
12860
13694
|
"kind": 1024,
|
|
12861
13695
|
"kindString": "Property",
|
|
@@ -12945,7 +13779,7 @@
|
|
|
12945
13779
|
{
|
|
12946
13780
|
"type": "reflection",
|
|
12947
13781
|
"declaration": {
|
|
12948
|
-
"id":
|
|
13782
|
+
"id": 296,
|
|
12949
13783
|
"name": "__type",
|
|
12950
13784
|
"kind": 65536,
|
|
12951
13785
|
"kindString": "Type literal",
|
|
@@ -12959,14 +13793,14 @@
|
|
|
12959
13793
|
],
|
|
12960
13794
|
"signatures": [
|
|
12961
13795
|
{
|
|
12962
|
-
"id":
|
|
13796
|
+
"id": 297,
|
|
12963
13797
|
"name": "__type",
|
|
12964
13798
|
"kind": 4096,
|
|
12965
13799
|
"kindString": "Call signature",
|
|
12966
13800
|
"flags": {},
|
|
12967
13801
|
"parameters": [
|
|
12968
13802
|
{
|
|
12969
|
-
"id":
|
|
13803
|
+
"id": 298,
|
|
12970
13804
|
"name": "theme",
|
|
12971
13805
|
"kind": 32768,
|
|
12972
13806
|
"kindString": "Parameter",
|
|
@@ -13070,7 +13904,7 @@
|
|
|
13070
13904
|
}
|
|
13071
13905
|
},
|
|
13072
13906
|
{
|
|
13073
|
-
"id":
|
|
13907
|
+
"id": 44,
|
|
13074
13908
|
"name": "noErrorDisplay",
|
|
13075
13909
|
"kind": 1024,
|
|
13076
13910
|
"kindString": "Property",
|
|
@@ -13082,7 +13916,7 @@
|
|
|
13082
13916
|
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
|
|
13083
13917
|
"line": 9,
|
|
13084
13918
|
"character": 2,
|
|
13085
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
13919
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L9"
|
|
13086
13920
|
}
|
|
13087
13921
|
],
|
|
13088
13922
|
"type": {
|
|
@@ -13091,7 +13925,7 @@
|
|
|
13091
13925
|
}
|
|
13092
13926
|
},
|
|
13093
13927
|
{
|
|
13094
|
-
"id":
|
|
13928
|
+
"id": 43,
|
|
13095
13929
|
"name": "noReAuth",
|
|
13096
13930
|
"kind": 1024,
|
|
13097
13931
|
"kindString": "Property",
|
|
@@ -13103,7 +13937,7 @@
|
|
|
13103
13937
|
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
|
|
13104
13938
|
"line": 8,
|
|
13105
13939
|
"character": 2,
|
|
13106
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
13940
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L8"
|
|
13107
13941
|
}
|
|
13108
13942
|
],
|
|
13109
13943
|
"type": {
|
|
@@ -13112,7 +13946,7 @@
|
|
|
13112
13946
|
}
|
|
13113
13947
|
},
|
|
13114
13948
|
{
|
|
13115
|
-
"id":
|
|
13949
|
+
"id": 131,
|
|
13116
13950
|
"name": "order",
|
|
13117
13951
|
"kind": 1024,
|
|
13118
13952
|
"kindString": "Property",
|
|
@@ -13172,7 +14006,7 @@
|
|
|
13172
14006
|
{
|
|
13173
14007
|
"type": "reflection",
|
|
13174
14008
|
"declaration": {
|
|
13175
|
-
"id":
|
|
14009
|
+
"id": 132,
|
|
13176
14010
|
"name": "__type",
|
|
13177
14011
|
"kind": 65536,
|
|
13178
14012
|
"kindString": "Type literal",
|
|
@@ -13186,14 +14020,14 @@
|
|
|
13186
14020
|
],
|
|
13187
14021
|
"signatures": [
|
|
13188
14022
|
{
|
|
13189
|
-
"id":
|
|
14023
|
+
"id": 133,
|
|
13190
14024
|
"name": "__type",
|
|
13191
14025
|
"kind": 4096,
|
|
13192
14026
|
"kindString": "Call signature",
|
|
13193
14027
|
"flags": {},
|
|
13194
14028
|
"parameters": [
|
|
13195
14029
|
{
|
|
13196
|
-
"id":
|
|
14030
|
+
"id": 134,
|
|
13197
14031
|
"name": "theme",
|
|
13198
14032
|
"kind": 32768,
|
|
13199
14033
|
"kindString": "Parameter",
|
|
@@ -13267,7 +14101,7 @@
|
|
|
13267
14101
|
}
|
|
13268
14102
|
},
|
|
13269
14103
|
{
|
|
13270
|
-
"id":
|
|
14104
|
+
"id": 91,
|
|
13271
14105
|
"name": "overflow",
|
|
13272
14106
|
"kind": 1024,
|
|
13273
14107
|
"kindString": "Property",
|
|
@@ -13308,7 +14142,7 @@
|
|
|
13308
14142
|
{
|
|
13309
14143
|
"type": "reflection",
|
|
13310
14144
|
"declaration": {
|
|
13311
|
-
"id":
|
|
14145
|
+
"id": 92,
|
|
13312
14146
|
"name": "__type",
|
|
13313
14147
|
"kind": 65536,
|
|
13314
14148
|
"kindString": "Type literal",
|
|
@@ -13322,14 +14156,14 @@
|
|
|
13322
14156
|
],
|
|
13323
14157
|
"signatures": [
|
|
13324
14158
|
{
|
|
13325
|
-
"id":
|
|
14159
|
+
"id": 93,
|
|
13326
14160
|
"name": "__type",
|
|
13327
14161
|
"kind": 4096,
|
|
13328
14162
|
"kindString": "Call signature",
|
|
13329
14163
|
"flags": {},
|
|
13330
14164
|
"parameters": [
|
|
13331
14165
|
{
|
|
13332
|
-
"id":
|
|
14166
|
+
"id": 94,
|
|
13333
14167
|
"name": "theme",
|
|
13334
14168
|
"kind": 32768,
|
|
13335
14169
|
"kindString": "Parameter",
|
|
@@ -13384,7 +14218,7 @@
|
|
|
13384
14218
|
}
|
|
13385
14219
|
},
|
|
13386
14220
|
{
|
|
13387
|
-
"id":
|
|
14221
|
+
"id": 45,
|
|
13388
14222
|
"name": "p",
|
|
13389
14223
|
"kind": 1024,
|
|
13390
14224
|
"kindString": "Property",
|
|
@@ -13474,7 +14308,7 @@
|
|
|
13474
14308
|
{
|
|
13475
14309
|
"type": "reflection",
|
|
13476
14310
|
"declaration": {
|
|
13477
|
-
"id":
|
|
14311
|
+
"id": 46,
|
|
13478
14312
|
"name": "__type",
|
|
13479
14313
|
"kind": 65536,
|
|
13480
14314
|
"kindString": "Type literal",
|
|
@@ -13488,14 +14322,14 @@
|
|
|
13488
14322
|
],
|
|
13489
14323
|
"signatures": [
|
|
13490
14324
|
{
|
|
13491
|
-
"id":
|
|
14325
|
+
"id": 47,
|
|
13492
14326
|
"name": "__type",
|
|
13493
14327
|
"kind": 4096,
|
|
13494
14328
|
"kindString": "Call signature",
|
|
13495
14329
|
"flags": {},
|
|
13496
14330
|
"parameters": [
|
|
13497
14331
|
{
|
|
13498
|
-
"id":
|
|
14332
|
+
"id": 48,
|
|
13499
14333
|
"name": "theme",
|
|
13500
14334
|
"kind": 32768,
|
|
13501
14335
|
"kindString": "Parameter",
|
|
@@ -13599,7 +14433,7 @@
|
|
|
13599
14433
|
}
|
|
13600
14434
|
},
|
|
13601
14435
|
{
|
|
13602
|
-
"id":
|
|
14436
|
+
"id": 351,
|
|
13603
14437
|
"name": "padding",
|
|
13604
14438
|
"kind": 1024,
|
|
13605
14439
|
"kindString": "Property",
|
|
@@ -13689,7 +14523,7 @@
|
|
|
13689
14523
|
{
|
|
13690
14524
|
"type": "reflection",
|
|
13691
14525
|
"declaration": {
|
|
13692
|
-
"id":
|
|
14526
|
+
"id": 352,
|
|
13693
14527
|
"name": "__type",
|
|
13694
14528
|
"kind": 65536,
|
|
13695
14529
|
"kindString": "Type literal",
|
|
@@ -13703,14 +14537,14 @@
|
|
|
13703
14537
|
],
|
|
13704
14538
|
"signatures": [
|
|
13705
14539
|
{
|
|
13706
|
-
"id":
|
|
14540
|
+
"id": 353,
|
|
13707
14541
|
"name": "__type",
|
|
13708
14542
|
"kind": 4096,
|
|
13709
14543
|
"kindString": "Call signature",
|
|
13710
14544
|
"flags": {},
|
|
13711
14545
|
"parameters": [
|
|
13712
14546
|
{
|
|
13713
|
-
"id":
|
|
14547
|
+
"id": 354,
|
|
13714
14548
|
"name": "theme",
|
|
13715
14549
|
"kind": 32768,
|
|
13716
14550
|
"kindString": "Parameter",
|
|
@@ -13814,7 +14648,7 @@
|
|
|
13814
14648
|
}
|
|
13815
14649
|
},
|
|
13816
14650
|
{
|
|
13817
|
-
"id":
|
|
14651
|
+
"id": 363,
|
|
13818
14652
|
"name": "paddingBottom",
|
|
13819
14653
|
"kind": 1024,
|
|
13820
14654
|
"kindString": "Property",
|
|
@@ -13904,7 +14738,7 @@
|
|
|
13904
14738
|
{
|
|
13905
14739
|
"type": "reflection",
|
|
13906
14740
|
"declaration": {
|
|
13907
|
-
"id":
|
|
14741
|
+
"id": 364,
|
|
13908
14742
|
"name": "__type",
|
|
13909
14743
|
"kind": 65536,
|
|
13910
14744
|
"kindString": "Type literal",
|
|
@@ -13918,14 +14752,14 @@
|
|
|
13918
14752
|
],
|
|
13919
14753
|
"signatures": [
|
|
13920
14754
|
{
|
|
13921
|
-
"id":
|
|
14755
|
+
"id": 365,
|
|
13922
14756
|
"name": "__type",
|
|
13923
14757
|
"kind": 4096,
|
|
13924
14758
|
"kindString": "Call signature",
|
|
13925
14759
|
"flags": {},
|
|
13926
14760
|
"parameters": [
|
|
13927
14761
|
{
|
|
13928
|
-
"id":
|
|
14762
|
+
"id": 366,
|
|
13929
14763
|
"name": "theme",
|
|
13930
14764
|
"kind": 32768,
|
|
13931
14765
|
"kindString": "Parameter",
|
|
@@ -14029,7 +14863,7 @@
|
|
|
14029
14863
|
}
|
|
14030
14864
|
},
|
|
14031
14865
|
{
|
|
14032
|
-
"id":
|
|
14866
|
+
"id": 367,
|
|
14033
14867
|
"name": "paddingLeft",
|
|
14034
14868
|
"kind": 1024,
|
|
14035
14869
|
"kindString": "Property",
|
|
@@ -14119,7 +14953,7 @@
|
|
|
14119
14953
|
{
|
|
14120
14954
|
"type": "reflection",
|
|
14121
14955
|
"declaration": {
|
|
14122
|
-
"id":
|
|
14956
|
+
"id": 368,
|
|
14123
14957
|
"name": "__type",
|
|
14124
14958
|
"kind": 65536,
|
|
14125
14959
|
"kindString": "Type literal",
|
|
@@ -14133,14 +14967,14 @@
|
|
|
14133
14967
|
],
|
|
14134
14968
|
"signatures": [
|
|
14135
14969
|
{
|
|
14136
|
-
"id":
|
|
14970
|
+
"id": 369,
|
|
14137
14971
|
"name": "__type",
|
|
14138
14972
|
"kind": 4096,
|
|
14139
14973
|
"kindString": "Call signature",
|
|
14140
14974
|
"flags": {},
|
|
14141
14975
|
"parameters": [
|
|
14142
14976
|
{
|
|
14143
|
-
"id":
|
|
14977
|
+
"id": 370,
|
|
14144
14978
|
"name": "theme",
|
|
14145
14979
|
"kind": 32768,
|
|
14146
14980
|
"kindString": "Parameter",
|
|
@@ -14244,7 +15078,7 @@
|
|
|
14244
15078
|
}
|
|
14245
15079
|
},
|
|
14246
15080
|
{
|
|
14247
|
-
"id":
|
|
15081
|
+
"id": 359,
|
|
14248
15082
|
"name": "paddingRight",
|
|
14249
15083
|
"kind": 1024,
|
|
14250
15084
|
"kindString": "Property",
|
|
@@ -14334,7 +15168,7 @@
|
|
|
14334
15168
|
{
|
|
14335
15169
|
"type": "reflection",
|
|
14336
15170
|
"declaration": {
|
|
14337
|
-
"id":
|
|
15171
|
+
"id": 360,
|
|
14338
15172
|
"name": "__type",
|
|
14339
15173
|
"kind": 65536,
|
|
14340
15174
|
"kindString": "Type literal",
|
|
@@ -14348,14 +15182,14 @@
|
|
|
14348
15182
|
],
|
|
14349
15183
|
"signatures": [
|
|
14350
15184
|
{
|
|
14351
|
-
"id":
|
|
15185
|
+
"id": 361,
|
|
14352
15186
|
"name": "__type",
|
|
14353
15187
|
"kind": 4096,
|
|
14354
15188
|
"kindString": "Call signature",
|
|
14355
15189
|
"flags": {},
|
|
14356
15190
|
"parameters": [
|
|
14357
15191
|
{
|
|
14358
|
-
"id":
|
|
15192
|
+
"id": 362,
|
|
14359
15193
|
"name": "theme",
|
|
14360
15194
|
"kind": 32768,
|
|
14361
15195
|
"kindString": "Parameter",
|
|
@@ -14459,7 +15293,7 @@
|
|
|
14459
15293
|
}
|
|
14460
15294
|
},
|
|
14461
15295
|
{
|
|
14462
|
-
"id":
|
|
15296
|
+
"id": 355,
|
|
14463
15297
|
"name": "paddingTop",
|
|
14464
15298
|
"kind": 1024,
|
|
14465
15299
|
"kindString": "Property",
|
|
@@ -14549,7 +15383,7 @@
|
|
|
14549
15383
|
{
|
|
14550
15384
|
"type": "reflection",
|
|
14551
15385
|
"declaration": {
|
|
14552
|
-
"id":
|
|
15386
|
+
"id": 356,
|
|
14553
15387
|
"name": "__type",
|
|
14554
15388
|
"kind": 65536,
|
|
14555
15389
|
"kindString": "Type literal",
|
|
@@ -14563,14 +15397,14 @@
|
|
|
14563
15397
|
],
|
|
14564
15398
|
"signatures": [
|
|
14565
15399
|
{
|
|
14566
|
-
"id":
|
|
15400
|
+
"id": 357,
|
|
14567
15401
|
"name": "__type",
|
|
14568
15402
|
"kind": 4096,
|
|
14569
15403
|
"kindString": "Call signature",
|
|
14570
15404
|
"flags": {},
|
|
14571
15405
|
"parameters": [
|
|
14572
15406
|
{
|
|
14573
|
-
"id":
|
|
15407
|
+
"id": 358,
|
|
14574
15408
|
"name": "theme",
|
|
14575
15409
|
"kind": 32768,
|
|
14576
15410
|
"kindString": "Parameter",
|
|
@@ -14674,7 +15508,7 @@
|
|
|
14674
15508
|
}
|
|
14675
15509
|
},
|
|
14676
15510
|
{
|
|
14677
|
-
"id":
|
|
15511
|
+
"id": 371,
|
|
14678
15512
|
"name": "paddingX",
|
|
14679
15513
|
"kind": 1024,
|
|
14680
15514
|
"kindString": "Property",
|
|
@@ -14764,7 +15598,7 @@
|
|
|
14764
15598
|
{
|
|
14765
15599
|
"type": "reflection",
|
|
14766
15600
|
"declaration": {
|
|
14767
|
-
"id":
|
|
15601
|
+
"id": 372,
|
|
14768
15602
|
"name": "__type",
|
|
14769
15603
|
"kind": 65536,
|
|
14770
15604
|
"kindString": "Type literal",
|
|
@@ -14778,14 +15612,14 @@
|
|
|
14778
15612
|
],
|
|
14779
15613
|
"signatures": [
|
|
14780
15614
|
{
|
|
14781
|
-
"id":
|
|
15615
|
+
"id": 373,
|
|
14782
15616
|
"name": "__type",
|
|
14783
15617
|
"kind": 4096,
|
|
14784
15618
|
"kindString": "Call signature",
|
|
14785
15619
|
"flags": {},
|
|
14786
15620
|
"parameters": [
|
|
14787
15621
|
{
|
|
14788
|
-
"id":
|
|
15622
|
+
"id": 374,
|
|
14789
15623
|
"name": "theme",
|
|
14790
15624
|
"kind": 32768,
|
|
14791
15625
|
"kindString": "Parameter",
|
|
@@ -14889,7 +15723,7 @@
|
|
|
14889
15723
|
}
|
|
14890
15724
|
},
|
|
14891
15725
|
{
|
|
14892
|
-
"id":
|
|
15726
|
+
"id": 375,
|
|
14893
15727
|
"name": "paddingY",
|
|
14894
15728
|
"kind": 1024,
|
|
14895
15729
|
"kindString": "Property",
|
|
@@ -14979,7 +15813,7 @@
|
|
|
14979
15813
|
{
|
|
14980
15814
|
"type": "reflection",
|
|
14981
15815
|
"declaration": {
|
|
14982
|
-
"id":
|
|
15816
|
+
"id": 376,
|
|
14983
15817
|
"name": "__type",
|
|
14984
15818
|
"kind": 65536,
|
|
14985
15819
|
"kindString": "Type literal",
|
|
@@ -14993,14 +15827,14 @@
|
|
|
14993
15827
|
],
|
|
14994
15828
|
"signatures": [
|
|
14995
15829
|
{
|
|
14996
|
-
"id":
|
|
15830
|
+
"id": 377,
|
|
14997
15831
|
"name": "__type",
|
|
14998
15832
|
"kind": 4096,
|
|
14999
15833
|
"kindString": "Call signature",
|
|
15000
15834
|
"flags": {},
|
|
15001
15835
|
"parameters": [
|
|
15002
15836
|
{
|
|
15003
|
-
"id":
|
|
15837
|
+
"id": 378,
|
|
15004
15838
|
"name": "theme",
|
|
15005
15839
|
"kind": 32768,
|
|
15006
15840
|
"kindString": "Parameter",
|
|
@@ -15104,7 +15938,7 @@
|
|
|
15104
15938
|
}
|
|
15105
15939
|
},
|
|
15106
15940
|
{
|
|
15107
|
-
"id":
|
|
15941
|
+
"id": 307,
|
|
15108
15942
|
"name": "pb",
|
|
15109
15943
|
"kind": 1024,
|
|
15110
15944
|
"kindString": "Property",
|
|
@@ -15194,7 +16028,7 @@
|
|
|
15194
16028
|
{
|
|
15195
16029
|
"type": "reflection",
|
|
15196
16030
|
"declaration": {
|
|
15197
|
-
"id":
|
|
16031
|
+
"id": 308,
|
|
15198
16032
|
"name": "__type",
|
|
15199
16033
|
"kind": 65536,
|
|
15200
16034
|
"kindString": "Type literal",
|
|
@@ -15208,14 +16042,14 @@
|
|
|
15208
16042
|
],
|
|
15209
16043
|
"signatures": [
|
|
15210
16044
|
{
|
|
15211
|
-
"id":
|
|
16045
|
+
"id": 309,
|
|
15212
16046
|
"name": "__type",
|
|
15213
16047
|
"kind": 4096,
|
|
15214
16048
|
"kindString": "Call signature",
|
|
15215
16049
|
"flags": {},
|
|
15216
16050
|
"parameters": [
|
|
15217
16051
|
{
|
|
15218
|
-
"id":
|
|
16052
|
+
"id": 310,
|
|
15219
16053
|
"name": "theme",
|
|
15220
16054
|
"kind": 32768,
|
|
15221
16055
|
"kindString": "Parameter",
|
|
@@ -15319,7 +16153,7 @@
|
|
|
15319
16153
|
}
|
|
15320
16154
|
},
|
|
15321
16155
|
{
|
|
15322
|
-
"id":
|
|
16156
|
+
"id": 311,
|
|
15323
16157
|
"name": "pl",
|
|
15324
16158
|
"kind": 1024,
|
|
15325
16159
|
"kindString": "Property",
|
|
@@ -15409,7 +16243,7 @@
|
|
|
15409
16243
|
{
|
|
15410
16244
|
"type": "reflection",
|
|
15411
16245
|
"declaration": {
|
|
15412
|
-
"id":
|
|
16246
|
+
"id": 312,
|
|
15413
16247
|
"name": "__type",
|
|
15414
16248
|
"kind": 65536,
|
|
15415
16249
|
"kindString": "Type literal",
|
|
@@ -15423,14 +16257,14 @@
|
|
|
15423
16257
|
],
|
|
15424
16258
|
"signatures": [
|
|
15425
16259
|
{
|
|
15426
|
-
"id":
|
|
16260
|
+
"id": 313,
|
|
15427
16261
|
"name": "__type",
|
|
15428
16262
|
"kind": 4096,
|
|
15429
16263
|
"kindString": "Call signature",
|
|
15430
16264
|
"flags": {},
|
|
15431
16265
|
"parameters": [
|
|
15432
16266
|
{
|
|
15433
|
-
"id":
|
|
16267
|
+
"id": 314,
|
|
15434
16268
|
"name": "theme",
|
|
15435
16269
|
"kind": 32768,
|
|
15436
16270
|
"kindString": "Parameter",
|
|
@@ -15534,7 +16368,7 @@
|
|
|
15534
16368
|
}
|
|
15535
16369
|
},
|
|
15536
16370
|
{
|
|
15537
|
-
"id":
|
|
16371
|
+
"id": 219,
|
|
15538
16372
|
"name": "position",
|
|
15539
16373
|
"kind": 1024,
|
|
15540
16374
|
"kindString": "Property",
|
|
@@ -15594,7 +16428,7 @@
|
|
|
15594
16428
|
{
|
|
15595
16429
|
"type": "reflection",
|
|
15596
16430
|
"declaration": {
|
|
15597
|
-
"id":
|
|
16431
|
+
"id": 220,
|
|
15598
16432
|
"name": "__type",
|
|
15599
16433
|
"kind": 65536,
|
|
15600
16434
|
"kindString": "Type literal",
|
|
@@ -15608,14 +16442,14 @@
|
|
|
15608
16442
|
],
|
|
15609
16443
|
"signatures": [
|
|
15610
16444
|
{
|
|
15611
|
-
"id":
|
|
16445
|
+
"id": 221,
|
|
15612
16446
|
"name": "__type",
|
|
15613
16447
|
"kind": 4096,
|
|
15614
16448
|
"kindString": "Call signature",
|
|
15615
16449
|
"flags": {},
|
|
15616
16450
|
"parameters": [
|
|
15617
16451
|
{
|
|
15618
|
-
"id":
|
|
16452
|
+
"id": 222,
|
|
15619
16453
|
"name": "theme",
|
|
15620
16454
|
"kind": 32768,
|
|
15621
16455
|
"kindString": "Parameter",
|
|
@@ -15689,7 +16523,7 @@
|
|
|
15689
16523
|
}
|
|
15690
16524
|
},
|
|
15691
16525
|
{
|
|
15692
|
-
"id":
|
|
16526
|
+
"id": 303,
|
|
15693
16527
|
"name": "pr",
|
|
15694
16528
|
"kind": 1024,
|
|
15695
16529
|
"kindString": "Property",
|
|
@@ -15779,7 +16613,7 @@
|
|
|
15779
16613
|
{
|
|
15780
16614
|
"type": "reflection",
|
|
15781
16615
|
"declaration": {
|
|
15782
|
-
"id":
|
|
16616
|
+
"id": 304,
|
|
15783
16617
|
"name": "__type",
|
|
15784
16618
|
"kind": 65536,
|
|
15785
16619
|
"kindString": "Type literal",
|
|
@@ -15793,14 +16627,14 @@
|
|
|
15793
16627
|
],
|
|
15794
16628
|
"signatures": [
|
|
15795
16629
|
{
|
|
15796
|
-
"id":
|
|
16630
|
+
"id": 305,
|
|
15797
16631
|
"name": "__type",
|
|
15798
16632
|
"kind": 4096,
|
|
15799
16633
|
"kindString": "Call signature",
|
|
15800
16634
|
"flags": {},
|
|
15801
16635
|
"parameters": [
|
|
15802
16636
|
{
|
|
15803
|
-
"id":
|
|
16637
|
+
"id": 306,
|
|
15804
16638
|
"name": "theme",
|
|
15805
16639
|
"kind": 32768,
|
|
15806
16640
|
"kindString": "Parameter",
|
|
@@ -15904,7 +16738,7 @@
|
|
|
15904
16738
|
}
|
|
15905
16739
|
},
|
|
15906
16740
|
{
|
|
15907
|
-
"id":
|
|
16741
|
+
"id": 299,
|
|
15908
16742
|
"name": "pt",
|
|
15909
16743
|
"kind": 1024,
|
|
15910
16744
|
"kindString": "Property",
|
|
@@ -15994,7 +16828,7 @@
|
|
|
15994
16828
|
{
|
|
15995
16829
|
"type": "reflection",
|
|
15996
16830
|
"declaration": {
|
|
15997
|
-
"id":
|
|
16831
|
+
"id": 300,
|
|
15998
16832
|
"name": "__type",
|
|
15999
16833
|
"kind": 65536,
|
|
16000
16834
|
"kindString": "Type literal",
|
|
@@ -16008,14 +16842,14 @@
|
|
|
16008
16842
|
],
|
|
16009
16843
|
"signatures": [
|
|
16010
16844
|
{
|
|
16011
|
-
"id":
|
|
16845
|
+
"id": 301,
|
|
16012
16846
|
"name": "__type",
|
|
16013
16847
|
"kind": 4096,
|
|
16014
16848
|
"kindString": "Call signature",
|
|
16015
16849
|
"flags": {},
|
|
16016
16850
|
"parameters": [
|
|
16017
16851
|
{
|
|
16018
|
-
"id":
|
|
16852
|
+
"id": 302,
|
|
16019
16853
|
"name": "theme",
|
|
16020
16854
|
"kind": 32768,
|
|
16021
16855
|
"kindString": "Parameter",
|
|
@@ -16119,7 +16953,7 @@
|
|
|
16119
16953
|
}
|
|
16120
16954
|
},
|
|
16121
16955
|
{
|
|
16122
|
-
"id":
|
|
16956
|
+
"id": 315,
|
|
16123
16957
|
"name": "px",
|
|
16124
16958
|
"kind": 1024,
|
|
16125
16959
|
"kindString": "Property",
|
|
@@ -16209,7 +17043,7 @@
|
|
|
16209
17043
|
{
|
|
16210
17044
|
"type": "reflection",
|
|
16211
17045
|
"declaration": {
|
|
16212
|
-
"id":
|
|
17046
|
+
"id": 316,
|
|
16213
17047
|
"name": "__type",
|
|
16214
17048
|
"kind": 65536,
|
|
16215
17049
|
"kindString": "Type literal",
|
|
@@ -16223,14 +17057,14 @@
|
|
|
16223
17057
|
],
|
|
16224
17058
|
"signatures": [
|
|
16225
17059
|
{
|
|
16226
|
-
"id":
|
|
17060
|
+
"id": 317,
|
|
16227
17061
|
"name": "__type",
|
|
16228
17062
|
"kind": 4096,
|
|
16229
17063
|
"kindString": "Call signature",
|
|
16230
17064
|
"flags": {},
|
|
16231
17065
|
"parameters": [
|
|
16232
17066
|
{
|
|
16233
|
-
"id":
|
|
17067
|
+
"id": 318,
|
|
16234
17068
|
"name": "theme",
|
|
16235
17069
|
"kind": 32768,
|
|
16236
17070
|
"kindString": "Parameter",
|
|
@@ -16334,7 +17168,7 @@
|
|
|
16334
17168
|
}
|
|
16335
17169
|
},
|
|
16336
17170
|
{
|
|
16337
|
-
"id":
|
|
17171
|
+
"id": 319,
|
|
16338
17172
|
"name": "py",
|
|
16339
17173
|
"kind": 1024,
|
|
16340
17174
|
"kindString": "Property",
|
|
@@ -16424,7 +17258,7 @@
|
|
|
16424
17258
|
{
|
|
16425
17259
|
"type": "reflection",
|
|
16426
17260
|
"declaration": {
|
|
16427
|
-
"id":
|
|
17261
|
+
"id": 320,
|
|
16428
17262
|
"name": "__type",
|
|
16429
17263
|
"kind": 65536,
|
|
16430
17264
|
"kindString": "Type literal",
|
|
@@ -16438,14 +17272,14 @@
|
|
|
16438
17272
|
],
|
|
16439
17273
|
"signatures": [
|
|
16440
17274
|
{
|
|
16441
|
-
"id":
|
|
17275
|
+
"id": 321,
|
|
16442
17276
|
"name": "__type",
|
|
16443
17277
|
"kind": 4096,
|
|
16444
17278
|
"kindString": "Call signature",
|
|
16445
17279
|
"flags": {},
|
|
16446
17280
|
"parameters": [
|
|
16447
17281
|
{
|
|
16448
|
-
"id":
|
|
17282
|
+
"id": 322,
|
|
16449
17283
|
"name": "theme",
|
|
16450
17284
|
"kind": 32768,
|
|
16451
17285
|
"kindString": "Parameter",
|
|
@@ -16549,7 +17383,7 @@
|
|
|
16549
17383
|
}
|
|
16550
17384
|
},
|
|
16551
17385
|
{
|
|
16552
|
-
"id":
|
|
17386
|
+
"id": 227,
|
|
16553
17387
|
"name": "right",
|
|
16554
17388
|
"kind": 1024,
|
|
16555
17389
|
"kindString": "Property",
|
|
@@ -16639,7 +17473,7 @@
|
|
|
16639
17473
|
{
|
|
16640
17474
|
"type": "reflection",
|
|
16641
17475
|
"declaration": {
|
|
16642
|
-
"id":
|
|
17476
|
+
"id": 228,
|
|
16643
17477
|
"name": "__type",
|
|
16644
17478
|
"kind": 65536,
|
|
16645
17479
|
"kindString": "Type literal",
|
|
@@ -16653,14 +17487,14 @@
|
|
|
16653
17487
|
],
|
|
16654
17488
|
"signatures": [
|
|
16655
17489
|
{
|
|
16656
|
-
"id":
|
|
17490
|
+
"id": 229,
|
|
16657
17491
|
"name": "__type",
|
|
16658
17492
|
"kind": 4096,
|
|
16659
17493
|
"kindString": "Call signature",
|
|
16660
17494
|
"flags": {},
|
|
16661
17495
|
"parameters": [
|
|
16662
17496
|
{
|
|
16663
|
-
"id":
|
|
17497
|
+
"id": 230,
|
|
16664
17498
|
"name": "theme",
|
|
16665
17499
|
"kind": 32768,
|
|
16666
17500
|
"kindString": "Parameter",
|
|
@@ -16764,7 +17598,7 @@
|
|
|
16764
17598
|
}
|
|
16765
17599
|
},
|
|
16766
17600
|
{
|
|
16767
|
-
"id":
|
|
17601
|
+
"id": 167,
|
|
16768
17602
|
"name": "rowGap",
|
|
16769
17603
|
"kind": 1024,
|
|
16770
17604
|
"kindString": "Property",
|
|
@@ -16854,7 +17688,7 @@
|
|
|
16854
17688
|
{
|
|
16855
17689
|
"type": "reflection",
|
|
16856
17690
|
"declaration": {
|
|
16857
|
-
"id":
|
|
17691
|
+
"id": 168,
|
|
16858
17692
|
"name": "__type",
|
|
16859
17693
|
"kind": 65536,
|
|
16860
17694
|
"kindString": "Type literal",
|
|
@@ -16868,14 +17702,14 @@
|
|
|
16868
17702
|
],
|
|
16869
17703
|
"signatures": [
|
|
16870
17704
|
{
|
|
16871
|
-
"id":
|
|
17705
|
+
"id": 169,
|
|
16872
17706
|
"name": "__type",
|
|
16873
17707
|
"kind": 4096,
|
|
16874
17708
|
"kindString": "Call signature",
|
|
16875
17709
|
"flags": {},
|
|
16876
17710
|
"parameters": [
|
|
16877
17711
|
{
|
|
16878
|
-
"id":
|
|
17712
|
+
"id": 170,
|
|
16879
17713
|
"name": "theme",
|
|
16880
17714
|
"kind": 32768,
|
|
16881
17715
|
"kindString": "Parameter",
|
|
@@ -16979,7 +17813,7 @@
|
|
|
16979
17813
|
}
|
|
16980
17814
|
},
|
|
16981
17815
|
{
|
|
16982
|
-
"id":
|
|
17816
|
+
"id": 411,
|
|
16983
17817
|
"name": "textAlign",
|
|
16984
17818
|
"kind": 1024,
|
|
16985
17819
|
"kindString": "Property",
|
|
@@ -17039,7 +17873,7 @@
|
|
|
17039
17873
|
{
|
|
17040
17874
|
"type": "reflection",
|
|
17041
17875
|
"declaration": {
|
|
17042
|
-
"id":
|
|
17876
|
+
"id": 412,
|
|
17043
17877
|
"name": "__type",
|
|
17044
17878
|
"kind": 65536,
|
|
17045
17879
|
"kindString": "Type literal",
|
|
@@ -17053,14 +17887,14 @@
|
|
|
17053
17887
|
],
|
|
17054
17888
|
"signatures": [
|
|
17055
17889
|
{
|
|
17056
|
-
"id":
|
|
17890
|
+
"id": 413,
|
|
17057
17891
|
"name": "__type",
|
|
17058
17892
|
"kind": 4096,
|
|
17059
17893
|
"kindString": "Call signature",
|
|
17060
17894
|
"flags": {},
|
|
17061
17895
|
"parameters": [
|
|
17062
17896
|
{
|
|
17063
|
-
"id":
|
|
17897
|
+
"id": 414,
|
|
17064
17898
|
"name": "theme",
|
|
17065
17899
|
"kind": 32768,
|
|
17066
17900
|
"kindString": "Parameter",
|
|
@@ -17134,7 +17968,7 @@
|
|
|
17134
17968
|
}
|
|
17135
17969
|
},
|
|
17136
17970
|
{
|
|
17137
|
-
"id":
|
|
17971
|
+
"id": 95,
|
|
17138
17972
|
"name": "textOverflow",
|
|
17139
17973
|
"kind": 1024,
|
|
17140
17974
|
"kindString": "Property",
|
|
@@ -17175,7 +18009,7 @@
|
|
|
17175
18009
|
{
|
|
17176
18010
|
"type": "reflection",
|
|
17177
18011
|
"declaration": {
|
|
17178
|
-
"id":
|
|
18012
|
+
"id": 96,
|
|
17179
18013
|
"name": "__type",
|
|
17180
18014
|
"kind": 65536,
|
|
17181
18015
|
"kindString": "Type literal",
|
|
@@ -17189,14 +18023,14 @@
|
|
|
17189
18023
|
],
|
|
17190
18024
|
"signatures": [
|
|
17191
18025
|
{
|
|
17192
|
-
"id":
|
|
18026
|
+
"id": 97,
|
|
17193
18027
|
"name": "__type",
|
|
17194
18028
|
"kind": 4096,
|
|
17195
18029
|
"kindString": "Call signature",
|
|
17196
18030
|
"flags": {},
|
|
17197
18031
|
"parameters": [
|
|
17198
18032
|
{
|
|
17199
|
-
"id":
|
|
18033
|
+
"id": 98,
|
|
17200
18034
|
"name": "theme",
|
|
17201
18035
|
"kind": 32768,
|
|
17202
18036
|
"kindString": "Parameter",
|
|
@@ -17251,7 +18085,7 @@
|
|
|
17251
18085
|
}
|
|
17252
18086
|
},
|
|
17253
18087
|
{
|
|
17254
|
-
"id":
|
|
18088
|
+
"id": 415,
|
|
17255
18089
|
"name": "textTransform",
|
|
17256
18090
|
"kind": 1024,
|
|
17257
18091
|
"kindString": "Property",
|
|
@@ -17311,7 +18145,7 @@
|
|
|
17311
18145
|
{
|
|
17312
18146
|
"type": "reflection",
|
|
17313
18147
|
"declaration": {
|
|
17314
|
-
"id":
|
|
18148
|
+
"id": 416,
|
|
17315
18149
|
"name": "__type",
|
|
17316
18150
|
"kind": 65536,
|
|
17317
18151
|
"kindString": "Type literal",
|
|
@@ -17325,14 +18159,14 @@
|
|
|
17325
18159
|
],
|
|
17326
18160
|
"signatures": [
|
|
17327
18161
|
{
|
|
17328
|
-
"id":
|
|
18162
|
+
"id": 417,
|
|
17329
18163
|
"name": "__type",
|
|
17330
18164
|
"kind": 4096,
|
|
17331
18165
|
"kindString": "Call signature",
|
|
17332
18166
|
"flags": {},
|
|
17333
18167
|
"parameters": [
|
|
17334
18168
|
{
|
|
17335
|
-
"id":
|
|
18169
|
+
"id": 418,
|
|
17336
18170
|
"name": "theme",
|
|
17337
18171
|
"kind": 32768,
|
|
17338
18172
|
"kindString": "Parameter",
|
|
@@ -17406,7 +18240,7 @@
|
|
|
17406
18240
|
}
|
|
17407
18241
|
},
|
|
17408
18242
|
{
|
|
17409
|
-
"id":
|
|
18243
|
+
"id": 223,
|
|
17410
18244
|
"name": "top",
|
|
17411
18245
|
"kind": 1024,
|
|
17412
18246
|
"kindString": "Property",
|
|
@@ -17496,7 +18330,7 @@
|
|
|
17496
18330
|
{
|
|
17497
18331
|
"type": "reflection",
|
|
17498
18332
|
"declaration": {
|
|
17499
|
-
"id":
|
|
18333
|
+
"id": 224,
|
|
17500
18334
|
"name": "__type",
|
|
17501
18335
|
"kind": 65536,
|
|
17502
18336
|
"kindString": "Type literal",
|
|
@@ -17510,14 +18344,14 @@
|
|
|
17510
18344
|
],
|
|
17511
18345
|
"signatures": [
|
|
17512
18346
|
{
|
|
17513
|
-
"id":
|
|
18347
|
+
"id": 225,
|
|
17514
18348
|
"name": "__type",
|
|
17515
18349
|
"kind": 4096,
|
|
17516
18350
|
"kindString": "Call signature",
|
|
17517
18351
|
"flags": {},
|
|
17518
18352
|
"parameters": [
|
|
17519
18353
|
{
|
|
17520
|
-
"id":
|
|
18354
|
+
"id": 226,
|
|
17521
18355
|
"name": "theme",
|
|
17522
18356
|
"kind": 32768,
|
|
17523
18357
|
"kindString": "Parameter",
|
|
@@ -17621,7 +18455,7 @@
|
|
|
17621
18455
|
}
|
|
17622
18456
|
},
|
|
17623
18457
|
{
|
|
17624
|
-
"id":
|
|
18458
|
+
"id": 379,
|
|
17625
18459
|
"name": "typography",
|
|
17626
18460
|
"kind": 1024,
|
|
17627
18461
|
"kindString": "Property",
|
|
@@ -17653,7 +18487,7 @@
|
|
|
17653
18487
|
{
|
|
17654
18488
|
"type": "reflection",
|
|
17655
18489
|
"declaration": {
|
|
17656
|
-
"id":
|
|
18490
|
+
"id": 380,
|
|
17657
18491
|
"name": "__type",
|
|
17658
18492
|
"kind": 65536,
|
|
17659
18493
|
"kindString": "Type literal",
|
|
@@ -17667,14 +18501,14 @@
|
|
|
17667
18501
|
],
|
|
17668
18502
|
"signatures": [
|
|
17669
18503
|
{
|
|
17670
|
-
"id":
|
|
18504
|
+
"id": 381,
|
|
17671
18505
|
"name": "__type",
|
|
17672
18506
|
"kind": 4096,
|
|
17673
18507
|
"kindString": "Call signature",
|
|
17674
18508
|
"flags": {},
|
|
17675
18509
|
"parameters": [
|
|
17676
18510
|
{
|
|
17677
|
-
"id":
|
|
18511
|
+
"id": 382,
|
|
17678
18512
|
"name": "theme",
|
|
17679
18513
|
"kind": 32768,
|
|
17680
18514
|
"kindString": "Parameter",
|
|
@@ -17720,7 +18554,7 @@
|
|
|
17720
18554
|
}
|
|
17721
18555
|
},
|
|
17722
18556
|
{
|
|
17723
|
-
"id":
|
|
18557
|
+
"id": 99,
|
|
17724
18558
|
"name": "visibility",
|
|
17725
18559
|
"kind": 1024,
|
|
17726
18560
|
"kindString": "Property",
|
|
@@ -17780,7 +18614,7 @@
|
|
|
17780
18614
|
{
|
|
17781
18615
|
"type": "reflection",
|
|
17782
18616
|
"declaration": {
|
|
17783
|
-
"id":
|
|
18617
|
+
"id": 100,
|
|
17784
18618
|
"name": "__type",
|
|
17785
18619
|
"kind": 65536,
|
|
17786
18620
|
"kindString": "Type literal",
|
|
@@ -17794,14 +18628,14 @@
|
|
|
17794
18628
|
],
|
|
17795
18629
|
"signatures": [
|
|
17796
18630
|
{
|
|
17797
|
-
"id":
|
|
18631
|
+
"id": 101,
|
|
17798
18632
|
"name": "__type",
|
|
17799
18633
|
"kind": 4096,
|
|
17800
18634
|
"kindString": "Call signature",
|
|
17801
18635
|
"flags": {},
|
|
17802
18636
|
"parameters": [
|
|
17803
18637
|
{
|
|
17804
|
-
"id":
|
|
18638
|
+
"id": 102,
|
|
17805
18639
|
"name": "theme",
|
|
17806
18640
|
"kind": 32768,
|
|
17807
18641
|
"kindString": "Parameter",
|
|
@@ -17875,7 +18709,7 @@
|
|
|
17875
18709
|
}
|
|
17876
18710
|
},
|
|
17877
18711
|
{
|
|
17878
|
-
"id":
|
|
18712
|
+
"id": 103,
|
|
17879
18713
|
"name": "whiteSpace",
|
|
17880
18714
|
"kind": 1024,
|
|
17881
18715
|
"kindString": "Property",
|
|
@@ -17935,7 +18769,7 @@
|
|
|
17935
18769
|
{
|
|
17936
18770
|
"type": "reflection",
|
|
17937
18771
|
"declaration": {
|
|
17938
|
-
"id":
|
|
18772
|
+
"id": 104,
|
|
17939
18773
|
"name": "__type",
|
|
17940
18774
|
"kind": 65536,
|
|
17941
18775
|
"kindString": "Type literal",
|
|
@@ -17949,14 +18783,14 @@
|
|
|
17949
18783
|
],
|
|
17950
18784
|
"signatures": [
|
|
17951
18785
|
{
|
|
17952
|
-
"id":
|
|
18786
|
+
"id": 105,
|
|
17953
18787
|
"name": "__type",
|
|
17954
18788
|
"kind": 4096,
|
|
17955
18789
|
"kindString": "Call signature",
|
|
17956
18790
|
"flags": {},
|
|
17957
18791
|
"parameters": [
|
|
17958
18792
|
{
|
|
17959
|
-
"id":
|
|
18793
|
+
"id": 106,
|
|
17960
18794
|
"name": "theme",
|
|
17961
18795
|
"kind": 32768,
|
|
17962
18796
|
"kindString": "Parameter",
|
|
@@ -18030,7 +18864,7 @@
|
|
|
18030
18864
|
}
|
|
18031
18865
|
},
|
|
18032
18866
|
{
|
|
18033
|
-
"id":
|
|
18867
|
+
"id": 243,
|
|
18034
18868
|
"name": "width",
|
|
18035
18869
|
"kind": 1024,
|
|
18036
18870
|
"kindString": "Property",
|
|
@@ -18120,7 +18954,7 @@
|
|
|
18120
18954
|
{
|
|
18121
18955
|
"type": "reflection",
|
|
18122
18956
|
"declaration": {
|
|
18123
|
-
"id":
|
|
18957
|
+
"id": 244,
|
|
18124
18958
|
"name": "__type",
|
|
18125
18959
|
"kind": 65536,
|
|
18126
18960
|
"kindString": "Type literal",
|
|
@@ -18134,14 +18968,14 @@
|
|
|
18134
18968
|
],
|
|
18135
18969
|
"signatures": [
|
|
18136
18970
|
{
|
|
18137
|
-
"id":
|
|
18971
|
+
"id": 245,
|
|
18138
18972
|
"name": "__type",
|
|
18139
18973
|
"kind": 4096,
|
|
18140
18974
|
"kindString": "Call signature",
|
|
18141
18975
|
"flags": {},
|
|
18142
18976
|
"parameters": [
|
|
18143
18977
|
{
|
|
18144
|
-
"id":
|
|
18978
|
+
"id": 246,
|
|
18145
18979
|
"name": "theme",
|
|
18146
18980
|
"kind": 32768,
|
|
18147
18981
|
"kindString": "Parameter",
|
|
@@ -18245,7 +19079,7 @@
|
|
|
18245
19079
|
}
|
|
18246
19080
|
},
|
|
18247
19081
|
{
|
|
18248
|
-
"id":
|
|
19082
|
+
"id": 40,
|
|
18249
19083
|
"name": "xyoError",
|
|
18250
19084
|
"kind": 1024,
|
|
18251
19085
|
"kindString": "Property",
|
|
@@ -18257,7 +19091,7 @@
|
|
|
18257
19091
|
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
|
|
18258
19092
|
"line": 6,
|
|
18259
19093
|
"character": 2,
|
|
18260
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19094
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L6"
|
|
18261
19095
|
}
|
|
18262
19096
|
],
|
|
18263
19097
|
"type": {
|
|
@@ -18278,7 +19112,7 @@
|
|
|
18278
19112
|
{
|
|
18279
19113
|
"type": "reflection",
|
|
18280
19114
|
"declaration": {
|
|
18281
|
-
"id":
|
|
19115
|
+
"id": 41,
|
|
18282
19116
|
"name": "__type",
|
|
18283
19117
|
"kind": 65536,
|
|
18284
19118
|
"kindString": "Type literal",
|
|
@@ -18296,7 +19130,7 @@
|
|
|
18296
19130
|
}
|
|
18297
19131
|
},
|
|
18298
19132
|
{
|
|
18299
|
-
"id":
|
|
19133
|
+
"id": 211,
|
|
18300
19134
|
"name": "zIndex",
|
|
18301
19135
|
"kind": 1024,
|
|
18302
19136
|
"kindString": "Property",
|
|
@@ -18328,7 +19162,7 @@
|
|
|
18328
19162
|
{
|
|
18329
19163
|
"type": "reflection",
|
|
18330
19164
|
"declaration": {
|
|
18331
|
-
"id":
|
|
19165
|
+
"id": 212,
|
|
18332
19166
|
"name": "__type",
|
|
18333
19167
|
"kind": 65536,
|
|
18334
19168
|
"kindString": "Type literal",
|
|
@@ -18347,7 +19181,7 @@
|
|
|
18347
19181
|
{
|
|
18348
19182
|
"type": "reflection",
|
|
18349
19183
|
"declaration": {
|
|
18350
|
-
"id":
|
|
19184
|
+
"id": 213,
|
|
18351
19185
|
"name": "__type",
|
|
18352
19186
|
"kind": 65536,
|
|
18353
19187
|
"kindString": "Type literal",
|
|
@@ -18366,7 +19200,7 @@
|
|
|
18366
19200
|
{
|
|
18367
19201
|
"type": "reflection",
|
|
18368
19202
|
"declaration": {
|
|
18369
|
-
"id":
|
|
19203
|
+
"id": 214,
|
|
18370
19204
|
"name": "__type",
|
|
18371
19205
|
"kind": 65536,
|
|
18372
19206
|
"kindString": "Type literal",
|
|
@@ -18380,14 +19214,14 @@
|
|
|
18380
19214
|
],
|
|
18381
19215
|
"signatures": [
|
|
18382
19216
|
{
|
|
18383
|
-
"id":
|
|
19217
|
+
"id": 215,
|
|
18384
19218
|
"name": "__type",
|
|
18385
19219
|
"kind": 4096,
|
|
18386
19220
|
"kindString": "Call signature",
|
|
18387
19221
|
"flags": {},
|
|
18388
19222
|
"parameters": [
|
|
18389
19223
|
{
|
|
18390
|
-
"id":
|
|
19224
|
+
"id": 216,
|
|
18391
19225
|
"name": "theme",
|
|
18392
19226
|
"kind": 32768,
|
|
18393
19227
|
"kindString": "Parameter",
|
|
@@ -18424,7 +19258,7 @@
|
|
|
18424
19258
|
{
|
|
18425
19259
|
"type": "reflection",
|
|
18426
19260
|
"declaration": {
|
|
18427
|
-
"id":
|
|
19261
|
+
"id": 217,
|
|
18428
19262
|
"name": "__type",
|
|
18429
19263
|
"kind": 65536,
|
|
18430
19264
|
"kindString": "Type literal",
|
|
@@ -18443,7 +19277,7 @@
|
|
|
18443
19277
|
{
|
|
18444
19278
|
"type": "reflection",
|
|
18445
19279
|
"declaration": {
|
|
18446
|
-
"id":
|
|
19280
|
+
"id": 218,
|
|
18447
19281
|
"name": "__type",
|
|
18448
19282
|
"kind": 65536,
|
|
18449
19283
|
"kindString": "Type literal",
|
|
@@ -18475,101 +19309,101 @@
|
|
|
18475
19309
|
{
|
|
18476
19310
|
"title": "Properties",
|
|
18477
19311
|
"children": [
|
|
18478
|
-
|
|
18479
|
-
|
|
18480
|
-
|
|
18481
|
-
|
|
18482
|
-
|
|
18483
|
-
|
|
19312
|
+
127,
|
|
19313
|
+
123,
|
|
19314
|
+
147,
|
|
19315
|
+
207,
|
|
19316
|
+
53,
|
|
19317
|
+
67,
|
|
19318
|
+
75,
|
|
19319
|
+
71,
|
|
19320
|
+
79,
|
|
19321
|
+
63,
|
|
19322
|
+
59,
|
|
19323
|
+
231,
|
|
19324
|
+
239,
|
|
19325
|
+
267,
|
|
19326
|
+
49,
|
|
19327
|
+
163,
|
|
19328
|
+
42,
|
|
19329
|
+
83,
|
|
19330
|
+
87,
|
|
19331
|
+
135,
|
|
19332
|
+
107,
|
|
19333
|
+
111,
|
|
19334
|
+
139,
|
|
19335
|
+
143,
|
|
19336
|
+
115,
|
|
19337
|
+
383,
|
|
19338
|
+
387,
|
|
19339
|
+
391,
|
|
19340
|
+
395,
|
|
19341
|
+
159,
|
|
19342
|
+
203,
|
|
19343
|
+
183,
|
|
19344
|
+
179,
|
|
19345
|
+
187,
|
|
19346
|
+
171,
|
|
19347
|
+
175,
|
|
19348
|
+
199,
|
|
19349
|
+
191,
|
|
19350
|
+
195,
|
|
19351
|
+
255,
|
|
19352
|
+
119,
|
|
19353
|
+
151,
|
|
19354
|
+
155,
|
|
19355
|
+
235,
|
|
19356
|
+
403,
|
|
19357
|
+
407,
|
|
19358
|
+
271,
|
|
19359
|
+
323,
|
|
19360
|
+
335,
|
|
19361
|
+
339,
|
|
19362
|
+
331,
|
|
19363
|
+
327,
|
|
19364
|
+
343,
|
|
19365
|
+
347,
|
|
19366
|
+
259,
|
|
19367
|
+
247,
|
|
19368
|
+
283,
|
|
19369
|
+
263,
|
|
19370
|
+
251,
|
|
19371
|
+
287,
|
|
19372
|
+
279,
|
|
19373
|
+
275,
|
|
19374
|
+
291,
|
|
19375
|
+
295,
|
|
18484
19376
|
44,
|
|
19377
|
+
43,
|
|
19378
|
+
131,
|
|
19379
|
+
91,
|
|
19380
|
+
45,
|
|
19381
|
+
351,
|
|
19382
|
+
363,
|
|
19383
|
+
367,
|
|
19384
|
+
359,
|
|
19385
|
+
355,
|
|
19386
|
+
371,
|
|
19387
|
+
375,
|
|
19388
|
+
307,
|
|
19389
|
+
311,
|
|
19390
|
+
219,
|
|
19391
|
+
303,
|
|
19392
|
+
299,
|
|
19393
|
+
315,
|
|
19394
|
+
319,
|
|
19395
|
+
227,
|
|
19396
|
+
167,
|
|
19397
|
+
411,
|
|
19398
|
+
95,
|
|
19399
|
+
415,
|
|
19400
|
+
223,
|
|
19401
|
+
379,
|
|
19402
|
+
99,
|
|
19403
|
+
103,
|
|
19404
|
+
243,
|
|
18485
19405
|
40,
|
|
18486
|
-
|
|
18487
|
-
32,
|
|
18488
|
-
28,
|
|
18489
|
-
200,
|
|
18490
|
-
208,
|
|
18491
|
-
236,
|
|
18492
|
-
18,
|
|
18493
|
-
132,
|
|
18494
|
-
11,
|
|
18495
|
-
52,
|
|
18496
|
-
56,
|
|
18497
|
-
104,
|
|
18498
|
-
76,
|
|
18499
|
-
80,
|
|
18500
|
-
108,
|
|
18501
|
-
112,
|
|
18502
|
-
84,
|
|
18503
|
-
352,
|
|
18504
|
-
356,
|
|
18505
|
-
360,
|
|
18506
|
-
364,
|
|
18507
|
-
128,
|
|
18508
|
-
172,
|
|
18509
|
-
152,
|
|
18510
|
-
148,
|
|
18511
|
-
156,
|
|
18512
|
-
140,
|
|
18513
|
-
144,
|
|
18514
|
-
168,
|
|
18515
|
-
160,
|
|
18516
|
-
164,
|
|
18517
|
-
224,
|
|
18518
|
-
88,
|
|
18519
|
-
120,
|
|
18520
|
-
124,
|
|
18521
|
-
204,
|
|
18522
|
-
372,
|
|
18523
|
-
376,
|
|
18524
|
-
240,
|
|
18525
|
-
292,
|
|
18526
|
-
304,
|
|
18527
|
-
308,
|
|
18528
|
-
300,
|
|
18529
|
-
296,
|
|
18530
|
-
312,
|
|
18531
|
-
316,
|
|
18532
|
-
228,
|
|
18533
|
-
216,
|
|
18534
|
-
252,
|
|
18535
|
-
232,
|
|
18536
|
-
220,
|
|
18537
|
-
256,
|
|
18538
|
-
248,
|
|
18539
|
-
244,
|
|
18540
|
-
260,
|
|
18541
|
-
264,
|
|
18542
|
-
13,
|
|
18543
|
-
12,
|
|
18544
|
-
100,
|
|
18545
|
-
60,
|
|
18546
|
-
14,
|
|
18547
|
-
320,
|
|
18548
|
-
332,
|
|
18549
|
-
336,
|
|
18550
|
-
328,
|
|
18551
|
-
324,
|
|
18552
|
-
340,
|
|
18553
|
-
344,
|
|
18554
|
-
276,
|
|
18555
|
-
280,
|
|
18556
|
-
188,
|
|
18557
|
-
272,
|
|
18558
|
-
268,
|
|
18559
|
-
284,
|
|
18560
|
-
288,
|
|
18561
|
-
196,
|
|
18562
|
-
136,
|
|
18563
|
-
380,
|
|
18564
|
-
64,
|
|
18565
|
-
384,
|
|
18566
|
-
192,
|
|
18567
|
-
348,
|
|
18568
|
-
68,
|
|
18569
|
-
72,
|
|
18570
|
-
212,
|
|
18571
|
-
9,
|
|
18572
|
-
180
|
|
19406
|
+
211
|
|
18573
19407
|
]
|
|
18574
19408
|
}
|
|
18575
19409
|
],
|
|
@@ -18578,7 +19412,7 @@
|
|
|
18578
19412
|
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
|
|
18579
19413
|
"line": 5,
|
|
18580
19414
|
"character": 17,
|
|
18581
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19415
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L5"
|
|
18582
19416
|
}
|
|
18583
19417
|
],
|
|
18584
19418
|
"extendedTypes": [
|
|
@@ -18591,7 +19425,91 @@
|
|
|
18591
19425
|
]
|
|
18592
19426
|
},
|
|
18593
19427
|
{
|
|
18594
|
-
"id":
|
|
19428
|
+
"id": 425,
|
|
19429
|
+
"name": "ErrorReporterProvider",
|
|
19430
|
+
"kind": 64,
|
|
19431
|
+
"kindString": "Function",
|
|
19432
|
+
"flags": {},
|
|
19433
|
+
"sources": [
|
|
19434
|
+
{
|
|
19435
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
|
19436
|
+
"line": 11,
|
|
19437
|
+
"character": 6,
|
|
19438
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L11"
|
|
19439
|
+
}
|
|
19440
|
+
],
|
|
19441
|
+
"signatures": [
|
|
19442
|
+
{
|
|
19443
|
+
"id": 426,
|
|
19444
|
+
"name": "ErrorReporterProvider",
|
|
19445
|
+
"kind": 4096,
|
|
19446
|
+
"kindString": "Call signature",
|
|
19447
|
+
"flags": {},
|
|
19448
|
+
"parameters": [
|
|
19449
|
+
{
|
|
19450
|
+
"id": 427,
|
|
19451
|
+
"name": "props",
|
|
19452
|
+
"kind": 32768,
|
|
19453
|
+
"kindString": "Parameter",
|
|
19454
|
+
"flags": {},
|
|
19455
|
+
"type": {
|
|
19456
|
+
"type": "reference",
|
|
19457
|
+
"typeArguments": [
|
|
19458
|
+
{
|
|
19459
|
+
"type": "reference",
|
|
19460
|
+
"id": 423,
|
|
19461
|
+
"name": "ErrorReporterProviderProps"
|
|
19462
|
+
}
|
|
19463
|
+
],
|
|
19464
|
+
"name": "WithChildren",
|
|
19465
|
+
"qualifiedName": "WithChildren",
|
|
19466
|
+
"package": "@xylabs/react-shared"
|
|
19467
|
+
}
|
|
19468
|
+
},
|
|
19469
|
+
{
|
|
19470
|
+
"id": 428,
|
|
19471
|
+
"name": "context",
|
|
19472
|
+
"kind": 32768,
|
|
19473
|
+
"kindString": "Parameter",
|
|
19474
|
+
"flags": {
|
|
19475
|
+
"isOptional": true
|
|
19476
|
+
},
|
|
19477
|
+
"type": {
|
|
19478
|
+
"type": "intrinsic",
|
|
19479
|
+
"name": "any"
|
|
19480
|
+
}
|
|
19481
|
+
}
|
|
19482
|
+
],
|
|
19483
|
+
"type": {
|
|
19484
|
+
"type": "union",
|
|
19485
|
+
"types": [
|
|
19486
|
+
{
|
|
19487
|
+
"type": "literal",
|
|
19488
|
+
"value": null
|
|
19489
|
+
},
|
|
19490
|
+
{
|
|
19491
|
+
"type": "reference",
|
|
19492
|
+
"typeArguments": [
|
|
19493
|
+
{
|
|
19494
|
+
"type": "intrinsic",
|
|
19495
|
+
"name": "any"
|
|
19496
|
+
},
|
|
19497
|
+
{
|
|
19498
|
+
"type": "intrinsic",
|
|
19499
|
+
"name": "any"
|
|
19500
|
+
}
|
|
19501
|
+
],
|
|
19502
|
+
"name": "ReactElement",
|
|
19503
|
+
"qualifiedName": "React.ReactElement",
|
|
19504
|
+
"package": "@types/react"
|
|
19505
|
+
}
|
|
19506
|
+
]
|
|
19507
|
+
}
|
|
19508
|
+
}
|
|
19509
|
+
]
|
|
19510
|
+
},
|
|
19511
|
+
{
|
|
19512
|
+
"id": 35,
|
|
18595
19513
|
"name": "XyoErrorAlert",
|
|
18596
19514
|
"kind": 64,
|
|
18597
19515
|
"kindString": "Function",
|
|
@@ -18601,31 +19519,31 @@
|
|
|
18601
19519
|
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx",
|
|
18602
19520
|
"line": 8,
|
|
18603
19521
|
"character": 13,
|
|
18604
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19522
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L8"
|
|
18605
19523
|
}
|
|
18606
19524
|
],
|
|
18607
19525
|
"signatures": [
|
|
18608
19526
|
{
|
|
18609
|
-
"id":
|
|
19527
|
+
"id": 36,
|
|
18610
19528
|
"name": "XyoErrorAlert",
|
|
18611
19529
|
"kind": 4096,
|
|
18612
19530
|
"kindString": "Call signature",
|
|
18613
19531
|
"flags": {},
|
|
18614
19532
|
"parameters": [
|
|
18615
19533
|
{
|
|
18616
|
-
"id":
|
|
19534
|
+
"id": 37,
|
|
18617
19535
|
"name": "props",
|
|
18618
19536
|
"kind": 32768,
|
|
18619
19537
|
"kindString": "Parameter",
|
|
18620
19538
|
"flags": {},
|
|
18621
19539
|
"type": {
|
|
18622
19540
|
"type": "reference",
|
|
18623
|
-
"id":
|
|
19541
|
+
"id": 32,
|
|
18624
19542
|
"name": "XyoErrorAlertProps"
|
|
18625
19543
|
}
|
|
18626
19544
|
},
|
|
18627
19545
|
{
|
|
18628
|
-
"id":
|
|
19546
|
+
"id": 38,
|
|
18629
19547
|
"name": "context",
|
|
18630
19548
|
"kind": 32768,
|
|
18631
19549
|
"kindString": "Parameter",
|
|
@@ -18667,7 +19585,7 @@
|
|
|
18667
19585
|
]
|
|
18668
19586
|
},
|
|
18669
19587
|
{
|
|
18670
|
-
"id":
|
|
19588
|
+
"id": 419,
|
|
18671
19589
|
"name": "XyoErrorRender",
|
|
18672
19590
|
"kind": 64,
|
|
18673
19591
|
"kindString": "Function",
|
|
@@ -18677,31 +19595,31 @@
|
|
|
18677
19595
|
"fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Render.tsx",
|
|
18678
19596
|
"line": 8,
|
|
18679
19597
|
"character": 13,
|
|
18680
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19598
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/components/XyoErrorRender/Render.tsx#L8"
|
|
18681
19599
|
}
|
|
18682
19600
|
],
|
|
18683
19601
|
"signatures": [
|
|
18684
19602
|
{
|
|
18685
|
-
"id":
|
|
19603
|
+
"id": 420,
|
|
18686
19604
|
"name": "XyoErrorRender",
|
|
18687
19605
|
"kind": 4096,
|
|
18688
19606
|
"kindString": "Call signature",
|
|
18689
19607
|
"flags": {},
|
|
18690
19608
|
"parameters": [
|
|
18691
19609
|
{
|
|
18692
|
-
"id":
|
|
19610
|
+
"id": 421,
|
|
18693
19611
|
"name": "props",
|
|
18694
19612
|
"kind": 32768,
|
|
18695
19613
|
"kindString": "Parameter",
|
|
18696
19614
|
"flags": {},
|
|
18697
19615
|
"type": {
|
|
18698
19616
|
"type": "reference",
|
|
18699
|
-
"id":
|
|
19617
|
+
"id": 39,
|
|
18700
19618
|
"name": "XyoErrorRenderProps"
|
|
18701
19619
|
}
|
|
18702
19620
|
},
|
|
18703
19621
|
{
|
|
18704
|
-
"id":
|
|
19622
|
+
"id": 422,
|
|
18705
19623
|
"name": "context",
|
|
18706
19624
|
"kind": 32768,
|
|
18707
19625
|
"kindString": "Parameter",
|
|
@@ -18741,21 +19659,62 @@
|
|
|
18741
19659
|
}
|
|
18742
19660
|
}
|
|
18743
19661
|
]
|
|
19662
|
+
},
|
|
19663
|
+
{
|
|
19664
|
+
"id": 431,
|
|
19665
|
+
"name": "useRollbar",
|
|
19666
|
+
"kind": 64,
|
|
19667
|
+
"kindString": "Function",
|
|
19668
|
+
"flags": {},
|
|
19669
|
+
"sources": [
|
|
19670
|
+
{
|
|
19671
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/useRollbar.tsx",
|
|
19672
|
+
"line": 5,
|
|
19673
|
+
"character": 6,
|
|
19674
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/contexts/ErrorReporter/useRollbar.tsx#L5"
|
|
19675
|
+
}
|
|
19676
|
+
],
|
|
19677
|
+
"signatures": [
|
|
19678
|
+
{
|
|
19679
|
+
"id": 432,
|
|
19680
|
+
"name": "useRollbar",
|
|
19681
|
+
"kind": 4096,
|
|
19682
|
+
"kindString": "Call signature",
|
|
19683
|
+
"flags": {},
|
|
19684
|
+
"type": {
|
|
19685
|
+
"type": "reference",
|
|
19686
|
+
"id": 429,
|
|
19687
|
+
"name": "ErrorReporterContextState"
|
|
19688
|
+
}
|
|
19689
|
+
}
|
|
19690
|
+
]
|
|
18744
19691
|
}
|
|
18745
19692
|
],
|
|
18746
19693
|
"groups": [
|
|
19694
|
+
{
|
|
19695
|
+
"title": "Classes",
|
|
19696
|
+
"children": [
|
|
19697
|
+
13
|
|
19698
|
+
]
|
|
19699
|
+
},
|
|
18747
19700
|
{
|
|
18748
19701
|
"title": "Interfaces",
|
|
18749
19702
|
"children": [
|
|
19703
|
+
429,
|
|
19704
|
+
423,
|
|
19705
|
+
32,
|
|
18750
19706
|
1,
|
|
18751
|
-
|
|
19707
|
+
10,
|
|
19708
|
+
39
|
|
18752
19709
|
]
|
|
18753
19710
|
},
|
|
18754
19711
|
{
|
|
18755
19712
|
"title": "Functions",
|
|
18756
19713
|
"children": [
|
|
18757
|
-
|
|
18758
|
-
|
|
19714
|
+
425,
|
|
19715
|
+
35,
|
|
19716
|
+
419,
|
|
19717
|
+
431
|
|
18759
19718
|
]
|
|
18760
19719
|
}
|
|
18761
19720
|
],
|
|
@@ -18764,7 +19723,7 @@
|
|
|
18764
19723
|
"fileName": "packages/sdk/packages/error/src/index.ts",
|
|
18765
19724
|
"line": 1,
|
|
18766
19725
|
"character": 0,
|
|
18767
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19726
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e663d5d199/packages/sdk/packages/error/src/index.ts#L1"
|
|
18768
19727
|
}
|
|
18769
19728
|
]
|
|
18770
19729
|
}
|