react-stepper-horizontal
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -58,2 +58,3 @@ 'use strict'; | ||
var defaultTitleOpacity = _props.defaultTitleOpacity; | ||
var barStyle = _props.barStyle; | ||
@@ -114,3 +115,3 @@ | ||
height: 1, | ||
borderTopStyle: 'solid', | ||
borderTopStyle: barStyle || 'solid', | ||
borderTopWidth: 1, | ||
@@ -127,3 +128,3 @@ borderTopColor: defaultColor, | ||
height: 1, | ||
borderTopStyle: 'solid', | ||
borderTopStyle: barStyle || 'solid', | ||
borderTopWidth: 1, | ||
@@ -137,3 +138,3 @@ borderTopColor: defaultColor, | ||
completedBar: { | ||
borderTopStyle: 'solid', | ||
borderTopStyle: barStyle || 'solid', | ||
borderTopWidth: 1, | ||
@@ -236,3 +237,10 @@ borderTopColor: completeColor, | ||
first: _propTypes.PropTypes.bool, | ||
isLast: _propTypes.PropTypes.bool | ||
isLast: _propTypes.PropTypes.bool, | ||
completeOpacity: _propTypes.PropTypes.string, | ||
activeOpacity: _propTypes.PropTypes.string, | ||
defaultOpcaity: _propTypes.PropTypes.string, | ||
completeTitleOpacity: _propTypes.PropTypes.string, | ||
activeTitleOpacity: _propTypes.PropTypes.string, | ||
defaultTitleOpacity: _propTypes.PropTypes.string, | ||
barStyle: _propTypes.PropTypes.string | ||
}; |
@@ -53,2 +53,3 @@ 'use strict'; | ||
var defaultTitleOpacity = _ref.defaultTitleOpacity; | ||
var barStyle = _ref.barStyle; | ||
@@ -90,4 +91,4 @@ return _react2.default.createElement( | ||
completeTitleOpacity: completeTitleOpacity, | ||
activeTitleOpacity: activeTitleOpacity | ||
activeTitleOpacity: activeTitleOpacity, | ||
barStyle: barStyle | ||
}); | ||
@@ -117,5 +118,12 @@ }) | ||
circleTop: _propTypes.PropTypes.number, | ||
titleTop: _propTypes.PropTypes.number | ||
titleTop: _propTypes.PropTypes.number, | ||
defaultOpcaity: _propTypes.PropTypes.string, | ||
completeOpacity: _propTypes.PropTypes.string, | ||
activeOpacity: _propTypes.PropTypes.string, | ||
defaultTitleOpacity: _propTypes.PropTypes.string, | ||
completeTitleOpacity: _propTypes.PropTypes.string, | ||
activeTitleOpacity: _propTypes.PropTypes.string, | ||
barStyle: _propTypes.PropTypes.string | ||
}; | ||
exports.default = Stepper; |
{ | ||
"name": "react-stepper-horizontal", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Well-designed stepper component for react", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -48,2 +48,3 @@ # react-stepper | ||
|activeTitleOpacity|Active title opacity|1|string| | ||
|barStyle|Style of bar seperating steps|solid|string| | ||
@@ -50,0 +51,0 @@ |
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
94085
337
58