@xyo-network/react-sentinel 7.5.5 → 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").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;
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.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",
@@ -43,48 +43,49 @@
43
43
  "src"
44
44
  ],
45
45
  "dependencies": {
46
- "@xylabs/react-async-effect": "~7.1.15",
47
- "@xylabs/react-button": "~7.1.15",
48
- "@xylabs/react-flexbox": "~7.1.15",
49
- "@xylabs/react-promise": "~7.1.15",
50
- "@xylabs/react-shared": "~7.1.15",
51
- "@xylabs/sdk-js": "~5.0.79",
52
- "@xyo-network/account-model": "~5.3.5",
53
- "@xyo-network/archivist-model": "~5.3.5",
54
- "@xyo-network/boundwitness-model": "~5.3.5",
55
- "@xyo-network/module-model": "~5.3.5",
56
- "@xyo-network/payload-model": "~5.3.5",
57
- "@xyo-network/react-module": "7.5.5",
58
- "@xyo-network/react-node": "7.5.5",
59
- "@xyo-network/react-payload-raw-info": "7.5.5",
60
- "@xyo-network/react-witness": "7.5.5",
61
- "@xyo-network/sentinel-memory": "~5.3.5",
62
- "@xyo-network/sentinel-model": "~5.3.5",
63
- "@xyo-network/witness-model": "~5.3.5"
46
+ "@xylabs/react-async-effect": "~7.1.17",
47
+ "@xylabs/react-button": "~7.1.17",
48
+ "@xylabs/react-flexbox": "~7.1.17",
49
+ "@xylabs/react-promise": "~7.1.17",
50
+ "@xylabs/react-shared": "~7.1.17",
51
+ "@xylabs/sdk-js": "~5.0.90",
52
+ "@xyo-network/account-model": "~5.3.17",
53
+ "@xyo-network/archivist-model": "~5.3.17",
54
+ "@xyo-network/boundwitness-model": "~5.3.17",
55
+ "@xyo-network/module-model": "~5.3.17",
56
+ "@xyo-network/payload-model": "~5.3.17",
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
+ "@xyo-network/sentinel-memory": "~5.3.17",
62
+ "@xyo-network/sentinel-model": "~5.3.17",
63
+ "@xyo-network/witness-model": "~5.3.17"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@emotion/react": "~11.14.0",
67
67
  "@emotion/styled": "~11.14.1",
68
- "@mui/icons-material": "~7.3.8",
69
- "@mui/material": "~7.3.8",
70
- "@storybook/react-vite": "~10.2.9",
68
+ "@mui/icons-material": "~7.3.9",
69
+ "@mui/material": "~7.3.9",
70
+ "@storybook/react-vite": "~10.3.3",
71
71
  "@types/react": "^19.2.14",
72
- "@xylabs/ts-scripts-yarn3": "~7.3.2",
73
- "@xylabs/tsconfig": "~7.3.2",
74
- "@xylabs/tsconfig-dom": "~7.3.2",
75
- "@xylabs/tsconfig-react": "~7.3.2",
76
- "@xyo-network/account": "~5.3.5",
72
+ "@xylabs/ts-scripts-common": "~7.5.6",
73
+ "@xylabs/ts-scripts-yarn3": "~7.5.6",
74
+ "@xylabs/tsconfig": "~7.5.6",
75
+ "@xylabs/tsconfig-dom": "~7.5.6",
76
+ "@xylabs/tsconfig-react": "~7.5.6",
77
+ "@xyo-network/account": "~5.3.17",
77
78
  "@xyo-network/evm-call-witness": "~5.3.1",
78
- "@xyo-network/manifest": "~5.3.5",
79
- "@xyo-network/module-factory-locator": "~5.3.5",
80
- "@xyo-network/wallet": "~5.3.5",
79
+ "@xyo-network/manifest": "~5.3.17",
80
+ "@xyo-network/module-factory-locator": "~5.3.17",
81
+ "@xyo-network/wallet": "~5.3.17",
81
82
  "ethers": "~6.16.0",
82
83
  "react": "^19.2.4",
83
84
  "react-dom": "^19.2.4",
84
- "react-router-dom": "^7.13.0",
85
- "storybook": "~10.2.9",
85
+ "react-router-dom": "^7.13.2",
86
+ "storybook": "~10.3.3",
86
87
  "typescript": "^5.9.3",
87
- "vite": "~7.3.1",
88
+ "vite": "~8.0.3",
88
89
  "zod": "^4.3.6"
89
90
  },
90
91
  "peerDependencies": {
@@ -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"}