@akcelik/strct 0.5.0 → 0.5.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": "@akcelik/strct",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "UIStruct — a standalone Angular component library with a tokenised, multi-palette theme system, built for datacenter / infrastructure management UIs.",
5
5
  "author": "Serkan Akcelik <serkan.akcelik@gmail.com>",
6
6
  "license": "MIT",
@@ -654,7 +654,7 @@ declare class StrctModal {
654
654
  declare class StrctDropdown {
655
655
  private readonly host;
656
656
  /** Horizontal alignment of the menu. */
657
- readonly align: _angular_core.InputSignal<"start" | "end">;
657
+ readonly align: _angular_core.InputSignal<"end" | "start">;
658
658
  readonly open: _angular_core.WritableSignal<boolean>;
659
659
  toggle(): void;
660
660
  close(): void;
@@ -1701,7 +1701,7 @@ declare class StrctAlert {
1701
1701
  readonly closable: _angular_core.InputSignalWithTransform<boolean, unknown>;
1702
1702
  /** Emitted when the alert is dismissed. */
1703
1703
  readonly closed: _angular_core.OutputEmitterRef<void>;
1704
- protected readonly icon: _angular_core.Signal<"success" | "warning" | "critical" | "info">;
1704
+ protected readonly icon: _angular_core.Signal<"info" | "success" | "warning" | "critical">;
1705
1705
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<StrctAlert, never>;
1706
1706
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<StrctAlert, "strct-alert", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, ["*"], true, never>;
1707
1707
  }
Binary file