@popmenu/admin-ui
Advanced tools
Comparing version 0.61.0 to 0.62.0
@@ -27,1 +27,2 @@ export { default as Alert, AlertProps } from './Alert'; | ||
export { StandardListItem, StandardListItemProps } from './StandardListItem'; | ||
export { Switch, SwitchProps, TextField, TextFieldProps, MenuItem, MenuItemProps, CircularProgress, CircularProgressProps, } from '@material-ui/core'; |
@@ -22,2 +22,8 @@ export declare const adminDarkOptions: { | ||
}; | ||
MuiSwitch: { | ||
color: string; | ||
}; | ||
MuiTextField: { | ||
variant: string; | ||
}; | ||
}; | ||
@@ -34,3 +40,3 @@ status: { | ||
modal: number; | ||
snackbar: number; | ||
snackbar: number; /** Legacy Properties. Avoid new usage. */ | ||
tooltip: number; | ||
@@ -51,2 +57,3 @@ }; | ||
secondary: { | ||
light: string; | ||
main: string; | ||
@@ -192,3 +199,17 @@ }; | ||
}; | ||
overrides: { | ||
MuiSwitch: { | ||
checked: {}; | ||
track: {}; | ||
switchBase: { | ||
'&$checked': { | ||
color: string; | ||
'& + $track': { | ||
background: string; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; | ||
export declare const adminDark: import("@material-ui/core/styles/createTheme").Theme; |
@@ -22,2 +22,8 @@ export declare const adminLightOptions: { | ||
}; | ||
MuiSwitch: { | ||
color: string; | ||
}; | ||
MuiTextField: { | ||
variant: string; | ||
}; | ||
}; | ||
@@ -89,3 +95,3 @@ status: { | ||
blue: { | ||
light: string; /** Legacy Properties. Avoid new usage. */ | ||
light: string; | ||
main: string; | ||
@@ -193,3 +199,17 @@ dark: string; | ||
}; | ||
overrides: { | ||
MuiSwitch: { | ||
checked: {}; | ||
track: {}; | ||
switchBase: { | ||
'&$checked': { | ||
color: string; | ||
'& + $track': { | ||
background: string; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; | ||
export declare const adminLight: import("@material-ui/core/styles/createTheme").Theme; |
@@ -32,2 +32,4 @@ /** | ||
* 2. been replaced with new common components. | ||
* | ||
* props as imported from './props' are part updated design system. | ||
*/ | ||
@@ -55,3 +57,9 @@ export declare const adminThemeDefaultProps: { | ||
}; | ||
MuiSwitch: { | ||
color: string; | ||
}; | ||
MuiTextField: { | ||
variant: string; | ||
}; | ||
}; | ||
}; |
{ | ||
"name": "@popmenu/admin-ui", | ||
"version": "0.61.0", | ||
"version": "0.62.0", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "author": "Popmenu Design System Team", | ||
"sideEffects": false, | ||
"gitHead": "79da2f3f33a0df1e4d518474d6423715e7aaa277" | ||
"gitHead": "ef83e972a11df3bc7b0d75d9cf35675f9a7dd2b0" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
884123
111
5688