@shival99/z-ui 2.0.75 → 2.0.76

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": "@shival99/z-ui",
3
- "version": "2.0.75",
3
+ "version": "2.0.76",
4
4
  "description": "Z-UI: Modern Angular UI Component Library - A comprehensive, high-performance design system built with Angular 20+, featuring 40+ customizable components with dark mode, accessibility, and enterprise-ready features.",
5
5
  "keywords": [
6
6
  "angular",
@@ -116,7 +116,7 @@ declare class ZPopoverDirective implements OnInit, OnDestroy {
116
116
  readonly zHideDelay: _angular_core.InputSignal<number>;
117
117
  readonly zDisabled: _angular_core.InputSignalWithTransform<boolean, string | boolean>;
118
118
  readonly zOffset: _angular_core.InputSignal<number>;
119
- readonly zPopoverWidth: _angular_core.InputSignal<number | "auto" | "trigger">;
119
+ readonly zPopoverWidth: _angular_core.InputSignal<number | "trigger" | "auto">;
120
120
  readonly zTriggerRef: _angular_core.InputSignal<HTMLElement | ElementRef<HTMLElement> | null>;
121
121
  readonly zManualClose: _angular_core.InputSignalWithTransform<boolean, string | boolean>;
122
122
  readonly zOutsideClickClose: _angular_core.InputSignalWithTransform<boolean, string | boolean>;