@react-md/divider
Advanced tools
Comparing version 2.0.0-alpha.9 to 2.0.0-alpha.10
@@ -33,2 +33,3 @@ var __assign = (this && this.__assign) || function () { | ||
var defaultProps = { | ||
role: "separator", | ||
inset: false, | ||
@@ -47,2 +48,3 @@ vertical: false, | ||
Divider.propTypes = { | ||
role: PropTypes.string, | ||
inset: PropTypes.bool, | ||
@@ -49,0 +51,0 @@ vertical: PropTypes.bool, |
@@ -80,2 +80,3 @@ var __assign = (this && this.__assign) || function () { | ||
maxHeight: PropTypes.number, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// @ts-ignore | ||
@@ -82,0 +83,0 @@ _validateMaxHeight: function (_a, _, componentName) { |
@@ -45,2 +45,3 @@ "use strict"; | ||
var defaultProps = { | ||
role: "separator", | ||
inset: false, | ||
@@ -59,2 +60,3 @@ vertical: false, | ||
Divider.propTypes = { | ||
role: PropTypes.string, | ||
inset: PropTypes.bool, | ||
@@ -61,0 +63,0 @@ vertical: PropTypes.bool, |
@@ -93,2 +93,3 @@ "use strict"; | ||
maxHeight: PropTypes.number, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// @ts-ignore | ||
@@ -95,0 +96,0 @@ _validateMaxHeight: function (_a, _, componentName) { |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.0.0-alpha.9", | ||
"version": "2.0.0-alpha.10", | ||
"description": "This package is used to create horizontal or vertical dividers in your application.", | ||
@@ -38,4 +38,4 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0-alpha.9", | ||
"@react-md/utils": "^2.0.0-alpha.9", | ||
"@react-md/theme": "^2.0.0-alpha.10", | ||
"@react-md/utils": "^2.0.0-alpha.10", | ||
"classnames": "^2.2.6" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "5dc105d777dd95c5ab6b38509d9c002993bbf4b0" | ||
"gitHead": "d42497f9e2e5c6e7f37774e140a5bf80c644081d" | ||
} |
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
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
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
63493
755