@flarehr/apollo-super-selection 1.3.33908 → 1.3.34119

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.
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
264
264
  }
265
265
  }
266
266
 
267
- const AppVersion = '1.3.33908';
267
+ const AppVersion = '1.3.34119';
268
268
 
269
269
  // -------------------------------------------------------------------------------------
270
270
  // guards
@@ -4472,26 +4472,46 @@ const fund$8 = {
4472
4472
  };
4473
4473
 
4474
4474
  const name$9 = 'Unisuper';
4475
+ const pdsUrl$1 = 'https://www.unisuper.com.au/-/media/files/pds/accumulation-1/accumulation-1-pds.pdf?rev=eb3a50fed45543ef91e2d1a38fa1fc0b&hash=B76A6A338550310C27DE1A021C854F84';
4476
+ const tmdUrl = 'https://www.unisuper.com.au/-/media/files/tmd/accumulation-1/accumulation-1-tmd.pdf?rev=f4aa3f08d0494f52a7a5e02c69385ead&hash=AC77283EFBF97948DC0CF768FD3E82F8';
4475
4477
  const fund$9 = {
4476
4478
  fundId: 'unisuper-default',
4477
4479
  name: name$9,
4478
4480
  logo: 'logo-unisuper.svg',
4479
4481
  route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4480
4482
  features: [
4481
- index.h("p", null, "Mattis lectus arcu maecenas mattis amet faucibus nullam"),
4482
- index.h("p", null, "Nulla fermentum elementum ut amet porttitor nullam viverra tortor"),
4483
- index.h("p", null, "Aliquam proin eu id viverra cursus consequat sit id")
4483
+ index.h("p", null, "Low fees, better value \u2013 Our fees are among the lowest in the industry.^"),
4484
+ index.h("p", null, "Strong, long-term performance \u2013 We regularly exceed industry averages.*"),
4485
+ index.h("p", null,
4486
+ "Award winning super \u2013 Continually recognised as one of Australia\u2019s best-performing funds.",
4487
+ index.h("sup", { class: "text-tiny" }, "#"))
4484
4488
  ],
4485
4489
  disclaimer: (index.h("div", { class: "space-y-2" },
4486
4490
  index.h("p", null,
4487
- "You should consider the ",
4488
- index.h(Link, { href: "https://google.com/" }, "Product Disclosure Statement"),
4491
+ "^Read more about our fees and how we compare",
4492
+ ' ',
4493
+ index.h(Link, { href: "https://www.unisuper.com.au/super/products-and-fees" }, "here"),
4494
+ "."),
4495
+ index.h("p", null,
4496
+ "*Past performance is not an indicator of future performance. Read more about our performance and how we compare",
4497
+ ' ',
4498
+ index.h(Link, { href: "https://www.unisuper.com.au/campaigns/greater-super" }, "here"),
4499
+ "."),
4500
+ index.h("p", null,
4501
+ index.h("sup", { class: "text-tiny" }, "#"),
4502
+ "See our awards",
4503
+ ' ',
4504
+ index.h(Link, { href: "https://www.unisuper.com.au/about-us/who-we-are/awards-and-ratings" }, "here"),
4505
+ "."),
4506
+ index.h("p", null,
4507
+ "Remember to consider the",
4508
+ ' ',
4509
+ index.h(Link, { href: pdsUrl$1, onClick: () => pdsViewedAsync(name$9) }, "Product Disclosure Statement"),
4489
4510
  ' ',
4490
4511
  "and ",
4491
- index.h(Link, { href: "https://google.com/" }, "Target Market Determination"),
4492
- " before deciding to invest in or apply to become a member of the fund."),
4493
- index.h("p", null, "Issued by UniSuper Management Pty Ltd."),
4494
- index.h("p", null, "ABN: 91 385 943 850"))),
4512
+ index.h(Link, { href: tmdUrl }, "Target Market Determination"),
4513
+ " that is relevant to you."),
4514
+ index.h("p", null, "Issued by UniSuper Management Pty Ltd. ABN: 91 385 943 850"))),
4495
4515
  footnoteTextOverride: Option.none,
4496
4516
  isPromotedDefault: true
4497
4517
  };
@@ -1,28 +1,48 @@
1
1
  import { h } from '@stencil/core';
2
2
  import { none } from 'fp-ts/lib/Option';
3
3
  import { SuperSelectionAppRoutes } from '../../../services/super-selection-app.routes';
4
- import { Link } from '../types';
4
+ import { Link, pdsViewedAsync } from '../types';
5
5
  const name = 'Unisuper';
6
+ const pdsUrl = 'https://www.unisuper.com.au/-/media/files/pds/accumulation-1/accumulation-1-pds.pdf?rev=eb3a50fed45543ef91e2d1a38fa1fc0b&hash=B76A6A338550310C27DE1A021C854F84';
7
+ const tmdUrl = 'https://www.unisuper.com.au/-/media/files/tmd/accumulation-1/accumulation-1-tmd.pdf?rev=f4aa3f08d0494f52a7a5e02c69385ead&hash=AC77283EFBF97948DC0CF768FD3E82F8';
6
8
  const fund = {
7
9
  fundId: 'unisuper-default',
8
10
  name,
9
11
  logo: 'logo-unisuper.svg',
10
12
  route: SuperSelectionAppRoutes.PromotedFundJoinV2,
11
13
  features: [
12
- h("p", null, "Mattis lectus arcu maecenas mattis amet faucibus nullam"),
13
- h("p", null, "Nulla fermentum elementum ut amet porttitor nullam viverra tortor"),
14
- h("p", null, "Aliquam proin eu id viverra cursus consequat sit id")
14
+ h("p", null, "Low fees, better value \u2013 Our fees are among the lowest in the industry.^"),
15
+ h("p", null, "Strong, long-term performance \u2013 We regularly exceed industry averages.*"),
16
+ h("p", null,
17
+ "Award winning super \u2013 Continually recognised as one of Australia\u2019s best-performing funds.",
18
+ h("sup", { class: "text-tiny" }, "#"))
15
19
  ],
16
20
  disclaimer: (h("div", { class: "space-y-2" },
17
21
  h("p", null,
18
- "You should consider the ",
19
- h(Link, { href: "https://google.com/" }, "Product Disclosure Statement"),
22
+ "^Read more about our fees and how we compare",
23
+ ' ',
24
+ h(Link, { href: "https://www.unisuper.com.au/super/products-and-fees" }, "here"),
25
+ "."),
26
+ h("p", null,
27
+ "*Past performance is not an indicator of future performance. Read more about our performance and how we compare",
28
+ ' ',
29
+ h(Link, { href: "https://www.unisuper.com.au/campaigns/greater-super" }, "here"),
30
+ "."),
31
+ h("p", null,
32
+ h("sup", { class: "text-tiny" }, "#"),
33
+ "See our awards",
34
+ ' ',
35
+ h(Link, { href: "https://www.unisuper.com.au/about-us/who-we-are/awards-and-ratings" }, "here"),
36
+ "."),
37
+ h("p", null,
38
+ "Remember to consider the",
39
+ ' ',
40
+ h(Link, { href: pdsUrl, onClick: () => pdsViewedAsync(name) }, "Product Disclosure Statement"),
20
41
  ' ',
21
42
  "and ",
22
- h(Link, { href: "https://google.com/" }, "Target Market Determination"),
23
- " before deciding to invest in or apply to become a member of the fund."),
24
- h("p", null, "Issued by UniSuper Management Pty Ltd."),
25
- h("p", null, "ABN: 91 385 943 850"))),
43
+ h(Link, { href: tmdUrl }, "Target Market Determination"),
44
+ " that is relevant to you."),
45
+ h("p", null, "Issued by UniSuper Management Pty Ltd. ABN: 91 385 943 850"))),
26
46
  footnoteTextOverride: none,
27
47
  isPromotedDefault: true
28
48
  };
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
260
260
  }
261
261
  }
262
262
 
263
- const AppVersion = '1.3.33908';
263
+ const AppVersion = '1.3.34119';
264
264
 
265
265
  // -------------------------------------------------------------------------------------
266
266
  // guards
@@ -4468,26 +4468,46 @@ const fund$8 = {
4468
4468
  };
4469
4469
 
4470
4470
  const name$9 = 'Unisuper';
4471
+ const pdsUrl$1 = 'https://www.unisuper.com.au/-/media/files/pds/accumulation-1/accumulation-1-pds.pdf?rev=eb3a50fed45543ef91e2d1a38fa1fc0b&hash=B76A6A338550310C27DE1A021C854F84';
4472
+ const tmdUrl = 'https://www.unisuper.com.au/-/media/files/tmd/accumulation-1/accumulation-1-tmd.pdf?rev=f4aa3f08d0494f52a7a5e02c69385ead&hash=AC77283EFBF97948DC0CF768FD3E82F8';
4471
4473
  const fund$9 = {
4472
4474
  fundId: 'unisuper-default',
4473
4475
  name: name$9,
4474
4476
  logo: 'logo-unisuper.svg',
4475
4477
  route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4476
4478
  features: [
4477
- h("p", null, "Mattis lectus arcu maecenas mattis amet faucibus nullam"),
4478
- h("p", null, "Nulla fermentum elementum ut amet porttitor nullam viverra tortor"),
4479
- h("p", null, "Aliquam proin eu id viverra cursus consequat sit id")
4479
+ h("p", null, "Low fees, better value \u2013 Our fees are among the lowest in the industry.^"),
4480
+ h("p", null, "Strong, long-term performance \u2013 We regularly exceed industry averages.*"),
4481
+ h("p", null,
4482
+ "Award winning super \u2013 Continually recognised as one of Australia\u2019s best-performing funds.",
4483
+ h("sup", { class: "text-tiny" }, "#"))
4480
4484
  ],
4481
4485
  disclaimer: (h("div", { class: "space-y-2" },
4482
4486
  h("p", null,
4483
- "You should consider the ",
4484
- h(Link, { href: "https://google.com/" }, "Product Disclosure Statement"),
4487
+ "^Read more about our fees and how we compare",
4488
+ ' ',
4489
+ h(Link, { href: "https://www.unisuper.com.au/super/products-and-fees" }, "here"),
4490
+ "."),
4491
+ h("p", null,
4492
+ "*Past performance is not an indicator of future performance. Read more about our performance and how we compare",
4493
+ ' ',
4494
+ h(Link, { href: "https://www.unisuper.com.au/campaigns/greater-super" }, "here"),
4495
+ "."),
4496
+ h("p", null,
4497
+ h("sup", { class: "text-tiny" }, "#"),
4498
+ "See our awards",
4499
+ ' ',
4500
+ h(Link, { href: "https://www.unisuper.com.au/about-us/who-we-are/awards-and-ratings" }, "here"),
4501
+ "."),
4502
+ h("p", null,
4503
+ "Remember to consider the",
4504
+ ' ',
4505
+ h(Link, { href: pdsUrl$1, onClick: () => pdsViewedAsync(name$9) }, "Product Disclosure Statement"),
4485
4506
  ' ',
4486
4507
  "and ",
4487
- h(Link, { href: "https://google.com/" }, "Target Market Determination"),
4488
- " before deciding to invest in or apply to become a member of the fund."),
4489
- h("p", null, "Issued by UniSuper Management Pty Ltd."),
4490
- h("p", null, "ABN: 91 385 943 850"))),
4508
+ h(Link, { href: tmdUrl }, "Target Market Determination"),
4509
+ " that is relevant to you."),
4510
+ h("p", null, "Issued by UniSuper Management Pty Ltd. ABN: 91 385 943 850"))),
4491
4511
  footnoteTextOverride: Option.none,
4492
4512
  isPromotedDefault: true
4493
4513
  };