@flarehr/apollo-super-selection 4.20.27915 → 4.22.28155

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 (28) 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/p-777b2ea4.entry.js +14 -0
  4. package/dist/lib/apollo-super-selection/p-9decf4f5.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 +75 -138
  7. package/dist/lib/collection/apollo-super-selection.css +1 -1
  8. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +6 -9
  9. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +1 -3
  10. package/dist/lib/collection/components/super-selection-app/funds/constants.js +38 -100
  11. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +3 -3
  12. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +3 -3
  13. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +2 -3
  14. package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +7 -6
  15. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +12 -4
  16. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +4 -2
  17. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +1 -2
  18. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +11 -18
  19. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +1 -4
  20. package/dist/lib/esm/sss-button_30.entry.js +75 -138
  21. package/dist/lib/esm-es5/sss-button_30.entry.js +3 -3
  22. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +17 -8
  23. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +1 -0
  24. package/package.json +1 -1
  25. package/dist/lib/apollo-super-selection/p-13c8f513.system.entry.js +0 -69
  26. package/dist/lib/apollo-super-selection/p-178816b4.entry.js +0 -14
  27. package/dist/lib/collection/components/super-selection-app/services/feature-flag.service.js +0 -5
  28. 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
- }