@scania/tegel-angular-17 1.19.0-1.19.0-stencil-upgrade-beta.0 → 1.19.0-beta.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.
@@ -107,9 +107,7 @@ export declare interface TdsCard extends Components.TdsCard {
107
107
  /**
108
108
  * Sends unique Card identifier when the Card is clicked, if clickable=true
109
109
  */
110
- tdsClick: EventEmitter<CustomEvent<{
111
- cardId: string;
112
- }>>;
110
+ tdsClick: EventEmitter<CustomEvent<any>>;
113
111
  }
114
112
  export declare class TdsCheckbox {
115
113
  protected z: NgZone;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@scania/tegel-angular-17",
3
- "version": "1.19.0-1.19.0-stencil-upgrade-beta.0",
3
+ "version": "1.19.0-beta.0",
4
4
  "description": "Angular wrappers for Tegel package using Angular 17 and above",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=17.0.0",
7
7
  "@angular/core": ">=17.0.0",
8
- "@scania/tegel": "1.19.0-1.19.0-stencil-upgrade-beta.0"
8
+ "@scania/tegel": "1.19.0-beta.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"