mui-drawer 1.0.8 → 1.0.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.
@@ -1862,6 +1862,7 @@ const DRAWER_CONFIGS = {
1862
1862
  }
1863
1863
  };
1864
1864
  const TERTIARY_CTA_TYPES = {
1865
+ DEFAULT: "default",
1865
1866
  DESTRUCTIVE: "destructive"
1866
1867
  };
1867
1868
 
@@ -2080,4 +2081,4 @@ const MuiDrawer = (props) => {
2080
2081
  ) });
2081
2082
  };
2082
2083
 
2083
- export { MuiDrawer as default };
2084
+ export { DRAWER_CONFIGS, DRAWER_TYPES, INFORMATION_SUBTYPES, INPUT_SUBTYPES, MuiDrawer, TERTIARY_CTA_TYPES };
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/viplatform/mui-drawer/issues"
8
8
  },
9
9
  "homepage": "https://github.com/viplatform/mui-drawer#readme",
10
- "version": "1.0.8",
10
+ "version": "1.0.9",
11
11
  "files": [
12
12
  "dist"
13
13
  ],