@flarehr/apollo-super-selection 3.26.54319 → 3.27.54417
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.
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/p-84fd80b2.entry.js +14 -0
- package/dist/lib/apollo-super-selection/{p-7fae7603.system.entry.js → p-b6b2b83e.system.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
- package/dist/lib/cjs/fl-button_46.cjs.entry.js +21 -22
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +7 -3
- package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +3 -6
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +3 -3
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +7 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +6 -8
- package/dist/lib/esm/fl-button_46.entry.js +21 -22
- package/dist/lib/esm-es5/fl-button_46.entry.js +3 -3
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +2 -2
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +6 -3
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +1 -1
- package/dist/lib/types/components.d.ts +1 -1
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-1cf94785.entry.js +0 -14
|
@@ -4,7 +4,7 @@ export declare type FinancialProductViewedDetail = {
|
|
|
4
4
|
financialProduct: string;
|
|
5
5
|
};
|
|
6
6
|
export declare type SuperFundPdsViewedDetail = {
|
|
7
|
-
fundUsi
|
|
7
|
+
fundUsi?: string;
|
|
8
8
|
fundName: string;
|
|
9
9
|
pageName: string;
|
|
10
10
|
};
|
|
@@ -24,7 +24,7 @@ export declare type SuperFundPrivacyConfirmationAcceptedDetail = {
|
|
|
24
24
|
financialProduct: string;
|
|
25
25
|
};
|
|
26
26
|
export declare type ViewedPromotedFundDetail = {
|
|
27
|
-
fundUsi
|
|
27
|
+
fundUsi?: string;
|
|
28
28
|
fundName: string;
|
|
29
29
|
};
|
|
30
30
|
export declare type ViewedDefaultFundDetail = {
|
|
@@ -15,6 +15,9 @@ export declare const SlateFundName = "Slate Super";
|
|
|
15
15
|
export declare const SlatePdsUrl = "https://slate.co/pds/?utm_source=flare&utm_medium=superselection";
|
|
16
16
|
export declare const AustralianRetirementTrustFundId = "australian-retirement-trust";
|
|
17
17
|
export declare const AustralianRetirementTrustFundName = "Australian Retirement Trust";
|
|
18
|
-
export declare const AustralianRetirementTrustPdsUrl = "https://www.australianretirementtrust.com.au/";
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
18
|
+
export declare const AustralianRetirementTrustPdsUrl = "https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf";
|
|
19
|
+
export declare const AustralianRetirementTrustFundAbn = "60 905 115 063";
|
|
20
|
+
export declare const PromotedFundIdList: {
|
|
21
|
+
dtoPropName: string;
|
|
22
|
+
id: string;
|
|
23
|
+
}[];
|