@featherds/ripple
Advanced tools
Comparing version 0.10.6 to 0.10.7
@@ -21,2 +21,3 @@ var __defProp = Object.defineProperty; | ||
import { defineComponent, h } from "vue"; | ||
import { _clearTimeout, _setTimeout } from "@featherds/utils/setTimeout"; | ||
var FeatherRipple_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
@@ -43,3 +44,3 @@ var _export_sfc = (sfc, props2) => { | ||
styles: {}, | ||
failsafe: 0 | ||
failsafe: -1 | ||
}; | ||
@@ -79,4 +80,4 @@ }, | ||
this.active = true; | ||
clearTimeout(this.failsafe); | ||
this.failsafe = setTimeout(() => { | ||
_clearTimeout(this.failsafe); | ||
this.failsafe = _setTimeout(() => { | ||
this.pressed = false; | ||
@@ -119,3 +120,3 @@ this.active = false; | ||
}); | ||
var FeatherRipple = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-955ee404"]]); | ||
var FeatherRipple = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-18e2a5db"]]); | ||
export { FeatherRipple }; |
{ | ||
"name": "@featherds/ripple", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"publishConfig": { | ||
@@ -20,3 +20,3 @@ "access": "public" | ||
"types": "./src/index.d.ts", | ||
"gitHead": "59a348101c9963bfbb89617bc433240d3e790433" | ||
"gitHead": "4a3dc68c3141b0021f7bedf13b69b5afa471962f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19466
138