@eric-emg/symphiq-components 1.2.285 → 1.2.286

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/index.d.ts CHANGED
@@ -2691,7 +2691,7 @@ declare class TargetChangeBadgeComponent implements OnDestroy {
2691
2691
  protected descriptionText: _angular_core.Signal<string>;
2692
2692
  protected containerClasses: _angular_core.Signal<"bg-purple-500/25 border-purple-400/40" | "bg-purple-50 border-purple-200">;
2693
2693
  protected isIncrease: _angular_core.Signal<boolean>;
2694
- protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
2694
+ protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2695
2695
  protected rotationStyle: _angular_core.Signal<string>;
2696
2696
  protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
2697
2697
  protected overlayClasses: _angular_core.Signal<"bg-purple-600 text-purple-50" | "bg-purple-500 text-white">;
@@ -2730,7 +2730,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2730
2730
  private animateValue;
2731
2731
  protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
2732
2732
  protected containerClasses: _angular_core.Signal<string>;
2733
- protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
2733
+ protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2734
2734
  protected rotationStyle: _angular_core.Signal<string>;
2735
2735
  protected fullBadgeRotationStyle: _angular_core.Signal<string>;
2736
2736
  protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.285",
3
+ "version": "1.2.286",
4
4
  "description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
5
5
  "author": "Your Organization",
6
6
  "license": "MIT",