@eric-emg/symphiq-components 1.2.49 → 1.2.50

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
@@ -555,7 +555,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
555
555
  funnelAnalysis: _angular_core.InputSignal<FunnelAnalysisInterface | undefined>;
556
556
  embedded: _angular_core.InputSignal<boolean>;
557
557
  scrollContainerId: _angular_core.InputSignal<string | undefined>;
558
- scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | undefined>;
558
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
559
559
  isLoading: _angular_core.InputSignal<boolean | undefined>;
560
560
  useSampleData: _angular_core.InputSignal<boolean>;
561
561
  selectedCategory: _angular_core.WritableSignal<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
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",