@baloise/ds-angular-module 17.3.0-nightly.20250124 → 17.3.0-nightly.20250127
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/esm2020/generated/proxies.mjs +4 -4
- package/fesm2015/baloise-ds-angular-module.mjs +3 -3
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular-module.mjs +3 -3
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies.d.ts +1 -1
- package/package.json +3 -3
package/generated/proxies.d.ts
CHANGED
|
@@ -811,7 +811,7 @@ export declare class BalNavbarBrand {
|
|
|
811
811
|
protected el: HTMLElement;
|
|
812
812
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
813
813
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavbarBrand, never>;
|
|
814
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": "animated"; "href": "href"; "logo": "logo"; "logoSize": "logoSize"; "simple": "simple"; "target": "target"; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
|
|
814
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": "animated"; "href": "href"; "logo": "logo"; "logoClickable": "logoClickable"; "logoLabel": "logoLabel"; "logoSize": "logoSize"; "simple": "simple"; "target": "target"; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
|
|
815
815
|
}
|
|
816
816
|
export declare interface BalNavbarMenu extends Components.BalNavbarMenu {
|
|
817
817
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular-module",
|
|
3
|
-
"version": "17.3.0-nightly.
|
|
3
|
+
"version": "17.3.0-nightly.20250127",
|
|
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": ">=15.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@baloise/ds-core": "17.3.0-nightly.
|
|
20
|
-
"@baloise/ds-angular-common": "17.3.0-nightly.
|
|
19
|
+
"@baloise/ds-core": "17.3.0-nightly.20250127",
|
|
20
|
+
"@baloise/ds-angular-common": "17.3.0-nightly.20250127",
|
|
21
21
|
"tslib": "^2.3.0"
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|