@simoncomputing/mui-bueno-v2 0.17.2 → 0.17.4

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,11 +1,3 @@
1
- import { ThemeOptions } from '@mui/material';
2
- /**
3
- * Overrides to non-palette related theme properties.
4
- *
5
- * You can add any MUI component overrides here as well.
6
- * Refer to the documentation on MUI: https://mui.com/material-ui/customization/theming/
7
- */
8
- export declare const commonTheme: ThemeOptions;
9
1
  /**
10
2
  * Theme in light mode
11
3
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simoncomputing/mui-bueno-v2",
3
3
  "private": false,
4
- "version": "0.17.2",
4
+ "version": "0.17.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.es.js",