@xyo-network/react-drawer 7.1.0 → 7.2.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.
@@ -2,9 +2,9 @@ import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import type { DrawerExProps } from './Drawer.tsx';
|
3
3
|
declare const _default: Meta;
|
4
4
|
export default _default;
|
5
|
-
declare const Default: import(".store/storybook-virtual-
|
6
|
-
declare const WithOpen: import(".store/storybook-virtual-
|
7
|
-
declare const WithFullScreen: import(".store/storybook-virtual-
|
8
|
-
declare const WithTitles: import(".store/storybook-virtual-
|
5
|
+
declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, DrawerExProps>;
|
6
|
+
declare const WithOpen: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, DrawerExProps>;
|
7
|
+
declare const WithFullScreen: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, DrawerExProps>;
|
8
|
+
declare const WithTitles: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, DrawerExProps>;
|
9
9
|
export { Default, WithFullScreen, WithOpen, WithTitles, };
|
10
10
|
//# sourceMappingURL=Drawer.stories.d.ts.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-drawer",
|
3
|
-
"version": "7.1
|
3
|
+
"version": "7.2.1",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -46,8 +46,8 @@
|
|
46
46
|
"@xylabs/react-flexbox": "~7.0.4"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@mui/material": "~7.3.
|
50
|
-
"@storybook/react-vite": "~9.1.
|
49
|
+
"@mui/material": "~7.3.2",
|
50
|
+
"@storybook/react-vite": "~9.1.5",
|
51
51
|
"@types/react": "~19.1.12",
|
52
52
|
"@xylabs/ts-scripts-yarn3": "~7.1.7",
|
53
53
|
"@xylabs/tsconfig": "~7.1.7",
|
@@ -55,9 +55,9 @@
|
|
55
55
|
"@xylabs/tsconfig-react": "~7.1.7",
|
56
56
|
"react": "~19.1.1",
|
57
57
|
"react-dom": "~19.1.1",
|
58
|
-
"storybook": "~9.1.
|
58
|
+
"storybook": "~9.1.5",
|
59
59
|
"typescript": "~5.9.2",
|
60
|
-
"vite": "~7.1.
|
60
|
+
"vite": "~7.1.5"
|
61
61
|
},
|
62
62
|
"peerDependencies": {
|
63
63
|
"@mui/material": ">=6 <8",
|