@xyo-network/react-sentinel 7.5.6 → 7.5.7
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.
|
@@ -21,7 +21,7 @@ export declare const useSentinelContext: () => {
|
|
|
21
21
|
}[] | undefined;
|
|
22
22
|
progress: import("./State.ts").SentinelReportProgress | undefined;
|
|
23
23
|
reportingErrors: Error[] | undefined;
|
|
24
|
-
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").
|
|
24
|
+
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").QueryableModule<import("@xyo-network/module-model").QueryableModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>>> | undefined;
|
|
25
25
|
status: import("./State.ts").SentinelReportStatus | undefined;
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=use.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.7",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"@xyo-network/boundwitness-model": "~5.3.17",
|
|
55
55
|
"@xyo-network/module-model": "~5.3.17",
|
|
56
56
|
"@xyo-network/payload-model": "~5.3.17",
|
|
57
|
-
"@xyo-network/react-module": "7.5.
|
|
58
|
-
"@xyo-network/react-node": "7.5.
|
|
59
|
-
"@xyo-network/react-payload-raw-info": "7.5.
|
|
60
|
-
"@xyo-network/react-witness": "7.5.
|
|
57
|
+
"@xyo-network/react-module": "7.5.7",
|
|
58
|
+
"@xyo-network/react-node": "7.5.7",
|
|
59
|
+
"@xyo-network/react-payload-raw-info": "7.5.7",
|
|
60
|
+
"@xyo-network/react-witness": "7.5.7",
|
|
61
61
|
"@xyo-network/sentinel-memory": "~5.3.17",
|
|
62
62
|
"@xyo-network/sentinel-model": "~5.3.17",
|
|
63
63
|
"@xyo-network/witness-model": "~5.3.17"
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"@mui/material": "~7.3.9",
|
|
70
70
|
"@storybook/react-vite": "~10.3.3",
|
|
71
71
|
"@types/react": "^19.2.14",
|
|
72
|
+
"@xylabs/ts-scripts-common": "~7.5.6",
|
|
72
73
|
"@xylabs/ts-scripts-yarn3": "~7.5.6",
|
|
73
74
|
"@xylabs/tsconfig": "~7.5.6",
|
|
74
75
|
"@xylabs/tsconfig-dom": "~7.5.6",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { Meta } from '@storybook/react-vite';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { SentinelCard } from './Card.tsx';
|
|
4
|
-
declare const StorybookEntry: Meta<typeof SentinelCard>;
|
|
5
|
-
declare const NftSentinelCard: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").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
|
-
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>>, 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
|
-
inPayloads?: import("@xyo-network/payload-model").Payload[];
|
|
9
|
-
}>;
|
|
10
|
-
declare const NftTokensSentinelCard: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").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
|
-
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>>, 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
|
-
inPayloads?: import("@xyo-network/payload-model").Payload[];
|
|
14
|
-
}>;
|
|
15
|
-
export { NftSentinelCard, NftTokensSentinelCard };
|
|
16
|
-
export default StorybookEntry;
|
|
17
|
-
//# sourceMappingURL=Card.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Card.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Card.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;AAe1D,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAgCzC,QAAA,MAAM,cAAc,EAIf,IAAI,CAAC,OAAO,YAAY,CAAC,CAAA;AA8B9B,QAAA,MAAM,eAAe;;;;EAA+B,CAAA;AAmDpD,QAAA,MAAM,qBAAqB;;;;EAAqC,CAAA;AAEhE,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,CAAA;AAEjD,eAAe,cAAc,CAAA"}
|