@xyo-network/react-sentinel 5.2.2 → 5.2.4
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/knip.config.ts +15 -0
- package/package.json +29 -27
- package/src/components/Card/Card.stories.tsx +1 -1
package/knip.config.ts
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,25 +39,25 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/enum": "^4.8.
|
|
43
|
-
"@xylabs/exists": "^4.8.
|
|
44
|
-
"@xylabs/react-async-effect": "^6.2.
|
|
45
|
-
"@xylabs/react-button": "^6.2.
|
|
46
|
-
"@xylabs/react-flexbox": "^6.2.
|
|
47
|
-
"@xylabs/react-promise": "^6.2.
|
|
48
|
-
"@xyo-network/account-model": "^3.12
|
|
49
|
-
"@xyo-network/archivist-model": "^3.12
|
|
50
|
-
"@xyo-network/boundwitness-model": "^3.12
|
|
51
|
-
"@xyo-network/module-model": "^3.12
|
|
52
|
-
"@xyo-network/payload-model": "^3.12
|
|
53
|
-
"@xyo-network/react-module": "^5.2.
|
|
54
|
-
"@xyo-network/react-node": "^5.2.
|
|
55
|
-
"@xyo-network/react-payload-raw-info": "^5.2.
|
|
56
|
-
"@xyo-network/react-shared": "^5.2.
|
|
57
|
-
"@xyo-network/react-witness": "^5.2.
|
|
58
|
-
"@xyo-network/sentinel-memory": "^3.12
|
|
59
|
-
"@xyo-network/sentinel-model": "^3.12
|
|
60
|
-
"@xyo-network/witness-model": "^3.12
|
|
42
|
+
"@xylabs/enum": "^4.8.7",
|
|
43
|
+
"@xylabs/exists": "^4.8.7",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.2.11",
|
|
45
|
+
"@xylabs/react-button": "^6.2.11",
|
|
46
|
+
"@xylabs/react-flexbox": "^6.2.11",
|
|
47
|
+
"@xylabs/react-promise": "^6.2.11",
|
|
48
|
+
"@xyo-network/account-model": "^3.14.12",
|
|
49
|
+
"@xyo-network/archivist-model": "^3.14.12",
|
|
50
|
+
"@xyo-network/boundwitness-model": "^3.14.12",
|
|
51
|
+
"@xyo-network/module-model": "^3.14.12",
|
|
52
|
+
"@xyo-network/payload-model": "^3.14.12",
|
|
53
|
+
"@xyo-network/react-module": "^5.2.4",
|
|
54
|
+
"@xyo-network/react-node": "^5.2.4",
|
|
55
|
+
"@xyo-network/react-payload-raw-info": "^5.2.4",
|
|
56
|
+
"@xyo-network/react-shared": "^5.2.4",
|
|
57
|
+
"@xyo-network/react-witness": "^5.2.4",
|
|
58
|
+
"@xyo-network/sentinel-memory": "^3.14.12",
|
|
59
|
+
"@xyo-network/sentinel-model": "^3.14.12",
|
|
60
|
+
"@xyo-network/witness-model": "^3.14.12"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14.0",
|
|
@@ -66,13 +66,15 @@
|
|
|
66
66
|
"@mui/material": "^7.0.2",
|
|
67
67
|
"@storybook/react": "^8.6.12",
|
|
68
68
|
"@types/react": "^19.1.2",
|
|
69
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
70
|
-
"@xylabs/tsconfig-react": "^6.
|
|
71
|
-
"@xyo-network/account": "^3.12
|
|
72
|
-
"@xyo-network/evm-call-witness": "^3.5.
|
|
73
|
-
"@xyo-network/manifest": "^3.12
|
|
74
|
-
"@xyo-network/module-factory-locator": "^3.12
|
|
75
|
-
"
|
|
69
|
+
"@xylabs/ts-scripts-yarn3": "^6.3.5",
|
|
70
|
+
"@xylabs/tsconfig-react": "^6.3.5",
|
|
71
|
+
"@xyo-network/account": "^3.14.12",
|
|
72
|
+
"@xyo-network/evm-call-witness": "^3.5.3",
|
|
73
|
+
"@xyo-network/manifest": "^3.14.12",
|
|
74
|
+
"@xyo-network/module-factory-locator": "^3.14.12",
|
|
75
|
+
"@xyo-network/wallet": "^3.14.12",
|
|
76
|
+
"ethers": "^6.13.7",
|
|
77
|
+
"knip": "^5.50.5",
|
|
76
78
|
"react": "^19.1.0",
|
|
77
79
|
"react-dom": "^19.1.0",
|
|
78
80
|
"storybook": "^8.6.12",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Meta, StoryFn } from '@storybook/react'
|
|
2
2
|
import { FlexCol } from '@xylabs/react-flexbox'
|
|
3
3
|
import { usePromise } from '@xylabs/react-promise'
|
|
4
|
-
import { HDWallet } from '@xyo-network/account'
|
|
5
4
|
import {
|
|
6
5
|
EvmCallDiviner, EvmCallWitness, EvmCallWitnessConfigSchema,
|
|
7
6
|
} from '@xyo-network/evm-call-witness'
|
|
@@ -11,6 +10,7 @@ import { ModuleFactoryLocator } from '@xyo-network/module-factory-locator'
|
|
|
11
10
|
import { ModuleFactory } from '@xyo-network/module-model'
|
|
12
11
|
import type { ReportEndEventArgs } from '@xyo-network/sentinel-model'
|
|
13
12
|
import { asSentinelInstance } from '@xyo-network/sentinel-model'
|
|
13
|
+
import { HDWallet } from '@xyo-network/wallet'
|
|
14
14
|
import { InfuraProvider } from 'ethers'
|
|
15
15
|
import React from 'react'
|
|
16
16
|
|