fluid-dnd 2.1.0 → 2.1.1

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.
@@ -92,7 +92,7 @@ export interface Config<T> {
92
92
  /**
93
93
  * The delay before the touchmove event is fired.
94
94
  */
95
- delayBeforeTouchMoveEvent: number;
95
+ delayBeforeTouchMoveEvent?: number;
96
96
  }
97
97
  /**
98
98
  * onDrop event function.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-dnd",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "An agnostic drag and drop library to sort all kind of lists. With current support for vue, react and svelte",
5
5
  "type": "module",
6
6
  "homepage": "https://fluid-dnd.netlify.app",