@material-ui/unstyled
Advanced tools
Comparing version 5.0.0-alpha.24 to 5.0.0-alpha.25
export { default } from './BadgeUnstyled'; | ||
export * from './BadgeUnstyled'; | ||
export { default as badgeUnstyledClasses } from './badgeUnstyledClasses'; | ||
export * from './badgeUnstyledClasses'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.24 | ||
/** @license Material-UI v5.0.0-alpha.25 | ||
* | ||
@@ -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.24 | ||
/** @license Material-UI v5.0.0-alpha.25 | ||
* | ||
@@ -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.24 | ||
/** @license Material-UI v5.0.0-alpha.25 | ||
* | ||
@@ -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.24 | ||
/** @license Material-UI v5.0.0-alpha.25 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
import * as React from 'react'; | ||
import { Omit } from '@material-ui/types'; | ||
import { DistributiveOmit } from '@material-ui/types'; | ||
@@ -31,3 +31,3 @@ /** | ||
& BaseProps<M> | ||
& Omit<React.ComponentPropsWithRef<C>, keyof BaseProps<M>> | ||
& DistributiveOmit<React.ComponentPropsWithRef<C>, keyof BaseProps<M>> | ||
); | ||
@@ -41,3 +41,3 @@ | ||
& BaseProps<M> | ||
& Omit<React.ComponentPropsWithRef<M['defaultComponent']>, keyof BaseProps<M>>; | ||
& DistributiveOmit<React.ComponentPropsWithRef<M['defaultComponent']>, keyof BaseProps<M>>; | ||
@@ -44,0 +44,0 @@ /** |
{ | ||
"name": "@material-ui/unstyled", | ||
"version": "5.0.0-alpha.24", | ||
"version": "5.0.0-alpha.25", | ||
"private": false, | ||
@@ -37,3 +37,3 @@ "author": "Material-UI Team", | ||
"@babel/runtime": "^7.4.4", | ||
"@material-ui/utils": "5.0.0-alpha.24", | ||
"@material-ui/utils": "5.0.0-alpha.25", | ||
"clsx": "^1.0.4", | ||
@@ -40,0 +40,0 @@ "prop-types": "^15.7.2", |
export { default } from './SliderUnstyled'; | ||
export * from './SliderUnstyled'; | ||
export { default as SliderValueLabelUnstyled } from './SliderValueLabelUnstyled'; | ||
export * from './SliderValueLabelUnstyled'; | ||
export { default as sliderUnstyledClasses } from './sliderUnstyledClasses'; | ||
export * from './sliderUnstyledClasses'; |
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
912528
0
+ Added@material-ui/utils@5.0.0-alpha.25(transitive)
- Removed@material-ui/utils@5.0.0-alpha.24(transitive)