@dsivd/prestations-ng 19.0.0-beta.5 → 19.0.0-beta.6

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/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "19.0.0-beta.5",
43
+ "version": "19.0.0-beta.6",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "types/dsivd-prestations-ng.d.ts",
46
46
  "exports": {
@@ -3647,7 +3647,7 @@ declare class FoehnFeedbackNotificationComponent {
3647
3647
  goodIconName: _fortawesome_fontawesome_common_types.IconDefinition;
3648
3648
  mediumIconName: _fortawesome_fontawesome_common_types.IconDefinition;
3649
3649
  badIconName: _fortawesome_fontawesome_common_types.IconDefinition;
3650
- expanded: boolean;
3650
+ expanded: _angular_core.WritableSignal<boolean>;
3651
3651
  isScrollEnded: boolean;
3652
3652
  visible: Observable<boolean>;
3653
3653
  goodUrl: Observable<string>;