@flarehr/apollo-super-selection 3.41.56657 → 3.42.56831

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.
@@ -265,7 +265,7 @@ class TapSubscriber extends delay.Subscriber {
265
265
  }
266
266
  }
267
267
 
268
- const AppVersion = '3.41.56657';
268
+ const AppVersion = '3.42.56831';
269
269
 
270
270
  // -------------------------------------------------------------------------------------
271
271
  // guards
@@ -4404,7 +4404,7 @@ class PromotedFundJoinIFrameBuilder {
4404
4404
  case 'success':
4405
4405
  if (data.memberNumber) {
4406
4406
  state$1.memberNumber = data.memberNumber;
4407
- state$1.usi = data.usi;
4407
+ state$1.usi = data.usi.replace(/ /g, '');
4408
4408
  navigationService.navigateInternally(history, SuperSelectionAppRoutes.PromotedFundStandardChoice);
4409
4409
  break;
4410
4410
  }
@@ -17156,7 +17156,7 @@ async function initHost () {
17156
17156
  authenticationService.initFromRoute(window.location.search);
17157
17157
  }
17158
17158
 
17159
- const superSelectionAppHostCss = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.sss-app-container{--fl-color-primary:#00aa65;--fl-color-primary-light:#66d7a9;--fl-color-primary-dark:#00aa65;--fl-color-primary-disabled:#66d7a9;--fl-color-primary-hover:#00aa65;--fl-color-primary-focus:#00aa65;--fl-color-primary-text:white;--fl-color-secondary:#e5e5e5;--fl-color-secondary-hover:#b3b3b3;--fl-color-secondary-focus:#b3b3b3}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input{font-size:16px}}";
17159
+ const superSelectionAppHostCss = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.sss-app-container{--fl-color-primary:#fdbd00;--fl-color-primary-light:#ffc418;--fl-color-primary-dark:#e4aa00;--fl-color-primary-disabled:#ffde7e;--fl-color-primary-hover:#e4aa00;--fl-color-primary-focus:#ca9700;--fl-color-primary-text:#3d3d3d;--fl-color-secondary:#e5e5e5;--fl-color-secondary-hover:#b3b3b3;--fl-color-secondary-focus:#b3b3b3}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input{font-size:16px}}";
17160
17160
 
17161
17161
  const SuperSelectionAppHost = class {
17162
17162
  constructor(hostRef) {
@@ -7,13 +7,13 @@ img.fluid-fit {
7
7
  }
8
8
 
9
9
  .sss-app-container {
10
- --fl-color-primary: #00aa65;
11
- --fl-color-primary-light: #66d7a9;
12
- --fl-color-primary-dark: #00aa65;
13
- --fl-color-primary-disabled: #66d7a9;
14
- --fl-color-primary-hover: #00aa65;
15
- --fl-color-primary-focus: #00aa65;
16
- --fl-color-primary-text: white;
10
+ --fl-color-primary: #fdbd00;
11
+ --fl-color-primary-light: #ffc418;
12
+ --fl-color-primary-dark: #e4aa00;
13
+ --fl-color-primary-disabled: #ffde7e;
14
+ --fl-color-primary-hover: #e4aa00;
15
+ --fl-color-primary-focus: #ca9700;
16
+ --fl-color-primary-text: #3d3d3d;
17
17
  --fl-color-secondary: #e5e5e5;
18
18
  --fl-color-secondary-hover: #b3b3b3;
19
19
  --fl-color-secondary-focus: #b3b3b3;
@@ -33,7 +33,7 @@ class PromotedFundJoinIFrameBuilder {
33
33
  case 'success':
34
34
  if (data.memberNumber) {
35
35
  promotedFundState.memberNumber = data.memberNumber;
36
- promotedFundState.usi = data.usi;
36
+ promotedFundState.usi = data.usi.replace(/ /g, '');
37
37
  navigationService.navigateInternally(history, SuperSelectionAppRoutes.PromotedFundStandardChoice);
38
38
  break;
39
39
  }
@@ -261,7 +261,7 @@ class TapSubscriber extends Subscriber {
261
261
  }
262
262
  }
263
263
 
264
- const AppVersion = '3.41.56657';
264
+ const AppVersion = '3.42.56831';
265
265
 
266
266
  // -------------------------------------------------------------------------------------
267
267
  // guards
@@ -4400,7 +4400,7 @@ class PromotedFundJoinIFrameBuilder {
4400
4400
  case 'success':
4401
4401
  if (data.memberNumber) {
4402
4402
  state$1.memberNumber = data.memberNumber;
4403
- state$1.usi = data.usi;
4403
+ state$1.usi = data.usi.replace(/ /g, '');
4404
4404
  navigationService.navigateInternally(history, SuperSelectionAppRoutes.PromotedFundStandardChoice);
4405
4405
  break;
4406
4406
  }
@@ -17152,7 +17152,7 @@ async function initHost () {
17152
17152
  authenticationService.initFromRoute(window.location.search);
17153
17153
  }
17154
17154
 
17155
- const superSelectionAppHostCss = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.sss-app-container{--fl-color-primary:#00aa65;--fl-color-primary-light:#66d7a9;--fl-color-primary-dark:#00aa65;--fl-color-primary-disabled:#66d7a9;--fl-color-primary-hover:#00aa65;--fl-color-primary-focus:#00aa65;--fl-color-primary-text:white;--fl-color-secondary:#e5e5e5;--fl-color-secondary-hover:#b3b3b3;--fl-color-secondary-focus:#b3b3b3}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input{font-size:16px}}";
17155
+ const superSelectionAppHostCss = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.sss-app-container{--fl-color-primary:#fdbd00;--fl-color-primary-light:#ffc418;--fl-color-primary-dark:#e4aa00;--fl-color-primary-disabled:#ffde7e;--fl-color-primary-hover:#e4aa00;--fl-color-primary-focus:#ca9700;--fl-color-primary-text:#3d3d3d;--fl-color-secondary:#e5e5e5;--fl-color-secondary-hover:#b3b3b3;--fl-color-secondary-focus:#b3b3b3}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input{font-size:16px}}";
17156
17156
 
17157
17157
  const SuperSelectionAppHost = class {
17158
17158
  constructor(hostRef) {