@flarehr/apollo-super-selection 5.22.53041 → 5.23.54085

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.
@@ -34,6 +34,8 @@ export declare class SuperSelectionAppService {
34
34
  set superCampaignComponentStatus(value: SuperCampaignComponentStatus);
35
35
  get isUsingSuperCampaign(): boolean;
36
36
  get isSuperCampaignFallbackActivated(): boolean;
37
+ get superCampaignIsInView(): boolean;
38
+ set superCampaignIsInView(value: boolean);
37
39
  }
38
40
  declare const _default: SuperSelectionAppService;
39
41
  export default _default;
@@ -24,6 +24,7 @@ export declare type AppContextState = {
24
24
  superCampaignEnabled: boolean;
25
25
  superCampaignState: SuperCampaignState | undefined;
26
26
  superCampaignComponentStatus: SuperCampaignComponentStatus;
27
+ superCampaignIsInView: boolean;
27
28
  };
28
29
  export declare class SuperCampaignState {
29
30
  private _promotedFundsShown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "5.22.53041",
3
+ "version": "5.23.54085",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",