@baloise/ds-angular-module 18.3.0-nightly.20250424 → 18.3.0-nightly.20250428

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.
@@ -1217,7 +1217,7 @@ export declare class BalTabs {
1217
1217
  protected el: HTMLElement;
1218
1218
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1219
1219
  static ɵfac: i0.ɵɵFactoryDeclaration<BalTabs, never>;
1220
- static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion": { "alias": "accordion"; "required": false; }; "border": { "alias": "border"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "context": { "alias": "context"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "dimInactiveElements": { "alias": "dimInactiveElements"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "float": { "alias": "float"; "required": false; }; "fullwidth": { "alias": "fullwidth"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "optionalTabSelection": { "alias": "optionalTabSelection"; "required": false; }; "options": { "alias": "options"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "selectOnMobile": { "alias": "selectOnMobile"; "required": false; }; "spaceless": { "alias": "spaceless"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "verticalColSize": { "alias": "verticalColSize"; "required": false; }; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
1220
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion": { "alias": "accordion"; "required": false; }; "border": { "alias": "border"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "context": { "alias": "context"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "dimInactiveElements": { "alias": "dimInactiveElements"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "float": { "alias": "float"; "required": false; }; "fullwidth": { "alias": "fullwidth"; "required": false; }; "handleAsTabList": { "alias": "handleAsTabList"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "optionalTabSelection": { "alias": "optionalTabSelection"; "required": false; }; "options": { "alias": "options"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "selectOnMobile": { "alias": "selectOnMobile"; "required": false; }; "spaceless": { "alias": "spaceless"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "verticalColSize": { "alias": "verticalColSize"; "required": false; }; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
1221
1221
  }
1222
1222
  export declare interface BalTag extends Components.BalTag {
1223
1223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "18.3.0-nightly.20250424",
3
+ "version": "18.3.0-nightly.20250428",
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": ">=17.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@baloise/ds-core": "18.3.0-nightly.20250424",
20
- "@baloise/ds-angular-common": "18.3.0-nightly.20250424",
19
+ "@baloise/ds-core": "18.3.0-nightly.20250428",
20
+ "@baloise/ds-angular-common": "18.3.0-nightly.20250428",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,