@flarehr/apollo-super-selection 1.2.27856 → 1.2.27914

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.
Files changed (23) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/assets/logo-mercer-mychoice.svg +1 -0
  3. package/dist/lib/apollo-super-selection/p-1910eb21.entry.js +14 -0
  4. package/dist/lib/apollo-super-selection/p-4635a623.system.entry.js +69 -0
  5. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  6. package/dist/lib/cjs/sss-button_30.cjs.entry.js +79 -12
  7. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +6 -0
  8. package/dist/lib/collection/components/super-selection-app/funds/constants.js +27 -2
  9. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +3 -0
  10. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +15 -3
  11. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +15 -3
  12. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +2 -0
  13. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-mercer-mychoice.svg +1 -0
  14. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +26 -0
  15. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +1 -3
  16. package/dist/lib/esm/sss-button_30.entry.js +79 -12
  17. package/dist/lib/esm-es5/sss-button_30.entry.js +1 -1
  18. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +5 -0
  19. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +9 -0
  20. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +1 -0
  21. package/package.json +1 -1
  22. package/dist/lib/apollo-super-selection/p-0bc7e74b.system.entry.js +0 -69
  23. package/dist/lib/apollo-super-selection/p-1472a495.entry.js +0 -14
@@ -59,6 +59,11 @@ declare type PromotedFundChoiceDto = {
59
59
  usi: string;
60
60
  memberNumber: string;
61
61
  };
62
+ } | {
63
+ mercerMyChoice: {
64
+ usi: string;
65
+ memberNumber: string;
66
+ };
62
67
  };
63
68
  export declare function getSuperChoiceUsi(dto: SuperChoiceDetailsDto): Option<string>;
64
69
  export declare function getSuperChoiceMemberNumber(dto: SuperChoiceDetailsDto): Option<string>;
@@ -64,6 +64,15 @@ export declare const First: {
64
64
  Abn: string;
65
65
  FooterTextOverride: Option<never>;
66
66
  };
67
+ export declare const MercerMyChoice: {
68
+ Id: string;
69
+ Name: string;
70
+ Logo: string;
71
+ PdsUrl: string;
72
+ TmdUrl: string;
73
+ Abn: string;
74
+ FooterTextOverride: Option<string>;
75
+ };
67
76
  export declare const PromotedFundIdList: {
68
77
  dtoPropName: string;
69
78
  id: string;
@@ -3,4 +3,5 @@ export declare type PromotedFundState = {
3
3
  };
4
4
  export declare const initial: PromotedFundState;
5
5
  declare const state: PromotedFundState;
6
+ export declare function reset(): void;
6
7
  export default state;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "1.2.27856",
3
+ "version": "1.2.27914",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",