@xyo-network/react-panel 2.26.43 → 2.26.46

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.
@@ -2,7 +2,7 @@
2
2
  import { WithChildren } from '@xylabs/react-shared';
3
3
  import { XyoArchivistApi } from '@xyo-network/api';
4
4
  import { XyoPayload } from '@xyo-network/payload';
5
- import { XyoWitness } from '@xyo-network/witnesses';
5
+ import { XyoWitness } from '@xyo-network/witness';
6
6
  export interface XyoPanelProviderProps {
7
7
  archivists?: XyoArchivistApi[];
8
8
  inlinePayloads?: boolean;
@@ -1,7 +1,7 @@
1
1
  import { XyoArchivistApi } from '@xyo-network/api';
2
2
  import { XyoBoundWitness } from '@xyo-network/boundwitness';
3
3
  import { XyoPanel } from '@xyo-network/panel';
4
- import { XyoWitness } from '@xyo-network/witnesses';
4
+ import { XyoWitness } from '@xyo-network/witness';
5
5
  export declare enum XyoReportStatus {
6
6
  Idle = "idle",
7
7
  Queued = "queued",
package/dist/docs.json CHANGED
@@ -5,12 +5,1077 @@
5
5
  "kindString": "Project",
6
6
  "flags": {},
7
7
  "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 13,
11
+ "name": "XyoReportStatus",
12
+ "kind": 8,
13
+ "kindString": "Enumeration",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 18,
18
+ "name": "Failed",
19
+ "kind": 16,
20
+ "kindString": "Enumeration Member",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
25
+ "line": 11,
26
+ "character": 2,
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L11"
28
+ }
29
+ ],
30
+ "type": {
31
+ "type": "literal",
32
+ "value": "failed"
33
+ }
34
+ },
35
+ {
36
+ "id": 14,
37
+ "name": "Idle",
38
+ "kind": 16,
39
+ "kindString": "Enumeration Member",
40
+ "flags": {},
41
+ "sources": [
42
+ {
43
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
44
+ "line": 7,
45
+ "character": 2,
46
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L7"
47
+ }
48
+ ],
49
+ "type": {
50
+ "type": "literal",
51
+ "value": "idle"
52
+ }
53
+ },
54
+ {
55
+ "id": 15,
56
+ "name": "Queued",
57
+ "kind": 16,
58
+ "kindString": "Enumeration Member",
59
+ "flags": {},
60
+ "sources": [
61
+ {
62
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
63
+ "line": 8,
64
+ "character": 2,
65
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L8"
66
+ }
67
+ ],
68
+ "type": {
69
+ "type": "literal",
70
+ "value": "queued"
71
+ }
72
+ },
73
+ {
74
+ "id": 16,
75
+ "name": "Started",
76
+ "kind": 16,
77
+ "kindString": "Enumeration Member",
78
+ "flags": {},
79
+ "sources": [
80
+ {
81
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
82
+ "line": 9,
83
+ "character": 2,
84
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L9"
85
+ }
86
+ ],
87
+ "type": {
88
+ "type": "literal",
89
+ "value": "started"
90
+ }
91
+ },
92
+ {
93
+ "id": 17,
94
+ "name": "Succeeded",
95
+ "kind": 16,
96
+ "kindString": "Enumeration Member",
97
+ "flags": {},
98
+ "sources": [
99
+ {
100
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
101
+ "line": 10,
102
+ "character": 2,
103
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L10"
104
+ }
105
+ ],
106
+ "type": {
107
+ "type": "literal",
108
+ "value": "succeeded"
109
+ }
110
+ }
111
+ ],
112
+ "groups": [
113
+ {
114
+ "title": "Enumeration Members",
115
+ "children": [
116
+ 18,
117
+ 14,
118
+ 15,
119
+ 16,
120
+ 17
121
+ ]
122
+ }
123
+ ],
124
+ "sources": [
125
+ {
126
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
127
+ "line": 6,
128
+ "character": 12,
129
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L6"
130
+ }
131
+ ]
132
+ },
133
+ {
134
+ "id": 23,
135
+ "name": "XyoArchivistApiReportProgress",
136
+ "kind": 256,
137
+ "kindString": "Interface",
138
+ "flags": {},
139
+ "children": [
140
+ {
141
+ "id": 24,
142
+ "name": "archivist",
143
+ "kind": 1024,
144
+ "kindString": "Property",
145
+ "flags": {},
146
+ "sources": [
147
+ {
148
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
149
+ "line": 20,
150
+ "character": 2,
151
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L20"
152
+ }
153
+ ],
154
+ "type": {
155
+ "type": "reference",
156
+ "name": "XyoArchivistApi",
157
+ "qualifiedName": "XyoArchivistApi",
158
+ "package": "@xyo-network/api"
159
+ }
160
+ },
161
+ {
162
+ "id": 25,
163
+ "name": "status",
164
+ "kind": 1024,
165
+ "kindString": "Property",
166
+ "flags": {},
167
+ "sources": [
168
+ {
169
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
170
+ "line": 21,
171
+ "character": 2,
172
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L21"
173
+ }
174
+ ],
175
+ "type": {
176
+ "type": "reference",
177
+ "id": 13,
178
+ "name": "XyoReportStatus"
179
+ }
180
+ }
181
+ ],
182
+ "groups": [
183
+ {
184
+ "title": "Properties",
185
+ "children": [
186
+ 24,
187
+ 25
188
+ ]
189
+ }
190
+ ],
191
+ "sources": [
192
+ {
193
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
194
+ "line": 19,
195
+ "character": 17,
196
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L19"
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "id": 29,
202
+ "name": "XyoPanelContextState",
203
+ "kind": 256,
204
+ "kindString": "Interface",
205
+ "flags": {},
206
+ "children": [
207
+ {
208
+ "id": 31,
209
+ "name": "history",
210
+ "kind": 1024,
211
+ "kindString": "Property",
212
+ "flags": {
213
+ "isOptional": true
214
+ },
215
+ "sources": [
216
+ {
217
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
218
+ "line": 31,
219
+ "character": 2,
220
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L31"
221
+ }
222
+ ],
223
+ "type": {
224
+ "type": "array",
225
+ "elementType": {
226
+ "type": "reference",
227
+ "typeArguments": [
228
+ {
229
+ "type": "reference",
230
+ "name": "EmptyObject",
231
+ "qualifiedName": "EmptyObject",
232
+ "package": "@xyo-network/core"
233
+ }
234
+ ],
235
+ "name": "XyoBoundWitness",
236
+ "qualifiedName": "XyoBoundWitness",
237
+ "package": "@xyo-network/boundwitness"
238
+ }
239
+ }
240
+ },
241
+ {
242
+ "id": 30,
243
+ "name": "panel",
244
+ "kind": 1024,
245
+ "kindString": "Property",
246
+ "flags": {
247
+ "isOptional": true
248
+ },
249
+ "sources": [
250
+ {
251
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
252
+ "line": 30,
253
+ "character": 2,
254
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L30"
255
+ }
256
+ ],
257
+ "type": {
258
+ "type": "reference",
259
+ "name": "XyoPanel",
260
+ "qualifiedName": "XyoPanel",
261
+ "package": "@xyo-network/panel"
262
+ }
263
+ },
264
+ {
265
+ "id": 32,
266
+ "name": "progress",
267
+ "kind": 1024,
268
+ "kindString": "Property",
269
+ "flags": {
270
+ "isOptional": true
271
+ },
272
+ "sources": [
273
+ {
274
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
275
+ "line": 32,
276
+ "character": 2,
277
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L32"
278
+ }
279
+ ],
280
+ "type": {
281
+ "type": "reference",
282
+ "id": 26,
283
+ "name": "XyoPanelReportProgress"
284
+ }
285
+ },
286
+ {
287
+ "id": 34,
288
+ "name": "reportingErrors",
289
+ "kind": 1024,
290
+ "kindString": "Property",
291
+ "flags": {
292
+ "isOptional": true
293
+ },
294
+ "sources": [
295
+ {
296
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
297
+ "line": 34,
298
+ "character": 2,
299
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L34"
300
+ }
301
+ ],
302
+ "type": {
303
+ "type": "array",
304
+ "elementType": {
305
+ "type": "reference",
306
+ "name": "Error",
307
+ "qualifiedName": "Error",
308
+ "package": "typescript"
309
+ }
310
+ }
311
+ },
312
+ {
313
+ "id": 33,
314
+ "name": "status",
315
+ "kind": 1024,
316
+ "kindString": "Property",
317
+ "flags": {
318
+ "isOptional": true
319
+ },
320
+ "sources": [
321
+ {
322
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
323
+ "line": 33,
324
+ "character": 2,
325
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L33"
326
+ }
327
+ ],
328
+ "type": {
329
+ "type": "reference",
330
+ "id": 13,
331
+ "name": "XyoReportStatus"
332
+ }
333
+ }
334
+ ],
335
+ "groups": [
336
+ {
337
+ "title": "Properties",
338
+ "children": [
339
+ 31,
340
+ 30,
341
+ 32,
342
+ 34,
343
+ 33
344
+ ]
345
+ }
346
+ ],
347
+ "sources": [
348
+ {
349
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
350
+ "line": 29,
351
+ "character": 17,
352
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L29"
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ "id": 2,
358
+ "name": "XyoPanelProviderProps",
359
+ "kind": 256,
360
+ "kindString": "Interface",
361
+ "flags": {},
362
+ "children": [
363
+ {
364
+ "id": 8,
365
+ "name": "archive",
366
+ "kind": 1024,
367
+ "kindString": "Property",
368
+ "flags": {
369
+ "isOptional": true
370
+ },
371
+ "sources": [
372
+ {
373
+ "fileName": "packages/sdk/panel/src/contexts/Provider.tsx",
374
+ "line": 21,
375
+ "character": 2,
376
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Provider.tsx#L21"
377
+ }
378
+ ],
379
+ "type": {
380
+ "type": "intrinsic",
381
+ "name": "string"
382
+ }
383
+ },
384
+ {
385
+ "id": 3,
386
+ "name": "archivists",
387
+ "kind": 1024,
388
+ "kindString": "Property",
389
+ "flags": {
390
+ "isOptional": true
391
+ },
392
+ "sources": [
393
+ {
394
+ "fileName": "packages/sdk/panel/src/contexts/Provider.tsx",
395
+ "line": 17,
396
+ "character": 2,
397
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Provider.tsx#L17"
398
+ }
399
+ ],
400
+ "type": {
401
+ "type": "array",
402
+ "elementType": {
403
+ "type": "reference",
404
+ "name": "XyoArchivistApi",
405
+ "qualifiedName": "XyoArchivistApi",
406
+ "package": "@xyo-network/api"
407
+ }
408
+ }
409
+ },
410
+ {
411
+ "id": 4,
412
+ "name": "inlinePayloads",
413
+ "kind": 1024,
414
+ "kindString": "Property",
415
+ "flags": {
416
+ "isOptional": true
417
+ },
418
+ "sources": [
419
+ {
420
+ "fileName": "packages/sdk/panel/src/contexts/Provider.tsx",
421
+ "line": 18,
422
+ "character": 2,
423
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Provider.tsx#L18"
424
+ }
425
+ ],
426
+ "type": {
427
+ "type": "intrinsic",
428
+ "name": "boolean"
429
+ }
430
+ },
431
+ {
432
+ "id": 7,
433
+ "name": "required",
434
+ "kind": 1024,
435
+ "kindString": "Property",
436
+ "flags": {
437
+ "isOptional": true
438
+ },
439
+ "sources": [
440
+ {
441
+ "fileName": "packages/sdk/panel/src/contexts/Provider.tsx",
442
+ "line": 20,
443
+ "character": 2,
444
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Provider.tsx#L20"
445
+ }
446
+ ],
447
+ "type": {
448
+ "type": "intrinsic",
449
+ "name": "boolean"
450
+ }
451
+ },
452
+ {
453
+ "id": 5,
454
+ "name": "witnesses",
455
+ "kind": 1024,
456
+ "kindString": "Property",
457
+ "flags": {
458
+ "isOptional": true
459
+ },
460
+ "sources": [
461
+ {
462
+ "fileName": "packages/sdk/panel/src/contexts/Provider.tsx",
463
+ "line": 19,
464
+ "character": 2,
465
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Provider.tsx#L19"
466
+ }
467
+ ],
468
+ "type": {
469
+ "type": "array",
470
+ "elementType": {
471
+ "type": "reference",
472
+ "typeArguments": [
473
+ {
474
+ "type": "reflection",
475
+ "declaration": {
476
+ "id": 6,
477
+ "name": "__type",
478
+ "kind": 65536,
479
+ "kindString": "Type literal",
480
+ "flags": {},
481
+ "sources": [
482
+ {
483
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
484
+ "line": 5,
485
+ "character": 70
486
+ }
487
+ ]
488
+ }
489
+ }
490
+ ],
491
+ "name": "XyoWitness",
492
+ "qualifiedName": "XyoWitness",
493
+ "package": "@xyo-network/witness"
494
+ }
495
+ }
496
+ }
497
+ ],
498
+ "groups": [
499
+ {
500
+ "title": "Properties",
501
+ "children": [
502
+ 8,
503
+ 3,
504
+ 4,
505
+ 7,
506
+ 5
507
+ ]
508
+ }
509
+ ],
510
+ "sources": [
511
+ {
512
+ "fileName": "packages/sdk/panel/src/contexts/Provider.tsx",
513
+ "line": 16,
514
+ "character": 17,
515
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Provider.tsx#L16"
516
+ }
517
+ ]
518
+ },
519
+ {
520
+ "id": 26,
521
+ "name": "XyoPanelReportProgress",
522
+ "kind": 256,
523
+ "kindString": "Interface",
524
+ "flags": {},
525
+ "children": [
526
+ {
527
+ "id": 28,
528
+ "name": "archivists",
529
+ "kind": 1024,
530
+ "kindString": "Property",
531
+ "flags": {
532
+ "isOptional": true
533
+ },
534
+ "sources": [
535
+ {
536
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
537
+ "line": 26,
538
+ "character": 2,
539
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L26"
540
+ }
541
+ ],
542
+ "type": {
543
+ "type": "reference",
544
+ "typeArguments": [
545
+ {
546
+ "type": "intrinsic",
547
+ "name": "string"
548
+ },
549
+ {
550
+ "type": "reference",
551
+ "id": 23,
552
+ "name": "XyoArchivistApiReportProgress"
553
+ }
554
+ ],
555
+ "name": "Record",
556
+ "qualifiedName": "Record",
557
+ "package": "typescript"
558
+ }
559
+ },
560
+ {
561
+ "id": 27,
562
+ "name": "witnesses",
563
+ "kind": 1024,
564
+ "kindString": "Property",
565
+ "flags": {
566
+ "isOptional": true
567
+ },
568
+ "sources": [
569
+ {
570
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
571
+ "line": 25,
572
+ "character": 2,
573
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L25"
574
+ }
575
+ ],
576
+ "type": {
577
+ "type": "reference",
578
+ "typeArguments": [
579
+ {
580
+ "type": "intrinsic",
581
+ "name": "string"
582
+ },
583
+ {
584
+ "type": "reference",
585
+ "id": 19,
586
+ "name": "XyoWitnessReportProgress"
587
+ }
588
+ ],
589
+ "name": "Record",
590
+ "qualifiedName": "Record",
591
+ "package": "typescript"
592
+ }
593
+ }
594
+ ],
595
+ "groups": [
596
+ {
597
+ "title": "Properties",
598
+ "children": [
599
+ 28,
600
+ 27
601
+ ]
602
+ }
603
+ ],
604
+ "sources": [
605
+ {
606
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
607
+ "line": 24,
608
+ "character": 17,
609
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L24"
610
+ }
611
+ ]
612
+ },
613
+ {
614
+ "id": 19,
615
+ "name": "XyoWitnessReportProgress",
616
+ "kind": 256,
617
+ "kindString": "Interface",
618
+ "flags": {},
619
+ "children": [
620
+ {
621
+ "id": 22,
622
+ "name": "status",
623
+ "kind": 1024,
624
+ "kindString": "Property",
625
+ "flags": {},
626
+ "sources": [
627
+ {
628
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
629
+ "line": 16,
630
+ "character": 2,
631
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L16"
632
+ }
633
+ ],
634
+ "type": {
635
+ "type": "reference",
636
+ "id": 13,
637
+ "name": "XyoReportStatus"
638
+ }
639
+ },
640
+ {
641
+ "id": 20,
642
+ "name": "witness",
643
+ "kind": 1024,
644
+ "kindString": "Property",
645
+ "flags": {},
646
+ "sources": [
647
+ {
648
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
649
+ "line": 15,
650
+ "character": 2,
651
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L15"
652
+ }
653
+ ],
654
+ "type": {
655
+ "type": "reference",
656
+ "typeArguments": [
657
+ {
658
+ "type": "reflection",
659
+ "declaration": {
660
+ "id": 21,
661
+ "name": "__type",
662
+ "kind": 65536,
663
+ "kindString": "Type literal",
664
+ "flags": {},
665
+ "sources": [
666
+ {
667
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
668
+ "line": 5,
669
+ "character": 70
670
+ }
671
+ ]
672
+ }
673
+ }
674
+ ],
675
+ "name": "XyoWitness",
676
+ "qualifiedName": "XyoWitness",
677
+ "package": "@xyo-network/witness"
678
+ }
679
+ }
680
+ ],
681
+ "groups": [
682
+ {
683
+ "title": "Properties",
684
+ "children": [
685
+ 22,
686
+ 20
687
+ ]
688
+ }
689
+ ],
690
+ "sources": [
691
+ {
692
+ "fileName": "packages/sdk/panel/src/contexts/State.ts",
693
+ "line": 14,
694
+ "character": 17,
695
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/State.ts#L14"
696
+ }
697
+ ]
698
+ },
699
+ {
700
+ "id": 1,
701
+ "name": "XyoPanelContext",
702
+ "kind": 32,
703
+ "kindString": "Variable",
704
+ "flags": {
705
+ "isConst": true
706
+ },
707
+ "sources": [
708
+ {
709
+ "fileName": "packages/sdk/panel/src/contexts/Context.ts",
710
+ "line": 5,
711
+ "character": 13,
712
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Context.ts#L5"
713
+ }
714
+ ],
715
+ "type": {
716
+ "type": "reference",
717
+ "typeArguments": [
718
+ {
719
+ "type": "intersection",
720
+ "types": [
721
+ {
722
+ "type": "reference",
723
+ "id": 29,
724
+ "name": "XyoPanelContextState"
725
+ },
726
+ {
727
+ "type": "reference",
728
+ "name": "ContextExState"
729
+ }
730
+ ]
731
+ }
732
+ ],
733
+ "name": "Context",
734
+ "qualifiedName": "React.Context",
735
+ "package": "@types/react"
736
+ },
737
+ "defaultValue": "..."
738
+ },
739
+ {
740
+ "id": 9,
741
+ "name": "XyoPanelProvider",
742
+ "kind": 64,
743
+ "kindString": "Function",
744
+ "flags": {},
745
+ "sources": [
746
+ {
747
+ "fileName": "packages/sdk/panel/src/contexts/Provider.tsx",
748
+ "line": 36,
749
+ "character": 13,
750
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/Provider.tsx#L36"
751
+ }
752
+ ],
753
+ "signatures": [
754
+ {
755
+ "id": 10,
756
+ "name": "XyoPanelProvider",
757
+ "kind": 4096,
758
+ "kindString": "Call signature",
759
+ "flags": {},
760
+ "parameters": [
761
+ {
762
+ "id": 11,
763
+ "name": "props",
764
+ "kind": 32768,
765
+ "kindString": "Parameter",
766
+ "flags": {},
767
+ "type": {
768
+ "type": "reference",
769
+ "typeArguments": [
770
+ {
771
+ "type": "reference",
772
+ "id": 2,
773
+ "name": "XyoPanelProviderProps"
774
+ }
775
+ ],
776
+ "name": "WithChildren",
777
+ "qualifiedName": "WithChildren",
778
+ "package": "@xylabs/react-shared"
779
+ }
780
+ },
781
+ {
782
+ "id": 12,
783
+ "name": "context",
784
+ "kind": 32768,
785
+ "kindString": "Parameter",
786
+ "flags": {
787
+ "isOptional": true
788
+ },
789
+ "type": {
790
+ "type": "intrinsic",
791
+ "name": "any"
792
+ }
793
+ }
794
+ ],
795
+ "type": {
796
+ "type": "union",
797
+ "types": [
798
+ {
799
+ "type": "literal",
800
+ "value": null
801
+ },
802
+ {
803
+ "type": "reference",
804
+ "typeArguments": [
805
+ {
806
+ "type": "intrinsic",
807
+ "name": "any"
808
+ },
809
+ {
810
+ "type": "intrinsic",
811
+ "name": "any"
812
+ }
813
+ ],
814
+ "name": "ReactElement",
815
+ "qualifiedName": "React.ReactElement",
816
+ "package": "@types/react"
817
+ }
818
+ ]
819
+ }
820
+ }
821
+ ]
822
+ },
823
+ {
824
+ "id": 35,
825
+ "name": "useXyoPanel",
826
+ "kind": 64,
827
+ "kindString": "Function",
828
+ "flags": {},
829
+ "sources": [
830
+ {
831
+ "fileName": "packages/sdk/panel/src/contexts/use.ts",
832
+ "line": 5,
833
+ "character": 13,
834
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/use.ts#L5"
835
+ }
836
+ ],
837
+ "signatures": [
838
+ {
839
+ "id": 36,
840
+ "name": "useXyoPanel",
841
+ "kind": 4096,
842
+ "kindString": "Call signature",
843
+ "flags": {},
844
+ "type": {
845
+ "type": "reflection",
846
+ "declaration": {
847
+ "id": 37,
848
+ "name": "__type",
849
+ "kind": 65536,
850
+ "kindString": "Type literal",
851
+ "flags": {},
852
+ "children": [
853
+ {
854
+ "id": 38,
855
+ "name": "history",
856
+ "kind": 1024,
857
+ "kindString": "Property",
858
+ "flags": {},
859
+ "sources": [
860
+ {
861
+ "fileName": "packages/sdk/panel/src/contexts/use.ts",
862
+ "line": 7,
863
+ "character": 11,
864
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/use.ts#L7"
865
+ }
866
+ ],
867
+ "type": {
868
+ "type": "union",
869
+ "types": [
870
+ {
871
+ "type": "intrinsic",
872
+ "name": "undefined"
873
+ },
874
+ {
875
+ "type": "array",
876
+ "elementType": {
877
+ "type": "reference",
878
+ "typeArguments": [
879
+ {
880
+ "type": "reference",
881
+ "name": "EmptyObject",
882
+ "qualifiedName": "EmptyObject",
883
+ "package": "@xyo-network/core"
884
+ }
885
+ ],
886
+ "name": "XyoBoundWitness",
887
+ "qualifiedName": "XyoBoundWitness",
888
+ "package": "@xyo-network/boundwitness"
889
+ }
890
+ }
891
+ ]
892
+ }
893
+ },
894
+ {
895
+ "id": 39,
896
+ "name": "panel",
897
+ "kind": 1024,
898
+ "kindString": "Property",
899
+ "flags": {},
900
+ "sources": [
901
+ {
902
+ "fileName": "packages/sdk/panel/src/contexts/use.ts",
903
+ "line": 7,
904
+ "character": 20,
905
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/use.ts#L7"
906
+ }
907
+ ],
908
+ "type": {
909
+ "type": "union",
910
+ "types": [
911
+ {
912
+ "type": "intrinsic",
913
+ "name": "undefined"
914
+ },
915
+ {
916
+ "type": "reference",
917
+ "name": "XyoPanel",
918
+ "qualifiedName": "XyoPanel",
919
+ "package": "@xyo-network/panel"
920
+ }
921
+ ]
922
+ }
923
+ },
924
+ {
925
+ "id": 40,
926
+ "name": "progress",
927
+ "kind": 1024,
928
+ "kindString": "Property",
929
+ "flags": {},
930
+ "sources": [
931
+ {
932
+ "fileName": "packages/sdk/panel/src/contexts/use.ts",
933
+ "line": 7,
934
+ "character": 27,
935
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/use.ts#L7"
936
+ }
937
+ ],
938
+ "type": {
939
+ "type": "union",
940
+ "types": [
941
+ {
942
+ "type": "intrinsic",
943
+ "name": "undefined"
944
+ },
945
+ {
946
+ "type": "reference",
947
+ "id": 26,
948
+ "name": "XyoPanelReportProgress"
949
+ }
950
+ ]
951
+ }
952
+ },
953
+ {
954
+ "id": 41,
955
+ "name": "reportingErrors",
956
+ "kind": 1024,
957
+ "kindString": "Property",
958
+ "flags": {},
959
+ "sources": [
960
+ {
961
+ "fileName": "packages/sdk/panel/src/contexts/use.ts",
962
+ "line": 7,
963
+ "character": 37,
964
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/use.ts#L7"
965
+ }
966
+ ],
967
+ "type": {
968
+ "type": "union",
969
+ "types": [
970
+ {
971
+ "type": "intrinsic",
972
+ "name": "undefined"
973
+ },
974
+ {
975
+ "type": "array",
976
+ "elementType": {
977
+ "type": "reference",
978
+ "name": "Error",
979
+ "qualifiedName": "Error",
980
+ "package": "typescript"
981
+ }
982
+ }
983
+ ]
984
+ }
985
+ },
986
+ {
987
+ "id": 42,
988
+ "name": "status",
989
+ "kind": 1024,
990
+ "kindString": "Property",
991
+ "flags": {},
992
+ "sources": [
993
+ {
994
+ "fileName": "packages/sdk/panel/src/contexts/use.ts",
995
+ "line": 7,
996
+ "character": 54,
997
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/use.ts#L7"
998
+ }
999
+ ],
1000
+ "type": {
1001
+ "type": "union",
1002
+ "types": [
1003
+ {
1004
+ "type": "intrinsic",
1005
+ "name": "undefined"
1006
+ },
1007
+ {
1008
+ "type": "reference",
1009
+ "id": 13,
1010
+ "name": "XyoReportStatus"
1011
+ }
1012
+ ]
1013
+ }
1014
+ }
1015
+ ],
1016
+ "groups": [
1017
+ {
1018
+ "title": "Properties",
1019
+ "children": [
1020
+ 38,
1021
+ 39,
1022
+ 40,
1023
+ 41,
1024
+ 42
1025
+ ]
1026
+ }
1027
+ ],
1028
+ "sources": [
1029
+ {
1030
+ "fileName": "packages/sdk/panel/src/contexts/use.ts",
1031
+ "line": 7,
1032
+ "character": 9,
1033
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/contexts/use.ts#L7"
1034
+ }
1035
+ ]
1036
+ }
1037
+ }
1038
+ }
1039
+ ]
1040
+ }
1041
+ ],
1042
+ "groups": [
1043
+ {
1044
+ "title": "Enumerations",
1045
+ "children": [
1046
+ 13
1047
+ ]
1048
+ },
1049
+ {
1050
+ "title": "Interfaces",
1051
+ "children": [
1052
+ 23,
1053
+ 29,
1054
+ 2,
1055
+ 26,
1056
+ 19
1057
+ ]
1058
+ },
1059
+ {
1060
+ "title": "Variables",
1061
+ "children": [
1062
+ 1
1063
+ ]
1064
+ },
1065
+ {
1066
+ "title": "Functions",
1067
+ "children": [
1068
+ 9,
1069
+ 35
1070
+ ]
1071
+ }
1072
+ ],
8
1073
  "sources": [
9
1074
  {
10
- "fileName": "index.ts",
1075
+ "fileName": "packages/sdk/panel/src/index.ts",
11
1076
  "line": 1,
12
1077
  "character": 0,
13
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d23910/packages/panel/src/index.ts#L1"
1078
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/panel/src/index.ts#L1"
14
1079
  }
15
1080
  ]
16
1081
  }
@@ -2,7 +2,7 @@
2
2
  import { WithChildren } from '@xylabs/react-shared';
3
3
  import { XyoArchivistApi } from '@xyo-network/api';
4
4
  import { XyoPayload } from '@xyo-network/payload';
5
- import { XyoWitness } from '@xyo-network/witnesses';
5
+ import { XyoWitness } from '@xyo-network/witness';
6
6
  export interface XyoPanelProviderProps {
7
7
  archivists?: XyoArchivistApi[];
8
8
  inlinePayloads?: boolean;
@@ -1,7 +1,7 @@
1
1
  import { XyoArchivistApi } from '@xyo-network/api';
2
2
  import { XyoBoundWitness } from '@xyo-network/boundwitness';
3
3
  import { XyoPanel } from '@xyo-network/panel';
4
- import { XyoWitness } from '@xyo-network/witnesses';
4
+ import { XyoWitness } from '@xyo-network/witness';
5
5
  export declare enum XyoReportStatus {
6
6
  Idle = "idle",
7
7
  Queued = "queued",
package/package.json CHANGED
@@ -12,22 +12,21 @@
12
12
  "dependencies": {
13
13
  "@xylabs/react-shared": "^2.14.10",
14
14
  "@xylabs/sdk-js": "^2.6.2",
15
- "@xyo-network/api": "^2.22.18",
16
- "@xyo-network/boundwitness": "^2.22.18",
17
- "@xyo-network/panel": "^2.22.18",
18
- "@xyo-network/payload": "^2.22.18",
19
- "@xyo-network/react-archive": "^2.26.43",
20
- "@xyo-network/react-shared": "^2.26.43",
21
- "@xyo-network/react-wallet": "^2.26.43",
22
- "@xyo-network/systeminfo-witness": "^2.22.18",
23
- "@xyo-network/witnesses": "^2.22.18",
24
- "react": "^18.2.0",
25
- "tslib": "^2.4.0"
15
+ "@xyo-network/api": "^2.22.20",
16
+ "@xyo-network/boundwitness": "^2.22.20",
17
+ "@xyo-network/panel": "^2.22.20",
18
+ "@xyo-network/payload": "^2.22.20",
19
+ "@xyo-network/react-archive": "^2.26.46",
20
+ "@xyo-network/react-shared": "^2.26.46",
21
+ "@xyo-network/react-wallet": "^2.26.46",
22
+ "@xyo-network/systeminfo-witness": "^2.22.20",
23
+ "@xyo-network/witness": "^2.22.20",
24
+ "react": "^18.2.0"
26
25
  },
27
26
  "description": "Common React library for all XYO projects that use React",
28
27
  "devDependencies": {
29
28
  "@xylabs/sdk-js": "^2.6.2",
30
- "@xylabs/tsconfig-dom": "^2.5.3"
29
+ "@xylabs/tsconfig-dom": "^2.5.6"
31
30
  },
32
31
  "browser": "dist/esm/index.js",
33
32
  "docs": "dist/docs.json",
@@ -78,5 +77,5 @@
78
77
  },
79
78
  "sideEffects": false,
80
79
  "types": "dist/esm/index.d.ts",
81
- "version": "2.26.43"
80
+ "version": "2.26.46"
82
81
  }
@@ -7,7 +7,7 @@ import { XyoPayload } from '@xyo-network/payload'
7
7
  import { useArchive } from '@xyo-network/react-archive'
8
8
  import { useAccount } from '@xyo-network/react-wallet'
9
9
  import { XyoSystemInfoWitness } from '@xyo-network/systeminfo-witness'
10
- import { XyoWitness } from '@xyo-network/witnesses'
10
+ import { XyoWitness } from '@xyo-network/witness'
11
11
  import { useEffect, useState } from 'react'
12
12
 
13
13
  import { XyoPanelContext } from './Context'
@@ -1,7 +1,7 @@
1
1
  import { XyoArchivistApi } from '@xyo-network/api'
2
2
  import { XyoBoundWitness } from '@xyo-network/boundwitness'
3
3
  import { XyoPanel } from '@xyo-network/panel'
4
- import { XyoWitness } from '@xyo-network/witnesses'
4
+ import { XyoWitness } from '@xyo-network/witness'
5
5
 
6
6
  export enum XyoReportStatus {
7
7
  Idle = 'idle',