@xyo-network/react-drawer 2.81.6 → 2.81.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^3.4.0"
13
+ "@xylabs/react-flexbox": "^3.4.1"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@mui/material": "^5",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@storybook/react": "^7.6.20",
23
- "@xylabs/ts-scripts-yarn3": "^3.12.1",
24
- "@xylabs/tsconfig-react": "^3.12.1",
23
+ "@xylabs/ts-scripts-yarn3": "^3.12.4",
24
+ "@xylabs/tsconfig-react": "^3.12.4",
25
25
  "typescript": "^5.5.3"
26
26
  },
27
27
  "description": "Common React library for all XYO projects that use React",
@@ -75,6 +75,6 @@
75
75
  },
76
76
  "sideEffects": false,
77
77
  "types": "dist/browser/index.d.ts",
78
- "version": "2.81.6",
78
+ "version": "2.81.7",
79
79
  "type": "module"
80
80
  }
@@ -1,6 +1,6 @@
1
1
  import { Meta, StoryFn } from '@storybook/react'
2
2
 
3
- import { DrawerEx, DrawerExProps } from './Drawer'
3
+ import { DrawerEx, DrawerExProps } from './Drawer.js'
4
4
 
5
5
  // eslint-disable-next-line import/no-default-export
6
6
  export default {