@flarehr/apollo-super-selection 3.64.64582 → 3.65.64780
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/assets/logo-virgin.svg +8 -0
- package/dist/lib/apollo-super-selection/p-0f723eb4.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-1c2481c7.entry.js → p-8d47d8e3.entry.js} +4 -4
- package/dist/lib/apollo-super-selection/{p-5139d22d.system.entry.js → p-ac2c3503.system.entry.js} +1 -1
- package/dist/lib/cjs/sss-button_30.cjs.entry.js +15 -8
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +2 -2
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-virgin.svg +8 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +14 -7
- package/dist/lib/esm/sss-button_30.entry.js +15 -8
- package/dist/lib/esm-es5/sss-button_30.entry.js +1 -1
- package/package.json +1 -1
|
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
const AppVersion = '3.
|
|
267
|
+
const AppVersion = '3.65.64780';
|
|
268
268
|
|
|
269
269
|
// -------------------------------------------------------------------------------------
|
|
270
270
|
// guards
|
|
@@ -4005,7 +4005,7 @@ const AustralianEthical = {
|
|
|
4005
4005
|
const Virgin = {
|
|
4006
4006
|
Id: 'virgin',
|
|
4007
4007
|
Name: 'Virgin Money Super',
|
|
4008
|
-
PdsUrl: 'https://virginmoney.com.au/superannuation/
|
|
4008
|
+
PdsUrl: 'https://virginmoney.com.au/superannuation/',
|
|
4009
4009
|
Abn: '19 905 422 981'
|
|
4010
4010
|
};
|
|
4011
4011
|
const PromotedFundIdList = [
|
|
@@ -4061,7 +4061,7 @@ const getLogoSrc = (id) => {
|
|
|
4061
4061
|
logo = 'logo-slate.png';
|
|
4062
4062
|
break;
|
|
4063
4063
|
case Virgin.Id:
|
|
4064
|
-
logo = 'logo-
|
|
4064
|
+
logo = 'logo-virgin.svg';
|
|
4065
4065
|
break;
|
|
4066
4066
|
default:
|
|
4067
4067
|
return;
|
|
@@ -5402,14 +5402,21 @@ const SuperChoicePage = class {
|
|
|
5402
5402
|
{
|
|
5403
5403
|
fundId: Virgin.Id,
|
|
5404
5404
|
name: Virgin.Name,
|
|
5405
|
-
logo: 'logo-
|
|
5405
|
+
logo: 'logo-virgin.svg',
|
|
5406
5406
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
5407
5407
|
features: [
|
|
5408
|
-
{
|
|
5409
|
-
|
|
5410
|
-
|
|
5408
|
+
{
|
|
5409
|
+
order: 1,
|
|
5410
|
+
value: 'Returns above industry and retail super fund medians over the past 5 years'
|
|
5411
|
+
},
|
|
5412
|
+
{ order: 2, value: 'One of the lowest fees in the market' },
|
|
5413
|
+
{
|
|
5414
|
+
order: 3,
|
|
5415
|
+
value: 'Virgin Money rewards you with Velocity Points on your contributions*'
|
|
5416
|
+
}
|
|
5411
5417
|
],
|
|
5412
|
-
|
|
5418
|
+
featureSubText: '* Eligibility and T&Cs apply',
|
|
5419
|
+
disclaimer: (index.h("p", null, "Prepared by Virgin Money Financial Services Pty Ltd ABN 51 113 285 395 AFSL 286869 (\u2018Virgin Money\u2019). Virgin Money Super is a plan in the Mercer Super Trust ABN 19 905 422 981. Virgin Money Super is issued by Mercer Superannuation (Australia) Limited (MSAL) ABN 79 004 717 533 AFSL 235906 as trustee of the Mercer Super Trust. Consider the PDS and TMD at", ' ', index.h(Link, { href: Virgin.PdsUrl, onClick: () => this.pdsViewedAsync(Virgin.Name) }, "www.virginmoney.com.au"), ' ', "before making a decision"))
|
|
5413
5420
|
}
|
|
5414
5421
|
];
|
|
5415
5422
|
}
|
|
@@ -33,7 +33,7 @@ export const AustralianEthical = {
|
|
|
33
33
|
export const Virgin = {
|
|
34
34
|
Id: 'virgin',
|
|
35
35
|
Name: 'Virgin Money Super',
|
|
36
|
-
PdsUrl: 'https://virginmoney.com.au/superannuation/
|
|
36
|
+
PdsUrl: 'https://virginmoney.com.au/superannuation/',
|
|
37
37
|
Abn: '19 905 422 981'
|
|
38
38
|
};
|
|
39
39
|
export const PromotedFundIdList = [
|
|
@@ -89,7 +89,7 @@ export const getLogoSrc = (id) => {
|
|
|
89
89
|
logo = 'logo-slate.png';
|
|
90
90
|
break;
|
|
91
91
|
case Virgin.Id:
|
|
92
|
-
logo = 'logo-
|
|
92
|
+
logo = 'logo-virgin.svg';
|
|
93
93
|
break;
|
|
94
94
|
default:
|
|
95
95
|
return;
|