@@ -0,1 +1,2 @@ | ||
import { PaletteOptions } from '@material-ui/core/styles/createPalette'; | ||
export { default as AppBar } from '@material-ui/core/AppBar'; | ||
@@ -18,1 +19,16 @@ export { default as Toolbar } from '@material-ui/core/Toolbar'; | ||
export { default as Drawer } from './components/Drawer/Drawer'; | ||
declare module '@material-ui/styles/defaultTheme' { | ||
interface DefaultTheme { | ||
palette: any; | ||
} | ||
} | ||
declare module '@material-ui/core/styles/createMuiTheme' { | ||
interface ThemeOptions { | ||
palette?: PaletteOptions; | ||
} | ||
} | ||
declare module '@material-ui/core/styles/createPalette' { | ||
interface PaletteOptions { | ||
krowdy?: PaletteColorOptions; | ||
} | ||
} |
@@ -323,8 +323,2 @@ 'use strict'; | ||
return { | ||
// root: { | ||
// backgroundColor : (props: { color: string }) => { | ||
// console.log('Grover: useStyles -> props', props) | ||
// return (props.color) | ||
// } | ||
// }, | ||
disabled: {}, | ||
@@ -331,0 +325,0 @@ sizeSmall: {}, |
@@ -320,8 +320,2 @@ export { default as AppBar } from '@material-ui/core/AppBar'; | ||
return { | ||
// root: { | ||
// backgroundColor : (props: { color: string }) => { | ||
// console.log('Grover: useStyles -> props', props) | ||
// return (props.color) | ||
// } | ||
// }, | ||
disabled: {}, | ||
@@ -328,0 +322,0 @@ sizeSmall: {}, |
@@ -1,7 +0,2 @@ | ||
declare module '@material-ui/core/styles/createPalette' { | ||
interface PaletteOptions { | ||
krowdy?: any; | ||
} | ||
} | ||
declare const _default: import("@material-ui/core/styles/createMuiTheme").Theme; | ||
export default _default; |
import { FunctionComponent } from 'react'; | ||
declare module '@material-ui/styles/defaultTheme' { | ||
interface DefaultTheme { | ||
palette: any; | ||
} | ||
} | ||
export interface ThemeProps { | ||
@@ -8,0 +3,0 @@ } |
{ | ||
"name": "krowdy-ui", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/krowdy-ui.esm.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
114451
-1.26%1141
-0.52%