@visns-studio/visns-components 2.6.7 → 2.6.8

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.
@@ -156,7 +156,7 @@ function VisnsDropZone({ fetchData, files, settings }) {
156
156
  helperClass="dragitem"
157
157
  transitionDuration={250}
158
158
  handleDelete={handleDelete}
159
- pressDelay={180}
159
+ pressDelay={80}
160
160
  />
161
161
  ) : null}
162
162
  </div>
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "react-dom": "^17.0.1"
45
45
  },
46
46
  "name": "@visns-studio/visns-components",
47
- "version": "2.6.7",
47
+ "version": "2.6.8",
48
48
  "description": "Various packages to assist in the development of our Custom Applications.",
49
49
  "main": "index.js",
50
50
  "scripts": {