@react-md/divider
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11
@@ -6,2 +6,3 @@ declare const _default: { | ||
"rmd-divider-spacing": string; | ||
"rmd-divider-vertical-spacing": string; | ||
"rmd-divider-background-color-on-light": string; | ||
@@ -17,2 +18,3 @@ "rmd-divider-background-color-on-dark": string; | ||
spacing: string; | ||
"vertical-spacing": string; | ||
"max-size": string; | ||
@@ -19,0 +21,0 @@ }; |
@@ -8,3 +8,4 @@ "use strict"; | ||
"rmd-divider-inset": "4rem", | ||
"rmd-divider-spacing": "0.25rem", | ||
"rmd-divider-spacing": "0.25rem auto", | ||
"rmd-divider-vertical-spacing": "auto 0.25rem", | ||
"rmd-divider-background-color-on-light": "rgba(0, 0, 0, 0.12)", | ||
@@ -19,3 +20,4 @@ "rmd-divider-background-color-on-dark": "rgba(255, 255, 255, 0.12)", | ||
inset: "4rem", | ||
spacing: "0.25rem", | ||
spacing: "0.25rem auto", | ||
"vertical-spacing": "auto 0.25rem", | ||
"max-size": "100%", | ||
@@ -22,0 +24,0 @@ }, |
@@ -65,3 +65,3 @@ var __assign = (this && this.__assign) || function () { | ||
var _b = useVerticalDividerHeight(maxHeight, forwardedRef), ref = _b.ref, height = _b.height; | ||
return React.createElement(Divider, __assign({}, props, { style: __assign({}, style, { height: height }), ref: ref, vertical: true })); | ||
return React.createElement(Divider, __assign({}, props, { style: __assign(__assign({}, style), { height: height }), ref: ref, vertical: true })); | ||
}; | ||
@@ -68,0 +68,0 @@ var defaultProps = { |
@@ -78,3 +78,3 @@ "use strict"; | ||
var _b = useVerticalDividerHeight(maxHeight, forwardedRef), ref = _b.ref, height = _b.height; | ||
return react_1.default.createElement(Divider_1.default, __assign({}, props, { style: __assign({}, style, { height: height }), ref: ref, vertical: true })); | ||
return react_1.default.createElement(Divider_1.default, __assign({}, props, { style: __assign(__assign({}, style), { height: height }), ref: ref, vertical: true })); | ||
}; | ||
@@ -81,0 +81,0 @@ var defaultProps = { |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.11", | ||
"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.10", | ||
"@react-md/utils": "^2.0.0-alpha.10", | ||
"@react-md/theme": "^2.0.0-alpha.11", | ||
"@react-md/utils": "^2.0.0-alpha.11", | ||
"classnames": "^2.2.6" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "d42497f9e2e5c6e7f37774e140a5bf80c644081d" | ||
"gitHead": "740017d534dece692a4520df98de74df4d2e55c7" | ||
} |
@@ -33,4 +33,2 @@ # @react-md/divider | ||
<!-- INCLUDING_STYLES --> | ||
## Usage | ||
@@ -37,0 +35,0 @@ |
@@ -6,3 +6,4 @@ /** this is an auto-generated file from @react-md/dev-utils */ | ||
"rmd-divider-inset": "4rem", | ||
"rmd-divider-spacing": "0.25rem", | ||
"rmd-divider-spacing": "0.25rem auto", | ||
"rmd-divider-vertical-spacing": "auto 0.25rem", | ||
"rmd-divider-background-color-on-light": "rgba(0, 0, 0, 0.12)", | ||
@@ -17,5 +18,6 @@ "rmd-divider-background-color-on-dark": "rgba(255, 255, 255, 0.12)", | ||
inset: "4rem", | ||
spacing: "0.25rem", | ||
spacing: "0.25rem auto", | ||
"vertical-spacing": "auto 0.25rem", | ||
"max-size": "100%", | ||
}, | ||
}; |
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
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
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
389921
42
759
66