@xyo-network/react-sentinel 7.3.6 → 7.3.8
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.
|
@@ -2,12 +2,12 @@ import type { Meta } from '@storybook/react-vite';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { SentinelCard } from './Card.tsx';
|
|
4
4
|
declare const StorybookEntry: Meta<typeof SentinelCard>;
|
|
5
|
-
declare const NftSentinelCard: import(".store/storybook-virtual-
|
|
5
|
+
declare const NftSentinelCard: import(".store/storybook-virtual-05b8402aa0/package/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
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
|
-
declare const NftTokensSentinelCard: import(".store/storybook-virtual-
|
|
10
|
+
declare const NftTokensSentinelCard: import(".store/storybook-virtual-05b8402aa0/package/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
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[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.8",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,49 +43,49 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/enum": "~5.0.
|
|
47
|
-
"@xylabs/exists": "~5.0.
|
|
48
|
-
"@xylabs/react-async-effect": "~7.1.
|
|
49
|
-
"@xylabs/react-button": "~7.1.
|
|
50
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
51
|
-
"@xylabs/react-promise": "~7.1.
|
|
52
|
-
"@xylabs/react-shared": "~7.1.
|
|
53
|
-
"@xyo-network/account-model": "~5.1.
|
|
54
|
-
"@xyo-network/archivist-model": "~5.1.
|
|
55
|
-
"@xyo-network/boundwitness-model": "~5.1.
|
|
56
|
-
"@xyo-network/module-model": "~5.1.
|
|
57
|
-
"@xyo-network/payload-model": "~5.1.
|
|
58
|
-
"@xyo-network/react-module": "^7.3.
|
|
59
|
-
"@xyo-network/react-node": "^7.3.
|
|
60
|
-
"@xyo-network/react-payload-raw-info": "^7.3.
|
|
61
|
-
"@xyo-network/react-witness": "^7.3.
|
|
62
|
-
"@xyo-network/sentinel-memory": "~5.1.
|
|
63
|
-
"@xyo-network/sentinel-model": "~5.1.
|
|
64
|
-
"@xyo-network/witness-model": "~5.1.
|
|
46
|
+
"@xylabs/enum": "~5.0.17",
|
|
47
|
+
"@xylabs/exists": "~5.0.17",
|
|
48
|
+
"@xylabs/react-async-effect": "~7.1.8",
|
|
49
|
+
"@xylabs/react-button": "~7.1.8",
|
|
50
|
+
"@xylabs/react-flexbox": "~7.1.8",
|
|
51
|
+
"@xylabs/react-promise": "~7.1.8",
|
|
52
|
+
"@xylabs/react-shared": "~7.1.8",
|
|
53
|
+
"@xyo-network/account-model": "~5.1.15",
|
|
54
|
+
"@xyo-network/archivist-model": "~5.1.15",
|
|
55
|
+
"@xyo-network/boundwitness-model": "~5.1.15",
|
|
56
|
+
"@xyo-network/module-model": "~5.1.15",
|
|
57
|
+
"@xyo-network/payload-model": "~5.1.15",
|
|
58
|
+
"@xyo-network/react-module": "^7.3.8",
|
|
59
|
+
"@xyo-network/react-node": "^7.3.8",
|
|
60
|
+
"@xyo-network/react-payload-raw-info": "^7.3.8",
|
|
61
|
+
"@xyo-network/react-witness": "^7.3.8",
|
|
62
|
+
"@xyo-network/sentinel-memory": "~5.1.15",
|
|
63
|
+
"@xyo-network/sentinel-model": "~5.1.15",
|
|
64
|
+
"@xyo-network/witness-model": "~5.1.15"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@emotion/react": "~11.14.0",
|
|
68
68
|
"@emotion/styled": "~11.14.1",
|
|
69
69
|
"@mui/icons-material": "~7.3.4",
|
|
70
70
|
"@mui/material": "~7.3.4",
|
|
71
|
-
"@storybook/react-vite": "~9.1.
|
|
71
|
+
"@storybook/react-vite": "~9.1.16",
|
|
72
72
|
"@types/react": "~19.2.2",
|
|
73
73
|
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
74
74
|
"@xylabs/tsconfig": "~7.1.8",
|
|
75
75
|
"@xylabs/tsconfig-dom": "~7.1.8",
|
|
76
76
|
"@xylabs/tsconfig-react": "~7.1.8",
|
|
77
|
-
"@xyo-network/account": "~5.1.
|
|
77
|
+
"@xyo-network/account": "~5.1.15",
|
|
78
78
|
"@xyo-network/evm-call-witness": "~5.1.3",
|
|
79
|
-
"@xyo-network/manifest": "~5.1.
|
|
80
|
-
"@xyo-network/module-factory-locator": "~5.1.
|
|
81
|
-
"@xyo-network/wallet": "~5.1.
|
|
79
|
+
"@xyo-network/manifest": "~5.1.15",
|
|
80
|
+
"@xyo-network/module-factory-locator": "~5.1.15",
|
|
81
|
+
"@xyo-network/wallet": "~5.1.15",
|
|
82
82
|
"ethers": "~6.15.0",
|
|
83
83
|
"react": "~19.2.0",
|
|
84
84
|
"react-dom": "~19.2.0",
|
|
85
85
|
"react-router-dom": "^7.9.4",
|
|
86
|
-
"storybook": "~9.1.
|
|
86
|
+
"storybook": "~9.1.16",
|
|
87
87
|
"typescript": "~5.9.3",
|
|
88
|
-
"vite": "~7.1.
|
|
88
|
+
"vite": "~7.1.12"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@mui/icons-material": ">=6 <8",
|