@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.
- package/dist/browser/components/Card/Card.d.cts +10 -0
- package/dist/browser/components/Card/Card.d.cts.map +1 -0
- package/dist/browser/components/Card/Card.d.mts +10 -0
- package/dist/browser/components/Card/Card.d.mts.map +1 -0
- package/dist/browser/components/Card/Card.d.ts +10 -0
- package/dist/browser/components/Card/Card.d.ts.map +1 -0
- package/dist/browser/components/Card/CardActions.d.cts +9 -0
- package/dist/browser/components/Card/CardActions.d.cts.map +1 -0
- package/dist/browser/components/Card/CardActions.d.mts +9 -0
- package/dist/browser/components/Card/CardActions.d.mts.map +1 -0
- package/dist/browser/components/Card/CardActions.d.ts +9 -0
- package/dist/browser/components/Card/CardActions.d.ts.map +1 -0
- package/dist/browser/components/Card/CardContent.d.cts +10 -0
- package/dist/browser/components/Card/CardContent.d.cts.map +1 -0
- package/dist/browser/components/Card/CardContent.d.mts +10 -0
- package/dist/browser/components/Card/CardContent.d.mts.map +1 -0
- package/dist/browser/components/Card/CardContent.d.ts +10 -0
- package/dist/browser/components/Card/CardContent.d.ts.map +1 -0
- package/dist/browser/components/Card/CardHeader.d.cts +6 -0
- package/dist/browser/components/Card/CardHeader.d.cts.map +1 -0
- package/dist/browser/components/Card/CardHeader.d.mts +6 -0
- package/dist/browser/components/Card/CardHeader.d.mts.map +1 -0
- package/dist/browser/components/Card/CardHeader.d.ts +6 -0
- package/dist/browser/components/Card/CardHeader.d.ts.map +1 -0
- package/dist/browser/components/Card/index.d.cts +4 -0
- package/dist/browser/components/Card/index.d.cts.map +1 -0
- package/dist/browser/components/Card/index.d.mts +4 -0
- package/dist/browser/components/Card/index.d.mts.map +1 -0
- package/dist/browser/components/Card/index.d.ts +4 -0
- package/dist/browser/components/Card/index.d.ts.map +1 -0
- package/dist/browser/components/index.d.cts +2 -0
- package/dist/browser/components/index.d.cts.map +1 -0
- package/dist/browser/components/index.d.mts +2 -0
- package/dist/browser/components/index.d.mts.map +1 -0
- package/dist/browser/components/index.d.ts +2 -0
- package/dist/browser/components/index.d.ts.map +1 -0
- package/dist/browser/index.cjs +71 -9
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +1 -0
- package/dist/browser/index.d.cts.map +1 -1
- package/dist/browser/index.d.mts +1 -0
- package/dist/browser/index.d.mts.map +1 -1
- package/dist/browser/index.d.ts +1 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +60 -8
- package/dist/browser/index.js.map +1 -1
- package/dist/node/components/Card/Card.d.cts +10 -0
- package/dist/node/components/Card/Card.d.cts.map +1 -0
- package/dist/node/components/Card/Card.d.mts +10 -0
- package/dist/node/components/Card/Card.d.mts.map +1 -0
- package/dist/node/components/Card/Card.d.ts +10 -0
- package/dist/node/components/Card/Card.d.ts.map +1 -0
- package/dist/node/components/Card/CardActions.d.cts +9 -0
- package/dist/node/components/Card/CardActions.d.cts.map +1 -0
- package/dist/node/components/Card/CardActions.d.mts +9 -0
- package/dist/node/components/Card/CardActions.d.mts.map +1 -0
- package/dist/node/components/Card/CardActions.d.ts +9 -0
- package/dist/node/components/Card/CardActions.d.ts.map +1 -0
- package/dist/node/components/Card/CardContent.d.cts +10 -0
- package/dist/node/components/Card/CardContent.d.cts.map +1 -0
- package/dist/node/components/Card/CardContent.d.mts +10 -0
- package/dist/node/components/Card/CardContent.d.mts.map +1 -0
- package/dist/node/components/Card/CardContent.d.ts +10 -0
- package/dist/node/components/Card/CardContent.d.ts.map +1 -0
- package/dist/node/components/Card/CardHeader.d.cts +6 -0
- package/dist/node/components/Card/CardHeader.d.cts.map +1 -0
- package/dist/node/components/Card/CardHeader.d.mts +6 -0
- package/dist/node/components/Card/CardHeader.d.mts.map +1 -0
- package/dist/node/components/Card/CardHeader.d.ts +6 -0
- package/dist/node/components/Card/CardHeader.d.ts.map +1 -0
- package/dist/node/components/Card/index.d.cts +4 -0
- package/dist/node/components/Card/index.d.cts.map +1 -0
- package/dist/node/components/Card/index.d.mts +4 -0
- package/dist/node/components/Card/index.d.mts.map +1 -0
- package/dist/node/components/Card/index.d.ts +4 -0
- package/dist/node/components/Card/index.d.ts.map +1 -0
- package/dist/node/components/index.d.cts +2 -0
- package/dist/node/components/index.d.cts.map +1 -0
- package/dist/node/components/index.d.mts +2 -0
- package/dist/node/components/index.d.mts.map +1 -0
- package/dist/node/components/index.d.ts +2 -0
- package/dist/node/components/index.d.ts.map +1 -0
- package/dist/node/index.cjs +74 -9
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +1 -0
- package/dist/node/index.d.cts.map +1 -1
- package/dist/node/index.d.mts +1 -0
- package/dist/node/index.d.mts.map +1 -1
- package/dist/node/index.d.ts +1 -0
- package/dist/node/index.d.ts.map +1 -1
- package/dist/node/index.js +60 -8
- package/dist/node/index.js.map +1 -1
- package/package.json +24 -11
- package/src/components/Card/Card.stories.tsx +147 -0
- package/src/components/Card/Card.tsx +32 -0
- package/src/components/Card/CardActions.tsx +19 -0
- package/src/components/Card/CardContent.tsx +23 -0
- package/src/components/Card/CardHeader.tsx +7 -0
- package/src/components/Card/NftSentinel.json +214 -0
- package/src/components/Card/index.ts +3 -0
- package/src/components/index.ts +1 -0
- 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 @@
|
|
|
1
|
+
export * from './Card'
|
package/src/index.ts
CHANGED