@haiilo/catalyst-angular 10.28.2 → 10.30.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.
@@ -403,7 +403,7 @@ export declare class CatTextarea {
403
403
  protected el: HTMLElement;
404
404
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
405
405
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
406
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"], false>;
406
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "autoComplete": "autoComplete"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"], false>;
407
407
  }
408
408
  export declare interface CatTextarea extends Components.CatTextarea {
409
409
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "10.28.2",
3
+ "version": "10.30.0",
4
4
  "description": "Angular wrapper for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -14,8 +14,8 @@
14
14
  "dependencies": {
15
15
  "loglevel": "1.8.1",
16
16
  "tslib": "^2.3.0",
17
- "@haiilo/catalyst": "10.28.2",
18
- "@haiilo/catalyst-tokens": "10.28.2"
17
+ "@haiilo/catalyst": "10.30.0",
18
+ "@haiilo/catalyst-tokens": "10.30.0"
19
19
  },
20
20
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
21
21
  "es2020": "fesm2020/haiilo-catalyst-angular.mjs",