@xyo-network/react-ethereum-gas-price-etherchain-plugins 2.46.7 → 2.46.9

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 (94) hide show
  1. package/dist/cjs/index.js +1 -3
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/docs.json +56 -3027
  4. package/dist/esm/index.js +1 -3
  5. package/dist/esm/index.js.map +1 -1
  6. package/dist/types/index.d.ts +0 -1
  7. package/dist/types/index.d.ts.map +1 -1
  8. package/package.json +3 -4
  9. package/packages/v1/dist/cjs/Plugin.js +24 -0
  10. package/packages/v1/dist/cjs/Plugin.js.map +1 -0
  11. package/packages/v1/dist/cjs/components/Card/Card.js +15 -0
  12. package/packages/v1/dist/cjs/components/Card/Card.js.map +1 -0
  13. package/packages/v1/dist/cjs/components/Card/CardContent.js +24 -0
  14. package/packages/v1/dist/cjs/components/Card/CardContent.js.map +1 -0
  15. package/packages/v1/dist/cjs/components/Card/CardHeader.js +15 -0
  16. package/packages/v1/dist/cjs/components/Card/CardHeader.js.map +1 -0
  17. package/packages/v1/dist/cjs/components/Card/index.js +7 -0
  18. package/packages/v1/dist/cjs/components/Card/index.js.map +1 -0
  19. package/packages/v1/dist/cjs/components/Details/Box/EtherchainV1GasPriceDetailsBox.js +25 -0
  20. package/packages/v1/dist/cjs/components/Details/Box/EtherchainV1GasPriceDetailsBox.js.map +1 -0
  21. package/packages/v1/dist/cjs/components/Details/Box/index.js +5 -0
  22. package/packages/v1/dist/cjs/components/Details/Box/index.js.map +1 -0
  23. package/packages/v1/dist/cjs/components/Details/index.js +5 -0
  24. package/packages/v1/dist/cjs/components/Details/index.js.map +1 -0
  25. package/packages/v1/dist/cjs/components/hooks/index.js +5 -0
  26. package/packages/v1/dist/cjs/components/hooks/index.js.map +1 -0
  27. package/packages/v1/dist/cjs/components/hooks/useEtherchainV1Transformer.js +43 -0
  28. package/packages/v1/dist/cjs/components/hooks/useEtherchainV1Transformer.js.map +1 -0
  29. package/packages/v1/dist/cjs/components/index.js +6 -0
  30. package/packages/v1/dist/cjs/components/index.js.map +1 -0
  31. package/packages/v1/dist/cjs/components/lib/constants.js +5 -0
  32. package/packages/v1/dist/cjs/components/lib/constants.js.map +1 -0
  33. package/packages/v1/dist/cjs/components/lib/index.js +5 -0
  34. package/packages/v1/dist/cjs/components/lib/index.js.map +1 -0
  35. package/packages/v1/dist/cjs/index.js +9 -0
  36. package/packages/v1/dist/cjs/index.js.map +1 -0
  37. package/packages/v1/dist/docs.json +2114 -0
  38. package/packages/v1/dist/esm/Plugin.js +23 -0
  39. package/packages/v1/dist/esm/Plugin.js.map +1 -0
  40. package/packages/v1/dist/esm/components/Card/Card.js +10 -0
  41. package/packages/v1/dist/esm/components/Card/Card.js.map +1 -0
  42. package/packages/v1/dist/esm/components/Card/CardContent.js +18 -0
  43. package/packages/v1/dist/esm/components/Card/CardContent.js.map +1 -0
  44. package/packages/v1/dist/esm/components/Card/CardHeader.js +12 -0
  45. package/packages/v1/dist/esm/components/Card/CardHeader.js.map +1 -0
  46. package/packages/v1/dist/esm/components/Card/index.js +4 -0
  47. package/packages/v1/dist/esm/components/Card/index.js.map +1 -0
  48. package/packages/v1/dist/esm/components/Details/Box/EtherchainV1GasPriceDetailsBox.js +19 -0
  49. package/packages/v1/dist/esm/components/Details/Box/EtherchainV1GasPriceDetailsBox.js.map +1 -0
  50. package/packages/v1/dist/esm/components/Details/Box/index.js +2 -0
  51. package/packages/v1/dist/esm/components/Details/Box/index.js.map +1 -0
  52. package/packages/v1/dist/esm/components/Details/index.js +2 -0
  53. package/packages/v1/dist/esm/components/Details/index.js.map +1 -0
  54. package/packages/v1/dist/esm/components/hooks/index.js +2 -0
  55. package/packages/v1/dist/esm/components/hooks/index.js.map +1 -0
  56. package/packages/v1/dist/esm/components/hooks/useEtherchainV1Transformer.js +39 -0
  57. package/packages/v1/dist/esm/components/hooks/useEtherchainV1Transformer.js.map +1 -0
  58. package/packages/v1/dist/esm/components/index.js +3 -0
  59. package/packages/v1/dist/esm/components/index.js.map +1 -0
  60. package/packages/v1/dist/esm/components/lib/constants.js +2 -0
  61. package/packages/v1/dist/esm/components/lib/constants.js.map +1 -0
  62. package/packages/v1/dist/esm/components/lib/index.js +2 -0
  63. package/packages/v1/dist/esm/components/lib/index.js.map +1 -0
  64. package/packages/v1/dist/esm/index.js +6 -0
  65. package/packages/v1/dist/esm/index.js.map +1 -0
  66. package/packages/v1/dist/types/Plugin.d.ts +3 -0
  67. package/packages/v1/dist/types/Plugin.d.ts.map +1 -0
  68. package/packages/v1/dist/types/components/Card/Card.d.ts +12 -0
  69. package/packages/v1/dist/types/components/Card/Card.d.ts.map +1 -0
  70. package/packages/v1/dist/types/components/Card/CardContent.d.ts +12 -0
  71. package/packages/v1/dist/types/components/Card/CardContent.d.ts.map +1 -0
  72. package/packages/v1/dist/types/components/Card/CardHeader.d.ts +22 -0
  73. package/packages/v1/dist/types/components/Card/CardHeader.d.ts.map +1 -0
  74. package/packages/v1/dist/types/components/Card/index.d.ts +4 -0
  75. package/packages/v1/dist/types/components/Card/index.d.ts.map +1 -0
  76. package/packages/v1/dist/types/components/Details/Box/EtherchainV1GasPriceDetailsBox.d.ts +4 -0
  77. package/packages/v1/dist/types/components/Details/Box/EtherchainV1GasPriceDetailsBox.d.ts.map +1 -0
  78. package/packages/v1/dist/types/components/Details/Box/index.d.ts +2 -0
  79. package/packages/v1/dist/types/components/Details/Box/index.d.ts.map +1 -0
  80. package/packages/v1/dist/types/components/Details/index.d.ts +2 -0
  81. package/packages/v1/dist/types/components/Details/index.d.ts.map +1 -0
  82. package/packages/v1/dist/types/components/hooks/index.d.ts +2 -0
  83. package/packages/v1/dist/types/components/hooks/index.d.ts.map +1 -0
  84. package/packages/v1/dist/types/components/hooks/useEtherchainV1Transformer.d.ts +4 -0
  85. package/packages/v1/dist/types/components/hooks/useEtherchainV1Transformer.d.ts.map +1 -0
  86. package/packages/v1/dist/types/components/index.d.ts +3 -0
  87. package/packages/v1/dist/types/components/index.d.ts.map +1 -0
  88. package/packages/v1/dist/types/components/lib/constants.d.ts +2 -0
  89. package/packages/v1/dist/types/components/lib/constants.d.ts.map +1 -0
  90. package/packages/v1/dist/types/components/lib/index.d.ts +2 -0
  91. package/packages/v1/dist/types/components/lib/index.d.ts.map +1 -0
  92. package/packages/v1/dist/types/index.d.ts +5 -0
  93. package/packages/v1/dist/types/index.d.ts.map +1 -0
  94. package/src/index.ts +1 -3
package/dist/docs.json CHANGED
@@ -15,9 +15,9 @@
15
15
  "sources": [
16
16
  {
17
17
  "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts",
18
- "line": 11,
18
+ "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/10a0e53a1b1/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L11"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -33,9 +33,9 @@
33
33
  "sources": [
34
34
  {
35
35
  "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts",
36
- "line": 8,
36
+ "line": 6,
37
37
  "character": 13,
38
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/10a0e53a1b1/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L8"
38
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L6"
39
39
  }
40
40
  ],
41
41
  "type": {
@@ -49,26 +49,6 @@
49
49
  },
50
50
  {
51
51
  "id": 59,
52
- "name": "EthereumGasPriceEtherchainV1Plugin",
53
- "kind": 32,
54
- "kindString": "Variable",
55
- "flags": {
56
- "isConst": true
57
- },
58
- "sources": [
59
- {
60
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/Plugin.d.ts",
61
- "line": 2,
62
- "character": 21
63
- }
64
- ],
65
- "type": {
66
- "type": "reference",
67
- "name": "PayloadRenderPlugin"
68
- }
69
- },
70
- {
71
- "id": 116,
72
52
  "name": "EthereumGasPriceEtherchainV2Plugin",
73
53
  "kind": 32,
74
54
  "kindString": "Variable",
@@ -89,13 +69,13 @@
89
69
  },
90
70
  {
91
71
  "id": 3,
92
- "name": "EtherchainV1GasPriceCard",
72
+ "name": "EtherchainV2GasPriceCard",
93
73
  "kind": 64,
94
74
  "kindString": "Function",
95
75
  "flags": {},
96
76
  "sources": [
97
77
  {
98
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
78
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
99
79
  "line": 3,
100
80
  "character": 21
101
81
  }
@@ -103,7 +83,7 @@
103
83
  "signatures": [
104
84
  {
105
85
  "id": 4,
106
- "name": "EtherchainV1GasPriceCard",
86
+ "name": "EtherchainV2GasPriceCard",
107
87
  "kind": 4096,
108
88
  "kindString": "Call signature",
109
89
  "flags": {},
@@ -166,7 +146,7 @@
166
146
  "flags": {},
167
147
  "sources": [
168
148
  {
169
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
149
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
170
150
  "line": 4,
171
151
  "character": 4
172
152
  }
@@ -187,7 +167,7 @@
187
167
  ],
188
168
  "sources": [
189
169
  {
190
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
170
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
191
171
  "line": 3,
192
172
  "character": 218
193
173
  }
@@ -252,7 +232,7 @@
252
232
  },
253
233
  "sources": [
254
234
  {
255
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
235
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
256
236
  "line": 6,
257
237
  "character": 4
258
238
  }
@@ -282,7 +262,7 @@
282
262
  },
283
263
  "sources": [
284
264
  {
285
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
265
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
286
266
  "line": 7,
287
267
  "character": 4
288
268
  }
@@ -302,7 +282,7 @@
302
282
  },
303
283
  "sources": [
304
284
  {
305
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
285
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
306
286
  "line": 8,
307
287
  "character": 4
308
288
  }
@@ -335,7 +315,7 @@
335
315
  ],
336
316
  "sources": [
337
317
  {
338
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
318
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
339
319
  "line": 5,
340
320
  "character": 70
341
321
  }
@@ -413,7 +393,7 @@
413
393
  },
414
394
  "sources": [
415
395
  {
416
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
396
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
417
397
  "line": 10,
418
398
  "character": 4
419
399
  }
@@ -449,7 +429,7 @@
449
429
  "flags": {},
450
430
  "sources": [
451
431
  {
452
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
432
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
453
433
  "line": 10,
454
434
  "character": 11
455
435
  }
@@ -507,7 +487,7 @@
507
487
  ],
508
488
  "sources": [
509
489
  {
510
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/Card.d.ts",
490
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
511
491
  "line": 9,
512
492
  "character": 181
513
493
  }
@@ -1660,13 +1640,13 @@
1660
1640
  },
1661
1641
  {
1662
1642
  "id": 18,
1663
- "name": "EtherchainV1GasPriceCardContent",
1643
+ "name": "EtherchainV2GasPriceCardContent",
1664
1644
  "kind": 64,
1665
1645
  "kindString": "Function",
1666
1646
  "flags": {},
1667
1647
  "sources": [
1668
1648
  {
1669
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1649
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1670
1650
  "line": 3,
1671
1651
  "character": 21
1672
1652
  }
@@ -1674,7 +1654,7 @@
1674
1654
  "signatures": [
1675
1655
  {
1676
1656
  "id": 19,
1677
- "name": "EtherchainV1GasPriceCardContent",
1657
+ "name": "EtherchainV2GasPriceCardContent",
1678
1658
  "kind": 4096,
1679
1659
  "kindString": "Call signature",
1680
1660
  "flags": {},
@@ -1737,7 +1717,7 @@
1737
1717
  "flags": {},
1738
1718
  "sources": [
1739
1719
  {
1740
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1720
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1741
1721
  "line": 4,
1742
1722
  "character": 4
1743
1723
  }
@@ -1758,7 +1738,7 @@
1758
1738
  ],
1759
1739
  "sources": [
1760
1740
  {
1761
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1741
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1762
1742
  "line": 3,
1763
1743
  "character": 225
1764
1744
  }
@@ -1789,7 +1769,7 @@
1789
1769
  },
1790
1770
  "sources": [
1791
1771
  {
1792
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1772
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1793
1773
  "line": 6,
1794
1774
  "character": 4
1795
1775
  }
@@ -1811,7 +1791,7 @@
1811
1791
  },
1812
1792
  "sources": [
1813
1793
  {
1814
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1794
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1815
1795
  "line": 7,
1816
1796
  "character": 4
1817
1797
  }
@@ -1841,7 +1821,7 @@
1841
1821
  },
1842
1822
  "sources": [
1843
1823
  {
1844
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1824
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1845
1825
  "line": 8,
1846
1826
  "character": 4
1847
1827
  }
@@ -1874,7 +1854,7 @@
1874
1854
  ],
1875
1855
  "sources": [
1876
1856
  {
1877
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1857
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1878
1858
  "line": 5,
1879
1859
  "character": 5
1880
1860
  }
@@ -1952,7 +1932,7 @@
1952
1932
  },
1953
1933
  "sources": [
1954
1934
  {
1955
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1935
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1956
1936
  "line": 10,
1957
1937
  "character": 4
1958
1938
  }
@@ -1988,7 +1968,7 @@
1988
1968
  "flags": {},
1989
1969
  "sources": [
1990
1970
  {
1991
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
1971
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
1992
1972
  "line": 10,
1993
1973
  "character": 11
1994
1974
  }
@@ -2046,7 +2026,7 @@
2046
2026
  ],
2047
2027
  "sources": [
2048
2028
  {
2049
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardContent.d.ts",
2029
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
2050
2030
  "line": 9,
2051
2031
  "character": 181
2052
2032
  }
@@ -2159,13 +2139,13 @@
2159
2139
  },
2160
2140
  {
2161
2141
  "id": 32,
2162
- "name": "EtherchainV1GasPriceCardHeader",
2142
+ "name": "EtherchainV2GasPriceCardHeader",
2163
2143
  "kind": 64,
2164
2144
  "kindString": "Function",
2165
2145
  "flags": {},
2166
2146
  "sources": [
2167
2147
  {
2168
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2148
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2169
2149
  "line": 3,
2170
2150
  "character": 21
2171
2151
  }
@@ -2173,7 +2153,7 @@
2173
2153
  "signatures": [
2174
2154
  {
2175
2155
  "id": 33,
2176
- "name": "EtherchainV1GasPriceCardHeader",
2156
+ "name": "EtherchainV2GasPriceCardHeader",
2177
2157
  "kind": 4096,
2178
2158
  "kindString": "Call signature",
2179
2159
  "flags": {},
@@ -2236,7 +2216,7 @@
2236
2216
  "flags": {},
2237
2217
  "sources": [
2238
2218
  {
2239
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2219
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2240
2220
  "line": 4,
2241
2221
  "character": 4
2242
2222
  }
@@ -2257,7 +2237,7 @@
2257
2237
  ],
2258
2238
  "sources": [
2259
2239
  {
2260
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2240
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2261
2241
  "line": 3,
2262
2242
  "character": 224
2263
2243
  }
@@ -2288,7 +2268,7 @@
2288
2268
  },
2289
2269
  "sources": [
2290
2270
  {
2291
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2271
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2292
2272
  "line": 6,
2293
2273
  "character": 4
2294
2274
  }
@@ -2310,7 +2290,7 @@
2310
2290
  },
2311
2291
  "sources": [
2312
2292
  {
2313
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2293
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2314
2294
  "line": 7,
2315
2295
  "character": 4
2316
2296
  }
@@ -2332,7 +2312,7 @@
2332
2312
  },
2333
2313
  "sources": [
2334
2314
  {
2335
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2315
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2336
2316
  "line": 8,
2337
2317
  "character": 4
2338
2318
  }
@@ -2362,7 +2342,7 @@
2362
2342
  },
2363
2343
  "sources": [
2364
2344
  {
2365
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2345
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2366
2346
  "line": 9,
2367
2347
  "character": 4
2368
2348
  }
@@ -2382,7 +2362,7 @@
2382
2362
  },
2383
2363
  "sources": [
2384
2364
  {
2385
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2365
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2386
2366
  "line": 10,
2387
2367
  "character": 4
2388
2368
  }
@@ -2404,7 +2384,7 @@
2404
2384
  },
2405
2385
  "sources": [
2406
2386
  {
2407
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2387
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2408
2388
  "line": 11,
2409
2389
  "character": 4
2410
2390
  }
@@ -2435,7 +2415,7 @@
2435
2415
  },
2436
2416
  "sources": [
2437
2417
  {
2438
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2418
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2439
2419
  "line": 12,
2440
2420
  "character": 8
2441
2421
  }
@@ -2456,7 +2436,7 @@
2456
2436
  ],
2457
2437
  "sources": [
2458
2438
  {
2459
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2439
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2460
2440
  "line": 11,
2461
2441
  "character": 79
2462
2442
  }
@@ -2479,7 +2459,7 @@
2479
2459
  },
2480
2460
  "sources": [
2481
2461
  {
2482
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2462
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2483
2463
  "line": 14,
2484
2464
  "character": 4
2485
2465
  }
@@ -2509,7 +2489,7 @@
2509
2489
  },
2510
2490
  "sources": [
2511
2491
  {
2512
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2492
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2513
2493
  "line": 15,
2514
2494
  "character": 4
2515
2495
  }
@@ -2531,7 +2511,7 @@
2531
2511
  },
2532
2512
  "sources": [
2533
2513
  {
2534
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2514
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2535
2515
  "line": 16,
2536
2516
  "character": 4
2537
2517
  }
@@ -2562,7 +2542,7 @@
2562
2542
  },
2563
2543
  "sources": [
2564
2544
  {
2565
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2545
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2566
2546
  "line": 17,
2567
2547
  "character": 8
2568
2548
  }
@@ -2583,7 +2563,7 @@
2583
2563
  ],
2584
2564
  "sources": [
2585
2565
  {
2586
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2566
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2587
2567
  "line": 16,
2588
2568
  "character": 75
2589
2569
  }
@@ -2615,7 +2595,7 @@
2615
2595
  ],
2616
2596
  "sources": [
2617
2597
  {
2618
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2598
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2619
2599
  "line": 5,
2620
2600
  "character": 5
2621
2601
  }
@@ -2693,7 +2673,7 @@
2693
2673
  },
2694
2674
  "sources": [
2695
2675
  {
2696
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2676
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2697
2677
  "line": 20,
2698
2678
  "character": 4
2699
2679
  }
@@ -2729,7 +2709,7 @@
2729
2709
  "flags": {},
2730
2710
  "sources": [
2731
2711
  {
2732
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2712
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2733
2713
  "line": 20,
2734
2714
  "character": 11
2735
2715
  }
@@ -2787,7 +2767,7 @@
2787
2767
  ],
2788
2768
  "sources": [
2789
2769
  {
2790
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Card/CardHeader.d.ts",
2770
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
2791
2771
  "line": 19,
2792
2772
  "character": 181
2793
2773
  }
@@ -2924,13 +2904,13 @@
2924
2904
  },
2925
2905
  {
2926
2906
  "id": 56,
2927
- "name": "EtherchainV1GasPriceDetailsBox",
2907
+ "name": "EtherchainV2GasPriceDetailsBox",
2928
2908
  "kind": 64,
2929
2909
  "kindString": "Function",
2930
2910
  "flags": {},
2931
2911
  "sources": [
2932
2912
  {
2933
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/dist/types/components/Details/Box/EtherchainV1GasPriceDetailsBox.d.ts",
2913
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Details/Box/EtherchainV2GasPriceDetailsBox.d.ts",
2934
2914
  "line": 3,
2935
2915
  "character": 21
2936
2916
  }
@@ -2938,7 +2918,7 @@
2938
2918
  "signatures": [
2939
2919
  {
2940
2920
  "id": 57,
2941
- "name": "EtherchainV1GasPriceDetailsBox",
2921
+ "name": "EtherchainV2GasPriceDetailsBox",
2942
2922
  "kind": 4096,
2943
2923
  "kindString": "Call signature",
2944
2924
  "flags": {},
@@ -3032,2952 +3012,6 @@
3032
3012
  }
3033
3013
  }
3034
3014
  ]
3035
- },
3036
- {
3037
- "id": 60,
3038
- "name": "EtherchainV2GasPriceCard",
3039
- "kind": 64,
3040
- "kindString": "Function",
3041
- "flags": {},
3042
- "sources": [
3043
- {
3044
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3045
- "line": 3,
3046
- "character": 21
3047
- }
3048
- ],
3049
- "signatures": [
3050
- {
3051
- "id": 61,
3052
- "name": "EtherchainV2GasPriceCard",
3053
- "kind": 4096,
3054
- "kindString": "Call signature",
3055
- "flags": {},
3056
- "comment": {
3057
- "summary": [
3058
- {
3059
- "kind": "text",
3060
- "text": "**NOTE**: Exotic components are not callable."
3061
- }
3062
- ]
3063
- },
3064
- "parameters": [
3065
- {
3066
- "id": 62,
3067
- "name": "props",
3068
- "kind": 32768,
3069
- "kindString": "Parameter",
3070
- "flags": {},
3071
- "type": {
3072
- "type": "intersection",
3073
- "types": [
3074
- {
3075
- "type": "reference",
3076
- "typeArguments": [
3077
- {
3078
- "type": "intersection",
3079
- "types": [
3080
- {
3081
- "type": "reference",
3082
- "typeArguments": [
3083
- {
3084
- "type": "intersection",
3085
- "types": [
3086
- {
3087
- "type": "reference",
3088
- "name": "SchemaFields",
3089
- "qualifiedName": "SchemaFields",
3090
- "package": "@xyo-network/payload-model"
3091
- },
3092
- {
3093
- "type": "reference",
3094
- "name": "PayloadFields",
3095
- "qualifiedName": "PayloadFields",
3096
- "package": "@xyo-network/payload-model"
3097
- },
3098
- {
3099
- "type": "reflection",
3100
- "declaration": {
3101
- "id": 63,
3102
- "name": "__type",
3103
- "kind": 65536,
3104
- "kindString": "Type literal",
3105
- "flags": {},
3106
- "children": [
3107
- {
3108
- "id": 64,
3109
- "name": "schema",
3110
- "kind": 1024,
3111
- "kindString": "Property",
3112
- "flags": {},
3113
- "sources": [
3114
- {
3115
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3116
- "line": 4,
3117
- "character": 4
3118
- }
3119
- ],
3120
- "type": {
3121
- "type": "intrinsic",
3122
- "name": "string"
3123
- }
3124
- }
3125
- ],
3126
- "groups": [
3127
- {
3128
- "title": "Properties",
3129
- "children": [
3130
- 64
3131
- ]
3132
- }
3133
- ],
3134
- "sources": [
3135
- {
3136
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3137
- "line": 3,
3138
- "character": 218
3139
- }
3140
- ]
3141
- }
3142
- }
3143
- ]
3144
- }
3145
- ],
3146
- "name": "PayloadRenderProps"
3147
- },
3148
- {
3149
- "type": "reference",
3150
- "typeArguments": [
3151
- {
3152
- "type": "reference",
3153
- "typeArguments": [
3154
- {
3155
- "type": "literal",
3156
- "value": "div"
3157
- },
3158
- {
3159
- "type": "reflection",
3160
- "declaration": {
3161
- "id": 65,
3162
- "name": "__type",
3163
- "kind": 65536,
3164
- "kindString": "Type literal",
3165
- "flags": {}
3166
- }
3167
- }
3168
- ],
3169
- "name": "PaperProps",
3170
- "qualifiedName": "PaperProps",
3171
- "package": "@mui/material"
3172
- },
3173
- {
3174
- "type": "literal",
3175
- "value": "classes"
3176
- }
3177
- ],
3178
- "name": "Omit",
3179
- "qualifiedName": "Omit",
3180
- "package": "typescript"
3181
- },
3182
- {
3183
- "type": "reflection",
3184
- "declaration": {
3185
- "id": 66,
3186
- "name": "__type",
3187
- "kind": 65536,
3188
- "kindString": "Type literal",
3189
- "flags": {},
3190
- "children": [
3191
- {
3192
- "id": 67,
3193
- "name": "classes",
3194
- "kind": 1024,
3195
- "kindString": "Property",
3196
- "flags": {
3197
- "isOptional": true
3198
- },
3199
- "sources": [
3200
- {
3201
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3202
- "line": 6,
3203
- "character": 4
3204
- }
3205
- ],
3206
- "type": {
3207
- "type": "reference",
3208
- "typeArguments": [
3209
- {
3210
- "type": "reference",
3211
- "name": "CardClasses",
3212
- "qualifiedName": "CardClasses",
3213
- "package": "@mui/material"
3214
- }
3215
- ],
3216
- "name": "Partial",
3217
- "qualifiedName": "Partial",
3218
- "package": "typescript"
3219
- }
3220
- },
3221
- {
3222
- "id": 68,
3223
- "name": "raised",
3224
- "kind": 1024,
3225
- "kindString": "Property",
3226
- "flags": {
3227
- "isOptional": true
3228
- },
3229
- "sources": [
3230
- {
3231
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3232
- "line": 7,
3233
- "character": 4
3234
- }
3235
- ],
3236
- "type": {
3237
- "type": "intrinsic",
3238
- "name": "boolean"
3239
- }
3240
- },
3241
- {
3242
- "id": 69,
3243
- "name": "sx",
3244
- "kind": 1024,
3245
- "kindString": "Property",
3246
- "flags": {
3247
- "isOptional": true
3248
- },
3249
- "sources": [
3250
- {
3251
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3252
- "line": 8,
3253
- "character": 4
3254
- }
3255
- ],
3256
- "type": {
3257
- "type": "reference",
3258
- "typeArguments": [
3259
- {
3260
- "type": "reference",
3261
- "name": "Theme",
3262
- "qualifiedName": "Theme",
3263
- "package": "@mui/material"
3264
- }
3265
- ],
3266
- "name": "SxProps",
3267
- "qualifiedName": "SxProps",
3268
- "package": "@mui/system"
3269
- }
3270
- }
3271
- ],
3272
- "groups": [
3273
- {
3274
- "title": "Properties",
3275
- "children": [
3276
- 67,
3277
- 68,
3278
- 69
3279
- ]
3280
- }
3281
- ],
3282
- "sources": [
3283
- {
3284
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3285
- "line": 5,
3286
- "character": 70
3287
- }
3288
- ]
3289
- }
3290
- },
3291
- {
3292
- "type": "reference",
3293
- "name": "CommonProps",
3294
- "qualifiedName": "CommonProps",
3295
- "package": "@mui/material"
3296
- },
3297
- {
3298
- "type": "reference",
3299
- "typeArguments": [
3300
- {
3301
- "type": "intersection",
3302
- "types": [
3303
- {
3304
- "type": "reference",
3305
- "typeArguments": [
3306
- {
3307
- "type": "reference",
3308
- "typeArguments": [
3309
- {
3310
- "type": "reference",
3311
- "typeArguments": [
3312
- {
3313
- "type": "reference",
3314
- "name": "HTMLDivElement",
3315
- "qualifiedName": "HTMLDivElement",
3316
- "package": "typescript"
3317
- }
3318
- ],
3319
- "name": "HTMLAttributes",
3320
- "qualifiedName": "React.HTMLAttributes",
3321
- "package": "@types/react"
3322
- },
3323
- {
3324
- "type": "reference",
3325
- "name": "HTMLDivElement",
3326
- "qualifiedName": "HTMLDivElement",
3327
- "package": "typescript"
3328
- }
3329
- ],
3330
- "name": "DetailedHTMLProps",
3331
- "qualifiedName": "React.DetailedHTMLProps",
3332
- "package": "@types/react"
3333
- },
3334
- {
3335
- "type": "literal",
3336
- "value": "ref"
3337
- }
3338
- ],
3339
- "name": "Omit",
3340
- "qualifiedName": "Omit",
3341
- "package": "typescript"
3342
- },
3343
- {
3344
- "type": "reflection",
3345
- "declaration": {
3346
- "id": 70,
3347
- "name": "__type",
3348
- "kind": 65536,
3349
- "kindString": "Type literal",
3350
- "flags": {},
3351
- "children": [
3352
- {
3353
- "id": 71,
3354
- "name": "ref",
3355
- "kind": 1024,
3356
- "kindString": "Property",
3357
- "flags": {
3358
- "isOptional": true
3359
- },
3360
- "sources": [
3361
- {
3362
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3363
- "line": 10,
3364
- "character": 4
3365
- }
3366
- ],
3367
- "type": {
3368
- "type": "union",
3369
- "types": [
3370
- {
3371
- "type": "literal",
3372
- "value": null
3373
- },
3374
- {
3375
- "type": "reference",
3376
- "typeArguments": [
3377
- {
3378
- "type": "reference",
3379
- "name": "HTMLDivElement",
3380
- "qualifiedName": "HTMLDivElement",
3381
- "package": "typescript"
3382
- }
3383
- ],
3384
- "name": "RefObject",
3385
- "qualifiedName": "React.RefObject",
3386
- "package": "@types/react"
3387
- },
3388
- {
3389
- "type": "reflection",
3390
- "declaration": {
3391
- "id": 72,
3392
- "name": "__type",
3393
- "kind": 65536,
3394
- "kindString": "Type literal",
3395
- "flags": {},
3396
- "sources": [
3397
- {
3398
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3399
- "line": 10,
3400
- "character": 11
3401
- }
3402
- ],
3403
- "signatures": [
3404
- {
3405
- "id": 73,
3406
- "name": "__type",
3407
- "kind": 4096,
3408
- "kindString": "Call signature",
3409
- "flags": {},
3410
- "parameters": [
3411
- {
3412
- "id": 74,
3413
- "name": "instance",
3414
- "kind": 32768,
3415
- "kindString": "Parameter",
3416
- "flags": {},
3417
- "type": {
3418
- "type": "union",
3419
- "types": [
3420
- {
3421
- "type": "literal",
3422
- "value": null
3423
- },
3424
- {
3425
- "type": "reference",
3426
- "name": "HTMLDivElement",
3427
- "qualifiedName": "HTMLDivElement",
3428
- "package": "typescript"
3429
- }
3430
- ]
3431
- }
3432
- }
3433
- ],
3434
- "type": {
3435
- "type": "intrinsic",
3436
- "name": "void"
3437
- }
3438
- }
3439
- ]
3440
- }
3441
- }
3442
- ]
3443
- }
3444
- }
3445
- ],
3446
- "groups": [
3447
- {
3448
- "title": "Properties",
3449
- "children": [
3450
- 71
3451
- ]
3452
- }
3453
- ],
3454
- "sources": [
3455
- {
3456
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/Card.d.ts",
3457
- "line": 9,
3458
- "character": 181
3459
- }
3460
- ]
3461
- }
3462
- }
3463
- ]
3464
- },
3465
- {
3466
- "type": "union",
3467
- "types": [
3468
- {
3469
- "type": "typeOperator",
3470
- "operator": "keyof",
3471
- "target": {
3472
- "type": "reference",
3473
- "name": "CommonProps",
3474
- "qualifiedName": "CommonProps",
3475
- "package": "@mui/material"
3476
- }
3477
- },
3478
- {
3479
- "type": "literal",
3480
- "value": "children"
3481
- },
3482
- {
3483
- "type": "literal",
3484
- "value": "elevation"
3485
- },
3486
- {
3487
- "type": "literal",
3488
- "value": "square"
3489
- },
3490
- {
3491
- "type": "literal",
3492
- "value": "sx"
3493
- },
3494
- {
3495
- "type": "literal",
3496
- "value": "variant"
3497
- },
3498
- {
3499
- "type": "literal",
3500
- "value": "ref"
3501
- },
3502
- {
3503
- "type": "literal",
3504
- "value": "slot"
3505
- },
3506
- {
3507
- "type": "literal",
3508
- "value": "title"
3509
- },
3510
- {
3511
- "type": "literal",
3512
- "value": "key"
3513
- },
3514
- {
3515
- "type": "literal",
3516
- "value": "defaultChecked"
3517
- },
3518
- {
3519
- "type": "literal",
3520
- "value": "defaultValue"
3521
- },
3522
- {
3523
- "type": "literal",
3524
- "value": "suppressContentEditableWarning"
3525
- },
3526
- {
3527
- "type": "literal",
3528
- "value": "suppressHydrationWarning"
3529
- },
3530
- {
3531
- "type": "literal",
3532
- "value": "accessKey"
3533
- },
3534
- {
3535
- "type": "literal",
3536
- "value": "contentEditable"
3537
- },
3538
- {
3539
- "type": "literal",
3540
- "value": "contextMenu"
3541
- },
3542
- {
3543
- "type": "literal",
3544
- "value": "dir"
3545
- },
3546
- {
3547
- "type": "literal",
3548
- "value": "draggable"
3549
- },
3550
- {
3551
- "type": "literal",
3552
- "value": "hidden"
3553
- },
3554
- {
3555
- "type": "literal",
3556
- "value": "id"
3557
- },
3558
- {
3559
- "type": "literal",
3560
- "value": "lang"
3561
- },
3562
- {
3563
- "type": "literal",
3564
- "value": "nonce"
3565
- },
3566
- {
3567
- "type": "literal",
3568
- "value": "placeholder"
3569
- },
3570
- {
3571
- "type": "literal",
3572
- "value": "spellCheck"
3573
- },
3574
- {
3575
- "type": "literal",
3576
- "value": "tabIndex"
3577
- },
3578
- {
3579
- "type": "literal",
3580
- "value": "translate"
3581
- },
3582
- {
3583
- "type": "literal",
3584
- "value": "radioGroup"
3585
- },
3586
- {
3587
- "type": "literal",
3588
- "value": "role"
3589
- },
3590
- {
3591
- "type": "literal",
3592
- "value": "about"
3593
- },
3594
- {
3595
- "type": "literal",
3596
- "value": "datatype"
3597
- },
3598
- {
3599
- "type": "literal",
3600
- "value": "inlist"
3601
- },
3602
- {
3603
- "type": "literal",
3604
- "value": "prefix"
3605
- },
3606
- {
3607
- "type": "literal",
3608
- "value": "property"
3609
- },
3610
- {
3611
- "type": "literal",
3612
- "value": "resource"
3613
- },
3614
- {
3615
- "type": "literal",
3616
- "value": "typeof"
3617
- },
3618
- {
3619
- "type": "literal",
3620
- "value": "vocab"
3621
- },
3622
- {
3623
- "type": "literal",
3624
- "value": "autoCapitalize"
3625
- },
3626
- {
3627
- "type": "literal",
3628
- "value": "autoCorrect"
3629
- },
3630
- {
3631
- "type": "literal",
3632
- "value": "autoSave"
3633
- },
3634
- {
3635
- "type": "literal",
3636
- "value": "color"
3637
- },
3638
- {
3639
- "type": "literal",
3640
- "value": "itemProp"
3641
- },
3642
- {
3643
- "type": "literal",
3644
- "value": "itemScope"
3645
- },
3646
- {
3647
- "type": "literal",
3648
- "value": "itemType"
3649
- },
3650
- {
3651
- "type": "literal",
3652
- "value": "itemID"
3653
- },
3654
- {
3655
- "type": "literal",
3656
- "value": "itemRef"
3657
- },
3658
- {
3659
- "type": "literal",
3660
- "value": "results"
3661
- },
3662
- {
3663
- "type": "literal",
3664
- "value": "security"
3665
- },
3666
- {
3667
- "type": "literal",
3668
- "value": "unselectable"
3669
- },
3670
- {
3671
- "type": "literal",
3672
- "value": "inputMode"
3673
- },
3674
- {
3675
- "type": "literal",
3676
- "value": "is"
3677
- },
3678
- {
3679
- "type": "literal",
3680
- "value": "aria-activedescendant"
3681
- },
3682
- {
3683
- "type": "literal",
3684
- "value": "aria-atomic"
3685
- },
3686
- {
3687
- "type": "literal",
3688
- "value": "aria-autocomplete"
3689
- },
3690
- {
3691
- "type": "literal",
3692
- "value": "aria-busy"
3693
- },
3694
- {
3695
- "type": "literal",
3696
- "value": "aria-checked"
3697
- },
3698
- {
3699
- "type": "literal",
3700
- "value": "aria-colcount"
3701
- },
3702
- {
3703
- "type": "literal",
3704
- "value": "aria-colindex"
3705
- },
3706
- {
3707
- "type": "literal",
3708
- "value": "aria-colspan"
3709
- },
3710
- {
3711
- "type": "literal",
3712
- "value": "aria-controls"
3713
- },
3714
- {
3715
- "type": "literal",
3716
- "value": "aria-current"
3717
- },
3718
- {
3719
- "type": "literal",
3720
- "value": "aria-describedby"
3721
- },
3722
- {
3723
- "type": "literal",
3724
- "value": "aria-details"
3725
- },
3726
- {
3727
- "type": "literal",
3728
- "value": "aria-disabled"
3729
- },
3730
- {
3731
- "type": "literal",
3732
- "value": "aria-dropeffect"
3733
- },
3734
- {
3735
- "type": "literal",
3736
- "value": "aria-errormessage"
3737
- },
3738
- {
3739
- "type": "literal",
3740
- "value": "aria-expanded"
3741
- },
3742
- {
3743
- "type": "literal",
3744
- "value": "aria-flowto"
3745
- },
3746
- {
3747
- "type": "literal",
3748
- "value": "aria-grabbed"
3749
- },
3750
- {
3751
- "type": "literal",
3752
- "value": "aria-haspopup"
3753
- },
3754
- {
3755
- "type": "literal",
3756
- "value": "aria-hidden"
3757
- },
3758
- {
3759
- "type": "literal",
3760
- "value": "aria-invalid"
3761
- },
3762
- {
3763
- "type": "literal",
3764
- "value": "aria-keyshortcuts"
3765
- },
3766
- {
3767
- "type": "literal",
3768
- "value": "aria-label"
3769
- },
3770
- {
3771
- "type": "literal",
3772
- "value": "aria-labelledby"
3773
- },
3774
- {
3775
- "type": "literal",
3776
- "value": "aria-level"
3777
- },
3778
- {
3779
- "type": "literal",
3780
- "value": "aria-live"
3781
- },
3782
- {
3783
- "type": "literal",
3784
- "value": "aria-modal"
3785
- },
3786
- {
3787
- "type": "literal",
3788
- "value": "aria-multiline"
3789
- },
3790
- {
3791
- "type": "literal",
3792
- "value": "aria-multiselectable"
3793
- },
3794
- {
3795
- "type": "literal",
3796
- "value": "aria-orientation"
3797
- },
3798
- {
3799
- "type": "literal",
3800
- "value": "aria-owns"
3801
- },
3802
- {
3803
- "type": "literal",
3804
- "value": "aria-placeholder"
3805
- },
3806
- {
3807
- "type": "literal",
3808
- "value": "aria-posinset"
3809
- },
3810
- {
3811
- "type": "literal",
3812
- "value": "aria-pressed"
3813
- },
3814
- {
3815
- "type": "literal",
3816
- "value": "aria-readonly"
3817
- },
3818
- {
3819
- "type": "literal",
3820
- "value": "aria-relevant"
3821
- },
3822
- {
3823
- "type": "literal",
3824
- "value": "aria-required"
3825
- },
3826
- {
3827
- "type": "literal",
3828
- "value": "aria-roledescription"
3829
- },
3830
- {
3831
- "type": "literal",
3832
- "value": "aria-rowcount"
3833
- },
3834
- {
3835
- "type": "literal",
3836
- "value": "aria-rowindex"
3837
- },
3838
- {
3839
- "type": "literal",
3840
- "value": "aria-rowspan"
3841
- },
3842
- {
3843
- "type": "literal",
3844
- "value": "aria-selected"
3845
- },
3846
- {
3847
- "type": "literal",
3848
- "value": "aria-setsize"
3849
- },
3850
- {
3851
- "type": "literal",
3852
- "value": "aria-sort"
3853
- },
3854
- {
3855
- "type": "literal",
3856
- "value": "aria-valuemax"
3857
- },
3858
- {
3859
- "type": "literal",
3860
- "value": "aria-valuemin"
3861
- },
3862
- {
3863
- "type": "literal",
3864
- "value": "aria-valuenow"
3865
- },
3866
- {
3867
- "type": "literal",
3868
- "value": "aria-valuetext"
3869
- },
3870
- {
3871
- "type": "literal",
3872
- "value": "dangerouslySetInnerHTML"
3873
- },
3874
- {
3875
- "type": "literal",
3876
- "value": "onCopy"
3877
- },
3878
- {
3879
- "type": "literal",
3880
- "value": "onCopyCapture"
3881
- },
3882
- {
3883
- "type": "literal",
3884
- "value": "onCut"
3885
- },
3886
- {
3887
- "type": "literal",
3888
- "value": "onCutCapture"
3889
- },
3890
- {
3891
- "type": "literal",
3892
- "value": "onPaste"
3893
- },
3894
- {
3895
- "type": "literal",
3896
- "value": "onPasteCapture"
3897
- },
3898
- {
3899
- "type": "literal",
3900
- "value": "onCompositionEnd"
3901
- },
3902
- {
3903
- "type": "literal",
3904
- "value": "onCompositionEndCapture"
3905
- },
3906
- {
3907
- "type": "literal",
3908
- "value": "onCompositionStart"
3909
- },
3910
- {
3911
- "type": "literal",
3912
- "value": "onCompositionStartCapture"
3913
- },
3914
- {
3915
- "type": "literal",
3916
- "value": "onCompositionUpdate"
3917
- },
3918
- {
3919
- "type": "literal",
3920
- "value": "onCompositionUpdateCapture"
3921
- },
3922
- {
3923
- "type": "literal",
3924
- "value": "onFocus"
3925
- },
3926
- {
3927
- "type": "literal",
3928
- "value": "onFocusCapture"
3929
- },
3930
- {
3931
- "type": "literal",
3932
- "value": "onBlur"
3933
- },
3934
- {
3935
- "type": "literal",
3936
- "value": "onBlurCapture"
3937
- },
3938
- {
3939
- "type": "literal",
3940
- "value": "onChange"
3941
- },
3942
- {
3943
- "type": "literal",
3944
- "value": "onChangeCapture"
3945
- },
3946
- {
3947
- "type": "literal",
3948
- "value": "onBeforeInput"
3949
- },
3950
- {
3951
- "type": "literal",
3952
- "value": "onBeforeInputCapture"
3953
- },
3954
- {
3955
- "type": "literal",
3956
- "value": "onInput"
3957
- },
3958
- {
3959
- "type": "literal",
3960
- "value": "onInputCapture"
3961
- },
3962
- {
3963
- "type": "literal",
3964
- "value": "onReset"
3965
- },
3966
- {
3967
- "type": "literal",
3968
- "value": "onResetCapture"
3969
- },
3970
- {
3971
- "type": "literal",
3972
- "value": "onSubmit"
3973
- },
3974
- {
3975
- "type": "literal",
3976
- "value": "onSubmitCapture"
3977
- },
3978
- {
3979
- "type": "literal",
3980
- "value": "onInvalid"
3981
- },
3982
- {
3983
- "type": "literal",
3984
- "value": "onInvalidCapture"
3985
- },
3986
- {
3987
- "type": "literal",
3988
- "value": "onLoad"
3989
- },
3990
- {
3991
- "type": "literal",
3992
- "value": "onLoadCapture"
3993
- },
3994
- {
3995
- "type": "literal",
3996
- "value": "onError"
3997
- },
3998
- {
3999
- "type": "literal",
4000
- "value": "onErrorCapture"
4001
- },
4002
- {
4003
- "type": "literal",
4004
- "value": "onKeyDown"
4005
- },
4006
- {
4007
- "type": "literal",
4008
- "value": "onKeyDownCapture"
4009
- },
4010
- {
4011
- "type": "literal",
4012
- "value": "onKeyPress"
4013
- },
4014
- {
4015
- "type": "literal",
4016
- "value": "onKeyPressCapture"
4017
- },
4018
- {
4019
- "type": "literal",
4020
- "value": "onKeyUp"
4021
- },
4022
- {
4023
- "type": "literal",
4024
- "value": "onKeyUpCapture"
4025
- },
4026
- {
4027
- "type": "literal",
4028
- "value": "onAbort"
4029
- },
4030
- {
4031
- "type": "literal",
4032
- "value": "onAbortCapture"
4033
- },
4034
- {
4035
- "type": "literal",
4036
- "value": "onCanPlay"
4037
- },
4038
- {
4039
- "type": "literal",
4040
- "value": "onCanPlayCapture"
4041
- },
4042
- {
4043
- "type": "literal",
4044
- "value": "onCanPlayThrough"
4045
- },
4046
- {
4047
- "type": "literal",
4048
- "value": "onCanPlayThroughCapture"
4049
- },
4050
- {
4051
- "type": "literal",
4052
- "value": "onDurationChange"
4053
- },
4054
- {
4055
- "type": "literal",
4056
- "value": "onDurationChangeCapture"
4057
- },
4058
- {
4059
- "type": "literal",
4060
- "value": "onEmptied"
4061
- },
4062
- {
4063
- "type": "literal",
4064
- "value": "onEmptiedCapture"
4065
- },
4066
- {
4067
- "type": "literal",
4068
- "value": "onEncrypted"
4069
- },
4070
- {
4071
- "type": "literal",
4072
- "value": "onEncryptedCapture"
4073
- },
4074
- {
4075
- "type": "literal",
4076
- "value": "onEnded"
4077
- },
4078
- {
4079
- "type": "literal",
4080
- "value": "onEndedCapture"
4081
- },
4082
- {
4083
- "type": "literal",
4084
- "value": "onLoadedData"
4085
- },
4086
- {
4087
- "type": "literal",
4088
- "value": "onLoadedDataCapture"
4089
- },
4090
- {
4091
- "type": "literal",
4092
- "value": "onLoadedMetadata"
4093
- },
4094
- {
4095
- "type": "literal",
4096
- "value": "onLoadedMetadataCapture"
4097
- },
4098
- {
4099
- "type": "literal",
4100
- "value": "onLoadStart"
4101
- },
4102
- {
4103
- "type": "literal",
4104
- "value": "onLoadStartCapture"
4105
- },
4106
- {
4107
- "type": "literal",
4108
- "value": "onPause"
4109
- },
4110
- {
4111
- "type": "literal",
4112
- "value": "onPauseCapture"
4113
- },
4114
- {
4115
- "type": "literal",
4116
- "value": "onPlay"
4117
- },
4118
- {
4119
- "type": "literal",
4120
- "value": "onPlayCapture"
4121
- },
4122
- {
4123
- "type": "literal",
4124
- "value": "onPlaying"
4125
- },
4126
- {
4127
- "type": "literal",
4128
- "value": "onPlayingCapture"
4129
- },
4130
- {
4131
- "type": "literal",
4132
- "value": "onProgress"
4133
- },
4134
- {
4135
- "type": "literal",
4136
- "value": "onProgressCapture"
4137
- },
4138
- {
4139
- "type": "literal",
4140
- "value": "onRateChange"
4141
- },
4142
- {
4143
- "type": "literal",
4144
- "value": "onRateChangeCapture"
4145
- },
4146
- {
4147
- "type": "literal",
4148
- "value": "onResize"
4149
- },
4150
- {
4151
- "type": "literal",
4152
- "value": "onResizeCapture"
4153
- },
4154
- {
4155
- "type": "literal",
4156
- "value": "onSeeked"
4157
- },
4158
- {
4159
- "type": "literal",
4160
- "value": "onSeekedCapture"
4161
- },
4162
- {
4163
- "type": "literal",
4164
- "value": "onSeeking"
4165
- },
4166
- {
4167
- "type": "literal",
4168
- "value": "onSeekingCapture"
4169
- },
4170
- {
4171
- "type": "literal",
4172
- "value": "onStalled"
4173
- },
4174
- {
4175
- "type": "literal",
4176
- "value": "onStalledCapture"
4177
- },
4178
- {
4179
- "type": "literal",
4180
- "value": "onSuspend"
4181
- },
4182
- {
4183
- "type": "literal",
4184
- "value": "onSuspendCapture"
4185
- },
4186
- {
4187
- "type": "literal",
4188
- "value": "onTimeUpdate"
4189
- },
4190
- {
4191
- "type": "literal",
4192
- "value": "onTimeUpdateCapture"
4193
- },
4194
- {
4195
- "type": "literal",
4196
- "value": "onVolumeChange"
4197
- },
4198
- {
4199
- "type": "literal",
4200
- "value": "onVolumeChangeCapture"
4201
- },
4202
- {
4203
- "type": "literal",
4204
- "value": "onWaiting"
4205
- },
4206
- {
4207
- "type": "literal",
4208
- "value": "onWaitingCapture"
4209
- },
4210
- {
4211
- "type": "literal",
4212
- "value": "onAuxClick"
4213
- },
4214
- {
4215
- "type": "literal",
4216
- "value": "onAuxClickCapture"
4217
- },
4218
- {
4219
- "type": "literal",
4220
- "value": "onClick"
4221
- },
4222
- {
4223
- "type": "literal",
4224
- "value": "onClickCapture"
4225
- },
4226
- {
4227
- "type": "literal",
4228
- "value": "onContextMenu"
4229
- },
4230
- {
4231
- "type": "literal",
4232
- "value": "onContextMenuCapture"
4233
- },
4234
- {
4235
- "type": "literal",
4236
- "value": "onDoubleClick"
4237
- },
4238
- {
4239
- "type": "literal",
4240
- "value": "onDoubleClickCapture"
4241
- },
4242
- {
4243
- "type": "literal",
4244
- "value": "onDrag"
4245
- },
4246
- {
4247
- "type": "literal",
4248
- "value": "onDragCapture"
4249
- },
4250
- {
4251
- "type": "literal",
4252
- "value": "onDragEnd"
4253
- },
4254
- {
4255
- "type": "literal",
4256
- "value": "onDragEndCapture"
4257
- },
4258
- {
4259
- "type": "literal",
4260
- "value": "onDragEnter"
4261
- },
4262
- {
4263
- "type": "literal",
4264
- "value": "onDragEnterCapture"
4265
- },
4266
- {
4267
- "type": "literal",
4268
- "value": "onDragExit"
4269
- },
4270
- {
4271
- "type": "literal",
4272
- "value": "onDragExitCapture"
4273
- },
4274
- {
4275
- "type": "literal",
4276
- "value": "onDragLeave"
4277
- },
4278
- {
4279
- "type": "literal",
4280
- "value": "onDragLeaveCapture"
4281
- },
4282
- {
4283
- "type": "literal",
4284
- "value": "onDragOver"
4285
- },
4286
- {
4287
- "type": "literal",
4288
- "value": "onDragOverCapture"
4289
- },
4290
- {
4291
- "type": "literal",
4292
- "value": "onDragStart"
4293
- },
4294
- {
4295
- "type": "literal",
4296
- "value": "onDragStartCapture"
4297
- },
4298
- {
4299
- "type": "literal",
4300
- "value": "onDrop"
4301
- },
4302
- {
4303
- "type": "literal",
4304
- "value": "onDropCapture"
4305
- },
4306
- {
4307
- "type": "literal",
4308
- "value": "onMouseDown"
4309
- },
4310
- {
4311
- "type": "literal",
4312
- "value": "onMouseDownCapture"
4313
- },
4314
- {
4315
- "type": "literal",
4316
- "value": "onMouseEnter"
4317
- },
4318
- {
4319
- "type": "literal",
4320
- "value": "onMouseLeave"
4321
- },
4322
- {
4323
- "type": "literal",
4324
- "value": "onMouseMove"
4325
- },
4326
- {
4327
- "type": "literal",
4328
- "value": "onMouseMoveCapture"
4329
- },
4330
- {
4331
- "type": "literal",
4332
- "value": "onMouseOut"
4333
- },
4334
- {
4335
- "type": "literal",
4336
- "value": "onMouseOutCapture"
4337
- },
4338
- {
4339
- "type": "literal",
4340
- "value": "onMouseOver"
4341
- },
4342
- {
4343
- "type": "literal",
4344
- "value": "onMouseOverCapture"
4345
- },
4346
- {
4347
- "type": "literal",
4348
- "value": "onMouseUp"
4349
- },
4350
- {
4351
- "type": "literal",
4352
- "value": "onMouseUpCapture"
4353
- },
4354
- {
4355
- "type": "literal",
4356
- "value": "onSelect"
4357
- },
4358
- {
4359
- "type": "literal",
4360
- "value": "onSelectCapture"
4361
- },
4362
- {
4363
- "type": "literal",
4364
- "value": "onTouchCancel"
4365
- },
4366
- {
4367
- "type": "literal",
4368
- "value": "onTouchCancelCapture"
4369
- },
4370
- {
4371
- "type": "literal",
4372
- "value": "onTouchEnd"
4373
- },
4374
- {
4375
- "type": "literal",
4376
- "value": "onTouchEndCapture"
4377
- },
4378
- {
4379
- "type": "literal",
4380
- "value": "onTouchMove"
4381
- },
4382
- {
4383
- "type": "literal",
4384
- "value": "onTouchMoveCapture"
4385
- },
4386
- {
4387
- "type": "literal",
4388
- "value": "onTouchStart"
4389
- },
4390
- {
4391
- "type": "literal",
4392
- "value": "onTouchStartCapture"
4393
- },
4394
- {
4395
- "type": "literal",
4396
- "value": "onPointerDown"
4397
- },
4398
- {
4399
- "type": "literal",
4400
- "value": "onPointerDownCapture"
4401
- },
4402
- {
4403
- "type": "literal",
4404
- "value": "onPointerMove"
4405
- },
4406
- {
4407
- "type": "literal",
4408
- "value": "onPointerMoveCapture"
4409
- },
4410
- {
4411
- "type": "literal",
4412
- "value": "onPointerUp"
4413
- },
4414
- {
4415
- "type": "literal",
4416
- "value": "onPointerUpCapture"
4417
- },
4418
- {
4419
- "type": "literal",
4420
- "value": "onPointerCancel"
4421
- },
4422
- {
4423
- "type": "literal",
4424
- "value": "onPointerCancelCapture"
4425
- },
4426
- {
4427
- "type": "literal",
4428
- "value": "onPointerEnter"
4429
- },
4430
- {
4431
- "type": "literal",
4432
- "value": "onPointerEnterCapture"
4433
- },
4434
- {
4435
- "type": "literal",
4436
- "value": "onPointerLeave"
4437
- },
4438
- {
4439
- "type": "literal",
4440
- "value": "onPointerLeaveCapture"
4441
- },
4442
- {
4443
- "type": "literal",
4444
- "value": "onPointerOver"
4445
- },
4446
- {
4447
- "type": "literal",
4448
- "value": "onPointerOverCapture"
4449
- },
4450
- {
4451
- "type": "literal",
4452
- "value": "onPointerOut"
4453
- },
4454
- {
4455
- "type": "literal",
4456
- "value": "onPointerOutCapture"
4457
- },
4458
- {
4459
- "type": "literal",
4460
- "value": "onGotPointerCapture"
4461
- },
4462
- {
4463
- "type": "literal",
4464
- "value": "onGotPointerCaptureCapture"
4465
- },
4466
- {
4467
- "type": "literal",
4468
- "value": "onLostPointerCapture"
4469
- },
4470
- {
4471
- "type": "literal",
4472
- "value": "onLostPointerCaptureCapture"
4473
- },
4474
- {
4475
- "type": "literal",
4476
- "value": "onScroll"
4477
- },
4478
- {
4479
- "type": "literal",
4480
- "value": "onScrollCapture"
4481
- },
4482
- {
4483
- "type": "literal",
4484
- "value": "onWheel"
4485
- },
4486
- {
4487
- "type": "literal",
4488
- "value": "onWheelCapture"
4489
- },
4490
- {
4491
- "type": "literal",
4492
- "value": "onAnimationStart"
4493
- },
4494
- {
4495
- "type": "literal",
4496
- "value": "onAnimationStartCapture"
4497
- },
4498
- {
4499
- "type": "literal",
4500
- "value": "onAnimationEnd"
4501
- },
4502
- {
4503
- "type": "literal",
4504
- "value": "onAnimationEndCapture"
4505
- },
4506
- {
4507
- "type": "literal",
4508
- "value": "onAnimationIteration"
4509
- },
4510
- {
4511
- "type": "literal",
4512
- "value": "onAnimationIterationCapture"
4513
- },
4514
- {
4515
- "type": "literal",
4516
- "value": "onTransitionEnd"
4517
- },
4518
- {
4519
- "type": "literal",
4520
- "value": "onTransitionEndCapture"
4521
- },
4522
- {
4523
- "type": "literal",
4524
- "value": "raised"
4525
- }
4526
- ]
4527
- }
4528
- ],
4529
- "name": "Omit",
4530
- "qualifiedName": "Omit",
4531
- "package": "typescript"
4532
- }
4533
- ]
4534
- },
4535
- {
4536
- "type": "literal",
4537
- "value": "ref"
4538
- }
4539
- ],
4540
- "name": "Omit",
4541
- "qualifiedName": "Omit",
4542
- "package": "typescript"
4543
- },
4544
- {
4545
- "type": "reference",
4546
- "typeArguments": [
4547
- {
4548
- "type": "reference",
4549
- "name": "HTMLDivElement",
4550
- "qualifiedName": "HTMLDivElement",
4551
- "package": "typescript"
4552
- }
4553
- ],
4554
- "name": "RefAttributes",
4555
- "qualifiedName": "React.RefAttributes",
4556
- "package": "@types/react"
4557
- }
4558
- ]
4559
- }
4560
- }
4561
- ],
4562
- "type": {
4563
- "type": "union",
4564
- "types": [
4565
- {
4566
- "type": "literal",
4567
- "value": null
4568
- },
4569
- {
4570
- "type": "reference",
4571
- "typeArguments": [
4572
- {
4573
- "type": "intrinsic",
4574
- "name": "any"
4575
- },
4576
- {
4577
- "type": "union",
4578
- "types": [
4579
- {
4580
- "type": "intrinsic",
4581
- "name": "string"
4582
- },
4583
- {
4584
- "type": "reference",
4585
- "typeArguments": [
4586
- {
4587
- "type": "intrinsic",
4588
- "name": "any"
4589
- }
4590
- ],
4591
- "name": "JSXElementConstructor",
4592
- "qualifiedName": "React.JSXElementConstructor",
4593
- "package": "@types/react"
4594
- }
4595
- ]
4596
- }
4597
- ],
4598
- "name": "ReactElement",
4599
- "qualifiedName": "React.ReactElement",
4600
- "package": "@types/react"
4601
- }
4602
- ]
4603
- }
4604
- }
4605
- ]
4606
- },
4607
- {
4608
- "id": 75,
4609
- "name": "EtherchainV2GasPriceCardContent",
4610
- "kind": 64,
4611
- "kindString": "Function",
4612
- "flags": {},
4613
- "sources": [
4614
- {
4615
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4616
- "line": 3,
4617
- "character": 21
4618
- }
4619
- ],
4620
- "signatures": [
4621
- {
4622
- "id": 76,
4623
- "name": "EtherchainV2GasPriceCardContent",
4624
- "kind": 4096,
4625
- "kindString": "Call signature",
4626
- "flags": {},
4627
- "comment": {
4628
- "summary": [
4629
- {
4630
- "kind": "text",
4631
- "text": "**NOTE**: Exotic components are not callable."
4632
- }
4633
- ]
4634
- },
4635
- "parameters": [
4636
- {
4637
- "id": 77,
4638
- "name": "props",
4639
- "kind": 32768,
4640
- "kindString": "Parameter",
4641
- "flags": {},
4642
- "type": {
4643
- "type": "intersection",
4644
- "types": [
4645
- {
4646
- "type": "reference",
4647
- "typeArguments": [
4648
- {
4649
- "type": "intersection",
4650
- "types": [
4651
- {
4652
- "type": "reference",
4653
- "typeArguments": [
4654
- {
4655
- "type": "intersection",
4656
- "types": [
4657
- {
4658
- "type": "reference",
4659
- "name": "SchemaFields",
4660
- "qualifiedName": "SchemaFields",
4661
- "package": "@xyo-network/payload-model"
4662
- },
4663
- {
4664
- "type": "reference",
4665
- "name": "PayloadFields",
4666
- "qualifiedName": "PayloadFields",
4667
- "package": "@xyo-network/payload-model"
4668
- },
4669
- {
4670
- "type": "reflection",
4671
- "declaration": {
4672
- "id": 78,
4673
- "name": "__type",
4674
- "kind": 65536,
4675
- "kindString": "Type literal",
4676
- "flags": {},
4677
- "children": [
4678
- {
4679
- "id": 79,
4680
- "name": "schema",
4681
- "kind": 1024,
4682
- "kindString": "Property",
4683
- "flags": {},
4684
- "sources": [
4685
- {
4686
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4687
- "line": 4,
4688
- "character": 4
4689
- }
4690
- ],
4691
- "type": {
4692
- "type": "intrinsic",
4693
- "name": "string"
4694
- }
4695
- }
4696
- ],
4697
- "groups": [
4698
- {
4699
- "title": "Properties",
4700
- "children": [
4701
- 79
4702
- ]
4703
- }
4704
- ],
4705
- "sources": [
4706
- {
4707
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4708
- "line": 3,
4709
- "character": 225
4710
- }
4711
- ]
4712
- }
4713
- }
4714
- ]
4715
- }
4716
- ],
4717
- "name": "PayloadRenderProps"
4718
- },
4719
- {
4720
- "type": "reflection",
4721
- "declaration": {
4722
- "id": 80,
4723
- "name": "__type",
4724
- "kind": 65536,
4725
- "kindString": "Type literal",
4726
- "flags": {},
4727
- "children": [
4728
- {
4729
- "id": 81,
4730
- "name": "children",
4731
- "kind": 1024,
4732
- "kindString": "Property",
4733
- "flags": {
4734
- "isOptional": true
4735
- },
4736
- "sources": [
4737
- {
4738
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4739
- "line": 6,
4740
- "character": 4
4741
- }
4742
- ],
4743
- "type": {
4744
- "type": "reference",
4745
- "name": "ReactNode",
4746
- "qualifiedName": "React.ReactNode",
4747
- "package": "@types/react"
4748
- }
4749
- },
4750
- {
4751
- "id": 82,
4752
- "name": "classes",
4753
- "kind": 1024,
4754
- "kindString": "Property",
4755
- "flags": {
4756
- "isOptional": true
4757
- },
4758
- "sources": [
4759
- {
4760
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4761
- "line": 7,
4762
- "character": 4
4763
- }
4764
- ],
4765
- "type": {
4766
- "type": "reference",
4767
- "typeArguments": [
4768
- {
4769
- "type": "reference",
4770
- "name": "CardContentClasses",
4771
- "qualifiedName": "CardContentClasses",
4772
- "package": "@mui/material"
4773
- }
4774
- ],
4775
- "name": "Partial",
4776
- "qualifiedName": "Partial",
4777
- "package": "typescript"
4778
- }
4779
- },
4780
- {
4781
- "id": 83,
4782
- "name": "sx",
4783
- "kind": 1024,
4784
- "kindString": "Property",
4785
- "flags": {
4786
- "isOptional": true
4787
- },
4788
- "sources": [
4789
- {
4790
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4791
- "line": 8,
4792
- "character": 4
4793
- }
4794
- ],
4795
- "type": {
4796
- "type": "reference",
4797
- "typeArguments": [
4798
- {
4799
- "type": "reference",
4800
- "name": "Theme",
4801
- "qualifiedName": "Theme",
4802
- "package": "@mui/material"
4803
- }
4804
- ],
4805
- "name": "SxProps",
4806
- "qualifiedName": "SxProps",
4807
- "package": "@mui/system"
4808
- }
4809
- }
4810
- ],
4811
- "groups": [
4812
- {
4813
- "title": "Properties",
4814
- "children": [
4815
- 81,
4816
- 82,
4817
- 83
4818
- ]
4819
- }
4820
- ],
4821
- "sources": [
4822
- {
4823
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4824
- "line": 5,
4825
- "character": 5
4826
- }
4827
- ]
4828
- }
4829
- },
4830
- {
4831
- "type": "reference",
4832
- "name": "CommonProps",
4833
- "qualifiedName": "CommonProps",
4834
- "package": "@mui/material"
4835
- },
4836
- {
4837
- "type": "reference",
4838
- "typeArguments": [
4839
- {
4840
- "type": "intersection",
4841
- "types": [
4842
- {
4843
- "type": "reference",
4844
- "typeArguments": [
4845
- {
4846
- "type": "reference",
4847
- "typeArguments": [
4848
- {
4849
- "type": "reference",
4850
- "typeArguments": [
4851
- {
4852
- "type": "reference",
4853
- "name": "HTMLDivElement",
4854
- "qualifiedName": "HTMLDivElement",
4855
- "package": "typescript"
4856
- }
4857
- ],
4858
- "name": "HTMLAttributes",
4859
- "qualifiedName": "React.HTMLAttributes",
4860
- "package": "@types/react"
4861
- },
4862
- {
4863
- "type": "reference",
4864
- "name": "HTMLDivElement",
4865
- "qualifiedName": "HTMLDivElement",
4866
- "package": "typescript"
4867
- }
4868
- ],
4869
- "name": "DetailedHTMLProps",
4870
- "qualifiedName": "React.DetailedHTMLProps",
4871
- "package": "@types/react"
4872
- },
4873
- {
4874
- "type": "literal",
4875
- "value": "ref"
4876
- }
4877
- ],
4878
- "name": "Omit",
4879
- "qualifiedName": "Omit",
4880
- "package": "typescript"
4881
- },
4882
- {
4883
- "type": "reflection",
4884
- "declaration": {
4885
- "id": 84,
4886
- "name": "__type",
4887
- "kind": 65536,
4888
- "kindString": "Type literal",
4889
- "flags": {},
4890
- "children": [
4891
- {
4892
- "id": 85,
4893
- "name": "ref",
4894
- "kind": 1024,
4895
- "kindString": "Property",
4896
- "flags": {
4897
- "isOptional": true
4898
- },
4899
- "sources": [
4900
- {
4901
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4902
- "line": 10,
4903
- "character": 4
4904
- }
4905
- ],
4906
- "type": {
4907
- "type": "union",
4908
- "types": [
4909
- {
4910
- "type": "literal",
4911
- "value": null
4912
- },
4913
- {
4914
- "type": "reference",
4915
- "typeArguments": [
4916
- {
4917
- "type": "reference",
4918
- "name": "HTMLDivElement",
4919
- "qualifiedName": "HTMLDivElement",
4920
- "package": "typescript"
4921
- }
4922
- ],
4923
- "name": "RefObject",
4924
- "qualifiedName": "React.RefObject",
4925
- "package": "@types/react"
4926
- },
4927
- {
4928
- "type": "reflection",
4929
- "declaration": {
4930
- "id": 86,
4931
- "name": "__type",
4932
- "kind": 65536,
4933
- "kindString": "Type literal",
4934
- "flags": {},
4935
- "sources": [
4936
- {
4937
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4938
- "line": 10,
4939
- "character": 11
4940
- }
4941
- ],
4942
- "signatures": [
4943
- {
4944
- "id": 87,
4945
- "name": "__type",
4946
- "kind": 4096,
4947
- "kindString": "Call signature",
4948
- "flags": {},
4949
- "parameters": [
4950
- {
4951
- "id": 88,
4952
- "name": "instance",
4953
- "kind": 32768,
4954
- "kindString": "Parameter",
4955
- "flags": {},
4956
- "type": {
4957
- "type": "union",
4958
- "types": [
4959
- {
4960
- "type": "literal",
4961
- "value": null
4962
- },
4963
- {
4964
- "type": "reference",
4965
- "name": "HTMLDivElement",
4966
- "qualifiedName": "HTMLDivElement",
4967
- "package": "typescript"
4968
- }
4969
- ]
4970
- }
4971
- }
4972
- ],
4973
- "type": {
4974
- "type": "intrinsic",
4975
- "name": "void"
4976
- }
4977
- }
4978
- ]
4979
- }
4980
- }
4981
- ]
4982
- }
4983
- }
4984
- ],
4985
- "groups": [
4986
- {
4987
- "title": "Properties",
4988
- "children": [
4989
- 85
4990
- ]
4991
- }
4992
- ],
4993
- "sources": [
4994
- {
4995
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardContent.d.ts",
4996
- "line": 9,
4997
- "character": 181
4998
- }
4999
- ]
5000
- }
5001
- }
5002
- ]
5003
- },
5004
- {
5005
- "type": "union",
5006
- "types": [
5007
- {
5008
- "type": "typeOperator",
5009
- "operator": "keyof",
5010
- "target": {
5011
- "type": "reference",
5012
- "name": "CommonProps",
5013
- "qualifiedName": "CommonProps",
5014
- "package": "@mui/material"
5015
- }
5016
- },
5017
- {
5018
- "type": "literal",
5019
- "value": "children"
5020
- },
5021
- {
5022
- "type": "literal",
5023
- "value": "sx"
5024
- }
5025
- ]
5026
- }
5027
- ],
5028
- "name": "Omit",
5029
- "qualifiedName": "Omit",
5030
- "package": "typescript"
5031
- }
5032
- ]
5033
- },
5034
- {
5035
- "type": "literal",
5036
- "value": "ref"
5037
- }
5038
- ],
5039
- "name": "Omit",
5040
- "qualifiedName": "Omit",
5041
- "package": "typescript"
5042
- },
5043
- {
5044
- "type": "reference",
5045
- "typeArguments": [
5046
- {
5047
- "type": "reference",
5048
- "name": "HTMLDivElement",
5049
- "qualifiedName": "HTMLDivElement",
5050
- "package": "typescript"
5051
- }
5052
- ],
5053
- "name": "RefAttributes",
5054
- "qualifiedName": "React.RefAttributes",
5055
- "package": "@types/react"
5056
- }
5057
- ]
5058
- }
5059
- }
5060
- ],
5061
- "type": {
5062
- "type": "union",
5063
- "types": [
5064
- {
5065
- "type": "literal",
5066
- "value": null
5067
- },
5068
- {
5069
- "type": "reference",
5070
- "typeArguments": [
5071
- {
5072
- "type": "intrinsic",
5073
- "name": "any"
5074
- },
5075
- {
5076
- "type": "union",
5077
- "types": [
5078
- {
5079
- "type": "intrinsic",
5080
- "name": "string"
5081
- },
5082
- {
5083
- "type": "reference",
5084
- "typeArguments": [
5085
- {
5086
- "type": "intrinsic",
5087
- "name": "any"
5088
- }
5089
- ],
5090
- "name": "JSXElementConstructor",
5091
- "qualifiedName": "React.JSXElementConstructor",
5092
- "package": "@types/react"
5093
- }
5094
- ]
5095
- }
5096
- ],
5097
- "name": "ReactElement",
5098
- "qualifiedName": "React.ReactElement",
5099
- "package": "@types/react"
5100
- }
5101
- ]
5102
- }
5103
- }
5104
- ]
5105
- },
5106
- {
5107
- "id": 89,
5108
- "name": "EtherchainV2GasPriceCardHeader",
5109
- "kind": 64,
5110
- "kindString": "Function",
5111
- "flags": {},
5112
- "sources": [
5113
- {
5114
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5115
- "line": 3,
5116
- "character": 21
5117
- }
5118
- ],
5119
- "signatures": [
5120
- {
5121
- "id": 90,
5122
- "name": "EtherchainV2GasPriceCardHeader",
5123
- "kind": 4096,
5124
- "kindString": "Call signature",
5125
- "flags": {},
5126
- "comment": {
5127
- "summary": [
5128
- {
5129
- "kind": "text",
5130
- "text": "**NOTE**: Exotic components are not callable."
5131
- }
5132
- ]
5133
- },
5134
- "parameters": [
5135
- {
5136
- "id": 91,
5137
- "name": "props",
5138
- "kind": 32768,
5139
- "kindString": "Parameter",
5140
- "flags": {},
5141
- "type": {
5142
- "type": "intersection",
5143
- "types": [
5144
- {
5145
- "type": "reference",
5146
- "typeArguments": [
5147
- {
5148
- "type": "intersection",
5149
- "types": [
5150
- {
5151
- "type": "reference",
5152
- "typeArguments": [
5153
- {
5154
- "type": "intersection",
5155
- "types": [
5156
- {
5157
- "type": "reference",
5158
- "name": "SchemaFields",
5159
- "qualifiedName": "SchemaFields",
5160
- "package": "@xyo-network/payload-model"
5161
- },
5162
- {
5163
- "type": "reference",
5164
- "name": "PayloadFields",
5165
- "qualifiedName": "PayloadFields",
5166
- "package": "@xyo-network/payload-model"
5167
- },
5168
- {
5169
- "type": "reflection",
5170
- "declaration": {
5171
- "id": 92,
5172
- "name": "__type",
5173
- "kind": 65536,
5174
- "kindString": "Type literal",
5175
- "flags": {},
5176
- "children": [
5177
- {
5178
- "id": 93,
5179
- "name": "schema",
5180
- "kind": 1024,
5181
- "kindString": "Property",
5182
- "flags": {},
5183
- "sources": [
5184
- {
5185
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5186
- "line": 4,
5187
- "character": 4
5188
- }
5189
- ],
5190
- "type": {
5191
- "type": "intrinsic",
5192
- "name": "string"
5193
- }
5194
- }
5195
- ],
5196
- "groups": [
5197
- {
5198
- "title": "Properties",
5199
- "children": [
5200
- 93
5201
- ]
5202
- }
5203
- ],
5204
- "sources": [
5205
- {
5206
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5207
- "line": 3,
5208
- "character": 224
5209
- }
5210
- ]
5211
- }
5212
- }
5213
- ]
5214
- }
5215
- ],
5216
- "name": "PayloadRenderProps"
5217
- },
5218
- {
5219
- "type": "reflection",
5220
- "declaration": {
5221
- "id": 94,
5222
- "name": "__type",
5223
- "kind": 65536,
5224
- "kindString": "Type literal",
5225
- "flags": {},
5226
- "children": [
5227
- {
5228
- "id": 95,
5229
- "name": "action",
5230
- "kind": 1024,
5231
- "kindString": "Property",
5232
- "flags": {
5233
- "isOptional": true
5234
- },
5235
- "sources": [
5236
- {
5237
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5238
- "line": 6,
5239
- "character": 4
5240
- }
5241
- ],
5242
- "type": {
5243
- "type": "reference",
5244
- "name": "ReactNode",
5245
- "qualifiedName": "React.ReactNode",
5246
- "package": "@types/react"
5247
- }
5248
- },
5249
- {
5250
- "id": 96,
5251
- "name": "avatar",
5252
- "kind": 1024,
5253
- "kindString": "Property",
5254
- "flags": {
5255
- "isOptional": true
5256
- },
5257
- "sources": [
5258
- {
5259
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5260
- "line": 7,
5261
- "character": 4
5262
- }
5263
- ],
5264
- "type": {
5265
- "type": "reference",
5266
- "name": "ReactNode",
5267
- "qualifiedName": "React.ReactNode",
5268
- "package": "@types/react"
5269
- }
5270
- },
5271
- {
5272
- "id": 97,
5273
- "name": "classes",
5274
- "kind": 1024,
5275
- "kindString": "Property",
5276
- "flags": {
5277
- "isOptional": true
5278
- },
5279
- "sources": [
5280
- {
5281
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5282
- "line": 8,
5283
- "character": 4
5284
- }
5285
- ],
5286
- "type": {
5287
- "type": "reference",
5288
- "typeArguments": [
5289
- {
5290
- "type": "reference",
5291
- "name": "CardHeaderClasses",
5292
- "qualifiedName": "CardHeaderClasses",
5293
- "package": "@mui/material"
5294
- }
5295
- ],
5296
- "name": "Partial",
5297
- "qualifiedName": "Partial",
5298
- "package": "typescript"
5299
- }
5300
- },
5301
- {
5302
- "id": 98,
5303
- "name": "disableTypography",
5304
- "kind": 1024,
5305
- "kindString": "Property",
5306
- "flags": {
5307
- "isOptional": true
5308
- },
5309
- "sources": [
5310
- {
5311
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5312
- "line": 9,
5313
- "character": 4
5314
- }
5315
- ],
5316
- "type": {
5317
- "type": "intrinsic",
5318
- "name": "boolean"
5319
- }
5320
- },
5321
- {
5322
- "id": 99,
5323
- "name": "subheader",
5324
- "kind": 1024,
5325
- "kindString": "Property",
5326
- "flags": {
5327
- "isOptional": true
5328
- },
5329
- "sources": [
5330
- {
5331
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5332
- "line": 10,
5333
- "character": 4
5334
- }
5335
- ],
5336
- "type": {
5337
- "type": "reference",
5338
- "name": "ReactNode",
5339
- "qualifiedName": "React.ReactNode",
5340
- "package": "@types/react"
5341
- }
5342
- },
5343
- {
5344
- "id": 100,
5345
- "name": "subheaderTypographyProps",
5346
- "kind": 1024,
5347
- "kindString": "Property",
5348
- "flags": {
5349
- "isOptional": true
5350
- },
5351
- "sources": [
5352
- {
5353
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5354
- "line": 11,
5355
- "character": 4
5356
- }
5357
- ],
5358
- "type": {
5359
- "type": "reference",
5360
- "typeArguments": [
5361
- {
5362
- "type": "literal",
5363
- "value": "span"
5364
- },
5365
- {
5366
- "type": "reflection",
5367
- "declaration": {
5368
- "id": 101,
5369
- "name": "__type",
5370
- "kind": 65536,
5371
- "kindString": "Type literal",
5372
- "flags": {},
5373
- "children": [
5374
- {
5375
- "id": 102,
5376
- "name": "component",
5377
- "kind": 1024,
5378
- "kindString": "Property",
5379
- "flags": {
5380
- "isOptional": true
5381
- },
5382
- "sources": [
5383
- {
5384
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5385
- "line": 12,
5386
- "character": 8
5387
- }
5388
- ],
5389
- "type": {
5390
- "type": "literal",
5391
- "value": "span"
5392
- }
5393
- }
5394
- ],
5395
- "groups": [
5396
- {
5397
- "title": "Properties",
5398
- "children": [
5399
- 102
5400
- ]
5401
- }
5402
- ],
5403
- "sources": [
5404
- {
5405
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5406
- "line": 11,
5407
- "character": 79
5408
- }
5409
- ]
5410
- }
5411
- }
5412
- ],
5413
- "name": "TypographyProps",
5414
- "qualifiedName": "TypographyProps",
5415
- "package": "@mui/material"
5416
- }
5417
- },
5418
- {
5419
- "id": 103,
5420
- "name": "sx",
5421
- "kind": 1024,
5422
- "kindString": "Property",
5423
- "flags": {
5424
- "isOptional": true
5425
- },
5426
- "sources": [
5427
- {
5428
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5429
- "line": 14,
5430
- "character": 4
5431
- }
5432
- ],
5433
- "type": {
5434
- "type": "reference",
5435
- "typeArguments": [
5436
- {
5437
- "type": "reference",
5438
- "name": "Theme",
5439
- "qualifiedName": "Theme",
5440
- "package": "@mui/material"
5441
- }
5442
- ],
5443
- "name": "SxProps",
5444
- "qualifiedName": "SxProps",
5445
- "package": "@mui/system"
5446
- }
5447
- },
5448
- {
5449
- "id": 104,
5450
- "name": "title",
5451
- "kind": 1024,
5452
- "kindString": "Property",
5453
- "flags": {
5454
- "isOptional": true
5455
- },
5456
- "sources": [
5457
- {
5458
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5459
- "line": 15,
5460
- "character": 4
5461
- }
5462
- ],
5463
- "type": {
5464
- "type": "reference",
5465
- "name": "ReactNode",
5466
- "qualifiedName": "React.ReactNode",
5467
- "package": "@types/react"
5468
- }
5469
- },
5470
- {
5471
- "id": 105,
5472
- "name": "titleTypographyProps",
5473
- "kind": 1024,
5474
- "kindString": "Property",
5475
- "flags": {
5476
- "isOptional": true
5477
- },
5478
- "sources": [
5479
- {
5480
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5481
- "line": 16,
5482
- "character": 4
5483
- }
5484
- ],
5485
- "type": {
5486
- "type": "reference",
5487
- "typeArguments": [
5488
- {
5489
- "type": "literal",
5490
- "value": "span"
5491
- },
5492
- {
5493
- "type": "reflection",
5494
- "declaration": {
5495
- "id": 106,
5496
- "name": "__type",
5497
- "kind": 65536,
5498
- "kindString": "Type literal",
5499
- "flags": {},
5500
- "children": [
5501
- {
5502
- "id": 107,
5503
- "name": "component",
5504
- "kind": 1024,
5505
- "kindString": "Property",
5506
- "flags": {
5507
- "isOptional": true
5508
- },
5509
- "sources": [
5510
- {
5511
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5512
- "line": 17,
5513
- "character": 8
5514
- }
5515
- ],
5516
- "type": {
5517
- "type": "literal",
5518
- "value": "span"
5519
- }
5520
- }
5521
- ],
5522
- "groups": [
5523
- {
5524
- "title": "Properties",
5525
- "children": [
5526
- 107
5527
- ]
5528
- }
5529
- ],
5530
- "sources": [
5531
- {
5532
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5533
- "line": 16,
5534
- "character": 75
5535
- }
5536
- ]
5537
- }
5538
- }
5539
- ],
5540
- "name": "TypographyProps",
5541
- "qualifiedName": "TypographyProps",
5542
- "package": "@mui/material"
5543
- }
5544
- }
5545
- ],
5546
- "groups": [
5547
- {
5548
- "title": "Properties",
5549
- "children": [
5550
- 95,
5551
- 96,
5552
- 97,
5553
- 98,
5554
- 99,
5555
- 100,
5556
- 103,
5557
- 104,
5558
- 105
5559
- ]
5560
- }
5561
- ],
5562
- "sources": [
5563
- {
5564
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5565
- "line": 5,
5566
- "character": 5
5567
- }
5568
- ]
5569
- }
5570
- },
5571
- {
5572
- "type": "reference",
5573
- "name": "CommonProps",
5574
- "qualifiedName": "CommonProps",
5575
- "package": "@mui/material"
5576
- },
5577
- {
5578
- "type": "reference",
5579
- "typeArguments": [
5580
- {
5581
- "type": "intersection",
5582
- "types": [
5583
- {
5584
- "type": "reference",
5585
- "typeArguments": [
5586
- {
5587
- "type": "reference",
5588
- "typeArguments": [
5589
- {
5590
- "type": "reference",
5591
- "typeArguments": [
5592
- {
5593
- "type": "reference",
5594
- "name": "HTMLDivElement",
5595
- "qualifiedName": "HTMLDivElement",
5596
- "package": "typescript"
5597
- }
5598
- ],
5599
- "name": "HTMLAttributes",
5600
- "qualifiedName": "React.HTMLAttributes",
5601
- "package": "@types/react"
5602
- },
5603
- {
5604
- "type": "reference",
5605
- "name": "HTMLDivElement",
5606
- "qualifiedName": "HTMLDivElement",
5607
- "package": "typescript"
5608
- }
5609
- ],
5610
- "name": "DetailedHTMLProps",
5611
- "qualifiedName": "React.DetailedHTMLProps",
5612
- "package": "@types/react"
5613
- },
5614
- {
5615
- "type": "literal",
5616
- "value": "ref"
5617
- }
5618
- ],
5619
- "name": "Omit",
5620
- "qualifiedName": "Omit",
5621
- "package": "typescript"
5622
- },
5623
- {
5624
- "type": "reflection",
5625
- "declaration": {
5626
- "id": 108,
5627
- "name": "__type",
5628
- "kind": 65536,
5629
- "kindString": "Type literal",
5630
- "flags": {},
5631
- "children": [
5632
- {
5633
- "id": 109,
5634
- "name": "ref",
5635
- "kind": 1024,
5636
- "kindString": "Property",
5637
- "flags": {
5638
- "isOptional": true
5639
- },
5640
- "sources": [
5641
- {
5642
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5643
- "line": 20,
5644
- "character": 4
5645
- }
5646
- ],
5647
- "type": {
5648
- "type": "union",
5649
- "types": [
5650
- {
5651
- "type": "literal",
5652
- "value": null
5653
- },
5654
- {
5655
- "type": "reference",
5656
- "typeArguments": [
5657
- {
5658
- "type": "reference",
5659
- "name": "HTMLDivElement",
5660
- "qualifiedName": "HTMLDivElement",
5661
- "package": "typescript"
5662
- }
5663
- ],
5664
- "name": "RefObject",
5665
- "qualifiedName": "React.RefObject",
5666
- "package": "@types/react"
5667
- },
5668
- {
5669
- "type": "reflection",
5670
- "declaration": {
5671
- "id": 110,
5672
- "name": "__type",
5673
- "kind": 65536,
5674
- "kindString": "Type literal",
5675
- "flags": {},
5676
- "sources": [
5677
- {
5678
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5679
- "line": 20,
5680
- "character": 11
5681
- }
5682
- ],
5683
- "signatures": [
5684
- {
5685
- "id": 111,
5686
- "name": "__type",
5687
- "kind": 4096,
5688
- "kindString": "Call signature",
5689
- "flags": {},
5690
- "parameters": [
5691
- {
5692
- "id": 112,
5693
- "name": "instance",
5694
- "kind": 32768,
5695
- "kindString": "Parameter",
5696
- "flags": {},
5697
- "type": {
5698
- "type": "union",
5699
- "types": [
5700
- {
5701
- "type": "literal",
5702
- "value": null
5703
- },
5704
- {
5705
- "type": "reference",
5706
- "name": "HTMLDivElement",
5707
- "qualifiedName": "HTMLDivElement",
5708
- "package": "typescript"
5709
- }
5710
- ]
5711
- }
5712
- }
5713
- ],
5714
- "type": {
5715
- "type": "intrinsic",
5716
- "name": "void"
5717
- }
5718
- }
5719
- ]
5720
- }
5721
- }
5722
- ]
5723
- }
5724
- }
5725
- ],
5726
- "groups": [
5727
- {
5728
- "title": "Properties",
5729
- "children": [
5730
- 109
5731
- ]
5732
- }
5733
- ],
5734
- "sources": [
5735
- {
5736
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Card/CardHeader.d.ts",
5737
- "line": 19,
5738
- "character": 181
5739
- }
5740
- ]
5741
- }
5742
- }
5743
- ]
5744
- },
5745
- {
5746
- "type": "union",
5747
- "types": [
5748
- {
5749
- "type": "typeOperator",
5750
- "operator": "keyof",
5751
- "target": {
5752
- "type": "reference",
5753
- "name": "CommonProps",
5754
- "qualifiedName": "CommonProps",
5755
- "package": "@mui/material"
5756
- }
5757
- },
5758
- {
5759
- "type": "literal",
5760
- "value": "sx"
5761
- },
5762
- {
5763
- "type": "literal",
5764
- "value": "title"
5765
- },
5766
- {
5767
- "type": "literal",
5768
- "value": "action"
5769
- },
5770
- {
5771
- "type": "literal",
5772
- "value": "avatar"
5773
- },
5774
- {
5775
- "type": "literal",
5776
- "value": "disableTypography"
5777
- },
5778
- {
5779
- "type": "literal",
5780
- "value": "subheader"
5781
- },
5782
- {
5783
- "type": "literal",
5784
- "value": "subheaderTypographyProps"
5785
- },
5786
- {
5787
- "type": "literal",
5788
- "value": "titleTypographyProps"
5789
- }
5790
- ]
5791
- }
5792
- ],
5793
- "name": "Omit",
5794
- "qualifiedName": "Omit",
5795
- "package": "typescript"
5796
- }
5797
- ]
5798
- },
5799
- {
5800
- "type": "literal",
5801
- "value": "ref"
5802
- }
5803
- ],
5804
- "name": "Omit",
5805
- "qualifiedName": "Omit",
5806
- "package": "typescript"
5807
- },
5808
- {
5809
- "type": "reference",
5810
- "typeArguments": [
5811
- {
5812
- "type": "reference",
5813
- "name": "HTMLDivElement",
5814
- "qualifiedName": "HTMLDivElement",
5815
- "package": "typescript"
5816
- }
5817
- ],
5818
- "name": "RefAttributes",
5819
- "qualifiedName": "React.RefAttributes",
5820
- "package": "@types/react"
5821
- }
5822
- ]
5823
- }
5824
- }
5825
- ],
5826
- "type": {
5827
- "type": "union",
5828
- "types": [
5829
- {
5830
- "type": "literal",
5831
- "value": null
5832
- },
5833
- {
5834
- "type": "reference",
5835
- "typeArguments": [
5836
- {
5837
- "type": "intrinsic",
5838
- "name": "any"
5839
- },
5840
- {
5841
- "type": "union",
5842
- "types": [
5843
- {
5844
- "type": "intrinsic",
5845
- "name": "string"
5846
- },
5847
- {
5848
- "type": "reference",
5849
- "typeArguments": [
5850
- {
5851
- "type": "intrinsic",
5852
- "name": "any"
5853
- }
5854
- ],
5855
- "name": "JSXElementConstructor",
5856
- "qualifiedName": "React.JSXElementConstructor",
5857
- "package": "@types/react"
5858
- }
5859
- ]
5860
- }
5861
- ],
5862
- "name": "ReactElement",
5863
- "qualifiedName": "React.ReactElement",
5864
- "package": "@types/react"
5865
- }
5866
- ]
5867
- }
5868
- }
5869
- ]
5870
- },
5871
- {
5872
- "id": 113,
5873
- "name": "EtherchainV2GasPriceDetailsBox",
5874
- "kind": 64,
5875
- "kindString": "Function",
5876
- "flags": {},
5877
- "sources": [
5878
- {
5879
- "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v2/dist/types/components/Details/Box/EtherchainV2GasPriceDetailsBox.d.ts",
5880
- "line": 3,
5881
- "character": 21
5882
- }
5883
- ],
5884
- "signatures": [
5885
- {
5886
- "id": 114,
5887
- "name": "EtherchainV2GasPriceDetailsBox",
5888
- "kind": 4096,
5889
- "kindString": "Call signature",
5890
- "flags": {},
5891
- "comment": {
5892
- "summary": [
5893
- {
5894
- "kind": "text",
5895
- "text": "**NOTE**: Exotic components are not callable."
5896
- }
5897
- ]
5898
- },
5899
- "parameters": [
5900
- {
5901
- "id": 115,
5902
- "name": "props",
5903
- "kind": 32768,
5904
- "kindString": "Parameter",
5905
- "flags": {},
5906
- "type": {
5907
- "type": "intersection",
5908
- "types": [
5909
- {
5910
- "type": "reference",
5911
- "name": "PayloadDetailsRenderProps"
5912
- },
5913
- {
5914
- "type": "reference",
5915
- "name": "BusyBoxProps",
5916
- "qualifiedName": "BusyBoxProps",
5917
- "package": "@xylabs/react-flexbox"
5918
- },
5919
- {
5920
- "type": "reference",
5921
- "typeArguments": [
5922
- {
5923
- "type": "reference",
5924
- "name": "HTMLDivElement",
5925
- "qualifiedName": "HTMLDivElement",
5926
- "package": "typescript"
5927
- }
5928
- ],
5929
- "name": "RefAttributes",
5930
- "qualifiedName": "React.RefAttributes",
5931
- "package": "@types/react"
5932
- }
5933
- ]
5934
- }
5935
- }
5936
- ],
5937
- "type": {
5938
- "type": "union",
5939
- "types": [
5940
- {
5941
- "type": "literal",
5942
- "value": null
5943
- },
5944
- {
5945
- "type": "reference",
5946
- "typeArguments": [
5947
- {
5948
- "type": "intrinsic",
5949
- "name": "any"
5950
- },
5951
- {
5952
- "type": "union",
5953
- "types": [
5954
- {
5955
- "type": "intrinsic",
5956
- "name": "string"
5957
- },
5958
- {
5959
- "type": "reference",
5960
- "typeArguments": [
5961
- {
5962
- "type": "intrinsic",
5963
- "name": "any"
5964
- }
5965
- ],
5966
- "name": "JSXElementConstructor",
5967
- "qualifiedName": "React.JSXElementConstructor",
5968
- "package": "@types/react"
5969
- }
5970
- ]
5971
- }
5972
- ],
5973
- "name": "ReactElement",
5974
- "qualifiedName": "React.ReactElement",
5975
- "package": "@types/react"
5976
- }
5977
- ]
5978
- }
5979
- }
5980
- ]
5981
3015
  }
5982
3016
  ],
5983
3017
  "groups": [
@@ -5991,8 +3025,7 @@
5991
3025
  "title": "Variables",
5992
3026
  "children": [
5993
3027
  1,
5994
- 59,
5995
- 116
3028
+ 59
5996
3029
  ]
5997
3030
  },
5998
3031
  {
@@ -6001,11 +3034,7 @@
6001
3034
  3,
6002
3035
  18,
6003
3036
  32,
6004
- 56,
6005
- 60,
6006
- 75,
6007
- 89,
6008
- 113
3037
+ 56
6009
3038
  ]
6010
3039
  }
6011
3040
  ],
@@ -6014,7 +3043,7 @@
6014
3043
  "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts",
6015
3044
  "line": 1,
6016
3045
  "character": 0,
6017
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/10a0e53a1b1/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L1"
3046
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L1"
6018
3047
  }
6019
3048
  ]
6020
3049
  }