@haiilo/catalyst-angular 12.0.0 → 12.2.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.
@@ -375,6 +375,7 @@ export declare interface CatTabs extends Components.CatTabs {
375
375
  catChange: EventEmitter<CustomEvent<{
376
376
  id: string;
377
377
  index: number;
378
+ fromDropdown: boolean;
378
379
  }>>;
379
380
  }
380
381
  export declare class CatTag {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "12.0.0",
3
+ "version": "12.2.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": "12.0.0",
18
- "@haiilo/catalyst-tokens": "12.0.0"
17
+ "@haiilo/catalyst": "12.2.0",
18
+ "@haiilo/catalyst-tokens": "12.2.0"
19
19
  },
20
20
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
21
21
  "es2020": "fesm2020/haiilo-catalyst-angular.mjs",