@flarehr/apollo-super-selection 3.17.52781 → 3.18.52782

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 (284) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -0
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.js +130 -0
  3. package/dist/lib/apollo-super-selection/index.esm.js +0 -0
  4. package/dist/lib/apollo-super-selection/p-01a9f4a4.entry.js +1 -0
  5. package/dist/lib/apollo-super-selection/p-082669d9.js +1 -0
  6. package/dist/lib/apollo-super-selection/p-13573238.system.js +15 -0
  7. package/dist/lib/apollo-super-selection/p-20136efe.entry.js +1 -0
  8. package/dist/lib/apollo-super-selection/p-285da037.system.entry.js +1 -0
  9. package/dist/lib/apollo-super-selection/p-31bdba35.system.entry.js +69 -0
  10. package/dist/lib/apollo-super-selection/p-342cee5a.js +1 -0
  11. package/dist/lib/apollo-super-selection/p-381262c1.system.js +1 -0
  12. package/dist/lib/apollo-super-selection/p-38ee2795.system.js +1 -0
  13. package/dist/lib/apollo-super-selection/p-38f24f69.js +1 -0
  14. package/dist/lib/apollo-super-selection/p-50ea2036.system.js +1 -0
  15. package/dist/lib/apollo-super-selection/p-61734b66.js +1 -0
  16. package/dist/lib/apollo-super-selection/p-642db1f7.system.entry.js +1 -0
  17. package/dist/lib/apollo-super-selection/p-64ebe17d.system.entry.js +1 -0
  18. package/dist/lib/apollo-super-selection/p-7dbe5a2f.system.js +1 -0
  19. package/dist/lib/apollo-super-selection/p-8cbfc343.system.entry.js +1 -0
  20. package/dist/lib/apollo-super-selection/p-a98c2760.entry.js +1 -0
  21. package/dist/lib/apollo-super-selection/p-abedb220.entry.js +1 -0
  22. package/dist/lib/apollo-super-selection/p-ae4f5e0b.system.js +1 -0
  23. package/dist/lib/apollo-super-selection/p-bd258159.entry.js +14 -0
  24. package/dist/lib/apollo-super-selection/p-c5e41889.entry.js +1 -0
  25. package/dist/lib/apollo-super-selection/p-cd49a6b7.system.entry.js +1 -0
  26. package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -0
  27. package/dist/lib/apollo-super-selection/p-df9ce4b7.js +15 -0
  28. package/dist/lib/apollo-super-selection/p-f15bf700.system.entry.js +1 -0
  29. package/dist/lib/apollo-super-selection/p-f7a45412.entry.js +1 -0
  30. package/dist/lib/cjs/active-router-e92fd784.js +75 -0
  31. package/dist/lib/cjs/apollo-super-selection.cjs.js +23 -0
  32. package/dist/lib/cjs/app-globals-45007120.js +25 -0
  33. package/dist/lib/cjs/context-consumer.cjs.entry.js +29 -0
  34. package/dist/lib/cjs/datorama-akita-7f4b082a.js +2704 -0
  35. package/dist/lib/cjs/delay-81aff2f1.js +955 -0
  36. package/dist/lib/cjs/fl-button_44.cjs.entry.js +17003 -0
  37. package/dist/lib/cjs/fl-style-guide.cjs.entry.js +90 -0
  38. package/dist/lib/cjs/index-942e6faa.js +1767 -0
  39. package/dist/lib/cjs/index.cjs.js +2 -0
  40. package/dist/lib/cjs/loader.cjs.js +25 -0
  41. package/dist/lib/cjs/stencil-async-content.cjs.entry.js +32 -0
  42. package/dist/lib/cjs/stencil-route-title.cjs.entry.js +32 -0
  43. package/dist/lib/cjs/stencil-router-prompt.cjs.entry.js +59 -0
  44. package/dist/lib/cjs/stencil-router-redirect.cjs.entry.js +32 -0
  45. package/dist/lib/collection/collection-manifest.json +127 -0
  46. package/dist/lib/collection/components/app-host/loading-page.js +9 -0
  47. package/dist/lib/collection/components/app-host/services/app-configuration.query.js +18 -0
  48. package/dist/lib/collection/components/app-host/services/app-configuration.service.js +25 -0
  49. package/dist/lib/collection/components/app-host/services/appinsights.service.js +43 -0
  50. package/dist/lib/collection/components/app-host/services/authentication.query.js +21 -0
  51. package/dist/lib/collection/components/app-host/services/authentication.service.js +50 -0
  52. package/dist/lib/collection/components/app-host/services/interop/host-interop.service.js +31 -0
  53. package/dist/lib/collection/components/app-host/services/interop/iframe-interop.service.js +30 -0
  54. package/dist/lib/collection/components/app-host/services/interop/react-native-interop.service.js +20 -0
  55. package/dist/lib/collection/components/app-host/services/interop.query.js +26 -0
  56. package/dist/lib/collection/components/app-host/services/session.store.js +37 -0
  57. package/dist/lib/collection/components/app-host/super-selection-app-host.css +28 -0
  58. package/dist/lib/collection/components/app-host/super-selection-app-host.js +92 -0
  59. package/dist/lib/collection/components/super-selection-app/api/api-client.js +14 -0
  60. package/dist/lib/collection/components/super-selection-app/api/event-tracking.api.js +9 -0
  61. package/dist/lib/collection/components/super-selection-app/api/super-selection-events.model.js +1 -0
  62. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +1 -0
  63. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +30 -0
  64. package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +31 -0
  65. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.css +11 -0
  66. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +29 -0
  67. package/dist/lib/collection/components/super-selection-app/funds/constants.js +13 -0
  68. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.js +1 -0
  69. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.js +31 -0
  70. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +68 -0
  71. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +53 -0
  72. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +108 -0
  73. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +93 -0
  74. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +103 -0
  75. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.js +111 -0
  76. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +153 -0
  77. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.js +1 -0
  78. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +111 -0
  79. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.css +23 -0
  80. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.js +52 -0
  81. package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.js +1 -0
  82. package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.js +13 -0
  83. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/confirmCheck.js +37 -0
  84. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/continueCheck.js +13 -0
  85. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/getNextRoute.js +89 -0
  86. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/resetState.js +31 -0
  87. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +38 -0
  88. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +63 -0
  89. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirmation.css +0 -0
  90. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +95 -0
  91. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +99 -0
  92. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.js +18 -0
  93. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-layout.js +95 -0
  94. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper.css +50 -0
  95. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question1/question1.js +10 -0
  96. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question2/question2.js +10 -0
  97. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question3/question3.js +10 -0
  98. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question4/question4.js +10 -0
  99. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question5/question5.js +10 -0
  100. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question6/question6.js +10 -0
  101. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question7/question7.js +10 -0
  102. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question8/question8.js +10 -0
  103. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.js +66 -0
  104. package/dist/lib/collection/components/super-selection-app/funds/qsuper/services/qsuper.store.js +64 -0
  105. package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.js +1 -0
  106. package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.js +13 -0
  107. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +127 -0
  108. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-fund.store.js +9 -0
  109. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +35 -0
  110. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-standard-choice-page.js +67 -0
  111. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.css +0 -0
  112. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.js +19 -0
  113. package/dist/lib/collection/components/super-selection-app/notifications-section/notifications-section.js +25 -0
  114. package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +22 -0
  115. package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +71 -0
  116. package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +22 -0
  117. package/dist/lib/collection/components/super-selection-app/services/notifications.service.js +37 -0
  118. package/dist/lib/collection/components/super-selection-app/services/notifications.store.js +3 -0
  119. package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +53 -0
  120. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +42 -0
  121. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +76 -0
  122. package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +11 -0
  123. package/dist/lib/collection/components/super-selection-app/standard-choice/api/standard-choice.model.js +1 -0
  124. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +49 -0
  125. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.css +18 -0
  126. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.js +53 -0
  127. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +216 -0
  128. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +53 -0
  129. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +152 -0
  130. package/dist/lib/collection/components/super-selection-app/super-selection-app.css +15 -0
  131. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +229 -0
  132. package/dist/lib/collection/global/init-host.js +22 -0
  133. package/dist/lib/collection/global/main.dev.js +26 -0
  134. package/dist/lib/collection/global/main.js +11 -0
  135. package/dist/lib/collection/global/stencil-router-workaround.js +12 -0
  136. package/dist/lib/collection/index.js +2 -0
  137. package/dist/lib/collection/utils/config.js +2 -0
  138. package/dist/lib/collection/utils/gtm.js +5 -0
  139. package/dist/lib/collection/utils/iframe.js +33 -0
  140. package/dist/lib/collection/utils/index.js +8 -0
  141. package/dist/lib/collection/utils/lazy.js +29 -0
  142. package/dist/lib/collection/utils/storage.js +5 -0
  143. package/dist/lib/esm/active-router-4c80d3d2.js +73 -0
  144. package/dist/lib/esm/apollo-super-selection.js +21 -0
  145. package/dist/lib/esm/app-globals-7ac1ffba.js +23 -0
  146. package/dist/lib/esm/context-consumer.entry.js +25 -0
  147. package/dist/lib/esm/datorama-akita-79ce4385.js +2692 -0
  148. package/dist/lib/esm/delay-c0555599.js +935 -0
  149. package/dist/lib/esm/fl-button_44.entry.js +16956 -0
  150. package/dist/lib/esm/fl-style-guide.entry.js +86 -0
  151. package/dist/lib/esm/index-0496d1af.js +1734 -0
  152. package/dist/lib/esm/index.js +1 -0
  153. package/dist/lib/esm/loader.js +21 -0
  154. package/dist/lib/esm/polyfills/core-js.js +11 -0
  155. package/dist/lib/esm/polyfills/css-shim.js +1 -0
  156. package/dist/lib/esm/polyfills/dom.js +79 -0
  157. package/dist/lib/esm/polyfills/es5-html-element.js +1 -0
  158. package/dist/lib/esm/polyfills/index.js +34 -0
  159. package/dist/lib/esm/polyfills/system.js +6 -0
  160. package/dist/lib/esm/stencil-async-content.entry.js +28 -0
  161. package/dist/lib/esm/stencil-route-title.entry.js +28 -0
  162. package/dist/lib/esm/stencil-router-prompt.entry.js +55 -0
  163. package/dist/lib/esm/stencil-router-redirect.entry.js +28 -0
  164. package/dist/lib/esm-es5/active-router-4c80d3d2.js +1 -0
  165. package/dist/lib/esm-es5/apollo-super-selection.js +1 -0
  166. package/dist/lib/esm-es5/app-globals-7ac1ffba.js +1 -0
  167. package/dist/lib/esm-es5/context-consumer.entry.js +1 -0
  168. package/dist/lib/esm-es5/datorama-akita-79ce4385.js +15 -0
  169. package/dist/lib/esm-es5/delay-c0555599.js +1 -0
  170. package/dist/lib/esm-es5/fl-button_44.entry.js +69 -0
  171. package/dist/lib/esm-es5/fl-style-guide.entry.js +1 -0
  172. package/dist/lib/esm-es5/index-0496d1af.js +1 -0
  173. package/dist/lib/esm-es5/index.js +0 -0
  174. package/dist/lib/esm-es5/loader.js +1 -0
  175. package/dist/lib/esm-es5/stencil-async-content.entry.js +1 -0
  176. package/dist/lib/esm-es5/stencil-route-title.entry.js +1 -0
  177. package/dist/lib/esm-es5/stencil-router-prompt.entry.js +1 -0
  178. package/dist/lib/esm-es5/stencil-router-redirect.entry.js +1 -0
  179. package/dist/lib/index.cjs.js +1 -0
  180. package/dist/lib/index.js +1 -0
  181. package/dist/lib/loader/cdn.js +3 -0
  182. package/dist/lib/loader/index.cjs.js +3 -0
  183. package/dist/lib/loader/index.d.ts +13 -0
  184. package/dist/lib/loader/index.es2017.js +3 -0
  185. package/dist/lib/loader/index.js +4 -0
  186. package/dist/lib/loader/package.json +10 -0
  187. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/button/button.css +45 -0
  188. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown/dropdown.css +9 -0
  189. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown-async/dropdown-async.css +9 -0
  190. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/loading-indicator/loading-indicator.css +141 -0
  191. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/promise-button/promise-button.css +5 -0
  192. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css +0 -0
  193. package/dist/lib/node_modules/@stencil/router/dist/collection/components/route/route.css +3 -0
  194. package/dist/lib/types/components/app-host/loading-page.d.ts +3 -0
  195. package/dist/lib/types/components/app-host/services/app-configuration.query.d.ts +11 -0
  196. package/dist/lib/types/components/app-host/services/app-configuration.service.d.ts +9 -0
  197. package/dist/lib/types/components/app-host/services/appinsights.service.d.ts +14 -0
  198. package/dist/lib/types/components/app-host/services/authentication.query.d.ts +13 -0
  199. package/dist/lib/types/components/app-host/services/authentication.service.d.ts +9 -0
  200. package/dist/lib/types/components/app-host/services/interop/host-interop.service.d.ts +7 -0
  201. package/dist/lib/types/components/app-host/services/interop/iframe-interop.service.d.ts +5 -0
  202. package/dist/lib/types/components/app-host/services/interop/react-native-interop.service.d.ts +7 -0
  203. package/dist/lib/types/components/app-host/services/interop.query.d.ts +11 -0
  204. package/dist/lib/types/components/app-host/services/session.store.d.ts +30 -0
  205. package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +17 -0
  206. package/dist/lib/types/components/super-selection-app/api/api-client.d.ts +2 -0
  207. package/dist/lib/types/components/super-selection-app/api/event-tracking.api.d.ts +6 -0
  208. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +73 -0
  209. package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +16 -0
  210. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +82 -0
  211. package/dist/lib/types/components/super-selection-app/app-state-pages/success.d.ts +4 -0
  212. package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +4 -0
  213. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +13 -0
  214. package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.d.ts +8 -0
  215. package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +28 -0
  216. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +9 -0
  217. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +30 -0
  218. package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +15 -0
  219. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +12 -0
  220. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +12 -0
  221. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.d.ts +112 -0
  222. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +15 -0
  223. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +14 -0
  224. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +14 -0
  225. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.d.ts +7 -0
  226. package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.d.ts +6 -0
  227. package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.d.ts +21 -0
  228. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/confirmCheck.d.ts +1 -0
  229. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/continueCheck.d.ts +1 -0
  230. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/getNextRoute.d.ts +2 -0
  231. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/resetState.d.ts +1 -0
  232. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-header.d.ts +5 -0
  233. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.d.ts +6 -0
  234. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.d.ts +7 -0
  235. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.d.ts +12 -0
  236. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.d.ts +3 -0
  237. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-layout.d.ts +11 -0
  238. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question1/question1.d.ts +3 -0
  239. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question2/question2.d.ts +3 -0
  240. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question3/question3.d.ts +3 -0
  241. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question4/question4.d.ts +3 -0
  242. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question5/question5.d.ts +3 -0
  243. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question6/question6.d.ts +3 -0
  244. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question7/question7.d.ts +3 -0
  245. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question8/question8.d.ts +3 -0
  246. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.d.ts +6 -0
  247. package/dist/lib/types/components/super-selection-app/funds/qsuper/services/qsuper.store.d.ts +58 -0
  248. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.d.ts +6 -0
  249. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.d.ts +4 -0
  250. package/dist/lib/types/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.d.ts +13 -0
  251. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-fund.store.d.ts +7 -0
  252. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-join-page.d.ts +7 -0
  253. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-standard-choice-page.d.ts +8 -0
  254. package/dist/lib/types/components/super-selection-app/funds/slate-super/slatesuper-header.d.ts +3 -0
  255. package/dist/lib/types/components/super-selection-app/notifications-section/notifications-section.d.ts +5 -0
  256. package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +8 -0
  257. package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +17 -0
  258. package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +9 -0
  259. package/dist/lib/types/components/super-selection-app/services/notifications.service.d.ts +15 -0
  260. package/dist/lib/types/components/super-selection-app/services/notifications.store.d.ts +14 -0
  261. package/dist/lib/types/components/super-selection-app/services/selected-super-choice-info.service.d.ts +18 -0
  262. package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +21 -0
  263. package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +25 -0
  264. package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +13 -0
  265. package/dist/lib/types/components/super-selection-app/standard-choice/api/standard-choice.model.d.ts +3 -0
  266. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +7 -0
  267. package/dist/lib/types/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.d.ts +5 -0
  268. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +17 -0
  269. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +13 -0
  270. package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +26 -0
  271. package/dist/lib/types/components.d.ts +546 -0
  272. package/dist/lib/types/global/init-host.d.ts +1 -0
  273. package/dist/lib/types/global/main.d.ts +1 -0
  274. package/dist/lib/types/global/main.dev.d.ts +1 -0
  275. package/dist/lib/types/global/stencil-router-workaround.d.ts +1 -0
  276. package/dist/lib/types/index.d.ts +2 -0
  277. package/dist/lib/types/stencil-public-runtime.d.ts +1555 -0
  278. package/dist/lib/types/utils/config.d.ts +2 -0
  279. package/dist/lib/types/utils/gtm.d.ts +7 -0
  280. package/dist/lib/types/utils/iframe.d.ts +13 -0
  281. package/dist/lib/types/utils/index.d.ts +3 -0
  282. package/dist/lib/types/utils/lazy.d.ts +12 -0
  283. package/dist/lib/types/utils/storage.d.ts +4 -0
  284. package/package.json +1 -1
@@ -0,0 +1,53 @@
1
+ import { isSome, none, some } from 'fp-ts/Option';
2
+ import * as constants from '../funds/constants';
3
+ import australianFundLookupService from './australian-fund-lookup.service';
4
+ import superSelectionAppService from './super-selection-app.service';
5
+ export class ChosenFundService {
6
+ async GetChosenFundAsync() {
7
+ var _a;
8
+ const choiceDetails = (_a = superSelectionAppService.superBuyer.superChoice) === null || _a === void 0 ? void 0 : _a.choiceDetails;
9
+ if (!choiceDetails)
10
+ return none;
11
+ if ('promoted' in choiceDetails) {
12
+ const promotedId = constants.QSuperFundId in choiceDetails.promoted
13
+ ? constants.QSuperFundId
14
+ : constants.SlateFundId in choiceDetails.promoted
15
+ ? constants.SlateFundId
16
+ : '';
17
+ return some({
18
+ isPromoted: true,
19
+ promotedId
20
+ });
21
+ }
22
+ else if ('smsf' in choiceDetails) {
23
+ return some({
24
+ isPromoted: false,
25
+ name: choiceDetails.smsf.fundName,
26
+ type: 'Self Managed Fund'
27
+ });
28
+ }
29
+ else if ('myOwnFund' in choiceDetails) {
30
+ const fundUsi = choiceDetails.myOwnFund.usi;
31
+ const fund = await this.getFundByUsiAsync(fundUsi);
32
+ return some({
33
+ isPromoted: false,
34
+ name: isSome(fund) ? fund.value.productName : fundUsi,
35
+ type: 'My Own Fund'
36
+ });
37
+ }
38
+ else if ('default' in choiceDetails) {
39
+ const defaultUsi = choiceDetails.default.usi;
40
+ const defaultFund = await this.getFundByUsiAsync(defaultUsi);
41
+ return some({
42
+ isPromoted: false,
43
+ name: isSome(defaultFund) ? defaultFund.value.productName : defaultUsi,
44
+ type: 'Default Fund'
45
+ });
46
+ }
47
+ return none;
48
+ }
49
+ getFundByUsiAsync(usi) {
50
+ return australianFundLookupService.getFundByUsiAsync(usi);
51
+ }
52
+ }
53
+ export default new ChosenFundService();
@@ -0,0 +1,42 @@
1
+ import { h } from '@stencil/core';
2
+ export var SuperSelectionAppRoutes;
3
+ (function (SuperSelectionAppRoutes) {
4
+ SuperSelectionAppRoutes["ChoicePage"] = "/";
5
+ SuperSelectionAppRoutes["SlateJoin"] = "/slate/join/";
6
+ SuperSelectionAppRoutes["SlateStandardChoice"] = "/slate/standard-choice/";
7
+ SuperSelectionAppRoutes["QSuperOptIn"] = "/qsuper/insurance/opt-in/";
8
+ SuperSelectionAppRoutes["QSuperQuestion1"] = "/qsuper/insurance/question1/";
9
+ SuperSelectionAppRoutes["QSuperQuestion2"] = "/qsuper/insurance/question2/";
10
+ SuperSelectionAppRoutes["QSuperQuestion3"] = "/qsuper/insurance/question3/";
11
+ SuperSelectionAppRoutes["QSuperQuestion4"] = "/qsuper/insurance/question4/";
12
+ SuperSelectionAppRoutes["QSuperQuestion5"] = "/qsuper/insurance/question5/";
13
+ SuperSelectionAppRoutes["QSuperQuestion6"] = "/qsuper/insurance/question6/";
14
+ SuperSelectionAppRoutes["QSuperQuestion7"] = "/qsuper/insurance/question7/";
15
+ SuperSelectionAppRoutes["QSuperQuestion8"] = "/qsuper/insurance/question8/";
16
+ SuperSelectionAppRoutes["QSuperConsent"] = "/qsuper/consent/";
17
+ SuperSelectionAppRoutes["QSuperJoin"] = "/qsuper/join/";
18
+ SuperSelectionAppRoutes["MyOwnFund"] = "/super-choice/my-own-fund/";
19
+ SuperSelectionAppRoutes["SelfManagedFund"] = "/super-choice/smsf/";
20
+ SuperSelectionAppRoutes["DefaultFund"] = "/super-choice/default/";
21
+ SuperSelectionAppRoutes["Success"] = "/success/";
22
+ })(SuperSelectionAppRoutes || (SuperSelectionAppRoutes = {}));
23
+ export const superSelectionAppStencilRoutes = [
24
+ h("stencil-route", { exact: true, url: SuperSelectionAppRoutes.ChoicePage, component: "sss-super-choice-page" }),
25
+ h("stencil-route", { url: SuperSelectionAppRoutes.SlateJoin, component: "sss-slate-join-page" }),
26
+ h("stencil-route", { url: SuperSelectionAppRoutes.SlateStandardChoice, component: "sss-slate-standard-choice-page" }),
27
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperOptIn, component: "sss-qsuper-insurance-opt-in" }),
28
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion1, component: "sss-qsuper-question-1" }),
29
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion2, component: "sss-qsuper-question-2" }),
30
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion3, component: "sss-qsuper-question-3" }),
31
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion4, component: "sss-qsuper-question-4" }),
32
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion5, component: "sss-qsuper-question-5" }),
33
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion6, component: "sss-qsuper-question-6" }),
34
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion7, component: "sss-qsuper-question-7" }),
35
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperQuestion8, component: "sss-qsuper-question-8" }),
36
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperConsent, component: "sss-qsuper-consent" }),
37
+ h("stencil-route", { url: SuperSelectionAppRoutes.QSuperJoin, component: "sss-qsuper-join" }),
38
+ h("stencil-route", { url: SuperSelectionAppRoutes.MyOwnFund, component: "sss-my-own-fund" }),
39
+ h("stencil-route", { url: SuperSelectionAppRoutes.SelfManagedFund, component: "sss-self-managed-fund" }),
40
+ h("stencil-route", { url: SuperSelectionAppRoutes.DefaultFund, component: "sss-default-fund" }),
41
+ h("stencil-route", { url: SuperSelectionAppRoutes.Success, component: "sss-success" })
42
+ ];
@@ -0,0 +1,76 @@
1
+ import { createStore } from '@stencil/store';
2
+ import { pipe } from 'fp-ts/lib/function';
3
+ import * as O from 'fp-ts/lib/Option';
4
+ import jwtDecode from 'jwt-decode';
5
+ import superSelectionApi from '../api/super-selection.api';
6
+ import { initialState } from './super-selection.store';
7
+ export class SuperSelectionAppService {
8
+ constructor() {
9
+ const { state, onChange } = createStore(initialState);
10
+ this._state = state;
11
+ this._onChange = onChange;
12
+ onChange('jwt', (jwt) => {
13
+ this._state.profileId = pipe(jwt, O.chain((jwtValue) => O.fromNullable(jwtDecode(jwtValue).sub)));
14
+ });
15
+ }
16
+ get state() {
17
+ return this._state;
18
+ }
19
+ get onChange() {
20
+ return this._onChange;
21
+ }
22
+ get superBuyer() {
23
+ if (O.isNone(this._state.superBuyer)) {
24
+ throw Error('User information is not set');
25
+ }
26
+ return this._state.superBuyer.value;
27
+ }
28
+ get apiBaseUrl() {
29
+ if (O.isNone(this._state.apiBaseUrl)) {
30
+ throw Error('API base URL is not set');
31
+ }
32
+ return this._state.apiBaseUrl.value;
33
+ }
34
+ get appBaseUrl() {
35
+ if (O.isNone(this._state.appBaseUrl)) {
36
+ throw Error('App base URL is not set');
37
+ }
38
+ return this._state.appBaseUrl.value;
39
+ }
40
+ get profileId() {
41
+ if (O.isNone(this._state.profileId)) {
42
+ throw Error('Failed to get Profile ID from JWT');
43
+ }
44
+ return this._state.profileId.value;
45
+ }
46
+ get defaultFundUsi() {
47
+ return pipe(this._state.accountConfiguration, O.map((config) => O.fromNullable(config.defaultFundUsi)), O.flatten);
48
+ }
49
+ get accountIdOrDefault() {
50
+ return pipe(this._state.accountConfiguration, O.map((config) => config.accountId), O.getOrElse(() => ''));
51
+ }
52
+ get partnerIdOrDefault() {
53
+ return pipe(this._state.superBuyer, O.map((superBuyer) => superBuyer.partnerId), O.getOrElse(() => ''));
54
+ }
55
+ get jwt() {
56
+ if (O.isNone(this._state.jwt)) {
57
+ throw Error('No authentication information was found');
58
+ }
59
+ return this._state.jwt.value;
60
+ }
61
+ get showSmsfNotSupported() {
62
+ return pipe(this._state.superBuyer, O.map((superBuyer) => superBuyer.showSmsfNotSupported), O.getOrElse(() => false));
63
+ }
64
+ completeSuperSelectionFlow() {
65
+ this._state.hasSuccessPageBeenAcknowledged = true;
66
+ }
67
+ markSuperSelectionAsSubmitted() {
68
+ this._state.hasSuperSelectionBeenSubmitted = true;
69
+ }
70
+ async loadAppStateAsync() {
71
+ const appStateResponse = await superSelectionApi.getAppStateAsync();
72
+ this._state.accountConfiguration = O.fromNullable(appStateResponse.accountConfiguration);
73
+ this._state.superBuyer = O.fromNullable(appStateResponse.superBuyer);
74
+ }
75
+ }
76
+ export default new SuperSelectionAppService();
@@ -0,0 +1,11 @@
1
+ import * as O from 'fp-ts/lib/Option';
2
+ export const initialState = {
3
+ apiBaseUrl: O.none,
4
+ appBaseUrl: O.none,
5
+ profileId: O.none,
6
+ jwt: O.none,
7
+ superBuyer: O.none,
8
+ accountConfiguration: O.none,
9
+ hasSuccessPageBeenAcknowledged: false,
10
+ hasSuperSelectionBeenSubmitted: false
11
+ };
@@ -0,0 +1,49 @@
1
+ import { Component, Event, h, State } from '@stencil/core';
2
+ export class StandardChoiceFormInputDefaultFund {
3
+ constructor() {
4
+ this.standardChoiceFormUrl = "/super-selection/embed/v1.0/app/assets/Superannuation_Standard_Choice_Form.pdf";
5
+ this.standardChoiceFormSignature = '';
6
+ }
7
+ render() {
8
+ return (h("div", { class: "card p-4 mt-4 bg-light" },
9
+ h("h4", { class: "small font-weight-bold" }, "Superannuation Standard Choice Form"),
10
+ h("p", { class: "small mt-2" },
11
+ "The superannuation",
12
+ ' ',
13
+ h("a", { target: "_blank", href: this.standardChoiceFormUrl }, "standard choice form"),
14
+ ' ',
15
+ "informs your employer of your choice of fund."),
16
+ h("h4", { class: "small font-weight-bold" }, "Type your full name below (required)"),
17
+ h("input", { placeholder: "Type your full name", type: "text", class: "form-control", required: true, minlength: "2", name: "standardChoiceFormSignature", id: "standardChoiceFormSignature", value: this.standardChoiceFormSignature, onKeyUp: (ev) => this.updateFormField(ev.target.value.trim()) }),
18
+ h("div", { class: "invalid-feedback" }, "Type your full name"),
19
+ h("p", { class: "small mt-3 mb-0" }, "Your authorisation is required for signing this form. Applying your full name in the text field above is the same as applying your written signature and is legally binding.")));
20
+ }
21
+ updateFormField(value) {
22
+ this.standardChoiceFormSignatureUpdated.emit({ standardChoiceFormSignature: value });
23
+ }
24
+ static get is() { return "sss-standard-choice-form"; }
25
+ static get states() { return {
26
+ "standardChoiceFormSignature": {}
27
+ }; }
28
+ static get events() { return [{
29
+ "method": "standardChoiceFormSignatureUpdated",
30
+ "name": "standardChoiceFormSignatureUpdated",
31
+ "bubbles": true,
32
+ "cancelable": true,
33
+ "composed": true,
34
+ "docs": {
35
+ "tags": [],
36
+ "text": ""
37
+ },
38
+ "complexType": {
39
+ "original": "StandardChoiceInput",
40
+ "resolved": "{ standardChoiceFormSignature: string; }",
41
+ "references": {
42
+ "StandardChoiceInput": {
43
+ "location": "import",
44
+ "path": "./api/standard-choice.model"
45
+ }
46
+ }
47
+ }
48
+ }]; }
49
+ }
@@ -0,0 +1,18 @@
1
+ html {
2
+ scroll-behavior: smooth;
3
+ }
4
+
5
+ img.fluid-fit {
6
+ object-fit: cover;
7
+ }
8
+
9
+ .picked-block {
10
+ background-color: var(--fl-color-primary);
11
+ border-top-right-radius: 3px;
12
+ right: 0;
13
+ top: 0;
14
+ }
15
+
16
+ .picked-box-border {
17
+ border: 2px solid var(--fl-color-primary);
18
+ }
@@ -0,0 +1,53 @@
1
+ import { Component, h, Host, Prop } from '@stencil/core';
2
+ export class SelectedSuperChoiceSection {
3
+ render() {
4
+ return (h(Host, { class: "bg-white rounded-sm picked-box-border p-3" },
5
+ h("div", { class: "d-flex" },
6
+ h("div", { class: "flex-grow-1 font-weight-bold" }, this.fundType),
7
+ h("div", { class: "px-3 py-2 text-white picked-block position-absolute" }, "You picked")),
8
+ h("div", null, this.fundName)));
9
+ }
10
+ static get is() { return "sss-selected-super-choice-section"; }
11
+ static get originalStyleUrls() { return {
12
+ "$": ["selected-super-choice-section.scss"]
13
+ }; }
14
+ static get styleUrls() { return {
15
+ "$": ["selected-super-choice-section.css"]
16
+ }; }
17
+ static get properties() { return {
18
+ "fundType": {
19
+ "type": "string",
20
+ "mutable": false,
21
+ "complexType": {
22
+ "original": "string",
23
+ "resolved": "string",
24
+ "references": {}
25
+ },
26
+ "required": false,
27
+ "optional": false,
28
+ "docs": {
29
+ "tags": [],
30
+ "text": ""
31
+ },
32
+ "attribute": "fund-type",
33
+ "reflect": false
34
+ },
35
+ "fundName": {
36
+ "type": "string",
37
+ "mutable": false,
38
+ "complexType": {
39
+ "original": "string",
40
+ "resolved": "string",
41
+ "references": {}
42
+ },
43
+ "required": false,
44
+ "optional": false,
45
+ "docs": {
46
+ "tags": [],
47
+ "text": ""
48
+ },
49
+ "attribute": "fund-name",
50
+ "reflect": false
51
+ }
52
+ }; }
53
+ }
@@ -0,0 +1,216 @@
1
+ import { Component, Event, getAssetPath, h, Host, Prop } from '@stencil/core';
2
+ import { EventTrackingService } from '../services/event-tracking.service';
3
+ export class SuperChoiceItem {
4
+ constructor() {
5
+ this.eventTrackingService = EventTrackingService.Instance;
6
+ }
7
+ render() {
8
+ return (h(Host, { class: {
9
+ 'd-flex p-3': true,
10
+ 'ss-picked-fund': this.isSelected
11
+ } },
12
+ h("div", { class: "card-body pb-0 px-0 px-xl-3" },
13
+ this.isSelected && (h("div", { class: "px-3 py-2 text-white picked-block position-absolute" }, "You picked")),
14
+ h("div", { class: "d-flex flex-fill flex-column align-items-center" },
15
+ h("img", { class: "ss-choice-logo", alt: "Simple Financial Choices Pty Ltd", src: getAssetPath(`assets/${this.logo}`) }),
16
+ h("p", { class: "font-weight-bold text-center mt-3 mb-0" }, this.heading),
17
+ h("div", { class: "mt-3" }, JSON.parse(this.features).map((feature) => (h("p", { class: "text-center" }, feature.value)))))),
18
+ h("div", { class: "text-center" },
19
+ h("div", { class: "p-3" },
20
+ h("fl-button", { class: "uuid-button-continue", isBlockElement: true, onClick: () => this.handleFundClick() }, this.callToAction)),
21
+ h("a", { target: "_blank", href: this.pdsLink, onClick: () => this.pdsViewedAsync() }, "View PDS"))));
22
+ }
23
+ handleFundClick() {
24
+ return this.joinFundClicked.emit();
25
+ }
26
+ pdsViewedAsync() {
27
+ return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
28
+ fundUsi: this.usi,
29
+ fundName: this.name,
30
+ fundNameAlt: this.heading,
31
+ pageName: 'Panel Fund Page'
32
+ });
33
+ }
34
+ static get is() { return "sss-super-choice-item"; }
35
+ static get originalStyleUrls() { return {
36
+ "$": ["super-choice-page.scss"]
37
+ }; }
38
+ static get styleUrls() { return {
39
+ "$": ["super-choice-page.css"]
40
+ }; }
41
+ static get assetsDirs() { return ["assets"]; }
42
+ static get properties() { return {
43
+ "heading": {
44
+ "type": "string",
45
+ "mutable": false,
46
+ "complexType": {
47
+ "original": "string",
48
+ "resolved": "string",
49
+ "references": {}
50
+ },
51
+ "required": false,
52
+ "optional": false,
53
+ "docs": {
54
+ "tags": [],
55
+ "text": ""
56
+ },
57
+ "attribute": "heading",
58
+ "reflect": false
59
+ },
60
+ "isSelected": {
61
+ "type": "boolean",
62
+ "mutable": false,
63
+ "complexType": {
64
+ "original": "boolean",
65
+ "resolved": "boolean",
66
+ "references": {}
67
+ },
68
+ "required": false,
69
+ "optional": false,
70
+ "docs": {
71
+ "tags": [],
72
+ "text": ""
73
+ },
74
+ "attribute": "is-selected",
75
+ "reflect": false
76
+ },
77
+ "usi": {
78
+ "type": "string",
79
+ "mutable": false,
80
+ "complexType": {
81
+ "original": "string",
82
+ "resolved": "string",
83
+ "references": {}
84
+ },
85
+ "required": false,
86
+ "optional": false,
87
+ "docs": {
88
+ "tags": [],
89
+ "text": ""
90
+ },
91
+ "attribute": "usi",
92
+ "reflect": false
93
+ },
94
+ "name": {
95
+ "type": "string",
96
+ "mutable": false,
97
+ "complexType": {
98
+ "original": "string",
99
+ "resolved": "string",
100
+ "references": {}
101
+ },
102
+ "required": false,
103
+ "optional": false,
104
+ "docs": {
105
+ "tags": [],
106
+ "text": ""
107
+ },
108
+ "attribute": "name",
109
+ "reflect": false
110
+ },
111
+ "logo": {
112
+ "type": "string",
113
+ "mutable": false,
114
+ "complexType": {
115
+ "original": "string",
116
+ "resolved": "string",
117
+ "references": {}
118
+ },
119
+ "required": false,
120
+ "optional": false,
121
+ "docs": {
122
+ "tags": [],
123
+ "text": ""
124
+ },
125
+ "attribute": "logo",
126
+ "reflect": false
127
+ },
128
+ "pdsLink": {
129
+ "type": "string",
130
+ "mutable": false,
131
+ "complexType": {
132
+ "original": "string",
133
+ "resolved": "string",
134
+ "references": {}
135
+ },
136
+ "required": false,
137
+ "optional": false,
138
+ "docs": {
139
+ "tags": [],
140
+ "text": ""
141
+ },
142
+ "attribute": "pds-link",
143
+ "reflect": false
144
+ },
145
+ "callToAction": {
146
+ "type": "string",
147
+ "mutable": false,
148
+ "complexType": {
149
+ "original": "string",
150
+ "resolved": "string",
151
+ "references": {}
152
+ },
153
+ "required": false,
154
+ "optional": false,
155
+ "docs": {
156
+ "tags": [],
157
+ "text": ""
158
+ },
159
+ "attribute": "call-to-action",
160
+ "reflect": false
161
+ },
162
+ "features": {
163
+ "type": "string",
164
+ "mutable": false,
165
+ "complexType": {
166
+ "original": "string",
167
+ "resolved": "string",
168
+ "references": {}
169
+ },
170
+ "required": false,
171
+ "optional": false,
172
+ "docs": {
173
+ "tags": [],
174
+ "text": ""
175
+ },
176
+ "attribute": "features",
177
+ "reflect": false
178
+ },
179
+ "history": {
180
+ "type": "unknown",
181
+ "mutable": false,
182
+ "complexType": {
183
+ "original": "RouterHistory",
184
+ "resolved": "RouterHistory",
185
+ "references": {
186
+ "RouterHistory": {
187
+ "location": "import",
188
+ "path": "@stencil/router"
189
+ }
190
+ }
191
+ },
192
+ "required": false,
193
+ "optional": false,
194
+ "docs": {
195
+ "tags": [],
196
+ "text": ""
197
+ }
198
+ }
199
+ }; }
200
+ static get events() { return [{
201
+ "method": "joinFundClicked",
202
+ "name": "joinFundClicked",
203
+ "bubbles": true,
204
+ "cancelable": true,
205
+ "composed": true,
206
+ "docs": {
207
+ "tags": [],
208
+ "text": ""
209
+ },
210
+ "complexType": {
211
+ "original": "void",
212
+ "resolved": "void",
213
+ "references": {}
214
+ }
215
+ }]; }
216
+ }
@@ -0,0 +1,53 @@
1
+ html {
2
+ scroll-behavior: smooth;
3
+ }
4
+
5
+ img.fluid-fit {
6
+ object-fit: cover;
7
+ }
8
+
9
+ .checkbox-container {
10
+ border-radius: 4px;
11
+ background-color: #f5f4f2;
12
+ }
13
+
14
+ .confirm-checkbox-item {
15
+ transform: scale(1.7);
16
+ }
17
+
18
+ .simple-choices-text {
19
+ color: #489882;
20
+ }
21
+
22
+ .choice-card {
23
+ background: #ffffff;
24
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
25
+ border-radius: 3px;
26
+ }
27
+ .choice-card.ss-picked-fund {
28
+ border: 2px solid var(--fl-color-primary);
29
+ }
30
+
31
+ .card.ss-picked-fund {
32
+ border: 2px solid var(--fl-color-primary);
33
+ }
34
+
35
+ .ss-choice-logo {
36
+ height: 70px;
37
+ width: 70px;
38
+ object-fit: contain;
39
+ }
40
+
41
+ img {
42
+ width: 100%;
43
+ display: block;
44
+ }
45
+
46
+ .choice-component {
47
+ width: 100%;
48
+ position: relative;
49
+ }
50
+
51
+ .flexible {
52
+ flex-grow: 1;
53
+ }