@baloise/ds-angular-module 19.8.4 → 19.9.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.
package/generated/proxies.d.ts
CHANGED
|
@@ -677,7 +677,7 @@ export declare class BalLogo {
|
|
|
677
677
|
protected el: HTMLElement;
|
|
678
678
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
679
679
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalLogo, never>;
|
|
680
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalLogo, "bal-logo", never, { "animated": { "alias": "animated"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
680
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalLogo, "bal-logo", never, { "animated": { "alias": "animated"; "required": false; }; "brand": { "alias": "brand"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
681
681
|
}
|
|
682
682
|
export declare interface BalModal extends Components.BalModal {
|
|
683
683
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular-module",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.9.0",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@angular/core": ">=18.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@baloise/ds-core": "19.
|
|
20
|
-
"@baloise/ds-angular-common": "19.
|
|
19
|
+
"@baloise/ds-core": "19.9.0",
|
|
20
|
+
"@baloise/ds-angular-common": "19.9.0",
|
|
21
21
|
"tslib": "^2.3.0"
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|