add more known styles
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
This commit is contained in:
@@ -27,7 +27,23 @@
|
||||
*/
|
||||
|
||||
const KNOWN_STYLES = [
|
||||
// TODO: add exports from colorManipulator and transitions
|
||||
// colorManipulator
|
||||
'hexToRgb',
|
||||
'rgbToHex',
|
||||
'hslToRgb',
|
||||
'decomposeColor',
|
||||
'recomposeColor',
|
||||
'getContrastRatio',
|
||||
'getLuminance',
|
||||
'emphasize',
|
||||
'fade',
|
||||
'alpha',
|
||||
'darken',
|
||||
'lighten',
|
||||
// transitions
|
||||
'easing',
|
||||
'duration',
|
||||
// styles
|
||||
'createTheme',
|
||||
'unstable_createMuiStrictModeTheme',
|
||||
'createMuiTheme',
|
||||
|
||||
Reference in New Issue
Block a user