@eagami/ui 5.13.0 → 5.14.0

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.13.0",
3
+ "version": "5.14.0",
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",
@@ -821,8 +821,6 @@ declare class AvatarEditorComponent implements OnDestroy {
821
821
  [x: string]: boolean;
822
822
  'ea-avatar-editor--has-image': boolean;
823
823
  'ea-avatar-editor--drag-over': boolean;
824
- 'ea-avatar-editor--compact': boolean;
825
- 'ea-avatar-editor--ultra-compact': boolean;
826
824
  }>;
827
825
  private readonly injector;
828
826
  private readonly boundWheel;