@sdata/web-vue 2.11.0 → 2.11.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.
|
@@ -157,6 +157,8 @@ var border_beam_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
|
|
|
157
157
|
function finishFlow() {
|
|
158
158
|
clearFlowTimer();
|
|
159
159
|
isFlowing.value = false;
|
|
160
|
+
if (!props.active && isActive.value && !isFading.value) if (shouldReduceMotion()) isActive.value = false;
|
|
161
|
+
else isFading.value = true;
|
|
160
162
|
}
|
|
161
163
|
function resolveFlowPoint(coordinate, rect) {
|
|
162
164
|
const value = coordinate !== null && coordinate !== void 0 ? coordinate : "top-right";
|
package/json/web-types.json
CHANGED