@fixefy/fixefy-ui-utils 0.2.44 → 0.2.45

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.
@@ -7,9 +7,15 @@ declare module '@mui/styles/defaultTheme' {
7
7
  declare module '@mui/material/styles' {
8
8
  interface Theme {
9
9
  sizes: Sizes;
10
+ sidebar: {
11
+ width: number;
12
+ };
10
13
  }
11
14
  interface ThemeOptions {
12
15
  sizes: Sizes;
16
+ sidebar: {
17
+ width: number;
18
+ };
13
19
  }
14
20
  interface Sizes {
15
21
  sideMenu: {
@@ -849,6 +849,9 @@ const theme = (0, _styles.createTheme)({
849
849
  letterSpacing: '0.1px'
850
850
  }
851
851
  },
852
+ sidebar: {
853
+ width: 200
854
+ },
852
855
  sizes: {
853
856
  sideMenu: {
854
857
  width: 70,
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.44"
59
+ "version": "0.2.45"
60
60
  }