@litigiovirtual/ius-design-components 2.0.4 → 2.0.5

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": "@litigiovirtual/ius-design-components",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=22.0.0 <23.0.0",
6
6
  "@angular/common": ">=22.0.0 <23.0.0",
@@ -849,7 +849,7 @@ declare class AlertComponent {
849
849
  /** Tamaño. */
850
850
  readonly size: _angular_core.InputSignal<AlertSize>;
851
851
  /** Estilo del borde. */
852
- readonly border: _angular_core.InputSignal<"solid" | "none" | "dashed">;
852
+ readonly border: _angular_core.InputSignal<"none" | "solid" | "dashed">;
853
853
  /** Título tonal en negrita. */
854
854
  readonly title: _angular_core.InputSignal<string | undefined>;
855
855
  /** Línea superior breve (uppercase). */
@@ -869,7 +869,7 @@ declare class AlertComponent {
869
869
  /** Alineación (auto: `center` si hay `trailing` sin `actions`). */
870
870
  readonly align: _angular_core.InputSignal<"start" | "center" | undefined>;
871
871
  /** `status` (default, no interrumpe) o `alert` (asertivo). */
872
- readonly role: _angular_core.InputSignal<"status" | "alert">;
872
+ readonly role: _angular_core.InputSignal<"alert" | "status">;
873
873
  /** Al pulsar × (original: `onClose`). */
874
874
  readonly closed: _angular_core.OutputEmitterRef<void>;
875
875
  private readonly actionsRef;