sprintify-ui 0.10.32 → 0.10.33
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.
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -10429,7 +10429,7 @@ const Dc = /* @__PURE__ */ Uo(Gv, [["render", Zv]]), Qv = { class: "relative w-f
|
|
|
10429
10429
|
() => {
|
|
10430
10430
|
r("scrollBottom");
|
|
10431
10431
|
},
|
|
10432
|
-
{ distance: 100 }
|
|
10432
|
+
{ distance: 100, interval: 1e3 }
|
|
10433
10433
|
);
|
|
10434
10434
|
function v() {
|
|
10435
10435
|
if (!a.value)
|
package/package.json
CHANGED