@haiilo/catalyst-angular 11.1.0 → 12.0.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.
@@ -165,7 +165,7 @@ export declare class CatDropdown {
165
165
  protected el: HTMLElement;
166
166
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
167
167
  static ɵfac: i0.ɵɵFactoryDeclaration<CatDropdown, never>;
168
- static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "arrowNavigation": "arrowNavigation"; "delayedTriggerInit": "delayedTriggerInit"; "justify": "justify"; "noAutoClose": "noAutoClose"; "noInitialFocus": "noInitialFocus"; "noResize": "noResize"; "noReturnFocus": "noReturnFocus"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
168
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "arrowNavigation": "arrowNavigation"; "delayedTriggerInit": "delayedTriggerInit"; "isOpen": "isOpen"; "justify": "justify"; "noAutoClose": "noAutoClose"; "noInitialFocus": "noInitialFocus"; "noResize": "noResize"; "noReturnFocus": "noReturnFocus"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
169
169
  }
170
170
  export declare interface CatDropdown extends Components.CatDropdown {
171
171
  /**
@@ -353,7 +353,7 @@ export declare class CatTab {
353
353
  protected el: HTMLElement;
354
354
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
355
355
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTab, never>;
356
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "error": "error"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "nativeAttributes": "nativeAttributes"; "noActive": "noActive"; "testId": "testId"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
356
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "error": "error"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "nativeAttributes": "nativeAttributes"; "noActive": "noActive"; "sticky": "sticky"; "testId": "testId"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
357
357
  }
358
358
  export declare interface CatTab extends Components.CatTab {
359
359
  /**
@@ -366,7 +366,7 @@ export declare class CatTabs {
366
366
  protected el: HTMLElement;
367
367
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
368
368
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTabs, never>;
369
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"], false>;
369
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "activeTabAlwaysVisible": "activeTabAlwaysVisible"; "adaptive": "adaptive"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"], false>;
370
370
  }
371
371
  export declare interface CatTabs extends Components.CatTabs {
372
372
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "11.1.0",
3
+ "version": "12.0.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-tokens": "11.1.0",
18
- "@haiilo/catalyst": "11.1.0"
17
+ "@haiilo/catalyst": "12.0.0",
18
+ "@haiilo/catalyst-tokens": "12.0.0"
19
19
  },
20
20
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
21
21
  "es2020": "fesm2020/haiilo-catalyst-angular.mjs",