@baloise/ds-angular 16.5.2 → 16.6.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
|
@@ -269,7 +269,7 @@ export declare class BalDivider {
|
|
|
269
269
|
protected el: HTMLElement;
|
|
270
270
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
271
271
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDivider, never>;
|
|
272
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDivider, "bal-divider", never, { "color": "color"; "layout": "layout"; "space": "space"; }, {}, never, ["*"], true, never>;
|
|
272
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDivider, "bal-divider", never, { "borderStyle": "borderStyle"; "color": "color"; "layout": "layout"; "space": "space"; }, {}, never, ["*"], true, never>;
|
|
273
273
|
}
|
|
274
274
|
export declare interface BalField extends Components.BalField {
|
|
275
275
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.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": ">=15.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@baloise/ds-core": "16.
|
|
21
|
-
"@baloise/ds-angular-common": "16.
|
|
20
|
+
"@baloise/ds-core": "16.6.0",
|
|
21
|
+
"@baloise/ds-angular-common": "16.6.0",
|
|
22
22
|
"tslib": "~2.3.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|