@xyo-network/react-error 2.40.1 → 2.40.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts +3 -1
  2. package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts.map +1 -1
  3. package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.js +9 -3
  4. package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.js.map +1 -1
  5. package/dist/cjs/components/XyoErrorRender/ErrorAlert.d.ts +1 -0
  6. package/dist/cjs/components/XyoErrorRender/ErrorAlert.d.ts.map +1 -1
  7. package/dist/cjs/components/XyoErrorRender/ErrorAlert.js +2 -2
  8. package/dist/cjs/components/XyoErrorRender/ErrorAlert.js.map +1 -1
  9. package/dist/cjs/components/XyoErrorRender/Props.d.ts +1 -0
  10. package/dist/cjs/components/XyoErrorRender/Props.d.ts.map +1 -1
  11. package/dist/cjs/components/XyoErrorRender/Render.d.ts.map +1 -1
  12. package/dist/cjs/components/XyoErrorRender/Render.js +2 -2
  13. package/dist/cjs/components/XyoErrorRender/Render.js.map +1 -1
  14. package/dist/docs.json +719 -565
  15. package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts +3 -1
  16. package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts.map +1 -1
  17. package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.js +9 -3
  18. package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.js.map +1 -1
  19. package/dist/esm/components/XyoErrorRender/ErrorAlert.d.ts +1 -0
  20. package/dist/esm/components/XyoErrorRender/ErrorAlert.d.ts.map +1 -1
  21. package/dist/esm/components/XyoErrorRender/ErrorAlert.js +2 -2
  22. package/dist/esm/components/XyoErrorRender/ErrorAlert.js.map +1 -1
  23. package/dist/esm/components/XyoErrorRender/Props.d.ts +1 -0
  24. package/dist/esm/components/XyoErrorRender/Props.d.ts.map +1 -1
  25. package/dist/esm/components/XyoErrorRender/Render.d.ts.map +1 -1
  26. package/dist/esm/components/XyoErrorRender/Render.js +2 -2
  27. package/dist/esm/components/XyoErrorRender/Render.js.map +1 -1
  28. package/package.json +1 -1
  29. package/src/components/XyoErrorBoundary/ThrownErrorBoundary.stories.tsx +1 -1
  30. package/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx +12 -4
  31. package/src/components/XyoErrorRender/ErrorAlert.tsx +7 -1
  32. package/src/components/XyoErrorRender/Props.ts +1 -0
  33. package/src/components/XyoErrorRender/Render.tsx +9 -2
package/dist/docs.json CHANGED
@@ -7,14 +7,14 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 13,
10
+ "id": 16,
11
11
  "name": "XyoThrownErrorBoundary",
12
12
  "kind": 128,
13
13
  "kindString": "Class",
14
14
  "flags": {},
15
15
  "children": [
16
16
  {
17
- "id": 19,
17
+ "id": 25,
18
18
  "name": "constructor",
19
19
  "kind": 512,
20
20
  "kindString": "Constructor",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "signatures": [
37
37
  {
38
- "id": 20,
38
+ "id": 26,
39
39
  "name": "new XyoThrownErrorBoundary",
40
40
  "kind": 16384,
41
41
  "kindString": "Constructor signature",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "parameters": [
46
46
  {
47
- "id": 21,
47
+ "id": 27,
48
48
  "name": "props",
49
49
  "kind": 32768,
50
50
  "kindString": "Parameter",
@@ -78,7 +78,7 @@
78
78
  ],
79
79
  "type": {
80
80
  "type": "reference",
81
- "id": 13,
81
+ "id": 16,
82
82
  "name": "XyoThrownErrorBoundary"
83
83
  },
84
84
  "inheritedFrom": {
@@ -87,7 +87,7 @@
87
87
  }
88
88
  },
89
89
  {
90
- "id": 22,
90
+ "id": 28,
91
91
  "name": "new XyoThrownErrorBoundary",
92
92
  "kind": 16384,
93
93
  "kindString": "Constructor signature",
@@ -114,7 +114,7 @@
114
114
  },
115
115
  "parameters": [
116
116
  {
117
- "id": 23,
117
+ "id": 29,
118
118
  "name": "props",
119
119
  "kind": 32768,
120
120
  "kindString": "Parameter",
@@ -128,7 +128,7 @@
128
128
  }
129
129
  },
130
130
  {
131
- "id": 24,
131
+ "id": 30,
132
132
  "name": "context",
133
133
  "kind": 32768,
134
134
  "kindString": "Parameter",
@@ -143,7 +143,7 @@
143
143
  ],
144
144
  "type": {
145
145
  "type": "reference",
146
- "id": 13,
146
+ "id": 16,
147
147
  "name": "XyoThrownErrorBoundary"
148
148
  },
149
149
  "inheritedFrom": {
@@ -158,7 +158,7 @@
158
158
  }
159
159
  },
160
160
  {
161
- "id": 25,
161
+ "id": 31,
162
162
  "name": "state",
163
163
  "kind": 1024,
164
164
  "kindString": "Property",
@@ -168,14 +168,14 @@
168
168
  "sources": [
169
169
  {
170
170
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
171
- "line": 21,
171
+ "line": 22,
172
172
  "character": 9,
173
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L21"
173
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L22"
174
174
  }
175
175
  ],
176
176
  "type": {
177
177
  "type": "reference",
178
- "id": 10,
178
+ "id": 13,
179
179
  "name": "XyoErrorBoundaryState"
180
180
  },
181
181
  "defaultValue": "...",
@@ -185,7 +185,7 @@
185
185
  }
186
186
  },
187
187
  {
188
- "id": 26,
188
+ "id": 32,
189
189
  "name": "componentDidCatch",
190
190
  "kind": 2048,
191
191
  "kindString": "Method",
@@ -195,21 +195,21 @@
195
195
  "sources": [
196
196
  {
197
197
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
198
- "line": 29,
198
+ "line": 34,
199
199
  "character": 9,
200
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L29"
200
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L34"
201
201
  }
202
202
  ],
203
203
  "signatures": [
204
204
  {
205
- "id": 27,
205
+ "id": 33,
206
206
  "name": "componentDidCatch",
207
207
  "kind": 4096,
208
208
  "kindString": "Call signature",
209
209
  "flags": {},
210
210
  "parameters": [
211
211
  {
212
- "id": 28,
212
+ "id": 34,
213
213
  "name": "error",
214
214
  "kind": 32768,
215
215
  "kindString": "Parameter",
@@ -222,7 +222,7 @@
222
222
  }
223
223
  },
224
224
  {
225
- "id": 29,
225
+ "id": 35,
226
226
  "name": "errorInfo",
227
227
  "kind": 32768,
228
228
  "kindString": "Parameter",
@@ -251,7 +251,7 @@
251
251
  }
252
252
  },
253
253
  {
254
- "id": 30,
254
+ "id": 36,
255
255
  "name": "render",
256
256
  "kind": 2048,
257
257
  "kindString": "Method",
@@ -261,14 +261,14 @@
261
261
  "sources": [
262
262
  {
263
263
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
264
- "line": 41,
264
+ "line": 46,
265
265
  "character": 9,
266
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L41"
266
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L46"
267
267
  }
268
268
  ],
269
269
  "signatures": [
270
270
  {
271
- "id": 31,
271
+ "id": 37,
272
272
  "name": "render",
273
273
  "kind": 4096,
274
274
  "kindString": "Call signature",
@@ -322,7 +322,53 @@
322
322
  }
323
323
  },
324
324
  {
325
- "id": 14,
325
+ "id": 22,
326
+ "name": "getDerivedStateFromError",
327
+ "kind": 2048,
328
+ "kindString": "Method",
329
+ "flags": {
330
+ "isStatic": true
331
+ },
332
+ "sources": [
333
+ {
334
+ "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
335
+ "line": 30,
336
+ "character": 9,
337
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L30"
338
+ }
339
+ ],
340
+ "signatures": [
341
+ {
342
+ "id": 23,
343
+ "name": "getDerivedStateFromError",
344
+ "kind": 4096,
345
+ "kindString": "Call signature",
346
+ "flags": {},
347
+ "parameters": [
348
+ {
349
+ "id": 24,
350
+ "name": "error",
351
+ "kind": 32768,
352
+ "kindString": "Parameter",
353
+ "flags": {},
354
+ "type": {
355
+ "type": "reference",
356
+ "name": "Error",
357
+ "qualifiedName": "Error",
358
+ "package": "typescript"
359
+ }
360
+ }
361
+ ],
362
+ "type": {
363
+ "type": "reference",
364
+ "id": 13,
365
+ "name": "XyoErrorBoundaryState"
366
+ }
367
+ }
368
+ ]
369
+ },
370
+ {
371
+ "id": 17,
326
372
  "name": "normalizeError",
327
373
  "kind": 2048,
328
374
  "kindString": "Method",
@@ -333,21 +379,21 @@
333
379
  "sources": [
334
380
  {
335
381
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
336
- "line": 25,
382
+ "line": 26,
337
383
  "character": 16,
338
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L25"
384
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L26"
339
385
  }
340
386
  ],
341
387
  "signatures": [
342
388
  {
343
- "id": 15,
389
+ "id": 18,
344
390
  "name": "normalizeError",
345
391
  "kind": 4096,
346
392
  "kindString": "Call signature",
347
393
  "flags": {},
348
394
  "parameters": [
349
395
  {
350
- "id": 16,
396
+ "id": 19,
351
397
  "name": "error",
352
398
  "kind": 32768,
353
399
  "kindString": "Parameter",
@@ -373,7 +419,7 @@
373
419
  {
374
420
  "type": "reflection",
375
421
  "declaration": {
376
- "id": 17,
422
+ "id": 20,
377
423
  "name": "__type",
378
424
  "kind": 65536,
379
425
  "kindString": "Type literal",
@@ -417,7 +463,7 @@
417
463
  {
418
464
  "type": "reflection",
419
465
  "declaration": {
420
- "id": 18,
466
+ "id": 21,
421
467
  "name": "__type",
422
468
  "kind": 65536,
423
469
  "kindString": "Type literal",
@@ -441,30 +487,31 @@
441
487
  {
442
488
  "title": "Constructors",
443
489
  "children": [
444
- 19
490
+ 25
445
491
  ]
446
492
  },
447
493
  {
448
494
  "title": "Properties",
449
495
  "children": [
450
- 25
496
+ 31
451
497
  ]
452
498
  },
453
499
  {
454
500
  "title": "Methods",
455
501
  "children": [
456
- 26,
457
- 30,
458
- 14
502
+ 32,
503
+ 36,
504
+ 22,
505
+ 17
459
506
  ]
460
507
  }
461
508
  ],
462
509
  "sources": [
463
510
  {
464
511
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
465
- "line": 20,
512
+ "line": 21,
466
513
  "character": 13,
467
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L20"
514
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L21"
468
515
  }
469
516
  ],
470
517
  "extendedTypes": [
@@ -478,7 +525,7 @@
478
525
  },
479
526
  {
480
527
  "type": "reference",
481
- "id": 10,
528
+ "id": 13,
482
529
  "name": "XyoErrorBoundaryState"
483
530
  }
484
531
  ],
@@ -489,14 +536,14 @@
489
536
  ]
490
537
  },
491
538
  {
492
- "id": 429,
539
+ "id": 437,
493
540
  "name": "ErrorReporterContextState",
494
541
  "kind": 256,
495
542
  "kindString": "Interface",
496
543
  "flags": {},
497
544
  "children": [
498
545
  {
499
- "id": 430,
546
+ "id": 438,
500
547
  "name": "rollbar",
501
548
  "kind": 1024,
502
549
  "kindString": "Property",
@@ -508,7 +555,7 @@
508
555
  "fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
509
556
  "line": 4,
510
557
  "character": 2,
511
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L4"
558
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L4"
512
559
  }
513
560
  ],
514
561
  "type": {
@@ -523,7 +570,7 @@
523
570
  {
524
571
  "title": "Properties",
525
572
  "children": [
526
- 430
573
+ 438
527
574
  ]
528
575
  }
529
576
  ],
@@ -532,19 +579,19 @@
532
579
  "fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
533
580
  "line": 3,
534
581
  "character": 17,
535
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L3"
582
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L3"
536
583
  }
537
584
  ]
538
585
  },
539
586
  {
540
- "id": 423,
587
+ "id": 431,
541
588
  "name": "ErrorReporterProviderProps",
542
589
  "kind": 256,
543
590
  "kindString": "Interface",
544
591
  "flags": {},
545
592
  "children": [
546
593
  {
547
- "id": 424,
594
+ "id": 432,
548
595
  "name": "rollbar",
549
596
  "kind": 1024,
550
597
  "kindString": "Property",
@@ -554,7 +601,7 @@
554
601
  "fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
555
602
  "line": 8,
556
603
  "character": 2,
557
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L8"
604
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L8"
558
605
  }
559
606
  ],
560
607
  "type": {
@@ -569,7 +616,7 @@
569
616
  {
570
617
  "title": "Properties",
571
618
  "children": [
572
- 424
619
+ 432
573
620
  ]
574
621
  }
575
622
  ],
@@ -578,19 +625,19 @@
578
625
  "fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
579
626
  "line": 7,
580
627
  "character": 17,
581
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L7"
628
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L7"
582
629
  }
583
630
  ]
584
631
  },
585
632
  {
586
- "id": 32,
633
+ "id": 38,
587
634
  "name": "XyoErrorAlertProps",
588
635
  "kind": 256,
589
636
  "kindString": "Interface",
590
637
  "flags": {},
591
638
  "children": [
592
639
  {
593
- "id": 33,
640
+ "id": 39,
594
641
  "name": "error",
595
642
  "kind": 1024,
596
643
  "kindString": "Property",
@@ -602,7 +649,7 @@
602
649
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx",
603
650
  "line": 5,
604
651
  "character": 2,
605
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L5"
652
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L5"
606
653
  }
607
654
  ],
608
655
  "type": {
@@ -623,7 +670,7 @@
623
670
  {
624
671
  "type": "reflection",
625
672
  "declaration": {
626
- "id": 34,
673
+ "id": 40,
627
674
  "name": "__type",
628
675
  "kind": 65536,
629
676
  "kindString": "Type literal",
@@ -639,13 +686,35 @@
639
686
  }
640
687
  ]
641
688
  }
689
+ },
690
+ {
691
+ "id": 41,
692
+ "name": "errorContext",
693
+ "kind": 1024,
694
+ "kindString": "Property",
695
+ "flags": {
696
+ "isOptional": true
697
+ },
698
+ "sources": [
699
+ {
700
+ "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx",
701
+ "line": 6,
702
+ "character": 2,
703
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L6"
704
+ }
705
+ ],
706
+ "type": {
707
+ "type": "intrinsic",
708
+ "name": "string"
709
+ }
642
710
  }
643
711
  ],
644
712
  "groups": [
645
713
  {
646
714
  "title": "Properties",
647
715
  "children": [
648
- 33
716
+ 39,
717
+ 41
649
718
  ]
650
719
  }
651
720
  ],
@@ -654,7 +723,7 @@
654
723
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx",
655
724
  "line": 4,
656
725
  "character": 17,
657
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L4"
726
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L4"
658
727
  }
659
728
  ],
660
729
  "extendedTypes": [
@@ -686,7 +755,7 @@
686
755
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
687
756
  "line": 12,
688
757
  "character": 2,
689
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L12"
758
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L12"
690
759
  }
691
760
  ],
692
761
  "type": {
@@ -696,6 +765,27 @@
696
765
  "package": "@xylabs/react-common"
697
766
  }
698
767
  },
768
+ {
769
+ "id": 12,
770
+ "name": "boundaryName",
771
+ "kind": 1024,
772
+ "kindString": "Property",
773
+ "flags": {
774
+ "isOptional": true
775
+ },
776
+ "sources": [
777
+ {
778
+ "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
779
+ "line": 14,
780
+ "character": 2,
781
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L14"
782
+ }
783
+ ],
784
+ "type": {
785
+ "type": "intrinsic",
786
+ "name": "string"
787
+ }
788
+ },
699
789
  {
700
790
  "id": 3,
701
791
  "name": "children",
@@ -707,7 +797,7 @@
707
797
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
708
798
  "line": 10,
709
799
  "character": 2,
710
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L10"
800
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L10"
711
801
  }
712
802
  ],
713
803
  "type": {
@@ -730,7 +820,7 @@
730
820
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
731
821
  "line": 13,
732
822
  "character": 2,
733
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L13"
823
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L13"
734
824
  }
735
825
  ],
736
826
  "type": {
@@ -746,7 +836,7 @@
746
836
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
747
837
  "line": 13,
748
838
  "character": 19,
749
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L13"
839
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L13"
750
840
  }
751
841
  ],
752
842
  "signatures": [
@@ -764,10 +854,51 @@
764
854
  "kindString": "Parameter",
765
855
  "flags": {},
766
856
  "type": {
767
- "type": "reference",
768
- "name": "Error",
769
- "qualifiedName": "Error",
770
- "package": "typescript"
857
+ "type": "intersection",
858
+ "types": [
859
+ {
860
+ "type": "reference",
861
+ "name": "SchemaFields",
862
+ "qualifiedName": "SchemaFields",
863
+ "package": "@xyo-network/payload"
864
+ },
865
+ {
866
+ "type": "reference",
867
+ "name": "PayloadFields",
868
+ "qualifiedName": "PayloadFields",
869
+ "package": "@xyo-network/payload"
870
+ },
871
+ {
872
+ "type": "reflection",
873
+ "declaration": {
874
+ "id": 10,
875
+ "name": "__type",
876
+ "kind": 65536,
877
+ "kindString": "Type literal",
878
+ "flags": {},
879
+ "sources": [
880
+ {
881
+ "fileName": "node_modules/@xyo-network/module/dist/esm/Query/Error.d.ts",
882
+ "line": 4,
883
+ "character": 42
884
+ }
885
+ ]
886
+ }
887
+ }
888
+ ]
889
+ }
890
+ },
891
+ {
892
+ "id": 11,
893
+ "name": "boundaryName",
894
+ "kind": 32768,
895
+ "kindString": "Parameter",
896
+ "flags": {
897
+ "isOptional": true
898
+ },
899
+ "type": {
900
+ "type": "intrinsic",
901
+ "name": "string"
771
902
  }
772
903
  }
773
904
  ],
@@ -795,7 +926,7 @@
795
926
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
796
927
  "line": 9,
797
928
  "character": 2,
798
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L9"
929
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L9"
799
930
  }
800
931
  ],
801
932
  "type": {
@@ -816,7 +947,7 @@
816
947
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
817
948
  "line": 11,
818
949
  "character": 2,
819
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L11"
950
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L11"
820
951
  }
821
952
  ],
822
953
  "type": {
@@ -832,6 +963,7 @@
832
963
  "title": "Properties",
833
964
  "children": [
834
965
  5,
966
+ 12,
835
967
  3,
836
968
  6,
837
969
  2,
@@ -844,19 +976,19 @@
844
976
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
845
977
  "line": 8,
846
978
  "character": 17,
847
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L8"
979
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L8"
848
980
  }
849
981
  ]
850
982
  },
851
983
  {
852
- "id": 10,
984
+ "id": 13,
853
985
  "name": "XyoErrorBoundaryState",
854
986
  "kind": 256,
855
987
  "kindString": "Interface",
856
988
  "flags": {},
857
989
  "children": [
858
990
  {
859
- "id": 11,
991
+ "id": 14,
860
992
  "name": "xyoError",
861
993
  "kind": 1024,
862
994
  "kindString": "Property",
@@ -866,9 +998,9 @@
866
998
  "sources": [
867
999
  {
868
1000
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
869
- "line": 17,
1001
+ "line": 18,
870
1002
  "character": 2,
871
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L17"
1003
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L18"
872
1004
  }
873
1005
  ],
874
1006
  "type": {
@@ -889,7 +1021,7 @@
889
1021
  {
890
1022
  "type": "reflection",
891
1023
  "declaration": {
892
- "id": 12,
1024
+ "id": 15,
893
1025
  "name": "__type",
894
1026
  "kind": 65536,
895
1027
  "kindString": "Type literal",
@@ -911,28 +1043,28 @@
911
1043
  {
912
1044
  "title": "Properties",
913
1045
  "children": [
914
- 11
1046
+ 14
915
1047
  ]
916
1048
  }
917
1049
  ],
918
1050
  "sources": [
919
1051
  {
920
1052
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
921
- "line": 16,
1053
+ "line": 17,
922
1054
  "character": 17,
923
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L16"
1055
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L17"
924
1056
  }
925
1057
  ]
926
1058
  },
927
1059
  {
928
- "id": 39,
1060
+ "id": 46,
929
1061
  "name": "XyoErrorRenderProps",
930
1062
  "kind": 256,
931
1063
  "kindString": "Interface",
932
1064
  "flags": {},
933
1065
  "children": [
934
1066
  {
935
- "id": 127,
1067
+ "id": 135,
936
1068
  "name": "alignContent",
937
1069
  "kind": 1024,
938
1070
  "kindString": "Property",
@@ -973,7 +1105,7 @@
973
1105
  {
974
1106
  "type": "reflection",
975
1107
  "declaration": {
976
- "id": 128,
1108
+ "id": 136,
977
1109
  "name": "__type",
978
1110
  "kind": 65536,
979
1111
  "kindString": "Type literal",
@@ -987,14 +1119,14 @@
987
1119
  ],
988
1120
  "signatures": [
989
1121
  {
990
- "id": 129,
1122
+ "id": 137,
991
1123
  "name": "__type",
992
1124
  "kind": 4096,
993
1125
  "kindString": "Call signature",
994
1126
  "flags": {},
995
1127
  "parameters": [
996
1128
  {
997
- "id": 130,
1129
+ "id": 138,
998
1130
  "name": "theme",
999
1131
  "kind": 32768,
1000
1132
  "kindString": "Parameter",
@@ -1049,7 +1181,7 @@
1049
1181
  }
1050
1182
  },
1051
1183
  {
1052
- "id": 123,
1184
+ "id": 131,
1053
1185
  "name": "alignItems",
1054
1186
  "kind": 1024,
1055
1187
  "kindString": "Property",
@@ -1090,7 +1222,7 @@
1090
1222
  {
1091
1223
  "type": "reflection",
1092
1224
  "declaration": {
1093
- "id": 124,
1225
+ "id": 132,
1094
1226
  "name": "__type",
1095
1227
  "kind": 65536,
1096
1228
  "kindString": "Type literal",
@@ -1104,14 +1236,14 @@
1104
1236
  ],
1105
1237
  "signatures": [
1106
1238
  {
1107
- "id": 125,
1239
+ "id": 133,
1108
1240
  "name": "__type",
1109
1241
  "kind": 4096,
1110
1242
  "kindString": "Call signature",
1111
1243
  "flags": {},
1112
1244
  "parameters": [
1113
1245
  {
1114
- "id": 126,
1246
+ "id": 134,
1115
1247
  "name": "theme",
1116
1248
  "kind": 32768,
1117
1249
  "kindString": "Parameter",
@@ -1166,7 +1298,7 @@
1166
1298
  }
1167
1299
  },
1168
1300
  {
1169
- "id": 147,
1301
+ "id": 155,
1170
1302
  "name": "alignSelf",
1171
1303
  "kind": 1024,
1172
1304
  "kindString": "Property",
@@ -1207,7 +1339,7 @@
1207
1339
  {
1208
1340
  "type": "reflection",
1209
1341
  "declaration": {
1210
- "id": 148,
1342
+ "id": 156,
1211
1343
  "name": "__type",
1212
1344
  "kind": 65536,
1213
1345
  "kindString": "Type literal",
@@ -1221,14 +1353,14 @@
1221
1353
  ],
1222
1354
  "signatures": [
1223
1355
  {
1224
- "id": 149,
1356
+ "id": 157,
1225
1357
  "name": "__type",
1226
1358
  "kind": 4096,
1227
1359
  "kindString": "Call signature",
1228
1360
  "flags": {},
1229
1361
  "parameters": [
1230
1362
  {
1231
- "id": 150,
1363
+ "id": 158,
1232
1364
  "name": "theme",
1233
1365
  "kind": 32768,
1234
1366
  "kindString": "Parameter",
@@ -1283,7 +1415,7 @@
1283
1415
  }
1284
1416
  },
1285
1417
  {
1286
- "id": 207,
1418
+ "id": 215,
1287
1419
  "name": "bgcolor",
1288
1420
  "kind": 1024,
1289
1421
  "kindString": "Property",
@@ -1324,7 +1456,7 @@
1324
1456
  {
1325
1457
  "type": "reflection",
1326
1458
  "declaration": {
1327
- "id": 208,
1459
+ "id": 216,
1328
1460
  "name": "__type",
1329
1461
  "kind": 65536,
1330
1462
  "kindString": "Type literal",
@@ -1338,14 +1470,14 @@
1338
1470
  ],
1339
1471
  "signatures": [
1340
1472
  {
1341
- "id": 209,
1473
+ "id": 217,
1342
1474
  "name": "__type",
1343
1475
  "kind": 4096,
1344
1476
  "kindString": "Call signature",
1345
1477
  "flags": {},
1346
1478
  "parameters": [
1347
1479
  {
1348
- "id": 210,
1480
+ "id": 218,
1349
1481
  "name": "theme",
1350
1482
  "kind": 32768,
1351
1483
  "kindString": "Parameter",
@@ -1400,7 +1532,7 @@
1400
1532
  }
1401
1533
  },
1402
1534
  {
1403
- "id": 53,
1535
+ "id": 61,
1404
1536
  "name": "border",
1405
1537
  "kind": 1024,
1406
1538
  "kindString": "Property",
@@ -1444,7 +1576,7 @@
1444
1576
  {
1445
1577
  "type": "reflection",
1446
1578
  "declaration": {
1447
- "id": 54,
1579
+ "id": 62,
1448
1580
  "name": "__type",
1449
1581
  "kind": 65536,
1450
1582
  "kindString": "Type literal",
@@ -2239,7 +2371,7 @@
2239
2371
  {
2240
2372
  "type": "reflection",
2241
2373
  "declaration": {
2242
- "id": 55,
2374
+ "id": 63,
2243
2375
  "name": "__type",
2244
2376
  "kind": 65536,
2245
2377
  "kindString": "Type literal",
@@ -2253,14 +2385,14 @@
2253
2385
  ],
2254
2386
  "signatures": [
2255
2387
  {
2256
- "id": 56,
2388
+ "id": 64,
2257
2389
  "name": "__type",
2258
2390
  "kind": 4096,
2259
2391
  "kindString": "Call signature",
2260
2392
  "flags": {},
2261
2393
  "parameters": [
2262
2394
  {
2263
- "id": 57,
2395
+ "id": 65,
2264
2396
  "name": "theme",
2265
2397
  "kind": 32768,
2266
2398
  "kindString": "Parameter",
@@ -2309,7 +2441,7 @@
2309
2441
  {
2310
2442
  "type": "reflection",
2311
2443
  "declaration": {
2312
- "id": 58,
2444
+ "id": 66,
2313
2445
  "name": "__type",
2314
2446
  "kind": 65536,
2315
2447
  "kindString": "Type literal",
@@ -3113,7 +3245,7 @@
3113
3245
  }
3114
3246
  },
3115
3247
  {
3116
- "id": 67,
3248
+ "id": 75,
3117
3249
  "name": "borderBottom",
3118
3250
  "kind": 1024,
3119
3251
  "kindString": "Property",
@@ -3203,7 +3335,7 @@
3203
3335
  {
3204
3336
  "type": "reflection",
3205
3337
  "declaration": {
3206
- "id": 68,
3338
+ "id": 76,
3207
3339
  "name": "__type",
3208
3340
  "kind": 65536,
3209
3341
  "kindString": "Type literal",
@@ -3217,14 +3349,14 @@
3217
3349
  ],
3218
3350
  "signatures": [
3219
3351
  {
3220
- "id": 69,
3352
+ "id": 77,
3221
3353
  "name": "__type",
3222
3354
  "kind": 4096,
3223
3355
  "kindString": "Call signature",
3224
3356
  "flags": {},
3225
3357
  "parameters": [
3226
3358
  {
3227
- "id": 70,
3359
+ "id": 78,
3228
3360
  "name": "theme",
3229
3361
  "kind": 32768,
3230
3362
  "kindString": "Parameter",
@@ -3328,7 +3460,7 @@
3328
3460
  }
3329
3461
  },
3330
3462
  {
3331
- "id": 75,
3463
+ "id": 83,
3332
3464
  "name": "borderColor",
3333
3465
  "kind": 1024,
3334
3466
  "kindString": "Property",
@@ -3369,7 +3501,7 @@
3369
3501
  {
3370
3502
  "type": "reflection",
3371
3503
  "declaration": {
3372
- "id": 76,
3504
+ "id": 84,
3373
3505
  "name": "__type",
3374
3506
  "kind": 65536,
3375
3507
  "kindString": "Type literal",
@@ -3383,14 +3515,14 @@
3383
3515
  ],
3384
3516
  "signatures": [
3385
3517
  {
3386
- "id": 77,
3518
+ "id": 85,
3387
3519
  "name": "__type",
3388
3520
  "kind": 4096,
3389
3521
  "kindString": "Call signature",
3390
3522
  "flags": {},
3391
3523
  "parameters": [
3392
3524
  {
3393
- "id": 78,
3525
+ "id": 86,
3394
3526
  "name": "theme",
3395
3527
  "kind": 32768,
3396
3528
  "kindString": "Parameter",
@@ -3445,7 +3577,7 @@
3445
3577
  }
3446
3578
  },
3447
3579
  {
3448
- "id": 71,
3580
+ "id": 79,
3449
3581
  "name": "borderLeft",
3450
3582
  "kind": 1024,
3451
3583
  "kindString": "Property",
@@ -3535,7 +3667,7 @@
3535
3667
  {
3536
3668
  "type": "reflection",
3537
3669
  "declaration": {
3538
- "id": 72,
3670
+ "id": 80,
3539
3671
  "name": "__type",
3540
3672
  "kind": 65536,
3541
3673
  "kindString": "Type literal",
@@ -3549,14 +3681,14 @@
3549
3681
  ],
3550
3682
  "signatures": [
3551
3683
  {
3552
- "id": 73,
3684
+ "id": 81,
3553
3685
  "name": "__type",
3554
3686
  "kind": 4096,
3555
3687
  "kindString": "Call signature",
3556
3688
  "flags": {},
3557
3689
  "parameters": [
3558
3690
  {
3559
- "id": 74,
3691
+ "id": 82,
3560
3692
  "name": "theme",
3561
3693
  "kind": 32768,
3562
3694
  "kindString": "Parameter",
@@ -3660,7 +3792,7 @@
3660
3792
  }
3661
3793
  },
3662
3794
  {
3663
- "id": 79,
3795
+ "id": 87,
3664
3796
  "name": "borderRadius",
3665
3797
  "kind": 1024,
3666
3798
  "kindString": "Property",
@@ -3750,7 +3882,7 @@
3750
3882
  {
3751
3883
  "type": "reflection",
3752
3884
  "declaration": {
3753
- "id": 80,
3885
+ "id": 88,
3754
3886
  "name": "__type",
3755
3887
  "kind": 65536,
3756
3888
  "kindString": "Type literal",
@@ -3764,14 +3896,14 @@
3764
3896
  ],
3765
3897
  "signatures": [
3766
3898
  {
3767
- "id": 81,
3899
+ "id": 89,
3768
3900
  "name": "__type",
3769
3901
  "kind": 4096,
3770
3902
  "kindString": "Call signature",
3771
3903
  "flags": {},
3772
3904
  "parameters": [
3773
3905
  {
3774
- "id": 82,
3906
+ "id": 90,
3775
3907
  "name": "theme",
3776
3908
  "kind": 32768,
3777
3909
  "kindString": "Parameter",
@@ -3875,7 +4007,7 @@
3875
4007
  }
3876
4008
  },
3877
4009
  {
3878
- "id": 63,
4010
+ "id": 71,
3879
4011
  "name": "borderRight",
3880
4012
  "kind": 1024,
3881
4013
  "kindString": "Property",
@@ -3965,7 +4097,7 @@
3965
4097
  {
3966
4098
  "type": "reflection",
3967
4099
  "declaration": {
3968
- "id": 64,
4100
+ "id": 72,
3969
4101
  "name": "__type",
3970
4102
  "kind": 65536,
3971
4103
  "kindString": "Type literal",
@@ -3979,14 +4111,14 @@
3979
4111
  ],
3980
4112
  "signatures": [
3981
4113
  {
3982
- "id": 65,
4114
+ "id": 73,
3983
4115
  "name": "__type",
3984
4116
  "kind": 4096,
3985
4117
  "kindString": "Call signature",
3986
4118
  "flags": {},
3987
4119
  "parameters": [
3988
4120
  {
3989
- "id": 66,
4121
+ "id": 74,
3990
4122
  "name": "theme",
3991
4123
  "kind": 32768,
3992
4124
  "kindString": "Parameter",
@@ -4090,7 +4222,7 @@
4090
4222
  }
4091
4223
  },
4092
4224
  {
4093
- "id": 59,
4225
+ "id": 67,
4094
4226
  "name": "borderTop",
4095
4227
  "kind": 1024,
4096
4228
  "kindString": "Property",
@@ -4180,7 +4312,7 @@
4180
4312
  {
4181
4313
  "type": "reflection",
4182
4314
  "declaration": {
4183
- "id": 60,
4315
+ "id": 68,
4184
4316
  "name": "__type",
4185
4317
  "kind": 65536,
4186
4318
  "kindString": "Type literal",
@@ -4194,14 +4326,14 @@
4194
4326
  ],
4195
4327
  "signatures": [
4196
4328
  {
4197
- "id": 61,
4329
+ "id": 69,
4198
4330
  "name": "__type",
4199
4331
  "kind": 4096,
4200
4332
  "kindString": "Call signature",
4201
4333
  "flags": {},
4202
4334
  "parameters": [
4203
4335
  {
4204
- "id": 62,
4336
+ "id": 70,
4205
4337
  "name": "theme",
4206
4338
  "kind": 32768,
4207
4339
  "kindString": "Parameter",
@@ -4305,7 +4437,7 @@
4305
4437
  }
4306
4438
  },
4307
4439
  {
4308
- "id": 231,
4440
+ "id": 239,
4309
4441
  "name": "bottom",
4310
4442
  "kind": 1024,
4311
4443
  "kindString": "Property",
@@ -4395,7 +4527,7 @@
4395
4527
  {
4396
4528
  "type": "reflection",
4397
4529
  "declaration": {
4398
- "id": 232,
4530
+ "id": 240,
4399
4531
  "name": "__type",
4400
4532
  "kind": 65536,
4401
4533
  "kindString": "Type literal",
@@ -4409,14 +4541,14 @@
4409
4541
  ],
4410
4542
  "signatures": [
4411
4543
  {
4412
- "id": 233,
4544
+ "id": 241,
4413
4545
  "name": "__type",
4414
4546
  "kind": 4096,
4415
4547
  "kindString": "Call signature",
4416
4548
  "flags": {},
4417
4549
  "parameters": [
4418
4550
  {
4419
- "id": 234,
4551
+ "id": 242,
4420
4552
  "name": "theme",
4421
4553
  "kind": 32768,
4422
4554
  "kindString": "Parameter",
@@ -4520,7 +4652,7 @@
4520
4652
  }
4521
4653
  },
4522
4654
  {
4523
- "id": 239,
4655
+ "id": 247,
4524
4656
  "name": "boxShadow",
4525
4657
  "kind": 1024,
4526
4658
  "kindString": "Property",
@@ -4558,7 +4690,7 @@
4558
4690
  {
4559
4691
  "type": "reflection",
4560
4692
  "declaration": {
4561
- "id": 240,
4693
+ "id": 248,
4562
4694
  "name": "__type",
4563
4695
  "kind": 65536,
4564
4696
  "kindString": "Type literal",
@@ -4572,14 +4704,14 @@
4572
4704
  ],
4573
4705
  "signatures": [
4574
4706
  {
4575
- "id": 241,
4707
+ "id": 249,
4576
4708
  "name": "__type",
4577
4709
  "kind": 4096,
4578
4710
  "kindString": "Call signature",
4579
4711
  "flags": {},
4580
4712
  "parameters": [
4581
4713
  {
4582
- "id": 242,
4714
+ "id": 250,
4583
4715
  "name": "theme",
4584
4716
  "kind": 32768,
4585
4717
  "kindString": "Parameter",
@@ -4631,7 +4763,7 @@
4631
4763
  }
4632
4764
  },
4633
4765
  {
4634
- "id": 267,
4766
+ "id": 275,
4635
4767
  "name": "boxSizing",
4636
4768
  "kind": 1024,
4637
4769
  "kindString": "Property",
@@ -4691,7 +4823,7 @@
4691
4823
  {
4692
4824
  "type": "reflection",
4693
4825
  "declaration": {
4694
- "id": 268,
4826
+ "id": 276,
4695
4827
  "name": "__type",
4696
4828
  "kind": 65536,
4697
4829
  "kindString": "Type literal",
@@ -4705,14 +4837,14 @@
4705
4837
  ],
4706
4838
  "signatures": [
4707
4839
  {
4708
- "id": 269,
4840
+ "id": 277,
4709
4841
  "name": "__type",
4710
4842
  "kind": 4096,
4711
4843
  "kindString": "Call signature",
4712
4844
  "flags": {},
4713
4845
  "parameters": [
4714
4846
  {
4715
- "id": 270,
4847
+ "id": 278,
4716
4848
  "name": "theme",
4717
4849
  "kind": 32768,
4718
4850
  "kindString": "Parameter",
@@ -4786,7 +4918,7 @@
4786
4918
  }
4787
4919
  },
4788
4920
  {
4789
- "id": 49,
4921
+ "id": 57,
4790
4922
  "name": "color",
4791
4923
  "kind": 1024,
4792
4924
  "kindString": "Property",
@@ -4827,7 +4959,7 @@
4827
4959
  {
4828
4960
  "type": "reflection",
4829
4961
  "declaration": {
4830
- "id": 50,
4962
+ "id": 58,
4831
4963
  "name": "__type",
4832
4964
  "kind": 65536,
4833
4965
  "kindString": "Type literal",
@@ -4841,14 +4973,14 @@
4841
4973
  ],
4842
4974
  "signatures": [
4843
4975
  {
4844
- "id": 51,
4976
+ "id": 59,
4845
4977
  "name": "__type",
4846
4978
  "kind": 4096,
4847
4979
  "kindString": "Call signature",
4848
4980
  "flags": {},
4849
4981
  "parameters": [
4850
4982
  {
4851
- "id": 52,
4983
+ "id": 60,
4852
4984
  "name": "theme",
4853
4985
  "kind": 32768,
4854
4986
  "kindString": "Parameter",
@@ -4903,7 +5035,7 @@
4903
5035
  }
4904
5036
  },
4905
5037
  {
4906
- "id": 163,
5038
+ "id": 171,
4907
5039
  "name": "columnGap",
4908
5040
  "kind": 1024,
4909
5041
  "kindString": "Property",
@@ -4993,7 +5125,7 @@
4993
5125
  {
4994
5126
  "type": "reflection",
4995
5127
  "declaration": {
4996
- "id": 164,
5128
+ "id": 172,
4997
5129
  "name": "__type",
4998
5130
  "kind": 65536,
4999
5131
  "kindString": "Type literal",
@@ -5007,14 +5139,14 @@
5007
5139
  ],
5008
5140
  "signatures": [
5009
5141
  {
5010
- "id": 165,
5142
+ "id": 173,
5011
5143
  "name": "__type",
5012
5144
  "kind": 4096,
5013
5145
  "kindString": "Call signature",
5014
5146
  "flags": {},
5015
5147
  "parameters": [
5016
5148
  {
5017
- "id": 166,
5149
+ "id": 174,
5018
5150
  "name": "theme",
5019
5151
  "kind": 32768,
5020
5152
  "kindString": "Parameter",
@@ -5118,7 +5250,7 @@
5118
5250
  }
5119
5251
  },
5120
5252
  {
5121
- "id": 42,
5253
+ "id": 49,
5122
5254
  "name": "customError",
5123
5255
  "kind": 1024,
5124
5256
  "kindString": "Property",
@@ -5130,7 +5262,7 @@
5130
5262
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
5131
5263
  "line": 7,
5132
5264
  "character": 2,
5133
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L7"
5265
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L7"
5134
5266
  }
5135
5267
  ],
5136
5268
  "type": {
@@ -5141,7 +5273,7 @@
5141
5273
  }
5142
5274
  },
5143
5275
  {
5144
- "id": 83,
5276
+ "id": 91,
5145
5277
  "name": "display",
5146
5278
  "kind": 1024,
5147
5279
  "kindString": "Property",
@@ -5182,7 +5314,7 @@
5182
5314
  {
5183
5315
  "type": "reflection",
5184
5316
  "declaration": {
5185
- "id": 84,
5317
+ "id": 92,
5186
5318
  "name": "__type",
5187
5319
  "kind": 65536,
5188
5320
  "kindString": "Type literal",
@@ -5196,14 +5328,14 @@
5196
5328
  ],
5197
5329
  "signatures": [
5198
5330
  {
5199
- "id": 85,
5331
+ "id": 93,
5200
5332
  "name": "__type",
5201
5333
  "kind": 4096,
5202
5334
  "kindString": "Call signature",
5203
5335
  "flags": {},
5204
5336
  "parameters": [
5205
5337
  {
5206
- "id": 86,
5338
+ "id": 94,
5207
5339
  "name": "theme",
5208
5340
  "kind": 32768,
5209
5341
  "kindString": "Parameter",
@@ -5258,7 +5390,7 @@
5258
5390
  }
5259
5391
  },
5260
5392
  {
5261
- "id": 87,
5393
+ "id": 95,
5262
5394
  "name": "displayPrint",
5263
5395
  "kind": 1024,
5264
5396
  "kindString": "Property",
@@ -5299,7 +5431,7 @@
5299
5431
  {
5300
5432
  "type": "reflection",
5301
5433
  "declaration": {
5302
- "id": 88,
5434
+ "id": 96,
5303
5435
  "name": "__type",
5304
5436
  "kind": 65536,
5305
5437
  "kindString": "Type literal",
@@ -5313,14 +5445,14 @@
5313
5445
  ],
5314
5446
  "signatures": [
5315
5447
  {
5316
- "id": 89,
5448
+ "id": 97,
5317
5449
  "name": "__type",
5318
5450
  "kind": 4096,
5319
5451
  "kindString": "Call signature",
5320
5452
  "flags": {},
5321
5453
  "parameters": [
5322
5454
  {
5323
- "id": 90,
5455
+ "id": 98,
5324
5456
  "name": "theme",
5325
5457
  "kind": 32768,
5326
5458
  "kindString": "Parameter",
@@ -5375,7 +5507,28 @@
5375
5507
  }
5376
5508
  },
5377
5509
  {
5378
- "id": 135,
5510
+ "id": 52,
5511
+ "name": "errorContext",
5512
+ "kind": 1024,
5513
+ "kindString": "Property",
5514
+ "flags": {
5515
+ "isOptional": true
5516
+ },
5517
+ "sources": [
5518
+ {
5519
+ "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
5520
+ "line": 10,
5521
+ "character": 2,
5522
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L10"
5523
+ }
5524
+ ],
5525
+ "type": {
5526
+ "type": "intrinsic",
5527
+ "name": "string"
5528
+ }
5529
+ },
5530
+ {
5531
+ "id": 143,
5379
5532
  "name": "flex",
5380
5533
  "kind": 1024,
5381
5534
  "kindString": "Property",
@@ -5465,7 +5618,7 @@
5465
5618
  {
5466
5619
  "type": "reflection",
5467
5620
  "declaration": {
5468
- "id": 136,
5621
+ "id": 144,
5469
5622
  "name": "__type",
5470
5623
  "kind": 65536,
5471
5624
  "kindString": "Type literal",
@@ -5479,14 +5632,14 @@
5479
5632
  ],
5480
5633
  "signatures": [
5481
5634
  {
5482
- "id": 137,
5635
+ "id": 145,
5483
5636
  "name": "__type",
5484
5637
  "kind": 4096,
5485
5638
  "kindString": "Call signature",
5486
5639
  "flags": {},
5487
5640
  "parameters": [
5488
5641
  {
5489
- "id": 138,
5642
+ "id": 146,
5490
5643
  "name": "theme",
5491
5644
  "kind": 32768,
5492
5645
  "kindString": "Parameter",
@@ -5590,7 +5743,7 @@
5590
5743
  }
5591
5744
  },
5592
5745
  {
5593
- "id": 107,
5746
+ "id": 115,
5594
5747
  "name": "flexBasis",
5595
5748
  "kind": 1024,
5596
5749
  "kindString": "Property",
@@ -5680,7 +5833,7 @@
5680
5833
  {
5681
5834
  "type": "reflection",
5682
5835
  "declaration": {
5683
- "id": 108,
5836
+ "id": 116,
5684
5837
  "name": "__type",
5685
5838
  "kind": 65536,
5686
5839
  "kindString": "Type literal",
@@ -5694,14 +5847,14 @@
5694
5847
  ],
5695
5848
  "signatures": [
5696
5849
  {
5697
- "id": 109,
5850
+ "id": 117,
5698
5851
  "name": "__type",
5699
5852
  "kind": 4096,
5700
5853
  "kindString": "Call signature",
5701
5854
  "flags": {},
5702
5855
  "parameters": [
5703
5856
  {
5704
- "id": 110,
5857
+ "id": 118,
5705
5858
  "name": "theme",
5706
5859
  "kind": 32768,
5707
5860
  "kindString": "Parameter",
@@ -5805,7 +5958,7 @@
5805
5958
  }
5806
5959
  },
5807
5960
  {
5808
- "id": 111,
5961
+ "id": 119,
5809
5962
  "name": "flexDirection",
5810
5963
  "kind": 1024,
5811
5964
  "kindString": "Property",
@@ -5865,7 +6018,7 @@
5865
6018
  {
5866
6019
  "type": "reflection",
5867
6020
  "declaration": {
5868
- "id": 112,
6021
+ "id": 120,
5869
6022
  "name": "__type",
5870
6023
  "kind": 65536,
5871
6024
  "kindString": "Type literal",
@@ -5879,14 +6032,14 @@
5879
6032
  ],
5880
6033
  "signatures": [
5881
6034
  {
5882
- "id": 113,
6035
+ "id": 121,
5883
6036
  "name": "__type",
5884
6037
  "kind": 4096,
5885
6038
  "kindString": "Call signature",
5886
6039
  "flags": {},
5887
6040
  "parameters": [
5888
6041
  {
5889
- "id": 114,
6042
+ "id": 122,
5890
6043
  "name": "theme",
5891
6044
  "kind": 32768,
5892
6045
  "kindString": "Parameter",
@@ -5960,7 +6113,7 @@
5960
6113
  }
5961
6114
  },
5962
6115
  {
5963
- "id": 139,
6116
+ "id": 147,
5964
6117
  "name": "flexGrow",
5965
6118
  "kind": 1024,
5966
6119
  "kindString": "Property",
@@ -6020,7 +6173,7 @@
6020
6173
  {
6021
6174
  "type": "reflection",
6022
6175
  "declaration": {
6023
- "id": 140,
6176
+ "id": 148,
6024
6177
  "name": "__type",
6025
6178
  "kind": 65536,
6026
6179
  "kindString": "Type literal",
@@ -6034,14 +6187,14 @@
6034
6187
  ],
6035
6188
  "signatures": [
6036
6189
  {
6037
- "id": 141,
6190
+ "id": 149,
6038
6191
  "name": "__type",
6039
6192
  "kind": 4096,
6040
6193
  "kindString": "Call signature",
6041
6194
  "flags": {},
6042
6195
  "parameters": [
6043
6196
  {
6044
- "id": 142,
6197
+ "id": 150,
6045
6198
  "name": "theme",
6046
6199
  "kind": 32768,
6047
6200
  "kindString": "Parameter",
@@ -6115,7 +6268,7 @@
6115
6268
  }
6116
6269
  },
6117
6270
  {
6118
- "id": 143,
6271
+ "id": 151,
6119
6272
  "name": "flexShrink",
6120
6273
  "kind": 1024,
6121
6274
  "kindString": "Property",
@@ -6175,7 +6328,7 @@
6175
6328
  {
6176
6329
  "type": "reflection",
6177
6330
  "declaration": {
6178
- "id": 144,
6331
+ "id": 152,
6179
6332
  "name": "__type",
6180
6333
  "kind": 65536,
6181
6334
  "kindString": "Type literal",
@@ -6189,14 +6342,14 @@
6189
6342
  ],
6190
6343
  "signatures": [
6191
6344
  {
6192
- "id": 145,
6345
+ "id": 153,
6193
6346
  "name": "__type",
6194
6347
  "kind": 4096,
6195
6348
  "kindString": "Call signature",
6196
6349
  "flags": {},
6197
6350
  "parameters": [
6198
6351
  {
6199
- "id": 146,
6352
+ "id": 154,
6200
6353
  "name": "theme",
6201
6354
  "kind": 32768,
6202
6355
  "kindString": "Parameter",
@@ -6270,7 +6423,7 @@
6270
6423
  }
6271
6424
  },
6272
6425
  {
6273
- "id": 115,
6426
+ "id": 123,
6274
6427
  "name": "flexWrap",
6275
6428
  "kind": 1024,
6276
6429
  "kindString": "Property",
@@ -6330,7 +6483,7 @@
6330
6483
  {
6331
6484
  "type": "reflection",
6332
6485
  "declaration": {
6333
- "id": 116,
6486
+ "id": 124,
6334
6487
  "name": "__type",
6335
6488
  "kind": 65536,
6336
6489
  "kindString": "Type literal",
@@ -6344,14 +6497,14 @@
6344
6497
  ],
6345
6498
  "signatures": [
6346
6499
  {
6347
- "id": 117,
6500
+ "id": 125,
6348
6501
  "name": "__type",
6349
6502
  "kind": 4096,
6350
6503
  "kindString": "Call signature",
6351
6504
  "flags": {},
6352
6505
  "parameters": [
6353
6506
  {
6354
- "id": 118,
6507
+ "id": 126,
6355
6508
  "name": "theme",
6356
6509
  "kind": 32768,
6357
6510
  "kindString": "Parameter",
@@ -6425,7 +6578,7 @@
6425
6578
  }
6426
6579
  },
6427
6580
  {
6428
- "id": 383,
6581
+ "id": 391,
6429
6582
  "name": "fontFamily",
6430
6583
  "kind": 1024,
6431
6584
  "kindString": "Property",
@@ -6466,7 +6619,7 @@
6466
6619
  {
6467
6620
  "type": "reflection",
6468
6621
  "declaration": {
6469
- "id": 384,
6622
+ "id": 392,
6470
6623
  "name": "__type",
6471
6624
  "kind": 65536,
6472
6625
  "kindString": "Type literal",
@@ -6480,14 +6633,14 @@
6480
6633
  ],
6481
6634
  "signatures": [
6482
6635
  {
6483
- "id": 385,
6636
+ "id": 393,
6484
6637
  "name": "__type",
6485
6638
  "kind": 4096,
6486
6639
  "kindString": "Call signature",
6487
6640
  "flags": {},
6488
6641
  "parameters": [
6489
6642
  {
6490
- "id": 386,
6643
+ "id": 394,
6491
6644
  "name": "theme",
6492
6645
  "kind": 32768,
6493
6646
  "kindString": "Parameter",
@@ -6542,7 +6695,7 @@
6542
6695
  }
6543
6696
  },
6544
6697
  {
6545
- "id": 387,
6698
+ "id": 395,
6546
6699
  "name": "fontSize",
6547
6700
  "kind": 1024,
6548
6701
  "kindString": "Property",
@@ -6632,7 +6785,7 @@
6632
6785
  {
6633
6786
  "type": "reflection",
6634
6787
  "declaration": {
6635
- "id": 388,
6788
+ "id": 396,
6636
6789
  "name": "__type",
6637
6790
  "kind": 65536,
6638
6791
  "kindString": "Type literal",
@@ -6646,14 +6799,14 @@
6646
6799
  ],
6647
6800
  "signatures": [
6648
6801
  {
6649
- "id": 389,
6802
+ "id": 397,
6650
6803
  "name": "__type",
6651
6804
  "kind": 4096,
6652
6805
  "kindString": "Call signature",
6653
6806
  "flags": {},
6654
6807
  "parameters": [
6655
6808
  {
6656
- "id": 390,
6809
+ "id": 398,
6657
6810
  "name": "theme",
6658
6811
  "kind": 32768,
6659
6812
  "kindString": "Parameter",
@@ -6757,7 +6910,7 @@
6757
6910
  }
6758
6911
  },
6759
6912
  {
6760
- "id": 391,
6913
+ "id": 399,
6761
6914
  "name": "fontStyle",
6762
6915
  "kind": 1024,
6763
6916
  "kindString": "Property",
@@ -6798,7 +6951,7 @@
6798
6951
  {
6799
6952
  "type": "reflection",
6800
6953
  "declaration": {
6801
- "id": 392,
6954
+ "id": 400,
6802
6955
  "name": "__type",
6803
6956
  "kind": 65536,
6804
6957
  "kindString": "Type literal",
@@ -6812,14 +6965,14 @@
6812
6965
  ],
6813
6966
  "signatures": [
6814
6967
  {
6815
- "id": 393,
6968
+ "id": 401,
6816
6969
  "name": "__type",
6817
6970
  "kind": 4096,
6818
6971
  "kindString": "Call signature",
6819
6972
  "flags": {},
6820
6973
  "parameters": [
6821
6974
  {
6822
- "id": 394,
6975
+ "id": 402,
6823
6976
  "name": "theme",
6824
6977
  "kind": 32768,
6825
6978
  "kindString": "Parameter",
@@ -6874,7 +7027,7 @@
6874
7027
  }
6875
7028
  },
6876
7029
  {
6877
- "id": 395,
7030
+ "id": 403,
6878
7031
  "name": "fontWeight",
6879
7032
  "kind": 1024,
6880
7033
  "kindString": "Property",
@@ -6906,7 +7059,7 @@
6906
7059
  {
6907
7060
  "type": "reflection",
6908
7061
  "declaration": {
6909
- "id": 396,
7062
+ "id": 404,
6910
7063
  "name": "__type",
6911
7064
  "kind": 65536,
6912
7065
  "kindString": "Type literal",
@@ -6925,7 +7078,7 @@
6925
7078
  {
6926
7079
  "type": "reflection",
6927
7080
  "declaration": {
6928
- "id": 397,
7081
+ "id": 405,
6929
7082
  "name": "__type",
6930
7083
  "kind": 65536,
6931
7084
  "kindString": "Type literal",
@@ -6944,7 +7097,7 @@
6944
7097
  {
6945
7098
  "type": "reflection",
6946
7099
  "declaration": {
6947
- "id": 398,
7100
+ "id": 406,
6948
7101
  "name": "__type",
6949
7102
  "kind": 65536,
6950
7103
  "kindString": "Type literal",
@@ -6958,14 +7111,14 @@
6958
7111
  ],
6959
7112
  "signatures": [
6960
7113
  {
6961
- "id": 399,
7114
+ "id": 407,
6962
7115
  "name": "__type",
6963
7116
  "kind": 4096,
6964
7117
  "kindString": "Call signature",
6965
7118
  "flags": {},
6966
7119
  "parameters": [
6967
7120
  {
6968
- "id": 400,
7121
+ "id": 408,
6969
7122
  "name": "theme",
6970
7123
  "kind": 32768,
6971
7124
  "kindString": "Parameter",
@@ -7002,7 +7155,7 @@
7002
7155
  {
7003
7156
  "type": "reflection",
7004
7157
  "declaration": {
7005
- "id": 401,
7158
+ "id": 409,
7006
7159
  "name": "__type",
7007
7160
  "kind": 65536,
7008
7161
  "kindString": "Type literal",
@@ -7021,7 +7174,7 @@
7021
7174
  {
7022
7175
  "type": "reflection",
7023
7176
  "declaration": {
7024
- "id": 402,
7177
+ "id": 410,
7025
7178
  "name": "__type",
7026
7179
  "kind": 65536,
7027
7180
  "kindString": "Type literal",
@@ -7049,7 +7202,7 @@
7049
7202
  }
7050
7203
  },
7051
7204
  {
7052
- "id": 159,
7205
+ "id": 167,
7053
7206
  "name": "gap",
7054
7207
  "kind": 1024,
7055
7208
  "kindString": "Property",
@@ -7139,7 +7292,7 @@
7139
7292
  {
7140
7293
  "type": "reflection",
7141
7294
  "declaration": {
7142
- "id": 160,
7295
+ "id": 168,
7143
7296
  "name": "__type",
7144
7297
  "kind": 65536,
7145
7298
  "kindString": "Type literal",
@@ -7153,14 +7306,14 @@
7153
7306
  ],
7154
7307
  "signatures": [
7155
7308
  {
7156
- "id": 161,
7309
+ "id": 169,
7157
7310
  "name": "__type",
7158
7311
  "kind": 4096,
7159
7312
  "kindString": "Call signature",
7160
7313
  "flags": {},
7161
7314
  "parameters": [
7162
7315
  {
7163
- "id": 162,
7316
+ "id": 170,
7164
7317
  "name": "theme",
7165
7318
  "kind": 32768,
7166
7319
  "kindString": "Parameter",
@@ -7264,7 +7417,7 @@
7264
7417
  }
7265
7418
  },
7266
7419
  {
7267
- "id": 203,
7420
+ "id": 211,
7268
7421
  "name": "gridArea",
7269
7422
  "kind": 1024,
7270
7423
  "kindString": "Property",
@@ -7324,7 +7477,7 @@
7324
7477
  {
7325
7478
  "type": "reflection",
7326
7479
  "declaration": {
7327
- "id": 204,
7480
+ "id": 212,
7328
7481
  "name": "__type",
7329
7482
  "kind": 65536,
7330
7483
  "kindString": "Type literal",
@@ -7338,14 +7491,14 @@
7338
7491
  ],
7339
7492
  "signatures": [
7340
7493
  {
7341
- "id": 205,
7494
+ "id": 213,
7342
7495
  "name": "__type",
7343
7496
  "kind": 4096,
7344
7497
  "kindString": "Call signature",
7345
7498
  "flags": {},
7346
7499
  "parameters": [
7347
7500
  {
7348
- "id": 206,
7501
+ "id": 214,
7349
7502
  "name": "theme",
7350
7503
  "kind": 32768,
7351
7504
  "kindString": "Parameter",
@@ -7419,7 +7572,7 @@
7419
7572
  }
7420
7573
  },
7421
7574
  {
7422
- "id": 183,
7575
+ "id": 191,
7423
7576
  "name": "gridAutoColumns",
7424
7577
  "kind": 1024,
7425
7578
  "kindString": "Property",
@@ -7509,7 +7662,7 @@
7509
7662
  {
7510
7663
  "type": "reflection",
7511
7664
  "declaration": {
7512
- "id": 184,
7665
+ "id": 192,
7513
7666
  "name": "__type",
7514
7667
  "kind": 65536,
7515
7668
  "kindString": "Type literal",
@@ -7523,14 +7676,14 @@
7523
7676
  ],
7524
7677
  "signatures": [
7525
7678
  {
7526
- "id": 185,
7679
+ "id": 193,
7527
7680
  "name": "__type",
7528
7681
  "kind": 4096,
7529
7682
  "kindString": "Call signature",
7530
7683
  "flags": {},
7531
7684
  "parameters": [
7532
7685
  {
7533
- "id": 186,
7686
+ "id": 194,
7534
7687
  "name": "theme",
7535
7688
  "kind": 32768,
7536
7689
  "kindString": "Parameter",
@@ -7634,7 +7787,7 @@
7634
7787
  }
7635
7788
  },
7636
7789
  {
7637
- "id": 179,
7790
+ "id": 187,
7638
7791
  "name": "gridAutoFlow",
7639
7792
  "kind": 1024,
7640
7793
  "kindString": "Property",
@@ -7675,7 +7828,7 @@
7675
7828
  {
7676
7829
  "type": "reflection",
7677
7830
  "declaration": {
7678
- "id": 180,
7831
+ "id": 188,
7679
7832
  "name": "__type",
7680
7833
  "kind": 65536,
7681
7834
  "kindString": "Type literal",
@@ -7689,14 +7842,14 @@
7689
7842
  ],
7690
7843
  "signatures": [
7691
7844
  {
7692
- "id": 181,
7845
+ "id": 189,
7693
7846
  "name": "__type",
7694
7847
  "kind": 4096,
7695
7848
  "kindString": "Call signature",
7696
7849
  "flags": {},
7697
7850
  "parameters": [
7698
7851
  {
7699
- "id": 182,
7852
+ "id": 190,
7700
7853
  "name": "theme",
7701
7854
  "kind": 32768,
7702
7855
  "kindString": "Parameter",
@@ -7751,7 +7904,7 @@
7751
7904
  }
7752
7905
  },
7753
7906
  {
7754
- "id": 187,
7907
+ "id": 195,
7755
7908
  "name": "gridAutoRows",
7756
7909
  "kind": 1024,
7757
7910
  "kindString": "Property",
@@ -7841,7 +7994,7 @@
7841
7994
  {
7842
7995
  "type": "reflection",
7843
7996
  "declaration": {
7844
- "id": 188,
7997
+ "id": 196,
7845
7998
  "name": "__type",
7846
7999
  "kind": 65536,
7847
8000
  "kindString": "Type literal",
@@ -7855,14 +8008,14 @@
7855
8008
  ],
7856
8009
  "signatures": [
7857
8010
  {
7858
- "id": 189,
8011
+ "id": 197,
7859
8012
  "name": "__type",
7860
8013
  "kind": 4096,
7861
8014
  "kindString": "Call signature",
7862
8015
  "flags": {},
7863
8016
  "parameters": [
7864
8017
  {
7865
- "id": 190,
8018
+ "id": 198,
7866
8019
  "name": "theme",
7867
8020
  "kind": 32768,
7868
8021
  "kindString": "Parameter",
@@ -7966,7 +8119,7 @@
7966
8119
  }
7967
8120
  },
7968
8121
  {
7969
- "id": 171,
8122
+ "id": 179,
7970
8123
  "name": "gridColumn",
7971
8124
  "kind": 1024,
7972
8125
  "kindString": "Property",
@@ -8026,7 +8179,7 @@
8026
8179
  {
8027
8180
  "type": "reflection",
8028
8181
  "declaration": {
8029
- "id": 172,
8182
+ "id": 180,
8030
8183
  "name": "__type",
8031
8184
  "kind": 65536,
8032
8185
  "kindString": "Type literal",
@@ -8040,14 +8193,14 @@
8040
8193
  ],
8041
8194
  "signatures": [
8042
8195
  {
8043
- "id": 173,
8196
+ "id": 181,
8044
8197
  "name": "__type",
8045
8198
  "kind": 4096,
8046
8199
  "kindString": "Call signature",
8047
8200
  "flags": {},
8048
8201
  "parameters": [
8049
8202
  {
8050
- "id": 174,
8203
+ "id": 182,
8051
8204
  "name": "theme",
8052
8205
  "kind": 32768,
8053
8206
  "kindString": "Parameter",
@@ -8121,7 +8274,7 @@
8121
8274
  }
8122
8275
  },
8123
8276
  {
8124
- "id": 175,
8277
+ "id": 183,
8125
8278
  "name": "gridRow",
8126
8279
  "kind": 1024,
8127
8280
  "kindString": "Property",
@@ -8181,7 +8334,7 @@
8181
8334
  {
8182
8335
  "type": "reflection",
8183
8336
  "declaration": {
8184
- "id": 176,
8337
+ "id": 184,
8185
8338
  "name": "__type",
8186
8339
  "kind": 65536,
8187
8340
  "kindString": "Type literal",
@@ -8195,14 +8348,14 @@
8195
8348
  ],
8196
8349
  "signatures": [
8197
8350
  {
8198
- "id": 177,
8351
+ "id": 185,
8199
8352
  "name": "__type",
8200
8353
  "kind": 4096,
8201
8354
  "kindString": "Call signature",
8202
8355
  "flags": {},
8203
8356
  "parameters": [
8204
8357
  {
8205
- "id": 178,
8358
+ "id": 186,
8206
8359
  "name": "theme",
8207
8360
  "kind": 32768,
8208
8361
  "kindString": "Parameter",
@@ -8276,7 +8429,7 @@
8276
8429
  }
8277
8430
  },
8278
8431
  {
8279
- "id": 199,
8432
+ "id": 207,
8280
8433
  "name": "gridTemplateAreas",
8281
8434
  "kind": 1024,
8282
8435
  "kindString": "Property",
@@ -8317,7 +8470,7 @@
8317
8470
  {
8318
8471
  "type": "reflection",
8319
8472
  "declaration": {
8320
- "id": 200,
8473
+ "id": 208,
8321
8474
  "name": "__type",
8322
8475
  "kind": 65536,
8323
8476
  "kindString": "Type literal",
@@ -8331,14 +8484,14 @@
8331
8484
  ],
8332
8485
  "signatures": [
8333
8486
  {
8334
- "id": 201,
8487
+ "id": 209,
8335
8488
  "name": "__type",
8336
8489
  "kind": 4096,
8337
8490
  "kindString": "Call signature",
8338
8491
  "flags": {},
8339
8492
  "parameters": [
8340
8493
  {
8341
- "id": 202,
8494
+ "id": 210,
8342
8495
  "name": "theme",
8343
8496
  "kind": 32768,
8344
8497
  "kindString": "Parameter",
@@ -8393,7 +8546,7 @@
8393
8546
  }
8394
8547
  },
8395
8548
  {
8396
- "id": 191,
8549
+ "id": 199,
8397
8550
  "name": "gridTemplateColumns",
8398
8551
  "kind": 1024,
8399
8552
  "kindString": "Property",
@@ -8483,7 +8636,7 @@
8483
8636
  {
8484
8637
  "type": "reflection",
8485
8638
  "declaration": {
8486
- "id": 192,
8639
+ "id": 200,
8487
8640
  "name": "__type",
8488
8641
  "kind": 65536,
8489
8642
  "kindString": "Type literal",
@@ -8497,14 +8650,14 @@
8497
8650
  ],
8498
8651
  "signatures": [
8499
8652
  {
8500
- "id": 193,
8653
+ "id": 201,
8501
8654
  "name": "__type",
8502
8655
  "kind": 4096,
8503
8656
  "kindString": "Call signature",
8504
8657
  "flags": {},
8505
8658
  "parameters": [
8506
8659
  {
8507
- "id": 194,
8660
+ "id": 202,
8508
8661
  "name": "theme",
8509
8662
  "kind": 32768,
8510
8663
  "kindString": "Parameter",
@@ -8608,7 +8761,7 @@
8608
8761
  }
8609
8762
  },
8610
8763
  {
8611
- "id": 195,
8764
+ "id": 203,
8612
8765
  "name": "gridTemplateRows",
8613
8766
  "kind": 1024,
8614
8767
  "kindString": "Property",
@@ -8698,7 +8851,7 @@
8698
8851
  {
8699
8852
  "type": "reflection",
8700
8853
  "declaration": {
8701
- "id": 196,
8854
+ "id": 204,
8702
8855
  "name": "__type",
8703
8856
  "kind": 65536,
8704
8857
  "kindString": "Type literal",
@@ -8712,14 +8865,14 @@
8712
8865
  ],
8713
8866
  "signatures": [
8714
8867
  {
8715
- "id": 197,
8868
+ "id": 205,
8716
8869
  "name": "__type",
8717
8870
  "kind": 4096,
8718
8871
  "kindString": "Call signature",
8719
8872
  "flags": {},
8720
8873
  "parameters": [
8721
8874
  {
8722
- "id": 198,
8875
+ "id": 206,
8723
8876
  "name": "theme",
8724
8877
  "kind": 32768,
8725
8878
  "kindString": "Parameter",
@@ -8823,7 +8976,7 @@
8823
8976
  }
8824
8977
  },
8825
8978
  {
8826
- "id": 255,
8979
+ "id": 263,
8827
8980
  "name": "height",
8828
8981
  "kind": 1024,
8829
8982
  "kindString": "Property",
@@ -8913,7 +9066,7 @@
8913
9066
  {
8914
9067
  "type": "reflection",
8915
9068
  "declaration": {
8916
- "id": 256,
9069
+ "id": 264,
8917
9070
  "name": "__type",
8918
9071
  "kind": 65536,
8919
9072
  "kindString": "Type literal",
@@ -8927,14 +9080,14 @@
8927
9080
  ],
8928
9081
  "signatures": [
8929
9082
  {
8930
- "id": 257,
9083
+ "id": 265,
8931
9084
  "name": "__type",
8932
9085
  "kind": 4096,
8933
9086
  "kindString": "Call signature",
8934
9087
  "flags": {},
8935
9088
  "parameters": [
8936
9089
  {
8937
- "id": 258,
9090
+ "id": 266,
8938
9091
  "name": "theme",
8939
9092
  "kind": 32768,
8940
9093
  "kindString": "Parameter",
@@ -9038,7 +9191,7 @@
9038
9191
  }
9039
9192
  },
9040
9193
  {
9041
- "id": 119,
9194
+ "id": 127,
9042
9195
  "name": "justifyContent",
9043
9196
  "kind": 1024,
9044
9197
  "kindString": "Property",
@@ -9079,7 +9232,7 @@
9079
9232
  {
9080
9233
  "type": "reflection",
9081
9234
  "declaration": {
9082
- "id": 120,
9235
+ "id": 128,
9083
9236
  "name": "__type",
9084
9237
  "kind": 65536,
9085
9238
  "kindString": "Type literal",
@@ -9093,14 +9246,14 @@
9093
9246
  ],
9094
9247
  "signatures": [
9095
9248
  {
9096
- "id": 121,
9249
+ "id": 129,
9097
9250
  "name": "__type",
9098
9251
  "kind": 4096,
9099
9252
  "kindString": "Call signature",
9100
9253
  "flags": {},
9101
9254
  "parameters": [
9102
9255
  {
9103
- "id": 122,
9256
+ "id": 130,
9104
9257
  "name": "theme",
9105
9258
  "kind": 32768,
9106
9259
  "kindString": "Parameter",
@@ -9155,7 +9308,7 @@
9155
9308
  }
9156
9309
  },
9157
9310
  {
9158
- "id": 151,
9311
+ "id": 159,
9159
9312
  "name": "justifyItems",
9160
9313
  "kind": 1024,
9161
9314
  "kindString": "Property",
@@ -9196,7 +9349,7 @@
9196
9349
  {
9197
9350
  "type": "reflection",
9198
9351
  "declaration": {
9199
- "id": 152,
9352
+ "id": 160,
9200
9353
  "name": "__type",
9201
9354
  "kind": 65536,
9202
9355
  "kindString": "Type literal",
@@ -9210,14 +9363,14 @@
9210
9363
  ],
9211
9364
  "signatures": [
9212
9365
  {
9213
- "id": 153,
9366
+ "id": 161,
9214
9367
  "name": "__type",
9215
9368
  "kind": 4096,
9216
9369
  "kindString": "Call signature",
9217
9370
  "flags": {},
9218
9371
  "parameters": [
9219
9372
  {
9220
- "id": 154,
9373
+ "id": 162,
9221
9374
  "name": "theme",
9222
9375
  "kind": 32768,
9223
9376
  "kindString": "Parameter",
@@ -9272,7 +9425,7 @@
9272
9425
  }
9273
9426
  },
9274
9427
  {
9275
- "id": 155,
9428
+ "id": 163,
9276
9429
  "name": "justifySelf",
9277
9430
  "kind": 1024,
9278
9431
  "kindString": "Property",
@@ -9313,7 +9466,7 @@
9313
9466
  {
9314
9467
  "type": "reflection",
9315
9468
  "declaration": {
9316
- "id": 156,
9469
+ "id": 164,
9317
9470
  "name": "__type",
9318
9471
  "kind": 65536,
9319
9472
  "kindString": "Type literal",
@@ -9327,14 +9480,14 @@
9327
9480
  ],
9328
9481
  "signatures": [
9329
9482
  {
9330
- "id": 157,
9483
+ "id": 165,
9331
9484
  "name": "__type",
9332
9485
  "kind": 4096,
9333
9486
  "kindString": "Call signature",
9334
9487
  "flags": {},
9335
9488
  "parameters": [
9336
9489
  {
9337
- "id": 158,
9490
+ "id": 166,
9338
9491
  "name": "theme",
9339
9492
  "kind": 32768,
9340
9493
  "kindString": "Parameter",
@@ -9389,7 +9542,7 @@
9389
9542
  }
9390
9543
  },
9391
9544
  {
9392
- "id": 235,
9545
+ "id": 243,
9393
9546
  "name": "left",
9394
9547
  "kind": 1024,
9395
9548
  "kindString": "Property",
@@ -9479,7 +9632,7 @@
9479
9632
  {
9480
9633
  "type": "reflection",
9481
9634
  "declaration": {
9482
- "id": 236,
9635
+ "id": 244,
9483
9636
  "name": "__type",
9484
9637
  "kind": 65536,
9485
9638
  "kindString": "Type literal",
@@ -9493,14 +9646,14 @@
9493
9646
  ],
9494
9647
  "signatures": [
9495
9648
  {
9496
- "id": 237,
9649
+ "id": 245,
9497
9650
  "name": "__type",
9498
9651
  "kind": 4096,
9499
9652
  "kindString": "Call signature",
9500
9653
  "flags": {},
9501
9654
  "parameters": [
9502
9655
  {
9503
- "id": 238,
9656
+ "id": 246,
9504
9657
  "name": "theme",
9505
9658
  "kind": 32768,
9506
9659
  "kindString": "Parameter",
@@ -9604,7 +9757,7 @@
9604
9757
  }
9605
9758
  },
9606
9759
  {
9607
- "id": 403,
9760
+ "id": 411,
9608
9761
  "name": "letterSpacing",
9609
9762
  "kind": 1024,
9610
9763
  "kindString": "Property",
@@ -9694,7 +9847,7 @@
9694
9847
  {
9695
9848
  "type": "reflection",
9696
9849
  "declaration": {
9697
- "id": 404,
9850
+ "id": 412,
9698
9851
  "name": "__type",
9699
9852
  "kind": 65536,
9700
9853
  "kindString": "Type literal",
@@ -9708,14 +9861,14 @@
9708
9861
  ],
9709
9862
  "signatures": [
9710
9863
  {
9711
- "id": 405,
9864
+ "id": 413,
9712
9865
  "name": "__type",
9713
9866
  "kind": 4096,
9714
9867
  "kindString": "Call signature",
9715
9868
  "flags": {},
9716
9869
  "parameters": [
9717
9870
  {
9718
- "id": 406,
9871
+ "id": 414,
9719
9872
  "name": "theme",
9720
9873
  "kind": 32768,
9721
9874
  "kindString": "Parameter",
@@ -9819,7 +9972,7 @@
9819
9972
  }
9820
9973
  },
9821
9974
  {
9822
- "id": 407,
9975
+ "id": 415,
9823
9976
  "name": "lineHeight",
9824
9977
  "kind": 1024,
9825
9978
  "kindString": "Property",
@@ -9909,7 +10062,7 @@
9909
10062
  {
9910
10063
  "type": "reflection",
9911
10064
  "declaration": {
9912
- "id": 408,
10065
+ "id": 416,
9913
10066
  "name": "__type",
9914
10067
  "kind": 65536,
9915
10068
  "kindString": "Type literal",
@@ -9923,14 +10076,14 @@
9923
10076
  ],
9924
10077
  "signatures": [
9925
10078
  {
9926
- "id": 409,
10079
+ "id": 417,
9927
10080
  "name": "__type",
9928
10081
  "kind": 4096,
9929
10082
  "kindString": "Call signature",
9930
10083
  "flags": {},
9931
10084
  "parameters": [
9932
10085
  {
9933
- "id": 410,
10086
+ "id": 418,
9934
10087
  "name": "theme",
9935
10088
  "kind": 32768,
9936
10089
  "kindString": "Parameter",
@@ -10034,7 +10187,7 @@
10034
10187
  }
10035
10188
  },
10036
10189
  {
10037
- "id": 271,
10190
+ "id": 279,
10038
10191
  "name": "m",
10039
10192
  "kind": 1024,
10040
10193
  "kindString": "Property",
@@ -10124,7 +10277,7 @@
10124
10277
  {
10125
10278
  "type": "reflection",
10126
10279
  "declaration": {
10127
- "id": 272,
10280
+ "id": 280,
10128
10281
  "name": "__type",
10129
10282
  "kind": 65536,
10130
10283
  "kindString": "Type literal",
@@ -10138,14 +10291,14 @@
10138
10291
  ],
10139
10292
  "signatures": [
10140
10293
  {
10141
- "id": 273,
10294
+ "id": 281,
10142
10295
  "name": "__type",
10143
10296
  "kind": 4096,
10144
10297
  "kindString": "Call signature",
10145
10298
  "flags": {},
10146
10299
  "parameters": [
10147
10300
  {
10148
- "id": 274,
10301
+ "id": 282,
10149
10302
  "name": "theme",
10150
10303
  "kind": 32768,
10151
10304
  "kindString": "Parameter",
@@ -10249,7 +10402,7 @@
10249
10402
  }
10250
10403
  },
10251
10404
  {
10252
- "id": 323,
10405
+ "id": 331,
10253
10406
  "name": "margin",
10254
10407
  "kind": 1024,
10255
10408
  "kindString": "Property",
@@ -10339,7 +10492,7 @@
10339
10492
  {
10340
10493
  "type": "reflection",
10341
10494
  "declaration": {
10342
- "id": 324,
10495
+ "id": 332,
10343
10496
  "name": "__type",
10344
10497
  "kind": 65536,
10345
10498
  "kindString": "Type literal",
@@ -10353,14 +10506,14 @@
10353
10506
  ],
10354
10507
  "signatures": [
10355
10508
  {
10356
- "id": 325,
10509
+ "id": 333,
10357
10510
  "name": "__type",
10358
10511
  "kind": 4096,
10359
10512
  "kindString": "Call signature",
10360
10513
  "flags": {},
10361
10514
  "parameters": [
10362
10515
  {
10363
- "id": 326,
10516
+ "id": 334,
10364
10517
  "name": "theme",
10365
10518
  "kind": 32768,
10366
10519
  "kindString": "Parameter",
@@ -10464,7 +10617,7 @@
10464
10617
  }
10465
10618
  },
10466
10619
  {
10467
- "id": 335,
10620
+ "id": 343,
10468
10621
  "name": "marginBottom",
10469
10622
  "kind": 1024,
10470
10623
  "kindString": "Property",
@@ -10554,7 +10707,7 @@
10554
10707
  {
10555
10708
  "type": "reflection",
10556
10709
  "declaration": {
10557
- "id": 336,
10710
+ "id": 344,
10558
10711
  "name": "__type",
10559
10712
  "kind": 65536,
10560
10713
  "kindString": "Type literal",
@@ -10568,14 +10721,14 @@
10568
10721
  ],
10569
10722
  "signatures": [
10570
10723
  {
10571
- "id": 337,
10724
+ "id": 345,
10572
10725
  "name": "__type",
10573
10726
  "kind": 4096,
10574
10727
  "kindString": "Call signature",
10575
10728
  "flags": {},
10576
10729
  "parameters": [
10577
10730
  {
10578
- "id": 338,
10731
+ "id": 346,
10579
10732
  "name": "theme",
10580
10733
  "kind": 32768,
10581
10734
  "kindString": "Parameter",
@@ -10679,7 +10832,7 @@
10679
10832
  }
10680
10833
  },
10681
10834
  {
10682
- "id": 339,
10835
+ "id": 347,
10683
10836
  "name": "marginLeft",
10684
10837
  "kind": 1024,
10685
10838
  "kindString": "Property",
@@ -10769,7 +10922,7 @@
10769
10922
  {
10770
10923
  "type": "reflection",
10771
10924
  "declaration": {
10772
- "id": 340,
10925
+ "id": 348,
10773
10926
  "name": "__type",
10774
10927
  "kind": 65536,
10775
10928
  "kindString": "Type literal",
@@ -10783,14 +10936,14 @@
10783
10936
  ],
10784
10937
  "signatures": [
10785
10938
  {
10786
- "id": 341,
10939
+ "id": 349,
10787
10940
  "name": "__type",
10788
10941
  "kind": 4096,
10789
10942
  "kindString": "Call signature",
10790
10943
  "flags": {},
10791
10944
  "parameters": [
10792
10945
  {
10793
- "id": 342,
10946
+ "id": 350,
10794
10947
  "name": "theme",
10795
10948
  "kind": 32768,
10796
10949
  "kindString": "Parameter",
@@ -10894,7 +11047,7 @@
10894
11047
  }
10895
11048
  },
10896
11049
  {
10897
- "id": 331,
11050
+ "id": 339,
10898
11051
  "name": "marginRight",
10899
11052
  "kind": 1024,
10900
11053
  "kindString": "Property",
@@ -10984,7 +11137,7 @@
10984
11137
  {
10985
11138
  "type": "reflection",
10986
11139
  "declaration": {
10987
- "id": 332,
11140
+ "id": 340,
10988
11141
  "name": "__type",
10989
11142
  "kind": 65536,
10990
11143
  "kindString": "Type literal",
@@ -10998,14 +11151,14 @@
10998
11151
  ],
10999
11152
  "signatures": [
11000
11153
  {
11001
- "id": 333,
11154
+ "id": 341,
11002
11155
  "name": "__type",
11003
11156
  "kind": 4096,
11004
11157
  "kindString": "Call signature",
11005
11158
  "flags": {},
11006
11159
  "parameters": [
11007
11160
  {
11008
- "id": 334,
11161
+ "id": 342,
11009
11162
  "name": "theme",
11010
11163
  "kind": 32768,
11011
11164
  "kindString": "Parameter",
@@ -11109,7 +11262,7 @@
11109
11262
  }
11110
11263
  },
11111
11264
  {
11112
- "id": 327,
11265
+ "id": 335,
11113
11266
  "name": "marginTop",
11114
11267
  "kind": 1024,
11115
11268
  "kindString": "Property",
@@ -11199,7 +11352,7 @@
11199
11352
  {
11200
11353
  "type": "reflection",
11201
11354
  "declaration": {
11202
- "id": 328,
11355
+ "id": 336,
11203
11356
  "name": "__type",
11204
11357
  "kind": 65536,
11205
11358
  "kindString": "Type literal",
@@ -11213,14 +11366,14 @@
11213
11366
  ],
11214
11367
  "signatures": [
11215
11368
  {
11216
- "id": 329,
11369
+ "id": 337,
11217
11370
  "name": "__type",
11218
11371
  "kind": 4096,
11219
11372
  "kindString": "Call signature",
11220
11373
  "flags": {},
11221
11374
  "parameters": [
11222
11375
  {
11223
- "id": 330,
11376
+ "id": 338,
11224
11377
  "name": "theme",
11225
11378
  "kind": 32768,
11226
11379
  "kindString": "Parameter",
@@ -11324,7 +11477,7 @@
11324
11477
  }
11325
11478
  },
11326
11479
  {
11327
- "id": 343,
11480
+ "id": 351,
11328
11481
  "name": "marginX",
11329
11482
  "kind": 1024,
11330
11483
  "kindString": "Property",
@@ -11414,7 +11567,7 @@
11414
11567
  {
11415
11568
  "type": "reflection",
11416
11569
  "declaration": {
11417
- "id": 344,
11570
+ "id": 352,
11418
11571
  "name": "__type",
11419
11572
  "kind": 65536,
11420
11573
  "kindString": "Type literal",
@@ -11428,14 +11581,14 @@
11428
11581
  ],
11429
11582
  "signatures": [
11430
11583
  {
11431
- "id": 345,
11584
+ "id": 353,
11432
11585
  "name": "__type",
11433
11586
  "kind": 4096,
11434
11587
  "kindString": "Call signature",
11435
11588
  "flags": {},
11436
11589
  "parameters": [
11437
11590
  {
11438
- "id": 346,
11591
+ "id": 354,
11439
11592
  "name": "theme",
11440
11593
  "kind": 32768,
11441
11594
  "kindString": "Parameter",
@@ -11539,7 +11692,7 @@
11539
11692
  }
11540
11693
  },
11541
11694
  {
11542
- "id": 347,
11695
+ "id": 355,
11543
11696
  "name": "marginY",
11544
11697
  "kind": 1024,
11545
11698
  "kindString": "Property",
@@ -11629,7 +11782,7 @@
11629
11782
  {
11630
11783
  "type": "reflection",
11631
11784
  "declaration": {
11632
- "id": 348,
11785
+ "id": 356,
11633
11786
  "name": "__type",
11634
11787
  "kind": 65536,
11635
11788
  "kindString": "Type literal",
@@ -11643,14 +11796,14 @@
11643
11796
  ],
11644
11797
  "signatures": [
11645
11798
  {
11646
- "id": 349,
11799
+ "id": 357,
11647
11800
  "name": "__type",
11648
11801
  "kind": 4096,
11649
11802
  "kindString": "Call signature",
11650
11803
  "flags": {},
11651
11804
  "parameters": [
11652
11805
  {
11653
- "id": 350,
11806
+ "id": 358,
11654
11807
  "name": "theme",
11655
11808
  "kind": 32768,
11656
11809
  "kindString": "Parameter",
@@ -11754,7 +11907,7 @@
11754
11907
  }
11755
11908
  },
11756
11909
  {
11757
- "id": 259,
11910
+ "id": 267,
11758
11911
  "name": "maxHeight",
11759
11912
  "kind": 1024,
11760
11913
  "kindString": "Property",
@@ -11844,7 +11997,7 @@
11844
11997
  {
11845
11998
  "type": "reflection",
11846
11999
  "declaration": {
11847
- "id": 260,
12000
+ "id": 268,
11848
12001
  "name": "__type",
11849
12002
  "kind": 65536,
11850
12003
  "kindString": "Type literal",
@@ -11858,14 +12011,14 @@
11858
12011
  ],
11859
12012
  "signatures": [
11860
12013
  {
11861
- "id": 261,
12014
+ "id": 269,
11862
12015
  "name": "__type",
11863
12016
  "kind": 4096,
11864
12017
  "kindString": "Call signature",
11865
12018
  "flags": {},
11866
12019
  "parameters": [
11867
12020
  {
11868
- "id": 262,
12021
+ "id": 270,
11869
12022
  "name": "theme",
11870
12023
  "kind": 32768,
11871
12024
  "kindString": "Parameter",
@@ -11969,7 +12122,7 @@
11969
12122
  }
11970
12123
  },
11971
12124
  {
11972
- "id": 247,
12125
+ "id": 255,
11973
12126
  "name": "maxWidth",
11974
12127
  "kind": 1024,
11975
12128
  "kindString": "Property",
@@ -12059,7 +12212,7 @@
12059
12212
  {
12060
12213
  "type": "reflection",
12061
12214
  "declaration": {
12062
- "id": 248,
12215
+ "id": 256,
12063
12216
  "name": "__type",
12064
12217
  "kind": 65536,
12065
12218
  "kindString": "Type literal",
@@ -12073,14 +12226,14 @@
12073
12226
  ],
12074
12227
  "signatures": [
12075
12228
  {
12076
- "id": 249,
12229
+ "id": 257,
12077
12230
  "name": "__type",
12078
12231
  "kind": 4096,
12079
12232
  "kindString": "Call signature",
12080
12233
  "flags": {},
12081
12234
  "parameters": [
12082
12235
  {
12083
- "id": 250,
12236
+ "id": 258,
12084
12237
  "name": "theme",
12085
12238
  "kind": 32768,
12086
12239
  "kindString": "Parameter",
@@ -12184,7 +12337,7 @@
12184
12337
  }
12185
12338
  },
12186
12339
  {
12187
- "id": 283,
12340
+ "id": 291,
12188
12341
  "name": "mb",
12189
12342
  "kind": 1024,
12190
12343
  "kindString": "Property",
@@ -12274,7 +12427,7 @@
12274
12427
  {
12275
12428
  "type": "reflection",
12276
12429
  "declaration": {
12277
- "id": 284,
12430
+ "id": 292,
12278
12431
  "name": "__type",
12279
12432
  "kind": 65536,
12280
12433
  "kindString": "Type literal",
@@ -12288,14 +12441,14 @@
12288
12441
  ],
12289
12442
  "signatures": [
12290
12443
  {
12291
- "id": 285,
12444
+ "id": 293,
12292
12445
  "name": "__type",
12293
12446
  "kind": 4096,
12294
12447
  "kindString": "Call signature",
12295
12448
  "flags": {},
12296
12449
  "parameters": [
12297
12450
  {
12298
- "id": 286,
12451
+ "id": 294,
12299
12452
  "name": "theme",
12300
12453
  "kind": 32768,
12301
12454
  "kindString": "Parameter",
@@ -12399,7 +12552,7 @@
12399
12552
  }
12400
12553
  },
12401
12554
  {
12402
- "id": 263,
12555
+ "id": 271,
12403
12556
  "name": "minHeight",
12404
12557
  "kind": 1024,
12405
12558
  "kindString": "Property",
@@ -12489,7 +12642,7 @@
12489
12642
  {
12490
12643
  "type": "reflection",
12491
12644
  "declaration": {
12492
- "id": 264,
12645
+ "id": 272,
12493
12646
  "name": "__type",
12494
12647
  "kind": 65536,
12495
12648
  "kindString": "Type literal",
@@ -12503,14 +12656,14 @@
12503
12656
  ],
12504
12657
  "signatures": [
12505
12658
  {
12506
- "id": 265,
12659
+ "id": 273,
12507
12660
  "name": "__type",
12508
12661
  "kind": 4096,
12509
12662
  "kindString": "Call signature",
12510
12663
  "flags": {},
12511
12664
  "parameters": [
12512
12665
  {
12513
- "id": 266,
12666
+ "id": 274,
12514
12667
  "name": "theme",
12515
12668
  "kind": 32768,
12516
12669
  "kindString": "Parameter",
@@ -12614,7 +12767,7 @@
12614
12767
  }
12615
12768
  },
12616
12769
  {
12617
- "id": 251,
12770
+ "id": 259,
12618
12771
  "name": "minWidth",
12619
12772
  "kind": 1024,
12620
12773
  "kindString": "Property",
@@ -12704,7 +12857,7 @@
12704
12857
  {
12705
12858
  "type": "reflection",
12706
12859
  "declaration": {
12707
- "id": 252,
12860
+ "id": 260,
12708
12861
  "name": "__type",
12709
12862
  "kind": 65536,
12710
12863
  "kindString": "Type literal",
@@ -12718,14 +12871,14 @@
12718
12871
  ],
12719
12872
  "signatures": [
12720
12873
  {
12721
- "id": 253,
12874
+ "id": 261,
12722
12875
  "name": "__type",
12723
12876
  "kind": 4096,
12724
12877
  "kindString": "Call signature",
12725
12878
  "flags": {},
12726
12879
  "parameters": [
12727
12880
  {
12728
- "id": 254,
12881
+ "id": 262,
12729
12882
  "name": "theme",
12730
12883
  "kind": 32768,
12731
12884
  "kindString": "Parameter",
@@ -12829,7 +12982,7 @@
12829
12982
  }
12830
12983
  },
12831
12984
  {
12832
- "id": 287,
12985
+ "id": 295,
12833
12986
  "name": "ml",
12834
12987
  "kind": 1024,
12835
12988
  "kindString": "Property",
@@ -12919,7 +13072,7 @@
12919
13072
  {
12920
13073
  "type": "reflection",
12921
13074
  "declaration": {
12922
- "id": 288,
13075
+ "id": 296,
12923
13076
  "name": "__type",
12924
13077
  "kind": 65536,
12925
13078
  "kindString": "Type literal",
@@ -12933,14 +13086,14 @@
12933
13086
  ],
12934
13087
  "signatures": [
12935
13088
  {
12936
- "id": 289,
13089
+ "id": 297,
12937
13090
  "name": "__type",
12938
13091
  "kind": 4096,
12939
13092
  "kindString": "Call signature",
12940
13093
  "flags": {},
12941
13094
  "parameters": [
12942
13095
  {
12943
- "id": 290,
13096
+ "id": 298,
12944
13097
  "name": "theme",
12945
13098
  "kind": 32768,
12946
13099
  "kindString": "Parameter",
@@ -13044,7 +13197,7 @@
13044
13197
  }
13045
13198
  },
13046
13199
  {
13047
- "id": 279,
13200
+ "id": 287,
13048
13201
  "name": "mr",
13049
13202
  "kind": 1024,
13050
13203
  "kindString": "Property",
@@ -13134,7 +13287,7 @@
13134
13287
  {
13135
13288
  "type": "reflection",
13136
13289
  "declaration": {
13137
- "id": 280,
13290
+ "id": 288,
13138
13291
  "name": "__type",
13139
13292
  "kind": 65536,
13140
13293
  "kindString": "Type literal",
@@ -13148,14 +13301,14 @@
13148
13301
  ],
13149
13302
  "signatures": [
13150
13303
  {
13151
- "id": 281,
13304
+ "id": 289,
13152
13305
  "name": "__type",
13153
13306
  "kind": 4096,
13154
13307
  "kindString": "Call signature",
13155
13308
  "flags": {},
13156
13309
  "parameters": [
13157
13310
  {
13158
- "id": 282,
13311
+ "id": 290,
13159
13312
  "name": "theme",
13160
13313
  "kind": 32768,
13161
13314
  "kindString": "Parameter",
@@ -13259,7 +13412,7 @@
13259
13412
  }
13260
13413
  },
13261
13414
  {
13262
- "id": 275,
13415
+ "id": 283,
13263
13416
  "name": "mt",
13264
13417
  "kind": 1024,
13265
13418
  "kindString": "Property",
@@ -13349,7 +13502,7 @@
13349
13502
  {
13350
13503
  "type": "reflection",
13351
13504
  "declaration": {
13352
- "id": 276,
13505
+ "id": 284,
13353
13506
  "name": "__type",
13354
13507
  "kind": 65536,
13355
13508
  "kindString": "Type literal",
@@ -13363,14 +13516,14 @@
13363
13516
  ],
13364
13517
  "signatures": [
13365
13518
  {
13366
- "id": 277,
13519
+ "id": 285,
13367
13520
  "name": "__type",
13368
13521
  "kind": 4096,
13369
13522
  "kindString": "Call signature",
13370
13523
  "flags": {},
13371
13524
  "parameters": [
13372
13525
  {
13373
- "id": 278,
13526
+ "id": 286,
13374
13527
  "name": "theme",
13375
13528
  "kind": 32768,
13376
13529
  "kindString": "Parameter",
@@ -13474,7 +13627,7 @@
13474
13627
  }
13475
13628
  },
13476
13629
  {
13477
- "id": 291,
13630
+ "id": 299,
13478
13631
  "name": "mx",
13479
13632
  "kind": 1024,
13480
13633
  "kindString": "Property",
@@ -13564,7 +13717,7 @@
13564
13717
  {
13565
13718
  "type": "reflection",
13566
13719
  "declaration": {
13567
- "id": 292,
13720
+ "id": 300,
13568
13721
  "name": "__type",
13569
13722
  "kind": 65536,
13570
13723
  "kindString": "Type literal",
@@ -13578,14 +13731,14 @@
13578
13731
  ],
13579
13732
  "signatures": [
13580
13733
  {
13581
- "id": 293,
13734
+ "id": 301,
13582
13735
  "name": "__type",
13583
13736
  "kind": 4096,
13584
13737
  "kindString": "Call signature",
13585
13738
  "flags": {},
13586
13739
  "parameters": [
13587
13740
  {
13588
- "id": 294,
13741
+ "id": 302,
13589
13742
  "name": "theme",
13590
13743
  "kind": 32768,
13591
13744
  "kindString": "Parameter",
@@ -13689,7 +13842,7 @@
13689
13842
  }
13690
13843
  },
13691
13844
  {
13692
- "id": 295,
13845
+ "id": 303,
13693
13846
  "name": "my",
13694
13847
  "kind": 1024,
13695
13848
  "kindString": "Property",
@@ -13779,7 +13932,7 @@
13779
13932
  {
13780
13933
  "type": "reflection",
13781
13934
  "declaration": {
13782
- "id": 296,
13935
+ "id": 304,
13783
13936
  "name": "__type",
13784
13937
  "kind": 65536,
13785
13938
  "kindString": "Type literal",
@@ -13793,14 +13946,14 @@
13793
13946
  ],
13794
13947
  "signatures": [
13795
13948
  {
13796
- "id": 297,
13949
+ "id": 305,
13797
13950
  "name": "__type",
13798
13951
  "kind": 4096,
13799
13952
  "kindString": "Call signature",
13800
13953
  "flags": {},
13801
13954
  "parameters": [
13802
13955
  {
13803
- "id": 298,
13956
+ "id": 306,
13804
13957
  "name": "theme",
13805
13958
  "kind": 32768,
13806
13959
  "kindString": "Parameter",
@@ -13904,7 +14057,7 @@
13904
14057
  }
13905
14058
  },
13906
14059
  {
13907
- "id": 44,
14060
+ "id": 51,
13908
14061
  "name": "noErrorDisplay",
13909
14062
  "kind": 1024,
13910
14063
  "kindString": "Property",
@@ -13916,7 +14069,7 @@
13916
14069
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
13917
14070
  "line": 9,
13918
14071
  "character": 2,
13919
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L9"
14072
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L9"
13920
14073
  }
13921
14074
  ],
13922
14075
  "type": {
@@ -13925,7 +14078,7 @@
13925
14078
  }
13926
14079
  },
13927
14080
  {
13928
- "id": 43,
14081
+ "id": 50,
13929
14082
  "name": "noReAuth",
13930
14083
  "kind": 1024,
13931
14084
  "kindString": "Property",
@@ -13937,7 +14090,7 @@
13937
14090
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
13938
14091
  "line": 8,
13939
14092
  "character": 2,
13940
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L8"
14093
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L8"
13941
14094
  }
13942
14095
  ],
13943
14096
  "type": {
@@ -13946,7 +14099,7 @@
13946
14099
  }
13947
14100
  },
13948
14101
  {
13949
- "id": 131,
14102
+ "id": 139,
13950
14103
  "name": "order",
13951
14104
  "kind": 1024,
13952
14105
  "kindString": "Property",
@@ -14006,7 +14159,7 @@
14006
14159
  {
14007
14160
  "type": "reflection",
14008
14161
  "declaration": {
14009
- "id": 132,
14162
+ "id": 140,
14010
14163
  "name": "__type",
14011
14164
  "kind": 65536,
14012
14165
  "kindString": "Type literal",
@@ -14020,14 +14173,14 @@
14020
14173
  ],
14021
14174
  "signatures": [
14022
14175
  {
14023
- "id": 133,
14176
+ "id": 141,
14024
14177
  "name": "__type",
14025
14178
  "kind": 4096,
14026
14179
  "kindString": "Call signature",
14027
14180
  "flags": {},
14028
14181
  "parameters": [
14029
14182
  {
14030
- "id": 134,
14183
+ "id": 142,
14031
14184
  "name": "theme",
14032
14185
  "kind": 32768,
14033
14186
  "kindString": "Parameter",
@@ -14101,7 +14254,7 @@
14101
14254
  }
14102
14255
  },
14103
14256
  {
14104
- "id": 91,
14257
+ "id": 99,
14105
14258
  "name": "overflow",
14106
14259
  "kind": 1024,
14107
14260
  "kindString": "Property",
@@ -14142,7 +14295,7 @@
14142
14295
  {
14143
14296
  "type": "reflection",
14144
14297
  "declaration": {
14145
- "id": 92,
14298
+ "id": 100,
14146
14299
  "name": "__type",
14147
14300
  "kind": 65536,
14148
14301
  "kindString": "Type literal",
@@ -14156,14 +14309,14 @@
14156
14309
  ],
14157
14310
  "signatures": [
14158
14311
  {
14159
- "id": 93,
14312
+ "id": 101,
14160
14313
  "name": "__type",
14161
14314
  "kind": 4096,
14162
14315
  "kindString": "Call signature",
14163
14316
  "flags": {},
14164
14317
  "parameters": [
14165
14318
  {
14166
- "id": 94,
14319
+ "id": 102,
14167
14320
  "name": "theme",
14168
14321
  "kind": 32768,
14169
14322
  "kindString": "Parameter",
@@ -14218,7 +14371,7 @@
14218
14371
  }
14219
14372
  },
14220
14373
  {
14221
- "id": 45,
14374
+ "id": 53,
14222
14375
  "name": "p",
14223
14376
  "kind": 1024,
14224
14377
  "kindString": "Property",
@@ -14308,7 +14461,7 @@
14308
14461
  {
14309
14462
  "type": "reflection",
14310
14463
  "declaration": {
14311
- "id": 46,
14464
+ "id": 54,
14312
14465
  "name": "__type",
14313
14466
  "kind": 65536,
14314
14467
  "kindString": "Type literal",
@@ -14322,14 +14475,14 @@
14322
14475
  ],
14323
14476
  "signatures": [
14324
14477
  {
14325
- "id": 47,
14478
+ "id": 55,
14326
14479
  "name": "__type",
14327
14480
  "kind": 4096,
14328
14481
  "kindString": "Call signature",
14329
14482
  "flags": {},
14330
14483
  "parameters": [
14331
14484
  {
14332
- "id": 48,
14485
+ "id": 56,
14333
14486
  "name": "theme",
14334
14487
  "kind": 32768,
14335
14488
  "kindString": "Parameter",
@@ -14433,7 +14586,7 @@
14433
14586
  }
14434
14587
  },
14435
14588
  {
14436
- "id": 351,
14589
+ "id": 359,
14437
14590
  "name": "padding",
14438
14591
  "kind": 1024,
14439
14592
  "kindString": "Property",
@@ -14523,7 +14676,7 @@
14523
14676
  {
14524
14677
  "type": "reflection",
14525
14678
  "declaration": {
14526
- "id": 352,
14679
+ "id": 360,
14527
14680
  "name": "__type",
14528
14681
  "kind": 65536,
14529
14682
  "kindString": "Type literal",
@@ -14537,14 +14690,14 @@
14537
14690
  ],
14538
14691
  "signatures": [
14539
14692
  {
14540
- "id": 353,
14693
+ "id": 361,
14541
14694
  "name": "__type",
14542
14695
  "kind": 4096,
14543
14696
  "kindString": "Call signature",
14544
14697
  "flags": {},
14545
14698
  "parameters": [
14546
14699
  {
14547
- "id": 354,
14700
+ "id": 362,
14548
14701
  "name": "theme",
14549
14702
  "kind": 32768,
14550
14703
  "kindString": "Parameter",
@@ -14648,7 +14801,7 @@
14648
14801
  }
14649
14802
  },
14650
14803
  {
14651
- "id": 363,
14804
+ "id": 371,
14652
14805
  "name": "paddingBottom",
14653
14806
  "kind": 1024,
14654
14807
  "kindString": "Property",
@@ -14738,7 +14891,7 @@
14738
14891
  {
14739
14892
  "type": "reflection",
14740
14893
  "declaration": {
14741
- "id": 364,
14894
+ "id": 372,
14742
14895
  "name": "__type",
14743
14896
  "kind": 65536,
14744
14897
  "kindString": "Type literal",
@@ -14752,14 +14905,14 @@
14752
14905
  ],
14753
14906
  "signatures": [
14754
14907
  {
14755
- "id": 365,
14908
+ "id": 373,
14756
14909
  "name": "__type",
14757
14910
  "kind": 4096,
14758
14911
  "kindString": "Call signature",
14759
14912
  "flags": {},
14760
14913
  "parameters": [
14761
14914
  {
14762
- "id": 366,
14915
+ "id": 374,
14763
14916
  "name": "theme",
14764
14917
  "kind": 32768,
14765
14918
  "kindString": "Parameter",
@@ -14863,7 +15016,7 @@
14863
15016
  }
14864
15017
  },
14865
15018
  {
14866
- "id": 367,
15019
+ "id": 375,
14867
15020
  "name": "paddingLeft",
14868
15021
  "kind": 1024,
14869
15022
  "kindString": "Property",
@@ -14953,7 +15106,7 @@
14953
15106
  {
14954
15107
  "type": "reflection",
14955
15108
  "declaration": {
14956
- "id": 368,
15109
+ "id": 376,
14957
15110
  "name": "__type",
14958
15111
  "kind": 65536,
14959
15112
  "kindString": "Type literal",
@@ -14967,14 +15120,14 @@
14967
15120
  ],
14968
15121
  "signatures": [
14969
15122
  {
14970
- "id": 369,
15123
+ "id": 377,
14971
15124
  "name": "__type",
14972
15125
  "kind": 4096,
14973
15126
  "kindString": "Call signature",
14974
15127
  "flags": {},
14975
15128
  "parameters": [
14976
15129
  {
14977
- "id": 370,
15130
+ "id": 378,
14978
15131
  "name": "theme",
14979
15132
  "kind": 32768,
14980
15133
  "kindString": "Parameter",
@@ -15078,7 +15231,7 @@
15078
15231
  }
15079
15232
  },
15080
15233
  {
15081
- "id": 359,
15234
+ "id": 367,
15082
15235
  "name": "paddingRight",
15083
15236
  "kind": 1024,
15084
15237
  "kindString": "Property",
@@ -15168,7 +15321,7 @@
15168
15321
  {
15169
15322
  "type": "reflection",
15170
15323
  "declaration": {
15171
- "id": 360,
15324
+ "id": 368,
15172
15325
  "name": "__type",
15173
15326
  "kind": 65536,
15174
15327
  "kindString": "Type literal",
@@ -15182,14 +15335,14 @@
15182
15335
  ],
15183
15336
  "signatures": [
15184
15337
  {
15185
- "id": 361,
15338
+ "id": 369,
15186
15339
  "name": "__type",
15187
15340
  "kind": 4096,
15188
15341
  "kindString": "Call signature",
15189
15342
  "flags": {},
15190
15343
  "parameters": [
15191
15344
  {
15192
- "id": 362,
15345
+ "id": 370,
15193
15346
  "name": "theme",
15194
15347
  "kind": 32768,
15195
15348
  "kindString": "Parameter",
@@ -15293,7 +15446,7 @@
15293
15446
  }
15294
15447
  },
15295
15448
  {
15296
- "id": 355,
15449
+ "id": 363,
15297
15450
  "name": "paddingTop",
15298
15451
  "kind": 1024,
15299
15452
  "kindString": "Property",
@@ -15383,7 +15536,7 @@
15383
15536
  {
15384
15537
  "type": "reflection",
15385
15538
  "declaration": {
15386
- "id": 356,
15539
+ "id": 364,
15387
15540
  "name": "__type",
15388
15541
  "kind": 65536,
15389
15542
  "kindString": "Type literal",
@@ -15397,14 +15550,14 @@
15397
15550
  ],
15398
15551
  "signatures": [
15399
15552
  {
15400
- "id": 357,
15553
+ "id": 365,
15401
15554
  "name": "__type",
15402
15555
  "kind": 4096,
15403
15556
  "kindString": "Call signature",
15404
15557
  "flags": {},
15405
15558
  "parameters": [
15406
15559
  {
15407
- "id": 358,
15560
+ "id": 366,
15408
15561
  "name": "theme",
15409
15562
  "kind": 32768,
15410
15563
  "kindString": "Parameter",
@@ -15508,7 +15661,7 @@
15508
15661
  }
15509
15662
  },
15510
15663
  {
15511
- "id": 371,
15664
+ "id": 379,
15512
15665
  "name": "paddingX",
15513
15666
  "kind": 1024,
15514
15667
  "kindString": "Property",
@@ -15598,7 +15751,7 @@
15598
15751
  {
15599
15752
  "type": "reflection",
15600
15753
  "declaration": {
15601
- "id": 372,
15754
+ "id": 380,
15602
15755
  "name": "__type",
15603
15756
  "kind": 65536,
15604
15757
  "kindString": "Type literal",
@@ -15612,14 +15765,14 @@
15612
15765
  ],
15613
15766
  "signatures": [
15614
15767
  {
15615
- "id": 373,
15768
+ "id": 381,
15616
15769
  "name": "__type",
15617
15770
  "kind": 4096,
15618
15771
  "kindString": "Call signature",
15619
15772
  "flags": {},
15620
15773
  "parameters": [
15621
15774
  {
15622
- "id": 374,
15775
+ "id": 382,
15623
15776
  "name": "theme",
15624
15777
  "kind": 32768,
15625
15778
  "kindString": "Parameter",
@@ -15723,7 +15876,7 @@
15723
15876
  }
15724
15877
  },
15725
15878
  {
15726
- "id": 375,
15879
+ "id": 383,
15727
15880
  "name": "paddingY",
15728
15881
  "kind": 1024,
15729
15882
  "kindString": "Property",
@@ -15813,7 +15966,7 @@
15813
15966
  {
15814
15967
  "type": "reflection",
15815
15968
  "declaration": {
15816
- "id": 376,
15969
+ "id": 384,
15817
15970
  "name": "__type",
15818
15971
  "kind": 65536,
15819
15972
  "kindString": "Type literal",
@@ -15827,14 +15980,14 @@
15827
15980
  ],
15828
15981
  "signatures": [
15829
15982
  {
15830
- "id": 377,
15983
+ "id": 385,
15831
15984
  "name": "__type",
15832
15985
  "kind": 4096,
15833
15986
  "kindString": "Call signature",
15834
15987
  "flags": {},
15835
15988
  "parameters": [
15836
15989
  {
15837
- "id": 378,
15990
+ "id": 386,
15838
15991
  "name": "theme",
15839
15992
  "kind": 32768,
15840
15993
  "kindString": "Parameter",
@@ -15938,7 +16091,7 @@
15938
16091
  }
15939
16092
  },
15940
16093
  {
15941
- "id": 307,
16094
+ "id": 315,
15942
16095
  "name": "pb",
15943
16096
  "kind": 1024,
15944
16097
  "kindString": "Property",
@@ -16028,7 +16181,7 @@
16028
16181
  {
16029
16182
  "type": "reflection",
16030
16183
  "declaration": {
16031
- "id": 308,
16184
+ "id": 316,
16032
16185
  "name": "__type",
16033
16186
  "kind": 65536,
16034
16187
  "kindString": "Type literal",
@@ -16042,14 +16195,14 @@
16042
16195
  ],
16043
16196
  "signatures": [
16044
16197
  {
16045
- "id": 309,
16198
+ "id": 317,
16046
16199
  "name": "__type",
16047
16200
  "kind": 4096,
16048
16201
  "kindString": "Call signature",
16049
16202
  "flags": {},
16050
16203
  "parameters": [
16051
16204
  {
16052
- "id": 310,
16205
+ "id": 318,
16053
16206
  "name": "theme",
16054
16207
  "kind": 32768,
16055
16208
  "kindString": "Parameter",
@@ -16153,7 +16306,7 @@
16153
16306
  }
16154
16307
  },
16155
16308
  {
16156
- "id": 311,
16309
+ "id": 319,
16157
16310
  "name": "pl",
16158
16311
  "kind": 1024,
16159
16312
  "kindString": "Property",
@@ -16243,7 +16396,7 @@
16243
16396
  {
16244
16397
  "type": "reflection",
16245
16398
  "declaration": {
16246
- "id": 312,
16399
+ "id": 320,
16247
16400
  "name": "__type",
16248
16401
  "kind": 65536,
16249
16402
  "kindString": "Type literal",
@@ -16257,14 +16410,14 @@
16257
16410
  ],
16258
16411
  "signatures": [
16259
16412
  {
16260
- "id": 313,
16413
+ "id": 321,
16261
16414
  "name": "__type",
16262
16415
  "kind": 4096,
16263
16416
  "kindString": "Call signature",
16264
16417
  "flags": {},
16265
16418
  "parameters": [
16266
16419
  {
16267
- "id": 314,
16420
+ "id": 322,
16268
16421
  "name": "theme",
16269
16422
  "kind": 32768,
16270
16423
  "kindString": "Parameter",
@@ -16368,7 +16521,7 @@
16368
16521
  }
16369
16522
  },
16370
16523
  {
16371
- "id": 219,
16524
+ "id": 227,
16372
16525
  "name": "position",
16373
16526
  "kind": 1024,
16374
16527
  "kindString": "Property",
@@ -16428,7 +16581,7 @@
16428
16581
  {
16429
16582
  "type": "reflection",
16430
16583
  "declaration": {
16431
- "id": 220,
16584
+ "id": 228,
16432
16585
  "name": "__type",
16433
16586
  "kind": 65536,
16434
16587
  "kindString": "Type literal",
@@ -16442,14 +16595,14 @@
16442
16595
  ],
16443
16596
  "signatures": [
16444
16597
  {
16445
- "id": 221,
16598
+ "id": 229,
16446
16599
  "name": "__type",
16447
16600
  "kind": 4096,
16448
16601
  "kindString": "Call signature",
16449
16602
  "flags": {},
16450
16603
  "parameters": [
16451
16604
  {
16452
- "id": 222,
16605
+ "id": 230,
16453
16606
  "name": "theme",
16454
16607
  "kind": 32768,
16455
16608
  "kindString": "Parameter",
@@ -16523,7 +16676,7 @@
16523
16676
  }
16524
16677
  },
16525
16678
  {
16526
- "id": 303,
16679
+ "id": 311,
16527
16680
  "name": "pr",
16528
16681
  "kind": 1024,
16529
16682
  "kindString": "Property",
@@ -16613,7 +16766,7 @@
16613
16766
  {
16614
16767
  "type": "reflection",
16615
16768
  "declaration": {
16616
- "id": 304,
16769
+ "id": 312,
16617
16770
  "name": "__type",
16618
16771
  "kind": 65536,
16619
16772
  "kindString": "Type literal",
@@ -16627,14 +16780,14 @@
16627
16780
  ],
16628
16781
  "signatures": [
16629
16782
  {
16630
- "id": 305,
16783
+ "id": 313,
16631
16784
  "name": "__type",
16632
16785
  "kind": 4096,
16633
16786
  "kindString": "Call signature",
16634
16787
  "flags": {},
16635
16788
  "parameters": [
16636
16789
  {
16637
- "id": 306,
16790
+ "id": 314,
16638
16791
  "name": "theme",
16639
16792
  "kind": 32768,
16640
16793
  "kindString": "Parameter",
@@ -16738,7 +16891,7 @@
16738
16891
  }
16739
16892
  },
16740
16893
  {
16741
- "id": 299,
16894
+ "id": 307,
16742
16895
  "name": "pt",
16743
16896
  "kind": 1024,
16744
16897
  "kindString": "Property",
@@ -16828,7 +16981,7 @@
16828
16981
  {
16829
16982
  "type": "reflection",
16830
16983
  "declaration": {
16831
- "id": 300,
16984
+ "id": 308,
16832
16985
  "name": "__type",
16833
16986
  "kind": 65536,
16834
16987
  "kindString": "Type literal",
@@ -16842,14 +16995,14 @@
16842
16995
  ],
16843
16996
  "signatures": [
16844
16997
  {
16845
- "id": 301,
16998
+ "id": 309,
16846
16999
  "name": "__type",
16847
17000
  "kind": 4096,
16848
17001
  "kindString": "Call signature",
16849
17002
  "flags": {},
16850
17003
  "parameters": [
16851
17004
  {
16852
- "id": 302,
17005
+ "id": 310,
16853
17006
  "name": "theme",
16854
17007
  "kind": 32768,
16855
17008
  "kindString": "Parameter",
@@ -16953,7 +17106,7 @@
16953
17106
  }
16954
17107
  },
16955
17108
  {
16956
- "id": 315,
17109
+ "id": 323,
16957
17110
  "name": "px",
16958
17111
  "kind": 1024,
16959
17112
  "kindString": "Property",
@@ -17043,7 +17196,7 @@
17043
17196
  {
17044
17197
  "type": "reflection",
17045
17198
  "declaration": {
17046
- "id": 316,
17199
+ "id": 324,
17047
17200
  "name": "__type",
17048
17201
  "kind": 65536,
17049
17202
  "kindString": "Type literal",
@@ -17057,14 +17210,14 @@
17057
17210
  ],
17058
17211
  "signatures": [
17059
17212
  {
17060
- "id": 317,
17213
+ "id": 325,
17061
17214
  "name": "__type",
17062
17215
  "kind": 4096,
17063
17216
  "kindString": "Call signature",
17064
17217
  "flags": {},
17065
17218
  "parameters": [
17066
17219
  {
17067
- "id": 318,
17220
+ "id": 326,
17068
17221
  "name": "theme",
17069
17222
  "kind": 32768,
17070
17223
  "kindString": "Parameter",
@@ -17168,7 +17321,7 @@
17168
17321
  }
17169
17322
  },
17170
17323
  {
17171
- "id": 319,
17324
+ "id": 327,
17172
17325
  "name": "py",
17173
17326
  "kind": 1024,
17174
17327
  "kindString": "Property",
@@ -17258,7 +17411,7 @@
17258
17411
  {
17259
17412
  "type": "reflection",
17260
17413
  "declaration": {
17261
- "id": 320,
17414
+ "id": 328,
17262
17415
  "name": "__type",
17263
17416
  "kind": 65536,
17264
17417
  "kindString": "Type literal",
@@ -17272,14 +17425,14 @@
17272
17425
  ],
17273
17426
  "signatures": [
17274
17427
  {
17275
- "id": 321,
17428
+ "id": 329,
17276
17429
  "name": "__type",
17277
17430
  "kind": 4096,
17278
17431
  "kindString": "Call signature",
17279
17432
  "flags": {},
17280
17433
  "parameters": [
17281
17434
  {
17282
- "id": 322,
17435
+ "id": 330,
17283
17436
  "name": "theme",
17284
17437
  "kind": 32768,
17285
17438
  "kindString": "Parameter",
@@ -17383,7 +17536,7 @@
17383
17536
  }
17384
17537
  },
17385
17538
  {
17386
- "id": 227,
17539
+ "id": 235,
17387
17540
  "name": "right",
17388
17541
  "kind": 1024,
17389
17542
  "kindString": "Property",
@@ -17473,7 +17626,7 @@
17473
17626
  {
17474
17627
  "type": "reflection",
17475
17628
  "declaration": {
17476
- "id": 228,
17629
+ "id": 236,
17477
17630
  "name": "__type",
17478
17631
  "kind": 65536,
17479
17632
  "kindString": "Type literal",
@@ -17487,14 +17640,14 @@
17487
17640
  ],
17488
17641
  "signatures": [
17489
17642
  {
17490
- "id": 229,
17643
+ "id": 237,
17491
17644
  "name": "__type",
17492
17645
  "kind": 4096,
17493
17646
  "kindString": "Call signature",
17494
17647
  "flags": {},
17495
17648
  "parameters": [
17496
17649
  {
17497
- "id": 230,
17650
+ "id": 238,
17498
17651
  "name": "theme",
17499
17652
  "kind": 32768,
17500
17653
  "kindString": "Parameter",
@@ -17598,7 +17751,7 @@
17598
17751
  }
17599
17752
  },
17600
17753
  {
17601
- "id": 167,
17754
+ "id": 175,
17602
17755
  "name": "rowGap",
17603
17756
  "kind": 1024,
17604
17757
  "kindString": "Property",
@@ -17688,7 +17841,7 @@
17688
17841
  {
17689
17842
  "type": "reflection",
17690
17843
  "declaration": {
17691
- "id": 168,
17844
+ "id": 176,
17692
17845
  "name": "__type",
17693
17846
  "kind": 65536,
17694
17847
  "kindString": "Type literal",
@@ -17702,14 +17855,14 @@
17702
17855
  ],
17703
17856
  "signatures": [
17704
17857
  {
17705
- "id": 169,
17858
+ "id": 177,
17706
17859
  "name": "__type",
17707
17860
  "kind": 4096,
17708
17861
  "kindString": "Call signature",
17709
17862
  "flags": {},
17710
17863
  "parameters": [
17711
17864
  {
17712
- "id": 170,
17865
+ "id": 178,
17713
17866
  "name": "theme",
17714
17867
  "kind": 32768,
17715
17868
  "kindString": "Parameter",
@@ -17813,7 +17966,7 @@
17813
17966
  }
17814
17967
  },
17815
17968
  {
17816
- "id": 411,
17969
+ "id": 419,
17817
17970
  "name": "textAlign",
17818
17971
  "kind": 1024,
17819
17972
  "kindString": "Property",
@@ -17873,7 +18026,7 @@
17873
18026
  {
17874
18027
  "type": "reflection",
17875
18028
  "declaration": {
17876
- "id": 412,
18029
+ "id": 420,
17877
18030
  "name": "__type",
17878
18031
  "kind": 65536,
17879
18032
  "kindString": "Type literal",
@@ -17887,14 +18040,14 @@
17887
18040
  ],
17888
18041
  "signatures": [
17889
18042
  {
17890
- "id": 413,
18043
+ "id": 421,
17891
18044
  "name": "__type",
17892
18045
  "kind": 4096,
17893
18046
  "kindString": "Call signature",
17894
18047
  "flags": {},
17895
18048
  "parameters": [
17896
18049
  {
17897
- "id": 414,
18050
+ "id": 422,
17898
18051
  "name": "theme",
17899
18052
  "kind": 32768,
17900
18053
  "kindString": "Parameter",
@@ -17968,7 +18121,7 @@
17968
18121
  }
17969
18122
  },
17970
18123
  {
17971
- "id": 95,
18124
+ "id": 103,
17972
18125
  "name": "textOverflow",
17973
18126
  "kind": 1024,
17974
18127
  "kindString": "Property",
@@ -18009,7 +18162,7 @@
18009
18162
  {
18010
18163
  "type": "reflection",
18011
18164
  "declaration": {
18012
- "id": 96,
18165
+ "id": 104,
18013
18166
  "name": "__type",
18014
18167
  "kind": 65536,
18015
18168
  "kindString": "Type literal",
@@ -18023,14 +18176,14 @@
18023
18176
  ],
18024
18177
  "signatures": [
18025
18178
  {
18026
- "id": 97,
18179
+ "id": 105,
18027
18180
  "name": "__type",
18028
18181
  "kind": 4096,
18029
18182
  "kindString": "Call signature",
18030
18183
  "flags": {},
18031
18184
  "parameters": [
18032
18185
  {
18033
- "id": 98,
18186
+ "id": 106,
18034
18187
  "name": "theme",
18035
18188
  "kind": 32768,
18036
18189
  "kindString": "Parameter",
@@ -18085,7 +18238,7 @@
18085
18238
  }
18086
18239
  },
18087
18240
  {
18088
- "id": 415,
18241
+ "id": 423,
18089
18242
  "name": "textTransform",
18090
18243
  "kind": 1024,
18091
18244
  "kindString": "Property",
@@ -18145,7 +18298,7 @@
18145
18298
  {
18146
18299
  "type": "reflection",
18147
18300
  "declaration": {
18148
- "id": 416,
18301
+ "id": 424,
18149
18302
  "name": "__type",
18150
18303
  "kind": 65536,
18151
18304
  "kindString": "Type literal",
@@ -18159,14 +18312,14 @@
18159
18312
  ],
18160
18313
  "signatures": [
18161
18314
  {
18162
- "id": 417,
18315
+ "id": 425,
18163
18316
  "name": "__type",
18164
18317
  "kind": 4096,
18165
18318
  "kindString": "Call signature",
18166
18319
  "flags": {},
18167
18320
  "parameters": [
18168
18321
  {
18169
- "id": 418,
18322
+ "id": 426,
18170
18323
  "name": "theme",
18171
18324
  "kind": 32768,
18172
18325
  "kindString": "Parameter",
@@ -18240,7 +18393,7 @@
18240
18393
  }
18241
18394
  },
18242
18395
  {
18243
- "id": 223,
18396
+ "id": 231,
18244
18397
  "name": "top",
18245
18398
  "kind": 1024,
18246
18399
  "kindString": "Property",
@@ -18330,7 +18483,7 @@
18330
18483
  {
18331
18484
  "type": "reflection",
18332
18485
  "declaration": {
18333
- "id": 224,
18486
+ "id": 232,
18334
18487
  "name": "__type",
18335
18488
  "kind": 65536,
18336
18489
  "kindString": "Type literal",
@@ -18344,14 +18497,14 @@
18344
18497
  ],
18345
18498
  "signatures": [
18346
18499
  {
18347
- "id": 225,
18500
+ "id": 233,
18348
18501
  "name": "__type",
18349
18502
  "kind": 4096,
18350
18503
  "kindString": "Call signature",
18351
18504
  "flags": {},
18352
18505
  "parameters": [
18353
18506
  {
18354
- "id": 226,
18507
+ "id": 234,
18355
18508
  "name": "theme",
18356
18509
  "kind": 32768,
18357
18510
  "kindString": "Parameter",
@@ -18455,7 +18608,7 @@
18455
18608
  }
18456
18609
  },
18457
18610
  {
18458
- "id": 379,
18611
+ "id": 387,
18459
18612
  "name": "typography",
18460
18613
  "kind": 1024,
18461
18614
  "kindString": "Property",
@@ -18487,7 +18640,7 @@
18487
18640
  {
18488
18641
  "type": "reflection",
18489
18642
  "declaration": {
18490
- "id": 380,
18643
+ "id": 388,
18491
18644
  "name": "__type",
18492
18645
  "kind": 65536,
18493
18646
  "kindString": "Type literal",
@@ -18501,14 +18654,14 @@
18501
18654
  ],
18502
18655
  "signatures": [
18503
18656
  {
18504
- "id": 381,
18657
+ "id": 389,
18505
18658
  "name": "__type",
18506
18659
  "kind": 4096,
18507
18660
  "kindString": "Call signature",
18508
18661
  "flags": {},
18509
18662
  "parameters": [
18510
18663
  {
18511
- "id": 382,
18664
+ "id": 390,
18512
18665
  "name": "theme",
18513
18666
  "kind": 32768,
18514
18667
  "kindString": "Parameter",
@@ -18554,7 +18707,7 @@
18554
18707
  }
18555
18708
  },
18556
18709
  {
18557
- "id": 99,
18710
+ "id": 107,
18558
18711
  "name": "visibility",
18559
18712
  "kind": 1024,
18560
18713
  "kindString": "Property",
@@ -18614,7 +18767,7 @@
18614
18767
  {
18615
18768
  "type": "reflection",
18616
18769
  "declaration": {
18617
- "id": 100,
18770
+ "id": 108,
18618
18771
  "name": "__type",
18619
18772
  "kind": 65536,
18620
18773
  "kindString": "Type literal",
@@ -18628,14 +18781,14 @@
18628
18781
  ],
18629
18782
  "signatures": [
18630
18783
  {
18631
- "id": 101,
18784
+ "id": 109,
18632
18785
  "name": "__type",
18633
18786
  "kind": 4096,
18634
18787
  "kindString": "Call signature",
18635
18788
  "flags": {},
18636
18789
  "parameters": [
18637
18790
  {
18638
- "id": 102,
18791
+ "id": 110,
18639
18792
  "name": "theme",
18640
18793
  "kind": 32768,
18641
18794
  "kindString": "Parameter",
@@ -18709,7 +18862,7 @@
18709
18862
  }
18710
18863
  },
18711
18864
  {
18712
- "id": 103,
18865
+ "id": 111,
18713
18866
  "name": "whiteSpace",
18714
18867
  "kind": 1024,
18715
18868
  "kindString": "Property",
@@ -18769,7 +18922,7 @@
18769
18922
  {
18770
18923
  "type": "reflection",
18771
18924
  "declaration": {
18772
- "id": 104,
18925
+ "id": 112,
18773
18926
  "name": "__type",
18774
18927
  "kind": 65536,
18775
18928
  "kindString": "Type literal",
@@ -18783,14 +18936,14 @@
18783
18936
  ],
18784
18937
  "signatures": [
18785
18938
  {
18786
- "id": 105,
18939
+ "id": 113,
18787
18940
  "name": "__type",
18788
18941
  "kind": 4096,
18789
18942
  "kindString": "Call signature",
18790
18943
  "flags": {},
18791
18944
  "parameters": [
18792
18945
  {
18793
- "id": 106,
18946
+ "id": 114,
18794
18947
  "name": "theme",
18795
18948
  "kind": 32768,
18796
18949
  "kindString": "Parameter",
@@ -18864,7 +19017,7 @@
18864
19017
  }
18865
19018
  },
18866
19019
  {
18867
- "id": 243,
19020
+ "id": 251,
18868
19021
  "name": "width",
18869
19022
  "kind": 1024,
18870
19023
  "kindString": "Property",
@@ -18954,7 +19107,7 @@
18954
19107
  {
18955
19108
  "type": "reflection",
18956
19109
  "declaration": {
18957
- "id": 244,
19110
+ "id": 252,
18958
19111
  "name": "__type",
18959
19112
  "kind": 65536,
18960
19113
  "kindString": "Type literal",
@@ -18968,14 +19121,14 @@
18968
19121
  ],
18969
19122
  "signatures": [
18970
19123
  {
18971
- "id": 245,
19124
+ "id": 253,
18972
19125
  "name": "__type",
18973
19126
  "kind": 4096,
18974
19127
  "kindString": "Call signature",
18975
19128
  "flags": {},
18976
19129
  "parameters": [
18977
19130
  {
18978
- "id": 246,
19131
+ "id": 254,
18979
19132
  "name": "theme",
18980
19133
  "kind": 32768,
18981
19134
  "kindString": "Parameter",
@@ -19079,7 +19232,7 @@
19079
19232
  }
19080
19233
  },
19081
19234
  {
19082
- "id": 40,
19235
+ "id": 47,
19083
19236
  "name": "xyoError",
19084
19237
  "kind": 1024,
19085
19238
  "kindString": "Property",
@@ -19091,7 +19244,7 @@
19091
19244
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
19092
19245
  "line": 6,
19093
19246
  "character": 2,
19094
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L6"
19247
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L6"
19095
19248
  }
19096
19249
  ],
19097
19250
  "type": {
@@ -19112,7 +19265,7 @@
19112
19265
  {
19113
19266
  "type": "reflection",
19114
19267
  "declaration": {
19115
- "id": 41,
19268
+ "id": 48,
19116
19269
  "name": "__type",
19117
19270
  "kind": 65536,
19118
19271
  "kindString": "Type literal",
@@ -19130,7 +19283,7 @@
19130
19283
  }
19131
19284
  },
19132
19285
  {
19133
- "id": 211,
19286
+ "id": 219,
19134
19287
  "name": "zIndex",
19135
19288
  "kind": 1024,
19136
19289
  "kindString": "Property",
@@ -19162,7 +19315,7 @@
19162
19315
  {
19163
19316
  "type": "reflection",
19164
19317
  "declaration": {
19165
- "id": 212,
19318
+ "id": 220,
19166
19319
  "name": "__type",
19167
19320
  "kind": 65536,
19168
19321
  "kindString": "Type literal",
@@ -19181,7 +19334,7 @@
19181
19334
  {
19182
19335
  "type": "reflection",
19183
19336
  "declaration": {
19184
- "id": 213,
19337
+ "id": 221,
19185
19338
  "name": "__type",
19186
19339
  "kind": 65536,
19187
19340
  "kindString": "Type literal",
@@ -19200,7 +19353,7 @@
19200
19353
  {
19201
19354
  "type": "reflection",
19202
19355
  "declaration": {
19203
- "id": 214,
19356
+ "id": 222,
19204
19357
  "name": "__type",
19205
19358
  "kind": 65536,
19206
19359
  "kindString": "Type literal",
@@ -19214,14 +19367,14 @@
19214
19367
  ],
19215
19368
  "signatures": [
19216
19369
  {
19217
- "id": 215,
19370
+ "id": 223,
19218
19371
  "name": "__type",
19219
19372
  "kind": 4096,
19220
19373
  "kindString": "Call signature",
19221
19374
  "flags": {},
19222
19375
  "parameters": [
19223
19376
  {
19224
- "id": 216,
19377
+ "id": 224,
19225
19378
  "name": "theme",
19226
19379
  "kind": 32768,
19227
19380
  "kindString": "Parameter",
@@ -19258,7 +19411,7 @@
19258
19411
  {
19259
19412
  "type": "reflection",
19260
19413
  "declaration": {
19261
- "id": 217,
19414
+ "id": 225,
19262
19415
  "name": "__type",
19263
19416
  "kind": 65536,
19264
19417
  "kindString": "Type literal",
@@ -19277,7 +19430,7 @@
19277
19430
  {
19278
19431
  "type": "reflection",
19279
19432
  "declaration": {
19280
- "id": 218,
19433
+ "id": 226,
19281
19434
  "name": "__type",
19282
19435
  "kind": 65536,
19283
19436
  "kindString": "Type literal",
@@ -19309,101 +19462,102 @@
19309
19462
  {
19310
19463
  "title": "Properties",
19311
19464
  "children": [
19312
- 127,
19313
- 123,
19314
- 147,
19315
- 207,
19316
- 53,
19317
- 67,
19465
+ 135,
19466
+ 131,
19467
+ 155,
19468
+ 215,
19469
+ 61,
19318
19470
  75,
19319
- 71,
19471
+ 83,
19320
19472
  79,
19321
- 63,
19322
- 59,
19323
- 231,
19473
+ 87,
19474
+ 71,
19475
+ 67,
19324
19476
  239,
19325
- 267,
19477
+ 247,
19478
+ 275,
19479
+ 57,
19480
+ 171,
19326
19481
  49,
19327
- 163,
19328
- 42,
19329
- 83,
19330
- 87,
19331
- 135,
19332
- 107,
19333
- 111,
19334
- 139,
19482
+ 91,
19483
+ 95,
19484
+ 52,
19335
19485
  143,
19336
19486
  115,
19337
- 383,
19338
- 387,
19487
+ 119,
19488
+ 147,
19489
+ 151,
19490
+ 123,
19339
19491
  391,
19340
19492
  395,
19341
- 159,
19342
- 203,
19343
- 183,
19344
- 179,
19345
- 187,
19346
- 171,
19347
- 175,
19348
- 199,
19493
+ 399,
19494
+ 403,
19495
+ 167,
19496
+ 211,
19349
19497
  191,
19498
+ 187,
19350
19499
  195,
19351
- 255,
19352
- 119,
19353
- 151,
19354
- 155,
19355
- 235,
19356
- 403,
19357
- 407,
19358
- 271,
19359
- 323,
19360
- 335,
19361
- 339,
19500
+ 179,
19501
+ 183,
19502
+ 207,
19503
+ 199,
19504
+ 203,
19505
+ 263,
19506
+ 127,
19507
+ 159,
19508
+ 163,
19509
+ 243,
19510
+ 411,
19511
+ 415,
19512
+ 279,
19362
19513
  331,
19363
- 327,
19364
19514
  343,
19365
19515
  347,
19366
- 259,
19367
- 247,
19368
- 283,
19369
- 263,
19370
- 251,
19371
- 287,
19372
- 279,
19373
- 275,
19516
+ 339,
19517
+ 335,
19518
+ 351,
19519
+ 355,
19520
+ 267,
19521
+ 255,
19374
19522
  291,
19523
+ 271,
19524
+ 259,
19375
19525
  295,
19376
- 44,
19377
- 43,
19378
- 131,
19379
- 91,
19380
- 45,
19381
- 351,
19382
- 363,
19383
- 367,
19526
+ 287,
19527
+ 283,
19528
+ 299,
19529
+ 303,
19530
+ 51,
19531
+ 50,
19532
+ 139,
19533
+ 99,
19534
+ 53,
19384
19535
  359,
19385
- 355,
19386
19536
  371,
19387
19537
  375,
19388
- 307,
19389
- 311,
19390
- 219,
19391
- 303,
19392
- 299,
19538
+ 367,
19539
+ 363,
19540
+ 379,
19541
+ 383,
19393
19542
  315,
19394
19543
  319,
19395
19544
  227,
19396
- 167,
19397
- 411,
19398
- 95,
19399
- 415,
19400
- 223,
19401
- 379,
19402
- 99,
19545
+ 311,
19546
+ 307,
19547
+ 323,
19548
+ 327,
19549
+ 235,
19550
+ 175,
19551
+ 419,
19403
19552
  103,
19404
- 243,
19405
- 40,
19406
- 211
19553
+ 423,
19554
+ 231,
19555
+ 387,
19556
+ 107,
19557
+ 111,
19558
+ 251,
19559
+ 47,
19560
+ 219
19407
19561
  ]
19408
19562
  }
19409
19563
  ],
@@ -19412,7 +19566,7 @@
19412
19566
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts",
19413
19567
  "line": 5,
19414
19568
  "character": 17,
19415
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L5"
19569
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/Props.ts#L5"
19416
19570
  }
19417
19571
  ],
19418
19572
  "extendedTypes": [
@@ -19425,7 +19579,7 @@
19425
19579
  ]
19426
19580
  },
19427
19581
  {
19428
- "id": 425,
19582
+ "id": 433,
19429
19583
  "name": "ErrorReporterProvider",
19430
19584
  "kind": 64,
19431
19585
  "kindString": "Function",
@@ -19435,19 +19589,19 @@
19435
19589
  "fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
19436
19590
  "line": 11,
19437
19591
  "character": 6,
19438
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L11"
19592
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L11"
19439
19593
  }
19440
19594
  ],
19441
19595
  "signatures": [
19442
19596
  {
19443
- "id": 426,
19597
+ "id": 434,
19444
19598
  "name": "ErrorReporterProvider",
19445
19599
  "kind": 4096,
19446
19600
  "kindString": "Call signature",
19447
19601
  "flags": {},
19448
19602
  "parameters": [
19449
19603
  {
19450
- "id": 427,
19604
+ "id": 435,
19451
19605
  "name": "props",
19452
19606
  "kind": 32768,
19453
19607
  "kindString": "Parameter",
@@ -19457,7 +19611,7 @@
19457
19611
  "typeArguments": [
19458
19612
  {
19459
19613
  "type": "reference",
19460
- "id": 423,
19614
+ "id": 431,
19461
19615
  "name": "ErrorReporterProviderProps"
19462
19616
  }
19463
19617
  ],
@@ -19467,7 +19621,7 @@
19467
19621
  }
19468
19622
  },
19469
19623
  {
19470
- "id": 428,
19624
+ "id": 436,
19471
19625
  "name": "context",
19472
19626
  "kind": 32768,
19473
19627
  "kindString": "Parameter",
@@ -19509,7 +19663,7 @@
19509
19663
  ]
19510
19664
  },
19511
19665
  {
19512
- "id": 35,
19666
+ "id": 42,
19513
19667
  "name": "XyoErrorAlert",
19514
19668
  "kind": 64,
19515
19669
  "kindString": "Function",
@@ -19517,33 +19671,33 @@
19517
19671
  "sources": [
19518
19672
  {
19519
19673
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx",
19520
- "line": 8,
19674
+ "line": 9,
19521
19675
  "character": 13,
19522
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L8"
19676
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/ErrorAlert.tsx#L9"
19523
19677
  }
19524
19678
  ],
19525
19679
  "signatures": [
19526
19680
  {
19527
- "id": 36,
19681
+ "id": 43,
19528
19682
  "name": "XyoErrorAlert",
19529
19683
  "kind": 4096,
19530
19684
  "kindString": "Call signature",
19531
19685
  "flags": {},
19532
19686
  "parameters": [
19533
19687
  {
19534
- "id": 37,
19688
+ "id": 44,
19535
19689
  "name": "props",
19536
19690
  "kind": 32768,
19537
19691
  "kindString": "Parameter",
19538
19692
  "flags": {},
19539
19693
  "type": {
19540
19694
  "type": "reference",
19541
- "id": 32,
19695
+ "id": 38,
19542
19696
  "name": "XyoErrorAlertProps"
19543
19697
  }
19544
19698
  },
19545
19699
  {
19546
- "id": 38,
19700
+ "id": 45,
19547
19701
  "name": "context",
19548
19702
  "kind": 32768,
19549
19703
  "kindString": "Parameter",
@@ -19585,7 +19739,7 @@
19585
19739
  ]
19586
19740
  },
19587
19741
  {
19588
- "id": 419,
19742
+ "id": 427,
19589
19743
  "name": "XyoErrorRender",
19590
19744
  "kind": 64,
19591
19745
  "kindString": "Function",
@@ -19595,31 +19749,31 @@
19595
19749
  "fileName": "packages/sdk/packages/error/src/components/XyoErrorRender/Render.tsx",
19596
19750
  "line": 8,
19597
19751
  "character": 13,
19598
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/components/XyoErrorRender/Render.tsx#L8"
19752
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/components/XyoErrorRender/Render.tsx#L8"
19599
19753
  }
19600
19754
  ],
19601
19755
  "signatures": [
19602
19756
  {
19603
- "id": 420,
19757
+ "id": 428,
19604
19758
  "name": "XyoErrorRender",
19605
19759
  "kind": 4096,
19606
19760
  "kindString": "Call signature",
19607
19761
  "flags": {},
19608
19762
  "parameters": [
19609
19763
  {
19610
- "id": 421,
19764
+ "id": 429,
19611
19765
  "name": "props",
19612
19766
  "kind": 32768,
19613
19767
  "kindString": "Parameter",
19614
19768
  "flags": {},
19615
19769
  "type": {
19616
19770
  "type": "reference",
19617
- "id": 39,
19771
+ "id": 46,
19618
19772
  "name": "XyoErrorRenderProps"
19619
19773
  }
19620
19774
  },
19621
19775
  {
19622
- "id": 422,
19776
+ "id": 430,
19623
19777
  "name": "context",
19624
19778
  "kind": 32768,
19625
19779
  "kindString": "Parameter",
@@ -19661,7 +19815,7 @@
19661
19815
  ]
19662
19816
  },
19663
19817
  {
19664
- "id": 431,
19818
+ "id": 439,
19665
19819
  "name": "useRollbar",
19666
19820
  "kind": 64,
19667
19821
  "kindString": "Function",
@@ -19671,19 +19825,19 @@
19671
19825
  "fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/useRollbar.tsx",
19672
19826
  "line": 5,
19673
19827
  "character": 6,
19674
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/contexts/ErrorReporter/useRollbar.tsx#L5"
19828
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/contexts/ErrorReporter/useRollbar.tsx#L5"
19675
19829
  }
19676
19830
  ],
19677
19831
  "signatures": [
19678
19832
  {
19679
- "id": 432,
19833
+ "id": 440,
19680
19834
  "name": "useRollbar",
19681
19835
  "kind": 4096,
19682
19836
  "kindString": "Call signature",
19683
19837
  "flags": {},
19684
19838
  "type": {
19685
19839
  "type": "reference",
19686
- "id": 429,
19840
+ "id": 437,
19687
19841
  "name": "ErrorReporterContextState"
19688
19842
  }
19689
19843
  }
@@ -19694,27 +19848,27 @@
19694
19848
  {
19695
19849
  "title": "Classes",
19696
19850
  "children": [
19697
- 13
19851
+ 16
19698
19852
  ]
19699
19853
  },
19700
19854
  {
19701
19855
  "title": "Interfaces",
19702
19856
  "children": [
19703
- 429,
19704
- 423,
19705
- 32,
19857
+ 437,
19858
+ 431,
19859
+ 38,
19706
19860
  1,
19707
- 10,
19708
- 39
19861
+ 13,
19862
+ 46
19709
19863
  ]
19710
19864
  },
19711
19865
  {
19712
19866
  "title": "Functions",
19713
19867
  "children": [
19714
- 425,
19715
- 35,
19716
- 419,
19717
- 431
19868
+ 433,
19869
+ 42,
19870
+ 427,
19871
+ 439
19718
19872
  ]
19719
19873
  }
19720
19874
  ],
@@ -19723,7 +19877,7 @@
19723
19877
  "fileName": "packages/sdk/packages/error/src/index.ts",
19724
19878
  "line": 1,
19725
19879
  "character": 0,
19726
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba245b9c/packages/sdk/packages/error/src/index.ts#L1"
19880
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a8dfba50/packages/sdk/packages/error/src/index.ts#L1"
19727
19881
  }
19728
19882
  ]
19729
19883
  }