@flarehr/apollo-super-selection 4.29.30453 → 4.31.31180

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 (40) 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/assets/logo-hesta.svg +5 -0
  4. package/dist/lib/apollo-super-selection/p-6370af88.system.entry.js +69 -0
  5. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  6. package/dist/lib/apollo-super-selection/p-cba03296.entry.js +14 -0
  7. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  8. package/dist/lib/cjs/loader.cjs.js +1 -1
  9. package/dist/lib/cjs/sss-button_30.cjs.entry.js +249 -118
  10. package/dist/lib/collection/apollo-super-selection.css +1 -1
  11. package/dist/lib/collection/components/app-host/super-selection-app-host.js +4 -0
  12. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +46 -0
  13. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +20 -1
  14. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +12 -1
  15. package/dist/lib/collection/components/super-selection-app/funds/constants.js +3 -1
  16. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/hesta-default.js +26 -8
  17. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/virgin.js +1 -1
  18. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +2 -1
  19. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/types.js +1 -1
  20. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +2 -0
  21. package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +7 -0
  22. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-hesta.svg +5 -0
  23. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +19 -2
  24. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +28 -5
  25. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +27 -14
  26. package/dist/lib/esm/apollo-super-selection.js +1 -1
  27. package/dist/lib/esm/loader.js +1 -1
  28. package/dist/lib/esm/sss-button_30.entry.js +249 -118
  29. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  30. package/dist/lib/esm-es5/loader.js +1 -1
  31. package/dist/lib/esm-es5/sss-button_30.entry.js +9 -9
  32. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +9 -0
  33. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +2 -0
  34. package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +1 -0
  35. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.d.ts +1 -0
  36. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +1 -0
  37. package/dist/lib/types/components.d.ts +4 -0
  38. package/package.json +1 -1
  39. package/dist/lib/apollo-super-selection/p-16367be3.system.entry.js +0 -69
  40. package/dist/lib/apollo-super-selection/p-29a35f2a.entry.js +0 -14
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
264
264
  }
265
265
  }
266
266
 
267
- const AppVersion = '4.29.30453';
267
+ const AppVersion = '4.31.31180';
268
268
 
269
269
  // -------------------------------------------------------------------------------------
270
270
  // guards
@@ -3276,6 +3276,131 @@ exports.traverseArray(_function.identity);
3276
3276
 
3277
3277
  function e(e){this.message=e;}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw "Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,r){var t=r.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0"+t),"%"+t})))}(t)}catch(e){return r(t)}}function n(e){this.message=e;}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var o=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[o]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";
3278
3278
 
3279
+ function hydratePromotedFundChoiceDtoKind(dto) {
3280
+ if ('slate' in dto) {
3281
+ dto.kind = 'slate';
3282
+ }
3283
+ else if ('australianRetirementTrust' in dto) {
3284
+ dto.kind = 'australianRetirementTrust';
3285
+ }
3286
+ else if ('aware' in dto) {
3287
+ dto.kind = 'aware';
3288
+ }
3289
+ else if ('active' in dto) {
3290
+ dto.kind = 'active';
3291
+ }
3292
+ else if ('australianEthical' in dto) {
3293
+ dto.kind = 'australianEthical';
3294
+ }
3295
+ else if ('virgin' in dto) {
3296
+ dto.kind = 'virgin';
3297
+ }
3298
+ else if ('spirit' in dto) {
3299
+ dto.kind = 'spirit';
3300
+ }
3301
+ else if ('firstSuper' in dto) {
3302
+ dto.kind = 'firstSuper';
3303
+ }
3304
+ else if ('mercerMyChoice' in dto) {
3305
+ dto.kind = 'mercerMyChoice';
3306
+ }
3307
+ }
3308
+ function getPromotedFundUsi(dto) {
3309
+ switch (dto.kind) {
3310
+ case 'slate':
3311
+ return none;
3312
+ case 'australianRetirementTrust':
3313
+ return some(dto.australianRetirementTrust.usi);
3314
+ case 'aware':
3315
+ return some(dto.aware.usi);
3316
+ case 'active':
3317
+ return some(dto.active.usi);
3318
+ case 'australianEthical':
3319
+ return some(dto.australianEthical.usi);
3320
+ case 'virgin':
3321
+ return some(dto.virgin.usi);
3322
+ case 'spirit':
3323
+ return some(dto.spirit.usi);
3324
+ case 'firstSuper':
3325
+ return some(dto.firstSuper.usi);
3326
+ case 'mercerMyChoice':
3327
+ return some(dto.mercerMyChoice.usi);
3328
+ default:
3329
+ return none;
3330
+ }
3331
+ }
3332
+ function getSuperChoiceUsi(dto) {
3333
+ switch (dto.kind) {
3334
+ case 'Promoted':
3335
+ return getPromotedFundUsi(dto.promoted);
3336
+ case 'MyOwnFund':
3337
+ return some(dto.myOwnFund.usi);
3338
+ case 'SMSF':
3339
+ return none;
3340
+ case 'Default':
3341
+ return some(dto.default.usi);
3342
+ case 'PromotedDefault':
3343
+ return some(dto.promotedDefault.usi);
3344
+ default:
3345
+ return none;
3346
+ }
3347
+ }
3348
+ function getPromotedFundMemberNumber(dto) {
3349
+ switch (dto.kind) {
3350
+ case 'slate':
3351
+ return some(dto.slate.memberNumber);
3352
+ case 'australianRetirementTrust':
3353
+ return some(dto.australianRetirementTrust.memberNumber);
3354
+ case 'aware':
3355
+ return some(dto.aware.memberNumber);
3356
+ case 'active':
3357
+ return some(dto.active.memberNumber);
3358
+ case 'australianEthical':
3359
+ return some(dto.australianEthical.memberNumber);
3360
+ case 'virgin':
3361
+ return some(dto.virgin.memberNumber);
3362
+ case 'spirit':
3363
+ return some(dto.spirit.memberNumber);
3364
+ case 'firstSuper':
3365
+ return some(dto.firstSuper.memberNumber);
3366
+ case 'mercerMyChoice':
3367
+ return some(dto.mercerMyChoice.memberNumber);
3368
+ default:
3369
+ return none;
3370
+ }
3371
+ }
3372
+ function getSuperChoiceMemberNumber(dto) {
3373
+ switch (dto.kind) {
3374
+ case 'Promoted':
3375
+ return getPromotedFundMemberNumber(dto.promoted);
3376
+ case 'MyOwnFund':
3377
+ return some(dto.myOwnFund.memberNumber);
3378
+ case 'SMSF':
3379
+ case 'Default':
3380
+ case 'PromotedDefault':
3381
+ return none;
3382
+ default:
3383
+ return none;
3384
+ }
3385
+ }
3386
+ function hydrateSuperChoiceDetailsDtoKind(dto) {
3387
+ if ('promoted' in dto) {
3388
+ dto.kind = 'Promoted';
3389
+ }
3390
+ else if ('myOwnFund' in dto) {
3391
+ dto.kind = 'MyOwnFund';
3392
+ }
3393
+ else if ('smsf' in dto) {
3394
+ dto.kind = 'SMSF';
3395
+ }
3396
+ else if ('default' in dto) {
3397
+ dto.kind = 'Default';
3398
+ }
3399
+ else if ('promotedDefault' in dto) {
3400
+ dto.kind = 'PromotedDefault';
3401
+ }
3402
+ }
3403
+
3279
3404
  class SuperSelectionApi {
3280
3405
  async getAustralianFundsAsync(searchFilter, includeInactive = false) {
3281
3406
  return buildBackendApiClient()
@@ -3297,13 +3422,23 @@ class SuperSelectionApi {
3297
3422
  .json();
3298
3423
  }
3299
3424
  async getAppStateAsync() {
3300
- return buildBackendApiClient()
3425
+ var _a;
3426
+ const response = await buildBackendApiClient()
3301
3427
  .url('client-app-state')
3302
3428
  .get()
3303
3429
  .notFound(() => {
3304
3430
  throw new Error('Failed to fetch application configuration.');
3305
3431
  })
3306
3432
  .json();
3433
+ if ((_a = response.superBuyer.superChoice) === null || _a === void 0 ? void 0 : _a.choiceDetails) {
3434
+ hydrateSuperChoiceDetailsDtoKind(response.superBuyer.superChoice.choiceDetails);
3435
+ switch (response.superBuyer.superChoice.choiceDetails.kind) {
3436
+ case 'Promoted':
3437
+ hydratePromotedFundChoiceDtoKind(response.superBuyer.superChoice.choiceDetails.promoted);
3438
+ break;
3439
+ }
3440
+ }
3441
+ return response;
3307
3442
  }
3308
3443
  async getCampaignConnectAsync() {
3309
3444
  return buildBackendApiClient()
@@ -3520,6 +3655,13 @@ class EventTrackingService {
3520
3655
  }
3521
3656
  });
3522
3657
  }
3658
+ async TrackPromotedDefaultSuperFundDetailViewedAsync(detail) {
3659
+ return this.trackEventAsync({
3660
+ SuperFundDetailViewed: {
3661
+ PromotedDefaultFund: detail
3662
+ }
3663
+ });
3664
+ }
3523
3665
  async TrackMyOwnSuperFundDetailViewedAsync(detail) {
3524
3666
  return this.trackEventAsync({
3525
3667
  SuperFundDetailViewed: {
@@ -4051,7 +4193,7 @@ const SelectInputAsync = class {
4051
4193
  SelectInputAsync.style = dropdownAsyncCss;
4052
4194
 
4053
4195
  const Link = (props, children) => {
4054
- return (index.h("a", { class: props.className || 'font-medium underline hover:text-gray-600', target: "_blank", href: navigationService.toExternalUrl(props.href), onClick: props.onClick }, children));
4196
+ return (index.h("a", { class: props.className || 'font-medium underline underline-offset-2 hover:text-gray-600', target: "_blank", href: navigationService.toExternalUrl(props.href), onClick: props.onClick }, children));
4055
4197
  };
4056
4198
  const PoweredByFlareFS = 'Powered by Flare FS';
4057
4199
  function pdsViewedAsync(name, usi) {
@@ -4197,10 +4339,47 @@ const fund$4 = {
4197
4339
  dtoPropName: 'firstSuper'
4198
4340
  };
4199
4341
 
4200
- const name$5 = 'Mercer MyChoice';
4342
+ const name$5 = 'Hesta Super';
4201
4343
  const fund$5 = {
4202
- fundId: 'mercermychoice',
4344
+ fundId: 'hesta-default',
4203
4345
  name: name$5,
4346
+ logo: 'logo-hesta.svg',
4347
+ route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4348
+ features: [
4349
+ index.h("p", null, "A top-performing super fund* working for real-world impact"),
4350
+ index.h("p", null, "1+ million members"),
4351
+ index.h("p", null, "Expert help whenever you need it to help you face the future with confidence")
4352
+ ],
4353
+ featureSubText: (index.h("span", null,
4354
+ "* SuperRatings 10 Year Platinum Performance 2013-2023 (MySuper). Product ratings and awards are only one factor to be considered. See",
4355
+ ' ',
4356
+ index.h(Link, { className: "underline underline-offset-2 hover:text-gray-600", href: "https://www.hesta.com.au/ratings" }, "hesta.com.au/ratings"),
4357
+ ' ',
4358
+ "for more information.")),
4359
+ disclaimer: (index.h("div", { class: "space-y-2" },
4360
+ index.h("p", null,
4361
+ "You should look at your own financial position and requirements before making a decision. You may wish to consult an adviser when doing this or use the",
4362
+ ' ',
4363
+ index.h(Link, { href: "https://www.ato.gov.au/YourSuper-comparison-tool/" }, "ATO YourSuper comparison tool"),
4364
+ "."),
4365
+ index.h("p", null,
4366
+ "Visit",
4367
+ ' ',
4368
+ index.h(Link, { onClick: () => pdsViewedAsync(name$5), href: "https://www.hesta.com.au/pds" }, "hesta.com.au/pds"),
4369
+ ' ',
4370
+ "for a copy of a Product Disclosure Statement which should be considered when making a decision about the HESTA products on this website and to consider the relevant risks. The target market determination for HESTA products can be found at",
4371
+ ' ',
4372
+ index.h(Link, { href: "https://www.hesta.com.au/tmd" }, "hesta.com.au/tmd"),
4373
+ "."),
4374
+ index.h("p", null, "Issued by H.E.S.T. Australia Ltd ABN 66 006 818 695 AFSL No. 235249, Trustee of HESTA"))),
4375
+ footnoteTextOverride: Option.none,
4376
+ isPromotedDefault: true
4377
+ };
4378
+
4379
+ const name$6 = 'Mercer MyChoice';
4380
+ const fund$6 = {
4381
+ fundId: 'mercermychoice',
4382
+ name: name$6,
4204
4383
  logo: 'logo-mercer-mychoice.svg',
4205
4384
  route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4206
4385
  features: [
@@ -4212,7 +4391,7 @@ const fund$5 = {
4212
4391
  index.h("p", null,
4213
4392
  "You should consider the",
4214
4393
  ' ',
4215
- index.h(Link, { href: "https://www.mercersuper.com.au/campaign-page/mercer-mychoice", onClick: () => pdsViewedAsync(name$5) }, "Product Disclosure Statement"),
4394
+ index.h(Link, { href: "https://www.mercersuper.com.au/campaign-page/mercer-mychoice", onClick: () => pdsViewedAsync(name$6) }, "Product Disclosure Statement"),
4216
4395
  ' ',
4217
4396
  "and",
4218
4397
  ' ',
@@ -4225,11 +4404,11 @@ const fund$5 = {
4225
4404
  dtoPropName: 'mercerMyChoice'
4226
4405
  };
4227
4406
 
4228
- const name$6 = 'Slate Super';
4407
+ const name$7 = 'Slate Super';
4229
4408
  const slateUsi = '32367272075001';
4230
- const fund$6 = {
4409
+ const fund$7 = {
4231
4410
  fundId: 'slate',
4232
- name: name$6,
4411
+ name: name$7,
4233
4412
  logo: 'logo-slate.png',
4234
4413
  route: SuperSelectionAppRoutes.SlateJoin,
4235
4414
  features: [
@@ -4240,7 +4419,7 @@ const fund$6 = {
4240
4419
  disclaimer: (index.h("p", { class: "small text-muted" },
4241
4420
  "You should consider the",
4242
4421
  ' ',
4243
- index.h(Link, { href: "https://slate.co/pds/?utm_source=flare&utm_medium=superselection", onClick: () => pdsViewedAsync(name$6, slateUsi) }, "Product Disclosure Statement"),
4422
+ index.h(Link, { href: "https://slate.co/pds/?utm_source=flare&utm_medium=superselection", onClick: () => pdsViewedAsync(name$7, slateUsi) }, "Product Disclosure Statement"),
4244
4423
  ' ',
4245
4424
  "and",
4246
4425
  ' ',
@@ -4253,10 +4432,10 @@ const fund$6 = {
4253
4432
  dtoPropName: 'slate'
4254
4433
  };
4255
4434
 
4256
- const name$7 = 'Spirit Super';
4257
- const fund$7 = {
4435
+ const name$8 = 'Spirit Super';
4436
+ const fund$8 = {
4258
4437
  fundId: 'spirit',
4259
- name: name$7,
4438
+ name: name$8,
4260
4439
  logo: 'logo-spirit.svg',
4261
4440
  route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4262
4441
  features: [
@@ -4285,17 +4464,17 @@ const fund$7 = {
4285
4464
  disclaimer: (index.h("p", null,
4286
4465
  "Past performance isn\u2019t a reliable indicator of future performance. Consider the PDS and TMD at",
4287
4466
  ' ',
4288
- index.h(Link, { href: "https://www.spiritsuper.com.au/pds", onClick: () => pdsViewedAsync(name$7) }, "www.spiritsuper.com.au/pds"),
4467
+ index.h(Link, { href: "https://www.spiritsuper.com.au/pds", onClick: () => pdsViewedAsync(name$8) }, "www.spiritsuper.com.au/pds"),
4289
4468
  ' ',
4290
4469
  "before making a decision. Issuer is Motor Trades Association of Australia Superannuation Fund Pty Ltd (AFSL 238 718, ABN 14 008 650 628), the trustee of Spirit Super (ABN 74 559 365 913). Advice is provided by Quadrant First Pty Ltd (ABN 78 102 167 877, AFSL 284443).")),
4291
4470
  footnoteTextOverride: Option.none,
4292
4471
  dtoPropName: 'spirit'
4293
4472
  };
4294
4473
 
4295
- const name$8 = 'Virgin Money Super';
4296
- const fund$8 = {
4474
+ const name$9 = 'Virgin Money Super';
4475
+ const fund$9 = {
4297
4476
  fundId: 'virgin',
4298
- name: name$8,
4477
+ name: name$9,
4299
4478
  logo: 'logo-virgin.svg',
4300
4479
  route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4301
4480
  features: [
@@ -4313,11 +4492,11 @@ const fund$8 = {
4313
4492
  index.h("span", null, "Past performance is not a reliable indicator of future performance. Source: SuperRatings Fund Crediting Rate Survey April 2022.")),
4314
4493
  index.h("li", null,
4315
4494
  index.h("span", null,
4316
- index.h(Link, { className: "underline hover:text-gray-600", href: "https://virginmoney.com.au/superannuation/forms-and-key-information/key-documents" }, "Eligibility and T&Cs apply")))))),
4495
+ index.h(Link, { className: "underline underline-offset-2 hover:text-gray-600", href: "https://virginmoney.com.au/superannuation/forms-and-key-information/key-documents" }, "Eligibility and T&Cs apply")))))),
4317
4496
  disclaimer: (index.h("p", null,
4318
4497
  "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",
4319
4498
  ' ',
4320
- index.h(Link, { href: "https://virginmoney.com.au/superannuation/", onClick: () => pdsViewedAsync(name$8) }, "www.virginmoney.com.au"),
4499
+ index.h(Link, { href: "https://virginmoney.com.au/superannuation/", onClick: () => pdsViewedAsync(name$9) }, "www.virginmoney.com.au"),
4321
4500
  ' ',
4322
4501
  "before making a decision")),
4323
4502
  footnoteTextOverride: Option.some(PoweredByFlareFS),
@@ -4325,14 +4504,15 @@ const fund$8 = {
4325
4504
  };
4326
4505
 
4327
4506
  const fundsById = {
4328
- [fund$6.fundId]: fund$6,
4507
+ [fund$7.fundId]: fund$7,
4329
4508
  [fund$2.fundId]: fund$2,
4330
4509
  [fund$3.fundId]: fund$3,
4331
4510
  [fund.fundId]: fund,
4332
4511
  [fund$1.fundId]: fund$1,
4512
+ [fund$9.fundId]: fund$9,
4333
4513
  [fund$8.fundId]: fund$8,
4334
- [fund$7.fundId]: fund$7,
4335
4514
  [fund$4.fundId]: fund$4,
4515
+ [fund$6.fundId]: fund$6,
4336
4516
  [fund$5.fundId]: fund$5
4337
4517
  };
4338
4518
  const allPromotedFunds = Object.values(fundsById);
@@ -4342,88 +4522,9 @@ const getFundByDtoPropName = (dtoPropName) => {
4342
4522
  };
4343
4523
  const getFundNameByFundId = (fundId) => fundsById[fundId] != undefined ? some(fundsById[fundId].name) : none;
4344
4524
  const getFooterTextOverrideByFundId = (fundId) => { var _a, _b; return (_b = (_a = fundsById[fundId]) === null || _a === void 0 ? void 0 : _a.footnoteTextOverride) !== null && _b !== void 0 ? _b : none; };
4345
- const getFundUsiByFundId = (fundId) => fundId == fund$6.fundId ? some(slateUsi) : none;
4525
+ const getFundUsiByFundId = (fundId) => fundId == fund$7.fundId ? some(slateUsi) : none;
4346
4526
  const getLogoSrcByFundId = (fundId) => fundsById[fundId] != undefined ? some(index.getAssetPath(`assets/${fundsById[fundId].logo}`)) : none;
4347
4527
 
4348
- function getPromotedFundUsi(dto) {
4349
- switch (dto.kind) {
4350
- case 'slate':
4351
- return none;
4352
- case 'australianRetirementTrust':
4353
- return some(dto.australianRetirementTrust.usi);
4354
- case 'aware':
4355
- return some(dto.aware.usi);
4356
- case 'active':
4357
- return some(dto.active.usi);
4358
- case 'australianEthical':
4359
- return some(dto.australianEthical.usi);
4360
- case 'virgin':
4361
- return some(dto.virgin.usi);
4362
- case 'spirit':
4363
- return some(dto.spirit.usi);
4364
- case 'firstSuper':
4365
- return some(dto.firstSuper.usi);
4366
- case 'mercerMyChoice':
4367
- return some(dto.mercerMyChoice.usi);
4368
- default:
4369
- return none;
4370
- }
4371
- }
4372
- function getSuperChoiceUsi(dto) {
4373
- switch (dto.kind) {
4374
- case 'Promoted':
4375
- return getPromotedFundUsi(dto.promoted);
4376
- case 'MyOwnFund':
4377
- return some(dto.myOwnFund.usi);
4378
- case 'SMSF':
4379
- return none;
4380
- case 'Default':
4381
- return some(dto.default.usi);
4382
- case 'PromotedDefault':
4383
- return some(dto.promotedDefault.usi);
4384
- default:
4385
- return none;
4386
- }
4387
- }
4388
- function getPromotedFundMemberNumber(dto) {
4389
- switch (dto.kind) {
4390
- case 'slate':
4391
- return some(dto.slate.memberNumber);
4392
- case 'australianRetirementTrust':
4393
- return some(dto.australianRetirementTrust.memberNumber);
4394
- case 'aware':
4395
- return some(dto.aware.memberNumber);
4396
- case 'active':
4397
- return some(dto.active.memberNumber);
4398
- case 'australianEthical':
4399
- return some(dto.australianEthical.memberNumber);
4400
- case 'virgin':
4401
- return some(dto.virgin.memberNumber);
4402
- case 'spirit':
4403
- return some(dto.spirit.memberNumber);
4404
- case 'firstSuper':
4405
- return some(dto.firstSuper.memberNumber);
4406
- case 'mercerMyChoice':
4407
- return some(dto.mercerMyChoice.memberNumber);
4408
- default:
4409
- return none;
4410
- }
4411
- }
4412
- function getSuperChoiceMemberNumber(dto) {
4413
- switch (dto.kind) {
4414
- case 'Promoted':
4415
- return getPromotedFundMemberNumber(dto.promoted);
4416
- case 'MyOwnFund':
4417
- return some(dto.myOwnFund.memberNumber);
4418
- case 'SMSF':
4419
- case 'Default':
4420
- case 'PromotedDefault':
4421
- return none;
4422
- default:
4423
- return none;
4424
- }
4425
- }
4426
-
4427
4528
  class ExistingFundService {
4428
4529
  async GetExistingFundAsync() {
4429
4530
  var _a;
@@ -4576,6 +4677,7 @@ const ExistingChoice = class {
4576
4677
  return (index.h("div", null, index.h("div", { class: "text-2xl sm:text-3xl font-bold text-center" }, "Your super choice"), index.h("div", { class: "sm:text-lg text-gray-600 mt-3 sm:mt-4 max-w-800 text-center leading-7" }, "Continue with your chosen fund or choose another fund below."), index.h("div", { class: "flex justify-center mt-8 sm:mt-12" }, index.h("div", { class: "max-w-400 w-full" }, index.h("div", { class: "flex-col border shadow-sm p-6 pt-8 rounded-lg text-center" }, index.h("div", { class: "space-y-4" }, (() => {
4577
4678
  switch (this.existingFund.type) {
4578
4679
  case 'Promoted Fund':
4680
+ case 'Promoted Default Fund':
4579
4681
  return index.h(PromotedFundView, { id: this.existingFund.id });
4580
4682
  case 'Self Managed Fund':
4581
4683
  return index.h(SelfManagedFundView, null);
@@ -4583,13 +4685,20 @@ const ExistingChoice = class {
4583
4685
  return index.h(MyOwnFundView, null);
4584
4686
  case 'Default Fund':
4585
4687
  return index.h(DefaultFundView, null);
4688
+ default:
4689
+ return index.h("div", null);
4586
4690
  }
4587
4691
  })(), index.h("div", { class: "sm:text-lg font-bold leading-6" }, (() => {
4588
4692
  switch (this.existingFund.type) {
4589
4693
  case 'Default Fund':
4590
4694
  return "Employer's default fund";
4591
- default:
4695
+ case 'My Own Fund':
4696
+ case 'Promoted Fund':
4697
+ case 'Self Managed Fund':
4698
+ case 'Promoted Default Fund':
4592
4699
  return this.existingFund.name;
4700
+ default:
4701
+ return '';
4593
4702
  }
4594
4703
  })())), index.h("div", { class: "mt-6" }, index.h("sss-button", { fillWidth: true, promiseFn: () => this.handleFundNominationAccepted() }, "Continue with this fund"))), index.h("div", { class: "mt-4" }, index.h("sss-button", { fillWidth: true, variant: "secondary", promiseFn: () => this.handleFundNominationDeclined() }, "Choose another fund"))))));
4595
4704
  }
@@ -5008,7 +5117,8 @@ class PromotedFundJoinV2IFrameBuilder {
5008
5117
  navigationService.navigateInternally(history, SuperSelectionAppRoutes.ChoicePage);
5009
5118
  break;
5010
5119
  case 'success':
5011
- if (data.memberNumber) {
5120
+ if (state$2.isPromotedDefault ||
5121
+ (!state$2.isPromotedDefault && data.memberNumber)) {
5012
5122
  const promotedFundId = state$2.fundId;
5013
5123
  const fundName = getFundNameByFundId(promotedFundId);
5014
5124
  navigationService.navigateInternallyToStandardChoice({
@@ -5511,9 +5621,9 @@ class SlateIFrameBuilder {
5511
5621
  if (data.memberNumber) {
5512
5622
  navigationService.navigateInternallyToStandardChoice({
5513
5623
  history,
5514
- fundName: fund$6.name,
5624
+ fundName: fund$7.name,
5515
5625
  handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync(Object.assign({ memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, standardChoiceFormSignature, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) }, superSelectionAppService.promotedFundsConfig)),
5516
- promotedFundId: fund$6.fundId
5626
+ promotedFundId: fund$7.fundId
5517
5627
  });
5518
5628
  break;
5519
5629
  }
@@ -5655,7 +5765,7 @@ const SuperChoiceItemBottom = class {
5655
5765
  this.joinFundClicked = index.createEvent(this, "joinFundClicked", 7);
5656
5766
  }
5657
5767
  render() {
5658
- return (index.h(index.Host, null, index.h("div", { class: "py-6 px-4 lg:px-6 flex flex-col justify-between h-full" }, index.h("div", null, index.h("div", { class: "md:max-w-[240px] lg:max-w-full" }, index.h("sss-button", { class: "uuid-button-continue", fillWidth: true, onClick: () => this.handleFundClick() }, "Choose this fund")), index.h("div", { class: "text-xs text-gray-500 mt-6 leading-4" }, this.disclaimer)), this.abnInfo && this.abn && (index.h("div", { class: "text-xs text-gray-500 mt-2" }, index.h("p", null, "Issued by ", this.abnInfo, "."), index.h("p", null, "ABN: ", this.abn))))));
5768
+ return (index.h(index.Host, null, index.h("div", { class: "py-6 px-4 flex flex-col justify-between h-full" }, index.h("div", null, index.h("div", { class: { 'md:max-w-[240px]': true, 'lg:max-w-full': this.isMultiFund } }, index.h("sss-button", { class: "uuid-button-continue", fillWidth: true, onClick: () => this.handleFundClick() }, "Choose this fund")), index.h("div", { class: "text-xs text-gray-500 mt-6 leading-4" }, this.disclaimer)), this.abnInfo && this.abn && (index.h("div", { class: "text-xs text-gray-500 mt-2" }, index.h("p", null, "Issued by ", this.abnInfo, "."), index.h("p", null, "ABN: ", this.abn))))));
5659
5769
  }
5660
5770
  handleFundClick() {
5661
5771
  return this.joinFundClicked.emit();
@@ -5667,7 +5777,13 @@ const SuperChoiceItemTop = class {
5667
5777
  index.registerInstance(this, hostRef);
5668
5778
  }
5669
5779
  render() {
5670
- return (index.h(index.Host, null, index.h("div", { class: "px-4 lg:px-6 pt-6" }, index.h("div", { class: "text-right w-100 -mt-5 -mr-3.5 lg:-mr-5" }, this.isPromotedDefault && (index.h("span", { class: "text-xs bg-blue-100 text-blue-800 font-medium rounded-xl py-0.5 px-2.5 mr-1" }, "Employer Default")), index.h("span", { class: "text-xs bg-gray-100 text-gray-800 font-medium rounded-xl py-0.5 px-2.5 mr-0.5" }, "Featured")), index.h("div", { class: "flex lg:block mt-2 md:mt-0 lg:mt-4" }, index.h("img", { class: "h-12 md:h-14 lg:h-16 object-contain w-[80px] md:w-[96px] lg:w-[140px] md:hidden lg:block lg:object-left", alt: this.name, src: index.getAssetPath(`assets/${this.logo}`) }), index.h("div", { class: "grid content-center" }, index.h("p", { class: "text-base md:text-lg font-bold ml-4 md:ml-0 md:mb-0 lg:mt-4" }, this.name))), index.h("div", { class: "mt-4 sm:mt-2 text-sm space-y-2" }, this.features.map((feature) => (index.h("div", { class: "flex" }, index.h("div", { class: "h-5 w-5 flex-none mr-1.5" }, index.h("img", { alt: "checked", src: index.getAssetPath(`assets/icon-check.svg`) })), index.h("div", { class: "leading-5" }, feature))))), this.featureSubText && (index.h("p", { class: "text-xs text-gray-500 italic mt-4 leading-4" }, this.featureSubText)))));
5780
+ return (index.h(index.Host, null, index.h("div", { class: "px-4 pt-6" }, index.h("div", { class: "text-right w-100 -mt-5 -mr-2" }, this.isPromotedDefault && (index.h("span", { class: "text-xs bg-blue-100 text-blue-800 font-medium rounded-xl py-0.5 px-2.5 mr-1" }, "Employer Default")), index.h("span", { class: "text-xs bg-gray-100 text-gray-800 font-medium rounded-xl py-0.5 px-2.5 mr-0.5" }, "Featured")), index.h("div", { class: { 'flex lg:block mt-2 md:mt-0': true, 'lg:mt-4': this.isMultiFund } }, index.h("img", { class: {
5781
+ 'h-12 md:h-14 lg:h-16 object-contain w-[80px] md:w-[96px] lg:w-[140px] md:hidden lg:object-left': true,
5782
+ 'lg:block': this.isMultiFund
5783
+ }, alt: this.name, src: index.getAssetPath(`assets/${this.logo}`) }), index.h("div", { class: "grid content-center" }, index.h("p", { class: {
5784
+ 'text-base md:text-lg font-bold ml-4 md:ml-0 md:mb-0': true,
5785
+ 'lg:mt-4': this.isMultiFund
5786
+ } }, this.name))), index.h("div", { class: "mt-4 sm:mt-2 text-sm space-y-2" }, this.features.map((feature) => (index.h("div", { class: "flex" }, index.h("div", { class: "h-5 w-5 flex-none mr-1.5" }, index.h("img", { alt: "checked", src: index.getAssetPath(`assets/icon-check.svg`) })), index.h("div", { class: "leading-5" }, feature))))), this.featureSubText && (index.h("p", { class: "text-xs text-gray-500 italic mt-4 leading-4" }, this.featureSubText)))));
5671
5787
  }
5672
5788
  };
5673
5789
 
@@ -5702,9 +5818,10 @@ const SuperChoicePage = class {
5702
5818
  if (this.campaignConnectRequestInProgress) {
5703
5819
  return (index.h("div", { class: "w-[327px] sm:w-full bg-white flex flex-col items-center" }, index.h("div", { class: "w-full sm:w-[440px] h-9 bg-gray-200 animate-pulse rounded" }), index.h("div", { class: "mt-6 w-full sm:w-[720px] h-6 bg-gray-200 animate-pulse rounded" }), index.h("div", { class: "mt-2 w-[220px] sm:w-[560px] h-6 bg-gray-200 animate-pulse rounded" }), index.h("div", { class: "mt-10 w-full sm:w-[560px] h-80 bg-gray-200 animate-pulse rounded" }), index.h("div", { class: "mt-10 w-full sm:w-[200px] h-11 bg-gray-200 animate-pulse rounded" })));
5704
5820
  }
5821
+ const isMultiFund = this.promotedFunds.length > 1;
5705
5822
  return (index.h(index.Host, null, index.h("div", null, index.h("sss-header-section", { currentPage: "choice" }), index.h("div", { class: "mt-8 text-sm text-center leading-6" }, index.h("p", { class: "leading-6" }, "Not ready to join a new fund, or want to nominate another super fund?"), index.h("stencil-route-link", { url: SuperSelectionAppRoutes.MyOwnFund }, index.h("span", { class: "inline-block text-primary-base font-medium mt-3" }, "Skip Featured Funds\u00A0", index.h("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", class: "inline h-5 w-5 fill-primary-base group-hover:fill-white" }, index.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3" }))))), index.h("div", { class: "flex justify-center mt-8" }, index.h("div", { class: {
5706
5823
  'lg:grid border-l border-t lg:border-b rounded-lg': true,
5707
- 'lg:grid-cols-1 max-w-400': this.promotedFunds.length === 1,
5824
+ 'lg:grid-cols-1 max-w-720': this.promotedFunds.length === 1,
5708
5825
  'lg:grid-cols-2 max-w-720': this.promotedFunds.length === 2,
5709
5826
  'lg:grid-cols-3 max-w-960': this.promotedFunds.length === 3
5710
5827
  } }, this.promotedFunds.map((fund, index$1) => (index.h("div", { class: {
@@ -5715,10 +5832,14 @@ const SuperChoicePage = class {
5715
5832
  } }, index.h("div", { class: {
5716
5833
  'flex border-b lg:border-b-0': true,
5717
5834
  'rounded-b-lg': index$1 === this.promotedFunds.length - 1
5718
- } }, index.h("div", { class: "hidden md:flex lg:hidden w-36 justify-center pt-6 pl-6" }, index.h("img", { class: "h-16 object-contain w-full max-w-[96px]", alt: fund.name, src: index.getAssetPath(`assets/${fund.logo}`) })), index.h("div", { class: "w-full" }, index.h("sss-super-choice-item-top", { logo: fund.logo, name: fund.name, features: fund.features, featureSubText: fund.featureSubText, isPromotedDefault: fund.isPromotedDefault }), index.h("div", { class: "lg:hidden" }, index.h("sss-super-choice-item-bottom", { disclaimer: fund.disclaimer, abnInfo: fund.abnInfo, abn: fund.abn, onJoinFundClicked: async () => this.handleJoinSuperClickAsync(fund) }))))))), this.promotedFunds.map((fund, index$1) => (index.h("div", { class: {
5719
- 'hidden lg:block border-r': true,
5835
+ } }, index.h("div", { class: {
5836
+ 'hidden md:flex w-36 justify-center pt-6 pl-6': true,
5837
+ 'lg:hidden': isMultiFund
5838
+ } }, index.h("img", { class: "h-16 object-contain w-full max-w-[96px]", alt: fund.name, src: index.getAssetPath(`assets/${fund.logo}`) })), index.h("div", { class: "w-full" }, index.h("sss-super-choice-item-top", { logo: fund.logo, name: fund.name, features: fund.features, featureSubText: fund.featureSubText, isMultiFund: isMultiFund, isPromotedDefault: fund.isPromotedDefault }), index.h("div", { class: { 'lg:hidden': isMultiFund } }, index.h("sss-super-choice-item-bottom", { disclaimer: fund.disclaimer, abnInfo: fund.abnInfo, abn: fund.abn, isMultiFund: isMultiFund, onJoinFundClicked: async () => this.handleJoinSuperClickAsync(fund) }))))))), this.promotedFunds.map((fund, index$1) => (index.h("div", { class: {
5839
+ 'hidden border-r': true,
5840
+ 'lg:block': isMultiFund,
5720
5841
  'rounded-br-lg': index$1 === this.promotedFunds.length - 1
5721
- } }, index.h("sss-super-choice-item-bottom", { disclaimer: fund.disclaimer, abnInfo: fund.abnInfo, abn: fund.abn, onJoinFundClicked: async () => this.handleJoinSuperClickAsync(fund) })))))), index.h("div", { class: "flex justify-center mt-8 sm:mt-12" }, index.h("div", { class: "pb-8 sm:pb-12 max-w-720 border-b" }, index.h("h5", { class: "font-bold sm:text-lg" }, "Or, choose another super fund:"), index.h("ul", { class: "list-disc list-outside ml-6 mt-3 mb-6 space-y-2 leading-6 text-sm sm:text-base" }, index.h("li", null, "Select this option if you'd like to use your current account with another super fund, your self-managed super fund, or your employer's default fund."), index.h("li", null, "If you are unsure of your current super fund details, you can find out at", ' ', index.h("a", { class: "text-primary-base font-medium hover:text-primary-hover", target: "_blank", href: navigationService.toExternalUrl(mygovLink) }, mygovLinkDisplay)), index.h("li", null, "A full list of super funds can be viewed at", ' ', index.h("a", { class: "text-primary-base font-medium hover:text-primary-hover", target: "_blank", href: navigationService.toExternalUrl(superfundsLink) }, superfundsLinkDisplay))), index.h("stencil-route-link", { url: SuperSelectionAppRoutes.MyOwnFund }, index.h("sss-button", { fillWidthOnMobile: true }, "Choose another super fund")))), index.h("div", { class: "flex justify-center" }, index.h("div", { class: "pt-8 sm:pt-12 max-w-720" }, index.h("h5", { class: "font-semibold" }, "IMPORTANT INFORMATION:"), index.h("ul", { class: "list-disc list-outside ml-6 mt-3 space-y-2 text-sm leading-6" }, index.h("li", null, "The superannuation funds featured above are for your information only. The order, position and placement of content should not be interpreted as an opinion or recommendation (actual or implied) by Flare as to the suitability or appropriateness of any superannuation fund for you. In featuring these superannuation funds, Flare has not taken into account your objectives, financial situation or needs."), index.h("li", null, "This is not a comparison service. This page contains factual information only and does not constitute either general or personal advice about any financial products. We do not take into account your objectives, financial situation or needs. If you have questions or need help making a decision about your superannuation fund, you should speak to a licensed financial product advice provider."), index.h("li", null, "Flare, the technology partner you are accessing Flare via and your employer do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the featured superannuation funds. Flare does not endorse or accept responsibility for any of the content shown about any of the featured superannuation funds."), index.h("li", null, "You should consider the relevant superannuation fund\u2019s PDS and TMD (if applicable) in deciding whether to apply to join the superannuation fund. Each of the superannuation funds featured above include a link to their PDS and TMD (if applicable) for your convenience. If you are considering joining another superannuation fund, you can typically find the PDS and TMD (if applicable) on that fund\u2019s website."), index.h("li", null, "You should be aware that, if you do choose one of the featured superannuation funds, Flare and it\u2019s associates will normally receive a fee for you doing so (this includes Simple Financial Choices Pty Ltd, a wholly owned subsidiary of Flare, which is a sub-promoter of Slate Super).")))))));
5842
+ } }, index.h("sss-super-choice-item-bottom", { disclaimer: fund.disclaimer, abnInfo: fund.abnInfo, abn: fund.abn, isMultiFund: isMultiFund, onJoinFundClicked: async () => this.handleJoinSuperClickAsync(fund) })))))), index.h("div", { class: "flex justify-center mt-8 sm:mt-12" }, index.h("div", { class: "pb-8 sm:pb-12 max-w-720 border-b" }, index.h("h5", { class: "font-bold sm:text-lg" }, "Or, choose another super fund:"), index.h("ul", { class: "list-disc list-outside ml-6 mt-3 mb-6 space-y-2 leading-6 text-sm sm:text-base" }, index.h("li", null, "Select this option if you'd like to use your current account with another super fund, your self-managed super fund, or your employer's default fund."), index.h("li", null, "If you are unsure of your current super fund details, you can find out at", ' ', index.h("a", { class: "text-primary-base font-medium hover:text-primary-hover", target: "_blank", href: navigationService.toExternalUrl(mygovLink) }, mygovLinkDisplay)), index.h("li", null, "A full list of super funds can be viewed at", ' ', index.h("a", { class: "text-primary-base font-medium hover:text-primary-hover", target: "_blank", href: navigationService.toExternalUrl(superfundsLink) }, superfundsLinkDisplay))), index.h("stencil-route-link", { url: SuperSelectionAppRoutes.MyOwnFund }, index.h("sss-button", { fillWidthOnMobile: true }, "Choose another super fund")))), index.h("div", { class: "flex justify-center" }, index.h("div", { class: "pt-8 sm:pt-12 max-w-720" }, index.h("h5", { class: "font-semibold" }, "IMPORTANT INFORMATION:"), index.h("ul", { class: "list-disc list-outside ml-6 mt-3 space-y-2 text-sm leading-6" }, index.h("li", null, "The superannuation funds featured above are for your information only. The order, position and placement of content should not be interpreted as an opinion or recommendation (actual or implied) by Flare as to the suitability or appropriateness of any superannuation fund for you. In featuring these superannuation funds, Flare has not taken into account your objectives, financial situation or needs."), index.h("li", null, "This is not a comparison service. This page contains factual information only and does not constitute either general or personal advice about any financial products. We do not take into account your objectives, financial situation or needs. If you have questions or need help making a decision about your superannuation fund, you should speak to a licensed financial product advice provider."), index.h("li", null, "Flare, the technology partner you are accessing Flare via and your employer do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the featured superannuation funds. Flare does not endorse or accept responsibility for any of the content shown about any of the featured superannuation funds."), index.h("li", null, "You should consider the relevant superannuation fund\u2019s PDS and TMD (if applicable) in deciding whether to apply to join the superannuation fund. Each of the superannuation funds featured above include a link to their PDS and TMD (if applicable) for your convenience. If you are considering joining another superannuation fund, you can typically find the PDS and TMD (if applicable) on that fund\u2019s website."), index.h("li", null, "You should be aware that, if you do choose one of the featured superannuation funds, Flare and it\u2019s associates will normally receive a fee for you doing so (this includes Simple Financial Choices Pty Ltd, a wholly owned subsidiary of Flare, which is a sub-promoter of Slate Super).")))))));
5722
5843
  }
5723
5844
  getPromotedFunds() {
5724
5845
  const fundTiles = [];
@@ -5736,13 +5857,21 @@ const SuperChoicePage = class {
5736
5857
  const fundUsi = getFundUsiByFundId(fund.fundId);
5737
5858
  const fundName = getFundNameByFundId(fund.fundId);
5738
5859
  await Promise.all([
5739
- this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
5740
- fundUsi: Option.isSome(fundUsi) ? fundUsi.value : undefined,
5741
- fundName: Option.isSome(fundName) ? fundName.value : '',
5742
- promotedFundId: fund.fundId,
5743
- promotedFundsShown,
5744
- defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
5745
- }),
5860
+ fund.isPromotedDefault == true
5861
+ ? this.eventTrackingService.TrackPromotedDefaultSuperFundDetailViewedAsync({
5862
+ fundUsi: Option.isSome(fundUsi) ? fundUsi.value : '',
5863
+ fundName: Option.isSome(fundName) ? fundName.value : '',
5864
+ promotedFundId: fund.fundId,
5865
+ promotedFundsShown,
5866
+ defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
5867
+ })
5868
+ : this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
5869
+ fundUsi: Option.isSome(fundUsi) ? fundUsi.value : undefined,
5870
+ fundName: Option.isSome(fundName) ? fundName.value : '',
5871
+ promotedFundId: fund.fundId,
5872
+ promotedFundsShown,
5873
+ defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
5874
+ }),
5746
5875
  miscService.trackClickPromotedTileAsync(fund.isPromotedDefault
5747
5876
  ? {
5748
5877
  promotedDefault: {
@@ -17169,6 +17298,8 @@ const SuperSelectionAppHost = class {
17169
17298
  return () => index.h("sss-loading-page", null);
17170
17299
  case AuthenticationState.Error:
17171
17300
  return () => index.h("h1", null, "Authentication Error");
17301
+ default:
17302
+ return () => index.h("h1", null, "Authentication Error");
17172
17303
  }
17173
17304
  }
17174
17305
  };