@flarehr/apollo-super-selection 4.19.27767 → 4.21.28044

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 (45) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  3. package/dist/lib/apollo-super-selection/assets/logo-mercer-mychoice.svg +1 -0
  4. package/dist/lib/apollo-super-selection/p-35538e87.system.entry.js +69 -0
  5. package/dist/lib/apollo-super-selection/p-a08ef800.entry.js +14 -0
  6. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  7. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  8. package/dist/lib/cjs/loader.cjs.js +1 -1
  9. package/dist/lib/cjs/sss-button_30.cjs.entry.js +147 -126
  10. package/dist/lib/collection/apollo-super-selection.css +1 -1
  11. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +6 -0
  12. package/dist/lib/collection/components/super-selection-app/consent/consent.js +2 -1
  13. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +6 -9
  14. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +30 -5
  15. package/dist/lib/collection/components/super-selection-app/funds/constants.js +52 -78
  16. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +3 -0
  17. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +17 -5
  18. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +17 -5
  19. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +2 -0
  20. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +2 -3
  21. package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +7 -6
  22. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +12 -4
  23. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-mercer-mychoice.svg +1 -0
  24. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +4 -2
  25. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +1 -2
  26. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +34 -15
  27. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +12 -10
  28. package/dist/lib/esm/apollo-super-selection.js +1 -1
  29. package/dist/lib/esm/loader.js +1 -1
  30. package/dist/lib/esm/sss-button_30.entry.js +147 -126
  31. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  32. package/dist/lib/esm-es5/loader.js +1 -1
  33. package/dist/lib/esm-es5/sss-button_30.entry.js +3 -3
  34. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +5 -0
  35. package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +3 -0
  36. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +35 -7
  37. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +1 -0
  38. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +1 -0
  39. package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +2 -1
  40. package/dist/lib/types/components.d.ts +3 -0
  41. package/package.json +1 -1
  42. package/dist/lib/apollo-super-selection/p-1cab31f8.system.entry.js +0 -69
  43. package/dist/lib/apollo-super-selection/p-70a90d81.entry.js +0 -14
  44. package/dist/lib/collection/components/super-selection-app/services/feature-flag.service.js +0 -5
  45. package/dist/lib/types/components/super-selection-app/services/feature-flag.service.d.ts +0 -3
@@ -1,5 +0,0 @@
1
- export class FeatureFlagService {
2
- static isNewComplianceEnabled() {
3
- return true;
4
- }
5
- }
@@ -1,3 +0,0 @@
1
- export declare class FeatureFlagService {
2
- static isNewComplianceEnabled(): boolean;
3
- }