@oiz/stzh-components-angular 3.7.0-beta → 3.7.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.
|
@@ -1650,7 +1650,7 @@ export declare class StzhQuote {
|
|
|
1650
1650
|
protected el: HTMLStzhQuoteElement;
|
|
1651
1651
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1652
1652
|
static ɵfac: i0.ɵɵFactoryDeclaration<StzhQuote, never>;
|
|
1653
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StzhQuote, "stzh-quote", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1653
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StzhQuote, "stzh-quote", never, { "author": { "alias": "author"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1654
1654
|
}
|
|
1655
1655
|
export declare interface StzhQuote extends Components.StzhQuote {
|
|
1656
1656
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components-angular",
|
|
3
|
-
"version": "3.7.0
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "Angular specific component wrappers for @oiz/stzh-components.",
|
|
5
5
|
"homepage": "https://designsystem.stadt-zuerich.ch",
|
|
6
6
|
"private": false,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@angular/common": ">=16.0.0",
|
|
13
13
|
"@angular/core": ">=16.0.0",
|
|
14
|
-
"@oiz/stzh-components": "^3.7.0
|
|
14
|
+
"@oiz/stzh-components": "^3.7.0"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": "^18.10.0 || ^20.9.0"
|