@xyo-network/react-webapp 7.4.0 → 7.4.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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { XyoWebAppChrome } from './Chrome.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof XyoWebAppChrome>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const DefaultSideBar: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithFixedSizePage: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").XyoWebAppChromeProps>;
|
|
5
|
+
declare const DefaultSideBar: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").XyoWebAppChromeProps>;
|
|
6
|
+
declare const WithFixedSizePage: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").XyoWebAppChromeProps>;
|
|
7
7
|
export { Default, DefaultSideBar, WithFixedSizePage, };
|
|
8
8
|
export default StorybookEntry;
|
|
9
9
|
//# sourceMappingURL=Chrome.stories.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { NotFound } from '@xyo-network/react-shared';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof NotFound>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps>;
|
|
5
5
|
export { Default };
|
|
6
6
|
export default StorybookEntry;
|
|
7
7
|
//# sourceMappingURL=Page.stories.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-webapp",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@mui/material": "~7.3.
|
|
46
|
+
"@mui/material": "~7.3.6",
|
|
47
47
|
"@xylabs/react-async-effect": "~7.1.8",
|
|
48
48
|
"@xylabs/react-button": "~7.1.8",
|
|
49
49
|
"@xylabs/react-flexbox": "~7.1.8",
|
|
50
50
|
"@xylabs/react-pixel": "~7.1.8",
|
|
51
51
|
"@xylabs/react-webapp": "~7.1.8",
|
|
52
|
-
"@xyo-network/react-appbar": "^7.4.
|
|
53
|
-
"@xyo-network/react-footer": "^7.4.
|
|
54
|
-
"@xyo-network/react-shared": "^7.4.
|
|
55
|
-
"react": "
|
|
52
|
+
"@xyo-network/react-appbar": "^7.4.1",
|
|
53
|
+
"@xyo-network/react-footer": "^7.4.1",
|
|
54
|
+
"@xyo-network/react-shared": "^7.4.1",
|
|
55
|
+
"react": "^19.2.1",
|
|
56
56
|
"react-helmet": "~6.1.0",
|
|
57
|
-
"react-router-dom": "^7.
|
|
57
|
+
"react-router-dom": "^7.10.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@mui/icons-material": "~7.3.
|
|
61
|
-
"@storybook/react-vite": "~10.
|
|
62
|
-
"@types/react": "
|
|
60
|
+
"@mui/icons-material": "~7.3.6",
|
|
61
|
+
"@storybook/react-vite": "~10.1.4",
|
|
62
|
+
"@types/react": "^19.2.7",
|
|
63
63
|
"@types/react-helmet": "~6.1.11",
|
|
64
64
|
"@xylabs/react-appbar": "~7.1.8",
|
|
65
65
|
"@xylabs/react-button": "~7.1.8",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"@xylabs/tsconfig": "~7.2.8",
|
|
71
71
|
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
72
72
|
"@xylabs/tsconfig-react": "~7.2.8",
|
|
73
|
-
"react-dom": "
|
|
74
|
-
"storybook": "~10.
|
|
75
|
-
"typescript": "
|
|
76
|
-
"vite": "~7.2.
|
|
73
|
+
"react-dom": "^19.2.1",
|
|
74
|
+
"storybook": "~10.1.4",
|
|
75
|
+
"typescript": "^5.9.3",
|
|
76
|
+
"vite": "~7.2.6"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@mui/icons-material": ">=6 <8",
|
|
80
|
-
"react-dom": "
|
|
80
|
+
"react-dom": "^19"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|