@baloise/ds-angular-module 16.5.2-nightly.20241016 → 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/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
|
@@ -345,7 +345,7 @@ export declare class BalDivider {
|
|
|
345
345
|
protected el: HTMLElement;
|
|
346
346
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
347
347
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDivider, never>;
|
|
348
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDivider, "bal-divider", never, { "color": "color"; "layout": "layout"; "space": "space"; }, {}, never, ["*"], false, never>;
|
|
348
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDivider, "bal-divider", never, { "borderStyle": "borderStyle"; "color": "color"; "layout": "layout"; "space": "space"; }, {}, never, ["*"], false, never>;
|
|
349
349
|
}
|
|
350
350
|
export declare interface BalDropdown extends Components.BalDropdown {
|
|
351
351
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular-module",
|
|
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",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@angular/core": ">=15.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@baloise/ds-core": "16.
|
|
20
|
-
"@baloise/ds-angular-common": "16.
|
|
19
|
+
"@baloise/ds-core": "16.6.0",
|
|
20
|
+
"@baloise/ds-angular-common": "16.6.0",
|
|
21
21
|
"tslib": "^2.3.0"
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|