@baloise/ds-angular 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
|
@@ -506,7 +506,7 @@ export declare class BalLogo {
|
|
|
506
506
|
protected el: HTMLElement;
|
|
507
507
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
508
508
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalLogo, never>;
|
|
509
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalLogo, "bal-logo", never, { "animated": { "alias": "animated"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
509
|
+
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, ["*"], true, never>;
|
|
510
510
|
}
|
|
511
511
|
export declare interface BalModal extends Components.BalModal {
|
|
512
512
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular",
|
|
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",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@angular/forms": ">=18.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@baloise/ds-core": "19.
|
|
21
|
-
"@baloise/ds-angular-common": "19.
|
|
20
|
+
"@baloise/ds-core": "19.9.0",
|
|
21
|
+
"@baloise/ds-angular-common": "19.9.0",
|
|
22
22
|
"tslib": "~2.3.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|