@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.
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-e35151d2.entry.js → p-7a23bcfb.entry.js} +2 -2
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-78fd9b65.system.entry.js → p-ed272a18.system.entry.js} +2 -2
- package/dist/lib/cjs/fl-button_46.cjs.entry.js +3 -3
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +7 -7
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-iframe-builder.js +1 -1
- package/dist/lib/esm/fl-button_46.entry.js +3 -3
- package/dist/lib/esm-es5/fl-button_46.entry.js +2 -2
- package/package.json +1 -1
|
@@ -265,7 +265,7 @@ class TapSubscriber extends delay.Subscriber {
|
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
const AppVersion = '3.
|
|
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:#
|
|
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: #
|
|
11
|
-
--fl-color-primary-light: #
|
|
12
|
-
--fl-color-primary-dark: #
|
|
13
|
-
--fl-color-primary-disabled: #
|
|
14
|
-
--fl-color-primary-hover: #
|
|
15
|
-
--fl-color-primary-focus: #
|
|
16
|
-
--fl-color-primary-text:
|
|
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.
|
|
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:#
|
|
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) {
|