indicator-ui 1.0.21 → 1.0.22
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.cjs +1 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14696,7 +14696,9 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
|
|
|
14696
14696
|
duration: o,
|
|
14697
14697
|
ease: "power3.out"
|
|
14698
14698
|
}
|
|
14699
|
-
),
|
|
14699
|
+
).set(e, {
|
|
14700
|
+
transform: "none"
|
|
14701
|
+
}), t;
|
|
14700
14702
|
}, k9 = () => ({
|
|
14701
14703
|
default: PB
|
|
14702
14704
|
});
|