theme: rename compat -> unified

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-31 16:47:46 +01:00
committed by Philipp Hugenroth
parent 2c2e98562c
commit ac45497e1e
9 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
* @packageDocumentation
*/
export * from './compat';
export * from './unified';
export * from './base';
export * from './v4';
export * from './v5';
+1 -1
View File
@@ -21,7 +21,7 @@ import { Overrides } from '@material-ui/core/styles/overrides';
import { SimpleThemeOptions } from './types';
import { createBaseThemeOptions } from '../base';
import { defaultComponentThemes } from '../v5';
import { transformV5ComponentThemesToV4 } from '../compat/overrides';
import { transformV5ComponentThemesToV4 } from '../unified/overrides';
/**
* An old helper for creating MUI v4 theme options.