@julseb-lib/react 1.0.56 → 1.0.57
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.
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -68659,7 +68659,6 @@ var Slideshow = ({
|
|
|
68659
68659
|
onTouchStart: handleTouchStart,
|
|
68660
68660
|
onTouchMove: handleTouchMove,
|
|
68661
68661
|
onTouchEnd: handleTouchEnd,
|
|
68662
|
-
onMouseDown: handleMouseDown,
|
|
68663
68662
|
onMouseMove: handleMouseMove,
|
|
68664
68663
|
onMouseUp: handleMouseUp,
|
|
68665
68664
|
onMouseLeave: handleMouseUp,
|