@xylabs/react-webapp 7.1.8 → 7.1.9

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 { WebAppChrome } from './Chrome.tsx';
3
3
  declare const StorybookEntry: Meta<typeof WebAppChrome>;
4
- declare const Default: import(".store/storybook-virtual-3654e45878/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").WebAppChromeProps>;
5
- declare const DefaultSideBar: import(".store/storybook-virtual-3654e45878/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").WebAppChromeProps>;
6
- declare const WithFixedSizePage: import(".store/storybook-virtual-3654e45878/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").WebAppChromeProps>;
4
+ declare const Default: import(".store/storybook-virtual-2e9674cd8b/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").WebAppChromeProps>;
5
+ declare const DefaultSideBar: import(".store/storybook-virtual-2e9674cd8b/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").WebAppChromeProps>;
6
+ declare const WithFixedSizePage: import(".store/storybook-virtual-2e9674cd8b/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Chrome.tsx").WebAppChromeProps>;
7
7
  export { Default, DefaultSideBar, WithFixedSizePage, };
8
8
  export default StorybookEntry;
9
9
  //# sourceMappingURL=Chrome.stories.d.ts.map
@@ -2,7 +2,7 @@ import type { Meta } from '@storybook/react-vite';
2
2
  import { NotFound } from '@xylabs/react-shared';
3
3
  import React from 'react';
4
4
  declare const StorybookEntry: Meta<typeof NotFound>;
5
- declare const Default: import(".store/storybook-virtual-3654e45878/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import(".store/@mui-system-virtual-67d65b81fb/package").BoxOwnProps<import("@mui/material").Theme> & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import(".store/@mui-system-virtual-67d65b81fb/package").BoxOwnProps<import("@mui/material").Theme>> & {
5
+ declare const Default: import(".store/storybook-virtual-2e9674cd8b/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import(".store/@mui-system-virtual-ca332d5c8c/package").BoxOwnProps<import("@mui/material").Theme> & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import(".store/@mui-system-virtual-ca332d5c8c/package").BoxOwnProps<import("@mui/material").Theme>> & {
6
6
  component?: React.ElementType;
7
7
  }>;
8
8
  export { Default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/react-webapp",
3
- "version": "7.1.8",
3
+ "version": "7.1.9",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -42,42 +42,42 @@
42
42
  "src"
43
43
  ],
44
44
  "dependencies": {
45
- "@xylabs/react-app-settings": "~7.1.8",
46
- "@xylabs/react-appbar": "~7.1.8",
47
- "@xylabs/react-async-effect": "~7.1.8",
48
- "@xylabs/react-button": "~7.1.8",
49
- "@xylabs/react-error": "~7.1.8",
50
- "@xylabs/react-flexbox": "~7.1.8",
51
- "@xylabs/react-pixel": "~7.1.8",
52
- "@xylabs/react-shared": "~7.1.8",
45
+ "@xylabs/react-app-settings": "~7.1.9",
46
+ "@xylabs/react-appbar": "~7.1.9",
47
+ "@xylabs/react-async-effect": "~7.1.9",
48
+ "@xylabs/react-button": "~7.1.9",
49
+ "@xylabs/react-error": "~7.1.9",
50
+ "@xylabs/react-flexbox": "~7.1.9",
51
+ "@xylabs/react-pixel": "~7.1.9",
52
+ "@xylabs/react-shared": "~7.1.9",
53
53
  "react-helmet": "~6.1.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@mui/icons-material": "~7.3.4",
57
- "@mui/material": "~7.3.4",
58
- "@storybook/react-vite": "~9.1.16",
59
- "@types/react": "~19.2.2",
56
+ "@mui/icons-material": "~7.3.6",
57
+ "@mui/material": "~7.3.6",
58
+ "@storybook/react-vite": "~10.1.4",
59
+ "@types/react": "^19.2.7",
60
60
  "@types/react-helmet": "~6.1.11",
61
- "@xylabs/react-button": "~7.1.8",
62
- "@xylabs/react-flexbox": "~7.1.8",
63
- "@xylabs/react-link": "~7.1.8",
64
- "@xylabs/react-pixel": "~7.1.8",
65
- "@xylabs/ts-scripts-yarn3": "~7.1.8",
66
- "@xylabs/tsconfig": "~7.1.8",
67
- "@xylabs/tsconfig-dom": "~7.1.8",
68
- "@xylabs/tsconfig-react": "~7.1.8",
69
- "react": "~19.2.0",
70
- "react-dom": "~19.2.0",
71
- "react-router-dom": "^7.9.4",
72
- "storybook": "~9.1.16",
73
- "typescript": "~5.9.3",
74
- "vite": "~7.1.12"
61
+ "@xylabs/react-button": "~7.1.9",
62
+ "@xylabs/react-flexbox": "~7.1.9",
63
+ "@xylabs/react-link": "~7.1.9",
64
+ "@xylabs/react-pixel": "~7.1.9",
65
+ "@xylabs/ts-scripts-yarn3": "~7.2.8",
66
+ "@xylabs/tsconfig": "~7.2.8",
67
+ "@xylabs/tsconfig-dom": "~7.2.8",
68
+ "@xylabs/tsconfig-react": "~7.2.8",
69
+ "react": "^19.2.1",
70
+ "react-dom": "^19.2.1",
71
+ "react-router-dom": "^7.10.0",
72
+ "storybook": "~10.1.4",
73
+ "typescript": "^5.9.3",
74
+ "vite": "~7.2.6"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@mui/icons-material": ">=6 <8",
78
78
  "@mui/material": ">=6 <8",
79
- "react": "~19",
80
- "react-dom": "~19",
79
+ "react": "^19",
80
+ "react-dom": "^19",
81
81
  "react-router-dom": "^7"
82
82
  },
83
83
  "publishConfig": {