@xyo-network/react-ethereum-gas-price-blocknative-plugin 2.59.0-rc.3 → 2.59.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +1460 -0
  2. package/package.json +5 -6
package/dist/docs.json ADDED
@@ -0,0 +1,1460 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-ethereum-gas-price-blocknative-plugin",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 26,
10
+ "name": "default",
11
+ "variant": "reference",
12
+ "kind": 8388608,
13
+ "flags": {},
14
+ "sources": [
15
+ {
16
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/index.ts",
17
+ "line": 7,
18
+ "character": 0,
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/plugins/packages/ethereum-gas/packages/blocknative/src/index.ts#L7"
20
+ }
21
+ ],
22
+ "target": 25
23
+ },
24
+ {
25
+ "id": 25,
26
+ "name": "EthereumGasPriceBlocknativePlugin",
27
+ "variant": "declaration",
28
+ "kind": 32,
29
+ "flags": {
30
+ "isConst": true
31
+ },
32
+ "sources": [
33
+ {
34
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/Plugin.ts",
35
+ "line": 8,
36
+ "character": 13,
37
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/plugins/packages/ethereum-gas/packages/blocknative/src/Plugin.ts#L8"
38
+ }
39
+ ],
40
+ "type": {
41
+ "type": "reference",
42
+ "target": {
43
+ "sourceFileName": "../../../../../sdk/packages/payload/packages/plugin/src/PayloadRenderPlugin.ts",
44
+ "qualifiedName": "PayloadRenderPlugin"
45
+ },
46
+ "name": "PayloadRenderPlugin",
47
+ "package": "@xyo-network/react-payload-plugin"
48
+ },
49
+ "defaultValue": "..."
50
+ },
51
+ {
52
+ "id": 1,
53
+ "name": "BlocknativeGasPriceCard",
54
+ "variant": "declaration",
55
+ "kind": 64,
56
+ "flags": {},
57
+ "sources": [
58
+ {
59
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/Card.tsx",
60
+ "line": 8,
61
+ "character": 13,
62
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/Card.tsx#L8"
63
+ }
64
+ ],
65
+ "signatures": [
66
+ {
67
+ "id": 2,
68
+ "name": "BlocknativeGasPriceCard",
69
+ "variant": "signature",
70
+ "kind": 4096,
71
+ "flags": {},
72
+ "comment": {
73
+ "summary": [
74
+ {
75
+ "kind": "text",
76
+ "text": "**NOTE**: Exotic components are not callable."
77
+ }
78
+ ]
79
+ },
80
+ "sources": [
81
+ {
82
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
83
+ "line": 355,
84
+ "character": 8
85
+ }
86
+ ],
87
+ "parameters": [
88
+ {
89
+ "id": 3,
90
+ "name": "props",
91
+ "variant": "param",
92
+ "kind": 32768,
93
+ "flags": {},
94
+ "type": {
95
+ "type": "intersection",
96
+ "types": [
97
+ {
98
+ "type": "reference",
99
+ "target": {
100
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
101
+ "qualifiedName": "Omit"
102
+ },
103
+ "typeArguments": [
104
+ {
105
+ "type": "intersection",
106
+ "types": [
107
+ {
108
+ "type": "reference",
109
+ "target": {
110
+ "sourceFileName": "../../../../../sdk/packages/payload/packages/plugin/src/PayloadRenderPlugin.ts",
111
+ "qualifiedName": "PayloadRenderProps"
112
+ },
113
+ "typeArguments": [
114
+ {
115
+ "type": "intersection",
116
+ "types": [
117
+ {
118
+ "type": "reference",
119
+ "target": {
120
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
121
+ "qualifiedName": "SchemaFields"
122
+ },
123
+ "name": "SchemaFields",
124
+ "package": "@xyo-network/payload-model"
125
+ },
126
+ {
127
+ "type": "reference",
128
+ "target": {
129
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
130
+ "qualifiedName": "PayloadFields"
131
+ },
132
+ "name": "PayloadFields",
133
+ "package": "@xyo-network/payload-model"
134
+ },
135
+ {
136
+ "type": "reflection",
137
+ "declaration": {
138
+ "id": 4,
139
+ "name": "__type",
140
+ "variant": "declaration",
141
+ "kind": 65536,
142
+ "flags": {},
143
+ "sources": [
144
+ {
145
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
146
+ "line": 18,
147
+ "character": 17
148
+ }
149
+ ]
150
+ }
151
+ }
152
+ ]
153
+ }
154
+ ],
155
+ "name": "PayloadRenderProps",
156
+ "package": "@xyo-network/react-payload-plugin"
157
+ },
158
+ {
159
+ "type": "reference",
160
+ "target": {
161
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
162
+ "qualifiedName": "Omit"
163
+ },
164
+ "typeArguments": [
165
+ {
166
+ "type": "reference",
167
+ "target": {
168
+ "sourceFileName": "../../../../../../node_modules/@mui/material/Paper/Paper.d.ts",
169
+ "qualifiedName": "PaperOwnProps"
170
+ },
171
+ "name": "PaperOwnProps",
172
+ "package": "@mui/material"
173
+ },
174
+ {
175
+ "type": "literal",
176
+ "value": "classes"
177
+ }
178
+ ],
179
+ "name": "Omit",
180
+ "package": "typescript"
181
+ },
182
+ {
183
+ "type": "reflection",
184
+ "declaration": {
185
+ "id": 5,
186
+ "name": "__type",
187
+ "variant": "declaration",
188
+ "kind": 65536,
189
+ "flags": {},
190
+ "sources": [
191
+ {
192
+ "fileName": "node_modules/@mui/material/Card/Card.d.ts",
193
+ "line": 14,
194
+ "character": 49
195
+ }
196
+ ]
197
+ }
198
+ },
199
+ {
200
+ "type": "reference",
201
+ "target": {
202
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
203
+ "qualifiedName": "CommonProps"
204
+ },
205
+ "name": "CommonProps",
206
+ "package": "@mui/material"
207
+ },
208
+ {
209
+ "type": "reference",
210
+ "target": {
211
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
212
+ "qualifiedName": "Omit"
213
+ },
214
+ "typeArguments": [
215
+ {
216
+ "type": "intersection",
217
+ "types": [
218
+ {
219
+ "type": "reference",
220
+ "target": {
221
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
222
+ "qualifiedName": "Omit"
223
+ },
224
+ "typeArguments": [
225
+ {
226
+ "type": "reference",
227
+ "target": {
228
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
229
+ "qualifiedName": "React.DetailedHTMLProps"
230
+ },
231
+ "typeArguments": [
232
+ {
233
+ "type": "reference",
234
+ "target": {
235
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
236
+ "qualifiedName": "React.HTMLAttributes"
237
+ },
238
+ "typeArguments": [
239
+ {
240
+ "type": "reference",
241
+ "target": {
242
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
243
+ "qualifiedName": "HTMLDivElement"
244
+ },
245
+ "name": "HTMLDivElement",
246
+ "package": "typescript"
247
+ }
248
+ ],
249
+ "name": "HTMLAttributes",
250
+ "package": "@types/react",
251
+ "qualifiedName": "React.HTMLAttributes"
252
+ },
253
+ {
254
+ "type": "reference",
255
+ "target": {
256
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
257
+ "qualifiedName": "HTMLDivElement"
258
+ },
259
+ "name": "HTMLDivElement",
260
+ "package": "typescript"
261
+ }
262
+ ],
263
+ "name": "DetailedHTMLProps",
264
+ "package": "@types/react",
265
+ "qualifiedName": "React.DetailedHTMLProps"
266
+ },
267
+ {
268
+ "type": "literal",
269
+ "value": "ref"
270
+ }
271
+ ],
272
+ "name": "Omit",
273
+ "package": "typescript"
274
+ },
275
+ {
276
+ "type": "reflection",
277
+ "declaration": {
278
+ "id": 6,
279
+ "name": "__type",
280
+ "variant": "declaration",
281
+ "kind": 65536,
282
+ "flags": {},
283
+ "sources": [
284
+ {
285
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
286
+ "line": 799,
287
+ "character": 43
288
+ }
289
+ ]
290
+ }
291
+ }
292
+ ]
293
+ },
294
+ {
295
+ "type": "union",
296
+ "types": [
297
+ {
298
+ "type": "typeOperator",
299
+ "operator": "keyof",
300
+ "target": {
301
+ "type": "reference",
302
+ "target": {
303
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
304
+ "qualifiedName": "CommonProps"
305
+ },
306
+ "name": "CommonProps",
307
+ "package": "@mui/material"
308
+ }
309
+ },
310
+ {
311
+ "type": "literal",
312
+ "value": "children"
313
+ },
314
+ {
315
+ "type": "literal",
316
+ "value": "sx"
317
+ },
318
+ {
319
+ "type": "literal",
320
+ "value": "elevation"
321
+ },
322
+ {
323
+ "type": "literal",
324
+ "value": "square"
325
+ },
326
+ {
327
+ "type": "literal",
328
+ "value": "variant"
329
+ },
330
+ {
331
+ "type": "literal",
332
+ "value": "raised"
333
+ }
334
+ ]
335
+ }
336
+ ],
337
+ "name": "Omit",
338
+ "package": "typescript"
339
+ },
340
+ {
341
+ "type": "reflection",
342
+ "declaration": {
343
+ "id": 7,
344
+ "name": "__type",
345
+ "variant": "declaration",
346
+ "kind": 65536,
347
+ "flags": {},
348
+ "sources": [
349
+ {
350
+ "fileName": "node_modules/@mui/material/OverridableComponent.d.ts",
351
+ "line": 37,
352
+ "character": 4
353
+ }
354
+ ]
355
+ }
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "type": "literal",
361
+ "value": "ref"
362
+ }
363
+ ],
364
+ "name": "Omit",
365
+ "package": "typescript"
366
+ },
367
+ {
368
+ "type": "reference",
369
+ "target": {
370
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
371
+ "qualifiedName": "React.RefAttributes"
372
+ },
373
+ "typeArguments": [
374
+ {
375
+ "type": "reference",
376
+ "target": {
377
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
378
+ "qualifiedName": "HTMLDivElement"
379
+ },
380
+ "name": "HTMLDivElement",
381
+ "package": "typescript"
382
+ }
383
+ ],
384
+ "name": "RefAttributes",
385
+ "package": "@types/react",
386
+ "qualifiedName": "React.RefAttributes"
387
+ }
388
+ ]
389
+ }
390
+ }
391
+ ],
392
+ "type": {
393
+ "type": "union",
394
+ "types": [
395
+ {
396
+ "type": "literal",
397
+ "value": null
398
+ },
399
+ {
400
+ "type": "reference",
401
+ "target": {
402
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
403
+ "qualifiedName": "React.ReactElement"
404
+ },
405
+ "typeArguments": [
406
+ {
407
+ "type": "intrinsic",
408
+ "name": "any"
409
+ },
410
+ {
411
+ "type": "union",
412
+ "types": [
413
+ {
414
+ "type": "intrinsic",
415
+ "name": "string"
416
+ },
417
+ {
418
+ "type": "reference",
419
+ "target": {
420
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
421
+ "qualifiedName": "React.JSXElementConstructor"
422
+ },
423
+ "typeArguments": [
424
+ {
425
+ "type": "intrinsic",
426
+ "name": "any"
427
+ }
428
+ ],
429
+ "name": "JSXElementConstructor",
430
+ "package": "@types/react",
431
+ "qualifiedName": "React.JSXElementConstructor"
432
+ }
433
+ ]
434
+ }
435
+ ],
436
+ "name": "ReactElement",
437
+ "package": "@types/react",
438
+ "qualifiedName": "React.ReactElement"
439
+ }
440
+ ]
441
+ }
442
+ }
443
+ ]
444
+ },
445
+ {
446
+ "id": 8,
447
+ "name": "BlocknativeGasPriceCardContent",
448
+ "variant": "declaration",
449
+ "kind": 64,
450
+ "flags": {},
451
+ "sources": [
452
+ {
453
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx",
454
+ "line": 11,
455
+ "character": 13,
456
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx#L11"
457
+ }
458
+ ],
459
+ "signatures": [
460
+ {
461
+ "id": 9,
462
+ "name": "BlocknativeGasPriceCardContent",
463
+ "variant": "signature",
464
+ "kind": 4096,
465
+ "flags": {},
466
+ "comment": {
467
+ "summary": [
468
+ {
469
+ "kind": "text",
470
+ "text": "**NOTE**: Exotic components are not callable."
471
+ }
472
+ ]
473
+ },
474
+ "sources": [
475
+ {
476
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
477
+ "line": 355,
478
+ "character": 8
479
+ }
480
+ ],
481
+ "parameters": [
482
+ {
483
+ "id": 10,
484
+ "name": "props",
485
+ "variant": "param",
486
+ "kind": 32768,
487
+ "flags": {},
488
+ "type": {
489
+ "type": "intersection",
490
+ "types": [
491
+ {
492
+ "type": "reference",
493
+ "target": {
494
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
495
+ "qualifiedName": "Omit"
496
+ },
497
+ "typeArguments": [
498
+ {
499
+ "type": "intersection",
500
+ "types": [
501
+ {
502
+ "type": "reference",
503
+ "target": {
504
+ "sourceFileName": "../../../../../sdk/packages/payload/packages/plugin/src/PayloadRenderPlugin.ts",
505
+ "qualifiedName": "PayloadRenderProps"
506
+ },
507
+ "typeArguments": [
508
+ {
509
+ "type": "intersection",
510
+ "types": [
511
+ {
512
+ "type": "reference",
513
+ "target": {
514
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
515
+ "qualifiedName": "SchemaFields"
516
+ },
517
+ "name": "SchemaFields",
518
+ "package": "@xyo-network/payload-model"
519
+ },
520
+ {
521
+ "type": "reference",
522
+ "target": {
523
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
524
+ "qualifiedName": "PayloadFields"
525
+ },
526
+ "name": "PayloadFields",
527
+ "package": "@xyo-network/payload-model"
528
+ },
529
+ {
530
+ "type": "reflection",
531
+ "declaration": {
532
+ "id": 11,
533
+ "name": "__type",
534
+ "variant": "declaration",
535
+ "kind": 65536,
536
+ "flags": {},
537
+ "sources": [
538
+ {
539
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
540
+ "line": 18,
541
+ "character": 17
542
+ }
543
+ ]
544
+ }
545
+ }
546
+ ]
547
+ }
548
+ ],
549
+ "name": "PayloadRenderProps",
550
+ "package": "@xyo-network/react-payload-plugin"
551
+ },
552
+ {
553
+ "type": "reflection",
554
+ "declaration": {
555
+ "id": 12,
556
+ "name": "__type",
557
+ "variant": "declaration",
558
+ "kind": 65536,
559
+ "flags": {},
560
+ "sources": [
561
+ {
562
+ "fileName": "node_modules/@mui/material/CardContent/CardContent.d.ts",
563
+ "line": 8,
564
+ "character": 13
565
+ }
566
+ ]
567
+ }
568
+ },
569
+ {
570
+ "type": "reference",
571
+ "target": {
572
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
573
+ "qualifiedName": "CommonProps"
574
+ },
575
+ "name": "CommonProps",
576
+ "package": "@mui/material"
577
+ },
578
+ {
579
+ "type": "reference",
580
+ "target": {
581
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
582
+ "qualifiedName": "Omit"
583
+ },
584
+ "typeArguments": [
585
+ {
586
+ "type": "intersection",
587
+ "types": [
588
+ {
589
+ "type": "reference",
590
+ "target": {
591
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
592
+ "qualifiedName": "Omit"
593
+ },
594
+ "typeArguments": [
595
+ {
596
+ "type": "reference",
597
+ "target": {
598
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
599
+ "qualifiedName": "React.DetailedHTMLProps"
600
+ },
601
+ "typeArguments": [
602
+ {
603
+ "type": "reference",
604
+ "target": {
605
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
606
+ "qualifiedName": "React.HTMLAttributes"
607
+ },
608
+ "typeArguments": [
609
+ {
610
+ "type": "reference",
611
+ "target": {
612
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
613
+ "qualifiedName": "HTMLDivElement"
614
+ },
615
+ "name": "HTMLDivElement",
616
+ "package": "typescript"
617
+ }
618
+ ],
619
+ "name": "HTMLAttributes",
620
+ "package": "@types/react",
621
+ "qualifiedName": "React.HTMLAttributes"
622
+ },
623
+ {
624
+ "type": "reference",
625
+ "target": {
626
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
627
+ "qualifiedName": "HTMLDivElement"
628
+ },
629
+ "name": "HTMLDivElement",
630
+ "package": "typescript"
631
+ }
632
+ ],
633
+ "name": "DetailedHTMLProps",
634
+ "package": "@types/react",
635
+ "qualifiedName": "React.DetailedHTMLProps"
636
+ },
637
+ {
638
+ "type": "literal",
639
+ "value": "ref"
640
+ }
641
+ ],
642
+ "name": "Omit",
643
+ "package": "typescript"
644
+ },
645
+ {
646
+ "type": "reflection",
647
+ "declaration": {
648
+ "id": 13,
649
+ "name": "__type",
650
+ "variant": "declaration",
651
+ "kind": 65536,
652
+ "flags": {},
653
+ "sources": [
654
+ {
655
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
656
+ "line": 799,
657
+ "character": 43
658
+ }
659
+ ]
660
+ }
661
+ }
662
+ ]
663
+ },
664
+ {
665
+ "type": "union",
666
+ "types": [
667
+ {
668
+ "type": "typeOperator",
669
+ "operator": "keyof",
670
+ "target": {
671
+ "type": "reference",
672
+ "target": {
673
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
674
+ "qualifiedName": "CommonProps"
675
+ },
676
+ "name": "CommonProps",
677
+ "package": "@mui/material"
678
+ }
679
+ },
680
+ {
681
+ "type": "literal",
682
+ "value": "children"
683
+ },
684
+ {
685
+ "type": "literal",
686
+ "value": "sx"
687
+ }
688
+ ]
689
+ }
690
+ ],
691
+ "name": "Omit",
692
+ "package": "typescript"
693
+ },
694
+ {
695
+ "type": "reflection",
696
+ "declaration": {
697
+ "id": 14,
698
+ "name": "__type",
699
+ "variant": "declaration",
700
+ "kind": 65536,
701
+ "flags": {},
702
+ "sources": [
703
+ {
704
+ "fileName": "node_modules/@mui/material/OverridableComponent.d.ts",
705
+ "line": 37,
706
+ "character": 4
707
+ }
708
+ ]
709
+ }
710
+ }
711
+ ]
712
+ },
713
+ {
714
+ "type": "literal",
715
+ "value": "ref"
716
+ }
717
+ ],
718
+ "name": "Omit",
719
+ "package": "typescript"
720
+ },
721
+ {
722
+ "type": "reference",
723
+ "target": {
724
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
725
+ "qualifiedName": "React.RefAttributes"
726
+ },
727
+ "typeArguments": [
728
+ {
729
+ "type": "reference",
730
+ "target": {
731
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
732
+ "qualifiedName": "HTMLDivElement"
733
+ },
734
+ "name": "HTMLDivElement",
735
+ "package": "typescript"
736
+ }
737
+ ],
738
+ "name": "RefAttributes",
739
+ "package": "@types/react",
740
+ "qualifiedName": "React.RefAttributes"
741
+ }
742
+ ]
743
+ }
744
+ }
745
+ ],
746
+ "type": {
747
+ "type": "union",
748
+ "types": [
749
+ {
750
+ "type": "literal",
751
+ "value": null
752
+ },
753
+ {
754
+ "type": "reference",
755
+ "target": {
756
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
757
+ "qualifiedName": "React.ReactElement"
758
+ },
759
+ "typeArguments": [
760
+ {
761
+ "type": "intrinsic",
762
+ "name": "any"
763
+ },
764
+ {
765
+ "type": "union",
766
+ "types": [
767
+ {
768
+ "type": "intrinsic",
769
+ "name": "string"
770
+ },
771
+ {
772
+ "type": "reference",
773
+ "target": {
774
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
775
+ "qualifiedName": "React.JSXElementConstructor"
776
+ },
777
+ "typeArguments": [
778
+ {
779
+ "type": "intrinsic",
780
+ "name": "any"
781
+ }
782
+ ],
783
+ "name": "JSXElementConstructor",
784
+ "package": "@types/react",
785
+ "qualifiedName": "React.JSXElementConstructor"
786
+ }
787
+ ]
788
+ }
789
+ ],
790
+ "name": "ReactElement",
791
+ "package": "@types/react",
792
+ "qualifiedName": "React.ReactElement"
793
+ }
794
+ ]
795
+ }
796
+ }
797
+ ]
798
+ },
799
+ {
800
+ "id": 15,
801
+ "name": "BlocknativeGasPriceCardHeader",
802
+ "variant": "declaration",
803
+ "kind": 64,
804
+ "flags": {},
805
+ "sources": [
806
+ {
807
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx",
808
+ "line": 10,
809
+ "character": 13,
810
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx#L10"
811
+ }
812
+ ],
813
+ "signatures": [
814
+ {
815
+ "id": 16,
816
+ "name": "BlocknativeGasPriceCardHeader",
817
+ "variant": "signature",
818
+ "kind": 4096,
819
+ "flags": {},
820
+ "comment": {
821
+ "summary": [
822
+ {
823
+ "kind": "text",
824
+ "text": "**NOTE**: Exotic components are not callable."
825
+ }
826
+ ]
827
+ },
828
+ "sources": [
829
+ {
830
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
831
+ "line": 355,
832
+ "character": 8
833
+ }
834
+ ],
835
+ "parameters": [
836
+ {
837
+ "id": 17,
838
+ "name": "props",
839
+ "variant": "param",
840
+ "kind": 32768,
841
+ "flags": {},
842
+ "type": {
843
+ "type": "intersection",
844
+ "types": [
845
+ {
846
+ "type": "reference",
847
+ "target": {
848
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
849
+ "qualifiedName": "Omit"
850
+ },
851
+ "typeArguments": [
852
+ {
853
+ "type": "intersection",
854
+ "types": [
855
+ {
856
+ "type": "reference",
857
+ "target": {
858
+ "sourceFileName": "../../../../../sdk/packages/payload/packages/plugin/src/PayloadRenderPlugin.ts",
859
+ "qualifiedName": "PayloadRenderProps"
860
+ },
861
+ "typeArguments": [
862
+ {
863
+ "type": "intersection",
864
+ "types": [
865
+ {
866
+ "type": "reference",
867
+ "target": {
868
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
869
+ "qualifiedName": "SchemaFields"
870
+ },
871
+ "name": "SchemaFields",
872
+ "package": "@xyo-network/payload-model"
873
+ },
874
+ {
875
+ "type": "reference",
876
+ "target": {
877
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
878
+ "qualifiedName": "PayloadFields"
879
+ },
880
+ "name": "PayloadFields",
881
+ "package": "@xyo-network/payload-model"
882
+ },
883
+ {
884
+ "type": "reflection",
885
+ "declaration": {
886
+ "id": 18,
887
+ "name": "__type",
888
+ "variant": "declaration",
889
+ "kind": 65536,
890
+ "flags": {},
891
+ "sources": [
892
+ {
893
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
894
+ "line": 18,
895
+ "character": 17
896
+ }
897
+ ]
898
+ }
899
+ }
900
+ ]
901
+ }
902
+ ],
903
+ "name": "PayloadRenderProps",
904
+ "package": "@xyo-network/react-payload-plugin"
905
+ },
906
+ {
907
+ "type": "reflection",
908
+ "declaration": {
909
+ "id": 19,
910
+ "name": "__type",
911
+ "variant": "declaration",
912
+ "kind": 65536,
913
+ "flags": {},
914
+ "sources": [
915
+ {
916
+ "fileName": "node_modules/@mui/material/CardHeader/CardHeader.d.ts",
917
+ "line": 14,
918
+ "character": 17
919
+ }
920
+ ]
921
+ }
922
+ },
923
+ {
924
+ "type": "reference",
925
+ "target": {
926
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
927
+ "qualifiedName": "CommonProps"
928
+ },
929
+ "name": "CommonProps",
930
+ "package": "@mui/material"
931
+ },
932
+ {
933
+ "type": "reference",
934
+ "target": {
935
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
936
+ "qualifiedName": "Omit"
937
+ },
938
+ "typeArguments": [
939
+ {
940
+ "type": "intersection",
941
+ "types": [
942
+ {
943
+ "type": "reference",
944
+ "target": {
945
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
946
+ "qualifiedName": "Omit"
947
+ },
948
+ "typeArguments": [
949
+ {
950
+ "type": "reference",
951
+ "target": {
952
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
953
+ "qualifiedName": "React.DetailedHTMLProps"
954
+ },
955
+ "typeArguments": [
956
+ {
957
+ "type": "reference",
958
+ "target": {
959
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
960
+ "qualifiedName": "React.HTMLAttributes"
961
+ },
962
+ "typeArguments": [
963
+ {
964
+ "type": "reference",
965
+ "target": {
966
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
967
+ "qualifiedName": "HTMLDivElement"
968
+ },
969
+ "name": "HTMLDivElement",
970
+ "package": "typescript"
971
+ }
972
+ ],
973
+ "name": "HTMLAttributes",
974
+ "package": "@types/react",
975
+ "qualifiedName": "React.HTMLAttributes"
976
+ },
977
+ {
978
+ "type": "reference",
979
+ "target": {
980
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
981
+ "qualifiedName": "HTMLDivElement"
982
+ },
983
+ "name": "HTMLDivElement",
984
+ "package": "typescript"
985
+ }
986
+ ],
987
+ "name": "DetailedHTMLProps",
988
+ "package": "@types/react",
989
+ "qualifiedName": "React.DetailedHTMLProps"
990
+ },
991
+ {
992
+ "type": "literal",
993
+ "value": "ref"
994
+ }
995
+ ],
996
+ "name": "Omit",
997
+ "package": "typescript"
998
+ },
999
+ {
1000
+ "type": "reflection",
1001
+ "declaration": {
1002
+ "id": 20,
1003
+ "name": "__type",
1004
+ "variant": "declaration",
1005
+ "kind": 65536,
1006
+ "flags": {},
1007
+ "sources": [
1008
+ {
1009
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1010
+ "line": 799,
1011
+ "character": 43
1012
+ }
1013
+ ]
1014
+ }
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "type": "union",
1020
+ "types": [
1021
+ {
1022
+ "type": "typeOperator",
1023
+ "operator": "keyof",
1024
+ "target": {
1025
+ "type": "reference",
1026
+ "target": {
1027
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
1028
+ "qualifiedName": "CommonProps"
1029
+ },
1030
+ "name": "CommonProps",
1031
+ "package": "@mui/material"
1032
+ }
1033
+ },
1034
+ {
1035
+ "type": "literal",
1036
+ "value": "sx"
1037
+ },
1038
+ {
1039
+ "type": "literal",
1040
+ "value": "title"
1041
+ },
1042
+ {
1043
+ "type": "literal",
1044
+ "value": "action"
1045
+ },
1046
+ {
1047
+ "type": "literal",
1048
+ "value": "avatar"
1049
+ },
1050
+ {
1051
+ "type": "literal",
1052
+ "value": "disableTypography"
1053
+ },
1054
+ {
1055
+ "type": "literal",
1056
+ "value": "subheader"
1057
+ },
1058
+ {
1059
+ "type": "literal",
1060
+ "value": "subheaderTypographyProps"
1061
+ },
1062
+ {
1063
+ "type": "literal",
1064
+ "value": "titleTypographyProps"
1065
+ }
1066
+ ]
1067
+ }
1068
+ ],
1069
+ "name": "Omit",
1070
+ "package": "typescript"
1071
+ },
1072
+ {
1073
+ "type": "reflection",
1074
+ "declaration": {
1075
+ "id": 21,
1076
+ "name": "__type",
1077
+ "variant": "declaration",
1078
+ "kind": 65536,
1079
+ "flags": {},
1080
+ "sources": [
1081
+ {
1082
+ "fileName": "node_modules/@mui/material/OverridableComponent.d.ts",
1083
+ "line": 37,
1084
+ "character": 4
1085
+ }
1086
+ ]
1087
+ }
1088
+ }
1089
+ ]
1090
+ },
1091
+ {
1092
+ "type": "literal",
1093
+ "value": "ref"
1094
+ }
1095
+ ],
1096
+ "name": "Omit",
1097
+ "package": "typescript"
1098
+ },
1099
+ {
1100
+ "type": "reference",
1101
+ "target": {
1102
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1103
+ "qualifiedName": "React.RefAttributes"
1104
+ },
1105
+ "typeArguments": [
1106
+ {
1107
+ "type": "reference",
1108
+ "target": {
1109
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
1110
+ "qualifiedName": "HTMLDivElement"
1111
+ },
1112
+ "name": "HTMLDivElement",
1113
+ "package": "typescript"
1114
+ }
1115
+ ],
1116
+ "name": "RefAttributes",
1117
+ "package": "@types/react",
1118
+ "qualifiedName": "React.RefAttributes"
1119
+ }
1120
+ ]
1121
+ }
1122
+ }
1123
+ ],
1124
+ "type": {
1125
+ "type": "union",
1126
+ "types": [
1127
+ {
1128
+ "type": "literal",
1129
+ "value": null
1130
+ },
1131
+ {
1132
+ "type": "reference",
1133
+ "target": {
1134
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1135
+ "qualifiedName": "React.ReactElement"
1136
+ },
1137
+ "typeArguments": [
1138
+ {
1139
+ "type": "intrinsic",
1140
+ "name": "any"
1141
+ },
1142
+ {
1143
+ "type": "union",
1144
+ "types": [
1145
+ {
1146
+ "type": "intrinsic",
1147
+ "name": "string"
1148
+ },
1149
+ {
1150
+ "type": "reference",
1151
+ "target": {
1152
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1153
+ "qualifiedName": "React.JSXElementConstructor"
1154
+ },
1155
+ "typeArguments": [
1156
+ {
1157
+ "type": "intrinsic",
1158
+ "name": "any"
1159
+ }
1160
+ ],
1161
+ "name": "JSXElementConstructor",
1162
+ "package": "@types/react",
1163
+ "qualifiedName": "React.JSXElementConstructor"
1164
+ }
1165
+ ]
1166
+ }
1167
+ ],
1168
+ "name": "ReactElement",
1169
+ "package": "@types/react",
1170
+ "qualifiedName": "React.ReactElement"
1171
+ }
1172
+ ]
1173
+ }
1174
+ }
1175
+ ]
1176
+ },
1177
+ {
1178
+ "id": 22,
1179
+ "name": "BlocknativeGasPriceDetailsBox",
1180
+ "variant": "declaration",
1181
+ "kind": 64,
1182
+ "flags": {},
1183
+ "sources": [
1184
+ {
1185
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx",
1186
+ "line": 13,
1187
+ "character": 13,
1188
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx#L13"
1189
+ }
1190
+ ],
1191
+ "signatures": [
1192
+ {
1193
+ "id": 23,
1194
+ "name": "BlocknativeGasPriceDetailsBox",
1195
+ "variant": "signature",
1196
+ "kind": 4096,
1197
+ "flags": {},
1198
+ "comment": {
1199
+ "summary": [
1200
+ {
1201
+ "kind": "text",
1202
+ "text": "**NOTE**: Exotic components are not callable."
1203
+ }
1204
+ ]
1205
+ },
1206
+ "sources": [
1207
+ {
1208
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1209
+ "line": 355,
1210
+ "character": 8
1211
+ }
1212
+ ],
1213
+ "parameters": [
1214
+ {
1215
+ "id": 24,
1216
+ "name": "props",
1217
+ "variant": "param",
1218
+ "kind": 32768,
1219
+ "flags": {},
1220
+ "type": {
1221
+ "type": "intersection",
1222
+ "types": [
1223
+ {
1224
+ "type": "reference",
1225
+ "target": {
1226
+ "sourceFileName": "../../../../../sdk/packages/payload/packages/plugin/src/PayloadRenderPlugin.ts",
1227
+ "qualifiedName": "PayloadDetailsRenderProps"
1228
+ },
1229
+ "name": "PayloadDetailsRenderProps",
1230
+ "package": "@xyo-network/react-payload-plugin"
1231
+ },
1232
+ {
1233
+ "type": "reference",
1234
+ "target": {
1235
+ "sourceFileName": "../../../../../../node_modules/@xylabs/react-flexbox/src/components/BusyBox/BusyBox.tsx",
1236
+ "qualifiedName": "BusyBoxProps"
1237
+ },
1238
+ "name": "BusyBoxProps",
1239
+ "package": "@xylabs/react-flexbox"
1240
+ },
1241
+ {
1242
+ "type": "reference",
1243
+ "target": {
1244
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1245
+ "qualifiedName": "React.RefAttributes"
1246
+ },
1247
+ "typeArguments": [
1248
+ {
1249
+ "type": "reference",
1250
+ "target": {
1251
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
1252
+ "qualifiedName": "HTMLDivElement"
1253
+ },
1254
+ "name": "HTMLDivElement",
1255
+ "package": "typescript"
1256
+ }
1257
+ ],
1258
+ "name": "RefAttributes",
1259
+ "package": "@types/react",
1260
+ "qualifiedName": "React.RefAttributes"
1261
+ }
1262
+ ]
1263
+ }
1264
+ }
1265
+ ],
1266
+ "type": {
1267
+ "type": "union",
1268
+ "types": [
1269
+ {
1270
+ "type": "literal",
1271
+ "value": null
1272
+ },
1273
+ {
1274
+ "type": "reference",
1275
+ "target": {
1276
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1277
+ "qualifiedName": "React.ReactElement"
1278
+ },
1279
+ "typeArguments": [
1280
+ {
1281
+ "type": "intrinsic",
1282
+ "name": "any"
1283
+ },
1284
+ {
1285
+ "type": "union",
1286
+ "types": [
1287
+ {
1288
+ "type": "intrinsic",
1289
+ "name": "string"
1290
+ },
1291
+ {
1292
+ "type": "reference",
1293
+ "target": {
1294
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1295
+ "qualifiedName": "React.JSXElementConstructor"
1296
+ },
1297
+ "typeArguments": [
1298
+ {
1299
+ "type": "intrinsic",
1300
+ "name": "any"
1301
+ }
1302
+ ],
1303
+ "name": "JSXElementConstructor",
1304
+ "package": "@types/react",
1305
+ "qualifiedName": "React.JSXElementConstructor"
1306
+ }
1307
+ ]
1308
+ }
1309
+ ],
1310
+ "name": "ReactElement",
1311
+ "package": "@types/react",
1312
+ "qualifiedName": "React.ReactElement"
1313
+ }
1314
+ ]
1315
+ }
1316
+ }
1317
+ ]
1318
+ }
1319
+ ],
1320
+ "groups": [
1321
+ {
1322
+ "title": "References",
1323
+ "children": [
1324
+ 26
1325
+ ]
1326
+ },
1327
+ {
1328
+ "title": "Variables",
1329
+ "children": [
1330
+ 25
1331
+ ]
1332
+ },
1333
+ {
1334
+ "title": "Functions",
1335
+ "children": [
1336
+ 1,
1337
+ 8,
1338
+ 15,
1339
+ 22
1340
+ ]
1341
+ }
1342
+ ],
1343
+ "packageName": "@xyo-network/react-ethereum-gas-price-blocknative-plugin",
1344
+ "readme": [
1345
+ {
1346
+ "kind": "text",
1347
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1348
+ }
1349
+ ],
1350
+ "symbolIdMap": {
1351
+ "0": {
1352
+ "sourceFileName": "src/index.ts",
1353
+ "qualifiedName": ""
1354
+ },
1355
+ "1": {
1356
+ "sourceFileName": "src/components/Card/Card.tsx",
1357
+ "qualifiedName": "BlocknativeGasPriceCard"
1358
+ },
1359
+ "2": {
1360
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1361
+ "qualifiedName": "BlocknativeGasPriceCard"
1362
+ },
1363
+ "3": {
1364
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1365
+ "qualifiedName": "props"
1366
+ },
1367
+ "4": {
1368
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1369
+ "qualifiedName": "__type"
1370
+ },
1371
+ "5": {
1372
+ "sourceFileName": "../../../../../../node_modules/@mui/material/Card/Card.d.ts",
1373
+ "qualifiedName": "__type"
1374
+ },
1375
+ "6": {
1376
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1377
+ "qualifiedName": "__type"
1378
+ },
1379
+ "7": {
1380
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
1381
+ "qualifiedName": "__type"
1382
+ },
1383
+ "8": {
1384
+ "sourceFileName": "src/components/Card/CardContent.tsx",
1385
+ "qualifiedName": "BlocknativeGasPriceCardContent"
1386
+ },
1387
+ "9": {
1388
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1389
+ "qualifiedName": "BlocknativeGasPriceCardContent"
1390
+ },
1391
+ "10": {
1392
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1393
+ "qualifiedName": "props"
1394
+ },
1395
+ "11": {
1396
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1397
+ "qualifiedName": "__type"
1398
+ },
1399
+ "12": {
1400
+ "sourceFileName": "../../../../../../node_modules/@mui/material/CardContent/CardContent.d.ts",
1401
+ "qualifiedName": "__type"
1402
+ },
1403
+ "13": {
1404
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1405
+ "qualifiedName": "__type"
1406
+ },
1407
+ "14": {
1408
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
1409
+ "qualifiedName": "__type"
1410
+ },
1411
+ "15": {
1412
+ "sourceFileName": "src/components/Card/CardHeader.tsx",
1413
+ "qualifiedName": "BlocknativeGasPriceCardHeader"
1414
+ },
1415
+ "16": {
1416
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1417
+ "qualifiedName": "BlocknativeGasPriceCardHeader"
1418
+ },
1419
+ "17": {
1420
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1421
+ "qualifiedName": "props"
1422
+ },
1423
+ "18": {
1424
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1425
+ "qualifiedName": "__type"
1426
+ },
1427
+ "19": {
1428
+ "sourceFileName": "../../../../../../node_modules/@mui/material/CardHeader/CardHeader.d.ts",
1429
+ "qualifiedName": "__type"
1430
+ },
1431
+ "20": {
1432
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1433
+ "qualifiedName": "__type"
1434
+ },
1435
+ "21": {
1436
+ "sourceFileName": "../../../../../../node_modules/@mui/material/OverridableComponent.d.ts",
1437
+ "qualifiedName": "__type"
1438
+ },
1439
+ "22": {
1440
+ "sourceFileName": "src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx",
1441
+ "qualifiedName": "BlocknativeGasPriceDetailsBox"
1442
+ },
1443
+ "23": {
1444
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1445
+ "qualifiedName": "BlocknativeGasPriceDetailsBox"
1446
+ },
1447
+ "24": {
1448
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1449
+ "qualifiedName": "props"
1450
+ },
1451
+ "25": {
1452
+ "sourceFileName": "src/Plugin.ts",
1453
+ "qualifiedName": "EthereumGasPriceBlocknativePlugin"
1454
+ },
1455
+ "26": {
1456
+ "sourceFileName": "src/index.ts",
1457
+ "qualifiedName": "default"
1458
+ }
1459
+ }
1460
+ }