File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,11 @@ var ReactNipple = (_class = function (_Component) {
265265 mode : _propTypes2 . default . string , // 'dynamic', 'static' or 'semi'
266266 restJoystick : _propTypes2 . default . bool ,
267267 restOpacity : _propTypes2 . default . number , // opacity when not 'dynamic' and rested
268- catchDistance : _propTypes2 . default . number
268+ catchDistance : _propTypes2 . default . number ,
269+ lockX : _propTypes2 . default . bool ,
270+ lockY : _propTypes2 . default . bool ,
271+ shape : _propTypes2 . default . string ,
272+ dynamicPage : _propTypes2 . default . bool
269273 } ) ,
270274 static : _propTypes2 . default . bool ,
271275 onStart : _propTypes2 . default . func ,
Original file line number Diff line number Diff line change @@ -48,7 +48,11 @@ export default class ReactNipple extends Component {
4848 mode : PropTypes . string , // 'dynamic', 'static' or 'semi'
4949 restJoystick : PropTypes . bool ,
5050 restOpacity : PropTypes . number , // opacity when not 'dynamic' and rested
51- catchDistance : PropTypes . number
51+ catchDistance : PropTypes . number ,
52+ lockX : PropTypes . bool ,
53+ lockY : PropTypes . bool ,
54+ shape : PropTypes . string ,
55+ dynamicPage : PropTypes . bool
5256 } ) ,
5357 static : PropTypes . bool ,
5458 onStart : PropTypes . func ,
You can’t perform that action at this time.
0 commit comments