indicator-ui 1.0.10 → 1.0.11

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.js CHANGED
@@ -14699,11 +14699,11 @@ function Dh(...r) {
14699
14699
  ease: "power1.in",
14700
14700
  duration: 0.5
14701
14701
  }, "<").set(e, { visibility: "hidden" }), n), changeHeight: (l) => {
14702
- const d = l / 1e3;
14702
+ const d = e.clientHeight, p = Math.abs(d - l) / 500;
14703
14703
  return n.clear().to(e, {
14704
14704
  height: l,
14705
14705
  ease: "power2.out",
14706
- duration: d
14706
+ duration: p
14707
14707
  }), n;
14708
14708
  } };
14709
14709
  }
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "react-components",
12
12
  "ui-kit"
13
13
  ],
14
- "version": "1.0.10",
14
+ "version": "1.0.11",
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/types/index.d.ts",