svelte-gestures
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -1,2 +0,2 @@ | ||
import { type BaseParams, type Coord, type GestureCustomEvent, type Action, SubGestureFunctions } from '../../shared'; | ||
import { type BaseParams, type Coord, type GestureCustomEvent, type Action, type SubGestureFunctions } from '../../shared'; | ||
export type PinchParameters = BaseParams; | ||
@@ -3,0 +3,0 @@ export type PinchPointerEventDetail = { |
@@ -1,2 +0,2 @@ | ||
import { type BaseParams, type Coord, type Action, type GestureCustomEvent, SubGestureFunctions } from '../../shared'; | ||
import { type BaseParams, type Coord, type Action, type GestureCustomEvent, type SubGestureFunctions } from '../../shared'; | ||
export type RotateParameters = BaseParams; | ||
@@ -3,0 +3,0 @@ export type RotatePointerEventDetail = { |
@@ -1,2 +0,2 @@ | ||
import { type BaseParams, type Action, type GestureCustomEvent, SubGestureFunctions } from '../../shared'; | ||
import { type BaseParams, type Action, type GestureCustomEvent, type SubGestureFunctions } from '../../shared'; | ||
export type ScrollParameters = { | ||
@@ -3,0 +3,0 @@ delay: number; |
@@ -1,2 +0,2 @@ | ||
import { type BaseParams, type GestureCustomEvent, type Action, SubGestureFunctions } from '../../shared'; | ||
import { type BaseParams, type GestureCustomEvent, type Action, type SubGestureFunctions } from '../../shared'; | ||
import { type Pattern, type Options } from './detector'; | ||
@@ -3,0 +3,0 @@ export type ShapeGestureParameters = { |
@@ -1,2 +0,2 @@ | ||
import { SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared'; | ||
import { type SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared'; | ||
export type SwipeParameters = { | ||
@@ -3,0 +3,0 @@ timeframe: number; |
@@ -1,2 +0,2 @@ | ||
import { SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared'; | ||
import { type SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared'; | ||
export type TapParameters = { | ||
@@ -3,0 +3,0 @@ timeframe: number; |
@@ -1,3 +0,1 @@ | ||
/// <reference types="./global" /> | ||
export * from './dist/types/index'; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"main": "dist/index.svelte.js", | ||
@@ -9,0 +9,0 @@ "module": "dist/index.esm.svelte.js", |
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
121759
2606