@baloise/ds-angular 17.2.5 → 17.3.0-snapshot.1576-1194617cc
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
|
@@ -685,7 +685,7 @@ export declare class BalNotification {
|
|
|
685
685
|
protected el: HTMLElement;
|
|
686
686
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
687
687
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNotification, never>;
|
|
688
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNotification, "bal-notification", never, { "color": "color"; }, {}, never, ["*"], true, never>;
|
|
688
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNotification, "bal-notification", never, { "color": "color"; "light": "light"; "noIcon": "noIcon"; }, {}, never, ["*"], true, never>;
|
|
689
689
|
}
|
|
690
690
|
export declare interface BalOption extends Components.BalOption {
|
|
691
691
|
}
|
|
@@ -1012,7 +1012,7 @@ export declare class BalToast {
|
|
|
1012
1012
|
protected el: HTMLElement;
|
|
1013
1013
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1014
1014
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalToast, never>;
|
|
1015
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalToast, "bal-toast", never, { "color": "color"; "duration": "duration"; "message": "message"; }, { "balClose": "balClose"; }, never, ["*"], true, never>;
|
|
1015
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalToast, "bal-toast", never, { "closable": "closable"; "color": "color"; "duration": "duration"; "message": "message"; }, { "balClose": "balClose"; }, never, ["*"], true, never>;
|
|
1016
1016
|
}
|
|
1017
1017
|
export declare interface BalTooltip extends Components.BalTooltip {
|
|
1018
1018
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0-snapshot.1576-1194617cc",
|
|
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": ">=15.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@baloise/ds-core": "17.
|
|
21
|
-
"@baloise/ds-angular-common": "17.
|
|
20
|
+
"@baloise/ds-core": "17.3.0-snapshot.1576-1194617cc",
|
|
21
|
+
"@baloise/ds-angular-common": "17.3.0-snapshot.1576-1194617cc",
|
|
22
22
|
"tslib": "~2.3.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|