sprintify-ui 0.10.20 → 0.10.21

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.
@@ -7433,7 +7433,7 @@ const pg = ["innerHTML"], Ho = /* @__PURE__ */ ne({
7433
7433
  placement: "top-start"
7434
7434
  };
7435
7435
  } },
7436
- interactive: { type: Boolean, default: !0 },
7436
+ interactive: { type: Boolean, default: !1 },
7437
7437
  delay: { default: 0 },
7438
7438
  dark: { type: Boolean, default: !1 },
7439
7439
  offset: { default: 6 }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.10.20",
3
+ "version": "0.10.21",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && vue-tsc && vite build",
@@ -71,7 +71,7 @@ const props = withDefaults(defineProps<{
71
71
  placement: 'top-start',
72
72
  };
73
73
  },
74
- interactive: true,
74
+ interactive: false,
75
75
  delay: 0,
76
76
  dark: false,
77
77
  offset: 6,