inviton-powerduck 0.0.161 → 0.0.162

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.
@@ -1955,6 +1955,7 @@ import { utcEpochMilliseconds } from '../../../../common/extensions/temporal-ext
1955
1955
 
1956
1956
  box.one('animationend', function () {
1957
1957
  box.hide();
1958
+ afterAnim();
1958
1959
  box.removeClass('pd-dropdown-open-animation pd-dropdown-open-animation-above pd-dropdown-close-animation pd-dropdown-close-animation-above');
1959
1960
  });
1960
1961
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inviton-powerduck",
3
3
  "type": "module",
4
- "version": "0.0.161",
4
+ "version": "0.0.162",
5
5
  "files": [
6
6
  "app/",
7
7
  "common/",