@flarehr/apollo-super-selection 4.2.15896 → 4.3.16661
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-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-b77942bb.entry.js → p-c27b99b4.entry.js} +4 -4
- package/dist/lib/apollo-super-selection/{p-6859c6ab.system.entry.js → p-caee35e8.system.entry.js} +10 -10
- package/dist/lib/cjs/sss-button_29.cjs.entry.js +4 -4
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +6 -11
- package/dist/lib/esm/sss-button_29.entry.js +4 -4
- package/dist/lib/esm-es5/sss-button_29.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 = '4.
|
|
267
|
+
const AppVersion = '4.3.16661';
|
|
268
268
|
|
|
269
269
|
// -------------------------------------------------------------------------------------
|
|
270
270
|
// guards
|
|
@@ -5452,11 +5452,11 @@ const SuperChoicePage = class {
|
|
|
5452
5452
|
logo: First.Logo,
|
|
5453
5453
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
5454
5454
|
features: [
|
|
5455
|
-
index.h("p", null, "Industry SuperFund that
|
|
5456
|
-
index.h("p", null, "Strong long-term investment returns and superior customer service"),
|
|
5455
|
+
index.h("p", null, "Industry SuperFund that offers five investment options and default insurance"),
|
|
5456
|
+
index.h("p", null, "Strong long-term investment returns and superior customer service - members first"),
|
|
5457
5457
|
index.h("p", null, "Established super fund \u2013 anyone can join including KiwiSaver members")
|
|
5458
5458
|
],
|
|
5459
|
-
disclaimer: (index.h("div", null, index.h("p", null, "
|
|
5459
|
+
disclaimer: (index.h("div", null, index.h("p", null, "General advice only which has been prepared without taking into account your objectives, financial situation or needs. Consider whether the advice is appropriate for you and read the Product Disclosure Statement (PDS) before making any investment decisions. PDS and Target Market Determination are available at our", ' ', index.h(Link, { onClick: () => this.pdsViewedAsync(First.Name), href: First.PdsUrl }, "website"), ". Past performance is not a reliable indicator of future performance."), index.h("br", null), index.h("p", null, "Issued by First Super Pty Ltd ABN 42 053 498 472, AFSL 223988 as trustee of First Super ABN 56 286 625 181.")))
|
|
5460
5460
|
}
|
|
5461
5461
|
];
|
|
5462
5462
|
}
|
package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js
CHANGED
|
@@ -286,23 +286,18 @@ export class SuperChoicePage {
|
|
|
286
286
|
logo: constants.First.Logo,
|
|
287
287
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
288
288
|
features: [
|
|
289
|
-
h("p", null, "Industry SuperFund that
|
|
290
|
-
h("p", null, "Strong long-term investment returns and superior customer service"),
|
|
289
|
+
h("p", null, "Industry SuperFund that offers five investment options and default insurance"),
|
|
290
|
+
h("p", null, "Strong long-term investment returns and superior customer service - members first"),
|
|
291
291
|
h("p", null, "Established super fund \u2013 anyone can join including KiwiSaver members")
|
|
292
292
|
],
|
|
293
293
|
disclaimer: (h("div", null,
|
|
294
294
|
h("p", null,
|
|
295
|
-
"
|
|
295
|
+
"General advice only which has been prepared without taking into account your objectives, financial situation or needs. Consider whether the advice is appropriate for you and read the Product Disclosure Statement (PDS) before making any investment decisions. PDS and Target Market Determination are available at our",
|
|
296
296
|
' ',
|
|
297
|
-
h(Link, { onClick: () => this.pdsViewedAsync(constants.First.Name), href: constants.First.PdsUrl }, "
|
|
298
|
-
|
|
299
|
-
"and",
|
|
300
|
-
' ',
|
|
301
|
-
h(Link, { href: "https://www.firstsuper.com.au/forms-tools/product-disclosure-statements/" }, "Target Market Determination"),
|
|
302
|
-
' ',
|
|
303
|
-
"before deciding to invest in or apply to become a member of the fund."),
|
|
297
|
+
h(Link, { onClick: () => this.pdsViewedAsync(constants.First.Name), href: constants.First.PdsUrl }, "website"),
|
|
298
|
+
". Past performance is not a reliable indicator of future performance."),
|
|
304
299
|
h("br", null),
|
|
305
|
-
h("p", null, "Issued by First Super Pty
|
|
300
|
+
h("p", null, "Issued by First Super Pty Ltd ABN 42 053 498 472, AFSL 223988 as trustee of First Super ABN 56 286 625 181.")))
|
|
306
301
|
}
|
|
307
302
|
];
|
|
308
303
|
}
|
|
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
const AppVersion = '4.
|
|
263
|
+
const AppVersion = '4.3.16661';
|
|
264
264
|
|
|
265
265
|
// -------------------------------------------------------------------------------------
|
|
266
266
|
// guards
|
|
@@ -5448,11 +5448,11 @@ const SuperChoicePage = class {
|
|
|
5448
5448
|
logo: First.Logo,
|
|
5449
5449
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
5450
5450
|
features: [
|
|
5451
|
-
h("p", null, "Industry SuperFund that
|
|
5452
|
-
h("p", null, "Strong long-term investment returns and superior customer service"),
|
|
5451
|
+
h("p", null, "Industry SuperFund that offers five investment options and default insurance"),
|
|
5452
|
+
h("p", null, "Strong long-term investment returns and superior customer service - members first"),
|
|
5453
5453
|
h("p", null, "Established super fund \u2013 anyone can join including KiwiSaver members")
|
|
5454
5454
|
],
|
|
5455
|
-
disclaimer: (h("div", null, h("p", null, "
|
|
5455
|
+
disclaimer: (h("div", null, h("p", null, "General advice only which has been prepared without taking into account your objectives, financial situation or needs. Consider whether the advice is appropriate for you and read the Product Disclosure Statement (PDS) before making any investment decisions. PDS and Target Market Determination are available at our", ' ', h(Link, { onClick: () => this.pdsViewedAsync(First.Name), href: First.PdsUrl }, "website"), ". Past performance is not a reliable indicator of future performance."), h("br", null), h("p", null, "Issued by First Super Pty Ltd ABN 42 053 498 472, AFSL 223988 as trustee of First Super ABN 56 286 625 181.")))
|
|
5456
5456
|
}
|
|
5457
5457
|
];
|
|
5458
5458
|
}
|