@cliquify.me/timeline 4.0.6 → 4.0.8
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/index.es.js +1 -5
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -7809,11 +7809,7 @@ const { wrapWithFireEvent: ug, getLocalPoint: dg } = vs, gg = (i, t, e, s) => {
|
|
|
7809
7809
|
n.tScale,
|
|
7810
7810
|
n.playbackRate
|
|
7811
7811
|
);
|
|
7812
|
-
if (m < l || (m = X(
|
|
7813
|
-
h,
|
|
7814
|
-
n.tScale,
|
|
7815
|
-
n.playbackRate
|
|
7816
|
-
), m < l)) return !1;
|
|
7812
|
+
if (m < l || (m = X(h, n.tScale, n.playbackRate), m < l)) return !1;
|
|
7817
7813
|
n.set("width", Math.max(h, 0)), n.trim.to = p;
|
|
7818
7814
|
} else {
|
|
7819
7815
|
if (n.left < 0) return !1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cliquify.me/timeline",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@types/lodash-es": "^4.17.12",
|
|
39
39
|
"@designcombo/events": "^1.0.2",
|
|
40
|
-
"@cliquify.me/types": "4.0.
|
|
40
|
+
"@cliquify.me/types": "4.0.8"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"dev": "vite",
|