@flarehr/apollo-super-selection 5.32.58650 → 5.34.58910

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 (25) 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-0332074f.entry.js +14 -0
  4. package/dist/lib/apollo-super-selection/p-6360df58.system.entry.js +69 -0
  5. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  6. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  7. package/dist/lib/cjs/loader.cjs.js +1 -1
  8. package/dist/lib/cjs/sss-button_33.cjs.entry.js +9 -26
  9. package/dist/lib/collection/apollo-super-selection.css +1 -1
  10. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +1 -1
  11. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +1 -1
  12. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +1 -1
  13. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +1 -1
  14. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +6 -41
  15. package/dist/lib/esm/apollo-super-selection.js +1 -1
  16. package/dist/lib/esm/loader.js +1 -1
  17. package/dist/lib/esm/sss-button_33.entry.js +9 -26
  18. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  19. package/dist/lib/esm-es5/loader.js +1 -1
  20. package/dist/lib/esm-es5/sss-button_33.entry.js +2 -2
  21. package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +0 -1
  22. package/dist/lib/types/components.d.ts +0 -2
  23. package/package.json +1 -1
  24. package/dist/lib/apollo-super-selection/p-54b7fc66.entry.js +0 -14
  25. package/dist/lib/apollo-super-selection/p-d2830872.system.entry.js +0 -69
@@ -1,4 +1,3 @@
1
1
  export declare class HeaderSection {
2
- currentPage: 'choice' | 'own-fund';
3
2
  render(): Element[];
4
3
  }
@@ -51,7 +51,6 @@ export namespace Components {
51
51
  "textOverride"?: string;
52
52
  }
53
53
  interface SssHeaderSection {
54
- "currentPage": 'choice' | 'own-fund';
55
54
  }
56
55
  interface SssLoadingIndicator {
57
56
  "size": number;
@@ -377,7 +376,6 @@ declare namespace LocalJSX {
377
376
  "textOverride"?: string;
378
377
  }
379
378
  interface SssHeaderSection {
380
- "currentPage"?: 'choice' | 'own-fund';
381
379
  }
382
380
  interface SssLoadingIndicator {
383
381
  "size"?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "5.32.58650",
3
+ "version": "5.34.58910",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",