@xyo-network/react-sentinel 6.1.0 → 6.1.2
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.
|
@@ -4,12 +4,12 @@ import { SentinelCard } from './Card.tsx';
|
|
|
4
4
|
declare const StorybookEntry: Meta<typeof SentinelCard>;
|
|
5
5
|
declare const NftSentinelCard: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "classes" | "className" | "style" | "children" | "sx" | "variant" | "elevation" | "square" | "raised"> & {
|
|
6
6
|
component?: React.ElementType;
|
|
7
|
-
} & import("@xyo-network/react-module").ModuleRenderProps<import("@xyo-network/sentinel-model").SentinelInstance<import("@xyo-network/sentinel-model").SentinelParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/sentinel-model").SentinelConfig
|
|
7
|
+
} & import("@xyo-network/react-module").ModuleRenderProps<import("@xyo-network/sentinel-model").SentinelInstance<import("@xyo-network/sentinel-model").SentinelParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/sentinel-model").SentinelConfig>>, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>>>> & {
|
|
8
8
|
inPayloads?: import("@xyo-network/payload-model").Payload[];
|
|
9
9
|
}>;
|
|
10
10
|
declare const NftTokensSentinelCard: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "classes" | "className" | "style" | "children" | "sx" | "variant" | "elevation" | "square" | "raised"> & {
|
|
11
11
|
component?: React.ElementType;
|
|
12
|
-
} & import("@xyo-network/react-module").ModuleRenderProps<import("@xyo-network/sentinel-model").SentinelInstance<import("@xyo-network/sentinel-model").SentinelParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/sentinel-model").SentinelConfig
|
|
12
|
+
} & import("@xyo-network/react-module").ModuleRenderProps<import("@xyo-network/sentinel-model").SentinelInstance<import("@xyo-network/sentinel-model").SentinelParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/sentinel-model").SentinelConfig>>, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>>>> & {
|
|
13
13
|
inPayloads?: import("@xyo-network/payload-model").Payload[];
|
|
14
14
|
}>;
|
|
15
15
|
export { NftSentinelCard, NftTokensSentinelCard };
|
|
@@ -2,7 +2,7 @@ export declare const useSentinelContext: () => {
|
|
|
2
2
|
history: import("@xyo-network/boundwitness-model").BoundWitness[] | undefined;
|
|
3
3
|
progress: import("./State.ts").SentinelReportProgress | undefined;
|
|
4
4
|
reportingErrors: Error[] | undefined;
|
|
5
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/sentinel-model").SentinelParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/sentinel-model").SentinelConfig
|
|
5
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/sentinel-model").SentinelParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/sentinel-model").SentinelConfig>>, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>>> | undefined;
|
|
6
6
|
status: import("./State.ts").SentinelReportStatus | undefined;
|
|
7
7
|
};
|
|
8
8
|
//# sourceMappingURL=use.d.ts.map
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ declare const useSentinelContext: () => {
|
|
|
100
100
|
history: _xyo_network_boundwitness_model.BoundWitness[] | undefined;
|
|
101
101
|
progress: SentinelReportProgress | undefined;
|
|
102
102
|
reportingErrors: Error[] | undefined;
|
|
103
|
-
sentinel: _xyo_network_sentinel_model.SentinelModule<_xyo_network_sentinel_model.SentinelParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_sentinel_model.SentinelConfig
|
|
103
|
+
sentinel: _xyo_network_sentinel_model.SentinelModule<_xyo_network_sentinel_model.SentinelParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_sentinel_model.SentinelConfig>>, _xyo_network_sentinel_model.SentinelModuleEventData<_xyo_network_module_model.Module<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig>>, _xyo_network_module_model.ModuleEventData<object>>>> | undefined;
|
|
104
104
|
status: SentinelReportStatus | undefined;
|
|
105
105
|
};
|
|
106
106
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,44 +39,44 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/browser/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/enum": "^4.13.
|
|
43
|
-
"@xylabs/exists": "^4.13.
|
|
44
|
-
"@xylabs/react-async-effect": "^6.3.
|
|
45
|
-
"@xylabs/react-button": "^6.3.
|
|
46
|
-
"@xylabs/react-flexbox": "^6.3.
|
|
47
|
-
"@xylabs/react-promise": "^6.3.
|
|
48
|
-
"@xylabs/react-shared": "^6.3.
|
|
49
|
-
"@xyo-network/account-model": "^4.1.
|
|
50
|
-
"@xyo-network/archivist-model": "^4.1.
|
|
51
|
-
"@xyo-network/boundwitness-model": "^4.1.
|
|
52
|
-
"@xyo-network/module-model": "^4.1.
|
|
53
|
-
"@xyo-network/payload-model": "^4.1.
|
|
54
|
-
"@xyo-network/react-module": "^6.1.
|
|
55
|
-
"@xyo-network/react-node": "^6.1.
|
|
56
|
-
"@xyo-network/react-payload-raw-info": "^6.1.
|
|
57
|
-
"@xyo-network/react-witness": "^6.1.
|
|
58
|
-
"@xyo-network/sentinel-memory": "^4.1.
|
|
59
|
-
"@xyo-network/sentinel-model": "^4.1.
|
|
60
|
-
"@xyo-network/witness-model": "^4.1.
|
|
42
|
+
"@xylabs/enum": "^4.13.21",
|
|
43
|
+
"@xylabs/exists": "^4.13.21",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.3.13",
|
|
45
|
+
"@xylabs/react-button": "^6.3.13",
|
|
46
|
+
"@xylabs/react-flexbox": "^6.3.13",
|
|
47
|
+
"@xylabs/react-promise": "^6.3.13",
|
|
48
|
+
"@xylabs/react-shared": "^6.3.13",
|
|
49
|
+
"@xyo-network/account-model": "^4.1.4",
|
|
50
|
+
"@xyo-network/archivist-model": "^4.1.4",
|
|
51
|
+
"@xyo-network/boundwitness-model": "^4.1.4",
|
|
52
|
+
"@xyo-network/module-model": "^4.1.4",
|
|
53
|
+
"@xyo-network/payload-model": "^4.1.4",
|
|
54
|
+
"@xyo-network/react-module": "^6.1.2",
|
|
55
|
+
"@xyo-network/react-node": "^6.1.2",
|
|
56
|
+
"@xyo-network/react-payload-raw-info": "^6.1.2",
|
|
57
|
+
"@xyo-network/react-witness": "^6.1.2",
|
|
58
|
+
"@xyo-network/sentinel-memory": "^4.1.4",
|
|
59
|
+
"@xyo-network/sentinel-model": "^4.1.4",
|
|
60
|
+
"@xyo-network/witness-model": "^4.1.4"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14.0",
|
|
64
64
|
"@emotion/styled": "^11.14.1",
|
|
65
65
|
"@mui/icons-material": "^7.2.0",
|
|
66
66
|
"@mui/material": "^7.2.0",
|
|
67
|
-
"@storybook/react-vite": "^9.0.
|
|
67
|
+
"@storybook/react-vite": "^9.0.17",
|
|
68
68
|
"@types/react": "^19.1.8",
|
|
69
69
|
"@xylabs/ts-scripts-yarn3": "next",
|
|
70
70
|
"@xylabs/tsconfig-react": "next",
|
|
71
|
-
"@xyo-network/account": "^4.1.
|
|
72
|
-
"@xyo-network/evm-call-witness": "^4.
|
|
73
|
-
"@xyo-network/manifest": "^4.1.
|
|
74
|
-
"@xyo-network/module-factory-locator": "^4.1.
|
|
75
|
-
"@xyo-network/wallet": "^4.1.
|
|
71
|
+
"@xyo-network/account": "^4.1.4",
|
|
72
|
+
"@xyo-network/evm-call-witness": "^4.1.0",
|
|
73
|
+
"@xyo-network/manifest": "^4.1.4",
|
|
74
|
+
"@xyo-network/module-factory-locator": "^4.1.4",
|
|
75
|
+
"@xyo-network/wallet": "^4.1.4",
|
|
76
76
|
"ethers": "^6.15.0",
|
|
77
77
|
"react": "^19.1.0",
|
|
78
78
|
"react-dom": "^19.1.0",
|
|
79
|
-
"storybook": "^9.0.
|
|
79
|
+
"storybook": "^9.0.17",
|
|
80
80
|
"typescript": "^5.8.3"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|