@xyo-network/react-archivist 7.2.1 → 7.3.1

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.
@@ -3,7 +3,7 @@ import type { ArchivistInstance } from '@xyo-network/archivist-model';
3
3
  import React from 'react';
4
4
  import { ArchivistCard } from './Card.tsx';
5
5
  declare const StorybookEntry: Meta<typeof ArchivistCard>;
6
- declare const SingleModule: import(".store/storybook-virtual-7f7f5f829e/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>, "className" | "style" | "classes" | "children" | "sx" | "variant" | "elevation" | "square" | "raised"> & {
6
+ declare const SingleModule: import(".store/storybook-virtual-a33617eefc/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>, "className" | "style" | "classes" | "children" | "sx" | "variant" | "elevation" | "square" | "raised"> & {
7
7
  component?: React.ElementType;
8
8
  } & import("@xyo-network/react-module").ModuleRenderProps<ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>>;
9
9
  export { SingleModule };
@@ -1,8 +1,8 @@
1
1
  import type { Meta } from '@storybook/react-vite';
2
2
  import { ArchivistStats } from './ArchivistStats.tsx';
3
3
  declare const StorybookEntry: Meta<typeof ArchivistStats>;
4
- declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./ArchivistStats.tsx").ArchivistStatsProps>;
5
- declare const WithStats: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./ArchivistStats.tsx").ArchivistStatsProps>;
4
+ declare const Default: import(".store/storybook-virtual-a33617eefc/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./ArchivistStats.tsx").ArchivistStatsProps>;
5
+ declare const WithStats: import(".store/storybook-virtual-a33617eefc/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./ArchivistStats.tsx").ArchivistStatsProps>;
6
6
  export { Default, WithStats };
7
7
  export default StorybookEntry;
8
8
  //# sourceMappingURL=ArchivistStats.stories.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import type { Meta } from '@storybook/react-vite';
2
2
  import { MemoryArchivistsStats } from './MemoryArchivistStats.tsx';
3
3
  declare const StorybookEntry: Meta<typeof MemoryArchivistsStats>;
4
- declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./MemoryArchivistStats.tsx").MemoryArchivistStatsProps>;
4
+ declare const Default: import(".store/storybook-virtual-a33617eefc/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./MemoryArchivistStats.tsx").MemoryArchivistStatsProps>;
5
5
  export { Default };
6
6
  export default StorybookEntry;
7
7
  //# sourceMappingURL=MemoryArchivistStats.stories.d.ts.map
@@ -2,9 +2,9 @@ import type { Meta } from '@storybook/react-vite';
2
2
  import type { ArchivistDetailsProps } from './Details.tsx';
3
3
  import { ArchivistDetails } from './Details.tsx';
4
4
  declare const StorybookEntry: Meta<typeof ArchivistDetails>;
5
- declare const WithNoArchivist: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ArchivistDetailsProps>;
6
- declare const WithNoData: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ArchivistDetailsProps>;
7
- declare const WithData: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ArchivistDetailsProps>;
5
+ declare const WithNoArchivist: import(".store/storybook-virtual-a33617eefc/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ArchivistDetailsProps>;
6
+ declare const WithNoData: import(".store/storybook-virtual-a33617eefc/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ArchivistDetailsProps>;
7
+ declare const WithData: import(".store/storybook-virtual-a33617eefc/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ArchivistDetailsProps>;
8
8
  export { WithData, WithNoArchivist, WithNoData, };
9
9
  export default StorybookEntry;
10
10
  //# sourceMappingURL=Details.stories.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-archivist",
3
- "version": "7.2.1",
3
+ "version": "7.3.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -45,10 +45,10 @@
45
45
  "dependencies": {
46
46
  "@xylabs/exists": "~5.0.11",
47
47
  "@xylabs/hex": "~5.0.11",
48
- "@xylabs/react-async-effect": "~7.0.4",
49
- "@xylabs/react-button": "~7.0.4",
50
- "@xylabs/react-flexbox": "~7.0.4",
51
- "@xylabs/react-promise": "~7.0.4",
48
+ "@xylabs/react-async-effect": "~7.1.0",
49
+ "@xylabs/react-button": "~7.1.0",
50
+ "@xylabs/react-flexbox": "~7.1.0",
51
+ "@xylabs/react-promise": "~7.1.0",
52
52
  "@xyo-network/archivist-memory": "~5.1.2",
53
53
  "@xyo-network/archivist-model": "~5.1.2",
54
54
  "@xyo-network/boundwitness-builder": "~5.1.2",
@@ -56,16 +56,16 @@
56
56
  "@xyo-network/module-model": "~5.1.2",
57
57
  "@xyo-network/module-wrapper": "~5.1.2",
58
58
  "@xyo-network/payload-model": "~5.1.2",
59
- "@xyo-network/react-module": "^7.2.1",
60
- "@xyo-network/react-node": "^7.2.1",
61
- "@xyo-network/react-wallet": "^7.2.1",
59
+ "@xyo-network/react-module": "^7.3.1",
60
+ "@xyo-network/react-node": "^7.3.1",
61
+ "@xyo-network/react-wallet": "^7.3.1",
62
62
  "react-icons": "~5.5.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@mui/icons-material": "~7.3.2",
66
66
  "@mui/material": "~7.3.2",
67
- "@storybook/react-vite": "~9.1.5",
68
- "@types/react": "~19.1.12",
67
+ "@storybook/react-vite": "~9.1.7",
68
+ "@types/react": "~19.1.13",
69
69
  "@xylabs/events": "~5.0.11",
70
70
  "@xylabs/ts-scripts-yarn3": "~7.1.7",
71
71
  "@xylabs/tsconfig": "~7.1.7",
@@ -75,15 +75,17 @@
75
75
  "@xyo-network/node-memory": "~5.1.2",
76
76
  "react": "~19.1.1",
77
77
  "react-dom": "~19.1.1",
78
- "storybook": "~9.1.5",
78
+ "react-router-dom": "^7",
79
+ "storybook": "~9.1.7",
79
80
  "typescript": "~5.9.2",
80
- "vite": "~7.1.5"
81
+ "vite": "~7.1.7"
81
82
  },
82
83
  "peerDependencies": {
83
84
  "@mui/icons-material": ">=6 <8",
84
85
  "@mui/material": ">=6 <8",
85
86
  "react": "~19",
86
- "react-dom": "~19"
87
+ "react-dom": "~19",
88
+ "react-router-dom": "^7"
87
89
  },
88
90
  "publishConfig": {
89
91
  "access": "public"