@eduzz/houston
Advanced tools
Comparing version 0.0.31 to 0.0.32
import * as React from 'react'; | ||
import { TypographyProps } from '@material-ui/core/Typography'; | ||
declare type TypographyPropsExtends = 'id' | 'className' | 'style' | 'onClick' | 'children' | 'color' | 'variant' | 'paragraph'; | ||
declare type TypographyPropsExtends = 'className' | 'style' | 'children' | 'color' | 'variant' | 'paragraph'; | ||
interface ITypographyProps extends Pick<TypographyProps, TypographyPropsExtends> { | ||
@@ -5,0 +5,0 @@ } |
@@ -10,4 +10,4 @@ "use strict"; | ||
var theme = context_1.useTheme(); | ||
var className = props.className, children = props.children, style = props.style, onClick = props.onClick, id = props.id, color = props.color, variant = props.variant, paragraph = props.paragraph; | ||
var typographyProps = { className: className, style: style, onClick: onClick, color: color, variant: variant, id: id, paragraph: paragraph }; | ||
var className = props.className, children = props.children, style = props.style, color = props.color, variant = props.variant, paragraph = props.paragraph; | ||
var typographyProps = { className: className, style: style, color: color, variant: variant, paragraph: paragraph }; | ||
return (React.createElement(styles_1.ThemeProvider, { theme: theme }, | ||
@@ -14,0 +14,0 @@ React.createElement(Typography_1.default, tslib_1.__assign({}, typographyProps, { ref: ref }), children))); |
{ | ||
"name": "@eduzz/houston", | ||
"description": "Eduzz Components UI", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"main": "./index.js", | ||
@@ -32,2 +32,3 @@ "types": "./index.d.ts", | ||
"@material-ui/core": "^4.11.0", | ||
"@material-ui/lab": "^4.0.0-alpha.56", | ||
"@material-ui/styles": "^4.10.0", | ||
@@ -34,0 +35,0 @@ "clsx": "^1.1.1", |
25017
30
695
8
+ Added@material-ui/lab@4.0.0-alpha.61(transitive)