@eagami/ui 3.2.0 → 3.2.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": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Lightweight, accessible Angular UI component library built on CSS custom properties",
5
5
  "author": "Michal Wiraszka <michal@eagami.com>",
6
6
  "license": "MIT",
@@ -1481,6 +1481,7 @@ declare class DialogComponent {
1481
1481
  private readonly dialogEl;
1482
1482
  private previouslyFocused;
1483
1483
  protected readonly i18n: EagamiI18nService;
1484
+ private readonly isBrowser;
1484
1485
  readonly width: _angular_core.InputSignal<EaWidth>;
1485
1486
  readonly closeOnBackdrop: _angular_core.InputSignal<boolean>;
1486
1487
  readonly closeOnEscape: _angular_core.InputSignal<boolean>;
@@ -1537,6 +1538,7 @@ declare class DrawerComponent {
1537
1538
  private readonly drawerEl;
1538
1539
  private previouslyFocused;
1539
1540
  protected readonly i18n: EagamiI18nService;
1541
+ private readonly isBrowser;
1540
1542
  readonly position: _angular_core.InputSignal<DrawerPosition>;
1541
1543
  readonly width: _angular_core.InputSignal<EaWidth>;
1542
1544
  readonly closeOnBackdrop: _angular_core.InputSignal<boolean>;