@cauca-911/material 21.0.5 → 21.1.0

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.
@@ -252,7 +252,7 @@ declare class SnackBarComponent {
252
252
  showCloseButton: InputSignal<boolean>;
253
253
  type: InputSignal<'info' | 'success' | 'warning' | 'error'>;
254
254
  variant: InputSignal<'filled' | 'outlined' | 'standard'>;
255
- appearanceClasses: Signal<("error" | "info" | "success" | "warning" | "filled" | "outlined" | "standard")[]>;
255
+ appearanceClasses: Signal<("error" | "info" | "filled" | "outlined" | "success" | "warning" | "standard")[]>;
256
256
  buttonSpecificColor: InputSignal<string>;
257
257
  buttonIcon: InputSignal<string>;
258
258
  inProgress: InputSignal<boolean>;
@@ -357,7 +357,7 @@ declare class PasswordInputComponent implements ControlValueAccessor {
357
357
  passwordControl: FormControl;
358
358
  disabled: WritableSignal<boolean>;
359
359
  showPassword: WritableSignal<boolean>;
360
- inputType: _angular_core.Signal<"password" | "text">;
360
+ inputType: _angular_core.Signal<"text" | "password">;
361
361
  constructor();
362
362
  writeValue(value: string): void;
363
363
  registerOnChange(fn: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "21.0.5",
3
+ "version": "21.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=21.2.0",
6
6
  "@angular/core": ">=21.2.0",
@@ -22,13 +22,13 @@
22
22
  "material"
23
23
  ],
24
24
  "module": "fesm2022/cauca-911-material.mjs",
25
- "typings": "types/cauca-911-material.d.ts",
25
+ "typings": "index.d.ts",
26
26
  "exports": {
27
27
  "./package.json": {
28
28
  "default": "./package.json"
29
29
  },
30
30
  ".": {
31
- "types": "./types/cauca-911-material.d.ts",
31
+ "types": "./index.d.ts",
32
32
  "default": "./fesm2022/cauca-911-material.mjs"
33
33
  }
34
34
  },