@educarehq/solaris-components 0.3.1 → 0.3.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@educarehq/solaris-components",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.1.0",
6
6
  "intl-tel-input": "^26.0.9",
@@ -439,6 +439,7 @@ declare class SolarisNotificationItemComponent {
439
439
  readonly secondsLeft: i0.Signal<number>;
440
440
  readonly progress: i0.Signal<number>;
441
441
  readonly iconClass: i0.Signal<"ph-check-circle" | "ph-warning-circle" | "ph-x-circle" | "ph-info">;
442
+ protected readonly isCompactHeader: i0.Signal<boolean>;
442
443
  toggleExpanded(): void;
443
444
  toggleUserPause(): void;
444
445
  close(): void;