@xyo-network/react-panel 2.25.12 → 2.25.15

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 (2) hide show
  1. package/dist/docs.json +943 -0
  2. package/package.json +12 -5
package/dist/docs.json ADDED
@@ -0,0 +1,943 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-panel",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 9,
11
+ "name": "XyoReportStatus",
12
+ "kind": 8,
13
+ "kindString": "Enumeration",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 14,
18
+ "name": "Failed",
19
+ "kind": 16,
20
+ "kindString": "Enumeration member",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "contexts/State.ts",
25
+ "line": 10,
26
+ "character": 2
27
+ }
28
+ ],
29
+ "defaultValue": "\"failed\""
30
+ },
31
+ {
32
+ "id": 10,
33
+ "name": "Idle",
34
+ "kind": 16,
35
+ "kindString": "Enumeration member",
36
+ "flags": {},
37
+ "sources": [
38
+ {
39
+ "fileName": "contexts/State.ts",
40
+ "line": 6,
41
+ "character": 2
42
+ }
43
+ ],
44
+ "defaultValue": "\"idle\""
45
+ },
46
+ {
47
+ "id": 11,
48
+ "name": "Queued",
49
+ "kind": 16,
50
+ "kindString": "Enumeration member",
51
+ "flags": {},
52
+ "sources": [
53
+ {
54
+ "fileName": "contexts/State.ts",
55
+ "line": 7,
56
+ "character": 2
57
+ }
58
+ ],
59
+ "defaultValue": "\"queued\""
60
+ },
61
+ {
62
+ "id": 12,
63
+ "name": "Started",
64
+ "kind": 16,
65
+ "kindString": "Enumeration member",
66
+ "flags": {},
67
+ "sources": [
68
+ {
69
+ "fileName": "contexts/State.ts",
70
+ "line": 8,
71
+ "character": 2
72
+ }
73
+ ],
74
+ "defaultValue": "\"started\""
75
+ },
76
+ {
77
+ "id": 13,
78
+ "name": "Succeeded",
79
+ "kind": 16,
80
+ "kindString": "Enumeration member",
81
+ "flags": {},
82
+ "sources": [
83
+ {
84
+ "fileName": "contexts/State.ts",
85
+ "line": 9,
86
+ "character": 2
87
+ }
88
+ ],
89
+ "defaultValue": "\"succeeded\""
90
+ }
91
+ ],
92
+ "groups": [
93
+ {
94
+ "title": "Enumeration members",
95
+ "kind": 16,
96
+ "children": [
97
+ 14,
98
+ 10,
99
+ 11,
100
+ 12,
101
+ 13
102
+ ]
103
+ }
104
+ ],
105
+ "sources": [
106
+ {
107
+ "fileName": "contexts/State.ts",
108
+ "line": 5,
109
+ "character": 12
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "id": 18,
115
+ "name": "XyoArchivistApiReportProgress",
116
+ "kind": 256,
117
+ "kindString": "Interface",
118
+ "flags": {},
119
+ "children": [
120
+ {
121
+ "id": 19,
122
+ "name": "archivist",
123
+ "kind": 1024,
124
+ "kindString": "Property",
125
+ "flags": {},
126
+ "sources": [
127
+ {
128
+ "fileName": "contexts/State.ts",
129
+ "line": 19,
130
+ "character": 2
131
+ }
132
+ ],
133
+ "type": {
134
+ "type": "reference",
135
+ "qualifiedName": "XyoArchivistApi",
136
+ "package": "@xyo-network/api",
137
+ "name": "XyoArchivistApi"
138
+ }
139
+ },
140
+ {
141
+ "id": 20,
142
+ "name": "status",
143
+ "kind": 1024,
144
+ "kindString": "Property",
145
+ "flags": {},
146
+ "sources": [
147
+ {
148
+ "fileName": "contexts/State.ts",
149
+ "line": 20,
150
+ "character": 2
151
+ }
152
+ ],
153
+ "type": {
154
+ "type": "reference",
155
+ "id": 9,
156
+ "name": "XyoReportStatus"
157
+ }
158
+ }
159
+ ],
160
+ "groups": [
161
+ {
162
+ "title": "Properties",
163
+ "kind": 1024,
164
+ "children": [
165
+ 19,
166
+ 20
167
+ ]
168
+ }
169
+ ],
170
+ "sources": [
171
+ {
172
+ "fileName": "contexts/State.ts",
173
+ "line": 18,
174
+ "character": 17
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ "id": 24,
180
+ "name": "XyoPanelContextState",
181
+ "kind": 256,
182
+ "kindString": "Interface",
183
+ "flags": {},
184
+ "children": [
185
+ {
186
+ "id": 26,
187
+ "name": "history",
188
+ "kind": 1024,
189
+ "kindString": "Property",
190
+ "flags": {
191
+ "isOptional": true
192
+ },
193
+ "sources": [
194
+ {
195
+ "fileName": "contexts/State.ts",
196
+ "line": 30,
197
+ "character": 2
198
+ }
199
+ ],
200
+ "type": {
201
+ "type": "array",
202
+ "elementType": {
203
+ "type": "reference",
204
+ "qualifiedName": "XyoBoundWitness",
205
+ "package": "@xyo-network/core",
206
+ "name": "XyoBoundWitness"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "id": 25,
212
+ "name": "panel",
213
+ "kind": 1024,
214
+ "kindString": "Property",
215
+ "flags": {
216
+ "isOptional": true
217
+ },
218
+ "sources": [
219
+ {
220
+ "fileName": "contexts/State.ts",
221
+ "line": 29,
222
+ "character": 2
223
+ }
224
+ ],
225
+ "type": {
226
+ "type": "reference",
227
+ "qualifiedName": "XyoPanel",
228
+ "package": "@xyo-network/panel",
229
+ "name": "XyoPanel"
230
+ }
231
+ },
232
+ {
233
+ "id": 27,
234
+ "name": "progress",
235
+ "kind": 1024,
236
+ "kindString": "Property",
237
+ "flags": {
238
+ "isOptional": true
239
+ },
240
+ "sources": [
241
+ {
242
+ "fileName": "contexts/State.ts",
243
+ "line": 31,
244
+ "character": 2
245
+ }
246
+ ],
247
+ "type": {
248
+ "type": "reference",
249
+ "id": 21,
250
+ "name": "XyoPanelReportProgress"
251
+ }
252
+ },
253
+ {
254
+ "id": 29,
255
+ "name": "reportingErrors",
256
+ "kind": 1024,
257
+ "kindString": "Property",
258
+ "flags": {
259
+ "isOptional": true
260
+ },
261
+ "sources": [
262
+ {
263
+ "fileName": "contexts/State.ts",
264
+ "line": 33,
265
+ "character": 2
266
+ }
267
+ ],
268
+ "type": {
269
+ "type": "array",
270
+ "elementType": {
271
+ "type": "reference",
272
+ "qualifiedName": "Error",
273
+ "package": "typescript",
274
+ "name": "Error"
275
+ }
276
+ }
277
+ },
278
+ {
279
+ "id": 28,
280
+ "name": "status",
281
+ "kind": 1024,
282
+ "kindString": "Property",
283
+ "flags": {
284
+ "isOptional": true
285
+ },
286
+ "sources": [
287
+ {
288
+ "fileName": "contexts/State.ts",
289
+ "line": 32,
290
+ "character": 2
291
+ }
292
+ ],
293
+ "type": {
294
+ "type": "reference",
295
+ "id": 9,
296
+ "name": "XyoReportStatus"
297
+ }
298
+ }
299
+ ],
300
+ "groups": [
301
+ {
302
+ "title": "Properties",
303
+ "kind": 1024,
304
+ "children": [
305
+ 26,
306
+ 25,
307
+ 27,
308
+ 29,
309
+ 28
310
+ ]
311
+ }
312
+ ],
313
+ "sources": [
314
+ {
315
+ "fileName": "contexts/State.ts",
316
+ "line": 28,
317
+ "character": 17
318
+ }
319
+ ]
320
+ },
321
+ {
322
+ "id": 2,
323
+ "name": "XyoPanelProviderProps",
324
+ "kind": 256,
325
+ "kindString": "Interface",
326
+ "flags": {},
327
+ "children": [
328
+ {
329
+ "id": 7,
330
+ "name": "archive",
331
+ "kind": 1024,
332
+ "kindString": "Property",
333
+ "flags": {
334
+ "isOptional": true
335
+ },
336
+ "sources": [
337
+ {
338
+ "fileName": "contexts/Provider.tsx",
339
+ "line": 19,
340
+ "character": 2
341
+ }
342
+ ],
343
+ "type": {
344
+ "type": "intrinsic",
345
+ "name": "string"
346
+ }
347
+ },
348
+ {
349
+ "id": 3,
350
+ "name": "archivists",
351
+ "kind": 1024,
352
+ "kindString": "Property",
353
+ "flags": {
354
+ "isOptional": true
355
+ },
356
+ "sources": [
357
+ {
358
+ "fileName": "contexts/Provider.tsx",
359
+ "line": 15,
360
+ "character": 2
361
+ }
362
+ ],
363
+ "type": {
364
+ "type": "array",
365
+ "elementType": {
366
+ "type": "reference",
367
+ "qualifiedName": "XyoArchivistApi",
368
+ "package": "@xyo-network/api",
369
+ "name": "XyoArchivistApi"
370
+ }
371
+ }
372
+ },
373
+ {
374
+ "id": 4,
375
+ "name": "inlinePayloads",
376
+ "kind": 1024,
377
+ "kindString": "Property",
378
+ "flags": {
379
+ "isOptional": true
380
+ },
381
+ "sources": [
382
+ {
383
+ "fileName": "contexts/Provider.tsx",
384
+ "line": 16,
385
+ "character": 2
386
+ }
387
+ ],
388
+ "type": {
389
+ "type": "intrinsic",
390
+ "name": "boolean"
391
+ }
392
+ },
393
+ {
394
+ "id": 6,
395
+ "name": "required",
396
+ "kind": 1024,
397
+ "kindString": "Property",
398
+ "flags": {
399
+ "isOptional": true
400
+ },
401
+ "sources": [
402
+ {
403
+ "fileName": "contexts/Provider.tsx",
404
+ "line": 18,
405
+ "character": 2
406
+ }
407
+ ],
408
+ "type": {
409
+ "type": "intrinsic",
410
+ "name": "boolean"
411
+ }
412
+ },
413
+ {
414
+ "id": 5,
415
+ "name": "witnesses",
416
+ "kind": 1024,
417
+ "kindString": "Property",
418
+ "flags": {
419
+ "isOptional": true
420
+ },
421
+ "sources": [
422
+ {
423
+ "fileName": "contexts/Provider.tsx",
424
+ "line": 17,
425
+ "character": 2
426
+ }
427
+ ],
428
+ "type": {
429
+ "type": "array",
430
+ "elementType": {
431
+ "type": "reference",
432
+ "typeArguments": [
433
+ {
434
+ "type": "reference",
435
+ "qualifiedName": "XyoPayloadFull",
436
+ "package": "@xyo-network/core",
437
+ "name": "XyoPayloadFull"
438
+ },
439
+ {
440
+ "type": "reference",
441
+ "typeArguments": [
442
+ {
443
+ "type": "reference",
444
+ "qualifiedName": "XyoPayloadFull",
445
+ "package": "@xyo-network/core",
446
+ "name": "XyoPayloadFull"
447
+ }
448
+ ],
449
+ "qualifiedName": "XyoWitnessConfig",
450
+ "package": "@xyo-network/core",
451
+ "name": "XyoWitnessConfig"
452
+ }
453
+ ],
454
+ "qualifiedName": "XyoWitness",
455
+ "package": "@xyo-network/core",
456
+ "name": "XyoWitness"
457
+ }
458
+ }
459
+ }
460
+ ],
461
+ "groups": [
462
+ {
463
+ "title": "Properties",
464
+ "kind": 1024,
465
+ "children": [
466
+ 7,
467
+ 3,
468
+ 4,
469
+ 6,
470
+ 5
471
+ ]
472
+ }
473
+ ],
474
+ "sources": [
475
+ {
476
+ "fileName": "contexts/Provider.tsx",
477
+ "line": 14,
478
+ "character": 17
479
+ }
480
+ ]
481
+ },
482
+ {
483
+ "id": 21,
484
+ "name": "XyoPanelReportProgress",
485
+ "kind": 256,
486
+ "kindString": "Interface",
487
+ "flags": {},
488
+ "children": [
489
+ {
490
+ "id": 23,
491
+ "name": "archivists",
492
+ "kind": 1024,
493
+ "kindString": "Property",
494
+ "flags": {
495
+ "isOptional": true
496
+ },
497
+ "sources": [
498
+ {
499
+ "fileName": "contexts/State.ts",
500
+ "line": 25,
501
+ "character": 2
502
+ }
503
+ ],
504
+ "type": {
505
+ "type": "reference",
506
+ "typeArguments": [
507
+ {
508
+ "type": "intrinsic",
509
+ "name": "string"
510
+ },
511
+ {
512
+ "type": "reference",
513
+ "id": 18,
514
+ "name": "XyoArchivistApiReportProgress"
515
+ }
516
+ ],
517
+ "qualifiedName": "Record",
518
+ "package": "typescript",
519
+ "name": "Record"
520
+ }
521
+ },
522
+ {
523
+ "id": 22,
524
+ "name": "witnesses",
525
+ "kind": 1024,
526
+ "kindString": "Property",
527
+ "flags": {
528
+ "isOptional": true
529
+ },
530
+ "sources": [
531
+ {
532
+ "fileName": "contexts/State.ts",
533
+ "line": 24,
534
+ "character": 2
535
+ }
536
+ ],
537
+ "type": {
538
+ "type": "reference",
539
+ "typeArguments": [
540
+ {
541
+ "type": "intrinsic",
542
+ "name": "string"
543
+ },
544
+ {
545
+ "type": "reference",
546
+ "id": 15,
547
+ "name": "XyoWitnessReportProgress"
548
+ }
549
+ ],
550
+ "qualifiedName": "Record",
551
+ "package": "typescript",
552
+ "name": "Record"
553
+ }
554
+ }
555
+ ],
556
+ "groups": [
557
+ {
558
+ "title": "Properties",
559
+ "kind": 1024,
560
+ "children": [
561
+ 23,
562
+ 22
563
+ ]
564
+ }
565
+ ],
566
+ "sources": [
567
+ {
568
+ "fileName": "contexts/State.ts",
569
+ "line": 23,
570
+ "character": 17
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "id": 15,
576
+ "name": "XyoWitnessReportProgress",
577
+ "kind": 256,
578
+ "kindString": "Interface",
579
+ "flags": {},
580
+ "children": [
581
+ {
582
+ "id": 17,
583
+ "name": "status",
584
+ "kind": 1024,
585
+ "kindString": "Property",
586
+ "flags": {},
587
+ "sources": [
588
+ {
589
+ "fileName": "contexts/State.ts",
590
+ "line": 15,
591
+ "character": 2
592
+ }
593
+ ],
594
+ "type": {
595
+ "type": "reference",
596
+ "id": 9,
597
+ "name": "XyoReportStatus"
598
+ }
599
+ },
600
+ {
601
+ "id": 16,
602
+ "name": "witness",
603
+ "kind": 1024,
604
+ "kindString": "Property",
605
+ "flags": {},
606
+ "sources": [
607
+ {
608
+ "fileName": "contexts/State.ts",
609
+ "line": 14,
610
+ "character": 2
611
+ }
612
+ ],
613
+ "type": {
614
+ "type": "reference",
615
+ "typeArguments": [
616
+ {
617
+ "type": "reference",
618
+ "qualifiedName": "XyoPayloadFull",
619
+ "package": "@xyo-network/core",
620
+ "name": "XyoPayloadFull"
621
+ },
622
+ {
623
+ "type": "reference",
624
+ "typeArguments": [
625
+ {
626
+ "type": "reference",
627
+ "qualifiedName": "XyoPayloadFull",
628
+ "package": "@xyo-network/core",
629
+ "name": "XyoPayloadFull"
630
+ }
631
+ ],
632
+ "qualifiedName": "XyoWitnessConfig",
633
+ "package": "@xyo-network/core",
634
+ "name": "XyoWitnessConfig"
635
+ }
636
+ ],
637
+ "qualifiedName": "XyoWitness",
638
+ "package": "@xyo-network/core",
639
+ "name": "XyoWitness"
640
+ }
641
+ }
642
+ ],
643
+ "groups": [
644
+ {
645
+ "title": "Properties",
646
+ "kind": 1024,
647
+ "children": [
648
+ 17,
649
+ 16
650
+ ]
651
+ }
652
+ ],
653
+ "sources": [
654
+ {
655
+ "fileName": "contexts/State.ts",
656
+ "line": 13,
657
+ "character": 17
658
+ }
659
+ ]
660
+ },
661
+ {
662
+ "id": 1,
663
+ "name": "XyoPanelContext",
664
+ "kind": 32,
665
+ "kindString": "Variable",
666
+ "flags": {
667
+ "isConst": true
668
+ },
669
+ "sources": [
670
+ {
671
+ "fileName": "contexts/Context.ts",
672
+ "line": 5,
673
+ "character": 13
674
+ }
675
+ ],
676
+ "type": {
677
+ "type": "reference",
678
+ "typeArguments": [
679
+ {
680
+ "type": "intersection",
681
+ "types": [
682
+ {
683
+ "type": "reference",
684
+ "id": 24,
685
+ "name": "XyoPanelContextState"
686
+ },
687
+ {
688
+ "type": "reference",
689
+ "name": "ContextExState"
690
+ }
691
+ ]
692
+ }
693
+ ],
694
+ "qualifiedName": "React.Context",
695
+ "package": "@types/react",
696
+ "name": "Context"
697
+ },
698
+ "defaultValue": "..."
699
+ },
700
+ {
701
+ "id": 8,
702
+ "name": "XyoPanelProvider",
703
+ "kind": 32,
704
+ "kindString": "Variable",
705
+ "flags": {
706
+ "isConst": true
707
+ },
708
+ "sources": [
709
+ {
710
+ "fileName": "contexts/Provider.tsx",
711
+ "line": 34,
712
+ "character": 13
713
+ }
714
+ ],
715
+ "type": {
716
+ "type": "reference",
717
+ "typeArguments": [
718
+ {
719
+ "type": "reference",
720
+ "typeArguments": [
721
+ {
722
+ "type": "reference",
723
+ "id": 2,
724
+ "name": "XyoPanelProviderProps"
725
+ }
726
+ ],
727
+ "qualifiedName": "WithChildren",
728
+ "package": "@xylabs/sdk-react",
729
+ "name": "WithChildren"
730
+ }
731
+ ],
732
+ "qualifiedName": "React.FC",
733
+ "package": "@types/react",
734
+ "name": "React.FC"
735
+ },
736
+ "defaultValue": "..."
737
+ },
738
+ {
739
+ "id": 30,
740
+ "name": "useXyoPanel",
741
+ "kind": 64,
742
+ "kindString": "Function",
743
+ "flags": {},
744
+ "sources": [
745
+ {
746
+ "fileName": "contexts/use.ts",
747
+ "line": 5,
748
+ "character": 13
749
+ }
750
+ ],
751
+ "signatures": [
752
+ {
753
+ "id": 31,
754
+ "name": "useXyoPanel",
755
+ "kind": 4096,
756
+ "kindString": "Call signature",
757
+ "flags": {},
758
+ "type": {
759
+ "type": "reflection",
760
+ "declaration": {
761
+ "id": 32,
762
+ "name": "__type",
763
+ "kind": 65536,
764
+ "kindString": "Type literal",
765
+ "flags": {},
766
+ "children": [
767
+ {
768
+ "id": 33,
769
+ "name": "history",
770
+ "kind": 1024,
771
+ "kindString": "Property",
772
+ "flags": {},
773
+ "type": {
774
+ "type": "union",
775
+ "types": [
776
+ {
777
+ "type": "intrinsic",
778
+ "name": "undefined"
779
+ },
780
+ {
781
+ "type": "array",
782
+ "elementType": {
783
+ "type": "reference",
784
+ "qualifiedName": "XyoBoundWitness",
785
+ "package": "@xyo-network/core",
786
+ "name": "XyoBoundWitness"
787
+ }
788
+ }
789
+ ]
790
+ }
791
+ },
792
+ {
793
+ "id": 34,
794
+ "name": "panel",
795
+ "kind": 1024,
796
+ "kindString": "Property",
797
+ "flags": {},
798
+ "type": {
799
+ "type": "union",
800
+ "types": [
801
+ {
802
+ "type": "intrinsic",
803
+ "name": "undefined"
804
+ },
805
+ {
806
+ "type": "reference",
807
+ "qualifiedName": "XyoPanel",
808
+ "package": "@xyo-network/panel",
809
+ "name": "XyoPanel"
810
+ }
811
+ ]
812
+ }
813
+ },
814
+ {
815
+ "id": 35,
816
+ "name": "progress",
817
+ "kind": 1024,
818
+ "kindString": "Property",
819
+ "flags": {},
820
+ "type": {
821
+ "type": "union",
822
+ "types": [
823
+ {
824
+ "type": "intrinsic",
825
+ "name": "undefined"
826
+ },
827
+ {
828
+ "type": "reference",
829
+ "id": 21,
830
+ "name": "XyoPanelReportProgress"
831
+ }
832
+ ]
833
+ }
834
+ },
835
+ {
836
+ "id": 36,
837
+ "name": "reportingErrors",
838
+ "kind": 1024,
839
+ "kindString": "Property",
840
+ "flags": {},
841
+ "type": {
842
+ "type": "union",
843
+ "types": [
844
+ {
845
+ "type": "intrinsic",
846
+ "name": "undefined"
847
+ },
848
+ {
849
+ "type": "array",
850
+ "elementType": {
851
+ "type": "reference",
852
+ "qualifiedName": "Error",
853
+ "package": "typescript",
854
+ "name": "Error"
855
+ }
856
+ }
857
+ ]
858
+ }
859
+ },
860
+ {
861
+ "id": 37,
862
+ "name": "status",
863
+ "kind": 1024,
864
+ "kindString": "Property",
865
+ "flags": {},
866
+ "type": {
867
+ "type": "union",
868
+ "types": [
869
+ {
870
+ "type": "intrinsic",
871
+ "name": "undefined"
872
+ },
873
+ {
874
+ "type": "reference",
875
+ "id": 9,
876
+ "name": "XyoReportStatus"
877
+ }
878
+ ]
879
+ }
880
+ }
881
+ ],
882
+ "groups": [
883
+ {
884
+ "title": "Properties",
885
+ "kind": 1024,
886
+ "children": [
887
+ 33,
888
+ 34,
889
+ 35,
890
+ 36,
891
+ 37
892
+ ]
893
+ }
894
+ ]
895
+ }
896
+ }
897
+ }
898
+ ]
899
+ }
900
+ ],
901
+ "groups": [
902
+ {
903
+ "title": "Enumerations",
904
+ "kind": 8,
905
+ "children": [
906
+ 9
907
+ ]
908
+ },
909
+ {
910
+ "title": "Interfaces",
911
+ "kind": 256,
912
+ "children": [
913
+ 18,
914
+ 24,
915
+ 2,
916
+ 21,
917
+ 15
918
+ ]
919
+ },
920
+ {
921
+ "title": "Variables",
922
+ "kind": 32,
923
+ "children": [
924
+ 1,
925
+ 8
926
+ ]
927
+ },
928
+ {
929
+ "title": "Functions",
930
+ "kind": 64,
931
+ "children": [
932
+ 30
933
+ ]
934
+ }
935
+ ],
936
+ "sources": [
937
+ {
938
+ "fileName": "index.ts",
939
+ "line": 1,
940
+ "character": 0
941
+ }
942
+ ]
943
+ }
package/package.json CHANGED
@@ -18,10 +18,10 @@
18
18
  "@xyo-network/api": "^2.20.33",
19
19
  "@xyo-network/core": "^2.20.33",
20
20
  "@xyo-network/panel": "^2.20.33",
21
- "@xyo-network/react-archive": "^2.25.12",
22
- "@xyo-network/react-shared": "^2.25.12",
23
- "@xyo-network/react-theme": "^2.25.12",
24
- "@xyo-network/react-wallet": "^2.25.12",
21
+ "@xyo-network/react-archive": "^2.25.15",
22
+ "@xyo-network/react-shared": "^2.25.15",
23
+ "@xyo-network/react-theme": "^2.25.15",
24
+ "@xyo-network/react-wallet": "^2.25.15",
25
25
  "@xyo-network/systeminfo-witness": "^2.20.33",
26
26
  "lodash": "^4.17.21",
27
27
  "react": "^18.1.0",
@@ -102,10 +102,17 @@
102
102
  },
103
103
  "scripts": {
104
104
  "lint-pkg": "npmPkgJsonLint .",
105
+ "gen:docs:package": "typedoc src/index.ts --json dist/docs.json",
106
+ "clean:package": "rimraf -q ./dist && rimraf -q ./build",
107
+ "fix:package": "yarn fix",
108
+ "lint:package": "yarn lint",
109
+ "deps:package": "depcheck $INIT_CWD",
110
+ "updo3:package": "yarn updo3",
111
+ "build:package": "yarn clean:package && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs:package",
105
112
  "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
106
113
  },
107
114
  "sideEffects": false,
108
115
  "types": "dist/esm/index.d.ts",
109
- "version": "2.25.12",
116
+ "version": "2.25.15",
110
117
  "packageManager": "yarn@3.1.1"
111
118
  }