@scania/tegel-angular-17 1.33.0 → 1.34.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.
|
@@ -205,7 +205,7 @@ export declare class TdsDivider {
|
|
|
205
205
|
protected el: HTMLElement;
|
|
206
206
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
207
207
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdsDivider, never>;
|
|
208
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdsDivider, "tds-divider", never, { "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
208
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdsDivider, "tds-divider", never, { "orientation": { "alias": "orientation"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
209
209
|
}
|
|
210
210
|
export declare interface TdsDivider extends Components.TdsDivider {
|
|
211
211
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel-angular-17",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.34.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.
|
|
8
|
+
"@scania/tegel": "^1.34.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|