@xyo-network/react-sentinel 2.65.4 → 2.65.6

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 (102) hide show
  1. package/dist/browser/components/Card/Card.d.cts +10 -0
  2. package/dist/browser/components/Card/Card.d.cts.map +1 -0
  3. package/dist/browser/components/Card/Card.d.mts +10 -0
  4. package/dist/browser/components/Card/Card.d.mts.map +1 -0
  5. package/dist/browser/components/Card/Card.d.ts +10 -0
  6. package/dist/browser/components/Card/Card.d.ts.map +1 -0
  7. package/dist/browser/components/Card/CardActions.d.cts +9 -0
  8. package/dist/browser/components/Card/CardActions.d.cts.map +1 -0
  9. package/dist/browser/components/Card/CardActions.d.mts +9 -0
  10. package/dist/browser/components/Card/CardActions.d.mts.map +1 -0
  11. package/dist/browser/components/Card/CardActions.d.ts +9 -0
  12. package/dist/browser/components/Card/CardActions.d.ts.map +1 -0
  13. package/dist/browser/components/Card/CardContent.d.cts +10 -0
  14. package/dist/browser/components/Card/CardContent.d.cts.map +1 -0
  15. package/dist/browser/components/Card/CardContent.d.mts +10 -0
  16. package/dist/browser/components/Card/CardContent.d.mts.map +1 -0
  17. package/dist/browser/components/Card/CardContent.d.ts +10 -0
  18. package/dist/browser/components/Card/CardContent.d.ts.map +1 -0
  19. package/dist/browser/components/Card/CardHeader.d.cts +6 -0
  20. package/dist/browser/components/Card/CardHeader.d.cts.map +1 -0
  21. package/dist/browser/components/Card/CardHeader.d.mts +6 -0
  22. package/dist/browser/components/Card/CardHeader.d.mts.map +1 -0
  23. package/dist/browser/components/Card/CardHeader.d.ts +6 -0
  24. package/dist/browser/components/Card/CardHeader.d.ts.map +1 -0
  25. package/dist/browser/components/Card/index.d.cts +4 -0
  26. package/dist/browser/components/Card/index.d.cts.map +1 -0
  27. package/dist/browser/components/Card/index.d.mts +4 -0
  28. package/dist/browser/components/Card/index.d.mts.map +1 -0
  29. package/dist/browser/components/Card/index.d.ts +4 -0
  30. package/dist/browser/components/Card/index.d.ts.map +1 -0
  31. package/dist/browser/components/index.d.cts +2 -0
  32. package/dist/browser/components/index.d.cts.map +1 -0
  33. package/dist/browser/components/index.d.mts +2 -0
  34. package/dist/browser/components/index.d.mts.map +1 -0
  35. package/dist/browser/components/index.d.ts +2 -0
  36. package/dist/browser/components/index.d.ts.map +1 -0
  37. package/dist/browser/index.cjs +71 -9
  38. package/dist/browser/index.cjs.map +1 -1
  39. package/dist/browser/index.d.cts +1 -0
  40. package/dist/browser/index.d.cts.map +1 -1
  41. package/dist/browser/index.d.mts +1 -0
  42. package/dist/browser/index.d.mts.map +1 -1
  43. package/dist/browser/index.d.ts +1 -0
  44. package/dist/browser/index.d.ts.map +1 -1
  45. package/dist/browser/index.js +60 -8
  46. package/dist/browser/index.js.map +1 -1
  47. package/dist/node/components/Card/Card.d.cts +10 -0
  48. package/dist/node/components/Card/Card.d.cts.map +1 -0
  49. package/dist/node/components/Card/Card.d.mts +10 -0
  50. package/dist/node/components/Card/Card.d.mts.map +1 -0
  51. package/dist/node/components/Card/Card.d.ts +10 -0
  52. package/dist/node/components/Card/Card.d.ts.map +1 -0
  53. package/dist/node/components/Card/CardActions.d.cts +9 -0
  54. package/dist/node/components/Card/CardActions.d.cts.map +1 -0
  55. package/dist/node/components/Card/CardActions.d.mts +9 -0
  56. package/dist/node/components/Card/CardActions.d.mts.map +1 -0
  57. package/dist/node/components/Card/CardActions.d.ts +9 -0
  58. package/dist/node/components/Card/CardActions.d.ts.map +1 -0
  59. package/dist/node/components/Card/CardContent.d.cts +10 -0
  60. package/dist/node/components/Card/CardContent.d.cts.map +1 -0
  61. package/dist/node/components/Card/CardContent.d.mts +10 -0
  62. package/dist/node/components/Card/CardContent.d.mts.map +1 -0
  63. package/dist/node/components/Card/CardContent.d.ts +10 -0
  64. package/dist/node/components/Card/CardContent.d.ts.map +1 -0
  65. package/dist/node/components/Card/CardHeader.d.cts +6 -0
  66. package/dist/node/components/Card/CardHeader.d.cts.map +1 -0
  67. package/dist/node/components/Card/CardHeader.d.mts +6 -0
  68. package/dist/node/components/Card/CardHeader.d.mts.map +1 -0
  69. package/dist/node/components/Card/CardHeader.d.ts +6 -0
  70. package/dist/node/components/Card/CardHeader.d.ts.map +1 -0
  71. package/dist/node/components/Card/index.d.cts +4 -0
  72. package/dist/node/components/Card/index.d.cts.map +1 -0
  73. package/dist/node/components/Card/index.d.mts +4 -0
  74. package/dist/node/components/Card/index.d.mts.map +1 -0
  75. package/dist/node/components/Card/index.d.ts +4 -0
  76. package/dist/node/components/Card/index.d.ts.map +1 -0
  77. package/dist/node/components/index.d.cts +2 -0
  78. package/dist/node/components/index.d.cts.map +1 -0
  79. package/dist/node/components/index.d.mts +2 -0
  80. package/dist/node/components/index.d.mts.map +1 -0
  81. package/dist/node/components/index.d.ts +2 -0
  82. package/dist/node/components/index.d.ts.map +1 -0
  83. package/dist/node/index.cjs +74 -9
  84. package/dist/node/index.cjs.map +1 -1
  85. package/dist/node/index.d.cts +1 -0
  86. package/dist/node/index.d.cts.map +1 -1
  87. package/dist/node/index.d.mts +1 -0
  88. package/dist/node/index.d.mts.map +1 -1
  89. package/dist/node/index.d.ts +1 -0
  90. package/dist/node/index.d.ts.map +1 -1
  91. package/dist/node/index.js +60 -8
  92. package/dist/node/index.js.map +1 -1
  93. package/package.json +24 -11
  94. package/src/components/Card/Card.stories.tsx +147 -0
  95. package/src/components/Card/Card.tsx +32 -0
  96. package/src/components/Card/CardActions.tsx +19 -0
  97. package/src/components/Card/CardContent.tsx +23 -0
  98. package/src/components/Card/CardHeader.tsx +7 -0
  99. package/src/components/Card/NftSentinel.json +214 -0
  100. package/src/components/Card/index.ts +3 -0
  101. package/src/components/index.ts +1 -0
  102. package/src/index.ts +1 -0
@@ -0,0 +1,214 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/a5a229a767e3998e13cce8160fd1c2b027317424/packages/manifest/src/schema.json",
3
+ "nodes": [
4
+ {
5
+ "config": {
6
+ "accountPath": "m/44'/60'/1'/0'/0'",
7
+ "name": "NftInfoNode",
8
+ "schema": "network.xyo.node.config"
9
+ },
10
+ "modules": {
11
+ "public": [
12
+ {
13
+ "config": {
14
+ "accountPath": "m/44'/60'/1'/1'/0'",
15
+ "call": {
16
+ "functionName": "name",
17
+ "params": []
18
+ },
19
+ "labels": {
20
+ "network.xyo.crypto.contract.interface": "Erc721"
21
+ },
22
+ "language": "javascript",
23
+ "name": "Erc721NameWitness",
24
+ "schema": "network.xyo.crypto.contract.function.read.config"
25
+ }
26
+ },
27
+ {
28
+ "config": {
29
+ "accountPath": "m/44'/60'/1'/1'/1'",
30
+ "call": {
31
+ "functionName": "symbol",
32
+ "params": []
33
+ },
34
+ "labels": {
35
+ "network.xyo.crypto.contract.interface": "Erc721"
36
+ },
37
+ "language": "javascript",
38
+ "name": "Erc721SymbolWitness",
39
+ "schema": "network.xyo.crypto.contract.function.read.config"
40
+ }
41
+ },
42
+ {
43
+ "config": {
44
+ "accountPath": "m/44'/60'/1'/1'/2'",
45
+ "call": {
46
+ "functionName": "totalSupply",
47
+ "params": []
48
+ },
49
+ "labels": {
50
+ "network.xyo.crypto.contract.interface": "Erc721Enumerable"
51
+ },
52
+ "language": "javascript",
53
+ "name": "Erc721TotalSupplyWitness",
54
+ "schema": "network.xyo.crypto.contract.function.read.config"
55
+ }
56
+ },
57
+ {
58
+ "config": {
59
+ "accountPath": "m/44'/60'/1'/1'/3'",
60
+ "call": {
61
+ "functionName": "tokenURI"
62
+ },
63
+ "labels": {
64
+ "network.xyo.crypto.contract.interface": "Erc721"
65
+ },
66
+ "language": "javascript",
67
+ "name": "Erc721TokenURIWitness",
68
+ "schema": "network.xyo.crypto.contract.function.read.config"
69
+ }
70
+ },
71
+ {
72
+ "config": {
73
+ "accountPath": "m/44'/60'/1'/1'/4'",
74
+ "call": {
75
+ "functionName": "ownerOf"
76
+ },
77
+ "labels": {
78
+ "network.xyo.crypto.contract.interface": "Erc721"
79
+ },
80
+ "language": "javascript",
81
+ "name": "Erc721OwnerOfWitness",
82
+ "schema": "network.xyo.crypto.contract.function.read.config"
83
+ }
84
+ },
85
+ {
86
+ "config": {
87
+ "accountPath": "m/44'/60'/1'/1'/5'",
88
+ "call": {
89
+ "functionName": "uri",
90
+ "params": []
91
+ },
92
+ "labels": {
93
+ "network.xyo.crypto.contract.interface": "Erc1155"
94
+ },
95
+ "language": "javascript",
96
+ "name": "Erc1155UriWitness",
97
+ "schema": "network.xyo.crypto.contract.function.read.config"
98
+ }
99
+ },
100
+ {
101
+ "config": {
102
+ "accountPath": "m/44'/60'/1'/2'/0'",
103
+ "language": "javascript",
104
+ "name": "Erc721ContractInfoDiviner",
105
+ "schema": "network.xyo.crypto.contract.diviner.config"
106
+ }
107
+ },
108
+ {
109
+ "config": {
110
+ "accountPath": "m/44'/60'/1'/2'/1'",
111
+ "language": "javascript",
112
+ "name": "Erc1155ContractInfoDiviner",
113
+ "schema": "network.xyo.crypto.contract.diviner.config"
114
+ }
115
+ },
116
+ {
117
+ "config": {
118
+ "accountPath": "m/44'/60'/1'/2'/2'",
119
+ "language": "javascript",
120
+ "name": "Erc721TokenContractInfoDiviner",
121
+ "schema": "network.xyo.crypto.contract.diviner.config"
122
+ }
123
+ },
124
+ {
125
+ "config": {
126
+ "accountPath": "m/44'/60'/1'/2'/3'",
127
+ "language": "javascript",
128
+ "name": "Erc1155TokenContractInfoDiviner",
129
+ "schema": "network.xyo.crypto.contract.diviner.config"
130
+ }
131
+ },
132
+ {
133
+ "config": {
134
+ "accountPath": "m/44'/60'/1'/3'/0'",
135
+ "language": "javascript",
136
+ "name": "NftInfoSentinel",
137
+ "schema": "network.xyo.sentinel.config",
138
+ "synchronous": "true",
139
+ "tasks": [
140
+ {
141
+ "input": true,
142
+ "module": "Erc721NameWitness"
143
+ },
144
+ {
145
+ "input": true,
146
+ "module": "Erc721SymbolWitness"
147
+ },
148
+ {
149
+ "input": true,
150
+ "module": "Erc721TotalSupplyWitness"
151
+ },
152
+ {
153
+ "input": true,
154
+ "module": "Erc1155UriWitness"
155
+ },
156
+ {
157
+ "input": [
158
+ "Erc721NameWitness",
159
+ "Erc721SymbolWitness",
160
+ "Erc721TotalSupplyWitness"
161
+ ],
162
+ "module": "Erc721ContractInfoDiviner"
163
+ },
164
+ {
165
+ "input": [
166
+ "Erc1155UriWitness"
167
+ ],
168
+ "module": "Erc1155ContractInfoDiviner"
169
+ }
170
+ ]
171
+ }
172
+ },
173
+ {
174
+ "config": {
175
+ "accountPath": "m/44'/60'/1'/3'/1'",
176
+ "language": "javascript",
177
+ "name": "NftTokenInfoSentinel",
178
+ "schema": "network.xyo.sentinel.config",
179
+ "synchronous": "true",
180
+ "tasks": [
181
+ {
182
+ "input": true,
183
+ "module": "Erc721TokenURIWitness"
184
+ },
185
+ {
186
+ "input": true,
187
+ "module": "Erc721OwnerOfWitness"
188
+ },
189
+ {
190
+ "input": true,
191
+ "module": "Erc1155UriWitness"
192
+ },
193
+ {
194
+ "input": [
195
+ "Erc721TokenURIWitness",
196
+ "Erc721OwnerOfWitness"
197
+ ],
198
+ "module": "Erc721TokenContractInfoDiviner"
199
+ },
200
+ {
201
+ "input": [
202
+ "Erc1155UriWitness"
203
+ ],
204
+ "module": "Erc1155TokenContractInfoDiviner"
205
+ }
206
+ ]
207
+ }
208
+ }
209
+ ]
210
+ }
211
+ }
212
+ ],
213
+ "schema": "network.xyo.manifest"
214
+ }
@@ -0,0 +1,3 @@
1
+ export * from './Card'
2
+ export * from './CardContent'
3
+ export * from './CardHeader'
@@ -0,0 +1 @@
1
+ export * from './Card'
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
+ export * from './components'
1
2
  export * from './contexts'
2
3
  export * from './hooks'