@material-ui/unstyled
Advanced tools
Comparing version 5.0.0-alpha.34 to 5.0.0-alpha.35
import * as React from 'react'; | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '../OverridableComponent'; | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '@material-ui/types'; | ||
import { BackdropUnstyledClasses } from './backdropUnstyledClasses'; | ||
@@ -69,5 +69,5 @@ | ||
D extends React.ElementType = BackdropUnstyledTypeMap['defaultComponent'], | ||
P = {} | ||
P = {}, | ||
> = OverrideProps<BackdropUnstyledTypeMap<P, D>, D>; | ||
export default BackdropUnstyled; |
import * as React from 'react'; | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '../OverridableComponent'; | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '@material-ui/types'; | ||
import { BadgeUnstyledClasses } from './badgeUnstyledClasses'; | ||
@@ -109,5 +109,5 @@ | ||
D extends React.ElementType = BadgeUnstyledTypeMap['defaultComponent'], | ||
P = {} | ||
P = {}, | ||
> = OverrideProps<BadgeUnstyledTypeMap<P, D>, D>; | ||
export default BadgeUnstyled; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.34 | ||
/** @license Material-UI v5.0.0-alpha.35 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.34 | ||
/** @license Material-UI v5.0.0-alpha.35 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
import * as React from 'react'; | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '@material-ui/types'; | ||
import { BackdropUnstyledProps } from '../BackdropUnstyled'; | ||
import { PortalProps } from '../Portal'; | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '../OverridableComponent'; | ||
import { ModalUnstyledClasses } from './modalUnstyledClasses'; | ||
@@ -166,5 +166,5 @@ | ||
D extends React.ElementType = ModalUnstyledTypeMap['defaultComponent'], | ||
P = {} | ||
P = {}, | ||
> = OverrideProps<ModalUnstyledTypeMap<P, D>, D>; | ||
export default ModalUnstyled; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.34 | ||
/** @license Material-UI v5.0.0-alpha.35 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.34 | ||
/** @license Material-UI v5.0.0-alpha.35 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/unstyled", | ||
"version": "5.0.0-alpha.34", | ||
"version": "5.0.0-alpha.35", | ||
"private": false, | ||
@@ -37,3 +37,3 @@ "author": "Material-UI Team", | ||
"@babel/runtime": "^7.4.4", | ||
"@material-ui/utils": "5.0.0-alpha.33", | ||
"@material-ui/utils": "5.0.0-alpha.35", | ||
"clsx": "^1.0.4", | ||
@@ -40,0 +40,0 @@ "prop-types": "^15.7.2", |
@@ -1,2 +0,2 @@ | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '../OverridableComponent'; | ||
import { OverridableComponent, OverridableTypeMap, OverrideProps } from '@material-ui/types'; | ||
import { SliderUnstyledClasses } from './sliderUnstyledClasses'; | ||
@@ -248,5 +248,5 @@ | ||
D extends React.ElementType = SliderUnstyledTypeMap['defaultComponent'], | ||
P = {} | ||
P = {}, | ||
> = OverrideProps<SliderUnstyledTypeMap<P, D>, D>; | ||
export default SliderUnstyled; |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1184935
0
148
10454
+ Added@material-ui/utils@5.0.0-alpha.35(transitive)
- Removed@material-ui/utils@5.0.0-alpha.33(transitive)