react-simply-carousel 8.5.3 → 8.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -170,8 +170,8 @@ export default ReactSimplyCarouselExample;
170
170
  | **touchSwipeTreshold** | number | half width of the active slide | minimum swipe distance in px (by touch) for change slide |
171
171
  | **mouseSwipeTreshold** | number | half width of the active slide | minimum swipe distance in px (by mouse drag) for change slide |
172
172
  | **swipeRatio** | number | `1` | swipe distance ratio (on swipe by touchmove or by mouse drag) |
173
- | **touchSwipeTreshold** | number | | swipe distance ratio (on swipe by touchmove) |
174
- | **mouseSwipeTreshold** | number | | swipe distance ratio (on swipe by mouse drag) |
173
+ | **touchSwipeRatio** | number | `swipeRatio` prop value | swipe distance ratio (on swipe by touchmove) |
174
+ | **mouseSwipeRatio** | number | `swipeRatio` prop value | swipe distance ratio (on swipe by mouse drag) |
175
175
 
176
176
  ## Demo
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-simply-carousel",
3
- "version": "8.5.3",
3
+ "version": "8.5.4",
4
4
  "description": "A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable",
5
5
  "files": [
6
6
  "dist/"