@eagami/ui 5.0.0 → 5.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eagami/ui",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Lightweight, accessible, themeable Angular UI component library and icon set built on CSS custom properties",
5
5
  "author": "Michal Wiraszka <michal@eagami.com>",
6
6
  "license": "MIT",
@@ -1648,7 +1648,6 @@ declare class DrawerComponent {
1648
1648
  private readonly panelEl;
1649
1649
  private previouslyFocused;
1650
1650
  private pushedTarget;
1651
- private pushedProperty;
1652
1651
  private pushCleanupTimer;
1653
1652
  private shownAsModal;
1654
1653
  private reopening;