evo-vue-carousel 1.0.13 → 1.0.14

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.
@@ -3389,7 +3389,7 @@ const sd = ["data-height"], cd = {
3389
3389
  setup(e) {
3390
3390
  let n = e, { config: r, currentIndex: a, isNavigating: c, isHovered: u, setIsNavigating: d, pauseAutoplay: p, resumeAutoplay: m } = Tl(), h = D(null), { height: _ } = Ve(h);
3391
3391
  N(u, (e) => {
3392
- e ? p() : m();
3392
+ r.value.pauseOnHover === !0 && (e ? p() : m());
3393
3393
  });
3394
3394
  function v(e, t, n) {
3395
3395
  let r = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo-vue-carousel",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "type": "module",
5
5
  "license": "GPL-3.0-only",
6
6
  "files": [
@@ -37,8 +37,8 @@
37
37
  "@vitejs/plugin-vue": "^6.0.1",
38
38
  "eslint": "^9.32.0",
39
39
  "eslint-config-prettier": "^10.1.8",
40
- "eslint-plugin-jsdoc": "^52.0.1",
41
- "eslint-plugin-vue": "^10.3.0",
40
+ "eslint-plugin-jsdoc": "^52.0.2",
41
+ "eslint-plugin-vue": "^10.4.0",
42
42
  "globals": "^16.3.0",
43
43
  "prettier": "^3.6.2",
44
44
  "tailwind-merge": "^2.6.0",