otimus-library 0.5.7 → 0.5.8

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/index.d.ts CHANGED
@@ -699,7 +699,7 @@ declare class OcDropdownDirective implements OnInit {
699
699
  protected readonly dropdownService: OcDropdownService;
700
700
  protected readonly isThisDropdownOpen: i0.Signal<boolean>;
701
701
  readonly ocDropdownMenu: i0.InputSignal<OcDropdownMenuContentComponent | undefined>;
702
- readonly ocTrigger: i0.InputSignal<"click" | "hover">;
702
+ readonly ocTrigger: i0.InputSignal<"hover" | "click">;
703
703
  readonly ocDisabled: i0.InputSignal<boolean>;
704
704
  readonly ocAlign: i0.InputSignal<"start" | "end">;
705
705
  ngOnInit(): void;
@@ -983,7 +983,7 @@ declare class OcNotFoundComponent {
983
983
 
984
984
  declare class OcOtpComponent implements AfterViewInit, OnDestroy {
985
985
  private readonly cdr;
986
- readonly ocLength: i0.InputSignal<6 | 8>;
986
+ readonly ocLength: i0.InputSignal<8 | 6>;
987
987
  readonly ocSeparator: i0.InputSignal<boolean>;
988
988
  readonly ocError: i0.InputSignal<string | null | undefined>;
989
989
  readonly ocDisabled: i0.InputSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otimus-library",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^20.2.5",